* {
	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: #e10000;
	text-decoration: none;
}

a:active {
	color: #333333;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #fff;
}

html {
	height: 100%;
}

p,
div {
	color: #333;
	font-size: 12px;
}

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 tr {
	transition: all .3s;
	-webkit-transition: all .3s;
}

table tbody tr:hover,
table thead tr,
table[lay-even] tr:nth-child(even) {
	background-color: #f2f2f2;
}

table td,
table th {
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
}

table td,
table th {
	padding: 9px 15px;
	min-height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
}

table td p {
	font-size: 14px !important;
	margin-bottom: 5px !important;
}

table td,
table th {
	font-size: 14px;
}

body {
	background: #fff;
}

.container {
	position: relative;
	max-width: 6.4rem;
	margin: 0 auto;
}

#page-box:after,
.product-list:after,
.advantage:after,
.pro-list:after,
.search-info:after,
.app-list:after,
.contact:after {
	content: '';
	clear: both;
	display: table;

}

.cur {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	-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: 75px;
	padding: 0 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 9999;
}

.logo {
	width: 3.3rem;
	max-width: 160px;
}

.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) */

}

.nav-bar-tip {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding-right: 5px;
	color: #000;
}

.nav-bar {
	display: inline-block;
	vertical-align: middle;
}

.nav-bar [class^="line"] {
	background: #000;
	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);
}

.layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s;
	-webkit-transition: all .3s;
	pointer-events: none;
}

#nav {
	position: fixed;
	pointer-events: none;
	top: 75px;
	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: 5px 15px 5px 0;
}

.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);
}

.banner {
	overflow: hidden;
}

.swiper-container,
.swiper-container1 {
	width: 100%;
	height: 100%;
}

.swiper-container:hover,
.swiper-container1:hover {
	cursor: pointer;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	/*	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
*/
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	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) */
}

.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 25px !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: #1e2996;
	margin: 0 5px !important;
	opacity: 1;
}

.banner .banner-paper .swiper-pagination-bullet {
	background: #fff;
}

.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 #ff0000;
	border-radius: 50%;
	background: none !important;
}

.index-tit {
	text-align: center;
}

.f-tit h2 {
	color: #fff;
}

.index-tit h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 0.3rem;
}

.index-tit p {
	margin-top: 0.3rem;
	padding: 0 0.15rem;
	line-height: 20px;
	font-size: 14px;
	color: #555;
}

.f-tit p {
	color: #f5f5f5;
}

.xian {
	width: 40px;
	height: 2px;
	margin: 0 auto;
}

.xian .hong {
	width: 50%;
	float: left;
	height: 2px;
	background: #13227a;
}

.xian .lan {
	width: 50%;
	float: left;
	height: 2px;
	background: #fa0507;
}

.index-search-box {
	padding: 30px 0.15rem;
	background: #eee;
}

.index-search-input {
	width: 100%;
	border: 1px solid #fff;
	padding: 0 10px;
	background: #fff;
	opacity: .8;
	height: 40px;
	vertical-align: bottom;
}

.index-search-btn {
	width: 100%;
	border: none;
	color: #fff;
	font-size: 14px;
	background: #13227a;
	padding: 11px 10px;
	margin-top: 10px;
	vertical-align: bottom;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.odd {
	padding: 0.4rem 0.2rem;
	overflow: hidden;
}

.odd-list {
	margin-top: 0.4rem;
}

.odd-list dl {
	padding: 30px 25px;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 0.2rem;
	background-size: 55%;
}

.odd-list dl:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.odd-list dl:hover {
	background: #fff;
	box-shadow: 0px 6px 15px 0px rgba(59, 59, 59, 0.21);
}

.odd-list dl dt {
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
}

.odd-list dl dt img {
	display: block;
	width: 55px;
	margin: 0 auto;
}

.odd-list dl dd {
	text-align: center;
}

.odd-list dl dd h2 {
	font-size: 17px;
	color: #333333;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.odd-list dl dd p {
	font-size: 14px;
	color: #929292;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 0;
}


.about {
	padding: 0.3rem 0.2rem;
	background: #f3f3f3;
}

.about-bd {
	display: flex;
	flex-direction: column;
	margin-top: 0.3rem;
}

.about-pic {}

.about-pic img {
	display: block;
	width: 100%;
}

.about-content {
	margin-top: 0.3rem;
}

.about-content h2 {
	font-weight: 600 !important;
	font-size: 20px;
	margin-bottom: 0.2rem;
}

.about-content p {
	font-size: 16px;
	line-height: 1.75;
	word-break: break-all;
	color: #757575;
}



.more {
	text-align: center;
}

.more a {
	display: inline-block;
	color: #fff !important;
	background-color: #13227a;
	border-width: 0px;
	border-radius: 5px;
	padding: 10px 20px 8px 20px;
	margin: 15px 0;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.more a:hover {
	color: #fff;
	background-color: #ec271e;
	text-decoration: none;
}


.news {
	padding: 0.4rem 0;
	background: #f3f3f3;
}

.news-list {
	margin-top: 0.2rem;
	padding: 15px 15px 5px 25px;
}

.news-list dl {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.news-list a {
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #777;
	text-shadow: 0 1px 0 #fff;
}

.news-list a:before {
	background: #13227a;
}

.news-list a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: -12px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.news-list a:before {
	background: #13227a;
}

.news-list a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: -12px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.weixin {
	position: fixed;
	right: 10px;
	bottom: 30%;
	display: flex;
	background-color: rgb(26, 173, 25);
	color: rgb(255, 255, 255);
	border-radius: 45px;
	width: 45px;
	height: 45px;
	align-items: center;
	z-index: 99;
	overflow: hidden;
}

.weixin img {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
}

.sjh-wechat {
	z-index: 2;
	position: absolute;
	display: block;
	top: 0;
	left: -15px;
	height: 45px;
	width: 25px;
	background-image: url(../images/tiaowen-img.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-animation: move 3s infinite both;
	animation: move 3s infinite both;
}

@-webkit-keyframes move {
	0% {
		left: -150px;
		opacity: .6
	}

	25% {
		left: 100%;
		opacity: .2
	}

	50% {
		left: 100%;
		opacity: .2
	}

	75% {
		left: -40px;
		opacity: .6
	}

	to {
		left: -40px;
		opacity: .6
	}
}

@keyframes move {
	0% {
		left: -40px;
		opacity: .6
	}

	25% {
		left: 100%;
		opacity: .2
	}

	50% {
		left: 100%;
		opacity: .2
	}

	75% {
		left: -40px;
		opacity: .6
	}

	to {
		left: -40px;
		opacity: .6
	}
}

#layer {
	display: none;
}

#layer * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.layer-main,
.layer-shade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.layer-main {
	display: table;
	pointer-events: none;
	z-index: 500;
}

.layer-shade {
	background-color: rgba(0, 0, 0, .7);
	z-index: 400;
}

.layer-scale {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.layer-section {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.layer-scale {
	width: 90%;
	max-width: 640px;
}

.layer-scale {
	position: relative;
	display: inline-block;
	text-align: left;
	background-color: #fff;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
}

.layer-con {
	padding: 20px 15px;
	text-align: center;
}

.layer-con img {
	width: 50px;
}

.layer-con p {
	font-size: 14px;
	line-height: 23px;
}

.layer-con p.times {
	text-align: center;
	font-size: 15px;
}

.layer-con p.times span {
	color: #EB0003;
}

.layer-con p.fail {
	text-align: center;
	font-size: 15px;
}

.layer-btn {
	padding: 13px 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #1aad19;
	cursor: pointer;
}

.copy-success {
	font-size: 18px !important;
	font-weight: bold;
}

.weixin-close {
	position: absolute;
	top: 15px;
	right: 15px;
}

.weixin-close img {
	display: block;
	width: 20px;
	height: auto;
}

#quick-nav {
	position: fixed;
	width: 100%;
	background: #13227a;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #0099f1;
	z-index: 9900;
}

.quick-nav-list {
	display: flex;
	align-items: center;
	height: 60px;
}

.quick-nav-list dl {
	width: 33.33%;
	text-align: center;
	float: left;
	border-right: 1px solid #65c7ff;
}

.quick-nav-list dl:first-child {
	border-left: none;
}

.quick-nav-list dl:last-child {
	border-right: none;
}

.quick-nav-list dl a {
	display: block;
}

.quick-nav-list dl dt img {
	display: block;
	width: 25px;
	margin: 0 auto;
	margin-bottom: 2px;
}

.quick-nav-list dd {
	color: #fff;
	font-size: 13px;
}

.contact {
	padding: 0.3rem 0.2rem;
}

.contact-tit {
	padding: 0 0 20px 0;
}

.contact-tit .circle {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	border: 2px solid #1366ff;
}

.contact-tit h2 {
	display: inline-block;
	padding-left: 5px;
	font-size: 18px;
	font-weight: bold;
}

.contact-list li {
	position: relative;
	padding: 20px 15px;
	border-radius: 10px;
	border: 1px solid #e4e4e4;
	margin-bottom: 0.2rem;
}

.contact-content dl {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	overflow: hidden;
}

.contact-content dl dt {
	display: flex;
	align-items: center;
	width: 30px;
	margin-right: 10px;
}

.contact-content dl dt span.iconfont {
	font-size: 24px;
	color: #96b8ff;
}

.contact-content dl dt span {
	display: inline-block;
	color: #868686;
	font-size: 15px;
	padding-left: 6px;
}

.contact-content dl dd {
	font-size: 15px;
}

.i-banner {
	height: auto;
	background: #13227a;
}

.i-banner-container {
	position: relative;
	overflow: hidden;
	height: auto;
	padding-top: 30px;
}

.i-banner-txt,
.i-banner-img {
	position: inherit;
	height: auto;
	text-align: center;
}

.i-banner-txt {
	left: 0;
	top: 0;
	animation: caption-left 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);

}

.table-box {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.i-banner-img {
	right: 0;
	bottom: 0;
	animation: caption-right 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}

.i-banner-img img {
	display: block;
	width: 75%;
	margin: 0 auto;
}

.i-banner-txt h2,
.i-banner-txt h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;

}

.i-banner-txt h2 {
	font-size: 24px;
}

@-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;
	}
}

.inner {
	padding: 0.3rem 0 0 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;
}

.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 p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 25px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

.i-about-content img {
	width: 100%;
}

.bg-light-blue {
	background-color: #eaf5ff !important;
}

.i-about-bd {
	padding: 0 0.2rem;
}

.i-about-bd li {
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #eee;
}

.i-about-bd li:last-child {
	border-bottom: none;
}

.i-about-bd li .i-about-pic img {
	display: block;
	width: 100%;
}

.i-about-bd li .i-about-content {
	margin-top: 0.2rem;
}

.i-about-bd li .i-about-content h3 {
	font-size: 22px;
	color: #488cca !important;
}

.i-about-bd li .i-about-content h2 {
	font-size: 24px;
	font-weight: 600 !important;
	margin: 10px 0;
}

.i-about-values li .i-about-content h2 {
	font-size: 36px;
}

.i-about-bd li .i-about-content p {
	color: #757575;
}

.i-service-list {
	margin: 0 0.2rem;

}

.i-service-list li {
	margin-bottom: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #ececec;
}

.i-service-list li:last-child {
	margin-bottom: 0;
}

.i-service-list li .i-service-pic img {
	display: block;
	width: 100%;
}

.i-service-list li .i-service-content {
	margin-top: 0.2rem;
}

.i-service-list li .i-service-content h2 {
	font-size: 24px;
	margin-bottom: 0.2rem;
}

.i-service-list li .i-service-content .i-service-desc p {
	color: #757575;
	margin-bottom: 5px;
	font-size: 15px;
}

.i-service-list li .i-service-content .i-service-desc p:last-child {
	margin-bottom: 0;
}

.i-pro-list {
	margin-top: 0.3rem;
	padding: 0 0.1rem;
}

.i-problem dl {
	padding: 15px;
	background: #fff;
	margin-bottom: 15px;
}

.i-problem dl dt {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.i-problem dl dt span,
.i-problem dl dt h3 {
	display: inline;
	padding-right: 5px;
}

.i-problem dl dt span {
	font-size: 16px;
	color: #164fc3;
	font-weight: bold;
}

.i-problem dl dt h3 {
	font-size: 14px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.i-problem dl dd {
	font-size: 12px;
	color: #676767;
	line-height: 22px;
	text-shadow: 0 1px 0 #fff;
}

.i-news {
	margin-top: 0.3rem;
	padding: 0 15px;
}

.i-news dl {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	box-shadow: 0 1px 0 #fff;
	overflow: hidden;
}

.i-news dl:hover {
	border-bottom: 1px dashed #db0a06;
}

.i-news dl:hover a {
	color: #db0a06;
}

.i-news dl dt,
.i-news dl dd {
	display: inline-block;
}

.i-news dl dt {
	font-size: 14px;
	float: left;
}

.i-news dl dd {
	font-size: 12px;
	line-height: 20px;
	float: right;
}

.i-contact {
	padding-top: 10px;
	background: #fff;
}

.i-contact dl dd {
	color: #000;
}

.contact-code {
	margin: 0 0 25px 0;
	text-align: center;
}

.contact-code dl {
	margin: 0 40px 15px 40px;

}

.contact-code dl dt {
	margin-bottom: 5px;

}

.contact-code dl dt img {
	width: 100%;
	max-width: 180px;
}

.contact-code dl dd {
	font-size: 14px;
}

#allmap {
	height: 300px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
}

.i-product-list {
	margin: 0 0.1rem 0 0.1rem;
	margin-top: 20px;
}

.i-product-list dl {
	margin-bottom: 20px;
}

.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;
}

.publish-time {
	font-size: 12px;
	margin: 5px 0;
	text-align: center;
	color: #666;
}

.i-details-content {
	padding: 20px 0.25rem 0 0.25rem;
}

.i-details-content img {
	width: 100%;
	margin-bottom: 5px;
}

.i-details-content p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}

.i-details-content table {
	width: 1000px;
}

#copy {
	margin-top: auto;
	position: relative;
	padding: 15px 0.1rem;
	background: #000;
	border-top: 1px solid #383838;
}

#copy p {
	margin: 2px 0;
	text-align: center;
	font-size: 12px;
}

#copy p,
#copy p a {
	color: #969696;
}

.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;
}

.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: #f6ab00;
}

.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;
	font-weight: bold;
}

.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: 2px;
	margin-bottom: 15px;
}

.mofang-textarea {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.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: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.search-result dl dt p {
	font-size: 16px;
	margin-bottom: 0px;
}

.search-result dl dt p.destination {
	font-size: 14px;
	color: #666;
}

.search-result dl dt p:last-child {
	border-right: none;
}

.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 #036eb8;
	margin: 0 auto;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.timeline-icon em {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #036eb8;
	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: 15px;
}

.timeline-item:first-child h3,
.timeline-item:first-child .timeline-content p {
	color: #fd600a;
}


.layuiadmin-captcha-img {
	width: 120px;
	height: 38px;
}