<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.zxwdk-box{
    position: relative;
    padding-top: 52px;
    padding-top: 0.52rem;
    padding-bottom: 46px;
    padding-bottom: .46rem;
    width: 100%;
    background-image: ,;
    background-size: 100% auto,100% auto;
    background-repeat: no-repeat ,repeat-y;
    overflow: hidden;
}
.zxwdk-box .box-icon{
    position: absolute;
    left: calc(50% - 950px);
    left: calc(50% - 9.5rem);
    top: 800px;
    top: 8rem;
    width: 223px;
    width: 2.23rem;
}
.zxwdk-box .box-icon-r{
    position: absolute;
    left: calc(50%   720px);
    left: calc(50%   7.2rem);
    top: 1400px;
    top: 14rem;
    width: 223px;
    width: 2.23rem;
}

.header {
    
}

.header .p-logo{
    float: left;
    display: block;
    width: 360px;
    width: 3.6rem;
    height: 82px;
    height: .82rem;
}
.header .search-bar{
    float: right;
    margin-right: 80px;
    margin-right: .8rem;
	margin-top: 12px;
    margin-top: 0.12rem;
    width: 565px;
    width: 5.65rem;
    height: 60px;
    height: .6rem;
    background-color: white;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.header .search-bar img{
    float: left;
     display: block;
     margin: 16px 20px;
     margin: .16rem .2rem;
     width: 27px;
     width: .27rem;
     height: 27px;
     height: .27rem;
}
.header .search-bar input {
    float: left;
    margin: 15px 0;
    margin: .15rem 0;
    width: 330px;
    width: 3.3rem;
    line-height: 30px;
    line-height: .3rem;
    border: none;
    outline: none;
}
.header .search-bar .search-btn {
    float: right;
    width: 125px;
    width: 1.25rem;
    height: 60px;
    height: .6rem;
    line-height: 60px;
    line-height: .6rem;
    background-color: #336ac2;
    text-align: center;
}
.header .search-bar .search-btn a{
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-size: .16rem;
    font-weight: bold;
    color: #fff;
}

.header .p-top {
    float: right;
    text-align: right;
	margin-top: 27px;
	margin-top: 0.27rem;

}
.header .p-top a{
    display: inline-block;
    font-size: 16px;
    font-size: .16rem;
    color: #336ac2;
}
.header .p-top .line{
    margin: 0 8px;
    margin: 0 .08rem;
}

.p-banner {
    display: block;
    margin: 117px auto 0 auto;
    margin: 1.17rem auto 0 auto;
    width: 1081px;
    width: 10.81rem;
}

.content-box {
    margin-top: 70px;
    margin-top: .7rem;
    padding: 30px;
    padding: .3rem;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.content-box .menu{
    float: left;
    width: 310px;
    width: 3.1rem;
    height: 100%;
    /* background-color: rgba(218, 235, 247,1); */
    background: linear-gradient(to bottom,rgba(218, 235, 247,1),rgba(244,247,250,1));
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}
.content-box .menu .line{
    width: 100%;
    height: 14px;
    height: .14rem;
    background-color: #f5f8fa;
}
.content-box .menu p {
    padding: 0 20px;
    padding: 0 .2rem;
    margin: 20px 0;
    margin: .2rem 0;
    font-size: 24px;
    font-size: .24rem;
    font-weight: bold;
    color: #336ac2;
    box-sizing: border-box;
}
.content-box .menu p img{
    vertical-align: middle;
    width: 30px;
    width: .3rem;
}
.content-box .menu .menu-line{
    width: 100%;
    height: 14px;
    height: .14rem;
    object-fit: cover;
}
.content-box .menu .menu-list{
    margin-top: 25px;
    margin-top: .25rem;
    padding: 0 20px;
    padding: 0 .2rem;
    padding-bottom: 15px;
    padding-bottom: .15rem;
    box-sizing: border-box;
}
.content-box .menu .menu-list li {
    margin-bottom: 16px;
    margin-bottom: .16rem;
    width: 100%;
    height: 48px;
    height: .48rem;
    background: url(/uploads/image/images/2022-zczxwdk-menu-item-bg.png) no-repeat center;
    background-color: rgba(103, 145, 230, .25);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: center;
}
.content-box .menu .menu-list li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-box .menu .menu-list li span{
    font-size: 20.8px;
    font-size: .208rem;
    font-weight: bold;
    line-height: 48px;
    line-height: .48rem;
    color: #336ac2;
}

.content-box .menu .menu-list li:hover,.content-box .menu .menu-list .active {
    background-color: #2461c2;
}
.content-box .menu .menu-list li:hover span,.content-box .menu .menu-list .active span{
    color: white;
}
.content-box .menu .menu-image-list{
    margin-top: 25px;
    margin-top: .25rem;
    padding: 0 20px;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.content-box .menu .menu-image-list li{
    margin-bottom: 15px;
    margin-bottom: .15rem;
    width: 100%;
}
.content-box .menu .menu-image-list li a{
    display: block;
    width: 100%;
}
.content-box .menu .menu-image-list li .image-box{
    width: 100%;
    height: 140px;
    height: 1.4rem;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}
.content-box .menu .menu-image-list li .image-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.content-box .menu .menu-image-list li .image-box img:hover{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.content-box .menu .menu-image-list li:hover span{
    color: #2461c2;
}
.content-box .menu .menu-image-list li span{
    display: block;
    width: 100%;
    height: 50px;
    height: .5rem;
    font-size: 16px;
    font-size: .16rem;
    line-height: 50px;
    line-height: .5rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-box  {}

.content-box-r {
    float: right;
    width: 1000px;
    width: 10rem;
}

.content-box-r .search-bar{
    width: 100%;
    height: 56px;
    height: .56rem;
    border: solid 1px #336ac2;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.content-box-r .search-bar input{
    float: left;
    width: calc(100% - 110px);
    width: calc(100% - 1.1rem);
    padding: 0 20px;
    padding: 0 .2rem;
    box-sizing: border-box;
    font-size: 16px;
    font-size: .16rem;
    line-height: 56px;
    line-height: .56rem;
    color: #4076ce;
    border: none;
    outline: none;
}
.content-box-r .search-bar .search-btn{
    float: right;
    width: 107px;
    width: 1.07rem;
    line-height: 56px;
    line-height: .56rem;
    text-align: center;
    background-image: linear-gradient(to top, #2461c2, #6791e6);
}
.content-box-r .search-bar .search-btn a{
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-size: .16rem;
    color: white;
}
.content-box-r .search-bar .search-btn img{
    width: 21px;
    width: .21rem;
    vertical-align: middle;
}

.content-box-r .list-box {
    margin-top: 17px;
    margin-top: .17rem;
    padding: 24px 0;
    padding: .24rem 0;
    background-color: #f5f8fa;
}

.content-box-r .list-box .type-list {
    display: inline-block;
    width: calc(100% - 30px);
    width: calc(100% - .3rem);
}
/* #region æ­¤å¤„æ˜¯ä¿®æ”¹äº†åˆ†ç±»åˆ—è¡¨*/
.content-box-r .list-box .type-list li{
    float: left;
    padding: 0 10px;
    padding: 0 .1rem;
    margin-left: 30px;
    margin-left: .3rem;
    margin-bottom: 23px;
    margin-bottom: .23rem;
    min-width: 160px;
    min-width: 1.6rem;
    max-width: 100%;
    height: 44px;
    height: .44rem;
    border: solid 1px #3c72cf;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
/* .content-box-r .list-box .type-list li:nth-child(5n 5){
    margin-right: 0;
} */

/* #endregion */
.content-box-r .list-box .type-list li a{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-box-r .list-box .type-list li span{
    line-height: 44px;
    line-height: .44rem;
    font-size: 16px;
    font-size: .16rem;
    font-weight: bold;
    color: #4075d1;
 
}

.content-box-r .list-box .type-list li:hover,.content-box-r .list-box .type-list .active{
    background-color: #4075d1;
}
.content-box-r .list-box .type-list li:hover span,.content-box-r .list-box .type-list .active span{
    color: white;
}

.content-box-r .list-box .line {
    margin-top: 15px;
    margin-top: .15rem;
    width: 100%;
    height: 14px;
    height: .14rem;
    object-fit: cover;
}

.content-box-r .list-box .title{
    margin: 24px 0;
    margin: .24rem 0;
    font-size: 24px;
    font-size: .24rem;
    font-weight: bold;
    line-height: 58px;
    line-height: .58rem;
    text-align: center;
    color: #336ac2;
    background: url(/uploads/image/images/2022-zczxwdj-list-box-title-bg.png) no-repeat center;
    background-size:  auto 100%;
}

.content-box-r .list-box .list-item{
    display: none;
}
.content-box-r .list-box .list{
    margin-left: 30px;
    margin-left: .3rem;
    margin-bottom: 50px;
    margin-bottom: .5rem;
    width: calc(100% - 60px);
    width: calc(100% - .6rem);
}

.content-box-r .list-box .list li {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: .2rem;
    width: 100%;
    border: solid 1px #9ec1fa;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.content-box-r .list-box .list li a{
    padding: 42px 45px;
    padding: .42rem .45rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.content-box-r .list-box .list li i{
    position: absolute;
    top: 53px;
    top: .53rem;
    left: 25px;
    left: .25rem;
    width: 10px;
    width: .1rem;
    height: 10px;
    height: .1rem;
    background-color: #336ac2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.content-box-r .list-box .list li p{
    margin-bottom: 27px;
    margin-bottom: .27rem;
    font-size: 18px;
    font-size: .18rem;
    font-weight: bold;
    line-height: 1.67;
    color: #336ac2;
}

.content-box-r .list-box .list li span{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-size: .16rem;
    line-height: 1.88;
    color: #333;  
}
.content-box-r .list-box .list li:hover span {
    color: #336ac2;
} 



@media screen and (max-width: 768px) {
    .zxwdk-box .box-icon,.zxwdk-box .box-icon-r{
        display: none;
    }
    .p-top{
        display: none;
    }
    .header .p-logo{
        float: none;
        width: 75%;
        height: auto;
        margin: 0 auto;
        object-fit: contain;
    }
    .header .search-bar{
        float: none;
        width: 90%;
        margin: 20px auto 0 auto ;
        margin: .2rem auto 0 auto ;
    }
    .header .search-bar input {

        width: calc(100% - 200px);
        width: calc(100% - 2rem);
    }
    .header .search-bar .search-btn {
        width: 80px;
        width: .8rem;
    }
    .p-banner {
        display: block;
        margin: 40px auto 0 auto;
        margin: .4rem auto 0 auto;
        width: 90%;
        height: auto;
    }

    .content-box {
        margin-top: 40px;
        margin-top: .4rem;
        padding: 20px;
        padding: .2rem;
    }
    .content-box .menu{
        float: none;
        width: 100%;
        height: auto;
    }

    .content-box .menu .menu-image-list li .image-box{
        height: 190px;
        height: 1.9rem;
    }

    .content-box-r {
        float: none;
        margin-top: 30px;
        margin-top: .3rem;
        width: 100%;
    }
    .content-box-r .list-box {
        padding: 20px 0;
        padding: .20rem 0;
    }

    .content-box-r .list-box .type-list {
        width: calc(100% - 15px);
        width: calc(100% - .15rem);
    }

    /* #region æ­¤å¤„æ˜¯ä¿®æ”¹äº†ç§»åŠ¨ç«¯åˆ†ç±»åˆ—è¡¨*/
    .content-box-r .list-box .type-list li{
        float: left;
        margin-left: 15px;
        margin-left: .15rem;
        margin-bottom: 23px;
        margin-bottom: .23rem;
    }
    /* .content-box-r .list-box .type-list li:nth-child(5n 5){
        margin-right: 15px;
        margin-right: .15rem;
    }
    .content-box-r .list-box .type-list li:nth-child(3n 3){
        margin-right: 0;
    } */
    /* #endregion */

    .content-box-r .list-box .list{
        margin-left: 15px;
        margin-left: .15rem;
        margin-bottom: 30px;
        margin-bottom: .3rem;
        width: calc(100% - 30px);
        width: calc(100% - .3rem);
    }
    .content-box-r .list-box .list li a{
        padding: 22px 25px;
        padding: .22rem .25rem;
    }
    .content-box-r .list-box .list li p{
        margin-bottom: 15px;
        margin-bottom: .15rem;
    }
    .content-box-r .list-box .list li i{
        position: absolute;
        top: 33px;
        top: .33rem;
        left: 10px;
        left: .1rem;
    }
}</pre></body></html>