@charset "UTF-8";
/* Reset style */

dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

button {
  padding: 0;
  border-width: 0;
  background: transparent;
}

body, html {
  padding: 0;
  margin: 0;
}

body {
  font: 16px/1.8 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #4177d1;
}

input:focus {
  outline: none;
}

.au-clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.au-clearfix {
  *display: inline-block;
}

.topbar {
  background: #FFF;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);

}

.topbar .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1440px;
  margin: 0 auto;
  height: 120px;
}

.topbar .logo {
  width: 236px;
  height: 60px;
  background: url(./images/logo.png) no-repeat center center;
  display: block;
  background-size: 100% auto;
}

.topbar .navlist {
  display: flex;
}

.topbar .navlist li {
  position: relative;
  display: flex;
  align-items: center;
  height: 120px;
  line-height: 120px;

}

.topbar .navlist li:last-of-type {
  margin-right: 0;
}

.topbar .navlist li a {
  color: #010101;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Microsoft Yahei';
  cursor: pointer;
  padding: 0 30px;
}

.topbar .navlist li.on {
  border-bottom: 4px solid #00479d;
}

.topbar .navlist li a:hover,
.topbar .navlist li.on a {
  color: #00479d;
}

  


.header .ic-pc-nav {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 289px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  cursor: default;
  background: linear-gradient(90deg, #FAFAFF, #FAFAFF 50%, #fff 0, #fff 50%);
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  /* -webkit-transform: scaleY(0); */
  transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.header .ic-pc-nav.nav_show, .header .ic-pc-nav.on {
  transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);

  transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}



.header .ic-pc-nav .cistern {
  width: 868px;
  height: 100%;
  margin: 0 auto;
}

.header .wap-nav {
    position: absolute;
    left: 0;
    top: 65px;
    right: 0;
    z-index: 1000;
    width: 100%;
    background: #f5f5f5;
    overflow-y: auto;
    display: none;
}

.header .wap-nav .wap-navmain>li {
    border-bottom: 1px solid #d3d3d3;
}

.header .wap-nav .wap-navmain>li>a {
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #666;
    text-decoration: none;
}

.header .wap-nav .wap-navmain>li>a em {
    float: right;
}

.header .wap-nav .wap-navmain .wap-box {
    display: none;
    background: #fff;
    overflow: hidden;
}

.header .wap-nav .wap-navmain .wap-box dl {
    margin-bottom: 0;
}

.header .wap-nav .wap-navmain .wap-box dd {
    border-bottom: 1px solid #e6e6e6;
}

.header .wap-nav .wap-navmain .wap-box dd>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

.header .wap-nav .wap-navmain .wap-box dd>a em {
    float: right;
}

.header .wap-nav .wap-navmain .wap-box .wap-items {
    display: none;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
}

.header .wap-navmain .wap-box .wap-items ul {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header .wap-navmain .wap-box .wap-items li {
    float: left;
    display: inline-block;
    width: 50%;
}

.header .wap-navmain .wap-box .wap-items li a {
    display: inline-block;
    padding: 5px 20px;
    color: #999;
    font-size: 14px;
    text-decoration: none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header .cistern .gradeOne {
  box-sizing: border-box;
  float: left;
  width: 250px;
  height: 100%;
  background: #FAFAFF;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
}

.header .cistern .gradeTwo {
  box-sizing: border-box;
  float: left;
  width: 250px;
  height: 100%;
  background: #FAFAFF;
  padding: 20px;
  box-sizing: border-box;
}

.header .cistern .gradeThree {
  float: left;
  width: 368px;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.header .cistern .gradeTwo ul {
  display: none;
}


.header .cistern .gradeOne ul li,
.header .cistern .gradeTwo ul li {
  height: 36px;
  line-height: 36px;
  padding: 6px 32px 6px 16px;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  margin: 5px 0;
}

.header .cistern .gradeOne ul li::after,
.header .cistern .gradeTwo ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: url(./images/left_i.png) no-repeat center center;
  background-size: 100% auto;
  right: 16px;
  top: 50%;
  margin-top: -8px;
}

.header .cistern .gradeTwo ul.prolist li::after {
  display: none;
}

.header .cistern .gradeOne ul li:hover,
.header .cistern .gradeOne ul li.on,
.header .cistern .gradeTwo ul li:hover,
.header .cistern .gradeTwo ul li.on {
  background-color: #F2F3FF;
}

.header .cistern .gradeOne ul li:hover a,
.header .cistern .gradeOne ul li.on a,
.header .cistern .gradeTwo ul li:hover a,
.header .cistern .gradeTwo ul li.on a {
  color: #0F5BCB;
}

.header .cistern .gradeOne ul li a,
.header .cistern .gradeTwo ul li a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.header .cistern .gradeThree .threeListItem {
  display: none;

}

.header .cistern .gradeThree .threeListItem .list ul {
  display: flex;
  flex-flow: row wrap;
}

.header .cistern .gradeThree .threeListItem .list ul li {
  display: inline-block;
  height: 36px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 5px 10px;
}

.header .cistern .gradeThree .threeListItem .list.short ul li {
  width: 136px;
}

.header .cistern .gradeThree .threeListItem .list ul li a, .header .cistern .gradeThree .threeListItem .list ul li span {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.header .cistern .gradeThree .threeListItem .list ul li:hover a {
  color: #0F5BCB;
}



.banner_area {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin-bottom: 50px;
}

/* .banner_area::before {
  position: absolute;
  right: 50%;
  top: 550px;
  z-index: 10;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  transform: rotate(4.3deg);
  transform-origin: 100% 0;
}

.banner_area::after {
  position: absolute;
  left: 50%;
  top: 550px;
  z-index: 10;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  transform: rotate(-4.3deg);
  transform-origin: 0 0;
}  */

.banner_area .swiper-container {
  width: 100%;
  height: 100%;
}

.banner_area .swiper-slide {
  display: flex;
  justify-content: center;
  height: 550px;
}

.banner_area .swiper-button-prev {
  left: 5.2%;
  background: url(../css/images/slider_arrow_l.png) no-repeat center center;
  background-size: 100% auto;
  width: 80px;
  height: 80px;
  margin-top: -100px;
}

.banner_area .swiper-button-next {
  right: 5.2%;
  background: url(../css/images/slider_arrow_r.png) no-repeat center center;
  background-size: 100% auto;
  width: 80px;
  height: 80px;
  margin-top: -100px;
}

.banner_area .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
}

.banner_area .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 14px;
  height: 14px;
  margin: 0 27px;
  background: #C2C2C2;
}

.banner_area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0F5BCB;
}

.banner_area .main-nav {
  position: absolute;
  top: 367px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 68px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.banner_area .main-nav .nav-items {
  text-align: center;
}

.banner_area .main-nav .nav-item-box {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 180px;
  height: 68px;
}

.banner_area .main-nav .nav-item-box .nav-item {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 180px;
  height: 68px;
  overflow: hidden;
  transition: height 0.5s;
  -ms-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}

.banner_area .main-nav .nav-item-box .nav-item .nav-item-icon {
  display: none;
  text-align: center;
  padding-top: 10px;
}

.banner_area .main-nav .nav-item-box .nav-item .nav-item-icon>span {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90px 100px;
  overflow: hidden;
}

.banner_area .main-nav .nav-item-box .nav-item .nav-item-icon>span.nav-item-icon1 {
  background-image: url(./images/icon_01.png);
}

.banner_area .main-nav .nav-item-box .nav-item .nav-item-icon>span.nav-item-icon2 {
  background-image: url(./images/icon_02.png);
}

.banner_area .main-nav .nav-item-box .nav-item .nav-item-icon>span.nav-item-icon3 {
  background-image: url(./images/icon_03.png);
}

.banner_area .main-nav .nav-item-box .nav-item .nav-item-icon>span.nav-item-icon4 {
  background-image: url(./images/icon_04.png);
}

.banner_area .main-nav .nav-item-box .nav-item .nav-item-icon>span.nav-item-icon5 {
  background-image: url(./images/icon_05.png);
}

.banner_area .main-nav .nav-item-box .nav-item .nav-item-icon>span.nav-item-icon6 {
  background-image: url(./images/icon_06.png);
}

.banner_area .main-nav .nav-item-box .nav-item .nav-item-icon>span.nav-item-icon7 {
  background-image: url(./images/icon_07.png);
}

.banner_area .main-nav .nav-item-box .nav-item .nav-item-icon>span.nav-item-icon8 {
  background-image: url(./images/icon_08.png);
}

.banner_area .main-nav .nav-item-box .nav-item .nav-item-name {
  line-height: 68px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.banner_area .main-nav .nav-item-box.on .nav-item,
.banner_area .main-nav .nav-item-box .nav-item:hover {
  height: 168px;
  background: rgba(126, 178, 255, 0.3);
  transition: height 0.5s;
  -ms-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
}

.banner_area .main-nav .nav-item-box.on .nav-item .nav-item-icon,
.banner_area .main-nav .nav-item-box .nav-item:hover .nav-item-icon {
  display: block;
}

.banner_area .main-nav .nav-item-box.on .nav-item .nav-item-name,
.banner_area .main-nav .nav-item-box .nav-item:hover .nav-item-name {
  font-weight: 500;
  font-size: 18px;
}

.banner_area .swiper-slide-active {
  z-index: 1;
}

.container_fluid .wrapper {
  width: 1440px;
  margin: 0 auto;
}

.block {
  width: 1440px;
  margin: 0 auto;
}

.block .block_headline {
  position: relative;
  width: 100%;
  background: url(./images/headline_i.png) no-repeat center bottom;
  background-size: auto 24px;
  color: #222;
  font-family: 'Microsoft Yahei';
  margin-bottom: 20px;
  text-align: center;
  padding: 0px 0px 24px;
}

.block .block_headline::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
  content: '';
}

.block .block_headline .title {
  background: #FFF;
  padding: 0 50px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.block .block_headline .title a {
  font-size: 40px;
  color: #333;
}

.products {
  display: flex;
  margin: 0 -16px;
}

.products .pro_item {
  flex: 1;
  margin: 16px;
  padding: 70px 60px;
  background: url(./images/pro_bg.png) no-repeat center top;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 492px;
}

.products .pro_i {
  width: 126px;
  height: 136px;
  background: no-repeat center center;
  background-size: auto 146px;
}

.products .proinfo {
  text-align: center;
}

.products .proinfo .name {
  font-size: 36px;
  text-align: center;
  color: #0F5BCB;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.products .proinfo .desc {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 限制行数 */
  -webkit-line-clamp: 2;
  /* 打开门户 */
  -webkit-box-orient: vertical;
  color: #585F6E;
  font-size: 20px;
  line-height: 28px;

}

.products .proinfo .more {
  color: #0F5BCB;
  background: #FFF;
  border: 1px solid #0F5BCB;
  font-size: 20px;
  padding: 0 12px;
  display: inline-block;
  display: none;

}

.products .proinfo .name::after {
  position: absolute;
  content: '';
  width: 180px;
  height: 2px;
  background: #0F5BCB;
  bottom: 0;
  left: 50%;
  margin-left: -90px;

}

.products .pro_item.pro01 .pro_i {
  background-image: url(./images/pro01.png);
}

.products .pro_item.pro02 .pro_i {
  background-image: url(./images/pro02.png);
}

.products .pro_item.pro03 .pro_i {
  background-image: url(./images/pro03.png);
}

.products .pro_item.pro04 .pro_i {
  background-image: url(./images/pro04.png);
}

.products .pro_item:hover .name {
  color: #FFF;
}

.products .pro_item:hover .name::after {
  background: transparent;
}

.products .pro_item:hover .desc {
  display: none;
}

.products .pro_item:hover .more {
  display: inline-block;
}

.products .pro_item.pro01:hover {
  background-image: url(./images/pro_bg01.png);
}

.products .pro_item.pro02:hover {
  background-image: url(./images/pro_bg02.png);
}

.products .pro_item.pro03:hover {
  background-image: url(./images/pro_bg03.png);
}

.products .pro_item.pro04:hover {
  background-image: url(./images/pro_bg04.png);
}

/*数智赋能*/
.shuzhifn_container {
  background-color: rgba(250, 252, 255, 0.9);
  padding: 50px;
}

.shuzhifn_container .block .block_headline .title {
  background-color: rgba(250, 252, 255, 0.9);
}

.business_swiper {
  position: relative;
  width: 100%;
}

.business_swiper .swiper-container {
  width: 100%;
}

.business_swiper .swiper-pagination {
  position: relative;
  z-index: 8;
  width: auto;
  bottom: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.business_swiper .swiper-pagination.sprow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.business_swiper .swiper-pagination .sp-customs {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.business_swiper .swiper-pagination .sp-customs .icon {
  width: 126px;
  height: 136px;
  background-repeat: no-repeat;
  background-size: auto 146px;
  background-position: center center;
}

.business_swiper .swiper-pagination .sp-customs .icon1 {
  background-image: url(images/pro05.png);
}

.business_swiper .swiper-pagination .sp-customs .icon2 {

  background-image: url(images/pro06.png);
}

.business_swiper .swiper-pagination .sp-customs .icon3 {
  background-image: url(images/pro07.png);
}

.business_swiper .swiper-pagination .sp-customs .txt {
  font-size: 28px;
  color: #333;
}

.business_swiper .swiper-pagination .sp-customs.active .txt {
  color: #0F5BCB;
}

.business_swiper .swiper-slide .img-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;

}

.business_swiper .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#swiper2 .swiper-button-prev {
  left: 3%;
  top: calc(50% - 80px);
  width: 27px;
  height: 51px;
  background-image: url(./images/s_slide_pre.png);
  background-size: 100% 100%;
  margin-top: 0;
}

#swiper2 .swiper-button-next {
  right: 3%;
  top: calc(50% - 80px);
  width: 27px;
  height: 51px;
  background-image: url(./images/s_slide_next.png);
  background-size: 100% 100%;
  margin-top: 0;
}

.business_swiper .business_info {
  position: absolute;
  left: 9%;
  top: 42%;
  z-index: 100;
  background: url(images/txtbg.png) no-repeat center 0;
  width: 994px;
  height: 487px;
  display: none;
  box-sizing: border-box;
  padding: 50px 60px;
}


.business_swiper .business_info .business_title {
  line-height: 2;
  color: #333;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  font-family: 'Microsoft Yahei';
}

.business_swiper .business_info .business_con {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 36px;
  text-align: left;
}

.business_swiper .business_info .business_con p {
  text-indent: 2em;
  color: #666;
  font-size: 18px;
}

.business_swiper .business_info .btn-more {
  display: block;
  width: 128px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #0F5BCB;
  color: #0F5BCB;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  margin: 3% auto 0;
  cursor: pointer;
  text-decoration: none;
}

.business_swiper .business_info .btn-more:hover {
  background: #edf3f9;
}

.business .swiper-container {
  width: 100%;
  padding-bottom: 10%;
}

.business_swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 1196px;
  height: 600px;

}

.business_swiper .swiper-slide.swiper-slide-active .business_info {
  display: block;
}

.footer {
  background: rgba(0, 0, 0, 0.8);
}

.footer .linknav {
  width: 1200px;
  margin: 0 auto;
}

.footer .linknav .wrap {
  display: flex;
  padding: 50px 0px;
}

.footer .linknav .wrap>div {
  flex: 1;
}

.footer .linknav .row {
  display: flex;
  padding: 6px 0;
  align-items: center;
}

.footer .linknav .row .t {
  font-size: 14px;
  color: #FFF;
  min-width: 106px;
  max-width: 106px;
  position: relative;
  margin-right: 5px;

}

.footer .linknav .row .t::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background: #5C6066;
  right: 0;
  top: 56%;
  margin-top: -6px;
}

.footer .linknav .left .row .linklist a {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 10px;
  min-width: 56px;
}

.footer .linknav .left .row {
  align-items: flex-start;
}

.footer .linknav .left .row .t {
  line-height: 28px;
}

.footer .linknav .row .qdcodes {
  display: flex;
  align-items: center;
}

.footer .linknav .wrap .right {
  /* position: relative;
  top: -18px; */
}

.footer .linknav .row .qdcodes .item {
  width: 98px;
  height: 98px;
  margin: 0 10px;
}

.footer .linknav .row .qdcodes .item img {
  width: 100%;
  height: 100%;
}

.footer .linknav .row .contactinfo span {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}

.footer .copyright {
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  color: #FFF;
  text-align: center;
  padding: 12px;
}

.wap-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    display: none;
}

/* 面包屑 */
.page_nav_box {
  overflow: hidden;
}

/* .page_nav_box .page_nav {
  width: 1200px;
  position: relative;
  margin: auto;
} */

.page_nav_box .page_nav ul {
  width: 100%;
  height: 72px;
  line-height: 72px;
}

.page_nav_box .page_nav ul li {
  float: left;
  color: #999;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
}

.page_nav_box .page_nav ul li a {
  color: #999;
  cursor: pointer;
  text-decoration: none;
}

.page_nav_box .page_nav ul li span {
  margin-left: 8px;
  color: #333;
  font-weight: 600;
}

.page_nav_box .page_nav ul li a:hover {
  color: #00479d;
}

.aboutus_container .block_headline {
  background-size: auto 12px;
  padding-bottom: 16px;
}

.aboutus_container .block_headline .title {
  font-size: 22px;
  color: #333;
}


.nav-height {
  position: relative;
  height: 50px;
}

.nav-wrap {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  width: 1440px;
}

.nav-wrap.navFix {
  position: fixed;
  top: 0;
  z-index: 99999;
}

.nav-wrap ul {
  display: flex !important;
  background-color: #F5F5F5;
}

.nav-wrap.navFix ul {
  border-bottom: 0;
}

.nav-wrap li {
  flex: 1;
  text-align: center;
  line-height: 50px;
}

.nav-wrap li a {
  display: block;
  padding: 0 20px;
  font-size: 20px;
  color: #333;
  text-decoration: none;
}

.nav-wrap li a:hover {
  color: #0F5BCB;
}

.nav-wrap li a.active {
  color: #FFF;
  background-color: #0F5BCB;
}

.about_row {
  margin: 20px 0;
}
.about_row.un {
  margin: 0;
  padding: 50px 0 0;
}

.about_row .title {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

.about_row .cont {
  font-size: 16px;
  color: #666;
}

.about_row img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.aboutus_container .block {
  padding: 50px 0;
}

.about_row .case {
  background: #F5F5F5;
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
}

.pagebanner {
  height: 400px;
  background: no-repeat center center;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.pagebanner::before {
  position: absolute;
  right: 50%;
  top: 100%;
  z-index: 10;
  content: '';
  width: 100%;
  height: 100%;
  background: #FFF;
  transform: rotate(4.3deg);
  transform-origin: 100% 0;
}

.pagebanner::after {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  content: '';
  width: 100%;
  height: 100%;
  background: #FFF;
  transform: rotate(-4.3deg);
  transform-origin: 0 0;
}

.pagebanner .title {
  font-size: 64px;
  color: #FFF;
  position: relative;
  padding: 10px 0;
  text-align: center;
}

.pagebanner .title::after {
  position: absolute;
  content: '';
  width: 320px;
  height: 4px;
  background-color: #FFF;
  bottom: 0;
  left: 50%;
  margin-left: -160px;
}

.solution_banner {
  background-image: url(./images/s_bannerbg.png);
}

.product_banner {
  background-image: url(./images/p_bannerbg.png);
}

.about_banner {
  background-image: url(./images/a_bannerbg.png);
}


@media (max-width: 600px) {

  body, html {
      width: 100vw;
      overflow-x: hidden;
  }

  .aboutus_container .block {
    padding: 2rem 0;
  }
  
  .header .wrapper{
    width: 100%;
    height: auto;
    padding: 1.0rem;
    box-sizing: border-box;
    z-index: 999;
    background-color: #fff;
    position: relative;
  }
  
  .header .menu-list .menu-list-icon {
    display: block;
    width: 28px;
    height: 28px;
    background: url(./images/list.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
  }

  .header .navlist{
      display: none;
  }

  .header .logo {
      width: 10.0rem;
      height: 2.8rem;
  }

  .banner_area {
      height: 12.0rem !important;
      margin-bottom: 1.0rem !important;
  }

  .banner_area .swiper-slide {
      height: 100% !important;
      width: 100% !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
      width: 3.0rem !important;
      height: 3.0rem !important;
      top: 50%;
      margin-top: 0 !important;
      transform: translateY(-50%);
  }

  .swiper-button-next {
      right: 0.6rem !important;
  }

  .swiper-button-prev {
      left: 0.6rem !important;
  }

  .swiper-pagination {
      /* width: 100% !important; */
      bottom: 0 !important;
  }

  .swiper-pagination .swiper-pagination-bullet {
      width: 0.6rem !important;
      height: 0.6rem !important;
  }

  .container .block {
      width: 100%;
  }

  .block .block_headline {
      background-size: auto 0.8rem !important;
      padding: 0 0 1.4rem !important;
  }

  .block .block_headline .title {
      padding: 0 1.4rem !important;
  }

  .block .block_headline .title a {
      font-size: 1.4rem !important;
  }

  .block .products {
      width: 100%;
      margin: 0;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-gap: 0rem;
  }

  .block .products .pro_item {
      margin: 0;
      height: auto;
      height: 15.0rem;
      padding: 0 1.2rem;
      padding-top: 0.4rem;
      background-size: 82% 100%;
      margin-bottom: 1.4rem;
  }

  .block .products .pro_item .pro_i {
      width: 6.0rem;
      height: 6.0rem;
      background-size: auto 100%;
  }

  .pro_item .proinfo .name {
      font-size: 1.2rem !important;
      margin-bottom: 0.6rem !important;
  }

  .pro_item .proinfo .name::after {
      width: 100% !important;
      left: 50% !important;
      transform: translateX(-50%);
      margin-left: 0 !important;
  }

  .pro_item .proinfo .desc {
      font-size: 1rem !important;
      line-height: normal !important;
      padding: 0 0.8rem;
  }

  .business_swiper .swiper-slide {
      height: 15.0rem !important;
  }

  .business_swiper .swiper-container {
      overflow: unset !important;
  }

  .business_swiper .swiper-slide .business_info {
      /* display: none !important; */
      width: calc(100% - 4.8rem);
      left: 50%;
      top: 1rem !important;
      transform: translateX(-50%);
  }

  .business_swiper .swiper-slide .business_info .business_title {
      font-size: 1.2rem;
  }

  /* .swiper-button-next,
  .swiper-button-prev {
      width: 4.0rem !important;
      height: 4.0rem !important;
      top: 50% !important;
      margin-top: 0 !important;
      transform: translateY(-50%);
  } */

  .swiper-button-next {
      right: 0rem !important;
  }

  .swiper-button-prev {
      left: 0rem !important;
  }

  .footer {
      margin-top: 2.0rem;
  }
  
  .shuzhifn_container {
    margin-top: 1.0rem;
    padding: 1.4rem 0 0;
  }
  
  #swiper2 .swiper-button-prev {
    background-image: url(./images/slider_arrow_l.png);
  }

  #swiper2 .swiper-button-next {
    background-image: url(./images/slider_arrow_r.png);
  }

  .business_swiper .swiper-pagination .sp-customs .icon {
    width: 6.8rem;
    height: 6.3rem;
    background-size: auto 7.3rem;
  }
  .business_swiper .swiper-pagination .sp-customs .txt {
    font-size: 1.1rem;
  }
  .business_swiper .swiper-slide {
    width: 90vw;
    height: 35.0rem;
  }
  .business_swiper .business_info{
    width: 80vw;
    left: 5vw;
    top: 2.0rem;
    padding: 1.6rem 1rem 0;
    height: 18.0rem;
  }
  .business_swiper .business_info .business_title {
    font-size: 2.2rem;
  }
  .business_swiper .business_info .business_con p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .business_swiper .business_info .btn-more {
    font-size: 1rem;
    /* line-height: 3.6rem; */
	  display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    width: 7.0rem;
    height: 2.4rem;
  }

  .nav-wrap {
    width: 100vw;
  }

  .container_fluid .wrapper {
    width: 100vw;
  }
  
  .block {
    width: 100vw;
  }
  .products {
    flex-wrap: wrap;
  }
  
  .nav-wrap.navFix ul {
    display: flex !important;
  }
  .nav-wrap li a {
    font-size: 1rem;
    padding: 0;
  }
  .pagebanner {
    height: 10.0rem;
    margin-bottom: 1.0rem;
  }
  .pagebanner .title {
    font-size: 1.6rem;
    position: relative;
    top: -0.6rem;
    width: 100vw;
  }
  .pagebanner .title::after {
    height: 0.2rem;
    width: 60vw;
    left: 50vw;
    margin-left: -30vw;
  }
  .page_nav_box .page_nav ul {
    display: none;
  }
  .about_row {
    padding: 0 1.2rem;
  }
  
  .footer .linknav {
    width: 100vw;
  }
  .footer .linknav .wrap {
    padding: 1.0rem 0.6rem;
    flex-wrap: wrap;
  }
  .footer .linknav .row .t {
    min-width: 3.6rem;
    max-width: 3.6rem;
    padding: 0 1.0rem;
  }
  .footer .linknav .wrap>div {
    width: 100%;
    flex: none;
  }
  .footer .linknav .left .row .linklist a {
    margin: 0 0.4rem;
  }
}