/* body{background:url(../img/back.png) no-repeat;height:80px;} */
#hc{
	width:100%;
	height:100%;
}
.hcWidth{
	width:1200px;
	margin:0 auto;
}

/* 头部开始 */
.hc_header{
	height:80px;
	line-height:80px;
}
.hc_header .headerLeft li{
	margin-left: 70px;
    width: 80px;
    text-align: center;
}
.hc_header .headerLeft li:hover{
	background:#30B3EB;
	cursor:pointer
}
.hc_header .headerLeft .logo{
	width:150px;
	height:40px;
	margin-top:14px;
}
.hc_header .headerLeft .logo img{
	width:100%;
	height:100%;
}
.hc_header .headerRight span:hover{
	color:#30B3EB;
	cursor:pointer
}


.hc_main{
	height:100%;
	width:100%;
	position:relative;
}
.hc_main img{
	height:100%;
	width:100%;
}
.hc_main .dian{
    position: absolute;
    width: 1000px;
    height: 200px;
    background-color: rgba(0,0,0,0.1);
    bottom: 46px;
    left: calc(50% - 500px);
    border-radius: 14px;
}
.hc_main .dian li{
	float:left;
    width: 240px;
    border-right: 1px solid white;
    height: 200px;
    margin-right:9px;
}
.hc_main .dian li:last-child{
	border-right:none;
}
.hc_main .dian li span{
	text-align:center;
	display:block;line-height:40px;
	color:white;
	
}
.hc_main .dian li span:first-child{
	font-size:30px;
	padding-top:70px;
	font-weight:100;
}
.hc_main .dian li span:last-child{
	font-size: 18px;
    padding-top: 10px;
}
/* 产品解决方案 */
.hc_anList{
	margin-top:40px;
}
.hc_anList h3{
	font-size:30px;
	color:#333;
	text-align:center;
}
.hc_anList span{
	font-size:16px;
	color:#aaa;
	text-align:center;
	display:block;
	margin-top:10px;
}
.hc_anList .hc_four{
	margin-top:40px;
}
.hc_anList .hc_four span{
	display:block;
	text-align:center;
	height:120px;
	line-height: 86px;
	color:#333;
}
.hc_anList .hc_four li{
	float:left;
	width:320px;
	height:300px;
	/* height:400px; */
	border:1px solid #ccc;
	margin-right:117px;
}
.hc_anList .hc_four li:hover{
    box-shadow:0px 0px 10px #ccc;
}
.hc_anList .hc_four li:last-child{
	margin-right:0px;
}
.hc_anList .hc_four li .fourImg{
	/* height:150px; */
	height:200px;
	width:100%;
}
.hc_anList .hc_four li .fourImg img{
	width:100%;
	height:100%;
}
/* 公司简介图片  */
.hc_jian{
	margin-top:60px;
	height:450px;
}
.hc_jian img{
	width:100%;
	height:100%;
}

/* 经典案例 */
.hc_jdList{
	margin-top:40px;
}
.hc_jdList h3{
	font-size:30px;
	color:#333;
	text-align:center;
}
.hc_jdList span{
	font-size:16px;
	color:#aaa;
	text-align:center;
	display:block;
	margin-top:10px;
}

/* 轮播 */
.hc_lun{
	position:relative;
	margin-bottom:100px;
}
.hc_lun .images{
	width:100%;
	height:450px;
	margin-top:40px;
}
.hc_lun .images .tou{
	height:100px;
	position:absolute;
	bottom:0px;
    left:0px;
}
.hc_lun .images li{
	height:450px;
	display:none;
	position:relative;
}
.hc_lun .images li:first-child{
	display:block;
}
.hc_lun .images li img{
	width:100%;
	height:100%;
}

.hc_lun .but{
    width: 28px;
    height: 62px;
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
   // background:red;
//display: none;
    font-family: simsun;
    font-size: 22px;
    font-weight: 400;
    line-height: 62px;
    margin-top: -31px;
    position: absolute;
    text-align: center;
    top: 50%;
    cursor:pointer;
}
.hc_lun .prev{
    left:0px;
}
.hc_lun .next{
    right:0px;
}

@media screen and (max-width: 1200px) {
	.hc_main{
		height:610px;
		width:1200px;
	}
	.hc_main img{
		width:100%;
		height:100%;
	}
	.hc_jian{
		width:1200px;
	}
	.hc_jian img{
		width:100%;
		height:100%;
	}
}