﻿/*头部样式*/
header{

}
.header{
    background:#1e253a;
    color: #fff;
    padding:0 50px;
}
.h_l{
    float: left;
    line-height: 45px;
}
.h_r{
    float: right;
    background: url(../images/tel1.png) no-repeat left center;
    padding-left:35px;
    line-height: 45px;
    background-size: 25px;
    color: #5c9f30;
}
.header a{
    display: block;
    padding:0 25px;
    line-height: 45px;
    float:left;
    color: #fff;
    font-size:16px;
}
.header a:nth-child(2){
    background:#5c9f30;
}
.header a:last-child{
    float:right;
    background:#DD2C79;
}
.head{
    padding:10px 150px;
}

.logo{
    float: left;
}
.logo img{
    max-height: 70px;
}
.search{
    float: right;
}
#formsearch{
    width: 360px;
    border:1px solid #dbdbdb;
    border-radius: 50px;
    display: flex;
    margin-top:15px;
}
#formsearch input{
    border:none;
    outline: none;
    background:none;
    line-height: 42px;
    height: 42px;
    color: #666;
}
#keyword{
    width: 300px;
    text-indent: 25px;
}
#s_btn{
    width: 60px;
    background:url(../images/ss.png) no-repeat center!important;
    background-size: 22px!important;
    cursor: pointer;
}

.nav{
    float: left;
    padding-left: 100px;
    margin-top:15px;
}
.nav li{
    float: left;
    position: relative;
    margin:0 20px;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 40px;
    padding:0 5px;
    position: relative;
}
.nav li a:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 3px;
    background:#5c9f30;
    opacity: 0;
}
.nav li:hover a{
    color: #5c9f30;
}
.nav li.on a{
    color: #5c9f30;
}
.nav li:hover a:before{
    opacity: 1;
}
.nav li.on a:before{
    opacity: 1;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #5c9f30;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}


.menu-button{
    display: none;
    position: absolute;
    top: 15px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #5c9f30;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #5c9f30;
    text-align: center;
    position: absolute;
    left:0;
    top:70px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
#swiper-container1 .swiper-pagination span.swiper-pagination-bullet-active{
    background: #5c9f30;
}
@media(max-width: 1600px){
    .head{
        padding:10px 50px;
    }
    .logo img{
        max-height: 50px;
    }
    .nav{
        padding-left: 50px;
        margin-top: 10px;
    }
    #formsearch{
        width: 200px;
        margin-top:5px;
    }
    #keyword{
        width: 160px;
    }
    #s_btn{
        width: 40px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .head {
        padding: 10px 3%;
    }
    #formsearch{
        display: none;
    }
    .nav {
        padding-left: 0px;
        margin-top: 15px;
        float:right;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .header{
        display: none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 640px){
    .logo{
        width: 70%;
        float: none;
    }
    .logo img {
        max-height: 40px;
    }
    .menu-button{
        top:10px;
    }
    .mobileNav{
        top:55px;
    }
}




.market {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 65px 0;
}
.container{
    width: 1300px;
    margin: 0 auto;
    max-width: 96%;
}
.market-main {
    width: 32.8125%;
}
.market-main p {
    font-size: 24px;
    line-height: 36px;
    color: #333;
}
.market-main a {
    margin-top: 24px;
    color: #333;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 2px;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    display: inline-block;
    background: transparent;
    border: 1px solid #333;
    outline: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.market>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.market>ul, .market>ul>li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.market-item {
    text-align: center;
    color: #333;
}
.market-item-desc {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 8px;
    color: #5c9f30;
}
.market-item-title {
    font-size: 16px;
    line-height: 22px;
}


@media(max-width: 1600px){
    .market{
        padding:50px 0;
    }
    .market-main p{
        font-size:18px;
    }
    .market-item-desc{
        font-size:40px;
        margin-bottom:0;
    }
    .market-item-title{
        font-size:15px;
    }
    .market-main a{
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .container{
        width: 94%;
    }
    .market-main p{
        font-size:16px;
    }
    .market-item-desc{
        font-size:24px;
    }
    .market-item-title{
        font-size:14px;
    }
    .market-main a{
        padding-left: 20px;
        padding-right: 20px;
    }     
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .market{
        padding:30px 0;
    }
    .market-main p{
        font-size:15px;
    }
    .market-item-desc{
        font-size:20px;
    }
    .market-main a{
        padding-left: 15px;
        padding-right: 15px;
    }     
}
@media(max-width: 767px){
    .market{
        flex-wrap: wrap;
    }
    .market-main{
        float:none;
        width: 100%;
        margin-bottom: 15px;
    }
    .market-main p{
        font-size:14px;
        line-height: 2em;
    }
    .market-main a{
        margin-top:10px;
        line-height: 32px;
        height: 34px;
        display: none;
    }
    .market>ul{
        width: 100%;
    }
    .market>ul>li{
        width: 50%;
    }
    .market-item-desc{
        line-height: 32px;
    }
}


.index_product{
    background-color: #f7f7f7;
    padding:40px 0;
}
.index_title1{
    text-align: center;
    margin-bottom: 45px;
}
.index_title1 h3{
    font-size: 32px;
    color: #333;
}
.index_title1 p{
    font-size: 16px;
    color: #666;
}
.index_product_content{
    display: flex;
    flex-wrap: wrap;
}
.index_product_l{
    width: 18%;
    max-width: 220px;
    display: none;
}
.index_product_l h3{
    font-size: 32px;
    color: #fff;
    text-align: center;
    background-color: #5c9f30;
    line-height: 1.4em;
    padding:25px 0;
}
.index_product_l h3 p{
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
}
.index_sort{
    border-top: 5px solid #f7f7f7;
}
.index_sort li{
    
}
.index_sort li a{
    display: block;
    width: 100%;
    line-height: 60px;
    background: #e6e6e6;
    font-size: 18px;
    color: #4e4e4e;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.index_sort li:hover a{
/*    background: url(../images/sort_h.jpg) no-repeat right center;*/
    color: #fff;
    background:#5c9f30;
}
.index_sort li.on a{
   /* background: url(../images/sort_h.jpg) no-repeat right center; */
   background-color: #5c9f30;
    color: #fff;
}
.index_product_r{
    width: 100%;
    display: none;
}
.index_product_r a.index_p_more{
    display: block;
    width: 120px;
    line-height: 40px;
    background: #5c9f30;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin:20px auto 0;
}
.index_product_list{
    display: flex;
    flex-wrap: wrap;
    
}
.index_product_list li{
    width: 22%;
    margin-left: 3%;
    box-sizing: border-box;
    margin-bottom: 15px;

}
.index_product_list li a{
    display: block;
}
.index_product_list li a .img{
    /*border: 1px solid #ededed;*/
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.index_product_list li a .img img{
    width: 100%;
    transition: all 0.6s ease-out;
}
.index_product_list li .text{
    width: 100%;
    text-align:center;
    background: #5c9f30;
    color: #fff;
    transition: all 0.6s ease-out;
    overflow: hidden;
    padding:10px;
    /*opacity: 0;*/
}
.index_product_list li .text h3{
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
}
.index_product_list li .text .cont{
    width: 100%;
    height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index_product_list li em{
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    background: #53b015;
    text-align: center;
    width: 100%;
    line-height: 45px;
}
.index_product_list li:hover a .img img{
    transform: scale(1.1);
}
.index_product_list li:hover em{
    opacity: .9;
}
@media(max-width: 1600px){
    .index_product_l h3{
        font-size:26px;
    }
    .index_product_l h3 p{
        font-size:15px;
    }
}
@media(max-width: 1199px){
    .index_title1{
        margin-bottom: 30px;
    }
    .index_title1 h3{
        line-height: 1.6em;
        font-size: 36px;
    }
}
@media(max-width: 1024px){
    .index_product{
        padding:30px 0;
    }
    .index_title1{
        margin-bottom: 20px;
    }
    .index_product_l h3{
        font-size: 24px;
    }
    .index_product_list li h3 a{
        line-height: 1.4em;
        padding:10px 0;
    }
}
@media(max-width: 768px){
    .index_product_list li h3 a {
        font-size: 12px;
    }
    .index_title1 h3{
        background:none;
        font-size: 24px;
    }
    .index_product_list li{
        width: 30%;
        margin:0 0.65% 15px 2.65%;
    }
    .index_product_r a.index_p_more {
        display: none;
    }
}
@media(max-width: 640px){
    .index_product{
        padding: 24px 0;
    }
    .index_title1{
        line-height: 1.6em; 
        margin-bottom: 10px;
    }
    .index_title1 h3{
        font-size: 20px;
    }
    .index_title1 p{
        font-size: 12px;
    }
    .index_product_l{
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .index_product_l h3{
        display: none;
    }
    .index_sort{
        display: flex;
        flex-wrap: wrap;
        border:none;
        justify-content:center;
    }
    .index_sort li {
        padding: 4px 12px;
        float: left;
    }
    .index_sort li a {
        border: none;
        line-height: 2em;
        font-size: 14px;
        padding: 4px 6px 4px 6px;
    }
    .index_product_r{
        width: 100%;
    }
    .index_product_list li{
         width: 44%;
         margin: 6px 3%;
    }
}





.container-fluid{

}
.container-fluid .container{
    max-width: 1170px;
    width: 100%;
}
.youshi-x > .a1{
    transition: all 0.5s;
    cursor: pointer;
}
.youshi-x > .a1:hover{
    transform:scale(1.3);
}
.youshi-x img{
    opacity: 0;
}
.youshi-y .img1{
    animation: img1 1s ease-out 0.2s; 
    animation-fill-mode: forwards;
    
}
.youshi-y .img2{
    transform:scale(1);
    animation: img2 0.5s ease-out 1.3s; 
    animation-fill-mode: forwards;
    
}
.youshi-y .img3{
    transform:scale(1);
    animation: img2 0.5s ease-out 1.5s; 
    animation-fill-mode: forwards;
    
}
.youshi-y .img4{
    transform:scale(1);
    animation: img2 0.5s ease-out 1.7s; 
    animation-fill-mode: forwards;
    
}
.youshi-y .img5{
    transform:scale(1);
    animation: img2 0.5s ease-out 1.9s; 
    animation-fill-mode: forwards;
    
}
.youshi-y .img6{
    transform:scale(1);
    animation: img2 0.5s ease-out 2.1s; 
    animation-fill-mode: forwards;
    
}
.youshi-y .img7{
    transform:scale(1);
    animation: img2 0.5s ease-out 2.3s; 
    animation-fill-mode: forwards;
    
}
.youshi-y .img8{
    transform:scale(1);
    animation: img2 0.5s ease-out 2.5s; 
    animation-fill-mode: forwards;
    
}
.youshi-y .img10{
    
    animation: img10 1s ease-out 3s; 
    animation-fill-mode: forwards;
    
}

@keyframes img1{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        top: 130px;
    }
}
@keyframes img2{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        /*transform:scale(1);*/
    }
}

@keyframes img10{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        
    }
}



@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1199px){
    .container-fluid{
        display: none;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    
}
@media(max-width: 767px){
    
}


.index_news{
    padding-top:60px;
}
.index_news_cont{
    background: #EEEEEE;
    padding: 40px 0;    
}
.news_list{
    display: flex;
    flex-wrap: wrap;

}
.news_list li{
    width: 32%;
    margin-right: 2%;
}
.news_list li:nth-child(3n){
    margin-right:0;
}
.news_list li a{
    display: block;
}
.news_list li a .img{
    overflow:hidden;
}
.news_list li a .img img{
    transition: all 0.6s ease-out;
}
.news_list li a .text{
    padding:10px ;
}
.news_list li a h3{
    font-size:16px;
    color: #333;
    text-align:center;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom:5px;
}
.news_list li a p{
    font-size:14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list li:hover a .img img{
    transform: scale(1.1);
}
.news_list li:hover a h3{
    color: #5c9f30;
}
@media(max-width: 1600px){
    .index_news_cont{
        padding:20px 0;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index_news {
        padding-top: 30px;
    }    
}
@media(max-width: 767px){

    .news_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom:10px;
    }
}


.about{
    overflow: auto;
    margin-bottom: 20px;
    padding-top:60px;
}
.about .index_title1{
    margin-bottom: 30px;
}
.about-content1{
    background: #EEEEEE;
}
.about-title{
    margin-top:70px;
}
.about-title h1{
    text-align: center;
    font-size: 35px;
    color: #333;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1em;
}
.about h2{
    text-align: center;
    font-size: 22px;
    color: #666;
    margin-top: -25px;
    margin-bottom: 40px;
}
.about span:nth-of-type(1),.net span:nth-of-type(1){
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 40px;
    /*border-bottom: 2px solid #999;*/
}
.about-content-list1{
    margin-top: 30px;
    margin-bottom: 40px;
    float: left;
    /*box-sizing: border-box;
    padding: 20px;*/
    text-align: center;
    width: 23.5%;
    margin-right:2%;
}
.about-content-list1:last-child{
    margin-right: 0;
}
.about-content-list1 h3{
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}
.about-content-list1 p{
    color: #666666;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
}


@media(max-width: 1600px){
    .about-title h1{
        font-size: 26px;
        height: 40px!important;
    }
}
@media(max-width: 1440px){
    .about-content-list1 h3{
        font-size:17px;
    }    
}
@media(max-width: 1259px){
    .about-title h1{
        font-size: 24px;
        height: 30px!important;
    }  
}
@media(max-width: 1024px){
    .about-title{
        margin-top:50px;
    }
    .about-content-list1 h3{
        font-size:16px;
        margin-bottom: 10px;
    }    
}
@media(max-width: 768px){
    .about{
        padding-top:30px;
    }
    .about-title{
        margin-top:30px;
    }
    .about-title h1{
        font-size: 20px;
    } 
    .about-content-list1{
        width: 50%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .about .index_title1{
        margin-bottom: 20px;
    }
    .about-content-list1{
        width: 100%;
    } 
    .about-content-list1 h3{
        margin-bottom: 0px;
    }     
}


#footer{

}
.foot{
    padding-top: 1.5rem;
    display: flex;
    flex: 1 1 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    flex-direction: column;
    background-color: #f5f3f2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
}
.l-footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-footer-content h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    margin: 16px 0 0 0;
    color: #3c3c3c;
}
.l-footer-content p {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #3c3c3c;
}
.l-footer-content .l-footer-item {
  width: auto;
  flex-grow: 1;
}
.l-footer-content .l-footer-item.center {
  justify-content: center;
  display: flex;
  flex: 0 1 1264px;
}
.l-footer-content .l-footer-item.right {
  background-color: #5c9f30;
  background: linear-gradient(to top, #5c9f30 30%, #f5f3f2 30%);
  position: relative;
  overflow: hidden;
  margin-left: -1px;
}
.l-footer-content .l-footer-item.right svg.right-arc {
  position: absolute;
  /* top: 5px; */
  /* left: -16px; */
  width: 20px;
  height: 20px;
  background-size: cover;
  /* background-position: bottom; */
  transform: rotate(90deg);
  bottom: 29.8%;
  position: absolute;
}

@media (min-width: 1440px) and (max-height: 900px) {
  .l-footer-content .l-footer-item.right {
    margin-left: -1px;
  }
}
@media(max-width: 640px){
    .foot{
        padding-top:0.5rem;
    }
    .l-footer-content h4{
        font-size:18px;
        margin-top:0;
    }
}
.l-footer-content-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  flex: 1 0 100%;
}

@media screen and (max-width: 900px) {
  .l-footer-content-row {
    flex-wrap: wrap;
  }
}

.l-footer-content-column {
  flex: 0 1 25%;
  order: 0;
  /*padding-top: 32px;
  padding-right: 8px;
  padding-left: 8px;*/
  padding: 1.5rem 1rem 1.5rem 1rem;
}

.l-footer-content-column.l-footer-address {
  padding: 1.5rem 2rem 0px 2rem;
  background-color: #5c9f30;
  border-top-left-radius: 1.125rem;
  border-top-right-radius: 1.125rem;
  position: relative;
}

.l-footer-content-column.l-footer-address svg.left-arc {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: -1.25rem;
  bottom: 0px;
  transform: rotate(0deg);
}

.l-footer-content-column.l-footer-address *::-ms-backdrop,
.l-footer-content-column.l-footer-address svg.left-arc {
  left: -19px;
}

@media screen and (max-width: 580px) {
  .l-footer-content-column.l-footer-address {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 900px) and (min-width: 580px) {
  .l-footer-content-column {
    flex: 0 1 42%;
    align-self: stretch;
    padding: 1.5rem 2rem 0px 2rem;
  }
}

@media screen and (max-width: 580px) {
  .l-footer-content-column {
    flex: 0 1 100%;
    align-self: stretch;
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 900px) and (min-width: 580px) {
  *::-ms-backdrop,
  .l-footer-content-column {
    padding-right: 0;
    padding-left: 0;
  }
}


.c-info-column-contact {
  padding-bottom: 1.5rem;
}
.c-info-column p:first-child {
  line-height: 34px;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
}

.c-info-column a {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.c-info-column-contact p:first-child {
  font-weight: 300;
  font-size: 18px;
  line-height: 2.375rem;
}

.c-info-column-contact p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #D7D2CB;
}

.c-info-column-contact a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}


.copyright{
    background:#5c9f30;
    padding:10px 0;
    color: #fff;
}
.copyright a{
    color: #fff;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .c-info-column-contact p:first-child{
        font-size:16px;
    }
    .copyright_l,.copyright_r{
        float: none;
        text-align: center;
    }
}
@media(max-width: 768px){
    
}
@media(max-width: 767px){
  .c-info-column-contact{
    padding-bottom:0;
  }    
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    background:#5c9f30;
    overflow:hidden;
    position: relative;
}
.n_banner h3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site{
    line-height: 50px;
    border-bottom: 1px dashed #e0e0e0;
}
.sitemap{
    position: relative;
    padding-left: 20px;
}
.sitemap:before{
    content: '';
    position: absolute;
    top:15px;
    left:0;
    width: 7px;
    height: 20px;
    background-color: #5c9f30;
}
#container{
    padding:40px 0;
}
.left {
    width: 225px;
    float: left;
}
.left .sort_menu {
    margin-bottom: 10px;
}

.left .sort_menu h3 {
    background-color: #5c9f30;
    text-align: center;
    font-size: 26px;
    color: #fff;
    line-height: 1em;
    padding: 25px 0 20px 0;
}
.left .sort_menu h3 span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.sort{

}
.sort li.layer1 a{
    font-size: 17px;
    color: #fff;
    display: block;
    /*text-align: center;*/
    background:#5c9f30;
/*    background:url(../images/sort_icon3.png) no-repeat 90% center ;*/
    border-top:1px solid #fff;
    line-height: 50px;
    text-indent: 15px;
}
.sort li:hover a{
    /*background:url(../images/sort_icon4.png) no-repeat 90% center #5c9f30;*/
    color: #fff;
    background:#5c9f30;
}
.sort li .layer2{
    /*display: none;*/
}
.sort li:hover .layer2{
    display: block;
}
.sort li:hover .layer2 a{
    background: #ececeb;
}
.sort li .layer2 a{
    text-align: left;
    font-size: 15px;
    color: #666;
    /*background:url(../images/sort_icon1.png) no-repeat 90% center #ececeb;*/
    text-indent: 40px;
    position: relative;
    background:#ececeb;
}
.sort li .layer2 a:before{
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -0.5px;
    width: 6px;
    height: 1px;
    background: #666;
}
.sort li .layer2 a:hover{
    color: #5c9f30;
    background: #ececeb;
    /*background:url(../images/sort_icon2.png) no-repeat 90% center #ececeb;*/
}
.sort li .layer2 a:hover:before{
    color: #5c9f30;
    background: #5c9f30;    
}
.sort li .layer3 a{
    text-indent: 50px;
    font-size: 14px;
    color: #666;
    /*background:url(../images/sort_icon1.png) no-repeat 90% center #ececeb;*/
    position: relative;
}
.sort li .layer3 a:before{
    display: none!important;
}
.sort li.on a{
/*    background:url(../images/sort_icon4.png) no-repeat 90% center #5c9f30;*/
    color: #fff;
    background:#5c9f30;
}
.sort li.on .layer2 a{
    text-indent: 18px;
    text-align: left;
    font-size: 14px;
    color: #666;
    background:url(../images/sort_icon1.png) no-repeat 90% center #ececeb;
}
.sort li.on .layer2 a:hover{
    color: #5c9f30;
    background:url(../images/sort_icon2.png) no-repeat 90% center #ececeb;
}
.sort li a.cur{
    color: #5c9f30;
}
.sort2 li a{
    font-size: 17px;
    color: #333;
    display: block;
    /*text-align: center;*/
    /*background:#5c9f30;*/
/*    background:url(../images/sort_icon3.png) no-repeat 90% center ;*/
    border-top:1px solid #e5e5e5;
    line-height: 50px;
    text-indent: 15px;
}
.sort2 li a:hover,.sort2 li a.cur{
    color: #fff;
    background: #5c9f30;
}
.left_contact{
    /*position: fixed;*/
    /*left:160px;*/
    /*bottom:50px;*/
    /*width: 225px;*/
    /*box-sizing: border-box;*/
    margin-top: 40px;
    padding:35px 10px;
    border-top:8px solid #5c9f30;
    background-color: #ececec;
}
.left_contact h2{
    font-size: 22px;
    color: #5c9f30;
    position: relative;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.left_contact h2:after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #5c9f30;
}
.left_contact h2 span{
    display: block;
    font-weight: normal;
    font-size: 12px;
    padding:10px 0;
}
.left_contact .left_text{

}
.left_contact .left_text p:nth-child(1){
    font-size: 14px;
    color: #5c9f30;
    padding-left: 17px;
    background:url(../images/tel2.png) no-repeat left center;
}
.left_contact .left_text p:nth-child(2){
    font-size: 24px;
    color: #e62412;
    font-weight: bold;
    line-height: 1.2em;
}



.right {
    width: 950px;
    float: right;
    padding-bottom: 10px;
}
.title2{
    font-size: 24px;
    color: #4c4c4c;
    line-height: 50px;
    background: url(../images/line1.png) no-repeat left bottom;
    margin-bottom: 15px;
}
@media(max-width: 1600px){
    .n_banner h3{
        font-size:26px;
    }
}
@media(max-width: 1360px){
    .n_heng1{
        padding:12px 0;
    }
    #container{
        padding:30px 1%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .left{
        width: 20%;
    }
    .left .sort_menu h3{
        font-size:24px;
    }
    .left .sort_menu h3 span{
        font-size:15px;
    }
    .right{
        width: 78%;
        padding-left: 2%;
    }
    .title2{
        font-size:20px;
    }
}
@media(max-width: 768px){
    .n_banner h3{
        font-size:24px;
    }
    .n_heng1{
        display: none;
    }
    .left_contact{
        display: none;
    }
    .left .sort_menu h3{
        font-size: 20px;
        padding: 15px 0;
    }
    .left .sort_menu h3 span{
        font-size: 14px;
    }
    .sort li a{
        background: #ececeb;
    }
    .sort li .layer2 a{
        text-indent: 0px;
        text-align: center;
        font-size: 12px;
        background: #ececeb;
    }

}
@media(max-width: 640px){
    .n_banner{
        height: 80px;
    }
    .n_banner h3{
        font-size:22px;
    }
    .pc_img{
        display: none;
    }
    .m_img{
        display: block;
    }
    #container {
        padding: 15px 2%;
    }
    .title2{
        display: none;
    }
    .left{
        width: 100%;
        float: none;
    }
    .left .sort_menu h3{
        display: none;
    }
    .sort li.layer1 a{
        line-height: 30px;
    }
    .sort li .layer2 a{
        line-height: 20px;
        padding: 5px 10px 5px 23px;
        text-align:left;
    }
    .sort li .layer2 a:before{
        left:10px;
    }
    .right{
        width: 100%;
        padding-left: 0;
        float: none;
    }
    .sort{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sort li{
        margin:5px;
    }
    .sort li a{
        display: block;
        padding:10px 15px;
        line-height: 1em;
        text-indent:0;
    }
}


/*产品*/
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
}
/*.product_list li:after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #c5c5c5;
}*/
.product_list li:nth-child(4n){
    margin-right: 0%;
}
.product_list li a.img{
    display: block;
    overflow: hidden;
    border: 1px solid #c5c5c5;
}
.product_list li h3 a{
    display: block;
    background-color: #919191;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 1.2em;
    padding: 10px 0;
}
.product_list li:hover a.img{
    border: 1px solid #5c9f30;
}
.product_list li:hover h3 a{
    background-color: #5c9f30;
}
.product_list_intro{
    text-align: center;
    padding-top: 30px;
}
.product_list_intro h3{
    font-size: 26px;
    color: #4c4c4c;
}
.product_list_intro p{
    max-width: 490px;
    margin:25px auto 10px;
    overflow: hidden;
    border:1px solid #5c9f30;
    border-radius: 5px;
}
.product_list_intro p span{
    font-size: 26px;
    color: #e62412;
    padding-left: 36px;
    background: url(../images/tel3.png) no-repeat 0 center;
    margin-left: 40px;
    line-height: 40px;
    float: left;
}
.product_list_intro p a{
    max-width: 180px;
    background: #5c9f30;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 41px;
    float: right;
}
.product_list_intro em{
    display: block;
    font-style:normal;
    font-size: 14px;
    color: #999;
}
.product_list_intro em a{
    font-size: 14px;
    color: #999;    
}
@media(max-width: 1199px){

}
@media(max-width: 768px){
    .product_list_intro{
        padding-top: 20px;
    }
    .product_list_intro h3{
        font-size: 20px;
    }
    .product_list_intro p{
        margin: 15px auto 10px;
    }
    .product_list li{
        width: 30%;
        margin:1.65%;
    }

}
@media(max-width: 640px){
    .product_list_intro{
        display: none;
    }
    .product_list_intro h3{
        font-size: 16px;
    }
    .product_list li{
        width: 48%;
        margin:1%;
    }
}


.about2{
    padding:60px 0;
}
.itemBox{
    overflow: hidden;
}
.itemBox .item{
    width: 25%;
    float: left;
    transition: all .3s;
}
.itemBox .item.on {
    width: 50%;
    transition: all .3s;
}
.itemBox .item .video_click{
    display: block;
    height: 275px;
    background-repeat: no-repeat;
    background-position: center center;
}
.itemBox .item .video_click:after{
    background: url("../images/videoclick.png") no-repeat center center;
    -webkit-background-size: 66px;
    background-size: 66px;
}
.itemBox .item .text{
    margin-top: 20px;
    padding-right: 0;
    position: relative;
}
.itemBox .item.on .text{
    padding-right: 130px;
}
.itemBox .item .text h3{
    background: none;
}
.itemBox .item.on .text h3{
    background: url("../images/dairyvideobj.png") no-repeat right center;
}
.itemBox .item .text h3 span{
    font-size: 22px;
    color: #454545;
    font-weight: 700;
    padding-right: 5px;
    background: #ffffff;
}
.itemBox .item .text .a{
    position: absolute;
    right: 0;
    top: 5px;
    width: 130px;
    padding-left: 10px;
    text-align: left;
    display: none;
}
.itemBox .item.on .text .a{
    display: block;
}
.itemBox .item .text .a a{
    font-size: 16px;
    color: #505050;
    border-bottom: 1px solid transparent;
}
.itemBox .item .text .a a:hover{
    border-bottom-color: #505050;
}
/*video click*/
.video_click {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.video_click:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/videoclick.png") no-repeat center;
}

.cboxOverlay {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 10001;
    display: none;
}

.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../images/closevideo.png") no-repeat center;
    cursor: pointer;
}

.colorbox iframe {
    width: 100%;
    height: 100%;
}
.about2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.about2 ul li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
    text-align: center;
}
.about2 ul li:nth-child(4n){
    margin-right: 0;
}
.about2 ul li h3{
    font-size: 16px;
    color: #333;
}
@media(max-width:1199px){
    
}
@media(max-width:768px){
    .about2 ul li{
        width:32%;
        margin-bottom:20px;
    }
    .about2 ul li:nth-child(4n){
        margin-right: 2%;
    }
    .about2 ul li:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width:640px){
    .itemBox .item,.itemBox .item.on{
        width:100%;
    }
    .about2 ul li{
        width:49%;
        margin-bottom:15px;
    }
    .about2 ul li:nth-child(3n){
        margin-right: 2%;
    }
    .about2 ul li:nth-child(2n){
        margin-right: 0;
    }
}


.product_detail_content1{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 75px;
}
.product_detail_img{
    width: 45%;
    margin:0 2.5%;
}
.product_detail_img .swiper-slide{
    display: block;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    text-align: center;
    cursor: pointer;
}
.gallery-top .swiper-pagination{
    text-align: right;
    padding-right: 30px;
    left: -30px;
    color:#ff0000;
}
.product_detail_img .gallery-thumbs{
    margin-top: 10px;
}
.product_detail_img .gallery-thumbs .swiper-slide-thumb-active{
    border:1px solid #5c9f30;
}
.gallery-top{

}
.gallery-top .swiper-button-prev{
    background:url(../images/left3.png) no-repeat center!important;
    width: 19px;
    height: 32px;
    left:18px;
    margin-top: -16px; 
    opacity: 1!important;
}
.gallery-top .swiper-button-next{
    background:url(../images/left3.png) no-repeat center!important;
    width: 19px;
    height: 32px;
    right:18px;
    margin-top: -16px; 
    transform:rotate(180deg);  
}
.product_detail_intro{
    width: 50%;
}
.product_detail_intro h2{
    font-size: 26px;
    color: #5c9f30;
    position: relative;
    position: relative;
    font-weight: normal;
    margin-bottom: 20px;
}
.product_detail_intro h2:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: #5c9f30;
}
.product_detail_intro .text{
    margin-bottom: 30px;
}
.product_detail_tel{
    padding-top: 15px;
    border-top:1px solid #ececeb;
}
.product_detail_tel .p_tel{
    font-size: 22px;
    color: #3a3a3a;
    font-weight: bold;
    padding-left: 72px;
    background:url(../images/tel4.png) no-repeat left center;
    float: left;
    line-height: 59px;
}
.product_detail_tel a{
    display: block;
    width: 145px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #5c9f30;
    float: right;
    margin-top:10px;
}
.p_title1{
    font-size: 20px;
    color: #5c9f30;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
    /*background:url(../images/p_t1.jpg) no-repeat right center;*/
    /*height: 20px;*/
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.p_title1:before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 10px;
    height: 20px;
    background-color: #5c9f30;
}
.p_title1 span{
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: normal;
}
.p_canshu{
    
}
.p_canshu table{
    width: 100%;
    border-bottom:1px solid #333;
    border-right:1px solid #333;
    position: relative;
        
}
.p_canshu table.tbs1{
    max-width: 320px;
}
.p_canshu table tr{
    background: #d8d8d8;
    position: relative;
}
.p_canshu table tr:nth-child(2n){
    background: #fff;
}
.p_canshu table tr td{
    border-top:1px solid #333;
    border-left:1px solid #333;
    text-align: center;
    position: relative;
}

/*.p_canshu table:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 1px;*/
/*    height: 218px;*/
/*    top: 1px;*/
/*    left: -1px;*/
/*    background-color: #666;*/
/*    display: block;*/
/*    transform: rotate(-75deg);*/
/*    transform-origin: top;*/
/*    z-index: 99;*/
/*}*/
.p_content1{
    margin-top: 35px;
    text-align: center;
}
.p_xjt{
    padding-top: 20px;
}
.p_ys{
    width: 100%;
    margin:45px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.p_ys p{
    /*width: 48%;*/
    /*margin-right: 4%;*/
    width: 100%;
    font-size: 16px;
    color: #333;
    background:url(../images/ys_gou.png) no-repeat 12px center #fafafa;
    line-height: 32px;
    padding:20px 0 20px 60px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 10px #ccc;
    cursor: pointer;
    box-sizing: border-box;    
}
.p_ys p:hover{
    color: #fff;
    background:url(../images/ys_gou2.png) no-repeat 12px center #5c9f30;
}
.p_ys li{
    width: 48%;
    margin-right: 4%;
    font-size: 16px;
    color: #333;
    background:url(../images/ys_gou.png) no-repeat 12px center #fafafa;
    line-height: 32px;
    padding:20px 0 20px 60px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 10px #ccc;
    cursor: pointer;
    box-sizing: border-box;
}
.p_ys li:nth-child(2n){
    margin-right: 0%;
}
.p_ys li:hover{
    color: #fff;
    background:url(../images/ys_gou2.png) no-repeat 12px center #5c9f30;
}

.p_hzlc{
    display: flex;
    justify-content: center;
    margin: 80px 0;
}
.p_hzlc li{
    width: 110px;
    height: 110px;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.p_hzlc li a.img{
    width: 48px;
    height: 44px; 
    display: block;
    margin:20px auto 5px;

}
.p_line{
    width: 58px;
    height: 110px;
    background: url(../images/dian.png) no-repeat center;
}
.p_hzlc li.li1 a.img{
    background: url(../images/lc1.png) no-repeat center;
}
.p_hzlc li.li2 a.img{
    background: url(../images/lc2.png) no-repeat center;
}
.p_hzlc li.li3 a.img{
    background: url(../images/lc3.png) no-repeat center;
}
.p_hzlc li.li4 a.img{
    background: url(../images/lc4.png) no-repeat center;
}
.p_hzlc li.li5 a.img{
    background: url(../images/lc5.png) no-repeat center;
}
.p_hzlc li.li6 a.img{
    background: url(../images/lc6.png) no-repeat center;
}
.p_hzlc li.li1:hover a.img{
    background: url(../images/lc1_h.png) no-repeat center;
}
.p_hzlc li.li2:hover a.img{
    background: url(../images/lc2_h.png) no-repeat center;
}
.p_hzlc li.li3:hover a.img{
    background: url(../images/lc3_h.png) no-repeat center;
}
.p_hzlc li.li4:hover a.img{
    background: url(../images/lc4_h.png) no-repeat center;
}
.p_hzlc li.li5:hover a.img{
    background: url(../images/lc5_h.png) no-repeat center;
}
.p_hzlc li.li6:hover a.img{
    background: url(../images/lc6_h.png) no-repeat center;
}
.p_hzlc li p{
    font-size: 14px;
    color: #666;
    text-align: center;
}
.p_hzlc li:hover{
    background-color: #5c9f30;
    border:1px solid #5c9f30;
}
.p_hzlc li:hover p{
    color: #fff;
}
.p_wt{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.p_wt li{
    width: 48.5%;
    margin-right: 3%;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    cursor: pointer;
}
.p_wt li:nth-child(2n){
    margin-right: 0%;
}
.p_wt li p{
    font-size: 14px;
    color: #4f4f4f;
    width: 90%;
    margin:0 auto;
    padding:10px 0;
    line-height: 32px;
    border-bottom:1px solid #e5e5e5;
    padding-left: 50px;
    box-sizing: border-box;
}
.p_wt li p:nth-child(1){
    background:url(../images/wt1.png)no-repeat left 10px;
}
.p_wt li p:nth-child(2){
    background:url(../images/wt2.png)no-repeat left 10px;
    border: none;
}
.p_yt{
    margin-top: 40px;
    text-align: center;
}
.p_gsys{
    margin-top: 70px;
}
.p_gsys li{
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
.p_gsys li a.img{
    display: block;
    width: 38%;
}
.p_gsys li .text{
    width: 57%;
    margin-left: 5%;
}
.p_gsys li .text h3{
    font-size: 30px;
    color: #5c9f30;
    padding-left: 70px;
    background: url(../images/p_line1.png) no-repeat 240px center;
}
.p_gsys li .text p{
    font-size: 16px;
    color: #333;
    padding-left: 70px;
}
.p_gsys li .text span{
    font-size: 36px;
    color: #f0f0f0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding-left: 20px;
    line-height: 1.6em;
}
.p_gsys li:nth-child(2n){
    flex-direction: row-reverse;
} 
.p_gsys li:nth-child(2n) .text{
    width: 57%;
    margin-left: 0;
    margin-right: 5%;
}
.p_gsys li:nth-child(1) .text{
    background:url(../images/ys_icon1.png) no-repeat left 5px;
}
.p_gsys li:nth-child(2) .text{
    background:url(../images/ys_icon2.png) no-repeat left 5px;
}
.p_gsys li:nth-child(3) .text{
    background:url(../images/ys_icon3.png) no-repeat left 5px;
}
.p_gsys li:nth-child(4) .text{
    background:url(../images/ys_icon4.png) no-repeat left 5px;
}
.p_gsys li:nth-child(2) .text span{
    padding-left: 0;
}
.p_gsys li:nth-child(3) .text span{
    padding-left: 40px;
}
.p_gsys li:nth-child(4) .text span{
    padding-left: 0;
}

.p_honner{
    width: 86%;
    margin:75px auto 75px;
    position: relative;
}
.p_honner .swiper-button-prev{
    background: url(../images/left4.png) no-repeat center!important;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    left: -65px;
    outline: none;
    cursor: pointer;
}
.p_honner .swiper-button-next{
    background: url(../images/left4.png) no-repeat center!important;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    right: -65px;
    transform: rotate(-180deg);
    outline: none;
    cursor: pointer;
}
.p_about{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.p_about .img{
    width: 49%
}
.p_about .text{
    width: 47%;
    padding-left: 4%;
}
.p_about .text h3{
    font-size: 22px;
    color: #5c9f30;
    position: relative;
    margin-bottom: 25px;
}
.p_about .text h3 span{
    font-size: 14px;
    color: #808080;
    font-weight: normal;
    text-transform: uppercase;
}
.p_about .text h3:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 85px;
    height: 1px;
    background-color: #999;
}
.p_about .text p{
    line-height: 1.8em;
}
.p_about .text a{
    display: block;
    width: 138px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #5c9f30;
    float: right;
    margin-top: 15px;
}
.p_title10{
    background: url(../images/p_t10.jpg) no-repeat right center;
}
.p_product_list{
    margin-top: 40px;
}
@media(max-width: 1199px){
    .product_detail_tel a{
        width: 120px;
    }
    .product_detail_intro h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .product_detail_intro .text{
        margin-bottom: 15px;
    }
    .product_detail_content1{
        margin-bottom: 30px;
    }
    .p_title1{
        margin-top: 20px;
        background:none;
    }
    .p_content1{
        margin-top: 20px;
    }
    .m_p_title1,.p_hzlc{
        display: none;
    }
    .p_wt{
        margin-top: 20px;
    }
    .p_yt{
        margin-top: 20px;
    }
    .p_gsys {
        margin-top: 30px;
    }
    .p_gsys li{
        margin-bottom: 15px;
    }
    .p_gsys li .text h3{
        background:none;
    }
    .p_gsys li .text span{
        font-size: 28px;
    }
    .p_honner{
        margin: 30px auto 30px;
    }
    .p_about{
        margin-top: 30px;
    }
    .p_about .text h3{
        margin-bottom: 10px;
    }
    .p_about .text a{
        margin-top: 5px;
    }
    .p_product_list{
        margin-top: 30px;
    }
    .p_honner .swiper-button-prev{
        display: none;
    }
    .p_honner .swiper-button-next{
        display: none;
    }
}
@media(max-width: 768px){
    .product_detail_tel{
        padding-top: 10px;
    }
    .product_detail_tel .p_tel{
        float: none;
        background-size: 45px;
        padding-left: 60px;
    }
    .product_detail_tel a{
        float: none;
    }
    .p_ys {
        width: 100%;
        margin: 20px auto 0;
    }
    .p_ys li{
        line-height: 28px;
        padding: 15px 10px 15px 60px;
    }
    .p_ys p{
        line-height: 28px;
        padding: 15px 10px 15px 60px;
    }
    .p_about .text {
        width: 49%;
        padding-left: 2%;
    }
    .p_gsys li .text h3{
        font-size:24px;
    }
}
@media(max-width: 640px){
   .product_detail_img{
        width: 100%;
        margin:0%;
   }
   .product_detail_intro{
        width: 100%;
        margin-top: 15px;
   }
   .product_detail_intro h2{
        font-size: 18px;
   }
   .p_xjt img{
    max-height: 200px;
   }
    .p_ys li {
        width: 100%;
        margin-right: 0%;
    }
    .p_wt li {
        width: 100%;
        margin-right: 0%;
    }
    .p_gsys li {
        margin-bottom: 5px;
    }
    .p_gsys li a.img{
        width: 100%;
        text-align: center;
        margin-bottom:15px;
    }
    .p_gsys li .text {
        width: 100%;
        margin-left: 0%;
    }
    .p_gsys li:nth-child(2n) .text {
        width: 100%;
        margin-left: 0;
        margin-right: 0%;
    }
    .p_gsys li .text h3{
        font-size:22px;
    }
    .p_gsys li .text span{
        font-size: 20px;
    }
    .p_honner{
        width: 100%;
        margin: 15px auto 15px;
    }
    .p_about .img{
        width: 100%;
        margin-bottom: 10px;
    }
    .p_about .text {
        width: 100%;
        padding-left: 0%;
    }
    .p_product_list {
        margin-top: 15px;
    }
}

/*about*/
.n_about1{
    width: 94%;
    max-width: 950px;
    margin:0 auto;
}
.n_about1 p{
    color: #333;
}
.n_about1 p strong{
    /*display: block;*/
    margin:20px 0 0;
    font-size:36px;
}
.n_about1 p a strong{
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
.n_about1 p em{
    display: block;
    font-style: normal;
    color: #24a7d0;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-bottom:20px;
}
@media(max-width: 1600px){
    .n_about1 p strong{
        margin:15px 0 0;
        font-size:32px;
    }
    .n_about1 p em{
        font-size: 18px;
        margin-bottom:15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .n_about1 p strong{
        font-size:24px;
    }    
}
@media(max-width: 768px){
    .n_about1 p strong{
        margin:10px 0 0;
        font-size:16px;
    }
    .n_about1 p em{
        font-size: 16px;
        margin-bottom:10px;
    }    
}
@media(max-width: 640px){
    
}


/*news*/
.news_list1 li{
    margin-bottom:30px;
}
.news_list1 li a{
    border: 1px solid #eee;
}
.news_detail{

}
.news_detail h2{
    font-size: 26px;
    color: #5c9f30;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
}
.news_detail h2 span{
    display: block;
    font-size: 14px;
    color: #666;
    padding:15px 0;
}
.news_detail .content{
    margin-bottom: 30px;
}
@media(max-width: 1199px){

}
@media(max-width: 768px){
    .news_list1 li{
        width: 49%;
        margin-bottom:20px;
    }
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }
    .news_detail h2{
        font-size: 22px;
    }
}
@media(max-width: 640px){
    .news_detail h2{
        font-size: 18px;
    }    
}




/*contact*/
.n_contact{
    width: 92%;
    max-width: 1116px;
    margin:0 auto;    
}
.contact1{
    text-align: center;
    font-size:16px;
    margin:50px 0 30px;
}
.contact1 p:nth-child(1){
    margin-bottom:15px;
}
.contact2{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:50px;
}
.contact2 h4{
    font-weight: normal;
    margin-bottom:15px;
}
.contact2 h4 p{
    font-size:20px;
    color: #333;   
    line-height: 1.6em; 
}
.contact2 a{
    /*color: #0c85c0;*/
    display: block;
    font-size:16px;
}
.contact2 .text{
    margin-bottom:30px;
}
.contact2 p{
    font-size:15px;
    color:#666;
}
.contact2 p strong{
    font-size:18px;
    color:#555;
/*    font-weight: 500;*/
}
.contact_l{
    padding:0 5%;
    width: 50%;
}
.contact_r{
    padding:0 5%;
    width: 50%;
}
.contact2 .contact_r a{
    font-size:18px;
    font-weight: bold;
}
@media(max-width: 1600px){
    .contact2 h4 p{
        font-size:18px;
    }
    .contact2 .contact_r a{
        font-size:16px;
    }
    .contact2 p strong{
        font-size:16px;
    }
    .contact2 p{
        font-size:14px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .contact_l,.contact_r{
        padding:0 3%;
    }
}
@media(max-width: 640px){
    .contact_l,.contact_r{
        width: 100%;
    } 
    .contact2 h4 p{
        font-size:16px;
    }
    .contact2 .text{
        margin-bottom:30px;
    }
    .contact2 p strong{
        font-size:15px;
    }
    .contact2 h4{
        margin-bottom:0;
    }   
}

/**/
.foot_message{
    padding:75px 0 125px 0;
    background: url(../images/message_bg.jpg) no-repeat;
    background-size: cover;
}
.foot_message .container{
    padding:0 50px;
    position: relative;
}
.foot_message_title{
/*    text-align: center;*/
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.foot_message_title p{
    font-size: 18px;
    padding-top: 5px;
}
.message1{

}   
.message1 ul{
    display: flex;
}
.message1 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 32px;
}
.message1 ul li:last-child{
    margin-right: 0;
}
.message1 ul li input{
    width: 100%;
    background: #fff;
    line-height: 45px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    border:none;
}
.message1 .mess_content{
    width: 100%;
}
.message1 .mess_content textarea{
    height: 90px;
    line-height: 45px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    width: 100%;    
    border: none;
    padding:0;
    font-family: '微软雅黑';
}
.message1 .mess_btn input.msgbtn{
    display: block;
    width: 160px;
    line-height: 50px;
    background: #5c9f30;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top:20px;
    right:50px;
    border: none;
    outline:none; 
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .foot_message .container{
        padding:0;
    } 
    .message1 .mess_btn input.msgbtn{
        right:0%;
    }   
}
@media(max-width: 1259px){


}
@media(max-width: 1024px){
    .foot_message{
        padding:60px 0;
    }   
    .message1 .mess_btn input.msgbtn{
        top:10px;
    }
}
@media(max-width: 768px){
    .foot_message{
        background-size: cover;
        padding:30px 0;
    }
    .message1 .mess_btn input.msgbtn{
        position: relative;
        left:0;
        top:0px;
        margin-top: 20px;
    }  
    .foot_message_title{
        font-size:24px;
    }  
    .foot_message_title p{
        font-size:16px;
        padding-top: 0;
    }
    .message1 ul li{
        margin-bottom:15px;
    }
}
@media(max-width: 767px){
    .foot_message_title{
        font-size: 18px;
        margin-bottom:15px;
    }
    .foot_message_title p{
        font-size: 12px;
        padding-top: 5px;
    }
    .message1 ul{
        flex-wrap: wrap;
    }
    .message1 ul li{
        width: 100%;
        margin:0 0 10px 0;
    } 
    .message1 .mess_btn input.msgbtn {
        width: 110px;
        line-height: 42px;
        height: 42px;
        font-size: 16px;
        margin-top:10px;
    }   
}




h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:1em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#5c9f30;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #5c9f30;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #5c9f30;
    vertical-align: middle;
    border: 1px solid #5c9f30; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #5c9f30;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #5c9f30;
    background: #5c9f30;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #5c9f30;
    background: #5c9f30;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 70px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #5c9f30;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*job*/
.job1{
    margin-bottom: 30px;
}
.job1 h2{
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}
.job1 p{
    font-size: 15px;
    /*color: #333;*/
}
.job_title{
    background: #5c9f30;
    padding: 0px 26px 0px 30px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.job_title span{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.job_list{
    
}
.job_list li{

    margin-bottom: 15px;
}
.job_list li .job_t{
    display: block;
    width: 100%;
    padding: 0px 26px 0px 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: #f6f6f6;
}
.job_list li .job_t span{
    display: block;
    width: 100%;
    background: url(../images/join_ico1.png) no-repeat right center;
    color: #333;
    font-size: 14px;
}
.job_c{
    display: none;
    color: #999;
}
.job_c h3{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    height: 26px;
    font-weight: normal;
}
.job_c1{
    display: flex;
    flex-wrap: wrap;

    line-height: 44px;
    font-size: 14px;
    color: #333;
    padding-left: 30px;
    border-bottom: 1px dashed #e0e0e0;
    padding-top: 16px;
}
.job_c1 p{
    width: 25%;
}
.job_c1 p:nth-child(5),.job_c1 p:nth-child(6){
    display: none;
}
.job_c2{
    padding: 13px 30px 15px 30px;
    border-bottom: 1px dashed #e0e0e0;
}
.job_c3{
    padding: 13px 0px 26px 30px;    
}
.job_list li.cur .job_t span{
    font-weight: bold;
    background: url(../images/join_ico2.png) no-repeat right center;
    color: #5c9f30;    
}
.job_list li.cur .job_c{
    display: block;
}
@media(max-width:860px){
    .job_c1 p{
        width: 50%;
        line-height:2em;
    }    
}
@media(max-width:640px){
    .job1 h2{
        font-size: 24px;
        margin-bottom: 10px;
        margin-top:20px;
    }
    .job_c1 p{
        width: 100%;
    }    
}