@charset "utf-8";
a {
	color: #333;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #f00;
}
.wk {
	position: relative;
	padding-top: 420px;
	background: url('gkml_back.jpg') no-repeat 0px 0px #f4f4f4;
	background-position: top center;
}
.top_logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1200px;
	height: 400px;
	margin: 0 auto;
}

.top_wz {
	padding:20px 30px 0px 30px;
	background: #104cdf;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-indent: 2em;
	text-align: justify;
	min-height: 170px;
	max-width: 1200px;
	margin: 0 auto;
}

/*new*/
.DirectoryBox{
	max-width: 1200px;
	padding: 20px;
	margin: 20px auto 0 auto;
	background-color: #fff;
}
.Directory{
	padding-bottom: 4px;
}
.dire_hd{
	width: 100%;
	margin-bottom: 20px;
	background-color: #f2f2f3;
	overflow: hidden;
}
.dire_hd span{
	display: inline-block;
	float: left;
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	padding: 10px 20px;
	background-color: #0272c9;
}
.dire_bd_tit a{
	display: block;
	float: left;
	width: 11.11%;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
}
.dire_bd_tit a p{
	line-height: 1.5;
	font-size: 16px;
	color: #333;
	min-height: 48px;
}
.dire_bd_tit a i{
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto 8px auto;
	overflow: hidden;
}
.dire_bd_tit a img{
	display: block;
	max-width: 100%;
}

.dire_bd_titBox a{
	float: left;
	width: 50%;
	display: block;
}
.dire_bd_titBox a i{display: none;}
.dire_bd_titBox a p{
	border: 1px #ccc solid;
	border-radius: 6px;
	padding: 10px 12px;
	line-height: 30px;
	margin: 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dire_bd_cont{
	position: relative;
    min-height: 230px;
    overflow: hidden;
    margin: 20px 0 0 0;
}
.dire_bd_cont iframe{
	position: absolute;
    top: -54px;
}
.dire_bd_box li {
	float: left;
	padding: 0 6px;
	width: 20%;
	height: 50px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.dire_bd_box a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	padding: 0px 20px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 6px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (min-width: 300px) and (max-width:650px){
	.wk {width: auto;padding: 0;background: none;}
	.top_logo{display: none;}
	.top_wz{font-size: 14px;padding: 20px 16px;line-height: 1.5;}
	.DirectoryBox{padding: 20px 0;}
	.dire_bd_tit{width: 100%;height: 114px;overflow-x: scroll;overflow-y: hidden;white-space: nowrap;}
	.dire_bd_tit>a{float: none;display: inline-block;width: 25%;}
	.dire_bd_tit>a p{font-size: 14px;}
	.dire_bd_box li{width: 33.33%;}
	.dire_bd_box a{padding: 0 8px;}
}