html,body{
    overflow-x: hidden;
    height: auto;
}
.banner{
    width: 100%;
    height: 100%;
    /* position: relative; */
}
.banner img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    object-fit: cover;
}

/* 产品展示 */
.cpzs{
    padding-top: .8rem;
    background: #F7F7F7;
    padding-bottom: 1rem;
}
.cpzs>h3{
    font-size: .4rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: .5rem;
}
.cpzs .nr{
    display: flex;
    justify-content: start;
}
.cpzs .nr .cpzs_nav{
    width: 15%;

}
.cpzs .nr .cpzs_nav p{
    width: 100%;
    padding: .2rem .2rem;
    line-height: 1;
    font-size: .22rem;
    font-weight: 400;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.cpzs .nr .cpzs_nav>li.on p img{
    max-width: 100%;
}
.cpzs .nr .cpzs_nav>li.on p img:nth-child(1){
    display: none;
}
.cpzs .nr .cpzs_nav>li.on p{
   background: #0472ED;
   color: #fff;
}
.cpzs .nr .cpzs_nav>li.on p>img:nth-child(1){
    display: block;
}
.cpzs .nr .cpzs_nav>li.on p>img:nth-child(2){
    display: none;
}
.cpzs .nr .cpzs_nav>li>ul{
    display: none;
    padding:.1rem .2rem 0;
    /* transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s; */
    /* transform: scaleY(0); */
    /* transform-origin: top; */
    /* opacity: 0; */
    /* height: 0; */
    overflow: hidden;
}

.cpzs .nr .cpzs_nav>li.on ul{
    /* opacity: 1; */
    /* display: block; */
    /* transform: scaleY(1); */
    /* height: auto; */
}
.cpzs .nr .cpzs_nav>li>ul>li{
    font-size: .18rem;
    font-weight: 500;
    color: #333333;
    padding: .2rem .2rem;
    border-bottom:  1px dashed #e9e9e9;
    cursor: pointer;
}
.cpzs .nr .cpzs_nav>li>ul>li.on{
    color: #0472ED;
}
.cpzs .nr .cpzs_nav>li>ul>li:nth-last-child(1){
    border: 0;
}
.cpzs .nr>div{
    width: 85%;
    padding-left: .7rem;
}
.cpzs .nr div .lb{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.cpzs .nr div .lb li{
    width: 31%;
    margin: 0 1% .4rem;
}
.cpzs .nr div .lb li img{
    width: 100%;
}
.cpzs .nr div .lb li p{
    font-size: .2rem;
    font-weight: 400;
    color: #333333;
    padding:.3rem 0;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-bottom: 1px solid transparent;
}
.cpzs .nr div .lb li:hover p{
    color: #0472ED;
    border-bottom: 1px solid #0472ED;
}

.foot_cpzs{
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width:2560px) and (min-width:1930px) {

}
@media screen and (max-width:1440px){
    .cpzs>h3{
        font-size: 30px;
    }
    .cpzs .nr .cpzs_nav p{
        font-size: 18px;
    }
    .cpzs .nr .cpzs_nav>li>ul>li{
        font-size: 16px;
    }
    .cpzs .nr div .lb li p{
        font-size: 16px;
    }
}

@media screen and (max-width:1366px){}

@media screen and (max-width:1280px){}

@media screen and (max-width:1024px){}

@media screen and (max-width:768px){
    .cpzs .nr .cpzs_nav {
        width: 20%;
    }
    .cpzs .nr .cpzs_nav p{
        font-size: 16px;
        padding:10px 10px;
    }
    .cpzs .nr .cpzs_nav p ul li{
        font-size: 14px;
    }
    .cpzs .nr div .lb li p{
        font-size: 14px;
        padding:15px 0;
    }
    .cpzs .nr div .lb li{
        margin-bottom: 20px;
    }
   

}

@media screen and (max-width:540px){
     .cpzs .nr{
        flex-wrap: wrap;
    }
    .cpzs .nr .cpzs_nav{
        width: 100%;
        display: flex;
        justify-content: start;
        /* align-item; */
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .cpzs .nr .cpzs_nav>li{
        /* margin-right: 20px; */
        width: 45%;
        margin:0 2.5% 15px
        /* margin-bottom: 15px; */
    }
    .cpzs .nr>div{
        width: 100%;
        padding-left: 0;
    }
    .cpzs .nr .cpzs_nav>li p img{
        margin-left: 5px;
    }
    .cpzs .nr div .lb li{
        width: 45%;
        margin: 0 2.5% 20px;
    }
}

/* 定制服务*/
.dzfw{
    padding-top: .8rem;
    background: #fff;
    padding-bottom: 1rem;
}
.dzfw>h3{
    font-size: .4rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: .5rem;
}
.dzfw>p{
    color: #333;
    line-height: 1.5;
    text-align: justify;
    font-size: .2rem;
    margin-bottom: .5rem;
}
.dzfw>p>i{
    display: block;
}
.dzfw>p>i>span{
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.5;
    font-size: .24rem;
    display: inline-block;
    margin-right: 20px;

}
.dzfw>.nr{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.dzfw>.nr>div{
    width: 40%;
}
.dzfw>.nr>div>p{
    font-size: .2rem;
    color: #333;
    text-align: justify;
    line-height: 1.5;

}
.dzfw>.nr>div>p>i{
    font-weight: 700;
    display: inline;
    color: #333;
    font-family: 'GILROY-MEDIUM';
}
.dzfw>.nr>img{
    width: 55%;
}
.dzfw>.nr>div>ul{
    margin-top: .45rem;
}
.dzfw>.nr>div>ul>li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .16rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.dzfw>.nr>div>ul>li>p{
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: .18rem;
    font-weight: 400;
    color: #333;
    /* line-height: 34px; */
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.dzfw>.nr>div>ul>li:hover{
    border-bottom: 1px solid #0472ED;
}
.dzfw>.nr>div>ul>li:hover>p{
    color: #0472ED;
}
.dzfw>.nr>div>ul>li>p>i{
    width: .45rem;
    height: .45rem;
    position: relative;
    margin-right: .3rem;
}
.dzfw>.nr>div>ul>li>p>i>img{
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.dzfw>.nr>div>ul>li>p>i>img:nth-child(1){
    opacity: 0;
}
.dzfw>.nr>div>ul>li:hover>p>i>img:nth-child(1){
    opacity: 1;
}
.dzfw>.nr>div>ul>li:hover>p>i>img:nth-child(2){
    opacity: 0;
}

.dzfw>.nr>div>ul>li>i{
    display: flex;
    justify-content: flex-end;
}
.dzfw>.nr>div>ul>li>i>img{
    width: .4rem;
    margin-left: .4rem;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.dzfw>.nr>div>ul>li:hover>i>img{
    opacity: 1;
}



@media screen and (max-width:2560px) and (min-width:1930px) {

}
@media screen and (max-width:1440px){
    .dzfw>h3{
        font-size: 30px;
    }
    .dzfw>p{
        font-size: 16px;
    }
    .dzfw>p>i>span{
        font-size: 18px;
    }
    .dzfw>p>span{
        font-size: 18px;
    }
    .dzfw>.nr>div>p{
        font-size: 16px;
    }
    .dzfw>.nr>div>ul>li>p{
        font-size: 14px;
    }
    .dzfw>.nr>div>ul>li>p>i{
        width: 30px;
        height: 30px;
    }
    .dzfw>.nr>div>ul>li>i>img{
        width: 30px;
        /* height: 30px; */
    }
}

@media screen and (max-width:1366px){}

@media screen and (max-width:1280px){}

@media screen and (max-width:1024px){}

@media screen and (max-width:768px){}

@media screen and (max-width:540px){
    .dzfw>.nr{
        flex-direction: column;
    }
    .dzfw>.nr>div{
        width: 100%;
    }
    .dzfw>.nr>img{
        width: 100%;
    }
    .dzfw>.nr>div>ul>li{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .dzfw>.nr>div>ul>li>i>img{
        opacity: 1;
        margin-left: 20px;
    }
}
/* 产品支持 */
.tab{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin: -1.1rem 0 .77rem;
}
.tab li{
    width: 50%;
    padding: .45rem 0;
    background: #fff;
    border-bottom: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.tab li p{
    font-size: .2rem;
    text-align: center;
    line-height: 1;
    color: #333;
    border-right: 1px solid #999;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.tab li.on{
    border-color: #0472ED;
}
.tab li.on p{
    color: #0472ED;
}
.cpzc>div{
    position: relative;
}
.cpzc>div>div{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.cpzc>div>div.on{
    position: relative;
    opacity: 1;
    z-index: 9;
    height: auto;
    display: block;
}
.cpzc .cjwt{
    padding-bottom: 1rem;
}
.cpzc .cjwt h3{
    font-size: .4rem;
    color: #333;
    margin-bottom: .8rem;
    font-weight: 400;
}
.cpzc .cjwt .nr li{
    padding: .4rem .5rem;
    margin-bottom: .4rem;
}
.cpzc .cjwt .nr li:nth-child(odd){
    background: #f4f4f4;
}
.cpzc .cjwt .nr li p:nth-child(1){
    font-size: .2rem;
    color: #333;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: .3rem;
    line-height: 1;
}
.cpzc .cjwt .nr li p:nth-child(2){
    font-size: .18rem;
    color: #666;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 1.5;
}
.cpzc .cjwt .nr li p:nth-child(1)>span{
    font-size: .36rem;
    font-weight: normal;
    color: #0472ED;
    margin-right: .2rem;
    font-family: 'GILROY-MEDIUM';
    line-height: 1;
    white-space:nowrap;
}
.cpzc .cjwt .nr li p:nth-child(2)>span{
    font-size: .36rem;
    font-weight: normal;
    color: #333;
    margin-right: .2rem;
    font-family: 'GILROY-MEDIUM';
    line-height: 1;
    white-space:nowrap;
}
.zlxz{
    padding-bottom: 1rem;
}
.zlxz h3{
    display: flex;
    justify-content: space-between;
    margin-bottom: .8rem;
    align-items: center;
}
.zlxz h3 p{
    font-size: .4rem;
    color: #333;
    font-weight: 400;
}
.zlxz h3 ul{
    display: flex;
    justify-content: flex-end;
}
.zlxz h3 ul li{
    font-size: .22rem;
    color: #666;
    margin-left: .5rem;
    cursor: pointer;
    padding-left: .2rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: relative;

}
.zlxz h3 ul li::after{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #0472ED;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.zlxz h3 ul li.on{
    color: #0472ED;
}
.zlxz h3 ul li.on::after{
    opacity: 1;
}
.zlxz .nr{
    position: relative;
}
.zlxz .nr>div{
    /* display: none; */
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.zlxz .nr>div.on{
    /* display: block; */
    opacity: 1;
    position: relative;
    z-index: 9;
}
.zlxz .cpml{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
}
.zlxz .cpml>img{
    /* max-width: 100%; */
    width: 40%;
}
.zlxz .cpml>ul{
    width: 60%;
    padding-left: .8rem;
    padding-right: 1.2rem;
    
}
.zlxz .cpml>ul>li{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:.3rem 0;
    border-bottom: 1px solid #e1e1e1;
}
.zlxz .cpml>ul>li>p{
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    /* line-height: 40px; */
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.zlxz .cpml>ul>li>span{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: .18rem;
    font-weight: 400;
    color: #666666;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.zlxz .cpml>ul>li>span>i{
    width: .36rem;
    height: .28rem;
    position: relative;
    margin-right: 10px;
}
.zlxz .cpml>ul>li>span>i>img{
    width: 100%;
    position: absolute;
    /* top: 0;
    left: 0; */
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.zlxz .cpml>ul>li>span>i>img:nth-child(1){
    opacity: 0;
}
.zlxz .cpml>ul>li>span>i>img:nth-child(2){
    opacity: 1;
    /* position: relative; */
}
/* .zlxz .cpml>ul>li>span */
.zlxz .cpml>ul>li:hover>p{
    color: #0472ED;
}
.zlxz .cpml>ul>li:hover>span>i>img:nth-child(1){
    opacity: 1;
    /* position: relative; */
}
.zlxz .cpml>ul>li:hover>span>i>img:nth-child(2){
    opacity: 0;
    /* position: absolute; */
}
.zlxz .cpml>ul>li:hover>span{
    color: #0472ED;
}
.zlxz .cpml>ul{
    height: 4.5rem;
    overflow: auto;
}
.zlxz .cpml>ul::-webkit-scrollbar{
    width: 4px;
    background-color: rgba(225, 225, 225, 0.5);
}
.zlxz .cpml>ul::-webkit-scrollbar-thumb {
    background-color: #0472ED;
    border: 4px solid #0472ED;
    border-radius: 2px;
}
/* .zlxz .cpml>ul::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
} */
.apzl{
    padding-bottom: 1rem;
}
.spzl>ul{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.spzl>ul>li{
    width: 30%;
    cursor: pointer;
    margin-right: 5%;
    margin-bottom: .6rem;
}
.spzl>ul>li:nth-child(3),
.spzl>ul>li:nth-child(6){
    margin-right: 0;
}
.spzl>ul>li>p{
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    padding-bottom: .2rem;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.spzl>ul>li>img{
    width: 100%;
}
.spzl>ul>li>span{
    width: 100%;
    padding: .2rem;
    border:1px solid #c4c4c4;
    border-top: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.spzl>ul>li>span>i{
    width: .4rem;
    height: .4rem;
    position: relative;
    margin: 0 auto;
    
}
.spzl>ul>li>span>i>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.spzl>ul>li>span>i>img:nth-child(1){
    opacity: 0;
}
.spzl>ul>li:hover>p{
    color: #0472ED;
}
.spzl>ul>li:hover>span>i>img:nth-child(1){
    opacity: 1;
}
.spzl>ul>li:hover>span>i>img:nth-child(2){
    opacity: 0;
}
.spzl>ul>li:hover>span{
    border-color: #0472ED;
}

@media screen and (max-width:2560px) and (min-width:1930px) {

}
@media screen and (max-width:1440px){
    .cpzc .cjwt h3{
        font-size: 30px;
    }
    .cpzc .cjwt .nr li p:nth-child(1)>span{
        font-size: 24px;
        /* width: 10%; */
        margin-right: 10px;
    }
    .cpzc .cjwt .nr li p:nth-child(2)>span{
        font-size: 24px;
        /* width: 10%; */
        margin-right: 10px;
    }
    .cpzc .cjwt .nr li p:nth-child(1){
        font-size: 14px;
        margin-bottom: 15px;
    }
    .cpzc .cjwt .nr li p:nth-child(2){
        font-size: 14px;
    }
    .cpzc .cjwt .nr li{
        margin-bottom: 20px;
    }
    .tab li p{
        font-size: 16px;
    }
    .tab li{
        padding: 30px 0;
    }
    .tab{
        margin-top: -75px;
    }
    .zlxz h3 p{
        font-size: 30px;
    }
    .zlxz h3 ul li{
        font-size: 18px;
        margin-left: 30px;
    }
    .zlxz .cpml>ul>li>p{
        font-size: 14px;
    }
    .zlxz .cpml>ul>li>span>i{
        width: 30px;
        height: 24px;
    }
    .zlxz .cpml>ul>li>span{
        font-size: 14px;
    }
    .spzl>ul>li>p{
        font-size: 14px;
        padding-bottom: 15px;
    }
    .spzl>ul>li>span>i{
        width: 30px;
        height: 30px;
    }
    .spzl>ul>li>span{
        padding: 10px;
    }
}

@media screen and (max-width:1366px){}

@media screen and (max-width:1280px){}

@media screen and (max-width:1024px){}

@media screen and (max-width:768px){
    .spzl>ul>li>p{
        font-size: 16px;
    }
}

@media screen and (max-width:540px){
    .tab li{
        padding: 20px 0;
    }
    .tab{
        margin-top: -55px;
    }
    .cpzc .cjwt .nr li{
        padding: 20px 25px;
    }
    .zlxz .nr .cpml{
        flex-wrap: wrap;
    }
    .zlxz .nr .cpml>img{
        width: 100%;
        margin-bottom: 20px;
    }
    .zlxz .nr .cpml>ul{
        width: 100%;
        height: 210px;
    }
    .zlxz .cpml>ul>li{
        padding: 15px 0;
    }
    .zlxz h3 ul li{
        padding-left: 15px;
    }
    .zlxz h3 ul li{
        font-size: 14px;
    }
    .spzl>ul>li{
        width: 48%;
        margin-right: 2% !important;
        margin-bottom: 25px;
    }
    .spzl>ul>li:nth-child(even){
        margin-right: 0 !important;
    }
    .spzl>ul>li>span>i{
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width:417px){
    .zlxz h3{
        flex-wrap: wrap;
    }
    .zlxz h3 p{
        width: 100%;
    }
    .zlxz h3 ul{
        justify-content: flex-start;
        width: 100%;
    }
    .zlxz h3 ul li{
        margin: 15px 0;
        margin-right: 15px;
    }
    .spzl>ul>li{
        width: 100%;
    }
}


/* news */
.news .nr>div{
    display: none;
    padding-bottom:1rem;
}
.news .nr>div.on{
    display: block;
}
.news .nr>div>h3{
    font-size: .4rem;
    font-weight: 400;
    margin-bottom: .5rem;
}
.news .nr>div>ul{
    padding-bottom: .4rem;
}
.news .nr>div>ul>li{
    margin-bottom: .4rem;
}
.news .nr>div>ul>li>a{
    display: flex;
    justify-content: start;
}
.news .nr>div>ul>li>a>img{
    width: 20%;
}
.news .nr>div>ul>li>a>div{
    width: 80%;
    padding-left: .6rem;
}
.news .nr>div>ul>li>a>div>p>*{
    color: #333;
    font-family: 'GILROY-MEDIUM';
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.news .nr>div>ul>li>a>div>p>b{
    font-size: .34rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.news .nr>div>ul>li>a>div>p>span{
    font-size: .18rem;
    margin-bottom: .2rem;
}
.news .nr>div>ul>li>a:hover>div>p>*{
    color: #0472ED;
}
.news .nr>div>ul>li>a>div>h4{
    font-size: .22rem;
    font-family: 'GILROY-MEDIUM';
    font-weight: 400;
    color: #333333;
    padding-top: .3rem;
    padding-bottom: .3rem;
    border-top: 1px solid #efefef;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.news .nr>div>ul>li>a:hover>div>h4{
    color: #0472ED;
}
.news .nr>div>ul>li>a>div>p{
    font-size: .18rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
@media screen and (max-width:2560px) and (min-width:1930px) {

}
@media screen and (max-width:1440px){
    .news .nr>div>h3{
        font-size: 30px;
    }
    .news .nr>div>ul>li>a>div>p>b{
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 1;
    }
    .news .nr>div>ul>li>a>div>p>span{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .news .nr>div>ul>li>a>div>h4{
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .news .nr>div>ul>li>a>div>p{
        font-size: 14px;
    }
}

@media screen and (max-width:1366px){}

@media screen and (max-width:1280px){
    .news .nr>div>ul>li>a>img {
        width: 21%;
    }
}

@media screen and (max-width:1024px){
    .news .nr>div>ul>li>a>img {
        width: 26%;
    }
}

@media screen and (max-width:768px){
    .news .nr>div>ul>li>a>img {
        width: 33%;
    }
    .news .nr>div>ul>li{
        margin-bottom: 20px;
    }
    .news .nr>div>h3{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:540px){
    .news .nr>div>ul>li>a {
        flex-wrap: wrap;
    }
    .news .nr>div>ul>li{
        margin-bottom: 50px;
    }
    .news .nr>div>ul>li>a>img{
        width: 100%;
        margin-bottom: 15px;
    }
    .news .nr>div>ul>li>a>div{
        width: 100%;
    }
}
/* 新闻详情 */
.dh{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: .45rem 0 .5rem; */
    padding-top: .45rem;
    padding-bottom: .5rem;
    /* margin-left: 1.6rem; */
    /* margin-right: 1.6rem; */
    
}
.dh>p>a{
    display: inline;
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
}
.dh>p>a:nth-last-child(1){
    color: #0472ED;
}
.dh>p>img{
    display: inline;
    width: 8px;
    margin: 0 .15rem;
}
.dh>p>a,
.dh>p>img{
    vertical-align:middle;
}
.dh>a{
    display: flex;
    justify-content: end;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.dh>a:hover{
    color: #0472ED;
}
.dh>a>i{
    width: .2rem;
    margin-right: 10px;
    position: relative;
}
.dh>a>i>img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.dh>a>i>img:nth-child(1){
    opacity: 0;
}
.dh>a>i>img:nth-child(2){
    opacity: 1;
    position: relative;
}
.dh>a:hover>i>img:nth-child(1){
    opacity: 1;
    position: relative;
}
.dh>a:hover>i>img:nth-child(2){
    opacity: 0;
    position: absolute;
}
.dh>a{
    font-size: .18rem;
    font-weight: 400;
    color: #666666;
}
.news_xq{
    /* padding-top: .87rem; */
    padding:.87rem 2rem 1rem;
    margin:0 1.6rem;
    border-top: 1px solid #e5e5e5;
}
.news_xq>h3{
    font-size: .28rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: .3rem;
}
.news_xq>span{
    font-size: .18rem;
    font-weight: 400;
    color: #666666;
    margin-bottom: .66rem;
}
.news_xq>p{
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    /* line-height: 30px; */
    line-height: 1.5;
    text-align: justify;
}
.news_xq img{
    /* width: auto; */
    display: inline;
}
.fy{
    padding-top: .38rem;
    margin-top: .82rem;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}
.fy>a{
    font-size: .2rem;
    font-weight: 400;
    color: #333333;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.fy>a:hover{
    color: #0472ED;
}
@media screen and (max-width:2560px) and (min-width:1930px) {

}
@media screen and (max-width:1440px){
    .dh>p{
        width: 75%;
    }
    .dh>p>a{
        font-size: 14px;
    }
    .dh>p>i{
        margin: 0 10px;
    }
    .dh>a>i{
        width: 15px;
    }
    .dh>a{
        font-size: 14px;
    }
    .news_xq>h3{
        font-size: 20px;
    }
    .news_xq>span{
        font-size: 14px;
    }
    .news_xq>p{
        font-size: 14px;
    }
    .fy>a{
        font-size: 16px;
    }
}

@media screen and (max-width:1366px){}

@media screen and (max-width:1280px){}

@media screen and (max-width:1024px){
    .news_xq{
        margin: 0 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width:768px){}

@media screen and (max-width:540px){
    .news_xq{
        /* margin: 0 1rem; */
        padding-left: 0;
        padding-right: 0;
    }
    .news_xq>h3{
        margin-bottom: 15px;
    }
    .news_xq>span{
        margin-bottom: 30px;
    }
    .fy{
        margin-top: 50px;
        padding-top: 20px;
    }
    .fy>a{
        width: 45%;
    }
}
/* about */
.about>.tab>li{
    width: 33%;
}
.about .nr>div{
    display: none;
}
.about .nr>div.on{
    display: block;
}
.gsjs h3{
    font-size: .4rem;
    font-weight: 400;
    color: #333;
}
.gsjs h5{
    font-size: .18rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    color: #333;
}
.gsjs h4{
    font-size: .26rem;
    font-weight: 400;
    line-height: 1.2;
    color: #0472ED;
}
.gsjs>.gsjs1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.gsjs>.gsjs1>div:nth-child(1){
    width: 50%;
    padding-right: 1.35rem;
}
.gsjs>.gsjs1>div:nth-child(1)>h3{
    margin-bottom: 1.1rem;
}
.gsjs>.gsjs1>div:nth-child(1)>h5{
    margin-bottom: .7rem;
}
.gsjs>.gsjs1>div:nth-child(2){
    width: 50%;
}
.gsjs>.gsjs1>div:nth-child(2)>img{
    width: 100%;
}
.gsjs>.gsjs2{
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.gsjs>.gsjs2>h3{
    margin-bottom: .4rem;
}
.gsjs>.gsjs2>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    /* padding-bottom: .6rem;
    border-bottom: 1px solid rgba(51, 51, 51, .2);
    margin-bottom: .95rem; */
}
.gsjs>.gsjs2>div>h4{
    width: 20%;
    /* white-space:nowrap; */
}
.gsjs>.gsjs2>div>h5{
    width: 75%;
}
.gsjs>.gsjs2>ul{
    display: flex;
    justify-content: space-between;
}
.gsjs>.gsjs2>ul>li{
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}
.gsjs>.gsjs2>ul>li>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.gsjs>.gsjs2>ul>li>span{
    letter-spacing: 5px;
    font-size: .64rem;
    font-family: 'GILROY-MEDIUM';
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: .48rem;
    font-weight: 700;
}
.gsjs>.gsjs2>ul>li>p{
    font-size: .3rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.gsjs>.gsjs3>h3{
    margin-bottom: .38rem;
}
.gsjs>.gsjs3>h4{
    margin-bottom: .48rem;
}
.gsjs>.gsjs3>h5{
    margin-bottom: .6rem;
}
.gsjs3>#sw1{
    overflow: hidden;
}
.gsjs3>#sw1 .swiper {
    width: 100%;
    height: 100%;
  }

.gsjs3>#sw1  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
  }

.gsjs3>#sw1  .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    cursor: pointer;
  }
  .gsjs3>#sw1  .swiper-slide p{
    font-size: .24rem;
    font-family: 'GILROY-MEDIUM';
    font-weight: 700;
    color: #333333;
    padding-top: .3rem;
    text-align: center;
  }
.gsjs .sw_button{
    /* position: absolute; */
    /* bottom: 10%; */
    width: 100%;
    margin-top: .8rem;
    display: flex;
    justify-content: center;
}
.gsjs .sw_button .sw_prev,
.gsjs .sw_button .sw_next{
    width: .7rem;
    height: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D6D6D6;
    margin: 0 0.5rem ;
    cursor: pointer;
    transition: .5s;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
}
.gsjs .sw_button .sw_prev:hover,
.gsjs .sw_button .sw_next:hover{
  background: #0472ED;
}
.gsjs .sw_button .sw_prev img,
.gsjs .sw_button .sw_next img{
  width: .12rem;
}
.gsjs>.gsjs3{
    padding-bottom: .8rem;
}


.gsjs>.gsjs4>h3{
    margin-bottom: .38rem;
}
.gsjs>.gsjs4>h4{
    margin-bottom: .48rem;
}
.gsjs>.gsjs4>h5{
    margin-bottom: .4rem;
}
.gsjs4>#sw2{
    overflow: hidden;
}
.gsjs4>#sw2 .swiper {
    width: 100%;
    height: 100%;
  }

.gsjs4>#sw2  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
  }

.gsjs4>#sw2  .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
  }
  .gsjs4>#sw2  .swiper-slide p{
    font-size: .2rem;
    font-weight: 400;
    color: #333333;
    /* line-height: 60px; */
    padding-top: .2rem;
  }
.gsjs .sw_button{
    /* position: absolute; */
    /* bottom: 10%; */
    width: 100%;
    margin-top: .8rem;
    display: flex;
    justify-content: center;
}
.gsjs .sw_button .sw_prev,
.gsjs .sw_button .sw_next{
    width: .7rem;
    height: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D6D6D6;
    margin: 0 0.5rem ;
    cursor: pointer;
    transition: .5s;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
}
.gsjs .sw_button .sw_prev:hover,
.gsjs .sw_button .sw_next:hover{
  background: #0472ED;
}
.gsjs .sw_button .sw_prev img,
.gsjs .sw_button .sw_next img{
  width: .12rem;
}
.gsjs>.gsjs4{
    padding-bottom: 1rem;
}
.gsjs>.gsjs5{
    padding-top: .8rem;
    padding-bottom: 1rem;
    background: #F9F9F9;
}
.gsjs>.gsjs5>h3{
    margin-bottom: .1rem;
}
.gsjs>.gsjs5>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gsjs>.gsjs5>div>p{
    width: 40%;
    padding-right: 1.2rem;
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    /* text-align: justify; */
    margin-top: -1.5rem;
}
.gsjs>.gsjs5>div>p>i{
    font-size: .2rem;
    display: inline;
    font-family: 'GILROY-MEDIUM';
}
.bdtj{
    width: 60%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.bdtj>li{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .2rem;
}
.bdtj>li:nth-child(1),.bdtj>li:nth-child(3){
    margin-right: 2%;
}
.bdtj>li:nth-last-child(1),
.bdtj>li:nth-last-child(2),
.bdtj>li:nth-last-child(3){
    width: 100%;
}
.bdtj>li>p{
    height: .5rem;
    /* line-height: .5rem; */
    font-size: .16rem;
    font-weight: 400;
    color: #161E86;
    line-height: 1;
    white-space:nowrap;
    display: flex;
    align-items: center;
}
.bdtj>li>input{
    width: 80%;
    height: .5rem;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 5px 10px;
    font-size:.16rem;
}
.bdtj>li:nth-last-child(3)>input{
    width: 90.5%;
}
.bdtj>li>textarea{
    width: 90.5%;
    height: 1.6rem;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    outline: none;
    padding: 10px;
    font-size:.16rem;
}
.bdtj>li:nth-last-child(1)>.button{
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: .15rem 0;
    background: #161E86;
    font-size: .18rem;
    margin-top: .2rem;
    margin-left: .2rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.bdtj>li:nth-last-child(1)>.button:hover{
    background: #5256ff;
}
.zxns{
    padding-bottom: 1rem;
}
.zxns>h3{
    font-size: .4rem;
    font-weight: 400;
    margin-bottom: .6rem;
}
.zxns>.nr{
    margin-bottom: .8rem;
}
.zxns>.nr>li{
    cursor: pointer;
    border-bottom: 1px solid rgba(153, 153, 153, .6);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.zxns>.nr>li>ul.on{
    background: #5256FF;
    
}

.zxns>.nr>li:nth-child(1){
    background: #0472ED;
    color: #fff;
    border-bottom: 0;
}
.zxns>.nr>li:nth-child(1)>ul{
    padding: .4rem 0;

}
.zxns>.nr>li>ul{
    padding:.24rem 0;
    display: flex;
    justify-content: start;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.zxns>.nr>li:nth-child(1)>ul>li{
    width: 20%;
    text-align: center;
    font-size: .2rem;
}
.zxns>.nr>li>ul>li{
    width: 20%;
    text-align: center;
    font-size: .16rem;
}
.zxns>.nr>li>ul>li.on{
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    /* border-bottom-color: transparent; */
}
.zxns>.nr>li>ul>li>img{
    width: .14rem;
    height: .14rem;
    margin: 0 auto;
}
.zxns>.nr>li>div{
    padding:.8rem .6rem;
    overflow: hidden;
    display: none;
    background: #fff;
    box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.05);
}
.zxns>.nr>li>div>dl{
    width: 40%;
    margin-right: 10%;
    display: inline-block;
    float: left;
    margin-bottom: .8rem;
}
.zxns>.nr>li>div>dl>dt{
    font-size: .18rem;
    margin-bottom: .4rem;
}
.zxns>.nr>li>div>dl>dd{
    font-size: .16rem;
    color: #666;
    line-height: 2;
    text-align: justify;
}
.zxns>.nr>li>div>dl>dd *{
    line-height: inherit;
}
.zxns>.nr>li>div>a{
    width: 1.4rem;
    height: .5rem;
    border: 1px solid #0472ED;
    margin:0 auto ;
    font-size: .18rem;
    clear: both;
    text-align: center;
    line-height: .5rem;
    color: #0472ED;
}
.lxwm>h3{
    font-size: .4rem;
    color: #333;
    font-weight: 400;
    margin-bottom: .6rem;
}
.lxwm>p{
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    /* text-align: justify; */
    margin-bottom: 1.2rem;
}
.lxwm>p>i{
    font-size: .2rem;
    display: inline;
    font-family: 'GILROY-MEDIUM';
}
.lxwm>div{
    display: flex;
    justify-content: space-between;
}
.lxwm>div>div{
    width: 40%;
    padding-left: .7rem;
    padding-right: 1.5rem;
}
.lxwm>div>div>img{
    width: 100%;
}
.lxwm{
    padding-bottom: 1rem;
}
@media screen and (max-width:2560px) and (min-width:1930px) {

}
@media screen and (max-width:1440px){
    .bdtj>li>input{
        width: 75%;
    }
    .bdtj>li:nth-last-child(3)>input{
        width: 88%;
    }
    .bdtj>li>textarea{
        width: 88%;
    }
    .gsjs h3{
        font-size: 30px;
    }
    .gsjs h5{
        font-size: 16px;
    }
    .gsjs h4{
        font-size: 22px;
    }
    .gsjs3>#sw1 .swiper-slide p{
        font-size: 20px;
    }
    .gsjs4>#sw2 .swiper-slide p{
        font-size: 16px;
    }
    .gsjs>.gsjs5>div>p{
        font-size: 16px;
    }
    .gsjs>.gsjs5>div>p>i{
        font-size: 18px;
    }
    .bdtj>li>p{
        font-size: 14px;
        height: 40px;
    }
    .bdtj>li:nth-last-child(1)>.button{
        font-size: 14px;
        padding: 10px 0 !important;
    }
    .bdtj>li{
        margin-bottom:15px;
    }
    .bdtj>li:nth-last-child(1)>.button{
        margin-top: 15px;
        margin-left: 20px;
    }
    .bdtj>li>input{
        height: 40px;
        font-size: 14px;
    }
    .gsjs>.gsjs2>ul>li>p{
        font-size: 20px;
    }
    .gsjs>.gsjs2>ul>li>span{
        font-size: 30px;
    }
    .gsjs>.gsjs2>ul>li{
        width: 250px;
        height: 250px;
    }

    .zxns>.nr>li:nth-child(1)>ul>li{
        font-size: 18px;
    }
    .zxns>.nr>li>ul>li{
        font-size: 14px;
    }
    .zxns>.nr>li>div>dl>dt{
        font-size: 16px;
    }
    .zxns>.nr>li>div>dl>dd{
        font-size: 14px;
    }
    .zxns>.nr>li>div>a{
        font-size: 14px;
        width: 110px;
        height: 35px;
        line-height: 35px;
    }
    .zxns>.nr>li>ul>li>img{
        width: 15px;
        height: 15px;
    }
    .zxns>.nr>li:nth-child(1)>ul{
        padding:25px 0;
    }
    .zxns>.nr>li>ul{
        padding:20px 0;
    }
    .zxns>.nr>li>div{
        padding:40px 20px 30px
    }
    .zxns>h3{
        font-size: 30px;
        margin-bottom: 30px;
    }


    .lxwm>h3{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .lxwm>p{
        font-size: 16px;
        /* text-align: justify; */
    }
    .lxwm>p>i{
        font-size: 18px;
    }

}

@media screen and (max-width:1366px){}

@media screen and (max-width:1280px){}

@media screen and (max-width:1024px){
    .gsjs>.gsjs2>div>h4{
        width: 25%;
    }
    .lxwm>div>div {
        width: 40%;
        padding-left: 0;
        padding-right: 1rem;
    }
    .bdtj>li>input{
        width: 70%;
    }
    .bdtj>li:nth-last-child(3)>input{
        width: 85.5%;
    }
    .bdtj>li>textarea{
        width: 85.5%;
    }
}

@media screen and (max-width:768px){
    .gsjs .sw_button{
        margin-top: 40px;
    }
    .gsjs .sw_button .sw_prev, 
    .gsjs .sw_button .sw_next{
        width: 40px;
        height: 45px;
        margin: 0 32px;
    }
    .gsjs .sw_button .sw_prev img,
    .gsjs .sw_button .sw_next img{
        width: 10px;
    }

    .gsjs>.gsjs1{
        flex-wrap: wrap;
    }
    .gsjs>.gsjs1>div{
        width: 100% !important;
        margin-bottom: 20px;
    }
    .gsjs>.gsjs2{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .gsjs>.gsjs1>div:nth-child(1)>h3{
        margin-bottom: 20px;
    }
    .gsjs>.gsjs2>h3{
        margin-bottom: 20px;
    }
    .gsjs>.gsjs2>div{
        flex-direction: column-reverse;
    }
    .gsjs>.gsjs1>div:nth-child(1)>h5{
        margin-bottom: 20px;
    }
    .gsjs>.gsjs2>div>h5{
        width: 100%;
        margin-bottom: 20px;
    }
    .gsjs>.gsjs2>ul>li{
        width: 200px;
        height: 200px;
    }
    .gsjs>.gsjs3>h3{
        margin-bottom: 20px;
    }
    .gsjs>.gsjs2>div>h4{
        width: 100%;
    }
    .gsjs>.gsjs3>h4{
        margin-bottom: 20px;
    }
    .gsjs>.gsjs3>h5{
        margin-bottom: 20px;
    }
    .gsjs>.gsjs4>h3{
        margin-bottom: 20px;
    }
    .gsjs>.gsjs4>h4{
        margin-bottom: 20px;
    }
    .gsjs>.gsjs4>h5{
        margin-bottom: 20px;
    }
    .gsjs>.gsjs5>div{
        flex-wrap: wrap;
    }
    .gsjs>.gsjs5>h3{
        margin-bottom: 20px;
    }
    .gsjs>.gsjs5>div>p{
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
        margin-top: 0;
    }
    .bdtj{
        width: 100%;
    }
    .bdtj>li:nth-last-child(1)>.button{
        margin-left: 0;
    }
    .bdtj>li>textarea{
        height: 100px;
    }
    .lxwm>div{
        flex-wrap: wrap;
        justify-content: center;
    }
    .lxwm>div>div{
        width: 60%;
        padding: 0;
        margin-bottom: 20px;
    }
    .lxwm>p {
        font-size: 14px;
        /* text-align: justify; */
    }
}

@media screen and (max-width:540px){
    .gsjs>.gsjs2>ul>li>span {
        font-size: 26px;
    }
    .gsjs>.gsjs2>ul>li>p {
        font-size: 16px;
    }
    .gsjs>.gsjs2>ul>li {
        width: 150px;
        height: 150px;
    }

    .zxns>.nr>li:nth-child(1)>ul>li{
        font-size: 14px;
    }
    .zxns>.nr>li>ul>li{
        font-size: 12px;
    }
    .zxns>.nr>li>ul>li>img{
        width: 10px;
        height: 10px;
    }
    .zxns>.nr>li>div>dl{
        float: none;
        width: 100%;
        margin-right: 0;

    }
    .zxns>.nr>li>div{
        padding:25px 5px;
    }
    
}
@media screen and (max-width:417px){
    .gsjs>.gsjs2>ul{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .gsjs>.gsjs2>ul>li{
        width: 200px;
        height: 200px;
        margin-bottom:20px;

    }
    .gsjs>.gsjs3{
        padding-bottom: 50px;
    }

    .zxns>.nr>li:nth-child(1)>ul>li{
        font-size: 12px;
    }
    .lxwm>div>div{
        width: 100%;
    }
    .bdtj>li{
        width: 100%;
    }
}
@media screen and (max-width:375px){
    .zxns>.nr>li:nth-child(1)>ul>li{
        font-size: 12px;
    }
}


/* 搜索页 */
.ss>p{
    padding: .45rem 0 .5rem;
    margin-bottom: .6rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
}
.ss>p>i{
    color: #0472ED;
    display: inline;
}
.ss>div{
    width: 100%;
    padding:0 1.6rem 1rem;
}
.ss>div .lb{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding-bottom: .8rem;
}

.ss>div .lb li{
    width: 31%;
    margin: 0 1% .4rem;
}
.ss>div .lb li img{
    width: 100%;
}
.ss>div .lb li p{
    font-size: .2rem;
    font-weight: 400;
    color: #333333;
    padding:.3rem 0;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-bottom: 1px solid transparent;
}
.ss>div .lb li:hover p{
    color: #0472ED;
    border-bottom: 1px solid #0472ED;
}
@media screen and (max-width:2560px) and (min-width:1930px) {

}
@media screen and (max-width:1440px){
    .ss>div .lb li p {
        font-size: 16px;
    }

    
}

@media screen and (max-width:1366px){}

@media screen and (max-width:1280px){}

@media screen and (max-width:1024px){}

@media screen and (max-width:768px){
    .ss>div .lb li {
        margin-bottom: 20px;
    }
    .ss>div{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width:540px){
    .ss>div .lb li {
        width: 45%;
        margin: 0 2.5% 20px;
    }
    .ss>div{
        padding-left: 0;
        padding-right: 0;
    }
}
/* 产品详情 */
.cpxq{
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    padding-bottom: 1rem;
}
.cpxq>h3{
    margin-top: .8rem;
    margin-bottom: .6rem;
    font-size: .34rem;
    font-weight: 400;
    color: #333333;
}
.cpxq>.nr1{
    display: flex;
    justify-content: space-between;
    padding-bottom: .8rem;
    align-items: flex-start;
}
.cpxq>.nr1>div{
    width: 50%;
}
.cpxq>.nr1>div>h4{
    font-size: .28rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: .4rem;
}
.cpxq>.nr1>div>p{
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    line-height: 2.5;
}
.cpxq>.nr1>img{
    width: 45%;
}
.cpxq>.nr2>h3{
    margin-bottom: .4rem;
    font-size: .28rem;
    font-weight: 400;
    color: #333333;
}
.cpxq>.nr2>.table>p{
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: .21rem;
}
.table{
    margin-bottom: .4rem;
}
.table>ul{
    width: 100%;
}
.table>ul>li:nth-child(odd){
    background: #F6F6F9;
}
.table>ul>li:nth-child(even){
    background: #E9E9F1;
}
.table>ul>li:nth-child(1){
    background: #5C7198;
}
.table>ul>li>ul{
    display: flex;
    justify-content: start;
    
}
.table>ul>li>ul>li{
    width: 100%;
    text-align: center;
    font-size: .16rem;
    padding: .2rem 0;
    color: #333;
    border-right: 1px solid #fff;
}
.table>ul>li:nth-child(1)>ul>li{
    color: #fff;
}
@media screen and (max-width:2560px) and (min-width:1930px) {

}
@media screen and (max-width:1440px){
    .cpxq>h3{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .cpxq>.nr1>div>h4{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .cpxq>.nr1>div>p{
        font-size: 14px;
    }
    .cpxq>.nr2>h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .cpxq>.nr2>.table>p{
        font-size: 16px;
    }
    .table>ul>li>ul>li{
        font-size: 14px;
        padding: 15px 0;
    }
}

@media screen and (max-width:1366px){}

@media screen and (max-width:1280px){
    .cpxq{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width:1024px){
    .cpxq{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width:768px){
    .table>ul>li>ul>li{
        font-size: 12px;
    }
}

@media screen and (max-width:540px){
    .cpxq>.nr2>.table>p{
        margin-bottom: 15px;
    }
    .table>ul>li>ul>li{
        padding: 15px 10px;
    }

    .cpxq>.nr1{
        flex-wrap: wrap;
    }
    .cpxq>.nr1>div{
        width: 100%;
    }
    .cpxq>.nr1>img{
        width: 100%;
    }
}