@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: 0px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 0px;
}
body::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
	border-radius: 0px;
	/*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
	background: #f05000;
}
body::-webkit-scrollbar-track { /*滚动条里面轨道*/
	/*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
	border-radius: 0px;
	background: #ffffff;
}
/*slide-移动端-闪屏解决*/
.swiper-slide {
	transform: translate3d(0, 0, 0);
	overflow: hidden;
}
/*.swiper-slide img {
	transform: translate3d(0, 0, 0);
}*/
/*********************************
DIY bootstrap4/bootstrap.css
*********************************/
body {
	font-family: '微软雅黑', sans-serif;
	font-size: 14px;
	background: #FFFFFF;
	color: #000;
}
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-family: '微软雅黑', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	-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: #ff5500;
}
#bottom_entrance .card-body {
	padding: 0;
}
a.a_box {
	width: 100%;
	display: block;
	cursor: pointer;
	position: relative;
}
a.a_box {
	-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_box:hover {
	padding-left: 5px;
}
h7 {
	font-size: 12px !important;
	line-height: 12px !important;
}
.h7 {
	font-size: 12px !important;
	line-height: 20px !important;
}
.txt_10 {
	font-size: 10px !important;
}
.txt_11 {
	font-size: 11px !important;
}
.txt_12 {
	font-size: 12px !important;
}
h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, h7::selection {}
::-webkit-input-placeholder {
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	color: #999999 !important;
}
:-moz-placeholder /* older Firefox*/ {
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	color: #999999 !important;
}
::-moz-placeholder /* Firefox 19+ */ {
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	color: #999999 !important;
}
:-ms-input-placeholder {
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	color: #999999 !important;
}
::input-placeholder {
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	color: #999999 !important;
}
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: 50px;
	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 5px 50px rgba(0, 0, 0, 0.1)
}
.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 #f2f2f2;
	padding-top: 30px;
	margin-top: 10px;
}
.line_bottom {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.image-line {
	border: 1px solid #f2f2f2;
}
.radius5px {
	border-radius: 5px;
}
.radius10px {
	border-radius: 10px;
}
.fill_height {
	height: 100%;
}
.super_container {
	width: 100%;
	overflow: hidden;
}
.shadow {
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.15);
}
.button {
	display: inline-block;
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #fa8200;
	background: transparent;
}
.button a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #fa8200;
}
.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: #f05000 !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: #fa8200;
}
.button_2 {
	display: inline-block;
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #fa8200;
	background: #fa8200;
}
.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 #fa8200;
	background: #ffffff !important;
}
.button_2:hover a {
	color: #fa8200 !important;
}
.prlx_parent {
	overflow: hidden;
}
.prlx {
	height: 130% !important;
}
.color_main {
	color: #000000 !important;
}
.color_baise {
	color: #ffffff !important;
}
.color_hui {
	color: #999 !important;
}
.box_auto_imgs img {
	width: 100%;
}
.border_radius_6 {
	border-radius: 6px;
}
.bg_baise {
	background-color: #ffffff !important;
}
/*********************************
3. Home
*********************************/
.home {
	width: 100%;
	height: auto;
    overflow: hidden;
    position: relative;
}
#secondary .home {
	height: 500px !important;
}
#secondary-2 .home {
	height: 160px !important;
}
#secondary-2 .home .breadcrumb_title a {
	color: #fff;
}
.breadcrumb_title {
    position: absolute;
    bottom: 0px;
    right: 15px;
    z-index: 5;
}
#secondary-2 .breadcrumb-item + .breadcrumb-item::before {
    color: #ccc;
}
#secondary-2 .home .breadcrumb_title li {
	color: #ccc;
}
#search .home {
	height: 100vh !important;
}
#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;
}
.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.5);
	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.5);
}
.overlay_red {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(222, 0, 0, 0.5);
	z-index: 0;
}
/*********************************
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(50, 50, 50, 1);
}
.header .header-top, .header .header-top a {
	font-size: 12px !important;
	color: #cccccc;
}
.header .header-top, .header .header-top {
	font-size: 12px !important;
	color: #cccccc;
}
.header.scrolled .header-top a {
	color: #ffffff;
}
.header.scrolled .header-top {
	color: #ffffff;
}
.header {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0);
	border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
	z-index: 10;
}
.header .logo img {
	height: 40px;
	margin: 0px 0px;
}
.header.scrolled {
	height: 60px;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)
}
.header.scrolled .logo {
	display: none;
}
.header.scrolled .logo_w {
	display: block;
}
.header.scrolled .logo_w img {
	height: 30px;
	margin: 5px 0;
}
.header.scrolled .search_button {
	background: #f05000;
	color: #ffffff;
}
.header.scrolled a:hover .search_button {
	color: #ffffff;
	background: #ff5500;
}
/*********************************
3.1.1 Logo
*********************************/
.logo {
	padding-left: 10px;
}
.logo_w {
	padding-left: 10px;
}
.logo_w {
	display: none;
}
/*********************************
3.1.2 Main Navigation
*********************************/
.main_nav {}
.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:700;
	line-height: 40px;
	color: #ffffff;
}
.main_nav ul li .main_nav_a.current {
	color: #ff6a00 !important;
}
.main_nav ul li a:hover {
	color: #cccccc;
}
.scrolled .main_nav ul li a:hover {
	color: #f05000 !important;
}
.scrolled .main_nav ul li a.main_nav_a {
	color: #000000 !important;
}
.scrolled .main_nav ul li a.main_nav_a:hover {
	color: #f05000 !important;
}
.scrolled .main_nav ul li .main_nav_a.current {
	color: #f05000 !important;
}
.main_nav ul li.active a {
	font-weight: 700;
	color: #ffffff;
}
.main_nav_bottom {
	width: 100%;
	float: left;
	background: #ffffff;
	box-shadow: 0px -5px 50px rgba(0, 0, 0, 0.1);
	margin: 0px;
	padding: 0px;
}
.main_nav_bottom ul {
	width: 100%;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
.main_nav_bottom ul li {
	display: block;
	width: 20%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.main_nav_bottom ul li p {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	text-align: center;
}
.main_nav_bottom ul li:last-child {
	margin-right: 0px;
}
.main_nav_bottom ul li .txt-bottom {
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: #000000;
}
.main_nav_bottom ul li .img-ico i {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px auto 5px;
}
.main_nav_bottom ul li a:hover {
	color: #cccccc;
}
.main_nav_bottom ul li a {
	width: 100%;
	display: block;
	float: left;
	padding: 10px 0;
	;
}
.main_nav_bottom ul li a.main_nav_a.current {
	color: #ffffff !important;
	background: #f05000 !important;
}
.main_nav_bottom ul li a.main_nav_a.current p {
	color: #ffffff !important;
}
.main_nav_bottom ul li a.main_nav_a.current i {
	color: #ffffff !important;
}
/*********************************
3.1.3 Search
*********************************/
.search {
	display: inline-block;
	margin-right: 10px;
	width: 140px;
	height: 100%;
}
.search_content {
	width: 100%;
	height: 100%;
}
.search_button {
	width: 140px;
	height: 40px;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	background: #f05000;
	border-radius: 20px;
}
.search a:hover .search_button {
	color: #ffffff;
	background: #ff6a00;
}
.search_button_bottom {
	width: 140px;
	height: 40px;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	background: linear-gradient(to right, #f05000, #ff6a00);
	border-radius: 20px;
}
.search a:hover .search_button_bottom {
	background: #ff6a00;
}
.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_input {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #000000;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
/*********************************
3.1.4 Hamburger
*********************************/
.hamburger_container {
	display: none;
	cursor: pointer;
	margin-right: 10px;
	flex-basis: 10px;
	text-align: right;
}
.hamburger_container i {
	font-size: 20px;
	padding: 15px 0;
	color: #ffffff;
}
.scrolled .hamburger_container i {
	color: #f05000;
}
.hamburger_container:hover i {
	color: #ffffff;
}
/*********************************
3.2 Hero Slider
*********************************/
.hero_slider_container {
	width: 100%;
	height: 100%;
	z-index: 9;
	padding-top: 0px;
}
.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: #fa8200;
	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: #fa8200;*/
	background: linear-gradient(#fa8200, #fa8200); /* 标准的语法 */
	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: #fa8200;
}
/*********************************
3.2 Home Title
*********************************/
.home_title {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF !important;
}
.home_title li {
	color: #ffffff !important;
}
.home_title li a {
	color: #ffffff !important;
}
/*********************************
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: #f05000;
}
.menu_close:hover i {
	color: #f05000;
}
.menu_home {
	position: absolute;
	bottom: 150px;
	right: 20px;
	cursor: pointer;
}
.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: #f05000;
	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: #fa8200;
}
.fixed_box {
	z-index: 1;
}
/*********************************
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: -270px;
	padding-top: 50px;
}
.icon_boxes_go_box {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1)
}
.icon_boxes_go a img {
	border-radius: 6px;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1)
}
.icon_boxes_go .box_nopadding {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 0px;
	border-radius: 10px;
	color: #999999;
	box-shadow: 0px 0px 50px rgba(60, 200, 80, 0.2)
}
.icon_boxes_go .box_nopadding img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.icon_box_title a {
	line-height: 1;
}
.box_shadow {
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1)
}
.page-box {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
}
.page-bg-xwzn {
	background-color: rgba(255, 255, 255, 1);
	background-image: url(../images/xwzn/page-bg-xwzn.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-bg-epcs {
	background: #fcfaf0;
	background-image: url(../images/epcs/page-bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}
.page-bg-caselogo {
	background: #f7f9fc;
}
.page-bg-kefu {
	width: 100%;
	background-color: #f7f9fc;
	background-image: url(../images/bg_cool.png);
	background-position: center top;
	background-repeat: repeat-x;
}
.page-bg {
	background: #ffffff;
}
.logo_box .box_shadow {
	box-shadow: 0px 5px 30px rgba(51, 102, 255, 0.05)
}
.icon_box_title {
	padding-right: 0px;
}
.icon_box_title h3 {
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(left, #fa8200, #fd8403);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.icon_box_title p {
	color: #333333;
}
.icon_box_title h1 {
	line-height: 1.25;
}
.icon_box_button {
	margin-top: 40px;
}
.icon_box_button:hover {
	background: #fa8200;
}
.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;
}
/*********************************
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: #fa8200;
}
/*********************************
7. Services
*********************************/
.services {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 100px;
	background: #ffffff;
}
.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: #fa8200 !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: #fa8200;
}
.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: #fa8200;
}
.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: #fa8200;
}
.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: #fa8200;
}
/*********************************
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 > div:last-of-type {
	margin-bottom: 0px;
}
.features_button {
	margin-top: 20px;
}
.features_button:hover, .features_button_2:hover {
	background: #fa8200;
}
.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
*********************************/
.text_line {
	width: 100%;
	background: linear-gradient(to right, #f05000, #ff6a00);
	overflow: hidden;
}
.text_line_bg {
	width: 100%;
	overflow: hidden;
	background-image: url(../images/text_line_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.text_line_image {
	position: absolute;
	top: 0px;
	right: 0;
}
.text_line_image img {
	/*max-width: 150%;*/
	height: auto;
}
.text_line_content {
	padding-top: 50px;
	padding-bottom: 50px;
}
.text_line_content h1 {
	margin-bottom: 30px;
}
.text_line_content p {
	margin-bottom: 30px;
}
.text_line_button:hover {
	background: #fa8200;
}
.text_line_button:hover a {
	color: #FFFFFF;
}
/*********************************
11. Newsletter
*********************************/
.news-body img {
	max-width: 100%;
}
.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: #fa8200;
	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: #fa8200;
}
.newsletter_submit_button:focus {
	outline: none;
	border: none;
}
/*********************************
12. Footer
*********************************/
.footer {
	padding-top: 40px;
	padding-bottom: 120px;
	background: #ffffff;
}
#secondary .footer {
	border-top: solid 1px #f3f3f3 !important;
}
.footer_logo {
	padding-left: 0px;
	margin-bottom: 40px;
}
.footer_logo a {
	color: #fa8200;
	line-height: 1;
}
.footer_logo img {
	width: 120px;
}
.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;
	font-weight: 500;
	color: #999999;
	line-height: 1;
}
.footer_cr p {
	font-size: 12px;
	font-weight: 500;
	color: #999999;
	line-height: 1;
	margin-bottom: 12px;
}
.footer_cr img {
	height: 40px;
	margin-left: 15px;
	float: right;
}
.footer_cr_2 {
	display: none;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	text-align: center;
}
.footer_cr_2 p {
	line-height: 1;
	margin-bottom: 10px;
}
.footer_col {
	margin-bottom: 30px;
	color: #333333;
}
.footer_col:last-child {
	margin-bottom: 30px;
}
.footer_col_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
}
.footer_col li {
	line-height: 1.5;
	margin-bottom: 10px;
}
.footer_col li p {
	line-height: 1;
	margin-bottom: 10px;
}
.footer_col li a {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	-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: #599bff;
}
.footer .breadcrumb a {
	font-size: 12px;
	color: #666666;
}
.footer .breadcrumb a:hover {
	color: #599bff;
}
/******  NEWS ITEM ******/
.news-item {
	margin-bottom: 30px;
}
.news-item .meta {
	padding-bottom: 15px;
	line-height: 1;
}
.news-item .meta .meta-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 500;
	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;
	border-radius: 10px;
	overflow: hidden;
}
.news-item .image img {
	vertical-align: middle;
	width: 100%;
}
.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(51, 102, 255, 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;
}
.news-item .image .read-more {
	position: absolute;
	font-size: 12px;
	bottom: 35px;
	left: 30px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}
.news-item .image .read-more:before {
	margin-bottom: 15px;
	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%;
	display: block;
}
.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(0, 180, 60, 0.6);
	cursor: pointer;
}
.imgs-item .image .play-more {
	position: absolute;
	font-size: 60px;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -60px;
	display: block;
	color: #fa8200;
	text-transform: uppercase;
}
.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 {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.imgs-item .image img {
	vertical-align: middle;
	width: 100%;
}
.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(41, 41, 204, 0.6);
	cursor: pointer;
}
.imgs-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: #fa8200;
}
.card_tuce:hover .card_tuce-title {
	color: #fa8200;
}
/*********************************
翻页
*********************************/
.navigation {
	text-align: center;
	font-size: 0;
	margin: 15px 0 30px 0;
}
.navigation ul span {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.navigation ul span:hover a {
	border: 1px solid #ccc;
	background-color: #ffffff;
	color: #000;
}
.navigation ul span 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 span.current {
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	color: #fff;
	border: 1px solid #e54d00;
	border-radius: 3px;
	font-size: 16px;
	word-spacing: 0px;
	background-color: #ff5500;
}

/*********************************
6.1 Sidebar Categories
*********************************/
.sidebar_section {}
.categories_section {
	margin-top: 0px;
}
.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: #fa8200 !important;
	font-weight: bold;
}
.sidebar_categories ul li:hover::before {
	background: #fa8200;
}
/*********************************
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: #fa8200;
	content: '';
}
.list-group-item.disabled {
	color: #fa8200 !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: #fa8200;
	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: #fa8200;
}
.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: #fa8200;
	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 #fa8200;
	-moz-box-shadow: inset 0px 0px 0px 2px #fa8200;
	box-shadow: inset 0px 0px 0px 2px #fa8200;
}
.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 #fa8200;
	-moz-box-shadow: inset 0px 0px 0px 2px #fa8200;
	box-shadow: inset 0px 0px 0px 2px #fa8200;
}
.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: #fa8200;
}
.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: #fa8200;
}
.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: #fa8200;
}
.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: #fa8200;
}
.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: #fa8200;
}
.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 .time-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 #fa8200;
	-moz-box-shadow: inset 0px 0px 0px 2px #fa8200;
	box-shadow: inset 0px 0px 0px 2px #fa8200;
	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: #fa8200;
}
.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;
}
.swiper-container {
	width: 100%;
	height: auto;
}
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify .swiper-slide {
	width: 39.5%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
#certify .swiper-slide .img img {
	width: 100%;
	display: block;
}
#certify .swiper-slide .title {
	padding: 30px 0 0 0;
	text-align: center;
	margin: 0;
}
#certify .swiper-slide .txt {
	padding: 30px;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
#certify .swiper-slide .txt p {
	line-height: 1.2;
	color: #333333;
	font-size: 1.1em;
	margin-bottom: 10px;
}
#certify .swiper-slide .price {
	border-top: 1px solid #ededed;
	background-color: #f6f6f6;
	width: 100%;
	padding: 20px 30px;
}
#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 #fa8200;
	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-area {
	position: absolute;
	z-index: 10;
	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-banner .swiper-slide {
	background-position: center top;
	background-repeat: no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 30px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 30px !important;
}
a.a_hover:hover {
	position: relative;
	bottom: 5px;
}
.page-box {
	position: relative;
}
.page-box-item {
	position: absolute;
	top: -100px;
}
.top_epwk_logo {
	height: 16px;
}
.swiper-banner-topx3 .swiper-slide {
	height: auto;
}
a.card-body-hover .card-body {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a.card-body-hover .img_hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a.card-body-hover:hover .img_hover {
	opacity: 0.7;
}
a.card-body-hover:hover .card-body {
	padding: 1rem 1.25rem 1.5rem 1.25rem;
}
a.card-body-hover2 .card-body {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a.card-body-hover2:hover .card-body {
	padding: 1.25rem 1rem 1.25rem 1.5rem;
}
.icon_boxes_go .card {
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
}
.icon_boxes_go .swiper-container {
	overflow: visible !important;
}
.icon_boxes_go .card-body .card-img img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	display: block;
}
.qq_boxes_go .card-body .card-img img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	display: block;
}
.ico_40x40_box .card-body .card-img {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.ico_40x40_box .card-body .card-img img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	display: block;
}
.card-img-box {
	position: relative;
}
.card-img-box .card-img-txt {
	width: 100%;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	color: #ffffff;
}
.swiper-banner-marquee-box {
	width: 100%;
	height: 30px;
	overflow: hidden;
	position: relative;
}
.swiper-banner-marquee-box .swiper-container {
	height: 30px !important;
}
.swiper-banner-marquee-box .swiper-slide {
	height: 30px !important;
	line-height: 30px;
	overflow: hidden;
}
.tanchuceng {
	box-sizing: border-box;
	padding: 20px;
}
.tanchuceng_pic {
	width: 100%;
	box-sizing: border-box;
}
.tanchuceng .newsletter_input {
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 14px;
	border: 1px solid #eee;
	border-radius: 0.25rem;
	font-style: normal !important;
	color: #000000 !important;
	float: left;
}
.newsletter_input {
	width: 100%;
	height: 40px;
	background: #ffffff;
	border: none;
	outline: none;
	color: #000000;
	padding: 0 15px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tanchuceng .sms_code {
	width: 60%;
	height: 45px;
	line-height: 1;
	padding: 0 15px;
	font-size: 14px;
	outline: none;
	font-style: normal !important;
	color: #000000 !important;
	float: left;
}
.tanchuceng .sms_code::-webkit-input-placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
}
.tanchuceng .sms_box {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
.tanchuceng .get_sms_code {
	width: 35%;
	height: 45px;
	line-height: 1;
	margin-left: 5%;
	font-size: 12px;
	color: #f05000;
	background-color: #ffffff;
	border-color: #f05000;
	outline: none;
	text-align: center;
	float: left;
}
.tanchuceng .get_vcode_img {
	width: 35%;
	height: 45px;
	line-height: 1;
	margin-left: 5%;
	font-size: 12px;
	color: #f05000;
	background-color: #ffffff;
	border-color: #f05000;
	outline: none;
	text-align: center;
	float: left;
}
.tanchuceng .submit {
	width: 100%;
	height: 45px;
	color: #fff;
	background: #f05000;
	box-shadow: 0 0 15px -5px #f05000;
	border: 0;
	outline: none;
	text-align: center;
}
/*右侧固定漂浮框新 css*/
.izl-box {
	display: block;
	width: 120px;
	position: fixed;
	right: 10px;
	top: 150px;
	z-index: 999;
	float: left;
}
.izl-rmenu {
	margin-right: 0;
	width: 120px;
	position: relative;
	box-shadow: 0px 0px 30px rgba(200, 20, 20, 0.1);
	float: left;
	border: solid 2px #f35118;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	padding: 8px;
	box-sizing: border-box;
	background-image: url(../images/izl-bg.png);
	background-position:top center;
	background-repeat: no-repeat;
	padding-top: 130px;
}
.izl-rmenu .btn_top {
	background-image: url(../images/izl-top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 100px;
}
.izl-rmenu ul {
	margin-bottom: 10px;
}
.izl-rmenu ul li {
	height: 30px;
	text-align: center;
	margin-bottom: 5px;
}
.izl-rmenu dl {
	margin-bottom: 10px;
}
.izl-rmenu dt {
	background: url(../images/izl-rexian.png) no-repeat;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #000;
	padding-left: 20px;
}
.izl-rmenu dd {
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f35118;
	font-weight: 600;
}
.izl-rmenu em {
	margin-bottom: 5px;
}
.izl-rmenu span {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #000;
	text-align: center;
	display: block;
}
.izl-rmenu samp {
	display: block;
	width: 100px;
	height: 20px;
	cursor: pointer;
}
/*左侧提交栏*/
#left_entrance_open {
	width: 50px;
	height: 100px;
	position: fixed;
	left: -300px;
	bottom: 150px;
	z-index: 10;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#left_entrance_open a {
	background: url(../images/left_entrance_open.png) no-repeat;
	width: 60px;
	height: 100px;
	float: left;
}
#left_entrance {
	position: fixed;
	left: 0px;
	bottom: 50px;
	z-index: 11;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.left_entrance_box {
	float: left;
	width: 300px;
	height: 100px;
	background: #ffea7f;
	position: relative;
	padding-left: 50px;
	overflow: hidden;
	border-radius: 0px 10px 10px 0px;
}
#swiper-1 {
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.left_entrance_box .box {
	width: 250px;
	height: 100px;
	padding: 20px;
	float: left;
	overflow: hidden;
}
.left_entrance_box .box a {
	width: 210px;
	height: 60px;
	display: block;
	float: left;
}
.left_entrance_box .box .bt {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
.left_entrance_box .box a:hover .bt {
	color: #f05000;
}
.left_entrance_box .box .sj {
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	padding-top: 5px;
	margin-bottom: 0px;
}
.left_entrance_box .left_entrance_close {
	width: 50px;
	height: 100px;
	background: url(../images/left_entrance_open.png) no-repeat;
	background-position: 0px -100px;
	display: block;
	line-height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}
/*底部提交栏*/
#bottom_entrance_open {
	width: 50px;
	height: 100px;
	position: fixed;
	left: 0;
	bottom: -100px;
	z-index: 10;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#bottom_entrance_open a {
	background: url(../images/bottom_entrance_open.png) no-repeat;
	width: 50px;
	height: 100px;
	float: left;
}
#bottom_entrance {
	position: fixed;
	left: 0;
	bottom: -120px;
	z-index: 11;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.footer-submit-tow {
	height: 120px;
	width: 100%;
	background: url("../images/footer-submit-bg.png") no-repeat center bottom;
}
.footer-submit-tow.close-div {
	bottom: -159px
}
.footer-submit-tow .submit-item .ico_close {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	position: absolute;
	right: -30px;
	top: 20px
}
.footer-submit-tow .submit-item {
	width: 100%;
	height: 120px;
	position: relative;
}
.footer-submit-tow .submit-item .left {
	height: 120px;
	float: left;
	overflow: hidden
}
.footer-submit-tow .submit-item .right {
	width: 350px;
	height: 80px;
	float: right;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	overflow: hidden;
	position: relative;
	margin: 30px 0 10px 0;
}
.footer-submit-tow .submit-item .right .mb_box {
	width: 270px;
	height: 80px;
	float: left;
}
.footer-submit-tow .submit-item .right .input_box {
	display: inline-block;
	width: 270px;
	background: #ffffff;
	float: left;
}
.footer-submit-tow .submit-item .right .input_box {
	height: 40px;
	border-bottom: 1px solid #e8e8e8;
	float: left;
}
.footer-submit-tow .submit-item .right .input_box input {
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 40px;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	clear: both;
	float: none;
	border: none
}
.footer-submit-tow .submit-item .right .input_box input:focus {
	box-shadow: 0 0 0 0 rgba(240, 80, 0, 0.25);
}
.footer-submit-tow .submit-item .right .input_box input.icon-m {
	background: url("../images/icon-m.png") no-repeat 0 center
}
.footer-submit-tow .submit-item .right .input_box input.code {
	background: url("../images/icon-c.png") no-repeat 0 center;
	width: 170px
}
.footer-submit-tow .submit-item .right .input_box .btn_code {
	width: 90px;
	height: 30px;
	border: 0;
	background: #dddddd;
	color: #333333;
	float: right;
	cursor: pointer;
	margin: 5px 5px 5px 0;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	padding: 0.375rem;
}
.footer-submit-tow .submit-item .button {
	width: 80px;
	height: 80px;
	line-height: 20px;
	padding: 20px 0;
	border: none;
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: #f05000;
	float: right;
	cursor: pointer;
	display: block;
}
.footer-submit-tow .submit-item .button:hover {
	color: #ffffff;
	background: #0050b4;
}
.num_diy {
	font-size: 20px;
	color: #ff6a00;
}

.sidebar_section {
	width: 150px;
}

.breadcrumb_title {
	position: absolute;
	bottom: 0px;
	right: 15px;
	z-index: 5;
}
.index-title h3, .index-title h4 {
	line-height: 2;
	margin-bottom: 0;
}
.intro .intro-text h2 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 100;
	color: white;
}
.intro .intro-text {
    vertical-align: middle;
    display: table-cell;
    padding-top: 100px;
}
#secondary .intro .intro-text {
	width: 70%;
	padding-bottom: 150px;
	vertical-align: bottom;
}
#secondary .intro .intro-text h2 {
	font-size: 44px;
	line-height: 50px;
	font-weight: 500;
	color: white;
	margin-bottom: 0px;
}
#secondary .intro .intro-text p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: white;
	margin-top: 10px;
}
.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);
}
.intro {
	display: table;
	width: 100%;
	height: 100%;
	z-index: 3;
	position: relative;
}
.intro .container {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.overlay_play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-color: #000000;
}

/*图文列表*/
.img-item h6 {
	line-height: 1.4;
}
.img-item .isnice a{
	color: #295fcc;
}
.img-item .meta {
	line-height: 1;
	margin-bottom: 15px;
}
.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 .news-info {
	margin-top: 20px;
}

.img-item .image {
	position: relative;
	border-radius: 10px !important;
	overflow: hidden;
}
.img-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;
}
.img-item .image:hover img {
	transform: scale(1.05);
}
.img-item .image_logo img {
	border: 1px solid #f5f5f5;
}
.img-item .image:hover .image-content {
	opacity: 1;
	cursor: pointer;
}
.img-item .image .biaoqian {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	background: #295fcc;
	display: block;
	z-index: 2;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	min-width: 80px;
	text-align: center;
}
.img-item .image .banner_txt {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	z-index: 3;
	text-align: left;
	width: 90%;
	box-sizing: border-box;
}
.img-item .image .banner_txt b{
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.img-item .image .banner_txt p{
	font-size: 14px;
	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(0, 0, 0, 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.2;
}
.img-item .image .read-more {
	position: absolute;
	font-size: 14px;
	bottom: 20px;
	left: 20px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}
.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 .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 .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(222, 0, 0, 0.3);
	cursor: pointer;
}
.img-item .image:hover .play-more {
	opacity: 1;
}
.img-item .image:hover img {
	transform: scale(1.05);
}
.img-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;
}
.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(222, 0, 0, 0.6);
	cursor: pointer;
}
.img-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;
}

/*详情页文章样式统一*/
.main_content img {
	max-width: 600px;
	width: 100%;
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.main_content,.main_content div,.main_content p,.main_content span,.main_content b {
	font-family: 'microsoft yahei', sans-serif!important;
	font-size: 16px!important;
	line-height: 1.5!important;
}