.content{
    overflow: hidden;
    position: relative;
}
.header img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #dedede;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    z-index: 200;
    background: #ffffff;
}
.banner img{
    max-width: 100%;
    display: block;
}
.hp{
    float: left;
}
.logo{
    float: left;
    padding-top: 10px;
    margin-left: 20px;
}
.nav{
    float: left;
    width: 54.68%;
    position: absolute;
    z-index: 10;
    left: 23.66%;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
}
.lan-box{
    float: right;
    padding: 0 10px;
}
.h-con{
    float: right;
    width: 8.4%;
    height: 77px;
    padding-top: 26.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #01aaad;
    text-align: center;
    display: block;
}

.mot3 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.en{
    font-family: Arial;
}
/*导航*/
.navi_ul>li{
    width: 14.285%;
    float: left;
}
.nav{
    height: 77px;
    overflow: hidden;
}
.navi_dl>dd{
    transform: translate3d(0, 10px, 0);
    transition: all 0.5s;
    opacity: 0;
}
.navi_dl>dd.fadeInUp{
    transform: none;
    opacity: 1;
}
.navi_ico{
    position: relative;
    overflow: hidden;
    padding: 35px 0 17px;
    height: 30px;
}
.navi_ico .ico{
    position: absolute;
    top: -30px;
    width: 100%;
}
.nav{
    overflow: hidden;
    text-align: center;
}
.navi_layer{
    position: absolute;
    width: 100%;
    /*height: 238px;*/
    top: 77px;
    left: 0;
    background: #f4f4f4;
    z-index: 5;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.navi_dl dt a{
    font-size: 14px;
    line-height: 14px;
    padding:32.5px 0;
    display: block;
}
.navi_dl dt a span{
    border-right: 1px solid #dedede;
    display: block;
}
.nav-line{
    position: absolute;
    width: 14.285%;
    height:2px;
    background: #01aaad;
    top: 77px;
    left: 0;
}
.navi_sub_ul{
    height: 165px;
    border-right: 1px solid #dedede;
    font-size: 12px;
    overflow: hidden;
}
.navi_sub_ul:last-child{
    border-right: 1px solid transparent;
}
.navi_sub_ul a{
    color: #2b2b2b;
    margin-top: 6px;
    display: block;
}
.navi_sub_ul.en a{
    margin-top: 5px;
	line-height:14px;
	margin-bottom:15px;
    text-transform: none;
}
.navi_sub_ul a:hover{
    color: #01aaad;
}
.lan{
    background: url("../images/lan.jpg") no-repeat 5px center;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    border-radius: 50px;
    padding: 0 10px 0 22px;
    font-size: 12px;
    margin: 26.5px auto 0;
    width: 65px;
    overflow: hidden;
    height: 26px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lan a{
    padding: 0 3px;
    font-weight: bold;
    color: #bdbdbd;
}
.lan:hover{
    width: 107px;
}
.lan a:hover{
    color: #01aaad;
}
.h-con span{
    background: url("../images/h-con.jpg") no-repeat left center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 25px;
}
.h-con span{
    font-size: 14px;
}
.bx-wrapper{
    margin: 0 auto;
}
.bx-wrapper .bx-viewport{
    box-shadow: none;
    border: none;
    left: 0;
}

/*首页*/
.banner{
    position: relative;
}
.banner .bx-wrapper .bx-pager,.banner .bx-wrapper .bx-controls-auto{
    bottom: 0;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a{
    background: #01aaad;
    width: 6px;
    height: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 8px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .banner .bx-wrapper .bx-pager.bx-default-pager a.active{
    transform: scale(1.8);
}
.banner .bx-wrapper .bx-controls-direction a{
    width: 135px;
    height: 436px;
    margin-top: -218px;
    z-index: 30;
}
.banner .bx-wrapper .bx-next{
    background: url("../images/next1.png");
    right: -39px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner .bx-wrapper .bx-prev{
    background: url("../images/prev1.png");
    left: -39px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner .bx-wrapper .bx-prev:hover{
   left: 0;
}
.banner .bx-wrapper .bx-next:hover{
    right: 0;
}
.bb1{
    width: 950px;
    position: absolute;
    left: calc(50% - 475px);
    text-align: center;
    top: 24%;
    color: #ffffff;
}
.bb2{
    position: absolute;
    z-index: 5;
    left: 11%;
    top: 32%;
    width: 80%;
}
.banner .t1{
    font-size: 40px;
    animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    line-height: 40px;
}
.banner .t2{
    font-size: 14px;
    margin: 10px 0;
    animation-delay:2s;
    -webkit-animation-delay:2s;
}
.banner .t3{
    font-size: 38px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 2%;
    animation-delay:2s;
    -webkit-animation-delay:2s;
}
.b-logo{
    animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
}
.banner .t3 span{
    color: #ed7020;
}
.bb1 .en{
    font-size: 12px;
    animation-delay:2.5s;
    -webkit-animation-delay:2.5s;
}
.en{
  
    text-transform: uppercase;
}
.sca>img{
    transform: scale(1.05);
}
.banner img{
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.bb3{
    position: absolute;
    left: 13.65%;
    top: 53%;
    color: #ffffff;
}
.banner .t4{
    font-size: 24px;
    animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
}
.banner .t5{
    font-size: 47px;
    font-weight: bold;
    margin: 1% 0 3%;
    line-height: 50px;
    animation-delay:2s;
    -webkit-animation-delay:2s;
}
.banner .en1{
    font-family: Arial;
    font-size: 24px;
    animation-delay:2.5s;
    -webkit-animation-delay:2.5s;
    margin-bottom: 5px;
}
.banner .en2{
    font-family: Arial;
    font-size: 16px;
    animation-delay:2.5s;
    -webkit-animation-delay:2.5s;
}
.r-line{
    position: absolute;
    top:50%;
    margin-top: -1.8px;
    right:76px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.r-line.active{
    opacity: 1;
    right: 46px;
    z-index: 40;
}

.l-line{
    position: absolute;
    top:50%;
    margin-top: -1px;
    left:76px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.l-line.active{
    opacity: 1;
    left: 46px;
    z-index: 40;
}
.wrap{
    width: 1329px;
    margin: 0 auto;
}
.idx-box1{
    background: #f2f2f2;
    -webkit-box-shadow: 0px -10px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -10px 20px rgba(0,0,0,0.2);
    box-shadow: 0px -10px 20px rgba(0,0,0,0.2);
    position: relative;
    z-index: 50;
    padding-bottom: 70px;
}
.vd-box{
    background: url("../images/idx-bg1.jpg") no-repeat;
    width: 35%;
    height: 589px;
    position: relative;
    margin-top: -67px;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
    float: left;
    cursor: pointer;
}
.idx1-tit{
    color: #e9e9e9;
    font-weight: bold;
    font-size: 112px;
    line-height: 120px;
    margin-bottom: 50px;
}
.vd-txt{
    padding: 0 50px;
    margin-bottom: 50px;
}
.vd-box img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.vd-img>img{
}
.vd-img{
    position: relative;
    left: 50px;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    border: 9px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bg {
    background: rgba(0,0,0,0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000,      endcolorstr=#7f000000);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0 ;
    top: 0;
}
.vd{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
    margin-left: -29.5px;
    margin-top: -29.5px;
}
.i1-r{
    width: 65%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 20px;
    padding-top: 80px;
}
.idx1-txt{
    margin-left: 50px;
}
.idx1-txt .t{
    font-size: 28px;
    color: #404040;
    font-weight: bold;
    line-height: 30px;
}
.idx1-txt .ch{
    font-size: 14px;
    color: #404040;
    height: 48px;
    overflow: hidden;
}
.idx1-txt .en{
    font-size: 12px;
    font-family: Arial;
    height: 48px;
    overflow: hidden;
    color: #b2b2b2;
    text-transform: none;
	word-wrap:normal;
}
.cline{
    width: 14px;
    height: 6px;
    background: #01aaad;
    margin: 25px 0;
}
.more{
    background: url("../images/more2.png") no-repeat;
    width: 37px;
    height: 37px;
    display: block;
}
.more:hover{
    background: url("../images/more1.png") no-repeat;
}
.idx1-txt .more{
    margin-top: 50px;
}
.idx-box2{
    background: url("../images/idx-bg2.jpg") no-repeat center center;
    height: 310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.idx-box2 .wrap{
    display: table;
    height: 100%;
}
.idx-box2 .wrap>div{
    display: table-cell;
    vertical-align: middle;
}
.idx-box2 .i2-r{
    padding-left: 70px;
    font-size: 14px;
    color: #ffffff;
}
.com-tit img{
    margin: 0 auto;
    max-width: 100%;
    display: block;
}
.i3-t{
    text-align: center;
    font-size: 12px;
    padding-top: 125px;
}
.i3-t .txt{
    margin-top: 20px;
}
.mp-box{
    position: relative;
    background: #474747;
    margin-bottom: 2px;
}
.mp-main{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}
.mp-box  img{
    margin: 0 auto;
    display: block;
}
.mp-t{
    position: absolute;
    width: 100%;
    top: 145px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}
.active .mp-t{
    top: 80px;
    opacity: 0;
}
.mp-m{
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 267px;
}
.active .mp-m{
    top: 202px;
}
.pic{
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.active .pic{
    opacity: 0;
}
.mp-b{
    position: absolute;
    width: 100%;
    top: 308px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
}
.active .mp-b{
    top: 160px;
}
.m-more{
    position: absolute;
    top: 345px;
    display: block;
    width: 165px;
    left: 50%;
    margin-left: -82.5px;
    text-align: center;
}
.m-more{
    background: #ffffff;
    padding: 5px 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.active .m-more{
    opacity: 1;
    top: 245px;
}
.m-more .wz{
    background: url("../images/eye1.png") no-repeat left center;
    padding-left: 30px;
    color: #454545;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;

}
.m-more .tc{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #01aaad;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.m-more:hover .wz{
    color: #ffffff;
    background: url("../images/eye.png") no-repeat left center;
}
.m-more:hover .tc{
    width: 100%;
}
.line1{
    width: 1px;
    height: 95px;
    display: block;
    margin: 0 auto;
    background: #01aaad;
    margin-top: 43px;
}
.tl{
    height:0;
    position: absolute;
    width: 1px;
    background: #ffffff;
    left: 50%;
    margin-left: -0.5px;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.active .tl{
    height: 95px;
}
.active .bl{
    height: 95px;
}
.bl{
    height: 0;
    position: absolute;
    width: 1px;
    background: #ffffff;
    left: 50%;
    margin-left: -0.5px;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.idx-box4{
    padding-bottom: 60px;
}
.idx-box4 .com-tit{
    margin: 75px 0;
}
.newsList{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.newsList .new-box {
    display: block;
    width: 33.33%;
    /*margin-left:0.5%;*/
    float: left;
}
.newsList .new-box.active{
	width: 20%;
}
/*.newsList li:first-child{
	margin-left:0;
	}*/
.newsList a:link,
.newsList a:visited {
    color: #686868;
}

.newsList .bodr {
    border: 1px solid #dfdfdf;
    height: 340px;
    position: relative;
    overflow: hidden;
    margin:0 5px;
}

.newsList .txts {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 10%;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.newsList .txts .sy {
    margin-bottom: 15px;
    padding-top: 50px;
    min-height: 24px;
}

.newsList .txts .nowti,
.newsList .txts .en {
    font-size: 20px;
    color: #464646;
    line-height: 1.5;
    /*overflow: hidden;
    height: 30px;*/
}

.newsList .txts .en {
    max-height: 60px;
}

.newsList .txts .tx {
    height:48px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
}
.newsList .active .txts .tx{
	height: 72px;
}
.newsList .txts .date {
    position: absolute;
    left: 10%;
    bottom: 40px;
}
.newsList .pic {
    height: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0;
    display: none\9;
    transition: 600ms;
    -webkit-transition: 600ms;
}
.newsList .new-box.active .pic{
    display: none;
}

.newsList .pic .cover {
    background: url(../images/black.png);
    background: rgba(0,0,0,.3);
    opacity: 0;
    display: none\9;
    width: 100%;
    height: 100%;
    position: absolute;
}

.newsList .new-box:hover .pic {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    display: block\9;
}

.newsList .new-box:hover .pic .cover {
    opacity: 1;
    display: block\9;
}

.newsList .new-box:hover .bg {
    background: #ff0000;
}

.newsList .new-box:hover a,
.newsList .new-box:hover .txts .nowti,
.newsList .new-box:hover .txts .en {
    color: #fff;
}

.newsList .new-box.active a,.newsList .new-box.active .txts .nowti,.newsList .new-box.active .txts .en{
    color: #464646;
}
.newsList .new-box.active .txts .tx{
	color: #686868;
}
.newsList .new-box.active .txts .sy{
	padding-top: 0px;
}
.newsList .new-box.active .bodr{
	height:200px ;
}
.newsList .new-box:hover .txts {
    top: 38%;
}
.newsList .new-box.active .txts {
    top: 0;
}

.share {
    position: absolute;
    left: 10%;
    top: 44px;
    z-index: 55;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    display: none\9;
    transition: 400ms 100ms;
    -webkit-transition: 400ms 100ms;
    transform-origin: 15px 15px;
    -webkit-transform-origin: 15px 15px;
}

.share .s {
    display: block;
    width: 24px;
    height: 20px;
    transition: 400ms 100ms;
    -webkit-transition: 400ms 100ms;
}

.share .sbtn {
    background: url(../images/share.png) no-repeat center 0px;
    float: left;
    cursor: pointer;
}

.share .sb {
    float: left;
}

.share .sb .s {
    float: left;
    margin-left: 10px;
    opacity: 0;
    display: none\9;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.share .sb .s:nth-child(2n) {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.share .sb.show .s {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    display: block\9;
}

.share .sb .weixin {
    background: url(../images/weixin.png) no-repeat;
}

.share .sb .sina {
    background: url(../images/sina.png) no-repeat;
}

.share .sb .more {
    background: url(../images/qq.png) no-repeat;
}

.newsList .new-box:hover .share {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    display: block\9;
}

.ixmore {
    display: block;
    background: url("../images/arr.png") no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10%;
    top: 40px;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity: 0;
    display: none\9;
    transition: 400ms 100ms;
    -webkit-transition: 400ms 100ms;
}
.newsList .new-box:hover .ixmore {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    display: block\9;
}

.ix2 {
    padding: 65px 5px 0 5px;
}

.ix2 .newsList {
    margin-top: 30px;
}

.footer{
    background: #333333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 4.3%;
    overflow: hidden;
}
.f-nav a {
    display: block;
    color: #848484;
    text-align: center;
    font-size: 12px;
}
.fn>a{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.f-list a:hover{
    color: #01aaad;
}
.fn{
    width: 12.5%;
    float: left;
}
.f-nav{
    overflow: hidden;
    width: 62.5%;
    float: left
}
.f-info{
    width: 37.5%;
    float: right;
    text-align: right;
    color: #8f8f8f;
    font-size: 14px;
    position: relative;
    margin-top: -32px;
}
.f-info a{
    display: inline-block;
    vertical-align: middle;
    color: #8f8f8f;
}
.f-info span{
    display: inline-block;
    vertical-align: middle;
    color: #8f8f8f;
}
.footer img{
    max-width: 100%;
    display: block;
}
.f-logo img{
    float: right;
}
.f-logo{
    overflow: hidden;
}
.f-info>div{
    margin:10px 0;
}
.fn .f-list{
    margin-top: 20px;
}
.f-list a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 5px;
}
.f-list.en a {
    margin-bottom: 15px;
	line-height:16px;
    text-transform: none;
}
.media-on{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    z-index: 600;
    display: none;
    margin-top: -300px;
    margin-left: -400px;
}
#mediaplayer_logo,#mediaplayer1_logo{
    display: none;
}
.com-bg {
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000,      endcolorstr=#7f000000);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
}
.com-bg .clo {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 27px;
    height: 27px;
    cursor: pointer;
}
.com-bg .contd{
    position: absolute;
    width: 300px;
    height: 240px;
    background: #fff;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -150px;
}
.com-bg .contd .txt {
    width: 70%;
    height: 50%;
    position: absolute;
    left: 10%;
    top: 30px;
    overflow: hidden;
}
.com-bg .contd .btn {
    border-radius: 5px;
    background: #8d8d8d;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    display: block;
    margin-top: 20px;
    position: absolute;
    width: 80%;
    bottom: 30px;
    left: 10%;
}
/*客服*/
html {
    overflow-x: hidden;
}

.rightnav {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 300;
    font-size:0.875em;
    margin-top:-6.071em;
    +width:45px;
}
.rightnav img {
    vertical-align: middle;
}
.rightnav .ewmm {
    position: absolute;
    top: -43px;
    right: 54px;
    display: none;
}
.rightnav .mapp {
    position: absolute;
    top:-168px;
    right: 34px;
    display: none;
    border-right: 20px solid transparent;
}
.rightnav .lxfs {
    position: absolute;
    top:-128px;
    right: 44px;
    width:500px;
    height: 256px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    margin-right: 10px;
    display: none;
}
.rightnav .linkc .li03:hover{
    background: #01aaad;
}
.rightnav .linkc .li04:hover{
    background: #01aaad;
}
.rightnav .ewmm .mark {
    background: url(../images/arrow2.png) no-repeat center;
    width: 10px;
    height: 19px;
    display: block;
    position: absolute;
    right: -9px;
    top: 20px;
}
.rightnav .ewmm .m {
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    display: inline-block;
    padding-bottom: 0;
}
.rightnav .link {
    width: 41px;
    height: 42px;
    background: #1f1e1e;
    float: right;
    text-align: center;
}
.rightnav .link a {
    display: block;
    padding-top: 0;
    height: 42px
}
.rightnav .link a:hover {
    height: 42px;
    background: #01aaad;
}
.rightnav .linkc {
    position: relative;
    margin-top: 1px;
}
.rightnav .linkc .li {
    width: 41px;
    height: 42px;
    top: 0;
    position: absolute;
    right: 0;
}
.rightnav .linkc .ewms {
    width: 41px;
    height: 42px;
    top: 43px;
    position: absolute;
    right: 0;
    background: #1f1e1e;
}
.rightnav .linkc .ewms:hover {
    background: #01aaad;
}
.rightnav .linkc .li02 {
    width: 41px;
    height: 42px;
    position: absolute;
    top: 86px;
    right: 0;
}
.rightnav .linkc .c {
    background: #1f1e1e;
}
.rightnav .linkc .c>a {
    display: block;
    width: 125px;
    padding-left: 15px;
    right: 0;
    line-height: 42px;
    color: #fff;
    background: #1f1e1e;
}
.rightnav .linkc .c a .m {
    position: absolute;
    right: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    top: 0;
}
.rightnav .linkc .c .cc {
    display: none;
}
.rightnav .linkc .c a:hover {
    background: #01aaad;
}
.ewmm{
    text-align: center;
}
.ewmm .t{
    color: #01aaad;
    padding: 10px 0;
    display: block;
}
.rightnav .linkc .li03 {
    width: 41px;
    height: 42px;
    position: absolute;
    top: 129px;
    right: 0;
}
.rightnav .linkc .li04 {
    width: 41px;
    height: 42px;
    position: absolute;
    top: 172px;
    right: 0;
}
.lx-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 128px;
    float: left;
    padding:15px 30px;
    font-size: 12px;
    cursor: pointer;
}
.lx-box2 {
    width: 232px !important;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.lx-box:hover{
    border-color: #01aaad!important;
    background: #01aaad;
    color: #ffffff;
}
.lx-box:hover .k-tit{
    color: #ffffff;
}
.k-tit{
    font-weight: bold;
    color: #01aaad;
}
.lx-box .k{
    margin-bottom: 5px;
}
.kf1{
    background: url("../images/kf1.png") no-repeat left center;
    width: 25px;
    height: 25px;
}
.lx-box:hover .kf1{
    background: url("../images/kf2.png") no-repeat left center;
}
.kf2{
    background: url("../images/kf3.png") no-repeat left center;
    width: 21px;
    height: 26px;
}
.lx-box:hover .kf2{
    background: url("../images/kf4.png") no-repeat left center;
}
.kf3{
    background: url("../images/kf5.png") no-repeat left center;
    width: 27px;
    height: 27px;
}
.lx-box:hover .kf3{
    background: url("../images/kf6.png") no-repeat left center;
}
.kf4{
    background: url("../images/kf7.png") no-repeat left center;
    height: 27px;
    width: 22px;
}
.lx-box:hover .kf4{
    background: url("../images/kf8.png") no-repeat left center;
}
/*.lx-box:nth-child(2n){
    border-left: 1px solid #e5e5e5;
}*/
.lx-box.bm{
    border-bottom: 1px solid #e5e5e5;
}

/*搜索*/
.search-box{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: #222222;
    left: 0;
    display: none;
    top: 0;
}
.s-clo{
    position: absolute;
    right: 5.3%;
    top: 36px;
    z-index: 510;
    cursor: pointer;
}
.search-box img{
    display: block;
    max-width: 100%;
}
.sea-main{
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    border-bottom: 1px solid #5b5b5b;
    height: 65px;
    margin-top: -40px;
}
.sea-main input{
    width: 80%;
    margin-left: 10%;
    padding: 0;
    outline: none;
    border: none;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    color: #747474;
    background: none;
}
.sea1{
    position: absolute;
    left: 0;
    bottom: 20px;
}
.sea2{
    position: absolute;
    right: 0;
    bottom: 20px;
}
.sea3{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -110px;
}
/*手机头部*/
.m-head{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    display: none;
}
.m-head img{
    display: block;
    max-width: 100%;
}
.m-logo img{
    height: 45px;
}
.m-nav img{
    height: 24px;
    float: right;
}
.m-wrap{
    padding: 0 5%;
}
.m-nav{
    position: absolute;
    width: 7%;
    right: 5%;
    bottom: 20px;
    overflow: hidden;
}
.mnav{
    width: 280px;
    position: fixed;
    height: 100%;
    right: -280px;
    top: 0;
    background: #ffffff;
    z-index: 100;
}
.mn-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    height: calc(100% - 200px);
    overflow: scroll;
}
.mn-h{
    background: #343434;
    height: 65px;
    line-height: 65px;
    color: #eaeaea;
    padding-left: 20px;
}
.mn-list .mn{
    display: block;
    font-size: 14px;
}
/*.mn-list>div.active>a{*/
    /*background: #343434;*/
    /*color: #ffffff;*/
/*}*/
.mn-list a{
    padding:0 20px;
    display: block;
}
.mn.active>a{
    background: #343434;
    color: #ffffff;
}
.mn.active>a span{
    border-bottom: 1px solid #343434;
    background: url("../images/arr2.png") no-repeat left center;
    background-size: 7px;
    padding-left: 20px;
}
.mn>a span{
    background: url("../images/arr1.png") no-repeat right center;
    background-size: 7px;
}
.mn a span{
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
    display: block;
}
.mn .spe{
    background: none;
}
.clo1{
    position: absolute;
    right: 18px;
}
.clo1 img{
    height: 20px;
}
.mn-b{
    padding: 0 20px;
}
.m-sea{
    border-radius: 50px;
    background: #eeeeee;
    margin: 10px 0;
    position: relative;
    padding: 3px 0;
}
.m-sea input{
    width:80%;
    margin-left: 7%;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    background: none;
}
.m-sea a{
    position: absolute;
    right:16px;
    top: 6px;
}
.m-sea a img{
    height: 18px;
}
.m-lan{
    background: #eeeeee;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    overflow: hidden;
}
.m-lan a{
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #545151;
}
.m-lan a.active{
    background: #01aaad;
    color: #ffffff;
}
.ml{
    display: none;
}
.m-foot{
    padding: 0 5%;
    background: #343434;
    color: #929090;
    font-size: 12px;
    display: none;
    position: relative;
    z-index: 10;
}
.m-foot a{
    color: #929090;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.mf-h{
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #595959;
}
.mf-h a{
    width: 25%;
    display: block;
    float: left;
    margin: 5px 0;
    font-size: 12px;
}
.mf-b img{
    height: 15px;
}
/*企业发展*/
.ban{
    height: 450px;
    background-attachment: fixed;
    position: relative;
    margin-top: 77px;
    z-index: 10;
    overflow: hidden;
}
.ban>img{
    position: absolute;
    height: 100%;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.ban-nav{
    position: absolute;
    left: 0;
    background: rgba(255,255,255,0.6);
    width: 100%;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
}
.ban-nav a{
    font-size: 14px;
    padding: 5px 0;
    display: inline-block;
    margin-right: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ban-nav a:hover{
    color: #01aaad;
}
.ban-nav a.active{
    color: #01aaad;
}
.parallux .text1{
    position: absolute;
    left: 50%;
    top: 0;
    width: 1300px;
    margin-left: -650px;
    text-align: center;
    padding-top: 168px;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
}
.parallux .text1.en{
    padding-top: 100px;
    font-size: 28px;
    line-height: 30px;
    text-transform: none;
}
.parallux .text1 .en{
    font-size: 24px;
    line-height: 24px;
    text-transform: none;
}
.parallux .text1 img{
  display: block;
    margin: 0 auto;
    max-width: 100%;
}
.text1 .t1{
    margin-top: 10px;
}
.text1 .t1en{
    margin-top: 20px;
    font-size: 30px;
}
.text1 .t2{
    margin-top: 110px;
    margin-bottom: 110px;
}
.text1 .t2en{
    margin-top: 70px;
    margin-bottom: 70px;
}
.text1 .t2.spe{
    font-size: 14px;
    line-height: 24px;
    padding: 0 5% ;
}
.text1 .t2en.spe{
    font-size: 14px;
    line-height: 24px;
    padding: 0 10% ;
}
.fz-d a{
    color: #ffffff;
    font-size: 14px;
    border: 2px solid #ffffff;
    display: inline-block;
    padding:0 20px;
    position: relative;
}
.fz-d .wbg{
    position: absolute;
    width: 100%;
    background: #ffffff;
    height: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fz-d a .tt{
    position: relative;
    z-index: 10;
    background: url("../images/arr3.png") no-repeat right center;
    padding-right:25px;
    background-size: 15px;
}
.fz-d a:hover{
    color: #999;
}
.fz-d a:hover .wbg{
    height: 100%;
}
.fz-d a:hover .tt{
    height: 100%;
    background: url("../images/arr4.png") no-repeat right center;
    background-size: 15px;
}
.lc-box{
    background: #f7f7f7;
    padding: 70px 0;
    position: relative;
    z-index: 10;
}


.history-wrap{
    padding-top: 83px;
    background-color: #fff;
    padding-bottom: 72px;
    width: 80%;
    margin-left: 10%;
}
.history-wrap .tit-box{
    text-align: center;
}
.history-wrap .tit-box h4{
    font-size: 40px;
    line-height: 50px;
    font-family: "Base-font";
    color: #333;
}
.history-wrap .tit-box .st{
    font-size: 16px;
    line-height: 20px;
    color: #777;
    margin-top: 10px;
}
.history-wrap .cent-wrap{
    width: 89.2%;
    margin: 42px auto 0;
    position: relative;
    padding-bottom: 100px;
    padding-top: 60px;
}
.history-wrap .cent-wrap ul,.history-wrap .cent-wrap li{
    width: 100%;
}
.history-wrap .cent-wrap ul{
    position: relative;
    z-index: 2;
}
.history-wrap .cent-wrap li{
    margin-top: 0;
    position: relative;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
    float: left;
}
.history-wrap .cent-wrap li .cont-box{
    width: 29%;
}
.history-wrap .cent-wrap li .year{
    font-size: 40px;
    line-height: 50px;
    color: #01aaad;
    font-weight: bold;
    font-family: "Arial";
}
.history-wrap .cent-wrap li .word{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #777;
}
.history-wrap .cent-wrap li .img{
    display: block;
    width: 10.8%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 8px;
}
.history-wrap .cent-wrap li .img img{
    width: 100%;
    height: auto;
    display: block;
}
.history-wrap .cent-wrap li:nth-child(odd) .img{
    float: left;
}
.history-wrap .cent-wrap li:nth-child(odd) .cont-box{
    float: left;
    margin-left: 6.8%;
    text-align: right;
}
.history-wrap .cent-wrap li:nth-child(even) .img{
    float: right;
}
.history-wrap .cent-wrap li:nth-child(even) .cont-box{
    float: right;
    margin-right: 6.7%;
    text-align: left;
}
.history-wrap .cent-wrap li .point{
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    text-align: center;
    border-radius: 50%;
    top: 14px;
}
.history-wrap .cent-wrap li .point i{
    display: none;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    vertical-align: top;
    background-color: #01aaad;
    border-radius: 50%;
}
.history-wrap .cent-wrap li.show{
    opacity: 1;
}
.history-wrap .cent-wrap li.show .point i{
    display: inline-block;
}
.history-wrap .cent-line-box{
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1
}
.history-wrap .cent-line-box .line{
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.history-wrap .cent-line-box .point-t{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    margin-left: -8px;
    position: absolute;
    top: 0;
}
.history-wrap .cent-line-box .point-h{
    position: fixed;
    display: none;
    width: 10px;
    height: 10px;
    background-color: #000;
    left: 50%;
    border-radius: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
}
.history-wrap .bot-tit{
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 16px;
}
.text2{
    width: 1300px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    color: #ffffff;
    margin-left: -650px;
    font-size: 26px;
    padding-top: 75px;
}
.text2 .txt{
    padding:0 4% 0 5%;
    font-size: 14px;
    margin: 35px 0 75px;
    height: 96px;
    overflow: hidden;
}
.hon-list{
    overflow: hidden;
    background: #ffffff;
    padding: 30px;
}
.hon-box{
    text-align: center;
    font-size: 14px;
    color: #848484;
    background: #f3f3f3;
    margin-right: 10px;
    float: left;
}
.hon-box img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.hon-box .h-b{
    padding: 5px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #01aab1 !important;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
    background: #f3f3f3;
}
.ban-txt{
    position: absolute;
    z-index: 20;
    color: #ffffff;
    left: 5%;
    top: 50%;
    margin-top: -84px;
}
.ban-tit{
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
.ban-t1{
    font-family: Arial;
    font-size: 24px;
    margin: 35px 0 10px;
    animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
}
.ban-t2 {
    font-family: Arial;
    font-size: 16px;
    animation-delay:2s;
    -webkit-animation-delay:2s;
}
/*企业文化*/
.fz-d .spe{
    padding:12px;
}
.fz-d a.spe .tt{
    padding-right: 15px;
}

.culture { height: 742px !important; }
.culture .lifefix h1 { color: #fff; }
.culture .lifefix p { color: #fff; }
.culture .lifefix strong { color: #ffffff; }
.culture-box { background: #f3f3f3; padding-top: 64px; position: relative; z-index: 5;overflow: hidden }
.culture-list li { margin-bottom: 36px; background: #ffffff; overflow: hidden;display: table;width: 100%}
.culture-left { width: 50%; display: table-cell;vertical-align: middle}
.culturewr { padding: 0 5% }
.culturewr h2 { position: relative; color: #cccccc; font-size: 42px; text-transform: uppercase; font-family: "Arial"; line-height: 1.2; margin-bottom: 14px; position: relative; }
.culturewr.en h2 { position: relative; color: #cccccc; font-size: 40px; text-transform: uppercase; font-family: "Arial"; line-height: 1.2; margin-bottom: 14px; position: relative; }
.culturewr h2 img { display: block; position: absolute; right: 0; top: 0; }
.culturewr strong { display: block; line-height: 1; color: #000000; font-size: 28px; margin-bottom: 50px; }
.culturewr p { color: #969696; font-size: 14px; line-height: 2; }
.culture-list li figure { display: table-cell;width: 50%; overflow: hidden; line-height: 0;;margin: 0 }
.culture-list li figure img { display: block; width: 110%; height: auto; line-height: 1; position: relative; left: -5%; transition: 0.55s; }
.culture-list li:hover figure img { left: 0; }
.culture-list li:nth-child(2n+2) figure img { }
.culture-list li:nth-child(2n+2):hover figure img { left: -10%; }
.insideW {
    width: 1300px;
    margin: 0px auto;
}
.culture-list img{
    display: block;
}
/*新闻展会*/
.news{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.news .newsList{
    width: 100%;
}
.news .newsList .bodr{
    margin: 8px;
}
.page{
    margin: 30px 0;
    text-align: center;
    font-size: 12px;
    color: #585858;
}
.page a{
    border:1px solid #e3e3e3;
    margin-right:5px;
    padding:10px 12px;
    font-size: 12px;
    color: #585858;
    background: #ffffff;
}
/*a.a2.active {background: #ffa12e;
    border: 1px solid #ffa12e;
    color: #FFFFFF;}*/
.page span{
    border:1px solid #e3e3e3;
    margin-right:5px;
    padding:10px 12px;
    background: #ffffff;
}
.page span.current{
    background:#ffffff;
    border:1px solid #01aaad;
    color:#01aaad;
}
.page span:hover{
    background:#ffffff;
    border:1px solid #01aaad;
    color:#01aaad;
}
.page a:hover{
    background:#ffffff;
    border:1px solid #01aaad;
    color:#01aaad;
}
.page .fst:hover{
    background: #01aaad;
    color: #ffffff;
}
.m-page{
    display: none;
    margin-bottom:15px;
    overflow: hidden;
}
.m-page a{
    display: block;
    width: 40%;
    padding: 4px 0;
    margin: 0 5%;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    font-size: 14px;
}
.m-page .active{
    background:#01aaad;
    border:1px solid #01aaad;
    color:#FFFFFF;
}
.page .fst{
    font-family: 宋体;
    padding: 11px 10px;
    color: #dfdfdf;
    font-size: 15px;
    background: #ffffff;
}
.ret{
    background: #e4e4e4;
    height: 50px;
    margin-top: 77px;
}
.d-wrap{
    width: 1200px;
    margin: 0 auto;
}
.ret a{
    line-height: 50px;
    background: #01aaad;
    color: #ffffff;
    display:inline-block;
    font-size: 14px;
    padding: 0 20px;
}
.ret a span{
    background: url("../images/arr5.png") no-repeat left center;
    padding-left: 15px;
}
.nd-b img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}
.nd-t{
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 40px 0;
}
.nd-tit{
    font-size: 35px;
}
.nd-t .d-wrap{
    padding: 0 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nd-tit{
    line-height: 45px;
    margin-bottom: 10px;
}
.nd-info{
    color: #cdcdcd;
}
.nd-b{
    padding: 40px 0;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 28px;
}
.nd-info a{
    margin: 0 3px;
}
.nd-info .wx{
    background: url("../images/wx.png");
    width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.nd-info .wx:hover{
    background: url("../images/wx1.png");
}
.nd-info .wb{
    background: url("../images/wb.png");
    width: 24px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}
.nd-info .wb:hover{
    background: url("../images/wb1.png");
}
.nd-info .qq{
    background: url("../images/qq1.png");
    width: 18px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}
.nd-info .qq:hover{
    background: url("../images/qq2.png");
}
.n-page{
    border-top: 1px solid #dedede;
    display: table;
    height: 158px;
    width: 100%;
    font-size: 14px;
}
.n-page>div{
    display: table-cell;
    vertical-align: middle;
    width: 33.33%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
}
.ret1{
    width: 120px;
    background: #01aab1;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
}
.n-page>div>div{
    color: #9e9e9e;
}
.ctr a:hover{
    color: #01aab1;
}
.ctr a{
    height: 24px;
    overflow: hidden;
    display: block;
}
.n-page .spe{
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.cmo-t{
    font-size: 26px;
    line-height: 30px;
    margin: 60px 0;
    text-align: center;
}
.cmo-box{
    background: #f5f5f5;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
}
.cmo{
    width: 19%;
    margin-right: 1.25%;
    float: left;
    text-align: center;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
}
.cmo-list{
    overflow: hidden;
    padding: 20px 0;
    height:353px;
}
.cmo:last-child{
    margin-right: 0;
}
.cb{
    display: table;
    width: 100%;
}
.cb-main{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.cb-main span{
    font-size: 14px;
    display: block;
    text-align: center;
}
.cmo .t{
    margin-bottom: 40px;
}
.hid{
    display: none;
}
.sho{
    display: block;
}
.cmo:hover .sho{
    display: none;
}
.cmo:hover{
    background: #01aaad;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.cmo:hover .hid{
    display: block;
}
.cmo-box .stage{
    margin-bottom: 35px; height:393px; display:block;
}
.cmo-img img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.cmo-img{
    position: relative;
    top:0px;
    margin-bottom: 35px;
    background: url("../images/banner10.jpg") no-repeat center center;
    height: 800px;
    background-size: cover;
}
.tm .t1 {
    /*font-size: 50px;*/
    font-size:1.6rem;
    font-weight: bold;
    color: #22d8df;
    line-height: 50px;
}
.tm .t2{
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
}
.tm{
    /*position: absolute;*/
    /*left: 16px;*/
    margin-left:16px;
    /*top: 50%;*/
    /*margin-top: -222px;*/
}
    .tm.en .t1 {
        /*font-size: 40px;*/
        font-size: 1.6rem;
        margin-bottom: 25px;
        text-transform: none;
    }
.tm.en .t2{
    margin-top: 7px;
    text-transform: none;
}
.tm.en{
    left: 6%;
    text-transform: none;
}
.tm2{
    margin-top: 80px;
}
/*.del1{*/
    /*animation-delay:1s;*/
    /*-webkit-animation-delay:1s;*/
/*}*/
/*.del2{*/
    /*animation-delay:1.5s;*/
    /*-webkit-animation-delay:1.5s;*/
/*}*/
/*.del3{*/
    /*animation-delay:2s;*/
    /*-webkit-animation-delay:2s;*/
/*}*/
/*.del4{*/
    /*animation-delay:2.5s;*/
    /*-webkit-animation-delay:2.5s;*/
/*}*/
/*.del5{*/
    /*animation-delay:3s;*/
    /*-webkit-animation-delay:3s;*/
/*}*/
.yl-box{
    overflow: hidden;
    background: #f5f5f5;
    padding: 0 5%;
}
.yl-box.en{
	font-size:14px;
    text-transform: none;
}
.yl-sel{
    overflow: hidden;
    float: left;
}
.yl-ctr{
    overflow: hidden;
    margin: 50px 0;
}
.yl-sea{
    float: right;
    width: 200px;
    background: #ffffff;
    padding: 5px 20px ;
    border-radius: 50px;
    position: relative;
}
.yl-sea input{
    outline: none;
    border: none;
    height: 23px;
    padding: 0;
    width: 80%;
}
.yl-sea a{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}


.yl-sel a {
    display: block;
    float: left;
    min-width: 100px;
    border-radius: 5px;
    background: #8d8d8d;
    color: #ffffff;
    margin-right: 20px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.yl-sel a.active{
    background: #01aaad;
}
.yl-box .yl{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yl-txt{
    margin-bottom: 5px;
}
.yl-txt span{
    color: #01aaad;
    font-weight: bold;
}
.yl-box .yl:nth-child(4n){
    margin-right: 0;
}
.yl .a1{
    border-bottom: 1px solid #8d8d8d;
    color: #8d8d8d;
    font-weight: bold;
}
.yl .btn{
    width: 100%;
    border-radius: 5px;
    background: #8d8d8d;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    display: block;
    margin-top: 20px;
}
.yl .btn:hover{
    background: #01aaad;
}
.yl .a1:hover{
    color: #01aaad;
    border-color: #01aaad;
}
.yl-rt{
    position: absolute;
    background: url("../images/nav-ico1.png");
    width: 28px;
    height: 29px;
    top: 30px;
    right: 20px;
    cursor: pointer;
}
.yl-rt:hover{
    background: url("../images/nav-ico.png");
}
.yl:hover{
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.yl-list{
    padding: 10px ;
    overflow: hidden;
}
.yl-bg{
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    border-radius: 5px;
    display: none;

}
.yl-img{
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 12;
    display: none;
}
.yl-img img{
    display: block;
    max-width: 100%;
}
.yl-clo{
    position: absolute;
    right: -13px;
    top: -13px;
    width: 27px;
    height: 27px;
    cursor: pointer;
}
.com-box{
    height: 481px;
    position: relative;
}
.comt1{
    background: url("../images/comt1.jpg") no-repeat right;
}
.comt2{
    background: url("../images/comt2.jpg") no-repeat right;
}
.comt3{
    background: url("../images/comt3.jpg") no-repeat right;
}
.comt4{
    background: url("../images/comt4.jpg") no-repeat right;
    height: 427px;
}
.com-box .e{
    position: absolute;
    top: 50%;
    margin-top: -72px;
    right: 9.3%;
}
.com-box{
    color: #ffffff;
}
.cb-t{
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
}
.cb-t.en{
  font-size: 40px;
    text-transform: none;
}
.cb-l a{
    color: #ffffff;
    font-size: 14px;
    margin-right: 50px;
}
.c-list{
    margin:40px 0 80px;
}
.cb-l{
    position: absolute;
    left: 5%;
    top:45%;
    margin-top: -123px;
}
.ehs-box{
    padding: 0 5%;
    background: #f7f7f7;
    padding-bottom: 40px;
}
.ehs-box img{
    max-width: 100%;
    display: block;
}
.eh-t{
    position: relative;
    margin-top: -50px;
    background: url("../images/banner12.jpg") no-repeat center center;
    height: 608px;
    text-align: center;
    overflow: hidden;
}
.eh-tit{
    font-size: 50px;
    font-weight: bold;
    color: #01aaad;
    line-height: 50px;
    margin: 60px 0;
}
.eh-tit.en{
    font-size: 40px;
    margin: 60px 0 40px 0;
    text-transform: none;
}
.eh-t .t1{
    font-size: 26px;
    margin-bottom: 15px;
}
.eh-t .t2{
    font-size: 14px;
    width: 60%;
    margin: 0 auto;
}
.eh-t.en .t2{
    width: 70%;
	margin-top:10px;
    text-transform: none;
}
.eh-hon{
    width: 1200px;
    margin: 0 auto;
    margin-top: -250px;
    position: relative;
    background: #ffffff;
    padding: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.h-img>img{*/
    /*border: 2px solid #8d8d8d;*/
    /*display: block;*/
    /*margin: 0 auto;*/
    /*max-width: 100%;*/
    /*background: #01aaad;*/
/*}*/
/*.ht>div{*/
    /*float: left;*/
    /*width: 33.33%;*/
/*}*/
/*.h-img:hover >img{*/
    /*padding: 5px;*/
    /*border-color: #01aaad;*/
/*}*/
/*.h-img{*/
    /*position: relative;*/
/*}*/
/*.sj{*/
    /*position: absolute;*/
    /*left: 40%;*/
    /*bottom: -14px;*/
    /*display: none;*/
/*}*/
/*.h-img:hover .sj{*/
    /*display: block;*/
/*}*/
/*.eh-hon{*/
    /*overflow: hidden;*/
/*}*/
.asures {
    background: #fff;
    padding: 55px 0 85px;
    width: 1200px;
    margin: auto;
    margin-top: -200px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.asuretitle {
    text-align: center;
}
.asure-in {
    display: inline-block;
    cursor: pointer;
    margin-right: 124px;
    padding: 10px;
    position: relative;
    transition: 0.6s;
    background: #fff;
}
.asure-in:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #01aaad;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.asure-in:before {
    content: "";
    width: 24px;
    height: 12px;
    background: url(../images/sj.png) center no-repeat;
    position: absolute;
    left: 10px;
    bottom: -11px;
    transition: 0s;
    opacity: 0;
    visibility: hidden;
}
.asure-in:last-child {
    margin-right: 0;
}
.asure-in img {
    display: block;
    position: relative;
    min-height: 159px;
    max-width: 144px;
    z-index: 4;
    border: 2px solid #8d8d8d;
}
.asure-in.on img{
    border: 2px solid #01aaad;
}
.asure-in:hover:after, .asure-in.on:after {
    opacity: 1;
    visibility: visible;
    transform: rotate(0);
}
.asure-in:hover:before, .asure-in.on:before {
    opacity: 1;
    visibility: visible;
    transition: 0.44s;
}
.asurefix {
    padding-top: 35px;
    position: relative;
}
.asure-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(80px);
}
.asure-info.on {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: 0.56s;
    transform: translateX(0);
}
.asure-top {
    margin-bottom: 75px;
    text-align: center;
}
.asure-top h4 {
    color: #000000;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}
.asure-top p {
    text-align: center;
    color: #323232;
    font-size: 14px;
    line-height: 2;
    width: 500px;
    margin: auto;
}
.asure-text {
    width: 750px;
    margin: auto;
}
.asureicon {
    float: left;
    width: 103px;
}
.asureicon img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
}
.asured {
    float: right;
    width: 492px;
    padding-left: 34px;
    border-left: 1px solid #dcdcdc;
}
.asured p {
    color: #646464;
    font-size: 14px;
    line-height: 2;
}
/*.autohortt { padding: 56px 0 64px; }*/
/*.autohortt h3 { text-align: center; color: #323232; font-size: 30px; line-height: 1.2; position: relative; }*/
/*.autohortt span { display: block; width: 37px; height: 24px; background: #a0a0a0; margin: auto; margin-top: 40px; position: relative; cursor: pointer; }*/
/*.autohortt span:before { content: ""; width: 10px; height: 7px; background: url(../images/arrow17.png) center no-repeat; position: absolute; left: 50%; margin-left: -5px; top: 10px; transition: 0.28s; }*/
/*.autohortt span:hover:before { top: 12px; }*/
/*.author { width: 1200px; margin: auto; background: #fff; padding: 53px 0 40px; }*/
/*.authorfix { width: 490px; margin: auto; }*/
/*.authorfix p { text-align: center; color: #323232; font-size: 14px; line-height: 2; }*/
/*.author-list { width: 785px; margin: auto; margin-top: 70px; }*/
/*.author-list li { width: 33.33333%; float: left; text-align: center; margin-bottom: 52px; }*/
/*.author-list li figure { display: block; width: 154px; margin: auto; overflow: hidden; line-height: 0; margin-bottom: 24px; transition: 0.5s; }*/
/*.author-list li figure img { display: block; max-width: 100%; height: 214px; line-height: 0; }*/
/*.author-list li span { text-align: center; color: #323232; font-size: 14px; font-weight: bold; line-height: 1.2; }*/
/*.author-list li:hover figure { transform: translateY(-6px); -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); }*/
.gl-box{
    background:#698bd8; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(top, #698bd8, #01aab1);
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#698bd8), to(#01aab1));
    background:-o-linear-gradient(top, #698bd8,#01aab1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px;
    margin-top: 52px;
    margin-bottom: 20px;
}
.gl-t{
    text-align: center;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    padding: 35px 0;
}
.gl-t .t1{
    font-size: 26px;
}
.gl-t .t2{
    font-size: 14px;
    margin: 15px 0 20px;
}
.t-line span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 10px;
}
.gl-b{
    overflow: hidden;
}
.gl-b>div{
    width: 33%;
    margin-right: 0.5%;
    margin-top: 0.5%;
    background: rgba(255,255,255,0.1);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}
.gl-b>div:last-child{
    margin-right: 0;
}
.gl-b .t1{
    color: #f89b30;
    font-family: Arial;
    font-size: 100px;
    line-height: 100px;
    min-height: 60px;
}
.gl-b .t2{
    font-size: 14px;
    padding-left: 10px;
}
.gl-b .t3{
    font-size: 18px;
    padding-left: 10px;
    margin-top: 35px;
}
.gb{
    position: absolute;
    left: 10px;
    top: 0;
}
.gb1{
    background: url("../images/gb1.png") no-repeat;
    width: 36px;
    height: 33px;
}
.gb-box:hover .gb1{
    background: url("../images/gb2.png") no-repeat;
}
.gb2{
    background: url("../images/gb3.png") no-repeat;
    width: 37px;
    height: 35px;
}
.gb-box:hover .gb2{
    background: url("../images/gb4.png") no-repeat;
}
.gb3{
    background: url("../images/gb5.png") no-repeat;
    width: 29px;
    height: 36px;
}
.gb-box:hover .gb3{
    background: url("../images/gb6.png") no-repeat;
}
.gb-box .rt{
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}
.gb-box .rt { transition: 0.8s; }
.gb-box .lb {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
}
.gb-box:after { transition: 0.8s; }
.gb-box:hover .rt { border-width: 500px 0 0 500px; }
.gb-box:hover .lb { border-width: 0 500px 500px 0; }
.gb-box{
    overflow: hidden;
    color: #ffffff;
}
.gb-box:hover{
    color: #555555;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gb-main{
    position: relative;
    z-index: 15;
}

.tx-box{
    position: relative;
}
.tx-main{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width:610px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 80px;*/
    padding:2%;
    background: #01aaad;
    color: #ffffff;
    z-index: 20;
}
.tx-box img{
    max-width: 100%;
    display: block;
}
.tx-t{
    overflow: hidden;
}
.tx-t a{
    color: #ffffff;
    font-size: 14px;
}
.t-prev,.t-next{
    width: 10%;
    float: left;
    cursor: pointer;
}
.tx-t .t-nav{
    width: 80%;
    float: left;
}
.t-nav a{
    width: 33.33%;
    float: left;
    text-align: center;
    padding-bottom: 5px;
}
.t-nav a.active{
    background: url("../images/line1.jpg") no-repeat bottom center;
}
.tx-tit{
    font-size: 50px;
    font-weight: bold;
    border-bottom: 8px solid #ffffff;
    line-height: 50px;
    padding-bottom: 20px;
}
.tx-tit.en{
    font-size: 40px;
    border-bottom: 5px solid #ffffff;
    text-transform: none;
}
.tx-txt{
    padding-top:50px;
    font-size: 14px;
    height: 288px;
    overflow: hidden;
}
.tx-txt.en{
    padding-top:30px;
    text-transform: none;
}
.tx-list{
    position: absolute;
    top: 150px;
    width: 100%;
    /*padding: 0 80px;*/
    padding:0 2%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .tx-list.en {
        /*top: 180px;*/
        top: 120px;
        text-transform: none;
    }
.tx-box .tx.active{
    position: relative;
    opacity: 1;
    left: 0;
    z-index: 20;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.tx-box .tx{
    position: absolute;
    left: 80px;
    top: 0;
    opacity: 0;
}
.tx-box{
    overflow: hidden;
    height: 720px;
}
.tx-box .bx-wrapper img{
    height: 100%;
    max-width: none;
}
.g{
    padding: 0 5%;
    background: #f2f2f2;
    padding-bottom: 30px;
}
.g-list{
    position: relative;
    margin-top: -50px;
    overflow: hidden;
}
.g-box{
    background: #ffffff;
    width: 49.8%;
    margin: 0.1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:5% 5%;
    float: left;
}
.g-tit{
    text-align: center;
    color: #019da3;
    font-size: 20px;
    margin-bottom: 80px;
}
.g-tit img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 50px;
}
.g-txt{
    font-size: 14px;
    color: #565656;
    height: 144px;
    overflow: hidden;
}
.g-box .mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #019da3!important;
}
.g-box .mCSB_scrollTools .mCSB_draggerRail{
    background: #e2e2e2 !important;
}
.zr-box .mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #019da3!important;
}
.zr-box .mCSB_scrollTools .mCSB_draggerRail{
    background: #e2e2e2 !important;
}
.g-t{
    margin-top: 20px;
}
.zr-box{
    padding: 0 5%;
    background: #f2f2f2;
    padding-bottom: 50px;
}
/*企业社会责任*/
.listed {
    position: relative;
    overflow: hidden;
    margin-top: -65px;
}
.groupicon { display: block; width: 110px; height: 68px; background: url(../images/connect.png) center no-repeat; position: absolute; left: 50%; margin-left: -55px; top: 50%; margin-top: -34px; z-index: 12; }
.list-info { width: 50%; float: left; position: relative; overflow: hidden; }
.list-info figure { display: block; overflow: hidden; line-height: 1; position: relative;padding: 0;margin: 0 }
.list-info figure img { display: block; width: 100%; height: auto; line-height: 0; transition: 0.76s; }
.list-info figure figcaption { display: block; width: 100%; position: absolute; left: 0; top: 50%; margin-top: -44px; transition: 0.45s 0.3s; }
.list-info figure figcaption h3 {
    color: #01aaad;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    line-height: 1;
    margin-bottom: 18px;
}
.l-tit {
    color: #01aaad;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
}
.l-tit.en {
    font-size: 26px;
    text-transform: none;
}
.list-info figure figcaption small { display: block; text-align: center; color: #fff; font-size: 30px; font-family: "Conv_HelveticaNeue-ThinCond"; }
.listfix { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.listfix:before { content: ""; width: 0%; height: 0%; position: absolute; left: 50%; top: 50%; background: rgba(255,255,255,0.9); background: #fff\9; filter: alpha(opacity=90); transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); border-radius: 50%; transition: 0.67s ease-in-out; }
.listwr {
    padding: 0 12%;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    margin-top: -126px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.76s;
    font-size: 14px;
}
.l-txt{
    height: 192px;
    overflow: hidden;
}
.list-title { margin-bottom: 32px; text-align: center; }
.list-title .listimg { width: 80px; height: 80px; border: 5px solid #f6b37f; border-radius: 50%; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; }
.list-title .listimg img { display: block; max-width: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; }
.list-title strong { display: inline-block; color: #0d4194; font-size: 40px; line-height: 90px; position: relative; margin-left: 26px; vertical-align: middle; }
.list-title strong:before { content: ""; width: 1; height: 22px; background: #d2d2d2; position: absolute; left: 0%; top: 50%; margin-top: -11px; }
.synlaitfix { height: 132px; border-bottom: 1px solid #a0a0a0; }
.synlaitfix p { color: #646464; font-size: 14px; line-height: 2; font-weight: bold; }
.synla { padding-top: 26px; }
.synla p { color: #646464; font-size: 14px; font-weight: bold; line-height: 2; }
.list-info:hover .listfix { background: #fff\9; }
.list-info:hover .listfix:before { width: 130%; height: 200%; }
.list-info:hover figure figcaption { opacity: 0; visibility: hidden; transform: translateY(30px); -webkit-transform: translateY(30px); -moz-transform: translateY(30px); transition: 0.45s; }
.list-info:hover .listwr { opacity: 1; visibility: visible; transition: 0.76s 0.3s; }
.holdimg { padding-top: 70px; padding-left: 72px; position: relative; }

/*投资者关系*/
.bt-t{
    display: table;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bt-t>div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px 0;
}
.basic{
    padding: 0 5%;
    padding-bottom: 50px;
}
.b-tit{
    font-size: 26px;
    margin: 50px 0;
    text-align: center;
}
.bt-t .bm{
    font-size: 20px;
    font-weight: bold;
}
.bt-t .num{
    color: #ff0000;
}
.bt-t .num.down{
    color: green;
}
.bt-t .num span{
    background: url("../images/z.jpg") no-repeat right center;
    padding-right: 45px;
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    margin-right: 10px;
}
.bt-t .num.down span {
    background: url("../images/zd.jpg") no-repeat right center;
}
.b-tab{
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    overflow: hidden;
    color: #888888;
    font-size: 14px;
}
.b-td{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    float: left;
    width: 25%;
    padding: 10px 0;
    font-size: 14px;
}
.b-td span{
    color: #01aaad;
}
.b-td.spe{
    width: 50%;
}
/*公告全文*/
.downList a:link, .downList a:visited { color: #333; }
.downList a:active, .downList a:hover { color: #fff; }
.downList {
    padding-bottom: 30px;
    width: 100%;
    overflow: hidden;
}
.downList .item {
    margin-top: 18px;
    width: 49.5%;
    float: left;
}
.downList .item:nth-child(2n){
    margin-left: 1%;
}
.downList .t, .downList .c { background-color: #ececec; position: relative; }
.downList .t {
    float: left;
    display: block;
    width: 68%;
    margin-right: 1%;
}
.downList .c {
    float: left;
    display: block;
    width: 30%;
    text-align: center;
}
.downList .t a {
    padding: 22px 82px 22px 66px;
    font: 18px/50px "microsoft yahei";
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.downList .t .i1 {
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    background: url(../images/ico2.png) no-repeat;
    position: absolute;
    left: 9px;
    top: 31px;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.downList .t .name {
    height: 50px;
    overflow: hidden;
    display: block;
    font-size: 14px;
}
.downList .t .gs {
    position: absolute;
    right: 10px;
    width: 90px;
    font-size: 14px;
}
.downList .c a { padding: 22px 0px; height: 50px; display: block; line-height: 50px; position: relative; z-index: 2; }
.downList .c .i2 {
    background: url(../images/down.png) no-repeat;
    padding: 0px 0px 0px 50px;
    overflow: hidden;
    line-height: 24px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-style: initial;
    font-size: 14px;
    transition: 300ms;
    -webkit-transition: 300ms;
    margin-top: 12px;
}
.downList .bot { background-color: #01aab1; height: 0px; width: 100%; position: absolute; left: 0px; top: 0px; transition: 400ms; -webkit-transition: 400ms; }
.downList .t .bot { background-color: #666; }
.downList .item:hover .bot { height: 100%; }
.downList .item:hover .i1 {
    background: url(../images/ico1.png) no-repeat;
}
.downList .item:hover .i2 {
    background: url(../images/down1.png) no-repeat;
}
.downList .item:hover a { color: #fff; }

/*加入天宇*/

.zp-wrap{
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.zp-tit{
    font-size: 26px;
    text-align: center;
}
.zp-box{
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background: #ffffff;
}
.zp-box .txt{
    color: #4b4b4b;
    margin: 30px 0;
    line-height: 28px;
    font-size: 14px;
}
.zp-sel a{
    display: inline-block;
    background: #f6f6f6;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-right: 12px;
}
.zp-sel{
    margin-bottom: 50px;
}
.zp-sel a.active{
    background: #01aaad;
    color: #ffffff;
}
.zp-sel a:hover{
    background: #01aaad;
    color: #ffffff;
}
.zp-slide{
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.zp{
    width: 23.5%;
    background: #e0e0e0;
    padding: 12px 0;
    color: #656565;
    cursor: pointer;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    font-size: 14px;
}
.zp:nth-child(4n){
    margin-right: 0;
}
.zp:hover{
    background: #01aaad;
    color: #ffffff;
}
.zp-slide .slider{
    overflow: hidden;
}
.zp-prev{
    position: absolute;
    background: url("../images/zp-prev1.jpg") no-repeat;
    width: 57px;
    height: 57px;
    left: 50px ;
    bottom:85px;
    cursor: pointer;
}
.zp-prev:hover{
    background: url("../images/zp-prev2.jpg") no-repeat;
}
.zp-next{
    position: absolute;
    background: url("../images/zp-next1.jpg") no-repeat;
    width: 57px;
    height: 57px;
    right:50px ;
    bottom:85px;
    cursor: pointer;
}
.zp-next:hover{
    background: url("../images/zp-next2.jpg") no-repeat;
}
.xc-box{
    background: #f6f6f6;
    position: relative;
    z-index: 10;
    font-size: 14px;
}
.xc-list{
    overflow: hidden;
    font-size: 16px;
    padding: 10px;
}
.xc-list img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.xc{
    width: 23.5%;
    float: left;
    background: #ffffff;
    text-align: center;
    border-radius: 8px;
    padding: 25px 0;
    margin-right: 2%;
    margin-bottom: 2%;
}
.xc:nth-child(4n){
    margin-right: 0;
}
.xc:hover{
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.zf-box{
    background: url(../images/banner16.jpg) no-repeat  center;
    color: #ffffff;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
}
.zf-box img{
    max-width: 100%;
    display: block;
}
.fc-box{
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background: #ffffff;
}
.fc-box .zp-tit{
    margin-bottom: 25px;
}

.consumers { background-attachment: fixed; background-position: center bottom; background-repeat: no-repeat; padding: 96px 0 150px; }
.consumerfix h3 { color: #323232; font-size: 24px; line-height: 1; margin-bottom: 82px; text-align: center; }
.consunew {
    width: 1080px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.newlist { width: 540px; float: left; z-index: 10; position: relative; }
.newfixed li {
    margin-bottom: 2px;
    position: relative;
    background: #f6f6f6;
    transition: 0.4s;
    z-index: 30;
}
.newfixed li:last-child { margin-bottom: 0; }
.newfixed li a:before {
    content: "";
    width: 592px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #01aab1;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transition: 0.4s;
}
.newfixed li a {
    display: block;
    padding: 25px 0 25px 22px;
    height: 20px;
    position: relative;
}
.newfixed li a time {
    display: block;
    padding-left: 26px;
    line-height: 20px;
    color: #01aab1;
    position: relative;
    font-size: 14px;
    float: left;
    width: 85%;
    font-size: 14px;
    transition: 0.36s;
    text-align: left;
    height: 20px;
    overflow: hidden;
}
.newfixed li a time:before { content: ""; width: 15px; height: 19px; position: absolute; left: 0; top: 0; background: url(../images/flag1.png) center no-repeat; transition: 0.35s; }
.newfixed li a span {
    display: block;
    float: left;
    color: #323232;
    font-size: 14px;
    line-height: 20px;
    width: 70%;
    height: 20px;
    overflow: hidden;
    padding-left: 13px;
    position: relative;
    transition: 0.4s;
}
.newfixed li a span:before { content: ""; width: 1px; height: 13px; background: #dcdcdc; position: absolute; left: 0; top: 50%; margin-top: -6px; }
.newfixed li a i { display: block; width: 7px; height: 13px; background: url(../images/arrow19.png) center no-repeat; position: absolute; right: -26px; top: 50%; margin-top: -6px; opacity: 0; visibility: hidden; transition: 0.34s; }
.newfixed li:hover, .newfixed li.on { background: rgba(255,255,255,0); filter: alpha(opacity=0); }
.newfixed li:hover a:before, .newfixed li.on a:before { opacity: 1; visibility: visible; transform: scaleY(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); }
.newfixed li:hover a time, .newfixed li.on a time { color: #fff; }
.newfixed li:hover a time:before, .newfixed li.on a time:before { background: url(../images/flag.png) center no-repeat; }
.newfixed li:hover a span, .newfixed li.on a span { color: #fff; }
.newfixed li:hover a i, .newfixed li.on a i { visibility: visible; right: -30px; opacity: 1; transition: 0.3s 0.2s; }
.newimgs {
    width: 540px;
    float: right;
    overflow: hidden;
    position: relative;
}
.newrse li img {
    display: block;
    line-height: 0;
    width: 100%;
    height: auto;
}

.newrse li{
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
    opacity: 0;
}
.newrse li.active{
    position: relative;
    z-index: 5;
    opacity: 1;
}
.new-ctr{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #838383;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 22px;
}
.new-ctr{
    overflow: hidden;
    width: 50%;
}
.new-page{
    float: left;
}
.n-ctr{
    float: right;
    font-family: 宋体;
}
.n-ctr a{
    padding: 0 5px;
}
.n-ctr a:hover{
    color: #01aaad;
}
.con-box{
    position: absolute;
    background: #01aaad;
    border-bottom: 5px solid #ffffff;
    left: 0;
    top: 50%;
    padding: 30px 40px;
    color: #ffffff;
}
.con-box .t1{
    font-size: 26px;
    margin-bottom: 10px;
}
.con-box .t2{
    font-size: 14px;
    line-height: 28px;
}
.con-box img{
    max-width: 100%;
    display: block;
    margin-top: 20px;
}
.parallux .zp-wrap{
    height: 100%;
}
/*招聘详情*/
.zp-tc{
    position: fixed;
    width: 100%;
    z-index: 520;
    height: auto;
}
.zt-clo{
    width: 80px;
    height: 80px;
    position:fixed;
    left: -100%;
    background: #676767;
    color: #ffffff;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 14px;
    text-align: center;
}
.zt-main{
    position: fixed;
    width: calc(100% - 80px);
    right: -100%;
    background: #ededed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zt-wrap{
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.zt-main .t1{
    font-size: 38px;
    line-height: 40px;
}
.zt-t{
    padding: 60px 0;

}
.zt-main .time{
    background: url("../images/rl.jpg") no-repeat left center;
    padding-left: 20px;
    font-size: 14px;
    margin-top: 20px;
}
.inv{
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    margin-top: -40px;
    font-size: 14px;
}
.zt-m{
    padding: 60px 0;
    background: #ffffff;
    font-size: 14px;
}
.zt-b{
    overflow: hidden;
    padding: 60px 0;
}
.zt-b a{
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
    height: 24px;
    overflow: hidden;
}
.zt-m .zt-box1 a{
    background: url("../images/yj.jpg")  #01aaad no-repeat 5px center;
    display: inline-block;
    padding: 5px 10px 5px 30px ;
    font-size: 14px;
    color: #ffffff;
    margin-top: 30px;
}
.zt-b a:hover{
    color: #01aaad;
}
.zt-m .txt{
    height: 312px;
    overflow: hidden;
}
.m-clo{
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
/*.zt-clo .clo1{*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: #01aaad;*/
    /*left: 0;*/
    /*top: 0;*/
/*}*/
/*联系我们*/
.text3{
    text-align: center;
    margin-top: 70px;
}
.text3 .t1{
    font-size: 26px;
    color: #01aaad;
    margin-bottom: 20px;
}
.text3 .t2{
    font-size: 14px;
    line-height: 28px;
}
.map-box{
    background: url("../images/banner19.jpg") no-repeat center;
    height: 737px;
    overflow: hidden;
}
.cwrap{
    width: 1300px;
    margin: 0 auto;
}
.c-nav{
 overflow: hidden;
}
.c-nav a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 18%;
    border-right: 1px solid #dedede;
    font-size: 14px;
    margin-right: 2.5%;
    margin-bottom:10px;
    color: #c7c7c7;
    font-weight: bold;
}
.c-nav a.active{
    color: #01aaad;
}
.c-nav a:hover{
    color: #01aaad;
}
.c-nav a:nth-child(5n){
    margin-right: 0;
    border-right: none;
}
.c-nav a:last-child{
    margin-right: 0;
    border-right: none;
}
.c-nav{
    margin: 20px 0 10px;
}
.c-box{
    overflow: hidden;
    background: #f8f8f8;
}
.c-img{
    width: 62%;
    float: left;
}
.c-main{
    width: 38%;
    float: left;
    position: relative;
    z-index: 10;
    background: #f8f8f8;
    height: 100%;
}
.c-box img{
    display: block;
}
.cm-nav{
    overflow: hidden;
}
.cm-nav a{
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #515151;
    color: #ffffff;
    padding: 18px 0;
}
.cm-nav a.active{
    background: #01aaad;
}
.c-main .cm{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18%;
    background: #f8f8f8;
    font-size: 14px;
    height: 374px;
    display: table;
    width: 100%;
}
.c-main .lxfs{
    height: 374px;
}
.c-main .lx-box{
    height: 50%;
    padding: 35px 30px;
}
.cm .t1{
    color: #686868;
}
.cm .t2{
    font-size: 24px;
    font-weight: bold;
    color: #01aaad;
    margin-bottom: 40px;
    line-height: 30px;
}
.cmm{
    display: table-cell;
    vertical-align: middle;
}
.cm .lx{
    padding-left: 30px;
    margin-bottom: 5px;
}
.lx1{
    background: url("../images/lxc1.jpg") no-repeat 2px center;
}
.lx2{
    background: url("../images/lxc2.jpg") no-repeat left center;
}
.lx3{
    background: url("../images/lxc3.jpg") no-repeat left center;
}
.lx4{
    background: url("../images/lxc4.jpg") no-repeat left center;
}
.cm a{
    background: #01aaad;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 30px;
    padding:8px 0;
}
.cm a.tel {
    background: none;
    color: inherit;
    text-align: inherit;
    display: inherit;
}
.c-main .con{
    display: none;
}
.c-main .cm.active{
    display: table;
}
.c-main .lxfs.active{
    display: block;
}
.cDet{
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 30px;
}

.msgbox {
    font-size: 0;
    margin-bottom: 20px;
    margin-top: 50px;
}
.msgbox input {
    width: 100%;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 15px 50px;
    border: 1px solid #d7d7d7;
    color: #b0b0b0;
    font-size: 12px;
}
.msgbox>.input{
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;background: #ffffff;
    float: left;
}
.msgbox .input-spe{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #ffffff;
}
.msgbox .spe1 {
    margin: 0 0.5% 20px;
}
.msgbox textarea {
    width: 100%;
    resize: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 15px 50px;
    border: 1px solid #d7d7d7;
    background: url("../images/msg5.png") no-repeat 16px 13px;
    color: #b0b0b0;
    font-size: 12px;
}
.msg1 {
    background: url("../images/msg1.png") no-repeat left 5px;
}
.msg3 {
    background: url("../images/msg3.png") no-repeat 16px 13px;
}
.msg4 {
    background: url("../images/msg4.png") no-repeat 16px 13px;
}
.msg6 {
    background: url("../images/msg6.png") no-repeat 16px 16px;
}
.msgbox .spe2 {
    width: 100%;
}
.msgbox .btn1 {
    width: 15%;
    padding: 15px 0;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 微软雅黑;
    margin-right: 20px;
    cursor: pointer;
    background: #362d26;
}
.msgbox .btn2 {
    width: 15%;
    padding: 15px 0;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 微软雅黑;
    cursor: pointer;
    background: #01aab1;
}
.msgbox .button{
    text-align: right;
}
.c-sel{
    margin: 30px 0;
    display: none;
}
.c-sel select{
    width: 100%;
    font-size: 14px;
    border: none;
    background: #e8eaeb url("../images/arr.jpg") no-repeat 95%;
    background-size: 12px;
    padding: 8.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.msg{
    background: #f6f6f6;
    overflow: hidden;
}
.sc-box{
    background: #01aab1;
    padding: 50px 5%;
}

.sc-l{
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3%;
}
.sc-r{
    width: 50%;
    float: right;
    position: relative;
}
.sc1{
    background: rgba(255,255,255,0.1);
}
.sc-li{
    background: rgba(0,0,0,0.1);
    margin-bottom: 15px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 50px;
    color: #ffffff;
    cursor: pointer;
}
.sc-li.on{
    background: rgba(0,0,0,0.3);
}

.sc-box img{
    height: 100%;
    display: block;
    width: auto;
}

.sc-img{
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sc-img img{
	opacity: 0;
}
.sc-img.active{
    position: relative;
    z-index: 5;
    opacity: 1;
}
.yf-box{
    background: url("../images/yf1.jpg") no-repeat left center;
    height: 828px;
    position: relative;
}
.yf-t1{
    font-weight: bold;
    font-size: 32px;
    line-height: 50px;
    color: #f89b30;
    margin-bottom: 35px;
}
.yf-t1.en{
    font-size: 40px;
    text-transform: none;
}
.yf .yf-t2{
    margin-bottom: 20px;
}
.yf-t2{
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}
.yf-t2.en{
    font-size: 18px;
    text-transform: none;
}
.yf-t2 span{
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    color: #f89b30;
}
.yf{
    /*position: absolute;
    left: 5%;*/
    /*top: 28%;
    margin-top: -113px;*/
    margin-top:0px;
    padding-top:8%;
    padding-left:5%;
    

}
.yf-s{
    background: #f5f5f5;
    padding: 0 5%;
    padding-bottom: 50px;
}
.yf-s .stage{
    position: relative;
    margin-top: -80px;

}
.yf-tit{
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    padding: 30px 0;
}
.yf-tit .arr1{
    margin-top: 30px;
}
.zl-list{
    background: #ffffff;
    padding: 40px;
    overflow: hidden;
}
.zl-b{
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zl-b .txt{
    display: table-cell;
    vertical-align:middle;
}
.zl-box{
    width: 12.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 5px;
    float: left;
    margin-bottom: 10px;
}
.zl-box img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.yf-box1{
    background: url("../images/yf2.jpg") no-repeat left center;
    height: 734px;
    position: relative;
}
.yf1{
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.yf-t3{
    font-size: 14px;
    color: #ffffff;
    width: 30%;
    margin-bottom: 20px;
}
    .yf-t3.en {
        /*width: 50%;*/
        width: 100%;
        text-transform: none;
    }
.zm{
    background: url("../images/zm.jpg") no-repeat;
    height: 910px;
    position: relative;
}
.zm-main{
    background: rgba(1,157,163,0.8);
    position: absolute;
    height: 100%;
    width:50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 5%;
    color: #ffffff;
    font-size: 14px;
    padding: 0 55px;
    z-index: 20;
}
.zm-main .t1{
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    margin: 50px 0;
}
.zm-a{
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    width: 45%;
    float: left;
    padding: 5px 0;
    cursor: pointer;
}
.zm-a.en{
    width: 49%;
    text-transform: none;
}
.zm-a.active{
    background: #ffffff;
    color: #01aaad;
}
.zm-a.spe{
    float: right;
}
.zm-ctr{
    overflow: hidden;
    margin-top: 65px;
    position: absolute;
    right: -85%;
    top: 0;
    width: 80%;
}
.zm-a.active span{
    background: url("../images/arr7.jpg") no-repeat right center;
    padding-right: 30px;
}
.zm-a:hover{
    background: #ffffff;
    color: #01aaad;
}
.zm-a:hover span{
    background: url("../images/arr7.jpg") no-repeat right center;
    padding-right: 30px;
}
.zm-tb{
    position: absolute;
    width:65%;
    left:5%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    z-index: -1;
}
.zm-main .txt{
    max-height: 624px;
    overflow: hidden;
}
.zm-tb td{
    width: 10%;
    padding:20px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #a9a9a9;
    max-height: 120px;
}
.zm-tb.en td{
    padding:10px 5px;
    text-transform: none;
}
th{
   text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #01aaad;
    padding: 30px 0;
}
.th div{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #01aaad;
}
.zm-tb table{
    border-collapse: collapse;
}
.tb-prev{
    background: url("../images/jt1.jpg") no-repeat;
    display: block;
    width: 23px;
    height: 12px;
    float: left;
}
.tb-prev:hover{
    background: url("../images/jt2.jpg") no-repeat;
}
.tb-ctr{
    overflow: hidden;
    margin-top: 40px;
    padding: 0 30px ;
}
.tb-next{
    background: url("../images/jt4.jpg") no-repeat;
    display: block;
    width: 23px;
    height: 12px;
    float: right;
}
.tb-next:hover{
    background: url("../images/jt3.jpg") no-repeat;
}
.tb-clo{
    position: absolute;
    right: -64px;
    top: 50%;
    margin-top: -129px;
    cursor: pointer;
}
.zm-tb.spe{
    width: 50%;
    left: 5%;
    z-index:-1;
}
.ztb{
    max-height: 92%;
    overflow: hidden;
}
.zm-tb .mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #019da3!important;
}
.zm-tb .mCSB_scrollTools .mCSB_draggerRail{
    background: #e2e2e2 !important;
}
.zm-tb .mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #019da3!important;
}
.zm-tb .mCSB_scrollTools .mCSB_draggerRail{
    background: #e2e2e2 !important;
}
.zs1{
    background: url("../images/zl2.jpg") no-repeat;
    height: 675px;
    border-top: 10px solid #f5f5f5;
}
.zsl-box{
    width: 1200px;
    margin-left: 5%;
    background: #ffffff;
    height: 80%;
    margin-top: 64px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 10%;
    text-align: center;
    font-size: 12px;
}
.zsl-box img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.zsl-box .bx-wrapper .bx-prev{
    position: absolute;
    background: url("../images/zp-prev1.jpg") no-repeat;
    width: 57px;
    height: 57px;
    left: -64px;
    top: 50%;
    margin-top: -29px;
    cursor: pointer;
}
.zsl-box .bx-wrapper .bx-prev:hover{
    background: url("../images/zp-prev2.jpg") no-repeat;
}
.zsl-box .bx-wrapper .bx-next{
    position: absolute;
    background: url("../images/zp-next1.jpg") no-repeat;
    width: 57px;
    height: 57px;
    top: 50%;
    margin-top: -29px;
    right:-60px;
    cursor: pointer;
}
.zsl-box .bx-wrapper .bx-next:hover{
    background: url("../images/zp-next2.jpg") no-repeat;
}
/*引导页*/
.idx-bg{
    width: 100%;
    background: url("../images/bg.jpg") no-repeat center center;
    background-size: cover;
    z-index: 1000;
    position: fixed;
    height: 100%;
}
.ib-box{
    position: fixed;
    width: 35%;
    border-radius: 100%;
    background: #ffffff;
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 1s linear;
    text-align: center;
    z-index: 1005;
}
.ib-box.active{
    opacity: 0;
    /*z-index: -1;*/
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
}
.ib-box img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.ib-box a{
    background: url("../images/idx1.jpg") no-repeat top center;
    display: inline-block;
    padding-top: 70px;
}
.ib-box a:hover{
    background: url("../images/idx2.jpg") no-repeat top center;
}
.ib-logo{
   margin-bottom: 50px;
}
.ibm{
    position: absolute;
    width: 80%;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.test_cover {
    width: 100%;
    height: 100%;
    border: 512px solid rgba(0, 0, 0, .35);
    border-radius: 50%;
    /* 定位 */
    position: fixed;
    left: -121%;
    top: -121%;
    overflow: hidden;
    transition: all 0.8s linear;
    opacity: 0;
}
.test_cover.active{
    opacity: 1;
    position: static;
    border: 0;
    border-radius: 0;
    z-index: 100000;
}
/*滑屏页*/
.section.s1{
    background: url("../images/s1.jpg")no-repeat right ;
    background-size: cover;
    text-align: center;
}
.s1 .t1{
    font-size: 41px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 10px;
}
.s1 .t1.en{
    font-size: 31px;
    text-transform: none;
}
.numb{
    margin: 50px auto 100px;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
}
.numb.en{
    margin: 50px auto 75px;
    text-transform: none;
}
.numb span{
    color: #ff7a00;
    font-family: Arial;
    font-size: 50px;
    line-height: 50px;
}
.s1 dl{
    width: 20%;
    float: left;
    text-align: left;
}
.s1 dl.spe{
    width: 15%;
    margin-left: 2%;
}
.section .xl{
    position: absolute;
    left: 50%;
    bottom: 14%;
    background: url("../images/arr8.png") no-repeat bottom center;
    padding-bottom: 18px;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: -21px;
}
.xl:hover{
    bottom: 12%;
}
.s2{
    background: url("../images/s2.jpg")no-repeat right ;
    background-size: cover;
}
.section.ft>.fp-tableCell{
    vertical-align: top;
}
.section.ft{
    padding: 0;
}
.s2 .t1{
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}
.section{
    padding: 0 20%;
    overflow: hidden;
}
#fullpae{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.section img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.s3 .t2{
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin: 30px 0 50px;
    line-height: 40px;
}
.s2 .txt img{
    margin: 0;
}
.a-list a{
    text-align: center;
}
.a-list a:hover img{
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: shake 0.5s;
    animation: shake 0.5s;
}
@keyframes shake {
    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }

    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }

    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }

    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }

    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }

    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }

    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }

    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }
}

@-webkit-keyframes shake {
    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }

    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }

    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }

    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }

    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }

    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }

    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }

    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }
}
@keyframes rota {
    0% { transform: rotateY(0deg); }

    100% { transform: rotateY(360deg); }
}

.a-list a{
    display: block;
    width: 98px;
    height: 98px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    margin-top: 20px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    float: left;
    margin-left: 20px;
}
.a-list.en a{
    width: 110px;
    height: 110px;
    line-height:16px;
    font-size: 12px;
    text-transform: none;
}
.a-list.en a .at{
	margin-bottom:12px;
    text-transform: none;
}

.a-list a:first-child{
    margin-left: 0;
}
.a-list{
    overflow: hidden;
    margin: 50px 0;
}
.s1 .txt{
    /*padding-right: 150px;*/
}
.s1 .txt.en{
    padding-right: 0px;
	line-height:20px;
    text-transform:none;
    font-size:15px;
}
.s3{
    background: url("../images/s3.jpg")no-repeat right ;
    background-size: cover;
    text-align: center;
}
.world-icon { width: 187px; height: 110px; padding-top: 94px; margin: auto; transition: 0.4s; position: relative; transition: 0.4s; }
.world-icon:before { content: ""; width: 100%; height: 96px; background: url(../images/light.png) center bottom no-repeat; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; z-index: 4; transition: 0.45s; }
.world-icon:after { content: ""; width: 100%; height: 100%; background: url(../images/light1.png) center no-repeat; position: absolute; left: 0; top: 40px; opacity: 0; visibility: hidden; transition: 0.45s; }
.world-icon img { display: block; margin: auto; position: relative; animation: rota 3.2s linear infinite; }
.worlds { margin-top: 3px; }
.worlds strong { display: block; text-align: center; color: #fbf5cc; font-size: 20px; line-height: 1; }
.worlds span { display: block; text-align: center; color: #ffffff; font-size: 16px; font-weight: bold; padding-top: 30px; line-height: 1; margin-top: 8px; position: relative; }
.worlds span:before { content: ""; width: 1px; height: 18px; background: #fff8d9; position: absolute; left: 0; top: 0; right: 0; margin: auto; }
.world-info:hover .world-icon { padding-top: 54px; height: 150px; }
.world-info:hover .world-icon:before { opacity: 0; visibility: hidden; }
.world-info:hover .world-icon:after { opacity: 1; visibility: visible; }
.world-info{
    position: absolute;
    right: 32.4%;
    bottom: 20%;
    z-index: 50;
}
.worlds{
    font-size: 12px;
    color: #ffffff;
}
.zt-box{
    overflow: hidden;
}
.zinp{
    width: 32%;
    float: left;
    margin-bottom: 10px;
}
.zt-box input{
    width: 100%;
    padding:5px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    text-align: left;
    padding-left: 25px;
}
.zinp:nth-child(3n-1){
    margin: 0 2%;
}
.z1 input{
    background: url("../images/ip1.jpg") no-repeat 3px center;
}
.z2 input{
    background: url("../images/ip2.jpg") no-repeat 3px center;
}
.z3 input{
    background: url("../images/ip3.jpg") no-repeat 3px center;
}
.z4 input{
    background: url("../images/ip4.jpg") no-repeat 3px center;
}
.z5 input{
    background: url("../images/ip5.jpg") no-repeat 3px center;
}
.z6 input{
    background: url("../images/ip6.jpg") no-repeat 3px center;
}
.z7 input{
    background: url("../images/ip7.jpg") no-repeat 3px center;
}
.z8 input{
    background: url("../images/ip8.jpg") no-repeat 3px center;
}
.z9 input{
    background: url("../images/ip9.jpg") no-repeat 3px center;
}
.z-tea textarea{
    width: 100%;
    padding:5px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    text-align: left;
    padding-left: 25px;
    resize: none;
    background: url("../images/ip10.jpg") no-repeat 3px 6px;
}
.z-btn{
    margin-top:10px;
}
.z-btn .sc{
    color: #ffffff;
    background: #01aaad;
    padding: 10px 40px;
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.sc .sc-clo{
    position: absolute;
    background: url("../images/clo5.png");
    width: 14px;
    height: 14px;
    display: block;
    right: -6px;
    top: -6px;
}
.z-btn .zb{
    float: right;
    display: block;
    padding: 10px 40px;
    color: #ffffff;
    background: #434343;
    margin-left: 10px;
    text-align: center;
}
.z-btn .zb.spe{
    background: #01aaad;
}
.zt-box{
    display: none;
}
.active .zt-box{
    display: block;
}
.active .zt-box1{
    display: none;
}
.inv.active .sho{
    display: none;
}
.inv.active .hid{
    display: block;
}
.zt-clo .clo2{
    position: absolute;
    width:0;
    height: 100%;
    background: url("../images/clo6.jpg") no-repeat;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.zt-clo:hover .clo2{
    width:100%;
}
.del2{
    animation-delay:0.2s;
    -webkit-animation-delay:0.2s;
}
.del4{
    animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
}
.del6{
    animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
}
.del8{
    animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
}
.del12{
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}
.yl-b .yl-txt{
    height: 24px;
    overflow: hidden;
    padding-right: 28px;
    cursor: pointer;
}
.yt-bg{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    position: absolute;
    z-index: 50;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    border-radius: 5px;
    display: none;
}
.yt-bg span{
    color: #01aaad;
    font-weight: bold;
}
.yl-lx{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    position: absolute;
    z-index: 50;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    border-radius: 5px;
    display: none;
}
.zp1{
    display: none;
}
.zp1.select{
    display: block;
}
.zp2{
    display: none;
}
.zp2.select{
    display: block;
}
.zp3{
    display: none;
}
.zp3.select{
    display: block;
}
.zp2 .zt-t{
    text-align: center;
    background: #f4f4f4;
}
.zp2 .zp-m{
    background: #ffffff;
}
.my-gallery img{
    display: block;
    margin: 20px auto;
    max-width: 100%;
    width: 682px;
}
.zp-m{
    overflow: hidden;
}
/*.zp3 img{*/
    /*display: block;*/
    /*margin: 0 auto;*/
    /*max-width: 100%;*/
/*}*/
.banner .zp-wrap{
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -650px;
    margin-top: -115px;
}
.banner .zp-wrap .con-box a {
    color:#fff;
}
.yl-lx .yl-clo{
    right: 20px;
    top: 30px;
}
.yl-lx .btn{
    position: absolute;
    width: 80%;
    bottom: 30px;
    left:10%;
}
.s1 .txt img{
    background: rgba(0,0,0,0.4);
    padding: 10px;
    border-radius: 5px;
}
.yy-list .y-box{
    width: 20%;
    float: left;
    text-align: center;
    min-height: 1px;
}
.yy-list .y-box.yly{
    width: 15%;
}
.yy{
    overflow: hidden;
    margin-bottom: 20px;
}
.lx-btn{
    background: #8d8d8d;
    color: #ffffff;
    display: block;
    max-width: 75px;
    font-size: 14px;
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 5px;
    background-repeat:no-repeat ;
    background-position: center;
    min-height: 24px;
}
.lx-btn:hover{
    background-color: #01aaad;
}
.yy img{
    cursor: pointer;
    max-width: 100%;
}
.jgs{
    position: fixed;
    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%);
    z-index: 100;
}
.yy-list1{
    display: none;
}
.yy-list .yn{
    width: 27%;
}
.yy-list .y-icon{
    width: 13%;
}
.yl-sel.spe a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    line-height: 18px;
    font-size: 12px;
    /*width: 104px;*/
    width:178px;
    word-break: break-all;
    margin-right: 10px;
    text-transform: none;
}


@media screen and (max-width: 750px){
    .yy-list{
        display: none;
    }
    .yy-list1{
        display: block;
    }
}

.c-list a {
    width:200px; display:block; float:left;
}
#mdh a {
    width:160px; display:block; padding:0px; overflow:hidden; font-size:12px; white-space:nowrap; word-break:keep-all;
}