.wow{
    opacity: 0;
}
.mobile {width:100%;}
.mobile-inner {margin-right:auto;margin-left:auto;background-color:;position:relative;}
.mobile-inner img {}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {background-color:rgb(255,255,255);width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;}
.mobile-inner-header-icon {color:#ffffff;height:50px;font-size:25px;text-align:center;float:right;width:50px;position:relative;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}
.mobile-inner-header-icon:hover {background-color:rgba(255,255,255,0.2);cursor:pointer;}
.mobile-inner-header-icon span {position:absolute;left:calc((100% - 25px) / 2);top:calc((100% - 1px) / 2);width:25px;height:1px;background-color:rgb(199,34,27);}
.mobile-inner-header-icon span:nth-child(1) {transform:translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform:translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clicksecond;}
@keyframes clickfirst {0% {transform:translateY(4px) rotate(0deg);}
100% {transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform:translateY(-4px) rotate(0deg);}
100% {transform:translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst {0% {transform:translateY(0) rotate(-45deg);}
100% {transform:translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {0% {transform:translateY(0) rotate(45deg);}
100% {transform:translateY(4px) rotate(0deg);}
}
.mobile-inner-nav{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color:hsla(224,27%,35%,.6);width:100%;position:absolute;top:50px;padding-bottom:0%;display:none;z-index:444;}
.mobile-inner-nav  a {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;color:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;font-size:14px;}
.mobile-inner-nav  li {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;line-height:53px;text-indent:20px;}
.mobile-inner-nav h2.h2tit {line-height:50px;text-decoration:none;text-indent:2em;font-size:16px;color:#FFFFFF;/* border-bottom:solid 1px rgba(255,255,255,0.3); */-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;}
.mobile-inner-nav h2.h2tit a {color:#FFFFFF;}
.mobile-inner-nav a {border-bottom:none;}
.mobile-inner-nav li {-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal;}
@-webkit-keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
.mobile-inner-nav li:last-child h2.h2tit {border-bottom:none;}
.mobile-inner-nav li .h3tit {height:50px;position:relative;background:url(../images/51_icon_search@2x.png) no-repeat 30px center;background-size:17px;}
.mobile-inner-nav li  .words {display:block;width:100%;height:100%;border:none;background:none;text-indent:60px;font-size:15px;color:#fff;background:url(../images/search2.png) no-repeat 30px center;background-size:20px;}
.mobile-inner-nav li:last-child {border-bottom:none;}
.mobile-inner-nav li  form {display:block;width:100%;height:100%;}
@charset "utf-8";@charset "UTF-8";
.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}
.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,40px,0);}
to {opacity:1;transform:none;}
}
*{font-family: PingFangSC-Regular, PingFang SC, "Microsoft YaHei" ,"Arial" ;}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
    margin: 0;
    padding: 0;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
-webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
cursor: pointer;
}
input{
    -webkit-appearance: none;
}
input {-webkit-appearance:none!important; border-radius:0; }
button{
    cursor: pointer;
}
textarea { -webkit-appearance: none;} 
a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
    padding-top: calc(92/1920*100vw);
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}

.moveAni {
    animation: move .8s infinite;
    -moz-animation: move .8s infinite;
    -webkit-animation: move .8s infinite;
    -o-animation: move .8s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.46, 0.02, 0.97, 0.36);
    -webkit-animation-timing-function: cubic-bezier(0.46, 0.02, 0.97, 0.36);
}



.tadaAni{
    animation: tada 2s infinite;
}
.pulseAni{
    animation: pulse 1s infinite;
}

.bounceInAni{
    animation: bounceIn 2s infinite;
}

.flashInAni{
    animation: flash 2s infinite;
}
.swingAni{
    animation: swing 2s infinite;
    transform-origin: right top;
}

.rubberBandAni{
    animation: rubberBand 1s infinite;
}

.bounceAni {
  animation: bounce 1s infinite;
}

.tdAni{
    animation: td .4s infinite;
    -moz-animation: td .4s infinite;
    -webkit-animation: td .4s infinite;
    -o-animation: td .4s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.46, 0.02, 0.97, 0.36);
    -webkit-animation-timing-function: cubic-bezier(0.46, 0.02, 0.97, 0.36);
}

.heartbeatAni{
    animation: heartbeat 1.4s infinite;
    -moz-animation: heartbeat 1.4s infinite;
    -webkit-animation: heartbeat 1.4s infinite;
    -o-animation: heartbeat 1.4s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.46, 0.02, 0.97, 0.36);
    -webkit-animation-timing-function: cubic-bezier(0.46, 0.02, 0.97, 0.36);
}





@keyframes move2 {
    0%{
      transform: translate(0%, 0px);
    }
    100%{
      transform: translate(0%, 10px);
    }
}

.moveAni2 {
  animation: move2 1s infinite;
}

.moveAni {
    animation: move .8s infinite;
    -moz-animation: move .8s infinite;
    -webkit-animation: move .8s infinite;
    -o-animation: move .8s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.46, 0.02, 0.97, 0.36);
    -webkit-animation-timing-function: cubic-bezier(0.46, 0.02, 0.97, 0.36);
}


@keyframes move
{
from {
-o-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-moz-transform: translate(0%,0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);}
to {
    -o-transform: translate(0%, 30px);
-webkit-transform: translate(0%, 30px);
-moz-transform: translate(0%,30px);
-ms-transform: translate(0%, 30px);
transform: translate(0%, 30px);
}
}



@keyframes td{
from {
-o-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-moz-transform: translate(0%,0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);}
to {
    -o-transform: translate(0%, 20px);
-webkit-transform: translate(0%, 20px);
-moz-transform: translate(0%,20px);
-ms-transform: translate(0%, 20px);
transform: translate(0%, 20px);
}
}




@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}





@keyframes moveAni2 {
    0%{
      transform: translate(0%, 0px);
    }
    100%{
      transform: translate(100vw, 0px);
    }
}

.moveAni2 {
   animation: moveAni2 5.5s linear infinite;
}






@keyframes scrollAni1 {
    0%{
      transform: translate(0%, 0px) rotate(0);
    }
    100%{
      transform: translate(-100%, 0px) rotate(-360deg);
    }
}


.scrollAni1 {
animation: scrollAni1 1.8s infinite;
    -moz-animation: scrollAni1 1.8s infinite;
    -webkit-animation: scrollAni1 1.8s infinite;
    -o-animation: scrollAni1 1.8s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}



@keyframes scrollAni2 {
    0%{
      transform: translate(30%, 0px) rotate(0);
    }
    100%{
      transform: translate(0%, 0px) ;
    }
}


.scrollAni2 {
animation: scrollAni2 1.8s infinite;
-moz-animation: scrollAni2 1.8s infinite;
-webkit-animation: scrollAni2 1.8s infinite;
-o-animation: scrollAni2 1.8s infinite;
animation-direction: alternate;
-webkit-animation-direction: alternate;
animation-timing-function: linear;
}



@keyframes scrollAni3 {
    0%{
      transform: translate(0%, -20px);
    }
    100%{
      transform: translate(0%, 0%) ;
    }
}


.scrollAni3 {
animation: scrollAni3 1.8s infinite;
-moz-animation: scrollAni3 1.8s infinite;
-webkit-animation: scrollAni3 1.8s infinite;
-o-animation: scrollAni3 1.8s infinite;
animation-direction: alternate;
-webkit-animation-direction: alternate;
animation-timing-function: linear;
}


@keyframes scrollAni4 {
    0%{
      transform: translate(0%, 20px);
    }
    100%{
      transform: translate(0%, 0%) ;
    }
}


.scrollAni4 {
animation: scrollAni4 1.8s infinite;
-moz-animation: scrollAni4 1.8s infinite;
-webkit-animation: scrollAni4 1.8s infinite;
-o-animation: scrollAni4 1.8s infinite;
animation-direction: alternate;
-webkit-animation-direction: alternate;
animation-timing-function: linear;
}


@keyframes scrollAni5 {
    0%{
      transform: none;
    }
    100%{
      transform:scale(1.35,1.35) ;
    }
}


.scrollAni5 {
animation: scrollAni5 1.8s infinite;
-moz-animation: scrollAni5 1.8s infinite;
-webkit-animation: scrollAni5 1.8s infinite;
-o-animation: scrollAni5 1.8s infinite;
animation-direction: alternate;
-webkit-animation-direction: alternate;
animation-timing-function: linear;
}


@keyframes scrollAni6 {
    0%{
      transform:scale(1.05,1.05);
    }
    100%{
      transform: none ;
    }
}


.scrollAni6 {
animation: scrollAni6 1.8s infinite;
-moz-animation: scrollAni6 1.8s infinite;
-webkit-animation: scrollAni6 1.8s infinite;
-o-animation: scrollAni6 1.8s infinite;
animation-direction: alternate;
-webkit-animation-direction: alternate;
animation-timing-function: linear;
}



@keyframes bubbleMover3 {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(5px) translateX(4px) rotate(9deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;

    }

    50% {
        transform: translateY(-3px) translateX(1px) rotate(-6deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;

    }

    80% {
        transform: translateY(-1px) translateX(-5px) rotate(-2deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;

    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}



@keyframes bubbleMover2 {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(5px) translateX(4px) rotate(5deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;

    }

    50% {
        transform: translateY(-4px) translateX(2px) rotate(-3deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;

    }

    80% {
        transform: translateY(-3px) translateX(-3px) rotate(-3deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;

    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}



@keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        transform: translateY(3px) translateX(5px) rotate(5deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        transform: translateY(5px) translateX(10px) rotate(10deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        transform: translateY(3px) translateX(5px) rotate(4deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}


@keyframes rotateAni {
    0% {
        transform: none;
    }
    100% {
        transform: rotateY(180deg);
    }
}



.rotateAni{
-webkit-animation: rotateAni linear infinite 2s;
-moz-animation: rotateAni linear infinite 2s;
-o-animation: rotateAni linear infinite 2s;
animation: rotateAni linear infinite 2s;
}

.pfAni1{
-webkit-animation: bubbleMover linear infinite 5s;
-moz-animation: bubbleMover linear infinite 5s;
-o-animation: bubbleMover linear infinite 5s;
animation: bubbleMover linear infinite 5s;
}

.pfAni2{
-webkit-animation: bubbleMover2 linear infinite 5s;
-moz-animation: bubbleMover2 linear infinite 5s;
-o-animation: bubbleMover2 linear infinite 5s;
animation: bubbleMover2 linear infinite 5s;
}
.pfAni3{
-webkit-animation: bubbleMover3 linear infinite 5s;
-moz-animation: bubbleMover3 linear infinite 5s;
-o-animation: bubbleMover3 linear infinite 5s;
animation: bubbleMover3 linear infinite 5s;
}


@keyframes scalc{
    0%{
-webkit-transform: scale(2.05,2.05);
-o-transform: scale(2.05,2.05);
-moz-transform:  scale(2.05,2.05);
-ms-transform: scale(2.05,2.05);
transform:  scale(2.05,2.05);
    }
    100%{
-webkit-transform: none;
-o-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none; 
    }
}
.sclani{
    animation: scalc 7s forwards;
animation-timing-function: ease-out;
}


@keyframes scalc2{
    0%{

transform:  scale(1.2,1.2);
    }
    100%{
-webkit-transform: none;
-o-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none; 
    }
}
.sclani2{
    animation: scalc2 7s forwards;
animation-timing-function: ease-out;
}



@keyframes clipAni{
    0%{
    clip: rect(auto, 0, auto, auto);

    }
    100%{
    clip: rect(auto, 300px, auto, auto);
    }
}
.txtModel i{
animation: clipAni ease-out infinite 2s alternate; 
}


.head {
    height: calc(92/1920*100vw);
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 6666;
    left: 0;
    top: 0px;
    padding: 0 calc(127/1920*100vw);
}
.head .logo img{width: calc(398/1920*100vw);}
.head .logo {
    float: left;
    margin-top: calc(24/1920*100vw);
}
.head .nav {
    float: left;
    margin-left: calc(20/1920*100vw);
}
.head .nav ul {}
.head .nav ul li {
    position: relative;
    float: left;
    margin-right: calc(30/1920*100vw);
}
.head .nav ul li .h2tit {}
.head .nav ul li:hover .h2tit a,
.head .nav ul li.current .h2tit a{
    color:    #C25863;
}

.head .nav ul li .h2tit a:after{
    height:2px;
    background:#C25863;
    position:absolute;
    width:100%;
    content:"";
    
position:absolute;

left: 50%;
-o-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
    bottom:0px;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

    width:0px;
}
.head .nav ul li:hover .h2tit a:after,
.head .nav ul li.current .h2tit a:after{
 width:100%;   
}
    
.head .nav ul li .h2tit a {
    font-size: calc(20/1920*100vw);
    font-family: SourceHanSansSC;
    font-weight: 500;
    color: #999999;
    display: block;
    position: relative;
    padding: 0px calc(24/1920*100vw);
    padding-top: calc(39/1920*100vw);
    line-height: 1;
    padding-bottom: calc(26/1920*100vw);
}
.head .search {
    float: right;
    position: relative;
    margin-top: calc(32/1920*100vw);
}
.head .search .words {
    width: calc(200/1920*100vw);
    height: calc(40/1920*100vw);
    border: 1px solid #BFBFBF;
    border-radius: calc(4/1920*100vw);
    float: left;
    padding: 0px calc(8/1920*100vw);
}
.head .search .send {
    width: calc(80/1920*100vw);
    height: calc(40/1920*100vw);
    background: url(../images/search.png) no-repeat center center #3191D0;
    border-radius: calc(4/1920*100vw);
    float: left;
    margin-left: calc(15/1920*100vw);
    border: none;
    background-size: calc(20/1920*100vw);
}

.banner {
  
height: 750px;
  
position: relative;
  
overflow: hidden;
}

.banner .imgbox {
  
height: 100%;
  
width: 100%;
  
left: 0;
  
top: 0px;
  
position: absolute;
}

.banner .text {
  
position: relative;
  
z-index: 5;
  
width: 900px;
  
margin: auto;
  
margin-top: 101px;
}

.banner .text .title {
  
font-size: 40px;
  
font-family: SourceHanSansSC;
  
font-weight: bold;
  
color: #FFFFFF;
}

.banner .text .title p {
  
}

.banner .text .line {
  
width: 332px;
  
height: 4px;
  
background: #FFFFFF;
  
margin-top: 24px;
  
margin-bottom: 12px;
}

.banner .text .dec {
  
font-size: 18px;
  
font-family: SourceHanSansSC;
  
font-weight: 200;
  
color: #FFFFFF;
}

.banner .text .dec p {
  
}
    .index{
        line-height:1;
    }
.section1 {
  padding: 50px 0px;
}

.wrap {
  width: 1450px;
  max-width: 100%;
  padding: 0px 15px;
  margin: auto;
}

.section1 .content {
  position: relative;
  padding-right: 410px;
}
.section1 .content .left {
  
}
.section1 .content .left .titlemodel .line{
  margin:0px;
}
.section1 .content .left .titlemodel {
  text-align: left;
}

/* 公司简介 */

.about {
  padding: 50px 0px;
}

.about .content {
  position: relative;
  padding-right: 0px;

}
.about .content .left {
  
}
.about .content .left .titlemodel .line{
  margin:0px;
}
.about .content .left .titlemodel {
  text-align: left;
}
.about .content .left .desc {
  font-size: 16px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  padding-top: 51px;
  text-indent: 2em;
}

.about .content .left .desc p {
  
}

.about .content .left .desc .more {
  font-size: 16px;
  font-family: PingFang;
  font-weight: bold;
  color: #3694D1;
  display: inline-block;
  padding-right: 20px;
  background: url(../images/arr.png) no-repeat right center;
}

.about .content .left .limit {
  padding-top: 90px;
  zoom: 1;
  overflow: hidden;
}
.about .content .left .limit .imgbox:nth-child(3n){
margin-right:0px;
}
.about .content .left .limit .imgbox {
  overflow: hidden;
  float: left;
  width: calc((100% - 100px)/3);
  margin-right: 50px;
}

.about .content .left .limit .imgbox img {
  display: block;
  width: 100%;
}

.about .content .right {
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 360px;
  height: 100%;
  overflow: hidden;
}

.about .content .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titlemodel {
  text-align: center;
}

.titlemodel .cn {
  
font-size: 48px;
  
font-family: SourceHanSansSC;
  
font-weight: 500;
  
color: #333333;
}

.titlemodel .en {
  font-size: 30px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #1E9DBA;
  padding-top: 15px;
  padding-bottom: 31px;
  text-transform: uppercase;
}

.titlemodel .line {
  width: 100px;
  height: 5px;
  background: #3191D0;
  margin: auto;
}

.section1 .content .left .desc {
  font-size: 16px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  padding-top: 51px;
  text-indent: 2em;
}

.section1 .content .left .desc p {
  
}

.section1 .content .left .desc .more {
  font-size: 16px;
  font-family: PingFang;
  font-weight: bold;
  color: #3694D1;
  display: inline-block;
  padding-right: 20px;
  background: url(../images/arr.png) no-repeat right center;
}

.section1 .content .left .limit {
  padding-top: 90px;
  zoom: 1;
  overflow: hidden;
}
.section1 .content .left .limit .imgbox:nth-child(3n){
margin-right:0px;
}
.section1 .content .left .limit .imgbox {
  overflow: hidden;
  float: left;
  width: calc((100% - 100px)/3);
  margin-right: 50px;
}

.section1 .content .left .limit .imgbox img {
  display: block;
  width: 100%;
}

.section1 .content .right {
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 360px;
  height: 100%;
  overflow: hidden;
}

.section1 .content .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section2 {
  background: #F5F5F5;
  padding: 50px 0px;
}

.section2 .wrap {
  
}

.section2 .titlemodel {
  
}

.section2 .titlemodel .cn {
  
}

.section2 .titlemodel .en {
  
}

.section2 .titlemodel .line {
  
}

.section2 .list {
  
margin-top: 100px;
}

.section2 .list .swiper-container {
  
}

.section2 .list .swiper-wrapper {
  
}

.section2 .list .swiper-slide {
  
padding-bottom: 154px;
}

.section2 .list .swiper-slide .imgbox {
  
overflow: hidden;
}
.section2 .list .swiper-slide .tit{
  line-height:36px;
  background:#fff;
  min-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section2 .list .swiper-slide .imgbox img {
  
width: 100%;
  
display: block;
}

.section2 .list .swiper-pagination {
  
}
.section3 {
  
padding-top: 80px;
  
padding-bottom: 95px;
}

.section3 .wrap {
  
}

.section3 .titlemodel {
  
}

.section3 .titlemodel .cn {
  
}

.section3 .titlemodel .en {
  
}

.section3 .titlemodel .line {
  
}
.section3 .list{
  padding-top: 114px;
  text-align: center;
}
.section3 .imgbox:nth-child(1){
  margin: 0;
}
.section3 .imgbox:nth-child(2){
  margin-left: -250px;
  /* z-index: 2; */
}
.section3 .imgbox:nth-child(3){
  margin-left: -250px;
  /* z-index: 3; */
}
.section3 .imgbox:nth-child(4){
  
}
.section3 .imgbox:nth-child(5){
  z-index: 7;
}
.section3 .imgbox:nth-child(6){
  z-index: 5;
}
.section3 .imgbox:nth-child(7){
  z-index: 4;
}
.section3 .imgbox:nth-child(8){
  z-index: 3;
}
.section3 .imgbox:nth-child(9){
  z-index: 2;
}
.section3 .imgbox {
  /* flex: 1; */
  margin-left: -250px;
  display: inline-block;
  position: relative;
}

.section3 .imgbox img {
  
width: 350px;
}

/* 企业资质开始 */
.zizhi {
  
padding-top: 80px;
  
padding-bottom: 95px;
}

.zizhi .wrap {
  
}

.zizhi .titlemodel {text-align: left;
  
}

.zizhi .titlemodel .cn {
  
}

.zizhi .titlemodel .en {
  
}


.zizhi .titlemodel .line{
  margin:0px;
}
.zizhi .list{
  padding-top: 114px;
  text-align: left;
}
.zizhi .imgbox:nth-child(1){
  margin: 0;
}
.zizhi .imgbox:nth-child(2){
  margin-left: -250px;
  /* z-index: 2; */
}
.zizhi .imgbox:nth-child(3){
  margin-left: -250px;
  /* z-index: 3; */
}
.zizhi .imgbox:nth-child(4){
  
}
.zizhi .imgbox:nth-child(5){
  z-index: 7;
}
.zizhi .imgbox:nth-child(6){
  z-index: 5;
}
.zizhi .imgbox:nth-child(7){
  z-index: 4;
}
.zizhi .imgbox:nth-child(8){
  z-index: 3;
}
.zizhi .imgbox:nth-child(9){
  z-index: 2;
}
.zizhi .imgbox {
  /* flex: 1; */
  margin-left: -250px;
  display: inline-block;
  position: relative;
}

.zizhi .imgbox img {
  
width: 350px;
}
/* 企业资质结束 */
.section4 {
  
background: #F5F5F5;
  
padding-top: 49px;
  
padding-bottom: 100px;
}

.section4 .wrap {
  
}

.section4 .titlemodel {
  
}

.section4 .titlemodel .cn {
  
}

.section4 .titlemodel .en {
  
}

.section4 .titlemodel .line {
  
}
.wrap:after{
  content:"";
  display:table;
  clear:both;
}
.section4 .list {
  padding-top: 113px;
  zoom: 1;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
}

.section4 .list ul {
  
}
  .section4 .list ul li:nth-child(3n){
margin-right:0px;}

.section4 .list ul li {
  
float: left;
  
margin-right: 100px;
  
margin-bottom: 31px;
  
width: calc((100% - 200px)/3);
}

.section4 .list ul li img {
  width: 100%;
}
/* 合作伙伴开始 */
.hzhb {
  
background: #F5F5F5;
  
padding-top: 49px;
  
padding-bottom: 100px;
}

.hzhb .wrap {
  
}

.hzhb .titlemodel {text-align: left;
  
}

.hzhb .titlemodel .cn {
  
}

.hzhb .titlemodel .en {
  
}

.hzhb .titlemodel .line {margin:0px;
  
}
.wrap:after{
  content:"";
  display:table;
  clear:both;
}
.hzhb .list {
  padding-top: 113px;
  zoom: 1;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
}

.hzhb .list ul {
  
}
  .hzhb .list ul li:nth-child(3n){
margin-right:0px;}

.hzhb .list ul li {
  
float: left;
  
margin-right: 100px;
  
margin-bottom: 31px;
  
width: calc((100% - 200px)/3);
}

.hzhb .list ul li img {
  width: 100%;
}
/* 合作伙伴结束 */
/* 工程案例开始 */
.gcal {
  
background: #F5F5F5;
  
padding-top: 49px;
  
padding-bottom: 100px;
}

.gcal .wrap {
  
}

.gcal .titlemodel {text-align: left;
  
}

.gcal .titlemodel .cn {
  
}

.gcal .titlemodel .en {
  
}

.gcal .titlemodel .line {margin:0px;
  
}
.wrap:after{
  content:"";
  display:table;
  clear:both;
}
.gcal .list {
  padding-top: 113px;
  zoom: 1;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
  
}

.gcal .list ul {
  
}
  .gcal .list ul li:nth-child(5n){
margin-right:0px;}

.gcal .list ul li {
  
float: left;
  
margin-right: 20px;
background-color:#1e9dba;
  
margin-bottom: 31px;

border-width: 0px;
border-style: solid;
border-color: #1e9dba;
  
width: calc((100% - 100px)/5);
}

.gcal .list ul li img {
  width: 100%;
}
/* 工程案例结束 */
.footer {
  background: #1E9DBA;
  line-height: 1;
  padding: 64px 0px;
}

.footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .line{
  width:2px;
  height:2px;
}
.footer .left {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
}

.footer .left .link {
  zoom: 1;
  overflow: hidden;
}

.footer .left .item {
  float: left;
  margin-right: 70px;
  margin-bottom: 40px;
}

.footer .left .item h2 {
  font-size: 20px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #FFFFFF;
}

.footer .left .item .lis {
  padding-top: 18px;
}

.footer .left .item .lis a {
  font-size: 16px;
  font-family: SourceHanSansSC;
  font-weight: 200;
  color: #FFFFFF;
  display: block;
}

.footer .dec {
  
}

.footer .dec p {
  font-size: 14px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 7px;
}

.footer .dec p a {
  
color: #107B94;
}

.footer .right {
  float: right;
  /* display: flex; */
  margin-left: 0;
}

.footer .right .item {
  text-align: center;
  float: left;
  margin-left: 15px;
}

.footer .right .item img {
  width: 90px;
}

.footer .right .item .tit {
  font-size: 12px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 14px;
}

.section2 .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size:20px;
    color: #fff;
    opacity: 1;
    background: #999999;
    margin: 0px 20px !important
}
.section2 .swiper-pagination-bullet-active {
    color: #fff;
    background: #1E9DBA
}


.footer,
.footer *,
.head,
.head *,
.index *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}

.banner *,
.index *{
    opacity: 1;
}
.index{
    overflow-x: hidden;
}

.section3 .imgbox img:hover,
.zizhi .imgbox img:hover,
.section2 .list .swiper-slide .imgbox img:hover,
.section1 .content .right img:hover,
.section1 .content .left .limit .imgbox img:hover{
    cursor: pointer;
-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}
.section3 .imgbox:hover{
    z-index: 555;
}
.zizhi .imgbox:hover{
    z-index: 555;
}
@font-face {
    font-family: 'SourceHanSansSC';
    src: url('../fonts/SourceHanSans-Normal.otf') 
}
 
 .color1{ background: #1e9dba;
 margin: 0px 0px !important;
 height:30px;
 text-align:center;
	 
 }