body, html {
	font-family: 'SF Pro Display', 'SF Pro Icons', 'Helvetica Neue', Helvetica,  Arial, sans-serif;
}
a, div, h1, h2, h3, h4, h5, hr, li, p, section, span, time, ul {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
body {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}
body.active {
	opacity: 1;
}
.mb-mcontainer {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	right: 0;
	top: 0;
	z-index: 99999;
	display: none;
}
.mb-gb {
	font-size: 24px;
	color: #333;
	width: 30px;
	height: 30px;
	display: inline-block;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 99999;
}
.mb-top {
	position: relative;
	width: 100%;
	height: 40%;
	text-align: center;
	padding-top: 60px;
}
.mb-top ul li {
	list-style-type: none;
}
.mb-top ul li a {
	color: #666;
	font-size: 16px;
	line-height: 2;
}
.mb-bot {
	text-align: center;
	color: #999;
	height: 60%;
	background-color: #fafafa;
	border-top: 1px solid #f3f3f3;
	padding-top: 40px;
}
.mb-link {
	color: #999;
	font-weight: 600;
}
.mb-sup {
	margin-top: 40px;
}
.mb-sup a {
	color: #999;
}
.mb-ewm {
	text-align: center;
}
.mb-ewm img {
	max-width: 108px;
}
.mb-ewm p {
	margin-top: 10px;
}
.mb-social a {
	color: #333;
	padding: 10px;
}
.mb-cop {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #f1f1f1;
	height: 40px;
}
.mb-cop p {
	line-height: 40px;
	color: #666;
	font-weight: 100;
	font-size: 14px;
}
#m-header {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
}
#m-header .am-offcanvas-content {
	padding: 0;
}
#m-header .mb-top {
	width: 100%;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
}
#m-header .mb-top .logo {
	float: left;
}
#m-header .mb-top .logo a img {
	height: 30px;
	margin-top: 10px;
}
#m-header .mb-top .menu {
	float: right;
}
#m-header .mb-top .menu a {
	line-height: 50px;
	color: #888;
	font-size: 20px;
}
#m-header .m-content .logo {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 15px;
}
#m-header .m-content .logo img {
	height: 30px;
}
#m-header .m-content .mk-menu ul {
	margin: 0;
	padding: 0;
}
#m-header .m-content .mk-menu ul li {
	list-style-type: none;
}
#m-header .m-content .mk-menu ul li a {
	height: 50px;
	width: 100%;
	border-bottom: 1px dashed #6b6b6b;
	display: block;
	padding: 0 10px;
	line-height: 50px;
}
.am-container {
	max-width: 1120px;
}
.min-container {
	max-width: 960px;
}
.mid-container {
	max-width: 1280px;
}
header {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 9;
	width: 100%;
}
header .topbar {
	height: 80px;
	width: 100%;
	padding: 0 0 0 40px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
header .topbar a.logo {
	width: 20%;
	position: relative;
	display: inline-block;
	float: left;
	line-height: 80px;
}
header .topbar a.logo img {
	height: 42px;
}
header .topbar nav {
	display: inline-block;
	position: relative;
	width: calc(80% - 180px);
}
header .topbar nav ul {
	overflow: hidden;
	float: right;
	padding: 0;
	margin: 0;
}
header .topbar nav ul li {
	float: left;
	list-style-type: none;
	padding: 0 10px;
	line-height: 80px;
	text-align: center;
}
header .topbar nav ul li a {
	color: #666;
	font-weight: 500;
	font-size: 16px;
	padding: 0 15px;
	height: 80px;
	display: inline-block;
}
header .topbar nav ul li a:hover {
	background-color: #e62129;
	color: #fff;
}
header .topbar nav ul li.am-active a {
	color: #000;
}
header .topbar a.z-btn {
	height: 80px;
	width: 180px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	display: inline-block;
	float: right;
	background-color: #e62129;
}
header .topbar a.z-btn:hover {
	background-color: #e62129;
}
#home-banner {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
	transition: all 0.5s ease-in-out;
}
#home-banner .slogan {
	overflow: hidden;
	padding: 40vh 0 3vh;
	text-align: center;
}
#home-banner .slogan img {
	height: 95px;
}
#home-banner .video {
	text-align: center;
	cursor: pointer;
}
#home-banner .video img {
	height: 31px;
}
#home-banner .video span {
	color: #fff;
	padding-left: 10px;
}
#home-banner .ts {
	width: 100%;
	position: absolute;
	bottom: 30px;
}
#home-banner .ts .ts-container {
	border-top: 1px solid #f5f5f5;
	padding-top: 30px;
}
#home-banner .ts .ts-container .ts-item {
	text-align: center;
}
#home-banner .ts .ts-container .ts-item p.count {
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 0;
}
#home-banner .ts .ts-container .ts-item p.count sub {
	font-size: 14px;
}
#home-banner .ts .ts-container .ts-item p.title {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-top: 0;
}
#about {
	padding: 80px 0;
	background-color:#f6f6f6;
}
#about .right .title {
	margin-bottom: 20px;
}
#about .right .title img {
	height: 33px;
}
#about .right p {
	color: #868686;
	line-height: 2;
	text-align: justify;
	margin-bottom: 2rem;
	font-size: 16px;
}
#about .right .a-btn {
	width: 160px;
	display: inline-block;
	height: 54px;
	color: #fff;
	line-height: 54px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	background-color: #e62129;
}
#about .right .a-btn:hover {
	background-color: #000000;
	color: #f5f5f5;
}
#base {
	padding: 40px 0px 80px 0px;
}
#base .top {
	overflow: hidden;
}
#base .top .left img {
	height: 33px;
}
#base .top .left p {
	margin-top: 10px;
	font-size: 24px;
}
#base .top .right p {
	max-width: 520px;
	color: #868686;
	line-height: 2;
	text-align: justify;
}
#base .content {
	overflow: hidden;
	padding: 0 20px;
	margin-top: 40px;
}
#base .content .base-item {
	overflow: hidden;
	cursor: pointer;
}
#base .content .base-item a {
	display: block;
	color: #666;
	margin-top: 10px;
}
#base .content .base-item:hover a {
	color: #000;
}
#base .content .base-item a:hover {
	color: #000;
}
#base .content .base-item a span {
	float: right;
}
#case {
	background-color: #f6f6f6;
	padding: 80px 0;
}
#case .title {
	text-align: center;
}
#case .title img {
	height: 33px;
}
#case .title p {
	font-size: 24px;
}
#case .case-group .case-item {
	padding: 15px;
	position: relative;
	cursor: pointer;
	top: 0;
}
#case .case-group .case-item:hover {
	top: -10px;
}
#case .case-group .case-item a {
	color: #000;
}
#case .case-group .case-item a .item-bd {
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.04);
}
#case .case-group .case-item a .item-bd img {
	width: 100%;
}
#case .case-group .case-item a .item-bd .item-bot {
	background-color: #fff;
	padding: 15px 20px;
	height: 170px;
}
#case .case-group .case-item a .item-bd .item-bot h3 {
	margin-bottom: 10px;
}
#case .case-group .case-item a .item-bd .item-bot p {
	font-size: 14px;
	color: #696969;
	margin-top: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-align: justify;
}
#news {
	padding: 0 0;
}
#news .news-bd {
	overflow: hidden;
}
#news .news-bd .news-group {
	padding: 40px 60px;
}
#news .news-bd .news-group:first-child {
	border-right: 1px solid #d8d8d8;
}
#news .news-bd .news-group .title .type {
	font-size: 18px;
	margin-bottom: 0;
}
#news .news-bd .news-group .title .type i {
	font-size: 20px;
	color: #e62129;
}
#news .news-bd .news-group .title hr {
	border-top: 4px solid #e62129;
	width: 52px;
	margin-top: 15px;
}
#news .news-bd .news-group .news-content .news-item {
	padding: 10px 0;
}
#news .news-bd .news-group .news-content .news-item .time {
	font-size: 14px;
	color: #666;
	line-height: 16px;
	margin-right: 15px;
}
#news .news-bd .news-group .news-content .news-item a {
	line-height: 16px;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
#news .news-bd .news-group .news-content .news-item a .title {
	font-size: 16px;
	line-height: 16px;
	color: #000;
}
#news .news-bd .news-group .news-content .news-item a:hover .title {
	color: #666;
}
#news .news-bd .news-group .news-content .news-item .sup {
	background-color: #ff822d;
	display: inline-block;
	width: 60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 12.5px;
	font-size: 14px;
	color: #fff;
}
#news .news-bd .news-group .news-content .news-item .rec {
	background-color: #a7a5a4;
	display: inline-block;
	width: 60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 12.5px;
	font-size: 14px;
	color: #fff;
}
#news .news-bd .news-group a.more {
	margin-top: 40px;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.26px;
	display: inline-block;
}
#news .news-bd .news-group a.more hr {
	width: 80%;
	border-top: 1px solid #000;
	margin-top: 5px;
}
#news .news-bd .news-group a.more:hover hr {
	width: 100%;
}
#recruit {
	background-color: #27cba6;
	padding: 60px 0;
}
#recruit .left img {
	height: 102px;
}
#recruit .left p {
	color: #fff;
	font-size: 24px;
}
#recruit .left .link a {
	background: #E62129;
	width: 200px;
	height: 50px;
	color: #fff;
	display: block;
	line-height: 50px;
	text-align: center;
	font-weight: 600;
}
#recruit .left .link a:hover {
	background:#000;
}
#recruit .left .link span {
	line-height: 50px;
	color: #fff;
	font-weight: 600;
}
#recruit .right {
	margin-top: 0px;
}
#about-banner {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 500px;
	display: flex;
	align-items: center;
	text-align: center;
}
#about-banner .slogan {
	margin: 0 auto;
	padding-top: 50px;
}
#about-banner .slogan img {
	height: 96px;
}
#progress {
	background-color: #f5f5f5;
	padding: 40px 0;
}
#progress .title {
	text-align: center;
}
#progress .title img {
	height: 33px;
}
#progress .content {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: #fff;
	padding: 60px 40px;
}
#progress .content p {
	color: #868686;
	line-height: 2;
}
#pattern {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 500px;
	display: flex;
	align-items: center;
	text-align: center;
}
#pattern .pattern-bd {
	margin: 0 auto;
}
#pattern .pattern-bd .title {
	text-align: center;
}
#pattern .pattern-bd .title img {
	height: 33px;
}
#pattern .pattern-bd .content {
	max-width: 820px;
	margin: 0 auto;
	margin-top: 50px;
}
#pattern .pattern-bd .content p {
	color: #fff;
	line-height: 2;
	text-align: justify;
}
#worth {
	padding: 80px 0;
}
#worth .title {
	text-align: center;
}
#worth .title img {
	height: 33px;
}
#worth .content {
	max-width: 930px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 60px;
}
#worth .content .item {
	overflow: hidden;
}
#worth .content .item .item-bd {
	background-color: #f5f5f5;
	text-align: center;
	padding: 40px 0;
	position: relative;
}
#worth .content .item .item-bd img {
	height: 71px;
}
#worth .content .item .item-bd p {
	width: 100%;
	position: absolute;
	top: 30%;
	font-size: 16px;
	color: #f58f14;
	letter-spacing: 0.26px;
	text-align: center;
	line-height: 28px;
	font-weight: 600;
}
#worth .content .js {
	margin-top: 30px;
}
#worth .content .js p {
	color: #868686;
	font-size: 16px;
	text-align: justify;
}
#worth .content .js .more {
	text-align: center;
	margin-top: 50px;
}
#worth .content .js .more a {
	color: #f58f14;
}
#core {
	padding: 80px 0;
	background-color: #f5f5f5;
}
#core .title {
	text-align: center;
}
#core .title img {
	height: 33px;
}
#core .content {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;
}
#core .content .am-panel-default {
	border: 0;
}
#core .content .am-panel-default > .am-panel-hd {
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	padding: 0 2rem;
	border: 0;
}
#core .content .am-panel-group .am-panel + .am-panel {
	margin-top: 10px;
}
#core .content .am-panel-group .am-panel-hd + .am-panel-collapse .am-panel-bd {
	border: 0;
	color: #868686;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
#core .content .am-panel {
	background-color: #fff0;
	box-shadow: none;
}
#case-banner {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 450px;
	display: flex;
	align-items: center;
	text-align: center;
}
#case-banner .slogan {
	margin: 0 auto;
	display: flex;
	vertical-align: middle;
	align-items: center;
	padding: 50px 20px 0;
}
#case-banner .slogan img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	display: inline-block;
}
#case-banner .slogan div {
	padding-left: 20px;
	text-align: left;
}
#case-banner .slogan div h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 10px;
}
#case-banner .slogan div p {
	font-size: 20px;
	color: #fff;
	margin-top: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#case-content {
	background-color: #fff;
	padding: 40px 0;
}
#case-content .content {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 40px;
}
#case-content .content img {
	max-width: 100%;
}
#case-content .content p {
	color: #4a4a4a;
	line-height: 2;
}
#contact {
	padding-bottom: 30px;
}
#contact .part1 {
	width: 55%;
	position: relative;
	background-color: #e62129;
	float: left;
	color: #fff;
	padding: 30px 50px;
	margin-top: -50px;
	height: 360px;
}
#contact .part1 p {
	font-size: 24px;
	line-height: 1.8;
	text-align: justify;
}
#contact .part1 span {
	display: inline-block;
	margin-top: 30px;
	font-size: 14px;
}
#contact .part1 h2 {
	font-size: 32px;
	margin-top: 5px;
	line-height: 1;
}
#contact .part2 {
	width: 45%;
	float: left;
	padding: 100px 50px 0;
	height: 360px;
	margin-top: -50px;
}
#contact .part2 img {
	height: 33px;
}
#contact .part2 p {
	color: #000;
	line-height: 1.6;
	margin-bottom: 1rem;
}
#contact .part2 p a {
	color: #000;
	font-weight: 600;
}
#contact .part3 {
	width: 55%;
	float: left;
	padding: 100px 50px 0;
	margin-top: -50px;
}
#contact .part3 img {
	height: 33px;
}
#contact .part3 p {
	color: #000;
	line-height: 1.6;
	margin-bottom: 1rem;
}
#contact .part3 p a {
	color: #000;
	font-weight: 600;
}
#contact .part4 {
	width: 45%;
	float: left;
}
.list-banner .slogan {
	text-align: center !important;
}
.list-banner .slogan h3 {
	font-weight: 500 !important;
	font-size: 32px !important;
	text-align: center !important;
	margin-bottom: 0 !important;
}
.list-banner .slogan p {
	text-align: center !important;
	line-height: 1;
}
#list-content {
	padding: 60px 0 100px;
}
#list-content .content {
	padding: 0 60px;
}
#list-content .content .list-item {
	display: block;
	overflow: hidden;
	background-color: #f5f5f5;
	top: 0;
	position: relative;
	margin-bottom: 10px;
}
#list-content .content .list-item:hover {
	background-color: #fff;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
	top: -5px;
}
#list-content .content .list-item a {
	padding: 40px 0;
	display: block;
	width: 100%;
	overflow: hidden;
}
#list-content .content .list-item a .left h4 {
	font-size: 15px;
	color: #b0b0b0;
	font-weight: 500;
	text-align: right;
	line-height: 1;
}
#list-content .content .list-item a .right .title {
	margin-bottom: 5px;
}
#list-content .content .list-item a .right .title h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1;
	color: #000;
	display: inline-block;
}
#list-content .content .list-item a .right .title .sup {
	background-color: #ff822d;
	display: inline-block;
	width: 60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 12.5px;
	font-size: 14px;
	color: #fff;
}
#list-content .content .list-item a .right p {
	margin-bottom: 0;
	color: #4a4a4a;
	margin-top: 0;
	font-size: 14px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
#list-content .content .pagination {
	margin-top: 30px;
	text-align: center;
}
#list-content .content .pagination .am-pagination {
	text-align: center;
}
#list-content .content .pagination .am-pagination .am-pagination-prev {
	float: none;
}
#list-content .content .pagination .am-pagination .am-pagination-next {
	float: none;
}
#list-content .content .pagination .am-pagination a {
	background-color: #e62129;
	color: #f5f5f5;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	padding: 0;
	line-height: 46px;
	margin: 0;
}
#list-content .content .pagination .am-pagination a:hover {
	background-color: #f6f6f6;
	color: #e62129;
}
.list2 .list-item a {
	padding: 0 !important;
}
.list2 .list-item a .left {
	width: 30%;
	float: left;
	position: relative;
}
.list2 .list-item a .left img {
	width: 100%;
	height: auto;
	position: relative;
}
.list2 .list-item a .right {
	width: 70%;
	float: right;
	padding: 30px;
}
.list2 .list-item a .right .title h4 {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 15px;
	color: #979797;
}
.list2 .list-item a .right .title h3 {
	margin-top: 0;
}
.list2 .list-item a .right p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2 !important;
	overflow: hidden;
}
#brand #f1 {
	padding: 80px 0;
}
#brand #f1 .am-container {
	max-width: 1024px;
}
#brand #f1 .ts-item {
	text-align: center;
}
#brand #f1 .ts-item .top img {
	height: 64px;
}
#brand #f1 .ts-item .bot {
	margin-top: 10px;
}
#brand #f1 .ts-item .bot h3 {
	font-size: 16px;
	margin-bottom: 0;
}
#brand #f1 .ts-item .bot p {
	font-size: 15px;
	margin-top: 10px;
	color: #868686;
}
#brand #f2 {
	padding-bottom: 60px;
}
#brand #f2 .content {
	background-color: #f5f5f5;
	padding: 60px 0;
}
#brand #f2 .content .title {
	text-align: center;
	margin-bottom: 50px;
}
#brand #f2 .content .title img {
	height: 33px;
}
#brand #f2 .content .step-bd {
	overflow: hidden;
	padding: 0 40px;
}
#brand #f2 .content .step-bd .item {
	width: 20% !important;
	overflow: hidden;
}
#brand #f2 .content .step-bd .item h3 {
	font-size: 18px;
	color: #868686;
}
#brand #f2 .content .step-bd .item p {
	font-size: 14px;
	line-height: 2;
}
#brand #f2 .content .link {
	text-align: center;
	margin-top: 60px;
}
#brand #f2 .content .link button {
	padding: 10px 40px;
	background-color: #e62129;
	color: #fff;
	letter-spacing: 2px;
}
#join-banner {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 500px;
	display: flex;
	align-items: center;
	text-align: center;
}
#join-banner .slogan {
	margin: 0 auto;
	padding-top: 50px;
}
#join-banner .slogan img {
	height: 96px;
}
#job-list {
	padding: 80px 0;
	background-color: #f5f5f5;
}
#job-list .content {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;
}
#job-list .content .am-panel-default {
	border: 0;
}
#job-list .content .am-panel-default > .am-panel-hd {
	overflow: hidden;
	background-color: #fff;
	padding: 2rem;
	border: 0;
}
#job-list .content .am-panel-default > .am-panel-hd .title {
	float: left;
}
#job-list .content .am-panel-default > .am-panel-hd .title h4 {
	font-size: 18px;
	line-height: 1;
	font-width: 500;
	margin: 0;
	padding-top:10px;
	margin-bottom: 10px;
}
#job-list .content .am-panel-default > .am-panel-hd .title p {
	font-size: 14px;
	margin: 0;
	line-height: 1;
	color: #6e6e6e;
}
#job-list .content .am-panel-default > .am-panel-hd .pay {
	float: right;
	padding-top: 5px;
	font-weight: bolder;
}
#job-list .content .am-panel-default > .am-panel-hd .pay span {
	color: #fa6400;
}
#job-list .content .am-panel-group .am-panel + .am-panel {
	margin-top: 10px;
}
#job-list .content .am-panel-group .am-panel-hd + .am-panel-collapse .am-panel-bd {
	border: 0;
	text-align: justify;
	padding-top: 20px;
}
#job-list .content .am-panel-group .am-panel-hd + .am-panel-collapse .am-panel-bd h3 {
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
}
#job-list .content .am-panel-group .am-panel-hd + .am-panel-collapse .am-panel-bd p {
	font-size: 14px;
	color: #333;
	margin-top: 0;
	line-height: 2;
}
#job-list .content .am-panel {
	background-color: #fff0;
	box-shadow: none;
}
#business #f1 {
	padding: 80px 0;
}
#business #f1 .content {
	padding: 60px 0;
}
#business #f1 .content .title {
	text-align: center;
	margin-bottom: 60px;
}
#business #f1 .content .title img {
	height: 33px;
}
#business #f1 .content .step-bd {
	overflow: hidden;
	padding: 0 40px;
}
#business #f1 .content .step-bd .item {
	overflow: hidden;
}
#business #f1 .content .step-bd .item .title .num {
	float: left;
	font-size: 50px;
	color: #fa6400;
	margin: 0;
	line-height: 1;
}
#business #f1 .content .step-bd .item .title .name {
	float: left;
	text-align: left !important;
}
#business #f1 .content .step-bd .item .title .name h3 {
	font-size: 24px;
	color: #fa6400;
	margin: 5px;
	line-height: 1;
	text-align: left !important;
}
#business #f1 .content .step-bd .item .title .name p {
	font-size: 14px;
	color: #777;
	margin: 0;
	line-height: 1;
	padding-left: 5px;
}
#business #f1 .content .step-bd .item p.nr {
	font-size: 14px;
	line-height: 2;
	padding-left: 30px;
}
#business #f1 .content .link {
	text-align: center;
	margin-top: 60px;
}
#business #f1 .content .link a {
	padding: 10px 40px;
	color: #fff;
	letter-spacing: 2px;
}
#business #f2 {
	padding: 80px 0;
	background-color: #f6f6f6;
}
#business #f2 .title {
	text-align: center;
}
#business #f2 .title img {
	height: 33px;
}
#business #f2 .content {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;
}
#business #f2 .content .am-panel-default {
	border: 0;
}
#business #f2 .content .am-panel-default > .am-panel-hd {
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	padding: 0 2rem;
	border: 0;
}
#business #f2 .content .am-panel-group .am-panel + .am-panel {
	margin-top: 10px;
}
#business #f2 .content .am-panel-group .am-panel-hd + .am-panel-collapse .am-panel-bd {
	border: 0;
	color: #868686;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
#business #f2 .content .am-panel {
	background-color: #fff0;
	box-shadow: none;
}
#ruzhu {
	background-color: #f2f2f2;
}
#ruzhu .r-header {
	background-color: #fff;
	padding: 10px 50px;
}
#ruzhu .r-header img {
	height: 42px;
}
#ruzhu .r-top {
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 20px 40px 20px;
	border-bottom: 1px solid #d5d5d5;
}
#ruzhu .r-top h1 {
	font-size: 18px;
	margin-bottom: 0;
}
#ruzhu .content {
	background-color: #fff;
	padding: 30px 40px 40px;
}
#ruzhu [class*='am-u-'] {
 padding-left: 0;
 padding-right: 0;
}
#ruzhu .ow {
	margin-bottom: 0;
	font-size: 15px;
	margin-top: 40px;
}
#ruzhu hr {
	margin-top: 10px;
}
#ruzhu .am-form-group {
	position: relative;
}
#ruzhu .am-form-group label {
	float: left;
	color: #555;
	font-weight: 500;
	font-size: 14px;
	width: 10%;
	text-align: left;
	position: relative;
}
#ruzhu .am-form-group .nr {
	float: left;
	padding-left: 20px;
	width: 90%;
	position: relative;
}
#ruzhu .am-form-group .nr select {
	width: 200px;
	font-size: 14px;
}
#ruzhu .am-form-group .nr input {
	width: 200px;
	font-size: 14px;
	float: left;
}
#ruzhu .am-form-group .nr .yz {
	margin-left: 20px;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	font-style: 14px;
	font-size: 14px;
}
#ruzhu .am-form-group .sf {
	position: relative;
	width: 90%;
}
#ruzhu .am-form-group .sf .thum {
	float: left;
	margin-right: 20px;
}
#ruzhu .am-form-group .sf .thum a {
	display: inline-block;
	width: 120px;
	text-align: center;
	border: 1px solid #d5d5d5;
	margin-top: 15px;
	font-size: 14px;
	line-height: 34px;
	color: #333;
	background-color: #f9f9f9;
}
#ruzhu .am-form-group .sf .thum img {
	display: block;
	width: 122px;
	height: 76px;
}
#ruzhu .am-form-group .editor {
	width: 90%;
	padding-left: 20px;
	float: left;
}
#ruzhu .am-form-group .editor a, #ruzhu .am-form-group .editor div, #ruzhu .am-form-group .editor h1, #ruzhu .am-form-group .editor h2, #ruzhu .am-form-group .editor h3, #ruzhu .am-form-group .editor h4, #ruzhu .am-form-group .editor h5, #ruzhu .am-form-group .editor hr, #ruzhu .am-form-group .editor li, #ruzhu .am-form-group .editor p, #ruzhu .am-form-group .editor section, #ruzhu .am-form-group .editor span, #ruzhu .am-form-group .editor time, #ruzhu .am-form-group .editor ul {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	text-align: left;
}
#ruzhu .am-form-group .editor a .cke, #ruzhu .am-form-group .editor div .cke, #ruzhu .am-form-group .editor h1 .cke, #ruzhu .am-form-group .editor h2 .cke, #ruzhu .am-form-group .editor h3 .cke, #ruzhu .am-form-group .editor h4 .cke, #ruzhu .am-form-group .editor h5 .cke, #ruzhu .am-form-group .editor hr .cke, #ruzhu .am-form-group .editor li .cke, #ruzhu .am-form-group .editor p .cke, #ruzhu .am-form-group .editor section .cke, #ruzhu .am-form-group .editor span .cke, #ruzhu .am-form-group .editor time .cke, #ruzhu .am-form-group .editor ul .cke {
	width: 800px !important;
	position: relative;
	box-shadow: none;
	border-radius: 0;
}
#ruzhu .bg {
	margin-top: 40px;
}
#ruzhu .bg label {
	display: block !important;
	width: 100% !important;
	font-weight: 500;
	position: relative;
	margin-bottom: 20px;
}
#ruzhu .bg label span {
	position: relative;
	color: #555;
	padding-left: 6%;
}
#ruzhu .bg .nr {
	width: 100%;
	padding-left: 12%;
}
#ruzhu .bg .nr .item {
	margin-bottom: 20px;
	float: left;
}
#ruzhu .bg .nr .item .thum {
	float: left;
}
#ruzhu .bg .nr .item .thum a {
	display: inline-block;
	width: 168px;
	text-align: center;
	border: 1px solid #d5d5d5;
	margin-top: 15px;
	font-size: 14px;
	line-height: 34px;
	color: #333;
	background-color: #f9f9f9;
}
#ruzhu .bg .nr .item .thum img {
	display: block;
	width: 168px;
	height: 168px;
}
#ruzhu .bg .nr .item .sl {
	margin-left: 30px;
	float: left;
	text-align: center;
}
#ruzhu .bg .nr .item .sl figcaption {
	font-size: 14px;
	color: #333;
	line-height: 34px;
	margin-top: 15px;
}
#ruzhu .bg .nr .item .sl figure {
	cursor: pointer;
	width: 168px;
	height: 168px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	align-items: center;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #e9e9e9;
}
#ruzhu .bg .nr .item .sl figure img {
	height: 160px;
	margin: 0 auto;
}
#ruzhu .tj {
	text-align: center;
	margin-top: 50px;
}
#ruzhu .tj button {
	background: #f5f5f5;
	border: 1px solid #c2c2c2;
	width: 150px;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
#ruzhu .tj button.next {
	background-color: #e62129;
	color: #fff;
}
footer {
	background-color: #e62129;
	padding: 30px 0 0;
}
footer .f-menu {
	padding: 20px 0 10px;
	overflow: hidden;
}
footer .f-menu .f-menu1 {
	width: 45%;
	float: left;
	overflow: hidden;
}
footer .f-menu .f-menu1 h4 img {
	height: 42px;
}
footer .f-menu .f-menu1 a {
	font-weight: 600;
}
footer .f-menu .f-menu2 {
	width: 18.333%;
	float: left;
	overflow: hidden;
}
footer .f-menu li h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
footer .f-menu li p {
	margin: 0;
	color: #fff;
	font-size: 14px;
}
footer .f-menu li p a {
	color: #fff;
	line-height: 30px;
}
footer .f-menu li p a:hover {
	color:#CCC;
}
footer .f-menu li p i {
	padding-right: 10px;
	color: #aaa;
}
footer .f-menu li .social-link {
	margin-top: 20px;
}
footer .f-menu li .social-link a {
	color: #fff;
	padding: 0 5px;
}
footer .cop {
	color: #fff;
	font-size: 13px;
}
footer .cop .cop-bd {
	border-top: 1px solid rgba(216, 216, 216, 0.8);
	padding: 20px 5px 10px 5px;
	overflow: hidden;
}
footer .cop .cop-bd [class*='am-u-'] {
 padding: 0;
}
footer .cop .cop-bd .ba {
	text-align: right;
}
footer .cop .cop-bd .ba a {
	color: #fff;
}
.jd-modal .am-modal-dialog {
	width: 750px;
	background-color: #fff;
	box-shadow: 0 12px 40px 0 rgba(90, 90, 90, 0.5);
}
@media only screen and (max-width: 641px) {
 .jd-modal .am-modal-dialog {
 width: 340px;
 background-color: #fff;
 box-shadow: 0 12px 40px 0 rgba(90, 90, 90, 0.5);
}
}
.jd-modal .am-modal-dialog img {
	width: 100%;
	height: auto;
}
.jd-modal .am-modal-dialog .js {
	padding: 20px 30px;
}
.jd-modal .am-modal-dialog .js p {
	font-size: 16px;
	color: #4a4a4a;
	line-height: 1.8;
	text-align: justify;
}
#vd-modal {
	background-color: rgba(0, 0, 0, 0.6);
}
#vd-modal .v-log {
	width: 100vw;
	height: 100vh;
	background: 0 0;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 1);
	opacity: 1;
}
#vd-modal .v-log .am-close {
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 40px;
	font-weight: 100;
	line-height: 40px;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	z-index: 999;
	top: 40px;
	right: 50px;
}
#vd-modal .v-log .am-modal-bd {
	position: relative;
	padding: 0;
	width: 100%;
}
#vd-modal .v-log .am-modal-bd video {
	height: 100vh;
	width: 100%;
}
/* 迭代 */
.social {
	position: relative;
	display: flex;
	flex-direction: row;
	padding-top: 10px;
	z-index: 9;
}
.social-item {
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.code-img {
	position: absolute;
	width: 138px;
	top: -138px;
	z-index: 999;
	display: none;
}
.social-img {
	width: 36px;
}
.jiazhi-item {
	background-color: #f5f5f5;
	padding: 50px 17px 33px 17px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 15px;
}
.jiazhi-item-img {
	width: 78px;
	height: 78px;
}
.jiazhi-item-title {
	padding-top: 35px;
	font-size: 24px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #e62129;
}
.jiazhi-item-txt {
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #868686;
	line-height: 28px;
}
.culture-item {
	padding: 75px 0;
	display: flex;
	flex-direction: row;
}
.culture-item-left {
	width: 50%;
}
.culture-item-right {
	width: 50%;
}
.culture-item-left-title {
	font-size: 36px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #e62129;
}
.culture-item-left-title1 {
	padding-top: 10px;
	font-size: 24px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #868686;
}
.culture-item-left-txt {
	padding-top: 10px;
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #868686;
	line-height: 28px;
}
.culture-item-right-img {
	width: 440px;
}
.culture-item-img {
	width: 100%;
}
.culture-item-title {
	padding-top: 10px;
	font-size: 24px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #e62129;
}
.culture-item-title1 {
	padding-top: 10px;
	font-size: 18px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #868686;
}
.culture-item-txt {
	padding-top: 10px;
	font-size: 14px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #868686;
	line-height: 24px;
}
.pdsigle-one {
	background: #060638;
}
.pdsigle-content-img {
	width: 100%;
}
.pdsigle-two {
	padding: 64px 0;
}
.pdsigle-two-title {
	font-size: 36px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #e62129;
	text-align: center;
}
.pdsigle-two-txt {
	padding: 0 130px;
	padding-top: 30px;
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #868686;
	line-height: 28px;
	padding-bottom: 60px;
}
#case-content .content p>iframe {
	height: 500px;
}
.warp-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
 transition: all .5s ease;
}
.warp-bg.cur {
	opacity: 1;
	visibility: visible;
}
