@charset "UTF-8";
/* CSS Document */
@import url(/static/css/index.css);
@import url(/static/css/web-style-zcl.css);
@import url(/static/css/web-style-yhq.css);
@import url(/static/css/web-style-wy.css);
@import url(/static/css/web-style-zl.css);

/*--------------------------------------- public style --------------------------------------------------*/
body {
    font-family: "Microsoft YaHei", sans-serif;
    color: #616161;
    overflow-x: hidden;
    height: 100%;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px){
    .col-sm-5ths{
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px){
    .col-md-5ths{
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px){
    .col-lg-5ths{
        width: 20%;
        float: left;
    }
}

/* Í¼Æ¬×ÔË³Ó¦ */
img{
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*ÎªÁËÕÕ¹ËieÍ¼Æ¬Ëõ·ÅÊ§Õæ*/
    border: none;
}
@-ms-viewport{
    width: device-width;
}
@-o-viewport{
    width: device-width;
}
@viewport{
    width: device-width;
}


.body-pt{ padding-top: 100px;}
.bg-f8f8f8{
    background: #f8f8f8;
}

.mt50{ margin-top: 50px;}
.mb70{ margin-bottom: 70px;}


/*header*/
.header-custom{
    margin-bottom: 0;
    background: none;
    border: none;
    border-radius: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
}
.header-custom .logo{
    height: auto;
    padding: 20px 15px;
}
.header-custom .logo img:last-child{
    display: none;
}
.header-custom .nav-custom>li>a{
    background-position: left bottom;
    background-repeat: repeat-x;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-custom .nav-custom>li>a:focus,
.header-custom .nav-custom>li>a:hover,
.header-custom .nav-custom>.active>a,
.header-custom .nav-custom>.active>a:hover,
.header-custom .nav-custom>.active>a:focus{
    background-color: inherit;
    color: #fff;
}
.header-custom .header-right .header-tel{
    line-height: 40px;
    padding-left: 26px;
    background: url("/static/images/icon_1.png") left center no-repeat;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.header-custom .header-right .header-search{
    position: relative;
}
.header-custom .header-right .header-search .search-btn{
    display: block;
    width: 40px;
    height: 40px;
    background: url("/static/images/icon_2.png") center center no-repeat;
    cursor: pointer;
}
.header-custom .header-right .header-search .search-box{
    height: 40px;
    margin-top: -20px;
    background: #eee;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
}
.header-custom .header-right .header-search .search-box input[type=text]{
    height: 40px;
    background: none;
    border: none;
    box-shadow: none;
}
.header-custom .header-right .header-search .search-box input[type=submit]{
    width: 40px;
    height: 40px;
    background: url("/static/images/icon_2h.png") center center no-repeat;
    border: none;
    position: absolute;
    top: 0;
}
.header-custom .navbar-toggle{
    margin-top: 28px;
    margin-bottom: 0;
    border-color: #e33f3b;
}
.header-custom .navbar-toggle .icon-bar{
    background: #e33f3b;
}
.header-custom .navbar-toggle:hover,
.header-custom .navbar-toggle:focus{
    background: #e33f3b;
}
.header-custom .navbar-toggle:hover .icon-bar,
.header-custom .navbar-toggle:focus .icon-bar{
    background: #fff;
}
.header-custom.navbar-inverse{
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.header-custom.navbar-inverse .logo img:first-child{
    display: none;
}
.header-custom.navbar-inverse .logo img:last-child{
    display: block;
}
.header-custom.navbar-inverse .nav-custom>li>a,.header-custom.navbar-inverse .nav-custom>li>a:hover{
    color: #333;
}
.header-custom.navbar-inverse .header-right .header-tel{
    background: url("/static/images/icon_1h.png") left center no-repeat;
    color: #cb302b;
}
.header-custom.navbar-inverse .header-right .header-search .search-btn{
    background: url("/static/images/icon_2h.png") center center no-repeat;
}



.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
    background-image: url('/static/images/line_1.jpg');
    background-color: inherit;
    color: #333;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
    background-color: inherit;
}























/*footer*/
footer{
    /*background: url("/static/images/footer_bg.jpg") center center no-repeat;
    background-size: cover;*/
}
.footer-block{
    padding-top: 60px;
}
.footer-address{
    color: #fff;
}
.footer-address .title{
    line-height: 50px;
    font-size: 22px;
}
.footer-address .content{
    line-height: 26px;
    font-size: 14px;
}
.footer-nav{
    margin-bottom: 30px;
}
.footer-nav .li a{
    display: block;
    line-height: 24px;
}
.footer-nav .li .a-1{
    margin-bottom: 6px;
    font-size: 14px;
    color: #fff;
}
.footer-nav .li .a-2{
    color: #d4d4d4;
}
.footer-messageBoard{
    margin-bottom: 30px;
}
.footer-messageBoard .title{
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.footer-messageBoard .title .name{
    float: left;
    color: #fff;
}
.footer-messageBoard .title .tel{
    float: right;
    color: #cb302b;
}
.footer-messageBoard .form-group{
    margin-bottom: 0;
}
.footer-messageBoard .row>div{
    margin-bottom: 15px;
}
.footer-messageBoard input[type=text]{
    height: 46px;
    background: none;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: inherit;
    font-size: 16px;
    color: #808080;
}
/* .footer-messageBoard input[type=text]::-webkit-input-placeholder{
    color: #fff;
}
.footer-messageBoard input[type=text]:-moz-placeholder{
    color: #fff;
}
.footer-messageBoard input[type=text]::-moz-placeholder{
    color: #fff;
}
.footer-messageBoard input[type=text]:-ms-input-placeholder{
    color: #fff;
} */
.footer-messageBoard select{
    height: 46px;
    background: none;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: inherit;
    font-size: 16px;
    color: #999;
}
.footer-messageBoard textarea{
    background: none;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: inherit;
    font-size: 16px;
    color: #808080;
}
/* .footer-messageBoard textarea::-webkit-input-placeholder{
    color: #fff;
}
.footer-messageBoard textarea:-moz-placeholder{
    color: #fff;
}
.footer-messageBoard textarea::-moz-placeholder{
    color: #fff;
}
.footer-messageBoard textarea:-ms-input-placeholder{
    color: #fff;
} */
.footer-messageBoard .subbutton{
    width: 100%;
    height: 46px;
    background: #e33f3b;
    border: none;
    font-size: 16px;
    color: #fff;
}
.footer-messageBoard input[type=reset]{
    width: 100%;
    height: 46px;
    background: none;
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 14px;
    color: #999;
}
.footer-copy{
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #1c1c1c;
    color: #b2b2b2;
    text-align: center;
}
.footer-copy a{
    display: inline-block;
    color: #b2b2b2;
}


/*ÓÒ²àÐü¸¡*/
.float-right{
    width: 66px;
    margin-top: -200px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1003;
}
.float-right a{
    display: block;
    height: 66px;
    padding-top: 8px;
    margin-bottom: 1px;
    background: #e33f3b;
    font-size: 12px;
    color: #f5f5f5;
    text-align: center;
    transition: all 0.5s;
    position: relative;
}
.float-right a:first-child{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.float-right a:last-child{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.float-right a img{
    display: block;
    width: 27px;
    height: 26px;
    margin-right: auto;
    margin-bottom: 6px;
    margin-left: auto;
}
.float-right a:hover{
    background: #ca201c;
}
.float-right .weChatCode .img{
    width: 180px;
    padding-right: 21px;
    background: url("/static/images/horn_1.png") right 25px no-repeat;
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
}
.float-right .weChatCode .img img{
    display: block;
    width: 159px;
    height: 159px;
    border: 12px solid #ca201c;
    border-radius: 10px;
}


/* ÄÚÒ³¿ò¼Ü */
.inside-banner img{
    display: block;
    width: 100%;
}
.main{
    padding-left: 26.16%;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.main-left{
    float: left;
    width: 35.4%;
    margin: -40px 0 -23px -35.4%;
}
.main-left::before{
    content: "";
    border-left: 10px solid #eee;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.main-right{
    position: relative;
    z-index: 1;
    width: 100%;
    float: right;
}
.main-warpper{
    padding: 22px 2.77% 58px;
    margin-left: -10.88%;
    background: #fff;
    -webkit-box-shadow:0 0 15px rgba(0, 0, 0, .12);  
    -moz-box-shadow:0 0 15px rgba(0, 0, 0, .12);  
    box-shadow:0 0 15px rgba(0, 0, 0, .12); 
}

.public-sub-title{
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}
.public-sub-title::before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    border-left: 5px solid #eee;
    border-right: 5px solid #f8f8f8;
    border-top: 5px solid #f8f8f8;
    border-bottom: 5px solid #eee;
}

.public-sub-title .b1{
    position: absolute;
    left: 14.66%;
    bottom: 24%;
}

.public-sub-nav{
    padding: 15px 40.89% 52px 4.8%;
    margin: -15px 0 -12px 10px;
}
.public-sub-nav li a{
    display: block;
    font-size: 16px;
    color: #333;
    height: 79px;
    line-height: 78px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-left: 16.96%;
}
.public-sub-nav li a::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 60px;
    background: #ca201c;
    top: 50%;
    margin-top: -30px;
    left: -10.26%;
    margin-left: -3px;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.public-sub-nav li a.on{
    font-weight: bold;
    color: #e33f3b;
}
.public-sub-nav li a.on::before{
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}

.public-sub-con{
    background: url('/static/images/y-bg-02.png') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 26.16%;
    left: 0;
    bottom: -24px;
    color: #fff;
    position: absolute;
}
.public-sub-con::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    border-left: 5px solid #eee;
    border-right: 5px solid #f8f8f8;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #f8f8f8;
}
.public-sub-con .div-wapper{
    padding: 54px 41.55% 33px 7.11%;
}
.public-sub-con .b-title{
    font-size: 24px;
    line-height: 28px;
}
.public-sub-ul1{
    font-size: 16px;
    line-height: 30px;
    padding-top: 23px;
}
.public-sub-ul1 li{
    padding-left: 48px;
}
.public-sub-ul1 li span{
    float: left;
    margin-left: -48px;
}

.public-bream{
    position: relative;
    padding-left: 3px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e5e5e5;
}
.public-bream .b-title{
    float: left;
    font-size: 18px;
    color: #e33f3b;
    line-height: 20px;
    border-left: 4px solid #e5e5e5;
    padding-left: 17px;
    margin-top: 10px;
}
.public-bream-option{
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    margin-top: 10px;
}
.public-bream-option .mg-icon{
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.public-bream-option a{
    color: #666;
}
.public-bream-option a:hover,.public-bream-option a.xz{
    color: #ca201c;
}
.public-search{
    float: right;
    margin-right: 3.3%;
}
.public-search .put-01{
    float: left;
    width: 280px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 0 40px 0 15px;
    font-size: 14px;
}
.public-search .but-01{
    float: left;
    margin-left: -40px;
    border: none;
    background: none;
    outline: none;
    width: 40px;
    height: 38px;
}
.public-search .but-02{
    float: left;
    border: none;
    background: none;
    outline: none;
    font-size: 16px;
    color: #666;
    height: 38px;
    margin-left: 15px;
}

.cut-off-rule{
    font-size: 14px;
    color: #666;
    border-top: 1px solid #e5e5e5;
    height: 62px;
    line-height: 30px;
    padding-bottom: 14px;
    text-align: center;
    margin-top: 15px;
}






<!--ºÄÊ±1754764590.2327Ãë-->