@charset "utf-8";

body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
p,
ul {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:100%;

}

body {
	color: #333;
	font-size: 14px;
	font-family: "Heiti SC", "Microsoft YaHei";
	line-height: 1.5;
}

button,
input,
select,
textarea {
	font-size: inherit;
	font-family: inherit;
	outline: 0;
}

img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

li,
ul {
	list-style: none;
}

a {
	font-size: inherit;
	color: inherit;
	outline: 0;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

a:hover {
	color: #ff7e2c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

.h1,
h1 {
	font-size: 22px;
}

.h2,
h2 {
	font-size: 20px;
}

.h3,
h3 {
	font-size: 18px;
}

.h4,
h4 {
	font-size: 16px;
}

.h5,
h5 {
	font-size: 14px;
}

.h6,
h6 {
	font-size: 12px;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.show {
	display: block !important;
}

.hidden {
	display: none !important;
}

/* 公共样式 */
.common-content-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0 25px;
}
.common-header-wrapper {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	background-color: rgba(255, 255, 255, .8);
	z-index: 999;
	box-sizing: border-box;
	padding: 0 45px;
	line-height: 80px;
	align-items: center;
}
.common-header-wrapper:hover {
	background-color: #fff;
	box-shadow: 0 0 8px rgb(0, 0, 0, .3);
}
.common-header-wrapper .logo {
	width: 180px;
	margin-top: -5px;
	line-height: 1;
}
.common-header-wrapper .menu-box {
	display: flex;
	justify-content: center;
	flex: 1;
	color: #303030;
}
.common-header-wrapper .menu-box > li {
	position: relative;
}
.common-header-wrapper .menu-box > li > a {
	position: relative;
	display: inline-block;
	margin: 0 22px;
	white-space: nowrap;
	color: inherit;
	font-size: 14px;
}
.common-header-wrapper .menu-box > li > a:after {
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 3px;
	background-color: #ff9933;
	-webkit-transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
	transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	content: "";
}
.common-header-wrapper .menu-right{
	display: none;
}
@media screen and (max-width: 1200px) {
	.common-header-wrapper {
		padding: 0 15px;
	}
}
@media screen and (max-device-width: 1024px) {
	.common-header-wrapper .menu-box > li > a {
		padding: 0px 23px;
	}
}
@media only screen and (max-width: 768px) {
	.common-content-wrapper {
		width: 100%;
		padding: 0 15px;
	}
	.common-header-wrapper {
		width: 100%;
		min-width: 0;
		padding: 10px 15px;
	}
	.common-header-wrapper .logo {
		width: 125px;
		margin-top: 0;
	}
	.common-header-wrapper .menu-box,
	.common-header-wrapper .button-group {
		display: none;
	}
	.common-header-wrapper .menu-right{
		display: flex;
		flex: 1;
		justify-content: flex-end;
		line-height: 1;
		align-items: center;
	}
	.common-header-wrapper .menu-right img {
		width: 22px;
		height: 22px;
	}
}
@media only screen and (max-width: 320px) {
	.common-content-wrapper {
		padding: 0 10px;
	}
}
.common-header-wrapper .menu-box > li:hover >a:after,
.common-header-wrapper .menu-box > li.active > a:after {
	left: 0;
	right: 0;
}
.common-header-wrapper .menu-box > li.active {
	color: #ff9933;
}

.common-header-wrapper .menu-open-box {
	position: absolute;
	color: #000;
	background: rgba(255, 255, 255, 0.9);
	line-height: 1.5;
	top: 80px;
	left: 0;
	text-align: center;
	padding: 15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* .common-header-wrapper .menu-box>li:hover .menu-open-box{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} */
.common-header-wrapper .menu-open-box li:not(:last-child) {
	margin-bottom: 12px;
}
.common-header-wrapper .sub-menu-box {
	position: absolute;
	color: #303030;
	background: rgba(255, 255, 255, .9);
	line-height: 1.5;
	top: 80px;
	width: 275px;
	z-index: 100;
	left: -52%;
	text-align: center;
	padding: 15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	list-style: lower-alpha;
	box-sizing: border-box;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.common-header-wrapper .sub-menu-box ul {
	margin: 0 20px 0 40px;;
}
.common-header-wrapper .sub-menu-box li {
	list-style: disc;
	height: 40px;
	cursor: pointer;
	text-align: left;
}
.common-header-wrapper .sub-menu-box li:hover,
.common-header-wrapper .sub-menu-box li.active {
	color: #ff9933;
}
.common-header-wrapper .menu-box>li:hover .sub-menu-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.common-header-wrapper .phone {
	font-size: 14px;
	margin-right: 10px;

	@media screen and (max-width: 900px) {
		display: none;
	}
}
.common-header-wrapper .phone img {
	vertical-align: middle;
	width: 18px;
	margin-right: 4px;
}
.common-header-wrapper .button-group {
	position: relative;
	white-space: nowrap;
}
.common-header-wrapper .button-group:hover .menu-open-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.common-header-wrapper .button-group .button {
	display: inline-block;
	border: 1px solid #ff9933;
	color: #ff9933;
	border-radius: 30px;
	background-color: #fff;
	/* border-radius: 4px; */
	line-height: 1.2;
	padding: 6px 12px;
	-webkit-transition: none;
	transition: none;
	cursor: pointer;
	font-size: 12px;
}
.common-header-wrapper .button-group:hover {
	background: #fff;
}
.common-header-wrapper .button-group:hover .button {
	color: #ff9933;
}
.common-footer-wrapper {
	width: 100%;
	/* max-width: 1200px; */
	padding: 45px 0;
	background-color: #9ac9d2;
	color: #fff;
}
.common-footer-wrapper .moblie-footer-content {
	display: none;
}

.common-footer-wrapper .pc-footer-content {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.common-footer-wrapper .pc-footer-content > .qr-code-phone-box {
	text-align: center;
}
.common-footer-wrapper .pc-footer-content .title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}
.common-footer-wrapper .pc-footer-content .link {
	margin-bottom: 12px;
}
.common-footer-wrapper .qr-code-box {
	display: flex;
	vertical-align: baseline;
	justify-content: center;
}
.common-footer-wrapper .qr-code-box .qr-code {
	width: 20%;
}
.common-footer-wrapper .qr-code-box .qr-code + .qr-code {
	margin-left: 50px;
}
.common-footer-wrapper .qr-code-box .qr-text {
	margin-top: 5px;
	font-size: 16px;
}
.common-footer-wrapper .pc-footer-content .phone {
	font-size: 18px;
	margin-bottom: 6px;
}
.common-footer-wrapper .pc-footer-content .phone span {
	font-weight: bold;
}
.common-footer-wrapper .qr-code-phone-box .copyright {
	text-align: right;
	font-size: 14px;
	margin-top: 20px;
}
@media screen and (max-width: 1200px) {
	.common-footer-wrapper .phone-box .copyright {
		right: 25px;
	}
}
@media screen and (max-width: 768px) {
	.common-footer-wrapper {
		padding: 28px 0 15px;
		min-width: 0;
		background: #f0f0f0;
		color: #000;
	}
	.common-footer-wrapper .pc-footer-content {
		display: none;
	}
	.common-footer-wrapper .moblie-footer-content {
		display: block;
	}
	.common-footer-wrapper .footer-menu-box {
		width: 100%;
		font-size: 0;
		margin-bottom: 25px;
	}
	.common-footer-wrapper .footer-menu-box a {
		display: inline-block;
		width: 33%;
		font-size: 16px;
		text-align: center;
	}
	.common-footer-wrapper .footer-menu-box .icon {
		margin: 0 auto 10px;
		width: 60px;
		height: 60px;
		background-position: center;
		background-size: 100%;
	}

	/*默认大小*/
	.common-footer-wrapper .footer-menu-box .case-icon {
		background-image: url("../img/mobile/khal_button.png");
	}
	.common-footer-wrapper .footer-menu-box .new-icon {
		background-image: url("../img/mobile/xwdt_button.png");
	}
	.common-footer-wrapper .footer-menu-box .about-icon {
		background-image: url("../img/mobile/gyjy_button.png");
	}
	/* 如果设备像素大于等于2，则用2倍图 */
	@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2) {
		.common-footer-wrapper .footer-menu-box .case-icon {
			background-image: url("../img/mobile/khal_button@2x.png");
		}
		.common-footer-wrapper .footer-menu-box .new-icon {
			background-image: url("../img/mobile/xwdt_button@2x.png");
		}
		.common-footer-wrapper .footer-menu-box .about-icon {
			background-image: url("../img/mobile/gyjy_button@2x.png");
		}
	}
	/* 如果设备像素大于等于3，则用3倍图 */
	@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min--moz-device-pixel-ratio: 3) {
		.common-footer-wrapper .footer-menu-box .case-icon {
			background-image: url("../img/mobile/khal_button@3x.png");
		}
		.common-footer-wrapper .footer-menu-box .new-icon {
			background-image: url("../img/mobile/xwdt_button@3x.png");
		}
		.common-footer-wrapper .footer-menu-box .about-icon {
			background-image: url("../img/mobile/gyjy_button@3x.png");
		}
	}

	.common-footer-wrapper .weixin-code{
		text-align: center;
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 16px;
	}
	.common-footer-wrapper .weixin-code img{
		width: 100px;
		margin-bottom: 15px;
	}
	.common-footer-wrapper .copyright{
		text-align: center;
		color: #000;
		line-height: 1.2;
	}
	.common-footer-wrapper .copyright p{
		padding-top: 5px;
	}
}

.common-banner-wrapper .swiper-container {
	/* max-width: 1200px; */
	width: 100%;
}
.common-banner-wrapper .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.common-banner-wrapper .swiper-button-next,
.common-banner-wrapper .swiper-button-prev {
	outline: 0;
}
@media screen and (max-width: 1366px) {
	.common-banner-wrapper .swiper-slide {
		background-size: cover;
	}
}
@media screen and (max-device-width: 1024px) {
	.common-banner-wrapper .swiper-container {
		height: 750px !important;
	}
}
@media screen and (max-width: 768px) {
	.common-banner-wrapper .swiper-container {
		min-width: 0;
		height: 265px !important;
		/* background-size: 100%; */
	}
	.common-banner-wrapper .swiper-button-white {
		display: none;
	}
}
@media only screen and (max-width: 320px) {
	.common-banner-wrapper .swiper-container {
		height: 220px !important;
		/* background-size: 100%; */
	}
}
.common-banner-wrapper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 0.6;
	background: #fff;
	outline: 0;
}
.common-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.common-contact-window-box {
	position: fixed;
	right: 18px;
	top: 55%;
	z-index: 99;
}
.common-contact-window-box .contact-us {
	position: relative;
	width: 70px;
	background-color: transparent;
	margin-bottom: 15px;
}
.common-contact-window-box .contact-item-box {
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	font-size: 12px;
	line-height: 1.5;
}
.common-contact-window-box .selected {
	display: none;
}
.common-contact-window-box .contact-item-box:hover .popup-message-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0) translateY(-50%) scale(1);
	transform: translateX(0) translateY(-50%) scale(1);
}
.common-contact-window-box .contact-item-box:hover img {
	display: none;
}
.common-contact-window-box .contact-item-box:hover .selected {
	display: block;
}
.common-contact-window-box .contact-item-box .popup-message-box {
	position: absolute;
	top: 30%;
	left: -230px;
	width: 200px;
	padding: 15px 10px;
	box-sizing: border-box;
	background-color: #fff;
	color: #5e5e5e;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(0) translateY(-50%) scale(0);
	transform: translateX(0) translateY(-50%) scale(0);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.common-contact-window-box .contact-item-box .popup-message-box:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid white; /* 更改颜色 */
	right: -12px;
	top: 50%;
}
.common-contact-window-box .contact-item-box .popup-message-box .popup-title {
	font-size: 14px;
	font-weight: bold;
}
.common-contact-window-box .contact-item-box .popup-message-box .phone {
	text-align: center;
	font-size: 20px;
	color: #ff9933;
	margin: 15px 0;
}
.common-contact-window-box .contact-item-box .popup-message-box .wechat {
	margin-top: 10px;
	text-align: center;
}
.common-contact-window-box .contact-item-box .popup-message-box .wechat>img {
	width: 50%;
	margin: 0 auto 10px;
	display: block;
}
.common-contact-window-box .go-back {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	padding: 0 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 4px 17px 0 rgba(100, 100, 100, 0.31);
	cursor: pointer;
	box-sizing: border-box;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
	visibility: hidden;
}
.common-contact-window-box .go-back.active {
	opacity: 1;
	visibility: visible;
}
.common-contact-window-box .go-back img {
	vertical-align: middle;
}

.common-pages-introduce {
	padding: 120px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.common-pages-introduce:nth-child(odd) {
	text-align: right;
}
.common-pages-introduce:nth-child(odd) .content {
	margin-left: auto;
	margin-right: 0;
}
.common-pages-introduce .title {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: bold;
}
.common-pages-introduce .content {
	font-size: 18px;
	/* width: 80%; */
}
@media screen and (max-width: 768px) {
	.common-contact-window-box {
		display: none;
	}
	.common-pages-introduce{
		display: none;
	}
}

/* 首页 */
.index-banner-wrapper .swiper-container {
	/* min-width: 1200px;
	width: 100%; */
	height: 850px;
	height: 100vh;
	height: 55.5vw;
}
.index-banner-wrapper .home-banner1 {
	background-image: url("../img/index/banner_01.jpg");
}
.index-banner-wrapper .home-banner2 {
	background-image: url("../img/index/banner_02.jpg");
}
.index-banner-wrapper .home-banner3 {
	background-image: url("../img/index/banner_03.jpg");
}
.index-banner-wrapper .home-banner4 {
	background-image: url("../img/index/banner_04.jpg");
}
@media only screen and (max-width: 768px) {
	.index-banner-wrapper .home-banner1 {
		background-image: url("../img/mobile/index/banner_01.jpg");
	}
	.index-banner-wrapper .home-banner2 {
		background-image: url("../img/mobile/index/banner_02.jpg");
	}
	.index-banner-wrapper .home-banner3 {
		background-image: url("../img/mobile/index/banner_03.jpg");
	}
                .index-banner-wrapper .home-banner4 {
		background-image: url("../img/mobile/index/banner_04.jpg");
	}
}

.index-product-wrapper {
	padding-top: 65px;
}
.index-product-wrapper .product-header {
	position: relative;
	text-align: center;
	font-size: 32px;
	margin-bottom: 35px;
	font-weight: bold;
	color: #01a1c3;
}
.index-product-wrapper .product-header img {
	width: 330px;
}
.index-product-wrapper .product-header::before {
	position: absolute;
	left: 0;
	top: 3px;
	width: 80px;
	height: 42px;
	background-image: url("../img/index/icon_title.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";
}
.index-product-wrapper .product-content {
	padding: 0 120px;
	font-size: 18px;
	margin-bottom: 65px;
	color: #4c4c4c;
	text-align: center;
	font-weight: lighter;
}
.index-product-wrapper .product-more-box {
	display: none;
}
.index-product-switch-wrapper {
	display: none;
}
.index-product-wrapper .product-box .product-item {
	float: left;
	width: 25%;
	height: 560px;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
.index-product-wrapper .product-box .property {
	background-image: url("../img/index/pic_property.jpg");
}
.index-product-wrapper .product-box .business {
	background-image: url("../img/index/pic_business.jpg");
}
.index-product-wrapper .product-box .yzg {
	background-image: url("../img/index/pic_yzg.jpg");
}
.index-product-wrapper .product-box .ygc {
	background-image: url("../img/index/pic_ygc.jpg");
}
.index-product-wrapper .product-box .item-box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.36);
	padding-top: 140px;
	box-sizing: border-box;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.index-product-wrapper .product-box .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.index-product-wrapper .product-box .content {
	font-size: 16px;
	margin-bottom: 80px;
}
.index-product-wrapper .product-box .buttons {
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.index-product-wrapper .product-box .product-item:hover .buttons {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.index-product-wrapper .product-box .product-item:hover .item-box {
	background: rgba(0, 195, 191, 0.5);
}
.index-product-wrapper .product-box .buttons:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.36);
}

.index-corporate-style-wrapper {
	padding: 65px 0 0;
}
.index-corporate-style-wrapper .corporate-style-header {
	position: relative;
	text-align: center;
	font-size: 32px;
	margin-bottom: 35px;
	color: #4c4c4c;
}
.index-corporate-style-wrapper .corporate-style-header p:first-child {
	color: #656565;
	font-size: 38px;
	font-weight: bold;
}
.index-corporate-style-wrapper .corporate-style-header::before {
	position: absolute;
	left: 0;
	top: 3px;
	width: 80px;
	height: 42px;
	background-image: url("../img/index/icon_title.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";
}
.index-corporate-style-wrapper .corporate-style-more-box {
	display: none;
}
.index-city-wrapper .common-content-wrapper {
	padding: 95px 0 65px;
	background-image: url("../img/index/pic_qgfgssxy_02.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	background-size: 85%;
}
.index-city-wrapper .city-header {
	position: relative;
	text-align: center;
	font-size: 30px;
	margin-bottom: 25px;
	color: #5e5e5e;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.index-product-wrapper .product-header::before {
		top: 0;
		width: 45px;
		height: 25px;
	}
	.index-product-wrapper .product-header img {
		width: 220px;
	}
	.index-product-wrapper .product-content {
		padding: 0;
		margin-bottom: 25px;
	}
	.index-product-wrapper .product-box {
		display: none;
	}
	.index-product-wrapper .product-more-box {
		display: block;
		text-align: center;
	}
	.index-product-wrapper .product-more-box a {
		display: inline-block;
		background-color: #ff7e2c;
		border-radius: 5px;
		color: #fff;
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.index-product-switch-wrapper {
		display: block;
		padding: 25px 0;
		background: #f4f4f4;
	}
	.index-product-switch-wrapper .product-switch-header {
		font-size: 0;
		background-color: #fff;
		padding: 0 15px;
		margin-bottom: 15px;
	}
	.index-product-switch-wrapper .product-switch-header .switch-item {
		position: relative;
		display: inline-block;
		width: 25%;
		font-size: 16px;
		text-align: center;
		padding: 15px 0;
		outline: 0;
		border: 0;
	}
	.index-product-switch-wrapper .product-switch-header .switch-item.active {
		color: #ff7e2c;
	}
	.index-product-switch-wrapper .product-switch-header .switch-item.active:before {
		position: absolute;
		bottom: 0;
		left: 5px;
		right: 5px;
		height: 3px;
		background: #ff7e2c;
		content: "";
	}
	.index-product-switch-wrapper .swiper-container {
		background-color: #fff;
	}
	.index-product-switch-wrapper .swiper-slide {
		padding: 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.index-product-switch-wrapper .swiper-slide .title {
		position: relative;
		font-size: 21px;
		margin-bottom: 15px;
	}
	.index-product-switch-wrapper .swiper-slide .title span::before {
		position: absolute;
		width: 70px;
		height: 15px;
		margin-top: 20px;
		margin-left: -30px;
		background-color: rgba(255, 248, 61, 0.29);
		content: "";
		z-index: -1;
	}
	.index-product-switch-wrapper .swiper-slide .subtitle {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.index-product-switch-wrapper .swiper-slide .content {
		text-align: left;
		margin-bottom: 20px;
	}
	.index-product-switch-wrapper .swiper-slide .button-box {
		margin-bottom: 15px;
	}
	.index-product-switch-wrapper .swiper-slide .buttons {
		display: inline-block;
		background-color: #ff7e2c;
		border-radius: 5px;
		color: #fff;
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.index-corporate-style-wrapper .corporate-style-header {
		font-size: 21px;
	}
	.index-corporate-style-wrapper .corporate-style-header p:first-child {
		font-size: 26px;
	}
	.index-corporate-style-wrapper .corporate-style-header::before {
		top: 6px;
		width: 45px;
		height: 25px;
	}
	.index-corporate-style-wrapper .corporate-style-more-box {
		margin-top: 35px;
		display: block;
		text-align: center;
	}
	.index-corporate-style-wrapper .corporate-style-more-box a {
		display: inline-block;
		background-color: #ff7e2c;
		border-radius: 5px;
		color: #fff;
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.index-city-wrapper .common-content-wrapper{
		padding: 65px 0 45px;
	}
	.index-city-wrapper .city-header {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.index-city-wrapper .city-content {
		width: 90%;
		margin: 0 auto;
	}

	br{
		display: none;
	}
}

/* 关于 */
.about-banner-wrapper .swiper-container {
	height: 850px;
	height: 100vh;
	height: 55.5vw;
}
.about-banner-wrapper .about-banner1 {
	background-image: url("../img/about/banner_01.jpg");
}
.about-banner-wrapper .about-banner2 {
	background-image: url("../img/about/banner_02.jpg");
}
.about-banner-wrapper .about-banner3 {
	background-image: url("../img/about/banner_03.jpg");
}
@media only screen and (max-width: 768px) {
	.about-banner-wrapper .about-banner1 {
		background-image: url("../img/mobile/about/banner_01.jpg");
	}
	.about-banner-wrapper .about-banner2 {
		background-image: url("../img/mobile/about/banner_02.jpg");
	}
	.about-banner-wrapper .about-banner3 {
		background-image: url("../img/mobile/about/banner_03.jpg");
	}
}
.about-company-profile-wrapper {
	position: relative;
	padding: 180px 0 110px;
	background-size: 90%;
	font-size: 26px;
	line-height: 2;
}
.about-company-profile-wrapper::before {
	top: 0;
	left: 0;
	width: 100%;
	bottom: -400px;
	position: absolute;
	background-image: url("../img/about/pic_01.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 90%;
	z-index: -1;
	content: "";
}
.about-smart-management-wrapper {
	padding: 65px 0;
}
@media only screen and (max-width: 768px) {
	.about-company-profile-wrapper{
		font-size: 14px;
		padding: 65px 0 30px;
	}
	
}

/* 新闻 */
.news-banner-wrapper .swiper-container {
	height: 850px;
	height: 100vh;
	height: 55.5vw;
}
.news-banner-wrapper .news-banner1 {
	background-image: url("../img/news/banner_01.jpg");
}
.news-banner-wrapper .news-banner2 {
	background-image: url("../img/news/banner_02.jpg");
}
.news-banner-wrapper .news-banner3 {
	background-image: url("../img/news/banner_03.jpg");
}
.news-banner-wrapper .news-banner1 > a,.news-banner-wrapper .news-banner2 > a,.news-banner-wrapper .news-banner3 > a {
	display: block;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 768px) {
	.news-banner-wrapper .news-banner1 {
		background-image: url("../img/mobile/news/banner_01.jpg");
	}
	.news-banner-wrapper .news-banner2 {
		background-image: url("../img/mobile/news/banner_02.jpg");
	}
	.news-banner-wrapper .news-banner3 {
		background-image: url("../img/mobile/news/banner_03.jpg");
	}
	/* .news-banner-wrapper .news-banner2 {
		display: none;
	} */
}
.news-lists-wrapper {
	padding: 65px 0;
}
.news-lists-wrapper .lists-header {
	position: relative;
	color: #4c4c4c;
	font-size: 32px;
	margin-bottom: 25px;
}
.news-lists-wrapper .lists-header::before {
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 110px;
	height: 20px;
	background: #fffdc7;
	z-index: -1;
	content: "";
}
.news-lists-wrapper .list-item {
	position: relative;
	display: flex;
	padding: 25px 0;
	border-bottom: 1px solid #e0e0e0;
}
.news-lists-wrapper .list-item::after {
	position: absolute;
	display: block;
	height: 1px;
	bottom: -1px;
	background-color: #00c3bf;
	left: 100%;
	width: 0;
	-webkit-transition: width 750ms, left 750ms;
	transition: width 750ms, left 750ms;
	content: "";
}
.news-lists-wrapper .list-item:hover:after {
	left: 0;
	width: 100%;
	-webkit-transition: width 750ms;
	transition: width 750ms;
}
.news-lists-wrapper .list-item .image-box {
	position: relative;
	width: 300px;
	overflow: hidden;
}
.news-lists-wrapper .list-item .image-box::after {
	content: "";
	height: 100%;
	width: 100px;
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.3) 50%, hsla(0, 0%, 100%, 0));
	position: absolute;
	left: -160%;
	top: 0;
	z-index: 2;
}
.news-lists-wrapper .list-item .image-box:hover::after {
	transform: skewX(-25deg) translateZ(0);
	transition: left 1s ease-in-out;
	left: 160%;
}
.news-lists-wrapper .list-item .main-box {
	padding-left: 35px;
	color: #5e5e5e;
}
.news-lists-wrapper .list-item .title {
	font-size: 24px;
	margin-bottom: 10px;
}
.news-lists-wrapper .list-item .content {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: lighter;
}
.news-lists-wrapper .list-item .time {
	font-size: 18px;
	margin-bottom: 50px;
	font-weight: lighter;
}
.news-lists-wrapper .list-item .button-group a {
	display: inline-block;
	padding: 10px 25px;
	color: #00c3bf;
	border: 1px solid #00c3bf;
	font-weight: lighter;
}
.news-lists-wrapper .list-item .button-group a:hover {
	background: rgba(0, 195, 191, 0.36);
}
@media only screen and (max-width: 768px) {
	.news-lists-wrapper .lists-header{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.news-lists-wrapper .list-item{
		display: block;
	}
	.news-lists-wrapper .list-item .image-box{
		width: 100%;
		margin-bottom: 15px;
	}
	.news-lists-wrapper .list-item .main-box{
		padding-left: 0;
	}
	.news-lists-wrapper .list-item .title{
		font-size: 16px;
	}
	.news-lists-wrapper .list-item .content,.news-lists-wrapper .list-item .time{
		font-size: 10px;
	}
	.news-lists-wrapper .list-item .time{
		margin-bottom: 25px;
	}
	.news-lists-wrapper .list-item .button-group a{
		display: block;
		text-align: center;
		font-size: 10px;
	}
}

/* 案例 */
.case-banner-wrapper .swiper-container {
	height: 850px;
	height: 100vh;
	height: 55.5vw;
}
.case-banner-wrapper .case-banner1 {
	background-image: url("../img/case/banner_01.jpg");
}
.case-banner-wrapper .case-banner2 {
	background-image: url("../img/case/banner_02.jpg");
}
.case-banner-wrapper .case-banner3 {
	background-image: url("../img/case/banner_03.jpg");
}
@media only screen and (max-width: 768px) {
	.case-banner-wrapper .case-banner1 {
		background-image: url("../img/mobile/case/banner_01.jpg");
	}
	.case-banner-wrapper .case-banner2 {
		background-image: url("../img/mobile/case/banner_02.jpg");
	}
	.case-banner-wrapper .case-banner3 {
		background-image: url("../img/mobile/case/banner_03.jpg");
	}
}
.case-presentation-wrapper {
	background-color: #f2f5f8;
}
.case-presentation-wrapper .case-header-wrapper {
	background-color: #fff;
}
.case-presentation-wrapper .case-header-wrapper .case-menu-box {
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
}
.case-presentation-wrapper .case-header-wrapper .case-menu-item {
	width: 16.666666%;
	text-align: center;
	box-sizing: border-box;
}
.case-presentation-wrapper .case-header-wrapper .case-menu-item > a {
	position: relative;
	display: inline-block;
	padding: 15px 5px;
}
.case-presentation-wrapper .case-header-wrapper .case-menu-item > a:after {
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 3px;
	background-color: #ff9933;
	-webkit-transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
	transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	content: "";
}
.case-presentation-wrapper .case-header-wrapper .case-menu-item > a:hover:after,
.case-presentation-wrapper .case-header-wrapper .case-menu-item.active > a:after {
	left: 0;
	right: 0;
}
.case-presentation-wrapper .case-header-wrapper .case-menu-item.active > a {
	color: #ff9933;
}
.case-presentation-wrapper .case-presentation-box {
	padding: 65px 0 35px;
}
.case-presentation-wrapper .case-presentation-box .case-presentation-lists {
	display: none;
	margin-left: -3%;
}
.case-presentation-wrapper .case-presentation-box .case-presentation-item {
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-bottom: 30px;
	background-color: #fff;
	color: #5e5e5e;
	box-shadow: 0 17px 21px 0 rgba(17, 67, 153, 0.31);
	animation: casePresentation 0.5s;
	-moz-animation: casePresentation 0.5s; /* Firefox */
	-webkit-animation: casePresentation 0.5s; /* Safari 和 Chrome */
	-o-animation: casePresentation 0.5s;
}
.case-presentation-wrapper .case-presentation-box .case-presentation-item .item-main {
	padding: 15px 25px;
}
.case-presentation-wrapper .case-presentation-box .case-presentation-item .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.case-presentation-wrapper .case-presentation-box .case-presentation-item .subtitle {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.4;
	height: 50px;
}
.case-presentation-wrapper .case-presentation-box .case-presentation-item .content {
	height: 130px;
	font-weight: lighter;
}
@keyframes casePresentation {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes casePresentation {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes casePresentation {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes casePresentation {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@media only screen and (max-width: 768px) {
	.case-presentation-wrapper .case-header-wrapper .case-menu-box{
		padding-left: 4px;
		padding-right: 4px;
	}
	.case-presentation-wrapper .case-header-wrapper .case-menu-item{
		width: auto;
	}
	.case-presentation-wrapper .case-presentation-box .case-presentation-lists{
		margin-left: 0;
	}
	.case-presentation-wrapper .case-presentation-box .case-presentation-item{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.case-presentation-wrapper .case-presentation-box .case-presentation-item .image-box img{
		width: 100%;
	}
	.case-presentation-wrapper .case-presentation-box .case-presentation-item .subtitle{
		height: auto;
	}
	.case-presentation-wrapper .case-presentation-box .case-presentation-item .content{
		height: auto;
		padding-bottom: 25px;
	}
}

/* 地产erp */
.realestateERP-banner-wrapper .swiper-container {
	height: 850px;
	height: 100vh;
	height: 55.5vw;
}
.realestateERP-banner-wrapper .realestateERP-banner1 {
	background-image: url("../img/realestateERP/banner_01.jpg");
}
.realestateERP-banner-wrapper .realestateERP-banner2 {
	background-image: url("../img/realestateERP/banner_02.jpg");
}
.realestateERP-banner-wrapper .realestateERP-banner3 {
	background-image: url("../img/realestateERP/banner_03.jpg");
}
@media only screen and (max-width: 768px) {
	.realestateERP-banner-wrapper .realestateERP-banner1 {
		background-image: url("../img/mobile/realestateERP/banner_01.jpg");
	}
	.realestateERP-banner-wrapper .realestateERP-banner2 {
		background-image: url("../img/mobile/realestateERP/banner_02.jpg");
	}
}
.realestateERP-product-wrapper {
	padding: 65px 0;
	background-color: #f2f5f8;
}
.realestateERP-product-wrapper .product-header {
	text-align: center;
	margin-bottom: 45px;
}
.realestateERP-product-wrapper .product-header span {
	position: relative;
	font-size: 32px;
	color: #4c4c4c;
	z-index: 0;
}
.realestateERP-product-wrapper .product-header span::before {
	position: absolute;
	left: -30px;
	bottom: -5px;
	width: 120px;
	height: 20px;
	background-color: #f6f6c2;
	content: "";
	z-index: -1;
}
.realestateERP-product-wrapper .product-box {
	margin-left: -5%;
}
.realestateERP-product-wrapper .product-item {
	float: left;
	width: 28.333%;
	margin-left: 5%;
	margin-bottom: 45px;
	min-height: 163px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 4px 17px 0 rgba(100, 100, 100, 0.31);
	padding: 25px 35px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	cursor: pointer;
}
.realestateERP-product-wrapper .product-item:hover {
	background-color: #ff7e2c;
}
.realestateERP-product-wrapper .product-item:hover .icon p {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
.realestateERP-product-wrapper .product-item .icon {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	font-size: 0;
	overflow: hidden;
}
.realestateERP-product-wrapper .product-item .icon > p {
	width: 100px;
	height: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.realestateERP-product-wrapper .product-item .icon span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.realestateERP-product-wrapper .product-item .icon span > img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.realestateERP-product-wrapper .product-item .name {
	display: inline-block;
	color: #626262;
	font-size: 24px;
	vertical-align: middle;
}
.realestateERP-product-wrapper .product-item .content {
	margin-top: 15px;
	color: #5e5e5e;
	font-size: 16px;
	font-weight: lighter;
}
.realestateERP-product-wrapper .product-item:hover .name,
.realestateERP-product-wrapper .product-item:hover .content {
	color: #fff;
}
.realestateERP-digital-value-wrapper {
	padding: 10% 14% 85px;
	background-image: url("../img/realestateERP/digital_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.realestateERP-digital-value-wrapper .title {
	font-size: 20px;
	color: #656565;
	font-weight: 600;
	margin-bottom: 40px;
}
.realestateERP-digital-value-wrapper .digital-content {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
}
.digital-content .digital-item {
	position: relative;
}
.digital-content .digital-item img {
	width: 100%;
	height: 100%;
}
.realestateERP-digital-value-wrapper .digital-content .text-container {
	position: absolute;
	top: 55%;
	left: 6%;
	right: 6%;
}
.digital-content .text-container p {
	color: white;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 2px;
}
.digital-content .text-container .desc {
	font-size: 14px;
	margin-top: 10px;
	font-weight: 400;
	letter-spacing: 1px;
}
.realestateERP-recognition-wrapper {
	padding: 65px 6%;
}
.realestateERP-recognition-wrapper .realestateERP-recognition-header {
	position: relative;
	text-align: center;
	font-size: 32px;
	color: #4c4c4c;
	max-width: 1200px;
	margin: 0 auto 90px;
	box-sizing: content-box;
}
.realestateERP-recognition-wrapper .realestateERP-recognition-header p:first-child {
	color: #656565;
	font-size: 22px;
	font-weight: bold;
}
.realestateERP-recognition-wrapper .realestateERP-recognition-header::before {
	position: absolute;
	left: 25px;
	top: 3px;
	width: 80px;
	height: 42px;
	background-image: url("../img/index/icon_title.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";
}
.recognition-content {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 20px;
	padding: 0 5%;
}
.recognition-content .recognition-item {
	position: relative;
	border: 1px solid #f1f4f4;
	border-radius: 4px;
	box-shadow: 4px 2px 2px #f3f3f3;
}
.recognition-content .recognition-item img {
	width: 100%;
	height: 100%;
}
.recognition-content .text-container {
	position: absolute;
	top: 35%;
	bottom: 0;
	left: 0;
	right: 0;
}
.recognition-content .text-container p {
	color: #888788;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
	padding: 0 25px;
}
.recognition-content .text-container p:nth-child(2) {
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}
@media screen and (max-width: 768px) {

	.realestateERP-digital-value-wrapper .digital-content {
		flex-wrap: wrap;
	}
	.realestateERP-recognition-wrapper .realestateERP-recognition-header::before {
		display: none;
	}
	.realestateERP-recognition-wrapper .realestateERP-recognition-header {
		font-size: 21px;
	}
	.realestateERP-recognition-wrapper .realestateERP-recognition-header p:first-child {
		font-size: 26px;
	}
	.realestateERP-recognition-wrapper .recognition-content {
		flex-wrap: wrap;
	}
	.realestateERP-product-wrapper .product-header span{
		font-size: 28px;
	}
	.realestateERP-product-wrapper .product-box{
		margin-left: -3%;
	}
	.realestateERP-product-wrapper .product-item{
		display: block;
		width: 47%;
		margin-left: 3%;
		margin-bottom: 15px;
		min-height: 145px;
		padding: 20px 20px;
	}
	.realestateERP-product-wrapper .product-item:last-child{
		margin-bottom: 0;
	}
	.realestateERP-product-wrapper .product-item .icon{
		width: 30px;
		height: 30px;
	}
	.realestateERP-product-wrapper .product-item .icon > p{
		width: 60px;
		height: 30px;
	}
	.realestateERP-product-wrapper .product-item .icon span{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.realestateERP-product-wrapper .product-item:hover .icon p {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	.realestateERP-product-wrapper .product-item .name{
		font-size: 18px;
	}
	.realestateERP-product-wrapper .product-item .content{
		font-size: 12px;
	}
	br{
		display: none;
	}
	.realestateERP-digital-value-wrapper {
		display: none;
	}
	.realestateERP-recognition-wrapper {
		display: none;
	}
}
@media only screen and (max-width: 320px) {
	.realestateERP-product-wrapper .product-header span{
		font-size: 28px;
	}
	.realestateERP-product-wrapper .product-item .icon{
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	.realestateERP-product-wrapper .product-item .icon > p{
		width: 40px;
		height: 20px;
	}
	.realestateERP-product-wrapper .product-item .icon span{
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.realestateERP-product-wrapper .product-item:hover .icon p {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	.realestateERP-product-wrapper .product-item .name{
		font-size: 14px;
	}
}
/* 资管ERP */
.businessERP-banner-wrapper .swiper-container {
	height: 850px;
	height: 100vh;
	height: 55.5vw;
}
.businessERP-banner-wrapper .businessERP-banner1 {
	background-image: url("../img/businessERP/banner_01.jpg");
}
.businessERP-banner-wrapper .businessERP-banner2 {
	background-image: url("../img/businessERP/banner_02.jpg");
}
.businessERP-banner-wrapper .businessERP-banner3 {
	background-image: url("../img/businessERP/banner_03.jpg");
}
@media only screen and (max-width: 768px) {
	.businessERP-banner-wrapper .businessERP-banner1 {
		background-image: url("../img/mobile/businessERP/banner_01.jpg");
	}
	.businessERP-banner-wrapper .businessERP-banner2 {
		background-image: url("../img/mobile/businessERP/banner_02.jpg");
	}
}
.businessERP-product-wrapper {
	padding: 65px 0;
	background-color: #f2f5f8;
}
.businessERP-product-wrapper .product-header {
	text-align: center;
	margin-bottom: 45px;
}
.businessERP-product-wrapper .product-header span {
	position: relative;
	font-size: 32px;
	color: #4c4c4c;
	z-index: 0;
}
.businessERP-product-wrapper .product-header span::before {
	position: absolute;
	left: -30px;
	bottom: -5px;
	width: 120px;
	height: 20px;
	background-color: #f6f6c2;
	content: "";
	z-index: -1;
}
.businessERP-product-wrapper .product-box {
	margin-left: -5%;
}
.businessERP-product-wrapper .product-item {
	float: left;
	width: 28.333%;
	margin-left: 5%;
	margin-bottom: 45px;
	min-height: 163px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 4px 17px 0 rgba(100, 100, 100, 0.31);
	padding: 25px 35px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	cursor: pointer;
}
.businessERP-product-wrapper .product-item.more {
	padding: 70px 35px;
	text-align: center;
	vertical-align: middle;
	cursor: auto;
}
.businessERP-product-wrapper .product-item.more .icon {
	height: auto;
}
.businessERP-product-wrapper .product-item.more:hover {
	background-color: #fff;
}
.businessERP-product-wrapper .product-item:hover {
	background-color: #ff7e2c;
}
.businessERP-product-wrapper .product-item:hover .icon p {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
.businessERP-product-wrapper .product-item .icon {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	font-size: 0;
	overflow: hidden;
}
.businessERP-product-wrapper .product-item .icon > p {
	width: 100px;
	height: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.businessERP-product-wrapper .product-item .icon span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.businessERP-product-wrapper .product-item .icon span > img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.businessERP-product-wrapper .product-item .name {
	display: inline-block;
	color: #626262;
	font-size: 24px;
	vertical-align: middle;
}
.businessERP-product-wrapper .product-item .content {
	margin-top: 15px;
	color: #5e5e5e;
	font-size: 16px;
	font-weight: lighter;
}
.businessERP-product-wrapper .product-item:hover .name,
.businessERP-product-wrapper .product-item:hover .content {
	color: #fff;
}
.businessERP-digital-value-wrapper {
	padding: 10% 14% 85px;
	background-image: url("../img/businessERP/digital_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.businessERP-digital-value-wrapper .title {
	font-size: 20px;
	color: #656565;
	font-weight: 600;
	margin-bottom: 40px;
}
.businessERP-digital-value-wrapper .digital-content {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
}
.digital-content .digital-item {
	position: relative;
}
.digital-content .digital-item img {
	width: 100%;
	height: 100%;
}
.businessERP-digital-value-wrapper .digital-content .text-container {
	position: absolute;
	top: 50%;
	left: 6%;
	right: 6%;
}
.digital-content .text-container p {
	color: white;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 2px;
}
.digital-content .text-container .desc {
	font-size: 14px;
	margin-top: 10px;
	font-weight: 400;
	letter-spacing: 1px;
}
.businessERP-recognition-wrapper {
	padding: 65px 6%;
}
.businessERP-recognition-wrapper .businessERP-recognition-header {
	position: relative;
	text-align: center;
	font-size: 32px;
	color: #4c4c4c;
	max-width: 1200px;
	margin: 0 auto 90px;
	box-sizing: content-box;
}
.businessERP-recognition-wrapper .businessERP-recognition-header p:first-child {
	color: #656565;
	font-size: 22px;
	font-weight: bold;
}
.businessERP-recognition-wrapper .businessERP-recognition-header::before {
	position: absolute;
	left: 25px;
	top: 3px;
	width: 80px;
	height: 42px;
	background-image: url("../img/index/icon_title.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";
}
.recognition-content {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 20px;
	padding: 0 5%;
}
.recognition-content .recognition-item {
	position: relative;
	border: 1px solid #f1f4f4;
	border-radius: 4px;
	box-shadow: 4px 2px 2px #f3f3f3;
}
.recognition-content .recognition-item img {
	width: 100%;
	height: 100%;
}
.recognition-content .text-container {
	position: absolute;
	top: 35%;
	bottom: 0;
	left: 0;
	right: 0;
}
.recognition-content .text-container p {
	color: #888788;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
	padding: 0 25px;
}
.recognition-content .text-container p:nth-child(2) {
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.businessERP-digital-value-wrapper .digital-content {
		flex-wrap: wrap;
	}
	.businessERP-recognition-wrapper .businessERP-recognition-header::before {
		display: none;
	}
	.businessERP-recognition-wrapper .businessERP-recognition-header {
		font-size: 21px;
	}
	.businessERP-recognition-wrapper .businessERP-recognition-header p:first-child {
		font-size: 26px;
	}
	.businessERP-recognition-wrapper .recognition-content {
		flex-wrap: wrap;
	}
	.businessERP-product-wrapper .product-header span{
		font-size: 28px;
	}
	.businessERP-product-wrapper .product-box{
		margin: 0 0 0 -3%;
	}
	.businessERP-product-wrapper .product-item{
		display: block;
		width: 47%;
		margin-left: 3%;
		margin-bottom: 15px;
		min-height: 140px;
		padding: 20px 20px;
	}
	.businessERP-product-wrapper .product-item:last-child{
		display: none;
		margin-bottom: 0;
	}
	.businessERP-product-wrapper .product-item .icon{
		width: 30px;
		height: 30px;
	}
	.businessERP-product-wrapper .product-item .icon > p{
		width: 60px;
		height: 30px;
	}
	.businessERP-product-wrapper .product-item .icon span{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.businessERP-product-wrapper .product-item:hover .icon p {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	.businessERP-product-wrapper .product-item .name{
		font-size: 18px;
	}
	.businessERP-product-wrapper .product-item .content{
		font-size: 12px;
	}
	.businessERP-digital-value-wrapper {
		display: none;
	}
	.businessERP-recognition-wrapper {
		display: none;
	}
}
@media only screen and (max-width: 320px) {
	.businessERP-product-wrapper .product-header span{
		font-size: 28px;
	}
	.businessERP-product-wrapper .product-item .icon{
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	.businessERP-product-wrapper .product-item .icon > p{
		width: 40px;
		height: 20px;
	}
	.businessERP-product-wrapper .product-item .icon span{
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.businessERP-product-wrapper .product-item:hover .icon p {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	.businessERP-product-wrapper .product-item .name{
		font-size: 14px;
	}
}
/* 云工程 */
.cloud-engineering-banner-wrapper .swiper-container {
	height: 850px;
	height: 100vh;
	height: 55.5vw;
}
.cloud-engineering-banner-wrapper .cloud-engineering-banner1 {
	background-image: url("../img/cloud-engineering/banner_01.jpg");
}
.cloud-engineering-banner-wrapper .cloud-engineering-banner2 {
	background-image: url("../img/cloud-engineering/banner_02.jpg");
}
@media only screen and (max-width: 768px) {
	.cloud-engineering-banner-wrapper .cloud-engineering-banner1 {
		background-image: url("../img/mobile/cloud-engineering/banner_01.jpg");
	}
	.cloud-engineering-banner-wrapper .cloud-engineering-banner2 {
		background-image: url("../img/mobile/cloud-engineering/banner_02.jpg");
	}
}
.cloud-engineering-product-wrapper {
	padding: 65px 0;
	background-color: #f2f5f8;
}
.cloud-engineering-product-wrapper .product-header {
	text-align: center;
	margin-bottom: 45px;
}
.cloud-engineering-product-wrapper .product-header span {
	position: relative;
	font-size: 32px;
	color: #4c4c4c;
	z-index: 0;
}
.cloud-engineering-product-wrapper .product-header span::before {
	position: absolute;
	left: -30px;
	bottom: -5px;
	width: 120px;
	height: 20px;
	background-color: #f6f6c2;
	content: "";
	z-index: -1;
}
.cloud-engineering-product-wrapper .product-box {
	margin-left: -5%;
}
.cloud-engineering-product-wrapper .product-item {
	display: block;
	position: relative;
	float: left;
	width: 28.3333%;
	height: 340px;
	margin-left: 5%;
	box-shadow: 0 17px 21px 0 rgba(17, 67, 153, 0.31);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.cloud-engineering-product-wrapper .product-item.yzj {
	background-image: url("../img/cloud-engineering/btn_yzj.jpg");
}
.cloud-engineering-product-wrapper .product-item.yjh {
	background-image: url("../img/cloud-engineering/btn_yjh.jpg");
}
.cloud-engineering-product-wrapper .product-item.yxt {
	background-image: url("../img/cloud-engineering/btn_yxt.jpg");
}
.cloud-engineering-product-wrapper .product-item .item-box {
	position: absolute;
	top: 6px;
	left: 5px;
	bottom: 6px;
	right: 5px;
	box-sizing: border-box;
	padding: 115px 15px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.cloud-engineering-product-wrapper .product-item:hover .item-box {
	color: #00c3bf;
	background-color: rgba(255, 255, 255, 0.8);
}
.cloud-engineering-product-wrapper .product-item .title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}
.cloud-engineering-product-wrapper .product-item .content {
	font-size: 18px;
}
.cloud-engineering-plan {
	background-image: url("../img/cloud-engineering/pic_01.jpg");
}
.cloud-engineering-quality {
	background-image: url("../img/cloud-engineering/pic_02.jpg");
}
.cloud-engineering-business {
	background-image: url("../img/cloud-engineering/pic_03.jpg");
}
.cloud-engineering-function-wrapper {
	padding: 65px 0;
	background-color: #f2f5f8;
}
.cloud-engineering-function-wrapper .function-lists-box {
	margin-left: -3%;
}
.cloud-engineering-function-wrapper .list-item {
	float: left;
	width: 22%;
	margin-left: 3%;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	padding: 35px 15px;
	min-height: 337px;
	box-shadow: 0 17px 21px 0 rgba(17, 67, 153, 0.31);
	color: #5e5e5e;
}
.cloud-engineering-function-wrapper .list-item .image {
	height: 80px;
	line-height: 80px;
}
.cloud-engineering-function-wrapper .list-item .image img {
	vertical-align: middle;
}
.cloud-engineering-function-wrapper .list-item .title {
	font-size: 24px;
	margin-top: 10px;
}
.cloud-engineering-function-wrapper .list-item .content {
	font-size: 16px;
	margin-top: 15px;
	font-weight: lighter;
	text-align: left;
}
@media only screen and (max-width: 1024px) {
	.cloud-engineering-product-wrapper .product-item{
		height: 290px;
	}
	.cloud-engineering-product-wrapper .product-item .item-box{
		padding: 85px 15px;
	}
}
@media only screen and (max-width: 768px) {
	.cloud-engineering-product-wrapper .product-box{
		margin-left: 0;
	}
	.cloud-engineering-product-wrapper .product-item{
		float: none;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 45px;
	}
	.cloud-engineering-product-wrapper .product-header span{
		font-size: 28px;
	}
	.cloud-engineering-product-wrapper .product-item{
		height: 150px;
	}
	.cloud-engineering-product-wrapper .product-item .item-box{
		padding: 20px;
	}
	.cloud-engineering-product-wrapper .product-item .title{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.cloud-engineering-product-wrapper .product-item .content{
		font-size: 14px;
	}
	.cloud-engineering-function-wrapper{
		display: none;
	}

}

/* 云资管 */
.cloud-management-banner-wrapper .swiper-container {
	height: 850px;
	height: 100vh;
	height: 55.5vw;
}
.cloud-management-banner-wrapper .cloud-management-banner1 {
	background-image: url("../img/cloud-management/banner_01.jpg");
}
.cloud-management-banner-wrapper .cloud-management-banner2 {
	background-image: url("../img/cloud-management/banner_02.jpg");
}
.cloud-management-banner-wrapper .cloud-management-banner3 {
	background-image: url("../img/cloud-management/banner_03.jpg");
}
@media only screen and (max-width: 768px) {
	.cloud-management-banner-wrapper .cloud-management-banner1 {
		background-image: url("../img/mobile/cloud-management/banner_01.jpg");
	}
	.cloud-management-banner-wrapper .cloud-management-banner2 {
		background-image: url("../img/mobile/cloud-management/banner_02.jpg");
	}
                 .cloud-management-banner-wrapper .cloud-management-banner3 {
		background-image: url("../img/mobile/cloud-management/banner_03.jpg");
	}
}
.cloud-management-product-wrapper {
	padding: 65px 0;
	background-color: #f2f5f8;
}
.cloud-management-product-wrapper .product-header {
	text-align: center;
	margin-bottom: 45px;
}
.cloud-management-product-wrapper .product-header span {
	position: relative;
	font-size: 32px;
	color: #4c4c4c;
	z-index: 0;
}
.cloud-management-product-wrapper .product-header span::before {
	position: absolute;
	left: -30px;
	bottom: -5px;
	width: 120px;
	height: 20px;
	background-color: #f6f6c2;
	content: "";
	z-index: -1;
}
.cloud-management-product-wrapper .product-box {
	margin-left: -5%;
}
.cloud-management-product-wrapper .product-item {
	display: block;
	position: relative;
	float: left;
	width: 28.3333%;
	height: 340px;
	margin-left: 5%;
	box-shadow: 0 17px 21px 0 rgba(17, 67, 153, 0.31);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.cloud-management-product-wrapper .product-item.yzs {
	background-image: url("../img/cloud-management/btn_yzs.jpg");
}
.cloud-management-product-wrapper .product-item.yzl {
	background-image: url("../img/cloud-management/btn_yzl.jpg");
}
.cloud-management-product-wrapper .product-item.yfw {
	background-image: url("../img/cloud-management/btn_yfw.jpg");
}
.cloud-management-product-wrapper .product-item .item-box {
	position: absolute;
	top: 6px;
	left: 5px;
	bottom: 6px;
	right: 5px;
	box-sizing: border-box;
	padding: 115px 15px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.cloud-management-product-wrapper .product-item:hover .item-box {
	color: #00c3bf;
	background-color: rgba(255, 255, 255, 0.8);
}
.cloud-management-product-wrapper .product-item .title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}
.cloud-management-product-wrapper .product-item .content {
	font-size: 18px;
}
.cloud-management-attract {
	background-image: url("../img/cloud-management/pic_01.jpg");
}
.cloud-management-operate {
	background-image: url("../img/cloud-management/pic_02.jpg");
}
.cloud-management-service {
	background-image: url("../img/cloud-management/pic_03.jpg");
}
.cloud-management-management {
	background-image: url("../img/cloud-management/pic_04.jpg");
}
.cloud-management-function-wrapper {
	padding: 65px 0;
	background-color: #f2f5f8;
}
.cloud-management-function-wrapper .function-lists-box {
	margin-left: -3%;
}
.cloud-management-function-wrapper .list-item {
	float: left;
	width: 22%;
	margin-left: 3%;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	padding: 35px 15px;
	min-height: 337px;
	box-shadow: 0 17px 21px 0 rgba(17, 67, 153, 0.31);
	color: #5e5e5e;
}
.cloud-management-function-wrapper .list-item .image {
	height: 80px;
	line-height: 80px;
}
.cloud-management-function-wrapper .list-item .image img {
	vertical-align: middle;
}
.cloud-management-function-wrapper .list-item .title {
	font-size: 24px;
	margin-top: 10px;
}
.cloud-management-function-wrapper .list-item .content {
	font-size: 16px;
	margin-top: 15px;
	font-weight: lighter;
	text-align: left;
}

.image-show-page {
	text-align: center;
}
.image-show-page img {
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.cloud-management-product-wrapper .product-item{
		height: 290px;
	}
	.cloud-management-product-wrapper .product-item .item-box{
		padding: 85px 15px;
	}
}
@media only screen and (max-width: 768px) {
	.cloud-management-product-wrapper .product-box{
		margin-left: 0;
	}
	.cloud-management-product-wrapper .product-item{
		float: none;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 45px;
	}
	.cloud-management-product-wrapper .product-header span{
		font-size: 28px;
	}
	.cloud-management-product-wrapper .product-item{
		height: 150px;
	}
	.cloud-management-product-wrapper .product-item .item-box{
		padding: 20px;
	}
	.cloud-management-product-wrapper .product-item .title{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.cloud-management-product-wrapper .product-item .content{
		font-size: 14px;
	}
	.cloud-management-function-wrapper{
		display: none;
	}
}
/* 合作伙伴 */
.partner-banner-wrapper {
	position: relative;
}
.partner-banner-wrapper .banner-box {
	position: absolute;
	bottom: 20%;
	width: 100%;
	text-align: center;
}
.partner-banner-wrapper .banner-box a {
	padding: 15px 45px;
	background-color: #00c3bf;
	border-radius: 10px;
	color: #fff;
	margin: 0 20px;
	font-size: 18px;
}
.partner-banner-wrapper .banner-box a:hover {
	background-color: #ff7e2c;
	color: #fff;
}
.partner-banner-wrapper .banner-box a + a {
	background-color: #fff;
	color: #656565;
}
.partner-video-wrapper {
	display: flex;
	justify-content: center;
	padding: 100px 50px;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../img/partner/bg_01.png");
}
.partner-video-wrapper>a {
	width: 35%;
	margin-right: 5%;
	transition: all .3s ease-in-out;
}
.partner-video-wrapper>a:hover {
	transform: scale(1.1);
}
.partner-video-wrapper .partner-video-box {
	color: #4c4c4c;
	margin: auto 0;
}
.partner-video-wrapper .partner-video-box .partner-video-title {
	color: #656565;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.partner-video-wrapper .partner-video-box .partner-video-desc {
	position: relative;
	color: #464545;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	padding-left: 0.5em;
	box-sizing: border-box;
}
.partner-video-wrapper .partner-video-box .partner-video-desc::after {
	position: absolute;
	content: "-";
	left: -0.5em;
	top: 0;
	color: currentColor;
}
.partner-video-wrapper .partner-video-box .partner-video-link-box {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.partner-video-wrapper .partner-video-box .partner-video-link-box .partner-video-link {
	color: #00c3bf;
	font-size: 18px;
}
.partner-video-wrapper .partner-video-box .partner-video-link-box .partner-video-link:hover {
	position: relative;
	color: #ff7e2c;
}
.partner-video-wrapper .partner-video-box .partner-video-link-box>img {
	width: 50px;
	margin-left: 15px;
}
.partner-empowerment-wrapper {
	padding: 100px 0 50px;
	background-color: #f2f5f8;
	position: relative;
}
.partner-empowerment-wrapper .partner-empowerment-header {
	position: relative;
	text-align: center;
	font-size: 32px;
	margin-bottom: 35px;
	color: #4c4c4c;
	max-width: 1200px;
	margin: 0 auto 50px;
	box-sizing: content-box;
}
.partner-empowerment-wrapper .partner-empowerment-header p:first-child {
	color: #656565;
	font-size: 38px;
	font-weight: bold;
}
.partner-empowerment-wrapper .partner-empowerment-header::before {
	position: absolute;
	left: 25px;
	top: 3px;
	width: 80px;
	height: 42px;
	background-image: url("../img/index/icon_title.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";
}
.partner-empowerment-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
	max-width: 1200px;
	margin: auto;
}
.partner-empowerment-list .partner-empowerment-item {
	box-shadow: 0 4px 17px 0 rgba(100, 100, 100, 0.51);
	border-radius: 5px;
	width: calc(20% - 10px);
}
.partner-empowerment-list .partner-empowerment-item p {
	padding: 20px 0 30px ;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.partner-empowerment-wrapper .partner-empowerment-img {
	padding: 0 15%;
	box-sizing: border-box;
}
.partner-empowerment-wrapper .partner-empowerment-box {
	position: absolute;
	bottom: 21%;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0 15%;
	box-sizing: border-box;
}
.partner-empowerment-wrapper .partner-empowerment-box .empowerment-box-item {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	flex: 1;
	text-align: center;
}
.partner-application-wrapper {
	padding: 80px 0;
	background-color: #f0fefe;
}
.partner-application-wrapper .partner-application-header {
	position: relative;
	text-align: center;
	font-size: 32px;
	margin-bottom: 35px;
	color: #4c4c4c;
	max-width: 1200px;
	margin: 0 auto 20px;
	box-sizing: content-box;
}
.partner-application-wrapper .partner-application-header p:first-child {
	color: #656565;
	font-size: 38px;
	font-weight: bold;
}
.partner-application-wrapper .partner-application-header::before {
	position: absolute;
	left: 25px;
	top: 3px;
	width: 80px;
	height: 42px;
	background-image: url("../img/index/icon_title.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";
}
.partner-application-process {
	max-width: 1200px;
	margin: auto;
}
.partner-application-process .process-box {
	display: flex;
	padding: 0 5%;
	justify-content: space-between;
}
.partner-application-process .process-box .process-box-item {
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	flex: 1;
	text-align: center;
}
.partner-info-wrapper {
	padding: 100px 0;
	background-color: #fff;
}
.partner-info-wrapper .partner-info-header {
	position: relative;
	text-align: center;
	font-size: 32px;
	margin-bottom: 35px;
	color: #4c4c4c;
	max-width: 1200px;
	margin: 0 auto 20px;
	box-sizing: content-box;
}
.partner-info-wrapper .partner-info-header p:first-child {
	color: #656565;
	font-size: 38px;
	font-weight: bold;
}
.partner-info-wrapper .partner-info-header::before {
	position: absolute;
	left: 25px;
	top: 3px;
	width: 80px;
	height: 42px;
	background-image: url("../img/index/icon_title.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";
}
.partner-info-wrapper .partner-info-details {
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 26px;
	line-height: 40px;
}
.partner-info-wrapper .partner-info-details img {
	max-width: 20%;
}
.partner-info-wrapper .partner-info-details p:first-of-type {
	font-weight: normal;
	margin: 10px 0 5px;
	font-size: 21px;
	line-height: 40px;
}
@media only screen and (max-width: 1540px) {
	.partner-empowerment-wrapper .partner-empowerment-box .empowerment-box-item {
		font-size: 20px;
	}
	.partner-empowerment-wrapper .partner-empowerment-list .partner-empowerment-item p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	.partner-empowerment-wrapper .partner-empowerment-box .empowerment-box-item {
		font-size: 14px;
	}
	.partner-empowerment-wrapper .partner-empowerment-list .partner-empowerment-item p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 768px) {
	.partner-empowerment-wrapper .partner-empowerment-header::before {
		top: 7px;
		width: 45px;
		height: 25px;
	}
	.partner-empowerment-wrapper .partner-empowerment-header {
		font-size: 21px;
	}
	.partner-empowerment-wrapper .partner-empowerment-header p:first-child {
		font-size: 26px;
	}
	.partner-empowerment-wrapper .partner-empowerment-list .partner-empowerment-item p {
		font-size: 12px;
	}
	.partner-application-wrapper .partner-application-header::before {
		top: 7px;
		width: 45px;
		height: 25px;
	}
	.partner-application-wrapper .partner-application-header {
		font-size: 21px;
	}
	.partner-application-wrapper .partner-application-header p:first-child {
		font-size: 26px;
	}
	.partner-info-wrapper .partner-info-header::before {
		top: 7px;
		width: 45px;
		height: 25px;
	}
	.partner-info-wrapper .partner-info-header {
		font-size: 21px;
	}
	.partner-info-wrapper .partner-info-header p:first-child {
		font-size: 26px;
	}
	.partner-empowerment-wrapper .partner-empowerment-box .empowerment-box-item {
		font-size: 12px;
	}
}
/*国企不动产*/
.seo-estate-banner-wrapper .swiper-container {
	height: 55.5vw;
}
.seo-estate-banner-wrapper .seo-estate-banner1 {
	background-image: url("../img/seo-estate/banner_01.jpg");
}
.seo-estate-banner-wrapper .seo-estate-banner2 {
	background-image: url("../img/seo-estate/banner_02.jpg");
}
@media only screen and (max-width: 768px) {
}
.seo-estate-header {
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #4c4c4c;
	max-width: 1200px;
	margin: 0 auto 50px;
	box-sizing: content-box;
}
.seo-estate-header p:first-child {
	color: #656565;
	font-size: 22px;
	font-weight: bold;
}
.seo-estate-header::before {
	position: absolute;
	left: 25px;
	top: 3px;
	width: 80px;
	height: 42px;
	background-image: url("../img/index/icon_title.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";
}
.seo-estate-integration-wrapper {
	padding: 100px 0 50px;
	background-color: #f2f5f8;
	position: relative;
	background-image: url("../img/seo-estate/bg_01.png");
	background-size: cover;
}
.seo-estate-integration-wrapper .integration-img {
	margin: 0 auto;
	width: 80%;
	display: block;
}
.seo-estate-management-wrapper {
	padding: 100px 0 50px;
	background-color: #f2f5f8;
	position: relative;
	background-image: url("../img/seo-estate/bg_02.png");
	background-size: cover;
}
.seo-estate-management-wrapper .seo-estate-management-header {
	color: #656565;
	font-size: 20px;
	text-align: center;
}
.seo-estate-management-wrapper .management-img {
	margin: 0 auto;
	width: 80%;
	display: block;
}
.seo-estate-cycle-wrapper {
	padding: 100px 0 0;
	background-color: #f2f5f8;
	position: relative;
	background-image: url("../img/seo-estate/bg_03.png");
	background-size: cover;
}
.seo-estate-cycle-wrapper .cycle-img {
	margin: 0 auto;
	width: 50%;
	display: block;
}
.seo-estate-process-wrapper {
	padding: 100px 0 80px;
	background-color: #f2f5f8;
	position: relative;
	background-image: url("../img/seo-estate/bg_02.png");
	background-size: cover;
}
.seo-estate-process-wrapper .process-img {
	margin: 0 auto;
	width: 80%;
	display: block;
}
.seo-estate-chain-wrapper {
	padding: 100px 0 80px;
	background-color: #f2f5f8;
	position: relative;
	background-image: url("../img/seo-estate/bg_05.png");
	background-size: cover;
}
.seo-estate-chain-wrapper .chain-img {
	margin: 0 auto;
	width: 70%;
	display: block;
}
.seo-estate-diversification-wrapper {
	padding: 100px 0 80px;
	background-color: #f2f5f8;
	position: relative;
	background-image: url("../img/seo-estate/bg_02.png");
	background-size: cover;
}
.seo-estate-diversification-wrapper .diversification-img {
	margin: 0 auto;
	width: 65%;
	display: block;
}
.seo-estate-custom-wrapper {
	padding: 100px 0 80px;
	background-color: #fff;
	position: relative;
}
.seo-estate-custom-wrapper .seo-estate-custom-case-list {
	display: flex;
	width: 80%;
	flex-wrap: wrap;
	margin: 0 auto;
}
.seo-estate-custom-wrapper .seo-estate-custom-case-item {
	margin-right: 20px;
	margin-bottom: 10px;
	width: 30%;
}
.seo-estate-custom-wrapper .seo-estate-custom-case-item img {
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	border-radius: 20px;
}
.seo-estate-custom-case-item .name {
	padding-left: 5%;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #5e5e5e;
}
.seo-estate-custom-case-item .desc {
	padding-left: 5%;
	font-size: 16px;
	color: #5e5e5e;
}
@media only screen and (max-width: 768px) {
	.seo-estate-header::before {
		top: 0;
		width: 45px;
		height: 25px;
	}
	.seo-estate-header p:first-child {
		font-size: 16px;
		width: 60%;
		margin: auto;
	}
	.seo-estate-header p:nth-child(2) {
		padding: 0 10px;
		font-size: 8px;
	}
	.seo-estate-custom-wrapper .seo-estate-custom-case-item {
		width: calc(50% - 5px);
		margin: 0;
	}
	.seo-estate-custom-wrapper .seo-estate-custom-case-item:nth-child(odd) {
		margin-right: 10px;
	}
	.seo-estate-custom-case-item .name {
		font-size: 11px;
	}
	.seo-estate-custom-case-item .desc {
		font-size: 11px;
	}
}
/*产业园区*/
.park-banner-wrapper .swiper-container {
	height: 55.5vw;
}
.park-banner-wrapper .park-banner1 {
	background-image: url("../img/park/banner_01.jpg");
}

.park-desc-wrapper {
	padding: 180px 0 160px;
	background-image: url("../img/park/bg_01.jpg");
	background-size: cover;
}
.park-desc-wrapper .desc {
	max-width: 1200px;
	padding: 0 25px;
	display: block;
	margin: 0 auto;
	font-size: 26px;
	line-height: 2;
}
.park-desc-wrapper .ability-container {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0 200px;
	margin-top: 100px;
}
.park-desc-wrapper .ability-container .ability-item {
	display: flex;
	width: 80px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 16px;
}
.park-desc-wrapper .ability-container .ability-item img {
	margin-bottom: 20px;
}
.park-base-wrapper {}
.park-case-wrapper {
	padding: 20px 60px 0;
	display: flex;
}
.park-case-wrapper .case-item {
	width: 50%;
}
.park-case-wrapper .case-item {
	margin: 20px 5% 20px;
}
.park-case-wrapper .case-right {
	margin: 20px 0 20px 0;
	padding-right: 9%;
	box-sizing: border-box;
}
.park-case-wrapper .case-right > div {
	width: fit-content;
	margin-left: 10%;
}
.park-case-wrapper .case-left {
	margin: 20px 0 20px 0;
	padding-left: 9%;
	box-sizing: border-box;
}
.park-case-wrapper .case-left > div {
	width: fit-content;
	margin-left: auto;
	padding-right: 10%;
}
.park-case-wrapper .case-item .title {
	font-size: 26px;
	font-weight: bolder;
	color: #00c3bf;
	margin-top: 30px;
}
.park-case-wrapper .case-item .info {
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	color: #000;
}
.park-case-wrapper .case-item .desc {
	font-size: 18px;
	line-height: 2;
	color: #5e5e5e;
}
.park-case-wrapper .mobile-hidden {
	display: block;
}
.park-case-wrapper .mobile-visible {
	display: none;
}
.park-business-wrapper {
	margin-top: 40px;
	padding: 20px 40px;
	background-color: rgb(240, 254, 254);
	text-align: center;
}
.park-business-wrapper .park-business-header p{
	color: #5e5e5e;
	line-height: 2;
}
.park-business-wrapper .park-business-header p:first-child{
	font-size: 26px;
	font-weight: bolder;
}
.park-business-content {
	margin-top: 10px;
	display: flex;
	font-size: 22px;
	justify-content: space-between;
}
.park-business-content .park-business-item {
	width: 24%;
}
.park-business-content .park-business-item p {
	height: 80px;
	line-height: 80px;
	background-color: white;
	font-size: 20px;
}
@media only screen and (max-width: 768px) {
	.park-desc-wrapper {
		padding: 65px 0 30px;
	}
	.park-desc-wrapper .desc {
		font-size: 14px;
	}
	.park-desc-wrapper .ability-container {
		display: none;
	}
	.park-case-wrapper {
		padding: 20px 0 0;
		flex-wrap: wrap;
	}
	.park-case-wrapper .case-item {
		width: 100%;
	}
	.park-case-wrapper .case-left {
		padding-left: 0;
	}
	.park-case-wrapper .case-right {
		padding-right: 0;
		padding-left: 9%;
	}
	.park-case-wrapper .case-right > div {
		margin-left: auto;
		padding-right: 10%;
	}
	.park-case-wrapper .case-item .title {
		font-size: 20px;
	}
	.park-case-wrapper .case-item .info {
		font-size: 14px;
	}
	.park-case-wrapper .case-item .desc {
		font-size: 12px;
	}
	.park-case-wrapper .mobile-hidden {
		display: none;
	}
	.park-case-wrapper .mobile-visible {
		display: block;
	}
	.park-business-content .park-business-item p {
		font-size: 15px;
	}
}