@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Montserrat', sans-serif, 'arial', 'STHeiti', "SimHei";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #276bf4;
	text-decoration: underline;
}

a:active {
	color: #333333;
}

div {
	font-size: 12px;
}

p {
	color: #333;
	font-size: 12px;
}

.iconfont {
	font-size: 24px;
	color: #fff;
}

strong,
strong span {
	font-weight: bold;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-list:after,
.container:after,
.partner-list:after,
.inner-content:after,
.footer-content:after,
.problem-list:after,
.i-contact:after,
.i-banner-container:after {
	content: "";
	display: table;
	clear: both;
}

@-webkit-keyframes caption-top {
	0% {
		-webkit-transform: translate(0, -40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes caption-top {
	0% {
		transform: translate(0, -40px);
		opacity: 0;
	}

	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@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
	}
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.container {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: -1;
	background: rgba(0, 0, 0, 0.25);
}

#top {
	padding: 20px 0;
}

.logo {
	max-width: 200px;
	color: rgb(255, 255, 255);
	cursor: pointer;
}

.logo img {
	display: block;
	width: 100%;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/*Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

.top-center {
	display: table;
	height: 75px;
}

input::-webkit-input-placeholder {
	color: #acacac;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #acacac;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #acacac;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #acacac;
}

.index-search-box {
	width: 400px;
	float: left;
}

.index-search-box input {
	display: block;
	width: 300px;
	padding-left: 10px;
	border: none;
	border-radius: 0;
	height: 55px;
	font-size: 15px;
	outline: none;
	background: #fff;
	float: left;
}

.index-search-btn {
	position: relative;
	display: block;
	width: 60px;
	height: 55px;
	background: #fff;
	float: left;
}

.index-search-btn img {
	position: absolute;
	display: block;
	width: 35px;
	margin: 0 auto;
	transform: translate(0px, -50%);
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
}

.index-tit {
	text-align: center;
}

.f-tit h2 {
	color: #fff;
}

.index-tit h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.index-tit p {
	margin-top: 20px;
	padding: 0 40px;
	line-height: 24px;
	font-size: 14px;
	color: #555;
}

.f-tit p {
	color: #f5f5f5;
}

.xian {
	width: 50px;
	height: 3px;
	margin: 0 auto;
}

.xian .hong {
	width: 50%;
	float: left;
	height: 3px;
	background: #fc0;
}

.xian .lan {
	width: 50%;
	float: left;
	height: 3px;
	background: #00479c;
}

#track {
	position: relative;
	min-height: 500px;
	padding-bottom: 40px;
	overflow: hidden;
}

#track .container {
	z-index: 99;
}

.track {
	padding: 50px 0;
	background: #f8f8f8;
}

.track-title {
	margin: 0 0 20px 0;
}

.track-title p,
.track-title h1 {
	font-size: 16px;
	text-align: center;
}

.track-title h1 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 8px;
}

.track-box {
	display: flex;
	align-items: center;
	padding: 20px 15px;
	border-radius: 5px;
	margin-top: 10px;
	background: #487aaf;
}

.track-box h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	width: 260px;
}

.track-content {
	padding: 5px 0 40px 0;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}

.cin-button {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	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;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
}

.cin-button:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	color: #fff;
}

.cin-button.disabled {
	opacity: 0.5;
	color: #fff;
	cursor: not-allowed;
}

.button-size {
	width: 160px;
	height: 60px;
	font-size: 16px;
}

.cin-button-blue {
	background: #53c678;
	margin-left: 15px;
}

.cin-button-red {
	background: #d60000;
}

.track-tit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.track-tit span.iconfont {
	color: #000;
	font-size: 46px;
}

.track-tit h2 {
	font-size: 30px;
	padding-left: 10px;
	font-family: "AlibabaPuHuiTi-Heavy";
}

.track-orderno {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.track-orderno,
.track-orderno span {
	font-size: 16px;
	font-weight: bold;
}

.cin-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mofang-textarea {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 20px;
	font-size: 15px;
	padding: 6px 10px;
	resize: vertical;
	border: 1px solid #f1f1f1 !important;
	background-color: #f1f1f1;
	border-radius: 2px;
}

.mofang-textarea {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.search-result {
	display: none;
	padding: 0 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.search-result p.noinfo {
	font-size: 14px;
}

.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;
}

.tips {
	margin-top: 55px;
}

.tips h2 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}

.tips p,
.track-features li {
	font-size: 16px;
	margin-bottom: 10px;
}

.track-features li {
	list-style: disc;
	margin-left: 30px;
}

p.track-steps {
	text-indent: 1em;
}

p.track-steps span {
	font-weight: bold;
}

p.italics {
	font-style: italic;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.cin-table {
	width: 100%;
}

table {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #e0e0e0;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table th {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #e0e0e0;
}

table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #e0e0e0;
}

table td p {
	margin-bottom: 5px !important;
}

table td,
table th {
	font-size: 14px;
}

table tbody tr:hover,
table thead tr,
table[lay-even] tr:nth-child(even) {
	background-color: #f2f2f2;
}

.cin-table table th {
	color: #000;
}

.cin-table tbody tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.timeline {
	padding-left: 5px;
	font-size: 14px;
}

.timeline-item {
	position: relative;
	padding-bottom: 15px;
}

.timeline-item:first-child .timeline-icon:after {
	border: 1px solid #0f9138;
}

.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 #333;
	margin: 0 auto;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.timeline-icon em {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #333;
	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: #0f9138;
}

.timeline-content {
	padding-left: 25px;
}

.timeline-content h3 {
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.timeline-content p {
	font-size: 14px;
}

.timeline-item:first-child h3,
.timeline-item:first-child .timeline-content p {
	color: #0f9138;
}

.timeline p {
	font-size: 14px;
}

#contact {
	padding: 40px 0;
}

.contact-list {
	display: flex;
	align-content: center;
	justify-content: space-between;
}

.contact-list dl {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 230px;
	padding: 40px 20px;
	background: #eee;
	border-radius: 16px;
	overflow: hidden;
}

.contact-list dl dt {
	margin-bottom: 15px;
}

.contact-list dl dt .icon {
	font-size: 40px;
	color: #000;
}

.contact-list dl dd {
	font-size: 18px;
	color: #000;
}

.contact-list dl dd.address {
	font-size: 16px;
	text-align: center;
}

#footer {
	position: relative;
	padding: 30px 0;
	background: #1d1d1d;
	border-top: 2px solid #00479c;
	border-bottom: 1px solid #353535;
	z-index: 99;
}

.f-nav {
	float: left;
}

.f-nav li {
	margin-right: 105px;
	float: left;
}

.f-nav li h3 {
	font-size: 16px;
	color: #a4a4a4;
	margin-bottom: 20px;
}

.f-nav li a {
	display: block;
	font-size: 13px;
	color: #F5F5F5;
	margin-bottom: 10px;
}

.f-code {
	padding-left: 50px;
	border-left: 1px solid #565656;
	float: left;
}

.f-code img {
	display: block;
	width: 130px;
	margin-bottom: 5px;
}

.f-code p {
	font-size: 13px;
	text-align: center;
	color: #A5A5A5;
}

.f-tel {
	width: 200px;
	margin-left: 60px;
	float: left;
}

.f-tel .b-logo {
	width: 60px;
	margin: 0 auto;
}

.f-tel .b-logo img {
	display: block;
	width: 60px;
}

.f-tel .txt {
	padding: 5px 15px;
	border: 1px solid #00479c;
	text-align: center;
	margin-bottom: 15px;
}

.f-tel .txt img {
	display: inline-block;
	width: 25px;
	vertical-align: middle;
}

.f-tel .txt span {
	color: #00479c;
	font-size: 13px;
	line-height: 24px;
	vertical-align: middle;
}

.f-tel .f-num {
	font-size: 22px;
	text-align: center;
	color: #00479c;
	font-weight: bold;
}

#copy {
	position: relative;
	padding: 8px 0;
	background: #000;
	margin-top: auto;
}

#copy p {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}

#copy a,
#copy p {
	color: #8A8A8A;
}

@-webkit-keyframes moFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes moFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes caption-right {
	0% {
		-webkit-transform: translate(2000px, 0);
		transform: translate(2000px, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes caption-right {
	0% {
		transform: translate(2000px, 0);
		opacity: 0;
	}

	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes caption-left {
	0% {
		transform: translate(-2000px, 0);
		opacity: 0;
	}

	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes caption-left {
	0% {
		-webkit-transform: translate(-2000px, 0);
		transform: translate(-2000px, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

.swiper-slide-active .banner-text .w-text-01 {
	-webkit-animation: caption-left 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
	animation: caption-left 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}

.swiper-slide-active .banner-text .w-text-02 {
	-webkit-animation: caption-right 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
	animation: caption-right 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}