﻿col-md-4a{color:inherit;}
a:hover,a:focus{color:unset;text-decoration:unset;outline:unset;}
em{font-style:normal;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}
button,input,select,textarea{outline:none !important;}
ol,ul{list-style:none}
.btn-primary:hover{color:#157AFF;}
html,body,button,input,select,textarea{-webkit-font-smoothing:antialiased;}

/* container */
@media (min-width:1200px){
    .container{width:970px;}
}
.cote{width:1630px;margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;}
.logo2 {
    display: none;
}
.u-paging {
    text-align: center;
}
@media (min-width:1240px){
    .container{width:1210px;}
}
@media (max-width: 1630px) and (min-width: 1230px){
    .cote{width:1210px;}
}


@media (min-width:1240px){
    .container .visible-lg-block{display:block !important;}
    .container .hidden-lg{display:none !important;}
}
@media (max-width:1239px) and (min-width:992px){
    .cote {
        width: 992px;
    }
    .wsc-NavCon.cote{
        width: 100%;
    }
    .logo2 {
        display: block;
    }
    .logo1 {
        display: none;
    }
    .hn-item {
        margin: 0 10px!important;
    }
    .container .visible-lg-block{display:none !important;}
    .container .visible-md-block{display:block !important;}
    .container .hidden-lg{display:block !important;}
    .container .hidden-md{display:none !important;}
}
.row{margin-left:-10px;margin-right:-10px;}
[class^="col-"]{padding-left:10px;padding-right:10px;}
@media (max-width:767px){.row{margin-left:-5px;margin-right:-5px;}
    [class^="col-"]{padding-left:5px;padding-right:5px;}
}







/* wsc-nav */
@media (min-width:992px){
    .wsc-NavCon{margin:0 auto;z-index:100}
    .wsc-logo{float:left;height:100px;}
    .wsc-logo a{display:table-cell;vertical-align:middle;height:100px;}
    .wsc-logo img{vertical-align:middle;max-height:50px}
    .wsc-headNav{float:right;}
    .hn-item{float:left;position:relative;padding:0px 17px;}
    .hn-text{font-size:16px;line-height:40px;padding-bottom:30px;margin-top:30px;}
    .hn-text a{color:black;}
    .hn-item:hover .hn-text{color:#80241C;}
    .hn-search{float:left;margin-left:20px;}
    .search-icon{float:left;width:30px;height:100px;cursor:pointer;background:url(../images/hn-searchico.png) no-repeat center center;}
    .search-drop{position:absolute;top:100px;left:0;right:0;margin:auto;width:100%;padding:60px 0;background-color:#fff;box-shadow:0px 4px 8px 0px rgba(0,0,0,0.2);display:none;z-index: 99;}
    .search-drop .wsc-search{margin-bottom:0;}
    .hn-text span{position:absolute;bottom:30px;left:0;right:0;margin:auto;height:3px;background-color:#80241C;width:0;transition:0.36s;}
    .hn-item:hover .hn-text span,.hn-item.active .hn-text span{width:100%;}
    .hn-item:hover .hn-text,.hn-item.active .hn-text{color:#80241C;}
    .search-drop form{margin:auto;width:50%}
    .hn-drop{position:absolute;left:50%;transform:translateX(-50%);top:100px;width:160px;box-shadow:0px 5px 10px rgba(0,0,0,0.16);background-color:#fff;display:none;}
    .hn-drop-s {
        position:absolute;top:100px;width:100%; left: 0; box-shadow:0px 5px 10px rgba(0,0,0,0.16);background-color:#fff;
        z-index: 99;
        padding: 40px 0 60px;
        display: none;
    }
    .navPro {
        width: 240px;
        float: left;
        margin-left: 72px;
    }
    .navPro:first-child {
        margin-left: 0;
    }
    .navPro-tit {
        font-size: 20px;
        color: #111;
        font-weight: bold;
        text-align: center;
    }
    .navPro-img img {
        width: 100%;
        transition: .3s;
    }
    .navPro-img {
        overflow: hidden;
    }
    .navPro-main {
        padding-top: 20px;
        border-top: 1px solid #80241C;
        margin-top: 20px;
    }
    .navPro-main p {
        font-size: 16px;
        line-height: 32px;
        color: #7C7C6B;
    }
    .navPro-img:hover img {
        transform: scale(1.06);
    }
    .navPro-main p a {
        display: block;
    }
    .navPro-main p a:hover {
        color: #80241C;
    }
    .navPro-main p span {
        width: 32px;
        height: 16px;
        display: inline-block;
        background: url(../images/hot.png!/lossless/true.png) no-repeat center;
        background-size: 33px 16px;
        position: relative;
        top: -10px;
        display: none;
    }
    .navPro:first-child .navPro-main p span {
        display: inline-block;
    }
    .mmp-a p:nth-child(2) span {
        display: inline-block;
    }
    .mmp-a p:nth-child(3) span {
        display: inline-block;
    }

    .navPro-post {
        text-align: center;
        margin-top: 40px;
    }
    .navPro-post a {
        width: 240px;
        height: 50px;
        background: #80241C;
        border-radius: 4px 4px 4px 4px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        color: #fff;
        font-size: 16px;
    }
    .navPro-post a:hover {
        background: #9F2C23;
    }
    .navPro-tit:hover {
        color: #80241C;
    }
    .navAll-img {
        float: left;
    }
    .navAll-cont {
        float: left;
        width: 420px;
        margin-left: 40px;
    }
    .navAll-cont p {
        float: left;
        width: 190px;
        margin-left: 20px;
        height: 40px;
        line-height: 40px;
    }
    .navAll-cont p a {
        padding-left: 18px;
        font-size: 16px;
        color: #7C7C6B;
        background: url(../images/nb.png) no-repeat 0 center;
    }
    .navAll-cont p a:hover {
        color: #80241C;
        background: url(../images/nbh.png) no-repeat 0 center;
    }
    .navAll-right {
        float: right;
        width: 300px;
    }
    .navAll-title {
        font-size: 30px;
        font-weight: bold;
        color: #111;
    }
    .navAll-intro {
        font-size: 16px;
        line-height: 30px;
        color: #777;
        margin-top: 16px;
    }
    .navAll-post a {
        display: block;
        width: 240px;
        height: 50px;
        background: #80241C;
        border-radius: 4px 4px 4px 4px;
        text-align: center;
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 50px;
        margin-top: 10px;
    }
    .navAll-post a:hover {
        background: #9F2C23;
    }
    .navAll-post .bs2 {
        line-height: 48px;
        background: #fff;
        border: 1px solid #80241C;
        color: #80241C;
    }
    .navAll-post .bs2:hover {
        color: #fff;
        background: #80241C;
    }
    .navPro-main p b {
        font-weight: 400;
    }
    .wximg img {
        width: 120px!important;
    }
    @media (max-width: 1630px) and (min-width: 1230px){
        .navPro {
            margin-left: 72px;
        }
        .hn-drop-s {
            padding: 40px 0;
        }
        .navAll-cont {
            width: 420px;
        }
        .navAll-cont p {
            width: 190px;
        }
        .navAll-right {
            width: 300px;
        }
    }
    @media (max-width: 1230px) and (min-width: 991px){
        .navPro {
            margin-left: 54px;
            width: 200px;
        }
        .hn-drop-s {
            padding: 40px 0;
        }
        .navAll-cont {
            width: 340px;
        }
        .navAll-cont p {
            width: 150px;
        }
        .navAll-right {
            width: 300px;
        }
        .navAll-img {
            width: 240px;
        }
        .navAll-img img {
            width: 100%;
        }
    }
    .hn-drop a{display:block;height:45px;line-height:45px;color:#666666;padding-left:25px;padding-right:25px;overflow:hidden;}
    .hn-drop a:hover{background-color:#f6f6f6;}
}
.wsc-search{margin-bottom:40px;}
.wsc-search .form-control{height:40px;background-color:#fff;border-color:#f0f0f0;box-shadow:unset;border-radius:0;padding-left:10px;padding-right:10px;}
.wsc-search .input-group-btn{width:10%;}
.wsc-search .input-group-btn .btn{height:40px;border-radius:0;padding-left:32px;padding-right:32px;transition:0.36s;}
.wsc-search .input-group-btn span{width:18px;display:inline-block;height:18px;vertical-align: middle; background:url(../images/search-icon.png) no-repeat center center;}
.wsc-search .input-group-btn .btn:hover{color:#fff;}
.form-control:focus{border-color:#80241C;box-shadow:none;}

@media (max-width:991px){
    .cote{width:100%;padding-left: 15px;padding-right: 15px;}
    .wsc-search{margin-bottom:20px;}
}
@media (max-width:991px){
    .divid-block{height:8px;background-color:#F7F8F8;border-top:1px solid #e0e0e0;}
    .wsc-Top{height:50px;background-color:#fff;border-top:1px solid #e0e0e0;}
    .wsc-TopCon{position:fixed;left:0;top:0;height:50px;width:100%;box-sizing:border-box;padding:0 15px;background-color:#fff;z-index:99999;border-bottom:1px solid #F6F6F6;}
    .top-menu{position:absolute;left:15px;top:0;bottom:0;margin:auto;height:50px;width:36px;background:url(../images/top-menu.png) no-repeat left center;background-size:36px auto;}
    .top-search{position:absolute;right:15px;top:0;bottom:0;margin:auto;height:50px;width:16px;background:url(../images/hn-searchico.png) no-repeat right center;background-size:16px auto;}
    .wsc-logo{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:150px;height:50px;text-align:center;}
    .wsc-logo a{display:table-cell;vertical-align:middle;height:50px;text-align:center;width:150px;}
    .wsc-logo img{vertical-align:middle;height:24px; width: auto!important;}
    .wsc-TopBar{position:fixed;right:-100%;top:0;background-color:#fff;width:100%;height:100%;transition:all 0.3s ease-in-out;z-index:99999;overflow-y:scroll;}
    .wsc-tbtop{height:50px;padding:0 15px;position:relative;}
    .top-close{height:50px;width:36px;position:absolute;left:15px;top:0;bottom:0;margin:auto;background:url(../images/top-close.png) no-repeat 0 center;background-size:36px auto;}
    .wsc-TopSearch{padding:15px;}
    .wsc-TopSearch input{font-size:14px;line-height:26px;width:100%;height:36px;box-sizing:border-box;border:none;outline:none;padding:5px 10px 5px 37px;border-radius:2px;color:#333333;background:#F7F8F8 url(../images/top-search.png) no-repeat 6px 6px;background-size:25px auto;}
    .wsc-TopSearch input::placeholder{color:#999999;font-weight:300;}
    .wsc-TopNav{padding:15px;overflow-y:auto;}
    .hn-item{margin-top:15px;border-top:1px solid #EAEAEA;padding-top:15px;}
    .hn-item:first-child{border-top:0;margin-top:0;padding-top:0;}
    .hn-item:first-child .hn-text{margin-top:0;border-top:0;padding-top:0;}
    .hn-text{font-size:14px;line-height:20px;color:#333333;font-weight:300;position:relative;}
    .hn-item.active .hn-text{font-weight:bold;}
    .hn-text a{ width:100%;display: block;}
    .hn-arr {width: 75px;font-size: 0;text-align: right;line-height: 1;position: absolute;right: 0;top: 0;}
    .hn-arr span {display: inline-block;height: 20px;width: 12px;background: url(../images/hnarr.png) no-repeat right center;background-size: 12px auto;transition: all 0.3s ease-in-out;}
    .hn-drop{padding-top:15px;overflow:hidden;display:none;}
    .hn-droplist{margin-top:-2px;margin-left:-1px;margin-right:-1px;}
    .hn-drop li{float:left;width:50%;height:40px;margin-top:2px;padding-left:1px;padding-right:1px;}
    .hn-drop li a{display:block;padding:12px 15px;font-size:12px;height:40px;line-height:17px;color:#333333;font-weight:300;background-color:#F7F8F8;}
}

/* bread */
.wsc-bread{background: #f6f6f6;}
.breadcrumb > li{display: inline;}
.breadcrumb > li + li:before{padding:0 3px;}
.breadcrumb h1,.breadcrumb  em,.breadcrumb span{font-size:14px !important;margin:0;display:inline;}
.breadcrumb{float: left; border-radius:0;border-bottom:0;padding:0;margin-bottom:0;line-height:20px;padding:30px 0 30px 27px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#666666; background: url(../images/bread.png) no-repeat 0 center;}
.breadcrumb h1 {color: #80241C;}
.wsc-clas {
    float: right;
    padding: 25px 0;
    font-size: 0;
}
.wsc-clas a {
    display: inline-block;
    font-size: 16px;
    line-height: 31px;
}
.wsc-clas span {
    width: 1px;
    height: 14px;
    background: #DDDDDD;
    display: inline-block;
    margin: 0 12px;
    position: relative;
    top: -12px;
}
.wsc-clas span:last-child {
    display: none;
}
.wsc-clas .active {
    color: #80241C;
    font-weight: bold;
}
.wsc-clas a:hover {
    color: #80241C;
    font-weight: bold;
}
@media (max-width:767px){
    .breadcrumb{padding:10px 0;}
}
@media (max-width:1239px) and (min-width:992px){
    .wsc-clas span {
        margin: 0 5px;
    }
}
/* foot */
.wsc-foot{padding:80px 0;background-color:#222222;}
.wsc-bottom{background-color:#333333;color:#555555;border-top:1px solid #444444;}
.wsc-bottom a:hover{color:#157AFF;}
.ft-tit{margin-top:28px;font-weight:bold;color:#aaaaaa;}
.ft-compinfo{margin-top:15px;}
.ft-tel,.ft-pos{color:#777777;}
.wsc-foot .wsc-search{margin-bottom:0;margin-top:40px;}
.wsc-foot .wsc-search .input-group-btn .btn{background-color:#888F98;border-color:#888F98;}
.wb-main{padding:20px 0;}
.wb-wscico{display:inline-block;vertical-align:middle;font-size:0;}
.wb-wscico img{width:18px;border-radius:14px;}
.wb-text{display:inline;line-height:30px;margin-left:10px;}
.wb-text span{margin:0 5px;}
.wb-text em{font-style:normal;}

@media (min-width:992px){.ft-compinfo li{display:inline;margin-right:60px;}
    .ft-logo img{height:50px}
}
@media (max-width:991px){
    .ft-logo img {height:35px}
    .wsc-clas span {
        display: none;
    }
    .wsc-clas {
        background: #fff;
        margin-bottom: 20px;
        float: none;
        padding: 20px;
    }
    .wsc-clas a {
        background: #f6f6f6;
        color:black;
        padding: 12px 0;
        text-align: center;
        width: 33.3%;
        border: 1px solid #fff;
        display: inline-block;
        float: none;
        line-height: inherit;
    }
    .media-heading a{color:black;
    }
    .breadcrumb {
        padding: 10px 0 10px 27px;
        float: none;
    }
}
@media (max-width:768px){
    .ft-compinfo li{margin-top:10px;}
    .wsc-frilink{padding-top:14px;padding-bottom:14px;}
    .foot-nav{margin-top:30px;}
    .wb-main{padding-top:20px;padding-bottom:20px;}
}

/* btnav */
.btnav-item{color:#555555;padding:9px 0 8px;font-size:12px;text-align:center;width:20%;float:left;}
.botfix-nav{background-color:#fff;border-top:1px solid #eaeaea;}
.btnav-item{color:#555555;padding:10px 0 8px;font-size:12px;text-align:center;width:20%;float:left;}
.botfix-nav .icon{width:23px;display:block;transition:0.36s;height:23px;margin:0 auto;}
.yzh {background: #80241C;color: #fff;}
.btnav-item .text{margin-top:7px;}
.botfix-height{height:63px;}
.botfix-nav .icon1{background:url(../images/home.png) no-repeat center center; background-size: 23px;}
.botfix-nav .icon2{background:url(../images/product.png) no-repeat center center; background-size: 23px;}
.botfix-nav .icon3{background:url(../images/case.png) no-repeat center center; background-size: 23px;}
.botfix-nav .icon4{background:url(../images/service.png) no-repeat center center; background-size: 23px;}
.botfix-nav .icon5{background:url(../images/consultin.png) no-repeat center center; background-size: 23px;}

/* banner */
.wsc-banner{height:163px;}
.wsc-bannerCon{height:100%;}
.banTit{font-size:22px;font-weight:400;line-height:42px;text-align:center;padding-top:60px;color:#444444;}
@media (max-width:767px){.wsc-banner{height:120px;}
    .banTit{font-size:20px;padding-top:44px;line-height:28px;}
}

/* class3 */
.wsc-class2{margin:-10px -5px 40px;}
.classItem2{float:left;padding:0 5px;margin-top:10px}
.classItem2 a{min-width: 140px;color:#999999;transition:0.36s;box-sizing:border-box;height:49px;font-size:16px;display:block;padding:0 20px;font-weight:400;line-height:30px;background:#F6F6F6;transition:0.36s;border:1px solid #EEEEEE;opacity:1;text-align:center;border-radius:2px; line-height: 49px;}
.classItem2.active a,.classItem2:hover a{background:#80241C;border-color:#80241C;}
.classItem2.active a,.classItem2:hover a{color:#fff;}
@media (max-width:767px){.wsc-class2{margin:-10px -5px 20px;}
    .wsc-classCon2{width:100%;}
    .classItem2{width:33.33%;}
    .classItem2 a{min-width:unset;padding:0 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
}
.page-main{padding:30px 0 40px;}
@media (max-width:767px){.page-main{padding:20px 0 30px;}
}


/* list-style2 */
.list-style2 .media{margin-top:20px;display: block;}
.list-style2 .media:first-child{margin-top:0;}
.list-style2 .media-left,.list-style2 .media > .pull-left{padding-right:30px;}
.list-style2 .media-heading{font-size:18px;line-height:30px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:0;}
.list-style2 .media-heading a{color:black;}
.list-style2 .media:hover .media-heading{color:#80241C;}
.list-style2 .media-text{margin-top:8px;color:#777777;font-size:16px;line-height:28px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.list-style2 .media-info{margin-top:30px;color:#999999;font-size:14px;}
.list-style2 .media-info>div{margin-right:15px;}
.list-style2 .media-left a{display:block;width:180px;}
.list-style2 .media-left img{width:100%; border-radius: 4px;}
.list-style2 .media-info{margin-top:10px;}
@media (max-width:991px){.list-style2 .media-text{margin-top:15px;}
}
@media (max-width:767px){.list-style2 .media{margin-top:10px;}
    .list-style2 .media:first-child{margin-top:0;}
    .list-style2 .media-left,.list-style2 .media > .pull-left{padding-right:15px;}
    .list-style2 .media-left a{width:100px;}
    .list-style2 .media-heading{font-size:16px;line-height:24px;}
    .list-style2 .media-info{margin-top:10px;}
}

/* wsc-page */
.wsc-page{margin-top:40px;}
.paging-inner{height: 40px;font-size: 0;}
.paging-inner a,.paging-inner span {margin:0 5px;height: 40px;line-height: 40px;width: 40px;color: #999999;font-size: 14px;transition: 0.3s;display: inline-block;vertical-align: top; text-align: center;background-color: #f6f6f6;}
.paging-inner .current,.paging-inner a:hover{background-color: #80241C;color: #fff;}
.paging-inner .prev{background:#f6f6f6 url(../images/page-prev.png) no-repeat center center;margin-right: 11px;margin-left: 0;}
.paging-inner .next{background:#f6f6f6 url(../images/page-next.png) no-repeat center center;margin-left: 11px;}
.paging-inner .prev:hover{background-image: url(../images/page-prevh.png);}
.paging-inner .next:hover{background-image: url(../images/page-nexth.png);}
.banner {
    width: 100%;
    height: 460px;
}
.banner-title {
    font-size: 36px;
    line-height: 460px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
@media (max-width:767px){.wsc-page{margin-top:30px;}
    .paging-inner{height:32px;}
    .paging-inner a,.paging-inner span{height:32px;width:32px;margin:0 3px;line-height:30px;}
    .paging-inner .prev{margin-right:3px;}
    .paging-inner .next{margin-left:3px;}
}
.wsc-layout-d{background:#f6f6f6;padding:0px 0 40px;}
.wsc-layout-d .content-main{padding:40px;background:#fff;box-shadow:0px 0px 6px rgba(235,235,235,0.5);}
@media (max-width:767px){.wsc-layout-d{padding:20px 0 30px;}
    .wsc-layout-d .content-main{padding:20px;}
}

/* d-index */
.d-tit{font-size:24px;line-height:32px;font-weight:bold;color:#383838;}
.d-info{line-height:20px;margin-top:25px;color:#999999;}
.d-info.list-inline{font-size:0;}
.d-info.list-inline li{font-size:14px;}
.d-info .infoline{font-size:12px;color:#eaeaea;margin-left:20px;margin-right:20px;}
.d-intro{padding:30px;background-color:#f6f6f6;color:#999999;margin-top:40px;line-height:24px;}
.d-cover img{max-width:100%;max-height:525px;display:block;margin:auto;}
.d-cover-text{font-size:14px;color:#999999;text-align:center;margin-top:20px;}
@media (max-width:991px){.d-tit{font-size:20px;line-height:34px;}
    .d-info{margin-top:15px;}
    .d-info .infoline{margin-left:5px;margin-right:5px;}
    .d-intro{margin-top:20px;padding:15px;}
    .d-cover{margin-top:20px;}
    .d-cover-text{margin-top:15px;}
}

/* d-content */
.d-content{margin-top:40px;}
.wsc-edit{margin-top:30px;font-size:16px;line-height:30px;color: #555;}
.wsc-edit:first-child{margin-top:0;}
.wsc-edit p{margin:10px 0;}
.wsc-edit a{color:#157AFF;}
.wsc-edit img,.wsc-edit video{max-width:100%;height:auto;cursor:pointer;display:block;}
.wsc-editCon>*:first-child,.wsc-edit>*:first-child{margin-top:0;}
.wsc-editCon>*:last-child{margin-bottom:0;}
.wsc-edit li{margin:10px 0}
.wsc-edit table{display:block;height:auto!important;width:auto!important;max-width:100%;border:0;overflow-x:auto;}
.wsc-edit td{border:1px solid #999;padding:5px;white-space:nowrap;width:auto!important}
.wsc-editCon{margin-top:20px;}
.wsc-editCon a{color: #80241C;}
.wsc-edit tr:nth-child(even) td{background:#F7F7FA;}
.wsc-edit tr:nth-child(odd) td{background:#EDEEEF;}

@media (max-width:991px){.d-content{margin-top:20px;}
    .wsc-edit{margin-top:20px;}
    .wsc-editCon{margin-top:10px;}
}

/* content-relate */
.content-relate{border:1px solid #ebebeb;border-top:3px solid #E9E9E9;padding:15px;margin-top:30px;}
.content-relate .wsc-relate:first-child{margin-top:0;}
.wsc-relate{margin-top:20px;}
.content-relate .rTit{position:relative;}
.rTitText{font-size:16px;color:#212121;line-height:26px;}
.reMain{margin-top:10px;}
.rlist-item{margin-top:15px;font-size:14px;line-height:1;color:#777777;padding-right:100px;}
.rlist-item:first-child{margin-top:0;}
.rlist-tit{float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding-left:11px;background:url(../images/rtit-dot.png) no-repeat 0 center;}
.rlist-tit:hover{color:#157AFF;}
.rlist-time{float:left;color:#999999;width:100px;margin-right:-100px;text-indent:30px;}
@media (max-width:767px){.content-relate{margin-top:20px;}
}
.no-ke {
    font-size: 18px;
    text-align: center;
}
/*wsc-tags  */
.wsc-tags{margin-top:20px;}
.wsc-tags .label{padding:4px 10px;color:#999999;line-height:24px;font-size:14px;display:inline-block;margin-right:10px;margin-top:10px;font-weight:normal;border-radius:1px;transition:0.36s; background: #F6F6F6;}
.wsc-tags .label:hover{background-color:#80241C;color:#fff;}
@media (max-width:767px){.wsc-tags{margin-top:10px;}
}

/* wsc-detlink */
.wsc-detlink{background:#fff;margin-top:30px;padding:40px 0;border-top:1px solid #F0F0F0; border-bottom: 1px solid #F0F0F0;}
.dl-prev,.dl-next{font-size:14px;line-height:24px;box-sizing:border-box;position:relative;}
.wsc-detlink .dl-next{margin-top:12px;}
.dp-arr,.dn-arr{color:#999999;position:absolute;left:0;font-style:normal;}
.dp-text,.dn-text{color:#333333;width:100%;font-size:16px;display:inline-block;padding-left:60px;}
.dp-text:hover,.dn-text:hover{color:#157AFF;}
@media (max-width:767px){.wsc-detlink{padding:20px 15px;}
}

/* botnews-block */
.botnews-block{margin-top:30px;}
.botnews-item{border:1px solid #EBEBEB;box-sizing: border-box;overflow: hidden; }
.btnews-tit{padding:10px 15px;background-color:#f8f8f8;position:relative;}
.bn-tit{float:left;font-size:16px;line-height:24px;color:#333333;}
.bn-more{float:right;font-size:12px;color:#999999;line-height:24px;}
.bn-more span{display:inline-block;padding-right:14px;background:url(../images/remore-arr.png) no-repeat right center;}
.bn-more:hover{color:#325BE3;}
.bn-more:hover span{background-image:url(../images/remore-arrh.png);}
.btnews-main{padding:20px 15px;height:234px;background-color:#fff;}
.btnews-main .list-item{overflow:hidden;padding-right:100px;margin-top:10px;}
.btnews-main>.list-item:first-child{margin-top:0;}
.btnews-main .row{margin-top:-10px;}
.btnews-main .list-tit{font-size:14px;line-height:24px;height:24px;float:left;width:100%;color:#666666;transition:0.36s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:14px;background:url(../images/rtit-dot.png) no-repeat 0 center;}
.btnews-main .list-time{line-height:24px;float:right;text-align:right;width:100px;margin-right:-100px;font-size:14px;color:#999999;}
@media (min-width:767px){.btnews-main .list-tit:hover{color:#157AFF;}
}
@media (min-width:992px){.btnews-main .row{margin-left:-40px;margin-right:-40px;}
    .btnews-main .col-md-6{padding-left:40px;padding-right:40px;}
}
@media (max-width:992px){.col-md-6:nth-child(2) .botnews-item{margin-top:20px;}
    .btnews-main{height:unset;}
    .botnews-block{margin-top:20px;}
    .banner {
        width: 100%;
        height: 160px;
    }
    .banner-title {
        font-size: 20px;
        line-height: 160px;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }
}

/*顶部 面包屑*/
.wsc-header{
    width: 100%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
}
.wsc-header:before{
    display: block;
    content: '';
    width: 22px;
    height: 19px;
    background-image: url(../images/home-ico.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.wsc-header ul{
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
}
.wsc-header ul li{
    padding: 0!important;
}
.wsc-header ul li,
.wsc-header ul li a{
    font-size: 14px;
    color: #999999;
    margin: 0 3px;
}
.wsc-header ul li.active,
.wsc-header ul li:hover,
.wsc-header ul li a.active,
.wsc-header ul li.active a,
.wsc-header ul li a:hover{
    color: #80241c;
}
.wsc-header .title{
    font-size: 14px;
    color: #777;
    margin: 0 6px;
}
/*顶部 面包屑 END*/

/*line*/
.wsc-pull-line{
    width: 100%;
    height: 10px;
    background-color: #80241c;
}


/*图片hover*/
.scale-box .scale-img {
    overflow: hidden;
}
.scale-box .scale-img img {
    transition: .3s;
}
.scale-box:hover .scale-img img {
    transform: scale(1.08);
}
/*图片hover END*/

/* wsc-class */
.wsc-class{margin-left:-1px;margin-top:-1px;}
.classItem{margin-top:1px;float:left;width:100%;margin-left:1px;}
.classItema{overflow:hidden;position:relative;box-sizing:border-box;height:44px;}
.classItema a{padding:10px 15px;border-bottom:1px solid #EBEBEB;font-size:16px;line-height:22px;color:#666666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;}
.classItema i{height:44px;width:29px;position:absolute;right:6px;top:0;line-height:62px;color:#999;text-align:right;background:url(../images/class-more.png) no-repeat center center;transition:0.36s;cursor:pointer;}
.classItem em{display:none}
.classItemCon{padding:10px 15px;display:none;border-bottom:1px solid #EBEBEB;}
.classItemCon li{padding:0 1px;}
.classItemCon a{display:block;line-height:26px;padding:6px 0;color:#999999;}
.wsc-class .active .classItema a,.classItema:hover a{color:#222;background:url(../images/class-line.png) no-repeat left center;}
.classItem.active .classItemCon{display:block;}
.classItemCon .active a,.classItemCon a:hover{color:#212121;}
.rotate180{transform:rotateZ(180deg);}
@media (max-width:992px){.wsc-class{margin-bottom:40px;}
    .classItemCon{background-color:#fff;padding:5px 0;}
    .classItemCon li{float:left;width:33.33%;padding-left:0;padding-right:1px;margin-top:1px;}
    .classItemCon a{text-align:center;background-color:#FAFAFA;height:40px;line-height:20px;padding:10px;}
    .classItemCon a span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
    .classItema{height:40px;}
    .classItema a{padding:8px 15px;font-size:14px;}
    .classItema i{height:40px;line-height:40px;}
    .classItemCon{padding:10px 0;}
}
@media (max-width:768px){.wsc-class{margin-bottom:20px;}
    .classItemCon a{font-size:12px;}
}

/* lTit */
.lTit{position:relative;overflow:hidden;z-index:2;}
.lTitText{font-size:20px;color:#212121;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:left;max-width:80%;}
.lTitMore{float:right;font-size:14px;color:#999999;line-height:28px;}



/* list-style1 */
.list-style1{margin-top:-20px;}
.list-style1 .list-item{margin-top:20px;border:1px solid #f0f0f0;}
.list-style1 .list-img{display:block;position:relative;overflow:hidden;}
.list-style1 .list-img img{width:100%;}
.list-style1 .list-img a{display:block;}
.list-picicon{position:absolute;right:8px;bottom:8px;width:23px;height:20px;background:url(../images/list-picico.png) no-repeat center center;background-size:cover;}
.list-playicon{width:40px;height:40px;position:absolute;right:0;bottom:0;left:0;top:0;margin:auto;background:url(../images/list-playico.png) no-repeat center center;background-size:cover;}
.list-lentime{display:none;position:absolute;right:5px;bottom:5px;height:22px;line-height:22px;padding:0 5px;background-color:rgba(0,0,0,0.6);font-size:12px;color:#ffffff;}
.list-style1 .list-info{padding:20px 25px;border-top:1px solid #f0f0f0;}
.list-style1 .list-tit{font-size:14px;line-height:24px;color:#333333;height:48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.list-style1 .list-item:hover .list-tit{color:#157AFF;}
@media (max-width:768px){.list-style1{margin-top:-10px;}
    .list-style1 .list-item{margin-top:10px;}
    .list-style1 .list-info{padding:10px 15px;}
}


/* pd-top */
.pd-top{margin-top:40px;}
.pd-img .carousel-inner{height:285px;}
.pd-img .carousel-inner .item{height:100%;}
.pd-img .carousel-inner > .item > img,.pd-img .carousel-inner > .item > a > img{position:absolute;border-radius: 4px;left:0;right:0;top:0;bottom:0;margin:auto;max-width:100%;max-height:100%;}
.pd-img .carousel-control{width:38px;height:46px;margin:auto;z-index:10;}
.pd-img .carousel-control.right{right:8px;background:url(../images/pd-next.png) no-repeat center center;}
.pd-img .carousel-control.left{left:8px;background:url(../images/pd-prev.png) no-repeat center center;}
.pd-img .carousel-indicators li{width:8px;height:8px;margin:0 5px;padding:0;border:1px solid #fff;border-radius:50%;}
.pd-img .carousel-indicators li.active{background:#157AFF;border-color:#157AFF;}
.pd-intro{font-size:16px;line-height:28px;color:#666666;padding-bottom:20px;margin-top:15px;}
.pd-info{padding-left:30px;}
.d-ftit{font-size:18px;font-weight:500;margin-top:26px;line-height:24px;color:#333333;}
.d-attr th{width:100px;vertical-align:top;padding:5px 0;}
.d-attr td{line-height:1.6;vertical-align:top;padding:5px 0;}
.d-attr{margin-top:20px;font-size:16px;line-height:36px;}
.d-attr .d-attrTit{vertical-align:top;padding:5px;color:#777777;}
.d-attr .d-attrTit strong{font-weight:400}
.d-attr .d-attrCon{vertical-align:top;padding:5px;color:#212121;}
.d-btn{margin-top:40px;font-size:0;}
.d-btn .btn{width:220px;height:60px;font-size:16px;line-height:46px;border-radius:0;margin-bottom:10px;transition:0.36s;}
.d-btn .pd-btn1{background-color:#157AFF;color:#fff;margin-right:15px;}
.d-btn .pd-btn1:hover{background-color:#2A48AC;}
.d-btn .pd-btn2{color:#777777;background:#F5F5F5;border:1px solid #EAEAEA;}
.d-btn .pd-btn2:hover{border-color:#157AFF;background-color:#157AFF;color:#fff;}
@media (max-width:1239px){.pd-img .carousel-inner{height:225px;}
    .d-ftit{margin-top:0;}
}
@media (max-width:991px){.pd-top{margin-top:20px;}
    .pd-img .carousel-inner{height:unset;}
    .pd-img .carousel-inner > .item > img,.pd-img .carousel-inner > .item > a > img{position:unset;}
    .pd-intro{margin-top:20px;padding-bottom:15px;}
    .pd-info{padding-left:0;margin-top:20px;}
}
@media (max-width:767px){.d-attr{margin-top:10px;}
    .pd-img .carousel-indicators li{margin:0 2px; width: 6px;height: 6px;}
    .d-btn{margin-top:20px;}
    .d-btn .btn{width:160px;height:44px;line-height:30px;font-size:14px;}
}
/* pdTab */
.pd-main{padding-top:62px;padding-bottom:40px;}
.pdTab-box{position:absolute;height:80px;z-index:10;width:100%;background-color:#eaeaea;top:0;left:0;right:0;margin:auto;}
.pdTab{height:80px;margin:auto;position:relative;box-sizing:border-box;}
.pdTab ul{display:flex;overflow-x:auto;overflow-y:hidden;white-space:nowrap;}
.pdTab ul::-webkit-scrollbar{display:none;}
.pdTab li{float:left;height:100%;line-height:80px;position:relative;text-align:center;}
.pdTab li a{display:block;height:100%;color:#777777;transition:0.3s;font-size:16px;text-decoration:unset;padding:0 66px;}
.pdTab li span{position:absolute;left:0;right:0;top:0;margin:auto;height:1px;background-color:#80241C;transition:0.36s;width:0; }
.pdTab li.active span,.pdTab li:hover span{width:100%;}
.pdTab li.active a,.pdTab li:hover a{color:#80241C; background: #fff;}
@media (max-width:767px){
    .pd-main{padding-bottom:30px;padding-top:48px;margin-top:20px;}
    .pdTab-box{height:48px;}
    .pdTab-box .container {
        padding-left: 0;
        padding-right: 0;
    }
    .pdTab{height:48px;}
    .pdTab li{line-height:48px;}
    .pdTab li a{padding-left:15px;padding-right:15px;}
}
.pdTab li:hover a {
    color: #777;
    background: none;
}
.pdTab li:hover span {
    width: 0;
}
.pdTab li.active a {
    color: #80241C;
    background: #fff;
}
.pdTab li.active span {
    width: 100%;
}
.pd-content{margin-top:40px;background:#fff;padding:40px;box-shadow:0px 0px 6px rgba(235,235,235,0.5);}
.pd-content .d-content{margin-top:0;}
@media (max-width:767px){.pd-content{margin-top:20px;padding:20px;}
}
/* wsc-form */
.page-block{margin-top:30px;}
.fTitText{font-size:20px;color:#333333;font-weight:bold;padding-left:11px;background:url(../images/editTit-line.png) no-repeat 0 center;}
.form-main{margin-top:10px;}
.wsc-form .form-group{margin-bottom:0;margin-top:10px;}
.wsc-form .col-md-6 .form-group:first-child{margin-top:10px;}
.wsc-form .form-group:first-child{margin-top:0;}
.wsc-form label{font-size:14px;line-height:22px;color:#666666;margin-bottom:8px;font-weight:normal;}
.wsc-form sup{color:#FF0707;top:0;margin-right:5px;}
.msg-box{color:#e54242;}
.wsc-form .form-control{height:40px;background-color:#FAFAFA;border-color:#ebebeb;box-shadow:unset;border-radius:0;padding-left:10px;padding-right:10px;}
.wsc-form .form-control:focus{border-color:#ddd;}
.wsc-form .form-control::placeholder{color:#aaaaaa;}
.wsc-form select.form-control{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#FAFAFA url(../images/fm-arr.png) no-repeat right center;color:#aaaaaa;padding-right:32px;}
.wsc-form textarea.form-control{height:100px;}
.wsc-form .fm-btn{margin-top:20px;}
.wsc-form .fm-btn .btn{width:160px;height:44px;border-radius:0;background-color:#157AFF;color:#fff;}
.wsc-form .fm-btn .btn:hover{background-color:#2A48AC;}
@media (max-width:768px){.page-block{margin-top:20px;}
    .fTitText{font-size:22px;line-height:34px;}
    .form-main{margin-top:10px;}
    .wsc-form .form-group{margin-top:15px;}
    .wsc-form .form-control{height:44px;}
    .wsc-form .fm-btn .btn{height:44px;}
}

/* list-style2-1 */

@media (max-width:1239px) and (min-width:992px){.list-style2-1 .media-left a{width:240px;}
}
@media (min-width:991px){.list-style2-1 .media-left a{width:280px;}
    .list-style2-1 .media-info{margin-top:26px;}
    .list-style2-1 .media-heading{margin-top:10px;}
    .list-style2-1 .media-text{margin-top:20px;}
}
@media (min-width:768px) and (max-width:992px){.list-style2-1 .media-left a{width:180px;}
}
@media (max-width:767px){.list-style2-1 .media-left a{width:120px;}
}

/* case-det */
.case-det .pd-img .carousel-inner{height:660px;}
@media (min-width:992px){.case-det .pd-img .carousel-indicators{position:unset;width:unset;margin-left:-5px;margin-right:-5px;margin-top:20px;font-size:0;}
    .case-det .pd-img .carousel-indicators li{width:16.66%;height:auto;border-radius:0;text-indent:0;margin:0;padding-left:5px;padding-right:5px;border:0;vertical-align:middle;}
    .case-det .pd-img .carousel-indicators li .img-box{height:65px;position:relative;border:1px solid #eaeaea;}
    .case-det .pd-img .carousel-indicators li img{max-width:100%;max-height:100%;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
    .case-det .pd-img .carousel-indicators .active{background-color:unset;}
    .case-det .pd-img .carousel-indicators .active .img-box{border:2px solid #762B21;}
    .case-det .pd-img .carousel-control{top:-65px;}
    .case-det .pd-img .carousel-indicators li .img-box{height:104px;border:1px solid #EAEAEA;position:relative;}
    .case-det .pd-img .carousel-indicators .active .img-box{border:2px solid #762B21;}
}
@media (max-width:991px){.case-det .pd-img .carousel-inner{height:unset;}
    .case-det .pd-img .carousel-indicators li img{display:none;}
}

/* list-style3 */
.list-style3 .list-item{overflow:hidden;padding:24px 130px 24px 30px;background:#FDFDFD;margin-top:10px;border:1px solid #F2F2F2;}
.list-style3 .list-item:first-child{margin-top:0;}
.list-style3 .list-tit{float:left;width:100%;font-size:18px;line-height:25px;color:#333333;height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:11px;background:url(../images/rtit-dot.png) no-repeat 0 center;}
.list-style3 .list-item:hover .list-tit{color:#157AFF;}
.list-style3 .list-time{float:right;text-align:right;width:100px;margin-right:-100px;font-size:14px;line-height:25px;color:#999999;}
@media (max-width:767px){.list-style3 .list-item{margin-top:15px;padding-bottom:15px;}
    .list-style3 .list-tit{font-size:16px;}
    .list-style3 .list-item{padding:12px 115px 12px 15px;}
}
/* faq-editTit */
.faq-editTit{padding:12px 15px;font-size:16px;font-weight:400;line-height:26px;color:#777777;background:#F6F6F6;}
/* djob-info */
.djob-info{margin-top:10px;}
.djob-info li{font-size:14px;font-weight:400;line-height:20px;color:#999999;margin-top:10px;}
@media (max-width:767px){.djob-info{margin-top:6px;}
    .djob-info li{margin-top:6px;}
}

/* d-video */
.d-video{position:relative;}
.d-video .pause-ico{width:60px;height:60px;position:absolute;left:0;right:0;top:0;bottom:2.4em;margin:auto;background:url(../images/play-ico.png) no-repeat center center;background-size:cover;z-index:1000;}
.vcp-controls-panel{box-sizing:border-box;padding:0 0.3em !important;height:2.4em !important;font-size:14px !important;}
.vcp-playtoggle{width:2em !important;background-position-y:center;}
.vcp-timelabel,.vcp-vertical-switcher-current{line-height:2.4em !important;}
.vcp-volume{width:2em;}
.d-video .vcp-bigplay{height:100%;}
.vcp-fullscreen-toggle{width:2em !important;height:2.4em !important;background-position-y:center;}
.vcp-volume-icon{width:2.4em !important;height:2.4em !important;background-position-y:center;}
.vd-intro{margin-top:1px;padding:30px;background-color:#f6f6f6;font-size:14px;line-height:24px;color:#999999;}
@media (max-width:991px){.d-video{margin-top:20px;} .d-video .pause-ico{width:30px;height:30px;}
    .vd-intro{padding:15px;}
}

/* list-style4 */
.list-style4{margin-top:-20px;}
.list-style4 .list-item{overflow:hidden;padding-right:130px;border:1px solid #eaeaea;margin-top:20px;background:#FDFDFD;padding:24px 30px 20px;}
.list-style4 .list-tit{font-size:18px;line-height:25px;color:#333333;width:100%;height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.list-style4 .list-time{font-size:14px;line-height:25px;color:#999999;margin-top:14px;}
.list-style4 .list-info{margin-top:5px;font-size:14px;line-height:20px;color:#999999;}
.list-style4 .list-info li{width:25%;float:left;margin-top:5px;}
.list-style4 .list-tit:hover{color:#157AFF;}
@media (max-width:767px){.list-style4 .list-tit{font-size:16px;}
    .list-style4 .list-item{margin-top:10px;padding:12px 15px 10px;}
    .list-style4 .list-time{margin-top:4px;}
}


/* album-det */
.album-det .lMain{margin-top:40px;}
@media (max-width:767px){.album-det .lMain{margin-top:20px;}
}

/* album-det */
.album-det .content-main{margin-top:40px;}
.albumShow{max-width:800px;margin:auto;}
.albumShow ul,.albumShow .ol{list-style:none;}
.albumShowCon{position:relative; height:600px;}
.albumShowimgp,.albumShowimgn{font-size:24px;position:absolute;top:0;bottom:0;margin:auto;width:32px;height:60px;line-height:50px;}
.albumShowimgp{left:-82px;background:url(../images/jt111.png) no-repeat center center;}
.albumShowimgn{right:-82px;background:url(../images/jt222.png) no-repeat center center;}
.albumShowimgp:hover {
    background:url(../images/jt1111.png) no-repeat center center;
}
.albumShowimgn:hover {
    background:url(../images/jt2222.png) no-repeat center center;
}
.albumnum{position:absolute;left:0;right:0;bottom:20px;margin:auto;width:60px;height:24px;line-height:24px;border-radius:50px;background-color:rgba(0,0,0,0.3);color:#fff;text-align:center;}
.albumShowConImg{position:relative;height:100%;text-align:center;}
.albumShowConImg img{max-width:100%;max-height:100%;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
.albumShowControl{margin-top:40px;padding:0;position:relative;}
.albumShowChange{position:absolute;top:0;width:100px;overflow:hidden;height:100%;}
.albumShowChange a{width:100%;height:100%;}
.albumShowChange img{width:100%;margin:auto;}
.albumShowChange em{position:absolute;left:0;top:0;width:100%;height:100%;color:#fff;font-size:12px;background-color:rgba(0,0,0,0.5);text-align:center;transition:0.36s;display:table;}
.albumShowChange em i{display:table-cell;vertical-align:middle;}
.albumShowp{left:0;}
.albumShown{right:0;}
.albumShowChange:hover em{background:rgba(0,0,0,0.66);}
.albumShowList{position:relative;}
.albumShowListp,.albumShowListn{position:absolute;top:0;width:40px;height:100%;transition:0.36s;text-align:center;cursor:pointer;}
.albumShowListp{left:-60px;background:#E2E2E2 url(../images/leftsw.png) no-repeat center;}
.albumShowListn{right:-60px;background:#E2E2E2 url(../images/rightsw.png) no-repeat center;}
.albumShowListp:hover{background:#80241C url(../images/jt333.png) no-repeat center;}
.albumShowListn:hover{background:#80241C url(../images/jt444.png) no-repeat center;}
.albumShowListCon{overflow:hidden;margin:auto;position:relative;}
.albumShowListCon ul{position:relative;padding-left:0;margin-bottom:0;}
.albumShowListCon li{float:left;width:100px;margin-right:10px;box-sizing:border-box; border-radius: 4px;}
.albumShowListCon li a{display:block; border-radius: 4px;}
.albumShowListCon li img{width:100%;border-radius: 4px;}
.albumShowListCon li.active a{border:2px solid #80241C; }
.pic-det .d-intro{margin-top:15px;}
@media (max-width:767px){.albumShowCon{height:unset;}
    .albumShowConImg img{position:unset;}
    .albumShowList{padding:0 35px;}
    .albumShowListp,.albumShowListn{width:25px;}
}

/* sl-count */
.sl-count{line-height: 1;margin-bottom: 30px;color: #999999;}
.search-none-tit{font-size: 18px;line-height: 1;color: #333333;}
.search-none-text{margin-top: 20px;color: #666666;line-height:30px;}
.search-none-text dd{margin-top:10px;}
.s-key{color:#80241C;}

/* notfound */
.notfound{padding: 60px 0 40px}
.nofMain{padding: 80px 0; background-color: #fff;text-align: center; }
.nfImg{height: 160px;background:  url(../images/4041.png) no-repeat center top;}
.nfTit{font-size: 26px;color: #222;}
.nfText{font-size: 14px;color: #555;margin: 10px auto 0;width: 450px;}
.nfBtn{margin-top: 40px;}
@media (max-width:767px){.notfound{padding:40px 0}
    .nofMain{padding:40px 20px;}
    .nfImg{height:80px;background-size:contain;}
    .nfText{width:unset;}
    .nfBtn{margin-top:20px;}
}

/* prompt */
.prompt{position:relative;padding:60px 0 40px;}
.prompt-main{padding:160px 20px;background-color:#fff;text-align: center;}
.prompt-tit{font-size:28px;color:#444;font-weight:bold;line-height:34px;}
.prompt-text{font-size:14px;line-height:24px;color:#666;margin-top:14px;}
.prompt-text span{color:#e54242;}
@media (max-width:768px){.prompt-box{text-align:center;}
    .prompt-tit{font-size:22px;}
    .prompt{position:relative;padding:20px 0;}
    .prompt-main{padding:40px 20px;}
}

/* tag-main */
.tag-main{margin-top:20px;}
.tags-item{margin-top:20px;padding-top:20px;border-top:1px solid #ebebeb;}
.tags-item:first-child{margin-top:0;border-top:0;padding-top:0;}
/* list-tags */
.list-tags{margin-top:-20px;}
.list-tags .list-item{border:1px solid #eaeaea;padding:25px 30px 20px;background:#FDFDFD;margin-top:18px;font-size:25px;border-radius: 10px}
.list-tags .list-item:hover{border-color:#80241C;border-style:solid;border-width:1px;}
.list-tags .list-item:hover .label{color:#80241C;}
.list-tags .label{;padding:0px 0px;color:#616161;line-height:24px;font-size:16px;font-weight:bold;border-radius:1px;overflow:hidden;display:inline-block;max-width:100%;white-space:nowrap;text-overflow:ellipsis;transition:0.36s;}


.list-tags .list-text{margin-top:15px;color:#777777;font-size:14px;line-height:24px;height:72px;width:100%;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
@media (max-width:768px){.list-tags .list-item{margin-top:16px;}
    .list-tags .list-item{padding:20px 15px;}
    .tags-item{margin-top:25px;}
    .tag-main{margin-top:15px;}
    .list-tags .list-text{margin-top:6px;font-size:14px;line-height:24px;height:72px;}
    .list-tags .list-item:hover{border-style:solid;border-color:#80241C;}
    .list-tags .list-item{background-color:#FDFDFD;}
}



/* user */
.wsc-HeadNav{height:40px;padding:10px 0;box-sizing:border-box;background:#333333;}
.tb-logon{float:right;}
.tb-logon li{float:right;font-size:12px;font-weight:400;transition:0.36s;line-height:20px;color:#D6D6D6;}
.tb-logon li:hover{color:#fff;}
.tb-line{width:1px;height:10px;float:right;vertical-align:middle;margin:4px 8px;line-height:20px;background:#6E6E6E;}
.tb-logon .tb-user{color:#F4771C;}
.tb-logon .tb-user:hover{color:#F4771C;}
@media (max-width:991px){
    .wsc-HeadNav{background: #fff;padding: 10px 15px;}
    .tb-logon li{
        color: #333;
        float: left;
    }
    .tb-logon{
        float: left;
    }
    .tb-line{
        float:left;
    }
    .top-logon{position:absolute;right:15px;top:0;bottom:0;margin:auto;height:50px;width:24px;background:url(../images/hn-logon.png) no-repeat right center;background-size:24px auto;}
}
.ft-left {
    float: left;
    margin-left: 170px;
    padding-left: 170px;
    background: url(../images/buzhi.png) no-repeat 0 center;
}
.flLe-tle {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.flLe-tel {
    color: rgba(255,255,255,0.6);
    margin-top: 20px;
}
.flLe-tel span {
    display: block;
    font-size: 26px;
    line-height: 37px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    margin-top: 2px;
}
.flLe-tel span a{color:white;}
.flLe-info {
    font-size: 14px;
    line-height: 28px;
    color: rgba(255,255,255,0.6);
    margin-top: 20px;
}
.ft-mid {
    float: left;
}
.ft-mid dt a{color:white;}
.ft-right {
    float: right;
    margin-top: 80px;
}
.ft-btn {
    font-size: 0;
    margin-top: 20px;
}
.ft-btn a {
    color: #fff;
    display: inline-block;
    width: 160px;
    height: 50px;
    background: #80241C;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.ft-btn .ft-btn2 {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
    line-height: 48px;
}
.ft-btn .ft-btn2:hover {
    background: #80241C;
    border-color: #80241C;
}
.ft-ba {
    font-size: 14px;
    color: #999;
    opacity: 0.5;
}
.ft-ba a:hover {
    color: #fff;
    opacity: 1;
}
.ft-mid dl {
    float: left;
    margin-left: 80px;
}
.ft-mid dl:first-child {
    margin-left: 0;
}
.ft-mid dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
}
.ft-mid dd {
    font-size: 14px;
    line-height: 32px;
    color: rgba(255,255,255,0.5);
}
.ft-mid dd:hover {
    color: rgba(255,255,255,1);
}
.ft-right {
    margin-left: 10px;
}
.ft-right p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.ft-right img {
    width: 120px;
}
.footLx-all {
    width: 100%;
    height: 150px;
    background: #80241C;
    border-radius: 8px;
}
.footLx {
    width: 33.3%;
    float: left;
    height: 150px;
    background: url(../images/xianx.png) no-repeat 0 center;
}
.footLx:first-child {
    background: none;
}
.foot-lx {
    margin-bottom: 90px;
}
.footLx-t {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-top: 42px;
}
.footLx-x {
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
}
.footLx-main {
    padding-left: 210px;
    padding-bottom: 20px;
}
.footLx .aa1 {
    background: url(../images/aa.png) no-repeat 129px 40px;
}
.footLx .aa2 {
    background: url(../images/bb.png) no-repeat 129px 40px;
}
.footLx .aa3 {
    background: url(../images/cc.png) no-repeat 129px 40px;
}
.wsc-bs {
    background: #272727;
    padding: 20px 0;
}



@media (max-width: 1630px) and (min-width: 1230px){
    .ft-mid {
        float: left;
        padding-left: 20px;
    }
    .ft-mid dl {
        float: left;
        margin-left: 40px;
    }
    .hn-item {
        float: left;
        position: relative;
        margin: 0px 8px;
    }
    .ft-left {
        margin-left: 40px;
        padding-left: 40px;
    }
}

@media (max-width:1239px) and (min-width:992px){
    .ft-mid {
        float: left;
        padding-left: 20px;
    }
    .ft-mid dl {
        float: left;
        margin-left: 40px;
    }
    .hn-item {
        float: left;
        position: relative;
        margin: 0px 10px;
    }
    .ft-left {
        margin-left: 50px;
        padding-left: 50px;
    }
    .ft-right {
        display: none;
    }
}
@media (max-width:991px){
    .ft-right {
        display: none;
    }
    .ft-mid {
        display: none;
    }
    .ft-left {
        background: none;
        padding-left: 0;
        margin-left: 0;
        float: none;
        width: 100%;
    }
    .wsc-foot {
        padding: 30px 0;
    }
    .flLe-tel {
        margin-top: 10px;
    }
    .flLe-info {
        margin-top: 10px;
    }
    .ft-btn {
        margin-top: 10px;
    }
    .hn-droplist li:last-child {
        display: none;
    }
}
.breadcrumb a:hover {
    color: #80241C;
}


.prompt {
    position: relative;
    padding: 100px 0 40px;
}
.prompt-main {
    padding: 100px 0;
    background-color: #f6f6f6;

}
.prompt-icon{
    height: 65px;
    background: url(../images/susok.png) no-repeat center center;
}
.prompt-box{
    padding: 0 20px;
    text-align: left;
}
.prompt-tit {
    font-size: 28px;
    color: #444;
    font-weight: bold;
    line-height: 34px;

}
.prompt-text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 14px;
}
.prompt-text span {
    color: #e54242;
}

@media (max-width: 767px){
    .prompt-box{
        text-align: center;
    }
    .hn-item:nth-child(2) .hn-drop {
        display: block;
    }
}


.wsc-fixBar{position:fixed;right:0;z-index:1000;bottom: 20px;}
.fb-online,.fb-wx,.fb-tel,.fb-em,.fb-top,.fb-mtel,.fb-bj{width:74px;height:74px;position:relative;box-sizing:border-box;transition:0.36s;background-color:rgba(63,63,63,0.8);margin-top:1px; border-radius: 4px;}
.fb-online a,.fb-wx a,.fb-tel a,.fbem-icon,.fb-top a,.wsc-fixBar2 a,.fb-bj a{display:block;width:74px;height:100%;box-sizing:border-box;font-size:14px;line-height:1;transition:0.36s;padding-top:46px;text-align:center;color:#fff;}
.fb-online a{background:url(../images/fix-online.png) no-repeat center 16px;}
.fb-online,.fb-mtel{background:#80241C;}
.fb-online a{color:#fff;}
.fb-online:hover,.wsc-fixBar2 .fb-mtel:hover{background:#80241C;}
.fb-wx a{background:url(../images/fix-wx.png) no-repeat center 12px;}
.fb-tel a{background:url(../images/fix-tel.png) no-repeat center 12px;}
.fbem-icon{background:url(../images/fix-em.png) no-repeat center 12px;}
.fb-top {display: none;}
.fb-top a{background:url(../images/fix-top.png) no-repeat center 12px;}
.fb-bj a{background:url(../images/ico-bj.png) no-repeat center 12px;}
.fb-online:hover a,.fb-tel:hover a,.fbem-icon:hover{color:#ffffff;}
.fbarCon{height:74px;line-height:74px;font-size:16px;color:#fff;font-weight:bold;text-align:center;position:absolute;right:74px;transition:0.36s;top:0;z-index:10;}
.fb-tel .fbarCon,.fb-em .fbarCon{width:185px;}
.fb-tel,.fb-em{overflow:hidden;}
.fb-tel a,.fb-em a{position:absolute;right:0;top:0;}
.fb-tel:hover{width:260px;margin-left:-186px;}
.fb-tel .fbarCon{
    font-size: 20px;
}
.fb-wx .fbarCon{width:120px;position:absolute;top:0;right:80px;display:none;}
.fb-wx .fbarCon img{width:100%;}
.fb-wx:hover .fbarCon{display:block;}
.fb-em:hover,.fb-tel:hover,.fb-top:hover,.fb-wx:hover,.fb-bj:hover{background-color:#80241C;}
.fbarCon{background-color:#80241C;
}


.hot-sea {
    margin: 20px auto 0;
    font-size: 16px;
    color: #333;
}
.hot-sea a {
    display: inline-block;
    margin: 0 10px;
}
.hot-sea a:hover {
    color: #80241C;
}
.search-all {
    width: 100%;
    height: 48px;
    border: 2px solid #80241C;
    border-radius: 4px;
    font-size: 16px;
}
.v-select {
    width: 98px;
    height: 44px;
    float: left;
    line-height: 44px;
    border-right: 2px solid #80241C;
    color: #666;
    text-indent: 10px;
    font-size: 16px;
    background: url(../images/select-down-bg.png) no-repeat 70px center;
    position: relative;
}
.search-drop form {
    width: 100%;
}
.search-all form input {
    width: 955px;
    border: 0;
    height: 44px;
    float: left;
    text-indent: 30px;
    font-size: 14px;
    color: #666;
    float: left;
}
.search-all form button {
    width: 120px;
    height: 44px;
    background: #80241C;
    font-size: 18px;
    color: #fff;
    float: right;
    border: 0;
    outline: none;
    border-radius: 0;
}
.search-all form button:hover {
    background: #9F2C23;
    color: #fff;
}
.select-menu {
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    cursor: pointer;
}
.select-menu li:hover {
    color: #80241C;
}
.hn-lan {
    float: right;
    position: relative;
    margin-top: 38px;
}
.lan-icon {
    padding-left: 30px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 20px;
    margin-left: 20px;
    color: rgba(134,134,134,1);
    background: url(../images/top-lan.png) no-repeat 0 center;
    cursor: pointer;
    transition: 0.3s;
}
.lan-list {
    position: absolute;
    top: 40px;
    left: 0;
    padding: 10px 0;
    width: 100px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 8%);
    z-index: 9999;
    display: none;
}
.lan-list a {
    display: block;
    padding-left: 26px;
    height: 40px;
    background-color: #fff;
    font-size: 16px;
    line-height: 40px;
    color: #868686;
    transition: 0.3s;
}
.lan-list a:hover {
    color: #80241C;
}


/*内容页右侧边栏*/
.listBar-item{
    padding: 30px 20px;
    background: #fff;
    width: 100%;
}
.listBar-item:first-child{
    margin-bottom: 20px;
}
.listBar-item:nth-child(2){
    background-image: url(../images/listBar-item-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.listBar-item .listBar-header{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.listBar-item .listBar-header .title{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 25px;
}
.listBar-item .title{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 25px;
    text-align: center;
}
.listBar-item .listBar-header:before,
.listBar-item .listBar-header:after{
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/list-bar-title-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.listBar-item .listBar-body{
    margin-top: 20px;
}
.listBar-item .listBar-body .content{
    width: 100%;
    overflow: hidden;
}
.listBar-item .listBar-body .content .list{
    margin: 10px 5px;
    font-size: 16px;
    color: #4F4F4F;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.listBar-item .listBar-body .content .list span,
.listBar-item .listBar-body .content .list b{
    font-weight: normal;
    font-size: 16px;
    color: #4F4F4F;
}
.listBar-item .listBar-body .content .list:before{
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    border-radius: 20px;
    background: #80241C;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.listBar-item .listBar-body .content .list:hover{
    color: #80241C;
}
.listBar-item .listBar-body .content .list:nth-child(1):before{
    content: '1';
}
.listBar-item .listBar-body .content .list:nth-child(2):before{
    content: '2';
}
.listBar-item .listBar-body .content .list:nth-child(3):before{
    content: '3';
}
.listBar-item .listBar-body .content .list:nth-child(4):before{
    content: '4';
}
.listBar-item .listBar-body .content .list:nth-child(5):before{
    content: '5';
}
.listBar-item .listBar-body .content .list:nth-child(6):before{
    content: '6';
}
.listBar-item .listBar-body .content .list:nth-child(7):before{
    content: '7';
}
.listBar-item .listBar-body .content .list:nth-child(8):before{
    content: '8';
}
.listBar-item .listBar-body .content .list:nth-child(9):before{
    content: '9';
}
.listBar-item .listBar-body .content .list:nth-child(10):before{
    content: '10';
}
.listBar-item .btn-box{
    padding: 25px 0;
    width: 100%;
    border-bottom: 1px dashed #808080;;
}
.listBar-item .btn-box .btn{
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #80241C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 0;
    font-weight: 400;
}
.listBar-item .btn-box .btn.btn-pull{
    background: #80241C;
    color: #fff;
}
.listBar-item .btn-box .btn.btn-outline{
    background: #fff;
    color: #80241C;
}
.listBar-item .btn-box .btn.btn-pull:hover{
    background: #912d25;
    color: #fff;
}
.listBar-item .btn-box .btn.btn-outline:hover{
    background: #80241C;
    color: #fff;
}
.listBar-item .other-box{
    margin-top: 20px;
}
.listBar-item .other-box .other-cont{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.listBar-item .other-box .other-cont .list{
    padding: 0 25px;
    font-size: 16px;
    font-weight: 400;
    color: #4F4F4F;
}
.listBar-item .other-box .other-cont .line{
    width: 1px;
    height: 16px;
    background: #4F4F4F;
}
/*内容页右侧边栏END*/


@media (max-width:1239px) and (min-width:992px){
    .search-all form input {
        width: 710px;
    }
}
@media (max-width:991px){
    .wsc-search {
        display: none;
    }
    .m-lab {
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
        padding: 10px 20px;
        background: #f6f6f6;
        text-align: center;
        display: block;
    }
}

/*read-more*/
.read-more-open{
    position: relative;
    margin-top: -80px;
    width: 100%;
    height: 80px;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1));
    display: flex!important;
    justify-content: center;
    align-items: end;
    text-decoration: none;
    color: #bfbfbf;
}
.read-more-fold{
    padding-top: 10px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #bfbfbf;
}
.read-more-open:active,
.read-more-open:hover,
.read-more-fold:active,
.read-more-fold:hover{
    color: #bfbfbf;
}