.smbook{
    display: flex;
    justify-content: space-between;
    height: 65px;
	background-color: #3eaac3;
    padding:0 75px;
    align-items: center;
    margin-top: 30px;
}
.smbook p{
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.items-ysy>div{
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding:0 75px;
    align-items: center;
    border-bottom: 1px solid #cecece;
    font-size: 18px;
	color: #333333;
}
.items-sp .mboxs{
    position: relative;
    width: 30.77%;
    overflow: hidden;
    margin-bottom: 25px;
}
.items-sp .mboxs video{
    width: 100%;
    height: 100%;
    display: none;
}
.items-sp .mboxs .img2{
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: -20%;
    transform: translate(-50%,-50%);
    transition: all .3s linear;
}
.items-sp .mboxs:hover .img2{
    top: 50%;
}
.items-sp{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.items-cjwt .wdpages{
    /* height: 60px; */
    padding: 33px 37px;
    display: block;
    align-items: center;
    border-top: 1px solid #cecece;
}
.items-cjwt{
    margin-top: 30px;
}
.items-cjwt .wdpages h5{
    font-size: 16px;
	line-height: 24px;
    color: #333333;
}
.items-cjwt .wdpages p{
    font-size: 14px;
	line-height: 28px;
	color: #333333;
    text-align: justify;
    margin-top: 15px;
    display: none;
}
.items-cjwt .wdpages .wdt{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.items-cjwt .wdpages .wdt img{
    cursor: pointer;
}
/* .wt-act{
    display: block !important;
    height: unset !important;
} */
.items-cjwt .wt-act h5{
    color: #002fa7;
}
.wdpages .img2{
    display: none;
}
.items-ckwx{
    margin-top: 30px;
    padding: 40px;
    line-height: 34px;
	letter-spacing: 1px;
    color: #333333;
    background-color: #fafafa;
}
.items-yyly{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.items-yyly .sidebox{
   width:  46.44%;
   height: 296px;
   margin-bottom: 66px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: all .3s linear;
}
.items-yyly .sidebox:hover{
    transform: translateY(-5px);
}
.sidebox p{
    position: relative;
    font-size: 20px;
	font-weight: bold;;
	color: #ffffff;
}
.sidebox p::before{
    position: absolute;
    top: 50%;
    left: -30px;
    display: block;
    content: "";
    width: 23px;
	height: 2px;
	background-color: #ffffff;
}
.sidebox p::after{
    position: absolute;
    top: 50%;
    right: -30px;
    display: block;
    content: "";
    width: 23px;
	height: 2px;
	background-color: #ffffff;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .smbook {
        height: 60px;
        padding: 0 55px;
    }
    .items-ysy>div {
        height: 55px;
        padding: 0 55px;
        font-size: 17px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .smbook {
        height: 60px;
        padding: 0 45px;
    }
    .items-ysy>div {
        height: 55px;
        padding: 0 45px;
        font-size: 14px;
    }
    .items-sp .mboxs{
        position: relative;
        width: 47%;
        overflow: hidden;
        margin-bottom: 25px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .smbook p {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }
    .smbook {
        height: 50px;
        padding: 0 20px;
        margin-top: 15px;
    }
    .items-ysy>div {
        height: 45px;
        padding: 0 20px;
        font-size: 12px;
    }
    .items-sp .mboxs{
        position: relative;
        width: 47%;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .items-ckwx {
        font-size: 12px;
        margin-top: 20px;
        padding: 20px;
        line-height: 25px;
        letter-spacing: 1px;
        color: #333333;
        background-color: #fafafa;
    }
    .items-yyly .sidebox{
        width: 48%;
        height: 180px;
        margin-bottom: 30px;
    }
}