@charset "utf-8";
/* banner */
.c-banner{
	width: 100%;
	height: 100%;
	max-width: 424px;
	max-height: 388px;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute;
	display: none;
	opacity: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: auto;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -18%;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	/*padding: 25px 10px 25px 10px;*/
	width: 36px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #666;
	opacity: 0.5;
	border-radius: 2px;
	z-index: 10;
}
.c-banner .nexImg img,.c-banner .preImg img{
	width: 20px;
	height: 36px;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{

}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 70px;
	text-align: center;
	display: flex;
	align-items: center;
	background: rgba(20,20,20,0.5);
}
.c-banner .jumpBtn .title{
	width: 80%;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 18px;
}
.c-banner .jumpBtn .title ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn .title ul li{
	/*display: inline-block;*/
	/*cursor: pointer;*/
	display: none;
	/*-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;*/
}
.c-banner .jumpBtn .title ul li .jump-title {
	height: 30px;
	line-height: 24px;
	font-size: 18px;
}
.c-banner .jumpBtn .title ul li a {
	color: #fff;
}
.c-banner .jumpBtn .title ul li .jump-desc {
	height: 15px;
	line-height: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.c-banner .jumpBtn .title ul li:first-child{
	/* display: -webkit-box; */
	display: block;
}

.c-banner .jumpBtn .btn{
	width: 20%;
	box-sizing: border-box;
	padding-top: 30px;
}
.c-banner .jumpBtn .btn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn .btn ul li{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
	cursor: pointer;
}
.c-banner .jumpBtn .btn ul li:first-child{
	margin-left: 0px;
}
.flag_title {
	background-image: url(./../../henangongye/img/zzdt_bg.png);
	background-repeat: no-repeat;
	width: 144px;
	height: 44px;
	line-height: 44px;
	box-sizing: border-box;
	padding-left: 36px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -27px;
	left: 20px;
}

/*
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}*/
