﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;list-style: none}
img {border:0}
ol,ul {list-style:none}
h1,h2,h3,h4,h5,h6{font-size:16px;}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
*{box-sizing: border-box}

body{
	font-family: 'Arial','Microsoft Yahei';
	font-size: 12px;    /*文字大小定义 */
	color: #000; /*文字颜色定义 */
	min-width: 1000px;
}
/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */
a:link {color: #2c2c2c;} /* 未访问的链接 */
a:visited {color: #2c2c2c;} /* 已访问的链接 */
a:hover{color:#f9b552;	text-decoration: none;} /* 鼠标在链接上 */
a:active {color: #2c2c2c;} /* 点击激活链接 */
/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
/*表格样式定义 */
checkbox{border: 0px;}/*选择框样式定义 */

.title{
	font-size: 14px;
	color: #FFF;
	line-height: 35px;
	background: url(../images/slider-top-bg.png)repeat-x #0269b6;
	text-indent: 20px;
	height: 35px;
	width: 100%;
}
.title2{
	background: #f1f1f1;
	color: #000;
}
.btn{
	width: auto;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background: url(../images/pro_gmallbg.png) no-repeat right bottom;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border-radius: 4px;
}
.input{
	height: 30px;
	line-height: 30px;
	border: 1px solid #036ab8;
	padding-left: 10px;
}
.textarea{
	 height: 30px;
	line-height: 30px;
	border: 1px solid #036ab8;
	padding-left: 10px;
}
.yel{
	color: #f9b552;
}
.space{
	height: 20px;
	display: block;
	width: 100%;
}
.blue{
	color: #0268b7;
	font-style: normal;
}
textarea{resize:none;}


