a {
	text-decoration: none !important;
}

*,
::after,
::before {
	box-sizing: border-box
}
.uni-scroll-view{
		height: auto !important;
	}
	 .uni-scroll-view-content{
		height: auto !important;
	}
.lbBox {
	/* margin-top: 114px; */
}

.topPage {
	position: absolute;
	width: 100%;
	z-index: 98;
	/* top: 0; */
}

.c-white {
	color: white;
}

.wecando-item-hidden {
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 165px;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 330px;
	min-width: 100px;
	/* padding: 20px 20px 0px 20px; */
	background-image: url('../images/img-wecando-bg.png');
	background-size: cover;

	p {
		padding: 20px 20px 0px 20px;
	}
}

.business-bg {
	height: 750px;
	background-size: cover;
	background-image: url("../images/img-business-bg.png");
}

.o2o-bg {
	height: 750px;
	background-size: cover;
	background-image: url("../images/img-O2O-bg.png");
}

.education-bg {
	height: 750px;
	background-size: cover;
	background-image: url("../images/icon-online_education-bg.png");
}

.socialize-bg {
	height: 750px;
	background-size: cover;
	background-image: url("../images/img-social-contact-bg.png");
}

.finance-bg {
	height: 750px;
	background-size: cover;
	background-image: url("../images/img-online-finance-bg.png");
}

.bigData-bg {
	height: 750px;
	background-size: cover;
	background-image: url("../images/img-big-data-bg.png");
}

.InternetOfThings-bg {
	height: 750px;
	background-size: cover;
	background-image: url("../images/img-Internet_of_things-bg.png");
}

.hhshop-info {
	background-image: url('../images/img-hhshop-bg.png');
	background-size: cover;
	border-radius: 8px;
	height: auto;
	width: 20%;
	max-width: 272px;
	padding: 30px 15px;
	margin-top: 15px;
	z-index: 5;
}

.inquiry-form {
	padding: 0 24px;
	width: 100%;
	height: 440px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/img-Inquiry_form.png");
	background-size: cover;
}

.footer-box {
	width: 100%;
	background-image: url("../images/buttom-bg.png");
	background-size: cover;
	margin-top: -1px;
}

@font-face {
	font-family: 'AlimamaShuHeiTi-Bold';
	src: url('../images/AlimamaShuHeiTi-Bold.ttf') format('truetype');
}

body,
ul,
li {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.Dashed-separate {
	margin: 49px 0;
	border: 1px dashed rgba(255, 255, 255, 0.7);
	width: 100%;
}

.lr-radius {
	cursor: pointer;
	position: relative;
	padding-left: 50px;
	line-height: 50px;
	border: solid 1px #ffffff;
	width: 240px;
	height: 50px;
	border-radius: 25px;
	margin: 0 auto;
	margin-top: 30px;
}

.lr-radius img {
	display: inline-block;
	border-radius: 25px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 4px;
	top: 5px
}



.small-separato-horizontalr {
	width: 40px;
	border: solid 2px #ffffff;
}

.small-separato-vertical {
	height: 15px;
	width: 1px;
	background-color: #FFFFFF;
	opacity: 0.35;
	margin: 0 22px;
}

.header-nav,
.header-nav .navbar-brand {
	color: #ffffff;
}

.radius-bt {
	width: 50px;
	height: 50px;
}

.carousel-caption {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -10%);
}

.carousel-caption>div {
	height: 50px;
}

.icon-mouse {
	display: inline-block;
	width: 28px;
	height: 40px;
	animation: 0.6s linear 1s infinite alternate move_eye;
}

@-webkit-keyframes move_eye {
	from {
		margin-top: 0px;
	}

	to {
		margin-top: 10px;
	}
}

@keyframes move_eye {
	from {
		margin-top: 0px;
	}

	to {
		margin-top: 10px;
	}
}

.down-more {
	font-size: 12px;
	width: 106px;
	height: 17px;
	margin: 0 auto;
	margin-top: 5px;
}

.carousel .carousel-indicators>div {
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.carousel .carousel-indicators button {
	width: 24px;
	height: 5px;
	border-radius: 5px;
	border: none;
	background: #FFFFFF;
}

.carousel-inner {
	width: 100%;
}

.carousel-item {
	width: 100%;
	height: 100%;
	position: relative;
}

.carousel-inner .carousel-item img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

@media(max-width:768px) {

	/*首页轮播图背景自定义区域*/
	.carousel-item {
		height: 240px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.carousel-inner .carousel-item img {
		width: auto;
		height: 500px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.carousel .carousel-indicators button {
		width: 18px;
		height: 3px;
	}
}

.carousel-container {
	position: relative;
}

.carousel-container-text {
	color: #FFFFFF;
	position: absolute;
	top: 34%;
	left: 14%;
	display: flex;
	flex-direction: row;
	width: 690px;
}

.carousel-container-text>div:nth-of-type(1) {
	font-size: 160px;
	font-weight: 600;
}

.carousel-container-text>div:nth-of-type(2) {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.carousel-container-text>div:nth-of-type(2)>p:nth-of-type(1) {
	font-family: 'AlimamaShuHeiTi-Bold';
	font-size: 80px;
	font-weight: 600;
	padding-bottom: 20px;
}

.carousel-container-text>div:nth-of-type(2)>p:nth-of-type(2) {
	font-size: 30px;
	font-weight: 600;
}

.carousel-container-text.carousel-container-text-twenty {
	color: #FFFFFF;
	position: absolute;
	top: 33%;
	left: 15%;
	display: flex;
	flex-direction: row;
}

.carousel-container-text.carousel-container-text-twenty>div:nth-of-type(2)>p:nth-of-type(1) {
	font-family: 'AlimamaShuHeiTi-Bold';
	font-size: 60px;
	font-weight: 600;
}

.carousel-container-text.carousel-container-text-twenty>div:nth-of-type(2)>p:nth-of-type(2) {
	font-size: 24px;
	font-weight: 600;
}

@media(max-width:1400px) {
	.carousel-container-text>div:nth-of-type(2)>p:nth-of-type(1) {
		font-size: calc(0.8*80px);
	}

	.carousel-container-text>div:nth-of-type(2)>p:nth-of-type(2) {
		font-size: calc(0.8*30px);
	}

	.carousel-container-text {
		width: calc(0.85*657px);
	}

	.carousel-container-text>div:nth-of-type(1) {
		font-size: calc(0.8*160px);
	}

	.carousel-container-text.carousel-container-text-twenty>div:nth-of-type(2)>p:nth-of-type(1) {
		font-size: calc(0.8*60px);
	}

	.carousel-container-text.carousel-container-text-twenty>div:nth-of-type(2)>p:nth-of-type(2) {
		font-size: calc(0.8*24px);
	}
}

@media(max-width:1024px) {
	.content .newsBox {
		display: block !important;
		/* grid-gap: 20px; */
		/* grid-template-columns: repeat(1, calc(100% - 15px)) !important; */
	}

	.carousel-container-text>div:nth-of-type(2)>p:nth-of-type(1) {
		font-size: calc(0.6*80px);
	}

	.carousel-container-text>div:nth-of-type(2)>p:nth-of-type(2) {
		font-size: calc(0.6*30px);
	}

	.carousel-container-text {
		width: calc(0.65*657px);
	}

	.carousel-container-text>div:nth-of-type(1) {
		font-size: calc(0.6*160px);
	}

	.carousel-container-text.carousel-container-text-twenty>div:nth-of-type(2)>p:nth-of-type(1) {
		font-size: calc(0.6*60px);
	}

	.carousel-container-text.carousel-container-text-twenty>div:nth-of-type(2)>p:nth-of-type(2) {
		font-size: calc(0.6*24px);
	}
}



@media(max-width:768px) {
	.carousel .carousel-indicators {
		margin-left: 0;
		margin-right: 0;
		justify-content: center;
	}

	.carousel-container-text {
		justify-content: center;
		top: 39%;
		left: 50%;
		width: 86%;
		transform: translate(-50%);
	}

	.carousel-container-text.carousel-container-text-twenty {
		justify-content: center;
		top: 30%;
		left: 50%;
		width: 86%;
		transform: translate(-50%);
	}

	.carousel-container-text>div:nth-of-type(2)>p:nth-of-type(1) {
		font-size: 22px;
		font-weight: 600;
		text-align: center;
		padding-bottom: 5px;
	}

	.carousel-container-text>div:nth-of-type(2)>p:nth-of-type(2) {
		font-size: 14px;
		font-weight: 600;
		width: 100%;
	}

	.carousel-container-text.carousel-container-text-twenty>div:nth-of-type(1) {
		font-size: 80px;
		font-weight: 600;
	}

	.carousel-container-text.carousel-container-text-twenty>div:nth-of-type(2)>p:nth-of-type(1) {
		font-size: 22px;
		font-weight: 600;
		text-align: start;
		padding-bottom: 5px;
	}

	.carousel-container-text.carousel-container-text-twenty>div:nth-of-type(2)>p:nth-of-type(2) {
		font-size: 14px;
		font-weight: 600;
	}

	.carousel-control-prev {
		display: none;
	}

	.carousel-control-next {
		display: none;
	}

	.carousel-caption {
		display: none;
	}

}

/*我们能做�?�?*/
.wecando-container {
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 90px;
	padding: 0 4%;
}

.wecando {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.2);
}

.wecando-item {
	width: 33%;
	min-width: 352px;
	flex-grow: 1;
	overflow: hidden;
	position: relative;
}

.wecando .wecando-item:nth-of-type(1),
.wecando .wecando-item:nth-of-type(2) {
	border-bottom: solid 1px #E8E8E8;
	border-right: solid 1px #E8E8E8;
}

.wecando .wecando-item:nth-of-type(3) {
	border-bottom: solid 1px #E8E8E8;
}

.wecando .wecando-item:nth-of-type(4),
.wecando .wecando-item:nth-of-type(5) {
	border-right: solid 1px #E8E8E8;
}

.wecando-item-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 330px;
}

.wecando-item-block img {
	height: 264px;
	width: 375px;
}

.wecando-item-block span {
	margin-top: 29px;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
}

/* .wecando-item-hidden {
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 165px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 330px;
    min-width: 100px;
    padding: 20px 20px 0px 20px;
    background-image: url('../images/img-wecando-bg备份.png');
    background-size: cover;
  } */

.wecando-item-hidden:hover {
	cursor: default;
}

.wecando-item-hidden img {
	width: 56px;
	height: 56px;
	margin-bottom: 5px;
}

.wecando-item-hidden p {
	margin-top: 12px;
	text-align: start;
	font-size: 16px;
}

.wecando-item-hidden span {
	font-size: 20px;
}

.wecando-item:hover .wecando-item-hidden {
	transition: all 0.3s ease-out;
	top: 0;
	opacity: 1;
}

.wecando-item:not(:hover) .wecando-item-hidden {
	transition: all 0.3s linear;
}

@media(max-width:1400px) {
	.wecando .wecando-item:nth-of-type(3) {
		border-right: solid 1px #E8E8E8;
	}

	.wecando .wecando-item:nth-of-type(4) {
		border-bottom: solid 1px #E8E8E8;
	}
}

@media(max-width:768px) {
	.wecando-container {
		margin-bottom: 0;
		padding-bottom: 30px;
	}

	.wecando-container .option-title {
		padding-top: 30px !important;
		padding-bottom: 20px;
		font-size: 20px;
	}

	.wecando-item-hidden {
		display: none;
	}

	.wecando-item-hidden {
		justify-content: center;
		font-size: 12px;
	}

	.wecando-item {
		min-width: 0px;
		width: 50%;
	}

	.wecando-item-block,
	.wecando-item-hidden {
		height: 156px;
	}

	.wecando-item-block span {
		font-size: 16px;
	}

	.wecando-item-block img {
		width: 150px;
		height: 100px;
	}

	.wecando-item-hidden span {
		font-size: 16px;
	}

	.wecando-item-hidden p {
		font-size: 14px;
		text-align: justify;
		margin-top: 5px;
	}

	.wecando-item-hidden img {
		display: none;
		width: 40px;
		height: 40px;
	}

	@media(max-width:430px) {

		.wecando .wecando-item:nth-of-type(2),
		.wecando .wecando-item:nth-of-type(4) {
			border-right: none;
		}

		.wecando {
			border-radius: 8px;
		}
	}

}

/*我们的优�?*/
.advantage-container {
	position: relative;
	height: calc(100vh - 105px);
	min-height: 840px;
	margin-top: 50px;
}

.advantage-describe {
	position: absolute;
	top: 11%;
	left: 3%;
	width: 40%;
	text-align: center;
}

.advantage-describe>p:nth-of-type(1) {
	font-size: 64px;
	color: rgba(255, 255, 255, 0.2);
	line-height: 77px;
	font-weight: 700;
	letter-spacing: 0;
}

.advantage-describe>p:nth-of-type(2) {
	font-size: 56px;
	color: #FFFFFF;
	font-weight: 500;
}

.advantage-describe>p:nth-of-type(3) {
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0;
	color: #ffffff;
	text-align: justify;
	padding: 43px 0 23px 0;
}

.profile-statistic {
	/* margin-top: 40px; */
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 0px;
	align-items: center;
}

.profile-statistic div {
	width: 193px;
	height: 193px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.profile-statistic div p {
	margin-bottom: 0;
}

.profile-statistic>div>p:nth-of-type(1) {
	letter-spacing: 0;
	font-size: 42px;
	color: #ffffff;
	font-weight: 600;
}

.profile-statistic>div>p:nth-of-type(2) {
	margin-top: 6px;
	font-size: 16px;
	color: #ffffff;
}

.advantage-button {
	cursor: pointer;
	width: 240px;
	height: 50px;
	background-color: #ffffff;
	color: #497eff;
	/* color: #497eff; */
	font-size: 20px;
	font-weight: 600;
	text-align: start;
	padding-left: 35px;
	z-index: 99;
}

.profile-statistic .small-separato-vertical {
	width: 2px;
	height: 50px;
	margin: 0 10px;
}

@media(max-width:1686px) {
	.advantage-describe {
		top: 4%;
	}
}

@media(max-width:1520px) {
	.advantage-describe {
		top: 11%;
	}

	.advantage-describe>p:nth-of-type(1) {
		font-size: calc(0.7*64px);
		line-height: calc(0.7*77px);
	}

	.advantage-describe>p:nth-of-type(2) {
		font-size: calc(0.7*56px);
	}

	.advantage-describe>p:nth-of-type(3) {
		font-size: calc(0.9*20px);
		line-height: calc(0.9*36px);
	}

	.profile-statistic>div>p:nth-of-type(1) {
		font-size: calc(0.7*42px);
	}

	.profile-statistic>div>p:nth-of-type(2) {
		font-size: calc(0.9*16px);
	}

	/* .advantage-button{
    width: calc(0.7*240px);
    height: calc(0.8*50px);
    font-size: 18px;
    padding-left: 35px;
    line-height: calc(0.8*50px);
  }
  .advantage-button img{
    width: calc(0.8*40px);
    height: calc(0.8*40px);
  } */
}


.advantage-bg {
	height: 100%;
}

.advantage-bg img {
	height: 100%;
	width: 51.45%;
}

.bubble-triangle {
	z-index: 1;
	width: 26px;
	height: 26px;
	margin-left: 30px !important;
	margin-right: -13px !important;
	transform: rotate(45deg);
	background-color: #ffffff;
	box-shadow: -2px 2px 5px 0px rgba(97, 97, 97, 0.07);
}

.advantage-option {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.advantage-option-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: absolute;
	width: 49%;
}

.advantage-option-item-ul li:nth-child(1) {
	left: 41.4%;
	top: 2%;
}

.advantage-option-item-ul li:nth-child(2) {
	left: 45.3%;
	top: 18%;
}

.advantage-option-item-ul li:nth-child(3) {
	left: 47.2%;

	top: 34%;
}

.advantage-option-item-ul li:nth-child(4) {
	left: 47.2%;
	top: 50%;
}

.advantage-option-item-ul li:nth-child(5) {
	left: 45.3%;
	top: 66%;
}

.advantage-option-item-ul li:nth-child(6) {
	left: 41.9%;
	top: 82%;
}

.advantage-image img {
	background-color: #FFFFFF;
	display: inline-block;
	border-radius: 50%;
	width: 100px !important;
	height: 100px !important;
	box-shadow: 1px 3px 8px #497eff;
}

.advantage-image {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(2, 255, 255, 0);
	flex-shrink: 0;
	width: 140px;
	height: 140px;
	max-width: 160px;
	max-height: 160px;
	border-radius: 50%;
}

.advantage-image:hover~div,
.advantage-image~div:hover {
	background-color: #497eff !important;
	color: #FFFFFF;
}


.advantage-image:hover {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 10px 19px 0px rgba(100, 159, 21, 0.5);
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.advantage-image img:nth-child(2) {
	display: none;
}

.advantage-image:hover img:nth-child(1) {
	display: none;
}

.advantage-image:hover img:nth-child(2) {
	display: block;
	background-color: #497eff;
	transform: scale(1.1);
	transition: transform 1s ease-in-out;
	box-shadow: none;
	width: 70.6%;
	height: 70.6%;
}

/*右侧文本区悬�?*/
.texthover.advantage-image {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 10px 19px 0px rgba(100, 159, 21, 0.5);
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.texthover.advantage-image img:nth-child(1) {
	display: none;
}

.texthover.advantage-image img:nth-child(2) {
	display: block;
	background-color: #497eff;
	transform: scale(1.1);
	transition: transform 1s ease-in-out;
	box-shadow: none;
	width: 70.6%;
	height: 70.6%;
}

.bubble-text {
	position: relative;
	background: #959698;
	border-radius: 20px;
	box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.1);
	padding: 16px 20px !important;
	width: 76%;
	max-width: 609px;
}

.bubble-text:hover {
	cursor: default;
}

.bubble-text p {
	font-size: 18px;
	color: #fff;
}

.bubble-text p:nth-child(1) {
	font-size: 20px !important;
	/* color: #333333; */
	color: #fff;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 5px;
}

.bubble-text p:nth-child(2) {
	font-size: 16px !important;
	/* color: #666666; */
	color: #fff;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
}

.advantage-image:hover~.bubble-text,
.advantage-image~.bubble-text:hover {
	transform: scaleY(1.06);
	padding: 16px 20px !important;
}

.advantage-image:hover~.bubble-text p:nth-child(1),
.advantage-image~.bubble-text:hover p:nth-child(1) {
	font-size: 22px !important;
	color: #ffffff;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 5px;
}

.advantage-image:hover~.bubble-text p:nth-child(2),
.advantage-image~.bubble-text:hover p:nth-child(2) {
	font-size: 16px !important;
	color: #ffffff;
	letter-spacing: 0;
	font-weight: 400;
}

.bubble-text p {
	font-size: 14px;
}

.bubble-text {
	padding: 1% 2%;
}

.advantage-option-item-ul li:nth-child(1) {
	left: 39%;
	top: -7%;
}

.advantage-option-item-ul li:nth-child(2) {
	left: 44.2%;
	top: 12%;
}

.advantage-option-item-ul li:nth-child(3) {
	left: 47%;
	top: 33%;
}

.advantage-option-item-ul li:nth-child(4) {
	left: 47%;
	top: 52%;
}

.advantage-option-item-ul li:nth-child(5) {
	left: 43.6%;
	top: 74%;
}

.advantage-option-item-ul li:nth-child(6) {
	left: 37.4%;
	top: 92%;
}

@media (min-width: 1200px) {
	.bubble-text p:nth-child(1) {
		font-size: 18px;
	}

	.bubble-text p {
		font-size: 14px;
	}

	.bubble-text {
		padding: 1% 2%;
	}

	.advantage-option-item-ul li:nth-child(1) {
		left: 40%;
		top: 2%;
	}

	.advantage-option-item-ul li:nth-child(2) {
		left: 44%;
		top: 18%;
	}

	.advantage-option-item-ul li:nth-child(3) {
		left: 45.2%;
		top: 34%;
	}

	.advantage-option-item-ul li:nth-child(4) {
		left: 45.2%;
		top: 50%;
	}

	.advantage-option-item-ul li:nth-child(5) {
		left: 43.3%;
		top: 66%;
	}

	.advantage-option-item-ul li:nth-child(6) {
		left: 39.4%;
		top: 82%;
	}
}

@media (min-width: 1300px) {
	.advantage-option-item-ul li:nth-child(1) {
		left: 40.5%;
		top: 2%;
	}

	.advantage-option-item-ul li:nth-child(2) {
		left: 44.3%;
		top: 18%;
	}

	.advantage-option-item-ul li:nth-child(3) {
		left: 45.9%;
		top: 34%;
	}

	.advantage-option-item-ul li:nth-child(4) {
		left: 46.1%;
		top: 50%;
	}

	.advantage-option-item-ul li:nth-child(5) {
		left: 44.1%;
		top: 66%;
	}

	.advantage-option-item-ul li:nth-child(6) {
		left: 40.3%;
		top: 82%;
	}
}

@media (min-width: 1400px) {
	.advantage-option-item-ul li:nth-child(1) {
		left: 41%;
		top: 2%;
	}

	.advantage-option-item-ul li:nth-child(2) {
		left: 44.6%;
		top: 18%;
	}

	.advantage-option-item-ul li:nth-child(3) {
		left: 46.2%;
		top: 34%;
	}

	.advantage-option-item-ul li:nth-child(4) {
		left: 46.2%;
		top: 50%;
	}

	.advantage-option-item-ul li:nth-child(5) {
		left: 44.4%;
		top: 66%;
	}

	.advantage-option-item-ul li:nth-child(6) {
		left: 40.9%;
		top: 82%;
	}
}

@media (min-width: 1500px) {
	.advantage-option-item-ul li:nth-child(1) {
		left: 41%;
		top: 2%;
	}

	.advantage-option-item-ul li:nth-child(2) {
		left: 44.6%;
		top: 18%;
	}

	.advantage-option-item-ul li:nth-child(3) {
		left: 46.2%;
		top: 34%;
	}

	.advantage-option-item-ul li:nth-child(4) {
		left: 46.2%;
		top: 50%;
	}

	.advantage-option-item-ul li:nth-child(5) {
		left: 44.4%;
		top: 66%;
	}

	.advantage-option-item-ul li:nth-child(6) {
		left: 40.9%;
		top: 82%;
	}
}

@media (min-width: 1600px) {
	.advantage-option-item-ul li:nth-child(1) {
		left: 41.6%;
		top: 2%;
	}

	.advantage-option-item-ul li:nth-child(2) {
		left: 45%;
		top: 18%;
	}

	.advantage-option-item-ul li:nth-child(3) {
		left: 46.8%;
		top: 34%;
	}

	.advantage-option-item-ul li:nth-child(4) {
		left: 46.8%;
		top: 50%;
	}

	.advantage-option-item-ul li:nth-child(5) {
		left: 45%;
		top: 66%;
	}

	.advantage-option-item-ul li:nth-child(6) {
		left: 41.1%;
		top: 82%;
	}
}

@media (min-width: 1998px) {
	.advantage-option-item-ul li:nth-child(1) {
		left: 42.3%;
		top: 2%;
	}

	.advantage-option-item-ul li:nth-child(2) {
		left: 45.9%;
		top: 18%;
	}

	.advantage-option-item-ul li:nth-child(3) {
		left: 47.4%;
		top: 34%;
	}

	.advantage-option-item-ul li:nth-child(4) {
		left: 47.4%;
		top: 50%;
	}

	.advantage-option-item-ul li:nth-child(5) {
		left: 45.9%;
		top: 66%;
	}

	.advantage-option-item-ul li:nth-child(6) {
		left: 41.9%;
		top: 82%;
	}
}

@media (min-width: 2500px) {
	.advantage-option-item-ul li:nth-child(1) {
		left: 42.4%;
		top: 2%;
	}

	.advantage-option-item-ul li:nth-child(2) {
		left: 46.3%;
		top: 18%;
	}

	.advantage-option-item-ul li:nth-child(3) {
		left: 47.6%;
		top: 34%;
	}

	.advantage-option-item-ul li:nth-child(4) {
		left: 47.6%;
		top: 50%;
	}

	.advantage-option-item-ul li:nth-child(5) {
		left: 46%;
		top: 66%;
	}

	.advantage-option-item-ul li:nth-child(6) {
		left: 41.9%;
		top: 82%;
	}
}

@media (min-width: 1100px) {
	.bubble-text p:nth-child(1) {
		font-size: 22px;
	}

	.bubble-text p {
		font-size: 16px;
	}

	.bubble-text {
		padding: 1% 2%;
	}
}

@media (min-width: 1200px) {
	.bubble-text p:nth-child(1) {
		font-size: 20px;
		font-weight: 600;
	}

	.bubble-text p {
		font-size: 16px;
	}

	.bubble-text {
		padding: 2%;
	}
}

@media(max-width:1200px) {
	.advantage-container {
		height: auto;
		padding-bottom: 30px;
		min-height: 0;
	}

	.advantage-container .advantage-option {
		position: static;
	}

	.advantage-bg {
		display: none;
	}

	.advantage-option-item {
		position: static;
		width: 100%;
		justify-content: center;
	}

	.advantage-option-item-ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.advantage-image {
		width: 110px !important;
		height: 110px !important;
	}

	.advantage-image img {
		width: 85px !important;
		height: 85px !important;
		box-shadow: 1px 3px 8px rgba(124, 188, 38, 0.2);
	}

	.bubble-text {
		width: 60%;
		height: auto;
		padding: 15px 20px !important;
		margin: 10px 0;
	}

	.bubble-text p:nth-child(1) {
		font-size: 18px !important;
	}

	.bubble-text p:nth-child(2) {
		font-size: 14px !important;
	}

	.advantage-container::before {
		content: "我们的优势";
		display: block;
		width: 100%;
		height: 40px;
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		line-height: 40px;
		position: absolute;
		top: -53px;
	}

	.advantage-container>div:nth-of-type(1) {
		display: none;
	}

	.advantage-image:hover img:nth-child(1) {
		display: inline-block;
	}

	.advantage-image:hover img:nth-child(2) {
		display: none;
		transform: scale(1);
		width: 70.6%;
		height: 70.6%;
	}

	.advantage-image:hover~div {
		background-color: #FFFFFF;
		color: #666666;
	}

	.advantage-image:hover {
		background-color: rgba(255, 255, 255, 0);
		box-shadow: none;
		cursor: pointer;
		transition: none;
	}

	.advantage-image:hover~.bubble-text,
	.advantage-image~.bubble-text:hover {
		transform: scaleY(1);
		padding: 15px 20px !important;
	}

	.advantage-image:hover~div,
	.advantage-image~div:hover {
		background-color: #ffffff !important;
		color: #666666;
	}

	.advantage-image:hover~.bubble-text p:nth-child(1),
	.advantage-image~.bubble-text:hover p:nth-child(1) {
		color: #333333;
		font-size: 18px !important;
	}

	.advantage-image:hover~.bubble-text p:nth-child(2),
	.advantage-image~.bubble-text:hover p:nth-child(2) {
		color: #666666;
		font-size: 14px !important;
	}

	.bubble-triangle {
		width: 20px;
		height: 20px;
		margin-left: 20px !important;
		margin-right: -13px !important;
	}
}

@media(max-width:768px) {
	.advantage-container {
		height: auto;
	}

	.advantage-container .advantage-option {
		position: static;
	}

	.advantage-image {
		width: 90px !important;
		height: 90px !important;
	}

	.advantage-image img {
		width: 65px !important;
		height: 65px !important;
		box-shadow: 1px 3px 8px rgba(124, 188, 38, 0.2);
	}

	.bubble-text {
		width: 65%;
	}

	.bubble-text p:nth-child(1) {
		font-size: 16px !important;
	}

	.bubble-text p:nth-child(2) {
		font-size: 12px !important;
	}

	.advantage-image:hover~.bubble-text p:nth-child(1),
	.advantage-image~.bubble-text:hover p:nth-child(1) {
		color: #333333;
		font-size: 16px !important;
	}

	.advantage-image:hover~.bubble-text p:nth-child(2),
	.advantage-image~.bubble-text:hover p:nth-child(2) {
		color: #666666;
		font-size: 12px !important;
	}

	.bubble-triangle {
		margin-left: 10px !important;
		box-shadow: -2px 2px 5px 0px rgba(97, 97, 97, 0.07)
	}

	.advantage-image img {
		box-shadow: 1px 3px 8px rgba(124, 188, 38, 0.2);
	}
}

/*案例*/

.case-option {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.nav-item {
	width: 90px;
	height: 44px;
	margin: 0 10px;
	text-align: center;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #497eff;
}

.nav-pills .nav-link {
	width: 144px;
	height: 44px;
	border-radius: 22px;
	border: 1px solid rgba(224, 224, 224, 1);
}

.nav-pills .nav-link:hover {
	color: #497eff;
}

.nav-pills .nav-link.active:hover {
	color: #FFFFFF;
}

.solution-container .nav-pills .nav-item {
	margin: 0px 0px;
}

.solution-container .case-option {
	height: 75px;
	font-size: 20px;
	color: #497eff;
	letter-spacing: 0;
	text-align: center;
	font-weight: 500;
	overflow: scroll;
	flex-wrap: nowrap;
	transform: translate(16px, 16px);
}

.solution-container .case-option .nav-item {
	width: 170px;
	height: 43px;
	text-align: center;
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
}


.solution-container .case-option .nav-link {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}

.solution-container .nav-pills .nav-link {
	background-color: white;
	color: black;
	border: none;
}

.solution-container .nav-pills .nav-link img {
	display: inline-block;
	visibility: hidden;
	width: 26px;
	height: 26px;
	margin-right: 8px;
	vertical-align: -4px;
}

.solution-container .nav-pills .nav-link.active {
	font-weight: 600;
	color: #497eff;
}

.solution-container .nav-pills .nav-link.active img {
	visibility: visible;
}

.nav-link {
	color: #333333;
}

.solution-container .nav-pills .nav-link.active::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #497eff;
	position: absolute;
	top: 45px;
	left: 0;
}

@media(max-width:430px) {
	.solution-container .nav-pills .nav-link.active::after {
		width: 40px;
		top: 36px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 3px;
	}

	.solution-container>div:nth-of-type(1) {
		height: 73px !important;
	}
}

/*合作流程*/

.process-innerbox-detail {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #F8FAF8;
	height: 492px;
	width: 100%;
}

.process-innerbox-brief {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #F8FAF8;
	height: 548px;
	width: 100%;
	padding: 0 24px;
}

.process-secondary-title {
	font-size: 20px;
	text-align: center;
	margin: 54px 0 42px 0;
	font-weight: 600;
	color: #333333;

}

.process-innerbox-brief .process-item {
	background-color: #FFFFFF;
	max-width: 300px;
	width: 21.46%;
	height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.1);
	border-radius: 8px;
}

.process-innerbox-brief .process-item img {
	width: 100px;
	height: 100px;
}

.process-innerbox-brief .precess-option {
	display: flex;
	width: 100%;
	max-width: 1400px;
}

.process-innerbox-detail {
	padding: 0 24px;
}

.process-innerbox-detail .process-item {
	background-color: #FFFFFF;
	width: 150px;
	height: 304px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.process-innerbox-detail .process-item img {
	width: 64px;
	height: 64px;
}

.process-innerbox-detail .precess-option {
	width: 100%;
	max-width: 1400px;
	display: flex;
	box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.1);
}

.process-arrow-green {
	width: 4.72%;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 23px;
}

.process-arrow-green img {
	width: 20px;
	height: 20px;
}

.process-arrow-grey {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 24px;
	background-color: #FFFFFF;
}

.process-arrow-grey img {
	width: 9px;
	height: 16px;
}

.process-top-tag {
	width: 76px;
	height: 30px;
	align-self: flex-start;
	border-radius: 0 15px 15px 0;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #497eff;
}

.process-detailed-list {
	font-size: 14px;
	color: #333333;
}

.process-detailed-list {
	text-align: center;
}

.process-detailed-list li {
	line-height: 25px;
}

.process-detailed-list li:nth-child(1) {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	padding: 15px 0;
}

@media(max-width:1024px) {
	.process-container {
		padding-bottom: 30px;
	}

	.process-container .option-title {
		padding-top: 30px !important;
		padding-bottom: 10px;
		font-size: 20px;
	}

	.process-innerbox-brief {
		height: auto;
		padding-bottom: 25px;
	}

	.process-innerbox-brief .precess-option {
		padding: 0 0px;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.process-innerbox-brief .process-arrow-green {
		display: none;
	}

	.process-innerbox-brief .process-item {
		margin: 5px 0;
		min-width: 48%;
		height: auto;
		padding: 25px 0;
	}

	.process-innerbox-brief .process-item img {
		width: 50px;
		height: 50px;
	}

	.process-innerbox-brief .process-item>p:nth-of-type(1) {
		margin-top: 20px;
		margin-bottom: 0px;
		font-size: 18px;
	}

	.process-innerbox-brief .process-item>p:nth-of-type(2),
	.process-innerbox-brief .process-item>p:nth-of-type(3) {
		display: none;
	}

	.process-top-tag {
		width: 65px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}


	.process-innerbox-detail {
		height: auto;
		padding-bottom: 50px;
	}

	.process-item>.process-detailed-list>li {
		display: none;
	}

	.process-secondary-title {
		margin: 0;
		padding: 18px 0 4px 0;
		font-size: 14px;
	}

	.process-item>.process-detailed-list>li:nth-of-type(1) {
		display: block;
		font-size: 18px;
	}

	.process-innerbox-detail .process-item {
		padding: 20px;
		height: auto;
		min-width: 90px;
		width: 48%;
		margin-top: 10px;
		border-radius: 8px;
	}

	.process-innerbox-detail .precess-option {
		background-color: #F8FAF8;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 12px 0px;
		padding-top: 0;
		box-shadow: none;


	}

	.process-innerbox-detail .process-arrow-grey {
		display: none;
	}

	.process-innerbox-detail .process-item img {
		width: 40px;
		height: 40px;
	}
}

@media(max-width:768px) {
	.process-innerbox-brief {
		padding-left: 12px;
		padding-right: 12px;
	}

	.process-innerbox-detail {
		padding-left: 12px;
		padding-right: 12px;
	}

	.process-innerbox-brief .process-item {
		margin-left: 0;
		margin-right: 0;
	}
}

/*解决方案*/
.solution-business,
.solution-o2o,
.solution-education,
.solution-socialize,
.solution-finance,
.solution-bigData,
.solution-InternetOfThings {
	padding-top: 60px;
	width: 1000px;
	color: #FFFFFF;
	margin: 0 auto;
}

.solution-business-lr-radius {
	line-height: 46px;
	font-size: 20px;
	font-weight: 500;
}

.solution-business-lr-radius>img {
	right: 6px;
	top: 4px;
}

.solution-business-lr-radius>img:nth-of-type(2) {
	display: none;
}

.solution-business-lr-radius:hover {
	cursor: pointer;
	background-color: #FFFFFF;
	color: #497eff;
}

.solution-business-lr-radius:hover>img:nth-of-type(2) {
	display: inline-block;
}

.solution-business-lr-radius:hover>img:nth-of-type(1) {
	display: none;
}

.solution-business>img {
	display: block;
	margin: 0 auto;
	margin-top: 37px;
	width: 740px;
	height: 225px;
}

.solution-o2o>img {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 66px;
	width: 980px;
	height: 170px;
}

.solution-education>img {
	display: block;
	margin: 0 auto;
	margin-top: 39px;
	margin-bottom: 71px;
	width: 894px;
	height: 110px;
}

.solution-socialize>img {
	display: block;
	margin: 0 auto;
	margin-top: 39px;
	margin-bottom: 70px;
	width: 578px;
	height: 108px;
}

.solution-finance>img {
	display: block;
	margin: 0 auto;
	margin-top: 47px;
	margin-bottom: 56px;
	width: 796px;
	height: 187px;
}

.solution-bigData>img {
	display: block;
	margin: 0 auto;
	width: 476px;
	height: 317px;
	margin-top: 51px;
	margin-bottom: 64px;
}

.solution-InternetOfThings>img {
	display: block;
	margin: 0 auto;
	width: 865px;
	height: 367px;
	margin-top: 56px;
	margin-bottom: 44px;
}

/* .business-bg {
    height: 750px;
    background-size: cover;
    background-image: url("../images/img-business-bg.png");
  }

  .o2o-bg {
    height: 750px;
    background-size: cover;
    background-image: url("../images/img-O2O-bg.png");
  }

  .education-bg {
    height: 750px;
    background-size: cover;
    background-image: url("../images/icon-online_education-bg.png");
  }

  .socialize-bg {
    height: 750px;
    background-size: cover;
    background-image: url("../images/img-online-finance-bg.png");
  }

  .finance-bg {
    height: 750px;
    background-size: cover;
    background-image: url("../images/img-online-finance-bg.png");
  }

  .bigData-bg {
    height: 750px;
    background-size: cover;
    background-image: url("../images/img-big-data-bg.png");
  }

  .InternetOfThings-bg {
    height: 750px;
    background-size: cover;
    background-image: url("../images/img-Internet_of_things-bg.png");
  } */

.option-title {
	width: 100%;
	/* text-align: center; */
	font-family: PingFang SC;
	font-size: 36px;
	color: #222;
	padding-top: 100px;
	font-weight: bold;
}

.enTitle {
	font-weight: bold;
	font-size: 36px;
	font-family: 'Poppins-SemiBold';
	text-transform: uppercase;
	margin-bottom: 35px;
}

@media(max-width:1200px) {
	.process-container+div {
		font-size: 20px;
		padding: 0;
	}
}

@media(max-width:1200px) {
	.solution-container .case-option .nav-item {
		width: calc(0.7*170px);
	}

	.solution-container .case-option {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		overflow: scroll;
		overflow-y: hidden;
		align-items: start;
		transform: translateY(23px);
	}

	.solution-container .case-option .nav-item:nth-of-type(5) {
		width: calc(0.8*170px);
	}

	.solution-business,
	.solution-o2o,
	.solution-education,
	.solution-socialize,
	.solution-finance,
	.solution-bigData,
	.solution-InternetOfThings {
		width: 600px;
	}

	.solution-business>img {
		width: calc(0.7*740px);
		height: calc(0.7*225px);
	}

	.solution-business>p:nth-of-type(1),
	.solution-business>p:nth-of-type(3) {
		font-size: 26px;
	}

	.solution-business>p:nth-of-type(2) {
		font-size: 18px;
	}

	.solution-business>div:last-child {
		width: calc(0.8*240px);
		height: calc(0.8*50px);
		font-size: 18px;
		line-height: calc(0.8*50px);
	}

	.solution-business>div:last-child img {
		width: calc(0.8*40px);
		height: calc(0.8*40px);
	}

	.solution-o2o>img {
		width: calc(0.7*980px);
		height: calc(0.7*170px);
	}

	.solution-o2o>p:nth-of-type(1),
	.solution-o2o>p:nth-of-type(3) {
		font-size: 26px;
	}

	.solution-o2o>p:nth-of-type(2) {
		font-size: 18px;
	}

	.solution-o2o>div:last-child {
		width: calc(0.8*240px);
		height: calc(0.8*50px);
		font-size: 18px;
		line-height: calc(0.8*50px);
	}

	.solution-o2o>div:last-child img {
		width: calc(0.8*40px);
		height: calc(0.8*40px);
	}

	.solution-education>img {
		width: calc(0.7*894px);
		height: calc(0.7*110px);
	}

	.solution-education>p:nth-of-type(1),
	.solution-education>p:nth-of-type(3) {
		font-size: 26px;
	}

	.solution-education>p:nth-of-type(2) {
		font-size: 18px;
	}

	.solution-education>div:last-child {
		width: calc(0.8*240px);
		height: calc(0.8*50px);
		font-size: 18px;
		line-height: calc(0.8*50px);
	}

	.solution-education>div:last-child img {
		width: calc(0.8*40px);
		height: calc(0.8*40px);
	}

	.solution-socialize>img {
		width: calc(0.7*578px);
		height: calc(0.7*108px);
	}

	.solution-socialize>p:nth-of-type(1),
	.solution-socialize>p:nth-of-type(3) {
		font-size: 26px;
	}

	.solution-socialize>p:nth-of-type(2) {
		font-size: 18px;
	}

	.solution-socialize>div:last-child {
		width: calc(0.8*240px);
		height: calc(0.8*50px);
		font-size: 18px;
		line-height: calc(0.8*50px);
	}

	.solution-socialize>div:last-child img {
		width: calc(0.8*40px);
		height: calc(0.8*40px);
	}

	.solution-finance>img {
		width: calc(0.7*796px);
		height: calc(0.7*187px);
	}

	.solution-finance>p:nth-of-type(1),
	.solution-finance>p:nth-of-type(3) {
		font-size: 26px;
	}

	.solution-finance>p:nth-of-type(2) {
		font-size: 18px;
	}

	.solution-finance>div:last-child {
		width: calc(0.8*240px);
		height: calc(0.8*50px);
		font-size: 18px;
		line-height: calc(0.8*50px);
	}

	.solution-finance>div:last-child img {
		width: calc(0.8*40px);
		height: calc(0.8*40px);
	}

	.solution-bigData>img {
		width: calc(0.7*476px);
		height: calc(0.7*317px);
	}

	.solution-bigData>p:nth-of-type(1),
	.solution-bigData>p:nth-of-type(3) {
		font-size: 26px;
	}

	.solution-bigData>p:nth-of-type(2) {
		font-size: 18px;
	}

	.solution-bigData>div:last-child {
		width: calc(0.8*240px);
		height: calc(0.8*50px);
		font-size: 18px;
		line-height: calc(0.8*50px);
	}

	.solution-bigData>div:last-child img {
		width: calc(0.8*40px);
		height: calc(0.8*40px);
	}


	.solution-InternetOfThings>img {
		width: calc(0.7*865px);
		height: calc(0.7*367px);
	}

	.solution-InternetOfThings>p:nth-of-type(1),
	.solution-InternetOfThings>p:nth-of-type(3) {
		font-size: 26px;
	}

	.solution-InternetOfThings>p:nth-of-type(2) {
		font-size: 18px;
	}

	.solution-InternetOfThings>div:last-child {
		width: calc(0.8*240px);
		height: calc(0.8*50px);
		font-size: 18px;
		line-height: calc(0.8*50px);
	}

	.solution-InternetOfThings>div:last-child img {
		width: calc(0.8*40px);
		height: calc(0.8*40px);
	}

}



@media(max-width:768px) {
	.process-container+div {
		margin-bottom: -20px;
	}

	.solution-business,
	.solution-o2o,
	.solution-education,
	.solution-socialize,
	.solution-finance,
	.solution-bigData,
	.solution-InternetOfThings {
		width: 90%;
	}

	.solution-container .nav-pills .nav-link {
		font-size: 14px;
		text-align: center;
	}

	.solution-container .case-option .nav-item {
		width: 80px;
	}

	.solution-container .case-option .nav-item:nth-of-type(5) {
		width: 90px;
	}

	.solution-container .nav-pills .nav-link img {
		visibility: hidden;
		display: none;
	}

	.solution-business>p:nth-of-type(1),
	.solution-business>p:nth-of-type(3) {
		font-size: 22px;
	}

	.solution-business>p:nth-of-type(2) {
		font-size: 16px;
	}

	.solution-business>img {
		width: calc(0.4*740px);
		height: calc(0.4*225px);
	}

	.solution-o2o>img {
		width: calc(0.3*980px);
		height: calc(0.3*170px);
	}

	.solution-education>img {
		width: calc(0.3*894px);
		height: calc(0.3*110px);
	}

	.solution-socialize>img {
		width: calc(0.5*578px);
		height: calc(0.5*108px);
	}

	.solution-finance>img {
		width: calc(0.4*796px);
		height: calc(0.4*187px);
	}

	.solution-bigData>img {
		width: calc(0.5*476px);
		height: calc(0.5*317px);
	}

	.solution-InternetOfThings>img {
		width: calc(0.35*865px);
		height: calc(0.35*367px);
	}

	.Dashed-separate {
		margin: 25px 0;
	}

	.solution-business>p:nth-of-type(1),
	.solution-business>p:nth-of-type(3) {
		font-size: 16px;
	}

	.solution-business>p:nth-of-type(2) {
		font-size: 12px;
		line-height: 24px !important;
	}

	.solution-o2o>p:nth-of-type(1),
	.solution-o2o>p:nth-of-type(3) {
		font-size: 16px;
	}

	.solution-o2o>p:nth-of-type(2) {
		font-size: 12px;
		line-height: 24px !important;
	}

	.solution-education>p:nth-of-type(1),
	.solution-education>p:nth-of-type(3) {
		font-size: 16px;
	}

	.solution-education>p:nth-of-type(2) {
		font-size: 12px;
		line-height: 24px !important;
	}

	.solution-socialize>p:nth-of-type(1),
	.solution-socialize>p:nth-of-type(3) {
		font-size: 16px;
	}

	.solution-socialize>p:nth-of-type(2) {
		font-size: 12px;
		line-height: 24px !important;
	}

	.solution-finance>p:nth-of-type(1),
	.solution-finance>p:nth-of-type(3) {
		font-size: 16px;
	}

	.solution-finance>p:nth-of-type(2) {
		font-size: 12px;
		line-height: 24px !important;
	}

	.solution-bigData>p:nth-of-type(1),
	.solution-bigData>p:nth-of-type(3) {
		font-size: 16px;
	}

	.solution-bigData>p:nth-of-type(2) {
		font-size: 12px;
		line-height: 24px !important;
	}

	.solution-InternetOfThings>p:nth-of-type(1),
	.solution-InternetOfThings>p:nth-of-type(3) {
		font-size: 16px;
	}

	.solution-InternetOfThings>p:nth-of-type(2) {
		font-size: 12px;
		line-height: 24px !important;
	}

	.solution-business,
	.solution-o2o,
	.solution-education,
	.solution-socialize,
	.solution-finance,
	.solution-bigData,
	.solution-InternetOfThings {
		padding-top: 15px;
	}

	.business-bg,
	.education-bg,
	.o2o-bg,
	.education-bg,
	.socialize-bg,
	.finance-bg,
	.bigData-bg,
	.InternetOfThings-bg {
		height: 460px;
	}

	.solution-business>img {
		margin-top: 20px;
	}

	.solution-o2o>img {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.solution-education>img {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.solution-socialize>img {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.solution-finance>img {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.solution-bigData>img {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.solution-InternetOfThings>img {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.solution-socialize>p:nth-of-type(1),
	.solution-socialize>p:nth-of-type(3) {
		line-height: 50px !important;
		margin-top: 0 !important;
	}

	.solution-container .case-option {
		justify-content: center;
	}
}

@media(max-width:600px) {
	.solution-container .case-option {
		justify-content: start;
	}
}

/*HHSHOP*/
.hhshop-container {
	height: auto;
	width: 100%;
	background: #F8FAF8;
	border-radius: 8px;
	margin-top: 100px;
	padding-top: 35px;
	padding-bottom: 60px;
}

.hhshop {
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	position: relative;
	padding: 0 12px;
}

.hhshop-info p:nth-child(1) {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	margin-top: 17px;
}

.hhshop-info div:nth-of-type(1) {
	margin: 8px auto 20px auto;
}

/* .hhshop-info {
    background-image: url('../images/img-hhshop-bg.png');
    background-size: cover;
    border-radius: 8px;
    height: auto;
    width: 20%;
    max-width: 272px;
    padding: 30px 15px;
    margin-top: 15px;
    z-index: 5;
  } */

.hhshop-info .lr-radius {
	padding-left: 52px;
	margin-top: 105px;
	font-size: 20px;
	font-weight: 500;
	width: 210px;
	height: 50px;
}

.hhshop-info p:nth-of-type(2) {
	padding: 10px;
	font-size: 20px;
	line-height: 34px;
	font-family: PingFang SC;
	letter-spacing: 0px;
}

.hhshop-list {
	max-width: 1132px;
	width: 80%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.hhshop-list-item {
	box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.05);
	margin-top: 23px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	background-color: #FFFFFF;
	width: 22%;
	/* padding: 0 26px; */
	padding-top: 10px;
	/* padding-bottom: 24px; */
	position: relative;
	cursor: pointer;
	border-radius: 8px;
}

.hhshop-list-item img {
	width: 115px;
	height: 218px;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 8px;
}

.hhshop-list-item p:nth-of-type(1) {
	margin-top: 9px;
	margin-bottom: 11px;
}

.hhshop-list-item p:nth-of-type(1) {
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	text-align: justify;
	font-weight: 600;
}

.hhshop-list-item p:nth-of-type(2) {
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
	text-align: justify;
}

.hhshop-list-item>span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: none;
}

.hhshop-list-item>span:nth-of-type(1) {
	transform: rotate(0deg)
}

.hhshop-list-item>span:nth-of-type(2) {
	transform: rotate(90deg)
}

.hhshop-list-item>span:nth-of-type(3) {
	transform: rotate(180deg)
}

.hhshop-list-item>span:nth-of-type(4) {
	transform: rotate(270deg)
}

.hhshop-list-item>span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #497eff;
}

.hhshop-list-item:hover>span {
	display: block;
}

.hhshop-list-item:hover>span:before {
	animation: flow-line 1.5s linear infinite
}

@keyframes flow-line {
	0% {
		transform: scaleX(0);
		transform-origin: left
	}

	50% {
		transform: scaleX(1);
		transform-origin: left
	}

	50.1% {
		transform: scaleX(1);
		transform-origin: right
	}

	100% {
		transform: scaleX(0);
		transform-origin: right
	}
}

@media(max-width:1200px) {
	.hhshop-info .lr-radius {
		width: 155px;
		height: 40px;
		line-height: 36px;
		padding-left: 46px;
	}

	.hhshop-info .lr-radius span {
		font-size: 14px !important;
	}

	.hhshop-info .lr-radius img {
		width: 30px;
		height: 30px;
	}
}

@media(min-width:1400px) {
	.hhshop-list-item {
		height: 249px;
	}
}

@media(max-width:1400px) {
	.hhshop-list-item span {
		display: none;
	}

	.hhshop-list-item:hover>span {
		display: none;
	}
}

@media(max-width:1024px) {
	.hhshop-container .hhshop {
		flex-direction: column;
	}

	.hhshop-container>div:nth-of-type(1) {
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.hhshop-container {
		margin-top: 30px;
		padding-top: 0px;
	}

	.hhshop-info {
		background-position: left;
		width: 100%;
		max-width: 100%;
	}

	.hhshop-info>p:nth-of-type(1) {
		display: none;
	}

	.hhshop-info>p:nth-of-type(2) {
		font-size: 18px;
	}

	.hhshop-info>div:nth-of-type(1) {
		display: none;
	}

	.hhshop-info>div:nth-of-type(2) {
		height: 40px;
		width: 180px;
		line-height: 40px;
		padding-left: 26px;
	}

	.hhshop-info>div:nth-of-type(2) span {
		font-size: 16px;
		margin-left: 0;
		vertical-align: 2px;
	}

	.hhshop-info>div:nth-of-type(2) img {
		width: 30px;
		height: 30px;
	}

	.hhshop-info .lr-radius {
		margin-top: 10px;
	}

	.hhshop-list {
		width: 100%;
		justify-content: space-between;
	}

	.hhshop-list::after {
		content: "";
		width: 32%;
		height: auto;
		margin-top: 13px;
		padding: 0 13px;
		padding-top: 13px;
		margin-left: 13px;
		border-radius: 12px;
	}

	.hhshop-list-item {
		width: 32%;
		height: auto;
		margin-top: 13px;
		padding: 0 13px;
		padding-top: 13px;
		padding-bottom: 15px;
		margin-left: 13px;
		border-radius: 12px;
	}

	.hhshop-list>.hhshop-list-item:nth-of-type(1),
	.hhshop-list>.hhshop-list-item:nth-of-type(4),
	.hhshop-list>.hhshop-list-item:nth-of-type(7) {
		margin-left: 0;
	}

	.hhshop-list-item img {
		width: 42px;
		height: 42px;
	}

	.hhshop-list-item span {
		display: none;
	}

	.hhshop-list-item:hover>span {
		display: none;
	}

	.hhshop-list-item>p:nth-of-type(1) {
		font-size: 16px;
		text-align: center;
	}
}

@media(max-width:768px) {
	.hhshop-container .hhshop {
		flex-direction: column;
	}

	.hhshop-list {
		width: 100%;
		justify-content: space-between;
	}

	.hhshop-list-item {
		margin: 15px 0 0 0;
	}

	.hhshop-list::after {
		content: "";
		width: 32%;
		margin: 15px 0 0 0;
	}

	.hhshop-container {
		margin-top: 0;
	}

	.hhshop-info {
		width: 100%;
		margin-top: 0;
		border-radius: 8px;
	}

	.solution-business>div:last-child,
	.solution-o2o>div:last-child,
	.solution-education>div:last-child,
	.solution-socialize>div:last-child,
	.solution-finance>div:last-child,
	.solution-bigData>div:last-child,
	.solution-InternetOfThings>div:last-child {
		width: 150px;
		height: 35px;
		font-size: 16px;
		padding-left: 30px;
		line-height: 35px;
	}

	.solution-business>div:last-child img,
	.solution-o2o>div:last-child img,
	.solution-education>div:last-child img,
	.solution-socialize>div:last-child img,
	.solution-finance>div:last-child img,
	.solution-bigData>div:last-child img,
	.solution-InternetOfThings>div:last-child img {
		width: 30px;
		height: 30px;
		right: 2px;
		top: 2px;
	}

}

@media(max-width:430px) {
	.hhshop-list-item {
		width: 49%;
	}
}

/*合作伙伴*/
.partners-container {
	width: 100%;
	padding-bottom: 90px;
}

.partner {
	margin: 0 auto;
	max-width: 1420px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
}

@media(max-width:1435px) {
	.partner {
		width: 1136px;
	}
}

@media(max-width:1200px) {
	.partner {
		width: 892px;
	}
}

@media(max-width:1086px) {
	.partner {
		width: 892px;
	}
}

@media(max-width:908px) {
	.partner {
		width: 714px;
	}
}

@media(max-width:710px) {
	.partner {
		width: 579px;
	}
}

@media(max-width:595px) {
	.partner {
		width: 463px;
	}
}

@media(max-width:477px) {
	.partner {
		width: 347px;
	}
}

.partner img {
	width: 264px;
	height: 110px;
	margin-top: 20px;
	margin-right: 20px;
	border-radius: 8px;
	box-shadow: -4px 4px 18px 0px rgba(97, 97, 97, 0.15);
}

@media(max-width:1200px) {
	.partner img {
		width: calc(0.6*264px);
		height: calc(0.6*110px);
	}
}

@media(max-width:768px) {
	.partner img {
		width: calc(0.4*264px);
		height: calc(0.4*110px);
		margin: 5px;
	}

	.partners-container {
		padding-bottom: 45px;
	}
}

@media(max-width:460px) {
	.partner img {
		width: 163px;
		height: 68px;
		margin: 5px;
	}
}

@media(max-width:1024px) {
	.partners-container>div:nth-of-type(1) {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 30px;
		padding-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.menu-item.is-active>.menu-item__inner:after {
		bottom: 20px;
	}

	.c-layer--nav .menu-item-line {
		bottom: 20px;
	}
}

/* inquiry样式 */
/* .inquiry-form {
    padding: 0 24px;
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/img-Inquiry_form.png");
    background-size: cover;
  } */

.inquiry-form-box {
	padding: 52px 68px;
	/* height: 328px; */
	width: 1400px;
	border-radius: 12px;
	background-color: #ffffff;
	margin-top: -8px;
	display: flex;
}

.inquiry-form-left {
	height: 80%;
	width: 40%;
}

.inquiry-form-left-tel {
	vertical-align: bottom;
	margin: 25px 0 21px;
}

.inquiry-form-left-tel img {
	display: inline-block;
	width: 37px;
	height: 39px;
	vertical-align: -6px;
	margin-top: 2px;
}

.inquiry-form-left-tel span {
	font-size: 36px;
	color: #497eff;
	letter-spacing: 0;
	font-weight: 600;
}

.inquiry-form-left>p:last-child {
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	font-weight: 400;
}

.inquiry-form-left>a:nth-of-type(2) {
	color: #497eff;
	font-weight: 600;
}

.inquiry-form-right {
	height: 80%;
	width: 60%;
}

.inquiry-form-right input,
.inquiry-form-right textarea {
	/* background-color: #F6F7F9; */

}

.inquiry-form-right textarea {
	border-radius: 8px;
	padding: 10px;

}

.inquiry-form-right textarea {
	width: 100%;
	resize: none;
}

.inquiry-form-right input:nth-of-type(1) {
	margin-right: 20px;
}

.inquiry-form-right>div:last-child {
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 48px;
	padding-left: 42px;
	width: 240px;
}

.input-group>input {
	width: 360px;
	height: 44px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 4px !important;
}

.input-group>textarea {
	width: 740px;
	height: 74px;
	background: #F6F7F9;
	border: 1px solid rgba(225, 225, 225, 1);
	border-radius: 8px;
}

.inquiry-form-box .lr-radius {
	color: #ffffff;
	background-color: #497eff;
	padding-bottom: 15px;
}

.inquiry-form-box .lr-radius span {
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.inquiry-form-left>a:nth-of-type(2) {
		display: none;
	}
}

@media(max-width:1024px) {
	.inquiry-form {
		height: auto;
	}

	.inquiry-form-box {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 16px 18px;
		margin: 30px 20px;
	}

	.inquiry-form-left>p:nth-of-type(1),
	.inquiry-form-left>p:nth-of-type(2) {
		display: none;
	}

	.inquiry-form-left>a:nth-of-type(1) {
		display: none;
	}

	.inquiry-form-left {
		height: 30%;
		width: 80%;
		text-align: center;
		font-size: 20px;
	}

	.inquiry-form-right {
		width: 90%;
		height: 59%;
	}

	.inquiry-form-right>div:last-child {
		font-size: 16px;
		height: 40px;
		width: 180px;
		color: #FFFFFF;
		letter-spacing: 0;
		font-weight: 600;
		line-height: 40px;
		padding-left: 30px;
	}

	.inquiry-form-right>div:last-child img {
		width: 30px;
		height: 30px;
	}

	.input-group>textarea {
		height: 50px;
	}

	.input-group>input {
		height: 35px;
	}
}

@media(max-width:768px) {
	.inquiry-form {
		padding: 0px;
	}

	.inquiry-form-right {
		width: 100%;
		padding-left: 0 !important;
	}

	.inquiry-form-box {
		padding: 10px 12px;
	}

	.inquiry-form-right input:nth-of-type(1) {
		margin-right: 10px;
	}

	.input-group>input::placeholder {
		font-size: 13px;
	}

	.inquiry-form-right textarea::placeholder {
		font-size: 13px;
	}
}

.input-tip {
	content: "";
	position: absolute;
	background-color: #ffffff;
	color: #333333;
	box-shadow: 0 0 8px 0 rgba(97, 97, 97, 0.3);
	z-index: 999;
	padding: 10px 15px;
	border-radius: 12px !important;
	cursor: default;
}

.input-tip::before {
	content: "";
	display: block;
	border: 8px solid #ffffff;
	border-color: transparent transparent #ece3e3 transparent;
	position: absolute;
	left: 30%;
	top: 0px;
	transform: translate(-50%, -100%);
}

.input-tip::after {
	content: "";
	display: block;
	border: 8px solid #ffffff;
	border-color: transparent transparent #ece3e3 transparent;
	position: absolute;
	left: 30%;
	top: 0;
	transform: translate(-50%, -100%);
	z-index: 1;
}


/*footer样式*/
.footer-box {
	width: 100%;
	background-image: url("../images/buttomBG.jpg");
	background-size: cover;
	margin-top: -1px;
}

.footer {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}

.footer-inner-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer-inner-box>div:nth-of-type(1) {
	padding-left: 30px;
}

.qrcode {
	padding: 0 40px;
}

.qrcode img {
	width: 140px;
	height: 140px;
}

.footer-address {
	padding-top: 35px;
	padding-right: 30px;
}

.footer-address img {
	width: 14px;
	height: 14px;
	display: inline-block;
}

.footer-address li {
	margin: 22px 0;
}

.footer-address span {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 400;
}

.footer-address p {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 22px;
	font-weight: 500;
	margin-top: 7px;
}

.footer-address li:last-child {
	margin-bottom: 0px;
}

.footer-box .bottomPart {
	height: 60px;
	border-top: 1px solid #373737;
	margin-top: 45px;
}

.footer-box .bottomPart p {
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	font-weight: 400;
}

.footer-box .bottomPart p:nth-of-type(1) {
	margin-top: 10px;
}

.footer-tel img {
	width: 12px;
	margin-right: 5px;
	height: 12px;
	display: inline-block;
}

.footer-email {
	margin-top: 22px;
	margin-bottom: 6px;
}

.footer-email img {
	margin-right: 5px;
	width: 12px;
	height: 10px;
	display: inline-block;
}

@media(max-width:1024px) {
	.footer-box {
		height: auto;
	}

	.footer {
		justify-content: center;
	}

	.footer-address {
		min-width: 300px;
		padding-right: 130px;
		padding-left: 30px;
	}

	.footer-inner-box {
		flex-wrap: wrap;
		justify-content: start;
	}

	.footer-box .bottomPart {
		height: auto;
	}

	.footer-box .bottomPart p {
		line-height: 24px;
	}

}

@media(max-width:768px) {
	.footer-address {
		padding-right: 0;
	}

	.footer .qrcode {
		margin-top: 20px;
	}

	.footer-address {
		padding-top: 0;
	}

	.footer-tel {
		margin-top: 15px;
	}

	.footer-tel-a {
		font-size: 22px !important;
		line-height: 30px !important;
	}

	.qrcode img {
		width: 100px;
		height: 100px;
	}

	.qrcode div {
		font-size: 12px;
	}

	.footer-address li {
		font-size: 12px;
		line-height: 22px;
		margin: 0;
		margin-top: 7px;
	}

	.footer-box .bottomPart {
		margin-top: 22px;

	}

	.footer-box .bottomPart p {
		font-size: 10px;
		line-height: 16px;
		padding-bottom: 5px;
	}

	.footer-address span {
		font-size: 14px;
	}

	.footer-address p {
		font-size: 12px;
		margin-top: 0;
	}

	.footer-email {
		margin-top: 5px;
	}
}

/* 头部导航�? */
.header-scroll.header-container {
	background-color: #FFFFFF;
	color: #333333;
	box-shadow: 0 4px 10px 0 hsla(0, 0%, 89%, .5);
}

.header-logo img:nth-of-type(1) {
	display: block;
}

.header-logo img:nth-of-type(2) {
	display: none;
}

.header-scroll .header-logo img:nth-of-type(1) {
	display: none;
}

.header-scroll .header-logo img:nth-of-type(2) {
	display: block;
}

.header-scroll .header-unit.is-active span::after,
.header-scroll .header-item-line {
	background: #497eff;
}

.header-scroll .header-unit.is-active .header-item,
.header-scroll .header-unit:hover .header-item {
	color: #497eff;
}

.header-scroll .qrcode-box>img:first-of-type {
	display: none;
}

.header-scroll .qrcode-box>img:last-of-type {
	display: block;
}

.header-scroll .phone-box img:nth-of-type(2) {
	display: inline-block;
}

.header-scroll .phone-box img:nth-of-type(1) {
	display: none;
}

.header-scroll .phone-box span {
	color: #497eff;
}

.header-scroll .tel-box img:nth-of-type(1) {
	display: none;
}

.header-scroll .tel-box img:nth-of-type(2) {
	display: inline-block;
}

.header-scroll .tel-box span {
	color: #497eff;
}

.header-scroll .small-separato-vertical {
	width: 1px;
	opacity: 1;
	background-color: #497eff;
}

.header-container {
	z-index: 101;
	height: 82px;
	position: fixed;
	width: 100%;
	display: flex;
	font-size: 16px;
	color: white;
	align-items: center;
	justify-content: space-around;
}

.header-logo {
	margin-left: 75px;
	margin-right: 55px;
	height: 100%;
	width: 200px;
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 0;
	flex-shrink: 0;
}

.header-logo img {
	max-height: 100%;
	max-width: 100%;
}

.header-box {
	align-items: stretch;
	background: transparent;
	box-shadow: none;
	display: flex;
	height: 100%;
	left: auto;
	padding: 0;
	position: relative;
	right: auto;
	top: 0;
	width: auto;
}

.header-unit {
	font-weight: 400;
	cursor: pointer;
	position: relative;
	display: block;
	padding: 0 20px;
}

.header-item {
	height: 100%;
	align-items: center;
	display: flex;
	font-size: 16px;
	justify-content: center;
	white-space: nowrap;
	width: 100%;
	position: relative;
}

.header-unit.is-active span::after,
.header-item-line {
	background: #ffffff;
	bottom: 10px;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	border-radius: 2px;
}

.header-unit:hover .header-item {
	color: #497eff;
}

.header-item-line {
	transition: all 0.3s ease;
	width: 0px;
	pointer-events: none;
}

.sub-header {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.sub-box {
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 2px 8px 0 #e4e4e4;
	display: none;
	min-width: 190px;
	padding: 10px 20px;
	position: absolute;
	font-size: 14px;
	top: 100%;
	z-index: 99;
	color: #333333;
	width: 240px;
	height: 384.32px;
}

.sub-unit {
	padding-top: 15px;
	height: 50px;
	line-height: 35px;
	/* border-bottom: 1px solid #E8E8E8; */
	display: block;
}

/* .sub-unit:last-of-type {
    border-bottom: none;
  } */

.sub-unit:hover {
	/* border-color: #497eff; */
	color: #497eff;
}

/* 选中状�?? */
.sub-unit.is-active {
	color: #497eff;
}

.sub-unit.is-active+div>.sub-item-line {
	width: 100%;
	background-color: #497eff;
}

.sub-unit.is-active .sub-item img:nth-of-type(1) {
	display: none;
}

.sub-unit.is-active .sub-item img:last-child {
	display: inline-block;
}

/* 选中状�?? */
/*解决方案悬浮滑动�?*/
.sub-unit:hover+div>.sub-item-line {
	width: 100%;
	background-color: #497eff;
	transition: width 0.5s linear;
}

.sub-item-line {
	width: 0%;
	height: 2px;
	background-color: #E8E8E8;
}

.sub-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 8px;
}

.sub-item img {
	width: 12px;
	height: 12px;
}

.sub-item img:last-child {
	display: none;
}

.sub-unit:hover .sub-item img:nth-of-type(1) {
	display: none;
}

.sub-unit:hover .sub-item img:last-child {
	display: inline-block;
}

.sub-header:hover .sub-box {
	display: block;
}

.sub-header .header-item img {
	margin-left: 5px;
}

.sub-header .header-item img:nth-of-type(2),
.sub-header .header-item img:nth-of-type(3),
.sub-header .header-item img:nth-of-type(4) {
	display: none;
}

.sub-header:hover .header-item img:nth-of-type(1) {
	display: none;
}

.sub-header:hover .header-item img:nth-of-type(2) {
	transform: rotate(180deg);
	display: block;
}

.header-scroll .sub-header .header-item img:nth-of-type(1),
.header-scroll .sub-header .header-item img:nth-of-type(2),
.header-scroll .sub-header .header-item img:nth-of-type(4) {
	display: none;
}

.header-scroll .sub-header .header-item img:nth-of-type(3) {
	transform: rotate(180deg);
	display: block;
}

.header-scroll .sub-header:hover .header-item img:nth-of-type(3) {
	display: none;
}

.header-scroll .sub-header:hover .header-item img:nth-of-type(4) {
	display: block;
}



.side-bar {
	background: #497eff;
	box-shadow: 0px 0px 16px 0px rgba(99, 99, 99, 0.11);
	border-radius: 8px 0px 0px 8px;
	cursor: pointer;
	position: fixed;
	margin-top: -141px;
	right: 0;
	top: 50%;
	z-index: 51;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	outline: none;
	transform-style: preserve-3d;
	transition: all .2s;
	width: 110px;
	/* height: 282px; */
	height: 188px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	font-weight: 500;
	padding: 0px 10px;
}

.side-bar>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 94px;
	border-bottom: 1px solid rgba(225, 255, 255, 0.43);
}

.side-bar>div>img {
	width: 36px;
	height: 36px;
	margin-bottom: 6px;
}

.side-bar>div:active>img {
	transform: scale(0.85);
}

.side-qrcode-item {
	position: absolute;
	top: 0;
	right: 110%;
	width: 200px;
	height: 200px;
	z-index: 101;
	display: none;
	cursor: pointer;
	padding: 20px;
	background: rgba(255, 255, 255, 0.93);
	box-shadow: 0px 20px 29px 0px rgba(157, 157, 157, 0.2);
	border-radius: 12px;
}

.side-qrcode-item img {
	width: 160px;
	height: 160px;
}

.side-bar>div:nth-of-type(1):hover .side-qrcode-item {
	display: block;
}

@media(max-width:1024px) {
	.side-bar {
		width: 55px;
		/* height: 176px; */
		height: 118px;
		top: auto;
		bottom: 30px;
	}

	.side-bar>div img {
		margin-bottom: 0;
		width: 24px;
		height: 24px;
	}

	.side-bar>div span {
		display: none !important;
	}

	.side-qrcode-item {
		width: 160px;
		height: 160px;
	}

	.side-qrcode-item>img {
		width: 120px;
		height: 120px;
	}
}

@media(max-width:768px) {
	.side-bar {
		/* height: 116px; */
		height: 58px;
		top: auto;
		bottom: 30px;
	}

	.side-bar>div img {
		width: 50px;
		height: 50px;
	}

	.side-bar>div {
		border: none;
	}

	.side-bar>div:nth-of-type(1) {
		display: none;
	}

	.side-bar>div:nth-of-type(3) {
		border: 0;
	}
}



.nav-top-right {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-grow: 1;
	padding-right: 85px;
}

.qrcode-box {
	position: relative;
	cursor: pointer;
}

.qrcode-item {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	margin-top: 16px;
	top: 100%;
	width: 200px;
	height: 200px;
	z-index: 101;
	display: none;
	cursor: pointer;
	padding: 20px;
	background: rgba(255, 255, 255, 0.93);
	box-shadow: 0px 20px 29px 0px rgba(157, 157, 157, 0.2);
	border-radius: 12px;
}

.qrcode-box img {
	width: 30px;
}

.qrcode-box>img:last-of-type {
	display: none;
}

.qrcode-box>div>img {
	width: 160px;
}

.qrcode-box:hover>img:first-of-type {
	display: none;
}

.qrcode-box:hover>img:last-of-type {
	display: block;
}

.qrcode-box:hover .qrcode-item {
	display: block;
}

@media(max-width:768px) {
	.header-scroll .nav-right-responsive img:nth-of-type(2) {
		width: 24px;
	}
}

.phone-box {
	margin-left: 20px;
}

.phone-box img:nth-of-type(1),
.phone-box img:nth-of-type(2) {
	width: 24px;
	height: 24px;
	vertical-align: -4px;
}

.phone-box img:nth-of-type(2) {
	display: none;
}

.phone-box:hover img:nth-of-type(2) {
	display: inline-block;
}

.phone-box:hover img:nth-of-type(1) {
	display: none;
}

.phone-box:hover span {
	color: #497eff;
}

.tel-box {
	margin-left: 30px;
}

.tel-box img:nth-of-type(1),
.tel-box img:nth-of-type(2) {
	width: 24px;
	height: 24px;
	vertical-align: -4px;
}

.tel-box img:nth-of-type(2) {
	display: none;
}

.tel-box:hover img:nth-of-type(2) {
	display: inline-block;
}

.tel-box:hover img:nth-of-type(1) {
	display: none;
}

.tel-box:hover span {
	color: #497eff;
}

.tel-box span,
.phone-box span {
	font-family: Helvetica-Bold;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 700;
}

/* 侧边菜单 */
.aside-Nav {
	display: none;
	padding: 15px 24px 0 24px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 480px;
	height: 100vh;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 999;
}

.aside-Nav .closeImg {
	display: block;
	margin: 30px auto;
	width: 24px;
	height: 24px;
}

.aside-Nav .line {
	margin: 15px 0 20px 0;
	height: 1px;
	background: #E8E8E8;
}

.aside-Nav .asideTab {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.aside-Nav .asideTab li {
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}

.aside-Nav .asideTab li a {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.asideTab li a:hover {
	/* color: #497eff; */
}

.nav-right-responsive {
	display: none;
}

.nav-right-responsive .small-separato-vertical {
	margin: 0 10px;
}

.aside-menubtn {
	cursor: pointer;
	width: 24px;
	height: 24px;
}

.nav-right-responsive img:nth-of-type(1) {
	display: inline-block;
}

.nav-right-responsive img:nth-of-type(2) {
	display: none;
}

.header-scroll .nav-right-responsive img:nth-of-type(1) {
	display: none;
}

.header-scroll .nav-right-responsive img:nth-of-type(2) {
	display: inline-block;
}

/* 响应式，导航栏右侧内�? */
@media(max-width:1710px) {
	.nav-top-right>div:nth-of-type(2) {
		display: none;
	}

	.nav-top-right>div:nth-of-type(3) {
		display: none;
	}
}

@media(max-width:1578px) {
	.header-logo {
		margin-left: 30px;
		margin-right: 25px;
	}

	.header-unit {
		padding: 0px 15px;
	}

	.nav-top-right {
		padding-right: 30px;
	}
}

@media(max-width:1400px) {

	.header-box,
	.nav-top-right {
		display: none;
	}

	.tel-box {
		margin-left: 5px;
	}

	.header-logo {
		margin-right: 0px;
		margin-left: 10%;
	}

	.nav-right-responsive {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: end;
		flex-grow: 1;
		padding-right: 70px;
	}

	.nav-right-responsive .phone-box {
		margin-left: 0;
	}
}

@media(max-width:768px) {
	.header-logo {
		width: 150px;
		margin-left: 12px;
		margin-right: 0px;
	}

	.nav-right-responsive {
		flex-grow: 0;
		padding-right: 12px;
	}

	.header-container {
		height: 62px;
		width: 100%;
		justify-content: space-between;
	}

	.aside-Nav {
		position: absolute;
		right: 0;
		top: 0;
		width: 250px;
	}

	.aside-Nav .closeImg {
		margin: 15px auto;
	}

	.aside-Nav .asideTab li {
		height: 45px;
		line-height: 45px;
	}
}

.advantageContainer {
	position: relative;
	width: 100%;
	margin: 20px auto;
	padding: 2% 0;
	background-color: #f7f7f7;
}

.advantageContainer .containerBox {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}

.advantageTitle span {
	font-size: 13px;
	color: #69BD83;
	padding-bottom: 10px;
	border-bottom: 1px solid #69BD83;
}

.advantagePro {
	font-size: 24px;
	margin: 35px 0;
	font-weight: bold;
	letter-spacing: 3px;
	color: #cf030b;
}

.advantagCen .cenLeft {
	position: relative;
	display: inline-block;
	width: 50%;
	z-index: 9;
	/* padding-left: 5%; */
}

.advantagCen .cenLeft .leftBox {
	padding: 5%;
	/* background: rgba(238, 238, 238, 0.7); */
}

.advantagCen .cenLeft .textH1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
}

.advantagCen .cenLeft .textP1 {
	font-size: 16px;
	line-height: 30px;
}

.advantagCen .cenRight {
	display: inline-block;
	width: 50%;
}

.advantagCen .cenRight img {
	width: 100%;
	max-width: 700px;
	height: 478px;
	/* margin-left: -40%; */
	;
}

.cenLeft .btnBox {
	display: flex;
	justify-content: center;
}

.advantagBtn {
	width: 225px;
	height: 46px;
	border: 1px solid #497eff;
	border-radius: 25px;
	cursor: pointer;
	color: #497eff;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	margin: 40px 0;
}


/*经典案例*/
.case-container .tab-content {
	max-width: 1903px;
	margin: 0 auto;
}

.case-container .lr-radius {
	margin: 0 auto;
	border: solid 1px #497eff;
	color: #497eff;
}

.case-container .lr-radius a {
	color: #497eff;
}

.case-container .lr-radius img:nth-of-type(2) {
	display: none;
}

.case-container .lr-radius:hover {
	color: #ffffff;
	background-color: #497eff;
}

.case-container .lr-radius a:hover {
	color: #ffffff;
}

.case-container .lr-radius:hover img:nth-of-type(1) {
	display: none;
}

.case-container .lr-radius:hover img:nth-of-type(2) {
	display: inline-block;
}

.case-container .seeMore {
	font-size: 20px;
	font-weight: 600;
	color: #497eff;
}

.classical-case {
	max-width: 1500px;
	min-width: 768px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

.classical-container {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, calc(33% - 15px));
}

.caseHoverBg {
	transition: all 2s linear 0s;
}

.caseHoverBg:hover {
	height: 588px;
	background: red
}

.classical-box {
	position: relative;
	/* margin-right: 20px; */
	/* border-radius: 8px; */
	background: #FFFFFF;
	/* border-bottom: 2px solid #DCDFE6; */
}



.classical-box>div:nth-of-type(1)>img:first-child {
	/* border-radius: 8px; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-cover-layer {
	position: relative;
	max-height: 480px;
	/* height: 100%; */
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	overflow: hidden;
}

.cover-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.5);
}

.classical-box>div:nth-of-type(1)>img:nth-of-type(2) {
	position: absolute;
	width: 45%;
	height: 45%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
}

.classical-box>.case-cover-layer>div:nth-of-type(2) {
	position: absolute;
	right: 0px;
	bottom: 10px;
	display: inline-block;
	background-color: #cb2323;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	font-weight: 500;
	padding: 0 2px;
}

.classical-unit {
	/*height: 90px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 10px 15px 10px 18px; */
}

.classical-text {
	font-size: 18px;
	padding: 16px 0px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.classical-icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.classical-icon>img:first-child {
	width: 20px;
	height: 20px;
}

.classical-icon>img:last-child {
	display: none;
	width: 30px;
	height: 30px
}

.classical-box:hover .classical-icon>img:first-child {
	display: none;
}

.classical-box:hover .classical-icon>img:last-child {
	display: inline-block;
}

.classical-box:hover {
	box-shadow: 0px 2px 17px 0px rgba(1, 1, 1, 0.06);
	cursor: pointer;
}

.classical-box .default-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.classical-box .default-btn span {
	background: rgba(73, 73, 73, 0.5);
	color: #fff;
	text-align: center;
	font-size: 24px;
	position: absolute;
	display: inline-block;
	/* z-index: -1; */
	opacity: 1;
	width: 100%;
	height: 0%;
	top: 100%;
	left: 0%;
	transition: all 0.6s;


}

.classical-box .default-btn span p {
	opacity: 0;
	text-align: center;
	width: 100%;
	padding: 0 20px;
}

.classical-box:hover img {
	transform: scale(1.2);
	transition: all 0.6s;
}

.classical-box:hover .default-btn span {
	top: 0%;
	height: 100%;
	transition: all 0.6s ease-out;
}

.classical-box:hover .default-btn span p {
	opacity: 1;
	position: absolute;
	top: 48%;
}


@media(max-width:1200px) {
	.case-container .option-title {
		padding-top: 40px !important;
	}
}

@media(max-width:1024px) {
	.case-container ul {
		margin-bottom: 24px;
	}

	.case-container .option-title {
		padding-top: 0px !important;
		padding-bottom: 20px !important;
		font-size: 20px;
	}

	.case-container .nav-item {
		margin: 0 10px;
		/* width: 90px; */
		width: auto;
		height: 38px;

	}

	.case-container .nav-item button {
		/* width: 90px; */
		width: auto;
		padding: 0 20px;
		margin: 0 auto;
		font-size: 16px;
		height: 38px;
		border-radius: 18px;
	}

	.classical-text div:first-child {
		font-size: 14px;
		line-height: 28px;
		font-weight: 600;
	}

	.classical-text div:last-child {
		font-size: 12px;
		color: #999999;
		letter-spacing: 0;
		font-weight: 400;
	}

	.case-container .lr-radius {
		width: 180px !important;
		height: 40px;
		line-height: 40px;
		padding-left: 28px !important;
		margin-top: 10px !important;
	}

	.case-container .lr-radius img {
		width: 30px;
		height: 30px;

	}

	.case-container .lr-radius span {
		font-size: 16px;
	}

	.classical-icon {
		width: 20px;
		height: 20px;
	}

	.classical-icon>img:last-child {
		width: 30px;
		height: 30px;
	}

	.classical-icon>img:first-child {
		width: 20px;
		height: 20px;
	}

}

@media(max-width:768px) {
	.classical-container {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(2, calc(50% - 10px));
	}

	.classical-container .classical-box:nth-of-type(1),
	.classical-container .classical-box:nth-of-type(2) {
		/* margin-left: 10px;
      margin-right: 10px; */
	}



	.classical-case {
		min-width: 0px;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}

	.classical-container {
		justify-content: center;
	}

	.classical-box:hover .classical-icon>img:first-child {
		display: inline-block;
	}

	.classical-box:hover .classical-icon>img:last-child {
		display: none;
	}

	.classical-box>.case-cover-layer>div:nth-of-type(2) {
		position: absolute;
		right: 0px;
		bottom: 10px;
		display: inline-block;
		background-color: #cb2323;
		font-size: 10px;
		padding: 0 2px;
		border-radius: 2px;
		color: #FFFFFF;
		letter-spacing: 0;
		text-align: center;
		font-weight: 500;
	}

	.classical-unit {
		/*height: 60px;*/
		padding: 4px 8px 4px 8px;
	}
}

.hhshopsbtn {
	width: 210px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 25px;
	display: flex;
	padding-left: 23px;
	padding-right: 5px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;

	margin: 0 auto;
	margin-top: 115px;
}

.hhshopsbtn>img {
	width: 40px;
	height: 40px;
}

.hhshopsbtn>span {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 600;
}

@media(max-width:1200px) {
	.hhshopsbtn {
		width: 168px;
		height: 40px;
	}

	.hhshopsbtn>img {
		width: 32px;
		height: 32px;
	}

	.hhshopsbtn>span {
		font-size: 16px;
		color: #FFFFFF;
		font-weight: 600;
	}
}

@media(max-width:1024px) {
	.hhshopsbtn {
		margin-top: 30px;
	}
}

.tab-content>.tab-pane {
	opacity: 0;
}

.tab-content>.tab-pane.active {
	opacity: 1;
}


/* 行业资讯 */
.hpartners-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	padding-bottom: 90px;
	padding: 0 20px 90px;
}

.hindustryInformation-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	width: 100%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 24px;
	padding-top: 24px;
}

.hpartners-container>.option-title {
	margin-bottom: 0;
}

.hindustryInformation-box .hindustryInformation-item:nth-of-type(1) {
	margin-right: 34px;
}

.hindustryInformation-item {
	width: 684px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

.hindustryInformation-item p {
	color: #4c4c4c;
}

.hindustryInformation-item>img {
	width: 240px;
	height: 160px;
	border-radius: 4px;
	object-fit: cover;
	object-position: center;
}

.hindustryInformation-item:hover {
	box-shadow: -4px 4px 30px 9px rgba(176, 178, 183, 0.15);
}

.hindustryInformation-item:hover .hindustryInformation-item-text img:nth-of-type(2) {
	display: inline-block;
}

.hindustryInformation-item:hover .hindustryInformation-item-text img:nth-of-type(1) {
	display: none;
}

.hindustryInformation-item:hover .hindustryInformation-item-text>p:nth-of-type(1) {
	color: #497eff;
}

.hindustryInformation-item-text {
	height: 160px;
	padding-left: 17px;
	flex: 1;
}

.hindustryInformation-item-text img:nth-of-type(2) {
	display: none;
}

.hindustryInformation-item-text img {
	float: right;
	height: 16px;
	padding-left: 16px;
}

.hindustryInformation-item-text>p:nth-of-type(1) {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hindustryInformation-item-text>p:nth-of-type(2) {
	font-size: 14px;
	line-height: 24px;
	padding-top: 16px;
	margin-bottom: 51px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hpartners-container .lr-radius {
	margin: 0 auto;
	border: solid 1px #497eff;
	color: #497eff;
}

.hpartners-container .lr-radius a {
	color: #497eff;
}

.hpartners-container .lr-radius img:nth-of-type(2) {
	display: none;
}

.hpartners-container .lr-radius:hover {
	color: #ffffff;
	background-color: #497eff;
}

.hpartners-container .lr-radius a:hover {
	color: #ffffff;
}

.hpartners-container .lr-radius:hover img:nth-of-type(1) {
	display: none;
}

.hpartners-container .lr-radius:hover img:nth-of-type(2) {
	display: inline-block;
}

@media(max-width:1400px) {
	.hindustryInformation-item-text>p:nth-of-type(2) {
		padding-top: 10px;
		margin-bottom: 54px;
	}
}

@media(max-width:1024px) {
	.hindustryInformation-box {
		width: 100%;
		flex-direction: column;
		padding: 0;
	}

	.hindustryInformation-box .hindustryInformation-item:nth-of-type(1) {
		margin-right: 0;
	}

	.hpartners-container>.option-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.hpartners-container .lr-radius {
		width: 180px !important;
		height: 40px;
		line-height: 40px;
		padding-left: 28px !important;
		margin-top: 10px !important;
	}

	.hpartners-container .lr-radius img {
		width: 30px;
		height: 30px;

	}

	.hpartners-container .lr-radius span {
		font-size: 16px;
	}
}

@media(max-width:768px) {
	.hindustryInformation-box {
		width: 100%;
		flex-direction: column;
		border-bottom: 0;
		padding: 0px;
	}

	.hpartners-container>.option-title {
		margin-bottom: 4px;
	}

	.hindustryInformation-item {
		height: auto;
		width: 100%;
		/* padding-right: 12px;
    padding-left: 12px; */
		padding: 12px;
		cursor: pointer;
	}

	.hindustryInformation-item>img {
		width: 117px;
		height: 78px;
		flex: none;
	}

	.hindustryInformation-item-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: start;
		width: 70%;
		height: auto;
		padding-left: 14px;
	}

	.hindustryInformation-box .hindustryInformation-item:nth-of-type(1) {
		margin-right: 0;
	}

	.hindustryInformation-item-text>p:nth-of-type(1) {
		width: 100%;
		font-size: 16px;
		height: 20px;
		line-height: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.hindustryInformation-item-text>p:nth-of-type(2) {
		padding-top: 0;
		width: 100%;
		font-size: 12px;
		margin-bottom: 15px;
		height: 20px;
		line-height: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: 5px;
		margin-bottom: 5px;
		display: block;
	}

	.hindustryInformation-item-text>div {
		width: 100%;
	}

	.hindustryInformation-item:hover {
		box-shadow: none;
	}

	.hindustryInformation-item:hover .hindustryInformation-item-text img:nth-of-type(2) {
		display: none;
	}

	.hindustryInformation-item:hover .hindustryInformation-item-text img:nth-of-type(1) {
		display: inline-block;
	}

	.hindustryInformation-item:hover .hindustryInformation-item-text>p:nth-of-type(1) {
		color: #333333;
	}

	.hpartners-container .lr-radius:hover {
		color: #497eff;
		background-color: #ffffff;
	}

	.hpartners-container .lr-radius:hover img:nth-of-type(1) {
		display: inline-block;
	}

	.hpartners-container .lr-radius:hover img:nth-of-type(2) {
		display: none;
	}

}

@media(max-width:870px) {
	.solution-container .case-option {
		justify-content: start;
	}

	.advantagCen .cenLeft {
		display: block;
		width: 95%;
	}

	.advantagCen .cenRight {
		display: block;
		width: 95%;
	}

	.advantagCen .cenRight img {
		width: 100%;
	}

}



body {
	margin: 0 0 0 0;
	font-family: Arial;
	font-family: 'Poppins';
}

.clear {
	clear: both;
}

/* CSS Document */
.qm_maina,
.ym_more,
.unti_righta,
.unti_rightb,
.unti_rightc {
	width: 100%;
	float: left;
}

#ycdh {
	display: none;
	background: #fff;
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
	color: #222;
}

.sy_ma {
	position: relative;
}

.sy_cpuntia,
.sy_cpuntib {
	width: 100%;
	float: left;
}

.sy_cpunti a:link,
.sy_cpunti a:visited {
	color: #222;
}

.ny_banner {
	position: relative;
}

.cpread_img img {
	width: 100%;
}

.ym_dh li a:link,
.ym_dh li a:visited {
	color: #9c7a4c;
}

.qm_mainc {
	width: 100%;
	float: left;
}

.xp_list a:link,
.xp_list a:visited {
	color: #333;
}

/*===========================1200px=========================================*/
@media screen and (min-width:767px) {

	/*and (max-width:1200px)*/
	.qm_mainb {
		width: 90%;
		margin: 0px auto;
	}

	.hvswl_head {
		position: fixed;
		z-index: 777;
		transition: all 0.6s;
	}

	.hvswl_head:hover {
		background: #111;
	}

	.hvsel_logo {
		width: 10%;
		max-width: 87px;
		margin-top: 10px;
		float: left;
		margin-bottom: 10px;
	}

	.head_rdh {
		width: 10%;
		margin-top: 26px;
		float: right;
		margin-left: 5%;
		color: #fff;
	}

	.head_rdh li {
		float: left;
		width: 50%;
		text-align: center;
	}

	.layui-layer {
		width: 60%;
		background: #474d3f;
		color: #fff;
	}

	#search,
	.ycyy_mn {
		display: none;
	}

	.head_rdha,
	.head_rdhb,
	.head_rdhc {
		width: 33.33%;
		float: left;
		color: #fff;
	}

	.head_rdh button {
		border: 0px;
		background: none;
	}

	.head_rdh li {
		float: left;
		position: relative;
	}

	.head_rdh li font {
		padding-left: 15px;
	}

	.head_rdh li span {
		padding-right: 15px;
	}

	#wapcplb {
		width: 100%;
		float: left;
	}

	.ycyy_mn {
		width: 100%;
		left: 10px;
		position: absolute;
		transition: all 0.6s;
		float: left;
		top: 23px;
		z-index: 887;
		padding: 18px 12px;
		background: #fff;
		border-radius: 12px;
	}

	.ycyy_mn dd {
		line-height: 30px;
		text-align: center;
	}

	.head_rdh li:hover .ycyy_mn {
		display: block;
		display: block;
		animation: hideIndex 0.3s;
		-moz-animation: hideIndex 0.3s;
		-webkit-animation: hideIndex 0.3s;
		-o-animation: hideIndex 0.3s;
		position: absolute;
	}

	.hvswl_head .logob {
		display: none;
	}

	.ce2 .head_rdh {
		color: #fff;
	}

	.ce2 .logoa {
		display: none;
	}

	.ce2 .logob {
		display: block;
	}

	#search {
		width: 100%;
		float: left;
		background: #494f41;
		padding: 30px;
	}

	.layui-layer {
		background: none;
	}

	#search input {
		width: 85%;
		float: left;
		border: 0px;
		padding: 15px;
	}

	#search button {
		width: 15%;
		float: left;
		border: 0px;
		height: 53px;
		background: #222;
		color: #fff;
	}

	#ycdh {
		padding: 13% 10%;
	}

	.tcdh_ma {
		width: 100%;
		float: left;
		font-size: 18px;
		padding-top: 30px;
	}

	.tcdh_ma li {
		line-height: 60px;
		border-bottom: 1px solid #eee;
		transition: all 0.6s;
	}

	.tcdh_ma li span {
		float: right;
		margin-top: 20px;
	}

	.tcdh_ma li:hover {
		padding: 0px 15px;
	}

	.tcdh_mb {
		position: absolute;
		bottom: 30px;
		float: left;
	}

	.tcdh_mb dd {
		line-height: 36px;
	}

	.tcdh_mb dd span {
		padding: 5px;
		background: #222;
		color: #fff;
		border-radius: 500px;
		margin-right: 12px;
	}

	.sy_ma {
		position: relative;
	}

	.sy_abimga {
		width: 30%;
		position: absolute;
		left: 0px;
		top: 10%;
		z-index: 2;
	}

	.sy_ableft {
		width: 30%;
		margin-left: 10%;
		margin-top: 12%;
		float: left;
		position: relative;
		z-index: 10;
		margin-bottom: 12%;
	}

	.sy_abright {
		width: 45%;
		float: right;
		margin-right: 10%;
		margin-top: 12%;
	}

	.sy_abrighta,
	.sy_abrightb {
		width: 100%;
		float: left;
	}

	.sy_abrighta h1 {
		font-size: 36px;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.sy_abrighta p {
		line-height: 32px;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.sy_abrightb {
		WIDTH: 100%;
		float: left;
		margin-top: 12%;
		FONT-SIZE: 18PX;
	}

	.sy_abrightb span {
		width: 50px;
		height: 1px;
		display: block;
		transition: all 0.6s;
		background: #494f41;
		float: left;
		margin-top: 13px;
		margin-right: 20px;
	}

	.sy_ma:hover .sy_abrightb span {
		width: 80px;
	}

	.sy_mb {
		padding: 5% 10%;
		background: #494f41;
		color: #fff;
	}

	.sy_tt {
		width: 100%;
		margin-bottom: 60px;
		float: left;
		text-align: center;
		line-height: 40px;
		font-size: 26px;
	}

	.mgleft {
		margin-left: 1%;
	}

	.sy_cpunti {
		width: 24.25%;
		margin-bottom: 50px;
		float: left;
		background: #fff;
	}

	.sy_cpuntia {
		overflow: hidden;
	}

	.sy_cpuntia img {
		transition: all 0.6s;
	}

	.sy_cpuntib {
		padding: 26px;
	}

	.sy_cpuntib h1 {
		font-size: 22px;
		margin-bottom: 18px;
		font-weight: bold;
	}

	.sy_cpuntib h1 span {
		font-weight: normal;
		font-size: 16px;
		margin-left: 12px;
		font-family: 'Poppins';
		color: #bcb8b8;
	}

	.sy_cpuntib p {
		font-size: 14px;
		margin-bottom: 50px;
	}

	.sy_cpuntib dd span {
		margin-left: 15px;
		font-size: 14px;
	}

	.sy_cpunti:hover img {
		transform: scale(1.2);
	}

	.sy_cp {
		padding: 5% 10%;
	}

	.cp_tt {
		width: 100%;
		/* float: left; */
		text-align: center;
	}

	.cp_tt h1 {
		font-size: 36px;
		font-weight: bold;
		color: #34382e;
		margin-bottom: 16px;
	}

	.cp_tt p {
		font-size: 18px;
		color: #7f7f7f;
	}

	.cp_tjcp {
		width: 100%;
		float: left;
	}

	.swiper-paginationcp {
		text-align: center;
		padding-top: 20px;
	}

	.cp_tjcp {
		margin-top: 40px;
	}

	.ts_ma {
		width: 100%;
		float: left;
		padding: 30px 0px;
	}

	.ts_left {
		width: 47%;
		position: relative;
		float: left;
	}

	.ts_right {
		width: 49.8%;
		float: right;
		position: relative;
	}

	.ts_righta {
		width: 100%;
		float: left;
		margin-bottom: 3%;
	}

	.ts_lefta {
		width: 100%;
		text-align: center;
		position: absolute;
		top: 40px;
	}

	.ts_righta {
		position: relative;
	}

	.ts_lefta h1,
	.ts_rightb h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.ts_lefta p,
	.ts_rightb p {
		font-size: 18px;
	}

	.ts_rightb {
		width: 100%;
		position: absolute;
		padding-right: 40%;
		left: 30px;
		top: 40px;
	}

	.ts_rightaa a:link,
	.ts_rightaa a:visited {
		color: #fff;
	}

	.hvswl_footer {
		color: #fff;
		background: #171717;
	}

	.hvswl_footera {
		width: 100%;
		float: left;
		padding: 30px 10%;
		border-bottom: 1px solid #3b4035;
	}

	.f_logo {
		width: 10%;
		float: left;
	}

	.f_logo img {
		width: 100%;
	}

	.fa_right {
		width: 50%;
		float: right;
	}

	.fa_righta {
		width: 30.33%;
		margin-left: 3%;
		position: relative;
		padding-left: 60px;
		float: left;
	}

	.fa_righta h1 {
		font-size: 16px;
		color: #fff;
	}

	.fa_righta p {
		font-size: 14px;
		color: rgba(255, 255, 255, 0.3);
	}

	.fa_righta span {
		display: block;
		width: 50px;
		font-size: 20px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		border: 1px solid rgba(255, 255, 255, 0.3);
		border-radius: 500px;
		left: 0px;
		position: absolute;
		top: 0px;
	}

	.f_dh {
		width: 15%;
		float: left;
		color: #222;
	}

	.f_dh h2 {
		font-size: 18px;
		font-family: 'Poppins-SemiBold';
		font-weight: bold;
		margin-bottom: 30px;
		color: #fff;
	}

	.f_dh dd {
		font-size: 16px;
		line-height: 35px;
		color: #fff;
	}

	.f_dh dd a:link,
	.f_dh dd a:visited {
		color: #fff;
	}

	.f_dhb {
		width: 23%;
		float: right;
		position: relative;
	}

	.f_dhb img {
		position: absolute;
		width: 150px;
		right: 0px;
		top: 40px;
	}

	.hvswl_footerc {
		border-top: 1px solid #404144;
		COLOR: #222;
		padding: 20px 0px;
		color: #fff;
	}

	.nybn_tt {
		width: 80%;
		position: absolute;
		left: 10%;
		top: 40%;
		text-align: center;
		color: #fff;
		font-size: 36px;
	}

	.nybn_tt h2 {
		font-size: 50px;
		font-weight: bold;
		font-family: 'Poppins-SemiBold';
	}

	.nybn_tt dd {
		font-size: 18px;
	}

	.nybn_tt a {
		margin: 0px 15px;
	}

	.nybn_tt a:link,
	.nybn_tt a:visited {
		color: #fff;
	}

	.zycp_bg {
		width: 100%;
		float: left;
		padding: 0px 10%;
		position: relative;
		margin-bottom: 50px;
	}

	.zycp_bga {
		width: 100%;
		float: left;
		overflow: hidden;
		border-radius: 30px;
	}

	.zycp_bga img {
		z-index: 10;
		position: relative;
	}

	.zycp_tt {
		width: 50%;
		position: absolute;
		top: 10%;
		left: 16%;
		color: #fff;
		z-index: 444;
	}

	.zycp_tt h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.zycp_tt p {
		font-size: 18px;
		line-height: 30px;
	}

	.goods_ma {
		padding: 5% 18%;
	}

	.goods_mb {
		width: 78%;
		float: right;
		margin-top: 60px;
		display: grid;
		grid-gap: 1%;
		grid-template-columns: repeat(4, calc(25% - 15px));
	}

	.goods_list {
		width: 100%;
		border: 1px solid #eee;
		float: left;
		text-align: center;
		margin-bottom: 25px;
	}

	.goods_list img {
		transition: all 0.6s;
	}

	.goods_list:hover img {
		transform: scale(1.2);
	}

	.goods_lista {
		width: 100%;
		overflow: hidden;
	}

	.goods_list h1 {
		border-top: 1px solid #eee;
		font-size: 16px;
		padding: 15px;
		transition: all 0.6s;
	}

	.goods_gg {
		width: 100%;
		float: left;
		margin-top: 40px
	}

	.goods_gga {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		border-radius: 10px;
		overflow: hidden;
		position: relative;
	}

	.goods_ggb {
		width: 40%;
		position: absolute;
		top: 14%;
		right: 10%;
		color: #fff;
	}

	.goods_ggb h2 {
		font-size: 50px;
	}

	.goods_ggb h1 {
		font-size: 26px;
		font-weight: bold;
		padding: 20px 0px;
	}

	.goods_ggb p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.goods_ggb dd {
		margin-top: 30px;
		width: 100%;
		float: left;
	}

	.goods_ggb dd span {
		float: left;
		padding: 8px 20px;
		border: 1px solid #fff;
		border-radius: 500px;
	}

	.goods_ggb dd span font {
		margin-left: 12px;
	}

	.goods_list:hover h1 {
		border-top: 1px solid #2c3126;
	}

	.ny_dqwz {
		background: #111;
		padding-top: 15%;
		position: relative;
	}

	.dqwz_a {
		position: absolute;
		width: 80%;
		bottom: 30px;
		left: 10%;
		color: #fff;
	}

	.dqwz_a a:link,
	.dqwz_a a:visited {
		color: #fff;
	}

	.dqwz_a a,
	.dqwz_a span {
		float: left;
	}

	.dqwz_a span {
		margin: 5px 15px;
	}

	.cp_leftimgv {
		width: 77%;
		float: right;
		margin-top: 60px;
	}

	.cp_leftimg {
		width: 42%;
		float: left;
	}

	.cp_xqa {
		width: 47%;
		float: right;
	}

	.cp_xqaa h2 {
		font-size: 56px;
		font-weight: bold;
	}

	.cp_xqaa h1 {
		font-size: 24px;
		font-weight: bold;
		margin: 12px 0px;
	}

	.cp_xqab,
	.cp_xqaa {
		width: 100%;
		float: left;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 35px;
	}

	.cp_color {
		width: 100%;
		float: left;
	}

	.cp_color span {
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 5px;
		margin-top: 20px;
	}

	.cp_xqac {
		width: 100%;
		float: left;
		margin-top: 15%;
		border-top: 1px solid #f1f1f1;
		padding-top: 20px;
	}

	.cp_xqac button {
		border: 0px;
		background: none;
		background: #e8cb93;
		color: #fff;
		padding: 15px 40px;
		font-size: 18px;
		border-radius: 4px;
	}

	.cp_xqac button span {
		margin-right: 15px;
	}

	.ny_unti {
		width: 100%;
		margin-bottom: 4%;
		margin-top: 60px;
		float: left;
		text-align: center;
	}

	.ny_unti a {
		font-family: 'Poppins-SemiBold';
		font-size: 22px;
		transition: all 0.6s;
		margin: 0px 25px;
		border-bottom: 2px solid #777;
	}

	.ny_unti a:link,
	.ny_unti a:visited {
		color: #222;
	}

	.ny_unti .linka:link,
	.ny_unti .linka:visited {
		color: #222;
	}

	.ny_unti .linka:link,
	.ny_unti .linka:visited {
		color: #e8cb93 ;
	}

	.ny_unti .linka {
		border-bottom: 2px solid #e8cb93;
		color: #e8cb93 !important;
	}

	.ny_unti a:hover {
		color: #e8cb93 !important;
		border-bottom: 2px solid #e8cb93;
	}

	.news_list {
		width: 31.33%;
		float: left;
		margin: 20px 1%;
	}

	.news_ma {
		padding: 3% 0%;
	}

	.news_listb,
	.news_lista {
		width: 100%;
		float: left;
	}

	.news_lista {
		overflow: hidden;
	}

	.news_lista img {
		transition: all 0.6s;
	}

	.news_list:hover .news_lista img {
		transform: scale(1.2);
	}

	.news_list a:link,
	.news_list a:visited {
		color: #222;
	}

	.news_listb {
		padding: 22px 0px;
	}

	.news_listb h1 {
		font-size: 24px;
		font-family: 'Poppins-SemiBold';
		font-weight: normal;
		margin: 12px 0px;
	}

	.news_listb p {
		color: #666;
		line-height: 16px;
		line-height: 30px;
	}

	.news_listb p span {
		COLOR: #222;
		float: left;
		margin-top: 38px;
	}

	.news_listb p span font {
		margin-left: 10px;
	}

	#page {
		width: 100%;
		float: left;
		padding: 10px 1%;
		justify-content: center !important;
		display: flex !important;
		margin-bottom: 10%;
		margin-top: 3%;
	}

	#page a,
	#page span {
		display: block;
		width: 50px;
		height: 50px;
		border: 1px solid #eee;
		border-radius: 4px;
		margin-right: 12px;
		text-align: center;
		line-height: 50px;
	}

	.news_ma,
	.news_matt,
	.news_maxx {
		width: 100%;
		float: left;
	}

	.news_matt h1 {
		font-size: 36px;
		font-family: 'Poppins-SemiBold';
		margin-bottom: 10px;
	}

	.news_matt dd {
		font-size: 16px;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
		margin-bottom: 5%;
	}

	.news_matt dd span {
		margin-right: 20px;
	}

	.news_maxx {
		font-size: 16px;
		line-height: 28px;
	}

	.news_maxx p {
		margin-bottom: 20px;
	}

	.xw_sx {
		width: 100%;
		float: left;
		margin-top: 3%;
		padding-top: 20px;
	}

	.news_sxp {
		width: 100%;
		float: left;
		padding: 20px 0px;
		border-top: 1px solid #eee;
		font-size: 18px;
	}

	.lx_lefta {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		background: #f1f1f1;
	}

	.lx_maina {
		margin-top: 30px;
		width: 100%;
		float: left;
	}

	.lx_mu {
		padding: 0px 8%;
	}

	.lx_left {
		width: 27%;
		float: left;
		margin-top: 60px;
	}

	.lx_right {
		width: 71%;
		margin-top: 60px;
		float: right;
		background: #fff;
		padding: 0px 20px;
	}

	.lx_lefta {
		padding: 20px;
	}

	.lx_lefta1 {
		width: 25%;
		line-height: 95px;
		float: left;
		background: #f1f1f1;
		text-align: center;
		font-size: 28px;
	}

	.lx_lefta2 {
		width: 71%;
		float: right;
	}

	.lx_lefta2 h1 {
		font-size: 22px;
	}

	.lx_lefta2 dd {
		font-size: 16px;
		line-height: 30px;
	}

	.zxly_main {
		background: #fff;
		width: 100%;
		float: left;
	}

	.zxly_maina {
		font-size: 28px;
		font-family: 'Poppins-SemiBold';
		margin-bottom: 28px;
	}

	.zxly_mainb1 dd {
		width: 49.25%;
		float: left;
	}

	.zxly_mainb1,
	.zxly_mainb2,
	.zxly_mainb3 {
		margin-bottom: 20px;
	}

	.zxly_mainb input,
	.zxly_mainb textarea {
		padding: 20px;
	}

	.zxly_mainb textarea {
		height: 150px;
	}

	.zxly_mainb4 {
		text-align: center;
	}

	.zxly_mainb4 button {
		border: 0px;
		background: #111;
		color: #fff;
		font-size: 20px;
		padding: 15px 35px;
		border-radius: 10px;
		font-family: 'Poppins-SemiBold';
	}

	.my-map {
		margin: 0 auto;
		width: 100%;
		height: 570px;
	}

	.zxly_mainb input,
	.zxly_mainb textarea {
		width: 100%;
		border: 0px;
		background: #f1f1f1;
	}

	.m_left {
		margin-left: 1%;
	}

	.zxly_main .cp_tt {
		margin-bottom: 2%;
	}

	.ym_dh {
		width: 60%;
		float: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ym_dh li {
		font-size: 18px;
		font-family: 'Poppins-SemiBold';
		font-weight: bold;
		padding: 33px 20px;
		position: relative;
		transition: all 0.6s;
	}

	.ym_dh li a:link,
	.ym_dh li a:visited {
		color: #fff;
	}

	.ym_dh li:hover a {
		color: #f60;
	}

	.ym_dh li:hover {
		border-top: 10px solid #402778;
		padding: 33px 20px;
	}

	.ym_tt {
		width: 100%;
		float: left;
		padding: 100px 10% 60px 10%;
		text-align: center;
	}

	.ym_tt h1 {
		font-size: 40px;
		font-family: 'Poppins-SemiBold';
		font-weight: bold;
	}

	.ym_tt dd {
		font-size: 16px;
		font-family: 'Poppins';
		color: #626265;
		line-height: 32px;
	}

	.xp_list {
		width: 100%;
		float: left;
		text-align: center;
	}

	.img_left {
		margin-left: 1%;
	}

	.xp_lista,
	.xp_listb,
	.xp_listc {
		width: 100%;
		float: left;
	}

	.xp_lista {
		position: relative;
		overflow: hidden;
	}

	.xp_lista .img,
	.unti_rightb li img {
		width: 100%;
		transition: all 0.6s;
	}

	.xp_listb {
		position: absolute;
		display: none;
		transition: all 0.6s;
		background: rgba(73, 73, 73, 0.5);
		top: 0px;
		left: 0px;
		height: 100%;
		padding: 40% 0px;
	}

	.xp_listc {
		font-size: 18px;
		padding: 16px 0px;
	}

	.xp_list:hover .img,
	.unti_rightb li:hover img {
		transform: scale(1.2);
	}

	.xp_list:hover .xp_listb {
		display: block;
		animation: hideIndex 0.3s;
		-moz-animation: hideIndex 0.3s;
		-webkit-animation: hideIndex 0.3s;
		-o-animation: hideIndex 0.3s;
	}

	.ym_more {
		text-align: center;
		margin-top: 60px;
		margin-bottom: 100px;
	}

	.ym_more a {
		font-size: 18px;
		position: relative;
		padding: 26px 60px;
		background: #e8cb93;
		border-radius: 500px;
	}

	.ym_more a span {
		display: block;
		width: 0px;
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		background: rgba(255, 255, 255, 0.2);
		transition: all 0.8s;
	}

	.ym_more a:link,
	.ym_more a:visited {
		color: #2b2419;
	}

	.ym_more a:hover span {
		z-index: 1;
		width: 100%;
	}

	.unti_left,
	.unti_right {
		width: 50%;
		float: left;
		text-align: center;
		margin-bottom: 100px;
	}

	.unti_right {
		padding-top: 80px;
	}

	.pd_l {
		padding-left: 4%;
	}

	.unti_righta h1 {
		font-size: 36px;
		padding-bottom: 45px;
	}

	.unti_righta dd {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 45px;
	}

	.unti_rightb li {
		width: 32.33%;
		overflow: hidden;
		float: left;
	}

	.img_lefta {
		margin-left: 1.5%;
	}

	.pd_r {
		padding-right: 4%;
	}

	.unb_pt {
		padding-top: 100px;
	}

	.ab_pt {
		padding: 20px 0px;
		background: url(../images/about_bg.jpg) center;
	}

	.ab_left,
	.ab_right {
		width: 50%;
		float: left;
		position: relative;
	}

	/*.ab_left{padding-right:4%;}    .ab_left h1{font-size:40px; padding-top: 20px; font-family: 'Poppins-SemiBold'; padding-bottom:80px; }**/
	.ab_righta {
		width: 98%;
		padding: 4% 3%;
		float: left;
		z-index: 11;
		position: relative;
	}

	.ab_rightb {
		width: 70%;
		padding-left: 60%;
		float: right;
		z-index: 10;
		position: absolute;
		background: #e8cb93;
		top: 20%;
		right: 0px;
		height: 80%;
	}

	.ab_rightbb {
		width: 100%;
		float: left;
		position: relative;
	}

	.ab_rightb span {
		display: block;
		width: 100%;
		text-align: right;
		text-transform: uppercase;
		position: absolute;
		float: right;
		right: 18px;
		top: 0px;
		transform: rotate(90deg);
	}

	.ab_left p {
		font-size: 16px;
		line-height: 32px;
	}

	.xdlc_list {
		width: 15%;
		text-align: center;
		float: left;
	}

	.lefta {
		margin-left: 2%;
	}

	.xdlc_listb {
		width: 100%;
		padding: 20px 0px;
		font-size: 16px;
		float: left;
	}

	.xdlc_lista {
		width: 120px;
		height: 120px;
		border: 1px solid #b1adad;
		border-radius: 500px;
		line-height: 120px;
		margin: 0px auto;
	}

	.ym_synews,
	.ym_synewsra {
		width: 100%;
		float: left;
	}

	.ym_synewsl {
		width: 42%;
		float: left;
	}

	.ym_synewsr {
		width: 50%;
		float: right;
	}

	.ym_synewsra {
		position: relative;
		border-bottom: 1px solid #eee;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.ym_synewsra h1 {
		font-size: 18px;
		font-family: 'Poppins-SemiBold';
		margin-bottom: 10px;
	}

	.ym_synewsra dd {
		color: #86919b;
		margin-bottom: 20px;
	}

	.about_read {
		width: 100%;
		float: left;
		margin: 100px 0px;
	}

	.about_reada,
	.about_readb {
		width: 100%;
		float: left;
	}

	.about_reada h1 {
		font-family: 'Poppins-SemiBold';
		font-size: 50px;
		margin-bottom: 30px;
		font-weight: bold;
	}

	.about_readb {
		line-height: 32px;
	}

	.about_readb p {
		margin-bottom: 18px;
	}

	.ymcp_left {
		width: 20%;
		float: left;
		margin-top: 60px;
	}

	.ymcp_lefta,
	.ymcp_leftb,
	.ymcp_tjcp,
	.ymcp_tjcpa,
	.ymcp_tjcpb {
		width: 100%;
		float: left;
	}

	.ymcp_lefta,
	.ymcp_tjcp {
		font-size: 28px;
		font-family: 'Poppins-SemiBold';
		font-weight: bold;
		margin-bottom: 10px;
	}

	.ymcp_tjcp {
		margin-top: 60px;
		margin-bottom: 80px;
	}

	.ymcp_tjcpb {
		margin-top: 20px;
		border: 1px solid #eee;
		padding: 18px;
	}

	.ymcp_tjcpba {
		width: 40%;
		float: left;
	}

	.ymcp_tjcpba img {
		width: 100%;
	}

	.ymcp_tjcpbb {
		width: 55%;
		font-size: 16px;
		float: right;
		font-family: 'Poppins';
	}

	.ymcp_leftb dd {
		font-size: 18px;
		border-bottom: 1px solid #eee;
		line-height: 60px;
		transition: all 0.6s;
	}

	.ymcp_leftb dd:hover {
		padding: 0px 15px;
	}

	.ymcp_leftb dd span {
		float: right;
		font-size: 18px;
		        margin-top: 16px;
				margin-right: 10px;
		        font-weight: bold;
	}

	.cp_color {
		width: 100%;
		margin-bottom: 20px;
		float: left;
		color: #222;
	}

	.cp_color h2 {
		font-family: 'Poppins-SemiBold';
		font-size: 20px;
		clear: both;
	}

	.cp_color span {
		display: block;
		width: 40px;
		height: 40px;
		margin-right: 15px;
		border-radius: 6px;
		text-align: center;
		line-height: 40px;
		float: left;
		box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12)
	}

	.cpxq_maina,
	.cpxq_mainb {
		width: 100%;
		float: left;
	}

	.cpxq_maina {
		font-size: 30px;
		font-family: 'Poppins-SemiBold';
		margin-bottom: 30px;
	}

	.cpxq_main {
		margin-top: 60px;
		border-top: 1px solid #eee;
		padding-top: 30px;
	}

	.cpxq_mainb {
		font-size: 16px;
		line-height: 28px;
	}

	.news_sxp span {
		font-family: 'Poppins-SemiBold';
		margin-right: 15px;
	}

	#wrap {
		margin-bottom: 10%;
		margin-top: 60px;
	}

	.mz_head {
		width: 100%;
		float: left;
		color: #fff;
	}

	.head_rdh {
		color: #fff;
		position: relative;
	}

	.head_rdh span {
		display: block;
		width: 100%;
		border: 1px solid #fff;
		text-align: center;
		line-height: 40px;
	}

	.yy_div {
		position: absolute;
		width: 100%;
		background: #fff;
		text-align: center;
		display: none;
	}

	.yy_div a:link,
	.yy_div a:visited {
		color: #222;
	}

	.yy_div dd {
		line-height: 40px;
	}

	.head_rdh:hover .yy_div {
		display: block;
		animation: hideIndex 0.3s;
		-moz-animation: hideIndex 0.3s;
		-webkit-animation: hideIndex 0.3s;
		-o-animation: hideIndex 0.3s;
	}

	.head_ejcd {
		position: absolute;
		display: none;
		transition: all 0.6s;
		width: 150px;
		left: -20px;
		top: 95px;
		background: #fff;
	}

	.ym_dh li .head_ejcd a:link,
	.ym_dh li .head_ejcd a:visited {
		color: #222;
		font-weight: normal;
		font-size: 16px;
	}

	.head_ejcd dd {
		text-align: center;
		line-height: 36px;
		padding: 7px 0px;
		transition: all 0.6s;
	}

	.head_ejcd dd:hover {
		padding-left: 15px;
	}

	.ym_dh li:hover .head_ejcd {
		display: block;
		animation: hideIndex 0.3s;
		-moz-animation: hideIndex 0.3s;
		-webkit-animation: hideIndex 0.3s;
		-o-animation: hideIndex 0.3s;
	}

	.ym_ttb {
		padding-top: 100px;
		color: #222;
		margin-bottom: 35px;
	}

	.ym_ttb h1 {
		font-size: 36px;
		font-weight: bold;
	}

	.ym_ttb dd {
		font-size: 36px;
		font-family: 'Poppins-SemiBold';
		text-transform: uppercase;
	}

	.swiper-paginationrmcp {
		width: 100%;
		text-align: center;
		float: left;
	}

	.yk_xinpin {
		width: 100%;
		float: left;
		margin-bottom: 100px;
	}

	.mz_sp {
		width: 100%;
		float: left;
		margin-top: 100px;
		color: #222;
	}

	.mz_spa,
	.mz_spb {
		width: 50%;
		float: left;
	}

	.mz_spa dd {
		font-size: 54px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.mz_spa h1 {
		font-size: 66px;
		font-weight: bold;
		margin-top: -15px;
		margin-bottom: 20px;
	}

	.mz_spa p {
		font-size: 18px;
		color: #222;
	}

	.mz_spb {
		width: 36%;
		float: right;
	}

	.mz_spba {
		width: 33.33%;
		margin-top: 40px;
		text-align: center;
		float: left;
	}

	.mz_spba1,
	.mz_spba2,
	.mz_spba3 {
		width: 100%;
		float: left;
	}

	.mz_spba2 font {
		font-size: 36px;
		font-weight: bold;
		color: #8b8b8c;
	}

	.mz_spba2 span {
		font-size: 28px;
		font-weight: bold;
		margin-left: 20px;
		color: #8b8b8c;
	}

	.mz_spba3 {
		font-size: 16px;
		color: #666;
		padding: 10px;
	}

	.mz_video {
		width: 100%;
		float: left;
		margin-bottom: 100px;
		margin-top: 30px;
	}

	.demo-tab-header .layui-btn.layui-this {
		background: #402778;
		border: 1px solid #402778;
		color: #fff;
	}

	.demo-tab-body>div {
		display: none;
		background: #fff;
		border-radius: 10px;
		width: 100%;
		float: left;
	}

	.demo-tab-header {
		text-align: center;
	}

	.layui-btn-container .layui-btn {
		font-size: 20px;
		font-weight: bold;
		background: #eee;
		border-radius: 500px;
		color: #555;
	}

	.layui-btn-container .layui-btn:hover {
		background: #402778;
		color: #fff;
	}

	.layui-btn {
		padding: 8px 35px;
		height: auto;
	}

	.ab_left {
		width: 35%;
		float: left;
		padding: 30px;
	}

	.ab_right {
		width: 65%;
		float: right;
	}

	.ab_main {
		width: 100%;
		float: left;
		margin-top: -38px;
		margin-bottom: 100px;
	}

	.ab_left h1 {
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 36px;
	}

	.ab_left p {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 50px;
	}

	.demo-tab-body {
		width: 100%;
		float: left;
		margin-top: 30px;
	}

	.mztjcp_list {
		/* width: 32.66%; */
		margin-bottom: 25px;
		float: left;
		border: 1px solid #eee;
		cursor: pointer;
	}

	.mztjcp_list h1 {
		padding: 12px 0px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}

	.hvswl_footerb,
	.hvswl_footerc {
		width: 100%;
		float: left;
	}

	.hvswl_footerb {
		padding: 60px 0px;
		color: #fff;
	}

	.footer_dha {
		width: 25%;
		padding-right: 4%;
		margin-right: 6%;
	}

	.hk_ma {
		width: 100%;
		float: left;
		background: #fff;
		border-radius: 10px;
		padding: 5px;
	}

	.hk_ma input {
		width: 70%;
		float: left;
		border: 0px;
		padding: 10px 15px;
	}

	.hk_ma button {
		width: 30%;
		float: right;
		background: #442d75;
		color: #fff;
		border: 0px;
		border-radius: 10px;
		height: 43px;
	}

	.ymcp_lefta {
		width: 100%;
		float: left;
		padding: 25px;
		background: #402778;
		color: #fff;
	}

	.cpxq_maina {
		border-bottom: 1px solid #eee;
	}

	.cpxq_maina span {
		float: left;
		padding: 15px 35px;
		font-size: 20px;
		background: #402778;
		color: #fff;
	}

	.img_list {
		width: 100%;
		float: left;
		padding: 30px;
	}

	.img_list li {
		width: 23%;
		float: left;
		margin: 15px 1%;
	}

	.img_list li img {
		width: 100%;
	}

	.mztjcp {
		margin-bottom: 100px;
		width: 100%;
		display: grid;
		grid-gap: 1%;
		grid-template-columns: repeat(3, calc(32% - 15px));
		/* grid-template-columns: repeat(6, calc(16% - 15px)); */
	}

	.qyln_left,
	.qyln_right {
		width: 50%;
		float: left;
		margin: 5% 0px;
	}

	.qyln_left img {
		width: 100%;
	}

	.qyln_right {
		padding-left: 3%;
	}

	.qyln_right h1 {
		font-weight: bold;
		padding-top: 30px;
		font-size: 36px;
		margin-bottom: 20px;
	}

	.qyln_right dd {
		font-size: 18px;
		line-height: 40px;
	}

	.fzlc_left,
	.fzlc_right {
		width: 50%;
		float: left;
	}

	.fzlc_left {
		padding-right: 5%;
	}

	.layui-text h3 {
		font-weight: bold;
	}

	.sy_ab {
		width: 100%;
		float: left;
		color: #222;
		position: relative;
	}

	.sy_ab li {
		text-align: center;
		font-size: 28px;
	}

	.sy_ab li span {
		font-size: 20px;
		line-height: 100px;
		cursor: pointer;
	}

	.wz_ab {
		width: 30%;
		position: absolute;
		left: 15%;
		top: 20%;
		z-index: 888;
		color: #222;
		text-align: left;
	}

	.wz_ab h2 {
		font-size: 36px;
		padding-bottom: 15px;
	}

	.wz_ab p {
		font-size: 18px;
		line-height: 32px;
	}

	.wz_ab dd a {
		float: left;
		padding: 15px 30px;
		border: 1px solid #333;
		margin-top: 15%;
		font-size: 18px;
		border-radius: 500px;
	}

	.wz_ab dd a font {
		margin-left: 20px;
		margin-top: 3px;
		float: right;
	}

	.ym_tt p {
		width: 60px;
		height: 5px;
		background: linear-gradient(to right, #f2c479, #f39700);
		margin: 10px auto;
	}

	#toggle {
		display: none;
	}
}

@media screen and (min-width: 1205px) {
	.qm_mainb {
		width: 90%;
		margin: 0px auto;
	}

	.yt_comb {
		width: 100%;
		height: 350px;
		overflow: hidden;
	}

	.yt_comba img {
		height: 350px;
	}

	.yt_combbb {
		height: 191px;
	}

	.yt_combbb img {
		height: 191px;
	}

	.yt_combba {
		height: 159px;
	}

	.head_rdh {
		width: 7%;
		float: right;
		font-size: 16px;
	}

	.qm_mainb {
		width: 80%;
		margin: 0px auto;
	}
}

@media screen and (min-width: 1400px) {
	.qm_mainb {
		width: 80%;
		margin: 0px auto;
	}
}

/*================================1580======================================*/
@media screen and (min-width: 1600px) {
	.qm_mainb {
		width: 80%;
		max-width: 1500px;
		margin: 0px auto;
	}
}

/*moble*/
@media screen and (max-width:750px) {
	#search {
		width: 100%;
		float: left;
		padding: 4%;
		background: #222;
	}

	#search input {
		width: 70%;
		float: left;
		padding: 20px;
	}

	#search button {
		width: 30%;
		float: right;
		height: 63px;
		background: #494f41;
		color: #fff;
	}

	#search input,
	#search button {
		border: 0px;
	}

	.hvswl_head {
		WIDTH: 100%;
		float: left;
		position: relative;
		background: #111;
		padding: 10px 4%;
	}

	.hvsel_logo {
		width: 20%;
		float: left;
	}

	.head_rdh {
		width: 50%;
		float: right;
		overflow: hidden;
		margin-top: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.head_rdh button {
		width: 100%;
		height: 30px;
		border: 0px;
	}

	#toggle {
		width: 40px;
		height: 30px;
		background: #fff;
		border-radius: 3px;
		text-align: center;
		margin-right: 15px;
		line-height: 30px;
		float: right;
		margin-top: 5px;
	}

	#unti_main {
		width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		background: #494f41;
		top: 61px;
		z-index: 888;
		padding: 20px 4%;
	}

	#unti_main a:link,
	#unti_main a:visited {
		color: #fff;
	}

	#unti_main li {
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0px;
		clear: both;
	}

	#unti_main li .head_ycdh dd {
		font-size: 14px;
		font-weight: normal;
		line-height: 28px;
		width: 50%;
		float: left;
	}

	#unti_main li .head_ycdh {
		padding: 10px 0px;
	}

	.layui-layer {
		width: 80%;
	}

	.sy_tt {
		width: 100%;
		margin-bottom: 20px;
		padding-top: 10%;
		float: left;
		text-align: center;
		line-height: 40px;
		font-size: 26px;
		font-weight: bold;
		text-transform: uppercase;
		font-family: 'Poppins-SemiBold';
	}

	.sy_tt h1 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 20px;
		font-family: 'Poppins-SemiBold';
	}

	.sy_tt dd {
		font-size: 16px;
		color: #666;
		padding: 10px 0%;
		font-weight: normal;
		text-transform: none;
		font-family: 'Poppins';
	}

	.sy_ma {
		position: relative;
		background: #e3d7cb;
		padding: 10% 4%;
	}

	.sy_abrighta h1 {
		font-size: 36px;
		font-weight: bold;
		margin-bottom: 30px;
		text-transform: uppercase;
	}

	.sy_abrighta p {
		line-height: 28px;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.sy_abrightb {
		WIDTH: 100%;
		float: left;
		margin-top: 7%;
		FONT-SIZE: 18PX;
		margin-bottom: 10%;
	}

	.sy_abrightb a {
		padding: 10px 30px;
		border-radius: 2px;
		background: #222;
	}

	.sy_abrightb a:link,
	.sy_abrightb a:visited {
		color: #fff;
	}

	.sy_ma:hover .sy_abrightb span {
		width: 80px;
	}

	.right_ys {
		width: 100%;
		float: left;
		padding: 10px 4%;
	}

	.right_ysa {
		width: 100%;
		float: left;
		padding: 5.22%;
		transition: all 0.6s;
		background: #f1f1f1;
		margin-bottom: 20px;
	}

	.right_ysa h1 {
		font-size: 26px;
		font-family: 'Poppins-SemiBold';
		margin-bottom: 10px;
		font-weight: bold;
	}

	.right_ysa p {
		font-size: 16px;
		font-family: 'Poppins';
	}

	.right_ysa:hover {
		background: #e3d7cb;
		cursor: pointer;
		padding: 5.22% 7%;
	}

	.hvswl_footer {
		color: #fff;
		background: #1b1a19;
	}

	.footer_dh {
		display: none;
	}

	.hq_flogo {
		width: 100%;
		float: left;
		padding: 15px 4%;
		border-bottom: 1px solid #201f1f;
		margin-bottom: 20px;
	}

	.f_lx {
		width: 100%;
		float: left;
		padding: 12px 4%;
	}

	.hvswl_footerc {
		width: 100%;
		float: left;
		border-top: 1px solid #201f1f;
		padding: 10px 0px;
	}

	.hvswl_footerc a:link,
	.hvswl_footerc a:visited {
		color: #fff;
	}

	.ny_banner {
		position: relative;
		width: 100%;
		float: left;
	}

	.n_btt {
		padding: 0% 5%;
		color: #fff;
		bottom: 30%;
		width: 100%;
		text-align: center;
		position: absolute;
	}

	.n_btt h1 {
		font-size: 20px;
		font-family: 'Poppins-SemiBold';
		font-weight: bold;
	}

	.n_btt dd {
		font-size: 14px;
		padding-top: 20px;
	}

	.n_btt a:link,
	.n_btt a:visited {
		color: #fff;
	}

	.about_xqa {
		font-size: 26px;
		font-family: 'Poppins-SemiBold';
		padding-top: 5%;
		margin-bottom: 1.5%;
		line-height: 30px;
		font-weight: bold;
		width: 100%;
		float: left;
		padding: 20px 4%;
	}

	.about_xqb {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.about_xqb {
		width: 100%;
		float: left;
		padding: 0px 4%;
	}

	.about_xqb img {
		width: 100%;
	}

	.img_list {
		width: 100%;
		padding: 10px 4%;
		float: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.img_list li {
		width: 49%;
		margin-bottom: 10px;
	}

	.about_zsvv {
		width: 100%;
		float: left;
		padding: 10% 4%;
		background: #f1f1f1;
	}

	.scnl_righta {
		width: 100%;
		float: left;
		position: relative;
		padding-left: 30%;
		margin-bottom: 20px;
		background: #eee;
		line-height: 30px;
		font-size: 16px;
		border-bottom: 1px solid #eee;
	}

	.scnl_righta span {
		position: absolute;
		width: 30%;
		left: 2%;
		top: 0px;
		font-size: 26px;
		font-weight: bold;
	}

	.scnl_right {
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	.about_xqa h1 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.about_xqa p {
		font-size: 16px;
		padding: 15px 0px;
		font-weight: normal;
		color: #666;
	}

	.goods_list {
		width: 44%;
		float: left;
		margin: 10px 3%;
		border: 1px solid #eee;
		text-align: center;
	}

	.goods_list h1 {
		font-size: 18px;
		padding: 10px 0px;
	}

	#page {
		border-top: 1px solid #eee;
		padding: 20px 0px;
		justify-content: center !important;
		display: flex !important;
		width: 100%;
		float: left;
	}

	#page a,
	#page span {
		float: left;
		display: block;
		width: 50px;
		height: 50px;
		border: 1px solid #eee;
		border-radius: 4px;
		margin-right: 12px;
		text-align: center;
		line-height: 50px;
	}

	.cp_leftimgv {
		width: 100%;
		float: left;
		padding: 10px 4%;
	}

	.cp_xqaa h2 {
		font-size: 56px;
		font-weight: bold;
	}

	.cp_xqaa h1 {
		font-size: 34px;
		font-weight: bold;
		margin: 12px 0px;
		font-family: 'Poppins-SemiBold';
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
	}

	.cp_xqab,
	.cp_xqaa {
		width: 100%;
		float: left;
		padding: 20px 0px;
		font-size: 18px;
		line-height: 35px;
	}

	.cp_color {
		width: 100%;
		float: left;
	}

	.cp_color span {
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 5px;
		margin-top: 20px;
	}

	.cp_xqac {
		width: 100%;
		float: left;
		border-top: 1px solid #f1f1f1;
		padding-top: 20px;
	}

	.cp_xqac button {
		border: 0px;
		background: none;
		background: #015095;
		color: #fff;
		padding: 15px 40px;
		font-size: 18px;
		border-radius: 4px;
	}

	.cp_xqac button span {
		margin-right: 15px;
	}

	.cp_xqab img {
		width: 100%;
	}

	.cp_xxjsa,
	.cp_xxjsb {
		width: 100%;
		float: left;
	}

	.cp_xxjsa {
		background: #f1f1f1;
		padding: 15px 20px;
		color: #222;
		font-weight: bold;
		margin-top: 3%;
		font-size: 20px;
		font-family: 'Poppins-SemiBold';
	}

	.cp_xxjsb {
		padding: 3% 0px;
		font-size: 16px;
		line-height: 30px;
	}

	.goods_cplb {
		display: none;
	}

	.news_list {
		width: 100%;
		float: left;
		padding: 10px 4%;
		margin-bottom: 20px;
	}

	.news_listb h1 {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.news_ma {
		width: 100%;
		float: left;
		padding: 20px 4%;
	}

	.news_matt h1 {
		font-size: 26px;
		font-weight: normal;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.news_matt dd {
		font-size: 16px;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
		margin-bottom: 5%;
	}

	.news_maxx {
		font-size: 16px;
		line-height: 28px;
	}

	.news_maxx p {
		margin-bottom: 20px;
	}

	.xw_sx {
		width: 100%;
		float: left;
		margin-top: 3%;
		padding-top: 20px;
	}

	.news_sxp {
		width: 100%;
		float: left;
		padding: 20px 0px;
		border-top: 1px solid #eee;
		font-size: 18px;
	}

	.lx_left,
	.lx_right {
		width: 100%;
		float: left;
		padding: 15px 4%;
	}

	.lx_lefta {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		background: #f1f1f1;
	}

	.lx_lefta1 {
		width: 25%;
		line-height: 95px;
		float: left;
		background: #f1f1f1;
		text-align: center;
		font-size: 28px;
	}

	.lx_lefta2 {
		width: 71%;
		float: right;
	}

	.lx_lefta2 h1 {
		font-size: 22px;
		font-family: 'Poppins-SemiBold';
		padding-top: 15px;
	}

	.lx_lefta2 dd {
		font-size: 14px;
		line-height: 26px;
		padding-bottom: 20px;
		color: #666;
	}

	#wrap {
		height: 400px;
	}

	.zxly_main {
		padding: 20px 4%;
	}

	.zxly_maina {
		font-size: 20px;
		font-family: 'Poppins-SemiBold';
		margin-bottom: 20px;
	}

	.zxly_mainb input,
	.zxly_mainb textarea {
		width: 100%;
		border: 0px;
		background: #eee;
		padding: 10px 15px;
		margin-bottom: 12px;
		border-radius: 4px;
	}

	.zxly_mainb4 button {
		width: 100%;
		height: 50px;
		background: #666;
		color: #fff;
		border: 0px;
	}

	.cpny_wz {
		padding: 15px 4%;
		background: #f1f1f1;
	}

	.zxly_mainb4 {
		margin-bottom: 50px;
	}

	.sy_cplb {
		width: 100%;
		float: left;
		padding: 0px 4%;
		overflow: hidden;
	}

	.sy_cpunti {
		width: 100%;
		border: 1px solid #eee;
		padding: 10px;
		text-align: center;
		font-size: 18px;
		float: left;
	}

	.swiper-paginationb,
	.swiper-paginationcp {
		width: 100%;
		text-align: center;
		float: left;
		padding: 15px 0px;
	}

	.tjcp_ay h1 {
		font-size: 18px;
		text-align: center;
	}

	.headdh {
		display: none;
	}

	#layerDemo2,
	.head_rdh,
	.hvswl_top {
		display: none;
	}

	.wap_but {
		width: 80px;
		float: right;
	}

	.wap_but button {
		width: 100%;
		border: 0px;
		background: none;
		color: #fff;
		margin-top: 10px;
	}

	#ycdh {
		padding: 13% 10%;
	}

	.tcdh_ma {
		width: 100%;
		float: left;
		font-size: 16px;
		padding-top: 30px;
	}

	.tcdh_ma li {
		line-height: 40px;
		border-bottom: 1px solid #eee;
		transition: all 0.6s;
	}

	.tcdh_ma li span {
		float: right;
		margin-top: 20px;
	}

	.tcdh_ma li:hover {
		padding: 0px 15px;
	}

	.tcdh_mb {
		position: absolute;
		bottom: 30px;
		float: left;
	}

	.tcdh_mb dd {
		line-height: 36px;
	}

	.tcdh_mb dd span {
		padding: 5px;
		background: #222;
		color: #fff;
		border-radius: 500px;
		margin-right: 12px;
	}

	.sy_cpuntib p,
	.sy_cpuntib dd {
		display: none;
	}

	.sy_cpuntib h1 {
		font-size: 14px;
		line-height: 28px;
	}

	.sy_untibg {
		width: 100%;
		float: left;
		padding: 10px 4%;
	}

	.sy_cpunti {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.sy_cp {
		width: 100%;
		float: left;
		padding: 20px 4%;
	}

	.cp_tt {
		width: 100%;
		float: left;
		text-align: center;
	}

	.cp_tt h1 {
		font-size: 26px;
		font-weight: bold;
		color: #34382e;
		font-weight: bold;
		margin-bottom: 16px;
	}

	.cp_tt p {
		font-size: 14px;
		color: #7f7f7f;
		font-weight: normal;
		font-family: 'Poppins';
	}

	.cp_tjcp {
		width: 100%;
		float: left;
	}

	.sy_tjnews {
		background: #f1f1f1;
		padding: 5% 4%;
	}

	.home_newsra {
		WIDTH: 100%;
		margin-top: 26px;
		float: left;
		background: #fff;
	}

	.home_newsrab,
	.home_newsraa {
		width: 100%;
		float: left;
	}

	.home_newsrab {
		padding: 20px;
	}

	.home_newsrab dd {
		padding: 15px 0px;
		color: #666;
	}

	.home_newsrab h1 {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.f_dhb img {
		display: none;
	}

	.hvswl_footer {
		padding: 20px 4%;
	}

	.hvswl_footera {
		width: 100%;
		float: left;
		padding: 30px 0%;
		border-bottom: 1px solid #3b4035;
	}

	.fa_rightb button {
		width: 40%;
		margin-top: 15px;
		margin-bottom: 20px;
		height: 56px;
		background: #fff;
		border: 0px;
		color: #222;
		font-family: 'Poppins-SemiBold';
	}

	.f_dh dd,
	.f_dh a {
		color: #eee;
	}

	.f_dh dd {
		line-height: 30px;
	}

	.f_dh {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.f_dh dd a:link,
	.f_dh dd a:visited {
		color: #eee;
	}

	.f_dh h2 {
		font-weight: bold;
		padding-bottom: 15px;
	}

	.cp_tt {
		width: 100%;
		float: left;
		background: #f1f1f1;
		padding: 20px 4%;
	}

	.cp_zl {
		width: 100%;
		float: left;
		padding: 0px 4%;
	}

	.cp_zl a {
		display: block;
		width: 100%;
		line-height: 40px;
		border-bottom: 1px solid #eee;
	}

	.hv_cpleft {
		display: none;
	}

	.cp_xxjsb img {
		max-width: 100%;
	}

	.wap_cpnybb,
	.f_logo,
	.auto_kf {
		display: none;
	}

	.hvswl_head {
		background: #222;
	}

	.head_ejcd dd {
		width: 33.33%;
		float: left;
		font-weight: normal;
	}

	.ym_ttb {
		padding-top: 30px;
		padding-left: 4%;
		color: #222;
		margin-bottom: 35px;
	}

	.ym_ttb h1 {
		font-size: 36px;
		font-weight: bold;
	}

	.ym_ttb dd {
		font-size: 20px;
		font-family: 'Poppins-SemiBold';
		text-transform: uppercase;
	}

	.yk_xinpin {
		width: 100%;
		float: left;
		padding: 0px 4%;
	}

	.mz_sp {
		width: 100%;
		float: left;
		margin-top: 100px;
		color: #222;
		padding: 0px 4%;
	}

	.mz_spa,
	.mz_spb {
		width: 100%;
		float: left;
	}

	.mz_spa dd {
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.mz_spa h1 {
		font-size: 36px;
		font-weight: bold;
		margin-top: -15px;
		margin-bottom: 20px;
	}

	.mz_spa p {
		font-size: 16px;
		color: #222;
	}

	.mz_spb {
		width: 100%;
		float: right;
	}

	.mz_spba {
		width: 33.33%;
		margin-top: 40px;
		text-align: center;
		float: left;
	}

	.mz_spba1,
	.mz_spba2,
	.mz_spba3 {
		width: 100%;
		float: left;
	}

	.mz_spba2 font {
		font-size: 36px;
		font-weight: bold;
		color: #8b8b8c;
	}

	.mz_spba2 span {
		font-size: 28px;
		font-weight: bold;
		margin-left: 20px;
		color: #8b8b8c;
	}

	.mz_spba3 {
		font-size: 16px;
		color: #666;
		padding: 10px;
	}

	.ym_tt {
		width: 100%;
		float: left;
		padding: 50px 10% 20px 10%;
		text-align: center;
	}

	.ym_tt h1 {
		font-size: 40px;
		font-family: 'Poppins-SemiBold';
		font-weight: bold;
	}

	.ym_tt dd {
		font-size: 16px;
		font-family: 'Poppins';
		color: #626265;
		line-height: 32px;
	}

	.demo-tab-header {
		display: none;
	}

	.wz_ab h2 {
		font-size: 26px;
		padding-bottom: 15px;
		margin-top: 20px;
	}

	.wz_ab p {
		font-size: 16px;
		line-height: 32px;
	}

	.wz_ab dd a {
		float: left;
		padding: 15px 30px;
		border: 1px solid #333;
		margin-top: 5%;
		margin-bottom: 40px;
		font-size: 18px;
		border-radius: 500px;
	}

	.wz_ab dd a font {
		margin-left: 20px;
		margin-top: 3px;
		float: right;
	}

	.ym_tt p {
		width: 60px;
		height: 5px;
		background: linear-gradient(to right, #f2c479, #f39700);
		margin: 10px auto;
	}

	.sy_ab {
		padding: 0px 4%;
	}

	.mztjcp_list {
		width: 46%;
		float: left;
		margin: 10px 2%;
		text-align: center;
	}

	.mztjcp_list h1 {
		font-size: 18px;
		padding: 8px 0px;
	}

	.footer_dha {
		display: none;
	}

	.f_dh dd {
		width: 50%;
		float: left;
	}

	.nybn_tt {
		width: 80%;
		position: absolute;
		left: 10%;
		top: 40%;
		text-align: center;
		color: #fff;
		font-size: 36px;
	}

	.nybn_tt h2 {
		font-size: 26px;
		font-weight: bold;
		font-family: 'Poppins-SemiBold';
	}

	.nybn_tt dd {
		font-size: 16px;
	}

	.nybn_tt a {
		margin: 0px 15px;
	}

	.nybn_tt a:link,
	.nybn_tt a:visited {
		color: #fff;
	}

	.about_read {
		width: 100%;
		float: left;
		padding: 30px 4%;
	}

	.qyln_left,
	.qyln_right {
		width: 100%;
		float: left;
		margin: 5% 0px;
	}

	.qyln_left img {
		width: 100%;
	}

	.qyln_right {
		padding-left: 3%;
	}

	.qyln_right h1 {
		font-weight: bold;
		padding-top: 30px;
		font-size: 36px;
		margin-bottom: 20px;
	}

	.qyln_right dd {
		font-size: 18px;
		line-height: 40px;
	}

	.fzlc_left,
	.fzlc_right {
		width: 50%;
		float: left;
	}

	.fzlc_left {
		padding-right: 5%;
	}

	.fzlc_left,
	.ymcp_lefta {
		display: none;
	}

	.ymcp_leftb {
		width: 100%;
		float: left;
		background: #f1f1f1;
		padding: 15px 4%;
	}

	.ymcp_leftb dd {
		width: 100%;
		border-bottom: 1px solid #eee;
		line-height: 50px;
	}

	.ny_unti {
		width: 100%;
		float: left;
		padding: 15px 4%;
		text-align: center;
		background: #f1f1f1;
	}

	.ny_unti a {
		padding: 0px 30px;
	}
}
