* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Montserrat', 'AlibabaPuHuiTi', 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;
}

.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);
}

.cin-textarea {
	display: block;
	width: 100%;
	height: 136px;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical;
	border: 1px solid #e6e6e6 !important;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.cin-textarea {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.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;
}

#top {
	display: flex;
	align-items: center;
	width: 100%;
	height: 88px;
	padding: 10px 0;
	background-color: #fff;
}

#top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#top .container .logo {
	width: 237px;
}

#top .container .logo img {
	display: block;
	width: 100%;
}

.nav-list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.nav-list>li {
	position: relative;
	margin: 0 20px;
}

.nav-list>li>a {
	position: relative;
	display: block;
	color: #000;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

#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;
	padding: 0 3px;
	font-size: 16px;
	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;
	/* background-image: linear-gradient(#009f52 20%, #09914f 60%, #006634); */
}

.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 {
	position: relative;
	display: flex;
	align-items: center;
}

.language-list {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	background: #fff;
	border: 1px solid #eee;
	display: none;
	z-index: 99989;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.language-list a {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.language-list a img {
	display: block;
	width: 35px;
	margin-right: 8px;
}

.language-list a:hover {
	background: #f5f5f5;
}

.language-btn {
	display: flex;
	align-items: center;
	width: 150px;
	height: 45px;
	margin: 0;
	background: #0e53fb;
}

.language-btn img {
	display: block;
	margin-right: 5px;
}

.language-btn h4 {
	font-size: 14px;
	margin-left: 5px;
}

.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;
}

#top.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: 32px;
	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: 16px;
	color: #7b7b7b;
}

#banner {
	display: flex;
	justify-content: center;
	position: relative;
	min-width: 1200px;
	height: 650px;
	overflow: hidden;
	background: #3285e1;
}

#banner img {
	position: absolute;
	width: 1920px;
	height: 600px;
	margin-left: -960px;
	left: 50%;
	bottom: 0;
}

.banner-slogan {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
}

.banner-slogan h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

.banner-slogan h3 {
	font-size: 40px;
}

.banner-slogan h2,
.banner-slogan h3 {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: upperodd;
}

#trace {
	position: relative;
	margin-top: -50px;
}

.search-content {
	width: 960px;
	height: 138px;
	margin: 0 auto;
	padding: 0 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F8F8FA;
	border-radius: 5px;
	box-shadow: 0 3px 10px #e3e3e3;
}

.search-box {
	display: flex;
	align-items: center;
	background: #fff;
	padding-left: 10px;
	flex: 1;
	border: 1px solid #eee;
}

.search-box .iconfont {
	color: #c1c1c1;
}

.search-box input {
	display: block;
	flex: 1;
	padding-left: 10px;
	border: none;
	border-radius: 0;
	height: 45px;
	font-size: 15px;
	outline: none;
	background: #fff;
}

.cin-button-blue {
	background: #0E53FB;
}

.cin-button-red {
	background: #f00;
}

.button-size {
	width: 181px;
	height: 45px;
	margin-left: 15px;
}

.small-tit {
	margin-bottom: 15px;
}

.small-tit h3 {
	font-size: 16px;
	color: #757575;
}

.index-search-btn {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.index-search-btn:hover {
	background: #0035bd;
}

#about {
	margin-top: 40px;
	padding-bottom: 50px;
}

.about-box {
	display: flex;
}

.instro .about-tit {
	width: 400px;
}

.instro .about-tit h2 {
	font-size: 28px;
	font-weight: bold;
	color: #424A53;
}

.instro .about-line {
	width: 45px;
	height: 3px;
	background: #0E53FB;
	margin: 20px 0;
}

.instro p {
	font-size: 16px;
}

.about-more-btn {
	width: 147px;
	height: 45px;
	margin-top: 20px;
	color: #fff !important;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

a.about-more-btn:hover {
	color: #eeeeee;
	background: #003dd1;
}

.company-box {
	display: flex;
	margin-left: 100px;
}

.company-box .quotation {
	margin-right: 40px;
}

.company-box .company-content p {
	font-size: 16px;
	color: #757575;
	line-height: 35px;
}

.more a {
	position: relative;
	display: inline-block;
	padding: 15px 50px 15px 30px;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(to right, #1355b3 0%, #137cc1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

}

.more a:hover {
	background: linear-gradient(to right, #1d9d50 0%, #058d3b);
}

.more a .arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0px, -50%);
}

.more .arrow img {
	width: 10px;
}

.about-content .more {
	margin-top: 30px;
	font-size: 15px;
}

#service {
	padding: 50px 0 50px 0;
	background: #F6F6F6;
}

.service-list-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	margin-top: 40px;
}

.service-list-card a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 385px;
	padding: 10px;
	padding-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 9;
	border: 1px solid #e7e7e7;
}


.service-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);
}

.service-list-card a .service-pic {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	overflow: hidden;
}

.service-list-card a .service-pic img {
	display: block;
	width: 100%;
}

.service-list-card .swiper-container {
	padding-bottom: 50px;
}

.service-content {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
}

.service-content h3 {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #5f5f5f;
}

.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 15px !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: #b4b4b4;
	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 #0E53FB;
	border-radius: 50%;
	background: none;
}

#news {
	margin-top: 50px;
}

#news .container {
	display: flex;
	margin-top: 40px;
}

#news .container .news-img {
	width: 610px;
}

#news .container .news-img img {
	display: block;
	width: 100%;
}

#news .container .news-list {
	flex: 1;
}

.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;
}


#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;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}

.contact-content dl:nth-last-child(-1n+2) {
	margin-bottom: 0;
}

.contact-content dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	border: 1px solid #e3e3e3;
}

.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: #0e53fb;
	font-size: 30px;
}

.contact-content dl dd {
	font-size: 16px;
	text-align: center;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	margin-top: 5px;
}

.contact-content dl dd h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.contact-content dl dd.address {
	font-size: 14px;
}

.contact-content dl dd p {
	font-size: 15px;
}

.contact-map {
	flex: 1;
}

#i-banner {
	position: relative;
	min-width: 1200px;
	height: 500px;
	overflow: hidden;
}

#i-banner img {
	position: absolute;
	width: 1920px;
	margin-left: -960px;
	left: 50%;
}

#i-banner .slide-full {
	background: rgba(0, 16, 137, 0.2);
	z-index: 99;
}

.slogan-box {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.slogan {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.slogan p,
.slogan h2 {
	color: #fff;
	font-weight: bold;
	font-family: 'AlibabaPuHuiTi-Heavy';
	letter-spacing: 2px;
	text-transform: upperodd;
}

.slogan h2 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 40px;
}

.slogan img {
	display: block;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.slogan p {
	font-size: 48px;
	text-shadow: 0 0 2px #a1a1a1;
}

.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;
}

.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;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}

.i-left {
	position: absolute;
	width: 280px;
	min-height: 300px;
	padding: 20px 25px 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: 900px;
	padding: 20px 30px 30px 30px;
	float: right;
}

.i-product-list {
	margin-top: 0px;
}

.i-product-list dl {
	width: 200px;
	margin: 0 10px 20px 10px;
	float: left;
}

.i-product-list dl dt {
	width: 200px;
	height: 142px;
}

.i-details {
	text-align: justify;
}

.i-detail-tit {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.i-detail-tit h1 {
	font-size: 28px;
	text-align: center;
}

.i-detail-tit .publish-time {
	font-size: 14px;
	margin: 5px 0;
	text-align: center;
	color: #666;
}

.i-detail-tit .publish-time span.hits {
	margin-left: 10px;
}

.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: 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: #0e53fb;
}

.i-new a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}


.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-top: 30px;
	background: #32373F;
	z-index: 99;
}

.footer-box .container {
	display: flex;
	justify-content: space-between;
}

.footer-box {
	padding-bottom: 15px;
	border-bottom: 1px solid #707070;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo img {
	display: block;
	width: 237px;
}

.footer-office {
	flex: 0 0 auto;
	margin: 0 auto;
}

.footer-office h2,
.footer-contact h2 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.office-add {
	display: flex;
}

.office-add span.iconfont {
	margin-right: 10px;
	width: 30px;
}

.office-add p {
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
}

.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: #f5f5f5;
}

.footer-contact-list dl dt span.iconfont {
	width: 30px;
	color: #f5f5f5;
	font-size: 24px;
}

.footer-contact-list dl dt p {
	flex: 1;
	font-size: 16px;
	color: #f5f5f5;
}

.copy {
	min-width: 1200px;
	padding: 10px;
	background: #32373F;
}

.copy p,
.copy p a {
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 3px;
	text-align: left;
}

@-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-container {
	width: 1000px;
	min-width: 1000px;
}

.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;
}

.order-info {
	display: flex;
	align-items: center;
}

.order-info li {
	font-size: 16px;
}

.order-info li {
	margin-right: 25px;
}

.order-info li .pot {
	margin: 0 3px;
}

.order-info li:last-child {
	margin-right: 0;
}

.delivery-img {
	margin-top: 5px;
}

.delivery-img img {
	display: block;
	max-width: 100px;
	width: 100%;
}

#close-modal .iconfont {
	color: #000;
	font-size: 20px;
}

.search-result dl dt p {
	margin-right: 15px;
	margin-bottom: 0 !important;
	padding-right: 15px;
	font-size: 16px;
}

.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 #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;
	line-height: 19px;
}

.timeline-content h3 span {
	font-size: 16px;
	font-weight: bold;
	margin-right: 6px;
}

.timeline-content p {
	font-size: 14px;
}

.timeline-item:first-child h3,
.timeline-item:first-child .timeline-content p {
	color: #fd600a;
}

@media (max-width:1500px) {
	.nav-list>li {
		margin: 0 10px;
	}

	.header-right .tel {
		padding: 5px 8px;
		border-radius: 16px;
	}

	.header-right .tel .iconfont {
		font-size: 24px;
	}

	.header-right .tel h3 {
		color: #fff;
		font-size: 18px;
		font-weight: normal;
	}
}