/* ==========================================================================
   Global
   ========================================================================== */
html {font-size: 62.5%; }

body::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 5px; background-color: #F5F5F5; }
body::-webkit-scrollbar {width: 8px; background-color: #F5F5F5; }

body::-webkit-scrollbar-thumb {border-radius: 5px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #bdb9b9; }

div::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); border-radius: 3px; background-color: #F5F5F5; }

div::-webkit-scrollbar {width: 6px; background-color: #F5F5F5; }

div::-webkit-scrollbar-thumb {border-radius: 3px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3); background-color: #bdb9b9; }
a { color: #333; }
a:hover { color: #0060af; }
a:focus { outline:none; -moz-outline:none; }    

body { color: #333; font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;}   

@media only screen and (max-width: 768px) {
    body{font-size: 12px;}

} 
    .wrapper {
        max-width: 1500px;
        /*min-width: 980px; */
        _width: 1500px;
        padding: 0 60px;
        margin-left: auto;
        margin-right: auto;
    }    
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* arrow */    
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -4px;
    }    
    .arrow * {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* arrow-right */
    
    .arr-r * {
        border-left-style: solid;
        border-width: 4px 0 4px 4px;
    }    
    .arr-r em {
        left: 1px;
    }    
    .arr-r span {
        border-left-color: #3675bb;
    }    
    .tri {
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }


 @media only screen and (max-width:1600px) {
    .wrapper {padding: 0 40px;}
 }  

@media only screen and (max-width:920px) {
    .wrapper {padding: 0 20px;}
 }

@media only screen and (max-width:450px) {
    .wrapper {padding: 0 10px;}
 }   

     /* ==========================================================================
   Header
   ========================================================================== */

header {}    
header .wrapper {position: relative; z-index: 99;}   

.logo {width:260px;height:100px;overflow: hidden;line-height:100px;position: absolute;left:10px;top:0;}  
.logo img{max-width: 100%;}

.serchinco{position: absolute;width:30px;height:30px; text-align: center;color: #9b9b9b;
 right:80px; top:35px; line-height:30px;cursor: pointer;z-index: 999; font-size: 18px;}
.serchinco:hover{color: #024099;}

.serchincocur i{display: none;}
.serchincocur{background:url(../images/inco_close.png) center no-repeat;}

.globalsearch{display: none;}
.globalsearch{position: absolute; top:100px; right:0;width: 100%;padding:30px 0;z-index: 99;background:#fff;border-top: 1px solid #E0E0E0;}
.globalsearch .warp{max-width: 1600px;margin:0 auto; height: 40px; line-height: 40px; }
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .inco{float: left;margin-right:10px;margin-top: 10px; }
.globalsearch #q {float: left; width: calc(100% - 100px);
    border:0;font-size: 14px; color: #666;padding: 10px 0; }
.globalsearch .serbtn{ float: right; font-size: 16px;line-height:30px; color: #024099; cursor: pointer; padding-left: 10px;}




.other-nav { position: absolute; right:0; top:38px;}

.other-nav .global-link-hd{padding:0 20px;height: 24px;}
.other-nav .global-link-hd .globeinco{width: 24px; height: 24px;transition: background 0.5s; display: inline-block;background-position: top center ;}
.other-nav:hover .global-link-hd .globeinco {   background-position: bottom center;}

.other-nav .global-link-hd i{
     display: inline-block; color: #9b9b9b;
    margin-left: 3px;
    transform: translateY(1px);
    transition: transform .36s;
}




.other-nav:hover .global-link-hd i {transform: translateY(1px) rotate(180deg);}

.other-nav .global-link { 
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  padding-top:80px;
}

.other-nav .global-link:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;margin-left: -31px;
  border-top: 10px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
}



.other-nav .global-link .global-link-warp {
  box-sizing: border-box; 
  width: 120px;
  margin-left: -48px;
  -webkit-animation: heightChange 0.2s linear;
  animation: heightChange 0.2s linear;
  transform-origin: top;
  text-align: left;
  line-height: 42px;
  padding: 20px;
  font-size: 14px;
  background: #fff;
}

.other-nav .global-link .global-link-warp a {
  color: #333;
  display: block;
  opacity: 0;
  -webkit-animation: fadeIn 0.3s linear 0.2s forwards;
  animation: fadeIn 0.3s linear 0.2s forwards;
  height: 40px; line-height: 40px;
}

.other-nav .global-link .global-link-warp a:hover {
  color: #0c4fa1;
  text-decoration: none;
}

.other-nav .global-link .global-link-warp a span {
  display: inline-block;
  position: relative;
}

.other-nav .global-link .global-link-warp a span::after {
  content: "";
  position: absolute;
  bottom:0;
  transition: all 0.2s;
  height: 2px;
  width: 0;
  left: 0;
  background: #0c4fa1;
}

.other-nav .global-link .global-link-warp a:hover span::after {
  width: 100%;
}

.other-nav:hover .child-nav {
  display: block;
} 

@media only screen and (max-width:1600px) {
.other-nav .global-link {margin-left: 0; left: auto;right:0;}
.other-nav .global-link:after{margin-left: 0; left: auto; right:25px;}
.other-nav{right: 10px;}
.globalsearch .warp{margin:0 20px;}
}

@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.langbox,.envelope{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px; text-align: center;}
    .serchinco span{display: none;}
    .gpdm p{display: inline-block; font-size: 14px;}
    .gpdm p.txt01{margin-left: 10px;font-size: 14px;font-weight: bold;}
    .gpdm{margin-top: 10px;left:100px;padding-left: 10px;}
    .other-nav{display: none;}
    
}






/* ==========================================================================
Nav
========================================================================== */
/* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #555;
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
        font-family: microsoft yahei;
    }
    
    .globalnav .nav-sep {
        width: 2px;
        height: 42px;
        background: url(../images/nav-sep.gif) no-repeat 0;
    }
    
    .globalnav .active a,
    .globalnav li .active1 {
        color:#024099;;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 30px 20px 15px 20px;
        border-bottom: 3px solid #024099;;
        top: 100%;
        min-width: 110px;
    }
 
   .dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #024099;;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width:100%;
        display: block;
        text-align: center;
    }
    
@media only screen and (max-width: 920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 14px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px); padding-top: 0; }
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #024099;;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}
.hometit{}
.hometit h3{font-size: 30px;}
.hometit p.txten{color: #999999;font-size: 24px;}
   

.hidden {display: none;}

/* ==========================================================================
   banner
   ========================================================================== */
.intro{overflow: hidden;padding-top: 100px;height: calc(100% - 100px);}


/* ==========================================================================
   section02
   ========================================================================== */
.section00{background:url(../assets/bg3.png) center no-repeat;background-size: 110% 110%;transition: background 5s;}


/*.section01{background:url(../images/homebg02.jpg) center no-repeat;background-size: 110% 110%;transition: background 5s;}*/
.section01{background: #fff;}
.section02{background:url(/cn/images/homebg01.jpg) center no-repeat;background-size: 110% 110%;transition: background 5s;}
.section03{background: #000;background:url(../images/homebg02.jpg) center no-repeat;background-size: 110% 110%;transition: background 5s;}
.section04{background: #000; }
.section05{background: #181818;}
.section01.active {background-size: 100% 100%;}
.section00.active {background-size: 100% 100%;}
.section02.active {background-size: 100% 100%;}
.section03.active{background-size: 100% 100%;}
.section04.active{background-size: 100% 100%;}


.section00 .intro{text-align: center;}
.section00 .bannertxt{width: 100%; height: 208px;background:url(../assets/xian.png) center no-repeat;}
.section00 .bannertxt .warp{width: 1440px; height: 208px; overflow: hidden; margin:0 auto;}
.section00 .bannertxt .row01{width: 204px; height: 208px; line-height: 208px; padding-right: 256px;padding-left:200px; float: left;}
.section00 .bannertxt .row02{float: right;padding-top:30px;}

.section01 .left{width: 900px;height:100vh; position: relative;margin-top: -50px; float: left;overflow: hidden;background-size: 100% 100%!important;}
.section01 .right{width: calc(100% - 900px);height: 100%; float: right;}
.section01 .right .warp{padding:100px 200px 0 100px; text-align: left;font-size: 18px; line-height: 2em;color: #555555;}
.section01 .right .txt02{margin:50px 0;}
.section01 .right .txt03{width: calc(100% - 300px);}
.section01 .right .row{position: relative;}
.section01 .right img{position:absolute;bottom:-150px ;right: -50px; }
.section01 .right .homemore{margin-top: 60px;}
.homemore a{width: 120px; height:36px;font-size: 14px;text-align: center; line-height: 36px; display: inline-block; background: #0060af;color: #fff;
  border-radius:4px;}

.section02 .intro{color: #fff;}
.section02 .left{width:640px;}
.section02 .left h3{font-size: 48px;font-weight: 500;}
.section02 .left .desc{font-size: 18px; line-height: 40px; margin:50px 0;}



.section03 .intro{color: #fff;}
.section03 .right{width:740px; float: right;}
.section03 .right h3{font-size: 48px;font-weight: 500;}
.section03 .right .desc{font-size: 18px; line-height: 40px; margin:50px 0;}


.section04 .intro{color: #fff;overflow: hidden;}

.section04 li{width:25%;height: 100%;float: left;overflow: hidden;}
.culturbox{position: relative;overflow: hidden;transition: all .2s;}
.culturbox .pic {width:100%;height: auto;position: relative; overflow: hidden;}
.culturbox .bgimg{width: 100%;}
.culturbox .uppic{width:100%;height:100%; transition: transform 1s;position: absolute;left: 0;top:0;}
.culturbox .cover .warp{padding:300px 40px 40px 40px;}
.culturbox .cover{position: absolute;top:0; left: 0; width: 100%;height: 100%;background: rgba(0, 0, 0, .7);text-align: center;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.culturbox .inco{height:120px; width: 120px; margin:0 auto;transition-duration:800ms;}
.culturbox .cover h3{font-size: 36px;font-weight: normal;color: #fff;}
.culturbox .cover .txten{text-transform:Uppercase;font-size:24px;line-height: 2em; color: #999;}
.culturbox:hover .cover{background: rgba(0, 0, 0, .8);}
.culturbox:hover .cover h3{color: #ef7c2c;}
.culturbox:hover .inco{transform:rotateY(360deg);}

.section05 .intro{color: #fff;overflow: hidden;}
.section05 .intro .piczs{width: 370px;position: absolute;right: 0;top:100px;z-index: 2;}
.section05 .intro .piczs img{width: 100%;}
.footcopyright{width: 100%;height: 40px; line-height: 40px;padding:10px 0;background: #181818; border-top: 1px solid #3f3f3f; position: absolute;bottom: 0;left: 0;z-index: 1;}
.footcopyright a{color: #fff;}
.footcopyright a:hover{color: #ef7c2c;}
.section05 .row{margin-top: 50px;}
.section05 .row .left{width: 350px; font-size: 18px; line-height: 2em; float: left;}
.section05 .row .ewmbox{font-size: 16px;width: 140px;line-height:24px;}
.section05 .hshare{margin-top:50px;margin-left:60px; }
.section05 .hshare .ewmbox img{width: 100%;margin-bottom: 10px;}
.section05 .right{width:800px; float: left; margin-left: 150px;}

.homefeedback .modtop{width: 100%; height: auto;margin-top: 20px;}
.homefeedback .modtop .mode{width:33.3%; height: 90px; overflow: hidden; float: left;}
.homefeedback p.bt01{font: 300 14px/30px microsoft yahei;margin-bottom: 10px;}
.homefeedback .modtop .ui-input{width: calc(100% - 72px); height: 18px; line-height: 18px; padding:10px 20px;
  background-color: #181818;border:1px solid #999999;border-radius: 4px;color: #fff;}

.homefeedback .ui-textarea{width: calc(100% - 72px); height: 90px; line-height: 18px; padding:10px 20px;
  background-color: #181818;border:1px solid #999999;border-radius: 4px;color: #fff;font-family: microsoft yahei;}
.homefeedback .modtop3{width: 100%; height: auto;margin-top: 25px;}
.homefeedback .modtop3 .ui-btn{ float: left; border: 0 none; cursor: pointer;text-align: center; padding:12px 20px;color: #fff;
 width:150px;background: #0780c1;}
.homefeedback .checkcode .ui-input{ width:100px; font-size: 16px; height: 18px; line-height: 18px; padding:12px 10px;
background-color: #181818;border:1px solid #999999;border-radius: 4px; font-family: microsoft yahei; color: #fff;}
.homefeedback .checkcode{float: left;margin-right: 20px;}

/* ==========================================================================
   Footer
   ========================================================================== */

.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #999999;
 font-size: 14px; background: #f2f2f2;border-top: 1px solid #f2f2f2;width: 100%;position: fixed;bottom: 0;left: 0;}
.foothd a{color: #999999;}
.foothd a:hover{color: #ef7c2c; text-decoration: underline;}


@media only screen and (max-width: 768px) {
.foothd{margin-top:0;font-size: 12px;padding: 10px; line-height: 18px;}
}


.toggle-btn { display: none;}


@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }    
    .inner-cont > p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }    
.gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}


@media only screen and (max-width:1600px) {
.section01 .left{width: 700px;}
.section01 .right {width: calc(100% - 700px);}
.section01 .right img{bottom: 0;}
.culturbox .cover h3{font-size: 30px;}
.culturbox .inco{height: 80px;}
.culturbox .inco img{width: 60px;}
.culturbox .cover .txten{font-size: 18px;}
.culturbox .cover .warp{padding-top: 200px;}
.section05 .row{padding-right:360px;}
.section05 .right{width: calc(100% - 380px);margin-left: 0;float: right;}
}

@media only screen and (max-width:1540px) {
  .section01 .right .warp{ padding: 80px 100px 0 80px;}
  .section01 .right img{width: 180px;bottom: -10px;}
  .section01 .right .txt03 { width: calc(100% - 110px);font-size: 16px;line-height: 30px;}
  .section01 .right .txt02{font-size: 16px;margin: 20px 0;line-height: 30px;}
  .section01 .right .homemore{margin-top: 20px;}
}

@media only screen and (max-width:1440px) {
.section00 .bannertxt .row02 img{width: 500px;}
.section00 .bannertxt .row02 {margin-top:30px;}
.section00 .bannertxt .warp {width: 1200px;}
.section01 .left{width: 500px; height:700px;}
.section01 .left .pic02 {width: 240px;left:-50px; }
.section01 .right {width: calc(100% - 500px);}
.section01 .right .warp { padding:80px 100px 0 60px;font-size: 16px;}

}

@media only screen and (max-width:1200px) {
.section00 .bannertxt .warp{width: 900px;}
.section00 .bannertxt{ background-size: auto 50px;}
.section00 .bannertxt .row01{margin-left: 100px;padding-right:100px; text-align: left; padding-left:20px; background-size: auto 140px!important;background-position: center left!important;}
.section00 .bannertxt .row01 img{width: 100px;}
.section00 .bannertxt .row02 img{width: 400px;}

.section01 .left{width: 400px;}
.section01 .left .pic02 {width: 200px;left:-50px; }
.section01 .right {width: calc(100% - 400px);height: 600px;}
.section01 .right .warp {font-size: 14px;}
.section01 .right img{bottom:0; right:-50px;}
.hometit h3{font-size: 24px;}
.hometit p.txten{font-size: 20px;}
.section01 .right .txt02{margin:40px 0;}
.section02 .left h3{font-size: 36px;}
.culturbox .cover .txten{font-size: 16px;line-height: 24px;}
.culturbox .cover h3{font-size: 24px;}
.culturbox .inco img{width: 50px;}
.section05 .intro .piczs{display: none;}
.section05 .row{padding-right: 0;margin-top: 20px;}
.section05 .hshare { margin-top:30px; margin-left: 0;}
.section05 .row .ewmbox{width: 100px;}
.section05 .row .left{font-size: 16px;line-height: 24px;}
.section05 .row .ewmbox{font-size: 12px;}
.homefeedback .modtop{margin-top: 0;}
.homefeedback p.bt01,.homefeedback .checkcode{font-size: 12px;}
}

@media only screen and (max-width:920px) {
.footcopyright{position: relative;}
.intro{padding-top: 0;}
.section00 .bannertxt .warp{display: none;}
.section00 .bannertxt{height:400px; background: url(../assets/xian02.png) center no-repeat; background-size: auto 120px;}
.section01 .left{display: none;}
.section01 .right { width: 100%; height: auto;}
.section01 .right .warp{padding:40px;}
.section01 .right .txt02{margin:20px 0;}
.section01 .right img{width: 200px;bottom:0;}
.section01 .right .txt03 { width: calc(100% - 240px);}
.section02 .left{width: 55%;padding:80px 0;}
.section02 .left h3{font-size: 30px;}
.section02 .left .desc {font-size: 14px; line-height: 30px; margin:20px 0; }
.section03 .right{width: 55%;padding:80px 0;}
.section03 .right h3{font-size: 30px;}
.section03 .right .desc {font-size: 14px; line-height: 30px; margin:20px 0; }
.culturbox .cover .warp{padding-top: 100px;}
.culturbox .cover .txten{font-size: 12px; line-height: 24px;}
.culturbox .cover h3{font-size: 20px;}
.section05{padding:50px 0 0 0;}
.footcopyright{margin-top: 30px;left: auto; bottom: auto;}
.hometit h3{font-size: 20px;}
.hometit p.txten{font-size: 16px;}
.section05 .row .left{font-size: 14px;width: 260px;}
.section05 .right { width: calc(100% - 280px);}
.section01 .right img{right:10px;}
}

@media only screen and (max-width:768px) {

}


@media only screen and (max-width:450px) {
  .section00 .bannertxt{height:260px; background: url(../assets/xian03.png) center no-repeat; background-size: auto 65px;}
  .hometit h3{font-size: 18px;}
  .section01 .right .warp{padding:40px 20px;}
  .section01 .right .txt02{line-height: 24px;}
  .section01 .right img{display: none;}
  .section01 .right .txt03 { width:100%;}
  .section01 .right .homemore{margin-top: 20px;}
  .section02 .left{width: 100%;}
  .section02 .left h3{font-size: 24px;}
  .section02 .more img{width: 40px;}
  .section02 .left .desc{line-height: 24px;}
  .section03 .right{width: 100%; text-align: center;padding:50px 0;}
  .section03 .more img{width: 40px;}
  .section03 .right .desc{line-height: 24px;}
  .section03 .right h3{font-size: 24px;}
  .culturbox .cover .warp{padding:30px 10px;}
  .culturbox .inco{width: 50px; height:40px;}
  .culturbox .inco img{width: 30px;}
  .culturbox .cover h3{font-size: 14px;}
  .culturbox .cover .txten{display: none;}
  .culturbox .cover .warp{padding:60px 0 20px 0;}
  .section05 .row .left{display: none;}
  .section05 .right{width: 100%;}
  .homefeedback .checkcode .ui-input{padding:6px 10px;width:60px; }
  .homefeedback .modtop3 .ui-btn{width: auto;}
  .homefeedback .modtop .ui-input { width: calc(100% - 32px);padding: 5px 8px;}
  .homefeedback .modtop .mode{height: 80px;}
}