@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-07-15 10:27:54
 * @LastEditTime: 2024-10-14 20:50:31
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description: 新版企业商业展个性化布局
 */

.u-bcb1 {
	background-color: #ffffff;
	border: 1px solid #dde4ee;
}

.u-link:hover {
	color: #0352bf !important;
}

.m-ebe-entry {
	padding: 0 0 45px;
	background: url(../../../img/zh/index/20240704-08.png) repeat center top;
}

.m-ebe-entry .u-entry-item {
	width: 49.5%;
}

.m-ebe-entry .u-entry-item-ttl {
	padding: 25px 0;
	font-size: 22px;
	color: #2e343c;
}

.m-ebe-entry .u-entry-item-wrap-top {
	padding: 8px;
}

.m-ebe-entry .u-cont {
	display: flex;
	justify-content: space-around;
	padding: 110px 22px 0;
	background: url(../../../img/zh/ebe/bg-item-01.png) no-repeat top center/100% auto;
}

.m-ebe-entry .u-cont-link {
	width: 50%;
	text-align: center;
	color: #1c1c1c;
}

.m-ebe-entry .u-cont-link-icon {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	line-height: 85px;
	color: #fff;
	background-image: linear-gradient(0deg, #003894 0%, #0b72c3 79%, #003894 100%);
	border-radius: 50px;
	border: solid 7px #ffffff;
}

.m-ebe-entry .ciiefont {
	font-size: 50px;
}

.m-ebe-entry .u-cont .u-flip-box {
	position: relative;
	width: 100px;
	height: 100px;
	transform-style: preserve-3d;
	perspective: 1000px;
}

.m-ebe-entry .u-cont .u-flip-box .u-img-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-style: preserve-3d;
	transition: 1s ease;
}

.m-ebe-entry .u-cont .u-flip-box .u-img-box .u-img,
.m-ebe-entry .u-cont .u-flip-box .u-img-box .u-txt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.m-ebe-entry .u-cont .u-flip-box .u-img-box .u-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #a0c1f8;
	border: 7px solid rgba(233, 241, 255, 1);
	border-radius: 50%;
}

.m-ebe-entry .u-cont .u-flip-box .u-img-box .u-img .ciiefont {
	font-size: 48px;
	color: #fff;
}

.m-ebe-entry .u-cont .u-flip-box .u-img-box .u-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(0deg, rgba(14, 92, 199, .8) 0%, rgba(66, 133, 236, .8) 100%);
	text-align: center;
	backface-visibility: hidden;
	font-size: 20px;
	color: #fff;
	transform-style: preserve-3d;
	transform: rotateY(180deg);
	border-radius: 50%;
}

.m-ebe-entry .u-cont .u-flip-box.z-crt .u-img-box {
	transform: rotateY(180deg);
}


.m-ebe-entry .u-cont-link-ttl {
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
}

.m-ebe-entry .u-entry-item-wrap-list {
	margin-top: 6px;
}

.m-ebe-entry .u-entry-wrap-list-item {
	width: 32.5%;
}

.m-ebe-entry .u-entry-wrap-list-item-a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 52px;
	background-color: #ffffff;
	transition: all .3s;
}

.m-ebe-entry .u-entry-wrap-list-item-a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0;
	height: 100%;
	background-color: #50ccff;
	visibility: hidden;
	transition: .3s;
	background-image: linear-gradient(-90deg, rgba(202, 221, 255, 1) 0%, rgba(0, 56, 148, 1) 100%);
}

.m-ebe-entry .u-entry-wrap-list-item .u-txt-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	color: #1c1c1c;
}

.m-ebe-entry .u-entry-wrap-list-item .u-txt-box::after {
	position: absolute;
	bottom: -5px;
	left: 36px;
	content: '';
	width: 0;
	height: 3px;
	background-color: #50ccff;
	border-radius: 2px;
	visibility: hidden;
	transition: .3s;
}

.m-ebe-entry .u-entry-wrap-list-item-a:hover::before {
	width: 100%;
	visibility: visible;
}

.m-ebe-entry .u-entry-wrap-list-item-a:hover .u-txt-box {
	color: #fff;
}

.m-ebe-entry .u-entry-wrap-list-item-a:hover .u-txt-box::after {
	width: 30px;
	visibility: visible;
}

.m-ebe-entry .u-entry-item02 .u-cont {
	background: url(../../../img/zh/ebe/bg-item-02.png) no-repeat top center/100% auto;
}

.m-ebe-entry .u-entry-item02 .u-entry-wrap-list-item {
	width: 24%;
}

.m-e-ciie-box {
	padding: 32px 0 28px;
	background-color: rgba(227, 237, 255, 1);
}

.m-e-ciie-box .u-tt {
	background: linear-gradient(180deg, rgb(4, 71, 193) 0%, rgb(11, 114, 195) 70%);
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 1px;
	color: rgb(4, 71, 193);
	text-align: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.m-e-ciie-box .u-link-box {
	margin-top: 28px;
	display: flex;
	justify-content: space-between;
}

.m-e-ciie-box .u-link-box .u-icon {
	padding-left: 60px;
	width: 352px;
	height: 52px;
	background-color: rgba(240, 245, 255, 1);
	background-position: 24px center;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0px;
	color: rgba(4, 71, 193, 1);
	box-shadow: 0px 6px 27px 0px rgba(37, 117, 225, 0.23);
	border-radius: 26px;
	border: 1px solid rgba(4, 71, 193, 1);
	text-align: center;
}

.m-e-ciie-box .u-link-box .u-icon1 {
	background-image: url(../../../img/zh/ebe/20241014-01@2x.png);
	background-size: 30px 30px;
}

.m-e-ciie-box .u-link-box .u-icon2 {
	background-image: url(../../../img/zh/ebe/20241014-02@2x.png);
	background-size: 32px 24px;
}

.m-e-ciie-box .u-link-box .u-icon3 {
	background-image: url(../../../img/zh/ebe/20241014-03@2x.png);
	background-size: 34px 30px;
}

.m-ebe-article {
	padding: 45px 0;
        background-color: #f2f5f9;
}
.m-ebe-article .u-tt {
	margin-bottom: 40px;
	text-align: center;
	font-size: 28px;
	letter-spacing: 1px;
	color: #2e343c;
}
.m-ebe-article .u-article-img {
	width: 48%;
}

.m-ebe-article .u-article-img img {
	width: 100%;
	height: auto;
}

.m-ebe-article .u-article-cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 48%;
}

.m-ebe-article .u-article-cont-news-list-item-a {
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
}

.m-ebe-article .u-article-cont-news-list-item:first-child .u-article-cont-news-list-item-a {
	padding-top: 0;
}

.m-ebe-article li+li .u-article-cont-news-list-item-a {
	border-top: 1px dashed #ced5e2;
	;
}

.m-ebe-article .u-article-cont-news-list-item-ttl {
	line-height: 28px;
	padding-bottom: 6px;
}

.m-ebe-article .u-article-cont-news-list-item-ttl {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.m-ebe-article .u-article-cont-news-list-item:hover .u-article-cont-news-list-item-ttl {
	font-weight: 600;
	color: #000000;
}

.m-ebe-article .u-article-cont-news-list-item-date {
	color: #7a7a7a;
}

.m-ebe-article .u-article-link {
	text-align: right;
}

.m-ebe-article .u-article-link-cont {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 45px 0 15px;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	background-color: #004098;
	box-shadow: 0px 6px 6px 0px rgba(57, 100, 239, 0.23);
	border-radius: 26px;
	transition: all .3s;
}

.m-ebe-article .u-article-link-cont-icon {
	display: inline-block;
	margin-right: 22px;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #004098;
	border-radius: 50%;
	background-color: #ffffff;
}

.m-ebe-article .u-article-link-cont-icon {
	font-size: 20px;
	font-weight: 400;
}

.m-ebe-article .u-article-link-cont:hover {
	background-color: #0352bf;
}

.m-ebe-otherlink-wrap {
	padding: 20px 0 60px;
}

.m-ebe-otherlink .u-otherlink-list {
	margin: 0 -60px;
}

.m-ebe-otherlink .u-otherlink-list-item {
	position: relative;
	width: auto;
	flex: 1;
}

.m-ebe-otherlink .u-otherlink-list-item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 110px;
	background-image: linear-gradient(to top, #fff 0%, #ededed 10%, #ededed 80%, transparent 100%);
}

.m-ebe-otherlink .u-otherlink-list-item-a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #434855;
}

.m-ebe-otherlink .u-otherlink-list-item-a .u-img-box {
	height: 92px;
}

.m-ebe-otherlink .u-otherlink-list-item-a img {
	transition: all .3s;
}

.m-ebe-otherlink .u-otherlink-list-item-a:hover img {
	transform: translateY(-10px);
}

.m-ebe-otherlink .u-otherlink-list-item-a .u-list-ttl {
	padding-top: 20px;
	text-align: center;
}

/* 轮播图 -S */

.m-swiper-box {
	position: relative;
	padding: 50px 0 110px;
	background-color: #003894;
}

.m-swiper-box .hd {
	position: relative;
	line-height: 35px;
}

.m-swiper-box .hd .u-tt {
	font-size: 28px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
}

.m-swiper-box .hd .ciie-more {
	position: absolute;
	right: 0;
	top: 0;
}

.m-swiper-box .u-swiper-carousel {
	position: relative;
	margin: 40px 30px 0;
}

.m-swiper-box .u-swiper-carousel .swiper-wrapper {
	align-items: flex-end;
}

.m-swiper-box .u-swiper-carousel .swiper-slide {
	position: relative;
	width: 350px;
	height: 240px;
	margin-right: calc((100% - 95%)/4);
}

.m-swiper-box .u-swiper-carousel .swiper-slide>a {
	transition: all 0.3s;
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	width: 100%;
}

.m-swiper-box .u-swiper-carousel .swiper-slide .ciie-bofang {
	font-size: 70px;
	color: #fff;
}

.m-swiper-box .ciie-bofang::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.m-swiper-box .u-swiper-carousel img {
	display: block;
	width: 100%;
	height: auto;
}

.m-swiper-box .u-swiper-carousel .swiper-button-next,
.m-swiper-box .u-swiper-carousel .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 2px solid #ffffff;
	color: #fff;
}

.m-swiper-box .u-swiper-carousel .swiper-button-next:after,
.m-swiper-box .u-swiper-carousel .swiper-button-prev:after {
	font-size: 24px;
}

.m-swiper-box .u-swiper-carousel .swiper-button-prev {
	left: 20.5%;
}

.m-swiper-box .u-swiper-carousel .swiper-button-next {
	right: 20.5%;
}

.m-swiper-box .u-swiper-carousel+.swiper-pagination {
	width: 100%;
	bottom: -50px;
}

.m-swiper-box .u-swiper-carousel+.swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background-color: #fff;
	opacity: 1;
}

.m-swiper-box .u-swiper-carousel+.swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 6px;
}

.m-swiper-box .u-swiper-carousel+.swiper-pagination .swiper-pagination-bullet-active {
	width: 60px;
	background-color: #50ccff;
	border-radius: 5px;
}

.m-swiper-box .u-more-box {
	position: absolute;
	display: flex;
	justify-content: end;
	align-items: center;
	font-size: 16px;
	color: #fff;
	bottom: 55px;
	right: 240px;
	z-index: 10;
}

.m-swiper-box .u-more-box .ciiefont {
	margin-left: 10px;
	font-size: 28px;
}

/* 轮播图 -E */

.m-ebe-svslink {
	padding: 45px 0 30px;
	background: url(../../../img/zh/ebe/bg-item02-01.png) no-repeat center/cover;
}

.m-ebe-svslink .u-svslink-list {
	flex-wrap: wrap;
	margin: 0 -7px;
}

.m-ebe-svslink .u-svslink-list-item {
	padding: 0 7px 20px;
	width: 33.3%;
}

.m-ebe-svslink .u-svslink-list-item-a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 30px 0 35px;
	height: 70px;
	font-size: 16px;
	font-weight: 600;
	color: #004098;
	border-radius: 35px;
	border: solid 1px #004098;
	transition: all .3s;
}

.m-ebe-svslink .u-svslink-list-item-a {
	align-items: center;
}

.m-ebe-svslink .u-svslink-list-item-a .ciiefont {
	font-size: 26px;
}

.m-ebe-svslink .u-svslink-list-item-a .ciie-jiantou1 {
	font-size: 17px;
}

.m-ebe-svslink .u-svslink-list-item-a:hover {
	color: #ffffff;
	background-color: #004098;
}

.m-ebe-svslink .u-svslink-list-item-a:hover::before,
.m-ebe-svslink .u-svslink-list-item-a:hover::after {
	color: #ffffff;
}

/* 展位图 -S*/

.m-ebemap-box .slide-box-left {
	width: 58%;
	padding-bottom: 30px;
}

.m-ebemap-box .slide-box-right {
	width: 42%;
}

.m-ebemap-box .ceng-imgbox {
	position: relative;
}

.m-ebemap-box .map20200115 {
	position: absolute;
	width: 90%;
	top: 0;
	left: 0;
	z-index: 3;
	cursor: pointer;
}

.m-ebemap-box {
	padding-top: 70px;
	padding-bottom: 180px;
}

.m-ebemap-box .tabtit {
	text-align: center;
}

.m-ebemap-box .tabtit ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	position: relative;
	height: 100px;
}

.m-ebemap-box .tabtit li {
	width: auto;
	flex: 1;
	padding: 0 10px;
	opacity: 0.6;
	transition: all 0.35s ease-in-out;
}

.m-ebemap-box .tabtit li:hover {
	opacity: 1;
	transition: all 0.35s ease-in-out;
}

.m-ebemap-box .tabtit li a:hover {
	color: #333;
}

.m-ebemap-box .tabtit .ImgCrop {
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
	width: 70px;
	height: 56px;
}

.m-ebemap-box .tabtit p {
	font-size: 12px;
	margin-top: 10px;
}

.m-ebemap-box .tabtit li.active {
	opacity: 1;
	position: relative;
	top: -6px;
}

.m-ebemap-box .tabtit li.active .ImgCrop {
	box-shadow: 0 6px 10px rgba(100, 100, 100, 0.45);
}

.m-ebemap-box .tabtit li.active p {
	font-weight: 900;
}

.m-ebemap-box .tit>h3 {
	display: inline-block;
}

.m-ebemap-box .tit a {
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 40px;
	background: #205093;
	color: #fff;
	position: relative;
	padding-left: 80px;
	height: 48px;
	vertical-align: top;
}

.m-ebemap-box .tit01 .color3 {
	padding-left: 45px;
}

.m-ebemap-box .tit a:hover {
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.34);
}

.m-ebemap-box .tit .color3 {
	background: #ee9e06;
}

.m-ebemap-box .tit .color56 {
	background: #bb3c29;
}

.m-ebemap-box .tit .color78 {
	background: #478d42;
}

.m-ebemap-box .tit02 h3 {
	margin-left: 0;
}

.m-ebemap-box .tit a h2 {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	font-size: 36px;
}

.m-ebemap-box .tit03 a h2 {
	font-size: 24px;
	line-height: 36px;
}

.m-ebemap-box .tit a span {
	display: inline-block;
	position: relative;
}

.m-ebemap-box .tit a b {
	display: block;
	color: #c9c9c9;
}

.m-ebemap-box .tit h3 {
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 20px;
	color: #205093;
}

.m-ebemap-box .tit h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 45px;
	width: 1px;
	background-color: #ddd;
}

.m-ebemap-box .label-div {
	padding-top: 15px;
}

.m-ebemap-box .label-div a {
	position: relative;
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #eee;
	margin: 10px 15px 0 0;
	font-size: 14px;
	color: #205093;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.m-ebemap-box .label-div a:hover {
	color: #fff;
	border-color: #205093;
	background: #205093;
	box-shadow: 0 0 12px rgba(7, 63, 127, 0.45);
	transition: all 0.3s ease-in-out;
}

.m-ebemap-box .slide-box img {
	width: 90%;
}

.m-ebemap-box02 .tabtit li {
	width: 74px;
}

.m-ebemap-box02 .tabtit .ImgCrop {
	width: 60px;
}

.m-ebemap-box02 .tabtit {
	text-align: left;
}

.m-ebemap-box02 .label-div {
	padding-right: 0;
}

.m-ebemap-box02 .tit a {
	background: none;
	color: #205093;
	padding: 0 0 0 30px;
}

.m-ebemap-box02 .tabtit p {
	text-align: center;
}

.m-ebemap-box02 .tit a h2 {
	color: #205093;
	left: 0;
}


.m-ebemap-box .tabtit ul li img {
	width: auto;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.m-ebemap-box .tabtit ul li a .img {
	height: 50px;
	position: relative;
}

.m-ebemap-box .slide-box-right .tit {
	display: flex;
	align-items: center;
}

.layui-layer-tips .layui-layer-content {
	color: #333 !important;
}

.layui-layer.layui-layer-tips .layui-layer-content i {
	display: none;
}

.map-introduce {
	display: none;
}

.map-introduce:first-child {
	display: block;
}

.map-introduc-info {
	font-size: 16px;
	line-height: 34px;
	color: #333333;
}

.map-introduc-info .u-introduc-info-wrap {
	flex-wrap: wrap;
	padding: 30px 0 10px;
}

.map-introduc-info .u-introduc-info-wrap-item {
	width: 50%;
}

.map-introduc-info .u-introduc-info-wrap-item span {
	font-size: 24px;
	font-weight: 600;
	color: #004098;
}

.map-introduc-info .u-desc {
	text-align: justify;
}

/* 展位图 -E */

/*********观展展、组织保障证*************/

.m-ebe-certificate-wrap {
	padding: 38px 0 60px;
	background: url(../../../img/common/20240704-08.png) no-repeat 0 0/100% 100%;
}

.m-ebe-certificate-box .u-tt-box {
	text-align: center;
}

.m-ebe-certificate-box .u-tt-box .u-tt {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 2px;
	color: rgba(46, 52, 60, 1);
}

.m-ebe-certificate-box .u-ebe-certificate-wrap {
	margin-top: 45px;
	display: flex;
	justify-content: center;
}

.m-ebe-certificate-box .u-ebe-certificate-wrap .u-ebe-certificate-box {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 13px 9px 1px rgba(221, 226, 233, 0.4);
}

.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style1 .u-ebe-certificate-box {
	width: 460px;
	height: 330px;
}

.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style1 .u-ebe-certificate-box+.u-ebe-certificate-box {
	margin-left: 90px;
}

.m-ebe-certificate-box .u-ebe-certificate-box .u-img-box {
	position: relative;
	height: 50%;
}

.m-ebe-certificate-box .u-ebe-certificate-box .u-img-box img {
	width: 100%;
	height: 100%;
}

.m-ebe-certificate-box .u-ebe-certificate-box .u-img-box .ciiefont {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: -22px;
	width: 70px;
	height: 70px;
	background-color: rgba(55, 115, 214, 1);
	font-size: 28px;
	color: #fff;
	transform: translateX(-50%);
	border-radius: 50%;
}

.m-ebe-certificate-box .u-ebe-certificate-box .u-link-box {
	padding: 0 10px;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.m-ebe-certificate-box .u-ebe-certificate-box .u-link-box .p1 {
	font-size: 24px;
	font-weight: 600;
	color: rgba(46, 52, 60, 1);
}

.m-ebe-certificate-box .u-ebe-certificate-box .u-link-box .u-btn-link {
	margin-top: 20px;
	padding: 0 10px 0 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(0, 64, 152, 1);
	width: 160px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	border-radius: 20px;
}

.m-ebe-certificate-box .u-ebe-certificate-box.u-bg1 .u-img-box .ciiefont,
.m-ebe-certificate-box .u-ebe-certificate-box.u-bg1 .u-link-box .u-btn-link {
	background-color: rgba(255, 96, 85, 1);
}

.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style2 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
}

.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style2 .u-ebe-certificate-box {
	width: 100%;
	height: 330px;
	margin-bottom: 40px;
}

.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style2 .u-ebe-certificate-box+.u-ebe-certificate-box {
	margin-left: 0;
}

.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 {
	margin-top: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-ebe-certificate-list-box {
	margin-top: 40px;
}

.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-left-box .u-ebe-certificate-list-box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
}

.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-right-box {
	width: 264px;
}

.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-right-box .u-ebe-certificate-list-box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 20px;
}

.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-ebe-certificate-box {
	width: 264px;
	height: 281px;
}

.enpage .m-ebe-svslink .u-svslink-list-item {
	width: 33.3%;
}

.enpage .m-ebe-entry .u-cont .u-flip-box .u-img-box .u-txt {
	font-size: 16px;
}

.enpage .m-ebemap-box .slide-box-right .tit {
	flex-wrap: wrap;
}

.enpage .m-ebemap-box .tit h3 {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
}

.enpage .m-ebemap-box .tit h3::before {
	content: none;
}

.enpage .map-introduc-info .u-introduc-info-wrap-item {
	width: 100%;
}

.enpage .m-ebe-entry .u-entry-item02 .u-entry-wrap-list-item {
	width: 32.5%;
}

@media screen and (max-width: 1300px) {
	.m-ebe-otherlink .u-otherlink-list {
		margin: 0;
	}

}

@media screen and (max-width:992px) {

	.m-bd-box .u-entry-wrap,
	.m-bd-box .u-article-wrap,
	.m-bd-box .u-entry-item-wrap-list {
		display: block;
	}

	.m-bd-box .f-ebe-width92 {
		width: 92%;
		margin: 0 auto;
	}

	.m-ebe-entry .u-entry-item-ttl {
		text-align: center;
	}

	.m-ebe-entry .u-cont {
		padding-top: 1.4rem;
	}

	.m-ebe-entry .u-entry-item.u-entry-item02 {
		padding-top: 15px;
	}

	.m-ebe-entry .u-cont .u-flip-box {
		width: 1rem;
		height: 1rem;
	}

	.m-ebe-entry .u-entry-wrap-list-item,
	.m-ebe-entry .u-entry-item02 .u-entry-wrap-list-item {
		width: 100%;
	}

	.enpage .m-ebe-entry .u-entry-item02 .u-entry-wrap-list-item {
		width: 100%;
	}

	.m-ebe-article .u-article-cont-news-list-item:first-child .u-article-cont-news-list-item-a {
		padding-top: 20px;
	}

	.m-ebe-article .u-article-img {
		text-align: center;
	}

	.m-ebe-article .u-article-img img {
		margin: 0 auto;
		max-width: 568px;
	}

	.m-ebe-article .u-article-link {
		margin-top: .15rem;
		text-align: center;
	}

	.m-ebe-otherlink .u-otherlink-list {
		width: 92%;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.m-ebe-otherlink .u-otherlink-list-item {
		margin-bottom: 40px;
		width: 50%;
		flex: none;
	}

	.m-ebe-otherlink .u-otherlink-list-item:nth-child(even)::after {
		content: none;
	}

	.m-ebe-svslink .u-svslink-list {
		padding-left: 4%;
		padding-right: 4%;
	}

	.m-ebe-svslink .u-svslink-list-item {
		width: 50%;
	}

	.m-ebemap-box {
		padding-top: 50px;
	}

	.m-ebemap-box .tabtit ul {
		height: auto;
	}

	.m-ebemap-box .tabtit li {
		flex: none;
		padding-bottom: 30px;
		width: 48%;
	}

	.m-ebemap-box .tabtit .u-db {
		display: block;
	}

	.m-ebemap-box .slide-box {
		display: block;
	}

	.m-ebemap-box .slide-box-right .tit {
		flex-wrap: wrap;
	}

	.m-ebemap-box .tit h3 {
		margin-top: 20px;
		margin-left: 0;
		padding-left: 0;
		width: 100%;
	}

	.m-ebemap-box .tit h3::before {
		content: none;
	}

	.map-introduc-info .u-introduc-info-wrap-item {
		width: 100%;
	}

	.m-ebe-certificate-box .u-ebe-certificate-wrap,
	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 {
		display: block;
		padding: 0 13px;
	}

	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style1 {
		display: grid;
	}

	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style1 .u-ebe-certificate-box {
		display: block;
		width: 100%;
	}

	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style1 .u-ebe-certificate-box+.u-ebe-certificate-box {
		margin-left: 0;
	}

	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style1,
	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style2,
	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-left-box .u-ebe-certificate-list-box,
	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-right-box .u-ebe-certificate-list-box {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
	}

	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-right-box {
		margin-top: 40px;
		width: auto;
	}

	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-left-box .u-ebe-certificate-list-box {
		row-gap: 40px;
	}

	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-ebe-certificate-box {
		width: 100%;
	}

	.m-swiper-box .u-more-box {
		right: 40px;
	}

	.m-e-ciie-box {
		padding: .6rem 0 .4rem;
	}

	.m-e-ciie-box .u-tt {
		font-size: .44rem;
	}

	.m-e-ciie-box .u-link-box {
		margin: .32rem .25rem 0;
		display: flex;
		flex-wrap: wrap;
	}

	.m-e-ciie-box .u-link-box .u-icon {
		padding-left: .85rem;
		width: 100%;
		height: 1.05rem;
		background-position: .4rem center;
		background-repeat: no-repeat;
		font-size: .32rem;
		font-weight: 600;
		line-height: 1rem;
		border-radius: .5rem;
	}

	.m-e-ciie-box .u-link-box .u-icon+.u-icon {
		margin-top: .3rem;
	}

	.m-e-ciie-box .u-link-box .u-icon1 {
		background-image: url(../../../img/zh/ebe/20241014-01@2x.png);
		background-size: .4rem auto;
	}

	.m-e-ciie-box .u-link-box .u-icon2 {
		background-image: url(../../../img/zh/ebe/20241014-02@2x.png);
		background-size: .41rem auto;
	}

	.m-e-ciie-box .u-link-box .u-icon3 {
		background-image: url(../../../img/zh/ebe/20241014-03@2x.png);
		background-size: .42rem auto;
	}
}

@media screen and (max-width: 768px) {
	.m-ebe-entry .u-cont {
		padding-top: 1.2rem;
	}

	.m-ebe-entry .u-cont .u-flip-box {
		width: 1.5rem;
		height: 1.5rem;
	}

	.m-ebe-entry .u-cont .u-flip-box .u-img-box .u-img .ciiefont {
		font-size: .48rem;
	}

	.m-ebe-entry .u-cont .u-flip-box .u-img-box .u-txt,
	.enpage .m-ebe-entry .u-cont .u-flip-box .u-img-box .u-txt {
		font-size: .25rem;
	}

	.m-ebe-svslink .u-svslink-list-item {
		width: 100%;
	}

	.enpage .m-ebe-svslink .u-svslink-list-item {
		width: 100%;
	}

	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style1,
	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style2,
	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-left-box .u-ebe-certificate-list-box,
	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style3 .u-right-box .u-ebe-certificate-list-box {
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0;
	}

	.m-ebe-certificate-box .u-ebe-certificate-wrap.u-style1 .u-ebe-certificate-box+.u-ebe-certificate-box {
		margin-top: 40px;
	}
}

@media screen and (max-width:480px) {

	.m-swiper-box {
		padding: 20px 0 40px;
	}

	.m-swiper-box .u-swiper-carousel {
		margin: 20px 10px;
	}

	.m-swiper-box .u-swiper-carousel .swiper-slide {
		width: 260px;
		height: 179px;
	}

	.m-swiper-box .u-swiper-carousel .swiper-slide .ciie-bofang {
		font-size: 50px;
	}

	.m-swiper-box .u-swiper-carousel+.swiper-pagination {
		bottom: -30px;
	}

	.m-swiper-box .u-more-box {
		right: 20px;
		bottom: 20px;
	}
}