@charset "UTF-8";

/* init */
html {
	font-family: '微软雅黑';
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	border: 0;
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #dbdbdb;
}

::-webkit-scrollbar-track {
	background-color: #dbdbdb;
}

::-webkit-scrollbar-thumb {
	background-color: #3394EE;
}

.u-flex {
	display: flex;
	flex-direction: row;
}

.u-flex-wrap {
	flex-wrap: wrap;
}

.u-flex-x-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.u-flex-xy-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.u-flex-y-center {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.u-flex-between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.u-flex-around {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.u-flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.u-flex-0 {
	flex: 0;
}

.u-flex-1 {
	flex: 1;
}

.u-flex-2 {
	flex: 2;
}

.u-flex-3 {
	flex: 3;
}

.u-flex-4 {
	flex: 4;
}

.u-flex-5 {
	flex: 5;
}

.u-flex-6 {
	flex: 6;
}

.u-flex-7 {
	flex: 7;
}

.u-flex-8 {
	flex: 8;
}

.u-flex-9 {
	flex: 9;
}

.u-flex-10 {
	flex: 10;
}

.u-flex-11 {
	flex: 11;
}

.u-flex-12 {
	flex: 12;
}

.u-line-1 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical !important;
}

.u-line-2 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical !important;
}

.u-line-3 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical !important;
}

.u-line-4 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical !important;
}

.u-line-5 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical !important;
}

.tran-3 {
	transition: all 0.3s ease;
}

body {
	min-width: 1400px;
}

.main {
	margin: 0 auto;
	width: 1140px;
}

/* 头部底部 */
.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
}

.header.active {
	background: #fff;
	border-bottom: 1px solid #e7edf5;
}

.header.active .logo .default {
	display: none;
}

.header.active .logo .active {
	display: block;
}

.header.active .menu a {
	color: #333;
}

.header.active .menu a.active {
	color: #2F9EF4;
}

.header.active .menu a:before {
	background: #2F9EF4;
}

.header.active .btn {
	border-color: #2F9EF4;
	background: #2F9EF4;
	color: #fff;
}

.header.black .logo .default {
	display: none;
}

.header.black .logo .active {
	display: block;
}

.header.black .menu a {
	color: #333;
}

.header.black .menu a.active {
	color: #2F9EF4;
}

.header.black .menu a:before {
	background: #2F9EF4;
}

.header.black .btn {
	border-color: #2F9EF4;
	background: #2F9EF4;
	color: #fff;
}

.header .main {
	height: 98px;
}

.header .logo {
	width: 158px;
}

.header .logo .default {
	display: block;
	width: 100%;
}

.header .logo .active {
	display: none;
	width: 100%;
}

.header .menu a {
	position: relative;
	display: block;
	margin-left: 85px;
	color: #DDEEEE;
	font-size: 16px;
	font-weight: bold;
}

.header .menu a:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
	width: 43px;
	height: 4px;
	display: none;
	background: #fff;
	border-radius: 2px;
}

.header .menu a.active:before {
	display: block;
}

.header .btn {
	width: 73px;
	line-height: 26px;
	border-radius: 8px;
	border: 2px solid #fff;
	text-align: center;
	color: #DDEEEE;
	font-weight: bold;
	cursor: pointer;
}

.header-placeholder {
	display: none;
	height: 98px;
}

.footer {
	position: relative;
	height: 664px;
}

.footer .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.footer .main {
	position: relative;
}

.footer-main {
	width: 410px;
	padding: 190px 0 180px;
}

.footer-main .logo {
	display: block;
	width: 158px;
}

.footer-main .line {
	margin: 21px 0;
	height: 1px;
	background: #67A7CC;
	opacity: .5;
}

.footer-main .tit {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}

.footer-desc .item {
	padding: 10px 0;
	color: #67A7CC;
}

.footer-desc .item img {
	max-width: 17px;
	margin-right: 13px;
}

.footer-desc .code {
	display: block;
	width: 103px;
}

.footer-map {
	position: absolute;
	left: 465px;
	top: 50%;
	transform: translateY(-48%);
	width: 903px;
}

.footer-map img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 1700px) {
	.footer-map {
		width: 60%;
	}
}

.footer-p {
	text-align: center;
	font-size: 12px;
}

.footer-p a {
	color: #67A7CC;
}

/* 右侧固定菜单 */
.fixed-right-menu {
	position: fixed;
	right: 35px;
	top: 40%;
	z-index: 2;
	width: 80px;
}

.fixed-right-menu .cont {
	background: linear-gradient(-29deg, #232E3E, #354760);
	border-radius: 20px;
}

.fixed-right-menu .cont .item {
	height: 94px;
}

.fixed-right-menu .cont .desc {
	position: absolute;
	top: 0;
	right: calc(100% + 20px);
	width: 246px;
	padding: 0 18px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #90CFFF;
	visibility: hidden;
	opacity: 0;
}

.fixed-right-menu .cont .desc .section {
	padding: 25px 30px;
	font-size: 16px;
	white-space: nowrap;
}

.fixed-right-menu .cont .desc .section:first-child {
	border-bottom: 1px solid #DBDBDB;
}

.fixed-right-menu .cont .desc .section .tit {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	color: #0E050B;
}

.fixed-right-menu .cont .desc .section .tit img {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
}

.fixed-right-menu .cont .desc .section .code {
	display: block;
	width: 100%;
}

.fixed-right-menu .cont:hover .desc {
	visibility: visible;
	opacity: 1;
}

.fixed-right-menu .top {
	visibility: hidden;
	margin-top: 20px;
	height: 80px;
	border: 1px solid #2F9EF4;
	border-radius: 20px;
	background: #fff;
	cursor: pointer;
	box-shadow: 0 0 10px 1px rgba(14, 139, 255, 0.3);
}

.fixed-right-menu .top.active {
	visibility: visible;
}

/* 首页 */
.home-banner {
	position: relative;
}

.home-banner .img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 600px;
	min-width: 100%;
}

.home-banner .el-carousel__indicator--horizontal {
	padding: 6px 0;
}

.home-banner .el-carousel__indicators {
	left: auto;
	right: 50%;
	bottom: 50%;
	height: auto;
	margin-right: -570px;
	transform: translateY(50%);
}

.home-banner .el-carousel__indicator {
	display: block;
}

.home-banner .el-carousel__button {
	width: 4px;
	height: 27px;
}

.home-banner .desc {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-left: -570px;
	width: 1140px;
	transition: all .2s ease;
	opacity: 0;
	transition-delay: .5s;
}

.home-banner .desc.active {
	opacity: 1;
	transform: translateY(-50%);
}

.home-banner .desc img {
	display: block;
	max-width: 100%;
}

.home-banner .desc .tit {
	position: relative;
	padding-top: 41px;
	font-size: 22px;
	color: #DCE4E6;
}

.home-banner .desc .tit:before {
	content: '';
	position: absolute;
	left: 0;
	top: 25px;
	width: 120px;
	height: 1px;
	background: #fff;
}

.home-section {
	padding-bottom: 90px;
}

.home-section.bg {
	background: #F5F9FC;
}

.home-feature {
	position: relative;
	margin-top: -66px;
}

.home-feature .item {
	position: relative;
	z-index: 1;
	padding: 40px 50px;
	height: 160px;
	color: #fff;
	line-height: 24px;
}

.home-feature .item img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.home-feature .item .tit {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

.home-feature .item:first-child {
	color: #0E050B;
}

.home-tit {
	padding: 80px 0 50px;
	font-size: 26px;
	font-weight: bold;
	color: #0E050B;
}

.home-tit p {
	margin-right: 15px;
}

.home-tit span {
	color: #D9DEE7;
	text-transform: uppercase;
}

.home-tit a span {
	font-size: 16px;
	color: #5F5F5F;
}

.home-tit a img {
	width: 22px;
	margin-left: 8px;
}

.home-advantage {
	height: 229px;
}

.home-advantage .item {
	position: relative;
	z-index: 1;
	padding: 30px 20px;
	height: 229px;
	margin: 0 -1px;
	border: 1px solid #2F9EF4;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	transition: all .2s ease;
}

.home-advantage .item .h1 {
	padding-left: 40px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #0E050B;
	transition: all .2s ease;
}

.home-advantage .item .h1 img {
	position: absolute;
	left: 10px;
	top: 17px;
	z-index: -1;
	width: 54px;
	transition: all .2s ease;
}

.home-advantage .item .h2 {
	font-size: 20px;
	font-weight: bold;
	color: #2F9EF4;
}

.home-advantage .item .desc {
	position: absolute;
	left: 20px;
	top: 120px;
	right: 20px;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #8E8E8E;
}

.home-advantage .item .icon {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 32px;
}

.home-advantage .item:hover {
	height: 370px;
	border-radius: 0px 0px 20px 20px;
	border-top-width: 10px;
}

.home-advantage .item:hover .h1 {
	padding-left: 0;
}

.home-advantage .item:hover .h1 img {
	top: -75px;
	left: -75px;
	transform: none;
	width: 270px;
	opacity: .5;
}

.home-advantage .item:hover .desc {
	height: auto;
	color: #0E050B;
}

.home-advantage .item:hover .icon {
	display: none;
}

.home-total {
	padding-top: 109px;
	padding-bottom: 30px;
}

.home-total .item {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #0E050B;
	text-align: center;
}

.home-total .item:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 48px;
	background: #E3EFEB;
}

.home-total .item:first-child:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 48px;
	background: #E3EFEB;
}

.home-total .item .tit {
	font-size: 60px;
	color: #2F9EF4;
	transition: all .3s ease;
}

.home-total .item:hover {
	color: #2F9EF4;
}

.home-total .item:hover .tit {
	text-shadow: 0px 10px 10px rgba(2, 121, 182, 0.3);
}

.home-case {
	position: relative;
}

.home-case .item {
	padding: 40px;
	border: 1px solid #BBCAD5;
	border-radius: 20px;
}

.home-case .el-carousel__indicators--horizontal {
	width: 100%;
	text-align: center;
}

.home-case .el-carousel__indicator.is-active .el-carousel__button {
	background: #CFCFCF;
}

.home-case .el-carousel__button {
	width: 67px;
	height: 6px;
	background: #ECECEC;
}

.home-case-pic {
	width: 475px;
	height: 278px;
}

.home-case-pic img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.home-case-cont {
	padding-left: 40px;
}

.home-case-cont .tit {
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
	font-size: 36px;
	font-weight: bold;
	color: #161616;
}

.home-case-cont .tit .num {
	margin-left: 15px;
	padding: 0 10px;
	line-height: 24px;
	background: linear-gradient(99deg, #0069ED, #55A5FF);
	border-radius: 12px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.home-case-cont .desc {
	height: 100px;
	color: #5F5F5F;
}

.home-case-cont .desc .addr {
	padding: 10px 0;
	font-weight: bold;
}

.home-case-cont .desc .addr img {
	width: 14px;
	margin-right: 7px;
}

.home-case-cont .pic img {
	display: block;
	width: 170px;
	height: 116px;
	border-radius: 10px;
	border: 1px solid #C9C9C9;
	margin-left: 10px;
}

.home-case-cont .pic img:first-child {
	margin-left: 0;
}

.home-product-top {
	margin-bottom: 30px;
}

.home-product-desc {
	position: relative;
	width: 751px;
	height: 458px;
	display: block;
	padding: 40px;
	background: #fff;
	border-radius: 20px 0px 0px 0px;
	border: 1px solid #BBCAD5;
}

.home-product-desc .img {
	display: block;
	width: 183px;
	margin-bottom: 30px;
}

.home-product-desc .tit {
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #0E050B;
}

.home-product-desc .desc {
	margin-bottom: 10px;
	color: #161616;
	line-height: 24px;
}

.home-product-desc .cont {
	color: #8E8E8E;
	line-height: 24px;
}

.home-product-desc:hover {
	border-color: #2F9EF4;
}

.home-product-desc:hover .product-more {
	width: 149px;
	opacity: 1;
}

.home-product-cont {
	position: relative;
	width: 360px;
	padding: 210px 30px 0;
	height: 458px;
	background: linear-gradient(-29deg, #232E3E, #354760);
	border-radius: 0px 20px 0px 0px;
	color: #fff;
}

.home-product-cont .img {
	display: block;
	width: 150px;
	margin-bottom: 10px;
}

.home-product-cont .tit {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
}

.home-product-cont .desc {
	margin-bottom: 20px;
	line-height: 24px;
}

.home-product-cont .cont {
	line-height: 24px;
}

.home-product-cont:hover {
	border-color: #2F9EF4;
}

.home-product-cont:hover .product-more {
	width: 149px;
	opacity: 1;
}

.home-product-li {
	position: relative;
	padding: 30px;
	width: 360px;
	height: 184px;
	background: #fff;
	border: 1px solid #BBCAD5;
}

.home-product-li:first-child {
	border-radius: 0px 0px 0px 20px;
}

.home-product-li:last-child {
	border-radius: 0px 0px 20px 0px;
}

.home-product-li .tit {
	margin-bottom: 50px;
	font-size: 20px;
	color: #161616;
	font-weight: bold;
}

.home-product-li .desc {
	line-height: 24px;
	color: #8E8E8E;
}

.home-product-li:hover {
	border-color: #2F9EF4;
}

.home-product-li:hover .product-more {
	width: 149px;
	opacity: 1;
}

.product-more {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 0;
	height: 40px;
	background: linear-gradient(99deg, #0069ED, #55A5FF);
	border-radius: 20px;
	color: #fff;
	opacity: 0;
}

.product-more img {
	position: relative;
	top: 5px;
	display: block;
	margin-left: 10px;
	width: 40px;
	overflow: hidden;
}

.home-reservation {
	padding: 100px 0;
	background: linear-gradient(157deg, #0068ED, #006CEE);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.home-reservation p {
	margin-bottom: 30px;
	font-size: 36px;
	color: #fff;
}

.home-reservation a {
	margin: 0 auto;
	display: block;
	width: 199px;
	line-height: 40px;
	background: linear-gradient(90deg, #FFFFFF, #FFFFFF, #A5CDFF);
	border-radius: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #2F9EF4 !important;
	text-shadow: 0px 10px 10px rgba(2, 121, 182, 0.3);
}

/* 产品 */
.product-banner {
	padding: 80px 0;
	background: #F5F9FC;
}

.product-banner .main {
	position: relative;
}

.product-banner img {
	display: block;
	width: 100%;
}

.product-banner .desc {
	position: absolute;
	left: 0;
	top: 0;
	width: 450px;
	color: #000;
	line-height: 20px;
}

.product-banner .desc img {
	display: block;
	width: 383px;
	margin-bottom: 10px;
}

.product-ul {
	margin: 0 -16px;
	padding-bottom: 160px;
}

.product-li {
	width: 33.33%;
	padding: 16px;
}

.product-li-a {
	position: relative;
	display: block;
	height: 228px;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #BBD5D0;
	color: #8E8E8E;
	line-height: 24px;
}

.product-li-a .img {
	display: block;
	width: 310px;
	margin-bottom: 20px;
}

.product-li-a .product-more {
	right: 25px;
}

.product-li-a:hover {
	border-color: #2F9EF4;
	box-shadow: 0px 6px 12px 0px rgba(142, 215, 249, 0.25);
}

.product-li-a:hover .product-more {
	width: 149px;
	opacity: 1;
}

.product-live-banner {
	padding-top: 70px;
	background: #F5F9FC;
}

.product-live-banner .pic {
	display: block;
	width: 455px;
}

.product-live-banner .cont {
	margin-left: 110px;
	padding-top: 70px;
	width: 430px;
}

.product-live-banner .cont .logo {
	margin-bottom: 15px;
	display: block;
	width: 265px;
}

.product-live-banner .cont .desc {
	margin-bottom: 40px;
	color: #000000;
	line-height: 22px;
}

.product-live-banner .cont .code {
	margin: 0 auto 15px auto;
	width: 145px;
	display: block;
}

.product-live-banner .cont .tip {
	margin-bottom: 40px;
	font-size: 16px;
	text-align: center;
	color: #000;
}

.product-live-banner .cont .btn {
	display: block;
	margin: 0 auto;
	width: 344px;
	line-height: 36px;
	background: rgba(244, 208, 209, 0);
	border-radius: 20px;
	border: 2px solid #54B6FF;
	text-align: center;
	color: #2F9EF4;
}

.product-live-advantage {
	padding-bottom: 80px;
}

.product-live-advantage li {
	width: 450px;
	padding: 30px 0;
}

.product-live-advantage li img {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
}

.product-live-advantage li .cont {
	padding: 15px;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}

.product-live-advantage li .cont .tit {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 26px;
}

.product-live-safe {
	background: #F5F9FC;
}

.product-live-safe .h1 {
	margin-top: -30px;
}

.product-live-safe .cont {
	padding: 75px 0;
}

.product-live-safe .cont img {
	display: block;
	margin: 0 140px;
	width: 411px;
}

.product-live-safe .cont .desc .item {
	margin-bottom: 60px;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

.product-live-safe .cont .desc .item .tit {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 26px;
}

.product-live-feature {
	padding: 110px 0;
}

.product-live-feature .menu {
	margin-bottom: 45px;
	background: #FFFFFF;
	border-radius: 38px;
	border: 2px solid #DEDEDE;
}

.product-live-feature .menu .item {
	display: block;
	line-height: 72px;
	font-weight: bold;
	font-size: 26px;
	color: #161616;
	text-align: center;
	border-radius: 36px;
}

.product-live-feature .menu .item.active {
	background: #2F9EF4;
	color: #fff;
}

.product-live-feature .cont .item {
	display: none;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}

.product-live-feature .cont .item:first-child {
	display: block;
}

.product-live-feature .cont .item img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.product-live-more {
	padding-bottom: 90px;
	background: #F5F9FC;
}

.product-live-more .desc {
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	color: #9C9C9C;
}

.product-live-more .desc img {
	display: block;
	width: 100%;
}

.product-cati-banner {
	padding: 80px 0;
	background: #F5F9FC;
}

.product-cati-banner .pic {
	display: block;
	width: 740px;
}

.product-cati-banner .cont {
	padding-left: 50px;
	padding-top: 30px;
}

.product-cati-banner .cont img {
	display: block;
	width: 240px;
	margin-bottom: 20px;
}

.product-cati-banner .cont .desc {
	margin-bottom: 50px;
	color: #000;
	line-height: 22px;
}

.product-cati-banner .cont .btn {
	display: block;
	margin-bottom: 19px;
	line-height: 40px;
	border-radius: 20px;
	border: 2px solid #54B6FF;
	text-align: center;
	color: #2F9EF4;
	font-weight: bold;
}

.product-cati-banner .cont .btn.u-flex-1:first-child {
	margin-right: 19px;
}

.product-cati-advantage ul li {
	width: 480px;
	padding-bottom: 80px;
}

.product-cati-advantage ul li img {
	display: block;
	width: 170px;
	height: 170px;
	margin-top: -40px;
	margin-left: -50px;
}

.product-cati-advantage ul li .cont {
	padding-top: 30px;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}

.product-cati-advantage ul li .cont .tit {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
}

.product-cati-link {
	background: #F5F9FC;
}

.product-cati-link .desc {
	font-weight: bold;
	font-size: 18px;
	color: #2F9EF4;
}

.product-cati-link .desc img {
	margin-top: 25px;
	display: block;
	width: 100%;
}

.product-cati-function {
	padding-bottom: 80px;
}

.product-cati-function ul {
	margin: 0 -16px;
}

.product-cati-function ul li {
	width: 33.33%;
	padding: 16px;
}

.product-cati-function ul li .cont {
	height: 360px;
	padding: 0 55px 55px;
	border-radius: 10px;
	border: 1px solid #BBD5D0;
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}

.product-cati-function ul li .cont img {
	margin: 0 auto -20px auto;
	display: block;
	width: 170px;
}

.product-cati-function ul li .cont .tit {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 26px;
}

/* 服务 */
.serve-banner {
	min-width: 1400px;
}

.serve-banner img {
	display: block;
	width: 100%;
}

.serve-advantage {
	padding-bottom: 150px;
}

.serve-advantage .cont {
	position: relative;
	padding-left: 700px;
}

.serve-advantage .cont img {
	position: absolute;
	left: -150px;
	top: -170px;
	width: 1530px;
	z-index: -1;
}

.serve-advantage .cont .item {
	margin-bottom: 50px;
	font-size: 16px;
	color: #000000;
	line-height: 23px;
}

.serve-advantage .cont .item .tit {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
}

.serve-stop {
	position: relative;
	z-index: 1;
	padding-bottom: 88px;
	background: #F5F9FC;
}

.serve-stop .pic {
	position: relative;
	z-index: -1;
	display: block;
	width: 1611px;
	margin-top: -200px;
}

.serve-stop ul {
	position: relative;
	height: 100px;
}

.serve-stop ul li {
	position: absolute;
	top: 0;
	width: 16.66%;
	height: 99px;
	background: #fff;
	border: 1px solid #90CFFF;
	color: #000000;
	cursor: pointer;
	overflow: hidden;
}

.serve-stop ul li:nth-child(1) {
	left: 0;
}

.serve-stop ul li:nth-child(2) {
	left: 16.66%;
}

.serve-stop ul li:nth-child(3) {
	left: 33.33%;
}

.serve-stop ul li:nth-child(4) {
	left: 50%;
}

.serve-stop ul li:nth-child(5) {
	left: 66.66%;
}

.serve-stop ul li:nth-child(6) {
	left: 83.33%;
}

.serve-stop ul li img {
	position: absolute;
	left: 0;
	top: 20px;
}

.serve-stop ul li .tit {
	padding: 40px 0 40px 30px;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
}

.serve-stop ul li .desc {
	padding: 0 20px;
	line-height: 24px;
	display: none;
}

.serve-stop ul li .desc p:before {
	content: "";
	position: relative;
	top: -3px;
	display: inline-block;
	margin-right: 5px;
	width: 4px;
	height: 4px;
	background: #BFBEBE;
}

.serve-stop ul li:hover {
	z-index: 1;
	width: 236px;
	height: 300px;
	border-top-width: 10px;
	box-shadow: 0px 10px 20px 0px rgba(75, 192, 249, 0.35);
	border-radius: 0px 0px 20px 20px;
	border-color: #2F9EF4;
}

.serve-stop ul li:hover .desc {
	display: block;
}

.serve-promise .cont {
	position: relative;
	height: 860px;
}

.serve-promise .tip {
	margin-top: -30px;
}

.serve-promise .pic {
	position: absolute;
	left: 31%;
	top: 275px;
}

.serve-promise .item {
	position: absolute;
	width: 400px;
	padding-left: 45px;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

.serve-promise .item:nth-child(1) {
	left: 0;
	top: 70px;
}

.serve-promise .item:nth-child(2) {
	right: 0;
	top: 70px;
}

.serve-promise .item:nth-child(3) {
	right: 0;
	top: 560px;
}

.serve-promise .item img {
	position: absolute;
	top: 10px;
	left: 0;
	width: 31px;
}

.serve-promise .item .tit {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 26px;
	line-height: 49px;
}

.serve-else {
	padding-bottom: 80px;
	background: #F5F9FC;
	overflow: hidden;
}

.serve-else ul {
	margin: 0 -16px;
}

.serve-else ul li {
	width: 33.33%;
	padding: 16px;
}

.serve-else ul li a {
	position: relative;
	padding: 35px;
	display: block;
	height: 228px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #BBD5D0;
	font-size: 14px;
	color: #8E8E8E;
	line-height: 24px;
}

.serve-else ul li a .tit {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	line-height: 49px;
}

.serve-else ul li a .product-more {
	right: 25px;
}

.serve-else ul li a:hover {
	border-color: #2F9EF4;
	box-shadow: 0px 6px 12px 0px rgba(142, 215, 249, 0.25);
}

.serve-else ul li a:hover .product-more {
	width: 149px;
	opacity: 1;
}

.serve-vote-banner {
	position: relative;
}

.serve-vote-banner .pic {
	display: block;
	width: 100%;
}

.serve-vote-banner .desc {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -570px;
	width: 470px;
	transform: translateY(-40%);
	font-size: 16px;
	color: #000;
	line-height: 24px;
}

.serve-vote-banner .desc .tit {
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 38px;
	line-height: 100%;
}

.serve-vote-banner .desc img {
	display: block;
	margin-bottom: 15px;
	max-wdith: 100%;
}

.serve-vote-cont {
	padding: 47px 0;
}

.serve-vote-cont .item {
	position: relative;
}

.serve-vote-cont .item img {
	display: block;
	width: 100%;
	margin-bottom: 47px;
}

.serve-vote-cont .item .desc {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 336px;
	color: #fff;
	font-size: 23px;
	line-height: 36px;
}

.serve-vote-cont .item .desc .tit {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 28px;
}

.serve-ywh-cont {
	position: relative;
}

.serve-ywh-cont .bg {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1863px;
	height: 100%;
}

.serve-ywh-cont .main {
	position: relative;
	height: 900px;
}

.serve-ywh-cont .main .pic {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 569px;
}

.serve-ywh-cont .main .item {
	position: absolute;
	width: 255px;
	background: #fff;
	box-shadow: 0px 36px 197px 29px rgba(163, 165, 166, 0.15);
	border-radius: 10px;
	border: 2px solid #FFFFFF;
}

.serve-ywh-cont .main .item .tit {
	padding: 0 20px;
	line-height: 58px;
	background: linear-gradient(-83deg, rgba(255, 255, 255, 0), rgba(216, 234, 246, 0.39), rgba(218, 227, 241, 0.2));
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
	font-size: 20px;
	color: #3474BA;
}

.serve-ywh-cont .main .item .desc {
	padding: 16px;
}

.serve-ywh-cont .main .item:nth-child(1) {
	left: 36px;
	top: 140px;
}

.serve-ywh-cont .main .item:nth-child(2) {
	left: 0;
	top: 343px;
}

.serve-ywh-cont .main .item:nth-child(3) {
	left: 36px;
	top: 545px;
}

.serve-ywh-cont .main .item:nth-child(4) {
	right: 36px;
	top: 140px;
}

.serve-ywh-cont .main .item:nth-child(5) {
	right: 0;
	top: 343px;
}

.serve-ywh-cont .main .item:nth-child(6) {
	right: 36px;
	top: 545px;
}

.serve-cati-main {
	padding-bottom: 100px;
}

.serve-cati-main ul {
	margin: 0 -14px;
}

.serve-cati-main ul li {
	width: 33.33%;
	padding: 14px;
}

.serve-cati-main ul li .cont {
	height: 360px;
	padding: 20px 30px;
	border-radius: 10px;
	border: 1px solid #BBD5D0;
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}

.serve-cati-main ul li .cont .tit {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 26px;
}

/* 方案 */
.case-banner img {
	display: block;
	width: 100%;
	min-width: 1400px;
}

.case-distribution {
	height: 310px;
	border-radius: 20px;
	border: 1px solid #90CFFF;
}

.case-distribution .cont .item {
	padding: 0 35px;
	font-size: 18px;
	color: #161616;
	font-weight: bold;
	text-align: center;
}

.case-distribution .cont .item .tit {
	font-size: 50px;
	color: #2F9EF4;
	text-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}

.case-distribution .map {
	padding: 20px 30px;
}

.case-distribution .map img {
	display: block;
	width: 363px;
}

.case-distribution .map .tit {
	margin-bottom: 10px;
	font-weight: bold;
	color: #161616;
}

.case-distribution .map .tit span:before {
	content: '';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 5px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid rgba(56, 140, 196, 0.41);
	background: #388CC4;
}

.case-ul {
	margin: -15px;
	padding-bottom: 80px;
}

.case-li {
	width: 33.33%;
	padding: 15px;
}

.case-li a {
	display: block;
}

.case-li a img {
	display: block;
	width: 100%;
	border: 1px solid #C9C9C9;
	border-radius: 10px;
}

.case-li a .tit {
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
	color: #161616;
}

.case-li a .tit .num {
	padding: 0 10px;
	margin-left: 6px;
	line-height: 18px;
	background: linear-gradient(99deg, #0069ED, #55A5FF);
	border-radius: 9px;
	color: #fff;
}

.case-detail-banner {
	position: relative;
	min-width: 1400px;
}

.case-detail-banner .pic {
	display: block;
	width: 100%;
}

.case-detail-banner .desc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 50px 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	color: #fff;
}

.case-detail-banner .desc .tit {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 60px;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
}

.case-detail-banner .desc .tit .num {
	margin-left: 10px;
	padding: 0 10px;
	line-height: 35px;
	background: linear-gradient(99deg, #0069ED, #55A5FF);
	border-radius: 18px;
	font-size: 26px;
}

.case-detail-banner .desc .addr {
	padding-top: 10px;
	font-weight: bold;
}

.case-detail-banner .desc .addr img {
	margin-right: 10px;
}

.case-back {
	margin: 50px 0;
	font-size: 16px;
	cursor: pointer;
}

.case-detail-ul {
	margin: 0 -15px;
	padding-bottom: 80px;
}

.case-detail-li {
	width: 50%;
	padding: 15px;
}

.case-detail-li img {
	display: block;
	width: 100%;
}

/* 合作 */
.cooperate-banner {
	position: relative;
}

.cooperate-banner .pic {
	display: block;
	width: 100%;
}

.cooperate-banner .desc {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -570px;
	transform: translateY(-50%);
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}

.cooperate-banner .desc p {
	position: relative;
	padding-top: 20px;
}

.cooperate-banner .desc p:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 10px;
	width: 120px;
	height: 1px;
	background: #fff;
}

.cooperate-section {
	padding: 80px 0;
}

.cooperate-section.bg {
	background: #F5F9FC;
}

.cooperate-section .reservation {
	width: 494px;
	margin: 0 auto;
	padding: 30px;
	box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

.cooperate-tit {
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: bold;
}

.cooperate-serve {
	position: relative;
	padding: 80px 0 400px;
}

.cooperate-serve img {
	display: block;
	margin: 0 auto;
}

.cooperate-serve .pic-tit {
	width: 285px;
	margin-bottom: 60px;
}
.cooperate-serve .pic {
	width: 590px;
}

.cooperate-serve-li {
	position: absolute;
	width: 255px;
	height: 255px;
	padding: 80px 45px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #BBCAD5;
	text-align: center;
	font-size: 16px;
	color: #080505;
	line-height: 22px;
}

.cooperate-serve-li .tit {
	margin-bottom: 12px;
	font-size: 26px;
	color: #0E050B;
}

.cooperate-serve-li:nth-child(1) {
	left: 80px;
	top: 20px;
}

.cooperate-serve-li:nth-child(2) {
	left: -30px;
	top: 250px;
}

.cooperate-serve-li:nth-child(3) {
	left: -40px;
	top: 501px;
}

.cooperate-serve-li:nth-child(4) {
	left: 80px;
	top: 728px;
}

.cooperate-serve-li:nth-child(5) {
	left: 310px;
	top: 850px;
}

.cooperate-serve-li:nth-child(6) {
	right: 310px;
	top: 850px;
}

.cooperate-serve-li:nth-child(7) {
	right: 80px;
	top: 728px;
}

.cooperate-serve-li:nth-child(8) {
	right: -40px;
	top: 501px;
}

.cooperate-serve-li:nth-child(9) {
	right: -30px;
	top: 250px;
}

.cooperate-serve-li:nth-child(10) {
	right: 80px;
	top: 20px;
}

.cooperate-intro .item {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
}

.cooperate-intro .item .tit {
	font-weight: bold;
}

.cooperate-support {
	margin: 0 -16px;
}

.cooperate-support .item {
	width: 33.33%;
	padding: 16px;
	text-align: center;
}

.cooperate-support .item .cont {
	height: 360px;
	padding: 20px 55px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #BBCAD5;
	font-size: 16px;
}

.cooperate-support .item .cont .tit {
	margin-top: -20px;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
}

.cooperate-style {
	border-radius: 20px;
	border: 1px solid #BBCAD5;
}

.cooperate-style .item {
	padding: 40px 60px;
	height: 260px;
	border-left: 1px solid #BBCAD5;
}

.cooperate-style .item:first-child {
	border-left: none;
}

.cooperate-style .item .tit {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}

.cooperate-how .item {
	position: relative;
	text-align: center;
}

.cooperate-how .item .pic {
	display: block;
	margin: 0 auto 10px auto;
	width: 100px;
}

.cooperate-how .item .tit {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
}

.cooperate-how .item p {
	margin: 0 auto;
	width: 130px;
}

.cooperate-how .item .icon {
	position: absolute;
	right: -20px;
	top: 20%;
}

/* 预约 */
.reservation {
	padding: 0 20px 20px;
}

.reservation-tit {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #0E050B;
}

.reservation-tip {
	margin-bottom: 20px;
	text-align: center;
	color: #0E050B;
}

.reservation-btn {
	margin-top: 30px;
	width: 100%;
	height: 50px !important;
	line-height: 50px;
	color: #fff;
	background: linear-gradient(99deg, #0069ED, #55A5FF);
	border-radius: 25px !important;
	text-align: center;
	color: #fff;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}

/* 关于 */
.about-intro {
	padding: 75px 0;
}

.about-intro .desc {
	width: 620px;
	font-size: 16px;
	color: #0E050B;
	line-height: 30px;
}

.about-intro .desc .tit {
	font-weight: bold;
	font-size: 26px;
}

.about-intro .desc p {
	margin-bottom: 25px;
}

.about-intro .pic {
	width: 470px;
}

.about-intro .pic img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

.about-history {
	position: relative;
	z-index: 1;
	padding: 80px 0;
}

.about-history .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.about-history:before {
	content: "";
	position: absolute;
	left: 0;
	top: 250px;
	width: 100%;
	height: 2px;
	background: #DCE4E4;
}

.about-history ul {
	position: relative;
}

.about-history ul li {
	padding-right: 45px;
}

.about-history ul li .year {
	position: relative;
	padding-bottom: 35px;
	font-size: 34px;
	font-weight: bold;
	color: #2F9EF4;
}

.about-history ul li .year:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2px;
	height: 20px;
	background: #2F9EF4;
}

.about-history ul li .desc {
	padding: 18px 0;
	font-size: 14px;
	color: #0E050B;
	line-height: 24px;
}

.about-history ul li .desc p {
	position: relative;
	padding-left: 12px;
}

.about-history ul li .desc p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #2F9EF4;
}

.about-history ul .now {
	position: absolute;
	right: 0;
	top: 18px;
	font-weight: bold;
	font-size: 16px;
	color: #2F9EF4;
}

.about-culture {
	position: relative;
	z-index: 1;
	padding: 80px 0;
}

.about-culture .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.about-culture .cooperate-tit {
	color: #fff;
}

.about-culture ul {
	border-radius: 20px;
	background: #fff;
}

.about-culture ul li {
	height: 280px;
	padding: 40px 50px;
	border-left: 1px solid #E1E1E1;
}

.about-culture ul li:first-child {
	border-left: none;
}

.about-culture ul li img {
	margin-bottom: 20px;
}

.about-culture ul li .tit {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 20px;
}

.about-team {
	padding: 80px 0;
}

.about-team ul li {
	width: 550px;
	margin-bottom: 50px;
}

.about-team ul li .tit {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

.about-team ul li .type {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 18px;
	color: #2F9EF4;
}

.about-aptitude {
	padding: 80px 0;
	background: #F5F9FC;
}

.about-aptitude-item {
	width: 305px;
}

.about-aptitude-item:hover .about-aptitude-tit {
	border-color: #2F9EF4;
}

.about-aptitude-tit {
	margin-bottom: 20px;
	border-bottom: 1px solid #D3E9E8;
	font-weight: bold;
	color: #000;
	font-size: 20px;
}

.about-aptitude-tit .num {
	font-size: 50px;
	color: #2F9EF4;
}

.about-aptitude-pic img {
	position: relative;
	display: block;
	width: 100px;
	margin-left: -48px;
	transition: all 0.3s ease-in-out;
}

.about-aptitude-pic img:first-child {
	margin-left: 0;
}

.about-aptitude-pic img:hover {
	transform: scale(1.2);
	z-index: 1;
}

.about-aptitude-pic.one img {
	width: 180px;
	margin-left: -120px;
}

.about-aptitude-pic.one img:first-child {
	margin-left: 0;
}

.about-contact {
	padding: 80px 0;
}

.about-contact .cont {
	font-size: 20px;
	color: #000;
	line-height: 40px;
}

.about-contact .cont .item {
	margin-bottom: 10px;
	font-weight: bold;
}

.about-contact .cont .item img {
	margin-right: 10px;
}

.about-contact .cont .line {
	margin: 20px 0 20px 40px;
	width: 349px;
	height: 1px;
	background: #CBBAA9;
}

.about-contact .code {
	text-align: center;
	font-size: 18px;
}

.about-contact .code img {
	display: block;
	width: 202px;
	margin-bottom: 10px;
}

/* 方案 */
.scheme-banner {
	position: relative;
}

.scheme-banner .pic {
	display: block;
	width: 100%;
}

.scheme-banner .desc {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -570px;
	transform: translateY(-50%);
	width: 744px;
	font-size: 16px;
	color: #000;
}

.scheme-banner .desc .tit {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: bold;
}

.scheme-plan {
	padding: 68px 0;
	background: #F5F9FC;
}

.scheme-plan .section {
	margin-bottom: 35px;
}

.scheme-plan .section .top {
	margin-bottom: 15px;
	font-size: 16px;
	color: #000000;
	line-height: 31px;
}

.scheme-plan .section .top .tit {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 26px;
}

.scheme-plan .section .cont {
	position: relative;
}

.scheme-plan .section .cont img {
	display: block;
	width: 100%;
}

.scheme-plan .section .cont .desc {
	position: absolute;
	left: 30px;
	top: 20px;
	width: 335px;
	color: #fff;
}

.scheme-plan .section .cont .desc .item {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 28px;
}

.scheme-plan .section .cont .desc .item .tit {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 26px;
}

.scheme-plan .section:nth-child(2) .cont .desc .item {
	padding-top: 20px;
}

.scheme-main {
	padding: 80px 0;
}

.scheme-main .item {
	position: relative;
	margin-bottom: 50px;
}

.scheme-main .item img {
	display: block;
	width: 100%;
}

.scheme-main .item .desc {
	position: absolute;
	left: 45px;
	top: 45px;
	width: 470px;
	font-size: 16px;
	color: #000000;
	line-height: 26px;
}

.scheme-main .item .desc .tit {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 30px;
}

/* 开发中提示 */
.developing-dialog {
	padding: 40px 50px;
	text-align: center;
	font-size: 14px;
	color: #161616;
	line-height: 24px;
}

.developing-dialog .tit {
	margin-bottom: 25px;
}

.developing-dialog .desc {
	margin-bottom: 28px;
}

.developing-dialog img {
	display: block;
	margin: 0 auto 20px auto;
}
