@charset "UTF-8";
*{
    -webkit-appearance: none;
}
.content{
    width: 100%;
    margin-top: 90px;
}
.pc{
    display: block !important; 
}
.app{
    display: none !important;
}
.ny_banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ny_banner .bj{
    width: 100%;
    vertical-align: middle;
}
.ny_banner .rq{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ny_banner .rq .p1{
    /* font-size: 60px; */
    font-size: 48px;
    color: #ffffff;
    position: relative;
}
.ny_banner .rq .p1 span{
    font-size: 70px;
    color: #ffffff;
    opacity: 0.15;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -26px;
}

.mbx{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 22px;
}
.mbx a{
    font-size: 16px;
    color: #ffffff;
    float: left;
}
.mbx a:hover span{
    color: #0a913b;
}
/* abo_con1 */
.abo_con1{
    width: 100%;
    background: #f8f8f8;
    position: sticky;
    /* top: 0; */
    top: -300px;
    z-index: 100;
    /* display: none; */
}
.abo_con1 .nei_anchor{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.abo_con1 .qh {
    display: inline-block;
}
.abo_con1 span{
    float: left;
    line-height: 90px;
    /* line-height: 1; */
    position: relative;
    padding-right: 114px;
    /* padding-right: 0; */
    transition: all .5s ease-out;
    width: 25%;
    display: flex;
    align-items: flex-start;

}
.abo_con1 span:hover a {
    font-weight: bold;
    color: #0a913b;
}
.abo_con1 span a{
    display: block;
    font-size: 22px;
    color: #333333;
    border-bottom: 3px solid #f8f8f8;

    /* display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}
.abo_con1 .on a{
    color: #0a913b;
    border-bottom: 3px solid #0a913b;
}
.abo_con1 span::before{
    /* content: ''; */
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    /* right: 50px; */
    right:25%;
    top: 50%;
    transform: translateY(-50%);
}
.abo_con1 span:last-child:before{
    display: none;
}


/* abo_con2 */
.abo_con2{
    width: 100%;
    position: relative;
    padding-top: 120px;
    padding-bottom: 140px;
}
.i{
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100px);
    opacity: 0;
}
.abo_con2 .lef{
    width: 56.3%;
    float: left;
    padding-right: 100px;
    padding-top: 16px;
}
.bt{
    width: 100%;
    text-align: center;
    /* font-size: 44px; */
    font-size: 48px;
    color: #333333;
    position: relative;
}
.bt span{
    width: 100%;
    font-size: 55px;
    color: #333333;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -20px;
    text-align: center;
    opacity: 0.1;
    font-family: "din";
}
.abo_con2 .bt,
.abo_con2 .bt span{
    text-align: left;
}
.abo_con2 .lef .div{
    width: 100%;
    /* padding-top: 55px; */
    margin-top: 55px;
    height: 358px;
    padding-right: 24px;
    overflow-y: auto;
}
.abo_con2 .lef .div::-webkit-scrollbar {
    width: 3px;
    background-color: #999;
    border-radius:50px;
}

.abo_con2 .lef .div::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #0a913b
}
.abo_con2 .lef .div p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 22px;
}
.abo_con2 .lef .div p:last-child{
    margin-bottom: 0;
}
.abo_con2 .rig{
    width: 43.7%;
    float: left;
}
.abo_con2 .rig img{
    width: 100%;
    vertical-align: middle;
}


/* abo_con3 */
.abo_con3{
    width: 100%;
    padding-top: 130px;
    position: relative;
}
.abo_con3::before{
    content: '';
    width: 100%;
    height: 560px;
    background-image: url(../images/img29.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.abo_con3 .bt,
.abo_con3 .bt span{
    color: #fff;
}
.abo_con3 .p1{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-top: 16px;
    /* letter-spacing: 14px; */
    letter-spacing: 1px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    word-break: keep-all;
}
.abo_con3 .p1 span{
    margin-left: 54px;
}
.abo_con3 .rq{
    width: 100%;
    padding-top: 55px;
    display: flex;
    flex-wrap: wrap;
}
.abo_con3 .rq .div{
    width: 23.8%;
    height: 420px;
    margin-right: 1.6%;
    float: left;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.abo_con3 .rq .div:nth-child(4n){
    margin-right: 0;
}
.abo_con3 .rq .div .top{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.abo_con3 .rq .div .top::before{
    content: '';
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 6px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.abo_con3 .rq .div .top img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.abo_con3 .rq .div:hover .top img{
    transform: scale(1.05);
}
.abo_con3 .rq .div .bot{
    width: 100%;
    padding: 32px 30px;
}
.abo_con3 .rq .div .bot .p2{
    font-size: 30px;
    color: #0a913b;
    margin-bottom: 10px;

    
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.abo_con3 .rq .div .bot .p3{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/* abo_con4 */
.abo_con4{
    width: 100%;
    padding-top: 140px;
    padding-bottom: 110px;
    position: relative;
}
.abo_con4 .bt::before,
.abo_con5 .bt::before{
    content: '';
    width: 40px;
    height: 2px;
    background: #0a913b;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.abo_con4 .rq{
    width: 100%;
    padding-top: 90px;
}
.abo_con4 .rq .swiper-slide{
    width: 810px;
    opacity: 0.2 !important;
}
.abo_con4 .rq .swiper-slide-active{
    opacity: 1 !important;
}
.abo_con4 .rq .div{
    width: 100%;
    /* height: 450px; */
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    margin-top: 10px;
}
.abo_con4 .rq .div::before{
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.abo_con4 .rq .div img{
    width: 100%;
    vertical-align: middle;
}
.abo_con4 .rq p{
    font-size: 24px;
    color: #32353e;
    text-align: center;
    margin-top: 28px;

    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.abo_con4 .swiper-button-next,
.abo_con4 .swiper-button-prev{
    width: 60px;
    height: 60px;
    background-image: url(../images/img35.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 290px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.abo_con4 .swiper-button-prev{
    left: 290px;
    transform: translateY(-50%) rotate(180deg);
}
.abo_con4 .swiper-button-next:hover,
.abo_con4 .swiper-button-prev:hover{
    background-image: url(../images/img36.png);
}


/* abo_con5 */
.abo_con5{
    width: 100%;
    padding-top: 130px;
    padding-bottom: 110px;
    background-image: url(../images/img37.jpg);
    background-size: cover;
    background-position: bottom;
    border-top: 10px solid #0dc5a5;
    position: relative;
    overflow: hidden;
}
.abo_con5 .p{
    font-size: 300px;
    color: #fff;
    -webkit-text-stroke: 1px #0a913b;
    opacity: 0.2;
    font-family: "bold";
    position: absolute;
    bottom: -114px;
    right: 40px;
}
.abo_con5 .top{
    width: 100%;
    position: relative;
    margin-top: 60px;
}
.abo_con5 .top::before{
    content: '';
    width: 100%;
    height: 2px;
    background: #cacaca;
    position: absolute;
    left: 0;
    bottom: 9px;
}
.abo_con5 .top .rq{
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.abo_con5 .top .rq p{
    font-family: "bold";
    font-size: 22px;
    color: #666666;
    text-align: center;
}
.abo_con5 .top .rq .swiper-slide{
    cursor: pointer;
}
.abo_con5 .top .rq .swiper-slide-thumb-active p{
    color: #0a913b;
}
.abo_con5 .top .rq em{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/img39.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 6px;
}
.abo_con5 .top .rq .swiper-slide-thumb-active em{
    background-image: url(../images/img38.png);
}
.abo_con5 .swiper-button-next,
.abo_con5 .swiper-button-prev{
    width: 42px;
    height: 42px;
    background-image: url(../images/img40.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    margin-top: 0;
    top: 78%;
    transform: translateY(-50%);
    opacity: 1;
    transition: all .5s;
}
.abo_con5 .swiper-button-prev{
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}
.abo_con5 .swiper-button-next:hover,
.abo_con5 .swiper-button-prev:hover{
    background-image: url(../images/img41.png);
}

.abo_con5 .bot{
    width: 100%;
    padding-top: 78px;
}
.abo_con5 .bot .rq{
    display: flex;
}
.abo_con5 .bot .lef{
    width: 43.8%;
    overflow: hidden;
    position: relative;
}
.abo_con5 .bot .lef::before{
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.abo_con5 .bot .lef img{
    width: 100%;
    vertical-align: middle;
}
.abo_con5 .bot .rig{
    width: 56.2%;
    padding-left: 80px;
    padding-top: 76px;
}
.abo_con5 .bot .rig .swiper-slide {
    height: 340px;
    overflow-y: scroll;
}
.abo_con5 .bot .rig .div1{
    width: 100%;
    /* height: 224px; */
    overflow-y: auto;
    padding-right: 10px;
}
/* .abo_con5 .bot .rig .div1::-webkit-scrollbar {
    width: 3px;
    background-color: #999;
    border-radius:50px;
}

.abo_con5 .bot .rig .div1::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #0a913b
} */

.abo_con5 .bot .rig .swiper-slide::-webkit-scrollbar {
    width: 3px;
    /* background-color: #999; */
    border-radius:50px;
}

.abo_con5 .bot .rig .swiper-slide::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #0a913b
}


.abo_con5 .bot .rig .div{
    width: 100%;
    margin-bottom: 32px;
    padding-left: 124px;
    position: relative;
}
.abo_con5 .bot .rig .div span{
    font-size: 24px;
    color: #0a913b;
    position: absolute;
    left: 0;
    top: -4px;
}
.abo_con5 .bot .rig .div span i{
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #0a913b;
    margin-bottom: 8px;
    margin-right: 18px;
}
.abo_con5 .bot .rig .div p{
    font-size: 18px;
    color: #32353e;
    line-height: 24px;
}



/* abo_con6 */
.abo_con6{
    width: 100%;
    padding-top: 140px;
    position: relative;
    overflow: hidden;
}
.abo_con6 .top{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.abo_con6 .top .div{
    width: 100%;
    height: 340px;
    border: 1px solid #e8e8e8;
    position: relative;
}
.abo_con6 .top .div a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.abo_con6 .top .div a::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #0a913b;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all .5s;
}
.abo_con6 .top .div a:hover::before{
    opacity: 0.7;
}
.abo_con6 .top .div a::after{
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/img45.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    opacity: 0;
    transition: all .5s;
}
.abo_con6 .top .div a:hover::after{
    opacity: 1;
}
.abo_con6 .top .div1{
    width: 100%;
    height: 77%;
    position: relative;
    overflow: hidden;
}
.abo_con6 .top .div1 img{
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.abo_con6 .top .div a:hover .div1 img{
    transform: translate(-50%,-50%) scale(1.05);
}
.abo_con6 .top .div2{
    width: 100%;
    height: 23%;
    padding: 0 30px;
}
.abo_con6 .top .div2 p{
    font-size: 20px;
    color: #333333;
    text-align: center;
    border-top: 2px solid #eaeaea;
    padding-top: 18px;

    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.abo_con6 .top .swiper-container{
    padding-bottom: 64px;
}
.abo_con6 .swiper-pagination{
    bottom: 0;
}
.swiper-pagination-bullet-active{
    background: #0a913b;
}
.abo_con6 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin: 0 10px !important;
}
.abo_con6 .swiper-button-next,
.abo_con6 .swiper-button-prev{
    width: 19px;
    height: 30px;
    background-image: url(../images/img47.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: 0;
    right: -60px;
    transform: translateY(-50%);
    opacity: 1;
    transition: all .5s;
}
.abo_con6 .swiper-button-prev{
    left: -60px;
    transform: translateY(-50%) rotate(180deg);
}
.abo_con6 .swiper-button-next:hover,
.abo_con6 .swiper-button-prev:hover{
    background-image: url(../images/img46.png);
}
.abo_con6 .bot{
    width: 100%;
    padding-bottom: 85px;
}
.abo_con6 .bot .div1{
    width: 49%;
    float: left;
    overflow: hidden;
    position: relative;
}
.abo_con6 .bot .div1:nth-child(2){
    float: right;
}
.abo_con6 .bot .div1 img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.abo_con6 .bot .div1:hover img{
    transform: scale(1.05);
}
.abo_con6 .bot .div1 p{
    /* font-size: 36px; */
    font-size: 30px;
    color: #ffffff;
    width: 100%;
    padding-left: 48px;
    /* padding-right: 128px; */
    padding-right: 285px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.abo_con6 .bot .div1 p i{
    width: 60px;
    height: 60px;
    background-image: url(../images/img50.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:1459px){
    .abo_con5 .bot .rig .swiper-slide {
        height: 260px;
    }
    .content {
        margin-top: 69px;
    }
    .ny_banner .rq .p1 {
        font-size: 44px;
    }
    .ny_banner .rq .p1 span {
        font-size: 52px;
        top: -24px;
    }
    .mbx {
        bottom: 16px;
    }
    .mbx a {
        font-size: 14px;
    }
    .abo_con1 span {
        line-height: 68px;
        padding-right: 86px;
        width: 25%;
        /* display: flex;
        align-items: center; */
    }

    .abo_con1 span::before {
        /* right: 44px; */
        right: 25%;
    }
    .abo_con1 span a {
        font-size: 16px;
        border-bottom: 2px solid #f8f8f8;

        /* display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; */
    }
    .abo_con1 .on a {
        border-bottom: 2px solid #0a913b;
    }
    .abo_con2 {
        padding-top: 90px;
        padding-bottom: 106px;
    }
    .bt {
        font-size: 33px;
    }
    .bt span {
        font-size: 40px;
        top: -16px;
    }
    .abo_con2 .lef {
        padding-right: 40px;
        padding-top: 10px;
    }
    .abo_con2 .lef .div {
        margin-top: 40px;
        height: 280px;
    }
    .abo_con2 .lef .div p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px;
    }
    .abo_con3 {
        padding-top: 96px;
    }
    .abo_con3::before {
        height: 425px;
    }
    .abo_con3 .p1 {
        font-size: 22px;
        margin-top: 14px;
        letter-spacing: 1px;
    }
    .abo_con3 .rq {
        padding-top: 32px;
    }
    .abo_con3 .rq .div {
        height: 320px;
    }
    .abo_con3 .rq .div .bot {
        padding: 19px 22px;
    }
    .abo_con3 .rq .div .bot .p2 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .abo_con3 .rq .div .bot .p3 {
        font-size: 15px;
        line-height: 26px;
    }
    .abo_con4 {
        padding-top: 106px;
        padding-bottom: 82px;
    }
    .abo_con4 .bt::before, .abo_con5 .bt::before {
        width: 34px;
        height: 2px;
        bottom: -20px;
    }
    .abo_con4 .rq {
        padding-top: 68px;
    }
    .abo_con4 .rq .swiper-slide {
        width: 720px;
    }
    .abo_con4 .swiper-button-next, .abo_con4 .swiper-button-prev {
        width: 46px;
        height: 46px;
        right: 210px;
    }
    .abo_con4 .swiper-button-prev {
        left: 210px;
    }
    .abo_con4 .rq p {
        font-size: 18px;
        margin-top: 20px;
    }
    .abo_con5 {
        padding-top: 98px;
        padding-bottom: 82px;
    }
    .abo_con5 .top {
        margin-top: 48px;
    }
    .abo_con5 .top .rq {
        padding: 0 30px;
    }
    .abo_con5 .top .rq p {
        font-size: 16px;
    }
    .abo_con5 .top .rq em {
        width: 16px;
        height: 16px;
        margin-top: 4px;
    }
    .abo_con5 .top::before {
        bottom: 7px;
    }
    .abo_con5 .swiper-button-next, .abo_con5 .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
    .abo_con5 .bot {
        padding-top: 58px;
    }
    .abo_con5 .bot .rig {
        padding-left: 60px;
        padding-top: 56px;
    }
    .abo_con5 .bot .rig .div1 {
        /* height: 192px; */
    }
    .abo_con5 .bot .rig .div {
        margin-bottom: 24px;
        padding-left: 94px;
    }
    .abo_con5 .bot .rig .div span {
        font-size: 18px;
        top: 0px;
    }
    .abo_con5 .bot .rig .div span i {
        width: 12px;
        height: 2px;
        margin-bottom: 7px;
        margin-right: 15px;
    }
    .abo_con5 .bot .rig .div p {
        font-size: 15px;
        line-height: 24px;
    }
    .abo_con5 .p {
        font-size: 228px;
        bottom: -87px;
        right: 30px;
    }
    .abo_con6 {
        padding-top: 106px;
    }
    .abo_con6 .top {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .abo_con6 .top .div {
        height: 257px;
    }
    .abo_con6 .swiper-button-next, .abo_con6 .swiper-button-prev {
        width: 15px;
        height: 22px;
        top: 44%;
        right: -40px;
    }
    .abo_con6 .swiper-button-prev {
        left: -40px;
    }
    .abo_con6 .top .swiper-container {
        padding-bottom: 48px;
    }
    .abo_con6 .top .div2 {
        padding: 0 20px;
    }
    .abo_con6 .top .div2 p {
        font-size: 16px;
        padding-top: 15px;
    }
    .abo_con6 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 10px !important;
    }
    .abo_con6 .bot {
        padding-bottom: 64px;
    }
    .abo_con6 .bot .div1 p {
        font-size: 26px;
        padding-left: 36px;
        /* padding-right: 96px; */
        padding-right: 230px;
    }
    .abo_con6 .bot .div1 p i {
        width: 48px;
        height: 48px;
        right: 35px;
    }

}
@media (max-width:1366px) {
    .abo_con6 .bot .div1 p{
        font-size: 22px;
    }
}
@media(max-width:1340px){
    .abo_con2 .lef .div {
      margin-top: 30px;
      margin-top: 40px;
      height: 263px;
    }
    .abo_con2 .lef .div p {
        margin-bottom: 10px;
    }
    .abo_con3 .rq .div {
        height: 298px;
    }
    .abo_con3::before {
        height: 409px;
    }
    .abo_con4 .rq .swiper-slide {
        width: 685px;
    }
    .abo_con4 .swiper-button-next, .abo_con4 .swiper-button-prev {
        width: 46px;
        height: 46px;
        right: 168px;
    }
    .abo_con4 .swiper-button-prev {
        left: 168px;
    }
}

@media (max-width:1280px) {
    .abo_con6 .bot .div1 p{
        padding-right: 150px;
    }
}

@media(max-width:1024px){
    .ny_banner .rq .p1 {
        font-size: 30px;
    }
    .ny_banner .rq .p1 span {
        font-size: 34px;
        top: -18px;
    }
    .abo_con1 span {
        line-height: 60px;
        /* padding-right: 56px; */
        padding-right: 86px;
    }
    .abo_con1 span::before {
        /* right: 30px; */
        right: 25%;
        width: 4px;
        height: 4px;
    }
    .bt {
        font-size: 28px;
    }
    .bt span {
        font-size: 34px;
        top: -12px;
    }
    .abo_con2 .lef {
        padding-right: 24px;
        padding-top: 0;
    }
    .abo_con2 .lef .div {
        margin-top: 20px;
    }
    .abo_con2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .abo_con3 {
        padding-top: 70px;
    }
    .abo_con3 .p1 {
        font-size: 18px;
        margin-top: 12px;
    }
    .abo_con3 .p1 span {
        margin-left: 20px;
    }
    .abo_con3 .rq .div .bot {
        padding: 15px 15px;
    }
    .abo_con3 .rq .div .bot .p2 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .abo_con3 .rq .div .bot .p3 {
        font-size: 12px;
        line-height: 22px;
    }
    .abo_con3 .rq .div {
        height: 238px;
    }
    .abo_con3 .rq .div .top::before {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 4px solid #fff;
    }
    .abo_con3::before {
        height: 328px;
    }
    .abo_con4 {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .abo_con4 .rq {
        padding-top: 45px;
    }
    .abo_con4 .rq .swiper-slide {
        width: 610px;
    }
    .abo_con4 .rq .div::before {
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        border: 3px solid #fff;
    }
    .abo_con4 .swiper-button-next, .abo_con4 .swiper-button-prev {
        width: 46px;
        height: 46px;
        right: 88px;
    }
    .abo_con4 .swiper-button-prev {
        left: 88px;
    }
    .abo_con4 .rq p {
        font-size: 16px;
        margin-top: 12px;
    }
    .abo_con5 {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .abo_con5 .bot {
        padding-top: 44px;
    }
    .abo_con5 .bot .rig {
        padding-left: 36px;
        padding-top: 20px;
    }
    .abo_con5 .bot .rig .div {
        margin-bottom: 18px;
        padding-left: 80px;
    }
    .abo_con5 .bot .lef::before {
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        border: 3px solid #fff;
    }
    .abo_con5 .p {
        font-size: 150px;
        bottom: -55px;
        right: 20px;
    }
    .abo_con6 {
        padding-top: 70px;
    }
    .abo_con6 .top {
        padding-top: 34px;
        padding-bottom: 38px;
    }
    .abo_con6 .top .swiper-container {
        padding-bottom: 38px;
    }
    .abo_con6 .swiper-button-next, .abo_con6 .swiper-button-prev{
        display: none;
    }
    .abo_con6 .top .div {
        height: 220px;
    }
    .abo_con6 .top .div2 p {
        font-size: 13px;
        padding-top: 13px;
    }
    .abo_con6 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px !important;
    }
    .abo_con6 .bot .div1 p {
        /* font-size: 22px; */
        padding-left: 22px;
        padding-right: 70px;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .abo_con6 .bot .div1 p i {
        width: 38px;
        height: 38px;
        right: 26px;
    }
    #abo_con6 .bot .div1 p{
        padding-right: 40%;
    }

}
@media(max-width:991px){
    .abo_con1 {
        top: 60px;
    }
    .abo_con1 span{
        float: none;
        display: inline-block;
    }
    .abo_con1 .wrap{
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 0;
        flex-wrap: nowrap;
        display: inline-block;
    }
    .abo_con1 .wrap::-webkit-scrollbar {
        height: 1px;
        background-color: rgba(0,0,0,0);
        border-radius:50px;
    }
    .abo_con1 .wrap::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background-color: rgba(0,0,0,0);
    }

}

@media (min-width:501px) and (max-width:768px) {
    .abo_con1 span{
        margin-right: 85px;
        padding-right: 0;
        width: auto;
    }

    .abo_con1 span::before{
        right: -45px;
    }
}

@media(max-width:768px){
    .mbx{
        display: none;
    }


    .abo_con2 .lef{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .abo_con2 .rig{
        width: 100%;
    }
    .abo_con3::before{
        height: 100%;
    }
    .abo_con3{
        padding-bottom: 70px;
    }
    .abo_con3 .rq .div{
        width: 49%;
        height: auto;
        /* margin-right: 2%; */
        margin-right: 0;
        margin-bottom: 15px;
    }
    .abo_con3 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .abo_con4 .swiper-button-next, .abo_con4 .swiper-button-prev {
        width: 40px;
        height: 40px;
        right: 20px;
    }
    .abo_con4 .swiper-button-prev {
        left: 20px;
    }
    .abo_con5 .bot .rq{
        justify-content: space-between;
        flex-wrap: wrap-reverse;
    }
    .abo_con5 .bot .lef{
        width: 100%;
    }
    .abo_con5 .bot .rig{
        width: 100%;
        padding: 0;
    }
    #abo_con6 .bot .div1 p{
        padding-right: 25%;
    }

}
@media(max-width:500px){
    .ny_banner .rq .p1 span {
        font-size: 28px;
        top: -8px;
    }
    .abo_con3 .p1 span {
        display: block;
    }
    .abo_con1 span {
        line-height: 50px;
        padding-right: 30px;
        /* width: 40%; */
        width: auto;
    }
    .abo_con1 span::before {
        right: 10px;
    }
    .abo_con1 span a {
        font-size: 14px;
    }
    .abo_con2 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .bt {
        font-size: 24px;
    }
    .bt span {
        font-size: 26px;
        top: -10px;
    }
    .abo_con2 .lef .div {
        margin-top: 16px;
        padding-right: 10px;
    }
    .abo_con3 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .abo_con3 .p1 {
        font-size: 16px;
        margin-top: 10px;
        letter-spacing: 0;
        word-break: break-all;
        white-space: normal;
        box-sizing: border-box;
        width: 100%;
        padding-left: 0;
        word-wrap: break-word;
        word-break: keep-all;
    }
    .abo_con3 .rq {
        padding-top: 26px;
    }
    .abo_con3 .rq .div {
        /* margin-bottom: 10px; */
        margin-bottom: 15px;
        width: 100%;
    }
    .abo_con3 .rq .div .bot {
        padding: 10px 10px;
        height: 92px;
    }
    .abo_con3 .rq .div .bot .p3 {
        font-size: 13px;
        white-space: inherit;
        line-height: 1.5;
    }
    .abo_con4 {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .abo_con4 .rq {
        padding-top: 30px;
    }
    .abo_con4 .bt::before, .abo_con5 .bt::before {
        width: 31px;
        height: 2px;
        bottom: -12px;
    }
    .abo_con5 {
        padding-top: 45px;
        padding-bottom: 45px;
        border-top: 4px solid #0dc5a5;
    }
    .abo_con5 .top {
        margin-top: 35px;
    }
    .abo_con5 .bot {
        padding-top: 28px;
    }
    .abo_con5 .bot .lef{
        margin-top: 10px;
    }
    .abo_con5 .bot .rig .div1 {
        height: 188px;
    }
    .abo_con5 .bot .rig .div {
        margin-bottom: 16px;
        padding-left: 66px;
    }
    .abo_con5 .bot .rig .div span {
        font-size: 16px;
    }
    .abo_con5 .bot .rig .div span i {
        width: 10px;
        height: 2px;
        margin-bottom: 5px;
        margin-right: 9px;
    }
    .abo_con5 .bot .rig .div p {
        font-size: 14px;
    }
    .abo_con5 .p {
        width: 100%;
        text-align: center;
        font-size: 110px;
        bottom: -55px;
        left: 50%;
        transform: translateX(-50%);
    }
    .abo_con6 {
        padding-top: 45px;
    }
    .abo_con6 .top {
        padding-top: 24px;
        padding-bottom: 35px;
    }
    .abo_con6 .bot .div1{
        width: 100%;
        margin-bottom: 10px;
    }
    .abo_con6 .top .div a::after {
        width: 24px;
        height: 24px;
    }
    #abo_con6 .bot .div1 p{
        padding-right: 20%;
    }

}

@media (max-width:414px) {
    #abo_con6 .bot .div1 p{
        padding-right: 24%;
    }
}



/* 产品解决方案 */
.pro_con1{
    width: 100%;
    padding-top: 80px;
    position: relative;
}
.pro_con1:last-child{
    padding-bottom: 125px;
}
.pro_con1 .p{
    /* font-size: 44px; */
    font-size: 48px;
    color: #333333;
    text-align: center;
}
.pro_con1 .rq{
    width: 100%;
    padding: 0 80px;
    padding-top: 50px;
}
.pro_con1 .rq .div{
    width: 100%;
    background: #f4f4f4;
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
}
.pro_con1 .rq .div::before{
    content: '';
    width: 70px;
    height: 70px;
    background-image: url(../images/img51.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.pro_con1 .rq .div1{
    width: 31.2%;
    margin-right: 3.2%;
    float: left;
    margin-bottom: 40px;
}
.pro_con1 .rq .div1:nth-child(3n){
    margin-right: 0;
}
.pro_con1 .rq .div1 .top{
    width: 100%;
    height: 382px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.pro_con1 .rq .div1 .top::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #0a913b;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all .5s;
}
.pro_con1 .rq .div1:hover .top::before{
    opacity: 0.7;
}
.pro_con1 .rq .div1 .top::after{
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/img45.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    opacity: 0;
    transition: all .5s;
}
.pro_con1 .rq .div1:hover .top::after{
    opacity: 1;
}
.pro_con1 .rq .div1 .top img{
    max-width: 75%;
    max-height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
@media (max-width:500px) {
    .pro_con1 .rq .div1 .top img{
        max-width: 100%;
        max-height: 100%;
    }
}


.pro_con1 .rq .div1:hover .top img{
    transform: translate(-50%,-50%) scale(1.05);
}
.pro_con1 .rq .div1 .bot{
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    padding-left: 40px;
    position: relative;
    transition: all .5s;
}
.pro_con1 .rq .div1:hover .bot{
    border-bottom: 1px solid #0a913b;
}
.pro_con1 .rq .div1 .bot em{
    width: 24px;
    height: 24px;
    background-image: url(../images/img65.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    transition: all .5s;
    /* top: 0; */
    /* margin-top: 12px; */
    top: 50%;
    transform: translateY(-50%);
}
.pro_con1 .rq .div1:hover .bot em{
    background-image: url(../images/img66.png);
}
.pro_con1 .rq .div1 .bot p{
    font-size: 20px;
    color: #333333;
    /* line-height: 70px; */

	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    transition: all .5s;

    display: -webkit-box;	
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 10px 0;
    line-height: 1.5;
    word-wrap: break-word;
word-break: keep-all;
}
.pro_con1 .rq .div1:hover .bot p{
    color: #0a913b;
}



@media(max-width:1680px){
    .pro_con1 .rq {
        padding: 0 30px;
        padding-top: 50px;
    }
    .pro_con1 .rq .wrap{
        padding: 0 30px !important;
    }
    .pro_con1 .rq .div {
        padding-top: 40px;
    }
}
@media(max-width:1459px){
    .pro_con1 {
        padding-top: 60px;
    }
    .pro_con1:last-child {
        padding-bottom: 95px;
    }
    .pro_con1 .p {
        font-size: 34px;
    }
    .pro_con1 .rq {
        padding-top: 38px;
    }
    .pro_con1 .rq .div {
        padding-bottom: 10px;
    }
    .pro_con1 .rq .div::before {
        width: 52px;
        height: 52px;
        top: -25px;
    }
    .pro_con1 .rq .div1 .top {
        height: 290px;
    }
    .pro_con1 .rq .div1 .bot {
        padding-left: 30px;
    }
    .pro_con1 .rq .div1 .bot p {
        font-size: 16px;
        /* line-height: 54px; */
        line-height: 1.5;
    }
    .pro_con1 .rq .div1 .bot em {
        width: 20px;
        height: 20px;
    }
    .pro_con1 .rq .div1{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

}
@media(max-width:1024px){
    .pro_con1 .p {
        font-size: 28px;
    }
    .pro_con1 .rq {
        padding: 0 15px;
        padding-top: 38px;
    }
    .pro_con1 .rq .wrap {
        padding: 0 20px !important;
    }
    .pro_con1 .rq .div {
        padding-top: 25px;
    }
    .pro_con1 .rq .div1 .top {
        height: 230px;
    }
    .pro_con1 .rq .div1 .bot p {
        font-size: 14px;
        /* line-height: 48px; */
        line-height: 1.5;
    }

}
@media(max-width:768px){
    .pro_con1 .rq .div1{
        width: 49%;
        margin-right: 2%;
    }
    .pro_con1 .rq .div1:nth-child(3n){
        margin-right: 2%;
    }
    .pro_con1 .rq .div1:nth-child(2n){
        margin-right: 0%;
    }
}
@media(max-width:500px){
    .pro_con2 span{
        float: left;
        padding-right: 0;
        width: 33.333%;
        text-align: center;
    }
    .pro_con2 span::before {
        display: none;
    }
    .pro_con2 span:nth-child(3n)::before{
        display: none;
    }
    .pro_con1 {
    padding-top: 45px;
}
.pro_con1:last-child {
    padding-bottom: 45px;
}
.pro_con1 .p {
    font-size: 24px;
}
.pro_con1 .rq {
    padding-top: 26px;
}
.pro_con1 .rq .div::before {
    width: 40px;
    height: 40px;
    top: -17px;
}
.pro_con1 .rq .div1{
    width: 100%;
}
.pro_con1 .rq .div {
    padding-bottom: 5px;
}
.pro_con1 .rq .div1 .top::after {
    width: 24px;
    height: 24px;
}

}




/* 产品详情 */
.pro_dat1{
    width: 100%;
    padding-top: 114px;
    padding-bottom: 100px;
    background-image: url(../images/img71.jpg);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.pro_dat1 .mbx{
    top: 30px;
    bottom: auto;
}
.pro_dat1 .mbx a{
    color: #999999;
}
.pro_dat1 .mbx a.on{
    color: #0a913b;
}
.pro_dat1 .lef{
    width: 47%;
    float: left;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.04);
    overflow: hidden;
    position: relative;
}
.pro_dat1 .lef .div{
    width: 100%;
    height: 580px;
    position: relative;
}
.pro_dat1 .lef .div img{
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pro_dat1 .swiper-button-next,
.pro_dat1 .swiper-button-prev{
    width: 75px;
    height: 75px;
    background-image: url(../images/img68.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    opacity: 1;
    transition: all .5s;
}
.pro_dat1 .swiper-button-prev{
    left: -38px;
    transform: translateY(-50%) rotate(180deg);
}
.pro_dat1 .swiper-button-next:hover,
.pro_dat1 .swiper-button-prev:hover{
    background-image: url(../images/img69.png);
}
.pro_dat1 .rig{
    width: 53%;
    float: left;
    padding-left: 115px;
    padding-top: 52px;
}
.pro_dat1 .rig .top{
    width: 100%;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative;
}
.pro_dat1 .rig .top::before{
    content: '';
    width: 100px;
    height: 2px;
    background: #0a913b;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.pro_dat1 .rig .top .p1{
    font-size: 36px;
    color: #333333;
    margin-bottom: 5px;
}
.pro_dat1 .rig .top .p2{
    font-size: 48px;
    color: #0a913b;
}
.pro_dat1 .rig .bot{
    width: 100%;
}
.pro_dat1 .rig .bot sup {
    vertical-align: super !important;
    font-size: smaller !important;
}
.pro_dat1 .rig .bot p{
    /* font-size: 18px; */
    font-size: 16px;
    color: #666666;
    /* line-height: 36px; */
    line-height: 24px;
    padding-left: 30px;
    position: relative;
}
.pro_dat1 .rig .bot p::before{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../images/img70.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    /* top: 14px; */
    top: 6px;
}


/* pro_dat2 */
.pro_dat2{
    width: 100%;

}
.pro_dat2 .top{
    width: 100%;
    background: #089744;
    /* padding-top: 60px; */
    padding-top: 50px;
    padding-bottom: 35px;
}
.pro_dat2 .top a{
    width: 13.8%;
    /* width: 20.8%; */
    margin-right: .5667%;
    float: left;
    font-size: 18px;
    /* line-height: 60px; */
    color: #fff;
    /* margin-bottom: 18px; */
    margin-bottom: 0;
    line-height: 1.5;
    padding: 10px 0;
    /* text-indent: -2em; */
    padding-left: 2em;
    text-indent: -1em;

}
@media (min-width:769px) {
    .pro_dat2 .top a{
        display: flex;
        align-items: center;
        height: 74px;
        /* width: 20.8%; */
        width: 19.4%;
    }
}

.pro_dat2 .top a:nth-child(7n){
    margin-right: 0;
}
.pro_dat2 .top a.on{
    background: #fff;
    color: #0a913b;
    /* text-align: center; */
    text-align: left;
    display: flex;
    align-items: center;
}
.pro_dat2 .top a em{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/img72.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 18px;
    /* margin-right: 35px; */
    transition: all .5s;
}
.pro_dat2 .top a.on em{
    background-image: url(../images/img73.png);
    /* margin-right: 10px; */
    margin-right: 25px;
}

@media (min-width:769px) {
    .pro_dat2 .top a em{
        margin-right: 35px;
    }
    .pro_dat2 .top a.on em{
        margin-right: 25px;
    }
    .pro_dat2 .top a:nth-child(7n){
        margin-right: .5667%;
    }
}

.pro_dat2 .bot{
    width: 100%;
    padding-top: 75px;
}
.pro_dat2 .bot .div{
    width: 100%;
    display: none;
}
.pro_dat2 .bot .div.on1{
    display: block;
}
.pro_dat2 .bot .div table{
    width: 100%;
}
.pro_dat2 .bot .div th{
    font-size: 20px;
    color: #333333;
    line-height: 80px;
    background: #f7f7f7;
    padding:0 40px;
    text-align: left;
}
.pro_dat2 .bot .div th:nth-child(1){
    width: 46%;
}
.pro_dat2 .bot .div td{
    font-size: 16px;
    color: #666666;
    padding: 22px 40px;
    vertical-align: middle;
    border: 1px solid #eeeeee;
}
.pro_dat2 .bot .div td[rowspan] .div1{
    width: 100%;
    position: relative;
}
.pro_dat2 .bot .div td[rowspan] .lef{
    width: 27.5%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.pro_dat2 .bot .div td[rowspan] .lef p{
    font-size: 18px;
    color: #333333;
    position: relative;
    display: inline-block;
}
.pro_dat2 .bot .div td[rowspan] .lef p::before,
.pro_dat2 .bot .div td[rowspan] .lef p::after{
    content: '';
    width: 15px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.pro_dat2 .bot .div td[rowspan] .lef p::before{
    top: -24px;
}
.pro_dat2 .bot .div td[rowspan] .rig{
    width: 72.5%;
    height: 100%;
    float: right;
}
.pro_dat2 .bot .div td[rowspan] .rig img{
    width: 100%;
    vertical-align: middle;
}

.pro_dat2 .app_bot{
    padding-top: 18px;
    display: none;
}
.pro_dat2 .app_bot .div{
    width: 100%;
    display: none;
}
.pro_dat2 .app_bot .div.on2{
    display: block;
}
.pro_dat2 .app_bot .div .div1{
    width: 100%;
}
.pro_dat2 .app_bot .div .p{
    font-size: 14px;
    line-height: 50px;
    padding: 0 16px;
    background: #f7f7f7;
    font-weight: bold;
}
.pro_dat2 .app_bot .div1_div{
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 13px 16px;
}
.pro_dat2 .app_bot .div1_div1{
    width: 100%;
    position: relative;
}
.pro_dat2 .app_bot .div1_div1 .lef{
    width: 29%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.pro_dat2 .app_bot .div1_div1 .lef p{
    font-size: 14px;
    color: #333333;
    position: relative;
    display: inline-block;
}
.pro_dat2 .app_bot .div1_div1 .lef p::before, 
.pro_dat2 .app_bot .div1_div1 .lef p::after {
    content: '';
    width: 15px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.pro_dat2 .app_bot .div1_div1 .lef p::after {
    top: -18px;
}
.pro_dat2 .app_bot .div1_div1 .rig {
    width: 68%;
    height: 100%;
    float: right;
}
.pro_dat2 .app_bot .div1_div1 .rig img{
    width: 100%;
    vertical-align: middle;
}
.pro_dat2 .app_bot .div2{
    width: 100%;
    margin-top: 10px;
}
.pro_dat2 .app_bot .div3{
    width: 100%;
}
.pro_dat2 .app_bot .div3:nth-child(2){
    margin-right: 0;
}
.pro_dat2 .app_bot .div3 .div4{
    width: 100%;
    border: 1px solid #eeeeee;
}
.pro_dat2 .app_bot .div3 .div4 p{
    font-size: 13px;
    padding: 13px 16px;
    border-bottom: 1px solid #eeeeee;
    color: #666666;
    line-height: 20px;
}
.pro_dat2 .app_bot .div3 .div4 p:last-child{
    border-bottom: none;
}


/* pro_dat3 */
.pro_dat3{
    width: 100%;
    padding-top: 90px;
    padding-bottom: 60px;
}
.pro_dat3 .p{
    font-size: 36px;
    color: #333333;
    padding-left: 30px;
    padding-bottom: 38px;
    border-bottom: 2px solid #e8e8e8;
    position: relative;
}
.pro_dat3 .p::before{
    content: '';
    width: 4px;
    height: 35px;
    background: #0a913b;
    position: absolute;
    left: 0;
    top: 9px;
}
.pro_dat3 .rq{
    width: 100%;
    margin-top: 50px;
}
.pro_dat3 .rq .swiper-container{
    padding-bottom: 60px;
}
.pro_dat3 .rq .swiper-pagination{
    bottom: 0;
}
.pro_dat3 .rq .div{
    width: 100%;
    padding: 0 10px;
    padding-top: 10px;
}
.pro_dat3 .rq .div .top{
    width: 100%;
    height: 385px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0,0,0,4%);
    position: relative;
    overflow: hidden;
}
.pro_dat3 .rq .div .top img{
    max-height: 75%;
    max-width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.pro_dat3 .rq .div:hover .top img{
    transform: translate(-50%,-50%) scale(1.05);
}
.pro_dat3 .rq .div .bot{
    width: 100%;
    padding-left: 40px;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    transition: all .5s;
}
.pro_dat3 .rq .div:hover .bot{
    border-bottom: 1px solid #0a913b;
}
.pro_dat3 .rq .div .bot em{
    width: 24px;
    height: 24px;
    background-image: url(../images/img65.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.pro_dat3 .rq .div:hover .bot em{
    background-image: url(../images/img66.png);
}
.pro_dat3 .rq .div .bot p{
    font-size: 20px;
    color: #333333;
    line-height: 70px;

    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    transition: all .5s;
}
.pro_dat3 .rq .div:hover .bot p{
    color: #0a913b;
}


@media(max-width:1680px){
    .pro_dat2 .top a {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

}
@media(max-width:1459px){
    .pro_dat1 {
        padding-top: 86px;
        padding-bottom: 75px;
    }
    .pro_dat1 .mbx {
        top: 20px;
    }
    .pro_dat1 .lef .div {
        height: 440px;
    }
    .pro_dat1 .swiper-button-next, .pro_dat1 .swiper-button-prev {
        width: 58px;
        height: 58px;
        right: -28px;
    }
    .pro_dat1 .swiper-button-prev {
        left: -28px;
    }
    .pro_dat1 .rig {
        padding-left: 50px;
        padding-top: 15px;
    }
    .pro_dat1 .rig .top .p1 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .pro_dat1 .rig .top .p2 {
        font-size: 36px;
    }
    .pro_dat1 .rig .top {
        padding-bottom: 26px;
        margin-bottom: 30px;
    }
    .pro_dat1 .rig .bot p {
        font-size: 15px;
        line-height: 30px;
        padding-left: 24px;
    }
    .pro_dat1 .rig .bot p::before {
        width: 8px;
        height: 8px;
        left: 0;
        top: 12px;
    }
    .pro_dat2 .top {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .pro_dat2 .top a {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .pro_dat2 .top a em {
        width: 12px;
        height: 12px;
        /* margin-right: 10px; */
        margin-right: 30px;
    }
    .pro_dat2 .bot {
        padding-top: 56px;
    }
    .pro_dat2 .bot .div th {
        font-size: 16px;
        line-height: 60px;
        padding: 0 30px;
    }
    .pro_dat2 .bot .div td {
        font-size: 14px;
        padding: 16px 30px;
    }
    .pro_dat2 .bot .div td[rowspan] .lef p {
        font-size: 16px;
    }
    .pro_dat2 .bot .div td[rowspan] .lef p::before, .pro_dat2 .bot .div td[rowspan] .lef p::after {
        bottom: -18px;
    }
    .pro_dat2 .bot .div td[rowspan] .lef p::before {
        top: -18px;
    }
    .pro_dat3 {
        padding-top: 68px;
        padding-bottom: 45px;
    }
    .pro_dat3 .p {
        font-size: 26px;
        padding-left: 20px;
        padding-bottom: 26px;
    }
    .pro_dat3 .p::before {
        width: 3px;
        height: 26px;
        top: 7px;
    }
    .pro_dat3 .rq {
        margin-top: 38px;
    }
    .pro_dat3 .rq .div .top {
        height: 295px;
    }
    .pro_dat3 .rq .div .bot {
        padding-left: 30px;
    }
    .pro_dat3 .rq .div .bot p {
        font-size: 16px;
        line-height: 58px;
    }
    .pro_dat3 .rq .div .bot em {
        width: 20px;
        height: 20px;
    }
    .pro_dat3 .rq .swiper-container {
        padding-bottom: 44px;
    }

}
@media(max-width:1100px){
    .pro_dat2 .top a {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 12px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .pro_dat2 .bot .div th {
        font-size: 14px;
        line-height: 50px;
        padding: 0 16px;
    }
    .pro_dat2 .bot .div td {
        font-size: 13px;
        padding: 13px 16px;
    }
    .pro_dat2 .bot .div td[rowspan] .lef p {
        font-size: 14px;
    }

}
@media(max-width:991px){
    .content {
        margin-top: 60px;
    }
    .pro_dat2 .top a{
        width: 16.6667%;
        margin-right: 0;
        /* padding-left: 10px; */
        padding-left: 25px;
        font-size: 12px;
    }
    .pro_dat2 .top a.on{
        /* padding-left: 0; */
        padding-left: 25px;
    }

}
@media(max-width:768px){
    .pro_dat1 .mbx{
        display: block;
    }
    .pro_dat1 .mbx .wrap{
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    }
    .pro_dat1 .mbx a{
        float: none;
    }
    .pro_dat1 .lef{
        width: 100%;
    }
    .pro_dat1 .rig{
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .pro_dat1 .rig .top .p1 {
        font-size: 22px;
    }
    .pro_dat1 .rig .top .p2 {
        font-size: 28px;
    }
    .pro_dat2 .top a {
        width: 25%;
        margin-bottom: 0;
    }
    .pro_dat2 .top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pro_dat2 .bot {
        padding-top: 32px;
    }
    .pro_dat2 .bot .div{
        overflow-x: auto;
    }
    .pro_dat2 .bot .div table{
        width: 820px;
    }
    .pro_dat2 .bot .div td[rowspan] .lef {
        width: 29%;
    }
    .pro_dat2 .bot .div td[rowspan] .rig {
        width: 68%;
    }

}
@media (min-width:501px) and (max-width:768px) {
    .pro_dat2 .top a{
        width: 33.3%;
    }
}
@media(max-width:550px){
    .pro_dat1 {
        padding-top: 70px;
        padding-bottom: 45px;
    }
    .pro_dat1 .lef .div {
        height: 280px;
    }
    .pro_dat1 .rig {
        margin-top: 0;
    }
    .pro_dat1 .rig .top {
        padding-bottom: 14px;
        margin-bottom: 20px;
    }
    .pro_dat1 .rig .top .p1 {
        font-size: 18px;
    }
    .pro_dat1 .rig .top .p2 {
        font-size: 22px;
    }
    .pro_dat1 .rig .top::before {
        width: 60px;
    }
    .pro_dat1 .rig .bot p {
        font-size: 14px;
        line-height: 26px;
        padding-left: 18px;
    }
    .pro_dat1 .rig .bot p::before {
        top: 9px;
    }
    .pro_dat2 .top a {
        width: 50%;
    }
    .pro_dat2 .top a em {
        width: 10px;
        height: 10px;
        margin-right: 7px;
    }
    .pro_dat2 .top a.on em {
        /* margin-right: 6px; */
        margin-right: 25px;
    }
    .pro_dat2 .bot {
        padding-top: 18px;
        display: none;
    }
    .pro_dat2 .app_bot{
        display: block;
    }
    .pro_dat3 {
        padding-top: 45px;
        padding-bottom: 30px;
    }
    .pro_dat3 .p {
        font-size: 24px;
        padding-left: 16px;
        padding-bottom: 18px;
    }
    .pro_dat3 .p::before {
        width: 3px;
        height: 23px;
        top: 5px;
    }
    .pro_dat3 .rq {
        margin-top: 20px;
    }
    .pro_dat3 .rq .swiper-container {
        padding-bottom: 32px;
    }

}
@media(max-width:360px){
    .pro_dat2 .top .wrap{
        padding: 0 10px !important;
    }
}
@media(max-width:320px){
    .pro_dat2 .top a{
        width: 50%;
    }
}




/* 研发与制造 */
.rd_con1{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 110px;
    position: relative;
}
.rd_con1 .top{
    width: 100%;
    display: flex;
    align-items: center;
}
@media (max-width:500px) {
    .rd_con1 .top{
        flex-direction: column;
    }
}

.rd_con1 .top .lef{
    width: 52.2%;
    float: left;
    position: relative;
}
.rd_con1 .top .lef .p1{
    font-family: "din";
    font-size: 60px;
    line-height: 60px;
    color: #333333;
    text-transform: uppercase;
    opacity: 0.1;
}
.rd_con1 .top .lef .p2{
    /* font-size: 44px; */
    font-size: 48px;
    color: #333333;
    position: absolute;
    transform: translateY(-50%);
    top: 80%;
}
.rd_con1 .top .rig{
    width: 47.8%;
    /* float: left; */
    float: right;
    display: flex;
    justify-content: space-between;
}

.rd_con1 .top .rig .div{
    flex: 1;
    /* padding-right: 20px; */
}
@media (max-width:1024px) {
    .rd_con1 .top .rig .div{
        padding-right: 20px;
    }
}


.rd_con1 .top .rig .p1{
    font-size: 30px;
    color: #0a913b;
    font-family: "din";
}
.rd_con1 .top .rig .p1 span{
    font-size: 60px;
    color: #0a913b;
    margin-right: 5px;
}
.rd_con1 .top .rig .p2{
    font-size: 22px;
    color: #333333;
}
.rd_con1 .bot{
    width: 100%;
    margin-top: 40px;
}
.rd_con1 .bot .lef{
    /* width: 52.2%; */
    width: 50.5%;
    margin-right: 1.5%;
    float: left;
    border-top: 1px solid #dddddd;
    position: relative;
    /* height: 395px; */
    padding-bottom: 24.8%;
    height: 0;
}

.rd_con1 .bot .lef .div{
    position: absolute;
    height: 100%;
    width: 100%;
}
@media (max-width:768px) {
    .rd_con1 .bot .lef .div{
        position: unset;
    }
    .rd_con1 .bot .lef{
        padding-bottom: 0;
        height: auto;
    }
}

@media (min-width:768px) {
    .rd_con1 .bot .lef{
        overflow-y: scroll;
    }
}

.rd_con1 .bot .lef::-webkit-scrollbar {
    width: 2px; /*对垂直流动条有效*/
  }

  /*定义滚动条的轨道颜色、内阴影及圆角*/
  .rd_con1 .bot .lef::-webkit-scrollbar-track{
      /* -webkit-box-shadow: inset 0 0 6px #ededed; */
      /* background-color: #ededed; */
      border-radius: 3px;
  }

    /*定义滑块颜色、内阴影及圆角*/
    .rd_con1 .bot .lef::-webkit-scrollbar-thumb{
        border-radius: 7px;
        -webkit-box-shadow: inset 0 0 6px #0a913b;
        background-color: #0a913b;
    }

.rd_con1 .bot .lef::before{
    content: '';
    width: 175px;
    height: 2px;
    background: #0a913b;
    position: absolute;
    top: -2px;
    left: 0;
}
.rd_con1 .bot .lef .div{
    width: 100%;
    padding-top: 62px;
    padding-right: 110px;
}
.rd_con1 .bot .lef .div p{
    /* font-size: 18px; */
    font-size: 16px;
    color: #333333;
    /* line-height: 30px; */
    line-height: 24px;
    margin-bottom: 28px;
}
.rd_con1 .bot .rig{
    width: 47.8%;
    float: left;
}
.rd_con1 .bot .rig .div{
    width: 100%;
    position: relative;
    padding-bottom: 52.1%;
    height: 0;
}
.rd_con1 .bot .rig .div img{
    width: 100%;
    vertical-align: middle;
    height: 100%;
    position: absolute;
}
.rd_con1 .bot .rig .div p{
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    line-height: 70px;
    background: rgba(10,145,59,.5);
    padding: 0 28px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.rd_con1 .swiper-button-next,
.rd_con1 .swiper-button-prev{
    width: 75px;
    height: 75px;
    background-image: url(../images/img68.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    opacity: 1;
    transition: all .5s;
}
.rd_con1 .swiper-button-prev{
    left: -38px;
    transform: translateY(-50%) rotate(180deg);
}
.rd_con1 .swiper-button-next:hover,
.rd_con1 .swiper-button-prev:hover{
    background-image: url(../images/img69.png);
}
.rd_con1 .swiper-pagination{
    text-align: right;
    padding-right: 16px;    
    bottom: 11%;
    color: #fff;
    font-family: "din";
  }
  .rd_con1 .swiper-pagination span{
    font-size: 18px;
    color: #fff;
  }
  .rd_con1 .swiper-pagination .swiper-pagination-current{
    font-size: 36px;
    color: #fff;
    position: relative;
    padding-left: 20px;
  }
  .rd_con1 .swiper-pagination .swiper-pagination-current::before{
    content: '0';
    position: absolute;
    left: 0;
    top: 0;
  }
  @media (max-width:1024px) {
    .rd_con1 .swiper-pagination .swiper-pagination-current::before{
        top: unset;
        bottom: 2px;
    }
  }


  .rd_con1 .swiper-pagination .swiper-pagination-total{
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-left: 11px;
  }
  .rd_con1 .swiper-pagination .swiper-pagination-total::before{
    content: '0';
    position: absolute;
    left: 0;
    top: 0;
  }
  @media (max-width:1024px) {
    .rd_con1 .swiper-pagination .swiper-pagination-total::before{
        top: unset;
        bottom: 2px;
    }
  }


  /* rd_con2 */
 .rd_con2{
     width: 100%;
     padding-top: 115px;
     padding-bottom: 115px;
     background-image: url(../images/img77.jpg);
     background-size: cover;
     background-position: left;
     position: relative;
 } 
 .rd_con2 .bt::before, 
 .rd_con3 .bt::before,
 .rd_con4 .bt::before {
    content: '';
    width: 40px;
    height: 2px;
    background: #0a913b;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.rd_con2 .rq{
    width: 100%;
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
}
.rd_con2 .rq .lef{
    width: 49.6%;
    height: 450px;
    background: #fff;
    position: relative;
}
.rd_con2 .rq .lef img{
    max-height: 75%;
    max-width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.rd_con2 .rq .rig{
    width: 47.8%;
    height: 450px;
}
.rd_con2 .rq .rig .div1{
    width: 35.4%;
    height: 100%;
    float: left;
    position: relative;
    background: #fff;
}
.rd_con2 .rq .rig .div1 img{
    max-width: 75%;
    max-height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.rd_con2 .rq .rig .div2{
    width: 64.6%;
    height: 100%;
    float: left;
}
.rd_con2 .rq .rig .div2 .div{
    width: 100%;
    height: 33.3333%;
    border: 2px solid #fff;
    border-bottom: none;
    padding-left: 60px;
    padding-top: 40px;
}
.rd_con2 .rq .rig .div2 .div:last-child{
    border-bottom: 2px solid #fff;
}
.rd_con2 .rq .rig .div2 .div p{
    font-size: 22px;
    color: #333333;
    display: flex;
    align-items: flex-end;
}
.rd_con2 .rq .rig .div2 .div p span{
    font-size: 60px;
    color: #0a913b;
    font-family: "din";
    position: relative;
    margin-right: 34px; 
}

.rd_con2 .rq .rig .div2 .div p span:nth-of-type(2){
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    margin-right: 0;
    margin-bottom: 2%;
}
@media (max-width:1680px) {
    .rd_con2 .rq .rig .div2 .div p span:nth-of-type(2){
        margin-bottom: 2.2%;
    }    
}

@media (max-width:1459px) {
    .rd_con2 .rq .rig .div2 .div p span:nth-of-type(2){
        margin-bottom: 2.2%;
    }    
}

@media (max-width:1024px) {
    .rd_con2 .rq .rig .div2 .div p span:nth-of-type(2){
        margin-bottom: 2.5%;
    }    
}

@media (max-width:768px) {
    .rd_con2 .rq .rig .div2 .div p span:nth-of-type(2){
        margin-bottom: 1.8%;
    }    
}

@media (max-width:500px) {
    .rd_con2 .rq .rig .div2 .div p span:nth-of-type(2){
        margin-bottom: 0;
    }    
}

.rd_con2 .rq .rig .div2 .div p span em{
    font-size: 30px;
    color: #0a913b;
    font-family: "din";
    position: absolute;
    right: -24px;
    /* top: 26px; */
    bottom: 14%;
}


/* rd_con3 */
.rd_con3{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}
.rd_con3 .rq{
    width: 100%;
    padding-top: 90px;

}
@media (min-width:769px) {
    .rd_con3 .rq{
        display: flex;
        align-items: center;
    }
}
.rd_con3 .rq .lef{
    width: 45.3%;
    height: 470px;
    float: left;
    box-shadow: 0 0 15px rgba(0,0,0,0.04);
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.rd_con3 .rq .lef::before{
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.04);
    background: #fff;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%) scale(0.84);
    z-index: -1;
}
.rd_con3 .rq .lef.on::before{
    left: -12%;
}
.rd_con3 .rq .lef::after{
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.04);
    background: #fff;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%) scale(0.72);
    z-index: -2;
}
.rd_con3 .rq .lef.on::after{
    left: -22%;
}
.rd_con3 .rq .lef .top{
    width: 100%;
    /* height: 84%; */
    /* height: 70%; */
    position: relative;
    display: flex;
    justify-content: center;
}
.rd_con3 .rq .lef .top img{
    /* max-width: 75%;
    max-height: 75%; */
    width: 60%;
    height: auto;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}
.rd_con3 .rq .lef .bot{
    width: 100%;
    /* height: 16%; */
}
.rd_con3 .rq .lef .bot p{
    font-size: 24px;
    color: #333333;
    text-align: center;

    text-overflow: ellipsis;
	/* overflow: hidden; */
	/* white-space: nowrap; */
    /* padding: 0 15px; */
    /* display: -webkit-box;	
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    /* padding: 0 92px; */
    padding: 0 30px;
    word-wrap: break-word;
    word-break: keep-all;
    text-align: left;
}

@media (min-width:768px) {
    .rd_con3 .rq .lef .bot p{
        text-align: center;
    }
}

@media (max-width:1459px) {
    .rd_con3 .rq .lef .bot p{
        padding: 0 30px;
    }
}

@media (max-width:1366px) {
    .rd_con3 .rq .lef .bot p{
        padding: 0 30px;
    }
}

@media (max-width:1280px) {
    .rd_con3 .rq .lef .bot p{
        padding: 0 30px;
    }
}

@media (max-width:1024px) {
    .rd_con3 .rq .lef .bot p{
        padding: 0 20px;
    }
    .rd_con3 .rq .lef{
        width: 65%;
    }
    .rd_con3 .rq .rig{
        padding-left: 40px;
    }
}

@media (max-width:991px) {
    .rd_con3 .rq .lef .bot p{
        padding: 0 15px;
    }
}

@media (min-width:501px) and (max-width:768px) {
    .rd_con3 .rq .lef .bot p{
        padding: 0 165px;
    }
}

@media (max-width:500px) {
    .rd_con3 .rq .lef .bot p{
        padding: 0 15px;
    }
}

.rd_con3 .rq .rig{
    width: 54.7%;
    float: left;
    padding-left: 100px;
    /* padding-top: 60px; */
    padding-top: 0;
}
.rd_con3 .rq .rig .p1{
    font-size: 36px;
    /* font-size: 30px; */
    color: #333333;
    padding-bottom: 30px;
    border-bottom: 2px solid #e3e3e3;
    position: relative;
}
.rd_con3 .rq .rig .p1 .span{
    display: -webkit-box;	
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: keep-all;
}
.rd_con3 .rq .rig .p1::before{
    content: '';
    width: 395px;
    height: 2px;
    background: #0a913b;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.rd_con3 .rq .rig .div{
    width: 100%;
    padding-top: 46px;
}
.rd_con3 .rq .rig .div1{
    width: 100%;
    padding-left: 94px;
    position: relative;
    margin-bottom: 32px;
}
.rd_con3 .rq .rig .div1 .p2{
    font-family: "reg";
    font-size: 55px;
    color: #0a913b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.rd_con3 .rq .rig .div1 .p3{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.rd_con3 .rq .rig .div1 .p4{
    /* font-size: 18px; */
    font-size: 16px;
    color: #666666;
    /* line-height: 30px; */
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: keep-all;
}


/* rd_con4 */
.rd_con4{
    width: 100%;
    padding-top: 110px;
    padding-bottom: 85px;
    position: relative;
}
.rd_con4::before{
    content: '';
    width: 100%;
    height: 65%;
    background: #f2f3f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.rd_con4 .top{
    width: 100%;
    padding-top: 86px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
.rd_con4 .top .div{
    padding-left: 136px;
    position: relative;
    width: 25%;
}
.rd_con4 .top .div em{
    width: 108px;
    height: 108px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgba(0,0,0,0.04);
}
.rd_con4 .top .div em img{
    max-width: 65%;
    max-height: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.rd_con4 .top .div .p1{
    font-size: 18px;
    color: #0a913b;
    font-family: "din";
}
.rd_con4 .top .div .p1 span{
    font-size: 55px;
    margin-right: 5px;
}
.rd_con4 .top .div .p1 i{
    font-size: 24px;
}
.rd_con4 .top .div .p2{
    /* font-size: 18px; */
    font-size: 16px;
    color: #666666;
    /* line-height: 30px; */
    line-height: 24px;
    padding-right: 15px;
}
.rd_con4 .bot{
    width: 100%;
    position: relative;
}
.rd_con4 .bot .div{
    width: 100%;
    overflow: hidden;
}
.rd_con4 .bot .div img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.rd_con4 .bot .swiper-slide:hover .div img{
    transform: scale(1.05);
}
.rd_con4 .bot p{
    font-size: 20px;
    text-align: center;
    color: #333333;
    margin-top: 18px;
}
.rd_con4 .bot .swiper-slide:hover p{
    color: #0a913b;
}
.rd_con4 .swiper-pagination{
    display: none;
}
.rd_con4 .swiper-button-next,
.rd_con4 .swiper-button-prev{
    width: 19px;
    height: 30px;
    background-image: url(../images/img47.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -60px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.rd_con4 .swiper-button-prev{
    left: -60px;
    transform: translateY(-50%) rotate(180deg);
}
.rd_con4 .swiper-button-next:hover,
.rd_con4 .swiper-button-prev:hover{
    background-image: url(../images/img46.png);
}

.rd_con5{
    padding-top: 0 !important;
}


@media(max-width:1459px){
    .rd_con1 {
        padding-top: 75px;
        padding-bottom: 80px;
    }
    .rd_con1 .top .lef .p1 {
        font-size: 45px;
        line-height: 45px;
    }
    .rd_con1 .top .lef .p2 {
        font-size: 33px;
        line-height: 0px;
    }
    .rd_con1 .top .rig .p1 {
        font-size: 22px;
    }
    .rd_con1 .top .rig .p1 span {
        font-size: 45px;
        margin-right: 5px;
    }
    .rd_con1 .top .rig .p2 {
        font-size: 16px;
    }
    .rd_con1 .bot {
        margin-top: 30px;
    }
    .rd_con1 .bot .lef .div {
        padding-top: 46px;
        padding-right: 30px;
    }
    .rd_con1 .bot .lef .div p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 22px;
    }
    .rd_con1 .bot .rig .div p {
        font-size: 15px;
        line-height: 54px;
        padding: 0 20px;
    }
    .rd_con1 .swiper-pagination span,
    .rd_con1 .swiper-pagination .swiper-pagination-total {
        font-size: 15px;
    }
    .rd_con1 .swiper-pagination .swiper-pagination-current {
        font-size: 26px;
    }
    .rd_con1 .swiper-button-next, .rd_con1 .swiper-button-prev {
        width: 56px;
        height: 56px;
        right: -30px;
    }
    .rd_con1 .swiper-button-prev {
        left: -30px;
    }
    .rd_con2 {
        padding-top: 87px;
        padding-bottom: 87px;
    }
    .rd_con2 .bt::before, .rd_con3 .bt::before, .rd_con4 .bt::before {
        width: 30px;
        height: 2px;
        bottom: -18px;
    }
    .rd_con2 .rq {
        padding-top: 68px;
    }
    .rd_con2 .rq .rig,
    .rd_con2 .rq .lef {
        height: 346px;
    }
    .rd_con2 .rq .rig .div2 .div p span {
        font-size: 44px;
        margin-right: 27px;
    }
    .rd_con2 .rq .rig .div2 .div p span em {
        font-size: 22px;
        right: -20px;
        /* top: 18px; */
        /* top: 50%;
        transform: translateY(-50%); */
    }
    .rd_con2 .rq .rig .div2 .div p {
        font-size: 16px;
    }
    .rd_con2 .rq .rig .div2 .div {
        padding-left: 44px;
        padding-top: 34px;
    }
    .rd_con3 {
        padding-top: 90px;
        padding-bottom: 76px;
    }
    .rd_con3 .rq {
        padding-top: 68px;
    }
    .rd_con3 .rq .lef {
        height: 360px;
    }
    .rd_con3 .rq .lef .bot p {
        font-size: 18px;
    }
    .rd_con3 .rq .rig {
        padding-left: 70px;
        padding-top: 30px;
    }
    .rd_con3 .rq .rig .p1 {
        /* font-size: 26px; */
        font-size: 18px;
        padding-bottom: 20px;
    }
    .rd_con3 .rq .rig .p1::before {
        width: 290px;
    }
    .rd_con3 .rq .rig .div {
        padding-top: 32px;
    }
    .rd_con3 .rq .rig .div1 {
        padding-left: 70px;
        margin-bottom: 24px;
    }
    .rd_con3 .rq .rig .div1 .p2 {
        font-size: 40px;
    }
    .rd_con3 .rq .rig .div1 .p3,
    .rd_con3 .rq .rig .div1 .p4 {
        font-size: 16px;
        line-height: 26px;
    }
    .rd_con4 {
        padding-top: 84px;
        padding-bottom: 65px;
    }
    .rd_con4 .top {
        padding-top: 66px;
        padding-bottom: 60px;
    }
    .rd_con4 .top .div {
        padding-left: 104px;
    }
    .rd_con4 .top .div em {
        width: 80px;
        height: 80px;
    }
    .rd_con4 .top .div em img {
        max-width: 50%;
        max-height: 50%;
    }
    .rd_con4 .top .div .p1 {
        font-size: 15px;
    }
    .rd_con4 .top .div .p1 span {
        font-size: 40px;
    }
    .rd_con4 .top .div .p2 {
        font-size: 15px;
        line-height: 24px;
    }
    .rd_con4 .bot p {
        font-size: 16px;
        margin-top: 14px;
    }
    .rd_con4 .swiper-button-next, .rd_con4 .swiper-button-prev {
        width: 16px;
        height: 25px;
        right: -40px;
    }
    .rd_con4 .swiper-button-prev {
        left: -40px;
    }

}

@media (max-width:1280px) {
    .rd_con4 .top .div em{
        width: 60px;
        height: 60px;
    }
    .rd_con4 .top .div{
        padding-left: 75px;
        width: 25%;
    }
    .rd_con4 .top .div .p2{
        font-size: 14px;
    }
}

@media(max-width:1024px){
    .rd_con1 .bot .lef .div {
        padding-top: 24px;
    }
    .rd_con1 .bot .lef .div p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .rd_con2 .rq .rig .div2 .div {
        padding-left: 24px;
    }
    .rd_con4 .top .div em{
        left: 13%;
    }
    .rd_con4 .top{
        flex-wrap: wrap;
    }
    .rd_con4 .top .div {
        /* padding-left: 74px; */
        padding-left: 15%;
        margin: 20px 0;
        width: 50%;
    }
    .rd_con4 .top .div em {
        width: 60px;
        height: 60px;
    }
    .rd_con4 .swiper-button-next, .rd_con4 .swiper-button-prev{
        display: none;
    }
    .rd_con4 .swiper-pagination{
        display: block;
        bottom: 0;
    }
    .rd_con4 .swiper-container{
        padding-bottom: 40px;
    }

}

@media (min-width:769px) and (max-width:1024px) {
    .rd_con1 .top .rig .p2{
        padding-right: 20px;        
    }
    .rd_con1 .bot{
        margin-top: 20px;
    }
}

@media(max-width:768px){
    .rd_con1 .top .lef{
        width: 100%;
    }
    .rd_con1 .top .rig{
        width: 100%;
        margin-top: 40px;
    }
    .rd_con1 .bot .lef{
        width: 100%;
        height: 255px;
        overflow-y: scroll;
        margin-bottom: 5px;
    }
    .rd_con1 .bot .rig{
        width: 100%;
    }
    .rd_con2 .rq{
        flex-wrap: wrap-reverse;
    }
    .rd_con2 .rq .rig, .rd_con2 .rq .lef{
        width: 100%;
    }
    .rd_con2 .rq .rig{
        margin-bottom: 20px;
    }
    .rd_con3 .rq .lef{
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .rd_con3 .rq .rig{
        width: 100%;
        padding-left: 0;
    }
    .rd_con4 .top {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .rd_con4 .top .div{
        width: 50%;
        margin: 20px 0;
        padding-left: 17%;
    }
    .rd_con4 .top{
        flex-wrap: wrap;
    }
    .rd_con4 {
        padding-top: 70px;
        padding-bottom: 44px;
    }

}

@media(min-width:501px) and (max-width:768px){
    .rd_con1 .bot .lef{
        margin-bottom: 15px;
    }
}

@media(max-width:500px){
    .rd_con4 .top .div em img {
        max-width: 75%;
        max-height: 75%;
    }
    .rd_con4 .top .div:nth-child(2) em img {
        max-width: 70%;
        max-height: 70%;
    }
    .rd_con4 .top .div {
        /* width: 100%; */
        /* padding-left: 90px; */
        padding-left: 80px;
    }
    .rd_con1 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .rd_con1 .top .lef .p1 {
        font-size: 26px;
        line-height: 30px;
    }
    .rd_con1 .top .lef .p2 {
        font-size: 24px;
    }
    .rd_con1 .top .rig .p1 {
        font-size: 18px;
    }
    .rd_con1 .top .rig .p1 span {
        font-size: 30px;
        margin-right: 2px;
    }
    .rd_con1 .top .rig .p2 {
        font-size: 14px;
    }
    .rd_con1 .top .rig {
        margin-top: 34px;
    }
    .rd_con1 .bot {
        margin-top: 22px;
    }
    .rd_con1 .bot .lef::before {
        width: 100px;
    }
    .rd_con1 .bot .lef .div {
        padding-top: 16px;
        padding-right: 0;
    }
    .rd_con1 .bot .lef .div p {
        margin-bottom: 10px;
    }
    .rd_con1 .bot .rig{
        margin-top: 15px;
    }
    .rd_con1 .bot .rig .div p {
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
    }
    .rd_con1 .swiper-pagination {
        bottom: 5px;
    }
    .rd_con1 .swiper-button-next, .rd_con1 .swiper-button-prev {
        width: 46px;
        height: 46px;
        right: -24px;
    }
    .rd_con1 .swiper-button-prev {
        left: -24px;
    }
    .rd_con2 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .rd_con2 .bt::before, .rd_con3 .bt::before, .rd_con4 .bt::before {
        width: 24px;
        height: 2px;
        bottom: -16px;
    }
    .rd_con2 .rq {
        padding-top: 38px;
    }
    .rd_con2 .rq .rig, .rd_con2 .rq .lef {
        height: 220px;
    }
    .rd_con2 .rq .rig .div2 .div p {
        font-size: 14px;
        /* line-height: 33px; */
    }
    .rd_con2 .rq .rig .div2 .div p span {
        font-size: 28px;
        margin-right: 20px;
    }
    .rd_con2 .rq .rig .div2 .div p span em {
        font-size: 16px;
        right: -12px;
        /* top: 8px; */
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
    }
    .rd_con2 .rq .rig .div2 .div {
        padding-left: 26px;
        padding-top: 20px;
    }
    .rd_con3 {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    .rd_con3 .rq {
        padding-top: 38px;
    }
    .rd_con3 .rq .lef {
        height: 221px;
    }
    .rd_con3 .rq .lef .bot p {
        /* font-size: 14px; */
        font-size: 14px;
        text-align: center;
    }
    .rd_con3 .rq .rig .p1 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .rd_con3 .rq .rig .p1::before {
        width: 200px;
    }
    .rd_con3 .rq .rig .div {
        padding-top: 20px;
    }
    .rd_con3 .rq .rig .div1 .p2 {
        font-size: 30px;
    }
    .rd_con3 .rq .rig .div1 {
        padding-left: 48px;
        margin-bottom: 10px;
    }
    .rd_con3 .rq .rig .div1 .p3, .rd_con3 .rq .rig .div1 .p4 {
        font-size: 14px;
        line-height: 22px;
    }
    .rd_con4 {
        padding-top: 45px;
        padding-bottom: 30px;
    }
    .rd_con4 .top .div .p1 {
        font-size: 14px;
    }
    .rd_con4 .top .div .p1 span {
        font-size: 28px;
    }
    .rd_con4 .top .div .p2 {
        font-size: 12px;
        line-height: 18px;
    }
    .rd_con4 .top .div .p1 s {
        font-size: 18px;
    }
    .rd_con4 .top .div em {
        left: 6px;
    }
    .rd_con4 .bot p {
        font-size: 14px;
        margin-top: 10px;
    }
    .rd_con4 .swiper-container {
        padding-bottom: 28px;
    }
    .abo_con6 .bot {
        padding-bottom: 45px;
    }

}




/* 学术交流 */
.dow_con1{
    width: 100%;
    padding-top: 130px;
    padding-bottom: 70px;
    position: relative;
}
.dow_con1 .bt::before{
    content: '';
    width: 40px;
    height: 2px;
    background: #0a913b;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.dow_con1 .rq{
    width: 100%;
    padding-top: 70px;
}
.dow_con1 .rq .div{
    width: 100%;
}
.dow_con1 .rq .div .top{
    width: 100%;
    overflow: hidden;
}
.dow_con1 .rq .div .top img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.dow_con1 .rq .div:hover .top img{
    transform: scale(1.05);
}
.dow_con1 .rq .div .bot{
    width: 100%;
    height: 115px;
    border-bottom: 1px solid #f1f1f1;
    padding: 26px 0;
}
.dow_con1 .rq .div .bot .p1{
    font-size: 22px;
    color: #333333;
    
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    transition: all .5s;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dow_con1 .rq .div:hover .bot .p1{
    color: #0a913b;
}
.dow_con1 .rq .div .bot .p2{
    font-size: 16px;
    color: #b9b9b9;
    margin-top: 10px;
}
.dow_con1 .swiper-container{
    padding-bottom: 60px;
}
.dow_con1 .swiper-pagination{
    bottom: 0;
}
.dow_con1 .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 7px !important;
}

/* dow_con2 */
.dow_con2{
    width: 100%;
    padding-top: 110px;
    padding-bottom: 90px;
    background: #f6f6f6;
    position: relative;
}
.dow_con2 .rq{
    width: 100%;
}
.dow_con2 .rq .lef{
    /* width: 44%; */
    width: 52%;
    float: left;
    /* padding-right: 75px; */
    padding-right: 0;
    margin-right: 2%;
}
.dow_con2 .rq .lef .top{
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
}
@media (max-width:1459px) {
    .dow_con2 .rq .lef .top{
        min-height: 54px;
    }
}
.dow_con2 .rq .lef .top .button{
    float: left;
    /* font-size: 44px; */
    font-size: 24px;
    color: #999999;
    margin-right: 90px;
    position: relative;
    /* width: 40%; */
    width: 100%;
    display: -webkit-box;	
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}


.dow_con2 .rq .lef .top .button.on{
    color: #0a913b;
}
.dow_con2 .rq .lef .top .button::before{
    content: '';
    width: 2px;
    height: 40px;
    background: #d3d3d3;
    position: absolute;
    right: -45px;
    top: 56%;
    transform: translateY(-50%);
}
.dow_con2 .rq .lef .top .button:last-child{
    margin-right: 0;
}
.dow_con2 .rq .lef .top .button:last-child::before{
    display: none;
}
.dow_con2 .rq .lef .bot{
    width: 100%;
    /* padding-top: 102px; */
    padding-top: 50px;
    display: none;
}
.dow_con2 .rq .lef .bot.on1{
    display: block;
}
.dow_con2 .rq .lef .bot .p{
    font-size: 18px;
    color: #333333;
    padding-bottom: 14px;
    border-bottom: 2px solid #e9e9e9;
}
.dow_con2 .rq .lef .bot .div{
    width: 100%;
    padding-top: 36px;
}
.dow_con2 .rq .lef .bot .div p{
    font-size: 18px;
    color: #333333;
    width: 50%;
    float: left;
    margin-bottom: 35px;
    padding-left: 28px;
    position: relative;
    transition: all .5s;
    cursor: pointer;

    display: -webkit-box;	
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dow_con2 .rq .lef .bot .div p:hover{
    color: #0a913b;
}

.dow_con2 .rq .lef .bot .div p::before{
    content: '';
    width: 12px;
    height: 1px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 12px;
    transition: all .5s;
}
.dow_con2 .rq .lef .bot .div p.on2{
    color: #0a913b;
}
.dow_con2 .rq .lef .bot .div p.on2::before{
    background: #0a913b;
}
.dow_con2 .rq .rig{
    /* width: 56%; */
    width: 46%;
    float: left;
    display: none;
}
.dow_con2 .rq .rig.on3{
    display: block;
}
.dow_con2 .rq .rig .div{
    width: 100%;
    display: none;
}
.dow_con2 .rq .rig .div.on4{
    display: block;
}
.dow_con2 .rq .rig .div .div1{
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #ededed;
    position: relative;
    padding-left: 60px;
    padding-right: 150px;
}
.dow_con2 .rq .rig .div .div1:nth-child(2n){
    background: #fff;
}
.dow_con2 .rq .rig .div .div1 span{
    width: 20px;
    height: 20px;
    background-image: url(../images/img93.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
}
.dow_con2 .rq .rig .div .div1 p{
    font-size: 16px;
    color: #666666;

	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dow_con2 .rq .rig .div .div1 a{
    width: 100px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 38px;
    background: #fff;
    border: 1px solid #fff;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}
.dow_con2 .rq .rig .div .div1:nth-child(2n) a{
    border: 1px solid #ededed;
    background: rgba(255,255,255,0);
}
.dow_con2 .rq .rig .div .div1:hover a{
    background: #0a913b;
    border: 1px solid #0a913b;
    color: #fff;
}
.dow_con2 .rq .rig .div .div1 a em{
    width: 18px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/img94.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    margin-right: 5px;
    transition: all .5s;
}
.dow_con2 .rq .rig .div .div1:hover a em{
    background-image: url(../images/img95.png);
}


@media(max-width:1459px){
    .dow_con1 {
        padding-top: 98px;
        padding-bottom: 52px;
    }
    .dow_con1 .bt::before {
        width: 30px;
        bottom: -18px;
    }
    .dow_con1 .rq {
        padding-top: 54px;
    }
    .dow_con1 .rq .div .bot {
        height: 88px;
        padding: 18px 0;
    }
    .dow_con1 .rq .div .bot .p1 {
        font-size: 18px;
    }
    .dow_con1 .rq .div .bot .p2 {
        font-size: 14px;
        margin-top: 8px;
    }
    .dow_con1 .swiper-container {
        padding-bottom: 44px;
    }
    .dow_con1 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 7px !important;
    }
    .dow_con2 {
        padding-top: 82px;
        padding-bottom: 68px;
    }
    .dow_con2 .rq .lef .top .button {
        /* font-size: 32px; */
        font-size: 20px;
        /* margin-right: 68px; */
        margin-right: 0;
    }
    .dow_con2 .rq .lef .top .button::before {
        height: 30px;
        right: -34px;
    }
    .dow_con2 .rq .lef .bot {
        /* padding-top: 76px; */
        padding-top: 50px;
    }
    .dow_con2 .rq .lef .bot .p {
        font-size: 16px;
        padding-bottom: 12px;
    }
    .dow_con2 .rq .lef .bot .div {
        padding-top: 26px;
    }
    .dow_con2 .rq .lef .bot .div p {
        font-size: 15px;
        margin-bottom: 22px;
        padding-left: 22px;
    }
    .dow_con2 .rq .lef .bot .div p::before {
        width: 10px;
        top: 10px;
    }
    .dow_con2 .rq .lef {
        /* padding-right: 46px; */
        padding-right: 0;
    }
    .dow_con2 .rq .rig .div .div1 {
        height: 54px;
        line-height: 54px;
        padding-left: 46px;
        padding-right: 110px;
    }
    .dow_con2 .rq .rig .div .div1 span {
        width: 16px;
        height: 16px;
        left: 20px;
    }
    .dow_con2 .rq .rig .div .div1 p {
        font-size: 14px;
    }
    .dow_con2 .rq .rig .div .div1 a {
        width: 76px;
        font-size: 13px;
        line-height: 30px;
        right: 20px;
    }
    .dow_con2 .rq .rig .div .div1 a em {
        width: 14px;
        height: 13px;
    }

}
@media(max-width:991px){
    .dow_con1 {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .dow_con2 .rq .lef .top .button {
        /* font-size: 24px; */
        /* margin-right: 68px; */
        font-size: 20px;
        margin-right: 0;
    }

}
@media(max-width:768px){
    .dow_con2 .rq .lef{
        width: 100%;
        padding-right: 0;
    }
    .dow_con2 .rq .rig{
        width: 100%;
        margin-top: 20px;
    }
    .dow_con2 .rq .lef .bot {
        padding-top: 40px;
    }
    .dow_con2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}
@media(max-width:500px){
    .dow_con1 {
        padding-top: 45px;
        padding-bottom: 30px;
    }
    .dow_con1 .bt::before {
        width: 26px;
        bottom: -14px;
    }
    .dow_con1 .rq {
        padding-top: 38px;
    }
    .dow_con1 .rq .div .bot {
        height: 74px;
        padding: 11px 0;
    }
    .dow_con1 .rq .div .bot .p1 {
        font-size: 16px;
    }
    .dow_con1 .rq .div .bot .p2 {
        font-size: 13px;
        margin-top: 6px;
    }
    .dow_con1 .swiper-container {
        padding-bottom: 34px;
    }
    .dow_con1 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px !important;
    }
    .dow_con2 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .dow_con2 .rq .lef .top .button {
        /* font-size: 22px;
        margin-right: 40px; */
        font-size: 16px;
        margin-right: 0;
    }
    .dow_con2 .rq .lef .top .button::before {
        height: 22px;
        right: -20px;
    }
    .dow_con2 .rq .lef .bot {
        padding-top: 26px;
    }
    .dow_con2 .rq .lef .bot .div {
        padding-top: 22px;
    }
    .dow_con2 .rq .lef .bot .div p {
        font-size: 14px;
        margin-bottom: 16px;
        padding-left: 16px;
    }
    .dow_con2 .rq .lef .bot .div p::before {
        width: 8px;
        top: 10px;
    }
    .dow_con2 .rq .rig {
        margin-top: 10px;
    }
    .dow_con2 .rq .rig .div .div1 {
        padding-left: 34px;
        padding-right: 90px;
    }
    .dow_con2 .rq .rig .div .div1 span {
        left: 10px;
    }
    .dow_con2 .rq .rig .div .div1 a {
        width: 68px;
        right: 12px;
    }

}


/* 客户服务 */
.ser_con1{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.ser_con1 .lef{
    width: 49.7%;
    float: left;
    padding-right: 100px;
    padding-top: 16px;
}
.ser_con1 .bt span,
.ser_con1 .bt{
    text-align: left;
}
.ser_con1 .bt{
    padding-bottom: 48px;
    border-bottom: 2px solid #e7e7e7;
}
.ser_con1 .bt::before{
    content: '';
    width: 170px;
    height: 2px;
    background: #0a913b;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.ser_con1 .lef .div{
    width: 100%;
    margin-top: 42px;
    height: 194px;
    margin-bottom: 24px;
    overflow-y: auto;
}
.ser_con1 .lef .div::-webkit-scrollbar {
    width: 3px;
    background-color: #999;
    border-radius:50px;
}
.ser_con1 .lef .div::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #0a913b;
}
.ser_con1 .lef .div p{
    /* font-size: 18px; */
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 24px;
}
.ser_con1 .lef .div1{
    width: 100%;
    height: 180px;
    border: 1px solid #e4e4e4;
}
.ser_con1 .lef .div1 .div2{
    width: 18.8%;
    height: 100%;
    background: #f8f8f8;
    float: left;
    position: relative;
}
.ser_con1 .lef .div1 .div2 img{
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ser_con1 .lef .div1 .div3{
    width: 81.2%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.ser_con1 .lef .div1 .div3::before{
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(../images/img97.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -36px;
    right: -36px;
    transform: rotate(-45deg);
}
.ser_con1 .lef .div1 .div3 .div4{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 20px;
}
.ser_con1 .lef .div1 .div3 .div4 .p1{
    font-size: 20px;
    color: #666666;
}
.ser_con1 .lef .div1 .div3 .div4 .p2 span{
    font-size: 36px;
    color: #0a913b;
    font-family: "din";
    margin-right: 46px;
    position: relative;
    display: inline-block;
}
.ser_con1 .lef .div1 .div3 .div4 .p2 span::before{
    content: '';
    width: 2px;
    height: 26px;
    background: #0a913b;
    position: absolute;
    top: 10px;
    right: -23px;
}
.ser_con1 .lef .div1 .div3 .div4 .p2 span:nth-child(2){
    margin-right: 0;
}
.ser_con1 .lef .div1 .div3 .div4 .p2 span:nth-child(2)::before{
    display: none;
}

.ser_con1 .rig{
    width: 50.3%;
    float: left;
}
.ser_con1 .rig img{
    width: 100%;
    vertical-align: middle;
}


/* ser_con2 */
.ser_con2{
    width: 100%;
    padding-top: 110px;
    padding-bottom: 120px;
    background: #f8f8f8;
}
.ser_con2 .p1 span{
    /* font-size: 30px; */
    font-size: 24px;
    color: #333333;
    line-height: 48px;
    display: block;
    /* width: 80%; */
    width: 100%;
}

.ser_con2 .rq{
    width: 100%;
    padding-top: 86px;
    padding-bottom: 56px;
}
.ser_con2 .rq .div{
    width: 100%;
    margin-bottom: 80px;
}
.ser_con2 .rq .div:last-child{
    margin-bottom: 0;
}
.ser_con2 .rq .div .div1{
    width: 22.6%;
    float: left;
    margin-right: 3.2%;
}
.ser_con2 .rq .div .div1:nth-child(4){
    margin-right: 0;
}
.ser_con2 .rq .div .div2{
    width: 100%;
    padding-left: 50px;
    padding-bottom: 7px;
    border-bottom: 2px solid #dfdfdf;
    position: relative;
}
.ser_con2 .rq .div .div2 p{
    font-size: 16px;
    color: #999999;
    position: absolute;
    left: 0;
    top: 1px;
}
.ser_con2 .rq .div .div2 p span {
    color: red;
    padding-left: 6px;
}
.ser_con2 .rq .div .div2 input{
    width: 100%;
    height: 21px;
    font-size: 16px;
    color: #999999;
}
.ser_con2 .rq .div .div2 input::placeholder {
    padding-left: 6px;
}
.ser_con2 button{
    font-size: 20px;
    color: #ffffff;
    width: 170px;
    height: 52px;
    background: #0a913b;
}

@media(max-width:1459px){
    .ser_con1 {
        padding-top: 76px;
        padding-bottom: 76px;
    }
    .ser_con1 .lef {
        padding-right: 60px;
        padding-top: 10px;
    }
    .ser_con1 .bt {
        padding-bottom: 34px;
    }
    .ser_con1 .lef .div {
        margin-top: 32px;
        height: 170px;
        margin-bottom: 18px;
    }
    .ser_con1 .lef .div p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .ser_con1 .lef .div1 {
        height: 136px;
    }
    .ser_con1 .lef .div1 .div2 img {
        width: 52px;
    }
    .ser_con1 .lef .div1 .div3 .div4 .p1 {
        font-size: 16px;
    }
    .ser_con1 .lef .div1 .div3 .div4 .p2 span {
        font-size: 27px;
        margin-right: 36px;
    }
    .ser_con1 .lef .div1 .div3 .div4 .p2 span::before {
        height: 20px;
        top: 7px;
        right: -20px;
    }
    .ser_con2 {
        padding-top: 82px;
        padding-bottom: 90px;
    }
    .ser_con2 .p1 span {
        font-size: 22px;
        line-height: 36px;
    }
    .ser_con2 .rq {
        padding-top: 65px;
        padding-bottom: 40px;
    }
    .ser_con2 .rq .div .div2 {
        padding-left: 50px;
        padding-bottom: 30px;
    }
    .ser_con2 .rq .div {
        margin-bottom: 60px;
    }
    .ser_con2 button {
        font-size: 16px;
        width: 130px;
        height: 46px;
    }

}
@media(max-width:1024px){
    .ser_con1 .lef .div1 {
        height: 100px;
    }
    .ser_con1 .lef .div1 .div2 img {
        width: 38px;
    }
    .ser_con1 .lef .div1 .div3 .div4 .p1 {
        font-size: 14px;
    }
    .ser_con1 .lef .div1 .div3 .div4 .p2 span {
        font-size: 20px;
        margin-right: 22px;
    }
    .ser_con1 .lef .div1 .div3 .div4 .p2 span::before {
        height: 15px;
        top: 6px;
        right: -14px;
    }
    .ser_con1 .lef .div p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .ser_con1 .bt {
        padding-bottom: 18px;
    }
    .ser_con1 .lef .div {
        margin-top: 24px;
        height: 128px;
        margin-bottom: 14px;
    }

}
@media(max-width:768px){
    .ser_con1 .lef{
        width: 100%;
        padding-right: 0;
    }
    .ser_con1 .rig{
        width: 100%;
        margin-top: 20px;
    }
    .ser_con2 {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .ser_con2 .rq {
        padding-top: 46px;
        padding-bottom: 30px;
    }
    .ser_con2 .rq .div .div2 {
        padding-left: 40px;
        padding-bottom: 10px;
    }
    .ser_con2 .rq .div .div2 p {
        font-size: 14px;
        top: 2px;
    }
    .ser_con2 .rq .div .div2 input {
        height: 19px;
        font-size: 14px;
    }
    .ser_con2 .rq .div {
        margin-bottom: 40px;
    }
}
@media(max-width:500px){
    .ser_con1 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .ser_con1 .bt {
        padding-bottom: 15px;
    }
    .ser_con1 .lef .div {
        margin-top: 24px;
        height: 145px;
        margin-bottom: 20px;
    }
    .ser_con1 .lef .div1 .div3 .div4 {
        padding: 0 14px;
    }
    .ser_con1 .lef .div1 .div3 .div4 .p1 {
       margin-bottom: 5px;
    }
    .ser_con2 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .ser_con2 .p1 span {
        font-size: 20px;
        line-height: 32px;
    }
    .ser_con2 .rq {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .ser_con2 .rq .div {
        margin-bottom: 0px;
    }
    .ser_con2 .rq .div .div1{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .ser_con2 .rq .div .div1:nth-child(2n){
        margin-right: 0;
    }
    .ser_con2 button {
        font-size: 14px;
        width: 120px;
        height: 42px;
    }

}
@media(max-width:375px){
    .ser_con1 .lef .div {
        height: 164px;
    }
    .ser_con1 .lef .div1 .div3 .div4 .p2 span {
        font-size: 18px;
        margin-right: 18px;
    }
    .ser_con1 .lef .div1 .div3 .div4 {
        padding: 0 10px;
    }
    .ser_con1 .lef .div1 .div3 .div4 .p1 {
        font-size: 12px;
    }
    .ser_con1 .lef .div1 .div3 .div4 .p2 span::before {
        height: 13px;
        top: 2px;
        right: -12px;
    }
    .ser_con1 .lef .div1 {
        height: 80px;
    }

}



/* 新闻列表 */
.new_con1{
    width: 100%;
    padding-top: 107px;
}
.new_con1 .rq a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f8f8f8;
}
.new_con1 .rq .lef{
    /* width: 57%; */
    width: 45%;
    overflow: hidden;
}
.new_con1 .rq .lef img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.new_con1 .rq a:hover .lef img{
    transform: scale(1.05);
}
.new_con1 .rq .rig{
    /* width: 43%; */
    width: 55%;
    /* padding-left: 80px;
    padding-right: 65px; */
    padding-left: 50px;
    padding-right: 50px;
}
.new_con1 .rq .rig .p1{
    font-family: "din";
    font-size: 18px;
    color: #666666;
}
.new_con1 .rq .rig .p1 em{
    width: 15px;
    height: 15px;
    background-image: url(../images/img100.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
}
.new_con1 .rq .rig .p2{
    /* font-size: 26px; */
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
    padding-bottom: 24px;
    position: relative;
    transition: all .5s;
}
.new_con1 .rq a:hover .rig .p2{
    color: #0a913b;
}
.new_con1 .rq .rig .p2::before{
    content: '';
    width: 30px;
    height: 2px;
    background: #0a913b;
    position: absolute;
    bottom: 0;
    left: 0;
}
.new_con1 .rq .rig .p3{
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    margin-top: 30px;
    /* margin-bottom: 86px; */
    margin-bottom: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.new_con1 .rq .rig .p4{
    font-size: 16px;
    color: #666666;
}
.new_con1 .rq .rig .p4 em{
    width: 22px;
    height: 22px;
    background-image: url(../images/img101.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 10px;
}


/* new_con2 */
.new_con2{
    width: 100%;
    padding-top: 110px;
    padding-bottom: 90px;
}
.new_con2 .rq{
    width: 100%;
    padding-bottom: 10px;
}
.new_con2 .rq .div{
    width: 31.3%;
    margin-right: 3.05%;
    float: left;
    margin-bottom: 40px;
}
.new_con2 .rq .div:nth-child(3n){
    margin-right: 0;
}
.new_con2 .rq .div .top{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.new_con2 .rq .div .top::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #0a913b;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    z-index: 1;
}
.new_con2 .rq .div:hover .top::before{
    opacity: 0.7;
}
.new_con2 .rq .div .top img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.new_con2 .rq .div:hover .top img{
    transform: scale(1.05);
}
.new_con2 .rq .div .top p{
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}
.new_con2 .rq .div:hover .top p{
    opacity: 1;
}
.new_con2 .rq .div .bot{
    width: 100%;
    height: 115px;
    border-bottom: 2px solid #f1f1f1;
    padding: 30px 0;
    transition: all .5s;
}
.new_con2 .rq .div:hover .bot{
    border-bottom: 2px solid #0a913b;
}
.new_con2 .rq .div .bot .p1{
    font-size: 22px;
    color: #333333;

    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    transition: all .5s;
}
.new_con2 .rq .div:hover .bot .p1{
    color: #0a913b;
}
.new_con2 .rq .div .bot .p2{
    font-size: 16px;
    color: #b9b9b9;
    margin-top: 8px;
}

/* 分页器 */
.fy{
    display: table;
    width: auto;
    margin: 0 auto;
  }
  .fy li{
    float: left;
    text-align: center;
    margin: 0 4px;
    overflow: hidden;
  }
  .fy li a{
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    border: 1px solid #e1e1e1;
    color: #c2c2c2;
    display: block;
    font-family: "reg";
    position: relative;
  }
  .fy li.on a,
  .fy li:hover a{
    border: 1px solid #0a913b;
    background: #0a913b;
    color: #fff;
  }
  .fy .per a,
  .fy .nex a{
    border: 1px solid #eaeaea;
    background: #eaeaea;
    position: relative;
  }
  .fy .per a::before,
  .fy .nex a::before{
    content: '';
    width: 10px;
    height: 19px;
    background-image: url(../images/img106.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
  }
  .fy .per a::before{
    transform: translate(-50%,-50%) rotate(180deg);
  }
  .fy .per:hover a::before,
  .fy .nex:hover a::before{
    background-image: url(../images/img105.png);
  }


  @media(max-width:1459px){
    .new_con1 {
        padding-top: 80px;
    }
    .new_con1 .rq .rig {
        padding-left: 50px;
        padding-right: 30px;
    }
    .new_con1 .rq .rig .p1 {
        font-size: 14px;
    }
    .new_con1 .rq .rig .p1 em {
        width: 14px;
        height: 14px;
        margin-right: 4px;
        margin-bottom: -1px;
    }
    .new_con1 .rq .rig .p2 {
        font-size: 22px;
        margin-top: 8px;
        padding-bottom: 18px;
    }
    .new_con1 .rq .rig .p3 {
        font-size: 14px;
        line-height: 28px;
        margin-top: 24px;
        margin-bottom: 60px;
    }
    .new_con1 .rq .rig .p4 {
        font-size: 14px;
    }
    .new_con1 .rq .rig .p4 em {
        width: 18px;
        height: 18px;
        margin-bottom: -4px;
        margin-left: 8px;
    }
    .new_con2 {
        padding-top: 80px;
        padding-bottom: 68px;
    }
    .new_con2 .rq .div{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .new_con2 .rq .div .bot {
        height: 88px;
        padding: 18px 0;
    }
    .new_con2 .rq .div .bot .p1 {
        font-size: 18px;
    }
    .new_con2 .rq .div .bot .p2 {
        font-size: 14px;
        margin-top: 6px;
    }

  }
  @media (max-width:1280px) {
    .new_con1 .rq .rig .p3{
        margin-bottom: 30px;
    }
  }
  @media(max-width:1024px){
    .new_con1 {
        padding-top: 60px;
    }
    .new_con1 .rq .rig {
        padding-left: 25px;
        padding-right: 10px;
    }
    .new_con1 .rq .rig .p2 {
        font-size: 20px;
        margin-top: 6px;
        padding-bottom: 15px;
    }
    .new_con1 .rq .rig .p3 {
        line-height: 24px;
        margin-top: 18px;
        margin-bottom: 20px;
    }
    .new_con2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

  }
  @media(max-width:768px){
    .new_con1 .rq .lef{
        width: 100%;
    }
    .new_con1 .rq .rig{
        width: 100%;
        padding: 20px;
    }
    .new_con2 .rq .div{
        width: 49%;
        margin-right: 2%;
    }
    .new_con2 .rq .div:nth-child(3n){
        margin-right: 2%;
    }
    .new_con2 .rq .div:nth-child(2n){
        margin-right: 0;
    }

  }
  @media(max-width:500px){
    .new_con1 {
        padding-top: 45px;
    }
    .new_con1 .rq .rig {
        padding: 20px 15px;
    }
    .new_con2 {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .new_con2 .rq .div{
        width: 100%;
        margin-right: 0;
    }
    .new_con2 .rq {
        padding-bottom: 0;
    }
    .fy li a {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 14px;
        border-radius: 5px;
      }
      .fy .per a::before, .fy .nex a::before {
        width: 7px;
        height: 13px;
      }

  }


  /* 新闻详情 */
  .new_dat1{
      position: static;
      background: #f5f5f5;
  }
  .new_dat1 a{
      color: #999999;
      line-height: 80px;
  }
  .new_dat1 a.on{
      color: #0a913b;
  }

  /* new_dat2 */
  .new_dat2{
      width: 100%;
      padding-top: 75px;
      padding-bottom: 70px;
  }
  .new_dat2 .top{
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 36px;
  }
  .new_dat2 .top .lef{
    width: 72%;
    float: left;
  }
  .new_dat2 .top .lef .p1{
    /* font-size: 30px; */
    font-size: 24px;
    color: #333333;
    margin-bottom: 22px;
    padding-right: 15px;
  }
  .new_dat2 .top .lef .p2 span{
    font-size: 16px;
    color: #999999;
    margin-right: 14px;
  }
  .new_dat2 .top .rig{
    width: 28%;
    float: right;
  }
  .dat_div1{
    display: flex;
    justify-content: space-between;
  }
  .dat_div a{
    font-size: 16px;
    color: #666666;
  }
  .dat_div .pre i,
  .dat_div .nex i{
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(../images/img107.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -5px;
    margin-right: 15px;
  }
  .dat_div .nex i{
    background-image: url(../images/img108.png);
    margin-right: 0;
    margin-left: 15px;
  }
  .dat_div .ml i{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/img109.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -3px;
    margin-right: 15px;
  }
  .new_dat2 .bot{
      width: 100%;
      padding-top: 38px;
  }
  .new_dat2 .bot p{
      /* font-size: 18px; */
      font-size: 16px;
      color: #666666;
      /* line-height: 30px; */
      line-height: 24px;
  }
  .new_dat2 .bot .p1{
      margin-bottom: 36px;
  }
  .new_dat2 .bot img{
      max-width: 100% !important;
      height: auto !important;
  }


  /* new_dat3 */
  .new_dat3{
      width: 100%;
      padding-top: 76px;
      padding-bottom: 85px;
      background: #f8f8f8;
  }
  .new_dat3 .p{
      font-size: 36px;
      color: #333333;
      padding-left: 26px;
      position: relative;
  }
  .new_dat3 .p::before{
      content: '';
      width: 3px;
      height: 36px;
      background: #0a913b;
      position: absolute;
      top: 8px;
      left: 0;
  }
  .new_dat3 .rq{
      width: 100%;
      margin-top: 42px;
      position: relative;
  }
  .new_dat3 .rq .div{
      width: 100%;
  }
  .new_dat3 .rq .div .top{
      width: 100%;
      overflow: hidden;
  }
  .new_dat3 .rq .div .top img{
      width: 100%;
      vertical-align: middle;
      transition: all .5s;
  }
  .new_dat3 .rq .div:hover .top img{
      transform: scale(1.05);
  }
  .new_dat3 .rq .div .bot{
      width: 100%;
      height: 115px;
      border-bottom: 1px solid #ececec;
      padding: 28px 0;
  }
  .new_dat3 .rq .div .bot .p1{
      font-size: 22px;
      color: #333333;

      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;  
  }
  .new_dat3 .rq .div:hover .bot .p1{
      color: #0a913b;
  }
  .new_dat3 .rq .div .bot .p2{
    font-family: "reg";
    font-size: 16px;
    color: #b9b9b9;
    margin-top: 8px;
  }
  .new_dat3 .swiper-pagination{
      display: none;
  }
  .new_dat3 .swiper-button-next,
  .new_dat3 .swiper-button-prev{
      width: 20px;
      height: 34px;
      background-image: url(../images/img112.png);
      background-size: contain;
      background-repeat: no-repeat;
      right: -60px;
      top: 36%;
      transform: translateY(-50%);
      margin-top: 0;
      transition: all .5s;
  }
  .new_dat3 .swiper-button-prev{
      left: -60px;
      transform: translateY(-50%) rotate(180deg);
  }
  .new_dat3 .swiper-button-next:hover,
  .new_dat3 .swiper-button-prev:hover{
    background-image: url(../images/img113.png);
  }

  @media(max-width:1459px){
    .new_dat1 a {
        line-height: 60px;
    }
    .new_dat2 {
        padding-top: 57px;
        padding-bottom: 52px;
    }
    .new_dat2 .top .lef .p1 {
        font-size: 24px;
        margin-bottom: 12px;
      }
      .new_dat2 .top .lef .p2 span {
        font-size: 14px;
      }
      .new_dat2 .top {
        padding-bottom: 26px;
      }
      .dat_div a {
        font-size: 14px;
      }
      .dat_div .pre i, .dat_div .nex i {
        width: 7px;
        height: 15px;
        margin-bottom: -3px;
        margin-right: 10px;
      }
      .dat_div .nex i {
        margin-right: 0;
        margin-left: 10px;
      }
      .dat_div .ml i {
        width: 12px;
        height: 12px;
        margin-bottom: -1px;
        margin-right: 10px;
      }
      .new_dat2 .bot {
        padding-top: 28px;
    }
    .new_dat2 .bot p {
        font-size: 15px;
        line-height: 26px;
    }
    .new_dat2 .bot .p1 {
        margin-bottom: 26px;
    }
    .new_dat3 {
        padding-top: 56px;
        padding-bottom: 65px;
    }
    .new_dat3 .p {
        font-size: 26px;
        padding-left: 18px;
    }
    .new_dat3 .p::before {
        height: 24px;
        top: 8px;
    }
    .new_dat3 .rq {
        margin-top: 30px;
    }
    .new_dat3 .rq .div .bot {
        height: 86px;
        padding: 18px 0;
    }
    .new_dat3 .rq .div .bot .p1 {
        font-size: 18px;
    }
    .new_dat3 .rq .div .bot .p2 {
        font-size: 14px;
        margin-top: 6px;
    }
    .new_dat3 .swiper-button-next, .new_dat3 .swiper-button-prev {
        width: 14px;
        height: 25px;
        right: -35px;
    }
    .new_dat3 .swiper-button-prev {
        left: -35px;
    }

  }
  @media(max-width:991px){
    .pc{
        display: none !important;
    }
    .app{
        display: block !important;
    }
    .new_dat2 .top .lef{
        width: 100%;
        padding-right: 0;
    }
    .new_dat2 .top .lef .p1{
        padding-right: 0;
    }
    .new_dat3 .swiper-button-next, .new_dat3 .swiper-button-prev{
        display: none;
    }
    .new_dat3 .swiper-pagination{
        display: block;
        bottom: 0;
    }
    .new_dat3 .swiper-container{
        padding-bottom: 40px;
    }

  }
  @media(max-width:768px){
    .new_dat1{
        display: block;
    }
    .new_dat1 a{
        float: none;
    }
    .new_dat1 .wrap{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .new_dat1 a {
        line-height: 50px;
    }

  }
  @media(max-width:500px){
    .new_dat2 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .new_dat2 .top .lef .p1 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 32px;
    }
    .new_dat2 .top {
        padding-bottom: 20px;
    }
    .new_dat2 .bot {
        padding-top: 22px;
    }
    .new_dat2 .bot p {
        font-size: 14px;
        line-height: 24px;
    }
    .new_dat2 .bot .p1 {
        margin-bottom: 18px;
    }
    .new_dat3 {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    .new_dat3 .p {
        font-size: 24px;
        padding-left: 15px;
    }
    .new_dat3 .p::before {
        height: 22px;
        top: 6px;
    }
    .new_dat3 .rq {
        margin-top: 24px;
    }

  }


  /* 加入我们 */
  .jio_con1{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .jio_con1 .p1{
    font-size: 60px;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .jio_con1 .p2{
    font-size: 22px;
    color: #666666;
    line-height: 36px;
    text-align: center;
    width: 62%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .jio_con1 .rq{
    width: 100%;
    padding: 0 190px;
    padding-top: 82px;
  }
  .jio_con1 .rq .div{
    width: 50%;
    float: left;
    border-bottom: 1px solid #ceddec;
    border-right: 1px solid #ceddec;
    padding: 18px 82px;
    padding-bottom: 70px;
  }
  .jio_con1 .rq .div:nth-child(2n){
    border-right:none;
  }
  .jio_con1 .rq .div:nth-child(4),
  .jio_con1 .rq .div:nth-child(3){
    border-bottom:none;
    padding-top: 64px;
    padding-bottom: 30px;
  }
  .jio_con1 .rq .div .p3{
    font-size: 34px;
    color: #0a913b;
    text-align: center;
  }
  .jio_con1 .rq .div .p4{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
  
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  
/* .jio_con3 */
.jio_con3{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .jio_con3 .p{
    font-size: 44px;
    color: #333333;
    text-align: center;
  }
  .jio_con3 .rq{
    width: 100%;
    margin-top: 60px;
    padding-bottom: 50px;
  }
  .jio_con3 .rq .div{
    width: 100%;
  }
  .jio_con3 .rq .div .top{
    width: 100%;
    line-height: 78px;
    /* padding: 0 30px; */
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;

    padding: 5px 30px;
    display: flex;
    align-items: center;
  }
  .jio_con3 .rq .div.on .top{
    background: #0a913b;
  }
  .jio_con3 .rq .div .top::before{
    content: '';
    width: 24px;
    height: 14px;
    background-image: url(../images/img89.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 46px;
    top: 50%;
    transform: translateY(-50%);
  }
  .jio_con3 .rq .div.on .top::before{
    background-image: url(../images/img89_2.png);
  }
  .jio_con3 .rq .div .top .p1{
    font-size: 22px;
    color: #333333;
    width: 26%;
    padding-right: 10px;
    float: left;
  
    text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      word-wrap: break-word;
    word-break: keep-all;
  }
  .jio_con3 .rq .div .top .p2{
    font-size: 16px;
    color: #666666;
 
    float: left;
    width: 20%;
    /* width: 25%; */

    line-height: 1.7;
    display: flex;
    align-items: center;
    word-wrap: break-word;
word-break: keep-all;
  }
  @media (min-width:1030px) {
    .jio_con3 .rq .div .top .p2{
        width: 25%;
        word-wrap: break-word;
word-break: keep-all;
    }
  }
  .jio_con3 .rq .div .top .p2 em{
    width: 22px;
    height: 18px;
    display: inline-block;
    /* margin-bottom: -4px; */
    margin-right: 12px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .jio_con3 .rq .div .top .p2:nth-child(2) em{
    background-image: url(../images/img90.png);
  }
  .jio_con3 .rq .div .top .p2:nth-child(3) em{
    background-image: url(../images/img91.png);
  }
  .jio_con3 .rq .div .top .p2:nth-child(4) em{
    background-image: url(../images/img92.png);
  }
  .jio_con3 .rq .div.on .top .p2:nth-child(2) em{
    background-image: url(../images/img90_2.png);
  }
  .jio_con3 .rq .div.on .top .p2:nth-child(3) em{
    background-image: url(../images/img91_2.png);
  }
  .jio_con3 .rq .div.on .top .p2:nth-child(4) em{
    background-image: url(../images/img92_2.png);
  }
  
  .jio_con3 .rq .div .bot{
    width: 100%;
    padding: 30px;
    background: #f6f6f6;
    display: none;
  }
  .jio_con3 .rq .div.on .top p{
    color: #fff;
    display: flex;
    align-items: center;
  }
  .jio_con3 .rq .div.on .bot{
    display: block;
  }
  .jio_con3 .rq .div .bot .div1{
    width: 100%;
    margin-bottom: 38px;
  }
  .jio_con3 .rq .div .bot .div1 .p3{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .jio_con3 .rq .div .bot .div1 div{
    width: 100%;
  }
  .jio_con3 .rq .div .bot .div1 div p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
  }
  .jio_con3 .rq .div .bot a{
    font-size: 16px;
    color: #ffffff;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0a913b;
    display: block;
    margin-top: 30px;
  }
  .jio_con3 .jz{
      font-size: 20px;
      color: #ffffff;
      width: 266px;
      height: 72px;
      background: #0a913b;
      display: block;
      margin: 0 auto;
  }
  .jio_con3 .rq2{
      width: 100%;
      margin-top: 104px;
      border-top: 2px solid #f0f0f0;
  }
  .jio_con3 .rq2 .div{
      float: right;
      padding-top: 24px;
  }
  .jio_con3 .rq2 .div span{
      font-size: 18px;
      color: #999999;
      line-height: 29px;
      float: left;
  }
  .jio_con3 .rq2 .div a{
      margin: 0 9px;
      float: left;
  }
  .jio_con3 .rq2 .div a img{
      height: 29px;
  }


  /* jio_con2 */
  .jio_con2{
      width: 100%;
      padding-top: 90px;
      padding-bottom: 120px;
      background: #f8f8f8;
  }
.jio_con2 .p1{
    /* font-size: 44px; */
    font-size: 48px;
    color: #333333;
    text-align: center;
}
.jio_con2 .p2{
    font-size: 24px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.jio_con2 .rq{
    width: 100%;
    padding-top: 56px;
}
.jio_con2 .rq .div{
    width: 24%;
    height: 220px;
    background: #fff;
    margin-right: 1.3333%;
    padding-top: 56px;
    float: left;
    transition: all .5s;
}
.jio_con2 .rq .div:hover{
    transform: translateY(-10px);
}
.jio_con2 .rq .div:nth-child(4){
    margin-right: 0;
}
.jio_con2 .rq .div img{
    width: 50px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.jio_con2 .rq .div:hover img{
    transform: translateY(-10px);
}
.jio_con2 .rq .div p{
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-top: 36px;
}


  @media(max-width:1459px){
    .jio_con1 {
      padding-top: 76px;
      padding-bottom: 76px;
  }
  .jio_con1 .p1 {
    font-size: 44px;
  }
  .jio_con1 .p2 {
    font-size: 16px;
    line-height: 32px;
    width: 50%;
    margin-top: 30px;
  }
  .jio_con1 .rq {
    padding: 0 140px;
    padding-top: 60px;
  }
  .jio_con1 .rq .div {
    padding: 18px 60px;
    padding-bottom: 56px;
  }
  .jio_con1 .rq .div:nth-child(4), .jio_con1 .rq .div:nth-child(3) {
    padding-top: 46px;
    padding-bottom: 22px;
  }
  .jio_con1 .rq .div .p3 {
    font-size: 26px;
  }
  .jio_con1 .rq .div .p4 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 14px;
  }
 
  .jio_con3 {
    padding-top: 76px;
    padding-bottom: 60px;
  }
  .jio_con3 .p {
    font-size: 33px;
  }
  .jio_con3 .rq {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .jio_con3 .rq .div .top {
    line-height: 60px;
    /* padding: 0 20px; */
    padding: 10px 20px;
  }
  .jio_con3 .rq .div .top .p1 {
    font-size: 16px;
  }
  .jio_con3 .rq .div .top .p2 {
    font-size: 14px;
  }
  .jio_con3 .rq .div .top .p2 em{
    width: 18px;
    /* margin-bottom: -2px; */
    margin-right: 5px;
  }
  .jio_con3 .rq .div .top::before {
    width: 20px;
    height: 12px;
    right: 30px;
  }
  .jio_con3 .rq .div .bot {
    padding: 20px;
  }
  .jio_con3 .rq .div .bot .div1 .p3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .jio_con3 .rq .div .bot .div1 div p {
    font-size: 14px;
    line-height: 26px;
  }
  .jio_con3 .rq .div .bot a {
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .jio_con3 .jz {
    font-size: 16px;
    width: 200px;
    height: 58px;
}
.jio_con3 .rq2 {
    margin-top: 80px;
}
.jio_con3 .rq2 .div span {
    font-size: 14px;
    line-height: 22px;
}
.jio_con3 .rq2 .div a img {
    height: 22px;
}
  .jio_con2 {
    padding-top: 68px;
    padding-bottom: 90px;
}
.jio_con2 .p1 {
    font-size: 33px;
}
.jio_con2 .p2 {
    font-size: 18px;
    margin-top: 10px;
}
.jio_con2 .rq {
    padding-top: 40px;
}
.jio_con2 .rq .div {
    height: 166px;
    padding-top: 40px;
}
.jio_con2 .rq .div img {
    width: 38px;
}
.jio_con2 .rq .div p {
    font-size: 16px;
    margin-top: 28px;
}
  
  }
  @media (max-width:1024px) {
    .jio_con3 .rq .div .top .p2 em{
        width: 40px;
    }
    .jio_con3 .rq .div .top .p2{
        display: flex;
        align-items: center;

    }
  }
  @media(max-width:991px){
    .jio_con1 {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .jio_con1 .p1 {
    font-size: 34px;
  }
  .jio_con1 .p2 {
    font-size: 14px;
    line-height: 26px;
    width: 62%;
    margin-top: 18px;
  }
  .jio_con1 .rq {
    padding: 0 0px;
    padding-top: 40px;
  }
  .jio_con1 .rq .div .p3 {
    font-size: 22px;
}
  .jio_con3 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .jio_con3 .p {
    font-size: 30px;
  }
  .jio_con3 .rq .div .top .p2 {
    width: 23%;
  }

  .jio_con2 .p1 {
    font-size: 28px;
}
.jio_con2 .rq .div {
    height: 130px;
    padding-top: 26px;
}
.jio_con2 .rq .div p {
    font-size: 16px;
    margin-top: 15px;
}
  
  }
  @media(max-width:768px){
    .jio_con1 .rq .div {
      padding: 10px 28px;
      padding-bottom: 34px;
  }
  .jio_con1 .rq .div:nth-child(4), .jio_con1 .rq .div:nth-child(3) {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .jio_con3 .rq .div .top .p2:nth-child(4){
    display: none;
  }
  .jio_con3 .rq {
    margin-top: 24px;
    padding-bottom: 28px;
  }
  .jio_con3 .rq .div .top .p2 {
    width: 30%;
  }
  .jio_con3 .rq .div .top .p1{
    width: 32%;
  }
  .jio_con2 .rq .div{
      width: 49%;
      margin-right: 2%;
      margin-bottom: 15px;
  }
  .jio_con2 .rq .div:nth-child(2n){
      margin-right: 0;
  }
  
  }
  @media(max-width:500px){
    .jio_con1 {
      padding-top: 45px;
      padding-bottom: 45px;
  }
  .jio_con1 .p1 {
    font-size: 24px;
  }
  .jio_con1 .p2 {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin-top: 14px;
  }
  .jio_con1 .rq {
    padding-top: 24px;
  }
  .jio_con1 .rq .div {
    padding: 8px 10px;
    padding-bottom: 20px;
  }
  .jio_con1 .rq .div:nth-child(4), .jio_con1 .rq .div:nth-child(3) {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .jio_con1 .rq .div .p3 {
    font-size: 18px;
  }
  .jio_con1 .rq .div .p4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }

  .jio_con3 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .jio_con3 .rq .div .top .p2:nth-child(2){
    display: none;
  }
  .jio_con3 .rq .div .top .p2 {
    width: 45%;
  }
  .jio_con3 .rq .div .top .p2 em {
    /* margin-bottom: -5px; */
  }
  .jio_con3 .rq .div .top .p1 {
    width: 50%;
    display: -webkit-box;	
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.7;
    padding: 10px 0;
    padding-right: 5%;
    word-wrap: break-word;
word-break: keep-all;
  }
  .jio_con3 .rq .div .top {
    line-height: 50px;
    padding: 0 10px;
  }
  .jio_con3 .rq .div .top::before {
    width: 14px;
    height: 10px;
    right: 8px;
  }
  .jio_con3 .rq .div .bot {
    padding: 15px;
  }
  .jio_con3 .rq .div .bot .div1 {
    width: 100%;
    margin-bottom: 22px;
}
.jio_con3 .jz {
    font-size: 14px;
    width: 140px;
    height: 40px;
}
.jio_con3 .rq2 {
    margin-top: 40px;
}

  .jio_con2 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.jio_con2 .p1 {
    font-size: 24px;
}
.jio_con2 .p2 {
    font-size: 14px;
}
.jio_con2 .rq {
    padding-top: 28px;
    display: flex;
    flex-wrap: wrap;
}
.jio_con2 .rq .div {
    /* height: 110px; */
    height: auto;
    padding-top: 18px;
    margin-bottom: 10px;
}
.jio_con2 .rq .div p {
    font-size: 14px;
    margin-top: 14px;
}

.jio_con2 .rq .div p{
    padding: 0 5px 15px 5px;
}
  
  }
  @media(max-width:375px){
    .jio_con3 .rq .div .top .p2 {
      width: 48%;
      font-size: 13px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      word-wrap: break-word;
      word-break: break-all;
      white-space: normal !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-right: 1%;
      padding: 10px 0;
      display: flex;
      align-items: center;
      word-wrap: break-word;
word-break: keep-all;
  }
  
  
  }


  /* 联系我们 */
  .con_con1{
      width: 100%;
      padding-top: 138px;
      padding-bottom: 138px;
      overflow: hidden;
  }
  .con_con1 .rq{
      display: flex;
      flex-wrap: wrap-reverse;
  }
  .con_con1 .lef{
      width: 54.4%;
      position: relative;
  }
  .con_con1 .lef .le_div{
      width: 100%;
      position: relative;
  }
  .con_con1 .lef img{
      width: 100%;
      vertical-align: middle;
  }
  .con_con1 .lef .div{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }
  .con_con1 .lef .div .ig{
      display: block;
      margin: 0 auto;
  }
  .con_con1 .lef .div1{
      position: relative;
      transform: translateY(10px);
  }
  .con_con1 .lef .div1 img{
      width: 44px;
      display: block;
      margin: 0 auto;
  }
  .con_con1 .lef .div1 em{
      display: block;
      width: 45px;
      height: 8px;
    background-image: url(../images/img124.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
  }
  .con_con1 .lef .div1 em::after,
  .con_con1 .lef .div1 em::before{
      content: '';
      width: 100%;
      height: 100%;
      background-image: url(../images/img124.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }
  .con_con1 .lef .div1 em::before{
      animation: yfd 2s linear infinite;
  }
  .con_con1 .lef .div1 em::after{
    animation: yfd 2s linear infinite 1s;
}

  @keyframes yfd{
      0%{
          opacity: 1;
        transform: translate(-50%,-50%) scale(1);
      }
      100%{
        opacity: 0;
        transform: translate(-50%,-50%) scale(3);
      }
  }

  .con_con1 .rig{
    width: 45.6%;
    padding-left: 52px;
    padding-top: 20px;
    position: relative;
}
.con_con1 .rig::before{
    content: '';
    width: 900px;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    /* top: 148px; */
    top: 100px;
}
.con_con1 .rig .p1{
    /* font-size: 44px; */
    font-size: 38px;
    color: #0a913b;
}
.con_con1 .rig .p2{
    font-size: 30px;
    color: #bababa;
    letter-spacing: 2px;
}
.con_con1 .rig .p1,
.con_con1 .rig .p2{
    padding-left: 28px;
}
.con_con1 .rig .div{
    width: 100%;
    padding-top: 30px;
}
@media (min-width:1681px) {
    .con_con1 .rig .div{
        padding-top: 60px;
    }
    .con_con1 .rig::before{
        top: 115px;
    }
}

@media (min-width:1460px) and (max-width:1680px) {
    .con_con1 .rig::before{
        top: 23%;
    }
    .con_con1 .rig .div{
        padding-top: 75px;
    }
}

@media (min-width:1281px) and (max-width:1366px) {
    .con_con1 .rig .div{
        padding-top: 65px;
    }
    .con_con1 .rig::before{
        top: 18%;
    }
}

@media (max-width:1280px) {
    .con_con1 .rig .p1{
        font-size: 26px;
    }
    .con_con1 .rig::before{
        top: 16%;
    }
}

.con_con1 .rig .div1{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 87px;
    position: relative;
}
.con_con1 .rig .div1 .p3{
    font-size: 16px;
    color: #999999;
    margin-bottom: 5px;
}
.con_con1 .rig .div1 .p4{
    font-size: 18px;
    color: #333333;
}

.con_con1 .rig .div1 .p4.tel_num{
    /* padding-right: 130px; */
    display: flex;
    flex-direction: column;
}
@media (max-width:1280px) {
    .con_con1 .rig .div1 .p4.tel_num{
        /* padding-right: 100px; */
    }
    .con_con1 .rig::before{
        top: 15%;
    }
}
@media (max-width:1024px) {
    .con_con1 .rig .div1 .p4.tel_num{
        /* padding-right: 90px; */
    }
}
@media (max-width:991px) {
    .con_con1 .rig .div1 .p4.tel_num{
        /* padding-right: 80%; */
    }
}
@media (max-width:768px) {
    .con_con1 .rig .div1 .p4.tel_num{
        /* padding-right: 70%; */
    }
}
@media (max-width:375px) {
    .con_con1 .rig .div1 .p4.tel_num{
        /* padding-right: 60%; */
    }
}


.con_con1 .rig .div1 img{
    width: 50px;
    position: absolute;
    left: 25px;
    /* top: 32px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.con_con1 .rig .div2{
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}
.con_con1 .rig .div2 .div1{
    border-bottom:none;
}
.con_con1 .rig .div3{
    width: 60%;
    float: left;
    position: relative;
    padding-right: 20px;
}
@media (max-width:1024px) {
    .con_con1 .rig .div3{
        width: 50%;
    }
}


.con_con1 .rig .div3::before{
    content: '';
    width: 1px;
    height: 60px;
    background: #e8e8e8;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.con_con1 .rig .div3:nth-child(2){
    width: 40%;
    padding-right: 0;
}

@media (max-width:1024px) {
    .con_con1 .rig .div3:nth-child(2){
        width: 50%;
        padding-left: 5px;
    }
}

.con_con1 .rig .div3:nth-child(2)::before{
    display: none;
}
.con_con2{
    border-top: 8px solid #0a913b;
}

@media(max-width:1680px){
    .con_con1 .rig .p1 {
        font-size: 33px;
    }
    .con_con1 .rig .p2 {
        font-size: 19px;
    }
    .con_con1 .rig::before {
        /* top: 123px; */
        top: 24%;
    }

}
@media(max-width:1459px){
    .con_con1 .rig {
        padding-left: 38px;
        padding-top: 0px;
    }
    .con_con1 .rig .p1 {
        font-size: 30px;
    }
    .con_con1 .rig .p1,
.con_con1 .rig .p2{
    padding-left: 14px;
}
    .con_con1 .rig .div1 {
        padding: 20px 0;
        padding-left: 68px;
    }
    .con_con1 .rig .div1 img {
        width: 40px;
        left: 14px;
        top: 20px;
    }
    .con_con1 .rig .div1 .p3 {
        font-size: 14px;
    }
    .con_con1 .rig .div1 .p4 {
        font-size: 15px;
    }
    .con_con1 .rig .div3 {
        padding-right: 8px;
    }
    .con_con1 .rig .div3::before {
        height: 40px;
        right: 0px;
    }
    .con_con1 .rig::before {
        /* top: 99px; */
        top: 15%;
    }
    .con_con1 .lef .div .ig {
        width: 107px;
    }
    .con_con1 .lef .div1 img {
        width: 30px;
    }
    .con_con1 .lef .div1 {
        transform: translateY(8px);
    }
    .con_con1 .lef .div1 em {
        width: 37px;
        height: 8px;
    }
    .con_con1 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width:1366px) {
    .con_con1 .rig::before {
        /* top: 99px; */
        /* top: 24%; */
        top: 18%;
    }
    .con_con1 .rig .p1, .con_con1 .rig .p2{
        padding-left: 10px;
        font-size: 24px;
    }
}
@media (max-width:1280px) {
    .con_con1 .rig::before {
        top: 15%;
    }
}
@media(max-width:1100px){
    .con_con1 .rig {
        padding-left: 25px;
    }
    .con_con1 .rig .p1 {
        /* font-size: 24px; */
        font-size: 22px;
    }
    .con_con1 .rig .p2 {
        font-size: 18px;
    }
    .con_con1 .rig .div {
        padding-top: 20px;
    }
    .con_con1 .rig::before {
        /* top: 74px; */
        top: 50px;
    }
    .con_con1 .rq{
        align-items: center;
    }
}
@media(max-width:991px){
    .con_con1 .lef{
        width: 100%;
    }
    .con_con1 .rig{
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .con_con1 .rig .p1, .con_con1 .rig .p2 {
        padding-left: 18px;
    }
    .con_con1 .rig::before{
        display: none;
    }
    .con_con1 .rig .div{
        border-top: 1px solid #e8e8e8;
        margin-top: 20px;
        padding-top: 0px;
    }
    .con_con1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width:500px){
    .con_con1 .rig .p1 {
        font-size: 22px;
    }
    .con_con1 .rig .p2 {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .con_con1 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .con_con1 .rig .div3{
        width: 100% !important;
        padding-right: 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .con_con1 .rig .div3::before{
        display: none;
    }
    .con_con1 .rig .div2{
        border-bottom:none;
    }
    .con_con1 .lef .div .ig {
        width: 90px;
    }
    .con_con1 .lef .div1 img {
        width: 22px;
    }
    .con_con2 {
        border-top: 4px solid #0a913b;
    }
}

/* 21.11.26修改 */
.abo_con3 .rq .div .bot .p3{
    display: -webkit-box;	
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
    word-break: keep-all;
  }
  
  .abo_con3 .rq .div{
    height: auto;
  }

  .pro_dat1 .rig .bot_scroll{
      /* height: 385px; */
      overflow-y: scroll;
  }

  .pro_dat1 .rig .bot_scroll::-webkit-scrollbar {
    width: 2px; /*对垂直流动条有效*/
  }

  /*定义滚动条的轨道颜色、内阴影及圆角*/
  .pro_dat1 .rig .bot_scroll::-webkit-scrollbar-track{
      -webkit-box-shadow: inset 0 0 6px #ededed;
      background-color: #ededed;
      border-radius: 3px;
  }


  /*定义滑块颜色、内阴影及圆角*/
  .pro_dat1 .rig .bot_scroll::-webkit-scrollbar-thumb{
      border-radius: 7px;
      -webkit-box-shadow: inset 0 0 6px #0a913b;
      background-color: #0a913b;
  }


  /* 21.12.1修改 */
  /* 副标题隐藏 */
  .hh_sub,.ny_banner .rq .p1 span,.bt span{
      display: none;
  }

  .abo_con5 .bot .rig .div span{
      width: 20%;
  }
  .abo_con5 .bot .rig .div{
      padding-left: 22%;
  }

  .rd_con1 .swiper-pagination{
      bottom: 10px;
  }
  @media (max-width:768px) {
    .rd_con1 .swiper-pagination {
        bottom: 0;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .rd_con1 .swiper-pagination .swiper-pagination-current{
        padding-left: 15px;
    }
    .rd_con1 .swiper-pagination span:nth-of-type(2){
        padding-top: 5px;        
    }
    .rd_con1 .swiper-pagination .swiper-pagination-total{
        margin-top: 5px;
        margin-left: 3px;
    }
  }
  @media (max-width:500px) {
    .rd_con1 .swiper-pagination{
        height: 40px;
    }
  }

  .new_con2 .rq .div .top{
      height: 0;
      padding-bottom: 57.6%;
  }
  .new_con2 .rq .div .top img{
      position: absolute;
      height: 100%;
      width: 100%;
  }

  .new_con1 .rq .rig .p2{
    display: -webkit-box;	
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
  .new_con1 .rq .rig .p2::before{
      content: unset;
  }

  .jio_con1 .rq .div:nth-child(4), .jio_con1 .rq .div:nth-child(3){
    padding-top: 0;
    padding-bottom: 16.2%;
}

  .jio_con1 .rq .div{
      padding: 0 0px 16.2% 0px;
      position: relative;
      height: 0;
  }

  .jio_con1 .rq .div .son_div{
        position: absolute;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 5% 30px 0 30px;
    }

  @media (max-width:1024px) {
    .jio_con1 .rq .div,.jio_con1 .rq .div:nth-child(4), .jio_con1 .rq .div:nth-child(3){
        padding-bottom: 26.2%;
    }
    .jio_con1 .rq .div .p3{
        font-size: 22px;
    }
    .jio_con1 .rq .div .son_div{
        padding-top: 12%;
    }
  }




  @media (min-width:500px) {
    .ser_con2 .rq .div .div1{
        width: 46%;
    }
    .ser_con2 .rq .div .div1.gs,.ser_con2 .rq .div .div1.sj{
        margin-top: 5.5%;
    }
    .ser_con2 .rq .div .div2 input{
        padding-left: 50px;
    }
  }

  @media (max-width:1459px) {
    .con_con1 .rig .div1 img{
        left: 10px;
    }
    .con_con1 .rig .div1 .p4{
        font-size: 16px;
    }
    .con_con1 .rig .div1{
        padding-left: 60px;
    }
  }

  @media (max-width:1024px){
    .con_con1 .rig .div1 .p4{
        font-size: 12px;
    }
  }

  @media (min-width:500px) and (max-width:768px){
    .ser_con2 .rq .div .div1 {
        width: 47.5%;
    }
    .ser_con2 .rq .div .div1{
        margin-right: 5%;
    }
    .ser_con2 .rq .div .div1.yx{
        margin-right: 0;
    }
  }

  @media (max-width:500px) {
    .ser_con2 .rq .div {
        display: flex;
        flex-direction: column;
    }
    .ser_con2 .rq .div .div1{
        width: 100%;
        margin-right: 0;
    }
    .ser_con2 .rq .div .div2 input{
        padding-left: 20%;
    }
    .rd_con2 .rq .rig .div2 .div p span{
        font-size: 22px;
    }
    .rd_con2 .rq .rig .div2 .div p{
        font-size: 14px;
        align-items:center;
    }
    .rd_con2 .rq .rig .div2 .div{
        /* padding-left: 5px; */
        padding-left: 15px;
        padding-top: 0;
        display: flex;
        align-items: center;
    }
    .con_con1 .rig .p1{
        text-align: center;
        padding-left: 0;
        /* font-size: 18px; */
        font-size: 19px;
    }
    .abo_con5 .bot .rig .div{
        padding-left: 30%;
    }

    .jio_con1 .rq{
        padding-top: 40px;
    }

    .jio_con1 .rq .div:nth-of-type(1){
        border-top: 1px solid #ceddec;
    }
    .jio_con1 .rq .div, .jio_con1 .rq .div:nth-child(4), .jio_con1 .rq .div:nth-child(3){
        padding-bottom: 50%;
        border-bottom: 1px solid #ceddec;
        border-right: 0;
        width: 100%;
    }

  }

  @media (min-width:992px) {
    .abo_con1 span{
        line-height: 1.4;
        width: 25%;
        justify-content: flex-start;
        padding: 0 15px 0 0;
    }
    .abo_con1 .wrap{
        padding: 20px 60px;
    }
    .abo_con1 span::before{
        content: unset;
        top: 18px;
    }
}