*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
a{
	text-decoration: none;
	color:inherit;
}
body{
	width:100%;
	font-family: "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
}
li{
	float: left;
	list-style: none;
}
.container{
	width:1200px;
	min-width: 1000px;
	margin:0 auto;
}
.container:after{
	content:"";
	display: block;
	clear: both;
}

header{
	background-color: #fff;
	width: 100%;
	height:100px;
	position: absolute;
	top:0;
	transition: all 0.2s ease-out 0s;
}
.position-re{
	position: relative;
}
.logo{
	position: absolute;
	top:0;
	left:20px;
}
.logo img{
	margin-top: 20px;
	height:60px;
}
.move-top{
	top:-100px;
}
.header-fixed {
	position: fixed;
	top: 0;
	z-index: 999;
}
.margin-top{
	margin-top: 100px;
}
header ul{
	float: right;
}
header ul li{
	height:100px;
	line-height: 100px;
	font-size: 14px;
	cursor: pointer;
}
header ul li:hover{
	 background: url(../../images/huiqu/light.png) no-repeat center top;
}
header li a{
	display: block;
	height:100px;
	padding:0 20px;
}
header ul li.active{
	background-color: #2388ff;
	color:#fff;
}
.banner{
	min-width: 1200px;
	height:596px;
	overflow: hidden;
	position: relative;
}
/*.banner>div{*/
	/*position: absolute;*/
	/*top:380px;*/
	/*left:450px;*/
	/*color:#fff;*/
/*}*/
.banner h4{
	font-size: 36px;
	font-weight: normal;
}
.banner h4.color-black{
	color:black;
}
.banner p{
	margin-top: 10px;
	line-height: 25px;
	font-size: 14px;
}
.banner img{
	width:100%;
	margin-top:-12%;
}

.banner{
	width:100%;
	height:596px;
}
.sideShow {
	width:100%;
	height:596px;
	background:#fff;
	z-index:1;
	position:relative;
	margin:0 auto;
	/*background:transparent url(http://im-img.qq.com/home/img/q2013/loading.gif) no-repeat center center;*/
}
.sideShow div {
	position:absolute;
	width:100%;
	display:none;
}
.sideShow h4{
	position: absolute;
	top:400px;
	left:400px;
	z-index: 99;
	font-weight: normal;
	font-size: 40px;
	color:#fff;
}
.sideShow p{
	position: absolute;
	top:450px;
	left:400px;
	z-index: 99;
	font-size: 16px;
	color:#fff;
}
.sideShow img {
	width:100%;
	min-width:1200px;
	min-height:596px;
}
.circle {
	width:100%;
	height:40px;
	clear:both;
	position:absolute;
	margin-top:-50px;
	z-index:99;
	padding-left:400px;
}
.circle ul {
	width:100%;
	text-align:center;
	z-index:99;
}
.circle li {
	/*display:inline;*/
	/*padding:5px 3px;*/
	/*margin:0 2px;*/
	/*background:transparent url(images/normal.png) no-repeat center center;*/
	cursor:pointer;
	float: left;
	width: 30px;
	height: 6px;
	background-color: rgba(255,255,255,0.3);
	margin-left: 10px;
}
.circle li.on {
	background-color:#fff;
}

.display-area-1{
	background-color: #f5f5f5;
}
.display-area-1 ul:after{
	display: block;
	content: "";
	clear: both;
}
.display-area-1 li{
	float: left;
	width:25%;
	padding:0 40px;
	padding-top:80px;
	padding-bottom: 80px;
}
.display-area-1 li img{
	width:100%;
	height:146px;
}
.display-area-1 h4{
	margin-top: 10px;
	font-weight: normal;
	font-size: 18px;
	color:#333;
}
.display-area-1 p,.display-area-3 p{
	color:#888;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing:1px;
}
.ellipsis-2{
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.display-area-1 .a-btn,.display-area-3 .a-btn{
	text-align: center;
	display: inline-block;
	width:150px;
	height:35px;
	line-height: 35px;
	border-radius: 10px;
	outline-style: none;
	border:0;
	background-color: #1cacf4;
	color:#fff;
	font-size: 14px;
	margin-top: 15px;
}
.display-area-1 .a-btn:hover,.display-area-3 .a-btn:hover{
	opacity: .8;
}
.display-area-2{
	min-width: 1200px;
	height:512px;
	overflow: hidden;
}
.display-area-2 img{
	margin-top: -2%;
	width:100%;
}
.display-area-3{
	padding:80px 0;
}
.display-area-3 h4{
	font-size: 40px;
	font-weight: normal;
}
.left-area{
	float:left;
	width:50%;
}
.left-area img{
	width:100%;
	padding:0 40px;
}
.right-area{
	float:right;
	width:50%;
	padding:0 80px;
	padding-top:50px;
}
.display-area-3 p{
	margin-top: 20px;
	text-align: justify;
}
.display-area-3 .a-btn{
	margin-top:50px;
}
footer{
	background-color: black;
	color:#fff;
	padding:80px 0;
}
.float-left-3{
	width:30%;
	float:left;
	padding:0 30px;
}
.float-left-4{
	width:40%;
	float: left;
	padding:0 30px;
}
footer h4{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
}
footer p{
	font-size: 13px;
	margin-top:30px;
	line-height: 20px;
	color:#fff;
}
.white{
	color:#fff;
}
.white-popup{
	position: relative;
	background: #FFF;
	padding: 30px;
	padding-top:40px;
	width: 800px;
	margin: 20px auto;
}
.white-popup img{
	width:100%;
}
.white-popup p{
	margin-top:10px;
	color:#888;
	font-size: 14px;
	letter-spacing:1px;
}