*{margin: 0px;padding: 0px;}
body{min-width:1200px;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;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1200px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:140px;
	overflow: hidden;
	 
}
.top{
	width: 100%;
	height: 30px;
	background: #eeeeee;
 
}
.top p{
	font-size: 13px;
	color:#000000;
	line-height: 30px;
	float: left;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.top ul li a{
	font-size: 13px;
	color:#333333;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #333333;
}
.top ul li:last-child:after{
	width: 0;
}
.head .main{
	display: flex;
	align-items:center;
	height: 140px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 50px;
	background: #2f7a1b;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 133px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #77ac5a;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:5px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#2f7a1b; 
  
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;

}
.title{
	width: 412px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}
.title p{
	color:#1f3d70;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	
}
.title:after{
	content: "";
	width: 96px;
	height: 1px;
	position: absolute;
	right:0;
	top: 30px;
	background: #2f7a1b;
}
 
.title:before{
	content: "";
	width: 96px;
	height: 1px;
	position: absolute;
	left:0;
	top: 30px;
	background: #2f7a1b;
}
.title b{
	color:#2f7a1b;
}
.title span{
	display: block;
	color:#000000;
	font-size: 16px;
	font-family: 'Arial Regular';
	text-align: center;
}
.product .hd{
	margin-top: 20px;
}
.product .hd ul{
	display: flex;
	justify-content: space-between;
	width: 835px;
	margin: 0 auto;
}
.product .hd ul li{
	float: left;
	width: 408px;
	height: 48px;
	border:1px solid #2f7a1b;
	line-height: 50px;
	text-align: center;
}
.product .hd ul li a{
	color:#000000;
	font-size: 22px;
}
.product .hd ul .on{
	background: #2f7a1b;
}
.product .hd ul .on a{
	color:#fff;
}
.product .bd{
	width: 100%;
	height: 269px;
	overflow: hidden;
	background: #eeeeee;
	margin-top: 25px;
}
.product .bd .box{
	width: 1010px;
	margin: 0 auto;
	margin-top:20px;
	height: auto;
	overflow: hidden;
}
.product .bd .box img{
	display: block;
	width: 305px;
	height: 231px;
	float: left;
}
.product .bd .box .info{
	width: 670px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	float: right;
}
.product .bd .box .info p{
	color:#292929;
	font-size: 20px;
}
.product .bd .box .info span{
	font-size: 18px;
}
.product .bd .box a{
	display: block;
	width: 160px;
	height: 35px;
	background: #2f7a1b;
	float: right;
	text-align: center;
	line-height: 35px;
	color:#fff;
	font-size: 14px;
	border-radius: 5px;
}
.product  .pic{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	margin-top: 25px;
	overflow: hidden;
}
.product  .pic ul{
	margin-left: -10px;
}
.product  .pic ul li{
	float: left;
	width: 292px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
}
.product  .pic ul li img{
	display: block;
	width: 292px;
	height: 266px;
}
.product  .pic ul li p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	color:#252525;
	font-size: 16px;
}
.product  .pic ul li:hover p{
	text-decoration: underline;
}
.product .more{
	display: block;
	width: 142px;
	height: 30px;
	background: #2f7a1b;
	color:#fff;
	font-size: 12px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	padding-bottom: 30px;
	margin-top: 40px;
}
.adv .tit{
	margin-top: 30px;
}
.adv .tit p{
	color:#1f3d70;
	font-size:50px;
	font-weight: bold;
	text-align: center;
}
.adv .tit b{
	color:#2f7a1b;
}
.adv .item{
	margin-top: 60px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.adv .item{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.adv .item img{
	display: block;
}
.adv .item ul{
	width: 645px;
	height: auto;
	overflow: hidden;
}
.adv .item ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 35px;
}
.adv .item ul li .t{
	width: 100%;
	display: flex;
	height: 83px;
	align-items: center;
	background: url(../images/tit01.png)repeat-x left bottom;
	justify-content: flex-start;
 
}
.adv .item ul li .t img{
	float: left;
}
.adv .item ul li .t p{
	color:#1f3d70;
	font-size: 22px;
	font-weight: bold;
	margin-left: 10px;
}
.adv .item ul li .t span{
	display: block;
	color:#1f3d70;
	font-size: 17px;
	margin-left: 10px;
}
.adv .item ul li .text{
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.adv .item ul li .text p{
	position: relative;
	padding-left: 30px;
	color:#666666;
	font-size: 16px;
	line-height: 24px;
}
.adv .item ul li .text p:after{
	content: "";
	width: 22px;
	height: 21px;
	background: url(../images/icon01.png)no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
}
.about{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 100px;
}
.about img{
	display: block;
	width: 687px;
	height: 381px;
	float: left;
}
.about .intro{
	width: 490px;
	height:auto;
	overflow: hidden;
	margin-top: 40px;
	float: right;
}
.about .intro .tit{
	width: 145px;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #2f7a1b;
}
.about .intro .tit p{
	color:#1f3d70;
	font-size: 24px;
	font-weight: bold;
}
.about .intro .tit b{
	color:#2f7a1b;
}
.about .intro .tit span{
	display: block;
	color:#000000;
	font-size: 14px;
	font-family: "Arial Regular";
	text-align: center;

}
.about .intro .info{
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-top: 20px;
}
.about .intro .info p{
	color:#464646;
	font-size: 14px;
	line-height: 24px;
}
.about .intro a{
	display: block;
	width: 120px;
	height: 33px;
	background: #2f7a1b;
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 33px;
	float: right;
	margin-top: 20px;
}
.cases{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.cases .bd{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.cases .bd li{
	float: left;
	width: 298px;
	height: 257px;
	position: relative;
	margin-right: 10px;
}
.cases .bd li img{
	display: block;
	width: 298px;
	height: 258px;
}
.cases .bd li p{
	width: 100%;
	height:30px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color:#fff;
	font-size: 14px;
	line-height: 30px;
}
.cases .bd li a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:rgba(73,107,185,0.6) url(../images/icon03.png)no-repeat center;
	text-align: center;
	color:#fff;
	opacity: 0;
	font-size: 12px;
	transition: .5s;
	line-height:350px;
}
.cases .bd li:hover a{
	opacity: 1;
}
.cases .hd ul{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.cases .hd ul li{
	float: left;
	line-height: 40px;
	overflow: hidden;
	width: 32px;
	height: 3px;
	border: 2px solid #2f7a1b;
	margin-right: 10px;
}
.cases .hd ul .on{
	background: #2f7a1b;
}

.news{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.news ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news ul li{
	width: 550px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	float: left;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li .time{
	width: 84px;
	height: 84px;
	background: #2f7a1b;
	float: left;
}
.news ul li .time p{
	width: 100%;
	height: 50px;
	border-bottom: 1px dashed #fff;
	line-height: 50px;
	color:#fff;
	font-size: 33px;
	text-align: center;
	font-weight: bold;
}
.news ul li .time span{
	display: block;
	width: 100%;
	height:34px;
	line-height: 34px;
	text-align: center;
	color:#fff;
	font-size: 16px;
}
.news ul li  .info{
	float: right;
	width: 445px;
	border-bottom: 1px solid #2f7a1b;
	height:65px;
	margin-top: 10px;
}
.news ul li  .info p{
	width: 100%;
	color:#1a1a1a;
	font-size: 19px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li  .info span{
	display: block;
	color:#666666;
	font-size: 14px;
	margin-top: 5px;
}
.news ul li:hover .info p{
	color:#2f7a1b;
}
.news .more{
	display: block;
	width: 120px;
	height: 33px;
	background: #2f7a1b;
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 33px;
	margin: 0 auto;
	margin-top: 30px;
}
.links{
	width: 100%;
	height: 100px;
	background: #eeeeee;
	margin-top: 60px;
}
.links .tit{
	margin-top: 20px;
	float: left;
}
.links ul{
	float: left;
	width: 1040px;
	float: left;
	height: 100px;
}
.links ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1px;
    margin-top: 27px;
}
.links ul li a{
	color:#565656;
	font-size: 16px;
}
.footer{
	width: 100%;
	height: 262px;
	background: #2f7a1b;
	float:left;
}
.footer .ewm{
	width: 135px;
	height: auto;
	overflow: hidden;
}
.footer .ewm img{
	display: block;
	width: 123px;
	height: 123px;
	border: 2px solid #fff;
}
.footer .main{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 262px;
}
.footer .ewm  p{
	color:#fff;
	font-size: 13px;
	text-align: center;
}
.footer .tel{
	width: 250px;
	padding-left: 50px;
	height: 150px;
	padding-right: 50px;
	margin-left: 50px;
	margin-right: 50px;
	border-left: 1px solid #fff;
	border-right:1px solid #fff;
}
.footer .tel h4{
	color:#fff;
	font-size: 24px;
}
.footer .tel  div{
	margin-top:10px;
	height: auto;
	overflow: hidden;
}
.footer .tel  div img{
	display: block;
	float: left;
}
.footer .tel  div p{
	color:#fff;
	font-size: 18px;
	line-height: 30px;
	float: left;
	margin-left: 5px;
}
.footer .tel   b{
	color:#fff;
	font-size: 38px;
	font-weight: normal;
	margin-top:7px;
	display: block;
	font-family: 'Arial Regular';
}
.footer .tel span{
	color:#fff;
	font-size: 17px;
	text-align: center;
	display: block;
	letter-spacing:3px;
	margin-top: 3px;
}
.footer .info h4{
	color:#fff;
	font-size: 15px;
}
.footer .info p{
	color:#fff;
	font-size: 14px;
	line-height: 25px;
}
.footer .info a{
	color:#fff;
}

.container{ width:1200px; margin:20px auto; }
.con_left{ width:230px; float:left; margin-right:20px; margin-bottom:50px; margin-top:10px;}
.con_right{ width:950px; float:left; margin-bottom:30px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:220px; padding-left:10px; height:40px;line-height:40px; color:#333; font-size:16px; background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#333;}
.in_prokind span a:visited{ color:#333;}
.in_prokind span a:hover{ color:#bc0c0c;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#333; text-align:left; position:relative; border-bottom:#2f7a1b 1px solid;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#135ba2;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#2f7a1b 2px solid; }
.ul_news li{ width:98%; padding-left:2%; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/n_ico2.jpg) no-repeat 5px; padding-left:15px;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333; border-top:#2f7a1b 3px solid;}
.in_contact p{ width:200px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutimg{ width:193px; margin:10px; float:left;}
.index_aboutcont{ width:422px;float:left; margin-top:10px; line-height:24px; }
.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{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:228px; height:240px;  float:left; margin-top:10px; margin-right:13px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:215px; height:200px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#2f7a1b; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../images/n_ico2.jpg) no-repeat 5px; padding-left:15px; 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:#2f7a1b;}
.nav ul li.current {background: #77ac5a;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}

.con_left .list{
	width: 230px;
	height:690px;
	border-bottom: 3px solid #2f7a1b;
	overflow: hidden;
	background: #f2f2f2;
	float: left;
	
}
.con_left .list .tit{
	width: 100%;
	height: 77px;
	border-bottom: 3px solid #77ac5a;
	background: #2f7a1b;
	display: flex;
	justify-content: center;
	align-items: center;

}
.con_left .list .tit span{
	display: block;
	color:#fff;
	font-size: 50px;
	font-weight: bold;
}
.con_left .list .tit p{
	color:#ffffff;
	margin-left: 5px;
	font-size: 12px;
}
.con_left .list .tit b{
	font-size: 20px;
}
.con_left .list ul{
	width: 210px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.con_left .list ul li{
	width: 208px;
	height: 38px;
	border: 1px solid #dcdcdc;
	line-height: 40px;
	background: url(../images/micon01.png)no-repeat 190px center;
	margin-top: 10px;
}
.con_left .list ul li a{
	color:#000000;
	font-size: 14px;
	margin-left: 20px;
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.con_left .list ul li:hover,.con_left .list ul li.m_hover{
	background: #2f7a1b url(../images/h-icon01.png)no-repeat 190px center;
}
.con_left .list ul li:hover a,.con_left .list 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:10px; margin-bottom:10px;}
.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; border-radius:3px;}
.thisclass{ background:#2f7a1b; 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:#2f7a1b; text-decoration:none;}
.footer .right .info a{ color:#FFF;}

/*留言*/
.message{width:100%; height:600px; /*background:#eee;*/ margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#77ac5a;color:#FFFFFF; border-radius:5px;text-align:center;border:1px;border-color:transparent;margin-top:20px;}

