/*
主题:wogefuse-2025
作者:东莞有个站信息科技有限公司
网站:https://www.yougezhan.com
版本:1.0
域名:www.wogefuse.com.cn
授权:东莞沃格精密有限公司
*/
@import url("css/normal.css");


h1 {
	font-size: 3.5rem;
}

h2 {
	font-size: 2.8rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.6rem;
}

h5 {
	font-size: 1.2rem;
}

h6 {
	font-size: 1rem;
}


/*global var*/
:root {
	--primary-color: rgba(6, 166, 6, 1);
	--sub-color: rgba(6, 166, 26, 1);
	--text-color: rgba(0, 0, 0, .9);
	--light-bg: rgba(0, 0, 0, .05);
	--light-color: rgba(255, 255, 255, .9);
	--dark-color: rgba(0, 0, 0, .8);
	--dark-bg: rgba(0, 0, 0, .8);
	--black: rgba(0, 0, 0, 1);
	--white: rgba(255, 255, 255, 1);
	--border-radius: .3rem;
	--submenu-bgcolor: rgba(250, 250, 250, 1);
}


.kuang {
	color: transparent;
	background: transparent;
	-webkit-text-stroke: .1rem var(--primary-color);
	text-stroke: .1rem var(--primary-color);
	text-shadow: 0 .5rem 0 var(--light-color);
}


body {
	font-size: 16px;
	font-family: 'microsoft yahei';
}


/**/
.nav-mobile {
	display: none;
}

.nav-container {
	border-radius: var(--border-radius);
	position: relative;
	z-index: 1000;
}

.nav-menu {
	list-style: none;
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
}

.nav-menu>li {
	position: relative;
}

.nav-menu li a {
	display: block;
	transition: background 0.3s;
	white-space: nowrap;
	color: rgba(0, 0, 0, 1);
	padding: .6rem .8rem;
}

.nav-menu li a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.nav-menu>li a:hover {
	background: rgba(0, 0, 0, 0.1);
	border-radius: var(--border-radius);
	overflow: hidden;
}

.nav-menu li.has-sub-menu>a:after {
	content: "";
	font-size: 10px;
	margin-left: 5px;
}

.sub-menu li a:hover {
	border-radius: 0;
}

.sub-menu {
	display: none;
	position: absolute;
	left: -5px;
	top: 100%;
	min-width: 200px;
	background: var(--submenu-bgcolor);
	border-radius: var(--border-radius);
	box-shadow: 0 35px 35px rgba(0, 0, 0, 0.1);
	outline: 1px solid var(--light-bg);
	margin: 0;
	padding: 0;
	z-index: 1001;
	overflow: hidden;
}

.sub-menu .sub-menu {
	left: 100%;
	top: 0;
	border-radius: 0 4px 4px 4px;
	margin: 1px;
}

/* 修复鼠标移出问题 */
.nav-menu li:hover>.sub-menu,
.sub-menu:hover {
	display: block;
}

/* 添加子菜单项样式 */
.sub-menu li {
	position: relative;
}

.sub-menu li a {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}

.sub-menu li a:hover {
	background: rgba(0, 0, 0, 0.1);
}


/* 按钮 */
.btn {
	border-radius: .2rem;
	padding: .3rem .7rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom-width: .15rem;
	box-shadow: inset 0 .05rem 0 rgba(255, 255, 255, 0.5);
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.btn-site {
	background: var(--primary-color);
	color: white;
}

/*top-bar*/
.y-tn {
	padding: 0 1rem;
	height: 2.5rem;
	background: var(--primary-color);
	color: white
}

.y-tn>div {
	padding: .5rem;
}

/*comm*/
.header,
.footer,
.section,
.main {
	clear: both;
	position: relative;
	width: 100%;
	display: block;
}

.main {
	background: var(--light-bg);
}

.section {
	min-width: 1000px;
	max-width: calc(100%);
	margin: 0 auto;
}

.w2 {
	margin: 0 2rem;
	z-index: 2;
	/*
	margin: 0 auto;
	max-width: 2000px;
	padding: 0 2rem;
	*/
}

.w2 h2,
.w2>p {
	text-align: center;
}

.w2>p {
	padding: 2rem 0;
	margin-bottom: 2rem;
	max-width: 800px;
	margin: 0 auto;
}

span.la {
	border-radius: var(--border-radius);
	font-size: 1rem;
	padding: .2rem .5rem;
	background: var(--primary-color);
	color: var(--white);
	display: inline-block;
}

/*header*/
.header {
	height: 5rem;
	display: flex;
	align-items: center;
	z-index: 10;
}

.header>.w2 {
	width: 100%;
}

.header_top {
	position: absolute;
	top: 2rem;
}

.header .logo img {
	max-height: 32px;
	width: auto;
}

.header h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
	overflow: hidden;
}


.header .hi {
	background: rgba(250, 250, 250, .9);
	height: 5rem;
	border-radius: var(--border-radius);
	border-bottom: .1rem solid var(--primary-color);
	padding: 0 2rem;
}

.header .ts {
	margin-left: 2rem;
}

.header .ts>ul>li {
	margin-left: .5rem;
	position: relative;
	cursor: pointer;
}

.header .ts>ul>li:hover {
	opacity: 1;
}

.header .search-ico {
	color: var(--primary-color);
}

.header .langs-ico {
	font-size: .95rem;
}

.header .langs-ico>.lang-flag {
	font-size: 1.5rem;
	margin-right: .3rem;
	margin-left: .5rem;
}

.switch-language {
	position: relative;
}

.site-languages {
	position: absolute;
	top: 2.5rem;
	right: 0;
	background: var(--white);
	outline: .2rem solid var(--light-bg);
	width: 12rem;
	border-radius: .2rem;
	max-height: calc(60vh);
	overflow: auto;
	font-size: .9rem;
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .2);
}

.site-languages li {
	clear: both;
	display: block;
	padding: .5rem .8rem;
	margin: 0;
}

.site-languages li:hover {
	background: var(--light-bg);
}

.site-languages .flag {
	margin-right: .5rem;
}

/*search*/
.search {
	z-index: 1000;
	background: white;
}

.search-container {
	width: 80%;
	max-width: 800px;
	text-align: center;
}

.search-container .logo {
	padding: 1rem 0;
}

.search-container .logo img {
	max-height: 2.5rem;
	width: auto;
}

.search-container .search-title {
	font-size: 28px;
	margin-bottom: 30px;
	color: var(--primary-color);
}

.search-container .search-input {
	width: 100%;
	padding: 25px 10px;
	font-size: 1.4rem;
	border: none;
	border-bottom: 2px solid var(--primary-color);
	outline: none;
	background: transparent;
	margin-bottom: 30px;
}

.search-container .hot-keywords {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
}

.search-container .hot-keywords .keyword {
	padding: 8px 10px;
	background: #f1f3f4;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1rem;
}

.search-container .hot-keywords .keyword:hover {
	background: rgba(0, 100, 0);
	color: white;
	transform: translateY(-2px);
}





/*首页*/
.y-sliders {
	height: calc(100vh);
	min-height: 50rem;
	position: relative;
	background: rgba(0, 0, 0, .05);
}


.y-sliders .swiper-next {
	right: 0;
}

.y-sliders .swiper-prev {
	left: 0;
}

.y-sliders .swiper-next,
.y-sliders .swiper-prev {
	position: absolute;
	top: calc(50% - 50px);
	z-index: 1000;
	padding: 0 .5rem;
	margin: 0 .5rem;
	height: 100px;
	cursor: pointer;
	border-radius: var(--border-radius);
	opacity: .3;
}

.y-sliders .swiper-prev:hover,
.y-sliders .swiper-next:hover {
	background: rgba(0, 0, 0, .1);
	opacity: 1;
	color: rgba(255, 255, 255, 1);
}

.y-sliders .swiper-cc {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.y-sliders .swiper-cc .text {
	padding: 3rem;
	border-radius: var(--border-radius);
	margin: 0 auto;
	overflow: hidden;
}

.y-sliders .swiper-cc .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*
	filter: blur(3rem);
	background: rgba(255, 255, 255, 1);
	*/
	filter: blur(0);
	background: rgba(255, 255, 255, .8);
	z-index: -1;
}

.y-sliders .swiper-cc .text h2 {
	font-size: 3rem;
	opacity: .8;
}

.y-sliders .swiper-cc p {
	padding: 1.5rem 0;
	display: block;
}

.y-sliders .swiper-cc .text-content {
	width: 80%;
	max-width: 600px;
	padding: 2rem;
	background: white;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	opacity: 0;
	transform: translateY(100px);
	transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
	will-change: transform, opacity;
}

.y-sliders .swiper-cc .swiper-slide-active .text-content {
	opacity: 1;
	transform: translateY(0);
}


.y-sliders .swiper-certs {
	position: absolute;
	bottom: 6rem;
	width: 100%;
	z-index: 100;
	border-radius: 3rem;
}

.y-sliders .swiper-certs>div:first-child {
	padding: .5rem;
}

.y-sliders .swiper-certs>.ico {
	margin: 0 auto;
	border-radius: var(--border-radius);
	overflow: hidden;
	user-select: none;
}

.y-sliders .swiper-certs>.ico img {
	max-width: 100%;
	max-height: 100%;
	user-select: none;
}

.y-sliders .swiper-certs ul {
	gap: 1px;
}

.y-sliders .swiper-certs ul li {
	padding: 1rem;
	width: 6rem;
	height: 6rem;
	background: rgba(0, 0, 0, .3);
}

.y-sliders .swiper-certs ul li:hover {
	background: var(--primary-color);
	transition: all .3s;
}



.y-company {
	position: relative;
	clear: both;
	padding: 15rem 0;
	background: rgba(0, 0, 0, 1);
	color: white;
}

.y-company>.w2 {
	z-index: 2;
}

.y-company>.w2>div {
	flex: 1;
}

.y-company-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: url(images/bg-company.jpg) center/cover no-repeat;
}

.y-company .info {
	padding-right: 3rem;
	flex: .8;
	height: auto;
	padding: 5rem;
	display: flex;
	flex-direction: column;
}

.y-company .info p {
	padding: 2rem 0 0 0;
	opacity: .8;
}

.y-company .space {
	width: .1rem;
	background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.3) 10px, rgba(255, 255, 255, 0.3) 20px);
	margin: 0 1rem;
	border-radius: var(--border-radius);
	min-height: 20rem;
}

.y-company .im img {
	width: 100%;
}

.y-company .video-container {
	position: relative;
	width: 100%;
	z-index: 2;
	border-radius: var(--border-radius);
	overflow: hidden;
	background: white;
}

.y-company .video-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.y-company .video-container video {
	display: block;
	width: 100%;
	position: relative;
	z-index: 3;
	border-radius: var(--border-radius);
}

.play-button {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.play-button:hover {
	background: rgba(255, 255, 255, 0.9);
}

.play-button::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #333;
	margin-left: 5px;
}



.y-pc {
	padding: 10rem 0;
	min-height: calc(100vh);
	background: white;
}

.y-pc-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .05;
	/*background: url(images/bg-ypc.png) center 0 no-repeat;*/
}

.y-pc>.w2 {
	width: calc(100% - 4rem);
}

.y-pc .list {
	width: 100%;
}

.y-pc ul {
	width: 100%;
}

.y-pc li {
	position: relative;
	margin: calc(1% / 2);
	width: 24%;
	aspect-ratio: 1 / 1;
	background: rgba(255, 255, 255, 1);
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow: 0 0 0 .2rem var(--light-bg);
	transition: all .5s;
}

.y-pc li:hover {
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .2);
}

.y-pc li .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 20rem;
	z-index: 0;
	border-top: .8rem solid var(--primary-color);
}

.y-pc li .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.y-pc li:hover .thumb {
	transform: scale(1.1);
	transition: all 0.3s;
}

.y-pc li .title {
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: rgba(220, 220, 220);
	margin: 5%;
	width: 90%;
	font-size: 1.4rem;
	padding: .5rem 1rem;
	border-radius: var(--border-radius);
	text-align: center;
}

.y-pc li .title h3 {
	font-size: 1.4rem;
}

.y-pc li .title h3 a {
	color: var(--black);
}

.y-pc li:hover .title {
	background: var(--primary-color);
	transition: all .5s;
}


.y-cls {
	clear: both;
	padding: 15rem 0;
}

.y-cls-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/worldmap.png) center center;
	z-index: 1;
	opacity: .05;
}

.y-cls>.w2 {
	position: relative;
	border-radius: var(--border-radius);
	width: auto;
}

.y-cls .tt {
	position: relative;
	z-index: 2;
	text-align: center;
}

.y-cls .tt ul {
	gap: .5rem;
}

.y-cls .tt ul li {
	width: calc(20% - 1rem);
}

.y-cls .client {
	min-width: 16rem;
	height: 8rem;
	border-radius: var(--border-radius);
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .05);
	background: white;
}

.y-cls .client img {
	max-height: 5rem;
	max-width: 100%;
}

.y-cls .client:hover {
	outline: .2rem solid var(--primary-color);
}

.y-chs {
	clear: both;
	background: var(--primary-color);
	padding: 10rem 0;
}

.y-chs-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/worldmap.png) center center;
	z-index: 1;
	opacity: .05;
}

.y-chs .w2 {
	color: white;
}

.y-chs .tt {
	position: relative;
	color: rgba(255, 255, 255, 1);
	z-index: 2;
}

.y-chs>.w2 {
	position: relative;
	border-radius: var(--border-radius);
	width: auto;
}

.y-chs .info {
	flex: 1;
	padding: 0 8rem 5rem 8rem;
	position: relative;
	z-index: 2;
}

.y-chs .info p {
	max-width: 80%;
	margin: 0 auto;
}

.y-chs .ico {
	margin-right: .5rem;
}

.y-chs .us {
	flex: 1;
}

.y-chs li {
	background: conic-gradient(from 100deg at 30rem 30rem, rgba(0, 100, 0, .5) 10%, rgba(0, 0, 0, .2) 70%, rgba(0, 100, 0, .5) 90%);
	background: var(--primary-color);
	border-radius: var(--border-radius);
	padding: 3rem;
	margin: 1rem;
	width: calc(50% - 2rem);
	outline: .3rem solid rgba(255, 255, 255, .1)
}

.y-chs li h3 {
	padding-bottom: 1rem;
	font-size: 1.4rem;
}



.y-news {
	clear: both;
	padding: 10rem 0;
}

.y-news ul {
	width: 100%;
}

.y-news li {
	position: relative;
	height: auto;
	margin: calc(1% / 2);
	transition: all .3s;
}

.y-news .ti {
	font-size: 1rem;
	opacity: .8;
	padding: .3rem .5rem;
}

.y-news .ti>span {
	margin-right: .2rem;
}

.y-news .ti>span:first-child {
	position: relative;
	top: .1rem
}

.y-news li .bar {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--primary-color);
	color: var(--white);
	height: 100%;
	width: 50px;
	opacity: .5;
	transition: all .3s;
}

.y-news li .bar a {
	color: var(--white);
}

.y-news li .bar:hover {
	opacity: 1;
	border-left: .3rem solid rgba(0, 0, 0, .05);
}


.y-news .info {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: var(--border-radius);
	background: var(--white);
	z-index: 2;
	height: 100%;
}

.y-news .info:hover {
	transition: all .3s;
}

.y-news .info h3 {
	padding: 1rem 1.5rem;
	font-size: 1.4rem;
}

.y-news .info h3:hover a {
	color: var(--primary-color);
}

.y-news .info p {
	padding: 1rem 1.5rem;
}



.y-certs {
	background: rgba(0, 0, 0, .9);
	padding: 2rem;
}

.y-certs ul {
	width: 100%;
}

.y-certs li {
	margin: 0 .8rem;
	flex: 1;
}

.y-certs img {
	max-width: 5rem;
}


/*子页面*/
.s-head {
	position: relative;
	height: 30rem;
	overflow: hidden;
	color: rgba(255, 255, 255, 1);
	background: var(--black);
}

.s-head-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .6;
}

.s-head-info {
	z-index: 3;
	background: rgba(0, 0, 0, .05);
	padding: 2rem;
	text-align: center;
}

.s-head-info a {
	color: rgba(255, 255, 255, 1);
}

.s-head-info small {
	color: rgba(0, 0, 0, .6);
}

.s-head-info .path {
	margin-top: 2rem;
}

.s-head-info .path a {
	display: inline-block;
	padding: .2rem .5rem;
	border-radius: var(--border-radius);
	background: var(--primary-color);
	color: var(--white);
	font-size: 1rem;
}

.s-head-info .path>small {
	color: rgba(255, 255, 255, 0.5);
}

.s-main {
	clear: both;
	max-width: 2200px;
	border-top: 5rem solid transparent;
	border-bottom: 5rem solid transparent;
	margin: 0 auto;
	padding: 0 2rem;
}

.s-body {
	flex: 1;
}

.s-body>h2 {
	margin: 0 0 2rem 0;
	text-align: center;
}

.s-sidebar {
	width: 27rem;
	display: flex;
	margin-left: 5rem
}

.s-sidebar>div {
	margin-bottom: 2rem;
	border-radius: var(--border-radius);
	background: rgba(0, 0, 0, .05);
	position: relative;
	padding: 2rem;
}

.s-sidebar>div>h3 {
	height: 3rem;
	margin-bottom: 1rem;
}

.s-sidebar>div>div {
	clear: both;
	position: relative;
}



.s-cats {
	width: 100%;
}

.s-cats ul {
	width: 100%;
}

.s-cats li {
	position: relative;
	margin: calc(1% / 2);
	width: 32.33%;
	aspect-ratio: 1 / 1;
	background: rgba(255, 255, 255, 1);
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow: 0 0 0 1px var(--light-bg);
	transition: all .5s;
}

.s-cats li:hover {
	box-shadow: 0 0 0 .3rem var(--light-bg);
}

.s-cats li .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.s-cats li .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s-cats li:hover .thumb {
	transform: scale(1.1);
	transition: all 0.3s;
}

.s-cats li .title {
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: rgba(220, 220, 220);
	margin: 5%;
	width: 90%;
	font-size: 1.4rem;
	padding: .5rem 1rem;
	border-radius: var(--border-radius);
	text-align: center;
}

.s-cats li:hover .title {
	background: var(--primary-color);
	transition: all .5s;
}

.s-cats li .title h3 {
	font-size: 1.4rem;
}

.s-cats li .title h3 a {
	color: var(--black)
}

.s-list>h2 {
	margin: 0 0 2rem 1rem;
}



.s-pages {
	position: relative;
	z-index: 100;
	padding: .5rem 1rem;
}

.s-pages .total {
	font-size: .9rem;
}

/* 
pages 
*/
.pages {
	display: flex;
	justify-content: center;
	align-items: center;
	clear: both;
	height: 50px;
}

.pages>.total {
	font-size: 1rem;
	margin-right: .5rem;
}

.pages span.n {
	border: 1px solid rgba(0, 0, 0, .2);
	background: rgba(255, 255, 255, 1);
	padding: 6px 12px;
	min-width: 25px;
	text-align: center;
	margin: 0 1px;
	border-bottom-width: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 15px;
	cursor: pointer;
}

.pages span.n:hover {
	background: var(--light-bg);
}

.pages span.current {
	border-color: var(--dark-bg);
	background: var(--sub-color);
	color: var(--white);
}

.pages span.n strong {
	font-weight: normal;
}

.pages span.dot {
	margin: 0 5px;
}



.ti {
	font-size: 1rem;
	opacity: .8;
	color: var(--primary-color);
}

.ti span {
	margin-right: .2rem;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.ti>ul li {
	margin: 0 1rem 0 0;
	line-height: 0.4rem;
}

.news-block {
	border-radius: var(--border-radius);
	overflow: hidden;
	background: var(--light-bg);
	margin-bottom: 3rem;
}

.news-block .thumb {
	flex: 1;
	background: var(--light-bg);
	height: 30rem;
	max-width: 40rem;
	overflow: hidden;
}

.news-block .thumb img {
	width: 100%;
	height: auto;
}

.news-block .info {
	padding: 3rem;
	flex: 1;
	position: relative;
}

.news-block .type-name {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--primary-color);
	color: var(--white);
	padding: .5rem 1rem;
	border-radius: 0 0 0 .3rem;
	outline: .2rem solid var(--white);
}

.news-block h3 {
	padding: 1rem 0 1rem 0;
}

.news-block h3:hover a {
	color: var(--primary-color)
}

.news-block p {
	opacity: .8;
}




.jobs-list {
	width: auto;
	margin: 0 0 20px 0;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: var(--border-radius);
	border-top-width: .2rem;
}

.jobs-list dt {
	background: rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	padding: .5rem .8rem;
}

.jobs-list dt span {
	display: inline-block;
	padding: 10px 15px;
}

.jobs-list dd {
	padding: 20px;
}

.jobs-list dd p {
	margin: 0;
	padding: 0;
}

/*边栏*/
.sw-cats {
	clear: both;
}

.sw-cats li a {
	display: block;
	font-size: 1rem;
	padding: .5rem .8rem;
	border-bottom: 1px solid var(--light-bg);
	border-radius: var(--border-radius);
}

.sw-cats li:hover a {
	background: var(--white);
	color: var(--primary-color)
}

.sw-cats li:last-child a {
	border: 0
}

.sw-pages ul {
	width: 100%;
}

.sw-pages ul li a {
	font-size: 1.4rem;
	display: block;
	border-bottom: 1px solid var(--light-bg);
	border-radius: var(--border-radius);
	padding: 0.3rem .8rem;
}

.sw-pages li:last-child a {
	border: 0
}

.sw-pages li:hover a {
	background: var(--white);
	color: var(--primary-color)
}

.sw-search {
	position: relative;
	padding: 1rem 0 0 0;
}

.sw-search input {
	padding-right: 2rem;
	width: 100%;
}

.sw-search .ico {
	position: absolute;
	right: .3rem;
	padding-top: .1rem;
	z-index: 3;
	cursor: pointer;
	opacity: .5;
}

.sw-search:hover .ico {
	opacity: 1;
}

.sw-list .tips small {
	border-bottom: 1px solid var(--light-bg);
}

.sw-list li {
	clear: both;
	position: relative;
	clear: both;
	font-size: 1rem;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid var(--light-bg);
	padding: 1rem 0;
}

.sw-list li:last-child {
	border: 0;
}

.sw-list li a {
	font-size: 1rem;
}

.sw-list li:hover a {
	color: var(--primary-color)
}

.sw-list .thumb {
	width: 7rem;
	height: 6rem;
	border-radius: var(--border-radius);
	background: var(--light-bg);
	margin-right: 1rem;
	overflow: hidden;
	transition: all .3s;
}

.sw-list .thumb:hover {
	outline: .2rem solid var(--light-bg);
}

.sw-list .thumb img {
	max-width: 100%;
	max-height: 100%;
}

.sw-list .info {
	flex: 1;
	line-height: 1rem;
	line-height: 1.2rem;
}








/*详情*/
.post h2 {
	margin-bottom: 2rem;
}

.post .ti {
	background: var(--light-bg);
	border-radius: var(--border-radius);
	overflow: hidden;
	padding: 1rem;
}

.post .p-cover {
	position: relative;
	background: var(--dark-bg);
	max-height: 30rem;
	text-align: center;
	border-radius: var(--border-radius);
	overflow: hidden;
}

.post .p-cover>img {
	max-width: 100%;
	max-height: 100%;
}

.post .p-excerpt {
	position: relative;
	margin: 2rem 0;
	padding: 2rem;
	background: var(--light-bg);
	font-size: 1rem;
	border-radius: var(--border-radius);
	overflow: hidden;
}

.post .p-excerpt>.ei {
	position: absolute;
	left: 2rem;
	top: -2.5rem;
	color: rgba(0, 0, 0, .02)
}

.post .p-content {
	margin: 2rem 0;
}

.post .p-content ul,
.post .p-content ol {
	margin: 2rem;
}

.post .p-content ul li,
.post .p-content ol li {
	padding: .3rem;
	line-height: 1.5rem;
}

.post .p-content img {
	max-width: 100%;
	max-height: 100%;
}

.post .p-content blockquote {
	position: relative;
	padding: 5rem;
	border: 0;
	background: transparent;
	border-radius: var(--border-radius);
}




.footer {
	background: rgba(0, 0, 0, .9);
	color: rgba(255, 255, 255, 1);
	padding: 5rem 0;
}

.footer a {
	color: rgba(255, 255, 255, 1);
}

.footer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/worldmap.png) center/cover no-repeat;
	z-index: 1;
	opacity: .05;
}


.footer .w2 {
	gap: 2rem;
	z-index: 2;
	position: relative;
}

.footer .w2>div {
	padding: 3rem 1rem;
	flex: 1;
}

.footer .w2 h2 {
	margin-bottom: 2rem;
	text-align: left;
}

.footer .logo img {
	height: 4.5rem;
	padding: .5rem;
	border-radius: var(--border-radius);
	overflow: hidden;
	display: inline-block;
	background: rgba(255, 255, 255, 1);
}

.footer .info p {
	padding: 2rem 0;
	opacity: .8;
}

.footer .qrs li {
	border-radius: var(--border-radius);
	background: rgba(255, 255, 255, 1);
	margin-right: .5rem;
	color: rgba(0, 0, 0, .9);
	font-size: .95rem;
	padding: .8rem 0 0 0;
}

.footer .qrs span {
	border-radius: var(--border-radius);
	overflow: hidden;
}

.footer .qrs span img {
	width: 100%;
	border-radius: var(--border-radius);
}


.footer .copyright {
	padding: 2rem;
	text-align: center;
	opacity: .8;
	font-size: .9rem;
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, .8);
	line-height: 1.5rem;
}

.footer .copyright a {
	color: rgba(255, 255, 255, 1);
}

.footer .info li {
	padding: 0 0;
	font-size: 1rem;
}

.footer .info li .ico {
	color: var(--primary-color);
	margin-right: .5rem;
}

.footer .socials li {
	margin: .2rem;
	width: 3rem;
	height: 3rem;
	border-radius: var(--border-radius);
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
	opacity: .8;
	background: rgba(20, 20, 20);
}

.footer .socials li:hover {
	opacity: 1;
	background: var(--primary-color);
	color: rgba(255, 255, 255, 1);
}

.footer .socials li a {
	position: relative;
	top: 2px;
}

.footer .ai-translater {
	color: var(--white);
	opacity: .6;
	text-align: center;
	font-size: .8rem;
	display: block;
}


/* 小屏幕设备 (手机) */
@media only screen and (max-width: 600px) {
	.y-sliders .swiper-cc .text h2 {
		font-size: 1.4rem;
	}

	.section {
		min-width: auto;
	}

	.section>.w2 {
		margin: 0 1rem;
	}


	.header_top {
		top: .5rem;
		margin: .5rem;
		width: calc(100% - 1rem);
	}

	.nav-mobile {
		display: inline-block;
	}

	.nav-container {
		display: none;
	}

	.swiper-cc .text {
		padding: 2rem;
	}

	.swiper-cc h2 {
		font-size: 2.5rem;
		display: flex;
		flex-direction: column;
	}

	.search-container .logo img {
		max-height: 1.5rem;
		margin-bottom: 0rem;
	}

	.y-sliders .swiper-certs ul li {
		padding: .5rem;
		width: 4rem;
		height: 4rem;
		user-select: none;
	}

	.y-sliders .swiper-certs ul li img {
		user-select: none;
	}

	.nav-mo {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		padding: 10rem 1rem;
		background: var(--primary-color);
		overflow: auto;
		z-index: 10000;
	}

	.nav-mo li a {
		border-bottom: 1px solid var(--light-bg);
		font-size: 1.4rem;
	}

	.nav-mo li:hover a {
		color: var(--white);
		border-color: var(--white);
	}

	.nav-close {
		position: absolute;
		top: 30px;
		right: 30px;
		color: #666;
		font-size: 30px;
		cursor: pointer;
		transition: color 0.3s ease;
		z-index: 2;
	}

	.nav-close:hover {
		color: rgba(0, 0, 0, .9);
	}

	.nav-menu {
		flex-direction: column;
	}

	.y-pc li {
		width: 100%;
		margin: 1rem 0;
	}

	.y-news ul {
		width: calc(100% - 2rem);
	}

	.y-news .w2 {
		margin: 0;
	}

	.y-pc .w2 {
		width: calc(100% - 2rem);
	}

	.y-news .info {
		outline: .2rem solid var(--light-bg);
	}

	.y-company>.w2>div {
		width: 100%;
		margin: 2rem 0;
	}

	.y-company .w2 {
		flex-direction: column;
	}

	.y-company .info {
		padding: 1rem;
	}

	.y-company .info h2 {
		display: flex;
		flex-direction: column;
	}


	.y-chs,
	.tt>ul {
		display: flex;
		flex-direction: column;
	}

	.y-cls p {
		margin: 0 .5rem;
	}

	.y-cls .tt ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		flex-direction: unset;
	}

	.y-cls .tt ul li {
		width: calc(50% - 1rem);
	}

	.y-cls .client {
		min-width: 16rem;
		height: 6rem;
	}

	.y-cls .client img {
		max-height: 3.5rem;
	}

	.y-chs li {
		width: calc(100%);
		margin: 1rem 0;
	}





	.footer .w2 {
		gap: .5rem;
		margin: 0 .5rem;
		flex-direction: column;
	}




	.header {
		height: auto;
	}

	.header .w2 {
		margin: 0;
	}

	.header .w2>div {
		height: auto;
		flex-direction: column;
		padding: 2rem .5rem 1rem .5rem;
	}

	.header .hi {
		padding: 1rem;
	}

	.header .logo {
		margin-bottom: 1rem;

	}

	.header .logo img {
		max-height: 25px;
	}

	.header .ts {
		margin-left: 0;
	}

	.header .ts>ul>li {
		margin: .5rem;
	}


	.s-main {
		padding: 0 .8rem;
	}

	.s-sidebar {
		display: none;
	}

	.s-cats li {
		width: 99%;
		margin: 1rem 0;
	}

	.s-list>h2 {
		display: flex;
		flex-direction: column;
	}

	.s-list>h2 .la {
		width: 8rem;
		text-align: center;
	}

	.news-block {
		flex-direction: column;
	}

	.news-block .info {
		padding: 1rem;
	}


	.s-pages {
		flex-direction: column;
	}

}

/* 中等屏幕设备 (平板) */
@media only screen and (min-width: 601px) and (max-width: 1324px) {
	.section {
		min-width: auto;
	}

	.y-pc li {
		width: 49%;
	}

	.y-company .w2 {
		flex-direction: column;
	}

	.y-company>.w2>div {
		width: 100%;
		margin: 1rem 0;
	}

	.y-cls .tt ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.y-cls .tt ul li {
		width: calc(50% - 1rem);
	}

	.footer .w2 {
		flex-direction: column;
	}

	.header {
		height: auto;
	}

	.header .w2>div {
		height: auto;
		flex-direction: column;
		padding: 2rem 0 1rem 0;
	}

	.header .logo {
		margin-bottom: 1rem;
	}

	.s-sidebar {
		display: none;
	}

	.s-cats li {
		width: 49%;
	}

}