﻿@font-face {
	font-family: "AlibabaPuHuiTi";
	src: url(/static/common/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff) format('woff'),
		url(/static/common/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
}

@font-face {
	font-family: "AlibabaPuHuiTi-Heavy";
	src: url(/static/common/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff) format('woff'),
		url(/static/common/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff2) format('woff2');
}


* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "AlibabaPuHuiTi", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", 'STHeiti', "SimHei";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #8400ff;
	text-decoration: none;
}

a:active {
	color: #333333;
}

p,
div {
	color: #333;
	font-size: 12px;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #fff;
}

html {
	height: 100%;
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, 0.2);
}

.iconfont {
	font-size: 24px;
	color: #fff;
}

.container {
	position: relative;
	max-width: 6.4rem;
	margin: 0 auto;
}

#page-box:after,
.process-list:after,
.i-factory:after,
.pro-list:after,
.swiper-slide:after,
.contact:after {
	content: '';
	clear: both;
	display: table;

}

.cur {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-animation: slideInDown 1s;
	animation: slideInDown 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 999999;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

#top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	height: 75px;
	padding: 0 10px;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 9999;
	max-width: 6.4rem;
	margin: 0 auto;
}

.logo {
	width: 2.9rem;
	max-width: 140px;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
}

.nav-bar-tip {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	padding-right: 5px;
}

.nav-bar {
	display: inline-block;
	vertical-align: middle;
}

.nav-bar [class^="line"] {
	background: #222;
	height: 3px;
	margin-bottom: 6px;
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.nav-bar .line1 {
	width: 30px;
}

.nav-bar .line2 {
	width: 25px;
}

.nav-bar .line3 {
	width: 20px;
}

.nav-bar .line3:last-of-type {
	margin-bottom: 0;
}

.nav-bar.on .line1 {
	-webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
	transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
}

.nav-bar.on .line2 {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: matrix(1, 0, 0, 1, -40, 0);
	transform: matrix(1, 0, 0, 1, -40, 0);
}

.nav-bar.on .line3 {
	width: 30px;
	-webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -12);
	transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -12);
}

.layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s;
	-webkit-transition: all .3s;
	pointer-events: none;
}

#nav {
	position: fixed;
	pointer-events: none;
	top: 75px;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

#nav.over {
	display: block;
	pointer-events: auto;
}

#nav.over .layer {
	opacity: 1;
	pointer-events: auto;
}

.nav-list {
	position: relative;
	margin-left: 100%;
	width: 80%;
	padding: 20px 0;
	background: #2c2b33;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#nav.over .nav-list {
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.nav-item {
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #4e4e4e;
	margin-bottom: 10px;
	padding-left: 15px;
	overflow: hidden;
}

.nav-item>a {
	display: block;
	color: #d8d8d8;
	margin-bottom: 10px;
	font-size: 14px;
}

.two-menu {
	margin: 7px 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.two-menu li {
	display: inline-block;
	margin-right: 15px;
}

.two-menu li a {
	color: #8e8e8e;
	font-size: 14px;
}

#page-box {
	transition: all .3s;
	-webkit-transition: all .3s;
}

#page-box.out {
	-webkit-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
}

.about,
.business,
.odd,
.contact {
	padding-top: 30px;
}

.index-tit {
	text-align: center;
}

.index-tit h2 {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	font-family: 'AlibabaPuHuiTi-Heavy';
	text-transform: uppercase;
}

.index-tit span {
	background: #ffdddd;
	display: block;
	width: 300px;
	height: 3px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

.index-tit span::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	left: 50%;
	margin-left: -20px;
	background: #8400ff;
}

.index-tit p {
	margin-top: 15px;
	line-height: 24px;
	font-size: 16px;
	color: #555;
}

.index-search-box {
	padding: 28px 0.15rem;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.index-search-input {
	width: 100%;
	border: 1px solid #f3f3f3;
	padding: 0 10px;
	background: #f3f3f3;
	opacity: .8;
	height: 46px;
	vertical-align: bottom;
}

input.index-search-input:focus {
	outline: 0;
	border-color: #f6ab00 !important
}



.cin-button {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	border: 1px solid transparent;
	padding: 0 18px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
}

.index-search-btn {
	width: 100%;
	color: #fff;
	background: #8400ff !important;
	margin-top: 10px;
	height: 46px;
	font-size: 16px;
	line-height: 46px;
	margin-top: 10px;
}



#banner {
	position: relative;
	min-width: 6.4rem;
	height: 5rem;
	overflow: hidden;
}

#banner .swiper-slide .slide-full {
	background: rgba(0, 0, 0, 0.25);
	z-index: 99;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.swiper-slide img {
	display: block;
}

.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 35px !important;
	left: 0;
	right: 0;
	text-align: center;
}

.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px !important;
	opacity: 1;
}

.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}

.banner-paper .swiper-pagination-bullet-active {
	border: solid 2px #bbb;
	border-radius: 50%;
	background: none;
}

#case {
	padding: 0.3rem 0;
	background: #f9f9f9;
}

.case-list {
	margin: 0 0.1rem;
	margin-top: 0.3rem;
}

.case-list .swiper-container {
	padding-bottom: 35px;
}

.case-list .swiper-pagination-bullet-active {
	background: #1d2088;
}

.case-list .swiper-slide a {
	display: block;
	position: relative;
	width: 2.8rem;
	margin: 0 0.1rem;
	border-radius: 0 0 5px 5px;
	background: #e7e7e7;
	overflow: hidden;
}

.case-list .swiper-slide a:hover {
	cursor: pointer;
}

.case-list .swiper-slide a .case-pic {
	display: table;
	width: 2.8rem;
	height: 2rem;
	overflow: hidden;
}

.case-list .swiper-slide a .case-pic img {
	display: block;
	width: 95%;
	-webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out;
	-ms-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.case-list .swiper-slide a .case-pic img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.case-list .swiper-slide a h3 {
	font-size: 15px;
	padding: 20px 0;
	color: #000;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

.case-list .swiper-slide a:hover h3 {
	color: #fff;
	background: #1d2088;
	text-shadow: none;
}


#business {
	padding: 50px 0 50px 0;
}

.business-list-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: 40px;
}

.business-list-card a {
	position: relative;
	min-height: 260px;
	background: linear-gradient(45deg, hsla(0, 0%, 100%, .4), rgba(237, 240, 245, .4));
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 40px 34px;
	margin: 0 0.2rem;
	margin-bottom: 0.3rem;
	transition: .4s;
}

.business-list-card a:last-child {
	margin-bottom: 0;
}

.business-list-card a:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.business-tit {
	position: relative;
	display: flex;
	align-items: center;
}

.business-tit::after {
	background: #8400ff;
	border-radius: 0 4px 4px 0;
	content: "";
	height: 80%;
	left: -34px;
	position: absolute;
	top: 0;
	width: 4px;
}

.business-list-card .business-tit h2 {
	font-size: 24px;
	font-family: 'AlibabaPuHuiTi-Heavy';
}

.business-list-card a:hover .business-tit h2,
.business-list-card a:hover .business-content h3 {
	color: #8400ff;
}

.business-tit p {
	text-align: center;
	font-size: 14px;
	color: #808080;
}

.business-content h3 {
	font-size: 17px;
	margin-bottom: 15px;
}

.business-content p {
	font-size: 14px;
	color: #777;
}

.business-more span {
	border: 1px solid #dfdfe1;
	border-radius: 4px;
	color: #4b5a79;
	display: block;
	font-size: 15px;
	line-height: 42px;
	text-align: center;
	transition: .4s;
	transition: .3s;
	width: 132px;
}

.icon-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	z-index: 99;
}

.icon-box .iconfont {
	display: block;
	color: #000;
	font-size: 50px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.icon-box .icon-round {
	position: absolute;
	width: 34px;
	height: 34px;
	background: rgba(159, 56, 255, 0.3);
	border-radius: 50%;
	z-index: -1;
}

#advantage {
	position: relative;
	margin-top: 10px;
	height: 400px;
	padding: 40px 0 40px 0;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/advantage-bg.jpg);
	background-position: center center;
	overflow: hidden;
	z-index: 9;
}

.advantage-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 15px;
	z-index: 99;
}

.advantage-box h2,
.advantage-box h3,
.advantage-box p {
	color: #fff;
	font-family: "AlibabaPuHuiTi-Heavy";
}

.advantage-box h2 {
	font-size: 25px;
}

.advantage-box h3 span {
	color: #8400ff;
	font-family: "AlibabaPuHuiTi-Heavy";
}

.advantage-box h3 {
	font-size: 25px;
	margin: 20px 0;
}

.advantage-box p {
	font-size: 24px;
}

#advantage .slide-full {
	background: rgba(0, 0, 0, 0.5);
}

#partner {
	padding: 40px 0;
	background: #f9f9f9;
}

.partner-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.partner-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
}

.partner-list li img {
	display: block;
	width: 80%;
	max-width: 3.2rem;
	transition: all .6s;
	z-index: 1;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.6;
}

#process {
	padding: 50px 0 0 0;
	border-top: 1px solid #f7f7f7;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/about-bg.jpg);
	background-position: center center;
	z-index: 9;
}

.process-box {
	position: relative;
	padding: 50px 0.2rem;
}

.process-box .container {
	height: 100%;
	display: flex;
	align-items: flex-start;
}


.process-list dl {
	position: relative;
	padding: 50px 25px 30px 25px;
	margin-bottom: 50px;
	background: #fdfdfd;
	box-shadow: 0 0 5px #ddd;
	border-radius: 14px;
}

.process-list dl:last-child {
	margin-bottom: 0;
}

.process-list dl .num {
	width: 52px;
	height: 52px;
	background: #8400ff;
	line-height: 52px;
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	font-style: oblique;
	text-align: left;
	padding-left: 8px;
}

.process-list dl .num:before {
	width: 66px;
	height: 66px;
	background: rgba(132, 0, 255, .2);
	content: "";
	position: absolute;
	left: -7px;
	top: -7px;
	border-radius: 50%;
}

.process-list dl .num:after {
	width: 80px;
	height: 80px;
	background: rgba(167, 73, 255, .1);
	content: "";
	position: absolute;
	left: -14px;
	top: -14px;
	border-radius: 50%;

}

.process-list dl dt {
	width: 40px;
	margin: 0 auto;
}

.process-list dl dt span.iconfont {
	font-size: 36px;
	color: #000;
}

.process-list dl dd {
	text-align: center;
}

.process-list dl dd h3 {
	font-size: 18px;
	margin: 10px 0;
}

.process-list dl dd p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}




.more a {
	position: relative;
	display: inline-block;
	padding: 12px 50px 12px 30px;
	color: #fff;
	background: linear-gradient(to right, #1355b3 0%, #043982);
	border-radius: 24px;
}

.more a:hover {
	background: linear-gradient(to right, #f10500 0%, #ca120f);
}

.more a .arrow {
	position: absolute;
	display: flex;
	align-items: center;
	right: 15px;
	top: 50%;
	transform: translate(0px, -50%);
}

.more .arrow span.iconfont {
	font-size: 18px;
}

.about-content .more {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}


#contact {
	padding: 0.4rem 0.2rem 0.2rem 0.2rem;
	background: #fff;
}

.i-contact {
	padding-top: 0 !important;
}

.i-contact .i-code {
	margin-bottom: 0.4rem;
}

.contact-tit {
	padding: 0 0 20px 0;
}

.contact-tit .circle {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #f5f5f5;
	border: 2px solid #feac28;
}

.contact-tit h2 {
	display: inline-block;
	padding-left: 5px;
	font-size: 20px;
	font-weight: bold;
}

.code-list {
	display: flex;
	justify-content: center;
	margin-bottom: 0.3rem;
}

.code-list dl {
	margin: 0 10px;
}

.code-list dl dt img {
	display: block;
	width: 2.2rem;
}

.code-list dl dd {
	font-size: 14px;
	text-align: center;
}

.contact-box {
	margin-top: 0.3rem;
}

.contact-list li {
	margin-bottom: 0.25rem;
}

.contact-content dl {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	overflow: hidden;
}

.contact-content dl dt {
	display: flex;
	align-items: center;
	width: 1.1rem;
	margin-right: 5px;
}

.contact-content dl dt img {
	display: inline-block;
	width: 0.43rem;
}

.contact-content dl dt span {
	color: #8400ff;
	font-size: 26px;
	margin-right: 5px;
}

.contact-content dl dt p {
	display: inline-block;
	color: #868686;
	font-size: 16px;
}

.contact-content dl dd {
	flex: 1;
	color: #333;
	font-size: 16px;
}

.contact-content dl dd p.address {
	font-size: 16px;
}

.i-banner {
	position: relative;
	min-width: 6.4rem;
	height: 4rem;
	overflow: hidden;
}

.i-banner img {
	display: block;
	width: 100%;
}

.i-banner .slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background: rgba(0, 16, 137, 0.2);
	z-index: 99;
}

.slogan {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 15px;
}

.slogan p,
.slogan h2 {
	color: #fff;
	font-weight: bold;
	font-family: 'AlibabaPuHuiTi-Heavy';
	letter-spacing: 2px;
	text-transform: upperodd;
}

.slogan h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 15px;
}

.slogan p {
	font-size: 18px;
	font-family: 'AlibabaPuHuiTi';
}


.inner {
	padding: 0.4rem 0 0 0;
}

.company-box {
	padding: 0 0.2rem;
	margin-top: 0.2rem;
}

.company-pic {
	text-align: center;
}

.company-slogan {
	margin: 0 auto;
}

.company-slogan img {
	width: 125px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.company-slogan-txt {
	text-align: center;
}

.company-slogan-txt h2 {
	font-family: "AlibabaPuHuiTi-Heavy";
	font-size: 22px;
	letter-spacing: 1px;
}

.company-slogan-txt p {
	font-size: 18px;
	letter-spacing: 4px;
}

.slogan-line {
	width: 100%;
	height: 3px;
	background: #000;
	margin: 5px 0;
}

.company-content {
	padding: 20px 0;
}

.company-content p {
	font-size: 16px;
	margin-bottom: 20px;
}

.company-odd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.company-odd dl {
	width: 2.85rem;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 0.2rem;
	border-radius: 16px;
}

.company-odd dl dd h2,
.company-odd dl dd p {
	text-align: center;
}

.company-odd dl dd h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.company-odd dl dd p {
	font-size: 14px;
	color: #444;
}

.company-odd dl dt .icon-box {
	margin: 0 auto;
}

.feature {
	padding: 0.2rem;
}

.bus-tit h2 {
	font-size: 26px;
}

.bus-tit p {
	font-size: 15px;
	text-align: center;
}

.feature-list {
	padding: 20px 0 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature-list dl {
	width: 2.9rem;
	padding: 0.2rem;
	text-align: center;
}

.feature-list dl dt {
	display: flex;
	justify-content: center;
}

.feature-list dl dt img {
	width: 100%;
}

.feature-list dl dd h3 {
	color: #000;
	font-size: 18px;
	margin: 15px 0 20px 0;
	font-family: 'AlibabaPuHuiTi-Heavy';
}

.feature-list dl dd p {
	font-size: 14px;
	color: #666;
	line-height: 23px;
}

.feature-list dl dt .icon-round {
	width: 28px;
	height: 28px;
}

.i-yingxiao {
	flex-wrap: wrap;
	justify-content: space-between;
}

.i-yingxiao dl {
	width: 356px;
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-radius: 10px;
}

.industry {
	padding: 0 0.2rem;
}

.industry-list {
	padding-top: 0.3rem;
}

.industry-list dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.i-yingxiao dl:last-child {
	margin-bottom: 0;
}

.industry-list dl:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.industry-list dl dt {
	height: 4rem;
	max-height: 200px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.industry-list dl dt img {
	display: block;
	width: 100%;
}

.industry-list dl dd {
	text-align: center;
}

.industry-list dl dd h3 {
	font-size: 20px;
	padding: 14px 0 10px 0;
	font-family: 'AlibabaPuHuiTi-Heavy';
}

.industry-list dl dd p {
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	color: #888;
}

.i-case-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0.2rem;
}

.i-case-list a {
	display: block;
	width: 2.9rem;
	margin-bottom: 0.2rem;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.i-case-list a .i-case-pic {
	display: flex;
	height: 2.4rem;
	max-height: 250px;
	overflow: hidden;
}

.i-case-list a .i-case-pic img {
	display: block;
	max-width: 2.9rem;
	width: 100%;
}

.i-case-txt {
	padding: 15px 10px;
}

.i-case-txt h2 {
	font-size: 16px;
	text-align: center;
	overflow: hidden;
}

.i-case-list a:hover {
	background: #216adb;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.i-case-list a:hover .i-case-txt h2 {
	color: #fff;
}

.enterprise-case .i-case-list {
	margin-top: 30px;
}

.i-detail {
	padding: 0.2rem 0.2rem 0 0.2rem;
	text-align: justify;
}

.i-detail-tit {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.i-detail-tit h1 {
	font-size: 24px;
	text-align: center;
	font-family: 'AlibabaPuHuiTi-Heavy';
}

.i-detail-tit .publish-time {
	font-size: 14px;
	margin: 5px 0;
	text-align: center;
	color: #666;
}

.i-detail p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px
}

.i-pic {
	text-align: center;
}

.i-pic img {
	max-width: 6rem;
}

.i-detail-con {
	padding-top: 0.2rem;
}

.i-detail-con img,
.i-detail p img {
	max-width: 6rem;
	vertical-align: top;
}

.i-pro-list {
	margin-top: 0.3rem;
	padding: 0 0.1rem;
}

.i-new {
	padding: 0 0.2rem;
	margin-top: 0.3rem;
}

.i-new a {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}

.i-new a:last-child {
	border-bottom: none;
}

.i-new a h3 {
	flex: 1;
	font-size: 14px;
}

.i-new a span {
	width: 80px;
	font-size: 12px;
	text-align: right;
}

.i-new a:before {
	background: #216adb;
}

.i-new a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.i-contact dl dd {
	color: #000;
}

.i-details-tit {
	padding: 10px 0.2rem 20px 0.2rem;
	border-bottom: 1px solid #e6e6e6;
}

.i-details-tit h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.i-details-content {
	padding: 20px 0.2rem 0 0.2rem;
}

.i-details-content img {
	width: 100%;
	margin-bottom: 5px;
}

.i-details-content p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}


#copy {
	position: relative;
	padding: 10px 0.1rem;
	background: #000;
	border-top: 1px solid #383838;
	margin-top: auto;
}

#copy p {
	margin: 2px 0;
	text-align: center;
	font-size: 12px;
}

#copy p,
#copy p a {
	color: #626262;
}

.cin-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cin-group .cin-button {
	margin: 0 6px;
	width: 80px;
	height: 44px;
}

.cin-button-blue {
	background: #005acd;
}

.cin-button-red {
	background: #f6ab00;
}

.track {
	position: relative;
	padding: 20px 0 40px 0;
	overflow: hidden;
}

.track-content {
	position: relative;
	padding: 0 0.1rem;
	border-radius: 12px;
	background: #fff;
	margin: 0 0.2rem 0 0.2rem;
	z-index: 99;
}

.track-orderno {
	display: flex;
	align-items: center;
}

.track-orderno,
.track-orderno span {
	font-size: 16px;
	font-weight: bold;
}

.good-info p {
	margin-bottom: 10px;
}

.good-info p,
.good-info p span {
	font-size: 14px;
}

.good-info p:last-child {
	margin-bottom: 0;
}

.mofang-textarea {
	display: block;
	width: 100%;
	min-height: 80px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical;
	border: 1px solid #e6e6e6 !important;
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 15px;
}

.mofang-textarea {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.search-result {
	display: none;
	padding-top: 30px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.search-result dl {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.search-result dl dt {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.search-result dl dt p:last-child {
	border-right: none;
}

.timeline {
	padding-left: 5px;
}

.timeline-item {
	position: relative;
	padding-bottom: 15px;
}

.timeline-item:first-child .timeline-icon:after {
	border: 1px solid #fd600a;
}

.timeline-item:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 0;
	width: 1px;
	height: 100%;
}

.timeline-item:before {
	background-color: #e6e6e6;
}

.timeline-item:last-child:before {
	width: 0;
}

.timeline-icon {
	position: absolute;
	left: -5px;
	top: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	color: #5FB878;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

.timeline-icon:after {
	content: '';
	position: absolute;
	width: 16px;
	left: 0;
	height: 16px;
	border-radius: 100%;
	border: 1px solid #276bf4;
	margin: 0 auto;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.timeline-icon em {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #276bf4;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translate(0, -50%);
}

.timeline-item:first-child .timeline-icon em {
	background: #fd600a;
}

.timeline-content {
	padding-left: 25px;
}

.timeline-content h3 {
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
}

.timeline-content p {
	font-size: 14px;
}

.timeline-item:first-child h3,
.timeline-item:first-child .timeline-content p {
	color: #fd600a;
}