@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 Serif SC"; font-weight:400;
}

.wap{
    display: none;
}

#content{
    margin-top: 10.375rem;
}

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

.nav_wap{
    display: none;
}

.logoout{
    width: 100%;
    height: 3rem;
    background-color: #C32228;
}

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

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


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

#header .nav .logopic{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.spzx{ width:100%; max-width:1200px; margin:3% auto 0%; text-align:center}

#header .nav .logopic img{
    width: 4.875rem;
    height: 5.5rem;
}

#header .nav .logopic .txt{
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #C32228;
}


.logo .left .logo_txt{
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.375rem;
    color: #FFFFFF;
    line-height: 1.375rem;
}

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

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

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

.logo .right .logo_txt .t1{
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.25rem;
}

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

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

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


#header .nav{
    height: 7.375rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#nav{
    width: 56.25rem;
    height: 7.375rem;
    display: flex;
    justify-content: space-between;
}

#nav li{
    display: flex;
}


#nav li a{
    height: 100%;
    display: flex;
    align-items: flex-end;
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.25rem;
    position: relative;
}

#nav li a span:nth-child(2){
    margin-bottom: 1rem;
}

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

#nav li.on a{
    flex-direction: column;
    align-items: center;
    width: 6.875rem;
    height: 100%;
    background-color: #F6F6F6;
    color: #C32228;
}

#nav li.on a .icon{
    display: block;
    margin-top: 1.687rem;
}

#nav li.on a .bkg{
    display: block;
    width: 100%;
    height: 4px;
    background-image: url("/img/header_bg.jpg");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

#nav li.on a span:nth-child(2){
    margin-top: .937rem;
}

/*
#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: 25px;
    height:10px;
    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 !important;
}


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

.global_title .title{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 3.125rem;
    color: #333333;
    line-height: 3.125rem;
    display: flex;
    align-items: center;
}

.global_title .title img{
    width: 3.937rem;
    height: .562rem;
}

.global_title .title img:first-child{
    margin-right: 1.562rem;
}

.global_title .title img:last-child{
    margin-left: 1.5rem;
}

.global_title .title span{
    color: #068747;
}

.global_title .sub{
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.5rem;
    margin-top: .625rem;
    text-align: center;
}

.global_title img{
    width: 11.5rem;
    height: .375rem;
    margin-top: 1.25rem;
}

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

.global_title1 .title{
    font-family: "Noto Serif SC"; font-weight:700;
    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 Serif SC"; font-weight:300;
    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{
    width: 100%;
    position: relative;
    padding-top: 8.5rem;
    padding-bottom: 6.687rem;
}

.idx1 .bg{
    width: 97.5rem;
    height: 49.125rem;
    position: absolute;
    top: 0;
    right: 0;
}

.idx1 .red{
    width: 23.125rem;
    height: 15.187rem;
    background-color: #C32228;
    position: absolute;
    right: 0;
    bottom: 6.687rem;
}

.idx1 .content{
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.idx1 .contentin{
    width: 46.187rem;
    height: 33.937rem;
    background: #C32228;
    padding-left: 4.437rem;
    padding-right: 3.687rem;
}

.idx1 .contentin .icon{
    width: 2.625rem;
    height: 2.437rem;
    margin-top: 3.312rem;
}

.idx1 .contentin .t1{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 2.25rem;
    color: #FFFFFD;
    line-height: 2.25rem;
    margin-top: 1.687rem;
}

.idx1 .contentin .t2{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 1.25rem;
    color: #FFFFFD;
    line-height: 1.25rem;
    margin-top: .625rem;
}

.idx1 .contentin .t3{
    margin-top: 1.75rem;
}

.idx1 .contentin .t3 p{
    font-family: "Noto Serif SC"; font-weight:200;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    text-indent: 2.25rem;
    text-align: justify;
}

.idx1 .contentin .more{
    width: 18.062rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid #FEC202;
    display: flex;
    align-items: flex-end;
    font-size: 1.125rem;
    color: #FEC202;
    line-height: 1.125rem;
    margin-top: 1.875rem;
}

.idx1 .contentin .more img{
    width: 1.562rem;
    height: .5rem;
    margin-left: .437rem;
}

.idx2{
    background-color: #EFEFEF;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.idx2 .content{
    position: relative;
}

.idx2 .content .blk{
    display: flex;
    align-items: center;
}

.idx2 .content .blk .left{
    width: 29rem;
    height: 32.937rem;
}

.idx2 .content .blk .right{
    margin-left: 4.187rem;
}

.idx2 .content .blk .right .r1{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 2.25rem;
    color: #333333;
    line-height: 2.25rem;
}

.idx2 .content .blk .right .r2{
    width: 2.937rem;
    height: .75rem;
    margin-top: 1rem;
}

.idx2 .content .blk .right .r3{
    font-family: "Noto Serif SC"; font-weight:200;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.687rem;
    height: 6.75rem;
    text-indent: 2.25rem;
    margin-top: 3.125rem;
}

.idx2 .content .blk .right .r4{
    width: 24.75rem;
    height: 11rem;
    padding-left: 4.5rem;
    padding-top: 1.687rem;
    background: #C32228;
    margin-top: 2.312rem;
    margin-left: -5.25rem;
}

.idx2 .content .blk .right .r4 .t1{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 1.75rem;
    color: #FFFFFF;
    line-height: 1.75rem;
}

.idx2 .content .blk .right .r4 .t2{
    font-family: "Noto Serif SC"; font-weight:200;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.687rem;
    margin-top: .625rem;
}

.idx2 .btns{
    width: 5.812rem;
    height: 2.625rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 2.687rem;
    right: 0;
}

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

.idx2 .btns .swiper-button-next{
    width: 2.625rem;
    height: 2.625rem;
    background-image: url("/img/icon_arrow_r.jpg");
    background-size: 100% 100%;
}

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

.idx3 .content{
    width: 100.812rem;
    height: 31.437rem;
    background-image: url("/img/idx3_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    position: relative;
}

.idx3 .content .txt{
    margin-top: 7.312rem;
    margin-left: 16.187rem;
}

.idx3 .content .txt .t1{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 3.125rem;
    color: #FFFFFD;
    line-height: 4.062rem;
}

.idx3 .content .txt .t2{
    width: 10.375rem;
    height: 3.125rem;
    border-radius: 1.562rem;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
    margin-top: 1.25rem;
}

.idx3 .content .bar{
    height: 10.812rem;
    position: absolute;
    left: 50%;
    bottom: -3.312rem;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.idx3 .content .bar .blk{
    width: 20rem;
    padding-left: 3.937rem;
    height: 9.5rem;
    background-color: #fff;
    border-bottom: .25rem solid #C32228;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.idx3 .content .bar .blk:hover{
    background-color: #C32228;
    border-bottom-color: #FEC202;
}

.idx3 .content .bar .blk:hover .t1,
.idx3 .content .bar .blk:hover .t2{
    color: #fff;
}

.idx3 .content .bar .blk .t1{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
}

.idx3 .content .bar .blk .t2{
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.375rem;
    color: #333333;
    line-height: 1.375rem;
    margin-top: .875rem;
}

.idx4{
    padding-top: 5.437rem;
    padding-bottom: 2.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx4 .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4.312rem;
    grid-row-gap: 1.562rem;
}

.idx4 .content .blk{
    width: 17rem;
}

.idx4 .content .blk img{
    width: 17rem;
    height: 18.25rem;
}

.idx4 .content .blk .txt{
    width: 100%;
    height: 3.062rem;
    background-color: #F5F5F5;
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 1.375rem;
    color: #333333;
    line-height: 1.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx4 .content .blk:hover .txt{
    background-color: #C32228;
}

.idx4 .content .blk:hover .txt{
    color: #fff;
}

.idx4 .content1{
    padding-bottom: 2.5rem;
    margin-top: 5.687rem;
    position: relative;
}

.idx4 .content1 .left{
    width: 25.812rem;
    height: 40.937rem;
    background: #C32228;
    padding-left: 5.187rem;
    padding-top: 5.75rem;
    position: relative;
    z-index: 1;
}

.idx4 .content1 .left .icon{
    width: 3.937rem;
    height: .562rem;
}

.idx4 .content1 .left .r1{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 3.125rem;
    color: #FFFFFF;
    line-height: 3.875rem;
    margin-top: 1rem;
}

.idx4 .content1 .left .r2{
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.062rem;
    margin-top: 1.875rem;
}

.idx4 .content1 .left .r2 .blk{
    width: 20.562rem;
    height: 3.062rem;
    background-image: url("/img/idx4_bg1.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 1.875rem;
}

.idx4 .content1 .left .r2 .blk img{
    width: .812rem;
    height: .812rem;
    margin-left: 1.25rem;
    margin-right: 1.875rem;
}

.idx4 .content1 .right{
    width: 66.437rem;
    height: 43rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.idx4 .content1 .right1{
    width: 17.875rem;
    height: 22rem;
    position: absolute;
    bottom: .625rem;
    right: 4.187rem;
    z-index: 1;
}

.idx5{
    padding-top: 4.687rem;
    padding-bottom: 4.312rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #EFEFEF;
}

.idx5 .content{
    display: flex;
    justify-content: space-between;
    margin-top: 4.812rem;
}

.idx5 .content .left{
    width: 37.437rem;
    height: 40.312rem;
}

.idx5 .content .c{
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.312rem;
}

.idx5 .content .c1{
    align-self: flex-start;
}

.idx5 .content .c2{
    align-self: flex-end;
}

.idx5 .content .c .blk{
    width: 11.937rem;
    height: 17.562rem;
    background: #FFFFFF;
    border-radius: 1.5rem;
    padding-left: 4.687rem;
}

.idx5 .content .c .blk .icon{
    margin-top: 2.062rem;
}

.idx5 .content .c .blk .icon img{
    width: 3.875rem;
    height: 3.875rem;
}

.idx5 .content .c .blk .t1{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 2.187rem;
    margin-top: 2rem;
}

.idx5 .content .c .blk .t2{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    opacity: 0.34;
    margin-top: 2rem;
}

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

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

.idx5 .content .c .blk:hover{
    background-color: #C32228;
}

.idx5 .content .c .blk:hover .t1,
.idx5 .content .c .blk:hover .t2{
    color: #fff;
}

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

.idx6 .content{
    width: 100%;
    margin-top: 5.5rem;
    display: flex;
    justify-content: center;
    grid-column-gap: 1.75rem;
}

.idx6 .content .blk{
    width: 19.187rem;
}

.idx6 .content .blk img{
    width: 100%;
    height: 22.062rem;
}

.idx6 .content .blk .txt{
    width: 100%;
    height: 4.625rem;
    background: #C32228;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx6 .btns{
    width: 2.625rem;
    height: 2.625rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: -4.812rem;
}

.idx6 .btns .swiper-button-next{
    width: 2.625rem;
    height: 2.625rem;
    background-image: url("/img/icon_arrow.jpg");
    background-size: 100% 100%;
}


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

.idx7 .content{
    margin-top: 4.062rem;
}

.idx7 .content .blk{
    width: 23.25rem;
    height: 35.312rem;
    border-bottom: .562rem solid #C32228;
}

.idx7 .content .img{
    width: 23.25rem;
    height: 35.312rem;
}

.idx7 .btns{
    width: 6.125rem;
    height: 2.625rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 2.312rem;
}

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

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

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

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

.idx8 .content .left{
    width: 33.312rem;
    height: 39.25rem;
    padding-left: 2.625rem;
    background: #F5F5F5;
}

.idx8 .content .left .icon{
    width: 3.937rem;
    height: .562rem;
    margin-top: 6.875rem;
}

.idx8 .content .left .r1{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 3.125rem;
    color: #333333;
    line-height: 3.125rem;
    margin-top: 1.5rem;
}

.idx8 .content .left .r2{
    width: 19.687rem;
    height: 3rem;
    background: #C32228;
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.125rem;
}

.idx8 .content .left .r3{
    width: 30.812rem;
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.687rem;
    margin-top: 2.187rem;
    text-align: justify;
}

.idx8 .content .right{
    width: 39.5rem;
    height: 29.937rem;
    align-self: flex-end;
}

.idx9{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5.625rem;
}
.idx9 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.875rem;
    margin-top: 3.75rem;
}

.idx9 .content .blk{
    width: 21.75rem;
    height: 9.375rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx9 .content .blk img{
    width: 5.187rem;
    height: 5.125rem;
}

.idx9 .content .blk .txt{
    font-family: "Noto Serif SC"; font-weight:600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.125rem;
    margin-left: 3.125rem;
}

.idx9 .content .blk:hover{
    background-color: #C32228;
}

.idx9 .content .blk:hover .txt{
    color: #fff;
}

.idx10{
    padding-top: 4.812rem;
/*    padding-bottom: 9.5rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.idx10 .warnning{
    font-size: 1.125rem;
    color: red;
    position: absolute;
    right: 6%;
    bottom: -4%;
}
.idx10 .content{
    display: flex;
    justify-content: space-between;
    margin-top: 3.5rem;
}

.idx10 .content .blk{
    width: 12.75rem;
    height: 19.312rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.idx10 .content .blk .t1{
    font-family: "Noto Serif SC"; font-weight:600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 1.75rem;
    opacity: 0.34;
}

.idx10 .content .blk .t2{
    font-family: "Noto Serif SC"; font-weight:600;
    font-size: 2.25rem;
    color: #C32228;
    line-height: 2.25rem;
    margin-top: 1.687rem;
}

.idx10 .content .blk .t3{
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.125rem;
    margin-top: 1.937rem;
    text-align: center;
}

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

.news .title{
    font-family: "Noto Serif SC"; font-weight:700;
    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-family: "Noto Serif SC"; font-weight:700;
    font-weight: 400;
    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 Serif SC"; font-weight:300;
    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: #C32228;
}


.contact{
    display: flex;
    justify-content: flex-end;
    padding-top: 11.5rem;
    padding-bottom: 5.5rem;
    position: relative;
}
.contact .warnning{
    font-size: 1.125rem;
    color: red;
    position: absolute;
    right: 6%;
    bottom: 5%;
}
/*
.contact.about{
    padding-top: 11.5rem;
}
*/

.contact .content{
    width: 68.75rem;
    padding-top: 4.437rem;
    padding-bottom: 2.437rem;
    background-color: #F7F7F7;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.contact .content::after{
    content: '';
    width: 54.562rem;
    height: .187rem;
    background-color: #C32228;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contact .left{
    width: 26.625rem;
    height: 20.812rem;
    background: #C32228;
    margin-top: -9.062rem;
    margin-left: -4rem;
}

.contact .left .r1{
    font-family: ysbth;
    font-size: 4.062rem;
    line-height: 4.187rem;
    color: #fff;
    margin-top: 2.5rem;
    margin-left: 2.125rem;
}

.contact .left .r2{
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.562rem;
    color: #fff;
    line-height: 1.875rem;
    margin-top: .625rem;
    margin-left: 2.125rem;
}

.contact .left .r2 span{
    font-family: "Noto Serif SC"; font-weight:700;
}

.contact form{
    width: 42.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1.812rem;
}

.contact .feedback{
    width: 100%;
}

.contact .feedback input{
    font-family: "Noto Serif SC"; font-weight:300;
    border: none;
    width: 100%;
    height: 3.187rem;
    background-color: #fff;
    font-size: 1.375rem;
    color: #333333;
    line-height: 2.062rem;
    margin-bottom: 1rem;
    text-align: center;
}
.contact .feedback input:placeholder-shown::placeholder{
    color: #666666;
}

.contact .feedback textarea{
    font-family: "Noto Serif SC"; font-weight:300;
    width: 100%;
    height: 4.5rem;
    border: none;
    background-color: #fff;
    padding-top: 1.937rem;
    font-size: 1.375rem;
    color: #333333;
    line-height: 2.062rem;
    resize: none;
    text-align: center;
}

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

.contact .feedback button{
    border: none;
    width: 12.5rem;
    height: 3.75rem;
    background: #C32228;
    font-family: siyuanheigti_b;
    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.562rem;
    background-color: #C32228;
}

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

.footer .footer_top .left{
    width: 7.062rem;
    height: 7.125rem;
}

.footer .footer_top .right{
    display: flex;
    justify-content: space-between;
    width: 69%;
    margin-top: 2.312rem;
}

.footer .footer_top .right li{
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.125rem;
    color: #FAFAFA;
    line-height: 1.125rem;
}

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

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

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

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

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

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

.footer .footer_mid .right .lianxi .t1{
    font-family: "Noto Serif SC"; font-weight:400;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
}
.footer .footer_mid .right .lianxi .t2{
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1rem;
    margin-top: .437rem;
}

.footer .footer_mid .right .lianxi .r2{
    font-family: "Noto Serif SC"; font-weight:300;
    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 .qrcode{
    display: flex;
}

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

.footer .footer_mid .qrcode .qc .bg{
    width: 7.75rem;
    height: 7.687rem;
    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;
    top: 0;
    left: 0;
}

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

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

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

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

.footer .footer_mid .qrcode .txt{
    font-family: "Noto Serif SC"; font-weight:300;
    font-weight: 100;
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #fff;
    margin-top: .75rem;
}

.footer .footer_bottom{
    width: 100%;
    height: 3.625rem;
    margin-top: 1.75rem;
    background-color: #FFC202;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer_bottom div{
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: .875rem;
    color: #fff;
    line-height: .875rem;
}

.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-family: "Noto Serif SC"; font-weight:700;
    font-size: 2.25rem;
    color: #ffffff;
    line-height: 2.5rem;
    margin-top: 3.812rem;
    margin-left: 1.125rem;
}

.secondnav .title2{
    font-family: "Noto Serif SC"; font-weight:700;
    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-family: "Noto Serif SC"; font-weight:300;
    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 Serif SC"; font-weight:500;
    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: 7.25rem;
    padding-bottom: 4.687rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.about1 .left{
    width: 39.125rem;
    margin-right: 4.062rem;
}

.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-family: "Noto Serif SC"; font-weight:400;
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    margin-top: 1.187rem;
}

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

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


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

.about1 .left .r3 p{
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 24px;
    color: #666666;
    line-height: 2.25rem;
}

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

.about1 .red{
    width: 14.312rem;
    height: 24.312rem;
    background: #C32228;
    align-self: flex-end;
}

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

.about2 .content{
    margin-top: 1.375rem;
}

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

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

.about3 .content table{
    width: 90%;
    border: none;
    border-spacing: auto .687rem;
}

.about3 .content table td{
    font-family: "Noto Serif SC"; font-weight:700;
    font-size: 2.125rem;
    color: #333333;
    line-height: 2.125rem;
}

.about3 .content table td span{
    color: #068747;
}

.about3 .content img{
    width: 100%;
    margin-top: 1.375rem;
}

.about4{
    padding-top: 6.062rem;
    padding-bottom: 9.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about4 .content{
    margin-top: -2.875rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.about4 .content .left{
    margin-bottom: 3.812rem;
}

.about4 .content .left .a{
    display: flex;
}

.about4 .content .left .a .blk{
    margin-right: 1.75rem;
}

.about4 .content .left .a .blk:last-child{
    margin-right: 0;
}

.about4 .content .left .a .blk .num{
    font-family: "Noto Serif SC"; font-weight:700;
    font-size: 3.687rem;
    color: #068747;
    line-height: 3.687rem;
}

.about4 .content .left .pic{
    margin-top: 3rem;
}

.about4 .content .left .a .blk .txt{
    font-family: "Noto Serif SC"; font-weight:700;
    font-size: 1.437rem;
    color: #333333;
    line-height: 1.437rem;
    margin-top: 1.187rem;
}

.contact1{
    padding-top: 11.437rem;
/*    padding-bottom: 12.5rem;*/
    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: #C32228;
}

.contact1 .right .r1{
    margin-top: 4.75rem;
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 2.25rem;
    color: #FFFFFF;
    line-height: 2.25rem;
}

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

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

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

.contact1 .right .r4 span{
    display: inline-block;
    text-indent: 5.625rem;
}

.contact1 .qrcode{
    margin-top: 2.187rem;
    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 Serif SC"; font-weight:300;
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #ffffff;
    margin-top: .75rem;
}

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

.joinus1{
    padding-top: 9.437rem;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.joinus1 .warnning{
    color: red;
    font-size: 1.125rem;
    position: absolute;
    right: 6%;
    bottom: 5%;
}
.joinus1 .left{
    width: 37.812rem;
    height: 34.5rem;
    background: #C32228;
    padding-left: 3.75rem;
    padding-right: 3.312rem;
    margin-top: 10.062rem;
    margin-right: -8rem;
    z-index: 1;
}

.joinus1 .left .icon{
    width: 4rem;
    height: .625rem;
    margin-top: 4.375rem;
}

.joinus1 .left .r1{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 3.125rem;
    color: #FFFFFF;
    line-height: 3.125rem;
    margin-top: 1.5rem;
}

.joinus1 .left .r2{
    width: 19.687rem;
    height: 3rem;
    background: #FFC202;
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .75rem;
}

.joinus1 .left .r3{
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    margin-top: 2.312rem;
}

.joinus1 .right{
    width: 60.625rem;
    height: 46.062rem;
}

.joinus2{
    margin-top: 5.687rem;
}

.joinus2 .content1{
    padding-top: 4.562rem;
    padding-bottom: 3.5rem;
    position: relative;
    background: #C32228;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.joinus2 .content1 .left{
    width: 43.75rem;
    margin-left: 3.812rem;
    position: relative;
    z-index: 1;
}

.joinus2 .content1 .left .icon{
    width: 3.937rem;
    height: .562rem;
}

.joinus2 .content1 .left .r1{
    font-family: ysbth;
    font-size: 3.125rem;
    color: #FFFFFF;
    line-height: 3.875rem;
    margin-top: 1.5rem;
}

.joinus2 .content1 .left .r2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.687rem;
    margin-top: 1.875rem;
}

.joinus2 .content1 .left .r2 .blk{
    width: 20.562rem;
    height: 3.062rem;
    background-image: url("/img/idx4_bg1.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 1.875rem;
}

.joinus2 .content1 .left .r2 .blk img{
    width: .812rem;
    height: .812rem;
    margin-left: 1.25rem;
    margin-right: 1.875rem;
}

.joinus2 .content1 .right1{
    width: 15.937rem;
    height: 19.562rem;
    margin-right: 4.312rem;
    z-index: 1;
}

.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 Serif SC"; font-weight:700;
    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 Serif SC"; font-weight:500;
    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 Serif SC"; font-weight:500;
    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 Serif SC"; font-weight:500;
    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;
    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-family: "Noto Serif SC"; font-weight:500;
    font-size: 1.875rem;
    color: #333333;
    line-height: 1.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news1 .content .right .r2{
    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-family: "Noto Serif SC"; font-weight:300;
    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-family: "Noto Serif SC"; font-weight:300;
    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: #C32228;
}

.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 #EDEEF2;
    background-color: #EDEEF2;
    display: inline-block;
    color: #666666;
    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: #C32228;
    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 #C32228;
    background-color: #C32228;
    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{
    padding-top: 8rem;
    padding-bottom: 4.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products .left{
    width: 100%;
    padding-top: 2.125rem;
    padding-bottom: .437rem;
    background-color: #F8F8F8;
}

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

.products .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 3.125rem;
}

.products .list li{
    font-size: 1.5rem;
    color: #777777;
    line-height: 1.5rem;
    margin-bottom: 1.437rem;
}

.products .list li a{
    display: flex;
    align-items: center;
}

.products .list li .dots{
    width: .562rem;
    height: .937rem;
    margin-right: .312rem;
    display: none;
}

.products .list li .dots .c1{
    width: .562rem;
    height: .562rem;
    background-color: #D7000F;
    border-radius: 50%;
}

.products .list li .dots .c2{
    width: .562rem;
    height: .562rem;
    border: 1px solid #D7000F;
    border-radius: 50%;
    margin-top: -.187rem;
    box-sizing: border-box;
}

.products .list li.on,
.products .list li:hover{
    color: #D7000F;
}

.products .list li.on .dots,
.products .list li:hover .dots{
    display: block;
}

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

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

.products .wx img:nth-child(2){
    width: 8.5rem;
    height: 8.375rem;
    margin-top: 1.437rem;
}

.products .wx div{
    font-family: "Noto Serif SC"; font-weight:300;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
    margin-top: .562rem;
}

.products .right{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.812rem;
}


.products .right .product .pic{
    
}

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

.products .right .product{
    border: 1px solid #C32228;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products .right .product .bar{
    font-family: "Noto Serif SC"; font-weight:500;
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    width: 100%;
    height: 3.875rem;
    background-color: #C32228;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

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

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


@media (max-width: 767px) {
    body {
        max-width: 640px;
        min-width: 320px;
        overflow-x: hidden;
        padding-bottom: 4.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: 8.687rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: none;
        background-color: #fff;
    }
    
    #content{
        margin-top: 8.687rem;
    }
    
    .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: .937rem;
    }
    
    .m_logo .left .splid{
        width: 1px;
        height: 1rem;
        background: #9A722A;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    
    .m_logo .left .logopic{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_logo .left .logopic img{
        width: 3.625rem;
        height: 4.25rem;
    }
    
    .m_logo .left .logopic .txt{
        font-weight: 500;
        font-size: 1.5rem;
        color: #A70A1D;
        line-height: 1.5rem;
        margin-bottom: .625rem;
    }

    .m_logo .left .logo_txt{
        font-size: 1.375rem;
        color: #333333;
        line-height: 1.625rem;
        margin-left: .5rem;
    }
    
    .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: 2.937rem;
    }
    
    .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: 4.25rem;
    }

    .xf a {
        width: 50%;
        background: #FFC202;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 1.875rem;
        line-height: 1.875rem;
    }

    .xf a:nth-child(2) {
        background: #fff;
        color: #B90C14;
    }
    
    .nav_wap {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end
        z-index: 9999999;
    }
    
    .nav_wap .subNavShow{
/*        height: 100%;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: flex-end;
    }
    
    .nav_wap .tel{
        font-family: Gotham_b;
        font-size: 1.937rem;
        color: #BA0C14;
        line-height: 1.937rem;
        margin-top: .812rem;
        white-space: nowrap;
    }
    
    .nav_wap .subNavShow div{
        width: 2rem;
        height: .25rem;
/*        border-radius: 3px;*/
        background-color: #BA0C14;
        margin-top: .25rem;
        
    }
    
    .nav_wap .subNavShow div:first-child{
        margin-top: 0;
    }

    .subNavBox {
        position: fixed;
        z-index: 9999999;
        width: 100%;
        top: 8.687rem;
        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: 30%;
        background: #ffffff;
        color: #333333;
        height: 100%;
        float: right;
        position: relative;
        text-align: center;
        padding: 0 2%;
    }
    
    .subNavBox_r a:last-child .subNav{
        border-bottom: none;
    }

    .subNavHide {
        font-size: 2.5rem;
        color: #333;
        text-align: right;
        padding-right: 5%;
        padding: 8% 8% 0 8%;
    }

    .global_title{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .global_title .title{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 3.125rem;
        color: #333333;
        line-height: 4.062rem;
    }
    
    .global_title img{
        width: 3.937rem;
        height: .562rem;
        margin-top: 1.187rem;
    }
    
/*
    

    

    .global_title .title span{
        color: #A96601;
    }

    .global_title .sub{
        font-family: "Noto Serif SC"; font-weight:300;
        font-size: 1.5rem;
        color: #666666;
        line-height: 1.5rem;
        margin-top: 1.312rem;
    }

    .global_title img{
        width: 15.75rem;
        height: 1.187rem;
        margin-top: 1.125rem;
    }

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

    .global_title1 .title{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 3.125rem;
        color: #ffffff;
        line-height: 3.125rem;
    }

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

    .global_title1 .sub{
        font-family: "Noto Serif SC"; font-weight:300;
        font-size: 1.5rem;
        color: #ffffff;
        line-height: 1.5rem;
        margin-top: 1.312rem;
    }
    
    .global_title1 img{
        width: 15.75rem;
        height: 1.187rem;
        margin-top: 1.125rem;
    }
*/
    
    .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{
    width: 26px;
    height:10px;
    background: #fff;
    border-radius: 0;
    margin-left: .125rem;
    margin-right: .125rem;
    opacity: 1;
}
    
.m_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #D7000F !important;
}
    
    .m_idx1{
        width: 100%;
        position: relative;
        background-image: url("/img/m_idx1_pic1.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: flex-end;
    }

    .m_idx1 .content{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 30.125rem;
        height: 35.687rem;
        padding-left: 2.187rem;
        padding-right: 2.125rem;
        background-color: #C32228;
        margin-top: 9.375rem;
        margin-right: .937rem;
    }

    .m_idx1 .content .t1{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 2.25rem;
        color: #FFFFFD;
        line-height: 2.687rem;
        margin-top: 1.687rem;
    }

    .m_idx1 .content .t2{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 1.25rem;
        color: #FFFFFD;
        line-height: 1.25rem;
        margin-top: .625rem;
    }

    .m_idx1 .content .t3{
        margin-top: 1.75rem;
    }

    .m_idx1 .content .t3 p{
        font-family: "Noto Serif SC"; font-weight:200;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.875rem;
        text-indent: 2.25rem;
        text-align: justify;
    }

    .m_idx1 .content .more{
        width: 18.062rem;
        padding-bottom: .625rem;
        border-bottom: 1px solid #FEC202;
        display: flex;
        align-items: flex-end;
        align-self: flex-start;
        font-size: 1.125rem;
        color: #FEC202;
        line-height: 1.125rem;
        margin-top: 1.875rem;
    }

    .m_idx1 .content .more img{
        width: 1.562rem;
        height: .5rem;
        margin-left: .437rem;
    }

    
    .m_idx2{
        padding-top: 5.562rem;
        padding-bottom: 3.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_idx2 .r1{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 2.625rem;
        color: #333333;
        line-height: 3rem;
    }

    .m_idx2 .r2{
        width: 2.937rem;
        height: .75rem;
        margin-top: 1.25rem;
    }

    .m_idx2 .content{
        width: 95%;
        margin-top: 3.25rem;
    }

    .m_idx2 .content .blk{
        display: flex;
    }

    .m_idx2 .content .blk .left{
        width: 45%;
        height: 25.25rem;
    }

    .m_idx2 .content .blk .right{
        width: 55%;
        margin-left: 1rem;
        display: flex;
        flex-direction: column;
    }

    

    .m_idx2 .content .blk .right .r3{
        font-family: "Noto Serif SC"; font-weight:200;
        font-size: 1.125rem;
        color: #333333;
        line-height: 1.687rem;
        text-indent: 2.25rem;
        margin-top: 1.875rem;
        text-align: justify;
    }

    .m_idx2 .content .blk .right .r4{
        width: calc(100% - .25rem);
        padding-top: 1.875rem;
        padding-bottom: 1.687rem;
        padding-left: .625rem;
        padding-right: .625rem;
        background: #C32228;
        margin-top: auto;
        margin-left: -1rem;
        justify-self: flex-end;
    }

    .m_idx2 .content .blk .right .r4 .t1{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 1.75rem;
        color: #FFFFFF;
        line-height: 1.75rem;
    }

    .m_idx2 .content .blk .right .r4 .t2{
        font-family: "Noto Serif SC"; font-weight:200;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.687rem;
        margin-top: .625rem;
    }

    .m_idx2 .btns{
        width: 5.812rem;
        height: 2.625rem;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 2.062rem;
    }

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

    .m_idx2 .btns .swiper-button-next{
        width: 2.625rem;
        height: 2.625rem;
        background-image: url("/img/icon_arrow_r.jpg");
        background-size: 100% 100%;
    }

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

    .m_idx3 .content{
        width: 90%;
    }

    .m_idx3 .content .txt .t1{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 3.125rem;
        color: #FFFFFD;
        line-height: 4.062rem;
    }

    .m_idx3 .content .txt .t2{
        width: 10.375rem;
        height: 3.125rem;
        border-radius: 1.562rem;
        border: 1px solid #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Noto Serif SC"; font-weight:300;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.125rem;
        margin-top: 1.25rem;
    }

    .m_idx3 .content .bar{
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.625rem;
        margin-top: 2.125rem;
    }

    .m_idx3 .content .bar .blk{
        width: 20rem;
        padding-left: 3.937rem;
        height: 9.5rem;
        background-color: #fff;
        border-bottom: .25rem solid #C32228;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .m_idx3 .content .bar .blk:hover{
        background-color: #C32228;
        border-bottom-color: #FEC202;
    }

    .m_idx3 .content .bar .blk:hover .t1,
    .m_idx3 .content .bar .blk:hover .t2{
        color: #fff;
    }

    .m_idx3 .content .bar .blk .t1{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
    }

    .m_idx3 .content .bar .blk .t2{
        font-family: "Noto Serif SC"; font-weight:300;
        font-size: 1.375rem;
        color: #333333;
        line-height: 1.375rem;
        margin-top: .875rem;
    }
    
    .m_idx4{
        padding-top: 3.5rem;
        padding-bottom: 1.312rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.spzx{ margin-top:3.5rem}
    .m_idx4 .content{
        width: 90%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 2.375rem;
        grid-row-gap: 1.437rem;
    }

    .m_idx4 .content .blk{
        width: 48%;
    }

    .m_idx4 .content .blk img{
        width: 100%;
    }

    .m_idx4 .content .blk .txt{
        width: 100%;
        height: 3.062rem;
        background-color: #F5F5F5;
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 1.375rem;
        color: #333333;
        line-height: 1.375rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .m_idx4 .content .blk:hover .txt{
        background-color: #C32228;
    }

    .m_idx4 .content .blk:hover .txt{
        color: #fff;
    }

    .m_idx4 .content1{
        width: 91%;
        padding-left: 4%;
        padding-top: 5.75rem;
        padding-bottom: 6.187rem;
        margin-top: 2.625rem;
        position: relative;
        background-image: url("/img/idx4_bg1.jpg");
        background-size: 100% 100%;
    }

    .m_idx4 .content1 .icon{
        width: 3.937rem;
        height: .562rem;
    }

    .m_idx4 .content1 .r1{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 3.125rem;
        color: #FFFFFF;
        line-height: 3.875rem;
        margin-top: 1rem;
    }

    .m_idx4 .content1 .r2{
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.062rem;
        margin-top: 1.875rem;
    }

    .m_idx4 .content1 .r2 .blk{
        width: 20.562rem;
        height: 3.062rem;
        background-image: url("/img/idx4_bg1.png");
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 1.875rem;
        color: #FFFFFF;
        line-height: 1.875rem;
    }

    .m_idx4 .content1 .r2 .blk img{
        width: .812rem;
        height: .812rem;
        margin-left: 1.25rem;
        margin-right: 1.875rem;
    }
    
    .m_idx4 .content1 .right1{
        width: 12.125rem;
        height: 14.937rem;
        position: absolute;
        bottom: 5.312rem;
        right: 3%;
        z-index: 1;
    }
    
    .m_idx5{
        padding-top: 4.25rem;
        padding-bottom: 2.562rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #EFEFEF;
    }

    .m_idx5 .content{
        display: flex;
        justify-content: space-between;
        margin-top: 1.312rem;
    }

    .m_idx5 .left{
        width: 90%;
        margin-top: 2.125rem;
    }
    
    .m_idx5 .content{
        width: 90%;
        display: flex;
        justify-content: space-between;
    }

    .m_idx5 .content .c{
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.312rem;
    }

    .m_idx5 .content .c2{
        margin-top: 3.187rem;
    }

    .m_idx5 .content .c .blk{
        width: 11.937rem;
        height: 17.562rem;
        background: #FFFFFF;
        border-radius: 1.5rem;
        padding-left: 4.687rem;
    }

    .m_idx5 .content .c .blk .icon{
        margin-top: 2.062rem;
    }

    .m_idx5 .content .c .blk .icon img{
        width: 3.875rem;
        height: 3.875rem;
    }

    .m_idx5 .content .c .blk .t1{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 1.875rem;
        color: #333333;
        line-height: 2.187rem;
        margin-top: 2rem;
    }

    .m_idx5 .content .c .blk .t2{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
        opacity: 0.34;
        margin-top: 2rem;
    }

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

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

    .m_idx5 .content .c .blk:hover{
        background-color: #C32228;
    }

    .m_idx5 .content .c .blk:hover .t1,
    .m_idx5 .content .c .blk:hover .t2{
        color: #fff;
    }
    
    .m_idx6{
        padding-top: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx6 .content{
        width: 98%;
        margin-top: 3.875rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: .937rem;
    }

    .m_idx6 .content .blk{
        width: 49%;
    }

    .m_idx6 .content .blk img{
        width: 100%;
    }

    .m_idx6 .content .blk .txt{
        width: 100%;
        height: 4.625rem;
        background: #C32228;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .m_idx7 .content{
        width: 100%;
        margin-top: 3.687rem;
        position: relative;
    }
    
    .m_idx7 .content .swiper-slide{
        display: flex;
        justify-content: center;
    }

    .m_idx7 .content .blk{
        width: 23.25rem;
        height: 35.312rem;
        border-bottom: .562rem solid #C32228;
    }

    .m_idx7 .content .img{
        width: 100%;
    }

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

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

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

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

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

    .m_idx8 .content .left{
        width: calc(100% - 5.125rem);
        padding-top: 6.875rem;
        padding-bottom: 6.062rem;
        padding-left: 2.437rem;
        padding-right: 2.687rem;
        background: #F5F5F5;
    }

    .m_idx8 .content .left .icon{
        width: 3.937rem;
        height: .562rem;
    }

    .m_idx8 .content .left .r1{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 3.125rem;
        color: #333333;
        line-height: 3.125rem;
        margin-top: 1.5rem;
    }

    .m_idx8 .content .left .r2{
        width: 19.687rem;
        height: 3rem;
        background: #C32228;
        font-family: "Noto Serif SC"; font-weight:300;
        font-size: 1.625rem;
        color: #FFFFFF;
        line-height: 1.625rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.125rem;
    }

    .m_idx8 .content .left .r3{
        width: 30.812rem;
        font-family: "Noto Serif SC"; font-weight:300;
        font-size: 1.125rem;
        color: #333333;
        line-height: 1.687rem;
        margin-top: 2.187rem;
        text-align: justify;
    }

    .m_idx8 .content .right{
        width: 100%;
    }
    
    .m_idx9{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5.875rem;
    }
    .m_idx9 .content{
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 1.125rem;
        margin-top: 2.5rem;
    }

    .m_idx9 .content .blk{
        width: 49%;
        height: 9.375rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .m_idx9 .content .blk img{
        width: 5.187rem;
        height: 5.125rem;
    }

    .m_idx9 .content .blk .txt{
        font-family: "Noto Serif SC"; font-weight:600;
        font-size: 1.75rem;
        color: #333333;
        line-height: 2.125rem;
        margin-left: 3.125rem;
    }

    .m_idx9 .content .blk:hover{
        background-color: #C32228;
    }

    .m_idx9 .content .blk:hover .txt{
        color: #fff;
    }
    
    .m_idx10{
        padding-top: 4.812rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .m_idx10 .warnning{
        font-size: 1.5rem;
        color: red;
        position: absolute;
        right: 6%;
        bottom: -4%;
    }
    .m_idx10 .content{
        display: flex;
        justify-content: center;
        grid-column-gap: .75rem;
        margin-top: 3.625rem;
    }
    
    .m_idx10 .content:last-child{
        width: 98%;
        justify-content: space-between;
        grid-column-gap: 0;
        margin-top: 1.312rem;
    }

    .m_idx10 .content .blk{
        width: 12.75rem;
        height: 19.312rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .m_idx10 .content .blk .t1{
        font-family: "Noto Serif SC"; font-weight:600;
        font-size: 1.75rem;
        color: #333333;
        line-height: 1.75rem;
        opacity: 0.34;
    }

    .m_idx10 .content .blk .t2{
        font-family: "Noto Serif SC"; font-weight:600;
        font-size: 2.25rem;
        color: #C32228;
        line-height: 2.25rem;
        margin-top: 1.687rem;
    }

    .m_idx10 .content .blk .t3{
        font-size: 1.75rem;
        color: #333333;
        line-height: 2.125rem;
        margin-top: 1.937rem;
        text-align: center;
    }
    
    .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 Serif SC"; font-weight:700;
        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-family: "Noto Serif SC"; font-weight:700;
        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 Serif SC"; font-weight:300;
        font-weight: 600;
        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: #068747;
    }
    
    .m_contact{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3.562rem;
        padding-bottom: 2.75rem;
        position: relative;
    }
    .m_contact .warnning{
        font-size: 1.5rem;
        color: red;
        position: absolute;
        right: 6%;
        bottom: 2%;
    }

    .m_contact .left{
        width: 95%;
        padding-top: 3.937rem;
        padding-bottom: 3.812rem;
        background-color: #C32228;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_contact .left .r1{
        font-family: ysbth;
        font-size: 4.062rem;
        color: #fff;
        line-height: 4.187rem;
    }

    .m_contact .left .r2{
        font-family: "Noto Serif SC"; font-weight:300;
        font-size: 1.562rem;
        color: #fff;
        line-height: 1.875rem;
        margin-top: 1.125rem;
    }
    
    .m_contact .left .r2 span{
        font-family: "Noto Serif SC"; font-weight:700;
    }

    .m_contact form{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F7F7F7;
        padding-top: 4.437rem;
        padding-bottom: 2.437rem;
    }

    .m_contact .feedback{
        width: 90%;
    }

    .m_contact .feedback input{
        font-family: "Noto Serif SC"; font-weight:300;
        border: none;
        width: 100%;
        height: 3.187rem;
        background-color: #fff;
        font-size: 1.375rem;
        color: #333333;
        line-height: 2.062rem;
        text-align: center;
        margin-bottom: .937rem;
    }
    .m_contact .feedback input:placeholder-shown::placeholder{
        color: #666666;
    }

    .m_contact .feedback textarea{
        font-family: "Noto Serif SC"; font-weight:300;
        width: 100%;
        height: 4.687rem;
        border: none;
        background-color: #fff;
        padding-top: 1.812rem;
        font-size: 1.375rem;
        color: #333333;
        line-height: 2.062rem;
        text-align: center;
        resize: none;
    }

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

    .m_contact .feedback button{
        border: none;
        width: 12.5rem;
        height: 3.75rem;
        background: #C32228;
        font-family: "Noto Serif SC"; font-weight:700;
        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: #B90C14;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3.562rem;
        padding-bottom: 3.812rem;
    }
    
    .m_footer .footer_top img{
        width: 13.437rem;
        height: 9.062rem;
    }
    
    .m_footer .footer_bottom{
        margin-top: 2.562rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_footer .footer_bottom .t:nth-child(2){
        margin-top: 1.937rem;
    }
    .m_footer .footer_bottom .t:nth-child(3){
        margin-top: 2.375rem;
    }

    .m_footer .footer_bottom .t{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_footer .footer_bottom .t .t2{
        margin-top: 1.75rem;
        font-family: "Noto Serif SC"; font-weight:300;
        font-size: 1.687rem;
        color: #FFFFFF;
        line-height: 2.187rem;
        text-align: center;
    }

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

    .m_footer .qrcode{
        display: flex;
        justify-content: center;
        margin-top: 3.062rem;
    }

    .m_footer .qrcode img{
        width: 14.062rem;
        height: 13.875rem;
    }

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

    .m_footer .qrcode .txt{
        font-family: "Noto Serif SC"; font-weight:300;
        font-size: 1.25rem;
        line-height: 1.25rem;
        color: #ffffff;
        margin-top: 1rem;
    }
    
    .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 Serif SC"; font-weight:500;
        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 Serif SC"; font-weight:300;
        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;
    }

    .about3 .content{
        width: 95%;
    }
    
    .about3 .content table{
        width: 100%;
    }
    
    .about3 .content table td{
        font-size: 1.25rem;
    }
    
    .about4{
        padding-top: 6.062rem;
        padding-bottom: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about4 .content{
        width: 95%;
        margin-top: 2.937rem;
    }

    .about4 .content .left{
        margin-bottom: 0;
    }

    
    .secondnav{
        width: 95%;
        display: flex;
        align-items: flex-end;
        margin: 0 auto;
        margin-top: 3.125rem;
    }

    .m_joinus1{
        padding-top: 6.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .m_joinus1 .warnning{
        color: red;
        font-size: 1.5rem;
        position: absolute;
        right: 6%;
        bottom: 5%;
    }
    .m_joinus1 .left{
        width: calc(95% - 7.062rem);
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
        background: #C32228;
        padding-left: 3.75rem;
        padding-right: 3.312rem;
        z-index: 1;
    }

    .m_joinus1 .left .icon{
        width: 4rem;
        height: .625rem;
    }

    .m_joinus1 .left .r1{
        font-family: "Noto Serif SC"; font-weight:500;
        font-size: 2.75rem;
        color: #FFFFFF;
        line-height: 2.75rem;
        margin-top: 1.5rem;
    }

    .m_joinus1 .left .r2{
        width: 19.687rem;
        height: 3rem;
        background: #FFC202;
        font-family: "Noto Serif SC"; font-weight:300;
        font-size: 1.625rem;
        color: #FFFFFF;
        line-height: 1.625rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: .75rem;
    }

    .m_joinus1 .left .r3{
        font-family: "Noto Serif SC"; font-weight:300;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.875rem;
        margin-top: 2.312rem;
    }

    .m_joinus1 .right{
        width: 95%;
    }

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

    .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 Serif SC"; font-weight:500;
        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 Serif SC"; font-weight:300;
        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 Serif SC"; font-weight:300;
        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 Serif SC"; font-weight:500;
        font-size: 3rem;
        color: #FFFFFF;
        line-height: 3rem;
    }

    .contact1 .right .r2{
        font-family: "Noto Serif SC"; font-weight:300;
        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 Serif SC"; font-weight:300;
        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 Serif SC"; font-weight:300;
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #ffffff;
        margin-top: .75rem;
    }
    
    .products{
        width: 100%;
    }

    .products .right{
        width: 95%;
    }

}

@media (max-width: 1450px) and (min-width: 1200px) {
    .idx1 .red{
        display: none;
    }
    
    .idx3 .content{
        width: 100%;
    }
    
    
    .idx8 .content{
        width: 100%;
    }

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


