.banner-box {
	position: relative;
	/*height: 450px;*/
	overflow: hidden;
}
.banner {
	width: 100%;
}
.ban-img {
	position: relative;
}
.ban-img li {
	width: 100%;
	position: absolute;
	display: none;
}
.ban-img img {
	width: 100%;
	/*height: 450px;*/
}
@media screen and (max-width: 1920px) {
	.ban-img img {
		height: 576px;
	}
	.banner-box {
		height: 576px;
	}
}
@media screen and (max-width: 1440px) {
	.ban-img img {
		height: 450px;
	}
	.banner-box {
		height: 450px;
	}
}
.dian {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 6px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.dian ul {
	text-align: center;
    padding-top: 5px;
}
.dian li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 5px;
	background-color: #fff;
}

.ban_below {
	width: 70%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	display: none;
}
.ban_below li {
	display: inline-block;
	width: 24.1%;
	text-align: center;
}
.ban_below img {
	margin-bottom: 40px;
}
.ban_below p {
	font-size: 14px;
	color: #556877;
	margin-bottom: 14px;
}
.ban_below span	{
	display: inline-block;
	width: 1px;
	height: 200px;
	background-color: #c0cbd1;
}

.index-line {
	width: 40px;
	height: 2px;
	background: #1e98d6;
	margin: 20px auto 50px;
}
.product {
	width: 100%;
	padding-bottom: 90px;
	background-color: #fff;
}
.pro_cont {
	font-size: 0;
	width: 70%;
	margin: 0 auto;
}
.pro_cont ul {
	background-color: #fff;
	display: none;
} 
.pro_cont h2 {
	font-weight: 100;
	font-size: 30px;
	color: #465c69;
	text-align: center;
	padding-top: 50px;
}
.pro_cont ul {

}
.bbb {
	vertical-align: top;
	font-size: 0;
	display: inline-block;
	z-index: 10;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
	position: relative;
	float: left;
	width: 18%;
}
.activess {
	z-index: 100;
	border: 1px solid #00c1de;
	box-shadow: 0 0 20px rgba(0, 198, 226, 0.5);
	width: 28%;
	box-sizing: border-box;
}
.pro_cont .first img {
	width: 100%;
}
.pro_cont img {
	width: 90%;
}
.pro_cont .pro_xinxi img {
	width: 70%;
	margin-left: 15%;
}

.case {
	width: 100%;
	background: #e7eef8;
	/*background: url(../images/case-bg.png) no-repeat center top;*/
}
.case_cont {
	font-size: 0;
	width: 70%;
	margin: 0 auto;
}

.case_cont h2 {
	font-weight: 100;
	font-size: 30px;
	color: #465c69;
	text-align: center;
	padding-top: 50px;
}

.link {
	font-size: 16px;
	color: #666;
	text-align: center;
	display: block;
	padding: 30px 0;
}
.anli {
	display: flex;
	font-size: 0;
}
.anli-c {
	flex: 1;
}
.anli-c img {
	width: 100%;
}
.anli-r {
	display: flex;
	flex-wrap: wrap;
}
.anli-l {
	position: relative;
}
.anli-l:hover p {
	display: block;
}
.anli-r-img {
	width: 50%;
	position: relative;
}
.anli-r-img:hover p {
	display: block;
}
.anli-c p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	text-align: center;
	padding: 8px 0;
	color: #fff;
	font-weight: 600;
	background: rgba(0,0,0,0.5);
	display: none;
}
/*
.anli li {
	vertical-align: top;
	width: 24%;
	display: inline-block;
	margin-left:1%;
}
.anli img {
	width: 100%;
	margin-bottom: 10px;
}
.anli_bot {
	overflow: hidden;
	position: relative;
}
.anli_title {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	background:rgba(0, 0, 0, 0.7);
}
.anli_titles {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	background:rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1920px) {
	.anli_title {
		height: 220px;
		bottom: -220px;
	}
	.anli_bot img {
		height: 220px;
	}
	.anli .add img {
		height: 450px;
	}
	.anli_titles {
		height: 450px;
		bottom: -450px;
	}
	.anli_titles a {
		line-height: 450px;
	}
	.anli_title a {
		line-height: 220px;
	}
	#card {
		height: 430px;
	}
}
@media screen and (max-width: 1440px) {
	.anli_title {
		height: 185px;
		bottom: -185px;
	}
	.anli_bot img {
		height: 185px;
	}
	.anli .add img {
		height: 380px;
	}
	.anli_titles {
		height: 380px;
		bottom: -380px;
	}
	.anli_titles a {
		line-height: 380px;
	}
	.anli_title a {
		line-height: 185px;
	}
	#card {
		height: 340px;
	}
}

.anli_bot:hover .anli_title {
	transition: all 0.5s;
	bottom: 10px;
}
.anli_bot:hover .anli_titles {
	transition: all 0.5s;
	bottom: 10px;
}

.anli_bot a {
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	opacity: 1;
}
*/

/*.anli_title a {
	line-height: 185px;
}
.anli_titles a {
	line-height: 380px;
}*/

.ground {
	width: 70%;
	margin: 0 auto;
}
.ground h2 {
	font-weight: 100;
	font-size: 30px;
	color: #585858;
	text-align: center;
	padding-top: 50px;
}
.ground li {
	vertical-align: top;
	display: inline-block;
	width: 47%;
	margin-bottom: 60px;
}
.gro_left {
	width: 14%;
	float: left;
}
.gro_left img {
	width: 100%;
}
.gro_right {
	width: 70%;
	margin-left: 10%;
	float: left;
	font-size: 14px;
	line-height: 30px;
}
.Partner {
	width: 100%;
	padding-bottom: 70px;
	background-color: #e7eef8;
}
.partner_cont {
	font-size: 0;
	width: 70%;
	margin: 0 auto;
}
.partner_cont h2 {
	font-weight: 100;
	font-size: 30px;
	color: #585858;
	text-align: center;
	padding-top: 50px;
}
.poor {
	width: 100%;
}
.partner_cont li {
	display: inline-block;
	width: 20%;
	height: 130px;
	line-height: 130px;
	text-align: center;
	background-color: #fff;
	border:1px solid #ececec;
	box-sizing: border-box;
}
.partner_cont img {
	max-width: 100%;
	vertical-align: middle;
}
.bor {
	border:1px solid #ececec;
}

.news {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 60px;
	display: none;
}
.news h2 {
	font-weight: 100;
	font-size: 30px;
	color: #585858;
	text-align: center;
	padding: 50px 0 60px;
}
.new_left,
.new_cent,
.new_right {
	float: left;
}
.new_left,
.new_cent {
	width: 30%;
	margin-right: 3%;
}
.new_cent img {
	width: 100%;
	height: 220px;
}
.new_left img {
	width: 100%;
	height: 220px;
}
.news h4 {
	font-size: 16px;
	padding: 8px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news p {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.new_right {
	width: 34%;
}
.new_right span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	border:1px solid #d5d5d5;
	margin-right: 6px;
}
.new_right a {
	font-size: 14px;
	line-height: 24px;
}
.new_right a:hover {
	color: #6495cf;
}
.new_right li {
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_right .new_bot a {
	font-size: 14px;
	color: #6495cf;
}
.new_bot {
	text-align: right;
}

.expand {
	display: none;
	position: relative;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	border:1px solid #0191c5;
	box-shadow:0 0 5px #0191c5;
}
.ex_top img {
	width: 100%;
}
.ex_cont {
	display: inline-block;
	width: 50%;
}
.ex_cont img {
	margin-left: 10%;
	width: 80%;
}
.ex_cont p {
	font-size: 14px;
	padding: 0 10px;
	line-height: 20px;
}
.ex_line {
	width: 90%;
	height: 1px;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: #c0cbd1;
}

@media screen and (max-width: 1920px) {
   .expand {
   		height:420px; 
   } 
}
@media screen and (max-width: 1440px) {
   .expand {
   		height:330px; 
   } 
}
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color: rgba(0,0,0,0.4);
}
.mask-img {
	width: 50%;
}
.mask-img img {
	width: 100%;
}


.el-carousel__item {
	  	background: #e6e9e9;
	  }
		.el-carousel__item--card.is-active {

		    background: #f5f6f6;

		}
	  .list h4 {
		text-align: center;
		font-size: 18px;
		margin: 20px 0;
		color: #555;
	  }
	  .fxtwo {
	  	display: flex;
	  	justify-content: space-between;
	  }
	  .fxtwo .item {
	  	width: 50%;
	  	padding: 0 10px;
	  }
	  .br {
	  	border-right: 1px dashed #ccc;
	  }
	  .item p {
	  	font-size: 14px;
	  	padding: 0 10px;
	  	line-height: 20px;
	  	margin: 0;
	  }
	  .item-img {
	  	text-align: center;
	  }
	  .item-img img {
	  	width: 56%;
	  }
	  .linkss {
	  	text-align: center;
	  	margin: 20px 0 10px;
	  }
	  .linkss a {
	  	text-decoration: none;
	  	color: #333;
	  	font-size: 14px;
	  }
	  .fxone .item-img img {
	  	width: 28%;
	  }