@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #7b7b7b;
}
* {
	margin:0px;
	padding:0px;
}
.con {
	text-align:center;
}
.head {
	font-size: 22px;
	color: #eb6100;
	line-height:300%;
	border-bottom: 1px solid #eb6100;
	font-weight: bold;
}
.ad {
	padding:30px 0;
}
.box_2 {
	font-size: 15px;
	color: #888888;
	line-height:200%;
	width:450px;
	margin:0px auto;
}
h2 {
	font-size: 42px;
	color: #323232;
	font-weight: bold;
	line-height:150%;
}
.box_2_left{
	width:220px;
	float:left;
	}
.box_2_right{
	width:200px;
	float:left;
	}
.box_2 span {
	font-size: 15px;
	color: #ea5504;
	font-weight: bold;
}
.box_link {
	height: 40px;
	line-height: 40px;
	background: #eeeded;
	font-size: 14px;
	color: #000;
}
.link {
	padding:10px 0;
}
.link a {
	text-decoration: none;
	color: #969696;
}
.box_3 {
	height: 40px;
	line-height: 40px;
	background: #eeeded;
	font-size: 14px;
	color: #000;
}
.box_4 {
	line-height:40px;
	font-size: 23px;
	color: #ea5504;
	font-weight: bold;
	width:600px;
	margin:0px auto;
	padding:20px 0;
}
.box_4_left {
	background:url(../images/tel.png) no-repeat left;
	padding-left:34px;
	float:left;
	
}
.box_4_right {
	background:url(../images/wx.png) no-repeat left;
	padding-left:34px;
	float:right;
}
.mtel,.mwx{
	display:none;
	}
.line {
	border-bottom: 1px solid #eb6100;
}
.clear{
	clear:both;
	}
.zw_foot {
	font-size: 13px;
	color: #969696;
	height: 36px;
	line-height: 20px;
	margin-bottom: 12px;
}
@media screen and (max-width:640px) {
.con{
	padding:0 5px;
	}
.head{
	font-size:16px;
	}
h2 {
	font-size: 26px;
   }
.box_2{
   width:100%;
   margin:0 auto;
	}
.box_2_left,.box_2_right{
	float:none;
	width:100%;
	}
.box_4{
   width:100%;
   margin:0 auto;
   font-size:20px;
    }
.box_4_left,.box_4_right{
	background:none;
	padding-left:0px;
	text-align:left;
	float:none;
	}
.mtel,.mwx{
	display:inline;
	}
}
