.header{
    background: url("../images/mztj/header_bg.png") center center no-repeat;
    height: 480px;
    background-size: 100% 100%;
}
.header h1 {
    background: url(../images/mztj/logo.png) 0 50% no-repeat;
}
.content{
    padding-top: 35px;
    padding-bottom: 50px;
}
.grid{
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
}
.grid>.row{
    margin-left: -15px;
    margin-right: -15px;
}
.grid>.row .col-md-6{
    padding-left: 15px;
    padding-right: 15px;
}
.banner{
    margin-top: 205px;
}
.content .lbs{
    width: calc(50% + 90px);
}
.content .news{
    width: calc(50% - 90px);
}
.focus, .focus .pic {
    position: relative;
    width: 100%;
    height: 395px;
}
.focus .pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide{
    width: 100%;
}
.focus .swiper-button {
    position: absolute;
    left: 0;
    bottom: 190px;
    width: 100%;
    height: 40px;
}
.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 80px 0 20px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
    background-image: none;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;

}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;

}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 0px;
    left: auto;
    right: 10px;
    z-index: 9;
    width: auto;
    margin-bottom: 4px\9;
    padding: 0 10px;
    text-align: right;
}

.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border-radius:0px;
    background-color: #fff;
    color: transparent;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #ffc562;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.focus .swiper-pagination-bullet {
    border-radius:50%;
    background-color: #fff;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff6c6;
}
.p1 .list-t li {
    font-size: 18px;
    line-height: 50px;
}
.p1 .list-t li a {
    color: #333333;
    font-family: "微软雅黑";
}
.p1 .list-t li a:hover{
    color: #d41c0d;
}
.list-t li:before{
    width: 6px;
    height: 6px;
    background: #d41c0d;
    border-radius: 0;
}
.p1 .list-t li:hover:before{
    background: #d41c0d;
}
.p2 h3{
    background: url("../images/mztj/h3_bg.png") center center no-repeat;
    height: 57px;
    margin-bottom: 35px;
}
#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#certify .swiper-slide {
    width: 600px;
    height: 340px;
    background: #fff;
    overflow: hidden;
}
#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
#certify .swiper-slide span{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}
.iconfont{

}
#certify .swiper-button-prev,
#certify .swiper-button-next{
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
    background-image: none;
}
#certify .swiper-button-prev {
    transform: translate(-50px, 0);
    left: 0;
}
#certify .swiper-button-prev .iconfont, #certify .swiper-button-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}
#certify .swiper-button-next {
    transform: translate(50px, 0);
    right: 0;
}
#certify:hover .swiper-button-prev,
#certify:hover .swiper-button-next {
    opacity: 1;
    transform: translate(0, 0);
}
@media screen and (max-width: 1200px) {
    .grid{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .p1>div {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .list-t li a {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .content .lbs,.content .news {
        width: 100%;
    }
    .focus, .focus .pic{
        height: 600px;
    }
}
@media (max-width: 768px) {
    .focus, .focus .pic{
        height: 400px;
    }
    #certify .swiper-slide{
        width: 100%;
    }
    .header{
        height: 340px;
    }
    .banner{
        margin-top: 150px;
    }
}
@media (max-width: 480px) {
    .header{
        height: 250px;
    }
    .banner{
        margin-top: 120px;
    }
    .content{
        padding-top: 30px;
    }
    .grid{
        padding: 10px 20px;
    }
    .focus, .focus .pic,#certify .swiper-slide{
        height: 300px;
    }
    .focus, .focus .pic{
        margin-bottom: 10px;
    }
    .p1 .list-t li{
        line-height: 45px;
    }
    .p2 h3{
        margin-bottom: 20px;
    }
}
@media (max-width: 380px) {
    .header{
        height: 205px;
    }
    .banner{
        margin-top: 100px;
    }
    .focus, .focus .pic,#certify .swiper-slide{
        height: 250px;
    }
}