/* ztbanner */
.ztbanner{width: 100%;height: 572px;background: url("../img/banner.png") top center no-repeat;}
/* nav */
.nav{width: 100%;height: 60px;line-height: 60px;background: #A62A10;}
.nav ul{width: 1200px;margin: 0 auto;display: -webkit-flex;display: flex;justify-content: space-between;}
.nav ul li a{font-size: 18px;font-weight: bold;color: #fff;}
/* headline */
.headline{width: 100%;background: #FEF7ED;border: 1px solid #A62A10;padding: 20px 50px;margin: 30px 0;}
.headline h2{font-size: 32px;font-weight: bold;text-align: center;line-height: 1.6;}
.headline h2 a{color: #B51F23;}
/* slideBox */
.slideBox{width: 680px;height: 498px;position: relative;overflow: hidden;}
.slideBox .hd{position: absolute;right: 5px;bottom: 23px;z-index: 1;}
.slideBox .hd ul li {float: left;margin-right: 10px;cursor: pointer;width: 10px;height: 10px;background: #fff;border-radius: 5px;}
.slideBox .hd ul li.on {background: #B40001;}
.slideBox .bd {position: relative;z-index: 0;}
.slideBox .bd li {position: relative;}
.slideBox .bd li img {width: 100%;height: 498px;}
.slideBox .bd p {position: absolute;bottom: 0;left: 0;width: 100%;height: 56px;line-height: 56px;font-size: 17px;background:rgba(0, 0, 0, 0.45);text-indent: 20px;z-index: 1;}
.slideBox .bd p a {color: #fff;display: block;width: 80%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
/* dtList */
.dtList{width: 502px;}
.dtList ul {overflow: hidden;width: 490px;float: right;}
.dtList ul li {font-size: 17px;height: 70px;border-bottom: 1px dashed #B5604E;overflow: hidden;margin-top: 12px;background: url("../img/libg.png") top 14px left no-repeat;}
.dtList ul li a {display: block;float: left;width: 76%;margin-left: 14px;line-height: 28px;}
.dtList ul li a:hover {color: #B40001;}
.dtList li span {float: right;color: #999;font-size: 16px;margin-top: 15px;}
/* mhItem */
.mhItem{width: 100%;margin: 30px auto 0;background: #FEF7ED;padding: 20px 0;}
#certify {
    position: relative;
    width: 1200px;
    margin: 40px auto 0;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 650px;
    height: 410px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    position: relative;
}

#certify .swiper-slide img {
    display: block;
    width: 650px;
    height: 410px;
}

#certify .swiper-slide p {
    width: 100%;
    line-height: 55px;
    padding-top: 0;
    background: #A62A10;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0;
    position: absolute;
    bottom: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}


#certify .swiper-button-prev {
    left: 0;
    top: 40%;
    width: 58px;
    height: 58px;
    background: url("../img/left.png") no-repeat;
}

#certify .swiper-button-next {
    right: 0;
    top: 40%;
    width: 58px;
    height: 58px;
    background: url("../img/right.png") no-repeat;
}
/* jnItem */
.jnItem{width: 100%;background: url("../img/bg2.png") bottom center no-repeat;padding: 30px 0 100px;}
.yxlItem ul{width: 575px;margin-top: 20px;}
.yxlItem ul li{height: 90px;background: url("../img/libg01.png") top center no-repeat;margin-top: 10px;overflow: hidden;}
.yxlItem ul li:hover{background: url("../img/libg02.png") top center no-repeat;}
.yxlItem ul li a{display: block;float: left;width: 76%;margin-left: 20px;text-indent: 20px;line-height: 28px;margin-top: 16px;background: url("../img/libg.png") left center no-repeat;}
.yxlItem ul li span{float: right;margin-top: 30px;margin-right: 20px;}
.yxlItem ul li:hover a{color: #fff;background: url("../img/libgb.png") left center no-repeat;}
.yxlItem ul li:hover span{color: #fff;}
/* ssItem */
.ssItem ul{display: -webkit-flex;display: flex;justify-content: space-between;margin-top: 30px;}
.ssItem ul li{width: 285px;}
.ssItem ul li img{width: 285px;height: 260px;}
.ssItem ul li p{width: 285px;height: 58px;line-height: 58px;background: url("../img/libg2.png") top center no-repeat;text-align: center;color: #FEFFFE;}
/* jyItem */
.jyItem{width: 100%;background: url("../img/bg3.png") bottom center no-repeat;padding: 30px 0 70px;}
/* slideBox2 */
.slideBox2{width: 730px;height: 534px;}
.slideBox2 .bd li {width: 100%;height: 534px;}
.slideBox2 .bd li img {width: 100%;height: 478px;}
.slideBox2 .bd p {bottom: 0;background: #000000b8;}
.slideBox2 .prev, .slideBox2 .next {position: absolute;left: 0;top: 50%;margin-top: -58px;cursor: pointer;width: 58px;height: 57px;background: url("../img/left.png") top center no-repeat;}
.slideBox2 .next {left: auto;right: 0;background-image: url("../img/right.png");}
/* jyList */
.jyList{width: 440px;}
.jyList li{position: relative;}
.jyList li:first-child{margin-bottom: 30px;}
.jyList img{width: 440px;height: 252px;}
.jyList p{position: absolute;bottom: 0;left: 0;width: 100%;height: 56px;line-height: 56px;font-size: 17px;background:rgba(0, 0, 0, 0.45);color: #fff;text-indent: 15px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.footer{margin-top: 0;}