* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}
* {
    outline: none ;
    /* 移除移动端点击高亮（可选） */
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
.head {}

.products_list_dz_t ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.products_list_dz_t_title {
    text-align: center;
    margin-top: 10px;
}

.index_main_pro .products_list_dz_t a {
    color: #000;
}

/* 产品定制开始 */
.products_list_dz_t_title h3 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.footer_top_l>ul>li{color: #fff;}
.footer_top_l>ul>li{}
.footer_top_l_lver1{text-transform: uppercase;color: #000; font-weight: bold; }
.footer_top_l>ul>li ul{display: flex;  flex-direction: column;}
.products_list_dz_t ul>li {
    width: 30%;
    margin-bottom: 3%;
    margin-right: 5%;
}
.products_list_dz_t ul>li:nth-child(3n){margin-right: 0%;}
.products_list_dz_t ul>li img {
    max-width: 100%;
}

.products_list_dz_b_title {
    text-align: center;
    font-size: 2rem;
}

.products_list_dz_b_title h3 {
    padding: 30px 0px;
}

.products_list_dz_b {
    background: #fafafa;
}

.products_list_dz_b_main {
    padding: 0 12%;
    box-sizing: border-box;
}



.select_main {
    background: #fff;
    background-color: #fff;
    box-shadow: 0px 5px 50px 0px rgba(103, 138, 185, .1);
    border: solid 1px #f1f1f1;
    min-height: 510px;
}




  /* 整体容器样式 */
  .tab-container {
    width: 100%;

    margin: 50px auto;
    font-family: Arial, sans-serif;
}

/* 选项卡头部样式 */
.tab-header {
    display: flex;
    position: relative; /* 为下划线指示器定位 */
    border-bottom: 1px solid #e0e0e0; /* 底部边框 */
    justify-content: center;
}

/* 单个选项卡按钮样式 */
.tab-btn {
    padding: 12px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    position: relative;
    transition: color 0.3s ease;
}

/* 选中的选项卡按钮样式 */
.tab-btn.active {
    color: #f8ab16;
    font-weight: 500;
}

/* 下划线指示器样式 */
.tab-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #f8ab16;
    transition: all 0.3s ease; /* 平滑过渡 */
}

/* 选项卡内容区域样式 */
.tab-content {
    padding: 20px 50px;
    box-sizing: border-box;
    min-height: 200px;
}

/* 选项卡内容项样式（默认隐藏） */
.tab-pane {
    display: none;
}

/* 激活的内容项样式 */
.tab-pane.active {
    display: block;
}

.class_t_img img{max-width: 100%;}

.tab-content{background-color: #fff;
    box-shadow: 0px 5px 50px 0px rgba(103,138,185,.1);
    border: solid 1px #f1f1f1;
    min-height: 510px;}


.class ul{display: flex;flex-wrap: wrap;  }
.class  ul li{width: 30%;  margin-right: 5%; margin-bottom: 3%;} 
.class ul li:nth-child(3n){margin-right: 0;}
.class ul li img{max-width: 100%;}
.tab_text
{
    font-size: 16px;
    color: #222;
    font-family: "aktiv-grotesk",sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    padding: 25px 20px 15px 0;
    word-wrap: break-word;
}


.class_t h4{margin-top: 20px;}













/* 产品定制结束 */

.head_nav_t {
    padding: 0 12%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.head_nav_t .head_nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.head_nav_t .head_nav ul li a {
    display: flex;
    color: #86602a;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;

}

.head_nav_t .head_nav ul li a span {}

.head_nav_t .head_nav ul li {
    display: flex;
    padding-bottom: 1%;
    box-sizing: border-box;
    width: 12.5%;
}

.head_logo {
    width: 150px;
}


.head_nav {
    width: 80%;
    display: flex;
}

.swiper-container {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.head_banner .swiper-slide img {
    width: 100%;
}

.head_banner_about_right {
    background: #fff;
}

.head_banner_about {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.head_banner {
    position: relative;
    z-index: 999;
}

.head_banner_about {
    display: flex;
    justify-content: space-between;
    width: 80%;
}

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

.head_banner_about_left {
    width: 42%;
    padding-top: 70px;
}

.head_banner_about_right {
    width: 58%;
}

.head_banner_about_left ul li {
    width: 33%;
}

.head_banner_about_left ul li:nth-child(1) {
    background: #d2c4b0;
}

.head_banner_about_left ul li:nth-child(2) {
    background: #eee9e2;
}

.head_banner_about_left ul li:nth-child(3) {
    background: #86602a;
    width: 34%
}

.head_banner_about_left ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 0;
    box-sizing: border-box;
}

.head_banner_about_left_b {
    color: #fff
}

.head_banner_about_right_title {
    display: flex;
}

.head_banner_about_right_title_text {
    display: flex;
    padding-top: 15px;
}

.head_banner_about_right_title_text span {
    background: #86602a;
    padding: 10px 10px 0 10px;
    color: #fff;
}

.head_banner_about_right_title_icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.head_banner_about_right_title_icon img {
    max-width: 100%;
}

.head_banner_about_right_title_ra {
    width: 8px;
    padding-top: 15px;
    box-sizing: border-box;
    display: flex;
}

.head_banner_about_right_title_ra span {
    border-top-right-radius: 4px;
    background: #86602a;
    width: 8px;
}

.head_banner_about_right {
    padding: 20px 10% 10px 20px;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    font-size: 1rem;
}


.head_banner_about_left_b {
    margin-top: 20px;
    text-align: center;
}

.head_banner_about_right_text {
    padding-top: 20px;
    line-height: 2rem;
    font-size: 1rem;
}

.head_banner_about_right_text font {
    color: #86602a;
    font-size: 1.2rem;
}

.head_banner_about_left_b {
    color: #86602a;
    line-height: 1.5rem;
}

.head_banner_about_left li:nth-child(3) .head_banner_about_left_b {
    color: #fff;
}

.head_banner_about_left_t {
    width: 60px;
    height: 60px;
}

.index_main {
    padding: 0 12%;
    box-sizing: border-box;
}

.head_banner_about_right_title_icon {
    width: 50px;
}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.swiper {
    width: 100%;

    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {

    width: 100%;
}

.mySwiper {

    box-sizing: border-box;

}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_main_business_lunbo {
    display: flex;
}

.swiper-wrapper4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mySwiper2 {
    width: 71%;
}

.mySwiper4 {
    width: 29%;
}

.height-slied {
    height: 25%;
    background: #9ea4b0;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px #fff solid;
    box-sizing: border-box;
}

.mySwiper4 {
    background: #9ea4b0;
    align-self: stretch;
}

.mySwiper .swiper-slide {
    height: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mySwiper .swiper-slide:last-child {
    height: 34%;
}

.swiper-wrapper4 .swiper-slide-thumb-active {
    background: #86602a;
}

.swiper-wrapper4 .height-slied .slide-text {
    color: #fff;
}


.index_main_business_lunbo .mySwiper .swiper-slide {
    opacity: 1;
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_main_business {
    margin: 40px 0px;
}


.height-slied:last-child {
    border: 0px;
}

.index_liucheng {
    background: url(../images/1_09.jpg) top center no-repeat;
    background-size: 100%;
    min-height: 629px;

    margin-top: 50px;
}

.index_liucheng_main {
    padding: 0 12%;
    box-sizing: border-box;
}

.index_liucheng_main_title h2 {
    color: #fff;
    font-size: 4rem;
    color: #af7a2f;
    font-style: italic;
    margin-bottom: 20px;
}

.index_liucheng_main_title p {
    color: #fff;
    font-size: 1.3rem;
    width: 50%;
    line-height: 2.4rem;
}

.index_liucheng_main_title {
    padding-top: 60px;
}

.index_liucheng_main_buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 156px;
    height: 80px;
    background-size: cover;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 228.29 106.71'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;%7D%3C/style%3E%3Cpolyline class='st0' points='95.08,85.6 8.72,85.6 8.72,10.02 221.4,10.02 221.4,85.6 135.04,85.6 126.58,97.6'/%3E%3C/svg%3E") no-repeat center center;
}


.index_liucheng_main_buttom a {
    color: #fff;
    padding-bottom: 6px;
    font-size: 1rem;
    padding-left: 23px;

}

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

.index_liucheng_main_liucheng li {
    display: flex;
    justify-content: space-between;
    width: 19%;
    align-items: center;
}

.index_liucheng_main_liucheng {
    background: #f3f3f3;
    padding: 26px 14px;
    box-sizing: border-box;
}

.index_liucheng_main_liucheng_num {
    color: #e09b38;
    font-size: 4rem;
    font-style: italic;
    margin-right: 10px;
}

.index_liucheng_main_liucheng_text {
    display: flex;
    align-items: center;
    width: 60%;
    font-size: 1rem
}

.index_liucheng_main_liucheng_jiantou {
    width: 40px;
    height: 40px;
}

.index_liucheng_main_liucheng li img {
    max-width: 100%;
}

.index_liucheng_main_liucheng li:last-child {
    width: 9%;
}

.index_liucheng_main {
    display: flex;
    flex-direction: column;

    min-height: 629px;

    justify-content: space-between;
}

.index_liucheng_main2 {
    display: flex;
    flex-direction: column;

    padding: 0 12%;
    box-sizing: border-box;


}

.index_liucheng_main_buttom_list_title_icon {
    background-image: url('../images/list6.svg');
    background-repeat: no-repeat;
    background-size: contain;/
}


.index_liucheng_main {
    padding: 0 12%;
    box-sizing: border-box;
}

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

.index_liucheng_main_buttom_list li {
    background: url(../images/index_bg_10.jpg) no-repeat top;
    width: 32%;
    background-size: 100%;
    color: #fff;
    padding: 20px 16px;
    box-sizing: border-box;
    min-height: 348px;
}

.index_liucheng_main_buttom_list_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 1.4rem;
}


.index_liucheng_main_buttom_list_title_icon {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.index_liucheng_main_buttom_list_text {
    line-height: 2rem;
    margin-top: 20px;
}


.index_liucheng_main_buttom_list li:nth-child(2) .index_liucheng_main_buttom_list_title_icon {
    background-image: url('../images/list7.svg');
    background-repeat: no-repeat;
    background-size: contain;/
}

.index_liucheng_main_buttom_list li:nth-child(3) .index_liucheng_main_buttom_list_title_icon {
    background-image: url('../images/list8.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;/
}


.index_liucheng_main_buttom_list {
    margin-top: 8px;
}

.index_liucheng_main_news_title {
    margin-top: 20px;
}


.index_liucheng_main_news_list_title_l {
    color: #000000;
}

.index_liucheng_main_news_list_title_r {
    color: #000000;
    padding-left: 5px;
    box-sizing: border-box;
    width: 88%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.index_liucheng_main_news_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_liucheng_main_news_list ul li {
    width: 48%;
}

.index_liucheng_main_news_list_title {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;

}

.index_liucheng_main_news_list_title_l {
    box-shadow: 0px 2px 5px 2px #ccc;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 4px;
}

.index_liucheng_main_news_list_text a {
    color: #000000;
    display: flex;
    justify-content: space-between;
}

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

.index_liucheng_main_news_list_text_main_t {
    color: #000;
}

.index_liucheng_main_news_list_text_img {
    border-radius: 4px;
    overflow: hidden;
    width: 216px;
    height: 158px;
}

.index_liucheng_main_news_list_text_main {
    width: 62%;
    font-size: .8rem;
    line-height: 2rem;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.index_liucheng_main_news_list_text_main_b_text {
    color: #744c14;
    margin-right: 5px;
}

.index_liucheng_main_news_list_text_main_b {
    display: flex;
    justify-content: flex-start;

    align-items: center;
}

.index_liucheng_main_news_list_text_main_b_text_r {
    width: 30px;
}


.index_liucheng_main_news_list li {
    margin-bottom: 40px;
}

.index_footer_bg {
    background: url(../images/bgbg_09.jpg) top center no-repeat;
    background-size: 100%;

    padding-top: 60px;
}

.index_footer_bg_main {
    padding: 0 12%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}


.index_footer_bg_main_title {
    color: #fff;
    font-size: 3rem;
}

.index_footer_bg_main_but a {
    color: #fff;
}

.index_footer_bg_main_but {
    background: #e09b38;
    width: 120px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 80px 0px;
}

.index_footer_bg_main_text {
    color: #fff;
}

.index_footer_bg_main_img {
    padding: 10px 0px;
}

.footer {
    background: #e5e5e5;
    box-sizing: border-box;
    padding: 0 12%;
}

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

.footer_top a {
    color: #000;
}

.footer_top_l ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    width: 95%;

}
.footer_logo img{ width: 100%;}

.footer_top_l ul li {
    width: 24%;
}
.footer_logo {
    width: 9%;
    margin-right: 30px;
}

.footer_top_l>ul>li>ul>li{width: 100%;}

.footer_top_l {
    width: 40%;
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    line-height: 2rem;
}

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

.footer_top_c_text {
    color: #fff;
}

.footer_top_r_t {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}

.footer_top_r_b {
    color: #e09b38;
    font-size: 1.8rem;
}

.footer_top_r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 24%;
    font-size: 12px;
    margin-top: 8px;
}

.footer_top_r_b li {
    font-size: 14px;
    margin-top: 12px; color: #000;
}

.footer_top_c_text {
    font-size: 14px;
    margin-top: 10px;color: #000;
}

.footer_top_c_img {}

.footer {
    padding: 30px 12% 60px 12%;
    box-sizing: border-box;
}

.footer_bottom {
    border-top: 1px #cecece solid;
    padding: 8px 0px;
    box-sizing: border-box;
    background: #e9e9e9;
    display: flex;
}

.footer_bottom span {
    padding: 0 12%;
    box-sizing: border-box;
    color: #000;
    font-size: .8rem;
}

.head_logo img {
    max-width: 80%;
    margin: 10px 0px;
}


.nybanner img {
    max-width: 100%;
}

.about_img img {
    max-width: 100%;
}


.about_company_text {
    background: url(../images/about_12.jpg) top no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 0 12%;
    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    justify-content: center;

    min-height: 600px;
}


.about_company_text h2 {
    font-size: 2rem;

    margin-bottom: 20px;
}

.about_company_text h3 {
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: 40px;
}


.about_company_text p {
    font-size: .8rem;
}

.about_company_text_main {
    width: 82%;
    ;
}

.about_company_text_main p {
    margin-bottom: 34px;
    line-height: 1.5rem;
}

.about_zhiliang {
    padding: 0 12%;
    box-sizing: border-box;
}

.about_zhiliang ul {
    display: flex;
    justify-content: space-between;

    margin: 80px 0px;
}

.about_zhiliang li {
    width: 28%;
}

.about_zhiliang li img {
    max-width: 100%;
}


.about_zhiliang_text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.about_zhiliang_title {
    width: 15%;
}

.about_zhiliang_p {
    width: 75%;
    display: flex;
    align-items: flex-end;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.about_zhiliang_title h3 {
    font-size: 3rem;
}


.about_zhiliang {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.about_zhiliang2 {
    display: flex;
    justify-content: space-between;
    padding: 0 12%;
    box-sizing: border-box;
}

.about_zhiliang_l {
    width: 40%;
}

.about_zhiliang_l h2 {
    margin-bottom: 80px;
}

.about_zhiliang_l_title_1 {
    margin-bottom: 20px;
}

.about_zhiliang_l_title_2 {
    line-height: 2rem;
}


.about_zhiliang_l_title_3 {
    margin-bottom: 20px;
    font-size: .6rem;
    margin-top: 50px;
}

.about_zhiliang_l_title_4 {
    line-height: 2rem;
    font-size: .6rem;
}

.about_hooner img {
    max-width: 100%;
}

.team img {
    max-width: 100%;
}

.about_hooner {
    margin-top: 80px;
}


.products_list ul {
    display: flex;

    flex-wrap: wrap;
}

.products_list ul li img {
    max-width: 100%;
}

.products_list ul li {
    width: 30%;
    margin-bottom: 40px;
    margin-right: 5%;
}

.products_list ul li:nth-of-type(3n) {
    margin-right: 0;
}

.products_list_title {
    text-align: center;
    color: #000000;
}


.headerInnerBox .right .headerNav .one-li>a span {

}

.product_colo {
    background: #1b1b1b;
}

.index_main_pro {
    display: flex;
    flex-direction: column;
}

.about_img {
    background: #1b1b1b;
}

.index_main_pro a {
    color: #fff;
}

.product_colo ul {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    box-sizing: border-box;
}


.product_colo ul li {
    width: 20%;
    text-align: center;
}

.products_list {
    margin-top: 30px;
}

.products_list_title {
    margin-top: 10px;
}


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

.products_deatle_l {
    width: 40%;
}

.products_deatle_l img {
    max-width: 100%;
}


.products_deatle_r {
    width: 55%;
}

.products_deatle_r h1 {
    font-weight: 100;
    margin-bottom: 40px;
}

.products_deatle_r li::before {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border-radius: 2px;
    background: #e09b38;
    margin-right: 10px;
    margin-top: 4px;
}

.products_deatle_r li {
    display: flex;
    font-size: .9rem;
    margin-bottom: 30px;
    align-items: flex-start;
}

.products_deatle_r_text {
    width: 90%;
    color: #4b4b4b;
}

.products_deatle {
    margin-top: 60px;
}

.prduct_but {
    margin-top: 30px;
}


.tuijian .head_banner_about_right_title {
    margin-bottom: 20px;
}

.about_img {
    margin-bottom: 20px;
}

.index_liucheng_main_news_list_text_main_b a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.news_main_newmain_title {
    text-align: center;
    font-size: 1.5rem;
}


.news_main_newmain_time {
    border-top: solid #ececec 1px;
    border-bottom: solid #ececec 1px;
}

.news_main_newlist .news_main_newmain_time li {
    width: auto;
    border: none;
    margin-bottom: 0%;
    line-height: 3rem;
}


.news_main_newmain_text {
    margin: 40px 0px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.news_guanlian_list_title {
    font-size: 1.2rem;
    margin: 20px 0px;
}


.news_main_newlist .news_guanlian_list ul li {
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-right: 0;
    margin-bottom: 0;
}

.news_main_newlist .news_guanlian_list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_guanlian_list {
    margin-bottom: 60px;
}

.news_guanlian_list_title_t {
    font-size: 1.4rem;
    margin: 20px 0px;
}

.news_main_newmain_title {
    margin-bottom: 30px;
}

.news_main_newmain_text {
    min-height: 500px;
}


.nybanner img {
    width: 100%;
}


.contact_main {
    display: flex;
    flex-direction: column;
    padding: 0 12%;
    box-sizing: border-box;
}


.contact_main_t {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 4%;
    box-sizing: border-box;
    margin: 20px 0px;
}

.contact_main_wk {
    background: #fafafa;
}

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


.contact_main_l_main li {
    display: flex;
    justify-content: flex-start;
}

.contact_main_l_main_icon {
    margin-right: 10px;
    width: 20px;
}

.contact_main_l_main_icon img {
    max-width: 100%;
}

.contact_main_l_title {
    margin-bottom: 30px;
}

.contact_main_l_main li {
    margin-bottom: 50px;
}

.contact_main_r {
    width: 60%;
}


.form-group:nth-child(1) {
    width: 48%;
}

.form-group:nth-child(2) {
    width: 48%;
}

.form-group:nth-child(3) {
    width: 100%;
}

.form-group:nth-child(4) {
    width: 100%;
}

.contact_main_r_form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_main_r_form ul li:last-child {
    background: #86602a;
    border-radius: 4px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    line-height: 3rem;
    width: 30%;
    margin-top: 20px;
    height: 50px;
    flex-direction: column;
}

.form-group input {
    width: 100%;
    line-height: 3rem;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #ebebeb;
    padding-left: 10px;
    box-sizing: border-box;
}

.contact_main_r_form ul li:last-child input {
    border: none;
    background: none;
    color: #fff;
}

textarea {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ebebeb;
    padding-left: 10px;
    box-sizing: border-box;
}


.footer_top_c_img img {
    max-width: 140px;
}

.footer_top_c_img {
    width: 140px;
    border-radius: 2px;
    overflow: hidden;
}


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

.head_banner_about_right_insight_l {
    width: 55%;
}

.head_banner_about_right_insight_r {
    width: 42%;
}

.head_banner_about_right_insight_r img {
    max-width: 100%;
}

.head_banner_about_right_insight_l_text {
    margin-top: 30px;
    line-height: 2rem;
}

.head_banner_about_right_insight_l {
    background: url(../images/xiangao_06.png) no-repeat left top;
    background-size: 70%;
}


.head_banner_about_right_insight_l {
    display: flex;
    flex-direction: column;
}

.head_banner_about_right_insight_l_but {
    margin-top: 80px;
    text-align: center;
    background: #86602a;
    border-radius: 30px;
    width: 26%;
    line-height: 40px;
}

.head_banner_about_right_insight_l_but a {
    color: #fff;
}



.faq-sections .faq-con .container {

    display: flex;
    justify-content: space-between
}

.faq-sections .faq-con .container .faq-list {
    width: 100%;

}

.faq-sections .faq-con .container .faq-list h2 {
    font-size: 38px;
    color: #000;
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    margin-bottom: 25px
}

.faq-sections .faq-con .container .faq-list .faq .faq_wrapper .question {
    background-color: #fff;
    margin-bottom: 20px;

}

.faq-sections .faq-con .container .faq-list .faq .faq_wrapper .question:before {
    display: none
}

.faq-sections .faq-con .container .faq-list .faq .faq_wrapper .question:after {
    display: none
}

.faq-sections .faq-con .container .faq-list .faq .faq_wrapper .question.active .title {
    color: #f8ab16;
    display: flex;
    align-items: center;
}

.faq-sections .faq-con .container .faq-list .faq .faq_wrapper .question.active .title i {
    color: #f8ab16
}

.faq-sections .faq-con .container .faq-list .faq .faq_wrapper .question .title {
    font-size: 20px;
    color: #666;


    font-weight: 400;
    padding: 16px 0 16px 0px;
    line-height: 1.2;
    display: flex;
    align-items: center;



}

.faq-sections .faq-con .container .faq-list .faq .faq_wrapper .question .title .num {
    display: none
}

.faq-sections .faq-con .container .faq-list .faq .faq_wrapper .question .title i {
    right: unset;
    left: 10px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 50%;
    line-height: 45px;
    color: #666;
    top: 5px;
    font-weight: 800
}

.faq-sections .faq-con .container .faq-list .faq .faq_wrapper .question .answer {
    font-size: 14px;
    color: #aaa;
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400
}

.faq-sections .faq-con .container .form-sec {
    width: 45%;
    max-width: 510px;
    box-shadow: 0px 5px 50px 0px rgba(103, 138, 185, .1);
    border-radius: 12px;
    border: solid 1px #ecf1f6;
    box-sizing: border-box;
    height: 670px;
    padding: 40px 55px 0
}

.faq-sections .faq-con .container .form-sec h2 {
    font-size: 24px;
    color: #333;
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0
}

.faq-sections .faq-con .container .form-sec .wpcf7 form .text {
    font-size: 14px;
    color: #aaa;
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    max-width: 314px;
    margin: 0 auto
}

.faq-sections .faq-con .container .form-sec .wpcf7 form span {
    margin-bottom: 0;
    margin-top: 19px
}

.faq-sections .faq-con .container .form-sec .wpcf7 form span input,
.faq-sections .faq-con .container .form-sec .wpcf7 form span textarea {
    height: 69px;
    border-radius: 50px;
    background-color: #f5f8fb;
    border: 1px solid transparent;
    box-shadow: none;
    padding-left: 30px;
    color: #737a80;
    font-size: 16px;
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400
}

.faq-sections .faq-con .container .form-sec .wpcf7 form span input:focus,
.faq-sections .faq-con .container .form-sec .wpcf7 form span textarea:focus {
    border-color: #ecf1f6;
    background-color: #fff !important
}

.faq-sections .faq-con .container .form-sec .wpcf7 form span textarea {
    height: 201px;
    padding-top: 30px;
    border-radius: 10px;
    resize: none;
}

.faq-sections .faq-con .container .form-sec .wpcf7 form .wpcf7-submit {
    width: 129px;
    height: 42px;
    line-height: 42px;
    background-color: #f8ab16;
    color: #fff;
    font-size: 16px;
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    border-radius: 50px;
    background-image: none;
    box-shadow: none;
    padding: 0;
    display: block;
    margin: 25px auto;
    margin-bottom: 0
}

.faq-sections .faq-con .container .form-sec .wpcf7 form .wpcf7-submit:focus {
    outline: none
}


.faq_main {
    padding: 0 12%;
    box-sizing: border-box;
}

.faq-sections .faq-con .container .faq-list .faq .faq_wrapper .question.active .title i {
    color: #f8ab16
}


.jiantou ::before {
    content: "\e64a"
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(//www.chinaropo.com/wp-content/themes/betheme-child/dist/css/fontawesome/web-fonts-with-css/css/../webfonts/fa-brands-400.eot);
    src: url(//www.chinaropo.com/wp-content/themes/betheme-child/dist/css/fontawesome/web-fonts-with-css/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.chinaropo.com/wp-content/themes/betheme-child/dist/css/fontawesome/web-fonts-with-css/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(//www.chinaropo.com/wp-content/themes/betheme-child/dist/css/fontawesome/web-fonts-with-css/css/../webfonts/fa-brands-400.woff) format("woff"), url(//www.chinaropo.com/wp-content/themes/betheme-child/dist/css/fontawesome/web-fonts-with-css/css/../webfonts/fa-brands-400.ttf) format("truetype"), url(//www.chinaropo.com/wp-content/themes/betheme-child/dist/css/fontawesome/web-fonts-with-css/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}


.faq-sections .faq-con .container .faq-list .faq .faq_wrapper .question .title i {
    right: unset;
    left: 10px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 50%;
    line-height: 45px;
    color: #666;
    top: 5px;
    font-weight: 800;
}

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

.jiantou:before {
    content: "\e64a";
    font-style: normal;
    transform: rotate(180deg);
}

.icon-minus {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.faq_r {
    width: 30%;
}

.faq_r_main {
    border: 1px #d2c4b0 solid;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}


.faq_l {
    width: 68%;
}

.faq_r_main .form-group:nth-child(1) {
    width: 100%;
}

.faq_r_main .form-group:nth-child(2) {
    width: 100%;
}

.faq_r_main .form-group:nth-child(3) {
    width: 100%;
}


.faq_r_main ul li:last-child {
    background: #86602a;
    border-radius: 4px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    line-height: 3rem;
    width: 30%;
    margin-top: 20px;
    height: 50px;
    flex-direction: column;
}

.faq_r_main ul li:last-child input {
    border: none;
    background: none;
    color: #fff;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1768049599852') format('woff2'),
        url('../fonts/iconfont.woff?t=1768049599852') format('woff'),
        url('../fonts/iconfont.ttf?t=1768049599852') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.answer {
    display: none;
    padding-left: 58px;
    box-sizing: border-box;
    line-height: 40px;
}

.jiantou {
    margin-right: 10px;
}


.dow a {
    color: #fff;
}


.bofanganniu {
    background: #3d3d3dbc;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.products_list li:hover .bofanganniu {
    opacity: 1;
}



.bofanganniu2 {
    background: #3d3d3dbc;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.products_list li:hover .bofanganniu2 {
    opacity: 1;
}

.products_list_img {
    display: flex;
    position: relative;
}

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

.bofanganniu::before {
    content: "\e600";
    font-size: 3rem;
    position: absolute;
    z-index: 999;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news_main_breadcrumb {
    margin-top: 50px;
}

.bofanganniu2::before {
    content: "\e606";
    font-size: 3rem;
    position: absolute;
    z-index: 999;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.baojiabut {
    background: #86602a;
    border-radius: 20px;
    padding: 4px 10px;
    box-sizing: border-box;
    font-size: 1rem;
}

.baojiabut {
    color: #fff;
}

.baojiabut_k {
    color: #fff;
    display: flex;
    align-items: center;
}

.menu-second-level {
    display: flex;
    flex-direction: column;
}

.headerInnerBox .right .headerNav .one-li:hover>.two-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.head_search {
    background: #fff;
    border-radius: 20px;
    border: 1px #c8c8c8 solid;
    padding: 4px 8px;
    box-sizing: border-box;
}

.headerInnerBox .right .headerNav .one-li .three-box ul li a {
    font-size: .8rem !important;
    font-weight: 400 !important;
}

.headerInnerBox .right .headerNav .one-li .three-box ul li {
    font-size: .8rem !important
}

.submenu-third-level {
    display: flex;
    justify-content: flex-start;
}

.submenu-third-level li {
    display: flex;
    justify-content: flex-start;
}

.headerInnerBox .right .headerNav .one-li .two-box .right ul li .three-box {
    font-size: .8rem;
}

.three-box a {
    font-size: .8rem;
}

.head_search input {
    border: none;
    background: none;
    font-size: .8rem;
}

.head_search form {
    display: flex;
    align-items: center;
}

.dbtc {
    position: absolute;
    background: #1b1b1b67;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}


.dbtc_nr {
    width: 600px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.baojiabut a {
    color: #fff;
}


.message {
    width: 600px;
}

.message ul li {
    display: flex;
    margin: 20px 0;
}

.sub_main {
    margin-top: 150px;
}

.product_colo ul {
    flex-wrap: wrap;
}

@media (max-width: 768px) {




    .head_banner_about {
        position: static;
    }


    .head_banner_about {
        width: 100%;
        flex-direction: column;
    }

    .head_banner_about_left {
        width: 100%;
    }


    .head_banner_about_right {
        padding: 2%;
        width: 100%;
        font-size: .8rem;
    }

    .head_banner {
        display: flex;
        flex-direction: column;
    }

    .head_banner_about {
        order: 2;
    }

    .headerBox {
        position: static !important
    }

    .head_banner_about_left {
        padding-top: 0;
    }

    .index_main {
        padding: 2%;
    }

    .slide-text {
        font-size: 1rem;
    }

    .mySwiper4 {
        background: none;
    }

    .mySwiper4 {
        width: 20%;
    }

    .slide-text {
        font-size: .8rem;
    }

    .mySwiper2 {
        width: 80%;
    }

    .index_main_business {
        margin: 10px 0px;
    }

    .index_liucheng_main {
        padding: 0 2%;
    }

    .index_liucheng_main_title h2 {
        font-size: 2rem;
    }

    .index_liucheng_main_title {
        margin: 10px 0px;
    }

    .index_liucheng_main_title p {
        color: #fff;
        font-size: .8em;
        width: 100%;
        line-height: .8rem;
    }

    .index_liucheng_main {
        min-height: auto;
    }


    .index_liucheng_main_liucheng li {

        width: 30%;

        flex-wrap: wrap;
    }

    .index_liucheng_main2 {

        padding: 0 2%;

    }

    .index_liucheng_main2 {

        padding: 0 2%;

    }


    .head_banner_about_right_insight {
        flex-direction: column;
    }

    .head_banner_about_right_insight_l {
        width: 100%;
        order: 2;
    }

    .head_banner_about_right_insight_l_but {
        width: 50%;
    }

    .head_banner_about_right_insight_l_text {
        font-size: 1rem;
    }

    .head_banner_about_right_insight_r {
        order: 1;
    }


    .footer {
        padding: 2%;
    }

    .footer_top {
        flex-direction: column;
    }

    .footer_top_l {
        width: 100%;
    }


    .head_banner_about_right_insight_l_but {
        margin-top: 20px;
    }

    .footer_top_l ul li {
        font-size: .8rem;
    }



    .footer_top_r {
        font-size: .8rem;
        align-items: flex-start
    }

    .footer_top_r_b {
        font-size: .8rem;
    }


    .head_banner_about_right_insight_r {
        display: none;
    }

    .index_liucheng_main_title {
        padding: 0px
    }

    .headerBox .center {
        width: 100%;
    }

    .nav_possicon .headerBox .right {
        display: none;
    }

    .index_liucheng_main_liucheng ul {
        flex-wrap: wrap;
    }

    .index_liucheng_main_liucheng li {
        width: 50%;

    }

    .index_liucheng_main_buttom_list li {
        width: 100%;
        margin-bottom: 10px;
    }

    .index_liucheng_main_liucheng li:last-child {
        width: 50%;
    }

    .index_liucheng_main_buttom_list ul {
        flex-wrap: wrap;
    }

    .index_liucheng_main_title h2 {
        margin-bottom: 10px;
    }

    .headerBox .headerInnerBox .logo {
        width: 16%;
    }

    .nav_possicon .hamburger {
        display: block;
    }

    .sidebar-nav {
        z-index: 99999;
        padding: 20px 0px 0px 20px;
        background-color: #fffffff2;
    }

    .about_zhiliang_r img {
        max-width: 100%;
    }

    .about_company_text h2 {
        display: none;
    }

    .about_company_text_main {
        width: 100%;
    }

    .about_company_text {
        padding: 2%;
    }

    .about_company_text {
        min-height: auto;
        background-size: cover;
    }

    .about_zhiliang {
        padding: 0 2%;

    }



    .about_zhiliang ul {

        margin: 20px 0px;
    }



    .about_zhiliang_title h3 {
        font-size: 1.5rem;
    }

    .about_zhiliang_p {
        width: 100%;

        font-size: .8rem;

    }


    .about_zhiliang_text {
        flex-direction: column;
        width: 100%;
    }

    .about_zhiliang_p {
        width: 100%;

    }

    .about_zhiliang_title {
        width: 100%;
    }

    .about_zhiliang2 {

        padding: 0 2%;

        flex-direction: column;

    }

    .about_zhiliang_l {
        width: 100%;
    }


    .about_hooner {
        margin-top: 20px;
    }


    .contact_main_t {
        flex-direction: column;
    }

    .contact_main {
        padding: 2%;
    }

    .contact_main_r {
        width: 100%;
    }




    .faq_main {
        padding: 0 2%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }



    .faq_l {
        width: 100%;
    }

    .faq_r {
        width: 100%;
    }

    .products_deatle {
        margin-top: 20px;
        flex-direction: column;
    }

    .products_deatle_r {
        width: 100%;
    }

    .products_deatle_l {
        width: 100%;
    }


    .index_liucheng {
        background-size: auto;
    }

}