@import url("../css/iconfont.css");
@import url('https://api.zeoseven.com/zsft/cn/48/bold/result.css');


html{
	font-size: 16px;
    
}
img {
    max-width: 100%;
    display: block;
}

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

.wap{
    display: none;
}

#content{
    margin-top: 10rem;
}

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

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


.logo .left .splid{
    width: 1px;
    height: 1.812rem;
    background: #116C5A;
    margin-left: 1.75rem;
    margin-right: 1.625rem;
}

.logopic{
    width: 5.312rem;
    height: 5.312rem;
}


.logo .left .logo_txt1{
    font-family: "DFPZongYi";
    font-weight: bold;
    font-size: 2.25rem;
    color: #116C5A;
}

.logo .left .logo_txt2{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.25rem;
    color: #116C5A;
}

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

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

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

.logo .right .logo_txt .t1{
    display: flex;
    align-items: center;
}

.logo .right .logo_txt .t1 .line{
    width: 2.062rem;
    height: 1px;
    background: #000000;
    opacity: 0.3;
}

.logo .right .logo_txt .t1 .t{
    font-size: 1.125rem;
    color: #363636;
    line-height: 1.125rem;
    margin-left: .937rem;
    margin-right: .937rem;
}

.logo .right .logo_txt .t2{
    font-family: "Impact";
    font-size: 1.5rem;
    color: #F7B52C;
    line-height: 1.5rem;
    margin-top: .437rem;
}



#header .nav{
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    background-color: #116C5A;
}
#header .nav .nav1{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

#nav li{
    width: 6.687rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
}

#nav li a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.125rem;
}

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

#nav li.on{
    color: #F7B52C;
}

#nav li.on .bkg{
    display: block;
    width: 0; /* 宽度设为0 */
    height: 0; /* 高度设为0 */
    border-style: solid; /* 边框样式设为实线 */
    border-width: .5rem .5rem 0 .5rem; /* 调整边框宽度形成三角形，注意保持比例以适应15px高度的需求 */
    border-color: #F7B52C transparent transparent transparent; /* 上边框颜色为黑色，其余为透明 */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotateX(180deg);
}


/*
#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 .warnning{
    color: red;
    font-size: 1.125rem;
    position: absolute;
    right: 10%;
    bottom: 5%;
}
.banner img{
    display: block;
    object-fit: cover;
}

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

.banner .swiper-pagination .swiper-pagination-bullet{
    width: 1.125rem;
    height: 1.125rem;
    background: #F7B52C;
    border-radius: 50%;
    margin-left: 1.437rem;
    margin-right: 1.437rem;
    opacity: 0.5;
}
    
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #F7B52C;
    opacity: 1;
}

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

.global_title .title{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 2.5rem;
    color: #404040;
    line-height: 2.5rem;
}

.global_title .title span{
    color: #116C5A;
}

.global_title .sub{
    font-size: 1.25rem;
    color: #585858;
    line-height: 1.25rem;
    margin-top: 1.5rem;
}

.global_title img{
    height: 1.125rem;
    margin-top: 1.562rem;
}

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

.global_title1 .title{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 2.5rem;
    color: #fff;
    line-height: 2.5rem;
}

.global_title1 .title span{
    color: #116C5A;
}

.global_title1 .sub{
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.25rem;
    margin-top: 1.5rem;
}

.global_title1 img{
    height: 1.125rem;
    margin-top: 1.562rem;
}

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

.global_title2 .title{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 2.5rem;
    color: #EEAE2A;
    line-height: 2.5rem;
}

.global_title2 .title span{
    color: #116C5A;
}

.global_title2 .sub{
    font-size: 1.25rem;
    color: #EEAE2A;
    line-height: 1.25rem;
    margin-top: 1.5rem;
}

.global_title2 img{
    height: 1.125rem;
    margin-top: 1.562rem;
}

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

.swiper-button-prev,
.swiper-button-next{
    margin-top: 0;
    position: static;
}

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

.idx1 .content{
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 3.125rem;
}

.idx1 .content .left{
    width: 31.625rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.idx1 .content .left .r1{
    font-size: 1.125rem;
    color: #333333;
    line-height: 2.625rem;
    text-indent: 2.25rem;
    text-align: justify;
    margin-top: .625rem;
}

.idx1 .content .left .r1 span{
    color: #116C5A;
}

.idx1 .content .left .r2{
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.312rem;
    margin-bottom: .937rem;
}

.idx1 .content .left .r2 .t{
    display: flex;
    align-items: center;
    font-size: 1.062rem;
    color: #666666;
    line-height: 1.062rem;
}

.idx1 .content .left .r2 .dot{
    width: .562rem;
    height: .562rem;
    background: #116C5A;
    border-radius: 50%;
    margin-right: 1.125rem;
}

.idx1 .content .left .r2 .t:hover .dot{
    background-color: #EEAE2A;
}

.idx1 .content .left .r2 .t:hover{
    font-weight: bold;
}

.idx1 .content .right{
    width: 39.187rem;
    margin-left: 4.125rem;
}


.idx2{
    padding-top: 7.562rem;
    padding-bottom: 6.562rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F1F2F3;
}

.idx2 .content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 2.25rem;
}

.idx2 .content .blk .b,
.idx2 .content .blk.active .a{
    display: none;
}
    
.idx2 .content .blk .a{
    width: 11.875rem;
    display: block;
    position: relative;
}

.idx2 .content .blk .a .pic{
    width: 100%;
}

.idx2 .content .blk .a .txt{
    width: 100%;
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    text-align: center;
    position: absolute;
    bottom: 2.25rem;
}

.idx2 .content .blk.active .b{
    display: block;
    width: 21.312rem;
    height: calc(100% - 2.25rem);
    background-color: #fff;
    border-radius: .312rem;
    padding-left: 1.812rem;
    padding-right: 1.25rem;
    padding-top: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.idx2 .content .blk .b .t{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.5rem;
    color: #353535;
    line-height: 1.5rem;
}

.idx2 .content .blk .b .c{
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 1.875rem;
    margin-top: 1.875rem;
}

.idx2 .content .blk .b .c .l{
    width: 50%;
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.125rem;
    color: #353535;
    line-height: 1.125rem;
}

.idx2 .content .blk .b .btn{
    width: 12.187rem;
    height: 2.5rem;
    background: #EEAE2A;
    border-radius: .312rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1rem;
    margin-top: 2.5rem;
}

.idx2 .content .blk .b .btn .iconfont{
    margin-right: .437rem;
}

.idx3{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 7rem;
    background-color: #F7F8FB;
}

.idx3 .content{
    width: 100%;
    padding-top: 7.125rem;
    padding-bottom: 8.437rem;
    background-image: url("/img/idx3_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx3 .content .r1{
    width: 24rem;
    height: 2.937rem;
    background: #EEAE2A;
    border-radius: 1.5rem;
    font-weight: bold;
    font-size: 1.125rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.437rem;
}

.idx3 .content .r2{
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.25rem;
    margin-top: 1.125rem;
}

.idx3 .content1{
    display: flex;
    justify-content: center;
    grid-column-gap: 4.25rem;
    margin-top: -4.5rem;
}

.idx3 .content1 .blk{
    width: 11.625rem;
    height: 10.437rem;
    background: #FFFFFF;
    box-shadow: -1px .437rem .812rem 0px rgba(200,200,200,0.21);
    border-radius: .625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.idx3 .content1 .blk .icon{
    width: 3.75rem;
}

.idx3 .content1 .blk .txt{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.125rem;
    color: #1F254D;
    line-height: 1.125rem;
    margin-top: 1.437rem;
}

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

.idx4 .content{
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 2rem;
}

.idx4 .content .left{
    height: 100%;
    padding-top: 6.25rem;
    padding-bottom: 2.312rem;
    position: relative;
    display: flex;
    flex-direction: column;
    grid-row-gap: 3.125rem;
    margin-right: 5.625rem;
}

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

.idx4 .content .left .blk .icon{
    width: 1.875rem;
    height: 1.875rem;
    background: #99C2BA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx4 .content .left .blk .txt{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.375rem;
    color: #404040;
    line-height: 1.375rem;
    margin-left: 4.375rem;
}

.idx4 .content .left .blk .icon img{
    width: 1rem;
}

.idx4 .content .left::before{
    content: "";
    display: block;
    width: .375rem;
    height: 100%;
    background-image: linear-gradient(
        to bottom,
        #fff,
        rgba(0, 186, 173, 0.3) 6.25rem,
        rgba(0, 186, 173, 0.3) 43.125rem,
        #fff
      );
    position: absolute;
    left: .75rem;
    top: 0;
    z-index: -1;
}

.idx4 .content .mid,
.idx4 .content .right{
    width: 28.75rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(0, 186, 173, 0.3), rgba(255, 255, 255,0.3));
}

.idx4 .content .right{
    background-image: linear-gradient(to bottom, rgba(38, 106, 243, 0.3), rgba(255, 255, 255,0.3));
}

.idx4 .content .title{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 2.125rem;
    color: #1F254D;
    line-height: 2.125rem;
}

.idx4 .content .right .title{
    opacity: 0.7;
}

.idx4 .content .list{
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.875rem;
    margin-top: 1.875rem;
}

.idx4 .content .list .l{
    width: 23rem;
    height: 3.125rem;
    background: #FFFFFF;
    box-shadow: -1px .437rem .812rem 0px rgba(0,0,0,0.1);
    border-radius: .625rem;
    font-size: 1.125rem;
    color: #404040;
    line-height: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx4 .content .left .blk.active .icon{
    background-color: #116C5A;
}

.idx4 .content .left .blk.active .txt{
    font-weight: bold;
    color: #116C5A;
}

.idx4 .content .mid .l.active{
    background-color: #116C5A;
    color: #fff;
}

.idx5{
    padding-top: 7.562rem;
    padding-bottom: 5.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/img/idx5_bg1.jpg");
    background-size: 100% 100%;
}

.idx5 .content{
    display: flex;
    justify-content: center;
    grid-column-gap: 4.562rem;
    margin-top: 3.937rem;
}

.idx5 .content .blk{
    width: 22rem;
}

.idx5 .content .blk img{
    width: 100%;
    border-radius: .625rem .625rem 0 0;
}

.idx5 .content .blk .txt{
    width: 100%;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: -1px .437rem .812rem 0px rgba(24,24,24,0.03);
    border-radius: 0 0 .625rem .625rem;
}

.idx5 .content .blk .txt .t1{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.625rem;
    color: #363636;
    line-height: 1.625rem;
}

.idx5 .content .blk .txt .t2{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.125rem;
    color: #6A6A6A;
    line-height: 1.625rem;
    margin-top: 1.25rem;
    text-align: center;
}

.idx5 .content .blk.active .txt{
    background-color: #EEAE2A;
}

.idx5 .content .blk.active .txt .t1,
.idx5 .content .blk.active .txt .t2{
    color: #fff;
}

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

.idx6 .content{
    display: flex;
    justify-content: center;
    margin-top: 1.937rem;
}

.idx6 .content .blk{
    width: 25rem;
    padding-top: 4.062rem;
    padding-bottom: 3.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idx6 .content .blk .icon,
.idx6 .content .blk .icon img{
    width: 3.5rem;
}

.idx6 .content .blk .txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
}

.idx6 .content .blk .txt .t1{
    font-family: "Noto Serif SC";
    font-weight: 800;
    font-size: 1.625rem;
    color: #414141;
    line-height: 1.625rem;
}

.idx6 .content .blk .txt .t2{
    font-size: 1.125rem;
    color: #585858;
    line-height: 1.875rem;
    margin-top: 1.125rem;
    text-align: center;
}

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

.idx6 .content .blk.active .icon img:last-child{
    display: block;
}

.idx6 .content .blk.active{
    background-color: #116C5A;
}

.idx6 .content .blk.active .txt .t1,
.idx6 .content .blk.active .txt .t2{
    color: #fff;
}

.idx7{
    padding-top: 6rem;
    padding-bottom: 5.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F1F2F3;
}

.idx7 .global_title .title .num{
    font-size: 3.75rem;
}

.idx7 .content{
    margin-top: 1.875rem;
    display: flex;
    justify-content: center;
    grid-column-gap: 2.5rem;
}

.idx7 .content .blk{
    width: 16.875rem;
    position: relative;
}

.idx7 .content .blk .pic{
    width: 100%;
}

.idx7 .content .blk .txt{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.idx7 .content .blk .txt .t1{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.375rem;
    color: #FFFFFF;
    line-height: 1.375rem;
}

.idx7 .content .blk .txt .t2{
    font-family: "Noto Serif SC";
    font-size: .75rem;
    color: #FFFFFF;
    line-height: .75rem;
    margin-top: .5rem;
}

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

.idx8 .r1{
    width: 78.125rem;
    padding-top: 4.562rem;
    padding-bottom: 3.562rem;
    background-image: url("/img/idx8_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.idx8 .r1 .warnning{
    color: red;
    font-size: 1.125rem;
    position:absolute;
    right: 8%;
    bottom: 10%;
}

.idx8 .r1 .left{
    margin-left: 5.75rem;
}

.idx8 .r1 .left .t1{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 2.25rem;
    color: #FFFFFF;
    line-height: 2.25rem;
}

.idx8 .r1 .left .t2{
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.25rem;
    margin-top: 1.562rem;
}

.idx8 .r1 .btn{
    width: 11.875rem;
    height: 3.75rem;
    background: #EEAE2A;
    border-radius: 1.875rem;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6.625rem;
}

.idx8 .content{
    width: 78.125rem;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: #fff;
    box-shadow: 0px .187rem 1.25rem 0px rgba(150,150,150,0.1);
    border-radius: 0px 0px 2.5rem 2.5rem;
}

.idx8 .content .col{
    flex-grow: 1;
}

.idx8 .content .tit{
    height: 5rem;
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.5rem;
    color: #323232;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx8 .content .row{
    height: 4.25rem;
    font-size: 1.125rem;
    color: #444444;
    line-height: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx8 .content .col:first-child .row{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.125rem;
    color: #434343;
    line-height: 1.125rem;
}

.idx8 .content .row:nth-child(even){
    background-color: #F3FAFA;
}

.idx8 .content .col:last-child{
    position: relative;
    z-index: 1;
}

.idx8 .content .col:last-child .tit{
    color: #fff;
}

.idx8 .content .col:last-child .tit div{
    position: relative;
}

.idx8 .content .col:last-child .tit div::after{
    content: "";
    display: block;
    width: 100%;
    height: .437rem;
    background-color: #F7B52C;
    position: absolute;
    left: 50%;
    bottom: -.312rem;
    transform: translateX(-50%);
    z-index: -1;
}

.idx8 .content .col:last-child .row{
    background-color: transparent;
    color: #fff;
    position: relative;
}

.idx8 .content .col:last-child .row .bg1{
    display: none;
}

.idx8 .content .col:last-child .bg{
    display: block;
    width: 10.125rem;
    height: 41.125rem;
    background: linear-gradient(0deg, #116C5A, #469781);
    border-radius: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.idx8 .content .col:last-child .row:hover .bg1{
    display: block;
    width: 9.375rem;
    height: 100%;
    background: #EEAE2A;
    border-radius: .625rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

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

.idx9 .content{
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 3.25rem;
}

.idx9 .content .left{
    width: 33.75rem;
}

.idx9 .content .right{
    width: 35rem;
    padding-left: 6.25rem;
    background: #FFFFFF;
    border-radius: 0px 3.75rem 3.75rem 0px;
    border: 1px solid #D5D5D5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.idx9 .content .right .r1{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.125rem;
    color: #303D54;
    line-height: 1.125rem;
    position: relative;
}

.idx9 .content .right .r1 span{
    font-weight: bold;
    font-size: 2.5rem;
    color: #116C5A;
    line-height: 2.5rem;
}

.idx9 .content .right .r2{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.5rem;
    color: #2D2F33;
    line-height: 1.5rem;
    margin-top: 2.187rem;
}

.idx9 .content .right .r3{
    font-weight: 500;
    font-size: 1.375rem;
    color: #454545;
    line-height: 1.375rem;
    margin-top: 5rem;
}

.idx9 .content .right .r4{
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.375rem;
    margin-top: 2.375rem;
}

.idx9 .content .right .r4 .l{
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    color: #646464;
    line-height: 1.125rem;
}

.idx9 .content .right .r4 .l .dot{
    width: .562rem;
    height: .562rem;
    background: #116C5A;
    border-radius: 50%;
    margin-right: .75rem;
}

.idx9 .content .right .r4 .l:hover .dot{
    background-color: #F7B52C;
}

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

.idx10 .content{
    margin-top: 6.125rem;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    align-self: flex-end;
}

.idx10 .content .left{
    width: 36.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.idx10 .content .left .r1{
    font-weight: bold;
    font-size: 2.25rem;
    color: #FFFFFF;
    line-height: 2.25rem;
}

.idx10 .content .left .r2{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 2.875rem;
    text-align: justify;
    margin-top: 2.687rem;
}

.idx10 .content .left .r3{
    width: 16.25rem;
    height: 4.25rem;
    background: #EEAE2A;
    border-radius: 2.125rem;
    font-weight: bold;
    font-size: 1.437rem;
    color: #FFFFFF;
    margin-top: 5.937rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx10 .content .right{
    width: 55rem;
    margin-left: 6.25rem;
}

.idx10 .content1{
    display: flex;
    justify-content: center;
    grid-column-gap: 2.312rem;
    margin-top: 4.625rem;
    margin-bottom: -9.375rem;
}

.idx10 .content1 .blk{
    width: 17rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3.187rem;
    padding-bottom: 2.25rem;
    background: #FFFFFF;
    box-shadow: -1px .437rem .812rem 0px rgba(200,200,200,0.05);
    border-radius: .625rem;
}

.idx10 .content1 .blk .icon{
    width: 11.187rem;
}

.idx10 .content1 .blk .txt{
    font-size: 1.125rem;
    color: #4D4D4D;
    line-height: 1.687rem;
    text-align: center;
    margin-top: 1.562rem;
}

.idx10.joinus{
    background-image: none;
    padding-top: 5.75rem;
    padding-bottom: 6.062rem;
}

.idx10.joinus .content1{
    margin-bottom: 0;
    margin-top: 0;
}

.idx11{
    padding-top: 13.687rem;
    padding-bottom: 6.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F1F2F3;
}

.idx11 .content{
    display: flex;
    justify-content: center;
    grid-column-gap: 3.25rem;
    margin-top: 3.437rem;
}

.idx11 .content .blk{
    width: 22.875rem;
}

.idx11 .content .blk img{
    width: 100%;
    border-radius: .625rem .625rem 0 0;
}

.idx11 .content .blk .txt{
    width: 100%;
    padding-top: 3.625rem;
    padding-bottom: 3.562rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: -1px .437rem .812rem 0px rgba(24,24,24,0.03);
    border-radius: 0 0 .625rem .625rem;
}

.idx11 .content .blk .txt .t1{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.625rem;
    color: #343434;
    line-height: 1.625rem;
}

.idx11 .content .blk .txt .t2{
    font-size: 1.125rem;
    color: #4D4D4D;
    line-height: 1.125rem;
    margin-top: 1.187rem;
    text-align: center;
}

.idx11 .content .blk.active .txt{
    background-color: #116C5A;
}

.idx11 .content .blk.active .txt .t1,
.idx11 .content .blk.active .txt .t2{
    color: #fff;
}

.idx11.about{
    padding-top: 5.5rem;
    background-color: #fff;
}
.idx11.about .content .blk .txt{
    background-color: #F8F8F8;
}
.idx11.about .content .blk.active .txt{
    background-color: #116C5A;
}

.idx11.about .content .blk.active .txt .t1,
.idx11.about .content .blk.active .txt .t2{
    color: #fff;
}

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

.idx12 .content{
    margin-top: 3.5rem;
}

.idx12 .content .swiper-slide{
    display: flex;
    justify-content: center;
}

.idx12 .content .blk{
    width: 35.187rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.idx12 .content .blk .txt{
    width: 18.5rem;
    height: 3.625rem;
    background: #116C5A;
    border-radius: 1.812rem;
    border: 0px solid #D5D5D5;
    font-size: 1.5rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.875rem;
}

.idx12 .content .blk:hover .txt{
    background-color: #EEAE2A;
}

.idx12 .btns{
    width: 88.5rem;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.idx12 .btns .swiper-button-prev{
    width: 3rem;
    height: 3rem;
    background-image: none;
    border-radius: 50%;
    background-color: #CCCCCC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx12 .btns .swiper-button-next{
    width: 3rem;
    height: 3rem;
    background-image: none;
    border-radius: 50%;
    background-color: #116C5A;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
}

.idx13{
    padding-top: 7.25rem;
    padding-bottom: 6.312rem;
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
}
.idx13 .warnning{
    color: red;
    font-size: 1.125rem;
    position: absolute;
    right:6%;
    bottom:5%;
}
.idx13 .left{
    width: 33.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.idx13 .left .t1{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 2.5rem;
    color: #303030;
    line-height: 3.5rem;
}

.idx13 .left .t2{
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.312rem;
    margin-top: 2.812rem;
}

.idx13 .left .t2>div{
    display: flex;
    align-items: center;
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.375rem;
    color: #494949;
    line-height: 1.375rem;
    opacity: 0.9;
}

.idx13 .left .t2 .splid{
    width: 2.25rem;
    height: 1px;
    background: #116C5A;
    margin-right: .937rem;
}

.idx13 .left .t3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 1.375rem;
    grid-row-gap: 1.125rem;
    margin-top: 2.937rem;
}

.idx13 .left .t3 .b{
    width: 9rem;
    height: 3.125rem;
    background: #116C5A;
    border-radius: .312rem;
    border: 1px solid #E3E5E8;
    font-size: 1rem;
    color: #FEFEFE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx13 .left .t3 .b:hover{
    background-color: #EFAF2A;
}

.idx13 .left .t4{
    font-size: 1rem;
    color: #585858;
    line-height: 1.562rem;
    opacity: 0.9;
    text-align: justify;
    margin-top: 3.312rem;
}

.idx13 .right{
    width: 39.375rem;
    margin-left: 2.75rem;
}

.idx13.joinus{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("/img/idx13_bg1.jpg");
    background-size: 100% 100%;
}

.idx13.joinus .global_title2 .title{
    color: #F2CC85;
}
.idx13.joinus .global_title2 .sub{
    color: #fff;
}

.idx13.joinus .content{
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 4.437rem;
}

.idx13.joinus .left{
    width: calc(50% - 4.375rem);
    padding-left: 2.187rem;
    padding-right: 2.187rem;
    background-color: #fff;
}


.idx13.joinus .right{
    width: 50%;
    margin-left: 0;
}

.news{
    padding-top: 5.812rem;
    padding-bottom: 5.125rem;
    background-color: #F1F2F3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.news .content .sec{
    width: 23.437rem;
    display: flex;
    flex-direction: column;
}

.news .content .sec .pic{
    width: 100%;
    border-radius: .312rem .312rem 0 0;
}

.news .content .sec .txt{
    width: calc(100% - 3.187rem);
    height: 10.562rem;
    padding-left: 1.437rem;
    padding-right: 1.75rem;
    padding-top: 1.5rem;
    padding-bottom: 1.875rem;
    background: #FFFFFF;
    border-radius: 0 0 .312rem .312rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.news .content .sec .txt .date{
    font-family: "Noto Serif SC";
    font-size: .875rem;
    color: #3D3F49;
    line-height: .875rem;
}

.news .content .sec .txt .t1{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.5rem;
    color: #383838;
    line-height: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.062rem;
}

.news .content .sec .txt .t2{
    font-size: 1.125rem;
    color: #595959;
    line-height: 1.875rem;
    margin-top: .625rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.news .content .sec .txt .detail{
    font-family: "Noto Serif SC";
    font-size: 1rem;
    color: #4F4F4F;
    line-height: 1rem;
    margin-top: auto;
}

.news .content .sec:hover .txt{
    background-color: #116C5A;
}

.news .content .sec:hover .txt .date,
.news .content .sec:hover .txt .t1,
.news .content .sec:hover .txt .t2{
    color: #fff;
}

.news .content .sec:hover .txt .detail{
    color: #ECBB56;
}

.contact{
    padding-top: 4.187rem;
    padding-bottom: 2.875rem;
    background-image: url("/img/contact_bg1.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact .feedback{
    width: 57.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.625rem;
    margin-top: 1.937rem;
}

.contact .feedback input{
    width: 25.875rem;
    height: 3.75rem;
    background: rgba(204, 204, 204, 0.58);
    border-radius: .312rem;
    border: 1px solid rgba(255, 255, 255, 0.58);
    color: #fff;
    padding-left: 1.25rem;
}
.contact .feedback input:placeholder-shown::placeholder{
    color: #fff;
}

.contact .feedback textarea{
    width: calc(100% - 1.75rem);
    height: 7.375rem;
    border: 1px solid #CBCBCB;
    border-radius: .625rem;
    padding-left: 1.75rem;
    padding-top: 1.375rem;
    font-size: 1rem;
    color: #000;
    line-height: 2rem;
    resize: none;
    background-color: #fff;
}

.contact .feedback textarea:placeholder-shown::placeholder{
    color: rgb(0, 0, 0, 0.6);
}

.contact .feedback button{
    border: none;
    width: 14.062rem;
    height: 2.875rem;
    background: #F2B129;
    border-radius: .312rem;
    font-weight: 500;
    font-size: 1.125rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #232323;
    padding-top: 5rem;
}

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

.footer .footer_top .logo{
    font-family: "DFPZongYi";
    font-weight: bold;
    font-size: 2.25rem;
    color: #fff;
    line-height: 2.25rem;
}

.footer .footer_top ul{
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 4.25rem;
}

.footer .footer_top ul li{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
}


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

.footer .footer_mid .left .title{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 1.875rem;
}

.footer .footer_mid .left .txt{
    display: flex;
    flex-direction: column;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.125rem;
    grid-row-gap: 1.5rem;
    margin-top: 2.125rem;
}

.footer .footer_mid .qrcode{
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 3.75rem;
}

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

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

.footer .footer_mid .qrcode .qc .txt{
    font-size: .875rem;
    color: #FFFFFF;
    line-height: .875rem;
    margin-top: 1.562rem;
}

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

.footer .footer_bottom div{
    font-family: "Noto Sans SC";
    font-weight: 300;
    font-size: .75rem;
    color: rgb(255, 255, 255, 0.8);
    line-height: .875rem;
}

.secondnav{
    width: 100%;
    padding-top: 2.375rem;
    padding-bottom: 2.187rem;
    border-bottom: 1px solid rgba(100,100,100,0.15);
    margin: 0 auto;
}

.secondnav .bread{
    display: flex;
    align-items: center;
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1rem;
    color: #5E5E5E;
    line-height: 1rem;
}

.secondnav .bread img{
    width: 1.125rem;
    height: 1.25rem;
    margin-right: .625rem;
}

.secondnav .title1{
    font-family: "Noto Sans SC";
    font-weight: 500;
    font-size: 1.125rem;
    color: rgb(51, 51, 51, 0.89);
    line-height: 1.125rem;
}

.secondnav .title2{
    width: 100%;
    font-family: "Noto Sans SC";
    font-weight: bold;
    font-size: 2.25rem;
    color: #343434;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    margin-top: 1.187rem;
}

.secondnav .title2 .splid{
    flex-grow: 1;
    height: 1px;
    background-color: #B4B4B4;
}
.secondnav .title2 .txt{
    margin-left: 1.562rem;
    margin-right: 1.5rem;
}

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

.second_global_title .sub{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.062rem;
    color: rgb(51, 51, 51,.89);
    line-height: 1.062rem;
}

.second_global_title .title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .687rem;
}

.second_global_title .title .txt{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.5rem;
    margin-left: .625rem;
    margin-right: .625rem;
}

.second_global_title .title .line{
    height: 1px;
    background-color: rgba(0,0,0,0.34);
    flex-grow: 1;
}

.platform{
    margin-top: 5.625rem;
    background: url("/img/platform-bg1.png");
    min-height: 35.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.platform img:nth-child(1){
    width: 26.75rem;
}

.platform img:nth-child(2){
    width: 24.5rem;
    margin-left: 2.375rem;
}

.about1{
    width: 100%;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about1 .content{
    width: 100%;
    align-self: flex-start;
    display: flex;
/*    justify-content: flex-start;*/
    align-items: stretch;
    margin-top: 4.875rem;
}

.about1 .content .left{
    width: 51.812rem;
}

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

.about1 .content .right{
    width: 39.375rem;
    margin-left: 5.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about1 .content .right .r1{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.875rem;
    color: #116C5A;
    line-height: 1.875rem;
    padding-left: 1rem;
    border-left: .25rem solid #116C5A;
    margin-bottom: 1.375rem;
}

.about1 .content .right .r2{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.312rem;
    color: #464646;
    line-height: 2.562rem;
    margin-top: 1.125rem;
    text-align: justify;
}

.about1 .content1{
    width: 100%;
    margin-top: 5.687rem;
    display: flex;
    justify-content: center;
    grid-column-gap: 1.375rem;
}

.about1 .content1 img{
    width: 23.937rem;
}

.about2{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 9.062rem;
    padding-bottom: 5.687rem;
    background-image: url("/img/about2_bg1.jpg");
    background-size: 100% 100%;
}

.about2 .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about2 .title .txt{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.25rem;
    color: #373737;
    line-height: 1.25rem;
}

.about2 .title .txt span{
    font-size: 2.187rem;
    color: #116C5A;
    line-height: 2.187rem;
}

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

.about2 .content .blk{
    width: 17.625rem;
    padding-top: 1.25rem;
    padding-bottom: 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.about2 .content .blk .pic{
    width: 90%;
}

.about2 .content .blk .bar{
    margin-top: 1.687rem;
    width: 90%;
    padding-top: 1.687rem;
    border-top: 1px solid rgb(113, 113, 113, 0.23);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.312rem;
    color: #3c3c3c;
    line-height: 1.312rem;
}

.about2 .content .blk:hover .bar{
    color: #fff;
    border-top-color: #fff;
}

.about2 .content .blk:hover{
    background-color: #116C5A;
}

.about2 .btns{
    width: 5.625rem;
    height: 2.25rem;
    display: flex;
    justify-content: space-between;
}

.about2 .btns .swiper-button-prev{
    width: 2.25rem;
    height: 2.25rem;
    background-image: none;
    border-radius: 50%;
    background-color: #CCCCCC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about2 .btns .swiper-button-next{
    width: 2.25rem;
    height: 2.25rem;
    background-image: none;
    border-radius: 50%;
    background-color: #116C5A;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
}

.about3{
    padding-top: 4.937rem;
}

.about3 .content{
    margin-top: 2.875rem;
}

.about3 .content .blk{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 1.562rem;
}

.about3 .content .blk img{
    width: 24.25rem;
    height: 21.75rem;
}

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

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

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

.about4{
    padding-top: 5.937rem;
    padding-bottom: 8.812rem;
}

.about4 .content{
    margin-top: 2.875rem;
}

.about4 .content img{
    width: 24.25rem;
    height: 21.75rem;
}

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

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

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

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

.contact1 .content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 5.625rem;
}

.contact1 .left{
    width: 36.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact1 .left .txt .t1{
    display: flex;
    align-items: center;
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.5rem;
    color: rgb(17, 108, 90, 0.9);
    line-height: 1.5rem;
}

.contact1 .left .txt .t1 img{
    width: 2.375rem;
    margin-right: 1.437rem;
}

.contact1 .left .txt .t2{
    font-size: 1rem;
    color: rgb(51, 51, 51, 0.9);
    line-height: 2.062rem;
    margin-top: .875rem;
    margin-left: 3.875rem;
}

.contact1 .right{
    width: 37.5rem;
    background-color: #F7F7F7;
    padding-top: 3.75rem;
}

.contact1 .right .r1{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.125rem;
    margin-left: 2.375rem;
}

.contact1 .right form{
    width: 100%;
    margin-top: 2.75rem;
}

.contact1 .right .feedback{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 3.437rem;
    grid-column-gap: .812rem;
}

.contact1 .right .feedback input{
    width: 16rem;
    height: 3rem;
    border-bottom: 1px solid #B5B5B5;
    font-size: 1rem;
    color: #414141;
    background-color: transparent;
}

.contact1 .right .feedback textarea{
    border: none;
    resize: none;
    width: 32.812rem;
    height: 4.5rem;
    padding-top: 1rem;
    font-size: 1rem;
    color: #414141;
    background-color: transparent;
    border-bottom: 1px solid #B5B5B5;
}

.contact1 .right .subsit{
    border: none;
    width: 100%;
    height: 3.25rem;
    background: #116C5A;
    font-size: 1rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.125rem;
}

.contactmap{
    width: 100%;
    margin-top: 6.25rem;
    position: relative;
}

.contactmap .btns{
    width: 95%;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.contactmap .btns .swiper-button-prev{
    width: 3rem;
    height: 3rem;
    background-image: none;
    border-radius: 50%;
    background-color: #CCCCCC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactmap .btns .swiper-button-next{
    width: 3rem;
    height: 3rem;
    background-image: none;
    border-radius: 50%;
    background-color: #116C5A;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
}

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

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

.joinus1 .global_title{
    margin-top: 5.625rem;
}

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

.joinus1 .content .blk{
    width: 35.375rem;
}

.joinus1 .content .blk .pic{
    width: 100%;
}

.joinus1 .content .blk .b{
    width: 100%;
    padding-top: 1.437rem;
    padding-bottom: 1.437rem;
    background-color: #F4F4F4;
    display: flex;
    align-items: stretch;
}

.joinus1 .content .blk .b .icon{
    width: 4.375rem;
    margin-left: 4.562rem;
}

.joinus1 .content .blk .b .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 3.812rem;
}

.joinus1 .content .blk .b .txt .t1{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.687rem;
    color: #333333;
    line-height: 1.687rem;
}

.joinus1 .content .blk .b .txt .t2{
    font-size: 1.125rem;
    color: #555555;
    line-height: 1.125rem;
}

.joinus2{
    padding-top: 7rem;
    padding-bottom: 5.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.joinus2 .content .title{
    font-weight: 500;
    font-size: 1.125rem;
    color: #1F1F1F;
    line-height: 1.125rem;
}

.joinus2 .content{
    margin-top: 5.875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 3.437rem;
}

.joinus2 .content .blk{
    width: 47.25%;
}

.joinus2 .content .blk:nth-last-child(2){
    width: 100%;
}

.joinus2 .content .ipt{
    width: 100%;
    height: 3.625rem;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    margin-top: .875rem;
    border-bottom: .25rem solid rgb(17, 108, 90, 0);
    box-sizing: border-box;
}

.joinus2 .content .ipt.active{
    border-bottom-color: #116C5A;
}

.joinus2 .content .ipt img{
    width: 1.562rem;
    height: 1.562rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

.joinus2 .content input{
    width: calc(100% - 3.562rem);
    height: 100%;
    font-size: 1rem;
    color: #333333;
    background-color: transparent;
}

.joinus2 .content input:placeholder-shown::placeholder{
    color: rgb(51, 51, 51, 0.7);
}

.joinus2 .content .area{
    height: 11.062rem;
    align-items: flex-start;
}

.joinus2 .content .area img{
    margin-top: 1.187rem;
}

.joinus2  .content textarea{
    width: calc(100% - 3.562rem);
    height: 100%;
    border: none;
    resize: none;
    background-color: transparent;
    font-size: 1rem;
    color: #333333;
    margin-top: 1rem;
}

.joinus2  .content textarea:placeholder-shown::placeholder{
    color: rgb(51, 51, 51, 0.7);
}

.joinus2  .content .subsit{
    width: 100%;
    height: 5rem;
    border: none;
    background-color: #116C5A;
    font-weight: 500;
    font-size: 1.375rem;
    color: #F3F1ED;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.joinus3 .tbar{
    width: 100%;
    background-image: url("/img/joinus3_bg1.jpg");
    background-size: 100% 100%;
    padding-top: 2.562rem;
    padding-bottom: 3.125rem;
}

.joinus3 .tbar .r1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.joinus3 .tbar .r1 .txt{
    font-family: "Noto Sans SC";
    font-weight: bold;
    font-size: 3.25rem;
    color: #FFFFFF;
    line-height: 3.937rem;
}

.joinus3 .tbar .r1 .right{
    display: flex;
    align-items: center;
}

.joinus3 .tbar .r1 .right img{
    width: 1.687rem;
    height: 1.687rem;
    margin-right: .687rem;
}

.joinus3 .tbar .r1 .right span:nth-child(2){
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.312rem;
}

.joinus3 .tbar .r1 .right span:nth-child(3){
    font-family: "Noto Sans SC";
    font-weight: 500;
    font-size: 1.375rem;
    color: #FFFFFF;
    line-height: 1.625rem;
}

.joinus3 .tbar .r2{
    width: 34.875rem;
    height: 2.625rem;
    background: #A70A1D;
    border-radius: 3.062rem;
    font-family: "Noto Sans SC";
    font-weight: 500;
    font-size: 1.625rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.375rem;
}

.joinus3 .tbar .r3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 2.375rem;
}

.joinus3 .tbar .r3 .blk{
    display: flex;
    align-items: center;
    font-family: "Noto Sans SC";
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.75rem;
}

.joinus3 .tbar .r3 .blk img{
    width: 1.875rem;
    height: 1.937rem;
}

.case {
    margin-top: 3.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 7.562rem;
}

.case .content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 2.812rem;
}

.case .content .sec{
    width: 24.062rem;
    display: flex;
    flex-direction: column;
}

.case .content .sec .pic{
    width: 24.062rem;
    height: 20.812rem;
}

.case .content .sec .txt{
    width: calc(100% - 4.062rem);
    height: 11.375rem;
    padding-left: 1.812rem;
    padding-right: 2.25rem;
    background-color: #fff;
    
}

.case .content .sec .txt .t1{
    font-family: "Noto Sans SC";
    font-weight: 500;
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2.062rem;
}

.case .content .sec .txt .t2{
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.75rem;
    height: 3.5rem;
    overflow: hidden;
    margin-top: 1.625rem;
}

.case .content .sec:hover .txt .t1{
    color: #FFBB32;
}

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

.fy a {
    border: 1px solid #9B9B9B;
    display: inline-block;
    color: #383838;
    min-width: 1.562rem;
    padding-left: .625rem;
    padding-right: .625rem;
    height: 2.937rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .562rem;
}

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

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

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

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

.second_content{
    font-size: 1.5rem;
 line-height: 2.6rem;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}
.second_content p,.second_content div,.second_content span,.second_content strong{
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-top:  1.25rem;
    margin-bottom: 1.25rem;
}

.article{
    margin-bottom: 6.25rem;
}

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

.products .left{
    width: 100%;
}

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

.products .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 2.125rem;
    grid-column-gap: 3.125rem;
}

.products .list li{
    width: 12.375rem;
    height: 2.937rem;
    border-radius: 1.5rem;
    border: 1px solid #959595;
    color: #000000;
}

.products .list li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.375rem;
    line-height: 1.375rem;
}

.products .list li.on,
.products .list li:hover{
    color: #fff;
    background-color: #339966;
}


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

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

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

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

.products .right{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-row-gap: 3.5rem;
    grid-column-gap: 3.75rem;
    margin-top: 5.625rem;
}

.products .right .product .pic{
    width: 100%;
    border: .25rem solid rgba(0,0,0,0);
}

.products .right .product img{
    width: 100%;
    border-radius: .937rem;
}

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

.products .right .product .bar{
    width: 100%;
    height: 5.062rem;
    margin-top: 2.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products .right .product .bar img{
    width: .75rem;
    height: .75rem;
    transform: rotateY(180deg);
}

.products .right .product:hover .bar div:first-child{
    color: #fff;
}

.products .right .product:hover .bar{
    background-color: #116C5A;
    border-radius: .75rem;
}

.products .right .product:hover .bar div:last-child{
    background-color: #76C4B5;
}

.products .right .product .bar div:first-child{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.812rem;
    color: #333333;
    line-height: 1.812rem;
    margin-left: 1.187rem;
}

.products .right .product .bar div:last-child{
    width: 4.25rem;
    height: 1.562rem;
    background: #116C5A;
    border-radius: .812rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.875rem;
}

.goodnews{
    padding-top: 5.625rem;
}

.goodnews .content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #FFFFFF;
    box-shadow: 0px .125rem 1.125rem 0px rgba(232,232,232,0.74);
    margin-top: 5.625rem;
}

.goodnews .content .left{
    width: 32.25rem;
}

.goodnews .content .right{
    width: 32.5rem;
    margin-right: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.goodnews .content .right .t1{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.875rem;
    color: #116C5A;
    line-height: 1.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goodnews .content .right .t2{
    font-size: 1.125rem;
    color: #464646;
    line-height: 2.625rem;
    margin-top: 2.125rem;
    text-align: justify;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}

.goodnews .content .right .date{
    display: flex;  
    align-items: flex-end;
    margin-top: 2.5rem;
    align-self: flex-end;
}

.goodnews .content .right .date .md{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.5rem;
    color: #464646;
    line-height: 1.5rem;
    margin-right: .437rem;
}

.goodnews .content .right .date .y{
    font-family: "Noto Serif SC";
    font-weight: bold;
    font-size: 1.125rem;
    color: #464646;
    line-height: 1.375rem;
}

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

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

.news1 .content .sec{
    width: 23.437rem;
    display: flex;
    flex-direction: column;
}

.news1 .content .sec .pic{
    width: 100%;
    border-radius: .312rem .312rem 0 0;
}

.news1 .content .sec .txt{
    width: calc(100% - 3.187rem);
    height: 10.562rem;
    padding-left: 1.437rem;
    padding-right: 1.75rem;
    padding-top: 1.5rem;
    padding-bottom: 1.875rem;
    background: #FFFFFF;
    border-radius: 0 0 .312rem .312rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.news1 .content .sec .txt .date{
    font-family: "Noto Serif SC";
    font-size: .875rem;
    color: #3D3F49;
    line-height: .875rem;
}

.news1 .content .sec .txt .t1{
    font-family: "Noto Serif SC";
    font-weight: 600;
    font-size: 1.5rem;
    color: #383838;
    line-height: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.062rem;
}

.news1 .content .sec .txt .t2{
    font-size: 1.125rem;
    color: #595959;
    line-height: 1.875rem;
    margin-top: .625rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.news1 .content .sec .txt .detail{
    font-family: "Noto Serif SC";
    font-size: 1rem;
    color: #4F4F4F;
    line-height: 1rem;
    margin-top: auto;
}

.news1 .content .sec:hover .txt{
    background-color: #116C5A;
}

.news1 .content .sec:hover .txt .date,
.news1 .content .sec:hover .txt .t1,
.news1 .content .sec:hover .txt .t2{
    color: #fff;
}

.news1 .content .sec:hover .txt .detail{
    color: #ECBB56;
}

.maplabel{
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 767px) {
    body {
        max-width: 640px;
        min-width: 320px;
        overflow-x: hidden;
        padding-bottom: 7.5rem;
    }
	html{
		font-size: 10px;
	}
    
    .lxrig{
        display: none;
    }
    
    .wap{
/*        min-height: 2.5rem;*/
        display: block;
    }
    
    .g-wrap{
        width: 100%;
    }
    
    .g-wrap3{
        width: 100%;
    }
    
    .pc{
        display: none !important;
    }
    
    #header{
        height: 5.625rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
    }
    
    #content{
        margin-top: 5.625rem;
    }
    
    .m_logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        width: 100%;
    }
    
    .m_logo .left{
        display: flex;
        align-items: center;
        margin-left: 7.7%;
    }
    
    .m_logo .left .splid{
        width: 1px;
        height: 1rem;
        background: #9A722A;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    
    .m_logo .left .mlogopic{
        width: 4.562rem;
        height: 4.562rem;
    }

    .m_logo .left .logo_txt{
        font-family: "DFPZongYi";
        font-weight: bold;
        font-size: 2.125rem;
        color: #116C5A;
    }
    
    .m_logo .right .logo_txt{
        width: 10.312rem;
        height: 2.937rem;
        margin-right: 1.75rem;
    }
    
    .m_logo .right .logo_txt1{
        font-size: 1.25rem;
        line-height: 1.562rem;
        color: #333333;
        margin-top: .5rem;
    }
    
    .m_logo .right .logo_txt2{
        font-size: 1.75rem;
        line-height: 2.187rem;
        font-family: Impact;
        font-style: italic;
        color: #333333;
        margin-top: .625rem;
    }
    
    .m_logo .right{
        height: 100%;
        display: flex;
        align-items: center;
    }
    
    .m_logo .right .tel{
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 1.75rem;
        color: #116C5A;
        line-height: 1.75rem;
        margin-right: 1.875rem;
    }
    
    .m_logo .right .tel img{
        width: 2.125rem;
        height: 2rem;
        margin-right: .812rem;
    }
    
    .m_logo .right .icondh{
        width: 10.312rem;
        height: 2.937rem;
        margin-right: 1.75rem;
    }
    
    .m_logo .right .logo_dh_txt{
        font-size: 1.25rem;
        color: #A70A1D;
        line-height: 1.437rem;
        margin-right: 2.875rem;
    }
    
    .xf {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 7.5rem;
    }

    .xf a {
        width: 50%;
        background: #F7B52C;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: "Noto Sans SC";
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    
    .xf a img{
        width: 1.875rem;
        height: 1.875rem;
        margin-bottom: 1.25rem;
    }

    .xf a:nth-child(2) {
        background: #116C5A;
        color: #fff;
    }
    
    .nav_wap {
        width: 10.312rem;
        height: 100%;
        background-color: #116C5A;
        display: block;
        z-index: 9999999;
    }
    
    .nav_wap .subNavShow{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .nav_wap .subNavShow img{
        width: 3rem;
        height: 2.75rem;
    }
    
    .nav_wap .subNavShow div{
        width: 3.312rem;
        height: 5px;
        border-radius: 3px;
        background-color: #E70014;
        margin-top: .5rem;
        
    }
    
    .nav_wap .subNavShow div:first-child{
        margin-top: 0;
    }

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

    .subNavShow {
        z-index: 9999999;
    }

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

    .subNav:hover {
        color: #333333;
    }

    .currentDd {
        color: #fff
    }

    .currentDt {
    }

    .navContent {
        display: none;
    }

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

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

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

    .subNavHide {
        font-size: 2.5rem;
        color: #333;
        text-align: right;
        padding-right: 5%;
        padding: 8% 8% 0 8%;
    }
    
    .first_title{
        font-size: 3.125rem;
        line-height: 4.125rem;
        color: #333333;
        font-weight: bold;
        margin-left: 1.437rem;
        margin-right: .937rem;
    }

    .second_title{
        font-size: 1.5rem;
        line-height: 2.125rem;
        color: #666666;
        margin-top: 1.25rem;
    }
    
    .m_banner{
        position: relative;
        z-index: 1;
    }
    .m_banner .warnning{
        color: red;
        font-size: 1.125rem;
        position: absolute;
        right: 5%;
        bottom: 10%;
    }
    .m_banner img{
        display: block;
        object-fit: cover;
    }
    
    .m_banner .swiper-pagination{
        position: absolute;
        bottom: 2.75rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .m_banner .swiper-pagination .swiper-pagination-bullet{
        width: 1.4rem;
        height: 1.4rem;
        background: #F7B52C;
        border-radius: 50%;
        margin-left: 1.437rem;
        margin-right: 1.437rem;
        opacity: 0.5;
    }

    .m_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #F7B52C;
        opacity: 1;
    }
    
    .global_title{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 95%;
    }

    .global_title .title{
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 2rem;
        color: #404040;
        line-height: 2rem;
    }

    .global_title span{
        color: #116C5A;
    }

    .global_title .sub{
        font-size: 1.375rem;
        color: #585858;
        line-height: 2.062rem;
        margin-top: 1.625rem;
    }

    .global_title img{
        height: 1.4rem;
        margin-top: 1.875rem;
    }

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

    .global_title1 .title{
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 2rem;
        color: #fff;
        line-height: 2rem;
    }

    .global_title1 .title span{
        color: #116C5A;
    }

    .global_title1 .sub{
        font-size: 1.375rem;
        color: #fff;
        line-height: 2.062rem;
        margin-top: 1.625rem;
    }

    .global_title1 img{
        height: 1.4rem;
        margin-top: 1.875rem;
    }

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

    .global_title2 .title{
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 2rem;
        color: #EEAE2A;
        line-height: 2rem;
    }

    .global_title2 .title span{
        color: #116C5A;
    }

    .global_title2 .sub{
        font-size: 1.375rem;
        color: #EEAE2A;
        line-height: 2.062rem;
        margin-top: 1.625rem;
    }

    .global_title2 img{
        height: 1.4rem;
        margin-top: 1.875rem;
    }
    
    .m_idx1{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2.812rem;
        padding-bottom: 2.625rem;
    }
    
    .m_idx1 .global_title .sub{
        align-self: flex-start;
        color: #585858;
        line-height: 2.062rem;
    }

    .m_idx1 .content{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2.062rem;
    }
    
    .m_idx1 .content .splid{
        width: 1.75rem;
        height: .125rem;
        background: #116C5A;
        align-self: flex-start;
    }

    .m_idx1 .content .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 1.625rem;
    }

    .m_idx1 .content .left .r1{
        font-size: 1.4rem;
        color: #333333;
        line-height: 2.625rem;
        text-indent: 2.25rem;
        text-align: justify;
    }

    .m_idx1 .content .left .r1 span{
        color: #116C5A;
    }

    .m_idx1 .content .left .r2{
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.312rem;
        margin-top: 2.5rem;
    }

    .m_idx1 .content .left .r2 .t{
        display: flex;
        align-items: center;
        font-size: 1.2rem;
        color: #666666;
        line-height: 1.2rem;
    }

    .m_idx1 .content .left .r2 .dot{
        width: .562rem;
        height: .562rem;
        background: #116C5A;
        border-radius: 50%;
        margin-right: 1.4rem;
    }

    .m_idx1 .content .left .r2 .t:hover .dot{
        background-color: #EEAE2A;
    }

    .m_idx1 .content .left .r2 .t:hover{
        font-weight: bold;
    }

    .m_idx1 .content .right{
        width: 100%;
        margin-top: 2.5rem;
    }
    
    .m_idx2{
        padding-top: 3.75rem;
        padding-bottom: 2.562rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #116C5A;
    }
    
    .m_idx2 .global_title1 .sub{
        font-size: 1.312rem;
    }

    .m_idx2 .content{
        width: 100%;
        margin-top: 2.25rem;
        position: relative;
    }
    
    .m_idx2 .content .swiper-slide{
        display: flex;
        justify-content: center;
    }
    
    .m_idx2 .content .blk{
        width: 67%;
    }
    
    .m_idx2 .content .blk .pic{
        width: 100%;
    }

    .m_idx2 .content .b{
        display: block;
        width: 85%;
        background-color: #fff;
        padding-left: 7%;
        padding-right: 8%;
        padding-top: 1.5rem;
        padding-bottom: 2.312rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .m_idx2 .content .b .t{
        font-weight: bold;
        font-size: 1.5rem;
        color: #C10101;
        line-height: 1.5rem;
        position: relative;
        z-index: 2;
    }
    
    .m_idx2 .content .b .t::after{
        content: "";
        width: 100%;
        height: .437rem;
        background-image: url("/img/m_idx2_bg1.png");
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        bottom: -.25rem;
        transform: translateX(-50%);
        z-index: -1;
    }

    .m_idx2 .content .b .c{
        display: flex;
        flex-wrap: wrap;
        grid-row-gap: 1.875rem;
        margin-top: 2.25rem;
    }

    .m_idx2 .content .b .c .l{
        width: 55%;
        font-size: 1rem;
        color: #353535;
        line-height: 1rem;
    }
    
    .m_idx2 .content .b .c .l:nth-child(even){
        width: 45%;
    }
    
    .m_idx2 .btns{
        width: 90%;
        height: 2.125rem;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 3;
    }

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

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

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

    .m_idx3 .content1{
        width: 100%;
        display: flex;
        justify-content: center;
        grid-column-gap: 3.4%;
        margin-top: 1.875rem;
    }

    .m_idx3 .content1 .blk{
        width: 28%;
        padding-top: 1.875rem;
        padding-bottom: 2.062rem;
        background: #FFFFFF;
        box-shadow: -1px .437rem .812rem 0px rgba(200,200,200,0.21);
        border-radius: .625rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .m_idx3 .content1 .blk .icon{
        width: 3.75rem;
    }

    .m_idx3 .content1 .blk .txt{
        font-family: "Noto Serif SC";
        font-weight: 600;
        font-size: 1.4rem;
        color: #1F254D;
        line-height: 1.4rem;
        margin-top: 1.437rem;
    }
    
    .idx4{
        padding-top: 3.75rem;
        padding-bottom: 1.562rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .idx4 .content{
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: stretch;
        margin-top: 2.25rem;
    }

    .idx4 .content .left{
        height: 100%;
        padding-top: 2.187rem;
        padding-bottom: 2.125rem;
        position: relative;
        display: flex;
        flex-direction: column;
        grid-row-gap: 3.125rem;
        margin-right: 3.8%;
    }

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

    .idx4 .content .left .blk .icon{
        width: 1.875rem;
        height: 1.875rem;
        background: #99C2BA;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .idx4 .content .left .blk .txt{
        font-family: "Noto Serif SC";
        font-weight: 600;
        font-size: 1.2rem;
        color: #404040;
        line-height: 1.2rem;
        margin-left: 3%;
        white-space: nowrap;
    }

    .idx4 .content .left .blk .icon img{
        width: 1rem;
    }

    .idx4 .content .left::before{
        content: "";
        display: block;
        width: .375rem;
        height: 100%;
        background-image: linear-gradient(
            to bottom,
            #fff,
            rgba(0, 186, 173, 0.3) 6.25rem,
            rgba(0, 186, 173, 0.3) 43.125rem,
            #fff
          );
        position: absolute;
        left: .75rem;
        top: 0;
        z-index: -1;
    }

    .idx4 .content .mid,
    .idx4 .content .right{
        width: 39%;
        padding-top: 1.562rem;
        padding-bottom: 1.562rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: linear-gradient(to bottom, rgba(0, 186, 173, 0.3), rgba(255, 255, 255,0.3));
    }

    .idx4 .content .right{
        background-image: linear-gradient(to bottom, rgba(38, 106, 243, 0.3), rgba(255, 255, 255,0.3));
    }

    .idx4 .content .title{
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 2.125rem;
        color: #1F254D;
        line-height: 2.125rem;
    }

    .idx4 .content .right .title{
        opacity: 0.7;
    }

    .idx4 .content .list{
        display: flex;
        align-items: center;
        flex-direction: column;
        grid-row-gap: 1.875rem;
        margin-top: 0;
    }

    .idx4 .content .list .l{
        width: 70%;
        padding-left: 10%;
        padding-right: 10%;
        height: 3.125rem;
        background: #FFFFFF;
        box-shadow: -1px .437rem .812rem 0px rgba(0,0,0,0.1);
        border-radius: .625rem;
        font-size: 1rem;
        color: #404040;
        line-height: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .idx4 .content .left .blk.active .icon{
        background-color: #116C5A;
    }

    .idx4 .content .left .blk.active .txt{
        font-weight: bold;
        color: #116C5A;
    }

    .idx4 .content .mid .l.active{
        background-color: #116C5A;
        color: #fff;
    }

    .m_idx5{
        padding-top: 3.125rem;
        padding-bottom: 3.437rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F1F2F3;
    }

    .m_idx5 .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-row-gap: 1.25rem;
        margin-top: 2.062rem;
    }

    .m_idx5 .content .blk{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m_idx5 .content .blk img{
        width: 60%;
        border-radius: 1.562rem;
    }

    .m_idx5 .content .blk .txt{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m_idx5 .content .blk .txt .t1{
        width: 12.875rem;
        height: 3.062rem;
        border-radius: 1.562rem;
        font-family: "Noto Serif SC";
        font-weight: 800;
        font-size: 1.375rem;
        color: #fff;
        line-height: 1.375rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #116C5A;
    }
    
    .m_idx5 .content .blk .txt .t1 .dot{
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #F7B52C;
    }
    
    .m_idx5 .content .blk .txt .t1 .dot:first-child{
        margin-left: 2.187rem;
    }
    
    .m_idx5 .content .blk .txt .t1 .dot:last-child{
        margin-right: 2.187rem;
    }

    .m_idx5 .content .blk .txt .t2{
        font-size: 1rem;
        color: #116C5A;
        line-height: 1.625rem;
        margin-top: 1.25rem;
        text-align: center;
    }
    
    .m_idx6{
        padding-top: 2.437rem;
        padding-bottom: 2.437rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    .m_idx6 .content .blk{
        width: 100%;
        padding-top: 2rem;
        padding-bottom: 2.125rem;
        border: 1px solid #D5D5D5;
        border-radius: 4rem;
        background-color: #fff;
        display: flex;
        align-items: center;
    }

    .m_idx6 .content .blk .num{
        width: 7.062rem;
        height: 7.062rem;
        background-color: #116C5A;
        border-radius: 50%;
        font-size: 1.875rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .m_idx6 .content .blk .txt{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .m_idx6 .content .blk .txt .t1{
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 1.687rem;
        color: #404040;
        line-height: 1.687rem;
    }
    
    .m_idx6 .content .blk .txt .t2{
        font-size: 1.375rem;
        color: #585858;
        line-height: 2.312rem;
        margin-top: 1rem;
        text-align: center;
    }
    
    .m_idx6 .content .blk.active{
        border-color: #116C5A;
        background-color: #116C5A;
    }
    
    .m_idx6 .content .blk:nth-child(odd) .num{
        margin-left: 1.375rem;
    }
    .m_idx6 .content .blk:nth-child(odd) .txt{
        margin-left: 5rem;
    }
    
    .m_idx6 .content .blk:nth-child(even){
        justify-content: flex-end;
    }
    
    .m_idx6 .content .blk:nth-child(even) .num{
        margin-right: 1.375rem;
    }
    .m_idx6 .content .blk:nth-child(even) .txt{
        margin-right: 4.25rem;
    }
    
    .m_idx6 .content .blk.active .num{
        background-color: #fff;
        color: #116C5A;
    }
    
    .m_idx6 .content .blk.active .txt .t1,
    .m_idx6 .content .blk.active .txt .t2{
        color: #fff;
    }


    .m_idx7{
        padding-top: 2.25rem;
        padding-bottom: 2.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F1F2F3;
    }

    .m_idx7 .global_title .title .num{
        font-size: 3.75rem;
    }

    .m_idx7 .content{
        width: 95%;
        margin-top: 1.875rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 1.625rem;
    }

    .m_idx7 .content .blk{
        width: 48%;
        position: relative;
    }
    
    .m_idx7 .content .blk:last-child{
        width: 100%;
    }

    .m_idx7 .content .blk .pic{
        width: 100%;
    }

    .m_idx7 .content .blk .txt{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .m_idx7 .content .blk .txt .t1{
        font-family: "Noto Serif SC";
        font-weight: 600;
        font-size: 1.375rem;
        color: #FFFFFF;
        line-height: 1.375rem;
    }

    .m_idx7 .content .blk .txt .t2{
        font-family: "Noto Serif SC";
        font-size: .75rem;
        color: #FFFFFF;
        line-height: .75rem;
        margin-top: .5rem;
    }


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

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

    .m_idx8 .contentin{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_idx8 .contentin .right{
        width: 100%;
        background-image: url("/img/m_idx8_bg1.jpg");
        background-size: 100% 100%;
        margin-top: 3.312rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 3.562rem;
    }
    
    .m_idx8 .contentin .right .detail{
        width: 8.062rem;
        height: 2.625rem;
        border: 1px solid #009C4B;
        font-size: 16px;
        color: #009C4B;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: flex-start;
        margin-left: 5%;
    }
    
    .m_idx8 .contentin .right img{
        width: 93%;
        margin-top: .937rem;
    }

    .m_idx8 .contentin .left{
        width: 90%;
    }

    .m_idx8 .contentin .left .t1{
        font-weight: 500;
        font-size: 1.875rem;
        color: #009C4B;
        line-height: 1.875rem;
    }
    .m_idx8 .contentin .left .t2{
        font-size: .937rem;
        color: #3C3C3C;
        line-height: .937rem;
        margin-top: 1rem;
    }

    .m_idx8 .contentin .left .splid{
        width: 2rem;
        height: .25rem;
        background: #009C4B;
        margin-top: 1.875rem;
    }

    .m_idx8 .contentin .left .t3{
        margin-top: 2.312rem;
    }

    .m_idx8 .contentin .left .t3 p{
        font-size: 1.4rem;
        color: #000000;
        line-height: 2.125rem;
        text-indent: 2.25rem;
    }
    .m_idx8 .content .bottom{
        width: 90%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 1.562rem;
        box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.09);
    }

    .m_idx8 .content .bottom .blk{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 3.187rem;
        padding-bottom: 3.375rem;
    }

    .m_idx8 .content .bottom .blk .t1{
        font-weight: 500;
        font-size: 1.625rem;
        color: #FFB244;
        line-height: 1.625rem;
    }

    .m_idx8 .content .bottom .blk .t2{
        font-size: 1.375rem;
        color: #000000;
        line-height: 2.375rem;
        margin-top: 1.5rem;
        text-align: center;
    }

    .m_idx8 .content .bottom .splid{
        width: 1px;
        height: 4.437rem;
        background-color: #DFDFDF;
    }
    
    .m_idx9{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2.5rem;
        padding-bottom: 3.75rem;
    }

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

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

    .m_idx9 .content .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2.5rem;
    }

    .m_idx9 .content .right .r1{
        font-family: "Noto Serif SC";
        font-weight: 600;
        font-size: 1.4rem;
        color: #303D54;
        line-height: 1.4rem;
    }

    .m_idx9 .content .right .r1 span{
        font-weight: bold;
        font-size: 2.5rem;
        color: #116C5A;
        line-height: 2.5rem;
    }

    .m_idx9 .content .right .r2{
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 1.5rem;
        color: #2D2F33;
        line-height: 1.5rem;
        margin-top: 2.187rem;
    }

    .m_idx9 .content .right .r3{
        font-weight: 500;
        font-size: 1.375rem;
        color: #454545;
        line-height: 1.375rem;
        margin-top: 3.125rem;
    }

    .m_idx9 .content .right .r4{
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-row-gap: 1.375rem;
        margin-top: 2.375rem;
    }

    .m_idx9 .content .right .r4 .l{
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        color: #646464;
        line-height: 1.4rem;
    }

    .m_idx9 .content .right .r4 .l .dot{
        width: .562rem;
        height: .562rem;
        background: #116C5A;
        border-radius: 50%;
        margin-right: .75rem;
    }

    .m_idx9 .content .right .r4 .l.active .dot{
        background-color: #F7B52C;
    }

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

    .m_idx10 .content{
        width: 100%;
        padding-top: 3.125rem;
        padding-bottom: 3.812rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("/img/m_idx10_bg1.jpg");
        background-size: 100% 100%;
        margin-bottom: 3.687rem;
    }

    .m_idx10 .content .left{
        width: 95%;
        padding-top: 2.5rem;
        padding-bottom: 4.437rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
    }

    .m_idx10 .content .left .r1{
        font-weight: bold;
        font-size: 1.5rem;
        color: #116C5A;
        line-height: 1.5rem;
        position: relative;
        z-index: 0;
    }
    
    .m_idx10 .content .left .r1::after{
        content: "";
        display: block;
        width: 9.625rem;
        height: .437rem;
        background-image: url("/img/m_idx2_bg1.png");
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        bottom: -.25rem;
        z-index: -1;
    }

    .m_idx10 .content .left .r2{
        width: 95%;
        font-size: 1.4rem;
        color: #0C0B0B;
        line-height: 2.875rem;
        text-align: justify;
        margin-top: 2.125rem;
    }

    .m_idx10 .content .right{
        width: 95%;
        margin-top: 2.312rem;
    }

    .m_idx10 .content1{
        width: 95%;
        padding-top: 3.687rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 1.875rem;
        margin-top: 1.875rem;
    }

    .m_idx10 .content1 .blk{
        width: 48%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3.187rem;
        padding-bottom: 2.25rem;
        background: #FFFFFF;
        box-shadow: -1px 7px 13px 0px rgba(200,200,200,0.15);
        border-radius: .625rem;
    }

    .m_idx10 .content1 .blk .icon{
        width: 11.187rem;
    }

    .m_idx10 .content1 .blk .txt{
        font-size: 1.4rem;
        color: #4D4D4D;
        line-height: 1.687rem;
        text-align: center;
        margin-top: 1.562rem;
    }
    
    .m_idx10.joinus{
        background-image: none;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .m_idx10.joinus .content1{
        margin-bottom: 0;
        margin-top: 0;
    }
    
    .m_idx11{
        padding-top: 4rem;
        padding-bottom: 3.687rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    .m_idx11 .content .blk{
        width: 100%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgb(112, 112, 112,0.27);
        border-radius: .75rem;
    }
    
    .m_idx11 .content .blk:last-child{
        border: none;
    }
    
    .m_idx11 .content .blk .icon{
        width: 6.75rem;
        margin-left: 1.5rem;
    }
    
    .m_idx11 .content .blk .icon img{
        width: 100%;
    }
    
    .m_idx11 .content .blk .txt{
        margin-left: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .m_idx11 .content .blk .txt .t1{
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 1.625rem;
        color: #333333;
        line-height: 1.625rem;
    }
    
    .m_idx11 .content .blk .txt .t2{
        font-size: 1.4rem;
        color: #555555;
        line-height: 1.4rem;
        margin-top: 1.187rem;
    }
    
    .m_idx11 .content .blk.active .icon img:first-child,
    .m_idx11 .content .blk .icon img:last-child{
        display: none;
    }
    
    .m_idx11 .content .blk.active .icon img:last-child{
        display: block;
    }
    
    .m_idx11 .content .blk.active{
        background-color: #116C5A;
    }
    
    .m_idx11 .content .blk.active .t1,
    .m_idx11 .content .blk.active .t2{
        color: #fff;
    }
    
    .idx12{
        padding-top: 3.062rem;
        padding-bottom: 2.812rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F1F1F1;
    }

    .idx12 .content{
        margin-top: 2.25rem;
    }
    
    .idx12 .content .swiper-slide{
        display: flex;
        justify-content: center;
    }

    .idx12 .content .blk{
        width: 63.28%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    .idx12 .content .blk .txt{
        width: 18.5rem;
        height: 3.625rem;
        background: #116C5A;
        border-radius: 1.812rem;
        border: 0px solid #D5D5D5;
        font-size: 1.5rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.875rem;
    }

    .idx12 .content .blk:hover .txt{
        background-color: #EEAE2A;
    }

    .idx12 .btns{
        width: 90%;
        height: 3rem;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 37.47%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 1;
    }
    
    .m_idx13{
        padding-top: 4.5rem;
        padding-bottom: 3.687rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position:relative;
    }
    .m_idx13 .warnning{
        color: red;
        font-size: 1.5rem;
        position: absolute;
        right:6%;
        bottom:1%;
    }
    .m_idx13 .t2{
        display: flex;
        flex-direction: column;
        grid-row-gap: 1.25rem;
        font-family: "Noto Serif SC";
        font-weight: 600;
        font-size: 1.375rem;
        color: rgb(73, 73, 73, 0.9);
        line-height: 1.375rem;
        margin-top: 1.875rem;
    }
    
    .m_idx13 .t3{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 1.4rem;
        margin-top: 1.875rem;
    }

    .m_idx13 .t3 .b{
        width: 30%;
        height: 3.125rem;
        background: #116C5A;
        border-radius: .312rem;
        border: 1px solid #E3E5E8;
        font-size: 1.375rem;
        color: #FEFEFE;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .m_idx13 .t3 .b:hover{
        background-color: #EFAF2A;
    }

    .m_idx13 .t4{
        width: 90%;
        font-size: 1.375rem;
        color: #585858;
        line-height: 2.062rem;
        opacity: 0.9;
        text-align: justify;
        margin-top: 2.5rem;
    }
    
    .m_news{
        padding-top: 3.687rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    .m_news .content .sec{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgb(239, 239, 239, 0.3);
    }
    
    .m_news .content .sec .date{
        width: 27.14%;
        padding-top: 3.875rem;
        padding-bottom: 3.375rem;
        background-color: #EEEEEE;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_news .content .sec .date .d{
        width: 4.625rem;
        height: 4.625rem;
        border-radius: 50%;
        background-color: #116C5A;
        font-family: "Noto Serif SC";
        font-weight: 600;
        font-size: 2.25rem;
        color: #FFFFFF;
        line-height: 2.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .m_news .content .sec .date .ym{
        font-size: 1.2rem;
        color: #343434;
        line-height: 1.2rem;
        margin-top: 2.5rem;
    }
    
    .m_news .content .sec .txt{
        width: 61%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 2.5rem;
    }
    
    .m_news .content .sec .txt .t1{
        font-weight: bold;
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .m_news .content .sec .txt .t2{
        font-size: 1.375rem;
        color: #444444;
        line-height: 2.062rem;
        min-height: 4.125rem;
        margin-top: 1.5rem;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    
    .m_news .content .sec .txt .detail{
        font-size: 1.2rem;
        color: #676767;
        align-self: flex-end;
        margin-top: 1.625rem;
    }
    
    .m_news .content .sec:hover{
        background-color: none;
    }
    
    .m_news .content .sec:hover .date{
        background-color: #116C5A;
    }
    
    .m_news .content .sec:hover .date .d{
        background-color: #fff;
        color: #116C5A;
    }
    
    .m_news .content .sec:hover .date .ym{
        color: #fff;
    }
    
    .m_news .content .sec:hover .txt .t1,
    .m_news .content .sec:hover .txt .detail{
        color: #116C5A;
    }
    
    .m_contact{
        padding-top: 3.75rem;
        padding-bottom: 2.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #116C5A;
    }
    
    .m_contact form{
        width: 95%;
    }

    .m_contact .feedback{
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-row-gap: 1rem;
        margin-top: 2.5rem;
    }
    
    .m_contact .feedback .ipt{
        width: 100%;
        height: 5rem;
        background: #FFFFFF;
        border-radius: .5rem;
        border: 1px solid rgba(0,0,0,0.2);
        display: flex;
        align-items: center;
    }
    
    .m_contact .feedback .ipa{
        width: 100%;
        height: 8.437rem;
        border-radius: .5rem;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.2);
        display: flex;
        align-items: flex-start;
        padding-top: 1.562rem;
    }
    
    .m_contact .feedback .ipt img,
    .m_contact .feedback .ipa img{
        width: 1.875rem;
        margin-left: 1.437rem;
        margin-right: .937rem;
    }

    .m_contact .feedback input{
        border: none;
        width: 80%;
        height: 100%;
        font-size: 1.187rem;
        color: #000;
        background-color: #fff;
    }
    .m_contact .feedback input:placeholder-shown::placeholder{
        color: #666666;
    }

    .m_contact .feedback textarea{
        width: 80%;
        height: 100%;
        border: none;
        font-size: 1.187rem;
        color: #000;
        line-height: 2.187rem;
        resize: none;
        background-color: #fff;
        margin-top: -.437rem;
    }

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

    .m_contact .feedback button{
        width: 13.062rem;
        height: 3.375rem;
        background: #F7B52C;
        border-radius: 1.687rem;
        border: none;
        font-weight: bold;
        font-size: 1.4rem;
        color: #FFFFFF;
        margin: 0 auto;
        background-color: #EFAF2A;
        margin-top: 1.5rem;
    }

    
    .m_footer{
        background-image: url("/img/m_footer_bg.jpg");
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5.5rem;
        padding-bottom: 3.25rem;
    }
    
    .m_footer .footer_top{
        width: 10rem;
        height: 8.187rem;
    }
    
    .m_footer .footer_bottom{
        margin-top: 2.875rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .m_footer .footer_bottom .t:nth-child(2){
        margin-top: 2.687rem;
    }
    .m_footer .footer_bottom .t:nth-child(3){
        margin-top: 1.937rem;
    }

    .m_footer .footer_bottom .t{
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #ffffff;
    }
    
    .m_footer .footer_bottom .t .t2{
        margin-top: 1.4rem;
        font-size: 1.75rem;
        line-height: 1.75rem;
        text-align: center;
    }

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

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

    .m_footer .qrcode img{
        width: 9.437rem;
        height: 9.437rem;
    }

    .m_footer .qrcode .qc{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 1.25rem;
        margin-right: 1.312rem;
    }

    .m_footer .qrcode .txt{
        font-size: 1.2rem;
        line-height: 1.2rem;
        color: #ffffff;
        margin-top: .875rem;
    }
    
    .about1{
        padding-top: 3.875rem;
        padding-bottom: 5.625rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    .about1 .content .left{
        width: 95%;
        position: relative;
    }

    .about1 .content .left img{
        width: 100%;
    }
    .about1 .content .left .bg{
        display: none;
    }

    .about1 .content .left img{
        position: relative;
        z-index: 1;
    }

    .about1 .content .left .bg{
        background-color: #FFBB32;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
    }

    .about1 .content .right{
        width: 95%;
        margin-top: 3.125rem;
        margin-left: 0;
    }

    .about1 .content1{
        width: 95%;
        margin-top: 3.625rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        grid-row-gap: 1.25rem;
    }

    .about1 .content1 img{
        width: 100%;
        height: auto;
    }
    
    .about2 .content{
        width: 95%;
        margin-top: 4.937rem;
    }
    .about2 .title{
        width: 95%;
    }
    .about2 .content .swiper-slide{
        display: flex;
        justify-content: center;
    }
/*
    .about2{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5.062rem;
        padding-bottom: 7.125rem;
        background-image: url("/img/about2_bg1.jpg");
        background-size: 100% 100%;
    }

    
    
    .about2 .content .swiper-container{
        width: calc(95% - 7.875rem);
    }
    
    .about2 .content .swiper-slide{
        display: flex;
        justify-content: center;
    }

    .about2 .content .blk{
        width: 22.25rem;
        padding-top: 1rem;
        padding-bottom: 1.562rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
    }

    .about2 .content .blk .pic{
        width: 19.937rem;
        height: 15rem;
    }

    .about2 .content .blk .bar{
        margin-top: 1.437rem;
        width: 100%;
        padding-top: 1.5rem;
        border-top: 1px solid rgb(113, 113, 113, 0.23);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        color: #3c3c3c;
        line-height: 1rem;
    }

    .about2 .content .blk:hover .bar{
        color: #fff;
        border-top-color: #fff;
    }

    .about2 .content .blk:hover{
        background-color: #339966;
    }

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

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

    .about2 .btns .swiper-button-next{
        width: 3.375rem;
        height: 3.375rem;
        background-image: url("/img/icon_arrow_r.png");
        background-size: 100% 100%;
    }
*/
    
    .m_about3{
        padding-top: 4.937rem;
    }

    .m_about3 .content{
        width: 95%;
        margin-top: 2.875rem;
    }

    .m_about3 .content .blk{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 1.562rem;
    }

    .m_about3 .content .blk img{
        width: 48%;
    }

    .m_about3 .btns{
        width: 9.875rem;
        height: 5.375rem;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 2.5rem;
    }

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

    .m_about3 .btns .swiper-button-next{
        width: 3.375rem;
        height: 3.375rem;
        background-image: url("/img/icon_arrow_r.png");
        background-size: 100% 100%;
    }
    
    .about4{
        padding-top: 5.937rem;
        padding-bottom: 8.812rem;
    }
    
    .about4 .content .swiper-container{
        width: calc(95% - 7.875rem);
    }
    
    .about4 .content .swiper-slide{
        display: flex;
        justify-content: center;
    }

    .about4 .content{
        margin-top: 2.875rem;
    }

    .about4 .content img{
        width: 24.25rem;
        height: 21.75rem;
    }

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

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

    .about4 .btns .swiper-button-next{
        width: 3.375rem;
        height: 3.375rem;
        background-image: url("/img/icon_arrow_r.png");
        background-size: 100% 100%;
    }
    
    .secondnav{
        width: 95%;
    }
    
    .second_global_title{
        width: 90%;
    }

    .joinus1 .content{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 2.25rem;
        margin-top: 4.312rem;
    }

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

    .joinus2{
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .joinus2 .global_title .title{
        font-size: 1.875rem;
    }

    .joinus2 .content .title{
        font-weight: 500;
        font-size: 1.4rem;
        color: #1F1F1F;
        line-height: 1.4rem;
    }

    .joinus2 .content{
        width: 95%;
        margin-top: 3.125rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 3.437rem;
    }

    .joinus2 .content .blk{
        width: 47.25%;
    }

    .joinus2 .content .blk:nth-last-child(2){
        width: 100%;
    }
    
    .joinus2 .content .tit{
        font-size: 1.2rem;
    }

    .joinus2 .content .ipt{
        width: 100%;
        height: 3.625rem;
        background-color: #F5F5F5;
        display: flex;
        align-items: center;
        margin-top: .875rem;
        border-bottom: .25rem solid rgb(17, 108, 90, 0);
        box-sizing: border-box;
    }

    .joinus2 .content .ipt.active{
        border-bottom-color: #116C5A;
    }

    .joinus2 .content .ipt img{
        width: 1.562rem;
        height: 1.562rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .joinus2 .content input{
        width: calc(100% - 3.562rem);
        height: 100%;
        font-size: 1.2rem;
        color: #333333;
        background-color: transparent;
    }

    .joinus2 .content input:placeholder-shown::placeholder{
        color: rgb(51, 51, 51, 0.7);
    }

    .joinus2 .content .area{
        height: 11.2rem;
        align-items: flex-start;
    }

    .joinus2 .content .area img{
        margin-top: 1.187rem;
    }

    .joinus2  .content textarea{
        width: calc(100% - 3.562rem);
        height: 100%;
        border: none;
        resize: none;
        background-color: transparent;
        font-size: 1.2rem;
        color: #333333;
        margin-top: 1rem;
    }

    .joinus2  .content textarea:placeholder-shown::placeholder{
        color: rgb(51, 51, 51, 0.7);
    }

    .joinus2  .content .subsit{
        width: 100%;
        height: 5rem;
        border: none;
        background-color: #116C5A;
        font-weight: 500;
        font-size: 1.375rem;
        color: #F3F1ED;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .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;
    }
    
    .case {
        margin-top: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 7.562rem;
    }

    .case .content{
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 2.812rem;
    }

    .case .content .sec{
        width: 48%;
        display: flex;
        flex-direction: column;
    }

    .case .content .sec .pic{
        width: 24.062rem;
        height: 20.812rem;
    }

    .case .content .sec .txt{
        width: calc(100% - 4.062rem);
        height: 11.375rem;
        padding-left: 1.812rem;
        padding-right: 2.25rem;
        background-color: #fff;
    }

    .case .content .sec .txt .t1{
        font-family: "Noto Sans SC";
        font-weight: 500;
        font-size: 1.5rem;
        color: #000000;
        line-height: 1.5rem;
        margin-top: 2.062rem;
    }

    .case .content .sec .txt .t2{
        font-size: 1.4rem;
        color: #000000;
        line-height: 1.75rem;
        height: 5.25rem;
        margin-top: 1.625rem;
    }

    .case .content .sec:hover .txt .t1{
        color: #FFBB32;
    }

    
    
    .products{
        margin-top: 3.125rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .products .left{
        width: 95%;
    }

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

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

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

    .products .list ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 2.125rem;
        grid-column-gap: 0;
    }

    .products .list li{
        width: 30%;
        height: 2.937rem;
        border-radius: 1.5rem;
        border: 1px solid #959595;
        color: #000000;
    }

    .products .list li a{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.375rem;
        line-height: 1.375rem;
    }

    .products .list li.on,
    .products .list li:hover{
        color: #fff;
        background-color: #339966;
    }

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

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

    .products .right .product{
        width: 100%;
/*
        border: 1px solid #FCFCFC;
        margin-bottom: 3.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
*/
    }

    .products .right .product .bar{
/*
        font-size: 1.625rem;
        color: #000000;
        line-height: 2.375rem;
        margin-top: 2.5rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
*/
    }
    
    .second_title_h1{
        margin-top: 3.125rem;
    }

    .second_content{
    }

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

    .contact1 .content{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 3.125rem;
    }

    .contact1 .left{
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .contact1 .left .txt .t1{
        display: flex;
        align-items: center;
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 1.5rem;
        color: rgb(17, 108, 90, 0.9);
        line-height: 1.5rem;
        margin-top: 1.25rem;
    }

    .contact1 .left .txt .t1 img{
        width: 2.375rem;
        margin-right: 1.437rem;
    }

    .contact1 .left .txt .t2{
        font-size: 1.375rem;
        color: rgb(51, 51, 51, 0.9);
        line-height: 2.062rem;
        margin-top: .875rem;
        margin-left: 3.875rem;
    }

    .contact1 .right{
        width: 90%;
        background-color: #F7F7F7;
        padding-top: 3.75rem;
        margin-top: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact1 .right .r1{
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 1.4rem;
        color: #333333;
        line-height: 1.4rem;
        margin-left: 0;
    }

    .contact1 .right form{
        width: 100%;
        margin-top: 2.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact1 .right .feedback{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-row-gap: 3.437rem;
        grid-column-gap: .812rem;
    }

    .contact1 .right .feedback input{
        width: 48%;
        height: 3rem;
        border-bottom: 1px solid #B5B5B5;
        font-size: 1.2rem;
        color: #414141;
        background-color: transparent;
    }

    .contact1 .right .feedback textarea{
        border: none;
        resize: none;
        width: 32.812rem;
        height: 4.5rem;
        padding-top: 1rem;
        font-size: 1.2rem;
        color: #414141;
        background-color: transparent;
        border-bottom: 1px solid #B5B5B5;
    }

    .contact1 .right .subsit{
        border: none;
        width: 100%;
        height: 3.25rem;
        background: #116C5A;
        font-size: 1rem;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.125rem;
    }

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

    .goodnews .content{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background: #FFFFFF;
        box-shadow: 0px .125rem 1.4rem 0px rgba(232,232,232,0.74);
        margin-top: 5.625rem;
        padding-bottom: 2.5rem;
    }

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

    .goodnews .content .right{
        width: 90%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 2.5rem;
    }

    .goodnews .content .right .t1{
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 1.875rem;
        color: #116C5A;
        line-height: 1.875rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .goodnews .content .right .t2{
        font-size: 1.4rem;
        color: #464646;
        line-height: 2.625rem;
        margin-top: 2.125rem;
        text-align: justify;
        min-height: 10.5rem;
    }

    .goodnews .content .right .date{
        display: flex;  
        align-items: flex-end;
        margin-top: 2.5rem;
        align-self: flex-end;
    }

    .goodnews .content .right .date .md{
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 1.5rem;
        color: #464646;
        line-height: 1.5rem;
        margin-right: .437rem;
    }

    .goodnews .content .right .date .y{
        font-family: "Noto Serif SC";
        font-weight: bold;
        font-size: 1.4rem;
        color: #464646;
        line-height: 1.375rem;
    }
    
    .news1{
        padding-top: 3.125rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

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

    .news1 .content .sec .pic{
        width: 100%;
        border-radius: .312rem .312rem 0 0;
    }

    .news1 .content .sec .txt{
        width: calc(100% - 3.187rem);
        height: 10.562rem;
        padding-left: 1.437rem;
        padding-right: 1.75rem;
        padding-top: 1.5rem;
        padding-bottom: 1.875rem;
        background: #FFFFFF;
        border-radius: 0 0 .312rem .312rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .news1 .content .sec .txt .date{
        font-family: "Noto Serif SC";
        font-size: .875rem;
        color: #3D3F49;
        line-height: .875rem;
    }

    .news1 .content .sec .txt .t1{
        font-family: "Noto Serif SC";
        font-weight: 600;
        font-size: 1.5rem;
        color: #383838;
        line-height: 1.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 1.2rem;
    }

    .news1 .content .sec .txt .t2{
        font-size: 1.4rem;
        color: #595959;
        line-height: 1.875rem;
        margin-top: .625rem;
    }

    .news1 .content .sec .txt .detail{
        font-family: "Noto Serif SC";
        font-size: 1rem;
        color: #4F4F4F;
        line-height: 1rem;
        margin-top: auto;
    }

    .news1 .content .sec:hover .txt{
        background-color: #116C5A;
    }

    .news1 .content .sec:hover .txt .date,
    .news1 .content .sec:hover .txt .t1,
    .news1 .content .sec:hover .txt .t2{
        color: #fff;
    }

    .news1 .content .sec:hover .txt .detail{
        color: #ECBB56;
    }

}

@media (max-width: 1450px) and (min-width: 1200px) {
    .idx10 .content .left{
        width: 40%;
    }
    .idx10 .content .right{
        width: 45.83%;
    }
    .idx12 .btns{
        width: 84.375rem;
    }

}