/* header */
.header{width: 100%;min-width: 1200px;}
.header .header-top{
    font-size: 12px;
    line-height: 17px;
    padding: 10px 0 9px;
    color: #333333;
}
.header .header-top .header-top-list a{
    display: inline-block;
    padding: 0 10px;
    position: relative;
    color: #333333;
}
.header .header-top .header-top-list a:last-of-type{
    padding: 0 10px;
    position: static;
}
.header .header-top .header-top-list a::after{
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    width: 1px;
    height: 11px;
    background: #D2D2D2;
}
.header .header-bottom{
    background: #ffffff;
}
.header .header-bottom .header-logo{
    display: inline-block;
    width: 212px;
    height: 48px;
    padding: 21px 0;
    flex-shrink: 0;
}
.header .header-bottom>div{
    display: flex;
    justify-content: space-between;
}
.header .header-bottom .header-bottom-list{
    width: 988px;
    display: flex;
    align-items: center;
    justify-content: right;
}
.header .header-bottom .header-bottom-list .header-bottom-item a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 0 8px;
    margin-left: 8px;
    position: relative;
    text-align: center;
    min-width: 52px;
}
.header .header-bottom .header-bottom-list .header-bottom-item.active a{
    color: #ffffff;
    background: #D2232A;
}
.header .header-bottom .header-bottom-list .header-bottom-item.active a::after{
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
}
.header .header-bottom .header-bottom-list .header-bottom-item.search a{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/search.png) no-repeat bottom center;
    background-size: 24px;
}
.header .header-bottom .header-bottom-list .header-bottom-item.search.active{
    background: #ffffff;
}
.header .header-bottom .header-bottom-list .header-bottom-item.search:hover a{
    background: url(../images/search-hor.png) no-repeat bottom center;
    background-size: 24px;
}
/* header */
/* footer */
.footer{
    color: rgba(0,0,0,0.88);
    box-sizing: border-box;
    padding: 80px 0 68px;
    width: 100%;
    min-width: 1200px;
}
.footer .footer-box{
    background: url(../images/footer-bg.png) no-repeat bottom right;
    background-size: 895px;
}
.footer .footer-top-list{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.footer .footer-top-list .list-item{
    width: 183px;
    margin-right: 28px;
}
.footer .footer-top-list .list-item:last-child{
    margin-right: 0;
}
.footer .footer-top-list .list-item a{
    display: block;
    color: rgba(0,0,0,0.88);
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
}
.footer .footer-top-list .list-item a:hover{
    color: rgba(0,0,0,0.88);
}
.footer .footer-top-list .list-item .item-title{
    color: rgba(0,0,0,0.88);
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 18px;
}
.footer .footer-bottom .content-left{
    width: 663px;
    padding-top: 12px;
}
.footer .footer-bottom .content-left .bottom-left-title{
    color: rgba(0,0,0,0.88);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
.footer .footer-bottom .content-left .bottom-left-content{
    font-size: 14px;
    color: #4E5154;
}
.footer .footer-bottom .content-left .bottom-left-content a{
    color: #4E5154;
}
.footer .footer-bottom .content-left .bottom-left-content a.content-text{
    color: #8b8d8f;
}
.footer .footer-bottom .content-left .bottom-left-content .left-content-title1{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.footer .footer-bottom .content-left .bottom-left-content .left-content-title1 a{
    color: #666666;
}
.footer .footer-bottom .content-left .bottom-left-content .left-content-title2{
    margin-bottom: 8px;
}
.footer .footer-bottom .content-left .bottom-left-content .icpNum{
    display: inline-block;
    padding: 0 16px;
}
.footer .footer-bottom .content-left .bottom-left-content .jinganNum{
    padding-left: 18px;
    display: inline-block;
    position: relative;
}
.footer .footer-bottom .content-left .bottom-left-content .jinganNum::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/jinganNum-bg.png) no-repeat top center;
    background-size: 16px;
}


.footer .footer-bottom .content-right{
    width: 392px;
}
.footer .footer-bottom .content-right .right-img{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.footer .footer-bottom .content-right .right-img>p{
    width: 120px;
    text-align: center;
}
.footer .footer-bottom .content-right .right-img img{
    display: block;
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
}
.footer .footer-bottom .content-right .phone{
    height: 48px;
    background: #D2232A;
    color: #ffffff;
    font-size: 14px;
    line-height: 48px;
    padding: 0 16px;
    margin-bottom: 8px;
}
.footer .footer-bottom .content-right .phone .title{
    position: relative;
    padding-left: 18px;
}
.footer .footer-bottom .content-right .phone .title::after{
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 14px;
    height: 14px;
    background: url(../images/phone.png) no-repeat center center;
    background-size: 14px;
}
.footer .footer-bottom .content-right .email{
    height: 48px;
    background: #2D3134;
    font-size: 14px;
    line-height: 48px;
    padding: 0 16px;
    margin-bottom: 8px;
}
.footer .footer-bottom .content-right .email .title{
    position: relative;
    padding-left: 20px;
    color: #fff;
}
.footer .footer-bottom .content-right .email .title::after{
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 18px;
    height: 18px;
    background: url(../images/footer-email.png) no-repeat center center;
    background-size: 20px;
}
/* footer */




/*  */
.beautyScroll::-webkit-scrollbar{
    width : 6px;
    height: 1px;
}
.beautyScroll::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: #c5c6c7;
}
.beautyScroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ffffff;
}

.grayscale-page{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
}

/* da select */
.content .select,.slt_info_pop div.select{width: 90px;height:40px;border: 1px solid #DDE3EB;border-radius: 5px;box-sizing: border-box;display: inline-block;cursor: pointer;position: relative;z-index:4;behavior: url(./PIE.htc)}
/* .content .select p span{position:absolute;top: 5px; left:-5px;text-overflow: inherit;width:auto;} */
.content .select ul li.active,.slt_info_pop div.select ul li.active,.popup-box .select ul li.active{}
.content .select p i,.slt_info_pop div.select p i,.popup-box .select p i{margin:0;position: absolute;top: 15px;right: 6px;}
.content .select ul li.active{background: #2F54EB;text-overflow: clip;}