.smbook{
    display: flex;
    justify-content: space-between;
    height: 65px;
    background-color: #026eb6;
    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{
    width: 30.77%;
    margin-bottom: 25px;
}
.items-sp .mboxs p{
    height: 80%;
}
.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: 22px 35px;
    display: block;
    align-items: center;
    border-bottom: 1px solid #d5d5d5;
}
.items-cjwt{
    margin-top: 30px;
    border-top: 1px solid #d5d5d5;
}
.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{
    background-color: #fafafa;
}
.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;*/
    margin-top: 30px;
}
.items-yyly .items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    padding: 20px;
    cursor: pointer;
    border:1px solid #ccc;
    transition: all .3s;
    margin-bottom: 20px;
}
.items-yyly .items:hover{
   box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
   transform: translate3d(0,-2px,0);
   border-color: transparent;
}
.items-yyly .items a{
    color: #002fa7;
}
.items-yyly .items .imgs{
    width: 20%;
    height: 100%;
    background-color: pink;
}
.items-yyly .items p{
        font-size: 16px;
    font-weight: bold;
    width: 45%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.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;
}
.items-sp::after{
    content: "";
    width: 30.77%;
}
.pro_items{
    width: 77.92%;
}
.pdfList .items-sp .mboxs div{
    text-align: center;
    font-size: 14px;
	color: #ffffff;
    padding: 11px 0;
    background-color: #026eb6;
}
.gywmcon .title{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gywmcon .title .taps{
    display: flex;
}
.gywmcon .title .taps>div{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    width: 120px;
	height: 36px;
	background-color: #e7e7e7;
}
.gywmcon .title .taps>div:last-child{
    margin-right: 0;
}
.tapsActive{
    background-color: #026eb6 !important;
    color: #fff !important;
}
/* 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;
    }
    .pro_items {
        width: 72%;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .pro_items {
        width: 100%;
    }
    .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){
    .pro_items {
        width: 100%;
        margin-top: 15px;
    }
    .items-cjwt .wdpages{
        padding-left: 15px;
        padding-right: 15px;
    }
    .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;
    }
    .mybanner{
        background-image: url(../images/zyxz/banner.jpg);
    }
    .gywmcon .title .taps{
        margin-top: 10px;
    }
}