﻿html{position: relative;overflow-x: hidden;}

/*-----------------[初始化]--------------*/

body{color: #333;font-size: 12px;line-height: 1.5;

    font-family:"微软雅黑","Microsoft Yahei";

    overflow-x: hidden;

}

a{color: #333;}

a:hover{color: #e70012;}

img{max-width: 100%;

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

input,textarea,select{font-size: 12px;color: #333;

    font-family:"微软雅黑","Microsoft Yahei";outline: 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box;

}

input[type='submit'],input[type='reset'],input[type='button'],select{

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}

input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}

::-webkit-input-placeholder {color: #999;}

::-moz-placeholder {color: #999; }

::-ms-input-placeholder {color: #999;}



@font-face {

    font-family: 'DINCond-Bold';

    src: url('../fonts/DINCond-Bold.otf');

} 

.ani{

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

*,*:after,*:before{outline: 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box;

}



/*布局*/

.wp{width: 100%;max-width: 1400px;margin: 0 auto;}

.h50{height: 50px;clear: both;overflow: hidden;}

.h100{height: 100px;clear: both;overflow: hidden;}



.g-bgc1{background-color: #F1F5F8;}



/*******************************

  -------[=头部]-------

********************************/

.header{*zoom:1;height: 90px;position: relative;z-index: 109;

    background-color: #fff;

}

.index .header{position: fixed;top: 0;left: 0;right: 0;z-index: 103;}

.header:after,.header:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }

.logo{float: left;line-height: 90px;font-size: 0;}

.logo img{display: inline-block;vertical-align: middle;height: 52px;}

.hdr{float: right;position: relative;}

.nav{float: left;}

.nav li{float: left;margin-left: 48px;position: relative;}

.nav .v1{display: block;font-size: 18px;color: #111;

    line-height: 90px;position: relative;

}

.nav .v1:after{content: '';position: absolute;left: 50%;right: 50%;

    bottom: 0;height: 2px;

    background-color: #e70012;

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

.nav li.on .v1,.nav li:hover .v1{color: #e70012;}

.nav li.on .v1:after,.nav li:hover .v1:after{left: 0;right: 0;}

.nav dl{display: none;position: absolute;top: 100%;left: 50%;width: 140px;

    background-color: rgba(0,0,0,.8);

    margin-left: -70px;

}

.nav dd a{display: block;font-size: 16px;line-height: 46px;text-align: center;

    color: #fff;

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

.nav dd:hover a{background-color: #fff;color: #111;}

.lang{float: left;margin-left: 62px;position: relative;}

.lang dt{font-size: 16px;padding-left: 28px;color: #333;font-weight: bold;

    position: relative;line-height: 90px;cursor: pointer;

    background: url(../images/i-01.png) no-repeat left center;

}

.lang dt:after{content: '';width: 8px;height: 5px;display: inline-block;

    vertical-align: middle;position: relative;top: -2px;margin-left: 4px;

    background: url(../images/i-02.png) no-repeat center;

}

.lang dd{position: absolute;top: 100%;left: 50%;width: 100px;display: none;

    margin-left: -50px;text-align: center;

    background-color: #fff;

    box-shadow: 0px 0px 15px rgba(0,0,0,.2);

}

.lang dd:after{content: '';position: absolute;top: -8px;left: 50%;

    border-bottom: 8px solid #fff;margin-left: -5px;

    border-left: 5px solid transparent;

    border-right: 5px solid transparent;

}

.lang dd a{display: block;font-size: 16px;font-weight: bold;line-height: 45px;}

.so-btn{float: right;width: 24px;height: 24px;cursor: pointer;

    margin-top: 33px;cursor: pointer;margin-left: 30px;

    background: url(../images/i-so.png) no-repeat center;

}

.so{position: absolute;right: 0;top: 105px;width: 250px;

    box-shadow: 0px 0px 15px rgba(0,0,0,.2);overflow: hidden;

    border-radius: 23px;display: none;

}

.so form{display: block;}

.so .inp{display: block;width: 100%;height: 45px;border: 0;

    border-radius: 23px;background-color: #fff;

    font-size: 16px;padding: 0 45px 0 15px;

}

.so .btn{position: absolute;height: 45px;top: 0;right: 0;width: 45px;

    border: 0;cursor: pointer;

    background: url(../images/i-so.png) no-repeat center;

}

/*******************************

    -------[=导航]-------

********************************/

.menuBtn{position: relative;z-index: 9;display: none;float: right;

    width: 40px;height: 40px;padding: 7px;cursor: pointer;

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

.menuBtn b{display: block;height: 3px;background-color: #e70012;

    margin: 3px 0 5px;border-radius: 2px;

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

.menuBtn.open{}

.menuBtn.open b{display: none;margin: 0;position: absolute;left: 10px;top: 50%;width: 30px;}

.menuBtn.open b:first-child{display: block;

    transform:rotate(45deg);

    -webkit-transform:rotate(45deg);

    -o-transform:rotate(45deg);

    -ms-transform:rotate(45deg);

}

.menuBtn.open b:last-child{display: block;

    transform:rotate(-45deg);

    -webkit-transform:rotate(-45deg);

    -o-transform:rotate(-45deg);

    -ms-transform:rotate(-45deg);

}



/*******************************

  -------[=banner]-------

*******************************/

.banner{height: 100vh;position: relative;}

.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}

.banner .slick-slide{outline: 0;position: relative;

    background-position: center center;background-repeat: no-repeat;

    -o-background-size: cover;

    -ms-background-size: cover;

    -moz-background-size: cover;

    -webkit-background-size: cover;

    background-size: cover;

}

.banner .wp{position: relative;height: 100%;z-index: 2;}

.banner .txt{position: absolute;left: 0;top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.banner .txt em{font-size: 20px;font-weight: bold;color: #fc1d2e;display: block;margin-bottom: 14px;}

.banner .txt em:before{content: '';display: inline-block;vertical-align: middle;

    width: 36px;height: 2px;background-color: #fc1d2e;margin-right: 10px;

    position: relative;top: -2px;

}

.banner .txt h2{font-size: 64px;line-height: 1.1;color: #fff;margin-bottom: 4px;}

.banner .txt h3{font-size: 48px;color: #fff;font-weight: normal;}

.banner .txt .btn{width: 180px;height: 54px;display: block;text-align: center;

    line-height: 50px;font-size: 18px;color: #fff;margin-top: 45px;

    border: 2px solid #fff;border-radius: 27px;background-color: transparent;

}

.banner .txt .btn:hover{background-color: rgba(255,255,255,.2);}



.banner .slick-dots{position: absolute;left: 50%;bottom: 63px;width: 1400px;

    z-index: 3;font-size: 0;

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

}

.banner .slick-dots li{display: inline-block;margin: 0 6px 0 0;width: 89px;

    height: 2px;background-color: #fff;opacity: .4;cursor: pointer;

}

.banner .slick-dots li button{display: none;}

.banner .slick-dots li.slick-active{height: 3px;opacity: 1;}

.banner .section-first{height: 100%;position: absolute;top: 0;left: 0;width: 100%;}



.gu-code{position: absolute;top: 91px;right: 50%;margin-right: -700px;

    z-index: 2;width: 208px;height: 120px;padding-left: 50px;

    background-color: rgba(0,0,0,.7);padding-top: 25px;

}

.gu-code span{display: block;font-size: 16px;color: #fff;}

.gu-code p{font-size: 46px;color: #e70012;font-family: 'DINCond-Bold';

    line-height: 1.1;

}



.ban{height: 600px;

    background-position: center;background-repeat: no-repeat;

    -o-background-size: cover;

    -ms-background-size: cover;

    -moz-background-size: cover;

    -webkit-background-size: cover;

    background-size: cover;

}

.ban .wp{position: relative;height: 100%;}

.ban .txt{position: absolute;top: 50%;left: 0;color: #fff;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.ban .txt h2{font-size: 56px;position: relative;padding-top: 13px;margin-bottom: 3px;}

.ban .txt h2:after{content: '';position: absolute;top: 0;left: 0;

    width: 52px;height: 2px;background-color: #FC1D2E;

}

.ban .desc{font-size: 20px;line-height: 1.6;}



/*******************************

  -------[=底部]-------

********************************/

.footer{padding: 70px 0 0;

    background: url(../images/fd-bg.jpg) no-repeat center;

    -o-background-size: cover;

    -ms-background-size: cover;

    -moz-background-size: cover;

    -webkit-background-size: cover;

    background-size: cover;

}

.footer .wp{position: relative;}

.fd-con{overflow: hidden;border-bottom: 1px solid rgba(255,255,255,.1);}

.fd-nv{float: left;}

.fd-nv dl{float: left;width: 230px;}

.fd-nv dt{margin-bottom: 22px;}

.fd-nv dt a{font-size: 18px;font-weight: normal;color: #fff;position: relative;}

.fd-nv dd a{display: block;font-size: 16px;line-height: 38px;

    color: rgba(255,255,255,.3);

}

.fd-nv dd a:hover{color: #fff;}

.fd-nv .d3{width: 424px;overflow: hidden;}

.fd-nv .d3 dd{margin: 0 -20px;}

.fd-nv .d3 dd a{width: 50%;float: left;padding: 0 20px;}

.fd-nv .d3 dt a{padding-right: 5px;}

.fd-nv .d3 dt a:after{content: '';position: absolute;top: 50%;left: 100%;

    width: 500px;height: 1px;background-color: #fff;opacity: .2;

}

.fd-contact{width: 305px;float: right;}

.fd-logo{padding-bottom: 25px;border-bottom: 1px solid rgba(255,255,255,.2);

    margin-bottom: 20px;

}

.fd-logo img{display: block;height: 54px;}

.fd-contact .txt{font-size: 16px;line-height: 34px;color: rgba(255,255,255,.3);}

.fd-contact .item{overflow: hidden;}

.fd-contact .item em{float: left;}

.fd-contact .item span{overflow: hidden;display: block;}

.fd-bot{overflow: hidden;font-size: 14px;padding: 28px 0;

    color: rgba(255,255,255,.3);

}

.fd-bot a{color: rgba(255,255,255,.3);}

.fd-bot .copy{float: left;}

.fd-bot .link{float: right;}

.fd-bot a.a1{color: rgba(255,255,255,.8);}

.fd-bot a:hover{color: #fff;text-decoration: underline;}

.fd-contact .share{padding: 45px 0 70px;overflow: hidden;}

.fd-contact .share a{display: block;float: left;width: 30px;height: 30px;

    opacity: .68;margin-right: 20px;

    background-position: center;background-repeat: no-repeat;

    -o-background-size: 100% auto;

    -ms-background-size: 100% auto;

    -moz-background-size: 100% auto;

    -webkit-background-size: 100% auto;

    background-size: 100% auto;

}

.fd-contact .share a:hover{opacity: 1;}

.fd-contact .share .bds_weixin{background-image: url(../images/i-s1.png);}

.fd-contact .share .bds_sqq{background-image: url(../images/i-s2.png);}

.fd-contact .share .bds_tsina{background-image: url(../images/i-s3.png);}

.fd-contact .share .bds_ling{background-image: url(../images/i-s4.png);}

.bd_weixin_popup{

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    -o-box-sizing: content-box;

    box-sizing: content-box;

}



.go-top{position: absolute;top: -70px;right: -140px;

    width: 60px;height: 60px;border-radius: 0 0 5px 5px;

    background: #e70012 url(../images/i-09.png) no-repeat center;

    -o-background-size: 36px auto;

    -ms-background-size: 36px auto;

    -moz-background-size: 36px auto;

    -webkit-background-size: 36px auto;

    background-size: 36px auto;

}

.go-top:hover{opacity: .8;}

/*******************************

    -------[=正文]-------

********************************/

::-webkit-scrollbar {

    width: 6px;

}

::-webkit-scrollbar-track {

    background: #ddd;

}

::-webkit-scrollbar-thumb {

    background: #e70012;border-radius: 6px;

}

::-webkit-scrollbar-thumb:window-inactive {

    background: #e70012;border-radius: 6px;

}



.body_home{background:#000;height:100%;overflow:hidden;position: relative;}

.index-home body{height: 100%;overflow: hidden;}

.index-home .wow{opacity: 0;}

.index-home{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;}

.body_b{position:fixed;left:0;top:100%;bottom:0;right:0;

    background:#fff;overflow:hidden;

    transition:top 1.2s cubic-bezier(0.5,0,0.2,1) 0s;z-index:88;

    overflow:auto;overflow-x: hidden;outline:none;

}

.body_b *{outline:none;}

.body_b.showdiv{top:0;}



.fix-right{position: fixed;right: 0;top: 50%;z-index: 105;display: none;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.fix-right li{margin-bottom: 4px;}

.fix-right .con{display: block;position: relative;}

.fix-right .ico{width: 56px;height: 56px;display: block;position: relative;z-index: 2;

    background-color: #e70012;border-radius: 7px 0 0 7px;

    background-position: center;background-repeat: no-repeat;

    -o-background-size: 100% auto;

    -ms-background-size: 100% auto;

    -moz-background-size: 100% auto;

    -webkit-background-size: 100% auto;

    background-size: 100% auto;

}

.fix-right .con:hover .ico{opacity: .8;}

.fix-right .txt{position: absolute;top: 0;height: 56px;padding-right: 56px;

    width: 260px;right: -260px;background-color: #e70012;

    line-height: 56px;color: #fff;text-align: center;font-size: 20px;

    border-radius: 7px 0 0 7px;

    transition: .5s;

    -ms-transition: .5s;

    -moz-transition: .5s;

    -webkit-transition: .5s;

    -o-transition: .5s;

}

.fix-right .con:hover .txt{right: 0;}

.fix-right .con:hover .qr{right: 60px;}

.fix-right .qr{position: absolute;width: 120px;height: 120px;

    padding: 10px;right: -120px;top: 0;

    background-color: #e70012;border-radius: 7px;

    transition: .5s;

    -ms-transition: .5s;

    -moz-transition: .5s;

    -webkit-transition: .5s;

    -o-transition: .5s;

}

.fix-right .qr img{width: 100%;height: 100%;}



.g-top{line-height: 77px;overflow: hidden;

    border-bottom: 1px solid rgba(0,0,0,.1);

}

.g-top .tab{float: left;}

.g-top .tab li{float: left;margin-right: 28px;}

.g-top .tab li a{display: block;font-size: 18px;color: #333;

    position: relative;

}

.g-top .tab li a:after{content: '';position: absolute;bottom: 0;left: 50%;right: 50%;

    height: 2px;background-color: #E70012;

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

.g-top .tab li.on a,.g-top .tab li:hover a{color: #E70012;}

.g-top .tab li.on a:after,.g-top .tab li:hover a:after{left: 0;right: 0;}

.g-top .cur{float: right;}

.cur{font-size: 16px;color: #888;}

.cur:before{content: '';width: 11px;height: 11px;display: inline-block;vertical-align: middle;

    border: 2px solid #E70012;border-radius: 50%;margin-right: 4px;position: relative;top: -1px;

}

.cur a{color: #888;}

.cur a:hover{color: #E70012;}

.g-cur{border-top: 1px solid #e0e0e0;padding: 33px 0 0;}





























