#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    /* font-family: "Alibaba-PuHuiTi-Regular", "Arial", "sans-serif"; */
    font-family: 'microsoft yahei';
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color:#333
}

a {
    text-decoration: none;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

th,td,h1,h2,h3,h4,button,li,dt,dd{    text-transform: capitalize}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

select,
input,
textarea,
button {
    outline: none;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.index_banner_lunbo{position: relative;}




/* ç»™è¡¨æ ¼æ·»åŠ æ»šåŠ¨æ¡ */
.pro_page_table {
    overflow-x: auto;
}


/* ç‰ˆå¿ƒ */
.wrap {
    width: 92%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}




p{text-indent: 40px;}


.footer-mobile{display: none;}



.pro_page_table table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

  }

  .pro_page_table th, .pro_page_table td {
    border: 1px solid #eee;
    padding: 8px;
    text-align: left;
    border-radius: 5px;
  }

  .pro_page_table tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  .pro_page_table td:nth-child(1) {
    border-right: 2px solid #eee;
  }




/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_header_top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 7;
    width: 100%;
    height: 52px;
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}


.mobile_logo {
    height: 52px;
    margin-left: 15px;
}

.mobile_logo>a {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.mobile_logo img {
    display: block;
    width: auto;
    margin:5px 0;
    height:calc(100% - 10px);
}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: 54px;
    height: 52px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 28px;
    background: #f69e10;
    border-radius: 4px;
    margin-bottom: 6px;
}

.mobile_menu_btn span:last-child {
    margin-bottom: 0;
}



.mobile_header.hover {
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_box {
    position: fixed;
    right: -110%;
    top: 0;
    z-index: 9;
    width: 75%;
    height: 100%;
    background: #fff;
    padding: 20px 15px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_box.show {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 1.3;
    border-bottom: 1px solid #e1e1e1;
}

.mobile_menu_tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    text-transform: capitalize;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #f69e10;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    float: right;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: 16px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.mobile_menu_down {
    display: none;
    padding: 6px 0 10px 12px;
}

.mobile_menu_down_clm {
    margin-bottom: 8px;
}

.mobile_menu_down_clm_tt {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.mobile_menu_down_clm_tt .tt {
    width: calc(100% - 50px);
    color: #333;
    line-height: 20px;
    padding: 7px 0;
}

.mobile_menu_down_clm_tt .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_list {
    display: none;
    padding: 5px 0 0 10px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    padding: 5px 0 5px 14px;
    position: relative;
}

.mobile_menu_down_clm_list a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    background: #333;
    border-radius: 50%;
}

.mobile_menu_tt_icon.hover {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box {
    position: fixed;
    left: 0;
    top: 52px;
    z-index: 7;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    width: calc(100% - 40px);
    border: 0;
}

.mobile_search_btn_text {
    float: right;
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #f69e10;
    text-align: center;
    line-height: 40px;
    border: none;
    background: none;
}

.mobile_menu_b {
    margin-top: 40px;
}

.mobile_menu_b_clm {
    margin-bottom: 25px;
}

.mobile_menu_b_clm .tt {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.mobile_menu_b_clm .text {
    font-size: 14px;
    color: #333;
}

.mobile_menu_b_clm .text a {
    color: #333;
    word-break: break-all;
}


.mobile_lag_box {
    padding: 20px 0 10px;
    margin-bottom: 30px;
}

.mobile_lag_tt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 18px;
}

.mobile_lag_text {
    padding-bottom: 8px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_lag_text a {
    color: #333;
    font-size: 16px;
    margin-right: 25px;
}

.mask,
.mobile_menu_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mobile_menu_mask {
    z-index: 7;
}

/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~~~~~pc å¯¼èˆª,css */
/* ~~~~~~~~~~~~~~~~~~pc å¯¼èˆª,css */
/* ~~~~~~~~~~~~~~~~~~pc å¯¼èˆª,css */
.w_1600 {
    width: 92%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.pc_public_head {
    height: 0;
}

.pc_head_center {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.6s;
    background-color: rgba(0, 0, 0, 0.4);
}

.pc_head_center_w {
    position: relative;
    padding: 15px 0 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.6s;
}

.pc_head_center_w .logo_box {
    width: 400px;
}

.pc_head_center_w .logo_box a {
    display: block;
}

.pc_head_center_w .logo_box a img {
    width: 100%;
}

.pc_head_center_w .logo_box a .logo_img2 {
    display: none;
}

.pc_head_center_R {
    width: calc(100% - 350px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc_head_center_R .email_column {
    width: calc(100% - 300px);
}

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

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    position: relative;
    display: block;
}

.pc_head_list_box .item>a .Color_piece {
    height: 40px;
    border-radius: 3px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.pc_head_list_box .item>a .Color_piece span {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 2px;
    transition: all 0.3s;
}

.pc_head_list_box .item>a .Color_piece .iconfont {
    font-size: 12px;
    color: #ffffff;
    padding: 2px 0 0 5px;
    transition: all 0.3s;
}

.pc_head_list_box .item.hover>a .Color_piece {
    background: #f69e10;
}

.pc_head_language_search {
    display: flex;
    align-items:center;
    justify-content:space-between;
    width:250px;
}

.pc_head_language {
    position: relative;
}

.social-media{display:flex; justify-content:space-around; width:120px;}
.social-media a{color:#f69e10; font-size:1.5rem;}

.share-box{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.head_language_01 {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: #f69e10;
    cursor: pointer;
    transition: all 0.3s;
}

.hover_style:hover {
    opacity: 0.8;
}

.head_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 110px;
    padding: 12px 0 12px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.head_language_02 a {
    display: block;
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding: 2px 0 5px;
}

.head_language_02 a:hover {
    color: #f69e10;
}

.pc_head_search .click_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #ccc;
    background-color:#fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.pc_head_search .click_icon:hover {
    background: #f69e10;
    color:#fff;
}


/* å¯å…¬ç”¨å¯¼èˆªæœç´¢ */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
    border-radius: 10px;
}

.all_public_form .icon_01 {
    font-size: 38px;
    cursor: pointer;
    position: absolute;
    top: 51%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
}

.all_public_form .icon_01:hover {
    color: #f69e10;
}

.all_public_form .public_form_close {
    font-size: 38px;
    position: absolute;
    top: 10px;
    right: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
    cursor: pointer;
}

.all_public_form .public_form_close:hover {
    color: #f69e10;
}

/* å¯å…¬ç”¨å¯¼èˆªæœç´¢~~~~~~~~~~~~~~~~~~ç»“æŸ */


.pc_head_list_box .item.NoRelative {
    position: static;
}

.product_drop_down {
    display: none;
    position: absolute;
    z-index: 5;
    /* left: 50%;
    transform: translate(-50%, 0); */
    width: 600px;
    padding: 20px;
    background: #fefefe;
    line-height: 1.8;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
}


.product_menu_title a {
    display: block;
    font-size: 18px;
    color: #f69e10;
}

.product_menu_list a {
    display: block;
    font-size: 16px;
    color: #666666;
}

.product_menu_list a:hover {
    color: #f69e10;
}

.product_menu_box .menu_list_double_one {
    width: 23%;
    padding-right: 15px;
}

.product_menu_box .menu_list_double_two {
    width: 16%;
}

.menu_list_double_02 {
    padding-top: 35px;
}

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    background: #ffffff;
    padding: 15px 10px 12px 15px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.publicTwo_stage_nav .EveryOne {
    margin-bottom: 18px;
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-size: 16px;
    color: #666666;
}

.publicTwo_stage_nav .EveryOne a:hover {
    color: #f69e10;
}


/* å¯¼èˆªactive */


.pc_public_head.active .pc_head_center {
    background: #fefefe;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}



.pc_public_head.active .pc_head_center_w .logo_box .logo_img1 {
    display: none;
}

.pc_public_head.active .pc_head_center_w .logo_box .logo_img2 {
    display: block;
}

.pc_public_head.active .pc_head_center_R .email_column .nav_email a span {
    color: #444444;
}

.pc_public_head.active .pc_head_center_R .pc_head_list_box .item>a .Color_piece {
    background: transparent;
}

.pc_public_head.active .pc_head_center_R .pc_head_list_box .item>a .Color_piece span,
.pc_public_head.active .pc_head_center_R .pc_head_list_box .item>a .Color_piece .iconfont {
    color: #444444;
}

.pc_public_head.active .pc_head_center_R .pc_head_list_box .item.hover>a .Color_piece span,
.pc_public_head.active .pc_head_center_R .pc_head_list_box .item.hover>a .Color_piece .iconfont {
    color: #f69e10;
}

.pc_public_head.active .pc_head_center_R .pc_head_language_search .pc_head_search .click_icon {
    color: #f69e10;;
    border:1px solid #f69e10;
}

.pc_public_head.active .pc_head_center_R .pc_head_language_search .pc_head_search .click_icon:hover {
    color: #ffffff;
}

/* ~~~~~~~~~~~~~~~~~~pc å¯¼èˆª,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~pc å¯¼èˆª,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~pc å¯¼èˆª,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~~~index,css */
.fz_48 {
    font-size: 48px;
}

.fz_36 {
    font-size: 36px;
}

.fz_30 {
    font-size: 30px;
}

.fz_24 {
    font-size: 24px;
}

.p_90 {
    padding: 70px 0 90px;
}

.color_999 {
    color: #999999;
}

.color_444 {
    color: #444444;
}

.color_fff {
    color: #ffffff;
}

.bg_c_f69e10 {
    background-color: #f69e10;
}

.bg_c_ff8200 {
    background-color: #ff8200;
}

.p_b_50 {
    padding-bottom: 50px;
}

.index_banner_lunbo .swiper-slide>a {
    display: block;
}
.index_banner{ }
.index_banner_lunbo .swiper-slide>a img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.index_banner_dots {
    position: absolute;
    z-index: 2;
    text-align: center;
}

.index_banner_lunbo .index_banner_dots {
    bottom: 25px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #ffffff;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 6px;
    background: #f69e10;
}

/* ~~~~~~~~~~~~~~~~~~service,css~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~service,css~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~service,css~~~~~~~~~~~~~~~~end */



.swiper-slide{ position: relative ;}
.swiper-slide .txtbox {width:1600px;	position:absolute;  left:calc( (100vw - 1600px)/2 + 100px );top:20%;	color:#ffffff;    z-index: 999;}
.swiper-slide .txtbox.lt {width:1600px; position:absolute;    left:calc( (100vw - 1600px)/2 + 30px )  ;top:10%;	color:#ffffff;    z-index: 999;}

.swiper-slide .txtbox .p1 span{
    font-size:50px;
    font-weight: bolder;
    font-family: 'microsoft yahei';
	color:#ffffff;
	text-transform:capitalize;
    text-shadow:0 0 10px rgba(0, 0, 0, 1);
}

.swiper-slide .txtbox .p1 span i{
    font-style: normal;
    color:#0cee7d
}

em, h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
}
.swiper-container{
    overflow: hidden;
}
.indBoxThree1 {
    position: relative;
    padding-top: 24px;
}

.index_project_list{height: 880px;}

.indBoxThree1_prev,
.indBoxThree1_next {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 46%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxThree1_prev {
    left: -80px;
}

.indBoxThree1_next {
    right: -80px;
}

.indBoxThree1_prev:hover,
.indBoxThree1_next:hover {
    color: #ffffff;
    background: #f69e10;
    border-color: #f69e10;
}
.index_project_list .item a .bot_box {
    padding: 10px 0 15px 0;
    background-color: #fff;
    text-align: center;
}
.index_project_list .item{
    height: 100%;
}
.index_project_list .item a{
    position: relative;
    display: block;
     height: 100%; 
    background: #ffffff;
    border-bottom: 5px solid #d0d0d0;
}
.index_project_list .item a .img_box{
    height: calc(100% - 43px);
}
.index_project_list .item a .img_box img{
    width: 100%;
    aspect-ratio:1/1;
    object-fit: cover;
}
.index_project_list .item a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 5px;
    opacity: 0;
    background: #f69e10;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.index_project_list .item a:hover::after {
    opacity: 1;
   width: 100%;
}
.index_project_list .item a .bot_box{
    border:1px solid #eee;
}
.index_project_list .item a .bot_box .address {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #f69e10;
    white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;
}
.index_project_list .item a .bot_box .address span {
    width: calc(100% - 25px);
    font-size: 18px;
    margin-top: -4px;
}

.index_project_list .item a .bot_box .title {
    font-size: 14px;
    color: #444444;
    line-height: 26px;
    padding-top: 10px;
    height: 62px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_project_list .item a .bot_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 10px;
}


.indBoxThree1_dots {
    display: none;
    padding-top: 30px;
    text-align: center;
}




/* ~~~~~~~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~~~~~~~footer,css */
.public_footer_top {
    background: #f69e10;
}

.footer_top_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_top_01 .item {
    width: calc(100% / 4);
    border-right: 1px solid #ffb202;
}

.footer_top_01 .item a {
    height: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer_top_01 .item a .iconfont {
    font-size: 16px;
    color: #ffffff;
    height: 20px;
}

.footer_top_01 .item a:hover .iconfont {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}

.footer_top_01 .item a span {
    color: #ffffff;
    padding-left: 10px;
    margin-top: -6px;
    font-size:14px;
}

.footer_top_01>.item:last-child {
    border-right: none;
}

.public_footer_cen {
    background-color: #666;
}

.footer_cen_w {
    padding: 65px 0 65px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_cen_01 .logo_box {
    width: 373px;
}

.footer_cen_01 .logo_box a {
    display: block;
}

.footer_cen_01 .logo_box a img {
    width: 100%;
}

.footer_cen_01 .text_box {
    color: #e0e0e0;
    padding-top: 20px;
    font-size:14px;
}

.footer_cen_01 .follow_us {
    padding-top: 30px;
}

.footer_cen_01 .follow_us .title {
    font-size: 18px;
    color: #e0e0e0;
    padding-bottom: 15px;
}

.footer_cen_01 .follow_us .list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_cen_01 .follow_us .list a {
    display: block;
    font-size: 22px;
    color: #f69e10;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #9d9d9d;
    border-radius: 6px;
    margin-right: 10px;
}

.footer_cen_01 .follow_us .list>a:last-child {
    margin-right: 0;
}

.footer_cen_01 .follow_us .list a:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.footer_cen_title {
    color: #ffffff;
    padding-bottom: 20px;
}

.footer_cen_list a {
    display: block;
    color: #e0e0e0;
    margin-bottom: 6px;
    font-size:14px;
}

.footer_cen_list a:hover {
    color: #f69e10;
}

.footer_cen_04_form .item {
    margin-bottom: 10px;
}

.footer_cen_04_form .item input {
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 42px;
    background: #ffffff;
    border-radius: 8px;
    border: none;
    padding: 0 10px 0 10px;
}

.footer_cen_04_form .item textarea {
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 100px;
    background: #ffffff;
    border-radius: 8px;
    border: none;
    resize: none;
    padding: 10px;
}

.footer_cen_04_form .item ::-webkit-input-placeholder {
    color: #999999;
}

.footer_cen_04_form .btn_box button {
    font-size: 16px;
    color: #ffffff;
    width: 142px;
    height: 42px;
    border-radius: 21px;
    background: #f69e10;
    border: none;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_cen_01 {
    width: 375px;
}

.footer_cen_02 {
    width: 15%;
}

.footer_cen_03 {
    width: 12%;
}

.footer_cen_04 {
    width: 24%;
}

.public_footer_bot {
    background: #333;
}

.footer_bot_w {
    padding: 15px 0 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_bot_01,
.footer_bot_02 {
    font-size: 14px;
    color: #999999;
}

.footer_bot_02 a {
    color: #999999;
}

.footer_bot_02 a:hover {
    color: #ffffff;
}

/* ~~~~~~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~float_side_nav,css */
/* ~~~~~~~~~~~~~~~~float_side_nav,css */
/* ~~~~~~~~~~~~~~~~float_side_nav,css */
.float_side_nav {
    position: fixed;
    z-index: 6;
    right: 0;
    top: 25%;
    width: 70px;
    border-radius: 14px 8px 8px 14px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.float_side_nav .item {
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.float_side_nav .item a{
    height: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.float_side_nav .item a .iconfont {
    font-size: 24px;
    color: #666;
}

.float_side_nav .item a:hover .iconfont {
    animation: swing 0.8s linear;
}

.float_side_nav .item a .text {
    font-size: 12px;
    color: #666;
    text-align: center;
}

.float_side_nav .item.back_top_btn {
    background: #eee;
}

.float_side_nav>.item:last-child {
    border-bottom: none;
}

/* ~~~~~~~~~~~~~~~~float_side_nav,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~float_side_nav,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~float_side_nav,css~~~~~~~~~~~~~~end */




.home4 .swiper-wrapper{ justify-content: stretch; }
.home1 {
    padding-top:50px;
    margin-bottom:50px;
}
.container {
    width: 1570px;
    margin: 0 auto;
}
.public_title {
    text-align: center;
}
.public_title h2 {
    font-size: 50px;
    color: #333333;
    /* font-family: 'Alibaba-PuHuiTi-Heavy'; */
    font-weight: bolder;
    font-family: 'microsoft yahei';
    text-transform: uppercase;
}
.public_title p {
    width: 830px;
    max-width: 100%;
    display: inline-block;
    margin-top: 42px;
    font-size: 18px;
    color: #999999;
    line-height: 1.33333;
    /* font-family: 'Alibaba-PuHuiTi-Light'; */
    font-family: 'microsoft yahei';
}
.home2 {
    padding: 50px 0;
    background: #589cb4 url('/static/img/bg-center.png')  no-repeat;
    background-size: cover;
}

.home2 .public_title {
    text-align: center;
}
.home2 .public_title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bolder;
    font-family: 'microsoft yahei';
    line-height: 2;
}
.home2>.container{

}
.home2 .index-pros {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.home2 .index-pros li {
    width: 30%;
    margin:0 auto ;
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
    transition: all linear 0.4s;
}
.home2 .index-pros li:hover {
    transform: translateY(-15px)
}

.home2 .index-pros li a {
    height: 100%;
    display: block;
    background:#fff;
}
.home2 .index-pros li span {
    display: block;
    font-size: 14px;
    color: #333;
    font-family: 'microsoft yahei';
    line-height: 30px;
    height: 60px;
    padding:10px;
    text-align: center;
}
.home2 .index-pros li img {
    width: 100%;
    height: calc( 1570px*0.25 - 1570px*0.03);
    object-fit: cover;
}






fieldset, img {
    max-width: 100%;
    height: auto;
    border: 0 none;
    vertical-align: middle;
}

.tese{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding:40px 0;
}
.tese>div{width: 22%; text-align: center; }
.tese>div>img{background-color: #f69e10; border-radius: 50%; padding:20px; margin-bottom: 20px;}
.tese>div>h3{font-size: 16px;  margin-bottom: 10px;;}
.tese>div>p{color:#888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
}
/* 关于我们 */
.home3 {
    padding: 50px 0;
    background-image: url('https://omo-oss-image1.thefastimg.com/portal-saas/new2022033017151015292/cms/image/69f062ac-e102-4776-bb6c-5d3b39e4c7a0.jpg');
    background-position: center right;
    background-repeat: no-repeat
}
.home3>.container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:end;
}
.home3 .container .video-Box{
    width: 45%;
    position: relative;
    overflow: hidden;
    transition: all linear 0.3s;
    border-radius: 5px;
}
.home3 .container .video-Box:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.home3 .container .video-Box img{
    
    aspect-ratio:9/8;
    transition: all linear 0.3s;
    object-fit: cover;
}
.home3 .container .video-Box:hover img{
    transform: scale(1.03);
}

.home3 .container .about-Box{
    padding-left:1vw;
    width: 55%;
}
.home3 .container .about-Box .about-header{margin:0% 0 3% 0}
.home3 .container .about-Box .about-header h2{
   /*  display: inline-block; */
    font-size: 50px;
    color: #333333;
    /* font-family: 'Alibaba-PuHuiTi-Heavy'; */
    font-weight: bolder;
    font-family: 'microsoft yahei';
    text-align: right;
}
.home3 .container .about-Box .about-header p{
   /*  display: inline-block; */
    font-size: 30px;
    color: #333333;
    /* font-family: 'Alibaba-PuHuiTi-Heavy'; */
    font-weight: bolder;
    font-family: 'microsoft yahei';
    text-align: right;
    color:#f69e10;
    text-indent: 0;
}
.home3 .container .about-Box .about-header p span{ background-color: #f69e10; color:#fff; display: inline-block; padding:0 10px;  }
.home3 .container .about-Box .about-info p{
    margin:8px 0; line-height: 1.7; font-size:14px; text-indent: 0;
}
.home4{padding:40px 0; }
/* .index_project_list .item{} */
.home4 .container .little_title{text-align: center;}
.home4 .container .little_title a{ color:#333; border-bottom: 3px solid #f69e10; display: inline-block;text-align: center;  padding:0 3%; line-height: 2.4; font-size: 30px; font-weight: bolder;}
.home4 .container .big_title{ text-align: center; /* font-family: 'Alibaba-PuHuiTi-Heavy';  */  font-family: 'microsoft yahei';color:#333; margin:0px 0 30px 0; line-height: 2;}


.page-banner{
    width: 100%;
    height: calc(100vw*0.25);
    background: url(../images_pc/about1bg.jpg) center top no-repeat;
    background-size: cover;
}
.page-banner .container{
    width: 1570px; height: 100%; margin:0 auto; padding-top: 130px;
}
.page-banner h2{
    font-size: 50px;color: #ffffff;/* font-family: 'Alibaba-PuHuiTi-Heavy'; */font-weight: bolder;font-family: 'microsoft yahei';  width: 45%; text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.page-banner p{
    width: 70%;margin-top: 36px;font-size: 18px; color: #ffffff; /* font-family: 'Alibaba-PuHuiTi-Light'; */ font-weight: bolder;font-family: 'microsoft yahei'; line-height: 1.55556;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
.sub-nav{
    border:1px solid #eee;
}
.sub-nav .container{
    width: 1570px; margin:0 auto; background-color: #fff;
}
.sub-nav .container ul{ display: flex; justify-content: flex-start;}
.sub-nav .container ul li{margin-right: 20px;}
.sub-nav .container ul li a{ padding: 10px 20px; text-align: center; height: 60px;display: table-cell; vertical-align: middle;font-size: 16px;color: #333;/* font-family: 'Alibaba-PuHuiTi-Medium'; */ font-family: 'microsoft yahei';  text-align: center; line-height: 1.4;transition: all linear 0.4s;}
.sub-nav .container ul li a:hover,.sub-nav .container ul li.on a{background-color: #f5f6fa;}
.img-list{background-color: #f5f6fa; }
.img-list .container{
    width: 1570px; margin:0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; 
}
.img-list .container dl{display: flex; justify-content: space-between; margin:10px 0; background-color: #ffffff; width:32.5%; align-items: center; }
.img-list .container dl dt{width: 200px; height: 200px; flex-shrink: 0;}
.img-list .container dl dt img{width: 100%; height: 100%; object-fit:cover;}
.img-list .container dl dd{    padding-left:1%;  width: calc(100% - 200px ); }
.img-list .container dl dd h3{
    font-size: 16px;color: #333333;/* font-family: 'Alibaba-PuHuiTi-Heavy' */ ;font-weight: bolder; font-family: 'microsoft yahei'; text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.img-list .container dl dd p{color: #999999; margin-top: 30px;margin-bottom: 46px; line-height: 1.8;  display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3;overflow: hidden;}
.img-list .container dl dd p>strong{color:#333;}


.img-list .container dd .params-content{margin:10px 0; font-size: 14px;}
.img-list .container dd .params-content dl{display: flex; margin:6px 0px 0px 0px; width: 100%; align-items: start; justify-content: flex-start;}
.img-list .container dd .params-content dl dt{width:35%; height: auto; text-align: right; margin-right: 6px; color:#888;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;}
.img-list .container dd .params-content dl dd{width: calc(100% - 35% - 10px); padding: 0;   display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}

.img-list .container dd .cont-str{
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; margin:10px 0;
}


.img-list .container dl dd .btnbox {
    max-width: 323px;
    font-size: 0
}
.img-list .container dl dd .btnbox .btn {
    display: inline-block;
    height: 100%;
    font-size: 14px;
    text-align: center;
    line-height:1.8;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer
}
.img-list .container dl dd .btnbox .btn:after {
    content: "";
    width: 160%;
    position: absolute;
    left: -160%;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all linear 0.4s
}
.img-list .container dl dd .btnbox .btn:hover:after {
    left: 0
}
.img-list .container dl dd .btnbox .btn1 {
    width: 42.10526%;
    background: #eff2fb;
    color: #8b9dd1
}
.img-list .container dl dd .btnbox .btn1:after {
    background-image: linear-gradient(to right, #eff2fb, #fff, rgba(255,255,255,0))
}
.img-list .container dl dd .btnbox .btn2 {
    width: 57.89474%;
    background: #eb8c04;
    color: #ffffff;
    box-shadow: 0 10px 10px -10px rgba(235,140,4,0.5)
}
.img-list .container dl dd .btnbox .btn2:after {
    background-image: linear-gradient(to right, #eb8c04, #e9af5f, rgba(233,175,95,0))
}




.project_list{background-color: #f5f6fa; }
.project_list .container{
    width: 85vw;  max-width: 1600px; margin:0 auto; display: flex; justify-content: space-between; flex-wrap: wrap;  align-items: stretch;
}
.project_list .item .bot_box {
    padding: 10px 10px 20px 10px;
    background-color: #fff;
}
.project_list .item{
    width: 24%;
    margin:10px 0;
}
.project_list .item{
    position: relative;
    display: block;
    background: #ffffff;
    border-bottom: 5px solid #d0d0d0;
}
.project_list .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 5px;
    opacity: 0;
    background: #f69e10;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.project_list .item:hover::after {
    opacity: 1;
   width: 100%;
}
.project_list .item .bot_box .address {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #f69e10;
}
.project_list .item .bot_box .address span {
    width: calc(100% - 25px);
    font-size: 18px;
    margin-top: -4px;
}

.project_list .item .bot_box .title {
    font-size: 0.8rem;
    color: #444444;
    line-height: 26px;
    padding-top: 10px;
}

.project_list .item  .bot_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}









.project_list.slt-pros .item{
    width: 19%;
    margin:10px 0;
    border-bottom: 0;
    position: relative;
    display: block;
    background: #ffffff;
}

.project_list.slt-pros .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 0;
    opacity: 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: none;
}
.project_list.slt-pros .item:hover::after {
    opacity: 0;
   width: 100%;
}

.project_list.slt-pros .item .bot_box {
    padding: 0.5rem;
    background-color: #fff;
    line-height: 1.5;
}
.project_list.slt-pros .item .bot_box .title {

    font-size: 0.9rem;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project_list.slt-pros .item .bot_box .title a{
    color: #444444;
}

.project_list.slt-pros .item  .bot_box .text {
    font-size: 0.8rem;
    color: #888;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project_list.slt-pros .item  .bot_box .text a{
    color: #888;
}



.project_list.slts{
    margin-top: 0;
}

.project_list.slts .item{
    width: calc(95% / 3);;
    margin:10px 0;
    border-bottom: 0;
    position: relative;
    display: block;
    background: #ffffff;
}

.project_list.slts .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 0;
    opacity: 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: none;
}
.project_list.slts .item:hover::after {
    opacity: 0;
   width: 100%;
}

.project_list.slts .item .bot_box {
    padding: 0.5rem;
    background-color: #fff;
    line-height: 1.5;
}
.project_list.slts .item .bot_box .title {

    font-size: 1.2rem;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.project_list.slts .item .bot_box .title a{
    color: #444444;
}

.project_list.slts .item  .bot_box .text {
    font-size: 0.8rem;
    color: #888;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project_list.slts .item  .bot_box .text a{
    color: #888;
}





/*-------以下是imglist  需要简化 ------------------------------  */



#c_new_list_181-1678182999979 {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(255,255,255,1);
    display-radio: 1
}

#c_new_list_181-1678182999979 .e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_new_list_181-1678182999979 .e_loop-1 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_new_list_181-1678182999979 .e_loop-1 .p_page {
    text-align: center
}

#c_new_list_181-1678182999979 .e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_new_list_181-1678182999979 .e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_new_list_181-1678182999979 .e_loop-1 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_new_list_181-1678182999979 .e_loop-1 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_new_list_181-1678182999979 .e_loop-1 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_new_list_181-1678182999979 .e_loop-1 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_new_list_181-1678182999979 .e_loop-1 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_new_list_181-1678182999979 .e_loop-1 .p_s_option {
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect ul,li {
    list-style: none
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_new_list_181-1678182999979 .e_loop-1 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_new_list_181-1678182999979 .e_loop-1 .p_normal_start {
    display: inline;
    width: 60px;
    height: 22px
}

#c_new_list_181-1678182999979 .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 22px
}

#c_new_list_181-1678182999979 .e_loop-1 .p_normal_end {
    display: inline;
    width: 60px;
    height: 22px;
    margin-right: 5px
}

#c_new_list_181-1678182999979 .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 22px;
    margin-right: 5px
}

#c_new_list_181-1678182999979 .e_loop-1 .p_split {
    margin: 0 5px
}

#c_new_list_181-1678182999979 .e_loop-1 .p_normal {
    margin-right: 16px
}

#c_new_list_181-1678182999979 .e_loop-1 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_new_list_181-1678182999979 .e_loop-1 .input-check,#c_new_list_181-1678182999979 .e_loop-1 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_new_list_181-1678182999979 .e_loop-1 .position-left {
    display: flex
}

#c_new_list_181-1678182999979 .e_loop-1 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_new_list_181-1678182999979 .e_loop-1 .position-top {
}

#c_new_list_181-1678182999979 .e_loop-1 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_new_list_181-1678182999979 .e_loop-1 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_new_list_181-1678182999979 .e_loop-1 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_new_list_181-1678182999979 .e_loop-1 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_new_list_181-1678182999979 .e_loop-1 .p_active .p_mbutton::before {
    display: block
}

#c_new_list_181-1678182999979 .e_loop-1 .p_active .p_mbutton::after {
    display: block
}

#c_new_list_181-1678182999979 .e_loop-1 {
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display-radio: 1
}

#c_new_list_181-1678182999979 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 0px;
    margin-bottom: 30px;
    align-items: center;
    background-color: rgba(242,242,242,1);
    transition: all .5s ease;
    margin-top: 10px;
    display-radio: flex
}

#c_new_list_181-1678182999979 .e_container-2:hover {
    box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    background: #fff;
    background-color: #fff
}

#c_new_list_181-1678182999979 .e_container-2:hover .e_image-3 img {
    transform: scale(1.1)
}

#c_new_list_181-1678182999979 .e_container-2:hover .e_text-11 {
    color: #06a9ea
}
#c_new_list_181-1678182999979 .e_container-2:hover .e_text-11 a{
    color: #06a9ea
}
#c_new_list_181-1678182999979 .e_container-2:hover .e_text-8 {
    color: #06a9ea
}

#c_new_list_181-1678182999979 .e_container-2:hover .e_timeFormat-15 {
    color: #06a9ea
}

#c_new_list_181-1678182999979 .e_container-2:hover .e_timeFormat-16 {
    color: #06a9ea
}

#c_new_list_181-1678182999979 .e_container-2 .p_item {
    flex: 1;
    max-width: 100%
}

#c_new_list_181-1678182999979 .e_container-2 .cbox-2-0 {
    flex: 0 0 28%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    align-items: center
}

#c_new_list_181-1678182999979 .e_container-2 .cbox-2-1 {
    flex: 0 0 72%
}

.e_container-7:hover #c_new_list_181-1678182999979 .e_image-3 img {
    transform: scale(1.1)
}

#c_new_list_181-1678182999979 .e_image-3 {
    overflow: hidden;
    display-radio: 1
}

#c_new_list_181-1678182999979 .e_image-3 a {
    display: block;
    width: 100%;
    padding-bottom: 65%;
    position: relative;
    height: 0;
    overflow: hidden
}

#c_new_list_181-1678182999979 .e_image-3 img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    position: absolute;
    transform: scale(1);
    transition: all .5s ease
}

#c_new_list_181-1678182999979 .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 1%;
    padding-left: 5%;
    padding-bottom: 1%;
    padding-right: 5%;
    justify-content: space-between;
    display-radio: flex
}

#c_new_list_181-1678182999979 .e_container-4 .p_item {
    flex: 1;
    max-width: 100%
}

#c_new_list_181-1678182999979 .e_container-4 .cbox-4-0 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 75%
}

#c_new_list_181-1678182999979 .e_container-4 .cbox-4-1 {
    flex: 0 0 auto;
    align-self: center
}

#c_new_list_181-1678182999979 .e_container-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_new_list_181-1678182999979 .e_container-5 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_new_list_181-1678182999979 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_new_list_181-1678182999979 .e_container-7 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container-7:hover #c_new_list_181-1678182999979 .e_text-8 {
    color: #06a9ea
}

#c_new_list_181-1678182999979 .e_text-8 {
    line-height: 1.6;
    font_radio: 2;
    font-size: 30px;
    font-family: Arial;
    color: rgba(102,102,102,1);
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px
}

.e_container-7:hover #c_new_list_181-1678182999979 .e_text-11 {
    color: #004ba5
}

#c_new_list_181-1678182999979 .e_text-11 {
    color: #666;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 0px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font_radio: 2;
    line-height: 1.3;
    transition: all .2s ease
}
#c_new_list_181-1678182999979 .e_text-11 a{
    color: #333;
}
#c_new_list_181-1678182999979 .e_container-7 .cbox-7-0 {
    flex: 0 0 auto;
    align-self: center
}

#c_new_list_181-1678182999979 .e_container-7 .cbox-7-1 {
    flex: 0 0 auto
}

#c_new_list_181-1678182999979 .e_container-7 .cbox-7-2 {
    flex: 0 0 auto;
    align-self: center
}

#c_new_list_181-1678182999979 .e_text-13 {
    line-height: 1.8;
    font-size: 16px;
    color:#666;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;


}

#c_new_list_181-1678182999979 .e_timeFormat-15 {
    min-height: 20px;
    font_radio: 2;
    display-radio: 1;
    font-size: 36px;
    color: rgba(102,102,102,1);
    line-height: 1;
    font-weight: bold;
    margin-top: 2px
}

#c_new_list_181-1678182999979 .e_timeFormat-16 {
    min-height: 20px;
    font_radio: 2;
    display-radio: 1;
    font-size: 36px;
    color: rgba(102,102,102,1);
    line-height: 1;
    font-weight: bold;
    margin-top: 2px
}

#c_new_list_181-1678182999979 a:hover {
    color: #06a9ea
}

@media screen and (max-width: 768px) {
    #c_new_list_181-1678182999979 {
        padding-top:20px;
        padding-bottom: 20px
    }

    #c_new_list_181-1678182999979 .e_loop-1 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_new_list_181-1678182999979 .e_container-2 .cbox-2-0 {
        width: 100%;
        flex: 0 0 auto
    }

    #c_new_list_181-1678182999979 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column
    }

    #c_new_list_181-1678182999979 .e_container-4 {
        padding-top: 20px;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-right: 10px;
        display-radio: 1;
        flex-direction: column
    }

    #c_new_list_181-1678182999979 .e_container-4 .p_item {
        padding-left: 0px;
        padding-right: 0px
    }

    #c_new_list_181-1678182999979 .e_text-8 {
        font_radio: 2;
        font-size: 14px;
        color: #333333;
        line-height: 1.6
    }

    #c_new_list_181-1678182999979 .e_text-11 {
        font_radio: 2;
        font-size: 16px;
        color: #333333;
        line-height: 1.2;
        padding-top: 10px;
        padding-bottom: 10px
    }

    #c_new_list_181-1678182999979 .e_timeFormat-15 {
        font_radio: 2;
        display-radio: 1;
        font-size: 16px;
        color: #333333;
        line-height: 1
    }

    #c_new_list_181-1678182999979 .e_timeFormat-16 {
        font_radio: 2;
        display-radio: 1;
        font-size: 16px;
        color: #333333;
        line-height: 1
    }

    #c_new_list_181-1678182999979 .e_container-7 {
        display-radio: 1
    }
}

.service-list dl{display: flex; justify-content: space-between; padding:12px; border-bottom: 1px solid #f5f6fa; width: 100%;}
.service-list dl:hover dt a{color:#06a9ea}
.service-list dl:hover dd{color:#06a9ea}
.service-list dl dt{font-size: 18px;}
.service-list dl dt a{font-size: 18px; color:#333}


@media screen and (min-width: 769px) {
    #c_new_list_181-1678182999979 .e_loop-1 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }
}







.relas-box{width: 100%;background-color: #fff; padding:0 0 30px 0}
.relas-box .relas{width: 85vw; max-width: 1600px;  margin:auto;}
.relas-box .relas .relas-title{ display: inline-block; margin-top: 0px;margin-bottom: 0px; /* border-radius: 20px 0 20px 0; */ background:#fabe00; padding: 0px 50px; line-height: 3;font-size: 18px;color: #fff; text-align: center; font-weight: bold;  }
.relas-box .relas  .relas-lists{padding:35px; background-color: rgba(246,246,246,1);}
.relas-box .relas  .relas-lists .swiper-wrapper>div{ text-align: center; cursor: pointer;  width: calc(100%/4 - 20px);}
.relas-box .relas  .relas-lists .swiper-wrapper>div .img{ padding-bottom:80%; display: block; align-items: center;  border:1px solid #eee; background-color: #fff; position: relative;}
.relas-box .relas  .relas-lists .swiper-wrapper>div .title a{color:#333; text-decoration: none;}
.relas-box .relas  .relas-lists .swiper-wrapper>div .img img{max-width: 100%; width: 100%;  height: auto;  position: absolute; top: 50%; left: 50%;  transform: translate(-50%,-50%);max-height: 100%;object-fit: cover;transition: all 0.6s;}
.relas-box .relas  .relas-lists .swiper-wrapper>div:hover img {
transform: translate(-50%,-50%) scale(1.1)
}
.relas-box .relas  .relas-lists .swiper-wrapper>div:hover .title{color: #fabe00}
.relas-box .relas  .relas-lists .swiper-wrapper>div:hover .title a {color: #fabe00}
.relas-box .relas  .relas-lists .swiper-button-next{right:0}
.relas-box .relas  .relas-lists .swiper-button-prev{left:0}
.relas-box .relas  .relas-lists .swiper-button-next, .relas-box .relas  .relas-lists .swiper-button-prev{
background-color: rgba(0,0,0,.3);
background-image: none;
color:#fff;
line-height: 44px; text-align: center;
}

.relas-box .relas  .relas-case-lists{ display: flex; padding:35px; background-color: rgba(246,246,246,1); }
.relas-box .relas  .relas-case-lists .case-item{ text-align: center; cursor: pointer;  width: calc(100%/4 - 30px); margin-right: 30px;}
.relas-box .relas  .relas-case-lists .case-item .img{ padding-bottom:80%; display: block; align-items: center;  border:1px solid #eee; background-color: #fff; position: relative; overflow: hidden;}
.relas-box .relas  .relas-case-lists .case-item .title a{color:#333; text-decoration: none;}
.relas-box .relas  .relas-case-lists .case-item .img img{max-width: 100%; width: 100%;  height: auto;  position: absolute; top: 50%; left: 50%;  transform: translate(-50%,-50%);max-height: 100%;object-fit: cover;transition: all 0.6s;}
.relas-box .relas  .relas-case-lists .case-item:hover img {
transform: translate(-50%,-50%) scale(1.1)
}

.relas-box.light .relas{background-color: #f5f6fa; border:none;}
.relas-box.light .relas  .relas-title{color:#fff}


.content{padding:30px 0 0 0}
.big-title{ text-align: center; }




/* 上一页 下一页 */
.pre-next{ display: flex; justify-content: space-between; margin:20px 0; padding:10px 0; border-top:1px solid #eee; font-weight: bold; }
.pre-next a{font-weight: normal; color:#333}
@media screen and (max-width: 1024px) {
    .pre-next{display: none;}
}



.btn-slight {display: flex;position: relative;overflow: hidden;text-align: center;box-sizing: border-box;padding: 10px 24px; margin: 0px 0 0 0; align-items: center;background: #fabe00;justify-content: center;border-radius: 36px;color:#fff;       transition: all ease .3s;}
.btn-slight.dark{background: #333; }
.btn-slight::before {content: "";position: absolute;display: block;transition: all .6s; width: 100%;height: 0;border-radius: 50%;left: 50%;top: 50%;padding-top: 100%;transform: translateX(-50%) translateY(-50%);}
.btn-slight::after { content: "";position: absolute;width: 0;height: 100%;transition: all .3s;z-index: 0;opacity: 0; top: 0;left: 0px;}
.btn-slight:hover{box-shadow: rgba(70,111,129,0.4) 0 0 48px 0px;}
.btn-slight.dark:hover{background-color: #fabe00;}
.btn-slight:hover:before {animation: style1 .75s;z-index: 1}
.btn-slight:hover:before {animation: style1 .75s;z-index: 1}

.about-content{width: 100% ; max-width: calc(100% - 260px); margin:0px;  line-height: 1.8;  padding:0px; font-size: 14px; }
.about-content p{margin:10px 0}
.about-main{ width: 85vw; max-width: 1600px; margin:0px auto 0px auto;  line-height: 1.8;  padding:20px 0; display: flex; align-items:flex-start; justify-content: space-between;}

.about-info{ }
.about-info h3{font-weight: bold; color:#f69e10; line-height: 2.4;}
.about-info ul{padding-left:30px;}

.subnav-left{width:240px ; border: 1px solid #eee; font-size: 14px; flex-shrink: 0; /* 禁止元素收缩 */}
.subnav-left ul li{ border-top: 1px solid #eee; }
.subnav-left ul li a{  padding: 10px 20px; display: block; color: #333;}
.subnav-left ul li a::before{content: "• "; color:#ccc}
.subnav-left ul li a.curr{ background: #f69e10; color:#fff}
.subnav-left ul li a.curr::before{color:#ff0}
.info-images{display: flex; flex-wrap: wrap; justify-content: space-between;}
.info-images img{width: calc(20% - 1px); margin-bottom: 1px; aspect-ratio:1/1; object-fit: cover;}

.subnav-left.pjt{width: 340px;;}

.group-lists{ width: 85vw; max-width: 1600px; margin:0px auto;  line-height: 1.8; }
.group-lists {display: flex; padding:0px 0; margin-bottom: 30px;  align-items: flex-start;}
.group-lists  img.cover{ width: 45%; object-fit: cover; float: left; margin:0 30px;}
.group-lists  img.cover-center{ width: 45%; display: block;  object-fit: cover; margin:30px auto;}
.group-lists  .com-info{margin-left:20px; line-height: 1.8;}
.group-lists  .com-info h2{font-size: 22px; font-weight: bold; line-height: 40px; color:#f69e10;margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.group-lists  .com-info div{margin-bottom: 10px; padding-bottom: 10px;}
.group-lists .com-info p img{max-width: 85%; display: block; margin: auto;}
.group-lists  .com-info i{font-size: 18px; font-weight: bolder; margin-right: 10px;}
.group-lists  .com-info p{
   text-indent:40px;
   margin:15px 0
}
.group-lists .item.reserve img{margin-left: 40px;}
.group-lists .item.reserve .com-info{margin-left: 0;}



.pagination {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a,
.pagination li.active span {
    background-color: #eb8c04;
    border-color: #eb8c04;
    color: #fff;
}

.pagination li.disabled a,
.pagination li.disabled span {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.pagination li.disabled a:hover,
.pagination li.disabled a:focus {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #6c757d;
}

.page{ display: flex; justify-content: center; width: 100%;}






.pro-detail{ width: 85vw; max-width: 1600px; margin: auto; margin-top:0;}
.pro-detail .titler{text-align: center; padding:20px 0 30px 0;   color:#888; border-bottom:1px solid #eee;}
.pro-detail .titler h2{color:#333;font-size: 36px; font-weight: bold;}
.pro-detail .image{font-size:16px; margin:20px; color:#888; width: 1000px; margin:auto}
.pro-detail .image img{width: 100%; object-fit: cover;}
.pro-header{display: flex; justify-content: start; padding:20px;  background-color:#fdfdfd;  align-items: start; margin-top:0px;}
.pro-img-box{width: calc( (100% - 60px)*0.4 );}
.pro-img-box .bigImg{width: 100%;  border:1px solid #ccc ; background-color: #fff; position: relative; }
/* .pro-img-box .bigImg::before{content: "";display: block; padding-top: 75%;} */
.pro-img-box .bigImg img{width: 100%; object-fit: contain; /*  top: 50%;left: 50%; transform: translate(-50%, -50%); position: absolute;  */}
.thumbs ul{display: flex; align-items: center;}
.thumbs ul::before{content: ""; width: 8px; height: 8px; border-bottom:1px solid #333; border-left: 1px solid #333;transform: rotate(45deg); cursor: pointer;}
.thumbs ul::after{content: ""; width: 8px; height: 8px;  border-top:1px solid #333; border-right: 1px solid #333; transform: rotate(45deg); margin-left:auto; cursor: pointer;}
.thumbs ul li{width: 100px; height: 100px; margin:10px; border:1px solid #ccc; background-color: #fff; cursor: pointer;}
.thumbs ul li.on{border:1px solid #fabe00}
.thumbs ul li img{ width: 100%; height: 100%; object-fit: cover; }

.pro-info-box{width: calc( (100% - 60px)*0.6 ); color:#333; margin-left: 20px;}
.pro-info-box p{ padding:50px 0; border-bottom:1px solid #ccc; line-height: 2.4; color:#666}
.sub-nav-title{ font-size: 22px;font-weight: bold;color: rgba(214,0,0,1)}
.yycj{border-top:1px solid #ccc; border-bottom: 1px solid #ccc; margin:20px 0; padding:20px 0}
.pro-other-info{font-size:18px; font-weight: bold; color: rgba(214,0,0,1); margin-bottom: 20px;}
.pro-other-info span{display: inline-block; margin-right: 5px; color: #888; }
.pro-cate{color:#333;  padding-bottom: 50px; padding-top: 50px; border-bottom:1px solid #ccc;;}
.pro-cate a{color:#666;  text-decoration: none;}
.pro-getprice{display: flex; align-items:center; justify-content: center; margin-top: 20px; border-top:1px solid #eee; padding-top:20px; }
.pro-getprice a{margin:5px 20px}
.text-phone span{color:#888; font-size: 16px;}
.text-phone{margin-left:50px; font-size: 26px;color:#fabe00;font-weight: bold;}

.btn-inquiry div.btn-slight{background-color: #8b9dd1;}
.btn-whatsapp div.btn-slight{background-color: #67b870;}


.pro-detail-cnt{background-color:rgba(150,150,150, 0.1); padding:30px 50px;}
.pro-detail-cnt img{display: block; max-width: calc(100% );}
.pro-detail-param{width: 100%; overflow-y: scroll;}
.pro-detail-param table{ border-collapse: collapse; }
.pro-detail-param th, .pro-detail-param td {
border: 1px solid black;
}


.params-content dl{display: flex; margin:10px}
.params-content dl dt{width:25%; min-width:25%;  text-align: right; margin-right: 10px; color:#888}

.pro-info-box .str-content p{ padding: 0; border-bottom: none; line-height: 1.8; }

 .page-bar{width: 85%; max-width: 1600px;  margin:auto; display: flex; background-color: #f5f6fa; display: flex; justify-content: space-between; align-items: center;}
 .page-bar .bar-title{ margin-top: 0px;margin-bottom: 0px; background:#fabe00; padding: 0px 50px; line-height: 3;font-size: 18px; color: #fff;  font-weight: bold;  }
 .page-bar .bar-more{font-size: 16px; padding-right: 20px; }
 .page-bar .bar-more a{color:#aaa}


 .project_list .item img{aspect-ratio:4/3; object-fit: cover; width: 100%;}
 .project-detail{width: 85vw; max-width: 1600px; margin: auto; margin-top:0; display: flex; justify-content: space-between; padding:20px; align-items: center; }
 .project-img-box{width: 35vw; height: 26.25vw; display: flex; align-items: center; padding:20px; border:1px solid #eee}
 .project-img-box img{ object-fit: cover; width: 100% ; height: 100%;}
 .project-info-box{width: 45vw;}
 .project-info-box p{margin: 0; line-height: 1.8; padding-top:20px;}
 .sub-nav-title{ font-size: 35px;font-weight: bold; color:#000; font-family: 'Alibaba-PuHuiTi-Heavy'; border-bottom: 1px solid #eee; line-height: 2;}
 .project-cnt.relas-box .relas{background-color: #f5f6fa; border:none;}
 .project-cnt.relas-box .relas  .relas-title{color:#fff}
 .project-detail-cnt{ padding:30px 50px; line-height: 1.8; background-color: #fff;}
 .project-detail-cnt img{display: block; max-width: calc(100% );}


 .contact-box{ width: 85vw; max-width: 1600px; margin:0px auto;  line-height: 1.8; padding:30px 0 }
 .contact-box .item{display: flex; padding:20px; margin-bottom: 30px;  align-items: flex-start;}
 .contact-box .item img{ width: 45%; object-fit: cover; aspect-ratio:2/1; }
 .contact-box .item .com-info{margin-left:40px; line-height: 1.8; }
 .contact-box .item .com-info h2{font-size: 22px; font-weight: bold; line-height: 40px; color:#f69e10;margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
 .contact-box .item .com-info div{margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee;}
 .contact-box .item .com-info div a{color:#333}
 .contact-box .item .com-info i{font-size: 18px; font-weight: bolder; margin-right: 10px; color:#888}
 .contact-box .item .com-info a{font-weight: bold; font-size: 20px; color:#333}
 
 .contact-box .item .com-info p{
     margin-bottom: 20px;
     color:#666;
     text-indent: 36px;
 }
 .contact-box .item.reserve img{margin-left: 40px;}
 .contact-box .item.reserve .com-info{margin-left: 0;}

 .page-bar{display: none;}

 .row4 img{    width: calc(25% - 1px); object-fit:contain }



 .gq-icon-china{display: inline-block; border-radius: 50%; background: url('/static/img/zggq.png') no-repeat; background-size: cover; width: 40px; height: 40px; vertical-align:top; margin-right: 10px; border:1px solid #eee}
 .gq-icon-yn{display: inline-block; border-radius: 50%; background: url('/static/img/yngq.png') no-repeat; background-size: cover;width: 40px; height: 40px; vertical-align:top; margin-right: 10px;border:1px solid #eee}



.flow-title{ text-align: center; font-weight: bold; line-height: 2; margin-bottom: 3rem;}
.flow-title h2{font-size: 1.5rem; border-bottom: 3px solid #f69e10; display: inline-block;  padding:0 40px;}


.timeline-small-box .timeline-list {
width: calc(100% - 20px );
height: 250px; 
margin-right:0px;
}
.timeline-dots-wrap.left{
left:calc(100% - 150px);
}
.timeline-vertical .timeline-dots-wrap{
width: 150px;
}
.timeline-small-box .box-item {
padding:0px;
float: left;
width: 100%;
height: 250px;
display: flex;
justify-content: flex-start;
align-items: start;
font-size: 14px;
overflow-y: auto;
}
.timeline-small-box .box-item h4{
color:#f69e10;
font-size: 18px;
font-weight: bold;
}
.timeline-small-box .box-item>div{
padding:10px;
line-height: 2;
}
.timeline-small-box .box-item img{
max-width: 45%;
max-height: 100%;
object-fit: cover;
margin-right: 20px;
}


.timeline-vertical .timeline-dots button{
padding:10px;
margin-left:5px;

}
.timeline-vertical .timeline-dots{position: relative;}
.timeline-dots li.slide-active button{color:#f69e10}

.timeline-vertical .timeline-dots li{height: 50px; line-height: 50px; margin-left:10px; border-left:3px solid #f69e10; position: relative; overflow: visible;}
.timeline-vertical .timeline-dots li::before{content:'';width: 10px; height: 10px; border-radius: 19px; background-color: #f69e10; border:2px solid #f69e10; vertical-align: bottom; position: absolute; left:-8px; top:18px; }
.timeline-vertical .timeline-dots li.slide-active::before{background-color: #fff;}

.timeline-vertical .timeline-dots::before{
content: '';
width: 12px;
height: 12px;
border-top:2px solid #f69e10;
display: inline-block;
position: absolute;
left: 6px;
z-index: 9;
}
.timeline-vertical .timeline-dots li:last-child::after{
content: '';
width: 12px;
height: 12px;
border-top:2px solid #f69e10;
display: inline-block;
position: absolute;
left: -8px;
bottom: -12px;
z-index: 9;
}



/* ---解决方案-- */
.soultion-item{
    width: 85vw;
    max-width: 1600px;
    margin: 0px auto 0px auto;
}
.stn-top{
    display: flex;
    justify-content: space-between;
    margin:1rem auto;
}
.stn-top .stn-top-text{
    width: calc(60% - 40px);
    font-size: 0.9rem;
    line-height: 2;
    color:#666;
}
.stn-top .stn-top-text h2{
    font-size: 1.5rem;
    line-height: 2;
    color:#333;
}
.stn-top .stn-top-img{
    width: 40%;
}

.project_list{text-align: center; margin:3rem auto; padding:3rem 0}
.project_list h2{
    font-size: 1.5rem;
    line-height: 2;
    color:#333; 
    text-align: center;
    margin:0 0 2rem 0;
    font-size: 1.5rem;
    border-bottom: 3px solid #f69e10;
    display: inline-block;
    padding:0 2rem;
    
}

.process-section-phone {
    background: linear-gradient(45deg, #F5F5DC 30%, white 100%);
    display: none;
}




    /* --palm- */
.process-section {
    padding: 1rem 2rem;
    background: linear-gradient(45deg, #F5F5DC 30%, white 100%);
}
.pain-section{
    width: 85vw;
    max-width: 1600px;
    margin: 4rem auto 4rem auto;
}
.pain-section h2{
    font-size: 1.5rem;
    line-height: 2;
    color:#333; 
    text-align: center;
    margin:2rem 0;
    background: #eee;
}
.pain-outer{ display:flex; justify-content: space-between; flex-wrap: wrap;  align-items:stretch}
.pain {
    display: flex;
    justify-content: space-between;
    width: calc(60% - 1rem);
}
.pain-card {
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    margin: 0 1rem;
    background-color: #ceeedc;
    width: calc(100%/3 - 0.7rem);

}
.pain-card:hover{
    transform: translateY(-10px);
}
.pain-card:first-of-type{margin-left: 0;}
.pain-card h3{font-weight: bold; line-height: 3; color:#2E8B57; border-bottom: 1px solid #2E8B57; margin-bottom: 1rem;}
.pain-card p{text-indent: 0; color:#666; font-size: 0.8rem; line-height: 1.8;}

.palm-table{width: 40%;}
.palm-table .pro_page_table{height: 100%;}
.palm-table .comparison-table{ height: 100%;}
.palm-table table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-color: #ddd;
    border-width: 1px;
    font-size: 0.8rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.palm-table .pro_page_table th, .palm-table .pro_page_table td{
    border-radius: 0;
}
.palm-table .pro_page_table td:nth-child(1){
    border-right-color: #ddd;
    border-right-width: 1px;
}

.palm-table th,.palm-table td {
    padding: 0.7rem;
    border: 1px solid #ddd;
    text-align: center;
}

.palm-table th {
    background: #2E8B57;
    color: white;
}

.icon-section { background-color: #2E8B57; text-align: center;}
.icon-section h2{
    font-size: 1.5rem;
    line-height: 2;
    color:#fff; 
    text-align: center;
    margin:2rem 0 0 0;
    font-size: 1.5rem;
    border-bottom: 3px solid #f69e10;
    display: inline-block;
    padding:0 2rem
}
.icon-outer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding:40px 0;
    width: 85vw;
    max-width: 1600px;
    margin:auto;
}

.icon-outer>div{width: 22%; text-align: center; background-color: #F5F5DC; padding:2rem 0;border-radius: 5px;  box-shadow: 0 5px 15px rgba(0,0,0,0.1);}
.icon-outer>div>img{background-color: #f69e10;border-radius: 50%;padding:20px;margin-bottom: 20px;}
.icon-outer>div>div>h3{font-size: 16px;  margin-bottom: 10px;}
.icon-outer>div>div>p{color:#888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    padding:0 0.3rem
}


/* -----kernel--- */

.pain-kernel-section{
    width: 85vw;
    max-width: 1600px;
    margin: 4rem auto 4rem auto;
}
.pain-section h2{
    font-size: 1.5rem;
    line-height: 2;
    color:#333; 
    text-align: center;
    margin:2rem 0;
    background: #eee;
}

.pain-kernel-outer{ display:flex; justify-content: space-between;}

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

.pain-kernel-card {
    width: calc(50% - 0.8rem);
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    background-color: #ceeedc;
    display: flex;


}
.pain-kernel-card img{
    width: 30%;
    object-fit: cover;
}
.pain-kernel-card div{
    width: 70%;
    padding:0.8rem;
}
.pain-kernel-card:hover{
    transform: translateY(-10px);
}



.pain-kernel-card:first-of-type{margin-left: 0;}
.pain-kernel-card h3{font-weight: bold; line-height: 3; color:#2E8B57; border-bottom: 1px solid #2E8B57; margin-bottom: 1rem;}
.pain-kernel-card p{text-indent: 0; color:#666; font-size: 0.8rem; line-height: 1.8;  }



.kernel-tables{ display: flex; justify-content: space-between; margin-top:1.5rem;  }
.kernel-table{width: calc(100% - 0.8rem);}
.kernel-table h3{font-weight: bold; line-height: 3; color:#2E8B57;}
.kernel-table table {
    width: 100%;
    border-collapse: collapse;
    border-color: #ddd;
    border-width: 1px;
    font-size: 0.8rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.kernel-table .pro_page_table th, .kernel-table .pro_page_table td{
    border-radius: 0;
}
.kernel-table .pro_page_table td:nth-child(1){
    border-right-color: #ddd;
    border-right-width: 1px;
}

.kernel-table th,.kernel-table td {
    padding: 0.7rem;
    border: 1px solid #ddd;
    text-align: center;
}

.kernel-table th {
    background: #2E8B57;
    color: white;
}



.advantage-section { background-color: #2E8B57; color:#fff; text-align: center;}

.advantage-section h2{
    line-height: 2;
    text-align: center;
    margin-top:2rem;

    font-size: 1.5rem;
    border-bottom: 3px solid #f69e10;
    display: inline-block;
    padding: 0 40px;
}





.advantage-outer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding:40px 0;
    width: 85vw;
    max-width: 1600px;
    margin:auto;
}
.advantage-outer>div{width: calc(100%/4 - 3rem); text-align: center; background-color: #F5F5DC; padding-bottom:1rem;border-radius: 5px;  box-shadow: 0 5px 15px rgba(0,0,0,0.1); overflow: hidden;}
.advantage-outer>div>img{background-color: #f69e10; aspect-ratio:4/3; object-fit: cover; margin-bottom:1rem}
.advantage-outer>div>div>h3{font-size: 16px;  margin-bottom: 10px; color:#f69e10}
.advantage-outer>div>div>p{color:#888;
    text-indent: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
}


/* --refine-- */

.refine-youshi-section{
    width: 85vw;
    max-width: 1600px;
    margin: 4rem auto 4rem auto;
}


.refine-youshi-outer{text-align: center;}
.refine-youshi-outer h2{
    line-height: 2;
    text-align: center;
    margin:2rem 0;
    font-size: 1.5rem;
    border-bottom: 3px solid #f69e10;
    display: inline-block;
    padding: 0 40px;
}
.refine-youshi {
    display: flex;
    justify-content: space-between;
}

.refine-youshi-card {
    width: calc(100%/3 - 0.8rem);
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    background-color: #ceeedc;
    display: flex;


}
.refine-youshi-card img{
    width: 30%;
}
.refine-youshi-card div{
    width: 70%;
    padding:0.8rem;
    text-align: left;
}
.refine-youshi-card:hover{
    transform: translateY(-10px);
}

.refine-youshi-card img{ width: 30%;     object-fit: cover;}


.refine-youshi-card:first-of-type{margin-left: 0;}
.refine-youshi-card h3{font-weight: bold; line-height: 3; color:#2E8B57; border-bottom: 1px solid #2E8B57; margin-bottom: 1rem;}
.refine-youshi-card p{text-indent: 0; color:#666; font-size: 0.8rem; line-height: 1.8;}

.refine-tables{ display: flex; justify-content: space-between; margin-top:1.5rem; align-items:stretch  }
.refine-table{width: calc(50% - 0.8rem);}
.refine-table h3{font-weight: bold; line-height: 3; color:#2E8B57;}
.refine-table .comparison-table{ height: calc(100% - 3rem );}
.refine-table .comparison-table .pro_page_table{height: 100%;}
.refine-table table {
    height:100%;
    width: 100%;
    border-collapse: collapse;
    border-color: #ddd;
    border-width: 1px;
    font-size: 0.8rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.refine-table .pro_page_table th, .refine-table .pro_page_table td{
    border-radius: 0;
}
.refine-table .pro_page_table td:nth-child(1){
    border-right-color: #ddd;
    border-right-width: 1px;
}

.refine-table th,.refine-table td {
    padding: 0.7rem;
    border: 1px solid #ddd;
    text-align: center;
}

.refine-table th {
    background: #2E8B57;
    color: white;
}


.cooperation-section h2{
    font-size: 1.5rem;
    line-height: 2;
    color:#fff; 
    text-align: center;
    margin:2rem 0;
    font-size: 1.5rem;
    border-bottom: 3px solid #f69e10;
    display: inline-block;
    padding:0 2rem
}


.cooperation-section { background-color: #2E8B57; text-align: center;}


.cooperation-outer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding:0 0 40px 0;
    width: 85vw;
    max-width: 1600px;
    margin:auto;
}
.cooperation-outer>div{width: calc(20% - 0.5rem); text-align: center; background-color: #F5F5DC; padding:2rem 0;border-radius: 5px;  box-shadow: 0 5px 15px rgba(0,0,0,0.1);}
.cooperation-outer>div>img{background-color: #f69e10; aspect-ratio:4/3; object-fit: cover; margin-bottom:1rem}
.cooperation-outer>div>div>h3{font-size: 16px;  margin-bottom: 10px;;}
.cooperation-outer>div>div>p{color:#888;
    text-indent: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
}


/* --biodiesel-- */


.pain-biodiesel-section{
    width: 85vw;
    max-width: 1600px;
    margin: 4rem auto 4rem auto;
}
.pain-section h2{
    font-size: 1.5rem;
    line-height: 2;
    color:#333; 
    text-align: center;
    margin:2rem 0;
    background: #eee;
}

.pain-biodiesel-outer{ display:flex; justify-content: space-between;}

.pain-biodiesel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pain-biodiesel-card {
    width: calc(50% - 0.8rem);
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    background-color: #ceeedc;
    display: flex;
    margin-bottom: 1.5rem;

}
.pain-biodiesel-card img{
    width: 30%;
}
.pain-biodiesel-card div{
    width: 70%;
    padding:0.8rem;
}
.pain-biodiesel-card:hover{
    transform: translateY(-10px);
}

.pain-biodiesel-card img{ width: 30%; object-fit: cover;}


.pain-biodiesel-card:first-of-type{margin-left: 0;}
.pain-biodiesel-card h3{font-weight: bold; line-height: 3; color:#2E8B57; border-bottom: 1px solid #2E8B57; margin-bottom: 1rem;}
.pain-biodiesel-card p{text-indent: 0; color:#666; font-size: 0.8rem; line-height: 1.8;}





.biodiesel-cooperation-section h2{
    font-size: 1.5rem;
    line-height: 2;
    color:#fff; 
    text-align: center;
    margin:2rem 0;
    font-size: 1.5rem;
    border-bottom: 3px solid #f69e10;
    display: inline-block;
    padding:0 2rem
}


.biodiesel-cooperation-section { background-color: #2E8B57; text-align: center;}


.biodiesel-cooperation-outer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding:0 0 40px 0;
    width: 85vw;
    max-width: 1600px;
    margin:auto;
}
.biodiesel-cooperation-outer>div{width: calc(20% - 0.5rem); text-align: center; background-color: #F5F5DC; padding:2rem 0;border-radius: 5px;  box-shadow: 0 5px 15px rgba(0,0,0,0.1);}
.biodiesel-cooperation-outer>div>img{background-color: #f69e10; aspect-ratio:4/3; object-fit: cover; margin-bottom:1rem}
.biodiesel-cooperation-outer>div>div>h3{font-size: 16px;  margin-bottom: 10px;;}
.biodiesel-cooperation-outer>div>div>p{color:#888;
    text-indent: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
}


/* ---oleo--- */
.oleo-youshi-section{
    width: 85vw;
    max-width: 1600px;
    margin: 4rem auto 4rem auto;
}


.oleo-youshi-outer{text-align: center;}
.oleo-youshi-outer h2{
    line-height: 2;
    text-align: center;
    margin:2rem 0;
    font-size: 1.5rem;
    border-bottom: 3px solid #f69e10;
    display: inline-block;
    padding: 0 40px;
}
.oleo-youshi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.oleo-youshi-card {
    width: calc(100%/2 - 0.8rem);
    border-radius: 5px;
    margin-bottom:1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    background-color: #ceeedc;
    display: flex;


}
.oleo-youshi-card img{
    width: 30%;
    object-fit: cover;
}
.oleo-youshi-card div{
    width: 70%;
    padding:0.8rem;
    text-align: left;
}
.oleo-youshi-card:hover{
    transform: translateY(-10px);
}

.oleo-youshi-card img{ width: 30%;}


.oleo-youshi-card:first-of-type{margin-left: 0;}
.oleo-youshi-card h3{font-weight: bold; line-height: 3; color:#2E8B57; border-bottom: 1px solid #2E8B57; margin-bottom: 1rem;}
.oleo-youshi-card p{text-indent: 0; color:#666; font-size: 0.8rem; line-height: 1.8;}

.oleo-tables{ display: flex; justify-content: space-between; margin-top:1.5rem; align-items:stretch  }
.oleo-table{width: calc(50% - 0.8rem);}
.oleo-table h3{font-weight: bold; line-height: 3; color:#2E8B57;}
.oleo-table .comparison-table{ height: calc(100% - 3rem );}
.oleo-table .comparison-table .pro_page_table{height: 100%;}
.oleo-table table {
    height:100%;
    width: 100%;
    border-collapse: collapse;
    border-color: #ddd;
    border-width: 1px;
    font-size: 0.8rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.oleo-table .pro_page_table th, .oleo-table .pro_page_table td{
    border-radius: 0;
}
.oleo-table .pro_page_table td:nth-child(1){
    border-right-color: #ddd;
    border-right-width: 1px;
}

.oleo-table th,.oleo-table td {
    padding: 0.7rem;
    border: 1px solid #ddd;
    text-align: center;
}

.oleo-table th {
    background: #2E8B57;
    color: white;
}


.oleo-cooperation-section h2{
    font-size: 1.5rem;
    line-height: 2;
    color:#fff; 
    text-align: center;
    margin:2rem 0;
    font-size: 1.5rem;
    border-bottom: 3px solid #f69e10;
    display: inline-block;
    padding:0 2rem
}


.oleo-cooperation-section { background-color: #2E8B57; text-align: center;}


.oleo-cooperation-outer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding:0 0 40px 0;
    width: 85vw;
    max-width: 1600px;
    margin:auto;
}
.oleo-cooperation-outer>div{width: calc(100%/6 - 0.5rem); text-align: center; background-color: #F5F5DC; padding:2rem 0;border-radius: 5px;  box-shadow: 0 5px 15px rgba(0,0,0,0.1);}
.oleo-cooperation-outer>div>img{background-color: #f69e10; aspect-ratio:4/3; object-fit: cover; margin-bottom:1rem; border-radius: 50%;}
.oleo-cooperation-outer>div>div>h3{font-size: 16px;  margin-bottom: 10px;;}
.oleo-cooperation-outer>div>div>p{color:#888;
    text-indent: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
}

/* ---extract-- */


.pain-extract-section{
    width: 85vw;
    max-width: 1600px;
    margin: 4rem auto 4rem auto;
}
.pain-section h2{
    font-size: 1.5rem;
    line-height: 2;
    color:#333; 
    text-align: center;
    margin:2rem 0;
    background: #eee;
}

.pain-extract-outer{ display:flex; justify-content: space-between;}

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

.pain-extract-card {
    width: calc(50% - 0.8rem);
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    background-color: #ceeedc;
    display: flex;


}
.pain-extract-card img{
    width: 30%;
    object-fit: cover;
}
.pain-extract-card div{
    width: 70%;
    padding:0.8rem;
}
.pain-extract-card:hover{
    transform: translateY(-10px);
}

.pain-extract-card img{ width: 30%; object-fit: cover;}


.pain-extract-card:first-of-type{margin-left: 0;}
.pain-extract-card h3{font-weight: bold; line-height: 3; color:#2E8B57; border-bottom: 1px solid #2E8B57; margin-bottom: 1rem;}
.pain-extract-card p{text-indent: 0; color:#666; font-size: 0.8rem; line-height: 1.8;}

.extract-tables{ display: flex; justify-content: space-between; margin-top:1.5rem;  }
.extract-table{width: calc(50% - 0.8rem);}
.extract-table h3{font-weight: bold; line-height: 3; color:#2E8B57;}
.extract-table .comparison-table{ height: calc(100% - 3rem );}
.extract-table .comparison-table .pro_page_table{height: 100%;}
.extract-table table {
    width: 100%;
    border-collapse: collapse;
    border-color: #ddd;
    border-width: 1px;
    font-size: 0.8rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.extract-table .pro_page_table th, .extract-table .pro_page_table td{
    border-radius: 0;
}
.extract-table .pro_page_table td:nth-child(1){
    border-right-color: #ddd;
    border-right-width: 1px;
}

.extract-table th,.extract-table td {
    padding: 0.7rem;
    border: 1px solid #ddd;
    text-align: center;
}

.extract-table th {
    background: #2E8B57;
    color: white;
}


.extract-advantage-section { background-color: #2E8B57; color:#fff; text-align: center;}
.extract-advantage-section h2{
    line-height: 2;
    text-align: center;
    margin-top:2rem;

    font-size: 1.5rem;
    border-bottom: 3px solid #f69e10;
    display: inline-block;
    padding: 0 40px;
}

.extract-advantage-section h2{
    font-size: 1.5rem;
    line-height: 2;
    color:#fff; 
    text-align: center;
    margin:2rem 0;
    font-size: 1.5rem;
    border-bottom: 3px solid #f69e10;
    display: inline-block;
    padding:0 2rem
}


.extract-advantage-section { background-color: #2E8B57; text-align: center;}


.extract-advantage-outer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding:40px 0;
    width: 85vw;
    max-width: 1600px;
    margin:auto;
}
.extract-advantage-outer>div{width: calc(100%/5 - 1.5rem); text-align: center; background-color: #F5F5DC; padding-bottom:1rem;border-radius: 5px;  box-shadow: 0 5px 15px rgba(0,0,0,0.1); overflow: hidden;}
.extract-advantage-outer>div>img{background-color: #f69e10; aspect-ratio:4/3; object-fit: cover; margin-bottom:1rem}
.extract-advantage-outer>div>div>h3{font-size: 16px;  margin-bottom: 10px; color:#f69e10}
.extract-advantage-outer>div>div>p{color:#888;
    text-indent: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    padding: 0.5rem;
}



.content-info{
    background-color: #fff; padding:1rem 0;
}
.content-info p{ text-indent:0}
.content-info img{
    width: 94%;
    clear:both;
    margin:0 3%;
}

/* ---End 解决方案-- */