/* layui */
.layui-layer-page {
	border-radius: 0 !important;
}

.layui-layer-page .layui-layer-content {
	overflow-x: hidden !important;
}

.layui-menu .layui-menu-item-checked {
	color: #c5371f !important;
}

.layui-menu .layui-menu-item-checked:after {
	border-color: #c5371f !important;
}

/* header */
header .logo {
	background-color: #c5371f;
	padding: 15px 0;
	overflow: hidden;
	position: relative;
}

header .logo img {
	float: left;
	display: block;
	width: auto;
	height: 100px;
}

header .logo h6 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

header .logo h6 img {
	display: block;
	float: none;
	width: auto;
	height: 100px;
	margin: 0 auto;
}

header .logo h6 img.vision_m {
	display: none;
}

@media (max-width: 767px) {
	header .logo h6 {
		left: 15px;
		right: 15px;
		width: 200px;
		margin: 0 0 0 auto;
	}

	header .logo h6 img {
		margin: 0 0 0 auto;
	}

	header .logo h6 img.vision_pc {
		display: none;
	}

	header .logo h6 img.vision_m {
		display: block;
	}
}

header .nav {
	font-size: 0;
	height: 60px;
	line-height: 60px;
	text-align: center;
	box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

header .nav .layui-container {
	overflow-x: auto;
	overflow-y: hidden;
}

header .nav .nav-con {
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
}

header .nav .nav-con a {
	font-size: 16px;
	color: #c5371f;
	padding: 0 22px;
}

header .nav .nav-con span {
	font-size: 16px;
	color: #333333;
}

header .nav .nav-con a.active {
	color: #333333;
}

header .m-nav {
	display: none;
}

@media (max-width: 1023px) {
	header .nav {
		display: none;
	}

	header .m-nav {
		display: block;
	}

	header .m-nav .layui-nav {
		background-color: transparent;
		padding: 0;
		border: 0;
	}

	header .m-nav .layui-nav .layui-nav-bar {
		display: none !important;
		background-color: transparent !important;
	}

	header .m-nav .layui-nav .layui-nav-item:nth-child(1) a,
	header .m-nav .layui-nav .layui-nav-item:nth-child(2) a {
		background-color: #c5371f;
		width: auto;
		height: 36px;
		line-height: 36px;
		color: #ffffff;
		border-radius: 2px;
		margin: 12px 0;
	}

	header .m-nav .layui-nav .layui-nav-item:nth-child(2) {
		margin-left: 12px;
	}

	header .m-nav .layui-nav .layui-nav-item:nth-child(3) {
		float: right;
	}

	header .m-nav .layui-nav .layui-nav-item:nth-child(3) button {
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		padding: 0;
		margin: 11px 0;
		border: 1px solid #c5371f;
		border-radius: 100%;
		background-color: #c5371f;
		color: #ffffff;
	}

	header .m-nav .layui-nav .layui-nav-item:nth-child(3) button .layui-nav-more {
		border-color: transparent;
	}

	header .m-nav .layui-nav .layui-nav-item a {
		color: #333333;
	}

	header .m-nav .layui-nav .layui-nav-item.layui-this:after,
	header .m-nav .layui-nav .layui-nav-item.layui-this a:after {
		display: none;
	}

	header .m-nav .layui-nav .layui-nav-item .layui-nav-child {
		top: 60px;
		left: auto;
		right: 0;
		padding: 0;
		text-align: center;
		width: 120px;
		border: none;
	}

	header .m-nav .layui-nav .layui-nav-item .layui-nav-child .layui-this,
	header .m-nav .layui-nav .layui-nav-item .layui-nav-child .layui-this a {
		background-color: #c5371f;
		color: #ffffff;
	}

	header .m-nav .layui-nav .layui-nav-item .layui-nav-child hr {
		margin: 0;
	}
}

/* banner */
.banner img {
	display: block;
	width: 100%;
	height: auto;
}

.banner img.banner-m {
	display: none;
}

@media (max-width: 991px) {
	.banner img.banner-pc {
		display: none;
	}

	.banner img.banner-m {
		display: block;
	}
}

/* index-kecheng */
.index-kecheng {
	padding: 60px 0;
	background-color: #f2f2f2;
}

.index-kecheng-title {
	text-align: center;
	margin-bottom: 30px;
}

.index-kecheng-title h2 {
	font-size: 22px;
	color: #666666;
	margin: 0 0 10px;
}

.index-kecheng-title p {
	font-size: 28px;
	color: #333333;
	margin: 0;
}

.index-kecheng-item {
	position: relative;
	padding: 50px 30px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
}

.index-kecheng-item:after,
.index-kecheng-item:before {
	content: "";
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .4s;
}

.index-kecheng-item:after,
.index-kecheng-item:before {
	position: absolute;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s
}

.index-kecheng-item:before {
	border-top: 1px solid #c5371f;
	border-bottom: 1px solid #c5371f;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}

.index-kecheng-item:after {
	border-right: 1px solid #c5371f;
	border-left: 1px solid #c5371f;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
}

.index-kecheng-item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.index-kecheng-item:hover:after,
.index-kecheng-item:hover:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.index-kecheng-item i {
	width: 80px;
	height: 80px;
	background-color: #c5371f;
	display: inline-block;
	line-height: 80px;
	text-align: center;
	border-radius: 80px;
	font-size: 36px;
	color: #ffffff;
}

.index-kecheng-item h6 {
	position: relative;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 40px;
	color: #c5371f;
}

.index-kecheng-item h6:after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 4px;
	border-radius: 4px;
	background-color: #fff500;
}

.index-kecheng-item p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-align: center
}

.index-kecheng-item a {
	position: relative;
	z-index: 1;
	background-color: #c5371f;
}

@media (max-width: 767px) {
	.index-kecheng {
		padding: 30px 0;
	}
}

/* index-vision */
.index-vision {
	padding: 0 0 60px;
	background-color: #f2f2f2;
}

.index-vision .index-vision-img {
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
}

.index-vision .index-vision-img img {
	display: block;
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.index-vision {
		padding: 0 0 30px;
	}
}

/* index-notes */
.index-notes img {
	display: block;
	max-width: 1920px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* index-news */
.index-news {
	padding: 60px 0;
}

.index-news .index-news-video {
	border-radius: 4px;
	overflow: hidden;
}

.index-news .index-news-video video {
	display: block;
	width: 100%;
	height: auto;
}

.index-news .index-news-video video:focus {
	border: none;
}

.index-news .index-news-con .layui-tab {
	margin: 0;
}

.index-news .index-news-con .layui-tab .layui-tab-title {
	border-radius: 4px;
	border-bottom: none;
	overflow: hidden;
}

.index-news .index-news-con .layui-tab .layui-tab-title li {
	width: 25%;
	background-color: #f2f2f2;
	color: #333333;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	padding: 0;
}

.index-news .index-news-con .layui-tab .layui-tab-title li+li {
	border-left: 1px solid #ffffff;
}

.index-news .index-news-con .layui-tab .layui-tab-title li.layui-this {
	background-color: #c5371f;
	color: #ffffff;
}

.index-news .index-news-con .layui-tab>.layui-tab-more li.layui-this:after,
.index-news .index-news-con .layui-tab>.layui-tab-title .layui-this:after {
	border-bottom: none;
	height: 40px;
}

.index-news .index-news-con .layui-tab .layui-tab-content {
	padding: 0;
}

.index-news .index-news-con .index-news-con-top {
	display: block;
	padding: 20px 0 0;
	overflow: hidden;
}

.index-news .index-news-con .index-news-con-top .index-news-con-top-img {
	width: 100%;
	height: 125px;
	border-radius: 4px;
	overflow: hidden;
}

.index-news .index-news-con .index-news-con-top .index-news-con-top-img img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
}

.index-news .index-news-con .index-news-con-top h5 {
	font-size: 18px;
	color: #333333;
}

.index-news .index-news-con .index-news-con-top h6 {
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	margin: 10px 0;
}

.index-news .index-news-con .index-news-con-top p {
	font-size: 16px;
	color: #666666;
	margin: 0;
}

.index-news .index-news-con .index-news-con-list {
	list-style: none;
	padding: 0;
}

.index-news .index-news-con .index-news-con-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	line-height: 24px;
}

.index-news .index-news-con .index-news-con-list li a {
	display: block;
	font-size: 14px;
	color: #666666;
}

.index-news .index-news-con .index-news-con-list li a i {
	margin-right: 8px;
	color: #666666;
}

.index-news .index-news-con .index-news-con-list li a:hover {
	color: #c5371f;
}

.index-news .index-news-con .index-news-con-list li span {
	width: 80px;
	min-width: 80px;
	text-align: right;
	font-size: 14px;
	color: #666666;
}

.index-news .index-news-con .index-news-con-video {
	padding: 15px 0 0;
	margin-right: 7.5px;
	position: absolute;
}

.index-news .index-news-con .index-news-con-video a {
	display: block;
	border-radius: 4px;
	overflow: hidden;
}

.index-news .index-news-con .index-news-con-video a img {
	display: block;
	width: 100%;
	height: auto;
	transition: all .6s;
}

.index-news .index-news-con .index-news-con-video a:hover img {
	transform: scale(1.2);
}

.index-news .index-news-con .index-news-con-video a i {
	position: absolute;
	font-size: 40px;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -21.5px;
	text-align: center;
	color: #ffffff;
	z-index: 1;
}

@media (max-width: 767px) {
	.index-news {
		padding: 30px 0;
	}

	.index-news .index-news-con .layui-tab .layui-tab-title li {
		font-size: 14px;
	}

	.index-news .index-news-con .index-news-con-top {
		padding-top: 15px;
	}

	.index-news .index-news-con .index-news-con-top .index-news-con-top-img {
		height: auto;
	}

	.index-news .index-news-con .index-news-con-video {
		position: relative;
		margin-right: 0;
	}
}

/* index-team */
.index-team {
	padding: 60px 0 45px;
	background-color: #f2f2f2;
}

.index-team .index-team-title {
	text-align: center;
}

.index-team .index-team-title h5 {
	font-size: 32px;
	color: #333333;
	margin: 0 0 30px;
}

.index-team .swiper-container {
	padding: 10px 0 50px;
}

.index-team .swiper-container .swiper-pagination-bullet-active {
	background-color: #c5371f;
}

.index-team .index-team-item {
	display: block;
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
}

.index-team .index-team-item img {
	display: block;
	width: 100%;
	height: auto;
}

.index-team .index-team-item h6 {
	font-size: 22px;
	color: #333333;
	text-align: center;
	padding: 10px 0;
	margin: 0;
}

@media (max-width: 767px) {
	.index-team {
		padding: 30px 0;
	}

	.index-team .index-team-title h5 {
		font-size: 26px;
	}

	.index-team .index-team-title h6 {
		font-size: 14px;
		margin: 10px 0 20px;
	}
}

/* news-top */
.news-top {
	padding: 30px 0;
	font-size: 0;
}

.news-top .layui-container {
	overflow: auto;
}

.news-top .news-top-con {
	white-space: nowrap;
}

.news-top .news-top-con a {
	display: inline-block;
	border: 1px solid #dddddd;
	font-size: 16px;
	padding: 8px 18px;
	border-radius: 2px;
	color: #333333;
}

.news-top .news-top-con a.active {
	background-color: #c5371f;
	border-color: #c5371f;
	color: #ffffff;
}

.news-top .news-top-con a+a {
	margin-left: 12px;
}

/* news_list */
.news_list {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.news_list .news_list-left {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 4px;
}

.news_list .news_list-left hr {
	margin: 20px 0;
}

.news_list .news_list-left .news_list-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}

.news_list .news_list-left .news_list-item .news_list-item-img {
	float: left;
	width: 180px;
	height: 120px;
	overflow: hidden;
}

.news_list .news_list-left .news_list-item .news_list-item-img img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
}

.news_list .news_list-left .news_list-item .news_list-item-text {
	width: calc(100% - 190px);
	margin-left: 10px;
}

.news_list .news_list-left .news_list-item .news_list-item-text h5 {
	font-size: 22px;
	line-height: 1.6;
	color: #333333;
}

.news_list .news_list-left .news_list-item .news_list-item-text h6 {
	font-size: 14px;
	color: #666666;
	margin: 10px 0;
	line-height: 1.7;
}

.news_list .news_list-left .news_list-item .news_list-item-text p {
	font-size: 14px;
	color: #666666;
}

.news_list .news_list-left .news_list-item .news_list-item-text p span+span {
	margin-left: 12px;
}

.news_list .news_list-left .news_list-page {
	text-align: center;
	font-size: 0;
}

.news_list .news_list-left .news_list-page a,
.news_list .news_list-left .news_list-page span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 12px;
	border: 1px solid #666666;
	color: #666666;
	margin-left: 12px;
}

.news_list .news_list-left .news_list-page a:hover,
.news_list .news_list-left .news_list-page span:hover,
.news_list .news_list-left .news_list-page a.page-num-current {
	background-color: #c5371f;
	border-color: #c5371f;
	color: #ffffff;
}

.news_list .news_list-left .news_list-page a:nth-child(1) {
	margin-left: 0;
}

.news_list-right-one {
	background-color: #ffffff;
	padding: 15px 15px 5px;
	border-radius: 4px;
}

.news_list-right-one .layui-elem-quote {
	background-color: #f2f2f2;
	border-color: #c5371f;
	margin-bottom: 15px;
	padding: 10px;
}

.news_list-right-one .layui-btn {
	background-color: #c5371f;
	color: #ffffff;
}

.news_list-right-two {
	margin-top: 15px;
	background-color: #ffffff;
	padding: 15px;
	border-radius: 4px;
}

.news_list-right-two .layui-elem-quote {
	background-color: #f2f2f2;
	border-color: #c5371f;
	margin-bottom: 15px;
	padding: 10px;
}

.news_list-right-two .news_list-right-two-list {
	list-style: none;
	padding: 0;
}

.news_list-right-two .news_list-right-two-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	line-height: 1.64;
}

.news_list-right-two .news_list-right-two-list li a {
	display: block;
	font-size: 14px;
	color: #666666;
}

.news_list-right-two .news_list-right-two-list li a i {
	margin-right: 8px;
	color: #666666;
}

.news_list-right-two .news_list-right-two-list li a:hover {
	color: #c5371f;
}

.news_list-right-two .news_list-right-two-list li span {
	width: 40px;
	min-width: 40px;
	text-align: right;
	font-size: 14px;
	color: #666666;
}

.news_list-right-three {
	margin-top: 15px;
	background-color: #ffffff;
	padding: 15px;
	border-radius: 4px;
}

.news_list-right-three .layui-elem-quote {
	background-color: #f2f2f2;
	border-color: #c5371f;
	margin-bottom: 15px;
	padding: 10px;
}

.news_list-right-three .news_list-right-three-item {
	display: block;
	width: 100%;
	height: auto;
}

.news_list-right-three .news_list-right-three-item img {
	display: block;
	width: 100%;
	height: auto;
}

.news_list-right-three .news_list-right-three-item p {
	font-size: 14px;
	padding: 8px 0;
	background-color: #f2f2f2;
	text-align: center;
	margin: 0;
}

.news_list-right-three .news_list-right-three-item+.news_list-right-three-item {
	margin-top: 15px;
}

.news_list-right-three .news_list-right-three-item:hover p {
	background-color: #c5371f;
	color: #ffffff;
}

@media (max-width: 991px) {
	.news_list {
		padding: 30px 0;
	}

	.news_list .news_list-left {
		padding: 15px;
	}

	.news_list .news_list-left hr {
		margin: 10px 0;
	}

	.news_list .news_list-left .news_list-item .news_list-item-img {
		display: none;
	}

	.news_list .news_list-left .news_list-item .news_list-item-text {
		width: 100%;
		margin-left: 0;
	}

	.news_list .news_list-left .news_list-item .news_list-item-text h5 {
		font-size: 18px;
	}

	.news_list .news_list-left .news_list-item .news_list-item-text h6 {
		margin: 8px 0;
	}

	.news_list .news_list-left .news_list-item .news_list-item-text p span:nth-child(3) {
		display: none;
	}
}

/* news_show */
.news_show {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.news_show .news_show-left {
	background-color: #ffffff;
}

.news_show .news_show-left .news_show-head {
	padding: 30px;
	font-size: 16px;
	color: #666666;
}

.news_show .news_show-left .news_show-head a:hover {
	color: #c5371f;
}

.news_show .news_show-left .news_show-con {
	padding: 30px;
	border-top: 1px solid #f2f2f2;
}

.news_show .news_show-left .news_show-con h1 {
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
	color: #333333;
	margin: 0;
}

.news_show .news_show-left .news_show-con h6 {
	font-size: 14px;
	text-align: center;
	color: #666666;
	padding: 15px 0;
}

.news_show .news_show-left .news_show-con h6 span+span {
	margin-left: 12px;
}

.news_show .news_show-left .news_show-con .news_show-text img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.news_show .news_show-left .news_show-con .news_show-text p {
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
}

.news_show .news_show-left .news_show-con .news_show-page p {
	font-size: 14px;
	color: #333333;
}

.news_show .news_show-left .news_show-con .news_show-page p a:hover {
	color: #c5371f;
}

@media (max-width: 991px) {
	.news_show {
		padding: 30px 0;
	}

	.news_show .news_show-left .news_show-head {
		padding: 15px;
		font-size: 14px;
	}

	.news_show .news_show-left .news_show-head i {
		font-size: 14px;
	}

	.news_show .news_show-left .news_show-con {
		padding: 15px;
	}

	.news_show .news_show-left .news_show-con h1 {
		font-size: 24px;
	}

	.news_show .news_show-left .news_show-con .news_show-text p {
		font-size: 14px;
	}
}

/* video */
.video {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.video .video-con {
	border-radius: 4px;
	overflow: hidden;
}

.video .video-con video {
	display: block;
	width: 100%;
	height: auto;
}

.video .video-list {
	overflow: auto;
}

.video .video-list::-webkit-scrollbar {
	width: 6px;
	height: 80px;
}

.video .video-list::-webkit-scrollbar-track {
	background-color: #ffffff;
}

.video .video-list::-webkit-scrollbar-thumb {
	background-color: #c5371f;
}

.video .video-list .video-item {
	padding: 0;
	margin: 0 15px 0 0;
	border-radius: 4px;
	overflow: hidden;
}

.video .video-list .video-item+.video-item {
	margin-top: 20px;
}

.video .video-list .video-item a {
	display: block;
	position: relative;
}

.video .video-list .video-item a img {
	display: block;
	width: 100%;
	height: auto;
}

.video .video-list .video-item a p {
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0;
	background-color: #ffffff;
	font-size: 16px;
	color: #666666;
}

.video .video-list .video-item a:hover p {
	background-color: #c5371f;
	color: #ffffff;
}

@media (max-width: 767px) {
	.video {
		padding: 30px 0;
	}
}

/* team_list */
.team_list {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.team_list-item {
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.team_list-item+.team_list-item {
	margin-top: 30px;
}

.team_list-item-text {
	padding: 35px 45px;
}

.team_list-item-text h1 {
	font-size: 36px;
	font-weight: 500;
	color: #c5371f;
	margin: 0 0 30px 0;
}

.team_list-item-text p {
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	line-height: 1.5;
}

.team_list-item-text p+p {
	margin-top: 10px;
}

.team_list-item-img img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 991px) {
	.team_list-item-text {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.team_list {
		padding: 30px 0;
	}

	.team_list-item-text {
		padding: 20px;
	}
}

/* img_list */
.img_list {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.img_list-item {
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.img_list-item-img {
	height: 180px;
	overflow: hidden;
}

.img_list-item-img img {
	display: none;
	width: auto;
	min-width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all .6s;
}

.img_list-item-img img:nth-child(1) {
	display: block;
}

.img_list-item p {
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	color: #333333;
}

.img_list-item:hover img {
	transform: scale(1.2);
}

.img_list-item:hover p {
	color: #c5371f;
}

@media (max-width: 767px) {
	.img_list {
		padding: 30px 0;
	}

	.img_list-item {
		width: 100%;
		margin: 0;
	}
}

/* job_list-head */
.job_list-head {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.job_list-head-con {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.job_list-head-con h2 {
	font-size: 32px;
	color: #c5371f;
	text-align: center;
	margin: 0 0 30px;
}

.job_list-head-con p {
	font-size: 16px;
	text-indent: 2em;
	line-height: 1.75;
	color: #666666;
	margin: 0;
}

.job_list-head-con p+p {
	margin-top: 15px;
}

.job_list-head-con-top {
	margin: 20px 0;
}

.job_list-head-con-top p {
	text-align: center;
	text-indent: inherit;
}

.job_list-foot-con-img {
	margin: 15px 0;
	border-radius: 4px;
	overflow: hidden;
}

.job_list-foot-con-img img {
	display: block;
	width: 100%;
	height: auto;
}

.job_list-foot-con-list {
	margin-top: 15px;
}

.job_list-foot-con-list-item {
	border-radius: 4px;
	overflow: hidden;
}

.job_list-foot-con-list-item img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.job_list-head {
		padding: 30px 0;
	}

	.job_list-head-con {
		padding: 15px;
	}

	.job_list-head-con h2 {
		margin: 10px 0 25px;
	}
}

/* job_list */
.job_list {
	background-color: #ffffff;
	padding: 60px 0;
}

.job_list-con>h2 {
	font-size: 32px;
	color: #c5371f;
	text-align: center;
	margin: 0 0 30px;
}

.job_list-con .layui-collapse {
	border-radius: 4px;
	box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

@media (max-width: 767px) {
	.job_list {
		padding: 30px 0;
	}
}

/* job_list-foot */
.job_list-foot {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.job_list-foot-con {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.job_list-foot-con h6 {
	font-size: 18px;
	font-weight: bold;
	color: #c5371f;
	margin: 10px 0;
}

.job_list-foot-con p {
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
	margin: 0;
}

.job_list-foot-con-item {
	border-radius: 4px;
	overflow: hidden;
}

.job_list-foot-con-item img {
	display: block;
	width: 100%;
	height: auto;
}

.job_list-foot-con-lattice {
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	padding: 15px;
}

.job_list-foot-con-lattice svg {
	display: block;
	margin: 0 auto;
}

.job_list-foot-con-lattice h6 {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin: 15px 0 0;
	font-weight: normal;
	line-height: 1.75;
}

.job_list-foot-con .layui-form-pane h2 {
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	color: #c5371f;
}

.job_list-foot-con .layui-form-pane .layui-form-mid {
	width: 100px;
	padding: 0 !important;
	margin-right: 0;
	height: 38px;
	line-height: 38px;
}

.job_list-foot-con .layui-form-pane .layui-form-mid img {
	display: block;
	width: 100%;
	height: 38px;
}

.job_list-foot-con .layui-form-pane .layui-form-radio>i:hover,
.job_list-foot-con .layui-form-pane .layui-form-radioed>i {
	color: #c5371f;
}

.job_list-foot-con .layui-form-pane .layui-btn {
	background-color: #c5371f;
}

@media (max-width: 767px) {
	.job_list-foot {
		padding: 30px 0;
	}

	.job_list-foot-con {
		padding: 15px;
	}

	.job_list-foot-con h6 {
		font-size: 18px;
	}

	.job_list-foot-con .layui-form-pane .layui-form-label {
		width: 90px;
	}

	.job_list-foot-con .layui-form-pane .layui-input-block {
		margin-left: 90px;
	}

	.job_list-foot-con .layui-form-item .layui-input-inline {
		display: inline-block;
		float: left;
		margin: 0;
		left: -1px;
		width: 80px;
	}

	.job_list-foot-con .layui-form-pane .layui-form-mid {
		margin-left: 8px;
		top: 0;
		width: 80px;
	}
}

/* jixiao */
.jixiao-one {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	padding: 150px 0;
}

.jixiao-one .layui-form {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 30px;
	box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.jixiao-one .layui-form h2 {
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	color: #c5371f;
}

.jixiao-one .layui-form-pane h2 {
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	color: #c5371f;
}

.jixiao-one .layui-form-pane .layui-form-label {
	width: 95px;
}

.jixiao-one .layui-form-pane .layui-input-block {
	margin-left: 95px;
}

.jixiao-one .layui-form-item .layui-input-inline {
	width: 100px;
}

.jixiao-one .layui-form-pane .layui-form-mid {
	width: 100px;
	padding: 0 !important;
	margin-right: 0;
	height: 38px;
	line-height: 38px;
}

.jixiao-one .layui-form-pane .layui-form-mid img {
	display: block;
	width: 100%;
	height: 38px;
}

.jixiao-one .layui-form-pane .layui-btn {
	background-color: #c5371f;
}

@media (max-width: 767px) {
	.jixiao-one {
		padding: 80px 0;
	}

	.jixiao-one .layui-form {
		padding: 15px;
	}

	.jixiao-one .layui-form-pane .layui-form-label {
		width: 90px;
	}

	.jixiao-one .layui-form-pane .layui-input-block {
		margin-left: 90px;
	}

	.jixiao-one .layui-form-item .layui-input-inline {
		display: inline-block;
		float: left;
		margin: 0;
		left: -1px;
		width: 80px;
	}

	.jixiao-one .layui-form-pane .layui-form-mid {
		margin-left: 8px;
		top: 0;
		width: 80px;
	}
}

/* jixiao-two */
.jixiao-two {
	padding: 60px 0 0;
	background-color: #f2f2f2;
}

.jixiao-two-txt {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 4px;
}

.jixiao-two-txt img {
	display: block;
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* jixiao-foot */
.jixiao-foot {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.jixiao-foot-left {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.jixiao-foot-left .swiper-pagination-bullet-active {
	background-color: #c5371f;
}

.jixiao-foot-left .jixiao-foot-left-item {
	height: 358px;
}

.jixiao-foot-left .jixiao-foot-left-item img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
	min-width: 100%;
}

.jixiao-foot-right {
	background: none;
	padding: 0;
}

@media (max-width: 991px) {
	.jixiao-foot {
		padding: 30px 0;
	}

	.jixiao-foot-left .jixiao-foot-left-item {
		height: auto;
	}

	.jixiao-foot-left .jixiao-foot-left-item img {
		width: 100%;
		height: auto;
	}
}

/* foot-info */
.foot-info {
	background-color: #c5371f;
	overflow: hidden;
}

.foot-info-item {
	width: 50%;
	float: left;
	text-align: center;
	padding: 20px 0;
}

.foot-info-item i {
	font-size: 24px;
	text-align: center;
	color: #ffffff;
}

.foot-info-item p {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin: 15px 0 0;
	line-height: 24px;
}

/* footer-nav */
.footer-nav {
	padding: 50px 0;
}

.footer-nav .layui-row {
	display: flex;
	flex-wrap: wrap;
}

.footer-nav .footer-nav-item {
	overflow: hidden;
}

.footer-nav .footer-nav-item-code {
	width: 120px;
	margin-left: auto;
}

.footer-nav .footer-nav-item h6 {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	margin: 10px 0 15px;
}

.footer-nav .footer-nav-item a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}

.footer-nav .footer-nav-item a+a {
	margin-top: 8px;
}

.footer-nav .footer-nav-item a:hover {
	color: #333333;
}

.footer-nav .footer-nav-item img {
	display: block;
	max-width: 130px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.footer-nav .footer-nav-item .qrcode {
	padding: 5px;
	box-sizing: border-box;
}

.footer-nav .footer-nav-item p {
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	margin: 8px 0 0;
}

.footer-nav .foot-nav-item-info p {
	text-align: left;
}

@media (max-width: 767px) {
	.footer-nav {
		padding: 20px 0 25px;
	}

	.footer-nav .footer-nav-item-code {
		margin: 0 auto;
	}
}

/* footer */
footer {
	background-color: #262626;
	padding: 10px 0;
	overflow: hidden;
}

footer p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.5;
	color: #bfbfbf;
}

footer p span {
	float: right;
}

footer p a {
	color: #bfbfbf;
}

footer p a:hover {
	color: #ffffff;
}

/* kefu */
.kefu {
	position: fixed;
	right: 10px;
	bottom: 100px;
	width: 60px;
	z-index: 9;
}

.kefu a {
	display: block;
	width: 100%;
	height: 60px;
	background-color: #05080C;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
}

.kefu a+a {
	border-top: 1px solid #ffffff;
}

.kefu a:hover {
	background-color: #c5371f;
}

.kefu a:last-of-type {
	line-height: 40px;
}

.kefu a:last-of-type i {
	font-size: 40px;
}

@media (max-width: 767px) {
	.kefu {
		width: 50px;
	}

	.kefu a {
		height: 50px;
		line-height: 15px;
		padding: 10px;
		font-size: 12px;
	}

	.kefu a:last-of-type {
		line-height: 30px;
	}

	.kefu a:last-of-type i {
		font-size: 30px;
	}
}

/* m-foot-nav */
.m-foot-nav {
	display: none;
}

@media (max-width: 767px) {
	.m-foot-nav {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 60px;
		z-index: 9;
	}

	.m-foot-nav .m-foot-nav-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 25%;
		height: 60px;
		float: left;
		background-color: #05080C;
		color: #ffffff;
		padding: 8px 0;
		box-sizing: border-box;
	}

	.m-foot-nav .m-foot-nav-item i {
		font-size: 18px;
	}

	.m-foot-nav .m-foot-nav-item p {
		width: 100%;
		text-align: center;
		font-size: 12px;
	}

	footer {
		margin-bottom: 60px;
	}
}

/* about-one */
.about-one {
	background-color: #f2f2f2;
	padding: 60px 0 30px;
}

.about-one-con {
	background-color: #ffffff;
	padding: 30px 30px 22.5px;
	border-radius: 4px;
	overflow: hidden;
}

.about-one-con p {
	font-size: 16px;
	color: #333333;
	line-height: 1.75;
	margin: 0;
	text-indent: 2em;
}

.about-one-con p+p {
	margin-top: 15px;
}

.about-one-con .about-one-con-img img {
	display: block;
	width: 100%;
	height: auto;
}

.about-one-con-list {
	margin-top: 15px;
}

.about-one-con-list-item {
	border-radius: 4px;
	overflow: hidden;
}

.about-one-con-list-item img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.about-one {
		padding: 30px 0 15px;
	}

	.about-one-con {
		padding: 20px 15px 7.5px;
	}
}

/* about-two */
.about-two {
	background-color: #f2f2f2;
	padding: 0 0 60px;
}

.about-two-item {
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	padding: 30px 50px;
}

.about-two-item h6 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.75;
	color: #c5371f;
	margin-bottom: 10px;
}

.about-two-item p {
	font-size: 16px;
	color: #666666;
	line-height: 1.75;
}

.about-two-item p+p {
	margin-top: 10px;
}

.about-two-item-1,
.about-two-item-4 {
	border-radius: 0 60px;
	background-color: #fff500;
}

.about-two-item-1 h6,
.about-two-item-4 h6 {
	color: #c5371f;
}

.about-two-item-1 p,
.about-two-item-4 p {
	color: #c5371f;
}

.about-two-item-2,
.about-two-item-3 {
	border-radius: 60px 0;
	background-color: #c5371f;
}

.about-two-item-2 h6,
.about-two-item-3 h6 {
	color: #fff500;
}

.about-two-item-2 p,
.about-two-item-3 p {
	color: #fff500;
}

@media (max-width: 991px) {
	.about-two {
		padding: 0 0 30px;
	}

	.about-two-item {
		padding: 15px;
	}

	.about-two-item-1,
	.about-two-item-2,
	.about-two-item-3,
	.about-two-item-4 {
		border-radius: 0 30px;
	}

	.about-two-item-1,
	.about-two-item-3 {
		background-color: #fff500;
	}

	.about-two-item-1 h6,
	.about-two-item-3 h6 {
		color: #c5371f;
	}

	.about-two-item-1 p,
	.about-two-item-3 p {
		color: #c5371f;
	}

	.about-two-item-2,
	.about-two-item-4 {
		background-color: #c5371f;
	}

	.about-two-item-2 h6,
	.about-two-item-4 h6 {
		color: #fff500;
	}

	.about-two-item-2 p,
	.about-two-item-4 p {
		color: #fff500;
	}
}

/* about-three */
.about-three {
	background-color: #f2f2f2;
	padding: 0 0 30px;
}

.about-three .layui-row {
	display: flex;
	flex-wrap: wrap;
}

.about-three-item {
	border-radius: 4px;
	background-color: #ffffff;
	height: 100%;
	overflow: hidden;
}

.about-three-item h6 {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
	margin: 0 0 30px;
	background-color: #c5371f;
	color: #ffffff;
	padding: 15px;
}

.about-three-item p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
	margin: 0;
	color: #333333;
}

.about-three-item p img {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
}

.about-three-item p+p {
	margin-top: 10px;
}

.about-three-img {
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
}

.about-three-img img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 800px;
	margin: 0 auto;
}

/* about-four */
.about-four {
	background-color: #f2f2f2;
	padding: 0 0 60px;
}

.about-four-con {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 30px;
	overflow: hidden;
}

.about-four-title {
	margin-bottom: 30px;
}

.about-four-title h6 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.6;
	color: #c5371f;
	margin: 0 0 10px;
}

.about-four-title p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	color: #666666;
	margin: 0;
}

.about-four-con .layui-timeline-axis {
	color: #c5371f;
}

@media (max-width: 767px) {
	.about-four-con {
		padding: 20px 15px 15px;
	}
}

/* tixi-one */
.tixi-one {
	background-color: #f2f2f2;
	padding: 60px 0 15px;
}

.tixi-one-con {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 30px;
}

.tixi-one-con img {
	display: block;
	width: 100%;
	height: auto;
}

/* tixi-two */
.tixi-two {
	background-color: #f2f2f2;
	padding: 15px 0;
}

.tixi-two-img {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 30px;
}

.tixi-two-img img {
	display: block;
	width: 100%;
	height: auto;
}

/* tixi-three */
.tixi-three {
	background-color: #f2f2f2;
	padding: 15px 0;
}

.tixi-three-img {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 30px;
}

.tixi-three-img img {
	display: block;
	width: 100%;
	height: auto;
}

/* tixi-four */
.tixi-four {
	background-color: #f2f2f2;
	padding: 15px 0;
}

.tixi-four-img {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 30px;
}

.tixi-four-img img {
	display: block;
	width: 100%;
	height: auto;
}

/* tixi-five */
.tixi-five {
	background-color: #f2f2f2;
	padding: 15px 0;
}

.tixi-five-img {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 30px;
}

.tixi-five-img img {
	display: block;
	width: 100%;
	height: auto;
}

/* tixi-six */
.tixi-six {
	background-color: #f2f2f2;
	padding: 15px 0;
}

.tixi-six-img {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 30px;
}

.tixi-six-img img {
	display: block;
	width: 100%;
	height: auto;
}

/* tixi-seven */
.tixi-seven {
	background-color: #f2f2f2;
	padding: 15px 0 60px;
}

.tixi-seven-img {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 30px;
}

.tixi-seven-img img {
	display: block;
	width: 100%;
	height: auto;
}

/* fuwu */
.fuwu {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.fuwu-img {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 30px;

}

.fuwu-img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
