@import url("../css/iconfont.css");
html{
	font-size: 16px;
    
}
img {
    max-width: 100%;
    display: block;
}

body {
    height: auto;
+ overflow: hidden;
font-family: 'Noto Sans SC', 'Noto Sans SC';
    font-weight: 400;
/*    pointer-events: none;*/
/*    background-color: #fdfaf7;*/
}

.wap{
    display: none;
}

#content{
    margin-top: 11.25rem;
}

#header{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 120rem;
    height: 11.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    z-index: 99999;
}

.nav_wap{
    display: none;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7.5rem;
    position: relative;
    overflow: visible;
}

.logo .left{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo .left .logopic{
    width: 38.67%;
}

.logo .left .splid{
    width: 1px;
    height: 4.375rem;
    background: linear-gradient(to bottom, rgba(153, 153, 153,0), rgba(153, 153, 153,1), rgba(153, 153, 153,0));
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
/*
.logo .left img{
    width: 3.5rem;
    height: 3.5rem;
}
*/

.logo .left .logo_txt{
    font-weight: 500;
    font-size: 1.375rem;
    color: #333333;
    line-height: 1.875rem;
}
.logo .left .logo_txt span{
    color: #C2232A;
}

.logo .left .logo_txt1{
    font-family: youshe;
    font-size: 1.5rem;
    color: #999999;
    line-height: 1.5rem;
    display: flex;
    align-items: flex-start;
}
.logo .left .logo_txt1 img{
    width: 1.125rem;
    margin-left: 1.125rem;
}

.logo .left .logo_txt2{
    font-family: youshe;
    font-size: 1.25rem;
    color: #999999;
    line-height: 1.25rem;
    margin-top: .5rem;
}
/*

.logo .left .logo_txt .t1{
    font-weight: bold;
    font-size: 2.625rem;
    color: #00674A;
    line-height: 2.625rem;
}

.logo .left .logo_txt .t2{
    font-size: 1.375rem;
    color: #666666;
    line-height: 1.375rem;
    margin-left: 2.437rem;
}
*/

.logo .right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.logo .right img{
    width: 3.375rem;
    margin-right: 1.25rem;
}

.logo .right .logo_txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo .right .logo_txt .t1{
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
}

.logo .right .logo_txt .t2{
    font-weight: bold;
    font-size: 2.062rem;
    color: #111111;
    line-height: 2.062rem;
}

/*
.logo .right .logo_txt1{
    color: #333333;
    font-size: 1.25rem;
    line-height: 1.562rem;
}
*/

.logo .right .logo_txt2{
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
    margin-left: .687rem;
}

#header .nav{
    width: 100%;
    height: 3.75rem;
    background-color: #009942;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#nav{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nav li{
    height: 100%;
    width: calc(100% / 6);
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
}

#nav li img{
    display: none;
}

#nav li a{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: auto;
}


#nav li a .bkg{
    display: none;
}
#nav li.on{
    background-color: #FF8500;
}

/*
#nav li a::before{
    content: "";
    background: url(/img/nav_splid.png);
    display: none;
    width: 3.25rem;
    height: .312rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
*/

.nav_wap, .subNavBox {
    display: none;
}

.banner{
    width: 100%;
    position: relative;
    z-index: 1;
}
.warnning{
    font-size: 1.125rem;
    color: red;
    position: absolute;
    bottom: 10%;
    right: 5%;
}
.banner img{
    display: block;
    object-fit: cover;
}

.banner .btns{
    display: flex;
    justify-content: space-between;
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.banner .btns .swiper-button-prev,
.banner .btns .swiper-button-next{
    width: 5rem;
    pointer-events: auto;
}
.banner .btns .swiper-button-prev{
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.5s ease-in-out;
}
.banner .btns .swiper-button-next{
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.5s ease-in-out;
}
.banner .btns.show .swiper-button-prev,
.banner .btns.show .swiper-button-next{
    opacity: 1;
    transform:  translateX(0);
}

.global_title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global_title .title{
    font-weight: bold;
    font-size: 2.5rem;
    color: #111111;
}
.global_title .sub{
    font-size: 1.625rem;
    color: #333333;
    margin-top: .625rem;
}
.global_title.v1 .title,
.global_title.v1 .sub{
    color: #fff;
}

.second_title{
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #666666;
    margin-top: 1.25rem;
}

.swiper-button-prev,
.swiper-button-next{
    margin-top: 0;
    position: static;
    background-image: none;
}

.idx1{
    padding-top: 6.25rem;
}
.idx1 .content{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.idx1 .content .left{
    width: 38.28%;
    display: flex;
    justify-content: flex-end;
    grid-column-gap: .937rem;
}
.idx1 .content .left.wap{
    display: none;
}
.idx1 .content .left .c1{
    width: 40.14%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.idx1 .content .left .c2{
    width: 43.81%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 6.937rem;
}
.idx1 .content .left .c1 img:last-child,
.idx1 .content .left .c2 img:last-child{
    width: 100%;
    margin-top: .937rem;
}
.idx1 .content .left .c1 img:first-child{
    width: 84.75%;
}
.idx1 .content .left .c2 img:first-child{
    width: 87.27%;
}
.idx1 .content .right{
    width: 60.78%;
    padding-left: 4.43%;
    padding-bottom: 4.812rem;
    box-sizing: border-box;
    background-image: url("/img/idx1_bg1.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}
.idx1 .content .right .r1{
    font-weight: bold;
    font-size: 1.875rem;
    color: #009942;
    line-height: 1.875rem;
    margin-top: .75rem;
}
.idx1 .content .right .r2{
    font-size: 2.75rem;
    color: #111111;
    line-height: 3.75rem;
    margin-top: 2.375rem;
}
.idx1 .content .right .r3{
    font-size: 2rem;
    color: #111111;
    line-height: 3.75rem;
}
.idx1 .content .right .list{
    width: 66.36%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.875rem;
    margin-top: 2.562rem;
}
.idx1 .content .right .list .l{
    width: 22.7%;
    height: 3.125rem;
    background-color: #F7F7F7;
    border-radius: 1.562rem;
    font-size: 1.5rem;
    color: #111111;
    display: flex;
    justify-content: center;
    align-items: center;
}
.idx1 .content .right .list .l.active{
    background-color: #009942;
    color: #fff;
}
.idx1 .content .right .r4{
    font-weight: bold;
    font-size: 2rem;
    color: #111111;
    line-height: 2rem;
    font-style: italic;
    margin-top: 3.75rem;
}
.idx1 .content .right .r4 .s1{
    color: #009942;
}
.idx1 .content .right .r4 .s2{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.idx1 .content .right .r4 .s2::after{
    content: "";
    width: 100%;
    height: .375rem;
    background: #009942;
    position: absolute;
    bottom: -.25rem;
    left: 0;
    z-index: -1;
}
.idx1 .content .right .r5{
    font-size: 1.375rem;
    color: #111111;
    line-height: 1.375rem;
    margin-top: 2.125rem;
}
.idx1 .content .right .r6{
    width: 11.25rem;
    height: 3.125rem;
    background: #009942;
    border-radius: 1.562rem;
    font-weight: 500;
    font-size: 1.375rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.75rem;
}
.idx1 .content .right .r6 img{
    width: 2.25rem;
    margin-right: .375rem;
}

.idx2{
    padding-top: 8.125rem;
    padding-bottom: 7.062rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/img/idx2_bg1.jpg");
    background-size: 100% 100%;
}
.idx2 .content{
    display: flex;
    justify-content: space-between;
    margin-top: 3.125rem;
}
.idx2 .content .blk{
    width: 31.67%;
    padding-bottom: 1.25rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid #fff;
}
.idx2 .content .blk .pic{
    width: 100%;
}
.idx2 .content .blk .txt{
    width: 84.21%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.625rem;
}
.idx2 .content .blk .txt .t1{
    font-weight: bold;
    font-size: 1.375rem;
    color: #111111;
    line-height: 1.375rem;
}
.idx2 .content .blk .txt .t2{
    font-weight: 300;
    font-size: 1.125rem;
    color: #999999;
    line-height: 1.125rem;
    margin-top: .75rem;
}
.idx2 .content .blk .txt .splid{
    width: 100%;
    height: 1px;
    background-color: #DFDFDF;
    margin-top: 1.25rem;
    margin-bottom: .625rem;
}
.idx2 .content .blk .txt .t3{
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.875rem;
}
.idx2 .content .blk.active{
    border-bottom-color: #00B050;
}
.idx2 .content .blk.active .txt .t1{
    color: #00B050;
}

.idx3{
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fcfcfc;
    background-image: url("/img/idx3_bg1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}
.idx3 .content{
    width: 100%;
    padding-left: 18.75%;
    padding-right: 10.73%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4.375rem;
}
.idx3 .content .left{
    width: 50.37%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3.5rem;
}
.idx3 .content .left .blk{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.idx3 .content .left .blk .icon{
    width: 4.125rem;
    margin-right: 1.875rem;
}
.idx3 .content .blk .txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.idx3 .content .blk .txt .t1{
    font-weight: bold;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.25rem;
}
.idx3 .content .blk .txt .t2{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.75rem;
    margin-top: .687rem;
}
.idx3 .content .left .splid{
    width: 100%;
    height: .125rem;
    background-image: linear-gradient(to right, transparent 0%, transparent 20%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,0.4) 100%);
    background-size: 1.25rem 100%;
    background-repeat: repeat-x;
    margin-top: 1.062rem;
    margin-bottom: 1.562rem;
}
.idx3 .content .right{
    width: 46.86%;
}
.idx3 .content1{
    width: 69.32%;
    padding-top: 4.625rem;
    padding-bottom: 4.375rem;
    background-image: url("/img/idx3_bg2.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.125rem;
}
.idx3 .content1 .left{
    margin-left: 4.73%;
}
.idx3 .content1 .left .r1{
    font-size: 2rem;
    color: #111111;
    line-height: 2rem;
}
.idx3 .content1 .left .r1 span{
    font-weight: bold;
}
.idx3 .content1 .left .list{
    display: flex;
    grid-column-gap: 1.125rem;
    margin-top: 2.687rem;
}
.idx3 .content1 .left .list .l{
    width: 10.25rem;
    height: 2.25rem;
    background: #009942;
    border-radius: 1.125rem;
    font-weight: 500;
    font-size: 1.125rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.idx3 .content1 .left .list .l.active{
    background-color: #FF8500;
}
.idx3 .content1 .right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 5.26%;
}
.idx3 .content1 .right .r1{
    display: flex;
    align-items: center;
}
.idx3 .content1 .right .r1 img{
    width: 3.125rem;
    margin-right: .937rem;
}
.idx3 .content1 .right .r1 .txt .t1{
    font-size: 1.125rem;
    color: #999999;
    line-height: 1.125rem;
}
.idx3 .content1 .right .r1 .txt .t2{
    font-weight: bold;
    font-size: 2rem;
    color: #009942;
    line-height: 2rem;
}
.idx3 .content1 .right .splid{
    width: 100%;
    height: 1px;
    background-color: rgba(223, 223, 223, 0.6);
    margin-top: 1.062rem;
    margin-bottom: 1.062rem;
}
.idx3 .content1 .right .r2{
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
}

.idx4{
    padding-top: 5.625rem;
    padding-bottom: 8.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fcfcfc;
}
.idx4 .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    grid-row-gap: 1.25rem;
    margin-top: 4.062rem;
}
.idx4 .content .blk{
    width: 24.17%;
    padding-top: 2.812rem;
    padding-bottom: 3.625rem;
    background-color: #fff;
    border-radius: .625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx4 .content .blk:nth-child(even){
    margin-top: 3.437rem;
}
.idx4 .content .blk .icon{
    width: 27.93%;
}
.idx4 .content .blk .txt{
    font-weight: bold;
    font-size: 1.5rem;
    color: #111111;
    line-height: 2.5rem;
    margin-top: 1.125rem;
}
.idx4 .content .blk.active .icon img:first-child,
.idx4 .content .blk .icon img:last-child{
    display: none;
}
.idx4 .content .blk.active .icon img:last-child{
    display: block;
}
.idx4 .content .blk.active{
    background-image: url("/img/idx4_bg1.jpg");
    background-size: 100% 100%;
}
.idx4 .content .blk.active .txt{
    color: #fff;
}

.idx5{
    padding-bottom: 8.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx5 .content{
    width: 100%;
    padding-left: 14.17%;
    padding-right: 18.75%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 6.25rem;
}
.idx5 .content .left{
    width: 52.48%;
    position: relative;
    z-index: 1;
}
.idx5 .content .left::before{
    content: "";
    width: 25.15%;
    height: 116.21%;
    background-color: #009942;
    position: absolute;
    left: -12.43%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.idx5 .content .right{
    width: 44.8%;
    padding-top: 1.75rem;
    position: relative;
}
.idx5 .content .right .swiper-slide{
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 4.375rem;
}
.idx5 .content .right .blk{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.idx5 .content .right .blk .r1{
    display: flex;
    align-items: flex-end;
}
.idx5 .content .right .blk .r1 .num{
    font-weight: bold;
    font-size: 3.25rem;
    color: rgba(51, 51, 51, 0.1);
    line-height: 3.25rem;
}
.idx5 .content .right .blk .r1 .txt{
    font-weight: bold;
    font-size: 1.375rem;
    color: #333333;
    line-height: 1.375rem;
    margin-left: 1.625rem;
    margin-bottom: .375rem;
}
.idx5 .content .right .blk .splid{
    width: 100%;
    height: 1px;
    background-color: #CACACA;
    margin-top: 1rem;
    margin-bottom: 1.562rem;
}
.idx5 .content .right .blk .r2{
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.75rem;
}
.idx5 .btns{
    width: 7.5rem;
    height: 3.125rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 1.25rem;
    right: 0;
}

.idx5 .btns .swiper-button-prev,
.idx5 .btns .swiper-button-next{
    width: 3.75rem;
    height: 3.125rem;
}

.idx6{
    background-image: url("/img/idx6_bg1.jpg");
    background-size: 100% 100%;
}
.idx6 .global_title.wap{
    display: none;
}
.idx6 .content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.idx6 .content .left{
    width: 82.67%;
    padding-top: 9.312rem;
    padding-bottom: 5.125rem;
}
.idx6 .content .left .swiper-slide{
    width: 100%;
}
.idx6 .content .left .blk{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.idx6 .content .left .blk .txt{
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.idx6 .content .left .blk .txt .t1{
    font-weight: bold;
    font-size: 3.687rem;
    color: rgba(255, 255, 255, 0.2);
    line-height: 3.687rem;
}
.idx6 .content .left .blk .txt .t2{
    font-weight: bold;
    font-size: 2.5rem;
    color: #FFFFFF;
    line-height: 3.75rem;
    margin-top: 1.375rem;
}
.idx6 .content .left .blk .txt .t3{
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    margin-top: 1.875rem;
}
.idx6 .content .left .blk .txt .t4{
    font-weight: bold;
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    margin-top: 3.625rem;
}
.idx6 .content .left .blk .txt .splid{
    width: 3.125rem;
    height: .125rem;
    background: #FFFFFF;
    margin-top: 1.25rem;
    margin-bottom: 1.937rem;
}
.idx6 .content .left .blk .txt .t5{
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    text-align: justify;
}
.idx6 .content .left .blk .pic{
    width: 55.4%;
}
.idx6 .content .tabs{
    width: 15.83%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 4.312rem;
    padding-bottom: 4.125rem;
    background-color: rgba(0,0,0,0.2);
}
.idx6 .content .tabs.wap{
    display: none;
}
.idx6 .content .tabs .tab{
    width: 100%;
    height: calc(100% / 4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.idx6 .content .tabs .tab .num{
    font-weight: bold;
    font-size: 2.875rem;
    color: rgba(255, 255, 255, 0.3);
    line-height: 2.875rem;
}
.idx6 .content .tabs .tab .txt{
    font-weight: bold;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: .875rem;
}
.idx6 .content .tabs .tab.active{
    background-color: #FF8500;
}

.idx7{
    padding-top: 8.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx7 .content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    grid-column-gap: 0.2%;
    margin-top: 3.375rem;
}
.idx7 .content .blk{
    max-width: 45.67%;
    min-width: 17.83%;
}
.idx7 .content .blk.active .a,
.idx7 .content .blk .b{
    display: none;
}
.idx7 .content .blk.active .b{
    display: block;
    overflow: hidden;
}
.idx7 .content .blk .a,
.idx7 .content .blk .b{
    position: relative;
    height: 100%;
}
.idx7 .content .blk .b img,
.idx7 .content .blk .a img{
    width: 100%;
    height: 100%;
}
.idx7 .content .blk .a .txt{
    position: absolute;
    left: 1.25rem;
    bottom: 3.5rem;
    font-weight: bold;
    font-size: 1.375rem;
    color: #FFFFFF;
    line-height: 1.375rem;
}
.idx7 .content .blk .b .txt{
    width: 100%;
    height: 100%;
/*    height: 14.75rem;*/
    padding-top: 2.75rem;
    padding-bottom: 2.25rem;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    background-color: rgba(0, 153, 66, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(calc(100% - 14.75rem));
    transition: transform 0.5s ease-out; /* 添加过渡效果 */
}
.idx7 .content .blk:nth-child(1) .b .txt:hover{
    transform: translateY(40%);
}
.idx7 .content .blk .b .txt:hover .t2{
    height: auto;
}
.idx7 .content .blk .b .txt .t1{
    font-weight: bold;
    font-size: 1.375rem;
    color: #FFFFFF;
    line-height: 1.375rem;
}
.idx7 .content .blk .b .txt .splid{
    width: 2.5rem;
    height: .125rem;
    background: #FFFFFF;
    margin-top: 1.125rem;
    margin-bottom: .875rem;
}
.idx7 .content .blk .b .txt .t2{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    height: 6.5rem;
    text-align: justify;
    overflow: hidden;
}

.idx8{
    padding-top: 8.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx8 .content{
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-top: 3.75rem;
}
.idx8 .content .left{
    width: 33.85%;
}
.idx8 .content .blk{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.idx8 .content .blk .txt{
    display: none;
}
.idx8 .content .blk.active .txt{
    display: block;
    width: 100%;
    height: 3.625rem;
    background-color: rgba(0,0,0,0.5);
    font-size: 1.25rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.idx8 .content .left .blk{
    width: 100%;
    
}
.idx8 .content .right{
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.idx8 .content .right .blk{
    width: 33.33%;
}
.idx8 .content .right .blk:nth-child(1){
    width: 55.87%;
}
.idx8 .content .right .blk:nth-child(2){
    width: 44.13%;
}

.idx9{
    margin-top: 3.375rem;
}
.idx9 .global_title.wap{
    display: none;
}
.idx9 .content{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.idx9 .content .left{
    width: 49.74%;
    height: 41.875rem;
    padding-left: 18.75%;
    padding-top: 7.75rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-image: url("/img/idx9_bg1.jpg");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.idx9 .content .left .t1{
    font-weight: bold;
    font-size: 2.5rem;
    color: #111111;
    line-height: 3.75rem;
}
.idx9 .content .left .t2{
    font-size: 1.625rem;
    color: #333333;
    line-height: 1.625rem;
    margin-top: 2.187rem;
}
.idx9 .content .right{
    width: 81.25%;
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
    background-image: url("/img/idx9_bg2.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 1;
}
.idx9 .content .right .btns{
    width: 6.25rem;
    height: 2.812rem;
    display: flex;
    justify-content: space-between;
    margin-right: 6.25rem;
}
.idx9 .content .right .btns .swiper-button-prev{
    width: 2.75rem;
    height: 2.812rem;
}
.idx9 .content .right .btns .swiper-button-next{
    width: 2.75rem;
    height: 2.812rem;
    transform: rotateY(180deg)
}
.idx9 .content .right .sw{
    width: 63.27%;
}
.idx9 .content .right .sw .swiper-slide{
    width: 35.46%;
}
.idx9 .content .right .sw .blk,
.idx9 .content .right .sw .blk img{
    width: 100%;
}
.idx9 .content .right .sw .blk .txt{
    font-weight: 500;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: 1.5rem;
}

.idx10{
    padding-top: 6.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx10 .content{
    margin-top: 5rem;
    position: relative;
}
.idx10 .content .swiper-slide{
    width: 31.67%;
}
.idx10 .content .blk{
    width: 100%;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8F8F8;
}
.idx10 .content .blk .pic{
    width: 90.53%;
}
.idx10 .content .blk .splid{
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
    margin-top: 1.562rem;
}
.idx10 .content .blk .txt{
    width: 100%;
    height: 4.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    color: #111111;
    line-height: 1.5rem;
    text-align: center;
}
.idx10 .btns{
    width: 109.75%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    position: absolute;
    top: 7.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.idx10 .btns .swiper-button-prev,
.idx10 .btns .swiper-button-next{
    width: 2.875rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    background-color: #DADADA;
    border-radius: .25rem;    
}
.idx10 .btns img{
    width: 1.25rem;
}
.idx10 .btns .swiper-button-next{
    background-color: #009942;
    transform: rotateY(180deg);
}

.idx11{
    padding-top: 7.125rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx11 .warnning{
    position: static;
    margin-top: 2.5rem;
}
.idx11 .content{
    display: flex;
    justify-content: space-between;
    margin-top: 4.375rem;
}
.idx11 .content .blk{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx11 .content .blk .icon{
    width: 6.937rem;
    height: 6.937rem;
    background-image: url("/img/idx11_bg1.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.idx11 .content .blk .t1{
    width: 7.562rem;
    height: 2.312rem;
    border-radius: 1.125rem;
    border: 1px solid #999999;
    font-size: 1.375rem;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.75rem;
}
.idx11 .content .blk .t2{
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: 1.687rem;
}
.idx11 .content .blk.active .icon{
    background-image: url("/img/idx11_bg1a.png");
}
.idx11 .content .blk.active .t1{
    background-color: #FF8500;
    border-color: #FF8500;
    color: #fff;
}

.idx12{
    padding-top: 3.75rem;
    padding-bottom: 4.25rem;
    background-image: url("/img/idx12_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.idx12 .warnning{
    font-size: 1.125rem;
    color: red;
    position: absolute;
    right: 6%;
    bottom: 5%;
}
.idx12 .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx12 .content .r1{
    font-weight: bold;
    font-size: 2.5rem;
    color: #FFFFFF;
    line-height: 2.5rem;
}
.idx12 .content .r2{
    width: 24.187rem;
    height: 3.375rem;
    background: #FF8500;
    border-radius: 1.687rem;
    font-size: 1.625rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
}
.idx12 .content .list{
    width: 47.92%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.125rem;
    margin-top: 3.75rem;
}
.idx12 .content .l{
    width: 25%;
    font-size: 1.375rem;
    color: #FFFFFF;
    line-height: 1.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.idx12 .content .l img{
    width: 1.75rem;
    margin-right: .5rem;
}

.idx13{
    padding-top: 5.375rem;
    padding-bottom: 3.375rem;
    background-image: url("/img/idx13_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx13 .t1{
    font-weight: bold;
    font-size: 3.25rem;
    color: #FFFFFF;
    line-height: 3.25rem;
}
.idx13 .t2{
    width: 18.5rem;
    height: 3.5rem;
    background: #FFFFFF;
    border-radius: 1.75rem;
    font-weight: bold;
    font-size: 1.5rem;
    color: #009942;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.75rem;
}
.idx13 .t2 img{
    width: 1.875rem;
    margin-left: .75rem;
}

.news{
    padding-bottom: 6.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news .content{
    display: flex;
    justify-content: flex-start;
    grid-column-gap: 1.67%;
    margin-top: 3.125rem;
}
.news .content .blk{
    width: 32.17%;
    padding-top: 1.562rem;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2.5rem;
    border-bottom: .375rem solid transparent;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0px 1.812rem 0px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news .content .blk .pic{
    width: 100%;
}
.news .content .blk .date{
    font-weight: 500;
    font-size: 1rem;
    color: #AEAEAE;
    line-height: 1rem;
    margin-top: 1.625rem;
}
.news .content .blk .t1{
    font-weight: 500;
    font-size: 1.625rem;
    color: #2C2C2C;
    line-height: 1.625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.25rem;
}
.news .content .blk .t2{
    font-size: 1.25rem;
    color: #5F5F5F;
    line-height: 1.875rem;
    text-align: justify;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top: .937rem;
}
.news .detail{
    font-size: 1.25rem;
    color: #505050;
    line-height: 1.25rem;
    padding-bottom: .625rem;
    margin-top: 2.187rem;
    border-bottom: 1px solid #505050;
}
.news .content .blk:hover,
.news .content .blk:hover .detail{
    border-bottom-color: #009942;
}
.news .content .blk:hover .t1,
.news .content .blk:hover .detail{
    color: #009942;
}

.contact{
    padding-top: 6.25rem;
    margin-bottom: 6.25rem;
}
.contact form{
    width: 100%;
    display: flex;
    justify-content: center;
}

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

.contact .feedback .global_title{
    width: 100%;
    margin-bottom: 4.875rem;
}

.contact .feedback input{
    border: none;
    width: 49.17%;
    height: 4.375rem;
    background: #F7F7F7;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5rem;
    padding-left: 2.062rem;
    box-sizing: border-box;
}
.contact .feedback input:placeholder-shown::placeholder,
.contact .feedback textarea:placeholder-shown::placeholder{
    color: #666666;
}

.contact .feedback textarea{
    width: 100%;
    height: 7.125rem;
    background: #F7F7F7;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    border: none;
    resize: none;
    padding-top: 1.25rem;
    padding-left: 2.062rem;
    box-sizing: border-box;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 2.062rem;
    margin-bottom: 2.937rem;
}

.contact .feedback button{
    width: 20.33%;
    height: 4.375rem;
    background-color: #009942;
    border: none;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.contact .feedback button img{
    width: 1.875rem;
    margin-left: .937rem;
}

.footer{
    background-color: #F2F2F2;
    background-image: url("/img/footer_bg1.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .top{
    padding-top: 5.375rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4.062rem;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.footer .top .left{
    width: 60%;
    display: flex;
    align-items: center;
}
.footer .top .footer_logo{
    width: 18.562rem;
}
.footer .top .left .txt{
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 2.25rem;
    margin-left: 1.875rem;
}
.footer .top .right{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .top .right .r1{
    font-weight: bold;
    font-size: 3rem;
    color: #FFFFFF;
    line-height: 3rem;
    font-style: italic;
}
.footer .top .right .r2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    margin-top: 1rem;
}
.footer .top .right .r2 img{
    width: 2rem;
    margin-right: .625rem;
}
.footer ul{
    display: flex;
    justify-content: space-between;
    margin-top: 2.75rem;
}

.footer ul li{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
}
.footer .mid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6.25rem;
}
.footer .mid .list{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-row-gap: .875rem;
}

.footer .mid .lianxi{
    display: flex;
    align-items: center;
}

.footer .mid .lianxi img{
    width: 2.5rem;
}
.footer .mid .lianxi .txt{
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.25rem;
    margin-left: .625rem;
}
.footer .mid .lianxi .txt .t2{
    margin-top: 1.125rem;
}

.footer .mid .qrcode{
    display: flex;
    grid-column-gap: 2.625rem;
}

.footer .mid .qrcode .qc{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
}
.footer .mid .qrcode .qc .bg{
    width: 10.25rem;
    height: 10.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.437rem;
}

.footer .mid .qrcode .qc img{
    width: 100%;
}

.footer .bottom{
    padding-top: 1.75rem;
    padding-bottom: 2.187rem;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
    display: flex;
    justify-content: center;
    margin-top: 2.75rem;
    border-top: 1px solid rgba(102, 102, 102, 0.4);
}

.secondnav{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: .625rem;
    border-bottom: 1px solid #D2D2D2;
    margin-top: 4.687rem;
}

.secondnav .title{
    display: flex;
    flex-direction: column;
    padding-left: .562rem;
    border-left: .187rem solid #009942;
}

.secondnav .title1{
    font-weight: 500;
    font-size: 1.625rem;
    color: #009942;
    line-height: 1.625rem;
}

.secondnav .title2{
    font-size: 1.125rem;
    color: rgb(51, 51, 51, 0.8);
    line-height: 1.125rem;
    margin-top: .5rem;
}

.secondnav .bread{
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    color: #555555;
    line-height: 1.125rem;
}

.second_global_title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second_global_title .en{
    font-weight: 800;
    font-size: 2rem;
    color: rgb(23, 23, 23, 0.14);
    line-height: 2.937rem;
}

.second_global_title .title{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 2.812rem;
}
.second_global_title .title .splid{
    width: 3.312rem;
    height: .125rem;
    background: #D8D8D8;
    margin-left: .625rem;
    margin-right: .625rem;
}

.second_global_title .line{
    width: 75rem;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    position: relative;
    margin-top: 2.312rem;
}

.second_global_title .line::before{
    content: "";
    width: 7.5rem;
    height: .312rem;
    background-color: #C2232A;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

.second_global_title1{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second_global_title1 .title{
    font-weight: bold;
    font-size: 2.375rem;
    color: #fff;
    line-height: 2.375rem;
}

.second_global_title1 .line{
    width: 41.25rem;
    height: 1px;
    background-color: #BCBCBC;
    position: relative;
    margin-top: 2.5rem;
}

.second_global_title1 .line::before{
    content: "";
    width: 1.937rem;
    height: .187rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

.platform{
    margin-top: 5.625rem;
    background: url("/img/platform-bg1.png");
    min-height: 35.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.platform img:nth-child(1){
    width: 26.75rem;
}

.platform img:nth-child(2){
    width: 24.5rem;
    margin-left: 2.375rem;
}

.about1{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4.062rem;
    padding-top: 1.875rem;
    padding-bottom: 5rem;
    background-image: url("/img/about1_bg1.png");
    background-size: 100% 100%;
}
.about1 .content{
    width: 100%;
    padding-left: 18.75%;
    padding-right: 8.7%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about1 .content .left{
    width: 43.93%;
    display: flex;
    flex-direction: column;
    margin-top: 3.562rem;
}

.about1 .content .left .r1{
    height: 4.375rem;
    display: flex;
    align-items: flex-end;
    background-image: url("/img/about1_bg2.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: bold;
    font-size: 2.875rem;
    color: #009942;
    line-height: 2.875rem;
    
}
.about1 .content .left .splid{
    width: 100%;
    height: 1px;
    background-color: #999999;
    margin-top: 1rem;
    margin-bottom: 1.75rem;
}
.about1 .content .left .r2{
    font-weight: 500;
    font-size: 2rem;
    color: #333333;
    line-height: 2rem;
}
.about1 .content .left .r3{
    font-size: 1.25rem;
    color: #111111;
    line-height: 2rem;
    text-align: justify;
    margin-top: 1.875rem;
}
.about1 .content .right{
    width: 50.5%;
}

.about2{
    padding-top: 5.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/img/about2_bg1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.about2 .content{
    width: 66.56%;
    padding-top: 3.625rem;
    padding-bottom: 4.375rem;
    background-color: #fff;
    border: 1px solid #F3F3F3;
    border-bottom: 4px solid #009942;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3.75rem;
    position: relative;
}
.about2 .content .tabs{
    width: 93.9%;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.about2 .content .tabs::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(8, 8, 8, 0.2);
    position: absolute;
    left: 0;
    bottom: 2.062rem;
    z-index: -1;
}
.about2 .content .tab{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about2 .content .tab .txt{
    font-size: 1.25rem;
    color: #111111;
    line-height: 1.75rem;
}
.about2 .content .tab .icon{
    width: 4.125rem;
    margin-top: 1.875rem;
}
.about2 .content .tab .icon img{
    width: 100%;
}
.about2 .content .tab.active .icon img:first-child,
.about2 .content .tab .icon img:last-child{
    display: none;
}
.about2 .content .tab.active .icon img:last-child{
    display: block;
}
.about2 .content .sw{
    width: 93.9%;
    margin-top: 2.5rem;
}
.about2 .content .sw .swiper-slide{
    width: 1005；
}
.about2 .content .sw .blk{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about2 .content .sw .blk .left{
    width: 51.25%;
}
.about2 .content .sw .blk .right{
    width: 44.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.about2 .content .sw .blk .right .t1{
    font-weight: bold;
    font-size: 1.375rem;
    color: #009942;
    line-height: 1.375rem;
    margin-top: 3rem;
}
.about2 .content .sw .blk .right .splid{
    width: 100%;
    height: 1px;
    background-color: #BFBFBF;
    margin-top: .75rem;
    margin-bottom: 2.187rem;
}
.about2 .content .sw .blk .right .t2{
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.875rem;
    text-align: justify;
}
.about2 .btns{
    width: 7.375rem;
    height: 3.437rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 3.05%;
    bottom: 5.5rem;
}

.about2 .btns .swiper-button-prev,
.about2 .btns .swiper-button-next{
    width: 3.437rem;
    height: 3.437rem;
}

.about3{
    padding-top: 9.062rem;
    padding-bottom: 7.5rem;
    display: flex;
    flex-direction: column;
}

.about3 .content1{
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.about3 .content1 .left{
    width: 25.937rem;
    position: relative;
}

.about3 .content1 .left .title{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 0;
    top: -2.812rem;
}

.about3 .content1 .left .title .tit1{
    font-size: 2.5rem;
    color: #999999;
    line-height: 2.75rem;
}

.about3 .content1 .left .title .tit2{
    font-size: 1.125rem;
    color: #999999;
    line-height: 1.25rem;
    margin-top: 1.875rem;
}

.about3 .content1 .left .title img{
    width: 1.125rem;
    margin-top: .5rem;
}

.about3 .content1 .left .t1{
    font-weight: 500;
    font-size: 2rem;
    color: #FF9900;
    line-height: 2.75rem;
    margin-top: 3.75rem;
}

.about3 .content1 .left .t2{
    font-size: 1.125rem;
    color: #333333;
    line-height: 2.25rem;
    text-align: justify;
    margin-top: 2.125rem;
}

.about3 .content1 .right{
    width: 40.875rem;
    margin-left: 8rem;
}

.about3 .content2{
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 7rem;
}
.about3 .content2 .left{
    width: 34.75rem;
    margin-right: 4.125rem;
}

.about3 .content2 .right{
    width: 35.625rem;
}

.about3 .content2 .right .t1{
    padding-top: 2rem;
    padding-bottom: .562rem;
    background-image: url("/img/about3_bg3.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: 500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 2.812rem;
    margin-top: 1.625rem;
}

.about3 .content2 .right .t2{
    font-size: 1.125rem;
    color: #333333;
    line-height: 2.25rem;
    margin-top: .75rem;
}

.about3 .content3{
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 6.25rem;
}

.about3 .content3 .left{
    width: 37.5rem;
}

.about3 .content3 .left .t1{
    padding-top: 2rem;
    background-image: url("/img/about3_bg2.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: 500;
    font-size: 2rem;
    color: #171717;
    line-height: 2.75rem;
}

.about3 .content3 .left .t2{
    font-size: 1.125rem;
    color: #333333;
    line-height: 2.25rem;
    margin-top: .875rem;
}

.about3 .content3 .left .splid{
    width: 97%;
    height: 2px;
    background-color: #E9E9E9;
    margin-top: 1.625rem;
}

.about3 .content3 .left .list{
    display: flex;
    grid-column-gap: 4.875rem;
    margin-left: 1.187rem;
    margin-top: 1.625rem;
}

.about3 .content3 .left .list .l{
    width: 4.687rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about3 .content3 .left .list .l img{
    width: 4.687rem;
}

.about3 .content3 .left .list .l .cn{
    font-weight: 500;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.687rem;
    margin-top: 1.187rem;
}

.about3 .content3 .left .list .l .en{
    font-weight: 500;
    font-size: .625rem;
    color: #999999;
    line-height: .937rem;
    white-space: nowrap;
}

.about3 .content3 .right{
    width: 58.062rem;
    margin-left: 2.75rem;
    background-image: url("/img/about3_bg1.jpg");
    background-size: 100% 100%;
    padding-top: 11.5rem;
    padding-bottom: 3rem;
}

.about3 .content3 .right p{
    width: 29.25rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 2.25rem;
    text-align: justify;
    margin-left: 3.125rem;
}

.contact1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5.875rem;
    margin-bottom: 7.5rem;
}

.contact1 .content{
    margin-top: 4.687rem;
    display: flex;
    align-items: stretch;
}
.contact1 .content .left,
.contact1 .content form{
    width: 50%;
}
.contact1 .content .left{
    padding-top: 4.812rem;
    padding-bottom: 4.375rem;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    background-image: url("/img/contact1_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}
.contact1 .content .left .r1{
    font-weight: bold;
    font-size: 2.125rem;
    color: #FFFFFF;
    line-height: 2.125rem;
}
.contact1 .content .left .splid{
    width: 3.75rem;
    height: .125rem;
    background: #FFFFFF;
    margin-top: 1.375rem;
    margin-bottom: 3.125rem;
}
.contact1 .content .left .r2{
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.875rem;
}
.contact1 .content .left .blk{
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.contact1 .content .left .blk:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.contact1 .content .left .blk .icon{
    width: 3.75rem;
    margin-right: .687rem;
}
.contact1 .content .left .blk .txt .t1{
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.25rem;
}
.contact1 .content .left .blk .txt .t2{
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 1.875rem;
    margin-top: .625rem;
}
.contact1 form{
    padding-top: 4.812rem;
    padding-left: 4.33%;
    padding-right: 4.33%;
    box-sizing: border-box;
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact1 .feedback{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact1 .r1{
    font-weight: bold;
    font-size: 2.125rem;
    color: #009942;
    line-height: 2.125rem;
}
.contact1 .splid{
    width: 3.75rem;
    height: .125rem;
    background: #009942;
    margin-top: 1.375rem;
    margin-bottom: 2.937rem;
}
.contact1 .feedback input{
    border: 1px solid #EEEEEE;
    width: 100%;
    height: 3.25rem;
    padding-left: 1.25rem;
    background: #fff;
    font-weight: 300;
    font-size: 1.125rem;
    color: #333333;
    box-sizing: border-box;
    margin-bottom: .562rem;
}
.contact1 .feedback textarea:placeholder-shown::placeholder,
.contact1 .feedback input:placeholder-shown::placeholder{
    color: #BDBDBD;
}

.contact1 .feedback textarea{
    width: 100%;
    height: 6.5rem;
    background: #fff;
    border: 1px solid #EEEEEE;
    resize: none;
    padding-top: .812rem;
    padding-left: 1.25rem;
    box-sizing: border-box;
    font-size: 1.125rem;
}

.contact1 .feedback button{
    width: 16.25rem;
    height: 3.125rem;
    background: #009942;
    border-radius: 1.562rem;
    border: none;
    font-size: 1.375rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-top: 1.875rem;
}

.bmap{
    height: 30rem;
}
.BMapLabel{
    border: none !important;
    background-color: transparent !important;
}
.maplabel{
    width: 22.437rem;
    height: 6.812rem;
    background-image: url("/img/map_bg.png");
    background-size: 100% 100%;
    font-size: 1.25rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.562rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1.75rem;
    box-sizing: border-box;
}

.joinus1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6.25rem;
    padding-bottom: 7.187rem;
    position: relative;
}
.joinus1 .warnning{
    font-size: 1.125rem;
    color: red;
    position: absolute;
    right: 6%;
    bottom: 5%;
}

.joinus1 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.25rem;
    margin-top: 6.25rem;
}

.joinus1 .content .blk{
    width: 32.5%;
    padding-top: 2.062rem;
    padding-bottom: 2.687rem;
    background-color: #F6F6F6;
    border-radius: .625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.joinus1 .content .blk .icon{
    width: 21.28%;
}
.joinus1 .content .blk.active .icon img:first-child,
.joinus1 .content .blk .icon img:last-child{
    display: none;
}
.joinus1 .content .blk.active .icon img:last-child{
    display: block;
}

.joinus1 .content .blk .t1{
    font-weight: 500;
    font-size: 1.625rem;
    color: #111111;
    line-height: 1.625rem;
    margin-top: 1.437rem;
}
.joinus1 .content .blk .splid{
    width: 1.25rem;
    height: .125rem;
    background: #009942;
    margin-top: .75rem;
    margin-bottom: .75rem;
}
.joinus1 .content .blk .t2{
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.25rem;
}
.joinus1 .content .blk.active{
    background-color: #009942;
}
.joinus1 .content .blk.active .splid{
    background-color: #fff;
}
.joinus1 .content .blk.active .t1,
.joinus1 .content .blk.active .t2{
    color: #fff;
}

.joinus2{
    padding-top: 5rem;
    background-image: url("/img/joinus2_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.joinus2 .warnning{
    font-size: 1.125rem;
    color: red;
    position: absolute;
    right: 6%;
    bottom: 5%;
}


.joinus2 .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5rem;
}

.joinus2 .content .left{
    width: 54.08%;
}
.joinus2 .content .right{
    width: 30.83%;
    display: flex;
    flex-direction: column;
    margin-top: .687rem;
}
.joinus2 .content .right .r1{
    width: 20.562rem;
    height: 3.5rem;
    background: #009942;
    border-radius: 1.875rem 0px 1.875rem 0px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.joinus2 .content .right .list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.062rem;
    margin-top: 2.937rem;
}
.joinus2 .content .right .list .l{
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.25rem;
}
.joinus2 .content .right .list .l img{
    width: 1.75rem;
    margin-right: .437rem;
}
.joinus2 .content .right .r2{
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
}
.joinus2 .content .right .r2 .icon{
    width: 3.125rem;
}
.joinus2 .content .right .r2 .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: .937rem;
}
.joinus2 .content .right .r2 .txt .t1{
    font-size: 1.125rem;
    color: #999999;
    line-height: 1.125rem;
}
.joinus2 .content .right .r2 .txt .t2{
    font-weight: bold;
    font-size: 2rem;
    color: #009942;
    line-height: 2rem;
    margin-top: .437rem;
}

.joinus3{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.joinus3 .tbar{
    width: 100%;
    background-image: url("/img/joinus3_bg1.jpg");
    background-size: 100% 100%;
    padding-top: 2.562rem;
    padding-bottom: 3.125rem;
}

.joinus3 .tbar .r1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.joinus3 .tbar .r1 .txt{
    font-family: "Noto Sans SC";
    font-size: 3.25rem;
    color: #FFFFFF;
    line-height: 3.937rem;
}

.joinus3 .tbar .r1 .right{
    display: flex;
    align-items: center;
}

.joinus3 .tbar .r1 .right img{
    width: 1.687rem;
    height: 1.687rem;
    margin-right: .687rem;
}

.joinus3 .tbar .r1 .right span:nth-child(2){
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.312rem;
}

.joinus3 .tbar .r1 .right span:nth-child(3){
    font-family: "Noto Sans SC";
    font-size: 1.375rem;
    color: #FFFFFF;
    line-height: 1.625rem;
}

.joinus3 .tbar .r2{
    width: 34.875rem;
    height: 2.625rem;
    background: #A70A1D;
    border-radius: 3.062rem;
    font-family: "Noto Sans SC";
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.375rem;
}

.joinus3 .tbar .r3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 2.375rem;
}

.joinus3 .tbar .r3 .blk{
    display: flex;
    align-items: center;
    font-family: "Noto Sans SC";
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.75rem;
}

.joinus3 .tbar .r3 .blk img{
    width: 1.875rem;
    height: 1.937rem;
}

.news1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 3.75rem;
    padding-top: 4.375rem;
    padding-bottom: 2.5rem;
}
.news1 .content{
    display: flex;
    justify-content: flex-start;
}

.news1 .content .pic{
    width: 38.67%;
}

.news1 .content .txt{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 4.17%;
}
.news1 .content .txt .t1{
    font-weight: bold;
    font-size: 1.625rem;
    color: #111111;
    line-height: 1.625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2.812rem;
}
.news1 .content .txt .t2{
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: 1.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    margin-top: 1.5rem;
}
.news1 .content .txt .detail{
    width: 8.125rem;
    height: 2.625rem;
    background: #009942;
    border-radius: 1.312rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: .812rem;
}

.fy {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 1.187rem;
    color: #FFFFFF;
    line-height: 1.812rem;
    display: flex;
    justify-content: center;
/*    margin-bottom: 2.5rem;*/
}

.fy a {
    border: 1px solid #999999;
    display: inline-block;
    color: #000;
    min-width: 1.562rem;
    padding-left: .625rem;
    padding-right: .625rem;
    height: 2.937rem;
    display: flex;
    justify-content: center;
    align-items: center;
/*    border-radius: 5px;*/
}

.fy a:hover {
    background: #009942;
    color: #fff;
    border: 1px solid rgba(0,0,0,0);
/*    border-radius: 5px;*/
}

.fy b {
    min-width: 1.687rem;
    padding-left: .625rem;
    padding-right: .625rem;
    height: 2.937rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #009942;
    background: #009942;
    color: #ffffff;
/*    border-radius: 5px;*/
}
/*

.fy span, .fy span a {
    vertical-align: middle;
    text-decoration: none;
    color: #9a9a9a;
    cursor: pointer;
}
*/

.second_title_h1{
    font-size: 2.5rem;
    line-height: 3.312rem;
    font-weight: bold;
    margin-top: 6.25rem;
    text-align: center;
}

.second_content{
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-top: 3.125rem;
    margin-bottom: 2.25rem;
}

.article{
    margin-bottom: 6.25rem;
}

.products{
    padding-top: 4.375rem;
    display: flex;    
    justify-content: center;
}
.products .content{
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.562rem;
}
.products .blk{
    width: 100%;
    padding: 1.25rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #F8F8F8;
}
.products .blk .left{
    width: 35.6%;
}
.products .blk .right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2.25rem;
}
.products .right .t1{
    font-weight: bold;
    font-size: 2rem;
    color: #111111;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1.625rem;
}
.products .right .t2{
    width: 100%;
    font-size: 1.25rem;
    color: #111111;
    line-height: 1.875rem;
    height: 7.5rem;
    margin-top: 1.875rem;
}
.products .right .r2{
    display: flex;
    grid-column-gap: 1.875rem;
    margin-top: 1.25rem;
}
.products .right .r2 a{
    width: 8.75rem;
    height: 2.625rem;
    border-radius: 1.312rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products .right .r2 a img{
    width: 1.875rem;
    margin-right: .187rem;
}
.products .right .r2 a:nth-child(1){
    background-color: #009942;
}
.products .right .r2 a:nth-child(2){
    background-color: #FF8500;
}

.products1{
    padding-top: 5.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.products1 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: .937rem;
    margin-top: 3rem;
}
.products1 .content .blk{
    width: 32.5%;
    position: relative;
}
.products1 .content .blk:nth-child(1),
.products1 .content .blk:nth-child(2){
    width: 49.33%;
}
.products1 .content .blk img{
    width: 100%;
}
.products1 .content .blk .txt{
    width: 100%;
    height: 3.625rem;
    background-color: rgba(0,0,0,0.5);
    font-size: 1.25rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.factory{
    padding-top: 5.625rem;
    padding-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-row-gap: 2.187rem;
    grid-column-gap: 2%;
}

.factory .content{
    display: block;
    width: 49%;
}
.factory .content img{
    width: 100%;
}

@media (max-width: 767px) {
    body {
        max-width: 640px;
        min-width: 320px;
        overflow-x: hidden;
        padding-bottom: 5.125rem;
    }
	html{
		font-size: 10px;
	}
    
    .lxrig{
        display: none;
    }
    
    .wap{
/*        min-height: 2.5rem;*/
        display: block;
    }
    
    .g-wrap{
        width: 100%;
    }
    
    .g-wrap3{
        width: 100%;
    }
    
    .pc{
        display: none !important;
    }
    
    #header{
        height: 6.25rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: none;
        background-color: #ffffff;
    }
    
    #content{
        margin-top: 6.25rem;
    }
    
    .m_logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        width: 100%;
        position: relative;
    }
    .m_logo .left{
        width: 85%;
        height: 100%;
        padding-left: 4%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .m_logo .left .logopic{
        width: 35%;
    }
    .m_logo .left .splid{
        width: 1px;
        height: 3.25rem;
        background: linear-gradient(to bottom, rgba(153, 153, 153,0), rgba(153, 153, 153,1), rgba(153, 153, 153,0));
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .m_logo .left .logo_txt{
        font-weight: 500;
        font-size: 1.2rem;
        color: #333333;
        line-height: 1.375rem;
    }

    .m_logo .left .logo_txt1{
        font-family: youshe;
        font-size: 1.5rem;
        color: #999999;
        line-height: 1.5rem;
        display: flex;
        align-items: flex-start;
    }
    .m_logo .left .logo_txt1 img{
        width: 1.125rem;
        margin-left: 1.125rem;
    }

    .m_logo .left .logo_txt2{
        font-family: youshe;
        font-size: 1.25rem;
        color: #999999;
        line-height: 1.25rem;
        margin-top: .5rem;
    }
    
    .m_logo .right{
        height: 100%;
        width: 5.625%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 4.22%;
    }
    
    .xf {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 5.125rem;
    }

    .xf a {
        width: 50%;
        background: #009942;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 2.062rem;
    }
    
    .xf a img{
        width: 2.125rem;
        height: 2.125rem;
        margin-bottom: .812rem;
    }

    .xf a:nth-child(2) {
        background: #fff;
        color: #009942;
        border-top: 2px solid #009942;
        border-bottom: 2px solid #009942;
    }
    
    .nav_wap {
        width: 100%;
        height: 100%;
        display: block;
        z-index: 9999999;
    }

    .subNavBox {
        position: fixed;
        z-index: 9999999;
        width: 100%;
        top: 6.25rem;
        display: none;
    }

    .subNavShow {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999999;
    }
    
    .subNavShow img{
        width: 100%;
    }

    .subNav {
        border-bottom: 1px #666666 solid;
        cursor: pointer;
        font-size: 1.5rem;
        color: #333333;
        line-height: 4.375rem;
        width: 90%;
    }

    .subNav:hover {
        color: #333333;
    }

    .currentDd {
        color: #fff
    }

    .currentDt {
    }

    .navContent {
        display: none;
    }

    .navContent li a {
        display: block;
        height: 2.812rem;
        font-size: 1rem;
        line-height: 2.812rem;
        color: #fff;
        text-indent: 2em;
    }

    .subNavBox_l {
        width: 38%;
        min-height: 100vh;
        height: 100%;
        float: left;
    }

    .subNavBox_r {
        width: 30%;
        background: #ffffff;
        color: #333333;
        height: 100%;
        float: right;
        position: relative;
        text-align: center;
        padding: 0 2%;
    }
    
    .subNavBox_r a:last-child .subNav{
        border-bottom: none;
    }

    .subNavHide {
        font-size: 2.5rem;
        color: #333;
        text-align: right;
        padding-right: 5%;
        padding: 8% 8% 0 8%;
    }
    
    .global_title{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .global_title .title{
        font-weight: bold;
        font-size: 2.25rem;
        color: #111111;
    }
    .global_title .sub{
        font-size: 1.625rem;
        color: #333333;
        margin-top: .625rem;
    }
    .global_title.v1 .title,
    .global_title.v1 .sub{
        color: #fff;
    }
    
    .second_global_title,
    .second_global_title1{
        width: 90%;
    }

    .second_global_title .line,
    .second_global_title1 .line{
        width: 100%;
    }

    .first_title{
        font-size: 3.125rem;
        line-height: 4.125rem;
        color: #333333;
        font-weight: bold;
        margin-left: 1.437rem;
        margin-right: .937rem;
    }

    .second_title{
        font-size: 1.5rem;
        line-height: 2.125rem;
        color: #666666;
        margin-top: 1.25rem;
    }
    
    .second_content{
        font-size: 1.5rem;
        line-height: 2.625rem;
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }
    .second_content p,.second_content div,.second_content span,.second_content strong{
        font-size: 1.5rem;
        line-height: 2.625rem;
        margin-top:  1.25rem;
        margin-bottom: 1.25rem;
    }
    .warnning{
        font-size: 1.125rem;
        color: red;
        position: absolute;
        bottom: 5%;
        right: 5%;
    }
    .m_banner{
        position: relative;
        z-index: 1;
    }

    .m_banner img{
        display: block;
        object-fit: cover;
    }
    
    .idx1{
        padding-top: 3.75rem;
        display: flex;
        justify-content: center;
    }
    .idx1 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .idx1 .content .left.wap{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-column-gap: 0;
        grid-row-gap: .625rem;
    }
    .idx1 .content .left img{
        width: 49%;
    }
    .idx1 .content .right{
        width: 100%;
        padding-left: 0;
        padding-bottom: 2.5rem;
        box-sizing: border-box;
        background-image: none;
        background-position: bottom center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
    }
    .idx1 .content .right .r1{
        font-weight: bold;
        font-size: 1.875rem;
        color: #009942;
        line-height: 1.875rem;
        margin-top: .75rem;
    }
    .idx1 .content .right .r2{
        font-size: 2.187rem;
        color: #111111;
        line-height: 3.75rem;
        margin-top: 2.375rem;
    }
    .idx1 .content .right .r3{
        font-size: 1.5rem;
        color: #111111;
        line-height: 3.75rem;
    }
    .idx1 .content .right .list{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 1.875rem;
        margin-top: 1.875rem;
    }
    .idx1 .content .right .list .l{
        width: 22.04%;
        height: 3.125rem;
        background-color: #F7F7F7;
        border-radius: 1.562rem;
        font-size: 1.5rem;
        color: #111111;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .idx1 .content .right .list .l.active{
        background-color: #009942;
        color: #fff;
    }
    .idx1 .content .right .r4{
        font-weight: bold;
        font-size: 1.5rem;
        color: #111111;
        line-height: 2rem;
        font-style: italic;
        margin-top: 1.875rem;
    }
    .idx1 .content .right .r4 .s1{
        color: #009942;
    }
    .idx1 .content .right .r4 .s2{
        display: inline-block;
        position: relative;
        z-index: 1;
    }
    .idx1 .content .right .r4 .s2::after{
        content: "";
        width: 100%;
        height: .375rem;
        background: #009942;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    .idx1 .content .right .r5{
        font-size: 1.5rem;
        color: #111111;
        line-height: 2.5rem;
        margin-top: 1.875rem;
    }
    .idx1 .content .right .r6{
        width: 11.25rem;
        height: 3.125rem;
        background: #009942;
        border-radius: 1.562rem;
        font-weight: 500;
        font-size: 1.375rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.875rem;
    }
    .idx1 .content .right .r6 img{
        width: 2.25rem;
        margin-right: .375rem;
    }

    .idx2{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: none;
        background-color: #F6F6F6;
    }
    .idx2 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        grid-row-gap: 1.687rem;
        margin-top: 3.125rem;
    }
    .idx2 .content .blk{
        width: 100%;
        padding-bottom: 1.25rem;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 2px solid #00B050;
    }
    .idx2 .content .blk .pic{
        width: 100%;
    }
    .idx2 .content .blk .txt{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-end;
        margin-top: 1.625rem;
    }
    .idx2 .content .blk .txt .t1{
        font-weight: bold;
        font-size: 1.8rem;
        color: #00B050;
        line-height: 1.8rem;
    }
    .idx2 .content .blk .txt .t2{
        font-weight: 300;
        font-size: 1.5rem;
        color: #999999;
        line-height: 1.5rem;
        margin-top: 0;
        margin-left: 1.25rem;
    }
    .idx2 .content .blk .txt .splid{
        width: 100%;
        height: 1px;
        background-color: #DFDFDF;
        margin-top: 1.25rem;
        margin-bottom: .625rem;
    }
    .idx2 .content .blk .txt .t3{
        font-size: 1.5rem;
        color: #333333;
        line-height: 2.5rem;
    }
    .idx2 .content .blk.active{
        border-bottom-color: #00B050;
    }
    .idx2 .content .blk.active .txt .t1{
        color: #00B050;
    }
    
    .idx3{
        padding-top: 4.375rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f8f8f8;
        background-image: url("/img/m_idx3_bg1.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 87.5rem;
    }
    .idx3 .content{
        width: 95%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 5.625rem;
    }
    .idx3 .content .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0;
    }
    .idx3 .content .left .blk{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .idx3 .content .left .blk .icon{
        width: 4.125rem;
        margin-right: 1.875rem;
    }
    .idx3 .content .blk .txt{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .idx3 .content .blk .txt .t1{
        font-weight: bold;
        font-size: 1.6rem;
        color: #FFFFFF;
        line-height: 1.6rem;
    }
    .idx3 .content .blk .txt .t2{
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 2.5rem;
        margin-top: .687rem;
    }
    .idx3 .content .left .splid{
        width: 100%;
        height: .125rem;
        background-image: linear-gradient(to right, transparent 0%, transparent 20%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,0.4) 100%);
        background-size: 1.25rem 100%;
        background-repeat: repeat-x;
        margin-top: 1.062rem;
        margin-bottom: 1.562rem;
    }
    .idx3 .content .right{
        width: 100%;
        margin-top: 4.187rem;
    }
    .idx3 .content1{
        width: 95%;
        padding-top: 2.5rem;
        padding-bottom: 0;
        background-image: none;
        background-size: 100% 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 3.937rem;
    }
    .idx3 .content1 .left{
        width: 100%;
        margin-left: 0;
    }
    .idx3 .content1 .left .r1{
        font-size: 2rem;
        color: #111111;
        line-height: 3rem;
        text-align: center;
    }
    .idx3 .content1 .left .r1 span{
        font-weight: bold;
    }
    .idx3 .content1 .left .list{
        width: 100%;
        display: flex;
        justify-content: center;
        grid-column-gap: .625rem;
        margin-top: 2.687rem;
    }
    .idx3 .content1 .left .list .l{
        width: 7.625rem;
        height: 5rem;
        background: #009942;
        border-radius: .625rem;
        font-weight: 500;
        font-size: 1.5rem;
        text-align: center;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .idx3 .content1 .left .list .l.active{
        background-color: #FF8500;
    }
    .idx3 .content1 .right{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-right: 5.26%;
    }
    .idx3 .content1 .right .r1{
        display: flex;
        align-items: center;
    }
    .idx3 .content1 .right .r1 img{
        width: 3.125rem;
        margin-right: .937rem;
    }
    .idx3 .content1 .right .r1 .txt .t1{
        font-size: 1.125rem;
        color: #999999;
        line-height: 1.125rem;
    }
    .idx3 .content1 .right .r1 .txt .t2{
        font-weight: bold;
        font-size: 2rem;
        color: #009942;
        line-height: 2rem;
    }
    .idx3 .content1 .right .splid{
        width: 100%;
        height: 1px;
        background-color: rgba(223, 223, 223, 0.6);
        margin-top: 1.062rem;
        margin-bottom: 1.062rem;
    }
    .idx3 .content1 .right .r2{
        font-size: 1.125rem;
        color: #333333;
        line-height: 1.125rem;
    }
    
    .idx4{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f8f8f8;
    }
    .idx4 .content{
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 3.125rem;
    }
    .idx4 .content .blk{
        width: 49%;
        padding-top: 2.812rem;
        padding-bottom: 3.625rem;
        background-color: #fff;
        border-radius: .625rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx4 .content .blk:nth-child(even){
        margin-top: 0;
    }
    .idx4 .content .blk .icon{
        width: 27.93%;
    }
    .idx4 .content .blk .txt{
        font-weight: bold;
        font-size: 1.6rem;
        color: #111111;
        line-height: 2.5rem;
        margin-top: 1.125rem;
    }
    .idx4 .content .blk.active .icon img:first-child,
    .idx4 .content .blk .icon img:last-child{
        display: none;
    }
    .idx4 .content .blk.active .icon img:last-child{
        display: block;
    }
    .idx4 .content .blk.active{
        background-image: url("/img/idx4_bg1.jpg");
        background-size: 100% 100%;
    }
    .idx4 .content .blk.active .txt{
        color: #fff;
    }
    
    .idx5{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx5 .content{
        width: 95%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 3.125rem;
    }
    .idx5 .content .left{
        width: 52.48%;
        position: relative;
        z-index: 1;
    }
    .idx5 .content .left::before{
        content: "";
        width: 25.15%;
        height: 116.21%;
        background-color: #009942;
        position: absolute;
        left: -12.43%;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }
    .idx5 .content .right{
        width: 100%;
        padding-top: 1.75rem;
        position: relative;
    }
    .idx5 .content .right .swiper-slide{
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-row-gap: 4.375rem;
    }
    .idx5 .content .right .blk{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .idx5 .content .right .blk .r1{
        display: flex;
        align-items: flex-end;
    }
    .idx5 .content .right .blk .r1 .num{
        font-weight: bold;
        font-size: 3.25rem;
        color: rgba(51, 51, 51, 0.1);
        line-height: 3.25rem;
    }
    .idx5 .content .right .blk .r1 .txt{
        font-weight: bold;
        font-size: 1.6rem;
        color: #333333;
        line-height: 1.6rem;
        margin-left: 1.625rem;
        margin-bottom: .375rem;
    }
    .idx5 .content .right .blk .splid{
        width: 100%;
        height: 1px;
        background-color: #CACACA;
        margin-top: 1rem;
        margin-bottom: 1.562rem;
    }
    .idx5 .content .right .blk .r2{
        font-size: 1.5rem;
        color: #333333;
        line-height: 2.5rem;
    }
    .idx5 .btns{
        width: 7.5rem;
        height: 3.125rem;
        display: flex;
        justify-content: space-between;
        position: static;
        bottom: 1.25rem;
        right: 0;
        margin-top: 3.125rem;
    }

    .idx5 .btns .swiper-button-prev,
    .idx5 .btns .swiper-button-next{
        width: 3.75rem;
        height: 3.125rem;
    }
    
    .idx6{
        padding-top: 3.75rem;
        background-image: url("/img/m_idx6_bg1.jpg");
        background-size: 100% 100%;
    }
    .idx6 .global_title.wap{
        display: flex;
    }
    .idx6 .content{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 3.125rem;
    }
    .idx6 .content .left{
        width: 95%;
        padding-top: 3.75rem;
        padding-bottom: 3.125rem;
    }
    .idx6 .content .left .swiper-slide{
        width: 100%;
    }
    .idx6 .content .left .blk{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .idx6 .content .left .blk .txt{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .idx6 .content .left .blk .txt .t1{
        font-weight: bold;
        font-size: 3.687rem;
        color: rgba(255, 255, 255, 0.2);
        line-height: 3.687rem;
    }
    .idx6 .content .left .blk .txt .t2{
        font-weight: bold;
        font-size: 2.5rem;
        color: #FFFFFF;
        line-height: 3.75rem;
        margin-top: 1.375rem;
    }
    .idx6 .content .left .blk .txt .t3{
        font-size: 1.625rem;
        color: #FFFFFF;
        line-height: 1.625rem;
        margin-top: 1.875rem;
    }
    .idx6 .content .left .blk .txt .t4{
        font-weight: bold;
        font-size: 1.8rem;
        color: #FFFFFF;
        line-height: 1.8rem;
        margin-top: 0;
    }
    .idx6 .content .left .blk .txt .splid{
        width: 3.125rem;
        height: .125rem;
        background: #FFFFFF;
        margin-top: 1.25rem;
        margin-bottom: 1.937rem;
    }
    .idx6 .content .left .blk .txt .t5{
        font-size: 1.6rem;
        color: #FFFFFF;
        line-height: 2.5rem;
        text-align: justify;
    }
    .idx6 .content .left .blk .pic{
        width: 100%;
    }
    .idx6 .content .tabs.wap{
        width: 100%;
        height: 11.875rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
        background-color: rgba(0,0,0,0.2);
    }
    .idx6 .content .tabs .tab{
        width: calc(100% / 4);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .idx6 .content .tabs .tab .num{
        font-weight: bold;
        font-size: 2.875rem;
        color: rgba(255, 255, 255, 0.3);
        line-height: 2.875rem;
    }
    .idx6 .content .tabs .tab .txt{
        font-weight: bold;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.5rem;
        margin-top: .875rem;
    }
    .idx6 .content .tabs .tab.active{
        background-color: #FF8500;
    }
    
    .m_idx7{
        padding-top: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m_idx7 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-row-gap: .937rem;
        margin-top: 3.125rem;
    }
    .m_idx7 .content .blk{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .m_idx7 .content .blk.active .a,
    .m_idx7 .content .blk .b{
        display: none;
    }
    .m_idx7 .content .blk.active .b{
        display: block;
        overflow: hidden;
    }
    .m_idx7 .content .blk .a{
        width: 100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        box-sizing: border-box;
        height: 6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #F7F7F7;
    }
    .m_idx7 .content .blk .b{
        position: relative;
        width: 100%;
    }
    .m_idx7 .content .blk .b .txt img{
        width: 100%;
    }
    .m_idx7 .content .blk .a .txt{
        font-weight: bold;
        font-size: 1.625rem;
        color: #111111;
        line-height: 1.625rem;
    }
    .m_idx7 .content .blk .b .txt{
        width: 100%;
        box-sizing: border-box;
        background-color: transparent;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .m_idx7 .content .blk .b .t1{
        width: 100%;
        height: 6rem;
        padding-left: 2.5%;
        padding-right: 2.5%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        font-size: 1.625rem;
        color: #FFFFFF;
        line-height: 1.625rem;
        background-color: #009942;
    }
    .m_idx7 .content .blk .b .t1 div:last-child{
        font-size: 1.375rem;
    }
    .m_idx7 .content .blk .b .txt .splid{
        width: 2.5rem;
        height: .125rem;
        background: #FFFFFF;
        margin-top: 1.125rem;
        margin-bottom: .875rem;
    }
    .m_idx7 .content .blk .b .txt .t2{
        background-color: rgba(0, 153, 66, 0.8);
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 2.5rem;
        padding-top: 1.875rem;
        padding-bottom: 1.25rem;
        padding-left: 2.5%;
        padding-right: 2.5%;
        box-sizing: border-box;
        text-align: justify;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .m_idx8{
        padding-top: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m_idx8 .content{
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: .75rem;
        margin-top: 3.125rem;
    }
    .m_idx8 .content .blk{
        width: 49%;
        position: relative;
    }
    .m_idx8 .content .blk img{
        width: 100%;
    }
    .m_idx8 .content .blk .txt{
        width: 100%;
        height: 3.125rem;
        background-color: rgba(0,0,0,0.5);
        font-size: 1.5rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .idx9{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        background-image: url("/img/m_idx9_bg1.jpg");
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .idx9 .global_title.wap{
        display: flex;
    }
    .idx9 .content{
        width: 95%;
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 3.125rem;
    }
    .idx9 .content .left{
        width: 49.74%;
        height: 41.875rem;
        padding-left: 18.75%;
        padding-top: 7.75rem;
        box-sizing: border-box;
        display: none;
        flex-direction: column;
        background-image: none;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .idx9 .content .left .t1{
        font-weight: bold;
        font-size: 2.5rem;
        color: #111111;
        line-height: 3.75rem;
    }
    .idx9 .content .left .t2{
        font-size: 1.625rem;
        color: #333333;
        line-height: 1.625rem;
        margin-top: 2.187rem;
    }
    .idx9 .content .right{
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        background-image: none;
        background-position: bottom right;
        background-repeat: no-repeat;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        z-index: 1;
    }
    .idx9 .content .right .btns{
        width: 6.25rem;
        height: 2.812rem;
        display: none;
        justify-content: space-between;
        margin-right: 6.25rem;
    }
    .idx9 .content .right .btns .swiper-button-prev{
        width: 2.75rem;
        height: 2.812rem;
    }
    .idx9 .content .right .btns .swiper-button-next{
        width: 2.75rem;
        height: 2.812rem;
        transform: rotateY(180deg)
    }
    .idx9 .content .right .sw{
        width: 100%;
    }
    .idx9 .content .right .sw .swiper-slide{
        width: 49%;
    }
    .idx9 .content .swiper-pagination{
        width: 100%;
        position: static;
        display: flex;
        justify-content: center;
        grid-column-gap: .812rem;
        margin-top: 2.5rem;
    }
    .idx9 .content .swiper-pagination .swiper-pagination-bullet{
        width: 1.25rem;
        height: 1.25rem;
        background: #fff;
        border-radius: 50%;
        opacity: 0.5;
    }
    .idx9 .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        opacity: 1;
    }
    
    .idx10{
        padding-top: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx10 .content{
        width: 95%;
        margin-top: 3.125rem;
        position: relative;
    }
    .idx10 .content .swiper-slide{
        width: 70%;
    }
    .idx10 .content .blk{
        width: 100%;
        padding-top: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F8F8F8;
    }
    .idx10 .content .blk .pic{
        width: 90.53%;
    }
    .idx10 .content .blk .splid{
        width: 100%;
        height: 1px;
        background-color: #D8D8D8;
        margin-top: 1.562rem;
    }
    .idx10 .content .blk .txt{
        width: 100%;
        height: 6.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        color: #111111;
        line-height: 2.5rem;
        text-align: center;
    }
    .idx10 .btns{
        width: 109.75%;
        height: 5rem;
        display: none;
        justify-content: space-between;
        pointer-events: none;
        position: absolute;
        top: 7.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .idx10 .btns .swiper-button-prev,
    .idx10 .btns .swiper-button-next{
        width: 2.875rem;
        height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: auto;
        background-color: #DADADA;
        border-radius: .25rem;    
    }
    .idx10 .btns img{
        width: 1.25rem;
    }
    .idx10 .btns .swiper-button-next{
        background-color: #009942;
        transform: rotateY(180deg);
    }
    .idx10 .content .swiper-pagination{
        width: 100%;
        position: static;
        display: flex;
        justify-content: space-between;
        margin-top: 1.875rem;
    }
    .idx10 .content .swiper-pagination::after{
        content: "";
        width: 100%;
        height: 1px;
        background-color: #C6C6C6;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .idx10 .content .swiper-pagination .swiper-pagination-bullet{
        width: calc(100% / 3);
        height: .25rem;
        background: #009942;
        border-radius: 0;
        opacity: 0;
    }
    .idx10 .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        opacity: 1;
    }
    
    .idx11{
        padding-top: 3.75rem;
        padding-bottom: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx11 .content{
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 2.5rem;
        margin-top: 3.125rem;
    }
    .idx11 .content .blk{
        width: 33.33%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx11 .content .blk .icon{
        width: 6.937rem;
        height: 6.937rem;
        background-image: url("/img/idx11_bg1.png");
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .idx11 .content .blk .icon img{
        width: 54%;
    }
    .idx11 .content .blk .t1{
        width: 7.562rem;
        height: 2.4rem;
        border-radius: 1.2rem;
        border: 1px solid #999999;
        font-size: 1.6rem;
        color: #333333;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.75rem;
    }
    .idx11 .content .blk .t2{
        font-size: 1.4rem;
        color: #333333;
        line-height: 2.5rem;
        margin-top: 1.687rem;
    }
    .idx11 .content .blk.active .icon{
        background-image: url("/img/idx11_bg1a.png");
    }
    .idx11 .content .blk.active .t1{
        background-color: #FF8500;
        border-color: #FF8500;
        color: #fff;
    }

    .idx12{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        background-image: url("/img/m_idx12_bg1.jpg");
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
    }
    .idx12 .warnning{
        font-size: 1.5rem;
        color: red;
        position: absolute;
        right: 6%;
        bottom: 5%;
    }
    .idx12 .content{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx12 .content .r1{
        font-weight: bold;
        font-size: 2.25rem;
        color: #FFFFFF;
        line-height: 2.25rem;
    }
    .idx12 .content .r2{
        width: 24.187rem;
        height: 3.375rem;
        background: #FF8500;
        border-radius: 1.687rem;
        font-size: 1.625rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.5rem;
    }
    .idx12 .content .list{
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 1.125rem;
        margin-top: 3.75rem;
    }
    .idx12 .content .l{
        width: 42%;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.5rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .idx12 .content .l img{
        width: 1.75rem;
        margin-right: .5rem;
    }

    .idx13{
        padding-top: 3.125rem;
        padding-bottom: 3.375rem;
        background-image: url("/img/m_idx13_bg1.jpg");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx13 .t1{
        font-weight: bold;
        font-size: 3.25rem;
        color: #FFFFFF;
        line-height: 5rem;
    }
    .idx13 .t2{
        width: 18.5rem;
        height: 3.5rem;
        background: #FFFFFF;
        border-radius: 1.75rem;
        font-weight: bold;
        font-size: 1.5rem;
        color: #009942;
        line-height: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.75rem;
    }
    .idx13 .t2 img{
        width: 1.875rem;
        margin-left: .75rem;
    }
    
    .m_news{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 3.125rem;
    }

    .m_news .content{
        width: 95%;
        padding-top: 2.5rem;
        padding-bottom: 3.125rem;
        background-image: url("/img/m_news_bg1.jpg");
        background-size: 100% 100%;
        margin-top: 2.5rem;
        display: flex;
        flex-direction: column;
    }

    .m_news .content .sec{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_news .content .sec .pic{
        width: 85%;
    }
    
    .m_news .content .sec .txt{
        width: 85%;
        margin-top: 2.187rem;
    }

    .m_news .content .sec .txt .t1{
        font-weight: 500;
        font-size: 1.8rem;
        color: #2C2C2C;
        line-height: 1.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .m_news .content .sec .txt .t2{
        font-size: 1.6rem;
        color: #5F5F5F;
        line-height: 2.5rem;
        margin-top: 1rem;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
    }
    .m_news .content .sec .txt .more{
        display: inline-block;
        font-size: 1.5rem;
        color: #505050;
        line-height: 1.5rem;
        padding-bottom: .625rem;
        border-bottom: 1px solid #505050;
        margin-top: 2.5rem;
        margin-right: auto;
    }
    
    .contact{
        display: flex;
        justify-content: center;
        padding-top: 5rem;
    }

    .contact form{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contact .feedback{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .contact .feedback .global_title{
        margin-bottom: 3.125rem;
    }
    .contact .feedback input{
        border: none;
        width: 100%;
        height: 3.75rem;
        background: #F7F7F7;
        box-shadow: 0px .125rem .25rem 0px rgba(0,0,0,0.2);
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.5rem;
        padding-left: 1.25rem;
        box-sizing: border-box;
        margin-bottom: 1.875rem;
    }
    .contact .feedback input:placeholder-shown::placeholder,
    .contact .feedback textarea:placeholder-shown::placeholder{
        color: #999999;
    }

    .contact .feedback textarea{
        width: 100%;
        height: 9.25rem;
        background: #F7F7F7;
        box-shadow: 0px .125rem .25rem 0px rgba(0,0,0,0.2);
        border: none;
        resize: none;
        padding-top: 1.625rem;
        padding-left: 1.25rem;
        box-sizing: border-box;
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-top: 0;
        margin-bottom: 3.125rem;
    }

    .contact .feedback button{
        width: 55%;
        height: 4.375rem;
        background-color: #009942;
        border: none;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.625rem;
    }
    
    .m_contact{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .m_contact form{
        width: 95%;
    }

    .m_contact .feedback{
        width: 100%;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff;
        box-shadow: 0px 0px 1.25rem 0px rgba(0,0,0,0.04);
    }

    .m_contact .feedback input{
        border: none;
        width: 90%;
        height: 4.375rem;
        background-color: #F4F4F4;
        font-size: 1.5rem;
        color: #333333;
        padding-left: 2.5rem;
        box-sizing: border-box;
        margin-bottom: 2.5rem;
    }
    .m_contact .feedback input:placeholder-shown::placeholder,
    .m_contact .feedback textarea:placeholder-shown::placeholder{
        color: #333333;
    }

    .m_contact .feedback textarea{
        width: 90%;
        height: 8.75rem;
        border: none;
        background-color: #F4F4F4;
        padding-left: 2.5rem;
        padding-top: 1.187rem;
        font-size: 1.5rem;
        color: #333333;
        resize: none;
        box-sizing: border-box;
    }
    
    .m_contact .feedback button{
        width: 46%;
        height: 4.375rem;
        background: #D9251C;
        border: none;
        font-family: "OPPO_M";
        font-size: 1.6rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.5rem;
    }
	
    .m_footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 4.375rem;
        padding-bottom: 1.5rem;
        background-image: url("/img/m_footer_bg1.png");
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #f1f1f1;
    }
    
    .m_footer .top{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m_footer .top img{
        width: 46.4%;
    }
    .m_footer .top .txt{
        font-weight: 500;
        font-size: 1.937rem;
        color: #FFFFFF;
        line-height: 2.75rem;
        text-align: center;
        margin-top: 2.5rem;
    }
    
    .m_footer .bottom{
        width: 100%;
        margin-top: 7.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_footer .bottom .lianxi{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-row-gap: 1.25rem;
        margin-bottom: 2.5rem;
    }
    
    .m_footer .bottom .lianxi .r1{
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 1.6rem;
        color: #333333;
        line-height: 1.6rem;
    }
    .m_footer .bottom .lianxi img{
        width: 3.125rem;
    }
    
    .m_footer .bottom .lianxi .txt{
        font-size: 1.5rem;
        color: #333333;
        line-height: 2.5rem;
        text-align: center;
    }
    
    .m_footer .qrcode{
        width: 100%;
        display: flex;
        justify-content: center;
        grid-column-gap: 8.6%;
        margin-top: 1.687rem;
    }
    
    .m_footer .qrcode .qc{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.5rem;
    }
    
    .m_footer .qrcode .qc .bg{
        width: 8.75rem;
        height: 8.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.437rem;
    }
    
    .m_footer .qrcode img{
        width: 100%;
    }
    
    .about1{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3.125rem;
        padding-top: 2.5rem;
        padding-bottom: 3.125rem;
        background-image: url("/img/about1_bg1.png");
        background-size: 100% 100%;
    }
    .about1 .content{
        width: 95%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .about1 .content .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 2.5rem;
    }

    .about1 .content .left .r1{
        height: 4.375rem;
        display: flex;
        align-items: flex-end;
        background-image: url("/img/about1_bg2.png");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: auto 100%;
        font-weight: bold;
        font-size: 2.875rem;
        color: #009942;
        line-height: 2.875rem;

    }
    .about1 .content .left .splid{
        width: 100%;
        height: 1px;
        background-color: #999999;
        margin-top: 1rem;
        margin-bottom: 1.75rem;
    }
    .about1 .content .left .r2{
        font-weight: 500;
        font-size: 2rem;
        color: #333333;
        line-height: 2rem;
    }
    .about1 .content .left .r3{
        font-size: 1.6rem;
        color: #111111;
        line-height: 2.8rem;
        text-align: justify;
        margin-top: 1.875rem;
    }
    .about1 .content .right{
        width: 100%;
    }

    .m_about2{
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m_about2 .content{
        width: 95%;
        margin-top: 2.5rem;
        display: flex;
        flex-direction: column;
        grid-row-gap: 2.5rem;
    }

    .m_about2 .content .blk{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m_about2 .content .blk .left{
        width: 100%;
    }
    .m_about2 .content .blk .right{
        width: 90%;
        margin-top: 1.25rem;
    }
    .m_about2 .content .blk .right .t1{
        font-weight: bold;
        font-size: 1.8rem;
        color: #009942;
        line-height: 1.8rem;
    }
    .m_about2 .content .blk .right .splid{
        width: 100%;
        height: 1px;
        background-color: #BFBFBF;
        margin-top: .75rem;
        margin-bottom: 1.25rem;
    }
    .m_about2 .content .blk .right .t2{
        font-size: 1.6rem;
        color: #333333;
        line-height: 2.8rem;
        text-align: justify;
    }
    .about3{
        padding-top: 5rem;
        padding-bottom: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about3 .content1{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .about3 .content1 .left{
        width: 100%;
        position: relative;
    }

    .about3 .content1 .left .title{
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        position: absolute;
        grid-column-gap: .625rem;
        right: 0;
        top: 0;
    }

    .about3 .content1 .left .title .tit1{
        font-size: 2.5rem;
        color: #999999;
        line-height: 2.75rem;
    }

    .about3 .content1 .left .title .tit2{
        font-size: 1.25rem;
        color: #999999;
        line-height: 1.5rem;
        margin-top: 1.875rem;
    }

    .about3 .content1 .left .title img{
        width: 1.125rem;
        margin-top: 0;
    }

    .about3 .content1 .left .t1{
        font-weight: 500;
        font-size: 2rem;
        color: #FF9900;
        line-height: 2.75rem;
        margin-top: 0;
    }

    .about3 .content1 .left .t2{
        font-size: 1.5rem;
        color: #333333;
        line-height: 2.5rem;
        text-align: justify;
        margin-top: 2.125rem;
    }

    .about3 .content1 .right{
        width: 100%;
        margin-left: 0;
        margin-top: 2.5rem;
    }

    .about3 .content2{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 3.125rem;
    }
    .about3 .content2 .left{
        width: 100%;
        margin-right: 0;
        margin-top: 2.5rem;
    }

    .about3 .content2 .right{
        width: 100%;
    }

    .about3 .content2 .right .t1{
        padding-top: 2rem;
        padding-bottom: .562rem;
        background-image: url("/img/about3_bg3.png");
        background-position: left center;
        background-repeat: no-repeat;
        font-weight: 500;
        font-size: 1.875rem;
        color: #333333;
        line-height: 2.812rem;
        margin-top: 1.625rem;
    }

    .about3 .content2 .right .t2{
        font-size: 1.5rem;
        color: #333333;
        line-height: 2.5rem;
        text-align: justify;
        margin-top: .75rem;
    }

    .about3 .content3{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 3.125rem;
    }

    .about3 .content3 .left{
        width: 100%;
    }

    .about3 .content3 .left .t1{
        padding-top: 2rem;
        background-image: url("/img/about3_bg2.png");
        background-position: left center;
        background-repeat: no-repeat;
        font-weight: 500;
        font-size: 2rem;
        color: #171717;
        line-height: 2.75rem;
    }

    .about3 .content3 .left .t2{
        font-size: 1.5rem;
        color: #333333;
        line-height: 2.5rem;
        text-align: justify;
        margin-top: .875rem;
    }

    .about3 .content3 .left .splid{
        width: 97%;
        height: 2px;
        background-color: #E9E9E9;
        margin-top: 1.625rem;
    }

    .about3 .content3 .left .list{
        display: flex;
        justify-content: space-around;
        grid-column-gap: 0;
        margin-left: 0;
        margin-top: 1.625rem;
    }

    .about3 .content3 .left .list .l{
        width: 4.687rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about3 .content3 .left .list .l img{
        width: 4.687rem;
    }

    .about3 .content3 .left .list .l .cn{
        font-weight: 500;
        font-size: 1.375rem;
        color: #333333;
        line-height: 2.062rem;
        margin-top: 1.187rem;
        white-space: nowrap;
    }

    .about3 .content3 .left .list .l .en{
        font-weight: 500;
        font-size: 1rem;
        color: #999999;
        line-height: 1.5rem;
        white-space: pre-wrap;
        text-align: center;
    }

    .about3 .content3 .right{
        width: 100%;
        margin-left: 0;
        background-image: url("/img/m_about3_bg1.jpg");
        background-size: 100% 100%;
        padding-top: 11.5rem;
        padding-bottom: 3rem;
        border-radius: .75rem;
        margin-top: 2.5rem;
        text-align: center;
    }

    .about3 .content3 .right p{
        width: 80%;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 2.5rem;
        text-align: justify;
        margin-left: 3.125rem;
    }
    
    .secondnav{
        margin-top: 3.125rem;
        width: 90%;
    }

    .m_joinus{
        position: relative;
        min-height: 38.75rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 111;
    }

    .m_joinus .left{
        width: 50%;
        margin-top: 12.5rem;
        position: relative;
    }

    .m_joinus .left img{
        height: 20.437rem;
    }

    .m_joinus .left .pop{
        position: absolute;
        background: linear-gradient(0deg, #FA2B03, #FF5C3B);
        border-radius: 1.437rem;
        font-size: 1.375rem;
        line-height: 3.125rem;
        height: 2.812rem;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .m_joinus .left .pop1{
        top: -7.937rem;
        left: 9.5rem;
        width: 17.375rem;   
    }

    .m_joinus .left .pop2{
        top: -3.812rem;
        left: -.937rem;
        width: 14.125rem;
    }

    .m_joinus .left .pop3{
        top: 2.687rem;
        left: -9.125rem;
        width: 15.562rem;
    }

    .m_joinus .right{
        margin-top: 6.25rem;
    }

    .m_joinus .right .txt{
        color: #535353;
    }

    .m_joinus .right .txt1{
        font-size: 1.562rem;
        line-height: 2rem;
        width: 30rem;
    }

    .m_joinus .right .txt2{
        margin-top: 1.937rem;
    }

    .m_joinus .right .txt3{
        font-size: 1.625rem;
        line-height: 2.375rem;
        margin-top: 2rem;
        width: 36rem;
    }

    .m_joinus .right .btn{
        margin-top: 2.375rem;
    }
    
    .platform{
        margin-top: 5.625rem;
        background: url("/img/platform-bg1.png");
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .platform img:nth-child(1){
        width: 48%;
    }

    .platform img:nth-child(2){
        width: 48%;
        margin-left: 0;
    }
    
    .news1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-row-gap: 2.5rem;
        padding-top: 3.125rem;
        padding-bottom: 2.5rem;
    }
    .news1 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .news1 .content .pic{
        width: 100%;
    }

    .news1 .content .txt{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
    }
    .news1 .content .txt .t1{
        font-weight: bold;
        font-size: 1.8rem;
        color: #111111;
        line-height: 1.8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 1.25rem;
    }
    .news1 .content .txt .t2{
        font-size: 1.6rem;
        color: #333333;
        line-height: 2.5rem;
        margin-top: 1.5rem;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
        margin-top: 1.5rem;
    }
    .news1 .content .txt .detail{
        width: 8.75rem;
        height: 3.125rem;
        background: #009942;
        border-radius: 1.562rem;
        font-size: 1.4rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.25rem;
        margin-bottom: 0;
    }
    
    
    
    .second_title_h1{
        margin-top: 3.125rem;
    }

    .second_content{
    }

    .article{
        width: 92%;
        margin-bottom: 6.25rem;
        padding-left: 4%;
        padding-right: 4%;
    }
    
    .bmap{
        height: 30rem;
    }
    .maplabel{
        width: 22.437rem;
        height: 6.812rem;
        background-image: url("/img/map_bg.png");
        background-size: 100% 100%;
        font-size: 1.375rem;
        color: rgba(255,255,255,0.9);
        line-height: 2.062rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 1.25rem;
        box-sizing: border-box;
    }
    
    .contact1{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3.125rem;
        margin-bottom: 3.125rem;
    }
    .contact1 .global_title .sub{
        text-align: center;
    }
    .contact1 .content{
        width: 95%;
        margin-top: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact1 .content .left,
    .contact1 .content form{
        width: 100%;
    }
    .contact1 .content .left{
        padding-top: 4.812rem;
        padding-bottom: 4.375rem;
        padding-left: 3%;
        padding-right: 3%;
        box-sizing: border-box;
        background-image: url("/img/contact1_bg1.jpg");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
    }
    .contact1 .content .left .r1{
        font-weight: bold;
        font-size: 2.125rem;
        color: #FFFFFF;
        line-height: 2.125rem;
    }
    .contact1 .content .left .splid{
        width: 3.75rem;
        height: .125rem;
        background: #FFFFFF;
        margin-top: 1.375rem;
        margin-bottom: 3.125rem;
    }
    .contact1 .content .left .r2{
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.875rem;
    }
    .contact1 .content .left .blk{
        width: 100%;
        display: flex;
        align-items: flex-start;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .contact1 .content .left .blk:last-child{
        padding-bottom: 0;
        border-bottom: none;
    }
    .contact1 .content .left .blk .icon{
        width: 3.75rem;
        margin-right: .687rem;
    }
    .contact1 .content .left .blk .txt .t1{
        font-weight: 500;
        font-size: 1.8rem;
        color: #FFFFFF;
        line-height: 1.8rem;
    }
    .contact1 .content .left .blk .txt .t2{
        font-size: 1.5rem;
        color: #ffffff;
        line-height: 2.5rem;
        margin-top: .625rem;
    }
    .contact1 form{
        padding-top: 4.812rem;
        padding-bottom: 3.125rem;
        padding-left: 4.33%;
        padding-right: 4.33%;
        box-sizing: border-box;
        background-color: #F9F9F9;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .contact1 .feedback{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .contact1 .r1{
        font-weight: bold;
        font-size: 2.125rem;
        color: #009942;
        line-height: 2.125rem;
    }
    .contact1 .splid{
        width: 3.75rem;
        height: .125rem;
        background: #009942;
        margin-top: 1.375rem;
        margin-bottom: 2.937rem;
    }
    .contact1 .feedback input{
        border: 1px solid #EEEEEE;
        width: 100%;
        height: 3.25rem;
        padding-left: 1.25rem;
        background: #fff;
        font-weight: 300;
        font-size: 1.5rem;
        color: #333333;
        box-sizing: border-box;
        margin-bottom: .562rem;
    }
    .contact1 .feedback textarea:placeholder-shown::placeholder,
    .contact1 .feedback input:placeholder-shown::placeholder{
        color: #BDBDBD;
    }

    .contact1 .feedback textarea{
        width: 100%;
        height: 6.5rem;
        background: #fff;
        border: 1px solid #EEEEEE;
        resize: none;
        padding-top: .812rem;
        padding-left: 1.25rem;
        box-sizing: border-box;
        font-size: 1.5rem;
    }

    .contact1 .feedback button{
        width: 16.25rem;
        height: 3.125rem;
        background: #009942;
        border-radius: 1.562rem;
        border: none;
        font-size: 1.5rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        margin-top: 1.875rem;
    }
    
    .joinus1{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
    .joinus1 .warnning{
        font-size: 1.5rem;
        color: red;
        position: absolute;
        right: 6%;
        bottom: 5%;
    }


    .joinus1 .content{
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 1.25rem;
        margin-top: 3.125rem;
    }

    .joinus1 .content .blk{
        width: 49%;
        padding-top: 2.062rem;
        padding-bottom: 2.687rem;
        background-color: #F6F6F6;
        border-radius: .625rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .joinus1 .content .blk .icon{
        width: 21.28%;
    }
    .joinus1 .content .blk.active .icon img:first-child,
    .joinus1 .content .blk .icon img:last-child{
        display: none;
    }
    .joinus1 .content .blk.active .icon img:last-child{
        display: block;
    }

    .joinus1 .content .blk .t1{
        font-weight: 500;
        font-size: 1.8rem;
        color: #111111;
        line-height: 1.8rem;
        margin-top: 1.437rem;
    }
    .joinus1 .content .blk .splid{
        width: 1.25rem;
        height: .125rem;
        background: #009942;
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
    .joinus1 .content .blk .t2{
        font-size: 1.5rem;
        color: #333333;
        line-height: 2.5rem;
    }
    .joinus1 .content .blk.active{
        background-color: #009942;
    }
    .joinus1 .content .blk.active .splid{
        background-color: #fff;
    }
    .joinus1 .content .blk.active .t1,
    .joinus1 .content .blk.active .t2{
        color: #fff;
    }

    .joinus2{
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        background-image: url("/img/m_joinus2_bg1.jpg");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .joinus2 .warnning{
        font-size: 1.5rem;
        color: red;
        position: absolute;
        right: 6%;
        bottom: 5%;
    }

    .joinus2 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 3.125rem;
    }

    .joinus2 .content .left{
        width: 100%;
    }
    .joinus2 .content .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2.5rem;
    }
    .joinus2 .content .right .r1{
        width: 20.562rem;
        height: 3.5rem;
        background: #009942;
        border-radius: 1.875rem 0px 1.875rem 0px;
        font-weight: bold;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .joinus2 .content .right .list{
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 1.062rem;
        margin-top: 2.937rem;
    }
    .joinus2 .content .right .list .l{
        width: 40%;
        display: flex;
        align-items: center;
        font-size: 1.25rem;
        color: #333333;
        line-height: 1.25rem;
    }
    .joinus2 .content .right .list .l img{
        width: 1.75rem;
        margin-right: .437rem;
    }
    .joinus2 .content .right .r2{
        display: flex;
        align-items: center;
        margin-top: 2.5rem;
    }
    .joinus2 .content .right .r2 .icon{
        width: 3.125rem;
    }
    .joinus2 .content .right .r2 .txt{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: .937rem;
    }
    .joinus2 .content .right .r2 .txt .t1{
        font-size: 1.125rem;
        color: #999999;
        line-height: 1.125rem;
    }
    .joinus2 .content .right .r2 .txt .t2{
        font-weight: bold;
        font-size: 2rem;
        color: #009942;
        line-height: 2rem;
        margin-top: .437rem;
    }
    
    .products{
        padding-top: 3.125rem;
        display: flex;    
        justify-content: center;
    }
    .products .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.25rem;
    }
    .products .blk{
        width: 100%;
        padding: 1.25rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: #F8F8F8;
    }
    .products .blk .left{
        width: 100%;
    }
    .products .blk .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 2.25rem;
    }
    .products .right .t1{
        font-weight: bold;
        font-size: 2rem;
        color: #111111;
        line-height: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 1.625rem;
    }
    .products .right .t2{
        width: 100%;
        font-size: 1.6rem;
        color: #111111;
        line-height: 2.5rem;
        height: auto;
        margin-top: 1.875rem;
    }
    .products .right .r2{
        display: flex;
        grid-column-gap: 1.875rem;
        margin-top: 2.5rem;
    }
    .products .right .r2 a{
        width: 10rem;
        height: 3.75rem;
        border-radius: 1.875rem;
        font-size: 1.5rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .products .right .r2 a img{
        width: 1.875rem;
        margin-right: .187rem;
    }
    .products .right .r2 a:nth-child(1){
        background-color: #009942;
    }
    .products .right .r2 a:nth-child(2){
        background-color: #FF8500;
    }

    .products1{
        padding-top: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .products1 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        grid-row-gap: .937rem;
        margin-top: 3rem;
    }
    .products1 .content .blk{
        width: 100%;
        position: relative;
    }
    .products1 .content .blk:nth-child(1),
    .products1 .content .blk:nth-child(2){
        width: 100%;
    }
    .products1 .content .blk img{
        width: 100%;
    }
    .products1 .content .blk .txt{
        width: 100%;
        height: 3.625rem;
        background-color: rgba(0,0,0,0.5);
        font-size: 1.5rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .factory{
        padding-top: 3.125rem;
        padding-bottom: 2.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-row-gap: 2.187rem;
        grid-column-gap: 0;
    }

    .factory .content{
        display: block;
        width: 95%;
    }
    .factory .content img{
        width: 100%;
    }
    .syp{font-size: 1.4rem}
}

@media (max-width: 1450px) and (min-width: 1200px) {
    html{
        font-size: 12px;
    }
}


