/*By-石-QQ-1174188215*/
/*----通用初始化----*/
	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,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}table{border-collapse:collapse;border-spacing:0}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #666;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::-moz-selection{background:#333;color:#fff;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	/*间距*/
	.mt3{margin-top    : 3% !important;}
	.mb3{margin-bottom : 2% !important;}
	.mb5{margin-bottom : 5% !important;}
	.ml3{margin-left   : 3% !important;}
	.mr3{margin-right  : 3% !important;}
	.pt3{padding-top   : 3% !important;}
	.pb3{padding-bottom: 3% !important; text-align: center;}
	.pl3{padding-left  : 3% !important;}
	.pr3{padding-right : 3% !important;}
	.pl5{padding-left  : 5% !important;}
	.pr5{padding-right : 5% !important;}
	.pt5{padding-top   : 5% !important;}
	.pb5{padding-bottom: 5% !important;}
	.mt0{margin-top    : 0% !important;}
	.mb0{margin-bottom : 0% !important;}
	.ml0{margin-left   : 0% !important;}
	.mr0{margin-right  : 0% !important;}
	.pt0{padding-top   : 0% !important;}
	.pb0{padding-bottom: 0% !important;}
	.pl0{padding-left  : 0% !important;}
	.pr0{padding-right : 0% !important;}
	/*字号*/
	.font24{font-weight:normal;font-size: 24px;line-height: 2em;}
	.font22{font-weight:normal;font-size: 22px;line-height: 2em;}
	.font18{font-weight:normal;font-size: 18px;line-height: 2em;}
	.font16{font-weight:normal;font-size: 16px;line-height: 2em;}
	/*编辑器*/
	.text{text-align:justify;font-size: 18px;color: #333;line-height: 2em;word-wrap: break-word;word-break: normal;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}
	@media screen and (max-width: 1500px){
		.font24{font-size: 20px;}
		.text{font-size: 16px;}
	}
	@media screen and (max-width: 1200px){
		.font24{font-size: 18px;}
		.font22{font-size: 18px;}
		.font18{font-size: 16px;}
		.font16{font-size: 14px;}
		.text{font-size: 14px;}
	}
	@media screen and (max-width: 768px){
		.font24{font-size: 18px;}
		.font22{font-size: 16px;}
		.font18{font-size: 14px;}
		.font16{font-size: 14px;}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
/*********************************/

body{
	width: 100%;
	background: #f6f6f6;
}
.wrapper{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
}
.header{
	background: #e6f3ff;
	height: 120px;
	line-height: 120px;
	position: relative;
}
.header .logo{
	float: left;
	height: 40px;
	margin-top: 20px;
}
.header .logo img{
	height: 100%;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	margin-left: 15px;
}
.nav li a{
	font-size: 16px;
	color: #0f0408;
	display: block;
}
.nav li a:hover{
	color: #2860c6;
}
.footer{
	background: #0942a4;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width:1500px ) {
	.header{
		height: 80px;
		line-height: 80px;
	}
}
@media only screen and (max-width:1200px ) {
	.header .logo{
		margin-top: 10px;
	}
	.menu_btn{
		float: right;
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		margin-left: 10px;
		margin-top: 10px;
	}
	.menu_btn:before,
	.menu_btn:after{
		content: "";
		position: absolute;
		right: 0;
		width: 26px;
		height: 2px;
		background: #333;
		-webkit-transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s;
	}
	.menu_btn:before{
		top: 13px;
	}
	.menu_btn:after{
		bottom: 13px;
	}
	.menu_btn.on:before{
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	         transform: rotate(45deg);
	    top: 50%;
	}
	.menu_btn.on:after{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		 -ms-transform: rotate(-45deg);
		     transform: rotate(-45deg);
		top: 50%;
	}
	.header{
		height: 60px;
		line-height: 60px;
	}
	.header .nav{
		position: absolute;
		z-index: 20;
		right: 0;
		top: 110%;
		width: 260px;
		background: rgba(0,0,0,0.6);
		padding: 10px 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}
	.header .nav.on{
		opacity: 1;
		visibility: visible;
		top: 100%;
	}
	.header .nav li{
		width: 100%;
		float: none;
	}
	.header .nav li>a{
		color: #fff;
		font-size: 16px;
		height: 36px !important;
		line-height: 36px !important;
	}
	
}

.banner img{
	display: block;
	width: 100%;
}
.index_one{
	background: url(../img/a10.jpg) no-repeat center top;
	background-size:cover;
}
.indent2{text-indent: 2em;}

.pubtit{
	font-size: 20px;
	color: #fff;
	text-align: center;
	height: 7em;
}
.pubtit p{
	position: relative;
	padding-left: 3.5em;
	display: inline-block;
	padding-top: 1.8em;
	padding-bottom: 1.8em;
}
.pubtit span{
	font-size: 1.6em;
	display: block;
	line-height: 2em;
	padding: 0 1em;
	background: #279dc4;
	padding-left: 3em;
}
.pubtit img{
	width: 7em;
	height: 7em;
	position: absolute;
	top: 50%;
	margin-top: -3.5em;
	left: 0;
}
@media only screen and (max-width:1800px ) {
	.pubtit{font-size: 16px;}
}
@media only screen and (max-width:1500px ) {
	.pubtit{font-size: 14px;}
}
@media only screen and (max-width:768px ) {
	.pubtit{height: auto;}
	.pubtit img{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.pubtit span{
		font-size: 14px;
		line-height: 30px;
		padding: 0 10px 0 30px;
	}
	.pubtit p{
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
	}
}
.fl{float: left;}
.fr{float: right;}
.newsList ul{
	width: 48%;
	text-align: left;
}
.newsList ul li a{
	padding: 20px 0 20px 50px;
	color: #232323;
	border-bottom: 1px dashed #f9e367;
	display: block;
	background: url(../img/b2.png) no-repeat left center;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.newsList ul li a:hover{
	color: #f9b40f !important;
}

.index_two{
	background: url(../img/a11.jpg) no-repeat center top;
	background-size:cover;
}
.index_two .text{color: #fff;}
.index_two .newsList ul li a{color: #fff;}
.index_three{
	background: url(../img/a12.jpg) no-repeat center top;
	background-size:cover;
}
.yellow{color: #f9b40f !important;}
@media only screen and (max-width: 1600px) {
	.newsList ul li a{
		padding: 10px 0 10px 40px;
	}
}
@media only screen and (max-width: 768px) {
	.newsList ul{
		width: 100%;
	}
	.newsList ul li a{
		padding: 6px 0 6px 30px;
		-webkit-background-size: 18px auto;
		background-size: 18px auto;
	}
	
}

.personList{
	text-align: left;
}
.personList .box{
	position: relative;
	padding: 20px 0;
	padding-left: 4%;
	background: #fff;
	border-top: 5px solid #b47e24;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 3%;
}
.personList .box2{
	padding-left: 0;
	padding-right: 4%;
}
.personList .box .img{
	width: 280px;
	height: 260px;
	background: url(../img/b3.png) no-repeat center;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	margin-top: 20px;
}
.personList .box .img img{
	position: relative;
	width: 100%;
	height: 100%;
	top: -20px;
	left: 20px;
	margin-right: -20px;
	margin-bottom: -20px;
}
.personList .box2 .img img{
	left: 0;
	margin-right: 0;
	right: 20px;
	margin-left: -20px;
}
.personList .box .word{
	padding: 0 4%;
	color: #333;
	-webkit-flex: 1;
	flex: 1;
	overflow: hidden;
}
.personList  .more{
	position: absolute;
	right: 4%;
	bottom: 20px;
}
.personList .box2 .more{
	left: 4%;
	right: auto;
}
@media only screen and (max-width:768px) {
	.personList .box .img{
		width: 160px;
		height: 150px;
		margin-top: 10px;
		position: absolute;
		top: 15px;
		margin: 0;
		left: 50%;
		margin-left: -80px;
	}
	.personList .box .img img{
		top: 0;
		left: 0;
		margin-right: 0;
		margin-bottom: 0;
		right: 0;
		margin-left: 0;
	}
	.personList .box{
		display: block;
		padding-top: 180px;
		padding-left: 0;
	}
	.personList .box .text{
		padding: 0 2%;
	}
	.personList .more{
		position: initial;
		bottom: auto;
		left: auto;
		right: auto;
		margin-left: 4%;
	}
}