*{
    margin: 0;
    padding:0
}
html,body{
    width:100%;
    margin:0;
    padding:0;
    font-size: 16px;
    font-family: "微软雅黑","PingFang SC","Arial";
    background: #fff;
}
a,a:hover{
    text-decoration: none;
    transition: all .3s;
}
a:hover{
    color:#06aa54;
}

ul,ul li{
    list-style: none;
    margin:0;
    padding:0;
}
img{
    max-width: 100%;
}
p,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
.zeroPaddingLeft{
    padding-left:0;
}
.zeroPaddingRight{
    padding-right:0;
}
@media(min-width:1439px){
    .container{
        width:1400px;
    }
}

.width20{width:20%}
.width25{width:25%}
.width30{width:30%}
.width45{width:45%}
.width48{width:48%}
.width50{width:50%}
.width60{width:60%}
.width40{width:40%}
.width75{width:75%}

.font24{font-size:24px;}
.font32{font-size:32px}
.font42{font-size:42px;}
.font48{font-size:48px}
.font20{font-size:20px;}
.font90{font-size:90px}

.zeroPaddingLeft{
    padding-left:0
}
.zeroPaddingRight{
    padding-right:0;
}
.margin30{
    margin-bottom:30px;
    margin-top:30px;
}

.fl{float:left;}
.fr{float:right;}


.marginBtn30{margin-bottom:30px;}
.textCenter{text-align: center;}


.banner{
    width:100%;
    height: 950px;
    background-size:cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner>img{
    position: absolute;
    top:40%;
    left:20%;
    animation: moveUp .8s linear forwards;
    -webkit-animation: moveUp .8s linear forwards;
    -moz-animation: moveUp .8s linear forwards;
    -o-animation: moveUp .8s linear forwards;
}

.banner-zhaopin{
    width:100%;
    position: absolute;
    overflow: hidden;
    bottom:100px;
    padding:60px 0 0;
}
.banner-zhaopin-box{
    background: rgba(255,255,255,.3);
    padding:30px 50px;
    border:1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.banner-zhaopin-box:hover{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
.banner-zhaopin-box a{color:#fff;}
.banner-zhaopin-left:after{
    content: "";
    display: block;
    width:1px;
    height: 100%;
    background-color:#fff;
    position: absolute;
    left:25%;
    top:0;
}

.banner-zhaopin-left img{
    height: 88px;
}
.banner-zhaopin-right{
    padding-left:20px;
    padding-top:15px;
}
.banner-content{
    width:90%;
    float:left;
}
.banner-c-cn{font-weight: bold;}
.banner-c-btn{
    width:10%;
    float:right;
    padding-top:5px;
}
.banner-c-en{
    text-transform: uppercase;
}

.green{color:#06aa54}
.zhaopin-tit{color:#000;}
.zhaopin-tit:after{
    content: "";
    display: block;
    width:40px;
    height:2px;
    background:#06aa54;
    margin:10px 0 30px
}
.zhaopin-item{
    overflow: hidden;
    margin:60px -15px;
}
.zhaopin-list{height:366px}
.zhaopin-list img{
    height:60px;
    display: block;
    margin:0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.zhaopin-list span{
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    color:#000;
}
.zp-list{
    background:#f4f4f4;
    padding:30px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.zp-list:hover{
    box-shadow: 0 2px 3px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 3px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 3px 3px rgba(0,0,0,.1);
}
.zp-list:hover img{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.zhaopin-right{
    background:#f4f4f4;
    height: 366px;
    padding-top:124px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.zhaopin-right img{
    height:60px;
    display: block;
    margin: 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.zhaopin-right span{
    display: block;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    color:#000;
}
.zhaopin-right:hover{
    box-shadow: 0 2px 3px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 3px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 3px 3px rgba(0,0,0,.1);
}
.zhaopin-right:hover img{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.zhaopin-about-desc{
    line-height: 30px;
    color:#777;
    text-align: justify;
}



.sec1{
    margin:60px 0 0;
    overflow: hidden;
}
.sec-about-desc{
    width:70%;
    color:#777;
    margin:0 auto;
    line-height: 30px;
    margin-top:40px;
    text-align: left;
}








/* sec2 */
.sec2{
    padding:60px 0;
    overflow: hidden;
}
.swiper-live{
    margin-top:40px
}
.sec2-item{
    overflow: hidden;
    margin-left:-15px;
    margin-right:-15px;
    margin-top:60px;
}
.sec2-item-box{
    width:100%;
}
.sec2-pic{
    overflow: hidden;
}
.sec2-pic img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.sec2-desc{
    padding:30px;
    overflow: hidden;
}
.sec2-desc h4{
    text-align: center;
    font-weight: bold;
    margin-bottom:20px;
}
.sec2-desc .sec2-info{
    text-align: center;
    color:#777;
    line-height: 30px;
}
.sec2-item-box:hover .sec2-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.sec2-btn{
    width:200px;
    height: 48px;
    line-height: 48px;
    margin:0 auto;
    border: 1px solid #06aa54;
    text-align: center;
    margin-top:40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.sec2-btn a{
    display: block;
    color:#06aa54;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.sec2-btn:hover{
    background: #06aa54;
}
.sec2-btn:hover a{
    color:#fff;
}


.sec3{padding:60px 0 0;}
.sec3-item{
    overflow: hidden;
    margin-top:60px;
}
.sec3-box{
    overflow: hidden;
    position: relative;
    margin-bottom:30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;

}

.sec3-pic{
    width: 100%;
    height:300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec3-name{
    position: absolute;
    left:0;
    bottom:0;
    background: rgba(0,0,0,.4);
    line-height: 60px;
    text-align: center;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 18px;
}
.sec3-box:hover{
    box-shadow: 0 2px 5px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 5px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px 5px rgba(0,0,0,.2);
}

/* sec4 */
.sec4{
    background: url(/images/join.jpg) no-repeat center;
    background-size: cover;
    padding-top:240px;
    height:700px;
    width: 100%;
    overflow: hidden;
    color:#fff;
    background-attachment: fixed;
}
.sec4-btn{
    width:300px;
    margin:0 auto;
    border: 1px solid #fff;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    margin-top:80px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;    
}
.sec4-btn a{
    display: block;
    color:#FFF;
}
.sec4-btn img{
    display: inline-block;
    width:60px;
}
.sec4-btn:hover{
    box-shadow: 0 2px 5px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px 5px rgba(0,0,0,.1);
}
.zhaopin-title{
    font-size:48px;
    font-weight: bold;
}
.zhaopin-en{color:#ddd;font-size:20px;text-transform: uppercase;}



/* sec4结束 */

.footer{
    overflow: hidden;
    background:#06aa54;
    padding:60px 0;
    font-size: 14px;
    color:#fff;
    line-height: 24px;
}
.ft-left{overflow:hidden}
.ft-logo img{
    height:40px;
}
.footer-nav{
    overflow: hidden;
}
.footer-nav ul li{
    width: 50%;
    float:left;
}
.footer-nav ul li a{
    color:#fff;
}
.ft-copy{overflow:hidden;text-align: right;}
.footer a{color:#fff}
.ft-copy img{
    height:40px;
    margin-top:10px;
}
.footer-title{
    font-size:16px;
    margin-bottom:10px;
}
.footer-copyright{text-align: right;line-height: 30px;}
.footer-copyright img{margin-top:20px;}










/* .banner-c{
    position: relative;
    height:450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */



.pic{
    overflow: hidden;
    width: 100%;
    height: 651px;
    margin: 0 auto;
    max-width: 1600px;
}
.pic ul {
    width:100%;
    overflow: hidden;
}
.pic ul li{
    float: left;
    height: 651px;
    width: 196px;
}
.pic ul li a{
    text-decoration: none !important;
}


.pic ul .pic1{
    background-position: center center;  
    background-repeat: no-repeat;  
    width: 800px;
}
.pic ul .pic2{
    background-position: center center;
    background-repeat: no-repeat;
}
.pic ul .pic3{
    background-position: center center;
    background-repeat: no-repeat;
}
.pic ul .pic4{
    background-position: center center;
    background-repeat: no-repeat;
}
.pic ul .pic5{
    background-position: center center;
    background-repeat: no-repeat;
}
.m{
    display: none;
}


.txt{
  
    background-image: linear-gradient(to bottom,rgba(168,241,203,.3),rgba(6,170,84,1));
    height: 651px;
    width: 196px;
    color:#fff;
    writing-mode: vertical-lr;
  /* transform: rotate(180deg);  */
  position: relative;
}
.txt-top{width:100%;height: 70%;padding-top:60px;padding-left:75px;position: relative;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;}
.txt .tit{
 font-weight: bold;   
}
.txt-desc{
    padding-top:20px;
    padding-left:20px;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.txt .line{
    width:1px;
    height: 200px;
    background: #ddd;
    position: absolute;
    left:99px;
    top:250px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.txt p{
   
    float: left;
    color: #fff;
}
.txt .p1{
    
    font-size: 13px;
    width: 13px;
    padding: 25px 25px 0px 20px;
}
.txt .sz{
    color:rgba(255,255,255,.5);
    writing-mode: lr;
    width: 100%;
    left:0;
    bottom:30px;
    text-align: center;
    position: absolute;
    font-weight: bold;
} 

.pic ul li:hover .txt-desc{
    display: block;
}
.pic ul li:hover .line{
    display: none;
}
.pic ul li:hover .txt-top{
    padding-left:40px;
}




/* sec5 */
.sec5{
    overflow: hidden;
    position: relative;
    margin:60px 0;
}
.sec-title{
    text-align: center;
}
.sec-cn{
    font-weight: bold;
    background-image: linear-gradient(45deg,#06aa54,#77c17c);
    -webkit-background-image: linear-gradient(45deg,#06aa54,#77c17c);
    -moz-background-image: linear-gradient(45deg,#06aa54,#77c17c);
    -o-background-image: linear-gradient(45deg,#06aa54,#77c17c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.sec-en{
    color:#ccc;
    text-transform: uppercase;
}

.mt-tabpage {
	width: 100%;
	margin: 40px auto 0px;
	background-color: #FFFFFF;
}
.mt-tabpage-title {
	height: 80px;
    line-height: 80px;
	font-size: 0;
	background-color: #fff;
	width: 100%;
	margin: auto;
	background: #fff;
    text-align: center;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 250px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
	font-size: 20px;
    position: relative;
}
.mt-tabpage-title .mt-tabpage-item:after{
    content: "";
    display: block;
    width:1px;
    height: 20px;
    background-color: #ccc;
    position: absolute;
    right:0;
    top:5px;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #06aa54;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #06aa54;
	font-size: 20px;
    font-weight: bold;
}
.mt-tabpage-count {
	position: relative;
	width: 100%;
    height: 525px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 100%;
	height: 525px;
	text-align: center;
    border-radius: 20px;
    position: relative;
}
.sec5-zhuti{
    position: absolute;
    left:0;
    bottom:0;
    background: rgba(255,255,255,.7);
    width:500px;
    height: 260px;
    padding:50px;
    text-align: left;
}
.sec5-zhuti-title{
    font-weight: bold;
}
.sec5-zhuti-desc{
    font-size:16px;
    color:#555;
    margin-top:10px;
}



/* 社会招聘 */
.banner-c{position: relative;width:100%;height: 650px;background-repeat: no-repeat;background-position: center;}
.search-mune{
    width:100%;
    position: absolute;
    bottom:0;
}
.serch-mune-box{
    width:100%;
    background-color: rgba(6,170,84,1);
    overflow: hidden;
    padding:20px 60px;
    color:#fff;
}
.serch-mune-box label{margin-right:20px;}
.serch-mune-box input{
    width:90%;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding:0 20px;
    color:#777;
}
.serch-mune-box button{
    width:8%;
    height:40px;
    border: unset;
    background:#aaa;
}

.sz-top{
    width:100%;
    overflow: hidden;
}

.sz-top-item ul{overflow: hidden;margin-left:-15px;margin-right:-15px;}
.sz-top-item ul li{overflow: hidden;}
.sz-top-item ul li a{overflow: hidden;}
.sz-top-item ul li .sz-list{
    overflow: hidden;
    height: 240px;
}
.sz-top-title{margin-top:60px;}
.sz-top-title h2{
    color:#06aa54;
}
.sz-top-title .sz-top-title-en{
    color:#999;
    line-height: 30px;
}
.sz-top-title .sz-top-title-en::after{
    content: "";
    display: block;
    width:60px;
    height:2px;
    background: #06aa54;
    margin:20px 0 40px;
}
.sz-top-title .auto::after{
    margin:20px auto 60px;
}
.sz-money{
    width:160px;
    height:48px;
    background: #06aa54;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
}
.sz-money a{
    display: block;
    color:#fff;
}
.sz-top-item .sz-top-box{
    padding:40px 20px;
    /* border-top:1px dotted #ccc; */
    background-color: #f8f8f8;
    margin-bottom:20px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom:30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.sz-top-item .sz-top-box:hover{
    box-shadow: 0 2px 5px 5px rgba(0,0,0,.1);
}
.sz-top-item li:nth-child(3){margin-bottom:0;}
.sz-box h4{
    color:#333;
    margin-bottom:20px;
}
.sz-list{
    color:#999;
    line-height: 24px;
    margin-top:15px;
    overflow: hidden;
    font-size: 14px;
}
.sz-dy{
    color:#777;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.sz-dy span{
    font-weight: bold;
    color:333;
    margin-top:10px;
}
.sz-num{
    color:#333;
    padding:30px 0;
    line-height: 100px;
}
.sz-box-right{
    text-align: center;
    line-height: 48px;
    background: #06aa54;
    border-radius: 24px;
    margin-top: 50px;
}
.ss{
    margin-top:0;
    line-height: 40px;
}
.sgch{margin-top:40px;}
.sz-box-right a{
    display: block;
    color:#fff;
}
.sz-box-right .sz-money{
    font-size: 18px;
    font-weight: bold;
    color:#06aa54;
}
.sz-date{
    color:#999;
    font-size:14px;
    margin-top:30px;
}
.sz-top-btn{
    width:200px;
    height:48px;
    background: #06aa54;
    line-height: 48px;
    text-align: center;
    margin:0 auto;
    margin-top:40px;
    margin-bottom:60px;
}
.sz-top-btn a{
    display: block;
    color:#fff;
}
.sz-by{
    background:url(/images/sz.jpg) no-repeat center;
    width: 100%;
    text-align: center;
    padding:100px 0;
}
.sz-by-zh{
    color:#fff;
}
.sz-zn{overflow: hidden;padding:10px 0;}
.sz-zn-box{
    width:100%;
    position: relative;
}
.sz-zn-box img{
    height:72px;
    margin:0 auto;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.sz-zn-box span{
    display: block;
    text-align: center;
    margin-top:20px;
}
.sz-zn-box:hover img{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.sz-bottom{
    overflow: hidden;
    margin:60px 0;
}
.sz-bottom .sz-top-title{text-align: center;}
.sz-bottom .sz-top-title .sz-top-title-en::after{
    margin:20px auto 60px;
}
.sz-zn-box::before{
    content: "";
    display: block;
    width:20%;
    height: 60px;
    background-image: url(/images/long-jt.png);    
    background-repeat: no-repeat;
    background-size:cover;
    position: absolute;
    right:-25px;
    bottom:40px;
}
.sz-zn .width20:nth-child(5) .sz-zn-box::before{
    display: none;
}

.sz-content{
    width: 100%;
    background: url(/images/sz-c-pic.jpg) no-repeat top;
    background-size:contain;
    min-height: 600px;
	margin-top:100px;
}
.xz-content{
    width: 100%;
    background: url(/images/xz-c-pic.jpg) no-repeat top;
    background-size:contain;
    min-height: 600px;
    margin-top:100px;
}
.position{
    color:#333;
    line-height: 60px;
    font-size: 14px;
}
.position a{color:#333;}
.sz-c-c{
    overflow: hidden;
}
.sz-list-item{overflow: hidden;}
.sz-list-item li{
    overflow: hidden;
    margin-bottom:20px;
    background: #f4f4f4;
    padding:40px;
    border-radius: 10px;
}
.sz-list-item li .sz-list{
    line-height: 30px;
}
.sz-list-item li .sz-list .sz-jy{
    margin-right:20px;
}

.sz-c-top{
    overflow: hidden;
    background-image: url(/images/sz-c-top-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:40px;
    color: #fff;
}
.sz-c-jieshao{
    overflow: hidden;
    margin-left:-15px;
    margin-right:-15px;
    margin-top:30px;
}
.sz-c-money{
    font-size:20px;
    margin-bottom:20px;
}
.sc-xq{
    display: inline-block;
    font-size: 14px;
}
.sz-c-jieshao-box span{
    padding:0 15px;
    font-size: 14px;
}
.hremail{
    line-height: 40px;
}
.sz-c-btn{
    width:200px;
    background:#fff;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    margin:0 auto;
}
.sz-c-btn a{
    display: block;
    font-size:20px;
    color:#06aa54;
}
.sz-c-bottom{
    background: #f8f8f8;
    padding:60px 40px 0;
    margin-bottom:60px;
    line-height: 30px;
    color:#777;
}
.sz-c-name{
    width:160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background:#06aa54;
    border-radius: 0 20px 20px 0;
    padding:0 20px;
    color:#fff;
    box-shadow: 0 2px 3px 3px rgba(0,0,0,.1);
}
.sz-c-content{
    padding:20px 0 30px;
}


.xz-about{position: relative;height: 600px;}
.xz-about-pic{
    width:35%;
    height:600px;
    position: absolute;
    right:12%;
    top:0;
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position: center;
}
.sz-about-c{
    width:50%;
    position: absolute;
    bottom:0;
    left:12%;
    z-index: 1;
    background: #fff;
    padding:60px 0;
    padding-right:80px;
}
.xz-about-desc{
    line-height: 30px;
    color:#777;
    text-align: justify;
}
.xz-about-btn{
    width:200px;
    height:48px;
    text-align: center;
    line-height: 48px;
    background: #06aa54;
    margin-top:40px;
}
.xz-about-btn a{
    display: block;
    color:#fff;
}
.xz-about-btn a i{
    margin-left:10px;
}
.xz-menu{
    height:auto;
    overflow: hidden;
    background-image: url(/images/xz-menu.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.xz-menu-left,.xz-menu-right{
    position: relative;
    width:25%;
    padding:120px 0;
    color:#fff;
}
/* .xz-menu-left a,.xz-menu-right a{
    display: block;
    color:#fff;
} */
.xz-menu-left h3{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.xz-menu-right h3{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.xz-menu-left .xz-menu-desc,.xz-menu-right .xz-menu-desc{
    line-height: 48px;
    margin-top:20px;
    line-height: 24px;
    text-align: center;
}
.xz-menu-right .xz-menu-desc{text-align: center;}
.xz-logo{
    position: absolute;
    left:calc((100% - 100px) / 2);
    top:calc((100% - 100px) / 2);
}
.xz-logo img{
    width:120px;
    /* height: 100px; */
    /* animation: scaleMove  5s linear infinite; */
}



.xz-list{
    overflow: hidden;
    margin:60px 0;
}
.xz-list li{overflow: hidden;
padding:60px 40px;
margin-bottom:30px;
border-radius: 10px;
background:#f4f4f4;
}
.xz-list li:nth-child(2n){
background: #fff;
}
.xz-list .sz-jy{
    margin-right:20px;
}
.xz-list .sz-num{
    line-height: normal;
}
.xz-list .sz-box-right{
    margin-top: 20px;
}

.xz-list-item{overflow: hidden;}
.xz-list-item ul li{overflow: hidden;}

.sz-c-bottom form input[type='text']{
    width:100%;
    height:40px;
    line-height: 40px;
    border:1px solid #ddd;
    padding:0 10px;
}
.xs-jcxx{
    overflow: hidden;
    margin-top:40px;
    margin-bottom:40px;
    padding-top:40px;
    padding-bottom:40px;
    border-top:1px solid #06aa54;
    border-bottom:1px solid #06aa54;
}
.xs-jcxx h3{
    color:#333;
    margin-bottom:30px;
}

.sz-c-bottom form .form-group{
    margin-right:0;
    margin-left:0;
}
.sz-c-bottom form select{
    width:100%;
    line-height: 40px;
    border:1px solid #ddd;
    height: 40px;
}
.sz-c-bottom form textarea{
    border:1px solid #ddd;
    padding:10px;
}
.sz-c-bottom form button{
    width:160px;
    text-align: center;
    background: #06aa54;
    height:48px;
    line-height: 48px;
    border:unset;
    margin-bottom:60px;
}
.sz-c-bottom form .btn{
    padding:0;
}
.sz-c-bottom form button:hover{
    background: #06aa54;
}
.xz-xueli{
    margin-bottom:40px;
    padding-bottom:40px;
    border-bottom:1px solid #06aa54;
}
.xz-line{overflow: hidden;}

.xz-xueli h3{margin-bottom:40px;color:#333;}

.sz-work h3{
    margin-bottom:40px;
    color:#333;
}
.sz-work .xz-line{overflow:hidden}
.sz-work .xz-line .form-group{
    width:20%;
    padding:0 15px;
    float:left;
}
.sz-work .xz-line .form-group:last-child{
    padding-right:0;
}
.sz-work .xz-line .form-group:first-child{
    padding-left:0;
}

.zp-contact{
    overflow: hidden;
    padding:60px 0;
}

.contact-top{
    background:#ddd;
    border-radius: 10px;
    padding:60px;
    font-size: 18px;
    box-shadow: 0 2px 5px 5px rgba(0,0,0,.1);
}
.contact-tel{
    overflow:hidden
}
.lineHeight80{
    line-height: 80px;
}
.bggray{
    background:#f4f4f4;
}
.c-box{
    border-right:1px solid #06aa54;
    padding:0 40px;
    margin:40px 0;
    height:80px;
}
.contact-tel .col-sm-4:nth-child(3) .c-box{
    border-right: unset;
}
.c-box em{
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:10px;
}
.contact-box{
    background:#f8f8f8;
    padding:40px;
}



.bannerSwiper .swiper-button-next, .bannerSwiper .swiper-button-prev{color:#06aa54;}

.rcg-content{
    width: 100%;
    background: url(/images/rcg-pic.jpg) no-repeat top;
    background-size:contain;
    min-height: 600px;
    padding-top:100px;
}
.rcg-c-c{overflow:hidden;border-radius: 10px 10px 0 0;}


.chanshi{
line-height:30px;
border-bottom:1px dotted #06aa54;
margin-bottom:30px;
padding-bottom:30px;
color:#777;
width:70%;
margin:0 auto 30px;
text-align: justify;
}
.rcg-top h3{
    line-height: 48px;
}
.rcg-bottom{
    overflow: hidden;
    background: #f8f8f8;
    padding:30px 20px;
    margin-bottom:60px;
}
.rcg-jieshao{
    line-height:60px;
}
.rcg-top-desc{
    line-height: 30px;
    margin-bottom:40px;
	margin-top:20px;
	color:#777;
}
.rcg-item{
    overflow: hidden;
}
.rcg-list{margin-bottom:60px}
.rcg-class-box{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom:30px;
    position: relative;
    box-shadow: 0 2px 2px 3px rgba(0,0,0,.1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;

}
.rcg-box{
    margin-bottom:30px;
    position: relative;
    box-shadow: 0 2px 2px 3px rgba(0,0,0,.1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.rcg-pic{
    overflow: hidden;
}
.rcg-img{
    position: absolute;
    left:0;
    bottom:-60px;
    overflow: hidden;
}
.rcg-box img,.rcg-class-box img{
    max-width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.rcg-cover{
    position: absolute;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
    width:100%;
    height:100%;
    left:0;
    top:0;
    padding:60px;
}
.rcg-class{
    background: #fff;
    padding:30px 40px 30px 200px;
}
.rcg-title{
    font-size: 24px;
    line-height: 40px;
    color:#06aa54;
}
.rcg-title em{
    font-style: normal;
    display: block;
    font-size: 18px;
    color:#333;
}
.rcg-title::after{
    content: "";
    display: block;
    width:60px;
    height:2px;
    background: #06aa54;
    margin:10px 0 30px;
}
.rcg-box:hover{
    box-shadow: none;
}
.rcg-box:hover img,.rcg-class-box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.rcg-class-c ul{margin-bottom:10px;}
.rcg-class-c ul li{
    width: 100%;
    line-height: 48px;
    height: 48px;
    padding:0 20px;
    border: 1px solid #999;
    border-bottom:none;
}
.rcg-class-c ul li.width50{
    width:50%;
    border-right:unset;
}
.rcg-class-c ul li:nth-child(2n).width50{
    border-right:1px solid #999;
}
.rcg-class-c ul li:nth-child(11).width50,.rcg-class-c ul li:nth-child(12).width50{
    border-bottom:1px solid #999;
}

.rcg-class-c ul li:last-child{
    border-bottom:1px solid #999;
}
.xy-yg{padding:60px 0;overflow: hidden;}

.yg-box{
    position: relative;
    height: 327px;
    overflow: hidden;
    margin-bottom:30px;
}
.yg-box .yg-pic img{
    max-height:327px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.yg-cover{
    position: absolute;
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(6,170,84,1));
    left:0;
    top:0;
    width:100%;
    height:100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.yg-cover a{
    display: block;
}
.yg-title{
    width: 100%;
    position: absolute;
    bottom:30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#fff;
}
.yg-box:hover .yg-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.yg-box:hover .yg-cover{
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
}
.location{
    line-height: 48px;
    font-size: 14px;
    color:#555;
    border-bottom:1px solid #06aa54;
}
.location a{
    color:#555;
}
/* .sub_nav{
    border-top:1px solid #06aa54;
}
.sub_nav ul{
    overflow: hidden;
    margin:0 auto;
    width: 30%;
}
.sub_nav ul li{
    float:left;
    text-align: center;
    width:33.33%;
    line-height: 80px;
    font-size: 18px;
}
.sub_nav ul li a{
    display: block;
    color:#06aa54;
} */
.xy-yg{
    width:100%;
    min-height:300px;
}
.xy-yg h3{
    text-align: center;
}
.xy-yg-icon{
    overflow: hidden;
    width:30%;
    font-size:14px;
    color:#999;
    margin:30px auto 40px;
    text-align: center;
}
.fanye{
    overflow: hidden;
    background: #f4f4f4;
    padding:30px;
}
.fanye{
    margin-top:30px;
    font-size: 14px;
}
.fanye a{
    color:#555;
}
.fanye a:hover{
    color:#000;
}


.guanli{
    background: url(/images/guanli.jpg) no-repeat center;
    padding:60px 0 0;    
}
.guanli h2{
    text-align: center;
    margin-bottom:40px;
    color:#000;
    font-weight: bold;
}

.guanli-content{
    background: url(/images/guanli1.png) no-repeat bottom;
    background-size: contain;
    min-height: 500px;
    position: relative;
}
.guanli-content h2{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-bottom:10px;
}
.guanli-text1{
    position: absolute;
    left:0;
    bottom:20px;
    width: 16.6%;
}
.guanli-text1:after{
    content: "";
    background: url(/images/guanli2.png) no-repeat center bottom;
    display: block;
    height:300px;    
}
.guanli-text2{
    position: absolute;
    left:16.6%;
    bottom:55px;
    width: 16.6%;
}
.guanli-text2:after{
    content: "";
    background: url(/images/guanli3.png) no-repeat center bottom;
    display: block;
    height:300px;
}
.guanli-text3{
    position: absolute;
    left:33.2%;
    bottom:90px;
    width: 16.6%;
}
.guanli-text3:after{
    content: "";
    background: url(/images/guanli4.png) no-repeat center bottom;
    display: block;
    height:300px;
}
.guanli-text4{
    position: absolute;
    left:49.8%;
    bottom:125px;
    width: 16.6%;
}
.guanli-text4:after{
    content: "";
    background: url(/images/guanli5.png) no-repeat center bottom;
    display: block;
    height:300px;
}
.guanli-text5{
    position: absolute;
    left:66.4%;
    bottom:160px;
    width: 16.6%;
}
.guanli-text5:after{
    content: "";
    background: url(/images/guanli6.png) no-repeat center bottom;
    display: block;
    height:300px;
}
.guanli-text6{
    position: absolute;
    right:0;
    bottom:195px;
    width: 16.6%;
}
.guanli-text6:after{
    content: "";
    background: url(/images/guanli7.png) no-repeat center bottom;
    display: block;
    height:300px;
}

.jishu{
    padding:60px 0;
    overflow: hidden;
}
.jishu h2,.zhuanye h2{
    text-align: center;
    font-weight: bold;
    margin-bottom:40px;
}
.jishu-content{
    position: relative;
    background: url(/images/jishu.png) no-repeat center bottom;
    background-size: cover;
    height: 150px;
}
.jishu-text{
    font-size:20px;
    text-align: center;
    width:16.6%;
    line-height: 140px;
    font-weight: bold;
    position: absolute;
}
.jishu .one{
    left:0;
    top:0;
}
.jishu .two{
    left:16.5%;
    top:0;
}
.jishu .three{
    left:33.5%;
    top:0;
}
.jishu .four{
    left:50%;
    top:0;
}
.jishu .five{
    left:67%;
    top:0;
}
.jishu .six{
    left:84%;
    top:0;
}
.zhuanye{
    padding:60px 0;
    overflow: hidden;
}

.zhuanye-content{
    position: relative;
    background: url(/images/zhuanye.png) no-repeat center;
    background-size: cover;
    height: 160px;
}
.zhuanye-text{
    font-size:18px;
    text-align: center;
    width:13%;
    line-height: 160px;
    font-weight: bold;
    position: absolute;
}
.zhuanye-content .o{
    left:0;
    top:0;
}
.zhuanye-content .t{
    left:17%;
    top:0;
}
.zhuanye-content .r{
    left:34%;
    top:0;
}
.zhuanye-content .f{
    left:52%;
    top:0;
}
.zhuanye-content .v{
    left:69%;
    top:0;
}
.zhuanye-content .x{
    left:88%;
    top:0;
}








#pages{
    text-align: center;
}
#pages a{
    color:#000;
}
#pages span{
    color:#06aa54;
}

.sr_lists{
    overflow: hidden;
    margin:60px 0;
}
.sr_lists .l {border-right:1px solid #ddd;}
.sr_lists .l span{
    font-size:20px;
    font-weight: bold;
    color:#06aa54;
    margin-bottom:10px;
    display: block;
}
.sr_lists .l ul li{
    line-height: 30px;
}
.sr_lists .l ul li a{
    color:#555;
}
.sr_lists .c{
    padding-left:80px;
}
.sr_lists .c li{overflow: hidden;border-bottom:1px dotted #ddd;padding:20px 0;}

.sec5-phone li{
    margin-bottom:20px;
}
.sec5-phone-box{
    width:100%;
    height:250px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.sec5-phone-info{
    background:rgba(0,0,0,.4);
    width: 100%;
    height:120px;
    position: absolute;
    left:0;
    bottom:0;
    padding:20px 20px;
    text-align: center;
    color:#fff;
}
.sec5-phone-info .main{
    font-size:20px;
    font-weight: bold;
}
.sec5-phone-info .sub{
    font-size:14px;
    margin-top:10px;
}
.jishu-phone{margin-bottom:30px;margin-top:30px;}
.zhuanye-phone{
    padding:0 10px;
    margin-bottom:30px;
}
.jishu-phone h2,.zhuanye-phone h2{
    text-align: center;
    font-size: 24px;
    margin-bottom:10px;
}
.zy-phone-content .zhuanye-text{
    position: unset;
    line-height: 40px;
    width:30%;
    margin-right:3%;
    float:left;
    margin-bottom:15px;
    border: 2px solid #06aa54;
    border-radius: 8px;
}

.sr_main{min-height: 350px;}
.lmu{
    margin-bottom:30px;
    border-bottom: 1px solid #06aa54;
    font-size: 30px;
    font-weight: bold;
}



/* leftsead */

#leftsead{width:131px;height:143px;position:fixed;bottom:150px;right:0px;}

*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}

#leftsead li{width:131px;height:60px;}

#leftsead li img{float:right;}

#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:131px;}

#leftsead li a .shows{display:block;}

#leftsead li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}

#leftsead li a.youhui .hides{display:none;position:absolute;right:190px;top:2px;}



.zyfz-content{
    overflow: hidden;
    margin-bottom:60px;
}
.zyfz-content ul{
    overflow: hidden;
}
.zyfz-content ul li{
    margin-bottom:30px;
}
.life-box{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 286px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}
.life-box a{
    display: table-cell;
    width: 100%;
    height: 286px;
    vertical-align: middle;
}
.life-box a img {
    max-width: 100%;
    max-height: 286px;
    margin: 0 auto;
}

.sub_nav{
    overflow: hidden;
    text-align: center;
    margin-top:60px;
    margin-bottom:40px;
    padding:10px;
}
.sub_nav ul li{
    display: inline-block;
    background: #f4f4f4;
    margin-right:20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.sub_nav ul li a{
    display: block;
    padding:10px 30px;
    font-size: 18px;
    color:#06aa54;
}
.sub_nav ul li:hover{
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.1);
}




@keyframes scaleMove{
    0% {
        transform:scale(1);
    }
    25%{
        transform: scale(.8);
    }
    50%{
        transform: scale(1.1);
    }
    75%{
        transform: scale(1);
    }
    100%{
        transform: scale(.8);
    }

}



@media(min-width:1600px) and (max-width:1800px){
    .pic{
        overflow-x: scroll;
    }
    .banner>img{
        left:17%
    }
    
}
@media(width:1660px){

    .pic ul{
        width:calc( 100% + 200px);
    }
}

@media(width:1600px){

    .pic ul{
        width:calc( 100% + 260px);
    }
}

@media(max-width:1600px) and (min-width:1439px){
    .banner>img{
        left: 10%;
    }
    .pic{
        overflow-x: scroll;
    }

}
@media(width:1440px){

    .pic ul{
        width:calc(100% + 100px);
		overflow-x:scroll;
		display:flex;
    }
}

@media(max-width:1439px) and (min-width:1300px){
    .banner>img{
        left: 10%;
    }
    .pic{
        overflow-x: scroll;
    } 
	.pic ul{
        width:calc(100% + 420px);
		overflow-x:scroll;
		display:flex;
    }
    .mt-tabpage-count{height: 439px;}
}
@media(width:1366px){
    .pic ul{
        width:calc(100% + 220px);
		display: flex;
    overflow-x: scroll;
    }    
}












@media(max-width:1440px) and (min-width:1300px){
    .sz-c-bottom form label{
        font-size:14px;
    }
    .sz-top-item ul li .sz-list{height:260px;}
    .guanli-text2{bottom:55px;}
    .guanli-text3{bottom:90px}
    .guanli-text4{bottom:125px}
    .guanli-text5{bottom: 160px;}
    .guanli-text6{bottom: 195px;}
    .jishu-content{
        height: 150px;
    width: 100%;
    }
    .jishu-text{line-height: 150px;}
    .zhuanye-content{
        height: 160px;
        width: 100%;
    }
    .zhuanye-text{line-height: 160px;}
}


@media(max-width:992px){
    
    .header{height:54px;line-height: 54px;position: fixed;top:0;left:0;z-index: 999;}
    .banner{margin-top:44px;}
    .sec3{overflow:hidden;padding:30px 0 0;}
    .sec3-item{margin-top:30px;}
    .sec3-pic{height:200px;}
    .sec3-name{font-size:14px}
    .zhaopin-item{margin:30px 0;}
    .zhaopin-right{margin-top:10px;padding:30px 0; height:auto;}
    .zp-list.marginBtn30{margin-bottom:20px;}
    /* .zhaopin-title.font32{font-size:24px;} */
    .zhaopin-en{font-size:14px;}
    .zhaopin-tit.font32{font-size:24px;}
    .sec2{padding:30px 0;}
    .sec2-item{margin-top:30px;}
    .sec2-desc h4{margin-bottom:10px;}
    .sec4{height:240px;padding-top:60px;}
    .sec4-btn{
        width:180px;
        margin-top:40px;
        font-size:14px;
        line-height: 48px;
    }
    .ft-logo{display: none;}
    .ft-nav{display: none;}
    .ft-copy{text-align: center; font-size: 14px;}
    .rcg-content{margin-top:44px;}
    .sz-c-top{padding:20px}
    .sz-c-top h2{font-size:24px;}
    .rcg-top h3{font-size:20px; line-height: 30px;}
    .rcg-cover{padding:20px 30px;}
    .rcg-title{font-size:20px;}
    .rcg-item{
        margin-left:0;
        margin-right:0;
    }
	.rcg-item .zeroPaddingLeft{	padding-left:0px;padding-right:0}
.rcg-item .zeroPaddingRight{padding-right:0px;padding-left:0;}
    .rcg-title::after{
        margin:10px 0;
    }
    .rcg-bottom{margin-bottom:0;}
    .banner-c{
        height:200px;
		background-size:contain;
    }
	.search-mune{position:unset;padding-top:155px}

    .serch-mune-box{
        padding:20px;
    }
    .sz{
        padding:0 10px;
    }
    .sz-top-title h2{
        font-size:24px;
    }
    .sz-top-item ul li .sz-list{
        height:auto;
    }
    .sz-money{line-height: 40px;height: 40px;margin-top:20px;}
    .sz-top-btn{margin-top:0;}
    .sz-by-zh.font42{font-size:24px;}
    .sz-by{padding:40px 0;}
    .sz-zn-box img{height:48px;}
    .serch-mune-box input{
        line-height: 30px;
    }
    .serch-mune-box button{height:30px;}
    .sz-top{margin:0px 0;}
    .sz-top-title .auto::after{margin:20px auto 30px;}
	.sz-bottom{margin:0}
	.sz-zn-box::before{display:none;}
	.sz-bottom .sz-top-title .sz-top-title-en::after{margin:20px auto;}
    .sz-list-item li{padding:30px 20px;}
    .sz-box-right{line-height: 36px;width:200px;margin:20px auto 0;}
    .sz-num{display: none;}
    .sz-content{margin-top:44px;}
    .sz-c-bottom{
        padding:30px 10px;
        margin-bottom:0;
    }
    .xz-xueli h3{
        margin-bottom:30px;
    }
    .xz-line .zeroPaddingLeft{
        padding-left:15px;
    }
    .xz-line .zeroPaddingRight{
        padding-right:15px;
    }
    .sz-work .xz-line .form-group{
        width:50%;
    }
    .sz-work .xz-line .form-group:first-child{
        padding-left:15px;
    }
    .sz-c-bottom form button{margin-bottom:0;height:40px;line-height: 40px;}
    .sz-c-bottom form textarea{font-size:14px;}
    .sz-c-bottom form input[type='text']{font-size:14px}
    .xz-list{margin:30px 0;}
    .xz-list li{
        padding:30px 20px;
    }
	.xz-list li .col-sm-6{
	padding-right:0;
	padding-left:0;}
    .xz-content{
        margin-top:44px;
    }
    .guanli-text1:after,.guanli-text2:after,.guanli-text3:after,.guanli-text4:after,.guanli-text5:after,.guanli-text6:after{
        height:160px;
    }
    .guanli-text1{bottom:0;}
    .guanli-content h2{font-size:20px;}
    .guanli-text2{bottom:10px;}
    .guanli-text3{bottom:20px;}
    .guanli-text4{bottom:30px;}
    .guanli-text5{bottom:40px;}
    .guanli-text6{bottom:50px;}
    .guanli-content{min-height: 260px;}
    .jishu-content{background-size: contain;height: 60px;}
    .jishu-text{line-height: 30px;font-size:14px}
    .guanli h2{font-size:24px;font-weight: normal;}
    .guanli-content h2{font-size:16px}

    .c-box{padding:0px 0;margin:20px 0;border-bottom:1px solid #06aa54;border-right: none;height:auto;line-height:30px}
    .contact-top{padding:30px;}
    .contact-box{padding:20px;margin-bottom:10px;}
    .zp-contact{padding:30px 0;}
    .m{
        display: block;
        overflow: hidden;
    }
    .big{
        display: none;
    }
}

@keyframes moveUp{
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(0);
    }

}


@media(max-width:767px){

	.banner{
		height: 300px;
        background-size: cover;
	}
    .banner-zhaopin{
        display: none;
    }
    .banner>img{
        left:10%;
        width:80%;
    }
    .sec-title .font48{
        font-size:26px;
    }
    .sec-title .font20{
        font-size:16px;
    }
    .sec1{
        margin:30px 0 0;
    }
    .sec-about-desc{
        width:100%;
        margin-top:20px;
        padding:0 10px;
    }
    .phone-pic-box{
        position: relative;
        margin-bottom:20px;
    }
    .phone-cover{
        position: absolute;
        left:0;
        bottom:0;
        padding-left:20px;
        background: rgba(6,170,84,.5);
        color:#fff;
        line-height: 36px;
        width: 100%;
    }
    .sec5{
        display: none;
    }
    .zhaopin-title{
        font-size:26px;
    }
    .footer-desc{
        display: none;
    }
    .footer-copyright{
        width:100%;
        text-align: left;
        padding-left:10px;
    }
    .footer{
        padding:30px 0;
    }

    .sub_nav{
        display: none;
    }
    .zyfz-content{margin-top:30px;}
    .life-box,.life-box a{height: 97px;}
    .life-box a img{
        max-height: 97px;
    }
	.chanshi{width:100%}
	.rcg-box .width50,.rcg-box .width60{width:100%}
	.rcg-img{position:unset;}
	.rcg-class{padding:30px 10px}
	.rcg-list{margin-bottom:0;}
	.rcg-class-c ul li.width50{width:100%}
	.rcg-class-c ul li{border:1px solid #ddd !important;}
}