* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style-type: none;
}

body {
	background-color: #eee;
}

/* 整个滚动条区域 */
::-webkit-scrollbar {
	width: 8px;
	/* 垂直滚动条宽度 */
	height: 8px;
	/* 水平滚动条高度 */
	background-color: #f5f5f5;
	/* 滚动条轨道背景 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	background: #09c9b2;
	border-radius: 10px;
	border: 2px solid #f1f1f1;
	/* 创建边框效果 */
	background-clip: padding-box;
	/* 防止背景色溢出到边框 */
}

/* 滚动条滑块悬停状态 */
::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

/* 滚动条按钮(上下箭头) */
::-webkit-scrollbar-button {
	display: none;
	/* 通常隐藏默认按钮 */
}


header {
	height: 70px;
	border-bottom: 1px solid #eee;
	width: 100%;
	background: #fff;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}
#pc{
	display: block;
}
#mobile{
	display: none;
}
.header-height {
	height: 70px;
}

header nav {
	flex: 1;
}

header nav ul {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

header nav .nav-link {
	color: #212121;
	display: block;
	padding: 0 18px;
}

header nav .nav-item {
	color: #212121;
	display: block;
	line-height: 68px;
	box-sizing: border-box;
	font-size: 14px;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

header nav .nav-item:hover {
	background: rgba(211, 240, 236, 0.3);
	border-top: 4px solid #20B09F;
}

header nav .nav-item:hover a {
	color: #20B09F;
}

header nav .nav-item.active {
	background: rgba(211, 240, 236, 0.3);
	border-top: 4px solid #20B09F;
}

header nav .nav-item.active a {
	color: #20B09F;
}

header .logo img {
	width: 100px;
	margin-right: 22px;
}

header .menu {
	display: none;
}

header .right {
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	color: #212121;
	font-size: 14px;
}

header .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

header .consult {
	background: url('../img/consult.png') no-repeat left center;
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	color: #212121;
	font-size: 14px;
}

header .tel {
	margin-left: 20px;
	background: url('../img/tel.png') no-repeat left center;
	background-size: auto 100%;
	padding-left: 30px;
}

section.banner {
	height: 400px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sub-banner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	height: 250px;
}

.sub-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}

.sub-content h1 {
	font-size: 26px;
	font-weight: bold;
}

.sub-content p {
	font-size: 14px;
	margin-top: 10px;
}

.position {
	width: 1200px;
	margin: 0 auto;
	text-align: right;
	color: #999;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}

.position a {
	color: #999;
}

.about {}

.about-content {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 20px;
}

.about-content h2 {
	font-size: 22px;
	font-weight: 700;
}

.about-content .text-secondary {
	font-size: 14px;
	margin-top: 20px;
}

.text-center {
	text-align: center !important;
}

.text-secondary a {
	color: #6c757d;
}

.fs-sm-28 {
	font-size: 2rem;
}

.text-secondary {
	color: #6c757d !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.job-content {
	position: relative;
	display: flex;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	font-size: 14px;
	border: none;
	width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;

}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	margin: 15px 0;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}


.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.btn-info {
	margin-top: 10px;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-size: 12px;
}

.page {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	font-size: 12px;
	padding: 50px 0;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-size: cover;
}

.swiper-slide.one {
	background: url('../img/banner.png');
}

.swiper-slide.two {
	background-image: url('../img/banner2.jpg');
}

.slide-content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slide-content .title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}

.slide-content .desc {
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: 500;
	color: #fff;
}

.slide-content .button {
	width: 180px;
	height: 43px;
	background: linear-gradient(90deg, #00bcd5, #38cdba);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 30px;
}

section {
	background-color: #fff;
	position: relative;
}

section .content {
	margin: 0 auto;
	width: 1200px;
}

section h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-align: center;
}

section h3 {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-top: 8px;
	line-height: 1;
	text-align: center;
}

section.service {}

section.service .line-gap {
	height: 5px;
	background-color: #eee;
}


section.service .tag ul {
	background: #fff;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

section.service .tag ul li {
	width: 300px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

section.service .tag ul li .icon {
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 20px
}

section.service .tag ul li .title {
	display: flex;
	height: 40px;
	position: relative;
	flex-direction: column;
}

section.service .tag ul li .title::before {
	width: 1px;
	position: absolute;
	left: 0;
	height: 32px;
	top: 4px;
	background: #eeeeee;
	content: "";
	display: block;
}

section.service .tag ul li .title .cn {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	margin-left: 15px;
	line-height: 1;
}

section.service .tag ul li .title .en {
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #c3c3c3;
	margin-left: 15px;
}



section.service .tag li .line {
	width: 300px;
	position: absolute;
	bottom: -7px;
	left: 0;
	height: 5px;
	background: #09c9b2;
	transition: 0.3s ease-in-out;
}

section.service .content {
	background-color: #fff;
	margin-top: 5px;
	padding-top: 50px;
}

.service-box {
	height: 360px;
	display: flex;
	margin-top: 30px;
	overflow: hidden;
}

.service-box .item-col {
	width: 200px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}

.service-box .item-col .item {
	width: 100%;
	height: 170px;
	background: #3d3d3d;
	border-right: 1px solid #fff;
	padding: 20px 16px;
	box-sizing: border-box;
	position: relative;
}

.service-box .item-col .item:nth-last-of-type(2) {
	border-bottom: 1px solid #fff;
}

.service-box .item-col .item .name {
	font-size: 19px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
}

.service-box .item-col .item .icon-box {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.service-box .item-col .item .icon-box img {
	max-width: 40px;
	max-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.service-box .item-col .item:nth-last-of-type(2) .item-marsk {
	top: 0;
}

.service-box .item-col .item .item-marsk {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	transition: 0.3s;
	z-index: 1;
	border-right: 1px solid #fff;
	padding: 20px;
}

.service-box .item-col.act {
	width: 600px;
}

.service-box .item-col .item.act .item-marsk {
	width: 600px;
	height: 340px;
	opacity: 1;
}

.service-box .item-col .item .item-marsk {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	transition: 0.3s;
	z-index: 1;
	border-right: 1px solid #fff;
	padding: 20px;
}

.service-box .item-col .item .item-marsk .title {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 40px;
}

.service-box .item-col .item .item-marsk .desc {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 10px;
}

.service-box .item-col .item:nth-last-of-type(2) .item-marsk {
	top: 0;
}

.service-box .item-col .item:nth-last-of-type(1) .item-marsk {
	bottom: 0;
}

.tag-content {
	display: none;
}

.content-wrap .content-box .content-area {
	padding-top: 50px;
	background-color: #fff;
}

.scene-box-1 {
	height: 560px;
	display: flex;
	align-items: center;
}

.scene-box-1 .img {
	height: 200px;
}

.scene-box-1 .desc {}

.scene-box-1 .desc h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-bottom: 8px;
	text-align: left;
}

.scene-box-1 .desc h3 {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-bottom: 36px;
	text-align: left;
}

.scene-box-1 .desc .msg {
	font-size: 14px;
	font-weight: 400;
	color: #09c9b2;
	line-height: 1;
	position: relative;
	margin-bottom: 10px;
}

.scene-box-1 .desc .msg::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #09c9b2;
	border-radius: 50%;
	margin-right: 5px;
	margin-bottom: 2px;
}

.scene-box-1 .desc .title {
	margin-top: 34px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height: 1;
}

.flex-row {
	justify-content: space-between;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.items-website {
	padding: 20px;
}

.items-website .item {
	box-sizing: border-box;
	width: 183px;
	height: 260px;
	position: relative;
	background: #fff;
	margin-right: 20px;
	overflow: hidden;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.items-website .item-title {
	font-size: 16px;
	text-align: center;
	padding-top: 16px;
	color: #333;
	margin-bottom: 35px;
}

.items-website .img-block {
	position: relative;
	margin-bottom: 10px;
}

.items-website .img-block img {
	width: 80px;
}

.img-block img,
.img-block svg {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.items-website .item-p {
	color: #999;
	text-align: left;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	text-indent: 2em;
}

.items-website .item .item-hidden-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 182px;
	height: 46px;
	box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #20b09f;
	display: flex;
	transition: all 0.5s ease;
	transform: translateY(56px);
}

.items-website .item .item-hidden-btn .item-hidden-btn-left {
	display: block;
	width: 91px;
	color: #20b09f;
	line-height: 46px;
	background: #f2fffd;
	text-align: center;
	font-size: 14px;
}

.items-website .item .item-hidden-btn .item-hidden-btn-right {
	display: block;
	flex: 1;
	color: #fff;
	background: #20b09f;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
}

.items-website .item:hover {
	box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.items-website .item:hover .item-hidden-btn {
	transform: none;
}

.items-pinpai {
	padding-top: 50px;
	padding-bottom: 50px;
}

.items-pinpai .items-block {
	display: flex;
	margin: 0 auto;
	margin-top: 45px;
	flex-wrap: wrap;
	background: #fff;
	justify-content: flex-start;
}

.items-pinpai .item {
	position: relative;
	width: 20%;
	height: 100px;
	perspective: 300px;
	perspective-origin: 50% 50%;
	transform-style: preserve-3d;
}

.items-pinpai .face-a {
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	border: 1px solid rgba(239, 239, 239, 0.5);
}

.img-block img,
.img-block svg {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.items-pinpai .face-a img {
	max-width: 86%;
	max-height: 90%;
}

.items-pinpai .face-b {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #20b09f;
	transition: transform 0.5s ease;
	transform: rotateX(-180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.items-pinpai .item-title {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	padding: 0 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.items-pinpai .item:hover {
	z-index: 1;
}

.items-pinpai .item:hover .face-b {
	transform: none;
}

.items-pinpai .item:hover .face-a {
	transform: rotateX(180deg);
}



.items-custom-design {
	height: 560px;
	background: url('../img/xys_one_4.png') no-repeat center;
	overflow: hidden;
}

.main-wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.items-custom-design .items-title {
	font-size: 24px;
	margin-top: 65px;
}

.items-title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
}

.main-color {
	color: #3ca7fc;
}

.items-custom-design .img-block {
	margin-top: 40px;
}

.img-block img,
.img-block svg {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.items-custom-design .items-btn {
	text-align: center;
	margin-top: 32px;
}

.items-custom-design .items-a {
	width: 175px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	background-color: transparent;
}

.btn-b {
	display: inline-block;
	border: none;
	padding: 0;
	background-color: #fff;
	color: #3ca7fc;
	border: 1px solid #3ca7fc;
	box-sizing: border-box;
	text-align: center;
}

.popular-function {
	height: 626px;
	color: #fff;
	background: url('../img/popular-function-bg.png') top center no-repeat;
	overflow: hidden;
}

.items-full-have .items-title {
	font-size: 24px;
	margin-top: 42px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #757f89;
}
.full-content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.function-navs {
	width: 150px;
	margin: 44px 0 0;
	padding: 0 0 36px;
	border-right: 2px solid #78828d;
}
.function-contbox{
	flex: 1;
	display: flex; 
	align-items: center;
	justify-content: center;
}
.function-navs li {
	position: relative;
	height: 36px;
	padding: 0 42px 0 0;
	margin: 28px 0 0;
	font-size: 16px;
	line-height: 36px;
	cursor: pointer;
	text-align: right;
}

.function-navs .active,
.function-navs li:hover {
	z-index: 2;
	color: #00ffe1;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#404e5d, endColorstr=#333f4b);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#333f4b));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #333f4b 100%);
}

.function-navs .active:after,
.function-navs li:hover:after {
	display: block;
}

.function-navs li:after {
	content: "";
	display: none;
	position: absolute;
	top: -2px;
	right: -3px;
	width: 4px;
	height: 40px;
	background: #00ffe1;
	border-radius: 2px;
}

.function-cont {
	display: none;
	padding: 45px 45px 0;
	margin: 0 0 0 156px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

.function-cont.active {
	display: block;
}

.function-contbox .clearfix {
	display: flex;
	align-items: center;
	gap: 30px;
}

.function-cont-l {
	width: 52%;
	text-align: center;
}

.function-cont-l img {
	vertical-align: middle;
}

.qianduan_ul {
	width: 450px;
	overflow: hidden;
}

.qianduan_ul li {
	width: 450px;
	height: 126px;
	border: 1px solid #65717d;
	box-sizing: border-box;
	margin-bottom: 19px;
}

.qianduan_ul li .l {
	width: 98px;
	height: 100%;
	float: left;
	position: relative;
}

.qianduan_ul li .r {
	width: 350px;
	height: 100%;
	overflow: hidden;
	float: left;
}

.qianduan_ul li .l img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.qianduan_ul li .r .title {
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
	position: relative;
}

.qianduan_ul li .r .title:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #3ca7fc;
	left: 0px;
	top: 30px;
}

.qianduan_ul li .r .txt {
	font-size: 12px;
	color: #fff;
	margin-top: 18px;
	line-height: 22px;
	width: 292px;
}
.news-content{
	padding: 20px 0;
}
.text-secondary{
	width: 1200px;
	margin: 0 auto;
}
.dingdanjiaoyi {
	width: 450px;
	overflow: hidden;
}

.dingdanjiaoyi .title {
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
	position: relative;
}

.dingdanjiaoyi .title:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #3ca7fc;
	left: 0px;
	top: 30px;
}

.dingdanjiaoyi ul {
	width: 314px;
	margin-top: 30px;
}

.dingdanjiaoyi ul li {
	width: 100%;
	height: 42px;
	margin-bottom: 20px;
}

.dingdanjiaoyi ul li img {
	float: left;
}

.dingdanjiaoyi ul li p {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin-left: 55px;
	width: 218px;
}

.shipin_title {
	font-size: 18px;
	color: #fff;
	margin-top: 50px;
	position: relative;
}

.shipin_title {
	font-size: 18px;
	color: #fff;
	margin-top: 50px;
	position: relative;
}

.shipin_title:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #3ca7fc;
	left: 0px;
	top: 30px;
}

.function-intro-header {
	padding: 34px 0 0;
	margin-bottom: 25px;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.flex-row-justify {
	display: flex;
	justify-content: space-between;

}

.function-intro-video>div {
	width: 140px;
	text-align: center;
}

.kuozhan_title {
	font-size: 18px;
	color: #fff;
	margin-top: 60px;
	position: relative;
	margin-left: 20px;
}

.kuozhan_title:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #3ca7fc;
	left: 0px;
	top: 30px;
}

.function-enlarge {
	padding: 50px 0 0;
	justify-content: space-around !important;
}

.function-enlarge>div {
	width: 152px;
	height: 198px;
	padding: 0 25px;
	border: 1px solid #616d78;
	text-align: center;
}

.function-enlarge .pic {
	height: 55px;
	margin: 36px 0 16px;
	line-height: 55px;
}

.function-enlarge .pic img {
	vertical-align: middle;
}

.news-wrap {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}

.news-wrap ul li a {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease-in-out;
}

.news-wrap ul li a .pic {
	width: 260px;
	height: 160px;
	overflow: hidden;
	margin-right: 30px;
}

.news-wrap ul li a .pic img {
	transition: all 0.3s ease-in-out;
}

.news-wrap ul li a:hover .pic img {
	transform: scale(1.1);
}

.news-wrap ul li a:hover {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 22px rgba(0, 0, 0, .12);
}

.news-wrap ul li a .news-content {
	flex: 1;
}

.news-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-content {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	height: 100%;
}

.news-content h1 {
	color: #333;
	font-size: 18px;
	font-weight: 400;
}

.news-content span {
	color: #999;
	font-size: 14px;
	font-weight: 300;
}

.news-content .summery {
	color: #666;
	margin: 10px 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
}







footer {
	background-color: #eee;
	padding-top: 0;
}

footer .nav {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .nav ul {
	display: flex;
	flex: 1;
	justify-content: space-between;
}

footer .nav ul li {
	margin-right: 20px;
}

footer .nav p {
	font-size: 14px;
	margin-bottom: 10px;
}

footer .nav a {
	color: #666;
	font-size: 12px;
	line-height: 2em;
	display: block;
}

footer .nav .logo {
	height: 50px;
	width: 100px;
	margin-left: 50px;
}

footer .copyright {
	width: 1200px;
	margin: 0 auto;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	padding-bottom: 20px;
	margin-top: 20px;
}

footer .copyright a {
	color: #999;
}

.links {
	width: 1200px;
	margin: 0 auto;
	color: #999;
	font-size: 12px;
	margin-bottom: 30px;
	font-weight: 300;
}

.links a {
	color: #999;
	font-weight: 300;
	margin: 0 5px;
	font-size: 12px;
}

footer .footer-banner {
	background: linear-gradient(39.87deg, #F5FAFF 19.05%, #C2E2FF 80.95%);
	padding: 60px 0 40px 0;
	overflow: hidden;
	margin-bottom: 50px;

}

footer .footer-banner .container {
	max-width: 1200px;
	margin: 0 auto;
}

footer .footer-banner .footer-banner-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

element.style {
	visibility: visible;
	animation-duration: 0.5s;
	animation-delay: 0.3s;
}

footer .footer-banner .footer-banner-content h2 {
	font-size: 36px;
	font-weight: 500;
	color: #141414;
	margin: 0;
}

footer .footer-banner .footer-banner-content .download-btn {
	width: 192px px;
	height: 52px;
	font-weight: 400;
	font-size: 20px;
	margin-top: 30px;
}

footer .footer-banner .footer-banner-content .download-btn .download-word {
	font-size: 20px;
	line-height: 40px;
	color: #FFFFFF;
	width: 116px;
	height: 40px;
	display: flex;
	padding-left: 8px;
	align-items: center;
	position: relative;
	border-radius: 4px;
}

footer .footer-banner .footer-banner-content .download-btn .download-word img {
	margin-left: 10px;
	width: 18px;
	height: 18px;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #0873FF, #2994FF, #0873FF);
	background-size: 200% 100%;
	background-position: 0% 0%;
	border-radius: 8px;
	color: #fff;
	border: none;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	box-shadow: 2px 8px 16px -4px rgba(44, 78, 122, 0.2), 1px 2px 8px -4px rgba(44, 78, 122, 0.2);
	transition: background-position 0.5s ease;
	font-size: 16px;
	padding: 0 30px;
}

.row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	position: relative;
}

.box {
	width: 280px;
	height: 220px;
	background-color: #F5F5F7;
	position: relative;
	margin-bottom: 40px;
	padding: 24px;
	border-radius: 16px;
	flex-grow: 0;
	flex-shrink: 0;
}

.box .title {
	text-align: left;
	color: rgba(9, 10, 10, 0.8);
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.box .desc {
	color: rgba(9, 10, 10, 0.6);
	font-size: 16px;
	height: 48px;
	margin-bottom: 16px;
}

.box .info {
	color: rgba(9, 10, 10, 0.8);
	font-size: 16px;
}

.box .info i {
	font-size: 18px;
	vertical-align: middle;
}

.fs {
	font-family: "iconfont" !important;
	display: inline-block;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
}

.box .info span,
.box .info a {
	height: 20px;
	color: rgba(9, 10, 10, 0.8);
	font-size: 16px;
	line-height: 16px;
	text-align: justify;
	vertical-align: middle;
}

.box .subinfo {
	padding-left: 20px;
}

.box .subinfo span {
	height: 16px;
	color: rgba(9, 10, 10, 0.6);
	font-size: 12px;
	line-height: 12px;
	text-align: justify;
	vertical-align: middle;
}

.box .qrcode {
	position: absolute;
	right: 32px;
	bottom: 20px;
	width: 64px;
}

img {
	max-width: 100%;
}

section.about {
	padding: 100px 0;
	background: url('/static/images/culturebg.jpg') no-repeat top center;
	background-size: cover;
}

.about-us-wrap {
	padding-bottom: 50px;
}

.culture {
	display: flex;
	justify-content: space-between;
	height: 500px;
}

.culture .item {
	width: 230px;
	height: 255px;
	background-color: #fff;
}

.culture .item:nth-child(2n) {
	margin-top: 80px;
}

.culture .item-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	height: 255px;
	background: url(/static/images/c1.png) no-repeat center center;
}

.culture h1 {
	font-size: 26px;
	color: #000;
}

.culture h1::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #346ff4;
	margin: 10px auto;
}

.culture p {
	color: #808080;
	line-height: 30px
}

.culture .item-img {
	height: 240px;
	overflow: hidden;
}

.culture .item:hover {
	background-color: #007bff;
}

.culture .item:hover h1 {
	color: #fff;
}

.culture .item:hover p {
	color: #fff;
}

.about-us {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

.introduction {
	background: #E5F6FF;
	width: 600px;
	margin-right: 30px;
}

.about-right {
	flex: 1;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: space-between;
}

.about-item {
	border-radius: 16px;
	padding: 32px;
	background: #F5F6F7;
	flex: 1;
}

.about-item h1 {
	font-size: 28px;
	font-weight: 500;
	line-height: 150%;
	color: #141414;
	margin-bottom: 16px;
	position: relative;
	padding-left: 20px !important;
}

.about-item p {
	font-size: 20px;
	line-height: 150%;
	color: rgba(20, 20, 20, 0.8);
	text-indent: 2em;
}

.about-item .img {
	margin-top: 64px;
	border-radius: 8px;
	overflow: hidden;
	height: 293px;
	min-width: 200px;
	width: 100%;
	aspect-ratio: 16/9;
}

.about-item h1:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 5px;
	width: 3px;
	height: 32px;
	background: #0873FF;
	margin: auto 0;
}

.introduction.about-item {
	background-color: #E5F6FF;
}

.about-band {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 96px;
}

.about-band h1 {
	margin-bottom: 32px;
	font-size: 32px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	color: #141414;
}

.about-band p {
	font-family: Noto Sans SC;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	color: rgba(20, 20, 20, 0.8);
}

.service-ability {
	width: 1200px;
	margin: 0 auto;
	background: #F5F6F7;
	border-radius: 16px;
	padding: 32px;
}

.service-ability h1 {
	position: relative;
	padding-left: 20px !important;
}

.service-ability h1:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 5px;
	width: 6px;
	height: 32px;
	background: #0873FF;
	margin: auto 0;
	display: block;
}

.service-ability p {
	font-weight: 400;
	font-size: 16px;
	color: rgba(20, 20, 20, 0.8);
	margin-bottom: 48px;
	margin-top: 10px;
}

.service-ability ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 32px;
}

.service-ability ul li {
	display: flex;
	align-items: center;
	width: calc(16.6666666667% - 32px);
}

.service-ability ul li img {
	width: 32px;
	border-radius: 6px;
	margin-right: 12px;
}

.contact .free {
	padding-top: 30px;
	padding-bottom: 30px;
}

.contact .free h1 {
	font-size: 38px;
	font-weight: 700;
	line-height: 62px;
	text-align: center;
}

.contact .free p {
	color: #525967;
	margin-top: 12px;
	line-height: 26px;
	font-size: 18px;
	text-align: center;
}

.contact .free ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.contact .free ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact .free ul li img {
	width: 48px;
	height: 48px;
}

.contact .free ul li h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

.contact .free ul li p {
	color: #525967;
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
}

.services {
	padding: 50px 0;
}

.services h1 {
	color: #141e31;
	font-size: 40px;
	font-weight: 500;
	line-height: 56px;
	text-align: center;
}

.services p {
	color: #525967;
	font-size: 18px;
	line-height: 28px;
	margin-top: 12px;
	text-align: center;
}

.services ul.service-types {
	display: flex;
	padding: 10px 50px;
	justify-content: space-between;
	align-items: center;
	width: 886px;
	height: 48px;
	padding: 4px;
	gap: 10px;
	background: rgba(109, 189, 255, .102);
	border: 1px solid #fff;
	border-radius: 8px;
	margin: 48px auto 0;
	font-size: 16px;
}

.services ul.service-types li {
	flex-basis: 20%;
	text-align: center;
	font-weight: 300;
	cursor: pointer;
}

.services ul.service-types li.active {
	background: #fff;
	font-weight: 500;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.service-detail li {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.service-detail li table {
	width: 100%;
	border-collapse: collapse;
	border-color: #dfe6ec;
}

.service-detail li table thead tr th {
	background-color: #2ea1ff; //设置表格标题背景色
	padding: 20px;
	text-align: center;
	color: #fff;
	height: 40px;
	font-weight: 300;
}

.service-detail li {
	display: none;
}

.service-detail li.active {
	display: block;
}

.service-detail li table tbody tr td {
	padding: 6px;
	text-align: center;
	height: 34px;
	font-weight: 300;
}

.service-detail li table tbody tr td.left {
	text-align: left;
}

.service-detail li table tbody tr td p {
	font-weight: 300;
	color: initial;
	font-size: initial;
	line-height: 20px;
	text-align: left;
}