@charset "utf-8";
html,body{ padding:0; margin:0; font-size:12px; line-height:22px; font-family:"微软雅黑"}
a img{ border:none}
ul,b,h1,h2,h3,h4,h5,p,form,object{ margin:0; padding:0}
li{ list-style-type:none}
a{
	text-decoration:none!important;
	color:#303030;
}

.logo{
	width: 485px;
}

.container{
	max-width: 1600px;
}
.pngimg{
	/*以下为IE6设置PNG透明代码*/
	behavior:url(/images/iepngfix.htc);/*相对于HTML路径*/;
}
.inlineboxul{
	display:inline-block;
	*display:inline;      /* 只有ie6和ie7识别*/
	_display:inline;      /* 只有ie6和ie7识别*/
    zoom:1;
	width:auto;
	position:relative;
	list-style-type:none;
	}
.inlineboxul li{ float:left}
.fc_blue{ color:#33e}
.fc_black{ color:#303030}
.f_green{ color:#063}
.fc_org{ color:#F60;}
.fc_red{ color:#C33;}
.fc_bai{ color:#ffffff;}
.fc_gray{ color:#666666;}
.fc_hei{ color:#000;}
.en{ font-family:Arial, Helvetica, sans-serif}
.number{ font-family:Verdana, Geneva, sans-serif}
.cl{ font-size:0px; height:0px; line-height:0px; width:100%; clear:both}
.zw{ font-size:1px; height:1px; line-height:1px; width:100%; display:block; overflow:hidden}


/*公共样式*/
.f14{ font-size:14px; font-family:"微软雅黑"}
.f12{ font-size:12px; font-family:"微软雅黑"}
.f12hei{font-family:"微软雅黑";font-size:12px; }
.pl5{ padding-left:5px;}
.fl{ float:left}
.fr{ float:right}
.ml12{ margin-left:12px}
.mr12{ margin-right:12px}
.mt12{ margin-top:12px}
.mb12{ margin-bottom:12px}
.pl12{ padding-left:12px}
.pr12{ padding-right:12px}
.pt12{ padding-top:12px}
.pb12{ padding-bottom:12px}
.t{ font-size:14px;font-family:"微软雅黑"; font-weight:bold}
.box{ display:block;}
.box_c{ display:block; margin:0 auto}
.clear:after{ content:"."; width:100%; display:block; height:0px; overflow:hidden; clear:both; line-height:0px; font-size:0px;}
/*公共样式结束*/


/* 大屏一行5个，手机一行一个 */
.col-1-5 {
	padding-left: 15px;
	padding-right: 15px;
	width: 20%;
	float: left;
}


.ad{
	background-image: url("../webimages/ad.jpg");
	background-size: 100%;
	background-position: top center;
	height:195px;
	display: flex;
	align-items: center;
}
.ad_text{
	color:#fff;
	font-weight: bold;
	font-size: 32px;
	text-align: left;
}
.ad_text span{
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}
.ad_button{
	display: flex;
	justify-content: right;
}


/* 首页 关于我们 更多按扭*/
.more_3{
	display:block;
	font-size:20px;
	width:260px;
	height:60px;
	text-align:center;
	color:#fff;
	border-radius:5px;
	line-height:60px;
	text-indent:0px;
	background-color: #bb9345;
}
.more_3:hover{
	background-color:#333;color:#fff;font-weight: bold;border:none;
}


@media (max-width: 768px) {
/* 手机版 */
	.col-1-5 {
		width: 100%;
		float: left;
	}

	.ad_text{
		font-size: 24px;
	}
	.ad_text span{
		margin-top: 10px;
	}

}







