.swiper-slide img {
    width: 100%;
}
.banner{
	overflow:hidden;
}
.swiper-pagination-bullet{
	background:transparent;
	border:1px solid #fff;
	opacity:1;
}
.swiper-pagination-bullet-active {
   opacity: 1;
    background: #fff;
    width: 18px;
    border-radius: 10px;
}
.swiper-slide{
	width:100%;
}

.bannertext{
	margin:0 auto;
	padding-top:80px;
	color:#fff;
	text-align:center;
}
.bannertext h4{
	font-size:40px;
}
.bannertext h4 span{
	color:#f4cc62;
}
.bannertext p{
	color:#cecece;
	font-size:13px;
	margin:30px auto;
	line-height:20px;
}
.bannertext a{
	background:#f5cd62;
	color:#181a2b;
	font-size:12px;
	display:block;
	width:120px;
	height:40px;
	margin:60px auto 0;
	text-align:center;
	line-height:40px;
}
/*ad公告*/
.ad{
	font-size:14px;
	color:#777777;
	background:#f4f2f1;
}
.adbox{
	display:flex;
}
.adbox i{
	margin-right:10px;
}
#demo{overflow:hidden; height:24px; width:100%;position:relative;}
#demo1{height:auto; text-align:left;}
#demo2{height:auto; text-align:left;}
#demo1 li, #demo2 li{list-style-type:none; height:22px; text-align:left; }
#demo1 li a{
	color:#777777;
	display:flex;
	justify-content: space-between;
}
/*数据*/
.indexzu{
	padding-top:20px;
	background:#fefefe;
}
.indexzutitle{
	color:#233746;
	display:flex;
	justify-content:flex-start;
	position:relative;
}
.indexzutitle::after{
	content: "";
	width: 185px;
    height: 30px;
    position: absolute;
    left: 203px;
    top: 20px;
    background: #233746;
}
.indexzutitle p{
	font-weight:bold;
	font-size:42px;
	position:relative;
}
.indexzutitle p::before{
	content: "";
	width: 10px;
    height: 20px;
    background: #233746;
    position: absolute;
    top: 27px;
    left: -13px;
}
.indexzutitle h4{
	margin-top: 16px;
    margin-left: 6px;
}
.indexzutitle h4 strong{
	display:block;
	margin-top:4px;
	font-size:12px;
}
.indexzunav{
	margin-top:24px;
	display:flex;
	justify-content: flex-end;
}
.indexzunav li{
	font-size:14px;
	margin-left:20px;
}
.indexzunavactive{
	color:#bd9a5e;
}
.productdata{
	margin:30px 0;
	border-radius:5px;
	padding:24px 10px;
	border: 1px solid #f5f5f5;
}
.productdata:hover{
	background:#fff;
	box-shadow:0px 0px 2px #eceaea;
}
.productdataactive{
	background:#fff;
	box-shadow:0px 0px 2px #ccc;
}
.productpic{
	position: relative;
	overflow: hidden;
	padding: 50%;
	width: 50%;
}
.productdata img{
	height:100%;
	position: absolute;
	top: 0;
	width: auto;
	transform: translateX(-50%);
}
.product h4{
	font-size:16px;
	margin-top:10px; 
	margin-bottom:10px;
}
.product p{
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-oroent:vertical;
	-webkit-line-clamp: 2;
	-moz-box-orient: vertical;
	-moz-line-clamp:2;
	overflow: hidden;
	font-size:12px;
	color:#a3a3a3;
	margin-bottom:4px;
	height: 34px;
}
.propagefy{
	display:flex;
	justify-content: flex-end;
	align-items:center;
	font-size:12px;
}
.propagefy li{
	display:flex;
	align-items:center;
}
.propagefy li button{
	width:30px;
	height:30px;
	background:#233746;
	color:#f8d471;
}
.propagefy li dl{
	display:flex;
	align-items:center;
}
.propagefy li dl dt{
	margin:0 10px;
	cursor:pointer;
}
.propagefyactive{
	background:#f8d471!important;
	color:#233746!important;
}
/*核心*/
.hexinbox{
	margin-top:30px;
}
.hexin{
	padding:40px 0;
	background:#fafafa;
}
.hxdata{
	border-radius:5px;
	background:#fff;
	overflow:hidden;
}
.hxdata:hover{
	box-shadow:0px 0px 2px #ccc;
}
.hxdata h4{
	font-size:18px;
	margin-bottom:10px;
	margin-top:10px;
}
.hxdata dl dt{
	margin: 4px 0;
	font-size:14px;
}
.hxdata dl dd{
	font-size:12px;
	color:#999;
	line-height:20px;
}
.hxtext{
	margin-bottom: 20px;
	overflow: hidden;
	height: 86px;
	padding: 10px;
	text-overflow: ellipsis;
}
.hxpic{
	width:100%;
	border-radius:5px 5px 0 0;
}
.hxpic img{
	width:100%;
	border-radius:5px 5px 0 0;
	display:inline-block;
	vertical-align:top;
}
/*公司简介*/
.company{
	min-height:500px;
	padding:40px 0;
	border-top:1px dashed #ccc;
}
.combigbox{
	position:relative;
}
.combigbox .indexzutitle{
	position:absolute;
	right:209px;
}
.comzt{
	position:relative;
}
.combtnzu{
	position:absolute;
	top: 356px;
    left: 321px;
}
.combtnzu button{
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
}
.combtnzu button:first-child{
	background:#f8d471;
	color:#233746;
}
.combtnzu button:last-child{
	background:#233746;
	color:#f8d471;
}
.comleft{
	width:400px;
	position:absolute;
	left:100px;
}
.comleft img{
	width:100%;
}
.comright{
	padding:40px;
	background:#fff;
	box-shadow:0px 0px 2px #ccc;
	position:absolute;
	top: 66px;
    left: 404px;
	max-height: 387px;
	overflow:hidden;
}
.comright h4{
	font-size:18px;
}
.comright p{
	line-height:26px;
	font-size:13px;
	color:#888888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.comright a{
	width:100px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius:3px;
	display:block;
	background:#233746;
	color:#f8d471;
}
/*愿景*/
.yj{
	padding:40px 0;
	background:#fafafa;
}
.yjdata{
	text-align:center;
}
.yjdata h4{
	margin-top:8px;
}
.yjdata h4 span{
	font-size:16px;
	padding-bottom:8px;
	border-bottom:1px solid #c6c6c6;
}
.yjdata p{
	font-size:12px;
	color:#999999;
	margin-top:18px;
}
/*行业动态*/
.hydt{
	padding:40px 0;
}
.hydata{
	margin-top:30px;
}
.hybox{
	padding:20px;
}
.hybox:hover{
	background:#233746;
}
.hybox h4{
	font-size:16px;
}
.hybox span{
	font-size:12px;
	color:#999;
}
.hybox p{
	margin:20px 0;
	line-height:20px;
	font-size:14px;
	color:#999;
}
.hypic{
	width:100%;
}
.hypic img{
	width:100%;
}
.mcompic img{
	width:100%;
}
.mcomtext{
	margin:10px 0;
}
.mcomtext h4{
	font-size:18px;
	margin-bottom:10px;
}
.mcomtext p{
	font-size:13px;
	color:#999;
	line-height:24px;
	margin:10px 0;
}
.mcomtext a{
	width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    display: block;
    background: #233746;
    color: #f8d471;
}

@media (min-width: 320px) and (max-width: 1024px) { 
	.productdata{
		min-height:230px;
	}
	.bannertext{
		padding-top:20px;
	}
	.bannertext a{
		margin:40px auto 0;
	}	
	.indexzunav li {
	    font-size: 12px;
	    margin-left: 7px;
	}
	.productpic{
		height:140px;
		line-height:120px;	
	}
	.productdata{
		margin:10px 0;
		padding:0;
	}
	.hxpic{
		height:auto;
		line-height:98px;
	}
	.hxdata{
		min-height:316px;
		margin:5px 0;
	}
	.indexzutitle::after{
		width:94px;
	}
 }

/*首页行业动态 修改*/
.hybox h4{
	height: 71px;
	overflow: hidden;
	white-space:pre-wrap;
	text-overflow: ellipsis;
}
.hybox span{
	display: inline-block;
	padding-bottom: 20px;
}
.hybox p {
	margin: 0px!important;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	height: 80px;
	overflow: hidden;
}
.hypic img {
	margin-top: 20px;
	width: 100%;
}
.indexzunav li {
	cursor: pointer;
}

/*2019-2-21修改*/
.puductone a{
	color: #333333;
}

.swiper-slide img{
	margin-bottom: 0;
}
.swiper-slide a img{
	margin-bottom: 0;
}