﻿@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	/* [disabled]font-size:12px; */
	font-family:..., "Hiragino Sans GB", "Microsoft YaHei",
             "WenQuanYi Micro Hei", sans-serif;
	line-height: 24px; /*overflow-x:hidden;*/
}
.SuoXiao{
transform:scale(0.5);
transform-origin:top left;
-ms-transform:scale(0.5);
-ms-transform-origin:top left;
-webkit-transform:scale(0.5);
-webkit-transform-origin:top left;
-o-transform:scale(0.5);
-o-transform-origin:top left;
-moz-transform:scale(0.5);
-moz-transform-origin:top left;
}
ol,ul,li,dl,dt,dd,form,p,h1,h2,h3,h4,h5{ margin:0px; padding:0px;}
ol,ul,li{ list-style:none;}
img{ border:none;}
a{text-decoration:none;}
.clear{ clear:both;}
input,textarea{ outline:0; resize:none;}
input{ margin:0; padding:0;}
td{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#main_blank{
	background-color: #FFF;
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
}


/* 网页顶部部分*/
#head_top{
	width:100%;
	height:100px;
	background:#DE5C4C;
}
#head_top .head_logo{
	width: 241px;
	height: 66px;
	float: left;
	margin: 18px 0 0 20px;
}
#head_top .head_tel{
	width: 234px;
	height: 43px;
	float: right;
	margin: 26px 12px 0 0;
}

/*导航部分*/


/*banner*/
#head_banner{
	width:100%;
	overflow:hidden;
}

/*产品优势*/
#middle_adv{
	margin: 30px auto 0 auto;
	position: relative;
	height: auto;
}
.middle_top{
	width: 350px;
	height: 26px;
	font-size: 26px;
	color: #DE5C4C;
	line-height: 21px;
}


#middle_adv .pricetable{
/*	position: absolute;
*/	border-radius: 10px;
	border: 1px solid #CCC;
}
/*表格pricetable去双边框*/
#middle_adv .pricetable tr td:last-child{ border-right:0;}
#middle_adv .pricetable tr:last-child td{ border-bottom:0;}

#m_steps{
	width: 100%;
	margin: 23px 0 30px 0;
}
/*提交表单*/
#bottom_input{
	margin: 30px auto 0 auto;
}
#bottom_input .inputfont{
	font-size: 12px;
	color: #DE5C4C;
	line-height: 2em;
	margin-bottom: 30px;
	text-align:center;
}
#bottom_input div{
	font-size:16px;
	line-height:38px;
	padding:5px 0;
}
#bottom_input .putsty{
	border-radius: 5px;
	border-color: #0C3;
	border: 1px solid #999;
	text-indent: 10px;
}
#bottom_input .butsty{
	display: block;
	border:none;
	color:#fff;
 	background:#DE5C4C url("../../img/index/bluebot.png");
	overflow:hidden;
	text-indent: -999px;
 	margin: 17px auto 0 auto;
	cursor: pointer;
	width:154px;
	height:46px;
}



#footer{
	margin: 80px auto 0 auto;
	text-align: center;
	color: #666666;
	font-size: 12px;
	padding-bottom: 6px;
	clear: both;
}
#footer a{
	color:#666666;
	font-size:14px;
}
#bottom_float{
	background: url("../../img/index/float.png") 0 -32px;
	width: 100%;
	height: 88px;
	position: fixed;
	bottom: 0px;
}
#bottom_float a{
	display: block;
	width: 100%;
	height: 88px;
	position: fixed;
	bottom: 0px;
}
#bottom_float i{
	display:block;
	background: url("../../img/index/float.png") -24px 0 no-repeat;
	width: 80px;
	height: 80px;
	position: relative;
	bottom: 0px;
	overflow:hidden;
	margin: -32px 0 20px 24px;
}






#home_about{padding:2em 4em 0 4em;}
#home_about p{line-height:1.5em;padding:1em 0 0 0;font-size:14px;font-family:'微软雅黑';}





