.fl{
	float: left;
}
.fr{
	float: right;
}


img {vertical-align:middle; font-size:0; border: 0; outline: none; max-width: 100%;}

.htext{
	width: 50%;
    font-size: 16px;
    text-align: justify;
    color: #c69a65;
}

.hpic{
	width: 50%;
}



.history1 .hpic{
	width: 31%;
}
.history .h-item.history1 .cont{
	padding: 3% 3%;
	background-image: url(/skin/images/bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #000000;
}

.history2 .cont{
	padding: 1%;
	background-image: url(/skin/images/bg2.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #000000;
}
.history2 .hpic{
	width: 31%;
}
.history2 .htext{
	width: 56%;
	padding: 1% 1%;
}
.history2 .htext img{
	padding: 3% 0;
}
.view{
	text-align: center;
	width: 100%;
}
.view video{
	display: none;
	width: 100%;
}
.view img{
	cursor: pointer;
	width: 100%;
}


.history4 .cont{
	background-color: #000000;
}

.history4 .htext{
	width: 47%;
	margin: 3%;
}
.history4_img{
	width: 43%;
}
.history4_img li{
	width: 50%;
	float: left;
}
.history4_img li img{
	display: block;
}


.history .history5{
	background-image: url(/skin/images/dsjbg.jpg);
	background-size: auto 100%;
	background-position: center top;
	background-repeat: no-repeat; 
}
.history5s{
	background-color: rgba(255,255,255,0.45);
	min-height: 500px;
}
.history5s h4{
	text-align: center;
}

.htime{
	position: relative;
	padding: 0 50px;
}
.htime .gallery-thumbs{
	width: 100%;
	margin-bottom: 10px;
}
.htime .gallery-thumbs .swiper-slide i{
	display: block;
	margin: 0 auto;
	width: 12px;
	height: 12px;
	background: #999999;
	text-align: center;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
}
.htime .gallery-thumbs .swiper-slide-thumb-active i {
	background: #000000;
}
.htime .gallery-thumbs .swiper-slide p {
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}
.gallery-top{
	width: 96%;
	margin: 0 auto;
	margin-top: 8%;
}
.gallery-top h5{
	font-size: 36px;
	line-height: 42px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 2.5%;
}
.gallery-top .swiper-slide .textcont {
	text-align: center;
	line-height: 24px;
}

.ht_prev,.ht_next{
	width: 20px;
	height: 20px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: 0;
	font-family:'Arial','Microsoft YaHei';
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
}
.ht_prev{
	left: 20px;
}
.ht_next{
	right: 20px;
}
.ht_prev.swiper-button-disabled,.ht_next.swiper-button-disabled{
	opacity: 0.5;
}


@media (max-width:750px){
	.htext,.hpic{
		width: 100%;
	}
	.hpic img{
		width: 100%;
	}
	.history1 .hpic{
		width: 100%;
		margin-bottom: 3%;
	}
	.history .h-item.history1 .cont{
		background-image: none;
	}
	.history2 .cont{
		padding: 3% 3%;
	}
	.history2 .htext{
		width: 100%;
		padding: 0 0;
	}
	.history2 .hpic{
		width: 100%;
		margin-bottom: 3%;
	}
	.history4 .htext{
		width: 94%;
		margin: 3%;
	}
	.history4_img{
		width: 100%;
	}
	.gallery-top h5{
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
	}
}