::-webkit-scrollbar {
    width: 4px;
    height: 4px
}
::-webkit-scrollbar-button:vertical {
    display: none
}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {
    background-color: #fff
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #d6000f;
    )
}
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #d6000f;
    )
}
::-webkit-scrollbar-thumb:vertical:active {
    background-color: #d6000f;
    )
}
.container {
    width: 84%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
body{
    padding-top:100px;
}
.common_pad{
    padding:5% 0;
}
/*******************************
  -------[=头部]-------
********************************/
.header{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255,255,255,1);
    box-shadow: 0 0px 6px #a9a9a9;
    height: 100px;
    color: #ccc;
}
.wp{
    width: 84%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.logo{
    float: left;
    display: block;
    height: 100px;
    line-height: 100px;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
    max-height: 64%;
}
/*******************************
    -------[=导航]-------
********************************/
.nav{
    float: left;
    margin-left: 60px;
}
.nav li{
    float: left;
    margin-left: 20px;
    text-align: center;
    position: relative;
}
.nav li:hover,.nav li.on{
    height: auto;
}
.nav .v1{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #444;
    line-height: 100px;
}
.nav li.on .v1,.nav li:hover .v1{
    border-bottom:3px solid #d6000f;
    margin-bottom:0;
    line-height: 97px;
    color: #d6000f;
}
.nav li.on:hover .v1{
    line-height:97px;
}
/*.nav li:nth-child(3):hover .v1{
    border:0;
    line-height:100px;
}*/
/*.nav li dl{
    position: absolute;
    top:100%;
    left:50%;
    margin-left: -75px;
    z-index: 999;
    width: 150px;
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    display: none;
}
.nav li dl:after{
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px solid #d6000f;
    content: '';
    z-index: 5;
}
.nav li dl dd .sv1{
    display: block;
    font-size: 14px;
    color: #fff;
    background: #d6000f;
    line-height: 36px;
    border-bottom: 1px solid #b9020f;
}
.nav li dl dd .sv1:hover{
    background: #b9020f;
}*/
.menuBtn{
    position: relative;
    z-index: 9;
    display: none;
    float: right;
    width: 25px;height: 38px;padding: 18px 0 0;cursor: pointer;
    margin-right: 5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #333;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{
    margin-top: 12px;
}
.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);
}
.header_r{
    float: right;
    height: 100px;
}
.header_r .search_box{
    width: 60px;
    height: 100%;
    float: left;
    position: relative;
}
.header_r .search_box a.single {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.header_r .search_box .search {
    background-image: url(../images/Icon_search.png);
}
.header_r .search_box .search:hover {
    background-image: url(../images/Icon_search_on.png);
}
.header_r .search_box form {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f5f5f5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}
.header_r .search_box .box {
    position: relative;
    padding: 0 90px;
    width: 100%;
    height: 100%;
}
.header_r .search_box .close {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    background: url(../images/close_icon1.png) center no-repeat;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.header_r .search_box .close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header_r .search_box input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 16px;
    color: #bfbfbf;
    background: none;
}
.header_r .search_box button {
    width: 80px;
    height: 100%;
    background: #e3e9ec url(../images/Icon_search_on.png) center no-repeat;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.header_r .search_box form.active {
    width: 600px;
}
.header_r .header_lan{
    float: right;
    height: 100%;
    background: url(../images/Icon_lanage.png) no-repeat left center;
    padding-left: 30px;
    font-size:14px; 
    color: #666;
    margin-left: 20px;
}
.header_r .header_lan a{
    line-height: 100px;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    font-size:14px; 
    color: #666;
}
.header_r .header_lan a:hover{
    color: #d6000f;
}
/*******************************
    -------[=底部]-------
********************************/
.footer{
    background: #333333;
    border-top: 4px solid #d6000f;
    padding-top: 60px;
}
.footer .fo-top{
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 60px;
}
.footer .fo-top .txt{
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.footer .fo-top .txt h1{
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 25px;
    padding-right: 66px;
}
.footer .fo-top .txt h1:after{
    display: inline-block;
    content: "";
    width: 2px;
    height: 20px;
    background: #d6000f;
    float: left;
    margin-right: 5px;
}
.footer .fo-top .txt a{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    opacity: 0.4;
}
.footer .fo-top .txt a:hover{
    opacity: 1;
}
.footer .fo-top .fo_fix{
    position: absolute;
    right: 0;
    top:0;
    width: 300px;
}
.footer .fo-top .fo_fix .fo_fix_txt span{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.footer .fo-top .fo_fix .fo_fix_txt h1{
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 35px;
}
.footer .fo-top .fo_fix .fo_fix_txt p{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    opacity: 0.4;
    margin-bottom: 10px;
}
.footer .fo-top .fo_fixed{
    position: relative;
    width: 80%;
}
.footer .fo-top .fo_fixed .show{
    margin-bottom: 30px;
    cursor: pointer;
}
.footer .fo-top .fo_fixed .show h1{
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding: 0 10px 25px 10px;
    border-bottom:1px solid rgba(255,255,255,0.2);
    background: url(../images/footer_ico.png) no-repeat 95% 6px;
}
.footer .fo-top .fo_fixed .show:hover h1{
    background: url(../images/footer_ico2.png) no-repeat 95% 6px;
}
.footer .fo-top .fo_fixed .hide{
    background: #fff;
    padding:30px 35px ;
    box-shadow: 0 0 10px 2px rgba(4,0,0,0.1);
    width: 240px;
    margin-bottom: 20px;
 /*   display: none;*/
    position: absolute;
    bottom:100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
    z-index: 10;
}
.footer .fo-top .fo_fixed .hide.active{
    opacity: 1;
    visibility: visible;
}
.footer .fo-top .fo_fixed .pic img{
    display: block;
    margin: 12px auto;
}
.footer .fo-top .fo_fixed .pic span{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: center;
}
.fo-bot {
    position: relative;
    padding:10px 0;
}
.fo-bot p{
    font-size: 14px;
    color: #fff;
    opacity: 0.4;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
}
.fo-bot span{
    font-size: 14px;
    color: #fff;
    opacity: 0.4;
    line-height: 30px;
    display: inline-block;
}
.fo-bot .fo_fx{
    float: right;
}
.fo-bot .fo_fx .share:after{
    content: ""
}
.fo-bot .fo_fx .share a.ico{
    width: 23px;
    height:30px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.fo-bot .fo_fx .share .ico_wx .code{ width: 78px; position: absolute; padding: 4px; background-color: #fff; bottom: 35px; left: 50%; margin-left: -39px; visibility: hidden;}
.fo-bot .fo_fx .share .ico_wx:hover .code{ visibility: visible; }
.fo-bot .fo_fx .share .ico_wx .code:before{ content: ''; width: 0; height: 0; border-width: 5px; border-style: solid; border-color: #fff transparent transparent transparent; position: absolute; bottom: -10px; left: 50%; margin-left: -5px; }
.fo-bot .fo_fx .share .ico_wx .code img{ display: block; width: 70px; height:70px; margin-top: 0; }
.fo-bot .fo_fx .share .ico_qq{
    background-image: url(../images/ico_qq1.png);
}
.fo-bot .fo_fx .share .ico_wb{
    background-image: url(../images/ico_wb1.png);
}
.fo-bot .fo_fx .share .ico_wx{
    position: relative;
    background-image: url(../images/ico_wx1.png);
}
.fo-bot .fo_fx .share .ico_addr{
    background-image: url(../images/ico_addr1.png);
}
.fo-bot .fo_fx .share .ico_qq:hover{
    background-image: url(../images/ico_qq2.png);
}
.fo-bot .fo_fx .share .ico_wb:hover{
    background-image: url(../images/ico_wb2.png);
}
.fo-bot .fo_fx .share .ico_wx:hover{
    background-image: url(../images/ico_wx2.png);
}
.fo-bot .fo_fx .share .ico_addr:hover{
    background-image: url(../images/ico_addr2.png);
}
.actGotop{
    position: fixed;
    right:5%;
    top: 60%;
    z-index: 999;
    display: none;
}
.actGotop a{
    display: block;
    width: 70px;
    height: 70px;
    background-color: #d6000f;
    background-image: url(../images/news_top.png);
    background-repeat: no-repeat;
    background-position: center 16px;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    padding-top: 34px;
    text-align: center;
}
.actGotop a:hover{
    background-color: #bf0210;
}
@media only screen and (max-width: 1440px) {
    .nav{margin-left: 30px;}
}
@media only screen and (max-width: 1366px) {
    body{
        padding-top: 70px;
    }
    .header{
        height: 70px;
        line-height: 70px;
    }
    .logo{
        line-height: 70px;
        height: 70px;
    }
    .logo img{
        height: 50%;
    }
    .nav .v1{
        line-height: 70px;
    }
    .nav li{
        margin-left: 15px;
    }
    .nav li.on .v1, .nav li:hover .v1{
        line-height: 67px;
    }
    .nav li.on:hover .v1{
        line-height: 67px;
    }
    .header_r{
        height: 70px;
    }
    .header_r .header_lan a{
        line-height: 70px;
    }
     .footer .fo-top .fo_fix h1{
        font-size: 24px;
    }
    .footer .fo-top .fo_fix span{
        font-size: 14px;
    }
    .footer .fo-top .txt h1{
        padding-right: 40px;
    }
}
@media only screen and (max-width: 1300px){
    .footer .fo-top .txt h1{font-size: 14px;}
    .footer .fo-top .txt a{font-size: 12px; line-height: 24px;}
    .footer .fo-top .fo_fixed .show h1{font-size: 14px;}
    .footer .fo-top .fo_fix .fo_fix_txt p{font-size: 12px;}
    .footer .fo-top .fo_fix .fo_fix_txt h1{font-size: 24px;}
}
@media only screen and (max-width: 1250px){
    .nav{margin-left: 10px;}
}
@media only screen and (max-width: 1199px) {
    .header_r .header_lan{
        margin-left: 0;
    }
    .nav .v1{font-size: 12px; vertical-align: top;}
    .footer .fo-top .txt h1{padding-right: 0;}
}
@media only screen and (max-width: 1100px){
    .logo img {
        height: 46%;
    }
    .nav li {
        margin-left: 10px;
    }
    .header_r .search_box form.active {
        width: 560px;
    }
    .header_r .search_box{
        width: 48px;
    }
    .header_r .header_lan a{
        font-size: 12px;
    }
    .footer .container {
        width: 92%;
    }
}
@media only screen and (max-width: 992px) {
    body{
        padding-top: 60px;
    }
    .header {
        height: 60px;
        line-height: 60px;
        border-top:0;
        background: #fff;
    }
    .wp{
        width: 100%;
        padding:0 15px;
    }
    .container{
        width: 100%;
        padding:0 15px;
    }
    .logo {
        height: 60px;
        line-height: 60px;
    }
    .logo img{height: 65%;}
    .menuBtn{display: block;}
    .nav{
        position: absolute;
        left: 0;right: 0;
        top:100%;
        z-index: 100;
        background: rgba(0,0,0,0.8);
        float: none;
        margin-left: 0;
        padding:20px 0;
        display: none;
    }
    .nav li{
        float: none;
        margin: 0;
        width: 100%;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
    }
    .nav li:hover, .nav li.on {
        height: auto;
        min-height: auto;
    }
    .nav  .v1{
        display: block;
        text-align:left;
        line-height: 40px;
        font-size: 14px;
        color:#fff;
        padding:0 30px;
    }
    .nav li.on .v1, .nav li:hover .v1 {
        background: none;
        color: #d6000f;
        line-height:40px;
        border-bottom: 0;
    }
    .nav li.on:hover .v1 {
        line-height: 40px;
    }
    /*.nav li:nth-child(3):hover .v1{
        line-height: 40px;
    }*/
    .nav li dl{
        position: static;
        margin-left:0;
        width: 100%;
        background:none;
        color:#fff;
    }
    .nav li dl:after{
        display: none;
    }
    .nav li dl dd{
        display: block;
    }
    .nav li dl dd .sv1{
        text-align: left;
        padding-left: 30px;
        color:#fff;
        border:0;
        font-size: 14px;
        line-height: 30px;
        background: none;
    }
    .nav li dl dd .sv1:hover{
        color:#d6000f;
        background: none;
    }
    .header_r{
        margin-right: 20px;
        height: 60px;
    }
    .header_r .header_lan a{
        line-height: 60px;
    }
    .header_r .search_box form {
        top: 60px;
        width: 90%;
        height: 0;
        position: fixed;
        left: 5%;
        right: 5%;
    }
    .header_r .search_box form.active {
        width: 90%;
        height: 40px;
    }
    .header_r .search_box .box {
        padding: 0 40px;
    }
    .header_r .search_box button {
        width: 40px;
    }
    .header_r.search_box .close {
        left: 10px;
    }
    .header_r .search_box input[type="text"] {
        font-size: 14px;
        float: left;
    }
    .footer .container{
        width: 100%;
    }
    .footer .fo-top .txt{
        display: none;
    }
    .footer .fo-top .fo_fix{
        position: static;
    }
    .footer{
        padding-top: 30px;
    }
    .footer .fo-top{
        padding-bottom: 30px;
    }
    .footer .fo-top .fo_fix h1 {
        font-size: 22px;
    }
    .fo-bot .fo_fx{
        float: none;
        margin: 0 auto;
    }
    .actGotop a{
        width: 40px;
        height: 40px;
        font-size: 0;
        background-position: center;
        background-size: 18px auto;
    }
}
@media only screen and (max-width: 767px) {
    .fo-bot{
        text-align: center;
    }
   .fo-bot p,.fo-bot span{
        display: inline-block;
   }
   .fo-bot .fo_fx{
        display: table;
   }
}
@media only screen and (max-width: 640px) {
    .header_r .search_box {
        width: 34px;
    }
    .header_r .header_lan{
        padding-left: 25px;
    }
    .header_r{
        margin-right: 10px;
    }
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 400px) {
    .logo img {
        height: 56%;
    }
}