@charset "utf-8";
@font-face {
    font-family: "bebas";
}

body {
    font-size: 16px;
    color: #333333;
    background: #fff;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    word-break: break-all;
}

img {
    border: none;
    max-width: 100%;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}

div, ul, li, dl, dt, dd, p, form {
    margin: 0;
    padding: 0;
}

ul, li, dl, dt, dd {
    list-style: none;
    display: block;
}

a {
    font-size: inherit;
    text-decoration: none;
    color: #333;
}

i, em {
    font-style: normal; /*默认值。浏览器显示一个标准的字体样式。*/
}

select, input, textarea, button {
    font-family: inherit;
    font-size: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

td, th {
    padding: 0;
}

th {
    text-align: left;
}

tr {
    vertical-align: middle;
}

.x-banner {
    position: relative;
}

/*f99b06*/
body::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #f99b06;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

.clear {
    clear: both;
}

/*f99b06*/
/**/
html,
body {
    position: relative;
    height: 100%;
}

.max_width {
    width: 1400px;
    margin: 0 auto;
}

.swiper {
    /*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;
}

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

.swiper {
    margin-left: auto;
    margin-right: auto;
}

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

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
}

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

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

.swiper-father {
    position: relative;
}

/**/
.hidden-xs {
    width: 14%;
    height: 100%;
    position: absolute;
    left: 10%;
    top: 0;
    z-index: 9999;
}

.header ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    /*height: 70%;*/
}

.header {
    height: 100%;
}

.header_dis {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #1b1b1bad;
}

.header_dis .logo img {
    width: 95%;
    margin:0 auto;
    display: block;
}

.pho_header {
    position: absolute;
    top: 2%;
    right: 14%;
    width: 240px;
}

.pho_header_b {
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 3%;
    color: #fff;
    font-size: 14px;
}

.pho_head_le {
    display: flex;
    align-items: center;
    width: 44%;
    justify-content: space-between;
}

.pho_head_le img {
    margin-right: 1%;
}

.pho_head_le span {
    font-weight: bold;
    display: inline-block;
}

/*搜索*/
.d1 input {
    width: 100%;
    height: 42px;
    padding-left: 7%;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    background: #fff;
    color: #b8b5b5;
}

.d1 button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    border: 1px solid #ccc;
    border-left: none;
}

.d1 button:before {
    font-size: 16px;
    color: #F9F0DA;
}

form {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

/*搜索*/
.search_b_s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 0;
}

.search_box {
    background: #f3f3f3;
}

.search_b_le span {
    color: #333333;
}

.cp_slide {
    width: 20% !important;
}

.product_box {
    display: grid;
    width: 1300px;
    grid-template-columns: repeat(4, 23.8%);
    grid-template-rows: repeat(1, 50%);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin: 0 auto;
}

.product_box .product_b_s:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
}

.product_b_s .product_b_simg:nth-child(1) .product_b_cont span {
    font-size: 22px;
    font-weight: bold;
    color: #f99b06;
}

.product_b_s .product_b_simg:nth-child(1) .product_b_cont p {
    font-size: 18px;
    line-height: 3;
    color: #f99b06;
}

.product_b_s .product_b_simg:nth-child(1) .product_b_cont .product_b_more {
    border: 1px solid #f99b06;
    width: 40%;
    margin-top: 7%;
    line-height: 3;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #f99b06;
    border-radius: 30px;
}

.product_b_s .product_b_simg:nth-child(1) .product_b_cont .product_b_more em {
    font-style: inherit;
}

.product_b_s .product_b_simg:nth-child(1) .product_b_cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20% 10% 10% 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product_b_s .product_b_simg:nth-child(-n+5):nth-child(n+2) .product_b_more {
    display: none;
}

.product_b_s .product_b_simg:nth-child(-n+5):nth-child(n+2) .product_b_cont p {
    display: none;
}

.product_b_s .product_b_simg:nth-child(-n+5):nth-child(n+2) .product_b_cont span {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    color: #fff;
    background: #000000a6;
    left: 0;
    line-height: 3.6;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.product_b_s a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.product_b_simg a img {
    width: 100%;
    height: 100%;
}

.product_b_cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
}

.product_box_inp {
    width: 88% !important;
    margin: 0 auto;
    overflow: hidden;
}

.product_box_inp .swiper-slide a {
    box-shadow: 0px 5px 11px rgb(18 27 27 / 17%);
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 18% 0;
}

.product_box_inp .swiper-slide-active a {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0aa8dd;
    width: 100%;
    color: #fff;
}

.swiper-ln-next {
    width: 40px !important;
    height: 65px !important;
    box-shadow: 0px 5px 11px rgb(18 27 27 / 17%);
}

.swiper-ln-next img {
    width: 100%;
}

.swiper-ln-prev img {
    width: 100%;
}

.swiper-ln-prev {
    width: 40px !important;
    height: 65px !important;
    box-shadow: 0px 5px 11px rgb(18 27 27 / 17%);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none !important;
}

/**/
.ydp_ph {
    position: absolute;
    top: 15%;
}

.bg {
    height: 350px;
    overflow: hidden;
}

.footer_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
}

.footer_le {
    width: 35%;
}

.footer_ri {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.footer_r_c_b {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 26px;
}

.footer_r_cont {
    width: 20%;
}

.footer_r_c_t em {
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #f99b06;
    display: inline-block;
    border-radius: 20px;
    margin-right: 12px;
}

.footer_r_c_t span {
    font-size: 24px;
    font-weight: bold;
}

.footer_r_c_t {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer_r_c_b a {
    line-height: 2;
    color: #a3a3a3;
}

.footer_le span {
    margin-bottom: 6%;
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer_l_c_th {
    display: flex;
    align-items: center;
    margin-bottom: 4%;
}

.footer_l_c_th img {
    margin-right: 10px;
}

.footer_l_c_bo {
    font-weight: bold;
    font-size: 18px;
    font-style: inherit;
}

.index_nes_t_bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4%;
    border-top: 1px solid #ccc;
    padding: 4%;
    transition: color .2s ease-in-out;
}

.index_nes_t_bt img {
    width: 20px;
    margin-right: 16px;
}

.index_nes_t_b_l {
    display: flex;
    align-items: center;
}

.index_nes_t_bt p {
    display: inline-block;
    width: 40%;
    line-height: 2.4;
    background: #f99b06;
    border-radius: 99px;
    color: #fff;
}

.index_nes_cen span {
    font-weight: bold;
    font-size: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
    margin-top: 4%;
}

.index_nes_cen p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
    margin: 4% 0;
    font-size: 14px;
    color: #6e6e6e;
}

.index_nes_cont .index_nes_cen {
    padding: 0 4%;
}

.index_nes_cont {
    box-shadow: 0px 0px 9px 0px rgb(27 27 27 / 17%);
    margin: 3%;
}

.index_nes_cont:hover .index_nes_cen p {
    color: #6e6e6e;
}

.index_nes_cont:hover .index_nes_cen span {
    color: #000;
}

.index_nes_cont:hover .index_nes_t_bt {
    border-top: 1px solid #f99b06;
}

.swiper-pag-news {
    display: flex;
    justify-content: center;
    margin-top: 4%;
}

.swiper-pagination-bullet-active {
    background: #f99b06 !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.swiper-news {
    margin-top: 4%;
}

.index-hezuo_lx {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
}

.index-hezuo_bt {
    display: flex;
    background: #f99b06;
    align-items: center;
    padding: 1% 5%;
    border-radius: 40px;
    /*width: 35%;*/
    margin-top: 3%;
    box-shadow: 2px 3px 2px 0px rgb(249 155 6 / 64%);
    justify-content: center;
    white-space: nowrap;
    
}

.index-hezuo_lx span {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.index-hezuo_bt em {
    font-style: inherit;
    font-size: 18px;
    color: #fff;
}

.index-hezuo_bt p {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family: Arial;
    white-space: nowrap;
}

.index-hezuo_bt img {
    margin-right: 2%;
}

.title p {
    margin-top: 1%;
    font-size: 18px;
}

.us {
    position: relative;
}

.color_or {
    color: #f99b06;
}

.us_box_t {
    background: #fff;
    box-shadow: 0px 0px 9px 0px rgb(27 27 27 / 17%);
    padding: 5% 3% 3% 3%;
}

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

.us_box_t_l {
    display: flex;
    align-items: baseline;
    position: relative;
}

.us_box_t_l span {
    position: absolute;
    top: -48px;
    font-size: 60px;
    font-weight: bold;
    color: #f3f3f3;
    z-index: 1;
}

.us_box_t_l .us_box_t_l_tw {
    font-size: 40px;
    font-weight: bold;
    z-index: 2;
    color: #222;
}

.us_box_t_l em {
    font-style: inherit;
}

.us_box_bot {
    display: flex;
    justify-content: flex-end;
}

.us_box_b_an {
    width: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 3;
    border-radius: 30px;
    transition: .2s ease-in-out;
}

.us_box_b_an a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 30px;
    transition: .2s ease-in-out;
}

.us_box_bot .us_box_b_an:nth-child(1) {
    background: #000;
    margin-right: 2%;
}

.us_box_bot .us_box_b_an:nth-child(2) {
    background: #f99b06;
}

.us_box_p p {
    margin-top: 3%;
    line-height: 2;
}

.swiper-father {
    margin: 2% 0;
    position: relative;
}

.swiper-button-p:after, .swiper-rtl .swiper-button-n:after {
    content: none;
}

.swiper-button-n:after, .swiper-rtl .swiper-button-p:after {
    content: none;
}

.swiper-button-p, .swiper-rtl .swiper-button-n {
    position: absolute;
    top: 34%;
    width: 60px;
    left: 100px;
}

/**/
/* 效果CSS开始 */
.mod18 {
    position: relative;
    margin: 0 auto;
}

.mod18 .btn {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.mod18 .prev {
    left: 10px;
    background: url(../images/312314.jpg) no-repeat;
    box-shadow: 0px 0px 9px 0px rgb(27 27 27 / 17%);
}

.mod18 #prevTop, .mod18 #nextTop {
    top: 0;
    width: 40px;
    height: 65px;
}

.mod18 #prev, .mod18 #next {
    top: 0;
    width: 40px;
    height: 65px;
}

.mod18 .next {
    right: 10px;
    background: url(../images/312514.jpg) no-repeat;
    box-shadow: 0px 0px 9px 0px rgb(27 27 27 / 17%);
}

.mod18 li {
    float: left;
}

.mod18 .cf li {
    position: relative;
    color: #fff;
    margin-bottom: 3%;
}

.mod18 .cf li span {
    display: block;
}

.mod18 .picBox {
    width: 100%;
    /*min-height: 590px;*/
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.mod18 .picBox ul {
    height: 100%;
    position: absolute;
    left: 0;
}

.mod18 .listBox {
    width: 90%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0.5%;
}

.mod18 .listBox ul {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100% !important;
}

.mod18 .listBox li {
    width: 15%;
    height: 65px;
    cursor: pointer;
    position: relative;
    opacity: 1;
}

.mod18 .listBox li i {
    display: none;
}

.mod18 .listBox li a {
    width: 100%;
    height: 65px;
    background-color: #fff;
    box-shadow: 0 5px 11px rgb(18 27 27 / 17%);
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
}

.mod18 .listBox img {
    background-color: #cfa972;
    opacity: 0.6;
}

.mod18 .listBox .on a {
    opacity: 1;
}

.mod18 .listBox .on img {
    opacity: 1;
}

.mod18 .listBox .on i {
    display: block;
}

.listBox img {
    width: 100%
}

.product_b_s {
    display: grid;
    width: 1400px;
    grid-template-columns: repeat(4, 23.8%);
    grid-template-rows: repeat(1, 49%);
    grid-row-gap: 1%;
    grid-column-gap: 1%;
    margin: 0 auto;
}

.product_b_s .product_b_simg:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
}

.swiper-button-n, .swiper-rtl .swiper-button-p {
    position: absolute;
    top: 34%;
    width: 60px;
    right: 100px;
}

.us_img {
    position: absolute;
    top: 0;
}

.us_img_box {
    position: relative;
    z-index: 2;
    padding-top: 20%;
}

.s_arc_sp {
    line-height: 3;
    width: 100%;
    display: inline-block;
}

.about_box {
    width: 100%;
    position: relative;
}

.ad-gallery {
    /*background: #f9f9f9;*/
    position: relative;
    height: 600px;
    overflow: hidden;
}

.gallery_li_pos {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 2%;
}

.nav-left-container li a:hover {
    color: #f29b06;
}

.gallery_li_pos em {
    font-style: inherit;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f3f3f3;
}

.gallery_li_pos p {
    text-align: left;
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-top: 3%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.gallery_li:hover .gallery_li_pos a {
    color: #f99b06;
}

.about_tit {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2%;
}

.about_tit .about_t_cont span {
    font-size: 40px;
    font-weight: bold;
    color: #222;
}

.about_t_cont {
    margin-left: 2%;
}

.col_or {
    color: #f99b06;
    font-style: inherit;
}

.about_t_cont p {
    font-size: 18px;
    color: #666666;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

/*.product_b_s {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 23.8%);*/
/*    grid-template-rows: repeat(1, 50%);*/
/*    grid-row-gap: 20px;*/
/*    grid-column-gap: 20px;*/
/*    margin: 0 auto;*/
/*}*/

/*.product_b_s .product_b_simg:nth-child(1) {*/
/*    grid-column: 1/3;*/
/*    grid-row: 1/3;*/
/*}*/

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

.container_por a {
    width: 50%;
}

.container_por .glyphicon {
    width: 20%;
}

.product_b_more img {
    height: 12px !important;
    width: 12px !important;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.main_ul {
    display: flex;
    align-items: center;
}

.main {
    padding: 60px 0 !important;
    margin: 0 auto;
    max-width: 100%;
}

.numCount {
    margin: 0 -10px;
}

.numCount li {
    float: left;
    width: 25%;
    text-align: center;
}

.numCount li .item {
    margin: 0 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.numCount li .numU {
    line-height: 1.3;
    margin-right: 2%;
    display: flex;
}

.numU em {
    font-size: 36px;
    font-weight: bold;
}

.numCount li .numCX {
    font-size: 80px;
    font-weight: bold;
    color: #f99b06;

}

.numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
}

.numCount li .numU sup {
    vertical-align: top;
}

.numCount li .numU sub {
    vertical-align: baseline;
}


/*.mod18_cont_fiv{*/
/*    display: grid;*/
/*    width: 1300px;*/
/*    grid-template-columns: repeat(4,23.8%);*/
/*    grid-template-rows: repeat(1,50%);*/
/*    grid-row-gap: 20px;*/
/*    grid-column-gap: 20px;*/
/*    margin: 0 auto;*/
/*}*/
/*.mod18_cont_fiv .product_b_simg:nth-child(1){*/
/*    grid-column: 1/3;*/
/*    grid-row: 1/3;*/
/*}*/
/*.mod18_top .swiper-slide-active{*/
/*    background: red;*/
/*}*/
.product_b_simg a {
    position: relative;
    width: 100%;
    height: 100%;
}

.us_box_b_an a:hover {
    background: #f99b06;
}

.swiper-button-lock {
    display: block !important;
}

.swiper-button-pr {
    position: absolute;
    width: 60px;
    top: 0;
    right: 0;
    height: 88px;
    display: flex;
    justify-content: flex-end;
    margin: 0.5%;
    box-shadow: 0px 0px 9px 0px rgb(27 27 27 / 17%);
}

.swiper-button-ne {
    height: 88px;
    position: absolute;
    width: 60px;
    top: 0;
    left: 0;
    display: flex;
    margin: 0.5%;
    box-shadow: 0px 0px 9px 0px rgb(27 27 27 / 17%);
}

.mySwiper_por {
    position: relative;
}

.mySwiper_por .mod18_top {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.mySwiper .swiper-slide {
    width: 14%;
    height: 100%;
    /*opacity: 0.4;*/
}

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


@media (max-width: 800px) {
    .numCount li .numCX {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .numCount li .numCX {
        font-size: 7vw;
        font-family: Arial;
    }
}

@media (max-width: 480px) {
    .numCount {
        font-size: 0.5vw;
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    .swiper-button-n, .swiper-rtl .swiper-button-p {
        right: 1%;
    }

    .swiper-button-p, .swiper-rtl .swiper-button-n {
        left: 1%;
    }
}

@media (min-width: 1500px) and (max-width: 1600px) {
    .hidden-xs {
        width: 17%;
        left: 5%;
    }
    .swiper-button-n, .swiper-rtl .swiper-button-p {
        display: none;
    }

    .swiper-button-p, .swiper-rtl .swiper-button-n {
        display: none;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    .hidden-xs {
        width: 17%;
        left: 7%;
    }

}

@media (min-width: 1300px) and (max-width: 1400px) {
    .hidden-xs {
        width: 18%;
        left: 7%;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .hidden-xs {
        width: 19%;
        left: 7%;
    }

    .header ul {
        margin-top: 2% !important;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .hidden-xs {
        width: 20%;
        left: 7%;
    }
}

@media (min-width: 980px) and (max-width: 1600px) {
    .max_width {
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
    }

    .search_b_s {
        padding: 1% 16px !important;
    }

    .us_box_t {
        padding: 5% 3% 3% 3% !important;
    }

    .us_img_box {
        padding: 20% 2% 1% 2% !important;
    }

    .swiper-father {
        padding: 0 2%;
    }

    .index-hezuo_bt {
        width: 43%;
    }
}

@media (max-width: 980px) {
    .max_width {
        width: 100%;
        padding: 1%;
    }
    .about_tit img{
        display: none;
    }
    .about_tit .about_t_cont span {
        font-size: 28px;
        font-weight: bold;
        color: #222;
    }
    .about {
        margin-top: 3%!important;
    }
    .main{
        padding: 0!important;
    }
    .footer_box {
        display: flex;
        margin-bottom: 4%;
        flex-direction: column;
    }
    /*.about ul li{*/
    /*    width: 23%;*/
    /*}*/
    .main_ul img{
        display: none;
    }
    .footer_le {
        width: 100%;
    }

    .footer_l_c_bo {
        font-size: 16px;
    }

    .footer_ri {
        display: none;
    }

    .footer {
        padding-bottom: 40px;
    }

    .pho_header {
        display: none;
    }

    .index-hezuo_bt {
        width: 100%;
    }

    .index-hezuo_lx span {
        font-size: 20px;
        text-align: center;
    }

    .title p {
        font-size: 14px;
    }

    .us_box_t_l {
        display: flex;
        position: relative;
        flex-direction: column;
    }

    .us_box_t_l .us_box_t_l_tw {
        font-size: 28px;
        font-weight: bold;
        z-index: 2;
    }

    .us_img_box {
        position: relative;
        z-index: 2;
        padding: 20% 2% 2% 2%;
    }

    .us_box_t {
        padding: 16% 4% 4% 4% !important;
    }

    .us_box_t_l p {
        font-size: 14px;
    }

    .us_box_bot {
        width: 100%;
        margin: 2% 0;
        justify-content: space-around;
    }

    .us_box_b_an {
        width: 40%;
    }

    .us_box_bot .us_box_b_an:nth-child(1) a {
        color: #fff;
    }

    .swiper-button-p {
        display: none;
    }

    .swiper-button-n {
        display: none;
    }

    .ad-gallery .slider-nav {
        width: 100% !important;
    }

    .ad-gallery {
        height: 100%;
    }

    .ad-gallery .slider-for {
        position: static;
    }

    .ad-gallery .slider-nav {
        position: static;
    }

    .product_b_s {
        width: 100%;
    }
    .index-hezuo_bt em{
        font-size: 16px;
    }
    .index-hezuo_bt p{
        font-size: 24px;
    }
    .search_b_ri{
        display: none;
    }
    .ad-gallery .slider-for{
        position: static!important;
    }
    .ad-gallery .slider-nav{
        position: static!important;
    }
    .ad-gallery .slick-prev{
        display: none!important;
    }
    .ad-gallery .slick-next{
        display: none!important;
    }
    .ad-gallery .slider-nav li img{
        height: auto!important;
    }
    .numCount li .item {
            /*padding-left: 16%;*/
        margin: 0 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .about ul li{
        width: 18%;
    }
    .ad-gallery .slider-for{
        height: auto!important;
    }
    .ad-gallery .slick-initialized .gallery_li{
        height: auto!important;
    }
    .gallery_li_pos em{
        font-size: 20px;
    }
    .about ul li a{
        font-size: 20px!important;
    }
    .product_b_s .product_b_simg:nth-child(1) .product_b_cont span{
            font-size: 18px;
    }
    .product_b_s .product_b_simg:nth-child(-n+5):nth-child(n+2) .product_b_cont span {
        line-height: 2;
        font-size: 14px;
    }
    .product_b_s .product_b_simg:nth-child(1) .product_b_cont p{
        display: none;
    }
    .product_b_s .product_b_simg:nth-child(1) .product_b_cont .product_b_more{
        line-height: 2;
        width: 70%;
    }
    .product_b_more em{
        font-size: 14px;
    }
    .mod18 .picBox{
        padding-top: 0;
    }
}
@media (min-width: 350px) and (max-width: 750px) {
    .mod18 .listBox{
        height: 60px;
    }
    .swiper-button-ne{
        width: 33px;
        height: 56px;
    }
    .swiper-button-pr{
        width: 33px;
        height: 56px;
    }
    .gallery-thumbs .swiper-slide a h3{
        font-size: 12px;
    }
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

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

.swiper-slide-thumb-active {
    background-image: -webkit-linear-gradient(#f9b706, #f99b06);
}

.swiper-slide-thumb-active a {
    color: #fff;
}

.gallery-top {
    height: auto;
    width: 1200px;
    margin: 20px auto;
}

.gallery-thumbs {
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    width: 90%;
}

.gallery-thumbs .swiper-slide {
    box-shadow: 0px 0px 9px 0px rgb(27 27 27 / 17%);
}

.gallery-thumbs .swiper-slide a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.gallery-thumbs .swiper-slide a h3 {
    /*color: #5c5c5c;*/
}

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

.nav {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 2%;
}

.gallery-top > {
    width: 1200px;
    height: auto;
    margin: auto;
}

.info {
    /*text-align: center;*/
    /*color: #f0f8ff;*/
}

.gallery-top .swiper-wrapper .swiper-slide {
    background-size: 100% 100% !important;
}

/*.gallery-top .swiper-wrapper .swiper-slide:nth-child(1){*/
/*    background-color: #2F32A2;*/
/*}*/
/*.gallery-top .swiper-wrapper .swiper-slide:nth-child(2){*/
/*    background-color: #275140;*/
/*}*/
/*.gallery-top .swiper-wrapper .swiper-slide:nth-child(3){*/
/*    background-color: #863F3F;*/
/*}*/
/*.gallery-top .swiper-wrapper .swiper-slide:nth-child(4){*/
/*    background-color: #503484;*/
/*}*/
/*.gallery-top .swiper-wrapper .swiper-slide:nth-child(5){*/
/*    background-color: #2C5483;*/
/*}*/
/*.gallery-top .swiper-wrapper .swiper-slide:nth-child(6){*/
/*    background-color: #252525;*/
/*}*/
/*.gallery-top .swiper-wrapper .swiper-slide:nth-child(7){*/
/*    background-color: #326E33;*/
/*}*/
/*.gallery-top .swiper-wrapper .swiper-slide:nth-child(8){*/
/*    background-color: #823434;*/
/*}*/










