*{box-sizing:border-box}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, dt, li, p {
  padding: 0;
  margin: 0;
}
body{font-family:Arial, sans-serif;margin:0 auto;}
input,button{outline:none;border:none}
a {
  text-decoration: none;
  color: #000;
}
a:hover{text-decoration: none;color:initial}

li, i {
  list-style: none;
}

img {
  width: auto;
  max-width: 100%;
  border:0 none;
  vertical-align: middle;
  border:0 none;
}

.com_content{
    width: 1400px;
    margin: 0 auto;
    height: auto;
}

/* head */
.head{
    max-width: 100%;
    height: auto;
}
.head>img{
    max-width: 100%;
    max-height: 100%;
}

/* btns */
.btns{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 120px;
}
.btns ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.btns ul li{
    padding: 25px 0;
    margin: 0 15px;
    font-size: 16px;
    color: #222222;
}
.btns ul .li_acters a{
    position: relative;
    color: #008842;
    font-weight: bold;
}
.btns ul .li_acters a::after{
    position: absolute;
    bottom: -25px;
    left: 0;
    content: "";
    width: 100%;
    height: 8px;
    background-color: #008842;
}

/* ERCOMMEND */

.h_com{
    width: 100%;
    margin-bottom: 70px;
    padding:120px 0 0
}

.h_com .com_cont{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.com_title{
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
}
.com_title .kuai{
    margin-right: 10px;
    margin-top: 15px;
    display: flex;
}
.com_title .kuai .kuai1{
    width: 10px;
    height: 10px;
    margin-right: 2px;
    background-color: #008842;
}
.com_title .kuai .kuai2{
    width: 10px;
    height: 10px;
    margin-right: 2px;
    background-color: #dc0b1b;
}
.com_title .title1{
    display: flex;
    flex-direction: column;
}
.com_title .title1 p{
    color: #282828;
    font-size: 50px;
    margin-bottom: 15px;
    font-family: 'bebas';
}
.com_title .title1 span{
    color: #282828;
    font-size: 24px;
}
.h_com .com_cont .contents{
    display: flex;
    align-items: center;
}
.h_com .com_cont .contents>img{
    max-width: 100%;
    max-height: 100%;
    margin-right: 55px;
}
.h_com .com_cont .contents .text{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.h_com .com_cont .contents .text ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 18px;
}
.h_com .com_cont .contents .text ul li{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #cccccc;
    margin-left: 15px;
    cursor: pointer;
}
.h_com .com_cont .contents .text ul .li_acter{
    border: 1px solid #008842;
    color: #008842;
}

.h_com .com_cont .contents .text .lists{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.h_com .com_cont .contents .text .lists .list1{
    color: #008842;
    font-size: 12px;
    margin-bottom: 30px;
    position: relative;
}
.h_com .com_cont .contents .text .lists .list1::after{
    width: 80px;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #008842;
    margin-left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.h_com .com_cont .contents .text .lists p{
    color: #202020;
    font-size: 28px;
    margin-bottom: 40px;
}
.h_com .com_cont .contents .text .lists span{
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.h_com .com_cont .contents .text .lists .list_btn{
    width: 360px;
    height: 67px;
    margin-top: 55px;
}
.h_com .com_cont .contents .text .lists .list_btn button{
    width: 360px;
    height: 67px;
    background-color: #008842;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 0 100px;
}
.h_com .com_cont .contents .text .lists .list_btn button .span{
    flex: 1;
    font-size: 40px;
    color: #fff;
    text-align: right;
}
/*  */
.product_list{padding-bottom:200px;position:relative}
.product_list .item .img{width:800px;float:left;}
.product_list .item .info{width:640px;float:left;}
.product_list .item .info{padding:110px 0 0 55px;}
.product_list .item .info span{font-size:12px;color:#008842 ;font-family: arial;position: relative;}
.product_list .item .info span::after{
    width: 80px;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #008842;
    margin-left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.product_list .item .info h3{font-size:28px;color:#333;margin:25px 0 30px;}
.product_list .item .info p{font-size:16px;color:#666;line-height:33px;} 
.product_list .item .info .more{width:360px;line-height:66px;padding:0 22px 0 120px;color:#fff;font-size:16px;color:#fff;background:#008842;display:block;margin-top:50px;}
.product_list .item .info .more div{float:right;}

.h_com .product_list .swiper-pagination{right:0;top:30px;}
.h_com .product_list .swiper-pagination .swiper-pagination-bullet{width:50px;height:50px;text-align:center;line-height:48px;color:#ccc;border:1px solid #ccc;background:none;margin-left:15px;}
.h_com .product_list .swiper-pagination .swiper-pagination-bullet-active{border-color:#008842;color:#008842;font-weight:bold;}

/* qq,微信,向上按钮 */
.com_fixed{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}
.com_fixed ul{
    display: flex;
    flex-direction: column;
}
.com_fixed ul li{
    width: 75px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.com_fixed ul li img{
    max-width: 100%;
    max-height: 100%;
}
.com_fixed ul .fixed_1{
    background-color: #f6f6f6;
    color: #585858;
}
.com_fixed ul .fixed_2{
    background-color: #fff;
    color: #333;
}
.com_fixed ul .fixed_3{
    background-color: #008842;
    color: #fff;
}


/* about us */
.h_company{padding:130px 0 0;}
.h_company .com_cont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.h_company .com_cont .contents{
    justify-content: space-between;
}

.h_company .com_cont .left{
    width: 49%;
}
.h_company .com_cont .left .com_title{
    margin-bottom: 35px;
}
.h_company .com_cont .left .content2 .title2{
    font-size: 28px;
    color: #333;
}
.h_company .com_cont .left .content2 span{
    font-size: 14px;
    color: #999;
}
.h_company .com_cont .left .content2 p{
    width: 100%;
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    margin-top: 20px;
}

.h_company .com_cont .right{
    width: 45%;
    position: relative;
}
.h_company .com_cont .right video{
    width: 100%;height: auto;
}
.h_company .com_cont .right .btns{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fff;
    border-radius: 70px;
    color: #333;
    font-size: 40px;
    padding-left: 10px;
    cursor: pointer;
}
.h_company .com_cont .right img{
    max-width: 100%;
    max-height: 100%;
}

/* Corporate Culture */
.h_com .com_cont .cont1{
    display: flex;
    flex-direction: column;
}

.h_com .com_cont .cont1 .tent1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h_com .com_cont .cont1 .tent1 .tent1_img{
    padding: 15px;
    border: 1px solid #ddd;
    width: 50%;
    height: auto;background:#fff;
}
.h_com .com_cont .cont1 .tent1 .tent1_img img{
    max-width: 100%;
    max-height: auto;
}
.h_com .com_cont .cont1 .tent1 .spans{
    width: 43%;
    display: flex;
    flex-direction: column;
}
.h_com .com_cont .cont1 .tent1 .spans .p{
    display: flex;
    align-items: flex-start;
}
.h_com .com_cont .cont1 .tent1 .spans .p .dian{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #008842;
    margin-right: 35px;
}
.h_com .com_cont .cont1 .tent1 .spans .p .spans_p{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.h_com .com_cont .cont1 .tent1 .spans .p .spans_p p{
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}
.h_com .com_cont .cont1 .tent1 .spans .p .spans_p span{
    font-size: 16px;
    color: #999999;
    line-height: 28px;
}
.h_com .com_cont .cont1 .icon{
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
}

.h_com .com_cont .cont1 .icon .icons_1{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.h_com .com_cont .cont1 .icon .icons_1 .i{
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}
.h_com .com_cont .cont1 .icon .icons_1 .i>img{
    max-width: 100%;
    max-height: 100%;
}
.h_com .com_cont .cont1 .icon .icons_1 p{
    font-size: 24px;
    color: #333333;
    font-weight:bold;
    margin: 15px 0 20px;
}
.h_com .com_cont .cont1 .icon .icons_1 span{
    font-size: 16px;
    color: #999999;
}
.h_com .com_cont .cont1 .icon .icons_1:nth-child(1){
    border-right: 1px solid #dddddd;
}

.h_com .com_cont .cont1 .list ul{
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}
.h_com .com_cont .cont1 .list ul li{
    width: 340px;
    height:240px;
    position:relative;
    margin-right:1.33%;
    margin-bottom: 25px;
    overflow:hidden;
}
.h_com .com_cont .cont1 .list ul li p{font-size:16px;color:#fff;text-align:left;line-height:44px;background:rgba(0,0,0,0.5);bottom:0;left:0;width:100%;position: absolute;padding:0 20px;}
.h_com .com_cont .cont1 .list ul li img{
    width: 100%;
    height: auto;
}

/* Environment */
.h_com .lunbo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: relative;
}
.h_com .lunbo .zhezhao1{
    position: absolute;
    width: 23.1%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #ffffff7a;
}
.h_com .lunbo .zhezhao2{
    position: absolute;
    width: 23.1%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #ffffff7a;
}
.h_com .lunbo .swiper4{
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.h_com .lunbo .swiper4 .swiper-container {
    width: 100%;
    height: 100%;
    overflow: inherit;
  }

.h_com .lunbo .swiper4 .swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
}


.h_com .lunbo .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #8e8b84;
    color: #8e8b84;
    --swiper-navigation-size: 24px;
    left: 18%;
}
.h_com .lunbo .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #8e8b84;
    color: #8e8b84;
    --swiper-navigation-size: 24px;
    right: 18%;
}
.h_com .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #7b7b7b;
}
.h_com .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    border: 2px solid #008842;
}
.h_com .lunbo .swiper4 .swiper-slide a{
    display: block;
}
.h_com .lunbo .swiper4 .swiper-slide a img{
    width: 100%;
    height: auto;
}


/* HISTORY */

.h_com  .com_cont .tops{
    display: flex;
    justify-content: space-between;
}

.h_com  .com_cont .tops .tops_ul ul{
    display: flex;
    align-items: center;
}

.h_com  .com_cont .tops .tops_ul ul li{
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 18px;
    border-radius: 40px;
    border: 1px solid #999999;
    text-align: center;
    margin-left: 20px;
    cursor: pointer;
}
.h_com  .com_cont .tops .tops_ul ul .tops_li{
    background-color: #008842;
    color: #fff;
}
.h_com  .com_cont .bottoms{
    width: 100%;
    height: auto;
}
.h_com  .com_cont .bottoms .history_swiper{
    width: 100%;
    position: relative;
}
.h_com  .com_cont .bottoms .swiper-container {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

.h_com  .com_cont .bottoms .swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
}
.h_com .com_cont .bottoms .history_swiper .swiper-slide ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.h_com .com_cont .bottoms .history_swiper .swiper-slide ul li{
    width: 33.3%;
    display: flex;
    align-items: flex-start;
    height: 250px;
    border-bottom: 1px solid #b9b9b9;
    padding: 0 0 0 60px;
}
.h_com .com_cont .bottoms .history_swiper .swiper-slide ul .bot{
    border-bottom: 1px solid #b9b9b900;
    margin-top: 125px;
    height: 125px;
}
.h_com .com_cont .bottoms .history_swiper .swiper-slide ul li .yuan{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 2px solid #008842;
    margin-right: 18px;
    position: relative;
}
.h_com .com_cont .bottoms .history_swiper .swiper-slide ul li .top_yuan::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 236px;
    bottom: -236px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b9b9b9;
}
.h_com .com_cont .bottoms .history_swiper .swiper-slide ul li .bot_yuan::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 126px;
    top: -126px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b9b9b9;
}

.h_com .com_cont .bottoms .history_swiper .swiper-slide ul li .title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.h_com .com_cont .bottoms .history_swiper .swiper-slide ul li .title p{
    font-size: 24px;
    color: #008842;
    margin-bottom: 15px;
    margin-top:-6px;
    font-family: 'bebas';
}
.h_com .com_cont .bottoms .history_swiper .swiper-slide ul li .title span{
    width: 260px;
    font-size: 16px;
    color: #333333;
    text-align: start;
}
.bottoms .swiper-button-prev,
.bottoms .swiper-button-next{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #8e8b84;
    color: #8e8b84;
    --swiper-navigation-size: 24px;
    background-size:auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top:46%;
}
.bottoms .swiper-button-prev {
    left: -30px;
    background-image:url(../images/fzico_03.png)
}
.bottoms .swiper-button-next {
    right: -30px;
    background-image:url(../images/fzico_05.png)
}
/*  */
.cooperation{padding:80px 0;}
.cooperation .list .item{width:264px;height:116px;border:1px solid #C6C6C6;float:left;margin-right:30px;margin-bottom:30px;line-height:114px;text-align:center;background:#fff;}
/*  */
@media (min-width:1200px){
    .h_com .com_cont .cont1 .list ul li:nth-child(4n){margin-right:0;}
    /*  */
    .cooperation .list .item:nth-child(5n){margin-right:0;}
}

@media screen and (max-width: 767px){
    body{padding-top:50px;}
    .btns{
        overflow: hidden;
        margin-bottom: 20px;
    }
    .btns ul{
        display: -webkit-box;
        overflow-y: auto;
    }
    .btns ul li{
        padding: 13px 0;
        white-space: nowrap;
        font-size: 14px;
        margin: 0 10px;
    }
    .btns ul .li_acters a::after{
        bottom: -14px;
        height: 4px;
    }

    .h_com{
        padding:30px 15px;
        margin-bottom: 0;
    }
    .h_com .com_cont{
        width: 100%;
    }
    .com_title{
        margin-bottom: 20px;
    }
    .com_title .kuai{display:none;}
    .com_title .title1 p{
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .com_title .title1 span {
        font-size: 16px;
        color:#666;
    }
    
    .h_company .com_cont .contents{
        flex-direction: column;
        align-items: flex-start;
    }
    .h_company .com_cont .right,
    .h_company .com_cont .left,
    .h_com .com_cont .cont1 .tent1 .tent1_img,
    .h_com .com_cont .cont1 .tent1 .spans {
        width: 100%;
    }
    .h_com .com_cont .cont1 .tent1 .spans{
        margin-top: 20px;
    }
    .h_company .com_cont .left .content2 .title2{
        font-size: 18px;
        font-weight: bold;
        margin-top: 15px;
    }
    .h_company .com_cont .left .content2 p{
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }
    .com_fixed{
        display: none;
    }
    .h_com .com_cont .cont1 .tent1 {
        align-items: flex-start;
        flex-direction: column;
    }
    .h_com .com_cont .cont1 .tent1 .spans .p .dian {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        line-height: 20px;
        margin-right: 10px;
    }
    .h_com .com_cont .cont1 .tent1 .spans .p .spans_p{
        margin-bottom: 10px;
    }
    .h_com .com_cont .cont1 .tent1 .spans .p .spans_p p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .h_com .com_cont .cont1 .tent1 .spans .p .spans_p span {
        font-size: 14px;
        line-height: 24px;
    }
    .h_com .com_cont .cont1 .icon {
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .h_com .com_cont .cont1 .icon .icons_1 .i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .h_com .com_cont .cont1 .icon .icons_1 .i>img {
        width: 66%;
        height: auto;
    }
    .h_com .com_cont .cont1 .icon .icons_1 p {
        font-size: 16px;
        margin: 5px 0 10px;
    }
    .h_com .com_cont .cont1 .icon .icons_1 span {
        font-size: 12px;
        color: #999999;
    }
    .h_com .com_cont .cont1 .list ul li {
        width: 45%;
        margin: 0 7px 14px;
    }
    .h_com .lunbo .swiper4{
        width:100%;
    }
    .h_com .lunbo .zhezhao1,
    .h_com .lunbo .zhezhao2{
        display: none;
    }
    .h_com .lunbo .swiper4 .swiper-container{
        overflow: hidden;
    }
    .h_com .lunbo .swiper-button-prev{
        width: 30px;
        height: 30px;
        --swiper-navigation-size: 16px;
        left: 10px;
    }
    .h_com .lunbo .swiper-button-next{
        width: 30px;
        height: 30px;
        --swiper-navigation-size: 16px;
        right: 10px;
    }
    .h_com .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .h_com .com_cont .tops{
        flex-direction: column;
    }
    .h_com .com_cont .tops .tops_ul ul li{
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-left: 10px;
    }
    .h_com .com_cont .bottoms {
        margin-top: 20px;
        display:block;
    }
    .h_com  .com_cont .shouji{
        display: block;
        margin-top: 15px;
    }
    .h_com  .com_cont .shouji ul{
        display: flex;
        flex-direction: column;
    }
    .h_com  .com_cont .shouji ul li{
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        display: flex;
        flex-direction: column;
    }
    .h_com  .com_cont .shouji ul li p{
        font-size: 16px;
        font-weight: bold;
        color: #008842;
        margin-bottom: 8px;
    }
    .h_com  .com_cont .shouji ul li span{
        font-size: 14px;
        font-weight: bold;
        color: #b9b9b9;
    }
    .h_com .com_cont .contents {
        align-items: flex-start;
        flex-direction: column;
    }
    .h_com .com_cont .contents>img {
        margin-right: 0;
    }
    .h_com .com_cont .contents .text {
        margin-top: 20px;
    }
    .h_com .com_cont .contents .text ul li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-left: 10px;
    }
    .h_com .com_cont .contents .text .lists .list1 {
        margin-bottom: 10px;
    }
    .h_com .com_cont .contents .text .lists p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .h_com .com_cont .contents .text .lists span {
        font-size: 14px;
        line-height: 24px;
    }
    .h_com .com_cont .contents .text .lists .list_btn {
        width: 50%;
        margin-top: 15px;
        height: auto;
    }
    .h_com .com_cont .contents .text .lists .list_btn button {
        width: 100%;
        height: auto;
        padding: 0 20px;
    }
    .h_com .com_cont .contents .text .lists .list_btn button .span {
        font-size: 28px;
        padding-bottom: 3px;
    }
    .cooperation{padding:30px 15px;}
    .cooperation .list .item{width:49%;margin-right:2%;margin-bottom:2%;line-height:80px;height:82px;padding:0 10px;}
    .cooperation .list .item:nth-child(2n){margin-right:0;}
    /*  */
    .exhibition .content{margin:0;}
    .exhibition .content .item::after{display:none;}
    .exhibition .content .swiper-pagination{margin-top:15px;}
    .exhibition .content .swiper-button-next, .exhibition .content .swiper-button-prev{display:none;}
    /*  */
    .h_com .com_cont{width:100%;padding:0;}
    .product_list{padding-bottom:0;background:#F5F6F7;}
    .product_list .item .img{width:100%;}
    .product_list .item .info{width:100%;padding:30px 0;}
    .product_list .item .info h3{font-size:25px;font-weight:bold;margin:15px 0;}
    .product_list .item .info p{font-size:14px;line-height: 25px;}
    .product_list .item .info .more{width:150px;padding-left:20px;line-height:40px;margin-top:15px;font-size:14px;}
    .h_com .product_list .swiper-pagination{position:static;}
    .h_com .product_list .swiper-pagination .swiper-pagination-bullet{width:35px;height:35px;font-size:14px;line-height:33px;margin:0 4px}
    /*  */
    .h_com .com_cont .cont1 .list ul li{width:100%;margin:0 0 15px 0;height:auto;}
    .h_com .com_cont .cont1 .list ul li p{font-size:14px;padding:0 10px;line-height:35px;}

    /*  */
    .h_com .com_cont .bottoms .history_swiper .swiper-slide ul li .title{flex: 1;}
    .h_com .com_cont .bottoms .history_swiper .swiper-slide ul li{padding: 0;height: 220px;}
    .h_com .com_cont .bottoms .history_swiper .swiper-slide ul li .top_yuan::after{
        height: 206px;bottom: -206px;
    }
    .h_com .com_cont .bottoms .history_swiper .swiper-slide ul li .title p{font-size: 20px;margin-top: 0px;}
    .h_com .com_cont .bottoms .history_swiper .swiper-slide ul li .title span{width: auto;font-size: 12px;}
    .h_com .com_cont .bottoms .history_swiper .swiper-slide ul .bot{height: 160px;}
    .bottoms .swiper-button-prev, .bottoms .swiper-button-next{width: 30px;
        height: 30px;border: 0px solid #8e8b84;}
    .bottoms .swiper-button-next{right: -9px;}
    .bottoms .swiper-button-prev{left: -9px;}
    .h_com .com_cont .bottoms .history_swiper .swiper-slide ul li .yuan{margin-right: 4px;}
}
@media (min-width:768px) and (max-width:991px){
    .h_com{padding:50px 30px;margin-bottom:0;}
    .com_title{margin-bottom:20px;}
    .com_title .title1 p{font-size:36px;margin-bottom:0;}
    /*  */
    .cooperation{padding:50px 30px;}
    /*  */
    .exhibition .content{margin:0;}
    .exhibition .content .item::after{display:none;}
    .exhibition .content .swiper-pagination{margin-top:15px;}
    .exhibition .content .swiper-button-next, .exhibition .content .swiper-button-prev{display:none;}
    /*  */
    .h_com .com_cont{width:100%;padding:0;}
    .product_list{padding-bottom:0;background:#F5F6F7;}
    .product_list .item .img{width:100%;}
    .product_list .item .info{width:100%;padding:30px 0;}
    .product_list .item .info h3{font-size:25px;font-weight:bold;margin:15px 0;}
    .product_list .item .info .more{width:200px;padding-left:20px;line-height:50px;margin-top:15px;}
    .h_com .product_list .swiper-pagination{position:static;}
}
@media (min-width:1200px) and (max-width:1440px){
    .h_com{padding-top:80px;}
    .h_com .com_cont{width:1200px;}
    .cooperation .list .item{margin-right:20px;margin-bottom:20px;width:224px;height:104px;line-height:102px;}
    /* / */
    .h_com .com_cont .cont1 .list ul li{width:24%;margin-right:1.33%;margin-bottom:1.33%;height:205px;}
    .h_com .com_cont .cont1 .list ul li p{padding:0 10px;font-size:14px;line-height:40px;}
    /*  */
    .product_list .item .img{width:50%}
    .product_list .item .info{width:50%;padding:70px 0 0 30px}
    .product_list .item .info h3{margin:15px 0;}
    .product_list .item .info p{line-height:30px;}
    .h_com .product_list .swiper-pagination{top:0;}
    .product_list .item .info .more{width:250px;padding-left:80px}

}


