/* 其他  首页页面 */
/* 头部导航 */
html,body{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
	overflow-x: hidden;
}
.swiper {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.w1320{
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}
.header2_text{
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	z-index: 999;
	background-color: #fff;
	padding-bottom: 90px;
	display: none;
}
.header2_text .txt{
	display: flex;
}
.header2_text .text2{
	width: 100%;
	padding-top: 6px;
	padding-left: 4vw;
}
.header2_uls{
	display: flex;
	flex-wrap: wrap;
}
.header2_uls>li{
	margin-top: 60px;
	min-width: 18.8%;
	margin-right: 1%;
	display: block !important;
}
.header2_uls>li.active .header2_uls_uls{
	padding-top: 22px;
}
.head_text{
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	width: 130px;
}
.head_text a{
	display: block;
	padding: 10px 20px;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.head_text a:hover{
	color: #3168ab;
}
/* .header2_uls>li:nth-child(5n){
	margin-right: 0%;
} */
.header2_uls>li h4{
	display: flex;
	font-size: 14px;
	color: #000;
	align-items: center;
	font-weight: bold;
}
.header2_uls>li h4:hover{
	color: #3168ab;
}
.header2_uls_uls{
	margin-top: 22px;
}
.header2_uls_uls li{
	text-align: left;
	margin-bottom: 16px;
}
.header2_uls_uls li a{
	font-size: 14px;
	color: #000000;
}
.header2_uls_uls li a:hover{
	color: #3168ab;
}
.header2_uls_uls2{
	display: flex;
	flex-wrap: wrap;
}
.header2_uls_uls2 li{
	width: 100%;
}
.header2_uls_uls2 li a:hover{
	color: #3168ab;
}
.text3_x{
	position: absolute;
	width: 55px;
	height: 55px;
	top: 50%;
	top: 0;
	right: 0;
	z-index: 1000;
	cursor: pointer;
}
.text3_x::after{
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	transform: translate(-50%,-50%) rotate(135deg);
	top: 50%;
	left: 50%;
	background-color: #434343;
}
.text3_x:before{
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	transform: translate(-50%,-50%) rotate(45deg);
	top: 50%;
	left: 50%;
	background-color: #434343;
}
/* 首页-banner */
.index1{
	overflow: hidden;
}
.index1 .swiper-pagination {
	bottom: 30px;
}

.index1 .swiper-pagination-bullet {
	margin: 0px 4px;
	width: 50px;
	height: 2px;
	background: rgba(255,255,255,0.5);
	transition: all 0.2s ease-in-out;
}

.index1 .swiper-pagination-bullet-active {
	background: #3168ab;
}
.index1 .swiper-slide img{
	width: 100%;
	margin:0 auto;
}

/* ---------- 首页-产品中心 ---------- */
.industry {
  padding: 100px 0;
 /* background: url("../images/about-bg.jpg") no-repeat center top;
  background-size: cover; */
  background: #fff;
}

.industry-tit {
  position: relative;
  height: 49px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.industry-tit h2 {
  float: left;
  height: 48px;
  border-bottom: 2px solid #fff;
  font-family: "Montserrat-Regular";
  font-size: 24px;
  color: #fff;
}
.industry-tit h3 {
  float: left;
  padding: 10px 0 0 16px;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.industry-tit a.more-btn {
  position: absolute;
  top: 11px;
  right: 0;
  padding-right: 16px;
  font-size: 14px;
  color: #fff;
}
.industry-tit a:hover.more-btn {
  color: #fff;
}

.industry-con {
  padding-top: 50px;
}
.industry-con ul {
  width: calc(100%);
  display: flex;
  flex-wrap: wrap;
}
.industry-con li {
  position: relative;
  margin: 0 2% 0 0;
  width: calc(20% - 1.6%);
}
.industry-con li a{
	width: 100%;
}
.industry-con li:last-child{
	margin-right: 0;
}
.industry-con li .pic {
  overflow: hidden;
}
.industry-con li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.industry-con li .text{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.industry-con li .text h4{
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-top:15px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.industry-con li .text h4:hover{
	color: #3168ab;
}
.industry-con li .tab{
	background: linear-gradient(207deg, #F9FAFC 0%, #D4D7DF 100%);
	box-shadow: 2px 2px 18px 0px rgba(0, 0, 0, 0.37);
	border-radius: 2px;
	position: absolute;
	display: block;
	transition-property: all;
	transition-duration: 0.4s;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	overflow: hidden;
}
.industry-con li .tab a{
	width: 100%;
}
.industry-con li .tab img{
	display: block;
	margin: 0 auto;
}
.industry-con li .tab a:hover h4{
	color: #3168ab;
}
.industry-con li .tab img.on2{
	display: none;
}
.industry-con li .tab a:hover img.on{
	display: none;
}
.industry-con li .tab a:hover img.on2{
	display: block;
	filter:none;
}
/* .industry-con li .tab a:hover img{
	filter: brightness(0.5) hue-rotate(20);
} */
.industry-con li .tab h4{
	font-size: 18px;
	color: #333;
	text-align: center;
	padding-top:15px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.industry-con li .tab p{
	line-height: 1.4;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.industry-con li .tab p:hover{
	color: #333;
}
.industry-con li:hover .tab{
	z-index: 99;
	top: -10px;
	bottom: -10px;
}
.industry-con li .con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  color: #fff;
}
.industry-con li .con h4 {
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.industry-con li .con p {
  position: relative;
  padding: 4px 0 20px;
  font-size: 14px;
}
.industry-con li .con p:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  background: #fff;
  content: "";
}

.industry-con li .pic:hover img {
  transform: scale(1.05);
}
/* ---------- Industry2 ---------- */
.industry2 {
  padding: 100px 0;
  background: url("../images/industry-bg.jpg") no-repeat center top;
  background-size: cover;
  /* background: #fff; */
}
/* ---------- Social ---------- */
.social {
  padding: 100px 0;
}

.social-tit {
  position: relative;
  height: 49px;
  border-bottom: 1px solid #eaeaea;
}
.social-tit h2 {
  float: left;
  height: 48px;
  border-bottom: 2px solid #3168ab;
  font-family: "Montserrat-Regular";
  font-size: 24px;
  color: #333;
}
.social-tit h3 {
  float: left;
  padding: 10px 0 0 16px;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.social-tit a.more-btn {
  position: absolute;
  top: 11px;
  right: 0;
  padding-right: 16px;
  font-size: 14px;
  color: #333;
}
.social-tit a:hover.more-btn {
  color: #3168ab;
}

.social-con {
  padding-top: 50px;
  overflow: hidden;
}
.social-con ul {
  width: calc(100% + 60px);
}
.social-con li {
  float: left;
  margin: 0 60px 0 0;
  width: calc(100% / 3 - 60px);
}
.social-con li a{
	width: 100%;
}
.social-con li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 70%;
}
.social-con li .pic img {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.social-con li .con {
  padding: 24px 0 20px;
  border-bottom: 1px solid #efefef;
}
.social-con li .date {
  font-family: "Arial";
  font-size: 14px;
  color: #999;
}
.social-con li .con h4 {
  padding-top: 16px;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
  text-align: center;
}
.social-con li .btm {
  padding-top: 16px;
}
.social-con li .more-btn {
  padding-right: 32px;
  background: url("../img/social-more-arrow.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.social-con li a:hover .pic img {
  transform: scale(1.05);
}
.social-con li a:hover .more-btn {
  padding-right: 48px;
}

/* ---------- 首页-关于我们 ---------- */
.about-con .mySwiper .swiper-slide{
	width: auto;
}
.about-con .mySwiper .swiper-slide img{
	width: 100%;
}
.about-con .mySwiper {
	margin-top: 60px;
}
.about {
  padding: 100px 0;
}
.about-con {
  padding-top: 60px;
  overflow: hidden;
}
.about-con .text{
	display: flex;
	flex-wrap: wrap;
}
.about-con .text .img{
	width: 50%;
}
.about-con .text .img img{
	width: 100%;
}
.about-con .text .txts{
	width: 50%;
	padding-left: 40px;
	box-sizing: border-box;
}
.about-con .text .txts .txt{
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cdcdcd;
}
.about-con .text .txts h2{
	line-height: 1.7;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.about-con .text .txts p{
	line-height: 1.7;
	font-size: 16px;
	color: #000;
	text-indent: 2em;
}
.btn{
	background-color: #3168ab;
	border-radius: 30px;
	color: #fff;
	padding: 12px 45px;
	text-align: center;
	font-size: 18px;
	cursor: text;
}
/* 子页面的banner */
.z-banner{
	margin-top: 100px;
	position: relative;
}
.z-banner img{
	width: 100%;
	display: block;
	margin: 0 auto;
	min-height: 100px;
	object-fit: cover;
}
.z-banner .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 40px);
}
.z-banner .text h3{
	font-size: 40px;
	color: #fff;
	line-height: 1.7;
	font-weight: bold;
}
.z-banner .text h4{
	font-size: 24px;
	color: #fff;
	line-height: 1.7;
	font-weight: normal;
	text-transform: uppercase;
}
/* 产品中心 */
.pad{
	padding: 60px 0 90px;
}
.products .an{
	display: flex;
	flex-wrap: wrap;
}
.l_left{
	width: 200px;
	margin-right: 50px;
	background-color: #f7f8f9;
}
.r_right{
	width: calc(100% - 250px);
}
.l_left h2 {
	padding: 0px 15px 0px 15px;
	font-size: 18px;
	background-color: #d8d8d8;
	color: #3168ab;
	line-height: 1.7;
	padding-top: 6px;
	padding-bottom: 6px;
}
.l_left .uls dl{
	padding-top: 15px;
}
.l_left .uls dl a{
	display: block;
	padding: 4px 15px 4px 15px;
	line-height: 1.7;
	font-size: 14px;
	color: #666;
}
.l_left .uls dl a:hover,.l_left .uls dl a.on{
	background-color: #fff;
	color: #3168ab !important;
	position: relative;
}
.l_left .uls dl a.ons{
	background-color: #fff;
	color: #3168ab !important;
	position: relative;
}
.l_left .uls dl dt a:hover::after,.l_left .uls dl dt a.on::after{
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #3168ab;
	left: -2px;
	top: 0;
}
.l_left .uls dl dd a:hover::after,.l_left .uls dl dd a.on::after{
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #3168ab;
	left: 0px;
	top: 0;
}
.l_left .uls dl dt a{
	font-weight: bold;
	color: #000;
}
.l_left .uls dl dd{
	margin-bottom: 10px;
}
/* 右侧 */
.r_right h1{
	font-size: 22px;
	font-weight: normal;
	line-height: 1.7;
	margin-bottom: 40px;
}
.r_right .uls *{
	box-sizing: border-box;
}
.r_right .uls{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.r_right .uls li{
	width: calc(30.5%);
	margin-right: 4.25%;
	margin-bottom: 30px;
	cursor: pointer;
}
.r_right .uls li:nth-child(3n){
	margin-right: 0%;
}
.r_right .uls li img{
	width: 100%;
	border: 1px solid #ededed;
	transition: all .5s;
}
.r_right .uls li:hover img{
	transform: translate(0,-5px);
	box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
}
.r_right .uls li:hover p{
	color: #3168ab;
}
.r_right .uls li p{
	line-height: 1.7;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 10px;
}
/* 分页 */
.pagess{
	clear: both;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	margin-top: 30px;
}
.pagess ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagess ul li{
	margin-bottom: 5px;
}
.pagess ul li a,.pagess ul li span{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 10px;
	margin: 0 5px;
	line-height: 20px;
	background: #fff;
	color: #999;
}
.pagess ul li.active a,.pagess ul li.active span,.pagess ul li:hover a{
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px;
	background: #3168ab;
	color: #fff;
}
.pagess ul li a{
	color: #666666;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}
.btn2{
	background-color: #3168ab;
	text-align: center;
	width: 100%;
	font-size: 16px;
	line-height: 1.7;
	padding: 6px 10px;
	color: #fff;
	border-radius: 5px;
	display: none;
}
.btn2:hover{
	background-color: #fff;
	color: #333;
}
.left_r{
	display: none;
}
.r_right .uls li .text{
	display: none;
}
/* 弹窗 */
.floating *{
	box-sizing: border-box;
}
.floating{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 999;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
}
.floating .an{
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
	background-color: #fff;
	box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.2);
	max-width: 680px;
	max-width: 100vw;
	min-width: 680px;
}
.floating .flex{
	display: flex;
	flex-wrap: wrap;
}
.floating .img{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 340px;
}
.floating .img img{
	width: 100%;
}
.floating .text{
	width: 50%;
	padding:40px;
	max-width: calc(100% - 340px);
	width: auto;
	max-height: 80vh;
	overflow-y: auto;
}
.floating .text h2{
	font-weight: normal;
	font-size: 20px;
	border-bottom:1px solid #e3e3e3;
	line-height: 1.7;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
.floating .text p{
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}
.floating .x{
	position: absolute;
	right: 0%;
	top: 0;
	cursor: pointer;
	color: #dfdfdf;
	font-size: 30px;
	width: 30px;
	height: 30px;
	user-select: none;
}
/*********解决方案*************/
.solution_text p{
	line-height: 2;
	/* text-indent: 2em; */
	font-size: 16px;
	color: #333;
}
.solution_text img{
	max-width: 100%;
	width: auto !important;
	margin: 30px auto;
	display: block;
}
/*********案例展示*************/
.cases1{
	background-color: #f9f9f9;
}
.img-a{
	display: block;
}
.img-b{
	display: none;
}
.cases1 .uls{
	display: flex;
	flex-wrap: wrap;
}
.cases1 .uls *{
	box-sizing: border-box;
}
.cases1 .uls li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 19.06%;
	margin-right: 1.16%;
	padding: 30px 10px 30px 20px;
	background-color: #fff;
	cursor: pointer;
	margin-bottom: 20px;
	
}
.cases1 .uls li:nth-child(5n){
	margin-right: 0%;
}
.cases1 .uls li .img{
	width: 50px;
} 
.cases1 .uls li .img img{
	width: 100%;
}
.cases1 .uls li .text{
	width: calc(100% - 50px);
	padding-left: 20px;
} 
.cases1 .uls li .text h3{
	color: #000;
	font-size: 18px;
	line-height: 1.7;
	font-weight: normal;
}
.cases1 .uls li .text p{
	color: #999;
	font-size: 14px;
}
.cases1 .uls li:hover,.cases1 .uls li.active{
	background-color: #3168ab;
}
.cases1 .uls li:hover .text h3,.cases1 .uls li.active .text h3{
	color: #fff;
}
.cases1 .uls li:hover .text p,.cases1 .uls li.active .text p{
	color: #fff;
}
.cases1 .uls li:hover .img .img-a,.cases1 .uls li.active .img .img-a{
	display: none;
}
.cases1 .uls li:hover .img .img-b,.cases1 .uls li.active .img .img-b{
	display: block;
}
.cases_ul>li{
	padding: 60px 0 0px;
	display: none;
}
.cases_ul>li .uls2{
	display: flex;
	flex-wrap: wrap;
}
.cases_ul>li .uls2>li{
	width: 32.5%;
	margin-right: 1.16%;
}
.cases_ul>li .uls2>li:nth-child(3n){
	margin-right: 0;
}
.cases_ul>li .uls2>li .imgs{
	position: relative;
	overflow: hidden;
	padding-top: 78%;
}
.cases_ul>li .uls2>li .imgs img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.cases_ul>li .uls2>li p{
	font-size: 18px;
	text-align: center;
	margin-top: 18px;
	color: #333;
	line-height: 1.7;
}
/*********新闻资讯*************/
.ban{
	background-color: #f4f4f4;
}
.ban .an{
	display: flex;
	justify-content: center;
}
.ban .an a{
	display: block;
	color: #444;
	font-size: 18px;
	padding: 15px 9%;
	position: relative;
	white-space: nowrap;
}
.ban .an a.active,.ban .an a:hover{
	color: #fff;
	background-color: #3168ab;
}
.ban .an a.active::after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	border-right: solid 12px transparent;
	border-left: solid 12px transparent;
	border-bottom: solid 12px #fff;
}
/* 新闻内容 */
.news1 .an{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.news_left{
	box-sizing: border-box;
	width: calc(100% - 330px - 92px);
	margin-right: 92px;
}
.news_left *,.news_right *{
	box-sizing: border-box;
}
.news_left .uls li a{
	display: flex;
	flex-wrap: wrap;
	border-bottom:1px solid #efefef;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.news_left .uls li:last-child a{
	margin-bottom: 0;
	border-bottom:0px solid #efefef;
}
.news_left .uls li a .img{
	width: 360px;
	overflow: hidden;
}
.news_left .uls li a .img img{
	width: 100%;
	transition: .5s;
}
.news_left .uls li a .text{
	width: calc(100% - 360px);
	padding-left: 30px;
}
.news_left .uls li a .text h2{
	font-weight: normal;
	color: #333;
	font-size: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.7;
}
.news_left .uls li a .text p{
	line-height: 1.7;
	font-size: 14px;
	color: #888888;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin: 10px 0 10px;
	height: 119px;
}
.btn3{
	display: flex;
	color: #a7a7a7;
	align-items: center;
}
.btn3 img{
	margin-left: 10px;
}
.btn3 img.on{
	display: block;
}
.btn3 img.on2{
	display: none;
}
.news_left .uls li a:hover .text h2{
	color: #3168ab;
}
.news_left .uls li a:hover .btn3{
	color: #3168ab;
}
.news_left .uls li a:hover .btn3 img.on{
	display: none;
}
.news_left .uls li a:hover .btn3 img.on2{
	display: block;
}
.news_left .uls li a:hover .img img{
	transform: scale(1.04);
}
.news_right{
	box-sizing: border-box;
	width: 330px;
	border: 1px solid #efefef;
	border-top: 2px solid #3168ab;
	padding: 0 30px;
}
.news_right h2{
	font-size: 18px;
	color: #3168ab;
	padding: 30px 0 30px;
}
.news_right .uls2 li a{
	display: block;
	margin-bottom: 30px;
}
.news_right .uls2 li a .img{
	width: 100%;
	overflow: hidden;
}
.news_right .uls2 li a .img img{
	width: 100%;
	transition: .5s;
}
.news_right .uls2 li a p{
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
}
.news_right .uls2 li a:hover p{
	color: #3168ab;
}
.news_right .uls2 li a:hover .img img{
	transform: scale(1.04);
}
.news_left h1{
	line-height: 1.7;
	font-size: 32px;
	padding-bottom: 30px;
}
.time{
	background-color: #fafafa;
	display: flex;
	align-items: center;
	padding: 16px 15px;
	border: 1px solid #f0f0f0;
}
.time span{
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-right: 20px;
}
.time span img{
	margin-right: 10px;
}
.news_detail{
	padding: 20px 0 100px;
}
.news_detail img{
	display: block;
	margin: 20px auto !important;
	max-width: 100%;
	width: auto !important;
}
.news_detail p{
	font-size: 16px;
	text-indent: 2em;
	line-height: 2;
	color: #333;
}
.news_page{
	display: flex;
	justify-content:space-between;
}
.news_page>a:nth-child(1)>div{
	display: inline-block;
	text-align: left;
	color: #a0a0a0;
	padding-left: 30px;
	background: url("../images/left2.png") no-repeat  0px center;
	
}
.news_page>a:nth-child(2)>div{
	display: inline-block;
	text-align: right;
	color: #a0a0a0;
	padding-right: 30px;
	background: url("../images/right2.png") no-repeat 50px center;
}
.news_page>a{
	display: block;
}
.news_page>a>p{
	margin-top: 10px;
	line-height: 1.7;
	font-size: 15px;
	color: #333;
	display: block;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_page>a:nth-child(1):hover>div{
	color: #3168ab;
	background: url("../images/left2-h.png") no-repeat  0px center;
}
.news_page>a:nth-child(2):hover>div{
	color: #3168ab;
	background: url("../images/right2-h.png") no-repeat 50px center;
}
.news_page>a:hover>p{
	color: #3168ab;
}
/*********关于我们*************/
.about1 .text p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	text-indent: 2em;
}
.about1 .txt{
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
}
.about1 .txt *{
	box-sizing: border-box;
}
.about1 .txt .img{
	width: 36%;
	padding-right: 10px;
}
.about1 .txt .img img{
	width: 100%;
	height: calc(100% - 35px);
	object-fit: cover;
}
.about1 .txt p{
	color: #333;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 5px;
	padding:0 0 0 10px ;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}
.about1 .txt .uls{
	width: 64%;
	display: flex;
	flex-wrap: wrap;
}
.about1 .txt .uls li{
	width: calc(50% - 5px);
	margin-right: 10px;
	margin-bottom: 15px;
}
.about1 .txt .uls li img{
	width: 100%;
}
.about1 .txt .uls li:nth-child(n+3){
	margin-bottom: 0;
}
.about1 .txt .uls li:nth-child(2n){
	margin-right: 0px;
}
/*********联系我们*************/
.contacts{
	padding: 80px 0 190px;
}
.contacts .text{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.contacts .text h1{
	font-size: 24px;
	font-weight: normal;
	color: #333;
	line-height: 1.7;
	margin-bottom: 15px;
}
.contacts .text p{
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 1.7;
}
.contacts .uls{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.contacts .uls *{
	box-sizing: border-box;
}
.contacts .uls li{
	margin-right: 6.5%;
	width: 29%;
}
.contacts .uls li:nth-child(3n){
	margin-right: 0%;
}
.contacts .uls li:nth-child(1){
	padding-top: 20px;
}
.contacts .uls li:nth-child(1) p{
	line-height: 1.7;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
}
.contacts .uls li:nth-child(1) p span{
	color: #3385fc;
	font-weight: bold;
}
.contacts .uls li:nth-child(2){
	padding: 0 20px 40px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 5px;
	overflow: hidden;
}
.contacts .uls li:nth-child(2) h3{
	line-height: 1.7;
	margin-bottom: 10px;
	font-size: 16px;
	color: #3385fc;
	padding: 12px 10px;
	border-bottom: 1px solid #dddddd;
}
.contacts .uls li:nth-child(2) h5{
	color: #919191;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 10px;
	padding-top: 10px;
}
.contacts .uls li:nth-child(2) p{
	color: #919191;
	line-height: 1.7;
	font-size: 16px;
}
.contacts .uls li:nth-child(3){
	background-color: #f7f7f7;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 20px 0 0px;
	margin: 0;
}
.contacts .uls li:nth-child(3)>div{
	max-width: 100px;
	margin-bottom: 10px;
}
.contacts .uls li:nth-child(3)>div .img{
	width: 100%;
}
.contacts .uls li:nth-child(3)>div .img img{
	width: 100%;
}
.contacts .uls li:nth-child(3)>div p{
	white-space: nowrap;
	font-size: 12px;
	color: #3385fc;
	margin-top: 8px;
	padding: 0 6px;
}
.contacts .uls li:nth-child(3) .txt2 .img{
	position: relative;
}
.contacts .uls li:nth-child(3) .txt2 .img>div{
	position: absolute;
	width: calc(100% - 12px);
	height: 2px;
	top: 4px;
	left: 6px;
	z-index: 99;
	background-color: #0e8be0;
	animation: keys 5s infinite linear;
}
@keyframes keys {
	0%{
		top: 4px;
	}
	50%{
		top: 96px;
	}
	100%{
		top: 4px;
	}
}
.contacts .uls li:nth-child(3) .txt2 .img .ani{
	position: absolute;
	width: 30%;
	height: 30%;
}
.contacts .uls li:nth-child(3) .txt2 .img .lt{
	top: 2px;
	left: 2px;
	border-top: 2px solid #0e8be0;
	border-left: 2px solid #0e8be0;
	border-radius: 5px 0 0 0;
}
.contacts .uls li:nth-child(3) .txt2 .img .lb{
	bottom: 2px;
	left: 2px;
	border-bottom: 2px solid #0e8be0;
	border-left: 2px solid #0e8be0;
	border-radius: 0px 0 0 5px;
}
.contacts .uls li:nth-child(3) .txt2 .img .rt{
	top: 2px;
	right: 2px;
	border-top: 2px solid #0e8be0;
	border-right: 2px solid #0e8be0;
	border-radius: 0 5px 0 0;
}
.contacts .uls li:nth-child(3) .txt2 .img .rb{
	bottom: 2px;
	right: 2px;
	border-bottom: 2px solid #0e8be0;
	border-right: 2px solid #0e8be0;
	border-radius: 0 0 5px 0;
}


/* 修改首页-新闻 */
.news-con {
    padding-top: 50px;
    overflow: hidden;
}
.news-pic {
  float: left;
  position: relative;
  width: 48.5%;
  height: 360px;
  overflow: hidden;
}
.news-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}
.news-pic a:hover img {
  transform: scale(1.05);
}
.news-pic .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  padding: 32px 40px;
  color: #fff;
}
.news-pic .date {
  float: left;
  font-family: "Montserrat-Regular";
}
.news-pic .day {
  display: block;
  font-size: 22px;
}
.news-pic .year {
  display: block;
  padding-top: 4px;
  font-size: 14px;
}
.news-pic .con {
  float: right;
  position: relative;
  padding-left: 24px;
  width: calc(100% - 88px);
  box-sizing: border-box;
}
.news-pic .con:before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 3px;
  width: 1px;
  background: rgba(255,255,255,0.4);
  content: "";
}
.news-pic .con h4 {
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-pic .con p {
  padding-top: 12px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list {
  float: right;
  width: 48.5%;
}
.news-list li {
  margin-bottom: 15px;
  padding: 27px 40px;
  height: 56px;
  background: #fff;
  overflow: hidden;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list li .date {
  float: left;
  font-family: "Montserrat-Regular";
}
.news-list li .day {
  display: block;
  font-size: 22px;
  color: #333;
}
.news-list li .year {
  display: block;
  padding-top: 4px;
  font-size: 14px;
  color: #999;
}
.news-list li .con {
  float: right;
  position: relative;
  padding-left: 24px;
  width: calc(100% - 88px);
  box-sizing: border-box;
}
.news-list li .con:before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 3px;
  width: 1px;
  background: #eaeaea;
  content: "";
}
.news-list li .con h4 {
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .con p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 解决方案 */
.social-con ul{
	width: auto;
}
/* 关于我们 */
.about {
    padding: 120px 0;
    background: url(../img/about-bg.jpg) no-repeat center top;
    background-size: cover;
}
.about-con2 {
    padding-top: 60px;
    overflow: hidden;
}
.about-intro {
  float: left;
  width: 64%;
  color: #fff;
}
.about-desc {
  font-size: 15px;
  line-height: 240%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; color:#fff;
}

.about-count {
  padding-top: 100px;
  overflow: hidden;
}
.about-count li {
  float: left;
  position: relative;
  width: 33.33%;
  box-sizing: border-box;
}
.about-count li:before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 2px;
  width: 1px;
  background: rgba(255,255,255,0.4);
  content: "";
}
.about-count li .num {
  position: relative;
  padding-left: 40px;
  font-family: "Montserrat-Regular";
  font-size: 48px;
  z-index: 1; color:#fff;
}
.about-count li .num:before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #ccc;
  content: "";
}
.about-count li .num sup {
  position: relative;
  top: -2px;
  left: 12px;
  font-size: 15px;
}
.about-count li h4 {
  padding-left: 40px;
  font-size: 15px; color:#fff;
}

.about-pic {
  float: right;
  position: relative;
  padding-left: 8px;
  max-width: 300px;
}
.about-pic img {
  width: 100%;
  object-fit: cover;
}
.about-pic:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 160px;
  background: #3168ab;
  content: "";
}









@media (max-width:1024px){
	/* 新闻 */
  .social-tit h3 {padding: 8px 0 0 8px;font-size: 14px;}
  
}
@media (max-width:768px){
	.news-con {padding-top: 32px;}
	.news-pic {float: none;margin-bottom: 20px;width: auto;height: auto;}
	.news-pic .mask {padding: 16px 20px;}
	.news-pic .date {padding-top: 2px;}
	.news-pic .day {font-size: 18px;}
	.news-pic .year {padding-top: 2px;}
	.news-pic .con {padding-left: 16px;width: calc(100% - 68px);}
	.news-pic .con h4 {font-size: 16px;}
	.news-pic .con p {padding-top: 8px;}
	.news-list {float: none;width: auto;}
	.news-list li {margin-bottom: 10px;padding: 16px 20px;height: auto;}
	.news-list li .date {padding-top: 2px;}
	.news-list li .day {font-size: 18px;}
	.news-list li .year {padding-top: 2px;}
	.news-list li .con {padding-left: 16px;width: calc(100% - 68px);}
	.news-list li .con h4 {font-size: 16px;}
	.news-list li .con p {padding-top: 8px;}
	/* 首页-解决方案 */
	.social-con li .con {padding: 20px 0 16px;}
	.social-con li .con h4 {padding-top: 8px;}
	/* 首页-关于我们 */
	.about-con2 {padding-top: 40px;}
    .about-intro {float: none;width: auto;}
    .about-count {padding-top: 60px;}
    .about-count li:before {top: 6px;bottom: 2px;}
    .about-count li .num {padding-left: 16px;font-size: 24px;}
    .about-count li .num:before {top: 6px;bottom: 6px;}
    .about-count li .num sup {top: 4px;left: 6px;font-size: 14px;}
    .about-count li h4 {padding-left: 16px;font-size: 14px;}
    .about-pic {display: none;}
}





















/* 适应 */
/* responsive */
@media only screen and (max-width: 1200px) {
	.cases1 .uls li .img{width: 40px;}
	.cases1 .uls li .text{width: calc(100% - 40px);padding-left: 14px;}
	.cases1 .uls li{padding: 30px 10px 30px 10px;}
}
@media only screen and (max-width: 1024px) {
	/* 头部 */
	.header2_text,.head_text{display: none !important;}
	.header-menu-toggle{right: 14px;}
	/* 首页-产品中心 */
	.social-tit {height: 39px;}
	.social-tit h2 {height: 38px;font-size: 20px;}
	.social-tit a.more-btn {top: 7px;right: 0;}
	.industry {padding: 60px 0;}
	.industry-tit {height: 39px;}
	.industry-tit h2 {height: 38px;font-size: 20px;}
	.industry-tit h3 {padding: 8px 0 0 8px;font-size: 14px;}
	.industry-tit a.more-btn {top: 7px;right: 0;}
	.industry-con li .text{padding: 10px;}
	.industry-con li .text img{width: 40px;}
	.industry-con li .text h4{font-size: 16px;}
	.industry-con li .tab{padding: 10px;}
	.industry-con li .tab img{width: 40px;}
	.industry-con li .tab h4{font-size: 16px;}
	.industry-con li .tab p{-webkit-line-clamp: 3;}
	/* 首页-解决方案 */
	.industry2{padding: 60px 0;}
	.industry-con li .con{padding: 20px 10px;}
	.industry-con li .con h4{font-size: 16px;}
	.industry-con li .con p{padding-bottom: 10px;}
	/* 首页-关于我们 */
	.about {padding: 60px 0;}
	.about-con .text .img{width: 100%;}
	.about-con .text .img img{max-width: 100%;margin: 0 auto;}
	.about-con .text .txts{width: 100%;padding-top: 20px;padding-left: 0;}
	/* 子页面banner */
	.z-banner{margin-top: 64px;}
	/* 案例展示 */
	.cases1 .uls li{width: 24%;padding: 30px 20px;}
	.cases1 .uls li .text{padding-left: 20px;}
	.cases1 .uls li:nth-child(5n){margin-right: 1.16%;}
	.cases1 .uls li:nth-child(4n){margin-right: 0%;}
	/* 新闻资讯 */
	.news_left{width: calc(100% - 330px - 40px);margin-right: 40px;}
	.news_left .uls li a .img{width: 100%;}
	.news_left .uls li a .text{width: 100%;padding-left: 0;padding-top: 20px;}
	.news_left .uls li a .text p{height: 68px;-webkit-line-clamp: 3;}
	.news_left .uls li a{padding-bottom: 20px;margin-bottom: 20px;}
}
@media only screen and (max-width: 993px){
	/* 案例展示 */
	.cases1 .uls li{width:32.5%;}
	.cases1 .uls li:nth-child(5n){margin-right: 1.16%;}
	.cases1 .uls li:nth-child(4n){margin-right: 1.16%;}
	.cases1 .uls li:nth-child(3n){margin-right: 0%;}
	/* 关于我们 */
	.about1 .txt .img{width: 100%;padding-right: 0;}
	.about1 .txt .uls{width: 100%;margin-top: 10px;}
	
	.about1 .txt .img img{height: auto;width: auto;max-width: 100%;margin: 0 auto;display: block;}
	.about1 .txt .uls li img{width: auto;max-width: 100%;margin: 0 auto;display: block;}
	.about1 .txt p{padding-left: 0;padding: 0 10px;text-align: center;}
	/* 联系我们*/
	.contacts{padding:60px 0}
}
@media only screen and (max-width: 767px) {
	/* 头部 */
	.header-logo a{padding: ;}
	/* 首页-产品中心 */
	.industry{padding: 40px 0;}
	.industry-con {padding-top: 30px;overflow-x: auto;}
	.industry .industry-con{min-height: 220px;}
	.industry-con li .tab{box-shadow:none;border:1px solid #ccc}
	.industry-con ul {width: 800px;}
	.industry-con li {margin: 0 16px 0 0;width: 144px;}
	.industry-con li .con {padding: 16px;}
	.industry-con li .con h4 {font-size: 16px;}
	.industry-con li .con p {padding: 4px 0 10px;font-size: 12px;}
	/* 首页-解决方案 */
	.industry2{padding: 40px 0;}
	/* 首页-关于我们 */
	.about{padding: 40px 0;}
	.about-con {padding-top: 30px;}
	.about-con .text .txts h2{font-size: 20px;}
	.btn{font-size: 16px;padding: 10px 25px;}
	.about-con .text .txts .txt{padding-bottom: 20px;margin-bottom: 15px;}
	.about-con .mySwiper{margin-top: 20px;}
	/* 底部 */
	.footer-con{padding: 40px 0;}
	/* 子页面banner */
	.z-banner .text h3{font-size: 18px;}
	.z-banner .text h4{font-size: 16px;}
	.l_left{width: 100%;margin:0 auto 20px auto;max-width:300px;}
	.r_right{width: 100%;}
	.pad{padding: 40px 0;}
	.r_right h1{font-size: 18px;margin-bottom: 10px;}
	.r_right .uls li{width: 100%;margin-right: 0;margin-bottom: 10px;}
	.pagess{margin-top: 10px;}
	.l_left .uls{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color:#fff;z-index: 9999;display: flex;left: 100%;transition: .5s;}
	.left_r{width: 40px;height: 100%;display: flex;align-items: center;text-align: center;justify-content: center;font-size: 22px;color: #333;background-color: #f5f5f5;position: relative;z-index: 9999;}
	.l_left .uls>.left_uls{width: calc(100% - 40px);overflow-y: auto;}
	.btn2{max-width: 300px;display: block;box-sizing: border-box;margin-top: 10px;}
	.r_right .uls li p{font-size:14px}
	.floating .an{width:calc(100% - 40px);min-width: calc(100% - 40px);}
	.floating .flex{overflow-y: auto;}
	.floating .img img{max-height:400px;width: auto;margin:0 auto}
	.floating .text{padding: 20px;width: 100%;max-width:100%;max-height:40vh}
	.floating .text h2{font-size: 16px;}
	/* 解决方案 */
	.solution_text p{font-size:14px}
	/* 案例展示 */
	.cases1 .uls li{width:49%;margin-right: 2%;margin-bottom:10px}
	.cases1 .uls li:nth-child(5n){margin-right: 2%;}
	.cases1 .uls li:nth-child(4n){margin-right: 2%;}
	.cases1 .uls li:nth-child(3n){margin-right: 2%;}
	.cases1 .uls li:nth-child(2n){margin-right: 0%;}
	.cases1 .uls li .text h3{font-size:16px}
	.cases1 .uls li{padding: 10px 5px;}
	.cases1 .uls li .text{padding-left: 10px;}
	.cases_ul>li{padding-top: 20px;}
	.cases_ul>li .uls2>li{width:100%;margin:0 0 10px}
	.cases_ul>li .uls2>li p{font-size:16px;margin-top: 8px;}
	/* 新闻资讯 */
	.news_right{width: 100%;}
	.news_left{width: 100%;margin:0 0 20px}
	.ban .an{overflow-x: auto;padding: 0;}
	.ban .an a{padding: 8px 12px;font-size: 14px;}
	.ban .an a.active::after{border-right: solid 6px transparent;border-left: solid 6px transparent;border-bottom: solid 6px #fff;}
	.news_left .uls li a .text{padding-top: 10px;}
	.news_left .uls li a .text h2{font-size: 16px;}
	.news_left .uls li a{padding-bottom: 10px;margin-bottom: 20px;}
	.news_right h2{font-size: 16px;padding: 20px 0;}
	.news_right{padding: 0 10px;}
	.news_right .uls2 li a p{margin-top:10px}
	.news_right .uls2 li a{margin-bottom:15px}
	.news_left h1{font-size: 20px;padding-bottom: 10px;}
	.time{padding: 10px 15px;}
	.news_detail{padding: 10px 0 20px;}
	.news_detail img{margin:10px auto !important}
	.news_detail p{font-size: 14px;}
	.news_page>a>p{max-width: 100%;margin-top: 5px;}
	.news_page>a{margin-bottom: 10px;}
	.news_page{display: block;}
	/* 关于我们 */
	.about1 .txt p{font-size: 14px}
	.about1 .text p{font-size: 14px}
	.about1 .txt{padding-top: 20px;}
	.about1 .txt .uls li{width: 100%;margin: 0 0 10px 0 !important;}
	/* 联系我们 */
	.contacts .text h1{font-size: 18px;margin-bottom: 5px;}
	.contacts .text{padding-bottom: 20px;margin-bottom: 20px;}
	.contacts .uls li{width: 100%;margin:0 0 10px}
	.contacts .uls li:nth-child(1){padding-top:0px;}
	.contacts .uls li:nth-child(1) p{font-size: 15px;margin-bottom: 8px;}
	.contacts .uls li:nth-child(2){padding: 0 10px 10px;}
	.contacts .uls li:nth-child(2) h3{font-size: 15px;margin-bottom: 0px;padding: 8px 5px;}
	.contacts .uls li:nth-child(2) h5{margin-bottom: 0px;font-size: 15px;}
	.contacts .uls li:nth-child(2) p{font-size: 15px;}
	.index1 .swiper-pagination{bottom:6px}
}
/* 修改 */
.industry-con li .pic{
	width: 100%;
}
.mySwipers1,.mySwipers2{
	overflow: hidden !important;
}
.industry-con ul{
	display: flex;
	width: auto !important;
	flex-wrap: nowrap;
	padding: 15px 2px;
}
.industry-con li .tab{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.37);
}
.industry-con li a:hover .pic img{
	transform: scale(1.1);
}