@charset "utf-8";
a{color: #333;}
a:link{ text-decoration: none;}
a:active{ text-decoration:none}
a:hover{ text-decoration:none;}
a:visited{ text-decoration: none;}
a:hover {text-decoration : none}
a { outline: medium none }
li{list-style:none;}
*{
	 font-family:"微软雅黑";
	 -webkit-font-smoothing: subpixel-antialiased;
	 margin:0;
	 padding:0;
	 list-style:none;
	 text-transform:uppercase;
	 font-size: 14px;
}
.clear{
	clear: both;
}
input{
	outline:none;
}
body{
	overflow-x: hidden;
	
}

/*******导航**********
**********************/
.content{
	width: 1200px;
	margin: 0 auto;
}
 #mynav{ 
 	width:100%; 
 	background: rgba(0,0,0,0.5);
 	position:fixed; 
 	z-index:99; 
 	color:#fff; 
 	line-height:40px;
 	top: 0;
 	padding-bottom: 5px;
 }
 #mynav ul{
	width: 840px;
	margin: 0 auto;
	float: right;
 }
 #mynav li{
 	margin-top: 35px;
 	line-height: 50px;
 	width: 120px;
 	text-align: center;
 	float: left;
 	position:relative;
 	overflow: hidden;
 }
 #mynav li a{
 	color: #fff;
 	font-size: 15px;
 	height: 20px;
 }
 #mynav li span{
 	height: 10px;
 	font-size: 12px;
 }
 #mynav li:hover{
 	background: url(../images/nav.png) bottom  no-repeat;
 }
.input{
	margin-top: 35px;
	float: right;
	width: 30px;
	position: relative;
	right: 0;
	overflow: none;
}
.input img{
	width: 100%;
}
.logo {
	float: left;
	width: 300px;
	margin-top: 5px;
}
.logo img{
	height: 110px;
}
/*********内容*********
***********************/
.zjfr_img{
	width: 100%;
	height: 600px;
	background:url(../images/zi_banner.jpg)center no-repeat;
}
/********头部********
**********************/
.fr_con{
	width: 100%;
	height: auto;
	background:url(../images/D_bg.jpg) center no-repeat;
	background-attachment:fixed;
}
.fr_top{
	width: 1200px;
	height: 250px;
	margin: 0 auto;
	position: relative;
}
.fr_top>ul{
	position: absolute;
	top: -50px;
}
.fr_top>ul>li{
	float: left;
	width: 360px;
	height: 250px;
	display: block;
	background-color: #fff;
	margin: 0px 20px;
	border-radius:30px;
	box-shadow: 2px 2px 20px #000;
}
.fr_top>ul>li h1{
	text-align: center;
	margin-top: 20px;
	font-size: 28px;
	color: #00AE5D;
}
.fr_top>ul>li .news_more{
	float: right;
	margin-right: 20px;
	font-size: 12px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #00AE5D;
	color: #00AE5D;
	margin-bottom: 20px;
	transition: all 0.5s;
}
.fr_top>ul>li .news_more:hover{
	background-color: #00AE5D;
	color: #fff;
}
.fr_top .news li{
	width: 90%;
	margin: 0 auto;
	clear: both;
	font-size: 14px;
	height: 35px;
}
.fr_top .news li span{
	float: left;
	width: 60%;
	height: 15px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
     white-space: nowrap; 
}
.fr_top .news li i{
	float: right;
	font-style: normal;
	color: #999;
}
.fr_top .zxcp{
	width: 90%;
	margin: 0 auto;
	clear: both;
}
.fr_top .zxcp li:nth-child(1){
	float: left;
}
.fr_top .zxcp li:nth-child(2){
	float: right;
}
.fr_top .zxcp li img{
	width: 150px;
	height: 130px;
}
.fr_top p{
	clear: both;
	padding-left: 30px;
	line-height: 20px;
	width: 300px;
	font-size: 14px;
	margin-top: 5px;
}
.fr_top>ul>li:nth-child(3) a{
	margin-bottom: 5px;
}



.recruit{
	width: 1200px;
	padding-bottom: 100px;
	margin: 0 auto;
	height: auto;
	background-color: rgba(255,255,255,1);
	border-radius: 30px;
}
.recruit>img{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.recruit .recruit_ul1{
	padding-top: 30px;
}
.recruit .recruit_ul1 li{
	width: 50%;
	margin: 0 auto;
	height: 40px;
}
.recruit .recruit_ul1 li a{
	width: 100%;
	height: 40px;
	display: block;
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
}
.recruit .recruit_ul1 li a span{
	float: left;
	color: #000;
}
.recruit .recruit_ul1 li a i{
	float: right;
	color: #999;
	font-style: normal;
}
.recruit .recruit_ul1 li a:hover span,.recruit .recruit_ul1 li a:hover i{
	color: #00AE5D
}
.recruit .recruit_ul1 li a:hover{
	border-bottom: 1px dotted #00AE5D;
}
/******底部********
*******************/
.bottom{
	width: 100%;
	height: 390px;
	background: url(../images/kd.jpg) center bottom no-repeat;
	position: relative;
}
.bottom .content{
	width: 1200px;
	margin: 0 auto;
}
.bottom .content div{
	float: left;
	color: #fff;
}
.bottom .content .sb_1{
	margin-top: 50px;
	width: auto;
}
.bottom .content .sb_1 li{
	font-size: 16px;
	padding: 5px 20px;
	float: left;
	text-align: center;
}
.bottom .content .sb_1 li a{
	color: #fff;
}
.bottom .content .nei{
	overflow: hidden;
}
.bottom .content .nei a{
	color: #999!important;
	font-size: 14px;
	line-height: 26px;
}
.bottom .content .nei li:hover a{
	color: #fff!important;
}
.bottom .content .nei li{
	float: none;
	text-align: center;
}
.bottom .content .sb_2{
	float: right;
	width: 200px;
}
.bottom .content .sb_2 img{
	width: 140px;
	display: block;
	margin: 90px auto 0;
}
.bottom .content .sb_2 p{
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}
.bottom .sb_3{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #fff;
	margin-top: 58px;
	font-size: 14px;
	color: #999;
}
.down{
	position: absolute;
	bottom: 364px;
    left: 47.5%;
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 100px;
	  -moz-box-shadow:2px 2px 5px #111; 
              -webkit-box-shadow:2px 2px 5px #111; 
              box-shadow:2px 2px 5px #111;
              cursor: pointer;
}
.down img{
	display: block;
	width: 100%;
	height: 100%;
}
.down a{
	display: block;
	width: 100%;
	height: 100%;
}