@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	text-decoration:none;
	list-style:none;
	font-family:"微软雅黑";
}
.clear {
clear: both;
font-size: 0;
line-height: 0;
}

.clearfix:after {
clear: both;
display: block;
visibility: hidden;
height: 0;
line-height: 0;
content: '.';
}

.clearfix {
zoom: 1;
}
#top
{
	width:100%;
	height:40px;
	background-color:#ffffff;
	border-bottom:1px solid #e5e5e5;
	position:relative;
}
#top p
{
	width:1200px;
	font-size:14px;
	color:#999999;
	margin:0 auto;
	height:40px;
	line-height:40px;
}
#top p img
{
	margin-right:5px;
	float:left;
	margin-top:9px;
}
#top p span
{
	float:right;
}
#top p span a
{
	color:#999999;
	margin-left:5px;
	margin-right:5px;
}
#top p span a.chinese
{
	color:#269446;
}
#menu-bg
{
	width:100%;
	height:90px;
	background-color:#ffffff;
	border-bottom:1px solid #e5e5e5;
	position:relative;
}
#menu-bg .menu
{
	width:1200px;
	height:90px;
	margin:0 auto;
}
#menu-bg .menu p{
	float:left;
}
#menu-bg .menu p img{
	margin-top:15px;
}
#menu-bg .menu ul.list
{
	float:right;
	height:90px;
}
#menu-bg .menu ul.list li.me
{
	float:left;
	text-align:center;
	padding:0 25px;
	line-height:90px;
	height:90px;
	position:relative;
}
#menu-bg .menu ul.list li.me a
{
	color:#666666;
	font-size:16px;
}
#menu-bg .menu ul.list li.me ul
{
	position:absolute;
	top:90px;
	left:-15px;
	width:130%;
	text-align:center;
	background-color:rgba(255,255,255,.8);
	border-top:1px dotted #e9e9ea;
	z-index:120;
	display:none;
}
#menu-bg .menu ul.list li.me ul li
{
	height:35px;
	line-height:35px;
	border-top:1px solid #ccc;
	position: relative;
}


#menu-bg .menu ul.list li.me ul li.active
{
	background-color:#30a056;
}
#menu-bg .menu ul.list li.me ul li.active>a
{
	color:#fff;
}
#menu-bg .menu ul.list li.me ul li a
{
	color:#868686;
	font-size:15px;
}

#menu-bg .menu ul.list li.me ul li .navsj{
position: absolute;
    top: -1px;
    right: -100%;
    width: 100%;
	background-color: rgba(255,255,255,.8);
	display:none;
}
#menu-bg .menu ul.list li.me ul li:hover  .navsj{display:block;}
#menu-bg .menu ul.list li.me ul li .navsj p{	
	height:35px;
	line-height:35px;
	border-top:1px solid #ccc;
	position: relative;
	width: 100%;
}
#menu-bg .menu ul.list li.me ul li  .navsj p:hover
{
	background-color:#30a056;
}
#menu-bg .menu ul.list li.me ul li  .navsj p:hover a
{
	color:#fff;
}


#banner
{
	width:100%;

	overflow:hidden;
	position:relative;
}
#banner img
{
	display:block;
}
#banner .slideBox { width:100%;}
#banner .slideBox ul
{
	overflow:hidden;
}
#banner .slideBox ul li
{
	float:left;
}
#banner .slideBox ul li img{width:100%;}

#banner .prev
{
	position:absolute;
	left:20px;
	bottom:20px;
	width:35px;
	height:35px;
	color:#fff;
	z-index:100;
	display:block;
	font-size:20px;
	border-radius:50%;
	text-align:center;
	line-height:35px;
	background-color:rgba(0,0,0,0.5);
}
#banner .prev:hover
{
	background-color:rgba(0,0,0,.1);
}
#banner .next
{
	position:absolute;
	right:20px;
	bottom:20px;
	width:35px;
	height:35px;
	color:#fff;
	z-index:100;
	display:block;
	font-size:20px;
	border-radius:50%;
	text-align:center;
	line-height:35px;
	background-color:rgba(0,0,0,0.5);
}
#banner .next:hover
{
	background-color:rgba(0,0,0,.1);
}
.banner-content-bg
{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background-color:rgba(0,0,0,.5);
}
.banner-content
{
	width:1000px;
	margin:0 auto;
	padding:20px 100px;
	overflow:hidden;
}

.banner-content dl.first
{
	width:430px;
	float:left;
	margin-right:190px;
}
.banner-content dl.second
{
	width:380px;
	float:right;
}
.banner-content dl
{
	overflow:hidden;
	height:35px;
}
.banner-content dl dt{
	float:left;
	width:50px;
}
.banner-content dl dd
{
	color:#fff;
	width:370px;
	font-size:22px;
	float:right;
	margin-top:9px;
}
.banner-content dl.second dd
{
	width:320px;
}
.banner-content dl dd ul
{
	margin-top:-8px;
	position:relative;
}
.banner-content dl dd a
{
	font-size:14px;
	color:#fff;
}
.banner-content dl dd a:hover
{
	color:#13a042;
}
#main-bg
{
	width:100%;
	background-color:#FFF;
}
#main
{
	width:1200px;
	margin:0 auto;
	padding:50px 0;
	overflow:hidden;
}
#main dl
{
	width:300px;
	float:left;
	text-align:center;
}
#main dl dt img
{
	width:148px;
	height:95px;
	display:block;
	margin:0 auto;
}
#main dl dd
{
	font-size:14px;
	line-height:24px;
}
#main dl dd.title
{
	font-size:16px;
	margin-top:10px;
	margin-bottom:16px;
}
#main dl dd a
{
	color:#333333;
}
#main dl dd span
{
	display:block;
	width:43px;
	height:43px;
	background-image:url(../images/index-more.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	border-radius:50%;
	cursor:pointer;
	margin:0 auto;
	margin-top:10px;
}
#main dl.active a{
	color:#008b2e;
}
#main dl.active dd span
{
	display:block;
	width:43px;
	height:43px;
	background-image:url(../images/index-more-hover.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	border-radius:50%;
	cursor:pointer;
	margin:0 auto;
	margin-top:10px;
}
/* 背景固定  不移动*/
.box-banner{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	background-image:url(../images/about-bg.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
	
}
/* about */
#box
{
	background-color:rgba(255,255,255,.9);
	padding-top:90px;
}

#about
{
	width:1200px;
	margin:0 auto;
	position:relative;
}
#about .about-title
{
	text-align:center;
	margin-bottom:30px;
}
#about-show-bg
{
	width:100%;
	background-color:rgba(255,255,255,.9);
}
#about-menu
{
	border-bottom:1px solid #e5e6e7;
	width:100%;
}
#about-menu ul
{
	width:480px;
	height:60px;
	margin:0 auto;
	overflow:hidden;
}
#about-menu ul li
{
	padding:0 25px;
	height:60px;
	line-height:60px;
	font-size:15px;
	text-align:center;
	float:left;
	color:#e5e6e7;
}
#about-menu ul li.active
{
	background-color:#008b2e;
}
#about-menu ul li.active a
{
	color:#fff;
}
#about-menu ul li a
{
	color:#666666;
}
#about-content
{
	padding:50px 40px;
	width:1120px;
	font-size:14px;
	color:#868686;
	line-height:32px;
}
.about-content-top
{
	overflow:hidden;
}
.about-content-left
{
	width:558px;
	float:left;
	line-height:34px;
}
.about-content-right
{
	width:510px;
	float:right;
	margin-top:10px;
}
#about-content p
{
	
}
/* honor */

#honor
{
	width:1200px;
	margin:0 auto;
	position:relative;
}
#honor .honor-title
{
	text-align:center;
	margin-bottom:30px;
}
#honor-show-bg
{
	width:100%;
	background-color:rgba(255,255,255,.9);
}
#honor-menu
{
	border-bottom:1px solid #e5e6e7;
	width:100%;
}
#honor-menu ul
{
	width:480px;
	height:60px;
	margin:0 auto;
	overflow:hidden;
}
#honor-menu ul li
{
	padding:0 25px;
	height:60px;
	line-height:60px;
	font-size:15px;
	text-align:center;
	float:left;
	color:#e5e6e7;
}
#honor-menu ul li.active
{
	background-color:#008b2e;
}
#honor-menu ul li.active a
{
	color:#fff;
}
#honor-menu ul li a
{
	color:#666666;
}
#honor-content
{
	padding:50px 40px;
	width:1120px;
	font-size:14px;
	color:#868686;
	line-height:32px;
	overflow:hidden;
	padding-bottom:150px;
}
#honor-content a
{
	width:350px;
	display:block;
	float:left;
	margin-bottom:30px;
	margin-right:35px;
}

#honor-content a 
{
	position:relative;
}
#honor-content a p
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	display:none;
	cursor:pointer;
}

#honor-content a p span
{
	width:70px;
	height:70px;
	margin:0 auto;
	margin-top:88px;
	display:block;
	text-align:center;
	border-radius:50%;
	
}
#honor-content a:hover p
{
	display:block;
}

/* product */

#product
{
	width:1200px;
	margin:0 auto;
	position:relative;
}
#product .product-title
{
	text-align:center;
	margin-bottom:30px;
}
#product-show-bg
{
	width:100%;
	background-color:rgba(255,255,255,.9);
}
#product-menu
{
	border-bottom:1px solid #e5e6e7;
	width:100%;
}
#product-menu ul
{
	width:100%;
	height:60px;
	margin:0 auto;
	overflow:hidden;
	display: flex;flex-wrap: wrap;justify-content: center;
}
#product-menu ul li
{	width:150px;
	height:60px;
	line-height:60px;
	font-size:15px;
	text-align:center;
	color:#e5e6e7;
}
#product-menu ul li.active
{
	background-color:#008b2e;
}
#product-menu ul li.active a
{
	color:#fff;
}
#product-menu ul li a
{
	color:#666666;
}


#product-menu dl
{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	display: flex;flex-wrap: wrap;justify-content: center;
}
#product-menu dl dd
{
	width:150px;
	line-height:48px;
	font-size:14px;
	text-align:center;
	color:#e5e6e7;
}
#product-menu dl dd.active
{
	background-color:#20a04a;
}
#product-menu dl dd.active a
{
	color:#fff;
}
#product-menu dl dd a
{
	color:#666666;
}

#product-content
{
	padding:50px 40px;
	width:1120px;
	font-size:14px;
	color:#868686;
	line-height:32px;
	overflow:hidden;
	padding-bottom:10px;
}
#product-content dl
{
	width:350px;
	float:left;
	margin-bottom:30px;
	margin-right:35px;
}

#product-content dl dd
{
	width:310px;
	padding:10px 20px;
	text-align:center;
	background-color:#ececec;
}
#product-content dl dd.active
{
	background-color:#008b2e;
}
#product-content dl dd a{
	color:#333333;
	font-size:16px;
	line-height:24px;
}
#product-content dl dd.active a
{
	color:#ffffff;
}
#product-content dl dd span{
	text-align:left;
	display:block;
	color:#7b7b7b;
	font-size:13px;
	line-height:24px;
	margin-top:10px;
}
#product-content dl dd.active span
{
	color:#ffffff;
}
/* product-detail */
#product-content-detail
{
	padding:50px 40px;
	width:1120px;
	font-size:14px;
	color:#868686;
	line-height:32px;
	overflow:hidden;
	padding-bottom:20px;
}
#product-content-detail p.product-detail-title
{
	text-align:center;
	font-size:18px;
	color:#666666;
}
#product-content-detail p.bz
{
	text-align:center;
	margin-top:25px;
	font-size:14px;
	color:#999999;
}
#product-content-detail p.bz span
{
	text-align:center;
	padding:0 40px;
}
#product-content-detail img
{
	display:block;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:40px;
}
.product-content-detail-content
{
	line-height:38px;
	color:#868686;
	font-size:14px;
}
/* equipment */
#equipment
{
	width:1200px;
	margin:0 auto;
	position:relative;
}
#equipment .equipment-title
{
	text-align:center;
	margin-bottom:30px;
}
#equipment-show-bg
{
	width:100%;
	background-color:rgba(255,255,255,.9);
}
#equipment-menu
{
	border-bottom:1px solid #e5e6e7;
	width:100%;
}
#equipment-menu ul
{
	width:910px;
	height:60px;
	margin:0 auto;
	overflow:hidden;
}
#equipment-menu ul li
{
	padding:0 25px;
	height:60px;
	line-height:60px;
	font-size:15px;
	text-align:center;
	float:left;
	color:#e5e6e7;
}
#equipment-menu ul li.active
{
	background-color:#008b2e;
}
#equipment-menu ul li.active a
{
	color:#fff;
}
#equipment-menu ul li a
{
	color:#666666;
}
#equipment-content
{
	padding:50px 40px;
	width:1120px;
	font-size:14px;
	color:#868686;
	line-height:32px;
	overflow:hidden;
	padding-bottom:10px;
	margin: auto;
}
#equipment-content dl
{
	width:350px;
	float:left;
	margin-bottom:30px;
	margin-right:35px;
}

#equipment-content dl dt
{
	position:relative;
	width:350px;
	height:280px;
}
#equipment-content dl dt p.bg
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#equipment-content dl dt p.ball
{
	
	width:135px;
	height:135px;
	text-align:center;
	border:1px solid #fff;
	border-radius:50%;
	position:absolute;
	top:72px;
	left:107px;
}
#equipment-content dl dt p.ball span
{
	width:113px;
	height:113px;
	line-height:113px;
	background-color:#FFF;
	border-radius:50%;
	display:block;
	margin:11px;
	color:#848383;
}
#equipment-content dl dt:hover p.bg
{
	background-color:rgba(255,255,255,.3);
}
#equipment-content dl dt:hover p.ball
{
	border:1px solid #1d8b42;
}
#equipment-content dl dt:hover p.ball span
{
	background-color:#1d8b42;
	color:#fff;
}

/* news */
#news
{
	width:1200px;
	margin:0 auto;
	position:relative;
}
#news .news-title
{
	text-align:center;
	margin-bottom:30px;
}
#news-show-bg
{
	width:100%;
	background-color:rgba(255,255,255,.9);
}
#news-menu
{
	border-bottom:1px solid #e5e6e7;
	width:100%;
}
#news-menu ul
{
	width:360px;
	height:60px;
	margin:0 auto;
	overflow:hidden;
}
#news-menu ul li
{
	padding:0 25px;
	height:60px;
	line-height:60px;
	font-size:15px;
	text-align:center;
	float:left;
	color:#e5e6e7;
}
#news-menu ul li.active
{
	background-color:#008b2e;
}
#news-menu ul li.active a
{
	color:#fff;
}
#news-menu ul li a
{
	color:#666666;
}
#news-content
{
	padding:50px 40px;
	width:1120px;
	font-size:14px;
	color:#868686;
	line-height:32px;
	overflow:hidden;
	padding-bottom:10px;
}
#news-content dl
{
	overflow:hidden;
	padding:15px 0;
	border-bottom:1px solid #e9e9e9;
}
#news-content dl dt
{
	float:left;
	width:8%;
}
#news-content dl dt p
{
	font-size:30px;
	color:#424242;
}
#news-content dl dt span
{
	font-size:13px;
	color:#999999;
	padding-bottom:10px;
	border-bottom:1px solid #e9e9e9;
}
#news-content dl dd
{
	float:right;
	width:92%;
	margin-bottom:10px;
	line-height:24px;
	color:#333333;
	font-size:13px;
}
#news-content dl dd.title a
{
	font-size:18px;
	line-height:30px;
	color:#333333;
}
#news-content dl dd.more a
{
	color:#008b2e;
}
/* technology */
#technology
{
	width:1200px;
	margin:0 auto;
	position:relative;
}
#technology .technology-title
{
	text-align:center;
	margin-bottom:30px;
}
#technology-show-bg
{
	width:100%;
	background-color:rgba(255,255,255,.9);
}
#technology-menu
{
	border-bottom:1px solid #e5e6e7;
	width:100%;
}
#technology-menu ul
{
	width:480px;
	height:60px;
	margin:0 auto;
	overflow:hidden;
}
#technology-menu ul li
{
	padding:0 25px;
	height:60px;
	line-height:60px;
	font-size:15px;
	text-align:center;
	float:left;
	color:#e5e6e7;
}
#technology-menu ul li.active
{
	background-color:#008b2e;
}
#technology-menu ul li.active a
{
	color:#fff;
}
#technology-menu ul li a
{
	color:#666666;
}
#technology-content
{
	padding:50px 40px;
	width:1120px;
	font-size:14px;
	color:#868686;
	line-height:32px;
}
#technology-content p.p-c-t{
	overflow:hidden;
	border-bottom:1px dotted #c7c9c9;
}
#technology-content p span.title{
	display:block;
	width:140px;
	font-size:18px;
	padding-left:30px;
	height:50px;
	line-height:50px;
	color:#fff;
	float:left;
	background-color:#008b2e;
}
#technology-content p span.r{
	width:170x;
	line-height:50px;
	color:#666666;
	float:right;
}
#technology-content p span.r a{
	
	color:#666666;
}
#technology-content p.content
{
	margin-top:40px;
	line-height:32px;
	margin-bottom:60px;
	
}

/* recruit */
#recruit
{
	width:1200px;
	margin:0 auto;
	position:relative;
}
#recruit .recruit-title
{
	text-align:center;
	margin-bottom:30px;
}
#recruit-show-bg
{
	width:100%;
	background-color:rgba(255,255,255,.9);
}
#recruit-menu
{
	border-bottom:1px solid #e5e6e7;
	width:100%;
}
#recruit-menu ul
{
	width:250px;
	height:60px;
	margin:0 auto;
	overflow:hidden;
}
#recruit-menu ul li
{
	padding:0 25px;
	height:60px;
	line-height:60px;
	font-size:15px;
	text-align:center;
	float:left;
	color:#e5e6e7;
}
#recruit-menu ul li.active
{
	background-color:#008b2e;
}
#recruit-menu ul li.active a
{
	color:#fff;
}
#recruit-menu ul li a
{
	color:#666666;
}
#recruit-content
{
	padding:50px 40px;
	width:1120px;
	font-size:14px;
	color:#868686;
	line-height:32px;
	overflow:hidden;
	padding-bottom:10px;
}
#recruit-content p.c-title
{
	font-size:18px;
	color:#008b2e;
	line-height:34px;
}
#recruit-content p.c-c
{
	margin-top:25px;
	font-size:14px;
	color:#666666;
	line-height:34px;
}
#recruit-content p.c-img
{
	width:1000px;
	margin:0 auto;
	margin-top:40px;
}

#recruit-content p.c-img span
{
	position:relative;
	width:440px;
	display:inline-block;
	margin-left:50px;
	border-radius:65px 0 65px 0;
	overflow:hidden;
}
#recruit-content p.c-img img
{
	border-radius:65px 0 65px 0;
}
#recruit-content p.c-img span a
{
	position:absolute;
	bottom:0;
	left:0;
	padding:18px 50px;
	width:340px;
	color:#fff;
	font-size:16px;
	line-height:28px;
	background-color:rgba(0,0,0,.5);
	display:none;
}
#recruit-content p.recruit
{
	font-size:24px;
	color:#333333;
	text-align:center;
	line-height:32px;
	padding-bottom:12px;
	margin-top:50px;
	border-bottom:1px solid #ececec;
}
#recruit-content span.kuai
{
	display:block;
	width:40px;
	height:3px;
	background-color:#008b2e;
	margin:0 auto;
	margin-top:-2px;
}
#recruit-content p.en
{
	font-size:18px;
	color:#cccccc;
	text-align:center;
	line-height:32px;
	margin-top:10px;
	margin-bottom:30px;
}
.dl-recruit
{
	overflow:hidden;
}
#recruit-content dl
{
	width:452px;
	padding:24px 40px;
	border-radius:8px;
	background-color:#f4f4f4;
	color:#606060;
	line-height:32px;
	float:left;
	margin-bottom:50px;
	margin-right:56px;
}

#recruit-content dl:hover
{
	background-color:#008b2e;
	color:#fff;
}
#recruit-content dl:hover a
{
	color:#fff;
}
#recruit-content dl dt
{
	font-size:20px;
}
#recruit-content dl dd a{color:#606060;}
#recruit-content dl dt a
{
	color:#606060;
}
#recruit-content dl dd
{
	margin-top:10px;
}
#recruit-content dl dd span
{
	padding:0 8px;
}
/* contact */
#contact
{
	width:1200px;
	margin:0 auto;
	position:relative;
}
#contact .contact-title
{
	text-align:center;
	margin-bottom:30px;
}
#contact-show-bg
{
	width:100%;
	background-color:rgba(255,255,255,.9);
}
#contact-menu
{
	border-bottom:1px solid #e5e6e7;
	width:100%;
}
#contact-menu ul
{
	width:250px;
	height:60px;
	margin:0 auto;
	overflow:hidden;
}
#contact-menu ul li
{
	padding:0 25px;
	height:60px;
	line-height:60px;
	font-size:15px;
	text-align:center;
	float:left;
	color:#e5e6e7;
}
#contact-menu ul li.active
{
	background-color:#008b2e;
}
#contact-menu ul li.active a
{
	color:#fff;
}
#contact-menu ul li a
{
	color:#666666;
}
#contact-content
{
	padding:50px 40px;
	width:1120px;
	font-size:14px;
	color:#868686;
	line-height:32px;
}
.map-bg
{
	position:relative;
}
.map
{
	height:416px;
	width:1200px;
}
.map iframe
{
	height:416px;
	width:100%;
}
.map-bg ul
{
	position:absolute;
	right:0;
	top:0;
	padding:75px;
	height:260px;
	background-color:rgba(0,139,46,.8);
	font-size:16px;
	line-height:36px;
	color:#ffffff;
}

.lx{
	overflow:hidden;
	width:100%;
	margin:0 auto;
	margin-top:40px;
	padding-bottom:60px;
}
.lx p.lx-title{
	text-align:left;
	border-bottom:1px solid #ccc;
	padding-bottom:19px;
}
.lx p.lx-title span.lxl{
	font-size:38px;
	color:black;
	border-bottom:1px solid #008b2e;
	padding-bottom:10px;
}
.lx p.lx-title span.lxr{
	float:right;
	font-size:16px;
	color:#ccc;
	margin-top:15px;
}
.lx p span.blue{
	font-size:38px;
	color:#137fad;
}
.lx form{
	float:left;
	width:500px;
	margin-top:20px;
}
.lx td{
	text-align:left;
	font-size:14px;
	font-family:微软雅黑;
	width:60px;
}
.lx td.right{
	text-align:right;
}
.lx td input{
	width:380px;
	height:30px;
}
.lx td .textarea{
	height:150px;
	width:380px;
}
.lx td button{
	width:100px;
	height:35px;
	border-radius:6px;
	border:none;
	font-size:15px;
	font-family:微软雅黑;
	margin-right:30px;
}
.lx td button.active{
	color:#fff;
	background-color:#008b2e;
}
.lxt{
	float:right;
	width:540px;
	background-image:url(../images/contact-last.png);
	background-repeat:no-repeat;
	background-position:100% 100%;
	height:370px;
	text-align:left;
	line-height:30px;
} 
.lxt p{
	font-size:38px;
	color:#ccc;
	margin-top:35px;
	margin-bottom:60px;
}
.lxt span.blue{
	color:#008b2e;
}
#foot-bg
{
	width:100%;
	position:relative;
}
.foot-link-bg
{
	width:100%;
	background-color:#3e3e3e;
}
.foot-link
{
	width:1200px;
	margin:0 auto;
	height:320px;
	overflow:hidden;
	
}
.foot-link ul
{
	padding-top:35px;
	height:100%;
	padding-left:33px;
	width:264px;
	border-right:1px solid #333333;
	float:left;
}
.foot-link a{
	color:#cccccc;
}
.foot-link li.title
{
	font-size:18px;
}
.foot-link li 
{
	font-size:14px;
	line-height:32px;
	text-align:left;
}
.foot-link li.title span
{
	font-size:12px;
}
.foot-link ul.link-about
{
	border:none;
}
.foot-link ul.link-about li a
{
	overflow:hidden;
}
.foot-link ul.link-about li img
{
	float:left;
	margin-top:4px;
	margin-right:5px;
}
.foot-link ul.link-about li.title
{
	margin-bottom:18px;
}
.foot-copyright-bg
{
	width:100%;
	background-color:#333333;
	height:45px;
	line-height:45px;
}
.foot-copyright
{
	width:1200px;
	margin:0 auto;
}
.foot-copyright p
{
	font-size:14px;
	color:#cccccc;
}
.foot-copyright p span
{
	float:right;
}
.foot-copyright p span a
{
	color:#cccccc;
}
.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#0061de; }
.metpager_5 a:hover { border:1px solid #2b55af; color:#fff; background-color:#3666d4;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#000; text-decoration:none;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#ddd;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #008b2e; padding:10px 8px; color:#008b2e; } 

.metpager_9 a:hover { border:1px solid #008b2e; color:#fff; background-color:#008b2e; } 
.metpager_9 span.current {border:1px solid #008b2e; padding:10px 8px; margin:2px; color:#fff; background-color:#008b2e; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #008b2e; padding:10px 8px; margin:2px; color:#008b2e;} 
.sxy{ text-align:center; padding:30px;  }	


.sxy ul li {
    display: inline
}

.sxy ul li a {
    display: inline-block;
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 9px;
    text-decoration: none;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ccc;
    padding: 0 12px;
    color: #999
}

.sxy ul li a:hover {
    background-color: #008b2e;
    color: #FFF
}

.sxy ul li a:active {
    background-color: #008b2e;
    color: #FFF
}

.sxy ul li.active a {
    background-color: #008b2e;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin-left: 9px;
    display: inline-block;

    border: 1px solid #008b2e
}

.sxy ul li.disabled a {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd
}



/*内页上下页*/
.btn-box {
border-top: 1px dashed #D4D4D1;
overflow: hidden;
padding: 30px 0 60px 0;
margin: 0px 40px;
color: #999;
font-size: 14px;
}

.btn-box a{ color:#999;}

.btn-box .back-btn {
width: 114px;
height: 35px;
background: #008b2e;
border-radius: 20px;
float: right;
display: inline-block;
color: #fff;
line-height: 35px;
text-align: center;
margin-top: -40px;
}	

/*搜索页*/
#searchlist{ padding:15px;}
#searchlist li{ padding-left:10px; margin-bottom:6px; line-height:1.5;}
#searchlist ul{ list-style:none; padding:0px; margin:0px;}
#searchlist ul li{ padding:3px 5px; margin-bottom:5px;}
#searchlist ul li img{ display:none;}
#searchlist .search_title{ display:block; padding:2px 0px;}
#searchlist .search_title a{ font-size:14px; color:#012eaf; text-decoration:underline;}
#searchlist .search_title em{ color:#c00; text-decoration:underline; font-style:normal;}
#searchlist .search_detail{ display:block; }
#searchlist .search_detail a{ text-decoration:underline; color:#12C;}
#searchlist .search_content em{ color:#c00; font-style:normal;}
#searchlist .search_updatetime{ display:block; margin-top:5px; color:#2061c4;}
#searchlist a:hover{ text-decoration:underline;}
.con-tit{font-size:26px; font-weight:600;}

/*在线留言*/
.shenqing{border-left: solid 1px #ccc; border-bottom: solid 1px #ccc; margin:20px auto; float:right;}
.strong1{ font-size:14px; height:30px; line-height:30px;}
.shenqing input{ width:200px; height:28px;border:1px solid #ccc;}
.shenqing tr{ padding:0px; margin:0px;}
.shenqing tr{ border:1px solid #ccc; }
.shenqing tr td{ padding:0px; margin:0px; border-top: solid 1px #ccc; border-right: solid 1px #ccc;  padding-left:10px;}
.shenqing textarea{ border:1px solid #ccc;}


.technology-lr{ width:1120px; margin:0 auto; background:#f4f4f4;}
.technology-l{ width:362px; float:left;}
.technology-r{ width:755px; float:right;}
.technology-r h3{ font-size:22px; font-weight:normal; color:#666; line-height:36px; padding:28px 0 10px; padding-left:37px;}
.technology-r p{ font-size:14px; font-weight:normal; color:#666; line-height:37px; padding-left:37px; padding-right:20px;}
.technology-fw h3{ font-size:20px;line-height:37px; padding:40px 0 10px;}
.technology-fw p{font-size:14px; font-weight:normal; color:#666; line-height:37px; }

/*产品展示*/
.product{ width:100%; height: auto; margin:0 auto; background:#f5f5f5; padding-top:25px; padding-bottom:60px}
.product .title{ background: url(../images/dec_product.png) center bottom no-repeat; display:block; text-align:center; font-size:30px; color:#222222; height:68px; line-height:60px}
.product .content{ width:1212px; height:auto; margin:30px auto 0}

.menubob { margin-bottom:30px;display: flex;flex-wrap: wrap;justify-content: center;}
.menubob a{width:178px; height:42px;color: #333; display:block; margin:10px; text-align:center; line-height:42px; font-size:18px;border:solid 2px #fff;border-radius:20px; background:#dfdfdf}
.menubob a:hover{background:#019c63; color:#fff; font-size:18px; line-height:42px;border-radius:20px}
.menubob a.hover{background:#019c63; color:#fff; font-size:18px; line-height:42px;border-radius:20px}


.proming_a{ width:283px; height:309px; border:1px solid #dadada; background: url(../images/dec_producta.png) center 258px no-repeat #fff; display:block;float:left; margin:9px 9px 50px;}
.proming_a .topimg{width:283px; height:212px; display:block; overflow:hidden; }
.proming_a .topimg img{ max-width:100%; height:212px;transform: scale(1);transition: all 1s ease-out;}
.proming_a p{ width:283px; height:46px; text-align:center;line-height:46px; font-size:15px; color:#333;text-overflow:ellipsis;white-space:nowrap; display:block; overflow:hidden;}
.proming_a .more{ width:165px; height:44px; margin:30px auto 0; display:block; text-align:center; line-height:44px; background:#009b63; font-size:15px; color:#fff;}
.proming_a:hover{border:1px solid #f79b21;}
.proming_a:hover .topimg img{transform: scale(1.2);}
.proming_a:hover .more{ width:165px; height:44px; margin:30px auto 0; display:block; text-align:center; line-height:44px; background:#f79b21; font-size:15px; color:#fff;}

.index_news{padding:25px 0 60px;width:1200px;margin:auto;}
.index_news .title{background: url(../images/dec_product.png) center bottom no-repeat; display:block; text-align:center; font-size:30px; color:#222222; height:68px; line-height:60px}
.index_news ul{margin-top:35px;}
.index_news ul li{width:580px;float:left;margin-right:40px;margin-bottom:20px;}
.index_news ul li:nth-child(2n){margin-right:0px;}
.index_news ul li a{font-size:16px;color:#333;}
.index_news ul li a span{font-size:16px;color:#999;float:right;}
.index_news ul li .des{margin-top:10px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.index_news ul li .des a{font-size:14px;color:#666;}

.yqlj{width: 1200px;margin: auto;font-size: 16px;color: #333;line-height: 1.5;padding-bottom: 20px;}
.yqlj a{font-size: 16px;color: #333;padding: 0 5px;}
