html, body {
  position: relative;
  height: 100%;
   overflow-y: auto;
}

.indexbody {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.show-mobile{display: none;}
.index-container {
  width: 100%;
  height: 100%;
   overflow-y: auto;
}

.banner-container {
  width: 100%;
  height: 100%;
}
.banner-container .swiper-slide {
  text-align: center;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
  overflow: hidden;
}
.banner-container .swiper-slide>a{ display: block; width: 100%;}
.banner-container {
  position: relative;
}
.banner-container img {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  /*-webkit-animation: scale11 7s infinite;
     -moz-animation: scale11 7s infinite;
       -o-animation: scale11 7s infinite;
          animation: scale11 7s infinite;*/
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  width: 100%;
}
.banner-container img.wapbanner{ display: none;}
.bantxt {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
}
.bantxtTop{ top:30%}
.bantxtTop .banbtn { text-align:center;}
.bantxt h2 {
  font-size: 60px;
}
.bantxt p {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.banbtn a {
  height: 50px;
  border: 2px solid #2f53d7;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  color: #2f53d7;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  width: 180px;
}
.banbtn a:hover {
  color: #FFF;
  background: #2f53d7;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #2f53d7;
  margin: 0 15px;
  opacity: 0.2;
  border-radius: 50%;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2f53d7;
  position: relative;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  border: 1px solid #2f53d7;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 50%;
}

.inview {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.insolution {
  background: url(../images/solubg.png) no-repeat center center;
  /* -webkit-align-items: flex-start;
  align-items: flex-start; */
  background-size:cover;
}

.solu-container,.parter-container {
  padding: 30px 0 60px;
}
.solu-container li.swiper-slide,.parter-container li.swiper-slide {
  width: 33%;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 12px 67px 4px rgba(110, 144, 176, 0.24);
  border-radius: 8px;
  padding: 70px 50px;
}
/*.parter-container li.swiper-slide{padding: 0; overflow: hidden;}*/
.solu-container li.swiper-slide i,.parter-container li.swiper-slide i {
  display: block;
  width: 18%;
  margin: 0 auto;
}
.solu-container li.swiper-slide i img,.parter-container li.swiper-slide i img {
  display: block;
  width: 100%;
}
.solu-container li.swiper-slide i img.imgact,.parter-container li.swiper-slide i img.imgact {
  display: none;
}
.solu-container li.swiper-slide h4,.parter-container li.swiper-slide h4 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 30px;
}
.solu-container li.swiper-slide p,.parter-container li.swiper-slide p {
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 1.7em;
  font-weight: bold;
  max-height: 10.2em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.solu-container li.swiper-slide a.more,.parter-container li.swiper-slide a {
  width: 200px;
  height: 30px;
  display: block;
  margin: 0 auto;
  padding:70px 20px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.parter-container li.swiper-slide-active a{ color: #fff;}
.solu-container li.swiper-slide .soluact-txt,.parter-container li.swiper-slide .soluact-txt {
  display: none;
}
.solu-container li.swiper-slide-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  background: url(../images/soluact.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding-bottom: 30px;
}
.parter-container li.swiper-slide-active  {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -o-background-size: cover;
  background-size: cover;
 /* padding-bottom: 0;*/}
.solu-container li.swiper-slide-active i img ,.parter-container li.swiper-slide-active i img{
  display: none;
}
.solu-container li.swiper-slide-active i img.imgact,.parter-container li.swiper-slide-active i img.imgact {
  display: block;
}
.solu-container li.swiper-slide-active h4,.parter-container li.swiper-slide-active h4 {
  font-size: 32px;
  color: #FFF;
  margin-bottom: 20px;
}
.solu-container li.swiper-slide-active  p{
  display: none;
}
.solu-container li.swiper-slide-active .soluact-txt,.parter-container li.swiper-slide-active .soluact-txt {
  display: block;
}
.solu-container li.swiper-slide-active .soluact-txt p ,.parter-container li.swiper-slide-active .soluact-txt p {
  color: #FFF;
  font-size: 20px;
}
.solu-container li.swiper-slide-active .soluact-txt img,.parter-container li.swiper-slide-active .soluact-txt img {
  display: block;
  margin: 20px auto 0;
}
.solu-container li.swiper-slide-active a.more {
  display: none;
}
.solu-pagination{display: none;}
.solubox{ position: relative; min-height: 81%;}
.solubox .solu-button-next {
  width: 45px;
  height: 45px;
  right: -5.5%;
  background: url(../images/caseright.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  z-index: 5;
}
.solubox .solu-button-prev {
  width: 45px;
  height: 45px;
  left: -5.5%;
  background: url(../images/caseleft.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  z-index: 5;
}

.parter-container li.swiper-slide a img:nth-child(2){ display: none;}
.parter-container li.swiper-slide-active{position: relative;overflow: hidden;}
.parter-container li.swiper-slide-active p{ color: #fff;}
.parter-container li.swiper-slide-active b.b1{position: absolute; width: 100%; height: 100%; top:0; left: 0; z-index: 1}
.parter-container li.swiper-slide-active>div{position: relative;z-index: 2;}
.parter-container li.swiper-slide-active a img:nth-child(1){ display: none;}
.parter-container li.swiper-slide-active a img:nth-child(2){ display: block;}
.innews {
  background: url(../images/innews.jpg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.innews .inviewcon {
  width: 100%;
  
}

.innewsleft {
  width: 19%;
  margin-left: 13%;
}
.innewsleft .titbox span {
  opacity: 0.1;
  color: #333;
  text-align: left;
  visibility: visible;
}
.innewsleft .titbox h2 {
  text-align: left;
}
.innewsleft .titbox p {
  text-align: left;
}

.lookmore {
  width: 180px;
  height: 2.7em;
  line-height: 2.7em;
  background: #2F53D7;
  border-radius: 5px;
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 18px;
}

.newstab {
  margin: 110px 0;
}
.newstab li {
  line-height: 2em;
  font-size: 24px;
}
.newstab li a {
  padding-right: 30px;
}
.newstab .newstabact a {
  color: #2f53d7;
  background: url(../images/newtabact.png) no-repeat right center;
}

.innewsright {
  width: 62%;
}
.innewsright li {
  display: none;
}
.innewsright li:first-child {
  display: block;
}
.innewsright .swiper-slide {
  width: 33.5%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid;
  -moz-border-image: -moz-linear-gradient(145deg, #D8E4F0, #FFFFFF) 2 2;
    -o-border-image: -o-linear-gradient(145deg, #D8E4F0, #FFFFFF) 2 2;
       border-image: -webkit-linear-gradient(145deg, #D8E4F0, #FFFFFF) 2 2;
       border-image: linear-gradient(-55deg, #D8E4F0, #FFFFFF) 2 2;
  box-shadow: 0px 12px 67px 4px rgba(110, 144, 176, 0.24);
  border-radius: 8px;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 20px;
  padding-bottom: 50px;
}
.innewsright .swiper-slide .aniimg {
  border-radius: 10px;
  height: 14em;
  overflow: hidden;
}
.innewsright .swiper-slide:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.innewsright .swiper-slide:hover h4 {
  color: #2f53d7;
}

.innewstxt {
  padding: 0 20px;
}
.innewstxt h4 {
  font-size: 24px;
  line-height: 1.6em;
  height: 4.8em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.innewstxt span {
  font-size: 18px;
  color: #879AB0;
  margin: 40px 0;
  display: block;
}
.innewstxt .tag {
  background: url(../images/tag.png) no-repeat left center;
  font-size: 18px;
  padding-left: 40px;
  margin-top: 70px;
  min-height: 27px;
}

.innewsbtnbox {
  width: 78%;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}
.innewsbtnbox:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 132px;
  right: 120px;
  top: 50%;
  background: #BCCBDE;
}
.innewsbtnbox .innewsbtn {
  float: left;
  width: 132px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0px 12px 67px 4px rgba(110, 144, 176, 0.24);
  border-radius: 8px;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 10px;
}
.innewsbtnbox .swiper-pagination {
  float: right;
  position: static;
  width: auto;
  font-size: 24px;
  color: #8E8E95;
}
.innewsbtnbox .swiper-pagination .swiper-pagination-current {
  font-size: 36px;
  color: #2f53d7;
}
.innewsbtnbox .swiper-button-prev {
  position: static;
  background: url(../images/left.png) no-repeat center center;
  height: 100%;
  margin: 0;
  width: 50%;
  float: left;
}
.innewsbtnbox .swiper-button-next {
  position: static;
  background: url(../images/right.png) no-repeat center center;
  float: left;
  margin: 0;
  width: 50%;
  height: 100%;
}

.case-container {
  padding: 70px 0;
  width: 70%;
  margin: 0 auto;
  overflow: visible;
}
.case-container .swiper-slide {
  width: auto;
  padding: 20px;
  border-radius: 8px;
  width: 96%;
  margin: 0 2%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.case-container .swiper-slide .aniimg {
  border-radius: 8px;
  width: 59%;
}
.case-container .swiper-slide .aniimg img {
  display: block;
  width: 100%;
}
.case-container .swiper-slide:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.case-container .swiper-slide:hover h4 {
  color: #2f53d7;
}
.case-container .swiper-slide-active {
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid;
  -moz-border-image: -moz-linear-gradient(145deg, #D8E4F0, #FFFFFF) 2 2;
    -o-border-image: -o-linear-gradient(145deg, #D8E4F0, #FFFFFF) 2 2;
       border-image: -webkit-linear-gradient(145deg, #D8E4F0, #FFFFFF) 2 2;
       border-image: linear-gradient(-55deg, #D8E4F0, #FFFFFF) 2 2;
  box-shadow: 0px 12px 67px 4px rgba(110, 144, 176, 0.24);
}
.case-container .case-button-next {
  width: 45px;
  height: 45px;
  right: -5.5%;
  background: url(../images/caseright.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.case-container .case-button-prev {
  width: 45px;
  height: 45px;
  left: -5.5%;
  background: url(../images/caseleft.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.case-container .case-pagination{bottom: 20px; display: none;}
.casemore{width: 100%; text-align: center;margin-top: -30px;}
.casemore a{ width:180px; height: 50px; border-radius: 5px; background:#2f53d7; display: inline-block; color: #fff; line-height: 50px;  }
.incasetxt {
  display: block;
  width: 32%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 40px;
}
.incasetxt > img {
  border-radius: 50%;
  width: 28%;
}
.incasetxt h4 {
  font-size: 28px;
  margin-top: 30px;
}
.incasetxt p {
  font-size: 18px;
  color: #666;
  line-height: 1.7em;
  margin-top: 1em;
  max-height: 3.4em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.incasetxt span {
  margin-top: 60px;
  display: block;
}

.inpartner {
  margin-top: 40px;
}

.partnerleft {
  width: 48.5%;
  position: relative;
  float: left;
  border-radius: 8px;
  overflow: hidden;
}
.partnerleft:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.partnerright {
  width: 48.5%;
  float: right;
}

.partnerlist {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.partnerlist:first-child {
  margin-bottom: 40px;
}
.partnerlist:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.partnertxt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 70px;
}
.partnertxt span {
  color: #FFF;
  font-size: 32px;
  text-transform: uppercase;
  opacity: 0.2;
}
.partnertxt h4 {
  color: #FFF;
  font-size: 32px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.partnertxt p {
  font-size: 24px;
  color: #FFF;
  background: url(../images/partnericon.jpg) no-repeat left center;
  padding-left: 40px;
}

.insupport {
  background: url(../images/insupportbg.jpg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.insupportlist {
  margin-top: 100px;
}
.insupportlist li {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid;
  -moz-border-image: -moz-linear-gradient(145deg, #D8E4F0, #FFFFFF) 2 2;
    -o-border-image: -o-linear-gradient(145deg, #D8E4F0, #FFFFFF) 2 2;
       border-image: -webkit-linear-gradient(145deg, #D8E4F0, #FFFFFF) 2 2;
       border-image: linear-gradient(-55deg, #D8E4F0, #FFFFFF) 2 2;
  box-shadow: 0px 12px 67px 4px rgba(110, 144, 176, 0.24);
  border-radius: 8px;
  width: 31.4%;
  padding: 70px 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}
.insupportlist li i {
  display: block;
  margin: 0 auto;
  width: 25%;
}
.insupportlist li h4 {
  font-size: 28px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.insupportlist li p {
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 1.7em;
  max-height: 3.4em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.insupportlist li a {
  width: 180px;
  height: 46px;
  margin: 60px auto 0;
  line-height: 46px;
  background: rgba(47, 83, 215, 0);
  border: 2px solid #2F53D7;
  border-radius: 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  color: #2f53d7;
  display: block;
}
.insupportlist li:hover h4 {
  color: #2f53d7;
}
.insupportlist li:hover a {
  background: #2f53d7;
  color: #FFF;
}
.insupportlist li:hover:after {
  content: "";
  display: block;
  height: 5px;
  background: #2f53d7;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.listban {
  position: relative;
  overflow: hidden;
}
.listban .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.listban img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  /*-webkit-animation: scale11 7s infinite;
     -moz-animation: scale11 7s infinite;
       -o-animation: scale11 7s infinite;
          animation: scale11 7s infinite;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);*/
}
.listban h2 {
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 30px;
}
.listban p {
  font-size: 28px;
}
.listban-txt1 h2 {
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 20px;
}
.listban-txt1 p{font-size: 20px;}
.listnav {
  line-height: 80px;
 /* border-bottom: 1px solid #E6E8F1;*/
  margin-top: -18px;
  position: relative;
  z-index: 3;
}


.listnav-left {
  margin-left: -40px;
}
.listnav-left li {
  font-size: 24px;
  padding: 0 40px;
  line-height: 80px;
}
.listnav-left li a {
  display: block;
}
.listnav-left li:hover, .listnav-left li.listnavact {
  background: #2f53d7;
  border-radius: 8px;
  box-shadow: 0px 6px 30px 4px rgba(110, 144, 176, 0.24);
  text-align: center;
  position: relative;
}
.listnav-left li.listnavact:before{position: absolute; width: 10px; height: 10px; background:#3755d0;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); /* Internet Explorer */
  -moz-transform:rotate(45deg); /* Firefox */
  -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  -o-transform:rotate(45deg); /* Opera */
  bottom: -5px; left:calc(50% - 5px); content: '';}
.listnav-left li:hover a, .listnav-left li.listnavact a{ color: #fff;}
.route {
  position: relative;
  margin-left: auto;
}

.listnav-pro li {
  font-size: 24px;
  padding: 0 20px;
  line-height: 80px;
}
.listnav-pro1{justify-content: flex-start;}
.listnav-pro1 li{font-size: 24px;
  padding: 0 20px;
  line-height: 80px;}

.listnav-pro2{justify-content: flex-start;width:100%; margin-top:20px; border-top: solid #ccc 1px; padding-top: 10px;}
.listnav-pro2 li{font-size: 20px;
  padding: 0 20px;
  line-height:50px;}
.listnav-pro2 li:hover, .listnav-pro2 li.listnavact {
  background: none;
  border-radius:0;
  box-shadow: none;
  text-align: center;
  position: relative;
  border-bottom: solid #2f53d7 2px;
}
.listnav-pro2 li:hover a, .listnav-pro2 li.listnavact a {
  color: #2f53d7;
 
}

.listnav-pro3{justify-content: flex-start; margin-top: 20px;}
.listnav-pro3 li{font-size: 20px;
  padding: 0 20px;
  line-height: 2;}
.listnav-pro3 li:hover, .listnav-pro3 li.listnavact {
  background: none;
  border-radius:0;
  box-shadow: none;
  text-align: center;
  position: relative;
  border-bottom: none;
}
.listnav-pro3 li:hover a, .listnav-pro3 li.listnavact a {
  color: #2f53d7;
  font-weight: bold;
}
.listnav-pro2 li.listnavact:before,.listnav-pro3 li.listnavact:before{ display: none;}
.route :after {
  content: "";
  height: 3px;
  background: #2f53d7;
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
}
.route a {
  font-size: 18px;
  color: #444;
  float: left;
}
.route a:hover {
  color: #2f53d7;
}
.route a:last-child:hover {
  color: #444;
}
.route i {
  background: url(../images/routebg.png) no-repeat center center;
  display: block;
  width: 6px;
  float: left;
  height: 80px;
  margin: 0 20px;
}
.routePro{ width: 100%; margin-left: 0; margin-bottom: 20px;padding-top: 20px;}
.routePro :after{ content: "";
  height: 1px;
  background: #f9f9f9;
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;}
.solumain {
  background: url(../images/solubg.jpg) no-repeat 100% top;
}

.solu-txt {
  width: 35.6%;
}
.solu-txt span {
  font-size: 200px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 0 24px #eeeeee, 0 0 23px #efefef;
}
.solu-txt h5 {
  font-size: 72px;
  font-weight: bold;
  color: #DFE6EF;
  text-transform: uppercase;
}
.solu-txt h3 {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 70px;
}
.solu-txt p {
  font-size: 20px;
  color: #555;
  line-height: 2.4em;
}

.solu-img {
  width: 57.1%;
}
.solu-img img {
  display: block;
  width: 100%;
}

.newsmain {
  background: url(../images/newsbg.jpg)  100% top;
  background-size: cover;
}
.newsmain .titbox {
  margin-bottom: 70px;
}

.news-txt {
  width: 40%;
  margin-right: 7%;
  position: relative;
  margin-left: 4%;
}
.news-txt s {
  text-decoration: none;
  font-size: 42px;
  font-weight: bold;
  background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #2F53D7 100%);
  background: -moz-linear-gradient(bottom, #FFFFFF 0%, #2F53D7 100%);
  background: -o-linear-gradient(bottom, #FFFFFF 0%, #2F53D7 100%);
  background: linear-gradient(0deg, #FFFFFF 0%, #2F53D7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  line-height: 1em;
  top: -30px;
  z-index: -1;
}
.news-txt span {
  font-weight: bold;
  color: #2f53d7;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.news-txt h4 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.3em;
  max-height: 2.6em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-txt p {
  color: #899199;
  font-size: 20px;
  line-height: 1.5em;
  max-height: 3em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-txt i {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 20px;
  background: url(../images/newsmore.png) no-repeat center center #DEE0E6;
  margin-top: 30px;
}

.newstop {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 8px;
  padding: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.newstop .aniimg {
  border-radius: 25px;
  width: 48%;
}
.newstop:hover h4 {
  color: #2f53d7;
}
.newstop:hover i {
  background-color: #2f53d7;
}
.newstop:hover:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.newsitem li {
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 8px;
  padding: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.newsitem li .aniimg {
  border-radius: 8px;
  width: 26.5%;
}
.newsitem li .news-txt {
  width: 67%;
  margin-right: 3%;
  margin-left: 3%;
}
.newsitem li .news-txt span {
  font-size: 20px;
}
.newsitem li .news-txt h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.newsitem li .news-txt p {
  font-size: 18px;
}
.newsitem li:hover h4 {
  color: #2f53d7;
}
.newsitem li:hover i {
  background-color: #2f53d7;
}
.newsitem li:hover:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pagebox {
  text-align: center;
  margin-top: 60px;
}
.pagebox a {
  height: 50px;
  width: 50px;
  display: inline-block;
  background: #fff;
  line-height: 50px;
  border-radius: 8px;
  color: #BCCBDE;
  font-size: 18px;
  margin: 0 4px;
  box-shadow: 0px 12px 67px 4px rgba(110, 144, 176, 0.24);
}
.pagebox .disabled img {
  opacity: 0.4;
}

.pagebox a:hover, .pagebox a.pageact {
  color: #2f53d7;
}

.newstoprow li {
  margin-bottom: 40px;
}
.newstoprow li .aniimg {
  position: relative;
}
.newstoprow li .aniimg font {
  display: inline-block;
  position: absolute;
  padding: 20px 25px;
  border-radius: 25px 5px 25px 5px;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #FFF;
}

.newsdetailbox {
  background: url(../images/detailbg.jpg) no-repeat 100% top;
  background-size:cover;
}
.newsdetailbox h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
  margin-top: -13px;
  text-align: center;
  margin-bottom: 30px;
}

.author {
  font-size: 20px;
  color: #BBBFC2;
  position: relative;
  z-index: 3;
  text-align: center;
}
.author span {
  margin: 0 30px;
}
.author .newssharer {
  display: inline-block;
  position: relative;
}
.author .newssharer > a {
  display: inline-block;
  width: 25px;
  height: 20px;
}
.author .newssharer > a.shareWX {
  background: url(../images/vx.png) no-repeat;
  margin-right: 20px;
}
.author .newssharer > a.shareWX:hover {
  background-image: url(../images/vxact.png);
}
.author .newssharer > a.shareSina {
  background: url(../images/vb.png) no-repeat;
}
.author .newssharer > a.shareSina:hover {
  background-image: url(../images/vbact.png);
}

.wx-box {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 15px;
  padding-top: 30px;
  border: 1px solid #EEE;
}
.wx-box .wx-box-main canvas {
  width: 120px;
  height: 120px;
}
.wx-box .wx-box-head {
  position: absolute;
  right: 15px;
  top: 5px;
}

.detail {
  margin: 70px 0;
  padding: 60px 70px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 25px;
}
.detail p {
  font-size: 20px;
  color: #515559;
  line-height: 1.8em;
  margin: .5em 0;
}
.detail img {
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 25px;
  border: 1px solid #FFF;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.detail .box2 {
  overflow: hidden;
  margin-bottom: 2em;
}
.detail .box2 img {
  float: left;
  margin-right: 5%;
  width: 50%;
}
.detail h4 {
  font-weight: bold;
  font-size: 36px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.detail ul li {
  list-style-type: disc;
  color: #515559;
  font-size: 20px;
  line-height: 1.8em;
  margin-left: 20px;
  margin-bottom: 1em;
}

.newsnext {
  padding: 0 70px;
}
.newsnext a {
  display: block;
  font-size: 22px;
  opacity: 0.5;
  margin: 15px 0;
}
.newsnext a:hover {
  color: #2f53d7;
  opacity: 1;
}

.casesitem {
  margin-top: 70px;
}
.casesitem li {
  margin-bottom: 40px;
}

.casemain {
  background: url(../images/detailbg.jpg)  100% top;
  background-size:cover;
}

.casetab {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.casetab li {
  height: 80px;
  line-height: 80px;
  padding: 0 70px;
  cursor: pointer;
  color: #2f53d7;
  border: 3px solid #2F53D7;
  margin: 0 15px;
  font-size: 24px;
  border-radius: 40px;
}
.casetab li.casetabact {
  box-shadow: 0px 15px 48px 3px rgba(47, 83, 215, 0.5);
  color: #FFF;
  background: #2f53d7;
}

.khzslist {
  padding: 0 40px;
  margin-top: 80px;
  text-align: center;
}
.khzslist li {
  background: url(../images/khzsbg.png) no-repeat center bottom;
  padding-bottom: 110px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.khzslist li a {
  border-radius: 25px;
  max-width: 32%;
  overflow: hidden;
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  display: inline-block;
  margin-bottom: 30px;
}

.khzslist li.txt{
  align-items: stretch;
  -webkit-align-items: stretch;
}
.khzslist li.txt a{
  border-radius: 25px;
  width: 32%;
  overflow: hidden;
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  display: inline-block;
  margin-bottom: 30px;
  background: #fff;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.5;
  font-size:20px;
  font-weight: bold;
}

.caserow {
  display: none;
}
.caserow:first-child {
  display: block;
}

.partnermain .titbox {
  margin-bottom: 60px;
}
.partnermain .titbox h2 {
  line-height: 1.3em;
}

.parpic {
  margin-bottom: 60px;
}
.parpic img {
  width: 100%;
  display: block;
}

.picklist li {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.picklist li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 12px 67px 4px rgba(110, 144, 176, 0.24);
  border-radius: 25px;
  width: 100%;
  top: 25%;
  left: 0;
}

.pickpic {
  width: 42.8%;
  border-radius: 8px;
  overflow: hidden;
  float: left;
}
.pickpic img {
  display: block;
  width: 100%;
}

.picktxt {
  width: 57.2%;
  float: left;
  padding: 0 60px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.picktxt h4 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 110px;
}
.picktxt h4 img {
  float: left;
  margin-right: 30px;
}
.picktxt p {
  color: #555;
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 1em;
}

.threelist li {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid;
  -moz-border-image: -moz-linear-gradient(145deg, #A1BEDC, #FFFFFF) 2 2;
    -o-border-image: -o-linear-gradient(145deg, #A1BEDC, #FFFFFF) 2 2;
       border-image: -webkit-linear-gradient(145deg, #A1BEDC, #FFFFFF) 2 2;
       border-image: linear-gradient(-55deg, #A1BEDC, #FFFFFF) 2 2;
  box-shadow: 0px 12px 67px 4px rgba(110, 144, 176, 0.24);
  border-radius: 8px;
  width: 31.4%;
  padding: 60px 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.threelist li i {
  display: block;
  margin: 0 auto;
  width: 37%;
}
.threelist li h4 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
.threelist li .threetxt {
  min-height: 13em;
}
.threelist li p {
  color: #666;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 20px;
}
.threelist li p:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #2f53d7;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: 0;
  top: 7px;
}

.hbzmlist li {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid;
  -moz-border-image: -moz-linear-gradient(145deg, #A1BEDC, #FFFFFF) 2 2;
    -o-border-image: -o-linear-gradient(145deg, #A1BEDC, #FFFFFF) 2 2;
       border-image: -webkit-linear-gradient(145deg, #A1BEDC, #FFFFFF) 2 2;
       border-image: linear-gradient(-55deg, #A1BEDC, #FFFFFF) 2 2;
  box-shadow: 0px 12px 67px 4px rgba(110, 144, 176, 0.24);
  border-radius: 8px;
  width: 22.8%;
  padding: 60px 50px 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.hbzmlist li i {
  display: block;
  width: 52%;
}
.hbzmlist li i img {
  display: block;
  width: 100%;
}
.hbzmlist li h4 {
  font-size: 28px;
  margin: 30px 0;
  font-weight: bold;
}
.hbzmlist li p {
  font-size: 18px;
  line-height: 1.8em;
  color: #666;
  min-height: 13em;
}

.processlist li {
  width: 22.8%;
  padding: 90px 0;
  border-radius: 50%;
  border: 3px solid #2f53d7;
  position: relative;
  z-index: 1;
}
.processlist li span {
  font-weight: bold;
  color: #2f53d7;
  z-index: -1;
  font-style: italic;
  font-size: 60px;
  position: absolute;
  top: 0;
  left: 10px;
}
.processlist li i {
  width: 30px;
  height: 5px;
  background: #0052DC;
  border-radius: 3px;
  display: block;
  margin: 20px auto;
}
.processlist li h5 {
  font-weight: bold;
  opacity: 0.3;
  font-size: 41px;
  text-align: center;
  text-transform: uppercase;
}
.processlist li h4 {
  font-size: 28px;
  text-align: center;
}
.hbzmrow p.p1{text-align: center; color: #333; font-size: 20px;margin-top: 30px;}
.hbzmrow p.p1 span.email{ margin-left:20px; }
.comformleft, .comformright {
  width: 49%;
}

.comform .wap-flex {
  position: relative;
}

.comformleft > li {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 20px;
}
.comformleft > li label {
  color: #555759;
  font-size: 24px;
}
.comformleft > li input {
  color: #555759;
  background: none;
  font-size: 24px;
  line-height: 1.5em;
  border: 0 none;
}

.comformright {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 20px;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comformright input {
  display: none;
}
.comformright p {
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
}
.comformright img {
  width: 56.5%;
  margin: 0 auto;
  display: block;
}

.hbcx {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 20px;
  padding: 50px;
}
.hbcx input[type=text] {
  line-height: 1.5em;
  background: none;
  border: 0 none;
  font-size: 24px;
  color: #555759;
  width: 80%;
}
.hbcx input[type=submit] {
  float: right;
  background: none;
  border: 0 none;
  background: url(../images/search2.png) no-repeat;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.hbcxcon h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.hbcxcon p {
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
}
.hbcxcon p font {
  color: #2f53d7;
}
.hbcxcon #content{
 /* display: flex;
  flex-wrap: wrap;*/
  margin-top: 10px;
}
.hbcxcon #content{text-align: center;}
.hbcxcon #content>font{margin:0 auto;}
.hbcxcon #content span{margin:20px 1.5%  0; font-size: 24px; width: 47%;text-align: center;}
.hbcxcon #content span font{ color: #2f53d7;font-size: 20px;}
.fwzcbox {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 12px 67px 4px rgba(110, 144, 176, 0.24);
  border-radius: 25px;
  padding-left: 110px;
  padding-right: 110px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.fwzcbox .titbox {
  margin-bottom: 70px;
}
.fwzcbox img {
  display: block;
  max-width: 100%;
  margin: 2em auto;
  border-radius: 16px;
  box-shadow: 0px 20px 22px 1px rgba(0, 41, 103, 0.08);
}
.fwzcbox h4 {
  font-size: 24px;
  position: relative;
  padding-left: 33px;
  margin-top: 2em;
}
.fwzcbox h4:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #2F53D7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.fwzcbox p {
  font-size: 20px;
  color: #555;
  line-height: 1.8em;
  margin: 1em 0;
}

.sqgtyybox .comformleft {
  width: 100%;
}
.sqgtyybox .comformleft li {
  width: 49%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.sqgtyybox .comformleft li.daterow {
  position: relative;
}
.sqgtyybox .comformleft li.daterow label{
  display: block;
}
.sqgtyybox .comformleft li.daterow:after {
  content: "";
  position: absolute;
  background: url(../images/xia.png) no-repeat right center;
  right: 40px;
  top: 50%;
  width: 15px;
  height: 10px;
  display: block;
  margin-top: -5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.sqgtyybox .comformleft li.daterow-up:after {
  transform: rotate(-180deg);
}
.sqgtyybox textarea {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 20px;
  width: 100%;
  border: 0 none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 28px;
  color: #555759;
}
.sqgtyybox .demolist {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 20px;
  width: 100%;
  border: 0 none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 28px;
  color: #555759;
}
.sqgtyybox .demolist.daterow {
  position: relative;
}
.sqgtyybox .demolist.daterow label{
  display: block;
}
.sqgtyybox .demolist.daterow:after {
  content: "";
  position: absolute;
  background: url(../images/xia.png) no-repeat right center;
  right: 40px;
  top: 50%;
  width: 15px;
  height: 10px;
  display: block;
  margin-top: -5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.sqgtyybox .demolist.daterow-up:after {
  transform: rotate(-180deg);
}
 .submitbtn {
  width: 21.5%;
  height: 100px;
  border: 0 none;
  margin: 70px auto 0;
  display: block;
  cursor: pointer;
  font-size: 28px;
  color: #FFF;
  background: #2F53D7;
  border-radius: 50px;
}
 .submitbtn:hover {
  opacity: 0.9;
}

.daterow > ul {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.8);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 20px;
  top: 80px;
  display: none;
  z-index: 3;
}
.daterow > ul li {
  line-height: 40px;
  padding: 0;
}
.daterow > ul li:hover {
  color: #2f53d7;
  cursor: pointer;
}

.downloadtxt {
  margin-top: 40px;
}
.downloadtxt p {
  color: #BBBFC2;
  font-size: 18px;
  text-align: center;
}
.downloadtxt h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;line-height:34px;min-height:68px;
}
.downloadtxt span {
  height: 50px;
  cursor: pointer;
  width: 48%;
  text-align: center;
  margin: 20px auto;
  line-height: 50px;
  border-radius: 8px;
  border: 2px solid #0052DC;
  color: #2f53d7;
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.downloadlist li {
  width: 32%;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 20px;
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
}
.downloadlist li:nth-child(3n) {
  margin-right: 0;
}
.downloadlist li .aniimg {
  border-radius: 10px;
}
.downloadlist li .aniimg img {
  display: block;
  width: 100%;
}
.downloadlist li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.downloadlist li:hover span {
  background: #2f53d7;
  color: #FFF;
}

.downloadmodel {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  display: none;
  z-index: 8;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.inviewcon{ width: 100%; height: 99%; margin-top: 1%;}
.titbox{ width: 100%; clear: both;position: relative;}
.closebtn{ position: absolute;font-size: 12px; color: #666; right: 0; top:0; background: url("../images/closebtn.png") center no-repeat; background-size: 100%; width: 20px; height: 20px;}
.downloadcon {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  background: #FFF;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 50px;
  padding-right: 50px;
}
.downloadcon form {
  margin-top: 80px;
}
.down_nc{padding:40px 40px;}

.downloadcon form input, .downloadcon form textarea {
  font-weight: bold;
  padding: 20px 20px;
  border-radius: 20px;
  background: #E9ECF2;
  font-size: 20px;
  color: #555759;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #E9ECF2;
  font-weight: normal;
  margin-bottom: 20px;
}
.downloadcon form input::-webkit-input-placeholder, .downloadcon form textarea::-webkit-input-placeholder {
  color: #555759;
}
.downloadcon form input:-moz-placeholder, .downloadcon form textarea:-moz-placeholder {
  color: #555759;
}
.downloadcon form input::-moz-placeholder, .downloadcon form textarea::-moz-placeholder {
  color: #555759;
}
.downloadcon form input:-ms-input-placeholder, .downloadcon form textarea:-ms-input-placeholder {
  color: #555759;
}
.downloadcon form input::placeholder, .downloadcon form textarea::placeholder {
  color: #555759;
}
.downloadcon form input:focus, .downloadcon form textarea:focus {
  border-color: #2f53d7;
  color: #2f53d7;
  background-color: #FFF;
}
.downloadcon form input.submitbtn {
  height: 80px;
  line-height: 80px;
  padding: 0;
  display: block;
  width: 21.5%;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  margin: 40px auto 0;
  background: #2F53D7;
  box-shadow: 0px 20px 48px 3px rgba(47, 83, 215, 0.5);
  border-radius: 50px;
}

.loadbox li {
  width: 49%;
}

.aboutrowbox {
  padding: 60px 0;
}

.aboutrow {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 12px 67px 4px rgba(110, 144, 176, 0.3);
  border-radius: 25px;
  padding: 70px 80px;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.about-company p {
  color: #555555;
  font-size: 20px;
  line-height: 2.3em;
  margin-bottom: 2em;
}
.about-company img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.cul-swiper{ width: 100%; clear: both;position: relative; overflow: hidden; padding-bottom: 20px;}
.cul-pagination{ display: none;}
/*.culture {
  width: 95%;
  margin: 0 auto;
}*/
.culture{ display: flex;}
.culture li  {
  width: 100%;
  background: rgba(47, 83, 215, 0.1);
  border: 2px dashed rgba(18, 42, 136, 0.3);
  border-radius: 168px;
  padding: 60px 30px 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.culture li.swiper-slide{ height: auto;display: flex; flex-direction: column; justify-content: space-between;}
.culture li h4 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.culture li i {
  width: 30px;
  height: 5px;
  background: #0052DC;
  border-radius: 3px;
  display: block;
  margin: 30px auto;
}
.culture li p {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 30px;
  min-height: 3em;
}
.culture li img {
  border-radius: 50%;
  display: block;
}

.strategic a {
  background: #FFFFFF;
  box-shadow: 0px 20px 22px 1px rgba(0, 41, 103, 0.08);
  border-radius: 16px;
  display: block;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.strategic a:nth-child(3n) {
  margin-right: 0;
}
.strategic a img {
  display: block;
  max-width: 100%;
}

.zlhzbox {
  position: relative;
  margin-bottom: 50px;
}
.zlhzbox img {
  margin: 0 auto;
  display: block;
}
.zlhzbox h4 {
  color: #2f53d7;
  position: absolute;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.zlhzlist {
  position: absolute;
  padding-right: 96px;
}
.zlhzlist h5 {
  font-size: 20px;
  font-weight: bold;
}
.zlhzlist i {
  width: 76px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 76px;
  background: rgba(47, 83, 215, 0.2);
  padding: 12px;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
}
.zlhzlist i img {
  background: #2f53d7;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.zlhzlist:nth-child(2n) {
  padding-right: 0;
  padding-left: 96px;
}
.zlhzlist:nth-child(2n) i {
  right: auto;
  left: 0;
}
.zlhzlist.rcysbox {
  left: 30%;
  top: 24%;
}
.zlhzlist.kjysbox {
  left: 30%;
  bottom: 24%;
}
.zlhzlist.xkysbox {
  right: 30%;
  top: 24%;
}
.zlhzlist.zyysbox {
  right: 30%;
  bottom: 24%;
}

.zxnabox li {
  position: relative;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 25px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 40px 70px;
  overflow: hidden;
  width: 49%;
  margin-bottom: 20px;
}
.zxnabox li i {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  border-radius: 20px;
  margin-top: 20px;
  background: url(../images/newsmore.png) no-repeat center center #D0D4E2;
}
.zxnabox li:hover i {
  background-color: #2f53d7;
}

.zxnatxt {
  float: left;
  max-width: 80%;
}
.zxnatxt h4 {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  font-size: 36px;
}
.zxnatxt p {
  font-size: 24px;
  color: #B7BBBE;
  margin-top: 20px;
  line-height: 1.5em;
  min-height: 3em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zxns-detail {
  background: rgba(255, 255, 255, 0.35);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 25px;
  padding: 110px;
}
.zxns-detail h4 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 2em;
  margin-top: 2em;
}
.zxns-detail p {
  font-size: 18px;
  color: #666;
  line-height: 2em;
}

.zxns-contact {
  margin-top: 80px;
}
.zxns-contact li {
  width: 33%;
  text-align: center;
}
.zxns-contact li i {
  width: 100px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  background: #D0D4E2;
  border-radius: 50%;
  margin: 0 auto;
}
.zxns-contact li i img {
  display: block;
  width: 45%;
}
.zxns-contact li p {
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
}
.zxns-contact li:hover i {
  background: #2f53d7;
  box-shadow: 0px 10px 29px 2px rgba(47, 83, 215, 0.3);
}
.zxns-contact li:hover p {
  color: #2f53d7;
}

.zzzsbox {
  margin-top: 70px;
}
.zzzsbox li {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 10px 48px 3px rgba(110, 144, 176, 0.2);
  border-radius: 15px;
  padding: 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
.zzzsbox li:nth-child(3n) {
  margin-right: 0;
}
.zzzsbox li h4 {
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zzzsbox li a {
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.zzzsbox li img {
  display: block;
  width: 100%;
  display: block;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  vertical-align: middle;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zzzsbox li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zzzsbox li:hover h4 {
  color: #2f53d7;
}

.contactitem li {
  padding: 30px 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #D4E5EA;
  box-shadow: 0px 20px 22px 1px rgba(0, 41, 103, 0.08);
  border-radius: 16px;
  margin-bottom: 20px;
}
.contactitem li h4 {
  margin: 0;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  padding-left: 30px;
}
.contactitem li h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #2f53d7;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: 0;
  top: 8px;
}
.contactitem li p {
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.5em;
}

.mapbox h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.mapbox h5 {
  font-size: 18px;
  color: #666;
  text-align: center;
}
.mapbox .maptab {
  text-align: center;
  margin: 50px 0 40px;
}
.mapbox .maptab span {
  width: 200px;
  height: 44px;
  border: 3px dashed #001CF1;
  border-radius: 25px;
  color: #001CF1;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  line-height: 44px;
  margin: 0 10px;
  cursor: pointer;
}
.mapbox .maptab span.mapact {
  background: #001CF1;
  color: #FFF;
}

.mapul li {
  display: none;
}
.mapul li:first-child {
  display: block;
}
.mapul li img {
  padding: 40px 0;
  width: 68%;
  display: block;
  margin: 0 auto;
}
.proform .xm-select-parent .xm-select{
  border: 0 none;
  background: none;

}
.sqgtyybox .demolist.proform:after{
  display: none;
}
.sqgtyybox .proform{
  padding-right: 30px;
  padding-left: 40px;
}
.sqgtyybox textarea::placeholder,.proform input::placeholder{
  color: #333;
}
.proform .xm-select-parent .xm-input{
  background: transparent;
  background: none;
}
.titbox p.align-left{
  text-align: left;
}
.p-related{ width: 100%; clear: both;}
.p-related h3{ text-align: center; font-size: 24px; font-weight: bold; line-height: 2;}
.p-related ul{ display: flex; flex-wrap: wrap; margin-top: 30px;}
.p-related ul li{ width: 23%;  background: #fff; border-radius: 5px; overflow: hidden; margin-right: 2.6%;}
.p-related ul li img{ max-width: 100%; display: block;}
.p-related ul li:nth-child(4n){margin-right: 0;}
.p-related ul li .ptxt{padding: 20px;}
.p-related ul li a.title{ font-size: 20px; line-height: 2; color: #222; font-weight: bold;}
.p-related ul li p{ line-height: 1.8; font-size: 18px; color: #666; padding: 10px 0;}
.p-related ul li a.more{ font-size: 18px; display: flex; align-items: center;}
.p-related ul li a.more>i{ margin-right: 10px;}

@media (max-width: 1600px) {
  .bantxt h2 {
    font-size: 48px;
  }
  .bantxt p {
    font-size: 22px;
  }
  .banbtn a {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    width: 150px;
  }
  .titbox span {
    font-size: 40px;
  }
  .titbox h2 {
    font-size: 34px;
  }
  .titbox p {
    font-size: 18px;
    margin-top: 20px;
  }
  .solu-container {
    padding: 50px 0;
  }
  .solu-container li.swiper-slide {
    padding: 50px 35px;
  }
  .solu-container li.swiper-slide h4 {
    font-size: 22px;
    margin: 30px 0 20px;
  }
  .solu-container li.swiper-slide a {
    margin-top: 50px;
  }
  .solu-container li.swiper-slide p {
    font-size: 16px;
  }
  .solu-container li.swiper-slide-active {
    padding-bottom: 20px;
  }
  .solu-container li.swiper-slide-active h4 {
    font-size: 24px;
    margin: 30px 0 15px;
  }
  .solu-container li.swiper-slide-active p {
    font-size: 16px;
  }
  .solu-container li.swiper-slide-active .soluact-txt img {
    width: 85%;
  }
  .solu-container li.swiper-slide-active .soluact-txt p {
    font-size: 16px;
  }

  .innewsleft {
    margin-left: 10%;
  }
  .newstab {
    margin: 90px 0;
  }
  .newstab li {
    font-size: 20px;
  }
  .lookmore, .insupportlist li a {
    height: 45px;
    line-height: 45px;
    width: 150px;
    font-size: 16px;
  }
  .innewsright {
    width: 64%;
  }
  .innewstxt span {
    font-size: 16px;
    margin: 20px 0;
  }
  .innewstxt h4 {
    font-size: 18px;
  }
  .innewstxt .tag {
    margin-top: 40px;
  }

  .case-container {
    padding: 50px 0;
  }

  .incasetxt {
    padding-left: 30px;
  }
  .incasetxt h4 {
    font-size: 22px;
    margin-top: 20px;
  }
  .incasetxt p {
    font-size: 16px;
  }
  .incasetxt span {
    margin-top: 40px;
  }
  .inpartner {
    margin-top: 40px;
  }
  .partnertxt {
    padding: 40px;
  }
  .partnertxt span {
    font-size: 24px;
  }
  .partnertxt p {
    font-size: 20px;
    padding-left: 30px;
  }
  .partnertxt h4 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .insupportlist {
    margin-top: 60px;
  }
  .solu-container, .parter-container{
    padding: 50px 0;
  }
  .insupportlist li {
    padding: 50px 30px;
  }
  .insupportlist li h4 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .insupportlist li p {
    font-size: 16px;
  }
  .insupportlist li a {
    margin-top: 40px;
    line-height: 41px;
  }
  .listban h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .listban p {
    font-size: 22px;
  }
  .listnav {
    line-height: 65px;
    margin-top: -12px;
  }
  .listnav-left {
    margin-left: -30px;
  }
  .listnav-left li {
    font-size: 20px;
    padding: 0 20px;
    line-height: 65px;
  }
  .listnav-pro{ justify-content: flex-start;}
  .listnav-pro li{padding: 0 15px;}
  .listnav-pro3 li{line-height: 2; font-size: 18px;}
  .route :after {
    height: 2px;
    bottom: -1px;
  }
  .route a {
    font-size: 16px;
  }
  .route i {
    width: 6px;
    height: 65px;
    margin: 0 10px;
  }
  .solu-txt span {
    font-size: 100px;
  }
  .solu-txt h5 {
    font-size: 48px;
  }
  .solu-txt h3 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .solu-txt p {
    font-size: 16px;
  }
  .newsmain .titbox {
    margin-bottom: 50px;
  }
  .news-txt span {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .news-txt h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .news-txt p {
    font-size: 18px;
  }
  .news-txt i {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    margin-top: 20px;
    -o-background-size: 40px 40px;
       background-size: 40px 40px;
  }
  .newsitem li {
    margin-top: 30px;
  }
  .newsitem li .news-txt span {
    font-size: 18px;
  }
  .newsitem li .news-txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .newsitem li .news-txt p {
    font-size: 16px;
  }
  .pagebox {
    margin-top: 40px;
    text-align: center;
  }
  .pagebox a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .newstoprow li .aniimg font {
    padding: 15px 20px;
    font-size: 16px;
  }
  .newsdetailbox h1 {
    font-size: 30px;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .author {
    font-size: 16px;
  }
  .author span {
    margin: 0 20px;
  }
  .author .newssharer > a.shareWX {
    margin-right: 10px;
  }
  .detail {
    margin: 40px 0;
    padding: 40px 50px;
  }
  .detail p {
    font-size: 16px;
  }
  .detail h4 {
    font-size: 30px;
  }
  .detail ul li {
    font-size: 16px;
    margin-left: 20px;
  }
  .newsnext {
    padding: 0 50px;
  }
  .newsnext a {
    font-size: 16px;
  }
  .casetab {
    margin-bottom: 50px;
  }
  .casetab li {
    height: 65px;
    line-height: 65px;
    padding: 0 50px;
    border: 2px solid #2F53D7;
    margin: 0 10px;
    font-size: 20px;
    border-radius: 40px;
  }
  .khzslist {
    margin-top: 65px;
    padding: 0 20px;
  }
  .khzslist li {
    -o-background-size: contain;
       background-size: contain;
    padding: 0 30px;
    padding-bottom: 90px;
  }
  .khzslist li a {
    border-radius: 30px;
    margin-bottom: 10px;
  }
  .picktxt {
    padding: 0 40px;
  }
  .picktxt h4 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 90px;
  }
  .picktxt h4 img {
    margin-right: 15px;
    width: 40px;
  }
  .picktxt p {
    font-size: 16px;
  }
  .threelist li {
    padding: 40px 35px;
  }
  .threelist li i {
    width: 33%;
  }
  .threelist li h4 {
    font-size: 22px;
    margin: 20px 0;
  }
  .threelist li p {
    font-size: 16px;
  }
  .picklist li {
    margin-bottom: 50px;
  }
  .partnermain .titbox {
    margin-bottom: 40px;
  }
  .hbzmlist li {
    padding: 40px 35px 30px;
  }
  .hbzmlist li i {
    width: 45%;
  }
  .hbzmlist li h4 {
    font-size: 22px;
    margin: 15px 0;
  }
  .hbzmlist li p {
    font-size: 16px;
  }
  .processlist li {
    padding: 85px 0;
    border: 2px solid #2f53d7;
  }
  .processlist li span {
    font-size: 48px;
  }
  .processlist li i {
    margin: 15px auto;
  }
  .processlist li h5 {
    font-size: 30px;
  }
  .processlist li h4 {
    font-size: 22px;
  }
  .comformleft li {
    padding: 35px;
  }
  .comformleft li label {
    font-size: 20px;
  }
  .comformleft li input {
    font-size: 20px;
    line-height: 1.5em;
  }
  .sqgtyybox textarea {
    padding: 35px;
    font-size: 20px;
  }
  .sqgtyybox .demolist {
    padding: 35px;
    font-size: 20px;
  }
  .submitbtn {
    width: 21.5%;
    height: 70px;
    margin: 50px auto 0;
    font-size: 22px;
    border-radius: 35px;
  }
  .comformright p {
    font-size: 20px;
  }
  .hbcx {
    padding: 35px;
  }
  .hbcx input[type=text] {
    font-size: 20px;
  }
  .hbcx input[type=submit] {
    width: 30px;
    height: 30px;
    -o-background-size: cover;
       background-size: cover;
  }
  .hbcxcon h3 {
    font-size: 30px;
  }
  .hbcxcon p {
    font-size: 20px;
    margin-top: 30px;
  }
  .fwzcbox {
    padding-left: 50px;
    padding-right: 50px;
  }
  .fwzcbox .titbox {
    margin-bottom: 50px;
  }
  .fwzcbox h4 {
    font-size: 20px;
    position: relative;
    padding-left: 25px;
  }
  .fwzcbox h4:before {
    width: 8px;
    height: 8px;
  }
  .fwzcbox p {
    font-size: 16px;
  }
  .downloadtxt {
    margin-top: 30px;
  }
  .downloadtxt p {
    font-size: 16px;
  }
  .downloadtxt h4 {
    font-size: 20px;line-height:30px;min-height:60px;
  }
  .downloadtxt span {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .downloadlist li {
    margin-bottom: 30px;
  }
  .downloadcon {
    padding: 40px 30px;
  }
  .downloadcon form {
    margin-top: 65px;
  }
  .downloadcon form input, .downloadcon form textarea {
    padding: 20px 30px;
    font-size: 20px;
  }
  .downloadcon form input.submitbtn {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    margin: 35px auto 0;
  }
  
  .aboutrowbox {
    padding: 40px 0;
  }
  .aboutrow {
    padding: 50px 65px;
    margin-bottom: 20px;
  }
  .about-company p {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 1.5em;
  }
 /* .culture li {
    padding: 40px 20px 30px;
  }
  .culture li h4 {
    font-size: 24px;
  }
  .culture li i {
    height: 4px;
    margin: 20px auto;
  }
  .culture li p {
    font-size: 16px;
    margin-bottom: 20px;
  }*/
  .zlhzbox {
    margin-bottom: 35px;
  }
  .zlhzbox h4 {
    font-size: 24px;
  }
  .zlhzlist {
    position: absolute;
    padding-right: 70px;
  }
  .zlhzlist h5 {
    font-size: 18px;
  }
  .zlhzlist i {
    width: 60px;
    height: 60px;
    padding: 8px;
  }
  .zlhzlist:nth-child(2n) {
    padding-left: 70px;
  }
  .zxnabox li {
    padding: 30px 40px;
  }
  .zxnabox li i {
    width: 40px;
    height: 40px;
    -o-background-size: 40px 40px;
       background-size: 40px 40px;
  }
  .zxnatxt h4 {
    font-size: 22px;
  }
  .zxnatxt p {
    font-size: 16px;
    margin-top: 10px;
  }
  .zxns-detail {
    padding: 90px 65px;
  }
  .zxns-detail h4 {
    font-size: 20px;
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .zxns-detail p {
    font-size: 16px;
  }
  .zxns-contact {
    margin-top: 65px;
  }
  .zxns-contact li i {
    width: 80px;
    height: 80px;
  }
  .zxns-contact li p {
    margin-top: 20px;
    font-size: 20px;
  }
  .zzzsbox h4 {
    font-size: 16px;
  }
  .contactitem li {
    padding: 20px 20px;
  }
  .contactitem li h4 {
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contactitem li h4:before {
    width: 10px;
    height: 10px;
    border: 2px solid #2f53d7;
  }
  .contactitem li p {
    font-size: 16px;
    padding-left: 20px;
  }
  .mapbox h3 {
    font-size: 20px;
  }
  .mapbox h5 {
    font-size: 16px;
  }
  .mapbox .maptab {
    margin: 35px 0 30px;
  }
  .mapul li img {
    padding: 30px 0;
  }
}
@media (max-width: 1300px){.culture li p {
   font-size: 16px;

 }
  /*.footcode {
    width: 16%;
  }*/
  .inpartner {
    margin-top:0;
  }
  .culture li {
    width: 100%;
    padding: 60px 10px 40px;}
}
@media (max-width: 1200px) {
  .listnav-left li {
    font-size: 18px;
   padding: 0 15px;
  }
  .hbcxcon #content a{width: 100%; margin: 10px 0 0; font-size: 16px;}
  .hbcxcon #content span font{font-size: 14px;}
}
.titbox p>span{ display: inline; font-size: inherit; color: inherit;}
@media (max-width: 768px) {
  .cul-pagination{ display: block;}
  .solu-pagination{display: block;}
  .show-mobile{display: block;}
  .titbox p>span{ display: none;}

}

@media (min-width: 1921px) {
  .inviewcon .content{ width: 90%;}
}
