@font-face {
    font-family: 'DreamHanSansCN-W18';
    src: url('../font/DreamHanSansCN-W18.eot');
    src:
            url('../font/DreamHanSansCN-W18.eot?#font-spider') format('embedded-opentype'),
            url('../font/DreamHanSansCN-W18.woff') format('woff'),
            url('../font/DreamHanSansCN-W18.TTF') format('truetype'),
            url('../font/DreamHanSansCN-W18.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.banner{
    width: 100%;
    background-color: #fff;
}
.banner img{
    display: block;
    width: 100%;
    height: auto;
}

.yfzx{
    width: 100%;
    padding: 50px 0;
    background: #fff;
}
.yfzx-box{
    width: 1220px;
    margin: 0 auto;
}
.yfzx-title{
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
    color: #4e2417;
    padding-left: 85px;
    position: relative;
    margin-bottom: 20px;
}
.yfzx-title:before{
    position: absolute;
    top: 18px;
    left: 0;
    content: '';
    width: 71px;
    height: 4px;
    background-color: #481d0f;
}

.yfzx-text{
    font-size: 19px;
    line-height: 40px;
    color: #4e2417;
}


.yfzx-list{
    margin-top: 50px;
}
.yfzx-item{
    width: 287px;
    height: 180px;
    padding: 20px;
    background-color: #f3f3f3;
    border: solid 1px #481d0f;
    cursor: pointer;
}
.yfzx-item div{
    margin-bottom: 50px;
}

.yfzx-item img{
    display: block;
    width: 38px;
}

.yfzx-num{
    font-size: 30px;
    line-height: 40px;
    color: #481d0f;
    opacity: 0.57;
}
.yfzx-item p{
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #481d0f;
    text-align: right;
}
.yfzx-item img.active{
    display: none;
}
.yfzx-item p.active{
    width: 100%;
    font-size: 9px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #481d0f;
    white-space: nowrap;
}
.yfzx-item.active{
    background-color: #481d0f;
}
.yfzx-item.active p,
.yfzx-item.active .yfzx-num{
    color: #fff;
}

.yfzx-item.active img{
    display: none;
}
.yfzx-item.active img.active{
    display: block;
}

.sjdj{
    width: 100%;
    padding: 50px 0;
    background: url("../img/sjdj-bg.jpg") no-repeat center;
    background-size: cover;
}

.page-title{
    display: flex;
    align-items: start;
    width: 1400px;
    margin: 0 auto;
    color: #fff;
}
.page-title img{
    height: 40px;
    margin-right: 20px;
}
.page-title h3{
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}
.page-title  p{
    font-size: 23px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 10px;
}

.page-title.active h3,
.page-title.active p{
    color: #481d0f;
}

.sjdj-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 50px auto 80px;
}
.sjdj-list img{
    height: 190px;
}
.sjdj-list img.active{
    height: 206px;
    margin-top: 15px;
}

.sjs{
    width: 100%;
    padding: 50px 0;
}
.sjs-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1400px;
    height: 450px;
    margin: 20px auto;
}

.sjs-left{
    width: 400px;
}
.sjs-left h3{
    font-size: 45px;
    font-weight: lighter;
    line-height: 40px;
    color: #481d0f;
    margin-bottom: 50px;
}
.sjs-left ul li{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #481d0f;
    font-weight: lighter;
    cursor: pointer;
}
.sjs-left ul li.active{
    font-weight: bold;
}

.sjs-left a{
    display: block;
    width: 202px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #481d0f;color: #fff;
    font-size: 20px;
    margin-top: 50px;
}

.sjs-right{
    width: 1000px;
    position: relative;
}
.mySwiper2 .swiper-slide .swiper-img {
    padding: 10px 0 0 10px;
}
.mySwiper2 .swiper-slide .swiper-img img{
    width: 100%;

}
.mySwiper2 .swiper-slide{
    position: relative;
}

.mySwiper2 .swiper-slide h3{
    position: absolute;
    top:    0px;
    left: 0;
    width: 120px;
    height: 55px;
    background-color: #481d0f;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
}

.swiper-button-next2{
    width: 44px;
    right: -50px;
    background: url("../img/next.png") no-repeat center;
    background-size: cover;
}
.swiper-button-prev2{
    width: 44px;
    left: -50px;
    background: url("../img/pre.png") no-repeat center;
    background-size: cover;
}

.swiper-button-prev2:after,
.swiper-button-next2:after{
    display: none;
}

.pszp{
    width: 100%;
    padding: 50px 0;
    background: url("../img/pszp-bg.jpg") no-repeat center;
    background-size:cover;
}

.dpsj{
    width: 100%;
    padding: 50px 0 120px;
    background: url("../img/dpsj-bg.jpg") no-repeat center;
    background-size:cover;
}

.dpsj-box{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1200px;
    margin: 50px auto;

}
.dpsj-box div img{
    width: 119px;
    height: 119px;
    display: block;
    margin: 0 auto 20px;
}

.dpsj-box div h3{
    font-size: 29px;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #481d0f;
    text-align: center;
    margin-bottom: 20px;
}
.dpsj-box div p{
    font-size: 16px;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #481d0f;
    text-align: center;
}

.pszp-box{
    width: 100%;
    position: relative;
    padding: 50px 0;
}
.pszp-swiper{
    width: 1400px;
    height: 900px;
    overflow: hidden;
}
.pszp-swiper img{
    height: 100%;
    width: 100%;
}

.pszp-swiper-info{
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 533px;
    height: 496px;
    background-color: rgba(255, 255, 255, 0.59);
    z-index: 999;
    padding: 50px;
}

.pszp-swiper-num{
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    margin-bottom: 30px;
}
.pszp-swiper-num span{
    font-size: 24px;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    color: #481d0f;
}
.pszp-swiper-num span b{
    font-size: 30px;
}
.pszp-swiper-info h3{
    font-size: 41px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #481d0f;
    margin-bottom: 20px;
}
.pszp-swiper-info p{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #481d0f;
}

.swiper-button-next1{
    width: 44px;
    position: unset;
    background: url("../img/next2.png") no-repeat center;
    background-size: cover;
    margin: 0;
}
.swiper-button-prev1{
    width: 44px;
    position: unset;
    background: url("../img/per2.png") no-repeat center;
    background-size: cover;
    margin: 0;
}

.swiper-button-prev1:after,
.swiper-button-next1:after{
    display: none;
}