@font-face {
    font-family: 'MyCustomFont'; /* 思源黑体 */  
    src: url('/fonts/siyuan.otf') format('otf');/* 指定字体文件路径及格式，可以指定多个备选 */   
    font-weight: normal; /* 定义字体的粗细 */  
    font-style: normal; /* 定义字体的风格，如italic表示斜体 */    
}
@font-face {
    font-family: 'Open Sans'; /* 思源黑体 */  
    src: url('/fonts/opensans-b9k8.ttf') format('ttf');/* 指定字体文件路径及格式，可以指定多个备选 */   
    font-weight: normal; /* 定义字体的粗细 */  
    font-style: normal; /* 定义字体的风格，如italic表示斜体 */    
}
html {
    font-size: 62.5%;
}
ul {
    list-style: none;
    padding: 0;
}
.p {
    font-size: 0.9375vw;
    /* font-size: 0.833vw; */
    line-height: 1.66vw;
    /* margin: 5px; */
    color: #7A7A7C;
}
/* 首页样式----start */
html,body {
    /* 全屏 */
    /* width:100vw; */
    margin: 0;
    padding: 0;
    min-width: 390px;
    /* height: 100vh; */
    overflow-y: auto;
    width: 100vw;
    height: 100vh;
}


/*头部公共样式----------------------------------------------------------start */
/* html,body {
    margin: 0;
    padding: 0;
} */
 #header {
    width: 100%;
    height: 150px;
 }
.header_container {
    position: absolute;
    width: 100%;
    /* min-width: 93.75%; */
    left: 0;
    top: 0;
}
.header2_container {
    display: flex;
    width: 100%;
    /* min-width: 93.75%; */
    left: 0;
    top: 0;
    align-items: center;
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 45px;
    /* background-color: #F3F3F2; */
    background-color: #ffffff;
}
.header_ctitle {
    display: flex;
    justify-content: center;
    width: 100%;
    /* height: 5.0283vw; */
    margin: 30px 0;
}
.header2_ctitle {
    /* margin-bottom: 60px; */
}
.header_ctitle_content {
    display: flex;
    justify-content: space-between;
    width: 93.75%;
    height: 100%;
}
.header2_ctitle_content {
    height: 40px;
    padding: 10px 0;
}
.header_ctitle_content > div {
    flex-shrink: 0;
    /* height: 100%; */
}
.header_ctitle_content > div:nth-child(1){
    display: flex;
    /* position: relative; */
    /* min-width: 18%; */
    width: 18%;
    align-items: center;
    height: 100%;
}
.header2_ctitle_content > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.header_ctitle_content >:nth-child(1) img {
    width: 100%;
    height: auto;
}
.header2_logo_ctitle {
    display: flex;
    align-items: center;
}
.header_ctitle_content > div:nth-child(2){
    position: relative;
    display: flex;
    align-items: center;
    width: 41%;
    min-width: 41%;
}

.header_ctitle_content > div:nth-child(3){
    position: relative;
    display: flex;
    width: 16%;
    min-width: 16%;
    /* border:   1px solid red; */
    /* margin-top: 3px; */
}
.header_ctitle_content_ul {
    /* position: absolute; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* height: 32px; */
    padding: 0;
    margin: 0;
    list-style: none;
}
.header_ctitle_content_ul > li{
    height: 100%;
    position: relative;
    margin-top: 3px;
}
.menu_active {
    /* 激活菜单 */
    border-bottom: 2px solid white;
}
.menu2_active a{
    /* 激活菜单 */
    color: #E60012!important;
} 
.header_ctitle_content_ul > li > a{
    color: #ffffff;
    text-decoration: none;
    font-size: 1vw;
}
.header2_ctitle_content_ul li a {
    /* color: #231815; */
    color: #707070;
}
.share_certificate {
    display: flex;
    width: 71%;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
.share2_certificate {
    /* background-color: #ffffff; */
    background-color: #F3F3F2;
}
.share_certificate > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:84%;
    /* height: 20px; */
    /* border:   1px solid black; */
}
.share_certificate > div  >p {
    margin: 0;
    font-size: 1vw;
}
.share_certificate > div >span{
    width: 0;
    /* height: 15px; */
    border-left:   1px solid rgb(136, 136, 138);
}
.EN {
    /* position: absolute; */
    width: 22.5%;
    height: 40px;
    /* right: 0;
    bottom: 0; */
    line-height: 40px;
    color: white;
    text-align: center;
    border:   1px solid #ffffff;
    font-size: 1vw;
    margin-left: 10px;
}
.EN2 {
    color:#231815;
    border:  1px solid #BCBCBD;
}

.phone_menu {
    display: none;
    width: 50px;
    height: 40px!important;
    /* border:   1px solid red; */
}
.phone_menu_box {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}
.phone_menu_item,.phone_menu_top,.phone_menu_bottom {
    width: 100%;
    height: 5px;
    border: none;
    background-color: #ffffff;
    border-radius:2.5px;
}

/* phone_menu_top动画变换 */
@keyframes myfirst
{
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Safari and Chrome */
    }
    to {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari and Chrome */
    }
}
 
@-webkit-keyframes myfirst /* Safari 与 Chrome */
{
    from {
        transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0); /* IE 9 */
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0); /* Safari and Chrome */
    }
    to {
        transform: matrix(1,0.785,-0.785,1,0,20);
        -ms-transform: matrix(1,0.785,-0.785,1,0,20); /* IE 9 */
        -webkit-transform: matrix(1,0.785,-0.785,1,0,20); /* Safari and Chrome */
    }
}

/* phone_menu_bottom动画变换 */
@keyframes myfirst2
{
    from {
        transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0); /* IE 9 */
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0); /* Safari and Chrome */
    }
    to {
        transform: matrix(1,-0.785,0.785,1,0,-20);
        -ms-transform: matrix(1,-0.785,0.785,1,0,-20); /* IE 9 */
        -webkit-transform: matrix(1,-0.785,0.785,1,0,-20); /* Safari and Chrome */
    }
}
 
@-webkit-keyframes myfirst2 /* Safari 与 Chrome */
{
    from {
        transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0); /* IE 9 */
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0); /* Safari and Chrome */
    }
    to {
        transform: matrix(1,-0.785,0.785,1,0,-15);
        -ms-transform: matrix(1,-0.785,0.785,1,0,-15); /* IE 9 */
        -webkit-transform: matrix(1,-0.785,0.785,1,0,-15); /* Safari and Chrome */
    }
}

.phone_menu_top {
    /* position: absolute; */
    animation: myfirst 0.1s;
    -webkit-animation: myfirst 0.1s; /* Safari 与 Chrome */
    transform: matrix(1,0.785,-0.785,1,0,20);
    -ms-transform: matrix(1,0.785,-0.785,1,0,20); /* IE 9 */
    -webkit-transform: matrix(1,0.785,-0.785,1,0,20); /* Safari and Chrome */
}
.phone_menu_bottom {
    animation: myfirst2 0.1s;
    -webkit-animation: myfirst2 0.1s; /* Safari 与 Chrome */
    transform: matrix(1,-0.785,0.785,1,0,-15);
    -ms-transform: matrix(1,-0.785,0.785,1,0,-15); /* IE 9 */
    -webkit-transform: matrix(1,-0.785,0.785,1,0,-15); /* Safari and Chrome */
}

@media (max-width: 1200px){
    /* .header_ctitle {
        height: 70px;
    }
    .header2_ctitle {
        height: 100px;
    }
    .share_certificate {
        height: 40px;
    }
    .EN {
        height: 40px;
        line-height: 40px;
    } */
    .header_ctitle_content_ul {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 100vh;
        flex-direction: column;
        background-color: #ffffff;
        z-index: 888;
        box-sizing: border-box;
        padding: 20px;
        justify-content: flex-start;
    }
    .header_ctitle_content_ul > li {
        height: 50px;
        color: #808080;
        border-bottom: 1px solid #999999;
    }
    .header_ctitle_content_ul > li:nth-child(1) {
        margin-top: 70px;
    }
    .header_ctitle_content_ul > li a{
        color: #808080;
        font-size: 16px;
        line-height: 50px;
    }
    .phone_menu {
        display: block;
        z-index: 999;
    }
    .phone_menu_item,.phone_menu_top,.phone_menu_bottom {
        background-color: #7A7A7C;
    }
    .menu_active a{
        color: #F07E4D!important;
    }
    .menu_active  {
        border-bottom: 2px solid #F07E4D!important;
    }
}

@media (max-width: 720px){
    .header_ctitle {
        height: 40px;
    }
    .header2_ctitle {
        /* margin-bottom: 60px; */
        height: 60px;
    }
    .header2_ctitle_content {
        padding: 10px 0;
    }
    .share_certificate {
        height: 30px;
    }
    .EN {
        height: 30px;
        line-height: 30px;
    }
    .phone_menu  {
        width: 30px;
        height: 20px!important;
    }
}
/* 头部公共样式------------------------------------------------------------------------end */


.index-item {
    width: 100%;
    min-width: 93.75%;
}
.index-item1 {
    position: relative;
    /* height: 720px; */
    background-image: url('/images/senglin.png');
    background-size:100% auto;
    background-repeat: no-repeat;
}
.index-item1 img {
    width: 100%;
    height: auto;
}
.index-item1-box {
    position: absolute;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* height: 50px; */
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0,0.46);
    /* bottom: 115px; */
    /* border: 2px solid red; */
    z-index: 2;
}
.index-item1-box > button{
    display: flex;
    height: 50px;
    width: 11.458vw;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    margin-top: 2.5%;
    background-color: rgb(237, 108, 0);
}
.index-item1-box >button span {
    color: #ffffff;
    font-size: 0.9375vw;
}
.yongxv_content {
    width: 62.5%;
    margin-top: 55px;
}
.yongxv_content p {
    
    color: #ffffff;
    font-family: 'source sans pro';
    font-size: 0.9375vw;
    margin-bottom: 0;
    font-style: Regular;
}
.yongxv_h1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 80px!important;
}
.yongxv_h1 p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 50%;
}
.icon {
    margin-left: 10px;
}
.icon path{
    color: #ffffff;
}
.index-item2 {
    position: relative;
    width: 100%;
    /* border:   1px solid blue; */
    background-image: url('/images/pinpaibg.png');
    background-color: rgba(0, 0, 0, 0.46);
    background-repeat: no-repeat;
}
.index-item2 img {
    /* position: absolute; */
    width: 100%;
    height: auto;
}
.index-item3 {
    width: 100%;
    /* height: 900px; */
    height: auto;
    background-color: #F3F3F2;
}
.it3_top {
    width: 100%;
    height:310px ;
    /* border:   1px solid green; */
}
.it3_top img {
    width: 100%;
    height: 100%;
}
.it3_bottom {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    /* height: calc(100% - 310px); */
    /* border:   1px solid green; */
}
.it3_bottom_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    height: 500px;
    margin-bottom: 90px;
    /* border:   1px solid yellow; */
}
.news_title h1 {
    height: 80px!important;
}
.news_title h1 p, .news_title h2 {
    color: #231815!important;
}
.news_title h1 p {
    margin-bottom: 0;
}
.index-start{
    width: 100%;
    min-width: 93.75%;
    background-image: url('/images/header.jpeg');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.index-start img {
    width: 100%;
    height: auto;
}
.lbtu_box {
    display: flex;
    position: absolute;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    /* border:   1px solid blue; */
}
.index_part_title {
    display: flex;
    justify-content: center;
    width: 100%;
    /* border:   1px solid red; */
    /* margin-top: 30px; */
 }
 .indec_pt_content {
    display: flex;
    width: 12.4%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border:   1px solid red; */
    margin-top: 30px;
 }
 .indec_pt_content h1 {
    color: #ffffff;
    width: 100%;
    /* height: 48px; */
    font-size: 1.5625vw;
    font-weight: 200;
    text-align: center;
    font-family: 'Open Sans';
    /* border:   1px solid blue; */
    margin-bottom: 15px;
    /* line-height: 48px; */
 }
 .indec_pt_content h1 p {
    margin: 0;
 }
 .indec_pt_content h3 {
    width: 50px;
    height: 0;
    border-top:3px solid #FABE00 ;
    margin: 0;
 }
 .indec_pt_content h2 {
    color: #ffffff;
    font-weight: 300;
    font-family: 'Source Han Sans SC';
    margin-top: 15px;
    font-size: 2.08vw;
 }
 /* 最新动态 */
 .swiper {
    width: 100%;
    height: 100%;
 }
 .swiper-wrapper {
    width: 100%;
    height: 100%;
 }
 .swiper-slide {
    width: 25.3%;
    /* width: 380px; */
    /* width: auto; */
    height: 100%;
    /* margin: 0 14px; */
    /* border:   1px solid red; */
    background-color: #ffffff;
 }
 .it3_bottom_content_main {
    width: 80%;
    height: 100%;
 }

.nav_btn {
    display: flex;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    background-color: #ffffff;
}
#btn1 {
    margin-right: 95px;
}
#btn2 {
    margin-left: 95px;
}
.nav_btn:hover {
    background-color: #FABE00;
}
.nav_btn:hover path {
    color: #ffffff;
}
.slider_img {
	height:40%;
}
.slider_img img{
    width: 100%;
    height: 100%;
    user-select: none;
}
.slider_content {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
}
.slider_content span {
    color: #7A7A7C;
    font-size:0.83vw;
}
.slider_content h3 {
    color:#231815;
    height: 60px;
    font-size: 1.146vw!important;
    font-weight: 400;
    font-style: Regular;
}
.slider_content p {
    color:#7A7A7C;
    font-size: 0.83vw;
    font-style: Regular;
    /* margin-top: 45px; */
    display: -webkit-box; /* 对于Webkit浏览器 */  
    -webkit-line-clamp: 2; /* 显示3行 */  
    -webkit-box-orient: vertical; /* 设置文本方向为垂直 */  
    overflow: hidden; /* 隐藏溢出部分 */  
    text-overflow: ellipsis; /* 显示省略号 */  
}
.slider_content_more {
    display: flex;
    width: 36%;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 0;
    margin-left: 30px;
    cursor: pointer;
    border:   1px solid #7A7A7C;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.slider_content_more path {
    color: #FABE00;
}
.slider_content_more span {
    color:#231815;
    font-size: 0.83vw;
    font-style: Regular;
}
/* 品牌家族 */
/* .lbtu {
    width: 100%;
    position: relative;
    border:   1px solid blue;
} */
#carousel {
    display: flex;
    width:50%;
    height: 300px;
    justify-content: space-between!important;
    align-items: center;
    display: relative;
    /* border:   1px solid black; */
}
#carousel img {
    display: flex;
    /* position: absolute!important; */
    display: hidden;
    cursor: pointer;
    justify-content: space-around;
    width: 200px;
    /* width: 250; */
    height: auto;
    /* border:   1px solid red; */
}

/* 品牌家族轮播图自适应精确控制 */
@media (max-width: 1700px) {
    #carousel img {
        width: 200px;
    }
}
@media (max-width: 1500px) {
    #carousel img {
        width: 100px;
    }
}
@media (max-width: 1150px) {
    #carousel img {
        width: 70px;
    }
}
@media (max-width:900px) {
    #carousel img {
        width: 30px;
    }
}



/* 首页自适应布局 */
@media (max-width: 1200px) {
    /* 永续发展 */
    .indec_pt_content {
        margin-top: 15px;
    }
    .index-item1-box > button {
        height: 30px;
    }
    .yongxv_content {
        margin-top: 30px;
    }
    .yongxv_h1 {
        height: 60px!important;
    }
    .indec_pt_content h1 {
        margin-bottom: 10px;
    }
    .indec_pt_content h2 {
        margin-top: 10px;
    }
    .indec_pt_content h1 p{
        height: 30px;
    }

    /* 品牌家族 */
}
@media (max-width: 780px) {
    /* 永续发展 */
    .indec_pt_content {
        margin-top: 10px;
    }
    .index-item1-box > button {
        height: 20px;
    }
    .yongxv_content {
        margin-top: 15px;
    }
    .yongxv_h1 {
        height: 40px!important;
    }
    .indec_pt_content h1 {
        margin-bottom: 10px;
    }
    .indec_pt_content h2 {
        margin-top: 10px;
    }
    .indec_pt_content h1 p{
        height: 20px;
    }

    /* 品牌家族 */
}

@media (max-width: 580px) {
    /* 永续发展 */
    .indec_pt_content {
        margin-top: 5px;
    }
    .index-item1-box > button {
        height: 15px;
        min-width: 60px;
    }
    .yongxv_content {
        margin-top: 5px;
    }
    .yongxv_h1 {
        height: 40px!important;
    }
    .indec_pt_content h1 {
        margin-bottom: 5px;
    }
    .indec_pt_content h2 {
        margin-top: 5px;
    }
    .indec_pt_content h1 p{
        height: 5px;
    }

    /* 品牌家族 */
}

/* 最新动态 */
@media (max-width: 1380px){
    .it3_top {
        height: 250px;
    }
    .it3_bottom_content {
        height: 400px;
    }
    .slider_content_more{
        padding: 10px 0;
    }
}
@media (max-width: 1120px){
    .it3_top {
        height: 150px;
    }
    .it3_bottom_content {
        height: 330px;
    }
    .slider_content_more{
        padding: 10px 0;
    }
    .slider_content {
        padding: 20px 20px 0 20px;
    }
    .slider_content_more {
        margin-left: 20px;
    }
    .slider_content h3 {
        height: 40px;
    }
    .news_title h1 {
        height: 50px!important;
    }
    /* .swiper-slide {
        width: ;
    } */
    .it3_bottom_content_main {
        width: 90%;
    }
    .nav_btn {
        width: 40px;
        height: 40px;
    }
    #btn1 {
        margin-right:50px
    }
    #btn2 {
        margin-left: 50px;
    }
}

@media (max-width: 800px) {
    .it3_top {
        height: 100px;
    }
    .it3_bottom_content {
        height: 250px;
    }
    .slider_content_more{
        padding: 7px 0;
    }
    .slider_content {
        padding: 10px 10px 0 10px;
    }
    .slider_content_more {
        margin-left: 10px;
    }
    .slider_content h3 {
        height: 30px;
    }
    .news_title h1 {
        height: 40px!important;
    }
    /* .swiper-slide {
        width: ;
    } */
    .it3_bottom_content_main {
        width: 95%;
    }
    .nav_btn {
        width: 30px;
        height: 30px;
    }
    #btn1 {
        margin-right:30px
    }
    #btn2 {
        margin-left: 30px;
    }
}
@media (max-width: 520px) {
    .it3_top {
        height: 70px;
    }
    .it3_bottom_content {
        height: 160px;
    }
    .slider_content_more{
        padding: 5px 0;
    }
    .slider_content {
        padding: 5px 5px 0 5px;
    }
    .slider_content_more {
        margin-left: 5px;
    }
    .slider_content_more svg {
        width: 7px;
        height: 7px;
    }
    .slider_content h3 {
        height: 20px;
        margin-bottom: 5px;
    }
    .news_title h1 {
        height: 20px!important;
    }
    .news_title p{
        height: 10px!important;
    }
    .slider_content p {
        margin-bottom: 5px;
    }
    /* .swiper-slide {
        width: ;
    } */
    .it3_bottom_content_main {
        width: 95%;
    }
    .nav_btn {
        width: 30px;
        height: 30px;
    }
    #btn1 {
        margin-right:15px
    }
    #btn2 {
        margin-left: 15px;
    } 
}

 /*首页样式-------------------------------------end*/ 

 /* 页面底部样式--------------------------------start */
 .footer,.footer-content ,.footer-content-main {
    display: flex;
    justify-content: center;
}
.footer {
    width:100%;
    /* min-width: 93.75%; */
    height:100px;
    background-color:#fabe00;
}
.footer-content {
    /* width: 1510px; */
    width: 78.64%;
    height:100%;
    /* border:   1px solid red; */
}
.footer-content-main {
    /* width: 1200px; */
    width: 100%;
    height: 100%;
    /* border:   1px solid green; */
    /* border:   1px solid green; */
}
.footer-content-main-right,.footer-content-main-left{
    width: 50%;
    height:100%;
}
.footer-content-main-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer-content-main-right {
    display: flex;
    align-items: center;
    /* border:   1px solid green; */
    > p{
        color: #333;
        margin: 0;
        a {
            color: #333;
            text-decoration: none;
        }
    }
    .fcmr_p {
        width:0;
        height: 25px;
        color: #ccc;
        margin: 0 45px;
        border-right:   1px solid #ccc;
    }
}
.footer-content-main-right p {
    font-family: 'MyCustomFont';
    font-size: 0.833vw;
    flex-shrink: 1;
}
.footer-cm-left-power,.footer-cm-left-record {
    margin: 6px 0;
}
.footer-cm-left-power {
    color: #333;
    /* font-size: 14px; */
    font-size: 0.7291vw;
    font-style: regular;
}
.footer-cm-left-record {
    > span {
        color: #333;
        /* font-size: 14px; */
        font-size: 0.7291vw;
        font-style: regular;
    }
}

@media (max-width: 1220px) {
    .footer-cm-right-contact >:nth-child(1),
    .footer-cm-right-contact >:nth-child(2)
    {
        margin-right: 30px;
    }
    .fcmr_p {
        margin: 0 25px!important;
    }
    .footer-content-main-right {
        width: 60%;
    }
    .footer-content-main-left {
        width: 40%;
    }
}
@media (max-width: 660px) {
    .footer-cm-right-contact >:nth-child(1),
    .footer-cm-right-contact >:nth-child(2)
    {
        margin-right: 10px!important;
    }
    .fcmr_p {
        margin: 0 5px!important;
    }
    .footer-content-main-right {
        width: 60%;
    }
    .footer-content-main-left {
        width: 40%;
    }
    .footer-cm-right-contact {
        display: flex;
        width: 60%;
        justify-content: space-around;
    }
    .footer-cm-right-contact span {
        width: 30px;
    }
    
}
/* 页面底部公共样式---------------------------------------------------------end */

/*  */

/* 公司简介--------------------------------------------------------------------------start */
.content {
    width: 100%;
}
.header_banner {
    width: 100%;
    height:auto;
    /* background-color: rgba(22, 64, 236, 0.3); */
}
.header_banner img {
    width: 100%;
    height: 100%;
}
.about_cm_right_item1_content1 {
    border-bottom:   1px solid #D1D1D1;
}
.about_cm_right_item1_content1 span {
    color: #231815;
    /* font-size: 55px; */
    font-size: 2.8645vw;
}
.cp_intr_content p{
    width: 100%;
    /* font-size: 20px; */
    font-size: 1.0416vw;
    color: #7A7A7C;
    line-height: 36px;
    /* line-height: 1.875vw; */
}
.about_cm_right_item1_content2 > span {
    display: block;
    color: #231815;
    /* font-size: 36px; */
    font-size: 1.875vw;
    font-family: 'Source Han Sans SC';
    font-style: Regular;
    margin-top: 45px;
    /* height: 2.34375vw; */
}
.cp_flag_content {
    display:flex;
    justify-content: space-between;
    margin-top: 45px;
    /* height: 2.34375vw; */
}
.cp_flag_content_left {
    /* width: 750px; */
    width: 39.0625vw;
}
.cp_flag_content_right {
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-start;
    flex-direction: column;
    /* width: 280px; */
    width: 14.5833vw;
    height: auto;
    /* border:   1px solid red; */
}
.cp_flag_content_right img {
    width: 100%;
    /* height: 150px; */
    height: 7.8125vw;
}
.cfcr_btn_detail {
    display: flex;
    width: 100%;
    /* height: 45px; */
    height: 2.34375vw;
    justify-content: center;
    align-items: center;
    /* margin-top: 15px; */
    margin-top: 0.78125vw;
    cursor: pointer;
    user-select: none;
    background-image: linear-gradient(to right,#EE6E00,#F9BA00);
}
.cfcr_btn_detail span {
    color: #ffffff;
    font-size: 0.9375vw;
}
.cfcr_btn_detail path {
    color: #ffffff;
}
.cp_flag_content p{
    /* font-size: 20px; */
    font-size: 1.0416vw;
    color: #7A7A7C;
    margin: 0;
    /* line-height: 36px; */
    line-height: 1.875vw;
}
.about_cm_right_item1_content3 {
    /* margin-top: 45px; */
    margin-top: 2.34375vw;
}
.about_cm_right_item1_content3 span{
    /* font-size: 36px; */
    font-size: 1.875vw;
    color: #231815;
    /* font-family: 'p'; */

}
.cp_color_content {
    /* margin-bottom: 70px; */
    margin-bottom: 3.645vw;
}
.cp_color_content ul {
    padding: 0;
    list-style: none;
}
.cp_color_content ul li {
    display: flex;
    /* height: 40px; */
    height: 2.0833vw;
    align-items: center;
    margin: 12px 0;
    /* border:   1px solid red; */
}
.cp_color_content ul li div {
    display: flex;
    /* width: 80px; */
    width: 4.166vw;
    /* height: 40px; */
    height: 2.0833vw;
    /* border:   1px solid red; */
}
.cp_color_content ul li p{
    margin: 0;
    /* font-size: 20px; */
    font-size: 1.0416vw;
    color: #7A7A7C;
}
.cp_color_content p {
    color: #ED6C00;
    /* font-size: 18px; */
    font-size: 0.9375vw;
    font-family: 'Source Han Sans SC';
}

/* 经营理念 */
.about_cm_right_item {
    width: 100%;
    box-sizing: border-box;
    /* border:   1px solid red; */
    /* padding-left: 90px; */
    padding-left: 4.6875vw;
}
.about_cm_right_item > h1 {
    color: #231815;
    margin: 0;
    font-size: 52px;
    /* font-size: 2.7083vw; */
    font-weight: 300;
    font-family: 'MyCustomFont';
}

.businessModel_introuce {
    /* margin-top: 60px; */
    margin-top: 3.125vw;
}
.businessModel_introuce p {
    color: #231815;
    padding: 0;
    margin: 0;
    /* font-size: 36px; */
    font-size: 1.875vw;
    /* line-height: 56px; */
    line-height: 2.9166vw; 
    font-family: 'MyCustomFont';
    font-weight: 300;
}
.businessModel_content1,.businessModel_content2,.businessModel_content3,.vision_content2,.vision_content1 {
    /* margin-top: 70px; */
    margin-top: 3.645vw;
}
.businessModel_content2 {
    background-color: #FAFAFA;
    padding: 20px;
}
.bm_ct_top {
    display: flex;
    justify-content: space-between;

}
.bm_ct_top_left,.bm_ct_top_right {
    width: 48%;
    /* height: 500px; */
    /* border:   1px solid red; */
}
.bm_ct_top_right img {
    width: 100%;
}
.bm_ct_top_left h1{
    color: #231815;
    margin: 0 0 50px 0;
    margin: 0 0 2.6041vw 0;
    /* font-size: 36px; */
    font-size: 1.875vw;
    font-family: 'MyCustomFont';
    font-weight: 300;
}
.bm_ct_top_left p,.bm_ct_bottom p{
    color: #7A7A7C;
    /* font-size: 18px; */
    font-size: 0.9375vw;
    font-family: 'MyCustomFont';
    /* line-height: 32px; */
    line-height: 1.666vw;
    text-indent: 2em;
}
.businessModel_end {
    position: relative;
    width: 100%;
    /* margin: 70px 0 70px 0; */
    margin: 3.6458vw 0 3.6458vw 0;
    background-image: url('/images/businessModel4.png');
    background-size: 100% auto;
}
.businessModel_end img {
    /* position: absolute; */
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 0;
    visibility: hidden;
}
.bm_end_content {
    position: absolute;
    /* display: flex; */
    width: 83%;
    /* justify-content: center; */
    /* border:   1px solid blue; */
    top: 12.5%;
    left: 50%;
    margin-left: -41.5%;
    z-index: 2;
}
.bm_end_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* z-index: 1; */
    /* background-color: red; */
    background-color: rgba(0, 0, 0, 0.26);
}
.bm_end_content h1,.bm_end_content p {
    color: #ffffff;
    font-family: 'MyCustomFont';
    text-align: center;
}
.bm_end_content h1 {
    /* font-size: 36px; */
    font-size: 1.875vw;
    font-weight: 300;
}
.bm_end_content p {
    /* line-height: 32px; */
    line-height: 1.666vw;
    font-size: 0.9375vw;
}
.vision_start,.origin_start {
    /* margin: 70px 0; */
    margin: 3.6458vw 0;
}
.vision_start img,.origin_start img {
    width: 100%;
    height: auto;
}
.bm_ct_top_left h2 {
    /* font-size: 28px; */
    font-size: 1.4583vw;
    font-family: 'MyCustomFont';
    /* line-height: 43px; */
    line-height: 2.2395vw;
    font-weight: 300;
    margin: 0;
}
.bm_ct_top_left p {
    margin-bottom: 10;
}
.vision_content2 {
    /* margin-bottom: 50px; */
    margin-bottom: 2.0641;
}

/* 经营者的话 */
.words_content1 {
    /* margin-top: 70px; */
    margin-top: 3.6458vw;
}
.words_content {
    display: flex;
    justify-content: space-between;
}
.words_content_left {
    width: 25%;
    /* border:   1px solid red; */
}
.words_content_left >:nth-child(1) img{
    width: 100%;
    height: auto;
}
.words_content_right {
    width: 66.6%;
    /* border:   1px solid blue; */
}
.words_content2 {
    /* margin-top: 30px; */
    margin-top: 1.5625vw;
    /* margin-bottom: 90px; */
    margin-bottom: 4.6875vw;
}
.words_content_left >:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.words_content_left >:nth-child(2) img {
    width: 56.6%;
    height: auto;
}
.words_content_left >:nth-child(2) p {
    color: #7A7A7C;
    /* font-size: 18px; */
    font-size: 0.9375vw;
    font-family: 'MyCustomFont';
}
.words_content_right h1,.words_content_right h2 {
    color: #231815;
    font-weight: 300;
    font-family: 'MyCustomFont';
    margin: 0;
}
.words_content_right h1 {
    /* font-size: 40px; */
    font-size: 2.0833vw;
}
.words_content_right h2{
    /* font-size: 28px;
    margin-top: 15px; */
    font-size: 1.4583vw;
    margin-top: 0.78125vw;
}
.words_content_right div {
    /* margin-top: 35px; */
    margin-top: 1.8229vw;
}
.words_content_right p {
    font-family: 'MyCustomFont';
    /* font-size: 18px; */
    font-size: 0.9375vw;
    color: #7A7A7C;
    /* line-height: 32px; */
    line-height: 1.666vw;
}

/* 缘起 */
.origin_content1_top {
    width: 100%;
    height: auto;
}
.origin_content1_top img {
    width: 4.16%;
    /* width: 50px; */
    height: auto;
}
.origin_content_bottom {
    display: flex;
    justify-content: space-between;
}
.origin_content_bottom >:nth-child(1) {
    width: 80.1%;
}
.origin_content_bottom >:nth-child(1) p {
    color: #7A7A7C;
    /* font-size: 18px; */
    font-size: 0.9375vw;
    font-family: 'MyCustomFont';
    /* line-height: 32px; */
    line-height: 1.666vw;
    margin: 10px 0;
}
.origin_content_bottom >:nth-child(2){
    width: 18%;
    /* border:   1px solid blue; */
    box-sizing: border-box;
    /* padding-top: 20px; */
    padding-top: 1.0416vw;
}
.origin_content_bottom >:nth-child(2) img {
    width: 100%;
    height: auto;
}
.origin_content2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* margin-top: 80px; */
    margin-top: 4.166vw;
}
.origin_content2 >:nth-child(1) {
    width: 45%;
    /* border:   1px solid red; */
}
.origin_content2 >:nth-child(1) img {
    width:100%;
    height: auto;
}
.origin_content2_bottom {
    width: 50%;
    /* border:   1px solid black; */
}
.origin_content2_bottom h1,.origin_end h1 {
    color: #231815;
    /* font-size: 36px; */
    font-size: 1.875vw;
    font-family: 'MyCustomFont';
    font-weight: 300;
    /* line-height: 48px; */
    line-height: 2.5vw;
    margin: 0;
}
.origin_content2_bottom p {
    color: #7A7A7C;
    /* font-size: 18px; */
    font-size: 0.9375vw;
    font-family: 'MyCustomFont';
    /* line-height: 32px; */
    line-height: 1.666vw;
    margin: 15px 0;
}
.origin_end {
    /* margin-top: 80px; */
    margin-top: 4.166vw;
}
.origin_end_list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    /* border:   1px solid red; */
}
.origin_end_list  li {
    width: 23.3%;
    /* border:   1px solid black; */
    /* padding: 35px 25px; */
    padding: 1.8229vw 1.30208vw;
    box-sizing: border-box;
}
.origin_end_list h1,.origin_end_list p {
    color: #ffffff;
    font-size: 'MyCustomFont';
}
.origin_end_list h1 {
    font-weight: 300;
    margin: 0;
    /* font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px; */
    font-size: 1.4583vw;
    line-height: 1.666vw;
    margin-bottom: 1.0416vw;
}
.origin_end_list p {
    /* font-size: 18px; */
    font-size: 0.9375vw;
    /* line-height: 24px; */
    line-height: 1.25vw;
    margin: 0;
}
.origin_end_list img {
    float: right;
    /* width: 70px; */
    width: 3.6458vw;
    height: auto;
    /* margin-top: 20px; */
    margin-top:2.1739vw;
}

/* 管理团队 */
.managementTeam_content {
    width:100%;
    /* margin-top: 60px; */
    margin-top: 3.125vw;
}
.mt_type {
    display: flex;
}
.mt_type h1 {
    color: #231815;
    font-weight: 300;
    font-family: 'MyCustomFont';
    /* font-size: 55px; */
    font-size: 2.86458vw;
    margin: 0;
    /* line-height: 73px; */
    line-height: 3.8028vw;
}
.mt_type div {
    position: relative;
}
.mt_type a{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    bottom: 10px;
}
.mt_name {
    /* margin-top: 60px; */
    margin-top: 2.125vw;
    padding-bottom:2.125vw;
    border-bottom:   1px dashed #D1D1D1;
}
.mt_name > :nth-child(1) {
    color: #231815;
    /* font-size: 36px; */
    font-size: 1.875vw;
    /* line-height: 48px; */
    line-height: 2.5vw;
    font-family: 'MyCustomFont';
}
.mt_name > :nth-child(2){
    color: #7A7A7C;
    /* font-size: 24px;
    line-height: 32px; */
    font-size: 1.25vw;
    line-height: 1.666vw;
    font-family: 'MyCustomFont';
    /* margin-left: 15px; */
    margin-left: 0.78125vw;
}
.mt_name p {
    /* font-size: 18px;
    line-height: 32px; */
    font-size: 0.9375vw;
    line-height: 1.666vw;
    font-family: 'MyCustomFont';
    color: #7A7A7C;
}
.mt_name_end {
    border-bottom: 2px solid #F6B680!important;
}
.about_cm_right_item6 {
    /* margin-bottom: 60px; */
    margin-bottom: 3.125vw;
}

/* 主要市场 */
.majorMarket_address_menu {
    border-bottom: 2px solid #EDEDED;
    /* padding-bottom: 40px; */
    padding-bottom: 2.0833vw;
}
.majorMarket_menu_active{
    background-color: #ED6C00;
    color: #ffffff!important;
    border: none;
}
.majorMarket_menu_ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;

}
.majorMarket_menu_ul li{
    color: #231815;
    text-align: center;
    width: 11.6%;
    /* height: 50px;
    line-height: 50px; */
    height: 2.6041vw;
    line-height: 2.6041vw;
    border:   1px solid #E5E5E5;
    cursor: pointer;
    font-family: 'MyCustomFont';
    /* font-size: 18px; */
    font-size: 0.9375vw;
}
.production_base  {
    /* margin-top: 40px; */
    margin-top: 2.0833vw;
}
.production_base p{
    color: #7A7A7C;
    /* font-size: 18px; */
    font-size: 0.9375vw;
    font-family: 'MyCustomFont';
    /* line-height: 32px; */
    line-height: 1.666vw;
    margin: 0;
}

.address_inforamtion_title h1,
.address_inforamtion_title p,
.mk_adr_detail h2,
.mk_adr_detail p
 {
    font-family: 'MyCustomFont';  
}
.address_inforamtion_title h1{
    color: #231815;
    /* font-size: 36px; */
    font-size:1.875vw;
    font-weight: 300;
    /* margin: 40px 0 30 0; */
    margin: 2.0833vw 0 30 0;
    /* line-height: 48px; */
    line-height: 2.5vw;
}
.address_inforamtion_title p{
    color: #7A7A7C;
    /* font-size: 18px; */
    font-size: 0.9375vw;
}
.mk_adr_ul {
    /* margin-top: 60px; */
    margin-top: 3.125vw;
}
.mk_adr_ul li {
    display: flex;
    justify-content: space-around;
    /* margin-bottom: 80px; */
    margin-bottom: 4.166vw;
}
.mk_adr_detail {
    width: 70.8%;
    /* border:   1px solid red; */
}
.mk_adr_img {
    width: 20%;
    /* border:   1px solid black; */
}
.mk_adr_img  img {
    width: 100%;
    height: auto;
}
.mk_adr_detail h2 {
    color: #231815;
    /* font-size: 26px;
    line-height: 32px; */
    font-size: 1.3541vw;
    line-height: 1.666vw;
    font-weight: 300;
    margin: 0;
    /* margin-bottom: 20px; */
    margin-bottom: 2.1739vw;
}
.mk_adr_detail p {
    color: #7A7A7C;
    /* font-size: 18px;
    line-height: 32px; */
    font-size: 0.9375vw;
    line-height: 1.666vw; 
    margin: 0;
}
/* 公司简介-------------------------------------------------end */

/* 侧边栏菜单公共样式-----------------------------------------start */
.content_main {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    background-color: #ffffff;
}
.about_cm_box{
    display: flex;
    width: 83%;
    align-items: flex-start;
    margin-top: 60px;
}
.about_cm_left{
    /* width: 310px; */
    width: 20%;
    /* height: 630px; */
    /* height: 66vh; */
    box-sizing: border-box;
    padding-left: 30px;
    /* padding-left: 1.5625vw; */
    padding-right: 30px;
    /* padding-right: 1.5625vw; */
    padding-bottom: 30px;
    flex-grow: 0;
    background-color:rgb(243, 243, 242);
}
/* .about_cm_left_content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    background-color:rgb(243, 243, 242);
    border: 1px solid red;
} */
.about_cm_right{
    width: calc(100% - 20%);
    height: auto;
    
}
.about_cm_right_item1 {
    width: 100%;
    /* height: 1800px; */

    margin-left: 90px;
    /* margin-left: 4.6875vw; */

    /* border:   1px solid red; */
}

.about_cm_left ul {
    list-style: none;
    background-color: #ffffff;
    padding: 0;
}
.about_cm_left ul li {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 60px;
    /* height: 3.125vw; */
    padding:  0 20px!important;
    padding-left: 20px;
    /* padding:  0 1.0416vw!important; */
    /* padding-left: 1.0416vw; */
    box-sizing: border-box;
}
.about_cm_left ul li span{
    position: absolute;
    font-family: 'MyCustomFont';
    left: 1.0416vw;
    font-size:16px;
}
.about_cm_left ul li svg {
    position: absolute;
    right: 1.0416vw;
    width:0.833vw ;
    height: 0.833vw;
}
.about_cm_left_mheader img {
    /* width: 150px; */
    width: 7.8125vw;
    /* height: 100px; */
    height: 5.0283vw;
    /* margin-top: 40px; */
    margin-top: 2.0833vw;
}
.about_aside_active {

    background-color: #fabe00;
}
.about_aside_active span,.about_aside_active svg path {
    color: #ffffff;
}
#yongxv {
    height: 730px;
}
@media (max-width: 1200px) {
    .about_cm_box {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .about_cm_left{
        width: 25%!important;
    }
    .about_cm_right_item1 {
        margin-left: 50px;
    }
    .about_cm_right {
        width:calc(100% - 25% - 50px)!important;
    }
}
@media (max-width: 800px) {
    .about_cm_box {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .about_cm_left {
        width: 30%!important;
        padding-left:5px ;
        padding-right: 5px;
    }
    .about_cm_left ul li span {
        font-size: 14px;
    }
    .about_cm_right_item1 {
        margin-left: 10px;
    }
    .about_cm_right {
        width:calc(100% - 30% - 10px)!important;
    }
    .about_cm_left ul li {
        height: 40px;
    }
    #yongxv {
        height: 480px;
    }
}
/* 侧边栏菜单公共样式--------------------------------------end */

/* 企业讯息------------------------------------------------start */

/* 1、新闻专区 */
.content_news {
    display: flex;
    height: 100%;
    justify-content: center;
    margin-top: 40px;
}
.content_main_news {
    width: 67.70%;
    /* border:1px solid red; */
}
.news_contents {
    width: 100%;
    margin-top: 40px;
}
.year_select {
    width: 100%;
    height: 50px;
}
.year_select label {
    display: inline-block;
    color: #231815;
    height: 100%;
    line-height: 50px;
    font-size: 18px;
    margin-right: 10px;
    font-family: 'MyCustomFont';
}
.year_select select {
    width: 135px;
    height: 100%;
    color: #231815;
    font-size: 18px;
    /* text-indent: 0.5em; */
    box-sizing: border-box;
    padding: 0px 5px;
    font-family: 'MyCustomFont';
    border:   1px solid #B9B9BA;
    box-shadow: -  1px -  1px   1px 0.5px #B9B9BA;

}
select:focus {
    outline: none;
}
.news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.news_list li {
    /* width: 450px; */
    width: 23.4375vw;
    height: 570px;
    /* height: 29.6875vw; */
    flex-shrink: 0;
    margin-bottom: 40px;
}
.news_list_citem {
    position: relative;
    height: 100%;
    /* background-color:#F3F3F2; */
    background-color: #ffffff;
}
.news_list_citem > .slider_content_more {
    position: absolute;
    bottom: 20px;
}
.news_list_citem > .slider_content h3{
    width: 100%;
    height: auto;
}
.news_cm_left_mheader h1,.news_cm_left_mheader h2 {
    color: #231815;
    margin: 0;
}
.news_cm_left_mheader h1 {
    font-family: 'Open Sans';
    /* font-size: 28px; */
    font-size: 1.4583vw;
    font-weight: 200;
    /* margin-top: 25px; */
    margin-top: 1.3020vw;
}
.news_cm_left_mheader h2 {
    font-family: 'MyCustomFont';
    /* font-size: 40px; */
    font-size: 2.0833vw;
    font-weight: 300;
    /* margin-top: 10px; */
    margin-top: 0.5208vw;
}
.nd_content_message_p {
    //text-indent: 2em;
}
.nes_ctn_img {
    display: flex;
    justify-content: center;
}
@media (max-width: 1700px) {
    .news_list li {
        height: 500px;
    }
}
@media (max-width: 1500px) {
    .news_list li {
        height: 450px;
    }
}
@media (max-width: 1200px) {
    .news_list li {
        height: 400px;
    }
    .content_main_news {
        width: 100%;
    }
    .about_cm_right_item > h1 {
        font-size: 36px;
    }
    
}
@media (max-width: 1100px) {
    .news_list li {
        height: 350px;
    }
}
@media (max-width: 900px) {
    .news_list li {
        height: 300px;
    }
}
@media (max-width: 700px) {
    .news_list li {
        height: 180px;
    }
    .year_select label {
        font-size: 14px;
    }
    .year_select select {
        width: 70px;
        height: 40px;
    }
    .news_contents {
        margin-top: 20px;
    }
    .news_list {
        margin-top: 40px!important;
    }
    .content_main_news {
        margin-bottom: 55px;
    }
    .tender_list {
        margin-top: 30px!important;
    }
}
@media (max-width: 500px) {
    .news_list li {
        height: 200px;
    }
}
@media (max-width: 450px) {
    .news_list li {
        height: 170px;
    }
    .news_list {
        margin-top: 80px;
    }
}
/* 2、招标公告 */
.tender_list {
    margin-top: 50px;
}
.tender_list li {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    border-bottom: 2px solid #EBEBEB;
}
.tender_list div {
    display: flex;
    align-items: center;
}
.tender_list p,.tender_list span {
    color:#231815;
    line-height: 33px;
    font-family: 'MyCustomFont';
}
.tender_list p{
    /* font-size: 26px; */
    font-size: 1.3541vw;
}
.tender_list span {
    font-size: 24px;
    /* font-size: 1.25vw; */
}
.news_detail_container {
    display: flex;
    width: 100%;
    /* height: calc(100vh - 160px); */
    justify-content: center;
    box-sizing: border-box;
    background-color: #ffffff;
}
.el-icon-arrow-right:before {
    margin-right: 0!important;
}
.nd_type_area {
    /* width: 62.5vw; */
    width: 1200px;
    min-height: calc(100vh - 220px);
    /* border:   1px solid red; */
}
@media  (max-width:500px) {
    .nd_type_area{
        width: 90%;
    }
}
.nd_breadcrumb {
    display: flex;
    width: 100%;
    /* height: 85px; */
    align-items: center;
    padding-bottom: 45px;
    border-bottom: 2px solid #EEEEEE;
}
.news_target span{
    color: #E60012!important;
}
.el-icon-location {
    width: 16px!important;
    color: #7A7A7C;
    margin-right: 10px;
}
.nd_content {
    border-bottom: 2px solid #EEEEEE;
    /* margin-top: 125px; */
    margin-top: 4.574vh;
}
.nd_content_title {
    /* /* font-size: 36px; */
    line-height: 36px; 
    /* font-size: 1.875vw; */
    line-height: 1.875vw;
    font-family: 'MyCustomFont';
    color: #231815;
    font-weight: 300;
    text-align: center;
}
.nd_content_date {
    display: flex;
    justify-content: center;
}
.nd_content_date li {
    color: #7A7A7C;
    /* font-size: 20px; */
    font-size: 1.0416vw;
    font-family: 'MyCustomFont';
}
.nd_content_date_interval {
    margin: 0 20px;
}
.nd_content_message {
    /* margin: 80px 0 80px 0; */
    margin: 7.4074vh 0 7.4074vh 0;
}
.nd_next_prev {
    display: flex;
    /* padding: 60px 0; */
    padding: 5.5556vh 0;
}
.nd_next_prev p {
    color: #231815;
    user-select: none;
    /* font-size: 20px; */
    font-size: 1.0416vw;
    cursor: pointer;
}
.nd_next_prev p a {
    color: #231815;
    user-select: none;
    /* font-size: 20px; */
    font-size: 1.0416vw;
    cursor: pointer;
	text-decoration:none;
}
.nd_next_prev :nth-child(1){
    width: 90%;
    /* border:   1px solid black; */
}
.nd_next_prev > :nth-child(2){
    width: 10%;
    /* border:   1px solid blue; */
}
.news_back {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.news_back button {
    /* width: 140px; */
    width: 7.2916vw!important;
    /* height: 50px; */
    height: 4.63vh!important;
    user-select: none;
    background-color: #F3F3F2;
    font-size: 1.0416vw;
    font-family: 'MyCustomFont';
    color: #231815;
    border: none;
    cursor: pointer;
}
@media (max-width:1000px) {
    .nd_type_area{
        width: 100%!important;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .nd_content_message_p {
        font-size: 14px;
        padding: 10px;
        line-height: 26px;
    }
    .nd_content_title{
        font-size: 20px;
    }
    .nd_next_prev p {
        font-size: 8px;
    }
    .nd_next_prev button {
        font-size: 14px;
        color: #231815;
    }
}
/* 企业讯息------------------------------------------------end */
.sustainable_container {
    display: flex;
    width: 100%;
    min-height: calc(100vh - 160px);
    justify-content: center;
    overflow-x: hidden;
}
.sustainable_main {
    display: flex;
    width: 78.125%;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-top: 130px; */
    margin-top: 4.037vh;
    margin-bottom: 7.4074vh;
}
.sustainable_cm_left {
    /* height: auto!important; */
    /* height: 77vh; */
    /* height: auto; */
    padding-bottom: 20px;
    padding-top: 10px;
}
.sustainable_main .about_cm_left {
    width: 25%;
}
.sustainable_main .about_cm_right{
    /* width: 60%; */
    width: calc(100% - 15%);
} 


/* 概览 */
.overview_item1 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.overview_item1 >:nth-child(1){
    width: 72%;
}
.overview_item1 >:nth-child(2){
    display: flex;
    width: 25%;
    align-items: center;
}
.overview_item1_word > :nth-child(1) img{
    width: 100%;
    height: auto;
}
.overview_item1_word > :nth-child(2) img{
    width: 100%;
    height: auto;
}
.overview_item1_word > :nth-child(2) {
    margin-top: 10px;
}
.overview_item1_word > :nth-child(2) p{
    font-size: 12px;
}
.overview_item1 div {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.second_title {
    /* font-size: 36px; */
    /* 二级标题公共样式 */
    width: 100%;
    font-size: 1.875vw;
    font-weight: 300;
    margin: 0 0 20px 0;
    font-family: 'MyCustomFont';
}
.overview_item2 {
    box-sizing: border-box;
    padding: 20px;
    background-color: #FAFAFA;
}
.overview_item2 img,.overview_item2 div {
    margin-top: 0!important;
}
.overview_item2 div {
    display: flex;
    /* border: 1px solid red; */
    align-items: flex-start;
}
.overview_item2 p{
    margin-top: 0;
}
.overview_item2,.overview_item3 {
    display: flex;
    justify-content: space-between;
    /* margin-top: 130px; */
    margin-top: 12vh;
}
.overview_item2 img,.overview_item3 img {
    width: 48.33%;
    margin-top: 10px;
}
.overview_item2 > div,.overview_item3 > div {
    width: 48.5%;
}
.overview_item3 h1 {
    margin: 0;
}
.overview_item3_h1_2 {
    /* margin-bottom:40px; */
    margin-bottom:3.7037vh!important;;
}
@media (max-width:1200px){
   .sustainable_main {
        width: 100%;
        box-sizing: border-box;
        margin-top: 0;
   }
   .about_cm_right_item {
        padding-left: 10px;
        box-sizing: border-box;
   }
}
@media (max-width:500px){
    .overview_item2,.overview_item3 {
        margin-top: 30px!important;
    }
}
/* 社会责任管理 */
.social_item > .second_title{
    margin-top: 7.4074vh;
}
.social_item1 {
    width: 100%;
    height: auto!important;
}
.social_item1_ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 7.4074vh;
}
.social_item1_ul > li {
    width: 32%;
    /* height: 550px; */
    /* height: 50.2vh; */
}
.social_item1_ul_top,.social_item1_ul_bottom {
    width: 100%;
}
.social_item1_ul_top {
    display: flex;
    height: 45%;
    flex-direction: column;
    align-items: center;
    border: 2px solid #F7F7F7;
}
.social_item1_ul_bottom {
    height: 55%;
    margin-top: 20px;
}
.social_item1_ul_top > div {
    display: flex;
    /* width: 135px;
    height: 135px; */
    width: 7.03125vw;
    height: 7.03125vw;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 20px;
}
.social_item1_ul_top p,.social_item1_ul_top span {
    display: block;
    text-align: center;
    margin: 0;
    font-family: 'MyCustomFont';
}
.social_item1_ul_top p {
    color: #231815;
    /* font-size: 22px; */
    font-size: 1.1458vw;
    font-style: bold;
    margin-top: 22px;
}
.social_item1_ul_top span {
    color: #7A7A7C;
    /* font-size: 20px; */
    font-size: 1.0416vw;
    /* line-height: 33px; */
    line-height:1.71875vw;

}
.social_item1_ul_top img {
    width: 60%;
}
.p1 {
    color: #7A7A7C;
    font-size: 0.9375vw;
    /* font-size: 18px; */
    /* line-height: 36px; */
    line-height: 1.875vw;
    margin: 0;
}

.el-icon-caret-right {
    color: #FABE00;
}
.social_table {
    width: 100%;
    margin-top: 50px;
}
.social_table th,.social_table td {
    border:   1px solid #EBEBEB;
}
.social_table th {
    height: 60px;
    /* font-size: 18px; */
    font-size: 0.9375vw;
    font-weight: 300;
    color: #231815;
    background-color: #F3F3F2;
    font-family: 'MyCustomFont';
}
.social_table_td1 {
    color: #ED6C00;
    /* font-size: 18px; */
    font-size: 0.9375vw;
    text-align: center;
    font-family: 'MyCustomFont';
}
.social_table_td2 {
    /* font-size: 16px; */
    font-size: 0.8333vw;
    color: #231815;
    font-family: 'MyCustomFont';
}
.social_table_td2 li {
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
}
.social_table_td2 li::before{
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    bottom: 50%;
    left: 15px;
    margin-bottom: -2.5px;
    background-color: #F9BA00;
}
.social_item2 {
    padding-bottom: 70px;
    border-bottom: 2px solid #EBEBEB;
    margin-top: 100px;
    /* margin-top: 9.259vh; */
}
.social_item3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 70px;
}
.social_item3_bottom {
    width: 40.58%;
}
.social_item3_top {
    width: 51.58%;
}
.social_item3_bottom img {
    width: 100%;
    height: auto;
}
.social_item4_p {
    margin-top: 40px;
}
.social_item4_ul {
    display: flex;
    width: 100%;
    /* height: 470px; */
    height: 24.48vw;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 40px;
}
.social_item4_li {
    display: flex;
    width: 18.66%;
    /* height: 224px; */
    height: 11.666vw;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 15px 15px 15px;
}
.social_item4_li_top {
    /* position: relative; */
    display: flex;
    height: 30%;
    /* border:   1px solid black; */
}
.social_item4_li_top > span {
    /* position: absolute; */
    color: #ffffff;
    /* font-size: 52px; */
    font-size: 2.7083vw;
    /* line-height: 32px; */
    font-family: 'Open Sans';
}
.social_item4_title {
    margin-top: 10px;
    margin-left: 10px;
}
.social_item4_title  p{
    color: #ffffff!important;
    /* font-size: 20px; */
    font-size: 0.83333vw;
    /* line-height: 28px; */
    font-family: 'MyCustomFont';
    margin: 0;
    font-weight: 300;
    /* border:   1px solid black; */
}
.social_item4_li_bottom {
    display: flex;
    width: 100%;
    height:70% ;
    justify-content: center;
    align-items: center;
    /* border:   1px solid black; */
}
.social_item4_li_bottom img {
    width: 50%;
}
.share_box {
    position: absolute;
    width: 100px;
    height: 80px;
    right: 0;
    top: 0;
    /* border:   1px solid red; */
}
.share_box p {
    font-size: 14px;
}
.share_box_item {
    display: flex;
    justify-content: space-around;
}
.share_box_item a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.share_box_item a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.share_box_item path {
    color: #ffffff;
}
@media (max-width:1200px){
    .social_item1_ul_top {

    }
}
@media (max-width:1000px) {
    .social_item1_ul_top {
        height: 35%;
    }
    .social_item1_ul_bottom {
        height: 65%;
    }
    .p1 {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (max-width:750px){
    .social_item1_ul_top {
        height: 25%;
    }
    .social_item1_ul_bottom {
        height: 75%;
    }
    .social_table th {
        height: 30px;
    }
    .social_table_td2 li::before {
        width: 2px;
        height: 2px;
    }
}
@media (max-width:500px) {
    .social_item1_ul_top {
        height: 15%;
    }
    .social_item1_ul_bottom {
        height: 85%;
    }
    .share_box {
        top: 60px;
    }
    .social_item1 {
        margin-top: 100px;
    }
}
@media (max-width:400px) {
    .social_item1_ul_top {
        height: 10%;
    }
    .social_item1_ul_bottom {
        height: 90%;
    }
}


/* 食安为先 */
.food_safety_item1 {
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 30px;
}
.food_safety_item2 {
    border-bottom:   1px solid #EBEBEB;
    padding-bottom: 50px;
}
.food_safety_item2 p {
    /* font-size: 17px; */
}
.food_safety_item2 > div{
    display: flex;
    justify-content: center;
    width:100%;
}
.food_safety_item2 img {
    width:80%;
}
.mb-0 {
    color: #ED6C00;
    /* margin-top: 40px; */
    /* font-size: 17px; */
    font-size: 0.8854vw;
}
.mb-0 strong {
    /* font-size: 26px; */
    font-size: 1.3541vw;
}

/* 绿色发展 */
.green-develop_item1_ul {
    display: flex;
    width: 100%;
    /* height: 700px; */
    height: 45.458vw;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.green-develop_item1_ul > li {
    width: 31.66%;
    height: 48.57%;
    box-sizing: border-box;
    /* padding: 20px; */
    padding: 1.04166vw;
}
.gd_item1_li_top {
    display: flex;
    height: 25.41%;
    justify-content: space-between;
    /* border:   1px solid black; */
}
.gd_item1_li_middle {
    height: 25.41%;
    /* padding-top: 20px; */
    padding-top: 1.04166vw;
    /* padding-bottom: 10px; */
    padding-bottom: 0.521vw;
    border-bottom: 1px solid #E9E9E9;
}
.gd_item1_li_top span {
    color: #ffffff;
    /* font-size: 26px; */
    font-size: 1.3542vw;
    /* line-height: 32px; */
    height: 1.667vw;
    font-family: 'MyCustomFont';
}
.green-develop_item1_p {
    color: #ffffff;
    /* font-size: 14px; */
    font-size: 0.7292vw;
    margin: 0;
}
.green-develop_item1_p strong {
    /* font-size: 22px; */
    font-size: 1.1458vw;
}
.gd_item1_li_bottom {
    display: flex;
    height:calc(100% - 50.52%) ;
    /* padding-top: 20px; */
    flex-direction: column;
    justify-content: center!important;
    box-sizing: border-box;
}
.green_develop_item2_img {
    width: 100%;
    margin-top: 50px;
}
.green_develop_item2_img img {
    width: 100%;
    height: auto;
}
.certificate_title {
    width: 100%;
    height: 60px;
    color: #148640;
    /* font-size: 22px; */
    font-size: 1.1458vw;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;
    background-color: #F1F8F2;
}
@media (max-width:750px) {
    .food_safety_item1{
        margin-top: 100px;
    }
    .food_safety_item1,.food_safety_item2{
        padding-bottom: 30px;
    }
    .food_safety_item1 h2,.food_safety_item2 h2,.second_title {
        margin-top: 30px!important;
    }
    .certificate_title {
        margin-top: 10px;
    }
    .green-develop_item1 {
        margin-top: 100px;
    }
}


/*幸福家园*/
.talent_distribution_table {
    width: 100%;
    border-collapse: collapse; /* 合并边框 */
    border-spacing: 0; /* 设置单元格间距为0 */
    /* 合并单元格间隙 */
    table-layout: fixed;
    border-bottom:   1px solid #E9E9E9;
}
.talent_distribution_table th,.talent_distribution_table td {
    width: 33.33%;
    height: 50px;
    text-align: center;
}
.talent_distribution_table th {
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'MyCustomFont';
    background-color:#ED6C00;
}
.talent_distribution_table tbody tr {
    /* 点线 */
    border-top:  1px dotted #E9E9E9;
}
.header_active {
    background-color: #FEF3F0;
}
.header_active td{
    color: #ED6C00;
}
.header_active{
    border-top:   1px solid #ffceb8!important;
    border-bottom:   1px solid #ffceb8!important;
}
/* .year_title {
    width: 100px!important;
    color: #ED6C00;
    font-size: 20px;
    font-weight: 300;
    flex-shrink: 0;
    border:   1px solid #ED6C00;
}
.year_title div{
    width: 100px;
    height: 100%;
    text-align: center;
    border:   1px solid black;
} */
.year_title_box {
    display: flex;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 60px;
}
.year_title_box > div {
    display: flex;
    width: 33.336%;
    justify-content: center;
    line-height: 40px;
}
.year_title_box > div > :nth-child(1) {
    width: 100px;
    height: 100%;
    text-align: center;
    color: #ED6C00;
    font-size: 20px;
    font-weight: 300;
    border:   1px solid #ED6C00;
}
.happy_home_item3_part1 {
    display: flex;
    width: 100%;
    /* height: 400px; */
    justify-content: center;
    margin: 50px 0;
}
.hip1_li {
    position: relative;
    width: 30.83%;
    margin: 0 15px;
    background-color: #FEF3F0;
    border: 1px solid #F07E4D;
}
.hip1_li::before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 15px solid #EA5514;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
}

.hip1_top {
    display: flex;
    width: 100%;
    /* height: calc(100% - 42.5%); */
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 1.041vw;
    /* border:   1px solid red; */
}
.hip1_top > div {
    width: 50%;
    height: 100%;
    /* border:   1px solid blue; */
}
.hip1_bottom {
    width: 100%;
    /* height: 42.5%; */
    box-sizing: border-box;
    padding: 0 1.041vw;
}
.hip1_bottom_p {
    /* font-size: 14px; */
    /* line-height: 30px; */
    font-size: 0.72vw;
    line-height: 1.5625vw;
}
.hip1_top_left,.hip1_top_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hip1_top_left strong,.hip1_top_right strong {
    font-size: 22px;
}
.hip1_top_left_p {
    color: #ED6C00;
}
.happy_home_item3_part2 {
    margin-top: 30px;
}
.train_sum_methods {
    margin-top: 30px;
}
.hit_box {
    width: 100%;
    /* border:   1px solid red; */
}

.hip_box_top {
    width: 100%;
}
.hip_box_top2{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.hip_box_top2_left {
    width: 60.83%;
}
.hip_box_top2_left p {
    margin-left: 0!important;
}
.hip_box_top2_right {
    width: 33.33%;
}
.hip_box_top2_right >div {
    background-color: #FEF3F0;
    box-sizing: border-box;
    padding: 20px;
}
.hip_box_top2_right > :nth-child(1){
    width: 100%;
    /* height: 212px; */
}
.hip_box_top2_right > :nth-child(2){
    width: 100%;
    height: 120px;
    margin-top: 60px;
}
.hip_box_top2_left p {
    margin: 15px;
}
.hip4_message{
    display: flex;
    width: 100%;
    height: 50%;
    align-items: center;
    /* border:   1px solid blue; */
}
.hip4_message img {
    width: 60px;
}
.hip4_message > div {
    height: 100%;
}
.hip4_message > :nth-child(1){
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    box-sizing: border-box;
    /* padding-top: 10px; */
}
.hip4_message > :nth-child(2){
    display: flex;
    width: 70%;
    flex-direction: column;
    justify-content: center;
}
.hip4_message_p{
    color: #ED6C00;
    margin: 0;
}
.hip4_message_p strong {
    font-size: 26px;
}
.hip_box_botttom {
    display: flex;
    width: 100%;
    /* height: 150px; */
    align-items: center;
    justify-content: space-around;
    background-color: #FEF3F0;
    margin-top: 20px;
    padding: 30px 0;
}
.hip_box_botttom >div {
    display: flex;
    width: auto;
    justify-content: center!important;
    /* border:   1px solid red; */
}
.hip_box_botttom >div img {
    margin-right: 20px;
}
.hpy5_part {
    width: 100%;
    /* border:   1px solid red; */
    border-bottom:   1px solid #E9E9E9;
    padding: 60px 0;
}
.hpy5_part1 {
    padding-top: 0;
}
.hpy5_part1_title {
    display: flex;
    width: 200px;
    height: 50px;
    color: #ffffff;
    align-items: center;
    background-color: #ED6C00;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 5px;
}
.hpy5_part1_title a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
}
.hpy5_part1_title span {
    margin-left: 20px;
}
.hpy5_part_content {
    width: 100%;
    margin-top: 30px;
}
.hpy5_part1_content_ul {
    display: flex;
    width: 100%;
    /* height: 340px; */
    height: 31.4814vh;
}
.hpy5_part1_content_li {
    display: flex;
    width: 33.33%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 2px;
}
.hpy5_part1_content_li img {
    width: 100%;
    height: 100%;
}
.hpy5_part1_content_li > :nth-child(1){
    width: 100%;
    height: 79.41%;
} 
.hpy5_part1_content_li_tab {
    display: flex;
    width: 100%;
    height: 14.7%;
    color: #ED6C00;
    align-items: center;
    justify-content: center;
    background-color: #FEF3F0;
}
.hpy5_part2_content {
    width: 100%;
    /* border:   1px solid red; */
}
.hpy5_part2_content_top {
    display: flex;
    justify-content: space-between;
}
.hp2_ct_top_left {
    width: 50%;
    /* border:   1px solid red; */
}
.hp2_ct_top_right {
    width: 41.66%;
}
.hp2_ct_top_right img {
    width: 100%;
}
.hpy5_part2_content_bottom {
    box-sizing: border-box;
}
.hpy5_part2_content_bottom > ul {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
}
.hpy5_part2_content_bottom li {
    margin: 0 2px;
    flex-grow: 0;
}
.hpy5_part2_content_bottom li img {
    width: 100%;
    height: auto;
}
.hpy5_part2_content_bottom > p {
    height: 50px;
}

.hpy7_box_img {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    margin: 30px 0;
}
.hpy7_box_img img {
    width: 90%;
}
.hpy7_box_p {
    height: 50px;
}
.hpy8_box_img img {
    width: 100%;
    height: auto;
}

/* 供应管理 */
.supply_item {
    margin-top: 40px;
}
.supply_item_p {
    color: #ED6C00;
    margin-top: 50px;
}
.supply_item2_p strong {
    font-size: 26px;
}
.supply_item3_img {
    width: 100%;
    margin-top: 50px;
}
.supply_item3_img img {
    width: 100%;
    height: auto;
}
.hpy6_box {
    width: 100%;
    /* height: 1100px; */
    margin-top: 50px;
    background-color: #FAFAFA;
    /* border:   1px solid red; */
    box-sizing: border-box;
    padding: 70px 80px;
}
.hpy6_box_top {
    position: relative;
}
.hpy6_box_top >img {
    position: absolute;
    width: 100%;
    z-index: 0;
}
.hpy6_box_top2 {
    display: flex;
    position: absolute;
    /* width: 420px; */
    width: 21.875vw;
    height: 90px;
    /* left: 170px; */
    left: 10.5vw;
    top: 60px;
    /* border:   1px solid black; */
    /* align-content: space-between; */
    justify-content: space-between;
    align-items: center;
}
.hpy6_vision {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.hpy6_vision p {
    margin-top: 20px;
}
.hpy6_vision img {
    width: 50px;
    /* height: ; */
}
.hpy6_text {
    color: #ED6C00;
    /* font-size: 18px; */
    font-size: 0.9375vw;
    /* margin: 0; */
    font-family: 'MyCustomFont';
}
.hpy6_text strong {
    font-size: 26px!important;
    font-weight: 600;
}
.hpy6_box_top_bottom {
    display: flex;
    position: absolute;
    width: 500px;
    height: 120px;
    justify-content: space-between;
    top: 250px;
    left: 8.854vw;
}
.hpy6_box_bottom_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.hpy6_box_bottom_left img {
    width:70px
}
.hpy6_box_bottom_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;

}
.hpy6_box_bottom {
    /* position: absolute; */
    /* margin-top: 480px; */
    top:0px;
    left: 0;
}
.ptop {
    margin-top: 50px;
    line-height: 35px;
    border-bottom: 2px solid #E9E9E9;
}
.hpy6_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}
.hpy6_table td {
    width: 33.33%;
    height: 60px;
    text-align: center;
    border-bottom:   1px solid #fad0be;
    border-top:   1px solid #fad0be;
}
.hpy6_table_tr td {
    background-color: #FEF3F0;
}
.hpy6_table td:nth-child(1) {
    
}
.hpy6_table td:nth-child(1) div{
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border:   1px solid #fad0be;
    background-color: #ffffff;
    border-radius: 50%;
    /* margin-left: 100px; */
    margin-left: 5.208vw;
}

/* 社会关怀 */
.social_care_item1 .second_title {
    margin-top: 50px;
}
.sc_itm1_content {
    display: flex;
    width: 100%;
}
.sc_itm1_content_right {
    width: 34.167%;
}
.sc_itm1_content_right  img {
    width: 100%;
    height: auto;
}
.sc_itm1_content_left {
    width: calc(100% - 34.167%);
    box-sizing: border-box;
    padding-right: 90px;
}
.social_care_item2 {
    margin-top: 50px;
}
.social_care_item3 {
    margin-top: 50px;
}
.prv_disaster_relief img{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.social_care_item4 {
    margin-top: 50px;
}
.report_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px;
}
.report_table td {
    font-size: 24px;
    color: #707070;
}
.report_table td:nth-child(1) {
    width: 33.33%;
    height: 60px;
    text-align: left;
    border-bottom: 2px solid #F3F3F2;
}
.report_table td:nth-child(2) {
    width: 33.33%;
    height: 60px;
    text-align: right;
    border-bottom: 2px solid #F3F3F2;
}

/* 企业永续  */
.content_us_active{
    color: #ffffff;
    background-color: #ED6C00;
}
.contact_us_menu {
    display: flex;
    width: 100%;
    height: 50px;
}
.contact_us_menu li {
    width: 165px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    margin-right: 20px;
}
.contact_us_content {
    width:100%;
    /* border: 1px solid red; */
    margin-top: 60px;
}
.tyzk_title span{
    color: #7A7A7C;
    font-family: 'MyCustomFont';
    font-size: 28px;
}
.tyzk_content {
    display: flex;
    width: 100%;
    /* border:1px solid blue; */
    margin-top: 50px;
}
.tyzk_content li {
    width: 50%;
    /* border: 1px solid green; */
}
.tyzk_content h3 {
    color: #231815;
    font-size: 36px;
    font-weight: 300;
    font-family: 'MyCustomFont';
    margin: 0;
}
.tyzk_content_lip {
    color: #231815;
    font-size: 26px;
    font-weight: 300;
    font-family: 'MyCustomFont';
    margin: 30px 0;
}
.tyzk_content_p {
    color: #7A7A7C;
}
.tyzk_content li:nth-child(2){
    border-left: 1px solid #E5E5E5;
    box-sizing: border-box;
    padding-left: 11.66%;
}
.contact_us_form {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.contact_us_form > div {
    height: 80px;
    flex-shrink: 0;
    margin-top: 20px;
}
.contact_us_form input,#message {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border: 1px solid #7A7A7C;
}
.contact_us_form select {
    width: 33%;
    height: 40px;
    margin-top: 10px;
}
.contact_us_form sup {
    color: red;
}
.contact_us_form input:focus,
.contact_us_form textarea:focus
{
    outline: none;
}
.contact_us_form > div:nth-child(1),
.contact_us_form > div:nth-child(2)
{
    width: 48%;
    /* border: 1px solid red; */
}
.contact_us_form > div:nth-child(3),
.contact_us_form > div:nth-child(5)
 {
    width: 100%;
}
.contact_us_form > div:nth-child(4),
.contact_us_form > div:nth-child(6),
.contact_us_form > div:nth-child(7),
.contact_us_form > div:nth-child(8)
{
    width: 100%;
    /* border: 1px solid red; */
}
.contact_child_company {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_child_company > li {
    width: 30%;
    /* height: 232px; */
    background-color: #FAFAFA;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 10px;
}
.contact_child_company > li h2 {
    color: #231815;
    font-size: 24px;
    font-weight: 300;
    font-family: 'MyCustomFont';
    margin: 0;
}
.contact_child_company > li p {
    position: relative;
    color: #7A7A7C;
    font-size: 14px;
    font-weight: 300;
    font-family: 'MyCustomFont';
    margin-left: 15px;
}
.contact_child_company > li p::before {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    top: 5px;
    left: -10px;
    background-color: #F6B680;
}
/* 企业永续---------------------------------------------start */

/* 企业永续-----------------------------------------------end */

/* 品牌天地----------start */
.brand_world_left {
    width: 30%;
    height: auto!important;
}
.brand_world_right {
    width: 70%;
}
.brand_world_ul li img{
    height: 30px;
    width:auto;
    margin-right: 50px;
}
.brand_world_ul li span {
    left: 70px!important;
}
.brand_world_content {
    width: 100%;
    /* height: 180px; */
}
.brand_world_content li {
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-bottom: 2px solid #E9E9E9;
    padding: 20px 0;
}
.brand_main {
    display: flex;
    width: 62.5%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}
.brand_ctn_left {
    display: flex;
    width: 32.5%;
    justify-content: center;
    align-items: center;
    /* border:   1px solid red; */
}
/* .brand_ctn_left img {
    width: 100px;
    height: 50px;
    flex-shrink: 0;
    flex-grow: 0;
} */
.brand_ctn_right {
    width:calc(100% - 32.5%);
    /* border:   1px solid black; */
}
.brand_ctn_right {
    color: #ED6C00;
}

/* 品牌天地----------end */

/* 投资人关系-----------------------------------------start */
.container_investor {
    width: 100%;
    height: 100vh;
    overflow: auto;
}
.investor_container {
    display: flex;
    width: 100%;
    height: auto!important;
    flex-direction: column;
    /* min-height: calc(100% - 200px); */
    justify-content: center;  
    align-items: center; 
     /* border: 5px solid red; */
    /* height: 100%; */
}
.investor_main {
    display: flex;
    width: 62.5%;
    /* height: 100%; */
    justify-content: space-between;
    align-items: flex-start;
    /* margin-bottom: 200px; */
}
.investor_cm_left {
    width: 26.6%;
    height: 700px !important; ;
}
.investor_cm_right {
    height: auto;
}
.investor_item1 {
    margin: 60px 0;
}
.investor_table_box {
    margin-top: 60px;
}
.investor_table_box > .table_title {
    color: #ED6C00;
    font-weight: 400;
    font-size: 32px;
}
.investor_table,tbody,tr {
    width: 100%;
}
.investor_table td {
    /* width: 33.33%; */
    height: 70px;
    color:#707070;
    box-sizing: border-box;
    padding: 5px 40px;
    font-size: 16px;
    text-align: center;
    font-family: 'MyCustomFont';
    border:1px solid #F3F3F2;
}
.ivt_tlb_td1 {
    width: 30%;
    background-color:#F3F3F2;
}
.ivt_appendix_p {
    text-indent: 2em;
}
.gvc_table {
    width: 100%;
    margin-top: 60px;
    /* 合并单元格之间间隙 */
    border-collapse: collapse;
}
.gvc_table a {
    color: #707070;
	text-decoration:none;
}
.gvc_table td {
    /* width: ; */
    height: 90px;
    /* font-size: 24px; */
    font-size: 1.25vw;
    color: #707070;
    font-family: 'MyCustomFont';
    border-bottom:   1px solid #D1D1D1;
}
.gvc_table td:nth-child(1) {
    width: 80%;
}
.gvc_table td:nth-child(2) {
    text-align: center;
}
.investor_breadcrumb {
    width: 62.5%;
}

.investor_breadcrumb > .nd_breadcrumb {
    border: none;
}

.gvc_pagination {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.gvc_pagination_news{
	margin-top: 0px;
	margin-bottom: 40px;
}
.btn-prev,.btn-next,.number {
    width: 60px!important;
    height: 60px!important;
    line-height: 60px!important;
    border-radius: 50%!important;

}

.active {
    background-color: #E60012!important;
}
.btn-prev,.btn-next {
    position: absolute;
}
.btn-prev {
    left: 0;
}
.btn-next {
    display: flex;
    right: 0;
    justify-content: center;
    text-align: center!important;
    margin: 0!important;
}
.share_certificate_box {
    margin-top: 30px!important;
}
.share_certificate_cm_right_item h1{
    margin-bottom: 0px!important;    
}
.investor_container {
    /* border:   1px solid red; */
    margin-bottom: 40px;
}
.investor_itm_content {
    width: 100%;
    /* border:   1px solid red; */
    background-color: #FAFAFA;
}
.investor_itm1_content {
    /* height: 580px; */
    /* border:   1px solid red; */
}
.form-group sup {
    color: red;
}
.form-group label {
    color: #707070;
    font-size: 18px;
    font-family: 'MyCustomFont';
}
.form-control {
    width: 100%;
    height: 45px;
    margin-top: 20px;
}
.form-control:focus {
    /* border-color: #F07E4D; */
    outline-color: #F07E4D;
}
.form-inline {
    width: 95%;
    height: 100%;
    /* border:   1px solid blue; */
    box-sizing: border-box;
    padding: 50px 100px;
}
.email_tips {
    margin-top: 30px;
}
.email_tips  h3{
    color: #707070;
    font-size: 26px;
    font-family: 'MyCustomFont';
    font-weight: 300;
    border-bottom: 2px solid #D1D1D1;
    padding: 10px 0;
    margin: 0;
}
.email_tips p {
    font-size: 14px;
}
.radio-inline {
    font-size: 14px;
    font-family: 'MyCustomFont';
    color: #707070;
    margin: 20px 0;
}
.radio-inline input[type="radio"] {
    margin: 10px 0;
}
.email_btn {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.email_btn button {
    width: 155px;
    height: 55px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'MyCustomFont';
    border: none;
    background-color: #ED6C00;
}

/* .radio-inline {
    position: relative;  
    padding-left: 25px; 
    cursor: pointer;  
}
.radio-inline::before {  
    content: "";  
    display: inline-block;  
    position: absolute;  
    left: 0;  
    width: 16px;  
    height: 16px;  
    border:   1px solid #ccc; 
    border-radius: 50%; 
    background-color: #fff;  
  }  
    
  .radio-inline input[type="radio"]:checked + .radio-inline ::after {  
    content: "";  
    display: inline-block;  
    position: absolute;  
    left: 5px;  
    top: 5px;  
    width: 6px;  
    height: 6px;  
    background-color: #007bff; 
    border-radius: 50%;  
  }  */
.investor_itm2_content {
    height: 190px;
    padding: 30px 100px;
    box-sizing: border-box;
    /* border:   1px solid blue; */
}
.ivt_itm2_ct_p {
    color: #707070;
    font-family: 'MyCustomFont';
    font-size: 26px;
    font-weight: 300;
}
.ivt_itm2_ct_form {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* border:   1px solid red; */
}
.ivt_itm2_ct_form label {
    color: #707070;
    font-size: 14px;
    font-family: 'MyCustomFont';
}
.ivt_itm2_ct_form input{
    width: 50%;
    height: 45px!important;
    padding: 0;
    border:   1px solid #D1D1D1;
    border-right: none;
    margin-left: 15px;
}
.ivt_itm2_ct_form input:focus {
    outline: none;
}
.ivt_itm2_ct_form button {
    width: 20%;
    height: 49px;
    background-color: #FABE00;
    border: none;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
/* 投资人关系-----------------------------------------end */

/* 首页右侧小标志------------------------start */
.menu_label {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    top: 50%;
    margin-top: -50px;
    z-index: 999;
}
.menu_label_item{
    width: 100%;
    height: 33px;
    border-radius: 33px;
}
.menu_label_item {
    display: flex;
    justify-content:space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 8px;
    cursor: pointer;
}
.menu_label_select {
    background-color: rgba(255, 255, 255, 0.5);
}
.menu_label_select h3{
    border: 1px solid #ffffff;
}
.menu_label_select span {
    color: #ffffff;
    font-size: 12px;
}
.menu_label_item h3 {
    display: flex;
    width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 15px;
}
.menu_label_item p{
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 0;
}
.nlab_selt_pinpai {
    background-color: #FABE00;
}
.nlab_selt_pinpai span{
    color: #231815;
}
.nlab_selt_pinpai h3{
    border: 1px solid #EE6E00;
}
.nlab_selt_pinpai p{
    background-color: #EE6E00;
}
/* 首页右侧小标志--------------------------end */


/* 品牌天地详情页设计---------------------start*/
.brand_content {
    width: 100%;
    min-height: calc(100vh - 365px);
}

/* 详情页中的产品位于页面中央，适合于只有一个产品时 */
.brand_content_middle{
    display: flex;
    align-items: center;
}
.brand_content_middle >div {
    flex-shrink: 0!important;
}
.brand_detail_title > div{
    display: flex;
    /* align-items: flex-start; */
    align-content: flex-start;
    width: 100%
}
.brand_detail_title span {
    margin: 0;
}
.brand_detail_title p{
    margin: 0;
}
.brand_detail_title h2 {
    color: #231815;
    font-size: 48px;
    font-family: 'MyCustomFont';
    font-weight: 300;
}
.brand_detail_list {
    width: 100%;
    height: auto;
}
.brand_detail_list li{
    display: flex;
    width: 100%;
    /* border: 1px solid red; */
    padding: 30px 0;
}
.el-icon-arrow-right:before {
    margin-right: 30px;
}
.brand_detail_list_left {
    /* display: flex; */
    width: 55%;
    /* flex-direction: column;
    justify-content: center; */
    /* border: 1px solid black; */
    box-sizing: border-box;
    padding: 0 70px 0 0;
}
.brand_detail_list_left .p{
    font-size: 20px;
    line-height: 36px;
}
.brand_detail_list_left h2 {
    color: #231815;
    font-size: 48px;
    font-family: 'MyCustomFont';
    font-weight: 300;
    line-height: 64px;
    margin: 0 0 20px 0;
}
.brand_detail_list_right {
    display: flex;
    justify-content:center;
    align-items: flex-start;
    width: 45%;
    /* border: 1px solid blue; */
}
.brand_detail_list_right img {
    height: 80%;
    width: auto;
}
.kaizao_desc {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
}
.kaizao_desc_p {
    color: #231815;
}
.single_product {
    display: flex;
    /* border: 1px solid red; */
}
.single_product span,.single_product p{
    margin: 0;
    line-height: 24px;
}
.single_product_end {
    margin-bottom: 25px;
}
.el-breadcrumb__inner {
    font-size: 18px;
}
/* 将产品详情中的图片放置在下部 */
.brand_detail_imgbtn {
    align-items: flex-end!important;
}
.brand_detail_h2 {
    font-size: 25px!important;
}

/* 避免本容器压缩 */
.brand_detail_item {
    width: 100%;
    flex-shrink: 0;
}

/* 品牌天地详情页设计-----------------------end*/

/* 首页品牌家族轮播动画设计--------start */
.lbtu {
    /* display: flex; */
    width: 90%;
    height: 70%;
    /* justify-content: center;
    align-items: center; */
    overflow: hidden;
    /* border: 1px solid red; */
    margin-top: 100px;
}
.lbtu img:nth-child(1),.lbtu img:last-child{
    width: 7.291vw;
    height: 7.291vw;
}

.lbtu img {
    width:8.8541vw;
    height:8.8541vw;
}
.lbtu_item {
    display: flex;
    width:100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    /* border:1px solid black */
}

.bigImg {
    width: 12.458vw!important;
    height: 12.458vw!important;
}

.elemImg {
    /* animation: slide 12s infinite;
    -webkit-animation: slide 12s infinite; */
}

@keyframes slide
{
    0%,90%,100% {
        transform: translate(0, 0%)
    }
    25% {
        transform: translate(1000px, 0)
    }
    50% {
        transform: translate(1920px, 0)
    }
    75% {
        transform: translate(1000px, 0)
    }
    25% {
        transform: translate(0, 0)
    }

}
 
@-webkit-keyframes slide {
    0%,90%,100% {
        transform: translate(0%, 0%) scale(1);
      }
      6.67%,
      16.67% {
        transform: translate(120%, -30%) scale(0.9);
      }
      23.33%,
      33.33% {
        transform: translate(100%, -70%) scale(0.8);
      }
      40%,
      50% {
        transform: translate(0, -90%) scale(0.7);
      }
      56.67%,
      66.67% {
        transform: translate(-100%, -70%) scale(0.8);
      }
      73.33%,
      83.33% {
        transform: translate(-120%, -30%) scale(0.9);
      }
}
/* 首页品牌家族轮播动画设计--------end */


/*企业标志页设计补充-----------------------start */
.sign_box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 60px;
    margin-bottom:60px;
}
.sign_box > h2 {
    margin-bottom: 50px;
}
.sign_box_ul > li{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px dashed #D1D1D1;
    padding-bottom: 50px;
}
.sb_ul_left {
    display: flex;
    width: 10%;
    justify-content: center;
    align-items: center;
}
.sb_ul_left img {
    width: 100%;
}
.sb_ul_right {
    width: calc(100% - 13%);
}
.sb_ul_right h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    font-family: 'MyCustomFont';
    margin-top: 50px;
}
/*企业标志页设计-------------------------end */

/* 2024.10.18修改区域 */
.prv_disaster_relief {
    position: relative;
    width: 100%;
    /* height: 400px; */
    /* border: 1px solid red; */
}
.pdr_msg_top {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    /* bottom: 20px; */
    bottom: 2.7vh;
    left:0;
    /* border: 1px solid blue; */
}
.pdr_msg_top_p {
    display: flex;
    width: 90%;
    height: 100%;
    align-items: center;
    justify-content: center;
    /* border: 1px solid black; */
}
.pdr_msg_top_p2 {
    align-items: flex-start!important;
}
.pdr_msg_top2 {
    /* bottom: 160px; */
    bottom: 16.814vh;
}
@media (max-width: 1600px) {
    .pdr_msg_top2 {
        bottom: 14.814vh
    }
    .pdr_msg_top7 {
        top: 20vh;
    }
}
@media (max-width: 1400px) {
    .pdr_msg_top2 {
        bottom: 11.814vh
    }
    .pdr_msg_top6 {
        bottom:5.25vh ;
    }
}
@media (max-width: 1000px) {
    .pdr_msg_top2 {
        bottom: 9.814vh
    }
    .pdr_msg_top6 {
        bottom:3.25vh ;
    }
    .pdr_msg_top7 {
        top: 20vh;
    }
}
@media (max-width: 850px) {
    .pdr_msg_top2 {
        bottom: 5.814vh
    }
    .pdr_msg_top3 {
        bottom: 4.407vh;
    }
    .pdr_msg_top4 {
        bottom: 2.407vh;
    }
    .pdr_msg_top5 {
        bottom: 0.5vh;
    }
    .pdr_msg_top7 {
        top: 20vh;
    }
}
@media (max-width: 550px) {
    .pdr_msg_top2 {
        bottom: 3.814vh
    }
}
.pdr_img_top {
    /* position: absolute; */
    top: 0;
    left: 0;
    /* z-index: -1; */
}
.pdr_msg_top3 {
    width: 55%!important;
    /* bottom: 80px; */
    bottom: 7.407vh;
    margin-left: 25px;
}
.pdr_msg_top4 {
    /* bottom: 80px; */
    bottom: 5.407vh;
}
.pdr_msg_top5 {
    bottom: 4.5vh;
}
.pdr_msg_top6 {
    bottom:8.25vh ;
}
.pdr_msg_top7 {
    /* top: 150px; */
    top: 17.88vh;
}
.pdr_msg_top_p2 {
    display: block!important;
}
.space_td span{
    color: red!important;
}
.space_td {
    display: flex;
    justify-content: center;
    align-items: center;
}
.space_td img {
    margin-right: 5px;
}
/* 关于统一 */
.ab_yi_border {
    position: relative;
    width: 100%;
    border: 1px solid #ED6C00;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 5rem;
}
.ab_yi_border img {
    position: absolute;
    width: 268px;
    height: 237px;
    right: 80px;
    top: 50%;
    margin-top: -50px;
}
.ab_yi_border_ct_list {
    width: 100%;
}
.ab_yi_border_ct_item {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding:0px 30px;
    border-radius: 30px;
    
}
.ab_yi_border_ct_item a {
    display: block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    background-color:#FABE00 ;
}
.divp {
    display: flex;
    font-size: 0.8854vw;
}
.ab_yi_border_ct_item  p {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #7A7A7C;
    font-size: 0.8854vw;
}
.ab_yi_border_ct_item  span {
    color: #ED6C00;
}
.ab_yi_border_ct_item1 {
    background-color: #FEF3F0;
}
.ab_yi_border_ct_item2 {
    background-color: #ffffff;
}
#idrongyv {
    width: 182px;
    height: 160px;
}
.focus_2023_header {
    display: flex;
    width: 168px;
    height: 64px;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid red; */
}
.focus_2023_header img {
    position: static;
    width: 58px;
    height: 100%;
    margin: 0;
}
.focus_2023_header h3 {
    color: #231815;
    font-weight:300;
    font-size: 34px;
    margin: 0;
}
.focus_2023_item {
    display: flex;
    width: 100%;
    height: 90px;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 30px;
}
.focus_2023_item p {
    color: #7A7A7C;
    /* font-size: 20px; */
    font-size: 1.0416vw;
    font-weight: 350;
}
.focus_2023_item strong {
    color: #ED6C00;
    /* font-size: 35px; */
    font-size: 1.8229vw;
}
.focus_2023_item span {
    color: #ED6C00;
}
.focus_2023_next {
    display: block!important;
    width: 100%;
    height: auto!important;
    box-sizing: border-box;
    padding: 20px 30px;
}
.focus_2023_next p {
    margin: 0;
}
.f2next_end {
    display: flex!important;
}
.f2next_end >div {
    width: 50%;
}
.focus_2023_progress {
    /* border: 1px solid red; */
}
.f2p_top {
    position: relative;
    width: 50%;
}
.f2p_top img {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
}
.imgs_static {
    position: static!important;
    margin: 0!important; 
}
.f2p_top span {
    position: absolute;
    /* font-size: 38px; */
    font-size: 1.97916vw;
    left: 10px;
    bottom: 0;
}
.f2p_middle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.f2p_bottom {
    width: 100%;
    /* font-size: 26px; */
    font-size: 1.3541vw;
    color: #7A7A7C;
    text-align: center;
    margin-top: 30px;
}
.f2p_right_top {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.f2p_top_span {
    position: absolute;
    color: #ED6C00;
    /* font-size: 38px; */
    font-size: 1.97916vw;
    right: 10px;
    bottom: 0;
}
.spont {
    position: relative;
    display: block;
}
.spont::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: -10px;
    top: 40%;
    border-radius: 50%;
    background-color: #ffffff;
}
/* 2024.10.18修改区域 */
/*pages2*/
.pages2 { color: #303133;margin:10px 18px 0px 18px; text-align:center; padding-bottom:15px;padding-top: 30px;}
.pages2 a, .pages2 .cpb { text-decoration:none; padding: 5px 10px; border: 1px solid #f4f4f5;background: #ffff;margin:0 2px; font-size:11px; color:#303133;}
.pages2 a:hover { background-color: #f4f4f5; color:#303133;border:1px solid #f4f4f5; text-decoration:none;}
.pages2 .cpb { /*font-weight: bold;*/ color: #303133; background: #f4f4f5; border:1px solid #f4f4f5;}