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

body {
    height: auto;
+ overflow: hidden;
font-family: siyuanheiti;
/*    background-color: #fdfaf7;*/
}

.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: #ffffff;
    z-index: 99999;
}

.nav_wap{
    display: none;
}

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

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

/*
.logo .logopic{
    position: absolute;
    top: 0;
    left: 0;
    width: 11.25rem;
    height: 16.25rem;
    object-fit: cover;
}
*/


.logo .left .splid{
    width: 1px;
    height: 2rem;
    background-color: #D7D7D7;
    margin-left: 1.25rem;
    margin-right: 1.75rem;
}
/*
.logo .left img{
    width: 3.5rem;
    height: 3.5rem;
}
*/

.logo .left .logo_txt{
    font-family: siyuanheiti_b;
    font-weight: 800;
    font-size: 2rem;
    color: #AB0219;
    line-height: 2rem;
}

.logo .left .logo_txt1{
    font-family: siyuansongti_b;
    font-size: 1.625rem;
    color: #333333;
    line-height: 1.625rem;
}

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

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

/*
.logo .right .logo_txt{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: .937rem;
}
*/

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

.logo .right .logo_txt2{
    display: flex;
    flex-direction: column;
    margin-left: 1.25rem;
}

.logo .right .logo_txt2 .t{
    display: flex;
    align-items: center;
}

.logo .right .logo_txt2 .n{
    font-family: siyuanheiti_b;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.5rem;
    margin-top: .312rem;
    letter-spacing: 1px;
}

.logo .right .logo_txt2 .t1{
    font-size: 1rem;
    color: #464646;
    line-height: 1rem;
    margin-left: .437rem;
    margin-right: .437rem;
}
.logo .right .logo_txt2 .t .dash{
    width: 2.75rem;
    height: .062rem;
    background-color: #7C7C7C;
}

.nav{
    width: 100%;
    height: 4.375rem;
    display: flex;
    justify-content: center;
    background-color: #010101;
}

.nav .nav1{
    font-size: 1rem;
    line-height: 1rem;
    color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav1 img{
    width: 8.375rem;
    height: 4.75rem;
}

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

#nav li{
/*    height: 100%;*/
/*    width: 12.5rem;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/*
#nav li a::before{
    content: "";
    width: .375rem;
    height: .375rem;
    border: 1px solid #EEB532;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
}
*/
.banner{
    width: 100%;
    position: relative;
    z-index: 1;
}

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

.banner .btns{
    display: flex;
    justify-content: space-between;
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-button-next{
    margin-top: 0;
    position: static;
    background-image: none;
}
.banner .btns .swiper-button-prev,
.banner .btns .swiper-button-next{
    width: 5rem;
    pointer-events: auto;
}
.banner .btns .swiper-button-prev{
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.5s ease-in-out;
}
.banner .btns .swiper-button-next{
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.5s ease-in-out;
}
.banner .btns.show .swiper-button-prev,
.banner .btns.show .swiper-button-next{
    opacity: 1;
    transform:  translateX(0);
}

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

#nav li a .bkg{
    width: 2px;
    height: 1.437rem;
    background-color: #ffffff;
    margin-left: 6.875rem;
}

#nav li:first-child a .bkg{
    margin-left: 8.75rem;
}

#nav li a.on{
/*    background-color: #DB9686;*/
    font-family: siyuanheiti_b;
    color: #ffffff;
}

#nav li a.on::before{
    display: none;
}

#nav li a.on span:first-child{
    position: relative;
    z-index: 2;
}

/*
#nav li a.on .bkg{
    display: block;
    height: 100%;
    background-color: #D6E9CB;
    width: 6.75rem;
    height: 4.5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
*/


/*
#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 .hd{
    height: .375rem;
    width: 100%;
    position: absolute;
    bottom: 2.5rem;
    z-index: 1000;
}

.banner .hd ul{
    display: flex;
    justify-content: center;
}

.banner .hd li{
    background-color: #943823;
    opacity: 0.2;
    width: .625rem;
    height: .375rem;
    margin-left: .625rem;
}

.banner .hd li.on{
    opacity: 1;
    width: 2.5rem;
}

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

.global_title .title{
    font-family: siyuanheiti;
    font-weight: 500;
    font-size: 2.375rem;
    color: #333333;
    line-height: 2.375rem;
}

.global_title .title span{
    font-family: siyuansongti_b;
    color: #AB0219;
}

.global_title .splid{
    width: 1.25rem;
    height: .25rem;
    background-color: #AB0219;
    margin-top: 1.437rem;
    margin-bottom: 1.437rem;
}

.global_title .sub{
    font-size: 1.5rem;
    color: #4B4B4B;
    line-height: 1.5rem;
    text-align: center;
}

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

.global_title1 .title{
    font-family: siyuanheiti;
    font-weight: 500;
    font-size: 2.375rem;
    color: #ffffff;
    line-height: 2.375rem;
}

.global_title1 .title span{
    font-family: siyuansongti_b;
    color: #ffffff;
}

.global_title1 .splid{
    width: 1.25rem;
    height: .25rem;
    background-color: #000000;
    margin-top: 1.437rem;
    margin-bottom: 1.437rem;
}

.global_title1 .sub{
    font-size: 1.5rem;
    color: #FFE9EC;
    line-height: 1.812rem;
    text-align: center;
}

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

.idx1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6.25rem;
    padding-bottom: 5rem;
    overflow: hidden;
}

.idx1 .text{
    margin-top: 2.625rem;
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.812rem;
    text-align: center;
}

.idx1 .content{
    display: flex;
    justify-content: space-between;
    margin-top: 3.062rem;
    display: flex;
    justify-content: center;
}

.idx1 .content .blk .expand{
    display: none;
}

.idx1 .content .blk:nth-child(1) .expand{
    background-image: url("/img/idx1_bg1.jpg");
}
.idx1 .content .blk:nth-child(2) .expand{
    background-image: url("/img/idx1_bg2.jpg");
}

.idx1 .content .blk:nth-child(3) .expand{
    background-image: url("/img/idx1_bg3.jpg");
}


.idx1 .content .blk .expand .r1{
    font-family: siyuanheiti_b;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.25rem;
    margin-top: 5.375rem;
}

.idx1 .content .blk .expand .splid{
    width: .875rem;
    height: .25rem;
    background-color: #ffffff;
    margin-top: 3.937rem;
}

.idx1 .content .blk .expand .r2{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.812rem;
    margin-top: 1.75rem;
}

.idx1 .content .blk .expand .r3{
    margin-top: 10.5rem;
}
.idx1 .content .blk .expand .r3 img{
    width: 2.812rem;
    height: 2.812rem;
}

.idx1 .content .blk.active .expand{
    display: block;
    width: 49.375rem;
    height: 31.812rem;
    display: flex;
    flex-direction: column;
    padding-left: 3.875rem;
    background-size: 100% 100%;
}

.idx1 .content .blk.active .contract{
    display: none;
}

.idx1 .content .blk .contract{
    width: 10.875rem;
    height: 31.812rem;
    background-color: #AB0219;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #F5F5F5;
    box-sizing: border-box;
}

.idx1 .content .blk .contract .r1{
    font-family: siyuanheiti_b;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.812rem;
    margin-top: 5.375rem;
}

.idx1 .content .blk .contract .splid{
    width: 1px;
    height: 11.562rem;
    background: #AB0219;
    border: 1px solid;
    border-image: linear-gradient(0deg, #AB0219, #FFFFFF) 10 10;
    margin-top: 2.562rem;
    box-sizing: border-box;
}

.idx1 .content .blk .contract .r2{
    margin-top: 2.312rem;
}

.idx1 .content .blk .contract .r2 img{
    width: 2.812rem;
    height: 2.812rem;
}


.idx2{
    display: flex;
    flex-direction: column;
    background-image: url("/img/idx2_bg1.jpg");
    background-size: 100% 100%;
    height: 60.812rem;
    width: calc(100% - 22.5rem);
    padding-left: 22.5rem;
    overflow: hidden;
}

.idx2 .r1{
    font-weight: 500;
    font-size: 2.375rem;
    color: #FFFFFF;
    line-height: 2.375rem;
    margin-top: 7.875rem;
}

.idx2 .r1 span{
    font-family: siyuansongti_b;
}

.idx2 .splid{
    width: 1.25rem;
    height: .25rem;
    background: #000000;
    margin-top: 4.687rem;
}

.idx2 .r2{
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.812rem;
    margin-top: 3rem;
}

.idx2 .splid1{
    width: 29.25rem;
    height: 1px;
    background: #FFFFFF;
    margin-top: 6.062rem;
}

.idx2 .r3{
    font-size: 1.125rem;
    color: #FDE0E0;
    line-height: 1.812rem;
    margin-top: 4.687rem;
    width: 30rem;
    text-align: justify;
}

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

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

.idx3 .ct .blk{
    margin-left: .437rem;
    margin-right: .437rem;
    position: relative;
}

.idx3 .ct .blk img{
    width: 24.375rem;
    height: 24rem;
}

.idx3 .ct .blk .bottom{
    width: 100%;
    position: absolute;
    bottom: 1.75rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.idx3 .ct .blk .bottom .num{
    font-family: siyuansongti_b;
    font-size: 2.375rem;
    color: #6C6C6C;
    line-height: 2.375rem;
    font-style: italic;
}

.idx3 .ct .blk .bottom .txt{
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.25rem;
    position: relative;
    margin-left: 1.25rem;
}

.idx3 .ct .blk .bottom .txt::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: .25rem;
    background-color: #AB0219;
}

.idx3 .hd{
    height: .75rem;
    margin-top: 2.812rem;
}

.idx3 .hd ul{
    display: flex;
    justify-content: center;
}

.idx3 .hd li{
    background-color: #000000;
    width: .75rem;
    height: .75rem;
    margin-left: .25rem;
    margin-right: .25rem;
    border-radius: 50%;
}

.idx3 .hd li.on{
    background-color: #AB0219;
}

.idx4{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 27.562rem;
    background-image: url("/img/idx4_bg1.jpg");
    background-size: 100% 100%;
}

.idx4 .global_title1{
    margin-top: 5.437rem;
    margin-right: 3.062rem;
}

.idx4 .content{
    display: flex;
    justify-content: space-between;
    width: 31.25rem;
    margin-top: 3.687rem;
    margin-right: 9.312rem;
}

.idx4 .content .bg{
    height: 4.375rem;
    background-image: url("/img/idx4_bg2.png");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.idx4 .content .bg .txt{
    padding-bottom: .375rem;
    border-bottom: .125rem solid #ffffff;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-left: 1.75rem;
}

.idx5{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 43.062rem;
    background-image: url("/img/idx5_bg1.jpg");
    background-size: 100% 100%;
    margin-top: 3.125rem;
}

.idx5 .content{
    margin-top: 5.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.idx5 .content .global_title1{
    align-items: flex-start;
}

.idx5 .content .ct .r1{
    width: 23.125rem;
    font-size: 1.125rem;
    color: #FEE9EC;
    line-height: 1.812rem;
    margin-top: 2.312rem;
}

.idx5 .content .ct .splid{
    width: 37.5rem;
    height: .062rem;
    background-color: #CDCDCD;
    margin-top: 3.625rem;
    margin-bottom: 4rem;
}

.idx5 .content .ct .r2{
    margin-bottom: 1.125rem;
    font-size: 1.125rem;
    color: #FEE9EC;
    line-height: 1.812rem;
    display: flex;
}

.idx5 .content .ct .r2 img{
    width: 2.125rem;
    height: 1.875rem;
    margin-right: .625rem;
}

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

.idx6 .content{
    display: flex;
    flex-direction: column;
}

.idx6 .content .r{
    display: flex;
    justify-content: space-between;
}

.idx6 .content .r:first-child{
    margin-bottom: 1.5rem;
}

.idx6 .content .r img,
.idx6 .content .r .txt{
    width: 36.812rem;
    height: 24.375rem;
}

.idx6 .content .r .txt .title{
    font-family: siyuanheiti_b;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.5rem;
}

.idx6 .content .r .txt .title .num{
    font-family: siyuansongti_b;
    font-weight: 600;
    font-size: 4.125rem;
    color: #E9E9E9;
    line-height: 4.125rem;
    font-style: italic;
    margin-right: .5rem;
}

.idx6 .content .r .txt .t{
    margin-left: 5.437rem;
    margin-top: 2.062rem;
    font-size: 1.5rem;
    color: #585858;
    line-height: 2.25rem;
}

.idx6 .content .r .txt .t>div{
    position: relative;
}

.idx6 .content .r .txt .t .circleout{
    width: .812rem;
    height: .812rem;
    background-color: rgba(171,2,25,0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -1.625rem;
    top: .687rem;
}

.idx6 .content .r .txt .t .circlein{
    width: .312rem;
    height: .312rem;
    background-color: #AB0219;
    border-radius: 50%;
}

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

.idx7 .content{
    height: 51rem;
    background-image: url("/img/idx7_bg1.jpg");
    background-size: 100% 100%;
    position: relative;
    padding-top: 4.937rem;
}

.idx7 .global_title1 .d7{
    width: 4.5rem;
    height: 3.687rem;
    padding-top: .625rem;
    background-image: url("/img/idx7_bg2.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: relative;
    top: -1.562rem;
}

.idx7 .global_title1 .d7 .n{
    font-family: siyuansongti_b;
    font-weight: 800;
    color: #000000;
    font-size: 2.375rem;
    line-height: 2.375rem;
}

.idx7 .global_title1 .d7 .t{
    font-family: siyuansongti_b;
    font-weight: 800;
    font-size: 1.75rem;
    color: #000000;
    line-height: 1.75rem;
}

.idx7 .content .r1{
    display: flex;
    margin-top: 4.625rem;
    margin-left: 4.687rem;
}

.idx7 .content .r1 .bg{
    width: 8.375rem;
    height: 18.75rem;
    background-color: #ffffff;
    border-radius: 4.187rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2.062rem;
}

.idx7 .content .r1 .bg img{
    width: 6.875rem;
    height: 11.25rem;
    margin-top: .75rem;
}

.idx7 .content .r1 .bg .t1{
    font-size: 1.5rem;
    color: #4B4B4B;
    line-height: 1.5rem;
    margin-top: 1rem;
}

.idx7 .content .r1 .bg .splid{
    width: 1.25rem;
    height: .25rem;
    background: #AB0219;
    margin-top: 1.125rem;
}

.idx7 .content .gt{
    align-items: flex-start;
    margin-left: 4.625rem;
}

.idx7 .content .gt .title{
    font-size: 1.75rem;
    line-height: 2rem;
    margin-top: 3.25rem;
}

.idx7 .content .gt .sub{
    font-size: 1.125rem;
    text-align: left;
}

.idx7 .content .r2{
    margin-top: 1.375rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.812rem;
    margin-left: 4.625rem;
}

.idx8{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5.375rem;
    padding-bottom: 3.687rem;
    background-color: #F6F6F6
}

.idx8 .btn{
    width: 27.812rem;
    height: 4.875rem;
    background: #AB0219;
    border-radius: 2.437rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 1.5rem;
    color: #FDBEC7;
    line-height: 1.5rem;
    margin-top: 1.375rem;
}

.idx8 .content{
    margin-top: 3.375rem;
    display: flex;
    flex-direction: column;
}

.idx8 .content .pics{
    display: flex;
    justify-content: space-between;
}

.idx8 .content .pics .pic{
    width: 36.875rem;
    height: 27.437rem;
    position: relative;
}

.idx8 .content .pics .txt{
    width: 100%;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.idx8 .content .pics .txt .t1{
    font-family: siyuanheiti_b;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}

.idx8 .content .pics .txt .t2{
    font-size: 1.125rem;
    color: #B0B0B0;
    line-height: 1.125rem;
}

.idx8 .content .bar{
    width: 100%;
    height: 11.437rem;
    background-color: #AB0219;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1.875rem;
}

.idx8 .content .bar .blk{
    display: flex;
    align-items: center;
    height: 3.812rem;
}

.idx8 .content .bar .blk img{
    width: 3.812rem;
    height: 3.812rem;
}

.idx8 .content .bar .blk .txt{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: .75rem;
}

.idx8 .content .bar .blk .txt .t1{
    font-family: siyuanheiti_b;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}

.idx8 .content .bar .blk .txt .t2{
    font-size: 1.125rem;
    color: #FFDFE3;
    line-height: 1.125rem;
}

.idx8 .content .bar .splid{
    width: 1px;
    height: 5.5rem;
    background: #AB0219;
    border: 1px solid;
    border-image: linear-gradient(0deg, #AB0219, #FFFFFF) 10 10;
    box-sizing: border-box;
}

.idx9{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6.937rem;
    padding-bottom: 5.187rem;
}

.idx9 .content{
    margin-top: 2.625rem;
    display: flex;
    justify-content: space-between;
    height: 30.062rem;
}

.idx9 .content .left img{
    width: 39.187rem;
    height: 30.062rem;
}

.idx9 .content .right{
    width: 33.812rem;
    height: 100%;
}

.idx9 .content .right .r1{
    font-family: siyuanheiti_b;
    font-size: 1.75rem;
    color: #AB0219;
    line-height: 1.75rem;
    margin-top: 3rem;
}

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

.idx9 .content .right .r3{
    font-size: 1.125rem;
    color: #535353;
    line-height: 1.812rem;
    margin-top: 2.625rem; text-align: justify;
}

.idx10{
    height: 41.25rem;
    padding-top: 7.562rem;
    background-image: url("/img/idx10_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.idx10 .content{
    position: absolute;
    left: 50%;
    bottom: -10.125rem;
    transform: translateX(-50%);
}

.idx10 .content .videoContainer{
    width: 100%;
    height: 30.625rem;
}

.idx10 .content video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idx10 .content .bottom{
    width: 100%;
    height: 10.125rem;
    background-color: #AB0219;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.idx10 .content .bottom .left{
    padding-left: 1.437rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.812rem;
    border-left: .312rem solid #ffffff;
    margin-left: 4.75rem;
}

.idx10 .content .bottom .right{
    width: 11.625rem;
    height: 4.062rem;
    background-color: #000000;
    border-radius: 2.062rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
    margin-right: 4.187rem;
}

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

.idx11 .content{
    margin-top: 2.312rem;
    display: flex;
    height: 25.187rem;
}

.idx11 .content .left img{
    width: 49.5rem;
    height: 25.187rem;
}

.idx11 .content .right{
    width: calc(100% - 47.625rem);
    padding-left: 1.875rem;
    height: 100%;
    background-color: #AB0219;
}

.idx11 .content .right .r1{
    font-family: siyuanheiti_b;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: 5.562rem;
}

.idx11 .content .right .r2{
    font-family: siyuansongti_b;
    font-size: 1.125rem;
    color: #FEB1BC;
    line-height: 1.125rem;
    margin-top: 1.062rem;
}

.idx11 .content .right .splid{
    width: 1.25rem;
    height: .25rem;
    background: #000000;
    margin-top: 2.812rem;
}

.idx11 .content .right .r3{
    width: 21.5rem;
    font-size: 1.125rem;
    color: #FCCED4;
    line-height: 1.625rem;
    margin-top: 2.875rem;
}

.idx12{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6F6F6;
    padding-top: 6.187rem;
    padding-bottom: 4rem;
}

.idx12 .ct{
    margin-top: 3.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx12 .ct .blk{
    width: 23.5rem;
    height: 36.312rem;
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1.125rem;
    margin-right: 1.125rem;
}

.idx12 .ct .blk img{
    width: 21rem;
    height: 28.437rem;
    margin-top: 1.25rem;
}

.idx12 .ct .blk .txt{
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
    margin-top: 1.812rem;
}

.idx12 .ct .blk:hover{
    background-color: #AB0219;
    border-color: #AB0219;
}

.idx12 .ct .blk:hover .txt{
    color: #ffffff;
}

.idx12 .hd{
    height: .75rem;
    margin-top: 3.187rem;
}

.idx12 .hd ul{
    display: flex;
    justify-content: center;
}

.idx12 .hd li{
    background-color: #000000;
    width: .75rem;
    height: .75rem;
    margin-left: .25rem;
    margin-right: .25rem;
    border-radius: 50%;
}

.idx12 .hd li.on{
    background-color: #AB0219;
}

.idx13{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4.812rem;
    padding-bottom: 4.875rem;
}

.idx13 .ct{
    height: 36.875rem;
    background-color: #AB0219;
    position: relative;
}

.idx13 .ct .blk{
    height: 36.875rem;
    display: flex;
    align-items: center;
}

.idx13 .ct .blk .left{
    margin-left: 2.437rem;
}

.idx13 .ct .blk .left .global_title1{
    align-items: flex-start;
}

.idx13 .ct .blk .left .txt{
    width: 300px;
    font-size: 1.125rem;
    color: #FCCED4;
    line-height: 1.812rem;
    margin-top: 4.312rem;
    letter-spacing: 3px;
    text-align: justify;
}

.idx13 .ct .blk .right{
    width: 46.875rem;
    height: 30.937rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 3.875rem;
}

.idx13 .ct .blk .right img{
    width: 20rem;
    height: 11.437rem;
}

.idx13 .ct .blk .right .pics{
    display: flex;
    justify-content: space-between;
}

.idx13 .ct .blk .right .pics .pic{
    width: 22.812rem;
    height: 14.812rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx13 .ct .btns{
    width: 4.5rem;
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    bottom: 3.437rem;
    left: 7.562rem;
}

.idx13 .ct .btns .prev{
    background: url("/img/icon_arrow_l.png");
    background-size: cover;
    width: 2rem;
    height: 2rem;
}

.idx13 .ct .btns .next{
    background: url("/img/icon_arrow_r.png");
    background-size: cover;
    width: 2rem;
    height: 2rem;
}

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

.news .content{
    margin-top: 3.875rem;
    display: flex;
    justify-content: space-between;
}

.news .content .sec{
    width: 22.75rem;
    padding: 1.125rem;
    border: 1px solid #ffffff;
}

.news .content .sec .pic{
    width: 100%;
    margin-top: 1.562rem;
}

.news .content .sec .pic img{
    width: 23.437rem;
    height: 14.187rem;
}

.news .content .sec .t1{
    font-family: siyuanheiti_b;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4rem;
}

.news .content .sec .t2{
    margin-top: 2.187rem;
    font-size: 1.125rem;
    color: #5C5C5C;
    line-height: 1.687rem;
    height: 3.375rem;
    overflow: hidden;
}

.news .content .sec .t3{
    margin-top: 2.062rem;
    display: flex;
    align-items: flex-end;
}

.news .content .sec .splid{
    width: 3.125rem;
    height: .125rem;
    background-color: #E9E9E9;
    margin-top: 1.5rem;
}

.news .content .sec .t3 .day{
    font-family: siyuansongti;
    font-size: 1.75rem;
    color: #AB0219;
    line-height: 1.75rem;
}

.news .content .sec .t3 .ym{
    font-size: 1rem;
    color: #333333;
    line-height: 1rem;
    margin-left: .375rem;
}

.news .content .sec:hover{
    border: 1px solid #AB0219;
}

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

.contact .top{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/img/contact_bg1.jpg");
    background-size: 100% 100%;
    height: 24.312rem;
    width: 100%;
    margin-bottom: 5.437rem;
}

.contact .top .title{
    font-family: siyuanheiti;
    font-weight: 500;
    font-size: 2.375rem;
    color: #FFFFFF;
    line-height: 2.375rem;
    margin-top: 5.375rem;
}

.contact .top .title span{
    font-family: siyuansongti_b;
}

.contact .top .splid{
    width: 1.25rem;
    height: .25rem;
    background: #FFFFFF;
    margin-top: 1.437rem;
}

.contact .top .btn{
    width: 23.687rem;
    height: 3.687rem;
    background: #000000;
    border-radius: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.25rem;
    font-size: 1.5rem;
    color: #E1E1E1;
    line-height: 1.5rem;
}

.contact .top .sub{
    position: relative;
    font-size: 1.5rem;
    color: #E1E1E1;
    line-height: 1.5rem;
    margin-top: 1.875rem;
}

.contact .top .sub .d7{
    width: 3.312rem;
    height: 3.125rem;
    padding-top: .625rem;
    background-image: url("/img/contact_bg2.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: relative;
    top: -1.562rem;
}

.contact .top .sub .d7 .n{
    font-family: siyuansongti_b;
    font-weight: 800;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.contact .top .sub .d7 .t{
    font-family: siyuansongti_b;
    font-weight: 800;
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 1.25rem;
}

.contact .feedback{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.375rem;
    width: 70.5rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.contact .feedback input{
    border: none;
    width: 35rem;
    height: 5.062rem;
    background-color: #F5F5F5;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    font-size: 1.125rem;
    color: #333333;
    line-height: 2.187rem;
    padding-left: 1rem;
}
.contact .feedback input:placeholder-shown::placeholder{
    color: #333333;
}

.contact .feedback input:focus{
    color: #ffffff;
    background: #AB0219;
    border-radius: .375rem;
}

.contact .feedback input:focus:placeholder-shown::placeholder{
    color: #ffffff;
}

.contact .feedback textarea{
    height: 10.75rem;
    width: calc(100% - 1rem);
    border: none;
    background-color: #F5F5F5;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-top: 2rem;
    font-size: 1.125rem;
    color: #333333;
    line-height: 2.187rem;
    resize: none;
    margin-top: 1.25rem;
}

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

.contact .feedback textarea:focus{
    color: #ffffff;
    background: #AB0219;
    border-radius: .375rem;
}

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

.contact .feedback button{
    background-color: #000000;
    width: 18.937rem;
    height: 4.375rem;
    border: none;
    border-radius: 2.187rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
    margin: 0 auto;
    margin-top: 3.375rem;
}

.footer{
    background-color: #2B2C2E;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.footer .footer_top{
    height: 11.562rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer_top .left{
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 2rem;
}

.footer .footer_top ul{
    width: 35.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer_top ul li{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
}

.footer .footer_mid{
    font-weight: 200;
    height: 5.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #404142;
    border-bottom: 1px solid #404142;
    font-size: 1.5rem;
    color: #ffffff;
}

.footer .footer_mid .r{
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.125rem;
    display: flex;
    align-items: center;
}

.footer .footer_mid .r img{
    width: 1.625rem;
    height: 1.625rem;
    margin-right: .875rem;
}

.footer .footer_bottom{
    height: 8.75rem;
    padding-bottom: 2.125rem;
    font-size: .875rem;
    color: #FFFFFF;
    line-height: .875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer_bottom .qrcode{
    display: flex;
}

.footer .footer_bottom .qrcode .qc{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1.625rem;
}

.footer .footer_bottom .qrcode .qc img{
    width: 4.75rem;
    height: 4.75rem;
}

.footer .footer_bottom .qrcode .qc .txt{
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1rem;
    margin-top: .812rem;
}

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

.secondnav .title1{
    font-family: siyuanheiti_b;
    font-size: 2rem;
    color: #333333;
    line-height: 2rem;
}

.secondnav .title2{
    font-size: 1.125rem;
    color: #7A7A7A;
    line-height: 1.125rem;
    margin-top: .812rem;
}

.secondnav .splid{
    width: 41.25rem;
    height: .062rem;
    background-color: #BCBCBC;
    position: relative;
    margin-top: 1.437rem;
}

.secondnav .splid .red{
    width: 1.937rem;
    height: .187rem;
    background-color: #AB0219;
    position: absolute;
    left: 50%;
    top: -.062rem;
    transform: translateX(-50%);
}

.about1{
    display: flex;
    justify-content: center;
    margin-top: 3.437rem;
}

.about1 .left{
    width: 25.937rem;
    height: 44.125rem;
    display: flex;
    flex-direction: column;
    background-color: #9F1721;
    padding-left: 2.5rem;
    padding-right: 2.812rem;
}

.about1 .left .r1{
    font-family: siyuansongti_b;
    font-size: 2.75rem;
    color: #FEFEFE;
    line-height: 2.75rem;
    margin-top: 3.875rem;
}

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

.about1 .left .r3{
    font-size: 1.125rem;
    color: #FDEFF0;
    line-height: 2.062rem;
    margin-top: 3.125rem;
}

.about1 .right img{
    width: 43.75rem;
    height: 44.125rem;
}

.about1 .out{
    position: absolute;
    top: 0;
    right: 0;
    width: 30rem;
    height: 100%;
    z-index: -1;
}

.about2{
    margin-top: 7.687rem;
    position: relative;
    background-color: #AB0219;
    height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about2 .r1{
    margin-top: 4rem;
    margin-right: 3.25rem;
    font-family: siyuanheiti_b;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 2.5rem;
}

.about2 .r2{
    margin-top: 2.5rem;
    margin-right: 3.875rem;
    font-size: 1.125rem;
    color: #F8E6E7;
    line-height: 1.812rem;
    width: 11.25rem;
}

.about2 img{
    width: 58rem;
    height: 30.625rem;
    position: absolute;
    left: 0;
    top: -3.625rem;
}

.about2 .videoContainer{
    width: 58rem;
    height: 30.625rem;
    position: absolute;
    left: 0;
    top: -1.625rem;
}

.about2 .videoContainer video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about2 .content .part .seq{
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: italic;
    color: rgba(255,255,255,0.55);
    margin-top: 3rem;
}

.about2 .content .part .icon{
    margin-top: 2rem;
}

.about2 .content .part .txt1{
    font-size: 1.625rem;
    line-height: 2.187rem;
    font-weight: 500;
    margin-top: 1.687rem;
    
}

.about2 .content .part .txt2{
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.about2 .content .part>img{
    margin-top: 1.25rem;
}

.contact1{
    margin-top: 3.75rem;
    display: flex;
    justify-content: space-between;
}

.contact1 .left{
    width: calc(50% - 3.625rem);
    height: 39.125rem;
    padding-left: 3.625rem;
    background-color: #AB0219;
}
.contact1 .left .r1{
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.75rem;
    color: #FFFFFF;
    margin-top: 5.062rem;
}

.contact1 .left .splid{
    width: .687rem;
    height: .187rem;
    background-color: #ffffff;
    margin-top: 4.5rem;
}

.contact1 .left .r2{
    font-size: 1rem;
    line-height: 1rem;
    color: #FFFFFF;
    margin-top: 4.25rem;
}

.contact1 .left .r3{
    font-size: 1rem;
    line-height: 1rem;
    color: #FFFFFF;
    margin-top: 4.562rem;
}

.contact1 .left .r3 span{
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: bold;
}

.contact1 .left .r4{
    font-size: 1rem;
    line-height: 1rem;
    color: #FFFFFF;
    margin-top: 3.062rem;
}

.contact1 .right{
    width: calc(50% - 5rem);
    height: 39.125rem;
    padding-left: 5rem;
    background-color: #F2F2F2;
}

.contact1 .tit{
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #282828;
    margin-top: 5.375rem;
}

.contact1 .xm,
.contact1 .dh,
.contact1 .msg{
    display: flex;
    align-items: center;
    width: 31.125rem;
    height: 3.375rem;
    border-bottom: 1px solid #D8D8D8;
}

.contact1 .xm img,
.contact1 .dh img,
.contact1 .msg img{
    width: 1.5rem;
    height: 1.5rem;
}

.contact1 .cfeedback{
    display: flex;
    flex-direction: column;
}

.contact1 .xm{
    margin-top: 3.625rem;
}

.contact1 .dh{
    margin-top: 2.937rem;
}

.contact1 .msg{
    margin-top: 3.812rem;
}

.contact1 .cfeedback input{
    border: none;
    font-size: 1.125rem;
    line-height: 1.125rem;
    background-color: transparent;
    margin-left: .875rem;
}

.contact1 .cfeedback input{
    height: 4.375rem;
}

.contact1 .cfeedback input:placeholder-shown::placeholder{
    color: #333333;
}

.contact1 .cfeedback .subsit{
    width: 32.562rem;
    height: 4.25rem;
    background-color: #000000;
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #ffffff;
    border: none;
    margin-top: 4.75rem;
    margin-left: -1.25rem;
}

.bmap{
    height: 38.75rem;
    margin-top: 2.5rem;
    margin-bottom: 5.625rem;
}

.joinus{
    position: relative;
    height: 38.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2.187rem;
    z-index: 111;
}

.joinus .left{
    width: 24.312rem;
    margin-top: 12.5rem;
    position: relative;
}

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

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

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

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

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

.joinus .right{
    margin-left: 3.562rem;
    margin-top: 6.25rem;
}

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

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

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

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

.joinus .right .btn{
    margin-top: 2.375rem;
}

.news1 .contentin{
/*    height: 21.875rem;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news1 {
    margin-top: 4.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news1 .contentin{
    width: 75rem;
    padding-bottom: 2.75rem;
    margin-bottom: 2.687rem;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news1 .contentin .left{
    width: 32.562rem;
    height: 17.75rem;
}

.news1 .contentin .left img{
    width: 100%;
    height: 100%;
}

.news1 .contentin .right{
    margin-left: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news1 .contentin .right .r1{
    display: flex;
    align-items: flex-start;
    height: 4.312rem;
}

.news1 .contentin .right .r1 .day{
    font-size: 4.312rem;
    line-height: 4.312rem;
    color: #AB0219;
}

.news1 .contentin .right .r1 .title{
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #333333;
    margin-left: 1.062rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.news1 .contentin .right .r2{
    display: flex;
    align-items: flex-end;
    height: 2.875rem;
    margin-top: .187rem;
}

.news1 .contentin .right .r2 .ym{
    font-size: 1.125rem;
    line-height: 1.687rem;
    color: #333333;
}

.news1 .contentin .right .r2 .smalltitle{
    width: 31.937rem;
    font-size: 1.125rem;
    line-height: 1.687rem;
    color: #333333;
    margin-left: 1.687rem;
    overflow: hidden;
}

.fy {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    margin-bottom: 6.812rem;
}

.fy a {
    border: 1px solid rgba(0,0,0,0.2);
    display: inline-block;
    color: #000000;
    min-width: 1.562rem;
    padding-left: .625rem;
    padding-right: .625rem;
    height: 2.812rem;
    display: flex;
    justify-content: center;
    align-items: center;
/*    border-radius: 5px;*/
}

.fy a:hover {
    background-color: #AB0219;
    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: none;
    background-color: #000000;
    font-family: siyuanheiti_b;
    font-size: 1.375rem;
    color: #FFFFFF;
    line-height: 1.375rem;
/*    border-radius: 5px;*/
}

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

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

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

.article{
    margin-bottom: 6.25rem;
}

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

.products .left{
    width: 15.062rem;
    background-color: #F2F2F2;
}

.products .left .wx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25rem;
}

.products .left .wx .txt{
    width: 100%;
    height: 4rem;
    background-color: #DB9686;
    font-family: siyuanheiti_m;
    font-size: 1.375rem;
    color: #FFFFFF;
    line-height: 1.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products .left .wx img{
    width: 8.375rem;
    height: 8.375rem;
    margin-top: 4.687rem;
}

.products .left .wx .phone{
    margin-top: 2.875rem;
    font-family: siyuanheiti_m;
    font-size: 1.875rem;
    line-height: 1.875rem;
    color: #323131;
    font-style: italic;
}

.products .header{
    width: 100%;
    background-color: #AB0219;
    height: 4.375rem;
    font-weight: 500;
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.products .list li{
    height: 4.5rem;
    width: 100%;
    font-weight: 500;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
    border-bottom: 1px dashed #CCCCCC;
    border-top: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .list li.on{
/*    color: #DB9686;*/
}

.products .list li:hover{
/*    color: #DB9686;*/
}

.products .list li a{
/*    margin-left: 2.5rem;*/
}

.products .list li a span{
    margin-left: 1.875rem;
}

.products .right{
    width: calc(100% - 15.062rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 1.375rem;
}

.products .right img{
    width: 28.125rem;
    height: 30rem;
}

.products .right .product{
    width: 28.125rem;
    margin-left: 1.125rem;
    margin-bottom: 3.687rem;
}

.products .right .product .bottom{
    font-family: siyuanheiti_b;
    text-align: center;
    margin-top: 2.625rem;
    font-size: 1.125rem;
    color: #353535;
    line-height: 1.125rem;
}

.products .right .product .txt{
    margin-left: 4.125rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem; 
}

.products .right .product .icon{
    width: 1.812rem;
    height: 1.812rem;
    margin-right: 2.437rem;
    border: .437rem solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
}

.products .right .product:hover .bottom{
/*    background-color: #DB9686;*/
}

.secondBanner{
    position: relative;
}

.secondBanner .bannerTxt{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.secondBanner .bannerTxt .cn{
    font-family: siyuanheiti_b;
    font-size: 2.375rem;
    color: #FFFFFF;
    line-height: 2.375rem;
}

.secondBanner .bannerTxt .en{
    margin-top: 1.375rem;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}

.secondBanner .bannerTxt .splid{
    margin-top: 1.625rem;
    width: 2.312rem;
    height: .125rem;
    background-color: #ffffff;
}

.secondBanner1{
    position: relative;
}

.secondBanner1 .bannerTxt{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.secondBanner1 .bannerTxt .cn{
    font-family: siyuanheiti_b;
    font-size: 2.375rem;
    color: #333333;
    line-height: 2.375rem;
}

.secondBanner1 .bannerTxt .en{
    margin-top: 1.375rem;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.5rem;
}

.secondBanner1 .bannerTxt .splid{
    margin-top: 1.625rem;
    width: 2.312rem;
    height: .125rem;
    background-color: #333333;
}

@media (max-width: 767px) {
    body {
        max-width: 640px;
        min-width: 320px;
        overflow-x: hidden;
        padding-bottom: 14.375rem;
    }
	html{
		font-size: 10px;
	}
    
    .lxrig{
        display: none;
    }
     
    .m_banner{
        position: relative;
        z-index: 1;
    }

    .m_banner img{
        display: block;
        object-fit: cover;
    }
    
    .wap{
        min-height: 2.5rem;
        display: block;
    }
    
    .g-wrap{
        width: 100%;
    }
    
    .g-wrap3{
        width: 100%;
    }
    
    .pc{
        display: none !important;
    }
    
    #header{
        height: 4.375rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffffff;
    }
    
    #content{
        margin-top: 4.375rem;
    }
    
    .m_logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        width: 100%;
    }
    
    .m_logo .left{
        margin-left: 1.187rem;
        display: flex;
        align-items: center;
    }
    
    .m_logo .left .splid{
        width: 1px;
        height: 2rem;
        background-color: #D7D7D7;
        margin-left: .75rem;
        margin-right: .75rem;
    }
    
    .m_logo .left .logopic{
        width: 3.125rem;
        height: 3.125rem;
    }

    .m_logo .left .logo_txt{
        font-family: siyuanheiti_b;
        font-weight: 800;
        font-size: 2rem;
        color: #660202;
        line-height: 2rem;
		width:75px;
    }
    
    .m_logo .left .logo_txt1{
        font-family: siyuansongti_b;
        font-size: 1.625rem;
        color: #333333;
        line-height: 1.625rem;
    }
    
    .m_logo .right .logo_txt{
        margin-right: 1.875rem;
    }
    
    .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{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 9.687rem;
        height: 4.375rem;
        background-color: #AB0219;
    }
    
    .m_logo .logo_dh .icondh{
        height: 1.5rem;
    }
    
    .m_logo .logo_dh .logo_dh_txt{
        width: 12rem;
        margin-left: .437rem;
    }
    
    .xf {
        width: 100%;
        height: 8.187rem;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .xf a {
        width: 33.33%;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1.25rem;
        color: #757575;
        line-height: 3.75rem;
    }
    
    .nav_wap {
        width: 2.187rem;
        height: 2.5rem;
        display: block;
        z-index: 9999999;
    }
    
    .nav_wap .subNavShow{
        width: 3.375rem;
        height: 1.875rem;
    }

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

    .subNavShow {
        z-index: 9999999;
    }

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

    .subNav:hover {
        color: #943823;
    }

    .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: #AB0219;
        color: #ffffff;
        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: siyuanheiti;
        font-weight: 500;
        font-size: 1.875rem;
        color: #333333;
        line-height: 1.875rem;
    }

    .global_title .title span{
        font-family: siyuansongti_b;
        color: #AB0219;
    }

    .global_title .splid{
        width: 1.25rem;
        height: .25rem;
        background-color: #AB0219;
        margin-top: 1.437rem;
        margin-bottom: 1.437rem;
    }

    .global_title .sub{
        font-size: 1.5rem;
        color: #4B4B4B;
        line-height: 1.5rem;
        text-align: center;
    }

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

    .global_title1 .title{
        font-family: siyuanheiti;
        font-weight: 500;
        font-size: 1.875rem;
        color: #ffffff;
        line-height: 1.875rem;
    }

    .global_title1 .title span{
        font-family: siyuansongti_b;
        color: #ffffff;
    }

    .global_title1 .splid{
        width: 1.25rem;
        height: .25rem;
        background-color: #000000;
        margin-top: 1.437rem;
        margin-bottom: 1.437rem;
    }

    .global_title1 .sub{
        font-size: 1.5rem;
        color: #FFE9EC;
        line-height: 1.812rem;
        text-align: center;
    }
    
    .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_idx1{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3.125rem;
        padding-bottom: 1.5rem;
    }
    
    .m_idx1 .global_title .title{
        font-size: 1.75rem;
    }

    .m_idx1 .text{
        width: 95%;
        margin-top: 1.5rem;
        font-size: 1.125rem;
        color: #000000;
        line-height: 1.812rem;
        text-align: center;
    }

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

    .m_idx1 .content .blk .expand{
        display: none;
    }

    .m_idx1 .content .blk:nth-child(1) .expand{
        background-image: url("/img/idx1_bg1.jpg");
    }
    .m_idx1 .content .blk:nth-child(2) .expand{
        background-image: url("/img/idx1_bg2.jpg");
    }

    .m_idx1 .content .blk:nth-child(3) .expand{
        background-image: url("/img/idx1_bg3.jpg");
    }


    .m_idx1 .content .blk .expand .r1{
        font-family: siyuanheiti_b;
        font-size: 1.25rem;
        color: #FFFFFF;
        line-height: 1.25rem;
        margin-top: 3.25rem;
    }

    .m_idx1 .content .blk .expand .splid{
        width: .875rem;
        height: .25rem;
        background-color: #ffffff;
        margin-top: 3.062rem;
    }

    .m_idx1 .content .blk .expand .r2{
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.812rem;
        margin-top: 1.75rem;
    }

    .m_idx1 .content .blk .expand .r3{
        margin-top: 5.687rem;
    }
    .m_idx1 .content .blk .expand .r3 img{
        width: 2.812rem;
        height: 2.812rem;
    }

    .m_idx1 .content .blk.active .expand{
        display: block;
        width: calc(100% - 2.062rem);
        height: 22.437rem;
        padding-left: 2.062rem;
        display: flex;
        flex-direction: column;
        background-size: cover;
    }

    .m_idx1 .content .blk.active .contract{
        display: none;
    }

    .m_idx1 .content .blk .contract{
        width: 100%;
        height: 10.812rem;
        background-color: #AB0219;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #F5F5F5;
        box-sizing: border-box;
    }

    .m_idx1 .content .blk .contract .r1{
        font-family: siyuanheiti_b;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.812rem;
        margin-left: 1.937rem;
    }

    .m_idx1 .content .blk .contract .splid{
        width: 11.562rem;
        height: .062rem;
        background: #AB0219;
        border: 1px solid;
        border-image: linear-gradient(267deg, #AB0219, #FFFFFF) 10 10;
        box-sizing: border-box;
    }

    .m_idx1 .content .blk .contract .r2{
        margin-right: 1.937rem;
    }

    .m_idx1 .content .blk .contract .r2 img{
        width: 2.812rem;
        height: 2.812rem;
    }
    
    .m_idx2{
        display: flex;
        flex-direction: column;
        background-image: url("/img/m_idx2_bg1.jpg");
        background-size: 100% 100%;
        height: 60.812rem;
        width: 95%;
        padding-left: 5%;
    }

    .m_idx2 .r1{
        font-weight: 500;
        font-size: 1.875rem;
        color: #FFFFFF;
        line-height: 2.562rem;
        margin-top: 3.875rem;
    }
    
    .m_idx2 .r1 span{
        font-family: siyuansongti_b;
    }

    .m_idx2 .splid{
        width: 1.25rem;
        height: .25rem;
        background: #000000;
        margin-top: 2.687rem;
    }

    .m_idx2 .r2{
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.812rem;
        margin-top: 1.75rem;
    }

    .m_idx2 .splid1{
        width: 29.25rem;
        height: .062rem;
        background: #FFFFFF;
        margin-top: 2.562rem;
    }

    .m_idx2 .r3{
        font-size: 1.125rem;
        color: #FDE0E0;
        line-height: 1.812rem;
        margin-top: 1.937rem;
        width: 30rem;
        text-align: justify;
    }

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

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

    .m_idx3 .ct .blk{
        margin-left: .125rem;
        margin-right: .125rem;
        position: relative;
    }

    .m_idx3 .ct .blk img{
        width: 12.5rem;
        height: 12.312rem;
        object-fit: cover;
    }

    .m_idx3 .ct .blk .bottom{
        width: 100%;
        position: absolute;
        bottom: .875rem;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .m_idx3 .ct .blk .bottom .num{
        font-family: siyuansongti_b;
        font-size: 1.75rem;
        color: #6C6C6C;
        line-height: 1.75rem;
        font-style: italic;
    }

    .m_idx3 .ct .blk .bottom .txt{
        font-weight: 500;
        font-size: 1.25rem;
        color: #FFFFFF;
        line-height: 1.25rem;
        position: relative;
        margin-left: .625rem;
    }

    .m_idx3 .ct .blk .bottom .txt::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: .25rem;
        background-color: #AB0219;
    }

    .m_idx3 .hd{
        height: .75rem;
        margin-top: 1.437rem;
    }

    .m_idx3 .hd ul{
        display: flex;
        justify-content: center;
    }

    .m_idx3 .hd li{
        background-color: #000000;
        width: .75rem;
        height: .75rem;
        margin-left: .25rem;
        margin-right: .25rem;
        border-radius: 50%;
    }

    .m_idx3 .hd li.on{
        background-color: #AB0219;
    }

    .m_idx4{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 50.375rem;
        background-image: url("/img/m_idx4_bg1.jpg");
        background-size: 100% 100%;
    }

    .m_idx4 .global_title1{
        margin-top: 4.062rem;
    }

    .m_idx4 .content{
        display: flex;
        justify-content: space-around;
        width: 95%;
        margin-top: 3.687rem;
    }

    .m_idx4 .content .bg{
        height: 4.375rem;
        background-image: url("/img/idx4_bg2.png");
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }

    .m_idx4 .content .bg .txt{
        padding-bottom: .375rem;
        border-bottom: .125rem solid #ffffff;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.5rem;
        margin-left: 1.75rem;
    }
    
    .m_idx5{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 86.687rem;
        background-image: url("/img/m_idx5_bg1.jpg");
        background-size: 100% 100%;
        margin-top: 1.75rem;
    }

    .m_idx5 .content{
        width: 95%;
        margin-top: 4.5rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .m_idx5 .content .global_title1{
        align-items: flex-start;
    }
    
    .m_idx5 .content .global_title1 .sub{
        font-size: 1.375rem;
    }
    
    .m_idx5 .content .ct{
        width: 100%;
    }

    .m_idx5 .content .ct .r1{
        width: 23.125rem;
        font-size: 1.125rem;
        color: #FEE9EC;
        line-height: 1.812rem;
        margin-top: 2.312rem;
    }

    .m_idx5 .content .ct .splid{
        width: 37.5rem;
        height: .062rem;
        background-color: #CDCDCD;
        margin-top: 3.625rem;
        margin-bottom: 4rem;
    }

    .m_idx5 .content .ct .r2{
        margin-bottom: 1.125rem;
        font-size: 1.125rem;
        color: #FEE9EC;
        line-height: 1.812rem;
        display: flex;
    }

    .m_idx5 .content .ct .r2 img{
        width: 2.125rem;
        height: 1.875rem;
        margin-right: .625rem;
    }
    
    .m_idx6{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 1.562rem;
        padding-bottom: 4.25rem;
    }

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

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

    .m_idx6 .content .r:first-child{
        margin-bottom: 2.5rem;
    }

    .m_idx6 .content .r img,
    .m_idx6 .content .r .txt{
        width: 100%;
    }
    
    .m_idx6 .content .r .txt{
        margin-top: 1.687rem;
    }

    .m_idx6 .content .r .txt .title{
        font-family: siyuanheiti_b;
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.5rem;
    }

    .m_idx6 .content .r .txt .title .num{
        font-family: siyuansongti_b;
        font-weight: 600;
        font-size: 4.125rem;
        color: #E9E9E9;
        line-height: 4.125rem;
        font-style: italic;
        margin-right: .5rem;
    }

    .m_idx6 .content .r .txt .t{
        margin-left: 5.437rem;
        margin-top: 2.062rem;
        font-size: 1.5rem;
        color: #585858;
        line-height: 2.25rem;
    }

    .m_idx6 .content .r .txt .t>div{
        position: relative;
    }

    .m_idx6 .content .r .txt .t .circleout{
        width: .812rem;
        height: .812rem;
        background-color: rgba(171,2,25,0.2);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: -1.625rem;
        top: .687rem;
    }

    .m_idx6 .content .r .txt .t .circlein{
        width: .312rem;
        height: .312rem;
        background-color: #AB0219;
        border-radius: 50%;
    }

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

    .m_idx7 .content{
        height: 86rem;
        width: 95%;
        background-image: url("/img/m_idx7_bg1.jpg");
        background-size: 100% 100%;
        position: relative;
        padding-top: 5.25rem;
    }
    
    .m_idx7 .global_title1 .title{
        font-size: 1.75rem;
    }

    .m_idx7 .global_title1 .d7{
        width: 4.5rem;
        height: 3.687rem;
        padding-top: .625rem;
        background-image: url("/img/idx7_bg2.png");
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        display: inline-block;
        position: relative;
        top: -1.062rem;
    }

    .m_idx7 .global_title1 .d7 .n{
        font-family: siyuansongti_b;
        font-weight: 800;
        color: #000000;
        font-size: 2.375rem;
        line-height: 2.375rem;
    }

    .m_idx7 .global_title1 .d7 .t{
        font-family: siyuansongti_b;
        font-weight: 800;
        font-size: 1.75rem;
        color: #000000;
        line-height: 1.75rem;
    }

    .m_idx7 .content .r1{
        display: flex;
        justify-content: space-around;
        margin-top: 2.187rem;
    }

    .m_idx7 .content .r1 .bg{
        width: 8.375rem;
        height: 18.75rem;
        background-color: #ffffff;
        border-radius: 4.187rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx7 .content .r1 .bg img{
        width: 6.875rem;
        height: 11.25rem;
        margin-top: .75rem;
    }

    .m_idx7 .content .r1 .bg .t1{
        font-size: 1.5rem;
        color: #4B4B4B;
        line-height: 1.5rem;
        margin-top: 1rem;
    }

    .m_idx7 .content .r1 .bg .splid{
        width: 1.25rem;
        height: .25rem;
        background: #AB0219;
        margin-top: 1.125rem;
    }

    .m_idx7 .content .gt{
        margin-top: 3.312rem;
        text-align: center;
    }

    .m_idx7 .content .gt .title{
        font-family: siyuanheiti;
        font-weight: 500;
        font-size: 1.75rem;
    }

    .m_idx7 .content .gt .sub{
        font-size: 1.125rem;
    }

    .m_idx7 .content .r2{
        margin-top: 1.375rem;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.812rem;
        text-align: center;
    }

    .m_idx8{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 4.562rem;
        padding-bottom: 1.562rem;
        background-color: #F6F6F6
    }

    .m_idx8 .btn{
        width: 27.812rem;
        height: 4.875rem;
        background: #AB0219;
        border-radius: 2.437rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 1.5rem;
        color: #FDBEC7;
        line-height: 1.5rem;
        margin-top: 1.375rem;
    }

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

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

    .m_idx8 .content .pics .pic{
        width: 100%;
        position: relative;
    }
    
    .m_idx8 .content .pics .pic img{
        width: 100%;
    }

    .m_idx8 .content .pics .txt{
        width: 100%;
        position: absolute;
        bottom: 1.5rem;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .m_idx8 .content .pics .txt .t1{
        font-family: siyuanheiti_b;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.5rem;
        margin-bottom: 1.25rem;
    }

    .m_idx8 .content .pics .txt .t2{
        font-size: 1.125rem;
        color: #B0B0B0;
        line-height: 1.125rem;
    }

    .m_idx8 .content .bar{
        width: 100%;
        height: 9.125rem;
        background-color: #AB0219;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 1.625rem;
    }
    
    .m_idx8 .content .bar:last-child{
        margin-top: 0;
    }

    .m_idx8 .content .bar .blk{
        display: flex;
        align-items: center;
        height: 3.812rem;
        width: 12.5rem
    }

    .m_idx8 .content .bar .blk img{
        width: 3.812rem;
        height: 3.812rem;
    }

    .m_idx8 .content .bar .blk .txt{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: .75rem;
    }

    .m_idx8 .content .bar .blk .txt .t1{
        font-family: siyuanheiti_b;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .m_idx8 .content .bar .blk .txt .t2{
        font-size: 1.125rem;
        color: #FFDFE3;
        line-height: 1.125rem;
    }

    .m_idx8 .content .bar .splid{
        width: 1px;
        height: 5.5rem;
        background: #AB0219;
        border: 1px solid;
        border-image: linear-gradient(0deg, #AB0219, #FFFFFF) 10 10;
        box-sizing: border-box;
    }
    
    .m_idx9{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 4.25rem;
        padding-bottom: 3.437rem;
    }

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

    .m_idx9 .content .left img{
        width: 100%;
    }

    .m_idx9 .content .right{
        width: 100%;
    }

    .m_idx9 .content .right .r1{
        font-family: siyuanheiti_b;
        font-size: 1.75rem;
        color: #AB0219;
        line-height: 1.75rem;
        margin-top: 3rem;
    }

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

    .m_idx9 .content .right .r3{
        font-size: 1.125rem;
        color: #535353;
        line-height: 1.812rem;
        margin-top: 2.625rem;
    }
    
    .m_idx10{
        height: 23.688rem;
        padding-top: 3.312rem;
        background-image: url("/img/m_idx10_bg1.jpg");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .m_idx10 .content{
        width: 95%;
        position: absolute;
        left: 50%;
        bottom: -10.125rem;
        transform: translateX(-50%);
    }

    .m_idx10 .content .videoContainer{
        width: 100%;
        height: 15.25rem;
    }

    .m_idx10 .content video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .m_idx10 .content .bottom{
        width: 100%;
        height: 10.125rem;
        background-color: #AB0219;
        display: flex;
/*        justify-content: space-between;*/
        align-items: center;
    }
    
    .m_idx10 .content .bottom .splid{
        width: .312rem;
        height: 3.375rem;
        background-color: #ffffff;
        margin-left: 1.312rem;
    }

    .m_idx10 .content .bottom .left{
        width: 24.375rem;
        margin-left: 1.562rem;
        font-size: 1rem;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .m_idx10 .content .bottom .right{
        width: 7.687rem;
        height: 3.062rem;
        background-color: #000000;
        border-radius: 2.062rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.125rem;
        margin-left: auto;
        margin-right: .125rem;
    }

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

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

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

    .m_idx11 .content .right{
        width: 100%;
        background-color: #AB0219;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 1.312rem;
        padding-bottom: 3.062rem;
    }

    .m_idx11 .content .right .r1{
        font-family: siyuanheiti_b;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .m_idx11 .content .right .r2{
        font-family: siyuansongti_b;
        font-size: 1.125rem;
        color: #FEB1BC;
        line-height: 1.125rem;
        margin-top: 1.562rem;
    }

    .m_idx11 .content .right .splid{
        width: 1.25rem;
        height: .25rem;
        background: #000000;
        margin-top: 1.25rem;
    }

    .m_idx11 .content .right .r3{
        width: 90%;
        font-size: 1.125rem;
        color: #FCCED4;
        line-height: 1.625rem;
        margin-top: 1.312rem;
        text-align: center;
    }
    
    .m_idx12{
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F6F6F6;
        padding-top: 5.25rem;
        padding-bottom: 2.312rem;
    }

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

    .m_idx12 .ct .blk{
        width: calc(100% - 3rem);
        padding: 1.5rem;
        padding-bottom: 4.437rem;
        background-color: #ffffff;
        border: 1px solid #DEDEDE;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 1.125rem;
        margin-right: 1.125rem;
    }

    .m_idx12 .ct .blk img{
        width: 100%;
    }

    .m_idx12 .ct .blk .txt{
        font-size: 1.125rem;
        color: #333333;
        line-height: 1.125rem;
        margin-top: 1.812rem;
    }

    .m_idx12 .ct .blk:hover{
        background-color: #AB0219;
        border-color: #AB0219;
    }

    .m_idx12 .ct .blk:hover .txt{
        color: #ffffff;
    }

    .m_idx12 .hd{
        height: .75rem;
        margin-top: 2.062rem;
    }

    .m_idx12 .hd ul{
        display: flex;
        justify-content: center;
    }

    .m_idx12 .hd li{
        background-color: #000000;
        width: .75rem;
        height: .75rem;
        margin-left: .25rem;
        margin-right: .25rem;
        border-radius: 50%;
    }

    .m_idx12 .hd li.on{
        background-color: #AB0219;
    }
    
    .m_idx13{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2.5rem;
        padding-bottom: 1.562rem;
    }

    .m_idx13 .ct{
        width: 95%;
        padding-top: 3.687rem;
        padding-bottom: 2.625rem;
        background-color: #AB0219;
        position: relative;
    }
    
    .m_idx13 .ct .global_title1{
        margin-bottom: 1.5rem;
    }

    .m_idx13 .ct .blk{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .m_idx13 .ct .blk .left{
        width: 85%;
    }

    .m_idx13 .ct .blk .left .txt{
        font-size: 1.125rem;
        color: #FCCED4;
        line-height: 1.812rem;
        letter-spacing: .187rem;
        text-align: justify;
    }

    .m_idx13 .ct .blk .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 7.062rem;
    }
    
    .m_idx13 .ct .blk .right .pics:last-child{
        margin-top: .937rem;
    }

    .m_idx13 .ct .blk .right img{
        width: 14.812rem;
        height: 8.437rem;
    }

    .m_idx13 .ct .blk .right .pics{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .m_idx13 .ct .blk .right .pics .pic{
        width: 16.875rem;
        height: 11rem;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .m_idx13 .ct .btns{
        width: 4.5rem;
        position: absolute;
        display: flex;
        justify-content: space-between;
        z-index: 1;
        top: 19.312rem;
        left: 50%;
        transform: translateX(-50%)
    }

    .m_idx13 .ct .btns .prev{
        background: url("/img/icon_arrow_l.png");
        background-size: cover;
        width: 2rem;
        height: 2rem;
    }

    .m_idx13 .ct .btns .next{
        background: url("/img/icon_arrow_r.png");
        background-size: cover;
        width: 2rem;
        height: 2rem;
    }
    
    .m_news{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3.687rem;
        padding-bottom: 3.937rem;
    }

    .m_news .ct{
        width: 80%;
        margin-top: 4.437rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_news .ct .sec{
        width: 23.437rem;
    }

    .m_news .ct .sec .pic{
        width: 100%;
    }

    .m_news .ct .sec .pic img{
        width: 100%;
    }

    .m_news .ct .sec .t1{
        margin-top: 1.937rem;
        font-family: siyuanheiti_m;
        font-size: 1.625rem;
        color: #DB9686;
        line-height: 1.625rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .m_news .ct .sec .t2{
        margin-top: 1.625rem;
        font-size: 1.125rem;
        color: #666666;
        line-height: 1.625rem;
        height: 3.25rem;
        overflow: hidden;
    }

    .m_news .ct .sec .t3{
        margin-top: 2.75rem;
        display: flex;
        justify-content: space-between;
        font-size: 1.125rem;
        color: #666666;
        line-height: 1.125rem;
    }

    .m_news .ct .sec .more{
        color: #DB9686;
    }
    
    .m_news .hd{
        height: .75rem;
        width: 100%;
        margin-top: 2.5rem;
    }

    .m_news .hd ul{
        display: flex;
        justify-content: center;
    }

    .m_news .hd li{
        width: .75rem;
        height: .75rem;
        margin-left: .25rem;
        margin-right: .25rem;
        border: 1px solid #DB9686;
        border-radius: 50%;
        box-sizing: border-box;
    }

    .m_news .hd li.on{
        background-color: #DB9686;
    }

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

    .m_contact .top{
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #AB0219;
        width: 100%;
        padding-top: 3.25rem;
        padding-bottom: 4.062rem;
        margin-bottom: 1.687rem;
    }

    .m_contact .top .title{
        font-weight: 500;
        font-size: 1.875rem;
        color: #FFFFFF;
        line-height: 2.875rem;
        text-align: center;
    }

    .m_contact .top .title span{
        font-family: siyuansongti_b;
    }

    .m_contact .top .splid{
        width: 1.25rem;
        height: .25rem;
        background: #FFFFFF;
        margin-top: 1.437rem;
    }

    .m_contact .top .btn{
        width: 23.687rem;
        height: 3.687rem;
        background: #000000;
        border-radius: 1.875rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.25rem;
        font-size: 1.5rem;
        color: #E1E1E1;
        line-height: 1.5rem;
    }

    .m_contact .top .sub{
        position: relative;
        font-size: 1.5rem;
        color: #E1E1E1;
        line-height: 1.5rem;
        margin-top: 3rem;
    }

    .m_contact .top .sub .d7{
        width: 3.312rem;
        height: 3.125rem;
        padding-top: .625rem;
        background-image: url("/img/contact_bg2.png");
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        display: inline-block;
        position: relative;
        top: -1.562rem;
    }

    .m_contact .top .sub .d7 .n{
        font-family: siyuansongti_b;
        font-weight: 800;
        color: #ffffff;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .m_contact .top .sub .d7 .t{
        font-family: siyuansongti_b;
        font-weight: 800;
        font-size: 1.25rem;
        color: #ffffff;
        line-height: 1.25rem;
    }
    
    .m_contact form{
        width: 95%;
    }
    
    .m_contact .feedback{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: .75rem;
        width: 100%;
    }

    .m_contact .feedback input{
        border: none;
        width: calc(100% - 1rem);
        height: 5.062rem;
        background-color: #F5F5F5;
        border: 1px solid #e4e4e4;
        box-sizing: border-box;
        font-size: 1.125rem;
        color: #333333;
        line-height: 2.187rem;
        padding-left: 1rem;
        margin-bottom: 1.062rem;
    }
    .m_contact .feedback input:placeholder-shown::placeholder{
        color: #333333;
    }

    .m_contact .feedback input:focus{
        color: #ffffff;
        background: #AB0219;
        border-radius: .375rem;
    }

    .m_contact .feedback input:focus:placeholder-shown::placeholder{
        color: #ffffff;
    }

    .m_contact .feedback textarea{
        height: 10.75rem;
        width: calc(100% - 1rem);
        border: none;
        background-color: #F5F5F5;
        border: 1px solid #e4e4e4;
        box-sizing: border-box;
        padding-left: 1rem;
        padding-top: 2rem;
        font-size: 1.125rem;
        color: #333333;
        line-height: 2.187rem;
        resize: none;
        margin-top: 1.25rem;
    }

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

    .m_contact .feedback textarea:focus{
        color: #ffffff;
        background: #AB0219;
        border-radius: .375rem;
    }

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

    .m_contact .feedback button{
        background-color: #000000;
        width: 18.937rem;
        height: 4.375rem;
        border: none;
        border-radius: 2.187rem;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.125rem;
        margin: 0 auto;
        margin-top: 3.375rem;
    }
	
    .m_footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("/img/m_footer_bg1.jpg");
        background-size: 100% 100%;
        padding-top: 7.187rem;
        padding-bottom: 12.5rem;
    }
    
    .m_footer .footer_top{
        font-family: siyuanheiti_b;
        font-size: 3rem;
        color: #FFFFFF;
        line-height: 3rem;
    }

    .m_footer .footer_bottom{
        margin-top: 3.75rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_footer .footer_bottom .t{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2.25rem;
        color: #ffffff;
    }
    
    .m_footer .footer_bottom .t:last-child{
        margin-bottom: 3.812rem;
    }
    
    .m_footer .footer_bottom .t .phone{
        margin-top: 1.25rem;
        font-size: 3rem;
        color: #FFFFFF;
        line-height: 3rem;
        font-style: italic;
    }
    
    .m_footer .footer_bottom .t .t2{
        margin-top: 1.25rem;
        font-size: 1.312rem;
        color: #FFFFFF;
        line-height: 1.312rem;
        text-align: center;
    }


    .m_footer .qrcode{
        display: flex;
        justify-content: space-around;
        font-size: 1.25rem;
        line-height: 1.812rem;
        margin-top: 5rem;
        color: #ffffff;
    }
    
    .m_footer .qrcode img{
        width: 7.375rem;
        height: 7.375rem;
    }
    
    .m_footer .qrcode .qrcode_border{
        background-image: url("/img/qrcode_border.png");
        background-size: cover;
        width: 8.062rem;
        height: 8.062rem;
        margin-bottom: .562rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .m_footer .qrcode>div{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: .562rem;
        margin-right: .5rem;
    }
    
    .about1{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3.437rem;
    }

    .about1 .left{
        width: calc(95% - 5rem);
        height: 44.125rem;
        display: flex;
        flex-direction: column;
        background-color: #9F1721;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .about1 .left .r1{
        font-family: siyuansongti_b;
        font-size: 2.75rem;
        color: #FEFEFE;
        line-height: 2.75rem;
        margin-top: 3.875rem;
    }

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

    .about1 .left .r3{
        font-size: 1.125rem;
        color: #FDEFF0;
        line-height: 2.062rem;
        margin-top: 3.125rem;
    }
    
    .about1 .right{
        width: 95%;
    }

    .about1 .right img{
        width: 100%;
        height: auto;
    }
    .about2{        
        position: relative;
        background-color: #AB0219;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 95%;
        margin: 0 auto;
        margin-top: 3.125rem;
        height: auto;
        padding-bottom: 3.125rem;
    }

    .about2 .r1{
        margin-top: 3.125rem;
        margin-right: 0;
        font-family: siyuanheiti_b;
        font-size: 1.5rem;
        color: #FFFFFF;
        line-height: 2.5rem;
    }

    .about2 .r2{
        margin-top: 2.5rem;
        margin-right: 0;
        font-size: 1.125rem;
        color: #F8E6E7;
        line-height: 1.812rem;
        width: 90%;
    }

    .about2 img{
        width: 58rem;
        height: 30.625rem;
        position: static;
    }
    
    .about2 .videoContainer{
        width: 100%;
        height: auto;
        position: static;
    }

    .about2 .videoContainer video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about2 .content .part .seq{
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-style: italic;
        color: rgba(255,255,255,0.55);
        margin-top: 3rem;
    }

    .about2 .content .part .icon{
        margin-top: 2rem;
    }

    .about2 .content .part .txt1{
        font-size: 1.625rem;
        line-height: 2.187rem;
        font-weight: 500;
        margin-top: 1.687rem;

    }

    .about2 .content .part .txt2{
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .about2 .content .part>img{
        margin-top: 1.25rem;
    }
    
    .contact1{
        margin-top: 3.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .contact1 .left{
        width: calc(95% - 3.625rem);
        height: 39.125rem;
        padding-left: 3.625rem;
        background-color: #AB0219;
    }
    .contact1 .left .r1{
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 1.75rem;
        color: #FFFFFF;
        margin-top: 5.062rem;
    }

    .contact1 .left .splid{
        width: .687rem;
        height: .187rem;
        background-color: #ffffff;
        margin-top: 4.5rem;
    }

    .contact1 .left .r2{
        font-size: 1rem;
        line-height: 1rem;
        color: #FFFFFF;
        margin-top: 4.25rem;
    }

    .contact1 .left .r3{
        font-size: 1rem;
        line-height: 1rem;
        color: #FFFFFF;
        margin-top: 4.562rem;
    }

    .contact1 .left .r3 span{
        font-size: 1.75rem;
        line-height: 1.75rem;
        font-weight: bold;
    }

    .contact1 .left .r4{
        font-size: 1rem;
        line-height: 1rem;
        color: #FFFFFF;
        margin-top: 3.062rem;
    }

    .contact1 .right{
        width: calc(95% - 3.625rem);
        height: 39.125rem;
        padding-left: 3.625rem;
        background-color: #F2F2F2;
    }

    .contact1 .tit{
        font-weight: 500;
        font-size: 1.375rem;
        line-height: 1.375rem;
        color: #282828;
        margin-top: 5.375rem;
    }

    .contact1 .xm,
    .contact1 .dh,
    .contact1 .msg{
        display: flex;
        align-items: center;
        width: 95%;
        height: 3.375rem;
        border-bottom: 1px solid #D8D8D8;
    }

    .contact1 .xm img,
    .contact1 .dh img,
    .contact1 .msg img{
        width: 1.5rem;
        height: 1.5rem;
    }

    .contact1 .cfeedback{
        display: flex;
        flex-direction: column;
    }

    .contact1 .xm{
        margin-top: 3.625rem;
    }

    .contact1 .dh{
        margin-top: 2.937rem;
    }

    .contact1 .msg{
        margin-top: 3.812rem;
    }

    .contact1 .cfeedback input{
        border: none;
        font-size: 1.125rem;
        line-height: 1.125rem;
        background-color: transparent;
        margin-left: .875rem;
    }

    .contact1 .cfeedback input{
        height: 4.375rem;
    }

    .contact1 .cfeedback input:placeholder-shown::placeholder{
        color: #333333;
    }

    .contact1 .cfeedback .subsit{
        width: 95%;
        height: 4.25rem;
        background-color: #000000;
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #ffffff;
        border: none;
        margin-top: 4.75rem;
        margin-left: -1.25rem;
    }
    
    .secondnav{
        margin-top: 50px;
        width: 90%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .platform img:nth-child(2){
        width: 48%;
        margin-left: 0;
    }
    
    .news1 {
        width: 100%;
        margin-top: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .news1 a{
        width: 95%;
    }

    .news1 .contentin{
        width: 100%;
        padding-bottom: 2.75rem;
        margin-bottom: 3rem;
        border-bottom: 1px solid #DFDFDF;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .news1 .contentin .left{
        width: 30%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .news1 .contentin .right{
        width: 65%;
        height: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .news1 .contentin .right .r1{
        display: flex;
        align-items: flex-start;
        height: 4.312rem;
    }

    .news1 .contentin .right .r1 .day{
        font-size: 4.312rem;
        line-height: 4.312rem;
        color: #2C8704;
    }

    .news1 .contentin .right .r1 .title{
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 3rem;
        color: #333333;
        margin-left: 1.062rem;
    }

    .news1 .contentin .right .r2{
        display: flex;
        align-items: flex-end;
        max-height: 2.875rem;
        margin-top: .187rem;
    }

    .news1 .contentin .right .r2 .ym{
        font-size: 1.125rem;
        line-height: 1.687rem;
        width: 6.25rem;
        color: #333333;
    }

    .news1 .contentin .right .r2 .smalltitle{
        width: 31.937rem;
        height: 3.375rem;
        overflow: hidden;
        font-size: 1.125rem;
        line-height: 1.687rem;
        color: #333333;
        margin-left: 1.062rem;
    }
    
    .news1 .contentin .right .r3{
        font-size: 1.125rem;
        line-height: 1.687rem;
        color: #333333;
        margin-top: .625rem;
        margin-left: auto;
    }
    
    .fy {
        margin-bottom: 0;
    }
    
    .m_contact1{
        margin-top: 5.625rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 1.875rem;
    }

    .m_contact1 .left{
        width: 29.25rem;
        margin-right: 3.687rem;
    }

    .m_contact1 .right{
        width: 64rem;
    }

    .m_contact1 .left .txt1{
        font-size: 1.875rem;
        line-height: 2.937rem;
        height: 4.812rem;
        font-weight: bold;
        color: #585858;
        border-bottom: 1px solid rgba(51, 51, 51, 0.2);
        display: flex;
        align-items: center;
    }

    .m_contact1 .left .txt1 img{
        vertical-align: middle;
    }

    .m_contact1 .left .txt1 span{
        margin-left: .437rem;
    }

    .m_contact1 .left .txt2{
        font-size: 1.187rem;
        line-height: 1.625rem;
        font-weight: 400;
        min-height: 5.125rem;
        color: #6d6d6d;
        opacity: 0.9;
        display: flex;
        align-items: center;
    }

    .m_contact1 .qcode{
        display: flex;
        justify-content: space-around;
        color: #969696;
        font-size: 1rem;
        line-height: 1rem;
        margin-top: 3rem;
    }

    .m_contact1 .qcode .qcode1{
        width: 8.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_contact1 .qcode .qcode1:nth-child(2){
        margin-left: 2.375rem;
    }

    .m_contact1 .qcode .qcodebg{
        background: url("/img/qcode_border1.png");
        background-size: cover;
        width: 8.062rem;
        height: 8.062rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: .75rem;
    }

    .m_contact1 .qcode .qcodebg img{
        width: 6.875rem;
        height: 6.875rem;
    }
    
    .products{
        margin-top: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .products .left{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .products .header{
        width: 100%;
        background-color: #AB0219;
        height: 4.375rem;
        font-size: 1.625rem;
        line-height: 1.812rem;
        font-weight: 500;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .products .list ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .products .list li{
        background-color: #F2F2F2;
        height: 4.375rem;
        width: 100%;
        font-weight: 500;
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #333333;
        border-bottom: 1px dashed #CCCCCC;
        border-top: none;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .products .list li.on{
/*        color: #DB9686;*/
    }

    .products .list li:hover{
/*        color: #DB9686;*/
    }

    .products .list li a{
    /*    margin-left: 2.5rem;*/
    }

    .products .list li a span{
        margin-left: 1.875rem;
    }

    .products .right{
        margin-top: 3.125rem;
        margin-left: 0;
        width: 95%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

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

    .products .right .product{
        width: 48%;
        height: auto;
        margin-left: 0;
/*
        width: 28.125rem;
        height: 25.937rem;
*/
        margin-bottom: 2.25rem;
    }

    .products .right .product .bottom{
/*
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        text-align: center;
*/
    }

    .products .right .product .txt{
        margin-left: 4.125rem;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 1.125rem; 
    }

    .products .right .product .icon{
        width: 1.812rem;
        height: 1.812rem;
        margin-right: 2.437rem;
        border: .437rem solid #ffffff;
        border-radius: 50%;
        box-sizing: border-box;
    }

    .products .right .product:hover .bottom{
        background-color: #DB9686;
    }
    
    .second_title_h1{
        margin-top: 3.125rem;
    }

    .second_content{
    }

    .article{
        width: 92%;
        margin-bottom: 6.25rem;
        padding-left: 4%;
        padding-right: 4%;
    }
    
    .bmap{
        width: 95%;
        margin-bottom: 0;
    }
    
    .secondBanner .bannerTxt{
        width: 95%;
    }
    
}




