* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "webfont";
	font-display: swap;
	src: url('webfont.eot');
	/* IE9 */
	src: url('webfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('webfont.woff2') format('woff2'),
		url('webfont.woff') format('woff'),
		/* chrome、firefox */
		url('webfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('webfont.svg#webfont') format('svg');
	/* iOS 4.1- */
}



body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}


html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-family: "webfont";
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: "webfont";
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #111111;
	font-family: "webfont";
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 92%;
	margin: auto;
	max-width: 1520px;
}

.inner-section {
	width: 100%;
	padding: 0 80px;
	max-width: 1560px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.product-section {
	width: 100%;
	padding: 0 80px;
	max-width: 1560px;
	margin: 0 auto;
}

.news-background {
	background: #f2f5f8;
}



/*header*/

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: 0.5s;
}

.header .section {
	position: relative;
}

.header .logo {
	width: 294px;
	float: left;
	display: flex;
	align-items: center;
	height: 88px;
	justify-content: center;

}

.header .logo a {
	display: block;
	width: 100%;
}

.header .logo img {
	width: 100%;
}

.header .logo img.b-logo {
	display: none;

}

.header .logo img.w-logo {
	display: block;

}

.menu-content {
	float: right;
	position: relative;
}

.header .menu {
	width: 820px;
	float: left;
	margin-right: 25px;
}

.header .menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.header .menu ul li a.menu-a {
	display: inline-block;
	font-size: 19px;
	position: relative;
	line-height: 88px;
}

.header .menu ul li .menu-a::before {
	content: '';
	bottom: 0;
	z-index: 20;
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	transform: rotateY(90deg);
	transition: ease-in-out 0.4s;
}


.header .menu ul li.on .menu-a::before,
.header .menu ul li:hover .menu-a::before {
	transform: rotateY(0deg);
}


.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	padding: 25px 30px;
	top: 100%;
	left: 50%;
	display: none;
	border-radius: 10px;
	border-top: 1px solid #dfdfdf;
}

.header .menu li .drop ul {
	width: 100%;
	overflow: hidden;
}

.header .menu li .drop li {
	text-align: left;
	display: block;
}

.header .menu li .drop li a {
	padding: 0 15px;
	display: block;
	margin: 3px 0;
	font-size: 16px;
	color: #666;
	border: 1px solid #f6f6f6;
	border-radius: 10px;
	font-weight: normal;
	line-height: 40px;
	position: relative;
}

.header .menu li .drop li a::before {
	content: '';
	display: block;
	width: 8px;
	height: 13px;
	position: absolute;
	right: 15px;
	z-index: 20;
	top: 50%;
	margin-top: -6.5px;
	background-image: url(../icon27.png);
	background-size: 100%;
}

.header .menu li .drop li a:hover {
	color: #0071ff;
	background: #f4f8fd;
}

.header .menu li .drop li a:hover::before {
	background-image: url(../icon28.png);
}

.about-li,
.product-li,
.it-li,
.case-li,
.brand-li {
	position: relative;
}

.header .menu li.about-li .drop {
	width: 260px;
	margin-left: -130px;
}

.header .menu li.it-li .drop {
	width: 300px;
	margin-left: -150px;
}


.header .menu li.case-li .drop {
	width: 230px;
	margin-left: -115px;
}

.header .menu li.ups-li .drop {
	width: 100%;
	left: 0;
}

.header .menu li.product-li .drop,
.header .menu li.brand-li .drop {
	width: 280px;
	margin-left: -140px;
}

.header .menu li.about-li .drop ul li,
.header .menu li.it-li .drop ul li,
.header .menu li.case-li .drop ul li,
.header .menu li.brand-li .drop ul li {
	width: 100%;
}

.header .menu li.ups-li .drop ul li {
	width: 31.33%;
}


.header .menu li.big-li .drop ul li {
	width: 48%;
}



.header .menu li.big-li .drop {
	width: 100%;
	left: 0;
}

.header .menu li .drop .drop-menu {
	width: 48%;
	float: left;
	margin: 0 1%;
}

.header .menu li .drop .drop-menu h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #0071ff;
	padding: 12px 0;
	margin-bottom: 8px;
	border-bottom: 1px solid #f6f6f6;
}




.bb-teltxt {
	float: right;
	margin-top: 15px;
	position: relative;
	display: block;
}


.bb-teltxt i {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-style: normal;
	padding-left: 35px;
	position: relative;
}

.bb-teltxt i::before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	z-index: 20;
	top: 50%;
	margin-top: -14.5px;
	background-image: url(../tel.png);
	background-size: 100%;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 27px;
	position: absolute;
	right: 25px;
	top: 0;
	z-index: 9999;
	height: 88px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 27px;
	height: 3px;
	background: #0071ff;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-4px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(-2px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.header .menu ul li a.menu-a {
	color: #fff;
}


.n-header .bb-teltxt i,
.fixnav .bb-teltxt i,
.n-header .menu ul li .menu-a,
.fixnav .menu ul li .menu-a {
	color: #000 !important;
}

.header .menu ul li:hover .menu-a::before,
.header .menu ul li.on .menu-a::before {
	background: #fff;
}

.fixnav .menu ul li.on .menu-a::before,
.n-header .menu ul li.on .menu-a::before,
.n-header .menu ul li:hover .menu-a::before {
	background: #000;
}






.n-header .bb-teltxt i::before,
.fixnav .bb-teltxt i::before {
	background: url(../tel-b.png);
}

.fixnav,
.n-header {
	width: 100%;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
}

.fixnav .logo img.b-logo,
.n-header .logo img.b-logo {
	display: block !important;
}

.fixnav .logo img.w-logo,
.n-header .logo img.w-logo {
	display: none !important;

}


.hide {
	top: -150px;
}

.bgf7 {
	background: #f7f7f7;
}

.index-title {
	color: #000;
	position: relative;
	line-height: 60px;
	overflow: hidden;
}


.index-title h1 {
	font-size: 35px;
	position: relative;
	z-index: 10;
	font-weight: 900;
}

.index-title span {
	font-size: 70px;
	color: #f5f5f5;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	z-index: 5;
	display: block;
	top: 0;
	width: 100%;
	font-weight: bold;
}

.index-title p {
	font-size: 16px;
	color: #a3a3a3;
	width: 100%;
	overflow: hidden;
	line-height: 28px;
	padding: 18px 0;
}


.font-white {
	color: #fff !important;
}


.main-more {
	overflow: hidden;
}

.main-more a {
	color: #000;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	width: 165px;
	transition: 0.4s;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	border: 1px solid #0c203f;
}

.main-more i {
	display: inline-block;
	width: 17px;
	height: 8px;
	transition: 0.3s;
	margin-left: 8px;
}


.bl-more i img,
.main-more a:hover i img {
	filter: brightness(100);
}

.bl-more a,
.main-more a:hover {
	background: #0046b4;
	border: 1px solid #0046b4;
	color: #fff;
}



.banner-swiper {
	width: 100%;
	position: relative;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
}

.swiper-slide-txt dl {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.swiper-slide-txt dl dd {
	width: 100%;
	text-align: center;
	color: #fff;
}


.swiper-slide-txt h1 {
	font-size: 50px;
	line-height: 70px;
	animation-delay: 0.3s;
}

.swiper-slide-txt h1 span {
	color: #00d8ff;
}

.swiper-slide-txt h2 {
	font-size: 22px;
	margin: 15px 0 25px 0;
	font-weight: 300;
	animation-delay: 0.4s;
}

.swiper-slide-txt a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 165px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 30px;
	margin: auto;
	color: #fff;
	font-size: 16px;
	animation-delay: 0.9s;
}

.swiper-slide-txt a i {
	display: inline-block;
	width: 17px;
	height: 7px;
	transition: 0.3s;
	filter: brightness(100);
	margin-left: 8px;
}

.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active a {
	animation-name: fadeInUp;
}

.swiper-slide-txt a:hover {
	background: #0046b4;
	border: 1px solid #0046b4;
	color: #fff;
}


.index-banner-img {
	padding-top: 52%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
}


.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 5.5s ease;
}




.banner-pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	transition: 0.4s;
}

.banner-pagination span {
	margin: 0 10px;
	width: 57px;
	height: 3px;
	border-radius: 0;
	transition: 0.4s;
	background: #ffffff;
}


.banner-pagination .swiper-pagination-bullet-active {
	background: #0046b4;
}


/*indexnum*/
.indexnum {
	width: 100%;
	overflow: hidden;
	margin-top: -200px;
	position: relative;
	z-index: 10;
}

.indexnum ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.indexnum ul li {
	width: 18%;
	padding: 2.5rem 0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	color: #fff;
}

.indexnum ul li em {
	display: block;
	width: 27px;
	height: 3px;
	margin-bottom: 20px;
	background: #0046b4;
}

.indexnum .num {
	font-size: 27px;
}

.indexnum span {
	font-size: 16px;
	display: block;
}



/*index-soultion*/
.index-soultion {
	width: 100%;
	overflow: hidden;
	padding-top: 85px;
}

.title-morebox {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.title-morebox .main-more {
	margin-top: 39px;
}

ul.soultion-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	overflow: hidden;
}

ul.soultion-ul li {
	width: 7.57%;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
	cursor: pointer;
}

ul.soultion-ul li .box {
	width: 100%;
	left: 0;
	top: 0;
	font-size: 25px;
	height: 100%;
	z-index: 10;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

ul.soultion-ul li .box h5 {
	width: 40px;
	position: absolute;
	font-size: 25px;
	left: 50%;
	margin-left: -20px;
	top: 25%;
	z-index: 10;
}


ul.soultion-ul li .txt {
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	z-index: 20;
	position: absolute;
	color: #fff;
	transition: 0.3s;
	opacity: 0;
}

ul.soultion-ul li .txt .content {
	width: 100%;
	height: 320px;
	left: 0;
	bottom: 0;
	z-index: 20;
	position: absolute;
	color: #fff;
	padding: 80px 60px 10px 60px;
	transition: 0.3s;
}

ul.soultion-ul li .txt h3 {
	font-size: 30px;
	margin-bottom: 30px;
}

ul.soultion-ul li .txt a {
	color: #fff;
	display: inline-block;
	line-height: 42px;
	font-size: 16px;
	width: 165px;
	transition: 0.4s;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	border: 1px solid #fff;
}

ul.soultion-ul li .txt a i {
	display: inline-block;
	width: 17px;
	height: 12px;
	transition: 0.3s;
	margin-left: 8px;
	filter: brightness(100);
}


.core-warp.active {
	width: 47%;
}

ul.soultion-ul li:hover .box,
.core-warp.active .box {
	display: none;
}

ul.soultion-ul li:hover .txt,
.core-warp.active .txt {
	text-align: left;
	background: none;
	opacity: 1;
}

ul.soultion-ul li .txt a:hover {
	background: #0046b4;
	border: 1px solid #0046b4;
}


.soultion-swiper {
	display: none;
	width: 100%;
	margin: 40px 0;
}

.soultion_slide {
	width: 100%;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
	cursor: pointer;
}

.soultion_slide .box {
	display: none;
}




.soultion_slide .txt {
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	z-index: 20;
	position: absolute;
	color: #fff;
	transition: 0.3s;
	background: rgba(0, 0, 0, 0.3);
}

.soultion_slide .txt .content {
	width: 100%;
	left: 0;
	bottom: 35%;
	z-index: 20;
	position: absolute;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
	transition: 0.3s;
}

.soultion_slide .txt h3 {
	font-size: 30px;

	margin-bottom: 30px;
}

.soultion_slide .txt a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 42px;
	font-size: 16px;
	width: 165px;
	margin: auto;
	transition: 0.4s;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	border: 1px solid #fff;
}

.soultion_slide .txt a i {
	display: inline-block;
	width: 17px;
	height: 6px;
	transition: 0.3s;
	margin-left: 8px;
	filter: brightness(100);
}



.soultion_slide:hover .box {
	display: none;
}

.soultion_slide:hover .txt {
	text-align: left;
	background: none;
	opacity: 1;
}

.soultion_slide .txt a:hover {
	background: #0046b4;
	border: 1px solid #0046b4;
}





.soultion-pagination {
	margin-top: 15px;
	transition: 0.4s;
}

.soultion-pagination span {
	margin: 0 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: 0.4s;
	background: #ccc;
}


.soultion-pagination .swiper-pagination-bullet-active {
	background: #0046b4;
}





/*index-application*/
.index-application {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 60px;
}


.index-application .index-title .section {
	position: relative;
}

.application-slideTxtBox {
	margin-top: 50px;
	position: relative;
}

.application-ul {
	position: absolute;
	z-index: 50;
	width: 100%;
	bottom: 7%;
}

.application-ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	background: rgba(26, 54, 101, .8);
	justify-content: space-between;
	border: 1px solid #8391aa;
}

.application-ul ul li {
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.4s;
	cursor: pointer;
	font-size: 18px;
	position: relative;
	padding: 25px 10px 25px 40px;
	color: #fff;
	border-right: 1px solid #8391aa;

}

.application-ul ul li:nth-child(1),
.application-ul ul li:nth-child(2),
.application-ul ul li:nth-child(3),
.application-ul ul li:nth-child(4) {
	border-bottom: 1px solid #8391aa;
}

.application-ul ul li img {
	margin-right: 15px;
	width: 90%;
	max-width: 35px;
}


.application-ul ul li h5 {
	font-size: 21px;
	line-height: 30px;
	text-align: center;
}


.application-ul ul li.on {
	background: #3167ca;
}



.application-txt {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.application-txt img {
	width: 100%;
}

.application-txt .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 100%;
	color: #fff;
}

.application-txt h3 {
	font-size: 35px;
	margin-top: 15%;
	margin-bottom: 10px;
}

.application-txt p {
	font-size: 18px;
}

.application-txt .main-more {
	margin-top: 40px;
}

.application-txt .main-more a {
	color: #fff;
	border: 1px solid #fff;
}

.application-txt .main-more a i {
	filter: brightness(100);
}

.application-txt .main-more a:hover {
	border: 1px solid #0046b4;
}


.application_slide {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.application_slide .content {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
}

.application_slide .content h3 {
	font-size: 35px;
}

.application_slide .content p {
	font-size: 18px;
	margin: 20px 0;
}


.application_slide .content .main-more a {
	color: #fff;
	border: 1px solid #fff;
}

.application_slide .content .main-more a i {
	filter: brightness(100);
}

.application_slide .content .main-more a:hover {
	border: 1px solid #0046b4;
}


.application-pagination {
	margin-top: 15px;
	transition: 0.4s;
}

.application-pagination span {
	margin: 0 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: 0.4s;
	background: #ccc;
}


.application-pagination .swiper-pagination-bullet-active {
	background: #0046b4;
}


/*index-product-soultion*/
.index-product-soultion {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	position: relative;
}

.index-product-soultion .index-title {
	text-align: center;
}

.index-product-soultion .index-title span {
	color: #e9e9e9;
}

.main-product-soultion {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 99;
	margin-top: 50px;
}

.product-soultion-img-box {
	position: relative;
}

.product-soultion-img-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 23%;
	left: 0;
	z-index: 1;
	background: #dcdcdc;
}

.product-soultion-img-box .product-soultion-mySwiper {
	position: relative;
	width: 90%;
	margin: 0 5%;
}

.product-slide-title {
	text-align: center;
	cursor: pointer;
}

.product-slide-icon {
	width: 42px;
	height: 42px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-slide-icon i {
	display: block;
	width: 15px;
	height: 15px;
	margin: auto;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #0046b4;
}

.product-slide-title h5 {
	font-size: 21px;
	color: #111111;
	margin-top: 15px;
	text-align: center;
}

.product-soultion-img::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -23.5px;
	z-index: 10;
	background: #3682ff;
	border: 16px solid #4e4e4e;
	border-radius: 50%;
	opacity: 0;
}

.swiper-slide-thumb-active .product-slide-title h5 {
	color: #0046b4;
	font-weight: bold;
}

.product-soultion-next,
.product-soultion-prev {
	width: 42px;
	height: 42px;
	color: #3063bd;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	top: 0;
	z-index: 99;
	background: #fff;
}


.product-soultion-prev {
	left: 3%;
}

.product-soultion-next {
	right: 3%;

}

.product-soultion-next:after,
.product-soultion-prev:after {
	font-size: 20px;
}

.product-soultion-next:hover,
.product-soultion-prev:hover {
	color: #3063bd;
}

.product-soultion-next:hover img,
.product-soultion-prev:hover img {
	filter: brightness(100);
	opacity: 1;
}

.main-product-soultion .product-soultion-mySwiper2 {
	width: 100%;
	margin-top: 50px;
}

.product-soultion-mySwiper2 .swiper-slide {
	position: relative;
}

.product-soultion-dl-a {
	display: block;
	width: 88%;
	margin: auto;
	overflow: hidden;
}

.product-soultion-dl {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.product-soultion-dl dt {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.product-soultion-dl dt:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.3);
}

.product-soultion-dl dt img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}


.product-soultion-dl dd {
	width: 100%;
	z-index: 10;
	left: 0;
	bottom: 0;
	position: absolute;
	overflow: hidden;
	color: #ffffff;
}


.product-soultion-box {
	padding: 50px 40px;
}

.product-soultion-title {
	font-size: 30px;
	font-weight: bold;
}

.product-soultion-memo {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 15px;
}

.product-soultion-box span {
	font-size: 16px;
	color: #ffffff;
}

.product-soultion-dl-a:hover img {
	transform: scale(1.2, 1.2);
}

.product-soultion-dl-a:hover span {
	opacity: 0.9;
}

/*index-special*/
.index-special {
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
	background-image: url(../index-special.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.index-special .index-title {
	text-align: center;
}

.index-special .box {
	margin-top: 50px;
}

.index-special .box img {
	max-width: 100%;
	margin: auto;
}

/*index-company */
.index-company {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 40px 0;
	background-image: url(../company.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.index-company .index-title span {
	opacity: 0.1;
}

.index-company .txt {
	max-width: 825px;
	margin: 80px 0 200px 0;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
}

.index-company .txt p {
	text-indent: 2em;
}

.index-company .txt .main-more {
	margin-top: 50px;
}

.index-company ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 50px;
	background: rgba(13, 75, 191, .55);
	justify-content: space-between;
	border-radius: 10px;
}


.index-company ul li {
	width: 25%;
	overflow: hidden;
	padding: 35px 25px;
	position: relative;
	color: #fff;
	border-right: 1px solid #3e62a8;
}

.index-company ul li h4 {
	font-size: 23px;
	margin-bottom: 15px;
	padding-right: 40px;
}

.index-company ul li p {
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
}

.index-company ul li img {
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 10;
	max-width: 85px;
}

.index-company ul li:last-child {
	border: 0;
}

/*index-cases */
.index-cases {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.cases-swiper-box {
	margin-top: 50px;
	width: 100%;
	overflow: hidden;
}

.cases-slide {
	width: 100%;
	display: block;
	overflow: hidden;
	background: #f9f9f9;
}


.cases-slide h4 {
	padding: 0 10px;
	line-height: 60px;
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.cases-slide:hover {
	background: #0461d8;
}

.cases-slide:hover h4 {
	color: #fff;
}



.index-cases .main-more {
	text-align: center;
	margin-top: 70px;
}

/*.index-partners*/
.index-partners {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

.index-partners .index-title {
	text-align: center;
	margin-bottom: 50px;
}

.index-partners ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px dashed #d2d2d2;
}

.index-partners ul li {
	width: 20%;
	position: relative;
	height: 190px;
	background: #fff;
	display: flex;
	align-items: center;
	transition: 0.3s;
	justify-content: center;
	border-bottom: 1px dashed #d2d2d2;
	border-right: 1px dashed #d2d2d2;
}

.index-partners ul li img {
	max-width: max-content;
	transition: 0.3s;
}

.index-partners ul li:nth-child(5n) {
	border-right: 0;
}


.partners-pagination,
.cases-pagination {
	margin-top: 40px;
	transition: 0.4s;
}

.partners-pagination span,
.cases-pagination span {
	margin: 0 5px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	transition: 0.4s;
	background: #a5a5a5;
}


.partners-pagination .swiper-pagination-bullet-active,
.cases-pagination .swiper-pagination-bullet-active {
	background: #0046b4;
}


/*index-news */
.index-news {
	width: 100%;
	overflow: hidden;
	padding: 85px 0;
	background-image: url(../index-news.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.index-news .index-title {
	text-align: center;
	margin-bottom: 50px;
}

.index-news .index-title span {
	opacity: 0.1;
}

.news-slide {
	background: #fff;
	position: relative;
	display: block;
	overflow: hidden;
	color: #303030;
	padding: 10px 10px;
}

.news-slide .news-img {
	width: 100%;
	overflow: hidden;
}

.news-slide .news-img img {
	display: block;
	width: 100%;
	transition: 0.4s;

}

.news-slide .news-txt {
	padding: 40px 0 20px 0;
	overflow: hidden;
	background: #fff;
}

.news-slide .news-txt dl {
	display: flex;
	flex-wrap: wrap;
}

.news-slide .news-txt dl dt {
	width: 20%;
	margin-left: 2%;
}

.news-slide .news-txt dl dt i {
	font-size: 33px;
	display: block;
	font-style: normal;
	color: #000;
}

.news-slide .news-txt dl dt em {
	font-size: 17px;
	color: #474747;
	display: block;
	font-style: normal;
}

.news-slide .news-txt dl dd {
	width: 76%;
	margin-left: 2%;
}

.news-slide .news-txt dl dd h4 {
	font-size: 22px;
	height: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 35px;
	margin-bottom: 20px;

}

.news-slide .news-txt dl dd h5 {
	display: none;
	color: #5f5f5f;
	font-style: normal;
	font-size: 15px;
}

.news-slide .news-txt dl dd span {
	display: inline-block;
	color: #5f5f5f;
	font-style: normal;
	font-size: 15px;
	position: relative;
	padding-right: 35px;
}

.news-slide .news-txt dl dd span::before {
	content: '';
	width: 20px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	z-index: 9;
	background: url(../icon18.png);
	background-size: 100%;
}

.news-slide:hover img {
	transform: scale(1.3, 1.3);
}

.news-slide:hover {
	color: #1b50a8;
	box-shadow: 0 0 10px #ccc;
}


.newsbutton-pagination {
	height: 40px;
	width: 100%;
	z-index: 10;
	line-height: 40px;
	position: relative;
	margin-top: 50px;
}


.news-scrollbar {
	bottom: -19px;
	left: 0;
	width: 120px;
	height: 2px;
	background: #5f678b;
}

.swiper-scrollbar-drag {
	height: 2px !important;
	top: 0px !important;
	border-radius: 0 !important;
	background: #fff !important;
}

.news-button {
	width: 110px;
	position: absolute;
	right: 0;
	font-size: 14px;
	top: 0;
}

.news-next,
.news-prev {
	width: 40px;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.news-prev:after,
.news-next:after {
	color: #fff;
}

.news-next {
	right: 0;
}

.news-prev {
	left: 0;
}



/*index-adv*/
.index-adv {
	width: 100%;
	overflow: hidden;
	padding: 35px 0;
	border-top: 1px solid #eee;
}


.adv-logo {
	float: left;
}

.adv-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.adv-dl {
	float: right;
	width: 165px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.adv-dl dl {
	width: 39%;
	display: flex;
	flex-wrap: wrap;
}

.adv-dl dl dt {
	width: 100%;
}

.adv-dl dl dt img {
	width: 100%;
}



/*banner*/

.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	background-size: auto 100%;
	background-position: center center;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}


.banner-content h2 {
	font-size: 42px;
	position: relative;
	font-weight: bold;
}

.banner-content h3 {
	font-size: 30px;
	position: relative;
	font-weight: 300;
}

.banner-content p {
	font-size: 19px;
	position: relative;
	font-weight: 300;
	margin-top: 30px;
}

.banner-content a {
	display: inline-block;
	width: 165px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 30px;
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
	animation-delay: 0.9s;
}

.banner-content a i {
	display: inline-block;
	width: 17px;
	height: 10px;
	transition: 0.3s;
	filter: brightness(100);
	margin-left: 8px;
}

.banner-content a:hover {
	background: #0046b4;
	border: 1px solid #0046b4;
	color: #fff;
}

.inner-banner-img {
	padding-top: 45%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.inner-title {
	overflow: hidden;
	margin-bottom: 30px;
}

.inner-title h1 {
	font-size: 40px;
	color: #d3d3d3;
	text-transform: uppercase;
}

.inner-title h2 {
	font-size: 35px;
	color: #000;
	font-weight: bold;
}

.inner-title p {
	font-size: 22px;
	color: #000;
	opacity: 0.5;
	margin-top: 22px;
}

/*inner-about*/
.inner-about {
	width: 100%;
	padding: 120px 0;
	overflow: hidden;
	background-image: url(../inner-about.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-content {
	width: 60%;
	overflow: hidden;
	float: left;
}

.main-content .box {
	margin-bottom: 20px;
	color: #000;
}

.main-content .box h1 {
	font-size: 42px;

}

.main-content .box h2 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 50px;
}

.main-content .box h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.main-content .box p {
	font-size: 18px;
	color: #333333;
	line-height: 40px;
}


.innernum {
	width: 100%;
	overflow: hidden;
}

.innernum ul {
	width: 100%;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.innernum ul li {
	margin: 0 3%;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	text-align: center;
	color: #444;
}

.innernum .num {
	font-size: 38px;
	font-weight: bold;
}

.innernum span {
	font-size: 20px;
	display: block;
}

.img-img {
	width: 35%;
	overflow: hidden;
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}






/*inner-culture*/
.inner-culture {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}

.inner-culture .box {
	position: relative;
}

.inner-culture .box h3 {
	font-size: 50px;
	position: absolute;
	left: 1.5%;
	top: 22%;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}

.inner-culture .box h3 i {
	width: 40%;
	margin-right: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-culture .box h3 i img {
	width: 100%;
}

.inner-culture .box ul {
	font-size: 63px;
	position: absolute;
	left: 1.5%;
	bottom: 6.5%;
	width: 97%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.inner-culture .box ul li {
	width: 25%;
	padding: 20px 70px;
	border-right: 2px solid #eeeeee;
	text-align: center;
	cursor: pointer;
}

.inner-culture .box ul li img {
	margin: 0 auto;
}

.inner-culture .box ul li p {
	font-size: 18px;
	line-height: 30px;
	min-height: 60px;
	margin: 15px 0;
}

.inner-culture .box ul li em {
	display: block;
	width: 40%;
	margin: 0 30%;
	height: 4px;
	background: #0d4bbf;
}

.inner-culture .box ul li:hover {
	background: #0d4bbf;
	color: #fff;
}



.inner-advantage {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	background-image: url(../inner-advantage.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.inner-advantage .box {
	background: #fff;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.advantage-txt,
.advantage-img {
	width: 50%;
}

.advantage-txt {
	padding: 45px 45px;
}

.advantage-txt h3 {
	color: #0a2051;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
}

.advantage-txt dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.advantage-txt dl dt {
	width: 8%;
}

.advantage-txt dl dt img {
	width: 100%;
}

.advantage-txt dl dd {
	width: 80%;
	margin-left: 3%;
}

.advantage-txt dl dd h4 {
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 18px;
}

.advantage-txt dl dd p {
	font-size: 16px;
}

.inner-link {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.inner-link a {
	display: inline-block;
	background: #0046b4;
	border-radius: 30px;
	padding: 8px 38px;
	color: #fff;
	font-size: 16px;
	margin-right: 5%;
}

.inner-link a:hover {
	background: #0046b4;
}


.inner-advantage ul {
	display: flex;
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-advantage ul li {
	width: 23%;
}

.main-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.main-img img {
	width: 100%;
}

.main-img h4 {
	font-size: 20px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 19px 10px;
	z-index: 10;
}

.main-txt {
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #333;
	background: #fff;
	font-size: 23px;
	line-height: 38px;
	padding: 30px 20px;
}


/*inner-honor*/
.inner-honor {
	width: 100%;
	padding: 120px 0 50px 0;
	overflow: hidden;
	position: relative;
}

.inner-honor::before {
	content: '';
	width: 100%;
	height: 10%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: #f7f7f7;
}

.inner-honor .section {
	position: relative;
	z-index: 20;
}

.honor-txt {
	width: 41%;
	overflow: hidden;
	float: left;
}


.honor-txt .box h3 {
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
}

.honor-txt .box p {
	font-size: 18px;
	color: #333333;
	line-height: 45px;
}

.honor-img {
	width: 48.875%;
	float: right;
	position: relative;
}

.honor-img img {
	width: 100%;
}

.honor-img-txt {
	position: absolute;
	left: -100px;
	bottom: 15%;
	color: #fff;
	z-index: 10;
	background: #0a2051;
	padding: 32px 45px;
}

.honor-img-txt h4 {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
}

.honor-img-txt p {
	font-size: 18px;
	margin-bottom: 11px;
}

.inner-honor-top {
	padding: 50px 0 120px 0;
}

.honor-slide {
	background: #fff;
	border: 1px solid #dedede;
	padding: 20px 20px;
}

.honor-slide p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #0a2051;
}

.honor-button {
	width: 80%;
	max-width: 570px;
	margin: 40px auto 0 auto;
	height: 36px;
	position: relative;
	overflow: hidden;
	padding: 0 80px;
}

.honor-swiper-scrollbar {
	width: 100%;
	position: relative !important;
	background: #dcdcdc !important;
	height: 2px;
	margin-top: 15px;
}

.honor-swiper-scrollbar .swiper-scrollbar-drag {
	background: #0d4bbf !important;
}


.honor-button .section {
	position: relative;
	padding-top: 19px;
}

.honor-button-next,
.honor-button-prev {
	border-radius: 50%;
	border: 1px solid #7b7b7b;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	top: 50%;
}

.honor-button-next {
	right: 0;
}

.honor-button-prev {
	left: 0;
}





.inner-contact {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 90px 0;
}

.inner-contact ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-contact ul li {
	width: 18%;
	overflow: hidden;
	float: left;
	margin: 15px 0;
	background: #f5f5f5;
	position: relative;
	padding: 40px 20px 20px 20px;
}

.inner-contact ul li img {
	height: 42px;
}

.inner-contact ul li em {
	display: block;
	width: 100%;
	margin: 20px 0;
	height: 2px;
	background: #e7e7e7;
}

.inner-contact ul li h4 {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}

.inner-contact ul li p {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}



.aballmap {
	height: 600px;
	border: 0;
	border-radius: 0;
	overflow: hidden;
}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}





.inner-form {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 90px 0;
	background-image: url(../inner-contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



.form-form {
	width: 100%;
	overflow: hidden;
}


.form-form ul {
	width: 100%;
	overflow: hidden;
}

.form-form ul li {
	width: 23%;
	overflow: hidden;
	float: left;
	margin: 15px 1%;
	position: relative;
}

.form-form ul li.w100 {
	width: 98%;
}

.form-form ul li span {
	line-height: 50px;
	font-size: 20px;
	padding: 0 5px;
	color: #000;
	display: block;
}


.form-form ul li input {
	line-height: 50px;
	width: 100%;
	font-size: 17px;
	padding: 0 10px;
	color: #000;
	font-weight: 300;
	background: #fff;
	border: 1px solid #d2d2d2;
	position: relative;
}


.form-form ul li textarea {
	width: 100%;
	height: 197px;
	padding: 0 10px;
	line-height: 50px;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #d2d2d2;
	position: relative;
}

.form-form ul li input::placeholder {
	color: #999999;
}

.form-form ul li textarea::placeholder {
	color: #999999;
}

.form-form ul li .button {
	width: 100%;
	float: right;
	max-width: 282px;
	display: block;
	color: #ffffff;
	border: 0;
	line-height: 30px;
	font-size: 20px;
	border-radius: 0;
	padding: 20px 15px;
	background: #0d4bbf;
}


.form-form input::placeholder {
	color: #000;
}



.product_search {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

.product_search .search-info {
	line-height: 48px;
	font-size: 16px;
	color: #9d9d9d;
	float: left;
}

.product_search .search-info a {
	color: #9d9d9d;
	display: inline-block;
	margin-right: 15px;
}

.product_search .search-info a:hover {
	color: #000;
}

.product_search .sech_in {
	float: right;
	width: 420px;
}

.product_search .sech_in .key {
	width: 80%;
	border: 1px solid #ffffff;
	line-height: 48px;
	padding: 0 10px;
	float: left;
	background: #ffffff;
}

.product_search .sech_in .go {
	width: 20%;
	float: left;
	background-color: #ffffff;
	background-image: url(../icon20.png);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 48px;
	color: #fff;
	font-size: 14px;
	border: none;
}

.product_search .sech_in .go:hover {
	background: #0c4f84;
}


.product-class {
	overflow: hidden;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.product-class h4 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.classcontent {
	border: 1px solid #eee;
	overflow: hidden;
}

.product-class .box {
	position: relative;
	padding-left: 105px;
}

.product-class .box span {
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	text-align: center;
	width: 105px;
	height: 100%;
	background: #0046b4;
	top: 0;
	color: #fff;
}

.product-class-link {
	padding: 10px 10px;
}

.product-class-a .product-class-link {
	border-bottom: 1px dashed #eee;
}

.product-class a,
.product-class span {
	color: #444;
	line-height: 32px;
	font-size: 17px;
}

.product-class a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.product-class a i {
	font-style: normal;
	padding: 0 15px;
	border-radius: 5px;
	display: inline-block;
}

.product-class a.choose i,
.product-class a.on i,
.product-class a:hover i {
	background: #0046b4;
	color: #fff;
}

.button-button {
	width: 80%;
	max-width: 120px;
	margin: 40px auto 0 auto;
	height: 50px;
	position: relative;
	overflow: hidden;
}

.button-next,
.button-prev {
	border-radius: 50%;
	border: 1px solid #7b7b7b;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	top: 50%;
}

.button-prev:after,
.button-next:after {
	font-size: 20px;
}

.button-next {
	right: 0;
}

.button-prev {
	left: 0;
}


/*product-list*/
.product-list {
	width: 100%;
	overflow: hidden;
	padding: 85px 0;
}

.product-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.product-list ul li {
	width: 24.25%;
	margin: 15px 1% 15px 0;
	position: relative;
	border: 1px solid #eee;
	background: #b5b5b5;
}

.product-list ul li .box {
	background: #fff;
}

.product-content {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;

}

.product-list ul li:nth-child(4n) {
	margin: 15px 0;
}

.product-content img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.product-content h4 {
	background: #b5b5b5;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 18px 10px;
}


.product-txt {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -100%;
	opacity: 0;
	transition: 0.3s;
	padding: 5px 30px;
	z-index: 20;
	color: #fff;
	text-align: center;
	background: #0d4bbf;
}

.product-txt h3 {
	font-size: 20px;
	padding: 25px 0;
}

.product-more {
	width: 100%;
	overflow: hidden;
	font-size: 17px;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #fff;
}

.product-more i {
	margin-left: 10px;
}

.product-content:hover .product-txt {
	opacity: 1;
	bottom: 0;
}

.product-content:hover img {
	transform: scale(1.2, 1.2);
}



/*product-list*/
.productclass-list {
	width: 100%;
	overflow: hidden;
	padding: 85px 0;
}

.productclass-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.productclass-list ul li {
	width: 23%;
	margin: 15px 1%;
	position: relative;
	background: #fff;
	border: 1px solid #ebebeb;
}

.productclass-list ul li a {
	color: #333;
	background: #fff;
}



.product-content img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.productclass-txt {
	width: 100%;
	overflow: hidden;
	padding: 20px 20px;
	z-index: 20;
}

.productclass-txt h3 {
	font-size: 20px;
	margin-bottom: 5px;
}

.productclass-txt p {
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 35px;
	margin: 15px 0;
}

.productclass-txt span {
	font-size: 15px;
}


.productclass-list ul li a:hover {
	background: #0046b4;
	color: #fff;
}



.main-cases {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
}


.main-nav {
	width: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 35px 0;
}


.main-nav a {
	display: inline-block;
	font-size: 17px;
	color: #393838;
	transition: color .3s;
}

.main-nav a.hm {
	position: relative;
	padding-left: 40px;
}

.main-nav a.hm::before {
	content: "";
	display: block;
	width: 25px;
	height: 24px;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 10;
	background-image: url("../hm.png");
	background-size: 100%;
}

.main-nav i {
	font-style: normal;
	margin: 0 5px;
	display: inline-block;
}


.cp-detail-content {
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	padding: 70px 0;
	border-top: 1px solid #eee;
}

.cp-detail-content .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.detailmySwiper-box {
	width: 35%;
	margin-right: 5%;
	border: 1px solid #eee;
}

.detail-prop {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.detail-prop h2 {
	font-size: 35px;
	font-weight: bold;
	color: #000;
}

.detail-prop .txt {
	font-size: 18px;
	line-height: 38px;
	color: #444;
	margin: 30px 0 80px 0;
}

.detail-link a {
	display: inline-block;
	background: #0046b4;
	color: #fff;
	font-size: 16px;
	padding: 8px 40px;
	border-radius: 30px;
}

.product-detail-img,
.detailmySwiper {
	overflow: hidden;
}



.detailnext {
	right: 10px;
}

.detailprev {
	left: 10px;
}

.detail-link a:hover {
	background: #0046b4;
}

.introbox {
	overflow: hidden;
	padding: 70px 0;
	font-size: 17px;
	background: #fff;
	line-height: 30px;
}

.introbox img {
	max-width: 100%;
	margin: 10px auto;
}


.detail-span {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 2px solid #dddddd;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 35px;
	line-height: 37px;
}

.detail-span span {
	font-size: 30px;
	font-weight: bold;
	z-index: 10;
	color: #000;
	position: relative;
	padding-left: 26px;
}

.detail-span span::before {
	content: "";
	display: block;
	width: 8px;
	height: 80%;
	border-radius: 20px;
	background: #0046b4;
	position: absolute;
	left: 3px;
	top: 10%;
}



.inner-scene {
	width: 100%;
	overflow: hidden;
	padding: 70px 30px 110px 30px;
	background-image: url(../inner-scene.jpg);
	background-size: cover;
}


.inner-scene ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.inner-scene ul li {
	width: 23%;
	margin: 15px 0;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}


.inner-scene ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-scene ul li h4 {
	width: 100%;
	font-size: 20px;
	padding: 18px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
}


.inner-scene ul li a {
	color: #fff;
	display: block;
}


.inner-scene ul li a:hover img {
	transform: scale(1.2, 1.2);
}



.main-advantage {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	background: #f9f9f9;

}

.main-advantage ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-advantage ul li {
	width: 19%;
	margin: 15px 0;
	border: 1px solid #eee;
	text-align: center;
	padding: 40px 25px;
	transition: 0.3s;
	cursor: pointer;
	color: #333;
	background: #fff;
}

.main-advantage ul li i {
	display: block;
	width: 80px;
	height: 80px;
	margin: 10px auto;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 50%;
	overflow: hidden;
}

.main-advantage ul li img {
	width: 100%;
}

.main-advantage ul li h3 {
	font-weight: bold;
	font-size: 23px;
	padding: 18px 0;
}

.main-advantage ul li p {
	font-size: 16px;
	line-height: 30px;
}

.main-advantage ul li:hover {
	background: #fff;
}

.main-advantage ul li:hover h3 {
	color: #000;
}

.main-advantage ul li:hover p {
	color: #666666;
}

.main-advantage ul li:hover i {
	background: #0d4bbf;
}

.main-advantage ul li:hover i img {
	filter: brightness(100);
}


.inner-custom {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 120px 0;
}

.inner-custom ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-custom ul li {
	border: 1px solid #e7eaf2;
	color: #666666;
	text-align: center;
	padding: 40px 40px;
	transition: 0.3s;
	cursor: pointer;
	background: #fff;
}


.inner-custom ul.w4 {
	box-shadow: 0 0 30px #ccc;
}

.inner-custom ul.w3 li,
.inner-custom ul.w4 li {
	width: 25%;
}

.inner-custom ul li i {
	display: block;
}

.inner-custom ul li img {
	display: block;
	margin: 10px auto;
	overflow: hidden;
	max-width: 100%;
}

.inner-custom ul li h3 {
	font-weight: bold;
	font-size: 20px;
	padding: 18px 0;
}

.inner-custom ul li p {
	text-align: center;
	font-size: 17px;
	line-height: 30px;
}

.inner-custom ul li:hover {
	background: #fff;
}

.inner-custom ul li:hover h3 {
	color: #000;
}

.inner-custom ul li:hover p {
	color: #666666;
}

.cases-class {
	width: 100%;
	background: #435b81;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;

}

.cases-class a {
	width: 20%;
	display: block;
	padding: 15px 10px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.cases-class a.on,
.cases-class a:hover {
	background: #194eb6;
}

.cases-class a i {
	font-style: normal;
}

/*cases-list*/
.cases-list {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	background: #fff;
}

.cases-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.cases-list ul li {
	width: 24.25%;
	margin: 15px 1% 15px 0;
	color: #333333;
	border: 1px solid #ebebeb;
}

.cases-list ul li:nth-child(4n) {
	margin: 15px 0;
}

.case-content img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.case-content .content {
	padding: 15px 10px;
}

.case-content .content span {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}

.case-content .content h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.case-content .content .cases-txt {
	width: 100%;
	overflow: hidden;
	display: flex;
	line-height: 30px;
	flex-wrap: wrap;
	border-top: 1px solid #dedede;
	padding-top: 15px;
	margin-top: 15px;
	justify-content: space-between;
}

.case-content .content a.case-detail {
	font-size: 17px;
	text-transform: uppercase;
	font-style: normal;
}

.case-content .content a.case-zx {
	border: 1px solid #eee;
	color: #666;
	font-size: 15px;
	padding: 0 30px;
	border-radius: 30px;
	font-style: normal;
}

.case-content:hover img {
	transform: scale(1.2, 1.2);
}

.case-content a.case-zx:hover {
	border: 1px solid #0046b4;
	background: #0046b4;
	color: #fff;
}

.case-content a.case-detail:hover {
	color: #0046b4;
}

/*inner-commitment*/
.inner-commitment {
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
	position: relative;
}

.inner-commitment::before {
	content: '';
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: #0a2051;
}

.inner-commitment .section {
	position: relative;
	z-index: 20;
}

.inner-commitment .box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-commitment .box dl {
	width: 31%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 40px;
	color: #fff;
	margin: 15px 0;
	background-image: url(../commitment-dl-bg.jpg);
	background-size: cover;
}

.inner-commitment .box dl dt {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-commitment .box dl dt img {
	width: 100%;
	background: #fff;
	border-radius: 50%;
}

.inner-commitment .box dl dd {
	width: 60%;
	margin-left: 6%;
	font-size: 18px;
}

.inner-commitment .box dl dd h3 {
	font-size: 32px;
}

.inner-commitment .box dl dd em {
	display: block;
	width: 20%;
	margin: 6% 0 12% 0;
	height: 4px;
	background: #fff;
}

.inner-commitment .box dl dd p {
	font-size: 18px;
}

.cases-custom {
	background-image: url(../cases-custom-bg.jpg);
	background-size: cover;
}



/*inner-business*/
.inner-business {
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
}

.inner-business .box {
	position: relative;
}

.business-img {
	width: 50%;
}

.business-txt {
	width: 65%;
	background: #0d4bbf;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 30px 85px;
}


.business-txt dl {
	width: 46%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	color: #fff;
	margin: 15px 2%;
}

.business-txt dl dt {
	width: 20%;
}

.business-txt dl dt img {
	width: 100%;
	background: #fff;
	border-radius: 50%;
}

.business-txt dl dd {
	width: 60%;
	margin-left: 3%;
	font-size: 17px;
}

.business-txt dl dd h4 {
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 23px;
}



.inner-service {
	width: 100%;
	overflow: hidden;
	padding: 85px 0;
}

.inner-service ul {
	width: 100%;
	overflow: hidden;
	padding: 140px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-image: url(../service-bg.jpg);
	background-size: cover;
}

.inner-service ul li {
	width: 20%;
	border: 1px solid #e7eaf2;
	color: #000;
	background: #ffffff;
	text-align: center;
	padding: 40px 40px;
	transition: 0.3s;
	cursor: pointer;
}

.inner-service ul li i {
	display: block;
	margin: 0 auto;
	overflow: hidden;

}

.inner-service ul li img {
	max-width: 100%;
	background: #eeeeee;
	margin: 10px auto;
	border-radius: 50%;
}

.inner-service ul li h3 {
	font-size: 23px;
	padding: 18px 0;
}

.inner-service ul li:hover {
	background: #fff;
}

.inner-service ul li:hover h3 {
	color: #000;
}

.inner-service ul li:nth-child(1),
.inner-service ul li:nth-child(2),
.inner-service ul li:nth-child(3),
.inner-service ul li:nth-child(4) {
	width: 25%;
}



.inner-system {
	width: 100%;
	overflow: hidden;
	padding: 85px 0;
	background-image: url(../system-bg.jpg);
	background-size: cover;
}

.inner-system .box {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.inner-system .box dl {
	width: 48%;
	background: #fff;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 40px;
	color: #333333;
	margin: 15px 0;
	position: relative;
}

.inner-system .box dl dt {
	width: 19%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.inner-system .box dl dt i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	font-size: 2.3vw;
	font-style: normal;
	position: absolute;
}

.inner-system .box dl dt img {
	width: 100%;
	border-radius: 50%;
}

.inner-system .box dl dd {
	width: 65%;
	margin-left: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
}

.inner-system .box dl img.img {
	position: absolute;
	right: 4%;
	bottom: 12%;
	z-index: 10;
	width: 7.5%;
	max-width: 45px;
}


.inner-brangadvantage {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
}


.inner-brangadvantage dl {
	width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	color: #333333;
	position: relative;
}

.inner-brangadvantage dl dt {
	width: 51.15%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.inner-brangadvantage dl dt img {
	width: 100%;
}

.inner-brangadvantage dl dd {
	width: 48.85%;
	padding: 65px 65px;
}

.inner-brangadvantage dl dd h3 {
	width: 100%;
	font-size: 30px;
	margin-bottom: 5%;
	font-weight: bold;
}


.inner-brangadvantage dl dd p {
	font-size: 18px;
	line-height: 45px;
}




.inner-soultion {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}


.inner-soultion-product {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background-image: url(../inner-soultion-product.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.soultion-ul01 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	justify-content: space-between;
}

.soultion-ul01 li {
	width: 48%;
	padding: 60px 46px;
	color: #333;
	background: #eaeffa;
}


.soultion-ul01 li h4 {
	font-size: 24px;
	line-height: 40px;
}

.soultion-ul01 li em {
	display: block;
	width: 20%;
	max-width: 70px;
	margin: 2% 0 4% 0;
	height: 6px;
	background: #296aed;
}

.soultion-ul01 li p {
	font-size: 18px;
	line-height: 45px;
}


.inner-soultion-product .txt {
	font-size: 18px;
	line-height: 45px;
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}


.soultion-ul02 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0;
	overflow: hidden;

}

.soultion-ul02 li {
	width: 23%;
	margin-right: 2%;
	background: #fff;
}

.soultion-ul02 li .box {
	padding: 25px 15px;
}


.soultion-ul02 li h4 {
	font-size: 23px;
	background: #0d4bbf;
	color: #fff;
	text-align: center;
	padding: 30px 5px;
}

.soultion-ul02 li em {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 30px;
	color: #fff;
	font-size: 17px;
	font-style: normal;
	background: #0d4bbf;
}

.soultion-ul02 li i {
	display: block;
	height: 2px;
	margin: 18px 0;
	border-bottom: 1px dashed #b8b8b8;
}

.soultion-ul02 li p {
	font-size: 18px;
	line-height: 45px;
}

.soultion-ul02 img {
	width: 100%;
}

.soultion-title {
	font-size: 32px;
	font-weight: bold;
	color: #000;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.soultion-img-box {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	background-color: #fff;
}

.soultion-img-box img {
	margin: 0 auto;
	max-width: 100%;
}

.soultion-detail {
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
	position: relative;
}

.soultion-detail::before {
	content: '';
	width: 100%;
	height: 395px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background-image: url(../soultion-detail.jpg);
	background-size: cover;
}

.soultion-detail .section,
.soultion-detail .box {
	position: relative;
	z-index: 20;
}

.soultion-detail .box {
	margin-top: 30px;
}

.soultion-slideul {
	margin-bottom: 70px;
}

.soultion-slideul ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.soultion-slideul ul li {
	width: 31%;
	position: relative;
	background: #dedede;
	padding: 20px 10px;
}

.soultion-slideul ul li img {
	display: none;
}

.soultion-slideul ul li h5 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;

}

.soultion-slideul ul li::after {
	content: "";
	position: absolute;
	border-width: 22px;
	border-style: dashed dashed solid dashed;
	bottom: -44px;
	border-color: #377cfd transparent transparent transparent;
	left: 50%;
	opacity: 0;
	transition: 0.3s;
	transform: translateX(-50%);
}

.soultion-slideul ul li.on::after {
	opacity: 1;
}

.soultion-slideul ul li.on {
	background: #377cfd;
}

.soultion-slideul ul li.on h5 {
	color: #fff;
}

.soultion-txt {
	font-size: 17px;
	line-height: 37px;
	padding: 60px 0 100px 0;
	color: #333333;
}

.soultion-txt h4 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.soultion-txt p {
	padding-left: 25px;
	position: relative;
}

.soultion-txt p::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 9;
	background: #0d4bbf;
}

.soultion-txt .inner-link {
	text-align: center;
}

.soultion-txt .inner-link a {
	margin: 0;
}


.soultion-detail-cotent {
	width: 100%;
	padding: 80px 80px;
	color: #333333;
	background: #f7f7f7;
	overflow: hidden;
	margin: 15px auto;
}

dl.soultion-detail-cotent dt {
	width: 45%;
}

dl.soultion-detail-cotent dt img {
	width: 100%;
}

dl.soultion-detail-cotent dd {
	width: 48%;
	font-size: 18px;
}

.soultion-detail-cotent h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.soultion-detail-cotent p {
	padding-left: 18px;
	position: relative;
	margin-bottom: 15px;
}

.soultion-detail-cotent p::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
	z-index: 9;
	background: #0d4bbf;
}

.soultion-detail-cotent:nth-child(even) dt {
	float: left;

}

.soultion-detail-cotent:nth-child(even) dd {
	float: right;

}

.soultion-detail-cotent:nth-child(odd) dt {
	float: right;

}

.soultion-detail-cotent:nth-child(odd) dd {
	float: left;

}

.inner-news {
	overflow: hidden;
	position: relative;
	padding: 90px 0;
	background: #f7f7f7;
}


.inner-news ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.inner-news ul li {
	width: 31%;
	margin: 15px 1%;
	box-shadow: 0 0 15px #ccc;
}


.news-detail {
	width: 94%;
	max-width: 1450px;
	margin: 0 auto;
	overflow: hidden;
	padding: 90px 0 90px 0;
	color: #222222;
}


.news-detail .goBack {
	display: flex;
	align-items: center;
	color: #888;
	font-size: 16px;
}

.news-detail .goBack:hover {
	color: #b38e5c;
}

.news-detail .goBack img {
	margin-right: 10px;
}

.news-detail .news-title {
	overflow: hidden;
	padding: 40px 0;

}

.news-detail .news-title h2 {
	font-size: 37px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 15px;
}


.news-detail .news-title .three {
	color: #ccc;
	font-size: 17px;
	font-weight: bold;
	margin-top: 25px;
	text-align: left;
}

.news-detail .news-intro {
	font-size: 18px;
	line-height: 38px;
	overflow: hidden;
	color: #454545;
	padding: 60px 40px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.t_button {
	margin-top: 55px;
}

.t_g4shen {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 17.5px 82.5px;
	background: #0046b4;
	display: inline-block;
	cursor: pointer;
}

.up-down {
	width: 100%;
	margin-top: 40px;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #0046b4;
}



.qt-pagination {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 5px;
	font-size: 15px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #0046b4;
	color: #fff;
	border: 1px solid #0046b4;
}



.foot-box {
	width: 100%;
	background: #151d2e;
	font-size: 15px;
	color: #fff;
	overflow: hidden;
}

.foot-nav {
	width: 100%;
	padding: 30px 0;
	margin-bottom: 85px;
	overflow: hidden;
	background: #0046b4;
}

.foot-box .section {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-nav a {
	color: #fff;
	display: block;
	width: 12.5%;
	text-align: center;
	font-size: 18px;
	position: relative;
}

.foot-menu ul li a:hover {
	color: #fff;
}

.foot-nav a::before {
	content: '';
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	z-index: 9;
	background: #fff;
}

.foot-nav a:last-child::before {
	display: none;
}


.foot-menu {
	width: 60%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
}

.foot-box h3 {
	font-size: 23px;
	color: #fff;
	margin-bottom: 30px;
}

.foot-menu .foot_contlis {
	float: left;
}

.foot_contlis .menu-ul {
	overflow: hidden;
}

.foot-menu ul li {
	width: 100%;
	font-size: 16px;
	margin-bottom: 15px;
}

.foot-menu ul li a {
	color: #a4a4a4;
}

.foot-menu ul li a:hover {
	color: #fff;
}



.foot-form-contact {
	width: 28%;
	float: right;
}

.ftallmap {
	height: 160px;
	border: 0;
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}


.foot-form-contact p {
	padding-left: 36px;
	font-size: 17px;
	margin-bottom: 15px;
	position: relative;
}

.foot-form-contact p::before {
	display: block;
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 4px;
	background-size: 100%;
}

.foot-form-contact p.adr::before {
	background-image: url(../adr.png);
}

.foot-form-contact p.tel::before {
	background-image: url(../icon06.png);
}

.foot-form-contact p.mail::before {
	background-image: url(../email.png);
}

.foot-form-contact p.phone::before {
	background-image: url(../tel.png);
}


#links {
	overflow: hidden;
	width: 100%;
	line-height: 30px;
	margin: 60px 0 40px 0;
	padding-left: 110px;
	position: relative;
}

#links span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	font-size: 22px;
}

#links a {
	display: inline-block;
	font-size: 17px;
	color: #a4a4a4;
	position: relative;
	padding-right: 30px;
}

#links a::before {
	content: '';
	width: 6px;
	height: 1px;
	position: absolute;
	right: 11px;
	top: 50%;
	z-index: 9;
	background: #fff;
}

#links a:last-child::before {
	display: none;
}

#links a:hover {
	color: #fff;
}

.foot-copyright {
	width: 100%;
	padding: 20px 0 30px 0;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
	background: #151d2e;
	color: #7f8287;
	font-size: 16px;
	border-top: 1px solid #2e3645;
}


.foot-copyright a {
	color: #7f8287;
}

.foot-copyright a:hover {
	color: #fff;
}


.cd-top {
	height: 44px;
	width: 40px;
	position: fixed;
	bottom: 1%;
	right: 5px;
	overflow: hidden;
	transition: all 0.3s;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #b72d38;
	opacity: 1;
}

.share {
	width: 25px;
	height: 147px;
	position: fixed;
	top: 25%;
	right: 0;
	text-align: center;
	transition: all 0.3s;
	z-index: 9999;
}

.main-share {
	width: 150px;
	padding: 10px 10px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 20;
	background-image: url(../share.jpg);
	background-size: cover;
}

.main-share i {
	display: block;
	position: absolute;
	top: -10px;
	right: 0;
	width: 20px;
	line-height: 16px;
	height: 20px;
	z-index: 10;
	border: 1px solid #ccc;
	border-radius: 50%;
	color: #000;
	background: #fff;
	font-style: normal;
}

.main-share h4 {
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
}

.share-img img {
	width: 100%;
}

.main-share .telshare {
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

@media (max-width:1680px) {
	.header .menu {
		margin-right: 25px;
	}

}


@media (max-width:1600px) {
	.header .menu {
		width: 770px;
		margin-right: 20px;
	}
}

@media (max-width:1440px) {
	.section {
		width: 100%;
		padding: 0 40px;
	}
}


@media (max-width:1350px) {
	.section {
		width: 100%;
		padding: 0 25px;
	}

	.header .logo {
		width: 250px;
		height: 88px;
	}

	.header .menu {
		width: 730px;
	}

	.header .menu ul li a.menu-a {
		font-size: 18px;
	}
}

@media (max-width:1260px) {
	.header .menu ul li .menu-a::before {
		display: none;
	}

	.header {
		z-index: 9999;
		background: #fff;
	}

	.header .section {
		width: 100%;
	}

	.header .logo img.w-logo {
		display: none;
	}

	.header .logo img.b-logo {
		display: block;
	}

	.bb-teltxt {
		display: none;
	}

	.banner-swiper,
	.banner {
		margin-top: 88px;
	}

	.swiper-slide-txt h1 {
		font-size: 40px;
		line-height: 70px;
	}

	.indexnum .num {
		font-size: 24px;
	}

	.m_menu {
		display: flex;
	}

	.hide {
		top: 0;
	}

	.header .menu {
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 999;
		margin-right: 0;
		overflow-y: scroll;
		padding-bottom: 100px;
	}

	.header .menu ul li {
		width: 100%;
		padding: 0 20px;
		position: relative;
		border-bottom: 1px solid #ddd;
	}

	.header .menu ul li a.menu-a {
		line-height: 55px;
		color: #333;
		font-size: 20px;
		padding-right: 25px;
	}

	.header .menu ul li.about-li:after,
	.header .menu ul li.ups-li:after,
	.header .menu ul li.it-li:after,
	.header .menu ul li.big-li:after,
	.header .menu ul li.case-li:after,
	.header .menu ul li.brand-li:after,
	.header .menu ul li.case-li:after {
		width: 15px;
		height: 15px;
		content: '';
		display: block;
		position: absolute;
		right:25px;
		top: 22px;	
		background: url(../menu-span.png);
	}

	.header .menu ul li a {
		padding: 0;
		color: #333;
	}

	.header .menu li .drop {
		padding: 20px 0;
		border-radius: 0;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li.it-li .drop,
	.header .menu li .drop,
	.header .menu li.product-li .drop,
	.header .menu li.brand-li .drop,
	.header .menu li.about-li .drop,
	.header .menu li.case-li .drop {
		position: static;
		width: 100%;
		margin: 0;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		padding: 0;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.indexnum {
		display: none;
	}

	.product-soultion-dl-a {
		width: 94%;
	}

	.header .menu li.ups-li .drop ul li,
	.header .menu li.big-li .drop ul li {
		width: 100%;
	}

	.header .menu li .drop .drop-menu {
		width: 100%;
		margin: 8px 0;
	}


}

/*banner媒体查询*/
@media (max-width:1200px) {
	.soultion-swiper {
		display: block;
	}

	.application-slideTxtBox,
	ul.soultion-ul {
		display: none;
	}

	.application-ul ul li {
		padding: 10px 10px 10px 25px;
	}

	.foot-menu {
		width: 65%;
	}

	.share {
		display: none;
	}

	.main-content {
		width: 100%;
	}

	.inner-about .img-img {
		display: none;
	}

	.inner-soultion .img-img {
		display: none;
	}

	.inner-culture .box img.cultureimg {
		display: none;
	}

	.inner-culture .box h3,
	.inner-culture .box ul {
		position: static;
		width: 100%;
	}

	.inner-culture .box h3 {
		color: #333;
		display: block;
		margin-bottom: 25px;
		font-size: 42px;
		text-align: center;
	}

	.inner-culture .box h3 i {
		display: none;
	}

	.honor-img {
		display: none;
	}

	.honor-txt {
		width: 100%;
	}

	.inner-culture .box ul li {
		padding: 20px 20px;
	}

	.inner-contact ul li {
		width: 31%;
		margin: 10px 1%;
	}

	.inner-contact ul li:nth-child(5),
	.inner-contact ul li:nth-child(4) {
		width: 48%;
	}

	.productclass-txt {
		padding: 10px 10px;
	}

	.banner-content h2 {
		font-size: 35px;
	}

	.banner-content p {
		font-size: 16px;
		margin-top: 15px;
	}

	.business-img {
		display: none;
	}

	.business-txt {
		width: 100%;
		position: static;
		overflow: hidden;
		padding: 20px 45px;
	}

	.soultion-ul01 li {
		padding: 30px 25px;
	}

	.soultion-detail-cotent {
		padding: 50px 50px;
	}


	.banner-content a {
		width: 145px;
		line-height: 35px;
		font-size: 15px;
		margin-top: 15px;
	}

	.inner-title h2 {
		font-size: 30px;
	}

	.main-content .box h3,
	.honor-txt .box h3 {
		font-size: 22px;
	}

	.main-content .box p,
	.honor-txt .box p {
		font-size: 17px;
		line-height: 34px;
	}

	.inner-culture .box ul li p {
		font-size: 16px;
		line-height: 25px;
		min-height: 50px;
		margin: 10px 0;
	}

	.advantage-txt {
		width: 100%;
	}

	.advantage-img {
		display: none;
	}

	.main-img h4,
	.honor-slide p,
	.inner-contact ul li h4,
	.inner-contact ul li p {
		font-size: 18px;
	}

	.main-advantage ul li h3 {
		font-size: 20px;
	}

	.form-form ul li input {
		font-size: 16px;
	}

	.business-txt dl dd h4 {
		font-size: 20px;
	}

	.business-txt dl dd {
		font-size: 16px;
	}

	.inner-service ul li h3 {
		font-size: 20px;
		padding: 10px 0;
	}

	.inner-service ul li img {
		max-width: 96px;
	}

	.inner-system .box dl dd {
		font-size: 23px;
	}

	.main-advantage ul li {
		padding: 20px 10px;
	}

	.inner-custom ul li h3 {
		font-size: 18px;
	}

	.inner-news ul li {
		width: 48%;
	}

	.inner-service ul li,
	.inner-custom ul li {
		padding: 20px 20px;
	}

	.inner-service ul {
		padding: 60px 20px;
	}

	.soultion-ul01 li p {
		font-size: 16px;
		line-height: 35px;
	}

	.inner-soultion-product .txt {
		font-size: 16px;
		line-height: 35px;
		margin: 10px 0;
	}

	.soultion-title {
		font-size: 26px;
		padding: 10px 0;
	}


	.inner-title p {
		font-size: 18px;
		margin-top: 11px;
	}

	.inner-title h1 {
		font-size: 32px;
	}

	dl.soultion-detail-cotent dd {
		font-size: 16px;
	}

	.soultion-slideul {
		margin-bottom: 25px;
	}

	.soultion-detail::before {
		height: 310px;
	}

	.soultion-txt {
		font-size: 16px;
		line-height: 32px;
		padding: 30px 0 40px 0;
	}

	.soultion-txt p {
		padding-left: 17px;
	}

	.soultion-txt p::before {
		width: 7px;
		height: 7px;
		top: 12px;

	}

	.inner-custom ul li img {
		max-width: 45px;
	}

	.soultion-slideul ul li {
		padding: 10px 5px;
	}

	.soultion-slideul ul li h5 {
		font-size: 20px;
	}

	.soultion-ul01 li h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.soultion-ul01 li em {
		display: block;
		width: 20%;
		max-width: 50px;
		margin: 2% 0 4% 0;
		height: 3px;
		background: #296aed;
	}

	.cases-class a,
	.case-content .content h4 {
		font-size: 18px;
	}

	.case-content .content a.case-detail {
		font-size: 16px;
	}

	.case-content .content a.case-zx {
		font-size: 14px;
		padding: 0 20px;
	}

	.index-partners ul li {
		height: 160px;
	}

	.inner-commitment .box dl {
		padding: 20px 20px;
	}

	.inner-commitment .box dl dd h3 {
		font-size: 26px;
	}

	.inner-commitment .box dl dd p {
		font-size: 16px;
	}

	.news-detail .news-title h2 {
		font-size: 32px;
	}

	.news-detail .news-intro {
		font-size: 16px;
		line-height: 32px;
		padding: 40px 40px;

	}

	.inner-brangadvantage dl dd h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.inner-brangadvantage dl dd p {
		font-size: 16px;
		line-height: 32px;
	}

	.detail-prop h2 {
		font-size: 26px;
	}

	.detail-prop .txt {
		font-size: 16px;
		line-height: 30px;
		color: #444;
		margin: 15px 0 40px 0;
	}

	.main-content .box h1,
	.main-content .box h2 {
		font-size: 35px;
	}


}

@media (max-width:1100px) {

	.foot-menu .foot_contlis {
		width: 100%;
		max-width: 100%;
	}

	.foot-nav {
		padding: 20px 0;
		margin-bottom: 35px;
	}

	.foot-nav a {
		font-size: 16px;
	}

	.foot-menu .foot_contlis ul {
		display: none;
		background: #fff;
		padding: 10px;
	}


	.foot-menu h3 {
		line-height: 70px;
		margin: 0;
		font-size: 18px;
		border-bottom: 1px solid #fff;
		position: relative;
	}

	.fold h3::after {
		background: url(../sanjiao.png) !important;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}

	.foot-menu ul li a {
		color: #000;
	}

	.foot-menu {
		width: 100%;
	}

	.foot-form-contact {
		display: none;
	}

	.product-soultion-memo {
		display: none;
	}

	.index-title {
		text-align: center;
	}

	.title-morebox {
		display: block;
	}

	.title-morebox .main-more {
		display: none;
	}

	.index-company .txt {
		width: 100%;
		margin: 30px 0;
		max-width: 100%;
	}

	.product-soultion-title {
		font-size: 25px;
		font-weight: bold;
	}

	.index-title p {
		width: 92%;
		margin: 0 4%;
	}
}

@media (max-width:900px) {
	.product_search .search-info {
		display: none;
	}

	.product_search .sech_in {
		width: 100%;
	}

	.detailmySwiper-box,
	.detail-prop,
	.inner-brangadvantage dl dt,
	.inner-brangadvantage dl dd,
	dl.soultion-detail-cotent dt,
	dl.soultion-detail-cotent dd {
		width: 100%;
		margin: 15px 0;
	}

	.inner-scene ul li {
		width: 48%;
	}

	.news-slide {
		padding: 5px 5px;
	}

	.inner-brangadvantage dl dd,
	.soultion-detail-cotent {
		padding: 25px 25px;
	}

	.product-list ul li {
		width: 32%;
	}

	.product-list ul li:nth-child(3n) {
		margin: 15px 0;
	}

	.product-list ul li:nth-child(4n) {
		margin: 15px 1% 15px 0;
	}


	.productclass-list ul li {
		width: 31.333%;
	}

	.foot-nav {
		display: none;
	}

	.product-soultion-dl-a {
		width: 98%;
	}

	.swiper-slide-txt h1 {
		font-size: 30px;
		line-height: 50px;
	}

	.swiper-slide-txt h2 {
		font-size: 20px;
		margin: 15px 0 25px 0;
	}

	.index-banner-img {
		padding-top: 65%;
	}
}

@media (max-width:865px) {
	.index-partners ul li {
		height: 120px;
	}

	.form-form ul li .button {
		width: 100%;
		max-width: 100%;
	}

}

@media (max-width:768px) {
	.productclass-list ul li {
		width: 48%;
	}

	.index-company ul li {
		width: 50%;
	}

	.index-company ul li:nth-child(2),
	.index-company ul li:nth-child(2) {
		border-right: 0;
	}


	.index-company ul li:nth-child(1),
	.index-company ul li:nth-child(2) {
		border-bottom: 1px solid #3e62a8;
	}

	.main-advantage ul li,
	.inner-custom ul.w3 li,
	.inner-custom ul.w4 li {
		width: 48%;
		margin: 10px 1%;
	}

	.section {
		width: 100%;
		padding: 0 12px;
	}

	.cases-list ul li {
		width: 32.666%;
		margin: 15px 1% 15px 0;
	}

	.cases-list ul li:nth-child(4n) {
		margin: 15px 1% 15px 0;
	}

	.cases-list ul li:nth-child(3n) {
		margin: 15px 0;
	}
}

@media (max-width:658px) {

	.product-class .box span {
		width: 64px;
	}

	.product-class a,
	.product-class span {
		color: #444;
		line-height: 25px;
	}

	.product-class .box {
		padding-left: 64px;
	}

	.product-class a {
		font-size: 15px;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.product-class a i {
		padding: 0 8px;
	}

	.product-class span {
		font-size: 18px;
	}

	.product-list ul li,
	.cases-list ul li {
		width: 48%;
		margin: 15px 1%;
	}

	.product-list ul li:nth-child(4n),
	.cases-list ul li:nth-child(4n),
	.product-list ul li:nth-child(3n),
	.cases-list ul li:nth-child(3n) {
		margin: 15px 1%;
	}


	.product-list ul li:nth-child(3n) .soultion-swiper .section {
		padding: 0 30px;
	}

	.application-swiper-container,
	.soultion-swiper-container {
		border-radius: 8px;
	}

	.productclass-list ul li {
		width: 98%;
	}

	.index-title h1 {
		font-size: 25px;
		line-height: 45px;
	}

	.index-title p {
		font-size: 15px;
		line-height: 24px;
		padding: 10px 20px;
	}

	.soultion_slide .txt h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.soultion_slide .txt a,
	.main-more a {
		line-height: 30px;
		font-size: 14px;
		width: 125px;
	}

	.application_slide .content h3 {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.application_slide .content .main-more {
		margin-top: 10px;
	}


	.index-company .txt {
		font-size: 16px;
		line-height: 29px;
	}

	.index-company ul li {
		padding: 25px 15px;
	}

	.index-company ul li h4 {
		font-size: 20px;
		margin-bottom: 5px;
		padding-right: 40px;
	}

	.cases-slide h4 {
		font-size: 17px;
	}

	.header .logo {
		width: 195px;
		height: 70px;
	}


	.index-banner-img {
		padding-top: 0;
		height: 340px;
	}


	.m_menu {
		height: 70px;
		right: 12px;
	}

	.banner-swiper,
	.banner {
		margin-top: 70px;
	}

	.swiper-slide-txt h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.swiper-slide-txt h2 {
		font-size: 14px;
		margin: 8px 0 10px 0;
	}

	.swiper-slide-txt a {
		width: 130px;
		line-height: 34px;
		font-size: 14px;
	}

	.banner-pagination span {
		margin: 0 3px;
		width: 20px;
		height: 3px;
	}

	.adv-logo {
		display: none;
	}

	.adv-dl {
		width: 50%;
		margin: 0 25%;
	}

	.index-partners ul li {
		height: auto;
		padding: 15px 5px;
	}

	.index-partners ul li {
		font-size: 14px;
	}

	.foot-copyright {
		font-size: 14px;
		line-height: 20px;
	}

	.index-title span {
		display: none;
	}

	.news-slide .news-txt dl dt {
		display: none;
	}

	.news-slide .news-txt dl dd {
		width: 100%;
		margin: 0;
	}

	.news-slide .news-txt dl dd h4 {
		height: auto;
		font-size: 18px;
		margin-bottom: 10px
	}

	.news-slide .news-txt {
		padding: 15px 0;
		overflow: hidden;
		background: #fff;
	}

	.news-slide .news-txt dl dd span {
		display: none;
	}

	.news-slide .news-txt dl dd h5 {
		display: block;
	}

	.newsbutton-pagination {
		margin-top: 20px;
	}

	.foot-menu h3 {
		line-height: 55px;
	}

	#links {
		display: none;
	}

	.index-soultion,
	.index-application {
		padding-top: 50px;
	}

	.index-product-soultion,
	.index-cases,
	.index-partners,
	.index-news {
		padding: 50px 0;
	}

	.soultion-swiper {
		margin: 20px 0;
	}

	.main-product-soultion .product-soultion-mySwiper2 {
		width: 100%;
		margin-top: 25px;
	}

	.index-adv {
		padding: 15px 0;
	}

	.news-button {
		width: 80px;
	}

	.news-next,
	.news-prev {
		width: 30px;
		line-height: 30px;
		height: 30px;
	}

	.inner-news ul li {
		width: 98%;
	}

	.index-company {
		padding: 50px 0 20px 0;
	}


	.swiper-slide-txt {
		padding: 0 25px;
	}

	.application_slide .content p {
		display: none;
	}

	.product-slide-title h5 {
		font-size: 16px;
	}

	.product-soultion-box {
		padding: 30px 20px;
		text-align: center;
	}

	.inner-banner-img {
		height: 200px;
		padding-top: 0;
	}

	.banner-content h2 {
		font-size: 25px;
	}

	.banner-content p {
		display: none;
	}

	.banner-content {
		text-align: center;
	}

	.business-img {
		display: none;
	}

	.business-txt {
		width: 100%;
		padding: 20px 15px;
		position: static;
		overflow: hidden;
	}

	.soultion-ul01 li {
		padding: 20px 15px;
	}

	.soultion-detail-cotent {
		padding: 20px 20px;
	}

	.button-next,
	.button-prev {
		width: 34px;
		height: 34px;
		margin-top: -17px;
	}

	.button-button {
		max-width: 75px;
		margin: 40px auto 0 auto;
		height: 34px;
	}

	.banner-content a {
		width: 125px;
		line-height: 30px;
		font-size: 14px;
		margin-top: 15px;
	}

	.inner-title h2 {
		font-size: 24px;
	}

	.main-content .box h3,
	.honor-txt .box h3 {
		font-size: 18px;
	}

	.main-content .box p,
	.honor-txt .box p {
		font-size: 15px;
		line-height: 28px;
	}

	.inner-culture .box ul li p {
		font-size: 15px;
		line-height: 20px;
		min-height: 40px;
		margin: 10px 0;
	}

	.advantage-txt {
		width: 100%;
		padding: 20px 20px;
	}

	.inner-advantage ul li {
		width: 49%;
		margin: 5px 0.5%;
	}

	.main-img h4 {
		padding: 10px 10px
	}

	.inner-contact ul li,
	.inner-contact ul li:nth-child(5),
	.inner-contact ul li:nth-child(4) {
		width: 98%;
		margin: 10px 1%;
	}

	.inner-contact ul li {
		padding: 20px 20px;
	}

	.inner-contact ul li img {
		height: 33px;
	}

	.inner-contact ul li em {
		margin: 10px 0;
	}

	.aballmap {
		height: 300px;
	}

	.form-form ul li {
		width: 98%;
		margin: 8px 1%;
	}

	.advantage-img {
		display: none;
	}

	.main-img h4,
	.honor-slide p,
	.inner-contact ul li h4,
	.inner-contact ul li p {
		font-size: 16px;
	}

	.main-advantage ul li h3 {
		font-size: 18px;
	}

	.form-form ul li input {
		font-size: 15px;
	}

	.business-txt dl {
		margin: 8px 2%;
	}

	.business-txt dl dd h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.business-txt dl dd {
		font-size: 15px;
	}

	.inner-service ul li h3 {
		font-size: 15px;
		padding: 10px 0;
	}

	.inner-service ul li img {
		max-width: 55px;
	}

	.inner-service ul li:nth-child(1),
	.inner-service ul li:nth-child(2),
	.inner-service ul li:nth-child(3),
	.inner-service ul li:nth-child(4) {
		width: 33.333%;
	}

	.inner-service ul li {
		width: 33.333%;
	}

	.inner-system .box dl {
		width: 100%;
		margin: 8px 0;
		padding: 20px 20px;
	}

	.main-advantage ul li,
	.inner-custom ul.w3 li,
	.inner-custom ul.w4 li {
		width: 48%;
		margin: 5px 1%;
	}

	.inner-system .box dl dt i {
		font-size: 25px;
	}

	.inner-system .box dl dd {
		font-size: 18px;
	}

	.main-advantage ul li {
		padding: 10px 10px;
	}

	.inner-custom ul li h3 {
		font-size: 16px;
	}

	.inner-news ul li {
		width: 48%;
	}

	.inner-service ul li,
	.inner-custom ul li {
		padding: 10px 10px;
	}

	.inner-service ul {
		padding: 30px 10px;
	}

	.soultion-ul01 li p {
		font-size: 15px;
		line-height: 28px;
	}

	.inner-soultion-product .txt {
		font-size: 15px;
		line-height: 28px;
		margin: 10px 0;
	}

	.soultion-title {
		font-size: 22px;
		padding: 10px 0;
	}


	.inner-title p {
		font-size: 17px;
		margin-top: 11px;
	}

	.inner-title h1 {
		font-size: 25px;
	}

	dl.soultion-detail-cotent dd {
		font-size: 15px;
	}

	.soultion-slideul {
		margin-bottom: 15px;
	}

	.soultion-detail::before {
		height: 310px;
	}

	.soultion-txt {
		font-size: 15px;
		line-height: 28px;
		padding: 15px 0 20px 0;
	}

	.soultion-txt p {
		padding-left: 17px;
	}

	.soultion-txt p::before {
		width: 7px;
		height: 7px;
		top: 12px;

	}

	.inner-custom ul li img {
		max-width: 42px;
	}

	.soultion-slideul ul li {
		padding: 10px 5px;
	}

	.soultion-slideul ul li h5 {
		font-size: 18px;
	}

	.soultion-ul01 li h4 {
		font-size: 18px;
		line-height: 30px;
	}

	.soultion-ul01 li em {
		display: block;
		width: 20%;
		max-width: 50px;
		margin: 2% 0 4% 0;
		height: 3px;
		background: #296aed;
	}

	.cases-class a,
	.case-content .content h4 {
		font-size: 17px;
	}

	.case-content .content a.case-detail {
		font-size: 14px;
	}

	.case-content .content a.case-zx {
		font-size: 14px;
		padding: 0 10px;
	}

	.qt-pagination a {

		margin: 0 3px;
		font-size: 14px;
		min-width: 30px;
		line-height: 30px;
		padding: 0 3px;
	}

	.index-partners ul li {
		height: auto;
		padding: 20px 5px;
	}

	.inner-commitment .box dl {
		padding: 10px 10px;
		width: 100%;
		margin: 8px 0;
	}

	.inner-commitment .box dl dd h3 {
		font-size: 22px;
	}

	.inner-commitment .box dl dt img {
		width: 84%;
		background: #fff;
		border-radius: 50%;
	}

	.inner-commitment .box dl dd em {
		display: block;
		width: 20%;
		margin: 3% 0 5% 0;
		height: 2px;
		background: #fff;
	}

	.inner-commitment .box dl dd p {
		font-size: 15px;
	}

	.news-detail .news-title h2 {
		font-size: 26px;
	}

	.news-detail .news-intro {
		font-size: 15px;
		line-height: 28px;
		padding: 20px 20px;

	}

	.inner-brangadvantage dl dd h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.inner-brangadvantage dl dd p {
		font-size: 15px;
		line-height: 28px;
	}

	.detail-prop h2 {
		font-size: 22px;
	}

	.detail-prop .txt {
		font-size: 15px;
		line-height: 28px;
		color: #444;
		margin: 15px 0 30px 0;
	}

	.innernum .num {
		font-size: 32px;
	}

	.inner-culture .box ul li {
		width: 50%;
		padding: 30px 10px;
		border-right: 1px solid #eeeeee;
	}

	.inner-culture .box ul li:nth-child(2),
	.inner-culture .box ul li:nth-child(2) {
		border-right: 0;
	}


	.inner-culture .box ul li:nth-child(1),
	.inner-culture .box ul li:nth-child(2) {
		border-bottom: 1px solid #eeeeee;
	}

	.inner-culture .box ul {
		width: 100%;
	}

	.inner-culture .box ul li em {
		display: none;
	}


	.inner-culture .box ul li img {
		margin: 0 auto;
		max-width: 50px;
	}

	.innernum ul li {
		margin: 0;
		padding: 0 15px;
	}

	.innernum span {
		font-size: 15px;
	}

	.inner-culture .box h3 {
		display: none;
	}

	.main-content .box h1,
	.main-content .box h2 {
		font-size: 25px;
	}

	.soultion-ul01 li {
		width: 100%;
		margin: 5px 0;
	}

	.cases-class {
		display: block;
		line-height: 50px;
		height: 50px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.cases-class::-webkit-scrollbar {
		display: none
	}

	.cases-class a {
		display: inline-block;
		width: auto;
		padding: 0 10px;
		margin: 0;
	}

	.inner-scene {
		width: 100%;
		padding: 50px 4px 50px 4px;

	}

	.inner-scene ul li h4 {
		font-size: 18px;
		padding: 18px 6px;
	}

	.inner-scene ul li {
		margin: 8px 0;
	}

	.product-content h4 {
		font-size: 16px;
		padding: 10px 8px;
	}
}