@charset "utf-8";
/* CSS Document */
.clear{
	clear: both;
}
.sheji_box{
	width: 100%;
	margin: auto;
	padding: 8% 8% 14% 8%;
	background: url(../images/sheji_bg.jpg) no-repeat top;
	background-size: cover;
	box-sizing: border-box;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
}
.sheji_box .left{
	float: left;
	width: 30%;
}
.sheji_box .left h6{
	font-size: 14px;
	color: #fff;
	text-align: right;
	width: 43%;
	position: relative;
	display: none;
}
.sheji_box .left h6:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 52%;
	height: 0.5px;
	background: rgba(255,255,255,0.6);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.sheji_box .left h3{
	font-size: 38px;
	color: #fff;
	margin: 0;
	width: 46%;
} 
.sheji_box .left h4{
	font-size: 38px;
	color: #fff;
	width: 46%;
	margin-bottom: 20px;
	margin-top: 0;
} 
.sheji_box .left p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
} 
.sheji_box .left .n_btn{
	margin-top: 120px;
}
.sheji_box .left .n_btn button{
	background: none;
	border: solid #fff 1px;
	width: 40px;
	margin-right: 50px;
	padding: 8px 0;
}
.sheji_box .left .n_btn button img{
	height: 20px;
}
.sheji_box .right{
	float: right;
	width: 66%;
	position: relative;
}
.sheji_box .right .bt{
	width: 80%;
	margin: auto;
	position: relative;
}
.sheji_box .right .bt .img{
	width: 60%;
	margin: auto;
}
.sheji_box .right .bt .img img{
	width: 100%;
}
.sheji_box .right .box{
	width: 100%;
	overflow: hidden;
}
.sheji_box .right li{
	float: left;
	width: 100%;
	position: relative;
}
.sheji_box .right li b{
	position: absolute;
	top: 5%;
	left: 0;
	width: 100%;
	height: 74%;
	display: block;
}
.sheji_box .right li b:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.6);
}
.sheji_box .right .bt .text{
	width: 60%;
	margin: auto;
	background: #c7a47e;
	padding: 2%;
}
.sheji_box .right .bt .text h1{
	margin: 0;
	color: #fff;
	font-size: 12px;
}
.sheji_box .right .bt .text h2{
	color: #fff;
	font-size: 28px;
	margin-top: 6px;
}
.sheji_box .right .bt .text p{
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}
.sheji_box .lb_box{
	float: right;
	width: 66%;
	position: relative;
}
.sheji_box .lb_box .box{
	width: 80%;
	margin: auto;
	overflow: hidden;
}
.sheji_box .lb_box .box .top1 .box_bg{
	position: relative;
}
.sheji_box .lb_box .box .top1 .box_bg b{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.sheji_box .lb_box .box .top1 b.active{
	opacity: 0;
	
}
.sheji_box .lb_box .box .top1{
	width: 88%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.sheji_box .lb_box .box .top1.active{
	width: 63%;
	top: -16px;
	z-index: 9;
}
.sheji_box .lb_box .box .top1 img{
	width: 100%;
}
.sheji_box .lb_box .box .top1 .text{
    background: #c7a47e;
    padding: 5% 3%;
	opacity: 0;
}
.sheji_box .lb_box .box .top1 .text.active{
	opacity: 1;
}
.sheji_box .lb_box .box .top1 .text h1{
    margin: 0;
    color: #fff;
    font-size: 28px;
}
.sheji_box .lb_box .box .top1 .text h2{
    color: #fff;
    font-size: 14px;
    margin-top: 6px;
}
.sheji_box .lb_box .box .top1 .text p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}


.anlie{
	padding: 80px 8%;
	background: url(../images/gc_bg.jpg) no-repeat top;
	background-size: cover;
}
.anlie .title{
	text-align: center;
	margin-bottom: 30px;
}
.anlie .title h5{
	font-size: 38px;
	color: #333;
	margin: 0;
	margin-bottom: 20px;
}
.anlie ul li{
	width: 20%;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin-bottom: 2%;
	box-sizing: border-box;
	
}
.anlie ul li img{
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.anlie ul li:hover img{
	box-shadow: 0px 6px 10px rgb(0,0,0,0.08);
}
.index_sec6{
	position: relative;
}
.index_sec6_con .list li{
	float: left;
	width: 47%;
	margin-right: 6%;
}
.index_sec6_con{
	background: #f5f5f5;
}
.index_sec6_con .list li:nth-child(2){
	margin-right: 0;
}
.index_sec6_con .list li .img{
	width: 100%;
	margin-bottom: 0;
	overflow: hidden;
}
.index_sec6_con .list li img{
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.index_sec6_con .list li:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index_sec6_con .list li .txt{
	background: #fff;
	padding: 5% 4%;
}
.index_sec6_con .list li .txt h1{
	color: #333;
	font-size: 16px;
	margin-top: 0;
	height: 18px;
	overflow: hidden;
}
.index_sec6_con .title{
	text-align: center;
}
.index_sec6_con h6{
	 font-size:14px;
	 text-align: center;
	 margin-bottom: 10px;"
}
.index_sec6_con h3{
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 20px;
}
.index_sec6_con span{
	text-align: center;
}
.index_sec6_con .list{
	margin-bottom: 5%;
}
.index_sec6_con .list li .txt p{
	color: #666;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	margin-bottom: 20px;
	height: 48px;
	overflow: hidden;
}
.index_sec6_con .list li .txt span{
	font-size: 14px;
	position: relative;
}
.index_sec6_con .list li .txt span:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #333;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.index_sec6_con .list li .txt span:hover:before{
	bottom: -6px;
}
.index_sec6_con .list li .txt a:hover{
	background: inherit;
}
.index_sec6_con .txt a{
	width: inherit;
	text-align: left;
	line-height: inherit;
	border: none;
	font-size: 14px;
	color: #666;
}
.footer{
	position: relative;
}
.footer_bottom{
	padding: 30px 5% 20px!important;
}
.index_sec3{
	position: relative;
	z-index: 3;
}


