/*清空默认的样式*/
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;display: table-cell;
	display: inline-table;
    margin: 0 3px 0 -8px;
    
	text-align: center;
	border-right:1px solid #fff;
}
.nav_yygk .box ul li a{
	line-height: 22px;
	display: block;
	color:#fff;
}
.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%;
/*	height: 740px;*/
	background:#FFFFFF;
}

.yyjs .box{
	width:1180px;
/*	height: 740px;*/
	margin: 0 auto;
}

.yyjs .box .top{
	width:100%;
	height: 85px;
}

.yyjs .box .top h3{
	border-bottom: 4px solid #077a8e;
	font-size: 18px;
	margin-top: 40px;
	float: left;
	text-align: center;
	width: 80px;
	height: 26px;
}

.yyjs .box .top h3 a{
	color:#323232;
}
.yyjs .box .top span{
	margin-top: 40px;
	float:right;
}
.yyjs .box .top span a{
	font-size:14px;
}
.yyjs .box .top span a:hover{
	color:#077a8e;
}
.yyjs .box .top hr{
	clear:both;
}

.yyjs .box .mid ul{
	width: 725px;
	height: 230px;
	margin:30px auto;
	text-align: center;
}

.yyjs .box .mid ul li{
	width:350px;
	height:240px;
	display: block;
	margin:0 auto;
/*	float: left;
	margin-left:10px;*/
}
.yyjs .box .mid ul li p{
	color:#ffffff;
	text-align: center;
	line-height: 30px;
	background:#408ec0;
}


.yyjs .box .mid .p{
	width:1050px;
/*	height: 280px;*/
	margin:0 auto;
	text-indent: 2em;
	line-height: 30px;
	overflow: hidden;
}


.yyjs .box .mid h3{
	margin: 20px auto;
	width:148px;
	height: 36px;
	border: 1px solid #408ec0;;
	
}

.yyjs .box .mid h3 a{
	display: block;
	text-align:center;
	line-height: 36px;
	color:#408ec0;
}


.yyjs .box .mid h3:hover{
	background:#408ec0;
	border:none;
}

.yyjs .box .mid h3:hover a{
	color:#ffffff;
}


.ldtd{
	width:100%;
	height:500px;
	background: #f8f8f8;
}

.ldtd .box{
	width:1180px;
	height:500px;
	margin: 0 auto;
}

.ldtd .box .top{
	width:100%;
	height: 85px;
}

.ldtd .box .top h3{
	border-bottom: 4px solid #077a8e;
	font-size: 18px;
	margin-top: 40px;
	float: left;
	text-align: center;
	width: 80px;
	height: 26px;
}

.ldtd .box .top h3 a{
	color:#323232;
}
.ldtd .box .top span{
	margin-top: 40px;
	float:right;
}
.ldtd .box .top span a{
	font-size:14px;
}
.ldtd .box .top span a:hover{
	color:#077a8e;
}
.ldtd .box .top hr{
	clear:both;
}

.ldtd .box .down{
	width:1180px;
	height: 374px;
	margin-top: 25px;
}


.ldtd .box .down ul li{
	float: left;
	margin-left: 22px;
	background: #FFFFFF;
	width:210px;
	height: 333px;
	box-shadow: 2px 2px 5px #888888;
}


.ldtd .box .down ul li a{
	display: block;
}

.ldtd .box .down ul li a img{
	width:173px;
	height: 236px;
	display:block;
	margin: 0 auto;
	padding-top:18px;
}

.ldtd .box .down ul li a h3{
	width: 210px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#3793f1;
	font-size: 20px;
}


.ldtd .box .down ul li a p{
	width: 210px;
	height:18px;
	line-height: 18px;
	text-align: center;
	overflow: hidden;
}




.yywz{
	width:100%;
	height:500px;
	background: url(/static/images/bg_1.jpg);
}

.yywz .box{
	width:1180px;
	height: 500px;
	margin: 0 auto;
}

.yywz .box .top{
	width:100%;
	height: 85px;
}

.yywz .box .top h3{
	border-bottom: 4px solid #ffffff;
	font-size: 18px;
	margin-top: 40px;
	float: left;
	text-align: center;
	width: 80px;
	height: 26px;
}

.yywz .box .top h3 a{
	color:#ffffff;
}
.yywz .box .top span{
	margin-top: 40px;
	float:right;
}
.yywz .box .top span a{
	font-size:14px;
}

.yywz .box .top hr{
	clear:both;
}


.yywz .box ul{
	width:1180px;
	height: 335px;
	margin-top:20px;
}

.yywz .box ul li{
	width: 580px;
	height: 335px;
	background:#ffffff;
	float: left;
	margin-left: 8px;
}


.yywz .box ul li h3{
	width:173px;
	height: 53px;
	background:#3b98e2;
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	line-height: 53px;
	float: left;
}

.yywz .box ul li span{
	float:left;
	margin-top: 16px;
	margin-left:20px;
	
}

.tcjj{
	width:100%;
	height: 410px;
	background:url(/static/images/bg_6.jpg);
	
}
.tcjj .box{
	width:1180px;
	height: 630px;
	margin: 0 auto;
}

.tcjj .yyjs .box .top{
	width:100%;
	height: 85px;
}

.tcjj .box .top h3{
	border-bottom: 4px solid #077a8e;
	font-size: 18px;
	margin-top: 40px;
	float: left;
	text-align: center;
	width: 80px;
	height: 26px;
}

.tcjj .box .top h3 a{
	color:#323232;
}
.tcjj .box .top span{
	margin-top: 40px;
	float:right;
}
.tcjj .box .top span a{
	font-size:14px;
}
.tcjj .box .top span a:hover{
	color:#077a8e;
}
.tcjj .box .top hr{
	clear:both;
}



.tcjj ul{
	width:1180px;
	height:592px;
	margin-top: 40px;
}

.tcjj ul li{
	width:290px;
	height:230px;
	background: #3b98e2;
	float: left;
	animation:change 5s linear 0s infinite alternate;
}

.tcjj ul li a{
	display:block;
	color:#ffffff;
	width:290px;
	height:100px;
	text-align: center;
}

.tcjj ul li a h3{
	font-size: 18px;
	margin-top:80px;
	font-weight: bold;
}


.tcjj ul li a p{
	width:120px;
	height: 30px;
	border:1px solid #ffffff;
	line-height: 30px;
	text-align: center;
	margin: 8px auto;
	border-radius: 20px;
	font-size: 14px;
}


@keyframes change{
	from{

		background-color:#5bbf8c;
	}

	to{

		background-color: #3b98e2;
	}
}
































