@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;
}

/*********************************
DIY bootstrap4/bootstrap.css
*********************************/
.breadcrumb {
	background: none!important;	
	padding: 0!important;
}

body
{
	font-family: '微软雅黑', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	background: #FFFFFF;
	color: #333333;
}
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;
	color: #000000;
}
a {
	color: #000000;
}
a:hover {
	color: #ff5500;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #ffd9bf;
	color: #ff6b09;
}
p::selection
{
	background: #ffd9bf;
}

h7 { font-size: 12px; line-height: 1;}

h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
} 
:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
::input-placeholder
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
.form-control
{
	color: #db5246;
}
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: 100px;
	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);
}

.shadow {box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.15)}

.box_mb_none {margin-bottom: 30px!important;}

.none {display: none;}

.bodybg_hui { background-color: #f6f6f6!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;}

.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.button
{
	display: inline-block;
	height: 50px;
	width: 160px;
	text-align: center;
	border: solid 2px #ff5500;
	background: transparent;
}
.button a
{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #ff5500;
}

.button_2
{
	display: inline-block;
	height: 50px;
	width: 160px;
	text-align: center;
	border: solid 2px #ff5500;
	background: #ff5500;
}
.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 #ff5500;
	background: #ffffff;
}
.button_2:hover a
{
	color: #ff5500;
}

.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}

.color_main
{
	color: #ff5500!important;
}
.color_baise
{
	color: #ffffff!important;
}

.box_auto_imgs img { width: 100%;}

/*********************************
3. Home
*********************************/

.home
{
	width: 100%;
	height: auto;
}
#secondary .home
{
	height: 200px!important;
}
.home_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -100;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
.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;
}
 div.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;
}

/*********************************
3.1 Header
*********************************/

.header .header-top
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.header.scrolled .header-top
{
	height: 40px;
	background: rgba(0, 0, 0, 1);
}
.header .header-top,.header .header-top a
{
	font-size: 12px!important;
	color: #cccccc;
}

.header
{
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.1);
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
	z-index: 10;
}
.header .logo img
{
	height: 40px;
}
.header.scrolled
{
	height: 60px;
	background: rgba(255, 85, 0, 0.8);
	border-bottom:none;
}
.header.scrolled .logo
{
	display: none;
}
.header.scrolled .logo_w
{
	display: block;
}
.header.scrolled .logo_w img
{
	height: 24px!important;
}

.header.scrolled .search_button
{
	color: #ffffff;
}

/*********************************
3.1.1 Logo
*********************************/

.logo
{
	padding-left: 50px;
	flex-basis: 50%;
}
.logo_w
{
	padding-left: 50px;
	flex-basis: 50%;
}
.logo_w {	display: none;}

/*********************************
3.1.2 Main Navigation
*********************************/

.main_nav
{
	flex-basis: 200%;
}
.main_nav ul
{
	display: inline-block;
	margin-right: 100px;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}
.main_nav ul li
{
	display: inline-block;
	margin-right: 50px;
}
.main_nav ul li:last-child
{
	margin-right: 0px;
}
.main_nav ul li a.main_nav_a
{
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 40.51px;
	color: #FFFFFF;
}
.main_nav ul li a:hover
{
	color: #ff5500;
}
.scrolled .main_nav ul li a:hover
{
	color: #000000!important;
}
.main_nav ul li.active a
{
	font-weight: 700;
	color: #ff5500;
}

/*********************************
3.1.3 Search
*********************************/

.search
{
	display: inline-block;
	margin-right: 30px;
	width: 200px;
	height: 100%;
}
.search_content
{
	width: 100%;
	height: 100%;
}
.search_button
{
	width: 40px;
	height: 40px;
	background: transparent;
	cursor: pointer;
	color: #ff5500;
}
.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: 40px;
	flex-basis: 40px;
	text-align: right;
}
.hamburger_container i
{
	font-size: 24px;
	padding: 10px;
	color: #FFFFFF;
}
.hamburger_container:hover i
{
	color: #ff6b09;
}

/*********************************
3.2 Hero Slider
*********************************/

.hero_slider_container
{
	width: 100%;
	height: 100%;
	z-index: 9;
}
.hero_slider
{
	width: 100%;
	height: 100%;
}
.hero_slider_item
{
	height: 100%;
}
.item_1 span
{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
	color: #FFFFFF;
}
.item_1 span:first-child
{
	font-size: 24px;
	margin-bottom: 20px;
}
.item_1 span:nth-child(2)
{
	margin-bottom: 15px;
}
.item_1 span:nth-child(3)
{
	font-size: 100px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 15px;
	margin-right: 0;
	text-align: center;
	color: #FF5500;
}
.item_1 span:nth-child(4)
{
	font-size: 24px;
}
.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
{
	display: none;
	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: #ff6b09;
	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: #ffffff;
}
.hero_slider_nav div:hover::before
{
	opacity: 1;
	transform: scale(1);
}
.hero_slider_nav div:hover i
{
	color: #251343;
}
.hero_side_text_container
{
	position: absolute;
	top: 0;
	right: 30px;
	width: 200px;
	height: 800px;
	background: #ffffff;
	z-index: 9;
	transform-origin: top right;
}

.navs_ico p{
	color:#999999!important;
}

.navs_ico a:hover p{
	color:#ff5500!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: #ff5500;
}
.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: #ff6b09;
}


/*********************************
3.2 Home Title
*********************************/

.home_title
{
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF!important;
}
.home_title li
{
	color: #999999!important;
}
.home_title li a
{
	color: #FFFFFF!important;
}
.breadcrumb_title
{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}



/*********************************
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: 40px;
	-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: #FFFFFF;
	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;
}
.menu_close:hover i
{
	color: #ff6b09;
}
.menu ul
{
	padding-top: 115px;
	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: #ff6b09;
	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: #ff6b09;
}

/*********************************
5. Icon Boxes
*********************************/

.icon_boxes_go{
	z-index: 9;
    margin-top: -120px;
}
.icon_boxes_zhaoshang
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff;
}

.icon_boxes_zhaoshang a
{
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.icon_boxes_zhaoshang a:hover
{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
}
.icon_boxes
{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 110px;
	background: #ffffff;
	border-top:1px solid #ededed;
}
.icon_box_title
{
	padding-right: 50px;
	
}
.icon_box_title h1
{
	line-height: 1.25;
}
.icon_box_button
{
	margin-top: 40px;
}
.icon_box_button:hover
{
	background: #ff5500;
}
.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: rgba(255, 255, 255, 0.9);
}
.v_slider_section_image
{
	
}
.v_slider_image
{
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.23);
}
.v_slider_content
{
margin-top: 60px;
}
.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;
}

.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: -145px;
	-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: #ff5500;
}

/*********************************
7. Services
*********************************/

.services
{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 120px;
	background: #ffffff;
}
.section_title h1
{
	font-weight: 500;
}
.section_title span
{
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	margin-top: 15px;
}

/*********************************
7.1 Services Slider
*********************************/

.h_slider_container
{
	width: 100%;
}
.services_slider_container
{
	margin-top: 50px;
	width: 100%;
	height: 663px;
	-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: 663px;
}
.services_slider
{
	height: 663px;
}
.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 .services_item_inner
{ background-color: #ffffff; background-repeat: no-repeat; background-size: 100%; 	border-radius: 10px;}

.services_slider .owl-item.center .services_item_inner
{
	background-color: #ff5500!important;
}
.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: #FFFFFF;
}
.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: 475px;
	max-width: 100%;
	box-shadow: 0px 30px 59px rgba(24, 29, 33, 0.23);
	padding-left: 75px;
	padding-right: 60px;
	-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: 663px;
}
.service_item_content
{
	max-width: 100%;
	top:70px;
}
.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.866;
	margin-bottom: 0px;
	-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: -94px;
	left: 0;
	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: #ff5500;
}
.services_slider .owl-item.center .services_item .services_item_inner h4
{
	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: #ff5500;
}
.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: 15px !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: #ff5500;
}
.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: #dddddd;
}
.services_slider_nav:hover i
{
	color: #ff5500;
}

/*********************************
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: #ff5500;
}
.features_button:hover a,
.features_button_2:hover a
{
	color: #FFFFFF;
}
.features_button_2
{
	display: none;
}

/*********************************
9. Call to action
*********************************/

.cta
{
	width: 100%;
	background: #b0d5db;
	
}
.cta_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cta_content
{
	padding-top: 116px;
	padding-bottom: 101px;
}
.cta_content h1
{
	color: #FFFFFF;
	margin-bottom: 25px;
}
.cta_content p
{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.cta_image
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.cta_image img
{
	width: 800px;
	height: auto;
}

/*********************************
10. Text Line
*********************************/

.text_line
{
	width: 100%;
	background: rgba(255, 255, 220, 0.95);
}
.text_line_image
{
	position: absolute;
	bottom: -40px;
	right: 0;
}
.text_line_image img
{
	max-width: 150%;
	height: auto;
}
.text_line_content
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.text_line_content h1
{
	margin-bottom: 40px;
}
.text_line_content p
{
	margin-bottom: 41px;
}
.text_line_button:hover
{
	background: #ff5500;
}
.text_line_button:hover a
{
	color: #FFFFFF;
}

/*********************************
11. Newsletter
*********************************/

.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: #ff5500;
	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: #ff5500;
}
.newsletter_submit_button:focus
{
	outline: none;
	border: none;
}

/*********************************
12. Footer
*********************************/

.footer
{ padding-top: 60px; padding-bottom: 60px; background-color: #FFFFFF; }
#secondary .footer
{
	border-top: solid 1px #f3f3f3!important;
}
.footer_logo
{
	padding-left: 0px;
	margin-bottom: 20px;
}
.footer_logo a
{
	color: #ff5500;
	line-height: 1;
}
.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: #cccccc;
	margin-top: 65px;
}
.footer_cr_2
{
	display: none;
	font-size: 14px;
	font-weight: 500;
	color: #cccccc;
	margin-top: 0px;
	text-align:center;
}
.footer_col
{
	margin-bottom: 27px;
}
.footer_col:last-child
{
	margin-bottom: 40px;
}
.footer_col_title
{
	font-size: 18px;
	font-weight: 500;
	color: #28262d;
	margin-bottom: 9px;
}
.footer_col ul li
{
	margin-bottom: 4px;
}
.footer_col ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #909090;
	-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: #28262d;
}

/******  NEWS ITEM ******/
.news-item { padding-bottom: 30px; margin-bottom:30px; border-bottom: 1px solid #f6f6f6;}
.news-item .meta { padding-bottom: 15px; }
.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(255, 85, 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; }
.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(255, 85, 0, 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: #ff5500; 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(255, 85, 0, 0.6);cursor: pointer;}
.imgs-item .image .map-more { position: absolute; font-size: 60px; top: 50%; left: 50%; margin-left: -30px;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: #ff5500;
}
.card_tuce:hover .card_tuce-title
{
	color: #ff5500;
}

/*********************************
翻页
*********************************/
.navigation { text-align: center; font-size: 0; margin: 50px 0;}
.navigation ul li { display: inline-block; text-align: center;  padding: 0;  margin-right: 10px; margin-bottom: 10px; }
.navigation ul li:hover a { border: 1px solid #ccc; background-color: #ffffff; color: #ff5500;}
.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 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: #ff5500; }


/*********************************
6.1 Sidebar Categories
*********************************/
.sidebar_section
{
	
}
.categories_section
{
	margin-top: -50px;
}
.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: #ff5500!important;
	font-weight: bold;
}
.sidebar_categories ul li:hover::before
{
	background: #ff5500;
}


/*********************************
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: #ff5500;
	content: '';
}

.list-group-item.disabled {color:#ff5500!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: #ff5500;
	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: #ff5500;
}
.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;
}