@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
***********/
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,700,900');*/
/*********************************
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: 6px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
body::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
	border-radius: 10px;
	/*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
	background: #ffffff;
}
body::-webkit-scrollbar-track { /*滚动条里面轨道*/
	/*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
	border-radius: 0px;
	background: #28a745;
}
/*********************************
DIY bootstrap4/bootstrap.css
*********************************/
.breadcrumb {
	background: none !important;
	padding: 0 !important;
}
body {
	font-family: "Poppins", -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	background: #ffffff;
	color: #000000;
}
.font-family,.font-family div,.font-family p,.font-family span,.font-family p span {
	font-family: "Poppins", -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif!important;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
}
div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms 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;
}
a:hover {
	color: #28a745;
}
h7 {
	font-size: 12px !important;
	line-height: 12px !important;
}
.txt_10 {
	font-size: 10px !important;
}
.txt_11 {
	font-size: 11px !important;
}
.txt_12 {
	font-size: 12px !important;
}
section {
	display: block;
	position: relative;
	box-sizing: border-box;
}
.section_box {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
}
.section_box_w {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
.section_box_h {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #f6f6f6;
}
.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;
}
.bodybg_hui {
	background-color: #f6f6f6 !important;
}
.box-shadow {
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.07)
}
.bg-lightx2{
	background-color: #fafafa !important;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	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;
}
.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 #f5f5f5;
	padding-top: 30px;
	margin-top: 20px;
}
.line_bottom {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.image-line {
	border: 1px solid #f5f5f5;
}
.radius-0 {
	border-radius: 0!important;
	overflow: hidden;
}
.radius-5px {
	border-radius: 5px;
	overflow: hidden;
}
.radius-10px {
	border-radius: 10px;
	overflow: hidden;
}
.radius-20px {
	border-radius: 20px;
	overflow: hidden;
}
.radius-30px {
	border-radius: 30px;
	overflow: hidden;
}
.radius_touxiang{
	border-radius: 50%;
}
.fill_height {
	height: 100%;
}
.super_container {
	width: 100%;
	overflow: hidden;
}
span.br-pc {
    display: block;
}
span.br-wap {
    display: none;
}
.panel .btn{
	font-size: 14px;
}
a.btn-success{
	color: #ffffff !important;
}
.button {
	display: inline-block;
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #28a745;
	background: transparent;
}
.button a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #28a745;
}
.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: #28a745 !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: #28a745;
}
.button_2 {
	display: inline-block;
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #28a745;
	background: #28a745;
}
.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 #28a745;
	background: #ffffff !important;
}
.button_2:hover a {
	color: #28a745 !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 h6 {
	margin-bottom: 0px !important;
}
.title p {
	margin-bottom: 0px !important;
	color: #cccccc;
}
/*********************************
3. Home
*********************************/
.home {
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.home-400 {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.home-600 {
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.home-700 {
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.home-800 {
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.channel {
	width: 100%;
	height: 100px;
	overflow: hidden;
}
/*#index .header {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}*/
#secondary .home {
	height: 300px !important;
}
#top_min .home {
	height: 100px !important;
}
.home_background_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.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 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.overlay_w {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(288, 288, 288, 0.95);
}
.overlay_red {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 85, 0, 0.8);
}
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%);
}
.with-bottom-effect .bottom-effect {
	position: absolute;
	z-index: 2;
	bottom: -80px;
	width: 3000px;
	height: 150px;
	left: -100px;
	background: #fff;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
/*********************************
3.1 Header
*********************************/
.header .header-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgba(255, 255, 255, 1);
	/* 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; */
	top: 40px;
	left: 0px;
	width: 100%;
	height: 100px;
	z-index: 99;
}
.header .img-logo {
	height: 50px;
	float: left;
}
.header .img-slogan {
	height: 20px;
	float: left;
	margin: 15px 0 0 15px;
	
}
.header.scrolled {
	height: 60px;
	background: rgba(255, 255, 255, 1) !important;
	border-bottom: none !important;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07) !important;
}
/* .index_nav .header .logo {
	display: none;
} */
/* .index_nav .header .logo_w {
	display:block;
} */
/* .index_nav .header.scrolled .logo_w {
	display: none;
}
.index_nav .header.scrolled .logo {
	display: block;
} */
.header.scrolled .img-logo {
	height: 30px !important;
}
.header.scrolled .img-slogan {
	height: 18px !important;
	margin: 6px 0 0 10px;
}
.header.scrolled .search_button {
	color: #ffffff;
}
/*********************************
3.1.1 Logo
*********************************/
/* .logo {
	padding-left: 50px;
	flex-basis: 30%;
} */
/* .logo_w {
	padding-left: 50px;
	flex-basis: 30%;
} */
.logo_w {
	display: none;
}
/*********************************
3.1.2 Main Navigation
*********************************/
.main_nav {
	flex-basis: 70%;
}
.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: 18px;
	font-weight: 600;
	line-height: 40px;
	color: #000;
	position: relative;
}
.index_nav .main_nav ul li a.main_nav_a {
	color: #fff;
}

.main_nav ul li a:hover {
	color: #cccccc;
}
.scrolled .main_nav ul li a:hover {
	color: #28a745 !important;
}
.scrolled .main_nav ul li a.main_nav_a {
	color: #000000;
}
.scrolled .main_nav ul li a.main_nav_a:hover {
	color: #28a745 !important;
}
.scrolled .main_nav ul li a.main_nav_a.active {
	color: #28a745!important;
}
.scrolled .nav-item a.active:hover {
	color: #28a745 !important;
}
.main_nav ul li.active a {
	font-weight: 700;
	color: #ffffff;
}
.main_nav .nav-item .main_nav_a:after {
	display: block;
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #28a745;
	opacity: 0;
	-webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	transform-origin: 50% 0%;
	transform: scale(0.01, 1);
}
.index_nav .main_nav .nav-item .main_nav_a:after {
	background: #fff;
}
.main_nav .active:after {
	opacity: 1 !important;
	transform: scale(1, 1) !important;
	transform-origin: 500% 100% !important;
}
.main_nav .active_index:after {
	opacity: 1 !important;
	transform: scale(1, 1) !important;
	transform-origin: 500% 100% !important;
}
.header.scrolled .main_nav .nav-item .main_nav_a:after {
	bottom: -10px;
	background: #28a745!important;
}
.main_nav .nav-item .main_nav_a:before {
	display: none;
	content: "";
	height: 370px;
	width: 100%;
	position: absolute;
	top: 19px;
	left: -10px;
	background: #28a745;
	opacity: 1;
}
.main_nav .nav-item:hover .main_nav_a:after {
	transform: scale(1, 1);
	opacity: 1;
}
/*********************************
3.1.3 Search
*********************************/
.search {
	display: inline-block;
	/* margin-right: 50px; */
	height: 100%;
}
.search_content {
	width: 100%;
	height: 100%;
}
.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: #28a745;
	border-radius: 5px;
	float: left;
	padding: 0 20px;
}
.search_button a:hover {
	color: #000000;
	background: #e0d000;
}
.login-photo-box {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	border: 3px #ccc solid;
	overflow: hidden;
	box-sizing: border-box;
}
.login-photo {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.search_button_cn-en {
	float: left;
	height: 40px;
	line-height: 36px;
	font-size: 12px;
	color: #28a745;
	position: relative;
	border-bottom: none;
	padding: 0;
	border: 2px solid #28a745;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}
.search_button_cn-en a {
	font-size: 14px;
	color: #28a745;
	margin: 0 2px;
	display: block;
	padding: 0 10px;
}
.index_nav .search_button_cn-en {
	color: #fff;
	border: 2px solid #fff;
}
.index_nav .search_button_cn-en a {
	color: #fff;
}

.menu_home .search_button_cn-en {
	color: #28a745;
	border: 2px solid #28a745;
	float: none;
    margin: 0 auto;
    text-align: center;
}
.menu_home .search_button_cn-en.islogined{
	width: 84%;
}
.menu_home .search_button_cn-en.nologin{
	width: 96px;
}
.menu_home .search_button_cn-en.nologin a{
	margin: 0;
	padding: 0;
}
.menu_home .search_button_cn-en a {
	color: #28a745;
	display: block;
	width: 100%;
}

.search_button_cn-en a:hover {
	color: #f53131;
}
.scrolled .search_button_cn-en {
	color: #28a745;
	border: 2px solid #28a745;
}
.scrolled .search_button_cn-en a {
	color: #28a745;
}
.scrolled .search_button_cn-en a:hover {
	color: #999;
}
.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: 30px;
	flex-basis: 30px;
	text-align: right;
}
/* .hamburger_container i {
	font-size: 24px;
	padding: 10px;
	color: #28a745;
} */
/* .index_nav .hamburger_container i {
	color: #fff;
} */
/* .scrolled .hamburger_container i {
	color: #28a745;
} */
.hamburger_container:hover i {
	color: #ffffff;
}
/*********************************
3.2 Hero Slider
*********************************/
.hero_slider_container {
	position: absolute;
	top: 0;
	left: 0;
	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: #28a745;
	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: #28a745;*/
	background: linear-gradient(#28a745, #28a745); /* 标准的语法 */
	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: #28a745;
}
.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%;
}
.intro .intro-text {
	width: 100%;
	float: left;
	padding-top: 130px;
}
.intro .intro-text .left-position {
	width: 100%;
	float: left;
}
.intro .intro-text .center-position {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.intro .intro-text .right-position {
	width: 100%;
	float: right;
	text-align: right;
}
.intro .intro-text h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	color: white;
	margin-bottom: 0px;
}
.intro .intro-text p {
	font-size: 16px;
	line-height: 30px;
	color: white;
	margin-top: 10px;
	margin-bottom: 0;
}

.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: #28a745;
	-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
*********************************/
.home_title {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF !important;
}
.home_title li {
	color: #ffffff;
}
.home_title li a {
	color: #ffffff !important;
}
.breadcrumb_title {
	position: absolute;
	bottom: 0px;
	right: 15px;
	z-index: 5;
}
/*********************************
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: 999;
	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: #28a745;
}
.menu_close:hover i {
	color: #28a745;
}
.menu ul {
	padding-top: 120px;
	padding-right: 50px;
}
.menu ul li {
	position: relative;
	margin-bottom: 10px;
}
.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: #ccc;
	content: '';
}
.menu ul li.active::after {
	background: #28a745;
}
.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: #28a745;
}
.menu ul li.active a {
	color: #28a745;
}
.menu_home {
	cursor: pointer;
}
/*********************************
5. Icon Boxes
*********************************/
.icon_boxes {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.team_boxes {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 50px;
	background: #f6f8ff;
}
.icon_boxes_go {
	z-index: 9;
	/* margin-top: -100px; */
}
.icon_boxes_go_box {
	width: 100%;
	float: left;
	background: #28a745;
	padding: 40px 30px;
	border-radius: 10px;
	box-shadow: 0 0 30px -10px #28a745;
}
.icon_boxes_go_box.vip {
	width: 100%;
	float: left;
	background: #fff;
	padding: 30px 20px 30px 20px;
	border-radius: 10px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.1);
}
.icon_box_title {
	padding-right: 0px;
}
.icon_box_title h3 {
	color: #FFFFFF;
	margin-bottom: 0;
}
.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: #28a745;
}
.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-bg-hui {
	background: #f5f5f5;
}
.page-box {
	width: 100%;
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
}
/*********************************
5. 首页楼层
*********************************/
.page-box .title-lead {
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 10px;
}
.page-box .title-sublead {
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0;
}
#floor_jiangxiang .price-box {
	background: #fff;
	border: 2px solid #ECEEF0;
	padding: 30px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#floor_jiangxiang .price-box.popular {
	border: 2px solid #28a745;
}
#floor_jiangxiang .price-box.popular .popular-text {
	top: 0;
	left: 50%;
	margin-left: -54px;
	margin-top: -2em;
	position: absolute;
	padding: 4px 20px;
	background: #28a745;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#floor_jiangxiang .price-box.popular .popular-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid black;
	border-top-color: #28a745;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#floor_jiangxiang .pricing-plan {
	margin: 0;
	padding: 0;
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000000;
}
#floor_jiangxiang .price {
	font-size: 50px;
	color: #000;
	margin-bottom: 10px;
}
#floor_jiangxiang .price .currency {
	font-size: 20px;
	top: -1.2em;
	margin-right: 3px;
}
#floor_jiangxiang .price small {
	font-size: 16px;
	margin-left: 3px;
}
#floor_jiangxiang .pricing-info {
	padding: 0;
	margin: 0 0 30px 0;
}
#floor_jiangxiang .pricing-info li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#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: #28a745;
	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;
}
#floor_subscribe {
	background: #f1f4ff;
	padding: 3em 0;
}
#floor_subscribe h3 {
	float: left;
	top: 10px;
	font-size: 26px;
	margin-bottom: 0;
	position: relative;
}
#floor_subscribe h3 label {
	font-weight: 300;
}


@media screen and (max-width: 992px) {
	#floor_subscribe h3 {
		width: 100%;
		margin-bottom: 30px;
	}
}
#floor_subscribe form {
	position: relative;
	margin: 0;
	padding: 0;
}
#floor_subscribe form .icon {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 15px;
	font-size: 20px;
	z-index: 1;
}





@media screen and (max-width: 480px) {
	#floor_subscribe form .icon {
		position: absolute;
		top: 26px;
	}
}
#floor_subscribe .form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
}
#floor_subscribe form input[type="email"] {
	width: 100%;
	background: #ffffff;
	border: none;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}
#floor_subscribe form input[type="submit"] {
	height: 54px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 20px;
	font-weight: 300;
	width: 100%;
	padding: 0;
	border: 0;
}
@media screen and (max-width: 480px) {
	#floor_subscribe form input[type="submit"] {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
}
.page-bg-kehu {
	background-image: url(../images/bg_cool_top.png);
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 100px;
}
.page-bg-bottom {
	background-image: url(../images/bg_cool_bottom.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: cover;
}
.page-bottom {
	background-image: url(../images/bg_bottom.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#floor_kehu .title h3 {
	text-align: right;
}
#floor_kehu .box_l {
	margin-top: -80px;
}
.logo_box img {
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
#floor_about {
	background-color: #222222;
	color: #777777;
}
#floor_about .feature {
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
#floor_about .feature .icon {
	float: left;
	width: 10%;
}
#floor_about .feature .icon i {
	font-size: 40px;
	color: #28a745;
}
#floor_about .feature .text {
	float: right;
	width: 85%;
}
#floor_about .btn-action {
	width: 100%;
	float: left;
}
#floor_about .btn-action .btn {
	margin-left: 15%;
}
#floor_jincheng .box_l {
	margin-top: -120px;
}
#floor_jincheng .feature .icon {
	width: 100px;
	height: 100px;
	display: table;
	margin: 0 auto 20px auto;
	border: 1px solid #ededed;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#floor_jincheng .feature .icon i {
	position: relative;
	top: -1px;
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
	color: #28a745;
}
#floor_jincheng .feature h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}
#floor_jincheng .feature p {
	margin-bottom: 0px;
}
.case_box .box_shadow {
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05)
}
.logo_box {}
.logo_box .box_shadow {
	box-shadow: 0px 5px 30px rgba(51, 102, 255, 0.05)
}
/*********************************
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: #28a745;
}
/*********************************
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: #28a745 !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: #28a745;
}
.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: #28a745;
}
.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: #28a745;
}
.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: #28a745;
}
/*********************************
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: #28a745;
}
.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: 800px;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 10px;
}
.news-body p {
	font-size: 16px;
	font-weight: 400;
}
.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 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: #28a745;
	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: #28a745;
}
.newsletter_submit_button:focus {
	outline: none;
	border: none;
}
/*********************************
12. Footer
*********************************/
.footer {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: -1;
	background: #292a33;
}
.footer_logo {
	padding-left: 0px;
	margin-bottom: 40px;
}
.footer_logo a {
	color: #28a745;
	line-height: 1;
}
/* .footer_logo img {
	width: 100px;
} */
.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: #666666;
	font-weight: 400;
}
.footer_cr a{
	font-size: 14px;
	color: #666666;
	font-weight: 400;
}
.footer_cr a:hover{
	color: #28a745;
}
.footer_cr_2 {
	display: none;
	font-size: 14px;
	color: #cccccc;
	margin-top: 0px;
	text-align: center;
}
.focus_list {
	float: right;
}
.focus_list li {
	width: 50px;
	margin-left: 20px;
	float: left;
}
.focus_list a {
	float: left;
	border-radius: 50%;
	background: #3d3f4d;
}
.focus_list a:hover {
	background: #28a745;
}
.focus_list img {
	float: right;
}
#wechat-code {
	width: 200px;
	display: none;
}
#wechat-code img {
	width: 200px;
}
.footer_col {
	margin-bottom: 30px;
}
.footer_col_title {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 15px;
}
.footer_col ul li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #999999;
}
.footer_col ul li a {
	font-size: 14px;
	color: #999999;
	-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: #28a745;
}
.footer .breadcrumb a {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}
.footer .breadcrumb a:hover {
	color: #28a745;
}
/******  NEWS ITEM ******/
.img-item {
	width: 100%;
	display: block;
}
.img-item .meta {
	line-height: 1;
}
.img-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;
}
.img-item .meta .meta-item .icon {
	font-size: 11px;
	margin-right: 7px;
	vertical-align: middle;
	color: #666666;
}
.img-item .image {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.img-item .image_logo img {
	border: 1px solid #f5f5f5;
}
.img-item .image:hover .image-content {
	opacity: 1;
	cursor: pointer;
}
.img-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;
}
.img-item .image .vip_shadow{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	-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;
}
.img-item .image .vip_shadow:hover{
	background: rgba(40,167,69,0.5);
}
.img-item .image .vip_shadow p{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
}
.img-item .image .fav_wrap{
	position: absolute;
	bottom: 10px;
	right: 6px;
	z-index: 2;
	padding:4px 10px;
	font-size: 12px;
	margin-right: 6px;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}


.img-item .image:hover img {
	transform: scale(1.05);
}
.img-item .image .biaoqian {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.img-item .image .biaoqian .i{
	font-style: normal;
	float: left;
	padding: 0 6px;
	font-size: 12px;
	margin-right: 6px;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	z-index: 2;
	border-radius: 3px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-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;
}
.img-item .image:hover .i{
	background: rgba(0, 180, 60, 1);
}
.img-item .image .banner_txt {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px;
	color: #fff;
	z-index: 3;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
}
.img-item .image .banner_txt b {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	width: 100%;
	padding: 0px;
	margin: 0px;
    margin: 0px 0 5px 0;
    display: block;
}
.img-item .image .banner_txt p {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.img-item .image .image-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(40, 167, 69, 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;
}
.img-item .image .read-more {
	position: absolute;
	font-size: 14px;
	bottom: 20px;
	left: 20px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	height: 14px;
	line-height: 14px;
}
.img-item .image .read-more:before {
	margin-right: 5px;
	margin-bottom: -2px;
	content: "";
	width: 14px;
	height: 14px;
	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%;
}
.img-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;
}
.img-item .image:hover .play-content {
	background: rgba(0, 180, 60, 0.6);
	cursor: pointer;
}
.img-item .image .play-more {
	position: absolute;
	font-size: 60px;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -60px;
	display: block;
	color: #28a745;
	text-transform: uppercase;
}
.img-item .user-avatar {
	position: relative;
	margin-bottom: 30px;
}
.img-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;
}
.img-item .user-avatar .avatar img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.img-item .image {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.img-item .image img {
	vertical-align: middle;
	width: 100%;
}
.img-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;
}
.img-item .image:hover .map-content {
	background: rgba(41, 41, 204, 0.6);
	cursor: pointer;
}
.img-item .image .map-more {
	position: absolute;
	font-size: 60px;
	top: 50%;
	left: 50%;
	margin-left: -17px;
	margin-top: -60px;
	display: block;
	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: #28a745;
}
.card_tuce:hover .card_tuce-title {
	color: #28a745;
}
/*********************************
翻页
*********************************/
.navigation {
	text-align: center;
	font-size: 0;
	margin-top: 50px;
}
.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 #28a745;
	background-color: #ffffff;
	color: #28a745;
}
.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 #28a745;
	border-radius: 3px;
	font-size: 12px;
	word-spacing: 0px;
	background-color: #28a745;
	box-shadow: 0 0 15px -5px #28a745;
}
.navigation ul li span {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	color: #fff;
	border: 1px solid #ff3300;
	border-radius: 3px;
	font-size: 12px;
	word-spacing: 0px;
	background-color: #28a745;
}
/*********************************
6.1 Sidebar Categories
*********************************/
.sidebar_section {}
.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: #28a745 !important;
	font-weight: bold;
}
.sidebar_categories ul li:hover::before {
	background: #28a745;
}
/*********************************
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: #28a745;
	content: '';
}
.list-group-item.disabled {
	color: #28a745 !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: #28a745;
	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: #28a745;
}
.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: #28a745;
	background: #ffffff;
}
/******  TIMELINE ******/
.round-ico {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 5px solid #f5f5f5;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #28a745;
	-moz-box-shadow: inset 0px 0px 0px 2px #28a745;
	box-shadow: inset 0px 0px 0px 2px #28a745;
}
.round-ico.little {
	width: 25px;
	height: 25px;
	background: #fff;
	border: 5px solid #eeeef2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #28a745;
	-moz-box-shadow: inset 0px 0px 0px 2px #28a745;
	box-shadow: inset 0px 0px 0px 2px #28a745;
}
.wrap-timeline {
	position: relative;
}
.wrap-timeline:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	bottom: 110px;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background: #f5f5f5;
}
.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: #28a745;
}
.wrap-timeline .top-row .time-title .round-ico:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 52px;
	left: 50%;
	top: 42px;
	margin-left: -1px;
	background: #f5f5f5;
}
.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: #28a745;
}
.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: #28a745;
}
.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: #28a745;
}
.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: #28a745;
}
.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: #000000;
	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: 90px;
}
.wrap-timeline .plus .plus-ico {
	display: block;
	z-index: 1;
	margin: 0 auto;
	position: relative;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 5px solid #eeeef2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #28a745;
	-moz-box-shadow: inset 0px 0px 0px 2px #28a745;
	box-shadow: inset 0px 0px 0px 2px #28a745;
	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: #28a745;
}
.wrap-timeline .plus .plus-ico:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 10px;
	left: 50%;
	margin-left: -1px;
	bottom: 100%;
	background: #f5f5f5;
}
.wrap-timeline .plus .plus-ico:hover {
	color: #fff;
	background: #177ee6;
	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;
}
#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 #28a745;
	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%
}
/*波浪流动背景*/
.wave-roll-bg {
	padding-bottom: 120px;
}
#wave-roll-area {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0
}
#wave-roll-area .wave-roll-area {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0
}
#wave-roll-area .wave-roll-area ul {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 6000px
}
#wave-roll-area .wave-roll-area ul .wave-box {
	float: left;
	width: 3000px;
	height: 120px
}
#wave-roll-area .wave-roll-area ul .wave-box .wave-bg1 {
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: url(../images/wave_roll_1.png)
}
#wave-roll-area .wave-roll-area ul .wave-box .wave-bg2 {
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	z-index: 3;
	background: url(../images/wave_roll_2.png)
}
#wave-roll-area .wave-roll-area ul .wave-box .wave-bg3 {
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: url(../images/wave_roll_3.png)
}
.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;
}
.top-mark {
	width: 100%;
	height: 120px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 10;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.bottom-mark {
	width: 100%;
	height: 150px;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
	background: url(../images/bottom-mark.png);
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center bottom;
}
.swiper-banner-top .swiper-slide {
	background-position: center top;
	background-repeat: no-repeat;
}
.swiper-banner-top .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.swiper-banner-top .swiper-slide {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.swiper-banner-top .hide{
  opacity:0!important;
}
.swiper-banner-top .swiper-button-next,.swiper-banner-top .swiper-button-prev{
  transition:opacity 0.5s;
}
.bullet-active-wihte {
	background: #fff !important;
	opacity: 1 !important;
}
/*主页头部大搜索*/
.search-content {
	position: absolute;
	bottom: 200px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	z-index: 10;
}
.search-box {
	width: 100%;
	height: 70px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.select-type {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 141px;
	height: 100%;
	border-right: 1px solid #f3f0f0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.select-type .type {
	font-size: 18px;
	color: #000000;
	line-height: 25px;
}
.select-type .icon {
	width: 12px;
	height: 12px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 14px;
}
.select-input .camera {
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
	margin-left: -24px;
}
.select-input {
	padding: 21px 31px 21px 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: calc(100%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: none;
}
.select-input .input {
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 12px;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
	border: none;
	padding: 0;
	height: 25px;
	outline: none;
}
.select-input .input-icon {
	width: 24px;
	height: 24px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	cursor: pointer;
}
.hot {
	padding-top: 20px;
	margin: 0 !important;
}
.tit {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	font-weight: 400;
	margin-right: 20px;
}
.tag {
	padding: 0;
	position: relative;
	margin-right: 20px;
	display: inline-block;
}
.tag a {
	font-size: 16px;
	color: hsla(0, 0%, 100%, .9);
	line-height: 30px;
	font-weight: 400;
	padding: 0px;
}
/*user-info-row*/
.hover .func-info-box{
	display:block!important;
}
.func-info-box {
    position: absolute;
    top: 40px;
	right:0px;
    width: 320px;
    z-index: 101;
    display: none;
	padding-top: 30px;
}
.user-info-row {
	right: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: rgba(0, 0, 0, .65)
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);	
}
.user-info-row:before {
    display: block;
    content: "";
    height: 30px;
    width: 2px;
    position: absolute;
    right: 20px;
    top: -30px;
    background: #ccc;
}
.user-info-row .row-head {
	width: 100%;
	height: auto;
	padding: 10px;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	position: relative
}
.user-info-row .row-head .head-photo {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin-right: 15px
}
.user-info-row .row-head .head-info {
	font-size: 12px;
	text-align: left;
}
.user-info-row .row-head .head-info p {
	margin: 0;
}
.user-info-row .row-head .head-info p:nth-child(1) {
	/* height: 17px;
	line-height: 17px */
	height: 40px;
	line-height: 40px
}
.user-info-row .row-head .head-info p:nth-child(1) span:nth-child(1) {
	font-size: 14px;
	margin-right: 30px
}
.user-info-row .row-head .head-info p:nth-child(1) span:nth-child(2) {
	position: relative;
	padding-left: 16px
}
.user-info-row .row-head .head-info p:nth-child(1) span:nth-child(2):after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: -3px -3px;
	-webkit-background-size: cover;
	background-size: cover;
	top: 0;
	bottom: 0;
	left: 0
}
.user-info-row .row-head .head-info p:nth-child(2) {
	margin-top: 3px
}
.user-info-row .row-head .head-info p:nth-child(2) span {
	margin-right: 18px
}
.user-info-row .row-head .head-info p:nth-child(2) a {
	color: rgba(0, 0, 0, .65);
	position: relative
}
.user-info-row .row-head .head-coupon-jump {
	display: block;
	text-align: center;
	width: 100px;
	height: 26px;
	line-height: 26px;
	background: rgba(255, 71, 10, .15);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: absolute;
	right: 10px;
	top: 18px;
	font-size: 12px;
	color: #FA5555
}
.user-info-row .row-head.ty-mx {
	background-image: url(//icon.qiantucdn.com/static/images/header_v1.0/ty-mx-back1.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #CC995C
}
.user-info-row .row-head.ty-mx .head-info p:nth-child(2) a {
	color: #CC995C
}
.user-info-row .row-head.ty-mx .head-info p span:nth-child(2):after {
	background-image: url(//icon.qiantucdn.com/static/images/header_v1.0/ty-mx.png)
}
.user-info-row .row-head.qy-qj .head-info p:nth-child(2) a {
	color: #CC995C
}
.user-info-row .row-head.zs-three {
	background-image: url(//icon.qiantucdn.com/static/images/header_v1.0/zs-three.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff
}
.user-info-row .row-head.zs-three .head-info p:nth-child(2) a {
	color: #fff
}

.user-info-row .row-vip-type {
	padding-top: 10px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 0 auto;
	border-top: 1px solid #F4F4F4
}
.user-info-row .row-vip-type > li {
	float: left;
	margin-right: 11px;
	width: 66px;
	font-size: 12px;
	background: #F8F8F8;
	color: rgba(0, 0, 0, .65);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-top: 5px;
	position: relative;
	padding-bottom: 4px;
	z-index: 1
}
.user-info-row .row-company-qye {
	width: 300px;
	height: 40px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 13px auto;
	position: relative
}
.user-info-row .row-company-qye .company-jump-qiye {
	width: 285px;
	height: 40px;
	background: -webkit-linear-gradient(315deg, #fcd7a2 0, #c69a6b 100%);
	background: -moz- oldlinear-gradient(315deg, #fcd7a2 0, #c69a6b 100%);
	background: linear-gradient(135deg, #fcd7a2 0, #c69a6b 100%);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 800;
	color: #773c07;
	text-align: center;
	line-height: 40px;
	display: block;
	cursor: pointer;
	margin: 0 auto;
}
.user-info-row .row-company-qye .company-jump-qiye:hover {
	background-image: -webkit-linear-gradient(315deg, #f5c989 0, #bd864c 100%);
	background-image: -moz- oldlinear-gradient(315deg, #f5c989 0, #bd864c 100%);
	background-image: linear-gradient(135deg, #f5c989 0, #bd864c 100%)
}
.user-info-row .row-company {
	width: 300px;
	height: 50px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 8px auto;
	position: relative
}
.user-info-row .row-company .company-row {
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.user-info-row .row-company .company-row .personKey {
	width: 170px;
	margin-top: 8px;
	font-size: 12px;
	color: #773C07;
	display: inline-block;
	padding-left: 7px;
	float: left;
	text-align: left;
}
.user-info-row .row-company .company-row .personKey.lh34{
	line-height: 34px;
}
.user-info-row .row-company .company-row .company-jump-qiye {
	width: 100px;
	height: 34px;
	background: -webkit-linear-gradient(315deg, #fcd7a2 0, #c69a6b 100%);
	background: -moz- oldlinear-gradient(315deg, #fcd7a2 0, #c69a6b 100%);
	background: linear-gradient(135deg, #fcd7a2 0, #c69a6b 100%);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	line-height: 34px;
	display: block;
	cursor: pointer;
	float: right;
	margin-top: 8px;
}
.user-info-row .row-company .company-row .company-jump-qiye:hover {
	background-image: -webkit-linear-gradient(315deg, #f5c989 0, #bd864c 100%);
	background-image: -moz- oldlinear-gradient(315deg, #f5c989 0, #bd864c 100%);
	background-image: linear-gradient(135deg, #f5c989 0, #bd864c 100%)
}

.user-info-row .row-fun-type {
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 0 auto;
	border-top: 1px solid #F4F4F4;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px
}
.user-info-row .row-fun-type > li {
	float: left;
	margin-right: 25px;
	width: 50px;
	text-align: center;
	position: relative
}
.user-info-row .row-fun-type > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 12px;
	text-align: center
}
.user-info-row .row-fun-type > li > a:hover > .icon {
	color: #28a745 !important
}
.user-info-row .row-fun-type > li > a:hover > span {
	color: #28a745
}
.user-info-row .row-fun-type > li > a > .icon {
	font-size: 18px;
	display: block;
	text-align: center;
	position: relative;
}
.user-info-row .row-fun-type > li > a > .icon .alert {
	width: 6px;
	height: 6px;
	background: #fd8320;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 8px;
	top: 0
}
.user-info-row .row-fun-type > li > a > span {
	font-size: 12px;
	color: rgba(0, 0, 0, .65);
	margin-top: 7px
}
.user-info-row .row-fun-type > li:nth-child(4) {
	margin-right: 0
}
.user-info-row .header-activity-entry {
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 76px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	border-top: 1px solid #F4F4F4;
	margin: 0 auto;
	padding: 10px 0
}
.user-info-row .header-activity-entry > img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.user-info-row .row-foot {
	font-size: 12px;
	color: #9B9B9B;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 0 auto;
	border-top: 1px solid #F4F4F4;
	padding: 10px 3px
}
.user-info-row .row-foot > a {
	color: #9B9B9B
}
.user-info-row .row-foot > a:hover {
	color: rgba(0, 0, 0, .65)
}
.member_login_bg{
	background-image: url(../images/member_login_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ededed;
}
.member_login_box{
	width: 420px;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	left: 50%;
	margin-left: -210px;
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.03);
	margin-bottom: 50px;
}
.form-group.mb0{
	margin-bottom: 0;
}
.mr6{
	margin-right: 6px;
}
.pl5{padding-left: 5px;}

.member_login_box .form-control{
	padding: 10px;
	position: relative;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
}
.member_login_box .align-items-end .btn-success{
	height: 45px;
	padding: 10px;
	box-sizing: border-box;
}
.member_login_box .tips_agreement{
	font-size: 12px;
	color: #333333;
	padding-left: 6px;
	margin-bottom: 6px;
}
.member_login_box .tips_agreement a{
	color: #28a745;
}

.img_shuiyin{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
}
.img_shuiyin span{
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image: url(../images/img_shuiyin.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat:repeat;
	background-position: center center;
	z-index: 1;
}
.img_shuiyin img{
	
}

.img_copyright {
	width:800px;
	position: relative;
	left:50%;
	margin-left: -400px;
}
.img_copyright .img_bg{
	width:100%;
}
.img_copyright .copyright_info {
	position:absolute;
	top:420px;
	left:230px;
}
.img_copyright .copyright_info li{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 30px;
}
.img_copyright .copyright_date {
	position:absolute;
	top:880px;
	right:110px;
	text-align: right;
}
.img_copyright .copyright_date li{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}
/*订单流程样式-PC*/
.order-steps {
	text-align: center;
}
.order-steps li{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background: #ededed;
	padding: 2px 0 2px 0;
	margin: 0;
}
.order-steps li.on{
	background: #28a745;
	color: #fff;
}
.order-steps li.on i{
	background: #fff;
	color: #28a745;
}
.order-steps li i{
	font-size: 14px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #28a745;
	font-style: normal;
	border-radius: 10px;
	color: #fff;
}
.order-steps li span{
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
}

.ami-floating {
    position: absolute;
    z-index: 1;
    animation: floating 2s infinite;
}

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}
@keyframes floating {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

/* 左侧弹窗 */
.l{
	float: left;
}
.notifacation{
	position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 100;
    width: 400px;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: -o-transform 1s ease;
    -moz-transition: transform 1s ease,-moz-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease,-moz-transform 1s ease,-o-transform 1s ease;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(-130%,0,0);
    -moz-transform: translate3d(-130%,0,0);
    transform: translate3d(-130%,0,0);
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.notifacation.active{
	transform: translate3d(10%,0,0);
}
.notifacation .logo-box{
    width: 136px;
}
.notifacation .notifacation-content{
    width:100%;
    cursor: pointer;
	
}
.notifacation .notifacation-content h6{
    font-weight: 700;
	text-align: center;
	margin-bottom: 0;
	line-height: 18px;
	padding-top: 1px;
}


.notifacation .notifacation-content p{
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    margin-bottom: 3px;
}
.absoluteRB, .absoluteRT {
    position: absolute;
    right: 8px;
	top: 2px;
	background: none;
	border: none;
}

.layerToBuyFronts{
}
.layerToBuyFronts .title{
	position: relative;
	padding: 0 40px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}
.layerToBuyFronts .title span{
	position: absolute;
	width: 40px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	top: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	z-index: 9;
}

.layerToBuyFronts .lay-tab-content{
	text-align: center;
	padding: 30px;
}
.layerToBuyFronts .lay-tab-content h6{
	font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}


@media screen and (max-width: 992px) {
	
	.notifacation.active{
		transform: translate3d(4%,0,0);
	}
}

@media screen and (max-width: 480px) {
	.notifacation{
		width: 91%;
	}
	.notifacation.active{
		transform: translate3d(4%,0,0);
	}
}