﻿* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Montserrat', sans-serif;
	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: #1d2088;
	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%;
}

.iconfont {
	font-size: 24px;
	color: #fff;
}

.container {
	position: relative;
	max-width: 6.4rem;
	margin: 0 auto;
}

#page-box:after,
.product-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: 70px;
	padding: 0 10px;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 9999;
	max-width: 6.4rem;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
}

.logo {
	width: 2.9rem;
	max-width: 200px;
}

.logo img {
	width: 100%;
}


.nav-bar-tip {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	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);
}


#nav {
	position: fixed;
	pointer-events: none;
	top: 70px;
	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);
}

.track-bd {
	padding: 0.6rem 0.2rem;
}

.track-box h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #1d2088;
	margin-bottom: 20px;
}

.track-textarea {
	display: block;
	width: 100%;
	min-height: 120px;
	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;
}

.track-textarea {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.partner {
	padding: 0.5rem 0 0.5rem 0;
	background: #ececec;
}


.partner-box {
	background: #fff;
	position: relative;
	margin: 0.3rem 0.2rem 0 0.2rem;
	padding: 15px 10px 25px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	overflow: hidden;
}

.partner-list {
	display: flex;
	flex-wrap: wrap;
}

.partner-list a {
	position: relative;
	width: 33.3%;
	border: 1px solid #f1f1f1;
	margin-top: -1px;
	margin-right: -1px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
	overflow: hidden;
}

.partner-list a .partner-pic {
	display: flex;
	padding: 4px;
	transition: all .8s;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

.partner-list a .partner-pic img {
	display: inline-block;
	width: 100%;
}

/* .partner-list a:hover dt img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
} */
.partner-list a .partner-text {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	padding: 0 5px;
	overflow: hidden;
	color: #fff;
	transition: all .6s ease-out;
}

.partner-list a:hover .partner-text {
	height: 100%;
	background: rgba(29, 32, 136, 0.75);
}

.partner-list a .partner-text h3 {
	margin: 15% 0 6px 0;
	width: 100%;
	opacity: 0;
	top: 45%;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-shadow: 0 0 1px #333;
	transition: all .3s ease;
}

.partner-list a:hover .partner-text h3 {
	position: relative;
	opacity: 1;
	top: 0;
	text-align: center;
}

.partner-list a .partner-text p {
	top: 45%;
	opacity: 0;
	font-size: 14px;
	text-shadow: 0 0 1px #333;
	color: #e7e7e7;
	transition: all .5s ease .38s;
	text-align: center;

}

.partner-list a:hover .partner-text p {
	position: relative;
	top: 0;
	opacity: 1;
}

.partner-list li img {
	display: block;
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.partner-list li:hover {
	cursor: pointer;
}

.partner-list li:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}

.global {
	position: relative;
	color: #fff;
	padding: 0.6rem 0.2rem 0.6rem 0.2rem;
	background-image: linear-gradient(90deg, #1d2088, #0c37c5);
}

.global .index-tit h2,
.global .index-tit p {
	color: #fff;
}

.global-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}

.global-list li {
	position: relative;
	border-radius: 20px;
	margin-bottom: 80px;
	transition: all .3s;
	padding: 70px 30px 40px;
	background: #005acd;
}

.global-list li:last-child {
	margin-bottom: 0;
}

.global-card h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}

.global-card p {
	color: #dfdfdf;
	font-size: 14px;
	font-weight: normal;
}

.global-list li .icon-font {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

.global-list li .icon-font img {
	display: block;
	width: 100px;
}

.api-banner {
	padding: 50px 0;
	background-image: url(../images/api-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.api-bd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 0 0.2rem;
}

.api-content {
	flex: 1;
}

.api-content h1 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #212121;
	font-size: 28px;
	font-weight: 700;
}

.api-content h3 {
	font-size: 24px;
	font-weight: 700;
	background-image: linear-gradient(90deg, #0094ff, #6950ff, #c54bff);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	margin-bottom: 20px;
}

.api-content p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	margin-bottom: 16px;
}

.api-img img {
	display: block;
	width: 100%;
}

.api-instro li {
	position: relative;
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
	padding-left: 20px;
}

.api-instro li:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 5px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background: #216adb;
}

.solution {
	padding: 0.6rem 0;
}

.solution-bd {
	display: flex;
	align-items: center;
	padding: 0 0.2rem;
	flex-direction: column;
}

.solution-bd .solution-img img {
	display: block;
	width: 100%;
}

.solution-bd .solution-content {
	flex: 1;
	margin-top: 0.2rem;
}

.solution-bd .solution-content h2 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 28px;
}

.solution-list li {
	position: relative;
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
	padding-left: 20px;
}

.solution-list li:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 5px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background: #216adb;
}

.jion-bd {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 0.2rem;
	padding-bottom: 0.5rem;
}

.jion-content {
	flex: 1;
}

.jion-content h2 {
	font-size: 28px;
	margin-bottom: 15px;
}

.jion-content h2 span {
	color: #1d2088;
}

.jion-content p {
	font-size: 16px;
	font-weight: normal;
	color: #7f7f7f;
}

.jion-img img {
	display: block;
	width: 100%;
}

.jion-opportunity {
	padding: 50px 0.2rem;
	background: #f5f5f5;
}

.jion-opportunity>h2 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.jion-opportunity-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.jion-opportunity-list dl {
	width: 385px;
	padding: 20px;
	padding-top: 30px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
}

.jion-opportunity-list dl:last-child {
	margin-bottom: 0;
}

.jion-opportunity-list dl dt {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}

.jion-opportunity-list dl dt img {
	display: block;
	width: 70px;
}

.jion-opportunity-list dl dd h2 {
	font-size: 18px;
	margin-bottom: 5px;
}

.jion-opportunity-list dl dd p {
	font-size: 14px;
	color: #666;
}


.index-tit {
	text-align: center;
}

.index-tit h2 {
	position: relative;
	display: inline-block;
	color: #1d2088;
	font-size: 24px;
	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: 15px;
	color: #555;
}


.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: #1d2088 !important;
	margin-top: 10px;
	height: 46px;
	font-size: 16px;
	line-height: 46px;
	margin-top: 10px;
}

.help-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(/static/common/images/help-banner.jpg);
	background-position: center;
	background-size: cover;
	height: 230px;
	padding: 0 0.2rem;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

.art-search-box {
	width: 5rem;
}

.art-search-box input {
	display: block;
	width: 4rem;
	padding-left: 10px;
	border: none;
	border-radius: 0;
	height: 55px;
	font-size: 15px;
	outline: none;
	background: #fff;
	float: left;
}

.art-search-btn {
	position: relative;
	display: block;
	width: 1rem;
	height: 55px;
	background: #fff;
	float: left;
}

.art-search-btn img {
	position: absolute;
	display: block;
	width: 35px;
	margin: 0 auto;
	transform: translate(0px, -50%);
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
}

.i-menu-list {
	padding: 0 0.1rem;
	margin-top: 0.3rem;
	text-align: center;
}

.i-menu-list a {
	display: inline-block;
	font-size: 13px;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 10px 10px 10px;
	text-shadow: 0 1px 0 #fff;
	background: #f5f5f5;
}

.contact-tit h2 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.i-about {
	margin-top: 20px;
}

.i-about-pic {
	margin-bottom: 10px;
}

.i-about-pic img {
	display: block;
	width: 100%;
	max-width: 640px;
}

.i-about-content {
	padding: 0 0.25rem;
}

.i-about-content p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 25px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

.i-about-content img {
	width: 100%;
}

.i-about-content>h3 {
	margin-bottom: 20px;
}

.i-about-content>h3,
.i-about-content>h3 strong {
	font-size: 20px;

}

.i-contact-bd {
	padding: 0.2rem;
}


.i-contact-instro h1 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}

.i-contact-instro h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #444;
}

.i-contact-instro p {
	font-size: 18px;
	line-height: 1.8;
	color: #666;
}

.i-contact-bd .i-contact-pic {
	margin-top: 20px;
}

.i-contact-bd .i-contact-pic img {
	width: 100%;
	max-width: 6rem
}

.i-contact-list {
	margin-top: 20px;
}

.i-contact-list dl {
	display: flex;
	align-items: center;
}

.i-contact-list dl dt {
	width: 30px;
	margin-right: 5px;
}

.i-contact-list dl dt img {
	display: block;
	width: 30px;
}

.i-contact-list dl dd a {
	font-size: 18px;
}

.i-news {
	margin-top: 0.3rem;
	padding: 0 .2rem;
}

.i-news .noinfo {
	font-size: 16px;
	text-align: center;
}

.i-news a {
	position: relative;
	display: flex;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}

.i-news a p.name {
	color: #0045c9;
	font-size: 14px;
	margin-right: 5px;
}

.i-news a h3 {
	flex: 1;
	font-size: 14px;
}

.i-news a span {
	width: 100px;
	font-size: 12px;
	text-align: right;
}

.i-news a:before {
	background: #1e2996;
}

.i-news a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.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;
}


#bottom {
	margin-top: auto;
}

.f-nav li {
	padding: 15px 10px;
	background: #fff;
	border-bottom: 1px solid #dbdbdb;
}

.f-nav li h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.f-nav li h3.active .arrow img {
	transform: rotate(180deg);
}

.f-nav li h3 .arrow img {
	width: 26px;
}

.f-nav-list {
	display: none;
}

.f-nav-list a {
	display: block;
	padding: 10px 5px;
	color: #8b8b8b;
	border-bottom: 1px solid #eee;
}

.f-nav-list a:last-child {
	border-bottom: 0;
}

.footer-contact-box {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.footer-contact-box h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222222;
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-contact-box h2 img {
	display: block;
	width: 30px;
	margin-right: 5px;
}

.footer-contact-box p {
	font-size: 14px;
	line-height: 1.5;
}

#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: #d60000;
}

.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;
}

.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: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.search-result dl dt p:last-child {
	border-right: none;
}

.search-result dl dt .delivery-status {
	margin-top: 20px;
}

.search-result dl dt .delivery-status .delivery-instro {
	display: flex;
	align-items: center;
}

.delivery-icon img {
	width: 50px;
}

.delivery-instro h3 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}

.delivery-pic img {
	display: block;
	max-width: 4rem;
}

.timeline p.no-track-data {
	font-size: 14px;
}

.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;
}