
/* section-cnt */
#pc1 {
	display: none;
}

/* 飘窗 */
#pc1>:nth-child(1) {
	width: 285px;
	height: 190px;
	position: absolute;
	z-index: -1;
}

#pc1 img {
	width: 100%;
	height: 100%;
}

.close_btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -20px;
	top: -20px;
}

/* swiper-container-01 */
.swiper-container {
	position: relative;
}

.swiper-container-01 {
	width: 100%;
	height: 500px;
}

.swiper-container-01 .swiper-slide {
	height: 500px;
	position: relative;
}

.swiper-container-01 .slide-image {
	width: 100%;
	height: 500px;
}

.swiper-container-01 .slide-mask,
.swiper-container-01 .slide-text {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 70px;
	line-height: 50px;
	z-index: 99;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	width: 100%;
}

.swiper-container-01 .slide-mask {
	background-color: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.swiper-container-01 .slide-text p {
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	text-align: center;
	font-size: 20px;
}

.swiper-container-01 .pagination {
	margin: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.swiper-container-01 .swiper-pagination-switch {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #4f83df;
	padding: 0;
	min-width: auto;
	line-height: 30px;
	margin: 9px 5px 0;
}

.swiper-container-01 .swiper-pagination-switch.swiper-active-switch {
	background-color: #206BD1;
}

.pagination-01 {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.pagination-01 .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	background: white;
	margin: 0 5px;
	opacity: 0.8;
	border: none;
	cursor: pointer;
}

.pagination-01 .swiper-active-switch {
	background: #206BD1;
}

/* swiper2 */

.swiper-container-02 {
	height: 72px;
	padding: 0 55px 0 120px;
	position: relative;
	background: url(../image/bg-notice.png) 0 center no-repeat;
}

.swiper-container-02 .text-link-more {
	position: absolute;
	top: 22px;
	right: 0;
}

.swiper-container-02 .swiper-slide {
	width: 100%;
	background-color: #fff;
	font-size: 0;
}

.swiper-container-02 .slide-item {
	width: 425px;
	display: inline-block;
	vertical-align: middle;
	line-height: 72px;
	padding: 0 30px;
	position: relative;
}

.swiper-container-02 .slide-item::after {
	width: 1px;
	height: 28px;
	content: "";
	position: absolute;
	top: 23px;
	right: 0;
	background-color: #dedede;
}

.swiper-container-02 .slide-link:nth-of-type(2) .slide-item::after {
	display: none;
}

.swiper-container-02 .slide-text {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.swiper-container-02 .slide-text:hover {
	color: #206BD1;
}

/* section-news */
.section-news {
	background-color: #f3f3f3;
	padding: 30px 0 60px 0;
}

.section-news .wrapper-inner {
	padding: 30px 36px 30px 30px;
	background-color: #fff;
}

.swiper-container-03 {
	width: 495px;
	height: 358px;
	position: relative;
}

.swiper-container-03 .arrow-left,
.section-news .swiper-container .arrow-right {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	z-index: 999;
	top: 105px;
	display: none;
}

.swiper-container-03 .arrow-left {
	background: url(../image/arrow-left.png) no-repeat;
	left: 16px;
}

.swiper-container-03 .arrow-left:hover {
	background: url(/static/xinkuang/img/arrow-left2.png) no-repeat;
}

.swiper-container-03 .arrow-right {
	background: url(../image/arrow-right.png) no-repeat;
	right: 16px;
}

.swiper-container-03 .arrow-right:hover {
	background: url(/static/xinkuang/img/arrow-right2.png) no-repeat;
}

.swiper-container-03 .slide-item {
	width: 495px;
	height: 358px;
	position: relative;
}

.swiper-container-03 .slide-pic {
	width: 100%;
	height: 100%;
}

.swiper-container-03 .slide-item dd {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	z-index: 99;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	padding: 0 15px;
	box-sizing: border-box;
}

.swiper-container-03 .slide-item .div-opa {
	background-color: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.section-news .col-main {
	width: 600px;
	position: relative;
	padding-top: 28px;
	height: 330px;
	overflow: hidden;
}

.headline-item {
	padding-right: 122px;
	margin-bottom: 16px;
}

.headline-item .headline-title {
	font-size: 18px;
	font-weight: bold;
	color: #206BD1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-family: SimHei;
}

.headline-item .headline-title-link {
	color: #206BD1;
}

.headline-item .headline-text {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #999;
}

.headline-item .headline-text-link {
	color: #999;
}

.more-link-plus {
	font-size: 14px;
	color: #206BD1;
	position: absolute;
	top: 0;
	right: 0;
}

.date-wrapper {
	position: absolute;
	text-align: center;
	top: 28px;
	right: 0;
}

.date-wrapper .cur-day {
	font-size: 32px;
	color: #999;
	font-weight: bold;
}

.date-wrapper .cur-y-m {
	font-size: 14px;
	color: #999;
}


/* 专题专栏 */
.section-special {
	height: 270px;
	background: url(../image/bg-section-spe.png) center center no-repeat;
}

.section-special .section-title {
	text-align: center;
	color: #fff;
	padding-top: 22px;
	margin-bottom: 25px;
}

.section-special .section-title-main {
	font-size: 22px;
}

.section-special .section-title-sub {
	font-size: 18px;
	font-weight: normal;
}

.swiper-container-04 {
	height: 170px;
}

.swiper-container-04 .slide-image {
	margin: 0 -20px 0 0;
}

.swiper-container-04 .slide-image img {
	width: 285px;
	height: 122px;
	margin-right: 20px;
	float: left;
}

.swiper-container-04 .arrow-left-04,
.swiper-container-04 .arrow-right-04 {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 7px;
	z-index: 99;
}

.swiper-container-04 .arrow-left-04 {
	background: url(../image/circle-left.png) center center no-repeat;
	left: 562px;
}

.swiper-container-04 .arrow-left-04:hover {
	background: url(../image/circle-left-hover.png) center center no-repeat;
}

.swiper-container-04 .arrow-right-04 {
	background: url(../image/circle-right.png) center center no-repeat;
	right: 562px;
}

.swiper-container-04 .arrow-right-04:hover {
	background: url(../image/circle-right-hover.png) center center no-repeat;
}

/* 产业布局 */
.section-industrial {
	padding: 50px 0 25px 0;
	background: #F3F3F3;
}

.section-industrial .section-title {
	text-align: center;
	color: #333;
	padding-top: 22px;
	margin-bottom: 50px;
	position: relative;
}

.section-industrial .section-title-main {
	font-size: 22px;
}

.section-industrial .section-title-sub {
	font-size: 18px;
	font-weight: normal;
	color: #999;
}

.section-industrial .section-title::after {
	width: 87px;
	height: 3px;
	background: #88CC2F;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -16px;
	margin: auto;
}

.more-link-border {
	width: 104px;
	height: 32px;
	line-height: 32px;
	border: 1px solid white;
	background: white;
	text-align: center;
	color: #999;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	transition: all 0.3s ease;
}

.more-link-border:hover {
	border: 1px solid #206BD1;
	color: #206BD1;
}

.section-industrial .pic-news-container .pic-news-item:hover {
	box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.1);
}

.section-industrial .pic-news-container .pic-news-item:hover .pic-news-title,
.section-industrial .pic-news-container .pic-news-item:hover .pic-news-detail {
	color: #056FC0;
}

/* 关于我们 */
.section-about {
	height: 408px;
	background: url(../image/bg-section-about.png) center center no-repeat;
	padding-top: 68px;
}

.section-about .company-pic {
	width: 500px;
	height: 408px;
}

.section-about .col-main {
	width: 650px;
}

.section-about .section-title {
	color: #fff;
	padding-top: 22px;
	margin-bottom: 50px;
	position: relative;
}

.section-about .section-title-main {
	font-size: 22px;
}

.section-about .section-title-sub {
	font-size: 18px;
	font-weight: normal;
}

.section-about .section-title::after {
	width: 87px;
	height: 3px;
	background: #88CC2F;
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	bottom: -16px;
	margin: auto;
}

.section-about .company-text {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	max-height: 96px;
	overflow: hidden;
}

.more-link-arrow {
	width: 128px;
	height: 36px;
	border: 1px solid #fff;
	background: url(../image/arr-right.png) center center no-repeat;
	display: block;
	margin-top: 95px;
}

.more-link-arrow:hover {
	background: #fff url(../image/arr-right-blue.png) center center no-repeat;
}

/* 三栏布局 */
.section-cols {
	padding: 54px 0 40px 0;
}

.section-cols .cols-wrappper {
	margin: 0 -24px 0 0;
}

.col-wrapper {
	width: 382px;
	margin: 0 26px 0 0;
	position: relative;
}

.col-wrapper .section-title {
	margin-bottom: 12px;
}

.col-wrapper .section-title-main {
	font-size: 22px;
}

.col-wrapper .section-title-sub {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

.col-wrapper .more-link-plus {
	top: 5px;
}

.col-wrapper .text-news-item {
	line-height: 48px;
}

.col-wrapper .text-news-date {
	float: right;
	margin-left: 24px;
	max-width: 44px;
	overflow: hidden;
	font-size: 16px;
}

.col-wrapper .text-news-detail {
	max-width: 290px;
}

/* 相册 */
.wonderful_content {
	box-sizing: border-box;
	padding: 0 60px;
	position: relative;
}

.section-gallery {
	background: #FFFFFF;
	padding-bottom: 60px;
}

.gallery-wrapper {
	position: relative;
	height: 338px;
}

.gallery-wrapper .section-title {
	width: 332px;
	height: 168px;
	background: #206BD1;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery-wrapper .section-title-main {
	padding-top: 40px;
}

.gallery-wrapper .section-title-sub {
	font-weight: normal;
}

.gallery-wrapper .section-title::after {
	width: 87px;
	height: 3px;
	background: #88CC2F;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 51px;
	margin: auto;
}

.gallery-wrapper .gallery-item {
	position: absolute;
	width: 298px;
	height: 151px;
	overflow: hidden;
}

.gallery-wrapper .gallery-item:nth-of-type(1) {
	width: 479px;
	height: 100%;
	top: 0;
	left: 0;
}

.gallery-wrapper .gallery-item:nth-of-type(2) {
	left: 481px;
	top: 0;
}

.gallery-wrapper .gallery-item:nth-of-type(3) {
	left: 481px;
	bottom: 0;
}

.gallery-wrapper .gallery-item:nth-of-type(4) {
	top: 0;
	right: 0;
}

.gallery-wrapper .gallery-item:nth-of-type(5) {
	bottom: 0;
	right: 0;
}

.gallery-wrapper .gallery-item img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all linear .25s;
}

.gallery-wrapper .gallery-item:hover img {
	transform: scale(1.15);
}

/* section-swiper-03 */
.section-swiper-03 {}

.section-swiper-03 .wrapper {
	background-color: #fff;
	padding-bottom: 20px;
}

.section-swiper-03 .title-line {
	margin: 0 14px;
}

.bx-wrapper {
	padding: 0 70px;
	position: relative;
}

.bx-wrapper .bx-viewport {
	border: none;
	margin-top: 20px;
	box-shadow: none;
}

.bx-wrapper .slide-image {
	width: 296px;
	height: 160px;
}

.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-next {
	width: 40px;
	height: 66px;
	position: absolute;
	top: 60px;
	background-color: #f3f3f3;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 999;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	background-image: url(/static/xinkuang/img/arr-left.png);
	left: 16px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	background-image: url(../image/arr-right.png);
	right: 16px;
}

/* section-03 */
.section-03 {}

.menu-container {
	width: 388px;
}

.menu-container .menu-item {
	margin: 0 0 15px 0;
	width: 100%;
	height: 133px;
	font-size: 35px;
	line-height: 133px;
	color: #09448f;
	text-align: center;
	background-color: #fff;
}

.menu-container .menu-item.last-item {
	margin: 0;
}

.menu-container .menu-item a {
	color: #09448f;
}

.menu-container .menu-item .icon-holder {
	display: inline-block;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.menu-container .menu-item.zxzx .icon-holder {
	width: 45px;
	height: 36px;
	background-image: url(/static/xinkuang/img/icon-zxzx.png);
}

.menu-container .menu-item.wsbj .icon-holder {
	width: 39px;
	height: 39px;
	background-image: url(/static/xinkuang/img/icon-wsbj.png);
}

/*  */
.matrix-wrapper {}

.matrix-item {
	width: 290px;
	height: 106px;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	font-size: 16px;
	margin-right: 10px;
	overflow: hidden;
	cursor: pointer;
}

.matrix-item.last-item {
	width: 300px;
	margin-right: 0;
}

.matrix-item .matrix-mask,
.matrix-item .matrix-cnt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.matrix-image {
	width: 64px;
	height: 64px;
	margin-right: 16px;
}

.matrix-inner-title {
	padding-top: 10px;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.matrix-inner-name {
	padding-bottom: 10px;
	line-height: 22px;
	font-size: 12px;
	color: #939393;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.matrix-cnt {
	background-color: #d1def4;
}

.matrix-item .matrix-mask .matrix-inner {
	padding: 21px 0 0 32px;
}

.matrix-item .matrix-mask .matrix-image {
	border-radius: 50%;
	overflow: hidden;
}

.matrix-item .matrix-cnt {
	display: none;
}

.matrix-item .matrix-cnt .matrix-inner {
	padding: 15px 0 0 22px;
}

.matrix-item .matrix-cnt .matrix-image {
	width: 78px;
	height: 78px;
}

.matrix-item .matrix-cnt .matrix-inner-title {
	padding-top: 17px;
}

.matrix-item .matrix-cnt .matrix-inner-name {
	padding-bottom: 17px;
}

.matrix-item:hover .matrix-cnt {
	display: block;
}

/* <!-- 网址导航 --> */

.wz-dh {
	width: 1200px;
	height: 36px;
	margin: 0px auto;
}

.wz-dh .tit-wrap {
	font-size: 22px;
	color: #2e4da4;
	font-weight: bold;
	display: inline-block;
	margin-right: 32px;
}

.select-menu {
	cursor: pointer;
	width: 190px;
	height: 40px;
	margin-right: 10px;
	float: left;
	position: relative;
	background: #fff;
	color: #999999;
}

.select-menu .select-menu-div {
	position: absolute;
	background: #fff;
	height: 40px;
	width: 164px;
	line-height: 40px;
	padding-right: 20px;
}

.select-menu .select-menu-div:hover {
	width: 100%;
	height: 56px;
	bottom: 0;
}

.select-menu .select-menu-div:hover .select-menu-ul {
	display: block;
}

.select-menu .bott-w {
	bottom: 0;
}

.select-menu .select-menu-input {
	margin-left: 4px;
	border: 0;
	width: 142px;
	cursor: pointer;
	user-select: none;
	outline: none;
	height: 40px;
	line-height: 42px;
	font-size: 18px;
	font-weight: bold;
	color: #1488ed;
	;
}


.select-menu .icon {
	height: 40px;
	line-height: 37px;
	display: inline-block;
	color: #1488ed;
}

.bott-w {
	height: 40px;
}

.select-menu .select-menu-ul {
	width: 1200px;
	padding: 6px 12px;
	min-height: 60px;
	position: absolute;
	bottom: 55px;
	text-align: left;
	border-radius: 4px;
	background: #fff;
	z-index: 99;
	overflow-y: auto;
	box-shadow: 2px -3px 4px #ccc;
}

.jw-jg {
	left: -0px;
}

.dd-jg {
	left: -200px;
}

.wj-bd {
	left: -400px;
}

.hj-zd {
	left: -600px;
}

.yw-gl {
	left: -800px;
}

.qt-lj {
	left: -1000px;
}

.select-menu .select-menu-ul li {
	margin: 6px 0px 6px 0px;
	float: left;
	width: 196px;
}

.select-menu .select-menu-ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #1c7dd2;
	font-weight: bold;
}

.select-menu .select-menu-ul li a:hover {
	opacity: 0.8;
}

/* 产业布局新 */
.pic-news-container .pic-news-item {
	width: 284px;
	margin: 0 20px 25px 0;
}

.pic-news-container .pic-news-detail {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	white-space: normal;
	-webkit-box-orient: vertical;
}

.pic-news-container .pic-news-item:hover::after {
	display: none;
}

/* 精彩瞬间 */
.gallery-wrapper {
	height: 304px;
}

.section-gallery .section-title {
	text-align: center;
	color: #333;
	padding-top: 22px;
	margin-bottom: 50px;
	position: relative;
}

.section-gallery .section-title-main {
	font-size: 22px;
}

.section-gallery .section-title-sub {
	font-size: 18px;
	font-weight: normal;
	color: #999;
}

.section-gallery .section-title::after {
	width: 87px;
	height: 3px;
	background: #88CC2F;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -16px;
	margin: auto;
}

.arrow-left-wonderful,
.arrow-right-wonderful {
	width: 45px;
	height: 45px;
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
}

.arrow-left-wonderful {
	background: url(../image/left-wonderful.png) center center no-repeat;
	left: 0;
}

.arrow-right-wonderful {
	background: url(../image/right-wonderful.png) center center no-repeat;
	right: 0;
}

.section-gallery .more-link-border {
	margin-top: 25px;
}

/* 2021-3-30 */
.swiper-container-03 .pagination-3 {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	margin: 0;
	text-align: right;
	height: 40px;
	line-height: 40px;
}

.swiper-container-03 .pagination-3 .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	line-height: 10px;
	background-color: #fff;
	padding: 0;
	border-radius: 50%;
	min-width: auto;
	opacity: .3;
	cursor: pointer;
	margin: 0 10px 0 0;
}

.swiper-container-03 .pagination-3 .swiper-pagination-switch.swiper-active-switch {
	opacity: 1;
}

/* pc端隐藏手机样式 */
@media screen and (min-width: 900px) {

	.wap_news,
	.section-industrial .more-link-plus,
	.section-gallery .more-link-plus {
		display: none;
	}
}

/* 手机端公共的样式 */
@media screen and (max-width: 900px) {

	.section-notice .text-link-more,
	.section-news,
	.section-special .section-title-sub,
	.section-cols .section-title-sub,
	.section-gallery .section-title-sub,
	.col-wrapper .text-news-date,
	.more-link-border,
	.section-industrial .section-title::after,
	.section-gallery .section-title::after,
	.arrow-left-wonderful,
	.arrow-right-wonderful,
	.section-about .company-pic,
	.section-about .section-title::after {
		display: none;
	}

	/* 幻灯 */
	.swiper-container-01 {
		height: 2.5rem;
	}

	.swiper-container-01 .slide-image {
		height: 2.5rem;
	}

	.pagination-01 .swiper-pagination-switch {
		width: 0.16rem;
		height: 0.15rem;
		margin: 0 0.09rem;
	}

	/* 通知公告r */
	.swiper-container-02 {
		height: 0.86rem;
		padding: 0 0 0 1.4rem;
		background-size: 1.4rem 0.86rem;
	}

	.swiper-container-02 .slide-item {
		width: 6.3rem;
		line-height: 0.86rem;
		padding: 0 0.2rem;
	}

	.swiper-container-02 .slide-text {
		font-size: 0.28rem;
	}

	/* 新闻 */
	.section-news .wrapper-inner {
		padding: 30px 36px 30px 30px;
	}

	/* 首页大标题 */
	.index_title {
		box-sizing: border-box;
		padding: 0.3rem .2rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.index_title>h1 {
		position: relative;
		padding-left: .2rem;
		font-size: .34rem;
		color: #333;
		font-weight: 600;
	}

	.index_title>h1::before {
		content: '';
		position: absolute;
		left: 0;
		top: .08rem;
		display: block;
		width: .07rem;
		height: .3rem;
		background-color: #2772ED;
	}

	.index_title>a {
		font-size: .26rem;
		color: #206BD1;
	}

	/* 集团要闻 */
	.important_news {
		box-sizing: border-box;
		padding: .48rem .15rem .3rem .15rem;
		margin: 0 .2rem;
		background-color: #fff;
		border-radius: 6px;
	}

	.import_news_first {
		padding-bottom: .2rem;
		border-bottom: 1px solid #E3E3E3;
	}

	.import_news_first h1 {
		text-align: center;
		font-size: .34rem;
		color: #175DD1;
		font-weight: bold;
	}

	.import_news_first p {
		text-align: center;
		margin-top: .1rem;
		font-size: .26rem;
		color: #999;
	}

	.import_news_item {
		padding: .2rem .1rem .2rem .1rem;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #F0F0F0;
	}

	.import_news_left {
		flex: 1;
		overflow: hidden;
	}

	.import_news_right {
		width: 1.2rem;
	}

	.import_news_left h2 {
		font-size: .32rem;
		color: #333;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.import_news_left p {
		margin-top: .1rem;
		font-size: .26rem;
		color: #999;
	}

	.import_news_line {
		width: 1px;
		height: .74rem;
		background-color: #E3E3E3;
	}

	.import_news_right>p {
		font-size: .48rem;
		color: #B5B5B5;
		text-align: center;
	}

	.import_news_right>span {
		display: block;
		text-align: center;
		font-size: .2rem;
		color: #B5B5B5;
	}

	.wap_news {
		background: #f3f3f3;
		padding-bottom: 0.6rem;
	}

	/* 专题专栏 */
	.section-special {
		height: 5.24rem;
	}

	.section-special .wrapper {
		height: 100%;
	}

	.section-special .section-title-main {
		font-size: 0.34rem;
		font-weight: bold;
	}

	.section-special .section-title {
		padding-top: 0.59rem;
		margin-bottom: 0.57rem
	}

	.swiper-container-04 .slide-image img {
		width: 3.34rem;
		height: 1.43rem;
		margin-right: 0.36rem;
		margin-bottom: 0.2rem;
	}

	.swiper-container-04 .slide-image {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 0.24rem;
	}

	/* 集团新闻超出的隐藏了只显示四条 */
	.import_news_list {
		overflow: hidden;
		height: 3.4rem;
	}

	/* 三栏布局 */
	.section-cols {
		background-color: #f3f3f3;
		padding: 0.6rem 0 0.6rem 0;
	}

	.section-cols .cols-wrappper {
		background: white;
		margin: 0;
	}

	.section-cols .col-wrapper {
		padding: 0.39rem 0.25rem 0 0.25rem;
	}

	.section-cols .section-title-main {
		font-size: 0.34rem;
		font-weight: bold;
		color: #333333;
	}

	.section-cols .col-wrapper {
		width: 100%;
	}

	.mask-news-img {
		width: 100%;
	}

	.text-news.with-dot .text-news-item {
		padding-left: 0.32rem;
	}

	.col-wrapper .text-news-detail {
		max-width: 6.5rem;
	}

	.text-news-detail {
		font-size: 0.32rem;
	}

	.col-wrapper .text-news-item {
		line-height: 1rem;
	}

	.more-link-plus {
		font-size: 0.28rem;
		font-weight: 400;
		color: #206BD1;
		right: 0.25rem;
		top: 0.4rem !important;
	}

	/* 产业布局 */
	.section-industrial {
		padding: 0;
	}

	.section-industrial .section-title-sub {
		display: none;
	}

	.section-industrial .section-title {
		padding-top: 0;
		margin-bottom: 0.4rem;
	}

	.section-industrial .section-title-main {
		font-size: 0.34rem;
		font-weight: bold;
		color: #333333;
		text-align: left;
		padding-left: 0.22rem;
	}

	.section-industrial .more-link-plus {
		top: 0.1rem !important;
	}

	.section-industrial .pic-news-container {
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.pic-news-container .pic-news-item {
		width: 100%;
		margin: 0 0 0.4rem 0;
	}

	.pic-news-container .pic-news-img {
		height: 4.2rem;
	}

	.pic-news-container {
		margin: 0;
	}

	.pic-news-container .pic-news-text {
		padding: 0.42rem 0.32rem 0.48rem 0.31rem;
	}

	.pic-news-container .pic-news-title {
		font-size: 0.34rem;
	}

	.pic-news-container .pic-news-detail {
		font-size: 0.28rem;
		white-space: nowrap;
		display: block;
	}

	/* 精彩瞬间 */
	.section-gallery {
		background: white;
		padding-bottom: 0.6rem;
	}

	.section-gallery .section-title {
		padding-top: 0.35rem;
		margin-bottom: 0.4rem;
	}

	.section-gallery .section-title-main {
		font-size: 0.34rem;
		text-align: left;
		padding-left: 0.22rem;
		font-weight: bold;
	}

	.wonderful_content {
		padding: 0 0.24rem;
	}

	.gallery-wrapper {
		height: 3.65rem;
	}

	.gallery-wrapper .gallery-item {
		width: 3.48rem;
		height: 1.8rem;
	}

	.gallery-wrapper .gallery-item:nth-of-type(1) {
		width: 3.48rem;
		height: 1.8rem;
		top: 0;
		left: 0;
	}

	.gallery-wrapper .gallery-item:nth-of-type(2) {
		top: 0;
		right: 0;
		left: auto;
	}

	.gallery-wrapper .gallery-item:nth-of-type(3) {
		left: 0;
		bottom: 0;
	}

	.gallery-wrapper .gallery-item:nth-of-type(4) {
		right: 0;
		bottom: 0;
		top: auto;
	}

	.gallery-wrapper .gallery-item:nth-of-type(5) {
		display: none;
	}

	/* 关于我们 */
	.section-about {
		height: 8rem;
		padding-top: 0.68rem;
	}

	.section-about .col-main {
		width: 100%;
		padding: 0 0.28rem;
		box-sizing: border-box;
	}

	.section-about .section-title-main {
		font-size: 0.34rem;
		font-weight: bold;
		text-align: center;
	}

	.section-about .section-title-sub {
		font-size: 0.24rem;
		text-align: center;
	}

	.section-about .section-title {
		padding-top: 0;
		margin-bottom: 0.46rem;
	}

	.section-about .company-text {
		font-size: 0.32rem;
		line-height: 0.56rem;
		max-height: 4.5rem;
	}

	.more-link-arrow {
		width: 2rem;
		height: 0.72rem;
		margin: 0.42rem auto 0 auto;
	}
}