﻿* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Montserrat', 'TimesNewRoman', 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;
}

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 {
	color: #333;
	font-size: 12px;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #fff;
}

html {
	height: 100%;
}

.iconfont {
	font-size: 24px;
	color: #fff;
}

.container {
	position: relative;
	max-width: 6.4rem;
	margin: 0 auto;
}

#page-box:after,
.product-list:after,
.i-factory:after,
.pro-list:after,
.swiper-slide:after,
.contact:after {
	content: '';
	clear: both;
	display: table;

}

.cur {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-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: 70px;
	padding: 0 10px;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 9999;
	max-width: 6.4rem;
	margin: 0 auto;
}

.logo {
	width: 2.7rem;
	max-width: 205px;
	margin: 0 auto;
}

.logo img {
	width: 100%;
}

.language {
	display: block;
	cursor: pointer;
	width: 44px;
	height: 44px;
	background: #1d2088;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff !important;
	font-size: 15px;
}

.nav-bar-tip {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding-right: 5px;
}

.nav-bar {
	display: inline-block;
	vertical-align: middle;
}

.nav-bar [class^="line"] {
	background: #222;
	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: 70px;
	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-right: 15px;
	margin-bottom: 8px;
}

.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);
}

.about,
.business,
.odd,
.contact {
	padding-top: 30px;
}

.index-tit {
	text-align: center;
}

.index-tit h2 {
	position: relative;
	display: inline-block;
	color: #1d2088;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	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: 15px;
	color: #555;
}

.index-search-box {
	padding: 28px 0.15rem;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.index-search-input {
	width: 100%;
	border: 1px solid #f3f3f3;
	padding: 0 10px;
	background: #f3f3f3;
	opacity: .8;
	height: 46px;
	vertical-align: bottom;
}

input.index-search-input:focus {
	outline: 0;
	border-color: #f6ab00 !important
}

.banner {
	height: 5rem;
	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;
	overflow: hidden;

	/* 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;
}

.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 #1d2088;
	border-radius: 50%;
	background: none !important;
}

.search-bd {
	padding: 0.2rem;
	background: #f5f5f5;
}

.search-box {
	width: 6rem;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}

.search-tab {
	display: flex;
	align-items: center;
}

.search-tab li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	width: 50%;
	background: #ebebeb;
}

.search-tab li.tab-this {
	background: #064782;
}

.search-tab li h3 {
	margin-left: 10px;
	font-size: 15px;
}

.search-tab li span.iconfont {
	font-size: 24px;
	color: #000;
}

.search-tab li.tab-this h3,
.search-tab li.tab-this span {
	color: #fff;
}

.search-tab-content {
	height: 250px;
	padding: 20px 15px;
	background: #fff;
}

.search-tab-content li {
	display: none;
}

.search-tab-content .tab-show {
	display: block;
}

.cin-form-item {
	margin-bottom: 20px;
	clear: both;
}

.cin-input {
	display: block;
	width: 100%;
	padding-left: 10px;
	border: 1px solid #eee;
	border-radius: 0;
	height: 38px;
	font-size: 15px;
	outline: none;
	background: #fff;
}

.cin-select {
	display: block;
	width: 100%;
	height: 38px;
	padding-left: 10px;
	border: 1px solid #eee;
	color: #ccc;
}

.cin-selected {
	color: #333;
}

.cin-select option {
	line-height: 36px;
	height: 38px;
	color: #333;
}

.cin-form-label {
	font-size: 14px;
	margin-right: 10px;
}

.type-item,
.type-item .cin-input-block,
.type-item .cin-input-block .radio-box {
	display: flex;
	align-items: center;
}

.type-item .cin-input-block .radio-box {
	margin-right: 10px;
}

.type-item .cin-input-block .radio-box span {
	margin-left: 5px;
}

.hide {
	display: none;
}

.cin-submit {
	margin-top: 20px;
	margin-bottom: 0;
}

.cin-submit .cin-button {
	width: 100% !important;
	background: #064782 !important;
	margin: 0 !important;
}

.cin-submit .cin-button:hover {
	background: #12994a !important;
}

.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;
	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;
}

.track17-submit {
	display: flex;
	align-items: center;
}

.track17:hover {
	cursor: pointer;
}

.track17-submit .cin-button {
	height: 44px;
	line-height: 44px;
	margin-right: 10px !important;
}

.track17 img {
	display: block;
	height: 44px;
}

#business {
	padding: 50px 0 50px 0;
}

.business-list-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0.4rem 0.2rem 0 0.2rem;
}

.business-list-card a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 260px;
	padding-bottom: 10px;
	margin-bottom: 0.2rem;
	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;
}

.business-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);
}

.business-tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 25px 20px 20px 20px;
	background-color: #137cc1;
}

.business-list-card a:hover .business-tit .icon-img img {
	transform: rotateY(180deg);
}

.business-list-card .business-tit h3 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 18px;
}

.business-list-card a:hover .business-tit h3 {
	color: #fff;
}

.business-tit .icon-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	margin-bottom: 15px;
	border-radius: 100%;

}

.business-tit .icon-img img {
	display: block;
	width: 120px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.business-list-card a .bus-more {
	width: 90%;
	color: #137cc1;
	border: 2px solid #137cc1;
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 15px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.business-list-card a:hover .bus-more {
	color: #fff;
	background: #137cc1;
}

.odd {
	padding-top: 50px;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/about-bg.jpg);
	background-position: center center;
}

.odd-bd {
	position: relative;
	height: 630px;
	z-index: 9;
}

.odd-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0 0 0;
	margin: 0 0.2rem;
}

.odd-list a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.9rem;
	max-height: 258px;
	margin-bottom: 0.2rem;
	overflow: hidden;
}

.odd-list a .slide-full {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all ease-out .3s;
}

.odd-list a img {
	width: 100%;
	display: block;
	-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;
}

.odd-list a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);


}

.odd-list a:hover .slide-full {
	display: block;
	background-color: rgb(29, 32, 136, .6);
}

.odd-list a:nth-child(4n) {
	margin-right: 0;
}

.odd-list .odd-text {
	position: absolute;
	z-index: 200;
}

.odd-list .odd-text h3 {
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.odd-list a::before,
.odd-list a::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	-moz-transition: opacity .4s, -moz-transform .4s;
	-o-transition: opacity .4s, -o-transform .4s;
	transition: opacity .4s, transform .4s;
	z-index: 100;
}

.odd-list a:hover::before,
.odd-list a:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.odd-list a::before {
	top: 14%;
	right: 5%;
	bottom: 14%;
	left: 5%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.odd-list a::after {
	top: 8%;
	right: 10%;
	bottom: 8%;
	left: 10%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.advant {
	padding: 0.4rem 0;
}

.advant .container {
	margin-top: 40px;
	margin: 30px 0.2rem 0 0.2rem;
}

.advant-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advant-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 2.9rem;
	padding: 30px 14px;
	margin-bottom: 0.2rem;
	color: #333;
	border: 1px solid #ececec;
}

.advant-list li span.iconfont {
	font-size: 40px;
	color: #1672c1;
	transition: transform .4s ease-out;
}

.advant-list li h3 {
	font-size: 15px;
	margin-top: 8px;
	text-align: center;
}

.digital {
	position: relative;
	background-color: #137cc1;
	overflow: hidden;
	margin-top: 50px;
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 10;
}

.mid-banner-full {
	background: rgba(0, 0, 0, 0.6) !important;
}

.mid-banner-box {
	height: 340px;
	display: flex;
	align-items: center;
}

.mid-banner-list {
	position: relative;
	z-index: 99;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mid-banner-list dl {
	width: 3rem;
	text-align: center;
	margin-bottom: 0.3rem;

}

.mid-banner-list .line {
	display: inline-block;
	width: 1px;
	height: 90px;
	background: #e8c29f;
	margin-top: 10px;
}

.mid-banner-list dl dt {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 175px;
	margin: 0 auto 10px auto;
}

.mid-banner-list dl dt .iconfont {
	font-size: 36px;
	color: #ffc08a;
	margin-bottom: 5px;
}

.mid-banner-list dl dt .num {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 15px;
	margin: 0 auto 0 auto;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.mid-banner-list dl dt .num span {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 5px #137cc1;
}

.no-1 {
	width: 115px !important;
}

.plus {
	position: absolute;
	font-size: 21px;
	color: #fff;
	right: 0;
	top: 0;
	font-family: Times, Times New Roman, serif
}

.mid-banner-list dl dt img {
	display: block;
	width: 40px;
	margin: 10px auto;
}

.mid-banner-list dl dd {
	padding: 0 14px;
	font-size: 15px;
	line-height: 22px;
	color: #e3e3e3;
}

.news {
	margin-top: 40px;
}

.news .container {
	display: flex;
	flex-direction: column;
	margin: 40px 0.2rem 0.2rem;

}

.news .container .news-img img {
	display: block;
	width: 100%;
}

.news .container .news-list {
	flex: 1;
	margin-top: 20px;
}

.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;
}

.partner {
	padding: 40px 0 30px;
	background: #f6f6f6;
	margin-bottom: 40px;
}

.partner-list {
	display: flex;
	align-items: center;
}

.partner-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.9rem;
}

.partner-list li img {
	display: block;
	width: 135px;
}

.partner .swiper-container {
	padding-bottom: 50px;
}

.prev-l,
.next-r {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #e6e6e6;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.prev-l .iconfont,
.next-r .iconfont {
	font-size: 26px;
}

.prev-l {
	left: 0;
}

.next-r {
	right: 0;
}

.prev-l:hover,
.next-r:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.partner .swiper-button-next,
.partner .swiper-button-prev {
	top: 8%;
	margin: 0;
}

.about {
	margin-top: 40px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.about-box {
	position: relative;
	margin: 40px 0.2rem;
}

.about-box .about-cover {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 0.3rem;
}

.about-box .about-cover .about-pic img {
	display: block;
	max-width: 6rem;
	width: 100%;
}

.about-content {
	flex: 1;
}

.about-content .about-instro p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.about-content .about-tit {
	margin-bottom: 20px;
	text-align: left;
}

.about-content .about-tit h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
}

.about-content .about-tit p {
	font-size: 15px;
	color: #636363;
}

.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;
	display: flex;
	justify-content: center;
}

.contact {
	padding: 0.4rem 0 0.2rem 0;
	background: #fff;
}

.i-contact {
	padding-top: 0 !important;
}

.i-contact .i-code {
	margin-bottom: 0.4rem;
}

.contact-tit {
	padding: 0 0 20px 0;
}

.contact-tit .circle {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #f5f5f5;
	border: 2px solid #feac28;
}

.contact-tit h2 {
	display: inline-block;
	padding-left: 5px;
	font-size: 20px;
	font-weight: bold;
}

.code-list {
	display: flex;
	justify-content: center;
	margin-bottom: 0.3rem;
}

.code-list dl {
	margin: 0 10px;
}

.code-list dl dt img {
	display: block;
	width: 2.2rem;
}

.code-list dl dd {
	font-size: 14px;
	text-align: center;
}

.contact-box {
	margin: 0.3rem 0.2rem 0 0.2rem;
}

.contact-list li {
	margin-bottom: 0.25rem;
}

.contact-content dl {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	overflow: hidden;
}

.contact-content dl dt {
	display: flex;
	align-items: center;
	width: 0.6rem;
	margin-right: 5px;
}

.contact-content dl dt img {
	display: inline-block;
	width: 0.43rem;
}

.contact-content dl dt span {
	color: #1d2088;
	font-size: 26px;
	margin-right: 5px;
}

.contact-content dl dt p {
	display: inline-block;
	color: #868686;
	font-size: 15px;
}

.contact-content dl dd {
	flex: 1;
	color: #333;
	font-size: 15px;
}

.contact-content dl dd p.address {
	font-size: 15px;
}

.i-banner {
	position: relative;
	min-width: 6.4rem;
	height: 3.5rem;
	overflow: hidden;
}

.i-banner img {
	display: block;
	width: 100%;
}

.i-banner .slogan {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 15px;
}

.i-banner .slogan p,
.i-banner .slogan h2 {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: upperodd;
}

.i-banner .slogan h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 15px;
}

.i-banner .slogan p {
	font-size: 22px;
}

.i-banner .slide-full {
	background: rgba(0, 16, 137, 0.2);
	z-index: 99;
}

.inner {
	padding: 0.4rem 0 0 0;
}

.i-about {
	padding: 0 0.2rem;
	margin-top: 20px;
}


.i-about-content {
	padding: 0 0.1rem;
	margin-top: 40px;
}

.i-about-content p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 26px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

.i-about-content img {
	max-width: 6rem;
}

.i-about .about-pic {
	display: flex;
	justify-content: center;
}

.i-about .about-pic img {
	display: block;
	width: 100%;
	max-width: 6rem;
}


.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 8px;
	margin: 0 8px 10px 8px;
	text-shadow: 0 1px 0 #fff;
	background: #f5f5f5;
}

.i-news {
	margin-top: 0.3rem;
	padding: 0 .2rem;
}

.i-news {
	margin-top: 0.3rem;
	padding: 0 .2rem;
}

.i-news a {
	position: relative;
	display: flex;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}

.i-news a p.name {
	color: #0045c9;
	font-size: 14px;
	margin-right: 5px;
}

.i-news a h3 {
	flex: 1;
	font-size: 14px;
}

.i-news a span {
	width: 100px;
	font-size: 12px;
	text-align: right;
}

.i-news a:before {
	background: #1e2996;
}

.i-news a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}


.i-contact dl dd {
	color: #000;
}

.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;
	margin-bottom: 10px;
}

.i-details-tit .publish-time {
	font-size: 14px;
	margin: 5px 0;
	text-align: center;
	color: #666;
}

.i-details-tit .publish-time span.hits {
	margin-left: 10px;
}

.i-details-content {
	padding: 20px 0.2rem 0 0.2rem;
}

.i-details-content img {
	width: 100%;
	margin-bottom: 5px;
}

.i-details-content p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}


#copy {
	position: relative;
	padding: 10px 0.1rem;
	background: #000;
	border-top: 1px solid #383838;
	margin-top: auto;
}

#copy p {
	margin: 2px 0;
	text-align: center;
	font-size: 12px;
}

#copy p,
#copy p a {
	color: #626262;
}

.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: 15px;
	font-weight: bold;
}

.good-info p {
	margin-bottom: 10px;
}

.good-info p,
.good-info p span {
	font-size: 14px;
}

.good-info p:last-child {
	margin-bottom: 0;
}

.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: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 #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;
}