.com-title {
	font-size: 4.0833vw;
	line-height: 1.0;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	margin-top: 1.0417vw
}

.fac {
	display: flex;
	align-items: center;
}

.sub-banner {
	position: relative
}

.sub-banner img {
	width: 100%
}

.unit {
	margin: 5.8854vw 0 0;
}

.unit .btn svg {
	filter: invert(1);
}

.sub-banner .main {
	position: absolute;
	left: 0;
	bottom: 4.5625vw;
	z-index: 10;
	width: 100%
}

.sub-banner h1,
.sub-banner h4 {
	font-size: 3.4375vw;
	line-height: 1.3182;
	color: #fff;
	font-weight: bold
}

.sub-banner .info {
	font-size: 1.8229vw;
	line-height: 1.3143;
	color: #fff;
	margin-top: 0.7292vw
}

.sub-banner .sub-nav {
	margin-top: 5.2083vw;
	min-height: 3.125vw
}

.sub-banner .sub-nav ul {
	display: flex
}

.sub-banner .sub-nav li {
	margin-right: 4.5833vw
}

.sub-banner .sub-nav a {
	display: block;
	font-size: 0.9375vw;
	line-height: 1.3333;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding-bottom: 2.1354vw
}

.sub-banner .sub-nav a::after {
	content: '';
	width: 0;
	height: 0.2604vw;
	background: #D60011;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
}

.sub-banner .sub-nav .active a::after {
	width: 100%
}

.main-box {
	position: relative;
	z-index: 10;
	background: #fff;
	border-radius: 1.4583vw;
	margin-top: -1.5625vw
}

.main-box .container {
	position: relative
}

.mouse-down {
	position: absolute;
	right: 6%;
	z-index: 99999;
	top: -4.9792vw;
	width: 3.9583vw;
	height: 3.9583vw;
	background: #D60011;
	border-radius: 50%;
	overflow: hidden;
}

.mouse-down i {
	display: block;
	width: 1.5625vw;
	height: 2.0833vw;
	background: url(../images/mouse_down.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
	-webkit-animation: arrow 2s ease 0s infinite normal;
	animation: arrow 2s ease 0s infinite normal
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(0, -2.0833vw, 0);
		transform: translate3d(0, -2.0833vw, 0)
	}

	60% {
		-webkit-transform: translate3d(0, 0.9375vw, 0);
		transform: translate3d(0, 0.9375vw, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 3.9583vw, 0);
		transform: translate3d(0, 3.9583vw, 0)
	}
}

.remark {
	padding: 0 12px;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	background: #D60011;
	border-radius:0 12px;
	font-weight: bold
}

.society-list {
	padding-bottom: 1.8229vw
}

.society-list ul {
	display: flex;
	flex-wrap: wrap
}

.society-list li {
	position: relative;
	overflow: hidden;
	width: 20.1563vw;
	margin: 0 1.25vw 1.3021vw 0;
	cursor: pointer
}

.society-list li:nth-child(4n) {
	margin-right: 0
}

.society-list li:hover .main {
	top: 0
}

.society-list .img {
	width: 100%;
	height: 20.7292vw;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	border-radius: 0.625vw
}

.society-list .img img {
	display: block;
	max-width: 16.9271vw;
	max-height: 17.6042vw
}

.society-list .main {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	box-sizing: border-box;
	padding: 0 1.5625vw 1.7708vw 1.8229vw;
	transition: all .5s
}

.society-list .main::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(191, 0, 15, 0.8);
	-webkit-backdrop-filter: blur(8.6px);
	backdrop-filter: blur(8.6px);
	border-radius: 0.625vw
}

.society-list .box {
	position: relative;
	z-index: 10
}

.society-list .name {
	font-size: 1.25vw;
	line-height: 1.3333;
	color: #fff;
	font-weight: bold
}

.society-list .txt {
	font-size: 0.8333vw;
	line-height: 1.625;
	color: #fff;
	margin-top: 0.8333vw
}

.news-list {
	padding-bottom: 3.0208vw
}

.news-list ul {
	display: flex;
	flex-wrap: wrap
}

.news-list li {
	width: 20.1563vw;
	margin: 0 1.25vw 1.5625vw 0
}

.news-list li:nth-child(4n) {
	margin-right: 0
}

.news-list li:hover .imgBg {
	transform: scale(1.1, 1.1)
}

.news-list li:hover .name {
	color: #D60011
}

.news-list a {
	display: block;
	background: #F5F5F5;
	border-radius: 0.7292vw;
	overflow: hidden
}

.news-list .pic {
	height: 12.5vw;
	overflow: hidden;
	border-radius: 0 0 0.7292vw 0.7292vw
}

.news-list .imgBg {
	height: 12.5vw
}

.news-list .box {
	padding: 1.4583vw 1.5625vw 1.1458vw
}

.news-list .name {
	font-size: 1.0417vw;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.5;
	margin-top: 0.625vw
}

.news-list .time {
	font-size: 0.7292vw;
	line-height: 2.143;
	color: rgba(0, 0, 0, 0.4);
	margin-top: 0.5208vw
}

.special-list {
	padding-bottom: 3.75vw
}

.special-list li {
	margin-bottom: 2.0833vw;
	background: #F5F5F5;
	border-radius: 0.7292vw;
	overflow: hidden
}

.special-list a {
	display: flex;
	justify-content: space-between
}

.special-list a:hover .imgBg {
	transform: scale(1.1, 1.1)
}

.special-list a:hover .name {
	color: #D60011
}

.special-list .pic {
	width: 50.2604vw;
	height: 31.25vw;
	border-radius: 0.7292vw;
	overflow: hidden
}

.special-list .imgBg {
	height: 31.25vw
}

.special-list .box {
	width: 34.1146vw;
	box-sizing: border-box;
	padding: 5.7292vw 2.5vw 0 3.3333vw
}

.special-list .name {
	font-size: 1.3542vw;
	line-height: 1.3846;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 1.3021vw
}

.special-list .time {
	display: flex;
	align-items: center;
	margin-top: 1.0417vw;
	height: 1.5625vw;
	font-size: 0.8333vw;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8)
}

.special-list .time i {
	display: block;
	width: 1.25vw;
	height: 1.25vw;
	background: url(../images/date_icon.png) no-repeat;
	background-size: cover;
	margin-right: 0.5208vw
}

.special-list .txt {
	font-size: 0.8333vw;
	line-height: 1.875;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 1.9792vw
}

.special-list .more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8.0208vw;
	height: 2.5vw;
	border-radius: 1.25vw;
	font-size: 0.8333vw;
	background: #D60011;
	color: #fff;
	margin-top: 3.6458vw
}

.special-list .more i {
	display: block;
	width: 1.1458vw;
	height: 0.8333vw;
	background: url(../images/arrow_wr.png) no-repeat;
	background-size: cover;
	margin-left: 1.5625vw
}

.trade-list .item {
	display: flex;
	justify-content: space-between;
	background: #F5F5F5;
	border-radius: 0 0.4688vw 0.4688vw 0;
	overflow: hidden;
	margin-bottom: 5.2083vw
}

.trade-list .item:nth-child(2n) {
	flex-direction: row-reverse
}

.trade-list .item:last-child {
	margin-bottom: 0
}

.trade-list .imgBg {
	width: 42.7083vw;
	height: 27.0833vw;
	border-radius: 1.25vw
}

.trade-list .main {
	display: flex;
	align-items: center;
	width: 41.6667vw;
	box-sizing: border-box;
	padding: 0 4.6875vw 0 5.2083vw
}

.trade-list .name {
	font-size: 1.9792vw;
	line-height: 1.3158;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.trade-list .txt {
	font-size: 0.8333vw;
	line-height: 1.875;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 1.3021vw
}

.trade-list .txt p {
	margin-bottom: 0.5208vw
}

.trade-list .txt p:last-child {
	margin-bottom: 0
}

.ewm-list ul {
	display: flex;
	flex-wrap: wrap
}

.ewm-list li {
	width: 10.8854vw;
	margin: 0 1.9792vw 1.7708vw 0;
	border-radius: 0.4167vw;
	overflow: hidden
}

.ewm-list li:nth-child(3n) {
	margin-right: 0
}

.ewm-list .name {
	position: relative;
	height: 2.5vw
}

.ewm-list .name::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.3);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px)
}

.ewm-list .name p {
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 0.9896vw;
	line-height: 2.5vw;
	font-weight: bold;
	z-index: 10
}

.combot-box {
	padding-top: 5.8333vw
}

.combot-box .title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 0.6771vw
}

.combot-box .title p {
	font-size: 1.6667vw;
	line-height: 1.3125;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.combot-box .title a {
	box-sizing: border-box;
	width: 8.0208vw;
	height: 2.4479vw;
	border-radius: 3.125vw;
	border: 1px solid #CDCDCD;
	padding: 0 1.0417vw 0 1.1458vw;
	font-size: 0.7813vw;
	color: rgba(0, 0, 0, 0.8);
	transition: all .5s
}

.combot-box .title a:hover {
	border-color: #D60011;
	background: #D60011;
	color: #fff
}

.combot-box .title a:hover i {
	background-image: url(../images/arrow_wr.png)
}

.combot-box .title i {
	display: block;
	width: 1.1458vw;
	height: 0.8333vw;
	background: url(../images/arrow_rr.png) no-repeat;
	background-size: cover
}

.combot-box .news-list {
	margin-top: 2.0833vw;
	padding-bottom: 0
}

.swiper-com .swiper-button-prev,
.swiper-com .swiper-button-next {
	width: 4.0104vw;
	height: 2.4479vw;
	box-sizing: border-box;
	border: 1px solid #CDCDCD;
	left: auto;
	right: 0;
	top: -5.2604vw;
	margin: 0;
	border: 1px solid #CDCDCD;
	background: none;
	border-radius: 0 0.4167vw 0.4167vw 0
}

.swiper-com .swiper-button-prev i,
.swiper-com .swiper-button-next i {
	display: block;
	width: 1.1458vw;
	height: 0.8333vw;
	background: url(../images/arrow_dr.png) no-repeat;
	background-size: cover
}

.swiper-com .swiper-button-prev:hover,
.swiper-com .swiper-button-next:hover {
	z-index: 20;
	border-color: #D60011
}

.swiper-com .swiper-button-prev:hover i,
.swiper-com .swiper-button-next:hover i {
	background-image: url(../images/arrow_rr.png)
}

.swiper-com .swiper-button-prev {
	border-radius: 0.4167vw 0 0 0.4167vw;
	right: 4.0104vw;
	margin-right: -1px
}

.swiper-com .swiper-button-prev i {
	transform: rotate(180deg)
}

.swiper-dynamaic {
	position: relative;
	margin-top: 2.0833vw
}

.swiper-dynamaic a {
	display: block;
	border-radius: 0.7292vw;
	overflow: hidden;
	background: #F5F5F5
}

.swiper-dynamaic a:hover .imgBg {
	transform: scale(1.1, 1.1)
}

.swiper-dynamaic a:hover .name {
	color: #D60011
}

.swiper-dynamaic .pic {
	height: 12.5vw;
	border-radius: 0 0 0.7292vw 0.7292vw;
	overflow: hidden
}

.swiper-dynamaic .imgBg {
	height: 12.5vw
}

.swiper-dynamaic .box {
	padding: 1.4583vw 1.5625vw 1.875vw
}

.swiper-dynamaic .name {
	font-size: 1.0417vw;
	line-height: 1.5;
	margin-top: 0.625vw;
	color: rgba(0, 0, 0, 0.8)
}

.show-more {
	width: 8.0208vw;
	height: 2.4479vw;
	border: 1px solid #CDCDCD;
	margin: 2.0833vw auto 0;
	border-radius: 3.125vw;
	font-size: 0.7813vw;
	color: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	padding: 0 1.0417vw 0 1.1458vw;
	transition: all .5s
}

.show-more i {
	display: block;
	width: 0.8333vw;
	height: 0.8333vw;
	background: url(../images/add.png) no-repeat;
	background-size: cover
}

.show-more:hover {
	background: #D60011;
	border-color: #D60011;
	color: #fff
}

.show-more:hover i {
	background-image: url(../images/add_w.png)
}

.load-more {
	margin: 3.2292vw auto 0;
	width: 8.0208vw;
	height: 2.4479vw;
	background: #D60011;
	border-radius: 1.5625vw;
	font-size: 0.7813vw;
	box-sizing: border-box;
	padding: 0 1.0417vw 0 1.1458vw;
	color: #fff
}

.load-more i {
	display: block;
	width: 1.1458vw;
	height: 0.8333vw;
	background: url(../images/arrow_wr.png) no-repeat;
	background-size: cover
}

.home {
	padding-bottom: 7.3438vw;
	margin-top: 0;
	border-radius: 0 0 1.4583vw 1.4583vw
}

.home .swiper-banner {
	height: calc(100vh - 152px);
	width: calc(100% - 3.125vw);
	border-radius: 1.0417vw
}

.home .swiper-banner .imgBg {
	display: block;
	position: relative;
	height: 100%
}

.home .swiper-banner .imgBg::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5
}

.home .swiper-banner video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover
}

.home .swiper-banner .banner-txt {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 0 4.1667vw 1.5625vw;
	left: 0;
	bottom: 30px;
	z-index: 10
}

.home .swiper-banner .main {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 0 4.1667vw 1.5625vw;
	left: 0;
	bottom: 30px;
	z-index: 10
}

.home .swiper-banner .left {
	padding-bottom: 2.0833vw
}

.home .swiper-banner p {
	font-size: 1.1458vw;
	line-height: 1.3182;
	color: #fff
}

.home .swiper-banner .name {
	font-size: 3.0208vw;
	line-height: 1.3276;
	font-weight: bold;
	color: #fff;
	margin-top: 0.5208vw
}

.home .swiper-banner .hot-news {
	width: 9.8958vw;
	height: 3.6458vw;
	background: #D60011;
	border-radius: 2.0833vw;
	font-size: 0.9375vw;
	color: #fff;
	cursor: pointer
}

.home .swiper-banner .hot-news i {
	display: block;
	width: 0.9375vw;
	height: 0.9375vw;
	background: url(../images/hot_arrow.png) no-repeat;
	background-size: cover;
	margin-right: 1.0417vw
}

.home .swiper-banner .news-pop {
	position: absolute;
	right: 4.1667vw;
	bottom: 1.5625vw;
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .5s ease-in-out;
	background: #fff;
	border-radius: 0.8333vw;
	z-index: 15
}

.home .swiper-banner .news-pop .box {
	display: flex;
	justify-content: space-between;
	overflow: hidden
}

.home .swiper-banner .news-pop .btn {
	width: 0.9375vw;
	height: 0.9375vw;
	background: url(../images/hot_arrow_b.png) no-repeat;
	background-size: cover;
	margin: 1.4583vw 0 0 0.9375vw;
	cursor: pointer
}

.home .swiper-banner .news-pop .more {
	position: absolute;
	left: -1.9792vw;
	bottom: 3.125vw;
	width: 1.9792vw;
	height: 6.0417vw;
	display: flex;
	align-items: center;
	background: #D60011;
	border-radius: 0.3125vw 0 0 0.3125vw;
	font-size: 0.6771vw;
	line-height: 1.154;
	color: #fff;
	padding: 0 0.5208vw;
	box-sizing: border-box;
	text-align: center
}

.home .swiper-banner .news-pop-show {
	opacity: 1;
	width: 22.5521vw;
	height: 28.9583vw
}

.home .swiper-banner .right {
	border-left: 1px solid #E0E0E0;
	width: 19.7917vw
}

.home .swiper-banner .swiper-hot {
	height: 28.9583vw
}

.home .swiper-banner .swiper-hot .swiper-slide::after {
	display: none
}

.home .swiper-banner .swiper-hot a {
	display: block;
	padding: 1.0417vw 1.0417vw 0
}

.home .swiper-banner .swiper-hot .pic {
	height: 10.9896vw;
	border-radius: 0.5208vw;
	overflow: hidden
}

.home .swiper-banner .swiper-hot .imgBg {
	height: 10.9896vw
}

.home .swiper-banner .swiper-hot .n-name {
	font-size: 1.0417vw;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 0.8854vw
}

.home .swiper-banner .swiper-hot .txt {
	font-size: 0.6771vw;
	line-height: 1.7692;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 0.6771vw
}

.home .swiper-banner .swiper-hot .swiper-button-next,
.home .swiper-banner .swiper-hot .swiper-button-prev {
	box-sizing: border-box;
	left: 0;
	top: auto;
	margin: 0;
	bottom: 0;
	width: 50%;
	height: 3.125vw;
	border-top: 1px solid #E0E0E0;
	background: none
}

.home .swiper-banner .swiper-hot .swiper-button-next i,
.home .swiper-banner .swiper-hot .swiper-button-prev i {
	display: block;
	width: 1.5625vw;
	height: 1.1458vw;
	background: url(../images/arrow_dl.png) no-repeat;
	background-size: cover
}

.home .swiper-banner .swiper-hot .swiper-button-next {
	left: auto;
	right: 0;
	border-left: 1px solid #E0E0E0
}

.home .swiper-banner .swiper-hot .swiper-button-next i {
	transform: rotate(180deg)
}

.home .video-box {
	overflow: hidden;
	position: relative;
	height: calc(100vh - 122px)
}

.home .video-box .bg {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: calc(100% - 3.125vw);
	height: calc(100% - 30px);
	margin: 0 auto;
	border-radius: 1.0417vw;
	z-index: 5;
	transition: all .5s
}

.home .video-box .bg-active {
	width: 100%;
	border-radius: 0
}

.home .video-box video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover
}

.home .video-box .main {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 0 4.1667vw 1.5625vw;
	left: 0;
	bottom: 30px;
	z-index: 10
}

.home .video-box .left {
	padding-bottom: 2.0833vw
}

.home .video-box p {
	font-size: 1.1458vw;
	line-height: 1.3182;
	color: #fff
}

.home .video-box .name {
	font-size: 3.0208vw;
	line-height: 1.3276;
	font-weight: bold;
	color: #fff;
	margin-top: 0.5208vw
}

.home .video-box .hot-news {
	width: 9.8958vw;
	height: 3.6458vw;
	background: #D60011;
	border-radius: 2.0833vw;
	font-size: 0.9375vw;
	color: #fff;
	cursor: pointer
}

.home .video-box .hot-news i {
	display: block;
	width: 0.9375vw;
	height: 0.9375vw;
	background: url(../images/hot_arrow.png) no-repeat;
	background-size: cover;
	margin-right: 1.0417vw
}

.home .video-box .news-pop {
	position: absolute;
	right: 4.1667vw;
	bottom: 1.5625vw;
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .5s ease-in-out;
	background: #fff;
	border-radius: 0.8333vw
}

.home .video-box .news-pop .box {
	display: flex;
	justify-content: space-between;
	overflow: hidden
}

.home .video-box .news-pop .btn {
	width: 0.9375vw;
	height: 0.9375vw;
	background: url(../images/hot_arrow_b.png) no-repeat;
	background-size: cover;
	margin: 1.4583vw 0 0 0.9375vw;
	cursor: pointer
}

.home .video-box .news-pop .more {
	position: absolute;
	left: -1.9792vw;
	bottom: 3.125vw;
	width: 1.9792vw;
	height: 6.0417vw;
	display: flex;
	align-items: center;
	background: #D60011;
	border-radius: 0.3125vw 0 0 0.3125vw;
	font-size: 0.6771vw;
	line-height: 1.154;
	color: #fff;
	padding: 0 0.5208vw;
	box-sizing: border-box;
	text-align: center
}

.home .video-box .news-pop-show {
	opacity: 1;
	width: 22.5521vw;
	height: 28.9583vw
}

.home .video-box .right {
	border-left: 1px solid #E0E0E0;
	width: 19.7917vw
}

.home .video-box .swiper-hot {
	height: 28.9583vw
}

.home .video-box .swiper-hot a {
	display: block;
	padding: 1.0417vw 1.0417vw 0
}

.home .video-box .swiper-hot .pic {
	height: 10.9896vw;
	border-radius: 0.5208vw;
	overflow: hidden
}

.home .video-box .swiper-hot .imgBg {
	height: 10.9896vw
}

.home .video-box .swiper-hot .n-name {
	font-size: 1.0417vw;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 0.8854vw
}

.home .video-box .swiper-hot .txt {
	font-size: 0.6771vw;
	line-height: 1.7692;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 0.6771vw
}

.home .video-box .swiper-hot .swiper-button-next,
.home .video-box .swiper-hot .swiper-button-prev {
	box-sizing: border-box;
	left: 0;
	top: auto;
	margin: 0;
	bottom: 0;
	width: 50%;
	height: 3.125vw;
	border-top: 1px solid #E0E0E0;
	background: none
}

.home .video-box .swiper-hot .swiper-button-next i,
.home .video-box .swiper-hot .swiper-button-prev i {
	display: block;
	width: 1.5625vw;
	height: 1.1458vw;
	background: url(../images/arrow_dl.png) no-repeat;
	background-size: cover
}

.home .video-box .swiper-hot .swiper-button-next {
	left: auto;
	right: 0;
	border-left: 1px solid #E0E0E0
}

.home .video-box .swiper-hot .swiper-button-next i {
	transform: rotate(180deg)
}

.home .about-box {
	padding-top: 6.6146vw
}

.home .about-box .title {
	font-size: 1.7708vw;
	line-height: 1.5882;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	margin-top: 1.0417vw
}

.home .about-box .list {
	display: flex;
	justify-content: space-between;
	margin-top: 4.1667vw
}

.home .about-box .item {
	width: 27.0833vw;
	height: 29.1667vw;
	border-radius: 0.9375vw;
	display: flex;
	box-sizing: border-box;
	align-items: flex-end;
	padding: 0 2.0833vw 1.8229vw
}

.home .about-box .name {
	font-size: 1.4583vw;
	line-height: 1.3214;
	color: #fff;
	font-weight: bold
}

.home .about-box .txt {
	font-size: 1.0417vw;
	line-height: 1.3;
	color: #fff;
	margin-top: 0.5208vw;
	width: 13.2292vw
}

.home .busi-box {
	height: 100vh;
	padding-bottom: 210vh;
	position: relative
}

.home .busi-box .main-warp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.home .busi-box .fix-warp {
	position: fixed
}

.home .busi-box .info {
	text-align: center;
	margin-top: 1.3542vw;
	font-size: 1.7708vw;
	line-height: 1.5882;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.home .busi-box .info span {
	color: #D60011
}

.home .busi-box .list {
	margin-top: 6.4583vw;
	width: 100%
}

.home .busi-box ul {
	display: flex;
	justify-content: space-between;
	padding: 0 1.5625vw
}

.home .busi-box li {
	width: 16.1458vw;
	height: 23.9063vw;
	border-radius: 0.9375vw;
	background: #F5F5F5;
	position: relative
}

.home .busi-box .img-wrap {
	position: relative;
	height: 20vw;
	border-radius: 0.9375vw;
	overflow: hidden
}

.home .busi-box .img-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home .busi-box .img-act {
	position: absolute;
	left: 7.8125vw;
	bottom: 7.7083vw;
	z-index: 10
}

.home .busi-box .img-act .img-name {
	font-size: 4.2708vw;
	font-weight: bold;
	color: #fff;
	line-height: 1.3171
}

.home .busi-box .img-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: rgba(0, 0, 0, 0.4)
}

.home .busi-box .img-nav .item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	height: 4.6875vw;
	cursor: pointer;
	position: relative
}

.home .busi-box .img-nav .item p {
	position: relative;
	z-index: 10;
	font-size: 1.0417vw;
	color: #fff
}

.home .busi-box .img-nav .active {
	background: #D60011;
	color: #fff
}

.home .busi-box .img-nav .active::before {
	content: '';
	width: 100%;
	height: 0.2604vw;
	background: #7A000A;
	left: 0;
	top: 0;
	position: absolute
}

.home .busi-box .img-nav .active::after {
	content: '';
	width: 15.9375vw;
	height: 3.6458vw;
	background: url(../images/img_txt.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0
}

.home .busi-box .img-tabs {
	position: absolute;
	right: 7.8125vw;
	bottom: 6.7708vw;
	height: calc(100% - 8.7708vw - 122px);
	width: 23.2292vw;
	background: #fff;
	border-radius: 1.0417vw;
	overflow: hidden
}

.home .busi-box .img-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding: 2.0833vw 1.9792vw
}

.home .busi-box .img-box .num {
	font-size: 3.0729vw;
	line-height: 1.4;
	color: #DDD;
	font-weight: bold
}

.protabsxwswsdw {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 8.6979vw;
}
 [img-slider] [img-slide]:active::after {
    opacity: 1 !important;
}
[img-slider] [img-slide] p {
	transition: all 1s;
}

[img-slider] [img-slide].active p {
	display: block;
	margin-top: 1.5em;
	opacity: 1;
	height: 100px;
	overflow: initial;
}

[img-slider] [img-slide].active span {
	display: none;
}

[img-slider] [img-slide] {
	z-index: 9;
}

.fixed .header-inner .gnb::after {
	background: #000;
}

.home .busi-box .img-box h5 {
	font-size: 1.6667vw;
	line-height: 1.3125;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.home .busi-box .img-box .img-bot {
	margin-top: 2.3438vw
}

.home .busi-box .img-box .img-tit {
	font-size: 1.25vw;
	line-height: 1.3333;
	color: rgba(0, 0, 0, 0.8)
}

.home .busi-box .img-box .txt {
	font-size: 0.8333vw;
	line-height: 1.5625;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 1.0417vw
}

.home .busi-box .img-box .img-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.8229vw
}

.home .busi-box .img-box .img-item {
	width: 6.0938vw;
	height: 4.6875vw;
	margin: 0 0.4167vw 0.4167vw 0;
	border-radius: 0.4167vw;
	overflow: hidden
}

.home .busi-box .img-box .img-item:nth-child(3n) {
	margin-right: 0
}

.home .busi-box .img-main {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

.home .busi-box .img-full {
	border-radius: 0
}

.home .busi-box .img-full .img-main {
	display: block
}

.home .busi-box .name {
	text-align: center;
	font-size: 1.1458vw;
	line-height: 1.31818;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	padding: 1.25vw 0 1.1458vw
}

.home .busi-box .center {
	width: 26.0417vw;
	padding: 1.25vw 1.25vw 0;
	margin-top: -1.25vw;
	background: #D60011;
	z-index: 10
}

.home .busi-box .center .name {
	color: #fff
}

.home .scroll {
	position: relative;
	z-index: 10;
	background: #fff
}

.home .core-box {
	padding-top: 9.375vw
}

.home .core-box .main {
	height: 32.3438vw;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	box-sizing: border-box;
	padding: 0 7.2917vw;
	border-radius: 0.9375vw
}

.home .core-box .box {
	box-sizing: border-box;
	border-radius: 0.9375vw 0.9375vw 0px 0px;
	background: linear-gradient(180deg, #D60011 0%, rgba(214, 0, 17, 0) 100%);
	width: 27.9167vw;
	height: 27.7083vw;
	padding: 2.0833vw 2.7604vw 0
}

.home .core-box .title {
	font-size: 1.7708vw;
	line-height: 1.3235;
	color: #fff;
	font-weight: bold;
	margin-bottom: 2.0833vw
}

.home .core-box .line {
	margin: 2.3438vw 0 2.0833vw;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3)
}

.home .core-box p {
	font-size: 0.9375vw;
	line-height: 1.3333;
	color: #fff
}

.home .core-box h5 {
	font-size: 1.5625vw;
	line-height: 1.3333;
	font-weight: bold;
	color: #fff
}

.home .core-box .load-more {
	margin: 4.1667vw 0 0;
	background: none;
	border: 1px solid #fff
}

.home .core-box .load-more:hover {
	background: #D60011;
	border-color: #D60011
}

.home .message-box {
	padding-top: 9.375vw
}

.home .message-box .info {
	font-size: 1.7708vw;
	line-height: 1.5882;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	margin: 1.0417vw 0 3.6458vw
}

.home .media-box {
	padding-top: 9.375vw
}

.home .media-box .wx-icon {
	width: 2.4479vw;
	height: 2.4479vw;
	background: url(../images/wx_w_icon.png) no-repeat center #31A836 !important;
	border-radius: 50%;
	background-size: 1.3542vw 1.3542vw !important;
	margin-right: 1.0417vw
}

.home .media-box .wx-icon:hover {
	background-color: #D60011 !important
}

.home .media-box .remark {
	background: #ADADAD
}

.about .intro-box .container {
	padding: 5.2188vw 0 8.6979vw
}

.about .intro-box .main {
	display: flex;
	justify-content: space-between
}

.about .intro-box .left {
	width: 38.9688vw
}

.about .intro-box .info {
	margin-top: 1.875vw;
	font-size: 0.8333vw;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8)
}

.about .intro-box .load-more {
	margin: 5.8854vw 0 0
}

.about .intro-box .pic {
	width: 39.4792vw
}

.about .intro-box .pic img {
	margin-top: -4.8958vw
}

.about .intro-box .data-list {
	margin-top: -7.0625vw;
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: space-between
}

.about .intro-box .data-list .item {
	width: 16.1458vw;
	height: 19.1458vw;
	border-radius: 0.5208vw;
	background: #F5F5F5;
	box-sizing: border-box;
	padding: 1.6667vw 0 1.25vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center
}

.about .intro-box .data-list .top {
	height: 2.6042vw
}

.about .intro-box .data-list .name {
	font-size: 1.2vw;
	line-height: 1.3333;
	color: rgba(0, 0, 0, 0.8)
}

.about .intro-box .data-list p {
	font-size: 0.8vw;
	line-height: 1.2857;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 0.3646vw;
	padding: 0 20PX;
}

.about .intro-box .data-list .img {
	width: 5vw;
	margin: 0 auto
}

.about .intro-box .data-list .img img {
	display: block;
	width: 100%
}

.about .intro-box .data-list .num {
	font-size: 1.0417vw;
	line-height: 4.0104vw;
	font-weight: 600;
	color: #D60011
}

.about .intro-box .data-list .num span {
	font-size: 2.8646vw;
}

.motion {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.imgBg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.honor-box.hscroll-box{
	position: relative;
}
.honor-box iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 100%;
    width: 100%;
    filter:brightness(0)invert(1);
	opacity: 0.6;
}
.about .leader-box {
	background: url(../images/leader_bg.jpg) no-repeat center fixed;
	background-size: cover;
	padding: 4.2708vw 0 5.7292vw
}

.about .leader-box .container {
	display: flex;
	justify-content: space-between
}

.about .leader-box .left {
	width: 46.625vw;
	padding-top: 3.125vw
}

.about .leader-box .title {
	font-size: 4.0833vw;
	line-height: 1.0;
	color: #fff;
	font-weight: bold;
	width: 52.8542vw;
	margin-top: 2.1875vw
}

.about .leader-box .info {
	margin-top: 2.1875vw;
	font-size: 0.8333vw;
	line-height: 1.5;
	color: #fff
}

.about .leader-box .info p {
	margin-bottom: 1.0417vw
}

.about .leader-box .tips {
	text-align: right;
	font-size: 0.9375vw;
	line-height: 1.3333;
	color: #fff;
	margin-top: 3.125vw
}

.about .leader-box .name {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.3646vw
}

.about .leader-box .name img {
	display: block;
	width: 6.25vw
}

.about .leader-box .pic {
	width: 37.5521vw
}

.about .track-box {
	padding: 7.8125vw 0 6.9271vw
}

.about .track-box .title {
	font-size: 1.6667vw;
	line-height: 1.3125;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	padding-bottom: 0.9375vw;
	border-bottom: 1px solid #D9D9D9
}

.about .honor-box {
	padding: 5.625vw 0 7.2917vw;
	background: #000
}

.about .honor-box .main {
	display: flex;
	justify-content: space-between
}

.about .honor-box .left {
	width: 46.875vw
}

.about .honor-box .right {
	width: 26.0417vw;

}

.about .swiper-honor {
	margin-top: 4.1667vw;
	height: 17.9167vw
}

.about .swiper-honor .title {
	font-size: 3.8125vw;
	line-height: 1.3148;
	color: #fff;
	font-weight: 700;
}

.about .swiper-honor .txt {
	font-size: 0.9375vw;
	line-height: 1.6667;
	color: rgba(255,255,255, 0.6);
	margin-top: 1.6667vw;
	width: 40vw
}

.about .swiper-honor .swiper-pagination {
	display: flex;
	bottom: 0
}

.about .swiper-honor .swiper-pagination .swiper-pagination-bullet {
	width: 0.7292vw;
	height: 0.7292vw;
	background: #D9D9D9;
	margin: 0 0.8333vw 0 0;
	opacity: 1
}

.about .swiper-honor .swiper-pagination .swiper-pagination-bullet-active {
	background: #D60011
}

.about .swiper-prize {
	height: 23.125vw
}

.about .swiper-prize::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #E9E9E9
}

.about .swiper-prize p {
	text-align: right;
	padding-right: 2.5625vw;
	font-size: 1.90vw;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	font-weight: 700;
}

.about .swiper-prize p::after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #D60011
}

.about .swiper-prize .swiper-slide-active p {
	color: #D60011
}

.about .swiper-prize .swiper-slide-active p::after {
	width: 0.2083vw
}

.about .son-box {
	padding: 4.4375vw 0 5.1042vw
}

.about .son-list {
	margin-top: 2.6042vw;
	display: flex;
	justify-content: space-between
}

.about .son-list .item {
	width: 26.5625vw
}

.about .son-list .pic {
	position: relative;
	border-radius: 0.5208vw;
	overflow: hidden
}

.about .son-list .name {
	position: absolute;
	left: 0;
	bottom: 1.5625vw;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.5625vw;
	font-size: 1.3021vw;
	line-height: 1.32;
	color: #fff;
	font-weight: bold
}

.about .son-list .content {
	font-size: 0.8854vw;
	line-height: 2.1177;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 0.9375vw;
	padding-left: 1.0417vw
}

.about .son-list .content p {
	padding-left: 1.3021vw;
	position: relative
}

.about .son-list .content p::before {
	content: '';
	width: 0.3125vw;
	height: 0.3125vw;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	left: 0.5208vw;
	top: 0.7813vw;
	position: absolute
}

.about .show-more {
	margin-top: 3.9063vw
}

.about-pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: rgba(0, 0, 0, 0.4);
	display: none
}

.about-pop .about-pop-main {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 57.2917vw;
	height: 36.9792vw;
	background: #fff;
	box-sizing: border-box;
	padding: 1.7188vw 2.0833vw 0 2.6042vw
}

.about-pop .about-pop-main::after {
	content: '';
	width: 29.3229vw;
	height: 25vw;
	background: url(../images/pop_bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 2.6042vw;
	bottom: 0
}

.about-pop .title {
	font-size: 1.7708vw;
	line-height: 2.8125vw;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.about-pop .swiper-pop {
	margin-top: 1.1458vw;
	font-size: 0.8333vw;
	line-height: 1.875;
	color: rgba(0, 0, 0, 0.8);
	height: 28.6458vw
}

.about-pop .swiper-pop .swiper-slide {
	height: auto;
	box-sizing: border-box;
	padding-right: 1.0417vw
}

.about-pop .close {
	display: block;
	width: 1.6667vw;
	height: 1.6667vw;
	background: url(../images/close.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 1.0417vw;
	top: 1.0417vw
}

.culture {
	padding-bottom: 8.2292vw
}

.culture .core-box {
	padding-top: 7.3438vw
}

.culture .core-list {
	background: url(../img/core_bg.jpg) no-repeat;
	background-size: cover;
	height: 32.2917vw;
	border-radius: 0.9375vw;
	overflow: hidden;
	display: flex;
	justify-content: space-between
}

.culture .core-list .item {
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	width: 19.5313vw;
	height: 32.2917vw;
	position: relative;
	transition: all .5s
}

.culture .core-list .item:last-child {
	border-right: none
}

.culture .core-list .box {
	padding: 3.2813vw 2.6042vw 0;
	position: relative;
	z-index: 10
}

.culture .core-list .tips {
	font-size: 0.9375vw;
	line-height: 1.3333;
	color: #fff
}

.culture .core-list .name {
	font-size: 1.3542vw;
	line-height: 1.3077;
	color: #fff;
	font-weight: bold;
	margin-top: 0.3125vw
}

.culture .core-list .txt {
	font-size: 0.8333vw;
	line-height: 1.875;
	color: #fff;
	margin-top: 2.1875vw;
	opacity: 0;
	transition: all .5s;
	transform: translateY(40px)
}

.culture .core-list .active {
	width: 26.3021vw
}

.culture .core-list .active::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(7px);
	position: absolute;
	left: 0;
	top: 0
}

.culture .core-list .active .txt {
	opacity: 1;
	transform: translateY(0px)
}

.culture .manage-box {
	padding-top: 7.6563vw
}

.culture .manage-box .manage-tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.0417vw
}

.culture .manage-box .com-title {
	margin-top: 0
}

.culture .manage-box .cub {
	width: 11.6667vw;
	height: 2.7083vw;
	border-radius: 0.4167vw;
	background: linear-gradient(132deg, #D60011 15.41%, #B4000E 73.51%);
	font-size: 0.7813vw;
	color: #fff
}

.culture .manage-box .cub i {
	display: block;
	width: 1.5625vw;
	height: 1.5625vw;
	background: url(../images/cub_icon.png) no-repeat;
	background-size: cover;
	margin-right: 0.7292vw
}

.culture .manage-box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3.0208vw
}

.culture .manage-box .list .item {
	position: relative;
	width: 16.1458vw;
	height: 10.9375vw;
	margin-bottom: 0.9375vw;
	border-radius: 0.5208vw;
	overflow: hidden
}

.culture .manage-box .list .item::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #F5F5F5;
	backdrop-filter: blur(20px)
}

.culture .manage-box .list .box {
	position: relative;
	z-index: 10;
	padding: 2.2917vw 0 0 2.0833vw
}

.culture .manage-box .list .name {
	font-size: 1.0417vw;
	line-height: 1.3;
	color: #D60011;
	font-weight: bold
}

.culture .manage-box .list .txt {
	font-size: 0.9375vw;
	line-height: 1.6667;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 1.0417vw
}

.culture .manage-box .list .pic {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 8.0729vw;
	z-index: 5
}

.culture .duty-box {
	padding-top: 9.0104vw
}

.culture .duty-box .nav {
	display: flex;
	justify-content: center
}

.culture .duty-box .nav .item {
	margin: 0 1.7188vw;
	font-size: 1.3542vw;
	line-height: 1.3077;
	padding-bottom: 1.25vw;
	color: #9A9A9A;
	cursor: pointer
}

.culture .duty-box .nav .active {
	border-bottom: 0.2083vw solid #D60011;
	color: #D60011;
	font-weight: bold
}

.culture .duty-box .tabs {
	background: url(../img/duty_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 36.4583vw;
	border-radius: 0.9375vw
}

.culture .duty-box .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5208vw 0 0 6.6146vw;
	box-sizing: border-box;
	height: 36.4583vw
}

.culture .duty-box .left {
	width: 24.2708vw
}

.culture .duty-box .title {
	font-size: 2.3958vw;
	line-height: 1.1739;
	color: #fff;
	font-weight: bold
}

.culture .duty-box .txt {
	font-size: 1.1458vw;
	line-height: 1.6364;
	color: #fff;
	margin-top: 2.0833vw
}

.culture .duty-box .right {
	width: 46.3542vw
}

.culture .swiper-duty {
	padding-bottom: 4.0104vw
}

.culture .swiper-duty .swiper-slide {
	width: 24.4792vw
}

.culture .swiper-duty a {
	position: relative
}

.culture .swiper-duty a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border-radius: 0.7813vw 0.7813vw 0.5208vw 0.5208vw
}

.culture .swiper-duty .pic {
	height: 16.6667vw;
	overflow: hidden;
	border-radius: 0.7813vw;
	position: relative;
	z-index: 10
}

.culture .swiper-duty .imgBg {
	height: 16.6667vw
}

.culture .swiper-duty .box {
	padding: 1.0417vw 1.7188vw 1.5625vw;
	position: relative;
	z-index: 10
}

.culture .swiper-duty .name {
	font-size: 1.1458vw;
	line-height: 1.6364;
	color: #fff;
	font-weight: bold
}

.culture .swiper-duty .swiper-button-next,
.culture .swiper-duty .swiper-button-prev {
	right: auto;
	left: 0;
	top: auto;
	bottom: 0
}

.culture .swiper-duty .swiper-button-next i,
.culture .swiper-duty .swiper-button-prev i {
	background-image: url(../images/arrow_wr.png)
}

.culture .swiper-duty .swiper-button-next:hover i,
.culture .swiper-duty .swiper-button-prev:hover i {
	background-image: url(../images/arrow_rr.png)
}

.culture .swiper-duty .swiper-button-next {
	left: 4.0104vw;
	margin-left: -1px
}

.party {
	padding-bottom: 6.1458vw
}

.party .intro-box .container {
	padding-top: 7.7604vw
}

.party .profile {
	display: flex;
	justify-content: space-between
}

.party .profile .left {
	width: 35.6771vw
}

.party .profile .info {
	font-size: 0.8333vw;
	line-height: 1.875;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 1.875vw
}

.party .profile .info p {
	margin-bottom: 0.625vw
}

.party .profile .right {
	width: 41.5104vw
}

.party .profile .pic {
	border-radius: 0.9375vw;
	overflow: hidden;
	position: relative
}

.party .profile .name {
	background: rgba(13, 13, 13, 0.15);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 2.6042vw;
	font-size: 1.5104vw;
	line-height: 4.6875vw;
	font-weight: bold;
	color: #fff
}

.party .org {
	padding-top: 8.3333vw
}

.party .org .nav {
	display: flex;
	justify-content: center
}

.party .org .nav .item {
	margin: 0 2.3958vw;
	font-size: 1.3542vw;
	line-height: 1.3077;
	padding-bottom: 1.25vw;
	color: #9A9A9A;
	cursor: pointer
}

.party .org .nav .active {
	border-bottom: 0.2083vw solid #D60011;
	color: #D60011;
	font-weight: bold
}

.party .org .tabs {
	height: 31.1458vw;
	border-radius: 0.9375vw;
	background: url(../img/party_bg.jpg) no-repeat center
}

.party .org .img {
	height: 31.1458vw
}

.party .org .img img {
	display: block;
	width: 64.375vw
}

.party .honor {
	padding-top: 8.5938vw
}

.party .swiper-honor {
	margin-top: 2.0833vw;
	height: 21.875vw
}

.party .swiper-honor .swiper-slide {
	height: auto
}

.party .swiper-honor .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.0417vw 2.6042vw;
	background: #F5F5F5;
	border-radius: 0.5208vw
}

.party .swiper-honor .year {
	font-size: 1.25vw;
	line-height: 1.3333;
	color: #D60011;
	font-weight: bold
}

.party .swiper-honor .line {
	width: 1px;
	height: 1.4583vw;
	background: #D60011
}

.party .swiper-honor .txt {
	width: 72.3958vw;
	font-size: 0.8333vw;
	line-height: 1.625;
	color: rgba(0, 0, 0, 0.6)
}

.party .dynamaic-box {
	padding-top: 7.8125vw
}

.party .dynamaic-box .title {
	font-size: 1.6667vw;
	line-height: 1.3125;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	padding-bottom: 0.9375vw;
	border-bottom: 1px solid #D9D9D9
}

.society {
	padding-bottom: 6.0417vw
}

.society .container {
	padding-top: 9.2188vw
}

.society .leader-name {
	font-size: 1.0417vw;
	margin-top: 0.7292vw;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.6)
}

.society .society-list {
	margin-top: 2.0833vw
}

.event {
	padding-bottom: 8.125vw
}

.event .container {
	padding-top: 9.2188vw
}

.event .nav {
	margin-top: 5.3125vw
}

.event .nav ul {
	display: flex;
	justify-content: center
}

.event .nav li {
	margin: 0 2.0833vw;
	font-size: 1.1458vw;
	color: #9A9A9A;
	cursor: pointer;
	padding-bottom: 0.625vw;
	line-height: 1.41;
	font-weight: bold
}

.event .nav .active {
	border-bottom: 0.2083vw solid #D60011;
	color: #D60011
}

.event .tabs {
	margin-top: 5.9896vw
}

.event .main {
	display: flex;
	justify-content: space-between
}

.event .left {
	width: 40.7813vw
}

.event .year {
	font-size: 3.75vw;
	line-height: 1.4028;
	color: rgba(0, 0, 0, 0.8);
}

.event .content {
	margin-top: 1.9792vw;
	font-size: 0.9375vw;
	line-height: 1.4444;
	color: rgba(0, 0, 0, 0.8)
}

.event .content p {
	margin-bottom: 0.625vw
}

.event .pic {
	width: 34.8958vw;
	margin-top: 1.0417vw
}

.trade {
	padding-bottom: 9.7917vw
}

.trade .container {
	padding-top: 9.2188vw
}

.trade .info {
	font-size: 0.9375vw;
	line-height: 1.6667;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 1.875vw;
	width: 41.9792vw
}

.trade .pic {
	margin-top: 5.1042vw;
	overflow: hidden;
	border-radius: 1.25vw
}

.trade .market {
	display: flex;
	justify-content: space-between;
	margin-top: 3.4896vw
}

.trade .market .left {
	width: 29.1667vw
}

.trade .market .name {
	font-size: 2.2396vw;
	line-height: 1.3256;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.trade .market .txt {
	font-size: 0.8333vw;
	line-height: 1.875;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 1.7708vw
}

.trade .market .txt p {
	margin-bottom: 0.7813vw
}

.trade .market .right {
	width: 50.5208vw;
	padding-top: 1.0417vw
}

.trade .market .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.trade .market .item {
	width: 16.1458vw;
	height: 8.8021vw;
	background: #F5F5F5;
	border-radius: 0.5208vw;
	margin-bottom: 1.0417vw;
	box-sizing: border-box;
	padding: 1.4583vw 1.5625vw 0
}

.trade .market .item p {
	font-size: 1.0417vw;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.8)
}

.trade .market .num {
	margin-top: 1.3021vw;
	font-size: 1.0417vw;
	line-height: 4.0104vw;
	color: #D60011;
	font-weight: 500;
	text-align: right
}

.trade .market .num span {
	font-weight: bold;
	font-size: 2.8646vw
}

.trade .trade-list {
	margin-top: 9.375vw
}

.business {
	padding-bottom: 7.2917vw
}

.business .intro-box .container {
	padding-top: 7.3958vw
}

.business .intro-box .main {
	height: 39.0625vw;
	border-radius: 1.25vw
}

.business .intro-box .box {
	width: 53.6458vw
}

.business .intro-box .name {
	font-size: 3.0208vw;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.3646vw;
	text-align: center
}

.business .intro-box .info {
	font-size: 1.7708vw;
	line-height: 1.4706;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 1.7708vw;
	letter-spacing: 0.2083vw
}

.business .event-box {
	padding-top: 6.25vw
}

.business .event-box .top {
	margin-top: 1.875vw;
	display: flex
}

.business .event-box .year {
	display: flex;
	align-items: flex-end
}

.business .event-box .year .num {
	font-size: 6.1458vw;
	line-height: 4.2708vw;
	color: #D60011;
	font-weight: 900
}

.business .event-box .year span {
	display: block;
	font-size: 0.8854vw;
	font-weight: 900;
	padding: 0 0.625vw;
	line-height: 2;
	color: #fff;
	background: #333;
	border-radius: 0.5208vw 0.5208vw 0.5208vw 0;
	margin-left: 0.1563vw
}

.business .event-box .tips {
	margin-left: 2.2917vw;
	border-left: 1px solid #D9D9D9;
	padding: 0.1042vw 0 0.2604vw 2.5521vw;
	font-size: 1.7708vw;
	line-height: 1.5882;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.business .event-box .main {
	position: relative;
	padding-bottom: 6.6667vw;
	margin-top: 3.2292vw
}

.business .event-box .pics {
	position: relative;
	width: 58.75vw
}

.business .event-box .pics .imgBg {
	height: 33.6979vw;
	border-radius: 1.25vw
}

.business .event-box .years {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 10
}

.business .event-box .years .item {
	width: 15.625vw;
	box-sizing: border-box;
	padding-left: 2.5vw;
	font-size: 2.5vw;
	line-height: 3.5937vw;
	padding-bottom: 1.4063vw;
	color: #fff;
	opacity: .5;
	font-weight: bold;
	position: relative;
	cursor: pointer
}

.business .event-box .years .item::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0
}

.business .event-box .years .active {
	opacity: 1
}

.business .event-box .years .active::before {
	width: 3px;
	opacity: 1
}

.business .event-box .contents {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 31.0417vw;
	height: 31.1979vw;
	z-index: 10;
	background: #D60011;
	border-radius: 1.25vw
}

.business .event-box .contents::after {
	content: '';
	width: 18.4896vw;
	height: 23.6458vw;
	background: url(../images/xd_txt.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0
}

.business .event-box .swiper-container .box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	height: 31.1979vw;
	padding: 3.125vw 3.0208vw
}

.business .event-box .swiper-container .mon {
	font-size: 1.7708vw;
	line-height: 1;
	color: #fff;
	font-weight: bold
}

.business .event-box .swiper-container .txt {
	font-size: 1.0417vw;
	line-height: 1.7;
	color: #fff
}

.business .event-box .swiper-container .swiper-pagination {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	box-sizing: border-box;
	padding: 0 2.6042vw;
	bottom: auto;
	top: 3.75vw
}

.business .event-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 0.7292vw;
	height: 0.7292vw;
	margin: 0 0 0 0.7813vw;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: .7;
	background: none
}

.business .event-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	border-width: 2px
}

.business .system-box {
	padding-top: 8.2292vw
}

.business .system-box .title {
	font-size: 2.2396vw;
	line-height: 1.6279;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.business .system-box .main {
	border-top: 1px solid #D9D9D9;
	margin-top: 4.4271vw
}

.business .system-box .main .container {
	display: flex;
	justify-content: space-between
}

.business .system-box .nav {
	padding-top: 6.25vw
}

.business .system-box .nav .item {
	margin-bottom: 1.3021vw;
	position: relative;
	padding-left: 0.9375vw;
	font-size: 1.0417vw;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.4);
	cursor: pointer
}

.business .system-box .nav .item::before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #D60011
}

.business .system-box .nav .active {
	color: #000
}

.business .system-box .nav .active::before {
	width: 0.2083vw
}

.business .system-box .right {
	border-left: 1px solid #D9D9D9;
	padding: 5.1042vw 10.6771vw 6.6667vw 7.1875vw;
	width: 51.5625vw
}

.business .system-box .name {
	font-size: 3.4375vw;
	line-height: 1.3182;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.business .system-box .content {
	font-size: 1.1979vw;
	line-height: 1.5652;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 1.5625vw
}

.business .system-box .content img {
	display: block;
	max-width: 100%;
	border-radius: 1.25vw;
	margin-top: 2.0833vw
}

.business .plan-box {
	background: #CE0111;
	padding: 4.7917vw 0 8.8021vw
}

.business .plan-box .title {
	font-size: 1.6667vw;
	line-height: 1.3125;
	font-weight: bold;
	color: #fff;
	padding-bottom: 0.9375vw;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.business .swiper-plan {
	position: relative;
	margin-top: 2.0833vw;
	margin-left: 7.8125vw
}

.business .swiper-plan .swiper-slide {
	width: 38.0208vw;
	border-radius: 0.8333vw;
	background: #B8000F
}

.business .swiper-plan .main {
	display: flex;
	justify-content: space-between;
	padding: 1.0938vw 1.5625vw
}

.business .swiper-plan .pic {
	width: 13.5937vw;
	height: 13.5937vw;
	border-radius: 0.5208vw;
	overflow: hidden
}

.business .swiper-plan .imgBg {
	height: 13.5937vw
}

.business .swiper-plan .box {
	width: 19.7917vw;
	margin-top: 0.625vw
}

.business .swiper-plan .name {
	font-size: 1.25vw;
	line-height: 1.3333;
	color: #fff;
	font-weight: bold
}

.business .swiper-plan .txt {
	font-size: 0.7813vw;
	line-height: 1.7333;
	color: rgba(255, 255, 255, 0.9);
	margin-top: 1.0938vw
}

.business .swiper-plan .swiper-button-next,
.business .swiper-plan .swiper-button-prev {
	border-color: rgba(255, 255, 255, 0.5);
	right: 7.4125vw
}

.business .swiper-plan .swiper-button-next i,
.business .swiper-plan .swiper-button-prev i {
	background-image: url(../images/arrow_wr.png)
}

.business .swiper-plan .swiper-button-next:hover,
.business .swiper-plan .swiper-button-prev:hover {
	border-color: #fff
}

.business .swiper-plan .swiper-button-prev {
	right: 11.4229vw
}

.business .partner-box {
	padding-top: 6.0938vw
}

.business .partner-box .title {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.6771vw;
	border-bottom: 1px solid #D9D9D9
}

.business .partner-box .title p {
	font-size: 1.6667vw;
	line-height: 1.3125;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8)
}

.business .partner-box .nav {
	display: flex
}

.business .partner-box .nav .item {
	position: relative;
	width: 6.25vw;
	height: 2.4479vw;
	box-sizing: border-box;
	border: 1px solid #CDCDCD;
	margin-left: -1px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer
}

.business .partner-box .nav .item:first-child {
	border-radius: 3.125vw 0 0 3.125vw
}

.business .partner-box .nav .item:last-child {
	border-radius: 0 3.125vw 3.125vw 0
}

.business .partner-box .nav .active {
	background: #D60011;
	color: #fff;
	z-index: 10
}

.business .partner-box .tabs {
	margin-top: 1.5625vw
}

.business .partner-box ul {
	display: flex;
	flex-wrap: wrap
}

.business .partner-box li {
	width: 13.2813vw;
	height: 5.3125vw;
	box-sizing: border-box;
	margin: 0 0.8854vw 0.9375vw 0;
	border: 1px solid #CDCDCD;
	border-radius: 0.3125vw
}

.business .partner-box li:nth-child(6n) {
	margin-right: 0
}

.business .partner-box li img {
	display: block;
	max-width: 9.6875vw;
	max-height: 2.9167vw
}

.health {
	padding-bottom: 9.375vw
}

.health .container {
	padding-top: 9.2188vw
}

.health .info {
	margin-top: 1.5625vw;
	font-size: 0.9375vw;
	line-height: 1.6667;
	color: rgba(0, 0, 0, 0.8)
}

.health .trade-list {
	margin-top: 5.2083vw
}

.news {
	padding-bottom: 8.9583vw
}

.news .container {
	padding-top: 7.0833vw
}

.special {
	padding-bottom: 6.5104vw
}

.special .container {
	padding-top: 6.25vw
}

.newsDet {
	background: #fff;
	border-radius: 0 0 1.4583vw 1.4583vw;
	position: relative;
	z-index: 10;
	padding: 8.3333vw 0
}

.newsDet .container {
	width: 1122px
}

.newsDet .title {
	font-size: 2.0833vw;
	line-height: 1.325;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	margin-top: 1.0417vw
}

.newsDet .time {
	font-size: 1.0417vw;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.4);
	margin-top: 2.2917vw
}

.newsDet .content {
	margin-top: 2.6042vw;
	padding-top: 2.6042vw;
	border-top: 1px solid #D9D9D9;
	font-size: 16px;
	line-height: 1.875;
	color: rgba(0, 0, 0, 0.6)
}

.newsDet .content img {
	max-width: 100%
}

.newsDet .content p {
	margin-bottom: 0.625vw
}

.newsDet .back {
	font-size: 15px;
	box-sizing: border-box;
	width: 154px;
	height: 47px;
	border: 1px solid #CDCDCD;
	border-radius: 60px;
	margin: 60px auto 0;
	color: rgba(0, 0, 0, 0.8);
	transition: all .5s;
	background: #fff
}

.newsDet .back:hover {
	background: #D60011;
	border-color: #D60011;
	color: #fff
}

.platform {
	padding-bottom: 9.7917vw
}

.platform .container {
	padding-top: 7.2917vw
}

.platform .main {
	border-radius: 0.9375vw;
	background: url(../img/platform_bg.jpg) no-repeat center;
	background-size: cover;
	height: 41.6667vw;
	padding: 5.8333vw 7.3958vw 0 3.75vw;
	display: flex;
	justify-content: space-between
}

.platform .title {
	font-size: 2.0833vw;
	line-height: 1.325;
	color: #fff;
	font-weight: bold
}

.platform .nav {
	margin-top: 11.7708vw;
	border-left: 2px solid rgba(255, 255, 255, 0.3);
	padding: 1.3021vw 0
}

.platform .nav .item {
	position: relative;
	padding-left: 2.0833vw;
	margin-bottom: 1.4063vw;
	cursor: pointer;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	color: #fff
}

.platform .nav .item::after {
	content: '';
	width: 0;
	height: 100%;
	background: #D60011;
	position: absolute;
	left: -3px;
	top: 0
}

.platform .nav .item:last-child {
	margin-bottom: 0
}

.platform .nav .active::after {
	width: 5px
}

.platform .tabs {
	width: 36.6146vw
}

.talents {
	padding-bottom: 5.9375vw
}

.talents .idea-box .container {
	position: relative;
	padding-top: 9.2188vw
}

.talents .idea-box .main {
	margin-top: 2.6042vw;
	height: 22.3958vw;
	border-radius: 0.9375vw;
	box-sizing: border-box;
	padding: 5.3646vw 0 0 3.6458vw
}

.talents .idea-box .info {
	width: 31.25vw;
	font-size: 0.8333vw;
	text-align: justify;
	line-height: 2;
	color: rgba(0, 0, 0, 0.8)
}

.talents .idea-box .info p {
	margin-bottom: 0.625vw
}

.talents .recruit-box {
	padding-top: 7.6563vw
}

.talents .recruit-box .title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 0.6771vw;
	margin-top: 2.6042vw
}

.talents .recruit-box .title p {
	font-size: 1.5625vw;
	line-height: 1.3333;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.talents .recruit-box .title a {
	box-sizing: border-box;
	width: 8.0208vw;
	height: 2.4479vw;
	border-radius: 3.125vw;
	border: 1px solid #CDCDCD;
	padding: 0 1.0417vw 0 1.1458vw;
	font-size: 0.7813vw;
	color: rgba(0, 0, 0, 0.8);
	transition: all .5s
}

.talents .recruit-box .title a:hover {
	border-color: #D60011;
	background: #D60011;
	color: #fff
}

.talents .recruit-box .title a:hover i {
	background-image: url(../images/send_w.png)
}

.talents .recruit-box .title i {
	display: block;
	width: 1.1458vw;
	height: 1.1458vw;
	background: url(../images/send.png) no-repeat;
	background-size: cover
}

.talents .recruit-list {
	margin-top: 2.0833vw
}

.talents .recruit-list li {
	margin-bottom: 0.5208vw;
	background: #F5F5F5;
	border-radius: 0.5208vw;
	padding: 1.0417vw 2.6042vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.8333vw;
	font-weight: bold;
	line-height: 1.3125;
	color: #333
}

.talents .recruit-list li span {
	font-weight: normal
}

.talents .recruit-list .name {
	width: 16.1458vw
}

.talents .recruit-list .pos {
	width: 13.0208vw
}

.talents .recruit-list .addr {
	width: 16.1458vw
}

.talents .recruit-list .num {
	width: 13.5417vw;
	margin-right: 5.2083vw
}

.talents .recruit-list a {
	box-sizing: border-box;
	width: 5.1042vw;
	height: 1.9792vw;
	font-size: 0.7292vw;
	color: #D60011;
	border: 2px solid #D60011;
	border-radius: 0.3125vw;
	transition: all .5s
}

.talents .recruit-list a:hover {
	background: #D60011;
	color: #fff
}

.college {
	padding-bottom: 6.4062vw
}

.college .indus-box .container {
	padding-top: 8.5938vw
}

.college .indus-box .main {
	display: flex;
	justify-content: space-between
}

.college .indus-box .left {
	width: 33.3333vw;
	padding-top: 0.625vw
}

.college .indus-box .info {
	width: 32.8125vw;
	font-size: 0.8333vw;
	line-height: 2;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 1.875vw
}

.college .indus-box .pic {
	width: 39.8438vw;
	border-radius: 0.9375vw;
	overflow: hidden
}

.college .indus-box .nav {
	display: flex;
	justify-content: center;
	margin-top: 10.0521vw
}

.college .indus-box .nav .item {
	margin: 0 4.6875vw;
	font-size: 1.3542vw;
	line-height: 1.3077;
	color: #9A9A9A;
	padding-bottom: 1.7188vw;
	cursor: pointer
}

.college .indus-box .nav .active {
	border-bottom: 0.2083vw solid #D60011;
	color: #D60011;
	font-weight: bold
}

.college .indus-box .tabs .item {
	border-radius: 0.9375vw;
	overflow: hidden
}

.college .indus-box .tabs .imgBg {
	height: 36.4583vw;
	box-sizing: border-box
}

.college .indus-box .org img {
	display: block;
	width: 76.1979vw
}

.college .indus-box .run {
	padding: 5.5208vw 0 0 6.6146vw
}

.college .indus-box .run .cell {
	margin-bottom: 1.5625vw
}

.college .indus-box .run .name {
	font-size: 1.9792vw;
	line-height: 1.4211;
	color: #fff;
	font-weight: bold
}

.college .indus-box .run .tips {
	font-size: 1.1458vw;
	line-height: 1.6364;
	color: #fff
}

.college .indus-box .run .txt {
	width: 29.8438vw;
	font-size: 0.8333vw;
	line-height: 2;
	color: #fff;
	margin-top: 1.6667vw
}

.college .indus-box .run .txt p {
	margin-bottom: 0.625vw
}

.college .indus-box .mode {
	padding: 7.5vw 0 0 6.6146vw
}

.college .indus-box .mode .name {
	font-size: 1.9792vw;
	line-height: 1.4211;
	color: #584E43;
	font-weight: bold
}

.college .indus-box .mode .txt {
	margin-top: 1.4583vw;
	font-size: 0.8333vw;
	line-height: 2;
	color: rgba(88, 78, 67, 0.9);
	width: 29.8438vw
}

.college .indus-box .mode .txt p {
	margin-bottom: 0.625vw
}

.college .combot-box {
	padding-top: 8.5417vw
}

.modern {
	padding-bottom: 8.75vw
}

.modern .container {
	padding-top: 9.2188vw
}

.modern .modern-list {
	margin-top: 2.6042vw
}

.modern .modern-list ul {
	display: flex;
	flex-wrap: wrap
}

.modern .modern-list li {
	width: 20.3125vw;
	border-radius: 0.9375vw;
	margin: 0 1.0417vw 1.0417vw 0
}

.modern .modern-list li:nth-child(3n) {
	margin-right: 0
}

.modern .modern-list li:nth-child(6n+1),
.modern .modern-list li:nth-child(6n) {
	width: 41.6667vw
}

.modern .modern-list a {
	display: flex;
	align-items: flex-end;
	position: relative;
	height: 20.8333vw
}

.modern .modern-list .main {
	padding: 0 3.3333vw 2.8125vw 2.6042vw
}

.modern .modern-list p {
	font-size: 1.0938vw;
	line-height: 1.3333;
	color: #fff
}

.modern .modern-list .name {
	font-size: 1.4583vw;
	color: #fff;
	font-weight: bold;
	line-height: 1.3214;
	margin-top: 0.5208vw
}

.contact {
	padding-bottom: 9.375vw
}

.contact .container {
	padding-top: 7.3438vw
}

.contact .main {
	box-sizing: border-box;
	height: 36.4583vw;
	background: url(../img/contact_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5.8333vw 7.5vw 0 3.9583vw;
	display: flex;
	justify-content: space-between
}

.contact .left {
	width: 46.875vw
}

.contact .name {
	font-size: 2.0833vw;
	line-height: 1.325;
	font-weight: bold;
	color: #fff
}

.contact .infos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5.4688vw
}

.contact .infos .item {
	margin-bottom: 4.8438vw
}

.contact .infos .item:last-child {
	width: 100%;
	margin-bottom: 0
}

.contact .infos p {
	font-size: 1.1458vw;
	line-height: 1.8182;
	color: #fff
}

.contact .infos .tel {
	font-size: 2.0833vw;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	margin-top: 0.5208vw
}

.contact .infos .email,
.contact .infos .addr {
	font-size: 1.5625vw;
	line-height: 1.3333;
	color: #fff;
	font-weight: bold;
	margin-top: 0.5208vw
}

.contact .ewm-list {
	margin-top: 8.2292vw
}

.contact .ewm-list li {
	margin: 0
}

.result {
	padding-bottom: 6.25vw
}

.result .container {
	padding-top: 9.2188vw
}

.result .tips {
	font-size: 1.0417vw;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.5
}

.result .tips span {
	color: #D60011
}

.result .news-list {
	margin-top: 3.125vw
}