*{ margin:0px; padding:0px; word-break: break-all;}
body{ margin:0 auto; background-color: #fff;font-size:14px; color:#333333; font-family: "Microsoft YaHei",'arial';overflow-x: hidden;}
ul,li{list-style-type:none;}
a{
	text-decoration:none; color:#333333;
	hide-focus:expression(this.hideFocus=true); outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link,a:visted{ color:#333333;}
img{ border:0px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.clearfix:after { content: " ";display: block;clear: both;height: 0;line-height: 0;visibility: hidden; }
.clearfix { zoom: 1; }
.cont, .cont1{ margin: 0 auto;/* outline: 1px dashed red; */ }
@media (min-width: 1400px) {
	.cont, .cont1{ width: 1300px; }
}
@media (max-width: 1400px) and (min-width: 1280px) {
	.cont, .cont1{ width: 1200px; }
}
@media (max-width: 1280px) {
	.cont, .cont1{ width: 100%; padding: 0 40px; box-sizing: border-box;}
}
@media (max-width: 640px) {
	.cont { width: 92%;padding: 0; }
}
@media (any-hover: hover) {
	a:hover{
		color: #1ac2ed;
	}
}

/* 公共标题样式 */
.mTitle{
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 100px;
}
.mTitle a{
	display: block;
	width: 100%;
	height: 100%;
}
.mTitle .chinese{
	display: block;
	color: #1ac2ed;
	font-size: 38px;
	font-weight: bold;
	background: url(../images/mTitle-bg.png) center center no-repeat;
	position: relative;
	z-index: 1;
}
.mTitle .english{
	display: block;
	font-size:20px;
	color: #b7b7b7;
	margin-top: -12px;
}
@media (max-width: 1280px) {
	.mTitle{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.mTitle .chinese{
		font-size: 32px;
	}
	.mTitle .english{
		font-size:18px;
		margin-top: -10px;
	}
}
@media (max-width: 750px) {
	.mTitle{
		padding-top: 4vw;
		padding-bottom: 6.667vw;
	}
	.mTitle .chinese{
		font-size: 6vw;
	}
	.mTitle .english{
		font-size: 3.5vw;
		margin-top: -1vw;
	}
}


.nav{
	width: 100%;
	height: 100px;

	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;

	font-size: 16px;
	color: #fbfbfb;
}
.nav.hover{
	background-color: #211e21;
}
.nav.special{
	background-color: #211E21;
}
.nav a{
	color: #fbfbfb;
}
.nav .cont{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav .nav-rig{
	display: flex;
	align-items: center;
}
.nav .yj_ul > li{
	float: left;
	height: 100px;
	padding: 33px 0;
	box-sizing: border-box;
	margin-right: 12px;
	position: relative;
}
.nav .yj_ul > li > a{
	display: block;
	width: 106px;
	height: 34px;
	text-align: center;
	line-height: 32px;
	border: 1px solid transparent;
	border-radius: 21px;
}
.nav .yj_ul > li.active > a{
	border: 1px solid #fff;
}
.nav.hover .yj_ul > li.active > a,
.nav.special .yj_ul > li.active > a,
.nav .yj_ul > li:hover > a{
	color: #02C1EF;
	border: 1px solid #02c1ef;
}
.nav .login, .mNav .login{
	height: 34px;
	line-height: 34px;
	padding-left: 24px;
	background: url(../images/nav-login-icon.png) left center no-repeat;
	color: #fff;
	margin-left: 10px;
}
.nav .login span, .nav .mNav span{
	padding: 0 10px;
	position: relative;
	top: -1px;
}
.nav .login a, .nav .mNav a{
	color: #fff;
}
.navbtn{
	display: none;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
@media (max-width: 978px) {
	.nav{
		height: 53px;
		padding: 10px 0;
		position: relative;
		background-color: #211E21;
	}
	.nav .nav-rig{
		display: none;
	}
	.navbtn{ display: block; }
}
.nav .ej_div{
	width: 100%;
	background-color: #211e21;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 9;
	height: 0;
	overflow: hidden;

	transition: all 0.3s linear;
}
.nav .ej_div .tab{
	width: 100%;
	padding-top: 16px;
	padding-bottom: 38px;
}
.nav .ej_div .tab ul{

	display: flex;
	justify-content: center;
}
.nav .ej_div .tab li{
	margin: 0 120px;
}
.nav .ej_div .tab li a{
	font-size: 18px;
	color: #fefefe;
}
.nav .ej_div .tab li.active a{
	color: #02c1ef;
}
.nav .ej_div .content{
	width: 100%;
	position: relative;
	height: 170px;
	padding-bottom: 80px;
}
.nav .ej_div .content .item{
	display: none;
}
.nav .ej_div .item.item_tw .hd{
	width: 100%;
	height: 126px;
	position: absolute;
	left: 0;
	top: 32px;
	z-index: 999;
}
.nav .ej_div .item.item_tw .hd a{
	display: block;
	width: 64px;
	height: 126px;
}
.nav .ej_div .item.item_tw .hd .prev{
	position: absolute;
	left: -10px;
	background: url(../images/prev.png) no-repeat;
}
.nav .ej_div .item.item_tw .hd .next{
	position: absolute;
	right: -10px;
	background: url(../images/next.png) no-repeat;
}
.nav .ej_div .item.item_tw .bd{
	width: 1064px;
	margin: 0 auto;
	position:relative;
	z-index:999;
}
.nav .ej_div .item.item_tw .bd li{
	float: left;
	width: 150px;
	margin: 0 58px;
}
.nav .ej_div .item.item_tw .bd li .pic{
	width: 100%;
	text-align: center;
	height: 142px;
}
.nav .ej_div .item.item_tw .bd li .pic a{
	width: 100%;
	display:block;
}
.nav .ej_div .item.item_tw .bd li .pic img{
	height: 142px;
}
.nav .ej_div .item.item_tw .bd li .text{
	padding-top: 20px;
	font-size: 16px;
	color: #fefefe;
	text-align: center;
}
.item.item_wz ul{
	padding: 0 350px;
	box-sizing: border-box;

	display: flex;
	flex-wrap: wrap;
}
.item.item_wz ul li{
	width: 33.33%;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.item.item_wz ul li a{
	color: #fefefe;
}
.item.item_wz ul li:hover a{
	color: #02c1ef;
}
@media (max-width: 1400px) and (min-width: 1280px){
	.nav .ej_div .item.item_tw .bd{
		width: 944px;
	}
	.nav .ej_div .item.item_tw .bd li{
		width: 140px;
		margin: 0 48px;
	}
	.item.item_wz ul{
		padding: 0 300px;
	}
}
@media (max-width: 1280px) and (min-width: 978px){
	.nav .ej_div .item.item_tw .bd{
		width: 824px;
	}
	.nav .ej_div .item.item_tw .bd li{
		width: 130px;
		margin: 0 38px;
	}
	.item.item_wz ul{
		padding: 0 200px;
	}
}


.nav .ej_ul{
	display: none;
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	overflow: hidden;
	background-color: #211E21;
}
.nav .ej_ul > li{
	width: 100%;
	text-align: center;
	line-height: 36px;
	/* border-bottom: 1px solid #e4e4e4; */
}
.nav .ej_ul > li:last-child{
	border-bottom: none;
}

.nav .ej_ul > li > a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.nav .ej_ul > li:hover a{
	/* color: #015293; */
	color: #02c1ef;
}


.mNav{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 99;
	max-height: 100vh;
	overflow-y: scroll;
}
.mNav .closed{
	position: fixed;
	top: 2vw;
	right: 20px;
	cursor: pointer;
}
.mNav ul.yj_ul{
	width: 100%;
	background-color: #fff;
	padding: 0 4vw;
	padding-top: 13vw;
	box-sizing: border-box;
}
.mNav li{
	width: 100%;
}
.mNav li .yjbox{
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.mNav li .ejbox{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.mNav li a{
	display: block;
	width: 100%;
	height: 100%;
}
.mNav .yj_ul > li{
	border-bottom: 1px solid #c4c4c4;
}
.mNav .yj_ul > li .yjbox .xiala{
	height: 60px;
}
.mNav .ej_ul > li .ejbox .xiala{
	height: 40px;
}
.mNav .yj_ul > li .yjbox .xiala,
.mNav .ej_ul > li .ejbox .xiala{
	display: block;
	width: 50px;
	position: absolute;
	top: 0px;
	right: 0;
	background: url(../images/xiala1.png) center center no-repeat;
	background-size: 6px 12px;
}
.mNav .yj_ul > li:hover  .yjbox  .xiala,
.mNav .yj_ul > li.active  .yjbox .xiala,
.mNav .ej_ul > li:hover  .ejbox  .xiala,
.mNav .ej_ul > li.active  .ejbox .xiala{
	color: #00c1ef;
}
.mNav .yj_ul > li.active  .yjbox .xiala,
.mNav .ej_ul > li.active  .ejbox .xiala{
	background: url(../images/xiala2.png) center center no-repeat;
	background-size: 12px 6px;
}
.mNav .yj_ul > li .yjbox > a{
	height: 60px;
	font-size: 18px;
	color: #333;
}
.mNav .login{
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0px;
	background: #fff;

	font-size: 20px;
}
.mNav .login span{
	display: none;
}
.mNav .login a{
	margin: 0 10px;
	color: #333;
}
/* .mNav .yj_ul > li:hover  .yjbox > a, */
.mNav .yj_ul > li.active  .yjbox > a{
	color: #00c1ef;
}
.mNav ul.ej_ul{
	width: 100%;
	background: #ffff;
	display: none;
}
.mNav .ej_ul > li{
	width: 100%;
}
.mNav .ej_ul > li .ejbox > a{
	font-size: 17px;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
}
/* .mNav .ej_ul > li .ejbox > a::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #656565;
	position: absolute;
	left:25px;
	top: 50%;
	margin-top: -3px;
} */
.mNav .ej_ul > li:hover .ejbox > a,
.mNav .ej_ul > li.active .ejbox > a{
	color:#00c1ef;
}
.mNav .ej_ul > li:hover .ejbox > a::before,
.mNav .ej_ul > li.active .ejbox > a::before{
	background: #00c1ef;
}
.sj_div{
	display: none;
	width: 100%;overflow: hidden;overflow-x: auto;
}
.sj_ul{
	padding: 2vw 0;
	padding-left: 25px;

	/* height: clac(28vw + 30px); */
}
.sj_ul.sj_tw{
	display: flex;
}
.sj_ul.sj_tw > li{
	margin-right: 4vw;
}
.sj_ul.sj_tw > li .pic{
	width: 26vw;
	height: 28vw;
	padding: 2vw 0;
	box-sizing: border-box;
	text-align: center;
	background-color: #eee;
}
.sj_ul.sj_tw > li .pic img{
	height: 100%;
}
.sj_ul.sj_tw > li .text a{
	font-size: 14px;
	color: #333;
	padding-top: 10px;
}
.sj_ul.sj_wz > li{
	height: 40px;
	line-height: 40px;
}
.sj_ul.sj_wz > li a{
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
	color: #333;
}
.sj_ul.sj_wz > li a::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #656565;
	position: absolute;
	left:0px;
	top: 50%;
	margin-top: -3px;
}

/* banner */
.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .jumpPic img{
	position: absolute;
	top: 0px;
}
.banner .jumpPic li:first-child img{
	position: relative;
}
.banner .jumpBtn{
	width: 100%;
	position: absolute;
	top: 48vw;
	text-align: center;
}
.banner .jumpBtn li{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	background: url(../images/tuo2.png);
	background-size: 100% 100%;
}
.banner_wrap img{
	width: 100%;
}
@media (max-width: 768px) {
	.banner .jumpBtn{
		bottom: 1vw;
	}
	.banner .jumpBtn li{
		width: 3vw;
		height: 3vw;
		margin: 0 2px;
	}
}
.swiper-container1.banner {
  width: 100%;
  height: 100%;
}
.swiper-container1.banner .swiper-slide {
	height: 100%;
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.swiper-container1.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {

	left: 2px;
	right: auto;

}
.swiper-container1.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 2px;
  left: auto;
}
.swiper-container1.banner .swiper-button-next, .swiper-button-prev{
	width: 10px;
		height: 18px;
	color: #1ac2ed;
	width: 30px;
		height: 30px;
		background-color: #ffffff;
		box-shadow: 0px 0px 8px 0px
			rgba(36, 95, 165, 0.19);
		border-radius: 4px;
}
.swiper-container1.banner .swiper-button-next::after, .swiper-button-prev::after{
	font-size: 18px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
	top: 48vw !important;
}

.swiper-container1.banner .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background: url(../images/tuo2.png) center center no-repeat !important;
  background-size: 100% 100% !important;
  opacity: 1 !important;
}
.swiper-container1.banner .swiper-pagination-bullet-active {
	background: url(../images/tuo1.png) center center no-repeat !important;
	background-size: 100% 100% !important;
}
@media (max-width: 768px) {
	.swiper-container1.banner .swiper-pagination-bullet {
		width: 3.2vw !important;
		height: 3.2vw !important;
	}
}
/* 产品展示 */
.product{
	padding-bottom: 20px;
}
.product .tab, .jjfa .tab{
	margin-bottom: 80px;
}
.product .tab ul, .jjfa .tab ul{
	display: flex;
}
.product .tab li, .jjfa .tab li{
	flex: 1;
	text-align: center;
	padding-bottom: 18px;
	font-size: 34px;
	color: #bacbdb;
}
.product .tab li.active, .jjfa .tab li.active{
	color: #00c1ef;
	background: url(../images/product-tab-li-bg.png) center bottom no-repeat;
}

.product .content .item{
	position: relative;
	display: none;
}
.product .content .item img{
	width: 100%;
}

.zzyf{
	width: 100%;
	height: 700px;
	position: relative;
	flex-direction: column;
	overflow-x: scroll;
	overflow-y: hidden;
}
/* 隐藏系统的滚动条 */
.zzyf::-webkit-scrollbar {
	width: 0 !important;
}

.item-all{
	/* 拖滑块定位 */
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	/* justify-content: space-around; */
	align-items: center;
	width: 100%;
	height: 100%;
}
.item-all-one{
	width: 400px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	/* margin-right:42px; */
	margin:0 30px 0 12px;
}
.item-all-one:last-child{
	margin-right:0
}
.item-all-one-t{
	width: 100%;
	height: 48%;
}
.item-all-one-t a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.zzyf .item-all-one-t .icon1{display:none;}
.zzyf .img1{
	background: url(../images/product-zzyf-xqjy-bg1.png) center center no-repeat;
	background-size: 100% 100%;
}
.zzyf .img2{
	background: url(../images/product-zzyf-yyzj-bg1.png) center center no-repeat;
	background-size: 100% 100%;
}
.zzyf .img3{
	background: url(../images/product-zzyf-lygl-bg1.png) center center no-repeat;
	background-size: 100% 100%;
}
.zzyf .img4{
	background: url(../images/product-zzyf-vr-bg1.png) center center no-repeat;
	background-size: 100% 100%;
}
.zzyf .img5{
	background: url(../images/product-zzyf-kyhl-bg1.png) center center no-repeat;
	background-size: 100% 100%;
}
.zzyf .img6{
	background: url(../images/product-zzyf-snzs1.png) center center no-repeat;
	background-size: 100% 100%;
}
.zzyf .img1 .icon{
	background: url(../images/product-zzyf-xqjy-icon.png) #fff center center no-repeat;
}
.zzyf .img2 .icon{
	background: url(../images/product-zzyf-yyzj-icon.png) #fff center center no-repeat;
}
.zzyf .img3 .icon{
	background: url(../images/product-zzyf-lygl-icon.png) #fff center center no-repeat;
}
.zzyf .img4 .icon{
	background: url(../images/product-zzyf-vr-icon.png) #fff center center no-repeat;
}
.zzyf .img5 .icon{
	background: url(../images/product-zzyf-kyhl-icon.png) #fff center center no-repeat;
}
.zzyf .img6 .icon{
	background: url(../images/product-zzyf-snzs-icon.png) #fff center center no-repeat;
}

/* 滚动条 */
.road{
	width: 30%;
	height: 12px;
	border-radius: 5px;
	/*background-color: #bacbdb;
	position: relative;
	left: 35%;
	 top: -14px; */
	margin:0 auto;
	padding:40px 50px;
}
.road2{
	width:100%;
	height: 12px;
	border-radius: 5px;
	background-color: #bacbdb;
	position: relative;
}
.road .progress{
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	border-radius: 5px;
	background-color:#1ac2ed ;
}
/*.zzyf{
	width: 100%;
	height: 720px;
	position: relative;
}
.zzyf li{
	position: absolute;
	width: 327px;
	height: 377px;
}
.zzyf li a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.zzyf li:nth-child(1){
	top: 0;
	left: 7.69%;
	background: url(../images/product-zzyf-xqjy-bg.png) center center no-repeat;
	background-size: 100% 100%;
}
.zzyf li:nth-child(2){
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/product-zzyf-lygl-bg.png) center center no-repeat;
	background-size: 100% 100%;
}
.zzyf li:nth-child(3){
	top: 0;
	right: 7.69%;
	background: url(../images/product-zzyf-kyhl-bg.png) center center no-repeat;
	background-size: 100% 100%;
}
.zzyf li:nth-child(4){
	bottom: 0;
	left: 22.5%;
	background: url(../images/product-zzyf-yyzj-bg.png) center center no-repeat;
	background-size: 100% 100%;
}
.zzyf li:nth-child(5){
	bottom: 0;
	right: 22.5%;
	background: url(../images/product-zzyf-vr-bg.png) center center no-repeat;
	background-size: 100% 100%;
}
.zzyf li:nth-child(1) .icon{
	background: url(../images/product-zzyf-xqjy-icon.png) #fff center center no-repeat;
}
.zzyf li:nth-child(2) .icon{
	background: url(../images/product-zzyf-lygl-icon.png) #fff center center no-repeat;
}
.zzyf li:nth-child(3) .icon{
	background: url(../images/product-zzyf-kyhl-icon.png) #fff center center no-repeat;
}
.zzyf li:nth-child(4) .icon{
	background: url(../images/product-zzyf-yyzj-icon.png) #fff center center no-repeat;
}
.zzyf li:nth-child(5) .icon{
	background: url(../images/product-zzyf-vr-icon.png) #fff center center no-repeat;
}*/
.zzyf li .icon{
	width: 68px;
	height: 68px;
	border-radius: 8px;

}
.zzyf li p{
	color: #ffffff;
	font-size: 19px;
	padding-top: 10px;
}
@media (any-hover: hover) {
	.zzyf .img1:hover .icon{
		background: url(../images/product-zzyf-xqjy-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf .img2:hover .icon{
		background: url(../images/product-zzyf-yyzj-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf .img3:hover .icon{
		background: url(../images/product-zzyf-lygl-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf .img4:hover .icon{
		background: url(../images/product-zzyf-vr-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf .img5:hover .icon{
		background: url(../images/product-zzyf-kyhl-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf .img6:hover .icon{
		background: url(../images/product-zzyf-snzs-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf .item-all-one-t:hover p{
		color: #00c1ef;
	}
	/* .zzyf li:nth-child(1):hover .icon{
		background: url(../images/product-zzyf-xqjy-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf li:nth-child(2):hover .icon{
		background: url(../images/product-zzyf-yyzj-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf li:nth-child(3):hover .icon{
		background: url(../images/product-zzyf-lygl-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf li:nth-child(4):hover .icon{
		background: url(../images/product-zzyf-vr-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf li:nth-child(5):hover .icon{
		background: url(../images/product-zzyf-kyhl-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf li:hover p{
		color: #00c1ef;
	} */
}
@media (max-width: 1400px) and (min-width: 1280px) {
	.zzyf{
		height: 600px;
	}
}
@media (max-width: 1280px){
	.zzyf .item-all-one-t .icon1{display:block;}
	.zzyf .item-all-one-t .icon2{display:none;}
	.product .tab, .jjfa .tab{
		margin-bottom: 40px;
	}
	.product .tab li, .jjfa .tab li{
		font-size: 28px;
	}
	.product .content li img{
		width: 80%;
	}
	.zzyf{
		height: 400px;
	}
	.zzyf .item-all-one{
		margin: 0;
		width: 391px;
	}
	.zzyf .item-all-one-t{
		background: none !important;
	}
	.zzyf li .icon{
		width: 100px;
		height: 100px;
	}
	.zzyf li p{
		color: #333;
	}
	.zzyf .img1 .icon{
		background: url(../images/product-zzyf-xqjy-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf .img2 .icon{
		background: url(../images/product-zzyf-yyzj-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf .img3 .icon{
		background: url(../images/product-zzyf-lygl-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf .img4 .icon{
		background: url(../images/product-zzyf-vr-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf .img5 .icon{
		background: url(../images/product-zzyf-kyhl-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf .img6 .icon{
		background: url(../images/product-zzyf-snzs-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	/* .zzyf li:nth-child(1) .icon{
		background: url(../images/product-zzyf-xqjy-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf li:nth-child(2) .icon{
		background: url(../images/product-zzyf-lygl-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf li:nth-child(3) .icon{
		background: url(../images/product-zzyf-kyhl-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf li:nth-child(4) .icon{
		background: url(../images/product-zzyf-yyzj-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	}
	.zzyf li:nth-child(5) .icon{
		background: url(../images/product-zzyf-vr-icon1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);
	} */
}
@media (max-width: 978px) and (min-width: 750px){
	/* .zzyf li:nth-child(4){
		left: 15%;
	}
	.zzyf li:nth-child(5){
		right: 15%;
	} */
}
@media (max-width: 750px){
	.zzyf{
		height: 68vw;
	}
	/* .zzyf li{
		width: 40vw;
		height: 36vw;
		background: none !important;
	} */
	.zzyf li .icon{
		width: 68px;
		height: 68px;
	}
	.zzyf .item-all-one{
		width: 40vw;
		height: 70vw;
		background: none !important;
	}
	.zzyf li p{
		font-size: 12px;
	}
}
@media (max-width: 750px) {
	.product .tab, .jjfa .tab{
		margin-bottom: 20px;
	}
	.product .tab li, .jjfa .tab li{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.product .content li img{
		width: 100%;
	}
}

/* 关于我们 */
.about{
	padding-top: 140px;
	padding-bottom: 200px;
	background: url(../images/about-bg.png) center center no-repeat;
	background-size: 100% 100%;
}
.about .content{
	width: 800px;
	/* height: 512px; */
	background: rgba(0, 0, 0, 0.2);
	padding: 45px 60px;
	box-sizing: border-box;
}
.about .title, .contact .title{
	width: 300px;
	margin-bottom: 30px;
}
.about .title span, .contact .title span{
	display: block;
}
.about .title .english,
.contact .title .english{
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
}
.about .title .chinese,
.contact .title .chinese{
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	background: url(../images/about-title-bg.png) 150px 24px no-repeat;
	background-size: 120px 1px;
}
.about .text{
	color: #ffffff;
	font-size: 18px;
	text-align: justify;
	line-height: 32px;
	text-indent: 2em;
}
.about .more{
	float: right;
	width: 140px;
	height: 42px;
	text-align: center;
	line-height: 42px;

	font-size: 18px;
	color: #fafafa;

	background-image: linear-gradient(-45deg,
		#00c2f2 0%,
		#01f3f4 100%),
	linear-gradient(
		#02c1ef,
		#02c1ef);
	background-blend-mode: normal,
		normal;
	border-radius: 21px;
	margin-top: 50px;
}
.about .more a{
	color: #fafafa;
}
.about .mTitle{
	display: none;
}
@media (max-width: 1280px) {
	.about{
		padding-top: 120px;
		padding-bottom: 180px;
	}
	.about .content{
		/* height: 460px; */
		margin: 0 auto;
	}
	.about .title, .contact .title{
		width: 260px;
		margin-bottom: 20px;
	}
	.about .title span, .contact .title span{
		display: block;
	}
	.about .title .english,
	.contact .title .english{
		font-size: 26px;
		margin-bottom: 12px;
	}
	.about .title .chinese,
	.contact .title .chinese{
		font-size: 28px;
		background-size: 100px 1px;
	}
	.about .text{
		font-size: 16px;
		line-height: 28px;
	}
	.about .more{

		font-size: 16px;
		color: #fafafa;
		margin-top: 40px;
	}
}
@media (max-width: 978px) {
	.about{
		padding-top: 5vw;
		padding-bottom: 16vw;
	}
	.about .mTitle{
		display: block;
	}
	.about .title{
		display: none;
	}
	.about .content{
		width: 100%;
		padding: 20px 30px 10vw;
	}
	.about .content .text{
		height: 224px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.about .more{
		float: none;
		margin: 4vw auto 0;
	}
}
@media (max-width: 750px) {
	.about{
		background: #bacbdb;
	}
}

/* 解决方案 */
.jjfa{
		padding-bottom: 20px;
	}
.jjfa .XRyy ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.jjfa .XRyy li{
	width: 47%;
	height: 300px;
	margin: 0 1.5%;
	margin-bottom: 50px;
}
.jjfa .XRyy li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.jjfa .XRyy li:nth-child(1){
	background: url(../images/jjfa-xr-yjty.png) center center no-repeat;
}
.jjfa .XRyy li:nth-child(2){
	background: url(../images/jjfa-xr-zhdc.png) center center no-repeat;
}
.jjfa .XRyy li:nth-child(3){
	margin-bottom: 0px;
	background: url(../images/jjfa-xr-szls.png) center center no-repeat;
}
.jjfa .XRyy li:nth-child(4){
	margin-bottom: 0px;
	background: url(../images/jjfa-xr-wwgj.png) center center no-repeat;
}
.jjfa .XRyy li .icon{
	width: 76px;
	height: 76px;

	border-radius: 8px;
}
.jjfa .XRyy li:nth-child(1) .icon{
	background: url(../images/jjfa-xr-icon-yjty.png) #fff center center no-repeat;
}
.jjfa .XRyy li:nth-child(2) .icon{
	background: url(../images/jjfa-xr-icon-zhdc.png) #fff center center no-repeat;
}
.jjfa .XRyy li:nth-child(3) .icon{
	background: url(../images/jjfa-xr-icon-szls.png) #fff center center no-repeat;
}
.jjfa .XRyy li:nth-child(4) .icon{
	background: url(../images/jjfa-xr-icon-wwgj.png) #fff center center no-repeat;
}
.jjfa .XRyy li p{
	color: #ffffff;
	font-size: 22px;
	line-height: 50px;
}
.jjfa .item{
	display: none;
}
.jyjx{
	width: 100%;
	height: 478px;
	position: relative;
	background: url(../images/jjfs-jyjx-bg.png) center center no-repeat;
	background-size: 478px 478px;
}
@media (max-width: 1400px) and (min-width: 1280px) {
	.jyjx{
		height: 400px;
		background-size: 360px 360px;
	}
}
@media (max-width: 1280px) {
	.jyjx{
		background: none;
	}
}

.jyjx .jyjx-item{
	position: absolute;
	display: flex;
	justify-content: center;
}
.jyjx .jyjx-item:nth-child(1){
	top: 0;
	left: 0;

	width: 551px;
	height: 74px;

	/* background: url(../images/jjfa-jyjx-lyjd.png) center center no-repeat; */
}
.jyjx .jyjx-item:nth-child(3){
	top: 33.3%;
	left: 0;
	transform: translateY(-50%);

	width: 456px;
	height: 71px;

	/* background: url(../images/jjfa-jyjx-xqzy.png) center center no-repeat; */
}
.jyjx .jyjx-item:nth-child(5){
	top: 66.6%;
	left: 0;
	transform: translateY(-50%);

	width: 448px;
	height: 74px;

	/* background: url(../images/jjfa-jyjx-gdjt.png) center center no-repeat; */
}
.jyjx .jyjx-item:nth-child(7){
	bottom: 0;
	left: 0;

	width: 544px;
	height: 71px;

	/* background: url(../images/jjfa-jyjx-hlzy.png) center center no-repeat; */
}
.jyjx .jyjx-item:nth-child(2){
	top: 0;
	right: 0;

	width: 566px;
	height: 74px;

	/* background: url(../images/jjfa-jyjx-jsjzy.png) center center no-repeat; */
}
.jyjx .jyjx-item:nth-child(4){
	top: 33.3%;
	right: 0;
	transform: translateY(-50%);

	width: 463px;
	height: 69px;

	/* background: url(../images/jjfa-jyjx-jzzy.png) center center no-repeat; */
}
.jyjx .jyjx-item:nth-child(6){
	top: 66.6%;
	right: 0;
	transform: translateY(-50%);

	width: 464px;
	height: 69px;

	/* background: url(../images/jjfa-jyjx-yszy.png) center center no-repeat; */
}
.jyjx .jyjx-item:nth-child(8){
	bottom: 0;
	right: 0;

	width: 560px;
	height: 69px;

	/* background: url(../images/jjfa-jyjx-xnfz.png) center center no-repeat; */
}
/* .jyjx .jyjx-item:nth-child(1):hover{
	background: url(../images/jjfa-jyjx-lyjd1.png) center center no-repeat;
}
.jyjx .jyjx-item:nth-child(3):hover{
	background: url(../images/jjfa-jyjx-xqzy1.png) center center no-repeat;
}
.jyjx .jyjx-item:nth-child(5):hover{
	background: url(../images/jjfa-jyjx-gdjt1.png) center center no-repeat;
}
.jyjx .jyjx-item:nth-child(7):hover{
	background: url(../images/jjfa-jyjx-hlzy1.png) center center no-repeat;
}
.jyjx .jyjx-item:nth-child(2):hover{
	background: url(../images/jjfa-jyjx-jsjzy1.png) center center no-repeat;
}
.jyjx .jyjx-item:nth-child(4):hover{
	background: url(../images/jjfa-jyjx-jzzy1.png) center center no-repeat;
}
.jyjx .jyjx-item:nth-child(6):hover{
	background: url(../images/jjfa-jyjx-yszy1.png) center center no-repeat;
}
.jyjx .jyjx-item:nth-child(8):hover{
	background: url(../images/jjfa-jyjx-xnfz1.png) center center no-repeat;
} */
.jyjx .jyjx-item .img_s{
	display: none;
}
.jyjx .jyjx-item .img_hover{
	display: none;
}
.jyjx .jyjx-item:hover .img{
	display: none;
}
@media (any-hover: hover) {
	.jyjx .jyjx-item:hover .img_hover{
		display: block;
	}
}
@media (max-width: 1280px){
	.jyjx{
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}
	.jyjx .jyjx-item .img_s{
		display: block;
	}
	.jyjx .jyjx-item:hover .img_hover{
		display: none;
	}
	.jyjx .jyjx-item .img_hover,
	.jyjx .jyjx-item .img{
		display: none;
	}
	.jyjx .jyjx-item{
		background: none !important;
		position:static;
		width: 50% !important;
		height: 74px !important;
		transform: translateY(0) !important;

		display: flex;
		align-items: center;
		justify-content: center;

		margin-bottom: 10px;
	}
}
@media (max-width: 978px){
	.jyjx .jyjx-item{
		width: 100% !important;
	}
}
@media (max-width: 1280px) {

	.jjfa .XRyy li{
		width:48%;
		height: 280px;
		margin: 0 1%;
		margin-bottom: 40px;
	}
}
@media (max-width: 978px){
	.jjfa{
		padding-bottom: 8vw;
	}
	.jjfa .mTitle{
		padding-top: 12vw;
	}
	.jjfa .XRyy li{
		width:50%;
		height: 140px;
		margin: 0;
		background: none !important;
	}
	.jjfa .XRyy li p {
	  color: #333;
	  font-size: 18px;
	  line-height: 40px;
	}
	.jjfa .XRyy li .icon{
		width: 76px;
		height: 76px;

		border-radius: 8px;
	}
	.jjfa .XRyy li:nth-child(1) .icon{
		background: url(../images/jjfa-xr-icon-yjty1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);;
	}
	.jjfa .XRyy li:nth-child(2) .icon{
		background: url(../images/jjfa-xr-icon-zhdc1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);;
	}
	.jjfa .XRyy li:nth-child(3) .icon{
		background: url(../images/jjfa-xr-icon-szls1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);;
	}
	.jjfa .XRyy li:nth-child(4) .icon{
		background: url(../images/jjfa-xr-icon-wwgj1.png) center center no-repeat,
		linear-gradient(-54deg,
				#01c0f1 0%,
				#02f3f2 100%);;
	}
}

/* 新闻中心 */
.news{
	/* background-color: #bacbdb; */
	background: url(../images/news-bg.png) center top no-repeat;
	background-size: 100% 100%;
	padding-top: 80px;
}
.news li{
	float: left;
	width:47%;
	margin: 0 1.5%;
	background-color: #ffffff;
	box-shadow: 0px 0px 54px 0px rgba(143, 143, 143, 0.31);
	padding: 10px 30px 0;
	box-sizing: border-box;
	margin-bottom: 50px;
}
/* .news li:hover{
	transform: translateY(-10px);
} */
.news li .text{
	padding-bottom: 10px;
}
.news li h4{
	line-height: 56px;
	font-size: 20px;
	font-weight: normal;
}
.news li h4 a{
	color: #333333;
}
.news li:hover h4 a{
	color: #02c1ef;
}
.news li .text p{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
	height: 90px;
	overflow: hidden;
	color: #666666;
}
.news li .bot{
	width: 100%;
	height: 80px;
	background: url(../images/news-bot-bg.png) left top repeat-x;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news li .bot .time{
	color: #666666;
	font-size: 16px;
}
.news li .bot .more{
	font-size: 16px;
	color: #02c1ef;
}

@media (max-width: 1280px) {
	/* .news{
		padding-bottom: 40px;
	} */
	.news .mTitle{
		padding-top: 60px;
	}
	.news li{
		float: left;
		width:48%;
		margin: 0 1%;
		padding: 0px 15px 0;
		margin-bottom: 40px;
	}
	.news li h4{
		line-height: 46px;
		font-size: 18px;
	}
	.news li .text p{
		font-size: 14px;
		line-height: 24px;
		height: 72px;
	}
	.news li .bot{
		height: 64px;
	}
	.news li .bot .time{
		color: #666666;
		font-size: 14px;
	}
	.news li .bot .more{
		font-size: 14px;
		color: #02c1ef;
	}
}
@media (max-width: 978px){
	.news{
		background: #bacbdb;
		padding-top: 0px;
	}
}
@media (max-width: 750px){
	.news{
		padding-bottom: 8vw;
	}
	.news .mTitle{
		padding-top: 8vw;
	}
	.news li{
		float: none;
		width: 100%;
		margin: 0 ;
		padding: 10px 15px 0;
		margin-bottom: 20px;
	}
	.news li h4{
		line-height: 36px;
		font-size: 4vw;
	}
	.news li .text p{
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}
	.news li .bot{
		width: 100%;
		height: 50px;
	}
}



/* 联系我们 */
.contact{
	background: url(../images/contact-bg.png) center center no-repeat;
	background-size: 100% 100%;
	padding-top: 160px;
	padding-bottom: 100px;
}
.contact .mTitle{
	display: none;
}
.contact .content{
	width: 100%;
	height: 610px;
	background-color: rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 13px 0px rgba(175, 175, 175, 0.41);
	padding: 0 45px;
	box-sizing: border-box;

	display: flex;
	justify-content: space-between;
}
.contact .info{
	width: 40%;
	padding-top: 20px;
}
.contact .info_text li{
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}
.contact .info_text li .icon{
	width: 68px;
	height: 68px;
	border-right: 3px solid #fff;

	margin-right: 28px;
}
.contact .info_text li:nth-child(1) .icon{
	background: url(../images/contact-icon-address.png) left center no-repeat;
}
.contact .info_text li:nth-child(2) .icon{
	background: url(../images/contact-icon-tel.png) left center no-repeat;
}
.contact .info_text li:nth-child(3) .icon{
	background: url(../images/contact-icon-email.png) left center no-repeat;
}
.contact .info_text li:nth-child(4) .icon{
	background: url(../images/contact-icon-network.png) left center no-repeat;
}
.contact .info_text li h4{
	font-size: 21px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 8px;
}
.contact .info_text li p{
	font-size: 15px;
	color: #ffffff;
	line-height: 27px;
}
.contact .form{
	width: 60%;
	padding-top: 45px;
}
.contact .form input[type="submit"]{
	display: block;
	width: 142px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background-image: linear-gradient(-45deg,
		#00c2f2 0%,
		#01f3f4 100%),
	linear-gradient(
		#02c1ef,
		#02c1ef);
	background-blend-mode: normal,
		normal;
	border-radius: 21px;
	outline: none;
	border: none;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	margin-top: 30px;
	box-sizing: border-box;
}
.contact .form .top,
.contact .form .cen,
.contact .form .bot{
	display: flex;
	justify-content: space-between;
}
.contact .form .top .lef{
	width: 64%;
}
.contact .form .top .rig{
	width: 32%;
}
.contact .form .cen input[type="text"]{
	width: 48%;
}
.contact .form input[type="text"], .contact .form textarea{
	border: solid 1px #ffffff;
}
.contact .form input[type="text"]{
	width: 100%;
	height: 38px;
	margin-bottom: 22px;
	outline: none;
	background: transparent;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #ffffff;
}
.contact .form input::input-placeholder{
	color: #FFFFFF;
}
.contact .form input::-moz-input-placeholder{
	color: #FFFFFF;
}
.contact .form input::-webkit-input-placeholder{
	color: #FFFFFF;
}
.contact .form input::-ms-input-placeholder{
	color: #FFFFFF;
}
.contact .form textarea{
	width: 100%;
	height: 148px;
	padding: 10px;
	box-sizing: border-box;
	background: transparent;
	color: #FFFFFF;
	outline: none;
}
.contact .form textarea::input-placeholder{
	color: #FFFFFF;
}
.contact .form textarea::-moz-input-placeholder{
	color: #FFFFFF;
}
.contact .form textarea::-webkit-input-placeholder{
	color: #FFFFFF;
}
.contact .form textarea::-ms-input-placeholder{
	color: #FFFFFF;
}
.contact .form input[type="file"]{
	width: 100%;
	height: 120px;
	border: solid 1px #ffffff;
	box-sizing: border-box;
}
.contact .form p{
	font-size: 16px;
	color: #fff;
	line-height: 57px;
}
.contact .form p span{
	font-size: 14px;
}
#fileLabel{
	display: block;
	width: 100%;
	height: 120px;
	border: solid 1px #ffffff;
	background: url(../images/file-bg.png) center center no-repeat;
}
#fileP{
	position: absolute;bottom: 0;left: 0;height: 20px;line-height: 20px;font-size: 12px;color: #fff;width: 100%;text-align: center;
}
@media (max-width: 1280px) {
	.contact{
		background-size: auto 100%;
	}
	.contact .content{
		flex-direction: column;
		height: auto;
		padding-bottom: 4vw;
	}
	.contact .info{
		width: 100%;
	}
	.contact .form{
		width: 100%;
	}
}
@media (max-width: 978px) {
	.contact{
		background: #bacbdb;
		padding-top: 0px;
		padding-bottom: 60px;
	}
	.contact .mTitle{
		display: block;
	}
	.contact .title{
		display: none;
	}
	.contact .content{
		padding: 10px 20px;
	}
	.contact .info_text li{
		margin-bottom: 4vw;
	}
	.contact .info_text li .text{
		display: flex;
		align-items: flex-start;
	}
	.contact .info_text li .icon{
		display: none;
	}
	.contact .info_text li .text .pEl{
		flex: 1;
	}
	.contact .info_text li h4{
		font-size: 16px;
	}
	.contact .form{
		padding-top: 20px;
		/* outline: 1px dashed red; */
	}
	.contact .form .top,
	.contact .form .cen,
	.contact .form .bot{
		flex-direction: column;
	}
	.contact .form input[type="text"]{
		width: 100%;
	}
	.contact .form input[type="file"]{
		width: 100%;
	}
	.contact .form p{
		text-align: center;
	}
	.contact .form .top .lef{
		width: 100%;
	}
	.contact .form .top .rig{
		width: 100%;
	}
	.contact .form .cen input[type="text"]{
		width: 100%;
	}
}

/* footer-list */
.footer-list{
	padding-bottom: 50px;
	background: url(../images/i_footer-bg.png) center top no-repeat;
	background-size: 100% 100%;
	padding-top: 100px;
	/* background-color: #211e21; */
}
.index_body .footer-list{
	background: none;
	background-color: #211e21;
	padding-top: 0;
}
.footer-list .cont{
	display: flex;
	justify-content: space-between;
}
.footer-list .list{
	width: 60%;
	display: flex;
}
.footer-list .list .item{
	width: 25%;
}
.footer-list .list .item h2{
	color: #e5e5e5;
	font-size: 24px;

	padding: 40px 0;
}
.footer-list .list .item h2 a{
	color: #e5e5e5;
}
.footer-list .list .item li{
	padding: 10px 0;

	color: #b3b3b3;
	font-size: 18px;
}
.footer-list .list .item li a{
	color: #b3b3b3;
}
@media (any-hover: hover) {
	.footer-list .list .item li a:hover{
		color: #1ac2ed;
	}
}

.footer-list .list .item .icon{
	display: none;
}
.footer-list .tel{
	/* width: 40%; */
}
.footer-list .tel h3{
	padding-top: 40px;
	color: #e5e5e5;
	font-size: 24px;
}
.footer-list .tel .ewm{
	width: 110px;
}
.footer-list .telphone{
	color: #00c2f2;
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
}
.footer-list .tel .sm{
	color: #b3b3b3;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}
@media (max-width: 1280px) {
	.footer-list .list .item h2{
		color: #e5e5e5;
		font-size: 20px;

		padding: 30px 0;
	}
	.footer-list .list .item li{
		padding: 6px 0;

		font-size: 16px;
	}
	.footer-list .tel h3{
		padding-top: 30px;
		color: #e5e5e5;
		font-size: 20px;
	}
	.footer-list .telphone{
		font-size: 26px;
		line-height: 60px;
	}
}
@media (max-width: 878px){
	.footer-list{
		padding-bottom: 20px;
		background-size: auto 100%;
	}
	.footer-list .cont{
		flex-direction: column;
	}
	.footer-list .list{
		width: 100%;
	}
	.footer-list .tel{
		width: 100%;
	}
	.footer-list .list .item{
		text-align: center;
	}
	.footer-list .list .item h2{
		font-size: 16px;

		padding: 24px 0;
	}
	.footer-list .list .item.active .icon{
		transform: rotate(90deg);
	}
	.footer-list .tel{
		display: flex;
		align-items: flex-end;
		justify-content: space-around;
		margin-top: 2vw;
	}
	.footer-list .tel h3{
		padding-top: 24px;

		font-size: 18px;
	}
	.footer-list .telphone{
		font-size: 24px;
		line-height: 50px;
	}
	.footer-list .tel .ewm{
		width: 140px;
	}
}
@media (max-width: 750px){
	.footer-list{
		background: none;
		padding-top: 0px;
		background-color: #211e21;
	}
	.footer-list .list{
		flex-direction: column;
		padding-top: 4vw;
	}
	.footer-list .list .item{
		width: 100%;
		text-align: left;
	}
	.footer-list .list .item .title{
		height: 12vw;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer-list .list .item h2{
		padding: 0;

	}
	.footer-list .list .item ul{
		display: none;
	}
	.footer-list .list .item .icon{
		display: block;
	}
	.footer-list .list .item li{
		padding: 6px 0;
		padding-left: 30px;
		box-sizing: border-box;
	}
	.footer-list .tel{
		margin-top: 4vw;
	}
	.footer-list .tel h3{
		padding-top: 4vw;
	}
	.footer-list .telphone{
		font-size: 24px;
		line-height: 10vw;
	}
	.footer-list .tel .ewm{
		width: 110px;
	}
}

/* footer */
.footer{

	background-color: #211e21;
	border-top: 1px solid #484f59;

	font-size: 14px;
}
.footer .yqlj{
	padding-top: 18px;
	color: #f9f9f9;

	display: flex;
}
.footer .yqlj .title{
	display: block;
	width: 72px;
	height: 100%;
	line-height: 1;
	color: #f9f9f9;
}
.footer .yqlj .yqlj_ul{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer .yqlj li{
	margin-bottom: 12px;
	border-right: 1px solid #f9f9f9;
	line-height: 1;
	padding: 0 18px;
}
.footer .yqlj li a{
	color: #f9f9f9;
}
@media (any-hover: hover){
	.footer .yqlj li:hover a,
	.footer .yqlj .title:hover,
	.footer .copyright p a:hover{
		color: #1ac2ed;
	}
}
.footer .copyright{
	color: #FFFFFF;
	padding-bottom: 20px;
}
.footer .copyright p{
	text-align: center;
}
.footer .copyright p a{
	color: #FFFFFF;
}
.footer .copyright p.p2{
	padding-top: 12px;
}
@media (max-width: 1280px) {
	.footer{
		font-size: 14px;
	}
}
@media (max-width: 878px) {
	.footer .yqlj{
		display: none;
	}
	.footer .copyright{
		padding: 12px 0;
	}
	.footer .copyright p{
		line-height: 6vw;
	}
	.footer .copyright p.p2{
		display: none;
	}
}
@media (max-width: 640px) {
	.footer .copyright p span{
		display: none;
	}
}


/* 内页 */
/* 合作厂家 */
.hzcj{
	padding-bottom: 130px;
}
@media (max-width: 1280px) {
	.hzcj{
		padding-bottom: 80px;
	}
}
@media (max-width: 750px) {
	.hzcj{
		padding-bottom: 10vw;
	}
}
/* 联系我们 */
.contact_i{
	padding-bottom: 20px;
}
.contact_i .bot{
	margin-top: 30px;
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact_i .info p{
	font-size: 20px;
	color: #333333;
	line-height: 50px;
}
.contact_i .ewm{
	width: 188px;
	text-align: center;
}
.contact_i .ewm p{
	color: #333333;
	font-size: 16px;
	padding-top: 10px;
}
@media (max-width: 1280px) {
	.contact_i .bot{
		flex-direction: column;
	}
}
@media (max-width: 978px) and (min-width: 750px) {
	.contact_i .bot{
		padding: 0;
	}
	.contact_i .info p{
		font-size: 18px;
		line-height: 40px;
	}
	.contact_i .ewm{
		width: 160px;
	}
}
@media (max-width: 750px) {
	.contact_i .bot{
		padding: 0;
	}
	.contact_i .info p{
		font-size: 14px;
		line-height: 30px;
	}
	.contact_i .ewm{
		width: 120px;
	}
	.contact_i .ewm p{
		font-size: 14px;
	}
}

.details{
	padding-bottom: 60px;
}
.details_box{
	min-height: 900px;
	margin: 0 auto;
	padding: 0px 24px;
	position:relative;
	background-color: #fff;
	padding-bottom: 100px;
}
.details_top{
	text-align: center;
}
.details_top h1{
	font-size: 26px;
	color: #333333;
	border-bottom: 1px solid #1ac2ed;
	padding: 40px 0 30px;
	margin-bottom: 16px;
}
.details_top p{
	font-size: 14px;
	color: #666666;
}
.details_list{
	margin-top: 20px;
}
.details_box1{
	min-height:90px;
	position: absolute;
	bottom: 00px;
	width: 90%;
	left: 50%;
	line-height: 36px;
	transform: translateX(-50%);
}
.details_lef,
.details_rig{
	width: 100%;
	font-size: 14px;
	color: #666;
	float: left;
}
.details_a a{
	color: #666;
}
.details_cont_phone{
	display: none;
}
.details_cont video,.details_cont2 video{
	width: 90% !important;
	height:auto;
	object-fit: fill;
}
.details_cont img,.details_cont2 img{
	max-width: 90%;
	height:auto;
}

@media (max-width: 750px) {
	.details_box{
		padding-bottom: 144px;
	}
	.details_top h1{
		font-size: 4vw;
		padding: 30px 0 20px;
	}
	.details_top p{
		font-size: 12px;
	}
	.details_cont_pc{
		display: none;
	}
	.details_cont_phone{
		display: block;
	}
}

/* 业务合作 */
.ywhz{
	margin-bottom:25px;
}
.ywhz .top{
	width: 100%;
	padding: 45px 30px;
	box-sizing: border-box;
	background-image: linear-gradient(-90deg,
		#337aed 0%,
		#1ac2ed 100%);
}
.ywhz .top p{
	font-size: 34px;
	line-height: 66px;
	font-weight: bold;
}
.ywhz .bot{
	padding: 40px;
	box-sizing: border-box;
	background-color: #fff;
}
.ywhz .bot p.email{
	font-size: 14px;
	color: #444;
	letter-spacing: 1px;
	font-weight: bold;
}
.ywhz .bot .fileWrap{
	width: 100%;
	height: 98px;
	background-color: #fafafa;
	border: solid 1px #e7e7e7;
	box-sizing: border-box;
	margin-top:10px;

	padding: 0 20px;
	box-sizing: border-box;

	display: flex;
	align-items: center;
}
.ywhz .bot .fileWrap .tip{
	height: 100%;
	padding-left: 70px;
	background: url(../images/inner_file.png) left center no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ywhz .bot .fileWrap .tip p, #i_fileP{
	font-size: 12px;
	letter-spacing: 1px;
	color: #b6b6b6;
	line-height: 24px;
}
.ywhz .bot .fileWrap #i_fileLabel{
	display: block;
	width: 85px;
	height: 59px;
	background: url(../images/upload.png) center center no-repeat;
	margin-left: 15px;
	margin-right: 15px;
}
.ywhz .bot .inputWrap{
	padding: 0 30px;
	box-sizing: border-box;
}
.ywhz .bot .inputWrap input[type="submit"]{
	display: block;
	width: 164px;
	height: 36px;
	background-color: #1ac2ed;
	border-radius: 2px;
	margin: 0 auto;
	margin-top: 40px;
	border: none;
	outline: none;
	font-size: 16px;
	letter-spacing: 1px;
	color: #f8f8f8;
	cursor: pointer;
}
.ywhz .bot .inputWrap ul{
	display: flex;
	flex-wrap: wrap;
}
.ywhz .bot .inputWrap li,.ywhz .bot .inputWrap .textarea{
	width: 160px;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
.ywhz .bot .inputWrap .textarea{
	width: 100%;
	max-width: 524px;
}
.ywhz .bot .inputWrap li input,
.ywhz .bot .inputWrap .textarea textarea{
	width: 100%;
	height: 24px;
	margin-top: 8px;
	outline: none;
}
.ywhz .bot .inputWrap .textarea textarea{
	min-height: 58px;
	padding: 10px;
	box-sizing: border-box;
}
.ywhz .bot .inputWrap li select{
	width: 100%;
	height: 28px;
	margin-top: 8px;
	outline: none;
	background: #fff;
	border: 1px solid #ccc;
}
.ywhz .bot .inputWrap li span,
.ywhz .bot .inputWrap .textarea span{
	letter-spacing: 1px;
	color: #969696;
	font-size: 16px;
}
.ywhz .bot .inputWrap li span.must{
	color: #ff2222;
}
@media (max-width: 1080px){
	.ywhz .top{
		padding: 24px 30px;
	}
	.ywhz .top p{
		font-size: 28px;
		line-height: 48px;
	}
}
@media (max-width: 750px){
	.ywhz .top{
		padding: 6vw;
	}
	.ywhz .top p{
		font-size: 5.4vw;
		line-height: 36px;
	}
	.ywhz .bot{
		padding: 6vw;
	}
	.ywhz .bot p.email{
		font-size: 14px;
	}
	.ywhz .bot .fileWrap{
		height: auto;
		padding: 12px;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.ywhz .bot .fileWrap #i_fileLabel {
		margin-top: 12px;
		margin-left: 0px;
	}
	.ywhz .bot .fileWrap .tip{
		padding-left: 60px;
	}
	.ywhz .bot .fileWrap .tip p{
		font-size: 3vw;
		letter-spacing: 0px;
		line-height: 4.4vw;
	}
	.ywhz .bot .inputWrap{
		padding: 0px;
	}
	.ywhz .bot .inputWrap li{
		width: 100% !important;
		margin-right: 0px;
		margin-top: 4vw;
	}
}



.dh_wrap{
	margin: 30px 0;
}
.dh_wrap .dh_title{
	width: 100%;
	padding-bottom: 24px;
	border-bottom: solid 1px #bacbdb;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.dh_wrap .dh_title .left{
	color: #1ac2ed;
	font-size: 32px;
	cursor: pointer;
	font-weight: normal;
}
.dh_wrap .dh_title .right{
	font-size: 18px;
	color: #bacbdb;
}
.dh_wrap .dh_title .right a{
	font-size: 18px;
	color: #bacbdb;
}
.dh_wrap .dh_title .right a.last{
	font-size: 18px;
	color: #ff1d1d;
}
.dh_wrap .dh_content{
	width: 100%;
	min-height: 800px;
	padding: 40px;
	box-sizing: border-box;
}
@media (max-width: 978px){
	.dh_wrap .dh_title .left{
		font-size: 30px;
	}
	.dh_wrap .dh_title .right,
	.dh_wrap .dh_title .right a,
	.dh_wrap .dh_title .right a.last{
		font-size: 16px;
	}
	.dh_wrap .dh_content{
		min-height: 400px;
		padding: 4vw;
	}
}
@media (max-width: 750px){
	.dh_wrap .dh_title{
		flex-direction: column;
		padding-bottom: 16px;
	}
	.dh_wrap .dh_title .left{
		font-size: 28px;
		margin-bottom: 2px;
	}
	.dh_wrap .dh_title .right,
	.dh_wrap .dh_title .right a,
	.dh_wrap .dh_title .right a.last{
		font-size: 14px;
	}
}
/* 第一种导航样式里的内容样式 */
/* 段落样式 */
.dh_content1 .dhText p{
	/* font-size: 14px;
	color: #333;
	line-height: 32px;
	text-indent: 2em; */
}
/* 图片样式 */
.dh_content1 .picList li{
	float: left;
	width: 29.3%;
	margin: 0 2%;
	margin-bottom: 60px;
	transition: all 0.5s ease;
}
.dh_content1 .picList li .pic{
	width: 100%;
}
.dh_content1 .picList li .pic img{
	width: 100%;
}
.dh_content1 .picList li:hover{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}
.dh_content1 .picList li .text{
	padding-top: 20px;
}
.dh_content1 .picList li p{
	font-size: 18px;
	color: #787878;
	text-align: center;
}
.dh_content1 .picList li:hover p a{
	color: #173f8f;
}
@media (max-width: 978px){
	.dh_content1 .picList li{
		width: 47%;
		margin: 0 1.5%;
		margin-bottom: 40px;
	}
	.dh_content1 .picList li .pic{
		width: 100%;
	}
	.dh_content1 .picList li p{
		line-height: 40px;
	}
}
@media (max-width: 750px){
	.dh_content1 .picList li{
		width: 100%;
		margin: 0;
		margin-bottom: 6vw;
	}
	.dh_content1 .picList li .pic{
		width: 100%;
		height: auto;
	}
	.dh_content1 .picList li:hover{
		transform: none;
	}
	.dh_content1 .picList li .text{
		padding-top: 1vw;
	}
	.dh_content1 .picList li p{
		font-size: 16px;
	}
}
/* 新闻列表样式 */
.dh_content1 .newsList li{
	float: left;
	width: 47%;
	height: 210px;
	margin: 0 1.5%;
	margin-bottom: 50px;
	background-color: #f6f9fc;
	padding: 30px;
	padding-bottom: 0px;
	box-sizing: border-box;
}
.dh_content1 .newsList li:hover{
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(36, 95, 165, 0.19);
}
.dh_content1 .newsList li h3{
	font-size: 18px;
	padding-bottom: 12px;
	font-weight: normal;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dh_content1 .newsList li h3 a{
	color: #333333;
}
.dh_content1 .newsList li:hover h3 a{
	color: #1ac2ed;
}
.dh_content1 .newsList li p{
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #666666;
	text-align: justify;
}
.dh_content1 .newsList li .news_bot{
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed #bcbcbc;
	margin-top: 10px;
}
.dh_content1 .newsList li .time{
	color: #666666;
	font-size: 15px;
}
.dh_content1 .newsList li .more{
	color: #1ac2ed;
	font-size: 12px;
}
@media (max-width: 978px){
	.dh_content1 .newsList li{
		padding: 20px;
	}
}
@media (max-width: 750px){
	.dh_content1 .newsList li{
		width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 20px;
		padding: 4vw;
	}
	.dh_content1 .newsList li .news_bot{
		height: 38px;
		margin-top: 10px;
		padding-top: 10px;
	}
}

/* login */
.mask{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.mask{
	display: none;
}
.mask .reset{
	display: none;
}
.mask .login{
	display: none;
}
.mask .register{
	display: none;
}
.login_wrap{
	width: 900px;
	height: 550px;
	background: url(../images/login_bg1.png) left top no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	overflow: hidden;
	display: flex;
}
.login_wrap .lef{
	width: 400px;
	padding: 0 50px;
	padding-top: 70px;
	box-sizing: border-box;
}
.login_wrap .lef p{
	font-size: 18px;
	line-height: 40px;
	color: #bacbdb;
	text-align: justify;
	text-indent: 2em;
}
.login_wrap .rig{
	width: 500px;
	height: 100%;
	position: relative;
	background-color: #fff;
	padding: 0 60px;
	padding-top: 70px;
	box-sizing: border-box;
}
.login_wrap .rig .back{
	line-height: 70px;
	text-align: right;
	color: #666666;
	padding-left: 18px;
	background: url(../images/back-arrow.png) left center no-repeat;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 30px;
}
.login_wrap .rig .closeIcon{
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
}
.login_wrap .rig .yyzh,
.login_wrap .rig .czmm{
	position: absolute;
	padding-bottom: 20px;
	left: 60px;
	bottom: 0;
}
.login_wrap .rig .czmm{
	cursor: pointer;
}
.login_wrap .rig .czmm:hover{
	color: #1ac2ed;
}
.login_wrap .rig .yyzh .ljdl{
	color: #1ac2ed;
	cursor: pointer;
}
.login_wrap .rig h1{
	padding-bottom: 20px;
}
.login_wrap .rig input[type="text"],
.login_wrap .rig input[type="password"]{
	/* width: 100%; */
	flex: 1;
	height: 56px;
	border-radius: 4px;
	border: solid 1px #999999;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666666;
}
.login_wrap .rig input::input-placeholder{
	color: #666666;
}
.login_wrap .rig input::-moz-input-placeholder{
	color: #666666;
}
.login_wrap .rig input::-webkit-input-placeholder{
	color: #666666;
}
.login_wrap .rig input::-ms-input-placeholder{
	color: #666666;
}
.login_wrap .rig .input_wrap{
	margin-bottom: 16px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.login_wrap .rig .getYzm{
	width: 100px;
	text-align: center;
	font-size: 24px;
	color: #333;
	cursor: pointer;
	padding-left: 10px;
	box-sizing: border-box;
}
.login_wrap .rig .getYzm img{
	width: 100%;
}
.login_wrap .tip{
	display: flex;
	align-items: center;
}
.login_wrap .tip #radioLabel{
	width: 14px;
	height: 14px;
	border-radius: 2px;
	border: solid 1px #a6a6a6;
	margin-right: 5px;
}
.login_wrap .tip p{
	font-size: 14px;
	color: #666666;
	margin-left: 5px;
}
.login_wrap .tip p a{
	color: #1ac2ed;
}
.login_wrap .rig input[type="submit"]{
	width: 100%;
	height: 56px;
	background-color: #1ac2ed;
	border-radius: 4px;
	outline: none;
	border: none;
	font-size: 18px;
	color: #ffffff;
	margin-top: 18px;
}

@media (max-width: 1080px) {
	.login_wrap{
		width: 700px;
	}
	.login_wrap .lef{
		width: 280px;
		padding: 0 20px;
		padding-top: 70px;
	}
	.login_wrap .lef p{
		font-size: 16px;
		line-height: 32px;
	}
	.login_wrap .rig{
		width: 420px;
		padding: 0 30px;
		padding-top: 70px;
	}
	.login_wrap .rig .yyzh,
	.login_wrap .rig .czmm{
		left: 30px;
	}
}
@media (max-width: 750px) {
	.login_wrap .rig{
		padding-top: 50px;
	}
	.login_wrap .rig .back{
		line-height: 50px;
		font-size: 16px;
	}
	.login_wrap .rig h1{
		padding-bottom: 20px;
		font-size: 24px;
	}
	.login_wrap{
		width: 92vw;
		height: auto;
		flex-direction: column;
		background: none;
	}
	.login_wrap .rig input[type="text"],
	.login_wrap .rig input[type="submit"]{
		height: 48px;
	}
	.login_wrap .lef{
		display: none;
	}
	.login_wrap .rig{
		width: 100%;
		border-radius: 20px;
		overflow: hidden;
		padding-bottom: 60px;
	}
	.login_wrap .tip p{
		font-size: 12px;
	}
}

/* dhej */
.dh_wrap .dh_title1{
	border-bottom: solid 1px #bacbdb;
	position: relative;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}
.dh_wrap .dh_title1 .hd{
	width: 100%;
	height: 21px;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: -1;
}
.dh_wrap .dh_title1 .hd a{
	display: block;
	width: 12px;
	height: 21px;
}
.dh_wrap .dh_title1 .hd .prev{
	position: absolute;
	left: -10px;
	background: url(../images/prev1.png) no-repeat;
}
.dh_wrap .dh_title1 .hd .next{
	position: absolute;
	right: -10px;
	background: url(../images/next1.png) no-repeat;
}
.dh_wrap .dh_title1 .bd{
	/* width: 1000px; */
	/* margin: 0 auto; */
	/* z-index: 99; */
	display: flex;
	justify-content: center;
}
.dh_wrap .dh_title1 .bd ul{
	display: flex;
	justify-content: center;
}
.dh_wrap .dh_title1 .bd li{
	font-size: 30px;
	color: #bacbdb;
}
.dh_wrap .dh_title1 .bd li a{
	display: block;
	color: #bacbdb;
	padding: 0 10px;
}
.dh_wrap .dh_title1 .bd li.active a{
	color: #1ac2ed;
}
@media (any-hover: hover){
	.dh_wrap .dh_title1 .bd li:hover a{
		color: #1ac2ed;
	}
}
@media (max-width: 1280px) and (min-width: 1080px){
	.dh_wrap .dh_title1 .bd li{
		font-size: 21px;
		padding: 0 8px;
	}
	.dh_wrap .dh_title1 .hd{
		top: 6px;
	}
}
.join{
	padding-bottom: 8vw;
}
.join .bot{
	border-radius: 10px;
	overflow: hidden;
}
.join .yj_ul > li{

	padding: 0 40px;
	box-sizing: border-box;
}
.join .yj_ul > li .desc{
	display: flex;
	line-height: 50px;
}
.join .yj_ul > li:nth-child(1){
	background-color: #bacbdb;
}
.join .yj_ul > li:nth-child(1) .desc{
	line-height: 56px;
}
.join .yj_ul > li span{
	color: #666666;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.join .yj_ul > li span:nth-child(1){
	width: 20%;
}
.join .yj_ul > li span:nth-child(2),
.join .yj_ul > li span:nth-child(3),
.join .yj_ul > li span:nth-child(4),
.join .yj_ul > li span:nth-child(5){
	width: 18%;
}
.join .yj_ul > li span:nth-child(6){
	width: 8%;
}
.join .yj_ul > li:nth-child(1) span{
	color: #010101;
	font-size: 16px;
}
.join .yj_ul > li .closeEl{
	width: 16px;height: 16px;vertical-align: middle;
	cursor: pointer;
}
.join .yj_ul > li .detail{
	display: none;
}
.join .detail h6{
	color: #000000;
	font-size: 16px;
	padding: 30px 0;
	font-weight: normal;
}
.join .detail p{
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.join .detail .btn{
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	padding: 10px;
	background-color: #1ac2ed;
	border-radius: 4px;
	margin-top: 40px;
	margin-bottom: 80px;
}
.dh_wrap .dh_title1 .min_width{
	display: none;
}
@media (max-width: 1080px){
	.dh_wrap .dh_title1 .max_width{
		display: none;
	}
	.dh_wrap .dh_title1 .min_width{
		display: block;
	}
	.dh_wrap .dh_title1{
		padding-bottom: 0px;
		border-bottom: none;
	}
	.dh_wrap .dh_title1 .min_width ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.dh_wrap .dh_title1 .min_width ul li{
		width: 25%;
		text-align: center;
		font-size: 28px;
		margin-bottom: 16px;
	}
	.dh_wrap .dh_title1 .min_width ul li a{
		color: #bacbdb;
	}
	.dh_wrap .dh_title1 .min_width ul li.active a{
		color: #1ac2ed;
	}
}
@media (max-width: 750px){
	.min_width ul li{
		font-size: 4.2vw;
		margin-bottom: 3vw;
	}
	.dh_wrap .dh_title1 .min_width ul li {
	  width: 25%;
	  text-align: center;
	 font-size: 4.2vw;
	 margin-bottom: 3vw;
	}
	.join .yj_ul > li{
		padding: 0 20px;

		line-height: 36px;
	}
	.join .yj_ul > li .desc{
		line-height: 32px;
	}
	.join .yj_ul > li:nth-child(1) .desc{
		line-height: 36px;
	}
	.join .yj_ul > li span{
		text-align: center;
		font-size: 3.2vw;
	}
	.join .yj_ul > li:nth-child(1) span{
		font-size: 3.2vw;
	}
	.join .detail h6{
		padding: 4vw 0;
	}
	.join .detail .btn{
		padding: 0 10px;
		font-size: 14px;
		margin-top: 4vw;
		margin-bottom: 8vw;
	}
}
.join .top{
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(36, 95, 165, 0.18);
	border-radius: 10px;
	padding: 24px 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.join .top .search{
	width: 100%;
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.join .top .search .fast{
	flex: 1;
	display: flex;
	align-items: center;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #1ac2ed;
	box-sizing: border-box;
}
.join .top .search .text{
	width: 140px;
	height: 38px;
	line-height: 38px;
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #b3b3b3;
	/* overflow: hidden; */
	position: relative;
	z-index: 1;
}
.join .top .search .text .select{
	height: 100%;
	padding-left: 4px;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: center;
}
.join .top .search .text .select input{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	position: absolute;
	left: 4px;
	z-index: -1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.join .top .search .text .options{
	display: none;
	main-height: 76px;
	width: 100%;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 9;
	border: 1px solid #e4e7ed;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	box-sizing: border-box;
	text-align: center;
}
.join .top .search .text .options::after{
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	border: 6px solid #000;
	border-top-color: transparent;
	border-bottom-color: #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 10;
}
.join .top .search .text .options li:hover{
	color: #1ac2ed;
}
.join .top .search select{
	width: 90%;
	height: 22px;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	outline: none;
	border: none;
	background: transparent;
	box-sizing: border-box;
	font-size: 14px;
	color: #010101;
}
@media (max-width: 1280px) {
	.join .top .search .text{
		padding-left: 20px;
	}
}
.join .top .search select option{
	width: 100%;
	background-color: #fff;
}
.join .top .search .text img{
	position: absolute;
	right: 8px;
	top: 15px;
	z-index:-1;
}
.join .top .search .inputEl{
	width: calc(100% - 150px);
	height: 38px;
	outline: none;
	border: none;
	padding: 12px 0;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666;
}
.join .top .search input[type="submit"]{
	width: 100px;
	height: 40px;
	background-color: #1ac2ed;
	border-radius: 4px;
	border: none;
	outline: none;
	font-size: 20px;
	color: #fff;
	margin-left: 8px;
}
.typeList li { overflow:hidden; color:#999; }
.typeList li .t {float:left; width:80px; line-height:32px; font-size:14px; color: #010101; }
.typeList li .info { position:relative; overflow:hidden; margin-left:80px; padding:4px 50px 0 0; line-height:24px; font-size:0; }
.typeList li .info span,.typeList li .info .tog { position:relative; display:inline-block; padding:0 15px; cursor:pointer; font-size:14px; border-radius:5px; }
.typeList li .info span:hover { color: #1ac2ed; }
.typeList li .info span.active { color: #1ac2ed; }
.typeList li .info .tog { position:absolute; right:0; top:4px; margin:0; line-height:26px; color:#4688f1; }
.typeList .tag { margin-top:-4px; box-sizing:border-box; margin-right:15px; padding:0 10px; display:inline-block; border-radius:6px; vertical-align:middle; min-width:100px; height:32px; border:1px solid #bbb; line-height:30px; text-align:center; color:#999; font-size:14px; }
.typeList .tag.active,.typeList .tag:hover { background:url(../images/line_bg.png) repeat-y 50% 50%; border:none; color:#fff;}
@media (max-width: 750px){
	.join .top{
		padding: 20px;
	}
	.join .top .search{
		flex-direction: column;
	}
	.join .top .search .text{
		width: 100px;
		padding-left: 10px;
	}
	.join .top .search input[type="submit"]{
		width: 80px;
		height: 32px;
		margin-top: 4vw;
		font-size: 14px;
	}
	.join .top .search input[type="text"]{
		width: calc(100% - 120px);
	}
	.typeList li .info span,.typeList li .info .tog {padding:0 8px; }
}
.gsry{
	padding-bottom: 60px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.gsry .swiper-slide {
	height: 260px;
  text-align: center;
  font-size: 18px;
	box-shadow: 0px 0px 8px 0px rgba(36, 95, 165, 0.19);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.gsry .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.gsry .swiper-button-prev, .swiper-container-rtl .swiper-button-next {

	left: 2px;
	right: auto;

}
.gsry .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 2px;
  left: auto;
}
.gsry .swiper-button-next, .swiper-button-prev{
	color: #1ac2ed  !important;
	width: 30px !important;
		height: 30px !important;
		background-color: #ffffff;
		box-shadow: 0px 0px 8px 0px
			rgba(36, 95, 165, 0.19);
		border-radius: 4px;
}
.gsry .swiper-button-next::after, .swiper-button-prev::after{
	font-size: 18px !important;
}
.gsry .min_width{
	display: none;
}
@media (max-width: 1280px){
	.gsry .swiper-container{
		display: none;
	}
	.gsry .min_width{
		display: block;
	}
	.gsry .min_width li{
		float: left;
		width:47%;
		margin: 0 1.5%;
		margin-bottom: 30px;
	}
	.gsry .min_width li img{
		width: 100%;
	}
}
@media (max-width: 978px){
	.gsry .min_width li{
		width:100%;
		margin-bottom: 6vw;
	}
	.gsry .min_width li img{
		width: 100%;
	}
}

.gsjj{
	background: url(../images/gsjj-bg.png) center bottom no-repeat;
	background-size: 100% 760px;
	padding-bottom: 40px;
}
.gsjj .top{
	/* display: flex;
	align-items: center; */
}
.gsjj .top img{
	width: 40%;
	margin-right: 35px;
	float: left;
}
.gsjj .top h2{
	font-size: 30px;
	color: #1ac2ed;
	margin-bottom: 30px;
}
.gsjj .cen{
	margin-bottom: 40px;
}
.gsjj .top p,.gsjj .cen p{
	/* font-size: 16px;
	line-height: 46px;
	color: #333333; */
}
.gsjj .bot{
	width: 100%;
	display: flex;
	margin-top: 20px;
}
.gsjj .bot .item{
	flex: 1;
	padding-left: 60px;
}
.gsjj .bot .item:nth-child(1){
	border-right: 2px solid #1ac2ed;
}
.gsjj .bot .item h3{
	font-size: 30px;
	color: #333333;
	padding-bottom: 30px;
}
.gsjj .bot .item .list{
	display: flex;
}
.gsjj .bot .item .list span{
	margin-right: 40px;
	font-size: 26px;
	color: #333333;
}
@media (max-width: 1280px){
	.gsjj .bot .item .list span {
	  margin-right: 16px;
	  font-size: 22px;
	  color: #333333;
	}
}
@media (max-width: 978px){
	.gsjj .bot .item{
		padding-left: 20px;
	}
	.gsjj .bot .item .list span {
	  margin-right: 16px;
	  font-size: 18px;
	  color: #333333;
	}
}
@media (max-width: 750px){
	.gsjj .top .desc{
	min-height: 500px;
}
	.gsjj .top{
		flex-direction: column;
	}
	.gsjj .top img{
		width: 100%;
		margin-bottom: 4vw;
		margin-right: 0px;
	}
	.gsjj .top h2{
		font-size: 5.4vw;
		text-align: center;
		margin-bottom: 4vw;
	}
	.gsjj .top p,.gsjj .cen p{
		line-height: 6.4vw;
	}
	.gsjj .cen{
		margin-bottom: 20px;
	}
	.gsjj .bot{
		flex-direction: column;
	}
	.gsjj .bot .item{
		padding-left: 0px;
	}
	.gsjj .bot .item:nth-child(1){
		border-right: none;
		border-bottom: 2px solid #1ac2ed;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.gsjj .bot .item h3 {
	  font-size: 4.8vw;
	  padding-bottom: 4vw;
	}
	.gsjj .bot .item .list span {
	  margin-right: 4vw;
	  font-size: 4.2vw;
	  color: #333333;
	}
}

/* 产品展示 */
.cpzs .content{
	width: 100%;
	box-shadow: 0px 0px 15px 1px rgba(4, 130, 207, 0.36);
	/* display: flex;
	align-items: center; */
}
.cpzs .content .lef{
	width: 48%;
	float: left;
	margin-right: 30px;
}
.cpzs .content .rig{
	padding: 50px;
	box-sizing: border-box;
}
.cpzs .content .rig h3{
	font-size: 30px;
	color: #1ac2ed;
	margin-bottom: 36px;
}
.cpzs .content .rig p{
	font-size: 16px;
	color: #333333;
	line-height: 46px;
}
.zysx .swiper-container {
  width: 100%;
  height: 100%;
}
.zysx .swiper-slide {
	width: 340px;
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.zysx .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
@media (max-width: 1080px){
	.cpzs .content{
		flex-direction: column;
		height: auto;
	}
	.cpzs .content .lef{
		display: none;
	}
	.cpzs .content .rig{
		padding: 30px;
	}
	.cpzs .content .rig h3{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.cpzs .content .rig p{
		line-height: 36px;
	}
}
@media (max-width: 750px){
	.cpzs .content .rig{
		padding: 20px;
	}
	.cpzs .content .rig p{
		line-height: 6.4vw;
	}
	.yxal li {
	  width:100%;
	  margin: 0;
	  margin-bottom: 30px;
	}
}
.zysx .content{
	padding: 20px 0;
}

/* 优秀案例 */
.yxal ul{
	display: flex;
	flex-wrap: wrap;
}
.yxal li{
	width: 47%;
	margin: 0 1.5%;
	margin-bottom: 30px;
}
.yxal li .pic a{
	display: block;
}
.yxal li img{
	width: 100%;
}
.yxal li .text{
	font-size: 16px;
	color: #333333;
	line-height: 46px;
	text-align: center;
}
@media (max-width: 750px){
	.yxal li {
	  width:100%;
	  margin: 0;
	  margin-bottom: 5vw;
	}
}
.fy{
 	width: 100%;
 	position: relative;
 	height:40px;
 	text-align: center;
 	margin:30px 0;
 }
 .fy li{
 	display: inline-block;
 	/* float: left; */
 	margin-left: 10px;
 	line-height: 40px;
 	color: #666;
 }
 .fy li a{
 	display: inline-block;
 	width: 40px;
 	height: 40px;
 	border: 1px solid #dbdfe2;
 	color: #666;
 	border-radius: 100px;
 	text-align: center;
 	font-size: 12px;
 }
 .fy li a:hover{
 	background-color: #1ac2ed;
 	color: #fff;
 }
 .fy .one a{
 	padding: 0px 15px;
 }
 .fy .end{
 	border:1px solid #dbdfe2;
 	width: 50px;
 	border-radius: 20px;
 	height: 40px;
 	text-align: center;
 	cursor:pointer;
 }
 .fy .end1{
 	border:1px solid #dbdfe2;
 	border-radius:100px;
 	width:42px;
 	height:42px;
 	text-align: center;
 }
 .fy li input{
 	border: 1px solid #dbdfe2;
 	width: 50px;
 	border-radius: 20px;
 	height: 40px;
 	text-align: center;
 }
 .fy .active a{
 	background-color: #1ac2ed;
 	color:#fff;
 }
 .fy_mobile{
	 align-items: center;justify-content: space-between;
	 font-size: 16px;
	 margin: 30px 0;
	 display: none;
 }
 /* 解决方案页面 */
 .sall{
	min-height: 110px;
	 display: flex;
	 justify-content: space-between;
	 font-family: Microsoft YaHei
 }
 .sall .slists{
	 width: 30%;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 font-size: 21px;
 }
 .sall .slists ul{
	 width: 100%;
 }
 .sall .slists ul::-webkit-scrollbar {
	width: 0 !important;
 }
.sall .slists .slist{
	width: 100%;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e8e8e8;
	margin-bottom: 25px;
}
.sall .slists .slist a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
 .sall .slists .slist:hover a{
	background: #1ac2ed;
	color: #fff;
 }
 .sall .slists .sactive a{
	 background: #1ac2ed;
	 color: #fff;
 }
 .sall .sitem{
	 width: 67%;
	 height: 100%;
	 display: flex;
	 flex-direction: column;
 }
 .sall .sitem .sitemt{
	height: 64px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	color: #666;
	font-weight: bold;
 }
 .sall .sitem .sitemb{
	 flex: 1;
	 box-sizing: border-box;
	 padding: 10px;
 }
@media (max-width: 1280px){
	.sall{
		min-height: 95px;
	}
	.sall .slists{
		font-size: 18px;
	}
	.sall .slists .slist{
		height: 55px;
		margin-bottom: 20px;
	}
	.sall .sitem .sitemt{
		height: 54px;
		font-size: 18px;
	}
}
@media (max-width: 980px){
	.sall{
		min-height: 85px;
	}
	.sall .slists{
	   font-size: 15px;
	}
	.sall .slists .slist{
	   height: 50px;
	   margin-bottom: 15px;
	}
	.sall .slists .slist a{
		height: 100%;
		margin-bottom: 0px;
	}
	.sall .sitem .sitemt{
	   height: 49px;
	   font-size: 15px;
	}
}
@media (max-width: 750px){
	.sall{
		min-height: 100px;
		flex-direction: column;
		justify-content: flex-start;
	}
	.sall .slists{
	   font-size: 13px;
	   text-align: center;
	   width: 100%;
	}
	.sall .slists ul{
	   display: flex;
	   justify-content: space-between;
	   flex-wrap: wrap;
	}
	.sall .slists .slist{
	   width: 49%;
	   height: 35px;
	   margin-bottom: 10px;
	}
	.sall .slists .slist a{
		height: 100%;
		margin-bottom: 0px;
	}
   .sall .sitem{
	   width: 100%;
   }
   .sall .sitem .sitemt{
	   height: 34px;
	   font-size: 13px;
	}
}
 .page{display: none; width:90%; height:3em; margin:1em auto 0; text-align:center;}
 .page_up,.page_down{ width:80px; height:2em; border:1px solid #1ac2ed; border-radius:0.5em; text-align:center; line-height:2em; font-size:0.875em;}
 .page_up a,.page_down a{ display:block;}
 .page_up a:hover,.page_down a:hover{ background:#1ac2ed; color:#FFF; border-radius:0.5em;}
 .page_No{ flex:1; height:2em; line-height:2em; text-align:center;}
 @media (max-width: 978px) {
	 .fy{ display: none; }
	 .page{
		 display: flex;
		 align-items: center;
	 }
 }



#link5{overflow:hidden; margin:0 auto;}
#link5 li{display:block;float:left;width:25%;text-align:center; padding:10px 0;}
#link5 img{ width:230px; height:45px; border:1px solid #dadada;padding:1px; display:block; margin:0 auto;}

#link6{margin:20px auto 0 auto; min-height:300px;}
#link6 li{display:block;float:left;width:25%;text-align:center; margin:10px 0; height:24px;line-height:24px;}
#link6 li a{ width:230px; height:24px; border:1px solid #dadada;padding:1px; background-color:#f9f9f9; display:block; margin:0 auto;}


.modal-bg {
	display: none;
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.4);
	z-index: 9999;
}
.back-bg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.base-form {
	width: 60%;
	max-height: 80%;
	overflow: auto;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
}

.required {
	color: #ff0000;
}

.form-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px 0;
}

.form-control {
	margin-top: 10px;
	height: 35px;
	line-height: 35px;
	border-radius: 10px;
	border: #999999 1px solid !important;
	padding: 2px 10px;
}
.form-control::-webkit-input-placeholder {
	color: #808080;
}
.form-control::-moz-placeholder {
	color: #808080;
}
.form-control:-ms-input-placeholder {
	color: #808080;
}
.form-control::placeholder {
	color: #808080;
}
.form-control:focus,
.form-control.focus {
	border-color: #1171e9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(17, 113, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(17, 113, 233, .6);
}
.title-info {
	margin-bottom: 20px;
}

.radio-group {
	margin-top: 10px;
}

.radio-group label {
	margin-right: 30px;
}
.radio-group input {
	margin-right: 10px;
}


.button-box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.button-box button {
	background: #1ac2ed;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
	width: 200px;
	outline: none;
	border: none;
	cursor: pointer;
}


@media (max-width: 750px){

	.base-form {
		padding: 20px;
		width: 90%;
	}
}

