@charset "utf-8";
/* CSS Document */
/******************************

COLOR PALETTE
[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
	3.1 Header
		3.1.1 Logo
		3.1.2 Main Navigation
		3.1.3 Search
		3.1.4 Hamburger
	3.2 Hero Slider
	3.3 Next Section Scroll
4. Menu
5. Icon Boxes
6. Vertical Slider Section
7. Services
	7.1 Services Slider
8. Features
9. Call to action
10. Text Line
11. Newsletter
12. Footer
******************************/
/***********
1. Fonts
***********/
/*自定义字体*/
@font-face {
    font-family: DINBold;
    src: url(../fonts/din/dinbold.woff);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*********************************
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;
}
body {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	background: #ffffff;
	color: #000000;
}
ul {
	list-style: none;
	margin-bottom: 0px;
}
p {
	font-size: 14px;
	-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: #e53900;
}
::selection {
	background: #ededed;
	color: #e53900;
}

.font-num {
    font-family: DINBold!important;
}

.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-40 {
	font-size:40px;
}
.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_w {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
.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% 80%, 0 100%);
    overflow: hidden;
}
.clear {
	clear: both;
}
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.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;
}
.bez_1 {
	-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);
}
.box_mb_none {
	margin-bottom: 30px !important;
}
.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;
}
.button {
	display: inline-block;
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #e53900;
	background: transparent;
}
.button a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #e53900;
}
.button_w {
	display: inline-block;
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #ffffff;
	background: transparent;
}
.button_w a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
}
.button_w:hover {
	border: solid 2px #ffffff;
	background: #ffffff !important;
}
.button_w:hover a {
	color: #e53900 !important;
}
.button_diy_zqx a {
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #ff6a00;
	background: transparent;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #ff6a00;
}
.button_diy_zqx a:hover {
	background: #ff6a00;
	color: #FFFFFF;
}
.button_diy_xwsjjqr a {
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #00b496;
	background: transparent;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #00b496;
}
.button_diy_xwsjjqr a:hover {
	background: #00b496;
	color: #FFFFFF;
}
.button_diy_xwznqm a {
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #ffbb33;
	background: transparent;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffbb33;
}
.button_diy_xwznqm a:hover {
	background: #ffbb33;
	color: #FFFFFF;
}
.cta_button:hover {
	background: #ffffff;
}
.cta_button:hover a {
	color: #e53900;
}
.button_2 {
	display: inline-block;
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #e53900;
	background: #e53900;
}
.button_2 a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
}
.button_2:hover {
	border: solid 2px #e53900;
	background: #ffffff !important;
}
.button_2:hover a {
	color: #e53900 !important;
}
.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;
}
/*#index .header {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}*/
#secondary .home {
	height: 500px !important;
}
#secondary-2 .home {
	height: 160px !important;
}
#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(0, 0, 0, 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 span {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/*background: url(../images/videooverlay1.png) repeat;
	background-size: 30px 30px;*/
}
.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.8) !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;
}
.header.scrolled .search_button {
	color: #ffffff;
}
.with-bottom-effect .bottom-effect {
	position: absolute;
	z-index: 2;
	bottom: -50px;
	width: 3000px;
	height: 150px;
	left: -100px;
	background: #fff;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
/*********************************
3.1.1 Logo
*********************************/
.logo_w {}
.logo {
	display: none;
}
/*********************************
3.1.2 Main Navigation
*********************************/
.main_nav {
	flex-basis: 200%;
}
.main_nav ul {
	display: inline-block;
	margin-right: 50px;
}
.main_nav ul li {
	display: inline-block;
	margin-right: 40px;
}
.main_nav ul li:last-child {
	margin-right: 0px;
}
.main_nav ul li a.main_nav_a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #ffffff;
}
.main_nav ul li a:hover {
	color: #cccccc;
}
.scrolled .main_nav ul li a:hover {
	color: #e53900 !important;
}
.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 .main_nav ul li a.main_nav_a:hover {
	color: #e53900 !important;
}
.main_nav ul li.active a {
	font-weight: 700;
	color: #ffffff;
}
.scrolled .button_language a, .submenu_show .button_language a {
	color: #e53900;
}
.scrolled .button_language a.on, .submenu_show .button_language a.on {
	color: #fff;
	background-color: #e53900;
}
/*********************************
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;
}
.search_form {
	position: absolute;
	right: 0;
	top: 90px;
	width: 200px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}
.search_form.active {
	top: 50px;
	visibility: visible;
	opacity: 1;
}
.search_button a {
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	background: #e53900;
	border-radius: 5px;
	float: left;
	padding: 0 20px;
}
.search_button a:hover {
	color: #000000;
	background: #e0d000;
}
.search_button_cn-en {
	float: left;
	height: 40px;
	line-height: 36px;
	font-size: 12px;
	color: #999;
	position: relative;
	border-bottom: none;
	padding: 0 10px;
	border: 2px solid #e53900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.search_button_cn-en a {
	font-size: 14px;
	color: #666;
	margin: 0 2px;
}
.search_button_cn-en a.on {
	color: #e53900;
}
.search_button_cn-en a:hover {
	color: #e53900;
}
.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 #e53900;
}
.search_button_bottom {
	width: 160px;
	height: 40px;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	background: linear-gradient(to right, #3cc850, #5adc78);
	border-radius: 20px;
}
/*********************************
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: #e53900;
}
.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%;
}
.item_1 span {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	color: #ffffff;
}
.item_1 span:first-child {
	font-size: 24px;
	margin-bottom: 10px;
}
.item_1 span:nth-child(2) {
	font-size: 100px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px;
	margin-right: 0;
	text-align: center;
	color: #ffffff;
}
.item_1 span:nth-child(3) {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
}
.hero_slider_nav {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.hero_slider_nav_left {
	left: 50px;
}
.hero_slider_nav_right {
	right: 50px;
}
.hero_slider_nav div {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}
.hero_slider_nav div::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #e53900;
	border-radius: 50%;
	transform: scale(0);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hero_slider_nav div i {
	font-size: 18px;
	color: #666666;
}
.hero_slider_nav div:hover::before {
	opacity: 1;
	transform: scale(1);
}
.hero_slider_nav div:hover i {
	color: #ffffff;
}
.hero_side_text_container {
	position: absolute;
	top: 0;
	right: 30px;
	width: 200px;
	height: 800px;
	/*background: #e53900;*/
	background: linear-gradient(#e53900, #e53900); /* 标准的语法 */
	z-index: 9;
	transform-origin: top right;
}
.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: #e53900;
}
.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: 100px;
}
.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%;
	padding-bottom: 150px;
	vertical-align: bottom;
}
#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: #e53900;
	-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;
}
.index-title h3, .index-title h4 {
	line-height: 2;
	margin-bottom: 0;
}
/*********************************
3.3 Next Section Scroll
*********************************/
#secondary .next_section_scroll {
	z-index: 10 !important;
	display: block !important;
	bottom: -30px !important;
}
.next_section_scroll {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 50px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 9;
	padding: 10px;
}
.next_section i {
	display: block;
	color: #cccccc;
	margin-bottom: 0px;
}
/*********************************
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: #e53900;
}
.menu_close:hover i {
	color: #e53900;
}
.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: #e53900;
	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: #e53900;
}
.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 {
	margin-top: -130px;
}
.icon_boxes_go_box {
	width: 100%;
	float: left;
	padding: 40px 35px;
	border-radius: 0px;
	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;
}
.icon_boxes_a {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.icon_boxes_a:hover .overlay {
	background: rgba(230, 60, 0, 0.7);
}
.icon_boxes_a:hover .icon_boxes_go_box {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	box-shadow: 0px 5px 30px rgba(230, 60, 0, 0.3);
}
.icon_boxes_go_box .icon_box_title {
    z-index: 1;
    position: relative;
}
.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;
}
.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;
}
.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;
}
:hover .icon_box_title {
	padding-right: 0px;
	z-index: 2;
}
.icon_box_title h3 {
	color: #FFFFFF;
}
.icon_box_title p {
	color: #FFFFFF;
	margin-bottom: 0;
}
.icon_box_title h1 {
	line-height: 1.25;
}
.icon_box_button {
	margin-top: 40px;
}
.icon_box_button:hover {
	background: #e53900;
}
.icon_box_button:hover a {
	color: #FFFFFF;
}
.icon_box_col {
	padding-top: 10px;
}
.icon_box_item {
	margin-bottom: 63px;
}
.icon_box_item:last-child {
	margin-bottom: 0px;
}
.icon_box_item h2 {
	margin-bottom: 21px;
}
.icon_box_item p {
	margin-bottom: 0px;
}
.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-box .title-lead {
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 10px;
}
.page-box .title-sublead {
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 0;
}
#floor_kehu .title h3 {
	text-align: right;
}
#floor_pingshen .info_box {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/pingshen/bg.png);
	background-size: cover;
}
#floor_pingshen .info {
	position: absolute;
	left: 0px;
	bottom: 20px;
	padding: 0;
	margin: 0;
	width: 100%;
}
#floor_pingshen .info h6 {
	font-size: 17px;
	font-weight: 600;
	color: #e53900;
	padding: 0;
	margin: 0 0 5px 0;
}
#floor_pingshen .info p {
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	padding: 0;
	margin: 0 0 5px 0;
}
#floor_pingshen .a-hover {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#floor_pingshen .a-hover:hover {
	margin-top: 5px;
}
.page-bg-pingshen {
	background-color: #fff;
	margin-top: -160px;
}
.page-bg-kehu {
	background-image: url(../images/bg_cool_top.png);
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 100px;
}
#floor_kehu .box_l {
	margin-top: -100px;
}
/*********************************
6. Vertical Slider Section
*********************************/
.v_slider_section {
	height: 625px;
	padding-bottom: 65px;
	background-color: rgba(0, 0, 0, 0.05);
	background-image: url(../images/bg_cool_01.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.v_slider_section_image {}
.v_slider_image {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
}
.v_slider_content {
	margin-top: 20px;
}
.v_slider_container {}
.v_slider {}
.v_slider_item {
	border: none !important;
}
.v_slider_item:focus {
	outline: none !important;
	border: none !important;
}
.v_slider_item h1 {
	line-height: 52px;
}
.v_slider_item h1:last-of-type {
	margin-bottom: 40px;
}
.v_slider_item ul li img {
	width: 140px;
	height: 70px;
}
.v_slider_item_2 img {
	height: 126px !important;
}
.person {
	margin-top: 40px;
	margin-bottom: 40px;
}
.person_image {
	width: 44px;
	height: 44px;
}
.person_image img {
	width: 100%;
}
.person_meta {
	padding-left: 28px;
}
.person_name {
	font-size: 15px;
	color: #28262d;
	margin-top: -5px;
	margin-bottom: -6px;
}
.person_title {
	font-size: 13px;
	color: #909090;
}
.v_slider .slick-dots {
	position: absolute;
	top: 50%;
	right: -50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.v_slider .slick-dots {
	width: 18px;
}
.v_slider .slick-dots li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 35px;
}
.v_slider .slick-dots li.slick-active {}
.v_slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	background: #dddddd;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.v_slider .slick-dots li button:focus, .v_slider .slick-dots li button:active {
	outline: none !important;
	border: none !important;
}
.v_slider .slick-dots li.slick-active button {
	width: 18px;
	height: 18px;
	background: #e53900;
}
/*********************************
7. Services
*********************************/
.section_title h1 {
	font-weight: 500;
}
.section_title span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
}
/*********************************
7.1 Services Slider
*********************************/
.h_slider_container {
	width: 100%;
}
.services_slider_container {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.service_slider_outer {
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1920px;
	height: 600px;
}
.services_slider .owl-stage-outer {
	padding-top: 0px;
	padding-bottom: 60px;
}
.services_slider .owl-stage {
	right: 50px;
}
.services_slider .owl-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.services_slider .owl-item.center {
	margin-left: 48px !important;
	margin-right: 115px !important;
}
.services_slider .owl-item.center .services_item_inner {
	background-color: #e53900 !important;
}
.services_slider .owl-item .services_item_inner {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 10px;
}
.services_slider .owl-item .services_item .dis_bg {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	z-index: 0;
}
.services_slider .owl-item.center .services_item .dis_bg {
	display: block;
}
.services_slider .owl-item .dis_bg {
	display: none;
}
.services_item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: 100%;
}
.services_item_inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 450px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.services_slider .owl-item.active.center .services_item_inner {
	height: 650px;
}
.service_item_content {
	max-width: 100%;
	padding: 0 40px;
	top: 80px;
}
.services_slider .owl-item.center .service_item_content {
	top: 50px;
}
.services_item_inner h2 {
	font-weight: 400;
	margin-bottom: 22px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.services_item_inner p {
	line-height: 1.5;
	margin-bottom: 15px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_button {
	position: absolute;
	bottom: -60px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_button a {
	color: #FFFFFF;
}
.service_item_button:hover {
	background: #FFFFFF;
}
.service_item_button:hover a {
	color: #e53900;
}
.services_slider .owl-item.center .services_item .services_item_inner h4 {
	color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner h6 {
	color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner p {
	color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_button {
	visibility: visible;
	opacity: 1;
}
.service_item_icon {
	position: relative;
	top: -20px;
	width: 100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_icon .icon {
	font-size: 40px;
	line-height: 1;
	color: #e53900;
}
.services_slider .owl-item.active.center .services_item_inner .service_item_icon .icon {
	font-size: 50px;
	color: #ff9900;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_icon {
	top: -40px;
}
.services_slider .owl-dots {
	margin-top: 0px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.services_slider.owl-theme .owl-dots .owl-dot span {
	width: 11px !important;
	height: 11px !important;
	background: #dddddd;
}
.services_slider.owl-theme .owl-dots .owl-dot.active span {
	width: 18px !important;
	height: 18px !important;
	background: #e53900;
}
.services_slider_nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc((100% - 80px) / 2);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}
.services_slider_nav_left {
	left: calc(50% - 255px);
}
.services_slider_nav_right {
	right: calc(50% - 255px);
}
.services_slider_nav i {
	font-size: 18px;
	color: #ccc;
}
.services_slider_nav:hover i {
	color: #e53900;
}
/*********************************
8. Features
*********************************/
.features {
	padding-top: 120px;
	padding-bottom: 130px;
	background: #f8f8f8;
}
.features_row {
	margin-top: 35px;
}
.features_col {
	padding-top: 30px;
	padding-bottom: 30px;
}
.features_item {
	margin-bottom: 60px;
}
.features_image img {
	width: 100%;
}
.features_col .intro-text:last-of-type {
	margin-bottom: 0px;
}
.features_button {
	margin-top: 20px;
}
.features_button:hover, .features_button_2:hover {
	background: #e53900;
}
.features_button:hover a, .features_button_2:hover a {
	color: #FFFFFF;
}
.features_button_2 {
	display: none;
}
/*********************************
9. Call to action
*********************************/
.cta {
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
}
.cta_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-position: center center;
}
.cta_content {
	padding-top: 80px;
	padding-bottom: 80px;
}
.cta_content h1 {
	color: #000;
	margin-bottom: 20px;
}
.cta_content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #000;
	margin-bottom: 30px;
}
.cta_image {
	position: absolute;
	height: 100%;
}
.cta_image img {
	height: 100%;
}
.cta_image_right {
	top: 0;
	left: 0;
}
.cta_image_left {
	top: 0;
	right: 0;
}
/*********************************
10. Text Line
*********************************/
/*********************************
11. Newsletter
*********************************/
.news-body img {
	max-width: 900px;
	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;
}
.newsletter {
	width: 100%;
	background: #1b0d37;
}
.newsletter_content {
	padding-top: 110px;
	padding-bottom: 141px;
}
.newsletter_title {}
.newsletter_title h1 {
	color: #FFFFFF;
	margin-bottom: 13px;
}
.newsletter_title span {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.newsletter_form_container {
	text-align: left;
	margin-top: 77px;
}
.newsletter_email {
	height: 53px;
	background: #e53900;
	border: none;
	padding-left: 30px;
	width: calc(100% - 174px - 26px);
	margin-right: 22px;
	color: #FFFFFF;
}
.newsletter_email:focus {
	outline: none;
	border: none;
}
.newsletter_submit_button {
	cursor: pointer;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
}
.newsletter_submit_button:hover {
	background: #e53900;
}
.newsletter_submit_button:focus {
	outline: none;
	border: none;
}
/*********************************
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: #222;
	/*background: linear-gradient(to right, #333, #1f2e4d);*/
}
.footer_logo {
	padding-left: 0px;
	margin-bottom: 0px;
	float: right;
}
.footer_logo a {
	color: #e53900;
	line-height: 1;
}
.footer_logo img {
	width: 240px;
}
.footer_intro p {
	margin-bottom: 0px;
}
.footer_social {
	margin-top: 27px;
}
.footer_social ul {
	display: inline-block;
	margin-left: -5px;
}
.footer_social ul li {
	display: inline-block;
	margin-right: 22px;
}
.footer_social ul li a {
	padding: 5px;
}
.footer_social ul li a i {
	font-size: 12px;
	color: #bab6c3;
}
.footer_social ul li a:hover i {
	color: #1b0d37;
}
.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;
}
.focus_list {
	float: right;
}
.focus_list li {
	width: 50px;
	margin-left: 20px;
	float: left;
}
.focus_list a {
	float: left;
	border-radius: 50%;
	background: #444;
}
.focus_list a:hover {
	background: #e53900;
}
.focus_list img {
	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;
}
/******  NEWS ITEM ******/
.news-item {
	margin-bottom: 20px;
}
.news-item h5 {
	margin-bottom: 1rem;
}
.news-item .meta {
	padding-bottom: 15px;
	line-height: 1;
}
.news-item .meta .meta-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	margin-right: 10px;
	letter-spacing: 0.1em;
}
.news-item .meta .meta-item .icon {
	font-size: 11px;
	margin-right: 7px;
	vertical-align: middle;
	color: #666666;
}
.news-item .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-item .image img {
	vertical-align: middle;
	width: 100%;
	-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;
}
.news-item .image::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}
.news-item .image:hover img {
	transform: scale(1.05);
}
.news-item .image_logo img {
	border: 1px solid #f5f5f5;
}
.news-item .image:hover .image-content {
	opacity: 1;
	cursor: pointer;
}
.news-item .image .image-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(15, 38, 153, 0.5);
	display: table-cell;
	vertical-align: bottom;
	-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;
	opacity: 0;
	z-index: 2;
}
.news-item .image .read-more {
	position: absolute;
	font-size: 12px;
	bottom: 20px;
	left: 20px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}
.news-item .image .read-more:before {
	margin-right: 5px;
	margin-bottom: -1px;
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.news-item .user-avatar {
	position: relative;
	margin-bottom: 30px;
}
.news-item .user-avatar .avatar {
	float: right;
	margin-top: -40px;
	width: 70px;
	height: 70px;
	margin-right: 15px;
	border: 5px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.news-item .user-avatar .avatar img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.imgs-item .image .play-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	display: table-cell;
	vertical-align: bottom;
	-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:hover .play-content {
	background: rgba(222, 0, 0, 0.3);
	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: 60px;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -45px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	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;
	margin-bottom: 20px;
}
.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;
}
.imgs-item .image .map-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	display: table-cell;
	vertical-align: bottom;
	-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:hover .map-content {
	background: rgba(222, 0, 0, 0.6);
	cursor: pointer;
}
.imgs-item .image .map-more {
	position: absolute;
	font-size: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	display: grid;
	color: #fff;
	text-transform: uppercase;
}
.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;
}
/*********************************
8. Image Boxes
*********************************/
.image_boxes {
	padding-top: 130px;
	padding-bottom: 130px;
}
.card_tuce {
	background: #f6f6f6;
	border: none;
	margin-bottom: 30px;
}
.card_tuce:hover {
	background: #ffffff;
	box-shadow: 0px 26px 38px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.card_tuce-body {
	padding: 1.25rem;
	background-color: #f6f6f6;
}
.card_baise_body {
	padding: 1.25rem;
	background-color: #ffffff;
}
.card_tuce-title {
	line-height: 1.5;
	margin-bottom: 10px;
}
.card_tuce-link {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	color: #999999;
}
.card_tuce:hover .card_tuce-link {
	color: #e53900;
}
.card_tuce:hover .card_tuce-title {
	color: #e53900;
}
/*********************************
翻页
*********************************/
.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: #e53900;
}
.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 #e53900;
	border-radius: 3px;
	font-size: 12px;
	word-spacing: 0px;
	background-color: #e53900;
}
/*********************************
6.1 Sidebar Categories
*********************************/
.sidebar_section {
	width: 150px;
}
.categories_section {
	z-index: 9;
}
.sidebar_section_title {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.sidebar_categories {
	padding-left: 53px;
}
.sidebar_categories ul {
	margin-top: 31px;
}
.sidebar_categories ul li {
	position: relative;
}
.sidebar_categories ul li::before {
	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%);
	left: -23px;
	width: 7px;
	height: 7px;
	background: #dad9dc;
	content: '';
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_categories ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}
.sidebar_categories ul li.on a {
	color: #e53900 !important;
	font-weight: bold;
}
.sidebar_categories ul li:hover::before {
	background: #e53900;
}
/*********************************
5. Blog
*********************************/
.blog {
	padding-top: 50px;
}
.blog_container {
	padding-bottom: 50px;
}
.blog_post_image {
	width: 100%;
	height: auto;
}
.blog_post_image img {
	width: 100%;
	height: auto;
}
.blog_post_date {
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	margin-bottom: 20px;
}
.blog_post_title {
	margin-bottom: 40px;
}
.blog_post_body img {
	max-width: 100% !important;
}
.blog_post_body p {
	margin-bottom: 28px;
	line-height: 1.8 !important;
}
.blog_post_body p:last-of-type {
	margin-bottom: 0px;
}
.blog_post_highlight {
	font-size: 18px;
	line-height: 1.66;
	font-weight: 500;
	color: #909090;
	margin-top: 47px;
	margin-bottom: 48px;
}
.blog_post_highlight::before {
	display: block;
	position: absolute;
	top: 0;
	left: -27px;
	width: 5px;
	height: 100%;
	background: #e53900;
	content: '';
}
.list-group-item.disabled {
	color: #e53900 !important;
}
/*********************************
6. Device
*********************************/
.device {
	padding-bottom: 50px;
}
.device_content {
	position: relative;
}
.device_items {
	margin-left: 20px;
	border-left: 1px solid #ededed;
}
.device_item {
	margin-bottom: 30px;
}
.device_item:last-child {
	margin-bottom: 0px;
}
.device_item span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #e53900;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	border-radius: 50%;
	float: left;
	margin-left: -20px;
}
.device_item p {
	display: block;
	vertical-align: middle;
	padding-left: 40px;
}
.device_item h5 {
	display: block;
	vertical-align: middle;
	padding-left: 40px;
}
.devices_button {
	margin-top: 60px;
}
.devices_button:hover {
	background: #e53900;
}
.devices_button:hover a {
	color: #FFFFFF;
}
.device_image {
	height: 100%;
	padding-left: 21px;
}
.device_image_container {
	width: calc(50vw - 45px);
	padding-top: 300px;
}
.device_image_container img {
	max-width: 100%;
}
.device_image_background {
	position: absolute;
	top: 0;
	left: 21px;
	width: 50vw;
	height: 300px;
	background: #f6f6f6;
}
/*********************************
6.3 Sidebar Tags
*********************************/
.tags_section {
	margin-top: 60px;
}
.tags_container {
	margin-top: 16px;
}
.tag_item {}
.tag_item a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	color: #FFFFFF;
	padding: 0 20px;
	background: #00AAFF;
	height: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.tag_item a:hover {
	color: #e53900;
	background: #ffffff;
}
/******  TIMELINE ******/
.round-ico {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 5px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #ccc;
	-moz-box-shadow: inset 0px 0px 0px 2px #ccc;
	box-shadow: inset 0px 0px 0px 2px #ccc;
}
.round-ico.little {
	width: 25px;
	height: 25px;
	background: #fff;
	border: 5px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #ccc;
	-moz-box-shadow: inset 0px 0px 0px 2px #ccc;
	box-shadow: inset 0px 0px 0px 2px #ccc;
}
.wrap-timeline {
	position: relative;
}
.wrap-timeline:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	bottom: 80px;
	left: 50%;
	width: 1px;
	margin-left: -1px;
	background: #ededed;
}
.wrap-timeline .top-row .time-title {
	text-align: center;
	height: 80px;
	position: relative;
}
.wrap-timeline .top-row .time-title .round-ico {
	position: absolute;
	left: 50%;
	margin-left: -26px;
	top: 0px;
	z-index: 1;
	width: 52px;
	height: 52px;
	line-height: 44px;
}
.wrap-timeline .top-row .time-title .round-ico .icon {
	font-size: 16px;
	text-align: center;
	color: #e53900;
}
.wrap-timeline .row {
	position: relative;
}
.wrap-timeline .row > .round-ico.big {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -20px;
	z-index: 1;
}
.wrap-timeline .row > .round-ico.big:after {
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 1px;
	left: 100%;
	top: 13px;
	background: #ccc;
}
.wrap-timeline .row > .round-ico.big:before {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	right: -37px;
	top: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #ccc;
}
.wrap-timeline .row > .round-ico.little {
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -13px;
	z-index: 1;
}
.wrap-timeline .row > .round-ico.little:after {
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 1px;
	right: 100%;
	top: 6px;
	background: #ccc;
}
.wrap-timeline .row > .round-ico.little:before {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	left: -37px;
	top: 3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #ccc;
}
.wrap-timeline .left-row {
	text-align: right;
	margin-bottom: 0px;
}
.wrap-timeline .right-row {
	text-align: left;
	margin-bottom: 0px;
}
.wrap-timeline .right-row .time-item {
	padding-left: 80px;
}
.wrap-timeline .left-row .time-item {
	padding-right: 80px;
}
.wrap-timeline .time-item {
	padding-top: 10px;
}
.wrap-timeline .time-item .date {
	font-size: 12px;
	text-transform: uppercase;
	color: #e53900;
	margin-bottom: 10px;
	line-height: 17px;
}
.wrap-timeline .time-item .image img {
	max-width: 100%;
	margin-bottom: 20px;
	width: auto;
}
.wrap-timeline .time-item .title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
}
.wrap-timeline .time-item p {
	margin: 0;
}
.wrap-timeline .plus {
	padding-bottom: 0px;
}
.wrap-timeline .plus .plus-ico {
	display: block;
	z-index: 1;
	margin: 0 auto;
	position: relative;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 5px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #ccc;
	-moz-box-shadow: inset 0px 0px 0px 2px #ccc;
	box-shadow: inset 0px 0px 0px 2px #ccc;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	padding: 0;
	-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;
	color: #e53900;
}
.wrap-timeline .plus .plus-ico:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 50px;
	left: 50%;
	margin-left: -1px;
	bottom: 100%;
	background: #ededed;
}
.wrap-timeline .plus .plus-ico:hover {
	color: #fff;
	background: #e53900;
	box-shadow: none;
}
/******  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%;
}
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify .swiper-slide {
	width: 1100px;
	border-radius: 10px;
	box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
#certify .swiper-slide .img img {
	width: 100%;
	display: block;
}
#certify .swiper-slide .txt {
	padding: 30px;
	text-align: center;
	margin: 0;
	background: #ffffff;
}
#certify .swiper-slide .txt p {
	line-height: 1.2;
	color: #333333;
	font-size: 1.1em;
	margin-bottom: 10px;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 2px solid #e53900;
	background-color: #fff;
}
#certify .swiper-button-prev {
	left: -60px;
	width: 40px;
	height: 40px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	outline: none;
}
#certify .swiper-button-prev:hover {
	background-position: 0 -40px;
	background-size: 100%
}
#certify .swiper-button-next {
	right: -60px;
	width: 40px;
	height: 40px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -80px;
	background-size: 100%;
	outline: none;
}
#certify .swiper-button-next:hover {
	background-position: 0 -120px;
	background-size: 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;
}
/*forms*/
.fwmc_xxk {
	overflow: hidden;
}
.fwmc_xxk li {
	float: left;
	width: 100%;
	height: 46px;
	border: 2px solid #ddd;
	font-size: 18px;
	color: #666;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
	cursor: pointer;
	line-height: 46px;
}
.fwmc_xxk li p {
	height: 46px;
	width: 100%;
	line-height: 43px;
	font-size: 17px;
	color: #999;
}
.fwmc_xxk li.on {
	color: #e53900;
	border: 2px solid #e53900;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/forms/form-group-on.png);
	background-size: 16px 16px;
}
.fwmc_xxk li.on p {
	color: #e53900
}
.nmb_jj {
	overflow: hidden;
}
.nmb_jj li {
	float: left;
	text-align: center;
	line-height: 40px;
	border: 1px solid #ddd;
	font-size: 20px;
	padding: 0 8px
}
.nmb_jj li.jia {
	border-left: none;
	cursor: pointer;
	color: #999;
	width: 40px;
	padding: 0
}
.nmb_jj li.jian {
	border-right: none;
	cursor: pointer;
	color: #999;
	width: 40px;
	padding: 0
}
.nmb_jj li .srkk {
	width: 40px;
	font-size: 16px;
	border: none;
	line-height: 24px;
	text-align: center
}
/*常规列表*/
.ul-li li {
	line-height: 20px;
	margin-bottom: 10px;
}
/*swiper-财务报告*/
.swiper-cwbg {
	box-sizing: border-box;
}
.swiper-cwbg .swiper-slide {
	width: 25%;
}
.swiper-cwbg .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}
.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;
}

/*swiper-首页业务体系*/
.swiper-business .swiper-slide .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;
}
.swiper-business .swiper-slide .txt {
	transition: all 0.3s ease;
}
.swiper-business .swiper-slide a {
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden;
    justify-content: center;
    align-items: center;
}
.swiper-business .swiper-slide a:hover .overlay {
	background: rgba(230, 60, 0, 0.8);
	opacity: 1;
}
.swiper-business .swiper-slide a:hover .txt {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
}
.swiper-business .swiper-slide-product a:hover .overlay {
	background: rgba(230, 60, 0, 0.8) !important;
	opacity: 1!important;
}
.swiper-business .swiper-slide-product a:hover .txt {
	color: #fff!important;
}
.swiper-business .swiper-slide .box_1x1 {
	height: 600px;
}
.swiper-business .swiper-slide .box_2x1 {
	height: 300px;
}
.swiper-business .swiper-slide .box_1x2 {
	height: 600px;
}
.swiper-business .swiper-slide .img {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.swiper-business .swiper-slide .txt {
	z-index: 1;
	width: 80%;
}
.swiper-business .swiper-slide .txt {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.swiper-business .swiper-slide .txt .logo_s img {
	height: 30px;
}
.swiper-business .swiper-slide .txt .t_1 {
	font-size: 40px;
	margin: 0 0 20px 0;
	line-height: 45px;
}
.swiper-business .swiper-slide .txt .t_1_s {
	font-size: 20px;
	margin: 0;
	font-weight: 300;
}
.swiper-business .swiper-slide .txt .t_2 {
	font-size: 28px;
	margin: 0 0 10px 0;
}
.swiper-business .swiper-slide .txt .t_2_s {
	font-size: 18px;
	margin: 0;
	font-weight: 300;
}
.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: #e53900;
    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;
}

/*频道首页二级导航*/
.nav_class li {
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
	overflow: hidden;
}
.nav_class li a {
    width: 100%;
    line-height: 44px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    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;
}
.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 #fff;
    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 #e53900;
    color: #e53900;
}
.nav_class.nav_class_dark li a:hover {
    background: #e53900;
    border: 1px solid #e53900;
    color: #fff;
}
.nav_class.nav_class_dark li.current a {
    background: #e53900;
    color: #fff;
}
.nav_class.nav_class_dark li.current a:hover {
    background: #e53900;
    border: 1px solid #e53900;
}
.nav_class.nav_class_dark li a.current {
    background: #e53900;
    color: #fff;
}
.nav_class.nav_class_dark li a.current:hover {
    background: #e53900;
    color: #fff;
    border: 1px solid #e53900;
}
.nav_class .swiper-slide {
    width: auto !important;
}

/*下滑后-添加CLASS类样式*/
.is-sticky {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.is-sticky {
    padding-top: 10px;
	z-index: 5;
}
.is-sticky-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-sticky-nav {
    color: #000;
    padding-top: 10px;
    padding-bottom: 0px;
	z-index: 5;
    background: rgba(255, 255, 255, 0.8) !important;
    -webkit-backdrop-filter: saturate(200%) blur(10px);
    backdrop-filter: saturate(200%) blur(10px);
}

/*下滑后-绑定黑色系*/
.is-sticky-nav .nav_class li a {
    border: 1px solid #000!important;
    color: #000!important;
}
.is-sticky-nav .nav_class li a:hover {
    background: #000!important;
    border: 1px solid #000!important;
    color: #fff!important;
}
.is-sticky-nav .nav_class li.current a {
    background: #000!important;
    color: #fff!important;
}
.is-sticky-nav .nav_class li.current a:hover {
    background: #000!important;
    border: 1px solid #000!important;
}
.is-sticky-nav .nav_class li a.current {
    background: #000!important;
    color: #fff!important;
}
.is-sticky-nav .nav_class li a.current:hover {
    background: #000!important;
    color: #fff!important;
    border: 1px solid #000!important;
}
.is-sticky-nav .nav_class .swiper-slide {
    width: auto !important;
}

#topbannerbg {
    width: 100%;
    position: relative;
}
.topbannerbg {
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzAwIDMwMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMTUwIiB5MT0iNDAiIHgyPSIxNTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIzMDAiIGhlaWdodD0iNDAiIHN0eWxlPSJvcGFjaXR5OjAuMTtmaWxsOnVybCgjYSkiLz48cGF0aCBkPSJNMTUwLDExLjlDOTUuMzYsMTEuOSw0NC4xMyw5LjM5LDAsNVYzMDBIMzAwVjVDMjU1Ljg3LDkuMzksMjA0LjY0LDExLjksMTUwLDExLjlaIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.topbannerbg_min {
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzAwIDMwMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMTUwIiB5MT0iNDAiIHgyPSIxNTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIzMDAiIGhlaWdodD0iNDAiIHN0eWxlPSJvcGFjaXR5OjAuMTtmaWxsOnVybCgjYSkiLz48cGF0aCBkPSJNMTUwLDExLjlDOTUuMzYsMTEuOSw0NC4xMyw5LjM5LDAsNVYzMDBIMzAwVjVDMjU1Ljg3LDkuMzksMjA0LjY0LDExLjksMTUwLDExLjlaIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}
@media only screen and (max-width: 2560px) {
    .topbannerbg {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzAwIDMwMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMTUwIiB5MT0iMzUiIHgyPSIxNTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIzMDAiIGhlaWdodD0iMzUiIHN0eWxlPSJvcGFjaXR5OjAuMTtmaWxsOnVybCgjYSkiLz48cGF0aCBkPSJNMTUwLDE3LjM2Qzk1LjM2LDE3LjM2LDQ0LjEzLDEzLjU5LDAsN1YzMDBIMzAwVjdDMjU1Ljg3LDEzLjU5LDIwNC42NCwxNy4zNiwxNTAsMTcuMzZaIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+);
    }
}
@media only screen and (max-width: 1920px) {
    .topbannerbg {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzAwIDMwMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMTUwIiB5MT0iNDAiIHgyPSIxNTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIzMDAiIGhlaWdodD0iNDAiIHN0eWxlPSJvcGFjaXR5OjAuMTtmaWxsOnVybCgjYSkiLz48cGF0aCBkPSJNMTUwLDI2LjM4Qzk1LjM2LDI2LjM4LDQ0LjEzLDIxLjUxLDAsMTNWMzAwSDMwMFYxM0MyNTUuODcsMjEuNTEsMjA0LjY0LDI2LjM4LDE1MCwyNi4zOFoiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=);
    }
    .topbannerbg_min {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzAwIDMwMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMTUwIiB5MT0iMzUiIHgyPSIxNTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIzMDAiIGhlaWdodD0iMzUiIHN0eWxlPSJvcGFjaXR5OjAuMTtmaWxsOnVybCgjYSkiLz48cGF0aCBkPSJNMTUwLDE3LjM2Qzk1LjM2LDE3LjM2LDQ0LjEzLDEzLjU5LDAsN1YzMDBIMzAwVjdDMjU1Ljg3LDEzLjU5LDIwNC42NCwxNy4zNiwxNTAsMTcuMzZaIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+);
    }
}
@media only screen and (max-width: 834px) {
    .slide-index-bg {
        width: 100%;
        height: 60vw !important;
    }
    .slide-index-bg.bg_vip {
        height: 700px!important;
    }
    .topbannerbg {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzAwIDMwMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMTUwIiB5MT0iODAiIHgyPSIxNTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIzMDAiIGhlaWdodD0iODAiIHN0eWxlPSJvcGFjaXR5OjAuMTtmaWxsOnVybCgjYSkiLz48cGF0aCBkPSJNMTUwLDYwQzkzLjcyLDYwLDQxLjc4LDUyLjU1LDAsNDBWMzAwSDMwMFY0MEMyNTguMjIsNTIuNTUsMjA2LjI4LDYwLDE1MCw2MFoiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=);
        background-size:100%; 
    }
    .topbannerbg_min {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzAwIDMwMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMTUwIiB5MT0iNjAiIHgyPSIxNTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIzMDAiIGhlaWdodD0iNjAiIHN0eWxlPSJvcGFjaXR5OjAuMTtmaWxsOnVybCgjYSkiLz48cGF0aCBkPSJNMTUwLDQwQzkzLjcyLDQwLDQxLjc4LDMyLjU1LDAsMjBWMzAwSDMwMFYyMEMyNTguMjIsMzIuNTUsMjA2LjI4LDQwLDE1MCw0MFoiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=);
        background-size: 100%;
    }
}
/*鼠标经过元素交互动画*/
.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.2)!important;
}
/*底部固定图标导航入口*/
#bottom_fixed_nav{
	padding: 10px;
}
#bottom_fixed_nav li{
	position:relative;
	padding: 0px 10px;
}
#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: 13px;
	color: #e53900;
}
#bottom_fixed_nav li.on::before{
	content: " ";
	background-image: url(../images/bottom_fixed_nav_on.svg);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: -22px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#bottom_fixed_nav li a{
    width: 40px;
	display: block;
}
#bottom_fixed_nav li img{
    width: 40px;
	height: 40px;
	background: #faebe6;
    border: 1px solid #faebe6;
	border-radius: 100%;
	margin-bottom: 5px;
}
#bottom_fixed_nav li.on img{
    background: #fff!important;
    border: 1px solid #e53900!important;
}
#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;
}