@font-face {
	font-family: "AlibabaPuHuiTi";
	src: url(/static/common/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.eot) format('embedded-opentype'),
		url(/static/common/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.otf) format('opentype'),
		url(/static/common/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.ttf) format('TrueType'),
		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.eot) format('embedded-opentype'),
		url(/static/common/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.otf) format('opentype'),
		url(/static/common/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.ttf) format('TrueType'),
		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', 'Montserrat', sans-serif;
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #1d2088;
	text-decoration: none;
}

a:active {
	color: #333333;
}

p,
div {
	font-size: 12px;
}

p {
	color: #333333;
}

strong {
	font-weight: bold;
}

.iconfont {
	font-size: 24px;
	color: #fff;
}

.container:after,
.nav-list:after,
.inner-content:after,
.product-list:after,
.i-banner .container:after,
.i-contact:after {
	content: "";
	display: table;
	clear: both;
}

body {
	min-width: 1200px;
	background: #fff;
}

.container {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

@keyframes caption-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes caption-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, 0.2);
}

#top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 85px;
}

#top a.black {
	display: none;
}

.logo {
	width: 170px;
}

.logo img {
	display: block;
	width: 100%;
}

.nav-list {
	flex: 1;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav-list>li {
	position: relative;
	margin: 0 25px;
}

.nav-list>li>a {
	position: relative;
	display: inline-block;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

#top.fixed .nav-list>li>a {
	color: #fff;
}

.nav-list>li>a:hover {
	text-decoration: none;
}

.nav-list>li>a span {
	display: block;
	color: #fff;
	padding: 0 3px;
	font-size: 18px;
	text-transform: uppercase;
	transition: all ease-out .3s;
}

.nav-list>li>a div {
	width: 0;
	border-bottom: 1px solid #1d2088;
	margin: 10px auto 0 auto;
	transition: all ease-out .3s;
}

.nav-list>li>a span:after {
	content: attr(data-title);
	position: absolute;
	color: #babcff;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(100%);
	width: 100%;
}

.nav-list>li>a:hover span,
.nav-list>li:hover span,
.nav-list>li>a.cur span {
	color: #babcff;
	transform: translateY(-100%);
}

.nav-list>li>a:hover div,
.nav-list>li:hover>a>div,
.nav-list>li>a.cur div {
	width: 100%;
}

.nav-list>li span.icon {
	font-size: 32px;
	color: #fff;
}

.down-menu {
	display: none;
	position: absolute;
	min-width: 184px;
	left: 0;
	padding-top: 22px;
	margin: auto;
	white-space: nowrap;
	z-index: 9999;
}

.down-menu-list {
	display: flex;
	flex-direction: column;
	padding: 10px 3px;
	background: #fff;
	filter: Alpha(opacity=85);
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 5px #ccc;
	/* background-image: linear-gradient(#009f52 20%, #09914f 60%, #006634); */
}

.down-menu-list a {
	display: block;
	color: #000;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 10px;
	text-align: left;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.down-menu-list a:hover {
	color: #fff;
	background: #1d2088;
	text-decoration: none;
}

.down-menu-list a:last-child {
	border-bottom: none;
}

.header-right {
	display: flex;
	align-items: center;
}

.header-right .language {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.header-right .language a {
	margin-left: 20px;
	font-size: 16px;
}

.header-right .language a.active {
	color: #1d2088;
}

.top-search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #1d2088;
	border-radius: 50%;
}

.top-search-btn img {
	display: block;
	width: 30px;
	margin: 0 auto;
}

#top.fixed {
	position: fixed;
	-webkit-animation: caption-down .5s;
	animation: caption-down .5s;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	align-items: center;
	background: #fff;
}

#top.fixed a.white {
	display: none;
}

#top.fixed a.black {
	display: block;
}

#top.fixed .nav-list>li>a {
	color: #fff;
}

#top.fixed .nav-list>li>a span {
	color: #000;
}

#top.fixed .nav-list>li>a span:after {
	color: #3b2e7e;
}

.index-tit {
	text-align: center;
}

.index-tit h2 {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 44px;
	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: #1d2088;
}

.index-tit p {
	margin-top: 15px;
	padding: 0 40px;
	line-height: 24px;
	font-size: 18px;
	color: #7b7b7b;
}

.platform_bg {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.platform_bg_z {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.platform_bg li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(199, 204, 255, .2);
	bottom: -160px;
	-webkit-animation: square 28s infinite;
	animation: square 28s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.platform_bg_z li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(199, 204, 255, .2);
	bottom: -300px;
	-webkit-animation: square_z 22s infinite;
	animation: square_z 22s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.platform_bg li:nth-child(1),
.platform_bg_z li:nth-child(1) {
	left: 10%
}

.platform_bg li:nth-child(2),
.platform_bg_z li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	-webkit-animation-duration: 17s;
	animation-duration: 17s
}

.platform_bg li:nth-child(3),
.platform_bg_z li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms
}

.platform_bg li:nth-child(4),
.platform_bg_z li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	background: rgba(199, 204, 255, .25);
}

.platform_bg li:nth-child(5),
.platform_bg_z li:nth-child(5) {
	left: 70%
}

.platform_bg li:nth-child(6),
.platform_bg_z li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background: rgba(199, 204, 255, .3);
}

.platform_bg li:nth-child(7),
.platform_bg_z li:nth-child(7) {
	left: 32%;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}

.platform_bg li:nth-child(8),
.platform_bg_z li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s
}

.platform_bg li:nth-child(9),
.platform_bg_z li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background: rgba(255, 169, 186, .3);
}

.platform_bg li:nth-child(10),
.platform_bg_z li:nth-child(9) {
	left: 90%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s
}

@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-1700px)rotate(600deg);
		transform: translateY(-1700px)rotate(600deg)
	}
}

@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-1700px)rotate(600deg);
		transform: translateY(-1700px)rotate(600deg)
	}
}

@-webkit-keyframes square_z {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-700px)rotate(500deg);
		transform: translateY(-700px)rotate(500deg)
	}
}

@keyframes square_z {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-700px)rotate(500deg);
		transform: translateY(-700px)rotate(500deg)
	}
}

#banner {
	position: relative;
	min-width: 1200px;
	height: 688px;
	background: url(/static/pc/images/banner-img.jpg) center center;
	overflow: hidden;
}

#banner .swiper-slide .slide-full {
	background: rgba(0, 0, 0, 0.25);
	z-index: 99;
}

.banner-contact {
	padding: 15px 30px;
	color: #fff;
	font-size: 20px;
	font-family: 'AlibabaPuHuiTi';
	width: 230px;
	margin: 0 auto;
	border: 1px solid #b5dbff;
	text-align: center;
	margin-top: 40px;
	border-radius: 10px;
	overflow: hidden;
}

.search-content {
	width: 800px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-box {
	display: flex;
	align-items: center;
	background: #fff;
	padding-left: 10px;
	flex: 1;
}

.search-box .iconfont {
	color: #1d2088;
}

.search-box input {
	display: block;
	flex: 1;
	padding-left: 10px;
	border: none;
	border-radius: 0;
	height: 60px;
	font-size: 15px;
	outline: none;
	background: #fff;
}

.cin-button {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 100px;
	height: 44px;
	line-height: 44px;
	border: 1px solid transparent;
	padding: 0 18px;
	margin: 0 5px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	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;
}

.button-size {
	width: 160px;
	height: 60px;
	font-size: 16px;
}

.cin-button-blue {
	background: #1d2088;
	margin-left: 10px;
}

.cin-button-red {
	background: #f6ab00;
}

.index-search-btn:hover {
	background: #272ca8;
}

#about {
	padding: 40px 0 40px 0;
}

.about-box {
	position: relative;
	margin-top: 50px;
	padding: 50px 0;
	/* height: 390px; */
	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;
}


.about-box .container {
	height: 100%;
	display: flex;
	align-items: center;
}

.about-box .container .about-cover {
	position: relative;
	width: 420px;
	height: 415px;
	background: #1c62c5;
	margin-right: 45px;
}

.about-box .container .about-cover .about-pic {
	position: absolute;
	right: -15px;
	top: 15px;
	height: 420px;
	overflow: hidden;
}

.about-box .container .about-cover .about-pic img {
	display: block;
	width: 420px;
}

.about-content {
	/* width: 660px; */
	flex: 1;
}

.about-content .about-instro p {
	font-size: 17px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.about-content .about-tit {
	margin-bottom: 20px;
	text-align: left;
}

.about-content .about-tit h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 2px;
}

.about-content .about-tit p {
	font-size: 16px;
	color: #636363;
}

.more a {
	position: relative;
	display: inline-block;
	padding: 15px 50px 15px 30px;
	color: #fff;
	background: linear-gradient(to right, #144385 0%, #1e69d3);
}

.more a:hover {
	background: linear-gradient(to right, #d52b1b 0%, #ec3f2f);
}

.more a .arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0px, -50%);
}

.more .arrow span.icon {
	font-size: 16px;
}

.about-content .more {
	margin-top: 30px;
	font-size: 15px;
}

#business {
	padding: 50px 0 50px 0;
}

.business-list-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	margin-top: 40px;
}

.business-list-card a {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	width: 285px;
	min-height: 260px;
	padding: 0 0 30px 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 9;
	border: 1px solid #e7e7e7;
}

.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 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	background: #1c62c5;
}

.business-tit .iconfont {
	/* width: 60px;
    height: 63px;
    background: url(/static/home/pc/images/business-icon.png) no-repeat; */
	display: block;
	color: #fff;
	font-size: 40px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.business-tit .icon-2 {
	background-position: -60px 0;
}

.business-tit .icon-3 {
	background-position: -120px 0;
}

.business-list-card a:hover .business-tit .iconfont {
	transform: rotateY(180deg);
}

.business-list-card .business-tit h3 {
	color: #fff;
	font-size: 24px;
	font-family: 'AlibabaPuHuiTi-Heavy';
}

.business-list-card a:hover .business-tit h3 {
	color: #d4d6ff;
}

.business-tit p {
	text-align: center;
	font-size: 15px;
	color: #808080;
}

.business-tit .icon-bus-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 100%;
}

.bus-pic {
	width: 285px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	overflow: hidden;
}

.bus-pic img {
	display: block;
	max-width: 285px;
}

.bus-content {
	padding: 0 15px;
	margin-top: 15px;
}

.bus-content h3,
.bus-content p {
	text-align: center;
}

.bus-content h4 {
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: 'AlibabaPuHuiTi-Heavy';

}

.bus-content p {
	font-size: 14px;
	color: #555;
	text-align: left;
}

.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(56, 79, 255, 0.3);
	border-radius: 50%;
	z-index: -1;
}


.company-box {
	padding: 0 30px;
}

.company-pic {
	text-align: center;
}

.company-slogan {
	width: 580px;
	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: 24px;
	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: 18px;
	margin-bottom: 20px;
}

.company-odd {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.company-odd dl {
	width: 260px;
	border: 1px solid #eee;
	padding: 15px;
	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;
}


#advantage {
	position: relative;
	margin-top: 10px;
	height: 420px;
	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 .container {
	position: relative;
	z-index: 99;
	height: 100%;
}

.advantage-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.advantage-box h2,
.advantage-box h3,
.advantage-box p {
	color: #fff;
	font-family: "AlibabaPuHuiTi-Heavy";
}

.advantage-box h2 {
	font-size: 58px;
}

.advantage-box h2 span {
	color: #0069fd;
	font-family: "AlibabaPuHuiTi-Heavy";
}

.advantage-box h3 {
	font-size: 46px;
	margin: 20px 0;
}

.advantage-box p {
	font-size: 40px;
}

#advantage .slide-full {
	background: rgba(0, 60, 113, 0.5);
}

#why {
	padding: 50px 0;
	background: #f6f8fa;
}

.why-bd,
.why-bd .container {
	position: relative;
}

.why-bd .why-video {
	width: 886px;
	height: 442px;
	margin: 20px auto 0;
	position: relative;
	overflow: hidden;
}

.why-bd .why-video video {
	width: 886px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.why-content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.why-content dl {
	width: 250px;
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.why-content dl dt {
	font-size: 18px;
	margin-bottom: 10px;
}

.why-content dl dd p {
	font-size: 14px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.why-content dl dd p:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #2468f2;
	border-radius: 50%;
	margin-right: 8px;
}

.why-content dl.one {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.why-content dl.two {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
}

.why-content dl.three {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

.why-content dl.four {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
}

#case {
	padding: 50px 0;
	background: #f9f9f9;
}

.case-list {
	margin: 0 -10px;
	margin-top: 40px;
}

.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: 224px;
	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: 224px;
	height: 224px;
	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;
}


#process {
	padding: 50px 0 50px 0;
	/* height: 390px; */
	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;
}

.process-box .container {
	height: 100%;
	display: flex;
	align-items: flex-start;
}

.more a {
	position: relative;
	display: inline-block;
	padding: 15px 50px 15px 30px;
	color: #fff;
	background: linear-gradient(to right, #1c62c5 0%, #4190ff);
}

.more a:hover {
	background: linear-gradient(to right, #1c62c5 0%, #1c62c5);
}

.more a .arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0px, -50%);
}

.more .arrow img {
	width: 10px;
}

#news {
	padding: 40px 0;
}

.news-bd {
	display: flex;
	justify-content: space-between;
}

.news-bd li {
	width: 380px;
	border: 1px solid #e7e7e7;
	border-top: 3px solid #1d2088;
	border-radius: 15px;
	overflow: hidden;
}

.news-bd li h2 {
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	background: #f5f5f5;
}

.news-bd li .news-img {
	width: 378px;
	height: 220px;
	overflow: hidden;
}

.news-bd li .news-img img {
	display: block;
	width: 100%;
}

.news-list {
	padding: 15px 0 5px 0;
}

.news-list a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0 5px;
	margin-bottom: 10px;
}

.news-list a h3 {
	flex: 1;
	font-size: 14px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: capitalize;
	overflow: hidden;
}

.news-list a span {
	width: 80px;
	font-size: 12px;
}

.news-list a:last-child {
	border-bottom: none;
}

.news-list a:before {
	background: #1d2088;
}

.news-list a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 5px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.news-list a:hover {
	color: #f00;
}

#odd {
	padding-top: 70px;
}

.odd-bd {
	position: relative;
	margin-top: 50px;
	height: 610px;
	padding: 50px 0 40px 0;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/odd-bg.jpg);
	background-position: center center;
	overflow: hidden;
	z-index: 9;
}

.odd-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0 0 0;
}

.odd-list dl {
	width: 385px;
	margin-bottom: 20px;
	padding: 30px 25px 25px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #fff;
	float: left;
}

.odd-list dl:hover {
	background: #fff;
	box-shadow: 0px 6px 15px 0px rgba(59, 59, 59, 0.21);
}

.odd-list dl dt {
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 27px;
	overflow: hidden;
}

.odd-list dl dt span.iconfont {
	font-size: 50px;
	color: #1d2088;
}

.odd-list dl dd {
	text-align: center;
}

.odd-list dl dd h2 {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.odd-list dl dd p {
	font-size: 14px;
	color: #929292;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 0;
}

@keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}



@keyframes opc_scale {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		opacity: 1;
		transform: scale(1.2);

	}

	100% {
		opacity: 0;
	}
}

@keyframes opc_bShadow {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}

	50% {
		box-shadow: 0 0 10px 3px rgba(1, 47, 130, .2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}
}

@-webkit-keyframes opc_bShadow {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}

	50% {
		box-shadow: 0 0 10px 3px rgba(1, 47, 130, .2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}
}

@-moz-keyframes opc_bShadow {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}

	50% {
		box-shadow: 0 0 10px 3px rgba(1, 47, 130, .2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}
}

#contact {
	padding: 50px 0;
}

#contact .container {
	margin-top: 40px;
}

.code-list {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.code-list dl {
	margin: 0 10px;
}

.code-list dl dt img {
	display: block;
	width: 120px;
}

.code-list dl dd {
	font-size: 14px;
	text-align: center;
}


.contact-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-content dl {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 280px;
	padding: 30px 20px;
	background: #f5f5f5;
	overflow: hidden;
}

.contact-content dl:nth-last-child(-1n+2) {
	margin-bottom: 0;
}

.contact-content dl dt {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 80px;
}

.contact-content dl dt img {
	display: inline-block;
	width: 25px;
}

.contact-content dl dt p {
	display: inline-block;
	color: #868686;
	margin: 8px 0;
	font-size: 18px;
}

.contact-content dl dt span.iconfont {
	color: #1d2088;
	font-size: 40px;
}

.contact-content dl dd {
	font-size: 16px;
	text-align: center;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.contact-content dl dd.address {
	font-size: 14px;
}

.contact-map {
	flex: 1;
}

#i-banner {
	position: relative;
	min-width: 1200px;
	height: 600px;
	overflow: hidden;
}

#i-banner img {
	position: absolute;
	display: block;
	width: 2000px;
	height: 600px;
	margin-left: -1000px;
	left: 50%;
}

#i-banner .slide-full {
	background: rgba(0, 60, 113, 0.5);
	z-index: 99;
}

.slogan,
.banner-slogan {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 899;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slogan p,
.slogan h2,
.banner-slogan p,
.banner-slogan h2 {
	color: #fff;
	font-weight: bold;
	font-family: 'AlibabaPuHuiTi-Heavy';
	letter-spacing: 2px;
	text-transform: upperodd;
}

.slogan h2 {
	font-size: 44px;
	color: #fff;
	margin-bottom: 15px;
}

.slogan p {
	font-size: 36px;
	font-family: 'AlibabaPuHuiTi';
}

.banner-slogan h2 {
	font-size: 54px;
	margin-bottom: 30px;
}

.banner-slogan p {
	font-size: 42px;
}

.banner-content {
	position: absolute;
	left: 0;
	width: 580px;
	height: auto;
	padding: 20px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .8)
}

.banner-content h2 {
	font-size: 36px;
	font-weight: bold;
}

.banner-desc {
	margin-top: 15px;
}

.banner-desc p {
	font-size: 18px;
	line-height: 1.5;
}

#inner {
	padding: 40px 0;
	background: #f3f3f3;
}

.i-bread-nav {
	display: flex;
	align-items: center;
}

.i-bread-nav span.iconfont {
	color: #000;
}

.i-bread-nav p span {
	font-family: serif;
}

.i-bread-nav img {
	display: inline-block;
	width: 25px;
	vertical-align: middle;
}

.i-bread-nav p {
	font-size: 14px;
	padding-left: 3px;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
}

.inner-content {
	position: relative;
	margin-top: 40px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 3px 5px #e0e0e0;
	border-radius: 5px;
}

.feature {
	padding: 20px;
}

.bus-tit h2 {
	font-size: 34px;
}

.bus-tit p {
	font-size: 16px;
	text-align: center;
}

.feature-list {
	padding: 20px 0 40px 0;
	display: flex;
}

.feature-list dl {
	width: 25%;
	padding: 20px;
	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-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}

.industry-list dl {
	width: 270px;
	margin: 0 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	float: left;
}

.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 {
	display: flex;
	align-items: center;
	height: 190px;
	overflow: hidden;
}

.industry-list dl dt img {
	display: block;
	width: 100%;
}

.industry-list dl dd {
	text-align: center;
	padding: 0 10px;
}

.industry-list dl dd h3 {
	font-size: 18px;
	padding: 20px 0 15px 0;
	font-family: 'AlibabaPuHuiTi-Heavy';
}

.industry-list dl dd p {
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	color: #888;
}


.i-left {
	position: absolute;
	width: 280px;
	min-height: 300px;
	padding: 30px 20px;
	border-right: 1px solid #eee;
	top: 0;
	left: 0;
	bottom: 0;
}

.i-tit {
	margin-bottom: 20px;
}

.i-tit h3 {
	font-size: 18px;
}

.i-line {
	width: 28px;
	height: 2px;
	background: #1d2088;
	border-radius: 2px;
	margin: 10px 0;
}

.i-left-list a {
	display: block;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.i-left-list a:hover {
	text-decoration: none;
	color: #1d2088;
	border-bottom: 1px solid #1d2088;
}

.i-right {
	width: 905px;
	padding: 30px;
	float: right;
}

.i-detail {
	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: 1150px;
}

.i-detail-con {
	padding-top: 10px;
}

.i-detail-con img,
.i-detail p img {
	max-width: 860px;
	vertical-align: top;
}

.i-case-content img,
.i-detail p img {
	max-width: 1170px;
}

.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 h3 {
	flex: 1;
	font-size: 14px;
}

.i-new a span {
	width: 100px;
	font-size: 12px;
	text-align: right;
}

.i-new a:before {
	background: #1d2088;
}

.i-new a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.i-case-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 0 -15px;
}

.i-case-list a {
	display: block;
	width: 370px;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	margin: 0 15px 20px 15px;
}

.i-case-list a .i-case-pic {
	display: flex;
	height: 368px;
	overflow: hidden;
}

.i-case-list a .i-case-pic img {
	display: block;
	max-width: 370px;
	width: 100%;
}

.i-case-txt {
	padding: 15px 10px;
}

.i-case-txt h2 {
	font-size: 18px;
	text-align: center;
	overflow: hidden;
}

.i-case-list a:hover {
	background: #1d2088;
	-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-code-list {
	margin-top: 30px;
}

.i-contact-content {
	width: auto;
	margin-right: 0;
}

.i-contact-content dl {
	width: 280px;
	margin-bottom: 0;
}


input::-webkit-input-placeholder {
	color: #ccc;
}

textarea::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}

#footer {
	position: relative;
	padding: 50px 0;
	background: #333;
	z-index: 99;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo img {
	display: block;
	width: 191px;
}

.footer-content {
	display: flex;
	justify-content: space-between;
}

.footer-content .social-icons {
	margin-top: 0;
}

.f-nav li {
	margin-right: 60px;
	float: left;
}

.f-nav li h3,
.f-nav li h3 a {
	font-size: 17px;
	color: #d7d7d7;
	margin-bottom: 20px;
}

.f-nav li a {
	display: block;
	font-size: 14px;
	color: #adadad;
	margin-bottom: 10px;
}

.f-nav li a:hover {
	color: #bbb;
}

.footer-contact-box {
	width: 300px;
}

.footer-contact-box h2 {
	color: #d7d7d7;
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-contact-list dl {
	display: flex;
	margin-bottom: 10px;
}

.footer-contact-list dl dt {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.footer-contact-list dl dt,
.footer-contact-list dl dd {
	font-size: 15px;
}

.footer-contact-list dl dd a,
.footer-contact-list dl dd {
	color: #7c7c7c;
}

.footer-contact-list dl dt span.iconfont {
	width: 30px;
	color: #7c7c7c;
	font-size: 24px;
}

.footer-contact-list dl dt p {
	flex: 1;
	font-size: 16px;
	color: #7c7c7c;
}

.footer-line {
	width: 1px;
	background: #494949;
}

.footer-code {
	display: flex;
	align-items: center;
}

.footer-code dl dt img {
	width: 140px;
}

.footer-code dl dt {
	color: #fff;
	font-size: 14px;
}

.footer-code dl dd {
	font-size: 14px;
	color: #adadad;
}

.f-code {
	padding-left: 105px;
	border-left: 1px solid #565656;
	float: left;
}

.f-code img {
	display: block;
	width: 10px;
	margin-bottom: 5px;
}

.f-code p {
	font-size: 13px;
	text-align: center;
	color: #fff;
}

.website-group h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

.website-group-list a {
	display: block;
	color: #999;
	font-size: 15px;
	margin-bottom: 10px;
}

.website-group-list a:hover {
	color: #bbb;
}

#copy {
	min-width: 1200px;
	padding: 10px;
	background: #000;
}

#copy p,
#copy p a {
	text-align: center;
	color: #616161;
	font-size: 12px;
	margin-bottom: 3px;
}

@-webkit-keyframes move {
	0% {
		left: -38px;
		opacity: .6
	}

	25% {
		left: 100%;
		opacity: .2
	}

	50% {
		left: 100%;
		opacity: .2
	}

	75% {
		left: -38px;
		opacity: .6
	}

	to {
		left: -38px;
		opacity: .6
	}
}

@keyframes move {
	0% {
		left: -38px;
		opacity: .6
	}

	25% {
		left: 100%;
		opacity: .2
	}

	50% {
		left: 100%;
		opacity: .2
	}

	75% {
		left: -38px;
		opacity: .6
	}

	to {
		left: -38px;
		opacity: .6
	}
}

.track-content {
	margin-top: 35px;
	padding: 40px 20px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}

.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: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.mofang-textarea {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.search-result {
	/* display: none; */
	padding: 0 15px 0 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.search-result dl {
	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 {
	margin-right: 15px;
	margin-bottom: 0 !important;
	padding-right: 15px;
}

.search-result dl dt p:last-child {
	border-right: none;
}

.cin-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.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 #1d2088;
	margin: 0 auto;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.timeline-icon em {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #1d2088;
	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;
}