@charset "utf-8";
html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,div,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;font-family:"微软雅黑";font-weight:500;}/*外边距，内边距都为0*/
body{font:14px/1.5 \5b8b\4f53,Arial,sans-serif;}/*字体大小为14px*/
button,input,optgroup,select,textarea {margin: 0;font: inherit;color: inherit;}/*表单类标签外边距，字体及颜色继承父元素的字体系列样式*/
img{border:none}/*图片不显示边框兼容IE浏览器*/
h1,h2,h3,h4,h5,h6{font-size:100%}/*这些元素本身不会继承父体的字体大小，设置了font-size:100%后就能自动继承。*/
input,label,img,th{vertical-align:middle}/*把此元素放置在父元素的中部*/
ul,ol,li{list-style:none}/*去点实心圆或数字*/
a{text-decoration:none;}/*去掉a标签的下划线*/
a{outline: none;}
a:active {star:expression_r(this.onFocus=this.blur());}
a:focus { outline:0; }
input:focus { outline:0; }
textarea:focus { outline:0; }
filter:alpha(opacity=100);
audio,canvas,progress,video {display: inline-block;vertical-align: baseline}/*定义为行内块级元素将支持 valign特性的对象的内容与基线对齐*/
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}/*类似按钮的，hover，mousedown,mouseup的效果及鼠标滑过为手指势*/
textarea {overflow: auto}/*多行文本中如果内容被修剪，则浏览器会显示滚动条以便查看其余的内容。*/
table{border-collapse:collapse;border-spacing:0}/*默认值。边框会被分开。不会忽略 border-spacing 和 empty-cells 属性。*/
input,textarea,select{background:#fff;}/*背景为白色*/
/*通用样式*/
.clearfix{*zoom:1;}/*兼容IE清除浮动*/
.clearfix:after{content:"\200B";height:0;display:block;visibility:hidden;clear:both;}/*清除浮动*/
.pull-right{float:right}/*向右浮动*/
.pull-left{float:left}/*向左浮动*/
.hide{display:none}/*隐藏*/
.show{display:block}/*显示块级元素*/
.invisible{visibility:hidden}/*元素是不可见的。*/
.hidden{display:none;visibility:hidden}/*隐藏及元素是不可见的。*/
.container{
	width:1200px;
	margin:0 auto;
}
.header{
	width: 100%;
	height: 100px;
	background: #009b40;
}
.logo{
	width: 25%;
	margin: 15px 0;
}
.logo img{
	width: 100%;
}
.lanmu{
	width: 75%;
}
.lanmu ul{
	width: 100%;
	padding-bottom: 5px;
	animation: lefteaseinAnimate 1.2s ease 1;    /*调用已定义好的动画lefteaseinAnimate，全程运行时间1S，进入的速度曲线为ease，只播放一次*/
    -webkit-animation: lefteaseinAnimate 1.2s ease 1;
    -ms-animation: lefteaseinAnimate 1.2s ease 1;
    -o-animation: lefteaseinAnimate 1.2s ease 1;
    -moz-animation: lefteaseinAnimate 1.2s ease 1;
    
    /*规定动画的最后状态为结束状态*/
    animation-fill-mode:forenwuards;
    -webkit-animation-fill-mode: forenwuards;  
      -o-animation-fill-mode: forenwuards; 
      -ms-animation-fill-mode: forenwuards;   
      -moz-animation-fill-mode: forenwuards; 
}
.lanmu ul li{
	width: 9.8%;
	height: 100px;
    margin: 0px 0.6%;
	float: left;
}
.lanmu ul li a{
	padding: 35px 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
	display: block;
}
.lanmu ul li:hover{
	background: #008537;
}
.banner{ position: relative; z-index: 1;}
.bannerx{ width:100%;  position:relative; font-size:0;min-width:1200px;min-height:480px; position: relative; z-index: 1;}
.bannerxList li { position: absolute; left: 0px; top: 0; width:100%;  font-size:0; min-width:1200px;min-height:480px;}
.bannerxList img { width:100%; min-width:1200px; min-height:480px;}
.bannerxBton{
	position:absolute;
	bottom:2%;
	left:48.5%;
	z-index:10;
}
.bannerxBton li{
	cursor:pointer;
	width:10px;
	height:10px;
	float:left;
	border-radius: 50%;
	margin-right:10px;
	background:#fff;
} 
.bannerxBton li.up{
	width: 10px;
	background:#009b40;
}
.header_bot{
	width: 100%;
	padding: 10px 0;
	background: #f6f6f6;
}
.header_bot .hb{
	width: 30%;
	font-size: 24px;
	color: #009b40;
	font-weight: bold;
}
.header_bot .hb span{
	font-size: 16px;
	color: #7a7a7a;
}
.dh{
	width: 26%;
	padding: 10px;
	padding-left: 5%;
	background: url(../images/dh.png) no-repeat;
	background-position: left center; 
	color: #7a7a7a;
	font-size: 16px;
}
.dh p{
	color: #393939;
	font-size: 24px;
	font-weight: bold;
	font-family: Impact;
}
.qqwx{
	padding: 10px 0;
}
.qqwx a{
	width: 50px;
	height: 60px;
	background: url(../images/qq.png) no-repeat center 100%;
	margin-right: 10px;
	display: block;
	float: left;
}
.qqwx .a1{
	width: 50px;
	height: 60px;
	background: url(../images/wx.png) no-repeat center 100%;
	display: block;
	float: left;
	position: relative;
}
.qqwx a:hover{
	background: url(../images/qq1.png) no-repeat center 100%;
}
.qqwx .a1:hover{
	background: url(../images/wx1.png) no-repeat center 100%;
}
.qq3{
	width: 150px;
	height: 150px;
	top: 10px;
	left: 200px;
	position: absolute;
	display: none;
}
.qq3 img{
	width: 150px;
	height: 150px;
}
.footer{
	width: 100%;
	background: #232428;
	padding: 15px 0 25px 0;
	position: relative;
}
.to-top{
	position: absolute;
	bottom: 50px;
	right: 70px;
	z-index: 100;
}
.footer .footer_top{
	width: 100%;
	padding: 13.5px 0;
	background: url(../images/jx7.jpg) no-repeat 100%;
	background-position: center;
}
.footer .footer_top .yqlj{
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #fdfbee;
}
.footer .footer_top a{
	color: #fdfbee;
	margin-left: 20px;
	line-height: 32px;
	display: block;
	float: left;
}
.footer_top .a1{
	color: #fdfbee;
	float: left;
}
.footer_con{
	width: 100%;
	background: #222222;
	padding: 30px 0;
}
.fc-l{
	width: 330px;
	margin-top: 30px;
}
.fcl-c{
	padding: 20px 0;
	line-height: 30px;
	color: #fff;
}
.fc-c{
	width: 300px;
	margin: 50px 0 30px 120px;
}
.fc-c ul{
	padding: 0 10%;
	border-left: 0.5px solid #a0a0a0;
	border-right: 0.5px solid #a0a0a0;
}
.fc-c ul li{
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
}
.fc-c ul li a{
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.fc-c ul li:hover a{
	border-bottom: 0.5px solid #d5d5d5;
}
.fc-r{
	width: 300px;
	text-align: center;
	margin-top: 30px;
}
.fc-r a{
	margin: 10px;
	font-size: 14px;
	color: #fff;
	float: left;
}
.fc-r a img{
	width: 105px;
	height: 105px;
	margin-bottom: 10px;
}
.footer .footer_bot{
	color: #d5d5d5;
	padding: 20px;
	text-align: center;
	border-top: 0.5px solid #414141;
}
.qq{
	width: 80px;
	padding: 20px 10px 10px 10px;
	position: fixed;
    top: 40%;
    right: 0.3%;
    z-index: 1000;
    background: #009b40;
    color: #fff;
    text-align: center;
}
.qq img{
	width: 80px;
	height: 80px;
	margin-top: 10px;
}
.qq1{
	width: 80px;
	padding: 20px 10px 10px 10px;
	position: fixed;
    top: 40%;
    left: 0.3%;
    z-index: 1000;
    background: #009b40;
    color: #fff;
    text-align: center;
}
.qq1 img{
	width: 80px;
	height: 80px;
	margin-top: 10px;
}
.banner1{
	width: 100%;
	height: 375px;
	position: relative;
}
.banner1 img{
	width: 100%;
	height: 375px;
}
.banner1 .bantt{
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,.6);
	position: absolute;
	top: 0;
	left: 0;
}
.banner1 .bantt .bantt1{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	top: 155px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.banner1 .bantt .bantt1 a{
	font-size: 45px;
}
.banner1 .bantt .bantt1 span{
	font-size: 32px;
}
.m-tt{
	width: 100%;
	-moz-box-shadow:0px 4px 1px #f5f5f5; -webkit-box-shadow:0px 4px 1px #f5f5f5; box-shadow:0px 4px 1px #f5f5f5;
}
.m-tt ul{
	margin: 0 auto;
	display: table;
}
.m-tt ul li{
	width: 130px;
	height: 60px;
	line-height: 60px;
	float: left;
}
.m-tt ul li a{
	display: block;
	color: #444444;
	font-size: 16px;
	text-align: center;
}
.m-tt ul li:hover a{
	color: #fff;
	background: #009b40;
}
.m-tt ul li a.active{
	color: #fff;
	background: #009b40;
}
.main{
	padding-bottom: 20px;
}
.daohang{
	padding: 15px 0;
	background: url(../images/jx4.jpg) no-repeat;
	background-position-y:100%; 
	border-bottom: 0.5px solid #e6e6e6;
	color: #444444;
}
.daohang a{
	color: #444444;
}
.neirong{
	padding: 25px 50px;
	line-height: 30px;
}
.gbook{
	width: 100%;
}
.gbook ul .li-gb{
	width: 49%;
	height: 45px;
	margin: 2% 0;
	color: #666666;
	border: 0.5px solid #e0e0e0;
}
.gbook ul .li-gb img{
	width: 3%;
	padding: 13px 8px;
}
.gbook ul li input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
 	/* placeholder颜色  */
	color: #666666;
}
.gbook ul .li-gb .gb{
	width: 94%;
	height: 44px;
	border: none;
	background: #fff;
	margin-top: 1px;
}
.gbook ul .li-gb a{
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	color: red; 
	font-weight: bold;
}
.gbook ul .li-gbk{
	width: 100%;
	margin: 2% 0;
}
.gbook ul .li-gbk .gbk{
	width: 98.3%;
	height: 110px;
	border: none;
	color: #666666;
	background: #fff;
	padding: 10px;

	border: 0.5px solid #e0e0e0;
}
.gbook ul .submit{
	width: 100%;
	margin: 0 auto;
	margin-top: 15px; 
}
.gbook ul .submit .sub{
	width: 100%;
	height: 40px;
	background: #fa2b2b;
	color: #fff;
}
.job ul{
	padding: 20px 0;
}
.job ul li{
	width: 98%;
	padding: 2%;
	border-top: 0.5px solid #e6e6e6;
	border-bottom: 0.5px solid #e6e6e6;
	margin-bottom: 20px;
}
.job ul li a{
	width: 100%;
	color: #444444;
	font-size: 20px;
	display: block;
}
.job ul li a span{
	color: #b5b5b5;
	font-size: 14px;
}
.job ul li p{
	margin-top: 10px;
	color: #444444;
	line-height: 30px;
}
.job ul li:hover a{
	color: #009b40;
}
.page{
	margin: 20px auto;
	display: table;
}
.page a{
	padding: 0 10px;
	height: 26px;
	color: #666666;
	line-height: 26px;
	text-align: center;
	margin-right: 15px;
	background: #fff;
	border: 0.5px solid #666666;
	border-radius: 5px;
	float: left;
	display: inline;
}
.page a:hover{
	color: #009b40;
	border: 0.5px solid #009b40;
}
.page .select{
	padding: 0 10px;
	height: 26px;
	color: #009b40;
	border: 0.5px solid #009b40;
}
.job_s{
	width: 99%;
	padding: 20px 1%;
}
.job_s .jb-tt{
	font-size: 20px;
	color: #444444;
}
.job_s .jb-c{
	line-height: 30px;
}
.join{
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background: #009b40;
	color: #fff;
	font-size: 18px;
	margin: 20px auto;
	display: block;
}
.jianli{
	width: 98%;
	padding: 2%;
	color:#444444;
}
.jianli ul{
	width: 80%;
	margin: 0 auto;
}
.jianli ul li{
	width: 281px;
	height: 35px;
	margin-left: 20px;
	margin-bottom: 17px;
	float: left;
}
.jianli ul .li-gbk{
	width: 858px;
	height: 114px;
	margin-top: 20px;
}
.jianli ul .li-gbkk{
	width: 858px;
	height: 114px;
	margin-top: 26px;
}
.jianli ul li .gb{
	width: 190px;
	height: 32px;
	background: #eaeaea;
	border-top: 0.5px solid #d0d0d0;
	border-left: 0.5px solid #d0d0d0;
}
.jianli ul li .gbk{
	width: 780px;
	height: 114px;
	background: #eaeaea;
	border-top: 0.5px solid #d0d0d0;
	border-left: 0.5px solid #d0d0d0;
}
.jianli ul .li-gbk .li-div{
	width: 15px;
	height: 62px;
	line-height: 16px;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
.jianli ul .li-gbkk .li-div{
	width: 15px;
	height: 62px;
	line-height: 16px;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
.jianli ul .submit{
	width: 35%;
	color: #fff;
	font-size: 18px;
	margin: 30px 0 0 300px;
}
.jianli ul .submit .sub{
	width: 140px;
	height: 40px;
	background: #009b40;
	color: #fff;
	border-radius: 5px;
	margin-right: 40px; 
}
.jianli ul .submit .res{
	width: 140px;
	height: 40px;
	background: #9b9b9b;
	border-radius: 5px;
	color: #fff;
}
.n-list{
	margin-bottom: 20px;
	padding: 20px 0;
}
.n-list li{
	padding: 13px;
	margin-bottom: 20px;
	background: #f5f5f5;
}
.n-list li .xw-img img{
	width: 200px;
	height: 135px;
}
.n-list li .xw-right{
	width: 750px;
	padding: 10px 15px;
	line-height: 30px;
}
.n-list li .xw-right h1{
	font-size: 16px;
	color: #444444;
}
.n-list li:hover .xw-right h1{
	font-size: 16px;
	font-weight: bold;
	color: #009b40;
}
.n-list li .xw-right .xwr{
	color: #999999;
	margin: 5px 0;
}
.n-list li .xw-right span{
	color: #666666;
}
.n-list li .xw-sj{
	width: 150px;
	padding: 20px;
	text-align: center;
}
.n-list li .xw-sj h1{
	color: #aaaaaa;
	font-size: 20px;
}
.n-list li .xw-sj .xw-xq{
	width: 80px;
	height: 30px;
	margin:  10px auto;
	line-height: 30px;
	border: 0.5px solid #bfbfbf;
	border-radius: 5px;
	font-size: 14px;
	color: #aaaaaa;
}
.ns-tt{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	font-size: 22px;
	color: #444444;
}
.ns-tt span{
	font-size: 14px;
	color: #666666;
	font-weight: 500;
}
.ns-c{
	padding: 30px;
	color: #a1a1a1;
	line-height: 30px;
}
.next1{
	width: 100%;
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
}
.next1 a{
	color: #444444;
}
.next1 a:hover{
	color: #009b40;
}
.p-list{
	padding: 20px 0;
}
.p-list li{
	width: 295px;
	height: 260px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	position: relative;
}
.p-list li:nth-child(4),.p-list li:nth-child(8),.p-list li:nth-child(12){
	margin-right: 0;
}
.p-list li .d-img{
	width: 100%;
	height: 205px;
	overflow: hidden;
}
.p-list li .d-img img{
	width: 100%;
	height: 205px;
	cursor: pointer;
	transition: all 0.5s;
}
.p-list li:hover .d-img img{
	transform: scale(1.2);
}
.p-list li a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #747474;
	color: #fff;
	display: block;
}
.p-list li:hover a{
	background: #009b40;
}
.p-list li:hover .aaa{
	display: block;
}
.p-list li .aaa{
	width: 295px;
	height: 205px;
	
	line-height: 280px;
	position: absolute;
	top: 0;
	left:0;
	display: none;
}
.p-list li .aaa a{
	width: 295px;
	height: 205px;
	text-align: center;
	background: #747474 url(../images/shizi.png) no-repeat center;
	opacity: 0.6;
	display: block;
}
.xq{
	width: 100%;
	margin: 10px 0;
	border-bottom: 0.5px solid #c5c5c5;
}
.xq a{
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #009b40;
	text-align: center;
	font-size: 18px;
	display: block;
}
.slideBox{ margin: 20px auto; overflow:hidden; position:relative;}
.slideBox .bd{ position:relative; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ max-width:600px; margin: 0 auto; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{ position:absolute; left: 5%; top:45%; margin-top:-25px; display:block; width:70px; height:70px; background:url(../images/zuo.png) no-repeat;}
.slideBox .next{ position:absolute; right: 5%; top:45%; margin-top:-25px; display:block; width:70px; height:70px; background:url(../images/you.png) no-repeat;}
.slideBox .prev:hover{ background:url(../images/zuo1.png) no-repeat;}
.slideBox .next:hover{ background:url(../images/you1.png) no-repeat;}
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }