@font-face {
	font-family: "AlibabaPuHuiTi";
	src: url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.eot) format('embedded-opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.otf) format('opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.ttf) format('TrueType'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff) format('woff'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
}

@font-face {
	font-family: "AlibabaPuHuiTi-Heavy";
	src: url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.eot) format('embedded-opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.otf) format('opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.ttf) format('TrueType'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff) format('woff'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff2) format('woff2');
}

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'AlibabaPuHuiTi', '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;
}

input::-webkit-input-placeholder {
	color: #bbb;
}

input::-moz-placeholder {
	color: #bbb;
}

input:-moz-placeholder {
	color: #bbb;
}

input:-ms-input-placeholder {
	color: #bbb;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #d52b1b;
	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,
.nav-list:after,
.inner-content:after,
.i-banner .container:after,
.i-contact:after {
	content: "";
	display: table;
	clear: both;
}

body {
	min-width: 1400px;
	background: #fff;
}

table {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #e0e0e0;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table th {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #e0e0e0;
	background-color: #dedede;
}

table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #e0e0e0;
	background-color: #ffffff;
}

table td p {
	margin-bottom: 5px !important;
}

table td,
table th {
	font-size: 14px;
}

.container {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.i-container {
	width: 1200px;
	max-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: 15px 0;
	padding-bottom: 0;
	background: #fff;
}


#top .logo {
	width: 210px;
}

#top .logo img {
	display: block;
	width: 100%;
}

#top .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}

#top .header .header-left {
	display: flex;
	align-items: center;
}

.logo-slogan {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

.logo-slogan p {
	color: #555;
	font-size: 23px;
}

.logo-slogan span {
	color: #555;
	font-size: 14px;
}

.nav-box {
	border-top: 1px solid #e4e4e4;
	margin-top: 15px;
}

.nav-box .container {
	display: flex;
	align-items: center;
}

.nav-box.fixed {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	top: 0;
	z-index: 99;
	margin-top: 0;
	border: none;
}

.nav-list {
	max-width: 1200px;
	display: flex;
	align-items: center;
	text-align: center;
}

.nav-list>li {
	position: relative;
	margin-right: 10px;
}

.nav-list>li:last-child {
	margin-right: 0;
}

.nav-list>li>a {
	display: block;
	position: relative;
	padding: 15px 25px;
	font-size: 18px;
	text-transform: uppercase;
	overflow: hidden;
}

.nav-list>li:hover>a {
	text-decoration: none;
}

.nav-list>li.active>a {
	color: #fff;
	background: #d52b1b;
}

.nav-list>li:hover>a {
	color: #fff;
	background: #d52b1b;

}

.down-menu {
	display: none;
	position: absolute;
	min-width: 184px;
	left: 0;
	padding-top: 0px;
	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;
}

.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: #d52b1b;
	text-decoration: none;
}

.down-menu-list a:last-child {
	border-bottom: none;
}

.nav-box .tel {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 20px;
	color: #d52b1b;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	justify-content: end;
}

.nav-box .tel span.iconfont {
	font-size: 26px;
	padding-right: 5px;
	color: #d52b1b;

}

.nav-box .tel p {
	color: #d52b1b;
	font-size: 22px;
}

.nav-box .tel .flicker {
	z-index: 2;
	position: absolute;
	display: block;
	top: 0;
	left: -38px;
	height: 50px;
	width: 42px;
	background-image: url(../images/flicker-img.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation: move 3s both infinite;
}

.header-right {
	position: relative;
	display: flex;
	align-items: end;
	z-index: 9999;
	flex: 1;
	justify-content: end;
	flex-direction: column;
}

.header-right .language {
	display: flex;
	align-items: center;
	margin-right: 15px;

}

.header-right .language a {
	display: flex;
	align-items: center;
	color: #000;
	margin-left: 20px;
}

.header-right .language a img {
	display: block;
	width: 30px;
}

.header-right .language a span {
	font-size: 14px;
	margin-left: 10px;
}

.header-right .language a span.iconfont {
	font-size: 26px;
	color: #00359b;
}

.index-tit {
	text-align: center;
}

.index-tit h2 {
	position: relative;
	color: #000;
	font-size: 36px;
	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: #d52b1b;
}

.index-tit p {
	margin-top: 15px;
	padding: 0 40px;
	line-height: 24px;
	font-size: 18px;
	color: #555;
}

#banner {
	position: relative;
	min-width: 1200px;
	height: 600px;
	overflow: hidden;
}

#banner .swiper-slide .slide-full {
	background: rgba(0, 0, 0, 0.25);
	z-index: 99;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	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;
	overflow: hidden;
}

.swiper-slide img {
	display: block;
}

.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 35px !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: #fff;
	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 #bbb;
	border-radius: 50%;
	background: none;
}

.cus-arrow .swiper-container .hide {
	opacity: 0;
}

.cus-arrow .swiper-button-next,
.cus-arrow .swiper-button-prev {
	transition: opacity 0.5s;
}

.cus-arrow .swiper-button-prev {
	left: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next {
	right: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next,
.cus-arrow .swiper-button-prev {
	width: 18px !important;
	height: 29px !important;
	background-size: 18px 29px !important;
}

.cus-arrow .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

.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: uppercase;
}

.slogan h2 {
	font-size: 64px;
	color: #fff;
}

.swiper-slide.swiper-slide-active .slogan h2 {
	animation: fadeInDown;
	animation-duration: .8s;
}

.swiper-slide.swiper-slide-active .slogan p {
	animation: fadeInUp;
	animation-duration: .8s;
}

#express {
	padding: 30px 0;
	background: #00359b;
}

.express-box {
	display: flex;
	align-items: center;
}

.index-search-box {
	display: flex;
	align-items: center;
	width: 400px;
}

.index-search-box input {
	display: block;
	width: 330px;
	padding-left: 10px;
	border: none;
	border-radius: 0;
	height: 55px;
	font-size: 15px;
	outline: none;
	background: #fff;
	float: left;
}

.index-search-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	/* width: 60px; */
	height: 55px;
	background: #fff;
	cursor: pointer;
	float: left;
}

.index-search-btn .icon {
	color: #00359b;
	font-size: 30px;
}

.service {
	width: 800px;
	float: right;
}

.service-icon {
	flex: 1;
}

.service-icon-list {
	display: flex;
	align-items: center;
}

.service-icon-list dl {
	display: flex;
	height: 55px;
	margin-left: 50px;
	align-items: center;
}

.service-icon-list dl dt .icon {
	font-size: 40px;
	color: #fff;
}

.service-icon-list dl dd {
	padding-left: 20px;
	font-size: 18px;
	color: #fff;
}

#service {
	padding: 40px 0 0 0;
}

.service-box {
	position: relative;
	padding: 30px 0;
}

.service-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0 0 0;
}

.service-list dl {
	width: 285px;
	margin-bottom: 20px;
	padding: 30px 25px 25px;
	border-radius: 10px;
	border: 1px solid #efefef;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #fff;
	overflow: hidden;
}

.service-list dl:hover {
	background: #fff;
	box-shadow: 0px 6px 15px 0px rgba(59, 59, 59, 0.21);
}

.service-list dl dt {
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 18px;
	overflow: hidden;
}

.service-list dl dt span.iconfont {
	font-size: 44px;
	color: #00359b;
}

.service-list dl dd h2 {
	font-size: 20px;
	color: #333333;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
	text-align: center;
}

.service-list dl dd p {
	font-size: 15px;
	color: #929292;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 0;
	text-align: center;
}

#business {
	position: relative;
	padding: 50px 0;
	height: 580px;
	border-top: 1px solid #f7f7f7;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/service-bg.jpg);
	background-position: center center;
	z-index: 9;
}

#business .slide-full {
	background: rgba(0, 58, 132, 0.6);
	z-index: -1;
}

#business .container {
	margin-top: 30px;
}

#business .index-tit h2 {
	color: #fff;
}

#business .index-tit p {
	color: #fff;
}

.bus-list a {
	display: block;
	width: 386px;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
}

.bus-list a .bus-img {
	width: 386px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.bus-list a .bus-img img {
	display: block;
	max-width: 386px;
}

.bus-list a .bus-txt {
	padding: 25px 10px;
	text-align: center;
}

.bus-list a .bus-txt h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 8px;
}

.bus-list a .bus-txt p {
	text-align: center;
	color: #555;
	font-size: 14px;
	line-height: 22px;
}

.bus-list .swiper-container {
	padding-bottom: 50px;
}

.bus-list .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.bus-list .swiper-pagination-bullet-active {
	background: #d52b1b;
}

.bus-list a:hover .bus-txt p {
	color: #d52b1b;
}

#about {
	padding: 40px 0 40px 0;
}

.about-box {
	position: relative;
	margin-top: 50px;
	padding: 50px 0;
	/* height: 390px; */
	border-top: 1px solid #f7f7f7;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/about-bg.jpg);
	background-position: center center;
	z-index: 9;
}


.about-box .container {
	height: 100%;
	display: flex;
	align-items: flex-start;
}

.about-box .container .about-cover {
	position: relative;
	width: 420px;
	height: 415px;
	background: #1c62c5;
	margin-right: 45px;
}

.about-box .container .about-cover .about-pic {
	position: absolute;
	right: -15px;
	top: 15px;
	height: 420px;
	overflow: hidden;
}

.about-box .container .about-cover .about-pic img {
	display: block;
	width: 420px;
}

.about-content {
	/* width: 660px; */
	flex: 1;
}

.about-content .about-instro p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.about-content .about-tit {
	margin-bottom: 20px;
	text-align: left;
}

.about-content .about-tit h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 2px;
}

.about-content .about-tit p {
	font-size: 16px;
	color: #636363;
}

.more a {
	position: relative;
	display: inline-block;
	padding: 15px 50px 15px 30px;
	color: #fff;
	background: linear-gradient(to right, #144385 0%, #1e69d3);
}

.more a:hover {
	background: linear-gradient(to right, #d52b1b 0%, #ec3f2f);
}

.more a .arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0px, -50%);
}

.more .arrow span.icon {
	font-size: 16px;
}

.about-content .more {
	margin-top: 30px;
	font-size: 15px;
}


.cin-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 44px;
	width: 120px;
	line-height: 44px;
	border: 1px solid transparent;
	padding: 0 18px;
	background-color: #d52b1b;
	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-btn:hover::before {
	pointer-events: none;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: wave 1.3s infinite;
	animation: wave 1.3s infinite;
	z-index: 1;
}

.cin-btn:hover {
	background-color: #d52b1b;
}

.contact-box {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	margin: 40px 0;
	border-radius: 5px;
	background: #f1f1f1;
}

.index-contact-list {
	padding-right: 20px;
}

.contact-address {
	font-size: 16px !important;
	line-height: 1.4;
}

.contact-list dl {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.contact-list dl dt {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.contact-list dl dd {
	padding-top: 6px;
}

.contact-list dl dt,
.contact-list dl dd {
	font-size: 16px;
}

.contact-list dl dt span.iconfont {
	width: 35px;
	color: #000;
	font-size: 30px;
}

.contact-list dl dt p {
	flex: 1;
	font-size: 16px;
	color: #777;
}

.contact-code {
	display: flex;
}

.contact-code dl dt {
	width: 120px;
}

.contact-code dl {
	margin-right: 15px;
}

.contact-code dl dt img {
	width: 100%;
}

.contact-code dl dd {
	text-align: center;
	font-size: 14px;
}

#i-banner {
	position: relative;
	min-width: 1200px;
	height: 550px;
	overflow: hidden;
}

#i-banner img {
	position: absolute;
	width: 2000px;
	height: 550px;
	margin-left: -1000px;
	left: 50%;
}

.bussiness-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.bussiness-list a:hover .slide-full {
	background: rgba(0, 0, 0, 0.35);
}

.bussiness-list a {
	position: relative;
	width: 585px;
	height: 390px;
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.bussiness-list a:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.bussiness-list a img {
	display: block;
	max-width: 585px;
}

.bussiness-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 20px;
	z-index: 99;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.bussiness-txt h2,
.bussiness-txt p {
	color: #fff;
}

.bussiness-txt h2 {
	font-size: 24px;
	font-family: "AlibabaPuHuiTi-Heavy";
	margin-bottom: 10px;
}

.bussiness-txt p {
	font-size: 18px;
	opacity: 0;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.bussiness-list a:hover p {
	opacity: 1;
}

.bussiness-list a:hover .bussiness-txt {
	bottom: 30px;
}


#inner {
	padding: 20px 0 40px 0;
}

.i-bread-nav {
	display: flex;
	align-items: center;
}

.i-bread-nav span.icon {
	color: #000;
	margin-right: 5px;
}

.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 {
	padding: 40px 0;
	background: #f3f3f3;
}

.inner-content {
	position: relative;
	margin-top: 40px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 3px 5px #e0e0e0;
	border-radius: 5px;
}

.i-left {
	position: absolute;
	width: 280px;
	min-height: 300px;
	padding: 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: #d52b1b;
	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: #d52b1b;
	border-bottom: 1px solid #d52b1b;
}

.i-right {
	width: 906px;
	padding: 30px;
	float: right;
}

.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: #d52b1b;
}

.i-new a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.i-details {
	padding-top: 20px;
	text-align: justify;
}

.i-details h1 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
	font-family: "AlibabaPuHuiTi-Heavy";
}

.i-details p,
.i-detail-con p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px
}


.i-pic {
	text-align: center;
	margin-bottom: 15px;
}

.i-pic img {
	max-width: 860px;
}

.i-details-con {
	padding-top: 30px;
}

.i-details-con img,
.i-details p img {
	max-width: 860px;
	vertical-align: top;
}

.inner-content .contact-box {
	margin: 0;
	background: none;
}

.inner-content .submit-info {
	border-left: 1px solid #e5e5e5 !important;
}

.contact-logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: -1;
}

.contact-logo img {
	display: block;
	width: 300px;
	opacity: 0.07;
}

.submit-info {
	width: 500px;
	padding: 10px 25px 25px 40px;
	border-left: 1px solid #d1d1d1;
}

.submit-info h3 {
	font-size: 18px;
	text-align: center;
}

.form-list {
	margin-top: 30px;
}

.form-list li {
	margin-bottom: 10px;
}

.form-list li:last-child {
	margin-bottom: 0;
}

.form-list li input {
	height: 38px;
}

.form-list li textarea {
	height: 80px;
	padding: 5px 0;
}

.form-list li input,
.form-list li textarea {
	width: 100%;
	padding-left: 10px;
	border: 1px solid #e3e3e3;

}

.verify-code {
	display: flex;
	align-items: center;
}

.layuiadmin-captcha-img {
	height: 38px;
	margin-left: 5px;
}

.submit-btn {
	margin-top: 15px;
	text-align: center;
}

.custom-btn {
	display: inline-block;
	width: 100px;
	height: 38px;
	line-height: 38px;
	border: 1px solid transparent;
	padding: 0 18px;
	background-color: #00359b;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	outline: 0;
}

.custom-btn:hover {
	background: #d52b1b;
}

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: 30px 0;
	background: #000;
	z-index: 99;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo img {
	width: 160px;
}

.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 {
	display: block;
	font-size: 17px;
	color: #fff;
	margin-bottom: 20px;
}

.f-nav li a {
	display: block;
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 10px;
}

.f-nav li a:hover {
	color: #bbb;
}

.footer-contact-box h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-contact-list dl {
	display: flex;
	align-items: center;
	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-line {
	width: 1px;
	background: #434343;
}

.footer-code {
	display: flex;
	align-items: center;
}

.footer-code dl.footer-wechat {
	margin-right: 20px;
}

.footer-code dl dt img {
	width: 120px;
}

.footer-code dl dd {
	font-size: 14px;
	color: #a1a1a1;
	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: #888;
	font-size: 15px;
	margin-bottom: 10px;
}

.website-group-list a:hover {
	color: #bbb;
}

#copy {
	min-width: 1200px;
	padding: 10px;
	background: #222;
}

#copy p,
#copy p a {
	text-align: center;
	color: #888;
	font-size: 12px;
	margin-bottom: 3px;
}

@-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-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;
}

.search-result dl dt p {
	margin-right: 15px;
	margin-bottom: 0 !important;
	padding-right: 15px;
	font-size: 18px;
}

.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;
}

.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: 0.8;
}

.cin-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cin-button-blue {
	background: #1d2088;
	margin-left: 10px;
}

.cin-button-red {
	background: #d52b1b;
}