.wp {
	max-width: 1400px;
	margin: 0 auto;
}

@font-face {
    font-family: 'PuHuiTi';
    src: url('../font/AlibabaPuHuiTi.ttf') format('truetype');
	font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PuHuiTi';
    src: url('../font/AlibabaPuHuiTi_SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
	box-sizing: border-box;
	font-family: 'PuHuiTi' !important;
}

.dan_hang {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 头部 */
#web_head {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

#web_head .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 138px;
}

#web_head .logo {
	width: 107px;
}

#web_head .logo img {
	width: 100%;
	vertical-align: middle;
}

#web_head .right {}

#web_head .right .item {
	float: left;
	position: relative;
	height: 60px;
	line-height: 60px;
}

#web_head .right .item>a {padding: 0 33px;font-size: 20px;color: rgba(255, 255, 255, 0.9);
	position: relative;
}

#web_head .right .item>a i {
	position: absolute;
	width: 10px;
	height: 6px;
	background-image: url(../images/xx3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 8px;
	transition: transform .3s ease;

}

#web_head .right .item:hover>a i {
	transform: translateY(-50%) rotate(180deg);
	background-image: url(../images/xx2.png);
}

#web_head .right .item.on>a i {
	background-image: url(../images/xx2.png);
}

#web_head .right .item:hover>a {
	color: #02ABE9;
}

#web_head .right .item.on a {
	color: ##02ABE9;
}




#web_head .right .item .down_nav {
	position: absolute;
	width: 160px;
	top: 100%;
	background-color: #F5F5F5;
	left: 50%;
	transform: translateX(-50%);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

#web_head .right .item:hover .down_nav {
	max-height: 500px;
}


#web_head .right .item .down_nav a {
	display: block;
	text-align: center;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: #333;
}

#web_head .right .item .down_nav a:hover {
	background-color: #02abe9;
	color: #fff;
}

#web_head.web_head_on {
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
}

#web_head.web_head_on .right .item>a {
	color: #333;
}

#web_head.web_head_on .right .item:hover>a {color: #02ABE9;}

#web_head.web_head_on .right .item.on>a {color: #02ABE9;}

#web_head.web_head_on .right .item>a i {
	background-image: url(../images/xx4.png);
}

#web_head.web_head_on .right .item:hover>a i {
	background-image: url(../images/xx2.png);
}

#web_head.web_head_on .right .item.on>a i {
	background-image: url(../images/xx2.png);
}

#web_head .item_seach{}
#web_head .item_seach img{width: 24px;vertical-align: middle;}
#web_head .item_seach img.img2{display: none;}
#web_head .item_en img{width: 24px;vertical-align: middle;margin-right: 12px;}
#web_head .item_en img.img2{display: none;}
#web_head .item_en em{vertical-align: middle;}

#web_head.web_head_on .item_seach img.img1{display: none;}
#web_head.web_head_on .item_seach img.img2{display: inline-block;}
#web_head.web_head_on .item_en img.img1{display: none;}
#web_head.web_head_on .item_en img.img2{display: inline-block;}




#web_head_mm {
	background-color: #f0f0f0;
	height: 56px;
	line-height: 54px;
	padding: 0 10px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	border-bottom: 1px solid #ddd;
	display: none;
}

#web_head_mm .logo {
	text-align: left;
}

#web_head_mm img {
	vertical-align: middle;
	height: 34px;
}

#web_head_mm .open_nav {
	position: absolute;
	width: 56px;
	height: 56px;
	background-image: url(../images/top_icon2.png);
	display: inline-block;
	vertical-align: middle;
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	right: 0px;
	top: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
}

#web_head_mm .open_nav.on {
	background-image: url(../images/top_icon3.png);
}

#web_head_mm .right_nav {
	width: 100%;
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 9;
	bottom: 0;
	width: 0;
	overflow: hidden;
	z-index: 99;
}

#web_head_mm .right_nav .bg {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: .3s;
}

#web_head_mm .right_nav.on .bg {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	transition: .3s;
	width: 100%;
	height: 100%;
}

#web_head_mm .right_nav.on {
	width: 100%;
}

#web_head_mm .right_nav .nav {
	position: absolute;
	height: 100%;
	width: 0%;
	right: 0;
	top: 0;
	background-color: #fff;
}

#web_head_mm .right_nav .nav a {
	display: block;
	font-size: 13px;
	color: #333;
	line-height: 40px;
	padding-left: 30px;
	border-bottom: 1px solid #f0f0f0;
	height: 40px;
	position: relative;
}

#web_head_mm .right_nav .nav a span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #cccccc;
	margin-right: 20px;
	vertical-align: middle;
}

#web_head_mm .right_nav .nav a img {
	width: 6px;
	height: auto;
	vertical-align: middle;
	margin-right: 21px;
	margin-left: 1px;
}

#web_head_mm .right_nav .nav a em {
	vertical-align: middle;
}

#web_head_mm .right_nav.on .nav {
	width: 85%;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

#web_head_mm .right_nav .nav a b {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: normal;
	color: #666;
	width: 50px;
	text-align: right;
}

#web_head_mm .right_nav .nav a.on {
	background-color: #ebebeb;
}

#web_head_mm .right_nav .nav a.on span {
	background-color: #666;
	border: 1px solid #666;
}

#web_head_mm .right_nav .nav .mm_nav_item .mm_nav_item_down {
	display: none;
}


#mm_er_nav {
	display: none;
	width: 100%;
	position: relative;
}

#mm_er_nav .tit {
	height: 42px;
	line-height: 42px;
	background-color: #fff;
	padding: 0 3%;
	background-image: url(../images/up1.png);
	background-repeat: no-repeat;
	background-position: right 3% center;
	background-size: 13px auto;
}

#mm_er_nav .tit.on {
	background-image: url(../images/down1.png);
}

#mm_er_nav .tit h4 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

#mm_er_nav .down_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 999999;
	bottom: 0;
	transition: .3s;
}

#mm_er_nav .down_nav.on {
	top: 0px;
	transition: .3s;
}

#mm_er_nav .down_nav .con {
	position: absolute;
	left: 0;
	width: 100%;
	top: 1px;
	bottom: 50px;
	padding: 0 20px;
	background-color: #fff;
}

#mm_er_nav .down_nav .con.on {
	top: 5px;
	transition: .3s;
}

#mm_er_nav .down_nav .con h5 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-align: center;
	padding: 25px 0;
}

#mm_er_nav .down_nav .item {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0;
}

#mm_er_nav .down_nav .item:last-child {
	border-bottom: none;
}

#mm_er_nav .down_nav .item>a {
	line-height: 30px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#mm_er_nav .down_nav .item dt {
	padding: 5px 0;
}

#mm_er_nav .down_nav .item dt>a {
	font-size: 14px;
	color: #333;
}

#mm_er_nav .down_nav .item dd {
	padding: 5px 0;
}

#mm_er_nav .down_nav .item dd>a {
	font-size: 13px;
	color: #333;
	display: inline-block;
}

#mm_er_nav .down_nav .item dd>a img {
	width: 6px;
	margin-right: 6px;
	vertical-align: 0px;
}

#mm_er_nav .down_nav .colse {
	background-color: #535353;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	display: none;
}

#mm_er_nav .down_nav.on .colse {
	display: block;
}

.oh {
	overflow: hidden !important;
}


/* 首页 */
.index_banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index_banner .bg{position: absolute;cursor: pointer;
	left: 0;width: 100%;height: 100%;top: 0;
	display: flex;justify-content: center;align-items: center;
	background-image: url(../images/index12.jpg);background-position: center;
	background-size: cover;
}
.index_banner .bg img{width: 106px;vertical-align: middle;}
.index_banner img {
	vertical-align: middle;
	width: 100%;
}
.index_banner video {
	vertical-align: middle;
	width: 100%;
}
.index_trust{background-color: #03aeef;padding-top: 40px;padding-bottom: 60px;}
.index_trust .wp{ display: flex;justify-content: space-between;align-items: stretch;}

.index_trust .pic_con{width: 46%;position: relative;}

.index_trust .pic{position: relative;z-index: 3;
	clip-path: polygon(0 0, 0 50%, 50% 100%, 100% 100%, 100% 50%, 50% 0);
}

.index_trust .pic_con .icon1{position: absolute;
	left: 30px;bottom: 0;width: 110px;vertical-align: middle;
}
.index_trust .pic_con .icon2{position: absolute;
	right: -20px;top: -15px;width: 126px;vertical-align: middle;
}

.index_trust .pic_con .icon3{position: absolute;z-index: 2;
	left: 90px;top: -26px;width: 126px;vertical-align: middle;
}
.index_trust .pic  img {
    width: 100%;display: block;
}


.index_trust .txt{width: 46%;position: relative;
	display: flex;align-items: center;
}
.index_trust .txt img{width: 126px;vertical-align: middle;
	position: absolute;right: 0;bottom: 0;
}

.index_trust .txt h4{font-size: 66px;color: #181818;font-weight: normal;}
.index_trust .txt h5{font-size: 42px;color: #181818;font-weight: normal;}
.index_trust .txt p{font-size:36px;color: #181818;margin-top: 50px;}

.index_good{background-color: #fff;padding-top: 160px;padding-bottom: 100px;}
.index_good .list{margin-left: -28px;}
.index_good .list .item{width: 33.3333%;float: left;padding-left: 28px;}
.index_good .list .item .con{cursor: pointer;}
.index_good .list .item .pic{padding-top: 20px;padding-right: 14px;position: relative;}
.index_good .list .item .pic .icon{position: absolute;
	right: 0;top:8px;
}
.index_good .list .item .pic .icon img{width: 54px;vertical-align: middle;}
.index_good .list .item .img{aspect-ratio: 444/406;position: relative;overflow: hidden;
	clip-path: polygon(0 0,calc(100% - 35px) 0,100% 35px,100% 100%,0 100%);
}
.index_good .list .item .img img {
	position: absolute;left: 0;top: 0;width: 100%;
	height: 100%;vertical-align: middle;object-fit: cover;
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform-origin: center center;
}
.index_good .list .item .con:hover .img img {
	transform: scale(1.1);
}
.index_good .list .item .txt{padding-top: 15px;}
.index_good .list .item .txt h4{font-size: 32px;color: #02ABE9;font-weight: normal;}
.index_good .list .item .txt p{font-size: 24px;color: #333;line-height: 1.6;margin-top: 10px;}

.index_one{background-color: #02A7E7;padding-top: 80px;padding-bottom: 75px;}


.index_one .wp{ display: flex;justify-content: space-between;align-items: stretch;}
.index_one .pic_con{width: 55%;position: relative;}
.index_one .pic{clip-path: polygon(0 0, 0 50%, 50% 100%, 100% 100%, 100% 50%, 50% 0);}

.index_one .pic_con .icon1{position: absolute;top: -28px;left: 25%;}
.index_one .pic_con .icon1 img{width: 48px;vertical-align: middle;}
.index_one .pic_con .icon2{position: absolute;top: -30px;right: 10%;}
.index_one .pic_con .icon2 img{width: 60px;vertical-align: middle;}
.index_one .pic_con .icon3{position: absolute;bottom:-15px;right: 20%;}
.index_one .pic_con .icon3 img{width: 74px;vertical-align: middle;}
.index_one .pic img{width: 100%;}
.index_one .txt{width: 45%;padding-left: 20px;
	display: flex;align-items: center;position: relative;
}

.index_one .txt h4{font-size: 48px;color: #fff;font-weight: normal;}
.index_one .txt p{font-size: 28px;color: #fff;line-height: 1.8;margin-top: 60px;}
.index_one .txt a{display: block;margin-top: 100px;width: 274px;height: 78px;position: relative;
	text-align: center;line-height: 74px;border: 1px solid #fff;font-size: 36px;color: #fff;
}
.index_one .txt a em{background-image: url(../images/index9.png);
	background-size:24px auto;background-position: right center;
	background-repeat: no-repeat;padding-right: 38px;position: relative;z-index: 6;
}
.index_one .txt a:hover{color: #02A7E7;}
.index_one .txt a:hover em{background-image: url(../images/index9_2.png);}
.index_one .txt a:before{height: 100%;transition: width 0.35s ease;
	content: "";display: block;width:0;position: absolute;left: 50%;
	top: 0;transform: translateX(-50%);background-color: #fff;z-index: 5;
}
.index_one .txt a:hover:before{width: 100%;}
.index_one .txt .icon1{position: absolute;width: 112px;vertical-align: middle;
	right: 0;top: -30px;
}

.index_one .txt .icon2{position: absolute;width: 80px;vertical-align: middle;
	right: 20%;bottom: -5px;
}

.index_news{background-color: #fff;padding: 100px 0;}
.index_news .tit{text-align: center;}
.index_news .tit h4{font-size: 48px;color: #181818;font-weight: normal;line-height: 1;
	position: relative;padding: 0 13px;display: inline-block;padding-bottom: 25px;
}
.index_news .tit h4:before{height: 100%;height: 4px;
	content: "";display: block;width:100%;position: absolute;left: 0;
	bottom: 0;background-color: #181818;
}

.index_news .news_list{width: 100%;overflow: hidden;margin-top: 40px;position: relative;
	padding-bottom: 70px;
}
.index_news .news_list .item{}
.index_news .news_list .pic{padding-top: 20px;padding-right: 15px;}
.index_news .news_list .pic .img{aspect-ratio: 16/9;position: relative;overflow: hidden;
	clip-path: polygon(0 0,calc(100% - 35px) 0,100% 35px,100% 100%,0 100%);
}
.index_news .news_list .pic .img img {
	position: absolute;left: 0;top: 0;width: 100%;
	height: 100%;vertical-align: middle;object-fit: cover;
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform-origin: center center;
}
.index_news .news_list .swiper-slide:hover .img img {
	transform: scale(1.1);
}

.index_news .news_list .pic .icon{position: absolute;
	right: 3px;top:8px;
}
.index_news .news_list .pic .icon img{width: 54px;vertical-align: middle;}
.index_news .news_list .txt{padding-top: 20px;}
.index_news .news_list .txt h4{font-size: 32px;color: #181818;font-weight: normal;
	height: 96px;
}
.index_news .news_list .txt p{margin-top: 20px;font-size: 24px;color: #333;
	line-height: 1.6; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

.index_news .news_list .txt .span{font-size: 20px;color: #666;margin-top: 23px;}
.index_news .news_list .swiper-button-next{bottom: 0;width: 14px;height: 20px;
	left: 50%;transform: translateX(100%);right: auto;top: auto;opacity: 0.6;
}
.index_news .news_list .swiper-button-prev{bottom: 0;width: 14px;height: 20px;
	left: 50%;transform: translateX(-100%);right: auto;top: auto;opacity: 0.6;
}

.index_news .news_list .swiper-button-next:after, 
.index_news .news_list .swiper-button-prev:after{font-size: 18px;font-weight: bold;
	color: #000;
}
.index_news .news_list .swiper-button-next:hover,
.index_news .news_list .swiper-button-prev:hover{
	opacity: 1;
}

.index_pic_item{background-color: #03AEEF;padding-top: 74px;padding-bottom: 120px;}
.index_pic_item .pic_con{position: relative;}

.index_pic_item .pic{
	 --cut-x: 32%;   /* X 轴切多少 */
	     --cut-y: 46%;   /* Y 轴切多少 */
	    clip-path: polygon(
	           0 0,
	           calc(100% - var(--cut-x)) 0,
	           100% var(--cut-y),
	           100% 100%,
	           var(--cut-x) 100%,
	           0 calc(100% - var(--cut-y))
	       );

}
.index_pic_item .pic img{width: 100%;vertical-align: middle;}
.index_pic_item .icon1{position: absolute;width: 56px;
	left: 103px;top: -40px;
}
.index_pic_item .icon2{position: absolute;width: 78px;
	left: 40%;top: -40px;
}
.index_pic_item .icon3{position: absolute;width: 74px;
	left: 30%;bottom: -30px;
}
.index_pic_item .icon4{position: absolute;width:66px;
	right: 0;top: -30px;
}

.index_pic_item .icon5{position: absolute;width:60px;
	right: 25%;bottom: -50px;
}

.index_about{padding-top: 120px;padding-bottom: 100px;background-color: #fff;}
.index_about .wp{display: flex;justify-content: space-between;align-items: center;}
.index_about .left{width:47%;
	clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
}
.index_about .left img{width: 100%;vertical-align: middle;}
.index_about .right{width:47%;}
.index_about .right h4{font-size: 48px;font-weight: normal;color: #181818;
	padding-bottom: 25px;position: relative;display: inline-block;
}
.index_about .right h4:before{height: 4px;
	content: "";display: block;width:120px;position: absolute;left: 50%;
	bottom: 0;background-color: #181818;transform: translateX(-50%);
}
.index_about .right p{font-size: 28px;color: #111928;margin-top: 50px;
	line-height: 1.6;
}



.index_about .right a{display: block;margin-top:50px;width: 274px;height: 78px;position: relative;
	text-align: center;line-height: 74px;border: 1px solid #03AEEF;font-size: 36px;color: #03AEEF;
}
.index_about .right a em{background-image: url(../images/index9_2.png);
	background-size:24px auto;background-position: right center;
	background-repeat: no-repeat;padding-right: 38px;position: relative;z-index: 6;
}
.index_about .right a:hover{color: #fff;}
.index_about .right a:hover em{background-image: url(../images/index9.png);}
.index_about .right a:before{height: 100%;transition: width 0.35s ease;
	content: "";display: block;width:0;position: absolute;left: 50%;
	top: 0;transform: translateX(-50%);background-color: #03AEEF;z-index: 5;
}
.index_about .right a:hover:before{width: 100%;}

.index_section_txt{padding-top: 100px;padding-bottom: 120px;	
	background-image: url(../images/index21.jpg);
	background-size: cover;background-repeat: no-repeat;background-position: center;	
}
.index_section_txt .tit{text-align: center;}
.index_section_txt .tit h4{font-size: 48px;color: #02ABE9;font-weight: normal;line-height: 1;
	position: relative;display: inline-block;padding-bottom: 25px;
}
.index_section_txt .tit h4:before{height: 100%;height: 4px;
	content: "";display: block;width:60%;position: absolute;left: 20%;
	bottom: 0;background-color: #02ABE9;
}


.index_section_txt .txt{display: flex;justify-content: space-between;margin-top: 40px;}
.index_section_txt .txt .left{width: 47%;}
.index_section_txt .txt .left p{font-size: 28px;color: #fff;line-height: 1.8;}


.index_section_txt a{display: block;margin-top:50px;width: 274px;height: 78px;position: relative;
	text-align: center;line-height: 74px;border: 1px solid #fff;font-size: 36px;color: #fff;
}
.index_section_txt a em{background-image: url(../images/index9.png);
	background-size:24px auto;background-position: right center;
	background-repeat: no-repeat;padding-right: 38px;position: relative;z-index: 6;
}
.index_section_txt a:hover{color: #02ABE9;}
.index_section_txt a:hover em{background-image: url(../images/index9_2.png);}
.index_section_txt a:before{height: 100%;transition: width 0.35s ease;
	content: "";display: block;width:0;position: absolute;left: 50%;
	top: 0;transform: translateX(-50%);background-color: #fff;z-index: 5;
}
.index_section_txt a:hover:before{width: 100%;}


/* 底部 */
#web_food{background-color: #03AEEF;padding-top: 100px;}
#web_food .top{display: flex;justify-content: space-between;align-items: center;}
#web_food .top .pic{width: 35%;}
#web_food .top .pic img{width: 100%;vertical-align: middle;}
#web_food .top .txt{width: 55%;}
#web_food .top .txt h4{font-weight: normal;font-size: 56px;color: #181818;
	line-height: 1.8;
}

#web_food .top .txt a{display: block;margin-top:100px;width: 274px;height: 78px;position: relative;
	text-align: center;line-height: 74px;border: 1px solid #181818;font-size: 36px;color: #181818;
}
#web_food .top .txt a em{background-image: url(../images/index9_3.png);
	background-size:24px auto;background-position: right center;
	background-repeat: no-repeat;padding-right: 38px;position: relative;z-index: 6;
}
#web_food .top .txt a:hover{color: #fff;}
#web_food .top .txt a:hover em{background-image: url(../images/index9.png);}
#web_food .top .txt a:before{height: 100%;transition: width 0.35s ease;
	content: "";display: block;width:0;position: absolute;left: 50%;
	top: 0;transform: translateX(-50%);background-color: #181818;z-index: 5;
}
#web_food .top .txt a:hover:before{width: 100%;}

#web_food .nav{display: flex;justify-content: space-between;margin-top: 100px;padding-top: 40px;
	border-top: 1px solid #1B1D1E;
}
#web_food .nav .logo{width: 10%;}
#web_food .nav .logo img{width: 140px;vertical-align: middle;}
#web_food .nav .item1{width: 10%;}
#web_food .nav .item1 a{display: block;font-size: 26px;color: #3D3D3D;
	margin-bottom: 25px; font-weight: 600;
}
#web_food .nav .item1 a:hover{color: #fff;}

#web_food .nav .item2{}
#web_food .nav .item2 p{font-size: 26px;color: #3D3D3D;margin-bottom: 25px; font-weight: 600;}
#web_food .nav .item3{width: 20%;}
#web_food .nav .item3 p{font-size: 26px;color: #3D3D3D;margin-bottom: 25px; font-weight: 600;}
#web_food .copy{text-align: center;font-size: 14px;color: #000;
	border-top: 1px solid rgba(70, 65, 65, .1);margin-top: 120px;
	padding: 25px 0;
}

/* 联系我们 */
.nei_banner{background-color: #03AEEF;padding: 75px 0;margin-top: 135px;}
.nei_banner .con{display: flex;justify-content: space-between;align-items: center;
	position: relative;
}
.nei_banner .con .pic_con{width: 35%;}
.nei_banner .con .pic{clip-path: polygon(0 0, 0 50%, 50% 100%, 100% 100%, 100% 50%, 50% 0);}
.nei_banner .con .pic img{width: 100%;}
.nei_banner .con .txt{flex: 1;padding-right: 150px;}
.nei_banner .con .txt h4{font-size: 48px;color: #fff;font-weight: normal;}

.nei_banner .con .txt p {font-size: 28px;color: #fff;line-height: 1.8;
    margin-top: 60px;
}
.nei_banner .con .txt a{width: 288px;height: 68px;line-height: 68px;
	text-align: center;display: block;background-color: #001a4b;margin-top: 60px;
	font-size: 18px;color: #fff;
}
.nei_banner .con .txt a svg{vertical-align: middle;width: 24px;}
.nei_banner .con .txt a:hover{background-color: #fff;color: #001a4b;}
.nei_banner .con .icon{position: absolute;
	bottom: -40px;left: 50%;margin-left: -72px;
}
.nei_banner .con .icon img{width: 104px;vertical-align: middle;}



.web_contact_us {
	padding: 60px 0;
}

.web_contact_us .info {
	background-color: #f8f8f8;
	align-items: center;
	display: flex;
	justify-content: space-between;
	border-radius: 15px;
	overflow: hidden;
}

.web_contact_us .info .txt {
	width: 50%;
	padding: 50px;
}

.web_contact_us .info .txt h4 {
	font-size: 24px;
	color: #333;
}

.web_contact_us .info .txt p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 12px;
}


.web_contact_us .info .icon .item {padding-left: 88px;margin-top: 50px;position: relative;}
.web_contact_us .info .icon .item:first-child{margin-top: 0;}
.web_contact_us .info .icon .item .i {
	position: absolute;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(239, 239, 239, 0.9);
	display: flex;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	justify-content: center;
	align-items: center;
}

.web_contact_us .info .icon .item .i img {vertical-align: middle;width: 26px;}

.web_contact_us .info .icon .item p {
	font-size: 16px;
	color: #999;
	margin-top: 0;
}

.web_contact_us .info .icon .item span {
	font-size: 18px;
	color: #333;
	margin-top: 6px;
	display: block;
}

.web_contact_us .info .code {
	text-align: center;
	margin-top: 60px;
}

.web_contact_us .info .code img {
	width: 130px;
	vertical-align: middle;
}

.web_contact_us .info .code span {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 6px;
}

.web_contact_us .info .pic {
	width: 50%;
}

.web_contact_us .info .pic img {
	width: 100%;
	vertical-align: middle;
}


#dituContent{height: 610px;}

.contact_mass_con{padding-bottom: 60px;}
.contact_mass_con .mass_con{overflow: hidden;}
.mass_con .right{padding-top: 60px;}
.mass_con .right .tit h4{font-size: 26px;color: #333;font-weight: normal;}
.mass_con .right .tit p{font-size: 18px;color: #666;margin-top: 12px;margin-bottom: 40px;}


.mass_con .right .fill_con{overflow: hidden;margin-top: 25px;margin-left: auto;margin-right: auto;}
.mass_con .right .fill_con .list{margin-left: -25px;}
.mass_con .right .fill_con .item {width: 50%;float: left;padding-left: 25px;
	margin-bottom: 25px;
}
.mass_con .right .fill_con span{display: block;font-size: 18px;color: #A7A7A7;padding-left: 22px;}
.mass_con .right .fill_con .item input{width: 100%;height: 54px;line-height: 54px;margin-top: 12px;
   border-radius: 50px;padding: 0 20px;border: none;outline: none;font-size: 16px;color: #333;
   background-color: #ebebeb;
}
.mass_con .right .fill_con .item2{width: 100%;}
.mass_con .right .fill_con .item textarea{width: 100%;height: 300px;margin-top: 12px;
   border-radius: 12px;padding: 12px 20px;border: none;outline: none;font-size: 16px;color: #333;
   resize: none; background-color: #ebebeb;
}
.mass_con .right .fill_con .btn{margin-top: 48px;padding-left: 25px;
	background-color: #fff;
}
.mass_con .right .fill_con .btn a{display: block;margin-top:50px;width: 274px;height: 78px;position: relative;
	text-align: center;line-height: 74px;border: 1px solid #03AEEF;font-size: 36px;color: #03AEEF;
	
}

.mass_con .right .fill_con .btn a em{position: relative;z-index: 6;}

.mass_con .right .fill_con .btn a:hover em{color: #fff;}
.mass_con .right .fill_con .btn a:before{height: 100%;transition: width 0.35s ease;
	content: "";display: block;width:0;position: absolute;left: 50%;
	top: 0;transform: translateX(-50%);background-color: #03AEEF;z-index: 5;
}
.mass_con .right .fill_con .btn a:hover:before{width: 100%;}

.mass_con .right .fill_con .btn a input{position: absolute;left: 0;width: 100%;
	top: 0;height: 100%;opacity: 0;
}

/* 搜索 */

.home_seach_banner{padding:70px;padding-top: 180px;
	background-image: url(../images/se1.jpg);
	background-size: cover;background-position: top center;
}

.home_seach_banner .txt{width: 640px;margin-left: auto;
	margin-right: auto;
}
.home_seach_banner .txt h4{font-size: 28px;color: #333;font-weight: normal;
	font-family: sycz;text-align: center;
}
.home_seach_banner .txt .fill{width: 100%;background-color: #fff;
	height: 50px;line-height: 50px;position: relative;
	width: 100%;padding-left: 50px;padding-right: 105px;
	border-radius: 5px;overflow: hidden;border: 1px solid #e6e6e6;
	margin-top: 25px;
}
.home_seach_banner .txt .fill input{width: 100%;
	height: 50px;font-size: 14px;outline: none;
	border: none;
}
.home_seach_banner .txt .fill .icon{position: absolute;
	width: 50px;height: 100%;left: 0;top: 0;
	background-image: url(../images/i9.png);
	background-size: 20px auto;background-position: center;
	background-repeat: no-repeat;
}
.home_seach_banner .txt .fill span{display: block;position: absolute;
	right: 0;top: 0;width: 105px;background-color: #1d1d1d;font-size: 14px;
	color: #fff; text-align: center;height: 100%;cursor: pointer;
}

.home_seach_banner .txt .fill span b{font-weight: normal;position: relative;
	z-index: 3;
}
.home_seach_banner .txt .fill span em {
    display: block;top: 0;width: 0;height: 100%;position: absolute;
    left: 0;background-color: #007aff;z-index: 2;
	transition: all .3s;
}
.home_seach_banner .txt .fill span:hover em{width: 100%;
	transition: all .3s;
}
.home_seach_banner .txt .hot{margin-top: 15px;}
.home_seach_banner .txt .hot span{font-size: 14px;color: #666;}
.home_seach_banner .txt .hot em{font-size: 14px;color: #666;
	margin-right: 15px;cursor: pointer;
}
.home_seach_banner .txt .hot em:hover{color: #007aff;}


/* 新闻 */
.web_news {padding-top: 60px;}
.web_news .news_con{display: flex;justify-content: space-between;}
.web_news .news_con .left{width: 48%;}
.web_news .news_con .left .item{aspect-ratio: 16 / 9;position: relative;overflow: hidden;}

.web_news .news_con .left img {
	position: absolute;left: 0;top: 0;width: 100%;
	height: 100%;vertical-align: middle;object-fit: contain;
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform-origin: center center;
}
.web_news .news_con .left:hover img {
	transform: scale(1.1);
}


.web_news .news_con .left img{width: 100%;vertical-align: middle;}
.web_news .news_con .right{width: 48%;}
.web_news .news_con .right img{vertical-align: middle;width: 100%;}
.web_news .news_con .right .item{padding: 18px 0;}
.web_news .news_con .right .item .con{position: relative;
	padding-left: 180px;
}
.web_news .news_con .right .item .con .pic{position: absolute;
	width: 160px;height: 90px;left: 0;top:0;overflow: hidden;
	
}

.web_news .news_con .right .item .con .pic img {
	position: absolute;left: 0;top: 0;width: 100%;
	height: 100%;vertical-align: middle;object-fit: contain;
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform-origin: center center;
}
.web_news .news_con .right .item .con:hover .pic img {
	transform: scale(1.1);
}
.web_news .news_con .right .txt{height: 90px;padding: 2px 0;
	display: flex;flex-direction: column;justify-content: space-between;
}
.web_news .news_con .right .txt h4{font-size: 18px;color: #02ABE9;}
.web_news .news_con .right .txt p{font-size: 14px;color: #666;}
.web_news  .more{font-size: 18px;color: #333;margin-top: 30px;}
.web_news  .more:hover{color: #02ABE9;}






#page {
	text-align: center;
	margin-top: 36px;
	margin-bottom: 26px;
}

#page li {
	display: inline-block;
	height: 35px;
	padding: 0 14px;
	border: 1px solid #ddd;
	line-height: 34px;
	font-size: 14px;
	color: #333;
	border-radius: 3px;
	margin: 0 5px;
	cursor: pointer;
	background-color: #fff;
}

#page li a {
	color: #333;
}

#page li:hover,
#page li.active {
	border: 1px solid #03AEEF;
	background-color: #03AEEF;
	color: #fff;
}

#page li:hover a,
#page li.active a {
	color: #fff;
}














.web_news #page {
	margin-top: 50px;
}


.news_info_page {
	padding-bottom: 60px;
}

.news_info_page .tit {
	padding-top: 60px;
	text-align: center;
}

.news_info_page .tit h4 {
	font-size: 26px;
	color: #2b2b2b;
}

.news_info_page .tit .doing {
	margin-top: 16px;
}

.news_info_page .tit .doing span {
	margin: 0 15px;
}

.news_info_page .tit .doing em {
	font-size: 14px;
	color: #5c5c5c;
	vertical-align: middle;
	margin-left: 5px;
}

.news_info_page .tit .doing span img {
	vertical-align: middle;
}



.news_info_page .tit .doing .share {
	display: inline-block;
	vertical-align: middle;
}

.news_info_page .tit .doing .share>img {
	margin-right: 16px !important;
	width: 18px !important;
}

.news_info_page .tit .doing .share .icon {
	display: inline-block;
	position: relative;
}

.news_info_page .tit .doing .share .wx_code {
	position: absolute;
	left: -43px;
	top: 0;
	width: 255px;
	line-height: 1.5;
	background-image: url(../images/code_bg.png);
	z-index: 99;
	background-size: 100% 100%;
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translateY(-100%);
	display: none;
}


.news_info_page .tit .doing .share .icon:hover .wx_code {
	display: flex;
}

.news_info_page .tit .doing .share .wx_code .txt {
	margin-top: -5px;
}


.news_info_page .tit .doing .share img {
	width: 22px;
	vertical-align: middle;
	margin-right: 8px;
	cursor: pointer;
}

.news_info_page .tit .doing .share img.fen {
	width: 32px;
	margin: 0 5px;
}

.news_info_page .info_data {
	margin-top: 50px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
}

.news_info_page .info_data p {
	font-size: 16px;text-indent: 2em;
	color: #333;
	line-height: 1.8;
	margin: 3px 0;
}
.news_info_page .info_data p b{font-size: 18px;color: #333;}
.news_info_page .info_data .pic {
	text-align: center;
	margin: 25px 0;
}

.news_info_page .info_data .pic img {
	max-width: 100%;
	vertical-align: middle;
}

.news_info_page .more {
	padding-top: 40px;
}

.news_info_page .more p a {
	font-size: 15px;
	color: #5c5c5c;
	line-height: 2.2;
}

.news_info_page .more p a:hover {
	color: #02ABE9;
}


/* 关于我们 */
.web_about_us{margin-top: 138px;padding-top: 70px;}
.web_about_us .one{}
.web_about_us .one .title{font-size: 96px;color: #02ABE9;font-weight: bold;}
.web_about_us .one .pic{margin-top: 60px;position: relative;}

.web_about_us .one .pic .jiao1 {
	width: 0;height: 0;border-top: 100px solid #fff;border-left: 100px solid transparent;
	position: absolute;top: 0;right: 0;
}

.web_about_us .one .pic img{width: 100%;vertical-align: middle;}

.web_about_us .one .pic video{width: 100%;vertical-align: middle;}

.web_about_us .one .txt{margin-top: 60px;font-size: 24px;color: #02ABE9;
	padding-bottom: 33px;border-bottom: 1px solid #02ABE9;
}


.web_about_us .one .txt5{text-align: center;font-size: 34px;}
.web_about_us .one .txt2{margin-top: 60px;font-size: 24px;color: #02ABE9;
	display: flex;justify-content: space-between;
}
.web_about_us .one .txt2 p{width: 46%;}
.web_about_us .one .txt3{border-bottom: none;}


.web_about_us .one .txt4{margin-top: 60px;font-size: 24px;color: #02ABE9;}
.web_about_us .one .txt4 h4{font-size: 48px;}
.web_about_us .one .txt4 p{font-size: 24px;margin-top: 5px;}


.web_about_us .two{padding: 60px 0;}
.web_about_us .two h2{font-size: 48px;color: #02ABE9;}
.web_about_us .two .list{margin-top: 40px;overflow: hidden;margin-left: -15px;}
.web_about_us .two .list .item{width: 33.333%;float: left;padding-left: 15px;}


.web_about_us .two .list .pic{aspect-ratio: 1/1;position: relative;overflow: hidden;}
.web_about_us .two .list .pic img {
	position: absolute;left: 0;top: 0;width: 100%;
	height: 100%;vertical-align: middle;object-fit: cover;
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform-origin: center center;
}
.web_about_us .two .list .item .con:hover .pic img {
	transform: scale(1.1);
}
.web_about_us .two .list .item .txt{position: absolute;
	bottom: 20px;left: 20px;
}
.web_about_us .two .list .item .txt h4{font-size: 30px;color: #fff;}
.web_about_us .two .list .item .txt p{font-size: 20px;color: #fff;margin-top: 2px;}

.web_about_us .three{padding-bottom: 60px;}
.web_about_us .three .tit{font-size: 48px;color: #02ABE9;font-weight: bold;}
.web_about_us .three .list{}
.web_about_us .three .list .item{margin-top: 40px;
	display: flex;justify-content: space-between;align-items: stretch;	
}
.web_about_us .three .list .item .left{width: 29%;text-align: center;
	background-color: #02ABE9;display: flex;justify-content: center;align-items: center;
	padding:0 20px;height: 260px;position: relative;
}

.web_about_us .three .list .item .left b{font-size: 60px;color: #fff;}

.web_about_us .three .list .item .left p{font-size:32px;color: #fff;margin-top: 8px;
	line-height: 1.2;
}
.web_about_us .three .list .item .right{width: 69%;padding: 30px;
	border: 1px solid #02ABE9;position: relative;display: flex;justify-content: space-between;
}

.web_about_us .three .list .item .right .jiao1 {position: absolute;top: -1px;right: -1px;z-index: 2;
	width: 100px;height: 100px;background-color: #ffffff;
}
.web_about_us .three .list .item .right .jiao1:before {display: block;
    width: 141.42px;height: 1px;background-color: #02ABE9;
    content: "";transform-origin: top left;rotate: 45deg;
}
.web_about_us .three .list .item .left .jiao2 {
	width: 0;height: 0;border-top: 100px solid #fff;border-left: 100px solid transparent;
	position: absolute;top: 0;right: 0;
}

.web_about_us .three .list .item:nth-child(even) .right .jiao1 {display: none;}
.web_about_us .three .list .item:nth-child(odd) .left .jiao2 {display: none;}


.web_about_us .three .list .item .right h4{font-size: 48px;
	color: #02ABE9;
}

.web_about_us .three .list .item .right p{font-size: 20px;
	color: #02ABE9;width: 50%;padding-right: 70px;
}

.web_about_us .mass{padding: 120px 0;
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../images/about5.jpeg);
	    background-size: auto,cover;
	    background-repeat: no-repeat;
	    background-position: 50% 50%
}
.web_about_us .mass .con{display: flex;
	justify-content: space-between;align-items: center;
}
.web_about_us .mass .con .txt{width:45%;}
.web_about_us .mass .con .txt h4{color: #fff;font-size: 48px;}
.web_about_us .mass .con .txt p{font-size: 20px;line-height: 1.8;
	color: #fff;margin-top: 22px;
}
.web_about_us .mass .con .pic{width:45%;}
.web_about_us .mass .con .pic img{width:320px;vertical-align: middle;}
.web_about_us .pci_mass{position: relative;}
.web_about_us .pci_mass img{vertical-align: middle;width: 100%;}
.web_about_us .pci_mass h4{position: absolute;width: 1400px;
	left: 50%;transform: translateX(-50%);top: 40px;font-size: 36px;
	color: #fff;
}

.web_about_us .brands_list{padding-bottom: 100px;}
.web_about_us .brands_list .item{margin-top: 40px;}
.web_about_us .brands_list .con{display: flex;justify-content: space-between;align-items: stretch;
	border: 1px solid #02ABE9;background-color: #02ABE9;position: relative;
}
.web_about_us .brands_list .left{width: 33.333%;height: 320px;text-align: center;
	display: flex;justify-content: center;align-items: center;background-color: #fff;
}
.web_about_us .brands_list .left img{
	 display: block;display: inline-block;
	  max-width: 80%;
	  max-height: 250px;
	  width: auto;
	  height: auto;
	  vertical-align: middle;
}
.web_about_us .brands_list .right{width: 66.66666%;padding: 0 75px;
	display: flex;justify-content: center;align-items: center;
}
.web_about_us .brands_list .right p{font-size: 20px;color: #fff;line-height: 1.8;
	text-align: center;
}


.web_about_us .brands_list .item:nth-child(odd) .con .jiao1 {width: 0;height: 0;
    border-top: 100px solid #fff;border-left: 100px solid transparent;position: absolute;top: -1px;
    right: -1px;
}
.web_about_us .brands_list .item:nth-child(even) .con .jiao1{position: absolute;top: -1px;right: -1px;z-index: 2;
	width: 100px;height: 100px;background-color: #ffffff;
}
.web_about_us .brands_list .item:nth-child(even) .con .jiao1:before {display: block;
    width: 141.42px;height: 1px;background-color: #02ABE9;
    content: "";transform-origin: top left;rotate: 45deg;
}

.history_list{padding: 100px 116px;}
.history_list .item .con{padding: 120px 20px;padding-right: 330px;position: relative;}
.history_list .item .p_con{border: 1px solid #02ABE9;
	padding-left: 230px;padding-right: 160px;height: 230px;
	display: flex;align-items: center;position: relative;
}

.history_list .item .p_con p{font-size: 20px;color: #02ABE9;}
.history_list .item .nian{
	background-color:#02ABE9;width: 210px;height: 152px;text-align: center;
	line-height: 152px;
	position: absolute;left: -20px;top: -36px;font-size: 48px;color: #fff;font-weight: bold;
}
.history_list .item .nian .jiao{
	top: 0px;right: 0px;position: absolute;width: 0px;height: 0px;border-top-width: 25px;
	border-top-color: #ffffff;border-top-style: solid;border-left-style: solid;
	border-left-color: rgba(252, 252, 252, 0);border-left-width: 25px;
}
.history_list .item .pic{position: absolute;right: 0;top: 50%;
	transform: translateY(-50%);z-index: 9;
}

.history_list .item:nth-child(even) .con{padding-left: 330px;padding-right: 20px;}
.history_list .item:nth-child(even) .p_con{padding-left: 160px;padding-right: 230px;}
.history_list .item:nth-child(even) .pic{left: 0;right: auto;}
.history_list .item:nth-child(even) .nian{left: auto;right: -20px;}

.about_nmichina{display: flex;justify-content: space-between;align-items: center;
	padding: 60px 0;
}
.about_nmichina .left{width: 45%;}
.about_nmichina .left h4{font-size: 48px;color: #02ABE9;}
.about_nmichina .left p{font-size: 28px;color: #02ABE9;
	margin: 22px 0;display: block;
}
.about_nmichina .pic{width: 45%;}
.about_nmichina .pic img{width: 100%;vertical-align: middle;}

.web_about_us .icon_list_tit{font-size: 48px;color: #02ABE9;font-weight: bold;}
.web_about_us .icon_list{display: flex;justify-content: space-between;align-items: center;
	padding: 60px 0;
}
.web_about_us .icon_list .left{width: 45%;}
.web_about_us .icon_list .pic{width: 45%;}
.web_about_us .icon_list .pic img{width: 100%;}
.web_about_us .icon_list .left .item{border-bottom: 1px solid #02ABE9;margin-bottom: 20px;
	position: relative;height: 90px;padding-left: 100px;line-height: 90px;
}

.web_about_us .icon_list .left .item .i{position: absolute;
	width: 82px;height: 82px;background-size: 82px auto;
	left: 0;top: 4px;
	background-image: url(../images/nmi7.png);	display: flex;justify-content: center;align-items: center;
}
.web_about_us .icon_list .left .item .i img{width: 36px;vertical-align: middle;
	
}
.web_about_us .icon_list .left .item p{font-size: 28px;color: #02ABE9;}
.web_about_us .about_us_three{background-color: #03AEEF;padding: 100px 0;}
.web_about_us .about_us_three .tit{}
.web_about_us .about_us_three .tit h4{font-size: 48px;color: #fff;}
.web_about_us .about_us_three .tit p{font-size: 30px;color: #fff;margin-top: 5px;}
.web_about_us .about_us_three .list{ align-items: center;
	display: flex;justify-content: space-between;margin-top: 200px;
}
.web_about_us .about_us_three .list h5{font-size: 28px;color: #fff;}
.web_about_us .about_us_three .list p{font-size: 28px;color: #fff;margin-top: 8px;}
.web_about_us .about_us_three .list .line{width: 1px;height: 95px;background-color: #fff;}


.about_nmichina .icon_list .pic{width: 45%;}
.about_nmichina .icon_list .pic img{width: 100%;vertical-align: middle;}


.about_nmichina_map{background-color: #ebf2f9;border: 1px solid #02ABE9;
	padding: 30px;margin-bottom: 60px;position: relative;
	display: flex;justify-content: space-between;align-items: center;
	clip-path: polygon(
	    /* 左上角裁掉 */
	    30px 0,
	
	    /* 右上角裁掉 */
	    calc(100% - 30px) 0,
	    100% 30px,
	
	    /* 右下角裁掉 */
	    100% calc(100% - 30px),
	    calc(100% - 30px) 100%,
	
	    /* 左下角保留 */
	    0 100%,
	    0 30px
	  );
}

.about_nmichina_map .jiao1 {position: absolute;top: 14px;left:-7px;z-index: 2;
	width: 42.43px;rotate: -45deg;height: 1px;background-color: #02ABE9;
}


.about_nmichina_map .jiao2 {position: absolute;top: 14px;right:-7px;z-index: 2;
	width: 42.43px;rotate: 45deg;height: 1px;background-color: #02ABE9;
}

.about_nmichina_map .jiao3 {position: absolute;bottom: 14px;right:-7px;z-index: 2;
	width: 42.43px;rotate: -45deg;height: 1px;background-color: #02ABE9;
}
.about_nmichina_map .left{width: 48%;text-align: center;}
.about_nmichina_map .left img{width: 50px;vertical-align: middle;}
.about_nmichina_map .left p{display: inline-block;font-size: 24px;color: #02ABE9;vertical-align: middle;
	margin-left: 10px;
}

.about_nmichina_map .xian{width: 1px;background-color: #02ABE9;height: 52px;}

.about_nmichina_map .right{width: 48%;text-align: center;}
.about_nmichina_map .right p{font-size: 24px;color: #02ABE9;line-height: 2;}
/* 招聘 */
/* 职位卡片容器 */


:root {
	--primary: #02ABE9;
	--primary-dark: #02ABE9;
	--primary-light: #e8f0fa;
	--primary-soft: #f4f8fd;
	--text: #1f2933;
	--text-light: #5b6b7b;
	--border: #e2e8f0;
	--bg: #f5f7fa;
	--white: #fff;
}


 /* ===== Layout ===== */
.wrap {
	margin: 0 auto;
	padding: 48px 0;
}

.section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 22px;
	font-weight: 700;
	color: var(--primary);
	margin: 40px 0 22px;
}

.section-title:first-child {
	margin-top: 0;
}

.section-title .bar {
	width: 5px;
	height: 24px;
	background: var(--primary);
	border-radius: 3px;
}

.section-title .count {
	font-size: 13px;
	font-weight: 500;
	color: var(--text-light);
	background: var(--primary-light);
	padding: 2px 10px;
	border-radius: 20px;
}

 
.job {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 14px;
	margin-bottom: 16px;
	overflow: hidden;
	transition: box-shadow .2s, border-color .2s, transform .2s;
}

.job:hover {
	box-shadow: 0 8px 28px rgba(0, 77, 160, .10);
	border-color: var(--primary);
}

.job>summary {
	list-style: none;
	cursor: pointer;
	padding: 20px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.job>summary::-webkit-details-marker {
	display: none;
}

.job .jt {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.job .tag {
	background: var(--primary-light);
	color: var(--primary);
	font-size: 12px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 6px;
	white-space: nowrap;
}

.job h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--text);
}

.job .arrow {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--primary-soft);
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	transition: transform .25s, background .2s;
}

.job[open] .arrow {
	transform: rotate(180deg);
	background: var(--primary);
	color: #fff;
}

.job .body {
	padding: 4px 24px 24px;
	border-top: 1px solid var(--border);
}

.job .block {
	margin-top: 18px;
}

.job .block h4 {
	font-size: 14px;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.job .block h4::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--primary);
}

.job ul {
	list-style: none;
	padding-left: 2px;
}

.job ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 6px;
	font-size: 14.5px;
	color: var(--text-light);
}
.job ul li b{color: #333;}
.job ul li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b8c9de;
}

.job .apply {
	margin-top: 20px;
	padding: 14px 18px;
	background: var(--primary-soft);
	border-radius: 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.job .apply b {
	color: var(--primary);
}

/* ===== Footer ===== */
.footer {
	background: var(--primary-dark);
	color: rgba(255, 255, 255, .82);
	text-align: center;
	padding: 36px 24px;
	font-size: 14px;
	line-height: 1.9;
}

.footer b {
	color: #fff;
}

.footer .copy {
	margin-top: 10px;
	font-size: 12px;
	opacity: .6;
}

@media(max-width: 680px) {
	.hero {
		padding: 48px 18px 42px;
	}

	.hero h1 {
		font-size: 24px;
	}

	.wrap {
		padding: 32px 16px 48px;
	}

	.job>summary {
		padding: 16px 18px;
	}

	.job .body {
		padding: 4px 18px 20px;
	}
}



.web_job{padding: 100px 0;}
.web_job .email{background-image: url(../images/job1.jpg);
	background-size: cover;
	margin-top: 55px;
	    border-radius: 12px;
	    overflow: hidden;
	    padding: 50px;
}


.web_job .email h4{
    color: #fff;
    font-size: 30px;
}
.web_job .email p{
    color: #fff;
    font-size: 16px;
	margin-top: 12px;
}
.web_about_us2{margin-top: 0;}

.web_about_us2 .tit_p{font-size: 18px;color: #666;margin-top: 8px;}
.web_about_us2 .three .list.list2{overflow: hidden;}
.web_about_us2 .three .list.list2 .item{width: 48%;float: left;}
.web_about_us2 .three .list.list2 .item:nth-child(even){float: right;}
.web_about_us2 .three .list.list2 .item .left{height:180px;}

.web_about_us2 .three .list.list2 .item .right{display: block;}
.web_about_us2 .three .list.list2 .item .right p{width: 90%;}
.tit_serve{margin-bottom: 40px;}
.tit_serve h4{font-size: 48px;color: #02ABE9;font-weight: bold;}
.tit_serve p{font-size: 18px;color: #666;margin-top: 8px;}
.tit_serve span{font-size: 14px;display: block;margin-top: 8px;color: #666;}



.web_404{padding: 300px 0;text-align: center;font-size: 32px;color: #999;}





.eyebrow{font-size:14px;font-weight:700;
	text-transform:uppercase;color:#02ABE9;
	margin-bottom:10px;display:block;text-align: center;
}
.section{padding:64px 0px;}
.section-tight{padding:48px 24px;}
.section-head{margin-bottom:36px;text-align: center;}
.section-head h2{font-size:28px;color:#001A4B;line-height:1.2;}
.section-head p{font-size:15.5px;color:#5C6B7E;margin-top:12px;}

/* ===== preview bar (review tool, not part of live site) ===== */
.previewbar{
background:#001A4B;color:#AFCBEE;font-size:12.5px;
padding:9px 22px;display:flex;align-items:center;justify-content:space-between;
position:sticky;top:0;z-index:200;gap:14px;flex-wrap:wrap;
}
.previewbar .label{color:#fff;font-weight:700;letter-spacing:.02em;flex-shrink:0;}
.previewtabs{display:flex;gap:6px;flex-wrap:wrap;}
.previewtabs button{
background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#D7E6F7;
padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;transition:all .15s;white-space:nowrap;
}
.previewtabs button:hover{background:rgba(255,255,255,.16);}
.previewtabs button.active{background:#00AEEF;color:#001A4B;border-color:#00AEEF;}
.notes-toggle{display:flex;align-items:center;gap:8px;flex-shrink:0;font-size:12px;color:#D7E6F7;}
.switch{position:relative;width:34px;height:19px;background:rgba(255,255,255,.22);border-radius:20px;transition:background .15s;flex-shrink:0;}
.switch::after{content:"";position:absolute;top:2px;left:2px;width:15px;height:15px;background:#fff;border-radius:50%;transition:transform .15s;}
.switch.on{background:#00AEEF;}
.switch.on::after{transform:translateX(15px);}

  /* ===== site header ===== */
  .site-header{background:#fff;border-bottom:1px solid #E2E8F0;position:sticky;top:35px;z-index:150;}
  .header-inner{margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;}
  .wordmark{display:flex;align-items:center;cursor:pointer;flex-shrink:0;}
  .wordmark .brand-logo{height:40px;width:auto;display:block;}
  .wordmark .brand-sub{font-size:10px;font-weight:700;color:#5C6B7E;text-transform:uppercase;letter-spacing:.06em;margin-left:14px;padding-left:14px;border-left:1px solid #E2E8F0;max-width:120px;line-height:1.3;}
  .main-nav{display:flex;align-items:center;gap:28px;}
  .main-nav a{font-size:14px;font-weight:600;color:#001A4B;padding:6px 0;position:relative;cursor:pointer;}
  .main-nav a.current{color:#02ABE9;}
  .main-nav a.current::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:#00AEEF;border-radius:2px;}
  .btn{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;padding:10px 18px;border-radius:6px;transition:all .15s;border:2px solid transparent;white-space:nowrap;}
  .btn-primary{background:#00AEEF;color:#fff;}
  .btn-primary:hover{background:#02ABE9;}
  .btn-outline-navy{background:transparent;color:#001A4B;border-color:#001A4B;}
  .btn-outline-navy:hover{background:#001A4B;color:#fff;}
  .btn-arrow{transition:transform .15s;}
  .btn:hover .btn-arrow{transform:translateX(3px);}
  .cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px;}

  .breadcrumb{font-size:12.5px;color:#5C6B7E;margin:16px auto 0;padding:0 24px;}
  .breadcrumb a{color:#02ABE9;font-weight:600;cursor:pointer;}
  .breadcrumb .sep{margin:0 6px;color:#E2E8F0;}

  /* ===== L1 hero (overview) ===== */
  .l1-hero{background:#F2FAFD;padding:56px 24px 48px;}
  .l1-hero-inner{margin:0 auto;}
  .l1-hero h1{font-size:34px;color:#001A4B;line-height:1.18;max-width:640px;}
  .l1-hero .sub{font-size:16px;color:#5C6B7E;margin-top:14px;max-width:600px;line-height:1.6;}

  .journey-stepper{display:flex;border-radius:14px;overflow:hidden;border:1px solid #E2E8F0;}
  .j-stage{flex:1;padding:20px 14px;text-align:center;border-right:1px solid #E2E8F0;background:#fff;transition:background .15s;}
  .j-stage:last-child{border-right:none;}
.j-stage .j-num{width:40px;height:40px;border-radius:50%;
	background:#E6F6FC;color:#02ABE9;display:flex;line-height: 1;
	align-items:center;justify-content:center;
	margin:0 auto 8px;font-size:14px;font-weight:800;
}
.j-stage h5{font-size:16px;color:#001A4B;margin-bottom:4px;font-weight:700;}
.j-stage p{font-size:12px;color:#5C6B7E;line-height:1.4;margin:0;}
.j-stage.active{background:#001A4B;}
.j-stage.active .j-num{background:#00AEEF;color:#001A4B;}
.j-stage.active h5{color:#fff;}
.j-stage.active p{color:#AFC3DE;}
.journey-note{font-size:14px;color:#102036;line-height:1.7;margin-top:18px;}
.journey-note a{color:#02ABE9;font-weight:700;cursor:pointer;}

  /* five-card service grid, centers a short last row instead of leaving a gap */
  .service-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;}
  .service-card{
    flex:1 1 320px;max-width:346px;
    border:1px solid #E2E8F0;border-radius:10px;padding:24px 22px;background:#fff;transition:all .18s;cursor:pointer;
  }
  .service-card:hover{box-shadow:var(--shadow);border-color:#00AEEF;transform:translateY(-2px);}
  .service-card .sc-icon{width:44px;height:44px;background:#001A4B;clip-path:polygon(30% 0%,100% 0%,100% 70%,70% 100%,0% 100%,0% 30%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12.5px;font-weight:800;margin-bottom:15px;}
  .service-card h4{font-size:15.5px;color:#001A4B;margin-bottom:8px;}
.service-card p{font-size:13px;color:#5C6B7E;line-height:1.5;margin-bottom:12px;
	min-height: 40px;
}
  .service-card .link{font-size:13px;font-weight:700;color:#02ABE9;display:inline-flex;gap:5px;align-items:center;}

  .focus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
  .focus-card{border:1px solid #E2E8F0;border-radius:10px;padding:28px 20px;background:#fff;text-align:center;transition:all .18s;}
  .focus-card:hover{box-shadow:var(--shadow);border-color:#00AEEF;transform:translateY(-2px);}
  .focus-icon{width:52px;height:52px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;}
  .focus-icon svg{width:100%;height:100%;}
  .focus-card h4{font-size:15px;color:#001A4B;margin-bottom:6px;}
  .focus-card .focus-sub{font-size:12.5px;color:#5C6B7E;line-height:1.5;}
.bg_hui{background-color: #f5f5f5;}
  .closing-cta{background:#001A4B;color:#fff;}
  .closing-cta-inner{margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;}
  .closing-cta h2{font-size:24px;color:#fff;max-width:480px;line-height:1.3;}
  .closing-cta p{font-size:14px;color:#AFC3DE;margin-top:8px;max-width:460px;}

  /* ===== detail page hero ===== */
  .d-hero{background:linear-gradient(120deg,#001A4B 0%,#0B2B5E 65%,#08326b 100%);color:#fff;padding:52px 24px 46px;}
  .d-hero-inner{margin:0 auto;display:flex;gap:32px;align-items:flex-start;}
  .d-hero .d-icon{width:56px;height:56px;background:#00AEEF;clip-path:polygon(30% 0%,100% 0%,100% 70%,70% 100%,0% 100%,0% 30%);display:flex;align-items:center;justify-content:center;color:#001A4B;font-size:16px;font-weight:800;flex-shrink:0;}
  .d-hero h1{font-size:32px;color:#fff;line-height:1.15;margin-bottom:8px;}
  .d-hero .d-headline{font-size:17px;color:#7FD4FF;font-weight:700;line-height:1.4;max-width:620px;}
  .d-hero .d-intro{font-size:14.5px;color:#C9D9EE;margin-top:14px;max-width:640px;line-height:1.65;}

  .challenge-box{background:#F2FAFD;border-radius:14px;padding:30px 32px;}
  .challenge-box h2{font-size:22px;color:#001A4B;margin-bottom:12px;}
  .challenge-box p{font-size:14.5px;color:#102036;line-height:1.7;}

  .cap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
  .cap-card{border:1px solid #E2E8F0;border-radius:10px;padding:20px 22px;background:#fff;}
  .cap-card h4{font-size:14.5px;color:#001A4B;margin-bottom:8px;}
  .cap-card p{font-size:13px;color:#5C6B7E;line-height:1.55;margin-bottom:10px;}
  .cap-card .outcome{font-size:12.5px;color:#02ABE9;font-weight:700;line-height:1.5;padding-top:10px;border-top:1px solid #E2E8F0;}
  .cap-card .outcome span{color:#5C6B7E;font-weight:400;}
  .cap-group-label{font-size:12px;font-weight:700;color:#001A4B;text-transform:uppercase;letter-spacing:.06em;margin:26px 0 14px;}
  .cap-group-label:first-child{margin-top:0;}
  .cap-intro{font-size:14px;color:#5C6B7E;line-height:1.6;margin-bottom:20px;text-align: center;}

  .pill{display:inline-block;font-size:12px;font-weight:700;color:#02ABE9;background:#E6F6FC;padding:5px 13px;border-radius:20px;margin:0 6px 8px 0;}

  .annot{background:#FFF8E1;border:1px solid #F0D77B;border-radius:8px;padding:10px 14px;font-size:12px;color:#7A5E10;margin-top:14px;display:none;gap:8px;align-items:flex-start;}
  body.show-notes .annot{display:flex;}
  .annot b{flex-shrink:0;}

  .moduleband{background:#001A4B;border-radius:14px;padding:32px;color:#fff;}
  .moduleband .m-tag{color:#00AEEF;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;display:block;}
  .moduleband h3{font-size:22px;color:#fff;line-height:1.3;margin-bottom:16px;}
  .moduleband ul{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;}
  .moduleband ul li{font-size:13.5px;color:#C9D9EE;line-height:1.5;padding-left:20px;position:relative;}
  .moduleband ul li::before{content:"";position:absolute;left:0;top:7px;width:7px;height:7px;background:#00AEEF;border-radius:50%;}

  .related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
  .related-grid.cols-2{grid-template-columns:repeat(2,1fr);max-width:720px;}
  .related-card{border:1px solid #E2E8F0;border-radius:10px;padding:18px 20px;background:#fff;cursor:pointer;transition:all .15s;}
  .related-card:hover{border-color:#00AEEF;box-shadow:var(--shadow);}
  .related-card h5{font-size:14px;color:#001A4B;margin-bottom:6px;}
  .related-card p{font-size:12.5px;color:#5C6B7E;line-height:1.5;}
  .related-card .link{font-size:12px;font-weight:700;color:#02ABE9;margin-top:8px;display:inline-block;}

  .seo-panel{margin-top:14px;}
  .seo-toggle{font-size:12px;font-weight:700;color:#7FD4FF;cursor:pointer;display:inline-flex;align-items:center;gap:5px;}
  .seo-body{display:none;font-size:12.5px;color:#C9D9EE;background:rgba(255,255,255,.08);border-radius:8px;padding:14px 16px;margin-top:10px;line-height:1.6;}
  .seo-body.open{display:block;}
  .seo-body b{color:#fff;}

  .site-footer{background:#001A4B;color:#C9D9EE;padding:36px 24px;font-size:12.5px;text-align:center;}

  @media(max-width:860px){
    .cap-grid,.related-grid{grid-template-columns:1fr;}
    .journey-stepper{flex-direction:column;}
    .j-stage{border-right:none;border-bottom:1px solid #E2E8F0;}
    .d-hero-inner{flex-direction:column;}
    .main-nav{display:none;}
    .closing-cta-inner{flex-direction:column;align-items:flex-start;}
    .challenge-box{padding:22px;}
    .moduleband{padding:22px;}
    .moduleband ul{grid-template-columns:1fr;}
    .focus-grid{grid-template-columns:repeat(2,1fr);}
  }



/* ---------- 区块 ---------- */
.section {
  padding: 80px 0;
}

.section--default {
  background: #ffffff;
}

.section--gray {
  background: #f4f6f8;
}

/* ---------- 区块头部 ---------- */
.section_head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.section_head__eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #03AEEF;
  font-weight: 600;
  margin-bottom: 14px;
}

.section_head__title {
  font-size: 34px;
  color: #0c1f3a;
  margin-bottom: 16px;
}

.section_head__desc {
  font-size: 16px;
  color: #5a6675;
}

/* ---------- 旅程步骤（五步） ---------- */
.journey_stepper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
}

.j_stage {
  background: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.j_stage:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(3, 174, 239, 0.14);
  border-color: #03AEEF;
}

.j_stage__num {
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #03AEEF;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.j_stage__title {
  font-size: 20px;
  color: #0c1f3a;
  margin-bottom: 8px;
}

.j_stage__desc {
  font-size: 14px;
  color: #5a6675;
}

/* ---------- 服务卡片网格 ---------- */
.service_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service_card {
  display: block;
  background: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 14px;
  padding: 32px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
	background-image: url(../images/index23.png);
	background-size: 30px auto;background-repeat: no-repeat;
	background-position: 92% 10%;
}

.service_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(3, 174, 239, 0.16);
  border-color: #03AEEF;
}

.service_card__title {
  font-size: 20px;
  color: #0c1f3a;
  margin-bottom: 12px;
}

.service_card__desc {
  font-size: 18px;
  color: #5a6675;
  margin-bottom: 20px;
}

.service_card__link {
  font-size: 14px;
  font-weight: 600;
  color: #03AEEF;
}

/* ---------- 聚焦领域网格 ---------- */
.focus_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.focus_card {
  background: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 14px;
  padding: 32px 22px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
	
	background-image: url(../images/index23.png);
	background-size: 30px auto;background-repeat: no-repeat;
	background-position: 92% 10%;
}

.focus_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(3, 174, 239, 0.16);
  border-color: #03AEEF;
}

.focus_card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(3, 174, 239, 0.08);
}

.focus_card__icon svg {
  width: 30px;
  height: 30px;
}

.focus_card__title {
  font-size: 19px;
  color: #0c1f3a;
  margin-bottom: 8px;
}

.focus_card__sub {
  font-size: 18px;
  color: #5a6675;
}

/* ---------- 响应式 ---------- */
@media (max-width: 960px) {
  .journey_stepper {
    grid-template-columns: repeat(2, 1fr);
  }
  .service_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .focus_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section_head__title {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .section {
    padding: 56px 0;
  }
  .journey_stepper,
  .service_grid,
  .focus_grid {
    grid-template-columns: 1fr;
  }
  .section_head__title {
    font-size: 24px;
  }
}

/* ---------- 区块头部 ---------- */
.section_head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.section_head__eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #03AEEF;
  font-weight: 600;
  margin-bottom: 14px;
}

.section_head__title {
  font-size: 34px;
  color: #0c1f3a;
  margin-bottom: 16px;
}

/* ---------- 挑战引入块 ---------- */
.challenge_box {
  background: #ffffff;
  border: 1px solid #e8ecef;
  border-left: 5px solid #03AEEF;
  border-radius: 14px;
  padding: 40px 44px;
  box-shadow: 0 8px 24px rgba(3, 174, 239, 0.08);
}

.challenge_box__title {
  font-size: 28px;
  color: #0c1f3a;
  margin-bottom: 16px;
}

.challenge_box__desc {
  font-size: 16px;
  color: #5a6675;
  line-height: 1.8;
}

/* ---------- 服务能力网格 ---------- */
.cap_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cap_card {
  background: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 14px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.cap_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(3, 174, 239, 0.16);
  border-color: #03AEEF;
}

.cap_card__title {
  font-size:20px;
  color: #0c1f3a;
  margin-bottom: 12px;
}

.cap_card__desc {
  font-size: 18px;
  color: #5a6675;
  margin-bottom: 20px;
  flex: 1;
}

.cap_card__outcome {
  font-size: 14px;
  color: #3d4a5a;
  background: rgba(3, 174, 239, 0.06);
  border-radius: 8px;
  padding: 12px 14px;
  line-height: 1.5;
}

.cap_card__outcome span {
  color: #03AEEF;
  font-weight: 700;
}

/* ---------- 旅程步骤（五步） ---------- */
.journey_stepper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
  margin-bottom: 32px;
}

.j_stage {
  background: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.j_stage:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(3, 174, 239, 0.14);
  border-color: #03AEEF;
}

.j_stage--active {
  border-color: #03AEEF;
  box-shadow: 0 12px 30px rgba(3, 174, 239, 0.16);
}

.j_stage__num {
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #03AEEF;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.j_stage--active .j_stage__num {
  background: #0c1f3a;
}

.j_stage__title {
  font-size: 17px;
  color: #0c1f3a;
  margin-bottom: 8px;
}

.j_stage__desc {
  font-size: 18px;
  color: #5a6675;
}

/* ---------- 旅程说明注记 ---------- */
.journey_note {
  font-size: 15px;
  color: #5a6675;
  background: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 12px;
  padding: 20px 24px;
  line-height: 1.7;
}

.journey_note b {
  color: #03AEEF;
}

.journey_note a {
  color: #03AEEF;
  font-weight: 600;
  cursor: pointer;
}

.journey_note a:hover {
  text-decoration: underline;
}

/* ---------- 响应式 ---------- */
@media (max-width: 960px) {
  .cap_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .journey_stepper {
    grid-template-columns: repeat(2, 1fr);
  }
  .section_head__title {
    font-size: 28px;
  }
  .challenge_box__title {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .section {
    padding: 56px 0;
  }
  .cap_grid,
  .journey_stepper {
    grid-template-columns: 1fr;
  }
  .section_head__title {
    font-size: 24px;
  }
  .challenge_box {
    padding: 28px 24px;
  }
}

/* ===== 头部 ===== */
.block_head{margin-left: auto;margin-right: auto;text-align: center;}
.block_head__tag {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #03AEEF;
	text-transform: uppercase;
	letter-spacing: .06em;
	margin-bottom: 10px;
}

.block_head__title {
	font-size: 28px;
	font-weight: 700;
	color: #0c1f3a;
	margin-bottom: 12px;
}

.block_head__desc {
	max-width: 820px;
	font-size: 15px;
	color: #4b5563;
	line-height: 1.75;
	margin-left: auto;margin-right: auto;
}

/* ===== 时间线 ===== */
.path_flow {
	position: relative;
	margin-top: 40px;
	padding-left: 28px;
}

.path_flow__line {
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #dbeafe;
}

/* ===== 节点 ===== */
.path_node {
	position: relative;
	margin-bottom: 28px;
}

.path_node__marker {
	position: absolute;
	left: -28px;
	top: 4px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #03AEEF;
	box-shadow: 0 0 0 4px #eef9fd;
}

.path_node__content {
	background: #fff;
	border-radius: 12px;
	padding: 22px 24px;
	box-shadow: 0 6px 22px rgba(3, 174, 239, .08);
	transition: box-shadow .25s ease;
}

.path_node__content:hover {
	box-shadow: 0 12px 32px rgba(3, 174, 239, .16);
}

.path_node__label {
	font-size: 12px;
	font-weight: 600;
	color: #03AEEF;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 8px;
}

.path_node__title {
	font-size: 17px;
	font-weight: 700;
	color: #0c1f3a;
	margin-bottom: 8px;
}

.path_node__desc {
	font-size: 14px;
	color: #4b5563;
	line-height: 1.7;
}

.path_node__result {
	margin-top: 14px;
	font-size: 13px;
	color: #374151;
	padding-left: 10px;
	border-left: 3px solid #03AEEF;
}

.path_node__result strong {
	color: #03AEEF;
}

/* ===== CTA 横幅 ===== */
.prompt_bar {
	margin-top: 40px;
	background: #0c1f3a;
	border-radius: 14px;
	padding: 22px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 18px;
}

.prompt_bar__text {
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
}

.prompt_bar__text strong {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
}

.prompt_bar__btn {
	flex-shrink: 0;
	padding: 12px 24px;
	background: #03AEEF;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 999px;
	text-decoration: none;
	transition: background .25s ease, transform .25s ease;
}

.prompt_bar__btn:hover {
	background: #009ed6;
	transform: translateY(-2px);
}

.prompt_bar__btn i {
	margin-left: 8px;
	font-style: normal;
}

/* ===== 响应式 ===== */
@media (max-width: 768px) {
	.prompt_bar {
		flex-direction: column;
		align-items: flex-start;
	}
}





