html {
	margin:0;
	padding:0;
	border:0;
}
body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#fff;
	color:#666;
	position:relative;
	font:14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align:baseline;
	width:100%;
	overflow-x:hidden;
}
a {
	text-decoration:none;
	outline:none;
}
a:link {
	color:#666;
}
a:visited {
	color:#666;
}
a:hover, a:active, a:focus {
	color:#e87518;
	text-decoration:none;
	outline:none;
}
input {
	padding:0;
	margin:0;
	font-family:'Microsoft YaHei';
}
img {
	border:none;
	background:none;
	vertical-align:middle;
}
ul, ol, li {
	list-style-type:none;
}
select, input, img, select {
	vertical-align:middle;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
table, th, td {
	vertical-align: middle
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	zoom:1
}
.clearboth {
	height:0px;
	line-height:0px;
	overflow:hidden;
	clear:both;
	font-size:0px;
}
h1, h2, h3, h4 {
	font-size:14px;
	font-weight:bold;
	line-height:40px;
}
hr {
	border: 0;
	border-top:1px solid #ccc;
	height:0;
}
/*导航栏样式*/
.nav {
	height:60px;
}
.nav li {
	line-height:60px;
	height:60px;
	text-align:center;
	/*width:108px;*/
	position:relative;
	z-index:999;
	background: #fff;
	float: left;
}
.nav li a {
	display:block;
	line-height:16px;
	color:#000000;
	height:60px;
	font-size: 16px;
	text-indent: 30px;
	padding-top: 16px;
}
.nav li a:hover {
	text-decoration:none;
	color:#5bcc8e;
}
.nav li:hover span {
	color:#5bcc8e;
}
.nav li a span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color:#cecece;
}
.nav .sec {
	height:0;
	background:#01557a;
	color:#fff;
	overflow:hidden;
	z-index:9999;
	position:absolute;
	top:60px;
	left:0px;
}
.nav .sec a {
	background:#01557a;
	color:#fff;
	height:38px;
	line-height:38px;
	width:113px;
}
.nav .sec a:hover {
	text-decoration:none;
}
.nav li:nth-child(8) {
border-bottom: none;
}
/*首页banner*/
.wrapper {
	margin: 0 auto;
	position: relative;
	height:626px;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}
.fn-clear {
	zoom: 1;
}
.box_skitter {
	position: relative;
	background: none;
}
.box_skitter ul {
	display: none;
}
.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}
.box_skitter .image {
	overflow: hidden;
}
.box_skitter .image img {
	display: none;
}
.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}
.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.box_skitter .prev_button {
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 100;
	width: 57px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../images/prev.png) no-repeat left top !important;
}
.box_skitter .next_button {
	position: absolute;
	top: 50%;
	right:10%;
	z-index: 100;
	width: 57px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../images/next.png) no-repeat left top !important;
}
.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	display: none;
}
.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	width: 31px;
	height: 31px;
}
#slideshow {
	width: 1920px;
	height: 626px;
	position: absolute;
	left:50%;
	margin-left:-960px;
	overflow-x:hidden;
}
#slideshow ul {
	display: none;
}
/*幻灯片样式2*/
#focus {
	width:255px;
	height:188px;
	overflow:hidden;
	position:relative;
}
#focus ul {
	height:188px;
	position:absolute;
}
#focus ul li {
	float:left;
	width:255px;
	height:188px;
	overflow:hidden;
	position:relative;
	background:#000;
}
#focus ul li a img {
	height:188px;
	width:255px;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
}
#focus .btnBg {
	position:absolute;
	width:255px;
	height:20px;
	left:0;
	bottom:0;
	background:#000;
}
#focus .btn {
	position:absolute;
	width:255px;
	height:10px;
	padding:5px 10px;
	right:0;
	bottom:0;
	text-align:right;
}
#focus .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:25px;
	height:10px;
	_font-size:0;
	margin-left:5px;
	cursor:pointer;
	background:#fff;
}
#focus .btn span.on {
	background:#fff;
}
/*产品分类*/
.cate {
	border:1px solid #e0e1dc;
	padding:10px;
	background-color:#f7f7f7;
}
.cate li {
	line-height:28px;
	border-bottom:1px dashed #d7d7d7;
	line-height:28px;
}
.cate li a {
	padding-left:60px;
	display:block;
	height:28px;
	line-height:28px;
	background:url(../images/ico1.gif) 34px center no-repeat;
}
.cate li a:hover {
	background-color:#ececec;
	text-decoration:none;
}
/*新闻列表*/
.news_list li {
	line-height:27px;
	position:relative;
	padding-left:10px;
}
.news_list li a {
	line-height:27px;
	color:#666;
}
.news_list li a:hover {
	text-decoration:none;
	color:#5bcc8e;
}
.news_list li span {
	color:#999;
	z-index:0;
	line-height:27px;
	position:absolute;
	right:0px;
	top:0px;
}
.news_list li h3 {
	font-size:14px;
}
.news_list li div {
	line-height:24px;
}
.product_list {
}
.product_list li {
	float:left;
	margin-right:15px;
	padding-bottom:15px;
	_display:inline;
}
.product_list li a.img {
	padding:1px;
	border:1px solid #e0e1dc;
}
.product_list li a.img img {
	width:245px;
	height:236px;
}
.product_list li h3 {
	text-align:center;
	padding-top:5px;
}
.product_list li h3 a {
	font-weight:normal;
}
.product_list li a.img {
	display:block;
}
.product_list li a.img:hover {
	border-color:#10943e;
}
.roll_product {
	float:left;
}
.product_list00 {
}
.product_list00 li {
	float:left;
	width: 297px;
	/*height: 324px;*/
}
.product_list00 li a.img {
	overflow: hidden;
	margin: 0 auto;
	width: 285px;
	border:3px solid #c9c9c9;
}
.product_list00 li a.img img {
	width:285px;
	height:214px;
}
.product_list00 li h3 {
	text-align:center;
	/*padding-top:10px;*/
	line-height:60px;
}
.product_list00 li h3 a {
	font:400 17px/46px "微软雅黑";
	color:#000000;
}
.product_list00 li a.img {
	display:block;
}
.product_list00 li a.img:hover {
	border-color:#10943e;
}
.roll_product {
	float:left;
}
.mmm1 {
	background: url(../images/ma1.png) no-repeat center;
	width: 96px;
	height: 20px;
	text-align: center;
	margin: 0 auto;
}
.product_list00 li:hover h3 a {
	color:#10943e;
}
.product_list00 li:hover .mmm1 {
	background: url(../images/ma2.png) no-repeat center;
}
.product_list00 li a.img img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	cursor: pointer;
	width:285px;
	height:214px;
}
.product_list00 li a.img img:hover {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	-webkit-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}
/*新闻详细*/
.news_detail h1.title {
	text-align:center;
	font-family:"Microsoft YaHei";
	font-size:18px;
	border-bottom:1px solid #e0e1dc;
	padding-bottom:10px;
}
.news_detail .title_bar {
	line-height:35px;
	text-align:center;
	font-weight:normal;
	color:#808080;
	height:35px;
	overflow:hidden;
	text-align:center;
}
.news_detail h3.title_bar span {
	padding-right:10px;
}
/*内页左侧分类通用样式*/

.sort li {
	position:relative;
	z-index: 999;
}
.sort li .about_b {
	position:absolute;
	left:210px;
	top:0px;
	width:210px;
	padding:10px 20px;
	background:#f5f6f6;
	border-bottom:2px solid #5bcc8e;
	z-index:9999;
}
.sort li .layer2 {
	position:absolute;
	left:210px;
	top:0px;
	width:210px;
	padding:10px 20px;
	background:#f5f6f6;
	border-bottom:2px solid #5bcc8e;
	z-index:9999;
}
.sort li .layer2 li {
	overflow:hidden;
}
.sort li .layer2 li a {
	font-weight:bold;
	background:url(../images/ico1.gif) no-repeat 0% 50%;
}
.sort li .layer2 li a:hover {
	text-decoration:none;
	color:#5bcc8e;
}
.sort li .layer2 li .layer3 li {
	margin:6px 0px;
	line-height: 24px;
	padding-left: 10px;
}
.sort li .layer2 li .layer3 li a {
	font:normal 12px/24px "微软雅黑";
	background:none;
}
.sort li .layer2 li .layer3 li .layer4 li {
	margin:6px 0px;
	line-height: 24px;
	padding-left: 15px;
}
.sort li .layer2 li .layer3 li .layer4 li a {
	font:normal 12px/24px "微软雅黑";
	background:none;
}
.sort {
	height: 43px;
	margin-top:15px;
}
.sort li {
	float:left;
	border:#dcdcdc 1px solid;
	margin:0px 5px 5px 0px;
}
.sort li a {
	color:#220909;
	display:block;
	line-height:35px;
	font-family: "微软雅黑";
	padding:0 12px;
	font-size:14px;
}
.sort li a:hover {
	color:#fff;
	text-decoration: none;
	background: #10943e;
}
/*相关产品和新闻*/
.relate_list {
	margin-top:10px;
}
.relate h4 {
	line-height:30px;
	border-bottom:1px solid #5bcc8e;
	padding-left:5px;
}
#relate_p .img img {
	width:199px;
	height:149px;
}
#relate_p li {
	margin-left:10px;
	margin-right:10px;
	_display:inline;
}
#relate_n li {
	width:48%;
	float:left;
}
.relate ul {
	float:none;
}

/*----- Common css ------*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.di {
	_display:inline;
}
/*头部样式*/
.out-head {
	background: #5bcc8e;
	height: 51px;
	overflow: hidden;
}
.head {
	width: 1190px;
	margin: 0 auto;
	position: relative;
}
.k3 {
	font:400 13px/51px "微软雅黑";
	color:#fff;
}
.k1 {
	font:400 13px/51px "微软雅黑";
	color:#fff;
	padding-left: 5px;
}
.k1 a {
	color:#fff;
}
.kk {
	font:600 18px/51px "微软雅黑";
	color:#fffb00;
	position: absolute;
	top:0;
	right: 0;
}
.head1 {
	width: 1190px;
	margin:0 auto;
}
#header {
	width:1000px;
	margin:0 auto;
}
.logo {
	float: left;
}
#menu {
	float:right;
	margin-top: 7px;
}
.c1 {
	width: 1190px;
	margin: 0 auto;
	height: 42px;
	overflow: hidden;
}
.c2 {
	background: #eee;
	height: 370px;
	overflow: hidden;
	padding-bottom: 30px;
}
.c22 {
	width: 1190px;
	margin: 0 auto;
	padding-top: 36px;
	position: relative;
}
.c2-title {
	background: url(../images/c2.png) no-repeat center;
	height: 52px;
	font:600 24px/32px "微软雅黑";
	color:#5bcc8e;
	text-align: center;
}
.c2-title1 {
	position: absolute;
	left:0;
	top:76px;
}
.c23 {
	position: relative;
	padding-top: 25px;
}
.l_btn, .r_btn {
	position:absolute;
	top:46%;
	cursor:pointer;
}
.l_btn {
	left:0;
}
.r_btn {
	right:0;
}
.product_listt {
}
.product_listt li {
	float:left;
	margin-left:10px;
	margin-right:1px;
	padding-bottom:15px;
	_display:inline;
}
.product_listt li a.img {
	border:1px solid #e0e0e0;
	overflow: hidden;
}
.product_listt li a.img img {
	width:247px;
	height:185px;
}
.product_listt li h3 {
	text-align:center;
	background: #c9c9c9;
	height: 53px;
	width: 249px;
}
.product_listt li h3 a {
	font-weight:normal;
	font-size: 16px;
	line-height: 53px;
	color:#fff;
}
.product_listt li a.img {
	display:block;
}
.product_listt li a.img:hover {
}
.roll_product {
	float:left;
}
.product_listt li:hover h3 {
	background: url(../images/pp.png) no-repeat;
}
.product_listt li a.img img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	cursor: pointer;
	width:247px;
	height:185px;
}
.product_listt li a.img img:hover {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	-webkit-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}
.c3 {
	background: #5bcc8e;
	height: 500px;
	overflow: hidden;
}
.c33 {
	width: 1190px;
	margin: 0 auto;
	background: #5bcc8e;
	height: 547px;
	padding-top: 40px;
}
.c3-title {
	background: url(../images/c3.png) no-repeat center;
	height: 52px;
	font:600 24px/32px "微软雅黑";
	color:#fff;
	text-align: center;
}
.anli {
	width:1190px;
	float:left;
	padding-top: 26px;
}
.tab {
	position:relative;
	width: 1005px;
	margin:0 auto;
}
.tab li {
	float:left;
	display:block;
	margin-right: 19px;
	text-align: center;
}
.tab li a {
	display:block;
	line-height:27px;
	color:#fff;
	font-size:14px;
	border:1px solid #fff;
	height:27px;
	width:180px;
	text-align: center;
	border-radius: 24px;
}
.tab li a:hover {
	text-decoration:none;
}
.tab li a.tab_click {
	color:#333;
	text-decoration:none;
	font-size:14px;
	background:#fff;
	border-color:#fff;
	text-align: center;
	height:27px;
	width:99px;
	line-height:27px;
}
.tab_content {
	padding-top:40px;
	position: relative;
}
.l_btn1, .r_btn1 {
	position:absolute;
	top:32%;
	cursor:pointer;
}
.l_btn1 {
	left:-57px;
}
.r_btn1 {
	right:-57px;
}
.l_btn2, .r_btn2 {
	position:absolute;
	top:32%;
	cursor:pointer;
}
.l_btn2 {
	left:-57px;
}
.r_btn2 {
	right:-57px;
}
.l_btn3, .r_btn3 {
	position:absolute;
	top:32%;
	cursor:pointer;
}
.l_btn3 {
	left:-57px;
}
.r_btn3 {
	right:-57px;
}
.l_btn4, .r_btn4 {
	position:absolute;
	top:32%;
	cursor:pointer;
}
.l_btn4 {
	left:-57px;
}
.r_btn4 {
	right:-57px;
}
.l_btn5, .r_btn5 {
	position:absolute;
	top:32%;
	cursor:pointer;
}
.l_btn5 {
	left:-57px;
}
.r_btn5 {
	right:-57px;
}
.l_btn6, .r_btn6 {
	position:absolute;
	top:32%;
	cursor:pointer;
}
.l_btn6 {
	left:-57px;
}
.r_btn6 {
	right:-57px;
}
#ademo {
	overflow:hidden;
	width:94%;
	margin:0 auto;
}
#aindemo {
	float: left;
	width:800%
}
#ademo1 {
	float: left;
}
#ademo2 {
	float: left;
}
#bdemo {
	overflow:hidden;
	width:94%;
	margin:0 auto;
}
#bindemo {
	float: left;
	width:800%
}
#bdemo1 {
	float: left;
}
#bdemo2 {
	float: left;
}
#cdemo {
	overflow:hidden;
	width:94%;
	margin:0 auto;
}
#cindemo {
	float: left;
	width:800%
}
#cdemo1 {
	float: left;
}
#cdemo2 {
	float: left;
}
#ddemo {
	overflow:hidden;
	width:94%;
	margin:0 auto;
}
#dindemo {
	float: left;
	width:800%
}
#ddemo1 {
	float: left;
}
#ddemo2 {
	float: left;
}
#edemo {
	overflow:hidden;
	width:94%;
	margin:0 auto;
}
#eindemo {
	float: left;
	width:800%
}
#edemo1 {
	float: left;
}
#edemo2 {
	float: left;
}
#fdemo {
	overflow:hidden;
	width:94%;
	margin:0 auto;
}
#findemo {
	float: left;
	width:800%
}
#fdemo1 {
	float: left;
}
#fdemo2 {
	float: left;
}
.product_list0 li {
	float:left;
	width: 263px;
}
.product_list0 li a.img {
	overflow: hidden;
	width:237px;
	margin: 0 auto;
	border:3px solid #c9c9c9;
}
.product_list0 li a.img img {
	width:237px;
	height:178px;
}
.product_list0 li h3 {
	text-align:center;
}
.product_list0 li h3 a {
	font:400 17px/46px "微软雅黑";
	color:#fff;
}
.product_list0 li a.img {
	display:block;
	width:237px;
	height:178px;
	overflow: hidden;
}
.product_list0 li a.img:hover {
	border-color:#e87518;
}
.roll_product {
	float:left;
}
.mmm {
	background: url(../images/mm1.png) no-repeat center;
	width: 96px;
	height: 20px;
	text-align: center;
	margin: 0 auto;
}
.product_list0 li:hover h3 a {
	color:#fffb00;
}
.product_list0 li:hover .mmm {
	background: url(../images/mm2.png) no-repeat center;
}
.product_list0 li a.img img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	cursor: pointer;
	width:237px;
	height:178px;
}
.product_list0 li a.img img:hover {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	-webkit-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}
.c4 {
	width: 1190px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 58px;
}
.c4-title {
	font:400 32px/30px "微软雅黑";
	color:#5bcc8e;
	text-align: center;
}
.c44 {
	width: 1100px;
	height: 1px;
	background: #5bcc8e;
	margin-top: 27px;
	margin-bottom: 14px;
}
.c4a {
	width: 210px;
	height: 500px;
	overflow: hidden;
}
.c4a li {
	background: #5bcc8e;
	height: 175px;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.c4a li h3 {
	font:400 18px/10px "微软雅黑";
	color:#fff;
}
.c4a li img {
	width: 107px;
	height: 94px;
	padding-top: 26px;
	padding-left: 26px;
}
.c4a li:hover {
	background: #00a74a
}
.c4b {
	width: 980px;
	background: #eeeeee;
	height: 500px;
	overflow: hidden;
}
.c4b-a {
	width: 443px;
	height: 468px;
	padding-top: 18px;
	padding-left: 17px;
	overflow: hidden;
}
.c4b-b {
	width: 485px;
	margin-right: 15px;
	padding-top: 46px;
}
.c4b-a img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	cursor: pointer;
	width: 443px;
	height: 468px;
	overflow: hidden;
}
.c4b-a img:hover {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	-webkit-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}
.c4b-bb {
	font:400 22px/64px "微软雅黑";
	color:#000;
}
.c4b-b1 {
	font:400 14px/26px "微软雅黑";
	color:#666;
}
.c4b-b2 {
	color:#14b75c;
	font-size: 14px;
	padding-top: 30px;
}
.c4b-b2 a {
	color:#14b75c;
	font-size: 14px;
}
.c5 {
	background: url(../images/c5.jpg) no-repeat center;
	height: 788px;
	overflow: hidden;
}
.c55 {
	width: 1100px;
	margin: 0 auto;
	padding-top: 40px;
}
.c5-title {
	text-align: center;
	font:600 36px/44px "微软雅黑";
	color:#fff;
}
.c5-title span {
	display: block;
	font:400 16px/40px "微软雅黑";
	color:#9df4bb;
}
.c5a {
	width:548px;
	height: 558px;
	margin-top: 30px;
}
.c5b {
	width:548px;
	margin-top: 30px;
	border-right: 4px solid #20ca6b;
}
.c5a1 {
	width: 548px;
	height: 118px;
	overflow: hidden;
}
.c5a1 img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	cursor: pointer;
	width: 548px;
	height: 118px;
	overflow: hidden;
}
.c5a1 img:hover {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	-webkit-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}
.ys1 {
	background: url(../images/ys1.jpg) no-repeat;
	width: 548px;
	height: 179px;
	overflow: hidden;
	margin-top: 5px;
}
.ys2 {
	background: url(../images/ys2.jpg) no-repeat;
	width: 548px;
	height: 247px;
	overflow: hidden;
	margin-top: 9px;
}
.ys3 {
	background: url(../images/ys3.jpg) no-repeat;
	width: 548px;
	height: 179px;
	overflow: hidden;
	margin-top: 0px;
}
.ys4 {
	background: url(../images/ys4.jpg) no-repeat;
	width: 548px;
	height: 211px;
	overflow: hidden;
	margin-top: 11px;
}
.ys11 {
	font:600 22px/24px "微软雅黑";
	color:#fff;
	padding-left: 70px;
	padding-top: 25px;
}
.ys11 span {
	display: block;
	font:400 12px/24px "arial";
	color: #a7ddb9;
}
.ys12 {
	padding: 0px 20px 0px 72px;
	font-size: 14px;
	color:#fff;
	padding-top:30px;
}
.c7 {
	background: #eee;
	height: 533px;
	overflow: hidden;
	padding-top: 10px;
}
.c77 {
	width: 1190px;
	margin: 0 auto;
	padding-top: 34px;
}
.c7a {
	width: 426px;
	height: 462px;
	overflow: hidden;
	background: url(../images/c7.jpg) no-repeat;
}
.c7b {
	width: 410px;
	height: 462px;
	overflow: hidden;
	background: url(../images/c7.jpg) no-repeat;
	margin-left:17px;
}
.c7c {
	width: 320px;
	height: 462px;
	overflow: hidden;
	background: url(../images/c7.jpg) no-repeat;
}
.c7-title {
	font:600 18px/42px "微软雅黑";
	color:#fff;
	padding-left: 10px;
}
.c7-title span {
	font:400 12px/42px "arial";
	color:#d1d1d1;
	text-transform: uppercase;
	padding-left: 6px;
}
.news_listt li {
	height: 119px;
	background: url(../images/xian.jpg) no-repeat center 100%;
}
.news_listt li:hover {
	background: #5bcc8e
}
.news_sub {
	float: left;
	width: 90%;
	padding:22px 20px 0 20px;
}
.news_sub a {
	color:#6b6b6b;
	font:600 14px/34px "微软雅黑";
}
.news_sub span {
	color:#999999;
	font:400 12px/18px "微软雅黑";
	display: block;
}
.news_listt li:hover .news_sub a {
	color:#fff;
}
.news_listt li:hover .news_sub span {
	color:#fff;
}
.c7ab {
	margin-top: 15px;
	text-align: center;
}
.c7ab a {
	font:400 14px/30px "微软雅黑";
	color:#fff;
	padding: 7px 36px;
	background: #5bcc8e
}
.c7bb {
	width: 370px;
	margin: 0 auto;
	margin-top: 20px;
}
.news_listt li img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	cursor: pointer;
	width: 129px;
	height: 74px;
	overflow: hidden;
}
.news_listt li img:hover {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	-webkit-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}
#ydemo {
	overflow:hidden;
	margin:0 auto;
	position:relative;
	height:376px;
}

.news_list3 li {
	position:relative;
	padding:20px 0 12px;
	height: 85px;
}
.news_list3 li a {
	line-height:30px;
	padding-left:24px;
	background: url(../images/wen.jpg) left center no-repeat;
	display:block;
	font-size:14px;
	color:#6b6b6b;
	font-weight: 600;
}
.news_list3 li a:hover {
	text-decoration:none;
	color:#0f51bb;
}
.news_list3 span {
	background: url(../images/da.jpg) left 3px no-repeat;
	padding-left:24px;
	font:400 14px/22px "微软雅黑";
	margin-top:5px;
	color:#999999;
	display:block
}
.c7cc {
	width: 306px;
	height: 147px;
	margin: 0 auto;
	margin-top: 22px;
}
.c7-c {
	width: 306px;
	margin: 0 auto;
	background: url(../images/c7cc.jpg) no-repeat;
	height: 232px;
	overflow: hidden;
	margin-top: 4px;
}
.c7-cc {
	font:400 14px/47px "微软雅黑";
	color:#000;
	padding-left: 3px;
}
.index_pic {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	border-top:#5bcc8e solid 10px;
}
.index_pic img {
	text-align: center;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
/*友情链接*/
.f_link {
	width:1100px;
	margin:10px auto 0px auto;
	color:#fff;
	line-height: 24px;
	text-align:center;
}
.f_link a {
	color:#fff;
	margin:0px 5px;
}
/*页面底部*/
.foot {
	background: url(../images/foot.jpg) no-repeat center;
	height: 363px;
	overflow: hidden;
}
.foot1 {
	width: 1190px;
	margin: 0 auto;
	height: 316px;
	overflow: hidden;
}
.fa {
	width: 354px;
}
.fb {
	width: 406px;
	margin-left:100px;
}
.fc {
	width: 304px;
}
.f1a {
	font:600 16px/78px "微软雅黑";
	color:#fff;
}
.fbb {
	font:400 14px/30px "微软雅黑";
	color:#fff;

}
.fcc {
	/*padding-top: 25px;*/
}
.message1 {
	padding-top:10px;
	z-index:100;
	position:relative;
}
.message1 input {
	vertical-align:middle;
}
.message1 #name {
	display:block;
	height:35px;
	line-height:35px;
	padding:0;
	padding-left:6px;
	border:1px solid #14b75c;
	width:312px;
	background: #abeebe;
	margin-bottom:6px;
}
.message1 #contact {
	display:block;
	height:35px;
	line-height:35px;
	padding:0;
	padding-left:6px;
	border:1px solid #14b75c;
	width:312px;
	background: #abeebe;
}
.message1 #content {
	display:block;
	height:30px;
	padding:6px;
	font-size:12px;
	;
	border:1px solid #14b75c;
	width:306px;
	background: #abeebe;
	margin-top:6px;
}
.message1 .msgbtn {
	background:#abeebe;
	cursor:pointer;
	width:319px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:none;
	color:#17a054;
	font-size:14px;
	margin-top:15px;
	font-family:"Microsoft YaHei";
}
#code {
	padding-top:10px;
	line-height:26px;
}
#checkcode {
	height:32px;
	line-height:32px;
	width:120px;
	border:1px solid #dedede;
}
#message_main1 tr {
	position:relative;
}
#message_main1 tr th {
	font-weight:normal;
	text-align:right;
	height:42px;
	line-height:42px;
	color:#666;
}
.m_label {
	position:absolute;
	width:160px;
	text-align:left;
	line-height:26px;
	padding-left:8px;
	color:#ccc;
	z-index:1;
	cursor:text;
}
.c_label {
	line-height:18px;
	padding-top:12px;
}
.m_label1 {
	color:#17a054 !important;
	font-size: 14px;
	line-height: 35px !important;
}
.m_label2 {
	color:#17a054 !important;
	font-size: 14px;
}
.chee {
	border:1px solid #14b75c !important;
	background: #abeebe;
	height: 20px;
}
.coo a {
	color:#fff;
}
.foo {
	width: 1190px;
	margin: 0 auto;
	font:400 14px/45px "微软雅黑";
	color:#fff;
}
.fot {
	background: #5bcc8e;
	padding-bottom: 15px;
}
#footer {
	position:relative;
	width:1190px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	line-height: 26px;
	padding-top: 20px;
}
#footer a {
	color:#fff;
	margin:0px 5px;
}
#footer a:hover {
	color:#e87518;
	text-decoration:none;
}
.nav_foot {
	text-align:center;
	line-height:24px;
	color:#666;
}
.copyright {
	text-align:center;
	line-height:24px;
}
/*------------内页-------------------*/
#container {
	width:1190px;
	margin:0 auto;
	padding-top:0px;
}
.left .box {
	margin-bottom:10px;
}
.left .box h3 {
	line-height:31px;
	font-weight:500;
	font-family:"微软雅黑";
	font-size:24px;
	color:#1e1916;
}
.left .box .content {
	padding:5px 0px;
}

.left {
	padding-top: 25px;
}
.sitemp {
	line-height:36px;
	height:36px;
	overflow:hidden;
	padding-right:10px;
}
.sitemp h2 {
	width:340px;
	float:left;
	line-height:36px;
	text-align:center;
	text-align:left;
	text-indent:15px;
	color:#000;
	font-size:14px;
}
.sitemp .site {
	width:380px;
	float:left;
	text-align:left;
	line-height:36px;
	/*background: url(../images/left4.jpg) left center no-repeat;*/
	color:#666666;
	padding-left:0px;
	font:400 12px/36px "Microsoft Yahei";
}
.sitemp .site a {
	color:#666666;
}
.right .content {
	overflow:hidden;
	line-height: 30px;
	padding:15px 0px;


}
.neit {
	background: #ececec;
	height: 36px;
}
/*新闻列表*/
.news_list2 li {
	line-height:27px;
	position:relative;
	border-bottom:#dfe0e2 1px solid;
	height: 170px;
	margin-bottom:25px;
	/*margin-top: 20px;*/
}
.news_list2 li a {
	line-height:27px;
	color:#333;
	font:600 18px/27px "Microsoft Yahei";
}
.news_list2 li a:hover {
	text-decoration:none;
	color:#10943e;
}
.news_list2 li h3 {
	font-size:14px;
	margin-bottom:10px;
}
.news_list2 li div {
	line-height:24px;
}
.xwfe {
	width: 175px;
	height: 147px;
	background: #efefef;
	box-sizing: border-box;
	padding:10px;
}
.xwri {
	width: 100%;
	text-align: center;
	margin-top:15px;
}
.xwtu {
	width: 254px;
	height: 126px;
	overflow: hidden;
}
.xwtu img {
	transition:all 0.5s ease-in 0s;
	-webkit-transition:all 0.5s ease-in 0s;
	-moz-transition:all 0.5s ease-in 0s;
	-o-transition:all 0.5s ease-in 0s;
}
.xwtu:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.xwnei {
	width: 980px;
}
.xwri .yue {
	font:400 24px/30px "Microsoft Yahei";
	color:#10943e;
}
.xwri .rq {
	font:400 14px/30px "Microsoft Yahei";
	color:#505050;
}
.xwri .nian {
	font:400 18px/30px "Microsoft Yahei";
	color:#505050;
}
/*分页样式*/
.pglist {
	padding: 10px 0 10px;
	width: 100%;
	text-align: center;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
font-/weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .page-num-current {
	display: inline-block;
	color: #fff;
	background: #5bcc8e;
	border-color: #5bcc8e;
}
.ibanner {
	width:100%;
	position:relative;
	overflow:hidden;
	height:626px;
}
.bannerImg {
	width:1903px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-952px;
}
