.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;}
.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;
}



.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: var(--white);
	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_404{padding: 300px;text-align: center;font-size: 32px;color: #999;}

