html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}

body {
	/*position: relative;*/
	margin: 0;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif
}

main {
	display: block
}

ul,
li {
	list-style-type: none;
}

.relative {
	position: relative
}

[class*=' icon-'],
[class^=icon-] {
	font-family: "iconfont";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-transform: none
}

.fs160 {
	font-size: 160px
}

.fs60 {
	font-size: 50px
}

.fs54 {
	font-size: 50px
}

.fs44 {
	font-size: 44px
}

.fs40 {
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: 1px
}

.fs30 {
	font-size: 30px
}

.fs28 {
	font-size: 28px
}

.fs24 {
	font-size: 24px;
	font-weight: 700
}

.fs22 {
	font-size: 22px
}

.fs20 {
	font-size: 20px
}

.fs16 {
	font-size: 16px
}

.paragraph {
	font-size: 16px;
	color: #555;
	line-height: 1.875;
	/*letter-spacing: 1px*/
}

.paragraph img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin-top: 10px
}

.paragraph h3 {
	color: #E60012;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.66667;
	margin-bottom: .27778em
}

.list-txt {
	font-size: 16px;
	line-height: 1.71429;
	color: #555;
	letter-spacing: 1px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-60 {
	margin-top: 60px
}

.mt-80 {
	margin-top: 80px
}

.mt-100 {
	margin-top: 100px
}

.mt-120 {
	margin-top: 120px
}

.mt-130 {
	margin-top: 130px
}

.mt-140 {
	margin-top: 140px
}

.mt-150 {
	margin-top: 150px
}

.mt-160 {
	margin-top: 160px
}

.mt-180 {
	margin-top: 9.375vw
}

.pt-30 {
	padding-top: 30px
}

.pt-80 {
	padding-top: 80px
}

.pt-100 {
	padding-top: 100px
}

.pt-120 {
	padding-top: 120px
}

.pt-150 {
	padding-top: 150px
}

.pt-160 {
	padding-top: 160px
}

.pt-200 {
	padding-top: 200px
}


/*右下角雪王邀请加盟*/

.floating-infor {
	position: fixed;
	right: 63px;
	bottom: 94px;
	z-index: 700;
	cursor: pointer;
	font-size: 20px;
}

.floating-infor .fi-item1 {
	width: 105px;
	height: 129px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.5em;
	color: #E60012;
	z-index: 700;
}

.floating-infor .fi-item1 img {
	width: 100%;
	object-fit: cover;
}

.floating-infor .icons-text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 22px;*/
	z-index: 60;
}

.floating-infor .icons-text img {
	width: 206px;
	height: 206px;
	/*transform: rotate(-30deg);*/
	position: absolute;
	left: -160px;
	bottom: -20px;
}

.floating-infor.active .fi-item1 {
	color: #E60012
}

/*.floating-infor.active .icons-text .icons-txt {
	color: #333333;
}*/
.floating-infor .icons-text .icons-txt {
	position: absolute;
	top: -115px;
    left: -100px;
    -webkit-transform:rotate(-20deg);
    transform: rotate(-20deg);
	width: 90px;
	height: 67px;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
}

@-webkit-keyframes flicker {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes flicker {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}


/*悬停后显示*/

/*.ms-bg {*/
/*	-webkit-transition: transform .5s ease-out;*/
/*	transition: transform .5s ease-out;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	background: url(../img/fbg.svg) no-repeat center center;*/
/*	background-size: contain;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	-webkit-transform: scale(0);*/
/*	transform: scale(0);*/
/*	-webkit-transform-origin: 80% 90%;*/
/*	transform-origin: 80% 90%*/
/*}*/

/*.modal-service__wrap {*/
/*	width: 520px;*/
/*	height: 380px;*/
/*	position: fixed;*/
/*	right: 0;*/
/*	bottom: 60px;*/
/*	z-index: 600;*/
/*	text-align: center;*/
/*	pointer-events: none;*/
/*	font-size: 20px;*/
/*	border-radius: 100%;*/
/*}*/

/*.modal-service__wrap.active {*/
/*	pointer-events: auto*/
/*}*/

/*.modal-service__wrap.active .ms-inner {*/
/*	-webkit-transition: all .4s ease-out;*/
/*	transition: all .4s ease-out;*/
/*	opacity: 1;*/
/*	visibility: visible;*/
/*	-webkit-transition-delay: .5s;*/
/*	transition-delay: .5s;*/
/*	-webkit-transform: translateY(0);*/
/*	transform: translateY(0)*/
/*}*/

/*.modal-service__wrap.active .ms-bg {*/
/*	-webkit-transform: scale(0.9);*/
/*	transform: scale(0.9)*/
/*}*/

/*.modal-service__wrap .ms-cont {*/
/*	position: absolute;*/
/*	left: 55%;*/
/*	top: 50%;*/
/*	-webkit-transform: translate(-50%, -50%);*/
/*	transform: translate(-50%, -50%);*/
/*}*/

/*.modal-service__wrap .ms-inner {*/
/*	opacity: 0;*/
/*	visibility: hidden;*/
/*	-webkit-transform: translateY(20px);*/
/*	transform: translateY(20px);*/
/*}*/

/*.modal-service__wrap .title {*/
/*	max-width: 210px;*/
/*	margin: 0 auto;*/
/*}*/

/*.modal-service__wrap .title span {*/
/*	letter-spacing: 1px;*/
/*	font-size: 24px;*/
/*	font-weight: 600;*/
/*	color: #E60012;*/
/*	line-height: 33px;*/
/*}*/

/*.modal-service__wrap .ms-tel {*/
/*	margin-top: .125em;*/
/*	font-size: 24px;*/
/*	font-weight: 600;*/
/*	color: #E60012;*/
/*	line-height: 33px;*/
/*}*/

/*.modal-service__wrap .ms-code {*/
/*	margin-top: 7px;*/
/*}*/

/*.modal-service__wrap .item-box {*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*	text-align: center;*/
/*	width: 80px;*/
/*	height: 86px;*/
/*	margin: 0 15px*/
/*}*/

/*.modal-service__wrap .item-box img {*/
/*	max-width: 100%*/
/*}*/

/*.modal-service__wrap .item-box i {*/
/*	position: relative;*/
/*	top: -6px;*/
/*	color: #E60012;*/
/*	display: inline-block;*/
/*	font-size: 14px;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*}*/


/*.modal-service__wrap .ms-item {
	width: 340px;
	height: 80px;
	border-radius: 40px;
	border: 2px solid #E60012;
	margin-top: 33px;
}

.modal-service__wrap .ms-item .ms-item-left {
	width: 107px;
	height: 24px;
	font-size: 16px;
	font-weight: 600;
	color: #E60012;
	line-height: 24px;
	margin-left: 32px;
	margin-top: 27px;
}

.modal-service__wrap .ms-item .ms-item-right {
	width: 170px;
	height: 45px;
	text-align: left;
	float: right;
	margin-top: -57px;
}

.modal-service__wrap .ms-item .ms-item-right .tel {
	width: 116px;
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #E60012;
	line-height: 22px;
}

.modal-service__wrap .ms-item .ms-item-right .email {
	width: 134px;
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #E60012;
	line-height: 22px;
}*/

/*.modal-service__wrap .ms-btn {*/
/*	line-height: 48px;*/
/*	margin: 0 auto;*/
/*	margin-top: 43px;*/
/*	width: 97px;*/
/*	height: 33px;*/
/*	background: #E60012;*/
/*	border-radius: 4px;*/
/*	text-align: center;*/
	/*box-shadow: 3px 3px 3px 3px black;*/
/*}*/

/*.modal-service__wrap .ms-btn .blackSpan {*/
/*	width: 97px;*/
/*	height: 33px;*/
/*	border: 1px solid black;*/
/*	background-color: black;*/
/*	border-radius: 4px;*/
/*}*/

/*.modal-service__wrap .ms-btn a {*/
/*	display: block;*/
/*	width: 97px;*/
/*	height: 33px;*/
/*	border-radius: 4px;*/
/*	color: #FFFFFF;*/
/*	font-size: 14px;*/
/*	font-weight: 700;*/
/*	line-height: 32px;*/
/*	margin-top: -37px;*/
/*	margin-left: -4px;*/
/*	background-color: #E60012;*/
/*}*/

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

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

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}

a {
	background-color: transparent
}

img {
	border-style: none;
	display: inline-block
}

ul,
p {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	color: #000
}


/*社会价值页面部分*/

.wrap {
	padding-top: 110px;
}

@media(max-width:1460px) {
	.wrap {
		padding-top: 100px;
	}

}

@media(max-width:1320px) {
	.wrap {
		padding-top: 80px;
	}
}


/*轮播图*/

.swiper-container {
	max-width: 100%;
	height: 600px;
	margin: 0 auto;
}

.swiper-slide {
	color: white;
	text-align: center;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.swiper-slide .swiper-mask {
	width: 100%;
	height: 100%;
}

.swiper-text {
	max-width: 100%;
	height: 600px;
}

.swiper-slide .swiper-text .swiper-txt {
	opacity: 1;
	width: 100%;
	margin: 0 auto;
	height: 600px;
	background-color: rgba(51, 51, 51, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide .swiper-text p {
	font-size: 64px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 0;
}

/*分页器*/

.swiper-banner .swiper-container .swiper-pagination {
	position: absolute;
	top: 654px !important;
}

/*包裹自定义分页器的div的位置等CSS样式*/

.swiper-banner .swiper-container .swiper-pagination-custom {
	bottom: 5%;
	left: 0;
	width: 100%;
	height: 20px;
	text-align: bottom;
}

/*自定义分页器的样式*/

.swiper-banner .swiper-container .swiper-pagination-customs {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 23px;
	outline: 0;
}

/*自定义分页器激活时的样式表现*/

.swiper-banner .swiper-container .swiper-pagination-customs-active {
	width: 21px;
	height: 23px;
	z-index: 100;
	border-radius: 0;
	background-color: transparent;
	background-image: url(../images/icon-25.svg);
	background-position: center bottom;
	background-size: cover;
}
@media (max-width:1300px ) {
	.swiper-banner .swiper-container .swiper-pagination{
		top: 630px !important;
	}
}
@media (max-width:1260px ) {
	.swiper-banner .swiper-container .swiper-pagination{
		top: 640px !important;
	}
}
@media(max-width:750px){
	.swiper-container{
		height: 400px;
	}
	.swiper-banner .swiper-container .swiper-pagination{
		top: 430px !important;
	}
}
@media(max-width:500px){
	.swiper-container{
		height: 200px;
	}
	.swiper-banner .swiper-container .swiper-pagination{
		top: 255px !important;
	}
	.swiper-banner .swiper-container .swiper-pagination-custom {
		height: 15px;
	}
	.swiper-banner .swiper-container .swiper-pagination-customs {
		width: 12px;
		height: 12px;
		margin: 0 10px;
	}
	.swiper-banner .swiper-container .swiper-pagination-customs-active {
		width: 14px;
		height: 16px;
	}
}


/*页面导航*/

.content {
	/*width: 1200px;*/
	width: 77.5%;/* calc(100% - 37.5%) */
	/*height: 105px;*/
	margin: 0 auto;
}

.content-nav {
	/*width: 1195px;*/
	height: 60px;
	background: #F7F7F7;
	border-radius: 30px;
	margin: 45px 0 0 0;
	display: flex;
}

.news-nav {
	/*display: inline-block;*/
	width: calc(100% / 5);
	height: 60px;
	border-radius: 30px;
	text-align: center;
}

.news-nav a {
	/*width: 100px;*/
	/*height: 28px;*/
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: 600;
	color: #666666;
	line-height: 28px;
	display: inline-block;
	padding-top: 16px;
}


/*.news-nav:hover {
	background: #E60012;
}*/

.news-nav:hover a {
	color: #E60012;
}

.div-active {
	background: #E60012;
}

.div-active:hover a {
	color: #FFFFFF;
}

.news-nav .all-active {
	color: #FFFFFF;
}


/*.news-nav:active {
	background: #E60012;
}

.news-nav:active a {
	color: #FFFFFF;
}*/

@media(max-width:1200px) {
	.content-nav .news-nav a {
		font-size: 18px;
	}
}

@media(max-width:1024px) {
	.content {
		width: calc(100% - 80px);
		margin: 0 40px;
		white-space: nowrap;
		overflow-x: auto;
	}
	.content::-webkit-scrollbar{
		height: 0;
	}
	/*设置滚动条里面的滑块样式*/
	.content::-webkit-scrollbar-thumb{
		background-color: transparent;
	}
	/*设置滚动条的轨道背景样式*/
	.content::-webkit-scrollbar-track{
		background-color: transparent;
	}
	.content-nav{
		width: 1130px;
	}
	.content-nav .news-nav a {
		font-size: 24px;
		/*height: 34px;*/
		line-height: 34px;
	}
}

@media(max-width:750px){
	.content{
		width: calc(100% - 64px);
		margin: 0 32px;
	}
	.content-nav{
		margin-top: 40px;
	}
}
@media(max-width:500px){
	.content{
		width: calc(100% - 32px);
		height: 80px;
		margin: 0 16px;
	}
	.content-nav{
		width: 565px;
		height: 40px;
	}
	.content-nav .news-nav{
		height: 40px;
	}
	.content-nav .news-nav a{
		/*height: 20px;*/
		font-size: 14px;
		line-height: 12px;
		/*padding-top: 10px;*/
	}
}


/*信息部分*/

.informations {
	max-width: 1600px;
	background: #FFFFFF;
	margin: 75px auto;
	padding: 0 50px;
	/*margin:75px 8%;*/
	/*margin-bottom: 52px;*/
}

.informations::after {
	content: "";
	display: block;
	clear: both;
}


/*重要信息部分*/


/*左侧图片*/

.information-large {
	/*max-width: 1600px;*/
	height: 622px;
	background: #FFFFFF;
	box-shadow: 0px 2px 30px 2px #EEEEEE;
	border-radius: 16px;
	margin-top: 48px;
}
.information-large a{
	display: flex;
	flex-direction: row;
}


/*图片*/

.content-image-left {
	/*max-width: 888px;*/
	width: 52%;
	/*height: 460px;*/
	margin: 0 0 0 50px;
	padding: 50px 0;
}

.content-image-left img {
	width: 100%;
	height: 511px;
	display: block;
	object-fit: cover;
}


/*文字*/

.information-content {
	/*max-width: 551px;*/
	width: 42.5%;
	height: 460px;
	/*float: right;*/
	/*margin: 0 70px;*/
/*	margin: 0 4%;*/
	/*margin-top: -520px;*/
	padding: 80px 60px;
}

.information-content .title {
	/*width: 513px;*/
	height: 180px;
	color: #E60012;
	font-size: 42px;
	font-weight: 600;
	line-height: 59px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.information-content .content-text {
	/*width: 513px;*/
	/*height: 62px;*/
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}

.information-content .content-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.information-content .content-date {
	padding-top: 120px;
}


/*.information-content .content-date .time-en {
	width: 39px;
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #E60012;
	line-height: 22px;
}*/

.information-content .content-date .time-num {
	width: 120px;
	height: 28px;
	font-size: 20px;
	font-weight: 600;
	color: #E60012;
	line-height: 28px;
	margin-bottom: 6px;
}

.information-content .content-date .tag-border {
	/*width: 100px;*/
	height: 28px;
	/*text-align: center;*/
}

.information-content .content-date .tag {
	width: 64px;
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #E60012;
	line-height: 22px;
	padding: 3px 12px;
	border-radius: 2px;
	border: 2px solid #E60012;
}

.information-content .detail {
	width: 48px;
	height: 48px;
	background: #E60012;
	text-align: center;
	border-radius: 50%;
	float: right;
	margin-top: -50px;
	/*margin-right: 40px;*/
}

.information-content .detail i {
	display: block;
	padding-top: 12px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 24px;
}


/*右侧图片*/

.information-large-right {
	height: 622px;
	background: #FFFFFF;
	box-shadow: 0px 2px 30px 2px #EEEEEE;
	border-radius: 16px;
	margin-top: 48px;
}
.information-large-right a{
	display: flex;
	flex-direction: row-reverse;
}

/*图片*/

.content-image-right {
	width: 52%;
	/*height: 460px;*/
	margin: 0 50px 0 0;
	padding: 50px 0;
	/*float: right;*/
}

.content-image-right img {
	width: 100%;
	height: 511px;
	display: block;
	object-fit: cover;
}

/*文字*/

.information-content-right {
	width: 42.5%;
	height: 460px;
	padding: 80px 60px;
}

.information-content-right .title {
	height: 180px;
	font-size: 42px;
	font-weight: 600;
	color: #E60012;
	line-height: 59px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.information-content-right .content-text {
	/*height: 62px;*/
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	/*padding-top: 40px;*/
}

.information-content-right .content-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.information-content-right .content-date {
	padding-top: 120px;
}

.information-content-right .content-date .time-en {
	width: 39px;
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	/*color: #333333;*/
	color: #E60012;
	line-height: 22px;
}

.information-content-right .content-date .time-num {
	width: 140px;
	height: 28px;
	font-size: 20px;
	font-weight: 600;
	color: #E60012;
	line-height: 28px;
	margin-bottom: 6px;
}

.information-content-right .content-date .tag-border {
	width: 100px;
	height: 28px;
	border-radius: 2px;
	border: 2px solid #E60012;
	text-align: center;
}

.information-content-right .content-date .tag {
	width: 64px;
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #E60012;
	line-height: 22px;
	padding: 3px 12px;
}

.information-content-right .detail {
	width: 48px;
	height: 48px;
	background: #E60012;
	text-align: center;
	border-radius: 50%;
	float: right;
	margin-top: -50px;
	/*margin-right: -70px;*/
}

.information-content-right .detail i {
	display: block;
	padding-top: 12px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 24px;
}
@media(max-width:1024px){
	.informations{
		padding: 0;
	}
	.information-large,
	.information-large-right{
		height: 500px;
	}
	.content-image-left img,
	.content-image-right img{
		height: 400px;
	}
	.information-content,
	.information-content-right{
		padding: 50px 50px;
	}
	.information-content .content-date,
	.information-content-right .content-date{
		padding-top: 70px;
	}

}
@media(max-width:750px){
	.informations{
		margin-top: 40px;
	}
	.information-large,
	.information-large-right{
		height: 292px;
		box-shadow: 0px 4px 60px 4px #EEEEEE;
		border-radius: 20px;
	}
	.content-image-left{
		width: 252px;
		margin: 20px 0 20px 20px;
		padding: 0;
	}
	.content-image-right{
		width: 252px;
		margin: 20px 20px 20px 0;
		padding: 0;
	}
	.content-image-left img,
	.content-image-right img{
		width: 252px;
		height: 252px;
		object-fit: cover;
	}
	.information-content,
	.information-content-right{
		width: 354px;
		height: 292px;
		padding: 28px 16px 0 16px;
	}
	.information-content .title,
	.information-content-right .title{
		height: 132px;
		font-size: 32px;
		font-weight: 500;
		line-height: 44px;
	}
	.information-content .content-text,
	.information-content-right .content-text{
		display: none;
	}
	.information-content .content-date, .information-content-right .content-date{
		padding-top: 44px;
	}
	.information-content .content-date .time-num,
	.information-content .content-date .tag,
	.information-content-right .content-date .time-num,
	.information-content-right .content-date .tag{
		color: #666666;
		height: 28px;
		line-height: 25px;
	}
	.information-content .content-date .tag-border,
	.information-content-right .content-date .tag-border{
		border: 2px solid #666666;
	}
}
@media(max-width:500px){
	.informations{
		margin-top: 20px;
	}
	.information-large,
	.information-large-right{
		height: 146px;
		box-shadow: 0px 2px 30px 2px #EEEEEE;
		border-radius: 10px;
		margin: 16px 0;
	}
	.content-image-left{
		width: 126px;
		margin: 10px 0 10px 10px;
	}
	.content-image-right{
		width: 126px;
		margin: 10px 10px 10px 0;
	}
	.content-image-left img,
	.content-image-right img{
		width: 126px;
		height: 126px;
	}
	.information-content,
	.information-content-right{
		width: 354px;
		height: 146px;
		padding: 6px 16px 0 16px;
	}
	.information-content .title,
	.information-content-right .title{
		height: 66px;
		font-size: 16px;
		line-height: 22px;
		margin-top: 8px;
	}
	.information-content .content-date, .information-content-right .content-date{
		padding-top: 8px;
	}
	.information-content .content-date .time-num,
	.information-content-right .content-date .time-num{
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.information-content .content-date .tag,
	.information-content-right .content-date .tag{
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		padding: 0 7px;
	}
	.information-content .content-date .tag-border,
	.information-content-right .content-date .tag-border{
		width: 64px;
		height: 22px;
		border: 1px solid #666666;
	}
	.information-content .detail,
	.information-content-right .detail{
		width: 24px;
		height: 24px;
		margin-top: -30px;
	}
	.information-content .detail i,
	.information-content-right .detail i{
		font-size: 10px;
		padding-top: calc((100% - 10px) / 2);
		padding-left: calc((100% - 18px) / 2);
	}
}


/*日常信息*/

.informations-life {
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 59px;
}

.information-life {
	/*width: 510px;*/
	/*width: 32%;*/
	width: calc((100% - 60px) / 3);
	height: 522px;
	background: rgba(230, 0, 18, 0.05);
	border-radius: 10px;
	float: left;
	margin: 0 30px 30px 0;
}

.information-life .content-image {
	/*width: 510px;*/
	width: 100%;
	height: 311px;
	border-radius: 10px 10px 0px 0px;
}

.information-life .content-image img {
	width: 100%;
	height: 311px;
	display: block;
	background: #D8D8D8;
	border-radius: 10px 10px 0px 0px;
	/*margin: -50px -50px;*/
	object-fit: cover;
}

.content-flex {
	display: flex;
}

.information-content-life {
	/*width: 500px;*/
	width: 75%;
	/*height: 212px;*/
	padding: 34px 0;
}

.information-content-life .title {
	/*width: 440px;*/
	width: 95%;
	height: 66px;
	font-size: 24px;
	font-weight: 600;
	color: #E60012;
	line-height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.information-content-life .content-text {
	/*width: 440px;*/
	width: 95%;
	height: 56px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin-top: 26px;
}

.information-content-life .content-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.information-life .content-date {
	/*width: 440px;*/
	width: 25%;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	margin-top: 35px;
}
.information-life .content-date .time-date{
	display: none;
}

.information-life .time-day {
	width: 41px;
	height: 40px;
	font-size: 40px;
	font-weight: 500;
	color: #E60012;
	line-height: 40px;
	margin: 0 auto;
}

.information-life .time-year {
	width: 52px;
	height: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #E60012;
	line-height: 20px;
	margin: 0 auto;
}

.information-life .content-date .tag-border {
	width: 74px;
	height: 32px;
	background: #E60012;
	border-radius: 4px;
	border: 1px solid #E60012;
	margin: 0 auto;
	text-align: center;
}

.information-life .content-date .tag-border .tag {
	width: 56px;
	height: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 32px;
	vertical-align: middle;
}

@media(max-width:1024px){
	.informations{
		margin: 32px 36px;
	}
	.information-life{
		height: 400px;
	}
	.information-life .content-image,
	.information-life .content-image img{
		height: 200px;
	}
	.information-life .content-date{
		margin-top: 25px;
	}
	.information-content-life{
		padding: 24px 0;
	}
}
@media(max-width:750px){
	/*.information-life{
		width: 48%;
		height: 450px;
		margin: 0 0 32px 9px;
	}*/
	.information-life:nth-child(odd){
		width: calc((100% - 22px) / 2);
		height: 450px;
		/*margin: 0 auto;
		margin-left: 0;
		margin-bottom: 16px;*/
		margin: 0 0 20px 0;
	}
	.information-life:nth-child(even){
		width: calc((100% - 22px) / 2);
		height: 450px;
		/*margin: 0 auto;
		margin-right: 0;
		margin-bottom: 16px;*/
		margin: 0 0 20px 22px;
	}
	.information-life .content-image, .information-life .content-image img{
		height: 202px;
	}
	.content-flex{
		flex-direction: column-reverse;
	}
	.information-content-life{
		width: 100%;
	}
	.information-content-life .title{
		width: 100%;
		height: 120px;
		padding: 16px 16px;
		-webkit-line-clamp: 3;
	}
	.information-content-life .content-text{
		display: none;
	}
	.information-life .content-date{
		width: 100%;
		height: 34px;
		display: flex;
		justify-content: space-between;
		padding-left: 16px;
		align-items: center;
	}
	.information-life .content-date .time-day,
	.information-life .content-date .time-year{
		display: none;
	}
	.information-life .content-date .time-date{
		display: block;
		font-size: 20px;
		font-family: PingFangSC-Medium, PingFang SC;
		font-weight: 500;
		color: #E60012;
		line-height: 34px;
	}
	.information-life .content-date .tag-border{
		/*margin-left: 85px;*/
		margin-right: 16px;
	}
}
@media(max-width:570px){
	.informations{
		margin: 32px 18px;
	}
	.information-life:nth-child(odd){
		width: calc((100% - 11px) / 2);
		height: 225px;
		/*margin: 0 auto;
		margin-left: 0;
		margin-bottom: 16px;*/
		margin: 0 0 10px 0;
	}
	.information-life:nth-child(even){
		width: calc((100% - 11px) / 2);
		height: 225px;
		/*margin: 0 auto;
		margin-right: 0;
		margin-bottom: 16px;*/
		margin: 0 0 10px 11px;
	}
	.information-life .content-image, .information-life .content-image img{
		height: 101px;
	}
	.information-content-life .title{
		height: 64px;
		padding: 8px 8px;
	}
	.information-life .content-date{
		height: 17px;
		padding-left: 8px;
	}
	.information-life .content-date .time-date{
		font-size: 12px;
		line-height: 17px;
	}
	.information-content-life{
		padding: 8px 0 28px 0;
	}
	.information-content-life .title{
		font-size: 14px;
		line-height: 20px;
	}
	.information-life .content-date{
		margin-top: 0;
		padding-bottom: 13px;
	}
	.information-life .content-date .tag-border{
		width: 52px;
		height: 22px;
		margin-right: 8px;
	}
	.information-life .content-date .tag-border .tag{
		font-size: 10px;
		line-height: 17px;
		position: relative;
		top: -1px;
	}
}
@media(max-width:500px){
	.informations-life{
		margin-top: 4px;
	}
	.information-content .detail,
	   .information-content-right .detail{
		width: 24px;
		height: 24px;
		margin-top: -25px;
	}
}

/*分页*/


.news-bottom {
	/*max-width: 440px;*/
	width: 100%;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 52px;
}

.pagination {
	max-width:420px;
	height: 50px;
	list-style: none;
	margin: 48px auto;
}

.pagination li {
	float: left;
	width: 44px;
	height: 44px;
	background: #F7F7F7;
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	margin-left: 15px;
}

.pagination li:first-child,
.pagination li:last-child {
	font-size: 16px;
}

.pagination li a:hover {
	display: inline-block;
	width: 44px;
	height: 44px;
	color: #FFFFFF;
	background-color: #E60012;
	border-radius: 50%;
}

.pagination li:after {
	clear: both;
}

.pagination li .active {
	display: inline-block;
	width: 44px;
	height: 44px;
	color: #FFFFFF;
	background-color: #E60012;
	border-radius: 50%;
}

@media(max-width:500px) {
	.pagination{
		max-width: 380px;
		margin-top: 32px;
	}
	.pagination li {
		width: 36px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}
	.pagination li a:hover {
		width: 36px;
		height: 36px;
	}
	.pagination li:first-child,
	.pagination li:last-child {
		font-size: 14px;
	}
	.pagination li .active {
		width: 36px;
		height: 36px;
	}
	.news-bottom {
		margin-bottom: 36px;
	}
}


.w1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
@media (max-width: 1700px) {
	.w1600,
	.nd-share {
		max-width: 1460px
	}
}

@media (max-width: 1550px) {
	.w1600,
	.nd-share {
		max-width: 95%
	}
}
@media (max-width: 1540px) {
	.mt-40 {
		margin-top: 30px
	}
	.mt-60 {
		margin-top: 45px
	}
	.mt-80 {
		margin-top: 60px
	}
	.mt-100 {
		margin-top: 75px
	}
	.mt-140 {
		margin-top: 105px
	}
	.mt-120 {
		margin-top: 90px
	}
	.mt-150 {
		margin-top: 112px
	}
	.pt-100 {
		padding-top: 75px
	}
	.pt-120 {
		padding-top: 90px
	}
	.pt-150 {
		padding-top: 112px
	}
	.mt-160 {
		margin-top: 120px
	}
	.pt-160 {
		padding-top: 120px
	}
	.mt-180 {
		margin-top: 135px
	}
	.pt-200 {
		padding-top: 150px
	}
}

@media (max-width: 1440px) {
	.list {
		margin-left: -12px;
		margin-right: -12px
	}
	.list a,
	.list .item-column {
		margin-left: 12px;
		margin-right: 12px
	}
}

@media (max-width: 1366px) {
	.mt-100 {
		margin-top: 68px
	}
	.mt-120 {
		margin-top: 80px
	}
	.mt-140 {
		margin-top: 95px
	}
	.mt-150 {
		margin-top: 100px
	}
	.pt-100 {
		padding-top: 68px
	}
	.pt-120 {
		padding-top: 80px
	}
	.pt-150 {
		padding-top: 100px
	}
	.mt-180 {
		margin-top: 128px
	}
	.pt-200 {
		padding-top: 142px
	}
}
@media (max-width: 1024px) {
	.list {
		margin-left: -10px;
		margin-right: -10px
	}
	.list a,
	.list .item-column {
		margin-left: 10px;
		margin-right: 10px
	}
	.mt-60 {
		margin-top: 30px
	}
	.mt-80 {
		margin-top: 40px
	}
	.mt-100 {
		margin-top: 50px
	}
	.mt-120 {
		margin-top: 60px
	}
	.mt-140 {
		margin-top: 70px
	}
	.pt-30 {
		padding-top: 15px
	}
	.pt-100 {
		padding-top: 50px
	}
	.pt-120 {
		padding-top: 60px
	}
	.pt-150 {
		padding-top: 75px
	}
	.pt-200 {
		padding-top: 100px
	}
	.mt-150 {
		margin-top: 75px
	}
	.mt-160 {
		margin-top: 80px
	}
	.pt-160 {
		padding-top: 80px
	}
	.mt-180 {
		margin-top: 90px
	}
}
@media (max-width: 600px) {
	.mt-120{
		margin-top: 30px;
	}
}
@media (max-width: 1024px) {
	body,
	html {
		overflow-x: hidden
	}
	.list-filtrate ul {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden
	}
	.list-filtrate ul::-webkit-scrollbar {
		display: none
	}
	.list-filtrate li {
		width: 200px
	}
	.fs160 {
		font-size: 126px
	}
	.fs54,
	.fs60 {
		font-size: 40px
	}
	.fs44 {
		font-size: 32px
	}
	.fs40 {
		font-size: 30px
	}
	.fs30 {
		font-size: 24px
	}
	.fs28 {
		font-size: 22px
	}
	.fs24 {
		font-size: 20px
	}
	.fs22 {
		font-size: 18px
	}
	.fs20 {
		font-size: 15px
	}
	.btn {
		height: 42px;
		line-height: 42px
	}
	.w1600,
	.w1000 {
		width: auto;
		margin-right: 30px;
		margin-left: 30px
	}
	.w1000,
	.nd-share {
		max-width: 100%
	}
	/*.wrap {
		padding-top: 72px
	}*/
	.nd-share {
		text-align: left;
		margin-top: 40px
	}
	.nd-share span {
		margin-bottom: 0;
		margin-right: 30px
	}
	.nd-share__btn a,
	.nd-share span {
		display: inline-block;
		vertical-align: middle
	}
	.nd-share__btn {
		max-width: 100%
	}
	.nd-share__btn a {
		margin-bottom: 0;
		margin-right: 40px
	}
	.slick-dot__line .slick-dots {
		display: none
	}
	.column-list li {
		margin-bottom: 30px
	}
	.column-list .item-column,
	.column-list a {
		font-size: 14px
	}
	.column-list .dec img {
		max-width: 45px
	}
	.column-bgPic .pic {
		padding-top: 400px
	}
	.column-bgPic .larze-pic {
		padding-top: 560px
	}
	.column-bgPic .bg-dec {
		width: 150px
	}
	.slider-arrow .sa-prev {
		background-color: #E60012
	}
	.slider-arrow .sa-prev i {
		color: #fff
	}
	.slick-dot__white li,
	.slick-dot__round li {
		font-size: 16px;
		margin: 0 15px
	}
	.modal-video__wrap .m-mv__close {
		display: block
	}
	.modal-video__wrap .mv-cont .mv-close {
		display: none
	}
}
@media (max-width: 650px) {
	.w1600,
	.w1000 {
		margin-right: 20px;
		margin-left: 20px
	}
	.load-list span {
		font-size: 12px
	}
	.fs160 {
		font-size: 100px
	}
	.fs54,
	.fs60 {
		font-size: 24px
	}
	.fs40 {
		font-size: 22px
	}
	.fs30 {
		font-size: 20px
	}
	.fs28 {
		font-size: 18px
	}
	.fs24 {
		font-size: 16px
	}
	.fs22 {
		font-size: 19px
	}
	.list-filtrate li {
		width: 40%
	}
	.list-filtrate a {
		font-size: 12px;
		height: 44px;
		line-height: 44px
	}
	.page-column {
		font-size: 18px
	}
	.pg-img {
		max-width: 65px
	}
	.pg-title {
		line-height: 1.4
	}
	.list-toggle a {
		font-size: 16px
	}
	.list-toggle .dots i {
		width: 4px;
		height: 4px
	}
	.nd-share__btn {
		font-size: 16px
	}
	.column-bgPic .pic {
		padding-top: 300px
	}
	.column-bgPic .larze-pic {
		padding-top: 450px
	}
	.column-bgPic .bg-dec {
		font-size: 14px;
		width: 120px
	}
	.column-list li:last-child {
		margin-bottom: 0
	}
	.column-list .item-column,
	.column-list a {
		font-size: 12px
	}
	.column-list .dec img {
		max-width: 35px
	}
	.column-list .title {
		margin-bottom: 10px
	}
	.btn2 {
		font-size: 12px;
		height: 44px;
		line-height: 44px
	}
	.slider-arrow {
		font-size: 16px
	}
	.paragraph {
		font-size: 13px;
		line-height: 1.6
	}
	.slick-dot__white button,
	.slick-dot__round button {
		width: 20px;
		height: 20px
	}
	.slick-dot__white button::before,
	.slick-dot__round button::before {
		margin-left: -5px
	}
	.slick-dot__white button::after,
	.slick-dot__round button::after {
		width: 16px;
		height: 14px
	}

}

