body{
	font-family: "microsoft yahei";
	background: #f7f7f7 url(imagesbg_01sx.png)   no-repeat center 0;
	height: 100%;
}
ul,li{
	list-style: none;
	padding: 0;
}
input{
	outline: none;
}
a:hover{
	text-decoration: none;
}
em,b,h1{
	font-style: normal;
	font-weight: normal;
}
.top{
	height: 36px;
	background: url(imagestop_01.png) repeat-x;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.top .t_time{	
	
}
.top .t_right a{
	color: #fff;
	margin: 0 7px;
}
.top_middle{
	padding-top: 35px;
	/*padding-bottom: 29px;*/
}
.logo{
	width: 455px;
	height: 100px;
	background: url(imageslogo_03sx.png) no-repeat center/cover;
}
.top_middle .search_box{
	width: 100%;
}
.top_middle .search_box .search{
	/* width: 580px; */
	/* float: right; */
	/* margin-left: 66px; */
}
.top_middle .search_box .search .text{
	width: 83%;
	height:34px;
	border: 1px solid #009819;
	font-size: 14px;
	color: #333;
	text-indent: 10px;
	float: left;
	border-right: none;
}
.top_middle .search_box .search .s_btn{
	width: 17%;
	height: 34px;
	background: url(imagessea_03.png) no-repeat center/cover;
	float: left;
	border: none;
	padding: 0;
}
.top_middle .search_box .hot{
	margin-top: 6px;
	font-size: 12px;
	color: #666;
	
}
.top_middle .search_box .hot span{
	color: #0066cc;
}
.top_middle .search_box .hot a{
	color: #666;
	margin: 0 6px;
}
.nav_box{
	margin-top: 33px;
	background: #009819;
	height: 54px;
	line-height: 54px;
}
.nav-style{
	width: 100%;
}
.nav-style li{
	width:calc(100%/6);
	float: left;
	background: url(imagesnav_03.png) no-repeat right center;
}
.nav-style li:nth-child(7){
	background: none;
}
.nav-style li a{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	height: 100%;
	float: left;
}
.nav-style li i{
	float: left;
	width: 32px;
	height: 35px;
	margin-left: 33px;
	margin-top: 8px;
	margin-right: 9px;
}
.nav-style li:nth-child(1) i{
	background: url(imagesnavt_03.png) no-repeat -10px 0px;
}
.nav-style li:nth-child(5) i{
	background: url(imagesnavt_03.png) no-repeat -56px 0px;
}
.nav-style li:nth-child(2) i{
	background: url(imagesnavt_03.png) no-repeat -104px 0px;
}
.nav-style li:nth-child(3) i{
	background: url(imagesnavt_03.png) no-repeat -156px 0px;
}
.nav-style li:nth-child(6) i{
	background: url(imagesnavt_03.png) no-repeat -213px 0px;
}
.nav-style li:nth-child(4) i{
	background: url(imagesnavt_03.png) no-repeat -267px 0px;
}
.banner-col{
	padding-right: 0;
}
@media screen and (max-width:1199px){

     .nav-style li i{
       display: none;
       }
	   .nav-style li a{
	   float: none;
	   text-align: center;
	   }
     
}

.click_show{
	display: none;
}
.click_sea{
	display: none;
}
/*small开始*/
@media screen and (max-width: 992px) and (min-width:376px){
	.app_top .app_box .app_logo{
		width: 286px;
		height: 62px;
		background: url(imagess-logo_02sx.png) no-repeat;
		float: left;
	}
	.a_sea{
		width: 35px;
		height: 34px;
		background: url(imagessous_03.png) no-repeat center;
		margin: 0 10px;
		vertical-align: middle;
		display: block;
		float: left;
	}
	.app_top .app_box .app_r .menu{
		width: 32px;
		height: 27px;
		background: url(imagesmenu_03.png) no-repeat center;
		margin: 4px 5px;
		vertical-align: middle;
		display: block;
		float: left;
	}
}
@media screen and (max-width: 376px){
	.app_top .app_box .app_logo{
		width: 190px;
		height: 62px;
		background: url(imagess-logo_02sx.png) no-repeat;
		float: left;
		background-size: 190px 62px;
	}
	.a_sea{
		width: 28px;
		height: 27px;
		background: url(imagessous_03.png) no-repeat center;
		margin: 2px 10px;
		vertical-align: middle;
		display: block;
		float: left;
		background-size: 28px 27px;
	}
	.app_top .app_box .app_r .menu{
		width: 27px;
		height: 22px;
		background: url(imagesmenu_03.png) no-repeat center;
		margin: 4px 5px;
		vertical-align: middle;
		display: block;
		float: left;
		background-size:27px 22px;
	}
}
@media screen and (max-width: 992px){
	.app_top{
		width: 100%;
	    margin: 0 auto;
	    height: 62px;
	    position: fixed;
	    background: #009819;
	    z-index: 99999999;
	    top: 0px;
	    display: block;
	}
	.app_top .app_box{
		width: 90%;
		margin: 0 auto;
	    height: 62px;
	}
	
	.app_top .app_box .app_r{
		float: right;
		margin-top: 13px;
	}
	
	.top{
		display: none;
	}
	.top_middle{
		display: none;
	}
	.content{
		margin-top: 78px;
	}
	.click_show{
		position: fixed;
		top: 62px;
		width: 100%;
		z-index: 9999;
		background: rgba(255,255,255,1);
	}
	.click_show li{
		padding: 15px;
		border-bottom: 1px solid #e5e5e5;
	}
	.click_show li a{
		color: #60636d;
		display: block;
		height: 100%;
	}
	.click_sea{
	    position: fixed;
	    top: 62px;
	    background: #FFF;
	    width: 100%;
	    padding: 10px 2.5%;
	    z-index: 9999999;
	}
	.search-frame{
		width: 98%;
		border: 1px solid #ccc;
		border-radius: 6px;
		background: #fff;
		height: 42px;
	}
	.search-box-jit{
		height: 40px;
		line-height: 40px;
		width: 89%;
		margin-left: 1%;
		border: none;
		float: left;
		font-size: 16px;
		color: #797979;
	}
	.search-btn-jit{
		width: 9%;
		height: 40px;
		border: 0px;
		float: right;
		background: #f6f6f6 url(images201650sszwl.png) no-repeat center;
		/* margin-right: 0.1%; */
	}
	.banner-col{
		padding-right: 15px;
	}
}
/*small结束*/
@media screen and (max-width: 375px){
	.app_logo{
		width: 196px;
		background-size:196px 62px;
		height: 62px;
		background: url(imagess-logo_02sx.png) no-repeat;
		float: left;
	}
}

/*foot开始*/
.footer{
	/* height: 160px; */
	background: #009819;
	padding-bottom: 30px;
}
.footer .f1{
	text-align: center;
	margin-top: 46px;
}
.footer .f1 .a2{
	margin-left: 22px;
}
.footer .f2{
	text-align: center;
	margin-top: 33px;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
}
.footer .wxbox{
	margin-top: 43px;
	text-align: center;
}
.footer .wxbox .a2{
	margin-left: 20px;
}
/*foot开始*/

/*xilan begin*/

.position{
	color: #666;
}
.position a{
	color: #666;
	margin: 0 7px;
}
.arc{
	margin-top: 42px;
}
.arc .title{
	text-align: center;
}
.arc .title h1{
	font-size: 24px;
	color: #010101;
}
.arc .title p{
	font-size: 18px;
	color: #666;
}
.arc .des{
	margin-top: 18px;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
	color: #999;
}
.arc .des span{
	margin: 0 18px;
}
.arc .imgtext{
	text-align: center;
	padding-top: 30px;
}
.arc .imgtext .imgbox{

}
.arc .imgtext span{
	display: block;
	color: #333;
	margin-top: 20px;
}
.arc .main_text{
	width: 95%;
	margin: 10px auto;
}
.arc .main_text p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	text-indent: 2em;
}
.arc .share{
	width: 56%;
	padding-top: 11px;
	padding-bottom: 9px;
	text-align: center;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin: 0 auto;
	overflow: hidden;
}
.arc #share{
	width: 30% !important;

}
.arc .share span{
	font-size: 15px;
	/*font-weight: bold;*/
	color: #666;	
	margin-right: 3px;
}
.arc .share img{
	display: inline;
	margin: 0 2px;
}
.arc .little_btn{
	text-align: center;
	margin-top: 6px;
	float: left;
}
.arc .little_btn span{
	margin: 0 8px;
}
@media screen and (max-width: 992px){
	.des{
		display: none;
	}
	.little_btn{
		display: none;
	}
	.share{
		display: none;
	}
}
/*xilan end*/
/*gailan begin*/
.jjbox{
	margin-top: 20px;
}
.left_list .title{
	height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #009819;
    position: relative;
    margin-top: 15px;
}
.left_list .title a{
	font-size: 16px;
    font-weight: bold;
    color: #009819;
    text-indent: 16px;
    display: block;
}
.left_list .title a:before{
	content: '';
    position: absolute;
    width: 4px;
    height: 13px;
    background: #009819;
    left: 0;
    top: 13px;
}
.left_list .list-ul{
	padding: 0 15px;
}
.left_list .list-ul li{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #bababa;
}
.left_list .list-ul li a{
	float: left;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    width: 64%;
}
.left_list .list-ul li a:hover{
	color: #009819;
}
.left_list .list-ul li span{
	float: right;
	color: #999;
	font-size: 12px;	
}
.page_btn{
	width: 386px;
	margin: 28px auto;
}
.page_btn a{
	float: left;
	/*width: 20%;*/
	padding: 7px 0;
	border: 1px solid #b5b5b5;
	color: #009819;
	margin: 0 4px;
	text-align: center;
	border-radius: 20px;
}
.page_btn a:hover{
	background: #009819;
	color: #009819 !important;
	border: 1px solid #009819;
	/*font-size: 14px;*/
}
.right_menu li{
	padding: 10px 0;
	border: 1px solid #f1f1f1;
	margin-bottom: 7px;
	background-color: #fff;
	background-image: url(imagesgl2_06.png);
	background-repeat: no-repeat;
	background-position: 51px center;
	/*display: inline-block;*/
	width: 100%;
	float: left;		
}
.right_menu li a{
	font-size: 16px;
	color: #555;
	display: block;
	height: 100%;
	text-indent: 102px;
	
}
.right_menu li.li_active{
	background-color: #009819;
	background-image: url(imagesgl1_03.png);
	background-repeat: no-repeat;
	background-position: 51px center;
}
.right_menu li.li_active a{
	font-weight: bold;
	color: #fff;
}
.right_menu li:hover{
	background-color: #009819;
	background-image: url(imagesgl1_03.png);
	background-repeat: no-repeat;
	background-position: 51px center;
}
.right_menu li:hover a{
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 1200px){
	.right_menu li{
		background-image: none;
		text-align: center;
		
	}
	.right_menu li:hover{
		background-image: none;
	}
	.right_menu li.li_active{
		background-image: none;
	}
	.right_menu li a{
		text-indent: 0;
	}
}
@media screen and (max-width: 992px){
	.right_menu li{
		width: 11%;
		margin-right: 5px;
	}
	.page_btn {
		width: 386px; align:center;
	}
	.page_btn  a{
		padding: 2px 0;
	}
}
/*gailan end*/