@charset "UTF-8";

/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.top {
	background-color: #fff;
	height: 80px;
}

/* logo start */
.logo {
	margin-top: 12px;
}

.logo img {
	width: 223px;
}

/* logo end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	background: url(../images/common/videoPopClose.png) no-repeat center center / auto 40px;
	right: -60px;
	top: -40px;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background-position: center center;
}

.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate-bg-box {
	width: 90px !important;
	left: 50% !important;
	margin-left: -45px;
	bottom: 100%;
	top: auto !important;
	overflow: hidden;
	height: auto !important;
}

.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg {
	width: auto !important;
}

/* 视频弹窗 end */
/* 搜索 start */
.search {
	overflow: hidden;
	background: #f2f2f2;
}

.searchInput {
	width: 268px;
	z-index: 0;
	float: left;
	display: inline;
}

.searchInput input {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
}

.searchInput input input::-webkit-input-placeholder {
	color: #666666;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.searchBtn {
	float: left;
	display: inline;
	width: 38px;
	height: 40px;
	overflow: hidden;
	background: url(../images/common/search.png) no-repeat center center;
	position: relative;
}

.searchBtn:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #d7d7d7;
}

.topSearch {
	width: 40px;
	height: 40px;
	background: #0a569e url(../images/common/searchH.png) no-repeat center center;
	cursor: pointer;
	border-radius: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.topSearch:hover {
	background-color: #d71718;
}

.animHide {
	opacity: 0;
}

.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	background: #fff;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #292e88 url(../images/common/searchH.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* 搜索 end */
/* 导航 start */
.menuBox {
	background: #0a569e;
	position: relative;
	z-index: 1;
}

.menuDl {
	display: flex;
	margin: 0 -22px;
}

.menuDl dd {
	float: left;
	display: inline;
	position: relative;
}

.menuDl dd .yj {
	position: relative;
	z-index: 9;
	padding: 0 22px;
}

.menuDl dd .yj a {
	display: block;
	line-height: 80px;
	text-align: center;
	color: #333;
	font-size: 16px;
	transition: 0.4s;
}

.menuDl dd.hover .yj a,
.menuDl dd .yj a:hover {
	color: #3a7cce;
}

.menuDl dd .ej {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	display: none;
	padding: 5px 0;
	z-index: 3;
}

.menuDl dd .ej li {
	font-size: 14px;
	text-align: center;
	position: relative;
}

.menuDl dd .ej li span a {
	padding: 12px 0;
	line-height: 25px;
	display: block;
	color: #ffffff;
	margin-bottom: 1px
}

.menuDl dd .ej li:hover span a {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .ej li.hover span a {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .sj {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.menuDl dd .sj a {
	display: block;
	padding: 12px 0;
	line-height: 25px;
	color: #fff;
}

.menuDl dd .sj a:hover {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .sj a.hover {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .ej li:hover .sj {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
}

.indexBanner::before {
	content: '';
	display: block;
	padding-top: 33.59375%;
}

.indexBannerLoad {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}

.indexBannerLoad svg {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	width: 100px;
	height: 100px;
	fill: #d71718;
}

.indexBannerLoad.hide {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.indexBanner .bd {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide .bg {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 1.5s 0s ease-in-out;
	transform: scale(1.15);
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 30px;
	height: 9px;
	border-radius: 5px;
	margin: 0 7px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
}

.indexBanner .slick-dots li.slick-active {
	background: rgba(255, 255, 255, 1);
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
}

.indexBanner .imgFr {
	width: 1200px;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	font-size: 0;
}

.indexBanner .img .img1 {
	margin-bottom: 18px;
	width: 600px;
}

.indexBanner .img .img2 {
	width: 600px;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .imgFr .imgItem {
	height: 80%;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .mySlide.on .bg {
	transform: scale(1);
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {
	position: relative;
	background: url(../images/footerBg.jpg) bottom center no-repeat;
	background-size: cover;
}

.footerTitle {
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #FFFFFF;
}

.footerTitle::before {
	display: block;
	content: '';
	position: absolute;
	width: 22px;
	left: 0;
	height: 3px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.08);
}

/* 底部中间start   */
.footerM {
	padding: 35px 0;
}

.footerML {
	float: left;
	display: inline;
	width: 33.333%;
	box-sizing: border-box;
	padding-right: 90px;
	position: relative;
}

.footerML::before {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	top: 22px;
	right: 0;
	bottom: 20px;
	background-color: rgba(255, 255, 255, 0.03);
}

.footerway {
	padding-top: 20px;
}

.footerwayDl .con {
	overflow: hidden;
}

.footerwayDl .wicon {
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	margin-right: 10px;
	margin-top: 2px;
	line-height: 45px;
	text-align: center;
}

.footerwayDl .wicon span {
	font-size: 20px;
	color: #FFFFFF;
}

.footerwayDl .text {
	overflow: hidden;
}

.footerwayDl .text .title {
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	color: #a6a6a6;
}

.footerwayDl .textc {
	min-height: 24px;
	vertical-align: middle;
	line-height: 24px;
	font-size: 15px;
	color: #a6a6a6;
}

.footerwayDl .textc img {
	display: block;
	height: 16px;
	vertical-align: middle;
}

.footerwayDl .textc.textimg {
	padding: 4px 0;
}

.footerwayDl dd {
	margin-bottom: 20px;
}

.footerMM {
	float: left;
	display: inline;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 50px;
}

.footerMenu {
	overflow: hidden;
	padding-top: 25px;
	margin-right: -45px;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-bottom: 10px;
}

.footerMenu dd a {
	font-style: normal;
	display: block;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	font-size: 15px;
	color: #a6a6a6;
	transition: .4s;
	margin-right: 45px;
}

.footerMenu dd a:hover {
	color: #fff;
}

.footerMR {
	float: left;
	display: inline;
	width: 33.333%;
	padding-left: 80px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 20px;
}

.footerMR::before {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	top: 22px;
	left: 0;
	bottom: 19px;
	background-color: rgba(255, 255, 255, 0.03);
}

.footerMRl {
	overflow: hidden;
}

.footerEwm {
	overflow: hidden;
	padding-top: 30px;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 100px;
	overflow: hidden;
}

.footerEwm dd img {
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 12px;
}

.footerEwm dd span {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #a6a6a6;
	font-size: 14px;
}

.footerMRr {
	margin-top: 22px;
}

.footerBtn {
	width: 50px;
	height: 50px;
	padding-bottom: 107px;
	position: relative;
}

.footerBtn::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 64px;
	left: 50%;
	bottom: 28px;
	background: #4d4d4d;
}

.footerTips {
	width: 50px;
	font-size: 15px;
	color: #808080;
	text-align: center;
}

.footerBtn a {
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.1);
	text-align: center;
	line-height: 50px;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.footerBtn a span {
	font-size: 20px;
	color: #ecc908;
}
.footerBtn a:hover{
	background: rgba(255, 255, 255, 0.5);
}
.footer .wrap {
	position: relative;
	z-index: 5;
}

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 15px;
	color: #808080;
	background: rgba(0, 0, 0, 0.3);
}

.friendCopyRight .conL {
	float: left;
	display: inline;
}

.friendCopyRight .conL span {
	margin-right: 5px;
}

.friendCopyRight .conL img {
	margin-right: 10px;
	vertical-align: middle;
}

.friendCopyRight .conL a {
	color: #808080;
	margin-right: 5px;
}

.friendCopyRight .conL a:hover {
	color: #fff;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
}

.friendCopyRight .conR a {
	color: #808080;
}

.friendCopyRight .conR a:hover {
	color: #fff;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}


.subBanner:before {
	display: block;
	content: '';
	padding-top: 31.25%;
}

.subBanner.subBanner1:before {
	display: block;
	content: '';
	padding-top: 31.25%;
}
.subBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
}

.subBanner.on img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.subBanner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
}

.subBanner .textC .cnTitle {
	font-size: 45px;
	color: #ffffff;
	line-height: 62px;
	font-weight: bold;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
	margin-bottom: 10px;
}
.subBanner.subBanner1 .textC .cnTitle{
	font-size: 40px;
}
.subBanner .textC .enTitle {
	font-size: 14px;
	color: rgb(255 255 255 / .78);
	line-height: 30px;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}

.subBanner .tableCell {
	position: relative;
}

.subBanner .textPic {
	position: absolute;
	width: 63.5%;
	right: -100px;
	bottom: 40px;
	height: 70.6667%;
}

/* .subBanner .textPic::before{
	display: block;
	content: '';
	padding-top: 55.6430%;
} */
.subBanner .textPic span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}

.subBanner .title1 {
	height: 120px;
	line-height: 120px;
	position: relative;
	font-size: 45px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 25px;
}

.subBanner .title1::before {
	display: block;
	content: "";
	position: absolute;
	width: 40px;
	height: 7px;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.2);
}

.subBanner .texta {
	width: 310px;
	line-height: 30px;
	font-size: 22px;
	color: #FFFFFF;
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 60px;
	background: #F5F5F5;
	text-align: center;
}

.location {
	height: 60px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	padding-left: 0;
	margin-right: 0;
}

.location a {
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #a3a3a3;
	font-size: 14px;
}

.location a:hover {
	color: #1e5ab0
}

.location a.hover {
	color: #1e5ab0
}

.subNavBox {
	display: inline-block;
	position: relative;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 60px;
	height: 60px;
	color: #333;
	font-size: 16px;
	padding: 0 55px;
	transition: .4s;
}

.subNav a.hover {
	color: #FFF;
}

.subNav a:hover {
	color: #FFF;
}

/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu {
	text-align: center;
	font-size: 0;
}

.sjMenu a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	color: #333;
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 14px;
	margin: 0 5px;
	background: #FFF;
}

.sjMenu a:hover {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.sjMenu a.hover {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #1e5ab0;
	color: #fff;
}

.page a.hover {
	background: #1e5ab0;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/common/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/common/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/common/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/common/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/common/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/common/page/lastPage.png)
}

/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn {
	text-align: center;
}

.aykj-recruitTc .layui-layer-btn a {
	height: 38px;
	line-height: 38px;
	padding: 0 40px;
	font-size: 14px;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
	background: #ddd;
	color: #8b8b8b;
	border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	border-color: #1e5ab0;
}

/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle {
	font-size: 35px;
	color: #333;
	line-height: 105px;
	text-align: center;
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1 {
	background: url(../test/column1Bg.jpg) no-repeat center bottom / cover;
	padding-bottom: 78px;
	overflow: hidden;
}

.column1 .indexTitle {
	padding: 63px 0 17px;
}

.column1List {
	overflow: hidden;
	position: relative;
	margin-right: -10px;
}

.column1List dd {
	float: left;
	display: inline;
	margin-bottom: 10px;
	height: 325px;
	overflow: hidden;
}

.column1List dd a {
	width: 100%;
	height: 100%;
	display: block;
}

.column1List dd .ddCon {
	height: 100%;
	margin-right: 10px;
}

.column1List dd .imgBox {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.column1List dd .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.column1List dd .imgBox .text {
	font-size: 16px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	background-color: rgba(0, 0, 0, .4);
	width: 100%;
}

.column1List .dd1,
.column1List .dd6 {
	width: 41.6667%;
}

.column1List .dd2,
.column1List .dd3,
.column1List .dd4,
.column1List .dd5 {
	width: 29.1667%;
}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {
	background-color: #f7fbff;
	padding-bottom: 80px;
	overflow: hidden;
}

.column2 .indexTitle {
	padding-top: 40px;
}

.column2Text {
	font-size: 16px;
	color: #818a9b;
	min-height: 25px;
	line-height: 25px;
	margin-bottom: 55px;
	text-align: center;
}

.column2 table {
	width: 100%;
}

.column2Ul {
	overflow: hidden;
	padding: 0 125px;
	text-align: center;
}

.column2Ul li {
	float: left;
	display: inline;
	width: 20%;
}

.column2Ul li .img {
	width: 50px;
	height: 53px;
	line-height: 53px;
	display: inline-block;
	font-size: 36px;
	color: #508afd;
}

.column2Ul li .text {
	font-size: 14px;
	color: #666;
	height: 20px;
	line-height: 20px;
	padding-top: 15px;
	text-align: center;
}

.column2Ul.ul2 li {
	width: 33.3333%;
}

.column2Ul.ul4 li {
	width: 16.6667%;
}

.column2Ul.ul4 .img {
	width: 75px;
	height: 75px;
}

.column2 table .td1,
.column2 table .td3 {
	background-color: #ecf3fa;
	font-size: 22px;
	color: #2267da;
	line-height: 182px;
	text-align: center;
	position: relative;
}
.column2 table .td1{
	border-bottom: 1px solid #d9e2ec;
}
.column2 table .td1::before {
	display: block;
	content: '';
	width: 30px;
	height: 3px;
	background-color: #2267da;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.column2 table tr{
	background: #FFFFFF;
}
.column2 table .td2 {
	border-bottom: 1px solid #ecf3fa;
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3 {
	background: url(../test/column3Bg.jpg) no-repeat center bottom / cover;
	padding-bottom: 132px;
	overflow: hidden;
}

.column3 .indexTitle {
	padding: 42px 0 35px;
}

.column3BtnC {
	text-align: center;
}

.column3Btn {
	width: 56.6667%;
	background-color: #eff6fb;
	border-radius: 30px;
	margin-bottom: 50px;
	display: inline-block;
	vertical-align: middle;
}

.column3Btn:after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.column3Btn dd {
	float: left;
	display: inline;
	width: 25%;
	cursor: pointer;
}

.column3Btn dd .text {
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #666;
}

.column3Btn dd.hover {
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 1px 35px rgba(0, 0, 0, .1);
}

.column3Btn dd.hover .text {
	color: #3a7cce;
}

.column3Con {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.column3Con::before {
	display: block;
	content: '';
	/* background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, transparent); */
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 60%;
	z-index: 1;
}

.column3Con .column3L {
	float: left;
	display: inline;
	width: 37.5%;
	position: relative;
	z-index: 2;
	padding: 0 0 0 45px;
	box-sizing: border-box;
}

.column3L em {
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	color: #e5eff7;
	height: 83px;
	line-height: 83px;
	display: block;
	padding: 38px 0 20px;
	font-family: 'arch';
}

.column3L .title {
	font-size: 22px;
	color: #333333;
	line-height: 62px;
	margin-bottom: 20px;
}

.column3L .text {
	font-size: 16px;
	color: #818a9b;
	line-height: 30px;
	text-align: justify;
	height: 120px;
	overflow: auto;
	padding-right: 15px;
}

.column3Con .column3R {
	overflow: hidden;
}

.column3Con .column3R .pic::before {
	padding-top: 66.6667%;
}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4 {
	background: url(../test/column4Bg.jpg) no-repeat center bottom / cover;
	padding-bottom: 70px;
	overflow: hidden;
}

.column4 .indexTitle {
	padding-top: 35px;
}

.column4 .text {
	font-size: 16px;
	color: #818a9b;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
}

.column4 .pic::before {
	padding-top: 61.25%;
}

.column4 .pic img {
	object-fit: contain;
}

/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.column5 {
	position: relative;
	background-color: #fff;
}

.column5::before {
	background: url(../test/column5Bg.png) no-repeat center bottom / cover;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: -70px;
	width: 100%;
	height: 200px;
}

.column5 .indexTitle {
	padding-top: 35px;
}

.column5 .text {
	font-size: 16px;
	color: #818a9b;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 85px;
}

.column5 .pic::before {
	padding-top: 78.75%;
}

.column5 .pic img {
	object-fit: contain;
}

/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
/* ————— 第8通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/*公共部分 start*/
.contactUsTitle {
	font-size: 35px;
	color: #333;
	height: 102px;
	line-height: 102px;
}

/*公共部分 end*/
/*关于我们 start*/
.contactUsC1 {
	padding-bottom: 70px;
	overflow: hidden;
}

.contactUsC1T {
	overflow: hidden;
	padding: 90px 0 70px;
}

.contactUsC1L {
	float: left;
	display: inline;
	width: 18.5833%;
	margin-right: 162px;
}

.contactUsC1L em {
	font-size: 35px;
	color: #3a7cce;
	height: 52px;
	line-height: 52px;
	display: block;
	font-style: normal;
	font-family: 'arch';
}

.contactUsC1R {
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	min-height: 25px;
	line-height: 25px;
	padding-top: 25px;
}

.contactUsC1B .pic {
	margin-bottom: 70px;
	overflow: hidden;
}

.contactUsC1B .pic::before {
	padding-top: 33.3333%;
}

.contactUsC2 {
	background: url(../test/contactUsC2Bg.jpg) no-repeat center bottom / cover;
}

.contactUsC2 .contactUsTitle {
	text-align: center;
	padding: 57px 0 65px;
}

.cultureC4Scroll {
	position: relative;
	width: 1200px;
	padding-bottom: 127px;
	overflow: hidden;
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide {
	width: 26.6666%;
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con {
	display: block;
	background-color: #fff;
	padding-top: 20px;
	border-radius: 10px;
	box-shadow: 0 0px 20px 0px rgb(0,0,0,0.05);
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con .pic {
	overflow: hidden;
	padding: 0 60px;
	margin-bottom: 30px;
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con .pic::before {
	padding-top: 140%;
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con .pic img {
	object-fit: contain;
}

.groupC3 .cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con .pic img {
	object-fit: contain;
}

.cultureC4Scroll .bd .swiper-wrapper .swiper-slide .con .text {
	width: 100%;
	line-height: 75px;
	height: 75px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	-top: 30px;
	border-top: 1px dashed #f0f0f0;
}

.cultureC4Scroll .pic img {
	object-fit: contain;
}

.cultureC4Dot {
	text-align: center;
	position: absolute;
	left: 0 !important;
	bottom: 60px;
	line-height: 20px;
	height: 20px;
	width: 100%;
}

.cultureC4Dot span {
	background-color: #999;
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 6px;
}

.cultureC4Dot span.swiper-pagination-bullet-active {
	width: 35px;
	border-radius: 5px;
}

.cultureC4Prev {
	display: block;
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: rgba(0, 0, 0, .4) url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: 75px;
	top: 37%;
	margin-top: -25px;
	z-index: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 100%;
}

.cultureC4Next {
	display: block;
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: rgba(0, 0, 0, .4) url(../images/next.png) no-repeat center center;
	position: absolute;
	right: 75px;
	top: 37%;
	margin-top: -25px;
	z-index: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 100%;
}

.cultureC4Scroll .cultureC4Prev:hover {
	background-color: #3a7cce;
}

.cultureC4Scroll .cultureC4Next:hover {
	background-color: #3a7cce;
}

.cultureC4Scroll .swiper-slide.swiper-slide-active .con .pic .text {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.contactUsC3 {
	background: url(../test/contactUsC3Bg.jpg) no-repeat center bottom / cover;
	position: relative;
}

.contactUsC3::before {
	display: block;
	content: '';
	background: url(../test/contactUsC3line.png) no-repeat center top / contain;
	position: absolute;
	left: 10%;
	top: 110px;
	width: 100%;
	height: 100%;
}

.contactUsC3 .contactUsTitle {
	text-align: center;
	padding: 55px 0 103px;
}

.contactUsC3Scroll .bdBox {
	position: relative;
	border-radius: 20px;
}

.contactUsC3Scroll .bd {
	width: 100%;
	height: 100%;
}

.contactUsC3Scroll .bd .slick-list,
.historyScroll .bd .slick-track {
	height: 100%;
	width: 100%;
	overflow: visible;
}

.contactUsC3Scroll .bd .myslide {
	width: 100%;
}

.contactUsC3Scroll .bd .con {
	height: 100%;
	position: relative;
}

.contactUsC3Scroll .bd .pic::before {
	padding-top: 64.8148%;
}

.contactUsC3Scroll .bd .pic img {
	width: 100%;
	height: 100%;
}

.contactUsC3Scroll dd .icn {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #a1f0c0;
	position: relative;
}

.contactUsC3Scroll dd .icn::before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.contactUsC3Scroll dd .icn1 {
	position: absolute;
	left: 135px;
	top: 203px;
}

.contactUsC3Scroll dd .icn2 {
	position: absolute;
	left: 126px;
	top: 66px;
}

.contactUsC3Scroll dd .icn3 {
	position: absolute;
	left: 125px;
	top: 90px;
}

.contactUsC3Scroll dd .icn4 {
	position: absolute;
	left: 118px;
	top: -67px;
}

.contactUsC3Scroll dd span {
	font-family: Poppins-Medium;
	display: block;
}

.contactUsC3Scroll .dd1 span {
	display: block;
	position: absolute;
	left: 35px;
	bottom: -296px;
	font-size: 30px;
	color: #eeefe7;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #e9c66c;
	line-height: 100px;
	text-align: center;
}

.contactUsC3Scroll .dd2 span {
	display: block;
	position: absolute;
	left: -4px;
	bottom: -182px;
	font-size: 30px;
	color: #eeefe7;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background-color: #efd812;
	line-height: 120px;
	text-align: center;
}

.contactUsC3Scroll .dd3 span {
	display: block;
	position: absolute;
	left: -5px;
	bottom: -254px;
	font-size: 30px;
	color: #e7ece9;
	width: 179px;
	height: 179px;
	border-radius: 100%;
	background-color: #ef7c12;
	line-height: 179px;
	text-align: center;
}

.contactUsC3Scroll .dd4 span {
	display: block;
	position: absolute;
	left: 5px;
	bottom: -163px;
	font-size: 30px;
	color: #fff;
	line-height: 45px;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background-color: #eab817;
	line-height: 140px;
	text-align: center;
}

.historyList {
	margin-right: -40px;
	height: 485px;
}

.historyList::after {
	clear: both;
	visibility: hidden;
	display: block;
	content: '';
}

.historyList dd {
	width: 25%;
	float: left;
	display: inline;
	position: relative;
	visibility: hidden;
	padding-top: 60px;
	position: relative;
}

.historyList dd::before {
	display: block;
	content: '';
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background-color: #cbdcfe;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.historyList .dd1::before {
	top: -24px;
}

.historyList .dd2::before {
	top: -18px;
}

.historyList .dd3::before {
	top: -10px;
}

.historyList .dd4::before {
	top: -85px;
}

.historyList dd::after {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 3px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.historyList .dd1::after {
	top: -21px;
}

.historyList .dd2::after {
	top: -15px;
}

.historyList .dd3::after {
	top: -7px;
}

.historyList .dd4::after {
	top: -82px;
}

.historyList dd.show {
	visibility: visible;
}

.historyList .ddCon {
	margin-right: 40px;
	animation-delay: 0s;
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}

.historyList .ddCon .time {
	font-size: 15px;
	height: 45px;
	line-height: 43px;
	color: #333;
	padding: 15px 0 12px;
}

.historyList .ddCon .text {
	font-size: 14px;
	height: 46px;
	line-height: 23px;
	color: #666666;
	padding: 0 35px 45px 45px;
	overflow: hidden;
	overflow-y: auto;
}


@keyframes ani-fadeIn {
	from {
		visibility: visible;
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes ani-fadeIn {
	from {
		visibility: visible;
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.ani-fadeIn {
	-webkit-animation-name: ani-fadeIn;
	animation-name: ani-fadeIn
}

/*关于我们 end*/
/* ========== 频道页 start ========== */
/* 解决方案 app start */
.mobileRow1 {
	background: #FFFFFF;
	padding-top: 70px;
	position: relative;
	padding-bottom: 229px;
}

.mobileRow1Bg {
	position: absolute;
	width: 100%;
	height: 888px;
	bottom: 0;
	left: 0;
	background: url(../images/commonBg/bg1.png) bottom center no-repeat;
	background-size: 1920px auto;
}

.mobileRow1BgZs {
	position: absolute;
	width: 108px;
	height: 108px;
	bottom: 188px;
	left: 16.25%;
	background: url(../images/commonBg/dian1.png) center center no-repeat;
}

.mobileRow1BgZs1 {
	position: absolute;
	width: 108px;
	height: 108px;
	bottom: 423px;
	right: 7.8125%;
	background: url(../images/commonBg/dian2.png) center center no-repeat;
}

.mobileRow1 .wrap {
	position: relative;
	z-index: 5;
}

.publicTitleBox {
	padding: 0 160px;
}

.publicTitleBox .title {
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 40px;
	color: #333;
	margin-bottom: 13px;
}

.publicTitleBox .textc {
	line-height: 32px;
	font-size: 16px;
	color: #818a9b;
	text-align: center;
}

.mobileRow1C {
	padding-top: 50px;
}

.mobileRow1Left {
	margin-right: 80px;
}

.mobileRow1Left img {
	display: block;
	border-radius: 20px;
	box-shadow: 0 1px 40px 1px rgba(0, 0, 0, 0.05);
}

.mobileRow1Right {
	margin-top: 50px;
}

.mobileRow1Dl dd .con {
	position: relative;
}

.mobileRow1Dl dd .con::after {
	display: block;
	content: '';
	clear: both;
	overflow: hidden;
}

.mobileRow1Dl dd .mobileDdImg {
	float: left;
	display: inline;
}

.mobileRow1Dl dd .con img {
	display: block;
	border-radius: 10px;
	box-shadow: 0 1px 40px 1px rgba(0, 0, 0, 0.05);
}

.mobileRow1Dl dd.dd1 {
	margin-bottom: 55px;
}

.mobileRow1Dl dd.dd2 {
	margin-bottom: 115px;
}

.mobileRow1Dl dd.dd3 {
	margin-bottom: 41px;
}

.mobileRow1Dl dd.dd4 {
	margin-bottom: 38px;
}

.mobileRow1Dl dd.dd5 {
	margin-bottom: 124px;
}

.mobileRow1Dl dd .line {
	float: left;
	display: inline;
	width: 98px;
	height: 20px;
	background: url(../images/commonBg/line1.png) left center no-repeat;
	position: relative;
	z-index: 5;
	margin-left: -6px;
	margin-top: 5px;
}

.mobileRow1Dl dd.dd3 .line,
.mobileRow1Dl dd.dd4 .line,
.mobileRow1Dl dd.dd5 .line {
	margin-top: 16px;
}

.mobileRow1Dl dd.dd1 .line {
	margin-top: 36px;
}

.mobileRow1Dl dd .text {
	width: 320px;
	overflow: hidden;
}

.mobileRow1Dl dd .text .title {
	height: 34px;
	line-height: 34px;
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}

.mobileRow1Dl dd .text .textC {
	line-height: 28px;
	font-size: 16px;
	color: #999;
}

.mobileRow1Dl dd.dd1 .text {
	padding-top: 33px;
}

.mobileRow1Dl dd.dd3 .text,
.mobileRow1Dl dd.dd4 .text {
	padding-top: 13px;
}

.mobileRow1Dl dd.dd1 .text {
	padding-top: 33px;
}


/* 登录页面 start */
.mobileRow2 {
	padding-top: 115px;
	background: #fff;
	position: relative;
	padding-bottom: 166px;
}

.mobileRow2Bg {
	position: absolute;
	width: 100%;
	height: 868px;
	bottom: 0;
	left: 0;
	background: url(../images/commonBg/bg2.png) bottom center no-repeat;
	background-size: 1920px auto;
}

.mobileRow2 .wrap {
	position: relative;
	z-index: 5;
}

.mobileRow2C .mobileRow2Content {
	padding-top: 50px;
}

.mobileRow2CDl {
	display: flex;
	flex-wrap: wrap;
}

.mobileRow2CDl dd {
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 60px;
	width: calc((100%-92)/4);
}

.mobileRow2CDl dd .con .line {
	height: 18px;
	position: relative;
	margin: 0 auto 20px;
}

.mobileRow2CDl dd .con .line::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #edf6fd;
}

.mobileRow2CDl dd .con .line::after {
	display: block;
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	left: 50%;
	top: 0;
	border: 3px solid #ddeaf4;
	background: #FFFFFF;
	border-radius: 100%;
	margin-left: -9px;
}

.mobileRow2CDl dd:nth-child(4n-3) .con .ddImg {
	text-align: left;
}

.mobileRow2CDl dd:nth-child(4n-2) .con .ddImg {
	padding-left: 7px;
}

.mobileRow2CDl dd:nth-child(4n-1) .con .ddImg {
	padding-left: 14px;
}

.mobileRow2CDl dd:nth-child(4n) .con .ddImg {
	text-align: right;
}

.mobileRow2CDl dd .con .ddImg img {
	max-width: 275px;
	border-radius: 20px;
	box-shadow: 0 1px 20px 1px rgb(0, 0, 0, 0.05);
}

.mobileRow2CDl dd .con .title {
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #999;
	text-align: center;
}


/* 基础信息管理 start */
.mobileRow3 {
	background: #FFFFFF;
	padding-top: 60px;
	position: relative;
}

.mobileRow3 .wrap {
	position: relative;
	z-index: 5;
}

.mobileRow3Bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mobileRow3Zs {
	position: absolute;
	top: 389px;
	left: 0;
	width: 45.3125%;
	background: url(../images/commonBg/bg3.png) top center no-repeat;
	background-size: contain;
}

.mobileRow3Zs::after {
	display: block;
	content: '';
	padding-top: 90.0115%;
}

.mobileRow3Zs1 {
	position: absolute;
	top: 1025px;
	right: 0;
	width: 260px;
	height: 1233px;
	background: url(../images/commonBg/bg4.png) right center no-repeat;
	background-size: contain;
}

/* 农具管理 start */
.mobileRow4 {
	position: relative;
	padding-top: 177px;
	padding-bottom: 48px;
	background: #FFFFFF url(../images/commonBg/bg6.png) bottom center no-repeat;
}

.mobileRow4 .wrap {
	position: relative;
	z-index: 5;
}

.mobileRow4Bg {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 228px;
	background: #FFFFFF url(../images/commonBg/bg5.png) top center no-repeat;
}

/* 物资管理 start */
.mobileRow5 {
	position: relative;
	background: #FFFFFF url(../images/commonBg/bg7.png) bottom center no-repeat;
	padding-bottom: 80px;
	padding-top: 60px;
}

/* 实时监测管理 start */
.mobileRow6 {
	position: relative;
	padding-top: 32px;
	padding-bottom: 165px;
	background: #FFFFFF url(../images/commonBg/bg8.png) bottom center no-repeat;
}

/* 溯源管理 start */
.mobileRow7 {
	position: relative;
	padding-top: 60px;
	padding-bottom: 90px;
	background: #FFFFFF;
}

/* 解决方案 app end */

/* ========== 频道页 end ========== */

/* ========== 解决方案 PC端 start ========== */
.soltColumn1 {
	position: relative;
	padding-top: 65px;
	background: #fff url(../images/commonBg/bg9.png) left -70px no-repeat;
}

.soltColumn1 .wrap {
	position: relative;
	z-index: 5;
}

.soltColumn1 .soltColumnContent {
	padding-top: 50px;
}

.soltImgC {
	text-align: center;
	padding-bottom: 45px;
}

.solImg {
	margin-bottom: 28px;
}

.solImg img {
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 0 1px 40px 1px rgb(0, 0, 0, 0.05);
}

.soltImgC .text {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.soltColumnBg1 {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 425px;
	width: 200px;
	background: url(../images/commonBg/bg10.png) left center no-repeat;
}

.soltColumnBg2 {
	position: absolute;
	bottom: 550px;
	right: 0;
	height: 635px;
	width: 705px;
	background: url(../images/commonBg/bg15.png) left center no-repeat;
}

.soltColumn2 {
	background-color: #FFFFFF;
	position: relative;
	padding-top: 65px;
	background-image: url(../images/commonBg/bg11.png);
	background-repeat: no-repeat;
	background-position: right 63px;
}

.soltColumn2 .soltColumnContent {
	padding-top: 50px;
}

.soltColumn3 {
	position: relative;
	background-color: #FFFFFF;

}

.soltColumnBg4 {
	position: absolute;
	width: 200px;
	height: 800px;
	right: 0;
	top: -110px;
	background-image: url(../images/commonBg/bg12.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}

.publicTitleBox1 {
	padding: 0 225px;
	text-align: center;
}

.publicTitleBox1 .title {
	padding: 7px 0;
	height: 52px;
	line-height: 52px;
	font-size: 22px;
	color: #333;
}

.publicTitleBox1 .textc {
	line-height: 26px;
	font-size: 16px;
	color: #818a9b;
}

.soltColumn3 .wrap {
	position: relative;
	z-index: 5;
}

.soltColumn3 .wrap .soltColumnContent {
	position: relative;
	z-index: 5;
}

.soltColumn3 .publicTitleBox1 {
	margin-bottom: 40px;
}

.soltColumnBg5 {
	position: absolute;
	z-index: 1;
	left: -115px;
	top: 750px;
	width: 300px;
	height: 150px;
	background: url(../images/commonBg/dian3.png) left top no-repeat;
}

.soltColumnBg6 {
	position: absolute;
	z-index: 1;
	left: -115px;
	top: 1400px;
	width: 731px;
	height: 410px;
	background: url(../images/commonBg/bg13.png) left top no-repeat;
}

.soltColumn4 {
	position: relative;
	padding-top: 60px;
	background-color: #FFFFFF;
	background-image: url(../images/commonBg/bg14.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.soltColumn4 .wrap {
	position: relative;
	z-index: 5;
}

.soltColumn4 .soltColumnContent {
	padding-top: 40px;
}

/* ========== 解决方案 PC端 end ========== */

/* ========== 解决方案  大屏展示 start ========== */
.soltColumn5 {
	padding: 105px 0 70px;
	background: #FFFFFF url(../images/commonBg/bg16.png) bottom center no-repeat;
}

.soltColumn5 .soltColumnContent {
	padding-top: 55px;
}

.soltColumn6 {
	padding: 50px 0 0;
	background: #FFFFFF;
	position: relative;
}

.soltColumn6 .soltColumnContent {
	padding-top: 55px;
}

.soltColumn7 {
	position: relative;
	z-index: 3;
	padding: 80px 0 70px;
}

.soltColumn7::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF url(../images/commonBg/bg17.png) center 0 no-repeat;
}

.soltColumn7 .wrap {
	position: relative;
	z-index: 3;
}

.soltColumn7 .soltColumnContent {
	padding-top: 50px;
}

/* ========== 解决方案 大屏展示 end ========== */
