﻿@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;
	position: relative;
}

/*******导航**********
**********************/
.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;
}
.zdh_bg{
	width: 100%;
	height: 50px;
	background-color: #000;
	box-shadow: 2px 2px 2px #adadad;
}
.zdh{
	width: 1200px;
	margin: 0 auto;
}
.zdh li{
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;

}
.zdh li a{
	width: 150px;
	height: 50px;
	display: block;
	text-align: center;
	color: #fff;
}
.zdh li a:hover{
	background-color: #00AE5D;
}
.zdh li:nth-child(3) a{
	background-color: #00AE5D;
}
/*******发展历程*******
***********************/
.course2 {
	width: 100%;
	margin: 30px auto 80px;
}
.course2 li{
	width: 20%;
	float: left;
}
.course2 li a{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.course2 li a img{
	width: 100%;
	border-radius: 3px;
}
.course2 li a h1{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #666;
}



/******底部********
*******************/
.bottom{
	/*margin-top: 30px;*/
	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%;
}