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

body {
    height: auto;
+ overflow: hidden;
font-family: "Noto Sans SC", "Noto Sans SC";
    font-weight: 400;
}

.wap{
    display: none;
}

#content{
    margin-top: 9.375rem;
}

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

.nav_wap{
    display: none;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5.625rem;
    position: relative;
    z-index: 1;
}

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


.logo .left .splid{
    width: .125rem;
    height: 2.5rem;
    background: #4993DA;
    border-radius: .187rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.logo .left .logopic{
    
   
}


.logo .left .logo_txt{
    font-size: 1.375rem;
    color: #333333;
    line-height: 1.375rem;
    margin-left: 1.062rem;
}

.logo .left .logo_txt .t1{
    font-size: 1.5rem;
    color: #068747;
    line-height: 1.5rem;
    margin-top: 2.875rem;
}

.logo .left .logo_txt .t2{
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.25rem;
    margin-top: .375rem;
}

.logo .right{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    background-color: #fff;
}

.logo .right img{
    width: 2.625rem;
    height: 2.625rem;
}

.logo .right .logo_txt{
    display: flex;
    align-items: center;
    margin-left: .5rem;
}

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

.logo .right .logo_txt .t2{
    font-family: Gotham_b;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.5rem;
    margin-left: .375rem;
}

.logoout .end{
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

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

/*
.logo .right .logo_txt2{
    font-family: "Noto Sans SC";
    font-size: 1.625rem;
    color: #1296DB;
    line-height: 1.625rem;
    margin-left: .5rem;
}
*/


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

#nav{
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-image: url("/img/nav_bg.png");
    background-size: 100% 100%;
    z-index: 1;
}


#nav li{
    font-weight: 400;
    font-family: "Noto Sans SC";
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#nav li:first-child{
    margin-left: 4.187rem;
}

#nav li:last-child{
    margin-right: 4.437rem;
}

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

#nav li a .bkg{
    display: none;
}

#nav li.on a{
    font-weight: bold;
}

/*
#nav li a.on .bkg{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.687rem;
    width: 2.312rem;
    height: .187rem;
    background-image: url("/img/nav_splid.png");
    background-size: 100% 100%;
}
*/


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

.nav_wap, .subNavBox {
    display: none;
}

.banner{
    position: relative;
    z-index: 1;
}

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

.banner .swiper-pagination{
    position: absolute;
    bottom: 2.875rem;
    left: 50%;
    transform: translateX(-50%);
}

.banner .swiper-pagination .swiper-pagination-bullet{
    width: 5.625rem;
    height: .187rem;
    background: #fff;
    border-radius: 0;
    margin-left: .125rem;
    margin-right: .125rem;
    opacity: 1;
}
    
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #D7000F;
}

.banner .btns{
    width: 90%;
    height: 3.062rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.banner .btns .swiper-button-prev{
    width: 3.062rem;
    height: 3.062rem;
    background-image: url("/img/banner_arrow.png");
    background-size: 100% 100%;
}

.banner .btns .swiper-button-next{
    width: 3.062rem;
    height: 3.062rem;
    background-image: url("/img/banner_arrow.png");
    background-size: 100% 100%;
    transform: rotate(180deg)
}

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

.global_title .title{
    display: flex;
    align-items: flex-end;
    font-weight: 500;
    font-size: 3.125rem;
    color: #333333;
    line-height: 3.125rem;
}

.global_title .title img:first-child{
    width: 21.812rem;
    height: 1.062rem;
    margin-right: 1.5rem;
}

.global_title .title img:last-child{
    width: 21.75rem;
    height: 1.062rem;
    margin-left: 1.5rem;
}

.global_title .sub{
    font-weight: 400;
    font-size: 1.5rem;
    color: #666666;
    line-height: 1.5rem;
    margin-top: 1.312rem;
}


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

.global_title1 .title{
    font-family: "Noto Sans SC";
    text-align: center;
    font-size: 3.75rem;
    color: #fff;
    line-height: 4.187rem;
}

.global_title1 .title span{
    color: #ffffff;
}

.global_title1 .sub{
    font-family: "Noto Sans SC";
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.5rem;
    margin-top: .625rem;
}

.global_title1 .en{
    font-size: .875rem;
    color: #ffffff;
    line-height: .875rem;
    margin-top: 2.687rem;
}

.global_title1 img{
    width: 2.5rem;
    height: 1.375rem;
}

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

.idx1{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 3.687rem;
}

.idx1::before{
    content: "";
    width: 100%;
    height: 32.187rem;
    background-color: #F5F5F5;
    position: absolute;
    left: 0;
    top: 0;
}

.idx1 .content{
    width: 75rem;
    display: flex;
    position: relative;
    margin-left: -3.562rem;
}

.idx1 .content .pic{
    width: 30.687rem;
    height: 26.562rem;
    position: absolute;
    top: 7.312rem;
    left: -11.812rem;
    z-index: 10;
}

.idx1 .content .left{
    width: 34.75rem;
    height: 27.625rem;
}

.idx1 .content .right{
    margin-top: 4.875rem;
}

.idx1 .content .right .r1{
    display: flex;
    align-items: center;
}

.idx1 .content .right .r1 .txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.idx1 .content .right .r1 .txt .t1{
    font-weight: 400;
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    text-align: justify;
    white-space: nowrap;
}

.idx1 .content .right .r1 .txt .t2{
    font-weight: 400;
    font-size: 3.062rem;
    color: #333333;
    text-align: justify;
}

.idx1 .content .right .r1 .p1{
    width: 10.437rem;
    height: 5rem;
    margin-left: .875rem;
}

.idx1 .content .right .r1 .p2{
    width: 2.937rem;
    height: 5.437rem;
    margin-left: .5rem;
}

.idx1 .content .right .r2{
    display: flex;
    grid-column-gap: 1.875rem;
    margin-top: 3.375rem;
    margin-left: 2.5rem;
}

.idx1 .content .right .r2 .blk{
    width: 11.25rem;
    height: 11.25rem;
    background: #FCFCFC;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx1 .content .right .r2 .blk .icon{
    width: 2.312rem;
    height: 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.idx1 .content .right .r2 .blk .t1{
    font-weight: 500;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.5rem;
    margin-top: 1.312rem;
}

.idx1 .content .right .r2 .blk .t2{
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.25rem;
    margin-top: .5rem;
}

.idx1 .content .right .r2 .blk:hover .icon img:first-child,
.idx1 .content .right .r2 .blk .icon img:last-child{
    display: none;
}

.idx1 .content .right .r2 .blk:hover .icon img:last-child{
    display: block;
}

.idx1 .content .right .r2 .blk:hover{
    background: #8F2433;
}

.idx1 .content .right .r2 .blk:hover .t1,
.idx1 .content .right .r2 .blk:hover .t2{
    color: #fff;
}

.idx1 .content1{
    padding-top: 3.437rem;
    padding-bottom: 2.812rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/img/idx1_bg1.jpg");
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

.idx1 .content1 .r1{
    width: 30.375rem;
    height: 3.187rem;
}

.idx1 .content1 .r2{
    font-weight: 400;
    font-size: 1.75rem;
    color: #FFFFFF;
    line-height: 1.75rem;
    margin-top: 1.187rem;
}

.idx1 .content1 .r3{
    font-weight: 400;
    font-size: 1.562rem;
    color: #FFFFFF;
    line-height: 1.562rem;
    padding-top: .687rem;
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-right: .812rem;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    margin-top: 1.437rem;
}

.idx2{
    background-color: #F5F5F5;
    padding-top: 4.937rem;
    padding-bottom: 4.187rem;
}

.idx2 .content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-row-gap: 1.312rem;
    margin-top: 3.562rem;
}

.idx2 .content .blk{
    width: 17.687rem;
    height: 11.125rem;
    background: #FFFFFF;
    border-bottom: 5px solid #8F2433;
    border-right: 1px solid #CBCCCE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.idx2 .content .blk:nth-child(4),
.idx2 .content .blk:nth-child(8){
    border-right: none;
}

.idx2 .content .blk:hover{
    border-bottom-color: #000;
}

.idx2 .content .blk .t1{
    font-weight: 500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
}

.idx2 .content .blk .t2{
    font-weight: 400;
    font-size: 1.312rem;
    color: #333333;
    line-height: 1.312rem;
    margin-top: .875rem;
}

.idx2.joinus{
    background-color: #fff;
}
.idx2.joinus .content .blk{
    background: #000;
}
.idx2.joinus .content .blk:hover{
    background-color: #8F2433;
    border-bottom-color: #8F2433;
}
.idx2.joinus .content .blk .t1,
.idx2.joinus .content .blk .t2{
    color: #fff;
}

.idx3{
    padding-top: 4.25rem;
    padding-bottom: 4.562rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx3 .content {
    padding-bottom: 4.875rem;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.idx3 .content .v{
    width: 64rem;
    height: 43.875rem;
}
.idx3 .content .v video{
    object-fit: fill;
}

.idx3 .content .blk{
    width: 19.812rem;
    padding-left: 1.812rem;
    padding-top: 5.562rem;
    padding-bottom: 5.687rem;
    background-color: #F5F5F5;
    border-top: 11px solid #8F2433;
    border-bottom: 72px solid #8F2433;
    position: absolute;
    bottom: 0;
    left: 0;
}

.idx3 .content .blk .r1{
    font-weight: 500;
    font-size: 3.125rem;
    color: #333333;
    line-height: 3.125rem;
}

.idx3 .content .blk .r2{
    font-weight: 500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: 1rem;
}

.idx3 .content .blk .r3{
    font-size: 1.5rem;
    color: #666666;
    line-height: 1.5rem;
    margin-top: 1.25rem
}

.idx3 .content .blk .r4{
    width: 18.125rem;
    height: 1.062rem;
    margin-top: 1.437rem;
}

.idx3 .content .blk .r5{
    font-weight: 400;
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.437rem;
    margin-top: 3.75rem;
}

.idx3 .content .blk .r6{
    width: 5.562rem;
    height: 1.812rem;
    border-radius: .875rem;
    border: 1px solid #8F2433;
    font-weight: 400;
    font-size: 1rem;
    color: #8F2433;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.idx4{
    
}

.idx4 .content{
    padding-top: 5.875rem;
    width: 97.625rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.idx4 .content::before{
    content: "";
    width: 100%;
    height: 38rem;
    background-color: #F5F5F5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.idx4 .content .left{
    width: 60.437rem;
    height: 34.937rem;
    margin-top: 4.562rem;
}

.idx4 .content .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 2.125rem;
}

.idx4 .content .right .r1{
    width: 22.187rem;
    height: 6rem;
}

.idx4 .content .right .splid{
    width: 2rem;
    height: .187rem;
    background-color: #8F2433;
    margin-top: 1.312rem;
}

.idx4 .content .right .r2{
    font-weight: 500;
    font-size: 3.125rem;
    color: #333333;
    line-height: 3.5rem;
    margin-top: 4.312rem;
}

.idx4 .content .right .r3{
    font-weight: 400;
    font-size: 1.5rem;
    color: #666666;
    line-height: 1.5rem;
    margin-top: .937rem;
}

.idx4 .content .right .r4{
    display: flex;
    align-items: flex-end;
    margin-top: 2.437rem;
    position: relative;
}

.idx4 .content .right .r4 img{
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    left: -.625rem;
    bottom: -2px;
}

.idx4 .content .right .r4 .t{
    width: 24.375rem;
    height: 2.437rem;
    border-radius: 1.187rem;
    border: 1px solid #8F2433;
    text-indent: 3.625rem;
    font-weight: 400;
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.125rem;
    display: flex;
    align-items: center;
}

.idx4 .content .right .r5{
    display: flex;
    align-items: center;
    margin-top: 8.437rem;
}

.idx4 .content .right .r5 .txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.idx4 .content .right .r5 img{
    width: 2.562rem;
    height: 2.562rem;
    margin-left: .562rem;
}

.idx4 .content .right .r5 .txt .t1{
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.25rem;
}

.idx4 .content .right .r5 .txt .t2{
    font-family: Gotham_b;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.5rem;
    margin-top: .187rem;
}

.idx5{
    background-color: #F5F5F5;
}

.idx5 .content {
    width: 59.312rem;
    padding-left: 378px;
    padding-top: 9.437rem;
    padding-bottom: 11.125rem;
    background-color: #8F2433;
    position: relative;
}

.idx5 .content .pic{
    width: 35.875rem;
    height: 43.687rem;
    position: absolute;
    top: 50%;
    right: -14rem;
    transform: translateY(-50%);
}

.idx5 .content .r1{
    width: 24.375rem;
    height: 5.937rem;
}

.idx5 .content .splid{
    width: 2rem;
    height: .187rem;
    background: #FFFFFF;
    margin-top: 2.625rem;
}

.idx5 .content .r2{
    font-weight: 500;
    font-size: 3.125rem;
    color: #FFFFFF;
    line-height: 3.625rem;
    margin-top: 5.687rem;
}

.idx5 .content .r3{
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: .687rem;
}

.idx5 .content .r4{
    width: 25.187rem;
    font-weight: 100;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    margin-top: 5rem;
}

.idx6{
    padding-top: 3.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx6 .content{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.idx6 .content .left{
    width: 46.875rem;
    height: 28.187rem;
}

.idx6 .content .right{
    width: 29.625rem;
    height: 33rem;
    background-image: url("/img/idx6_bg1.jpg");
    background-size: 100% 100%;
    padding-right: 6.062rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: -7.562rem;
}

.idx6 .content .right .r1{
    font-weight: 500;
    font-size: 3.125rem;
    color: #FFFFFF;
    line-height: 3.125rem;
    margin-top: 8.375rem;
}

.idx6 .content .right .r2{
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: 1.312rem;
}

.idx6 .content .right .r3{
    width: 15.937rem;
    font-weight: 100;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    text-align: right;
    margin-top: 3.125rem;
}

.idx6 .content .right .r4{
    width: 18.125rem;
    height: 1.062rem;
    margin-top: 1.062rem;
}

.idx7{
    display: flex;
    justify-content: space-between;
    padding-top: 3.25rem;
    padding-bottom: 3.062rem;
}

.idx7 .blk{
    width: 24.062rem;
    border: 1px solid #8F2433;
}

.idx7 .blk:hover{
    border-color: #000;
}

.idx7 .blk:hover .txt{
    background-color: #000;
}

.idx7 .blk .pic{
    width: 100%;
    height: 37.062rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx7 .blk .txt{
    width: 100%;
    height: 9.312rem;
    padding-top: 2.187rem;
    background-color: #8F2433;
}

.idx7 .blk .txt .t1{
    font-weight: 500;
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    margin-left: 1.25rem;
}

.idx7 .blk .txt .t2{
    font-weight: 100;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    margin-left: 1.25rem;
    margin-top: .437rem ;
}

.idx8{
    display: flex;
    justify-content: center;
}

.idx8 .left{
    width: 51.875rem;
    height: 48.812rem;
    background-color: #F5F5F5;
    padding-left: 25.25rem;
}

.idx8 .left .r1{
    font-weight: 500;
    font-size: 3.125rem;
    color: #333333;
    line-height: 3.5rem;
    margin-top: 14.187rem;
}

.idx8 .left .r2{
    font-weight: 400;
    font-size: 1.5rem;
    color: #666666;
    line-height: 1.5rem;
    margin-top: 1.687rem;
}

.idx8 .left .r3{
    width: 18.125rem;
    height: 1.062rem;
    margin-top: 1.437rem;
}

.idx8 .left .r4{
    width: 22.5rem;
    font-weight: 400;
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.5rem;
    margin-top: 1.937rem;
    text-align: justify;
}

.idx8 .left .r5{
    width: 5.562rem;
    height: 1.812rem;
    border-radius: .875rem;
    border: 1px solid #8F2433;
    font-weight: 400;
    font-size: 1rem;
    color: #8F2433;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.562rem;
}

.idx8 .right{
    width: 66.5rem;
    height: 47.812rem;
    margin-top: 5.5rem;
    margin-left: -23.625rem;
}

.idx9{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5.187rem;
}
.idx9 .content{
    padding-top: 9.875rem;
    padding-bottom: 3.437rem;
    background-image: url("/img/idx9_bg1.jpg");
    background-size: 100% 100%;
    margin-top: 3.437rem;
}

.idx9 .content .blk{
    width: 17.937rem;
    height: 21.187rem;
    background: #902635;
    padding-left: 2.312rem;
    padding-top: 5.375rem;
    border-bottom: 6px solid #333333;
    margin-left: 9rem;
}

.idx9 .content .blk .r1{
    font-weight: 400;
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 2.187rem;
}

.idx9 .content .blk .r2{
    width: 15.812rem;
    height: 1.062rem;
    margin-top: 1.562rem;
}

.idx9 .content .blk .r3{
    width: 16rem;
    font-weight: 100;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    margin-top: 1.562rem;
}

.idx10{
    padding-top: 5.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx10 .content{
    display: flex;
    justify-content: space-between;
    margin-top: 4.125rem;
}

.idx10 .content .blk{
    width: 23.75rem;
}

.idx10 .content .blk img{
    width: 100%;
    height: 14.25rem;
}

.idx10 .content .blk .txt{
    width: 100%;
    height: 6.937rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #902635;
}

.idx10 .content .blk .txt .t1{
    font-weight: 400;
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 1.875rem;
}

.idx10 .content .blk .txt .t2{
    font-weight: 100;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
    margin-top: .937rem;
}

.idx11{
    padding-top: 5.937rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx11 .content{
    display: flex;
    align-items: center;
    margin-top: 5.062rem;
}

.idx11 .content .left{
    width: 34rem;
    height: 40.937rem;
    position: relative;
}

.idx11 .content .left img,
.idx11 .content .left .bg{
    width: 33.5rem;
    height: 40.187rem;
}

.idx11 .content .left .bg{
    background-color: #902635;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.idx11 .content .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-row-gap: .75rem;
}

.idx11 .content .right .blk{
    width: 32.562rem;
    height: 12.062rem;
    padding-left: 6.625rem;
    background-color: #F7F7F7;
}

.idx11 .content .right .blk .r1{
    display: flex;
    align-items: center;
    margin-top: 2.125rem;
}

.idx11 .content .right .blk .r1 .num{
    width: 3.375rem;
    height: 2.75rem;
    background: #902635;
    border-radius: .687rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Gotham_b;
    font-size: 1.875rem;
    color: #fff;
    line-height: 1.875rem;
    margin-right: 1.312rem;
}

.idx11 .content .right .blk .t1{
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: 1.75rem;
}

.idx11 .content .right .blk .t2{
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.25rem;
    margin-top: .75rem;
}

.idx12{
    padding-top: 6.187rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx12 .content{
    display: flex;
    justify-content: flex-end;
    margin-top: 4.937rem;
}

.idx12 .content .left{
    width: 39.187rem;
}

.idx12 .content .left .pic{
    width: 100%;
    height: 28.187rem;
}

.idx12 .content .left .b{
    display: flex;
    grid-column-gap: .125rem;
}

.idx12 .content .left .b .blk{
    width: calc(50% - 3.75rem);
    height: 15.687rem;
    padding-left: 3.75rem;
    background-color: #F3F3F3;
}

.idx12 .content .left .b .blk .num{
    width: 2.312rem;
    height: 2.312rem;
    background: #902635;
    border-radius: 50%;
    font-family: Gotham_b;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.75rem;
}

.idx12 .content .left .b .blk .t1{
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: 1.125rem;
}

.idx12 .content .left .b .blk .t2{
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.687rem;
    margin-top: .625rem;
}

.idx12 .content .right{
    width: 58.375rem;
    height: 43.875rem;
    position: relative;
}

.idx12 .content .right::after{
    content: "";
    width: 100%;
    height: 15.625rem;
    background-color: #902635;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.idx13{
    padding-top: 5.937rem;
    padding-bottom: 5.187rem;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx13 .content{
    margin-top: 4.687rem;
    padding-bottom: 2.812rem;
    border-bottom: 4px solid #333333;
    position: relative;
}

.idx13 .content img{
    width: 16.312rem;
    height: 22.312rem;
}

.idx13 .btns{
    width: 82.25rem;
    height: 3.187rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.idx13 .btns .swiper-button-prev{
    width: 3.187rem;
    height: 3.187rem;
    background-image: url("/img/icon_arrow1.jpg");
    background-size: 100% 100%;
}

.idx13 .btns .swiper-button-next{
    width: 3.187rem;
    height: 3.187rem;
    background-image: url("/img/icon_arrow1.jpg");
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.idx14{
    padding-top: 5.875rem;
    padding-bottom: 4.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx14 .content{
    margin-top: 4.187rem;
    display: flex;
    justify-content: space-between;
}

.idx14 .content .blk{
    height: 44.312rem;
}

.idx14 .content .blk .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.idx14 .content .blk .b{
    width: 29.062rem;
    height: 100%;
    display: none;
    position: relative;
    
}

.idx14 .content .blk .a{
    width: 15.375rem;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.idx14 .content .blk.active .b{
    display: flex;
    align-items: flex-end;
}

.idx14 .content .blk.active .a{
    display: none;
}

.idx14 .content .blk .txt{
    width: calc(100% - 2.062rem);
    margin-left: 2.062rem;
    margin-bottom: 3.937rem;
}

.idx14 .content .blk .txt .t1{
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}

.idx14 .content .blk .txt .t2{
    display: flex;
    align-items: center;
    margin-top: 1.562rem;
}

.idx14 .content .blk .txt .t2 img{
    height: 1.375rem;
}

.idx14 .content .blk .txt .t2 .line{
    flex-grow: 1;
    height: 1px;
    width: auto;
    background-color: #fff;
    position: relative;
    margin-top: 3px;
}

.idx14 .content .blk .txt .t2 .line .l{
    width: .687rem;
    height: .25rem;
    background: #FFFFFF;
    position: absolute;
    left: -.5rem;
    bottom: 0;
}

.m_idx14.joinus{
    padding-top: 6.312rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.m_idx14.joinus .content{
    width: 75rem;
    margin-top: 2.25rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.m_idx14.joinus .content .blk{
    width: 48%;
    margin-top: 1.625rem;
}
.m_idx14.joinus .content .blk img{
    width: 100%;
}
.m_idx14.joinus .content .blk .txt{
    width: 100%;
    height: 6.812rem;
    background-color: #068747;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
    position: relative;
    z-index: 2;
}

.m_idx14.joinus .content .blk .txt .t1{
    font-family: "Noto Sans SC";
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 1.875rem;
}

.m_idx14.joinus .content .blk .txt .t2{
    font-family: "Noto Sans SC";
    font-size: 1.625rem;
    color: #fff;
    line-height: 1.625rem;
    margin-top: .812rem;
}

.idx15{
    padding-top: 4.812rem;
    padding-bottom: 3.437rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/img/idx15_bg1.jpg");
    background-size: 100% 100%;
}

.idx15 .content{
    width: 47.75rem;
    padding-left: 27.25rem;
}

.idx15 .content .r1{
    font-family: huxiaobo;
    font-size: 3.625rem;
    color: #fff;
    line-height: 3.625rem;
}

.idx15 .content .r2{
    width: 26rem;
    height: 2.75rem;
    background: #FFFFFF;
    border-radius: 1.375rem;
    font-size: 1.562rem;
    color: #902635;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.312rem;
    margin-bottom: .562rem;
}

.idx15 .content .r3{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.562rem;
    color: #FFFFFF;
    line-height: 1.562rem;
    margin-top: .625rem;
}

.idx15 .content .r3 img{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .312rem;
}

.idx15 .content .r4{
    display: flex;
    align-items: center;
    margin-top: 1.75rem;
}

.idx15 .content .r4 img{
    width: 2.625rem;
    height: 2.687rem;
}

.idx15 .content .r4 .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: .562rem;
}

.idx15 .content .r4 .txt .t1{
    font-weight: 400;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.25rem;
}

.idx15 .content .r4 .txt .t2{
    font-family: Gotham_b;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.5rem;
    margin-top: .5rem;
}

.idx16{
    padding-top: 7.062rem;
    padding-bottom: 5.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx16 .content{
    margin-top: 4.5rem;
    display: flex;
    justify-content: space-between;
}

.idx16 .content .blk{
    width: 35.062rem;
    height: 11.75rem;
    padding-top: 2.875rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(51,21,13,0.19);
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
}

.idx16 .content .blk .icon,
.idx16 .content .blk .icon img{
    width: 4.312rem;
    height: 4.312rem;
}

.idx16 .content .blk:hover .icon img:first-child,
.idx16 .content .blk .icon img:last-child{
    display: none;
}

.idx16 .content .blk:hover .icon img:last-child{
    display: block;
}

.idx16 .content .blk:hover{
    background-color: #8F2433;
}

.idx16 .content .blk:hover .txt .t1,
.idx16 .content .blk:hover .txt .t2{
    color: #fff;
}

.idx16 .content .blk .txt{
    margin-left: 2.375rem;
}

.idx16 .content .blk .txt .t1{
    font-weight: 500;
    font-size: 2.875rem;
    color: #333333;
    line-height: 2.875rem;
}

.idx16 .content .blk .txt .t2{
    font-weight: 400;
    font-size: 1.5rem;
    color: #666666;
    line-height: 2.187rem;
    margin-top: 1.375rem;
}

.news{
    padding-top: 4.75rem;
    padding-bottom: 7.187rem;
}

.news .title{
    font-weight: bold;
    font-size: 2.437rem;
    color: #262627;
    line-height: 2.437rem;
}

.news .content{
    display: flex;
    margin-top: 2.5rem;
}

.news .content .left img{
    display: none;
}

.news .content .left{
    width: 37rem;
    height: 24.125rem;
}

.news .content .left img.active{
    width: 100%;
    height: 100%;
    display: block;
}

.news .content .right{
    margin-left: 3.187rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24.125rem;
}

.news .content .right .sec{
    display: flex;
}

.news .content .right .sec .t{
    width: 25rem;
}

.news .content .right .sec .t1{
    display: flex;
    align-items: center;
    margin-left: -.875rem;
}

.news .content .right .sec .t1 .icon{
    margin-right: .437rem;
}

.news .content .right .sec .t1 .icon img{
    width: .437rem;
    height: .937rem;
}

.news .content .right .sec .t1 .icon img:last-child,
.news .content .right .sec:hover .t1 .icon img:first-child{
    display: none;
}

.news .content .right .sec:hover .t1 .icon img:last-child{
    display: block;
}

.news .content .right .sec .t1 span{
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .content .right .sec .t2{
    font-family: "Noto Sans SC";
    font-size: 1rem;
    color: #666666;
    line-height: 1.437rem;
    height: 2.875rem;
    overflow: hidden;
    margin-top: .812rem;
}

.news .content .right .sec .d{
    margin-left: 3.312rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news .content .right .sec .d1{
    font-family: HarmonyOS_Sans_Bold;
    font-size: 3.25rem;
    color: rgb(102, 102, 102, 0.66);
    line-height: 3.25rem;
}

.news .content .right .sec .d2{
    font-family: HarmonyOS_Sans_Bold;
    font-size: 1.062rem;
    color: rgb(102, 102, 102, 0.33);
    line-height: 1.062rem;
    margin-top: .687rem;
}

.news .content .right .sec:hover .d1,
.news .content .right .sec:hover .d2{
    color: #902635;
}


.contact{
    width: 100%;
    height: 29.812rem;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    overflow: visible;
}

.contact.about{
    background-color: #fff;
}

.contact .left{
    width: 25.437rem;
    height: 31.062rem;
    padding-left: 1.812rem;
    border: .375rem solid #902635;
    border-top: 4rem solid #902635;
    border-radius: 16px;
    box-sizing: border-box;
    margin-top: -4rem;
}

.contact .left .r1{
    font-family: youshebiaoti;
    font-size: 3.937rem;
    line-height: 3.312rem;
    color: #902635;
    margin-top: 2.5rem;
}

.contact .left .r2{
    font-weight: 400;
    font-size: 1.625rem;
    color: #333333;
    line-height: 1.625rem;
    margin-top: 1.5rem;
}

.contact .left .r3{
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.contact .left .r3 .qc{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact .left .r3 .qc .t{
    font-weight: 100;
    font-size: 1rem;
    color: #333333;
    line-height: 1rem;
    margin-top: .312rem;
}

.contact .left .r3 .qrbg{
    width: 7.437rem;
    height: 7.312rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.contact .left .r3 .qrbg .f{
    position: absolute;
    width: .812rem;
    height: .812rem;
}

.contact .left .r3 .qrbg .lt{
    border-top: 1px solid #902635;
    border-left: 1px solid #902635;
    border-top-left-radius: .812rem;
    top: 0;
    left: 0;
}

.contact .left .r3 .qrbg .rt{
    border-top: 1px solid #902635;
    border-right: 1px solid #902635;
    border-top-right-radius: .812rem;
    top: 0;
    right: 0;
}

.contact .left .r3 .qrbg .lb{
    border-bottom: 1px solid #902635;
    border-left: 1px solid #902635;
    border-bottom-left-radius: .812rem;
    bottom: 0;
    left: 0;
}

.contact .left .r3 .qrbg .rb{
    border-right: 1px solid #902635;
    border-bottom: 1px solid #902635;
    border-bottom-right-radius: .812rem;
    right: 0;
    bottom: 0;
}

.contact .left .r3 .right{
    margin-left: 1.812rem;
}

.contact .left .r3 .right .a{
    display: flex;
    align-items: center;
}

.contact .left .r3 .right .a:nth-child(3){
    margin-top: 1.125rem;
}

.contact .left .r3 .right .a span{
    font-weight: bold;
    font-size: 1.187rem;
    color: #333333;
    line-height: 1.187rem;
}

.contact .left .r3 .right .a img{
    width: 1.687rem;
    height: 1.625rem;
    margin-right: .375rem;
}

.contact .left .r3 .right .b{
    font-family: Gotham_b;
    margin-top: .562rem;
    font-size: 1.375rem;
    color: #333333;
    line-height: 1.375rem;
}

.contact form{
    width: 40.25rem;
    height: 20.562rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 2.375rem;
    padding-right: 1.812rem;
    padding-top: 2.312rem;
    padding-bottom: 2.125rem;
    background-color: #ffffff;
    margin-left: 2.875rem;
    margin-top: 2.062rem;
    border-radius: .937rem;
}

.contact.about form{
    background-color: #f5f5f5;
}

.contact.about .feedback input,
.contact.about .feedback textarea{
    background-color: #fff;
}

.contact .feedback{
    width: 100%;
}

.contact .feedback input{
    border: none;
    border-radius: .562rem;
    width: calc(100% - 2.125rem);
    height: 3.187rem;
    background-color: #F4F4F4;
    font-size: 1.375rem;
    color: #333333;
    line-height: 2.062rem;
    padding-left: 2.125rem;
    margin-bottom: .937rem;
}
.contact .feedback input:placeholder-shown::placeholder{
    color: #666666;
}

.contact .feedback textarea{
    width: calc(100% - 2.187rem);
    height: 4.687rem;
    border: none;
    border-radius: .562rem;
    background-color: #F4F4F4;
    padding-left: 2.187rem;
    padding-top: 1.812rem;
    font-size: 1.375rem;
    color: #333333;
    line-height: 2.062rem;
    resize: none;
}

.contact .feedback textarea:placeholder-shown::placeholder{
    color: #666666;
}

.contact .feedback button{
    border: none;
    width: 12.5rem;
    height: 3.75rem;
    background: #902635;
    border-radius: .812rem;
    font-weight: bold;
    font-size: 1.312rem;
    line-height: 1.312rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 2rem;
}


.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2.875rem;
    padding-bottom: 1.062rem;
    background-color: #902635;
}

.footer .footer_top{
    display: flex;
    justify-content: space-between;
}

.footer .footer_top .left{ width:516px; height:32px
}

.footer .footer_top .right{
    display: flex;
    justify-content: space-between;
    width: 50%; 
	
}

.footer .footer_top .right li{
    font-size: 1.125rem;
    color: #FAFAFA;
    line-height: 1.5rem;
}

.footer .footer_mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.437rem;
}

.footer .footer_mid .right{
    display: flex;
}

.footer .footer_mid .right .lianxi:nth-child(1){
    margin-right: 5.25rem;
}

.footer .footer_mid .right .lianxi:nth-child(2){
    margin-right: 5.437rem;
}

.footer .footer_mid .right .lianxi .r1{
    display: flex;
    align-items: center;
}

.footer .footer_mid .right .lianxi .icon{
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 5.375rem;
}

.footer .footer_mid .right .lianxi .t1{
    font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
}
.footer .footer_mid .right .lianxi .t2{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
    margin-top: .625rem;
}

.footer .footer_mid .right .lianxi .r2{
    font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.312rem;
    height: 2.625rem;
    margin-top: 2.562rem;
}

.footer .footer_mid .right .lianxi .splid{
    width: 1.812rem;
    height: .125rem;
    background: #FFFFFF;
    margin-top: 1.062rem;
}

.footer .footer_mid .right .lianxi:hover .splid{
    width: 8.25rem;
/*    background-color: #FD6105;*/
}


.footer .footer_mid .qrcode{
    display: flex;
    grid-column-gap: 1rem;
}

.footer .footer_mid .qrcode img{
    width: 5.937rem;
    height: 5.937rem;
}

.footer .footer_mid .qrcode .qc .bg{
    width: 7.125rem;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.footer .footer_mid .qrcode .qc .bg .f{
    position: absolute;
    width: .812rem;
    height: .812rem;
}

.footer .footer_mid .qrcode .qc .bg .lt{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top-left-radius: .812rem;
    top: 0;
    left: 0;
}

.footer .footer_mid .qrcode .qc .bg .rt{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-right-radius: .812rem;
    top: 0;
    right: 0;
}

.footer .footer_mid .qrcode .qc .bg .lb{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom-left-radius: .812rem;
    bottom: 0;
    left: 0;
}

.footer .footer_mid .qrcode .qc .bg .rb{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: .812rem;
    right: 0;
    bottom: 0;
}

.footer .footer_mid .qrcode .qc{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer_mid .qrcode .txt{
    font-family: "Noto Sans SC";
    font-weight: 100;
    font-size: 1.062rem;
    line-height: 1.062rem;
    color: #fff;
    margin-top: .625rem;
}

.footer .footer_bottom{
    width: 100%;
    margin-top: 1.687rem;
    border-top: 1px solid rgb(255, 255, 255, 0.43);
    display: flex;
    justify-content: center;
}

.footer .footer_bottom div{
    font-family: "Noto Sans SC";
    font-size: .875rem;
    color: #fff;
    line-height: .875rem;
    margin-top: 1.562rem;
}

.secondnav{
    width: calc(100% - 22.5rem);
    display: flex;
    align-items: flex-end;
    margin-left: 22.5rem;
}

.secondnav .title{
    width: 13.187rem;
    height: 14.75rem;
    background-image: url("/img/secondnav_bg.jpg");
    background-size: 100% 100%;
    margin-top: -5.812rem;
}

.secondnav .title1{
    font-weight: bold;
    font-size: 2.25rem;
    color: #ffffff;
    line-height: 3.125rem;
    margin-top: 3.812rem;
    margin-left: 1.125rem;
}

.secondnav .title2{
    font-weight: bold;
    font-size: 2.25rem;
    color: #ffffff;
    line-height: 3.125rem;
    margin-left: 1.125rem;
}

.secondnav .bread{
    width: calc(100% - 15rem);
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(102, 102, 102, 0.32);
    font-weight: 400;
    font-size: 1rem;
    color: #666666;
    line-height: 1rem;
    padding-left: 1.875rem;
}

.secondnav .bread img{
    width: 2rem;
    height: 2rem;
    margin-right: 1.062rem;
}

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

.second_global_title .cn{
    font-family: "Noto Sans SC";
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #000000;
}

.second_global_title .en{
    font-size: 1.25rem;
    color: #999999;
    line-height: 1.25rem;
    margin-top: .875rem;
}

.second_global_title .splid{
    width: 43.187rem;
    height: 1px;
    background-color: #A1A1A1;
    position: relative;
    margin-top: 1.375rem;
}

.second_global_title .splid .square{
    width: .937rem;
    height: .937rem;
    background: #BF8F61;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-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: 9.312rem;
    padding-bottom: 2.812rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.about1 .left{
    width: 36.25rem;
    margin-right: 4.562rem;
}

.about1 .left .pics{
    width: 8.5rem;
    height: 5.25rem;
    position: relative;
}

.about1 .left .pics img:nth-child(1){
    width: 8.5rem;
    height: 5.25rem;
}

.about1 .left .pics img:nth-child(2){
    width: 8.187rem;
    height: .562rem;
    position: absolute;
    bottom: .812rem;
    right: -2.937rem;
    
}

.about1 .left .r1{
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: 1.562rem;
}

.about1 .left .splid{
    width: 2.125rem;
    height: .125rem;
    background: #333333;
    margin-top: 1.687rem;
}

.about1 .left .r2{
    font-weight: 500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 2.437rem;
    margin-top: 3rem;
}

.about1 .left .r3{
    margin-top: 1.187rem;
}

.about1 .left .r3 p{
    font-weight: 400;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.875rem;
    text-indent: 2.25rem;
}

.about1 .pic{
    width: 42.937rem;
    height: 43.062rem;
}

.about1 .red{
    width: 10.375rem;
    height: 24.312rem;
    background: #8F2433;
    align-self: flex-end;
}

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

.about2 .content .pic{
    width: 27.562rem;
    height: 29.875rem;
    position: absolute;
    top: .437rem;
    right: 4.812rem;
}

.about2 .content{
    width: 67.312rem;
    padding-left: 7.687rem;
    padding-top: 3.687rem;
    padding-bottom: 2.812rem;
    background-image: url("/img/idx1_bg1.jpg");
    background-size: 75rem 25.75rem;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.about2 .content .r1{
    width: 30.375rem;
    height: 3.187rem;
}

.about2 .content .r2{
    font-weight: 400;
    font-size: 1.75rem;
    color: #FFFFFF;
    line-height: 1.75rem;
    margin-top: 1.187rem;
}

.about2 .content .r3{
    width: fit-content;
    font-weight: 400;
    font-size: 1.562rem;
    color: #FFFFFF;
    line-height: 1.562rem;
    padding-top: .687rem;
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-right: .812rem;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    margin-top: 1.437rem;
}

.about2 .content .r4{
    display: flex;
    align-items: center;
    margin-top: 1.75rem;
}

.about2 .content .r4 img{
    width: 2.625rem;
    height: 2.687rem;
}

.about2 .content .r4 .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: .562rem;
}

.about2 .content .r4 .txt .t1{
    font-weight: 400;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.25rem;
}

.about2 .content .r4 .txt .t2{
    font-family: Gotham_b;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.5rem;
    margin-top: .5rem;
}

.about2 .content .r5{
    width: 8.937rem;
    height: 1.875rem;
    border-radius: .937rem;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    margin-top: 1.812rem;
}

.about2 .content .r5 img{
    width: 1.187rem;
    height: 1.187rem;
    margin-right: .625rem;
}

.about3{
    padding-top: 2rem;
    padding-bottom: 3.437rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.about3 .content .left{
    width: 42.937rem;
    height: 43.062rem;
}

.about3 .content .right{
    width: 31.125rem;
    padding-left: 2.375rem;
    padding-right: 2.562rem;
    padding-top: 2.812rem;
    padding-bottom: 5.25rem;
    background-color: #F5F5F5;
    margin-left: -4.062rem;
    position: relative;
}

.about3 .content .right::after{
    content: "";
    width: 100%;
    height: 2.875rem;
    background-color: #8F2433;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about3 .content .right .pics{
    width: 10.5rem;
    height: 5.312rem;
    position: relative;
}

.about3 .content .right .pics img:nth-child(1){
    width: 10.5rem;
    height: 5.312rem;
}

.about3 .content .right .pics img:nth-child(2){
    width: 8.187rem;
    height: .562rem;
    position: absolute;
    bottom: .125rem;
    right: -2.437rem;
}

.about3 .content .right .r1{
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: 1.625rem;
}

.about3 .content .right .splid{
    width: 2.125rem;
    height: .125rem;
    background: #333333;
    margin-top: 1.687rem;
    margin-bottom: .875rem;
}

.about3 .content .right .r2{
    font-weight: 500;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.5rem;
    margin-top: 1.937rem;
}

.about3 .content .right .r3{
    font-weight: 400;
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.687rem;
    margin-top: 1.187rem;
    text-align: justify;
}

.about4{
    display: flex;
    justify-content: center;
    position: relative;
}

.about4 .content{
    width: 84.75rem;
    height: 25rem;
    background-image: url("/img/about4_bg1.jpg");
    background-size: 100% 100%;
    padding-left: 16.062rem;
    padding-top: 6.437rem;
}

.about4 .content .r1{
    width: 14.5rem  ;
    height: 2.25rem;
}

.about4 .content .r2{
    font-weight: 500;
    font-size: 3.125rem;
    color: #FFFFFD;
    line-height: 3.125rem;
    margin-top: .875rem;
}

.about4 .content .r3{
    font-weight: 500;
    font-size: 1.5rem;
    color: #FFFFFD;
    line-height: 2.312rem;
    margin-top: 1.187rem;
}

.about4 .content .r4{
    width: 64.375rem;
    height: 3.062rem;
    background: #FFFFFF;
    border-radius: 1.562rem;
    font-weight: 500;
    font-size: 1.5rem;
    color: #8F2433;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
}

.about4 .content1{
    width: 70.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 2rem;
    position: absolute;
    bottom: 4.625rem;
    transform: translateY(100%);
}

.about4 .content1 .blk{
    width: 30.75rem;
    height: 11.062rem;
    padding-top: 4.625rem;
    padding-right: 3.437rem;
    background: #FFFFFF;
    display: flex;
    border-bottom: .5rem solid #8F2433;
}

.about4 .content1 .blk .icon{
    width: 4rem;
    height: 4rem;
    margin-left: 4.812rem;
}

.about4 .content1 .blk .txt{
    margin-left: 4rem;
}

.about4 .content1 .blk .txt .t1{
    font-weight: 500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
}

.about4 .content1 .blk .txt .t2{
    font-weight: 400;
    font-size: 1.375rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: .562rem;
}

.about5{
    padding-top: 7.625rem;
    padding-bottom: 9.375rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.about5 .left{
    width: 36.25rem;
    margin-right: 4.562rem;
}

.about5 .left .pics{
    width: 20.125rem;
    height: 6.062rem;
    position: relative;
}

.about5 .left .pics img:nth-child(1){
    width: 20.125rem;
    height: 6.062rem;
}

.about5 .left .pics img:nth-child(2){
    width: 8.187rem;
    height: .562rem;
    position: absolute;
    bottom: 1.5rem;
    left: 3.5rem;
    
}

.about5 .left .r1{
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: .875rem;
}

.about5 .left .splid{
    width: 2.125rem;
    height: .125rem;
    background: #333333;
    margin-top: 1.687rem;
}

.about5 .left .r2{
    font-weight: 500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 2.437rem;
    margin-top: 3rem;
}

.about5 .left .r3{
    margin-top: 1.187rem;
}

.about5 .left .r3 p{
    font-weight: 400;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.875rem;
    text-indent: 2.25rem;
}

.about5 .pic{
    width: 42.937rem;
    height: 43.062rem;
}

.about5 .red{
    width: 10.375rem;
    height: 24.312rem;
    background: #8F2433;
    align-self: flex-end;
}

.contact1{
    padding-top: 5.562rem;
    padding-bottom: 9.312rem;
    display: flex;
    justify-content: center;
}

.contact1 .left{
    width: 57.75rem;
    height: 43.75rem;
}

.contact1 .right{
    width: 26.625rem;
    height: 43.75rem;
    padding-left: 2.312rem;
    background-color: #8F2433;
}

.contact1 .right .r1{
    margin-top: 5.25rem;
    font-weight: 500;
    font-size: 2.125rem;
    color: #FFFFFF;
    line-height: 2.125rem;
}

.contact1 .right .r2{
    font-weight: 400;
    font-size: 1.125rem;
    color: #FBFCFE;
    line-height: 1.125rem;
    margin-top: 3.187rem;
}

.contact1 .right .r3{
    font-family: Gotham;
    font-size: 2.25rem;
    color: #FBFCFE;
    line-height: 2.25rem;
    margin-top: 1.562rem;
    margin-bottom: .875rem;
}

.contact1 .right .r4{
    font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.687rem;
    margin-top: 1.062rem;
    display: flex;
}

.contact1 .qrcode{
    margin-top: 2.125rem;
    display: flex;
    justify-content: flex-start;
}

.contact1 .qrcode img{
    width: 9.312rem;
    height: 9.375rem;
}

.contact1 .qrcode .qc{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1.437rem;
}

.contact1 .qrcode .txt{
    font-weight: 100;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
    margin-top: 1.125rem;
}

.bmap{
    width: 100%;
    height: 100%;
}

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

.joinus1 .content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.312rem;
}

.joinus1 .content .left{
    width: 51.25rem;
    height: 42.312rem;
}

.joinus1 .content .right{
    width: 38.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.062rem;
    margin-left: -14.625rem;
}

.joinus1 .content .right .blk{
    width: 16.625rem;
    height: 14.312rem;
    background: #F5F5F5;
    padding-left: 2.187rem;
    padding-top: 4.312rem;
}

.joinus1 .content .right .blk .icon,
.joinus1 .content .right .blk .icon img{
    width: 3.812rem;
    height: 3.812rem;
}

.joinus1 .content .right .blk:hover .icon img:first-child,
.joinus1 .content .right .blk .icon img:last-child{
    display: none;
}

.joinus1 .content .right .blk:hover .icon img:last-child{
    display: block;
}

.joinus1 .content .right .blk:hover{
    background-color: #8F2433;
}

.joinus1 .content .right .blk:hover .t1,
.joinus1 .content .right .blk:hover .t2{
    color: #fff;
}

.joinus1 .content .right .blk .t1{
    font-weight: 500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: 2.125rem;
}

.joinus1 .content .right .blk .t2{
    font-weight: 400;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
    margin-top: .687rem;
}

.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 {
    margin-top: 6.062rem;
    margin-bottom: 6.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news1 .content{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news1 .content .sec{
    height: 20rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.125rem;
    background-color: #F8F8F8;
}

.news1 .content .sec .left{
    width: 23.562rem;
    height: 14.437rem;
    margin-left: 1.687rem;
}

.news1 .content .right{
    width: 43.75rem;
    margin-right: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news1 .content .right .r1{
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news1 .content .right .r2{
    font-weight: 400;
    font-size: 1.187rem;
    color: #666666;
    line-height: 1.875rem;
    margin-top: 1.125rem;
    overflow: hidden;
    height: 3.75rem;
}

.news1 .content .right .r3{
    margin-top: 2.937rem;
    display: flex;
    justify-content: space-between;
}

.news1 .content .right .r3 .more{
    font-weight: 100;
    font-size: 1.187rem;
    color: #666666;
    line-height: 1.187rem;
    display: flex;
    align-items: center;
}

.news1 .content .right .r3 .more .icon{
    margin-left: .687rem;
}

.news1 .content .right .r3 .more img{
    width: 2.875rem;
    height: 1.25rem;
    margin-left: .687rem;
}

.news1 .content .right .r3 .date{
    font-weight: 100;
    font-size: 1.187rem;
    color: #666666;
    line-height: 1.187rem;
}

.news1 .content .sec:hover .right .r3 .more .icon img:first-child,
.news1 .content .sec .right .r3 .more .icon img:last-child{
    display: none;
}

.news1 .content .sec:hover .right .r3 .more .icon img:last-child{
    display: block;
}

.news1 .content .sec:hover{
    background-color: #8F2433;
}

.news1 .content .sec:hover .right .r1,
.news1 .content .sec:hover .right .r2,
.news1 .content .sec:hover .right .r3 .date,
.news1 .content .sec:hover .right .r3 .more{
    color: #fff;
}

.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;
    margin-bottom: 7.5rem;
}

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

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

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

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

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

.second_content{
    font-size: 1.125rem;
  line-height: 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 .left{
    width: 18.75rem;
    background-color: #F7F7F7;
}

.products .header{
    width: 100%;
    background-color: #8F2433;
    height: 4.312rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 2rem;
}

.products .header a div{
    font-size: .75rem;
    height: .75rem;
    margin-bottom: .75rem;
}

.products .header a{
    height: 2rem;
    display: flex;
    align-items: flex-end;
}

.products .list ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products .list li{
    height: 4.375rem;
    width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    color: #666666;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #64676F;
}

.products .list li:last-child{
    border-bottom: none;
}

/*
.products .list li.on,
.products .list li:hover{
    color: #A96601;
}
*/

.products .list li a{
    width: calc(100% - 4.437rem);
    display: flex;
    padding-left: 4.437rem;
}

.products .wx{
    width: 100%;
    padding-top: 2.687rem;
    padding-bottom: 2.812rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products .wx img:nth-child(1){
    width: 15.312rem;
    height: 2rem;
}

.products .wx .qrbg{
    width: 8.437rem;
    height: 8.312rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 1.937rem;
}

.products .wx .qrbg .qrcode{
    width: 6.312rem;
    height: 6.312rem;
}
.products .wx .f{
    position: absolute;
    width: 1.562rem;
    height: 1.562rem;
}
.products .wx .lt{
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-top-left-radius: .812rem;
    top: 0;
    left: 0;
}
.products .wx .rt{
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top-right-radius: .812rem;
    top: 0;
    right: 0;
}
.products .wx .lb{
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    border-bottom-left-radius: .812rem;
    bottom: 0;
    left: 0;
}
.products .wx .rb{
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-bottom-right-radius: .812rem;
    right: 0;
    bottom: 0;
}

.products .wx div{
    font-family: siyuanheiti_l;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
    margin-top: .562rem;
}

.products{
    width: 100%; margin:4% auto 5%; max-width:1200px;
     

}
	
.products  ul{display: flex;flex-flow:wrap;}
.products  ul li{ width:234px; margin-right:6.5%; border:1px #f6f6f6 solid; margin-bottom:4%}
.products  ul li:nth-child(4n){ margin-right:0}
.products  ul li .img{ width:234px; height:266px}
.products  ul li p{ color:#333; text-align:center; background:#f5f5f5; padding:12px 0; font-size:18px}
.products  ul li:hover p{ color:#fff; background:#8f2433}
.products  ul li .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.products .right .product{
    width: 23.75rem;
    border: 1px solid #333333;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.products .right .product .bar{
    font-weight: 500;
    font-size: 1.625rem;
    color: #ffffff;
    line-height: 1.625rem;
    width: 100%;
    height: 3.437rem;
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.products .right .product:hover{
    border-color: #8F2433;
}

.products .right .product:hover .bar{
    background-color: #8F2433;
}

@media (max-width: 767px) {
	.products { width:95% !important;    margin: 10% auto 15%;}
	.products ul{display: flex; justify-content: space-between; flex-flow:wrap;}
	.products ul li{ width:48%; margin-right:0}
	.products ul li .img{ width:100%; height:auto}
    body {
        max-width: 640px;
        min-width: 320px;
        overflow-x: hidden;
        padding-bottom: 6.187rem;
    }
	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.437rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: none;
        background-color: #fff;
    }
    
    #content{
        margin-top: 6.437rem;
    }
    
    .m_logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        width: 100%;
    }
    
    .m_logo .left{
        display: flex;
        align-items: center;
        margin-left: 1.125rem;
    }
    
    .m_logo .left .splid{
        width: 1px;
        height: 1rem;
        background: #9A722A;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    
    .m_logo .left .logopic{
        width: 33.812rem;
       
    }

    .m_logo .left .logo_txt{
        font-family: siyuansongti_m;
        font-size: 1.375rem;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-left: 1.125rem;
    }
    
    .m_logo .right .logo_txt{
        width: 10.312rem;
        height: 2.937rem;
        margin-right: 1.75rem;
    }
    
    .m_logo .right .logo_txt1{
        font-size: 1.25rem;
        line-height: 1.562rem;
        color: #333333;
        margin-top: .5rem;
    }
    
    .m_logo .right .logo_txt2{
        font-size: 1.75rem;
        line-height: 2.187rem;
        font-family: Impact;
        font-style: italic;
        color: #333333;
        margin-top: .625rem;
    }
    
    .m_logo .right{
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 1.625rem;
    }
    
    .m_logo .right .icondh{
        width: 10.312rem;
        height: 2.937rem;
        margin-right: 1.75rem;
    }
    
    .m_logo .right .logo_dh_txt{
        font-size: 1.25rem;
        color: #A70A1D;
        line-height: 1.437rem;
        margin-right: 2.875rem;
    }
    
    .xf {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 6.187rem;
    }

    .xf a {
        width: 50%;
        background: #000;
        color: #902635;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 3rem;
    }

    .xf a:nth-child(2) {
        background: #fff;
    }
    
    .nav_wap {
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        z-index: 9999999;
    }
    
    .nav_wap .subNavShow{
/*        height: 100%;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .nav_wap .tel{
        font-family: Gotham_b;
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.5rem;
        margin-top: .562rem;
        margin-right: .937rem;
        white-space: nowrap;
    }
    
    .nav_wap .subNavShow div{
        width: 2.437rem;
        height: .375rem;
/*        border-radius: 3px;*/
        background-color: #8F2433;
        margin-top: .375rem;
        
    }
    
    .nav_wap .subNavShow div:first-child{
        margin-top: 0;
    }

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

    .subNavShow {
        z-index: 9999999;
    }

    .subNav {
        border-bottom: 1px #333333 solid;
        cursor: pointer;
        font-size: 1.5rem;
        color: #333333;
        line-height: 3.437rem;
        padding-left: .625rem;
    }

    .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: 26%;
        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: center;
        font-weight: 500;
        font-size: 3.125rem;
        color: #333333;
        line-height: 3.125rem;
    }

    .global_title img{
        width: 21.812rem;
        height: 1.062rem;
        margin-top: 1.062rem;
    }

    .global_title .sub{
        font-weight: 400;
        font-size: 1.5rem;
        color: #666666;
        line-height: 1.5rem;
        margin-top: 1.312rem;
    }
    
    
    .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;
    }
    
    .m_banner{
        position: relative;
        z-index: 1;
    }

    .m_banner img{
        display: block;
        object-fit: cover;
    }
    
    .m_banner .swiper-pagination{
        position: absolute;
        bottom: 2.875rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .m_banner .swiper-pagination .swiper-pagination-bullet{
        height: .625rem;
        width: .625rem;
        background: #fff;
        margin-left: .125rem;
        margin-right: .125rem;
        opacity: 0.8;
    }

    .m_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 3.625rem;
        border-radius: .625rem;
        opacity: 1;
    }
    
    .m_idx1{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-top: 4.625rem;
        background-color: #F5F5F5;
    }

    .m_idx1 .content{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .m_idx1 .content .right{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx1 .content .right .r1{
        width: 100%;
        display: flex;
        align-items: center;
    }

    .m_idx1 .content .right .r1 .txt{
        height: 5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .m_idx1 .content .right .r1 .txt .t1{
        font-weight: 400;
        font-size: 1.562rem;
        color: #333333;
        line-height: 1.562rem;
        text-align: justify;
        white-space: nowrap;
    }

    .m_idx1 .content .right .r1 .txt .t2{
        font-weight: 400;
        font-size: 2.5rem;
        color: #333333;
        line-height: 2.5rem;
        text-align: justify;
    }

    .m_idx1 .content .right .r1 .p1{
        width: 10.437rem;
        height: 5rem;
        margin-left: .875rem;
    }

    .m_idx1 .content .right .r1 .p2{
        width: 2.937rem;
        height: 5.437rem;
        margin-left: .5rem;
    }

    .m_idx1 .content .right .r2{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 3.375rem;
    }

    .m_idx1 .content .right .r2 .blk{
        width: 11.25rem;
        height: 11.25rem;
        background: #FCFCFC;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx1 .content .right .r2 .blk .icon{
        width: 2.312rem;
        height: 1.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    }

    .m_idx1 .content .right .r2 .blk .t1{
        font-weight: 500;
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.5rem;
        margin-top: 1.312rem;
    }

    .m_idx1 .content .right .r2 .blk .t2{
        font-weight: 400;
        font-size: 1.25rem;
        color: #333333;
        line-height: 1.25rem;
        margin-top: .5rem;
    }

    .m_idx1 .content .right .r2 .blk:hover .icon img:first-child,
    .m_idx1 .content .right .r2 .blk .icon img:last-child{
        display: none;
    }

    .m_idx1 .content .right .r2 .blk:hover .icon img:last-child{
        display: block;
    }

    .m_idx1 .content .right .r2 .blk:hover{
        background: #8F2433;
    }

    .m_idx1 .content .right .r2 .blk:hover .t1,
    .m_idx1 .content .right .r2 .blk:hover .t2{
        color: #fff;
    }

    .m_idx1 .content1{
        padding-top: 3.437rem;
        padding-bottom: 2.812rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("/img/idx1_bg1.jpg");
        background-size: 100% 100%;
        position: relative;
        z-index: 1;
        margin-top: 3.062rem;
    }

    .m_idx1 .content1 .r1{
        width: 30.375rem;
        height: 3.187rem;
    }

    .m_idx1 .content1 .r2{
        font-weight: 400;
        font-size: 1.75rem;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-top: 1.187rem;
    }

    .m_idx1 .content1 .r3{
        font-weight: 400;
        font-size: 1.562rem;
        color: #FFFFFF;
        line-height: 1.562rem;
        padding-top: .687rem;
        padding-bottom: .75rem;
        padding-left: .75rem;
        padding-right: .812rem;
        border-top: 1px dashed #fff;
        border-bottom: 1px dashed #fff;
        margin-top: 1.437rem;
    }

    
    .m_idx2{
        background-color: #F5F5F5;
        padding-top: 6.187rem;
        padding-bottom: 3.562rem;
    }

    .m_idx2 .content{
        width: 95%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        grid-row-gap: 1.312rem;
        margin-top: 4.875rem;
    }

    .m_idx2 .content .blk{
        width: 48%;
        height: 11.125rem;
        background: #FFFFFF;
        border-bottom: 5px solid #8F2433;
        border-right: 1px solid #CBCCCE;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .m_idx2 .content .blk:nth-child(4),
    .m_idx2 .content .blk:nth-child(8){
        border-right: none;
    }

    .m_idx2 .content .blk:hover{
        border-bottom-color: #000;
    }

    .m_idx2 .content .blk .t1{
        font-weight: 500;
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
    }

    .m_idx2 .content .blk .t2{
        font-weight: 400;
        font-size: 1.312rem;
        color: #333333;
        line-height: 1.312rem;
        margin-top: .875rem;
    }
    
    .m_idx2.joinus{
        background-color: #fff;
    }
    .m_idx2.joinus .content .blk{
        background: #000;
    }
    .m_idx2.joinus .content .blk:hover{
        background-color: #8F2433;
        border-bottom-color: #8F2433;
    }
    .m_idx2.joinus .content .blk .t1,
    .m_idx2.joinus .content .blk .t2{
        color: #fff;
    }

    .m_idx3{
        padding-top: 2.937rem;
        padding-bottom: 1.187rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx3 .content {
        width: 95%;
        display: flex;
        flex-direction: column;
    }

    .m_idx3 .content .v{
        width: 100%;
    }
    .m_idx3 .content .v video{
        width: 100%;
        display: block;
    }

    .m_idx3 .content .blk{
        width: calc(100% - 1.812rem);
        padding-left: 1.812rem;
        padding-top: 3.187rem;
        padding-bottom: 2.875rem;
        background-color: #F5F5F5;
        border-top: .687rem solid #8F2433;
    }

    .m_idx3 .content .blk .r1{
        font-weight: 500;
        font-size: 3.125rem;
        color: #333333;
        line-height: 3.125rem;
        display: flex;
        align-items: flex-end;
    }

    .m_idx3 .content .blk .r2{
        font-weight: 500;
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
        margin-left: .75rem;
    }

    .m_idx3 .content .blk .r3{
        font-size: 1.5rem;
        color: #666666;
        line-height: 1.5rem;
        margin-top: 1.25rem
    }

    .m_idx3 .content .blk .r4{
        width: 18.125rem;
        height: 1.062rem;
        margin-top: 1.437rem;
    }

    .m_idx3 .content .blk .r5{
        font-weight: 400;
        font-size: 1.125rem;
        color: #666666;
        line-height: 1.437rem;
        margin-top: 1.562rem;
    }

    .m_idx3 .content .blk .r6{
        width: 5.562rem;
        height: 1.812rem;
        border-radius: .875rem;
        border: 1px solid #8F2433;
        font-weight: 400;
        font-size: 1rem;
        color: #8F2433;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }
    
    .m_idx3 .content .red{
        width: 100%;
        height: 3.75rem;
        background-color: #8F2433;
    }
    
    .m_idx4{
        padding-top: 5.5rem;
        padding-bottom: 2.187rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F5F5F5;
    }

    .m_idx4 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .m_idx4 .content .left{
        width: 100%;
        margin-top: 2.375rem;
    }

    .m_idx4 .content .right {
        width: calc(100% - 1.875rem);
        padding-right: 1.875rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .m_idx4 .content .right .r1{
        width: 22.187rem;
        height: 6rem;
    }

    .m_idx4 .content .right .splid{
        width: 2rem;
        height: .187rem;
        background-color: #8F2433;
        margin-top: 1.312rem;
    }

    .m_idx4 .content .right .r2{
        font-weight: 500;
        font-size: 3.125rem;
        color: #333333;
        line-height: 3.5rem;
        margin-top: 1.437rem;
    }

    .m_idx4 .content .right .r3{
        font-weight: 400;
        font-size: 1.5rem;
        color: #666666;
        line-height: 1.5rem;
        margin-top: .937rem;
    }

    .m_idx4 .content .right .r4{
        display: flex;
        align-items: flex-end;
        margin-top: 2.437rem;
        position: relative;
    }

    .m_idx4 .content .right .r4 img{
        width: 3.5rem;
        height: 3.5rem;
        position: absolute;
        left: -.625rem;
        bottom: -2px;
    }

    .m_idx4 .content .right .r4 .t{
        width: 24.375rem;
        height: 2.437rem;
        border-radius: 1.187rem;
        border: 1px solid #8F2433;
        text-indent: 3.625rem;
        font-weight: 400;
        font-size: 1.125rem;
        color: #666666;
        line-height: 1.125rem;
        display: flex;
        align-items: center;
    }

    .m_idx4 .content .right .r5{
        display: flex;
        align-items: center;
        margin-top: 8.437rem;
    }

    .m_idx4 .content .right .r5 .txt{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }

    .m_idx4 .content .right .r5 img{
        width: 2.562rem;
        height: 2.562rem;
        margin-left: .562rem;
    }

    .m_idx4 .content .right .r5 .txt .t1{
        font-weight: 400;
        font-size: 1.25rem;
        color: #333333;
        line-height: 1.25rem;
    }

    .m_idx4 .content .right .r5 .txt .t2{
        font-family: Gotham_b;
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.5rem;
        margin-top: .187rem;
    }
    
    .m_idx5{
        background-color: #8F2433;
        display: flex;
        justify-content: center;
        padding-top: 6.375rem;
        padding-bottom: 3.312rem;
    }

    .m_idx5 .content {
        width: 95%;
        background-color: #8F2433;
    }

    .m_idx5 .content .pic{
        width: 100%;
        margin-top: 2.625rem;
    }

    .m_idx5 .content .r1{
        width: 24.375rem;
        height: 5.937rem;
    }

    .m_idx5 .content .splid{
        width: 2rem;
        height: .187rem;
        background: #FFFFFF;
        margin-top: 2.625rem;
    }

    .m_idx5 .content .r2{
        font-weight: 500;
        font-size: 3rem;
        color: #FFFFFF;
        line-height: 3rem;
        margin-top: 2.437rem;
    }

    .m_idx5 .content .r3{
        font-weight: 400;
        font-size: 1.75rem;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-top: 2.5rem;
    }

    .m_idx5 .content .r4{
        width: 80%;
        font-weight: 100;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 2.25rem;
        margin-top: 1.312rem;
    }
    
    .m_idx6{
        padding-top: 1.625rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx6 .content{
        width: calc(95% - 2.75rem);
        padding-left: 1.187rem;
        padding-right: 1.562rem;
        padding-top: 1.312rem;
        padding-bottom: 1.187rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-image: url("/img/idx6_bg1.jpg");
        background-size: 100% 100%;
    }

    .m_idx6 .content .left{
        width: 14.812rem;
        height: 30.5rem;
    }

    .m_idx6 .content .right{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        align-self: flex-start;
        margin-top: 3.937rem;
    }

    .m_idx6 .content .right .r1{
        font-weight: 500;
        font-size: 3.125rem;
        color: #FFFFFF;
        line-height: 3.125rem;
    }

    .m_idx6 .content .right .r2{
        font-weight: 400;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.5rem;
        margin-top: 1.312rem;
    }

    .m_idx6 .content .right .r3{
        width: 15.937rem;
        font-weight: 100;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.625rem;
        text-align: right;
        margin-top: 3.125rem;
    }

    .m_idx6 .content .right .r4{
        width: 18.125rem;
        height: 1.062rem;
        margin-top: 1.062rem;
    }

    .m_idx7{
        display: flex;
        justify-content: space-between;
        padding-top: 1.125rem;
        padding-bottom: 3.062rem;
    }
    
    .m_idx7 .content{
        width: 100%;
    }
    
    .m_idx7 .content .swiper-slide{
        display: flex;
        justify-content: center;
    }

    .m_idx7 .blk{
        width: 95%;
        border: 1px solid #8F2433;
    }
    
    .m_idx7 .blk:hover{
        border-color: #000;
    }
    
    .m_idx7 .blk:hover .txt{
        background-color: #000;
    }

    .m_idx7 .blk .pic{
        width: 100%;
        height: 37.062rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .m_idx7 .blk .p1{
        width: 16.437rem;
        height: 29.5rem;
    }
    
    .m_idx7 .blk .p2{
        width: 15.312rem;
        height: 30.812rem;
    }
    
    .m_idx7 .blk .p3{
        width: 12.812rem;
        height: 32.062rem;
    }

    .m_idx7 .blk .txt{
        width: 100%;
        height: 9.312rem;
        padding-top: 2.187rem;
        background-color: #8F2433;
    }

    .m_idx7 .blk .txt .t1{
        font-weight: 500;
        font-size: 1.875rem;
        color: #FFFFFF;
        line-height: 1.875rem;
        margin-left: 1.25rem;
    }

    .m_idx7 .blk .txt .t2{
        font-weight: 100;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.625rem;
        margin-left: 1.25rem;
        margin-top: .437rem ;
    }
    
    .m_idx7 .btns{
        width: 7.062rem;
        height: 3.187rem;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 3.062rem;
    }

    .m_idx7 .btns .swiper-button-prev{
        width: 3.187rem;
        height: 3.187rem;
        background-image: url("/img/icon_arrow1.jpg");
        background-size: 100% 100%;
    }

    .m_idx7 .btns .swiper-button-next{
        width: 3.187rem;
        height: 3.187rem;
        background-image: url("/img/icon_arrow1.jpg");
        background-size: 100% 100%;
        transform: rotate(180deg)
    }

    .m_idx8{
        padding-top: 5.187rem;
        padding-bottom: 3.312rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F5F5F5;
    }

    .m_idx8 .left{
        width: 70%;
    }

    .m_idx8 .left .r1{
        font-weight: 500;
        font-size: 3.125rem;
        color: #333333;
        line-height: 3.5rem;
    }

    .m_idx8 .left .r2{
        font-weight: 400;
        font-size: 1.5rem;
        color: #666666;
        line-height: 1.5rem;
        margin-top: 1.687rem;
    }

    .m_idx8 .left .r3{
        width: 18.125rem;
        height: 1.062rem;
        margin-top: 1.437rem;
    }

    .m_idx8 .left .r4{
        width: 22.5rem;
        font-weight: 400;
        font-size: 1.125rem;
        color: #666666;
        line-height: 1.5rem;
        margin-top: 1.937rem;
        text-align: justify;
    }

    .m_idx8 .left .r5{
        width: 5.562rem;
        height: 1.812rem;
        border-radius: .875rem;
        border: 1px solid #8F2433;
        font-weight: 400;
        font-size: 1rem;
        color: #8F2433;
        line-height: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.562rem;
    }

    .m_idx8 .right{
        width: 95%;
        margin-top: 1.75rem;
    }
    
    .m_idx9{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3.75rem;
        padding-bottom: 10.312rem;
        position: relative;
    }
    .m_idx9 .content{
        width: 95%;
        padding-top: 4.187rem;
        padding-bottom: 14rem;
        margin-top: 3.25rem;
        background: #902635;
        border-bottom: .375rem solid #333333;
        display: flex;
        justify-content: center;
    }

    .m_idx9 .content .blk{
        width: 80%;
    }

    .m_idx9 .content .blk .r1{
        font-weight: 400;
        font-size: 1.875rem;
        color: #FFFFFF;
        line-height: 2.187rem;
    }

    .m_idx9 .content .blk .r2{
        width: 15.812rem;
        height: 1.062rem;
        margin-top: 1rem;
    }

    .m_idx9 .content .blk .r3{
        width: 100%;
        font-weight: 100;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.625rem;
        margin-top: 1.562rem;
    }
    
    .m_idx9 .pic{
        width: 31.437rem;
        height: 22rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .m_idx10{
        padding-top: 4.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx10 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-row-gap: 1.062rem;
        margin-top: 3.75rem;
    }

    .m_idx10 .content .blk{
        width: 100%;
    }

    .m_idx10 .content .blk img{
        width: 100%;
        height: 14.25rem;
    }

    .m_idx10 .content .blk .txt{
        width: 100%;
        height: 6.937rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #902635;
    }

    .m_idx10 .content .blk .txt .t1{
        font-weight: 400;
        font-size: 1.875rem;
        color: #FFFFFF;
        line-height: 1.875rem;
    }

    .m_idx10 .content .blk .txt .t2{
        font-weight: 100;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.125rem;
        margin-top: .937rem;
    }

    .m_idx11{
        padding-top: 6.812rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx11 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3.437rem;
    }

    .m_idx11 .content .left{
        width: 100%;
        height: 40.937rem;
        position: relative;
        margin-top: 2.437rem;
    }

    .m_idx11 .content .left img,
    .m_idx11 .content .left .bg{
        width: calc(100% - .562rem);
        height: 40.187rem;
    }

    .m_idx11 .content .left .bg{
        background-color: #902635;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .m_idx11 .content .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        grid-row-gap: .75rem;
    }

    .m_idx11 .content .right .blk{
        width: 100%;
        height: 12.062rem;
        padding-left: 6.625rem;
        background-color: #F7F7F7;
    }

    .m_idx11 .content .right .blk .r1{
        display: flex;
        align-items: center;
        margin-top: 2.125rem;
    }

    .m_idx11 .content .right .blk .r1 .num{
        width: 3.375rem;
        height: 2.75rem;
        background: #902635;
        border-radius: .687rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Gotham_b;
        font-size: 1.875rem;
        color: #fff;
        line-height: 1.875rem;
        margin-right: 1.312rem;
    }

    .m_idx11 .content .right .blk .t1{
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
        margin-top: 1.75rem;
    }

    .m_idx11 .content .right .blk .t2{
        font-weight: 400;
        font-size: 1.25rem;
        color: #333333;
        line-height: 1.25rem;
        margin-top: .75rem;
    }
    
    .m_idx12{
        padding-top: 6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx12 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3.375rem;
    }

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

    .m_idx12 .content .left .pic{
        width: 100%;
    }

    .m_idx12 .content .left .b{
        display: flex;
        grid-column-gap: .125rem;
    }

    .m_idx12 .content .left .b .blk{
        width: calc(50% - 3.75rem);
        height: 15.687rem;
        padding-left: 3.75rem;
    }

    .m_idx12 .content .left .b .blk .num{
        width: 2.312rem;
        height: 2.312rem;
        background: #902635;
        border-radius: 50%;
        font-family: Gotham_b;
        font-size: 1.5rem;
        color: #fff;
        line-height: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.75rem;
    }

    .m_idx12 .content .left .b .blk .t1{
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
        margin-top: 1.125rem;
    }

    .m_idx12 .content .left .b .blk .t2{
        font-weight: 400;
        font-size: 1.25rem;
        color: #333333;
        line-height: 1.687rem;
        margin-top: .625rem;
    }

    .m_idx12 .content .right{
        width: 100%;
        position: relative;
    }
    
    .m_idx12 .content .right img{
        width: 100%;
        margin-bottom: 1.187rem;
    }

    .m_idx12 .content .right::after{
        content: "";
        width: 100%;
        height: 15.625rem;
        background-color: #902635;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }
    
    .m_idx13{
        padding-top: 5.937rem;
        padding-bottom: 3.812rem;
        background-color: #F5F5F5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx13 .content{
        width: 90%;
        margin-top: 3.312rem;
        position: relative;
    }

    .m_idx13 .content img{
        width: 16.312rem;
        height: 22.312rem;
    }

    .m_idx13 .btns{
        width: 6.812rem;
        height: 3.187rem;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 2.625rem;
    }

    .m_idx13 .btns .swiper-button-prev{
        width: 3.187rem;
        height: 3.187rem;
        background-image: url("/img/icon_arrow1.jpg");
        background-size: 100% 100%;
    }

    .m_idx13 .btns .swiper-button-next{
        width: 3.187rem;
        height: 3.187rem;
        background-image: url("/img/icon_arrow1.jpg");
        background-size: 100% 100%;
        transform: rotate(180deg);
    }
    
    .m_idx14{
        padding-top: 5.312rem;
        padding-bottom: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx14 .content{
        width: 95%;
        margin-top: 3.75rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        grid-row-gap: .625rem;
    }

    .m_idx14 .content .blk{
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .m_idx14 .content .blk img{
        width: 100%;
        display: block;
    }

    .m_idx14 .content .blk .txt{
        width: 100%;
        height: 3.625rem;
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.5rem;
    }
    
    .m_idx14 .content .blk:hover .txt{
        background-color: #8F2433;
    }
    
    
    .m_idx15{
        padding-top: 7.25rem;
        padding-bottom: 14.687rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #8F2433;
        position: relative;
    }
    
    .m_idx15 .pic{
        width: 13.562rem;
        height: 21.812rem;
        position: absolute;
        right: 10%;
        bottom: 2.812rem;
    }

    .m_idx15 .content{
        width: 90%;
    }

    .m_idx15 .content .r1{
        font-family: huxiaobo;
        font-size: 4.375rem;
        color: #fff;
        line-height: 5.25rem;
    }

    .m_idx15 .content .r2{
        width: 26rem;
        height: 2.75rem;
        background: #FFFFFF;
        border-radius: 1.375rem;
        font-size: 1.562rem;
        color: #902635;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.312rem;
        margin-bottom: 1.312rem;
    }

    .m_idx15 .content .r3{
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 1.562rem;
        color: #FFFFFF;
        line-height: 1.562rem;
        margin-top: .625rem;
    }

    .m_idx15 .content .r3 img{
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .312rem;
    }

    .m_idx15 .content .r4{
        display: flex;
        flex-direction: column;
        margin-top: 3.687rem;
    }

    .m_idx15 .content .r4 img{
        width: 2.625rem;
        height: 2.687rem;
    }

    .m_idx15 .content .r4 .txt{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 1.062rem;
    }

    .m_idx15 .content .r4 .txt .t1{
        font-weight: 400;
        font-size: 1.25rem;
        color: #FFFFFF;
        line-height: 1.25rem;
    }

    .m_idx15 .content .r4 .txt .t2{
        font-family: Gotham_b;
        font-size: 1.5rem;
        color: #fff;
        line-height: 1.5rem;
        margin-top: .562rem;
    }
    
    .m_idx16{
        padding-top: 5.937rem;
        padding-bottom: 2.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx16 .content{
        width: 90%;
        margin-top: 3.562rem;
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.687rem;
    }

    .m_idx16 .content .blk{
        width: 100%;
        height: 11.75rem;
        padding-top: 2.875rem;
        background: #FFFFFF;
        box-shadow: 0px .187rem .437rem 0px rgba(51,21,13,0.19);
        border-radius: 1.5rem;
        display: flex;
    }
    
    .m_idx16 .content .blk .icon{
        margin-left: 5.375rem;
    }

    .m_idx16 .content .blk .icon,
    .m_idx16 .content .blk .icon img{
        width: 4.312rem;
        height: 4.312rem;
    }

    .m_idx16 .content .blk:hover .icon img:first-child,
    .m_idx16 .content .blk .icon img:last-child{
        display: none;
    }

    .m_idx16 .content .blk:hover .icon img:last-child{
        display: block;
    }

    .m_idx16 .content .blk:hover{
        background-color: #8F2433;
    }

    .m_idx16 .content .blk:hover .txt .t1,
    .m_idx16 .content .blk:hover .txt .t2{
        color: #fff;
    }

    .m_idx16 .content .blk .txt{
        margin-left: 2.375rem;
    }

    .m_idx16 .content .blk .txt .t1{
        font-weight: 500;
        font-size: 2.875rem;
        color: #333333;
        line-height: 2.875rem;
    }

    .m_idx16 .content .blk .txt .t2{
        font-weight: 400;
        font-size: 1.5rem;
        color: #666666;
        line-height: 2.187rem;
        margin-top: 1.375rem;
    }
    
    .m_news{
        padding-top: 3.812rem;
        padding-bottom: 3.875rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
    }

    .m_news .title{
        width: 18.5rem;
        height: 2.125rem;
        padding-top: .875rem;
        background-image: url("/img/news_bg1.png");
        background-size: 100% 100%;
        font-family: "Noto Sans SC";
        font-size: 1.875rem;
        color: #262627;
        line-height: 1.875rem;
        display: flex;
        justify-content: center;
    }

    .m_news .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_news .content .left img{
        display: none;
    }

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

    .m_news .content .left img.active{
        width: 100%;
        height: 100%;
        display: block;
    }

    .m_news .content .right{
        width: 90%;
        margin-top: 3.25rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .m_news .content .right .sec{
        display: flex;
        justify-content: space-between;
        margin-top: 4.125rem;
    }
    
    .m_news .content .right .sec:first-child{
        margin-top: 0;
    }

    .m_news .content .right .sec .t{
        width: 24.812rem;
    }

    .m_news .content .right .sec .t1{
        display: flex;
        align-items: center;
    }

    .m_news .content .right .sec .t1 .icon{
        margin-right: .437rem;
    }

    .m_news .content .right .sec .t1 .icon img{
        width: .437rem;
        height: .937rem;
    }

    .m_news .content .right .sec .t1 .icon img:last-child,
    .m_news .content .right .sec:hover .t1 .icon img:first-child{
        display: none;
    }

    .m_news .content .right .sec:hover .t1 .icon img:last-child{
        display: block;
    }

    .m_news .content .right .sec .t1 span{
        font-size: 1.25rem;
        color: #333333;
        line-height: 1.25rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .m_news .content .right .sec .t2{
        font-family: "Noto Sans SC";
        font-size: 1rem;
        color: #666666;
        line-height: 1.437rem;
        height: 2.875rem;
        overflow: hidden;
        margin-top: .625rem;
        margin-left: .875rem;
    }

    .m_news .content .right .sec .d{
        margin-left: 3.437rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .m_news .content .right .sec .d1{
        font-family: HarmonyOS_Sans_Bold;
        font-size: 3.25rem;
        color: rgb(102, 102, 102, 0.66);
        line-height: 3.25rem;
    }

    .m_news .content .right .sec .d2{
        font-family: HarmonyOS_Sans_Bold;
        font-size: 1.062rem;
        color: rgb(102, 102, 102, 0.33);
        line-height: 1.062rem;
        margin-top: .687rem;
    }

    .m_news .content .right .sec:hover .d1,
    .m_news .content .right .sec:hover .d2{
        color: #902635;
    }
    
    .m_contact{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 3.937rem;
        background-color: #F7F7F7;
    }

    .m_contact .left{
        width: calc(90% - 2rem);
        padding-bottom: 5.25rem;
        display: flex;
        flex-direction: column;
        padding-left: 2rem;
        border-radius: 1rem;
        border: .375rem solid #902635;
        border-top-width: 4.062rem;
        margin-top: -4.062rem;
    }

    .m_contact .left .r1{
        font-family: youshebiaoti;
        font-size: 4.25rem;
        color: #902635;
        line-height: 4.25rem;
        margin-top: 4.562rem;
    }

    .m_contact .left .r2{
        font-family: "Noto Sans SC";
        font-size: 1.562rem;
        color: #333333;
        line-height: 1.875rem;
        margin-top: 1.437rem;
    }
    
    .m_contact .left .r3{
        display: flex;
        align-items: center;
        margin-top: 1.687rem;
    }

    .m_contact .left .r3 .qc{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_contact .left .r3 .qc .t{
        font-weight: 100;
        font-size: 1rem;
        color: #333333;
        line-height: 1rem;
        margin-top: .312rem;
    }

    .m_contact .left .r3 .qrbg{
        width: 8.687rem;
        height: 8.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .m_contact .left .r3 .qrbg .qrcode{
        width: 7.562rem;
        height: 7.562rem;
    }

    .m_contact .left .r3 .qrbg .f{
        position: absolute;
        width: .812rem;
        height: .812rem;
    }

    .m_contact .left .r3 .qrbg .lt{
        border-top: 1px solid #902635;
        border-left: 1px solid #902635;
        border-top-left-radius: .812rem;
        top: 0;
        left: 0;
    }

    .m_contact .left .r3 .qrbg .rt{
        border-top: 1px solid #902635;
        border-right: 1px solid #902635;
        border-top-right-radius: .812rem;
        top: 0;
        right: 0;
    }

    .m_contact .left .r3 .qrbg .lb{
        border-bottom: 1px solid #902635;
        border-left: 1px solid #902635;
        border-bottom-left-radius: .812rem;
        bottom: 0;
        left: 0;
    }

    .m_contact .left .r3 .qrbg .rb{
        border-right: 1px solid #902635;
        border-bottom: 1px solid #902635;
        border-bottom-right-radius: .812rem;
        right: 0;
        bottom: 0;
    }

    .m_contact .left .r3 .right{
        margin-left: 3.125rem;
    }

    .m_contact .left .r3 .right .a{
        display: flex;
        align-items: center;
    }

    .m_contact .left .r3 .right .a:nth-child(3){
        margin-top: 1.125rem;
    }

    .m_contact .left .r3 .right .a span{
        font-weight: bold;
        font-size: 1.375rem;
        color: #333333;
        line-height: 1.375rem;
    }

    .m_contact .left .r3 .right .a img{
        width: 1.937rem;
        height: 1.937rem;
        margin-right: .375rem;
    }

    .m_contact .left .r3 .right .b{
        font-family: Gotham_b;
        margin-top: .562rem;
        font-size: 1.625rem;
        color: #333333;
        line-height: 1.625rem;
    }

    .m_contact form{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #ffffff;
        margin-top: 1.875rem;
        padding-top: 2.312rem;
        padding-bottom: 2.125rem;
        border-radius: .937rem;
    }

    .m_contact .feedback{
        width: 90%;
    }

    .m_contact .feedback input{
        border: none;
        border-radius: .562rem;
        width: calc(100% - 2.125rem);
        height: 3.187rem;
        background-color: #F4F4F4;
        font-size: 1.375rem;
        color: #333333;
        line-height: 2.062rem;
        padding-left: 2.125rem;
        margin-bottom: .937rem;
    }
    .m_contact .feedback input:placeholder-shown::placeholder{
        color: #666666;
    }

    .m_contact .feedback textarea{
        width: calc(100% - 2.187rem);
        height: 4.687rem;
        border: none;
        border-radius: .562rem;
        background-color: #F4F4F4;
        padding-left: 2.187rem;
        padding-top: 1.812rem;
        font-size: 1.375rem;
        color: #333333;
        line-height: 2.062rem;
        resize: none;
    }

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

    .m_contact .feedback button{
        border: none;
        width: 12.5rem;
        height: 3.75rem;
        background: #902635;
        border-radius: .812rem;
        font-weight: bold;
        font-size: 1.312rem;
        line-height: 1.312rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 2rem;
    }

    
    .m_footer{
        background-color: #902635;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 9.125rem;
        padding-bottom: 5.187rem;
    }
    
    .m_footer .footer_top img{
        width: 29.062rem;
        height: 3.75rem;
    }
    
    .m_footer .footer_bottom{
        margin-top: 7.375rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }
    
    .m_footer .footer_bottom .txt{
        width: 75%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_footer .footer_bottom .t:nth-child(2){
        margin-top: 5rem;
    }
    .m_footer .footer_bottom .t:nth-child(3){
        margin-top: 3.375rem;
    }

    .m_footer .footer_bottom .t{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_footer .footer_bottom .t .t2{
        display: flex;
        margin-top: 1.562rem;
        font-size: 1.875rem;
        color: #FFFFFF;
        line-height: 2.5rem;
        align-self: flex-start;
    }
    
    .m_footer .footer_bottom .t .t2 div{
        white-space: nowrap;
    }
    
    .m_footer .footer_bottom .t .t2 span{
        display: block;
        font-weight: 400;
    }

    .m_footer .footer_bottom .t .t1 img{
        width: 4.5rem;
        height: 4.5rem;
    }

    .m_footer .qrcode{
        display: flex;
        justify-content: center;
        grid-column-gap: 2.187rem;
        margin-top: 4.75rem;
    }

    .m_footer .qrcode img{
        width: 12.937rem;
        height: 12.625rem;
    }

    .m_footer .qrcode .qc{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_footer .qrcode .qc .bg{
        width: 15.25rem;
        height: 15rem;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .m_footer .qrcode .qc .bg .f{
        position: absolute;
        width: 1.875rem;
        height: 1.875rem;
    }
    
    .m_footer .qrcode .qc .bg .lt{
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-top-left-radius: .812rem;
        top: 0;
        left: 0;
    }
    
    .m_footer .qrcode .qc .bg .rt{
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top-right-radius: .812rem;
        top: 0;
        right: 0;
    }
    
    .m_footer .qrcode .qc .bg .lb{
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom-left-radius: .812rem;
        bottom: 0;
        left: 0;
    }
    
    .m_footer .qrcode .qc .bg .rb{
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-bottom-right-radius: .812rem;
        right: 0;
        bottom: 0;
    }

    .m_footer .qrcode .txt{
        font-weight: 100;
        font-size: 2.25rem;
        line-height: 2.25rem;
        color: #ffffff;
        margin-top: 1.5rem;
    }
    
    .about1{
        padding-top: 6.25rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .about1 .left{
        width: 90%;
        margin: 0 auto;
    }

    .about1 .left .pics{
        width: 8.5rem;
        height: 5.25rem;
        position: relative;
    }

    .about1 .left .pics img:nth-child(1){
        width: 8.5rem;
        height: 5.25rem;
    }

    .about1 .left .pics img:nth-child(2){
        width: 8.187rem;
        height: .562rem;
        position: absolute;
        bottom: .812rem;
        right: -2.937rem;

    }

    .about1 .left .r1{
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
        margin-top: 1.25rem;
    }

    .about1 .left .splid{
        width: 2.125rem;
        height: .125rem;
        background: #333333;
        margin-top: 1.687rem;
    }

    .about1 .left .r2{
        font-family: "Noto Sans SC";
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
        margin-top: 3rem;
    }

    .about1 .left .r3{
        margin-top: .937rem;
    }
    
    .about1 .left .r3 p{
        font-family: "Noto Sans SC";
        font-size: 1.125rem;
        color: #666666;
        line-height: 1.687rem;
        text-indent: 2.25rem;
    }

    .about1 .pic{
        width: 100%;
        height: auto;
        margin-top: 1.875rem;
    }

    .about1 .red{
        width: 12.062rem;
        height: 24.312rem;
        background: #E70014;
        align-self: flex-end;
    }
    
    .m_about2{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 4.375rem;
    }

    .m_about2 .content .pic{
        width: 90%;
    }

    .m_about2 .content{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 3.125rem;
        padding-bottom: 2.812rem;
        background-image: url("/img/idx1_bg1.jpg");
        background-size: 100% 43.75rem;
        background-position: top center;
        background-repeat: no-repeat;
        position: relative;
    }

    .m_about2 .content .r1{
        width: 30.375rem;
        height: 3.187rem;
    }

    .m_about2 .content .r2{
        font-weight: 400;
        font-size: 1.75rem;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-top: 1.187rem;
    }

    .m_about2 .content .r3{
        width: fit-content;
        font-weight: 400;
        font-size: 1.562rem;
        color: #FFFFFF;
        line-height: 1.562rem;
        padding-top: .687rem;
        padding-bottom: .75rem;
        padding-left: .75rem;
        padding-right: .812rem;
        border-top: 1px dashed #fff;
        border-bottom: 1px dashed #fff;
        margin-top: 1.437rem;
    }

    .m_about2 .content .r4{
        display: flex;
        align-items: center;
        margin-top: 1.75rem;
    }

    .m_about2 .content .r4 img{
        width: 2.625rem;
        height: 2.687rem;
    }

    .m_about2 .content .r4 .txt{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: .562rem;
    }

    .m_about2 .content .r4 .txt .t1{
        font-weight: 400;
        font-size: 1.25rem;
        color: #FFFFFF;
        line-height: 1.25rem;
    }

    .m_about2 .content .r4 .txt .t2{
        font-family: Gotham_b;
        font-size: 1.5rem;
        color: #fff;
        line-height: 1.5rem;
        margin-top: .5rem;
    }

    .m_about2 .content .r5{
        width: 8.937rem;
        height: 1.875rem;
        border-radius: .937rem;
        border: 1px solid #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 1.125rem;
        color: #FFFFFF;
        margin-top: 1.812rem;
    }

    .m_about2 .content .r5 img{
        width: 1.187rem;
        height: 1.187rem;
        margin-right: .625rem;
    }

    .m_about3{
        padding-top: 2rem;
        padding-bottom: 3.437rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

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

    .m_about3 .content .right{
        width: calc(100% - 4.937rem);
        padding-left: 2.375rem;
        padding-right: 2.562rem;
        padding-top: 2.812rem;
        padding-bottom: 5.25rem;
        background-color: #F5F5F5;
        position: relative;
    }

    .m_about3 .content .right::after{
        content: "";
        width: 100%;
        height: 2.875rem;
        background-color: #8F2433;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .m_about3 .content .right .pics{
        width: 10.5rem;
        height: 5.312rem;
        position: relative;
    }

    .m_about3 .content .right .pics img:nth-child(1){
        width: 10.5rem;
        height: 5.312rem;
    }

    .m_about3 .content .right .pics img:nth-child(2){
        width: 8.187rem;
        height: .562rem;
        position: absolute;
        bottom: .125rem;
        right: -2.437rem;
    }

    .m_about3 .content .right .r1{
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
        margin-top: 1.625rem;
    }

    .m_about3 .content .right .splid{
        width: 2.125rem;
        height: .125rem;
        background: #333333;
        margin-top: 1.687rem;
        margin-bottom: .875rem;
    }

    .m_about3 .content .right .r2{
        font-weight: 500;
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.5rem;
        margin-top: 1.937rem;
    }

    .m_about3 .content .right .r3{
        font-weight: 400;
        font-size: 1.125rem;
        color: #666666;
        line-height: 1.687rem;
        margin-top: 1.187rem;
        text-align: justify;
    }
    
    .m_about4{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .m_about4 .content{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        background-image: url("/img/about4_bg1.jpg");
        background-size: 100% 100%;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_about4 .content .r1{
        width: 14.5rem;
        height: 2.25rem;
    }

    .m_about4 .content .r2{
        font-weight: 500;
        font-size: 3.125rem;
        color: #FFFFFD;
        line-height: 3.125rem;
        margin-top: .875rem;
    }

    .m_about4 .content .r3{
        font-weight: 500;
        font-size: 1.5rem;
        color: #FFFFFD;
        line-height: 2.312rem;
        margin-top: 1.187rem;
    }

    .m_about4 .content .r4{
        width: 90%;
        height: 3.062rem;
        background: #FFFFFF;
        border-radius: 1.562rem;
        font-weight: 500;
        font-size: 1.5rem;
        color: #8F2433;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.25rem;
    }

    .m_about4 .content1{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 2rem;
        margin-top: 2rem;
    }

    .m_about4 .content1 .blk{
        width: 100%;
        height: 11.062rem;
        padding-top: 4.625rem;
        padding-right: 3.437rem;
        background: #f5f5f5;
        display: flex;
        border-bottom: .5rem solid #8F2433;
    }

    .m_about4 .content1 .blk .icon{
        width: 4rem;
        height: 4rem;
        margin-left: 4.812rem;
    }

    .m_about4 .content1 .blk .txt{
        margin-left: 4rem;
    }

    .m_about4 .content1 .blk .txt .t1{
        font-weight: 500;
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
    }

    .m_about4 .content1 .blk .txt .t2{
        font-weight: 400;
        font-size: 1.375rem;
        color: #333333;
        line-height: 1.875rem;
        margin-top: .562rem;
    }

    .about5{
        padding-top: 6.25rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .about5 .left{
        width: 90%;
        margin: 0 auto;
    }

    .about5 .pic{
        width: 100%;
        height: auto;
        margin-top: 1.875rem;
    }

    .about5 .red{
        width: 12.062rem;
        height: 24.312rem;
        background: #E70014;
        align-self: flex-end;
    }
    
    .secondnav{
        width: 95%;
        display: flex;
        align-items: flex-end;
        margin: 0 auto;
        margin-top: 3.125rem;
    }

    .m_joinus1{
        padding-bottom: 9.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        position:relative;
    }
    .m_joinus1 .warnning{
        font-size: 1.5rem;
        color: red;
        position: absolute;
        right: 6%;
        bottom: 5%;
    }
    .m_joinus1 .global_title .title{
        line-height: 3.75rem;    
    }

    .m_joinus1 .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5.312rem;
    }

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

    .m_joinus1 .content .right{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 1.062rem;
        margin-top: 3.125rem;
    }

    .m_joinus1 .content .right .blk{
        width: calc(48% - 2.187rem);
        height: 14.312rem;
        background: #F5F5F5;
        padding-left: 2.187rem;
        padding-top: 4.312rem;
    }

    .m_joinus1 .content .right .blk .icon,
    .m_joinus1 .content .right .blk .icon img{
        width: 3.812rem;
        height: 3.812rem;
    }

    .m_joinus1 .content .right .blk:hover .icon img:first-child,
    .m_joinus1 .content .right .blk .icon img:last-child{
        display: none;
    }

    .m_joinus1 .content .right .blk:hover .icon img:last-child{
        display: block;
    }

    .m_joinus1 .content .right .blk:hover{
        background-color: #8F2433;
    }

    .m_joinus1 .content .right .blk:hover .t1,
    .m_joinus1 .content .right .blk:hover .t2{
        color: #fff;
    }

    .m_joinus1 .content .right .blk .t1{
        font-weight: 500;
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
        margin-top: 2.125rem;
    }

    .m_joinus1 .content .right .blk .t2{
        font-weight: 400;
        font-size: 1.125rem;
        color: #333333;
        line-height: 1.125rem;
        margin-top: .687rem;
    }

    
    .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 {
        margin-top: 3.125rem;
        margin-bottom: 5rem;
    }

    .news1 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news1 .content .sec{
        width: 100%;
        height: 15.625rem;
        display: flex;
        justify-content: space-between;
        margin-bottom: 2.5rem;
        background-color: #F0F0F0;
    }

    .news1 .content .sec .left{
        width: 40%;
        height: auto;
    }

    .news1 .content .right{
        width: 45%;
/*        margin-right: 0;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .news1 .content .right .r1{
        font-family: "Noto Sans SC";
        font-size: 1.625rem;
        line-height: 1.625rem;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news1 .content .right .r2{
        font-size: 1.25rem;
        color: #5F5F5F;
        line-height: 1.25rem;
        margin-top: 1.25rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news1 .content .right .r3{
        margin-top: 1.875rem;
        display: flex;
        justify-content: space-between;
    }

    .news1 .content .right .r3 .more{
        font-family: "Noto Sans SC";
        font-size: 1.187rem;
        color: #666666;
        line-height: 1.187rem;
    }

    .news1 .content .right .r3 .more img{
        width: 2.875rem;
        height: 1.25rem;
        margin-left: .687rem;
    }

    .news1 .content .right .r3 .date{
        font-family: "Noto Sans SC";
        font-size: 1.187rem;
        color: #666666;
        line-height: 1.187rem;
    }


    .second_title_h1{
        margin-top: 3.125rem;
    }

    .second_content{
    }

    .article{
        width: 92%;
        margin-bottom: 6.25rem;
        padding-left: 4%;
        padding-right: 4%;
    }
    
    .bmap{
        height: 32.5rem;
        width: 100%;
    }
    
    .contact1{
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contact1 .left{
        width: 100%;
        height: auto;
    }

    .contact1 .right{
        width: 100%;
        height: 43.75rem;
        padding-left: 2.312rem;
        background-color: #068747;
    }

    .contact1 .right .r1{
        margin-top: 5.625rem;
        font-family: "Noto Sans SC";
        font-size: 3rem;
        color: #FFFFFF;
        line-height: 3rem;
    }

    .contact1 .right .r2{
        font-family: "Noto Sans SC";
        font-size: 1.125rem;
        color: #FBFCFE;
        line-height: 1.125rem;
        margin-top: 2.062rem;
    }

    .contact1 .right .r3{
        font-family: Gotham;
        font-size: 2.25rem;
        color: #FBFCFE;
        line-height: 2.25rem;
        margin-top: 1.562rem;
        margin-bottom: .875rem;
    }

    .contact1 .right .r4{
        font-family: "Noto Sans SC";
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.687rem;
        margin-top: 1.062rem;
    }

    .contact1 .qrcode{
        margin-top: 2.062rem;
        display: flex;
        justify-content: flex-start;
    }

    .contact1 .qrcode img{
        width: 9.312rem;
        height: 9.375rem;
    }

    .contact1 .qrcode .qc{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 1.437rem;
    }

    .contact1 .qrcode .txt{
        font-family: "Noto Sans SC";
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #ffffff;
        margin-top: .75rem;
    }
    
  
    .products .left{
        width: 100%;
    }

    .products .header{
        width: 100%;
        background-color: #8F2433;
        height: 4.312rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        color: #FFFFFF;
        line-height: 2rem;
    }

    .products .header a div{
        font-size: .75rem;
        height: .75rem;
        margin-bottom: .75rem;
    }

    .products .header a{
        height: 2rem;
        display: flex;
        align-items: flex-end;
    }


    .products .list ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .products .list li{
        background-color: rgb(51, 106, 39, 0.02);
        height: 4.375rem;
        width: 49%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .products .list li a{
        display: flex;
    }

    .products .right{        
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 auto;
        margin-top: 2.5rem;
    }

    .products .right .product img{
        width: 100%;
        height: auto;
    }

    .products .right .product{
        width: 48%;
    }
}

@media (max-width: 1450px) and (min-width: 1200px) {
    
    .idx4 .content{
        width: 100%;
    }

    .idx5 .content{
        width: 46.812rem;
    }
    
    .idx12 .content .right{
        width: 45.875rem;
    }
    
    .idx3 .content {
        justify-content: center;
    }
    
    .idx3 .content .v video{
        width: 100%;
        height: 100%;
    }
    
    .idx8{
        justify-content: space-between;
    }
    
    .idx8 .left{
        width: 40%;
        height: 48.812rem;
        background-color: #F5F5F5;
        padding-left: 9.375rem;
    }
    .idx8 .right{
        width: 60%;
        height: 47.812rem;
        margin-top: 5.5rem;
        margin-left: -23.625rem;
    }
    
    .about1 .red,
    .about5 .red{
        display: none;
    }
}
