@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.eot");
    src: url("../fonts/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular") format("svg");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../fonts/SourceHanSerifCN-Regular.otf');
}
/*-----------------[初始化]--------------*/
html{position: relative;overflow-x: hidden;}
body{color: #292929;font-size: 12px;line-height: 1.5;font-family:"SourceHanSansCN-Regular","微软雅黑","Microsoft Yahei";
    overflow-x: hidden;
}
a{color: #292929;}
a:hover{color: #9E2A24;}
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: #292929;
    font-family:"SourceHanSansCN-Regular","微软雅黑","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;}

.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: 1600px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}
.db_bb{padding-bottom: 24px;border-bottom: 1px solid rgba(255,255,255,.3);}
.footer .bbb{    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    padding: 10px 0;}
.footer .bbb img{width: 34px;
    vertical-align: middle;
    margin-right: 10px;}
.footer .bbb a{color: #fff;}
/*******************************
  -------[=头部]-------
********************************/
.header{position: absolute;left: 0;top: 0;right: 0;z-index: 109;
    padding: 0 100px 0 87px;
}
.logo{float: left;margin-top: 14px;}
.logo img{display: block;height: 84px;}
.hdr{float: right;}
.header .top{overflow: hidden;line-height: 36px;margin-top: 12px;margin-bottom: 5px;}
.header .lang,.header .oa{float: left;font-size: 16px;color: #fff;padding: 0 28px;position: relative;}
.header .lang:after,.header .oa:after{content: '';position: absolute;right: 0;top: 50%;
    width: 1px;height: 10px;background: rgba(255, 255, 255, 0.3);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .lang,.header .oa:hover{opacity: .8;}
.so-btn{float: right;font-size: 16px;color: #fff;margin-left: 28px;cursor: pointer;}
.so-btn i{width: 36px;height: 36px;float: right;border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;margin-left: 19px;
    background: url(../images/i-so.png) no-repeat center;
    -o-background-size: 16px auto;
    -ms-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
}
.so{float: right;width: 250px;position: relative;margin-left: 28px;display: none;}
.so .inp{display: block;width: 100%;height: 36px;border: 0;
    border-radius: 18px;padding: 0 50px 0 15px;font-size: 14px;
}
.so .btn{position: absolute;right: 0;top: 0;width: 36px;height: 36px;
    border: 0;cursor: pointer;border-radius: 50%;
    background: #9E2A24 url(../images/i-so.png) no-repeat center;
    -o-background-size: 16px auto;
    -ms-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
}
.nav{*zoom:1;}
.nav:after,.nav:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.nav li{float: left;margin-left: 96px;position: relative;}
.nav li .v1{display: block;font-size: 20px;color: #fff;}

.nav .sub{position: absolute;top: 100%;left: 50%;width: 180px;display: none;
    padding-top: 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav .sub dl{
    background-color: rgba(255,255,255,.9);padding: 10px 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.nav .sub dd{position: relative;}
.nav .sub dd a{display: block;font-size: 16px;text-align: center;line-height: 45px;}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #fff;
    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{height: 100vh;position: relative;}
.banner:before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 164px;z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide .con{outline: 0;position: relative;display: block;height: 100%;
    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 .slick-dots{position: absolute;left: 0;bottom: 36px;width: 100%;font-size: 0;text-align: center;z-index: 2;}
/*.banner .slick-dots:before{content: '';position: absolute;left: 0;right: 0;top: 50%;
    height: 1px;border-bottom: 1px dashed #fff;
}*/
.banner .slick-dots li{position: relative;display: inline-block;vertical-align: top;margin: 0 20px;padding: 0 8px;}
.banner .slick-dots li button{display: block;width: 6px;height: 6px;border-radius: 50%;position: relative;
    border: 0;cursor: pointer;padding: 0;font-size: 0;text-indent: 99999px;margin-top: 15px;
    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;
}
.banner .slick-dots li button:after,
.banner .slick-dots li button:before{content: '';position: absolute;top: 50%;width: 5px;height: 2px;margin-top: -1px;
    background: url(../images/i-02.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;
}
.banner .slick-dots li button:before{left: -8px;}
.banner .slick-dots li button:after{right: -8px;}
.banner .slick-dots li.slick-active button{width: 56px;height: 36px;margin-top: 0;
    background-image: url(../images/i-01.png);
    background-color: transparent;
}


/*******************************
  -------[=底部]-------
********************************/

.footer{position: relative;padding: 70px 0;margin-top: -40px;z-index: 108;*zoom:1;
    background: url(../images/fd-bg1.png) no-repeat center top;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer:after,.footer:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.fd-txt{float: left;font-size: 16px;line-height: 2.75;color: #fff;margin-top: 40px;}
.fd-logo{position: absolute;left: 50%;top: 120px;width: 528px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fd-logo img{width: 100%;display: block;}
.fd-link{float: right;width: 277px;margin-top: 50px;}
.fd-link .t1{font-size: 16px;font-weight: normal;color: #fff;padding-bottom: 12px;margin-bottom: 30px;
    border-bottom: 1px dashed rgba(255,255,255,.3);
}
.fd-link dl{position: relative;z-index: 3;}
.fd-link dt{height: 44px;font-size: 14px;color: #fff;padding: 0 12px;line-height: 44px;cursor: pointer;
    background: rgba(255, 255, 255, 0.1);position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fd-link dt:after{content: '';position: absolute;right: 14px;top: 50%;width: 11px;height: 6px;
    background: url(../images/i-39.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;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fd-link dd{position: absolute;left: 0;right: 0;bottom: 100%;display: none;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.fd-link dd a{display: block;font-size: 14px;line-height: 44px;
    padding: 0 12px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fd-desc{float: left;margin-top: 50px;}
.fd-desc .item{float: left;margin-right: 120px;}
.fd-desc .t1{font-size: 16px;font-weight: normal;color: #fff;padding-bottom: 12px;margin-bottom: 10px;
    border-bottom: 1px dashed rgba(255,255,255,.3);
}
.fd-desc .desc{font-size: 16px;line-height: 2.13;color: #fff;}
.fd-desc .item:last-child{margin-right: 0;}
/*******************************
    -------[=正文]-------
********************************/
.fix-right{position: fixed;top: 50%;right: 17px;z-index: 108;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.ooomn{opacity:1;}
.fix-right:before{content: '';position: absolute;left: 2px;top: -55px;
    width: 85px;height: 69px;z-index: 2;
    background: url(../images/ico-02.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;
}
.fix-right ul{position: relative;box-shadow: 0px 7px 13px 0px rgba(167, 165, 163, 0.1);}
.fix-right ul:before{content: '';position: absolute;left: 0;right: 0;bottom: 100%;
    height: 24px;background: url(../images/ico-bg.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;
}
.fix-right li{background-color: #fff;}
.fix-right .con{display: block;height: 100px;width: 81px;text-align: center;
    position: relative;padding-top: 10px;
}
.fix-right .con:after{content: '';position: absolute;left: 50%;bottom: 0;
    width: 86px;height: 5px;
    background: url(../images/ico-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;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fix-right h4{font-size: 12px;}
.fix-right .ico{display: block;margin: 0 auto;}
.fix-right .ico img{width: 100%;display: block;}
.fix-right .i1 .ico,.fix-right .i2 .ico{width: 53px;}
.fix-right .i3 .ico{width: 65px;}
.fix-right .i4 .ico{width: 58px;}
.fix-right li:last-child .con:after{display: none;}
.fix-right .i3 .con{padding-top: 5px;}