
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	
	-moz-user-select: -moz-none; 
	-moz-user-select: none; 
	-o-user-select:none; 
	-khtml-user-select:none; 
	-webkit-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
	
	border: medium none;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Microsoft YaHei';
	font-size:15px;
	color:#333;
}

em {
	font-style: normal;
}

ul,ol {
	list-style: none;
}

*:focus {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
}

/*浮动 清除浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}
.cf {
	zoom: 1;
}
/*显示 隐藏*/
.hide {
	display: none;
}
.block {
	display: block;
}

/* 背景色 */
.gray{
	background-color: #f6f6f6;
}
.white{
	background-color: #FFF;
}

/*  -----主体  开始----- */

@media screen and (max-width:1100px) {
  body{
    width: 1100px !important;
  }
}

.main{
	width: 100%;
}

.section1{
	width: 1100px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.each_zscx{
	display: inline-block;
	width: 150px;
	margin: 0px 86px 20px 0px;
	cursor: pointer;
}
.each_zscx:nth-of-type(5n){
	margin: 0px 0px 20px 0px;
}

.zscx_img{
	display: block;
	margin: 10px auto;
	width: 80px;
	height: 80px;
}

.zscx_text{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #333333;
}
.zscx_text:hover{
	font-weight: bold;
	color: #0168D1;
}