@charset "utf-8";

/* CSS Document */
/* main_image */
/*--------------SLIDER----------------*/
* {
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	/* Firefox 4 */
	-webkit-transition-duration: 0.2s;
	/* Safari 和 Chrome */
	-o-transition-duration: 0.2s;
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-size: 14px;
}

body {
	font-family: "microsoft yahei", tahoma, verdana, simsun;
	;

}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
}

.clear {
	clear: both;
}

.top {
	height: 35px;
	line-height: 35px;
	background-color: rgba(1,27,54, 1);
	color: #fff;
}

.scrolling {
	position: sticky;
	top: 0;
	z-index: 100;
}

.gmenu {
	height: 78px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
	border-bottom: 1px solid #e1e1e1;
	line-height: 78px;
}

.topmenu li {
	list-style: none;
	width: 120px;
	float: left;
	text-align: center;
}

.topmenu li a {
	color: rgba(42, 43, 45, 1);
	font-size: 1em;
}

.topmenu li:hover {
	background-image: linear-gradient(#fff, #e1e1e1)
}

.topmenu li:hover a {
	color: rgba(42, 43, 45, 1);
	display: block;
	font-size: 1.2em;
}

.logo h1 {
	font-size: 23px;
	font-family: "Adobe Heiti Std";
	color: rgb(0, 0, 0);
	line-height: 0.606;
	font-weight: bold;
}

.logo h3 {
	font-size: 12px;
	font-family: "Adobe Heiti Std";
	color: rgb(128, 128, 128);
	line-height: 0.9;

}

.logo:hover h1 {
	color: rgba(0, 54, 212, 1);
	font-weight: bold;
}

.banner {
	width: 100%;
	overflow: hidden;
}

.f22 {
	font-size: 22px;
}

.f18 {
	font-size: 18px;
}

.jc {
	font-weight: bold;
}

.title1 {
	height: 45px;
	line-height: 45px;
	font-size: 16px;border-bottom: 1px #e1e1e1 solid;
	margin-bottom: 10px;
}

.title1 span {
	font-weight: bold;
	font-size: 18px;
}

.title2 {
	text-align: center;
}

.title2 h2 {
	font-family: "Microsoft YaHei";
	color: rgb(1,27,54);
	font-weight: bold;
	line-height: 0.875;}
	
.title2 span {color: #b1b1b1;}
.p_list {width: 100%;overflow: hidden;} 
.p_list li {float: left;
	width: 23%;
	max-width: 23%;
	margin: 1%;
	overflow: hidden;
	border: 1px #e1e1e1 solid;
	 text-align: center;line-height: 40px;

}
.p_list1 {width: 100%;} 
.p_list1 li {float: left;
	width: 23%;
	max-width: 23%;
	margin: 1%;
	overflow: hidden;
	border: 1px #e1e1e1 solid;
	 text-align: center;line-height: 40px;

}

.txt_1 {color: #999;line-height: 25px;}
.txt_1 img {max-width: 100%;}
.more {border: 1px #e1e1e1 solid;width: 120px;text-align: center;line-height: 45px;height: 45px;margin: 0 auto;}
.more a{display: block;}
.about {background-color: #f7f7f7;}
.zi_02 {text-align: center;}
.zi_02 h2{color: #fff;font-weight: bold;text-shadow:5px 2px 6px #000;margin-top: 50px;line-height: 40px;}

.banner_02 {height: 200px;background-color:rgba(1,27,54,1) ;background-size: 100%;background-image: url(../img/banner_02.jpg);}

.foot {background-color: rgba(0,22,45,1);color: #fff;height: 210px;}
.newslist img{height: 190px;width: 100%;}
.links {height: 50px;line-height: 50px;}
.ban {height: 240px;}
.lanbanner > * { z-index: 100;}
.lanbanner{ height:200px; width:100%;position: relative; color:#fff;display: flex; text-align:center;}

.lanbanner:after{ content:""; height:200px; position: absolute;top: 0;left: 0;width: 100%;z-index:1; background-color:rgba(73,156,42,0.2); background-image:url(../img/gridtile.png); }
.lanbanner span{ height:2px; background-color:#FFF; width:65px; display:block;}
.lanbanner h1{ line-height:50px; font-size:2em;margin-top:40px; font-weight:bold;}
.lanbanner h2{ line-height:50px; font-size:2em;font-weight:bold;}
.weizhi {height: 40px;line-height: 40px;border-bottom: 1px #e1e1e1 solid;}
@media (max-width:767px) {
	.lanbanner {height: 130px;overflow: hidden;}
	.lanbanner h1{ margin-top:20px; }
	.logo,.foot{text-align: center;}
	.footer {
			width: 100%;
			height: auto;
			border-top: 1px solid #E3E3E3;
			padding: 10px 0;
			background: #343434;
			position: fixed;
			bottom: 0;
			left: 0;
			z-index: 9999999999;
		}
	
		.footer ul {
			width: 100%;
			clear: both;
		}
	
		.footer ul li {
			width: 25%;
			float: left;
			text-align: center;
		}
	
		.footer ul li h2,
		h5 {
			margin: 0px;
		}
	
		.footer ul li a {
			color: #fff;
		}
	
		.footer ul li p {
			font-size: 0.15rem;
			margin-top: 0.05rem;
			color: #fff;
		}
		.p_list {width: 100%;overflow: hidden;}
		.p_list li {float: left;
			width: 48%;
			max-width: 48%;
			margin: 1%;
			overflow: hidden;
			border: 1px #e1e1e1 solid;
			 text-align: center;line-height: 40px;
		
		}
		.p_list1 {width: 100%;overflow: hidden;}
		.p_list1 li {float: left;
			width: 48%;
			max-width: 48%;
			margin: 1%;
			overflow: hidden;
			border: 1px #e1e1e1 solid;
			 text-align: center;line-height: 40px;
		
		}
		
}