/* 布局 */
.c-f-d {
	display: flex;
	display: -webkit-flex;
}

.c-f-dc {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.c-f-cc {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-f-cb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-f-ca {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.c-f-eb {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.c-f-db {
	display: flex;
	justify-content: space-between;
}

.c-fColumn-cc {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.c-fColumn {
	display: flex;
	flex-direction: column;
}

.c-fColumn-cd {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.c-fColumn-dc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c-fColumn-ce {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

/* 缩略文本 */
.c-text-over_clamp {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.c-text-over_clamp2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.c-text-over_clamp3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.c-text-over_clamp4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.c-text-over_clamp5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.c-module {
	padding: 70px calc((100% - 1200px)/2);
}
/* 
@media only screen and (max-width: 1400px) {
	html {
		font-size: 95px !important;
	}
	
	.c-module {
		padding: 70px 1rem;
	}

	html .c-header,
	html .other,
	html .c-footer-main,
	html .c-footer-explain,
	html .case,
	html .news,
	html .create {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	html .case-list .case-list-item,
	html .news-list .news-list-item,
	html .advantage-list .advantage-list-item {
		width: 3.75rem;
	}
	
	.process-item {
		margin-right: 45px;
	}

	.applet-weChat-listItem {
		margin-right: 75px;
	}
} */

.c-module-title,
.c-module-title2 {
	font-size: 40px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	text-align: center;
}

.c-module-title,
.c-module-text,
.c-module-english {
	color: #262626;
}

.c-module-title2,
.c-module-english2 {
	color: #fff;
}

.c-module-text,
.c-module-text2,
.c-module-english,
.c-module-english2 {
	margin: auto;
	margin-top: 10px;
	max-width: 900px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}

.c-module-english,
.c-module-english2 {
	text-transform: uppercase;
}

.c-module-text2 {
	color: #fff;
}

.c-btn_60 {
	display: block;
	box-sizing: border-box;
	margin: auto;
	width: 320px;
	height: 60px;
	border: 1px solid #0092E5;
	border-radius: 6px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0092E5;
	cursor: pointer;
}

.c-pagingBox {
	display: flex;
	justify-content: center;
	margin: 70px 0;
}

.c-paging-next,
.c-paging-prev,
.c-paging-page,
.c-paging-lastPage {
	box-sizing: border-box;
	padding: 0 16px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 38px;
	cursor: pointer;
}

.c-paging-ellipsis {
	margin-left: 10px;
	height: 38px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 40px;
	color: #999;
	cursor: pointer;
}

.c-paging-page,
.c-paging-prev,
.c-paging-lastPage {
	margin-left: 10px;
}

.c-paging-page,
.c-paging-next {
	color: #999;
}

.c-paging-prev,
.c-paging-lastPage {
	color: #262626;
}

.c-paging-page_active {
	background-color: #0092E5;
	border-color: #0092E5;
	color: #fff;
}

/* hover background-color */
.c-hover-bgColor_0092E5:hover {
	border-color: #0092E5;
	background-color: #0092E5;
	color: #fff;
}

.c-hover-bgColor_fff:hover {
	border-color: #fff;
	background-color: #fff;
	color: #0092E5;
}

/* 组件 */
.c-header {
	transition: background-color 100ms linear;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	padding: 0 calc((100% - 1200px)/2);
	width: 100%;
	border-bottom: 1px solid #fff;
	background-color: transparent;
}

.c-logo {
	width: 180px;
}

.c-nav .c-nav-item {
	margin-right: 36px;
	height: 90px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	text-align: center;
	line-height: 100px;
	color: #000;
	cursor: pointer;
}

.c-nav .c-nav-item_active {
	border-color: #fff;
	font-weight: bold;
}

.c-footer-main {
	display: flex;
	padding: 70px calc((100% - 1200px)/2) 75px;
	background-color: #333;
}

.c-footer-mainCol_1,
.c-footer-mainCol_2,
.c-footer-mainCol_3 {
	box-sizing: border-box;
	background-image: url(static/css/images/line_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	font-size: 0;
}

.c-footer-mainCol_1 {
	width: 320px;
}

.c-footer_logo {
	margin-bottom: 10px;
	width: 216px;
	height: 60px;
}

.c-footer .c-footer-text {
	margin-top: 10px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 24px;
	color: #999;
}

.c-footer .c-footer-mainCol_1 .c-footer-text {
	display: block;
}

.c-footer-mainCol_2 {
	padding: 0 82px;
	width: 330px;
}

.c-footer-navItem {
	line-height: 30px;
	text-align: center;
}

.c-footer-navItem a {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999;
}

.c-footer-mainCol_3 {
	padding: 0 75px;
	width: 320px;
}

.c-footer-contactPhone {
	margin-top: 7px;
	padding-bottom: 12px;
	border-bottom: 1px solid #999;
	font-size: 24px;
	font-family: DINPro;
	font-weight: bold;
	line-height: 21px;
	color: #999;
	white-space: nowrap;
}

.c-footer-english {
	margin-top: 3px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 24px;
	color: #999;
}

.c-footer-share {
	margin-top: 20px;
	font-size: 0;
}

.c-footer-shareIcon {
	margin-right: 20px;
	width: 16px;
	height: 16px;
}

.c-footer-shareIcon:last-child {
	margin-right: 0;
}

.c-footer-mainCol_4 {
	padding-left: 74px;
	font-size: 0;
	text-align: center;
}

.c-footer-qrcode {
	margin-top: 15px;
	width: 120px;
	height: 120px;
}

.c-footer-qrcodeHint {
	margin-top: 8px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 34px;
	text-align: center;
	color: #999;
}

.c-footer-explain {
	padding: 20px 36px;
	border-top: 1px solid rgba(103, 103, 103, 1);
	background-color: #262626;
	font-size: 0;
	text-align: center;
}

.c-footer-company,
.c-footer-technicalSupport {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 34px;
	color: #999;
}

.c-footer-technicalSupport {
	margin-left: 100px;
}

/* 模块组件 */

/* 精选案例 */
.case-swiper-container {
	margin-top: 50px;
	height: 300px;
}

.case-img {
	width: 540px;
	height: 100%;
	object-fit: cover;
}

.case-info {
	margin-left: 40px;
	font-size: 0;
}

.case-info-title {
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 2px solid #0092E5;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 41px;
	color: #262626;
}

.case-info-text {
	margin-top: 15px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 30px;
	color: #666;
}

.case-info-btn {
	margin-top: 40px;
	width: 180px;
	height: 40px;
	border: 1px solid #0092E5;
	border-radius: 6px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0092E5;
	cursor: pointer;
}

.case-swiper-container .swiper-pagination-bullets {
	overflow: hidden;
	display: flex;
	bottom: 8px;
	left: 49% !important;
	width: 255px;
}

.case-swiper-container .case-swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	margin-right: 15px;
	min-width: 30px;
	height: 4px;
	background-color: #E6E6E6;
	border-radius: unset;
	line-height: 1;
	opacity: 1;
}

.case-swiper-container .case-swiper-pagination .swiper-pagination-bullet-active {
	background-color: #0092E5;
}

.case-swiper-navigation {
	position: absolute;
	bottom: 4px;
	right: 0;
	z-index: 2;
}

.case-swiper-navigationWire {
	margin-right: 20px;
	width: 140px;
	height: 1px;
	background-color: #E6E6E6;
}

.case-swiper-navigationWire2 {
	margin-left: 20px;
	width: 70px;
	height: 1px;
	background-color: #E6E6E6;
}

.case-swiper-navigationIcon {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.case-swiper-navigationIcon:nth-of-type(2) {
	margin-left: 30px;
}

.case-swiper-navigationNext:hover {
	content: url(static/css/imgs/active_swiper_navigation1_next.png);
}

.case-swiper-navigationPrev:hover {
	content: url(static/css/imgs/active_swiper_navigation1_prev.png);
}

.case-list {
	overflow: hidden;
	margin-top: 30px;
}

.case-list-item {
	float: left;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
	margin-right: 40px;
	width: 373px;
	border: 1px solid #E6E6E6;
	font-size: 0;
	cursor: pointer;
}

.case-list-item:nth-child(3n) {
	margin-right: 0;
}

.case-list-itemImg {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.case-list-itemInfo {
	padding: 25px 20px 20px;
}

.case-list-itemTitle {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 1;
	color: #262626;
}

.case-list-itemLink {
	width: 24px;
	height: 24px;
}

.case-list-itemCell {
	font-size: 0;
}

.case-list-itemText {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #E6E6E6;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
	color: #666;
}

.case-list-itemHoverInfo {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	height: 250px;
	background-color: rgba(0, 0, 0, 0.7);
}

.case-list-itemHoverContent {
	height: 100%;
	border: 1px solid #fff;
}

.case-list-itemHoverIcon {
	width: 90px;
	height: 90px;
}

.case-list-item:hover .case-list-itemHoverInfo {
	visibility: visible;
}

.case-list-item:hover .case-list-itemInfo {
	background-color: #0092E5;
}

.case-list-item:hover .case-list-itemInfo *{
	color: #fff;
}

.case-list-item:hover .case-list-itemLink{
	content: url(static/css/imgs/active_link_icon.png);
}

.case-list-btn {
	margin-top: 70px;
}


.wpage{
	text-align: center;
	width: 100%;
	margin: 70px 0;
}
.wpage li{
	display: inline-block;
	float: none;
	padding: 0;
	border: none;
	margin: 0;
	height: unset;
	margin-top: unset;
	font-weight: unset;
	font-size: unset;
	margin: 0 0.52vw;
}
.wpage li a,.wpage li span{
	display: block;
	height: 2.08vw;
	padding:0 0.78vw;
	line-height: 2.08vw;
	text-align: center;
	font-size:0.73vw;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(153,153,153,1);
	border: 1px solid rgba(153,153,153,1);
	transition-duration: .3s;
}
.wpage li a:hover,.wpage li span:hover,.wpage li.active span{
	background: #0092E5;
	color: #fff;
	border-color: #0092E5;
}

.subMask{
	width: fit-content;
	width: -moz-fit-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.subMask h2{
	text-align: center;
	color: #FFF;
	font-size: 40px;
}
.subMask span{
	display: block;
	margin: 20px auto;
	background: #FFF;
	width: 100px;
	height: 1px;
}
.subMask p{
	text-align: center;
	color: #FFF;
	font-size: 20px;
}
.flex-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.v30-contact {
	position: fixed;
	right: 2px;
	top: 30%;
	padding: 50px 0;
	border-right: 1px solid #0092df;
	height: 482px;
	box-sizing: border-box;
	z-index: 99
}

.v30-contact-form.cur {
	width: 200px;
	opacity: 1
}

.v30-contact .transition {
	transition-duration: .8s
}

.v30-contact .v30-contact-title {
	background-color: rgba(0, 146, 223, .8);
	color: #fff;
	padding: 15px 20px 0;
	white-space: nowrap;
	position: relative
}

.v30-contact .v30-contact-title .cf-close {
	position: absolute;
	left: 166px;
	top: 0;
	padding: 10px
}

.v30-contact-item-block {
	position: absolute;
	right: 0;
	width: 70px;
	height: 70px;
	background-color: rgba(0, 0, 0, .4);
	border: 1px solid #0092df;
	border-right: none;
	box-sizing: border-box
}

.v30-contact-item-block:nth-child(1) {
	top: 50px
}

.v30-contact-item-block:nth-child(2) {
	top: 128px
}

.v30-contact-item-block:nth-child(3) {
	top: 206px
}

.v30-contact-item-block:nth-child(4) {
	top: 284px
}

.v30-contact-item-block:nth-child(5) {
	top: 362px
}

.v30-contact-item {
	width: 100%;
	height: 100%
}

.v30-contact-item-p {
	color: #fff;
	font-size: 12px;
	margin-top: 5px
}

.v30-contact-item-in {
	height: 100%;
	display: none;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.v30-contact-item-in-p {
	color: #fff;
	text-align: center;
	line-height: 68px;
	height: 68px;
	white-space: nowrap;
}
.v30-contact-tel .v30-contact-item-in-p{
	color: #fff;
	text-align: center;
	line-height: 28px;
	height: 68px;
	white-space: nowrap;
	padding-top: 7px;
}

.v30-contact-in.cur {
	width: 156px;
	background-color: transparent
}

.v30-contact-in.cur .v30-contact-item-in {
	width: 100%;
	display: block
}

.v30-contact-in.cur .v30-contact-item {
	display: none
}

.v30-contact-in:before {
	content: "";
	background-color: rgba(0, 146, 223, .8);
	position: absolute;
	height: 100%;
	width: 0;
	transition: all .8s ease
}

.v30-contact-in.cur:before {
	width: 100%
}

.v30-contact-item-block.v30-contact-top {
	display: none;
	cursor: pointer;
	width: 46px;
	height: 46px;
	top: 480px
}

.v30-contact-item-block.v30-contact-top .v30-contact-item-p {
	font-size: 14px;
	margin-top: 0
}

.v30-contact-in.v30-contact-search.cur {
	border-left: none
}

.v30-contact-form {
	position: absolute;
	width: 0;
	right: 156px;
	bottom: -1px;
	z-index: 999;
	overflow: hidden;
	opacity: 0
}

.v30-contact-form .cf-form {
	background-color: rgba(0, 146, 223, .8);
	box-sizing: border-box;
	padding: 10px 20px 20px;
	border-bottom: 1px solid #0092df
}

.v30-contact-form .cf-form-item {
	margin-bottom: 10px;
	font-size: 0;
	white-space: nowrap
}

.v30-contact-form .cf-form-item:last-of-type {
	margin: 0
}

.v30-contact-form input {
	padding: 0 8px;
	margin: 0;
	border: none;
	box-sizing: border-box;
	width: 160px;
	height: 28px;
}
.v30-contact-qr-show {
	display: none;
	position: absolute;
	z-index: 1;
	border: 1px solid rgba(0, 146, 223,.8);
	left: -160px;
	top: -91px;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.v30-contact-qr-show img{
	width: 100%;
	height: 100%;
}