.inp-title {
  background: #f1f1f1;
  border-bottom: 1px solid #eee;
  padding: 14px 0px;
}
.inp-title .tit {
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inp-title h1 {
  font-size: 17px;
  color: #0a245c;
}
.inp-title i {
  font-size: 18px;
  color: #0a245c;
}
.inp-title .up {
  transform: rotateZ(180deg);
}
.Inner-drop-down > ul {
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  display: none;
}
.Inner-drop-down > ul li {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Inner-drop-down > ul li a {
  padding: 12px;
}
.Inner-drop-down > ul li i {
  padding: 12px;
  color: #888;
}
.Inner-drop-down > ul li .up {
  transform: rotateZ(180deg);
}
.Inner-drop-down > ul .inn-erji {
  display: none;
}
.Inner-drop-down > ul .inn-erji li a {
  color: #666;
  padding: 12px 18px;
  font-size: 13px;
}
.inside-page {
  padding: 4% 0;
  min-height: calc(100vh - 443px);
}
.inside-page .select {
  padding: 0 10px;
  border: 1px solid #e2e2e2;
  white-space: nowrap;
  margin-bottom: 4%;
}
.inside-page .select * {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  box-sizing: border-box;
}
.inside-page .select > div {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.inside-page .select > div .tit {
  color: #999;
}
.inside-page .select a {
  margin-bottom: 10px;
  margin-left: 4px;
  padding: 0 7px;
  border: 1px solid transparent;
}
.inside-page .select .sort-nav .active {
  border: 1px solid #0a245c;
  border-radius: 5px;
  color: #0a245c;
}
.inside-page .select .color .active {
  border: 1px solid #0a245c;
  border-radius: 5px;
  color: #0a245c;
}
.pag-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin: 20px 0 10px;
}
.pag-bar .iconfont {
  border: 1px solid #ccc;
  font-size: 14px;
  margin: 0 10px;
}
.pag-bar a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
}
.pag-bar .page-num-current {
  background-color: #0a245c;
  color: #fff;
}
.inside-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-list * {
  box-sizing: border-box;
}
.inside-list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  background-color: #efefef;
}
.inside-list li:nth-child(2n) {
  margin-right: 0;
}
.inside-list li p {
  font-size: 12px;
  padding: 10px 7px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.honorlist li {
  padding: 12px 12px 0;
  box-sizing: border-box;
}
.honorlist li img {
  display: block;
  height: 106px;
  width: auto;
  margin: 0 auto;
}
.honorlist li p {
  text-align: center;
  padding: 5px 0 8px;
}
.detail-title h3 {
  font-size: 16px;
  color: #0a245c;
  padding-bottom: 10px;
}
.detail-title ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4%;
}
.detail-title ul li {
  margin-right: 20px;
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
}
.detail-title ul li i {
  font-size: 14px;
  margin-right: 5px;
  color: #666;
}
.detail-title ul li:last-child {
  margin-right: 0px;
}
.turn_page {
  margin-top: 4%;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.turn_page a {
  max-width: 45%;
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.description {
  padding: 20px 0;
}
.description .describe {
  color: #696464;
  line-height: 2;
}
.description .btm {
  margin-top: 15px;
  line-height: 40px;
  display: flex;
  white-space: nowrap;
}
.description .btm a {
  padding: 0 20px;
  margin-right: 10px;
  font-size: 15px;
  background-color: #003da5;
  color: #fff;
  border-radius: 5px;
}
.description .btm a:hover {
  opacity: 0.85;
}
.description .btm .tel {
  border: 1px solid #003da5;
  padding: 0 22px 0 60px;
  background: url(../images/tel-ico.jpg) no-repeat 20px center;
  background-size: auto 20px;
  border-radius: 5px;
  font-size: 15px;
  color: #003da5;
}
.detail-content .tit {
  background-color: #0a245c;
  color: #fff;
  padding: 10px 7px;
}
.detail-content .con {
  line-height: 1.875;
  padding: 10px 0;
}
.detail-content .con p {
  font-size: 12px;
  color: #666;
}
.detail-content .con img {
  max-width: 100%!important;
  height: auto !important;
}
.news-list li {
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
  line-height: 1.875;
}
.news-list li img {
  float: left;
  margin-right: 10px;
  width: 99px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
}
.news-list li p {
  font-size: 15px;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li span,
.news-list li i {
  display: block;
  font-size: 12px;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li:last-child {
  border-bottom: none;
}
.ht-liuyan label {
  margin: 8px 0 5px;
  display: block;
}
.ht-liuyan input,
.ht-liuyan textarea {
  width: 100%;
  font-size: 12px;
  padding: 8px;
}
.ht-liuyan .yzm {
  position: relative;
}
.ht-liuyan .yzm input {
  width: 50%;
  margin-right: 20px;
  border-radius: 1px;
}
.ht-liuyan .yzm img {
  position: absolute;
  left: 60%;
  bottom: 0;
}
.ht-liuyan textarea {
  height: 120px;
  line-height: 2;
  padding: 5px 8px;
}
.ht-liuyan .form-btn {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.ht-liuyan .form-btn input {
  width: 80px;
  font-size: 12px;
  background: #666;
  border: none;
  color: #fff;
  cursor: pointer;
}
.ht-liuyan .form-btn input:first-child {
  margin-right: 20px;
  background-color: #0a245c;
}
.contact-us .text img {
  width: 50px;
  margin: 0 0 10px 10px;
}
.contact-us h5 {
  font-size: 16px;
  color: #0d6fb8;
}
.contact-us .info {
  margin-top: 30px;
}
.about_beidi .intr {
  padding-top: 20px;
}
.about_beidi .intr .tit {
  font-size: 24px;
}
.about_beidi .intr .text {
  margin-top: 10px;
  opacity: 0.8;
  line-height: 1.875;
}
.about_beidi .stg-w {
  margin-top: 20px;
  background: url(../images/stg-bg.jpg) no-repeat center;
  background-size: cover;
}
.about_beidi .stg-w ul {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about_beidi .stg-w ul * {
  color: #fff;
}
.about_beidi .stg-w ul li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
}
.about_beidi .stg-w ul li i {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 10px;
}
.about_beidi .stg-w ul li i img {
  margin: auto;
  height: 30px;
}
.about_beidi .stg-w ul li > div {
  flex: 1;
}
.about_beidi .stg-w ul li p {
  font-size: 14px;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.33;
}
.about_beidi .stg-w ul li p em {
  font-size: 24px;
}
.about_beidi .honor {
  position: relative;
  background-color: #f2f6fc;
  padding: 30px 0;
}
.about_beidi .honor .tit {
  font-size: 24px;
}
.about_beidi .honor .mid {
  margin-top: 20px;
}
.about_beidi .honor .mid .honor_swiper {
  margin: auto;
}
.about_beidi .honor .mid .honor_swiper img {
  height: 200px;
  margin: 0 auto;
}
.about_beidi .honor .honor_pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.about_beidi .equ-b {
  padding: 40px 0 30px;
  background: url(../images/equ-bg.jpg);
  background-size: cover;
}
.about_beidi .equ-b .text {
  color: #666666;
  line-height: 1.875;
  text-indent: 2em;
  margin-top: 20px;
}
.about_beidi .equ-b .equ-list {
  margin-top: 20px;
  position: relative;
}
.about_beidi .equ-b .equ-list li:hover img {
  transform: scale(1.05);
}
.about_beidi .mission {
  background: url(../images/sm-bg.jpg);
  background-size: cover;
  padding: 70px 0;
}
.about_beidi .mission .page {
  max-width: 1150px;
  background-color: #fff;
  padding: 80px 18px 25px;
}
.about_beidi .mission .tit {
  background: url(../images/sm-tit.jpg);
  width: 268px;
  height: 125px;
  padding-left: 45px;
  padding-top: 30px;
  position: absolute;
  top: -68px;
  left: -25px;
}
.about_beidi .mission .tit p {
  font-size: 24px;
  color: #fff;
}
.about_beidi .mission .tit hr {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin-top: 25px;
}
.about_beidi .mission .con {
  line-height: 1.875;
  padding-left: 30px;
  background: url(../images/sm-ico1.png);
  background-repeat: repeat-y;
}
.about_beidi .mission .con h5 {
  font-size: 20px;
}
.about_beidi .mission .con h6 {
  font-size: 14px;
  color: #0e80d7;
}
.about_beidi .mission .con .text {
  font-size: 12px;
  color: #666666;
}
.about_beidi .case-b {
  padding: 40px 0;
}
.about_beidi .case-b .case-box {
  margin-top: 30px;
}
.about_beidi .case-b .case-box li {
  border: 1px solid #e2e2e2;
}
.about_beidi .case-b .case-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.about_beidi .case-b .case-pagination span {
  margin: 0 10px;
}
.about_beidi .case-b .case-pagination .swiper-pagination-bullet-active {
  background-color: #003da5;
  position: relative;
}
.about_beidi .case-b .case-pagination .swiper-pagination-bullet-active::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #003da5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_p {
  padding: 30px 0 0;
}
.contact_p .tit {
  text-align: center;
}
.contact_p .tit p {
  font-size: 28px;
}
.contact_p .tit span {
  font-size: 15px;
  margin-top: 5px;
  text-transform: uppercase;
}
.contact_p .contact-info table {
  width: 100%;
}
.contact_p .contact-info table td {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.contact_p .contact-info table td strong {
  font-size: 30px;
  margin: 15px 0 20px;
}
.contact_p .contact-info table td img {
  max-width: 200px;
  margin: 10px 15px;
}
.contact_p .contact-info table td img[alt="未标题-1.png"] {
  width: 50px;
}
.contact_p .contact-info table td img[alt="微信1.png"] {
  width: 50px;
}
.contact_p .address {
  padding: 30px 0;
}
.contact_p .address a {
  margin-top: 20px;
}
.contact_p .address .page {
  max-width: none;
}
.contact_p .address img {
  max-width: none;
}
.inquiry-w {
  background: url(../images/inquiry-bg.jpg);
  background-size: cover;
  padding: 70px 0 80px;
}
.inquiry-w .page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inquiry-w .page h1 {
  font-size: 24px;
  color: #001842;
  text-align: center;
}
.inquiry-w .page form {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #e4e7eb;
  margin-top: 60px;
  border-radius: 10px;
  color: #666;
}
.inquiry-w .page form * {
  font-size: 10px;
  line-height: 40px;
}
.inquiry-w .page form p {
  text-align: center;
  background-color: rgba(210, 210, 210, 0.5);
  border-radius: 10px;
  padding: 0 12px;
  white-space: nowrap;
}
.inquiry-w .page form span {
  user-select: none;
  padding-left: 10px;
}
.inquiry-w .page form input {
  flex: 1;
  border: none;
  color: #666;
  background-color: transparent;
}
.inquiry-w .page form button {
  border-radius: 10px;
  background-color: #0042b8;
  color: #fff;
  border: none;
  white-space: nowrap;
  padding: 0 12px;
  cursor: pointer;
}
.inquiry-w .page form button:hover {
  background-color: #003da5;
}
