body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0; margin:0;}
body{background:#000036; color:#666;overflow-x: hidden;min-width:1100px;-webkit-font-smoothing: antialiased;}
body,button,input,select,textarea{font:13px/1.5 Microsoft Yahei,arial; color:#333;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small {font-size:12px}
ul,ol{list-style-type:none; list-style-image:none}
a {color:#333; text-decoration:none; outline:none;}
a:hover{text-decoration:none;}
img{ border:none;}
table{border-collapse:collapse;}
td,th{border: 1px solid #333;}
input{border: none;outline: none;}
dt{font-weight: bold;}
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.tan05{-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.tan01{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.tan02{  -webkit-transition: all 2s;  -moz-transition: all 2s;  -ms-transition: all 2s;  -o-transition: all 2s;  transition: all 2s;  }
.b{display: block;width: 100%;height: 100%;}
.noclick{pointer-events: none;}
.p{padding: 0 calc(50% - 550px);}
.clear{clear: both;}
.clear:after{content: "";display: table;clear: both;}
@font-face {font-family: code;src: url('../font/code.woff');}
/*首页-----------------------------------------------------------*/
/* 周年庆banner */
@keyframes index_scroll
	{
	from {
		background:url(/images/banner_n_arrow.png) no-repeat center top;
		}
	to {
		background:url(/images/banner_n_arrow.png) no-repeat center top 10px;
		}
}
.banner_n{
	background:url(/images/banner_n.jpg) no-repeat center;
    background-size: cover;
	position:relative;
    width: 100%;
    height: 100vh;
	overflow:hidden;
}
.banner_n_img{
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-960px;
}
/* .banner_n:before{ */
	/* width:100%; */
	/* height:100%; */
	/* content:" "; */
	/* background:#ca073f; */
	/* position:absolute; */
	/* top:0; */
	/* z-index:-2; */
	/* background:url(/images/banner_n_bg.jpg) center; */
/* } */
.i_arrow{
	width:100%;
	height:40px;
	content:" ";
	background:url(/images/banner_n_arrow.png) no-repeat center;
	position:absolute;
	bottom:10px;
	z-index:6666;
	cursor:pointer;
	animation:index_scroll 2s infinite linear ;
}
/*引导模块*/
.wrap-top{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    top:0;
    left: 0;
}
.wrap{
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    background: #010f26;
    overflow: hidden;
}
.wrap-con{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -267.5px;
    margin-top: -92px;
    width: 535px;
    height: 184px;
}
.xghl{
    margin-bottom: 24px;
    height: 130px;
}
.xghl a>div{
    float: left;
    width: 130px;
    height: 100%;
    position: relative;
    opacity: 0;
    background: url("../images/xghl_bg.gif") no-repeat;
}
.xghl a>div + div{
    margin-left: 5px;
}
.xghl a>div>div{
    width: 100%;
    height: 100%;
}
.xghl a>div>div:nth-child(2){
    position: absolute;
    top:0;
    left: 0;
}
.xghl a>div:nth-child(1)>div:nth-child(1){
    background: url("../images/home_x.png") no-repeat;
}
.xghl a>div:nth-child(1)>div:nth-child(2){
    background: url("../images/home_x_m.jpg") no-repeat;
}
.xghl a>div:nth-child(2)>div:nth-child(1){
    background: url("../images/home_g.png") no-repeat;
}
.xghl a>div:nth-child(2)>div:nth-child(2){
    background: url("../images/home_g_m.jpg") no-repeat;
}
.xghl a>div:nth-child(3)>div:nth-child(1){
    background: url("../images/home_h.png") no-repeat;
}
.xghl a>div:nth-child(3)>div:nth-child(2){
    background: url("../images/home_h_m.jpg") no-repeat;
}
.xghl a>div:nth-child(4)>div:nth-child(1){
    background: url("../images/home_l.png") no-repeat;
}
.xghl a>div:nth-child(4)>div:nth-child(2){
    background: url("../images/home_l_m.jpg") no-repeat;
}
.wrap-len{
    width: 535px;
    height: 30px;
    position: relative;
}
.wrap-len>div{
    width: 35px;
    height: 30px;
    float: left;
    margin-right: 27px;
    position: relative;
    overflow: hidden;
}
.wrap-len>div:last-child{
    margin-right: 0;
}
.wrap-len-white{
    background: white;
    height: 100%;
    width: 35px;
    position: absolute;
    top: 0;
    left: -35px;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.wrap-len>div img{
    opacity: 0;
    -webkit-transition: opacity 0s linear .46s;
    -moz-transition: opacity 0s linear .46s;
    -ms-transition: opacity 0s linear .46s;
    -o-transition: opacity 0s linear .46s;
    transition: opacity 0s linear .46s;

}
.wrap-len>div.active img{
    opacity:1;
}
.wrap-len>div.active .wrap-len-white{
    left: 70px;
}
.xghl-x,.xghl-h{
    top:-400px;
}
.xghl-g,.xghl-l{
    top:400px;
}
.xghl a>div.active{
    -webkit-transition: all 1.3s cubic-bezier(.17,.84,.44,1);
    -moz-transition: all 1.3s cubic-bezier(.17,.84,.44,1);
    -ms-transition: all 1.3s cubic-bezier(.17,.84,.44,1);
    -o-transition: all 1.3s cubic-bezier(.17,.84,.44,1);
    transition: all 1.3s cubic-bezier(.17,.84,.44,1);
    top:0;
    opacity: 1;
}
/*主内容-----------------------------------------------------------------------------*/
/*顶部信息*/
.index-top{
    background: url("../images/index_top_bg.jpg") no-repeat center top -150px;
    background-attachment: fixed;
}
/*头部导航*/
.header{
    height: 125px;
    padding-top: 40px;
}
.logo{
    float: left;
    width: 277px;
    height: 100%;
}
.nav{
    float: right;
    height: 100%;
}
.nav ul{
    height: 100%;
    padding-top: 20px;
}
.nav ul li{
    float: left;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
}
.nav ul li p{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav ul li a{
    color: #00c6ff;
}
.nav ul li + li{
    margin-left: 40px;
}
.nav ul li:after{
    content: "";
    width: 0;
    position: absolute;
    height: 3px;
    background: #00c6ff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    left: 50%;
    bottom:0;
}
.nav ul li.active:after,.nav ul li:hover:after{
    width: 100%;
    left: 0;
}
.nav ul li:hover p:first-child{
    margin-top: -40px;
}
/*导语*/
.banner{
    text-align: center;
    padding-top: 240px;
    margin-bottom: 195px;
}
.banner>p{
    font-size: 22px;
    color: white;
    line-height: 60px;
}
.banner p{
    visibility: hidden;
}
.banner-cn{
    width: 525px;
    height: 70px;
}
.banner-cn,.banner-en{
    margin: 20px auto 0;
}
.banner-cn>div{
    opacity: 0;
    float: left;
    width: 75px;
    height: 100%;
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.banner-cn>div.animated{
    opacity: 1;
}
.banner-en{
    font-size: 30px;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    font-family: Microsoft New Tai Lue;
}
/*国内业务*/
.bus-cn{
    background: rgba(0,1,49,.8);
    padding: 80px 0;
    text-align: center;
}
.title{
    position: relative;
    top:20px;
    opacity: 0;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.title.active{
    top: 0;
    opacity: 1;
}
.bus-cn .title{
    margin: 0 auto 40px;
    display: block;
    height: 34px;
    width: 601px;
}
.bus-cn-list li{
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: 190px;
    position: relative;
    top: 0;
    opacity: 1;
}
.bus-cn-list li + li{
    margin-left: 80px;
}
.bus-cn-list li a{
    color: white;
    position: relative;
    padding-top: 62px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bus-cn-list li h3{
    font-size: 26px;
    line-height: 46px;
    letter-spacing: 2px;
}
.bus-cn-list li p{
    font-family: code;
}
.bus-cn-list li:hover a{
    color: #f90;
}
.bus-cn-list li a:before{
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    background: url("../images/bus_cn_li.png") no-repeat;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.bus-cn-list li a:hover:before{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    background: url("../images/bus_cn_li_a.png") no-repeat;
}
.bus-cn-list li.active a:before{
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    background: url("../images/bus_cn_li_a.png") no-repeat;
}
.bus-cn-list li.active{
    top: 150px;
    opacity: 0;
}
/*中部信息*/
.index-mid{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/index_mid.jpg") no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}
/*国际业务*/
.bus-en{
    text-align: center;
    margin-bottom: 25px;
}
.bus-en .title{
    display: block;
    height: 34px;
    width: 564px;
    margin: 0 auto 40px;
}
.bus-en-list{
    margin-bottom: 24px;
}
.bus-en-list li{
    float: left;
    width: 260px;
    height: 126px;
}
.bus-en-list li + li{
    margin-left: 20px;
}
.bus-en-img{
    height: 86px;
    position: relative;
}
.bus-en-img img{
    border: 1px solid #154a7a;
}
.bus-en-list li a{
    position: relative;
}
.bus-en-list li a:before,.bus-en-list li a:after,.bus-en-img:before,.bus-en-img:after{
    content: "";
    background: #f90;
    position: absolute;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 9;
}
.bus-en-list li a:before,.bus-en-list li a:after{
    width: 1px;
    height: 0;
}
.bus-en-img:before,.bus-en-img:after{
    width: 0;
    height: 1px;
}
.bus-en-img:before,.bus-en-list li a:before{
    top: 0;
    left: 0;
}
.bus-en-img:after{
    bottom: 0;
    right: 0;
}
.bus-en-list li a:after{
    top: 86px;
    right: 0;
}
.bus-en-list li:hover .bus-en-img:before,.bus-en-list li:hover .bus-en-img:after{
    width: 100%;
}
.bus-en-list li:hover a:after{
    top: 0;
    height: 86px;
}
.bus-en-list li:hover a:before{
    height: 86px;
}
.bus-en-list li p{
    line-height: 40px;
    font-size: 16px;
    color: white;
}
.bus-en-ling{
    height: 70px;
    margin: 0 auto;
    width: 16px;
}
.bus-en-ling div{
    width: 16px;
    height: 20px;
    background: url("../images/bus_en_btm_ling.png") no-repeat;
    -webkit-animation: busEnLing 1s linear infinite;
    -o-animation: busEnLing 1s linear infinite;
    animation: busEnLing 1s linear infinite;
}
.bus-en-ling div:nth-child(2){
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}
.bus-en-ling div:nth-child(1){
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.bus-en-ling div + div{
    margin-top: 5px;
}
@-webkit-keyframes busEnLing {
    to {
        opacity: .3;
        -webkit-transform: scale(0.43, 0.43);
        -moz-transform: scale(0.43, 0.43);
        -ms-transform: scale(0.43, 0.43);
        -o-transform: scale(0.43, 0.43);
        transform: scale(0.43, 0.43);
    }
}
@-o-keyframes busEnLing {
    to {
        opacity: .3;
        -webkit-transform: scale(0.43, 0.43);
        -moz-transform: scale(0.43, 0.43);
        -ms-transform: scale(0.43, 0.43);
        -o-transform: scale(0.43, 0.43);
        transform: scale(0.43, 0.43);
    }
}
@-moz-keyframes busEnLing {
    to {
        opacity: .3;
        -webkit-transform: scale(0.43, 0.43);
        -moz-transform: scale(0.43, 0.43);
        -ms-transform: scale(0.43, 0.43);
        -o-transform: scale(0.43, 0.43);
        transform: scale(0.43, 0.43);
    }
}
@keyframes busEnLing {
    to {
        opacity: .3;
        -webkit-transform: scale(0.43, 0.43);
        -moz-transform: scale(0.43, 0.43);
        -ms-transform: scale(0.43, 0.43);
        -o-transform: scale(0.43, 0.43);
        transform: scale(0.43, 0.43);
    }
}
/*关于我们*/
.about{
    margin-bottom: 60px;
}
.about .title{
    display: block;
    margin: 0 auto;
    width: 424px;
    height: 75px;
}
.about-p{
    width: 687px;
    float: right;
    font-size: 14px;
    line-height: 35px;
    color: white;
    padding-top: 20px;
}
.about-l{
    float: left;
    background: url("../images/about_01.png") no-repeat;
    width: 380px;
    height: 255px;
    position: relative;
}
.about-l span{
    position: absolute;
    font-size: 18px;
    color: #00c6ff;
    top: 120px;
    left: 40%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.about-l span.active{
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.about-l span:nth-child(1).active{
    left: 50px;
    top:80px;
    -webkit-animation: topBtm 3s ease-in-out 1.5s infinite;
    -o-animation: topBtm 3s ease-in-out 1.5s infinite;
    animation: topBtm 3s ease-in-out 1.5s infinite;
}
.about-l span:nth-child(2).active{
    left: 46px;
    top:12px;
    -webkit-animation: topBtm 5s ease-in-out .7s infinite;
    -o-animation: topBtm 5s ease-in-out .7s infinite;
    animation: topBtm 5s ease-in-out .7s infinite;
}
.about-l span:nth-child(3).active{
    left: 105px;
    top:56px;
    -webkit-animation: topBtm 5s ease-in-out 1.1s infinite;
    -o-animation: topBtm 5s ease-in-out 1.1s infinite;
    animation: topBtm 5s ease-in-out 1.1s infinite;
}
.about-l span:nth-child(4).active{
    left: 174px;
    top:24px;
    -webkit-animation: topBtm 5s ease-in-out .7s infinite;
    -o-animation: topBtm 5s ease-in-out .7s infinite;
    animation: topBtm 5s ease-in-out .7s infinite;
}
.about-l span:nth-child(5).active{
    left: 236px;
    top:66px;
    -webkit-animation: topBtm 5s ease-in-out 1.4s infinite;
    -o-animation: topBtm 5s ease-in-out 1.4s infinite;
    animation: topBtm 5s ease-in-out 1.4s infinite;
}
.about-l span:nth-child(6).active{
    left: 286px;
    top:36px;
    -webkit-animation: topBtm 5s ease-in-out .9s infinite;
    -o-animation: topBtm 5s ease-in-out .9s infinite;
    animation: topBtm 5s ease-in-out .9s infinite;
}
.about-l span:nth-child(7).active{
    left: 311px;
    top:83px;
    -webkit-animation: topBtm 5s ease-in-out 1.7s infinite;
    -o-animation: topBtm 5s ease-in-out 1.7s infinite;
    animation: topBtm 5s ease-in-out 1.7s infinite;
}
@-webkit-keyframes topBtm {
    0%,100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -moz-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        -o-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(400px) rotateY(360deg);
        -moz-transform: perspective(400px) rotateY(360deg);
        -ms-transform: perspective(400px) rotateY(360deg);
        -o-transform: perspective(400px) rotateY(360deg);
        transform: perspective(400px) rotateY(360deg);
    }
}
@-o-keyframes topBtm {
    0%,100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -moz-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        -o-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(400px) rotateY(360deg);
        -moz-transform: perspective(400px) rotateY(360deg);
        -ms-transform: perspective(400px) rotateY(360deg);
        -o-transform: perspective(400px) rotateY(360deg);
        transform: perspective(400px) rotateY(360deg);
    }
}
@-moz-keyframes topBtm {
    0%,100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -moz-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        -o-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(400px) rotateY(360deg);
        -moz-transform: perspective(400px) rotateY(360deg);
        -ms-transform: perspective(400px) rotateY(360deg);
        -o-transform: perspective(400px) rotateY(360deg);
        transform: perspective(400px) rotateY(360deg);
    }
}
@keyframes topBtm {
    0%,100% {
        -webkit-transform: perspective(400px) rotateY(0deg) translate(0,0);
        -moz-transform: perspective(400px) rotateY(0deg) translate(0,0);
        -ms-transform: perspective(400px) rotateY(0deg) translate(0,0);
        -o-transform: perspective(400px) rotateY(0deg) translate(0,0);
        transform: perspective(400px) rotateY(0deg) translate(0,0);
    }
    50% {
        -webkit-transform: perspective(400px) rotateY(360deg) translate(0,10px);
        -moz-transform: perspective(400px) rotateY(360deg) translate(0,10px);
        -ms-transform: perspective(400px) rotateY(360deg) translate(0,10px);
        -o-transform: perspective(400px) rotateY(360deg) translate(0,10px);
        transform: perspective(400px) rotateY(360deg) translate(0,10px);
    }
}
/*案例*/
.case .title{
    display: block;
    width: 369px;
    height: 34px;
    margin: 0 auto 40px;
}
.swiper-case{
    width: 965px;
    margin: 0 auto;
    height: 287px;
    overflow: hidden;
}
.swiper-case li a{
    display: block;
    width: 100%;
    height: 130px;
}
.case-img{
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.swiper-case li a:first-child{
    margin-bottom: 27px;
}
.swiper-case li a:hover .case-img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.case-con{
    position: relative;
}
.swiper-case-prev,.swiper-case-next{
    position: absolute;
    width: 32px;
    height: 63px;
    top: 108px;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.swiper-case-prev{
    left: 0;
    background: url("../images/case_l.png") no-repeat;
}
.swiper-case-next{
    right: 0;
    background: url("../images/case_r.png") no-repeat;
}
.swiper-case-prev:hover,.swiper-case-next:hover{
    opacity: 1;
}
/*底部信息*/
.index-btm{
    background: url("../images/index_btm.jpg") no-repeat center top;
    height: 469px;
}
/*发展理念*/
.culture{
    padding-top: 80px;
}
.culture .title{
    display: block;
    width: 676px;
    height: 35px;
    margin: 0 auto 40px;
}
.culture-year{
    position: relative;
    height: 62px;
    margin-bottom: 110px;
}
.culture-year>div{
    position: absolute;
    width: 62px;
    height: 62px;
    left: 515px;
    top: 240px;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.culture-year>div.active{
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}
.culture-img img{
    display: block;
    margin: 0 auto 15px;
}
.culture-year-01.active{
    left: 135px;
    top: 185px;
}
.culture-year-02.active{
    left: 211px;
    top: 114px;
}
.culture-year-03.active{
    left: 303px;
    top: 54px;
}
.culture-year-04.active{
    left: 412px;
    top: 15px;
}
.culture-year-05.active{
    left: 520px;
    top: -2px;
}
.culture-year-06.active{
    left: 630px;
    top: 15px;
}
.culture-year-07.active{
    left: 732px;
    top: 51px;
}

.culture-year-08.active{
    left: 821px;
    top: 114px;
}

.culture-year-09.active{
    left: 904px;
    top: 185px;
}
/*底部版权*/
.footer{
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 60px;
    background: #000116;
}



/*关于我们页面--------------------------------------------------------------------*/
.i-header{
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 99999;
    padding-top: 11px;
    padding-bottom: 12px;
    min-width: 1100px;
}
.i-header .logo{
    width: 250px;
}
.i-header .nav ul{
    padding-top: 15px;
}
.i-a-we{
    background: url("../images/i_a_we_bg.jpg") no-repeat center top;
    height: 766px;
    padding-top: 190px;
    text-align: center;
}
.i-a-we>h3{
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
}
.i-a-we>h4{
    font-size: 20px;
    font-weight: normal;
    color: #00c6ff;
    margin-bottom: 30px;
}
.i-a-we>p{
    font-size: 14px;
    line-height: 35px;
    color: white;
}
.i-a-we-num{
    margin-top: 40px;
}
.i-a-we-num>div{
    display: inline-block;
    vertical-align: top;
    width: 250px;
    color: #00c6ff;
}
.i-a-we-num>div + div{
    margin-left: 40px;
}
.i-a-we-num>div h3{
    font-family: Impact;
    font-size: 65px;
    line-height: 80px;
}
.i-a-we-num>div p{
    font-size: 14px;
}
/*国内业务*/
.i-a-cn{
    background: url("../images/i_a_cn_bg.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 90px;
    padding-bottom: 100px;
    text-align: center;
}
.i-a-title{
    margin-bottom: 50px;
}
.i-a-title>h3{
    color: white;
    font-size: 40px;
}
.i-a-title>p{
    color: #00c6ff;
    font-size: 20px;
}
.i-a-cn-list li{
    width: 189px;
    height: 219px;
    float: left;
    -wabkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
}
.i-a-cn-list li + li{
    margin-left: 38px;
}
.i-a-cn-tran{
    color: white;
    padding-top: 78px;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.i-a-cn-list li:hover .i-a-cn-tran{
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.i-a-cn-list li h3{
    font-size: 28px;
}
.i-a-cn-list li p{
    font-size: 14px;
    font-family: code;
}
.i-a-cn-list:last-child{
    padding-left: 113px;
}
.i-a-cn-list li:nth-child(1) .i-a-cn-tran{
    background: url("../images/i_a_cn_01.png") no-repeat;
}
.i-a-cn-list li:nth-child(2) .i-a-cn-tran{
    background: url("../images/i_a_cn_02.png") no-repeat;
}
.i-a-cn-list li:nth-child(3) .i-a-cn-tran{
    background: url("../images/i_a_cn_03.png") no-repeat;
}
.i-a-cn-list li:nth-child(4) .i-a-cn-tran{
    background: url("../images/i_a_cn_04.png") no-repeat;
}
.i-a-cn-list li:nth-child(5) .i-a-cn-tran{
    background: url("../images/i_a_cn_05.png") no-repeat;
}
.i-a-cn-list:last-child li:nth-child(1) .i-a-cn-tran{
    background: url("../images/i_a_cn_06.png") no-repeat;
}
.i-a-cn-list:last-child li:nth-child(2) .i-a-cn-tran{
    background: url("../images/i_a_cn_07.png") no-repeat;
}
.i-a-cn-list:last-child li:nth-child(3) .i-a-cn-tran{
    background: url("../images/i_a_cn_08.png") no-repeat;
}
.i-a-cn-list:last-child li:nth-child(4) .i-a-cn-tran{
    background: url("../images/i_a_cn_09.png") no-repeat;
}
/*国际业务*/
.i-a-en{
    padding-top: 115px;
    padding-bottom: 160px;
    background: url("../images/i_a_en_bg.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.i-a-en-list li{
    width: 345px;
    height: 115px;
    float: left;
    -wabkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
}
.i-a-en-list li + li{
    margin-left: 32px;
}
.i-a-en-list li h3{
    font-size: 28px;
}
.i-a-en-list li p{
    font-size: 14px;
}
.i-a-en-tran{
    padding-top: 22px;
    color: #00c6ff;
    height: 100%;
    border: 1px solid #6eb6ff;
    border-radius: 27px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.i-a-en-list li:hover .i-a-en-tran{
    -webkit-transform: rotateY(20deg);
    -moz-transform: rotateY(20deg);
    -ms-transform: rotateY(20deg);
    -o-transform: rotateY(20deg);
    transform: rotateY(20deg);
}
/*新闻模块*/
.i-a-news{
    background: #0b0b54 url("../images/i_a_news_bg.png");
    padding-top: 100px;
    padding-bottom: 115px;
    text-align: center;
}
.i-a-news-sw{
    position: relative;
}
.swiper-i-a-news{
    text-align: left;
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-i-a-news img{
    display: block;
    width: 100%;
    height: 191px;
}
.i-a-news-info{
    background: white;
    height: 229px;
    position: relative;
    overflow: hidden;
    line-height: 28px;
    padding: 20px 20px 0;
}
.i-a-news-info h3{
    font-size: 16px;
    margin-bottom: 5px;
    max-height: 56px;
    overflow: hidden;
}
.i-a-news-info p{
    font-size: 14px;
    opacity: .7;
    margin-bottom: 5px;
    height: 56px;
    overflow: hidden;
}
.i-a-news-info span{
    display: block;
    font-size: 14px;
    color: #4256ea;
    margin-bottom: 5px;
}
.swiper-i-a-news-prev,.swiper-i-a-news-next{
    position: absolute;
    width: 66px;
    height: 66px;
    cursor: pointer;
    top:180px;
    z-index: 9;
}
.swiper-i-a-news-prev{
    left: calc(50% - 616px);
    background: url("../images/i_a_news_l.png") no-repeat;
}
.swiper-i-a-news-next{
    right: calc(50% - 616px);
    background: url("../images/i_a_news_r.png") no-repeat;
}
.swiper-i-a-news li:hover .i-a-news-info{
    background: #111;
}
.swiper-i-a-news li:hover .i-a-news-info h3{
    color: white;
}
.swiper-i-a-news li:hover .i-a-news-info p{
    color: white;
    opacity: .5;
}
.swiper-i-a-news li:hover .i-a-news-info span{
    color: #00c6ff;
}
.i-a-news-more{
    position: absolute;
    background: #7f7f7f;
    width: 90px;
    height: 90px;
    right: -45px;
    bottom: -45px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.i-a-news-more:before,.i-a-news-more:after{
    position: absolute;
    background: white;
    content: "";
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.i-a-news-more:before{
    width: 20px;
    height: 3px;
    left: 5px;
    top: 39px;
}
.i-a-news-more:after{
    width: 3px;
    height: 20px;
    left: 14px;
    top: 31px;
}
.swiper-i-a-news li:hover .i-a-news-info .i-a-news-more{
    background: #00c6ff;
}
.swiper-i-a-news li:hover .i-a-news-info .i-a-news-more:before,.swiper-i-a-news li:hover .i-a-news-info .i-a-news-more:after{
    background: #000;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*案例页面----------------------------------------------------------------------*/
.i-c-bg{
    background: url("../images/i_case_bg.jpg") no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px calc(50% - 560px) 60px;
    margin-top: 100px;
    min-height: 1000px;
}
.i-c-title{
    margin: 0 auto 40px;
    width: 369px;
    height: 34px;
}
.i-c-list{
    text-align: center;
    height: 45px;
    margin-bottom: 50px;
}
.i-c-list li{
    display: inline-block;
    vertical-align: top;
    height: 45px;
    width: 135px;
    margin: 0 8px;
    -wabkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
}
.i-c-list-tran{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: white;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.i-c-list li:hover .i-c-list-tran{
    -webkit-transform: rotateY(20deg);
    -moz-transform: rotateY(20deg);
    -ms-transform: rotateY(20deg);
    -o-transform: rotateY(20deg);
    transform: rotateY(20deg);
}
.case-item{
    width: 260px;
    float: left;
    background: white;
    box-shadow: 0 0 12px rgba(0,0,0,1);
    padding: 15px 15px 0;
    margin-bottom: 20px;
    -webkit-transition: box-shadow .5s,transform .8s,opacity .8s;
    -moz-transition: box-shadow .5s,transform .8s,opacity .8s;
    -ms-transition: box-shadow .5s,transform .8s,opacity .8s;
    -o-transition: box-shadow .5s,transform .8s,opacity .8s;
    transition: box-shadow .5s,transform .8s,opacity .8s;
}
.case-item img{
    display: block;
    width: 100%;
}
.case-item-len{
    line-height: 55px;
}
.case-item-len p:first-child{
    width: 50%;
    float: left;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
.case-item-len p:last-child{
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    text-indent: 15px;
    overflow: hidden;
    text-align: right;
    background: url("../images/i_c_item_name.png") no-repeat left center;
}
.case-item-len p:last-child span{
    display: block;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.case-item:hover{
    box-shadow: 0 0 12px rgba(0,198,255,1);
}
.case-item:hover .case-item-len p:first-child{
    color: #002dc0;
}
.case-item:hover .case-item-len p:last-child span:first-child{
    margin-top: -35px;
}
/*产品页面-------------------------------------------------------------------*/
.i-p-list{
    text-align: center;
}
.i-p-list li{
    background: white;
    font-size: 16px;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    width: 150px;
    border-radius: 8px;
    cursor: default;
}
.i-p-list li.active{
    background: #00c6ff;
    color: white;
}
.i-p-list li + li{
    margin-left: 10px;
}
.i-p-con li{
    display: none;
    font-size: 16px;
    line-height: 32px;
    color: white;
}
.i-p-con li.active{
    display: block;
}
.i-dom-title{
    width: 609px;
    margin: 0 auto 40px;
    height: 34px;
}
.i-inter-title{
    width: 722px;
    margin: 0 auto 40px;
    height: 34px;
}


















































/*入场动画------------------------------------------------------------------*/
.i_li_b{
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.i_li_t{
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.i_d_l{
    opacity: 0;
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    -o-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
}
.i_d_r{
    opacity: 0;
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    transform: translate(200px, 0);
}
.i_d_b{
    opacity: 0;
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    -o-transform: translate(0, 200px);
    transform: translate(0, 200px);
}
.i_d_z{
    opacity: 0;
}


.go-to-index{
    display: block;
    margin: 20px auto;
    width: 248px;
    height: 58px;
    background: url("../images/go_to_index.png") no-repeat;
}
.go-to-index:hover{
    background-position: 0 -58px;
}

.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.blue{ color:#0066FF;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; color: #fff;}
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left; position: relative;}
.ny_news_ct88 .info{ padding-bottom: 10px; margin-bottom: 0; overflow: hidden; }
.ny_news_ct88 .info p{text-indent: 0;float: left;background:#ccc; padding:2px 5px; margin-right:8px;  overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:20px; font-weight:bold; border-bottom:#ab916e dotted 1px;}
.ny_news_tl88 span{padding:0 5px; color:#fff;}
.ny_news_ct88 p{ text-indent: 24px; }
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;text-align: left;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;color: #fff;}
.news_fy_l li a{color: #fff;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

.feedback_table{border-collapse:collapse; }
.feedback_table tr td input,.feedback_table tr td textarea{ margin:0 10px; border: 1px solid #ccc;}
.feedback_table tr td textarea{margin:10px 0px 10px 10px;}
.feedback_table tr td{ border: solid 1px #cccccc;}
.feedback_table tr td .bt{ width:57px; height:22px; line-height:22px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.ny_news_ct88{ padding:20px 0; position:relative;}
.ny_news_ct88 img{ border-radius:4px; display:block; margin:0 auto;}
.ny_news_ct88 #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.ny_news_ct88 #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
 
/*翻页*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; clear: both;}
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5; color: #666;}
.fy span,.fy a:hover{color:#014a99;border: #014a99 solid 1px;}
.flink a{ margin:0 5px;}


.case{
    display: none;
}