.main1{
    position: relative;
    padding-bottom: 3.35rem;
    padding-top: 3.35rem;
    /* background-attachment: fixed; */
    /* transition: .5s; */
    background-size: 100% 100%;
}
.main1:hover{
    /* background-size: 110% 110%; */
}
.main1>p{
    font-size: .46rem;
    color: #fff;
    font-family: "calibri";
}
.main1>div{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.main1>div>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.main1>div>ul>li{
    font-size: .22rem;
    padding: .33rem 0;
    text-align: center;
    cursor: pointer;
    background-color: rgba(255,255,255,.9);
    position: relative;
}
.main1>div>ul>li::after{
    width: 1px;
    height: 20%;
    background-color: #BFBFBF;
    right: 0;
    top: 40%;
}
.main1>div>ul>li.on{
    color: #fff;
    background-color: #133C8C;
}
.main1>div>ul.ul2>li{
    width: 50%;
}
.main1>div>ul.ul3>li{
    width: 33.33%;
}
.main1>div>ul.ul4>li{
    width: 25%;
}
h3.tit1{
    font-size: .36rem;
    color: #133C8C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-family: "calibri";
}
.yuan{
    width: .2rem;
    height: .2rem;
    border: .04rem solid #DD2525;
    border-radius: 50%;
}
.ywly1{
    padding-top: 1rem;
    padding-bottom: 1.35rem;
    background-color: #F9F9F9;
}
.ywly1>span{
    margin-top: .6rem;
    width: 100%;
}
.ywly1>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ywly1>ul>li{
    width: 20%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .5s;
    height: 2.7rem;
    background: #fff;
    border: 1px solid #f1eeee;
    border-right: none;
    border-top: none;
}
.ywly1>ul>li:nth-child(5),
.ywly1>ul>li:last-child{
    border-right: 1px solid #f1eeee;
}
.ywly1>ul>li>u{
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: .6rem;
    color: #fff;
    opacity: 0.1;
    font-weight: 500;
}
.ywly1>ul>li>p{
    font-size: .2rem;
    line-height: 1.5;
    margin-top: .25rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-align: center;
}
.ywly1>ul>li>i{
    position: absolute;
    top: .75rem;
    left: 48%;
    margin: 0 auto;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ywly1>ul>li:hover{
    background-color: #133C8C;
}
.ywly1>ul>li:hover>p{
    color: #fff;
}
.ywly1>ul>li:hover>i{
    opacity: 1;
}
.dh{
    padding-top: .75rem;
}
.dh>p{
    padding: .4rem 0;
    border-bottom: 1px solid #E8E8E8;
    font-size: .18rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.dh>p>a{
    color: #868686;
}
.dh>p>a.on{
    color: #133C8C;
}
.dh>p>i{
    margin: 0 .15rem;
    color: #868686;
    transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
}
.ss_jg{
    margin-top: .4rem;
    padding-bottom: 1.3rem;
}
.ss_jg>span{
    align-items: center;
}
.ss_jg>span>b{
    font-size: .34rem;
    font-family: "calibri";
}
.ss_jg>span>p{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ss_jg>span>p>a{
    font-size: .18rem;
    padding: .1rem .2rem;
    border: 1px solid #CCCCCC;
    margin-left: .1rem;
    cursor: pointer;
}
.ss_jg>span>p>a.on{
    color: #fff;
    background-color: #133C8C;
    border: 1px solid #CCCCCC;
}
.ss_jg>p{
    margin-top: .3rem;
    font-size: .2rem;
    color: #878787;
    display: flex;
    align-items: flex-end;
}
.ss_jg>p>b{
    margin: 0 .1rem;
    font-family: "calibri";
}
.ss_jg>div{
    margin-top: .4rem;
}
.ss_jg>div>ul,
.ss_jg>div>div{
    display: none;
    flex-wrap: wrap;
}
.ss_jg>div>ul.on,
.ss_jg>div>div.on{
    display: flex;
}
.ss_jg>div>div>a{
    width: 100%;
    padding-bottom: .2rem;
    border-bottom: 1px solid #E7E7E7;
    font-size: .18rem;
    margin-bottom: .2rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ss_jg>div>div>a:hover{
    color: #133C8C;
    border-bottom: 1px solid #133C8C;
}
.ss_jg>div>ul>li{
    width: 49%;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ss_jg>div>ul>li>span{
    width: 50%;
}
.ss_jg>div>ul>li>div{
    width: 50%;
    padding-top: .8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
    background: #fff;
}
.ss_jg>div>ul>li>div>div{
}
.ss_jg>div>ul>li>div>div>span{
    width: .06rem;
}
.ss_jg>div>ul>li>div>div>span>i{
    width: 100%;
    display: block;
    height: .25rem;
    background-color: #133C8C;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ss_jg>div>ul>li>div>div>div{
    padding-right: .5rem;
    width: 87%;
}
.ss_jg>div>ul>li>div>div>div>h3{
    font-size: .26rem;
    font-weight: 600;
    transition: .5s;
    margin-bottom: .15rem;
    font-family: "calibri";
}
.ss_jg>div>ul>li>div>div>div>p{
    font-size: .18rem;
    display: flex;
    align-items: center;
    transition: .5s;
    flex-wrap: wrap;
    line-height: 1.5;
}
.ss_jg>div>ul>li>div>div>div>p:nth-child(2){
    margin-bottom: .5rem;
}
.ss_jg>div>ul>li>div>div>div>p>b{
    font-weight: 600;
    transition: .5s;
}
.ss_jg>div>ul>li>div>a{
    border-top: 1px solid rgba(0,0,0,.05);
    padding: .3rem .5rem;
    font-size: .18rem;
    align-items: center;
    transition: .5s;
}
.ss_jg>div>ul>li>div>a>i{
    font-size: .18rem;
    transition: .5s;
    transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
}
.ss_jg>div>ul>li:hover>div{
    background-color: #133C8C;
}
.ss_jg>div>ul>li:hover>div>div>span>i{
    background-color: #fff;
}
.ss_jg>div>ul>li:hover>div>div>div *{
    color: #fff;
}
.ss_jg>div>ul>li:hover>div>a{
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.2);
}
.ss_jg>div>ul>li:hover>div>a>i{
    color: #fff;
}
@media screen and (max-width:1450px) {
    .ss_jg>span>p>a,
    .ywly1>ul>li>p,
    .main1>div>ul>li ,
    .ss_jg>div>ul>li>div>a,
    .ss_jg>div>ul>li>div>a>i,
    .ss_jg>div>ul>li>div>div>div>p,
    .dh>p,
    .ss_jg>div>div>a,
    .ss_jg>p{
        font-size: 16px;
    }
}
@media screen and (max-width:1366px) {
    
    
}
@media screen and (max-width:1026px) {
    .ywly1>ul>li>p ,
    .ss_jg>div>div>a,
    .main1>div>ul>li{
        font-size: 14px;
    }
    .ywly1>ul>li{
        height: 200px;
    }
    .ss_jg>div>ul>li>div>div>div>h3 {
        font-size: 18px;
    }
    .ss_jg>div>ul>li>div>div>div>p,.ss_jg>span>p>a, .ywly1>ul>li>p, .main1>div>ul>li, .ss_jg>div>ul>li>div>a, .ss_jg>div>ul>li>div>a>i, .dh>p, .ss_jg>p {
        font-size: 14px;
    }
    .ss_jg>span>b {
        font-size: 20px;
    }
}
@media screen and (max-width:777px) {
    .ywly1>ul>li {
        width: 33.33%;
    }
    .dh {
        padding-top: 60px;
    }
    .yuan {
        width: 15px;
        height: 15px;
        border: 2px solid #DD2525;
    }
    .ywly1>ul>li>u{
        font-size: 30px;
    }
    .ywly1>ul>li>i {
        top: 25%;
    }
    h3.tit1 {
        font-size: 18px;
    }
}
@media screen and (max-width:540px) {
    .ywly1>ul>li {
        height: 150px;
        width: 50%;
    }
    .ywly1>ul>li>i {
        top: 15%;
    }
    .main1>div>ul>li {
        padding: 10px 0;
    }
    .main1>p {
        font-size: 20px;
    }
    .main1 {
        padding-bottom: 4.35rem;
        padding-top: 4.35rem;
        background-size: 160%;
    }
    .main1:hover{
        background-size: 180%;
    }
    .ss_jg>div>ul>li {
        width: 100%;
        margin-bottom: 15px;
    }
    .ss_jg {
        margin-top: 25px;
    }
    .ss_jg>span>p>a {
        padding: 5px;
    }
    .ss_jg>p ,
    .ss_jg>div{
        margin-top: 15px;
    }
    .ss_jg>div>ul>li>div>div>span {
        width: 4px;
    }
    .ss_jg>div>ul>li>div>div>span>i{
        height: 15px;
    }
    .ss_jg>div>ul>li>div>a {
        padding: 15px 23px;
    }
}
/*************************招贤纳士**********************/
.zxns1{
    padding-top: 1.05rem;
    padding-bottom: .55rem;
}
.zxns1>div{
    margin-top: .4rem;
    align-items: center;
}
.zxns1>div>p{
    font-size: .22rem;
    line-height: 1.6;
    color: #515151;
    width: 70%;
}
.zxns1>div>a{
    font-size: .2rem;
    padding: .23rem .44rem;
    color: #133C8C;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    height: .65rem;
}
.zxns1>div>a>i{
    margin-left: .33rem;
    color: #133C8C;
}
.zxns2{
    background-color: #F9F9F9;
    padding-top: .9rem;
    padding-bottom: .7rem;
}
.zxns2>ul{
    margin-bottom: 1rem;
    margin-top: .58rem;
}
.zxns2>ul>li{
    width: 49%;
}
.zxns2>ul>li>span{

}
.zxns2>ul>li>div{
    padding: .7rem .5rem;
    background: #fff;
}
.zxns2>ul>li>div>b{
    color: #202020;
    font-size: .2rem;
    margin-bottom: .25rem;
}
.zxns2>ul>li>div>p{
    font-size: .18rem;
    line-height: 2;
    color: #6F6F6F;
}
.zxns2>b{
    font-size: .36rem;
    margin-bottom: .65rem;
}
.zxns2>div{

}
.zxns2>div>div{

}
.zxns2>div>div>span{
    font-size: .2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    transition: .5s;
    padding: .35rem 0.72rem;
    padding-right: 0;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-bottom: 1px solid rgba(0,0,0,.2);
    cursor: pointer;
    position: relative;
}
.zxns2>div>div.on>span {
    border-bottom: 1px solid transparent;
    background: #133C8C;
}
.zxns2>div>div>span::before{
    top: 45%;
    left: 2%;
    width: 8px;
    height: 8px;
    background: #133C8C;
    border-radius: 50%;
}
.zxns2>div>div>span>p{
    width: 15%;
    color: #1F1F1F;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-weight: bold;
}
.zxns2>div>div>span>i{
    color: #1F1F1F;
    transition: .5s;
    width: 15%;
}
.zxns2>div>div>span>i:nth-child(3){
    width: 25%;
}
.zxns2>div>div>span>i:last-child {
    margin: 0;
    transform: scale(1.5);
    cursor: pointer;
    width: 3%;
}
.zxns2>div>div>span>i:nth-child(2) {
    width: 30%;
}
.zxns2>div>div>div{
    background: #fff;
    padding: .74rem;
    padding-bottom: .51rem;
    display: none;
}
.zxns2>div>div>div>div{
    display: flex;
    justify-content: flex-start;
    padding-bottom: .62rem;
}
.zxns2>div>div>div>div>b{
    font-size: .2rem;
    color: #1D1D1D;
    width: 11%;
    line-height: 1.5;
}
.zxns2>div>div>div>div>p{
    font-size: .16rem;
    color: #676666;
    width: 85%;
    line-height: 1.5;
}
.zxns2>div>div>div>div>p *{
    font-size: 14px;
    line-height: inherit;
    list-style: auto;
    line-height: 1.5;
    border-spacing: 0;
    font-size: inherit;
    display: inline-block;
    color: unset;
}
.zxns2>div>div>div>div>p strong *{
    font-weight: bold;
}
.zxns2>div>div>div>div>p td:last-child{
    border-right: 1px solid #333;
}
.zxns2>div>div>div>div>p table *{
    font-size: 14px;
}
.zxns2>div>div>div>div>p table{
    border-bottom: 1px solid #333;
}
.zxns2>div>div>div>div>p td{
    border: 1px solid #333;
    border-bottom: none;
    border-right: none;
    padding: 5px;
}
.zxns2>div>div>div>div>p>a{
    width: 1.6rem;
    height: .55rem;
    line-height: .55rem;
    font-size: .18rem;
    background: #133C8C;
    color: #fff;
    text-align: center;
}
.zxns2>div>div.on>span>p,
.zxns2>div>div.on>span>i{
    color: #fff;
}
.zxns2>div>div>div>div:first-child {
    margin-bottom: .69rem;
    border-bottom: 1px solid #E6E6E6;
}
.fy{
    align-items: center;
    padding-bottom: 1.1rem;
    background-color: #F9F9F9;
}
.fy>a{
    font-size: .24rem;
    color: #777777;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.fy>a:hover{
    color: #133C8C;
}
.fy>div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fy>div>a{
    font-size: .2rem;
    color: #7B7B7B;
    border: 1px solid #D2D2D2;
    margin-left: .1rem;
    padding: .15rem;
    transition: .5s;
}
.fy>div>a.on,
.fy>div>a:hover{
    background-color: #133C8C;
    color: #fff;
}
.zxns1.bsxt1{
    background-color: #F9F9F9;
    padding-bottom: 1.35rem;
}
.zxns1.bsxt1>div>p{
    width: 100%;
}
.bsxt1>ul{
    margin-top: .8rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.bsxt1>ul>li{
    width: 33.33%;
    padding: .65rem .1rem .8rem .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.bsxt1>ul>li>span{
    margin-right: .3rem;
    width: .5rem;
}
.bsxt1>ul>li>div{

}
.bsxt1>ul>li>div>b{
    font-size: .24rem;
    margin-bottom: .2rem;
    transition: .5s;
}
.bsxt1>ul>li>div>p{
    font-size: .22rem;
    transition: .5s;
}
.bsxt1>ul>li:hover{
    background-color: #133C8C;
}
.bsxt1>ul>li:hover>span>img{
    opacity: 0;
}
.bsxt1>ul>li:hover>span>img:last-child{
    opacity: 1;
}
.bsxt1>ul>li:hover>div>b{
    color: #fff;
}
.bsxt1>ul>li:hover>div>p{
    color: #fff;
}
.wyrz1{
    position: relative;
    background-color: #F9F9F9;
    padding-bottom: .8rem;
}
.wyrz1::before{
}
.wyrz1>ul{
    padding: .9rem;
    background-color: #fff;
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: .4rem;
}
.wyrz1>ul.on{
    display: flex;
}
.wyrz1>ul.on::before{
    height: .08rem;
    width: 33%;
    top: 0;
    left: 0;
    background-color: #133C8C;
}
.wyrz1>ul>li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: .4rem;
}
.wyrz1>ul>li>p{
    font-size: .2rem;
    margin-bottom: .3rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: end;
}
.wyrz1>ul>li.xing>p::after{
    content: '*';
    position: relative;
    font-size: 16px;
    color: red;
    margin-left: .1rem;
}
.wyrz1>ul>li>input{
    display: block;
    width: 100%;
    padding: .22rem;
    background-color: #fff;
    font-size: .16rem;
    border: 1px solid #D6D6D6;
}
.wyrz1>ul>li>input:focus{
    border: 1px solid #133C8C;
}
.wyrz1>ul>li>input::placeholder{
    color: #8E8E8E;
}
.wyrz1>ul>li>select{
    display: block;
    width: 100%;
    padding: .22rem;
    background-color: #fff;
    font-size: .16rem;
    border: 1px solid #D6D6D6;
    outline: none;
}
.wyrz1>ul>li>select:focus{
    border: 1px solid #133C8C;
}
.wyrz1>ul>li>select>option{
    padding: .22rem;
    background-color: #fff;
    font-size: .16rem;
}
.wyrz1>button{
    width: 2rem;
    height: .65rem;
    background: #BECFF1;
    border: 1px solid #133C8C;
    font-size: .22rem;
    text-align: center;
    padding: .22rem 0;
    color: #133C8C;
    margin: 0 auto;
    margin-top: 0.3rem;
    display: block;
    cursor: pointer;
}
/*************************联系我们************************/
.lxwm1{
    background-color: #F9F9F9;
    padding-top: 1.25rem;
    padding-bottom: .7rem;
}
.lxwm1>ul{

}
.lxwm1>ul>li{
    width: 48%;
    margin-bottom: 4%;
    padding: .7rem .9rem;
    background-repeat: no-repeat;
    background-size: 101% 101%;
    background-position: bottom right;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background-color: #fff;
}
.lxwm1>ul>li>b{
    font-size: .32rem;
    width: auto;
    margin-bottom: .55rem;
    position: relative;
    transition: .5s;
}
.lxwm1>ul>li>b>i{
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 0.2rem;
}
.lxwm1>ul>li>p{
    font-size: .18rem;
    display: flex;
    align-items: baseline;
    line-height: 2;
    transition: .5s;
    margin-bottom: .1rem;
}
.lxwm1>ul>li>p>b{
    font-weight: bold;
    transition: .5s;
    font-family: "calibri";
    width: 15%;
}
.lxwm1>ul>li>p>u {
    width: 55%;
    line-height: 1.5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.lxwm1>ul>li>p>i{
    color: #fff;
    padding: .05rem;
    background-color: #133C8C;
    margin-left: .1rem;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
    transition: .5s;
}
.lxwm1>ul>li:hover{
    background-color: #133C8C;
}
.lxwm1>ul>li:hover>b,
.lxwm1>ul>li:hover>p>u{
    color: #fff;
}
.lxwm1>ul>li:hover>p,
.lxwm1>ul>li:hover>p>b{
    color: #fff;
}
.lxwm1>ul>li:hover>p>i{
    color: #133C8C;
    background-color: #fff;
}
@media screen and (max-width:1450px) {
    .fy>a,
    .zxns1>div>p{
        font-size: 18px;
    }
    .zxns2>div>div>div>div>b,
    .zxns2>ul>li>div>b,
    .zxns1>div>a,
     .zxns2>div>div>div>div>div>a,
     .zxns2>div>div>div>div>p>a,
     .wyrz1>ul>li>p,
     .lxwm1>ul>li>p,
     .fy>div>a,
       .zxns2>div>div>span {
        font-size: 16px;
    }
    .zxns2>div>div>div>div>p,
    .zxns2>ul>li>div>p,
    .wyrz1>ul>li>input,
    .wyrz1>ul>li>select{
        font-size: 14px;
    }
    .lxwm1>ul>li {
        padding: .7rem .5rem;
    }
}
@media screen and (max-width:1300px) {
    .bsxt1>ul>li>div>b {
        font-size: 16px;
    }
    .bsxt1>ul>li>div>p {
        font-size: 14px;
    }
    .zxns2>div>div>span>i:nth-child(3) {
        width: 30%;
    }
}
@media screen and (max-width:1034px) {
    .zxns2>div>div>span {
        padding: .8rem 0.72rem;
    }
    .zxns2>div>div>div>div>b{
        width: 15%;
    }
    .zxns2>div>div>div>div>b, .zxns2>ul>li>div>b, .zxns1>div>a, .zxns2>div>div>div>div>div>a, .zxns2>div>div>div>div>p>a, .wyrz1>ul>li>p, .lxwm1>ul>li>p, .fy>div>a, .zxns2>div>div>span {
        font-size: 14px;
    }
    .lxwm1>ul>li {
        padding: .5rem .2rem;
    }
    .lxwm1>ul>li>b {
        font-size: 20px;
        width: auto;
    }
}
@media screen and (max-width:777px) {
    .fy>a, .zxns1>div>p {
        font-size: 16px;
    }
    .zxns2>div>div>div>div>b, .zxns2>ul>li>div>b, .zxns1>div>a, .zxns2>div>div>div>div>div>a, .zxns2>div>div>div>div>p>a, .fy>div>a, .zxns2>div>div>span {
        font-size: 14px;
    }
    .zxns2>div>div>div>div>p, .zxns2>ul>li>div>p {
        font-size: 12px;
    }
    .zxns2>b {
        font-size: 20px;
    }
    .zxns2>div>div>div>div>p>a {
        width: 80px;
        height: 35px;
        line-height: 35px;
    }
    .fy>div>a{
        padding: 10px;
    }
    .bsxt1>ul>li>span {
        width: 35px;
    }
    .lxwm1>ul>li {
        width: 100%;
        
    padding: 1rem 1rem;

    }
    .wyrz1>ul>li{
        width: 100% !important;
    }

}
@media screen and (max-width:540px) {
    .zxns2>div>div>span {
        justify-content: flex-start;
    }
    .zxns2>div>div>div>div{
        flex-wrap: wrap;
    }
    .zxns2>div>div>div>div>b{
        width: 100%;
        margin-bottom: .3rem;
    }
    .zxns2>ul>li {
        width: 100%;
        margin-bottom: 4%;
    }
    .zxns2>div>div>div>div>p{
        width: 100%;
    }
    .zxns2>div>div>span>p {
        width: 25%;
        margin-bottom: 10px;
    }
    .zxns2>div>div>span>i {
        line-height: 1.5;
    }
    .zxns2>div>div>span>i:last-child {
        position: absolute;
        right: .5rem;
        width: 3% !important;
    }
    .zxns2>div>div>span::before {
        left: 0%;
    }
    .bsxt1>ul>li {
        width: 100%;
        padding: .65rem .1rem .8rem 2rem;
        justify-content: flex-start;
    }
    .fy>a, .zxns1>div>p {
        font-size: 14px;
    }
    .wyrz1>ul>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .wyrz1>ul>li>p {
        margin-bottom: 10px;
    }
    .wyrz1>button {
        width: 120px;
        height: 40px;
        font-size: 16px;
    }
    .wyrz1>ul.on::before {
        height: 2px;
    }
    .lxwm1>ul>li>p>b {
        width: 17%;
    }
    .lxwm1>ul>li>p>i {
        width: 20%;
        text-align: center;
        padding: 5px 0;
    }
    .lxwm1>ul>li>b>i {
        bottom: -7px;
        right: -7px;
    }
    .zxns2>div>div>span>p,
    .zxns2>div>div>span>i{
        width: 50% !important;
    }
}
/*****************************新闻**************************/
.news2 {
    width: 100%;
    padding: .65rem 0rem 1.23rem 0rem;
}

.news2>ul {
    width: 100%;
}

.news2>ul>li {
    padding: 0rem 2.1rem;
    padding-bottom: 1.05rem;
    border-bottom: 1px solid #E8E8E8;
    padding-top: 1.08rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: flex;
    justify-content: space-between;
}

.news2>ul>li:hover {
    background-color: #133C8C;
}

.news2>ul>li:last-child {
    padding-bottom: 1.34rem;
    margin-bottom: 0;
}

.news2>ul>li>span {
    width: 35%;
}

.news2>ul>li>div {
    width: 57%;
    display: flex;
}

.news2>ul>li>div>p {
    font-size: .36rem;
    color: #131313;
    margin-right: .66rem;
    width: 90%;
}

.news2>ul>li>div>div {
    width: 260%;
}

.news2>ul>li>div>div>b {
    font-size: .3rem;
    font-weight: bold;
    color: #131313;
    line-height: 1.3;
    font-family: "calibri";
}

.news2>ul>li>div>div>p {
    font-size: .2rem;
    color: #636363;
    margin: .41rem 0 .74rem 0;
    line-height: 1.5;
    text-align: justify;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 4;

    overflow: hidden;
}

.news2>ul>li>div>div>a {
    display: block;
    width: 1.2rem;
    height: .4rem;
    line-height: .4rem;
    color: #fff;
    background-color: #133C8C;
    font-size: .18rem;
    text-align: center;
}

.news2>ul>li:hover>div>div>a {
    color: #133C8C;
    background-color: #fff;
}
.news2>ul>li:hover>div>p,
.news2>ul>li:hover>div>div>b,
.news2>ul>li:hover>div>div>p {
    color: #fff;
}
.news_xq1{
    padding: .5rem 4.6rem .7rem 4.8rem;
}
.news_xq1>h3{
    font-size: .28rem;
    margin-bottom: .4rem;
    text-align: justify;
}
.news_xq1>i{
    font-size: .16rem;
    color: #868686;
}
.news_xq1>div{
    margin-top: 1rem;
}
.news_xq1>div *{
    font-size: 14px;
    line-height: inherit;
}
.news_xq1>div img {
    height: auto !important;
    margin: 0 auto;
    display: inline;
}
.news_xq1>div * {
    font-size: 14px;
    line-height: inherit;
    list-style: auto;
    line-height: 1.5;
    border-spacing: 0;
    font-size: inherit;
    display: inline-block;
}
.news_xq1>div strong *{
    font-weight: bold;
}
.news_xq1>div td:last-child{
    border-right: 1px solid #333;
}
.news_xq1>div table *{
    font-size: 14px;
}
.news_xq1>div table{
    border-bottom: 1px solid #333;
}
.news_xq1>div td{
    border: 1px solid #333;
    border-bottom: none;
    border-right: none;
    padding: 5px;
}
.news_xq1>div>p{
    font-size: .16rem;
    margin-bottom: .2rem;
    line-height: 1.5;
    text-align: justify;
}
.news_xq1>div>img{
    margin: .25rem auto;
}
.news_xq2{
    background-color: #FAFAFA;
    padding: .75rem 4.65rem 1.15rem 4.8rem;
}
.news_xq2>h3{
    font-size: .26rem;
    margin-bottom: .65rem;
}
.news_xq2>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news_xq2>ul>li{
    width: 32%;
    margin-right: 2%;
    cursor: pointer;
}
.news_xq2>ul>li>span{
    margin-bottom: .35rem;
    overflow: hidden;
}
.news_xq2>ul>li>span>img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.news_xq2>ul>li>p{
    font-size: .18rem;
    line-height: 1.5;
    margin-bottom: .45rem;
    text-align: justify;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.news_xq2>ul>li>i{
    font-size: .18rem;
}
.news_xq2>ul>li:hover>span>img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.news_xq2>ul>li:hover>p{
    color: #133C8C;
}
@media screen and (max-width:1450px) {
    .news_xq2>ul>li>p,
    .news_xq2>ul>li>i{
        font-size: 16px;
    }
    .news_xq1>i,
    .news_xq1>div>p{
        font-size: 14px;
    }
}
@media screen and (max-width:1300px) {

    .news2>ul>li>div>div>p,
    .news2>ul>li>div>div>a {
        font-size: 16px;
    }

    .news2>ul>li>div>p {
        width: 85%;
    }
}
@media screen and (max-width:1034px) {

    .news2>ul>li>div>p {
        width: 90%;
        font-size: 18px;
    }
    .news2>ul>li>div>div>b {
        font-size: 18px;
    }
    .news2>ul>li>div>div>a {
        width: 90px;
        height: 40px;
        line-height: 40px;
    }
    .news_xq1>h3 ,
    .news_xq2>h3{
        font-size: 20px;
    }
}
@media screen and (max-width:777px) {
    .news2>ul>li>div {
        width: 60%;
    }
    .news_xq1,
    .news_xq2{
        padding: 1rem 1.5rem;
    }
}
@media screen and (max-width:540px) {
.news2>ul>li,
    .news2>ul>li>div {
        flex-wrap: wrap;
    }
    .news2>ul>li>div,
    .news2>ul>li>span {
        width: 100%;
    }

    .news2>ul>li>div {
        margin-top: 1rem;
    }

    .news2>ul>li>div>p {
        margin-bottom: .4rem;
    }
    .news2>ul>li>div>div>p {
        margin-top: .5rem;
    }

    .news2>ul>li {
        padding-bottom: 1.6rem;
    }
    .news_xq1>h3{
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .news_xq2>ul>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/***************************专业团队*************************/
.zytd{
    background-color: #F9F9F9;
    /* padding-top: .35rem; */
    padding-bottom: 1.3rem;
}
.zytd>span{
    padding-right: 2.5rem;
    padding-left: 2.7rem;
    background-color: #fff;
    padding-bottom: .8rem;
    padding-top: .35rem;
}
.zytd>span>p{
    font-size: .2rem;
    flex-wrap: wrap;
    width: 3rem;
}
.zytd>span>p>i{
    width: 100%;
    color: #133C8C;
}
.zytd>span>p>input{
    height: .5rem;
    width: 100%;
    font-size: .2rem;
    display: block;
    border-bottom: 1px solid #DADADA;
    padding: .1rem .2rem;
}
.zytd>span>p>select{
    width: 100%;
    font-size: .2rem;
    height: .5rem;
    border: none;
    display: block;
    border-bottom: 1px solid #DADADA;
    padding: .1rem .2rem;
    outline: none;
    background-image: url(../img/dsj_lan.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 50%;
}
.zytd>span>button{
    width: 2rem;
    font-size: .18rem;
    padding: .2rem 0;
    text-align: center;
    color: #fff;
    background: #133C8C;
    cursor: pointer;
}
.zytd>div{
    background-color: #F9F9F9;
    padding-top: .85rem;
    margin-top: 0;
}
.zytd>div>b{
    font-size: .32rem;
    margin-bottom: .7rem;
    font-family: "calibri";
}
.zytd>div>ul{
    
}
.zytd>div>ul>li{
    margin-bottom: 2%;
}
.zytd>ul{
    padding: .55rem 0;
    border-bottom: 1px solid rgb(194 194 194 / 30%);
}
.zytd>ul>li{
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #777777;
}
.zytd>ul>li>a{
    color: #777777;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.zytd>ul>li>a.on,.zytd>ul>li>a:hover{
    color: #133C8C;
}
.tdxq1{
    padding-top: .65rem;
    padding-bottom: .85rem;
}
.tdxq1>.xq1{
    align-items: center;
}
.tdxq1>.xq1>b{
    position: absolute;
    font-size: 2.6rem;
    font-family: Gilroy-Regular;
    font-weight: normal;
    color: rgba(244, 244, 244, 0);
    -webkit-text-stroke: 1px #E7E7E7;
    text-stroke: 1px #E7E7E7;
    top: 13%;
    left: 32%;
    z-index: -1;
}
.tdxq1>.xq1>span{
    width: 31%;
    position: relative;
}
.tdxq1>.xq1>span>i{
    position: absolute;
    bottom: -.65rem;
    right:-.8rem;
    width: 100%;
    height: 65%;
    background-color: #133C8C;
    z-index: -1;
}
.tdxq1>.xq1>div{
    width: 42%;
}
.tdxq1>.xq1>div>i{

}
.tdxq1>.xq1>div>b{
    margin-top: .13rem;
    font-size: .3rem;
    margin-bottom: .25rem;
    font-family: "calibri";
}
.tdxq1>.xq1>div>u{
    font-size: .2rem;
    margin-bottom: .5rem;
    display: block;
}
.tdxq1>.xq1>div>p{
    font-size: .18rem;
    margin-bottom: 1rem;
    display: flex;
}
.tdxq1>.xq1>div>p>a{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.tdxq1>.xq1>div>p>a:hover{
    color: #133C8C;
}
.tdxq1>.xq1>div>p>a:first-child{
    margin-right: .55rem;
}
.tdxq1>.xq1>div>a{
    font-size: .18rem;
    color: #fff;
    background-color: #133C8C;
    padding: .1rem .2rem;
    display: table;
}
.tdxq1>.xq2{
    margin-top: 1.9rem;
}
.tdxq1>.xq2>ul{
    width: auto;
    /* border-left: 1px solid #E0E0E0; */
}
.tdxq1>.xq2>ul>li{
    font-size: .22rem;
    padding-bottom: .2rem;
    text-align: center;
    border-left: 1px solid #E0E0E0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.tdxq1>.xq2>ul>li:last-child{
    padding-bottom: 0;
}
.tdxq1>.xq2>ul>li>p{
    padding: .2rem .4rem;
}
.tdxq1>.xq2>ul>li.on>p{
    color: #133C8C;
    background-image: linear-gradient(to right,#a6b3cb,#fff);
}
.tdxq1>.xq2>div{
    width: 76%;
}
.tdxq1>.xq2>div>div{
    padding-top: .55rem;
    padding-bottom: .5rem;
}
.tdxq1>.xq2>div>div>b{
    font-size: .2rem;
    color: #133C8C;
    margin-bottom: .3rem;
    font-weight: 600;
    font-family: "calibri";
}
.tdxq1>.xq2>div>div>p{
    font-size: .18rem;
    color: #3C3C3C;
    line-height: 2;
}
.tdxq1>.xq2>div>div:first-child{
    padding-top: 0;
}
.tdxq1>.xq2>div>div:last-child{
    border-top: 1px solid #E8E8E8;
}
@media screen and (max-width:1450px) {
    .zytd>span>p,
    .zytd>span>p>select,
    .zytd>span>button,
    .tdxq1>.xq1>div>p,
    .tdxq1>.xq1>div>a,
    .tdxq1>.xq2>div>div>p,
    .zytd>span>p>input {
        font-size: 16px;
    }
    .tdxq1>.xq1>div>u ,
    .tdxq1>.xq2>div>div>b{
        font-size: 18px;
    }    
}
@media screen and (max-width:1300px) {
    .zytd>ul>li,
    .tdxq1>.xq2>ul>li{
        font-size: 16px;
    }
    .zytd>span>p,
    .zytd>span>p>select,
    .zytd>span>button,
    .tdxq1>.xq1>div>p,
    .tdxq1>.xq1>div>a,
    .tdxq1>.xq2>div>div>p,
    .zytd>span>p>input {
        font-size: 14px;
    }
}
@media screen and (max-width:1034px) {
    .zytd>span>p>select,
    .zytd>span>p>input {
        height: 40px;
    }
    .tdxq1>.xq1>div>b{
        font-size: 18px;
    }
    .tdxq1>.xq1>div>u, .tdxq1>.xq2>div>div>b{
        font-size: 16px;
    }
    .tdxq1>.xq1>div>a{
        padding: 10px;
    }
}
@media screen and (max-width:777px) {
    .zytd>span>button {
        width: 100px;
        padding: 12px 0;
    }
    .zytd>span{
        padding: .4rem 0 .8rem 0;
    }
    .zytd>span>p {
        width: 35%;
    }
}
@media screen and (max-width:540px) {
    .tdxq1>.xq2>ul {
        width: 100%;
        display: flex;
    }
    .tdxq1>.xq2>div{
        margin-top: 20px;
        width: 100%;
    }
    .tdxq1>.xq2>ul>li>p {
        line-height: 1.5;
    }
    .tdxq1>.xq1>span {
        width: 45%;
    }
    .tdxq1>.xq1>div>b {
        margin: 10px 0;
    }
    .tdxq1>.xq1>div>u {
        line-height: 1.3;
    }
    .zytd>span>p {
        width: 30%;
    }
    .zytd>div>b {
        font-size: 18px;
    }
}
/************************关于我们*************************/
.about1{
    position: relative;
    justify-content: flex-end;
    padding-top: 1.1rem;
    margin-bottom: 1.1rem;
}
.about1>span{
    position: absolute;
    width: 38%;
    bottom: .3rem;
    left: 0;
}
.about1>div{
    width: 60%;
}
.about1>div>h3{
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: .5rem;
    font-family: "calibri";
}
.about1>div>div{
    font-size: .22rem;
    padding-left: .13rem;
    border-left: 0.04rem solid #5177C2;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem;
}
.about1>div>div>p{
    color: #133C8C;
    line-height: 1.3;
}
.about1>div>div>i{
    width: 8px;
    height: 8px;
    background: #133C8C;
    margin: 0 .35rem;
}
.about1>div>p{
    font-size: .16rem;
    color: #515151;
    line-height: 1.5;
    margin-bottom: .3rem;
}
.about1>div>p:last-child{
    margin-bottom: 0;
}
.about2{
    padding-bottom: .8rem;
    margin-bottom: 1.1rem;
    position: relative;
}
.about2>ul{
    padding: 1.05rem 0;
    padding-left: 1.4rem;
    background-color: #133C8C;
    width: 50%;
}
.about2>ul>li{
    width: 50%;
    position: relative;
    margin-bottom: .8rem;
}
.about2>ul>li:nth-child(1)::after,
.about2>ul>li:nth-child(3)::after{
    height: 60%;
    top: 20%;
    right: 30%;
    width: 1px;
    background-color: #E6E6E6;
}
.about2>ul>li:nth-child(3),
.about2>ul>li:nth-child(4){
    margin-bottom: 0;
}
.about2>ul>li>b{
    font-size: .5rem;
    margin-bottom: .25rem;
    color: #fff;
    font-family: "calibri";
}
.about2>ul>li>p{
    font-size: .18rem;
    color: #fff;
}
.about2>span{
    position: absolute;
    right: 2.1rem;
    bottom: 0;
    width: 44%;
    z-index: -1;
}
.about3{
    padding-bottom: 1.5rem;
}
.about3>h3{
    font-size: .32rem;
    text-align: center;
    margin-bottom: .65rem;
    font-family: "calibri";
}
.about3>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.about3>ul>li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.about3>ul>span{
    position: absolute;
    width: 64%;
    height: 50%;
    top: 25%;
    left: 18%;
    background-color: #fff;
    z-index: 15;
    padding: .75rem .95rem;
    padding-bottom: .4rem;
    cursor: default;
    transition: .5s;
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.about3>ul>span.on{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.about3>ul>span>p{
    text-align: justify;
    font-size: .18rem;
    line-height: 1.8;
    max-height: 75%;
    overflow: auto;
    padding-right: 10px;
}
.about3>ul>span>i{
    width: .35rem;
    margin: 0 auto;
    margin-top: .45rem;
    cursor: pointer;
}
.about3>ul>li>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.45rem;
    min-height: 48%;
    margin-bottom: 5%;
    position: relative;
}
.about3>ul>li>div:last-child{
    margin-bottom: 0;
}
.about3>ul>li>div>span{
    width: auto;
    display: table;
    position: relative;
    z-index: 10;
    margin-bottom: .25rem;
}
.about3>ul>li>div>p{
    font-size: .22rem;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    transition:.5s;
    /* margin-top: .25rem; */
    /* margin-bottom: .4rem; */
    position: relative;
    z-index: 10;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;
}
.about3>ul>li>div>a{
    width: .5rem;
    height: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #133C8C;
    transition:.5s;
    position: relative;
    z-index: 10;
    margin-top: .4rem;
}
.about3>ul>li>div>a>i{
    color: #fff;
    transform: scaleY(1.5);
    font-weight: lighter;
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
    transition:.5s;
}
.about3>ul>li>div>i{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #133C8C;
    transition:.5s;
    /* z-index: -1; */
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
}
.about3>ul>li:first-child>div{
    height: 100%;
    margin-bottom: 0;
}
.about3>ul>li:first-child>div>span{
    margin-bottom: .4rem;
}
.about3>ul>li:first-child>div>a{
    margin-top: .9rem;
}
.about3>ul>li>div:hover>a{
    background-color: #fff;
}
.about3>ul>li>div:hover>a>i{
    color: #133C8C;
}
.about3>ul>li>div:hover>i{
    opacity: 1;
}
.qywh1{
    padding-top: 1rem;
    padding-bottom: 1.6rem;
    background-color: #F8F8F8;
}
.qywh1>h3{
    font-size: .36rem;
    margin-bottom: .8rem;
    font-weight: normal;
    font-family: "calibri";
}
.qywh1>ul{
    justify-content: flex-start;
}
.qywh1>ul>li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
    transition: .5s;
    padding: .55rem .6rem;
    position: relative;
}
.qywh1>ul>li>span{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qywh1>ul>li>span>p{
    width: .6rem;
    height: .6rem;
    margin-bottom: .3rem;
}
.qywh1>ul>li>span>i{

}
.qywh1>ul>li>b{
    font-size: .22rem;
    color: #133C8C;
    transition: .5s;
}
.qywh1>ul>li>p{
    font-size: .18rem;
    margin-top: .25rem;
    margin-bottom: 1.3rem;
    color: #4B4B4B;
    transition: .5s;
    line-height: 1.5;
    text-align: justify;
}
.qywh1>ul>li>i{
    width: .4rem;
    height: 3px;
    background: #133C8C;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute;
    bottom: .6rem;
    left: .6rem;
}
.qywh1>ul>li:hover{
    background-color: #133C8C;
}
.qywh1>ul>li:hover>span>p>img{
    opacity: 0;
}
.qywh1>ul>li:hover>span>p>img:last-child{
    opacity: 1;
}
.qywh1>ul>li:hover>b,
.qywh1>ul>li:hover>p{
    color: #fff;
}
.qywh1>ul>li:hover>i{
    background-color: #fff;
}
@media screen and (max-width:1450px) {
    .qywh1>ul>li>b{
        font-size: 18px;
    }
    .about2>ul>li>p,
    .qywh1>ul>li>p,
    .about3>ul>span>p{
        font-size: 16px;
    }
    .about1>div>p {
        font-size: 14px;
    }
}
@media screen and (max-width:1300px) {
    .about1>div>div{
        font-size: 18px;
    }
    .about2>ul>li:nth-child(1)::after, .about2>ul>li:nth-child(3)::after {
        right: 25%;
    }
}
@media screen and (max-width:1035px) {
    .about2>ul>li:nth-child(1)::after, .about2>ul>li:nth-child(3)::after {
        right: 15%;
    }
    .about3>h3 ,
    .about1>div>h3{
        font-size: 22px;
    }
    .about3>ul>li>div>p {
        font-size: 16px;
    }
    .about3>ul>li>div>a {
        width: 35px;
        height: 35px;
    }
    .qywh1>ul>li>span>p {
        width: 40px;
        height: 40px;
    }
    .qywh1>h3 {
        font-size: 20px;
    }
}
@media screen and (max-width:777px) {
    .about1>div{
        width: 100%;
    }
    .about1>span{
        display: none;
    }
    .about2>ul {
        padding-left: 0.6rem;
    }
    .about3>ul>li>div>span {
        width: 45px;
    }
    .about3>ul>span>i {
        width: 30px;
    }
    .about3>ul>span {
        width: 90%;
        left: 5%;
    }
    .about3>ul>span>p {
        max-height: 80%;
        overflow: auto;
    }
    .about2>ul>li>p, .about3>ul>span>p {
        font-size: 14px;
    }
    .qywh1>ul{
        justify-content: space-between;
    }
    .qywh1>ul>li {
        width: 48%;
        margin-right: 0;
    }
}
@media screen and (max-width:540px) {
    .about1>div>div {
        font-size: 14px;
    }
    .about2>ul{
        width: 100%;
        padding-left: 1.6rem;
    }
    .about2>ul>li>b {
        font-size: 24px;
    }
    .about3>ul>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .about3>ul>li>div {
        min-height: auto;
    }
    .about3>ul>span>p {
        max-height: 88%;
    }
    .about2>span{
        display: none;
    }
    .qywh1>ul>li>b {
        font-size: 16px;
        margin-top: 10px;
    }
    .qywh1>ul>li>p {
        font-size: 14px;
        margin-top: 10px;
    }
    .qywh1>ul>li>i {
        width: 30px;
    }
}
/******************************考试************************/
.ks1{
    padding: 1rem 5.2rem;
}
.ks1>div{
    display: none;
    padding: 0 1.8rem;
    padding-top: .55rem;
    padding-bottom: .65rem;
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.ks1>div:first-child{
    margin-top: .6rem;
}
.ks1>div>span{
    width: .8rem;
    margin: 0 auto;
}
.ks1>div>b{
    font-size: .26rem;
    line-height: 1.5;
    margin-top: .25rem;
    margin-bottom: .2rem;
    text-align: center;
    color: #133C8C;
}
.ks1>div>i{
    font-size: .16rem;
    color: #828282;
    text-align: center;
}
.ks1>div>button{
    width: 2.5rem;
    font-size: .18rem;
    margin-top: .4rem;
    margin-bottom: .1rem;
    margin-left: auto;
    margin-right: auto;
    padding: .15rem;
    background-color: #133C8C;
    color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
}
.ks1>div>h3{
    font-size: .26rem;
    margin-bottom: .45rem;
    text-align: center;
}
.ks1>div>div{
    margin-bottom: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ks1>div>div>p{
    font-size: .2rem;
    width: 15%;
}
.ks1>div>div>input{
    font-size: .2rem;
    padding: .2rem;
    width: 85%;
    border: 1px solid #D6D6D6;
    display: block;
}
.ks1>div>div>input:focus{
    border: 1px solid #133C8C;
}
.ks1>div>div>input::placeholder{
    color: #8E8E8E;
    font-size: .16rem;
}
.ks1>div>p{
    margin-top: .45rem;
    display: flex;
    justify-content: flex-end;
}
.ks1>div>p>button{
    font-size: .18rem;
    padding: .2rem 0;
    background-color: #EAEAEA;
    cursor: pointer;
    width: 41%;
    text-align: center;
}
.ks1>div>p>button:last-child{
    color: #fff;
    background-color: #133C8C;
    margin-left: .2rem;
    padding: .2rem 0;
}
.ks1>div.on{
    display: block;
}
.zpst1{
    padding-top: .85rem;
    padding-bottom: 1.55rem;
    background-color: #FAFAFA;
}
.zpst1 *{
    font-family: normal;
    font-size: 12px;
    height: auto;
    max-width: 100%;
}
.zpst1>h3{
    font-size: .28rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin-bottom: .9rem;
}
.zpst1>h3>p{
    font-size: .18rem;
    color: #DD1717;
    position: absolute;
    right: 0;
    top: 40%;
    display: flex;
    align-items: center;
}
.zpst1>h3>p>i{
    color: #DD1717;
}
.zpst1>p{
    font-size: .22rem;
    margin-bottom: .35rem;
}
.zpst1>div{
    padding: .6rem .7rem;
    margin-bottom: .6rem;
    background-color: #fff;
}
.zpst1>div>div{
    padding-bottom: .55rem;
    margin-bottom: .65rem;
    border-bottom: 1px solid #E4E4E4;
}
.zpst1>div#wdt>div{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.zpst1>div#wdt>div>div{
    margin-bottom: 0.65rem;
}
.zpst1>div>div:last-child{
    margin-bottom: 0;
}
.zpst1>div>div>p{
    font-size: .18rem;
    color: #494949;
    margin-bottom: .45rem;
}
.zpst1>div>div>p>i{
    font-size: .16rem;
    color: #133C8C;
    padding: .05rem .08rem;
    display: inline;
    background: rgb(19 60 140 / 10%);
    margin: 0 .1rem;
}
.zpst1>div>div>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.zpst1>div>div>ul>li{
    margin-right: .75rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.zpst1>div>div>ul>li>input{
    display: block;
    cursor: pointer;
}
.zpst1>div>div>ul>li>label{
    font-size: .18rem;
    color: #565656;
    display: block;
    cursor: pointer;
}
.zpst1>div>div>ul>li>label:nth-child(2){
    margin-left: .05rem;
    margin-right: .15rem;
}
.zpst1>div>h3{
    font-size: .24rem;
    font-weight: 400;
}
.zpst1>div>p{
    font-size: .18rem;
    /* margin-top: .55rem; */
    color: #494949;
    line-height: 1.8;
    text-align: justify;
    /* margin-bottom: .2rem; */
}
.zpst1>div>p>b{
    font-size: .2rem;
    /* margin-bottom: .25rem; */
}
.zpst1>div>p>i{
    font-size: .18rem;
    color: #494949;
    /* display: inline; */
    line-height: 1.8;
}
.zpst1>div>ul{
    margin: .65rem 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.zpst1>div>ul>li{
    width: 32%;
    margin-right: 2%;
}
.zpst1>div>b,
.zpst1>div#wdt>div>b{
    font-size: .2rem;
    color: #133C8C;
    margin-bottom: .33rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
}
.zpst1>div>b>input{
    width: 15%;
    font-size: .16rem;
}
.zpst1>div>textarea{
    width: 100%;
    height: 3.9rem;
    font-size: .18rem;
    padding: .2rem;
    background-color: #FBFBFB;
    border: 1px solid #C5C5C5;
    margin-bottom: .5rem;
}
.zpst1>button{
    margin: 0 auto;
    margin-top: .1rem;
    display: block;
    width: 2rem;
    padding: .15rem 0;
    font-size: .2rem;
    text-align: center;
    color: #fff;
    background: #133C8C;
    cursor: pointer;
}
.zpst1>div>div>p {
    line-height: 1.5;
}
@media screen and (max-width:1450px) {
    .zpst1>p,
    .zpst1>div>b,
    .zpst1>div#wdt>div>b,
    .zpst1>button,
    .zpst1>div>p>b{
        font-size: 18px;
    }
    .ks1>div>button,
    .zpst1>div>p,
    .ks1>div>div>p,
    .zpst1>div>textarea,
    .zpst1>div>p>i,
    .ks1>div>p>button,
    .zpst1>h3>p,
    .zpst1>div>div>ul>li>label,
    .zpst1>div>div>p,
    .zpst1>div>b>input,
    .ks1>div>div>input{
        font-size: 16px;
    }
    .ks1>div>i,
    .zpst1>div>div>p>i,
    .ks1>div>div>input::placeholder{
        font-size: 14px;
    }
    .zpst1>div>b>input{
        width: 205px;
    }
}
@media screen and (max-width:1300px) {
    .ks1>div>b ,
    .zpst1>div>h3{
        font-size: 18px;
    }
    .ks1>div>span {
        width: 55px;
    }
    .ks1>div>h3 {
        font-size: 20px;
    }
}
@media screen and (max-width:1035px) {
    .ks1 {
        padding: 1rem 20%;
    }
    .ks1>div>button {
        font-size: 14px;
    }
    .ks1>div>b {
        font-size: 16px;
    }
    .zpst1>button {
        width: 120px;
        padding: 10px 0;
    }
    .zpst1>p, .zpst1>div>b,
    .zpst1>div#wdt>div>b, .zpst1>button, .zpst1>div>p>b {
        font-size: 16px;
    }
    .zpst1>h3 {
        font-size: 20px;
    }
}
@media screen and (max-width:777px) {
    .ks1 {
        padding: 1rem 10%;
    }
    .ks1>div>button, .zpst1>div>p, .ks1>div>div>p, .zpst1>div>textarea, .zpst1>div>p>i, .ks1>div>p>button, .zpst1>h3>p, .zpst1>div>div>ul>li>label, .zpst1>div>div>p, .ks1>div>div>input {
        font-size: 14px;
    }
}
@media screen and (max-width:540px) {
    .ks1>div {
        padding: 0 0.8rem;
        padding-top: 1.55rem;
        padding-bottom: .65rem;
    }    
    .ks1>div>button {
        width: 120px;
        margin-top: 15px;
        margin-bottom: 10px;
        padding: 10px 0;
    }
    .ks1>div>b {
        margin-bottom: 15px;
    }
    .ks1>div>h3 {
        margin-bottom: 20px;
    }
    .ks1>div>div {
        margin-bottom: 15px;
    }
    .ks1>div>p>button:last-child {
        margin-left: 10px;
        padding: 10px 0;
    }
    .ks1>div>div>input {
        padding: 10px;
    }
    .zpst1>h3>p {
        position: relative;
        top: auto;
        text-align: center;
        justify-content: center;
        margin-top: 15px;
    }
    .zpst1>div>div>ul>li {
        margin-bottom: 10px;
    }
    .ks1>div>b, .zpst1>div>h3 {
        font-size: 16px;
    }
    .zpst1>div>p>b {
        margin-bottom: 10px;
    }
    .zpst1>div>p {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .zpst1>div>b,
    .zpst1>div#wdt>div>b{
        line-height: 1.5;
        flex-wrap: wrap;
    }
    .zpst1>div>b>input{
        margin: 8px 0;
    }
    .zpst1>div>textarea {
        height: 150px;
    }
}