body{
    width: 100%;
    line-height: 26px;
    font-size: 14px;
}

.header{
    width: 1200px;
    margin: 0 auto;
    height: 120px;
}

.header .header-logo{
    float: left;
    margin-top: 30px;
}

.header .header-language{
    float: right;
}

.header .tel{
    margin-top: 20px;
    width: 450px;
    background: url("../img/header_tel.png")no-repeat right top;
}

.header .select-language-wrapper{
    margin-left: 300px;
    width: 150px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #01663a;
    margin-top: 20px;
    background: url("../img/diqiu_icon.png") no-repeat left 10px center;
    position: relative;
}

.header .select-language-wrapper .language-item{
    display: block;
    width: 100%;
    text-indent: 40px;
}

.header .select-language-wrapper .language-item .language-name{
    color: #01663a;
}

.header .select-language-wrapper .language-item .mask{
    margin-left: 25px;
}

.header .select-language-wrapper .language-list{
  background-color: #fff;
  border: 1px solid #01663a;
  border-top: 1px solid #fff;
  position: absolute;
  top:100%;
  left: -1px;
  width: 100%;
  z-index:999;
  display: none;
}

.header_nav{
    width: 100%;
    height: 46px;
    background: url("../img/nav.jpg");
}

.header_nav>ul{
    width: 1200px;
    margin: 0 auto;
}

.header_nav>ul>li{
   float: left; 
   height: 46px;
   line-height: 46px;
   width: 150px;
   text-align: center;
}

.header_nav>ul>li>a{
   color: #fff;  
   font-size: 16px;
}

.header_nav>ul .active{
    background:#a0d158;
}

.header_nav>ul>li:hover{
    background:#a0d158;
    transition: all 0.2s;
    transition-timing-function: linear;
}


.banner-list{
    width:100%;
    position: relative;
}

.index-banner .item{
    width: 100%;
    height: 600px;
}

.index_main{
   width: 100%;
}

.index_main .index_title{
    text-align: center;
}

.index_main .index_title .zhong{
   font-size: 26px;
   color: #666;
   letter-spacing:2px;
}

.index_main .index_title .line{
   display: inline-block;
   width: 110px;
   height: 4px;
   background: #a0d158;
   margin: 16px 0;
}

.index_main .index_title .ying{
   font-size: 26px;
   letter-spacing:8px;
   font-weight: 700;
}

.index_pro{
    width: 1200px;
    margin: 100px auto 0;
}

.index_pro .pro_nav{
    text-align: center;
}

.index_pro .pro_nav ul{
    display: inline-block;
    margin: 60px auto 40px;
}

.index_pro .pro_nav ul>li{
    float: left;
    width: 120px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    margin: 0 5px;
    border: 2px solid #01663a;
}

.index_pro .pro_nav ul>li>a{
    display: block;
    font-size: 15px;
    color: #333;
}

.index_pro .pro_nav ul .select{
    background: #01663a;
}

.index_pro .pro_nav ul .select>a{
    color: #fff;
}    


.index_pro .pro_pic .pro_w>li{
    width: 380px;
    height: 320px;
    box-sizing: border-box;
    float: left;
    border: 3px solid #efefef; 
}  

.index_pro .pro_pic .pro_w>li:nth-child(2){
    margin: 0 30px; 
}                     

.index_pro .pro_pic .pro_w>li img{
    display: block;
    width: 100%;
    height: auto; 
}     

.index_com{
    width: 100%;
    height: 520px;
    background: url("../img/com_img.jpg")center;
    margin: 60px 0 80px 0;
}

.index_com .wrapper{
    width: 1200px;
    margin: 0 auto;
}

.index_com .com-content{
    width: 1100px;
    margin: 40px 50px;
}

.index_com .com-content p{
    line-height: 48px;
    color: #fff;
    text-align: center;
    letter-spacing:2px;
}

.index_com .more{
    text-align: center;
}

.index_com .more a{
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}

.index_case{
    width: 1200px;
    margin: 0 auto;
}

.index_case .case-content {
    margin-top: 60px;
}

.index_case .case-content li{
    float: left;
    width: 380px;
    height: 240px;
    position: relative;
    margin-bottom: 30px;
}

.index_case .case-content li:nth-child(3n-1){
    margin: 0 30px;
}

.index_case .case-content li img{
    width: 100%;
    height: auto;
    position:absolute;
    z-index:1;
}

.index_case .case-content .item .show{
    width: 380px;
    height: 240px;
    background: rgba(0,0,0,.6);
    position:absolute; 
    z-index:999;
    text-align: center;
    line-height: 240px;
    -webkit-transition: all .4s linear;
    opacity: 0;
}

.index_case .case-content .item .show:hover{
    opacity: 1;
}

.index_case .case-content .item .show a{
    padding: 14px 40px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
} 

.index-news{
    width: 1200px;
    margin: 50px auto;
}

.index-news .news-content{
    margin: 40px 0 0 0;
}

.index-news .news-content>div{
    float: left;
    width: 580px;
}

.index-news .news-content>div:nth-child(1){
    margin-right: 40px;
}

.index-news .news-content>div .pic{
   display: block;
}

.index-news .news-content>div .pic>img{
   display: block;
   width: 580px;
   height: 250px;
}

.index-news .news-content>div .date-more{
    margin:20px 0 0 0;
}

.index-news .news-content>div .date{
   float: left;
   font-size: 32px;
   color: #bbb;
   font-family: "Arial";
}

.index-news .news-content>div .date span{
   font-size: 16px;
   color: #bbb;
   margin-left: 10px;
}

.index-news .news-content>div .more{
   float: right;
   font-family: "Arial";
   color: #bbb;
}

.index-news .news-content>div .text>h6{
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    margin: 5px 0 10px 0;
}

.index-news .news-content>div .text>p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    min-height: 52px;
}

.footer{
    width: 100%;
    border-top: 20px solid #8bb17e;
    background: #01663a;
    padding: 60px 0;
}

.footer .footer-con{
    width: 1200px;
    margin: 0 auto;
}

.footer .footer-con>div{
    width: 1200px;
    margin: 0 auto;
}

.footer .footer-con .footer-nav{
    float: left;
}

.footer .footer-con .footer-nav li{
    float: left;
    padding: 0 20px 0 0;
    color: #eee;
}

.footer .footer-con .footer-nav li>a{
    color: #eee;
    padding: 0 20px 0 0;
}

.footer .footer-con .footer-tel{
    float: right;
    color: #eee;
}

.footer .footer-con .footer-tel>span{
    color: #fff;
    font-size: 18px;
}

.footer .footer-con .footer_cop{
   border-top: 1px solid #aaa;
   padding-top: 20px;
   margin-top: 20px;
}

.footer .footer-con .footer_cop>div{
     color: #eee;
     float: left;
}

.footer .footer-con .footer_cop>a{
     float: right;
     color: #eee;
}

.sub-banner{
    width: 100%;
    height: 360px;
}

/*内页*/

.sub-banner>div{
    width: 100%;
    height: 360px;
}

.sub-main{
    width: 100%;
    min-height: 500px;
    padding: 60px 0 120px 0;
}

.sub-main .wrapper{
    width: 1200px;
    margin: 0 auto;
}

.sub-sidebar{
    float: left;
    width: 270px;
}

.sub-sidebar .list-header{
    width: 100%;
    height: 100px;
    background: #01663a;
}

.sub-sidebar .list-header h6{
    display: inline-block;
    color: #fff;
    height: 100px;
    line-height: 100px;
    padding-left: 30px;
    font-size: 22px;
    font-weight: bold;
    background: url("../img/com-icon.png") no-repeat left -20px top -20px;
    background-size: 200px 200px ;
}

.sub-sidebar .list-header h6 span{
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
    color: rgba(255,255,255,.8);
    font-family: "Arial";
    font-style: italic;
}

.sub-sidebar .list-select {
    width: 100%;
}

.sub-sidebar .list-select li{
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
}

.sub-sidebar .list-select li a{
    display: block;
    width: 100%;
    color: #666;
    text-indent:60px;
    background: url("../img/com-icon2.png") no-repeat left 30px center;
    background-size: 10px 10px;
}

.sub-sidebar .list-select li:hover{
    background-color: #fff;
    transition: all .2s;
}

.sub-sidebar .list-select li:hover a{
    color: #a0d158;
    background: url("../img/com-icon3.png") no-repeat left 30px center;
    background-size: 10px 10px;
    transition: all .2s;
}

.sub-content{
    float: right;
    width: 860px;
}

.sub-position{
    text-align: right;
    width: 860px;
    height: 50px;
    line-height: 50px;
    color: #555;
    border-bottom: 1px solid #eaeaea;
}

.sub-company{
    width: 100%;
    padding: 40px 0 0 0;
}

.sub-product{
    width: 100%;
    padding: 40px 0 0 0;
}

.sub-product .item{
    float: left;
    width: 250px;
    padding: 4px;
    border: 4px solid #eee;
    margin-bottom: 30px;
}

.sub-product .item:nth-child(3n-1){
    margin: 0 30px;
}

.sub-product .item a{
    display: block;
}

.sub-product .item img{
    display: block;
    width: 250px;
    height: 200px;
}

.sub-product .item h6{
    height: 52px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 4px 0 0 0;
}

.sub-product .item:hover{
    border: 4px solid #a0d158;
}

.sub-product .item:hover h6{
    color: #a0d158;
}

.sub-case{
    width: 100%;
    padding: 40px 0 0 0;
}

.sub-case .item{
    float: left;
    width: 250px;
    padding: 4px;
    border: 4px solid #eee;
    margin-bottom: 30px;
}

.sub-case .item:nth-child(3n-1){
    margin: 0 30px;
}

.sub-case .item a{
    display: block;
}

.sub-case .item img{
    display: block;
    width: 250px;
    height: 180px;
}

.sub-case .item h6{
    height: 52px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 4px 0 0 0;
}

.sub-case .item:hover{
    border: 4px solid #a0d158;
}

.sub-case .item:hover h6{
    color: #a0d158;
}

.sub-contact{
    width: 100%;
    padding: 40px 0 0 0;
}

.sub-news{
   width: 100%;
   padding: 40px 0 0 0; 
}

.sub-news{
   width: 100%;
   padding: 40px 0 0 0; 
}

.sub-news .item {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 40px;
}

.sub-news .item a{
    display: block;
}

.sub-news .item img{
    display: block;
    float: right;
    width: 360px;
    height: 170px;
}

.sub-news .item .text{
    float: left;
    width: 420px;
}

.sub-news .item .text .date{
    margin: 20px 0;
}

.sub-news .item .text h6{
    font-size: 16px;
    font-weight: bold;
}

.sub-news .item .text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;
}

.sub-productsd{
    width: 100%;
    padding: 40px 0 0 0;
    text-align: justify;
}

.sub-company .pro_title{
    margin-top: 20px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    text-indent: 26px;
    background: url("../img/prod_icon.png")no-repeat left center;
    border-bottom: 1px solid #01663a;
    padding: 5px;
}

.sub-productsd .pro_title{
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    text-indent: 26px;
    background: url("../img/prod_icon.png")no-repeat left center;
    border-bottom: 1px solid #01663a;
    padding: 5px;
}

.sub-productsd .pro-table{
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 24px;
    color: #fff;
}

.sub-productsd .pro-table tr td{
    padding: 8px 0;
}


