@charset "utf-8";

@font-face {
	font-family: "AlibabaPuHuiTi";
	src: url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.eot) format('embedded-opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.otf) format('opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.ttf) format('TrueType'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff) format('woff'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
}

@font-face {
	font-family: "AlibabaPuHuiTi-Heavy";
	src: url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.eot) format('embedded-opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.otf) format('opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.ttf) format('TrueType'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff) format('woff'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff2) format('woff2');
}

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "AlibabaPuHuiTi";
	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;
}

#top.fixed {
	position: fixed;
	padding: 0;
	top: 0;
	width: 100%;
	-webkit-animation: slideInDown 1s;
	animation: slideInDown 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 999999;
}

#top.fixed .logo {
	width: 250px;
}

@-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;
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: -1;
	background: rgba(0, 0, 0, 0.25);
}

#top {
	padding: 20px 0 10px 0;
	background: #005acd;
}

.head {
	position: relative;
	padding: 5px 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head .fanyi {
	position: absolute;
	right: 0;
}

.head .fanyi span.iconfont {
	color: #000;
	font-size: 40px;
}

#top .logo {
	max-width: 236px;
	color: rgb(255, 255, 255);
	cursor: pointer;
}

#top .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: #bbb;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #bbb;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #bbb;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #bbb;
}

.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;
	background: #005acd;
	overflow: hidden;
}

#track .container {
	padding-top: 100px;
	z-index: 99;
}

.track-decoration {
	position: absolute;
	top: 0;
	right: 0;
}

.track-content {
	padding: 40px 20px;
	border-radius: 20px;
	overflow: hidden;
	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;
	-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;
}

.button-size {
	width: 160px;
	height: 60px;
	font-size: 16px;
}

.cin-button-blue {
	background: #005acd;
}

.cin-button-red {
	background: #d60000;
}

.track {
	padding: 0 15px;
}

.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;
}

.good-info {
	display: flex;
	align-items: center;
}

.good-info p {
	width: 50%;
}

.good-info p,
.good-info p span {
	font-size: 14px;
}

.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;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.search-result {
	display: none;
	padding: 0 15px;
	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;
}

.content-box {
	display: flex;
	justify-content: center;
}

.content-box dl {
	margin: 0 15px;
}

.content-box dl dt img {
	display: block;
	max-width: 180px;
	margin: 0 auto;
}

.content-box dl dd {
	font-size: 17px;
	color: #cba43b;
	text-align: center;
	margin-top: 5px;
}

.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 #d60000;
}

.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: #d60000;
}

.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: #d60000;
}

.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);
}