@charset "utf-8";

/*顶部图片列表 start*/
.top-pic {
	margin-bottom: 50px;
}

.top-pic a {
	display: block;
}

.top-pic img {
	width: 100%;
	height: 276px;
}

.top-pic a {
	position: relative;
}

.top-pic .title {
	position: absolute;
	width: 90%;
	left: 20px;
	bottom: 0;
	padding: 18px 60px 18px 15px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	background: url(../../images/index/gk_part1_bg.png);
}

.top-pic button.am-btn {
	position: absolute;
	z-index: 9;
	right: 35px;
	bottom: 32px;
}

/*顶部图片列表 end*/

/*现任领导 start*/
.xrld {
	padding: 50px 0;
	background-color: #f1f2f8;
}

.xrld h1 {
	font-size: 1.8rem;
	font-weight: normal;
	padding-left: 30px;
	background: url(../../images/index/gk_icon1.png) no-repeat left;
}

.xrld h1 span {
	font-size: 1.4rem;
	margin-left: 10px;
}

.xrld-box {
	height: max-content;
}

.xrld-box .xrld-ico {
	padding-left: 30px;
	padding-bottom: 30px;
}

.xrld-box .xrld-list {
	padding-left: 30px;
	padding-bottom: 30px;
}

.xrld-box .xrld-list h2 {
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 8px;
}

.xrld-box .xrld-list li {
	padding-bottom: 5px;
}

/*现任领导 end*/

/*网站导航 start*/
.bottom-box {
	margin: 50px 0 20px 0;
}

.bottom-box h1 {
	font-size: 1.8rem;
	font-weight: normal;
	padding-left: 30px;
}

.bottom-box h1.a1 {
	background: url(../../images/index/gk_icon2.png) no-repeat left;
}

.bottom-box h1.a2 {
	background: url(../../images/index/gk_icon3.png) no-repeat left;
}

.bottom-box h1.a3 {
	background: url(../../images/index/gk_icon4.png) no-repeat left;
}

.bottom-box img {
	width: 100%;
	height: 127px;
	margin-bottom: 20px;
}

.bottom-box li {
	margin-bottom: 3px;
}

.bottom-box li a {
	display: block;
	height: 47px;
	line-height: 47px;
	background-color: #f1f2f8;
	padding-left: 30px;
	transition: 0.5s;
}

.bottom-box li a:hover {
	background-color: #b9322c;
	padding-left: 35px;
	color: #fff;
	transition: 0.5s;
}

/*网站导航 end*/


/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*顶部图片列表 start*/
	.top-pic {
		margin-bottom: 0;
	}

	.top-pic a {
		margin-bottom: 15px;
	}

	.top-pic img {
		height: auto;
	}

	.top-pic .title {
		font-size: 1.4rem;
		padding: 10px 45px 10px 10px;
	}

	.top-pic button.am-btn {
		right: 20px;
		bottom: 26px;
		padding: .2em .5em;
	}

	/*顶部图片列表 end*/

	/*现任领导 start*/
	.xrld {
		padding: 15px 0 0 0;
	}

	.xrld-box {
		height: auto;
		margin-bottom: 15px;
	}

	.xrld-box .xrld-ico {
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.xrld-box .xrld-list {
		padding-bottom: 10px;
		padding-left: 10px;
	}

	/*现任领导 end*/

	/*网站导航 start*/
	.bottom-box {
		margin: 10px 0 0px 0;
	}

	.bottom-box img {
		height: auto;
		margin-bottom: 10px;
	}

	/*网站导航 end*/
}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
