/*清空默认的样式*/
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;
}







.ldtd{
	width:100%;
	background:#FFFFFF;padding-bottom: 60px;
}


.ldtd .location{
	width:1180px;
	height: 50px;
	margin: 0 auto;
}

.ldtd .location .box{
	width:1180px;
	height: 30px;
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom:1px dashed #ACACAC;
}


.ldtd .location .box span{
	color:#A4A4A4;;
	font-size: 15px;
}
.ldtd .location .box a{
	font-size: 15px;
	color:#535353;
}
.ldtd .location .box a:hover{
	color:#3b98e2;
}

.ldtd .location .box i{
	color:#A4A4A4;
	font-style: normal;
	font-size: 18px;
}





.ldtd .mid ul{
	width:960px;width: 1100px;
	/* height: 950px; */
	margin: 0 auto;
}

.ldtd .mid ul li{
	width:230px;/*width:320px;*/
	height:380px;
	box-shadow: 2px 2px 5px #888888;
	float:left;
	margin-left: 103px;
	margin-top: 55px;
}
.ldtd .mid ul li:nth-child(2)
{
clear: both;
}
.ldtd .mid ul li:nth-child(1){
    padding: 10px 0 0 0;
cursor: pointer;text-align: center;float: none;display: block;margin:55px auto 0 auto;  
}


.ldtd .mid ul li img{
	width:200px;
	height: 280px;
	display: block;
	margin: 20px auto 10px;
	transition: 1s;
}

.ldtd .mid ul li img:hover{
	transform: scale(1.02);
}

.ldtd .mid ul li h2{
	font-size:23px;
	text-align: center;
	letter-spacing: 2px;
	color:#3793f1;
}


.ldtd .mid ul li p{
	
	text-align: center;
}

