﻿
/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;
    font-family:'Arial','Alibaba-PuHuiTi-Regular',"微软雅黑","Microsoft Yahei";
    padding-top: 100px;overflow-x: hidden;
}
a{color: #333;}
a:hover{color: #D6201A;}
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:'Alibaba-PuHuiTi-Regular',"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
        -webkit-appearance: none;
}
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: #C3C3C3;}
::-moz-placeholder {color: #C3C3C3; }
::-ms-input-placeholder {color: #C3C3C3;}
a,
input,
button{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
@font-face {
    font-family: 'Alibaba-PuHuiTi-Regular';
    src: url('../fonts/Alibaba-PuHuiTi-Regular.ttf');
}
@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    src: url('../fonts/Alibaba-PuHuiTi-Medium.ttf');
}
@font-face {
    font-family: 'Alibaba-PuHuiTi-Light';
    src: url('../fonts/Alibaba-PuHuiTi-Light.ttf');
}
@font-face {
    font-family: 'Helvetica-Black';
    src: url('../fonts/Helvetica-Black.otf');
}
@font-face {
    font-family: 'DINCond-Black';
    src: url('../fonts/DINCond-Black.otf');
}
@font-face {
    font-family: 'consola';
    src: url('../fonts/consola.ttf');
}

.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: 1440px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

.main{overflow: hidden;min-height: 500px;}
/*******************************
  -------[=头部]-------
********************************/
.header{position: fixed;height: 100px;z-index: 108;left: 0;top: 0;right: 0;
    background-color: #fff;/*box-shadow: 0px 0px 15px rgba(0,0,0,.1);*/
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header.open{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.logo{float: left;line-height: 100px;font-size: 0;margin-left: 39px;}
.logo img{display: inline-block;vertical-align: middle;height: 67px;}
.hdr{float: right;}
.nav{float: left;}
.nav li{float: left;position: relative;}
.nav li:after{content: '';position: absolute;right: 0;top: 50px;width: 1px;height: 16px;
    background-color: #C2C2C2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav li .v1{display: block;font-size: 18px;color: #333;margin: 0 43px;
    position: relative;line-height: 100px;font-family: 'Alibaba-PuHuiTi-Medium';
}
.nav li .v1:after{content: '';position: absolute;left: 50%;right: 50%;bottom: 0;
    height: 3px;background-color: #D6201A;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav li.on .v1:after,.nav li:hover .v1:after{left: 0;right: 0;}
.nav li.on .v1,.nav li:hover .v1{color: #D6201A;}
.lang{float: left;line-height: 100px;font-size: 18px;color: #666;
    padding-left: 33px;margin-left: 41px;margin-right: 29px;
    background: url(../images/i-lang.png) no-repeat left center;
}
.lang:after{content: '';display: inline-block;vertical-align: middle;
    width: 12px;height: 7px;position: relative;top: -2px;margin-left: 11px;
    background: url(../images/i-01.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.so-btn{width: 100px;height: 100px;float: right;cursor: pointer;
    background: #D6201A url(../images/i-02.png) no-repeat center;
    -o-background-size: 29px auto;
    -ms-background-size: 29px auto;
    -moz-background-size: 29px auto;
    -webkit-background-size: 29px auto;
    background-size: 29px auto;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.so-btn:hover{opacity: .8;}
.so{position: absolute;top: 100%;margin-top: 10px;right: 10px;display: none;}
.so .inp{width: 250px;height: 45px;display: block;font-size: 16px;color: #fff;
    border-radius: 23px;border: 0;padding: 0 50px 0 15px;
    background-color: rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.so .btn{position: absolute;right: 0;top: 0;width: 45px;height: 45px;
    border: 0;cursor: pointer;
    background: url(../images/i-02.png) no-repeat center;
    -o-background-size: 29px auto;
    -ms-background-size: 29px auto;
    -moz-background-size: 29px auto;
    -webkit-background-size: 29px auto;
    background-size: 29px auto;
}


/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;margin-right: 10px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #D6201A;
    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: 5px;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{position: relative;}
.banner .slick-slide .con{display: block;outline: 0;
    position: relative;height: 800px;
    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 .pic{position: absolute;left: 50%;top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.banner .pic img{width: 100%;display: block;}
.banner .pic1{width: 968px;}
.banner .pic2{width: 1328px;}
.banner .pic3{width: 847px;}
.case_slick3_dots{text-align:center;position: absolute;left: 0;
    right: 0;bottom: 50px;z-index: 5;
}
.case_slick3_dots li{display:inline-block;vertical-align:middle;margin:0 0px;width:38px;height:38px;position:relative;cursor:pointer}
.case_slick3_dots .numb{position:absolute;z-index:1;width:8px;height:8px;border-radius:50%;background-color:#d5d5d5;font-size:0;top:15px;left:15px}
.case_slick3_dots .base .numb{background-color: #F24548;
    /*top:0;left:0;width:100%;height:100%;background:0 0;
    line-height:38px;text-align:center;font-size:16px;color:#F24548*/
}
.wrapper{width:38px;height:38px;position:absolute;z-index:2;clip:rect(0,38px,38px,19px)}
.circle{width:37px;height:37px;border:1px solid #F24548;border-radius:50px;position:absolute;clip:rect(0,19px,38px,0)}
.base .left,.base .right,.base .wrapper{-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-function:linear}
.base .wrapper{-webkit-animation-duration:10ms;-webkit-animation-delay:2s;-webkit-animation-name:close-wrapper}
.base .left{-webkit-animation-duration:4s;-webkit-animation-name:left-spin}
.base .right{-webkit-animation-duration:2s;-webkit-animation-name:right-spin}
@-webkit-keyframes right-spin{
from{-webkit-transform:rotate(0)}
to{-webkit-transform:rotate(180deg)}
}
@-webkit-keyframes left-spin{
from{-webkit-transform:rotate(0)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes close-wrapper{
to{clip:rect(auto,auto,auto,auto)}
}


/*******************************
  -------[=底部]-------
********************************/
.footer{position: relative;
    background-color: #E8F3F7;
}
.footer:after,.footer:before{content: '';position: absolute;top: 0;
    width: 50%;height: 5px;
}
.footer:after{right: 0;background-color: #D6201A;}
.footer:before{left: 0;background-color: #0C60AC;}
.fd-form{padding: 43px 0;overflow: hidden;
    border-bottom: 1px solid rgba(213,213,213,.8);
}
.fd-form .tit{float: left;font-size: 30px;font-weight: normal;line-height: 66px;
    font-family: 'Alibaba-PuHuiTi-Medium';padding-left: 47px;
    background: url(../images/i-10.png) no-repeat left center;
    -o-background-size: 37px auto;
    -ms-background-size: 37px auto;
    -moz-background-size: 37px auto;
    -webkit-background-size: 37px auto;
    background-size: 37px auto;
}
.fd-form .con{overflow: hidden;float: right;}
.fd-form .item{width: 260px;float: left;margin-right: 12px;}
.fd-form .inp{width: 100%;display: block;height: 66px;border: 1px solid #D5D5D5;
    border-radius: 5px;background-color: #F3F9FB;padding: 0 19px;
    font-size: 18px;
}
.fd-form .code{width: 210px;position: relative;}
.fd-form .c-pic{width: 87px;height: 40px;position: absolute;top: 50%;right: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fd-form .c-pic img{width: 100%;height: 100%;display: block;}
.fd-form .btn{width: 206px;height: 66px;float: right;border: 0;display: block;
    border-radius: 5px;font-size: 18px;color: #fff;cursor: pointer;
    background-color: #D6201A;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.fd-form .btn:hover{opacity: .8;}
.fd-con{overflow: hidden;padding: 58px 0 46px;}
.fd-nv{float: left;}
.fd-nv dl{float: left;margin-right: 140px;}
.fd-nv dt{margin-bottom: 8px;}
.fd-nv dt a{display: block;font-size: 22px;font-family: 'Alibaba-PuHuiTi-Medium';}
.fd-nv dd a{display: block;font-size: 16px;line-height: 2;color: #999;}
.fd-nv dd a:hover{color: #D6201A;}
.fd-nv dl:last-child{margin-right: 0;}
.fd-tel{float: right;}
.fd-tel .tel{text-align: right;margin-bottom: 13px;}
.fd-tel .tel span{font-size: 18px;}
.fd-tel .tel p{font-size: 34px;color: #D6201A;font-family: 'DINCond-Black';}
.fd-tel .qr{width: 110px;text-align: center;float: right;}
.fd-tel .pic{margin-bottom: 10px;}
.fd-tel .pic img{width: 100%;display: block;}
.fd-tel .qr span{font-size: 16px;color: #999;}
.fd-bot{border-top: 1px solid rgba(182,182,182,.3);
    line-height: 86px;overflow: hidden;font-size: 16px;color: #999;
}
.fd-bot a{color: #999;}
.fd-bot a:hover{color: #D6201A;}
.fd-copy{float: left;}
.fd-link{float: right;}

/*******************************
    -------[=正文]-------
********************************/
.bd_weixin_popup{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.fix-right{position: fixed;right: 0;top: 50%;z-index: 105;display: none;
    box-shadow: 0px 0px 6px 0px rgba(71, 71, 71, 0.17);
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fix-right .con{display: block;position: relative;border-bottom: 1px solid #E5E5E5;}
.fix-right .ico{width: 65px;height: 65px;display: block;position: relative;z-index: 2;
    background-color: #fff;
    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;background-color: #D6201A;}
.fix-right .txt{position: absolute;top: 0;height: 65px;padding-right: 65px;
    width: 320px;right: -320px;background-color: #D6201A;
    line-height: 65px;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: 70px;}
.fix-right .qr{position: absolute;width: 120px;height: 120px;
    padding: 10px;right: -130px;top: 0;
    background-color: #D6201A;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%;}
.fix-right .tel .ico{background-image: url(../images/fix-10.png);}
.fix-right .mail .ico{background-image: url(../images/fix-11.png);}
.fix-right .weix .ico{background-image: url(../images/fix-12.png);}
.fix-right .top .ico{background-image: url(../images/fix-13.png);}
.fix-right .tel:hover .ico{background-image: url(../images/fix-10-on.png);}
.fix-right .mail:hover .ico{background-image: url(../images/fix-11-on.png);}
.fix-right .weix:hover .ico{background-image: url(../images/fix-12-on.png);}
.fix-right .top:hover .ico{background-image: url(../images/fix-13-on.png);}
.fix-right .top{border-bottom: 0;}