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

body {
    height: auto;
+ overflow: hidden;
font-family: 'OPPO_R', 'OPPO_R';
    font-weight: 400;
/*    background-color: #fdfaf7;*/
}

.wap{
    display: none;
}

#content{
    margin-top: 10.375rem;
}

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

.nav_wap{
    display: none;
}

.logo {
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
    background-color: #F0F0F0;
}
.logo::after {
    content: "";
    width: 32.81%;
    height: 3.125rem;
    background-image: url("/img/header_bg.png");
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.logo .logoin{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

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

.logo .left .splid{
    width: .312rem;
    height: 3.875rem;
    background: rgb(216, 216, 216, 0.29);
    filter: blur(3px);
    margin-left: 2.25rem;
    margin-right: 2.187rem;
}
/*
.logo .left img{
    width: 3.5rem;
    height: 3.5rem;
}
*/

.logo .left .logo_txt{
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5rem;
}
.logo .left .logo_txt span{
    color: #C2232A;
}

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

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

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

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

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

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


.logo .right .logo_txt{
    font-family: "OPPO_B";
    font-size: 1.375rem;
    color: #FFFFFF;
    line-height: 2.187rem;
}

.logo .right .logo_txt span{
    font-size: 1.625rem;
}

.logo .right .logo_txt .t2{
    font-family: "DIN", "DIN";
    font-weight: bold;
    font-size: 2.125rem;
    color: #C2232A;
    line-height: 2.562rem;
}

/*
.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{
    height: 7.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.logo .nav .logopic{
    width: 7.33%;
}
#nav{
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-left: 11.17%;
}

#nav li{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.625rem;
}
#nav li img{
    display: none;
}

#nav li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: auto;
    padding-left: 1rem;
    border-left: 2px solid #666666;
}
#nav li a .cn{
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.125rem;
}
#nav li a .en{
    font-size: .875rem;
    color: #999999;
    line-height: .875rem;
}

#nav li .bkg{
    display: none;
}
#nav li.on a{
    border-left-color: #D9251C;
}
#nav li.on a .cn{
    font-family: "OPPO_B";
    color: #D9251C;
}
#nav li.on a .en{
    color: rgba(217, 37, 28, 0.6);
}

.nav_wap, .subNavBox {
    display: none;
}

.banner{
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.banner img{
    display: block;
/*    object-fit: cover;*/
}

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

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


.global_title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.global_title .title{
    display: flex;
    align-items: flex-start;
}
.global_title .title .global_icon{
    width: 1.562rem;
    margin-top: .875rem;
    margin-right: 1.25rem;
}
.global_title .title .global_icon:nth-last-of-type(1){
    align-self: flex-end;
    margin-bottom: .875rem;
    margin-left: 1.25rem;
    margin-right: 0;
}
.global_title .title .txt{
    font-family: "OPPO_B";
    font-size: 3rem;
    color: #333333;
    line-height: 4.75rem;
}
.global_title .sub{
    font-size: 1.625rem;
    color: #999999;
    line-height: 2.125rem;
    margin-top: 1rem;
}
.global_title.v1 .title .txt,
.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{
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.idx1 .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.idx1 .left{
    width: 41.67%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
.idx1 .left .swiper-container,
.idx1 .left .swiper-wrapper{
    width: 100%;
}
.idx1 .left .swiper-button-prev,
.idx1 .left .swiper-button-next{
    width: 41%;
    height: 8.75rem;
    background-color: #D9251C;
    display: flex;
    justify-content: center;
    align-items: center;
}
.idx1 .left .swiper-button-next{
    transform: rotate(180deg);
}
.idx1 .right{
    width: 52.33%;
    padding-top: 4.187rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}
.idx1 .right .global_title{
    align-items: flex-start;
}
.idx1 .right .swiper-container{
    height: 7.687rem;
    margin-top: 2.5rem;
}
.idx1 .right .swiper-slide{
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
}
.idx1 .right .swiper-pagination{
    position: static;
    align-self: flex-end;
    display: flex;
    justify-content: center;
    grid-column-gap: .312rem;
}
.idx1 .right .swiper-pagination .swiper-pagination-bullet{
    width: 1.875rem;
    height: .25rem;
    background: #F0F0F0;
    border-radius: 0;
    opacity: 1;
}
.idx1 .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #D9251C;
}
.idx1 .right .tabs{
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 1.75%;
    margin-top: 1.25rem;
}
.idx1 .right .tabs .tab{
    width: 23.25%;
    box-sizing: border-box;
    cursor: pointer;
}
.idx1 .right .tabs .tab.active{
    border: 2px solid #D9251C;
}

.idx2{
    padding-top: 5rem;
    display: flex;
    justify-content: center;
    position: relative;
}
.idx2::before{
    content: "";
    width: 100%;
    height: 21.625rem;
    background-color: #F7F7F7;
    position: absolute;
    top: 0;
    left: 0;
}
.idx2 .content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.idx2 .content .left{
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.idx2 .content .left .t1{
    font-family: "OPPO_M";
    font-size: 1.625rem;
    color: #F58F5D;
    line-height: 2.125rem;
    margin-bottom: 1.25rem;
}
.idx2 .content .left .global_title{
    align-items: flex-start;
}
.idx2 .content .left .global_title .title .txt{
    white-space: nowrap;
}
.idx2 .content .left .list{
    display: flex;
    flex-direction: column;
    grid-row-gap: 2.5rem;
    margin-top: 7.5rem;
}
.idx2 .content .left .list .l{
    display: flex;
    align-items: flex-start;
}
.idx2 .content .left .list .l .num{
    width: 1.625rem;
    height: 1.625rem;
    background: #D9251C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "OPPO_M";
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.25rem;
    margin-right: 1rem;
    margin-top: .312rem;
}
.idx2 .content .left .list .l .txt{
    width: 93%;
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
}
.idx2 .content .right{
    width: 41.33%;
    position: relative;
    z-index: 1;
}
.idx2 .content .right::after{
    content: "";
    width: 33.87%;
    height: 88.14%;
    background: #F58F5D;
    position: absolute;
    right: -8.47%;
    bottom: -5.08%;
    z-index: -1;
}

.idx3{
    padding-top: 6.875rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx3 .content{
    position: relative;
    margin-top: 3.75rem;
}
.idx3 .content .swiper-slide,
.idx3 .content .blk,
.idx3 .content .blk .pic{
    width: 100%;
}
.idx3 .content .blk .txt{
    width: 100%;
    height: 9.5rem;
    background-color: #D9251C;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2.5rem;
    box-sizing: border-box;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 2.25rem;
    text-align: center;
}
.idx3 .btns{
    width: 115%;
    height: 3.125rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 12.812rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.idx3 .btns .swiper-button-prev,
.idx3 .btns .swiper-button-next{
    width: 3.125rem;
    height: 3.125rem;
    pointer-events: auto;
}

.idx4{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx4 .content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 3.75rem;
}
.idx4 .content .blk{
    width: 19%;
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
    align-items: center;
}
.idx4 .content .blk .num{
    font-family: "OPPO_M";
    font-size: 1.25rem;
    color: #D9251C;
    line-height: 1.625rem;
    border-top: 1px solid #D9251C;
    border-bottom: 1px solid #D9251C;
}
.idx4 .content .blk .txt{
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
    height: 9rem;
    text-align: center;
    margin-top: 1.25rem;
}
.idx4 .content .blk .pic{
    width: 81.81%;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    padding: 11.11%;
    box-sizing: border-box;
    margin-top: auto;
}
.idx4 .content .blk .pic img{
    border-radius: 50%;
}
.idx4 .content .blk .splid{
    width: .25rem;
    height: 1.875rem;
    background: transparent;
    margin-bottom: 2.062rem;
}
.idx4 .content .line{
    width: 1px;
    height: 23.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    background-color: #E0E0E0;
}
.idx4 .content .blk.active .pic{
    background-color: #F58F5D;
    border-color: transparent;
}
.idx4 .content .blk.active .splid{
    background: #F58F5D;
}

.idx5{
    padding-top: 5rem;
    background-image: url("/img/idx5_bg1.jpg");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx5 .content .blk{
    width: 60%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    box-sizing: border-box;
    background-image: url("/img/idx5_bg2.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx5 .content .blk .global_title{
    align-items: flex-start;
}
.idx5 .content .blk .global_title .title .txt{
    white-space: nowrap;
}
.idx5 .content .blk .list{
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.875rem;
    margin-top: 2.5rem;
}
.idx5 .content .blk .list .l{
    display: flex;
    align-items: flex-start;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #F0F0F0;
}
.idx5 .content .blk .list .l:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.idx5 .content .blk .list .l .icon{
    width: 3.75rem;
    margin-top: .375rem;
}
.idx5 .content .blk .list .l .txt{
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
    margin-left: 1.25rem;
}

.idx6{
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx6 .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3.75rem;
}
.idx6 .content .tabs{
    width: 100%;
    display: flex;
    justify-content: center;
    grid-column-gap: 2.5rem;
}
.idx6 .content .tabs .tab{
    padding: .625rem 1.875rem;
    border-radius: 1.687rem;
    border: 1px solid #999999;
    font-size: 1.625rem;
    color: #999999;
    line-height: 2.125rem;
    cursor: pointer;
}
.idx6 .content .tabs .tab.active{
    color: #D9251C;
    border-color: #D9251C;
}
.idx6 .tabContainer{
    width: 100%;
    margin-top: 3.75rem;
}
.idx6 .tabContainer .c{
    display: none;
    position: relative;
}
.idx6 .tabContainer .c.active{
    width: 100%;
    display: block;
}
.idx6 .tabContainer .c .swiper-slide{
    width: 31.67%;
}
.idx6 .tabContainer .c .blk{
    width: 100%;
    border: .125rem solid #F0F0F0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx6 .tabContainer .c .blk img{
    width: 100%;
}
.idx6 .tabContainer .c .blk .txt{
    width: 100%;
    height: 5.875rem;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    background-color: #F0F0F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.idx6 .tabContainer .c .blk .txt .t1{
    width: 30%;
    font-family: "OPPO_M";
    font-size: 1.625rem;
    color: #333333;
    line-height: 2.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.idx6 .tabContainer .c .blk .txt .t2{
    width: 70%;
    font-size: 1.25rem;
    color: #999999;
    line-height: 1.625rem;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.idx6 .tabContainer .c .blk:hover{
    border-color: #D9251C;
}
.idx6 .tabContainer .c .blk:hover .txt{
    background-color: #D9251C;
}
.idx6 .tabContainer .c .blk:hover .txt .t1{
    color: #fff;
}
.idx6 .tabContainer .c .blk:hover .txt .t2{
    color: rgba(255, 255, 255, 0.8);
}

.idx6 .btns{
    width: 115%;
    height: 3.125rem;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    top: 10.312rem;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.idx6 .btns .swiper-button-prev,
.idx6 .btns .swiper-button-next{
    width: 3.125rem;
    height: 3.125rem;
    pointer-events: auto;
}

.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{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 3.75rem;
}
.idx7 .content .mid{
    width: 69.17%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.idx7 .left,
.idx7 .right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 12.812rem;
}
.idx7 .blk{
    position: relative;
}
.idx7 .blk .cn{
    font-family: "OPPO_M";
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 2.125rem;
}
.idx7 .blk .en{
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5rem;
    margin-top: 1rem;
}
.idx7 .left .blk{
    padding-left: 1.625rem;
}
.idx7 .right .blk{
    padding-right: 1.625rem;
    align-self: flex-end;
}
.idx7 .right .blk .cn,
.idx7 .right .blk .en{
    text-align: right;
}
.idx7 .content .left .blk::before{
    content: "";
    width: .375rem;
    height: 3.75rem;
    background-color: #D9251C;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.idx7 .content .right .blk::after{
    content: "";
    width: .375rem;
    height: 3.75rem;
    background-color: #D9251C;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.idx8{
    padding-top: 5rem;
    display: flex;
    justify-content: center;
}
.idx8 .global_title.wap{
    display: none;
}
.idx8 .content{
    position: relative;
}
.idx8 .content .swiper-slide{
    width: 100%;
}
.idx8 .content .blk{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.idx8 .content .blk .left{
    width: 54%;
}
.idx8 .content .blk .left .t1{
    font-family: "OPPO_B";
    font-size: 3rem;
    color: #333333;
    line-height: 4.75rem;
}
.idx8 .content .blk .left .splid{
    width: 3.75rem;
    height: .125rem;
    background: #D9251C;
    margin: 1.25rem 0;
}
.idx8 .content .blk .left .t2{
    font-size: 1.625rem;
    color: #999999;
    line-height: 2.125rem;
}
.idx8 .content .blk .left .t3{
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
    text-align: justify;
    margin-top: 3.125rem;
}
.idx8 .content .blk .right{
    width: 41.67%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.idx8 .content .blk .right .more{
    width: 10.187rem;
    height: 3rem;
    background: #F58F5D;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 1.25rem;
    margin-right: 1.25rem;
}
.idx8 .content .blk .right .more::after{
    content: "";
    width: 2.25rem;
    height: 2.25rem;
    background: #F0F0F0;
    position: absolute;
    right: -1.25rem;
    bottom: -.5rem;
    z-index: -1;
}
.idx8 .content .blk .right .pic{
    width: 100%;
    position: relative;
    margin-top: 5.25rem;
}
.idx8 .content .blk .right .pic .bar{
    width: 86.4%;
    height: 4.125rem;
    background-color: #D9251C;
    font-family: "OPPO_M";
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.875rem;
    left: 0;
    transform: translateX(-72.22%);
}
.idx8 .btns{
    width: 8.75rem;
    height: 3.125rem;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    bottom: 2.375rem;
    left: 0;
    pointer-events: none;
}

.idx8 .btns .swiper-button-prev,
.idx8 .btns .swiper-button-next{
    width: 3.125rem;
    height: 3.125rem;
    pointer-events: auto;
}

.idx9{
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx9 .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3.75rem;
}
.idx9 .content .blk{
    width: 31.67%;
    padding-bottom: 3.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/img/idx9_bg1.jpg");
    background-position: bottom center;
/*    background-size: 100% auto;*/
    background-repeat: no-repeat;
}
.idx9 .content .blk:nth-child(odd){
    margin-top: 2.5rem;
}
.idx9 .content .blk .icon{
    width: 33.16%;
}
.idx9 .content .blk .t1{
    font-family: "OPPO_M";
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
    margin-top: 1.687rem;
}
.idx9 .content .blk .t2{
    font-size: 1.125rem;
    color: #999999;
    line-height: 1.75rem;
    margin-top: .625rem;
}
.idx9 .content .blk.active{
    background-image: url("/img/idx9_bg1a.jpg");
}
.idx9 .content .blk.active .icon img:first-child,
.idx9 .content .blk .icon img:last-child{
    display: none;
}
.idx9 .content .blk.active .icon img:last-child{
    display: block;
}
.idx9 .content .blk.active .t1{
    color: #fff;
}
.idx9 .content .blk.active .t2{
    color: rgba(255, 255, 255, 0.8);
}

.idx10{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("/img/idx10_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx10.about{
    margin-top: 5rem;
}
.idx10 .content{
    margin-top: 3.75rem;
}
.idx10 .content .top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.idx10 .content .top img:nth-child(1){
    width: 25%;
}
.idx10 .content .top img:nth-child(2){
    width: 44.17%;
}
.idx10 .content .top img:nth-child(3){
    width: 27.5%;
}
.idx10 .content .bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: -10.625rem;
}
.idx10 .content .bottom .left{
    width: 46.67%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    grid-row-gap: 1.25rem;
}
.idx10 .content .bottom .left img{
    width: 100%;
}
.idx10 .content .bottom .left .more{
    width: 42.86%;
    height: 10.625rem;
    background-color: #D9251C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}
.idx10 .content .bottom .right{
    width: 51.67%;
}

.idx11{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("/img/idx11_bg1.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx11 .content{
    margin-top: 3.125rem;
}
.idx11 .content .swiper-slide{
    width: 28.83%;
}
.idx11 .content .swiper-slide img{
    width: 100%;
}
.idx11 .btns{
    width: 115%;
    height: 3.125rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.idx11 .btns .swiper-button-prev,
.idx11 .btns .swiper-button-next{
    width: 3.125rem;
    height: 3.125rem;
    pointer-events: auto;
}

.idx12{
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 18.75%;
    box-sizing: border-box;
    position:relative
}
.idx12 .warnning{
    font-size: 1.125rem;
    color: red;
    position: absolute;
    right: 6%;
    bottom: 5%;
}
.idx12 .global_title{
    align-items: flex-start;
}
.idx12 .content{
    width: 100%;
    margin-top: 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.idx12 .content .left{
    width: 20%;
    position: relative;
}
.idx12 .content .left .swiper-slide{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-row-gap: 3.75rem;
}
.idx12 .content .left .blk .r1{
    display: flex;
    align-items: center;
}
.idx12 .content .left .blk .r1 .t{
    font-family: "OPPO_M";
    font-size: 1.625rem;
    color: #333333;
    line-height: 2.125rem;
}
.idx12 .content .left .blk .r2{
    font-size: 1.25rem;
    color: #999999;
    line-height: 1.625rem;
    margin-top: 1.25rem;
}
.idx12 .content .left .blk.active .r1 .line{
    width: 2.5rem;
    height: .125rem;
    background: #D9251C;
    margin-left: 1.25rem;
}
.idx12 .content .left .blk.active .r1 .t{
    color: #D9251C;
}
.idx12 .btns{
    width: 8.75rem;
    height: 3.125rem;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
    margin-top: 5rem;
}
.idx12 .btns .swiper-button-prev,
.idx12 .btns .swiper-button-next{
    width: 3.125rem;
    height: 3.125rem;
    pointer-events: auto;
}
.idx12 .content .right{
    width: 67.95%;
    padding-left: 11.54%;
    padding-bottom: 4.75rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}
.idx12 .content .right .pic1{
    width: 100%;
}
.idx12 .content .right .pic2{
    width: 22.58%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.idx13{
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.idx13 .warnning{
    color: red;
    font-size: 1.125rem;
    margin-top: 1.25rem;
}
.idx13 .content{
    margin-top: 3.75rem;
}
.idx13 .content .swiper-slide{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
/*    grid-column-gap: 4.17%;*/
    grid-column-gap: 3.125rem;
}
.idx13 .content .swiper-slide .blk:nth-child(odd){
    margin-top: 3.75rem;
}
.idx13 .content .swiper-slide .blk:nth-child(2){
    margin-top: 7.5rem;
}
.idx13 .content .swiper-slide .blk{
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 50%;
    background-color: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.idx13 .content .swiper-slide .blk .txt{
    width: 10.625rem;
    height: 10.625rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.625rem;
    color: #333333;
    line-height: 2.125rem;
    text-align: center;
    border: 1px solid rgba(153, 153, 153, 0.4);
}
.idx13 .content .swiper-slide .blk.active{
    background-color: #F58F5D;
}
.idx13 .content .swiper-slide .blk.active .txt{
    color: #fff;
    border-color: rgb(255, 255, 255, 0.8);
}
.idx13 .swiper-pagination{
    position: static;
    align-self: flex-end;
    display: flex;
    justify-content: center;
    grid-column-gap: 1rem;
    margin-top: 3.75rem;
}
.idx13 .swiper-pagination .swiper-pagination-bullet{
    width: .5rem;
    height: .5rem;
    background: #E6E6E6;
    border-radius: 0;
    opacity: 1;
}
.idx13 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 3.75rem;
    background: #D9251C;
}

.idx14{
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #F7F7F7;
}
.idx14 .global_title{
    align-items: flex-start;
}
.idx14 .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.idx14 .content .left{
    width: 45%;
    margin-top: 3.75rem;
}
.idx14 .content .left .t1{
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
    text-align: justify;
}
.idx14 .content .left .t2{
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
    text-align: justify;
    margin-top: 2.5rem;
}
.idx14 .content .left .more{
    width: 10.187rem;
    height: 3rem;
    background: #F58F5D;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}
.idx14 .content .right{
    width: 48.33%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.idx14 .content .right.wap{
    display: none;
}
.idx14 .content .right .pic1{
    width: 48.28%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.25rem;
    margin-top: 9rem;
}
.idx14 .content .right .pic1 img:last-child,
.idx14 .content .right .pic2 img{
    border-bottom-right-radius: 2.5rem;
}
.idx14 .content .right .pic1 img:first-child{
    border-top-left-radius: 2.5rem;
}
.idx14 .content .right .pic2{
    width: 48.28%;
}

.news{
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news .content{
    width: 100%;
    display: flex;
    justify-content: center;
    grid-column-gap: 1.56%;
    margin-top: 3.75rem;
}
.news .content .sec{
    width: 19.79%;
    cursor: pointer;
}
.news .content .sec .bottom{
    width: 100%;
    border: 1px solid #E6E6E6;
    padding-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news .content .sec .pic{
    width: 100%;
}
.news .content .sec .r1{
    width: 90%;
    margin-top: -1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.news .content .sec .date{
    width: 4.75rem;
    height: 6.625rem;
    padding-top: .812rem;
    background: #D9251C;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news .content .sec .date .d{
    font-family: "OPPO_M";
    font-size: 2.75rem;
    color: #FFFFFF;
    line-height: 3.625rem;
}
.news .content .sec .date .ym{
    font-size: 1rem;
    color: rgb(255, 255, 255, 0.8);
    line-height: 1.312rem;
}
.news .content .sec .t1{
    font-family: "OPPO_M";
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .625rem;
    margin-left: 1.25rem;
}
.news .content .sec .t2{
    width: 90%;
    font-size: 1.125rem;
    color: #666666;
    line-height: 2.25rem;
    height: 4.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-align: justify;
    margin-top: 2.5rem;
}
.news .content .sec .t3{
    width: 90%;
    display: flex;
    align-items: center;
    font-family: "OPPO_M";
    font-size: 1.125rem;
    color: #F58F5D;
    line-height: 1.5rem;
    margin-top: 2.5rem;
}

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

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

.contact .feedback{
    width: 62.5%;
    padding-left: 5.21%;
    padding-right: 5.21%;
    padding-top: 3.437rem;
    padding-bottom: 4.187rem;
    background: rgb(255, 255, 255, 0.7);
    border-radius: 1.937rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.625rem;
    box-sizing: border-box;
}

.contact .feedback .global_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact .feedback .global_title .title{
    font-family: "OPPO_B";
    font-size: 2.5rem;
    color: #F58F5D;
    line-height: 4rem;
}
.contact .feedback .global_title .splid{
    width: 2rem;
    height: .25rem;
    background: #F58F5D;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.contact .feedback .global_title .sub{
    font-size: 1.75rem;
    color: #666666;
    line-height: 2.312rem;
}

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

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

.contact .feedback button{
    width: 100%;
    height: 3.75rem;
    background-color: rgba(245, 143, 93, 1);
    border-radius: .625rem;
    box-shadow: 0px 2px 16px 0px rgba(245, 143, 93, 1);
    border: none;
    font-family: "OPPO_M";
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #D9251C;
}

.footer .top{
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    justify-content: space-between;
}
.footer .top .left,
.footer .top .mid,
.footer .top .right{
    display: flex;
    flex-direction: column;
    padding-left: 2.5rem;
    height: 20.812rem;
    box-sizing: border-box;
    background-image: url("/img/footer_bg1.png");
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.footer .top .title{
    font-family: "OPPO_B";
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.937rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid #fff;
    margin-right: auto;
}
.footer .top .left ul{
    width: 14.375rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-row-gap: 2.5rem;
    margin-top: 2.5rem;
}
.footer .top ul li{
    width: 50%;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}
.footer .top ul li.on{
    font-family: "OPPO_B";
}
.footer .mid .list{
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.5rem;
    margin-top: 2.5rem;
}

.footer .mid .lianxi{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer .mid .lianxi img{
    width: 2rem;
    margin-right: 1rem;
    margin-top: .125rem;
}
.footer .mid .lianxi .t1{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 2.25rem;
}

.footer .right .qrcode{
    display: flex;
    grid-column-gap: 2.625rem;
    margin-top: 5rem;
}

.footer .right .qrcode .qc{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .875rem;
    color: #FFFFFF;
    line-height: 1.125rem;
}

.footer .right .qrcode .qc img{
    width: 5.625rem;
    border-radius: .312rem;
    margin-bottom: 1.875rem;
}

.footer .bottom{
    width: 100%;
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid rgb(255, 255, 255, 0.4);
    display: flex;
    justify-content: space-between;
}
.footer .bottom .beian{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}

.secondnav{
    padding-top: 2.187rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-image: url("/img/second_nav_bg.png");
    background-size: 30% 100%;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: -4.375rem;
}
.secondnav .title{
    font-family: "OPPO_B";
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 3rem;
    margin-bottom: 2.5rem;
    margin-left: 4.17%;
}
.secondnav .bread{
    width: 82.5%;
    height: 7.875rem;
    padding-left: 3.33%;
    padding-right: 3.33%;
    box-sizing: border-box;
    background-color: #F7F7F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.5rem;
}

.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: 8.75rem;
    padding-bottom: 5rem;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6.25rem;
}
.about1 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about1 .content .left{
    width: 41.67%;
    position: relative;
}
.about1 .content .left .pic{
    width: 100%;
    border-bottom-right-radius: 2.5rem;
}
.about1 .content .left .b{
    width: 56%;
    height: 60.32%;
    padding: 2.5rem 7%;
    box-sizing: border-box;
    border-bottom-right-radius: 2.5rem;
    background-color: #F58F5D;
    position: absolute;
    top: -3.75rem;
    left: -6.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about1 .content .left .b .r1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about1 .content .left .b .r1 .txt{
    font-family: "OPPO_M";
    font-size: 2.25rem;
    color: #FFFFFF;
    line-height: 2.5rem;
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    position: relative;
}
.about1 .content .left .b .r1 .txt::before{
    content: "";
    width: .562rem;
    height: .875rem;
    background-image: url("/img/about1_icon1.png");
    background-size: 100% 100%;
    position: absolute;
    top: -.125rem;
    left: -.125rem;
}
.about1 .content .left .b .r1 .txt::after{
    content: "";
    width: .562rem;
    height: .875rem;
    background-image: url("/img/about1_icon1.png");
    background-size: 100% 100%;
    position: absolute;
    right: -.125rem;
    bottom: -.125rem;
}
.about1 .content .left .b .r1 .txt1{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.about1 .content .left .b .r1 .txt1 img{
    width: 80%;
    margin-right: 1rem;
}
.about1 .content .left .b .r1 .txt1 .t{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    margin-top: 1rem;
}
.about1 .content .left .b .r2{
    width: 100%;
    margin-top: 1.25rem;
}
.about1 .content .left .b .r2 .t1{
    font-family: "OPPO_M";
    font-size: 2.5rem;
    color: #FFFFFF;
    line-height: 3.312rem;
}
.about1 .content .left .b .r2 .t2{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: .812rem;
}
.about1 .content .right{
    width: 53.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.about1 .content .right .r1{
    font-family: "OPPO_M";
    font-size: 2.25rem;
    color: #333333;
    line-height: 2.937rem;
}
.about1 .content .right .splid{
    width: 3.75rem;
    height: .125rem;
    background: #D9251C;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}
.about1 .content .right .r2{
    font-size: 1.625rem;
    color: #D9251C;
    line-height: 3rem;
    text-align: justify;
}
.about1 .content .right .r3{
    font-size: 1.25rem;
    color: #666666;
    line-height: 2.375rem;
    text-align: justify;
    margin-top: 2.5rem;
}
.about1 .content .right .r4{
    width: 10.187rem;
    height: 3rem;
    background: #D9251C;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.75rem;
}

.about2{
    padding-top: 7.5rem;
    padding-bottom: 9.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-image: url("/img/about2_bg1.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
}
.about2 .flower{
    width: 17.29%;
    position: absolute;
    left: 0;
    top: 5rem;
    z-index: -1;
}
.about2 .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about2 .content .txt{
    width: 57.71%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.25rem;
}
.about2 .content .txt p{
    font-weight: 500;
    font-size: 1.125rem;
    color: #333333;
    line-height: 2.125rem;
    text-align: center;
}
.about2 .content .pic{
    width: 42.5%;
    margin-top: 3.75rem;
}

.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{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
    display: flex;
    justify-content: space-between;
}

.contact1 .blk{
    width: 33.33%;
    height: 20rem;
    padding-top: 3.75rem;
    padding-left: 3.33%;
    padding-right: 3.33%;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact1 .blk .t1{
    font-family: "OPPO_M";
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.625rem;
    margin-top: 1.875rem;
}

.contact1 .blk .icon{
    width: 3.75rem;
}

.contact1 .blk .t2{
    font-size: 1.125rem;
    color: #999999;
    line-height: 2rem;
    margin-top: 1.25rem;
}

.contact1 .blk.active .icon img:first-child,
.contact1 .blk .icon img:last-child{
    display: none;
}

.contact1 .blk.active .icon img:last-child{
    display: block;
}
.contact1 .blk.active{
    background-color: #F58F5D;
}
.contact1 .blk.active .t1,
.contact1 .blk.active .t2{
    color: #fff;
}

.bmap{
    width: 62.5%;
    border-radius: 1.25rem;
    height: 32.5rem;
    margin: 0 auto;
    margin-bottom: 6.25rem;
}
.BMapLabel{
    border: none !important;
}
.maplabel{
    font-family: 'Noto Serif SC', 'Noto Serif SC';
    font-size: 1.125rem;
    padding: .625rem;
    line-height: 1.687rem;
}

.joinus1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 4.375rem;
}

.joinus1 .content{
    display: flex;
    justify-content: space-between;
    margin-top: 4.75rem;
}

.joinus1 .content .blk{
    width: 12.875rem;
    height: 24rem;
    padding-left: 2.687rem;
    padding-right: 2.687rem;
    background-color: #F7F7F7;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.joinus1 .content .blk .r1{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3.187rem;
}

.joinus1 .content .blk .r1 .txt{
    font-family: "Noto Sans SC";
    font-size: 2.125rem;
    line-height: 2.125rem;
    color: #333333;
    margin-top: .625rem;
}

.joinus1 .content .blk .r2{
    font-size: 1.5rem;
    color: #666666;
    line-height: 2.25rem;
    margin-top: 1.75rem;
    text-align: justify;
}

.joinus1 .content .blk:hover{
    background-color: #EFDECE;
}

.joinus2{
    height: 54.5rem;
    position: relative;
    background-image: url("/img/joinus2_bg1.jpg");
    background-size: 100% 25rem;
    background-position: left bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.joinus2 .bg{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 5.187rem;
    left: 64.375rem;
}

.joinus2 .bg .r1{
    font-family: "Noto Sans SC";
    font-size: 2.875rem;
    color: #FFFFFF;
    line-height: 3.375rem;
}

.joinus2 .bg .r2{
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    margin-top: 1rem;
}

.joinus2 .bg .r3{
    width: 15.562rem;
    height: 3.687rem;
    background-image: url("/img/joinus2_bg2.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding-left: 4.75rem;
    font-family: "Noto Sans SC";
    font-size: 2.312rem;
    color: #666666;
    line-height: 2.312rem;
    margin-top: 3.562rem;
}

.joinus2 .pic{
    width: 37.5rem;
    height: 39.75rem;
    position: absolute;
    bottom: 5.187rem;
    left: 22.5rem;
}

.joinus2 .flower{
    width: 64.187rem;
    height: 38.437rem;
    background-image: url("/img/joinus2_pic2.png");
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -3.812rem;
    z-index: -1;
}

.joinus2 .flower .blk{
    display: flex;
    margin-top: 1.25rem;
    margin-left: 8.562rem;
}

.joinus2 .flower .blk:first-child{
    margin-top: 26.375rem;
}

.joinus2 .flower .blk .r{
    display: flex;
    align-items: center;
    font-family: "Noto Sans SC";
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #666666;
    margin-right: 1rem;
}

.joinus2 .flower .blk .r img{
    width: 1.625rem;
    width: 1.625rem;
    margin-right: .687rem;
}

.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: 2.5rem;
    padding-bottom: 6.25rem;
}
.news1 .content{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.news1 .contentin{
    width: 62.5%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.news1 .contentin .pic{
    width: 31.67%;
}
.news1 .contentin .mdate{
    display: none;
}
.news1 .contentin .date{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.news1 .contentin .date .y{
    font-size: 1.375rem;
    color: rgba(0, 0, 0, 0.4);
    line-height: 1.812rem;
}
.news1 .contentin .date .slash{
    font-size: 1.125rem;
    color: #D6D6D6;
    line-height: 1.125rem;
    margin-top: 1.062rem;
    margin-bottom: 1.062rem;
}
.news1 .contentin .md{
    font-family: "OPPO_M";
    font-size: 2.25rem;
    color: #000000;
    line-height: 2.937rem;
}

.news1 .contentin .txt{
    width: 53.33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news1 .contentin .txt .t1{
    font-family: "OPPO_M";
    font-size: 1.375rem;
    color: #000000;
    line-height: 2.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news1 .contentin .txt .t2{
    font-size: 1.125rem;
    color: rgb(0, 0, 0, 0.8);
    line-height: 2.25rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news1 .contentin .txt .more{
    width: 9.625rem;
    height: 3rem;
    background: #F58F5D;
    font-family: "OPPO_M";
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}
.news1 .content:hover{
    background: #F7F7F7;
}

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

.fy a {
    border: 1px solid rgb(153, 153, 153, 0.3);
    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;
}

.fy a:hover {
    background-color: #D9251C;
    color: #fff;
    border: 1px solid #D9251C;
}

.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 #F58F5D;
    background-color: #F58F5D;
    color: #fff;
}

.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: 2.25rem;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}
.second_content p,.second_content div,.second_content span,.second_content strong{
    font-size: 1.125rem;
    line-height: 2.25rem;
    margin-top:  1.25rem;
    margin-bottom: 1.25rem;
}

.article{
    margin-bottom: 6.25rem;
}

.products{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.products .list{
    
}
.products .list ul{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 3.33%;
    grid-row-gap: 2.5rem;
}
.products .list ul li{
    padding: .625rem 1.875rem;
    border-radius: 1.687rem;
    border: 1px solid #999999;
    font-size: 1.625rem;
    color: #999999;
    line-height: 2.125rem;
    cursor: pointer;
}
.products .list ul li.on{
    color: #D9251C;
    border-color: #D9251C;
}
.products .bottom{
    display: flex;
    grid-column-gap: 2.5%;
    margin-top: 3.75rem;
}
.products .bottom .product{
    width: 31.67%;
    border: .125rem solid #F0F0F0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.products .bottom .product img{
    width: 100%;
}
.products .bottom .product .txt{
    width: 100%;
    height: 5.875rem;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    background-color: #F0F0F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products .bottom .product .txt .t1{
    width: 35%;
    font-family: "OPPO_M";
    font-size: 1.625rem;
    color: #333333;
    line-height: 2.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products .bottom .product .txt .t2{
    width: 65%;
    font-size: 1.25rem;
    color: #999999;
    line-height: 1.625rem;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products .bottom .product:hover{
    border-color: #D9251C;
}
.products .bottom .product:hover .txt{
    background-color: #D9251C;
}
.products .bottom .product:hover .txt .t1{
    color: #fff;
}
.products .bottom .product:hover .txt .t2{
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    body {
        max-width: 640px;
        min-width: 320px;
        overflow-x: hidden;
        padding-bottom: 5.375rem;
    }
	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: #ffffff;
    }
    
    #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{
        display: flex;
        align-items: center;
        margin-left: 3%;
    }
    .m_logo .left .logopic{
        width: 3.625rem;
    }
    
    .m_logo .left .logo_txt{
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.625rem;
    }

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

    .m_logo .left .logo_txt2{
        font-family: youshe;
        font-size: 1.25rem;
        color: #999999;
        line-height: 1.25rem;
        margin-top: .5rem;
    }
    
    .m_logo .left .splid{
        width: .062rem;
        height: 2.625rem;
        background: rgb(0, 0, 0, 0.2);
        margin-left: 1.125rem;
        margin-right: 1.125rem;
    }
    
    .m_logo .right{
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 3%;
    }
    
    .xf {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 5.375rem;
    }

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

    .xf a:nth-child(2) {
        background: #fff;
        color: #D9251C;
    }
    
    .nav_wap {
        width: 2.5rem;
        height: 100%;
        display: block;
        z-index: 9999999;
    }

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

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

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

    .subNav:hover {
        color: #333333;
    }

    .currentDd {
        color: #fff
    }

    .currentDt {
    }

    .navContent {
        display: none;
    }

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

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

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

    .subNavHide {
        font-size: 2.5rem;
        color: #333;
        text-align: right;
        padding-right: 5%;
        padding: 8% 8% 0 8%;
    }
    
    .global_title{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .global_title .title{
        display: flex;
        align-items: flex-start;
    }
    .global_title .title .global_icon{
        width: 1.562rem;
        margin-top: .875rem;
        margin-right: .625rem;
    }
    .global_title .title .global_icon:nth-last-of-type(1){
        align-self: flex-end;
        margin-bottom: .875rem;
        margin-left: .625rem;
        margin-right: 0;
    }
    .global_title .title .txt{
        font-family: "OPPO_B";
        font-size: 2.625rem;
        color: #333333;
        line-height: 3.75rem;
    }
    .global_title .sub{
        font-size: 1.625rem;
        color: #999999;
        line-height: 2.125rem;
        margin-top: 1rem;
    }
    .global_title.v1 .title .txt,
    .global_title.v1 .sub{
        color: #fff;
    }
    
    .second_global_title,
    .second_global_title1{
        width: 90%;
    }

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

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

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

    .m_banner img{
        display: block;
        object-fit: cover;
    }
    .m_banner .swiper-pagination{
        position: absolute;
        left: 50%;
        bottom: 2.5rem;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        grid-column-gap: .625rem;
    }
    .m_banner .swiper-pagination .swiper-pagination-bullet{
        width: .5rem;
        height: .5rem;
        background: #FFFFFF;
        border-radius: 0;
        opacity: 0.4;
    }
    .m_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 2.5rem;
        opacity: 1;
    }
    
    
    .m_idx1{
        width: 95%;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    .m_idx1 .global_title{
        align-items: flex-start;
        align-self: flex-start;
    }
    .m_idx1 .content{
        width: 100%;
        margin-top: 2.5rem;
    }
    .m_idx1 .content .swiper-slide,
    .m_idx1 .content .blk{
        width: 100%;
    }
    .m_idx1 .content .blk .txt{
        font-size: 1.6rem;
        color: #333333;
        line-height: 2.8rem;
    }
    .m_idx1 .content .blk img{
        width: 100%;
        margin-top: 1.875rem;
    }
    .m_idx1 .swiper-pagination{
        position: static;
        width: 100%;
        display: flex;
        justify-content: center;
        grid-column-gap: .312rem;
        margin-top: 2.5rem;
    }
    .m_idx1 .swiper-pagination .swiper-pagination-bullet{
        width: 1.875rem;
        height: .25rem;
        background: #F0F0F0;
        border-radius: 0;
        opacity: 1;
    }
    .m_idx1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #D9251C;
    }

    .idx2{
        padding-top: 3.75rem;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .idx2::before{
        content: "";
        width: 100%;
        height: 36.875rem;
        background-color: #F7F7F7;
        position: absolute;
        top: 0;
        left: 0;
    }
    .idx2 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .idx2 .content .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx2 .content .left .t1{
        width: 100%;
        font-family: "OPPO_M";
        font-size: 1.625rem;
        color: #F58F5D;
        line-height: 2.125rem;
        margin-bottom: 1.25rem;
    }
    .idx2 .content .left .global_title{
        width: 100%;
        align-items: flex-start;
    }
    .idx2 .content .left .list{
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-row-gap: 2.5rem;
        margin-top: 4.375rem;
    }
    .idx2 .content .left .list .l{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .idx2 .content .left .list .l .num{
        width: 2.5rem;
        height: 2.5rem;
        background: #D9251C;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "OPPO_M";
        font-size: 1.4rem;
        color: #FFFFFF;
        line-height: 1.4rem;
        margin-right: 1rem;
        margin-top: .312rem;
    }
    .idx2 .content .left .list .l .txt{
        width: 90%;
        font-size: 1.6rem;
        color: #333333;
        line-height: 2.8rem;
        text-align: justify;
    }
    .idx2 .content .right{
        width: 85%;
        margin-left: 2.5%;
        margin-top: 2.5rem;
        align-self: flex-start;
        position: relative;
        z-index: 1;
    }
    .idx2 .content .right::after{
        content: "";
        width: 33.87%;
        height: 88.14%;
        background: #F58F5D;
        position: absolute;
        right: -8.47%;
        bottom: -5.08%;
        z-index: -1;
    }
    
    .idx3{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx3 .content{
        width: 95%;
        position: relative;
        margin-top: 2.5rem;
    }
    .idx3 .content .swiper-slide,
    .idx3 .content .blk,
    .idx3 .content .blk .pic{
        width: 100%;
    }
    .idx3 .content .blk{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .idx3 .content .blk .txt{
        flex-grow: 1;
        width: 100%;
        height: auto;
        background-color: #D9251C;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        box-sizing: border-box;
        font-size: 1.6rem;
        color: #FFFFFF;
        line-height: 2.8rem;
        text-align: justify;
    }
    .idx3 .btns{
        width: 10rem;
        height: 3.125rem;
        display: flex;
        justify-content: space-between;
        position: static;
        top: 12.812rem;
        left: 50%;
        transform: none;
        z-index: 1;
        pointer-events: none;
        margin: 0 auto;
        margin-top: 2.5rem;
    }

    .idx3 .btns .swiper-button-prev,
    .idx3 .btns .swiper-button-next{
        width: 3.125rem;
        height: 3.125rem;
        pointer-events: auto;
    }
    
    .idx4{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        background-color: #F7F7F7;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx4 .content{
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        grid-row-gap: 3.75rem;
        margin-top: 2.5rem;
    }
    .idx4 .content .blk{
        width: 48%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx4 .content .blk .num{
        font-family: "OPPO_M";
        font-size: 1.4rem;
        color: #D9251C;
        line-height: 1.8rem;
        border-top: 1px solid #D9251C;
        border-bottom: 1px solid #D9251C;
    }
    .idx4 .content .blk .txt{
        font-size: 1.6rem;
        color: #333333;
        line-height: 2.8rem;
        height: auto;
        text-align: center;
        margin-top: 1.25rem;
    }
    .idx4 .content .blk .pic{
        width: 81.81%;
        border: .125rem solid #E0E0E0;
        border-radius: 50%;
        padding: 11.11%;
        box-sizing: border-box;
        margin-top: auto;
    }
    .idx4 .content .blk .pic img{
        border-radius: 50%;
    }
    .idx4 .content .blk .splid{
        width: .25rem;
        height: 1.875rem;
        background: transparent;
        position: relative;
        margin-top: .625rem;
        margin-bottom: 2.062rem;
    }
    .idx4 .content .line{
        width: 1px;
        height: 25rem;
        margin-top: 1.25rem;
        margin-bottom: 2.5rem;
        background-color: #E0E0E0;
    }
    .idx4 .content .blk.active .pic{
        background-color: #F58F5D;
        border-color: transparent;
    }
    .idx4 .content .blk.active .splid{
        background: #F58F5D;
    }
    
    .idx5{
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-image: url("/img/m_idx5_bg1.jpg");
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx5 .content{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .idx5 .content .blk{
        width: 95%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 2.5rem;
        padding-bottom: 3.75rem;
        box-sizing: border-box;
        background-image: url("/img/idx5_bg2.jpg");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx5 .content .blk .global_title{
        align-items: flex-start;
    }
    .idx5 .content .blk .list{
        width: 100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        box-sizing: border-box;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.875rem;
        margin-top: 2.5rem;
    }
    .idx5 .content .blk .list .l{
        display: flex;
        align-items: flex-start;
        padding-bottom: 1.875rem;
        border-bottom: 1px solid #F0F0F0;
    }
    .idx5 .content .blk .list .l:last-child{
        padding-bottom: 0;
        border-bottom: none;
    }
    .idx5 .content .blk .list .l .icon{
        width: 3.75rem;
        margin-top: .375rem;
    }
    .idx5 .content .blk .list .l .txt{
        font-size: 1.6rem;
        color: #333333;
        line-height: 2.8rem;
        margin-left: 1.25rem;
    }

    .idx6{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx6 .content{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2.5rem;
    }
    .idx6 .content .tabs{
        width: 95%;
        display: flex;
        justify-content: center;
        grid-column-gap: 1.5%;
    }
    .idx6 .content .tabs .tab{
        padding: .625rem .625rem;
        border-radius: .937rem;
        border: 1px solid #999999;
        box-sizing: border-box;
        font-size: 1.625rem;
        color: #999999;
        line-height: 2.125rem;
        text-align: center;
        cursor: pointer;
    }
    .idx6 .content .tabs .tab.active{
        color: #D9251C;
        border-color: #D9251C;
    }
    .idx6 .tabContainer{
        width: 95%;
        margin-top: 3.75rem;
    }
    .idx6 .tabContainer .c{
        display: none;
        position: relative;
    }
    .idx6 .tabContainer .c.active{
        width: 100%;
        display: block;
    }
    .idx6 .tabContainer .c .swiper-slide{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .idx6 .tabContainer .c .blk{
        width: 70%;
        border: .125rem solid #D9251C;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx6 .tabContainer .c .blk img{
        width: 100%;
    }
    .idx6 .tabContainer .c .blk .txt{
        width: 100%;
        height: 5.875rem;
        padding-left: 2.5%;
        padding-right: 2.5%;
        box-sizing: border-box;
        background-color: #D9251C;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .idx6 .tabContainer .c .blk .txt .t1{
        width: 30%;
        font-family: "OPPO_M";
        font-size: 1.8rem;
        color: #fff;
        line-height: 3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .idx6 .tabContainer .c .blk .txt .t2{
        width: 70%;
        font-size: 1.5rem;
        color: rgba(255, 255, 255, 0.8);
        line-height: 2.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .idx6 .tabContainer .c .blk:hover{
        border-color: #D9251C;
    }
    .idx6 .tabContainer .c .blk:hover .txt{
        background-color: #D9251C;
    }
    .idx6 .tabContainer .c .blk:hover .txt .t1{
        color: #fff;
    }
    .idx6 .tabContainer .c .blk:hover .txt .t2{
        color: rgba(255, 255, 255, 0.8);
    }

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

    .idx6 .btns .swiper-button-prev,
    .idx6 .btns .swiper-button-next{
        width: 3.125rem;
        height: 3.125rem;
        pointer-events: auto;
    }
    
    .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%;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        margin-top: 3.75rem;
    }
    .idx7 .content .mid{
        width: 100%;
        position: static;
        top: 50%;
        left: 50%;
        transform: none;
    }
    .idx7 .left,
    .idx7 .right{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        grid-row-gap: 0;
        margin-top: 2.5rem;
    }
    .idx7 .blk{
        position: relative;
    }
    .idx7 .blk .cn{
        font-family: "OPPO_M";
        font-size: 1.8rem;
        color: #FFFFFF;
        line-height: 2.8rem;
    }
    .idx7 .blk .en{
        font-size: 1.125rem;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.5rem;
        margin-top: 1rem;
    }
    .idx7 .blk{
        padding-left: 1.625rem;
    }
    .idx7 .right .blk{
        padding-right: 0;
        align-self: flex-start;
    }
    .idx7 .right .blk .cn,
    .idx7 .right .blk .en{
        text-align: left;
    }
    .idx7 .content .blk::before{
        content: "";
        width: .375rem;
        height: 3.75rem;
        background-color: #D9251C;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .idx7 .content .right .blk::after{
        display: none;
        content: "";
        width: .375rem;
        height: 3.75rem;
        background-color: #D9251C;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .idx8{
        padding-top: 3.75rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .idx8 .global_title.wap{
        display: flex;
    }
    .idx8 .content{
        width: 95%;
        position: relative;
        margin-top: 2.5rem;
    }
    .idx8 .content .swiper-slide{
        width: 100%;
    }
    .idx8 .content .blk{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .idx8 .content .blk .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .idx8 .content .blk .right .pic{
        width: 100%;
        position: relative;
        margin-top: 0;
    }
    .idx8 .content .blk .right .t3{
        font-size: 1.6rem;
        color: #333333;
        line-height: 2.8rem;
        margin-top: 3.75rem;
    }
    .idx8 .content .blk .right .pic .bar{
        width: 80%;
        height: 4.125rem;
        background-color: #D9251C;
        font-family: "OPPO_M";
        font-size: 1.8rem;
        color: #FFFFFF;
        line-height: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) translateY(50%);
    }
    .idx8 .btns{
        width: 10rem;
        height: 3.125rem;
        display: flex;
        justify-content: space-between;
        z-index: 1;
        pointer-events: none;
        position: static;
        bottom: 2.375rem;
        left: 0;
        pointer-events: none;
        margin: 0 auto;
        margin-top: 2.5rem;
    }

    .idx8 .btns .swiper-button-prev,
    .idx8 .btns .swiper-button-next{
        width: 3.125rem;
        height: 3.125rem;
        pointer-events: auto;
    }
    
    .idx9{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx9 .content{
        width: 95%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 2.312rem;
    }
    .idx9 .content .blk{
        width: 32%;
        height: 21.312rem;
        padding-bottom: 2.5rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("/img/m_idx9_bg1.jpg");
        background-position: bottom center;
        background-size: 100% 81.5%;
        background-repeat: no-repeat;
    }
    .idx9 .content .blk:nth-child(odd){
        margin-top: 1.875rem;
    }
    .idx9 .content .blk .icon{
        width: 67.74%;
    }
    .idx9 .content .blk .t1{
        width: 95%;
        font-family: "OPPO_M";
        font-size: 1.6rem;
        color: #333333;
        line-height: 2.8rem;
        text-align: center;
        margin-top: 1.687rem;
    }
    .idx9 .content .blk .t2{
        width: 95%;
        font-size: 1.4rem;
        color: #999999;
        line-height: 2rem;
        text-align: center;
        margin-top: .625rem;
    }
    .idx9 .content .blk.active{
        background-image: url("/img/m_idx9_bg1a.jpg");
    }
    .idx9 .content .blk.active .icon img:first-child,
    .idx9 .content .blk .icon img:last-child{
        display: none;
    }
    .idx9 .content .blk.active .icon img:last-child{
        display: block;
    }
    .idx9 .content .blk.active .t1{
        color: #fff;
    }
    .idx9 .content .blk.active .t2{
        color: rgba(255, 255, 255, 0.8);
    }

    .m_idx10{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        background-image: url("/img/idx10_bg1.jpg");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m_idx10.about{
        margin-top: 3.125rem;
    }
    .m_idx10 .content{
        width: 95%;
        margin-top: 2.5rem;
    }
    .m_idx10 .content .top,
    .m_idx10 .content .top img{
        width: 100%;
    }
    .m_idx10 .content .bottom{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin-top: .625rem;
    }
    .m_idx10 .content .bottom .left{
        width: 51.72%;
    }
    .m_idx10 .content .bottom .left img{
        width: 100%;
    }
    .m_idx10 .content .bottom .right .more{
        width: 100%;
        height: 38.3%;
        background-color: #D9251C;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        color: #FFFFFF;
        line-height: 3rem;
    }
    .m_idx10 .content .bottom .right{
        width: 46.55%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .m_idx10 .content .bottom .right img{
        width: 100%;
    }
    
    .idx11{
        padding-top: 3.75rem;
        padding-bottom: 5rem;
        background-image: url("/img/m_idx11_bg1.jpg");
        background-position: bottom center;
        background-size: 95% auto;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idx11 .content{
        width: 100%;
        margin-top: 3.125rem;
    }
    .idx11 .content .swiper-slide{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .idx11 .content .swiper-slide img{
        width: 60%;
    }
    .idx11 .btns{
        width: 95%;
        height: 3.125rem;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        pointer-events: none;
    }

    .idx11 .btns .swiper-button-prev,
    .idx11 .btns .swiper-button-next{
        width: 3.125rem;
        height: 3.125rem;
        pointer-events: auto;
    }
    
    .m_idx12{
        padding-top: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .m_idx12 .warnning{
        font-size: 1.125rem;
        color: red;
        position: absolute;
        right: 6%;
        bottom: -3%;
    }
    .m_idx12 .global_title .title{
        text-align: center;
    }
    .m_idx12 .content{
        width: 95%;
        margin-top: 2.5rem;
        position: relative;
    }
    .m_idx12 .content .left{
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .m_idx12 .content .left .swiper-slide{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        grid-row-gap: 3.75rem;
    }
    .m_idx12 .content .left .blk .r1{
        display: flex;
        align-items: center;
    }
    .m_idx12 .content .left .blk .r1 .t{
        font-family: "OPPO_M";
        font-size: 1.8rem;
        color: #333333;
        line-height: 3rem;
    }
    .m_idx12 .content .left .blk .r2{
        font-size: 1.6rem;
        color: #999999;
        line-height: 2.8rem;
    }
    .m_idx12 .content .left .blk .r1 .line{
        width: 2.5rem;
        height: .125rem;
        background: #D9251C;
        margin-left: 1.25rem;
    }
    .m_idx12 .content .left .blk .r1 .t{
        color: #D9251C;
    }
    .m_idx12 .btns{
        width: 8.75rem;
        height: 3.125rem;
        display: flex;
        justify-content: space-between;
        z-index: 1;
        pointer-events: none;
        margin-top: 2.5rem;
    }
    .m_idx12 .btns .swiper-button-prev,
    .m_idx12 .btns .swiper-button-next{
        width: 3.125rem;
        height: 3.125rem;
        pointer-events: auto;
    }
    .m_idx12 .content .right{
        width: 100%;
        padding-bottom: 14.375rem;
        position: relative;
    }
    .m_idx12 .content .right .pic1{
        width: 100%;
    }
    .m_idx12 .content .right .pic2{
        width: 48.28%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .m_idx13{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m_idx13 .warnning{
        color: red;
        font-size: 1.5rem;
        margin-top: 1.25rem;
    }
    .m_idx13 .content{
        width: 95%;
        margin-top: 2.5rem;
    }
    .m_idx13 .content .swiper-slide{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        grid-column-gap: 2.4%;
    }
    .m_idx13 .content .swiper-slide .blk:nth-child(even){
        margin-top: 3.5rem;
    }
    .m_idx13 .content .swiper-slide .blk{
        width: 11.5rem;
        height: 11.5rem;
        border-radius: 50%;
        background-color: #F0F0F0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .m_idx13 .content .swiper-slide .blk .txt{
        width: 9.75rem;
        height: 9.75rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.625rem;
        color: #333333;
        line-height: 2.125rem;
        text-align: center;
        border: 1px solid rgba(153, 153, 153, 0.4);
    }
    .m_idx13 .content .swiper-slide .blk.active{
        background-color: #F58F5D;
    }
    .m_idx13 .content .swiper-slide .blk.active .txt{
        color: #fff;
        border-color: rgb(255, 255, 255, 0.8);
    }
    .m_idx13 .swiper-pagination{
        position: static;
        align-self: flex-end;
        display: flex;
        justify-content: center;
        grid-column-gap: 1rem;
        margin-top: 3.75rem;
    }
    .m_idx13 .swiper-pagination .swiper-pagination-bullet{
        width: .5rem;
        height: .5rem;
        background: #E6E6E6;
        border-radius: 0;
        opacity: 1;
    }
    .m_idx13 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 3.75rem;
        background: #D9251C;
    }
    
    .idx14{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background-color: #F7F7F7;
    }
    .idx14 .global_title{
        align-items: center;
    }
    .idx14 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .idx14 .content .left{
        width: 100%;
        margin-top: 2.5rem;
    }
    .idx14 .content .left .t1{
        font-size: 1.6rem;
        color: #333333;
        line-height: 2.8rem;
        text-align: justify;
    }
    .idx14 .content .left .t2{
        font-size: 1.6rem;
        color: #333333;
        line-height: 2.8rem;
        text-align: justify;
        margin-top: 2.5rem;
    }
    .idx14 .content .left .more{
        width: 10.187rem;
        height: 3rem;
        background: #F58F5D;
        font-size: 1.4rem;
        color: #FFFFFF;
        line-height: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-top: 2.5rem;
    }
    .idx14 .content .right.wap{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 2.5rem;
    }
    .idx14 .content .right .pic1{
        width: 48.28%;
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.25rem;
        margin-top: 9rem;
    }
    .idx14 .content .right .pic1 img:last-child,
    .idx14 .content .right .pic2 img{
        border-bottom-right-radius: 2.5rem;
    }
    .idx14 .content .right .pic1 img:first-child{
        border-top-left-radius: 2.5rem;
    }
    .idx14 .content .right .pic2{
        width: 48.28%;
    }
    
    .m_news{
        padding-top: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_news .content{
        width: 95%;
        margin-top: 1.25rem;
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.25rem;
    }

    .m_news .content .sec{
        width: 100%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        padding-left: 3.45%;
        padding-right: 5.17%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        background-color: #F5F5F5;
        box-sizing: border-box;
    }
    
    .m_news .content .sec .pic{
        width: 33.96%;
        height: auto;
        object-fit: cover;
    }
    
    .m_news .content .sec .right{
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .m_news .content .sec .right .date{
        font-size: 1.4rem;
        color: rgba(51, 51, 51, 0.5);
        line-height: 1.687rem;
    }
    .m_news .content .sec .right .t1{
        font-weight: 500;
        font-size: 1.7rem;
        color: #171717;
        line-height: 2.4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .m_news .content .sec .right .t2{
        font-size: 1.5rem;
        color: #333333;
        line-height: 2.4rem;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        margin-top: .625rem;
    }
    .m_news .content .sec .right img{
        width: 2rem;
        margin-top: 1.5rem;
    }

    .m_contact{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .m_contact form{
        width: 95%;
    }

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

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

    .m_contact .feedback textarea{
        width: 90%;
        height: 8.75rem;
        border: none;
        background-color: #F4F4F4;
        padding-left: 2.5rem;
        padding-top: 1.187rem;
        font-size: 1.5rem;
        color: #333333;
        resize: none;
        box-sizing: border-box;
    }
    
    .m_contact .feedback button{
        width: 46%;
        height: 4.375rem;
        background: #D9251C;
        border: none;
        font-family: "OPPO_M";
        font-size: 1.6rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.5rem;
    }
	
    .m_footer{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_footer .top{
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
    
    .m_footer .bottom{
        width: 100%;
        background-color: #D9251C;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3.75rem;
        padding-bottom: 5rem;
    }
    
    .m_footer .bottom .lianxi{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-row-gap: 1.25rem;
        margin-bottom: 2.5rem;
    }
    .m_footer .bottom .lianxi img{
        width: 3rem;
    }
    .m_footer .bottom .lianxi:first-child .txt{
        font-size: 3rem;
        line-height: 3.937rem;
        letter-spacing: .062rem;
    }
    
    .m_footer .bottom .lianxi .txt{
        font-size: 1.75rem;
        color: #FFFFFF;
        line-height: 3.125rem;
        text-align: center;
    }
    
    .m_footer .qrcode{
        width: 100%;
        display: flex;
        justify-content: center;
        grid-column-gap: 12.5%;
        margin-top: 1.25rem;
    }
    
    .m_footer .qrcode .qc{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.4rem;
        color: #fff;
        line-height: 1.4rem;
    }
    
    .m_footer .qrcode .qc .bg{
        width: 9.625rem;
        height: 9.625rem;
        background-image: url("/img/qrcode_bg1.png");
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem;
    }
    
    .m_footer .qrcode img{
        width: 7.625rem;
        border-radius: .312rem;
    }
    

    
    .about1{
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        background-color: #F7F7F7;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3.125rem;
    }
    .about1 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .about1 .content .left{
        width: 100%;
        position: relative;
    }
    .about1 .content .left .pic{
        width: 100%;
        border-bottom-right-radius: 2.5rem;
    }
    .about1 .content .left .b{
        width: 56%;
        height: 60.32%;
        padding: 1.875rem 7%;
        box-sizing: border-box;
        border-bottom-right-radius: 2.5rem;
        background-color: #F58F5D;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .about1 .content .left .b .r1{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .about1 .content .left .b .r1 .txt{
        font-family: "OPPO_M";
        font-size: 2.25rem;
        color: #FFFFFF;
        line-height: 2.5rem;
        writing-mode: vertical-rl;
        letter-spacing: 1px;
        position: relative;
    }
    .about1 .content .left .b .r1 .txt::before{
        content: "";
        width: .562rem;
        height: .875rem;
        background-image: url("/img/about1_icon1.png");
        background-size: 100% 100%;
        position: absolute;
        top: -.125rem;
        left: -.125rem;
    }
    .about1 .content .left .b .r1 .txt::after{
        content: "";
        width: .562rem;
        height: .875rem;
        background-image: url("/img/about1_icon1.png");
        background-size: 100% 100%;
        position: absolute;
        right: -.125rem;
        bottom: -.125rem;
    }
    .about1 .content .left .b .r1 .txt1{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .about1 .content .left .b .r1 .txt1 img{
        width: 80%;
        margin-right: 1rem;
    }
    .about1 .content .left .b .r1 .txt1 .t{
        font-size: 1.6rem;
        color: #FFFFFF;
        line-height: 2.8rem;
        margin-top: 1rem;
    }
    .about1 .content .left .b .r2{
        width: 100%;
        margin-top: 1.25rem;
    }
    .about1 .content .left .b .r2 .t1{
        font-family: "OPPO_M";
        font-size: 2.5rem;
        color: #FFFFFF;
        line-height: 3.312rem;
    }
    .about1 .content .left .b .r2 .t2{
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 2rem;
        margin-top: .812rem;
    }
    .about1 .content .right{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 2.5rem;
    }
    .about1 .content .right .r1{
        font-family: "OPPO_M";
        font-size: 2.25rem;
        color: #333333;
        line-height: 2.937rem;
    }
    .about1 .content .right .splid{
        width: 3.75rem;
        height: .125rem;
        background: #D9251C;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
    .about1 .content .right .r2{
        font-size: 1.8rem;
        color: #D9251C;
        line-height: 3rem;
        text-align: justify;
    }
    .about1 .content .right .r3{
        font-size: 1.6rem;
        color: #666666;
        line-height: 2.8rem;
        text-align: justify;
        margin-top: 2.5rem;
    }
    .about1 .content .right .r4{
        width: 10.187rem;
        height: 3rem;
        background: #D9251C;
        font-size: 1.4rem;
        color: #FFFFFF;
        line-height: 1.5rem;
        align-self: flex-end;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.75rem;
    }
    
    .about2{
        padding-top: 5rem;
        padding-bottom: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        background-image: url("/img/about2_bg1.jpg");
        background-position: bottom center;
        background-repeat: no-repeat;
    }
    .about2 .flower{
        display: none;
    }
    .about2 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about2 .content .txt{
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.25rem;
        margin-top: 2.5rem;
    }
    .about2 .content .txt p{
        font-weight: 500;
        font-size: 1.6rem;
        color: #333333;
        line-height: 2.5rem;
        text-align: justify;
    }
    .about2 .content .pic{
        width: 100%;
        margin-top: 0;
    }
    
    .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{
        display: none;
    }
    .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.125rem;
        padding-bottom: 2.5rem;
        grid-row-gap: 3.125rem;
    }
    .news1 .content{
        width: 95%;
        display: flex;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        grid-row-gap: 2.5rem;
    }

    .news1 .contentin{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .news1 .contentin .pic{
        width: 100%;
    }
    .news1 .contentin .mdate{
        display: block;
        font-weight: 500;
        font-size: 1.4rem;
        color: rgb(0, 0, 0, 0.4);
        line-height: 1.937rem;
        align-self: flex-start;
        margin-top: 1.25rem;
    }
    .news1 .contentin .date{
        display: none;
        
    }
    .news1 .contentin .date .md{
        font-weight: 500;
        font-size: 2.25rem;
        color: #000000;
        line-height: 3.187rem;
    }
    .news1 .contentin .date .slash{
        font-size: 1.125rem;
        color: #D6D6D6;
    }

    .news1 .contentin .year{
        font-weight: 500;
        font-size: 1.375rem;
        color: #000000;
        line-height: 1.937rem;
    }

    .news1 .contentin .txt{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 3.125rem;
    }
    .news1 .contentin .txt .t1{
        font-size: 1.8rem;
        line-height: 2.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news1 .contentin .txt .t2{
        font-size: 1.6rem;
        line-height: 3.2rem;
        margin-top: 1.25rem;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .news1 .contentin .txt .more{
        width: 9.625rem;
        height: 3rem;
        font-size: 1.4rem;
        color: #FFFFFF;
        line-height: 1.625rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.25rem;
    }
    .news1 .content:hover{
        background: none;
    }
    
    
    .article{
        width: 92%;
        margin-bottom: 6.25rem;
        padding-left: 4%;
        padding-right: 4%;
    }
    
    .bmap{
        width: 90%;
        border-radius: 1.25rem;
        height: 32.5rem;
        margin: 0 auto;
        margin-bottom: 3.125rem;
    }
    .BMapLabel{
        border: none !important;
    }
    .maplabel{
        font-family: 'Noto Serif SC', 'Noto Serif SC';
        font-size: 1.5rem;
        padding: .625rem;
        line-height: 2.25rem;
    }
    
    .contact1{
        width: 100%;
        margin-top: 3.125rem;
        margin-bottom: 3.125rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .contact1 .blk{
        width: 95%;
        height: 20rem;
/*        padding-top: 2.5rem;*/
        padding-left: 10%;
        padding-right: 10%;
        border: 1px solid #E6E6E6;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact1 .blk .t1{
        font-size: 1.875rem;
        color: #333333;
    }

    .contact1 .blk .icon{
        width: 3.75rem;
    }

    .contact1 .blk .t2{
        font-size: 1.6rem;
        color: #999999;
        margin-top: 1.25rem;
    }

    .contact1 .blk.active .icon img:first-child,
    .contact1 .blk .icon img:last-child{
        display: none;
    }

    .contact1 .blk.active .icon img:last-child{
        display: block;
    }
    .contact1 .blk.active .t1,
    .contact1 .blk.active .t2{
        color: #fff;
    }
    
    .joinus1 .content{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 4.75rem;
    }

    .joinus1 .content .blk{
        width: 46%;
        height: 24rem;
        padding-left: 1%;
        padding-right: 1%;
        background-color: #F7F7F7;
        border-radius: 1.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.25rem;
    }
    
    .joinus1 .content .blk:nth-child(1) img{
        width: 2.062rem;
        height: 1.937rem;
    }
    .joinus1 .content .blk:nth-child(2) img{
        width: 2.125rem;
        height: 1.937rem;
    }
    .joinus1 .content .blk:nth-child(3) img{
        width: 2.312rem;
        height: 2.187rem;
    }
    .joinus1 .content .blk:nth-child(4) img{
        width: 2.125rem;
        height: 2.5rem;
    }
    
    .products{
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .products .list{
        width: 95%;
    }
    .products .list ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-column-gap: 3.33%;
        grid-row-gap: 2.5rem;
    }
    .products .list ul li{
        padding: .625rem 1.875rem;
        border-radius: 1.687rem;
        border: 1px solid #999999;
        font-size: 1.625rem;
        color: #999999;
        line-height: 2.125rem;
        cursor: pointer;
    }
    .products .list ul li.on{
        color: #D9251C;
        border-color: #D9251C;
    }
    .products .bottom{
        width: 95%;
        display: flex;
        flex-direction: column;
        grid-column-gap: 0;
        grid-row-gap: 2.5rem;
        margin-top: 2.5rem;
    }
    .products .bottom .product{
        width: 100%;
        border: .125rem solid #F0F0F0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .products .bottom .product img{
        width: 100%;
    }
    .products .bottom .product .txt{
        width: 100%;
        height: 5.875rem;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
        background-color: #F0F0F0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .products .bottom .product .txt .t1{
        width: 35%;
        font-family: "OPPO_M";
        font-size: 1.8rem;
        color: #333333;
        line-height: 3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .products .bottom .product .txt .t2{
        width: 65%;
        font-size: 1.5rem;
        color: #999999;
        line-height: 2.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .products .bottom .product:hover{
        border-color: #D9251C;
    }
    .products .bottom .product:hover .txt{
        background-color: #D9251C;
    }
    .products .bottom .product:hover .txt .t1{
        color: #fff;
    }
    .products .bottom .product:hover .txt .t2{
        color: rgba(255, 255, 255, 0.8);
    }
    .syp{font-size: 1.4rem}
    .second_title_h1{
        font-size: 2.5rem;
        line-height: 3.312rem;
        font-weight: bold;
        margin-top: 3.125rem;
        text-align: center;
    }

    .second_content{
        font-size: 1.5rem;
        line-height: 2.25rem;
        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.25rem;
        margin-top:  1.25rem;
        margin-bottom: 1.25rem;
    }
}

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