* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "Noto Sans SC";
	font-display: swap;
	src: url('sourcehansans.eot');
	/* IE9 */
	src: url('sourcehansans.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('sourcehansans.woff2') format('woff2'),
		url('sourcehansans.woff') format('woff'),
		/* chrome、firefox */
		url('sourcehansans.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('sourcehansans.svg#sourcehansans') 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 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

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: "Noto Sans SC";
	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: "Noto Sans SC";
	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: #444;
	font-family: "Noto Sans SC";
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
}

.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;
}

.txt {
	font-size: 18px;
	line-height: 35px;
}

.section {
	width: 94%;
	max-width: 1700px;
	margin: 0 auto;
}

.inner-section {
	width: 100%;
	padding: 0 80px;
	max-width: 1700px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.product-section {
	width: 100%;
	padding: 0 80px;
	max-width: 1750px;
	margin: 0 auto;
}

.news-background {
	background: #f2f5f8;
}



/*header*/

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: 0.5s;
}



.header .logo {
	width: 190px;
	float: left;
	display: flex;
	align-items: center;
	height: 88px;
	justify-content: center;

}

.header .logo img {
	max-width: 100%;
}

.header .logo img.b-logo {
	display: none;

}

.header .logo img.w-logo {
	display: block;

}

.menu-content {
	float: right;

}

.header .menu {
	width: 1060px;
	float: left;
	margin-right: 50px;
	position: relative;
}

.header .menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.header .menu ul li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .menu ul li a.menu-a {
	display: block;
	font-size: 20px;
	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 ul li:nth-child(2):after,
.header .menu ul li:nth-child(3):after,
.header .menu ul li:nth-child(4):after {
	width: 14px;
	height: 8px;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	background: url(../menu-span.png);
}

.header .menu ul li:nth-child(2),
.header .menu ul li:nth-child(3),
.header .menu ul li:nth-child(4) {
	padding-right: 24px;
} */

.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 15px 15px;
	top: 100%;
	display: none;
	border-top: 1px solid #dfdfdf;
}

.header .menu li .drop .drop-menu {
	width: 100%;
	float: left;
}



.header .menu li .drop .drop-menu h5 {
	font-size: 20px;
	line-height: 25px;
	color: #000;
	padding: 10px 12px;
	margin-bottom: 8px;
	border-bottom: 1px solid #dfdfdf;
}

.header .menu li .drop ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.header .menu li .drop li {
	width: 31%;
	margin: 0;
	padding: 0 12px;
	text-align: left;
	display: block;
}

.header .menu li .drop li a {
	padding: 0;
	display: inline-block;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	line-height: 30px;
	position: relative;
}



.header .menu li .drop li a:hover {
	color: #1678ff;
}


.bb-teltxt {
	float: right;
	margin-top: 30px;
	line-height: 28px;
	position: relative;
	display: block;
}


.bb-teltxt i {
	display: block;
	font-size: 24px;
	color: #fff;
	font-style: normal;
	padding-left: 40px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.bb-teltxt i::before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	z-index: 20;
	top: 50%;
	margin-top: -16px;
	background-image: url(../tel.png);
	background-size: 100%;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 30px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
	z-index: 50;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #0073e7;
}

.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-image: 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;

}


.index-title {
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}

.index-title h2 {
	color: #000;
	font-size: 45px;
}

.index-title p {
	color: #63a4e1;
	font-size: 18px;
}

.hide {
	top: -150px;
}



.inner-title {
	width: 100%;
	margin-bottom: 35px;
	text-align: center;
}

.inner-title h2 {
	color: #000;
	font-size: 35px;
}

.inner-title p {
	color: #4e4e4e;
	font-size: 18px;
}


.inner-title span {
	color: #0073e7;
	font-weight: bold;
}


.font-white {
	color: #fff !important;
}

.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 h1 {
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	animation-delay: 0.3s;
}

.swiper-slide-txt h2 {
	font-size: 26px;
	animation-delay: 0.3s;
	color: #59f9d7;
}

.swiper-slide-txt h3 {
	font-size: 45px;
	font-weight: bold;
	max-width: 610px;
	margin-bottom: 40px;
	animation-delay: 0.5s;
}

.swiper-slide-txt h4 {
	font-size: 30px;
	max-width: 800px;
	margin-bottom: 10px;
	animation-delay: 0.8s;
}

.swiper-slide-txt .ct {
	font-size: 18px;
	color: #99dbff;
	max-width: 710px;
	animation-delay: 1.1s;
}

.banner-item {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	animation-delay: 1.4s;
}

.banner-item-link {
	margin-right: 16px;
	width: 170px;
	position: relative;
}

.banner-item a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	line-height: 30px;
	padding: 8px 15px;
	border-radius: 5px;
	font-size: 18px;
	border: 1px solid #fff;
}

.banner-item a i {
	width: 30px;
	margin-left: 7px;
}

.banner-item-link span {
	font-size: 13px;
	display: block;
	text-align: center;
	margin-top: 6px;
}

.banner-item a:hover {
	background: #045eb4;
}

.banner-hover-qr {
	width: 100%;
	left: 0;
	background: #ffffff;
	z-index: 10;
	top: 0;
	opacity: 0;
	transition: 0.4s;
	font-size: 0;
	text-align: center;
	border-radius: 8px;
	border: 2px solid #fff;
	position: absolute;
	color: #444;
}

.banner-item-link:hover .banner-hover-qr {
	opacity: 1;
}

.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active h3,
.swiper-slide-active .ct,
.swiper-slide-active h4,
.swiper-slide-active a,
.swiper-slide-active img,
.swiper-slide-active .banner-item {
	animation-name: fadeInUp;
}


.index-banner-img {
	padding-top: 48.23%;
	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-button {
	width: 95px;
	z-index: 10;
	position: absolute;
	right: 5%;
	bottom: 9%;
}


.banner-next,
.banner-prev {
	width: 38px;
	height: 38px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	bottom: 5%;
	border: 2px solid #7d959a;
	border-radius: 100%;
}

.banner-next:after,
.banner-prev:after {
	font-size: 12px !important;
	font-weight: bold;
	color: #7d959a !important;
}

.banner-prev {
	left: 0;
}

.banner-next {
	right: 0;
}

.banner-next:hover,
.banner-prev:hover {
	border: 2px solid #ffad18;
}

.banner-next:hover:after,
.banner-prev:hover:after {
	color: #ffad18 !important;
}

.banner-pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	transition: 0.4s;
}

.banner-pagination span {
	margin: 0 10px;
	border-radius: 0;
	width: 57px;
	height: 3px;
	border-radius: 0;
	transition: 0.4s;
	background: #ffffff;
}


.banner-pagination .swiper-pagination-bullet-active {
	background: #00f0ff;
}

.button-pointer {
	left: 50%;
	margin-left: -10px;
	bottom: 14%;
	z-index: 11;
	position: absolute;
}

.button-pointer i {
	display: block;
	position: absolute;
	left: 0;
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
	width: 20px;
	height: 59px;
	background-image: url(../mouse.png);
	background-size: 100%;
}


@-webkit-keyframes drop {
	0% {
		top: -30px;
		opacity: 0.3;
	}

	50% {
		top: 0;
		opacity: 1;
	}

	100% {
		top: 10px;
		opacity: 0.3;
	}
}

@keyframes drop {
	0% {
		top: -30px;
		opacity: 0.3;
	}

	50% {
		top: 0;
		opacity: 1;
	}

	100% {
		top: 10px;
		opacity: 0.3;
	}
}




.index-about {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	background-image: url(../about-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-about .box {
	margin-top: 140px;
}

.about-left {
	width: 48%;
	float: left;
	position: relative;

}

.contentbox {
	width: 100%;
	overflow: hidden;
}

.about-left h1 {
	font-size: 40px;
	margin-bottom: 20px;
	color: #343434;
}

.about-left i {
	display: inline-block;
	background: #0073e7;
	border-radius: 40px;
	padding: 8px 25px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
}

.about-left .txt {
	color: #777777;
	line-height: 45px;
	margin-top: 40px;
}

.about-left a {
	color: #0073e7;
	margin-top: 10px;
	float: left;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.about-left a img {
	margin-left: 10px;
}


.indexnum {
	width: 100%;
	overflow: hidden;

}

.indexnum ul {
	width: 100%;
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	margin-top: 40px;
}

.indexnum ul li {
	width: 25%;
	box-sizing: border-box;
	position: relative;
	color: #0073e7;

}


.num-box .num {
	display: flex;
	align-items: center;
}

.num-box .counter {
	font-size: 3.1rem;
}

.num-box .text {
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 0.4rem;
}

.num-box span {
	font-size: 1.3rem;
	display: block;
	color: #2a2a2a;
}



.about-right {
	width: 48%;
	position: relative;
	float: right;
}


.about-right img {
	max-width: 100%;
	margin: 0 auto;
}




.map-img {
	width: 100%;
	text-align: center;
	color: #000;
	position: relative;
}

.map-img img {
	width: 100%;
}

.map-list {
	width: 27px;
	height: 27px;
	position: absolute;
	font-size: 18px;
}

.map-list span {
	position: absolute;
	z-index: 15;
	text-transform: uppercase;
	font-weight: bold;
}



.map01 {
	left: 42.5%;
	top: 54.2%;
}

.map01 span {
	left: -43px;
	top: 2px;
}

.map02 {
	left: 58.5%;
	top: 46.1%;
}

.map02 span {
	display: block;
	right: -45px;
	top: -1px;
}

.map03 {
	left: 68.3%;
	top: 49.2%;
}

.map03 span {
	display: block;
	right: -47px;
	top: 0px;
}


.map04 {
	left: 66.1%;
	top: 54.8%;
}

.map04 span {
	left: -46px;
	top: 0px;
}

.map-list em {
	display: block;
	width: 27px;
	height: 27px;
	background: url(../star.png);
	z-index: 10;
}

.map-list i::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #e30000;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	z-index: 10;
}

.map-list i::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #e30000;
	position: absolute;
	left: 0;
	z-index: 5;
	top: 0;
	border-radius: 100%;
	background-size: 100%;
	opacity: 0;
	-webkit-animation: mapi 1.5s ease-out;
	-moz-animation: mapi 1.5s ease-out;
	animation: mapi 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.map-list i {
	display: block;
	width: 27px;
	height: 27px;
	z-index: 10;
}


/*index-service*/
.index-product {
	width: 100%;
	overflow: hidden;
	padding-top: 90px;
	background: #eff5fb;
	position: relative;
}

.index-product .product-memo {
	text-align: center;
}

.product-memo h3 {
	font-size: 30px;
	font-weight: bold;
	color: #0073e7;
	margin-bottom: 15px;
}

.product-memo .txt {
	color: #2a2a2a;
}

.index-product .product-list {
	position: relative;
	z-index: 20;
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	text-align: center;

}

.product-list a {
	display: block;
	float: left;
	width: 33.333%;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.index-product .product-list img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.product-content {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 15%;
	z-index: 10;
	text-align: center;
}

.product-content h2 {
	font-size: 40px;
}

.product-content .txt {
	height: 70px;
	margin: 10px 0;
	padding: 0 15px;
}

.product-content i {
	display: inline-block;
	width: 120px;
	font-style: normal;
	height: 58px;
	background-image: url(../icon03.png);
	background-size: 100%;
	background-repeat: no-repeat;
}


.product-list a:hover img {
	transform: scale(1.2, 1.2);
}

.product-list a:hover .product-content::before {
	opacity: 1;
}

/*index-product */
.index-soultion {
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
}

.soultion-box {
	padding: 90px 0;
	background-image: url(../soultion-background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 50px;
}

.soultion-slideTxtBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.soultion-title {
	width: 32%;
	margin-right: 2%;
	z-index: 99;
	padding: 20px 0 50px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.soultion-title ul {
	width: 100%;
}

.soultion-title ul li {
	width: 100%;
	margin: 40px 0;
	color: #a7adb4;
	position: relative;
	font-size: 28px;
	padding-left: 30px;
	cursor: pointer;
	opacity: 0.9;
	font-weight: bold;
	transition: 0.3s;
}

.soultion-title ul li::before {
	content: '';
	width: 8px;
	border: 4px solid #a5abb2;
	height: 8px;
	position: absolute;
	left: 0;
	transition: 0.3s;
	top: 14px;
	z-index: 20;
	border-radius: 100%;

}

.soultion-title ul li.on {
	color: #fff;
	font-weight: bold;
	opacity: 1;
}


.soultion-middle {
	width: 65.4%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	height: 593px;
	background: url(../soultion-middle-item.jpg);
	background-size: cover;
}

.soultion-middle-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: none;
	border-radius: 12px;
	padding: 100px 60px;
}


.soultion-list {
	color: #fff;
}

.soultion-list h3 {
	font-size: 38px;
	margin-bottom: 10px;
}


.soultion-list .txt {
	margin-bottom: 40px;
}


.soultion-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.soultion-list ul li {
	display: inline-block;
	margin-right: 50px;
}


.soultion-list a {
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	float: left;
}

.soultion-list a img {
	margin-left: 10px;
}


/*index-news */
.index-news {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	background: #f6f6f6;
}


.slideTxtBox {
	width: 100%;
}

.news-set-title {
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}


.news-set-title ul {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.news-set-title ul li {
	display: inline-block;
	margin: 0 20px;
	color: #000;
	font-size: 25px;
	cursor: pointer;
	text-align: center;
}


.news-set-title ul li.on {
	color: #0073e7;
}


.news-set-middle {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;

}



.news-slide {
	display: block;
	overflow: hidden;
	position: relative;
}

.news-slide img {
	display: block;
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.contxt {
	padding: 14px 0;
}

.news-slide span {
	font-size: 20px;
	color: #777777;
}

.news-slide h3 {
	font-size: 24px;
	color: #2d2d2d;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-slide a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}

.news-slide a:hover h3 {
	color: #0073e7;
}

.main-more {
	text-align: center;
	margin-top: 35px;
	overflow: hidden;
}

.main-more a {
	width: 230px;
	position: relative;
	display: inline-block;
	padding: 0 10px;
	line-height: 57px;
	font-size: 19px;
	text-align: center;
	margin-right: 5px;
	color: #fff;
	background: #33bbff;
	border-radius: 30px;
}

.main-more a:hover {
	background: #0073e7;
}

/*index-customers*/
.index-customers {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	background-color: #fff;
	background-image: url(../customers-bj.png);
	background-repeat: no-repeat;
	background-position: center;
}

.index-customers .box img {
	margin: auto;
	max-width: 100%;
}

/*index-adv*/
.index-adv {
	width: 100%;
	overflow: hidden;
	position: relative;
}


.adv-txt {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	left: 0;
	top: 20%;
	position: absolute;
}

.adv-txt h1 {
	font-size: 45px;
	margin-bottom: 3%;
}

.adv-txt h2 {
	font-size: 35px;
}

.adv-txt p {
	padding: 6px 0;
	font-size: 25px;
	font-weight: 100;
}

.adv-contact {
	font-size: 38px;
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}


.adv-contact a {
	width: 160px;
	position: relative;
	display: block;
	margin-right: 20px;
	padding: 0 10px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #1c7dc1;
	border-radius: 30px;
}

.adv-contact .box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.adv-contact a span,
.adv-contact a img {
	display: inline-block;
}

.adv-contact a img {
	margin-left: 15px;
}

.adv-contact a:hover {
	background: #0073e7;
}

.adv-img {
	padding-top: 34.65%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../adv.jpg);
}

.Placeholder {
	display: none;
}

/*banner*/

.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	margin-top: 88px;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 20;
	color: #fff;
	text-align: center;
}


.banner h2 {
	font-size: 42px;
	margin-bottom: 5px;
	position: relative;
	font-weight: bold;
}

.banner .txt {
	position: relative;
}



.inner-banner-img {
	padding-top: 28.28%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



.class-link {
	width: 100%;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}


.class-link a {
	display: inline-block;
	font-size: 19px;
	color: #2d2d2d;
	padding: 25px 10px;
	margin: 0 3%;
	position: relative;
}

.class-link a::before {
	content: '';
	bottom: 0;
	z-index: 20;
	position: absolute;
	left: 0;
	height: 2px;
	background: #0073e7;
	width: 100%;
	transform: rotateY(90deg);
	transition: ease-in-out 0.4s;
}

.class-link a.on::before,
.class-link a:hover::before {
	transform: rotateY(0deg);
}

.class-link a:hover,
.class-link a.on {
	color: #0073e7;
}

/*inner-about*/
.inner-about {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #fff;
}



.inner-about-txt {
	width: 79%;
	overflow: hidden;
	margin: 0 auto 50px auto;
	text-align: center;
	color: #2a2a2a;
}



.innernum {
	width: 100%;
	overflow: hidden;

}

.innernum ul {
	width: 100%;
	margin: auto;
	text-align: center;
}

.innernum ul li {
	margin: 0 4%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	color: #0073e7;
}

.about-img {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 20;
	width: 100%;
	height: 518px;
	overflow: hidden;
	text-align: center;
	background-image: url(../about-list.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-list {
	width: 33.333%;
	height: 100%;
	color: #fff;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
	cursor: pointer;
}

.about-list:after {
	position: absolute;
	height: 50%;
	width: 1px;
	top: 25%;
	background: #fff;
	content: "";
	right: 0;
	opacity: 0.25;
}

.about-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
}


.about-icon img {
	max-width: 65px;
	margin: auto;
}

.about-content h2 {
	font-size: 29px;
	color: #fff;
	margin: 20px 0 5px 0;
}

.about-content p {
	height: 56px;
	line-height: 28px;
	font-size: 17px;
	padding: 0 20px;
	color: #fff;
}

.about-list:hover {
	background: rgba(0, 0, 0, .7);
}

/*about-history */
.about-history {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	position: relative;
	background: #f4f9fb;
}

.about-history-content {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.history-mySwiper {
	z-index: 10 !important;
}

.about-history-content::before {
	content: '';
	background: #0073e7;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 100%;
	background-size: 100%;
	z-index: 5;
}


.about-history-list {
	width: 100%;
	padding: 0 80px;
	position: relative;
	z-index: 10;
}

.about-history-list li {
	float: left;
	width: 25%;
	height: 700px;
	position: relative;
}

.about-history-list-txt {
	position: relative;
	color: #000;
	width: 100%;
	height: 350px;
}

.about-history-list-txt:after {
	position: absolute;
	height: 11px;
	width: 11px;
	background: #0073e7;
	border: 5px solid #fff;
	content: "";
	left: 0;
	border-radius: 50%;
}

.about-history-list-txt h3 {
	font-size: 23px;
	color: #0073e7;
	line-height: 50px;
	font-weight: bold;
	position: absolute;
}

.about-history-list-txt .content {
	font-size: 17px;
	line-height: 30px;
	padding-left: 40px;
	padding-right: 35px;
	color: #636363;
	position: relative;
}

.about-history-list-txt .content::before {
	content: "";
	position: absolute;
	height: 190px;
	width: 2px;
	left: 10px;
	background-repeat: no-repeat;
}

.about-history-list-txt .content img {
	max-width: 35px;
	border-radius: 100%;
	border: 2px solid #076bd0;
	position: absolute;
	left: -6px;
}

.about-history-list-txt .content h4 {
	font-size: 24px;
	color: #3a3a3a;
	line-height: 35px;
}

.about-history-list-txt .content p {
	position: relative;
	padding-left: 13px;
	line-height: 30px;
}

.about-history-list-txt .content p::after {
	position: absolute;
	height: 4px;
	width: 4px;
	background: #636363;
	content: "";
	left: 0;
	top: 14px;
	border-radius: 50%;
}

.about-history-list li:nth-child(odd) .about-history-list-txt:after {
	bottom: -10px;
}

.about-history-list li:nth-child(even) .about-history-list-txt:after {
	top: -10px;
}

.about-history-list li:nth-child(odd) .content {
	padding-bottom: 60px;

}

.about-history-list li:nth-child(odd) .content::before {
	top: 35px;
	background-image: url(../about-history-odd.png);
}

.about-history-list li:nth-child(odd) .content h4 {
	padding-bottom: 10px;
}


.about-history-list li:nth-child(even) .content {
	padding-top: 60px;

}

.about-history-list li:nth-child(even) .content::before {
	bottom: 35px;
	background-image: url(../about-history-even.png);
}

.about-history-list li:nth-child(even) .content img {
	bottom: 0;
}

.about-history-list li:nth-child(even) .content h4 {
	padding-top: 10px;
}

.about-history-list li:nth-child(even) .about-history-list-txt {
	position: absolute;
	bottom: 0;
}

.about-history-list li:nth-child(odd) .about-history-list-txt {
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: 0;
}

.about-history-list li:nth-child(odd) h3 {
	bottom: -65px;
}

.about-history-list li:nth-child(even) h3 {
	top: -65px;
}

.history-swiper-pagination {
	margin-top: 50px;
}


.history-swiper-pagination2 span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	transition: 0.4s;
	background: #b8ddec;
}

.history-swiper-pagination .swiper-pagination-bullet-active {
	background: #125eaa;
}


.pchistory-display {
	display: block;
}

.mphistory-display {
	display: none;
}

.history-button {
	width: 140px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}

.history-button-next,
.history-button-prev {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 100%;
	margin-top: -18px;
}

.history-button-next {
	right: 0;
}

.history-button-prev {
	left: 0;
}


.history-button-next:after,
.history-button-prev:after {
	font-size: 18px;
}

.history-button-next:hover:after,
.history-button-prev:hover:after {
	color: #68abe4;
}



/*inner-honor*/
.inner-honor {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	background: #fff;
}

.honor-slide {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	padding: 20px 20px;
	border: 16px solid #dfe8ec;
}

.honor-slide img {
	width: 100%;
}

.honor-slide:hover {
	border: 16px solid #125eaa;
}

.honor-slide img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.honor-slide:hover img {
	transform: scale(1.2, 1.2);
}



.honor-pagination {
	position: relative;
	bottom: 0;
	margin-top: 40px;
	left: 0;
	text-align: center;
	transition: 0.4s;
}

.honor-pagination span {
	margin: 0 5px;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	transition: 0.4s;
	background: #b8ddec;
}


.honor-pagination .swiper-pagination-bullet-active {
	background: #125eaa;
}


.inner-customeractivities {
	width: 100%;
	padding: 10px 0 88px 0;
	overflow: hidden;
}


.customeractivities-list ul {
	margin-top: 40px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.customeractivities-list ul li {
	width: 31%;
	transition: 0.6s;
	margin: 20px 1%;
	border-radius: 8px;
	overflow: hidden;
}

.customeractivities-list ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.customeractivities-list ul li:hover img {
	transform: scale(1.2, 1.2);
}

/*.inner-soultion*/
.inner-soultion {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	position: relative;
}

ul.soultion-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.soultion-ul li {
	transition: 0.6s;
	margin: 20px 0;
	overflow: hidden;
}

ul.soultion-ul li img {
	margin: auto;
	width: 100%;
}

.soultioncontent-title {
	color: #0064c1;
	font-size: 26px;
	margin-bottom: 25px;
	font-weight: bold;
}

.inner-soultion .txt {
	color: #596c7d;
	margin-bottom: 15px;
	overflow: hidden;
}

.height-two-lines .txt {
	min-height: 70px;
}

.height-three-lines .txt {
	min-height: 105px;
}

.height-four-lines .txt {
	min-height: 140px;
}

.height-five-lines .txt {
	min-height: 175px;
}

.height-six-lines .txt {
	min-height: 210px;
}

.soultion-ul01 li {
	width: 46%;
}

.soultion-ul02 li {
	width: 49%;
}

.soultiondl01 dd {
	width: 42%;
	float: right;
}

.soultiondl01 dt {
	width: 53%;
	float: left;
}

.soultiondl02 dd {
	width: 51%;
	float: left;
}

.soultiondl02 dd h5 {
	font-size: 21px;
	color: #383838;
}

.soultiondl02 dt {
	width: 45%;
	float: right;
}

.soultiondl01 dt img,
.soultiondl02 dt img {
	width: 100%;
	margin: auto;
}

.soultion-num01::before {
	content: '';
	position: absolute;
	right: 5%;
	width: 477px;
	height: 477px;
	bottom: 5%;
	z-index: 5;
	background-image: url(../soultion-num01.png);
	background-repeat: no-repeat;
}

.soultion-background-h {
	background-color: #f4f9fb;
}

.soultion-num04::before {
	content: '';
	position: absolute;
	right: 5%;
	width: 771px;
	height: 657px;
	bottom: 5%;
	z-index: 5;
	background-image: url(../soultion-num04.png);
	background-repeat: no-repeat;
}


/*产品中心*/
.product-box {
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
}

.product-dl01 {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

.product-dl01 dd {
	width: 55%;
	float: left;
}

.product-dl01 dd .txt {
	color: #000;
}

.product-dl01 dt {
	width: 35%;
	float: right;
}

.product-dl01 dt img {
	max-width: 100%;
	margin: 0 auto;
}

.product-dl01 ul {
	overflow: hidden;
	margin-top: 30px;
}

.product-dl01 ul li {
	width: 100%;
	margin-bottom: 35px;
	padding-left: 75px;
	position: relative;
}


.product-dl01 ul li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 63px;
	height: 57px;
	top: 0;
	z-index: 5;
	background-size: 100%;
	background-repeat: no-repeat;
}

.product-dl01 ul li:nth-child(1)::before {
	background-image: url(../icon32.png);
}

.product-dl01 ul li:nth-child(2)::before {
	background-image: url(../icon33.png);
}

.product-dl01 ul li:nth-child(3)::before {
	background-image: url(../icon34.png);
}

.product-dl01 ul li h4 {
	font-size: 25px;
	color: #1678ff;
}

.product-dl01 ul li p {
	font-size: 18px;
	line-height: 38px;
	color: #585858;
}




.memonum01 {
	width: 77%;
	margin: 0 auto;
	font-size: 17px;
	color: #393939;
	text-align: center;
}

.product-features ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 50px;
	justify-content: space-between;
}

.product-features ul li {
	width: 31.333%;
	border-radius: 20px;
	overflow: hidden;
	padding: 55px 85px;
	margin: 20px 0;
	color: #fff;
	box-shadow: 0 0 10px #eee;
	position: relative;
}

.product-features ul li img {
	margin: 0 auto;
	max-width: 32%;
}

.product-features ul li .txt {
	margin-top: 30px;
}

.product-features ul li:nth-child(1) {
	background: #0073e7;
}

.product-features ul li:nth-child(2) {
	background: #5898d9;
}

.product-features ul li:nth-child(3) {
	background: #55aaff;
}

.product-features ul li::after {
	position: absolute;
	height: 148px;
	width: 143px;
	content: "";
	left: 0;
	bottom: 0;
	background-size: 100%;
	background-image: url(../features-li.png);
}

.memonum02 {
	width: 100%;
	font-size: 25px;
	color: #797979;
	margin-top: 15px;
	text-align: center;
}

.product-dl02 {
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
	display: flex;
	padding: 55px 55px;
	flex-wrap: wrap;
	border-radius: 8px;
}

.product-dl02 dd {
	width: 36%;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

.product-dl02 dd .txt {
	text-indent: 2em;
}

.product-dl02 dt {
	width: 60%;
	margin-left: 4%;
}

.product-dl02 dt img {
	max-width: 100%;
	margin: 0 auto;
}


.product-target ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}


.product-target ul li {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 40px 45px;
	margin: 20px 0;
	box-shadow: 0 0 10px #ddd;
	position: relative;
}

.product-target ul li::after {
	position: absolute;
	height: 5px;
	width: 100%;
	content: "";
	left: 0;
	bottom: 0;
	background-size: 100%;
	background-image: url(../target-li-odd.png);
}

.product-target ul li h3,
.product-target ul li h4 {
	color: #0073e7;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.product-target ul li h3 {
	text-align: center;
}



.product-target ul.w3 li {
	width: 31.33%;
}

.product-target ul.w4 li {
	width: 23%;
}

.sep-product {
	background-image: url(../product-dl03.jpg);
	background-size: cover;
}

.product-dl03 {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;

}


.product-dl03 dt {
	width: 48%;
	margin-right: 4%;
}

.product-dl03 dt img {
	max-width: 100%;
	margin: 0 auto;
}

.product-dl03 dd {
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

.product-dl03 ul {
	overflow: hidden;
}

.product-dl03 ul li {
	width: 100%;
	margin-bottom: 25px;
	padding: 30px 100px 30px 55px;
	position: relative;
	background: #fff;
	color: #474747;
	font-size: 22px;
	line-height: 38px;
	border-radius: 10px;
}

.product-dl03 ul li .txt {
	width: 80%;
}

.product-dl03 ul li::before {
	content: '';
	position: absolute;
	right: 30px;
	width: 63px;
	height: 57px;
	top: 50%;
	margin-top: -28px;
	z-index: 5;
	background-size: 100%;
	background-repeat: no-repeat;
}

.product-dl03 ul li.icon01::before {
	background-image: url(../icon32.png);
}

.product-dl03 ul li.icon02::before {
	background-image: url(../icon33.png);
}

.product-dl03 ul li.icon03::before {
	background-image: url(../icon34.png);
}

.product-dl03 ul li h3 {
	font-size: 25px;
	color: #1678ff;
}

.product-dl03 ul li h5 {
	font-size: 20px;
}

.memonum03 {
	font-size: 25px;
	color: #797979;
	margin-bottom: 40px;
}

.text-center {
	text-align: center;
}

.product-base-title {
	font-size: 39px;
	font-weight: bold;
	color: #0073e7;
	margin-bottom: 20px;
}

.product-base-ul01 {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-base-ul01 li {
	width: 31%;
	margin: 25px 0;
	padding: 30px 10px;
	position: relative;
	background: #2278c6;
	color: #fff;
	font-size: 20px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	text-align: center;
}

.product-base-ul01 li h4 {
	font-size: 30px;
}

.product-base-ul02 {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
}

.product-base-ul02 li {
	position: relative;
	color: #535353;
	text-align: center;
}

.product-base-ul02 li img {
	margin: 10px auto;
	max-width: 38%;
}

.product-base-ul02 li h4 {
	font-size: 25px;
	color: #000;
}

.base-ul-w3 li {
	width: 24.333%;
	margin: 25px 3%;
}

.establish-ul-w4 li {
	width: 20%;
	margin: 25px 2.5%;
}


.product-base-ul03 {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-base-ul03 li {
	width: 48%;
	margin: 15px 0.5%;
	padding: 30px 30px;
	position: relative;
	color: #000;
	background: #fff;
	box-shadow: 0 0 10px #dee8f2;
	font-size: 17px;
	border-radius: 20px;
}

.product-base-ul03 li h4 {
	font-size: 30px;
	color: #0073e7;
}



.product-img img {
	max-width: 100%;
	margin: 0 auto;
}

.memonum04 {
	font-size: 20px;
	color: #000;
	margin-top: 40px;
}

.memonum04 span {
	color: #0073e7;
	font-weight: bold;
}


.border {
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 70px 0;
	background: #c8ccce;
}


.corecontent {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0;
}

.corecontent-left {
	width: 20%;
	text-align: center;
}

.corecontent-left h3 {
	font-size: 39px;
	color: #4e8ac6;
	font-weight: bold;
}

.font-blue {
	color: #0073e7;
}


.corecontent-right {
	width: 78%;
	margin-left: 2%;
}

.corecontent-right ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;

}

.corecontent-right li {
	width: 12.25%;
	margin: 10px 1%;
	padding: 15px 10px;
	position: relative;
	background: #1578fe;
	color: #fff;
	font-size: 18px;
	border-radius: 15px;
	text-align: center;
}

.corecontent-right li h4 {
	font-size: 25px;
}

.corecontent-span {
	width: 100%;
	margin-top: 70px;
	display: flex;
	align-items: center;
}

.corecontent-span span {
	font-size: 24px;
	color: #000;
	padding-left: 55px;
	position: relative;
	margin-right: 4%;
}

.corecontent-span em {
	font-style: normal;
	position: relative;
	z-index: 10;
}

.corecontent-span span::before {
	content: '';
	position: absolute;
	left: 0;
	width: 79px;
	height: 79px;
	top: 50%;
	margin-top: -39.5px;
	z-index: 5;
	background-image: url(../jian-xmglspan.png);
	background-size: 100%;
}



.customizationcontent {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}


.customizationcontent-ul {
	width: 73%;
	margin-right: 2%;
}

.customizationcontent-ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.customizationcontent-ul ul li {
	width: 31%;
	padding: 25px 20px;
	position: relative;
	background: #fff;
	color: #515151;
	font-size: 18px;
	border: 1px solid #eeeeee;
}

.customizationcontent-ul ul li h4 {
	font-size: 25px;
	text-align: center;
	padding: 25px 0;
	border-bottom: 1px dashed #7492ad;
	margin-bottom: 25px;
}

.customizationcontent-ul ul li img {
	margin: 0 auto;
}

.customizationcontent-ul ul li .txt {
	padding-left: 34px;
	position: relative;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 15px;
}

.customizationcontent-ul ul li .txt::before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 17px;
	top: 10px;
	z-index: 5;
	background-image: url(../icon35.png);
	background-size: 100%;
}

.customizationcontent-main {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.customizationcontent-main img {
	max-width: 100%;
	margin: 0 auto;
}

.customizationcontent-txt {
	width: 15%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.customizationcontent-txt h3 {
	font-size: 39px;
	color: #4e8ac6;
	font-weight: bold;
}




.integration-ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.integration-ul li {
	margin: 35px 0;
	padding: 20px 10px;
	position: relative;
	background: #3684d7;
	color: #fff;
	font-size: 25px;
	border-radius: 15px;
	text-align: center;
}

.integration-ul-w4 {
	max-width: 1120px;
}

.integration-ul-w4 li {
	width: 23%;
}


.integration-ul-w6 li {
	width: 15%;
}

.product-dl04 {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	padding: 25px 25px;
}

.product-dl04 dd {
	width: 75%;
}

.product-dl04 dd h5 {
	font-size: 30px;
}

.product-dl04 dt {
	width: 20%;
	margin-left: 5%;
}

.product-dl04 dt img {
	max-width: 100%;
	margin: 0 auto;
}

.memonum05 {
	font-size: 28px;
	color: #1678ff;
}

.memonum06 {
	font-size: 40px;
	color: #000;
	margin-top: 40px;
	font-weight: bold;
}



.product-dl05 {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}

.product-dl05 dd {
	width: 30%;
}

.product-dl05 dd h4 {
	font-size: 39px;
	margin-bottom: 50px;
}

.product-dl05 dt {
	width: 65%;
	margin-left: 5%;
}

.product-dl05 dt img {
	max-width: 100%;
	margin: 0 auto;
}



.product-dl06 {
	width: 100%;
	overflow: hidden;
}

.product-dl06 dd {
	width: 26%;
	float: left;
}

.product-dl06 dd span {
	display: inline-block;
	padding: 5px 80px 5px 30px;
	font-size: 39px;
	color: #fff;
	background: #1678ff;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.product-dl06 dd h5 {
	font-size: 29px;
	margin: 30px 0 10px 0;
	color: #0073e7;
}

.product-dl06 dt {
	width: 66%;
	float: right;
}

.product-dl06 dt img {
	max-width: 100%;
	margin: 0 auto;
}

.establish-span {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.establish-span span {
	display: inline-block;
	margin: 15px 1%;
	padding: 5px 30px;
	position: relative;
	background: #009cff;
	color: #fff;
	font-size: 22px;
	border-radius: 24px;
	text-align: center;
}

.establish-ul-img {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.establish-ul-img li img {
	max-width: 100%;
}

.establish-ul-img01 {
	width: 39%;
}

.establish-ul-img02 {
	width: 57.5%;
}

.establishimg-box {
	border-radius: 10px;
	margin-top: 30px;
	padding: 15px 15px;
	box-shadow: 0 0 10px #ddd;
}

.img-box img {
	max-width: 100%;
	margin: 0 auto;
}

.property-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
	justify-content: space-between;
}

.establish-property {
	width: 47%;
}

.establish-property ul {
	width: 100%;
	overflow: hidden;
}

.establish-property ul li {
	background: #fff;
	padding: 25px 25px;
	border-radius: 10px;
	margin-bottom: 25px;
}

.establish-property ul li h3 {
	font-size: 26px;
	color: #0073e7;
	margin-bottom: 5px;
}


.establish-app {
	margin-bottom: 40px;
	overflow: hidden;
}

.establish-app ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.establish-app ul li {
	width: 23%;
	background: #1578fe;
	padding: 15px 15px;
	border-radius: 10px;
	margin-bottom: 25px;
}

.establish-app ul li img {
	width: 100%;
}

.establish-app ul li h4 {
	font-size: 28px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}


.establish-value {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.establish-value li {
	width: 18%;
	background: url(../establish-value-li.jpg);
	background-size: cover;
	padding: 35px 15px;
	border-radius: 15px;
	margin-bottom: 25px;
	border: 1px solid #c9dcfd;
}

.establish-value li img {
	margin: 10px auto;
	max-width: 25%;
}

.establish-value li h4 {
	font-size: 28px;
	text-align: center;
	color: #000;
}


.product-client {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 50px;
	padding: 40px 40px;
	background: #fff;
}

.product-client h4 {
	font-size: 28px;
	font-weight: bold;
	color: #0073e7;
}

.product-client h5 {
	font-size: 25px;
	color: #777777;
}

.product-client ul {
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-client li {
	width: 28%;
	font-size: 20px;
	color: #000000;
}

.product-client li p {
	margin-bottom: 10px;
}



.asset-archiving {
	overflow: hidden;
	margin-bottom: 40px;
}

.asset-archiving ul {
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.asset-archiving ul li {
	width: 48%;
	font-size: 20px;
	background: #fff;
	padding: 30px 30px;
	border-radius: 10px;
	color: #000000;
}

.asset-archiving ul li img {
	max-width: 100%;
}


.asset-archiving ul li span {
	margin-bottom: 10px;
	line-height: 74px;
	display: inline-block;
	padding-left: 85px;
	font-size: 33px;
}

.asset-archiving ul li span::before {
	content: '';
	position: absolute;
	left: 0;
	width: 74px;
	height: 74px;
	top: 0;
	z-index: 5;
	background-color: #0876e5;
	background-size: 100%;
	border-radius: 50%;
}

.asset-archiving ul li span.icon01::before {
	background-image: url(../icon13.png);
}

.asset-archiving ul li span.icon02::before {
	background-image: url(../icon14.png);
}

.archiving-left span {
	position: absolute;
}

.archiving-left img {
	float: right;
}

.archiving-right span {
	position: relative;
}

.archiving-right .left {
	width: 30%;
	float: left;
}

.archiving-right .left i {
	display: block;
	margin: 10px 0;
	padding: 10px 10px;
	position: relative;
	background: #679ed6;
	color: #fff;
	font-size: 20px;
	border-radius: 35px;
	text-align: center;
	font-style: normal;
}

.archiving-right .right {
	width: 65%;
	float: right;
}


.asset-management ul {
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.asset-management ul li {
	width: 48%;
	font-size: 20px;
	background: #fff;
	padding: 30px 30px;
	border-radius: 10px;
	color: #000000;
}


.asset-management ul li span {
	margin-bottom: 20px;
	font-weight: bold;
	display: inline-block;
	font-size: 33px;
}

.asset-management ul li i {
	display: inline-block;
	margin: 10px 30px 10px 0;
	padding: 8px 30px;
	position: relative;
	background: #679ed6;
	color: #fff;
	font-size: 20px;
	border-radius: 35px;
	text-align: center;
	font-style: normal;
}




.pledge-mortgage ul {
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pledge-mortgage ul li {
	width: 48%;
	font-size: 20px;
	background: #fff;
	padding: 30px 30px;
	border-radius: 10px;
	color: #000000;
}

.pledge-mortgage ul li span {
	margin-bottom: 30px;
	line-height: 46px;
	display: inline-block;
	padding-left: 62px;
	font-size: 33px;
	position: relative;
}

.pledge-mortgage ul li span::before {
	content: '';
	position: absolute;
	left: 0;
	width: 49px;
	height: 46px;
	top: 0;
	z-index: 5;
	background-size: 100%;
}

.pledge-mortgage ul li span.icon01::before {
	background-image: url(../icon15.png);
}

.pledge-mortgage ul li span.icon02::before {
	background-image: url(../icon16.png);
}

.pledge-mortgage ul li .box {
	position: relative;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	overflow: hidden;
}

.pledge-mortgage ul li img {
	width: 100%;
}

.pledge-mortgage ul li i {
	display: inline-block;
	padding: 8px 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #ecf3fa;
	color: #000;
	font-size: 26px;
	border-top-left-radius: 15px;
	text-align: center;
	font-style: normal;
}




.assets-liquidation ul {
	width: 100%;
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.assets-liquidation ul li {
	width: 31%;
	background: #fff;
	padding: 30px 30px;
	border-radius: 10px;

	box-shadow: 0 0 10px #ccc;
}

.assets-liquidation ul li span {
	margin-bottom: 30px;
	color: #1678ff;
	line-height: 46px;
	display: block;
	text-align: center;
	font-size: 30px;
	position: relative;
}

.assets-liquidation ul li img {
	max-width: 100%;
	margin: 0 auto;
}

.asset-disposal {
	overflow: hidden;
	margin-top: 50px;
}

.asset-disposal-txt {
	width: 65%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.asset-disposal-txt dl {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}

.asset-disposal-txt dl dt {
	width: 35%;
}

.asset-disposal-txt dl dt img {
	max-width: 100%;
	margin: 0 auto;
}


.asset-disposal-txt dl dd {
	width: 62%;
	margin-left: 3%;
	font-size: 16px;
	color: #4e4e4e;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.asset-disposal-txt dl dd h3 {
	font-size: 26px;
	color: #000;
	margin-bottom: 5px;
}



.asset-disposal-img {
	width: 30%;
	float: right;
}

.asset-disposal-img img {
	max-width: 100%;
	margin: 0 auto;
}


.camp-control-xuaho {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.camp-control-xuaho li {
	width: 14.66%;
	margin: 15px 1%;
	position: relative;
	color: #fff;
	border-radius: 15px;
	font-size: 20px;
	background: #3684d7;
	padding: 30px 20px;
}


.camp-control-xuaho li h4 {
	font-size: 27px;
	font-weight: bold;
}


.camp-control-xuaho li i {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	opacity: 0.25;
	font-size: 45px;
	font-style: normal;
}


.project-process-management-num01 {
	border-radius: 15px;
	font-size: 20px;
	background: #fff;
	padding: 30px 20px;
}

.project-process-management-num01 .product-base-title {
	text-align: center;
}

.project-process-management-num01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.project-process-management-num01 ul li {
	width: 49.3%;
	margin: 15px 0;
	position: relative;
	border-radius: 15px;
	padding: 20px 15px;
	border: 1px solid #eeeeee;
}

.project-process-management-num01 ul li img {
	max-width: 100%;
	margin: 0 auto;
}




.project-process-management-num02 {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.project-process-management-num02 li {
	width: 31.33%;
	background: url(../establish-value-li.jpg);
	background-size: cover;
	padding: 35px 15px;
	border-radius: 15px;
	margin: 15px 0;
	border: 1px solid #c9dcfd;
}

.project-process-management-num02 li .box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

.project-process-management-num02 li i {
	display: block;
	width: 31.333%;
	margin: 10px 1%;
	padding: 5px 5px;
	position: relative;
	background: #4887fb;
	color: #fff;
	font-size: 18px;
	border-radius: 25px;
	text-align: center;
	font-style: normal;
}

.project-process-management-num02 li h4 {
	font-size: 30px;
	text-align: center;
	color: #000;
}

.project-process-management-num02 li .txt {
	color: #000;
}









.intro-background {
	background-image: url(../intro-background.jpg);
	background-size: cover;
}

.fb-background {
	background-color: #f4f9fb;
}

.gntd-background {
	background-size: cover;
	background-image: url(../product-gntd.jpg);
}

.value-background {
	background-image: url(../value-background.jpg);
	background-size: cover;
}

.fa-background {
	background: #fafafa;
}

.inner-nav {
	overflow: hidden;
	padding: 50px 0;
	color: #444444;
	font-size: 17px;
}


/*产品中心*/
.main-product {
	overflow: hidden;
	padding: 50px 0;
}

.main-product .title {
	padding-bottom: 30px;
}

.main-product .title h2 {
	font-size: 32px;
	color: #333;
	line-height: 52px;

}

.main-product .title p {
	font-size: 16px;
	color: #666;
	padding: 10px 0;
	line-height: 26px;
}

.main-product .list {
	width: 100%
}

.main-product .list a {
	width: 31.333%;
	float: left;
	margin: 0 1% 55px 1%;
	position: relative;
	background: #f4f7f9;
	border-radius: 30px;
	padding: 22px 22px;
}


.main-product .list .box {
	width: 100%;
	height: 410px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.main-product .list .box img {
	width: auto;
	height: 100%;
	transition: transform .3s
}


.main-product .list .product-span {
	height: 70px;
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: -25px;
	left: 0;
	opacity: 0;
	z-index: 10;
	transition: 0.2s;
}

.main-product .list .product-span i {
	border-radius: 50px;
	display: inline-block;
	padding: 20px 40px;
	font-style: normal;
	background: #68abe4;
}

.main-product .list .product-span span {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	font-size: 20px;
}

.main-product .list .product-span span::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3.5px;
	width: 25px;
	height: 7px;
	z-index: 9;
	background-image: url(../icon04.png);
	background-size: 100%;
}

.main-product .list a:hover img {
	transform: scale(1.1);
}

.main-product .list a:hover .product-span {
	opacity: 1;
}


.cp-detail-content {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

.cp-detail-content img {
	max-width: 100%;
}


.cp-detail-content .cp-img {
	width: 48%;
	float: left;
	text-align: center;
}

.product-list-mySwiper {
	border: 10px solid #f2f2f2;
}

.product-detail-mySwiper {
	margin-top: 25px;
}

.product-detail-img {
	border: 1px solid #d7d7d7;
}

.cp-detail-content .cp-img img {
	margin: auto;
}

.cp-detail-content .cp-intro {
	width: 48%;
	float: right;
	font-size: 19px;
	color: #333;
}

.cp-intro h2 {
	width: 100%;
	font-size: 34px;
	color: #000;
	line-height: 54px;
	margin-bottom: 20px;
}

.cp-intro span {
	color: #ff0000;
}

.cp-intro img {
	max-width: 100%;
	margin: 10px auto;
}

.cp-intro p {
	padding: 5px 0;
}


.cp-intro table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff
}

.cp-intro table td {
	background: #fff;
	padding: 15px 5px;
	font-size: 17px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff
}

.cp-intro .table-bj td {
	background: #e7f4ff;
}

.cp-intro .table-bjj {
	background: #fbfbfb;
}




.up-down {
	width: 100%;
	background: #fff;
	padding: 30px 0;
	margin-top: 50px;
	overflow: hidden;
	color: #999;
	border-top: 1px solid #d4d4d4;
}

.up-down ul {
	width: 80%;
	float: left;

}

.up-down ul li {
	margin-bottom: 10px;
}

.up-down ul li a {
	color: #242424;
	font-size: 18px;
}

.up-down ul li a:hover {
	color: #68abe4;
}

.up-down .up-down-back {
	width: 18%;
	border-radius: 30px;
	float: right;
	max-width: 185px;
	color: #fff;
	line-height: 55px;
	background: #29a1dd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.up-down .up-down-back img {
	margin-left: 10px;
}

.up-down .up-down-back:hover {
	box-shadow: 0 0 10px #ccc;
}

/**/
.inner-service {
	width: 100%;
	overflow: hidden;
}


.inner-service dl {
	width: 100%;
	overflow: hidden;
}

.inner-service dl .section {
	overflow: hidden;
	position: relative;
}

.inner-service dl dt {
	border-radius: 30px;
	overflow: hidden;
}

.inner-service dl dt img {
	width: 100%;
}

.service-title {
	width: 100%;
	position: relative;
	color: #68abe4;
	font-size: 40px;
}

.service-title i {
	font-size: 88px;
	color: #686868;
	opacity: 0.4;
	font-family: Bahnschrift;
	font-style: normal;
}

.service-txt {
	font-size: 19px;
	color: #010101;
	line-height: 36px;
}

.service-txt p {
	margin-bottom: 20px;
}

.pro-prop {
	overflow: hidden;
}

.pro-prop ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.pro-prop ul li {
	position: relative;
	padding-left: 40px;
	line-height: 28px;
}

.pro-prop ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 25px;
	height: 25px;
	z-index: 9;
	background-size: 100%;
}

.pro-prop h3 {
	font-size: 28px;
	font-weight: bold;
	color: #171717;
	margin-bottom: 18px;
}

.prop01 li {
	width: 100%;
	margin-bottom: 10px;
	color: #747474;
	font-size: 18px;
}

.prop01 li::before {
	background-image: url(../icon11.png);
}


.prop02 li {
	width: 100%;
	color: #747474;
	font-size: 18px;
	margin-bottom: 35px;
}

.prop02 li::before {
	background-image: url(../icon12.png);
}

.prop03,
.prop04 {
	width: 96%;
	margin: 40px 0 40px 4%;
}

.prop03 li {
	width: 35%;
	font-size: 22px;
	color: #000;
	margin-bottom: 30px;
}

.prop03 li::before {
	background-image: url(../icon11.png);
}

.prop04 li {
	width: 48%;
	font-size: 22px;
	margin-bottom: 20px;
	color: #000;
}

.prop04 li::before {
	background-image: url(../icon11.png);
}

.service01 {
	background: #fff;
	padding: 60px 0;
}

.service02 {
	background: #fafbfd;
	padding: 70px 0;
}

.service02 .service-txt {
	margin: 20px 0 60px 0;
}

.inner-service dl.w01 dt {
	width: 46%;
	float: right;
}

.inner-service dl.w01 dd {
	width: 51%;
	float: left;
}

.inner-service dl.w02 dd {
	width: 100%;
}

.inner-service dl.w03 dt {
	width: 49%;
	float: left;
}

.inner-service dl.w03 dd {
	width: 49%;
	float: right;
}

.inner-service dl.w04 dt {
	width: 49%;
	float: right;
}

.inner-service dl.w04 dd {
	width: 49%;
	float: left;
}



/*新闻中心*/

.inner-news {
	overflow: hidden;
	padding: 90px 0;
}


.news-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.news-list a {
	width: 23%;
	margin: 20px 1%;
	display: block;
	background: #f5f5f5;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
	color: #3c3c3c;
	padding: 30px 28px;
	border-bottom: 5px solid #f5f5f5;
}


.news-list .box img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-list a h5 {
	font-size: 16px;
	color: #929292;

}

.news-list a h4 {
	font-size: 19px;
	height: 60px;
	margin: 20px 0 10px 0;
	color: #2b2b2b;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.inner-news .bom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	box-sizing: border-box;
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.inner-news .bom span {
	font-size: 16px;
	color: #646464;
}

.inner-news .bom strong {
	font-size: 24px;
	font-weight: 700;
	color: #444444;
}

.inner-news .bom small {
	font-size: 16px;
	color: #9D9D9D;
}



.news-list a:hover {
	color: #0066d9;
	background: #f1f8ff;
	border-bottom: 5px solid #0066d9;
}

.news-list a:hover .box img {
	transform: scale(1.1);
}

.news-list a:hover .content .txt {
	opacity: 1;
}




.news-detail {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 100px 0 90px 0;
}

.news-detail .box {
	width: 100%;
	background: #fff;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
	color: #222222;
}


.news-detail .goBack {
	display: flex;
	align-items: center;
	color: #888;
	font-size: 16px;
}

.news-detail .goBack:hover {
	color: #b72d38;
}

.news-detail .goBack img {
	margin-right: 10px;
}

.news-detail .news-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 40px 0;

}

.news-detail .news-title h2 {
	font-size: 39px;
	width: 100%;

	font-weight: bold;
	overflow: hidden;
}

.news-detail .news-title .three {
	color: #888;
	width: 100%;
	overflow: hidden;
	text-align: right;
}

.news-detail .news-intro {
	font-size: 19px;
	line-height: 38px;
	overflow: hidden;
	padding: 60px 10px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
}



/*体系证书*/

.inner-exhibition {
	overflow: hidden;
	padding: 75px 0;
}

.exhibition-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.exhibition-list a {
	width: 31.33%;
	margin-right: 2%;
	display: block;
	background: #fff;
	margin-bottom: 50px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	color: #000;
	box-shadow: 0 0 10px #ddd;
}

.exhibition-list .box img {
	height: 100%;
	display: block;
	transition: .5s;
	image-rendering: pixelated;
}

.exhibition-list .exhibition-txt {
	position: relative;
	padding: 40px 28px;

}

.exhibition-list .exhibition-txt h3 {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 17px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(208, 208, 208, .4);
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.exhibition-list .exhibition-txt span {
	display: flex;
	align-items: center;
	position: relative;
	opacity: 0.6;
	font-size: 19px;
	margin-bottom: 15px;
}

.exhibition-list .exhibition-txt span img {
	margin-right: 8px;
}

.exhibition-list .exhibition-txt p {
	font-size: 19px;
}

.exhibition-list a:hover {
	background: #68abe4;
	color: #fff;
}

.exhibition-list a:hover .box img {
	transform: scale(1.1);
}

.exhibition-list a:hover .exhibition-txt {
	background-image: url(../icon14.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 40%;
}

.exhibition-list a:hover .exhibition-txt span {
	opacity: 1;
}

.exhibition-list a:hover .exhibition-txt span img {
	filter: brightness(100);
}


/*联系我们*/
.main-contact {
	width: 100%;
	background-image: url(../contact-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 160px 0 75px 0;
}


.con-content-title {
	font-size: 43px;
	color: #000;
	overflow: hidden;
	margin-bottom: 10%;
}

.contact-dl {
	width: 45%;
	float: left;
}

.contact-dl dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}

.contact-dl dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-dl dl dt img {
	width: 100%;
	max-width: 48px;
}


.contact-dl dl dd {
	margin-left: 20px;
}

.contact-dl dl dd h3 {
	font-size: 22px;
	color: #000;
}

.contact-dl dl dd p {
	font-size: 27px;
	color: #000;
	font-weight: bold;
}

.contact-img {
	width: 33%;
	float: right;
	position: relative;
	margin-right: 10%;
}

.contact-img img.img01 {
	width: 100%;
}

.contact-adr {
	position: absolute;
	z-index: 10;
	top: 48%;
	right: -34%;
	max-width: 380px;
}

.contact-adr img.img02 {
	width: 32px;
}

.contact-adr img.img03 {
	width: 65px;
}

.contact-adr .contact-adr-txt {
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 35px 30px 15px 30px;
	border-radius: 20px;
	overflow: hidden;
}

.contact-adr .contact-adr-txt h3 {
	font-size: 25px;
	color: #167aff;
}

.contact-adr .contact-adr-txt h4 {
	font-size: 21px;
	color: #000;
	padding: 15px 0 35px 0;
}

.contact-adr .contact-adr-txt img {
	float: right;
}



.form-form {
	overflow: hidden;
	background: #fff;
	padding: 90px 0;
	position: relative;
	width: 100%;
}

.form-form .inner-title {
	text-align: left;
}



.form-form ul {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	float: left;
	margin: 15px 0;
	position: relative;
}

.form-form ul li span {
	font-size: 24px;
	color: #333333;
	display: block;
	margin-bottom: 15px;
}

.form-form ul li i {
	color: #d80000;
	font-style: normal;
}

.form-form ul li.w25 {
	width: 23.5%;

}

.form-form ul li.mr2 {
	margin-right: 2%;
}

.form-form ul li.w100 {
	width: 100%;
}


.form-form ul li input {
	line-height: 45px;
	width: 100%;
	font-size: 16px;
	color: #999999;
	padding: 10px 10px;
	font-weight: 300;
	background: #fff;
	border: 1px solid #dadada;
	position: relative;
}

.form-form ul li textarea {
	width: 100%;
	height: 180px;
	line-height: 45px;
	padding: 10px 10px;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #dadada;
	position: relative;
}

.form-form ul li input::placeholder {
	color: #999999;
}

.form-form ul li textarea::placeholder {
	color: #999999;
}

.form-form ul li .button {
	width: 80%;
	max-width: 225px;
	display: block;
	margin: 10px auto;
	color: #ffffff;
	border: 0;
	line-height: 30px;
	font-size: 18px;
	border-radius: 10px;
	padding: 10px 15px;
	background: #1678ff;
}


.form-form input::placeholder {
	color: #999999;
}





#allmap {
	height: 600px;
	border: 0;
	border-radius: 25px;
	overflow: hidden;
}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}



.qt-pagination {
	width: 94%;
	margin: auto;
	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 .active,
.qt-pagination a:hover {
	background: #29a1dd;
	color: #fff;
	border: 1px solid #29a1dd;
}



.foot-box {
	width: 100%;
	background: #161616;
	font-size: 15px;
	color: #fff;
	padding: 85px 0;
	overflow: hidden;
}

.foot-logo {
	width: 35%;
	float: left;
}


.foot-logo .img {
	margin-bottom: 30px;
}

.foot-logo .img img {
	max-width: 153px;
}

.foot-logo h4 {
	font-size: 19px;
	color: #fff;
	margin: 10% 0 6% 0;
}

.share-a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.share-a a {
	width: 10%;
	display: inline-block;
	margin-right: 4%;
	border-radius: 100%;
}

.share-a img {
	margin: auto;
	max-width: 100%;
}

.share-a a:hover {
	opacity: 0.8;
}

.foot-menu-contact {
	width: 55%;
	float: right;
	margin-right: 5%;
	padding-top: 30px;
}


.foot-menu {
	width: 65%;
	float: left;
	display: flex;
	justify-content: space-between;
}

.foot-box h3 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 15px;
}


.foot_contlis .menu-ul {
	overflow: hidden;
}

.foot-menu ul li {
	width: 100%;
	font-size: 18px;
	margin: 10px 0;
}

.foot-menu ul li a {
	color: #a4a4a4;
}

.foot-menu ul li a:hover {
	color: #fff;
}

.foot-contact {
	float: right;
}

.foot-contact a {
	font-size: 20px;
	display: block;
	color: #fff;
	margin-bottom: 28px;
	overflow: hidden;
}


.foot-copyright {
	width: 100%;
	padding: 20px 0 30px 0;
	overflow: hidden;
	line-height: 25px;
	background: #191919;
	color: #d7d7d7;
	font-size: 17px;
}


.foot-copyright a {
	color: #d7d7d7;
}

.foot-copyright a:hover {
	color: #fff;
}


.cd-top {
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	background: #fff;
	transition: all 0.3s;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;

}

.cd-top img {
	width: 100%;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.cd-top:hover {
	background-color: #0073e7;
	opacity: 1;
	box-shadow: 0 0 10px #ddd;
}


.cd-top:hover img {
	filter: invert(1);
}

.main-share {
	position: fixed;
	bottom: 15%;
	right: 5px;
	transition: all 0.5s;
	z-index: 20;
}

.share {
	height: 50px;
	width: 50px;
	right: 5px;
	box-shadow: 0 0 5px #888;
	border-radius: 100%;
}

.share .share-icon {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background-color: #fff;
}

.share .share-wx {
	opacity: 0;
	transition: 0.3s;
	position: absolute;
	right: 100%;
	padding: 7.5px 10px;
}

.share .share-wx img {
	max-width: 100px;
}

.share:hover .share-wx {
	opacity: 1;
}

.telshare {
	height: 50px;
	width: 50px;
	margin: 20px 0;
	box-shadow: 0 0 5px #888;
	z-index: 20;
	border-radius: 100%;
	position: relative;
}

.telshare .telshare-icon {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background-color: #fff;
	position: relative;
	z-index: 20;
}


.telshare .telshare-tel {
	opacity: 0;
	height: 50px;
	width: 240px;
	padding: 10px 70px 0 20px;
	background: #68abe4;
	transition: 0.3s;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	border-radius: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.telshare .telshare-tel img {
	max-width: 100px;
}

.telshare:hover .telshare-tel {
	opacity: 1;

}

.qqshare {
	width: 50px;
	height: 185px;
	box-shadow: 0 0 5px #888;
	z-index: 20;
	font-size: 19px;
	background: #68abe4;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 35px;

}

.qqshare img {
	margin: auto;
}

.qqshare p {
	padding: 5px 10px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}


@media (max-width:1680px) {
	.header .menu {
		width: 960px;
		margin-right: 35px;
	}

	.bb-teltxt i {
		font-size: 20px;
	}

	.swiper-slide-txt h2 {
		font-size: 24px;
	}

	.swiper-slide-txt h3 {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.swiper-slide-txt h4 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.swiper-slide-txt .ct {
		font-size: 16px;
	}

	.banner-item {
		margin-top: 30px;
	}

	.banner-item-link {
		margin-right: 15px;
		width: 170px;
	}

	.banner-item a {
		line-height: 30px;
		padding: 8px 15px;
		font-size: 17px;
	}

	.banner-item a i {
		width: 30px;
		margin-left: 7px;
	}

	.banner-item-link span {
		font-size: 13px;
		margin-top: 6px;
	}




}







@media (max-width:1600px) {
	.header .menu {
		width: 900px;
	}

	.bb-teltxt i {
		font-size: 20px;
	}

	.header .menu ul li a.menu-a {
		font-size: 19px;
	}

	.index-title h2 {
		font-size: 40px;
	}

	.about-left h1 {
		font-size: 36px;
	}

	.about-left h1 {
		font-size: 22px;
	}

	.header .section {
		width: 100%;
		padding: 0 60px;
	}

}

@media (max-width:1500px) {
	.con-content-title {
		font-size: 40px;
	}

	.contact-dl dl dd h3 {
		font-size: 20px;
	}

	.contact-dl dl dd p {
		font-size: 24px;
	}

	.contact-adr .contact-adr-txt h3 {
		font-size: 22px;
	}

	.contact-adr .contact-adr-txt h4 {
		font-size: 19px;
	}

	.form-form ul li span {
		font-size: 22px;
	}

	.about-history-list li:nth-child(odd) .content {
		padding-bottom: 30px;
	}

	.about-history-list li:nth-child(even) .content {
		padding-top: 30px;
	}

	.header .menu {
		width: 820px;
	}

	.header .menu li .drop li a {
		font-size: 15px;
	}

	.foot-logo h4 {
		font-size: 18px;
	}

	.foot-box h3 {
		font-size: 22px;
	}

	.foot-menu ul li {
		font-size: 17px;
	}

	.foot-contact a {
		font-size: 22px;
		margin-bottom: 18px;
	}

	.index-title h2 {
		font-size: 40px;
	}

	.about-left h1 {
		font-size: 36px;
	}

	.about-left i {
		font-size: 20px;
	}

	.news-set-title ul li {
		font-size: 22px;
	}

	.product-memo h3 {
		font-size: 24px;
	}


	.product-content h2 {
		font-size: 36px;
	}


	.product-content i {
		width: 80px;
		height: 39px;
	}

	.txt {
		font-size: 17px;
		line-height: 30px;
	}

	.about-left .txt {
		line-height: 40px;
	}

	.soultion-title ul li {
		font-size: 24px;
		padding-left: 24px;
	}

	.soultion-title ul li::before {
		width: 6px;
		border: 3px solid #a5abb2;
		height: 6px;
		top: 12px;
	}

	.soultion-list h3 {
		font-size: 35px;
	}

	.soultion-list a,
	.about-left a {
		font-size: 18px;
	}

	.soultion-list a img,
	.about-left a img {
		max-width: 16px;
	}

	.news-slide h3 {
		font-size: 22px;
	}

	.news-slide span {
		font-size: 18px;
	}

	.main-more a {
		line-height: 50px;
		font-size: 18px;
	}

	.adv-txt h1 {
		font-size: 40px;
	}

	.adv-txt h2 {
		font-size: 30px;
	}

	.adv-txt p {
		font-size: 22px;
	}

	.adv-contact a {
		line-height: 45px;
		font-size: 18px;
	}

	.about-content h2 {
		font-size: 26px;
	}

	.honor-slide {
		padding: 12px 12px;
		border: 10px solid #dfe8ec;
	}

	.honor-pagination span {
		width: 10px;
		height: 10px;
		margin: 0 4px;
	}

	.banner h2 {
		font-size: 35px;
	}

	.inner-title h2 {
		font-size: 30px;
	}

	.jg ul li h4 {
		font-size: 19px;
	}

	.jian-xmgl01 dl dd h4 {
		font-size: 22px;
	}

	.jian-xmgl02 .jian-xmgl-span p {
		font-size: 21px;
	}

	.jian-xmgl-txt h3 {
		font-size: 25px;
	}

	.jian-xmul ul li {
		padding: 30px 25px;
		border-radius: 6px;
	}

	.jian-xmul ul li h3 {
		font-size: 32px;
		color: #000;
	}

	.jian-xmul ul li h4 {
		font-size: 22px;
	}

	.jian-xmul-dl dd h5 {
		font-size: 21px;
	}

	.jian-sj-span-title {
		font-size: 35px;
	}

	.jian-sj-span p {
		font-size: 18px;
	}

	.jian-sj-class {
		font-size: 24px;
	}

	.soultioncontent-title {
		font-size: 22px;
	}

	.num-box .counter,
	.num-box .text {
		font-size: 40px;
	}

	.num-box span {
		font-size: 18px;
	}

	.news-slide {
		font-size: 21px;
	}


	.adv-img {
		padding-top: 43%;
	}

	.product-dl01 ul li h4 {
		font-size: 20px;
	}

	.memonum06 {
		font-size: 35px;
	}

	.product-dl05 dd h4 {
		font-size: 35px;
		margin-bottom: 35px;
	}

	.asset-archiving ul li span {
		font-size: 30px;
		line-height: 65px;
		padding-left: 79px;
	}

	.pledge-mortgage ul li i {
		font-size: 24px;
	}

	.pledge-mortgage ul li span {
		font-size: 30px;
		line-height: 45px;
	}

	.pledge-mortgage ul li span::before {
		width: 45px;
		height: 45px;
	}

	.asset-archiving ul li span::before {
		width: 65px;
		height: 65px;
	}

	.archiving-right .left i,
	.asset-management ul li i {
		font-size: 18px;
	}

	.asset-management ul li span {
		font-size: 30px;
	}

	.assets-liquidation ul li span {
		font-size: 26px;
	}

	.asset-disposal-txt dl dd h3 {
		font-size: 24px;
	}

	.product-dl06 dd span {
		font-size: 35px;
	}

	.product-dl06 dd h5 {
		font-size: 25px;
	}
}


@media (max-width:1420px) {


	.swiper-slide-txt h2 {
		font-size: 20px;

	}

	.swiper-slide-txt h3 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.swiper-slide-txt h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.swiper-slide-txt .ct {
		font-size: 14px;
	}

	.banner-item {
		margin-top: 20px;
	}

	.banner-item-link {
		margin-right: 10px;
		width: 150px;
	}

	.banner-item a {
		line-height: 30px;
		padding: 6px 15px;
		font-size: 16px;
	}

	.banner-item a i {
		width: 30px;
		margin-left: 7px;
	}

	.banner-item-link span {
		font-size: 12px;
		margin-top: 6px;
	}


	.product-dl06 dd span {
		font-size: 32px;
	}

	.product-client h5 {
		font-size: 24px;
	}

	.establish-value li h4,
	.establish-app ul li h4 {
		font-size: 26px;
	}

	.product-dl06 dd h5 {
		font-size: 22px;
	}

	.product-base-ul03 li h4 {
		font-size: 28px;
	}

	.establish-property ul li h3 {
		font-size: 22px;
	}

	.assets-liquidation ul li {
		padding: 15px 15px;
	}

	.project-process-management-num02 li h4 {
		font-size: 26px;
	}

	.project-process-management-num02 li i {
		font-size: 16px;
	}

	.camp-control-xuaho li {
		padding: 30px 15px;
	}

	.camp-control-xuaho li h4 {
		font-size: 25px;
	}

	.camp-control-xuaho li i {
		font-size: 40px;
	}

	.product-dl05 dd h4 {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.memonum06 {
		font-size: 32px;
	}

	.memonum05 {
		font-size: 24px;
	}

	.customizationcontent-ul ul li h4,
	.integration-ul li {
		font-size: 22px;
	}

	.foot-logo .img img {
		max-width: 130px;
	}

	.product-base-ul02 li h4 {
		font-size: 22px;
	}

	.header .menu {
		width: 750px;
		margin-right: 30px;
	}

	.header .logo {
		width: 160px;
	}

	.foot-menu {
		width: 74%;
	}

	.foot-copyright {
		font-size: 16px;
	}

	.product-features ul li {
		padding: 35px 55px;
	}

	.memonum03 {
		font-size: 22px;
	}

	.product-base-title {
		font-size: 35px;
	}

	.product-base-ul01 li h4 {
		font-size: 28px;
	}

	.product-base-ul01 li {
		font-size: 18px;
	}

	.corecontent-left h3,
	.customizationcontent-txt h3 {
		font-size: 35px;
	}

	.corecontent-right li h4 {
		font-size: 22px;
	}

	.corecontent-right li {
		font-size: 17px;
	}

	.corecontent-span span {
		font-size: 22px;
	}
}

@media (max-width:1320px) {



	.asset-archiving ul li span {
		font-size: 26px;
		line-height: 55px;
		padding-left: 65px;
	}

	.pledge-mortgage ul li i {
		font-size: 22px;
	}

	.pledge-mortgage ul li span {
		font-size: 26px;
		line-height: 45px;
		padding-left: 56px;
	}

	.pledge-mortgage ul li span::before {
		width: 45px;
		height: 45px;
	}

	.asset-archiving ul li span::before {
		width: 55px;
		height: 55px;
	}

	.archiving-right .left i,
	.asset-management ul li i {
		font-size: 17px;
	}

	.asset-management ul li span {
		font-size: 26px;
	}

	.assets-liquidation ul li span {
		font-size: 24px;
	}

	.asset-disposal-txt dl dd h3 {
		font-size: 22px;
	}


	.product-base-ul01 li h4 {
		font-size: 25px;
	}

	.product-base-ul03 li h4 {
		font-size: 25px;
	}

	.product-base-ul01 li {
		font-size: 17px;
	}

	.header .menu {
		width: 700px;
	}

	.header .menu ul li a.menu-a {
		font-size: 18px;
	}

	.bb-teltxt i {
		padding-left: 35px;
	}

	.bb-teltxt i::before {
		width: 24px;
		height: 24px;
		margin-top: -13px;
	}

	.foot-logo .img img {
		max-width: 110px;
	}

	.foot-box h3 {
		font-size: 20px;
	}

	.foot-contact a {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.product-value ul li {
		padding: 20px 25px;
		margin: 15px 0;
	}

	.product-value ul li img {
		max-width: 35px;
	}
}

@media (max-width:1230px) {
	.establish-property ul li h3 {
		font-size: 20px;
	}

	.product-dl06 dd span {
		font-size: 28px;
	}

	.establish-value li h4,
	.establish-app ul li h4 {
		font-size: 20px;
	}

	.form-form ul li input {
		line-height: 30px;
		width: 100%;
		padding: 8px 10px
	}

	.con-content-title {
		font-size: 35px;
	}

	.contact-dl dl dd h3 {
		font-size: 18px;
	}

	.contact-dl dl dd p {
		font-size: 22px;
	}

	.contact-adr .contact-adr-txt h3 {
		font-size: 22px;
	}

	.contact-adr .contact-adr-txt h4 {
		font-size: 18px;
	}

	.form-form ul li span {
		font-size: 19px;
	}


	.news-detail .news-title h2 {
		font-size: 35px;
	}

	.news-detail .news-intro {
		font-size: 18px;
		line-height: 32px;
	}

	.product-core-value ul li h3 {
		font-size: 26px;
	}

	.product-value ul li h4 {
		font-size: 20px;
	}

	.product-value ul li .news-set-title ul li {
		font-size: 20px;
	}

	.header {
		z-index: 9999;
		background: #fff;
	}

	.Placeholder {
		height: 70px;
	}

	.hide {
		top: 0;
	}

	.header .section,
	.section {
		width: 100%;
		padding: 0 30px;
	}

	.header .logo {
		height: 70px;
	}

	.header .logo img.w-logo {
		display: none;
	}

	.header .logo img.b-logo {
		display: block;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: fixed;
		left: 0;
		top: 70px;
		background: #0073e7;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 999;
		margin: 0;
	}

	.header .menu>ul {
		height: 100%;
		overflow: scroll;
		display: block;
		padding-bottom: 163px;
	}

	.header .menu ul li {
		width: 100%;
		display: block;
		border-bottom: 1px solid #5caaf9;
	}

	.header .menu ul li a.menu-a {
		display: inline-block;
		padding: 0;
		line-height: 55px;
		color: #fff;
		margin-left: 20px;
	}

	.header .menu li .drop .drop-menu {
		width: 100%;
	}

	.header .menu li .drop .drop-menu:nth-child(2) {
		margin: 10px 0;
	}

	.header .menu ul li .menu-a::before {
		display: none;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.menu-content {
		position: static;
	}

	.bb-teltxt {
		margin-top: 20px;
		margin-right: 45px;
	}

	.bb-teltxt i {
		color: #000;
	}

	.bb-teltxt i::before {
		background-image: url(../tel-b.png);
	}


	.n-header .menu ul li .menu-a,
	.fixnav .menu ul li .menu-a {
		color: #fff !important;
	}

	.banner-swiper,
	.banner {
		margin-top: 70px;
	}

	.foot-menu-contact {
		width: 53%;
	}

	.index-banner-img {
		padding-top: 55.23%;
	}

	.inner-banner-img {
		padding-top: 36%;
	}

	.index-about .box {
		margin: 0;
	}

	.about-left {
		width: 90%;
		margin: 10px 5%;
	}

	.about-right {
		width: 90%;
		margin: 40px 5% 10px 5%;
	}

	.banner h2 {
		font-size: 28px;
	}

	.about-left h1 {
		font-size: 30px;
	}

	.about-left i {
		font-size: 16px;
	}

	.product-base-title {
		font-size: 32px;
	}

	.about-left .contentbox {
		text-align: center;
	}

	.inner-about-txt {
		width: 100%;
	}

	.indexnum ul {
		width: 95%;
		margin: 40px auto 0 auto;
		display: block;
		text-align: center;
	}

	.indexnum ul li {
		width: auto;
		margin: 0 6%;
		display: inline-block;
	}

	.product-content h2 {
		font-size: 30px;
	}



	.soultion-box {
		background: none;
		padding: 0;
	}

	.soultion-box .section {
		width: 100%;
		max-width: 100%;
	}

	.soultion-title {
		width: 100%;
		margin: 0;
		padding: 0 0 50px 0;
	}

	.soultion-title ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.soultion-title ul li {
		width: auto;
		margin: 0 25px;
		padding: 8px 0;
		font-size: 18px;
		color: #333;
		border-bottom: 2px solid #fff;
		text-align: center;
	}

	.soultion-title ul li::before {
		display: none;
	}

	.soultion-title ul li.on {
		color: #0073e7;
		border-bottom: 2px solid #0073e7;
	}

	.soultion-middle {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.adv-txt h1 {
		font-size: 32px;
	}

	.adv-txt h2 {
		font-size: 24px;
	}

	.adv-txt p {
		font-size: 18px;
	}

	.main-more a {
		line-height: 50px;
		font-size: 18px;
		width: 200px;
	}

	.index-title h2 {
		font-size: 35px;
	}

	.foot-logo {
		width: 30%;
	}

	.foot-menu-contact {
		width: 61%;
		margin-right: 2%;
		padding-top: 30px;
	}

	.button-pointer {
		display: none;
	}

	.banner-pagination span {
		width: 30px;
		margin: 0 5px;
	}
}

@media (max-width:1140px) {
	.product-dl06 dd span {
		font-size: 26px;
	}

	.product-client h5 {
		font-size: 20px;
	}

	.product-dl06 dd,
	.product-dl06 dt {
		width: 100%;
		margin: 10px 0;
	}

	.establish-property ul li h3,
	.product-client li {
		font-size: 18px;
	}

	.establish-value li h4,
	.establish-app ul li h4 {
		font-size: 18px;
	}

	.asset-management ul li i {
		margin: 5px 15px 5px 0;
	}

	.asset-management ul li,
	.pledge-mortgage ul li,
	.asset-archiving ul li {
		padding: 15px 15px;
	}

	.assets-liquidation ul li {
		padding: 10px 10px;
	}

	.camp-control-xuaho li h4 {
		font-size: 22px;
	}

	.camp-control-xuaho li i {
		font-size: 35px;
	}


	.corecontent-span span {
		padding-left: 35px;
	}

	.memonum06 {
		font-size: 28px;
	}

	.memonum05 {
		font-size: 22px;
	}

	.corecontent-left h3,
	.customizationcontent-txt h3 {
		font-size: 30px;
	}

	.corecontent-right li h4,
	.integration-ul li {
		font-size: 20px;
	}

	.corecontent-right li {
		font-size: 16px;
	}

	.corecontent-span span {
		font-size: 20px;
	}

	.corecontent-right li {
		width: 23%;
	}

	.product-base-ul01 li h4 {
		font-size: 22px;
	}

	.memonum04 {
		font-size: 18px;
	}

	.product-base-ul03 li h4 {
		font-size: 22px;
	}

	.product-base-ul02 li h4 {
		font-size: 20px;
	}

	.product-base-ul01 li {
		font-size: 16px;
	}

	.product-dl03 ul li h3 {
		font-size: 22px;
	}

	.product-base-title {
		font-size: 28px;
	}

	.memonum03 {
		font-size: 20px;
	}

	.news-list a {
		margin: 10px 1%;
		border-radius: 8px;
		padding: 15px 18px;
		border-bottom: 3px solid #f5f5f5;
	}

	.product-target ul.w4 li,
	.product-target ul.w3 li {
		width: 48%;
	}

	.jian-product-intro dl dd,
	.jian-product-intro dl dt {
		width: 100%;
		margin: 15px 0;
	}

	.jg ul {
		justify-content: left;
	}

	.jg ul li {
		width: 31.33%;
		margin: 10px 1%;
	}

	.product-dl01 dd {
		width: 100%;
	}

	.product-dl01 dt {
		width: 100%;
	}

	.product-dl01 ul li {
		padding-left: 65px;
	}

	.product-dl01 ul li::before {
		width: 50px;
		height: 45px;
	}


	.product-dl03 dt {
		width: 100%;
	}

	.product-dl03 dt img {
		width: 50%;
	}

	.product-dl03 dd {
		width: 100%;
		margin-top: 30px;
	}

	.product-dl02 dd {
		width: 100%;
	}

	.product-dl02 dt {
		width: 100%;
		margin-top: 30px;
	}

	.product-dl02 {
		padding: 35px 35px;
	}

	.product-dl05 dd {
		width: 100%;
	}

	.product-dl05 dt {
		width: 100%;
		margin-top: 25px;
		margin-left: 0;
	}

	.product-dl05 dd h4 {
		text-align: center;
		font-size: 30px;
	}

	.corecontent-left {
		width: 100%;
	}

	.corecontent-right {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}

	.customizationcontent-ul {
		width: 100%;
		margin: 10px 0;
	}

	.customizationcontent-main {
		display: none;
	}

	.customizationcontent-txt,
	.product-dl04 dd {
		width: 100%;

	}

	.product-dl04 dt {
		display: none;
	}


	.corecontent-span {
		margin: 40px 0 40px 0;
	}

	.asset-archiving ul li,
	.asset-management ul li,
	.pledge-mortgage ul li {
		width: 100%;
		margin: 10px 0;
	}

	.archiving-left span {
		position: relative;
	}

	.asset-disposal-txt {
		width: 100%;
	}

	.asset-disposal-img {
		display: none;
	}

}


/*banner媒体查询*/
@media (max-width:999px) {

	.integration-ul li {
		padding: 15px 10px;
	}

	.project-process-management-num02 li {
		width: 98%;
		padding: 25px 15px;
	}

	.project-process-management-num02 li i {
		margin: 5px 1%;
	}

	.product-target ul li h3,
	.product-target ul li h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.product-base-title {
		font-size: 22px;
	}

	.product-target ul.w4 li,
	.product-target ul.w3 li {

		padding: 20px 25px;

	}

	.product-core-applications ul li h3 {
		font-size: 20px;
	}

	.product-core-applications ul li h4 {
		font-size: 18px;
	}

	.honor-slide {
		padding: 6px 6px;
		border: 6px solid #dfe8ec;
	}

	.class-link a {
		font-size: 18px;
		color: #2d2d2d;
		padding: 25px 10px;
		margin: 0 1.5%;
	}

	.about-content h2 {
		font-size: 22px;
	}

	.about-content p {
		font-size: 16px;
	}

	.foot-copyright {
		font-size: 15px;
		text-align: center;
	}

	.adv-img {
		padding-top: 55%;
	}

	.adv-contact a {
		line-height: 35px;
		font-size: 15px;
		width: 124px;
	}

	.news-set-title ul li {
		font-size: 18px;
		margin: 0 10px;
	}

	.jian-xmgl02 .jian-xmgl-txt,
	.jian-xmgl02 .jian-xmgl-span,
	.jian-xmul ul li,
	.jian-sj-span,
	.jian-sj-class,
	.soultion-ul01 li,
	.soultiondl01 dt,
	.soultiondl01 dd,
	.soultion-ul02 li,
	.soultiondl02 dd,
	.soultiondl02 dt {
		width: 100%;
		margin: 15px 0;
	}

	.jian-sj-jt {
		display: none;
	}

	.jian-xmgl01 dl {
		width: 48%;
		margin: 30px 0;
	}

	.jian-sj-class {
		text-align: center;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 15px 10px;
	}

	.jian-sj-class>div {
		display: inline-block;
		margin: 0 10px;
	}


	.num-box .counter,
	.num-box .text {
		font-size: 36px;
	}

	.num-box span {
		font-size: 16px;
	}

	.product-content h2 {
		font-size: 26px;
	}

	.txt {
		font-size: 16px;
		line-height: 30px;
	}

	.product-content i {
		width: 60px;
		height: 29px;
	}

	.soultion-list h3 {
		font-size: 30px;
	}

	.news-slide h3 {
		font-size: 20px;
	}

	.news-slide span {
		font-size: 16px;
	}

	.product-features ul li {
		padding: 25px 35px;
	}
}

@media (max-width:856px) {

	.product-base-ul03 li {
		width: 98%;
		margin: 10px 1%;
	}

	.product-core-applications ul li,
	.product-core-value ul li {
		width: 48%;
	}

	.mphistory-display {
		display: block;
	}

	.pchistory-display {
		display: none;
	}

	.about-history-list-txt {
		height: auto;
	}

	.about-history-content::before {
		display: none;
	}

	.about-history-list-txt h3 {
		position: static;
	}

	.about-history-list-txt {
		max-width: 300px;
		margin: auto;
		display: block;
	}

	.about-history-list-txt:after {
		display: none;
	}

	.foot-logo {
		display: none;
	}

	.foot-menu {
		width: 66%;
	}

	.foot-menu-contact {
		width: 100%;
		margin: 0;
	}

	.news-list a {
		width: 48%;
	}

	.camp-control-xuaho li {
		width: 31.333%;
		margin: 10px 1%;
	}

	.swiper-slide-txt h2,
	.swiper-slide-txt .ct {
		display: none;
	}

	.swiper-slide-txt h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.swiper-slide-txt h4 {
		font-size: 16px;
	}

	.banner-item-link {
		margin-right: 10px;
		width: 135px;
	}

	.banner-item a {
		line-height: 20px;
		padding: 6px 10px;
		font-size: 14px;
	}

	.banner-item a i {
		width: 20px;
		margin-left: 7px;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {
	.about-icon img {
		max-width: 45px;
	}


	.establish-span span {
		padding: 5px 50px;
		font-size: 22px;
	}

	.header .section,
	.section {
		padding: 0 20px;
	}

	.about-left {
		width: 100%;
		margin: 10px 0;
	}

	.indexnum ul {
		width: 100%;
	}

	.about-right {
		width: 100%;
		margin: 40px 0 10px 0;
	}


}


@media (max-width:658px) {
	.product-box {
		padding: 35px 0;

	}

	.pledge-mortgage ul {
		margin-top: 15px;
	}

	.customizationcontent-ul ul li h4 {
		font-size: 18px;
	}

	.product-dl04 dd h5 {
		font-size: 25px;
	}

	.memonum06 {
		font-size: 22px;
	}

	.memonum05 {
		font-size: 20px;
	}

	.integration-ul {
		justify-content: normal;
	}

	.integration-ul li {
		padding: 10px 5px;
	}

	.integration-ul-w6 li,
	.integration-ul-w4 li {
		width: 31.33%;
		margin: 5px 1%;

	}

	.integration-ul li {
		font-size: 15px;
	}

	.customizationcontent-ul ul li {
		width: 98%;
		margin: 10px 1%;
	}

	.customizationcontent-ul ul li img {
		width: 55px;
	}

	.corecontent-right li {
		width: 31.33%;
	}

	.memonum04 {
		font-size: 16px;
	}

	.base-ul-w3 li,
	.establish-ul-w4 li {
		width: 48%;
		margin: 15px 1%;
	}

	.product-base-ul02 li img {
		max-width: 25%;
	}

	.product-base-ul01 li h4 {
		font-size: 18px;
	}

	.product-base-ul02 li h4 {
		font-size: 18px;
	}

	.product-base-ul01 li {
		width: 32%;
		font-size: 14px;
		padding: 15px 5px;
	}

	.product-dl03 ul li h3,
	.memonum03 {
		font-size: 16px;
	}

	.product-base-title {
		font-size: 20px;
	}

	.product-dl03 ul li h5 {
		font-size: 16px;
	}

	.product-dl02 {
		padding: 15px 15px;
	}

	.product-dl03 ul li {
		margin-bottom: 10px;
		padding: 10px 100px 10px 10px;
	}

	.product-dl03 ul li::before {
		width: 50px;
		height: 45px;
		right: 20px;
	}

	.product-dl03 ul li .txt {
		width: auto;
	}

	.product-features ul li {
		width: 98%;
		margin: 10px 1%;
		padding: 25px 25px;
	}

	.product-features ul li img {
		max-width: 20%;
	}

	.product-features ul li::after {
		height: 80px;
		width: 80px;
	}

	.news-list a {
		width: 98%;
	}

	.about-class {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		text-align: left;
	}

	.about-class::-webkit-scrollbar {
		display: none
	}

	.about-class a,
	.class-link a {
		line-height: 60px;
		height: 60px;
		font-size: 17px;
		display: inline-block;
		width: auto;
		padding: 0 10px;
		margin: 0 10px 0 0;
	}


	.header .section,
	.section,
	.inner-section {
		padding: 0 16px;
	}

	.txt {
		font-size: 15px;
		line-height: 28px;
	}

	.m_menu {
		right: 16px;
	}

	.bb-teltxt {
		display: none;
	}

	.header .logo {
		width: 130px;
	}

	.index-banner-img {
		padding-top: 88%;
	}

	.button-pointer i {
		width: 10px;
		height: 30px;
	}

	.swiper-slide-txt h1 {
		font-size: 26px;
		text-align: center;
	}

	.index-title h2 {
		font-size: 28px;
	}

	.about-left h1 {
		font-size: 22px;
	}

	.about-left i {
		font-size: 14px;
	}

	.index-about,
	.index-news,
	.index-customers {
		padding: 40px 0;
	}

	.index-product,
	.index-soultion {
		padding-top: 40px;
	}

	.soultion-middle-item {
		padding: 40px 30px;
	}

	.about-left .txt {
		line-height: 30px;
	}

	.product-content .txt {
		display: none;
	}

	.foot-copyright {
		text-align: center;
		font-size: 15px;
	}

	.num-box .counter,
	.num-box .text {
		font-size: 26px;
	}

	.num-box span {
		font-size: 15px;
	}

	.soultion-list a,
	.about-left a {
		font-size: 15px;
	}

	.product-memo h3 {
		font-size: 20px;
	}

	.product-content i {
		width: 40px;
		height: 20px;
	}

	.product-content h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.map-list {
		font-size: 15px;
	}

	.map-list,
	.map-list i {
		width: 15px;
		height: 15px;
	}

	.map-list i::before {
		width: 5px;
		height: 5px;
		margin-left: -2.5px;
		margin-top: -2.5px;
	}

	.map01 span {
		left: -33px;
	}

	.map04 span {
		top: -6px;
	}

	.map03 span {
		right: -19px;
		top: 24px;
	}

	.soultion-title {
		display: none;
	}

	.soultion-box {
		margin-top: 0
	}

	.news-slide {
		background: #fff;
	}

	.contxt {
		padding: 15px 15px;
	}

	.news-slide span {
		font-size: 15px;
		color: #777777;
	}

	.news-slide h3 {
		font-size: 18px;
	}

	.adv-txt h1 {
		font-size: 24px;
	}

	.adv-txt h2 {
		font-size: 18px;
	}

	.adv-txt p {
		font-size: 15px;
	}


	.adv-img {
		padding-top: 0;
		height: 265px;
	}

	.main-more a {
		line-height: 37px;
		font-size: 15px;
		width: 160px;
	}

	.foot-box {
		padding: 40px 0;
	}

	.foot-copyright {
		font-size: 14px;
		text-align: center;
	}

	.foot-menu {
		width: 100%;
		display: block;
	}

	.foot-menu .foot_contlis {
		width: 100%;
		max-width: 100%;
	}


	.foot_contlis em {
		display: none;
	}

	.foot-menu .foot_contlis ul,
	.foot-menu .w2 .menu-ul {
		display: none;
		background: #fff;
		padding: 10px;
	}

	.foot-menu .w2 li {
		width: 100%;
	}

	.foot-menu h3 {
		line-height: 50px;
		margin: 0;
		font-size: 18px;
		border-bottom: 1px solid #3a3939;
		position: relative;
	}


	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 8px;
		height: 7px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -3.5px;
		background-image: url(../sanjiao-h.png);
		background-size: 100%;
	}

	.fold h3::after {
		background-image: url(../sanjiao.png) !important;
	}

	.foot-menu ul li a {
		color: #000;
	}

	.foot-contact {
		width: 100%;
	}

	.foot-contact a {
		line-height: 50px;
		margin: 0;
		font-size: 18px;
		border-bottom: 1px solid #3a3939;
	}

	.inner-banner-img {
		padding-top: 64%;
	}

	.banner h2 {
		font-size: 26px;
	}

	.banner .txt {
		font-size: 14px;
		line-height: 22px;
	}

	.customeractivities-list ul li {
		width: 48%;
	}



	.indexnum ul,
	.innernum ul {
		display: flex;
		flex-wrap: wrap;
	}

	.indexnum ul li,
	.innernum ul li {
		width: 44%;
		display: block;
		margin: 10px 3%;
	}

	.num-box .counter {
		font-size: 32px;
	}

	.inner-title h2 {
		font-size: 26px;
	}

	.num-box .text {
		font-size: 22px;
	}

	.num-box .num {
		justify-content: center;
	}

	.about-icon {
		margin-top: 0;
	}

	.about-img {
		height: auto;
		padding: 30px 0;
	}

	.about-list {
		width: 100%;
		padding: 10px 10px;
	}

	.about-content h2 {
		font-size: 18px;
		margin: 5px 0;
	}

	.about-content p {
		height: auto;
		font-size: 15px;
	}

	.about-list:hover {
		background: none;
	}

	.about-list:nth-child(2) {
		padding: 30px 10px;
	}

	.inner-honor .box {
		width: 80%;
		margin: 0 10%;
	}

	.product-target ul.w4 li,
	.product-target ul.w3 li {
		width: 100%;
		border-radius: 10px;
		padding: 20px 25px;
		margin: 5px 0;
	}

	.jian-memo-txt,
	.inner-title p,
	.y-memo-txt {
		font-size: 15px;
		line-height: 24px;
	}

	.product-target ul li h3,
	.product-target ul li h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}


	.product-value ul li h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.product-target ul li .txt {
		line-height: 28px;
	}

	.jg ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.jg ul li h4 {
		font-size: 17px;
		font-weight: normal;
	}

	.jian-xmgl-txt {

		text-align: center;
		width: 90%;
		margin: 5px 5%;
	}

	.jian-xmgl-txt h3 {
		font-size: 20px;
	}


	.jian-xmgl01 dl {
		margin: 10px 5%;
		width: 90%;
	}

	.jian-xmgl01 {
		padding: 30px 0;
	}

	.jian-xmgl01 dl dd h4 {
		font-size: 19px;
	}

	.jian-xmgl01 dl dt {
		width: 15%;
	}

	.jian-xmgl01 dl dd {
		width: 82%;
	}

	.jian-xmgl03 dl dt,
	.jian-xmgl03 dl dd {
		width: 100%;
		margin: 10px 0;
	}

	.jian-xmgl03 dl dt img {
		width: 50%;
	}

	.jian-xmgl02 .jian-xmgl-span {
		display: block;
	}

	.jian-xmgl02 .jian-xmgl-span p {
		font-size: 18px;
		padding-left: 15px;
	}

	.jian-xmgl02 .jian-xmgl-span p::before {
		background: #0064c1;
		width: 8px;
		height: 8px;
		top: 50%;
		border-radius: 100%;
		margin-top: -4px;
	}

	.jian-xmgl02 {
		padding: 40px 0;
	}

	.jian-xmgl03 {
		padding-top: 40px;
	}

	.jian-xmul ul li h3 {
		font-size: 25px;
		color: #000;
	}

	.jian-xmul ul li h4 {
		font-size: 19px;
	}

	.jian-xmul-dl dd h5 {
		font-size: 18px;
	}

	.jian-sj-span-title {
		font-size: 26px;
	}

	.jian-sj-span p {
		font-size: 16px;
		margin: 10px 0;
		padding: 6px 20px;
		margin-right: 10px;
	}

	.jian-sj-class {
		font-size: 18px;
	}

	.jian-xmul-dl dt,
	.jian-xmul-dl dd {
		width: 100%;
		margin: 10px 0;
	}

	.jian-xmul-dl dt img {
		width: 60%;
		margin: auto;
	}

	.product-target ul li .txt {
		line-height: 28px;
	}

	.product-value ul li,
	.product-core-applications ul li {
		width: 100%;
		margin: 10px 0;
	}

	.product-core-value ul li {
		width: 100%;
		margin: 10px 0;
	}

	.product-value ul li img {
		max-width: 25px;
	}

	.product-core-value ul li h3 {
		font-size: 20px;
	}

	.inner-news {
		padding: 40px 0;
	}

	.news-detail {
		padding: 40px 0 40px 0;
	}

	.news-detail .news-title h2 {
		font-size: 24px;
	}

	.news-detail .news-intro {
		font-size: 15px;
		line-height: 28px;
	}

	.inner-nav {
		padding: 20px 0;
		color: #444444;
		font-size: 15px;
	}

	.con-content-title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.contact-dl dl dd h3 {
		font-size: 17px;
	}

	.contact-dl dl dd p {
		font-size: 20px;
	}

	.contact-adr .contact-adr-txt h3 {
		font-size: 20px;
	}

	.contact-adr .contact-adr-txt h4 {
		font-size: 16px;
	}

	.form-form ul li span {
		font-size: 18px;
	}

	.form-form ul li.w25 {
		width: 100%;
		margin: 7px 0;
	}

	.form-form ul li.mr2 {
		margin-right: 0;
	}

	.form-form ul li input {
		line-height: 30px;
		width: 100%;
		padding: 4px 10px
	}

	.main-contact {
		padding: 70px 0 40px 0;
	}

	.form-form ul {
		margin: 0;
	}

	.contact-adr {
		width: 80%;
		left: 10%;
	}

	.contact-adr .contact-adr-txt {
		padding: 15px 10px 8px 15px;
		border-radius: 10px;
	}

	.contact-dl {
		width: 100%;
	}

	.contact-adr img.img03 {
		max-width: 45px;
	}

	.contact-img {
		width: 80%;
	}

	.contact-dl dl dt img {
		max-width: 32px;
	}

	.contact-dl dl {
		margin-bottom: 20px;
	}

	.product-base-ul03 li {
		padding: 20px 20px;
	}

	.corecontent-left h3,
	.customizationcontent-txt h3 {
		font-size: 26px;
	}

	.corecontent-right li h4 {
		font-size: 20px;
	}

	.corecontent-right li {
		font-size: 15px;
	}

	.corecontent-span span::before {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.corecontent-span span {
		font-size: 15px;
		padding-left: 22px;
	}

	.product-dl05 dd h4 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.camp-control-xuaho li h4 {
		font-size: 20px;
	}

	.camp-control-xuaho li i {
		font-size: 30px;
	}

	.camp-control-xuaho li {
		width: 48%;
		margin: 10px 1%;
	}

	.establish-span span {
		padding: 5px 10px;
		font-size: 18px;
		margin: 5px 5px;
	}

	.project-process-management-num01 ul li {
		width: 49.3%;
		margin: 10px 0;
		position: relative;
		border-radius: 5px;
		padding: 10px 8px;
	}

	.project-process-management-num02 li i {
		font-size: 15px;
	}


	.asset-archiving ul li span {
		font-size: 22px;
		line-height: 50px;
		padding-left: 55px;
	}

	.pledge-mortgage ul li i {
		font-size: 18px;
	}

	.pledge-mortgage ul li span {
		font-size: 22px;
		line-height: 45px;
		padding-left: 45px;
		margin-bottom: 10px;
	}

	.pledge-mortgage ul li span::before {
		width: 35px;
		height: 35px;
	}

	.asset-archiving ul li span::before {
		width: 45px;
		height: 45px;
	}

	.archiving-right .left i,
	.asset-management ul li i {
		font-size: 15px;
	}

	.asset-management ul li span {
		font-size: 22px;
	}

	.assets-liquidation ul li span {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.asset-disposal-txt dl dd h3 {
		font-size: 19px;
	}

	.archiving-right .left,
	.archiving-right .right {
		width: 100%;
		overflow: hidden;
		margin: 10px 0;
	}

	.archiving-right .left i {
		display: inline-block;
		width: 48%;
		margin: 4px 1%;
	}

	.assets-liquidation ul li {
		width: 98%;
		margin: 10px 1%;
	}

	.asset-disposal-txt dl,
	.establish-app ul li,
	.establish-value li {
		width: 48%;
		margin: 10px 1%;
		padding: 10px 10px;
	}

	.establish-app ul li h4 {
		padding: 10px 0;
	}

	.product-client li {
		font-size: 15px;
	}

	.establish-property,
	.product-client li {
		width: 100%;
	}

	.inner-title {
		margin-bottom: 20px;
	}

	.product-dl01 {
		padding-top: 5px;
	}

	.product-dl01 ul li {
		padding-left: 45px;
	}

	.product-dl01 ul li::before {
		width: 40px;
		height: 36px;
	}

	.memonum01 {
		width: 100%;
		font-size: 15px;
	}

	.corecontent-span {
		margin: 20px 0 0 0;
	}

	.border {
		margin: 25px 0;
	}

	.customizationcontent {
		padding-top: 0;
	}

	.product-dl06 dd span {
		font-size: 22px;
	}

	.establish-ul-img {
		padding: 25px 0;
	}

	.establish-property ul li {
		padding: 10px 10px;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.product-client {
		margin-top: 30px;
		padding: 20px 20px;
	}

	.product-client h5 {
		font-size: 16px;
	}

	.cd-top {
		height: 30px;
		width: 30px;
	}

}