@charset "UTF-8";
/* CSS Document */
/*commmon*/
body, dl, dd, h1, h2, h3, h4, h5, h6, p, ol, ul, form { margin:0;padding:0;}
a { text-decoration: none; cursor: pointer;}
a:hover, a:active, a:visited, a:link{ text-decoration: none; cursor:pointer;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
*:focus{outline:none;}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
i{ font-style:normal}
ul li{ list-style:none;}l
input { outline: none;}
img { border: 0 none; display:block;}
html{ height:100%; min-height:100%;}
body{ 
    color: #333;
	font-size: 14px; 
	font-weight:normal;
	font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:#fff;
	width:100%;
	min-width:1200px;
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.fr{ float:right;}
.fl{ float:left;}
.clearfloat:after{ display:block; content:''; clear: both;}
.fz28{ font-size: 28px;}
.fz24{ font-size: 24px;}
.fz20{ font-size: 20px;}
.fz18{ font-size: 18px;}
.fz16{ font-size: 16px;}
.fz14{ font-size: 14px;}
.fz12{ font-size: 12px;}
.hsy-main-banner{
	width:100%;
	min-width:1200px;
	height:450px;
	/* background:url(../images/banner.jpg) no-repeat center; */
	background-size:cover;
	position:relative;
}
.hsy-banner-btn{
	width:440px;
	position:absolute;
	left:50%;
	margin-left:-220px;
	bottom:50px;
	z-index:10;
	overflow: initial;
}
.hsy-banner-btn a{
	display:block;
	float:left;
	margin:0 20px;
	width:180px;
	height:40px;
	line-height:40px;
	border-radius:4px;
	text-align:center;
}
.hsy-icon-box{
	width:1200px;
	margin:80px auto;
	position:relative;
}
.hsy-icon-box-border{
	width:100%;
	height:24px;
	border-bottom:1px solid #ededed;
	background:url(../images/arrow.png) no-repeat 580px 8px;
	background-size:auto 15px;
	position:absolute;
	left:0;
	top:120px;
	z-index:10;
}
.hsy-icon-box ul{ width:100%;}
.hsy-icon-box ul li{
	width:400px;
	float:left;
	padding:94px 14px 20px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:88px auto;
	color:#999;
}
.title-hsy-icon{
	width:100%;
	text-align:center;
	color:#ff8c3f;
	margin-bottom:60px;
}
.text-hsy-icon{
	width:100%;
	text-align:center;
	color:#333;
	margin-bottom:10px;
}
.crile-p{
	padding-left:10px;
	background:url(../images/p-crile.png) no-repeat left 8px;
	background-size:5px auto;
	line-height:20px;
	margin-left:60px;
}
/*轮播*/
.lunbo-box{
	width:100%;
	min-width:1200px;
	background:#f9f9f9;
	height:700px;
	padding:60px 0;
	position:relative;
}
.lunbo-box-mid{
	width:1000px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
}
.lunbo-box-mid ul{
	width:9999px;
	height:700px;
}
.lunbo-box-mid ul li{
	width:1000px;
	height:600px;
	float:left;
}
.lunbo-btn{
	width:1200px;
	height:100px;
	position:absolute;
	top:300px;
	left:50%;
	margin-left:-600px;
	z-index:10;
}
.lunbo-btn a{
	display:block;
	width:36px;
	height:36px;
	position:absolute;
	top:0;
	z-index:20;
}
.green-box{
	width:100%;
	min-width:1200px;
	height:720px;
	background:url(../images/green-bg.png) no-repeat center bottom;
	background-size:cover;
	padding-top:140px;
}
.green-box p{
	width:100%;
	min-width:1200px;
	text-align:center;
	color:#fff;
}
.kai-box{
	width:1000px;
	margin:60px auto;
}
.fore-box{
	width:100%;
	min-width:1200px;
	padding:60px 0;
	background:#f9f9f9;
}
.fore-box ul{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.fore-box ul li{
	width:600px;
	height:440px;
	float:left;
	background:#fff;
	color:#999;
}
.fore-p-icon{
	padding-left:24px;
	color:#666;
	font-size:18px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:16px auto;
	margin-bottom:22px;
}
.yelw-box span{
	display:inline-block;
	width:16px;
	height:16px;
	color:#fff;
	text-align:center;
	line-height:16px;
	border-radius:50px;
	background:#EEA277;
	margin-right:4px;
}
.yellow-box{
	width:100%;
	min-width:1200px;
	background:url(../images/func_bg.png) no-repeat center;
	background-size:cover;
	padding:80px 0 60px;
}
.yellow-title{
	width:100%;
	font-size:28px;
	color:#fff;
	text-align:center;
	margin-bottom:50px;
}
.yellow-box ul{
	width:1200px;
	margin:0 auto;
}
.yellow-box ul li{
	width:400px;
	height:300px;
	float:left;
	color:#fff;
	text-align:center;
	padding:110px 20px 30px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:90px auto;
}
.yellow-box ul li .fz18{ margin-bottom:10px;}
.yellow-box ul li .fz14{ line-height:22px;}