@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;
}

.wap{
    display: none;
}

#content{
    margin-top: 0;
}

#header{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 120rem;
    height: 10.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99999;
}
#header.white{
    background-color: rgb(255, 255, 255, 0.8);
    transition: all 0.5s ease-in-out;
}
#header.white #nav li{
    color: #333333;
}
#header.white #nav li.on::after{
    background-color: #333333;
}
#header.white .logo .right .logo_txt{
    color: #333333;
}

.nav_wap{
    display: none;
}

.logo {
    width: 83.33%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
/*    padding-top: 1.375rem;*/
    position: relative;
    overflow: visible;
}

.logo .left{
    width: 8.875%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.125rem;
}

.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_txt1{
    font-weight: bold;
    font-size: 2.937rem;
    color: #7A220A;
}
.logo .left .logo_txt2{
    font-weight: 500;
    font-size: 1.375rem;
    color: #333333;
    margin-left: 6.67%;
}

/*

.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{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo .right img{
    width: 1.875rem;
    margin-right: .625rem;
}

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

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

.logo .right .logo_txt .t2{
    font-weight: 500;
    font-size: 1.625rem;
    color: #333333;
    line-height: 1.625rem;
}

/*
.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{
    flex-grow: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#nav{
    flex-grow: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 8.56%;
    margin-right: 10%;
}

#nav li{
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
    position: relative;
}

#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::after{
    content: "";
    width: 100%;
    height: .125rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 2.5rem;
}

/*
#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;
}

.banner img{
    display: block;
    object-fit: cover;
}

.banner .btns{
    display: flex;
    justify-content: space-between;
    width: 12.5rem;
    position: absolute;
    bottom: 10rem;
    right: 18.75%;
    z-index: 2;
    pointer-events: none;
}

.banner .btns .swiper-button-prev,
.banner .btns .swiper-button-next{
    width: 3.75rem;
    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: #333333;
    line-height: 2.5rem;
}
.global_title .title span{
    color: #7A220A;
}
.global_title .sub{
    font-size: 1.625rem;
    color: #666666;
    line-height: 1.625rem;
    margin-top: 1.25rem;
}
.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: 8.125rem;
    display: flex;
    justify-content: center;
    background-image: url("/img/idx1_bg1.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
}
.idx1 .bg{
    width: 31.25%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.idx1 .content{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.idx1 .content .left{
    width: 50%;
    border-radius: 1.25rem;
}
.idx1 .content .right{
    width: 41.67%;
}
.idx1 .content .right .swiper-slide{
    width: 100%;
}
.idx1 .content .right .blk{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.idx1 .content .right .blk .t1{
    font-weight: 500;
    font-size: 1.625rem;
    color: #333333;
    margin-top: 2.5rem;
}
.idx1 .content .right .blk .t2{
    font-size: 1.25rem;
    color: #666666;
    line-height: 1.875rem;
    text-align: justify;
    margin-top: 1.25rem;
}
.idx1 .btns{
    width: 8rem;
    height: 2.75rem;
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    pointer-events: none;
}
.idx1 .btns .swiper-button-prev,
.idx1 .btns .swiper-button-next{
    width: 3.437rem;
    height: 3.5rem;
    pointer-events: auto;
}
.idx1 .btns .swiper-button-next{
    transform: rotateY(180deg);
}


.idx2{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
}
.idx2 .content{
    width: 73.4375%;
    background-image: url("/img/idx2_bg1.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 8.33%;
}
.idx2 .content .left{
    width: 32.62%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 19.72%;
}
.idx2 .content .left .global_title{
    align-items: flex-start;
}
.idx2 .content .left .global_title .sub{
    margin-top: 0;
    margin-bottom: 1.25rem;
}
.idx2 .content .left .t1{
    width: 14.437rem;
    height: 2.375rem;
    background: #E9A425;
    border-radius: 1.187rem;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
}
.idx2 .content .left .t2{
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: 1.875rem;
}
.idx2 .content .right{
    width: 39.5%;
}

.idx3{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    background-image: url("/img/idx3_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx3 .content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 3.75rem;
}
.idx3 .content .blk{
    width: 31.83%;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1.375rem 2.625rem 0px rgba(194,194,194,0.32);
    border-radius: 1.25rem;
}
.idx3 .content .blk .icon{
    width: 5.187rem;
}
.idx3 .content .blk .t1{
    font-weight: 500;
    font-size: 1.625rem;
    color: #333333;
    margin-top: 1.875rem;
}
.idx3 .content .blk .t2{
    font-size: 1.25rem;
    color: #666666;
    line-height: 1.875rem;
    margin-top: 1.25rem;
}
.idx3 .content .blk.active .icon img:first-child,
.idx3 .content .blk .icon img:last-child{
    display: none;
}
.idx3 .content .blk.active .icon img:last-child{
    display: block;
}
.idx3 .content .blk.active{
    background-color: #D5512A;
}
.idx3 .content .blk.active .t1,
.idx3 .content .blk.active .t2{
    color: #fff;
}
.idx3 .txt{
    font-weight: 500;
    font-size: 1.625rem;
    color: #666666;
    line-height: 2.437rem;
    margin-top: 3.125rem;
}

.idx4{
    padding-top: 8.125rem;
    padding-bottom: 8.75rem;
}
.idx4 .content{
    width: 86.98%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-image: url("/img/idx4_bg1.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8.33%;
    margin-right: 4.19%;
}
.idx4 .content .left{
    width: 23.95%;
    border-radius: 1.125rem;
}
.idx4 .content .right{
    width: 47.9%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx4 .content .right .global_title{
    width: 78.75%;
    align-items: flex-start;
    margin-top: 3.75rem;
}
.idx4 .content .right .txt{
    width: 78.75%;
    font-size: 1.25rem;
    color: #666666;
    line-height: 1.875rem;
    margin-top: 1.562rem;
}
.idx4 .content .right .pic{
    width: 100%;
    border-radius: 1.125rem;
    margin-top: 3.75rem;
}

.idx5{
    padding-top: 4.25rem;
    background-image: url("/img/idx5_bg1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: flex-end;
}
.idx5 .content{
    width: 67.1875%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 18.75%;
}
.idx5 .content .left{
    width: 70.47%;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.idx5 .content .left .tabs{
    width: 3.375rem;
    height: 7.625rem;
    padding: .125rem;
    box-sizing: border-box;
    border-radius: 1.687rem;
    background-color: #F0F0F0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 16.875rem;
    margin-right: -1.75rem;
}
.idx5 .content .left .tab{
    width: 3.062rem;
    height: 3.062rem;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.25rem;
    color: #999999;
}
.idx5 .content .left .tab.active{
    background-color: #E9A425;
    color: #fff;
}
.idx5 .content .left .sw{
    width: 96.92%;
}
.idx5 .content .left .sw .swiper-slide{
    width: 100%;
}
.idx5 .content .left .sw .blk{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 6.25rem;
    box-sizing: border-box;
    position: relative;
}
.idx5 .content .left .sw .blk img{
    width: 85.23%;
    border-radius: 1.562rem;
    box-shadow: 0px 1.375rem 2.625rem 0px rgba(194,194,194,0.32);
}
.idx5 .content .left .sw .blk .t1{
    font-weight: 500;
    font-size: 1.625rem;
    color: #666666;
    position: absolute;
    bottom: 7.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.idx5 .content .left .sw .blk .t2{
    font-weight: 500;
    font-size: 2.625rem;
    color: #333333;
    writing-mode: vertical-lr;
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
}
.idx5 .content .right{
    width: 27%;
    padding-top: 11.375rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.idx5 .content .right .global_title .title{
    line-height: 3.125rem;
}
.idx5 .content .right .list{
    width: 97.8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.25rem;
    margin-top: 2.5rem;
}
.idx5 .content .right .list .l{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.625rem;
}
.idx5 .content .right .list .l img{
    width: 1.25rem;
    margin-right: 1.25rem;
}
.idx5 .content .right .more{
    width: 14.437rem;
    height: 2.375rem;
    background: #E9A425;
    border-radius: 1.187rem;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8.75rem;
}

.idx6{
    padding-top: 5rem;
    padding-bottom: 8.125rem;
    display: flex;
    justify-content: center;
}
.idx6.joinus{
    padding-top: 
}
.idx6 .content .top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.idx6 .content .top .global_title{
    align-items: flex-start;
}
.idx6 .content .top .btns{
    width: 8rem;
    height: 2.75rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.idx6 .content .top .btns .swiper-button-prev,
.idx6 .content .top .btns .swiper-button-next{
    width: 2.75rem;
    height: 2.75rem;
    pointer-events: auto;
}
.idx6 .content .top .btns .swiper-button-next{
    transform: rotateY(180deg);
}
.idx6 .content .bottom{
    width: 100%;
    margin-top: 3.125rem;
}
.idx6 .content .swiper-slide{
    width: 31.83%;
}
.idx6 .content .blk{
    width: 100%;
    position: relative;
}
.idx6 .content .blk .pic{
    width: 100%;
}
.idx6 .content .swiper-slide-active .blk .mask{
    width: 100%;
    height: 100%;
    padding-top: 11.25rem;
    border-radius: 1.25rem;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.idx6 .content .blk .mask{
    display: none;
}
.idx6 .content .blk .mask .t1{
    font-weight: 500;
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.875rem;
}
.idx6 .content .blk .mask .t2{
    width: 62%;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    text-align: justify;
    margin-top: 1.562rem;
}


.idx7{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("/img/idx7_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx7 .content{
    margin-top: 1.625rem;
}
.idx7 .content .swiper-container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.idx7 .content .swiper-slide{
    width: calc(100 / 6);
    box-sizing: border-box;
    margin-top: 0;
    padding: 1.25rem .625rem 2.5rem .625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 2.5rem;
}
.idx7 .content .pic{
    width: 100%;
    border-radius: 1.25rem;
    box-shadow: 0px 1.375rem 1.25rem 0px rgba(194,194,194,0.32);
    border: 1px solid transparent;
}
.idx7 .content .pic img{
    width: 100%;
    border-radius: 1.25rem;
}
.idx7 .content .pic:hover{
    border-color: #D5512A;
}
.idx7 .btns{
    width: 8rem;
    height: 2.75rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    margin: 0 auto;
    margin-top: 2.5rem;
}
.idx7 .btns .swiper-button-prev,
.idx7 .btns .swiper-button-next{
    width: 2.75rem;
    height: 2.75rem;
    pointer-events: auto;
}
.idx7 .btns .swiper-button-next{
    transform: rotateY(180deg);
}

.idx8{
    padding-top: 8.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx8 .content{
    position: relative;
    margin-top: 2.5rem;
}
.idx8 .content .swiper-slide{
    width: 50%;
    border-radius: 1.25rem;
}
.idx8 .content .pic{
    width: 100%;
    position: relative;
}
.idx8 .content .pic img{
    width: 100%;
    border-radius: 1.25rem;
}
.idx8 .content .pic .txt{
    width: 12.562rem;
    height: 2.687rem;
    background: #E9A425;
    border-radius: 1.375rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.5rem;
}
.idx8 .content .swiper-slide-active .pic .txt{
    background-color: #D5512A;
}
.idx8 .btns{
    width: 117.33%;
    height: 2.75rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.idx8 .btns .swiper-button-prev,
.idx8 .btns .swiper-button-next{
    width: 2.75rem;
    height: 2.75rem;
    pointer-events: auto;
}
.idx8 .btns .swiper-button-next{
    transform: rotateY(180deg);
}

.idx9{
    padding-top: 8.125rem;
    display: flex;
    justify-content: center;
}
.idx9.joinus{
    padding-top: 0;
    padding-bottom: 8.125rem;
}
.idx9 .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx9 .content .top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.idx9 .content .top .global_title{
    align-items: flex-start;
}
.idx9 .content .bottom{
    width: 100%;
    margin-top: 2.5rem;
}
.idx9 .content .bottom .swiper-slide{
    width: 30.3125%;
}
.idx9 .content .bottom .swiper-slide img{
    width: 100%;
}
.idx9 .btns.wap{
    display: none;
}
.idx9 .btns{
    width: 8rem;
    height: 2.75rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.idx9 .btns .swiper-button-prev,
.idx9 .btns .swiper-button-next{
    width: 2.75rem;
    height: 2.75rem;
    pointer-events: auto;
}
.idx9 .btns .swiper-button-next{
    transform: rotateY(180deg);
}

.idx10{
    padding-top: 8.125rem;
    padding-bottom: 3.562rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/img/idx10_bg1.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
}
.idx10.about{
    margin-bottom: 8.125rem;
}
.idx10 .content{
    margin-top: 1.875rem;
}
.idx10 .content .swiper-slide{
    width: 23.58%;
}
.idx10 .content .pic{
    width: 100%;
}
.idx10 .btns{
    width: 8rem;
    height: 2.75rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    margin: 0 auto;
    margin-top: 3.125rem;
}
.idx10 .btns .swiper-button-prev,
.idx10 .btns .swiper-button-next{
    width: 2.75rem;
    height: 2.75rem;
    pointer-events: auto;
}
.idx10 .btns .swiper-button-next{
    transform: rotateY(180deg);
}

.idx11{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/img/idx11_bg1.jpg");
    background-size: 100% 100%;
    margin-top: 8.125rem;
}
.idx11 .global_title .title{
    line-height: 3.125rem;
}
.idx11.joinus{
    margin-top: 0;
}
.idx11 .list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 2.5rem;
    margin-top: 2rem;
}
.idx11 .list .l{
    width: 7.812rem;
    height: 2.437rem;
    background: #E9A425;
    border-radius: 1.25rem;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.idx11 .content{
    width: 56%;
    position: relative;
    margin-top: 3.125rem;
}
.idx11 .content .swiper-slide{
    width: 17.08%
}
.idx11 .content .blk{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx11 .content .blk .icon{
    width: 100%;
    height: 12.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.idx11 .content .blk .icon img{
    width: 91.67%;
}
.idx11 .content .blk.active .icon img:first-child,
.idx11 .content .blk .icon img:last-child{
    display: none;
}
.idx11 .content .blk.active .icon img:last-child{
    display: block;
    width: 100%;
}
.idx11 .content .blk .txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
}
.idx11 .content .blk .txt .cn{
    font-weight: 500;
    font-size: 1.625rem;
    color: #333333;
    line-height: 1.625rem;
}
.idx11 .content .blk .txt .en{
    font-size: .75rem;
    color: #666666;
    line-height: .75rem;
    margin-top: .625rem;
}
.idx11 .btns{
    width: 116.2%;
    height: 2.75rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5rem;
}

.idx11 .btns .swiper-button-prev,
.idx11 .btns .swiper-button-next{
    width: 2.75rem;
    height: 2.75rem;
    pointer-events: auto;
}
.idx11 .btns .swiper-button-next{
    transform: rotateY(180deg);
}

.idx12{
    padding-top: 9.375rem;
    padding-bottom: 8.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx12 .content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 2.875rem;
}
.idx12 .content .blk{
    width: 23.33%;
    position: relative;
}
.idx12 .content .blk img{
    width: 100%;
}
.idx12 .content .blk.active{
    width: 50%;
}
.idx12 .content .blk .b,
.idx12 .content .blk.active .a{
    display: none;
}
.idx12 .content .blk.active .b{
    display: block;
}
.idx12 .content .blk.active .a.wap,
.idx12 .content .blk.active .b.wap{
    display: none;
}
.idx12 .content .blk .txt{
    font-weight: 500;
    font-size: 1.875rem;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.idx12 .content .blk.active .txt{
    writing-mode: horizontal-tb;
    left: 3.75rem;
    bottom: 2.5rem;
    top: auto;
    transform: none;
}
.idx12 .warnning{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 2.5rem;
}
.idx12 .warnning .left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.idx12 .warnning .left .t1{
    font-weight: 500;
    font-size: 1.625rem;
    color: #666666;
    line-height: 1.625rem;
}
.idx12 .warnning .left .t2{
    font-weight: 500;
    font-size: 1.25rem;
    color: #999999;
    line-height: 1.25rem;
    margin-top: .625rem;
}
.idx12 .warnning .right{
    width: 36.25rem;
    height: 3rem;
    background: #E9A425;
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 1.625rem;
    color: #FFFFFF;
}
.idx12 .warnning .right img{
    width: 1.875rem;
    margin-right: 1.25rem;
}

.idx13{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
    background-image: url("/img/idx13_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}
.idx13 .content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.idx13 .content .global_title{
    align-items: flex-start;
}
.idx13 .content .txt{
    width: 49.17%;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    text-align: justify;
    margin-top: 2.5rem;
}
.idx13 .content .list{
    display: flex;
    align-items: center;
    grid-column-gap: 1.875rem;
    margin-top: 1.875rem;
}
.idx13 .content .list .l{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 1.875rem;
}
.idx13 .content .list .l img{
    width: 1.875rem;
    margin-right: .625rem;
}
.idx13 .content .more{
    width: 14.437rem;
    height: 2.375rem;
    background: #E9A425;
    border-radius: 1.187rem;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5rem;
}

.news{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
}
.news .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .top .tabs{
    display: flex;
    justify-content: flex-end;
    grid-column-gap: .625rem;
}
.news .top .tabs .tab{
    width: 10rem;
    height: 2.375rem;
    border: 1px solid #666666;
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .top .tabs .tab.active{
    background-color: #D5512A;
    border-color: #D5512A;
    color: #fff;
}
.news .top .tabs .more{
    width: 2.375rem;
    height: 2.375rem;
    background: #D5512A;
    font-weight: 500;
    font-size: 1.25rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .content{
    margin-top: 2.5rem;
}
.news .content .c{
    display: none;
}
.news .content .c.active{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.news .content .c .left{
    width: 50%;
}
.news .content .c .left img{
    width: 100%;
}
.news .content .c .right{
    width: 48.17%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news .content .c .right .sec{
    width: 100%;
    height: 11.875rem;
    padding: 2.5rem;
    background-color: #F4F4F4;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .content .c .right .sec .date{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news .content .c .right .sec .date .d{
    font-weight: bold;
    font-size: 3.125rem;
    color: #666666;
    line-height: 3.125rem;
}
.news .content .c .right .sec .date .ym{
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.125rem;
    margin-top: .625rem;
}
.news .content .c .right .sec .txt{
    width: 56.22%;
}

.news .content .c .right .sec .txt .t1{
    font-weight: 500;
    font-size: 1.625rem;
    color: #333333;
    line-height: 1.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1.25rem;
}

.news .content .c .right .sec .txt .t2{
    font-size: 1.25rem;
    color: #5F5F5F;
    line-height: 1.25rem;
    margin-top: 1.062rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .content .c .right .sec .date .txt .arrow{
    width: 2.75rem;
}
.news .content .c .right .sec:hover .arrow img:first-child,
.news .content .c .right .sec .arrow img:last-child{
    display: none;
}
.news .content .c .right .sec:hover .arrow img:last-child{
    display: block;
}
.news .content .c .right .sec:hover .date .d,
.news .content .c .right .sec:hover .txt .t1{
    color: #D5512A;
}

.contact{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    display: flex;
    justify-content: center;
    background-image: url("/img/contact_bg1.jpg");
    background-size: 100% 100%;
    margin-bottom: 8.125rem;
}
.contact form{
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact .feedback{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 4.375rem;
    padding-bottom: 3.5rem;
    background: rgb(255, 255, 255, 0.8);
    box-shadow: .375rem .625rem 3.062rem 0px rgba(0,37,122,0.08);
    border-radius: 1.937rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

.contact .feedback .global_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 1.75rem;
}
.contact .feedback .global_title .splid{
    width: 2rem;
    height: .25rem;
    background: #E9A425;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.contact .feedback .global_title .sub{
    font-size: 1.812rem;
    color: #4B4B4B;
    line-height: 1.812rem;
    margin-top: 0;
}

.contact .feedback input{
    border: none;
    border-radius: .75rem;
    width: 49%;
    height: 4rem;
    background: #fff;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5rem;
    padding-left: 1.25rem;
    box-sizing: border-box;
}
.contact .feedback input:placeholder-shown::placeholder,
.contact .feedback textarea:placeholder-shown::placeholder{
    color: #676767;
}

.contact .feedback textarea{
    width: 100%;
    height: 9.375rem;
    background: #fff;
    border-radius: .75rem;
    border: none;
    resize: none;
    padding-top: 1rem;
    padding-left: 1.25rem;
    box-sizing: border-box;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 1.375rem;
    margin-bottom: 1.687rem;
}

.contact .feedback button{
    width: 100%;
    height: 3.875rem;
    background-color: #E9A425;
    border-radius: .75rem;
    border: none;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.footer{
    background-image: url("/img/footer_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .top{
    padding-top: 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #fff;
}
.footer .top ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .top ul li{
    font-size: 1.125rem;
    color: #fff;
}
.footer .mid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.75rem;
}
.footer .mid .footer_logo{
    width: 15%;
}
.footer .mid .list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-row-gap: 1.25rem;
}

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

.footer .mid .lianxi img{
    width: 2.125rem;
}
.footer .mid .lianxi .txt{
    display: flex;
    align-items: flex-start;
    font-size: 1.125rem;
    color: #fff;
    margin-left: 1.125rem;
}
.footer .mid .lianxi .txt span{
    display: inline-block;
}

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

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

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

.footer .bottom{
    padding-top: 1.75rem;
    padding-bottom: 2.187rem;
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.125rem;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    border-top: 1px solid #fff;
}

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

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

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

.secondnav .title2{
    font-weight: 500;
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.125rem;
    margin-top: .5rem;
}

.secondnav .bread{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.125rem;
    color: #666666;
    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{
    padding-top: 5rem;
    padding-bottom: 8.125rem;
    display: flex;
    justify-content: center;
}
.about1 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about1 .content .left{
    width: 50%;
}

.about1 .content .right{
    width: 41.67%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about1 .content .right .global_title{
    align-items: flex-start;
}
.about1 .content .right .txt{
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.875rem;
    text-align: justify;
    margin-top: 2.5rem;
}
.about1 .content .right .more{
    width: 100%;
    height: 3rem;
    background: #E9A425;
    border-radius: 1.5rem;
    font-weight: 500;
    font-size: 1.625rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.75rem;
}
.about1 .content .right .more img{
    width: 2rem;
    margin-right: 1.25rem;
}

.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;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 11.25rem;
}
.contact1 .content{
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.25rem;
}
.contact1 .content .blk{
    width: 100%;
    padding: 3.75rem 8.33%;
    border-radius: 1.25rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #F0F0F0;
    background-size: 100% 100%;
}
.contact1 .content .blk:nth-child(3){
    background-image: url("/img/contact1_bg1.jpg");
}
.contact1 .content .blk .r1{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.875rem;
    color: rgba(51, 51, 51, 0.9);
}
.contact1 .content .blk .r1 img{
    width: 2.5rem;
    margin-right: .625rem;
}
.contact1 .content .blk .r2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem;
}
.contact1 .content .blk .r2 .t2{
    font-size: 1.375rem;
    color: rgba(153, 153, 153, 0.9);
}
.contact1 .content .blk .r2 .t1,
.contact1 .content .blk .r2 .t2 span{
    font-size: 1.375rem;
    color: rgba(51, 51, 51, 0.9);
}


.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;
}

.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;
}

.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;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    grid-row-gap: 2.5rem;
}
.news1 .content{
    width: 62.5%;
    display: flex;
    align-items: stretch;
}
.news1 .content .pic{
    width: 42.92%;
}
.news1 .content .txt{
    width: 57.08%;
    padding-left: 7.08%;
    padding-right: 4.83%;
    padding-top: 3.625rem;
    padding-bottom: 3.375rem;
    box-sizing: border-box;
    background-color: #F0F0F0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news1 .content .txt .t1{
    font-weight: 500;
    font-size: 1.625rem;
    color: #333333;
    line-height: 1.625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news1 .content .txt .date{
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.125rem;
    margin-top: auto;
}
.news1 .content .txt .t2{
    font-size: 1.25rem;
    color: #5F5F5F;
    line-height: 1.875rem;
    text-align: justify;
    margin-top: .937rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}

.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: #D5512A;
    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 #D5512A;
    background: #D5512A;
    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: 5rem;
    padding-bottom: 5.625rem;
}
.products .title{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    background-image: url("/img/product_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 3.25rem;
    color: #FFFFFF;
    line-height: 3.25rem;
}
.products .content{
    margin-top: 1.875rem;
}
.products .content .swiper-slide{
    width: 48.5%;
}
.products .content .blk{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.products .content .blk .pic{
    width: 100%;
}
.products .content .blk .txt{
    font-weight: 500;
    font-size: 1.625rem;
    color: #666666;
    line-height: 1.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1.25rem;
}
.products .btns{
    width: 117.33%;
    height: 2.75rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    position: absolute;
    top: 14.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.products .btns .swiper-button-prev,
.products .btns .swiper-button-next{
    width: 2.75rem;
    height: 2.75rem;
    pointer-events: auto;
}
.products .btns .swiper-button-next{
    transform: rotateY(180deg);
}

.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: 3.75rem;
    }
	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.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: none;
        background-color: #fff;
    }
    
    #content{
        margin-top: 6.5rem;
    }
    
    .m_logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        width: 100%;
        position: relative;
    }
    .m_logo .left{
        width: 13.28%;
        margin-left: 2.5%;
    }
    .m_logo .left .logopic{
        width: 100%;
    }
    .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_txt1{
        font-weight: bold;
        font-size: 2.5rem;
        color: #7A220A;
    }

    .m_logo .left .logo_txt2{
        font-weight: 500;
        font-size: 1.375rem;
        color: #333333;
    }
    
    .m_logo .right{
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 2.5%;
    }
    .m_logo .right .logo_txt{
        font-size: 1.5rem;
        color: #666666;
        margin-right: 2.5rem;
    }
    
    .xf {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 4.125rem;
    }

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

    .xf a:nth-child(2) {
        background: #F0F0F0;
        color: #333333;
    }
    
    .nav_wap {
        display: block;
        z-index: 9999999;
    }

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

    .subNavShow {
        width: 2.062rem;
        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%;
    }
    
    .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:  0;
        margin-bottom: 0;
    }
    
    .m_banner{
        position: relative;
        z-index: 1;
    }

    .m_banner img{
        display: block;
        object-fit: cover;
    }
    
    .idx1{
        padding-top: 5rem;
        padding-bottom: 5rem;
        display: flex;
        justify-content: center;
        background-image: none;
        background-position: right bottom;
        background-repeat: no-repeat;
        position: relative;
    }
    .idx1 .bg{
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .idx1 .content{
        width: 95%;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
    }
    .idx1 .content .left{
        width: 100%;
        border-radius: 1.25rem;
        margin-top: 3.75rem;
    }
    .idx1 .content .right{
        width: 90%;
    }
    .idx1 .content .right .swiper-slide{
        width: 100%;
    }
    .idx1 .content .right .blk{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .idx1 .content .right .blk .t1{
        font-weight: 500;
        font-size: 1.625rem;
        color: #333333;
        margin-top: 2.5rem;
    }
    .idx1 .content .right .blk .t2{
        font-size: 1.5rem;
        color: #666666;
        line-height: 2.5rem;
        text-align: justify;
        margin-top: 1.25rem;
    }
    .idx1 .btns{
        width: 8rem;
        height: 2.75rem;
        display: flex;
        justify-content: space-between;
        margin-top: 3.125rem;
        pointer-events: none;
    }
    .idx1 .btns .swiper-button-prev,
    .idx1 .btns .swiper-button-next{
        width: 3.437rem;
        height: 3.5rem;
        pointer-events: auto;
    }
    .idx1 .btns .swiper-button-next{
        transform: rotateY(180deg);
    }

    .idx2{
        padding-top: 5rem;
        padding-bottom: 5rem;
        display: flex;
        justify-content: center;
    }
    .idx2 .content{
        width: 90%;
        background-image: none;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0;
    }
    .idx2 .content .left{
        width: 75%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }
    .idx2 .content .left .global_title{
        align-items: flex-start;
    }
    .idx2 .content .left .global_title .sub{
        margin-top: 0;
        margin-bottom: 1.25rem;
    }
    .idx2 .content .left .t1{
        width: 15.625rem;
        height: 3.125rem;
        background: #E9A425;
        border-radius: 1.562rem;
        font-weight: 500;
        font-size: 1.5rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.25rem;
    }
    .idx2 .content .left .t2{
        font-size: 1.5rem;
        color: #333333;
        line-height: 2.5rem;
        margin-top: 1.875rem;
    }
    .idx2 .content .right{
        width: 100%;
        margin-top: 3.75rem;
    }
    
    .idx3{
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-image: url("/img/m_idx3_bg1.jpg");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx3 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        grid-row-gap: 1.375rem;
        margin-top: 2.5rem;
    }
    .idx3 .content .blk{
        width: 100%;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFFFFF;
        box-shadow: 0px 1.375rem 2.625rem 0px rgba(194,194,194,0.32);
        border-radius: 1.25rem;
    }
    .idx3 .content .blk .icon{
        width: 5.187rem;
    }
    .idx3 .content .blk .t1{
        font-weight: 500;
        font-size: 1.625rem;
        color: #333333;
        margin-top: 1.875rem;
    }
    .idx3 .content .blk .t2{
        font-size: 1.5rem;
        color: #666666;
        line-height: 2.5rem;
        margin-top: 1.25rem;
    }
    .idx3 .content .blk.active .icon img:first-child,
    .idx3 .content .blk .icon img:last-child{
        display: none;
    }
    .idx3 .content .blk.active .icon img:last-child{
        display: block;
    }
    .idx3 .content .blk.active{
        background-color: #D5512A;
    }
    .idx3 .content .blk.active .t1,
    .idx3 .content .blk.active .t2{
        color: #fff;
    }
    .idx3 .txt{
        width: 80%;
        font-weight: 500;
        font-size: 1.625rem;
        color: #666666;
        line-height: 2.437rem;
        margin-top: 2.5rem;
    }
    
    .idx4{
        padding-top: 5rem;
        padding-bottom: 0;
        display: flex;
        justify-content: center;
    }
    .idx4 .content{
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        background-image: none;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 0;
        margin-right: 0;
    }
    .idx4 .content .left{
        width: 23.95%;
    }
    .idx4 .content .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx4 .content .right .global_title{
        width: 100%;
        align-items: flex-start;
        margin-top: 0;
    }
    .idx4 .content .right .txt{
        width: 100%;
        font-size: 1.5rem;
        color: #666666;
        line-height: 2.5rem;
        text-align: justify;
        margin-top: 1.562rem;
    }
    .idx4 .content .right .pic{
        width: 100%;
        margin-top: 3.75rem;
    }
    
    .idx5{
        padding-top: 5rem;
        padding-bottom: 4.375rem;
        background-image: url("/img/m_idx5_bg1.jpg");
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: flex;
        justify-content: center;
    }
    .idx5 .content{
        width: 95%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        margin-right: 0;
    }
    .idx5 .content .left{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        position: relative;
        margin-top: 3.75rem;
    }
    .idx5 .content .left .tabs{
        width: 7.625rem;
        height: 4rem;
        padding: .125rem;
        box-sizing: border-box;
        border-radius: 1.937rem;
        background-color: #F0F0F0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 2.5rem;
        margin-right: 0;
    }
    .idx5 .content .left .tab{
        width: 3.75rem;
        height: 3.75rem;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 1.5rem;
        color: #999999;
    }
    .idx5 .content .left .tab.active{
        background-color: #E9A425;
        color: #fff;
    }
    .idx5 .content .left .sw{
        width: 100%;
    }
    .idx5 .content .left .sw .swiper-slide{
        width: 100%;
    }
    .idx5 .content .left .sw .blk{
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        box-sizing: border-box;
        position: relative;
    }
    .idx5 .content .left .sw .blk img{
        width: 100%;
        border-radius: 1.562rem;
        box-shadow: none;
    }
    .idx5 .content .left .sw .blk .t1{
        font-weight: 500;
        font-size: 1.625rem;
        color: #666666;
        position: absolute;
        bottom: 1.875rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .idx5 .content .left .sw .blk .t2{
        font-weight: 500;
        font-size: 2.625rem;
        color: #333333;
        writing-mode: vertical-lr;
        position: absolute;
        right: 1.5%;
        top: 50%;
        transform: translateY(-50%);
    }
    .idx5 .content .right{
        width: 60%;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .idx5 .content .right .global_title .title{
        color: #333333;
        line-height: 3.125rem;
    }
    .idx5 .content .right .list{
        width: 98%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 1.25rem;
        margin-top: 2.5rem;
    }
    .idx5 .content .right .list .l{
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 1.625rem;
        color: #666666;
        line-height: 1.625rem;
    }
    .idx5 .content .right .list .l img{
        width: 1.25rem;
        margin-right: 1.25rem;
    }
    .idx5 .content .right .more{
        width: 14.437rem;
        height: 2.375rem;
        background: #E9A425;
        border-radius: 1.187rem;
        font-weight: 500;
        font-size: 1.25rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.5rem;
    }
    
    .idx6{
        padding-top: 5rem;
        padding-bottom: 6.25rem;
        display: flex;
        justify-content: center;
    }
    .idx6.joinus{
        padding-top: 5rem;
    }
    .idx6 .content{
        width: 100%;
        padding-left: 2.5%;
        box-sizing: border-box;
    }
    .idx6 .content .top{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .idx6 .content .top .global_title{
        align-items: center;
    }
    .idx6 .content .top .btns{
        display: none;
    }
    .idx6 .content .bottom{
        width: 100%;
        margin-top: 2.5rem;
    }
    .idx6 .content .swiper-slide{
        width: 61.61%;
    }
    .idx6 .content .blk{
        width: 100%;
        position: relative;
    }
    .idx6 .content .blk .pic{
        width: 100%;
    }
    .idx6 .content .swiper-slide-active .blk .mask{
        width: 100%;
        height: 100%;
        padding-top: 11.25rem;
        border-radius: 1.25rem;
        box-sizing: border-box;
        background-color: rgba(0,0,0,0.6);
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .idx6 .content .blk .mask{
        display: none;
    }
    .idx6 .content .blk .mask .t1{
        font-weight: 500;
        font-size: 1.625rem;
        color: #FFFFFF;
        line-height: 1.875rem;
    }
    .idx6 .content .blk .mask .t2{
        width: 62%;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 2.5rem;
        text-align: justify;
        margin-top: 1.562rem;
    }
    .idx6 .btns{
        width: 8rem;
        height: 2.75rem;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        margin: 0 auto;
        margin-top: 5rem;
    }
    .idx6 .btns .swiper-button-prev,
    .idx6 .btns .swiper-button-next{
        width: 2.75rem;
        height: 2.75rem;
        pointer-events: auto;
    }
    .idx6 .btns .swiper-button-next{
        transform: rotateY(180deg);
    }
    
    .idx7{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        background-image: url("/img/m_idx7_bg1.jpg");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx7 .content{
        width: 95%;
        margin-top: 1.625rem;
    }
    .idx7 .content .swiper-container{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .idx7 .content .swiper-slide{
        width: calc(100 / 3);
        box-sizing: border-box;
        margin-top: 0;
        padding: 1.25rem .625rem 2.5rem .625rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-row-gap: 2.5rem;
    }
    .idx7 .content .pic{
        width: 100%;
        border-radius: 1.25rem;
        box-shadow: 0px 1.375rem 1.25rem 0px rgba(194,194,194,0.32);
        border: 1px solid transparent;
    }
    .idx7 .content .pic img{
        width: 100%;
        border-radius: 1.25rem;
    }
    .idx7 .content .pic:hover{
        border-color: #D5512A;
    }
    .idx7 .btns{
        width: 8rem;
        height: 2.75rem;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        margin: 0 auto;
        margin-top: 2.5rem;
    }
    .idx7 .btns .swiper-button-prev,
    .idx7 .btns .swiper-button-next{
        width: 2.75rem;
        height: 2.75rem;
        pointer-events: auto;
    }
    .idx7 .btns .swiper-button-next{
        transform: rotateY(180deg);
    }
    
    .idx8{
        padding-top: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx8 .global_title .title{
        line-height: 3.125rem;
    }
    .idx8 .content{
        width: 95%;
        position: relative;
        margin-top: 2.5rem;
    }
    .idx8 .content .swiper-slide{
        width: 100%;
        border-radius: 1.25rem;
    }
    .idx8 .content .pic{
        width: 100%;
        position: relative;
    }
    .idx8 .content .pic img{
        width: 100%;
        border-radius: 1.25rem;
    }
    .idx8 .content .pic .txt{
        width: 18.75rem;
        height: 3.75rem;
        background: #D5512A;
        border-radius: 1.875rem;
        font-size: 1.5rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 2.5rem;
    }
    .idx8 .content .swiper-slide-active .pic .txt{
        background-color: #D5512A;
    }
    .idx8 .btns{
        width: 8rem;
        height: 2.75rem;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        position: static;
        top: 50%;
        left: 50%;
        transform: none;
        margin: 0 auto;
        margin-top: 2.5rem;
        z-index: 1;
    }
    .idx8 .btns .swiper-button-prev,
    .idx8 .btns .swiper-button-next{
        width: 2.75rem;
        height: 2.75rem;
        pointer-events: auto;
    }
    .idx8 .btns .swiper-button-next{
        transform: rotateY(180deg);
    }
    
    .idx9{
        padding-top: 5rem;
        display: flex;
        justify-content: center;
    }
    .idx9.joinus{
        padding-top: 0;
        padding-bottom: 5rem;
    }
    .idx9 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx9 .content .top{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .idx9 .content .top .btns{
        display: none;
    }
    .idx9 .content .top .global_title{
        align-items: center;
    }
    .idx9 .content .bottom{
        width: 100%;
        margin-top: 2.5rem;
    }
    .idx9 .content .bottom .swiper-slide{
        width: 100%;
    }
    .idx9 .content .bottom .swiper-slide img{
        width: 100%;
    }
    .idx9 .btns.wap{
        width: 8rem;
        height: 2.75rem;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        margin: 0 auto;
        margin-top: 2.5rem;
    }
    .idx9 .btns .swiper-button-prev,
    .idx9 .btns .swiper-button-next{
        width: 2.75rem;
        height: 2.75rem;
        pointer-events: auto;
    }
    .idx9 .btns .swiper-button-next{
        transform: rotateY(180deg);
    }
    
    .idx10{
        padding-top: 5rem;
        padding-bottom: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("/img/m_idx10_bg1.jpg");
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .idx10.about{
        margin-bottom: 0;
    }
    .idx10 .content{
        width: 95%;
        margin-top: 2.5rem;
    }
    .idx10 .content .swiper-slide{
        width: 48%;
    }
    .idx10 .content .pic{
        width: 100%;
    }
    .idx10 .btns{
        width: 8rem;
        height: 2.75rem;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        margin: 0 auto;
        margin-top: 2.5rem;
    }
    .idx10 .btns .swiper-button-prev,
    .idx10 .btns .swiper-button-next{
        width: 2.75rem;
        height: 2.75rem;
        pointer-events: auto;
    }
    .idx10 .btns .swiper-button-next{
        transform: rotateY(180deg);
    }
    
    .idx11{
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("/img/m_idx11_bg1.jpg");
        background-size: 100% 100%;
        margin-top: 5rem;
    }
    .idx11.joinus{
        margin-top: 0;
    }
    .idx11 .list{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-column-gap: 2.5rem;
        margin-top: 2.5rem;
    }
    .idx11 .list .l{
        width: 7.812rem;
        height: 2.437rem;
        background: #E9A425;
        border-radius: 1.25rem;
        font-weight: 500;
        font-size: 1.5rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .idx11 .content{
        width: 80%;
        position: relative;
        margin-top: 3.125rem;
    }
    .idx11 .content .swiper-slide{
        width: 48%;
    }
    .idx11 .content .blk{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx11 .content .blk .icon{
        width: 100%;
        height: auto;
        padding-top: .5rem;
        padding-bottom: .5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .idx11 .content .blk .icon img{
        width: 91.67%;
    }
    .idx11 .content .blk.active .icon{
        padding-top: 0;
        padding-bottom: 0;
    }
    .idx11 .content .blk.active .icon img:first-child,
    .idx11 .content .blk .icon img:last-child{
        display: none;
    }
    .idx11 .content .blk.active .icon img:last-child{
        display: block;
        width: 100%;
    }
    .idx11 .content .blk .txt{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2.5rem;
    }
    .idx11 .content .blk .txt .cn{
        font-weight: 500;
        font-size: 1.625rem;
        color: #333333;
        line-height: 1.625rem;
    }
    .idx11 .content .blk .txt .en{
        font-size: 1rem;
        color: #666666;
        line-height: 1rem;
        margin-top: .625rem;
    }
    .idx11 .btns{
        width: 8rem;
        height: 2.75rem;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        position: static;
        left: 50%;
        transform: none;
        top: 5rem;
        margin: 0 auto;
        margin-top: 2.5rem;
    }

    .idx11 .btns .swiper-button-prev,
    .idx11 .btns .swiper-button-next{
        width: 2.75rem;
        height: 2.75rem;
        pointer-events: auto;
    }
    .idx11 .btns .swiper-button-next{
        transform: rotateY(180deg);
    }

    .idx12{
        padding-top: 5rem;
        padding-bottom: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx12 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        grid-row-gap: 1.25rem;
        margin-top: 2.5rem;
    }
    .idx12 .content .blk{
        width: 100%;
        position: relative;
    }
    .idx12 .content .blk img{
        width: 100%;
    }
    .idx12 .content .blk.active{
        width: 100%;
    }
    .idx12 .content .blk .b.wap,
    .idx12 .content .blk.active .a.wap{
        display: none;
    }
    .idx12 .content .blk.active .b.wap{
        display: block;
    }
    .idx12 .content .blk .txt{
        font-weight: 500;
        font-size: 1.875rem;
        color: #FFFFFF;
        writing-mode: horizontal-tb;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .idx12 .content .blk.active .txt{
        writing-mode: horizontal-tb;
        left: 50%;
        bottom: 2.5rem;
        top: auto;
        transform: none;
		 transform: translateX(-50%) ;
    }
    .idx12 .warnning{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 2.5rem;
    }
    .idx12 .warnning .left{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .idx12 .warnning .left .t1{
        font-weight: 500;
        font-size: 1.7rem;
        color: #666666;
        line-height: 1.7rem;
    }
    .idx12 .warnning .left .t2{
        font-weight: 500;
        font-size: 1.5rem;
        color: #999999;
        line-height: 1.5rem;
        margin-top: 0;
    }
    .idx12 .warnning .right{
        width: 100%;
        height: 3.75rem;
        background: #E9A425;
        border-radius: 1.875rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 1.625rem;
        color: #FFFFFF;
        margin-top: 2.187rem;
    }
    .idx12 .warnning .right img{
        width: 1.875rem;
        margin-right: 1.25rem;
    }

    .idx13{
        padding-top: 4.875rem;
        padding-bottom: 33.125rem;
        background-image: url("/img/m_idx13_bg1.jpg");
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
    }
    .idx13 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .idx13 .content .global_title{
        align-items: flex-start;
    }
    .idx13 .content .txt{
        width: 100%;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 2.5rem;
        text-align: justify;
        margin-top: 2.5rem;
    }
    .idx13 .content .list{
        display: flex;
        align-items: center;
        grid-column-gap: 1.875rem;
        margin-top: 1.875rem;
    }
    .idx13 .content .list .l{
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 1.875rem;
        color: #FFFFFF;
        line-height: 1.875rem;
    }
    .idx13 .content .list .l img{
        width: 1.875rem;
        margin-right: .625rem;
    }
    .idx13 .content .more{
        width: 14.437rem;
        height: 3.125rem;
        background: #E9A425;
        border-radius: 1.562rem;
        font-weight: 500;
        font-size: 1.5rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.5rem;
    }
    
    .m_news{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5rem;
    }

    .m_news .content{
        width: 95%;
        margin-top: 2.5rem;
        display: flex;
        flex-direction: column;
    }

    .m_news .content .sec{
        width: 100%;
        background-color: #f0f0f0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_news .content .sec .pic{
        width: 100%;
    }
    
    .m_news .content .sec .bottom{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        background-color: #F0F0F0;
        box-sizing: border-box;
    }

    .m_news .content .sec .t1{
        font-weight: bold;
        font-size: 1.625rem;
        color: #D5512A;
        line-height: 1.625rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .m_news .content .sec .t2{
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 2.25rem;
        color: #5F5F5F;
        margin-top: 1.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .m_news .content .sec .t3{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 3rem;
    }

    .m_news .content .sec .t3 .date{
        font-size: 1.4rem;
        color: #666666;
    }

    .m_news .content .sec .t3 .btn{
        width: 8.812rem;
        height: 2.687rem;
        background: #D5512A;
        border-radius: 1.5rem;
        font-size: 1.125rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .m_contact form{
        width: 100%;
    }

    .m_contact .feedback{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_contact .feedback input{
        border: none;
        width: calc(95% - 2.125rem);
        height: 4rem;
        font-size: 1.312rem;
        color: #333333;
        line-height: 1.5rem;
        padding-left: 2.125rem;
        margin-bottom: 2.312rem;
        background-color: #F6F6F6;
    }
    .m_contact .feedback input:placeholder-shown::placeholder{
        color: #000000;
    }
    
    .m_contact .feedback input:focus,
    .m_contact .feedback textarea:focus{
        background-color: #E9A425;
        color: #ffffff;
    }
    
    .m_contact .feedback input:focus:placeholder-shown::placeholder,
    .m_contact .feedback textarea:focus:placeholder-shown::placeholder{
        color: #ffffff;
    }

    .m_contact .feedback textarea{
        width: calc(95% - 2.125rem);
        height: 9.437rem;
        border: none;
        padding-left: 2.125rem;
        padding-top: 1.5rem;
        font-size: 1.312rem;
        color: #333333;
        line-height: 1.5rem;
        background-color: #F6F6F6;
        resize: none;
    }

    .m_contact .feedback textarea:placeholder-shown::placeholder{
        color: #000000;
    }

    .m_contact .feedback button{
        width: 15.75rem;
        height: 3.062rem;
        border-radius: 1.562rem;
        background: #E9A425;
        border: none;
        font-size: 1.562rem;
        color: #FFFFFF;
        line-height: 1.562rem;
        margin-top: 2.625rem;
    }

    .m_contact .r3{
        width: 95%;
        display: flex;
        flex-direction: column;
        margin-top: 1.75rem;
    }

    .m_contact .r3 .b{
        display: flex;
        align-items: center;
        margin-left: .75rem;
        margin-right: .812rem;
        font-size: 1.187rem;
        color: #FFFFFF;
        line-height: 1.437rem;
        margin-bottom: .375rem;
    }

    .m_contact .r3 .b img{
        width: 2.125rem;
        height: 2.187rem;
        margin-right: .562rem;
    }
	
    .m_footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 3.75rem;
        background-image: url("/img/m_footer_bg1.jpg");
        background-size: 100% 100%;
    }
    
    .m_footer .top{
        width: 95%;
        height: 12.375rem;
        border-bottom: 1px solid rgb(255, 255, 255, 0.48);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .m_footer .top img{
        width: 50%;
    }
    .m_footer .top .txt1{
        font-size: 4.25rem;
        color: #fff;
        line-height: 4.25rem;
    }
    .m_footer .top .txt2{
        font-size: 1.8rem;
        color: #fff;
        line-height: 1.8rem;
        margin-top: 1.25rem;
    }
    
    .m_footer .bottom{
        width: 100%;
        margin-top: 2.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-row-gap: 2.5rem;
    }
    
    .m_footer .bottom .lianxi{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-row-gap: 1.25rem;
    }
    
    .m_footer .bottom .lianxi .r1{
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 1.6rem;
        color: #fff;
        line-height: 1.6rem;
    }
    .m_footer .bottom .lianxi img{
        width: 2.375rem;
    }
    
    .m_footer .bottom .lianxi .txt{
        font-size: 1.625rem;
        color: #fff;
        line-height: 2.5rem;
        text-align: center;
    }
    
    .m_footer .bottom .lianxi .qrcode{
        width: 100%;
        display: flex;
        justify-content: center;
        grid-column-gap: 10.94%;
        margin-top: 1.687rem;
    }
    
    .m_footer .bottom .lianxi .qrcode .qc{
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.5rem;
        color: #fff;
        line-height: 1.5rem;
    }
    
    .m_footer .bottom .lianxi .qrcode .qc .bg{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .m_footer .bottom .lianxi .qrcode img{
        width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .about1{
        padding-top: 5rem;
        padding-bottom: 5rem;
        display: flex;
        justify-content: center;
    }
    .about1 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .about1 .content .left{
        width: 100%;
    }

    .about1 .content .right{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 2.5rem;
    }
    .about1 .content .right .global_title{
        align-items: flex-start;
    }
    .about1 .content .right .txt{
        font-size: 1.5rem;
        color: #333333;
        line-height: 2.5rem;
        text-align: justify;
        margin-top: 2.5rem;
    }
    .about1 .content .right .more{
        width: 100%;
        height: 3rem;
        background: #E9A425;
        border-radius: 1.5rem;
        font-weight: 500;
        font-size: 1.625rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.75rem;
    }
    .about1 .content .right .more img{
        width: 2rem;
        margin-right: 1.25rem;
    }

    .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;
        padding-top: 3.75rem;
        padding-bottom: 2.5rem;
        grid-row-gap: 2.5rem;
    }
    .news1 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .news1 .content .pic{
        width: 100%;
    }
    .news1 .content .txt{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 3.625rem;
        padding-bottom: 3.375rem;
        box-sizing: border-box;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .news1 .content .txt .t1{
        font-weight: 600;
        font-size: 1.625rem;
        color: #333333;
        line-height: 1.625rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news1 .content .txt .date{
        font-size: 1.4rem;
        color: #666666;
        line-height: 1.4rem;
        margin-top: 2.5rem;
    }
    .news1 .content .txt .t2{
        font-size: 1.5rem;
        color: #5F5F5F;
        line-height: 2.8rem;
        text-align: justify;
        height: 8.75rem;
        margin-top: .937rem;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
    }
    
    
    
    .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;
        justify-content: center;
        padding-top: 5rem;
        padding-bottom: 0;
        background-image: none;
    }
    .contact1 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.25rem;
    }
    .contact1 .content .blk{
        width: 100%;
        padding: 3.75rem 5%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-size: 100% 100%;
    }
    .contact1 .content .blk:nth-child(3){
        background-image: none;
    }
    .contact1 .content .blk .r1{
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 1.875rem;
        color: rgba(51, 51, 51, 0.9);
    }
    .contact1 .content .blk .r1 img{
        width: 2.5rem;
        margin-right: .625rem;
    }
    .contact1 .content .blk .r2{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 1.25rem;
    }
    .contact1 .content .blk .r2 .t2{
        font-size: 1.5rem;
        color: rgba(153, 153, 153, 0.9);
        margin-top: .625rem;
    }
    .contact1 .content .blk .r2 .t1,
    .contact1 .content .blk .r2 .t2 span{
        font-size: 1.5rem;
        color: rgba(51, 51, 51, 0.9);
        text-align: center;
    }
    
    .joinus1{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .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 .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: 5rem;
        padding-bottom: 2.5rem;
    }
    .products .title{
        width: 95%;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        background-image: url("/img/m_product_bg1.jpg");
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 2.5rem;
        color: #FFFFFF;
        line-height: 2.5rem;
    }
    .products .content{
        width: 95%;
        margin-top: 1.875rem;
    }
    .products .content .swiper-slide{
        width: 100%;
    }
    .products .content .blk{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .products .content .blk .pic{
        width: 100%;
    }
    .products .content .blk .txt{
        font-weight: 500;
        font-size: 1.625rem;
        color: #666666;
        line-height: 1.625rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 1.25rem;
    }
    .products .btns{
        width: 8rem;
        height: 2.75rem;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        position: static;
        top: 14.25rem;
        left: 50%;
        transform: none;
        z-index: 1;
        margin: 0 auto;
        margin-top: 2.5rem;
    }
    .products .btns .swiper-button-prev,
    .products .btns .swiper-button-next{
        width: 2.75rem;
        height: 2.75rem;
        pointer-events: auto;
    }
    .products .btns .swiper-button-next{
        transform: rotateY(180deg);
    }

    .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{width: 95%;font-size: 1.4rem}
}

@media (max-width: 1450px) and (min-width: 1200px) {
    html{
        font-size: 12px;
    }
    .contact .feedback .global_title .title{
        font-size: 2.375rem;
    }
}


