.ban1 {
    position: relative;
    /* padding-top: 2.5rem; */
    /* padding-bottom: 2rem; */
}

.ban1>div {
    position: relative;
    width: 5.8rem;
    padding: .4rem;
}

.ban1>div::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
    opacity: 0.7;
}

.ban1>div>b {
    font-size: .48rem;
    color: #fff;
    position: relative;
    z-index: 10;
}

.ban1>div>p {
    font-size: .18rem;
    margin: 0.48rem 0 0.05rem 0;
    color: #fff;
    position: relative;
    z-index: 10;
    line-height: 1.5;
}

.dh {
    padding-top: .6rem;
}

.dh>div {
    font-size: .18rem;
    padding-bottom: .24rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-bottom: 1px solid #DBDBDB;
}

.dh>div>a {
    color: #808080;
}

.dh>div>a.on,
.dh>div>p.on {
    font-size: .18rem;
    color: #138F99;
    font-weight: bold;
}

.dh>div>i {
    color: #808080;
    margin: 0 .1rem;
}

.nr1 {
    padding-top: .5rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #DBDBDB;
}

.bt1 {
    font-size: .24rem;
    padding: .12rem .26rem;
    margin-bottom: .4rem;
    display: table;
    color: #EDF5F7;
    background: linear-gradient(90deg, #09458C, #2571B7);
}

.nr1>p {
    font-size: .18rem;
    text-align: justify;
    line-height: 1.8;
}

.lf_dh {
    position: fixed;
    left: .5rem;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.lf_dh.on{
    opacity: 1;
    z-index: 20;
}
.lf_dh>ul {}

.lf_dh>ul>li {
    font-size: .16rem;
    padding: .1rem 0;
    margin-bottom: .05rem;
    color: #666666;
    /* transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s; */
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.lf_dh>ul>li.on {
    font-size: .2rem;
    color: #138F99;
    border-bottom: 1px solid #138F99;
}
.lf_dh.on1>ul>li{
    color: #fff;
    opacity: .5;
}
.lf_dh.on1>ul>li.on{
    color: #fff;
    opacity: 1;
}
.tw {}

.tw>span {
    width: 50%;
}

.tw>div {
    width: 48%;
}

.tw>div>b {
    font-size: .24rem;
    margin-top: .1rem;
    margin-bottom: .45rem;
    font-weight: bold;
    line-height: 1.5;
}

.tw>div>p {
    font-size: .18rem;
    line-height: 1.5;
    text-align: justify;
}

.swiper-container {}

.swiper-container .lb_an {
    margin-top: .4rem;
    display: flex;
    justify-content: center;
}

.swiper-container .lb_lf {
    margin-right: .2rem;
}

.swiper-container .lb_rt {}

.swiper-container .lb_lf,
.swiper-container .lb_rt {
    width: .48rem;
    height: .48rem;
    position: relative;
    cursor: pointer;
}

.swiper-container .lb_lf>img,
.swiper-container .lb_rt>img {
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 1;
}

.swiper-container .lb_lf>img:last-child,
.swiper-container .lb_rt>img:last-child {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.swiper-container .lb_lf:hover>img,
.swiper-container .lb_rt:hover>img {
    opacity: 0;
}

.swiper-container .lb_lf:hover>img:last-child,
.swiper-container .lb_rt:hover>img:last-child {
    opacity: 1;
}

.swiper-slide {
    height: auto;
}

.jjfa_lb1 {}

.jjfa_lb1 .swiper-slide {
    padding: .4rem .42rem .3rem .45rem;
    border: 1px solid #3AC8D0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.jjfa_lb1 .swiper-slide::after {
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.jjfa_lb1 .swiper-slide:hover {
    border: 1px solid transparent;
}

.jjfa_lb1 .swiper-slide:hover::after {
    background-color: #2DB5C9;
}

.jjfa_lb1 .swiper-slide>div {
    position: relative;
    z-index: 10;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.jjfa_lb1 .swiper-slide>div>b {
    font-size: .24rem;
    margin-bottom: .4rem;
    transition: .5s;
    line-height: 1.5;
}

.jjfa_lb1 .swiper-slide>div>p {
    font-size: .18rem;
    color: #666;
    text-align: justify;
    line-height: 1.5;
    transition: .5s;
}

.jjfa_lb1 .swiper-slide>span {
    margin-top: .15rem;
    position: relative;
    z-index: 10;
    border: 4px solid #f0f0f0;
    transition: .5s;
}

.jjfa_lb1 .swiper-slide:hover>span {
    border: 4px solid #3BC9D0;
}

.jjfa_lb1 .swiper-slide:hover>div>b,
.jjfa_lb1 .swiper-slide:hover>div>p {
    color: #fff;
}

.jjfa_qie1 {}

.jjfa_qie1>ul {
    /* margin-bottom: .4rem; */
    justify-content: flex-start;
}

.jjfa_qie1>ul>li {
    /* margin-right: .5rem; */
    font-size: .22rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid transparent;
    margin-bottom: .13rem;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 33%;
}

.jjfa_qie1>ul>li.on,
.jjfa_qie1>ul>li:hover {
    /* cursor: default; */
    color: #3AC8D0;
    /* border-bottom: 1px solid #3AC8D0; */
}

.jjfa_qie1>div {
    position: relative;
}

.jjfa_qie1>div>div {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.jjfa_qie1>div>div.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.jjfa_qie1>div>div>p {
    font-size: .18rem;
    margin-bottom: .4rem;
    text-align: justify;
    line-height: 2;
}

.jjfa_qie1>div>div>ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.jjfa_qie1>div>div>ul>li {
    width: 100%;
    /* margin-right: 5%; */
    overflow: hidden;
    border: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.jjfa_qie1>div>div>ul>li>img {
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

/* .jjfa_qie1>div>div>ul>li:hover>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);
} */

.jjfa_qie1>div>div>ul>li:hover {
    border: 1px solid #138F99;
}

.jjfa_1 {}

.jjfa_1>ul {}

.jjfa_1>ul>li {
    width: 100%;
    margin-bottom: .1rem;
    /* margin-right: 2%; */
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #28ADC6;
    padding: .1rem;
    padding-right: .1rem;
}

/* .jjfa_1>ul>li>span {
    width: 35%;
} */
.jjfa_1>ul>li>span {
    width: 9.5%;
    /* background: url(/static/home/img/jjfa1_51.png) no-repeat center; */
    background-size: inherit;
    margin-right: 3%;
}
.jjfa_1>ul>li>span>img {
    width: 100%;
    /* height: 100%; */
    /* display: none; */
}

.jjfa_1>ul>li>div {
    width: 83%;
    position: relative;
    /* padding: .2rem 0; */
    padding-bottom: .05rem;
}

.jjfa_1>ul>li>div::after {
    width: 0%;
    height: 8px;
    bottom: 0%;
    left: 0;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.jjfa_1>ul>li>div:hover>b{
    color: #138F99;
}
.jjfa_1>ul>li>div:hover::after {
    width: 100%;
}

.jjfa_1>ul>li>div>b {
    font-size: .22rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.jjfa_1>ul>li>div>i {
    width: .3rem;
    height: 4px;
    background: linear-gradient(
90deg, #21A3C3, #3BC9D0);
margin: .15rem 0 .15rem 0;
}

.jjfa_1>ul>li>div>p {
    font-size: .18rem;
    color: #808080;
    line-height: 1.5;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 4;

    overflow: hidden;
}

.jjfa_lb2 {}

.jjfa_lb2 .swiper-slide {
    position: relative;
}

.jjfa_lb2 .swiper-slide>div {
    padding: .66rem .4rem;
    padding-right: .2rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .9);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border: 1px solid transparent;
}

.jjfa_lb2 .swiper-slide>div:hover {
    opacity: 1;
    z-index: 10;
    border: 1px solid #138F99;
}

.jjfa_lb2 .swiper-slide>div::after {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 8px;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
}

.jjfa_lb2 .swiper-slide>div>b {
    font-size: .18rem;
    color: #138F99;
    margin-bottom: .3rem;
    font-weight: bold;
    text-align: center;
}

.jjfa_lb2 .swiper-slide>div>p {
    height: 70%;
    font-size: .16rem;
    line-height: 1.5;
    overflow: auto;
    text-align: center;
    /* text-align: justify; */
    padding-right: .2rem;
}

.jjfa_lb2 .swiper-slide>span {}

.jjfa_lb2 .swiper-slide>p {
    font-size: .18rem;
    padding: .15rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #EDF5F7;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: bold;
}

.jjfa_lb2 .swiper-slide:hover>p {
    display: none;
}

.jjfa_lb3 {}

.jjfa_lb3 .swiper-slide {
    position: relative;
    border: 4px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.jjfa_lb3 .swiper-slide:hover {
    border: 4px solid #3AC8D0;
}

.jjfa_lb3 .swiper-slide>span {}

.jjfa_lb3 .swiper-slide>p {
    font-size: .18rem;
    padding: .15rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #EDF5F7;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.jjfa_lb3 .swiper-slide:hover>p {
    background-color: rgba(58, 200, 208, 50%);
}

.jjfa2_fanr {}

.jjfa2_fanr>span {
    width: 100%;
    margin-bottom: .4rem;
}
.jjfa2_fanr>span>img{
    width: 100%;
}
.jjfa2_fanr>div {}

.jjfa2_fanr>div>ul {
    display: none;
}

.jjfa2_fanr>div>ul.on {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.jjfa2_fanr>div>ul>li {
    width: 20%;
    margin-bottom: .4rem;
    background-color: #E5E5E5;
    border-right: 1px solid #fff;
    display: none;
}

.jjfa2_fanr>div>ul>li.on{
    display: block;
}
.jjfa2_fanr>div>ul>li>b {
    font-size: .24rem;
    color: #fff;
    text-align: center;
    padding: .18rem 0;
    background-color: #2DB5C9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
}

.jjfa2_fanr>div>ul>li>div {
    padding: .42rem .15rem .3rem .1rem;
}

.jjfa2_fanr>div>ul>li>div>p {
    font-size: .16rem;
    align-items: center;
    margin-bottom: .2rem;
    line-height: 1.3;
    display: none;
}
.jjfa2_fanr>div>ul>li>div.on>p,
.jjfa2_fanr>div>ul>li>div>p:nth-child(1),
.jjfa2_fanr>div>ul>li>div>p:nth-child(2),
.jjfa2_fanr>div>ul>li>div>p:nth-child(3){
    display: flex;
}

.jjfa2_fanr>div>ul>li>div>p{
    padding-left: 10px;
}
.jjfa2_fanr>div>ul>li>div>p::before {
    width: 5px;
    height: 5px;
    background: #2DB5C9;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: -10px;
}

.jjfa2_fanr>div>button {
    font-size: .18rem;
    width: 1.5rem;
    line-height: .43rem;
    height: .45rem;
    color: #fff;
    margin: 0 auto;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
    display: block;
    cursor: pointer;
}

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

    .ban1>div>p,
    .dh>div,
    .nr1>p,
    .jjfa_1>ul>li>div>p,
    .tw>div>p,
    .jjfa_qie1>div>div>p,
    .jjfa_lb2 .swiper-slide>div>b,
    .jjfa_lb3 .swiper-slide>p,
    .jjfa2_fanr>div>button,
    .jjfa_lb2 .swiper-slide>p,
    .jjfa_lb1 .swiper-slide>div>p {
        font-size: 16px;
    }

    .lf_dh>ul>li,
    .jjfa_lb2 .swiper-slide>div>p {
        font-size: 14px;
    }
    .jjfa2_fanr>div>ul>li>div>p{
        font-size: 12px;
    }
}

@media screen and (max-width:1366px) {
    .tw>div>b {
        font-size: 18px;
    }

    .ban1>div {
        width: 6.5rem;
    }
}

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

    .jjfa_1>ul>li>div>b,
    .jjfa_qie1>ul>li,
    .jjfa_lb1 .swiper-slide>div>b {
        font-size: 16px;
    }

    .ban1>div>p,
    .dh>div,
    .nr1>p,
    .jjfa_1>ul>li>div>p,
    .tw>div>p,
    .jjfa_qie1>div>div>p,
    .jjfa_lb2 .swiper-slide>div>b,
    .jjfa_lb3 .swiper-slide>p,
    .jjfa_lb2 .swiper-slide>p,
    .jjfa2_fanr>div>ul>li>div>p,
    .jjfa2_fanr>div>button,
    .jjfa_lb1 .swiper-slide>div>p {
        font-size: 14px;
    }

    .lf_dh>ul>li,
    .jjfa_lb2 .swiper-slide>div>p {
        font-size: 12px;
    }
}
@media screen and (max-width:1200px) {
    .jjfa_qie1>ul>li{
        font-size: 14px;
    }
}
@media screen and (max-width:1034px) {
    .bt1 {
        font-size: 16px;
    }

    .jjfa_qie1>ul>li {
        margin-bottom: .2rem;
    }

    .jjfa_1>ul>li>span,
    .jjfa_1>ul>li>div {
        width: 100%;
    }

    .jjfa_1>ul>li>span>img {
        height: auto;
        display: block;
    }

    .dh>div {
        flex-wrap: wrap;
        align-items: center;
    }

    .jjfa2_fanr>div>button {
        width: 100px;
        line-height: 35px;
        height: 35px;
    }

    .jjfa2_fanr>div>ul>li>b {
        font-size: 18px;
        height: 70px;
    }

    .swiper-container .lb_lf,
    .swiper-container .lb_rt {
        width: 30px;
        height: 30px;
    }

    .swiper-container .lb_lf {
        margin-right: 15px;
    }
}
@media screen and (max-width:768px) {
    .jjfa_qie1>ul>li{
        width: 50%;
        font-size: 14px;
    }
}
@media screen and (max-width:550px) {
    .dh>div>a {
        margin-bottom: .2rem;
    }
    .jjfa_1>ul>li>div>p{
        -webkit-line-clamp: 99;
    }
    .bt1 {
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    .lf_dh>ul>li.on {
        font-size: 16px;
    }
    .jjfa_1>ul>li>span, .jjfa_1>ul>li>div {
        width: 100%;
    }
    .jjfa_1>ul>li {
        width: 100%;
        margin-bottom: 2%;
        margin-right: 0%;
    }
    .tw>span,
    .tw>div {
        width: 100%;
    }
    .jjfa_1>ul>li>span{
        width: 50%;
        margin: 0 auto;
    }
    .tw>div {
        margin-top: 15px;
    }

    .lf_dh>ul {
        background: #fff;
    }

    .lf_dh>ul>li {
        padding: 10px;
    }

    .lf_dh {
        left: 0;
        /* right: 0; */
    }

    .nr1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jjfa_qie1>div>div>ul>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .jjfa_qie1>ul>li {
        margin-bottom: 15px;
        width: 100%;
        border-bottom: none;
    }
    .jjfa_qie1>ul>li.on ,
    .jjfa_qie1>ul>li:hover {
        border-bottom: none;
    }
    .tw>div>b {
        line-height: 1.3;
    }
    .lf_dh{
        display: none;
    }
    .jjfa_1>ul>li>div>i {
        width: 15px;
        height: 2px;
    }

    .jjfa_lb2 .swiper-slide>p,
    .jjfa_lb3 .swiper-slide>p {
        padding: 10px;
    }

    .ban1 {
        padding-top: 73px;
    }

    .ban1>div {
        width: 100%;
        padding: 10px;
    }

    .ban1>div>b {
        font-size: 20px;
    }

    .dh {
        padding-top: 30px;
    }

    .dh>div {
        padding-bottom: 10px;
    }

    .jjfa2_fanr>div>ul>li {
        width: 50%;
    }

    .jjfa2_fanr>div>ul>li>b {
        padding: 10px 0;
    }
    .jjfa_1>ul>li{
        padding: 20px;
        margin-bottom: 5%;
    }
    .jjfa_1>ul>li>div {
        padding: 15px 0;
    }
}

/*******************************关于402cc永利******************/
.ab_ss {
    margin-top: .8rem;
}

.ab_ss>li {
    width: 20%;
}

.ab_ss>li>b {
    font-size: .6rem;
    color: #239099;
    font-weight: bold;
    text-align: center;
}

.ab_ss>li>p {
    font-size: .18rem;
    margin-top: .3rem;
    text-align: center;
}

.ab_lb1 {
    position: relative;
}

.ab_lb1 .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ab_lb1 .swiper-slide>span {
    width: 49%;
}

.ab_lb1 .swiper-slide>div {
    width: 49%;
    padding-top: .47rem;
}

.ab_lb1 .swiper-slide>div>b {
    margin-bottom: .4rem;
    font-size: .24rem;
    color: #239099;
    font-weight: bold;
}

.ab_lb1 .swiper-slide>div>p {
    font-size: .18rem;
    text-align: justify;
    line-height: 1.8;
}

.ab_lb1_an {
    padding: 0 1.5rem;
    position: absolute;
    top: 51%;
    left: 0%;
    width: 100%;
    z-index: 25;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ab_lb1_an>.lb_lf {}

.ab_lb1_an>.lb_rt {}

.ab_lb1_an>.lb_rt,
.ab_lb1_an>.lb_lf {
    position: relative;
    width: .48rem;
    height: .48rem;
    cursor: pointer;
}

.ab_lb1_an>.lb_rt>img,
.ab_lb1_an>.lb_lf>img {
    position: relative;
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ab_lb1_an>.lb_rt>img:last-child,
.ab_lb1_an>.lb_lf>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ab_lb1_an>.lb_rt:hover>img,
.ab_lb1_an>.lb_lf:hover>img {
    opacity: 0;
}

.ab_lb1_an>.lb_rt:hover>img:last-child,
.ab_lb1_an>.lb_lf:hover>img:last-child {
    opacity: 1;
}

.ab_lb2 {
    position: relative;
    /* padding-top: .1rem; */
    padding-bottom: .8rem;
}

.ab_lb2::after {
    position: absolute;
    top: .05rem;
    border-top: 1px dashed #239099;
    width: 100%;
    left: 0;
}

.nr1.bdn {
    border-bottom: none;
}

.ab_lb2 .swiper-container {}
.ab_lb2 .swiper-wrapper {
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.ab_lb2 .swiper-slide {
    font-size: .18rem;
    padding-top: .25rem;
    position: relative;
    transition: .5s;
    cursor: pointer;
    text-align: center;
}

.ab_lb2 .swiper-slide::before {
    width: .1rem;
    height: .1rem;
    top: 0rem;
    left: 48%;
    background: #FFFFFF;
    border: 1px solid #239099;
    border-radius: 50%;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-align: center;
}

/* .ab_lb2 .swiper-slide-active, */
.ab_lb2 .swiper-slide.on {
    color: #239099;
}

/* .ab_lb2 .swiper-slide-active::before, */
.ab_lb2 .swiper-slide.on::before {
    background-color: #239099;
}

.ab_qywh {
    margin-top: .6rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ab_qywh>li {
    width: 25%;
}

.ab_qywh>li>span {
    width: .8rem;
    margin: 0 auto;
}

.ab_qywh>li>b {
    font-size: .24rem;
    margin: .8rem 0 .4rem 0;
    text-align: center;
}

.ab_qywh>li>p {
    font-size: .18rem;
    text-align: center;
    line-height: 1.5;
    padding: 0 5%;
}

.ab_shzr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ab_shzr>span {
    width: 49%;
}

.ab_shzr>div {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ab_shzr>div>p {
    font-size: .18rem;
    line-height: 1.8;
    text-align: justify;
}

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

    .ab_lb1 .swiper-slide>div>p,
    .ab_lb2 .swiper-slide,
    .ab_qywh>li>p,
    .ab_shzr>div>p,
    .ab_ss>li>p {
        font-size: 16px;
    }

    .ab_lb1 .swiper-slide>div>b {
        font-size: 20px;
    }
}

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

    .ab_lb1 .swiper-slide>div>p,
    .ab_lb2 .swiper-slide,
    .ab_qywh>li>p,
    .ab_shzr>div>p,
    .ab_ss>li>p {
        font-size: 14px;
    }

    .ab_lb1 .swiper-slide>div>b,
    .dh>div>a.on,
    .dh>div>p.on,
    .ab_qywh>li>b {
        font-size: 18px;
    }
}

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

    .ab_lb1_an>.lb_rt,
    .ab_lb1_an>.lb_lf {
        width: 35px;
        height: 35px;
    }

    .ab_lb2 .swiper-slide::before {
        width: 6px;
        height: 6px;
    }

    .ab_lb2::after {
        top: 3px;
    }
}

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

    .ab_shzr>span,
    .ab_shzr>div {
        width: 100%;
    }

    .ab_shzr>span {
        margin-bottom: .5rem;
    }
}

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

    .ab_lb1 .swiper-slide>span{
        width: 50%;
        margin: 0 auto;
    }
    .ab_lb1 .swiper-slide>div {
        width: 100%;
    }

    .ab_lb1_an {
        position: relative;
        top: auto;
        margin-top: 15px;
        padding: 0 37%;
    }

    .ab_lb1_an>.lb_rt,
    .ab_lb1_an>.lb_lf {
        width: 25px;
        height: 25px;
    }

    .ab_lb2 .swiper-slide {
        padding-top: 15px;
    }

    .ab_qywh>li {
        width: 50%;
        margin-bottom: 15px;
    }

    .ab_qywh>li>span {
        width: 30px;
    }
}

.cpzx1 {}

.cpzx1 .swiper-slide {
    position: relative;
    /* padding-top: 2.5rem; */
    /* padding-bottom: 2rem; */
}

.cpzx1 .swiper-slide:nth-child(3)>div {
    position: absolute;
    width: 38%;
}
.cpzx1 .swiper-slide:nth-child(3)>div>b {
    font-size: .36rem;
    line-height: 1.3;
}
.cpzx1 .swiper-slide>div {
    position: relative;
    width: 5.8rem;
    padding: .4rem;
}

.cpzx1 .swiper-slide>div::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
    opacity: 0.7;
}

.cpzx1 .swiper-slide>div>b {
    font-size: .48rem;
    color: #fff;
    position: relative;
    z-index: 10;
}

.cpzx1 .swiper-slide>div>p {
    font-size: .18rem;
    margin: 0.48rem 0 0.05rem 0;
    color: #fff;
    position: relative;
    z-index: 10;
    line-height: 1.5;
}

.cpzx1 .pad1 {}

.cpzx1 .swiper-pagination>span.swiper-pagination-bullet-active {
    border: 1px solid #FFFFFF;
    opacity: 1;
}

.cpzx1 .swiper-pagination {
    display: flex;
    bottom: .3rem;
}

.cpzx1 .swiper-pagination>span {
    width: .29rem;
    height: .29rem;
    border: 1px solid transparent;
    border-radius: 50%;
    opacity: 0.6;
    background: transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-right: .4rem !important;
    position: relative;
    display: block;
}

.cpzx1 .swiper-pagination>span::after {
    width: .1rem;
    height: .1rem;
    top: .085rem;
    left: .085rem;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cpzx2 {
    background-color: #EDF5F7;
}

.cpzx2>div {}

.cpzx2>div>ul {
    width: 21%;
}

.cpzx2>div>ul>li {
    margin-bottom: .1rem;
    overflow: hidden;
}

.cpzx2>div>ul>li>span {
    padding: .32rem .13rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #09458C, #2571B7);
}

.cpzx2>div>ul>li>span>p {
    font-size: .24rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.cpzx2>div>ul>li>span>p>i {
    margin-right: .1rem;
}

.cpzx2>div>ul>li>span>i {
    transition: .5s;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.cpzx2>div>ul>li.on {}

.cpzx2>div>ul>li.on>span {
    margin-bottom: .3rem;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
}

.cpzx2>div>ul>li.on>span>i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.cpzx2>div>ul>li>ul {
    width: 80%;
    margin-left: 10%;
    height: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.cpzx2>div>ul>li.on>ul {
    height: auto;
    margin-bottom: .13rem;
}

.cpzx2>div>ul>li>ul>li {
    margin-bottom: .1rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.cpzx2>div>ul>li>ul>li>span {
    font-size: .14rem;
    padding: .17rem .15rem;
    transition: .5s;
    background-color: #fff;
    border: 1px solid #D2D2D2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.cpzx2>div>ul>li>ul>li.on>span,
.cpzx2>div>ul>li>ul>li:hover>span {
    border: 1px solid transparent;
    color: #fff;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
}

.cpzx2>div>ul>li>ul>li>span>i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.cpzx2>div>ul>li>ul>li>div {
    padding: 0;
    overflow: hidden;
    height: 0;
    /* transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s; */
}

.cpzx2>div>ul>li>ul>li.on>div {
    padding: .1rem 0;
    height: auto;
    margin-left: 10%;
}

.cpzx2>div>ul>li>ul>li>div>a {
    font-size: .14rem;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: .1rem .15rem;
}

.cpzx2>div>ul>li>ul>li>div>a.on,
.cpzx2>div>ul>li>ul>li>div>a:hover {
    color: #239099;
    font-weight: bold;
    background: #cdedf5;
}

.cpzx2>div>ul>li>ul>li.on {}

.cpzx2>div>div {
    width: 67%;
    display: none;
}
.cpzx2>div>div.on {
    display: block;
}

.cpzx2>div>div>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.cpzx2>div>div>ul>li {
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
    cursor: pointer;
}

.cpzx2>div>div>ul>li>span {}

.cpzx2>div>div>ul>li>div {
    padding: .3rem .4rem .21rem .2rem;
    background-color: #fff;
}

.cpzx2>div>div>ul>li>div>b {
    font-size: .2rem;
    line-height: 1.2;
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}
.cpzx2>div>div>ul>li:hover>div>b {
    color: #138F99;
}

.cpzx2>div>div>ul>li>div>p {
    font-size: .14rem;
    color: #999999;
    margin: .2rem 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cpzx2>div>div>ul>li>div>a {
    font-size: .14rem;
    color: #fff;
    width: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .08rem .1rem .08rem .2rem;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
    border-radius: .2rem;
}

.cpzx2>div>div>ul>li>div>a>i {}

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

    .cpzx1 .swiper-slide>p,
    .cpzx2>div>div>ul>li>div>b,
    .cpzx1 .swiper-slide>div>p {
        font-size: 16px;
    }

    /* .cpzx1 .swiper-pagination>span::after {
        width: 10px;
        height: 10px;
        top: 8.5px;
        left: 8.5px;
    } */
    .cpzx2>div>ul>li>ul>li>span,
    .cpzx2>div>ul>li>ul>li>div>a,
    .cpzx2>div>div>ul>li>div>p,
    .cpzx2>div>div>ul>li>div>a {
        font-size: 12px;
    }

    .cpzx2>div>div>ul>li>div>a {
        width: 140px;
        border-radius: 20px;
    }
}

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

    .cpzx1 .swiper-slide>p,
    .cpzx1 .swiper-slide>div>p {
        font-size: 14px;
    }

    .cpzx1 .swiper-slide {
        width: 6.5rem;
    }
}

@media screen and (max-width:1034px) {
    .cpzx1 .swiper-pagination>span {
        width: 25px;
        height: 25px;
    }

    .cpzx1 .swiper-pagination>span::after {
        width: 10px;
        height: 10px;
        top: 6.5px;
        left: 6.5px;
    }
}

@media screen and (max-width:778px) {
    .cpzx1 {
        padding-top: 75px;
    }

    .cpzx2>div>div>ul>li {
        width: 48%;
        margin-bottom: 4%;
        margin-right: 0;
    }

    .cpzx2>div>div>ul {
        justify-content: space-between;
    }
}

@media screen and (max-width:550px) {
    .cpzx1 .swiper-slide>div {
        width: 100%;
        padding: 10px;
    }

    .cpzx1 .swiper-pagination {
        bottom: 5px;
    }

    .cpzx1 .swiper-slide>div>b {
        font-size: 20px;
    }

    .cpzx2>div>ul>li>span>p>i {
        width: 25px;
        margin-right: 10px;
    }

    .cpzx2>div>div {
        width: 100%;
        margin-top: 10px;
    }

    .cpzx2>div>div>ul>li>div>a {
        width: 100%;
    }

    .cpzx2>div>div>ul>li>div,
    .cpzx2>div>ul>li>ul>li>span,
    .cpzx2>div>ul>li>ul>li.on>div {
        padding: 10px;
    }

    .cpzx2>div>ul>li>ul>li>div>a {
        margin-top: 10px;
    }

    .cpzx2>div>div>ul>li>div>p {
        margin: 10px 0;
    }

    .cpzx2>div>div>ul>li>div>a {
        padding: 5px 10px;
    }

    .cpzx2>div>ul {
        width: 100%;
    }

    .cpzx2>div>ul>li>span {
        padding: 10px;
    }
}

.jjfa_lb1.cpzx_cpyt .swiper-slide:hover {
    border: 1px solid #3AC8D0;
}

.jjfa_lb1.cpzx_cpyt .swiper-slide {
    background-color: #fff;
}

.jjfa_lb1.cpzx_cpyt .swiper-slide::after {
    display: none;
}

.jjfa_lb1.cpzx_cpyt .swiper-slide>span {
    box-shadow: 0px 12px 19px 2px rgba(117, 140, 169, 0.15);
}
.jjfa_lb1.cpzx_cpyt .swiper-slide>div {
    padding: .25rem .38rem .4rem .2rem;
    min-height: 1.25rem;
    margin-bottom: .2rem;
    overflow: hidden;
}

.jjfa_lb1.cpzx_cpyt .swiper-slide:hover>div {
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
}

/* .jjfa_lb1.cpzx_cpyt .swiper-slide>div>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
} */
.cpzx2_cptd.sfjc_fwtd>li {
    background-color: #fff;
}
.cpzx2_cptd {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cpzx2_cptd>li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    padding: .3rem 0 .4rem 0;
    box-shadow: 0px 12px 19px 2px rgba(117, 140, 169, 0.15);
    border: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.cpzx2_cptd>li:after {
    bottom: 0;
    left: 0;
    width: 0%;
    height: 8px;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.cpzx2_cptd>li>span {
    margin: 0 auto;
    display: table;
    width: auto;
}

.cpzx2_cptd>li>p {
    margin-top: .2rem;
    font-size: .18rem;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 0 5%;
    line-height: 1.5;
}

.cpzx2_cptd>li:hover {
    border: 1px solid #3AC8D0;
}

.cpzx2_cptd>li:hover::after {
    width: 100%;
}

.cpzx2_cptd>li:hover>p {
    color: #138F99;
}

.cpxq_dh {
    padding-top: 1.6rem;
    padding-bottom: 0.8rem;
    background-color: #F5F5F5;
    border-bottom: 1px solid #E6E6E6;
}

.cpxq_dh>div {
    border-bottom: none;
    margin-bottom: .2rem;
}

.cpxq_dhval {
    justify-content: space-between !important;
    align-items: flex-start !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.bt2 {
    font-size: .16rem;
    padding: .1rem .4rem;
    margin-bottom: .4rem;
    display: table;
    color: #EDF5F7;
    background: linear-gradient(90deg, #09458C, #2571B7);
}

.cpxq_dhval>span {
    width: 48%;
}

.cpxq_dhval>div {
    width: 48%;
    padding-top: .6rem;
    display: block;
}

.cpxq_dhval>div>b {
    font-size: .24rem;
}

.cpxq_dhval>div>h4 {
    margin-top: .5rem;
    margin-bottom: .4rem;
}

.cpxq_dhval>div>p {
    font-size: .16rem;
    /*color: #808080;*/
    line-height: 1.8;
}

.cpxq_val {
    padding-top: .6rem;
    padding-bottom: .8rem;
    background: #F2F7F7;
}

.cpxq_val>h4 {}

.cpxq_val>p {
    font-size: .16rem;
    margin-bottom: .6rem;
    /*color: #808080;*/
}

.cpxq_val>.cpxq_val1 {
    overflow: hidden;
}

.cpxq_val>.cpxq_val1>div {
    position: relative;
}


.cpxq_val>.cpxq_val1>div.xian {
    width: 50%;
}

.cpxq_val>.cpxq_val1>div.xian::after {
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
    opacity: 0;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
}

.cpxq_val>.cpxq_val1>div>div>b {
    font-size: .18rem;
    font-weight: bold;
}

.cpxq_val>.cpxq_val1>div>div>p {
    font-size: .16rem;
    padding-left: .16rem;
    line-height: 1.8;
    position: relative;
}

.cpxq_val>.cpxq_val1>div>div>p::before {
    width: 5px;
    height: 5px;
    top: 12px;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
    border-radius: 50%;
    left: 0;
}

.cpxq_val>button {
    width: 2.55rem;
    height: .55rem;
    font-size: .18rem;
    color: #F5F5F5;
    padding: .18rem .3rem .18rem .55rem;
    background: linear-gradient(90deg, #09458C, #2571B7);
    cursor: pointer;
    margin: 0 auto;
    margin-top: .8rem;
}

.cpxq_val>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@keyframes zhuan {
    0%{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
}
}
.ly {
    padding: .8rem 4.2rem;
    background-image: url(/static/home/img/ly.png);
    display: none;
}

.ly.on {
    display: block;
}

.ly>h3 {
    font-size: .24rem;
    margin-bottom: .4rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.ly>ul {}

.ly>ul>li {
    width: 40%;
    margin-bottom: .35rem;
    border-bottom: 1px solid #AAAAAA;
}

.ly>ul>li>input {
    font-size: .18rem;
    color: #CCCCCC;
    background: transparent;
    padding-bottom: .08rem;
    display: block;
    width: 100%;
}

.ly>ul>li:last-child {
    width: 100%;
}

.ly>button {
    width: 1.5rem;
    height: .35rem;
    line-height: .33rem;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #09458C, #2571B7);
    margin: 0 auto;
    margin-top: .45rem;
    display: block;
    cursor: pointer;
}

.ss_dh {
    padding-top: 1.6rem;
    padding-bottom: .22rem;
    display: flex;
    align-items: center;
    background-color: #EEEEEE;
    cursor: pointer;
}

.ss_dh>p {
    font-size: .16rem;
    color: #646464;
    display: flex;
    align-items: center;
}

.ss_dh>p>i {
    margin-right: .1rem;
}

.ss {
    padding-top: .6rem;
    padding-bottom: .8rem;
    background: #F2F7F7;
}

.ss>div {
    /* background-color: #EEEEEE; */
}
.ss>div.na {
    justify-content: flex-start;
    font-size: .24rem;
    margin: 0.5rem 0;
}
.ss>div.na>a {
    padding: 0.15rem 0.2rem;
    margin-right: 0.2rem;
    transition: .8s;
}
.ss>div.na>a.on,.ss>div.na>a:hover {
    color: #2DB5C9;
}
.ss>div>input {
    width: 94%;
    font-size: .16rem;
    padding: .18rem .2rem;
    color: #A8A8A8;
    background-color: #EEEEEE;
}

.ss>div>button {
    width: 5%;
    height: 100%;
    font-size: .16rem;
    padding: .18rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #239099;
    color: #fff;
    cursor: pointer;
}

.ss>p {
    margin-top: .5rem;
    margin-bottom: .6rem;
    font-size: .24rem;
    display: flex;
}

.ss>p>b {
    display: table;
    color: #2DB5C9;
    font-weight: bold;
}

.ss>ul {}

.ss>ul>li {
    padding-bottom: .33rem;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: .5rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}

.ss>ul>li>i {
    font-size: .16rem;
    color: #646464;
    margin-bottom: .32rem;
}

.ss>ul>li:hover {
    border-bottom: 1px solid #3AC8D0;
}

.ss>ul>li>p {
    font-size: .24rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ss>ul>li:hover>p {
    color: #3AC8D0;
}

.fy {
    margin-top: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fy>a {
    font-size: .18rem;
    margin: 0 .05rem;
}

.fy>a.on {
    color: #2DB5C9;
}

.fy>a:first-child,
.fy>a:last-child {
    width: 1.2rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
}

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

    .cpzx2_cptd>li>p,
    .cpxq_val>.cpxq_val1>div>div>b,
    .bt2 {
        font-size: 16px;
        line-height: 1.5;
    }

    .cpxq_val>button ,
    .fy>a{
        font-size: 16px;
    }

    .cpxq_dhval>div>p,
    .cpxq_val>.cpxq_val1>div>div>p,
    .cpxq_val>p,
    .ss>div>input,
    .ss_dh>p,
    .ly>button ,
    .ss>ul>li>i,
    .ss>div>button{
        font-size: 14px;
    }

    .ly>h3 {
        font-size: 18px;
    }

    .ly>ul>li>input {
        font-size: 16px;
    }
}

@media screen and (max-width:1360px) {
    .ss_dh {
        padding-top: 1.8rem;
    }
    .fy>a:first-child, .fy>a:last-child {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }
    .ss>ul>li>p {
        font-size: 18px;
    }
    .cpxq_dh>div {
        margin-top: 40px;
    }
}
@media screen and (max-width:1034px) {
    .cpzx2_cptd>li>span {
        width: 30px;
    }

    .bt2 {
        font-size: 14px;
    }

    .ly>button {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

    .cpxq_val>button {
        width: 120px;
        height: 35px;
        padding: 10px 15px;
    }

    .cpxq_dhval>div>b {
        font-size: 18px;
    }

    .cpxq_dh {
        padding-top: 2.8rem;
    }
    .ss>div>input {
        width: 90%;
    }
    .ss>div>button {
        width: 8%;
    }
    .ss_dh {
        padding-top: 2.5rem;
    }
    .ss>p {
        font-size: 18px;
    }
}

@media screen and (max-width:778px) {
    .cpzx1 .swiper-slide:nth-child(3)>div>b {
        font-size: 20px;
    }
    .cpzx1 .swiper-slide:nth-child(3)>div {
        width: 50%;
    }
    .cpxq_dhval>span,
    .cpxq_dhval>div {
        width: 100%;
    }
    .ss_dh {
        padding-top: 2.8rem;
    }
}

@media screen and (max-width:550px) {
    .cpzx2_cptd {
        justify-content: space-between;
    }
    .cpzx1 .swiper-slide:nth-child(3)>div {
        width: 80%;
        top: 5%;
    }
    .cpzx1 .swiper-slide:nth-child(3)>div>b {
        font-size: 16px;
    }
    .cpzx2_cptd.shfw_td>li {
        width: 100%;
    }
    .cpzx2_cptd>li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
        padding: 10px;
    }

    .cpzx2_cptd>li>p {
        font-size: 14px;
        margin-top: 10px;
    }

    .cpxq_dh {
        padding-top: 85px;
    }

    .cpxq_val>.cpxq_val1>div {
        width: 100% !important;
    }

    .cpxq_val>.cpxq_val1>div::after {
        display: none;
    }

    .cpxq_val>.cpxq_val1>div>div>p {
        padding-left: 10px;
    }

    .cpxq_val>.cpxq_val1>div>div>p::before {
        top: 10px;
    }

    .ly {
        padding: 1.6rem 1.6rem;
    }

    .ly>h3 {
        margin-bottom: 20px;
    }

    .ly>ul>li {
        width: 45%;
        margin-bottom: 10px;
    }
    .ss>div>button {
        width: 13%;
        padding: 10px 0;
    }
    .ss>div>input {
        padding: 10px;
        width: 85%;
    }
    .ss_dh {
        padding-top: 85px;
        padding-bottom: 10px;
    }
    .ss>p {
        font-size: 16px;
    }
    .ss>ul>li {
        padding-bottom: 10px;
    }
    .ss>p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ss>ul>li>p {
        font-size: 14px;
    }
    .ss>ul>li>i{
        font-size: 12px;
    }
    .fy>a {
        margin: 0 5px;
    }
}
/*****************************三方运维***********************/
.sfyw2{

}
.sfyw2>b{
    font-size: .24rem;
    margin-top: .55rem;
    margin-bottom: .2rem;
    text-align: center;
}
.sfyw2>u{
    text-align: center;
    font-size: .22rem;
    margin-top: .4rem;
    margin-bottom: .6rem;
    display: block;
}
.sfyw2>i{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sfyw2>i>img{
    width: auto;
}
.sfyw2>ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.sfyw2>ul>li{
    width: 2rem;
    height: 2rem;
    margin-right: .45rem;
    box-shadow: 0px 12px 19px 2px rgb(117 140 169 / 15%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .5s;
}
.sfyw2>ul>li:hover{
    background-color: #138F99;
}
.sfyw2>ul>li>span{
    position: relative;
    width: .5rem;
}
.sfyw2>ul>li>span>img{
    transition: .5s;
}
.sfyw2>ul>li>span>img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.sfyw2>ul>li:hover>span>img{
    opacity: 0;
}
.sfyw2>ul>li:hover>span>img:last-child{
    opacity: 1;
}
.sfyw2>ul>li>p{
    margin-top: .3rem;
    font-size: .22rem;
    text-align: center;
    line-height: 1.5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sfyw2>ul>li:hover>p{
    color: #fff;
}
.ywwd{
    
}
.ywwd>div{
    width: 55%;
    height: 7rem;
}
.ywwd>ul{
    width: 30%;
}
.ywwd>ul>li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .55rem;
}
.ywwd>ul>li:last-child{
    margin-bottom: 0;
}
.ywwd>ul>li>span{
    position: relative;
    width: 1.3rem;
}
.ywwd>ul>li>span>img{
    animation-duration: 36s;
    animation-name: zhuan;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: zhuan;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
.ywwd>ul>li>span>p{
    font-size: .22rem;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.ywwd>ul>li>p{
    font-size: .22rem;
    margin-left: .3rem;
}
.sfyw_qie{
    
}
.sfyw_qie>ul{
    margin-bottom: .6rem;
}
.sfyw_qie>ul>li{
    font-size: .22rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.sfyw_qie>ul>li.on,
.sfyw_qie>ul>li:hover{
    color: #3AC8D0;
    border-bottom: 1px solid #3AC8D0;
}
.sfyw_qie>div{
    position: relative;
}
.sfyw_qie>div>span{
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sfyw_qie>div>span>img{
    width: auto;
    margin: 0 auto;
}
.sfyw_qie>div>span.on{
    position: relative;
    z-index: 1;
    opacity: 1;
}
.sfyw6{
    display: flex;
    flex-wrap: wrap;
}
.sfyw6>li{
    width: 32%;
    margin-right: 2%;
    padding: .3rem .35rem;
    background-color: #fff;
    position: relative;
    border: 1px solid transparent;
    transition: .5s;
    box-shadow: 0px 12px 19px 2px rgba(117, 140, 169, 0.15);
}
.sfyw6>li::after{
    bottom: 0;
    height: 8px;
    left: 0;
    width: 0;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sfyw6>li:hover::after{
    width: 100%;
}
.sfyw6>li>span{
    width: .6rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.sfyw6>li>span>img{
    width: auto;
}
.sfyw6>li>b{
    font-size: .18rem;
    margin: .3rem 0 .2rem 0;
    text-align: center;
    transition: .5s;
}
.sfyw6>li>p{
    font-size: .18rem;
    text-align: center;
    line-height: 1.5;
    transition: .5s;
}
.sfyw6>li:hover{
    border: 1px solid #138F99;
}
.sfyw6>li:hover>b{
    color: #138F99;
}
.sfyw6>li:hover>p{
    color: #138F99;
}

.sfjc_jcxm{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sfjc_jcxm>li{
    width: 32%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 2px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sfjc_jcxm>li::after{
    top: -.1rem;
    width: 100%;
    height: .1rem;
    background-color: #138F99;
    left: 0;
    opacity: 0;
    transition: .5s;
    -webkit-transition:;
    -moz-transition:;
    -ms-transition:;
    -o-transition:;
}
.sfjc_jcxm>li:hover{
    border: 2px solid #138F99;
box-shadow: 0px 3px 12px 0px rgba(19, 143, 153, 0.13);
}
.sfjc_jcxm>li:hover::after{
    opacity: 1;
}
.sfjc_jcxm>li>span{
    position: relative;
}
.sfjc_jcxm>li>span>img{
    width: 100%;
}
.sfjc_jcxm>li>span>p{
    font-size: .3rem;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sfjc_jcxm>li>div{
    padding: .6rem .3rem .4rem .3rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sfjc_jcxm>li:hover>div{
    opacity: 1;
    z-index: 10;
}
.sfjc_jcxm>li>div>b{
    font-size: .24rem;
    margin-bottom: .4rem;
}
.sfjc_jcxm>li>div>p{
    font-size: .18rem;
    line-height: 2;
}
.sfjc_jcxm>li>div>ul{
    height: 70%;
    overflow: auto;
}
.sfjc_jcxm>li>div>ul>li{
    font-size: .18rem;
    line-height: 2;
}
/*****************************环保管家**********************/
.hbgj_fw{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hbgj_fw>p{
    font-size: .3rem;
    margin-bottom: .65rem;
    width: 100%;
}
.hbgj_fw>div{
    width: 1rem;
}
.hbgj_fw>div>span{
    width: 100%;
    height: 1rem;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.hbgj_fw>div>span>img{

}
.hbgj_fw>div>span>i{
    position: absolute;
    width: .4rem;
    left: .4rem;
    top: 0.3rem;
    left: 0.3rem;
}
.hbgj_fw>div>span>i>img,
.hbgj_td>li>span>img{
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.hbgj_fw>div>span>i>img:last-child,
.hbgj_td>li>span>img:last-child{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.hbgj_fw>div>p{
    font-size: .24rem;
    margin-top: .25rem;
    text-align: center;
}
.hbgj_fw>div:hover>span{
    background-color: #3AC8D0;
}
.hbgj_fw>div:hover>span>i>img,
.hbgj_td>li:hover>span>img{
    opacity: 0;
}
.hbgj_fw>div:hover>span>i>img:last-child,
.hbgj_td>li:hover>span>img:last-child{
    opacity: 1;
}
.hbgj_fw>span{
    width: .95rem;
    margin-top: -0.5rem;
}
.hbgj_td{

}
.hbgj_td>li{
    border: none;
    width: 23%;
    margin-right: 2.5%;
    background-color: #fff;
    padding-bottom: .25rem;
}
.hbgj_td>li>p{
    padding: 0 .3rem;
}
.hbgj_td>li:hover{
    background-color: #3AC8D0;
    border: none;
}
.hbgj_td>li::after{
    display: none;
}
.hbgj_td>li>span{
    position: relative;
}
.hbgj_td>li>p{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.hbgj_td>li:hover>p{
    color: #fff;
}
@media screen and (max-width:1450px) {
    .sfjc_jcxm>li>div>b {
        font-size: 18px;
    }
    .sfyw6>li>b,
    .sfyw6>li>p,
    .sfjc_jcxm>li>div>p,
    .sfjc_jcxm>li>div>ul>li{
        font-size: 16px;
    }
    .sfjc_jcxm>li>div>ul {
        height: 50%;
    }
}
@media screen and (max-width:1300px) {
    .sfyw2>b ,
    .sfyw_qie>ul>li,
    .hbgj_fw>div>p,
    .sfyw2>u {
        font-size: 16px;
    }
    .sfyw6>li>b,
    .sfyw2>ul>li>p,
    .ywwd>ul>li>p,
    .ywwd>ul>li>span>p,
    .sfyw6>li>p{
        font-size: 14px;
    }
    .ywwd>ul>li>span {
        width: 90px;
    }
}
@media screen and (max-width:1034px) {
    .sfjc_jcxm>li>span>p{
        font-size: 18px;
    }
    .sfjc_jcxm>li>div>b {
        font-size: 16px;
    }
    .sfjc_jcxm>li>div>p,
    .hbgj_fw>div>p,
    .sfjc_jcxm>li>div>ul>li{
        font-size: 14px;
    }
}
@media screen and (max-width:778px) {
    .hbgj_fw>span {
        width: 50px;
        display: none;
    }
    .hbgj_fw>div {
        display: none;
        width: 60px;
    }
    .sfyw2>ul>li {
        width: 130px;
        height: 130px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .sfyw2>ul>li>span,
    .sfyw6>li>span {
        width: 30px;
    }
    .sfjc_jcxm {
        justify-content: space-between;
    }
    .sfjc_jcxm>li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .sfjc_jcxm>li>div>ul {
        height: 75%;
    }
    .hbgj_fw>p {
        font-size: 18px;
    }
    .hbgj_fw>div>p{
        line-height: 1.5;
    }
}
@media screen and (max-width:550px) {
    .sfyw2>ul {
        justify-content: space-around;
    }
    .hbgj_fw>div>p{
        font-size: 12px;
    }
    .sfyw2>ul>li {
        margin-right: 0;
    }
    .ywwd>div,
    .ywwd>ul{
        width: 100%;
    }
    .ywwd>div {
        height: 300px;
    }
    .ywwd>ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ywwd>ul>li {
        width: 50%;
    }
    .ywwd>ul>li>span {
        width: 70px;
    }
    .sfyw_qie>ul>li {
        width: 47%;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .sfyw6>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 10px;
    }
    .sfjc_jcxm>li {
        width: 100%;
    }
    .sfjc_jcxm>li>div {
        padding: 15px;
    }
    .hbgj_fw>span {
        width: 50px;
        display: none;
    }
    .hbgj_fw>div {
        display: none;
        width: 60px;
    }
    .hbgj_fw>div>span {
        height: 60px;
    }
    .hbgj_fw>div>span>i {
        width: 30px;
        height: 30px;
        top: 15px;
        left: 15px;
    }
    .hbgj_td>li {
        width: 48%;
        margin-right: 0;
    }
}
/***********************环境fuwu*************************/
.hjfw_gs{
    margin-top: .6rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hjfw_gs>li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    background-color: #fff;
    position: relative;
}
.hjfw_gs>li::after{
    bottom: 0;
    left: 0;
    width: 0;
    height: .1rem;
    transition: .5s;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.hjfw_gs>li:hover::after{
    width: 100%;
}
.hjfw_gs>li>span{
    position: relative;
}
.hjfw_gs>li>span>p{
    font-size: .3rem;
    opacity: 0;
    color: #fff;
    transition: .5s;
    background-color: #3ac9d0b4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.hjfw_gs>li:hover>span>p{
    opacity: 1;
}
.hjfw_gs>li>div{
    padding: .4rem .3rem .2rem .3rem;
}
.hjfw_gs>li>div>b{
    font-size: .24rem;
    margin-bottom: .2rem;
}
.hjfw_gs>li>div>p{
    font-size: .18rem;
    color: #646464;
    line-height: 1.8;
    padding-left: .15rem;
    position: relative;
}
.hjfw_gs>li>div>p::before{
    width: .06rem;
height: .06rem;
background: #3AC8D0;
top: .14rem;
left: 0;
border-radius: 50%;
}
.hjfw_td{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hjfw_td>li{
    position: relative;
    width: 31%;
    padding: .3rem .25rem .2rem .2rem;
    background-color: #EDF5F7;
    margin-right: 3.5%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.hjfw_td>li:hover{
    margin-top: -.1rem;
    background-color: #fff;
    box-shadow: 0px 12px 19px 2px rgba(117, 140, 169, 0.15);
}
.hjfw_td>li::before{
    width: 100%;
    top: 0;
    left: 0;
    height: 8px;
    background-color: #CFE1E6;
}
.hjfw_td>li::after{
    width: 0%;
    top: 0;
    left: 0;
    height: 8px;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
    transition: .5s;
}
.hjfw_td>li:hover:after{
    width: 100%;
}
.hjfw_td>li>span{
    width: .6rem;
    margin: 0 auto;
}
.hjfw_td>li>p{
    font-size: .18rem;
    text-align: center;
    margin-top: .3rem;
    line-height: 1.5;
    transition: .5s;
}
.hjfw_td>li:hover>p{
    color: #138F99;
}
/***************************客户留言**************************/
.dh{
    position: relative;
}
.dh>ul{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    width: auto;
    position: absolute;
    right: 2.4rem;
    bottom: 0;
}
.dh>ul>li{
    font-size: .16rem;
    height: 40%;
    display: flex;
    justify-content: flex-end;
    /* height: 100%; */
    align-items: end;
    padding: 0 .15rem;
    padding-bottom: .25rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.dh>ul>li:first-child{
    margin-right: .35rem;
}
.dh>ul>li.on{
    font-weight: bold;
    color: #138F99;
    border-bottom: 2px solid #138F99;
}
.khly{
    position: relative;
}
.khly>div{
    padding: .4rem;
    border: 1px solid #3BC9D0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
}
.khly>div>ul{

}
.khly>div>ul>li{
    margin-bottom: .4rem;
    width: 48%;
}
.khly>div>ul>li:last-child{
    margin-bottom: .6rem;
}
.khly>div>ul>li>p{
    font-size: .18rem;
    margin-bottom: .2rem;
    position: relative;
}
.khly>div>ul>li>p::before{
    position: relative;
    font-size: 16px;
    content: '*';
    color: red;
}
.khly>div>ul>li>input,
.khly>div>ul>li>textarea{
    border: 1px solid #3BC9D0;
    display: block;
    width: 100%;
    height: .4rem;
    font-size: .18rem;
    outline: none;
    font-family: auto;
}
.khly>div>ul>li>textarea{
    height: 1rem;
}
.khly>div>span{
    display: flex;
    justify-content: center;
}
.khly>div>span>button{
    font-size: .16rem;
    width: 1.5rem;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    transition: .5s;
    background: #E1E1E1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.khly>div>span>button:hover{
    color: #fff;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
}
.khly>div>span>button:first-child{
    margin-right: .6rem;
}
.khly>div.on{
    position: relative;
    z-index: 1;
    opacity: 1;
}
/***********************售后服务***************************/
.shfw{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bdq{
    border-bottom: 1px solid #E6E6E6;
}
.shfw>i{
    margin-right: .2rem;
}
.shfw>b{
    font-size: .36rem;
    color: #138F99;
}
@media screen and (max-width:1450px) {
    .hjfw_gs>li>div>p,
    .khly>div>ul>li>p,
    .khly>div>ul>li>input,
     .khly>div>ul>li>textarea,
    .hjfw_td>li>p{
        font-size: 16px;
    }
    .dh>ul>li ,
    .khly>div>span>button{
        font-size: 14px;
    }
    .hjfw_gs>li>div>p::before {
        width: 5px;
        height: 5px;
        top: 12px;
    }
}
@media screen and (max-width:1300px) {
    .hjfw_gs>li>div>p, .hjfw_td>li>p {
        font-size: 14px;
    }
    .khly>div>ul>li>input{
        height: 30px;
    }
    .khly>div>span>button{
        height: 25px;
        line-height: 25px;
    }
}
@media screen and (max-width:1035px) {
    .hjfw_gs>li>div>b {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media screen and (max-width:778px) {
    .hjfw_td>li>span {
        width: 30px;
    }
    .shfw>b {
        font-size: 18px;
    }
    .shfw>i {
        width: 25px;
    }    
    .hjfw_gs>li>span>p {
        font-size: 16px;
    }
    .khly>div>span>button {
        width: 80px;
    }
    .khly>div>ul>li>textarea {
        height: 60px;
    }
}
@media screen and (max-width:550px) {
    .hjfw_gs>li ,
    .hjfw_td>li{
        width: 100%;
        margin-right: 0;
    }
    .hjfw_td>li{
        margin-bottom: 3.5%;
        padding: 10px;
    }
    .hjfw_gs>li>div {
        padding: 10px;
    }
    .hjfw_gs>li>div>p{
        padding-left: 8px;
    }
    .hjfw_gs>li>div>p::before {
        top: 10px;
    }
}
/**************************问卷调查************************/
.dcwj{
    padding-top: 2.6rem;
    padding-bottom: .8rem;
    background-image: url(/static/home/img/dcwj.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    background-color: #EDF5F7;
}
.dcwj>div{
    background-color: #fff;
}
.dcwj>div>h3{
    padding: .4rem 1.2rem;
    font-size: .3rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
}
.dcwj>div>p{
    font-size: .16rem;
    margin-top: .35rem;
    margin-bottom: .75rem;
    padding: 0 1.2rem;
    text-align: center;
    line-height: 2;
}
.dcwj>div>div{
    padding: 0 1.2rem;
    margin-bottom: .6rem;
}
.dcwj>div>div>p{
    font-size: .18rem;
    margin-bottom: .4rem;
    display: flex;
    align-items: center;
}
.dcwj>div>div>p>b{
    font-size: .3rem;
    font-weight: bold;
}
.dcwj>div>div>p>i{
    color: #21A3C3;
    font-size: 22px;
    margin: 0 .1rem;
}
.dcwj>div>div>p>u{
    font-size: 16px;
    color: #FF2B2B;
}
.dcwj>div>div>p>strong{
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    padding: 5px;
    background: linear-gradient(
90deg, rgb(33 163 195 / 30%), rgb(59 201 208 / 30%));
}
.dcwj>div>div.inp>input::placeholder{
    color: #C4C4C4;
}
.dcwj>div>div.inp>input{
    width: 100%;
    outline: none;
    font-size: .14rem;
    color: #333;
    padding: 0 .4rem;
    height: .4rem;
    border: 1px solid #3BC9D0;
    display: block;
}
.dcwj>div>div>h5{
    font-size: .16rem;
    color: #999999;
    padding-left: .4rem;
    display: flex;
    align-items: center;
}
.dcwj>div>div>h5>i{
    margin-right: .1rem;
}
.dcwj>div>div>textarea::placeholder{
    color: #C4C4C4;
}
.dcwj>div>div>textarea{
    width: 100%;
    height: 1.2rem;
    margin-top: .2rem;
    font-size: .16rem;
    padding-left: .4rem;
    padding-top: .15rem;
    outline: none;
    border: 1px solid #3BC9D0;
    color: #333;
}
.dcwj>div>div>ul{

}
.dcwj>div>div>ul>li{
    padding: 0.1rem 0;
    padding-left: .4rem;
    margin-bottom: .05rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dcwj>div>div>ul>li:hover{
    background: linear-gradient(
90deg, rgb(33 163 195 / 10%), rgb(59 201 208 / 10%));
}
.dcwj>div>div>ul>li>input{
    margin-right: .2rem;
    width: 15px;
}
.dcwj>div>div>ul>li>label{
    font-size: .16rem;
    color: #666666;
    width: 97%;
    cursor: pointer;
}
.dcwj>div>span{
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    margin-top: .6rem;
}
.dcwj>div>span>button{
    width: 1.5rem;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    font-size: .16rem;
}
.dcwj>div>span>button:hover{
    color: #fff;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
}
.dcwj>div>span>button:first-child{
    margin-right: .6rem;
}
/***************************资料下载************************/
.zlxz{

}
.zlxz>div{
    border: none;
    padding: 0;
}
.zlxz>div>ul{

}
.zlxz>div>ul>li{
    border: none;
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: .2rem;
    position: relative;
}
.zlxz>div>ul>li::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: .1rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
}
.zlxz>div>ul>li:hover::after{
    width: 100%;
}
.zlxz>div>ul>li>i{
    font-size: .16rem;
    color: #646464;
    margin-bottom: .1rem;
}
.zlxz>div>ul>li>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zlxz>div>ul>li>div>p{
    font-size: .24rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.zlxz>div>ul>li:hover>div>p{
    color: #3AC8D0;
}
.zlxz>div>ul>li>div>a{
    position: relative;
    width: .7rem;
}
.zlxz>div>ul>li>div>a>img{
    position: relative;
    transition: .5s;
}
.zlxz>div>ul>li>div>a>img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.zlxz>div>ul>li>div>a:hover>img{
    opacity: 0;
}
.zlxz>div>ul>li>div>a:hover>img:last-child{
    opacity: 1;
}
@media screen and (max-width:1450px) {
    .dcwj>div>div>p{
        font-size: 16px;
    }
    .dcwj>div>p,
    .dcwj>div>div>ul>li>label,
    .dcwj>div>span>button,
    .zlxz>div>ul>li>i,
    .dcwj>div>div>h5,
    .dcwj>div>div>textarea{
        font-size: 14px;
    }
    .dcwj>div>div.inp>input{
        font-size: 14px;
        height: 30px;
    }
}
@media screen and (max-width:1300px) {
    .zlxz>div>ul>li>div>p {
        font-size: 18px;
    }
}
@media screen and (max-width:1035px) {
    .dcwj>div>div>p>b ,
    .dcwj>div>h3{
        font-size: 22px;
    }
    .dcwj>div>span>button {
        width: 90px;
        height: 25px;
        line-height: 25px;
    }
    .dcwj>div>div>textarea {
        height: 80px;
    }
    .zlxz>div>ul>li>div>a {
        width: 40px;
    }
}
@media screen and (max-width:550px) {
    .dcwj {
        padding-top: 100px;
        padding-left: 0;
    padding-right: 0;
    }
    .dcwj>div>div ,
    .dcwj>div>p{
        padding: 0 1.6rem;
    }
    .dcwj>div>h3{
        font-size: 16px;
        line-height: 1.5;
    }
    .dcwj>div>div>ul>li {
        margin-bottom: 10px;
    }
    .dcwj>div>div>p {
        font-size: 12px;
        flex-wrap: wrap;
    }
    .dcwj>div>div {
        margin-bottom: 15px;
    }
    .zlxz>div>ul>li>div>p {
        font-size: 16px;
        line-height: 1.3;
        width: 80%;
    }
    .zlxz>div>ul>li {
        padding-bottom: 10px;
    }
    .zlxz>div>ul>li>i {
        margin-bottom: 10px;
    }
}
/*******************************新闻*********************/
.news_ul{
    background-color: #fff;
}
.news_ul>li{
    position: relative;
    font-size: .24rem;
    padding: .28rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.news_ul>li::after{
    width: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
    opacity: 0;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
}
.news_ul>li.on,
.news_ul>li:hover{
    color: #3AC8D0;
}
.news_ul>li.on::after,
.news_ul>li:hover::after{
    opacity: 1;
}
.news_ss{
    margin-top: .8rem;
    margin-bottom: .4rem;
    display: flex;
    justify-content: flex-end;
}
.news_ss.cp_ss{
    margin-top: 0;
    margin-bottom: .2rem;
    /* padding-top: .8rem; */
}
.news_ss.cp_ss>.news_ssinp{
    width: 52%;
}
.news_ss>.news_ssinp{
    width: 23.5%;
    padding: .15rem .3rem;
    border: 1px solid #3BC9D0;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    align-items: center;
}
.news_ss>.news_ssinp>input{
    font-size: .18rem;
    color: #999999;
    border: none;
    outline: none;
    width: 90%;
    background-color: transparent;
}
.news_ss>.news_ssinp>i{
    cursor: pointer;
    width: .22rem;
}
.news{
    padding-bottom: .8rem;
}
.news>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news>ul>li{
    width: 23%;
    margin-right: 2.5%;
    cursor: pointer;
}
.news>ul>li>span{

}
.news>ul>li>i{
    font-size: .18rem;
    color: #646464;
    margin: 0.2rem 0;
}
.news>ul>li>p{
    font-size: .24rem;
    line-height: 1.5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
}
.news>ul>li:hover>p{
    color: #3AC8D0;
}
.news_lb,
.news>.gsgg_lb{
    margin-top: .6rem;
}
.news_lb>a{
    padding: .35rem .4rem;
    margin-bottom: .4rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_lb>a>b{
    font-size: .36rem;
    color: #646464;
    padding-left: .05rem;
    width: 10%;
}
.news_lb>a>b>i{
    display: block;
    font-size: .18rem;
    margin-top: .1rem;
}
.news_lb>a>p{
    font-size: .24rem;
    width: 85%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.news_lb>a:hover>p{
    color: #3BC9D0;
}
.news_lb>a>i{
    width: 5%;
}

.news_xq{
    padding-top: .6rem;
    padding-bottom: .8rem;
    background-color: #EDF5F7;
}
.news_xq>div{
    padding: .6rem .8rem .4rem .8rem;
    background-color: #fff;
}
.news_xq>div>h3{
    font-size: .3rem;
    text-align: center;
    font-weight: normal;
}
.news_xq>div>i{
    font-size: .16rem;
    margin: .3rem 0 .6rem 0;
    color: #646464;
    text-align: center;
}
.news_xq>div>div{

}
.news_xq>div>div p,
.news_xq>div>div section{
    color: #646464;
    font-size: .16rem;
    line-height: 1.8;
    display: block;
    /* margin-bottom: .6rem; */
}
.news_xq>div>div>b{
    font-size: .16rem;
    font-weight: bold;
    color: #333;
}
.news_xq>div>div *{
    font-size: 14px;
    line-height: inherit;
    list-style: auto;
    line-height: 1.5;
    border-spacing: 0;
    font-size: inherit;
    display: inline-block;
    color: unset;
}
.news_xq>div>div sub{
    display: inline;
}
.news_xq1>div>div strong *{
    font-weight: bold;
}
.news_xq1>div>div td:last-child{
    border-right: 1px solid #333;
}
.news_xq1>div>div table *{
    font-size: 14px;
}
.news_xq1>div>div table{
    border-bottom: 1px solid #333;
}
.news_xq1>div>div td{
    border: 1px solid #333;
    border-bottom: none;
    border-right: none;
    padding: 5px;
}
.news_xq>div>div img{
    height: auto !important;
    margin: 0 auto;
    display: inline;
}
.cpxq_dh.news_dh{
    padding-bottom: 0;
    border: none;
}
.cpxq_dh.news_dh>div{
    margin-bottom: 0;
    padding-bottom: .2rem;
}
.news_xq>div>p{
    font-size: .16rem;
    margin-top: .2rem;
}
.news_xq>div>p>a{
    color: #333;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-bottom: 0.2rem;
}
.news_xq>div>p>a:hover{
    color: #3BC9D0;
}
.dmt{

}
.news>.dmt>li{
    width: 26%;
    margin-right: 11%;
    margin-bottom: 5%;
}
.news>.dmt>li>span{
    position: relative;
}
.news>.dmt>li>span>i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news>.dmt>li>i{
    font-size: .18rem;
    margin: .2rem 0;
    color: #646464;
}
.news>.dmt>li>p{
    font-size: .24rem;
}
.top1_vid{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0,0,0,.5);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 20;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.top1_vid.on{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.top1_vid>span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top1_vid>div{
    position: relative;
    z-index: 10;
    width: 60%;
    margin: 10% auto;
}
.top1_vid>div>i{
    background-color: #EDEDED;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.top1_vid>div>i:hover{
    background-color: #333;
    color: #fff;
}
.top1_vid>div>video{
    width: 100%;
}
.gsgg{
    justify-content: space-between;
}
.gsgg>p{
    font-size: .2rem;
    display: flex;
    align-items: center;
}
.gsgg>p>i{
    margin-right: .2rem;
}
.gsgg_lb{
    padding: .5rem;
    margin-bottom: .8rem;
    background-color: #fff;
}
.gsgg_lb>ul{

}
.gsgg_lb>ul>li{
    padding-bottom: .1rem;
    margin-bottom: .3rem;
    border-bottom: 1px solid #DCDCDC;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.gsgg_lb>ul>li:last-child{
    margin-bottom: 0;
}
.gsgg_lb>ul>li>a{
}
.gsgg_lb>ul>li>a>i{
    font-size: .16rem;
    transition: .5s;
}
.gsgg_lb>ul>li>a>p{
    font-size: .18rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
}
.gsgg_lb>ul>li>a>p>i{
    position: relative;
    width: .4rem;
}
.gsgg_lb>ul>li>a>p>i>img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.gsgg_lb>ul>li>a>p>i>img:last-child{
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
}
.gsgg_lb>ul>li:hover{
    border-bottom: 1px solid #3AC8D0;
}
.gsgg_lb>ul>li>a:hover{
    
}
.gsgg_lb>ul>li>a:hover>i{
    color: #3AC8D0;
}
.gsgg_lb>ul>li>a:hover>p{
    color: #3AC8D0;
}
.gsgg_lb>ul>li>a:hover>p>i>img{
    opacity: 0;
}
.gsgg_lb>ul>li>a:hover>p>i>img:last-child{
    opacity: 1;
}
.news_rt{
    width: 3.2rem;
    padding: .4rem .2rem .5rem .2rem;
    right: .2rem;
    bottom: .7rem;
    position: fixed;
    z-index: 20;
    border-radius: .1rem;
    box-shadow: 0px 40px 30px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #DCDCDC;
    background: linear-gradient(90deg, #21A3C3, #3BC9D0);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    overflow: hidden;
}
.news_rt.on{
    height: .6rem;
}
.news_rt.on>i{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.news_rt>b{
    font-size: .24rem;
    margin-bottom: .35rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.news_rt>a{
    font-size: .18rem;
    padding-bottom: .15rem;
    margin-bottom: .3rem;
    border-bottom: 1px solid #fff;
}
.news_rt>a>p{
    color: #fff;
    line-height: 1.8;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
}
.news_rt>a:last-child{
    margin-bottom: 0;
}
.news_rt>i{
    width: auto;
    position: absolute;
    top: .1rem;
    right: .1rem;
    cursor: pointer;
    transition: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.gjhq{
    padding-top: .9rem;
    padding-bottom: .8rem;
}
.gjhq>h3{
    font-weight: normal;
}
.gjhq>h3>i{
    font-size: .24rem;
    padding: .1rem .25rem;
    /* background: linear-gradient(90deg, #21A3C3, #3BC9D0); */
    background: linear-gradient(
90deg, #09458C, #2571B7);
    color: #fff;
}
.gjhq>h3>p{
    font-size: .2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.gjhq>h3>p>i{
    margin-right: .2rem;
}
.gjhq>div{
    margin-top: .6rem;
}
.gjhq>div>span{
    width: 45%;
}
.gjhq>div>ul{
    width: 50%;
}
.gjhq>div>ul>li{
    width: 48%;
    padding: .4rem .25rem;
    margin-bottom: 2%;
    background-color: #239099;
    font-size: .18rem;
}
.gjhq>div>ul>li:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gjhq>div>ul>li>b{
    font-size: .3rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.gjhq>div>ul>li>p{
    margin-bottom: .2rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
.gjhq>div>ul>li>p:last-child{
    margin-bottom: 0;
}
.gjhq>div>ul>li>p>b{
    font-size: .48rem;
    font-weight: bold;
    color: #fff;
}
.gjhq>div>ul>li>p>i{
    color: #fff;
    line-height: 1.5;
}
.gjhq>div>ul>li>ul{
    
}
.gjhq>div>ul>li>ul>li{
    color: #fff;
    margin-bottom: .2rem;
    width: 50%;
}
.gjhq>div>ul>li>ul>li:nth-child(2),
.gjhq>div>ul>li>ul>li:nth-child(4){
    text-align: right;
}
.gjhq>div>ul>li>ul>li:nth-child(3),
.gjhq>div>ul>li>ul>li:nth-child(4){
    margin-bottom: 0;
}
/****************************资质荣誉*********************/
.zzry{
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.zzry>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.zzry>ul>li{
    width: 25%;
    margin-bottom: .4rem;
    
}

.zzry>ul>li>span{
    border: 1px solid #DCDCDC;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.zzry>ul>li:hover>span{
    border: 1px solid #239099;
}
.zzry>ul>li>p{
    font-size: .18rem;
    margin-top: .2rem;
    text-align: center;
}
@media screen and (max-width:2560px) and (min-width:1930px) {
    .news_xq>div>div img,
    .news>.dmt>li>span>i>img{
        width: auto;
    }
}
@media screen and (max-width:1450px) {
    .news_ss>.news_ssinp>input,
    .news_lb>a>b>i,
    .gjhq>h3>p,
    .zzry>ul>li>p,
    .news>.dmt>li>i,
    .gsgg_lb>ul>li>a>p,
    .news_rt>a,
    .news>ul>li>i{
        font-size: 16px;
    }
    .news>.dmt>li>p,
    .news_rt>b,
    .gsgg>p{
        font-size: 18px;
    }
    .news_xq>div>i,
    .news_xq>div>div>p,
    .gsgg_lb>ul>li>a>i,
    .gjhq>div>ul>li,
    .news_xq>div>div>b,
    .news_xq>div>p{
        font-size: 14px;
    }
    .news_ss>.news_ssinp{
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    .gsgg_lb>ul>li>a>p>i {
        width: .35rem;
    }
}
@media screen and (max-width:1380px) {
    .news_rt {
        width: 220px;
        padding: .4rem .2rem .65rem .2rem;
    }
    .gsgg_lb>ul>li>a>p{
        line-height: 1.5;
    }
}
@media screen and (max-width:1035px) {
    .news_ss.cp_ss>.news_ssinp {
        width: 100%;
    }
    .news_ul>li {
        font-size: 18px;
    }
    .top1_vid>div {
        margin: 20% auto;
    }
    .news_ss>.news_ssinp>input,
    .zzry>ul>li>p,
     .news_lb>a>b>i, .news>ul>li>i {
        font-size: 14px;
    }
    .news>ul>li>p{
        font-size: 16px;
    }
    .news_lb>a>b {
        font-size: 24px;
    }
    .news_lb>a>p {
        font-size: 16px;
    }
    .gsgg_lb>ul>li>a>p>i {
        width: 35px;
    }
    .gjhq>div>span {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .gjhq>div>ul {
        margin-top: .5rem;
        width: 100%;
    }
    .gjhq>div>ul>li>b {
        font-size: 20px;
    }
    
}
@media screen and (max-width:778px) {
    .ab_ss>li>b {
        font-size: 20px;
    }
    .news_ss>.news_ssinp>i {
        width: 20px;
    }
    .ab_ss>li:nth-child(3),
    .ab_ss>li:nth-child(4),
    .ab_ss>li:nth-child(5){
        width: 32%;
    }
    .ab_ss>li {
        width: 48%;
        margin-bottom: 6%;
    }
    .gsgg_lb>ul>li>a>p {
        position: relative;
        padding-right: 45px;
        padding-bottom: 10px;
    }
    .gsgg_lb>ul>li>a>i {
        margin-bottom: 10px;
    }
    .gsgg_lb>ul>li {
        margin-bottom: 20px;
    }
    .gsgg_lb>ul>li>a>p>i {
        position: absolute;
        width: 35px;
        right: 0;
    }
    .gjhq>div>ul>li {
        padding: 15px 10px;
    }
    .gjhq>div>ul>li>p>b {
        font-size: 30px;
    }
    .gjhq>h3>i {
        font-size: 18px;
        padding: 10px 15px;
    }
}
@media screen and (max-width:550px) {
    .gjhq>div>ul>li {
        width: 100%;
    }
    .top1_vid>div {
        margin: 60% auto;
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .news>ul{
        justify-content: space-between;
    }
    .news>ul>li{
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .news_ss>.news_ssinp {
        width: 100%;
        padding: 10px;
    }
    .news>ul>li>i {
        margin: 10px 0;
    }
    .news_lb>a>b {
        width: 20%;
    }
    .news_lb>a>p {
        width: 70%;
        line-height: 1.5;
        display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
    }
    .news_lb>a>i {
        width: 10%;
    }
    .news_lb>a {
        padding: 10px;
    }
    .news_ul>li {
        padding: 10px 0;
        font-size: 16px;
    }
    .news_xq>div>h3 {
        font-size: 18px;
        line-height: 1.5;
    }
    .news_xq>div>p>a {
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .news>.dmt {
        justify-content: space-between;
    }
    .news>.dmt>li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .news>.dmt>li>i{
        font-size: 12px;
        margin: 10px 0;
    }
    .news>.dmt>li>span>i>img{
        width: 30px;
    }
    .news>.dmt>li>p {
        font-size: 14px;
    }
    .gsgg {
        flex-wrap: wrap;
    }
    .gsgg>p {
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
    }
    .news_rt {
        padding: 10px;
        border-radius: 10px;
    }
    .news_rt.on {
        padding-bottom: 25px;
    }
    .news_rt>b{
        font-size: 16px;
    }
    .gsgg_lb>ul>li>a>i{
        font-size: 12px;
    }
    .gsgg_lb>ul>li>a>p,
    .news_rt>a{
        font-size: 14px;
    }
    .zzry>ul>li {
        width: 50%;
        margin-bottom: 20px;
    }
    .zzry>ul>li>p {
        margin-top: 10px;
    }
}
/***********************联系402cc永利************************/
.lxwm1{

}
.lxwm1>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.lxwm1>ul>li{
    width: 23%;
    margin-right: 2.5%;
    padding: .2rem .3rem .3rem .3rem;
    background-color: #e3ebed;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
/* .lxwm1>ul>li:hover{
    background-color: #239099;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
} */
.lxwm1>ul>li>span{
    position: relative;
    width: .45rem;
    margin: 0 auto;
}
.lxwm1>ul>li>span>img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.lxwm1>ul>li>span>img:last-child{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}
/* .lxwm1>ul>li:hover>span>img{
    opacity: 0;
}
.lxwm1>ul>li:hover>span>img:last-child{
    opacity: 1;
} */
.lxwm1>ul>li>b{
    font-size: .24rem;
    text-align: center;
    margin: .2rem .25rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.lxwm1>ul>li>p{
    /* font-size: .18rem;
    line-height: 1.8;
    text-align: center;
    transition: .5s; */
    line-height: 1.8;
    margin-top: 0;
}
/* .lxwm1>ul>li:hover>b,
.lxwm1>ul>li:hover>p{
    color: #fff;
} */
.lxwm1>div{
    margin-top: .7rem;
    height: 6rem;
}
.lxwm1>div img{
    max-width: inherit;
}
.lxwm_sj{
    display: flex;
}
.lxwm_sj>li{
    margin-right: .8rem;
}
.lxwm_sj>li>span{
    margin-bottom: .2rem;
}
.lxwm_sj>li>p{
    font-size: .18rem;
    text-align: center;
}
/****************************人才招聘***********************/
.nr1>b{
    font-size: .24rem;
    margin-bottom: .4rem;
}
.yrln{
    padding-top: 1rem;
    padding-bottom: 2.7rem;
}
.yrln.yrfz{
    padding-bottom: .8rem;
}
.yrln>h3{
    font-size: .24rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: .6rem;
}
.yrln>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.yrln>ul>li{
    width: 24%;
    margin-right: 1.33%;
    padding: .6rem .25rem .7rem .3rem;
    border: 1px solid #FFFFFF;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.yrln>ul>li>b{
    font-size: .18rem;
    margin-bottom: .3rem;
    text-align: center;
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: #fff;
}
.yrln>ul>li>p{
    font-size: .18rem;
    line-height: 1.8;
    text-align: center;
    text-align: justify;
    transition: .5s;
    color: #fff;
}
.yrln>ul>li:hover{
    /* background-color: #fff; */
}
.yrln>ul>li:hover>b{
    /* color: #22A5C4; */
}
.yrln>ul>li:hover>p{
    /* color: #333; */
}
.yrln.yrfz>h3{
    color: #333;
}
.yrln.yrfz>ul>li{
    width: 32%;
    margin-right: 2%;
    padding: .88rem .45rem;
    background-color: #e3ebed;
    border: none;
}
.yrln.yrfz>ul>li:hover{
    /* background-color: #e3ebed; */
    background-color: #fff;
}
.yrln.yrfz>ul>li>b{
    color: #22A5C4;
}
.yrln.yrfz>ul>li:hover>b{
    color: #22A5C4;
}
.yrln.yrfz>ul>li>p{
    /*text-align: center;*/
    color: #333;
}
.yrln.yrfz>ul>li:hover>p{
    color: #333;
}
.yrln.yrfz>h4{
    margin: 0 auto;
    margin-top: 1rem;
    cursor: pointer;
}
.rczp_lx{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.rczp_lx>p{
    font-size: .24rem;
    display: flex;
    align-items: center;
}
.rczp_lx>p:first-child{
    margin-right: 1rem;
}
.rczp_lx>p>i{
    margin-right: .2rem;
}
.xdlcy{

}
.xdlcy>div{
    padding: .6rem .65rem .4rem .6rem;
    margin-bottom: .4rem;
    background-color: #fff;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.xdlcy>div>span{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.xdlcy>div>span>p{
    font-size: .3rem;
    margin-bottom: .3rem;
    color: #239099;
    font-weight: bold;
    transition: .5s;
}
.xdlcy>div>span>i{
    width: 100%;
}
.xdlcy>div>div{
    width: 50%;
    font-size: .18rem;
}
.xdlcy>div>div>b{
    font-weight: bold;
    margin-bottom: .2rem;
    transition: .5s;
}
.xdlcy>div>div>p{
    margin-bottom: .4rem;
    line-height: 1.5;
    transition: .5s;
}
.xdlcy>div>div>a{
    transition: .5s;
}
.xdlcy>div:hover{
    background-color: #138F99;
}
.xdlcy>div:hover>span>p,
.xdlcy>div:hover>div>b,
.xdlcy>div:hover>div>p,
.xdlcy>div:hover>div>a{
    color: #fff;
}

@media screen and (max-width:1450px) {
    .lxwm_sj>li>p,
    .yrln>ul>li>b,
    .xdlcy>div>div,
    .yrln>ul>li>p{
        font-size: 16px;
    }
    /* .lxwm1>ul>li>p{
        font-size: 14px;
    } */
}
@media screen and (max-width:1370px) {
    .rczp_lx>p {
        font-size: 16px;
    }
    .yrln>h3 {
        font-size: 18px;
    }
    .yrln>ul>li>b,
    .xdlcy>div>div,
    .yrln>ul>li>p{
        font-size: 14px;
    }
    /* .lxwm1>ul {
        justify-content: space-between;
    } */
    /* .lxwm1>ul>li {
        width: 49%;
        margin-right: 0%;
        margin-bottom: 2%;
    } */
}
@media screen and (max-width:1035px) {
    /* .lxwm1>ul{
        justify-content: space-between;
    }
    .lxwm1>ul>li>b{
        font-size: 16px;
    }
    .lxwm1>ul>li {
        width: 48%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .lxwm1>ul>li>span {
        width: 35px;
    } */
    .lxwm_sj>li {
        width: 120px;
    }
    .nr1>b{
        font-size: 16px;
    }
    .yrln>ul>li>b,
    .yrln>ul>li>p{
        font-size: 14px;
    }
    .xdlcy>div>span>p{
        font-size: 18px;
    }
    .xdlcy>div>span {
        justify-content: flex-start;
    }
    .lxwm1>ul>li {
        width: 100%;
        margin-right: 0;
        padding: 10px;
    }
    .lxwm1>ul>li>span {
        width: 30px;
    }
}
@media screen and (max-width:780px) {
    .xdlcy>div>div{
        margin-top: .5rem;
    }
    .xdlcy>div>div,
    .xdlcy>div>span {
        width: 100%;
    }
}
@media screen and (max-width:550px) {
    /* .lxwm1>ul>li{
        padding: 10px;
    } */
    .lxwm1>div {
        height: 300px;
    }
    /* .lxwm1>ul>li {
        width: 100%;
    } */
    .nr1>b {
        font-size: 14px;
        line-height: 1.5;
    }
    .yrln>ul,
    .yrln.yrfz>ul{
        justify-content: space-between;
    }
    .yrln>ul>li ,
    .yrln.yrfz>ul>li{
        width: 48%;
        margin-right: 0;
        padding: 15px 10px;
        margin-bottom: 4%;
    }
    .rczp_lx>p {
        margin-bottom: 15px;
    }
    .xdlcy>div {
        padding: 15px;
        margin-bottom: 20px;
    }
    .xdlcy>div>span>p {
        margin-bottom: 10px;
    }
}<!--0.00021505355834961-->