﻿
/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;font-family:"Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    overflow-x: hidden;
}
a{color: #333;}
a:hover{color: #f60;}
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:'SourceHanSansCN-Regular';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;
}
/* @font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
} */

/*布局*/
.wp{width: 100%;max-width: 1280px;margin: 0 auto;}
.index .wp{max-width: 1440px;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

.mo-bg{display: none;}
/*******************************
  -------[=头部]-------
********************************/
.header{position: fixed;top: 0;left: 0;right: 0;z-index: 999;
    background-color: rgba(19, 22, 24, .7);
    border-bottom: 3px solid #FF6600;
}
.logo{float: left;line-height: 97px;font-size: 0;}
.logo img{display: inline-block;vertical-align: middle;height: 37px;}
.logo-mo{display: none;}
.hdr{float: right;position: relative;}
.nav{float: left;}
.nav li{float: left;margin-right: 45px;}
.nav li .v1{font-size: 16px;display: block;line-height: 97px;
    color: #fff;
}
.nav li:hover .v1,.nav li.on .v1{color: #f60;}
.nav li.lang-app{display:none}
.nav dl{display: none;}
.so-btn{float: left;width: 40px;height: 40px;border-radius: 6px;margin-top: 28px;cursor: pointer;
    background: #FF6600 url(../images/i-so.png) no-repeat center;
}
.so{position: absolute;right: 80px;bottom: 25px;width: 0;overflow: hidden;transition: all 0.3s;}
.so .inp{width: 888px;height: 50px;display: block;
    background-color: transparent;font-size: 16px;
    color: #fff;padding: 0 50px 0 15px;border: 0;
    border-bottom: 1px solid #474b51;
}
.so.on{width: 888px;}
.so .btn{display: none;position: absolute;right: 0;top: 0;width: 50px;height: 50px;
    border-radius: 50%;cursor: pointer;border: 0;
    background: url(../images/i-so.png) no-repeat right center;
}
.so.on .btn{display: block;}
.nav-gotop{
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    margin-top: 28px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    margin-left: 20px;
    background: #FF6600;
    text-align: center;
    display: block !important;
}
.header .lang{float: right;line-height: 97px;margin-right: -13px;}
.header .lang a{float: left;font-size: 16px;color: #777;padding: 0 13px;
    position: relative;
}
.header .lang a:after{content: '';position: absolute;right: 0;top: 50%;
    width: 1px;height: 18px;background-color: #fff;opacity: .2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .lang a.on,.header .lang a:hover{color: #fff;}
.header .lang a:last-child:after{display: none;}

/*******************************
    -------[=导航]-------
********************************/
.app_so{display: none;}
.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: #000;
    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]-------
*******************************/

.ban{height: 700px;
    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{height: 100%;position: relative;}
.ban .tit{position: absolute;top: 50%;left: 0;font-size: 48px;color: #fff;padding-bottom: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ban .tit:after{content: '';position: absolute;left: 0;bottom: 0;width: 61px;height: 3px;
    background-color: #F60;
}
/*******************************
  -------[=底部]-------
********************************/
.footer{border-top: 4px solid #ff6000;padding: 63px 0 0;
    background: url(../images/fd-bg.jpg) no-repeat right bottom;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-con{*zoom:1;}
.fd-con:after,.fd-con:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.fd-l{float: left;width:26%}
.fd-logo{margin-bottom: 26px;}
.fd-logo img{height: 37px;display: block;}
.fd-add{line-height: 3;color: #999;margin-bottom: 28px;}
.fd-add .item{padding-left: 36px;
    background-position: left center;background-repeat: no-repeat;
}
.fd-add .item.i1{background-image: url(../images/i-03.png);line-height:22px}
.fd-add .item.i2{background-image: url(../images/i-04.png);}
/*.fd-add .item.i1 span:nth-child(1){float:left}*/
/*.fd-add .item.i1 span:nth-child(2){overflow:hidden;display:block}*/
.fd-share{*zoom:1;}
.fd-share:after,.fd-share:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.fd-share .qr{float: left;margin-right: 19px;position: relative;}
.fd-share span{display: block;width: 36px;height: 36px;display: block;
    border: 1px solid #DCDCDC;border-radius: 50%;cursor: pointer;
    background-position: center;background-repeat: no-repeat;background-size: 20px auto;
}
.fd-share .i-weix{background-image: url(../images/i-05.png);}
.fd-share .i-sina{background-image: url(../images/i-06.png);}
.fd-share .i-jingd{background-image: url(../images/jingd.png);}

.fd-share span:hover{border: 1px solid #f60;}
.fd-share .i-weix:hover{background-image: url(../images/i-05_on.png);}
.fd-share .i-sina:hover{background-image: url(../images/i-06_on.png);}
.fd-share .i-jingd:hover{background-image: url(../images/jingd_on.png);}
.fd-share .pic{position: absolute;bottom: 100%;left: 50%;margin-bottom: 5px;width: 110px;
    padding: 5px;background-color: #f60;border-radius: 5px;display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fd-share .pic img{width: 100%;display: block;}
.fd-share .qr:hover .pic{display: block;}
.fd-r{float: right;width:72%}
.fd-nv{}
.fd-nv dl{float: left;margin-left: 48px;}
.fd-nv dl:first-child{margin-left: 0;}
.fd-nv dt{margin-bottom: 22px;}
.fd-nv dt a{display: block;font-size: 16px;position: relative;color: #2B2B2B;
    padding-bottom: 17px;
}
.fd-nv dt a:after{content: '';position: absolute;left: 0;bottom: 0;
    width: 30px;height: 2px;background-color: #F60;
}
.fd-nv dd a{    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    max-width: 9em;
    margin-top: 10px;}
.fd-nv dd a:hover,.fd-copy a:hover{color: #F60;}
.fd-copy{overflow: hidden;color: #999;padding: 100px 0 36px;}
.fd-copy .copy{float: left;}
.fd-copy .link{float: right;}
.fd-copy a{color: #999;}
/*******************************
    -------[=正文]-------
********************************/
.g-tab{line-height: 75px;*zoom:1;
    border-bottom: 1px solid #e5e5e5;
}
.g-tab:after,.g-tab:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.g-tab .cur{float: left;font-size: 14px;color: #222;}
.g-tab .cur a{color: #777;}
.g-tab .cur a:hover{color: #f60;}
.g-tab .tab{float: right;}
.g-tab .tab li{float: left;margin-left: 50px;}
.g-tab .tab li a{display: block;font-size: 16px;color: #222;position: relative;}
.g-tab .tab li a:after{content: '';position: absolute;bottom: -1px;left: 50%;right: 50%;
    height: 3px;background-color: #014099;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.g-tab .tab li.on a,.g-tab .tab li:hover a{color: #014099;font-weight: bold;}
.g-tab .tab li.on a:after,.g-tab .tab li:hover a:after{left: 0;right: 0;}

.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;z-index: 106;right: 20px;top: 50%;width: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fix-right li{margin-bottom: 2px;}
.fix-right .con{display: block;height: 70px;border-radius: 5px;
    background-color: rgba(0,0,0,.3);padding-top: 10px;position: relative;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.fix-right .ico{display: block;height: 30px;margin-bottom: 4px;
    background-position: center;background-repeat: no-repeat;
        background-size: contain;
    background-repeat: no-repeat;
}
.fix-right .ico.iconfont{
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.fix-right em{font-size: 12px;text-align: center;display: block;
    color: #fff;
}
.fix-right .con.on{background-color: #f60;}
.fix-right .tel{
    position: absolute;
    top: -34px;
    right: 100%;
    bottom: 0;
    line-height: 30px;
    padding: 6px 0 0 18px;
    display: none;
    color: #fff;
    width: 310px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #f60;
    font-size: 17px;
}
.fix-right .qr{position: absolute;top: 0;right: 100%;margin-right: 5px;overflow: hidden;
    width: 110px;padding: 5px;background-color: #f60;border-radius: 5px;display: none;
}
.fix-right .qr img{width: 100%;display: block;}
@media screen and (min-width: 1199px){
    .fix-right .con:hover .qr{display: block;}
    .fix-right .con:hover .tel{display: block;}
    .fix-right .con:hover{background-color: #f60;}
}

@media screen and (max-width: 768px){
    .fix-right .con.on1 .qr{display: block;}
    .fix-right .con.on1 .tel{display: block;}
    .fix-right .con.on1{background-color: #f60;}
    .fix-right .llother{
            display: none;
        }
    
}

.fix-right .go-top{
    display: none
}