.about1 {
    position: relative;
    z-index: 15;
    padding: 1.5rem 1.6rem 1.3rem 1.6rem;
}
.about1.qcxp{
    padding-bottom: 0;
}
.animated {
    /* animation-fill-mode: backwards; */
}
.about1>h3 {
    color: #191919;
    font-size: .36rem;
    font-weight: bold;
    animation-delay: 0s;
    font-family: Microsoft YaHei;
    /* font-family: "SourceHanSansCN-Bold"; */
}

.about1>b {
    position: relative;
    font-size: 20px;
    color: #DE157D;
    padding: .4rem 0 .35rem 0.25rem;
    font-weight: 400;
    animation-delay: 0.1s;
    font-family: Microsoft YaHei;
    /* font-family: "SourceHanSansCN-Regular"; */
}

.about1>b::before {
    background: #DE157D;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0%;
    top: 50%;
}

.about1>p {
    font-size: 18px;
    line-height: 1.8;
    color: #606060;
    margin-bottom: .45rem;
    animation-delay: .2s;
}

.about1>p>i {
    font-family: "ariblk";
    color: #515151;
}

.about1>div {
    position: relative;
}

.about1>div>ul {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -.7rem;
    width: 100%;
    padding-right: .3rem;
}

.about1>div>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: "SourceHanSansCN-Regular";
}

.hong_kuai {
    background: url(../img/hong_kuai.png) no-repeat center;
    background-size: cover;
    padding: .7rem 0 .5rem 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: .82rem;
    margin-left: .12rem;
}

.lan_kuai {
    background: url(../img/lan_kuai.png) no-repeat center;
    background-size: cover;
    padding: .7rem 0 .5rem 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: .82rem;
    margin-left: .12rem;
    transform: translateY(-.35rem);
}

.about2 {
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
    margin-bottom: .3rem;
    padding-top: 1.3rem;
}

.about2>div {
    width: 49%;
    position: relative;
}

.about2>div>div>span {
    position: absolute;
    bottom: 14%;
    right: 0%;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.about2>div>div:hover>span,
.about2>div>div.on>span{
    opacity: 1;
}
.about2>div>h3 {
    font-weight: 500;
    font-size: .3rem;
    color: #191919;
    margin-top: .4rem;
    font-family: "SourceHanSansCN-Regular";
}

.about2>div>b {
    width: 27px;
    height: 3px;
    background-color: #DCDCDC;
    margin: .4rem 0 .45rem 0;
}

.about2>div>p {
    font-size: 16px;
    color: #515151;
    line-height: 1.8;
    margin-bottom: .3rem;
}

.about2>div>p>i {
    font-family: "ariblk";
    color: #515151;
}

.about2>div>div {
    font-size: 18px;
    color: #424242;
    padding-bottom: .4rem;
    margin-left: 16%;
    margin-bottom: .4rem;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    font-family: "SourceHanSansCN-Regular";
}

.about2>div>div>p {
    color: #727272;
    margin-bottom: .1rem;
}

.about2>div>div>p>em {
    font-size: .5rem;
    color: #DE157D;
    font-family: "Gilroy-Medium";
    width: 18%;
}

.about2>div>div>p>i {
    color: #727272;
    margin: 0 .3rem;
}

.about3 {
    position: relative;
    z-index: 10;
}

.about3>div {
    position: relative;
}

.about3>div>div>img {
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.about3>div>p {
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    color: #191919;
    font-size: .18rem;
    font-style: italic;
    text-transform: initial;
    padding: .3rem .15rem;
    position: absolute;
    background: #fff;
    bottom: 1.2rem;
    right: 5.5rem;
    z-index: 1;
    font-family: "SourceHanSansCN-Regular";
    transition-delay: 1.2s;
}
.about3>div.on>p,
.about3>div.on>div>img{
    opacity: 1;
}
.about3>div>div {
    position: absolute;
    top: 1.74rem;
    left: 3.16rem;
}

.about3>div>div>span,
.about3>div>div>i {
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.about3>div>div>i{
    opacity: 1;
}
.about3>div>div>i>img{
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.about3>div>div>i>img:first-child{
    transition-delay: .4s;
}
.about3>div>div>i>img:last-child{
    transition-delay: .8s;
    position: absolute;
    top: 0%;
    left: 0%;
}
.about3>div.on>div>span{
    transition-delay: 2.1s;
    opacity: 1;
}
.about3>div>div>ul>li:nth-child(1) {
    bottom: 25%;
    left: 10%;
    transition-delay: 1.6s;
}

.about3>div>div>ul>li:nth-child(2) {
    bottom: -1%;
    left: 45%;
    transition-delay: 2.6s;
}

.about3>div>div>ul>li:nth-child(3) {
    bottom: 10%;
    right: 16%;
    transition-delay: 3.6s;
}
.about3>ul>li.ab_lb1 .swiper-slide:nth-child(1){
    transition-delay: 2.1s;
}
.about3>ul>li.ab_lb1 .swiper-slide:nth-child(2){
    transition-delay: 3.1s;
}
.about3>ul>li.ab_lb1 .swiper-slide:nth-child(3){
    transition-delay: 4.1s;
}
.about3>div.on>div>i>img{
    opacity: 1;
}
.about3>div>div>ul {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}

.about3>div>div>ul>li {
    position: absolute;
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.about3>div.on>div>ul>li{
    opacity: 1;
}
.about3>div>div>ul>li>p {
    color: #191919;
    margin-bottom: .2rem;
    font-size: .18rem;
}

.about3>div>div>ul>li>p>i {
    font-size: .26rem;
    font-style: italic;
    margin-right: .1rem;
    font-family: "Gilroy-Medium";
}

.about3>div>div>ul>li>i {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #DE157D;
    position: relative;
    margin: 0 auto;
}

.about3>div>div>ul>li>i::after {
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    border-radius: 50%;
    background: rgb(222 21 125 / 20%);
}

.about3>ul {
    padding-left: 1.6rem;
    margin-top: 1.77rem;
    margin-bottom: 1rem;
}

.about3>ul>li:first-child {
    width: 16%;
    padding-top: .8rem;
    position: relative;
}

.about3>ul>li {
    width: 73%;
}

.ab_b {
    font-size: .3rem;
    color: #191919;
    font-weight: 500;
    margin-bottom: .25rem;
    font-family: "SourceHanSansCN-Regular";
}

.ab_p {
    font-size: 16px;
    color: #515151;
    line-height: 1.8;
    text-transform: initial;
}

.ab_p>i {
    font-family: "ariblk";
}

.about3>ul>li>div {}

.about3>ul>li .swiper-wrapper {
    padding-bottom: .55rem;
}

.about3>ul>li .swiper-slide {
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transform: translateY(.38rem);
    -webkit-transform: translateY(.38rem);
    -moz-transform: translateY(.38rem);
    -ms-transform: translateY(.38rem);
    -o-transform: translateY(.38rem);
    opacity: 0;
}
.about3>ul>li.on .swiper-slide{
    opacity: 1;
}
.about3>ul>li .swiper-slide-active {
    transform: translateY(0rem);
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -o-transform: translateY(0rem);
}

.about3>ul>li .swiper-slide-next {
    transform: translateY(.53rem);
    -webkit-transform: translateY(.53rem);
    -moz-transform: translateY(.53rem);
    -ms-transform: translateY(.53rem);
    -o-transform: translateY(.53rem);
}

.about3>ul>li .swiper-slide>span {
    width: 71%;
}

.about3>ul>li .swiper-slide>p {
    font-size: .18rem;
    font-style: italic;
    color: #454545;
    margin-top: .22rem;
}

.about3>ul>li .swiper-button-next,
.about3>ul>li .swiper-button-prev {
    background: none;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #DADADA;
    font-size: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: relative;
    float: left;
    left: 0;
    right: 0;
    margin-right: .3rem;
    top: 2.1rem;
}

.about3>ul>li .swiper-button-next:hover,
.about3>ul>li .swiper-button-prev:hover {
    background-color: #DE157D;
}

.about3>ul>li .swiper-button-next>i,
.about3>ul>li .swiper-button-prev>i {
    transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
    color: #fff;
    font-weight: lighter;
}

.about3>ul>li .swiper-button-prev {}

.about4 {
    position: relative;
    z-index: 10;
    padding: 1rem 1.6rem;
    padding-bottom: 0;
}

.about4>b {}

.about4>div {
    position: relative;
    margin-top: .8rem;
}

.about4>div>span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
}

.about4>div>span>img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.about4>div>video {
    max-width: 100%;
    z-index: 15;
    position: relative;
    cursor: pointer;
}

.about5 {
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
    padding-top: 1rem;
}

.about5>ul {
    margin-top: 1.7rem;
    margin-bottom: 1.3rem;
}

.about5>ul>li {
    float: left;
    width: 30%;
    margin-right: 4.5%;
    margin-bottom: 4%;
}

.about5>ul>li>span {
    width: 12%;
    margin: 0 auto;
}
.about5>ul>li:nth-child(3)>span {
    transform: translateY(.02rem);
    -webkit-transform: translateY(.02rem);
    -moz-transform: translateY(.02rem);
    -ms-transform: translateY(.02rem);
    -o-transform: translateY(.02rem);
}

.about5>ul>li>b {
    font-size: .22rem;
    color: #181818;
    text-align: center;
    margin: .4rem 0 .2rem 0;
}

.about5>ul>li>p {
    font-size: 16px;
    color: #515151;
    text-align: center;
    line-height: 1.8;
}

.about3>ul>li.ab_lb2 .swiper-button-next,
.about3>ul>li.ab_lb2 .swiper-button-prev {
    display: none;
}

@media screen and (max-width:2560px) and (min-width:1930px) {
    .about3>div>div {
        width: 84%;
    }

    .about4>div>video {
        width: 100%;
    }
}

@media screen and (max-width:1440px) {
    .about1>div>ul>li {
        width: 6%;
    }
}

@media screen and (max-width:1280px) {
    .about1>div>ul>li {
        font-size: 14px;
    }

    .about3>ul>li:first-child {
        width: 20%;
    }
}

@media screen and (max-width:1024px) {
    .about1>div>ul>li {
        width: 7%;
        padding: .9rem 0 .5rem 0;
    }
}

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

    .about1>h3,
    .ab_b {
        font-size: 18px;
    }

    .about2>div>div>p>em {
        font-size: 22px;
        width: auto;
    }

    .about1>b,
    .about5>ul>li>b,
    .about2>div>div {
        font-size: 16px;
    }

    .about1>p,
    .about5>ul>li>p,
    .about2>div>p,
    .ab_p,
    .about3>div>div>ul>li>p>i,
    .about3>div>div>ul>li>p {
        font-size: 14px;
    }

    .about3>ul {
        margin-bottom: 80px;
    }

    .about1>b::before {
        width: 6px;
        height: 6px;
        top: 48%;
    }

    .about1>div>ul {
        bottom: -1rem;
    }

    .about1>div>ul>li {
        width: 9%;
        padding: 1.5rem 0 .8rem 0;
    }

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

@media screen and (max-width:540px) {
    .about3>ul {
        margin-bottom: 0px;
    }
    .about1 {
        padding-top: 4rem;
    }
    .about1>b::before {
        top: 20px;
        left: -5px;
    }
    .about1>div>ul>li {
        width: 12%;
    }

    .about2>div,
    .about3>ul>li,
    .about3>ul>li:first-child {
        width: 100%;
    }

    .about2>div>div {
        padding-left: 0%;
        width: 41.3%;
        float: left;
        margin-right: 1%;
        text-align: center;
        margin-left: 0;
        border-bottom: none;
        font-size: 14px;
    }
    .about2>div>div:nth-child(1) {
        width: 30%;
    }
    .about2>div>div:nth-child(2) {
        width: 25%;
    }
    .about2>div>div>span{
        display: none;
    }

    .about2>div>span {
        display: none;
    }

    .ab_p,
    .about2>div>p,
    .about1>p {
        line-height: 1.5;
    }

    .about3>div>p {
        font-size: 14px;
        width: 80%;
        right: 10%;
        display: none;
        text-align: center;
    }
    .about4>div>span>img {
        width: 40px;
        height: 40px;
    }
    .about3>div>div {
        display: none;
    }

    .about3>ul>li .swiper-slide-next {
        transform: translateY(0rem);
        -webkit-transform: translateY(0rem);
        -moz-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        -o-transform: translateY(0rem);
    }

    .about3>ul>li .swiper-button-next,
    .about3>ul>li .swiper-button-prev {
        display: none;
    }

    .about3>ul>li.ab_lb2 .swiper-button-next1,
    .about3>ul>li.ab_lb2 .swiper-button-prev1 {
        display: block;
        position: absolute;
        width: 35px;
        height: 35px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #DADADA;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        color: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        bottom: 0%;
        z-index: 20;
    }

    .about3>ul>li.ab_lb2 .swiper-button-next1:hover,
    .about3>ul>li.ab_lb2 .swiper-button-prev1:hover {
        background-color: #DE157D;
    }

    .about3>ul>li.ab_lb2 .swiper-button-next1>i,
    .about3>ul>li.ab_lb2 .swiper-button-prev1>i {
        transform: scaleY(1.5);
        -webkit-transform: scaleY(1.5);
        -moz-transform: scaleY(1.5);
        -ms-transform: scaleY(1.5);
        -o-transform: scaleY(1.5);
        color: #fff;
        line-height: 1.5;
    }

    .about3>ul>li.ab_lb2 .swiper-button-next1 {
        right: 38%;
    }

    .about3>ul>li.ab_lb2 .swiper-button-prev1 {
        left: 38%;
    }

    .about3>ul>li .swiper-slide>span {
        width: 100%;
    }

    .about3>ul {
        padding-right: 1.6rem;
        margin-bottom: 10%;
    }

    .about3>ul>li:first-child {
        padding-top: 0;
    }

    .about3>ul>li .swiper-slide>b {
        font-size: 14px;
        margin-top: .5rem;
    }

    .about3>ul>li .swiper-slide>p {
        font-size: 14px;
    }

    .about5>ul>li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 12%;
    }
    .about5>ul>li>b {
        margin: .8rem 0 .2rem 0;
    }
    .about3>ul>li .swiper-wrapper {
        margin-top: 10px;
    }

    .about5>ul>li>p {
        line-height: 1.5;
    }

    .about1>b {
        padding: .5rem 0 .5rem 0.25rem;
    }

    .about1>p {
        margin-bottom: .8rem;
    }

    .about2>div.rt {
        margin: 5% 0;
    }

    .about2>div>div>p>i {
        display: none;
    }
}

/*****************************项目案例***************************/
.xmal2 {
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
    padding-top: 1.3rem;
}

.xmal2>h3 {
    font-size: .32rem;
    color: #191919;
    font-weight: 400;
    margin-bottom: .8rem;
    font-family: "SourceHanSansCN-Regular";
}

.xmal2>div {
    position: relative;
}

.xmal2>div .swiper-pagination1,
.xmal2>div .swiper-pagination4,
.xmal2>ul>li>div .swiper-pagination2,
.xmal2>ul>li>div .swiper-pagination3,
.cpxq2 .swiper-pagination1,
.xmal4>div.swiper-pagination5 {
    position: absolute;
    bottom: .35rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.xmal2>div .swiper-pagination1>span,
.xmal2>div .swiper-pagination4>span,
.xmal2>ul>li>div .swiper-pagination2>span,
.xmal2>ul>li>div .swiper-pagination3>span,
.cpxq2 .swiper-pagination1>span,
.xmal4>div.swiper-pagination5>span {
    background-color: #fff;
    margin-right: .15rem;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.xmal2>div .swiper-pagination1>span.swiper-pagination-bullet-active,
.xmal2>div .swiper-pagination4>span.swiper-pagination-bullet-active,
.cpxq2 .swiper-pagination1>span.swiper-pagination-bullet-active,
.xmal2>ul>li>div .swiper-pagination2>span.swiper-pagination-bullet-active,
.xmal2>ul>li>div .swiper-pagination3>span.swiper-pagination-bullet-active,
.xmal4>div.swiper-pagination5>span.swiper-pagination-bullet-active {
    background-color: #DE157D;
}

.xmal2>b {
    font-size: .26rem;
    color: #141414;
    font-weight: 500;
    text-align: center;
    margin-top: .6rem;
    margin-bottom: .25rem;
    font-family: "SourceHanSansCN-Regular";
}

.xmal2>p {
    font-size: 18px;
    line-height: 1.8;
    color: #535353;
    text-align: center;
    width: 71%;
    margin: 0 auto;
    margin-bottom: 1.08rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.xmal2>ul {
    margin-bottom: .5rem;
}

.xmal2>ul>li {
    width: 45%;
    position: relative;
    background: #FBFBFB;
    padding: 0 .85rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.xmal2>ul>li.db {
    width: 53%;
    padding: 0;
    display: block;
}

.xmal2>ul>li>b {
    font-size: .26rem;
    color: #141414;
    font-weight: 500;
    margin-bottom: .3rem;
    font-family: "SourceHanSansCN-Regular";
}

.xmal2>ul>li>p {
    font-size: 18px;
    color: #535353;
    line-height: 1.8;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.xmal2>ul>li>span {
    position: absolute;
    bottom: 0;
    left: .85rem;
}

.xmal2>ul>li>div {}

a.ckgd {
    /* display: block; */
    width: 2.1rem;
    height: .75rem;
    font-size: .2rem;
    color: #fff;
    background: #DB0E7B;
    line-height: .75rem;
    text-align: center;
    margin: 0.5rem auto;
    transition: .5s;
    margin-top: 0;
    transform: translateY(-.3rem);
    -webkit-transform: translateY(-.3rem);
    -moz-transform: translateY(-.3rem);
    -ms-transform: translateY(-.3rem);
    -o-transform: translateY(-.3rem);
    display: flex;
    align-items: center;
    justify-content: center;
}
a.ckgd>i{
    vertical-align: middle;
    width: 0rem;
    height: 1px;
    background: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
a.ckgd:hover{
    background-color: #00345E;
}
a.ckgd:hover>i{
    width: .2rem;
}
.xmal3 {
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
}

.xmal3>b {
    font-size: .32rem;
    color: #191919;
    font-weight: 400;
    margin-bottom: .6rem;
    margin-top: .9rem;
    font-family: "SourceHanSansCN-Regular";
}

.xmal3>ul {}

.xmal3>ul>li {
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.xmal3>ul>li>span {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FBFBFB;
}

.xmal3>ul>li>div {
    width: 65%;
    position: relative;
    padding: .57rem .53rem .54rem .85rem;
    background-color: #FBFBFB;
}

.xmal3>ul>li>div>b {
    font-size: .3rem;
    color: #191919;
    font-weight: 400;
    margin-bottom: .35rem;
    font-family: "SourceHanSansCN-Regular";
}

.xmal3>ul>li>div>p {
    font-size: 18px;
    color: #838383;
    line-height: 1.8;
}

.xmal3>ul>li>div>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
}

.xmal3>ul>li:hover>div>span {
    opacity: 1;
}

.xmal4 {
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
}

.xmal4>b {
    margin-top: .9rem;
    font-size: .32rem;
    color: #191919;
    font-weight: 400;
    margin-bottom: .78rem;
    font-family: "SourceHanSansCN-Regular";
}

.xmal4>div {}

.xmal4>div.swiper-pagination5 {
    position: relative;
    bottom: 0;
    margin: .72rem 0 1.33rem 0;
}

.xmal4>div.swiper-pagination5>span {
    background: #E7E7E7;
}

.xmal4>div.swiper-pagination5>span:last-child {
    margin: 0;
}

.xmal4>div .swiper-slide {
    position: relative;
    padding: .6rem .85rem;

    background: #F3F3F3;
}

.xmal4>div .swiper-slide>img {
    margin: 0 auto;
}

.xmal4>div .swiper-slide>p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .36rem;
    color: #fff;
    background: #00345E;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-transform: initial;
}

.xmal4>div .swiper-slide:hover>p {
    opacity: 1;
}

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

    .xmal3>ul>li>span>img,
    .xmal4>div .swiper-slide>img {
        width: auto;
    }
}

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

    .xmal2>b,
    .xmal2>ul>li>b,
    .xmal3>ul>li>div>b {
        font-size: 18px;
    }

    .xmal2>p,
    .xmal2>ul>li>p,
    .xmal3>ul>li>div>p {
        font-size: 14px;
    }

    .xmal2>ul>li>span {
        width: 15%;
    }
}

@media screen and (max-width:768px) {
    .xmal2>ul>li>p {
        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 7;

        overflow: hidden;
    }

    .xmal2>p {
        width: 90%;
    }

    .xmal3>ul>li>span {
        width: 20%;
    }

    .xmal3>ul>li>span>img {
        width: 60%;
    }

    .xmal3>ul>li>div {
        width: 75%;
    }

    a.ckgd {
        font-size: 14px;
    }

    .xmal3>b,
    .xmal4>b,
    .xmal2>h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:540px) {
    .xmal2>p {
        width: 100%;
        text-align: justify;
    }
    .xmal2>p {
        margin-bottom: 1.28rem;
    }
    .xmal2>ul>li {
        padding: 0;
    }
    .xmal2>ul {
        margin-bottom: 1.28rem;
    }
    .xmal3>ul>li>div>b{
        text-align: center;
    }
    .xmal2>ul>li>p {
        -webkit-line-clamp: 5;
        line-height: 1.5;
    }

    .xmal2>ul>li>span {
        display: none;
    }

    .xmal2>div .swiper-pagination1>span,
    .xmal2>div .swiper-pagination4>span,
    .xmal2>ul>li>div .swiper-pagination2>span,
    .xmal2>ul>li>div .swiper-pagination3>span,
    .xmal4>div.swiper-pagination5>span {
        width: 8px;
    height: 8px;
    }

    .xmal2>p,
    .xmal3>ul>li>div>p {
        line-height: 1.5;
    }

    .xmal3>ul>li {
        flex-wrap: wrap;
    }

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

    .xmal3>ul>li>span>img {
        width: 20%;
        margin: 10%;
    }

    a.ckgd {
        width: 100px;
        height: 35px;
        line-height: 35px;
    }
}

/******************************客户服务**********************/
.khfw1{
    padding-bottom: 0;
}
.khfw2 {
    position: relative;
    z-index: 9;
    padding: 0 1.6rem;
    padding-top: 1.3rem;
    background-image: url(../img/khfw2_bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.khfw2>p {
    font-size: .32rem;
    color: #191919;
    margin-bottom: .88rem;
    font-family: "SourceHanSansCN-Regular";
}

.khfw2>ul {
    display: flex;
    margin-bottom: 1.34rem;
}

.khfw2>ul>li {
    float: left;
    width: 13.333%;
    display: flex;
    justify-content: space-between;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.khfw2>ul>li.on {
    width: 60%;
}

.khfw2>ul>li>span {
    position: relative;
    overflow: hidden;
    width: 0%;
    transition: .8s;
    height: 5.25rem;
}

.khfw2>ul>li>span>img {
    opacity: 0;
    display: none;
}

.khfw2>ul>li>span>p {
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
    position: absolute;
    top: 2.4rem;
    left: .7rem;
    width: 70%;
    text-align: justify;
}

.khfw2>ul>li>span>p>i {
    font-family: "ariblk";
    color: #fff;
}

.khfw2>ul>li.on>span {
    width: 78%;
}

.khfw2>ul>li>div {
    cursor: pointer;
    width: 100%;
    transition: .8s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    background-color: #fff;
}

.khfw2>ul>li.on>div {
    width: 22%;
    cursor: default;
}

.khfw2>ul>li>div>p {
    font-size: .26rem;
    color: #292929;
    line-height: 1.5;
    text-align: center;
    padding-top: .8rem;
    font-family: "SourceHanSansCN-Regular";
}

.khfw2>ul>li>div>span {
    padding: .8rem 0 .8rem 0;
    background-image: linear-gradient(to top, #f2f2f2, #fff);
}

.khfw2>ul>li>div>span.kh2_sp {
    background-image: linear-gradient(to top, #fafafa, #fff);
}

.khfw2>ul>li>div>span>img {
    width: auto;
    margin: 0 auto;
}

.khfw2>div {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.khfw2>div>div {
    width: 18%;
    float: left;
    margin-right: 8.6%;
    margin-bottom: .4rem;
    padding-top: .67rem;
    padding-bottom: .52rem;
    transition: .8s;
}

.khfw2>div>div:hover {
    background-color: #F9F9F9;
}

.khfw2>div>div>span {
    width: 16%;
    margin: 0 auto;
    transition: .8s;
}

.khfw2>div>div>b {
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    font-size: .28rem;
    color: #181818;
    margin: .2rem 0;
    text-align: center;
    font-weight: normal;
    font-family: "SourceHanSansCN-Regular";
}

.khfw2>div>div>p {
    font-size: 16px;
    text-align: center;
    color: #606060;
    line-height: 1.8;
}

.khfw2>div>div:hover>b,
.khfw2>div>div:hover>span {
    transform: translateY(.3rem);
}

.khfw2>div>div:hover>p {
    opacity: 0;
}

.khfw2>div>div>p>i {
    color: #515151;
    font-family: "ariblk";
}

.khfw3 {
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
    background: url(../img/khfw3.jpg) no-repeat top;
    background-size: 100% auto;
    padding-bottom: 1.3rem;
    background-color: #F7F7F7;
}

.khfw3>b {
    font-size: .32rem;
    color: #fff;
    margin: 1.3rem 0 .2rem 0;
    font-family: "SourceHanSansCN-Bold";
}

.khfw3>.khfw3_an {
    display: flex;
    justify-content: flex-end;
}

.khfw3>.khfw3_an>div {
    width: .6rem;
    height: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: #00345E;
    margin-left: 5px;
    cursor: pointer;
}

.khfw3>.khfw3_an>div>i {
    color: #fff;
    transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
    line-height: 0;
}

.khfw3 .swiper-slide {
    opacity: 0 !important;
}

.khfw3 .swiper-slide-active {
    opacity: 1 !important;
}

.khfw3 .swiper-slide>ul {
    background: #fff;
}

.khfw3 .swiper-slide>ul>li {
    display: flex;
    justify-content: flex-start;
    padding: .6rem 0;
    position: relative;
    background-color: #fff;
}
.khfw3 .swiper-slide>ul>li:hover {
    background-color: #F9F9F9;
}
.khfw3 .swiper-slide>ul>li::after{
    width: 86%;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(234,234,234 , 70%);
}
.khfw3 .swiper-slide>ul>li>b {
    font-family: "Gilroy-Medium";
    font-size: .4rem;
    color: #C2C2C2;
    text-align: center;
    width: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.khfw3 .swiper-slide>ul>li>p {
    font-size: .2rem;
    line-height: 1.8;
    width: 77%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    transition: .5s;
    /* color: #C2C2C2; */
}

.khfw3 .swiper-slide>ul>li:hover>p,
.khfw3 .swiper-slide>ul>li:hover>b{
    color: #00345E;
}
@media screen and (max-width:1600px) {
    .khfw2>ul>li>span>p {
        font-size: 16px;
    }
}

@media screen and (max-width:1440px) {
    .khfw2>ul>li>span>p {
        width: 80%;
    }
}

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

    .khfw3 .swiper-slide>ul>li>p,
    .khfw2>div>div>p {
        font-size: 14px;
    }
}

@media screen and (max-width:1024px) {
    .khfw2>div>div {
        width: 19%;
        margin-right: 7.6%;
    }
}
@media screen and (max-width:768px) {
    .khfw3 .swiper-slide>ul>li>b {
        font-size: 20px;
    }
    .khfw3>b,
    .khfw2>p{
        font-size: 18px;
    }
    .khfw2>ul>li>div>p,
    .khfw2>div>div>b{
        font-size: 16px;
    }
    .khfw2>ul>li>span>p {
        font-size: 14px;
    }
    .khfw3>.khfw3_an>div {
        width: 40px;
        height: 40px;
    }
    .khfw2>div>div {
        width: 20%;
        margin-right: 6.6%;
    }
}
@media screen and (max-width:540px) {
    .khfw2>ul{
        flex-wrap: wrap;
    }
    .khfw2>ul>li>div>p {
        line-height: 1.2;
    }
    .khfw3 .swiper-slide>ul>li {
        padding: 1.2rem 0;
    }
    .khfw2>ul>li>div>span>img {
        width: 20%;
    }
    .khfw3>.khfw3_an>div {
        width: 30px;
        height: 30px;
    }
    /* .khfw2>ul>li:nth-child(2)>div>span>img {
            width: 15%;
    }
    .khfw2>ul>li:nth-child(3)>div>span>img {
        width: 13%;
    }
    .khfw2>ul>li:nth-child(4)>div>span>img {
        width: 28%;
    } */
    .khfw2>div>div>p {
        line-height: 1.5;
    }
    .khfw2>ul>li,
    .khfw2>ul>li.on{
        width: 100%;
        margin-bottom: 1rem;
    }
    .khfw2>ul>li.on>span,
    .khfw2>ul>li>span {
        width: 70%;
        height: 100%;
    }
    .khfw2>ul>li>div,
    .khfw2>ul>li.on>div {
        width: 30%;
    }
    .khfw2>ul>li>span>p {
        top: 1.4rem;
    }
    .khfw2>div>div {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10%;
    }
    .about1.khfw1>div>ul>li {
        width: 14%;
    }
    .khfw3 .swiper-slide>ul>li>p {
        line-height: 1.5;
    }
    .khfw3 .swiper-slide>ul>li>b{
        display: block;
    }
}
/**********************************产品*******************/
.cpzx2{
    position:relative;
    z-index: 10;
    padding: 0 1.6rem;
    padding-top: 1.3rem;
}
.cpzx2>p{
    margin-bottom: .64rem;
    font-size: .3rem;
    color: #191919;
    font-family: Bodoni;
}
.cpzx2>ul{

}
.cpzx2>ul>li{
    width: 49%;
    margin-right: 2%;
    padding-bottom: .4rem;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: .78rem;
}
.cpzx2>ul>li>a{

}
.cpzx2>ul>li>a>span{
    overflow: hidden;
    width: 100%;
}
.cpzx2>ul>li>a>span>img{
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.cpzx2>ul>li:hover>a>span>img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.cpzx2>ul>li>a>b{
    font-size: .2rem;
    font-weight: normal;
    margin: .4rem 0 .25rem 0;
    text-align: center;
    font-family: Bodoni;
}
.cpzx2>ul>li>a>p{
    font-size: 16px;
    color: #535353;
    line-height: 1.8;
    width: 60%;
    margin: 0 auto;
    text-align: center;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cpzx2>a{
    margin-top: .3rem;
    transform: translateY(0rem);
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -o-transform: translateY(0rem);
}
.cpzx3{
    position: relative;
    z-index: 10;
}
.cpzx3>.cp3_1{
    padding: 0 1.6rem;
}
.cpzx3>.cp3_1>b{
    font-size: .3rem;
    color: #191919;
    font-weight: normal;
    font-family: "SourceHanSansCN-Regular";
    padding-top: .9rem;
}
.cpzx3>.cp3_1>div{
    font-size: .22rem;
    display: flex;
    padding: .47rem 0;
}
.cpzx3>.cp3_1>div:nth-child(2){
    border-bottom: 1px solid #E4E4E4;
}
.cpzx3>.cp3_1>div>p{
    font-family: "SourceHanSansCN-Regular";
    color: #232323;
    width: 11%;
    text-align: center;
    margin-right: .8rem;
    position: relative;
}
.cpzx3>.cp3_1>div>p::before{
    width: .2rem;
    height: 2px;
    top: 45%;
    left: 0%;
    background: #777777;
}
.cpzx3>.cp3_1>div>form{

}
.cpzx3>.cp3_1>div>form>label{
    font-family: "SourceHanSansCN-Regular";
    margin-right: .65rem;
    cursor: pointer;
}
.cpzx3>.cp3_1>div>form>label>input{
    position: relative;
    margin-right: .13rem;
    font-family: "SourceHanSansCN-Regular";
    width: .2rem;
    height: .2rem;
    transform: translateY(.03rem);
    cursor: pointer;
}
.cpzx3>.cp3_1>div>form>label>input:checked::after{
    width: 80%;
    height: 80%;
    border: 2px solid #DE157D;
    top: 0%;
    left: 0%;
    border-radius: 50%;
}
.cpzx3>.cp3_1>div>form>label>input:checked::before{
    width: 60%;
    height: 60%;
    background-color: #DE157D;
    top: 20%;
    left: 20%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.cpzx3>.cp3_2{
    background: #F6F6F6;
    padding: .6rem 1.6rem 1.3rem 1.6rem;
}
.cpzx3>.cp3_2>p{
    font-size: .2rem;
    text-align: center;
    color: #434343;
    margin-bottom: .7rem;
    font-family: "SourceHanSansCN-Regular";
}
.cpzx3>.cp3_2>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cpzx3>.cp3_2>ul>li{
    width: 49%;
    margin-bottom: 2%;
}
.cpzx3>.cp3_2>ul>li:last-child{
    width: 100%;
}
.cpzx3>.cp3_2>ul>li>input{
    font-family: "SourceHanSansCN-Regular";
    width: 100%;
    outline: none;
    border: none;
    padding: .3rem .4rem;
    font-size: 18px;
    color: #8D8D8D;
    display: block;
}
.cpzx3>.cp3_2>ul>li>textarea{
    font-family: "SourceHanSansCN-Regular";
    width: 100%;
    outline: none;
    border: none;
    font-size: 18px;
    padding: .3rem .4rem;
    max-width: 100%;
    min-height: 1.6rem;
}
.cpzx3>.cp3_2>div{
    display: flex;
    justify-content: center;
}
.cpzx3>.cp3_2>div>span{
    font-family: "SourceHanSansCN-Regular";
    width: 1.8rem;
    height: .65rem;
    color: #3D3D3D;
    font-size: .2rem;
    text-align: center;
    line-height: .65rem;
    background: #DCDCDC;
    cursor: pointer;
}
.cpzx3>.cp3_2>div>span.on{
    background: #DE157D;
    color: #fff;
    margin-right: .2rem;
}
.cpxq1{
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
    padding-top: 7%;
}
.cpxq1>ul{
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: .55rem;
    border-bottom: 1px solid #E8E8E8;
}
.cpxq1>ul>li{
    font-size: .2rem;
    float: left;
    color: #868686;
    display: flex;
    align-items: center;
}
.cpxq1>ul>li>a{
    display: inline-block;
    color: #868686;
}
.cpxq1>ul>li.on>a{
    color: #DE157D;
}
.cpxq1>ul>li>i{
    margin: 0 .1rem;
    color: #868686;
}
.cpxq1>b{
    color: #141414;
    font-size: .3rem;
    margin: .6rem 0 .4rem 0;
    font-weight: normal;
    font-family: "SourceHanSansCN-Regular";
}
.cpxq1>div{
    margin-bottom: .7rem;
}
.cpxq1>div>p{
    font-size: 18px;
    color: #898989;
    line-height: 1.8;
    width: 76%;
    float: left;
}
.cpxq1>div>div{
    float: right;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D3D3D3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: .25rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
    transform: translateY(.2rem);
}
.cpxq1>div>div>i{
    color: #D3D3D3;
    font-size: 14px;
    line-height: 1;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.cpxq1>div>div:hover{
    border: 1px solid #DE157D;
    background-color: #DE157D;
}
.cpxq1>div>div:hover>i{
    color: #fff;
}
.cpxq2{
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
    margin-bottom: .9rem;
}
.cpxq2>div{

}
.cpxq2 .swiper-slide{

}
.cpxq2 .swiper-pagination1{
    bottom: -.5rem;
}
.cpxq2 .swiper-pagination1>span{
    background-color: #CBCBCB;
}
@media screen and (max-width:1440px) {
    .cpzx2>ul>li>a>b{
        font-size: 18px;
    }
    .cpzx2>ul>li>a>p{
        width: 70%;
    }
    .cpxq1>ul>li {
        font-size: 16px;
    }
}
@media screen and (max-width:1280px) {
    .cpzx2>ul>li>a>p{
        width: 80%;
    }
    .cpzx3>.cp3_1>div,
    .cpzx3>.cp3_2>p,
    .cpzx3>.cp3_2>div>span {
        font-size: 16px;
    }
    .cpzx3>.cp3_2>ul>li>input,
    .cpzx3>.cp3_2>ul>li>textarea,
    a.ckgd{
        font-size: 15px;
    }
    .cpzx3>.cp3_1>div>form>label>input {
        width: 15px;
        height: 15px;
    }
    .cpzx3>.cp3_1>div>form>label {
        margin-right: .5rem;
    }
}
@media screen and (max-width:1024px) {
    .cpzx3>.cp3_1>div>p{
        width: 20%;
    }
    .cpzx3>.cp3_1>div>p::before{
        width: 15px;
    }
    .cpzx3>.cp3_1>div>form {
        width: 80%;
    }
    .cpzx3>.cp3_1>div>form>label {
        margin-right: .4rem;
    }
    .cpxq1>b,
    .cpzx3>.cp3_1>b{
        font-size: 18px;
    }
    .cpxq1>div>p {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media screen and (max-width:768px) {
    .cpzx2>ul>li>a>p {
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
    }
    .cpxq1 {
        padding-top: 11%;
    }
    .cpzx2>ul>li>a>b {
        font-size: 16px;
    }
    .cpzx3>.cp3_1>div>p {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cpzx3>.cp3_1>div>p::before{
        top: 50%;
    }
    .cpzx3>.cp3_2>div>span {
            width: 2.1rem;
            height: .75rem;
            line-height: .75rem;
    }
    .cpzx3>.cp3_1>b,
    .cpzx2>p{
        font-size: 18px;
    }
}
@media screen and (max-width:540px) {
    .cpzx3>.cp3_2>div>span {
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .cpxq2 .swiper-pagination1>span {
        width: 8px;
        height: 8px;
    }
    .cpxq1>div>div {
        width: 30px;
        height: 30px;
    }
    .cpzx2>ul>li {
        border-bottom: none;
        margin-bottom: 1rem;
    }
    .cpxq1 {
        padding-top: 20%;
    }
    .cpxq1>div>p {
        width: 100%;
    }
    .cpxq2 .swiper-pagination1 {
        bottom: -1.5rem;
    }
    .cpxq2 {
        margin-bottom: 1.9rem;
    }
    .cpzx3>.cp3_1>div>form>label>input {
        width: 15px;
        height: 15px;
    }
    .cpzx3>.cp3_1>div>form,
    .cpzx3>.cp3_1>div>p {
        width: 100%;
        margin-bottom: 4%;
    }
    .cpzx3>.cp3_1>div{
        flex-wrap: wrap;
    }
}
/***********************************新闻********************/
.news2{
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
    padding-top: 1.3rem;
}
.news2>h4{
    font-size: .3rem;
    color: #131313;
    margin-bottom: .69rem;
    font-weight: normal;
    font-family: "SourceHanSansCN-Regular";
}
.news2>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news2>ul>li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: .8rem;
}
.news2>ul>li>a{

}
.news2>ul>li>a>span{
    overflow: hidden;
}
.news2>ul>li>a>span>img{
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.news2>ul>li:hover>a>span>img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.news2>ul>li>a>div{
    display: flex;
    justify-content: space-between;
    margin-top: .35rem;
}
.news2>ul>li>a>div>span{
    width: 13%;
    text-align: center;
    border: 1px solid #CFCFCF;
    display: flex;
    flex-direction: column;
}
.news2>ul>li>a>div>span>p{
    font-size: 12px;
    color: #575757;
    border-bottom: 1px solid #CFCFCF;
    padding: .1rem 0;
    font-family: "Gilroy-Medium";
}
.news2>ul>li>a>div>span>b{
    font-family: "Gilroy-Medium";
    font-size: .3rem;
    font-weight: normal;
    color: #1D1D1D;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
}
.news2>ul>li>a>div>div{
    width: 83%;
}
.news2>ul>li>a>div>div>b{
    font-size: 18px;
    line-height: 1.8;
    color: #1D1D1D;
    font-family: "SourceHanSansCN-Regular";
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
}
.news2>ul>li>a>div>div>p{
    font-size: 12px;
    margin-top: .3rem;
    color: #575757;
    text-transform: capitalize;
}
.news2>a{
    transform: translateY(0px);
    margin-bottom: .9rem;
}
.news3{
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
    background: #F6F6F6;
}
.news3>h4{
    font-size: .3rem;
    font-weight: normal;
    color: #131313;
    margin: .93rem 0 .65rem 0;
}
.news3>div{
    width: 100%;
    overflow: auto;
    margin-bottom: 1.3rem;
    overflow-y: hidden;
}
.news3>div::-webkit-scrollbar {
    height: 5px;
}
.news3>div::-webkit-scrollbar-thumb {
    width: auto;
    background-color: #DE157D;
}
.news3>div::-webkit-scrollbar-track {
    background-color: #fff;
}
.news3>div>ul{
    float: left;
    padding-bottom: .64rem;
    padding-top: .2rem;
}
.news3>div>ul>li{
    padding: .5rem .3rem;
    padding-bottom: .3rem;
    float: left;
    background: #fff;
    margin-right: 23px;
    transition: .5s;
}
.news3>div>ul>li:hover{
    transform: translateY(-.2rem);
    -webkit-transform: translateY(-.2rem);
    -moz-transform: translateY(-.2rem);
    -ms-transform: translateY(-.2rem);
    -o-transform: translateY(-.2rem);
}
.news3>div>ul>li.red{
    border-top: 8px solid #DE157D;
}
.news3>div>ul>li.blue{
    border-top: 8px solid #00345E;
}
.news3>div>ul>li>i{
    font-size: 14px;
    color: #868686;
    display: block;
    font-family: "Gilroy-Medium";
}
.news3>div>ul>li>b{
    font-family: "SourceHanSansCN-Regular";
    font-size: 18px;
    color: #1D1D1D;
    margin: .2rem 0 .4rem 0;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;
}
.news3>div>ul>li>p{
    font-size: 16px;
    color: #898989;
    line-height: 1.8;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;
    font-family: "SourceHanSansCN-Regular";
}
.news3>div>ul>li>a{
    font-size: 18px;
    color: #DE157D;
    display: block;
    text-align: right;
    margin-top: 1.25rem;
    text-transform: capitalize;
}
.news_xq1{
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
    padding-top: 1rem;
    padding-bottom: 1.35rem;
}
.news_xq1>.lf{
    width: 65%;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}
.news_xq1>.lf::after {
    width: 1px;
    height: 24px;
    background: #E8E8E8;
    bottom: .45rem;
    left: 50%;
}
.news_xq1>.lf>h4{
    font-size: .3rem;
    color: #1D1D1D;
    
font-weight: 500;
    font-family: "SourceHanSansCN-Regular";
}
.news_xq1>.lf>i{
    font-size: 18px;
    display: block;
    color: #868686;
    margin: .4rem 0 .48rem 0;
    font-family: "Gilroy-Medium";
}
.news_xq1>.lf>div{
    padding: .6rem 0;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
.news_xq1>.lf>div>p{
    font-size: 16px;
    color: #4E4E4E;
    line-height: 1.8;
}
.news_xq1>.lf>div>img{
    margin: 0 auto;
    max-width: 100%;
}
.news_xq1>.lf>a{
    font-size: 18px;
    color: #161616;
    float: left;
    margin-top: .45rem;
    display: block;
    font-family: "SourceHanSansCN-Regular";
}
.news_xq1>.lf>a:last-child{
    float: right;
}
.news_xq1>.lf p,
.news_xq1>.lf i,
.news_xq1>.lf u,
.news_xq1>.lf em,
.news_xq1>.lf ul,
.news_xq1>.lf li,
/* .news_xq1>.lf h4, */
.news_xq1>.lf h2,
.news_xq1>.lf h1,
.news_xq1>.lf span {
    font-size: 16px;
}
.news_xq1>.lf p{
    line-height: 1;
}
.news_xq1>.lf section{
    display: block;
    line-height: 0.2;
}

.news_xq1>.lf img {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
}
.news_xq1>.rt{
    width: 25%;
}
.news_xq1>.rt>b{
    font-size: .26rem;
    color: #161616;
    font-weight: normal;
}
.news_xq1>.rt>div{
    margin-top: .6rem;
    cursor: pointer;
}
.news_xq1>.rt>div>span{
    overflow: hidden;
}
.news_xq1>.rt>div>i{
    display: block;
    color: #868686;
    font-size: .2rem;
    font-family: "Gilroy-Medium";
    margin: .35rem 0 .3rem 0;
}
.news_xq1>.rt>div>p{
    font-family: "SourceHanSansCN-Regular";
    font-size: 18px;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;
    color: #1D1D1D;

}
@media screen and (max-width:1366px) {
    .news2>ul>li>a>div>span {
        width: 15%;
    }
}
@media screen and (max-width:1280px) {
    .news_xq1>.rt>b{
        font-size: 18px;
    }
    .news_xq1>.rt>div>p {
        font-size: 16px;
    }
}
@media screen and (max-width:1024px) {
    .news3>div>ul>li {
        padding: 30px 20px;
        padding-bottom: 20px;
    }
    .news_xq1>.lf>h4{
        font-size: 20px;
    }
    .news3>h4,
    .news2>h4 {
        font-size: 18px;
    }
    .news3>div>ul>li>b {
        margin: 10px 0 20px 0;
    }
    .news3>div>ul>li>a{
        margin-top: 90px;
    }
    .news2>ul>li>a>div>div>b {
        font-size: 16px;
        line-height: 1.5;
    }
    .news2>ul>li>a>div>span {
        width: 25%;
    }
}
@media screen and (max-width:768px) {
    .news2>ul>li>a>div>span {
        width: 28%;
    }
    .news2>ul {
        justify-content: space-between;
    }
    .news2>ul>li {
        width: 48%;
        margin-right: 0%;
    }
}
@media screen and (max-width:540px) {
    .news2>ul>li>a>div>span {
        width: 20%;
    }
    .news2>ul>li {
        width: 100%;
        margin-bottom: 10%;
    }
    .news2>ul>li>a>div {
        margin-top: 5%;
    }
    .news2>ul>li>a>div>div {
        width: 77%;
    }
    .news_xq1>.lf {
        width: 100%;
    }
    .news_xq1>.rt {
        width: 100%;
        margin-top: 50px;
    }
    .news_xq1>.rt>div>i{
        font-size: 12px;
    }
}
/******************************招聘***************************/
.zxns1{
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
}
.zxns1>div{
    padding: 0 .5rem;
    background-color: #F8F8F8;
    border: 1px solid #EAEAEA;
    transition: .5s;
    cursor: pointer;
    background-image: url(../img/zxns_bg.png);
    background-position: right bottom;
    /*background-size: contain;
    */background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-bottom: .44rem;
}
.zxns1>div:hover{
    background-color: #00345E;
    box-shadow: 0px 13px 32px 0px rgba(0, 45, 82, 0.25);
}
.zxns1>div:last-child:hover{
    background-color: #F8F8F8;
    box-shadow:none;
}
.zxns1>div:last-child,
.qie_huan{
    border: none;
    background-image: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.32rem;
    padding:.33rem .45rem;
}
.zxns1>div>p{
    font-family: "SourceHanSansCN-Regular";
    font-size: .26rem;
    color: #191919;
    border-bottom: 1px solid #EAEAEA;
    padding: .39rem 0 .32rem 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zxns{
    padding-bottom: .8rem;
}
.zxns1>div:hover>p{
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.zxns1>div>p>i{
    font-size: 18px;
    color: #7F7F7F;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-family: "SourceHanSansCN-Regular";
    /* float: right; */
}
.zxns1>div>ul{
    padding: .53rem 0 .68rem 0;
    display: flex;
    justify-content: flex-start;
}
.zxns1>div>ul>li{
    font-size: 18px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-right: 0;
    color: #636363;
    width: 25%;

}
.zxns1>div:hover>ul>li,
.zxns1>div:hover>p,
.zxns1>div:hover>p>i{
    color: #fff;
}
.zxns1>div>ul>li:last-child{
    margin-right: 0;
}
.zxns1>div>a,
.qie_huan>a{
    font-size: .2rem;
    color: #777777;
}
.zxns1>div>a:hover,
.qie_huan>a:hover{
    color: #DE157D;
}
.zxns1>div>div,
.qie_huan>div{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.zxns1>div>div>a,
.qie_huan>div>a{
    font-size: .2rem;
    display: block;
    width: .44rem;
    margin-left: 1%;
    height: .44rem;
    line-height: .44rem;
    color: #404040;
    text-align: center;
    transition: .5s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background-color: #fff;
border: 1px solid #D3D3D3;
}
.zxns1>div>div>a:first-child,
.qie_huan>div>a:first-child{
    margin-left: 0%;
}
.zxns1>div>div>a:hover,
.zxns1>div>div>a.on,
.qie_huan>div>a:hover,
.qie_huan>div>a.on{
    background-color: #DE157D;
    
border: 1px solid #DE157D;
    color: #fff;
}
.zxns1>div>div>a:hover>span,
.zxns1>div>div>a.on>span,
.qie_huan>div>a:hover>span,
.qie_huan>div>a.on>span{
    color: #fff;
}
.zxns_xq1{
    position: relative;
    z-index: 10;
    padding: .95rem 1.6rem 1.33rem 1.6rem;
}
.zxns_xq1>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .8rem;
    padding-bottom: .55rem;
    border-bottom: 1px solid #E8E8E8;
}
.zxns_xq1>ul>li{
    width: 14%;
    position: relative;
    /* border-right: 1px solid #E8E8E8; */
}
.zxns_xq1>ul>li::after{
    right: 0%;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #E8E8E8;
}
.zxns_xq1>ul>li:nth-child(1)::after{
    right: -15%;
}
.zxns_xq1>ul>li:nth-child(2)::after{
    right: -10%;
}
.zxns_xq1>ul>li:last-child{
    width: auto;
    /* border: none; */
}
.zxns_xq1>ul>li:last-child::after{
    display: none;
}
.zxns_xq1>ul>li>p{
    font-size: .2rem;
    color: #939393;
    margin-bottom: .33rem;
}
.zxns_xq1>ul>li>b{
    font-size: .26rem;
    color: #212121;
    font-weight: normal;
    font-family: "SourceHanSansCN-Regular";
}
.zxns_xq1>div{
    margin-bottom: .9rem;
}
.zxns_xq1>div>b{
    font-size: .2rem;
    color: #7D7D7D;
    font-weight: 400;
}
.zxns_xq1>div>p{
    margin-top: .48rem;
    font-size: 16px;
    color: #4E4E4E;
}
.zxns_xq1>a{
    transform: translate(0);
    margin: 0;
}
.jrwm1>h3{
    font-weight: bold;
}
.jrwm2{
    position: relative;
    z-index: 10;
    padding: 0 1.6rem;
    padding-bottom: 1.34rem;
}
.jrwm2>div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jrwm2>div>.lf{
    width: 30%;
    padding: 1.15rem 0 1.4rem 0;
}
.jrwm2>div>.lf>ul{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.jrwm2>div>.lf>ul>li:first-child{
    margin-bottom: .87rem;
}
.jrwm2>div>.lf>ul>li>b{
    font-size: .28rem;
    color: #191919;
    font-weight: normal;
    font-family: "SourceHanSansCN-Regular";
    margin-bottom: .35rem;
}
.jrwm2>div>.lf>ul>li>p{
    font-size: .34rem;
    color: #DE157D;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Gilroy-Medium";
}
.jrwm2>div>.lf>ul>li:last-child>p{
    font-family: "ariblk";
}
.jrwm2>div>.lf>ul>li>p>i{
    margin-right: .2rem;
}
.jrwm2>div>.rt{
    width: 70%;
}
.jrwm2>div>.rt img{
    max-width: inherit;
}
@media screen and (max-width:1280px) {
    .zxns1>div>ul>li {
        margin-right: 1.5rem;
    }
    .zxns1>div>p,
    .zxns_xq1>div>b {
        font-size: 20px;
    }
    .zxns1>div>a {
        font-size: 18px;
    }
}
@media screen and (max-width:1024px) {
    .zxns1>div>ul>li,
    .zxns_xq1>ul>li>b,
    .jrwm2>div>.lf>ul>li>b,
    .zxns1>div>a {
        font-size: 16px;
    }
    .jrwm2>div>.lf>ul>li>p{
        font-size: 20px;
    }
    .zxns1>div>p>i,
    .zxns_xq1>ul>li>p{
        font-size: 14px;
    }
    .zxns1>div>ul>li {
        margin-right: 1rem;
    }
    .zxns1>div>div>a {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width:768px) {
    .zxns_xq1>div>b{
        font-size: 16px;
    }
    .zxns_xq1>div>p{
        font-size: 14px;
    }
}
@media screen and (max-width:540px) {
    .zxns1>div>ul {
        flex-wrap: wrap;
    }
    .zxns1>div>ul>li {
        font-size: 14px;
        margin-right: .1rem;
        width: 100%;
    }
    .zxns1>div>div {
        width: 60%;
    }
    .zxns_xq1>ul {
        justify-content: flex-start;
    }
    .zxns_xq1>ul>li {
        margin-bottom: .5rem;
        width: 32.3%;
        margin-right: 1%;
    }
    .zxns_xq1>ul>li::after{
        display: none;
    }
    .jrwm2>div>.lf,
    .jrwm2>div>.rt {
        width: 100%;
    }
    .jrwm2>div>.rt {
        margin-top: 0%;
        height: 200px;
    }
    .news2>ul>li>a>div>span>b{
        font-size: 20px;
    }
    .about3>ul>li .swiper-slide{
        opacity: 1;
    }
}
.animated1{
    visibility: visible !important;
    animation-name: fadeInLeft !important;
}