@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 {
	padding: 30px 0;
}

#top .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

#top .logo img {
	display: block;
	max-width: 191px;
}

#nav {
	width: 100%;
	height: 70px;
	padding: 0 30px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-top: 1px solid #eee;
	z-index: 9999;
}

.nav-list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	justify-content: center;
}

.nav-list>li {
	position: relative;
	margin: 0 30px;
}

.nav-list>li>a {
	position: relative;
	display: inline-block;
	color: #000;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

#nav.fixed .nav-list>li>a {
	color: #000;
}

.nav-list>li>a:hover {
	text-decoration: none;
}

.nav-list>li>a span {
	display: block;
	color: #000;
	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: #1d2088;
	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: #1d2088;
	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: 12px;
	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;
}

.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;
}

.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;
}

#nav.fixed {
	position: fixed;
	-webkit-animation: caption-down .5s;
	animation: caption-down .5s;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	align-items: center;
	box-shadow: 0 0 5px #bdbdbd;
}


.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;
}

#banner {
	position: relative;
	min-width: 1200px;
	height: calc(100vh - 191px);
	overflow: hidden;
}

#canvas {
	position: absolute;
	width: 100%;
	height: 100%;
}

.banner-txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.banner-txt h2 {
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	font-family: "AlibabaPuHuiTi-Heavy";
	margin-bottom: 30px;
}

.banner-txt p {
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	font-family: "AlibabaPuHuiTi-Heavy";

}

#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 #1d2088;
	border-radius: 50%;
	background: none;
}

/*.swiper-button-next, .swiper-button-prev {
	display: none;
}
*/
/*.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	display: block;
}*/

.cus-arrow .swiper-container .hide {
	opacity: 0;
}

.cus-arrow .swiper-button-next,
.cus-arrow .swiper-button-prev {
	transition: opacity 0.5s;
}

.cus-arrow .swiper-button-prev {
	left: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next {
	right: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next,
.cus-arrow .swiper-button-prev {
	width: 18px !important;
	height: 29px !important;
	background-size: 18px 29px !important;
}

.cus-arrow .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

.express-search {
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	width: 100%;
	height: 60px;
	z-index: 99;

}

.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;
}

#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 {
	position: relative;
	width: 380px;
	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;
	transition: .4s;
}

.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: #2971de;
	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: 30px;
	font-family: 'AlibabaPuHuiTi-Heavy';
}

.business-list-card a:hover .business-tit h2 {
	color: #1d2088;
}

.business-tit p {
	text-align: center;
	font-size: 15px;
	color: #808080;
}

.business-content h3 {
	font-size: 18px;
	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: rgb(39 107 244 / 50%);
	border-radius: 50%;
	z-index: -1;
}

.why-header {
	height: 400px;
	padding-top: 40px;
	background: #1355b3;
}

.why-header h2 {
	color: #fff;
}

.why-header p {
	color: #d3d3d3;
}

.why-content {
	min-height: 300px;
	padding: 30px 0;
	background: #fff;
	border-radius: 12px;
	margin-top: -210px;
}

.why-content li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 25px;
}

.why-content li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.why-content li .why-pic,
.why-content li .why-txt {
	width: 600px;
}

.why-content li .why-txt {
	padding: 0 40px;
}

.why-content li .why-pic {
	position: relative;
	padding: 0 20px;

}

.why-content li .why-pic img {
	display: block;
	max-width: 560px;
}

.why-content li .why-txt h2 {
	font-size: 34px;
	margin-bottom: 20px;
	font-family: "AlibabaPuHuiTi-Heavy";

}

.why-content li .why-txt h2 span {
	color: #216adb;
	font-family: "AlibabaPuHuiTi-Heavy";
}

.why-content li .why-txt p {
	font-size: 20px;
}

.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 img {}

.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;
}

.process-list {
	margin: 0 -10px;
}

.process-list dl {
	position: relative;
	width: 224px;
	padding: 50px 25px 30px 25px;
	margin: 0 10px;
	background: #fdfdfd;
	box-shadow: 0 0 5px #ddd;
	float: left;
}

.process-list dl .num {
	width: 52px;
	height: 52px;
	background: #4b79fc;
	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(33, 171, 215, .1);
	content: "";
	position: absolute;
	left: -7px;
	top: -7px;
	border-radius: 50%;
}

.process-list dl .num:after {
	width: 80px;
	height: 80px;
	background: rgba(33, 171, 215, .05);
	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: 16px;
	margin: 10px 0;
}

.process-list dl dd p {
	font-size: 13px;
	line-height: 22px;
	color: #666;
}

#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, #1355b3 0%, #043982);
}

.more a:hover {
	background: linear-gradient(to right, #f6ab00 0%, #df9c00);
}

.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;
	padding: 20px 0 0 0;
	border: 1px solid #e7e7e7;
	border-radius: 15px;
}

.news-bd li h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
}

.news-bd li .news-img {
	width: 378px;
	height: 150px;
	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: #216adb;
}

.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: 250px;
	overflow: hidden;
}

#i-banner img {
	position: absolute;
	display: block;
	width: 2000px;
	height: 250px;
	margin-left: -1000px;
	left: 50%;
}

#i-banner .slide-full {
	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;
}

.slogan p,
.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: 26px;
	font-family: 'AlibabaPuHuiTi';
}

.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 {
	padding-top: 40px;
	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: #216adb;
}

.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: 250px;
	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: #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-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 dd {
	font-size: 14px;
	color: #adadad;
	text-align: center;
}

.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;
}

#link {
	min-width: 1200px;
	padding: 10px;
	background: #000;
}

#link a {
	text-align: center;
	color: #3d3d3d;
	font-size: 12px;
	margin-bottom: 3px;
	margin-right: 3px;
}

#link a:last-child {
	margin-right: none;
}

@-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 #216adb;
	margin: 0 auto;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.timeline-icon em {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #216adb;
	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;
}