* {
	margin: 0px;
	padding: 0px;
}

body {
	max-width: 640px;
	margin: 0 auto;
	background: #ffffff;
	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;
}

.head{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.head  img{
	display: block;
	width: 100%;
}
.head .name{
	float: left;
	width: 55%;
	margin: 15px 0;
	margin-left: 2%;
}
.head .tel{
	float: right;
	width: 32%;
	margin-right: 2%;
}
/* top end */
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #009944;
}
.nav ul li{
	float: left;
	width:33.33%;
	text-align: center;
	line-height:40px;
	height: 40px;
	position: relative;
	border-bottom: 1px solid #80cca2;
}
.nav ul li a{
	color:#fff;
	font-size:14px;
}
.nav ul li:after{
	content: "";
	 
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	background: #80cca2;
	top: 0;
 
}
.nav ul li:nth-child(3n):after{
	width: 0;
	height: 0;
}
/* nav end */
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner .bd ul li img{
	display: block;
	width: 100%
}
.banner .hd {
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 100%;
}
.banner .hd  ul{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}
.banner .hd  ul li{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	line-height: 40px;
	background: #fff;
	overflow: hidden;
}
.banner .hd  ul .on{
	background: #009944;
}
/* banner end */
.business{
	width:100%;
	
}
.business .title{
	width: 205px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}
.business .title span{
	display: block;
	font-size: 18px;
	color: #666666;
	text-align: center;
	position: relative;
}
.business .title span:after{
	content: "";
 	background: #009944;
	width: 40px;
	height: 6px;
	position: absolute;
	bottom: -50%;
	left: 39%;
}
.business .title p{
	display: block;
	font-size: 15px;
	color: #999;
	text-align: center;
	text-transform: uppercase;
	margin-top: 8%;
}
.ording{
	width: 96%;
	height: auto;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
	
}
.ording ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.ording ul li{
	width: 32%;
	box-sizing: border-box;
	float: left;
	margin-left: 1.8%;
	border: 1px solid #999; 
	margin-bottom: 5px;
}
.ording ul li:nth-child(3n-2){
	margin-left: 0;
}
.ording ul li a:hover{
	background: #999999;
	color: #fff;
}
.ording ul li a{
	display: block;
	color: #1a1a1a;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	transition: all .5s;
}
.business .pic{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:5px;
}
.business .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}
.business .pic ul li:nth-child(2n){
	float: right;
}
.business .pic ul li img{
	display: block;
	width:100%;
	 
}
.business .pic ul li p{
	width: 100%;
	font-size:12px;
	color:#333333;
	line-height: 25px;
	text-align: center;
}
/* business end */
.middle{
	width: 100%;
	height: auto;
	margin-top: 40px;
	background:url(../images/m/mid_main.png) no-repeat center;
	-webkit-background-size: 100%;
	padding-bottom: 2%;
}
.middle .title{
	width: 100%;
}
.middle .title img{
	display: block;
	width: 100%;
}
.middle .title p{
	font-size: 14px;
	color:#353535;
	text-align: center;
	margin-top: -9%;
}
.middle .title span{
	font-size: 16px;
	font-weight: bold;
	color: #009944;
}
.middle .main{
	width: 96%;
	margin: 0 auto;
}
.main ul{
	width: 96%;
}
.main ul li{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;	
}
.main ul li .title{
	float: left;
	width: 71px;
	margin-top: 13%;
}
.main ul li .title img{
	display: block;
	width: 71px;
	height: 74px;
}
.info{
	margin-left: 18%;
	margin-top: 10%;
	
}
.info p{
	font-size: 10px;
	color: #fff;
	padding-left: 5%;
	position: relative;
}
.info p:first-child{
	font-size: 12px;
	color: #959595;
}
.info p:nth-child(2){
	font-size: 20px;
	color: #009944;
	margin-bottom: 20px;
}
.info p:nth-child(n+2){
	margin-bottom: 10px;
	
}
.info p:nth-child(n+3):before{
	content: "";
	background: url(../images/m/mid_before.png);
	width: 10px;
	height: 10px;
	position: absolute;
	top: 15%;
	left: 0;
}
/* middle end */
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
.cases .title{
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}
.cases .title span{
	display: block;
	font-size: 18px;
	color: #666;
 
	text-align: center;
	position: relative;
}
.cases .title span:after{
	content: "";
	background: #009944;
	width: 40px;
	height: 6px;
	position: absolute;
	bottom: -50%;
	left: 44%;
}
.cases .title p{
	display: block;
	font-size: 15px;
	color: #999999;  
	text-align: center;
	margin-top:15px;
}

.cases .show{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.cases .show .box{
	width: 800%;
}
.cases .pic{
	float: left;
	width: 50%;
}
.cases .pic ul li{
	float: left;
	width: 12%;
	margin-left: .5%;
}

.cases .pic ul li img{
	display: block;
	width: 100%;
	margin: 0 ;
}
/* cases end */
.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: url(../images/m/bg01.png) center;
 
	
}
.about .title{
	width: 205px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}
.about .title span{
	display: block;
	font-size: 18px;
	color: #fff; 
	text-align: center;
	position: relative;
}
.about .title span:after{
	content: "";
 	background: #eec93c;
	width: 40px;
	height: 6px;
	position: absolute;
	bottom: -50%;
	left: 39%;
}
.about .title p{
	display: block;
	font-size: 15px;
	color: #fff;  
	text-align: center;
	margin-top: 8%;
}
.about .main{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about .main p{
	color:#fff;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	

}
.about .main span{
	color:#fff;
	font-size: 12px;
	line-height: 20px;
	white-space: pre-line;
	overflow: hidden;
	
}
.about .more{
	display: block;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
	line-height: 30px;
	text-align: center;
	color:#009944;
	background: #fff;
}
.cases .more{
	display: block;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
	line-height: 30px;
	text-align: center;
	color:#009944;
	background: #fff;
}


/**/
.elngant{
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
.elngant .title{
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}
.elngant .title span{
	display: block;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.elngant .title span:after{
	content: "";
	background: url(../images/m/business_after.png);
	width: 40px;
	height: 6px;
	position: absolute;
	bottom: -50%;
	left: 46%;
}
.elngant .title p{
	display: block;
	font-size: 15px;
	color: #999;  
	text-align: center;
	margin-top: 2%;
}
.cases_pic{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
#scroll_box{
	width:100%;
	height:auto;
	float: left;
}
.pic ul li{
	float: left;
	width: 50%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}
.pic ul li:nth-child(2n){
	float: right;
}
.pic ul li img{
	display: block;
	width:100%;
 	
}
.pic ul li p{
	width: 100%;
	font-size:12px;
	color:#333333;
	line-height: 25px;
	text-align: center;
}
/* company elegant demeanout end */
.brand{
	width: 100%;
	height: 900px;
	background: url(../images/m/ele_icon.png) center;
	background-size: auto 100%;
	margin-top: 5%;
	height: auto;
}
.brand .title{
	width: 100%;
	margin-top: 25px;
	float: left;
	overflow: hidden;
}
.brand .title img{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.brand .brand_main{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.brand .brand_main title{
	height: 57px;
}
.brand_main ul{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.brand_main ul li{
	width: 100%;
	height: auto;
	margin-bottom: 5%;
	float: left;
	overflow: hidden;
}
.brand .brand_main ul li .tit{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.brand .brand_main ul li .tit img{
 	height: 35px;
	display: block;
	float: left;
	
}
.brand .brand_main ul li .tit p{
	display: block;
	font-size: 16px;
	color: #1a1a1a;
	font-weight: bold;
	margin-left: 10px;
	float: left;
 	
}
.brand_main .cont{
	width: 96%;
	margin: 0 auto;
	float: left;
 	margin-top: 10px;
}
.brand_main ul li .cont p{
	display: block;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	padding-left:30px;
	margin-bottom: 5px;
	position: relative;
}
.brand_main ul li .cont p:before{
	content: "";
 	width: 4px;
 	height: 4px;
 	border: 1px solid #7c6e6f;
 	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 5px;
}
/* brand end */
.news{
	width: 96%;
	height: auto;
	margin-top: 5%;
	margin: 0 auto;
	overflow: hidden;
}
.news .title{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 5%;
	float: left;
	padding-bottom: 1%;
	border-bottom: 1px solid #333;
}
.news .title .left{
	float: left;
	height: auto;
	border-bottom: 1px solid #009944;
	overflow: hidden;
}
.news .title .left p{
	display: block;
	font-size: 20px;
	color: #666;
	
	
}
.news .title a{
	display: block;
	float: right;
	font-size: 10px;
	color: #666;
	line-height: 25px;
}
.news ul{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:10px;
	float: left;
}
.news ul li{
	width: 100%;
	height: auto;
	margin-top: 5px;
	padding: 2%;
	overflow: hidden;
	background: #eeeeee;
}
.news ul li a{
	width: 100%;
	height:100%;
	display: block;
}
.news ul li:hover{
	background: #009944;
}
.news ul li:hover a span{
	color: #fff;
}
.news ul li:hover a .time p{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.news ul li:hover a p{
	color: #fff;
}
.news ul li .time{
	float: left;
	width: 100%;
}
.news ul li .time p{
	display: block;
	font-size: 10px;
	color: #666;
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #666;
}
.news ul li .infom{
	width: 100%;
	float: left;
	margin-top: 2%;
	overflow: hidden;
}
.news ul li .infom span{
	display: block;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	
}
.news ul li .infom p{
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* news end */
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #3e3e3e;
	padding-bottom: 100px;
	margin-top: 20px;
}
.footer .name{
	width: 80%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: url(../images/m/tit03.png)no-repeat center bottom;
	padding-bottom:5px;
	margin-top: 15px;
}
.footer .name p{
	color:#fff;
	font-size: 16px;
	text-align: center;
}

.footer  .bd{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.footer .info{
	width:60%;
 	margin: 0;
	height: auto;
	overflow: hidden;
 
}
.footer .ewm{
	float: right;
	width: 30%;
}
.footer .ewm img{
	width: 100%;
	border: 2px solid #fff;
	float: left;
	box-sizing: border-box;
}
.footer .ewm  p{
	text-align: center;
	color:#fff;
	line-height: 30px;
}
.footer a{
	color:#fff;
}
.footer .info p{
	color:#fff;
	font-size: 12px;
	line-height: 20px;
}
/* footer end */
.fixed{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	left:0;
	bottom: 0;
}
.fixed ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fixed ul li{
	float: left;
	width:24%;
	height: 68px;
	overflow: hidden;
	background:#009944;
}
.fixed ul li img{
	display: block;
	margin: 0 auto;
	height:28px;
	margin-top: 10px;
}
.fixed ul li p{
	color:#fff;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin-top: 5px;
}
 


.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 15px;
}
.page ul{
	display: table;
	margin: 0 auto;
}
.page ul li{
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	float: left;
	background: #eee;
	margin: 0 3px;
}
.page ul .thisclass{
	background: #ccc;
	color:#fff;
}
.page ul li a{
	color:#333;
}
.page  select{
	border: none;
	background: none;
	outline: none;
}
.in-title{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-title p{
	color:#2d3035;
	font-size:24px;
	font-weight: bold;
	display: table;
	margin: 0 auto;
	padding: 0 100px;
	text-align: center;
	position: relative;
}
.in-title p:after{
	content: "";
	width: 80px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ccc;
	right: 0;
}
.in-title p:before{
	content: "";
	width: 80px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ccc;
	left: 0;
}


.article-details{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.article-details .tit{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.article-details .tit h4{
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	color:#333;

}

.article-details .tit  span{
	display: block;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	line-height:30px;
	color:#666;
	border-top: 1px solid #ccc;
	background:#eee;
	
}

.article-details  .intro img{
	max-width: 100%;
	margin: 0 auto;
}

.article-details .intro{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.article-details .intro p{
	font-size: 12px;
	line-height: 20px;
}
.map{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.map .allmap{
	width: 100%;
	height: 300px;
}

.pro-list{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.pro-list .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.pro-list .list ul li{
	width: 32%;
	height: 30px;
	border: 1px solid #ccc;
	float: left;
	box-sizing: border-box;
	text-align: center;
	margin-left: 1.8%;
	line-height: 30px;
	margin-bottom: 5px;
}
.pro-list .list ul li:nth-child(3n-2){
	margin-left: 0;
}

.pro-list .list ul li a{
	color:#333;
	font-size: 12px;
}

.pro-list .pic ul li{
	width: 49%;
}
.pro-list .pic ul li:nth-child(2n){
	float: right;
}
.pro-list .pic ul li img{
	display: block;
	width: 100%;
}
 
.mssg{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #cccccc;
	background: #exlrd;
	box-sizing: border-box;
	margin-top: 20px;
}
.mssg .title {
	margin-top: 20px;
}
.mssg .title span{
	background: #exlrd;
}
.mssg .in-title{
	margin-top: 20px;
}
 
.mssg .bd{
	width: 100%;
	height: auto;
	overflow: hidden;

 	background: #exlrd;
 
}
.mssg .bd form{
	width: 90%;
	margin: 0 auto;
	height: auto;
 	margin-top: 20px;
	overflow: hidden;
}
.mssg .bd form ul li {
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
	position: relative;
}
.mssg .bd form ul li:after{
	content: '*';
	position: absolute;
	right: 0;
	color:#d02418;
	top:;
}
.mssg .bd form ul li:nth-child(n+3):after{
	width: 0;
	overflow:hidden;
	height: 0;
}
.mssg .bd form ul li p{
	color:#333;
	line-height: 35px;
	font-size: 14px;
}
.mssg .bd form ul li input{
	width: 73%;
	height: 35px;
	font-family: '微软雅黑';
	border: none;
	outline: none;
	text-indent: 10px;
	font-size: 12px;
	border: 1px solid #ccc;
}
.mssg .bd form ul li textarea{
	width: 73%;
	height: 80px;
	border: none;
	outline: none;
	text-indent: 10px;
	font-size: 12px;
	font-family: '微软雅黑';
	border: 1px solid #ccc;
	resize: none;
	padding-top: 10px;
}
.mssg .bd form .btn{
	width:90%;
	margin: 0 auto;
	display: block;
	outline: none;
	border: none;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
	height: 35px;
	background: #2d3035;
	margin-bottom: 30px;
}

.news-list{
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
}
.news-list ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list ul li{
	width: 99%;
	height:35px;
 	background: #eeeeee;
	margin-top: 10px;
	position: relative;
}

.news-list ul li:after{
	content: "";
	width: 6px;
	height:6px;
  	border-radius: 50%;
  	background: #009944;
	position: absolute;
	left:10px;
	top: 50%;
	margin-top: -3px;
}
.news-list ul li a{
	display: block;
	font-size: 14px;
	color:#333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 35px;
	width: 60%;
	margin-left: 20px;
	float: left;
}
.news-list ul li span{
	display: block;
	float: right;
	color:#333333;
	font-size: 12px;
	line-height: 35px;
 	
}