/*清空默认的样式*/
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
legend{color:#000}#yui3-css-stamp.cssreset{display:none}
a{text-decoration: none; color: #999}

/*设置全局样式*/
body{
    font-family: "微软雅黑"; 
}
/*样式*/

/*header*/
header{
	width: 100%;
	height:102px; 
	background: #f4f2f3;
}
header .box{
	width: 1200px; 
	height:102px; 
	margin: 0 auto;
}
header .box .logo img{ 
	margin:6px 2px; 
	float: left;
}
header .search{
	float:left; 
	width:293px;
	height: 35px; 
	border: 1px solid #aaaaaa;
	border-radius: 50px; 
	margin-top: 35px; 
	margin-left: 330px;
	background:#FFFFFF;
}
.search input{
	display:block; 
	float: left;
	
}
.search .keyword{
	width:245px; 
	height: 33px; 
	padding-left: 15px;
	border-radius: 50px; 
	border:none; 
	outline: none; 
	font-size: 15px;
}
.search .button{
	width:33px; 
	height: 33px; 
	border: none; 
	background: url(/static/images/seach_btn.png) no-repeat center; 
	outline: none; 
	cursor: pointer;
}



/*nav_yykg*/
.nav_yygk{
	width:100%;
	height:187px;
	background:linear-gradient(to top,rgb(5,150,160,1),rgb(0,98,160,0.9));
	border-top:1px solid #1990d9;
}

.nav_yygk .box{
	width:1180px;
	height:197px;
	margin: 0 auto;
}

.nav_yygk .box h2{
	border-radius: 50px;
	width:200px;
	height: 46px;
	line-height: 46px;
	border:1px solid #ffffff;
	font-size:28px;
	color:#ffffff;
	font-weight: bold;
	letter-spacing:3px;
	text-align: center;
	margin: 60px auto 10px;
}
.nav_yygk .box ul{
	text-align: center;
	/* width: 580px; */
	height: 24px;
	margin:30px auto 10px;
}
.nav_yygk .box ul li{
	font-size: 18px;
	/* float:left; */
	width:110px;
	height: 22px;
	display: inline-block;
	text-align: center;
	border-right:1px solid #ffffff;
}
.nav_yygk .box ul li a{
	line-height: 22px;
	display: block;
	color:#ffffff;
}
.nav_yygk .box ul li:last-child{
	border-right:none;
}

.nav_yygk .box ul li:hover{
	background:rgb(255,255,255,0.9);
}

.nav_yygk .box ul li:hover a{
	color:#0062a0;
}









.yyjs{
	width:100%;
	background:#FFFFFF;
}


.yyjs .location{
	width:1180px;
	height: 50px;
	margin: 0 auto;
}

.yyjs .location .box{
	width:1180px;
	height: 30px;
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom:1px dashed #ACACAC;
}


.yyjs .location .box span{
	color:#A4A4A4;;
	font-size: 15px;
}
.yyjs .location .box a{
	font-size: 15px;
	color:#535353;
}
.yyjs .location .box a:hover{
	color:#3b98e2;
}

.yyjs .location .box i{
	color:#A4A4A4;
	font-style: normal;
	font-size: 18px;
}



.yyjs .mid{
	width:1180px;
	height: 100%;
	margin: 20px auto;
}


.yyjs .mid h2{
	font-size:23px;
	color:#676767;
	font-weight: 600;
	text-align: center;
}



.yyjs .mid ul li{
	width:1180px;
	height: 230px;
	margin: 30px auto;
	color:#5E5E5E;
	transition: 0.5s;
}

.yyjs .mid ul li:hover{
	box-shadow:0 0 15px #65aee9;
}

.yyjs .mid ul li img{
	float:left;
	margin-left: 40px;
	margin-top: 13px;
}


.yyjs .mid ul li>p{
	float:left;
	width:900px;
	margin-left: 40px;
	line-height: 30px;
	margin-top: 50px;
}






