@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  *overflow: auto;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

ul,
li {
  list-style-type: none;
}

input[type=button],
input[type=submit],
input[type=file],
input[type=reset],
button {
  cursor: pointer;
  -webkit-appearance: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

header,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

textarea {
  resize: none;
}

input,
select,
textarea {
  font-size: 100%;
  outline: 0;
  font-family: 'Microsoft YaHei', Helvetica;
}

body {
  font-family: 'Microsoft YaHei', Helvetica;
  margin: 0 auto;
  background-color: #fff;
}

html {
  font-size: 16px;
}

a {
  outline: none;
  border: 0;
  text-decoration: none;
  transition: all .3s;
}

a,
input,
button {
  outline: none;
}

.fix {
  zoom: 1;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

::-moz-focus-inner {
  border: 0px;
}

img {
  max-width: 100%;
}

a:active,
a:focus {
  outline: none;
}

a:active img {
  border: 0;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.container {
  width: 1240px;
  margin: 0 auto;
}

.pab {
  position: absolute;
}

.pre {
  position: relative;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dn {
  display: none;
}

/* 不定高宽元素水平垂直居中 */
.centre1 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}

.centre2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centre3 {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/* 横向flex */
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fe {
  -webkit-flex: 1;
  flex: 1;
}

/* 纵向flex(圣杯) */
.grail {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.grail2 {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
}

.h100 {
  height: 100%;
}

.layui-form-select dl dd.layui-this,
.layui-laydate .layui-this {
  background-color: #e0e0e0 !important;
  color: #333 !important;
}

.layui-input {
  border: none !important;
  font-size: 14px !important;
  padding: 0 10px !important;
}

.layui-form-select dl {
  top: 44px !important;
}

@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
  /* 如果浏览器支持安全区域底部距离，
     则可以为需要吸底的元素单独规定样式，
     如果该 class 还有其它样式，要将本段代码放在其它样式后面！
  */
  .ios {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff;
  }
}

.ios {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.t-shadow {
  text-shadow: 0.2em 0.2em 4px rgba(0, 0, 0, 0.32);
}

@font-face {
  font-family: 'NUMBOLD';
  src: url("../images/DINPro-Bold.ttf");
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.mobile-head {
  display: flex;
  padding: .625rem;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}

.mobile-head .logo {
  height: 30px;
}

.mobile-head .icon-mobile-nav {
  width: 1.5rem;
  height: 1.1875rem;
  background: url("../images/img/mobile-nav.png") no-repeat center center;
  background-size: 100% 100%;
}

.meun-box-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
}

.meun-box-fixed .icon-close-meun {
  width: .9375rem;
  height: 1rem;
  background: url("../images/img/close-meun.png") no-repeat center center;
  background-size: 100% 100%;
}

.meun-box-fixed .meun-alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5001;
  background-color: rgba(0, 0, 0, 0.7);
}

.meun-box-fixed .con {
  width: 50%;
  position: absolute;
  right: 0;
  z-index: 5002;
  height: 100%;
  background-color: #fff;
  transform: translateX(130%);
  transition: all .3s;
}

.meun-box-fixed .con.active {
  transform: translateX(0);
}

.meun-box-fixed .meun-close {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -2.375rem;
  z-index: 5002;
}

.meun-mobile .item-box {
  display: block;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}

.meun-mobile .item-box.active .item {
  color: #003ca6;
  font-weight: bold;
}

.meun-mobile .item {
  line-height: 2.5rem;
  font-size: .9375rem;
  text-align: center;
  display: block;
}

.meun-mobile .child-list {
  background-color: #efeded;
}

.meun-mobile .child-item {
  display: block;
  line-height: 2.5rem;
  font-size: .8125rem;
}

.meun-mobile .child-item.active {
  color: #003ca6;
}

.top-line {
  background-color: #f1f4fa;
  color: #2b2c2c;
  font-size: .75rem;
  padding: 5px 0;
}

.header-box {
  background-color: #fff;
}

.header {
  display: flex;
  align-items: center;
  height: 100px;
}

.search-box {
  display: flex;
  border: 1px solid #cdcdcd;
  line-height: 2.375rem;
  width: 20rem;
}

.search-box .text-box {
  flex: 1;
  padding: 0 .625rem;
}

.search-box .input-text {
  width: 100%;
  height: 2.375rem;
  border: none;
  font-size: .875rem;
}

.search-box .btn {
  background-color: #003ca6;
  width: 58px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  transition: all .3s;
}

.search-box .btn:hover {
  opacity: 0.8;
}

.search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b0b0b0;
}

.search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b0b0b0;
}

.search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b0b0b0;
}

.search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b0b0b0;
}

.meun-box {
  background-color: #003ca6;
}

.meun-list {
  display: flex;
  position: relative;
  z-index: 20;
}

.meun-list .item-box {
  flex: 1;
  position: relative;
  z-index: 1;
}

.meun-list .item-box.active .item, .meun-list .item-box:hover .item {
  background-color: #ed1b24;
  font-weight: bold;
}

.meun-list .item-box.active .child-list, .meun-list .item-box:hover .child-list {
  display: block;
}

.meun-list .item {
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  transition: all .3s;
}

.meun-list .child-list {
  display: none;
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 100%;
  background-color: rgba(0, 60, 166, 0.81);
  text-align: center;
  padding: 5px 0;
}

.meun-list .child-list .child-item {
  display: block;
  color: #fff;
  line-height: 2.5rem;
}

.meun-list .child-list .child-item:hover {
  background-color: #ed1b24;
}

.home-swiper-container {
  height: 450px;
}

.home-swiper-container .item {
  height: 450px;
}

.home-swiper-container .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-swiper-container .home-swiper-page {
  bottom: 60px !important;
}

.bgcolor {
  background-color: #f1f6fa;
  padding: 40px 0;
}

.bgcolor.intropd {
  padding: 0 0 20px 0;
}

.home-introduce {
  margin-top: -34px;
  position: relative;
  z-index: 2;
  padding: 40px 0 40px 50px;
  background-color: #fff;
}

.home-introduce .home-introduce-con {
  padding-right: 380px;
  background: url(../images/img/home-introbg.png) no-repeat right bottom;
  min-height: 225px;
}

.home-introduce .tit-box {
  color: #222222;
  font-size: 24px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.home-introduce .tit-box::after {
  content: '';
  width: 3.625rem;
  height: 3px;
  background-color: #222222;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-introduce .dec {
  margin-top: 1.25rem;
  color: #424242;
  font-size: 16px;
  line-height: 1.8;
}

.home-product-top {
  height: 15.9375rem;
  background: url(../images/img/home-productbg.png) no-repeat top center;
}

.home-product-top .tit {
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.home-product-top .tit .name {
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
}

.home-product-top .tit .tranfer {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.41);
  margin-left: .625rem;
}

.pro-type {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}

.pro-type .item {
  color: #fff;
  padding: 1.25rem .625rem;
  width: 290px;
  border: 2px solid #ffffff;
  background-color: rgba(0, 14, 40, 0.72);
  margin-left: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all .3s;
}

.pro-type .item.active, .pro-type .item:hover {
  background-color: #003ca6;
  border-color: #003ca6;
}

.pro-type .item.active .arrow, .pro-type .item:hover .arrow {
  background: url(../images/img/arrow-down.png) no-repeat center center;
}

.pro-type .tit-box {
  display: flex;
  align-content: center;
}

.pro-type .type {
  font-size: 1.125rem;
  font-weight: bold;
  flex: 1;
  margin-left: 10px;
}

.pro-type .dec {
  font-size: .875rem;
  margin-top: 5px;
}

.pro-type .arrow {
  background: url(../images/img/arrow-up.png) no-repeat center center;
  width: 20px;
  height: 20px;
}

.home-product-con-box {
  padding-bottom: 20px;
}

.home-product-con {
  margin-top: -34px;
  background-color: #ffffff;
  box-shadow: -3px 0 20px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 0 20px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 0 20px -2px rgba(0, 0, 0, 0.1);
  padding: 54px 30px 40px;
  position: relative;
  z-index: 1;
}

.home-product-left {
  width: 180px;
  position: absolute;
  top: 54px;
  left: 30px;
}

.home-product-left .item {
  display: block;
  color: #3d3d3d;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding: 8px 0 8px 35px;
  transition: all .3s;
  margin-bottom: 20px;
}

.home-product-left .item:last-child {
  margin-bottom: 0;
}

.home-product-left .item::before {
  content: '';
  width: 19px;
  height: 4px;
  background-color: #dcdcdc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}

.home-product-left .item.active, .home-product-left .item:hover {
  color: #003ca6;
}

.home-product-left .item.active::before, .home-product-left .item:hover::before {
  content: '';
  background-color: #003ca6;
}

.home-swiper-product {
  width: 100%;
}

.home-swiper-product .item {
  background-color: #fafafa;
  display: block;
}

.home-swiper-product .item:hover .img-box {
  opacity: 0.7;
}

.home-swiper-product .item:hover .name, .home-swiper-product .item:hover .row {
  color: #003ca6;
}

.home-swiper-product .img-box {
  height: 190px;
  transition: all .3s;
}

.home-swiper-product .item-con {
  padding: 10px;
}

.home-swiper-product .name {
  transition: all .3s;
  color: #171717;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.home-swiper-product .row {
  transition: all .3s;
  display: flex;
  color: #838383;
  font-size: .75rem;
  line-height: 20px;
  margin-bottom: 8px;
}

.home-swiper-product .row:last-child {
  margin-bottom: 0;
}

.home-swiper-product .row .type {
  background-color: #efefef;
  width: 67px;
  height: 20px;
  text-align: center;
  margin-right: 10px;
}

.home-swiper-product .row .text {
  flex: 1;
}

.swiper-button {
  display: flex;
  justify-content: right;
  margin-top: 28px;
}

.swiper-button .btn {
  width: 30px;
  height: 30px;
  transition: all .3s;
  background: url(../images/img/arrow-gray.png) no-repeat center center #e1e6ee;
}

.swiper-button .btn:first-child {
  margin-right: 5px;
}

.swiper-button .btn:hover {
  background: url(../images/img/arrow-white.png) no-repeat center center #003ca6;
}

.swiper-button .btn.next {
  transform: rotate(180deg);
}

.home-title {
  text-align: center;
}

.home-title .name {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.home-title .dec {
  color: #323232;
  font-size: 16px;
  margin-top: 10px;
}

.home-case-box {
  padding: 40px 0 80px 0;
}

.home-case-box .dec-con {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 20px;
}

.case-type-box {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.case-type-box .more {
  font-size: .75rem;
  color: #616161;
  background-color: #e0e4e8;
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  transition: all .3s;
}

.case-type-box .more:hover {
  background-color: #003ca6;
  color: #fff;
}

.case-type {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.case-type .item {
  min-width: 155px;
  background-color: #fff;
  height: 46px;
  display: flex;
  align-items: center;
  color: #232425;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  transition: all .3s;
  cursor: pointer;
  padding: 0 25px;
}

.case-type .item .text {
  flex: 1;
}

.case-type .item .arrow {
  width: 15px;
  height: 15px;
  background: url(../images/img/case-arrow-right.png) no-repeat center center;
  transition: all .3s;
  margin-left: 5px;
}

.case-type .item:last-child {
  margin-right: 0;
}

.case-type .item.active, .case-type .item:hover {
  background-color: #003ca6;
  color: #fff;
}

.case-type .item.active .arrow, .case-type .item:hover .arrow {
  background: url(../images/img/case-arrow-down.png) no-repeat center center;
}

.case-tab-con .con {
  display: none;
}

.case-tab-con .con.active {
  display: block;
}

.case-type-con {
  display: flex;
  margin-top: 35px;
  padding-right: 15px;
}

.case-type-con .item {
  width: 20%;
}

.case-type-con .item:hover .num, .case-type-con .item:hover .name {
  color: #003ca6;
}

.case-type-con .item:hover .img-box {
  transform: translateY(-8px);
  opacity: 0.8;
}

.case-type-con .pd {
  padding: 0 0 0 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case-type-con .pd::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 6px;
  position: absolute;
  top: 17px;
  left: 14px;
  z-index: 2;
}

.case-type-con .pd::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 17px;
  left: 16px;
  z-index: 1;
}

.case-type-con .num {
  color: #565656;
  font-size: 30px;
  font-family: 'NUMBOLD';
  transition: all .3s;
}

.case-type-con .name {
  transition: all .3s;
  color: #333333;
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
  margin-top: 10px;
}

.case-type-con .line {
  width: 23px;
  height: 2px;
  background-color: #1c1c1c;
  margin-top: 15px;
  margin-bottom: 25px;
}

.case-type-con .img-box {
  transition: all .3s;
  height: 177px;
}

.home-team {
  display: flex;
  margin-top: 60px;
}

.home-team .item {
  width: 13%;
  margin-right: 1.5%;
}

.home-team .item:last-child {
  margin-right: 0;
}

.home-team .item:hover .name {
  font-weight: bold;
  color: #003ca6;
}

.home-team .item:hover .img-box {
  border: 4px solid #003ca6;
  transform: scale(1.03) translateY(-9px);
}

.home-team .item:hover .tit-box {
  margin: 22px 0 10px 0;
}

.home-team .img-box {
  height: 200px;
  transition: all .3s;
}

.home-team .tit-box {
  display: flex;
  align-items: center;
  color: #323232;
  margin: 30px 0 10px 0;
}

.home-team .name {
  font-size: 16px;
  transition: all .3s;
}

.home-team .edu {
  font-size: 14px;
  margin-left: 10px;
}

.home-team .text {
  color: #818181;
  font-size: 12px;
}

.home-swiper-certificate {
  margin-top: 50px !important;
}

.home-swiper-certificate .swiper-slide {
  width: 340px;
  height: 487px;
}

.home-swiper-certificate .img-box {
  height: 487px;
}

.home-swiper-certificate .swiper-slide {
  box-shadow: 0px 0 8px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0 8px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0 8px 3px rgba(0, 0, 0, 0.3);
}

.news-type-box {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.news-type-box .more {
  font-size: .875rem;
  color: #000000;
  transition: all .3s;
}

.news-type-box .more:hover {
  color: #003ca6;
}

.news-type {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.news-type .item {
  background-color: #fff;
  height: 44px;
  display: flex;
  align-items: center;
  color: #232425;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  transition: all .3s;
  cursor: pointer;
  padding: 0 25px;
  border: 1px solid #f1f6fa;
}

.news-type .item .text {
  flex: 1;
}

.news-type .item .arrow {
  width: 15px;
  height: 15px;
  background: url(../images/img/case-arrow-right.png) no-repeat center center;
  transition: all .3s;
  margin-left: 10px;
}

.news-type .item:last-child {
  margin-right: 0;
}

.news-type .item.active, .news-type .item:hover {
  border-color: #003ca6;
  background-color: #003ca6;
  color: #fff;
}

.news-type .item.active .arrow, .news-type .item:hover .arrow {
  background: url(../images/img/case-arrow-down.png) no-repeat center center;
}

.home-news-flex {
  display: flex;
  margin-top: 50px;
}

.home-news-flex .home-news-left {
  width: 420px;
}

.home-news-flex .home-news-right {
  flex: 1;
  margin-right: 1.875rem;
}

.home-news-banner {
  height: 376px;
}

.home-news-banner .link {
  width: 100%;
  height: 326px;
}

.home-news-banner:hover .name {
  text-decoration: underline;
  font-weight: bold;
}

.home-news-banner .home-swiper-pagination {
  padding-bottom: .875rem;
}

.home-news-banner .swiper-pagination {
  text-align: right;
  padding-right: .3125rem;
  width: auto !important;
  left: auto !important;
  right: 0;
  bottom: 3.75rem !important;
}

.home-news-banner .swiper-pagination .swiper-pagination-bullet {
  width: .375rem;
  height: .375rem;
  border-radius: 0;
  margin: 0 .375rem !important;
  background: #207bce;
  transition: all .3s;
  opacity: 0.47;
}

.home-news-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.0625rem;
  height: .375rem;
  opacity: 1;
}

.home-news-banner .title-box {
  height: 50px;
  position: relative;
  z-index: 1;
  padding: 0 .625rem;
  background-color: #003ca6;
}

.home-news-banner .name {
  line-height: 3.125rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.home-news .item {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
  height: 46px;
  font-size: 1rem;
}

.home-news .item:hover .name {
  color: #003ca6;
  font-weight: bold;
  transition: all .3s;
}

.home-news .point {
  width: 6px;
  height: 6px;
  background-color: #003ca6;
}

.home-news .name {
  flex: 1;
  margin: 0 1rem;
  color: #000000;
}

.home-news .time {
  color: #9b9b9b;
  font-size: .875rem;
}

.pager-lists {
  text-align: center;
  margin-top: 30px;
}

.footer-tab {
  background-color: #f1f6fa;
}

.footer-tab.in {
  background-color: #fff;
}

.footer-tab .footer-tab-flex {
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer-tab .footer-tab-flex .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-tab .footer-tab-flex .name {
  color: #003ca6;
  font-size: 1.375rem;
  margin-left: .9375rem;
}

.solution-box {
  padding-bottom: 20px;
}

.solution-box .solution-box-bg {
  padding: 30px 0;
  background-color: #fff;
}

.solution-box .con-page {
  padding-bottom: 0;
  margin-top: 0;
}

.footer {
  background-color: #003ca6;
}

.footer .img-ewm {
  width: 122px;
}

.links-box {
  border-bottom: 1px solid rgba(241, 246, 250, 0.05);
  font-size: .75rem;
  color: #a6d7ff;
  padding: 1.25rem 0;
}

.links-box .links {
  display: flex;
  line-height: 1.25rem;
}

.links-box .text {
  color: #a6d7ff;
  margin-right: 1.25rem;
  transition: all .3s;
  display: inline-block;
}

.links-box .text:hover {
  color: #f1f6fa;
  text-decoration: underline;
}

.copyright {
  border-top: 1px solid rgba(241, 246, 250, 0.05);
  color: #6a96bf;
  font-size: .75rem;
  padding: .625rem 0;
  text-align: center;
}

.copyright span {
  margin: 0 5px;
}

.copyright a {
  color: #6a96bf;
  margin: 0 5px;
}

.copyright a:hover {
  color: #f1f6fa;
  text-decoration: underline;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}

.footer-content .text-box {
  flex: 1;
  position: relative;
  z-index: 1;
  margin-left: 4.0625rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  height: 9.375rem;
  padding: 0 3.75rem;
}

.footer-content .text-box::before {
  content: '';
  width: 1px;
  height: 9.375rem;
  background-color: rgba(241, 246, 250, 0.05);
  position: absolute;
  left: 0;
  top: 0;
}

.footer-content .text-box::after {
  content: '';
  width: 1px;
  height: 9.375rem;
  background-color: rgba(241, 246, 250, 0.05);
  position: absolute;
  right: 0;
  top: 0;
}

.footer-content .tel-box {
  margin-bottom: 30px;
}

.footer-content .tel-box:last-child {
  margin-bottom: 0;
}

.footer-content .tel-box .name {
  font-size: .875rem;
}

.footer-content .tels {
  display: flex;
  align-items: center;
  margin-top: .375rem;
}

.footer-content .tels .text {
  color: #f1f6fa;
  font-size: 1.125rem;
}

.footer-content .tels .txt {
  font-size: 1rem;
}

.footer-nav {
  position: relative;
  z-index: 1;
  padding: 0 100px;
  display: flex;
  margin-right: 95px;
}

.footer-nav::after {
  content: '';
  width: 1px;
  height: 9.375rem;
  background-color: rgba(241, 246, 250, 0.05);
  position: absolute;
  right: 0;
  top: 0;
}

.footer-nav .footer-nav-flex {
  display: flex;
  flex-direction: column;
}

.footer-nav .item {
  color: #f1f6fa;
  font-size: .75rem;
  line-height: 1.375rem;
}

.footer-nav .item:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-nav .item .text {
  color: rgba(241, 246, 250, 0.5);
}

.content {
  background-color: #f5f5f5;
  min-height: 37.5rem;
}

.content-map {
  padding: 1.25rem 0;
  color: #323232;
  font-size: .875rem;
  display: flex;
}

.content-map a:hover {
  color: #003ca6;
  font-weight: bold;
}

.content-box {
  padding-bottom: 1.5rem;
}

.content-left {
  width: 18.125rem;
  float: left;
  background-color: #fff;
  min-height: 40.625rem;
}

.content-right {
  width: 59.0625rem;
  float: right;
  background-color: #fff;
  min-height: 40.625rem;
}

.con-left-title {
  background-color: #003ca6;
  height: 5.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.375rem;
  position: relative;
  z-index: 1;
}

.con-left-title .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.con-left-title .name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}

.con-left-title .tranf {
  text-transform: uppercase;
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.1);
  margin-top: .25rem;
}

.left-nav .item {
  display: flex;
  align-items: center;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2.5rem 0.5rem 1.75rem;
}

.left-nav .item:hover, .left-nav .item.active {
  background-color: #cfe7fd;
}

.left-nav .item:hover .name, .left-nav .item.active .name {
  color: #003ca6;
  font-weight: bold;
}

.left-nav .item:hover .point, .left-nav .item.active .point {
  background-color: #003ca6;
}

.left-nav .item:hover .icon, .left-nav .item.active .icon {
  display: none;
}

.left-nav .item:hover .icon.active, .left-nav .item.active .icon.active {
  display: block;
}

.left-nav .name {
  flex: 1;
  margin: 0 .625rem 0 1.25rem;
  font-size: 1rem;
  color: #141414;
}

.left-nav .point {
  width: .375rem;
  height: .375rem;
  background-color: rgba(0, 60, 166, 0.36);
  transition: all .3s;
}

.left-nav .icon {
  display: block;
  transition: all .3s;
}

.left-nav .icon.active {
  display: none;
  transition: all .3s;
}

.con-right-title {
  display: flex;
  align-items: center;
  padding: 1.875rem;
}

.con-right-title.jdxm {
  padding: 0;
}

.con-right-title .point {
  width: .25rem;
  height: 1.125rem;
  background-color: #003ca6;
}

.con-right-title .name {
  color: #0a0a0a;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0 .25rem 0 .625rem;
}

.con-right-title .tranf {
  font-size: .875rem;
  color: rgba(10, 10, 10, 0.4);
  text-transform: uppercase;
  padding-top: .5rem;
}

.con-right-title .more {
  color: #000;
}

.con-right-title .more:hover {
  text-decoration: underline;
}

.con-right-title .more .icon {
  margin-left: 2px;
}

.con-page {
  padding-bottom: 4rem;
}

.con-page .con-text {
  line-height: 1.8;
  color: #0a0a0a;
  font-size: 1rem;
  padding: 0 2.5rem 0 2.5rem;
}

.keyword {
  color: #003ca6;
  text-decoration: underline;
  padding: 0 3px;
}

.keyword:hover {
  color: #003ca6;
  font-weight: bold;
}

.conad .conad-text {
  height: 160px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.news2 {
  padding: 0 2.5rem;
  margin-bottom: 1rem;
}

.news2 .item {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  display: block;
  min-height: 60px;
}

.news2 .item:hover .day {
  background-color: #003ca6;
  color: #fff;
}

.news2 .item:hover .tit {
  font-weight: bold;
}

.news2 .item:hover .tit, .news2 .item:hover .dec {
  color: #003ca6;
}

.news2 .pd {
  position: relative;
  z-index: 1;
  padding-left: 64px;
}

.news2 .day-box {
  position: absolute;
  left: 0;
  top: 0;
}

.news2 .day-box .day {
  transition: all .3s;
  width: 35px;
  height: 35px;
  border: 2px solid #042db9;
  display: block;
  background-color: #eef2f8;
  color: #003ca6;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.news2 .day-box .month {
  text-align: center;
  color: #9b9b9b;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.news2 .tit-box {
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.news2 .tit-box .tit {
  color: #000000;
  font-size: 14px;
  transition: all .3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}

.news2 .tit-box .year {
  color: #9b9b9b;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.news2 .dec {
  transition: all .3s;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 5px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news {
  padding: 0 2.5rem;
  margin-bottom: 1rem;
}

.news.home {
  padding: 0;
}

.news.download {
  padding: 0;
  margin-top: .625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news.download .item-box {
  width: 48%;
}

.news .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
  padding-left: 1.25rem;
  padding-right: 6.25rem;
}

.news .item:hover .name {
  color: #003ca6;
  font-weight: bold;
}

.news .point {
  width: .375rem;
  height: .375rem;
  background-color: #003ca6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
}

.news .name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  transition: all .3s;
}

.news .time {
  color: #9b9b9b;
  font-size: .875rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.con-title {
  margin: 0 2.5rem;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}

.con-title .name {
  color: #0a0a0a;
  font-size: 1.25rem;
  font-weight: bold;
}

.con-title .time {
  color: #9b9b9b;
  font-size: 14px;
  margin-top: .5rem;
}

.con-text.detail {
  min-height: 25rem;
}

.detail-btn {
  border-top: 1px solid #eeeeee;
  margin: 0 2.5rem;
  padding: 1rem 0 0 0;
  position: relative;
  z-index: 1;
  min-height: 4rem;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.detail-btn .item {
  position: relative;
  z-index: 1;
  margin-top: .6rem;
  display: flex;
  font-size: 1rem;
  padding-left: 1.5rem;
  padding-right: 3.5rem;
}

.detail-btn .item:hover .name {
  color: #003ca6;
  font-weight: bold;
}

.detail-btn .item:hover .icon {
  display: none;
}

.detail-btn .item:hover .icon.active {
  display: block;
}

.detail-btn .item .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}

.detail-btn .item .icon.active {
  display: none;
}

.detail-btn .item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 1rem;
}

.detail-btn .back {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background-color: #003ca6;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  margin-top: 0.875rem;
}

.detail-btn .back:hover {
  background-color: rgba(0, 60, 166, 0.8);
}

.case-dec {
  margin: 0 1.875rem;
  position: relative;
  z-index: 1;
  border: 1px solid #a0b0ea;
  background-color: #f7f9fc;
  padding: 15px 20px;
  color: #153978;
}

.case-dec .title {
  font-size: 16px;
  font-weight: bold;
}

.case-dec .text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}

.case-dec .point {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: rgba(0, 60, 166, 0.36);
}

.case-dec .p1 {
  top: 0;
  left: 0;
}

.case-dec .p2 {
  top: 0;
  right: 0;
}

.case-dec .p3 {
  bottom: 0;
  left: 0;
}

.case-dec .p4 {
  bottom: 0;
  right: 0;
}

.newimg {
  margin: 40px 1.875rem 2rem;
}

.newimg .item {
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
  padding-left: 240px;
  display: block;
  min-height: 177px;
}

.newimg .item:last-child {
  margin-bottom: 0;
}

.newimg .item:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.newimg .item:hover .name {
  color: #003ca6;
}

.newimg .item:hover .look {
  background-color: #003ca6;
}

.newimg .img-box, .newimg .img {
  width: 210px;
  height: 177px;
  background-color: #ccc;
}

.newimg .img {
  transition: all .3s;
}

.newimg .img-box {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.newimg .text-box {
  flex: 1;
  padding-top: 10px;
}

.newimg .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  color: #252525;
  font-weight: bold;
  transition: all .3s;
}

.newimg .text {
  color: #575757;
  font-size: 14px;
  margin-top: 7px;
}

.newimg .text:nth-child(2) {
  margin-top: 10px;
}

.newimg .btn-box {
  display: flex;
  justify-content: right;
}

.newimg .look {
  font-size: 12px;
  color: #fff;
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  transition: all .3s;
  background-color: #aaaaaa;
}

.prolist {
  margin: 0 50px;
  display: flex;
  flex-wrap: wrap;
}

.prolist .item {
  display: block;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}

.prolist .item:nth-child(3n) {
  margin-right: 0;
}

.prolist .item {
  background-color: #fafafa;
  display: block;
  transition: all .3s;
}

.prolist .item:hover .img-box {
  opacity: 0.7;
}

.prolist .item:hover .name {
  color: #003ca6;
}

.prolist .img-box {
  height: 176px;
  transition: all .3s;
}

.prolist .item-con {
  padding: 10px;
}

.prolist .name {
  transition: all .3s;
  color: #171717;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.prolist .row {
  transition: all .3s;
  display: flex;
  color: #838383;
  font-size: .75rem;
  line-height: 20px;
  margin-bottom: 8px;
}

.prolist .row:last-child {
  margin-bottom: 0;
}

.prolist .row .type {
  background-color: #efefef;
  width: 67px;
  height: 20px;
  text-align: center;
  margin-right: 10px;
  transition: all .3s;
}

.prolist .row .text {
  flex: 1;
}

.about-box-pd {
  padding-bottom: 2rem;
}

.about-box {
  background-color: #fff;
  padding: 2.5rem;
}

.allmap {
  width: 100%;
  height: 25rem;
}

.allmap .anchorBL {
  display: none;
}

.allmap .BMap_bubble_title {
  font-weight: bold;
  font-size: 1rem;
}

.about-con {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.about-con .about-l {
  flex: 1;
}

.about-con .ewm-box {
  width: 7.5rem;
  display: flex;
  flex-direction: column;
  margin-left: 4.125rem;
}

.about-con .ewm-box .img {
  width: 100%;
}

.about-con .ewm-box .txt {
  display: block;
  text-align: center;
  color: #333333;
  font-size: .875rem;
  letter-spacing: 2px;
}

.about-con .about-l-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  align-items: center;
}

.about-con .about-l-flex .item {
  flex: 1;
  color: #4b4b4b;
  font-size: .875rem;
  line-height: 1.6;
}

.about-con .about-l-flex .item .text {
  margin-bottom: 2px;
}

.about-con .about-l-flex .tel {
  color: #4b4b4b;
}

.about-con .about-l-flex .tel:hover {
  color: #4b4b4b;
}

.about-con .about-l-flex .work {
  background-color: #eef5ff;
  padding: 1rem 1.875rem;
  color: #467fd4;
  font-size: 1rem;
  font-weight: bold;
}

.about-con .about-l-flex .work .title {
  font-size: 1.125rem;
}

.about-name {
  display: block;
  position: relative;
  color: #323232;
  font-size: 1.5rem;
  padding-bottom: .5rem;
}

.about-name::after {
  content: '';
  width: 1.6875rem;
  height: .125rem;
  background-color: #323232;
  display: block;
  position: absolute;
  bottom: 0;
}

.about-route {
  margin-top: 2rem;
}

.about-route .about-route-con {
  background-color: #467fd4;
  color: #fff;
  margin-top: 1.3rem;
  padding: 1.875rem 2.1875rem;
}

.about-route .about-route-con .text {
  margin-bottom: 0.6rem;
  font-size: .9375rem;
  font-weight: bold;
  display: flex;
  line-height: 1.6;
}

.about-route .about-route-con .text .txt {
  flex: 1;
}

.about-route .about-route-con .text:last-child {
  margin-bottom: 0;
}

.about-route .about-route-con .red {
  color: #fffc14;
}

.leader {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2.875rem;
}

.leader .item {
  width: 17.1875rem;
  margin-right: .875rem;
  text-align: center;
}

.leader .item:nth-child(3n) {
  margin-right: 0;
}

.leader .item:hover .bg {
  left: -0.25rem;
  top: -0.25rem;
  transform: scale(1);
}

.leader .item:hover .name, .leader .item:hover .subtitle {
  color: #003ca6;
}

.leader .img-box {
  background-color: #fff;
  height: 13.75rem;
  position: relative;
  z-index: 1;
}

.leader .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid #003ca6;
  background-color: #003ca6;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all .3s;
}

.leader .img {
  height: 13.75rem;
  position: relative;
  z-index: 2;
}

.leader .text-box {
  padding: 1rem 0;
}

.leader .name {
  color: #181818;
  font-size: .875rem;
  font-weight: bold;
  transition: all .3s;
}

.leader .subtitle {
  font-size: .75rem;
  color: #6e6e6e;
  transition: all .3s;
}

.bkwd {
  padding: 0 2.5rem;
}

.bkwd.bkwd2 {
  padding: 0;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bkwd.bkwd2 .item-box {
  width: 49%;
  background-color: #f7fafd;
  margin-bottom: 1rem;
}

.bkwd.bkwd2 .item {
  display: block;
  border: .1875rem solid #f7fafd;
  padding: 1.25rem;
  transition: all .3s;
  margin-bottom: 0;
}

.bkwd.bkwd2 .title-box {
  padding-right: 0;
}

.bkwd .item {
  display: block;
  background-color: #f7fafd;
  border: .1875rem solid #f7fafd;
  padding: 1.25rem;
  transition: all .3s;
  margin-bottom: .625rem;
}

.bkwd .item:hover {
  background-color: #fff;
  border-color: #0e66b7;
}

.bkwd .item:hover .name {
  color: #0e66b7;
}

.bkwd .title-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  align-items: center;
  padding-bottom: .5rem;
  position: relative;
  z-index: 1;
  padding-right: 9.375rem;
}

.bkwd .title-box .name {
  color: #101010;
  font-size: 1rem;
  font-weight: bold;
  transition: all .3s;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.bkwd .count-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-66%);
}

.bkwd .count {
  color: #808385;
  font-size: .8125rem;
  margin-left: .625rem;
}

.bkwd .dec {
  color: #616161;
  font-size: .875rem;
  margin-top: .5rem;
  line-height: 1.6;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bkwd .row-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  color: #808385;
  font-size: .8125rem;
}

.search-page-pd {
  padding-bottom: 2rem;
}

.search-page {
  background-color: #fff;
  padding: 2rem 0;
  min-height: 25rem;
}

.search-page .news {
  margin-bottom: 2rem;
}

.search-page .detail {
  margin: 0 3.2rem;
  line-height: 1.8;
  color: #0a0a0a;
  font-size: 1rem;
  min-height: 18.75rem;
}

.nodata {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  min-height: 200px;
}

.layui-laypage a:hover {
  color: #074F98;
}

.layui-laypage a, .layui-laypage span {
  height: 36px;
  line-height: 36px;
}

/*pages*/
.pager-lists {
  text-align: center;
}

.pager-lists .layui-laypage .layui-laypage-curr {
  color: #ffffff !important;
  background-color: #003ca6;
}

.team {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2.875rem;
}

.team .item {
  width: 17.1875rem;
  margin-right: .875rem;
  text-align: center;
  margin-bottom: .625rem;
}

.team .item:nth-child(3n) {
  margin-right: 0;
}

.team .item:hover .bg {
  left: -0.25rem;
  top: -0.25rem;
  transform: scale(1);
}

.team .item:hover .name, .team .item:hover .subtitle {
  color: #003ca6;
}

.team .img-box {
  background-color: #fff;
  height: 342px;
  position: relative;
  z-index: 1;
}

.team .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid #003ca6;
  background-color: #003ca6;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all .3s;
}

.team .img {
  height: 342px;
  position: relative;
  z-index: 2;
}

.team .text-box {
  padding: 1rem 0;
}

.team .name {
  color: #181818;
  font-size: 1rem;
  font-weight: bold;
  transition: all .3s;
}

.team .subtitle {
  font-size: .75rem;
  color: #6e6e6e;
  transition: all .3s;
}

.auth {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 3.9375rem;
}

.auth .item {
  width: 253px;
  margin-right: 1.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.auth .item:nth-child(3n) {
  margin-right: 0;
}

.auth .item:hover {
  -webkit-animation: bounce linear 1s;
  animation: bounce linear 1s;
}

.auth .item:hover .bg {
  left: -0.25rem;
  top: -0.25rem;
  transform: scale(1);
}

.auth .item:hover .name, .auth .item:hover .subtitle {
  color: #0660b3;
}

.auth .img-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.auth .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid #0660b3;
  background-color: #0660b3;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all .3s;
}

.auth .img {
  width: 100%;
  height: 237px;
  position: relative;
  z-index: 2;
}

.auth .text-box {
  padding: 1rem 0;
}

.auth .name {
  color: #181818;
  font-size: .875rem;
  font-weight: bold;
  transition: all .3s;
}

.auth .subtitle {
  font-size: .75rem;
  color: #6e6e6e;
  transition: all .3s;
}

.form-box {
  padding: 60px 0;
  max-width: 500px;
  margin: 0 auto;
}

.form-box .item {
  margin-bottom: 15px;
  display: flex;
}

.form-box .text-box {
  flex: 1;
}

.form-box .name {
  font-weight: bold;
  font-size: 1rem;
}

.form-box .require {
  color: red;
  font-style: normal;
}

.form-box .tit-box {
  width: 100px;
  text-align: right;
  line-height: 40px;
  margin-right: 10px;
}

.form-box .input-box {
  border: 1px solid #f2f2f2;
  background-color: #f8f8f8;
  padding: .25rem .9375rem;
  margin-bottom: .3125rem;
  border-radius: .3125rem;
}

.form-box .textarea, .form-box .input-text {
  border: none;
  width: 100%;
  background-color: transparent;
  line-height: 30px;
}

.form-box .btn-box {
  padding-top: .625rem;
}

.form-box .btn {
  background-color: #003ca6;
  border-radius: .3125rem;
  line-height: 3.125rem;
  display: block;
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  transition: all .3s;
}

.form-box .btn:hover {
  background-color: rgba(0, 60, 166, 0.9);
}

.enclosure {
  background-color: #fff9f9;
  border: 1px dashed #d9d6d6;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  margin: 0 2.5rem 2rem;
}

.enclosure .tit {
  display: flex;
  align-items: center;
}

.enclosure .name {
  font-weight: bold;
  margin-left: 5px;
}

.enclosure-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.enclosure-list .item {
  color: #e22519;
  text-decoration: underline;
  transition: all .3s;
  line-height: 30px;
}

.enclosure-list .item:hover {
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .enclosure {
    margin: 0 0 1rem;
  }
  .form-box {
    padding: 20px 0;
  }
  .form-box .item {
    flex-direction: column;
    margin-bottom: 5px;
  }
  .form-box .tit-box {
    text-align: left;
    margin-right: 0;
  }
  .solution-box .solution-box-bg {
    padding: 20px 10px;
  }
  .auth {
    padding: 0;
    margin-top: 1rem;
  }
  .auth .item {
    width: 48%;
    margin-right: 4%;
  }
  .auth .item:nth-child(3n) {
    margin-right: 4%;
  }
  .auth .item:nth-child(2n) {
    margin-right: 0;
  }
  .auth .img-box, .auth .img {
    height: 13.75rem;
  }
  .team {
    padding: 0;
    margin-top: 1rem;
  }
  .team .item {
    width: 48%;
    margin-right: 4%;
  }
  .team .item:nth-child(3n) {
    margin-right: 4%;
  }
  .team .item:nth-child(2n) {
    margin-right: 0;
  }
  .team .img-box, .team .img {
    height: 13.75rem;
  }
  .search-page {
    padding: 1rem .625rem 2rem;
  }
  .con-title {
    margin: 0 0 1rem 0;
  }
  .search-page .detail {
    margin: 0;
  }
  .bkwd {
    padding: 0;
  }
  .bkwd.bkwd2 .item-box {
    width: 100%;
  }
  .bkwd.bkwd2 .item {
    padding: .625rem;
  }
  .bkwd .item {
    padding: .625rem;
  }
  .bkwd .title-box {
    padding-right: 0;
  }
  .leader {
    padding: 0;
    margin-top: 1rem;
  }
  .leader .item {
    width: 48%;
    margin-right: 4%;
  }
  .leader .item:nth-child(3n) {
    margin-right: 4%;
  }
  .leader .item:nth-child(2n) {
    margin-right: 0;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .container {
    width: auto !important;
  }
  .home-swiper-container {
    height: 7.5rem !important;
  }
  .home-swiper-container .item {
    height: 7.5rem !important;
  }
  .home-swiper-container .home-swiper-page {
    bottom: 10px !important;
  }
  .home-swiper-container .home-swiper-page .swiper-pagination-bullet {
    width: 8px;
    height: 6px;
  }
  .home-swiper-container .home-swiper-page .swiper-pagination-bullet-active {
    width: 15px;
    height: 6px;
  }
  .home-introduce {
    margin-top: 0;
    padding: 20px 10px;
  }
  .home-introduce .icon-watermark {
    display: none;
  }
  .home-introduce .home-introduce-con {
    padding-right: 0;
    background: none;
  }
  .home-introduce .tit-box {
    font-size: 20px;
  }
  .bgcolor.intropd {
    padding: 0 0 10px 0;
  }
  .home-product-top {
    height: auto;
    padding-bottom: 20px;
  }
  .home-product-top .tit {
    padding: 0 10px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home-product-top .tit .name {
    font-size: 1.3rem;
  }
  .home-product-top .tit .tranfer {
    margin-left: 0;
    font-size: 1rem;
  }
  .pro-type {
    justify-content: left;
    margin-top: 15px;
  }
  .pro-type .item {
    width: auto;
    padding: 5px 10px;
  }
  .pro-type .item i,
  .pro-type .dec {
    display: none;
  }
  .pro-type .type {
    margin-left: 0;
    font-size: 1rem;
  }
  .home-product-con {
    margin-top: 0;
    padding: 15px 10px 20px 10px;
  }
  .home-product-left {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .home-product-left .item {
    padding: 10px 0;
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .home-product-left .item::before {
    content: '';
    display: none;
  }
  .home-case-box {
    padding: 20px 10px 40px 10px;
  }
  .home-title .name {
    font-size: 22px;
  }
  .home-title .dec {
    font-size: 14px;
    margin-top: 6px;
  }
  .case-type-box .more {
    display: none;
  }
  .case-type .item {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin-right: 10px;
  }
  .case-type .item i {
    display: none;
  }
  .case-type-con {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .case-type-con .item {
    width: 100%;
    padding-bottom: 5px;
  }
  .case-type-con .pd {
    overflow: initial;
  }
  .case-type-con .pd::before {
    content: '';
    top: 15px;
    left: 12px;
    width: 10px;
    height: 10px;
  }
  .case-type-con .name {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .home-team {
    margin-top: 30px;
  }
  .home-team {
    flex-wrap: wrap;
  }
  .home-team .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .home-team .item:nth-child(2n) {
    margin-right: 0%;
  }
  .home-team .item:nth-child(7) {
    display: none;
  }
  .home-team .tit-box {
    margin: 10px 0 5px 0;
  }
  .news-type-box {
    margin-top: 0;
  }
  .news-type .item {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin-right: 10px;
  }
  .news-type .item i {
    display: none;
  }
  .home-news-flex {
    margin-top: 20px;
    flex-direction: column;
  }
  .home-news-flex .home-news-right {
    margin-right: 0;
  }
  .home-news-flex .home-news-left {
    flex: 1;
    width: auto;
    margin-top: 20px;
  }
  .copyright {
    border-top: none;
  }
  .home-swiper-certificate {
    margin-top: 30px !important;
  }
  .home-swiper-certificate .swiper-slide {
    box-shadow: none;
  }
  .home-swiper-certificate .swiper-slide,
  .home-swiper-certificate .img-box {
    height: 240px;
  }
  .conad .conad-text {
    height: 6.25rem;
    padding: 0 .625rem;
    font-size: 1.125rem;
  }
  .content {
    background-color: #f4f6f8;
  }
  .content-map {
    padding: .625rem;
    color: #747373;
  }
  .content-map .name, .content-map a {
    color: #747373;
  }
  .content-map .title {
    display: none;
  }
  .content-left {
    width: 100%;
    min-height: auto;
  }
  .content-left .con-left-title {
    display: none;
  }
  .left-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .left-nav .item {
    min-height: 1.875rem;
    padding: 0;
    text-align: center;
  }
  .left-nav .point, .left-nav .icon {
    display: none !important;
  }
  .left-nav .name {
    margin: 0;
  }
  .content-left {
    float: none !important;
    margin-bottom: .3125rem;
  }
  .content-left .left-nav {
    padding: .625rem 0 0 0.625rem;
  }
  .content-left .item {
    border: 1px solid #065fb1;
    border-radius: 3px;
    margin-bottom: .625rem;
    min-width: auto;
    padding: 0 10px;
    margin-right: 1%;
  }
  .content-left .item .name {
    color: #065fb1;
    font-size: .8125rem;
  }
  .content-left .item.active {
    background-color: #065fb1;
  }
  .content-left .item.active .name {
    color: #fff;
  }
  .content-right {
    width: auto !important;
    float: none !important;
    padding: 0 .625rem;
  }
  .con-right-title, .con-right-title.jdxm {
    padding: 1rem 0 .625rem 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .con-right-title .point, .con-right-title .tranf, .con-right-title.jdxm .point, .con-right-title.jdxm .tranf {
    display: none;
  }
  .con-right-title .name, .con-right-title.jdxm .name {
    margin: 0;
    font-size: 1.125rem;
    position: relative;
    z-index: 1;
  }
  .con-right-title .name::after, .con-right-title.jdxm .name::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #065fb1;
    position: absolute;
    left: 0;
    bottom: -0.6875rem;
  }
  .con-page {
    padding: 1rem 0;
    width: 100%;
  }
  .con-page .con-text {
    padding: 0;
  }
  .news2 {
    padding: 0;
  }
  .news2 .pd {
    padding-left: 48px;
  }
  .news {
    padding: 0;
  }
  .news.download .item-box {
    width: 100%;
  }
  .news .item {
    padding-right: 5.625rem;
    padding-left: 1rem;
  }
  .con-title {
    margin: 0 0 1rem 0;
  }
  .detail-btn {
    margin: 0;
  }
  .detail-btn .item {
    padding-right: 0;
    padding-left: 0;
  }
  .detail-btn .icon {
    display: none;
  }
  .detail-btn .back {
    position: relative;
    top: 0;
    transform: translateY(0);
    margin: 2rem auto 1rem auto;
  }
  .con-title .time {
    font-size: 13px;
  }
  .con-text.detail {
    min-height: 12.5rem;
  }
  .case-dec {
    margin: 0;
  }
  .newimg {
    margin: 0;
  }
  .newimg .item {
    padding: 1.25rem 0 1.25rem 8.75rem;
    border-bottom: 1px solid #f4f6f8;
    margin-bottom: 0;
    min-height: 5.75rem;
  }
  .newimg .text-box {
    padding-top: 0;
  }
  .newimg .text:nth-child(2) {
    margin-top: 5px;
  }
  .newimg .img-box {
    left: 0rem;
    top: 1.25rem;
  }
  .newimg .img-box, .newimg .img {
    width: 8.125rem;
    height: 5.75rem;
  }
  .prolist {
    margin: 0;
  }
  .prolist .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .prolist .item:nth-child(3n) {
    margin-right: 4%;
  }
  .prolist .item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .about-box-pd {
    padding-bottom: 0.625rem;
  }
  .about-box {
    padding: 1rem 10px;
  }
  .allmap {
    height: 22rem;
  }
  .about-con {
    flex-direction: column;
    align-items: flex-start;
    min-height: 12.5rem;
    margin-top: 20px;
  }
  .about-l-flex {
    flex-direction: column;
  }
  .about-l-flex .time {
    background-color: #eef5ff;
    padding: .625rem;
    color: #467fd4;
    font-weight: bold;
    margin-top: 0.5rem;
  }
  .about-name {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .about-con .ewm-box {
    margin-top: 1rem;
    width: 100%;
    align-items: center;
    margin-left: 0;
  }
  .about-con .ewm-box .img {
    width: 7.5rem;
  }
  .about-route {
    margin-top: 1rem;
  }
  .about-route .about-route-con {
    padding: 1rem .625rem;
  }
  .about-route .about-route-con .text {
    font-weight: normal;
    font-size: .875rem;
  }
  .about-route .about-route-con .name {
    width: 4.375rem;
    text-align: right;
  }
}
