﻿* {
	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;
	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,
.map: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;
}

textarea::-webkit-input-placeholder {
	color: #bbb;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #bbb;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #bbb;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #bbb;
}

.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%;
	padding: 0 30px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

#top .container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 85px;
}

#top .logo {
	width: 200px;
}

#top .logo img {
	display: block;
	width: 100%;
}

.nav-list {
	max-width: 1200px;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	text-align: center;
	justify-content: center;
}

.nav-list>li {
	position: relative;
	margin: 0 30px;
}

.nav-list>li>a {
	position: relative;
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}

#top.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-animation: caption-down 1s;
	animation: caption-down 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 999999;
}

#top.fixed .logo img {
	-moz-transform: scale(.888);
	-ms-transform: scale(.888);
	-o-transform: scale(.888);
	-webkit-transform: scale(.888);
	transform: scale(.888);
}

#top.fixed .nav-list>li>a {
	color: #000;
}

.nav-list>li>a:hover {
	text-decoration: none;
}

.nav-list>li>a span {
	display: block;
	color: #000;
	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: 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;
}

.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;
}

.track-bd {
	padding: 60px 0;
}

.track-bd .container {
	width: 1000px;
	min-width: 1000px;
}

.track-box h2 {
	font-size: 36px;
	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;
}

.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 .track-orderno {
	font-size: 16px;
}

.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;
}

.search-result dl dt .delivery-status {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.search-result dl dt .delivery-status .delivery-instro {
	display: flex;
	align-items: center;
	margin-right: 50px;
}

.delivery-icon img {
	width: 60px;
}

.delivery-instro h3 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}

.delivery-pic img {
	display: block;
	max-width: 250px;
}

.timeline p.no-track-data {
	font-size: 14px;
}

.cin-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.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;
}

.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;
}

.index-tit {
	text-align: center;
}

.index-tit h2 {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	font-family: 'AlibabaPuHuiTi-Heavy';
	text-transform: upperodd;
}

.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: #000;
}

.partner {
	padding: 60px 0 60px 0;
	background: #ececec;
}

.partner-decoration {
	position: absolute;
	top: 0;
	right: 0;
}

.partner-box {
	background: #fff;
	position: relative;
	box-shadow: 0 3px 8px #c9c9c9;
	padding: 15px 10px 25px 10px;
	border-radius: 10px;
	margin-top: 30px;
	overflow: hidden;
}

.partner-list {
	display: flex;
	flex-wrap: wrap;
}

.partner-list a {
	position: relative;
	width: 16.7%;
	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;
	height: 84px;
	padding: 3px;
	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;
	justify-content: center;
	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 {
	width: 100%;
	opacity: 0;
	font-size: 18px;
	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-top: 60px;
	background-image: linear-gradient(90deg, #1d2088, #0c37c5);
}

.global .index-tit p {
	color: #fff;
}

.global-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}

.global-list li {
	position: relative;
	width: 585px;
	border-radius: 20px;
	margin-bottom: 80px;
	transition: all .3s;
	padding: 70px 30px 40px;
	background: #005acd;
}

.global-card h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.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;
}

.jion-bd {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jion-content {
	flex: 1;
}

.jion-content h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

.jion-content h2 span {
	color: #1d2088;
}

.jion-content p {
	font-size: 20px;
}

.jion-img {
	display: block;
	width: 600px;
	margin-left: 15px;
}

.jion-opportunity {
	padding: 50px 0;
	background: #f5f5f5;
}

.jion-opportunity>h2 {
	text-align: center;
	font-size: 36px;
	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 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: 10px;
	font-weight: bold;
}

.jion-opportunity-list dl dd p {
	font-size: 14px;
	color: #666;
}

.api-banner {
	padding: 50px 0;
	background-image: url(../image/api-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.api-bd {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.api-content {
	flex: 1;
}

.api-content h1 {
	margin-top: 0;
	margin-bottom: 40px;
	color: #212121;
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
}

.api-content h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	background-image: linear-gradient(90deg, #0094ff, #6950ff, #c54bff);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	margin-bottom: 30px;
}

.api-content p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
	margin-bottom: 16px;
}

.api-img {
	width: 500px;
	margin-left: 20px;
}

.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: 80px 0;
}

.solution-bd {
	display: flex;
	align-items: center;
}

.solution-bd .solution-img {
	width: 600px;
	margin-right: 40px;
}

.solution-bd .solution-img img {
	display: block;
	width: 100%;
}

.solution-bd .solution-content {
	flex: 1;
}

.solution-bd .solution-content h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 20px;
}

.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;
}

#inner {
	padding: 40px 0;
	background: #f3f3f3;
}

.i-bread-nav p span {
	font-family: serif;
}

.i-bread-nav img {
	display: inline-block;
	width: 25px;
	vertical-align: middle;

}

.i-bread-nav p {
	display: inline-block;
	font-size: 14px;
	padding-left: 3px;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
}

.inner-content {
	position: relative;
	margin-top: 40px;
	background: #fff;
	box-shadow: 0 0 5px #e0e0e0;
}

.track-content {
	padding: 35px;
}

.i-left {
	position: absolute;
	width: 250px;
	min-height: 300px;
	padding: 30px 20px;
	border-right: 1px solid #eee;
	top: 0;
	left: 0;
	bottom: 0;
}

.i-tit {
	margin-bottom: 20px;
}

.i-line {
	width: 28px;
	height: 2px;
	background: #1d2088;
	margin: 10px 0;
}

.i-tit h3 {
	font-size: 16px;
}

.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;
	border-bottom: 1px solid#1d2088;
}

.i-right {
	width: 950px;
	padding: 30px;
	float: right;
}

.i-right>p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 25px
}

.i-right>h3 {
	margin-bottom: 20px;
}

.i-right>h3,
.i-right>h3 strong {
	font-size: 20px;

}

.i-detail {
	padding-top: 40px;
	text-align: justify;
}

.i-detail h1 {
	font-size: 24px;
	text-align: center;
}

.i-detail-con {
	padding-top: 30px;
}

.i-detail-con p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

.i-detail-con img {
	max-width: 900px;
}

.i-search-content {
	padding: 40px;
	margin-top: 0 !important;
}

.help-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../image/help-banner.jpg);
	background-position: center;
	background-size: cover;
	height: 300px;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}

.art-search-box {
	width: 700px;
}

.art-search-box input {
	display: block;
	width: 600px;
	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: 60px;
	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-details {
	padding-top: 20px;
	text-align: justify;
}

.i-details h1 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 5px;
}

.i-detai-attr {
	margin-bottom: 30px;
}

.i-detai-attr p {
	font-size: 14px;
	text-align: center;
	color: #555;
}

.i-details p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px
}

.i-pic {
	text-align: center;
}

.i-pic img {
	max-width: 1150px;
}

.i-details-con {
	padding-top: 30px;
}

.i-details-con img,
.i-details p img {
	max-width: 860px;
	vertical-align: top;
}

.i-new a {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}

.i-new a p.name {
	color: #0045c9;
	font-size: 15px;
	margin-right: 5px;
}

.i-new a h3 {
	flex: 1;
	font-size: 15px;
}

.i-new a span {
	width: 100px;
	font-size: 13px;
	text-align: right;
}

.i-new a:before {
	background: #0045c9;
}

.i-new a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.i-new .noinfo {
	font-size: 16px;
	text-align: center;
}

.contact-tit h2 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.i-contact-bd {
	display: flex;
}

.i-contact-bd .i-contact-box {
	width: 600px;
	margin-right: 30px;
}

.i-contact-instro h1 {
	font-size: 44px;
	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 {
	flex: 1;
}

.i-contact-bd .i-contact-pic img {
	width: 100%;
	max-width: 580px;
}

.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;
}

#footer {
	position: relative;
	padding: 30px 0;
	background: #e9e9e9;
	z-index: 99;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo img {
	width: 220px;
}

.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: #222222;
	margin-bottom: 20px;
}

.f-nav li a {
	display: block;
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 10px;
}

.f-nav li a:hover {
	color: #000;
}

.footer-contact-box h2 {
	display: flex;
	align-items: center;
	color: #222222;
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-contact-box h2 img {
	display: block;
	width: 30px;
	margin-right: 5px;
}

.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-contact-box {
	width: 300px;
}

.footer-contact-content {
	font-size: 14px;
	line-height: 1.5;
}

.footer-line {
	width: 1px;
	background: #b5b5b5;
}

.footer-code {
	display: flex;
	align-items: center;
}

.footer-code dl dt img {
	width: 140px;
}

.footer-code dl dd {
	font-size: 14px;
	color: #7c7c7c;
	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: #999;
	font-size: 12px;
	margin-bottom: 3px;
}

.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;
}