/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}
body{
	font-family: "Microsoft YaHei" ,"STHeiti Light", "SimHei", sans-serif;
}
li {
	list-style: none;
}

a {
	color: #212529;
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	text-decoration: none;
}

p,
dl,
dt,
dd,
ul {
	margin: 0px;
	padding: 0px;
}

input:focus {
	outline: none;
}

.red {
	color: red;
}

.text-secondary a {
	color: #6c757d;
}

.card,
.figure {
	margin: 15px 0;
}

.swiper-container{
	min-width: 1263px;
}
.topBar {
	margin: 30px auto;
	width: 95%;
	min-width: 1810px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.mtopBar{
	display: none;
}
.topBar .contact {
	position: relative;
	margin-top: 10px;
}

.navbar .contact a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 150px;
	height: 56px;
}

.searchBox {
	width: 593px;
	height: 67px;
	border: 2px solid #dcdcdc;
	border-radius: 10px;
	position: relative;
}

.searchBox input {
	background: none;
	border: none;
	color: #dcdcdc;
	font-size: 22px;
	width: 530px;
	height: 66px;
	line-height: 66px;
	padding: 0 22px;
}
.searchBox input:focus {
	outline: none;
	border: none;
}

.searchBox input::placeholder {
	color: #dcdcdc;
}

.searchBox button {
	position: absolute;
	width: 34px;
	height: 33px;
	border: none;
	top: 15px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	outline: none;
}

/* 导航菜单 */
.topNav {
	margin: 0px auto;
	width: 95%;
	min-width: 1810px;
	height: auto;
}
.mtopNav{
	display: none;
}
.navList {
	display: flex;
	justify-content: space-between;
}

.navItem {
	margin-left: 0;
}

.navList .navItem:after,
.navList .active:after {
	content: '';
	display: block;
	margin: 10px auto 0;
	width: 40px;
	height: 4px;
	background: #FFF;
	border-radius: 10px;
	opacity: 0;
	transform: scale(1.3);
	transition: transform 0.3s ease-in-out;
}

.navList .navItem:hover:after,
.navList .active:after {
	opacity: 1;
	transform: scale(1);
}

.navItem:nth-child(1) {
	margin-left: 0;
}

.navItem:nth-child(4) {
	position: relative;
	padding-right: 68px;
}

.navItem:nth-child(4) a {
	display: inline-block;
}

.navItem:nth-child(4) a::after {
	content: "";
	position: absolute;
	display: inline-block;
	margin-left: 5px;
	/* 可根据需要调整图片与文字之间的间距 */
	top: 5px;
	width: 63px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;

}

.navLink {
	color: #fff;
	font-size: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.navLink:hover {
	color: #fff;
}
.indexNews.bottomCon.pcnone{
	display: none;
}
.hxywJzl.pcnone{
	display: none;
}
/* 导航菜单 */

.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0, 0, 0, .075) !important;
}

@keyframes dynamicEffect {
	0% {
		transform: scale(0.5);
	}

	100% {
		transform: scale(1.0);
	}
}

@keyframes slide {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes bannerBg {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1.0);
	}
}

@keyframes bgZoom {
	0% {
		background-size: 100%;
	}

	100% {
		background-size: 120%;
	}
}


/*index*/

.swiper-slide {
	position: relative;
}
.spage .mbpic{
		display: none!important;
	}
.swiper-slide video {
	position: relative;
	width: 100%;
	height: auto;
}
.swiper-slide .indexVideoM{
	display: block;
}
.swiper-slide .indexVideoM{
	display: none;
}
.swiper-slide .slideimg {
	animation: bannerBg 2s;
	z-index: 10;
	width: 100%;
}

.swiper-slide .bimg {
	position: absolute;
	/* width: 1810px;
	left: 50%;
	margin-left: -905px; */
	width: 100%;
	top: 39%;
	text-align: center;
	z-index: 30;

}

.swiper-slide .bimg img {
	width: 62.25%;
	height: auto;
	display: inline-block;
	animation: dynamicEffect 1s;
	/* 添加动画 */
}

.swiper-slide .simg {
	position: absolute;
	width: 78.5%;
	left: 10.75%;
	/* margin-left: -905px; */
	top: 76%;
	text-align: center;
	z-index: 30;
	display: flex;
	justify-content: space-between;

}
.swiper-slide .simg .simgShow{
	display: block;
}
.swiper-slide .simg .msimgShow{
	display: none;
}
.swiper-slide .simg img {
	display: inline-block;
	margin-left: 6%;
	animation: dynamicEffect 2s;
	/* 添加动画 */
}

.swiper-slide .simg img:nth-child(1) {
	margin-left: 0;
}
.business100ico{
	position: absolute;
	top: 22%;
	width: 100%;
}
.spage .business100ico{
	top: 43%;
}
.business100ico .icoimg {
	margin: 0 auto;
	width: 94%;
	min-width: 1710px;
	max-width: 1820px;
}
.business100ico .icoimg img{
	width:6.94%;
	height: auto;
	opacity: 0;	
	animation: bnInRight 1s ease forwards 1000ms;
}
.business100ico .icoimg img.pcnone{
	display: none;
}
.businessDef1 {
	position: absolute;
	width: 917px;
	height: 39px;
	top: 37.52%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	animation: bannerInUp 1s ease forwards 100ms;
}

.businessDef1 span {
	color: #fff;
	font-size: 39px;
	line-height: 39px;
	letter-spacing: 0.13em;
}

.businessSlogan {
	position: absolute;
	width: 64.81%;
	top: 46.5%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	animation: bannerInUp 1s ease forwards 200ms;
}
.spage .businessSlogan{
	width: 46.87%;
	top: 53.5%;
}
.businessSlogan img{
	width: 100%;
}

.businessDef2 {
	position: absolute;
	top: 65.7%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	animation: bannerInUp 1s ease forwards 500ms;
}

.businessDef2 span {
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0.1em
}

.businessLogo {
	position: absolute;
	width: 20.38%;
	top: 79.62%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	animation: bannerInDown 1s ease forwards 600ms;
}
.businessLogo img{
	width: 100%;
}

.businessDes {
	position: absolute;
	top: 92%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	animation: bannerInDown 1s ease forwards 800ms;
}

.businessDes span {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.09em;
}
.spage .businessDef2{
	top: 82%;
}
.swiper-slide .channelDef1 {
	position: absolute;
	top: 26.38%;
	left: 50%;
	transform: translateX(-50%);
	width: 1147px;
	height: 64px;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	animation: bannerInUp 1s ease forwards 100ms;
}

.swiper-slide .channelDef1 span {
	color: #fff;
	font-size: 50px;
	/* line-height: 64px; */
}

.swiper-slide .channelSlogan {
	position: absolute;
	text-align: center;
	top: 37.33%;
	width: 100%;
	max-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	animation: bannerInUp 1s ease forwards 200ms;
}
.swiper-slide .channelSlogan .img img{
	width: 74.67%;
}
.channelDef2 {
	position: absolute;
	min-width: 928px;
	text-align: center;
	top: 54%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	animation: bannerInUp 1s ease forwards 300ms;
}

.swiper-slide .channelDef2 span {
	color: #fff;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 0.1em
}

.swiper-slide .channelDef3 {
	position: absolute;
	width: 917px;
	height: 39px;
	top: 66.48%;
	left: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform: translateX(-50%);
	text-align: center;
	
	opacity: 0;
	animation: bannerInUp 1s ease forwards 400ms;
}

.swiper-slide .channelDef3 span {
	color: #fff;
	font-size: 39px;
	line-height: 39px;
	letter-spacing: 0.13em;
}

.swiper-slide .channelLogo {
	position: absolute;
	top: 79.62%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	animation: bannerInDown 1s ease forwards 500ms;
}
.swiper-slide .channelLogo img{
	width: 20.5%;
	max-width: 390px;
}
.swiper-slide .channelDes {
	position: absolute;
	top: 92%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	animation: bannerInDown 1s ease forwards 600ms;
}

.swiper-slide .channelDes span {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.3em;
}

.swiper-slide .resDef1 {
	position: absolute;
	top: 34%;
	left: 50%;
	transform: translateX(-50%);
	width: 62.27%;
	min-width: 1040px;
	height:auto;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	animation: bannerInUp 1s ease forwards 100ms;
}

.swiper-slide .resDef1 span {
	color: #fff;
	font-size: 50px;
	margin-top: 5px;
}
.swiper-slide .resDef1 img:first-child {
  width: 25.32%;
  height: 100%;
  object-fit: contain;
}
.swiper-slide .resDef1 img:last-child {
  width: 31.48%;
  height: 100%;
  object-fit: contain;
}
.swiper-slide .resSlogan {
	position: absolute;
	top: 48%;
	left: 50%;
	width: 81.24%;
	opacity: 0;
	transform: translateX(-50%);
	animation: bannerInUp 1s ease forwards 200ms;
}
.swiper-slide .resSlogan img{
	width: 100%;
}

.swiper-slide .resDef2 {
	position: absolute;
	top: 67%;
	width: 100%;
	min-width: 1312px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	animation: bannerInDown 1s ease forwards 300ms;
}

.swiper-slide .resDef2 span {
	color: #fff;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 0.1em
}

.swiper-slide .resWjx {
	position: absolute;
	top: 80%;
	width: 13.45%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	animation: bannerInDown 1s ease forwards 600ms;
}
.swiper-slide .resWjx img{
	width: 100%;
	height: auto;
	 object-fit: contain;
}

/*keywords*/

.keywords {
	width: 82%;
	min-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.keywords .kwBox {
	/* width: 380px; */
	width: 23.75%;
	padding: 10px 0;
	margin-bottom: 20px;
	display: inline-block;
	background-color: rgb(255, 255, 255, 0);
	transition: background-color 0.3s, transform 0.3s;
	/* 兼容性处理 */
}

.keywords .kwBox:hover {
	background-color: #0e3672;
	transform: translateY(-10px);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	/* 兼容性处理 */
}

.keywords .kwBox:hover .kwTit,
.keywords .kwBox:hover .kwCont {
	color: #fff;
}

.keywords .kwBox:nth-child(4),
.keywords .kwBox:nth-child(8) {
	/* width: 420px; */
	width: 26.25%;
	margin-left: 20px;
}

.keywords .kwBox .kwTit {
	font-size: 22px;
	color: #595757;
	line-height: 40px;
	display: block;
}

.keywords .kwBox .kwTit img {
	margin-right: 8px;
}

.keywords .kwBox .kwCont {
	font-size: 18px;
	color: #595757;
	line-height: 28px;
	margin-top: 5px;
	margin-left: 58px;
	display: block;
	font-weight: 100;
}

.kwBox:nth-child(8) .kwTit::after {
	content: "";
	width: 63px;
	height: 24px;
	position: absolute;
	display: inline-block;
	margin-left: 5px;
	/* 可根据需要调整图片与文字之间的间距 */
	top: 18px;
	background-repeat: no-repeat;
	background-size: contain;
}
.mMenu{
	display: none;
}
.hxjzl {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 43%;
	background-position: top center;
	/* 背景图像居中 */
	background-repeat: no-repeat;
	background-size: cover;
}

.hxjzl .dataNum {
	position: absolute;
	/* 绝对定位 */
	top: 52%;
	/* 上边距54% */
	animation: dynamicEffect 2s;
	/* 添加动画 */
}
.hxjzl .dataNum:nth-child(1){
	left:12%;
}
.hxjzl .dataNum:nth-child(2){
	left:24%;
}
.hxjzl .dataNum:nth-child(3){
	left:35.3%;
}
.hxjzl .dataNum:nth-child(4){
	right:34%;
}
.hxjzl .dataNum:nth-child(5){
	right:24.1%;
}
.hxjzl .dataNum:nth-child(6){
	right:14.2%;
}
.hxjzl .dataNum span,
.hxjzl .dataNum b {
	font-size: 72px;
	color: #3e3a39;
	font-weight: 400;
	position: relative;
	transition: all 2s ease-in-out;
}

.hxjzl .dataNum:nth-child(1) span::after {}

.hxjzl .dataNum span:after {
	content: "+";
	/* 伪元素内容为+ */
	position: absolute;
	/* 绝对定位 */
	top: -2px;
	/* 位于右上角 */
	right: -24px;
	font-size: 40px;
	font-weight: 600;
	color: #3e3a39;
}

.hxjzl .dataNum:nth-child(1) span:after {
	right: -145px;
}

.hxjzl .dataNum:nth-child(100000) span:Before {
	content: "KW";
	/* 伪元素内容为 */
	position: absolute;
	/* 绝对定位 */
	top: 0px;
	/* 位于右上角 */
	right: -111px;
	font-size: 72px;
	color: #3e3a39;
}

.qybar {
	margin: 0 auto;
	padding: 0 6% 0 5%;
	width: 100%;
	min-width: 1920px;
	height: 45px;
	background: #124686;
	display: flex;
	justify-content: space-between;
}

.qybar span {
	font-size: 22px;
	line-height: 45px;
	color: #FFF;
}
.qybar .qyshow{
	display: initial;
}
.jzl {
	max-width: 1986px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.popnav {
	position: sticky;
	top: 0;
	left: 2.9%;
	width: 224px;
	height: 0;
	background: #29292d;
	z-index: 10000;
}

.popnavLogo {
	text-align: center;
	background-color: #29292d;
	width: 224px;
	padding: 40px 0 12px;
}

.popnavZX {
	text-align: center;
	background-color: #1758a7;
	width: 224px;
	height: auto;
	padding: 11px 0 12px;
}

.popnavTel {
	text-align: center;
	width: 224px;
	height: auto;
	margin-top: 10px;
}

.popnav ul {
	display: flex;
	flex-direction: column;
	background: #29292d;
	width: 224px;
	height: auto;
	padding-bottom: 10px;
}

.popnav li {
	display: flex;
	flex-direction: column;
	width: auto;
	height: auto;
	padding: 12px 0 12px 20px;
	cursor: pointer;
}

.jzl_nav,
.jzl_nav2 {
	display: flex;
	flex-direction: column;
}

.jzl_nav2 {
	margin-top: 5px;
}

.jzl_tit,
.jzl_des,
.jzl_tit2 {
	display: block;
}

.jzl_tit {
	font-size: 23px;
	line-height: 23px;
}

.jzl_des,
.jzl_tit2 {
	font-size: 18px;
	line-height: 18px;
	padding-top: 10px;
}

.jzl_tit2 {
	padding-left: 40px !important;
}

.jzl_nav {
	border-left: 7px solid transparent;
}

.popnav li span {
	color: #fff;
	padding-left: 10px;
}

.popnav li.active .jzl_nav {
	border-color: #1d73dd;
}

.popnav li.active .jzl_tit,
.popnav li.active .jzl_des,
.popnav li.active .jzl_tit2 {
	color: #1d73dd;
}

.jzl_tit2:before {
	content: "";
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 19px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFJGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDEgNzkuYThkNDc1MywgMjAyMy8wMy8yMy0wODo1NjozNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjcgKDIwMjMwNjI4Lm0uMjIyMyAwNzcwZjgzKSAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMy0wOC0wM1QxNTozOTowMiswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjMtMDgtMDNUMTU6Mzk6NTArMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjMtMDgtMDNUMTU6Mzk6NTArMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZmMTc3NDdkLTMxNmMtMGM0Mi1iYmE1LTMyMWEzNWJmNTEzMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2ZjE3NzQ3ZC0zMTZjLTBjNDItYmJhNS0zMjFhMzViZjUxMzIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2ZjE3NzQ3ZC0zMTZjLTBjNDItYmJhNS0zMjFhMzViZjUxMzIiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjZmMTc3NDdkLTMxNmMtMGM0Mi1iYmE1LTMyMWEzNWJmNTEzMiIgc3RFdnQ6d2hlbj0iMjAyMy0wOC0wM1QxNTozOTowMiswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjcgKDIwMjMwNjI4Lm0uMjIyMyAwNzcwZjgzKSAgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PitFltYAAAFwSURBVDiNpZTNSlVRFIC/fT0XvY5SsEEQOkgQQ8GRPUNQk0DRXsF3EAc9gGDhvBIURI16ggalNBJ/EicObSpy0eryNTjr6E3Qcy4uWJy91893zl5nr5VUgFlgDhgFMjqTv8Ah8A54nwEzwMdw/gQugFQRJtANTALPAFF31N/qlFpXs3hW0Sz0lXqp7iT1DDgBxjs86k3ZBQZrQBfQDOMA8AKoVQAk4DnwIPZNIKtFHYqaPQY+kRe45w5YHVgEvgDDbS8Q9VzdVlEbsVbdUPvD3q596lrE7KsDYd9Wz9uBKRxP1O+R8C32BWxI/Rq+H+pI2NNdQNSH6lYkHqlj6lP1IGyf1Udt8aVA1B71bQB+qaexXo7S0Cmw0Hmv5c0tcVfAKm22AOyRt+RqWXB29btzvU3WSzhFfqoBLaC3wpeWSQNoZeQDYQKYBjb5/6KXSXGql8AIsJvUGWAlHMfAnw6Bda675XXy/vOwRT4Pl4AP/wBjA8tNjbtmmQAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
}

.popnav li.active .jzl_tit2:before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFJGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDEgNzkuYThkNDc1MywgMjAyMy8wMy8yMy0wODo1NjozNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjcgKDIwMjMwNjI4Lm0uMjIyMyAwNzcwZjgzKSAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMy0wOC0wM1QxNTozODoxNSswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjMtMDgtMDNUMTU6Mzk6MzkrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjMtMDgtMDNUMTU6Mzk6MzkrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmVkMmI5MDliLTc0NTgtZmU0Zi04N2FlLTE4MTg3ZWNhZGE4ZiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDplZDJiOTA5Yi03NDU4LWZlNGYtODdhZS0xODE4N2VjYWRhOGYiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplZDJiOTA5Yi03NDU4LWZlNGYtODdhZS0xODE4N2VjYWRhOGYiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmVkMmI5MDliLTc0NTgtZmU0Zi04N2FlLTE4MTg3ZWNhZGE4ZiIgc3RFdnQ6d2hlbj0iMjAyMy0wOC0wM1QxNTozODoxNSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjcgKDIwMjMwNjI4Lm0uMjIyMyAwNzcwZjgzKSAgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtUy22YAAAFmSURBVDiNndS9S9VRGAfwz+96RG3SwFFwSDPDwSkH/wLBqxAhWnuDFkRrgy6uIkjQLL6CKIJO+gcUtIj4QgVNDrarUJfbcI74M27Xe/1u5zzP833ezvdkHe9/wASm0IugPvzBMT5iMWAcS8l4gitkNZKV0YRnGEA54B1+4xU2k1M9hDCCZbwN6EmVrddIUgkbOMXjAhpwkQztGEahBpIMQ2hN5wuEgtstdmBbHHBzFbJGzGMHXbkE5X8rOcYXvMYKHlYgaxOX+AZH+Jk35gkzXOIlPmM0VfAo59OZOniBr3iOX7kOK87qO4opcCCR9uEpdjGY7oriMm/hf8M/x5g4y27sYR9P8ClVeFYpsJoqrjCZyKfT3Sw+uHl/dRFeYwaHyXftLucgrbtaVvHhVsN1fFZACQ9qqPQutKAUxE31i0vYcj8tF0UJHwTMicJexTfxo6iHsNGNWuaCqIjM/f/DkiiEBSz/BaPCT6P/sverAAAAAElFTkSuQmCC");
}

.boxCon {
	margin: 0 auto;
	width: 100%;
	min-width: 1920px;
	padding-top: 85px;
	display: flex;
	justify-content: space-between;
}

.boxConL {
	width: 1202px;
	height: 625px;
	margin-left: 345px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.conRow1,
.conRow2,
.conRow3 {
	width: 100%;
}

.conTit {
	float: left;
	text-align: left;
}

.conTit img {}

.conDes {
	float: right;
	width: 920px;
	height: 200px;
}

.conDes b {
	color: #f0d7a2;
	font-weight: normal;
}

.conDes h2 {
	font-size: 50px;
	color: #3e3a39;
	text-align: left;
	line-height: 50px;
}
.conJzqd .conDes .h2{
	margin-top: 60px;
}
.conDes p {
	font-size: 23px;
	color: #3e3a39;
	text-align: justify;
	margin-top: 20px;
}
.conDes .p2{
	font-size: 24px;
}
.conDes ul {
	border-top: 1px solid #c9caca;
	margin-top: 20px;
	padding-top: 12px;
}

.conDes li {
	display: inline-block;
	margin-left: 30px;
	font-size: 17px;
	color: #3e3a39;
	padding: 1px 5px;
	border: 1px solid #c9caca;
	border-radius: 4px;
}

.conDes li:first-child {
	font-size: 21px;
	color: #1758a7;
	border: none;
	position: relative;
	margin-left: 29px;
}

.conDes li:first-child:before {
	content: "";
	width: 25px;
	height: 21px;
	position: absolute;
	left: -30px;
	top: 22%;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAVCAYAAACzK0UYAAAACXBIWXMAAAsTAAALEwEAmpwYAAACLElEQVRIiaXVT4iNURgG8N93751LLFBmoUyjSAiRwlxMWZitKM3GkiwoElIWFhaKyEZIspLsxEYUK0nyLws1JTRGwhhhMO6Ya3HOx52v707mzlNf5/tzznme93nf93xJZ6VDBkUsxXZ0YRqGUUApOzkHCd7jGs7gZXbRVGzBEczGUCQYL+ZiPzrRXU/Sir04EFX34AKexefCf2z+C5OwFtuwCrtSkvk4is1R+e2o5EkTURCsqkXRG0tYjPNYja+4jEP42CRBASN4gCpmlnAsErzDSZyIk8aLMjoEV4awXiiUWgnr4stTON6keqgI1bQg834kDa2KuxMggDWYh0E8Rq+Ql7/+JZgyQZLfcXyKrTgtVNuo5kriOAMr0VK3MEUJX+JGn3OICkIkPUIkI0jqSWpx3ICzkTRbAEX8wD5cyvmWjpMFZ5JsJCl+YSCqyovkp5DDLKpRaA3fhHaoZUlSu27gucZ2fUdfDkk6fxF2Y7m6Ek6R2jVdqPdyVJfUzSkLuRgU+qoe/YJVs4R2qBnDri7hBGiUk2pUei7z7XqMYoVgeTvmZEnSA/A1HgrJy57ALfiEFzni+nDYv1/DJuE0GVVdqf/3hOO+nBNJQUj8hxwSQsEMxPu0hIuluKAdy3ArhtrbYJPxIO21tyXcxE7sESx6JOQjabR6DKTFU8GOSHI16ax0LMQVLBGiyOuB8aIcCe6ju9je1taPO1FFq/BnGxZy1MxVwxtcxEG8+gNMI5SrmDfPYgAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;

}

.conRow2 {
	margin-top: 50px;
	position: relative;
}

.conRow2 img {
	margin-left: 35px;
}

.conRow2 .ico {
	position: absolute;
	bottom: 6px;
	right: 345px;
	width: 18px;
	height: 16px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAAsTAAALEwEAmpwYAAABl0lEQVQ4jY3UP6jOURgH8M/vdbiuQZlksFzJZKX7ljclRCwGFMPdGERZhQxiYDDcMspALHfRtSnFnaSuQWS4IoMR5e/73tdwnpPj10956nTO7/zO832+z/d5zmkG/WkddhV7sB13MMQMFnEfF9oOKeYp7Mc69HAIm3ENO9HgOrbgcOX/EfNYagb96T5uY1N1YIyfmMAo9lbgR+zV9gbHEy5jI07hCVa1AIexbirA8m8XruBcwgBzmG3nXaVfQJYrhvAcO7A7yZp86wDYhpOyLr0YX3E+mBdWnzCZ4qPXAtkqV2sK7/A5Uu5V7Io1GCfddlAWfwZ3I1gTqQ27HNpM6iiF+n/Zv4Ae4C1u4RWe4QUWZHE7gQrl2hZxTO6vD3IxvsTc1mgZTZJzXtMRZCFGqSy59KPWubX4nvAYB3AajyqmJVrbsRRojH3hO59wUdbiRnV4JF+RSfyKvZVyH034093wEpcSnso3fS82hMMRuYdmcTSA53ACr+UXYCzr9xDvC80l3KyirA7ws1gvX9Yz8ktwL7L4y34Dh8VcptfX+oUAAAAASUVORK5CYII=");
	background-size: contain;
	background-repeat: no-repeat;
}

.conRow2 a {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 18px;
}

.conRow3 ul {
	margin: 42px 0 0 260px;
	display: flex;
}
.conRow3 .mcont{
	display: none;
}
.conRow3 ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 35px;
	border-left: 1px solid #6f7277;
}

.conRow3 ul li:nth-child(1) {
	border-left: none;
	padding-left: 0;
}

.conRow3 ul li:nth-child(5) {
	padding-right: 0;
}

.conRow3 ul li span {
	color: #fff;
	font-size: 50px;
	line-height: 65px;
	margin-top: -20px;
}

.conRow3 ul li img {
	margin-top: -18px;
}

.boxConR {
	width: 280px;
	height: 625px;
	margin-right: 40px;
	text-align: right;
	display: flex;
	flex-direction: column;
}

.boxConR h3 {
	font-size: 22px;
	color: #1758a7;
	position: relative;
	margin-bottom: 15px;
}

.boxConR h3:before {
	content: "";
	position: absolute;
	width: 35px;
	height: 25px;
	left: 42px;
	top: 7%;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAZCAYAAAC7OJeSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGDGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDEgNzkuYThkNDc1MywgMjAyMy8wMy8yMy0wODo1NjozNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjcgKDIwMjMwNjI4Lm0uMjIyMyAwNzcwZjgzKSAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMy0wOC0wM1QxOToxMzoyMiswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjMtMDgtMjFUMTY6MDU6MjYrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjMtMDgtMjFUMTY6MDU6MjYrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhjZTAwZjI0LTZkMjItMDM0Mi1iZTM4LTg3ZWJhNzE5N2Q2OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0YjdjYTI5My1jNzQ0LTFjNDYtOTkxMC1lZDQzNmNiZjgwODYiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0YjdjYTI5My1jNzQ0LTFjNDYtOTkxMC1lZDQzNmNiZjgwODYiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjRiN2NhMjkzLWM3NDQtMWM0Ni05OTEwLWVkNDM2Y2JmODA4NiIgc3RFdnQ6d2hlbj0iMjAyMy0wOC0wM1QxOToxMzoyMiswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjcgKDIwMjMwNjI4Lm0uMjIyMyAwNzcwZjgzKSAgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Y2UwMGYyNC02ZDIyLTAzNDItYmUzOC04N2ViYTcxOTdkNjgiIHN0RXZ0OndoZW49IjIwMjMtMDgtMjFUMTY6MDU6MjYrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyNC43ICgyMDIzMDYyOC5tLjIyMjMgMDc3MGY4MykgIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5+Ku1BAAACm0lEQVRIic3Wz4tVZRjA8c+90yQ5FyoXQwYtCl0U5kISY4SuLfqxycRAMFJRcCXuhIjcuBACJRL/gHBolEBEaVUbN0mb2liSMwsbaFGMoI4Ud0bv3Ovifd/umcPc+947V6QHDrznvM95z/c8vyvtdtv/RZ7qtVnfPgHP4UPsxgbU4nujqBbU21hCEw/itRCvWVzBd/hnVTAR5CsciPdNtFDJvFeUEWzDHpzG8Qg6MMxHEaSJn3AVjfiBHFA7XjW8gzdwBL/g29XCwDUcwq2Mfjc5jylsFtx9UXDpMqmWH5TkNcEtV4cAgd/wQ1y/hOdXUsrB1CLMij4eQKq4G9cjWLMamBQXOb2ctIT4gWd0CY9czIiHPMzojOA91AUXlOEX8GZcv4KzQrrfxmX8OghMr8o4jpPYGdc5GcMHcd3CQZzAZL8wrS57o/hMyLQqpjGDxZJeReen2vF+HbbgZXyJmWHd9Dr2R5AL+BxzelsySRXv4gtsxCf9wFR0L3CbhBj5C2fwRx/nFeUStuJTvDVslqR6cUewyGrkT8Gt48PCJIstGaxfFWVJiMnRftyUk9Sti3EyJvSi9TqNNendwM2CbjO9m4MpZkE3EEIwFi1Tx9dWTvXvsVenIv/nnRxM+lg3F6Q2UbUcuIG/4/PUENOPzVneJNOPVHIw/wozTa3L/nw8aKwE/CP2CQHeLMHM4n5Bd61Qrxo5mN+FLrsDk0Lkl/cX8CJ2CcWLUJeuZ84mxNT7EWY6B3NBKEx1nMPPgrUawvj4gmDymlArXo2ATb2zKw1db8ez4ZtKr4G8vn3iWZzC4fiopZOKKUvWlD68qP8K/HQCwdGcZeZxTJj0PhaGrbUlnaL/K/obN5LOdcHiU7jX0zJPWoatwI9VHgGljqBgtw1K6AAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}

.boxConR h3:first-child:before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAZCAYAAAC7OJeSAAAACXBIWXMAAAsTAAALEwEAmpwYAAACz0lEQVRIib3WW4iVVRQH8N9cDFFGLTNDGJXAUoQIL0QDTRpYpPlg1kMTggk+5VNC9KI+KIpgb6YP0oT6ZKJZEI4iQjKEJILVTKYj3kbRJHW8gaLN+LD2xxyGOed853BqwWGvvb991vf/1uW/Vl1ryxtyyEyswNuYjIaCZ0/wD37BTvycx+Bw0pjjzqf4Cs+WuDMer2AZ1mLTfwHmA3yDurQ/jV9xEw/T+WRMx+xkbyPuYWstwTwvPFKHAazHlvSi4ey0YTtGYQN+woVKwNSXePYOpiZ9B9YVAULkzS4RIhiLjysBUg7M62l9iPac9nbjdtLfrCWY59L6ANdy2ruTfjCulmD+TusYvJTT3iRMSPr1WoLJ+GIEVstHA59jdNIP1xLMYVHG8D724DU0FfyvQXjuZVF5n6Xzy9hXKZi6Mgw8Gx2izImqOYO76BfeasIUgx75V/DTj5WCKef6k1iErzEn3Z9Z4n4PvqgGSB4wRKjewoeYJxh3pMilJ3iEKziO70SfqkrKhel/lWKeacRcwTVZO5DWgYJ9JvUG+5ekP8LvBimimDSLRvt4KJiJWIUlmKF0teWRXlGVG3F+yLPx2IZWvIBDhWGaj29FZdRabmEWLqX9GBxES9r/hfcyz7TgQLpElO4JdIrk7C/zsoGCO1m5z8Fikew7DTLyWJHoGZA/RMX2Nooe0l4A5Ht8ibPlPjeHTBOh70z7CYI856d9VwLcm33FMjGlwVF8JIirEmkTLYPgpg7sF7zTk84nig/N8uK0YPYsdOrxSdL7sbkKIHBKhHYWVopW0CE8kwH5oQBINxYWAsnAZF45J4bqauRPLBATXpY77+IYlguPZPNRt/DIxaFG6vFM0vtwv0owBBuvwVJcTWcvigrNPNJVDEgG5kbSK54/isgBMeUdGXLeLZJ1WCDQMKW5uUPMLlvFVFcL6cNeMWK8it9Ebys5oD8F3XeYJlXlSosAAAAASUVORK5CYII=");

}

.boxConR p {
	font-size: 16px;
	line-height: 32px;
	color: #3e3a39;
	margin-bottom: 30px;
}

.boxConR p b {
	color: #c7000b;
	position: relative;
	font-weight: normal;
}

.boxConR p b:before {
	content:"";
	position: absolute;
	width: 47px;
	height: 48px;
	left: -60px;
	top: 7%;
	background-repeat: no-repeat;
}

.boxConR img {
	margin-top: -70px;
	margin-bottom: 50px;
}


.boxConR span {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 36px;
	color: #fff;
	background-color: #1758a7;
	padding: 13px 0;
	margin-left: 8px;
	border-radius: 8px;
}

.boxCon2 {
	border-bottom: 5px solid #124686;
	padding-top: 110px;
}

.conHbst .conRow3 ul {
	margin-top: 30px;
}

.conHbst .conRow3 ul li {
	padding-bottom: 73px;
}

.boxCon2 h2,
.boxCon2 h3,
.boxCon2 p {
	color: #FFF;
}

.boxCon2 .boxConR {
	margin-left: 40px;
	text-align: right;
}

.boxCon2 .boxConR h3 {
	margin-right: 17px;
}

.boxCon2 .boxConR h3:before {
	left: 25px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAZCAYAAAC7OJeSAAAACXBIWXMAAAsTAAALEwEAmpwYAAACzUlEQVRIib3XXYiUVRzH8c+ua4ihpqZG4AuCmXijqyEK5gtkvrSCphcqQgle2VWCdGNdKIpgd2UXoqFeKWTqjauIYCyiiSDltpmh1iqlZO2WgZLuevE/DzMMzswzw9gfhvPynDnzff4vv3OmqafroBw2FRuwEOMwoOjZY/yB8ziAc3k2fJa15FjzPj7F8AprRmIy1uNj7HweMCuxD01p3IVvcR8P0/w4vI4Zab8d+Aef1QrTVCFML+MSJqAf27A7/VCptWAtvsBg9GI6btYC01zh2aIEAnvxSRkQIm8OihDBMKypBaQazKzUPsT+nPsdwl+pP7eRMCNS+y9+y7lfb/rAS42EuZvaoZiYc79XMSr1f28kTKYXA7FZPhn4EC+m/ulGwpwWZQzv4DCmYUjR9wYIz70mtGhTmv8VX9UKU6m0Ce1oF2VOVM01/I0+4a0hGK/gkSdCn07UClPN9ZexDJ9jZlo/tcL669hSD0geGCJU87AK84XiDhK59BiPcBsXcEScU3VZtTD9r1bOMy14Q2hNkzgOpLa/aJxZs8L5JfUf4TsFiShnY8VB+18pzBh8gBWYonK15bFuUZU7cKPk2UjswZsYjVPFYVqAL0VlNNr+RCt+SeOhOIk5afwjlmSemYNjaRFRupfQIZKzr8qP9Retycp9JtpEsh9QUORhItEzkO9FxXa3iDNkfxHI1/gIP1V73Rw2SYS+I41HCfFckMZXE3B39hbrxS0NzmK1EK5abK04MghtasdRoTvX0/wY8aKz07hLKHsWOs1Yl/p92FUHCFwRoW3FRnEUtAvPZCDHi0A6sbQYJIPJvPKzuFTXYz/gLWxXyJ238Q3eEx7J7kedwiO3Sjdpxgup34MHdcIQarwV7+JOmntFVGjmkavlQDKYe6lf8/2jjB0Tt7wzJfOdIlmfCZLBLBZJu7FBMMRFvE38ZenFRSyvBAJPAdlnoCPd2YiLAAAAAElFTkSuQmCC");
}

.conGssw {
			height: 836px;
		}
.conHbst {
			height: 901px;
		}
.conJzqd {
			height: 863px;
			border-bottom: 15px solid #124686;
			background-size:cover;
		}				
/* 全域乡村振兴 start*/
.qyxczx {
	position: relative;
	margin: 70px auto 0;
	width: 100%;
	height: 0;
	background-position: top center;
	/* 背景图像居中 */
	background-repeat: no-repeat;
	background-size: cover;
}
.indexcxzx{
	padding-bottom: 51.51%;
	}

.qyxczx .dataNum {
	position: absolute;
	top: 48%;
	animation: dynamicEffect 2s;
}

.channelXczx {
	width: 100%;
}

.channelXczx .qyxczx {
	width: 100%;
	height: 0;
	padding-bottom: 28.39%;
	margin: 0;
}

.channelXczx .qyxczx .dataNum {
	top: 57%;
}

.qyxczx .dataNum span,
.qyxczx .dataNum b {
	font-size: 72px;
	color: #3e3a39;
	font-weight: 400;
	position: relative;
	transition: all 2s ease-in-out;
}

.qyxczx .dataNum:nth-child(1) span::after {}

.qyxczx .dataNum span:after {
	content: "+";
	/* 伪元素内容为+ */
	position: absolute;
	/* 绝对定位 */
	top: -2px;
	/* 位于右上角 */
	right: -24px;
	font-size: 40px;
	font-weight: 600;
	color: #3e3a39;
}

.qyxczx .dataNum:nth-child(1) span:after {
	right: -145px;
}

.qyxczx .dataNum:nth-child(10000) span:Before {
	content: "KW";
	/* 伪元素内容为 */
	position: absolute;
	/* 绝对定位 */
	top: -11px;
	/* 位于右上角 */
	right: -111px;
	font-size: 72px;
	color: #3e3a39;
}
.qyxczx .dataNum:nth-child(1) {
		left: 12%;
	}
	
	.qyxczx .dataNum:nth-child(2) {
		left: 24%;
	}
	
	.qyxczx .dataNum:nth-child(3) {
		left: 36%;
	}
	
	.qyxczx .dataNum:nth-child(4) {
		left: 47.5%;
	}
	
	.qyxczx .dataNum:nth-child(5) {
		left: 59%;
	}
	
	.qyxczx .dataNum:nth-child(6) {
		left: 70.3%;
	}
	.qyxczx .dataNum:nth-child(7) {
		left: 81.5%;
	}
/* 全域乡村振兴 end */
.qdtlBox .boxCon{
	padding-bottom: 80px;
}
.conJzqd .boxConL {
	width: 1450px;
}
.boxCon2 .mp2{
	display: none;
}
.conJzqd .conDes {
	width: 1175px;
	height: auto;
	position: relative;
}

.conJzqd .conRow1 {
	height: 340px;
}

.conJzqd .conDes .alMore {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	color: #f0d7a2;
	font-size: 18px;
}

.alMore img {
	margin-left: 5px;
}

.conRow5 {
	width: 100%;
	height: 200px;
	margin-top: 30px;
	padding-left: 275px;
}
.conRow5 ul{
	display: flex;
	justify-content: space-between;
}
.conRow5 ul li {
	float: left;
	text-align: center;
	/* margin-left: 15px; */
}
/* .conRow5 ul li:first-child{
	margin-left: 0;
} */

.conRow5 ul li img {
	width: 223px;
	height: 132px;
	transition: transform 0.3s ease-in-out;
	/* 添加过渡效果 */
}

.conRow5 ul li:hover img {
	transform: scale(1.1);
	/* 鼠标移动上去时的放大效果 */
}

.conRow5 ul li h4 {
	margin-top: 15px;
	font-size: 18px;
	line-height: 24px;
	color: white;
}

.conRow5 ul li p {
	font-size: 14px;
	line-height: 14px;
	color: white;
}

.conRow6 {
	width: 100%;
	padding-left: 275px;
	margin-top: 40px;
}

.conRow6 h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.conRow6 h3 b{
		font-weight: normal;
	}
.conRow6 form input {
	float: left;
	height: 55px;
	background: #fff;
	border-radius: 8px;
	border: none;
	padding: 0 24px;
	line-height: 55px;
	font-size: 18px;
}

.conRow6 form input.mobile {
	width: 576px;
}

.conRow6 form input.checkcode {
	width: 248px;
	border-radius: 8px 0 0 8px;
	margin-left: 22px;
}

.conRow6 form span.checkcodeImg {
	float: left;
	height: 55px;
	background: #fff;
	border-radius: 0 8px 8px 0;
	border: none;
	padding: 10px 10px 10px 24px;
	position: relative;
}

.conRow6 form span.checkcodeImg:before {
	content: '';
	width: 1px;
	height: 29px;
	position: absolute;
	left: 0px;
	top: 13px;
	background-color: #404a56;
}

.conRow6 form span.checkcodeImg img {
	border-radius: 8px;
	height: 35px;

}

.conRow6 form button {
	width: 180px;
	height: 55px;
	background: #1758a7;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 22px;
	margin-left: 20px;
}

.indexNews {
	width: 100%;
	min-width: 1920px;
	display: flex;
	justify-content: space-between;
	background: #f4f4f4;
	padding: 80px 6%;
}

.toutiao {
	width: 74%;
}

.bottomCon h2 {
	font-size: 58px;
}

.bottomCon .title a {
	font-size: 18px;
	text-align: right;
	align-self: flex-end;
}


.indexAbout {
	width: 24%;
}

.bottomCon .title {
	display: flex;
	justify-content: space-between;
}

.bottomCon .title h2 {
	text-align: left;
}

.indexNews ul {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.indexNews ul li {
	width: 32%;
	height: auto;
	overflow: hidden;
	text-align: left;
	background: #fff;
	transition: box-shadow 0.3s ease-in-out;
	/* 添加过渡效果 */
}
.indexNews .indexAbout ul li{
	width: 100%;
}
/* .indexNews ul li:first-child {
	margin-left: 0px;
} */

.indexNews ul li:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	/* 鼠标移动上去时的阴影效果 */
}

.indexNews ul li a {
	margin: 0;
	padding: 0;
}
.indexNews ul li div{
	width: 100%;
	padding: 7.5%;
}
.indexNews ul li img {
	width: 100%;
	height: auto;
}

.indexNews ul li h4 {
	font-size: 30px;
	color: #0c0c0c;
	text-align: justify;

}

.indexNews ul li p {
	font-size: 18px;
	color: #0c0c0c;
	margin-top: 5%;
}
.mNewsMore{
	display: none;
}
.indexKt {
	width: 100%;
	min-width: 1920px;
	background: #fff;
	padding: 80px 6%;
}

.ktList {
	width: 100%;
}

.ktList ul.pcKt {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.ktList ul li {
	width: 24.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ktList ul li img {
	width: 100%;
	margin: 7% 0 6%;
}

.ktList ul li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.ktList ul li span {
	line-height: 56px;
}

.ktList ul li a .tit {
	text-align: left;
	font-size: 22px;
	padding-left: 6%;
}

.ktList ul li a .time {
	text-align: right;
	font-size: 18px;
	padding-right: 6%;
}
.ktList ul.mKt{
	display: none;
}

.mMap{
	display: none;
}
.footBox {
	background: #232323;
}

.footBox .qybar span {
	font-size: 20px;
}
.mJg{
	display: none;
}
.dsj {
	min-width: 1920px;
	max-width: 1986px;
	margin: 0 auto;
	padding: 0 6% 0 5%;
	height: 220px;
	display: flex;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-size: cover;

}

.dsj ul {
	width: 125px;
	margin-top: 33px;
}

.dsj li {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	line-height: 21px;
}

.dsj li img {
	margin-right: 8px;
}

.dsj li span {
	font-size: 16px;
	color: #c1c1c1;
}

.dsj div.content {
	width: 1500px;
	display: flex;
	justify-content: space-between;
	margin-left: 55px;
	margin-top: 28px;
}

.dsj div.content>div {
	width: 240px;
}

.dsj div.content>div:first-child {
	width: 750px;
	margin-right: 80px;
}

.dsj div.content>div:first-child p::before {
	content: "·";
	margin-right: 8px;
}

.dsj div.content p {
	font-size: 14px;
	line-height: 28px;
	color: #c1c1c1;
	text-indent: -12px;
}
.dsj .dsjLogo{
	display: none;
}
.footCon {
	width: 100%;
	min-width: 1920px;
	max-width: 1986px;
	margin: 0 auto;
	height: auto;
	padding: 3% 5%;
	display: flex;
	justify-content: space-between;
}

.footConL {
	width: 74%;
}

.qfTitle {
	width: 1105px;
	display: flex;
	justify-content: space-between;
}

.qfTitle h2 {
	font-size: 32px;
	color: #fff;
}
.qfTitle h2 b{
	font-weight: normal;
}

.qfTitle a {
	font-size: 20px;
	color: #fff;
	align-self: end;
}

.qfCon {
	display: flex;
	justify-content: space-between;
	width: 1130px;
	margin-top: 25px;
}

.qfCon .qfBox {
	display: flex;
	flex-direction: column;
}

.qfCon .qfBox h3 {
	font-size: 20px;
	color: #fff;
	margin: 20px 0 10px;
}

.qfCon .qfBox h3 a {
	color: #fff;
}

.qfCon .qfBox h3 a:hover {
	color: #f0d7a2;
}

.qfCon .qfBox span {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.qfCon .qfBox span.qfline {
	margin: 20px 0 10px;
}
.mqfCon{
	display: none;
}
.ftSocial {
	width: 205px;
	display: flex;
	justify-content: space-between;
}

.ftCopyright {
	color: #c7c7c7;
	font-size: 18px;
	line-height: 32px;
}

.ftCopyright a {
	color: #c7c7c7;
}

.footConR {
	width: 20%;
	text-align: right;
}
.usmore{
	display: none
}

.bsNav {
	display: flex;
	justify-content: space-between;
	max-width: 1986px;
	padding: 0 6%;
	margin: 0 auto 35px;
}

.bsNav .snavList {
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-width: 1675px;
	border-bottom: 1px solid #c9caca;
	padding-bottom: 3px;
}
.bsNav .msnavList{
	display: none;
}
.bsNav .snavBox {
	width: 34%;
	border-left: 1px solid #c9caca;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 4.3%;
}

.bsNav .snavBox:first-child {
	border-left: none;
}

.bsNav .snavBox h2 {
	font-size: 58px;
}

.bsNav .snavBox .subtit {
	font-size: 20px;
	margin-top: 5px;
}

.bsNav .snavBox .titline {
	display: block;
	width: 116px;
	height: 5px;
	margin-top: 30px;
	background-color: #0b57a6;
}

.bsNav .snavBox a .des {
	display: flex;
	align-items: center;
	margin-top: 30px;
	font-size: 28px;
}

.bsNav .snavBox a:last-child .des {
	margin-top: 15px;
}

.bsNav .snavBox .des img {
	margin-right: 20px;
}

/* 渠道频道页 */
.csNav {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1986px;
	padding: 0 6% 2% 6%;
}

.csNav .snavList {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #c9caca;
}
.csNav .msnavList{
	display: none;
}
.csNav .snavBox {
	width: 50%;
	padding: 3.2% 5% 3.2% 6%;
}
.csNav .snavBox:last-child{
	padding: 3.2% 5.5% 3.2% 9.5%;
}

.csNav .snavBox:first-child {
	border-left: none;
}

.csNav .snavBox h2 {
	font-size: 52px;
}
.csCont .listTit {
    display: flex;
    flex-direction: column;
}
.csNav .snavBox .subtit {
	font-size: 20px;
	margin-top: 5px;
	letter-spacing: 0.15em;
}
.csNav .snavBox .titline {
	display: block;
	width: 16%;
	height: 5px;
	margin-top: 30px;
	background-color: #0b57a6;
}

.csNav .snavBox .sortlist {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}

.csNav .snavBox .sortlist>div {
	height: 40px;
	line-height: 40px;
}

.csNav .snavBox .sortlist .sortlink {
	margin-left: 20px;
}

.csNav .snavBox .sortlist a {
	font-size: 28px;
	letter-spacing: 0.06em;
}

.csNav .snavBox .sortlist span {
	font-size: 28px;
	letter-spacing: 0.06em;
}

.csNav .snavBox .sortlist span:before {
	content: "|";
	font-size: 28px;
	margin: 0 7px 0 2px;
}

.csNav .snavBox .sortlist span:first-child:before {
	content: "";
	margin: 0;
}
.channelList .listtitNext{
	display: none;
}
.csCont {
	width: 100%;
	max-width: 1986px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 2% 6%;
}

.csCont h2 {
	font-size: 36px;
	color: #3e3a39;
}

.csCont .titleline {
	display: block;
	width: 160px;
	height: 5px;
	background: #0b57a6;
	margin-top: 12px;
}

.csCont .subName {
	font-size: 44px;
	color: #1b1b1b;
	margin-top: 15px;
}

.csCont .sortBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.csCont .sortFa {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.csCont .sortFa img{
	width: 100%;
}
.csCont .sortFa span {
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	padding: 15px 20px;
	color: #9fa0a0;
}

.csCont .sortBoxR {
	width: 75%;
	max-width: 1261px;
	height: 770px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	
}

.csCont .sortBoxR .conBox {
	width: 413px;
	height: auto;
	background: #FFF;
}

.csCont .sortBoxR .conBox:nth-child(1),
.csCont .sortBoxR .conBox:nth-child(4) {
	margin-left: 0;
}

.csCont .sortBoxR .conBox .litpic {
	display: block;
	width: 413px;
	height: 529px;
	overflow: hidden;
	box-shadow: 0 0 1px #f3f3f3;
}

.csCont .sortBoxR .conBox a img {
	transition: transform 0.3s ease;
}

.csCont .sortBoxR .conBox a:hover img {
	transform: scale(1.2);
}

.csCont .sortBoxR .conBox .litpic img {
	width: 100%;
	height: 100%;
}

.csCont .sortBoxR .conBox .txtBox {
	width: 413px;
	text-align: center;
	border-top: none;
	border-left: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	padding: 20px 26px 36px;
}

.csCont .sortBoxR .conBox .txtBox h3 {
	letter-spacing: 1px;
	font-size: 32px;
	width: 100%;
	text-align: left;
	margin-top: 10px;
}

.csCont .sortBoxR .conBox .txtBox sup {
	top: 0 !important;
	font-size: 16px;
}

.csCont .sortBoxR .conBox .txtBox span {
	display: block;
	font-size: 16px;
	color: #898989;
	margin-top: 15px;
	width: 100%;
	text-align: left;
	text-align: justify;
}

.csCont .sortBoxR .conBox .txtBox p {
	letter-spacing: -1px;
	display: block;
	font-size: 16px;
	color: #3e3a39;
	margin-top: 25px;
	width: 100%;
	text-align: left;
	text-align: justify;
	text-align-last: justify;
}
.channelCg .cgBox .cgCont div.listTit{
	display: none;
}
.cgCont .subName{
	display: none;
}
.cgM{
	display: none;
}
/* 渠道频道页 end*/

.bsCont {
	margin: 0 auto;
	max-width: 1986px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 35px 6%;
}

.bsCont h2 {
	font-size: 36px;
	color: #3e3a39;
}
.bsCont .listTit{
	display: flex;
	flex-direction: column;
}
.bsCont .titleline {
	display: block;
	width: 160px;
	height: 5px;
	background: #0b57a6;
	margin-top: 12px;
}

.bsCont .subName {
	font-size: 44px;
	color: #1b1b1b;
	margin-top: 15px;
}

.bsCont .sortBox {
	width: 100%;
	min-width: 1682px;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.sortBoxL {
	width: 390px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #0b57a6;
	justify-content: space-between;
}
.bsCont .msortBoxL{
	display: none;
}
.bsCont .sortBoxL 
{
	height: 786px;
	}
.csCont .sortBoxL {
	height: 770px;
	}
	
.sortBoxL .sortboxLogo {
	text-align: center;
	width: 100%;
	position: relative;
	padding: 48px 0 0;
}
.sortBoxL .sortboxLogo:after{
	content: "";
			position: absolute;
			top:33px;
			right:40px;
			width: 34px;
			height: 24px;
			background-repeat: no-repeat;
			background-size: contain;
		}

.sortBoxL .def1 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 10px auto 0;
}

.sortBoxL .def1 span {
	font-size: 28px;
	color: #fff;
	text-align: justify;
	text-align-last: justify;
}
@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {
    .sortBoxL .def1 span{
	  text-align: center;
    }
  }
}
.sortBoxL .def1 span:last-child {
	font-size: 25px;
	line-height: 25px;
	letter-spacing: -3px;
}


.sortBoxL .def1 .line {
	margin: 0 auto;
	width: 80%;
	font-size: 25px;
	letter-spacing: -1px;
	text-align: center;
	color: #fff;
}

.sortBoxL .def2 {
	width: 48%;
	font-size: 40px;
	letter-spacing: 5px;
	line-height: 68px;
	margin: 5px auto 0;
	text-align: center;
	color: #fff;
}

.sortBoxL .def3 {
	width: 72%;
	font-size: 28px;
	line-height: 47px;
	margin: 10px auto 15px;
	text-align: center;
	color: #fff;
}

.sortBoxL .sortZx {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	text-align: center;
	background: #29292d;
}

.bsCont .sortBoxR {
	width: 75%;
	height: 786px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.bsCont .sortBoxR .conBox {
	width: 413px;
	height: auto;
	background: #FFF;
}

.bsCont .sortBoxR .conBox:nth-child(1),
.bsCont .sortBoxR .conBox:nth-child(4),
.bsCont .sortBoxR .conBox:nth-child(7) {
	margin-left: 0;
}

.bsCont .sortBoxR .conBox .litpic {
	display: block;
	width: 100%;
	height: 235px;
	overflow: hidden;
}

.bsCont .sortBoxR .conBox a img {
	transition: transform 0.3s ease;
}

.bsCont .sortBoxR .conBox a:hover img {
	transform: scale(1.2);
}

.bsCont .sortBoxR .conBox .litpic img {
	width: 100%;
	height: 100%;
}

.bsCont .sortBoxR .conBox .txtBox {
	text-align: left;
	border-top: none;
	border-left: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	padding: 15px 20px;
}

.bsCont .sortBoxR .conBox .txtBox h3 {
	font-size: 32px;
	text-align: justify;
	text-align-last: justify;
}

.bsCont .sortBoxR .conBox .txtBox span {
	font-size: 16px;
	color: #898989;
	margin-top: 5px;
}

.bsCont .sortBoxR .conBox .txtBox p {
	font-size: 16px;
	color: #3e3a39;
	margin-top: 5px;
	text-align: justify;
	text-align-last: justify;
	letter-spacing: -1px;
}

.sortFa {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.sortFa img{
	width: 100%;
	height: auto;
}
.sortFa span {
	width: 1675px;
	font-size: 18px;
	line-height: 36px;
	padding: 15px 18px;
	color: #9fa0a0;
}

.hxywJzl {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1900px;
	height: 0;
	padding-bottom: 30%;
	background-position: top center;
	/* 背景图像居中 */
	background-repeat: no-repeat;
	background-size: cover;
}

.hxywJzl .dataNum {
	position: absolute;
	/* 绝对定位 */
	top: 52%;
	/* 上边距54% */
	animation: dynamicEffect 2s;
	/* 添加动画 */
}
.hxywJzl .dataNum:nth-child(1){
		left: 12%;
	}
	.hxywJzl .dataNum:nth-child(2){
		left: 25.5%;
	}
	.hxywJzl .dataNum:nth-child(3){
		left: 40%;
	}
	.hxywJzl .dataNum:nth-child(4){
		right: 41.5%;
	}
	.hxywJzl .dataNum:nth-child(5){
		right: 28%;
	}
	.hxywJzl .dataNum:nth-child(6){
		right: 14.5%;
	}
	
.hxywJzl .dataNum span,
.hxywJzl .dataNum b {
	font-size: 72px;
	color: #3e3a39;
	font-weight: 400;
	position: relative;
	transition: all 2s ease-in-out;
}

.hxywJzl .dataNum:nth-child(1) span::after {}

.hxywJzl .dataNum span:after {
	content: "+";
	/* 伪元素内容为+ */
	position: absolute;
	/* 绝对定位 */
	top: -2px;
	/* 位于右上角 */
	right: -24px;
	font-size: 40px;
	font-weight: 600;
	color: #3e3a39;
}

.hxywJzl .dataNum:nth-child(1) span:after {
	right: -145px;
}

.hxywJzl .dataNum:nth-child(1000) span:Before {
	content: "KW";
	/* 伪元素内容为 */
	position: absolute;
	/* 绝对定位 */
	top: -11px;
	/* 位于右上角 */
	right: -111px;
	font-size: 72px;
	color: #3e3a39;
}

.hxywContactBox{
	position: absolute;
	width: 100%;
	top: 86%;
}
.hxywContact {
	margin: 0 auto;
	width: 88%;
	display: flex;
	justify-content: space-between;
}

.hxywContact .telZx {
	display: flex;
	align-items: center;
	color: #3e3a39;
	font-size: 18px;
}

.hxywContact .telZx img {
	margin: 0 15px;
}
.hxywContact h3{
	display: none;
}
.hxywContact form input {
	float: left;
	height: 54px;
	background: #fff;
	border: 1px solid #0b57a6;
	padding: 0 20px;
	line-height: 55px;
	font-size: 20px;
	color: #3e3a39;
}

.hxywContact form input::placeholder {
	color: #3e3a39;
}

.hxywContact form input.mobile {
	width: 282px;
}

.hxywContact form input.checkcode {
	width: 175px;
	border-right: none;
	margin-left: 14px;
}

.hxywContact form span {
	border: 1px solid #0b57a6;
	height: 54px;
}

.hxywContact form span.checkcodeImg {
	float: left;
	background: #fff;
	border-left: none;
	padding: 9px 10px 9px 24px;
	position: relative;
}

.hxywContact form span.checkcodeImg:before {
	content: '';
	width: 2px;
	height: 34px;
	position: absolute;
	left: 0px;
	top: 9px;
	background-color: #0b57a6;
}

.hxywContact form span.checkcodeImg img {
	border-radius: 8px;
	height: 34px;
}

.hxywContact form button {
	width: 136px;
	height: 54px;
	background: #1758a7;
	border: none;
	color: #fff;
	font-size: 20px;
	margin-left: 14px;
}

.sonNav {
	margin: 0 auto;
	width: 100%;
	min-width: 1900px;
	max-width: 1986px;
	height: 60px;
	color: #f4f4f4;
	padding: 0 10.5%;
}

.sonNav ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.sonNav ul li {
	display: flex;
	align-items: center;
	height: 60px;
}

.sonNav ul li img {
	margin-right: 15px;
}

.sonNav ul li a {
	font-size: 18px;
	color: #727171;
}

.sonNav ul li a:hover {
	color: #0b57a6;
}

.sonNav ul li a.active {
	color: #0b57a6;
}
.bsNav.solu{
	display: none;
}
.buessList.solu{
	display: none;
}
.soluCont {
	max-width: 1986px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 0 2% 3%;
}

.soluContL {
	width: 328px;
	height: 910px;
}

.extSortName {
	height: 60px;
	line-height: 60px;
	background: #0b57a6;
	padding: 0 7%;
}

.extSortName img {
	display: inline-block;
	vertical-align: middle;
	max-width: 15%;
}

.extSortName span {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	line-height: 28px;
	color: #FFF;
	margin-left: 5%;
	margin-bottom:1%;
}

.soluBox {
	width: 100%;
	height: 851px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

.soluBox h2 {
	width: 268px;
	font-size: 43px;
	color: #20222e;
	margin-top: 35px;
	word-break: break-all;
}
.soluBox h2.pcnone{
	display: none;
}
.soluBox hr {
	width: 268px;
	height: 1px;
	background-color: #050505;
	margin-top: 12px;
	margin-left: 65px;
	border: none;
}

.soluBox span {
	width: 268px;
	font-size: 20px;
	line-height: 32px;
	color: #20222e;
	position: relative;
	margin: 16px 0;
	text-align: justify;
	overflow: visible;
}

.soluBox span.jjfa {
	text-align: left;
	letter-spacing: -1px;
}

.soluBox span::before {
	content: "";
	position: absolute;
	width: 29px;
	height: 21px;
	left: -38px;
	top: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	
}

/* .soluBox span.bg {
	height: 64px;
}
.soluBox span.xq {
	height: 96px;
} */

/* .soluBox span.tz {
	height: 160px;
} */

/* .soluBox span.jjfa {
	height: 96px;
} */


.soluBox b {
	display: block;
	width: 268px;
	font-size: 25px;
	line-height: 36px;
	color: #fff;
	background-color: #1758a7;
	text-align: center;
	vertical-align: middle;
	padding: 12px 10px;
	font-weight: normal;
	margin-top: 11px;
	border-radius: 8px;
}

.soluContR {
	display: flex;
	flex-direction: column;
	width: 1485px;
	height: 910px;
	justify-content: space-between;
}

.contSlide {
	width: 1485px;
	height: 615px;
	position: relative;
	overflow: hidden;
}
.soluContM{
	display: none;
}
.slideBox {
	width: 1364px;
	height: 615px;
}

.slideImg {
	width: 1354px;
	height: 615px;
	display: flex;
	justify-content: flex-start;
}

.slideImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slidePre,
.slideNext {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 31px;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;

}


.slidePre {
	left: 30px;
}

.slideNext {
	right: 160px;
}

.slidePre img,
.slideNext img {
	opacity: 0.5;
	transition: transform 0.3s;
}

.slidePre:hover img,
.slideNext:hover img {
	opacity: 1;
	transform: scale(1.2);
}

.contMore {
	display: flex;
	justify-content: space-between;
	width: 1485px;
	height: 277px;
	overflow: hidden;
}

.contNext {
	width: 122px;
	height: 277px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.contNext .mNext{
	display: none;
}
.contNext img {
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.3s ease;
}

.contNext:hover img {
	transform: scale(1.2);
}

.contNext span {
	position: absolute;
	color: #FFF;
	font-weight: 600;
	font-style: italic;
	font-size: 22px;
	line-height: 25px;
	left: 23px;
	bottom: 38px;
	z-index: 1000;
}

.contList {
	display: flex;
	justify-content: space-between;
	width: 1360px;
	height: 277px;
	overflow: hidden;
}

.listBox {
	display: flex;
	flex-direction: column;
}

.listBox .imgBox {
	width: 332px;
	height: 189px;
	overflow: hidden;
}

.listBox img {
	width: 100%;
	height: 100%;
}

.listBox a img {
	transition: transform 0.3s ease;
}

.listBox a:hover img {
	transform: scale(1.2);
}

.listBox .boxTxt {
	width: 332px;
	height: 88px;
	border-top: none;
	border-left: 1px solid #b4b6b7;
	border-right: 1px solid #b4b6b7;
	border-bottom: 1px solid #b4b6b7;
	padding: 15px 25px;
	margin-top: -1px;
}

.listBox .boxTxt h3 {
	font-size: 25px;
	line-height: 25px;
	color: #0c0c0c;
	display: inline-block;
	width: 100%;
	/* 指定宽度 */
	white-space: nowrap;
	/* 防止文字换行 */
	overflow: hidden;
	/* 超出部分隐藏 */
	text-overflow: ellipsis;
	/* 超出部分用省略号表示 */
}

.listBox .boxTxt span {
	font-size: 16px;
	line-height: 16px;
	color: #898989;
	display: inline-block;
	width: 100%;
	/* 指定宽度 */
	white-space: nowrap;
	/* 防止文字换行 */
	overflow: hidden;
	/* 超出部分隐藏 */
	text-overflow: ellipsis;
	/* 超出部分用省略号表示 */
}

.alSm {
	width: 100%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f4f4f4;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
}

/* 渠道采购 start */
.channelCg {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 2% 6%;
}

.channelCg .cgNav {
	width: 100%;
	height: 0;
	padding-bottom: 63%;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.channelCg .cgNav .def1 {
	position: absolute;
	top: 61.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 1550px;
	text-align: center;
}

.channelCg .cgNav .def1 span {
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.channelCg .cgNav .tab {
	position: absolute;
	top: 67%;
	left: 50%;
	transform: translateX(-50%);
	width: 92.5%;
	height: 247px;
	padding-bottom: 16%;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	padding: 25px 0;
}

.channelCg .cgNav .tab ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.channelCg .cgNav .tab li {
	width: 25%;
	height: 195px;
	border-left: 1px solid #000;
	cursor: pointer;
}

.channelCg .cgNav .tab li:first-child {
	border-left: 1px solid rgb(0, 0, 0, 0);
}

.channelCg .cgNav .tab li>div {
	width: 43.4%;
	height: 195px;
	border-bottom: 8px solid #FFF;
	margin: 0 auto;
}

.channelCg .cgNav .tab li.active>div {
	border-bottom: 8px solid #1758a7;
}

.channelCg .cgNav .tab .ico {
	width: 100%;
	height: 120px;
	text-align: center;
	line-height: 120px;
}
.channelCg .cgNav .tab .ico img{
	max-width: 55.69%;
}
.channelCg .cgNav .tab .tit {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 34px
}

.channelCg .cgBox {
	width: 100%;
	height: auto;
}

.channelCg .cgBox .cgCont {
	
	text-align: left;
	display: none;
	opacity: 0;
	/* 初始状态：完全透明 */
	transition: opacity 1s ease-in-out;
	/* 动画设置：1秒内逐渐改变透明度，动画效果为先慢后快再慢 */
	justify-content: space-between;
}

.channelCg .cgBox .show {
	opacity: 1;
	display: flex !important;
	/* .show状态：完全不透明 */
}

.channelCg .cgBox .cgContL {
	width: 42%;
	height: 100%;
}
.channelCg .cgBox .cgContL .cgPic{
	width: 100%;
	height: 57.96%;
}
.channelCg .cgBox .cgContL .cgPic img {
	width: 100%;
	height: 100%;
}

.channelCg .cgBox .cgContL .cgDes {
	width: 100%;
	background: #0b57a6;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 6% 8%;
}

.channelCg .cgBox .cgContL .cgDes img {
	margin-top: 1.5%;
	width: 8.7%;
}

.channelCg .cgBox .cgContL .cgDes span {
	font-size: 30px;
	line-height: 48px;
	color: #FFF;
	margin-left: 2.5%;
	display: flex;
	justify-content: space-between;
}
.channelCg .cgBox .cgContL .cgDes .mdesText{
		display: none;
	}
.channelCg .cgBox .cgContL .cgZx {
	width: 100%;
	height: 77px;
	line-height: 77px;
	background: #29292d;
	text-align: center;
}
.channelCg .cgBox .cgContL .cgZx img{
	width: 84%;
}

.channelCg .cgBox .cgContR {
	width: 52%;
	height: 854px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cgContR .cgTit h2 {
	font-size: 40px;
	color: #232323;
}

.cgContR .cgTit b {
	color: #0b57a6;
	font-weight: normal;
}

.cgContR .cgTit span {
	font-size: 28px;
	color: #232323;
}

.cgContR .cgrList p {
	font-size: 36px;
	color: #232323;
	margin-left: 77px;
	position: relative;
}

.cgContR .cgrList p::before {
	position: absolute;
	content: '';
	width: 34px;
	height: 26px;
	top: 15px;
	left: -65px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.cgContR .cgrDes {
	width: 90%;
}

.cgContR .cgrDes span {
	color: #232323;
	font-size: 36px;
	line-height: 54px;
	display: flex;
	justify-content: space-between;
}

.cgContR .rTags {
	margin-top: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.cgContR .rTag {
	border-left: 1px solid #a7a7a7;
	padding: 0 6%;
}

.cgContR .rTag:first-child {
	border-left: none;
	padding-left: 0;
}

.cgContR .rTags .rTag h3 {
	font-size: 46px;
	color: #232323;
}

.cgContR .rTags .rTag span {
	font-size: 22px;
	color: rgb(35, 35, 35, 0.6);
}
.channelXczx .qyxczx .dataNum:nth-child(1) {
    left: 10.5%;
}
.channelXczx .qyxczx .dataNum:nth-child(2) {
    left: 24.5%;
}
.channelXczx .qyxczx .dataNum:nth-child(3) {
    left: 38%;
}
.channelXczx .qyxczx .dataNum:nth-child(4) {
    left: 50.5%;
}
.channelXczx .qyxczx .dataNum:nth-child(5) {
    left: 61%;
}
.channelXczx .qyxczx .dataNum:nth-child(6) {
    left: 74%;
}
.channelXczx .qyxczx .dataNum:nth-child(7) {
    left: 84%;
}
/* 渠道采购 end */

.alSm span {
	color: #9fa0a0;
	font-size: 15px;
	letter-spacing: 0.1em;
}

/* 社会责任 start */
.resNav {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	border-bottom: 1px solid #c9caca;
}
.resNav .resNavM{
	display: none;
}
.resNav ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.resNav ul li {
	width: 15%;
	padding: 2.6% 0;
	border-bottom: 9px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.resNav ul li.active {
	border-bottom-color: #0b57a6;
}

.resNav ul li a {
	/* width: 53.5%; */
	width: 154px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* 垂直居中对齐 */
}
.resNav ul li img{
	width: 25.98%;
	height: auto;
	object-fit: contain;
}
.resNav ul li span {
	font-size: 26px;
	line-height: 26px;
	color: #232322;
	margin-left: 10px;
}

.resNav ul li.active span {
	color: #0b57a6;
}

.zrContent {
	width: 100%;
	margin: 0 auto;
}
.zrContentM {
	display: none;
}

.zrContent p {
	margin: 0;
	padding: 0;
}
.zrContent p img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.resContact{
	display: none;
}
/* 社会责任 end */

/* 产业创新 start */
.innoNav {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	border-bottom: 1px solid #c9caca;
}

.innoNav ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.innoNav ul li {
	width: 15%;
	padding: 2.6% 0;
	border-bottom: 9px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.innoNav ul li.active {
	border-bottom-color: #0b57a6;
}


.innoNav ul li a {
	/* width: 53 */
	width: 154px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innoNav ul li img{
	width: 25.98%;
	height: auto;
	object-fit: contain;
}
.innoNav ul li span {
	font-size: 26px;
	line-height: 26px;
	color: #232322;
}

.innoNav ul li.active span {
	color: #0b57a6;
}

.innoNav ul li p {
	position: absolute;
	font-size: 20px;
	color: #232323;
	bottom: 7%;
	display: block;
}


/* 产业创新 end */


/* 搜索 start */
.searchResult{
	padding: 20px 6%;
	min-width: 1263px;
	max-width: 1903px;
}
.resultNone{
	color: #ccc;
	font-size: 18px;
	min-height: 200px;
	line-height: 200px;
	padding-bottom: 30px;
}
/* 搜索 end */
.mt-6,
.my-6 {
	margin-top: 4rem !important;
}

.mt-7,
.my-7 {
	margin-top: 5rem !important;
}

.mt-8,
.my-8 {
	margin-top: 6rem !important;
}

.mt-9,
.my-9 {
	margin-top: 7rem !important;
}

.mt-10,
.my-10 {
	margin-top: 8rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 4rem !important;
}

.mb-7,
.my-7 {
	margin-bottom: 5rem !important;
}

.mb-8,
.my-8 {
	margin-bottom: 6rem !important;
}

.mb-9,
.my-9 {
	margin-bottom: 7rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 8rem !important;
}

/*上下内边距*/
.pt-6,
.mp-6 {
	padding-top: 4rem !important;
}

.pt-7,
.py-7 {
	padding-top: 5rem !important;
}

.pt-8,
.py-8 {
	padding-top: 6rem !important;
}

.pt-9,
.py-9 {
	padding-top: 7rem !important;
}

.pt-10,
.py-10 {
	padding-top: 8rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 4rem !important;
}

.pb-7,
.py-7 {
	padding-bottom: 5rem !important;
}

.pb-8,
.py-8 {
	padding-bottom: 6rem !important;
}

.pb-9,
.py-9 {
	padding-bottom: 7rem !important;
}

.pb-10,
.py-10 {
	padding-bottom: 8rem !important;
}

/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}

.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}

.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}

.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}

/*字距*/
.ls-1 {
	letter-spacing: 1px;
}

.ls-2 {
	letter-spacing: 2px;
}

.ls-3 {
	letter-spacing: 3px;
}

.ls-4 {
	letter-spacing: 4px;
}

.ls-5 {
	letter-spacing: 5px;
}

/*分页*/

.blPages {
	width: 1920px;
	margin: 0 auto 60px;
}

.blPages .pagination {
	justify-content: flex-end;
	margin-right: 121px;
}

.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0b57a6;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

a.page-num:hover,
.page-link:hover {
	text-decoration: none;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #0b57a6;
	border-color: #0b57a6;
}

.page-num-current:hover {
	color: #fff;
}

/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.code,
.code img {
	height: 100px;
}

.position,
.position a {
	color: #999;
}

.content {
	color: #666;
	line-height: 2;
}

.content img,
.content iframe {
	max-width: 100% !important;
}

.content li {
	list-style: disc outside none;
	margin-left: 20px;
}

/*产品轮播*/
.view {
	max-width: 500px;
}

.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.view .swiper-slide img {
	height: 100%;
}

.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}

.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}

.preview {
	position: relative;
	width: 440px;
	left: 30px;
}

.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}

.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}

.preview .active-nav {
	border: 1px solid #F00;
}

.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
	.view .swiper-slide {
		height: 200px;
	}

	.preview {
		display: none;
	}

	.view .arrow-left,
	.view .arrow-right {
		height: 200px;
		display: block;
	}
}



/*在线客服*/
.online {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 20px;
	z-index: 9991;
	color: #999;
}

.online a {
	color: #666;
}

.online a:hover {
	text-decoration: none;
}

.online dl {
	background: #0b57a6;
	padding: 0 0 5px;
	margin-bottom: 1px;
	position: relative;
}

.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
}

.online dl dd i {
	font-size: 12px;
}

.online dl:hover {
	background: #1d73dd;
}

.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}

.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.online dl dt h3 i {
	margin-right: 5px;
}

.online dl dt h3 span {
	float: right;
	cursor: pointer;
}

.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}

.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
	.card-img-200 {
		height: 200px;
		overflow: hidden;
	}

	.card-img-180 {
		height: 180px;
		overflow: hidden;
	}

	.card-img-150 {
		height: 150px;
		overflow: hidden;
	}

	.card-img-120 {
		height: 120px;
		overflow: hidden;
	}

	.card-img-100 {
		height: 100px;
		overflow: hidden;
	}
}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
	.page-num {
		display: none;
	}

	.head-sm-height {
		height: 61px !important;
	}
}

/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}

.lh-2 {
	line-height: 2;
}

.lh-3 {
	line-height: 3;
}

.lh-4 {
	line-height: 4;
}

/*字体大小*/
.fs-12 {
	font-size: .857rem;
}

.fs-14 {
	font-size: 1rem;
}

.fs-16 {
	font-size: 1.142rem;
}

.fs-18 {
	font-size: 1.285rem;
}

.fs-20 {
	font-size: 1.428rem;
}

.fs-22 {
	font-size: 1.571rem;
}

.fs-24 {
	font-size: 1.714rem;
}

.fs-26 {
	font-size: 1.857rem;
}

.fs-28 {
	font-size: 2rem;
}

.fs-30 {
	font-size: 2.142rem;
}

.fs-32 {
	font-size: 2.286rem;
}

.fs-34 {
	font-size: 2.429rem;
}

.fs-36 {
	font-size: 2.571rem;
}

.fs-38 {
	font-size: 2.714rem;
}

.fs-40 {
	font-size: 2.857rem;
}

/*高度*/
.h-5px {
	height: 5px;
}

.h-10px {
	height: 10px;
}

.h-15px {
	height: 15px;
}

.h-20px {
	height: 20px;
}

.h-25px {
	height: 25px;
}

.h-30px {
	height: 30px;
}

.h-35px {
	height: 35px;
}

.h-40px {
	height: 40px;
}

.h-45px {
	height: 45px;
}

.h-50px {
	height: 50px;
}

.h-55px {
	height: 55px;
}

.h-60px {
	height: 60px;
}

.h-65px {
	height: 65px;
}

.h-70px {
	height: 70px;
}

.h-75px {
	height: 75px;
}

.h-80px {
	height: 80px;
}

.h-85px {
	height: 85px;
}

.h-90px {
	height: 90px;
}

.h-95px {
	height: 95px;
}

.h-100px {
	height: 100px;
}

.h-110px {
	height: 110px;
}

.h-120px {
	height: 120px;
}

.h-130px {
	height: 130px;
}

.h-140px {
	height: 140px;
}

.h-150px {
	height: 150px;
}

.h-160px {
	height: 160px;
}

.h-170px {
	height: 170px;
}

.h-180px {
	height: 180px;
}

.h-190px {
	height: 190px;
}

.h-200px {
	height: 200px;
}

.h-210px {
	height: 210px;
}

.h-220px {
	height: 220px;
}

.h-230px {
	height: 230px;
}

.h-240px {
	height: 240px;
}

.h-250px {
	height: 250px;
}

.h-260px {
	height: 260px;
}

.h-270px {
	height: 270px;
}

.h-280px {
	height: 280px;
}

.h-290px {
	height: 290px;
}

.h-300px {
	height: 300px;
}

.h-310px {
	height: 310px;
}

.h-320px {
	height: 320px;
}

.h-330px {
	height: 330px;
}

.h-340px {
	height: 340px;
}

.h-350px {
	height: 350px;
}

.h-360px {
	height: 360px;
}

.h-370px {
	height: 370px;
}

.h-380px {
	height: 380px;
}

.h-390px {
	height: 390px;
}

.h-400px {
	height: 400px;
}

.h-410px {
	height: 410px;
}

.h-420px {
	height: 420px;
}

.h-430px {
	height: 430px;
}

.h-440px {
	height: 440px;
}

.h-450px {
	height: 450px;
}

.h-460px {
	height: 410px;
}

.h-470px {
	height: 470px;
}

.h-480px {
	height: 480px;
}

.h-490px {
	height: 490px;
}

.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {

	/*行距*/
	.lh-sm-1 {
		line-height: 1;
	}

	.lh-sm-2 {
		line-height: 2;
	}

	.lh-sm-3 {
		line-height: 3;
	}

	.lh-sm-4 {
		line-height: 4;
	}

	/*字体大小*/
	.fs-sm-12 {
		font-size: .857rem;
	}

	.fs-sm-14 {
		font-size: 1rem;
	}

	.fs-sm-16 {
		font-size: 1.142rem;
	}

	.fs-sm-18 {
		font-size: 1.285rem;
	}

	.fs-sm-20 {
		font-size: 1.428rem;
	}

	.fs-sm-22 {
		font-size: 1.571rem;
	}

	.fs-sm-24 {
		font-size: 1.714rem;
	}

	.fs-sm-26 {
		font-size: 1.857rem;
	}

	.fs-sm-28 {
		font-size: 2rem;
	}

	.fs-sm-30 {
		font-size: 2.142rem;
	}

	.fs-sm-32 {
		font-size: 2.286rem;
	}

	.fs-sm-34 {
		font-size: 2.429rem;
	}

	.fs-sm-36 {
		font-size: 2.571rem;
	}

	.fs-sm-38 {
		font-size: 2.714rem;
	}

	.fs-sm-40 {
		font-size: 2.857rem;
	}

	/*高度*/
	.h-sm-5px {
		height: 5px;
	}

	.h-sm-10px {
		height: 10px;
	}

	.h-sm-15px {
		height: 15px;
	}

	.h-sm-20px {
		height: 20px;
	}

	.h-sm-25px {
		height: 25px;
	}

	.h-sm-30px {
		height: 30px;
	}

	.h-sm-35px {
		height: 35px;
	}

	.h-sm-40px {
		height: 40px;
	}

	.h-sm-45px {
		height: 45px;
	}

	.h-sm-50px {
		height: 50px;
	}

	.h-sm-55px {
		height: 55px;
	}

	.h-sm-60px {
		height: 60px;
	}

	.h-sm-65px {
		height: 65px;
	}

	.h-sm-70px {
		height: 70px;
	}

	.h-sm-75px {
		height: 75px;
	}

	.h-sm-80px {
		height: 80px;
	}

	.h-sm-85px {
		height: 85px;
	}

	.h-sm-90px {
		height: 90px;
	}

	.h-sm-95px {
		height: 95px;
	}

	.h-sm-100px {
		height: 100px;
	}

	.h-sm-110px {
		height: 110px;
	}

	.h-sm-120px {
		height: 120px;
	}

	.h-sm-130px {
		height: 130px;
	}

	.h-sm-140px {
		height: 140px;
	}

	.h-sm-150px {
		height: 150px;
	}

	.h-sm-160px {
		height: 160px;
	}

	.h-sm-170px {
		height: 170px;
	}

	.h-sm-180px {
		height: 180px;
	}

	.h-sm-190px {
		height: 190px;
	}

	.h-sm-200px {
		height: 200px;
	}

	.h-sm-210px {
		height: 210px;
	}

	.h-sm-220px {
		height: 220px;
	}

	.h-sm-230px {
		height: 230px;
	}

	.h-sm-240px {
		height: 240px;
	}

	.h-sm-250px {
		height: 250px;
	}

	.h-sm-260px {
		height: 260px;
	}

	.h-sm-270px {
		height: 270px;
	}

	.h-sm-280px {
		height: 280px;
	}

	.h-sm-290px {
		height: 290px;
	}

	.h-sm-300px {
		height: 300px;
	}

	.h-sm-310px {
		height: 310px;
	}

	.h-sm-320px {
		height: 320px;
	}

	.h-sm-330px {
		height: 330px;
	}

	.h-sm-340px {
		height: 340px;
	}

	.h-sm-350px {
		height: 350px;
	}

	.h-sm-360px {
		height: 360px;
	}

	.h-sm-370px {
		height: 370px;
	}

	.h-sm-380px {
		height: 380px;
	}

	.h-sm-390px {
		height: 390px;
	}

	.h-sm-400px {
		height: 400px;
	}

	.h-sm-410px {
		height: 410px;
	}

	.h-sm-420px {
		height: 420px;
	}

	.h-sm-430px {
		height: 430px;
	}

	.h-sm-440px {
		height: 440px;
	}

	.h-sm-450px {
		height: 450px;
	}

	.h-sm-460px {
		height: 410px;
	}

	.h-sm-470px {
		height: 470px;
	}

	.h-sm-480px {
		height: 480px;
	}

	.h-sm-490px {
		height: 490px;
	}

	.h-sm-500px {
		height: 500px;
	}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {

	/*行距*/
	.lh-md-1 {
		line-height: 1;
	}

	.lh-md-2 {
		line-height: 2;
	}

	.lh-md-3 {
		line-height: 3;
	}

	.lh-md-4 {
		line-height: 4;
	}

	/*字体大小*/
	.fs-md-12 {
		font-size: .857rem;
	}

	.fs-md-14 {
		font-size: 1rem;
	}

	.fs-md-16 {
		font-size: 1.142rem;
	}

	.fs-md-18 {
		font-size: 1.285rem;
	}

	.fs-md-20 {
		font-size: 1.428rem;
	}

	.fs-md-22 {
		font-size: 1.571rem;
	}

	.fs-md-24 {
		font-size: 1.714rem;
	}

	.fs-md-26 {
		font-size: 1.857rem;
	}

	.fs-md-28 {
		font-size: 2rem;
	}

	.fs-md-30 {
		font-size: 2.142rem;
	}

	.fs-md-32 {
		font-size: 2.286rem;
	}

	.fs-md-34 {
		font-size: 2.429rem;
	}

	.fs-md-36 {
		font-size: 2.571rem;
	}

	.fs-md-38 {
		font-size: 2.714rem;
	}

	.fs-md-40 {
		font-size: 2.857rem;
	}

	/*高度*/
	.h-md-5px {
		height: 5px;
	}

	.h-md-10px {
		height: 10px;
	}

	.h-md-15px {
		height: 15px;
	}

	.h-md-20px {
		height: 20px;
	}

	.h-md-25px {
		height: 25px;
	}

	.h-md-30px {
		height: 30px;
	}

	.h-md-35px {
		height: 35px;
	}

	.h-md-40px {
		height: 40px;
	}

	.h-md-45px {
		height: 45px;
	}

	.h-md-50px {
		height: 50px;
	}

	.h-md-55px {
		height: 55px;
	}

	.h-md-60px {
		height: 60px;
	}

	.h-md-65px {
		height: 65px;
	}

	.h-md-70px {
		height: 70px;
	}

	.h-md-75px {
		height: 75px;
	}

	.h-md-80px {
		height: 80px;
	}

	.h-md-85px {
		height: 85px;
	}

	.h-md-90px {
		height: 90px;
	}

	.h-md-95px {
		height: 95px;
	}

	.h-md-100px {
		height: 100px;
	}

	.h-md-110px {
		height: 110px;
	}

	.h-md-120px {
		height: 120px;
	}

	.h-md-130px {
		height: 130px;
	}

	.h-md-140px {
		height: 140px;
	}

	.h-md-150px {
		height: 150px;
	}

	.h-md-160px {
		height: 160px;
	}

	.h-md-170px {
		height: 170px;
	}

	.h-md-180px {
		height: 180px;
	}

	.h-md-190px {
		height: 190px;
	}

	.h-md-200px {
		height: 200px;
	}

	.h-md-210px {
		height: 210px;
	}

	.h-md-220px {
		height: 220px;
	}

	.h-md-230px {
		height: 230px;
	}

	.h-md-240px {
		height: 240px;
	}

	.h-md-250px {
		height: 250px;
	}

	.h-md-260px {
		height: 260px;
	}

	.h-md-270px {
		height: 270px;
	}

	.h-md-280px {
		height: 280px;
	}

	.h-md-290px {
		height: 290px;
	}

	.h-md-300px {
		height: 300px;
	}

	.h-md-310px {
		height: 310px;
	}

	.h-md-320px {
		height: 320px;
	}

	.h-md-330px {
		height: 330px;
	}

	.h-md-340px {
		height: 340px;
	}

	.h-md-350px {
		height: 350px;
	}

	.h-md-360px {
		height: 360px;
	}

	.h-md-370px {
		height: 370px;
	}

	.h-md-380px {
		height: 380px;
	}

	.h-md-390px {
		height: 390px;
	}

	.h-md-400px {
		height: 400px;
	}

	.h-md-410px {
		height: 410px;
	}

	.h-md-420px {
		height: 420px;
	}

	.h-md-430px {
		height: 430px;
	}

	.h-md-440px {
		height: 440px;
	}

	.h-md-450px {
		height: 450px;
	}

	.h-md-460px {
		height: 410px;
	}

	.h-md-470px {
		height: 470px;
	}

	.h-md-480px {
		height: 480px;
	}

	.h-md-490px {
		height: 490px;
	}

	.h-md-500px {
		height: 500px;
	}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {

	/*行距*/
	.lh-lg-1 {
		line-height: 1;
	}

	.lh-lg-2 {
		line-height: 2;
	}

	.lh-lg-3 {
		line-height: 3;
	}

	.lh-lg-4 {
		line-height: 4;
	}

	/*字体大小*/
	.fs-lg-12 {
		font-size: .857rem;
	}

	.fs-lg-14 {
		font-size: 1rem;
	}

	.fs-lg-16 {
		font-size: 1.142rem;
	}

	.fs-lg-18 {
		font-size: 1.285rem;
	}

	.fs-lg-20 {
		font-size: 1.428rem;
	}

	.fs-lg-22 {
		font-size: 1.571rem;
	}

	.fs-lg-24 {
		font-size: 1.714rem;
	}

	.fs-lg-26 {
		font-size: 1.857rem;
	}

	.fs-lg-28 {
		font-size: 2rem;
	}

	.fs-lg-30 {
		font-size: 2.142rem;
	}

	.fs-lg-32 {
		font-size: 2.286rem;
	}

	.fs-lg-34 {
		font-size: 2.429rem;
	}

	.fs-lg-36 {
		font-size: 2.571rem;
	}

	.fs-lg-38 {
		font-size: 2.714rem;
	}

	.fs-lg-40 {
		font-size: 2.857rem;
	}

	/*高度*/
	.h-lg-5px {
		height: 5px;
	}

	.h-lg-10px {
		height: 10px;
	}

	.h-lg-15px {
		height: 15px;
	}

	.h-lg-20px {
		height: 20px;
	}

	.h-lg-25px {
		height: 25px;
	}

	.h-lg-30px {
		height: 30px;
	}

	.h-lg-35px {
		height: 35px;
	}

	.h-lg-40px {
		height: 40px;
	}

	.h-lg-45px {
		height: 45px;
	}

	.h-lg-50px {
		height: 50px;
	}

	.h-lg-55px {
		height: 55px;
	}

	.h-lg-60px {
		height: 60px;
	}

	.h-lg-65px {
		height: 65px;
	}

	.h-lg-70px {
		height: 70px;
	}

	.h-lg-75px {
		height: 75px;
	}

	.h-lg-80px {
		height: 80px;
	}

	.h-lg-85px {
		height: 85px;
	}

	.h-lg-90px {
		height: 90px;
	}

	.h-lg-95px {
		height: 95px;
	}

	.h-lg-100px {
		height: 100px;
	}

	.h-lg-110px {
		height: 110px;
	}

	.h-lg-120px {
		height: 120px;
	}

	.h-lg-130px {
		height: 130px;
	}

	.h-lg-140px {
		height: 140px;
	}

	.h-lg-150px {
		height: 150px;
	}

	.h-lg-160px {
		height: 160px;
	}

	.h-lg-170px {
		height: 170px;
	}

	.h-lg-180px {
		height: 180px;
	}

	.h-lg-190px {
		height: 190px;
	}

	.h-lg-200px {
		height: 200px;
	}

	.h-lg-210px {
		height: 210px;
	}

	.h-lg-220px {
		height: 220px;
	}

	.h-lg-230px {
		height: 230px;
	}

	.h-lg-240px {
		height: 240px;
	}

	.h-lg-250px {
		height: 250px;
	}

	.h-lg-260px {
		height: 260px;
	}

	.h-lg-270px {
		height: 270px;
	}

	.h-lg-280px {
		height: 280px;
	}

	.h-lg-290px {
		height: 290px;
	}

	.h-lg-300px {
		height: 300px;
	}

	.h-lg-310px {
		height: 310px;
	}

	.h-lg-320px {
		height: 320px;
	}

	.h-lg-330px {
		height: 330px;
	}

	.h-lg-340px {
		height: 340px;
	}

	.h-lg-350px {
		height: 350px;
	}

	.h-lg-360px {
		height: 360px;
	}

	.h-lg-370px {
		height: 370px;
	}

	.h-lg-380px {
		height: 380px;
	}

	.h-lg-390px {
		height: 390px;
	}

	.h-lg-400px {
		height: 400px;
	}

	.h-lg-410px {
		height: 410px;
	}

	.h-lg-420px {
		height: 420px;
	}

	.h-lg-430px {
		height: 430px;
	}

	.h-lg-440px {
		height: 440px;
	}

	.h-lg-450px {
		height: 450px;
	}

	.h-lg-460px {
		height: 410px;
	}

	.h-lg-470px {
		height: 470px;
	}

	.h-lg-480px {
		height: 480px;
	}

	.h-lg-490px {
		height: 490px;
	}

	.h-lg-500px {
		height: 500px;
	}

}