html,body{
    background-color: #EBF2FF;
}

/*头部*/
.div-header {
    position: relative;
}
.pc-jczwgk{display:block;}
.yd-jczwgk{display:none;}
.div-header>img {
    width: 100%;
    height: auto;
}
.jczwgk img{
    width:100%;
    height: auto;
}
.lw-name {
    position: absolute;
    top: 20px;
    left: 60px;
    height: 14%
}

.lw-name>img {
    height: 120%;
    width: auto;
}

/*手机端*/
@media screen and (max-width: 768px) {
    .lw-name {
        position: static;
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .lw-name>img {
        width: 100%;
        height: auto;
    }

}

/*头部---end*/

.cont{
    margin-top: 30px;
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    margin: 0 auto;
}
.tab-nav{
    height: 50px;
    line-height: 50px;
    background-color: #F4F4F4;
}
.tab-nav li{
    float: left;
    padding-left: 20px; 
    padding-right: 20px;
    color: rgba(50, 117, 194, 1);
    font-size: 20px;
    font-weight: 600;
    background-color: rgb(191, 223, 255,.8);
    letter-spacing: 2px;
}
.tab-nav li.on{
    background-color: rgba(50, 117, 194, 1);
    color: #fff;
}
.tab-pal li{
    float: left;
    background: linear-gradient(180deg, rgba(226, 238, 251, 1) 0%, rgba(191, 223, 255, 1) 100%);
    margin-right: 2%;
    width: 32%;
    height: 150px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    line-height: 30px;
    font-size: 18px;
    position: relative;
}
.tab-pal li:nth-child(3n){
    margin-right: 0;
    background: linear-gradient(184.53deg, rgba(255,253,237,1) 0%,rgba(250,246,207,1) 100%);
}
.tab-pal li:nth-child(3n-1){
    background: linear-gradient(180deg, rgba(238, 249, 249, 1) 0%, rgba(218, 240, 225, 1) 100%);
}
.tab-pal li>div a{
    font-size: 16px;
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px;
    position: relative;
    text-align: left;
    float:left;
}
.tab-pal li a,.tab-pal li p{
    color: rgba(50, 117, 194, .6);
    font-weight: 600;
}
.tab-pal li:nth-child(3n) a,.tab-pal li:nth-child(3n) p{
    color: rgba(158,80,2,.5); 
}
.tab-pal li:nth-child(3n-1) a,.tab-pal li:nth-child(3n-1) p{
    color: rgba(68, 179, 64, .6);
}
.tab-pal li>div a::before{
    content: "";
    background: url(../images/dian3.png) left top no-repeat;
    position: absolute;
    width: 8px;
    height:8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.tab-pal li:nth-child(3n)>div a::before{
    content: "";
    background: url(../images/dian2.png) left top no-repeat;
}
.tab-pal li:nth-child(3n-1)>div a::before{
    content: "";
    background: url(../images/dian1.png) left top no-repeat;
}
.two-leng>div a{
    width: 134px;
}
.two-leng{
    padding: 0 40px;
}
.three-leng{padding: 0 20px;}
.three-leng>div a{
    width: 100px;
}
.title{
    height: 50px;
    line-height: 50px;
    background-color: #F4F4F4;
}
.title p{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: rgba(50, 117, 194, 1);
    color: #fff;
}
.cont01,.cont02{
    padding: 20px 0;
}
.cont01 ul li{
    float: left;
    width: 269px;
    height: 286px;
    margin-right: 28px;
    transition: all 0.3s ease; /* 动画过渡效果 */
}
.cont01 ul li:last-of-type{
    margin: 0;
}
.cont01 ul li:hover{
    box-shadow: 0px 0px 6px 4px rgba(50, 117, 194, 1);
    transform: scale(1.1); /* 鼠标移入时的缩放动画 */
}
.cont02 ul li{
    float: left;
    width: 16.28%;
    font-size: 18px;
    line-height: 40px;
}
.other{
    margin: 0 auto;
    width: 1200px;
}
.other{
    margin-top: 30px;
    width:1260px;
}
.other ul li{
    float: left;
    width: 32.4%;
    margin-right: 1.3%;
    margin-bottom: 20px;
    height: 94px;
    transition: all 0.3s ease; /* 动画过渡效果 */
}
.other ul li:hover{
    box-shadow: 0px 0px 6px 4px rgba(50, 117, 194, 1);
    transform: scale(1.1); /* 鼠标移入时的缩放动画 */
}
.other ul li:nth-child(3n){
    margin-right: 0;
}
.other ul li img{
    width: 100%;
    height: 94px;
}

/* .tab-pal li::before {
    content: '';
    display: block;
    position: absolute; 
    width: 60px;
    height: 50%;
    bottom: 0;
    right: 0;
    background: url('../images/gfxwj1.png') no-repeat center center;
    background-size: auto 100%;
    opacity: .4;
  } */

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .container,.div-header,#footer_div{
        width: 1200px;
    }
}
@media screen and (max-width: 767px) {
.pc-jczwgk{display:none;}
.yd-jczwgk{display:block;}
    .tab-nav li{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
        letter-spacing: 1px;
        width: 50%;
    }
    .tab-pal li{
        width: 100%;
        margin-right: 0;
    }
    .cont01 ul li {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .cont02 ul li{
        width: 33.3%;
    }
    .other{
        width: 100%;
        padding: 20px;
    }
    .other ul li {
        float: none;
        text-align: center;
        width: 100%;
        height: auto;
    }
}