@charset "utf-8";
/* CSS Document */
*{margin: 0px;padding: 0px;}
body{min-width:1080px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
img{border:0px;/*display: block;*/}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}
.newscontent a{color:#000;}
.newscontent a:hover {color:#59b320;}
/*页眉*/
.head{ 
    width:100%;
	height:140px;
	background-image:url(../images/top-bg.png);
	background-repeat:no-repeat;
}

.main{ 
    margin:0 auto;
    width:1080px; 
}
	
.head .name{ 
    float:left; 
	margin-top:40px;
}
.head .tel{ 
    float: right; 
	margin-top:36px;
}
.nav{
	width:100%;
	height:40px;
	background-color:#fff;
}

.nav ul{
	width:1080px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.nav li{ 
    float:left; 
	width:100%;
	height:40px;
	line-height:40px;
	transition:0.5s;
	text-align:center; 
}
.nav li a{ 
    font-size:16px; 
	color:#000; 
}
.nav ul li:hover{ 
    background-color:#59b320; 
	color:#fff;
}
.nav ul li:hover a{
	color:#fff;
}
.nav .nav-current a{ 
    background-color:#59b320; 
	color:#fff;
}
/*banner*/
.banner-box{ 
    width:100%; 
	margin:0 auto; 
	overflow:hidden; 
	position:relative;
}
.banner-box img{ 
    position: relative; 
	left:50%; 
	margin-left:-50%;
	width:100%;
}
.banner-btn{ 
    margin:0 auto;  
	position:absolute; 
	bottom:20px; 
	left:50%; 
	z-index:1;
}
.banner-btn li{ 
    background-color:white; 
	border-radius:2px; 
	width:10px; 
	height:10px; 
	float:left; 
	margin-left:10px;
}
.banner-btn .current{ 
    background-color:#4ac41b;
}


.keywords{
	width:100%;
	height:60px;
	background-color:#eee;
}
.keywords p{
	font-size:16px;
	font-weight:bold;
	line-height:60px;
	color:#000;
	float:left;
}

.keywords ul{
	width:1000px;
	float:right;
	height:60px;
}

.keywords ul li{
	line-height:60px;
	float:left;
	color:#666;
	font-size:14px;
	padding:0 10px;
	position:relative;
}
.ry{
	width: 1080px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}	
.ry .title{
	width:100%;
	height:70px;
	margin:0 auto;
	background-image:url(../images/title01.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:bottom;
}
.ry .title p{
	text-align:center;
	font-size:26px;
	color:#4c4c4c;
	line-height:30px;
	font-weight:bold;
}
.ry .title p b{
	color:#59b320;
}
.ry .show{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ry .box{
	width: 400%;
}
.ry .pic{
	float: left;
}
.ry ul {
	margin-top: 20px;
}
.ry ul li{
	float: left;
	width: 262px;
	height: auto;
	overflow: hidden;
	margin-left: 10px;
}
.ry ul li:nth-child(1){
	margin-left:0;
}
.ry ul li img{
	display: block;
	width: 250px;
	height: 190px;
	border: 1px solid #ccc;
	padding: 5px;
}
.ry ul li p{
	width: 100%;
	line-height: 30px;
	text-align: center;
	color:#333333;
	font-size: 14px;
}
.product{
	width:100%;
	height:auto;
	margin-top:40px;
}
.product .title{
	width:100%;
	height:70px;
	margin:0 auto;
	background-image:url(../images/title01.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:bottom;
}
.product .title p{
	text-align:center;
	font-size:26px;
	color:#4c4c4c;
	line-height:30px;
	font-weight:bold;
}
.product .title p b{
	color:#59b320;
}

.product .list{
	width:200px;
	height:auto;
	margin-top:30px;
	float:left;
}

.product .list ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:-2px;
}
.product .list ul li{
	width:100%;
	height:40px;
	position:relative;
	background-color:#eee;
	margin-top:2px;
	transition:0.5s;
}

.product .list ul li a{
	display:block;
	line-height:40px;
	color:#666;
	font-size:15px;
	text-indent:38px;
}
.product .list ul li:hover{
	background-color:#59b320;
}
.product .list ul li:after{
	content:">>";
	color:#666;
	font-size:15px;
	position:absolute;
	left:10px;
	top:10px;
}
.product .list ul li:hover a{
	color:#fff;
}
.product .list ul :hover:after{
	color:#fff;
}
.product .pic{
	float:right;
	margin-top:30px;
	width:880px;
	height:auto;
	overflow:hidden;
}
.product .pic ul{
	margin-top:-10px;
}
.product .pic li{
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:210px;
	height:245px;
	position:relative;
}
.product .pic li img{
	width:100%;
	height:245px;
	/*display:block;*/
}
.product .pic li div{
	width:100%;
	height:30px;
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	bottom:0;
	left:0;
}
.product .pic li:hover div{
	background-color:rgba(0,0,0,1);
}
.product .pic li div p{
	font-size:15px;
	color:#fff;
	line-height:30px;
	text-align:center;
}
.product .more{
	width:1200px;
	margin:0 auto;
	height:80px;
	margin-top:10px;
	background-image:url(../images/pro-bg.png);
	background-size:100%;
	background-repeat:no-repeat;
	padding-top:50px;
}
.product .more a{
	display:block;
	text-align:center;
	color:#59b320;
	padding:10px 0;
	border:2px solid #59b320;
	width:200px;
	margin:0 auto;
}


.about{
	margin-top:40px;
	width:100%;
	height:620px;
	overflow: hidden;
	background-color:#59b320;
}

.about .title{
	width:100%;
	height:70px;
	margin:0 auto;
	background-image:url(../images/title02.png);
	background-size:100%;
	background-repeat:no-repeat;
	margin-top: 45px;
	background-position:bottom;
}
.about .title p{
	font-size:26px;
	color:#fff;
	line-height:30px;
	font-weight:bold;
}
.about .title p b{
	color:#ffc816;
}

.about .pic{
	float:left;
	width: 43%;
	height: 620px;
	background: url(../images/about.png)no-repeat center;
}
.about .right{
	float: left;
	width:665px;
	margin-left: 25px;
	height: 620px;
}


.about .info{
	width:100%;
	height:auto;
	float:right;
	margin-top:25px;
	
}
.about .info p{
	font-size:15px;
	color:#fff;
	line-height:25px;
	text-indent:20px;
}
.about .info .more{
	width:200px;
	height:40px;
	margin-top:30px;
	border:1px solid #fff;
	float:left;
}
.about .info .more a{
	display:block;
	font-size:14px;
	color:#fff;
	line-height:40px;
	text-align:center;
}

.about .honor{
	width:100%;
	height:auto;
	float:right;
	margin-top:20px;
	overflow:hidden;
}

.about .honor ul{
	margin-left:-15px;
}
.about .honor ul li{
	width:210px;
	height:190px;
	float:left;
	margin-left:15px;
	position:relative;
}
.about .honor ul li img{
	width:100%;
	height:190px;
}

.about .honor ul li div{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	background-color:rgba(0,0,0,0.6);
}
.about .honor ul li:hover div{
	background-color:rgba(0,0,0,1);
}
.about .honor ul li div p{
	font-size:15px;
	text-align:center;
	line-height:30px;
	color:#fff;
}

.adv{
	width:1080px;
	margin:0 auto;
	height:100px;
	background-image:url(../images/adv.png);
	background-repeat:no-repeat;
	margin-top:40px;
	padding:20px 0;
}
.adv p{
	font-size:26px;
	line-height:40px;
	color:#fff;
	margin-left:80px;
	display:block;
}
.adv span{
	color:#fff;
	line-height:30px;
	font-size:20px;
	margin-left:340px;
}

.case{
	width:100%;
	height:auto;
	margin-top:40px;
	overflow:hidden;
	
}
.case .title{
	width:100%;
	height:70px;
	margin:0 auto;
	background-image:url(../images/title04.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:bottom;
}
.case .title p{
	text-align:center;
	font-size:26px;
	color:#4c4c4c;
	line-height:30px;
	font-weight:bold;
}
.case .title p b{
	color:#59b320;
}
.case .show{
	width:400%;
}

.case .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.case .box{
	width:500%;
}
.case .pic{
	float: left;
}
.case ul li {
	width:280px;
	height:210px;
	float:left;
	background-color:#eee;
	margin-left:10px;
}
.case ul li img{
	width:270px;
	height:170px;
	margin-left:5px;
	margin-top:5px;
}

.case ul li:hover{
	background-color:#dbdbdb;
}
.case ul li p{
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color:#1a1a1a;
	text-align:center;
}
.case .more{
	width:200px;
	height:40px;
	margin:0 auto;
	margin-top:30px;
	border:2px solid #59b320;
}
.case .more a{
	display:block;
	font-size:14px;
	color:#59b320;
	line-height:40px;
	text-align:center;
}
.case ul li:hover p{
	color:#000;
}

.content{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:40px;
}

.content .news{
	width:700px;
	height:auto;
	float:left;
}
.content .news .title{
	width:100%;
	height:40px;
	background-color:#59b320;
}
.content .news .title p{
	font-size:22px;
	font-weight:bold;
	margin-left:10px;
	line-height:40px;
	color:#fff;
	float:left;
}
.content .news .title a{
	font-size:14px;
	line-height:40px;
	padding:0 10px;
	color:#fff;
	float:right;
	background-color:#4e9e1c;
}
.content .news .pic{
	width:100%;
	height:auto;
}
.content .news .pic img{
	width:200px;
	height:140px;
	float:left;
	margin-top:10px;
}
.content .news .pic .info{
	width:480px;
	margin-top:10px;
	height:auto;
	float:right;
}
.content .news .pic .info h4 a{
	color:#000;
	font-size:16px;
	line-height:26px;
	margin-top:10px;
	font-weight:normal;
}
.content .news .pic .info h4:hover a{
	color:#60ba32;
}
.content .news .pic .info span{
	color:#666;
	font-size:12px;
	line-height:30px;
}
.content .news .pic .info p{
	width:100%;
	height:auto;
	font-size:15px;
	color:#666;
	line-height:25px;
	margin-top:10px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.content .news .list{
	width:100%;
	height:auto;
	margin-top:20px;
	overflow:hidden;
}
.content .news .list ul{
	margin-left:-10px;
}
.content .news .list ul li{
	width:345px;
	height:50px;
	float:left;
	border-bottom:1px dashed #eee;
	margin-left:10px;
}
.content .news .list ul li:hover h4{
	color:#60ba32;
}
.content .news .list ul li h4{
	font-size:16px;
	line-height:50px;
	color:#000;
	float:left;
	font-weight:normal;
}
.content .news .list ul li span{
	font-size:12px;
	color:#666;
	line-height:50px;
	float:right;
}

.content .mssg{
	float: right;
	width: 360px;
	height: 340px;
	overflow: hidden;
	background-color:#eee;
}
.content .mssg .title{
	width:100%;
	height:40px;
	background-color:#59b320;
}
.content .mssg .title p{
	font-size:22px;
	font-weight:bold;
	margin-left:10px;
	line-height:40px;
	color:#fff;
	float:left;
}
.content .mssg .title a{
	font-size:14px;
	line-height:40px;
	padding:0 10px;
	color:#fff;
	float:right;
	background-color:#4e9e1c;
}
.content .mssg form{
	width: 100%;
	margin-top: 10px;
}
.content .mssg form ul{
	height: auto;
	overflow: hidden;
}
.content .mssg form ul li{
	width: 100%;
	min-height: 40px;
	margin-top: 10px;
	overflow: hidden;
}
.content .mssg form ul li p{
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
	color:#000;
	font-size: 15px;
	text-align: center;
	margin-left:10px;
}
.content .mssg form ul li input{
	float: left;
	width: 250px;
	padding-left: 10px;
	font-size: 14px;
	color:#666666;
	border: none;
	outline: none;
	height: 40px;
	font-family:"微软雅黑";
}
.content .mssg form ul li:last-child p{
	height: 80px;
	line-height: 80px;
}
.content .mssg form ul li textarea{
	float: left;
	width: 250px;
	padding-left: 10px;
	font-size: 14px;
	color:#666666;
	outline: none;
	border: none;
	height:70px;
	font-family:"微软雅黑";
	padding-top: 10px;
	resize: none;
}
.content .mssg form .btn{
	width: 260px;
	height: 40px;
	display: block;
	background: #59b320;
	line-height: 40px;
	color:#fff;
	font-size: 14px;
	border: none;
	font-family:"微软雅黑";
	margin-left:90px;
	margin-top: 30px;
	border-radius: 5px;

}

.footer {
	width:100%;
	height:auto;
	border-top:2px solid #60ba32;
	background-color:#378407;
	margin-top:40px;
	float:left;
}
.footer .info{
	margin-top:60px;
	height:auto;
	float:left;
}
.footer .info span{
	font-weight:bold;
}
.footer .info p{
	font-size:15px;
	color:#fff;
	line-height:30px;
}
.footer .ewm{
	height:auto;
	float:left;
	margin-top:30px;
	margin-left:200px;
}
.footer .ewm img{
	width:140px;
	height:140px;
	margin:0 auto;
}
.footer .ewm p{
	font-size:14px;
	color:#fff;
	line-height:40px;
	margin:0 auto;
	text-align:center;
}
.footer .tel{
	height:auto;
	float:right;
	margin-top:20px;
}
.footer .tel h4{
	color:#fff;
	font-size:24px;
	line-height:40px;
	background-image:url(../images/tel02.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:40px;
	font-weight:normal;
}
.footer .tel span{
	font-size:32px;
	font-weight:bold;
	line-height:40px;
	color:#fff;
}
.footer .tel p{
	font-size:20px;
	color:#000;
	line-height:40px;
	text-align:center;
	background-color:#fff;
	margin-top:10px;
}
.footer .link{
	width:100%;
	height:40px;
	margin-top:30px;
}
.footer .link p{
	font-size:16px;
	font-weight:bold;
	float:left;
	color:#fff;
}
.footer .link ul{
	float:left;
	margin-top:-8px;
}
.footer .link ul li{
	float:left;
	margin-left:10px;
	margin-top:10px;
}
.footer .link ul li a{
	color:#fff;
	font-size:13px;
	line-height:18px;
}
.footer .cr{
	width:100%;
	border-top:1px solid #fff;
	height:auto;
}
.footer .cr p{
	font-size:13px;
	color:#fff;
	line-height:50px;
	text-align:center;
}
.footer .cr p a{
	color:#fff;
}



.container{ width:1100px; margin:0px auto;}
.con_left{ width:200px; float:left; margin-right:10px; margin-bottom:10px; margin-top:0px;}
.con_right{ width:880px; float:left; margin-top:30px;}
.in_contact{width:198px; margin-top:10px; float:left; border:#CCC 1px solid;}
.in_contact .title{
	width: 198px;
	height:42px;
	background:#59b320;
	float: left;
	 
}
.in_contact .title div{ position:relative;}
.in_contact .title div h3{
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
	color:#fff;
}
.in_contact .title div span{ position:absolute; right:0px; top:0px; line-height:42px; font-size:12px; background:#4e9e1c; padding:0px 5px;}
.in_contact .title div span a:link{ color:#fff;}
.in_contact .title div span a:visited{ color:#fff;}
.in_contact .title div span a:hover{ color:#f00;}
.in_contact h3{ font-size:15px; font-weight:bold; line-height:40px; padding-left:10px;}
.in_contact p{ width:100%; font-size:13px; line-height:24px;}
.in_contactmid{ padding-left:10px;}
.in_contactmid img{ margin-top:10px;}
.product .list ul li.current{
	background-color:#59b320;
}
.in_casetit{ width:98%; padding-left:2%;font-weight:bold;background:#59b320; height:50px; line-height:48px;font-size:18px; color:#fff; text-align:left; position:relative;}
.position{ position:absolute; right:0px; top:0px; font-size:14px; font-weight:100;background:#4e9e1c; padding:0px 5px; overflow:hidden;}
.position a:link{ color:#fff; font-size:12px;}
.position a:visited{ color:#fff;font-size:12px;}
.position a:hover{ color:#000;font-size:12px;}
.ul_news{ width:200px; margin:0px auto; float:left; padding-bottom:10px;}
.ul_news li{ width:94%; padding-left:2%; font-size:13px; height:32px; line-height:32px; color:#1d1d1d; border-bottom:#CCC 1px dotted; margin:0px auto;}
.ul_news li a{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align:left;}
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product { width:100%; margin:0px auto;}
.main_right_product ul,.main_right_product1 ul{ margin:0px; padding:0px; width:110%;}
.main_right_product ul li{ list-style:none; width:210px; height:270px; float:left; margin-top:10px; margin-right:13px;}
.main_right_product1 ul li{ list-style:none; width:280px; height:210px; float:left; margin-top:10px; margin-right:18px;}
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{ width:210px; height:245px; }
.main_right_product1 ul li img{ width:275px; height:180px;  border:#eee 5px solid;}
.main_right_product ul li a:link,.main_right_product1 ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited,.main_right_product1 ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover,.main_right_product1 ul li a:hover{ color:#59b320; text-decoration:none;}
.index_newscont h3,.main_right_product h3{text-align:center; line-height:40px; font-size:18px;}
.productimg{ text-align:center; margin:0px auto;}
.productimg img{ max-width:100%; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:32px; line-height:32px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../images/icon08.png) no-repeat 5px; padding-left:30px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#59b320;}
.m_hover{ background:#59b320;}
.nav ul li.m_hover a{ color:#FFF;}
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:20px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px;}
.thisclass{ background:#59b320; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#59b320; text-decoration:none;}
/*留言*/
td{ font-size:14px;}
.coolbg{ width:80px; height:30px; line-height:30px; color:#FFF; background:#59b320; border:none; border-radius:5px;}
.intxt{ height:32px; margin-top:10px; border-radius:5px; border:#ccc 1px solid;}
.index_newscont textarea{border-radius:5px; border:#ccc 1px solid;}








