2575.fr {
	float: right;
}

.fl {
	float: left;
}

.fll {
	float: left;
}

.ovf {
	overflow: hidden;
}

.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.m-ban {
	width: 100%;
	height: 650px;
	background: no-repeat center;
	background-size: cover;
	position: fixed;
}

.m-ban .wp {
	height: 100%;
	position: relative;
}



.m-ban-tit h3 {
	margin-bottom: 20px;
	font-size: 60px;
	color: rgb(240, 240, 240);
	text-transform: uppercase;
	line-height: 1;
}

.m-ban-tit .en-tit {
	font-size: 36px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
}

.m-cur {
	padding: 30px 0 50px;
	text-align: right;
	font-size: 16px;
	color: rgb(0, 0, 0);
}

.m-cur .und {
	text-decoration: underline;
	color: #999999;
}

.about-tit {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 50px;
	font-weight: bold;
}

.mr175 {
	margin-right: 175px;
}

.pl130 {
	padding-left: 130px;
	position: relative;
}

.pl130::after {
	content: " ";
	width: 87px;
	height: 1px;
	background-color: rgb(0, 70, 147);
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-about-us .row-1 {
	background-color: #f2f5f8;
	/* padding-bottom: 260px; */
}

.page-about-us .row-1 .desc {
	padding-top: 100px;
	border-top: 1px solid rgba(0, 70, 147, .2);
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
}

.page-about-us .row-2 {
	padding: 260px 0 110px;
	background-color: #fff;
}

.ul-why.pn {
	width: 100%;
	position: unset;
	margin-top: -50px;
	transform: translateY(50%);
	/* margin-bottom: 100px; */
}

.ul-why.pn li {
	width: 33.33%;
	float: left;
	box-sizing: border-box;

}

.ul-why.pn li {
	cursor: pointer;
	transition: .5s;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
}

.ul-why.pn .con {
	padding-left: 65px;
	position: relative;
}

.ul-why.pn .txts {
	position: relative;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ul-fazhan {
	overflow: hidden;
	margin: 0 -5px;
}

.ul-fazhan li {
	float: left;
	width: 25%;
	transition: 1s;

}

.ul-fazhan li .con {
	box-sizing: border-box;
	height: 420px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	border-radius: 8px;
	margin: 0 5px;
	padding: 110px 0 0;
	position: relative;
	transition: 1s;
	background-color: #f7f9fa;
}

.ul-fazhan .tit {
	line-height: 1;
	font-size: 60px;
	font-weight: bold;
	padding-bottom: 110px;
	color: rgb(0, 70, 147);
	position: relative;
	transition: 1s;
}

.ul-fazhan .tit::after {
	content: " ";
	width: 30px;
	height: 6px;
	top: 105px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgb(0, 70, 147);
	color: rgb(0, 70, 147);
	position: absolute;
}

.ul-fazhan .en-tit {
	font-size: 36px;
	font-family: "HelveticaNeue";
	color: rgb(0, 0, 0);
	font-weight: bold;
	position: relative;
	z-index: 99;
}

.ul-fazhan .num {
	font-size: 72px;
	color: rgb(255, 255, 255);
	line-height: 1;
	z-index: 1;
	position: absolute;
	bottom: 73px;
	font-weight: bold;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: 1s;
}

.ul-fazhan ul {
	display: none;
	overflow: hidden;
	padding: 0 80px;
	transition: 1s;
}

.ul-fazhan ul li {
	width: 50%;
	float: left;
	font-size: 24px;
	color: rgb(255, 255, 255);
	line-height: 1.8;
}

.ul-fazhan li:hover .con {
	background-color: #004693;
}

.ul-fazhan li:hover .tit {
	color: #fff;
	padding-bottom: 35px;
	transform: translateY(-25px);
}

.ul-fazhan li:hover .en-tit {
	display: none;
}

.ul-fazhan li:hover .num {
	font-size: 200px;
	color: rgba(255, 255, 255, 0.051);
	bottom: -60px;
}

.ul-fazhan li:hover ul {
	display: block;
}

.page-about-us .row-3 {
	width: 100vw;
	height: 500px;
	background: no-repeat center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
@font-face {
	font-family:'PingFang Regular';
	src: url("../fonts/PINGFANG MEDIUM.TTF");
}
.page-about-us .row-3 .tit {
	font-size: 60px;
	font-family: PingFang Regular;
	color: rgb(255, 255, 255);
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.page-about-us .row-5 {
	background-color: #f2f5f8;
}

.ul-history {
	position: relative;
	width: 50%;
	float: left;

}

.ul-history.u1::after {
	position: absolute;
	background-color: rgb(222, 228, 244);
	content: " ";
	height: 100%;
	width: 2px;
	top: 0;
	right: -1px;
}

.ul-history.u2::after {
	position: absolute;
	background-color: rgb(222, 228, 244);
	content: " ";
	height: 100%;
	width: 2px;
	top: 0;
	left: -1px;
}

.ul-history li {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 90px;
	z-index: 10;
}

.ul-history li::before {
	content: " ";
	position: absolute;
	top: 2px;
	width: 30px;
	height: 2px;
	background-color: rgb(222, 228, 244);
}

.ul-history.u1 li::before {
	right: 0;
}

.ul-history.u2 li::before {
	left: 0;
}

.ul-history.u2 {
	/* transform: translateY(130px); */
	margin-top: 130px;
	padding-bottom: 40px;
}

.ul-history li::after {
	content: " ";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #4d87ff;
	top: 0;
	z-index: 10;
}

.ul-history.u1 li::after {
	right: -2px;
}

.ul-history.u2 li::after {
	left: -2px;
}

.ul-history .con {
	padding: 50px 0 30px;
	background-color: #fff;
	border: 1px solid rgb(222, 228, 244);

}

.ul-history.u2 li .con {
	margin-left: 30px;
	padding-left: 30px;
	padding-right:30px;
	text-align: left;
}

.ul-history.u1 li .con {
	margin-right: 30px;
	padding-left: 30px;
	padding-right:30px;
	text-align: right;
}

.ul-history .year {
	font-size: 24px;
	font-family: "HiraginoSansGB";
	color: rgb(55, 69, 103);
	line-height: 1;
	margin-bottom: 20px;
}

.ul-history .desc {
	font-size: 16px;
	font-family: "HiraginoSansGB";
	color: rgb(102, 102, 102);
	line-height: 1.75;
	min-height: 56px;
}

.ul-history .pic {
	display: inline-block;
	width: 545px;
	height: 345px;
	margin-top: 50px;
	overflow: hidden;
}

.ul-history img {
	width: 100%;
	height: 100%;
}

.ul-history .pic img {
	webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

/* 鼠标经过时候图片放到1.08倍 */
.ul-history li:hover .pic img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.m100110 {
	padding: 100px 0 110px;
	margin: 0;
}


/* 轮播 */

.row-4 {
	background-color: #F2F5F8;
	position: relative;
	padding-bottom: 100px;
	/* height: 950px; */
	box-sizing: border-box;
}

.row-4::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	left: 50%;
	bottom: 0;
	background-color: #fff;
}

.wp.w1630 {
	max-width: 1630px;
}

] .bgcf2f {
	background: #F2F5F8
}

.m-honor {
	position: relative;
}

.m-honor .tabs {
	overflow: hidden;
	padding: 100px 60px 50px;
}

.m-honor .tab {
	font-size: 48px;
	font-weight: bold;
	margin-right: 50px;
	float: left;
	cursor: pointer;
	line-height: 1;
}

.m-honor .tab.on {
	color: #004693;
	text-decoration: underline;
}

.m-honor .swp {
	height: 650px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	padding: 0 90px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
	left: 200%;
}

.m-honor .swp.on {
	left: 0;
	position: relative;
}

.m-honor .swiper {
	margin: 0 -220px;
	z-index: 10;
}

.m-honor .swiper {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 590px;
	overflow: hidden;
}

.m-honor .swiper .con {
	margin: 0 220px;
	padding-top: 10px;
	box-sizing: border-box;
}

.m-honor .swiper .tit {
	font-size: 34px;
	color: #004693;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}

.m-honor .swiper .pic {
	width: 494px;
	height: 450px;
	margin: 0 auto;
}

.m-honor .swiper .pic img {
	webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

/* 鼠标经过时候图片放到1.08倍 */
.m-honor .swiper .pic:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

/* 按钮+分页 */
.m-honor .swp .swiper-button-next:after,
.m-honor .swp .swiper-button-prev:after {
	display: none;
	outline: none;
}

.m-honor .swp .swiper-button-next,
.m-honor .swp .swiper-button-prev {
	background: url(../images/about/ic-1.png) no-repeat;
	background-size: 156px;
	position: absolute;
	top: auto;
	bottom: 30px;
	border: 10px;
	/* width: 156px; */
	width: 70px;
	height: 47px;
	transition: .5s;
	outline: none;
}

.m-honor .swp .swiper-button-next:hover,
.m-honor .swp .swiper-button-prev:hover {
	width: 156px;
}

.m-honor .swp .swiper-button-prev {
	left: auto;
	right: 51%;
}

.m-honor .swp .swiper-button-next {
	left: 51%;
	background-position: right;
}

.m-honor .swp .swiper-button-prev {
	background-image: url(../images/about/ic-2.png);
}

.m-honor .swp .swiper-pagination {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	width: auto;
	left: 95px;
	bottom: 40px;
}


/* 线 */
.m-honor .swp::after,
.m-honor .swp::before {
	content: '';
	width: 970px;
	position: absolute;
	left: 0;
	border-top: 1px solid #c2d2e4;
}

.m-honor .swp::before {
	top: 0;
}

.m-honor .swp::after {
	bottom: 0;
}

.m-honor .swp .line {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.m-honor .swp .line::after,
.m-honor .swp .line::before {
	content: '';
	width: 610px;
	position: absolute;
	right: 0;
	border-top: 1px solid #c2d2e4;
}

.m-honor .swp .line::before {
	top: 0;
}

.m-honor .swp .line::after {
	bottom: 30px;
}


/* 行业应用 */
.m-ban .tab-tit {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	/* width: 100%; */
	width: calc(100% - 700px);
}

.m-ban .tab-tit ul {
	width: 100%;
	margin: 0 -10px;
}
.m-ban .tab-tit li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	transition: 0.3s;
}
.m-ban .tab-tit li.on .con{
	color: #fff;
	border-color: #fff;
	padding-left: 45px;
	position: relative;
}
.m-ban .tab-tit li .con:hover{
	color: #fff;
	border-color: #fff;
}
.m-ban .tab-tit li.on .con::before{
	content: " ";
	  border-radius: 50%;
	  background-color: rgb(255, 255, 255);
	  width: 12px;
	  height: 12px;
	 position: absolute;
	 left: 0;
	 bottom: 0;
}
	
.m-ban .tab-tit li .con::after{
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	right: 100%;
	height: 2px;
	background-color: #004693;
	z-index: 99;
	transition: .5s;
}
.m-ban .tab-tit li.on .con::after,
.m-ban .tab-tit li .con:hover::after{
	right: 0;
}
.m-ban .tab-tit .con {
	margin: 0 10px;
	font-size: 20px;
	padding-top: 40px;
	border-top: 2px solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
	line-height: 1;
	cursor: pointer;
	transition: .5s;
}


.m-infoCon {
	padding-top: 70px;
	position: relative;
	
}

.m-industry-tit {
	position: absolute;
	top: 80px;
	left: 740px;
	z-index: 99;
	
}

.m-industry-tit .tit {
	font-size: 48px;
	color: rgb(0, 70, 147);
	line-height: 1;
	margin-bottom: 30px;
	font-weight: bold;
}

.m-industry-tit .en-tit {
	font-size: 30px;
	font-family: "HelveticaNeue";
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}
.ul-tab-gang{
	position: absolute;
	top: 80px;
	right: 0;
	 font-size: 20px;color: rgb(0, 0, 0);
	 line-height: 1;
	 font-weight: bold;
}
.ul-tab-gang li{
	margin-bottom: 29px;
	position: relative;
	cursor: pointer;
}
.ul-tab-gang li.on {
  
  color: rgb(8, 87, 151);
  text-decoration: underline;
}

.ul-tab-gang li::before{
  background-color: rgb(0, 70, 147);
  content: " ";
  position: absolute;
  width: 0;
  height: 1px;
  right:110px;
  top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
	transition: .5s;
}
.ul-tab-gang li.on::before{
	width: 100px;
}


.ul-industry {
	/* padding-bottom: 400px; */
	margin: 0 -30px;
}

.ul-industry li {
	width: 50%;
	float: left;
	position: relative;
	margin-bottom: 50px;
	/* cursor: pointer; */
}
.ul-industry li:last-child {
	
	margin-bottom: 0px;
	
}
.ul-industry li:nth-child(even) {
	transform: translateY(26%);
}

.ul-industry .con {
	margin: 0 30px;
	display: block;
	position: relative;
	overflow: hidden;
}

.ul-industry .pic {
	width: 690px;
	height: 450px;
	overflow: hidden;
}
.ul-industry .con:hover .txt{
	opacity: 0;
}
.ul-industry .con:hover .hidetxt{
	opacity: 1;
	transform: translateY(0);
}

/* 鼠标经过时候图片放到1.08倍 */
.ul-industry .con:hover .pic img {
    -webkit-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -ms-transform:scale(1.08);
    -o-transform:scale(1.08);
    transform:scale(1.08);
	}
.ul-industry .pic img{
	width: 100%;
	height: 100%;webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}

.ul-industry .txt {
	font-size: 36px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	position: absolute;
	left: 80px;
	top: 100px;
	z-index: 28;
	transition: .3s;
}

.ul-industry .tit {
	margin-bottom: 30px;
}

@media only screen and (min-width: 950px) and (max-width: 1800px) {

	/* .m-ban {
		width: 100%;
		height: 36.11vw;
		background: no-repeat center;
		background-size: cover;
	}

	.m-ban .wp {
		height: 100%;
		position: relative;
	}

	.m-ban-tit {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
	}

	.m-ban-tit h3 {
		margin-bottom: 1.111vw;
		font-size: 3.333vw;
		color: rgb(240, 240, 240);
		text-transform: uppercase;
		line-height: 1;
	}

	.m-ban-tit .en-tit {
		font-size: 2vw;
		color: rgb(255, 255, 255);
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1;
		text-align: left;
	}

	.m-cur {
		padding: 1.666vw 0 2.777vw;
		text-align: right;
		font-size: 0.888vw;
		color: rgb(0, 0, 0);
	}

	.m-cur .und {
		text-decoration: underline;
		color: #999999;
	} */

	.about-tit {
		font-size: 2.666vw;
		line-height: 1;
		margin-bottom: 2.777vw;
		font-weight: bold;
	}

	.mr175 {
		margin-right: 9.722vw;
	}

	.pl130 {
		padding-left: 7.222vw;
		position: relative;
	}

	.pl130::after {
		content: " ";
		width: 4.833vw;
		height: 1px;
		background-color: rgb(0, 70, 147);
		position: absolute;
		left: 1.388vw;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.page-about-us .row-1 {
		background-color: #f2f5f8;
	}

	.page-about-us .row-1 .desc {
		padding-top: 5.555vw;
		border-top: 1px solid rgba(0, 70, 147, .2);
		overflow: hidden;
		font-size: 0.888vw;
		line-height: 1.8;
	}

	.page-about-us .row-2 {
		padding: 14.44vw 0 6.111vw;
		background-color: #fff;
	}

	.ul-why.pn {
		width: 100%;
		position: unset;
		margin-top: -3.333vw;
		transform: translateY(50%);
		/* margin-bottom: 5.555vw; */
	}

	.ul-why.pn li {
		width: 33.33%;
		float: left;
		box-sizing: border-box;
	}

	.ul-why.pn li {
		cursor: pointer;
		transition: .5s;
		border: 1px solid #ccc;
		border-bottom-color: #ccc;
	}

	.ul-why.pn .con {
		padding-left: 3.611vw;
		position: relative;
	}

	.ul-why.pn .txts {
		position: relative;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.ul-fazhan {
		overflow: hidden;
		margin: 0 -0.277vw;
	}

	.ul-fazhan li {
		float: left;
		width: 25%;
		transition: 1s;

	}

	.ul-fazhan li .con {
		box-sizing: border-box;
		height: 23.33vw;
		text-align: center;
		border-style: solid;
		border-width: 1px;
		border-color: rgb(221, 221, 221);
		border-radius: 0.444vw;
		margin: 0 0.277vw;
		padding: 6.111vw 0 0;
		position: relative;
		transition: 1s;
		background-color: #f7f9fa;
	}

	.ul-fazhan .tit {
		line-height: 1;
		font-size: 3.333vw;
		font-weight: bold;
		padding-bottom: 6.111vw;
		color: rgb(0, 70, 147);
		position: relative;
		transition: 1s;
	}

	.ul-fazhan .tit::after {
		content: " ";
		width: 1.666vw;
		height: 0.333vw;
		top: 5.833vw;
		left: 50%;
		transform: translateX(-50%);
		background-color: rgb(0, 70, 147);
		color: rgb(0, 70, 147);
		position: absolute;
	}

	.ul-fazhan .en-tit {
		font-size: 2vw;
		font-family: "HelveticaNeue";
		color: rgb(0, 0, 0);
		font-weight: bold;
		position: relative;
		z-index: 99;
	}

	.ul-fazhan .num {
		font-size: 4vw;
		color: rgb(255, 255, 255);
		line-height: 1;
		z-index: 1;
		position: absolute;
		bottom: 4.055vw;
		font-weight: bold;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: 1s;
	}

	.ul-fazhan ul {
		display: none;
		overflow: hidden;
		padding: 0 4.444vw;
		transition: 1s;
	}

	.ul-fazhan ul li {
		width: 50%;
		float: left;
		font-size: 1.333vw;
		color: rgb(255, 255, 255);
		line-height: 1.8;
	}

	.ul-fazhan li:hover .con {
		background-color: #004693;
	}

	.ul-fazhan li:hover .tit {
		color: #fff;
		padding-bottom: 1.944vw;
		transform: translateY(-1.388vw);
	}

	.ul-fazhan li:hover .en-tit {
		display: none;
	}

	.ul-fazhan li:hover .num {
		font-size: 11.11vw;
		color: rgba(255, 255, 255, 0.051);
		bottom: -3.333vw;
	}

	.ul-fazhan li:hover ul {
		display: block;
	}

	.page-about-us .row-3 {
		width: 100vw;
		height: 27.77vw;
		background: no-repeat center;
		background-size: cover;
		position: relative;
		background-attachment: fixed;
	}

	.page-about-us .row-3 .tit {
		font-size: 3.333vw;
		color: rgb(255, 255, 255);
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		text-align: center;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.clearfix:after {
		/*伪元素是行内元素 正常浏览器清除浮动方法*/
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.page-about-us .row-5 {
		background-color: #f2f5f8;
	}

	.ul-history {
		position: relative;
		width: 50%;
		float: left;
	}

	.ul-history.u1::after {
		position: absolute;
		background-color: rgb(222, 228, 244);
		content: " ";
		height: 100%;
		width: 0.111vw;
		top: 0;
		right: -1px;
	}

	.ul-history.u2::after {
		position: absolute;
		background-color: rgb(222, 228, 244);
		content: " ";
		height: 100%;
		width: 0.111vw;
		top: 0;
		left: -1px;
	}

	.ul-history li {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 5vw;
	}

	.ul-history li::before {
		content: " ";
		position: absolute;
		top: 0.111vw;
		width: 1.666vw;
		height: 0.111vw;
		background-color: rgb(222, 228, 244);
	}

	.ul-history.u1 li::before {
		right: 0;
	}

	.ul-history.u2 li::before {
		left: 0;
	}

	.ul-history.u2 {
		/* transform: translateY(7.222vw); */
		margin-top: 7.222vw;
		padding-bottom: 2.222vw;
	}

	.ul-history li::after {
		content: " ";
		position: absolute;
		width: 0.333vw;
		height: 0.333vw;
		border-radius: 50%;
		background-color: #4d87ff;
		top: 0;
		z-index: 10;
	}

	.ul-history.u1 li::after {
		right: -0.111vw;
	}

	.ul-history.u2 li::after {
		left: -0.111vw;
	}

	.ul-history .con {
		padding: 2.777vw 0 1.666vw;
		background-color: #fff;
		border: 1px solid rgb(222, 228, 244);

	}

	.ul-history.u2 li .con {
		margin-left: 1.666vw;
		padding-left: 1.666vw;
		text-align: left;
	}

	.ul-history.u1 li .con {
		margin-right: 1.666vw;
		padding-right: 1.666vw;
		text-align: right;
	}

	.ul-history .year {
		font-size: 1.333vw;
		font-family: "HiraginoSansGB";
		color: rgb(55, 69, 103);
		line-height: 1;
		margin-bottom: 1.111vw;
	}

	.ul-history .desc {
		font-size: 0.888vw;
		font-family: "HiraginoSansGB";
		color: rgb(102, 102, 102);
		line-height: 1.75;
		min-height: 3.111vw;
	}

	.ul-history .pic {
		display: inline-block;
		width: 30.27vw;
		height: 19.16vw;
		margin-top: 2.777vw;
	}

	.ul-history img {
		width: 100%;
		height: 100%;
	}

	.m100110 {
		padding: 5.555vw 0 6.111vw;
		margin: 0;
	}


	/* 轮播 */

	.row-4 {
		background-color: #F2F5F8;
		position: relative;
		padding-bottom: 5.555vw;
		/* height: 52.77vw; */
		box-sizing: border-box;
	}

	.row-4::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		left: 50%;
		bottom: 0;
		background-color: #fff;
	}

	.wp.w1630 {
		max-width: 90.55vw;
	}

	] .bgcf2f {
		background: #F2F5F8
	}

	.m-honor {
		position: relative;
	}

	.m-honor .tabs {
		overflow: hidden;
		padding: 5.555vw 3.333vw 2.777vw;
	}

	.m-honor .tab {
		font-size: 2.666vw;
		font-weight: bold;
		margin-right: 2.777vw;
		float: left;
		cursor: pointer;
		line-height: 1;
	}

	.m-honor .tab.on {
		color: #004693;
		text-decoration: underline;
	}

	.m-honor .swp {
		height: 36.11vw;
		width: 100%;
		background-color: #fff;
		position: absolute;
		padding: 0 5vw;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 10;
		left: 200%;
	}

	.m-honor .swp.on {
		left: 0;
		position: relative;
	}

	.m-honor .swiper {
		margin: 0 -12.22vw;
		z-index: 10;
	}

	.m-honor .swiper {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		height: 32.77vw;
		overflow: hidden;
	}

	.m-honor .swiper .con {
		margin: 0 12.22vw;
		padding-top: 2.666vw;
		box-sizing: border-box;
	}

	.m-honor .swiper .tit {
		font-size: 1.888vw;
		color: #004693;
		text-align: center;
		font-weight: normal;
		margin-bottom: 1.666vw;
	}

	.m-honor .swiper .pic {
		width: 27.44vw;
		height: 25vw;
		margin: 0 auto;
	}


	/* 按钮+分页 */
	.m-honor .swp .swiper-button-next:after,
	.m-honor .swp .swiper-button-prev:after {
		display: none;
	}

	.m-honor .swp .swiper-button-next,
	.m-honor .swp .swiper-button-prev {
		background: url(../images/about/ic-1.png) no-repeat;
		background-size: 8.666vw;
		position: absolute;
		top: auto;
		bottom: 1.666vw;
		border: 0.555vw;
		/* width: 8.666vw; */
		width: 3.888vw;
		height: 2.611vw;
		transition: .5s;
	}

	.m-honor .swp .swiper-button-next:hover,
	.m-honor .swp .swiper-button-prev:hover {
		width: 8.666vw;
	}

	.m-honor .swp .swiper-button-prev {
		left: auto;
		right: 51%;
	}

	.m-honor .swp .swiper-button-next {
		left: 51%;
		background-position: right;
	}

	.m-honor .swp .swiper-button-prev {
		background-image: url(../images/about/ic-2.png);
	}

	.m-honor .swp .swiper-pagination {
		font-size: 1.111vw;
		color: #000;
		font-weight: bold;
		width: auto;
		left: 5.277vw;
		bottom: 2.222vw;
	}

	/* 线 */
	.m-honor .swp::after,
	.m-honor .swp::before {
		content: '';
		width: 53.88vw;
		position: absolute;
		left: 0;
		border-top: 1px solid #c2d2e4;
	}

	.m-honor .swp::before {
		top: 0;
	}

	.m-honor .swp::after {
		bottom: 0;
	}

	.m-honor .swp .line {
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.m-honor .swp .line::after,
	.m-honor .swp .line::before {
		content: '';
		width: 33.88vw;
		position: absolute;
		right: 0;
		border-top: 1px solid #c2d2e4;
	}

	.m-honor .swp .line::before {
		top: 0;
	}

	.m-honor .swp .line::after {
		bottom: 1.666vw;
	}
}

@media only screen and (min-width: 0px) and (max-width: 950px) {
	.fl {
		float: none;
	}
	.logo.fl {
		float: left;
	}

	/* .m-ban {
		width: 100%;
		height: 36.84vw;
		background: no-repeat center;
		background-size: cover;
	}

	.m-ban .wp {
		height: 100%;
		position: relative;
	}

	.m-ban-tit {
		position: absolute;
		top: 50%;
		left: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
	}

	.m-ban-tit h3 {
		margin-bottom: 10px;
		font-size: 22px;

	}

	.m-ban-tit .en-tit {
		font-size: 18px;

	}

	.m-cur {
		padding: 20px 0;
		text-align: right;
		font-size: 16px;
		color: rgb(0, 0, 0);
	} */


	.about-tit {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.mr175 {
		margin-right: 40px;
	}

	.pl130 {
		padding-left: 75px;
		position: relative;
	}

	.pl130::after {
		content: " ";
		width: 40px;
		left: 18px;
	}

	.page-about-us .row-1 {
		background-color: #f2f5f8;
		padding-bottom: 30px;
	}

	.page-about-us .row-1 .desc {
		padding-top: 20px;
		border-top: 1px solid rgba(0, 70, 147, .2);
		overflow: hidden;
		font-size: 14px;
		line-height: 1.8;
	}

	.page-about-us .row-2 {
		padding: 30px 0;
		/* background-color: #fff; */
	}

	.ul-why.pn {
		width: 100%;
		position: unset;
		margin-top: 0px;
		transform: unset;
		margin-bottom: 0px;
		margin-top: 20px;
	}

	.ul-why.pn li {
		width: 100%;
		float: none;
		box-sizing: border-box;

	}

	.ul-why.pn li {
		cursor: pointer;
		transition: .5s;
		border: 1px solid #ccc;
		border-bottom-color: #ccc;
	}

	.ul-why.pn .con {
		padding-left: 30px;
		position: unset;
	}

	.ul-why.pn .txts {
		position: unset;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.ul-fazhan {
		overflow: hidden;
		margin: 0 -0.526vw;
	}

	.ul-fazhan li {
		float: left;
		width: 50%;
		transition: 1s;
		margin-bottom: 2.105vw;

	}

	.ul-fazhan li .con {
		box-sizing: border-box;
		height: 39vw;
		text-align: center;

		margin: 0 0.526vw;
		padding: 7.368vw 0 0;
		position: relative;
		transition: 1s;
		background-color: #f7f9fa;
	}

	.ul-fazhan .tit {
		line-height: 1;
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 14.73vw;
		color: rgb(0, 70, 147);
		position: relative;
		transition: 1s;
	}

	.ul-fazhan .tit::after {
		content: " ";
		width: 3.157vw;
		height: 0.631vw;
		top: 7.368vw;
		left: 50%;
		transform: translateX(-50%);
		background-color: rgb(0, 70, 147);
		color: rgb(0, 70, 147);
		position: absolute;
	}

	.ul-fazhan .en-tit {
		font-size: 16px;
	}

	.ul-fazhan .num {
		font-size: 42px;
		bottom: 8.947vw;
	}

	.ul-fazhan ul {
		display: none;
		overflow: hidden;
		padding: 0 8.421vw;
		transition: 1s;
	}

	.ul-fazhan ul li {
		width: 50%;
		float: left;
		font-size: 14px;
		color: rgb(255, 255, 255);
		line-height: 1.2;
	}

	.ul-fazhan li:hover .tit {
		padding-bottom: 3.684vw;
		transform: translateY(-2.631vw);
	}

	.ul-fazhan li:hover .en-tit {
		display: none;
	}

	.ul-fazhan li:hover .num {
		font-size: 15.78vw;
		color: rgba(255, 255, 255, 0.051);
		bottom: -3.157vw;
	}

	.ul-fazhan li:hover ul {
		display: block;

	}

	.page-about-us .row-3 {
		width: 100vw;
		height: 42.10vw;
		background: no-repeat center;
		background-size: cover;
		position: relative;
		background-attachment: fixed;
	}

	.page-about-us .row-3 .tit {
		font-size: 20px;
		width: 100%;
		text-align: center;
		color: rgb(255, 255, 255);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.ul-history {
		position: relative;
		width: 100%;
		float: none;
		padding-bottom: 30px;
	}

	.ul-history.u1::after {
		position: absolute;
		background-color: rgb(222, 228, 244);
		content: " ";
		height: 100%;
		width: 2px;
		top: 0;
		right: unset;
		left: -1px;
	}

	.ul-history li {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
		z-index: 10;
	}

	.ul-history li::before {
		content: " ";
		position: absolute;
		top: 0px;
		width: 30px;
		height: 2px;
		background-color: rgb(222, 228, 244);
	}

	.ul-history.u1 li::before {
		right: unset;
		left: 0;
	}


	.ul-history.u2 {
		/* transform: translateY(130px); */
		margin-top: 130px;
		padding-bottom: 40px;
		display: none;
	}

	.ul-history li::after {
		content: " ";
		position: absolute;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #4d87ff;
		top: -2px;
		z-index: 10;
	}

	.ul-history.u1 li::after {
		right: unset;
		left: -2px;
	}

	.ul-history.u2 li::after {}

	.ul-history .con {
		padding: 20px 0 20px;
		background-color: #fff;
		border: 1px solid rgb(222, 228, 244);

	}

	.ul-history li:last-child {
		margin-bottom: 0;
	}

	.ul-history.u1 li .con {
		margin-right: 0;
		padding-right: 20px;
		margin-left: 30px;
		padding-left: 20px;
		text-align: left;
	}

	.ul-history .year {
		font-size: 18px;
		font-family: "HiraginoSansGB";
		color: rgb(55, 69, 103);
		line-height: 1;
		margin-bottom: 10px;
	}

	.ul-history .desc {
		font-size: 14px;
		font-family: "HiraginoSansGB";
		color: rgb(102, 102, 102);
		line-height: 1.5;
		min-height: 42px;
	}

	.ul-history .pic {
		display: inline-block;
		width: 57.36vw;
		height: 36.31vw;
		margin-top: 20px;
	}

	.ul-history img {
		width: 100%;
		height: 100%;
	}

	.m100110 {
		padding: 30px 0 30px;
		margin: 0;
	}


	/* 选项卡轮播 */

	.row-4 {
		background-color: #F2F5F8;
		position: relative;
		padding-bottom: 0px;
		/* height: 950px; */
		box-sizing: border-box;
	}

	/* 	.row-4::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		left: 50%;
		bottom: 0;
		background-color: #fff;
	}

	.wp.w1630 {
		max-width: 1630px;
	}

 .bgcf2f {
		background: #F2F5F8
	}

	.m-honor {
		position: relative;
	}

	.m-honor .tabs {
		overflow: hidden;
		padding: 30px 0;
	}

	.m-honor .tab {
		font-size: 20px;
		font-weight: bold;
		margin-right: 50px;
		float: left;
		cursor: pointer;
		line-height: 1;
	}

	.m-honor .tab.on {
		color: #004693;
		text-decoration: underline;
	}

	.m-honor .swp {
		height: 650px;
		width: 100%;
		background-color: #fff;
		position: absolute;
		padding: 0 90px;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 10;
		left: 200%;
	}

	.m-honor .swp.on {
		left: 0;
		position: relative;
	}

	.m-honor .swiper {
		margin: 0 -220px;
		z-index: 10;
	}

	.m-honor .swiper {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		height: 590px;
		overflow: hidden;
	}

	.m-honor .swiper .con {
		margin: 0 ;
		padding-top: 20px;
		box-sizing: border-box;
	}

	.m-honor .swiper .tit {
		font-size: 16px;
		color: #004693;
		text-align: center;
		font-weight: normal;
		margin-bottom: 30px;
	}

	.m-honor .swiper .pic {
		width: 494px;
		height: 450px;
		margin: 0 auto;
	} */

	.row-4::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		left: 50%;
		bottom: 0;
		background-color: #fff;
		display: none;
	}

	.wp.w1630 {
		padding: 0 20px;
	}

	.bgcf2f {
		background: #F2F5F8
	}

	.m-honor {
		position: relative;
	}

	.m-honor .tabs {
		overflow: hidden;
		padding: 30px 0;
	}

	.m-honor .tab {
		font-size: 20px;
		font-weight: bold;
		margin-right: 5.263vw;
		float: left;
		cursor: pointer;
		line-height: 1;
	}

	.m-honor .tab.on {
		color: #004693;
		text-decoration: underline;
	}

	.m-honor .swp {
		height: 68.42vw;
		width: 100%;
		background-color: #fff;
		position: absolute;
		padding: 0;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 10;
		left: 200%;
	}

	.m-honor .swp.on {
		left: 0;
		position: relative;
	}

	.m-honor .swiper {
		margin: 0 -23.15vw;
		z-index: 10;
	}

	.m-honor .swiper {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		height: 62.10vw;
		overflow: hidden;
	}

	.m-honor .swiper .con {
		margin: 0;
		padding-top: 2.105vw;
		box-sizing: border-box;
	}

	.m-honor .swiper .tit {
		font-size: 16px;
		color: #004693;
		text-align: center;
		font-weight: normal;
		margin-bottom: 3.157vw;
	}

	.m-honor .swiper .pic {
		width: 52vw;
		height: 47.36vw;
		margin: 0 auto;
	}

	/* 按钮+分页 */

	.m-honor .swp .swiper-button-next:after,
	.m-honor .swp .swiper-button-prev:after {
		display: none;
	}

	.m-honor .swp .swiper-button-next,
	.m-honor .swp .swiper-button-prev {
		background: url(../images/about/ic-1.png) no-repeat;
		background-size: 16.42vw;
		position: absolute;
		top: auto;
		bottom: 3.157vw;
		border: 1.052vw;

		width: 7.368vw;
		height: 4.947vw;
		transition: .5s;
	}

	.m-honor .swp .swiper-button-next:hover,
	.m-honor .swp .swiper-button-prev:hover {
		width: 16.42vw;
	}

	.m-honor .swp .swiper-button-prev {
		left: auto;
		right: 51%;
	}

	.m-honor .swp .swiper-button-next {
		left: 51%;
		background-position: right;
	}

	.m-honor .swp .swiper-button-prev {
		background-image: url(../images/about/ic-2.png);
	}

	.m-honor .swp .swiper-pagination {
		font-size: 2.105vw;
		color: #000;
		font-weight: bold;
		width: auto;
		left: 10vw;
		bottom: 4.210vw;
	}

	/* 线 */


	.m-honor .swp::after,
	.m-honor .swp::before {
		content: '';
		width: 102.1vw;
		position: absolute;
		left: 0;
		border-top: 1px solid #c2d2e4;
	}

	.m-honor .swp::before {
		top: 0;
	}

	.m-honor .swp::after {
		bottom: 0;
	}

	.m-honor .swp .line {
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		display: none;
	}

	.m-honor .swp .line::after,
	.m-honor .swp .line::before {
		content: '';
		width: 64.21vw;
		position: absolute;
		right: 0;
		border-top: 1px solid #c2d2e4;
	}

	.m-honor .swp .line::before {
		top: 0;
	}

	.m-honor .swp .line::after {
		bottom: 3.157vw;
	}
}



@media only screen and (min-width: 950px) and (max-width: 1800px) {

/* 行业应用 */
.m-ban .tab-tit {
	overflow: hidden;
	position: absolute;
	/* left: 0; */
	/* bottom: 2.777vw; */
	/* width: 100%; */
	width: calc(100% - 38.88vw);
}

.m-ban .tab-tit ul {
	width: 100%;
	margin: 0 -0.555vw;
}
.m-ban .tab-tit li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	transition: 0.3s;
}
.m-ban .tab-tit li.on .con{
	color: #fff;
	border-color: #fff;
	padding-left: 2.5vw;
	position: relative;
}
.m-ban .tab-tit li.on .con::before{
	content: " ";
	
	  border-radius: 50%;
	  background-color: rgb(255, 255, 255);
	  width: 0.666vw;
	  height: 0.666vw;
	 position: absolute;
	 left: 0;
	 bottom: 0;
	

}
.m-ban .tab-tit .con {
	margin: 0 0.555vw;
	font-size: 1vw;
	padding-top: 2.222vw;
	border-top: 2px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .5);
	line-height: 1;
}


.m-infoCon {
	padding-top: 3.888vw;
	position: relative;
	
}

.m-industry-tit {
	position: absolute;
	top: 4.444vw;
	left: 41.11vw;
	z-index: 99;
	
}

.m-industry-tit .tit {
	font-size: 2.666vw;
	color: rgb(0, 70, 147);
	line-height: 1;
	margin-bottom: 1.666vw;
	font-weight: bold;
}

.m-industry-tit .en-tit {
	font-size: 1.666vw;
	font-family: "HelveticaNeue";
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}
.ul-tab-gang{
	position: absolute;
	top: 4.444vw;
	right: 0;
	 font-size: 1.111vw;color: rgb(0, 0, 0);
	 line-height: 1;
	 font-weight: bold;
}
.ul-tab-gang li{
	margin-bottom: 1.611vw;
	position: relative;
}
.ul-tab-gang li.on {
  color: rgb(8, 87, 151);
  text-decoration: underline;
}
.ul-tab-gang li::before{
  background-color: rgb(0, 70, 147);
  content: "";
  position: absolute;
  right: 6.222vw;
  top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.ul-tab-gang li.on::before{
	width: 5.555vw;
}


.ul-industry {
	/* padding-bottom: 22.22vw; */
	margin: 0 -1.666vw;
}

.ul-industry li {
	width: 50%;
	float: left;
	position: relative;
	margin-bottom: 2.777vw;
}
.ul-industry li:last-child {
	
	margin-bottom: 1px;
	
}
.ul-industry li:nth-child(even) {
	transform: translateY(26%);
}

.ul-industry .con {
	margin: 0 1.666vw;
	display: block;
	
}

.ul-industry .pic {
	width: 38.33vw;
	height: auto;
	overflow: hidden;
}

.ul-industry .pic img{
	width: 100%;
	
}

.ul-industry .txt {
	font-size: 2vw;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	position: absolute;
	left: 4.444vw;
	top: 5.555vw;
	z-index: 28;
}

.ul-industry .tit {
	margin-bottom: 1.666vw;
}
}


@media only screen and (min-width: 0px) and (max-width: 950px) {

/* 行业应用 */
.m-ban .tab-tit {
	overflow: hidden;
	position: absolute;
	left: 0;
	padding: 0 20px;
	bottom: 5.263vw;
	width: 100%;
	box-sizing: border-box;
	transform: none;
	right: auto;
	top: auto;
}

.m-ban .tab-tit ul {
	width: 100%;
	margin: 0 -1.052vw;
}
.m-ban .tab-tit li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	transition: 0.3s;
}
.m-ban .tab-tit li.on .con{
	color: #fff;
	border-color: #fff;
	padding-left: 4.736vw;
	position: relative;
}
.m-ban .tab-tit li.on .con::before{
	content: " ";
	  border-radius: 50%;
	  background-color: rgb(255, 255, 255);
	  width: 1.263vw;
	  height: 1.263vw;
	 position: absolute;
	 left: 0;
	 bottom: 0;
	

}
.m-ban .tab-tit .con {
	margin: 0 1.052vw;
	font-size: 1.894vw;
	padding-top: 3.157vw;
	border-top: 1px solid rgba(255, 255, 255, 0.302);
	color: rgba(255, 255, 255, 0.302);
	line-height: 1;
}


.m-infoCon {
	padding-top: 0;
	position: relative;
	
}

.m-industry-tit {
	position: unset;
	top: 8.421vw;
	left: 77.89vw;
	z-index: 99;
	
}

.m-industry-tit .tit {
	font-size: 20px;
	color: rgb(0, 70, 147);
	line-height: 1;
	margin-bottom: 10px;
	font-weight: bold;
}

.m-industry-tit .en-tit {
	font-size: 12px;
	font-family: "HelveticaNeue";
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}
.ul-tab-gang{
	position: static;
	top: 8.421vw;
	right: 0;
	 font-size: 14px;color: rgb(0, 0, 0);
	 line-height: 1;
	 font-weight: bold;
}
.ul-tab-gang li{
	margin-bottom: 10px;
	position: relative;
}
.ul-tab-gang li.on {
  color: rgb(8, 87, 151);
  text-decoration: underline;
}
.ul-tab-gang li.on::before{
  background-color: rgb(0, 70, 147);
  content: " ";
  position: absolute;
  width: 10.52vw;
  height: 1px;
  left: -13.68vw;
  top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.ul-tab-gang li::before{
	display: none;
}


.ul-industry {
	/* padding-bottom: 42.10vw; */
	margin: 0 ;
}

.ul-industry li {
	margin: 0 auto;
	width: 100%;
	float: none;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
.ul-industry li:last-child {
	
	margin-bottom: 1px;
	
}
.ul-industry li:nth-child(even) {
	transform: translateY(0);
}

.ul-industry .con {
	margin: 0 ;
	display: block;
	
}

.ul-industry .pic {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ul-industry .pic img{
	width: 100%;
	height: 100%;
}

.ul-industry .txt {
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	position: absolute;
	left: 8.421vw;
	top: 10.52vw;
	z-index: 28;
}

.ul-industry .tit {
	margin-bottom: 15px;
}
}





/* 新增 */
.ul-industry .hidetxt{
				position: absolute;
				left: 30px;
				top: 30px;
				right: 30px;
				bottom: 30px;
				background-color: rgba(0,70,147,.8);
				color: #fff;
				padding: 60px 70px 0;
				opacity: 0;
				transition: .8s;
				transform: translateY(10%);
			}
			.ul-industry .hidetxt .tit{
				font-size: 35px;
				font-weight: bold;
				margin-bottom: 34px;
			}
			.ul-industry .hidetxt .info{
				font-size: 18px;
				padding-bottom: 50px;
				position: relative;
				width: 500px;
			}
			.ul-industry .hidetxt .info::after{
				content: '';
				position: absolute;
				width: 30px;
				height: 5px;
				background-color: #fff;
				left: 0;
				bottom: 0;
			}
			@media only screen and (min-width: 950px) and (max-width: 1800px) {
				.ul-industry .hidetxt{
					position: absolute;
					left: 1.666vw;
					top: 1.666vw;
					right: 1.666vw;
					bottom: 1.666vw;
					background-color: rgba(0,70,147,.8);
					color: #fff;
					padding: 3.333vw 3.888vw 0;
					opacity: 0;
					transition: .8s;
					transform: translateY(10%);
				}
				.ul-industry .hidetxt .tit{
					font-size: 1.944vw;
					font-weight: bold;
					margin-bottom: 1.888vw;
				}
				.ul-industry .hidetxt .info{
					font-size: 1.333vw;
					padding-bottom: 2.777vw;
					position: relative;
					width: 23.88vw;
				}
				.ul-industry .hidetxt .info::after{
					content: '';
					position: absolute;
					width: 2.777vw;
					height: 0.444vw;
					background-color: #fff;
					left: 0;
					bottom: 0;
				}
			}
			@media only screen and (max-width: 950px){
				.ul-industry .txt{display: none;}
				.ul-industry .hidetxt{
					top: 20px;
					right: 20px;
					bottom: 20px;
					left: 20px;
					opacity: 1;
					padding: 20px;
					transform: none;
				}
				.ul-industry .hidetxt .t{
					position: relative;
					top: 50%;
					transform: translateY(-50%);
				}
				.ul-industry .hidetxt .tit{
					font-size: 20px;
					margin-bottom: 15px;
				}
				.ul-industry .hidetxt .info{font-size: 14px;padding-bottom: 20px;width: 100%;}
				.ul-industry .hidetxt .info::after{height: 3px; width: 30px;}
			}
			@media only screen and (max-width: 700px){
				.m-ban.noscale{
					height: 270px;
					height: 45vw;
				}
			}