body{
	transition: all 1s;
}
	.center-box{
	width: 1123px;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
}
header{
	height: 147px;
}
.g-top{
	width: 100%;
	background: #333333;
	height: 35px;
	line-height: 35px;
	font-family: \5b8b\4f53;
}
	.g-top .m-wel{
		color: #bbbbbb;
		float: left;
	}
		.g-top .m-wel span{
			color: #ff8726;
		}
	.g-top .m-menu{
		float: right;
	}
		.g-top .m-menu li{
			display: inline-block;
			height: 15px;
			line-height: 15px;
			float: left;
			padding:0 10px;
			border-right: 1px solid #696969;
			margin-top: 10px;
		}
		.g-top .m-menu li:last-child{
			border: none;
		}
		.g-top .m-menu a{
			color: #FFF;
			text-decoration: none;
		}
	.g-top .m-lang{
		float: right;
	}
		.g-top .m-lang a{
			color: #FFF;
			display: block;
			height: 18px;
			line-height: 18px;
			float: left;
			padding: 0 5px;
			border-radius: 5px;
			margin-top: 8px;
			text-decoration: none;
			margin-left: 8px;
		}
		.g-top .m-lang a.on{
			background: #21b960;
		}
	header .center-box{
		overflow: visible;
	}
.g-logo{
	float: left;
	height: 112px;
	line-height: 112px;
	width: 410px;
	box-sizing: border-box;
	margin-left: -10px;
}

.g-menu{
	float: right;
	font-family: \5FAE\8F6F\96C5\9ED1;
}
	.g-menu li{
		float: left;
		position: relative;
	}
		.g-menu li>a{
			display: block;
			font-size: 17.21px;
			width: 101px;
			text-decoration: none;
			text-align: center;
			line-height: 112px;
			height: 112px;
			border-right: 1px solid #ececec;
			color: #0b0b0b;
		}
		.g-menu li:last-child>a{
			border: none;
		}
		.g-menu li>a:hover,	.g-menu li>a.on{
			background: #00ad57;
			color: #FFF;
		}
		.g-menu li:hover .subnav{
			display: block;
		}
		.g-menu .subnav{
			display: none;
			z-index: 9;
			position: absolute;
			width: 100%;
		}
		.g-menu .subnav a{
			width: 100%;
			height: 40px;
			line-height: 40px;
			display: block;
			text-decoration: none;
			text-align: center;
			background: rgba(255,255,255,.8);
			color: #0b0b0b;
			border-bottom: 1px solid #FFF;
			font-size: 14px;
		}
			.g-menu .subnav a:hover{
				color: #FFF;
				background: #00ad57;
			}
.g-banner{
	width: 100%;
	text-align: center;
}

.m-title{
	width: 100%;
	text-align: center;
	padding-top: 43px;
	margin-bottom: 35px;
}
.m-product{
	overflow: hidden;
}
.water{
	width: 1123px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding-bottom: 90px;
}
	.water .m-product .u-list{
		float: left;
		margin-right: 75px;
		width: 28%;
		cursor: pointer;

	}
	.water .m-product .u-list:last-child{
		margin-right: 0;
	}
		.water .m-product .u-list .ico{
			width: 88px;
			height: 88px;
			border-radius: 90%;
			box-sizing: border-box;
			border: 1px solid #808080;
			margin: 0 auto;
			text-align: center;
			line-height:88px;
			font-size:30px;
			font-weight:bold;
			color: #a69e9e;
		}
	.water .m-product .u-list .ico.one{			
   		background-position-y: 14px;
	}
	.water .m-product .u-list .ico.two{			
   		background-position-y: -54px;
		background-position-x: 10px;
	}
	.water .m-product .u-list .ico.three{			
   		background-position-y: -122px;
	}
	.water .m-product .u-list .ico.four{			
   		background-position-y: -190px;
   		background-position-x: 15px;
	}
	.water .m-product .u-list .u-title{
		color: #2b2b2b;
		font-size: 18.16px;
		width: 100%;
		text-align: center;
		background: url(../img/line.png) no-repeat bottom center;
		height: 52px;
		line-height: 52px;
	}
	.water .m-product .u-list p{
		color: #969595;
		text-align: center;
		line-height: 20px;
		padding-top: 13px;
		padding-bottom: 19px;
	}
	.water .m-product .u-list .u-more{
		width: 60px;
		height: 25px;
		display: block;
		margin: 0 auto;
		border: 1px solid #8b8b8b;
		text-align: center;
		line-height: 25px;
		text-decoration: none;
		color: #8c8c8c;
	}
	.water .m-product .u-list:hover .ico{
		background-position-x: -85px;
		background-color: #21b960;
		border-color: #21b960;
		color: #FFF;
	}
	.water .m-product .u-list:hover .u-more{
		color: #21b960;
		border-color: #21b960;
	}
	.water .m-product .u-list:hover .ico.two{
		background-position-x: -82px;
	}

	.water .m-product .u-list:hover .ico.four{
		background-position-x: -74px;
	}
.product{
	width: 100%;
	background: #f6f6f6;
	padding-bottom: 30px;
}
	.product .u-list{
		float: left;
		width: 260px;
		height: 311px;
		background: #FFF;
		box-sizing: border-box;
		margin-right: 25px;
		padding: 10px;
	}
	.product .u-list:last-child{
		margin-right: 0;
	}
	.product .u-list .thumb {
		height: 221px;
		position: relative;
	}
	.product .u-list .thumb .f-fdj{		
		background: rgba(33,185,96,0.77) url(../img/ico-fdj.png) no-repeat center center;
		bottom: 0;
		left: 0;
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 221px;
		opacity: 0;
	}
	.product .u-list:hover .thumb .f-fdj{
		transition: all 1s;
		opacity: 1;
	}
	.product .u-list .title {
		text-align: center;		
		height: 66px;
		line-height: 66px;
	}
	.product .u-list .title a{
		color: #343434;
		font-size: 15.27px;
		font-weight: bold;

	}
	.product .u-list:hover .title a{
		color: #00ad57;
	}
	.product .m-more{
		width: 100%;
		height: 32px;
		line-height: 32px;
		background: url(../img/more-line.png) no-repeat center center;
		clear: both;
		margin-top: 40px;
	}
		.product .m-more a{
			color: #FFF;
			border-radius: 20px;
			background: #00ad57;
			display: block;
			margin: 0 auto;
			width: 106px;
			text-align: center;
			height: 32px;
		}

.about{
	background: url(../img/about-bg.jpg) repeat-x center top;
	width: 100%;
	height: 630px;
}
	.about .content{
		margin: 0 auto;
		width: 1123px;
		padding-top: 166px;
	}
		.about .content .thumb{
			float: left;
			width: 518px;
		}
		.about .content .txt{
			float: left;
			width: 603px;
			background: #FFF;
			height: 371px;
			padding-left: 50px;
			padding-right: 40px;
			box-sizing: border-box;
		}
		.about .txt h1{
			font-size: 16.47px;
			font-weight: bold;
			color: #3d3d3d;
			height: 83px;
			background: url(../img/blue-line.jpg) no-repeat bottom left;
			line-height: 116px;
		}
		.about .txt p{
			color: #696969;
			font-size: 14.16px;
			line-height: 33px;
			padding-top: 30px;
		}
		.about .txt p a{
			color: #127fd3;
			text-decoration: none;
		}

/*新闻*/
.news{
	width: 1123px;
	margin: 0 auto;
	overflow: hidden;
}
	.news .content{
		padding-bottom: 88px;
		overflow: hidden;
		margin-top:60px;
	}
	.news .content .u-list{
		float: left;
		width: 25%;
	}
	.news .content .u-list .num{
		font-size: 41px;
		font-weight: 100;
		border: 1px solid #888888;
		color: #888888;
		width: 80px;
		height: 80px;
		text-align: center;
		line-height: 80px;
	}
	.news .content .u-list .u-title{
		font-size: ;
		height: 56px;
		line-height: 56px;
		font-size: 14.16px;
		color: #696969;
	}
	.news .content .u-list p{
		color: #9e9e9e;
		padding-bottom: 30px;
		width: 82%;
	}
	
	.news .content .u-list a{
		color: #888888;
		font-size: 9px;
		text-decoration: none;
		text-align: left;
	}
	.news .content .u-list:hover .num{
		border-color: #3696e9;
		color:#3696e9;
	}
	.news .content .u-list:hover a{
		color: #3696e9;
	}

footer{
	background: #333333;
	height: 216px;
}
	footer .g-left{
		float: left;
	}
		footer .g-left ul{
			padding-top: 73px;
		}
		footer .g-left a{
			color: #9e9e9e;
			line-height: 12px;
		}
		footer .g-left li{
			float: left;
			padding: 0 20px;
			height: 16px;
			overflow: hidden;
			border-right: 1px solid #9e9e9e;
		}
		footer .g-left li:last-child{
			border: none;
		}
		footer .g-left .copyright{
			color: #9e9e9e;
			clear: both;
			padding-left: 20px;
			padding-top: 36px;
		}
	footer .g-right{
		float: right;
		width: 410px;
		color: #626262;
		padding-top: 42px;
	}
		footer .tel{
			background: url(../img/tel.jpg) no-repeat left top;
			width: 100%;
			height: 51px;
			color: #FFF;
			font-size: 22px;
			padding:20px 0 0 40px;
			box-sizing: border-box;
		}
		footer .g-right div{
			margin-bottom: 10px;
		}


/*Page*/

.g-p-banner{
	text-align: center;
}
.subBody{
	width: 100%;
	margin-bottom: 65px;
}
	.subBody .fr{
		border-bottom: 1px solid #ececec;
		height: 36px;
		line-height: 36px;
		color: #636363;
		margin-bottom: 24px;
	}
		.subBody .fr a{
			color: #636363;
			text-decoration: none;
		}
	.subBody .g-left{
		width: 227px;
		float: left;
	}
	.subBody .g-right{
		float: right;
		width: 876px;
		background: #f9f9f9;
		box-sizing: border-box;
		padding: 0 13px 51px 25px;
	}

.l-title{
	background: url(../img/page-title.jpg) no-repeat left top;
	width: 226px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 23.33px;
	color: #FFF;
}
.l-list{
	border: 3px solid #04ae4a;
	width: 220px;
}
	.l-list a{
		color: #636363;
		text-decoration: none;
		height: 39px;
		line-height: 39px;
		padding-left: 55px;
		width: 100%;
		display: block;
		box-sizing: border-box;
		border-bottom: 1px dotted #ebebeb;
	}
.subBody .g-right .subTitle{
	color: #04ae4a;
	font-size: 22.47px;
	text-align: center;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 26px;
}
.news_list2 li{height:50px;line-height:25px;border-bottom:1px solid #eff2f4;padding:6px 0 5px 0;color:#a0a0a0;}
.news_list2 li span.title a{float:left;color:#04ae4a;font-weight:bold;}
.news_list2 li span.title a:hover{text-decoration:none;color:#000;}
.news_list2 li span.time{float:left;}
.news_list2 li span.hits{float:right;}
.news_list2 li span.class{margin-left:12px;}
.news_list2 li span.class a{text-decoration:underline;color:#a0a0a0;}
/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}



/*产品栏目*/
.product_list li{width:33.3%;float:left;margin-bottom:7px;}
.product_list li a.img{width:220px;height:150px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;border:1px solid #ccc;overflow:hidden; background: #FFF;}
.product_list li a.img img{vertical-align:middle; max-width: 100%;}
.product_list li a.img:hover{border:1px solid #F90;}
.product_list li p.info{width:222px;line-height:30px;}
.product_list li p.info span{font-family:Verdana;color:#d94f44;float:right;}
.product_list li p.info a{float:left;color:#555;}


/*留言栏目*/
.msgtitle{display:block;padding-bottom:5px;font-size:14px;font-weight:bold;}
.message_block{color:#666;}
.message_block p{padding:12px;}
.msg_input{width:400px;border:1px solid #e0e0e0;padding:8px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.msg_input_on{width:400px;border:1px solid #8cd1ff;background:#f1f9ff;padding:8px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}
.message_labes{font-size:14px;}
.message_title{height:34px;line-height:34px;background:#f6f9fb;padding:0 12px;}
.message_title h2{color:#376b88;font-size:14px;float:left;}
.message_title span{float:right;font-weight:bold;color:#999;}
.message_info{color:#8ea6b6;text-align:right;}
.message_replay{background:#f5f5f5;padding:0 12px;}
.msg_btn_area{margin:16px 0;text-align:right;}
.msg_btn_area a{display:inline-block;padding:5px 15px;background:#09F;color:#fff;text-align:center;font-family:"宋体";font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;}
.msg_btn_area a:hover{text-decoration:none;background:#F60}
.msgflag{margin-left:4px;font-size:12px;color:#900;}


@media screen and (max-width: 768px){
	.center-box{
		width: 100%;
	}
	header{
		height: auto;
	}
	/*顶部条*/
	.g-top{
		height:35px;
		text-align: center;
	}
	.g-top .m-wel{
		float: none;
	}
	.g-top .m-lang{
		float: none;
		display: none;
	}
	.g-top .m-menu{
		float: none;
	}
	/*头部*/
	.g-logo{
		float: none;
		width: 100%;
		max-width: 100%;
	}
		.g-logo img{
			max-width: 100%;
		}
	.g-menu{
		float: none;
		width: 100%;
	}	
		.g-menu li{
			width: 33.33%;
		}
		.g-menu li:first-child{
			display: none;
		}
		.g-menu li>a{
			width: 100%;
			height: 50px;
			line-height: 50px;
			border-bottom: 1px solid #ececec;
		}
		.g-menu li:last-child>a{
			border-right: 1px solid #ececec;border-bottom: 1px solid #ececec;
		}
			.g-menu .subnav a{
				background: #FFF;
			}


	/*Banner*/
	.g-banner{
		clear: both;
	}
		.g-banner img{
			max-width: 100%;
		}


	/*.water*/
	.water{
		width: 100%;
	}
		.water .m-product .u-list{
			float: none;
			width: 80%;
			margin: 0 auto 20px auto;
		}
		.water .m-product .u-list:last-child{
			margin-right: auto;
		}
	/*product*/
	.product .u-list{
		float: none;
		width: 80%;
		margin: 0 auto 20px auto;
	}
		.product .u-list .thumb{
			text-align: center;
		}
		.product .u-list .thumb img{
			max-width: 100%;
		}
		.product .u-list:last-child{
			margin-right: auto;
		}
	/*about*/
	.about{
		display: none;
	}
	/*NEWS*/
	.news{
		width: 100%;
		display: none;
	}
		.news .content .u-list{
			float: none;
			width: 80%;
			margin: 0 auto;
			text-align: center;
			margin-bottom: 20px;
		}
			.news .content .u-list .num{
				margin: 0 auto
			}
	/*FOOTER*/
	footer{
		height: auto;
	}
		footer .g-left{
			float: none;
		}
		footer .g-left ul{
			padding-top: 20px;
		}
		footer .g-right{
			display: none;
		}
		footer .g-left .copyright{
			padding: 30px;
			text-align: center;
		}

	/*PAGE*/
	.g-p-banner {

	}
	.g-p-banner img{

		max-width: 100%;
	}
	.subCont img{
		max-width: 100%;
	}

		.subBody .g-left{
			float: none;
			display: none;
		}
		.subBody .g-right{
			width: 100%;
			float: none;
			padding-left: 0;
			padding-right: 0;
		}
		.news_list2 li span.title a,.news_list2 li span.time{
			float: none;
		}
		.news_list2 li span.hits,.news_list2 li span.class,.news_list2 li span.time{
			display: none;
		}

		.product_list li{
			width: 100%;
		}
		.product_list li a.img{
			width: 100%;
			height: auto;
		}
		.product_list li a.img img{
			max-width: 100%;
		}
		.product_list li p.info{
			width: 100%;
			text-align: center;
		}
		.news_list2 li{
			height: auto;
			line-height: 30px;
			min-height: 30px;
		}
		.subBody .g-right .subTitle{
			height: auto;
		}
		.msg_input,.msg_input_on{
			width: 90% !important;
		}
		.subCont{
			padding: 5px;
		}
		.m-h{
			display: none !important;
		}
}

/*列表内容页*/
.listConts{line-height:26px;color:#666;}
.listConts .title{font-size:24px;text-align:center;line-height:40px;color:#000;}
.listConts .info{width:380px;height:27px;line-height:28px;text-align:center;margin:15px auto;border:1px solid #ccc;border-left:none;border-right:none;color:#666;}
.listConts .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.listConts .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.listConts .info .small{font-size:10px;padding-right:3px;}
.listConts .info .big{color:#003ba6;padding-left:3px;}
.listConts .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}
.listConts .showimg{margin:20px 0;text-align:center;}
.listConts .showimg a img{border:1px solid #ccc;padding:1px;}
.listConts .showimg a:hover img{border:1px solid #F90;padding:1px;}
.listConts .conttitle{font-weight:bold;padding-bottom:7px;margin-bottom:7px;color:#2f2f2f;line-height:24px;border-bottom:1px solid #ddd;font-size:14px;}
.listConts .author{text-align:right;color:#999;}
.listConts img{max-width: 100%;}


.paging {
	margin: 30px auto;
	text-align: center;
  }
  
  .paging ul.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .paging ul.pagination li {
	margin-left: -1px;
  }
  
  .paging ul.pagination li a {
	padding: 5px 20px;
	color: #0088CC;
	margin: 0 8px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
  }
  
  .paging ul.pagination li a:hover {
	padding: 5px 20px;
	border: 1px solid #0077DD;
	color: #0077DD;
	background-color: #0077DD;
	color: #fff;
	border-radius: 3px;
  }
  
  .paging ul.pagination li.active {
   width:65px !important;
	padding: 5px 20px;
	border: 1px solid #0077DD;
	color: #0077DD;
	background-color: #0077DD;
	color: #fff;
	border-radius: 3px;
  }
  
  .paging ul.pagination li.disabled {
	padding: 5px 20px;
	margin: 0 8px;
	border: 1px solid #eee;
	color: #D2D2D2;
	border-radius: 3px;
  }