.img {
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}

.img-hover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}

.img-hover:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.img-hover-contain {
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}

.img-hover-contain:hover {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.img {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.ban-inner {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 32%;
}

.ban-inner:after {
	position: absolute;
	width: 100%;
	left: 0;
	height: 50%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	bottom: 0;
}

.ban-inner .txt {
	position: absolute;
	left: 0;
	z-index: 50;
	width: 100%;
	text-align: center;
}

.txt-ban {
	text-align: center;
}

.txt-ban .con {
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	max-width: 660px;
	text-align: center;
}

.txt-ban h3 {
	color: #fff;
	letter-spacing: 0.02em;
	margin-bottom: 0.3em;
	line-height: 1.1;
	font-size: 60px;
}

.txt-ban p {
	color: #fff;
	line-height: 1.8;
	font-size: 16px;
}

.ban-bottom {
	padding-top: 46%;
}

.ban-bottom .txt {
	bottom: 0;
	padding-bottom: 3%;
}

.ban-bottom .txt .con {
	max-width: 860px;
}

.ban-center .txt {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.tc {
	text-align: center;
}

.dot-v {
	display: inline-block;
	border-left: 1px solid rgba(255,255,255,0.3);
	height: 55px;
	margin-top: 2%;
	position: relative;
}

.dot-v:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #006fea;
	margin-left: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.more1 {
	display: inline-block;
}

.more1 i {
	display: block;
	text-align: center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	border: 1px solid #4998d8;
	color: #2ca1db;
	font-size: 18px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: #4998d8;
	color: #fff;
}

.more1 i:hover {
	border-color: #4998d8;
	background-color: #fff;
	color: #4998d8;
}

.bd-testing {
	padding: 81px 0;
}

.list-testing {
	zoom: 1;
}

.list-testing:after,
.list-testing:before {
	content: '';
	display: table;
}

.list-testing:after {
	clear: both;
}

.list-testing li {
	border: 1px solid #ddd;
	float: left;
	width: 50%;
	margin-top: -1px;
	margin-left: -1px;
}

.list-testing h3 {
	font-size: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-testing .con {
	line-height: 1.8;
	height: 12.2em;
	margin-bottom: 5em;
	overflow: hidden;
}

.list-testing .con p {
	font-size: 16px;
}

.list-testing .pad {
	padding: 8%;
	overflow: hidden;
}

.list-testing .txt {
	float: left;
	width: 60%;
	margin-top: 1em;
}

.list-testing .img {
	float: right;
	width: 40%;
	padding-top: 50%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-top: -4%;
}

.fd-ban {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 5% 0;
	margin-top: 1%;
}

.fd-ban .more1 {
	margin-top: 3%;
}

.fd-ban .more1 i {
	color: #000;
}

.loading-btn {
	border: 1px solid #4998d8;
	color: #4998d8;
	display: inline-block;
	border-radius: 10px;
	padding: 0.9em 2.3em 0.9em 1.8em;
	font-size: 16px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.loading-btn:hover span {
	border-bottom: 1px solid #4998d8;
}

.loading-btn * {
	vertical-align: middle;
}

.loading-btn span {
	margin-left: 10px;
}

.p-center {
	text-align: center;
	padding-top: 4%;
}

.list-solution .hd {
	padding: 5% 0 0 0;
	zoom: 1;
	position: relative;
	z-index: 50;
}

.list-solution .hd:after,
.list-solution .hd:before {
	content: '';
	display: table;
}

.list-solution .hd:after {
	clear: both;
}

.list-solution .bd {
	padding-top: 32%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: -150px;
}

.list-solution .txt {
	float: left;
	width: 40%;
	padding-bottom: 210px;
}

.list-solution .img-list {
	float: right;
	width: 44%;
}

.list-solution .img-list .img {
	padding-top: 92%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.list-solution .img-list p {
	color: #4998d8;
	font-size: 16px;
	margin-top: 15px;
}

.list-solution .img-list .item {
	display: inline-block;
	width: 46%;
	text-align: center;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 6px rgba(0,0,0,0.1);
	margin-left: 2%;
}

.list-solution h3 {
	font-size: 60px;
	position: relative;
	margin-bottom: 0.5em;
	padding-right: 50px;
}

.list-solution h3 .more1 {
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.list-solution .con {
	padding-top: 2em;
	border-top: 1px solid #ddd;
	line-height: 1.8;
}

.list-solution .con p {
	font-size: 16px;
}



@media screen and (max-width: 1760px) {

	.list-solution h3,
	.txt-ban h3 {
		font-size: 42px;
	}

	.list-testing h3 {
		font-size: 28px;
	}

	.loading-btn {
		font-size: 14px;
		padding: 0.6em 1.5em 0.6em 1.2em;
	}
}

@media screen and (max-width: 1500px) {

	.list-testing .con p {
		font-size: 14px;
	}

	.txt-ban .con p {
		font-size: 14px;
	}

	.list-solution .con p {
		font-size: 14px;
	}

	.list-solution h3,
	.txt-ban h3 {
		font-size: 36px;
	}

	.list-testing h3 {
		font-size: 26px;
	}

	.more1 i {
		height: 40px;
		line-height: 40px;
		width: 40px;
		font-size: 16px;
	}


}

@media screen and (max-width: 1400px) {

	.bd-testing {
		padding: 60px 0;
	}

	.list-solution h3{
		font-size: 30px;
	}
}

@media screen and (max-width: 1100px) {

	.list-solution .img-list p {
		font-size: 14px;
	}
}

@media screen and (max-width: 1000px) {

	.list-solution h3,
	.txt-ban h3 {
		font-size: 22px;
	}

	.list-testing h3 {
		font-size: 22px;
	}

	.list-solution .img-list {
		width: 54%;
	}

	.list-solution .bd {
		margin-top: 0;
	}

	.list-solution .txt {
		padding-bottom: 5%;
	}

	.dot-v {
		height: 30px;
	}
}

@media screen and (max-width: 760px) {

	.ban-inner {
		padding: 14% 0;
	}

	.ban-inner .txt {
		position: relative;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}

	.ban-bottom .txt {
		padding-bottom: 0;
	}

	.dot-v {
		display: none;
	}

	.list-solution h3,
	.txt-ban h3 {
		font-size: 24px;
	}

	.list-testing li {
		float: none;
		width: 100%;
	}

	.list-testing .pad {
		padding: 6%;
	}

	.list-testing .img {
		margin-top: 0;
		vertical-align: middle;
		float: left;
	}

	.list-testing .txt {
		vertical-align: middle;
		float: right;
		padding-left: 7%;
	}

	.list-testing .con {
		height: auto;
		margin-bottom: 2em;
	}

	.list-testing .more1 {
		float: right;
	}

	.list-testing h3 {
		font-size: 20px;
	}

	.loading-btn {
		font-size: 14px;
		padding: 0.2em 1em 0.2em 0.6em;
	}

	.bd-testing {
		padding: 30px 0;
	}

	.fd-ban {
		padding: 15% 0;
	}

	.list-solution .txt,
	.list-solution .img-list {
		float: none;
		width: 100%;
	}

	.list-solution .txt .item,
	.list-solution .img-list .item {
		margin: 0 1%;
	}

	.list-solution .img-list {
		text-align: center;
		margin-bottom: 10%;
	}

	.more1 i {
		height: 30px;
		line-height: 30px;
		width: 30px;
		font-size: 13px;
	}

	.list-solution h3 {
		font-size: 20px;
	}

	.list-solution .con {
		padding-top: 15px;
	}
}
.ban-inner,
.ban-bottom{
	padding-top: 20.83%;
} 
.img-list .item{
	vertical-align: top;
}
.m_header{
	z-index: 600;
}
.dot-v{
	display: none;
}