.header{
	max-width: 640px;
	margin: 0 auto;
}
/*公司简介*/
.title_bg{
	width: 640px;
	height:620px;
	background: url(../images/index_bg1.jpg) no-repeat center;
	background-size: 100%;
}
.title_style{
	width: 140px;
	height:54px;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
	margin: 20px auto;
	text-align: center;
	font-size: 26px;
	font-family: "Microsoft YaHei";
	line-height: 22px;
}
.content_img{
	width: 530px;
	margin: 0px auto;
}
.content_img img{
	width: 100%;
}
 .title_style i{
 	font-size: 16px;
 }
.join{
	width: 640px;
	margin: 0px auto;
}
.join img{
	width: 100%;
}


.aboutUs .content p {
    text-indent: 60px;
    font-size: 18px;
    color: #666;
    margin-bottom: 25px;
    max-height: 99999px;
    padding: 0px 30px;
}
.aboutUs .content{
	padding: 16px;
}
.aboutUs .left{
	
	width: 100%;
	height:784px;
	background: url(../images/index_bg3.jpg) no-repeat center;
	background-size: 100%;
}

.aboutUs .right{
	
	width: 100%;
	height:302px;
	background: url(../images/index_bg2.jpg) no-repeat center;
	background-size: 100%;
}
.aboutUs .right  ul{
	padding: 3%;
}
.aboutUs .right li{
	float: left;
	font-size: 18px;
	line-height: 28px;
	color: black;
	width: 24%;
	margin: 155px 4.6% 0 4.6%;
}
.about_more{
	width: 120px;
	height: 50px;
	border: 1px solid black;
	line-height: 50px;
	font-size: 14px;
	color: black;
	border-radius: 4px;
	text-align: center;	
	display: block;
	transition: 0.5s;
	float: right;
	margin-right: 50px;
}

/*产品展示*/

.product_show ul.cur{
	display: block;
}
.product_show li{
	float:left;
	width: 44%;
	margin:10px 3%;
}
.product_show li img{
	width:100%;
	display: block;
}
.product_show li span{
	display: block;
	height:44px;
	line-height: 44px;
	text-align: center;
	width: 100%;
	font-size:20px;	
	color: #000;
}


.more a{
	width: 194px;
	height: 55px;
	display: block;
	background: #f39800;
	color: white;
	font-size: 20px;
	line-height: 55px;
	margin: 24px auto;
	border-radius: 6%;
	box-shadow:2px 5px 5px gray;
	}
.pro_detail {
    text-align: center;
}
.pro_detail p {
    font-size: 18px;
    text-indent: 60px;
    line-height: 30px;
    text-align: left;
    padding: 10px 30px;
    max-height: 9999px;
}

.picScroll {
	overflow: hidden;
	padding-top: 30px;
	margin: 0 auto;
}

.picScroll ul {
	overflow: hidden;
}

.picScroll ul li {
	width: 150px;
	float: left;
	height: auto;
	overflow: hidden;
	margin: 0 3px;
}

.picScroll ul li .p1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 20px;
}

.picScroll ul li img {
	display: block;
	width: 100%;
}

/*加盟*/
.add{
	margin-top:23px;
}
.title{
	width: 595px;
	border-bottom: 1px solid black;
	margin: 20px auto;
	text-align: center;
	font-size: 26px;
	font-family: "Microsoft YaHei";
	line-height: 22px;
	padding-bottom: 20px;
}
 .title i{
 	font-size: 16px;
 }
 .add ul li{
	float:left;
	width: 30%;
	margin:10px 10px;
}
.add ul li img{
	width:100%;
	display: block;
}
/*end*/
/*新闻详情*/
.search{
	width: 39px;
	float: left;
	height: 52px;
}
.search img{
	display: block;
	width: 100%;
}
.search_right{
	float: left;
	width: 530px;
	margin-left: 6px;
}
.newsCen .con ul li a{
	color:black;
	font-size: 14px;
	display: block;
}
.newsCen .con ul li i{
	font-size: 14px;
	margin-bottom: 12px;
	display: block;
	float: right;
}
.newsCen .con ul li h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.newsCen .con .line{
	background-color: gray;
	width: 530px;
	height: 2px;
	margin-bottom: 15px;
	
}
.newsCen .con li{
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0 20px;
	margin-bottom: 20px;
}
.news_detail .con p {
	text-indent: 40px;
    font-size: 15px;
    color: #666;
    max-height: 9999px;
    padding: 5px 30px;
}
.news_detail h2{
	font-size: 20px;
	text-align: center;
}
.news_detail .InfoTime {
    color: #999;
    text-align: center;
    font-size: 14px;
    padding: 2px 0px;
    height: 25px;
    margin-bottom: 20px;
}


.newsCen .left{
	float: left;
	width:13%;
	color: black;
	font-size:0.16rem;
	text-align: center;
	height: 100%;
	line-height: 0.36rem;
}
.newsCen .left span{
	display: block;
}

.newsCen .right{
	float: left;
	width:87%;
	font-size: 20px;
	padding: 0 15px;
}
.newsCen .right a{
	font-size: 14px;
	float: right;
}
.newsCen .right p{
	line-height: 23px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
}
/*联系我们*/

.contact{
	
}
.map{	
	width: 510px;
	height: 248px;
	background-color: grey;
	margin: 20px auto;
}
.contact .con{
	padding: 20px;
	width: 530px;
	margin: 20px auto;
}
.contact .con p{
	font-size: 18px;
	line-height: 40px;
	color: #000;
	max-height: 99999px;
}
.contact .con p .iconfont{
	font-size: 30px;
	margin-right: 10px;
}
.contact .con p .iconfont1{
	display: inline-block;
	width: 45px;
	height: 34px;
	background: url(../images/Layer.png) no-repeat center;
}
.contact .con p .iconfont2{
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(../images/phone.png) no-repeat center;
}
.contact .con p .iconfont3{
	display: inline-block;
	width: 34px;
	height:25px;
	background: url(../images/email.png) no-repeat center;
}
.contact .con p .iconfont4{
	display: inline-block;
	width: 25px;
	height: 27px;
	background: url(../images/qq.png) no-repeat center;
}
.contact .con p .iconfont5{
	display: inline-block;
	width: 23px;
	height: 28px;
	background: url(../images/addres.png) no-repeat center;
}
.msg{width:100%;margin:16px auto;height:auto;overflow:hidden;}
.msg li{width:100%;height:auto;padding-bottom:10px;margin-bottom:10px;}
.msg_top{width:100%;height:auto;font:14px/30px "microsoft yahei";background:#ededed;color:#333333;text-indent:14px;overflow:hidden;border-radius:3px 3px 0 0; font-weight:bold;}
.msg_top span{margin-right:14px;}
.msg_con{border:1px solid #ebebeb;background:#f3f3f3;overflow:hidden;padding-bottom:12px;}
.msg_consult{width:96%;margin:0 auto;font:14px/36px "microsoft yahei";color:#7b7b7b;}
.msg_reply{width:96%;margin:0 auto;font:14px/36px "microsoft yahei";border:1px solid #ebebeb;border-radius:3px ;background:#fff;color:#ff5958;text-indent:14px;}
.msg_now{width:100%;height:34px;background:url(../images/msgline1.png) center center no-repeat;overflow:hidden; margin:65px 0 30px 0;}
.msg_title{width:155px;height:34px; background-image:url(../images/msgbtn.png)  ; background-position:7px center; background-repeat:no-repeat;text-indent:43px;margin:0 auto;color:#fff;font:22px/34px "microsoft yahei";}
.msg_ul{width:580px;height:auto;overflow:hidden;margin:60px auto 0 ;}
.msg_ul li{width:100%;height:auto;overflow:hidden;position:relative;margin-bottom:12px;}
.msg_ul li p{width:130px; float:left;height:36px;font:14px/36px "microsoft yahei";color:#333;vertical-align: top;  text-align:right; margin: 0 6px 0 0;}
.msg_ul li p span{color:red;margin-top:2px;vertical-align: middle;font-weight: bold}
.msg_input{width:264px;height:34px;border:1px solid #d9d9d9;border-radius:2px;padding:0 10px;}
.msg_pin{width:164px;height:34px;border:1px solid #d9d9d9;border-radius:2px;padding:0 10px;float:left;}
.msg_pin img{float:left;margin-left:14px;}
.msg_textarea{width:264px;height:80px;border:1px solid #d9d9d9;border-radius:2px;padding:10px;resize: none; line-height:20px !important;}
.msg_submit{width:286px;height:36px;margin:20px auto;border-radius:3px;border:0;text-align:center;font:18px/36px "microsoft yahei";color:#fff;cursor: pointer; background:#009CB2}