/* 
container
container
container
container
*/

.container {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .container{
        width: 1100px;
    }
    
}

@media (max-width: 1180px) {
    .container{
        width: 90%;
    }
    
}
/* 
*****************
com title
*****************
*/
.com-title {
    text-align: center;
    margin-bottom: 1.875vw;
}

.com-title h2 {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: bold;
}

.com-title h2::after {
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    background: #B51D23;
    margin: 0 auto;
    margin-top: 8px;
}

.com-title p {
    font-size: 18px;
    margin-top: 1vw;
}

@media (max-width: 1440px) {
    .com-title h2{
        font-size: 28px;
    }
    
}

@media (max-width: 1180px) {
    .com-title{
        margin-bottom: 12px;
    }
    .com-title h2{
        font-size: 20px;
    }
    .com-title p{
        font-size: 15px;
    }
}




/*
********************
面包屑导航mininav 
********************
 */
.mininav {
    background: rgba(0, 36, 80, .4);
    display: inline-block;
    font-size: 18px;
    padding: 12px 57px;
    border-radius: 24px;
    margin-top: 20px;
    line-height: 24px;

}

.mininav.bg-white{
    background-color: rgba(255, 255, 255, .4);
    color: #333;
}

.mininav img{
    margin-right: 10px;
    margin-top: -3px;
}
/* 
***************
二 页面f banner 
***************
*/
.sub-banner {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.sub-banner .sub-banner-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 90%;
}

.sub-banner>img {
    width: 100%;
}

.sub-banner .sub-banner-txt h2 {
    font-size: 50px
}

.sub-banner .sub-banner-txt p {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 1vw;
}

@media (max-width: 1440px) {
    .sub-banner .sub-banner-txt h2{
        font-size: 40px;
    }
    .mininav{
        font-size: 16px;
    }
}

@media (max-width: 1180px) {
    .sub-banner .sub-banner-txt h2{
        font-size: 30px;

    }
    .mininav{
        font-size: 14px;
        padding: 10px 30px;
        margin-top: 10px;
    }
}


@media (max-width: 480px) {
    .sub-banner>img{
        height: 200px;
        max-width: none;
    }
    
}

/* 分页 */
/* 分页 */
/* 分页 */
/* 分页 */
/* 分页 */
.page-list {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 0;
}

.page-list a {
    display: inline-block;
    width: 25px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin: 0 5px;
    transition: all .4s ease;
    color: #333;
    cursor: pointer;
}

.page-list .btn-prev,
.page-list .btn-next {
    color: #808080;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #c4cacf;
    margin: 0 20px;

}

.page-list .btn-prev .layui-icon,
.page-list .btn-next .layui-icon{
    font-size: 20px;

}

.page-list a.first,
.page-list a.last {
    width: auto;
    padding: 0 15px;
}

@media (max-width: 1180px) {
    .page-list .btn-prev, .page-list .btn-next{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .page-list a{
        width: 15px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}


/* 分享 */
footer .share-wrap {
    margin-top: 1.8vw;
}

footer .share-wrap .bshare-custom a {
    width: 36px;
    height: 36px;
    padding: 0;
    background-color: #333951;
    border-radius: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .52vw;
    margin-bottom: .52vw;
    margin-right: 0;
    display: inline-block;
}

footer .share-wrap .bshare-custom a.bshare-weixin {
    background-image: url("../images/icon-footer1.png");
}

footer .share-wrap .bshare-custom a.bshare-sinaminiblog {
    background-image: url("../images/icon-footer2.png");
}

footer .share-wrap .bshare-custom a.btn-footer3 {
    background-image: url("../images/icon-footer3.png");
}

footer .share-wrap .bshare-custom a.btn-footer4 {
    background-image: url("../images/icon-footer4.png");
}

footer .share-wrap .bshare-custom a.btn-footer5 {
    background-image: url("../images/icon-footer5.png");
}

@media (max-width: 1600px) {
    footer .share-wrap .bshare-custom a {
        width: 32px;
        height: 32px;
    }

}

@media (max-width: 768px) {
    .r-section h2 {
        font-size: 20px;
    }

    .r-section .r-txt .btn-more,
    .r-section p {
        font-size: 14px;
    }

    .com-title h2 {
        font-size: 20px;
    }
}


/* superslide */

.contact-wrap .hd,
.slideTxtBox .hd {
    height: 100px;
    line-height: 100px;
    /* padding: 0 20px; */
    /* border-bottom: 1px solid #ddd; */
    position: relative;
}

.slideTxtBox .hd li a{
    display: block;
}

.slideTxtBox .hd ul{
    display: flex;
}


.contact-wrap .hd ul,
.slideTxtBox .hd ul{
    text-align: center;
    justify-content: center;
}

.contact-wrap .hd ul li,
.slideTxtBox .hd ul li {
    /* padding: 0 100px; */
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    color: #333;
    height: 100%;
}

/* .contact-wrap .hd ul li:hover,
.contact-wrap .hd ul li.on,
.slideTxtBox .hd ul li:hover,
.slideTxtBox .hd ul li.on {
    background: #b51d23;
    color: #fff;
}
.contact-wrap .hd ul li:hover a,
.contact-wrap .hd ul li.on a,
.slideTxtBox .hd ul li:hover a,
.slideTxtBox .hd ul li.on a{
    color: #fff;
} */
.contact-wrap .hd ul li
,
.slideTxtBox .hd ul li{
    position: relative;
}

.contact-wrap .hd ul li::after,
.slideTxtBox .hd ul li::after{
    content: "";
    display: block;
    height: 3px;
    background-color: #b51d23;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: all .4s ease;
}

.contact-wrap .hd ul li:hover::after,
.contact-wrap .hd ul li.on::after,
.slideTxtBox .hd ul li:hover::after,
.slideTxtBox .hd ul li.on::after{
    width: 70%;
}

/* .contact-wrap .hd ul li.on::after,
.slideTxtBox .hd ul li.on:hover::after,
.slideTxtBox .hd ul li.on::after{
    width: 100%;
} */


.contact-wrap .hd ul{
    height: 100%;
    padding: 0;
    display: flex;
    width: 100%;

}
.contact-wrap .hd ul li{
    line-height: 100px;
    width: 300px;

}
.contact-wrap .hd ul a{
    display: block;
}

.slideTxtBox .bd ul {
    padding: 15px;
}

.contact-wrap .hd li
/* ,
.slideTxtBox .bd li  */
{
    height: 24px;
    line-height: 24px;
    font-size: 20px;
}


.contact-wrap .hd li .date,
.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

@media (max-width: 1440px) {
    .contact-wrap .hd ul li, .slideTxtBox .hd ul li{
        font-size: 18px;
    }
    .contact-wrap .hd ul a,
    .contact-wrap .hd, .slideTxtBox .hd{
        height: 80px;
        line-height: 80px;
    }

}

@media (max-width: 1180px) {
    .contact-wrap .hd ul a,
    .contact-wrap .hd, .slideTxtBox .hd{
        height: 50px;
        line-height: 50px;
    }
    .slideTxtBox .hd,
    .slideTxtBox .hd ul li{
        height: 50px;
        line-height: 50px;
    }

    .contact-wrap .hd ul li, .slideTxtBox .hd ul li,
    .slideTxtBox .hd ul li{
        font-size: 14px;
    }
    .slideTxtBox .hd ul{
        display: flex;
        width: 100%;
    }
    .slideTxtBox .hd{
        padding: 0;
    }
    
}


/* row */
.row{
    display: flex;
}


/* 弹框 */
.layer-container{
    display: none;
}

.layer-wrap{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 999;
    background-color: #fff;
    width: 900px;
    height: 600px;
    display: flex;
    align-items: center;
}
.layer-con{
    display: flex;
    padding: 0 40px;

}


.layer-con .left-img{
    width: 320px;
    height: 320px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}
.layer-con .left-img img{
    width: 100%;
}


.layer-con ul.right-txt{
    text-align: left;
    padding-left: 35px;
}
.layer-con .right-txt .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.layer-con .right-txt .email,
.layer-con .right-txt .add{
    color: #999;
    font-size: 16px;
    margin-bottom: 16px;
}

.layer-con .right-txt .more-intro{
    font-size: 18px;
    color: #666;
    line-height: 28px;
    height: 230px;
    padding-right: 5px;
    overflow-y: auto;
}
.layer-con .underline::after{
    margin-top: 4px;

}

.layer-container .layer-bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: 101;
}



.underline::after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #b51d23;

}

.btn-close{
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/icon-close.png") no-repeat center;
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
}


@media (max-width: 1180px) {
    .layer-wrap{
        width: 90%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 10px;

    }
    .layer-con .left-img{
        width: 200px;
        height: 200px;
    }
    .layer-con .right-txt .title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .layer-con .right-txt .more-intro{
        font-size: 15px;
        line-height: 22px;
    }
    .layer-con .right-txt .email, .layer-con .right-txt .add{
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {


    .layer-con .left-img{
        width: 200px;
        height: 200px;
    }
    .layer-con{
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .layer-con ul.right-txt{
        padding-left: 0;
        padding-right: 0;
    }
}

/* faq */

/* .faq-wrap */
.faq-wrap .layui-colla-title{
   
    font-size: 22px;
    color: #333;
    line-height: 26px;
    height: auto;
    background-color: #efefef;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 30px 20px 42px;
}

.faq-wrap .layui-colla-title .layui-icon{
    position: absolute;
    right: 27px;
    top: 50%;
    left: auto;

    transform: translateY(-50%);
    width: 20px;
}


.faq-wrap .layui-colla-item.show .layui-colla-title{
    background-color: #b51d23;
    color: #fff;
}

.faq-wrap .layui-colla-content{
    padding-left: 40px;
    padding-right: 40px;
}


.faq-wrap .layui-colla-item{
    margin: 24px 0;
}

.faq-wrap .layui-colla-content{
    font-size: 20px;
    line-height: 30px;
}







.layui-collapse{
    border: 0;
}


@media (max-width: 1440px) {
    .faq-wrap .layui-colla-title{
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
}


@media (max-width: 1180px) {
    .faq-wrap .layui-colla-title{
        font-size: 15px;
        padding: 10px 30px 10px 12px;
        line-height: 20px;
    }

    .faq-wrap .layui-colla-title .layui-icon{
        right: 5px;
    }
    .faq-wrap .layui-colla-content{
        font-size: 15px;
    }

    .faq-wrap .layui-colla-content{
        padding: 15px!important;
        line-height: 22px;
    }
    .faq-wrap .layui-colla-item{
        margin: 10px 0!important;
    }








}













