/* CSS Document */
*{font-family:Arial,Helvetica, sans-serif;font-family: "微软雅黑";}
body,div,table,p,ul,li,span,h1,h2,h3,h4,h5,h6,b,a,h1,tr,td,th,form,dl,dt,dd,input,article,section,aside{margin:0;padding:0; font-weight:normal;}
ul,li,ol{list-style: none outside none;}
img{border:none;}
a{text-decoration:none; color:#666666;}
a:hover{text-decoration:underline;}
body {background:#fff;}

.pic{
	background: #f0f8fa;
}
.clear:after{
	clear:both;
 	overflow: hidden; 
 	height:0px;
 	display: block;
 	content: ".";
}
.font{
	font-size: 10px;
	margin-top: 10px;
}
.mar_top{
	margin-top: 18px;
}
h3{
	color: #fff;
	font-size: 30px;
}
.color_chse{
	color: #f0ac47;
}
/*nav导航*/
.top{ width:100%; height:100px; background:rgba(255,255,255,0.8); position:fixed; left:0; top:0;z-index: 9999;}
.top_{ width:1200px;  height:100px; margin:0 auto;}
.top_logo{ display:block; height:75px;width: 75px; padding-top:15px; float:left;}
.top_tit{ display:block; float:right; width: 442px;}
.top_tit a{ 
	font-size:18px; 
	color:#6f6f6f;
	height:92px; 
	line-height:100px;
	display:block;
	width: 144px;
	float: left;
	text-align: center;
	padding-bottom: 5px;
}
.top_tit a:hover{
	background: #f1f1f1;
	color: #48a570;
	border-bottom: 4px #9cba96 solid;
	text-decoration: none;
}
/*nav导航结束*/

/*content主体内容*/

/*1F*/
.pic_1f{
	margin-top: 100px;
	width: 100%;
}
.pic_1f img{
	width: 100%;
}

/*2F*/
.pic_h1{
	width: 100%;
	border-bottom: 1px #d8ddd7 solid;
}
.pic_h1 div{
	width: 1200px;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 27px;
	padding-top: 60px;
}
.pic_h1 div p:nth-child(1){
	font-size:32px;
}
.pic_h1 div p:nth-child(2){
	font-size:10px;
}
.pic_icon{
	width: 120px;
	margin: 0 auto;
	text-align: center;
	height: 5px;
	margin-top: -15px;
}
.pic_icon img{
	width: 100%;
}
/*3F*/
.pic_3f{
	width: 1200px;
	margin: 60px auto 0;
}
.pic_3f div{
	width: 49%;
	float: left;
	height: 185px;
	text-align: center;
	padding: 59px 0 0;
}
.pic_3f div:nth-child(1){
	background: url(../img/m1.png) no-repeat center;
	background-size: cover;
}
.pic_3f div:nth-child(2){
	background: url(../img/m2.png) no-repeat center;
	background-size: cover;
	float: right;
}
.pic_3f ul{
	width: 200px;
	border: 2px #fff solid;
	border-radius: 5px;
	height: 40px;
	margin: 27px auto 0;
}
.pic_3f ul li{
	width: 50%;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
}
.pic_3f ul li a{
	color: #fff;
	text-align: center;
}
.pic_3f .pic_3_li li{
	float: left;
}

/*4F*/
.pic_4f{
	width: 1200px;
	border-bottom: 1px #fff solid;
	margin: 0 auto;
	background: #e3e3e3;
}

/*5F*/
.pic_5f{
	width: 1200px;
	margin: 10px auto 0;
	background: #e3e3e3;
}
.pic_5f ul{
	width: 870px;
	margin: 0 auto;
}
.pic_5f ul li{
	width: 130px;
	margin: 63px 20px 62px;
	height: 34px;
	line-height: 34px;
	border: 1px #999 solid;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #939393;
	cursor: default;
}
/*.pic_5f ul li:hover{
	color: #46863c;
	border: 1px #46863c solid;
}*/
.pic_5f ul .active{
	color: #46863c;
	border: 1px #46863c solid;
}

.pic>.pic_tab1:nth-of-type(n+2){
	display: none;
}
/*6F*/
.pic_6f{
	width: 1200px;
	margin: 46px auto 0;
}
.pic_6f .pic_tab article{
	width: 392px;
	float: left;
	height: 438px;
	background: #fff;
	position: relative;
}
.pic_6f .pic_tab article:nth-child(-n+2) div{
	padding: 15px 20px;
}
.bor_chse{
	background: url(../img/tit.png) no-repeat 0 50px;
	background-size:100px 6px ;
	padding: 15px 0;
}
.pic_6f a{
	display: block;
}
.pic_6f .pic_6pa{
	margin-top: 10px;
	color: #9c9c9c;
	font-size: 16px;
	line-height: 25px;
}
.pic_6f .pic_6ps{
	position: absolute;
	bottom: 15px;
	right: 20px;
	width: 55px;
	height: 20px;
	border-radius: 8px;
	background: #efa947;
	text-align: center;
	color: #fff;
}
.pic_6f .pic_tab article:nth-child(2){
	margin: 0 12px;
}
.pic_6f .pic_6div h2{
	padding: 15px 0 4px;
}
.pic_6f .pic_6div p{
	line-height: 35px;
	background: url(../img/li1.png) no-repeat left center;
	background-size: 10px 10px;
	text-indent: 1.5em;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	color: #9c9c9c;
}
/*7F*/
.pic_7f{
	width: 1200px;
	margin: 0 auto;
}
.pic_7f .pic_7div{
	width: 1170px;
	margin: 0 auto;
}
.pic_7f .pic_7div a{
	display: block;
	width: 195px;
	text-align: center;
	padding: 43px 0 27px;
	float: left;
}

/*8F*/
.pic_8f{
	width: 1200px;
	margin: 0 auto;
	height: 348px;
	text-align: center;
	padding: 37px 0;
	background: #fff;
}
.pic_8f div{
	
}

/*9F*/
.pic_9f{
	width: 1200px;
	margin: 0 auto;
	background: #f0f8fa;
	padding: 20px 0 66px;
}
.pic_9f article{
	width: 572px;
	height: 428px;
	padding: 25px 0 15px 18px;
	background: #fff;
}
.pic_9f article:first-child{
	float: left;
}
.pic_9f article:last-child{
	float: right;
}
.pic_9f section{
	height: 250px;
	overflow: auto;
}
.pic_9f section p{
	width: 540px;
	line-height: 30px;
	margin: 15px 0;
	font-size: 16px;
	position: relative;
}
.pic_9f section p:nth-child(n+1){
	color: #959595;
}
.pic_9f section .pic_9f_ps img{
	position: absolute;
	top: -7px;
	left: 20px;
	width: 14px;
	height: 7px;
}
.pic_9f section .pic_9f_ps span{
	display: block;
	width: 500px;
	margin-left: 40px;
	padding: 10px 0 5px;
}
.pic_9f section .pic_9f_ps{
	border: 1px #e5e5e5 solid;
	background: url(../img/li3.png) #f4f4f4 no-repeat 10px 15px;
	color: #acacac;
}
.pic_9f aside{
	width: 540px;
	text-align: right;
}
.pic_9f aside textarea{
	width: 540px;
	height: 58px;
	padding: 7px 0;
	outline:none;
	resize:none;
	text-indent: .5em;
}
.pic_9f aside button{
	width: 104px;
	height: 33px;
	text-align: center;
	color: #969696;
	background: #ddd;
	border: none;
	padding: 0;
	cursor:pointer;
	margin: 5px -3px 0 0 ;
}
.pic_9f .pic_9div{
	overflow: auto;
}
.pic_9f .pic_9div a{
	width: 100%;
	display: block;
	position: relative;
}
.pic_9f .pic_9div p{
	line-height: 40px;
	background: url(../img/li2.png) no-repeat left center;
	background-size: 10px 10px;
	text-indent: 1.5em;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	color: #9c9c9c;
	clear: both;
	width: 85%;
}
.pic_9f .pic_9div a img{
	position: absolute;
	right: 55px;
	top: 6px;
}
/*content主体内容  结束*/

/*轮播图*/
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif,"新宋体";}
/* focus_Box */
#focus_Box{position:relative;width:1200px;height:308px;margin:20px auto;}
#focus_Box ul{position:relative;width:1165px;height:308px;margin:0 auto;}
#focus_Box li{z-index:0;position:absolute; width:0px;background:#787878;
height:0px;top:146px;cursor:pointer;left:377px;border-radius:4px;}
#focus_Box li img{width:100%;
height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;
line-height:40px;text-indent:8px;color:#fff;}
#focus_Box li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;
cursor:pointer;position:absolute;width:52px;height:52px;top:131px;}
#focus_Box .prev{background:url(../img/right.png) 0 0 no-repeat;left:20px}
#focus_Box .next{background:url(../img/left.png) 0 0 no-repeat;right:20px} 
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}
#focus_Box a.imgs-scroll-btn{display:block;position:absolute;z-index:110;
	top:7px;right:15px;width:51px;height:23px;overflow:hidden;
	;text-indent:-999px;}
/*轮播图   end*/


/*底部*/
.bottom{ width:100%; height:138px; background:#26313e;}
.bottom_{ width:1200px; height:93px; color:#b9b9b9; margin:0 auto; padding-top:45px;}
.bottom_left{float: left; width:350px;}
.bottom_left a{color:#b9b9b9; font-size: 14px;}
.bottom_right{float:right; font-size: 14px; text-align: right;}

/*底部结束*/