﻿@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;margin:0;padding:0}
address,caption,cite,code,dfn,em,th,var,i,b{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur())}
sub,sup{vertical-align:baseline}
table{border-collapse:collapse;border-spacing:0}
textarea { resize:none}
input[type="submit"],input[type="button"]{ cursor:pointer;}
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
a{text-decoration:none;cursor: pointer; color:#777}
a:hover{text-decoration:none}
body,th,td,button,input,select,textarea{ font-family: Arial,"微软雅黑";font-size:13px;color:#777;}
.layout{ width:1400px; margin:0 auto; clear:both}
.fl{ float:left}
.fr{ float:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; font-size:0; line-height:0}
.clearfix{*zoom:1;}
#web-ietip {width: 526px; height: 90px; padding: 83px 0 0 84px; overflow:hidden; background: url(../images/browser.png) no-repeat center center; margin: 200px auto 0;}
#web-ietip a{display: block; width: 65px; height: 80px; float: left;}

/* 轮播图默认样式 */
.swiper-container {
     width: 100%;
     height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet{  opacity: 1; background: transparent; width: 12px; height: 12px; border: 1px solid #419001;}
.swiper-pagination-bullet-active{  background: #419001; opacity: 1;}

*{
    box-sizing:border-box;
}
body{
    min-width: 1420px;
}
.layout1{ width:1200px; margin:0 auto; clear:both;}
.site-hd{
    line-height: 36px;
    background: #444;
    font-size: 14px;
    color: #b2b2b2;
}
.site-hd .wel{
    float: left;
}
.site-hd .lang{
    float: right;
}
.site-hd .icon{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.site-hd select{
    width: 46px;
    border: none;
    background: none;
    color: #d3d3d3;
    outline: none;
}
.header{
    line-height: 94px;
    background: #fff;
}
.header .logo{
    float: left;
}
.header .nav{
    float: right;
}
.header .fir-nav{
    float: left;
    margin: 0 25px;
    font-size: 18px;
    color: #333;
    position: relative;
} 
.header .fir-nav>a{
    display: block;
    height: 100%;
    position: relative;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.header .on>a,
.header li:hover>a{
    color: #419001;
}
.header .sec-nav{
    display: none;
    position: absolute;
    z-index: 3;
    width: 520px;
    top:94px;
    left: 50%;
    margin-left: -260px;
    padding: 20px;
    background: rgba(255,255,255,0.9);
    border-top: 1px solid #eee;
    overflow: hidden;
}
.header .sec-nav .pic{
    width: 240px;
    height: 160px;
    float: left;
}
.header .sec-nav .rg{
    margin-left: 240px;
    padding: 0 10px;
}
.header .sec-nav a{
    width: 50%;
    float: left;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #333;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.header .sec-nav a:hover{
    color: #76be2b;
}
.header .fir-nav>a:after{
    content: '';
    width: 0%;
    height: 2px;
    background: #419001;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.header .on>a:after,
.header .fir-nav:hover>a:after{
    width: 100%;
}
.header .fir-nav:hover .sec-nav{
    display: block;
}

.footer{
    padding-top: 75px;
    background: #f6f6f6;
}
.ft-nav{
    float: left;
}
.ft-nav li{
    float: left;
    margin-right: 65px;
}
.ft-nav h3,
.ft-nav h3>a{
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-bottom: 15px;
}
.ft-nav .sev-nav a{
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.ft-nav .sev-nav a:hover{
    color: #419001;
}
.ft-top{
    padding-bottom: 60px;
}
.ft-top .rg{
    float: right;
    font-size: 16px;
    line-height: 20px;
    color: #333;
} 
.ft-top .tele{
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 30px;
}
.ft-top .num{
    font-size: 30px;
    line-height: normal;
    color: #419001;
}

.ft-share .sh-icon{
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background:#4f5257 url(../images/icon-sh1.png) no-repeat center;
    margin-right: 15px;
    position: relative;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.ft-share .sh-icon:hover{
    background-color: #419001;
}

.ft-share .sh-icon2{
    background-image:url(../images/icon-sh2.png);
}

.ft-share .sh-icon .pic{
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #fff;
    opacity: 0;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
}
.ft-share .sh-icon img{
    max-width: 100%;
    max-height: 100%;
}
.ft-share .sh-icon .pic:after{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -6px;
    border-top: 8px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.ft-share .sh-icon:hover .pic{
    opacity: 1;
}

.footer .ft-bt{
    border-top: 1px solid #e1e1e1;
    padding: 30px 0;
    overflow: hidden;
}
.footer .cright{
    font-size: 14px;
    line-height: 18px;
    float: left;
    color: #333;
}
.footer .link{
    float: right;
    font-size: 14px;
    color: #333;
}


.in-banner img{
    width: 100%;
}

.bg-style{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.title{
    text-align: center;
    color: #111;
    padding: 65px 0 40px;
}
.title .en{
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 10px;
}
.title .cn{
    font-size: 28px;
    line-height: 30px;
}
.in-about .content{
    position: relative;
    padding-bottom: 80px;
} 
.in-about .tex{
    width: 93%;
    padding: 80px 38% 80px 100px;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
}
.in-about .tt{
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #5faf0c;
    position: relative;
}
.in-about .tt:after{
    content: '';
    width: 50px;
    height: 2px;
    background: #5faf0c;
    position: absolute;
    left: 0;
    bottom: 0;
}
.in-about .intro{
    font-size: 18px;
    line-height: 30px;
    color: #555;
}
.in-about .pic{
    width: 520px;
    height: 374px;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -187px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
}
.in-about .pic img{
    width: 100%;
    height: 100%;
}
.in-about .bt{
    margin-top: 50px;
    overflow: hidden;
}
.in-about .bt li{
    float: left;
    width: 33.3%;
    text-align: center;
    line-height: 80px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;

}
.in-about .bt li a{
    display: inline-block;
    vertical-align: middle;
    color: #333;
}
.in-about .bt .icon{
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
.in-about .bt .sel{
    display: none;
}
.in-about .bt .tt1{
    float: left;
    text-align: left;
}
.in-about .bt .cn{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;

}
.in-about .bt .en{
    font-size: 14px;
    line-height: 16px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;

}
.in-about .bt li:hover{
    background: url(../images/hover-about.jpg) no-repeat center;
    background-size: cover;
}
.in-about .bt li:hover a{
    color: #Fff;
}
.in-about .bt li:hover .nor{
    display: none;
}
.in-about .bt li:hover .sel{
    display: inline-block;
}
.in-news{
    padding-bottom: 40px;
}
.news-item{
    float: left;
    width: 31.5%;
}
.news-item .pic{
   overflow: hidden;
   width: 100%;
}
.news-item .pic img{
    width: 100%;
    transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.news-item .tex{
    padding: 30px 25px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
}
.news-item .date,
.news-item .intro{
    font-size: 14px;
    line-height: 18px;
    color: #888;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-item .tt{
    margin: 25px 0;
    font-size: 24px;
    line-height: 30px;
    color: #222;
    height: 92px;
    position: relative;
}
.news-item .tt p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item .tt:after{
    content: '';
    width: 30px;
    height: 1px; 
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e1e5e8;
}
.news-item:hover img{
    transform:scale(1.1);
}
.in-news .news-item{
    width: 100%;
    text-align: left;
}
.in-news .swiper-container{
    padding-bottom: 70px;
}
.in-news .button{
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0;
}
.in-news .prev{
    background: url(../images/arr-prev.png) no-repeat center;
}
.in-news .next{
    background: url(../images/arr-next.png) no-repeat center;
}
.in-special{
    height: 810px;
    padding-top: 100px;
}
.in-special .title{
    color: #fff;
    text-align: left;
}
.in-special .item{
    width: 50%;
    float: left;
}
.in-special .item .tex{
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    width: 440px;
    margin-bottom: 70px;
}
.in-special .item .more{
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    width: 140px;
    line-height: 42px;
    border-radius: 42px;
    border: 1px solid #fff;
}
.in-special .item .more:after{
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-arr1.png) no-repeat center;
    margin-top: -2px;
    margin-left: 20px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.in-special .item .more:hover:after{
    transform:translate(5px,0);
}
.in-special .rg{
    text-align: right;
}
.in-special .rg .title{
    text-align: right;
}
.in-special .rg .tex{
    margin-left: auto;
}

.banner img{
    width: 100%;
}

.menu{
    height: 64px;
    line-height: 64px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.menu a{
    font-size: 14px;
    color: #333;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.menu a:hover{
    color: #79bc14;
}
.menu a:hover:before{
    color: #333;
}
.menu .menu-lt{
    float: left;
}
.menu .menu-rg{
    float: right;
}
.menu .menu-rg a:before{
    content: '>';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    margin-top: -2px;
}
.menu .menu-rg .home:before{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon-home.png) no-repeat center;
}
.menu .menu-rg .on{
    color: #79bc14;
}
.menu .menu-rg .on:before{
    color: #333;
}
.menu .menu-lt a{
    height: 64px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.menu .menu-lt a:after{
    content: '';
    width: 0%;
    height: 2px;
    background: #79bc14;
    position: absolute;
    left: 0;
    bottom: 1px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.menu .menu-lt a:first-of-type{
    margin-left: 0;
}
.menu .menu-lt a.on,
.menu .menu-lt a:hover{
    color: #79bc14;
}
.menu .menu-lt a.on:after,
.menu .menu-lt a:hover:after{
    width: 100%;
}
.menu .menu-lt a.on:before,
.menu .menu-lt a:hover:before{
    content: '';
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -6px;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #79bc14;
}
.title1{
    text-align: center;
    padding: 45px 0 16px;
}
.title1 .cn{
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.title1 .cn span{
    color: #66b905;
}
.title1 .en{
    font-size: 24px;
    line-height: 26px;
    color: #000;
    text-transform: uppercase;
}

.contact{
    padding-bottom: 100px;
}
.contact .content{
    height: 480px;
}
.contact .con-way{
    width: 33%;
    height: 100%;
    float: left;
    background: #fafafa;
    padding: 35px 30px;
}
.contact .name{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #333;
    font-weight: 600;
}
.contact .item{
    margin-bottom: 30px;
    overflow: hidden;
}
.contact .item .icon{
    float: left;
    width: 36px;
    height: 36px;
}
.contact .item .icon img{
    width: 100%;
    height: 100%;
}
.contact .item .tex{
    margin-left: 56px;
}
.contact .item .tt1{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    color: #666;
}
.contact .item .tt2{
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
}
.contact .map{
    width: 67%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.introdu{
    padding-top: 60px;
    padding-bottom: 100px;
}
.introdu.bg-style{
    background-size: contain;
    background-position: center bottom;
}

.intro-col1{
    overflow: hidden;
}
.intro-col1 .pic{
    width: 730px;
    float: left;
    overflow: hidden;
    border-radius: 6px;
}
.intro-col1 .pic img{
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;

}
.intro-col1 .pic:hover img{
    transform:scale(1.1);
}
.intro-col1 .tex{
    margin-left: 770px;
}
.intro-col1 .tex .hd{
    padding: 60px 30px 0;
    position: relative;
    margin-bottom: 80px;
}
.intro-col1 .tex .hd:before{
    content: "“";
    font-size: 120px;
    line-height: 120px;
    color: #ccc;
    position: absolute;
    left: 0;
    top:0;
}
.intro-col1 .tex .hd:after{
    content: "”";
    font-size: 120px;
    line-height: 120px;
    color: #ccc;
    position: absolute;
    right: 0;
    bottom:-120px;
}
.intro-col1 .c-name{
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #66b905;
    font-weight: 600;
}
.intro-col1 .slogen{
    font-size: 24px;
    color: #555;
    line-height: 26px;
}
.intro-col1 .item{
    width: 190px;
    line-height: 60px;
    border-radius: 60px;
    background: #66b905;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-bottom: 30px;
    margin-right: 25px;
}
.intro-col1 .item .num{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.introdu .title1{
    text-align: left;
    padding: 0;
} 

.intro-col2{
    margin:45px 0 90px;
    overflow: hidden;
}
.intro-col2 .title1{
    float: left;
    width: 25%;
    padding: 20px 0 0;
}
.intro-col2 .tex{
    margin-left: 25%;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.intro-col3{
    overflow: hidden;
}
.intro-col3 .item{
    margin-bottom: 30px;
    overflow: hidden;
}
.intro-col3 .lt{
    width: 585px;
    float: left;
}
.intro-col3 .rg{
    margin-left: 585px;
}
.intro-col3 .item1 .lt{
    padding-top: 40px;
}
.intro-col3 .item1 .tex{
    padding: 50px 80px 0 20px;
}
.intro-col3 .li{
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding-left: 20px;
    position: relative;
}
.intro-col3 .li:before{
    content: '★';
    font-size: 14px;
    color: #84c64a;
    position: absolute;
    left: 0;
    top:0px;
}
.intro-col3 .rg,
.intro-col3 .lt{
    overflow: hidden;
    border-radius: 6px;
}
.intro-col3 img{
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
    transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.intro-col3 .rg:hover img,
.intro-col3 .lt:hover img{
    transform:scale(1.1);
}
.intro-col3 .item2 .tex{
    padding: 80px 0 0 65px;
}
.intro-col4{
    margin-top: 110px;
}
.intro-col4 .content{
    position: relative;
}
.intro-col4 .tex{
    width: 675px;
    height: 400px;
    border-radius: 6px;
    background: #f2f2f2;
    padding: 65px 85px 0 45px;
}
.intro-col4 .title1{
    margin-bottom: 40px;
}
.intro-col4 .intro{
    font-size: 14px;
    line-height: 30px;
    color: #333;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.intro-col4 .pic{
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -165px;
    width: 550px;
    height: 330px;
    border-radius: 6px;
    z-index: 1;
}
.intro-col4 .pic img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.intro-col4 .pic:hover img{
    transform:translate(0,-5px);
}
.intro-col4 .pic:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -10px;
    top:10px;
    border-radius: 6px;
    background: #79bc14;
    z-index: -1;
}

.organize{
    padding-bottom: 70px;
}
.organ-hd{
    text-align: center;
    position: relative;
}
.organ-hd:after{
    content: '';
    display: block;
    height: 80px;
    background: url(../images/bg-line.png) no-repeat center;
}
.organ-hd .c-name{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    position: relative;
    z-index: 1;
}
.organ-hd .c-name p{
    position: relative;
    padding: 0 20px;
    z-index: 1;
    background: #6ab914;
}

.organ-hd .c-name:before{
    content: '';
    width: 49px;
    height: 44px;
    background: url(../images/bg-tt-l.png) no-repeat center;
    left: -40px;
    top:10px;
    position: absolute;
    z-index: -1;
}
.organ-hd .c-name:after{
    content: '';
    width: 49px;
    height: 44px;
    background: url(../images/bg-tt-r.png) no-repeat center;
    right: -40px;
    top:10px;
    position: absolute;
    z-index: -1;
}
.organ-md{
    overflow: hidden;
    padding: 0 70px 80px;
}
.organ-md .item{
    width: 33.3%;
    float: left;
    text-align: center;
}
.organ-md .cl{
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    border: 2px solid #6ab914;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin:20px auto 0px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.organ-md .cl p{
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}
.organ-md .cl:after{
    content: '';
    width: 94px;
    height: 94px;
    position: absolute;
    left: 50%;
    margin-left: -47px;
    top:50%;
    margin-top: -47px;
    background: #6ab914;
    border-radius: 100%;
    z-index: -1;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.organ-md .cl-name{
    display: inline-block;
    max-width: 90%;
    padding: 12px 30px;
    border-radius: 30px;
    background: #6ab914;
    color:#fff;
    font-size: 14px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.organ-md .cl-name p{
    line-height: 20px;
}
.organ-md .item:hover .cl{
    border-color: #ffad24;
}
.organ-md .item:hover .cl:after{
    background: #ffad24;
}
.organ-md .item:hover .cl-name{
    background: #ffad24;
}

.oran-bt .item{
    margin-bottom: 25px;
    overflow: hidden;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.oran-bt .item:hover{
    transform:translate(0,-5px);
}
.oran-bt .cl-name{
    float: left;
    width: 267px;
    min-height: 45px;
    line-height: 45px;
    background: url(../images/bg-tt2.png) no-repeat center;
    background-size: 100% 100%;
    color:#fff;
    padding: 4px 75px 4px 15px;
    margin-top: 32px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.oran-bt .cl-name p{
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}
.oran-bt .tex{
    margin-left: 290px;
    min-height: 110px;
    border-radius: 10px;
    background: #f4f4f4;
    padding: 30px 40px;
    font-size: 14px;
    line-height: 28px;
    color:#555;
}
.oran-bt .item:hover .cl-name{
    background-image: url(../images/bg-tt2-sel.png);
}



.develop.bg-style{
    background-size: contain;
    background-position: center top;
}
.deve-container:after{
    content: '';
    width: 100%;
    height: 34px;
    background: url(../images/deve-line.png) no-repeat center;
    position: absolute;
    top:50%;
    margin-top: -34px;
}
.deve-box{
    position: relative;
    margin-bottom: 100px;
}
.deve-box .swiper-container{
    width: 90%;
    margin: 0 auto;
}
.deve-list{
    text-align: center;
    height: 380px;
    width: 100%;
    position: relative;
}
.deve-list .year{
    width: 94px;
    height: 94px;
    line-height: 94px;
    border-radius: 100%;
    border: 1px solid #6ab914;
    position: relative;
    z-index: 1;
    font-size: 26px;
    color: #fff;
    display: inline-block;
}
.deve-list .year:after{
    content: '';
    width: 84px;
    height: 84px;
    border-radius: 100%;
    background: #6ab914;
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top:50%;
    margin-top: -42px;
    z-index: -1;
}
.deve-list .tex{
    font-size: 14px;
    color:#333;
    position: absolute;
    width: 100%;
}
.deve-list .tex p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.deve-list .tex:after{
    content: '';
    position: absolute;
    left: 50%;
    height: 124px;
    width: 1px;
    background: #d2d2d2;
}
.deve-list .tex:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #d2d2d2;
}
.deve-box .swiper-slide{
    background: transparent;
}
.deve-box .swiper-slide:nth-of-type(2n+1) .deve-list{
    padding-top: 280px;
}
.deve-box .swiper-slide:nth-of-type(2n+1) .tex{
    top: 50px;
}

.deve-box .swiper-slide:nth-of-type(2n) .tex{
    bottom: 50px;
}
.deve-box .swiper-slide:nth-of-type(2n+1) .tex:after{
    top:80px;
}
.deve-box .swiper-slide:nth-of-type(2n+1) .tex:before{
    top:136px;
}
.deve-box .swiper-slide:nth-of-type(2n) .tex:after{
    bottom:80px;
}
.deve-box .swiper-slide:nth-of-type(2n) .tex:before{
    bottom:136px;
}

.deve-box .deve-botton{
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background: #c5c5c5;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: 20px;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    transform: translate(0,-100%);
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}
.deve-box .deve-botton:hover{
    background-color: #79bc14;
}
.deve-box .prev{
    left: 0;
    background-image: url(../images/arr-prev1.png);
}
.deve-box .next{
    right: 0;
    background-image: url(../images/arr-next1.png);
}


.about-col4{
    position: relative;
    margin-bottom: 110px;
}
.about-col4 .lt{
    position: absolute;
    z-index: 3;
    left: 0;
    top:0;
    height: 490px;
    width: 320px;
    top:50%;
    margin-top: -245px;
    border-radius: 6px;
    background: #79bc14;
    padding: 50px 30px 0;
}
.about-col4 .lt .tex{
    margin-top: 45px;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    height: 140px;
    margin-bottom: 40px;
    overflow: hidden;
}
.about-col4 .lt .tex .swiper-slide{
    background: #79bc14;
    text-align: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.about-col4 .bt{
    overflow: hidden;
}
.about-col4 .bt .swiper-button{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #fff;
    float: left;
    cursor: pointer;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}


.about-col4 .bt .swiper-button:hover{
    background-color: #fff;
}
.about-col4 .bt .button-prev{
    margin-right: 15px;
}

.about-col4 .button-prev{
    background: url(../images/arr-prev1.png) no-repeat center;
}
.about-col4 .button-next{
    background: url(../images/arr-next1.png) no-repeat center;
}
.about-col4 .button-prev:hover{
    background-image: url(../images/arr-prev1-g.png);
}
.about-col4 .button-next:hover{
    background-image: url(../images/arr-next1-g.png);
}


.about-col4 .rg{
    width: 960px;
    height: 574px;
    background: #ecf5f1 url(../images/bg-honor.png) no-repeat center;
    background-size: cover;
    border-radius: 6px;
    float: right;
    padding-left: 8%;
    padding-right: 2%;
    overflow: hidden;
    position: relative;
}
.about-col4 .title .tt{
    color: #fff;
}
.about-col4 .rg .item{
    transform: scale(1.1);
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.about-col4 .rg .item,
.about-col4 .rg img{
    width: 100%;
}
.about-col4 .rg .swiper-container{
    height: 100%;
    padding-top: 2200px;
    padding-bottom: 200px;
    transform: translateY(-1850px);
}
.about-col4 .rg .swiper-slide-active .item{
    transform:translateY(-48px) scale(1.45);
}
.about-col4 .rg .tex{
    width: 80%;
    position: absolute;
    bottom: 60px;
    left: 13%;
    text-align: center;
    color: #282828;
    font-size: 16px;
}
.about-col4 .rg .item:hover{
    transform:translateY(-10px) scale(1.5);
}
.about-col4 .rg .swiper-slide-active .item:hover{
    transform:translateY(-55px) scale(1.8);
}
.about-col4 .title1{
    text-align: left;
    padding: 0;
}
.about-col4 .title1 .cn,
.about-col4 .title1 .en{
    color: #fff;
}

.menu-pro{
    position: relative;
    margin-bottom: 60px;
}
.menu-pro .swiper-slide{
    background: transparent;
}
.menu-pro .item{
    display: inline-block;
    line-height: 46px;
    border-radius: 46px;
    width: 170px;
    text-align: center;
    background: #f4f4f4;
    font-size: 16px;
    color: #999;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.menu-pro .on,
.menu-pro .item:hover{
    color: #fff;
    background: #60b63c;
}
.menu-pro .swiper-container{
    width: 90%;
    margin: 0 auto;
}
.menu-pro .swiper-button{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    border: 1px solid #b7b7b7;
    top:50%;
    margin-top: -20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.menu-pro .prev{
    left: 0;
    background-image: url(../images/arr-prev1-b.png);
}
.menu-pro .next{
    right: 0;
    background-image: url(../images/arr-next1-b.png);
}
.menu-pro .swiper-button:hover{
    background-color: #60b63c;
    border-color: #60b63c;
}
.menu-pro .prev:hover{
    background-image: url(../images/arr-prev1.png);
}
.menu-pro .next:hover{
    background-image: url(../images/arr-next1.png);
}

.pro-col1{
    background: #fafafa;
    padding: 60px 0 70px;
    overflow: hidden;
}

.pro-col1 .pic{
    width: 440px;
    float: left;
}
.pro-col1 .pic img{
    width: 100%;
}
.pro-col1 .tex{
    margin-left: 490px;
}
.pro-col1 .hd{
    font-size: 32px;
    font-weight: 600;
    color: #60b63c;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
}
.pro-col1 .hd .icon{
    margin-right: 5px;
}
.pro-col1 .intro{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 20px;
}
.pro-col1 .pro-cl{
    overflow: hidden;
}
.pro-col1 .cl-li{
    width: 170px;
    line-height: 46px;
    background: #60b63c;
    color: #fff;
    font-size: 16px;
    text-align: center;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}
.pro-col2{
    overflow: hidden;
    padding: 70px 0 95px;
}
.pro-col2 .pic{
    width: 580px;
    height: 360px;
    float: left;
    margin:0 10px 40px;
}
.pro-col2 .pic img{
    width: 100%;
}
.techni{
    overflow: hidden;
    padding-bottom: 90px;
    background-size: contain;
    background-position: center bottom;
}
.tech-col1{
    position: relative;
    height: 420px;
    padding-top: 20px;
    margin-bottom: 90px;
}
.tech-col1 .center-box{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.tech-col1 .center-box .tex{
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top:0;
    padding-top: 95px;
    color: #fff;
    text-align: center;
}
.tech-col1 .tex .en,
.tech-col1 .tex .cn{
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
.tech-col1 .list-box{
    display: inline-block;
    margin: 25px auto 0;
    text-align: left;
}
.tech-col1 .li{
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}
.tech-col1 .li:before{
    content: '★';
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top:0;
}
.tech-col1 .item{
    position: absolute;
    width: 220px;
    line-height: 55px;
    background: #60b63c;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
}

.tech-col2 .tt{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.tech-col2 .hd{
    height: 40px;
    line-height: 40px;
    background: #60b63c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 0 25px;
    margin-bottom: 20px;
}

.tech-col2 .hd li{
    float: left;
    width: 25%;
}
.tech-col2 .pic{
    width: 100%;
}
.tech-col2 .pic img{
    width: 100%;
}
.case-center{
    padding-bottom: 50px;
}
.case-center .content{
    overflow: hidden;
}
.case-item{
    width: 380px;
    height: 422px;
    float: left;
    margin: 0 10px 30px;
    position: relative;
}
.case-item .pic{
    height: 230px;
    overflow: hidden;
}
.case-item img{
    width: 100%;
    height: 100%;
    transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.case-item:hover img{
    transform:scale(1.1);
}
.case-item .tex{
    height: 192px;
    border: 1px solid #eee;
    padding: 30px 30px 0;
}
.case-item .hd{
    height: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    position: relative;
    margin-bottom: 25px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.case-item .hd p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.case-item .hd:after{
    content: '';
    position: absolute;
    width: 26px;
    height: 1px;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    background: #60b63c;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.case-item .intro{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 20px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case-item .more{
    width: 120px;
    line-height: 36px;
    border-radius: 36px;
    margin: 0 auto;
    font-size: 14px;
    color: #60b63c;
    background: #fff;
    opacity: 0;
    text-align: center;
}
.case-item:hover .tex{
    height: 210px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #60b63c;
    border-color: #60b63c;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.case-item:hover .hd{
    color: #fff;
    height: 40px;
    margin-bottom: 15px;
}
.case-item:hover .hd:after{
    background: #fff;
}
.case-item:hover .intro{
    color: #fff;
}
.case-item:hover .more{
    opacity: 1;
}

.page{
    text-align: center;
    padding: 50px;
}
.page a{
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    min-width: 40px;
    border-radius: 40px;
    border: 1px solid #bbbbbb;
    margin: 4px;
    font-size: 16px;
    color: #888;
    position: relative;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.page .first,
.page .last{
    padding: 0 20px;
}
.page a:hover,
.page .on{
    background: #60b63c;
    border-color: #60b63c;
    color: #fff;
}

.duty{
    padding-bottom: 50px;
}
.duty .content{
    overflow: hidden;
}
.duty-item{
    width: 380px;
    display: block;
    float: left;
    margin: 0 10px 30px;
}
.duty-item .pic{
    height: 230px;
    overflow: hidden;
}
.duty-item .pic img{
    width: 100%;
    height: 100%;
    transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.duty-item .pic:hover img{
    transform:scale(1.1);
}
.duty-item .tex{
    height: 100px;
    border: 1px solid #eee;
    padding: 20px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.duty-item .tt{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 18px;
    color: #333;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.duty-item .date{
    font-size: 14px;
    line-height: 16px;
    color: #999;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.duty-item:hover .tex{
    background: #60b63c;
    border-color: #60b63c;
}
.duty-item:hover .tt,
.duty-item:hover .date{
    color: #fff;
}

.news-item1{
    height: 400px;
    margin-bottom: 30px;
}
.news-item1 .pic{
    width: 600px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.news-item1 .pic:hover img{
    transform:scale(1.1);
}
.news-item1 img{
    width: 100%;
    height: 100%;
    transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.news-item1 .tex{
    height: 100%;
    margin-left: 600px;
    border: 1px solid #eee;
    border-left: none;
    padding: 40px 40px 30px 30px;
}
.news-item1 .tt{
    font-size: 26px;
    line-height: 36px;
    height: 72px;
    margin-bottom: 20px;
    display: inline-block;
    color: #60b63c;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item1 .date,
.news-item1 .visit{
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    padding-left: 20px;
    margin-right: 40px;
}
.news-item1 .date{
    background: url(../images/icon-date.png) no-repeat center left;
}
.news-item1 .visit{
    background: url(../images/icon-visit.png) no-repeat center left;
}
.news-item1 .intro{
    margin-top: 40px;
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 30px;
    height: 90px;
    color: #999;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-item1 .more{
    display: inline-block;
    line-height: 50px;
    border-radius: 50px;
    padding: 0 40px;
    background: #60b63c;
    color: #fff;
    font-size: 16px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.news-item1 .more:hover{
    background: #529a34;
}
.news-item2{
    display: block;
    width: 100%;
    height: 174px;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.news-item2 .date{
    height: 100%;
    width: 136px;
    background: #a8a8a8;
    color: #fff;
    text-align: center;
    float: left;
    padding: 40px 25px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.news-item2 .day{
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    margin: 0 auto 15px;
}
.news-item2 .month{
    font-size: 20px;
    line-height: 20px;
}
.news-item2 .pic{
    width: 270px;
    height: 100%;
    background: #eee;
    float: left;
}
.news-item2 .pic img{
    width: 100%;
    height: 100%;
}
.news-item2 .tex{
    margin-left: 406px;
    padding: 40px 45px;
}
.news-item2 .tt{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #333;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-item2 .intro{
    font-size: 14px;
    line-height: 28px;
    color: #999;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item2:hover{
    border-color: #60b63c;
}
.news-item2:hover .date{
    background: #60b63c;
}
.news-item2:hover .tt,
.news-item2:hover .intro{
    color: #60b63c;
}
.article{
    padding-top: 50px;
    padding-bottom: 40px;
}
.article .hd{
    border-bottom: 1px solid #eee;
    padding-bottom: 26px;
    text-align: center;
}
.article .tt{
    font-size: 24px;
    line-height: 30px;
    color: #000;
    max-width: 70%;
    margin: 0 auto 25px;
}
.article .hd .li{
    display: inline-block;
    font-size: 14px;
    color: #969696;
    margin: 0 25px;
}
.article .content{
    padding: 30px 0 50px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-family: Arial;
    line-height: 1.5;
}
.article .p14{
    font-size: 14px;
    line-height: 26px;
    color: #737373;
}

.ej-share-box{ overflow: hidden; padding: 30px 0 50px;}
.ej-share-box ul{ float: left; width: 74%; }
.ej-share-box li{ font-size: 16px ;color: #111; line-height: 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.ej-share-box li a{ color: #111; transition: all ease .2s 0s; -moz-transition: all ease .2s 0s; -webkit-transition: all ease .2s 0s; }
.ej-share-box li:hover,
.ej-share-box li:hover a{ color: #60b63c;}
.ej-share-box .break{ float: right; width: 130px; line-height: 46px; border-radius: 46px; text-align: center; background: #60b63c; display: block; font-size: 16px;  color: #fff; margin-top: 5px; transition: all ease .2s 0s; -moz-transition: all ease .2s 0s; -webkit-transition: all ease .2s 0s; }
.ej-share-box .break:hover{ background: #56a336;  }


.inno-col1{
    overflow: hidden;
}

.inno-col1 .intro{
    width: 100%;
    height: 350px;
    margin-bottom: 65px;
    background: #fff;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.inno-col1 .intro:hover{
    transform:translate(0,-10px);
}
.inno-col1 .pic{
    width: 535px;
    height: 100%;
    float: left;
    background: #e6e6e6;
}
.inno-col1 .tex{
    margin-left: 535px;
    height: 100%;
    padding: 30px 20px 0;
}
.inno-col1 .tex .hd{
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #6aba0e;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.inno-col1 .tex .hd:after{
    content: '';
    width: 30px;
    height: 2px;
    background: #66b905;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.inno-col1 .tex .li{
    padding-left: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    position: relative;
    margin-bottom: 25px;
}
.inno-col1 .tex .li:before{
    content: '★';
    font-size: 18px;
    color: #66b905;
    position: absolute;
    left: 0;
    top: 0;
}
.inno-col1 .tex .red{
    color: #fe9c10;
}
.inno-col2{
    padding: 60px 0 70px;
}
.inno-col2 .cl-top{
    overflow: hidden;
    margin-bottom: 40px;
}
.inno-col2 .cl-top li{
    float: left;
    width: 336px;
    text-align: center;
}
.inno-col2 .cl-top li:first-of-type{
    width: 190px;
}
.inno-col2 .hd{
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #6aba0e;
    font-weight: 600;
    position: relative;
    margin: 30px 0 20px;
    text-align: left;
}
.inno-col2 .hd:after{
    content: '';
    width: 30px;
    height: 2px;
    background: #66b905;
    position: absolute;
    bottom: 0;
    left: 0;
}
.inno-col2 .icon{
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin:0 auto 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.inno-col2 .cl-name{
    font-size: 18px;
    line-height: 20px;
    color: #333;
}


.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    border: 1px solid #dcdcdc;
}
.table td {
    font-size: 14px;
    line-height: 66px;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    vertical-align: middle;
    width: 346px;
    padding: 10px 20px; 
}
.table td p{
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.table td:first-of-type{
    background-color: #eeeeee;
    width: 160px;
}

.inno-col3{
    padding-top: 40px;
    background: #6aba0e;
}

.inno-col3 .hd{
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 30px 0 20px;
    text-align: center;
}
.inno-col3 .hd:after{
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.inno-col3 .tex{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 35px 0 50px;
}
.inno-col3 strong{
    font-weight: 600;
}
.inno-col3 .bt{
    height: 283px;
    position: relative;
}
.inno-col3 .center{
    height: 100%;
    width: 596px;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}
.inno-col3 .center .tt{
    width: 390px;
    height: 200px;
    line-height: 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -195px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.inno-col3 .bt .item{
    color: #fff;
    font-size: 18px;
    width: 230px;
    position: absolute;
    text-align: center;
}

.inno-col4{
    padding: 45px 0 100px;
    background-size: contain;
    background-position: center bottom; 
}
.inno-col4 .col-top{
    margin-bottom: 100px;
}
.inno-col4 .hd{
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #6aba0e;
    font-weight: 600;
    position: relative;
    margin: 30px 0 20px;
    text-align: center;
}
.inno-col4 .hd:after{
    content: '';
    width: 30px;
    height: 2px;
    background: #6aba0e;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.inno-col4 .intro{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin: 30px 0 40px;
}
.inno-col4 strong{
    color: #333;
    font-weight: 600;
}
.inno-col4 .item{
    width: 270px;
    float: left;
    text-align: center;
    border: 1px solid #dcdcdc;
    margin: 0 15px;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.inno-col4 .item:hover{
    transform:translate(0,-10px);
}
.inno-col4 .item .tt{
    height: 50px;
    line-height: 50px;
    background: #6aba0e;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #dcdcdc;
}
.inno-col4 .item .tex{
    height: 170px;
    padding: 15px;
    font-size: 16px;
    line-height: 34px;
    color: #666;
    text-transform: uppercase;
    overflow: hidden;
}
.inno-col4 .col-bt{
    position: relative;
    overflow: hidden;
}
.inno-col4 .col-bt .lt{
    width: 545px;
    height: 320px;
    background: #6aba0e;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -160px;
    padding: 0 30px;
}
.inno-col4 .col-bt .pic{
    float: right;
    width: 655px;
    height: 430px;
    line-height: 430px;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
}
.inno-col4 .col-bt img{
    max-width: 100%;
    max-height: 100%;
}

.inno-col4 .col-bt .hd{
    color: #fff;
    margin: 45px 0 25px;
}
.inno-col4 .col-bt .hd:after{
    background: #fff;
}
.inno-col4 .col-bt .tex{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.join{
    padding-bottom: 50px;
}
.jo-form{
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.jo-form .tex,
.jo-form .sel{
    width: 240px;
    line-height: 44px;
    height: 44px;
    border-radius: 44px;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    outline: none;
}
.jo-form .sub{
    line-height: 44px;
    height: 44px;
    border-radius: 44px;
    width: 164px;
    border: none;
    background: #60b63c;
    font-size: 16px;
    color: #fff;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.jo-form .sub:hover{
    background: #539e33;
}

.job-box .list-box ul{ display: table; width: 100%; text-align: center; padding-right: 60px; box-sizing:border-box; }
.job-box .list-box ul li{display: table-cell; text-align: left; width: 20%; text-align: center;}
.job-box .list-box .ta-title{ height: 70px; line-height: 70px;  color:#333; background: #f5f5f5; font-size: 16px; }
.job-box .list-box .ta-body{ height: 80px; line-height: 80px; font-size: 14px; color: #666; cursor: pointer; border-top: 1px solid #f2f2f2; position: relative; transition: all ease .2s 0s; -moz-transition: all ease .2s 0s; -webkit-transition: all ease .2s 0s; }
.job-box .list-box .ta-body:before{ content: ''; background: url(../images/icon-arr2.png) no-repeat center; width: 14px; height: 9px; position: absolute; right: 70px; top:50%; margin-top: -5px; transition: all ease .2s 0s; -moz-transition: all ease .2s 0s; -webkit-transition: all ease .2s 0s;  }
.job-box .intro-box{ width: 100%; padding: 40px; overflow: hidden; box-sizing:border-box; font-size: 14px; color: #666; display: none; text-align: left;}
.job-box .intro-box .strong{ color: #60b63c; line-height: 28px; font-size: 18px; margin-bottom: 10px; }
.job-box .intro-box .list{ line-height: 32px; }
.job-box .on .intro-box{ border-bottom: none; }
.job-box .on .ta-body:before{ transform:rotate(-180deg);}
.job-box .int-lf{
    float: left;
    width: 50%;
    padding-right: 2%;
}
.job-box .int-rg{
    margin-left: 50%;
    padding-left: 6%;

}
.job-box .email{
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
    color: #fff;
    background: #60b63c;
    text-align: center;
    margin-top: 40px;
    transition: all ease .2s 0s; 
    -moz-transition: all ease .2s 0s; 
    -webkit-transition: all ease .2s 0s;
}
.job-box .email:hover{
    background: #539e33;
}

.job-box .list-box ul.ta-title li:first-of-type,.list-box ul.ta-body li:first-of-type{ text-align: left; padding-left: 24px;}
.job-box .list-box:last-of-type{ border-bottom: 1px solid #f2f2f2;}



.popup{ position: fixed; width: 580px; height: 290px; background: #fff; left:50%; margin-left: -290px; top:50%; margin-top: -145px; z-index: 100; font-size: 14px; line-height: 20px; color: #333; box-shadow: 1px 1px 50px rgba(0,0,0,.3); display: none; border-radius: 10px; overflow: hidden; }
.popup .po-tp{ height: 56px; line-height: 56px; text-align: center; font-size: 16px; }
.popup .po-tp .close{ width: 22px; height: 22px; display: inline-block; position: absolute; right: 20px; top:20px; cursor: pointer; background: url(../images/icon-close.png) no-repeat center; }
.popup .con-box{  padding: 10px 20px; text-align: center;  }
.popup .con-box p{ padding-bottom: 10px; word-wrap: break-word; font-size: 18px; color: #333; }
.popup .con-box h3{
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
}
.popup .button{
    display: inline-block;
    margin: 50px 10px 0;
    width: 160px;
    line-height: 40px;
    background: #60b63c;
    color: #fff;
    font-size: 14px;
    border-radius: 40px;
    transition: all ease .2s 0s; 
    -moz-transition: all ease .2s 0s; 
    -webkit-transition: all ease .2s 0s;
}
.popup .button:hover{
    background: #539e33;
}
.gray{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top:0;
    left: 0;
    display: none;
    z-index: 3;
}
.staff{
    padding-bottom: 60px;
}
.album-tp{
    position: relative;
    margin-bottom: 40px;
}
.album-tp .swiper-container{
    margin: 0 auto;
}
.album-tp .button{
    width: 40px;
    height: 40px;
    top:50%;
    margin-top: -20px;
    border-radius: 100%;
    border: 1px solid #b7b7b7;
    position: absolute;
    cursor: pointer;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.album-tp .button:hover{
    border-color: #60b63c;
    background-color: #60b63c;
}
.album-tp .prev{
    left: -50px;
    background: url(../images/arr-prev1-b.png) no-repeat center;
}
.album-tp .next{
    right: -50px;
    background: url(../images/arr-next1-b.png) no-repeat center;
}
.album-tp .prev:hover{
    background-image: url(../images/arr-prev1.png);
}
.album-tp .next:hover{
    background-image: url(../images/arr-next1.png);
}

.album-tp .item img{
    width: 100%;
    height: 120px;
}
.album-tp .on{
    border-bottom: 5px solid #60b63c;
}

.album-tex{
    margin-bottom: 40px;
}
.album-tex .tex{
    width: 100%;
    height: 132px;
    background: #f2f2f2;
    padding: 25px 20px;
    text-align: left;
}
.album-tex .hd{
    margin-bottom: 15px;
}
.album-tex .tex p{
    display: inline-block;
    margin-right: 50px;
}
.album-tex .tex .tt{
    font-size: 18px;
    line-height: 20px;
    color: #60b63c;
    font-weight: 600;
}
.album-tex .tex .time{
    font-size: 14px;
    line-height: 16px;
    color: #555;
}
.album-tex .intro{
    font-size: 14px;
    line-height: 24px;
    color: #555;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.album-bt{
    position: relative;
}
.album-bt .swiper-slide{
    background: transparent;
    width: 800px;
    height: 526px;
}
.album-bt .swiper-slide .pic{
    background: #000;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.08);
}
.album-bt .swiper-slide img{
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.album-bt .swiper-slide-active img{
    opacity: 1;
}

.album-bt .button{
    width: 40px;
    height: 40px;
    bottom:0;
    border-radius: 100%;
    border: 1px solid #b7b7b7;
    position: absolute;
    cursor: pointer;
    z-index: 3;
    transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.album-bt .button:hover{
    border-color: #60b63c;
    background-color: #60b63c;
}
.album-bt .prev{
    left: 50%;
    margin-left: -60px;
    background: url(../images/arr-prev1-b.png) no-repeat center;
}
.album-bt .next{
    right: 50%;
    margin-right: -60px;
    background: url(../images/arr-next1-b.png) no-repeat center;
}
.album-bt .prev:hover{
    background-image: url(../images/arr-prev1.png);
}
.album-bt .next:hover{
    background-image: url(../images/arr-next1.png);
}

/* 0328-start */

.rebox { cursor: pointer; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; -webkit-filter: none !important;
    background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7); }
.rebox *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
.rebox-contents { position: absolute; top: 50%; left: 10%; text-align: center; width: 80%; height: 640px; line-height: 640px;  margin-top: -320px; }
.rebox-contents .rebox-content { border: 5px solid #fff; box-shadow: 0 0 20px #000; border-radius: 1px; max-width: 100%; max-height: 100%;}
.rebox-loading { width: 31px; height: 31px; margin: -16px 0 0 -16px; position: absolute; top: 48%; left: 50%; }
.rebox-caption { display: none; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 1000; background: #000; background: rgba(0,0,0,0.7); }
.rebox-caption p { margin: 0 auto; max-width: 70%; display: inline-block; *display: inline; *zoom: 1; padding: 10px; color: #fff; font-size: 12px; line-height: 18px; }

.rebox-button { position: absolute; z-index: 9999; min-width: 40px; height: 40px; line-height: 40px; background: rgb(0, 0, 0); opacity:0.4; 
    text-decoration: none; font-size: 24px; color: #fff; text-align: center; vertical-align: middle;
    -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; border-radius: 32px;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.rebox-button:hover,
.rebox-button:focus { opacity: 1; -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4); }
.rebox-close { right: 20px; top: 20px; width: 50px; height: 50px; line-height: 50px; font-size: 40px;  }
.rebox-close:hover,.rebox-close:focus{
    -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);
}
.rebox-next { right: 10px; top: 48%; }
.rebox-prev { left: 10px; top: 48%; }
.rebox-loading { left: 50%; top: 48%;
    -webkit-animation-name: spin; -webkit-animation-duration: 2000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
    -moz-animation-name: spin; -moz-animation-duration: 2000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
    -ms-animation-name: spin; -ms-animation-duration: 2000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;    
    animation-name: spin; animation-duration: 2000ms; animation-iteration-count: infinite; animation-timing-function: linear;
}
/* 0328-end */

/* 0424-start */

body{
    min-width: 1220px;
}
.other-container{
    padding-top: 20px;
    padding-bottom: 50px;
}
.other-container .layout{
    width: 1200px;
}
.other-container img{
    max-width: 100%;
}
@media screen and (max-width: 1420px){
    .layout{
        width: 1200px;
    }

}

/* 0424-end */






