@charset "utf-8";

/* CSS Document */
/* 更新于：20260426 */

/***********
1. Fonts
***********/
/*自定义字体*/
@font-face {
	font-family: DINBold;
	src: url(../fonts/din/dinbold.woff);
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
.font-num {
	font-family: DINBold!important;
}
.font-songti {
	font-family: 'Noto Serif SC', '思源宋体', 'SimSun', serif;
}
/*********************************
2. Body and some general stuff
*********************************/
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body::-webkit-scrollbar { /*滚动条整体样式*/
	width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 0px;
}
body::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
	border-radius: 0px;
	/*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
	background: #ff794c;
}
body::-webkit-scrollbar-track { /*滚动条里面轨道*/
	/*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
	border-radius: 0px;
	background: #ffffff;
}
/*********************************
DIY bootstrap4/bootstrap.css
*********************************/
.breadcrumb {
	background: none !important;
	padding: 0 !important;
	font-size: 14px;
}
.breadcrumb a {
	color: #fff;
}
body {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	background: #ffffff;
	color: #000000;
}
ul {
	list-style: none;
	margin-bottom: 0px;
}
p {
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
p a {
	display: inline;
	position: relative;
	color: inherit;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
a {
	color: #000000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #efb66d;
}
::selection {
	background: #ededed;
	color: #efb66d;
}

a.a-overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.font-12 {
	font-size:12px;
}
.font-14 {
	font-size:14px;
}
.font-16 {
	font-size:16px;
}
.font-18 {
	font-size:18px;
}
.font-20 {
	font-size:20px;
}
.font-24 {
	font-size:24px;
}
.font-30 {
	font-size:30px;
}
.font-34 {
	font-size:34px;
}
.font-40 {
	font-size:40px;
}
.font-50 {
	font-size:50px;
}
.font-60 {
	font-size:60px;
}
.br-pc {
	display: block;
}
.br-wap {
	display: none;
}
section {
	display: block;
	position: relative;
	box-sizing: border-box;
}
.section_box {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
}
.section_box_h {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #f6f6f6;
}
.img-gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.polygon-box {
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	overflow: hidden;
}
.clear {
	clear: both;
}
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.none {
	display: none;
}
.dis-none {
	display: none !important;
}
.bodybg_hui {
	background-color: #f6f6f6 !important;
}
.box-shadow {
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.06)
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_20_10 {
	margin-bottom: 20px;
}
.mb_25 {
	margin-bottom: 25px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_15 {
	margin-top: 15px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_25 {
	margin-top: 25px;
}
.mt_30 {
	margin-top: 30px;
}
.w-20px {
	width: 20px;
}
.w-30px {
	width: 30px;
}
.w-40px {
	width: 40px;
}
.w-50px {
	width: 50px;
}
.w-100px {
	width: 100px;
}
.w-150px {
	width: 150px;
}
.w-200px {
	width: 200px;
}
.h-50px {
	height: 50px;
}
.h-100px {
	height: 100px;
}

.pl30px {
	padding-left: 30px;
}
.no_border_t {
	border-top: 0px !important;
}
.no_border_b {
	border-bottom: 0px !important;
}
.no_top {
	padding-top: 0px !important;
	margin-top: 0px !important;
}
.box_top {
	margin-top: -100px;
	z-index: 30;
}
.line_top {
	width: 100%;
	clear: both;
	border-top: 1px solid #ededed;
	padding-top: 30px;
	margin-top: 10px;
	float: left;
}
.line_bottom {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.image-line {
	border: 1px solid #ededed;
}
.radius-0 {
	border-radius: 0 !important;
}
.radius-100 {
	border-radius: 100% !important;
}
.radius-50 {
	border-radius: 50% !important;
}
.radius-5px {
	border-radius: 5px!important;
}
.radius-10px {
	border-radius: 10px!important;
}
.radius-15px {
	border-radius: 15px!important;
}
.radius-20px {
	border-radius: 20px!important;
}
.radius-30px {
	border-radius: 30px!important;
}
.radius-40px {
	border-radius: 40px!important;
}
.radius-50px {
	border-radius: 50px!important;
}
.fill_height {
	height: 100%;
}
.super_container {
	width: 100%;
	overflow: hidden;
}
.btn-diy-1 {
	height: 50px;
	text-align: center;
	border: solid 2px #efb66d;
	background: transparent;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #efb66d;
	padding: 0px 30px;
	align-items: center;
    justify-content: center;
}
.btn-diy-1:hover {
	background: #efb66d;
	color: #FFFFFF;
}

.prlx_parent {
	overflow: hidden;
}
.prlx {
	height: 130% !important;
}
.color_main {
	color: #000000 !important;
}
.color_baise {
	color: #ffffff !important;
}
.color_hui {
	color: #999 !important;
}
.bg_baise {
	background-color: #ffffff !important;
}
.title h2 {
	margin-bottom: 0px !important;
}
.title h3 {
	margin-bottom: 0px !important;
}
.title p {
	margin-bottom: 0px !important;
	color: #cccccc;
}
/*********************************
3. Home
*********************************/
.home {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home.jianbian {
	background: linear-gradient(90deg, #0a332c 0%, #408075 100%);
}
.topbannerbg_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 0;
	overflow: hidden;
	background: linear-gradient(90deg, #0a332c 0%, #408075 100%);
}
#secondary .home {
	height: 300px;
}
#secondary-2 .home {
	height: 160px;
}
#secondary-2 .home .breadcrumb_title a {
	color: #fff;
}
#secondary-2 .breadcrumb-item + .breadcrumb-item::before {
	color: #ccc;
}
#secondary-2 .home .breadcrumb_title li {
	color: #ccc;
}
.home_background_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	overflow: hidden;
}
.home_pic_container {
	position: relative;
	width: 100%;
	height: 100vh;
}
.home_pic_box {
	position: absolute;
	bottom: 200px;
	left: 0;
}
.home_background {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -100;
}
.overlay_index_banner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
.overlay_product_banner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat:repeat;
	background-size: 10%;
	background-position: center center;
	z-index: -1;
}
.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 51, 44, 0.5);
	z-index: 0;
}
.overlay.light {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 0;
}
.overlay_w {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}
.overlay_red {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(222, 0, 0, 0.3);
	z-index: 0;
}
/*slide-移动端-闪屏解决*/
.swiper-slide {
	transform: translate3d(0, 0, 0);
	overflow: hidden;
}
.swiper-slide img {
	transform: translate3d(0, 0, 0);
}

/*slide-a链接*/
.swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}

video.overlay_play {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -50;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}
.overlay_play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-color: #000000;
}
.particles-js-box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100vh;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
}
/*********************************
3.1 Header
*********************************/
.header .header-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.header.scrolled .header-top {
	height: 40px;
	background: rgba(51, 102, 255, 1);
}
.header .header-top, .header .header-top a {
	font-size: 12px !important;
	color: #999999;
}
.header.scrolled .header-top a {
	color: #ffffff;
}
.header.scrolled .header-top {
	color: #ffffff;
}
.header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	padding: 20px 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0);
	z-index: 10;
}
.header.hide {
	transform: translateY(-100%);
}
.header .logo_w img {
	height: 30px;
}
.header.scrolled {
	height: 60px;
	padding: 5px 0;
	background: rgba(255, 255, 255, 0.95) !important;
	-webkit-backdrop-filter: saturate(200%) blur(10px);
	backdrop-filter: saturate(200%) blur(10px);
	/*box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.05) !important;*/
}

.header.scrolled .logo_w {
	display: none;
}
.header.scrolled .logo {
	display: block;
}
.header.submenu_show .logo {
	display: block;
}
.header.submenu_show .logo img {
	height: 40px;
}
.header.scrolled .logo img {
	height: 30px;
	margin: 10px 0;
}
.with-bottom-effect .top-effect {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.with-bottom-effect .bottom-effect {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(10, 51, 44, 0.9) 0%, rgba(10, 51, 44, 0.5) 100%);
}
/*页头*/
.wrap {
	display: block;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
.head_con {
	display: block;
	width: 100%;
	padding: 0 60px 0 60px;
	height: 50px;
	margin: 0px auto;
	position: relative;
	z-index: 99;
}
.head_con .ds_logo {
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.head_con .ds_logo a{
	display: block;
	margin: 0px;
}
.head_con .ds_logo img {
	height: 40px;
	margin: 5px 0;
}
.head_con .logo h1 {
	display: block;
	height: 22px;
	width: 168px;
	background: url(../img/index/menu_logo.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 100% 100%;
}
/*菜单*/
.menu_list {
	display: block;
	height: 50px;
	position: absolute;
	right: 150px;
	top: 0px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s linear;
	transform: translate(0px, 0);
}
.menu_list .menu_item {
	display: inline-block;
	height: 50px;
	float: left;
	margin-left: 40px;
	position: relative;
}
.en-us .menu_list .menu_item {
	margin-left: 36px;
}
.menu_list .menu_item .txt {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	opacity: 0.95;
	-webkit-transition: color 0.3s linear;
	position: relative;
	z-index: 2;
}
.menu_list .menu_item .txt:hover {
	opacity: 1;
}
.menu_list .menu_item .txt:after {
	display: block;
	content: "";
	height: 3px;
	border-radius: 10px;
	width: 50%;
	position: absolute;
	bottom: 5px;
	left: 25%;
	background: #fff;
	opacity: 0;
	-webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	transform-origin: 50% 0%;
	transform: scale(0.01, 1);
}
.scrolled .menu_list .menu_item .txt:after {
	background: #efb66d;
}
.submenu_show .menu_list .menu_item .txt:after {
	background: #efb66d;
}
.header.scrolled .menu_list .menu_item .txt:after {
	bottom: 5px;
}
.menu_list .menu_item.on .txt:after {
	transform: scale(1, 1);
	opacity: 1;
}
.menu_list .menu_item:hover .txt:after {
	transform: scale(1, 1);
	opacity: 1;
}
.menu_list .menu_item.menu_item_lan {
	display: none;
}
.menu_list .menu_item .menu_hook {
	display: none;
	width: 100%;
	height: 200px;
	position: absolute;
	left: -36px;
	top: 0px;
	z-index: 1;
}
.en-us .menu_list .menu_item {
	margin-left: 60px;
}
.en-us .sub_list li a {
	padding: 10px 0;
}
.sub_list {
	display: none;
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	z-index: 2;
}
.sub_list li a {
	display: block;
	font-size: 16px;
	color: #000000;
	opacity: 0.6;
	padding: 5px 0;
	line-height: 2;
}
.sub_list li a:hover {
	opacity: 1;
}

/*右侧固定入口代码部分 css*/
.izl-box {
	display: block;
	width: 40px;
	position: fixed;
	right: 10px;
	bottom: 120px;
	z-index: 99;
	float: left;
}
.izl-box a {
	cursor: pointer;
	float: left;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.izl-rmenu {
	margin-right: 0;
	width: 100%;
	position: relative;
	float: left;
}
.izl-rmenu a.consult:hover .phone {
	display: inline !important;
}
.izl-rmenu .btn_top {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	display: none;
}
.izl-rmenu .btn_top img {
	width: 100%;
	float: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.izl-rmenu .btn_top:hover img{
	transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
}

/*********************************
3.1.1 Logo
*********************************/
.logo {
	display: none;
}
/*********************************
3.1.2 Main Navigation
*********************************/
.scrolled .menu_item {
	height: 50px !important;
}
.scrolled .menu_list {
	height: 50px !important;
}
.scrolled .menu_list a.txt {
	color: #000000 !important;
	height: 50px !important;
	line-height: 50px !important;
}
.scrolled .button_language a, .submenu_show .button_language a {
	color: #efb66d;
}
.scrolled .button_language a.on, .submenu_show .button_language a.on {
	color: #fff;
	background-color: #efb66d;
}
/*********************************
3.1.3 Search
*********************************/
.search {
	display: inline-block;
	margin-right: 0px;
	height: 100%;
	position: absolute;
	right: 0;
}
.search_content {
	width: 100%;
	height: 40px;
	padding: 5px 0;
}
.button_language {
	float: left;
	text-align: center;
	height: 40px;
	line-height: 36px;
	font-size: 12px;
	color: #999;
	position: relative;
	border-bottom: none;
	padding: 0px;
	border: 2px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.button_language a {
	font-size: 14px;
	color: #fff;
	margin: 0px;
	height: 40px;
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	font-weight: 700;
}
.button_language a.on {
	color: #000;
	background-color: #fff;
}
.scrolled .button_language, .submenu_show .button_language {
	border: 2px solid #efb66d;
}
/*********************************
3.1.4 Hamburger
*********************************/
.hamburger_container {
	display: none;
	cursor: pointer;
	margin-right: -10px;
	text-align: right;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
.hamburger_container i {
	font-size: 20px;
	padding: 15px 10px;
	color: #ffffff;
}
.scrolled .hamburger_container i {
	color: #efb66d;
}
.hamburger_container:hover i {
	color: #ffffff;
}
/*********************************
3.2 Hero Slider
*********************************/
.hero_slider_container {
	width: 100%;
	height: 100%;
	z-index: 1;
}
#canvas-wrapper {
	width: 100%;
	height: 100%;
}
.playbg canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
}
.hero_slider {
	width: 100%;
	height: 100%;
}
.hero_slider_item {
	height: 100%;
}

.navs_ico p {
	color: #ffffff !important;
}
.navs_ico a:hover p {
	color: #ededed !important;
}
.hero_side_text {
	width: 200px;
	padding: 0 20px;
	padding-top: 170px;
	float: left;
}
.hero_side_text h2 {
	display: block;
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
}
.hero_side_text p {
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	color: #999999;
}
.double_arrow_container {
	width: 100%;
	float: left;
}
.double_arrow {
	padding: 5px;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	cursor: pointer;
}
.double_arrow i {
	color: #ffffff;
}
.double_arrow i:first-child {
	margin-right: -3px;
}
.double_arrow:hover i {
	color: #efb66d;
}
.intro {
	display: table;
	width: 100%;
	height: 100%;
	z-index: 3;
	position: relative;
}
.playbg {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.intro .container {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.intro .intro-text {
	vertical-align: middle;
	display: table-cell;
	padding-top: 90px;
}
.intro .intro-text .left-position {
	width: 70%;
	float: left;
}
.intro .intro-text .center-position {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}
.intro .intro-text .right-position {
	width: 70%;
	float: right;
	text-align: right;
}
@media screen and (max-width: 992px) {
	.intro .intro-text .left-position {
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.intro .intro-text .center-position {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 992px) {
	.intro .intro-text .right-position {
		width: 100%;
		text-align: left;
	}
}
.intro .intro-text h2 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 100;
	color: white;
}
#secondary .intro .intro-text {
	width: 70%;
}
#secondary .intro .intro-text h2 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 300;
	color: white;
	margin-bottom: 0px;
}
#secondary .intro .intro-text p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
	color: white;
	margin-top: 10px;
}
@media screen and (max-width: 992px) {
	.intro .intro-text h3 {
		font-size: 24px;
		line-height: 37px;
		text-align: center;
	}
}
.intro .intro-text .btn-outline, .intro .intro-text .btn-primary {
	padding: 15px 30px !important;
	min-width: 200px;
	font-size: 18px;
}
@media screen and (max-width: 480px) {
	.intro .intro-text .btn-outline, .intro .intro-text .btn-primary {
		padding: 10px 30px !important;
		width: 100%;
		margin-bottom: 10px;
	}
}
.intro .intro-text .btn-outline {
	border-color: rgba(255, 255, 255, 0.2);
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
}
.intro .intro-text .btn-outline:hover {
	border-color: rgba(255, 255, 255, 0.4);
	color: white;
	background-color: rgba(255, 255, 255, 0.2);
}
.learn-more {
	position: absolute;
	bottom: -25px;
	left: 50%;
	z-index: 12;
	text-align: center;
}
.learn-more a {
	display: block;
}
.learn-more a .text {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
}
.learn-more a .arrow {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: #efb66d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.learn-more a .arrow i {
	top: 10px;
	position: relative;
	color: #fff;
	vertical-align: middle;
}
/*********************************
3.2 Home Title
*********************************/
.breadcrumb_title {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 5;
}
/*********************************
3.3 Next Section Scroll
*********************************/
/*********************************
4. Menu
*********************************/
.menu_container {
	position: fixed;
	top: 0;
	right: -70%;
	width: 70%;
	height: 100vh;
	background: #FFFFFF;
	z-index: 11;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu_container.active {
	right: 0;
	opacity: 1;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.menu {
	width: 100%;
	height: 100%;
}
.menu_close {
	position: absolute;
	top: 50px;
	right: 30px;
	cursor: pointer;
}
.menu_close i {
	font-size: 28px;
	color: #efb66d;
}
.menu_close:hover i {
	color: #efb66d;
}
.menu ul {
	padding-top: 120px;
	padding-right: 50px;
}
.menu ul li {
	position: relative;
	margin-bottom: 20px;
}
.menu ul li::after {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #efb66d;
	content: '';
}
.menu ul li.active a {
	font-weight: 700;
}
.menu ul li a {
	padding-right: 10px;
	font-size: 16px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu ul li a:hover {
	color: #efb66d;
}
.menu_home {
	position: absolute;
	bottom: 150px;
	right: 30px;
	cursor: pointer;
}
/*********************************
5. Icon Boxes
*********************************/
.icon_boxes {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
}
.team_boxes {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 50px;
	background: #f6f8ff;
}
.icon_boxes_go_box {
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.icon_boxes_a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.icon_boxes_a:hover .overlay {
	background: rgba(10, 51, 44, 0.8);
}
.icon_boxes_a:hover .icon_boxes_go_box {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}
.icon_boxes_go_box .icon_box_title {
	z-index: 1;
	position: relative;
	color: #fff;
}
.icon_boxes_go_box .icon_box_bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.icon_boxes_go_box .overlay {
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 0;
}

.banner_bottom_box {
	width: 100%;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(0, 0, 0, 0);
}
.icon_boxes_a:hover .banner_bottom_box {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	box-shadow: 0px 5px 30px rgba(239, 182, 109, 0.3);
	border: 1px solid rgba(239, 182, 109, 1);
}

.logo_box {
	margin-bottom: 20px;
}
.logo_box img {
	box-shadow: 0px 5px 30px rgba(64, 74, 128, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filter_gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.logo_box img:hover {
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}
.page-bg-white {
	background: #ffffff;
}
.page-box {
	width: 100%;
	position: relative;
	padding-top: 60px;
	padding-bottom: 40px;
}
/*********************************
5. 首页楼层
*********************************/
.page-box .title {
	margin-bottom: 10px;
}
.page-bg-pingshen {
	margin-top: -100px;
	z-index: 1;
}

/*********************************
7. Services
*********************************/
.section_title h1 {
	font-weight: 500;
}
.section_title span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
}

/*********************************
11. Newsletter
*********************************/
.news-body img {
	max-width: 800px;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 10px;
}
.news-body p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 1.5rem;
}
.news-body .img-txt {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}
/*********************************
12. Footer
*********************************/
.footer {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
	background: #0a332c;
	/*background: linear-gradient(to right, #333, #1f2e4d);*/
}
.footer_intro p {
	margin-bottom: 0px;
}
.footer_cr {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	float: left;
	width: 100%;
}
.footer_cr a:hover{
	color: rgba(255, 255, 255, 1);
}
.footer_cr p {
	margin-bottom: 5px;
}
.footer_cr li {
	width: 50px;
	margin-left: 20px;
	float: right;
}
#wechat-code {
	width: 200px;
	display: none;
}
#wechat-code img {
	width: 200px;
}
.footer_col_title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.footer_col ul li {
	margin-bottom: 12px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}
.footer_col ul li a {
	color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_col ul li a:hover {
	color: #fff;
}
.footer .breadcrumb a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
}
.footer .breadcrumb a:hover {
	color: #fff;
}

.contact-block {
	margin-bottom: 30px;
}
/*********************************
5. Portfolio
*********************************/
.portfolio {
	padding-top: 120px;
	padding-bottom: 120px;
}
.portfolio_categories {}
.portfolio_category {
	display: inline-block;
	margin-right: 38px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #28262d;
}
.portfolio_items {
	margin-top: 90px;
}

/*********************************
翻页
*********************************/
.navigation {
	text-align: center;
	font-size: 0;
	margin: 40px 0;
}
.navigation ul li {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.navigation ul li:hover a {
	border: 1px solid #ccc;
	background-color: #ffffff;
	color: #efb66d;
}
.navigation ul li a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	color: #303030;
	border: 1px solid #ededed;
	border-radius: 3px;
	font-size: 12px;
	word-spacing: 0px;
	background-color: #ffffff;
}
.navigation ul li.active a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	color: #fff;
	border: 1px solid #efb66d;
	border-radius: 3px;
	font-size: 12px;
	word-spacing: 0px;
	background-color: #efb66d;
}

/******  SHIRT ******/
.shirt_updown {
	position: relative;
	top: 0px;
	-webkit-animation: goods 2s infinite linear;
	animation: goods 2s infinite linear
}
@-webkit-keyframes goods {
	25% {
		top: 10px;
	}
	50% {
		top: 0px;
	}
	75% {
		top: 10px;
	}
	100% {
		top: 0px;
	}
}
#accordion .card {
	border: none !important;
	margin-bottom: 1rem;
}
#accordion .card .card-header {
	border: none !important
}
.navs_ico p {
	margin-bottom: 10px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
/*bg_cool_banner背景*/
.bg_cool_banner {
	position: absolute;
	bottom: 0;
	left: 0
}
.swiper-banner .swiper-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 30px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 30px !important;
}
.tmNav-box-item {
	position: absolute;
	top: -100px;
}
.page-box-item {
	position: absolute;
	top: -60px;
}

/*常规列表*/
.ul-li li {
	line-height: 20px;
	margin-bottom: 10px;
}

.card-ico-lb {
	width: 30px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
/*swiper风格定义*/
.swiper-container {
	--swiper-theme-color: #ffffff; /* 设置Swiper风格 */
	--swiper-navigation-color: #ffffff; /* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px; /* 设置按钮大小 */
}

/*layer风格定义*/
.layui-layer-shade {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.2) !important;
	opacity: 1 !important;
}

.hover_box .hover_item {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*关于我们-管理团队展示样式*/
.team_box .hover {
	background: #fff !important;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
}
.team_box .hover img {
	margin: -5px 0 0 -5px !important;
}
.team_box .card {
	background: #f7f7f7;
	margin: 10px 0 0 10px;
}
.team_box .card img {
	margin: -10px 0 0 -10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.text_lc_1 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
}
.text_lc_2 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

#tmNav li .nav-item{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 14px;
}

/*媒体频道-社交媒体-鼠标经过交互*/
.section_media .hover_item .card{
	background: #999;
}
.section_media .hover .hover_item_1{
	background: #42ae3e;
}
.section_media .hover .hover_item_2{
	background: #e6162d;
}
.section_media .hover .hover_item_3{
	background: #41abe1;
}
.section_media .hover .hover_item_4{
	background: #0076b4;
}
.section_media .hover .hover_item_5{
	background: #3b57a0;
}

/*标题定义样式*/
.title-after {
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.title-after:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #efb66d;
	left: 0;
	bottom: 0;
}
/*发展历程定义样式*/
.events-box .card{
	position: relative;
	margin-bottom: 20px;
	border: #ededed 1px solid;
}
.events-box .card p{
	font-size: 16px;
}
.events-box .card:last-child:after {
	content: "";
	width: 0px;
	height: 0px;
}
.events-box .card:after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 20px;
	background: #ccc;
	left: 10%;
	bottom: -20px;
}

/*鼠标经过元素交互动画*/
.box-hover{
	cursor: pointer;
}
.hover-animation {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transform: translateY(0px); /*解决父元素的border-radius不生效的问题*/
}
.hover-animation .img-hover img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hover-animation.hover {
	-webkit-transform: translateY(-5px) !important;
	-moz-transform: translateY(-5px) !important;
	transform: translateY(-5px) !important;
}
.hover-animation.hover-shadow.hover {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1)!important;
}

/*鼠标经过流光动效*/
.hover-cool {
	position: relative;
	overflow: hidden;
}
.hover-cool:after {
	content: "";
	position: absolute;
	top: -10%;
	left: -40%;
	width: 30%;
	height: 120%;
	background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(51.33%, hsla(0, 0%, 100%, .486726)), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .486726) 51.33%, hsla(0, 0%, 100%, 0));
	display: block;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	-webkit-transition: left 0s !important;
	transition: left 0s !important;
	opacity: 0.5;
	cursor: pointer;
	pointer-events: none; /* 让鼠标事件穿透该元素，从而避免点击无效的问题 */
}
.hover-cool.hover:after {
	left: 110%;
	-webkit-transition: 1s !important;
	transition: 1s !important;
}

/*底部固定图标导航入口*/
#bottom_fixed_nav{
	padding: 10px;
}
#bottom_fixed_nav li{
	position:relative;
	padding: 0px 15px;
}
#bottom_fixed_nav li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#bottom_fixed_nav li.on p{
	font-weight: 600;
	font-size: 12px;
	color: #efb66d;
}
#bottom_fixed_nav li.on::before{
	content: " ";
	background-image: url(../images/icos/bottom_fixed_nav_on.svg);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: -25px;
	left: 0px;
	width: 100%;
	height: 15px;
	z-index: -1;
}
#bottom_fixed_nav li a{
	width: 30px;
	display: block;
}
#bottom_fixed_nav li img{
	width: 30px;
	height: 30px;
	padding: 5px;
	/* 默认灰色图标 */
	filter: grayscale(100%) opacity(1);
	/* 让过渡更平滑（可选但推荐） */
	transition: filter 0.2s ease;
}
#bottom_fixed_nav li.on img{
	/* 选中后恢复彩色 */
	filter: grayscale(0%) opacity(1);
}
#bottom_fixed_nav li p{
	width: 100%;
	height: 15px;
	font-size: 11px;
	line-height: 15px;
}

/*元素内的*/
.box-bottom {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3) !important;
	-webkit-backdrop-filter: saturate(150%) blur(5px);
	backdrop-filter: saturate(150%) blur(5px);
}
/*高度控制*/
.pc-height-1 {
	height: calc(100vw / 1);
	object-fit: cover;
}
.pc-height-2 {
	height: calc(100vw / 2);
	object-fit: cover;
}
.pc-height-3 {
	height: calc(100vw / 3);
	object-fit: cover;
}
.pc-height-4 {
	height: calc(100vw / 4);
	object-fit: cover;
}

/*背景控制*/
.bg-position-center {
	background-position: center !important;
}
.bg-size-cover {
	background-size: cover !important;
}

/*右侧固定入口代码部分*/
.izl-box {
	display: block;
	width: 40px;
	position: fixed;
	right: 10px;
	bottom: 120px;
	z-index: 99;
	float: left;
}
.izl-box a {
	cursor: pointer;
	float: left;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.izl-rmenu {
	margin-right: 0;
	width: 100%;
	position: relative;
	float: left;
}
.izl-rmenu .btn_top {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	display: none;
}
.izl-rmenu .btn_top img {
	width: 100%;
	float: left;
	border-radius: 100%;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.izl-rmenu .btn_top:hover img{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}

/*图片蒙版遮罩类-主要针对纯白图片和纯白底的对比问题*/
.img-mask-box {
	position: relative;
}
.img-mask-box::before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 3;
	will-change: transform; /* 优化性能 */
	backface-visibility: hidden; /* 隐藏元素背面 */
}
/*图文样式定义-图片放入div背景中*/
.content-overlay {
	position: relative;
	z-index: 1;
}
.img-gradient-bg {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	z-index: 0;
	top: 50%;
	transform: translateY(-50%);
}
.img-gradient-overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease-in-out;
	background-color: #000;
	z-index: 1;
}
.img-gradient-overlay {
	background: rgba(10, 51, 44, .5);
	background: linear-gradient(180deg, rgba(10, 51, 44, 0), rgba(10, 51, 44, .8));
	opacity: 1;
}
.bg-position-center {
	background-position: center !important;
}
.bg-size-cover {
	background-size: cover !important;
}
.a-box {
	position: relative;
	/* 禁止用户选中元素中的文本 */
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.a-overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.a-disabled {
	pointer-events: none;
	opacity: 0.6;
	cursor: not-allowed;
}

/*图片类按照固定比例展示*/
.imgbox-diy img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 保持图片比例并覆盖整个区域 */
	object-position: center center; /* 默认：调整图片位置，使顶部和底部超出部分隐藏 */
}
.imgbox-diy.center-top img {
	object-position: center top !important; /* 调整图片位置，使底部超出部分隐藏 */
}
.imgbox-diy.center-bottom img {
	object-position: center bottom !important; /* 调整图片位置，使顶部超出部分隐藏 */
}
.diy-1x1 {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.diy-3x2 {
	width: 100%;
	padding-top: 66.66%;
	position: relative;
	overflow: hidden;
}
.diy-2x1 {
	width: 100%;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
}
.diy-2x1-s {
	width: 100%;
	padding-top: 40%;
	position: relative;
	overflow: hidden;
}
.diy-3x1 {
	width: 100%;
	padding-top: 33.33%;
	position: relative;
	overflow: hidden;
}
.diy-4x1 {
	width: 100%;
	padding-top: 25%;
	position: relative;
	overflow: hidden;
}

/*频道首页二级导航*/
.nav_class li {
	float: left;
	margin-right: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.nav_class li a {
	width: 100%;
	line-height: 48px;
	display: block;
	font-size: 18px;
	font-weight: 300;
	border: 1px solid #f2df91;
	text-align: center;
	border-radius: 25px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #f2df91;
}
.nav_class li a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.nav_class li.current a {
	background: #f2df91;
	color: #222;
	font-weight: 600;
}
.nav_class li.current a:hover {
	background: #f2df91;
	border: 1px solid #f2df91;
	color: #222;
}
.nav_class li a.current {
	background: #f2df91;
	color: #222;
}
.nav_class li a.current:hover {
	background: #f2df91;
	color: #222;
	border: 1px solid #f2df91;
}
.nav_class li.li-end {
	float: right;
}
.nav_class li.li-end a , .nav_class li.li-end a:hover{
	border: 1px solid #fff;
	color: #fff;
}
/*白色系*/
.nav_class.nav_class_white li a {
	border: 1px solid rgba(255, 255, 255, 0);
	color: #fff;
}
.nav_class.nav_class_white li a:hover {
	border: 1px solid #ccc;
	color: #ccc;
}
.nav_class.nav_class_white li.current a {
	background: #fff;
	color: #000;
}
.nav_class.nav_class_white li.current a:hover {
	background: #fff;
	border: 1px solid #fff;
}
.nav_class.nav_class_white li a.current {
	background: #fff;
	color: #000;
}
.nav_class.nav_class_white li a.current:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
/*黑色系*/
.nav_class.nav_class_dark li a {
	border: 1px solid rgba(255, 255, 255, 0);
	color: #000;
}
.nav_class.nav_class_dark li a:hover {
	border: 1px solid #000;
}
.nav_class.nav_class_dark li.current a {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.nav_class.nav_class_dark li.current a:hover {
	background: #000;
	border: 1px solid #000;
}
.nav_class.nav_class_dark li a.current {
	background: #000;
	color: #fff;
}
.nav_class.nav_class_dark li a.current:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.nav_class .swiper-slide {
	width: auto !important;
}
.is-hcsticky-nav .nav_class.nav_class_dark li a {
	font-size: 16px;
	line-height: 38px;
}
.nav_class_blur {
	background: rgba(255, 255, 255, 0.85) !important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

/*下滑后-添加CLASS类样式*/
.is-hcsticky {
	z-index: 5;
}
.is-hcsticky-nav {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.is-hcsticky-nav {
	color: #000;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}
.is-hcsticky-nav .nav_class{
	margin-top: 10px;
	margin-bottom: 10px;
}
.is-hcsticky-nav.hide {
	transform: translateY(-60px);
}
@media only screen and (max-width: 767px) {
.is-hcsticky-nav.hide {
	transform: translateY(-50px);
}
}

/******  NEWS ITEM ******/

.imgs-item .image .play-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	justify-content: center;
	align-items: center;
}
.imgs-item .image:hover .play-content {
	background: rgba(54, 179, 158, 0.5);
	cursor: pointer;
}
.imgs-item .image:hover .play-more {
	opacity: 1;
}
.imgs-item .image:hover img {
	transform: scale(1.05);
}
.imgs-item .image .play-more {
	position: absolute;
	font-size: 50px;
	color: #fff;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.imgs-item .image {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.imgs-item .image img {
	vertical-align: middle;
	width: 100%;
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}