/*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;}
	.fl{float: left;}
	.fr{float: right;}
	/*字号*/
	.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;color: #333;}
	/*编辑器*/
	.text{text-align:justify;font-size: 16px;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: 1200px){
		.font24{font-size: 20px;}
		.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: url(../img/b1.jpg) no-repeat center top;
}
.wrapper{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}
.header{
	background: #fff;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.header .logo{
	float: left;
	height: 40px;
	margin-top: 10px;
}
.header .logo img{
	height: 100%;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	margin-left: 25px;
}
.nav li a{
	font-size: 14px;
	color: #333333;
	display: block;
}
.nav li a:hover{
	color: #2860c6;
}
@media only screen and (max-width:1200px ) {
	.header{
		position: fixed;
		z-index: 20;
		width: 100%;
	}
	.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 .nav{
		position: absolute;
		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{
		font-size: 16px;
		height: 36px !important;
		line-height: 36px !important;
		color: #fff;
	}
	
}
.title{
	padding: 4% 0 2%;
}
.title img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.pubtit{
	padding: 3% 0 ;
	text-align: center;
}
.pubtit img{
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width:1440px ) {
	.title img{
		max-width: 60%;
	}
	body{
		background-size:100% auto;
	}
	
	.pubtit img{
		height: 60px;
	}
}
@media only screen and (max-width:768px ) {
	.title img{
		max-width: 80%;
	}
	body{
		background-size:auto auto;
	}
	.pubtit img{
		height: 40px;
	}
}
.index_one{
	padding-top: 95px;
	padding-bottom: 95px;
}
.index_one>div{
	position: relative;
	background: rgba(249,239,141,.52);
	border-radius: 20px;
	padding: 2% 3%;
}
.index_one>div img{
	position:  absolute;
	left: -100px;
	top: -95px;
}
@media only screen and (max-width:768px ) {
	.index_one>div img{
		display: none;
	}
	.index_one{
		padding: 0;
	}
}

.list li{
	width: 49%;
	border-bottom: 1px dashed #fcc86d;
	position: relative;
	padding-left: 30px;
}
.list li a{
	display: block;
	color: #333;
	width: 100%;
	height: 3em;
	line-height: 3em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.list li:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #fcc86d;
	left: 8px;
	top: 50%;
	margin-top: -4px;
}
.list li:hover a{
	color: #FCC86D;
}
.index_three .list li{
	border-bottom: 1px dashed #d93d4b;
}
@media only screen and (max-width:768px ) {
	.list li{
		width: 100%;
	}
}
.index_four{
	background: url(../img/a8.png) no-repeat right center;
}
.index_four li{
	margin-bottom: 2%;
}
.index_four li a{
	display: block;
	padding-left: 55px;
	height: 2em;
	line-height: 2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	background: url(../img/a9.png) no-repeat left center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	color: #333;
}
.index_four li a:hover{
	padding-left: 60px;
}
@media only screen and (max-width: 768px) {
	.index_four{
		background-size:100% auto;
	}
	.index_four li a{
		padding-left: 40px;
		background-size:30px auto;
	}
	.index_four li a:hover{
		padding-left: 45px;
	}
}
.index_five .list li:before{
	display: none;
}
.index_five .list li{
	background: url(../img/a10.png) no-repeat 20px center;
	padding-left: 50px;
}
.footer{
	color: #fff;
	text-align: center;
	background-color:#d93d4b;
	background-image: url(../img/b2.jpg);
	background-repeat:no-repeat ;
	background-position: center bottom;
}
.index_six .img img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
