

/*-------- 1.1 Typography --------*/
body {
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	font-family: "Open Sans", 'Roboto', Arial, "Microsoft YaHei", sans-serif;
	color: #565a5c;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	color: #333;
}

h3 {
	font-size: 22px;
}

/*General links color*/
a {
	color: #ed6c00;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	outline: none;
}

a:hover,
a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}

a.link_normal {
	position: relative;
	font-weight: 500;
}

a.link_normal:after {
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	content: "\24";
	top: 3px;
	position: relative;
	margin-left: 3px;
}

p {
	/* margin: 0 0 25px 0; */
}

.main_title {
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-block;
	padding: 15px 15px 0 15px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px dotted #ddd;
}

/*-------- 1.2 Buttons --------*/
a.button_intro,
.button_intro {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff !important;
	background: #663366;
	cursor: pointer;
	padding: 10px 35px;
	display: inline-block;
	outline: none;
	font-size: 12px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: none;
	transition: none;
}

a.button_intro:hover,
.button_intro:hover {
	background: #333;
}

a.btn_1,
.btn_1 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: #83c99f;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
}

a.btn_1.white,
.btn_1.white {
	background: #fff;
	color: #ed6c00;
}

a.btn_1.white:hover,
.btn_1.white a:hover {
	background: #333;
	color: #fff;
}

a.btn_1.outline,
.btn_1.outiline,
input .btn_1.outiline {
	color: #555;
	background: none;
	border: 2px solid #555;
	padding: 5px 18px;
}

a.btn_1.outline:hover,
.btn_1.outiline:hover,
input .btn_1.outiline:hover {
	color: #fff;
	background: #e04f67;
	border: 2px solid #e04f67;
}

a.btn_1.medium,
.btn_1.medium {
	padding: 10px 25px;
	font-size: 14px;
}

a.btn_1:hover,
.btn_1:hover {
	background: #333;
}

a.btn_quote {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: none;
	cursor: pointer;
	padding: 7px 30px;
	display: inline-block;
	outline: none;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #fff;
	float: right;
	white-space: nowrap;
	text-shadow: none;
}

a.btn_quote:hover {
	color: #ed6c00;
	background: #fff;
}

a.btn_full,
.btn_full {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	width: 100%;
	background: #85c99d;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

/*-------- 1.3 Structure --------*/
/* Header */
#tag_line {
	font-size: 13px;
	color: #999;
}

#logo {
	margin-top: 7px;
}

.header {
	width: 100%;
	padding: 10px 0 0 0;
	background-color: #fff;
	z-index: 99999;
	position: relative;
}

header.sticky #top_line {
	height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
	visibility: visible;
}

header.sticky {
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	background-color: #fff;
	padding-bottom: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.nav {
	margin-top: 20px
}

.sticky nav {
	/* margin-top: 10px */
}

.sticky #logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

#top_line {
	height: 28px;
	font-size: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	visibility: visible;
	opacity: 1;
	margin-bottom: 5px;
}

ul#top_links {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	font-weight: 600;
}

ul#top_links li {
	display: inline-block;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 5px;
	padding-left: 8px;
}

ul#top_links li:first-child {
	border-left: none;
	padding-left: 0;
}

ul#top_links li #phone_header {
	color: #636;
}

#sub_header {
	height: 150px;
	background: #82ca9c url(../img/sub_header.jpg) no-repeat center center;
	color: #fff;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding-top: 76px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#sub_header h1 {
	color: #fff;
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}

#sub_header h1:before {
	content: '//';
	margin-right: 5px;
}

#sub_header .main_title p {
	margin-bottom: 15px;
	font-size: 14px;
}

/* Footer  */
.footer {
	background: #222;
	color: #fff;
	padding: 30px 0 10px 0;
}

.footer h3 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #82ca9c;
}

.footer ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#social_footer {
	text-align: center;
	border-top: 1px dotted rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 10px;
}

#social_footer p {
	font-size: 12px;
	color: #8c8c8c;
}

#social_footer ul {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

#social_footer ul li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}

#social_footer ul li a {
	color: #fff;
	text-align: center;
	line-height: 34px;
	display: block;
	font-size: 16px;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#social_footer ul li a:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #111;
}

#contact_bg {
	background: url(../img/map_footer.png) no-repeat bottom center;
}

ul#contact_details_footer {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul#contact_details_footer li {
	margin-bottom: 20px;
}

ul#contact_details_footer li#address_footer,
ul#contact_details_footer li#phone_footer,
ul#contact_details_footer li#email_footer {
	position: relative;
	padding-left: 30px;
}

#address_footer:before,
#phone_footer:before,
#email_footer:before {
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	position: absolute;
	font-size: 20px;
	left: 0;
	top: 0;
}

#address_footer:before {
	content: "\e009";
}

#phone_footer:before {
	content: "\e00b";
}

#email_footer:before {
	content: "\e010";
	top: -3px
}

#copy {
	background-color: #82ca9c;
	padding: 10px 0;
	text-align: center;
	color: #222;
	font-size: 12px;
}

/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/
/*-------- 2.1 Home --------*/
#get_quote {
	background: #663366 url(../img/pattern_green.png) repeat;
	padding: 30px 0;
	color: #fff;
}

#get_quote.green {
	background: #ed6c00 url(../img/pattern_green.png) repeat;
	padding: 30px 0;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#get_quote h3 {
	color: #fff;
	margin: 5px 0 0 0;
	font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
	font-size: 28px;
}

.box_style_1.home {
	padding: 20px;
	padding-bottom: 5px;
}

.box_style_1.home ul.feat li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

.box_style_1.home ul.feat li p {
	margin-bottom: 15px;
}

.box_style_1.home ul.feat li:last-child {
	border-bottom: 0;
}

.box_style_1.home ul.feat li:last-child p {
	margin-bottom: 0;
}

.box_style_1.home h3 {
	background-color: #333;
	text-align: center;
	color: #fff;
	padding: 15px 10px;
	text-transform: uppercase;
	font-size: 18px;
	margin: -20px -20px 20px -20px;
	border-bottom: 2px solid #fff;
}

#how_to {
	background: #ed6c00 url(../img/pattern_green.png) repeat;
	padding: 60px 0 30px 0;
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-weight: 500;
}

#how_to h3 {
	font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0;
}

#how_to h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #FFC;
}

#how_to h4:before,
#how_to h4:after {
	display: inline-block;
	width: 20px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.5);
}

#how_to h4:before {
	margin-right: 10px;
}

#how_to h4:after {
	margin-left: 10px;
}

/* Home 2 */
#feat_home {
	background-color: #663466;
	color: #fff;
}

.box_feat_2 {
	text-align: center;
	padding: 30px 30px 0 30px;
}

.nav1 {
	margin-top: 40px;
}

.box_feat_2 h3 {
	color: #ed6c00;
}

.box_feat {
	background-color: #603160;
	color: #fff;
	text-align: center;
	padding: 20px 20px 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.box_feat h3 {
	color: #FFC;
}

.box_feat h3:before,
.box_feat h3:after {
	content: '/';
	color: #fff;
}

.box_feat h3:before {
	margin-right: 10px;
}

.box_feat h3:after {
	margin-left: 10px;
}

#feat_home h2 {
	font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
	color: #FFC;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0;
}

.intro_title {
	display: table-cell;
	vertical-align: middle;
}

.intro_title h1 {
	font-size: 45px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/*-------- 2.2 About us --------*/
#intro {
	text-align: center;
}

#intro h2 {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
}

#intro p {
	font-size: 20px;
	line-height: 24px;
}

ul.feat#about {
	list-style: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

ul.feat#about li {
	margin-bottom: 20px;
	padding: 10px 20px 0 90px;
	border: 1px solid #d3eddc;
	background-color: #edf8f1;
}

ul.feat#about li h4 {
	color: #ed6c00;
}

ul.feat#about li p {
	margin-bottom: 20px;
}

ul.feat#about li img {
	position: absolute;
	left: 20px;
	top: 20px;
}

#testimonials {
	background: #fafafa;
	padding: 30px 0;
	margin-bottom: 20px;
}

/* carousel */
#quote-carousel {
	padding: 0 10px 40px 10px;
}

#quote-carousel small {
	color: #999;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important;
}

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
	background: #ccc;
	border: none;
}

#quote-carousel .carousel-indicators .active {
	background: #1c1c1c;
}

#quote-carousel img {
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
}

.item blockquote {
	border-left: none;
	margin: 0;
	text-align: center;
	font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
	font-size: 24px;
	line-height: 28px;
}

.item blockquote img {
	margin-bottom: 20px;
}

/*-------- 2.3 Removals--------*/
.box_style_1 {
	padding: 10px;
	position: relative;
	background: #f9f9f9;
	margin-bottom: 20px;
}

.box_style_3 {
	background: #619979 url(../img/pattern_green.png) repeat;
	padding: 30px 20px 10px 20px;
	color: #fff;
}

.box_style_3 h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}

.box_style_3 h4:before,
.box_style_3 h4:after {
	display: inline-block;
	width: 20px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.5);
}

.box_style_3 h4:before {
	margin-right: 10px;
}

.box_style_3 h4:after {
	margin-left: 10px;
}

ul#cat_nav {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: 500;
}

ul#cat_nav li a {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	padding: 10px;
	display: block;
	margin-bottom: 7px;
	position: relative;
}

ul#cat_nav li a#active {
	background-color: #ed6c00;
	color: #fff;
}

ul#cat_nav li:last-child a {
	margin-bottom: 0;
}

ul#cat_nav li a:before {
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	position: absolute;
	font-size: 20px;
	right: 5px;
	top: 9px;
	content: "\35";
}

img.img-responsive.border {
	border-bottom: 3px solid #9bd4af
}

ul.feat {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.feat li {
	padding-left: 70px;
	position: relative;
}

ul.feat li img {
	position: absolute;
	left: 0;
	top: 0;
}

.strip h4 {
	margin-top: 0;
}

.strip {
	padding: 40px 0 20px 0;
	border-top: 1px dashed #ddd;
}

/*-------- 2.4 Quotation --------*/
.form_title {
	position: relative;
	padding-left: 55px;
	margin-bottom: 10px;
}

.form_title h3 strong {
	background-color: #ed6c00;
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.form_title h3 {
	margin: 0;
	padding: 0;
}

.form_title p {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}

.step {
	border-left: 1px solid #ddd;
	padding: 20px 0 20px 31px;
	margin: 0 0 10px 20px;
}

.form_title p {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
}

.form-group.options {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.form-group.options strong {
	position: relative;
	top: 5px;
}

/* Error validate style */
label.error {
	font-size: 11px;
	position: absolute;
	top: -12px;
	right: 0;
	z-index: 99;
	height: 25px;
	line-height: 25px;
	background-color: #e34f4f;
	color: #fff;
	font-weight: normal;
	padding: 0 6px;
}

label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
}

/*-------- 2.5 Quotation --------*/
.button-back {
	float: left;
}

.button-next {
	float: right;
}

a.button-back,
a.button-next {
	text-decoration: none;
	color: #fff;
}

.button-back,
.button-next {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: #83c99f;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

.button-back:hover,
.button-next:hover {
	background: #333;
	text-decoration: none;
}

#custom .step {
	clear: left;
	background: #fafafa;
	padding: 30px;
	margin: 0;
	border: 0;
}

#custom .step label {
	display: block;
	margin-bottom: 3px;
	position: relative;
}

#custom .step legend {
	font-size: 11px
}

ul.stepy-titles {
	margin: 0;
	padding: 0;
}

.stepy-titles {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 0;
	height: 40px;
}

.stepy-titles li:first-child {
	margin-left: 0;
}

.stepy-titles li {
	cursor: pointer;
	float: left;
	padding: 7px 20px;
	background: #f0f0f0;
	font-weight: 600;
	margin-bottom: 2px;
	margin-left: 2px;
	position: relative;
	font-size: 16px;
}

.stepy-titles li span {
	font-size: 11px;
	display: block;
	font-weight: normal;
}

.stepy-titles .current-step {
	cursor: auto;
	background: #ed6c00;
	padding: 7px 20px;
	color: #fff;
}

.form-control.error {
	background: #fdf5f5
}

.stepy-error {
	display: block;
}

.stepy-error label.error {
	background: #e34f4f url(../img/alert.png) no-repeat 5px center;
	color: #fff;
	display: block;
	display: inline-block;
	font-size: 12px;
	padding: 6px 10px 0px 25px;
	margin: 8px 5px 2px 0;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-opera-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: static;
	line-height: normal;
}

.stepy-error label.error:after {
	border-width: 0;
}

input[type="submit"].finish {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: #333;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	margin-top: 20px;
}

input#website {
	display: none;
}

.modal-dialog {
	margin-top: 80px;
}

/*-------- 2.6 Tips/faq --------*/
.box_style_4 {
	background: #fafafa;
	padding: 15px;
	margin-bottom: 20px;
	border-top: 3px solid #ed6c00;
}

.box_style_4 ul {
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
}

.box_style_4 ul li {
	margin: 0 0 10px 0;
}

/*-------- 2.7 Contacts --------*/
#map {
	width: 100%;
	height: 350px;
	border: 3px solid #ededed;
}

.box_style_4 h3 {
	margin-top: 0;
}

.error_message {
	font-weight: bold;
	color: #e34f4f;
	margin-bottom: 5px
}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/
.gray_bg {
	background-color: #fafafa;
}

.box_style_2 {
	padding: 10px 25px 0 25px;
	margin-bottom: 20px;
	border: 1px dashed #ddd;
}

.box_style_2 h4 {
	margin: 10px 0 20px;
}

.box_style_2 ul {
	padding-left: 20px;
	padding-bottom: 10px;
}

.box_style_2 ul li {
	margin-bottom: 10px;
}

.box_style_2 ul li:last-child {
	margin-bottom: 0;
}

.quote_banner a {
	background-color: #ed6c00;
	color: #fff;
	display: block;
	padding: 17px 15px 15px 45px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.quote_banner {
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.quote_banner:before {
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	content: "\e0ee";
	top: 15px;
	font-size: 18px;
	margin-right: 5px;
	position: absolute;
	left: 15px;
	color: #fff;
}

.quote_banner a:hover {
	background-color: #333;
}

/* Input form style */
.form-control {
	font-size: 12px;
	color: #333;
	border-radius: 3px;
}

#booking .form-group {
	position: relative;
}

/* Scroll top button */
#toTop {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 20px;
}

#toTop:before {
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	content: "\e899";
}

/*Spacing*/
.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important
}

.add_bottom_15 {
	margin-bottom: 15px;
}

.add_bottom_30 {
	margin-bottom: 30px;
}

.add_bottom_45 {
	margin-bottom: 45px;
}

.add_bottom_60 {
	margin-bottom: 60px;
}

/*List*/
ul.list_ok {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 22px;
}

ul.list_ok li {
	position: relative;
	padding-left: 25px;
}

ul.list_ok li:before {
	font-style: normal;
	font-style: normal;
	font-family: 'ElegantIcons';
	font-size: 14px;
	content: "\4e";
	color: #ed6c00;
	position: absolute;
	left: 0;
	top: 0;
}

ul.list_order {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
}

ul.list_order li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}

ul.list_order li span {
	background-color: #e04f67;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

ul.list_2 {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.list_2 li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}

ul.list_2 li:before {
	font-style: normal;
	font-style: normal;
	font-family: 'ElegantIcons';
	font-size: 14px;
	content: "\5c";
	color: #ed6c00;
	position: absolute;
	left: 0;
	top: 0;
}

/* Margin tools */
.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.margin_30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Bg Content */
.bg_content {
	display: table;
	width: 100%;
	height: 470px;
	background: url(../img/bg_parallax.jpg) no-repeat center center;
	background-size: cover;
}

.bg_content>div {
	display: table-cell;
	padding: 0 10%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.bg_content div h3 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.bg_content div h3 {
	margin-bottom: 0;
}

.bg_content div h3:before,
.bg_content div h3:after {
	display: inline-block;
	width: 50px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.5);
}

.bg_content div h3:before {
	margin-right: 10px;
}

.bg_content div h3:after {
	margin-left: 10px;
}

.bg_content div a i {
	color: #fff;
	opacity: 0.5;
	font-size: 72px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bg_content div a:hover i {
	opacity: 1;
}

#position {
	color: #fff;
	font-size: 13px;
	margin-top: 42px;
}

#position ul li:first-child {
	padding-left: 20px;
}

#position ul li:first-child:before {
	content: '\eaf4';
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: 1px;
	color: #fff;
}

#position ul {
	margin: 0;
	padding: 0;
	float: right;
}

#position ul li a {
	color: #fff;
	opacity: 0.7;
}

#position ul li a:hover {
	color: #fff;
	opacity: 1;
}

#position ul li {
	display: inline-block;
	padding-right: 8px;
	margin-right: 3px;
	position: relative;
}

#position ul li:after {
	content: '\e9ee';
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position: absolute;
	right: 0;
	top: 1px;
}

#position ul li:last-child:after {
	content: '';
}

/*Banners*/
.banner {
	position: relative;
	background: #fff url(../img/bg_banner.jpg) no-repeat right bottom;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 25px;
	margin-bottom: 30px;
}

.banner:after,
.banner:before {
	position: absolute;
	content: "";
	z-index: 1;
	height: 18px;
	width: 50%;
	top: 100%;
}

.banner:after {
	left: 0;
	background: url(../img/shadow-bg.png) no-repeat top left;
}

.banner:before {
	right: 0;
	background: url(../img/shadow-bg.png) no-repeat top right;
}

.banner a {
	position: absolute;
	top: 35%;
	right: 30px;
	text-shadow: none;
}

.banner h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
}

.banner h4 span {
	text-transform: none;
	color: #ee632c;
}

.banner p {
	margin: 0;
	padding: 0 200px 0 0;
	font-weight: 500;
	color: #333;
}

.banner.colored {
	background: #ed6c00 url(../img/pattern_lines.png) repeat;
	color: #fff;
	padding-left: 110px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.banner.colored h4,
.banner.colored p {
	color: #fff;
}

.banner.colored h4 span {
	color: #FFC;
}

.banner.colored img {
	position: absolute;
	top: 20px;
	left: 15px;
}

/*Preloading*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

.sk-spinner-wave.sk-spinner {
	margin: -15px 0 0 -25px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
}

.ie8 .sk-spinner-wave.sk-spinner {
	display: none;
}

.sk-spinner-wave div {
	background-color: #ccc;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes sk-waveStretchDelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

/** Collapse **/
.panel {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-title a {
	display: block;
	color: #ed6c00;
}

.panel-default>.panel-heading {
	background-color: #f9f9f9;
}

.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel-group .panel {
	border-radius: 0;
}

.loader {
	margin-left: 5px;
	position: absolute;
}

/** Blockquote **/
blockquote.styled {
	font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
	line-height: 1.42857143;
}

/** tabs **/
.tab-content {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: 25px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pages {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	font-size: 14px;
	text-align: center;
}

.pages li {
	display: inline-block;
}

.pages a {
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #999;
	padding: 0 8px;
	border-radius: 11px;
	margin: 0 7px;
}

.pages a:hover {
	background: #ffa800;
	color: #fff;
}

.pages li.active a {
	background: #ffa800;
	color: #fff;
}

.index-news-list {
	padding: 30px 0 0 0;
	/* width: 1200px; */
	margin: 0 auto;
}



.index-news-list .news-item {
	margin-bottom: 30px;
	transition: all .3s ease-in-out;
	cursor: pointer;

}

.index-news-list .news-item:hover {
	transform: scale(1.08);
}



.index-news-list .news-item .news-title {
	color: #fff;
	background-color: #ff6c00;
	padding: 10px 15px;
	/* height: 60px; */
	overflow: hidden;
	font-size: 16px;
}



.index-news-list .news-item img {
	width: 100%;
}
#news2{
	display:none
}

@media (max-width: 767px) and (min-width: 300px) {
	#news1{
		display:none
	}
	#news2{
		display:block
	}
	.index-news-list {
		max-width: 100%;
		padding: 20px 0 0px 0;
		overflow:hidden
	}

	.index-news-list .news-item {
		margin-bottom: 10px;
		transition: all .3s ease-in-out;
		cursor: pointer;
	}

	#feat_home {
		background-color: #f4f4f4;
		color: #282828;
		padding: 35px 0 100px;
	}
	.driver-box{
		margin-top: 36px;
	}
}

.index-news-list .news-item a {
	display: inline-block;
}

.news_index {
	margin-bottom: 20px;
}

.more_news {
	text-align: center;
	width: 100%;
}

.more_news a:hover span {
	background-color: #ff6c00;
	color: #fff;
}

.more_news a span {
	text-align: center;
	font-size: 16px;
	border: 1px solid #ff6c00;
	cursor: pointer;
	padding: 10px 50px;
	display: inline-block;
}

.hot-product {
	margin-top: 30px;
}

.hot-product a {
	display: block;
	border: 1px solid #ededed;
}

.hot-product img {
	width: 100%;
}

.hot-product span {
	height: 50px;
	line-height: 50px;
	background-color: #e5e5e5;
	font-size: 16px;
}

.hot-product a:hover {
	border: 1px solid #ff6c00;
}

.hot-product a:hover span {
	background-color: #ff6c00;
	color: #fff;
}

.dede_pages {
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden
}

.dede_pages ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}

.dede_pages ul li {
	float: left;
	font-family: 'microsoft yahei';
	margin: 0 2px;
	line-height: 25px;
	background: #fff;
	border: 1px solid #d8dadf;
	list-style: none
}

.dede_pages ul li:nth-child(1) {
	padding: 0 10px
}

.dede_pages ul li:nth-child(1) a {
	padding: 0
}

.dede_pages ul li a {
	color: #555;
	display: block;
	padding: 0 10px;
}

.dede_pages ul li:hover {
	text-decoration: none;
	color: #fff;
	border: 1px #333 solid;
	background-color: #333
}

.dede_pages ul li:hover a {
	color: #fff
}

.dede_pages ul li:hover a:hover {
	color: #fff;
	text-decoration: none
}

.dede_pages ul li.thisclass {
	background-color: #333;
	color: #fff;
	border: 1px #333 solid;
	padding: 0 10px
}

.dede_pages ul li:last-child {
	padding: 0 10px
}

.dede_pages ul li:last-child a {
	padding: 0
}

.dede_pages ul li.thisclass a {
	color: #fff;
	padding: 0
}

.dede_pages .pageinfo {
	line-height: 30px;
	padding-left: 5px
}

.dede_pages strong {
	font-weight: 400
}

.driver-box {

	margin-top: 36px;

	position: relative;

}



.driver-box .index-driver-swiper {

	width: 100%;

	/* height: 348px; */

	position: initial;

}



.driver-box .index-driver-swiper a {

	display: block;

	background-color: #fff;

	/* padding: 26px 0 0; */

	transition: 0.3s;

	cursor: pointer;

}

#navigation1 {
	margin-top: 20px;
}

.driver-box .index-driver-swiper .swiper-slide .photo {

	/* width: 164px;

	height: 164px;

	margin: 0 auto;

	overflow: hidden;

	border-radius: 50%; */
	width: 100%;
	/* height: 310px; */
	overflow: hidden;
	/* line-height: 310px; */
	position: relative;
	border-bottom: 1px solid #eee;

}

.driver-box .swiper-container a .content {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 25px;
	text-align: left;
	transition: all .4s ease;
	overflow: hidden;
}

.driver-box .content h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	padding-top: 16px;
	overflow: hidden;
}

.driver-box .content p {
	font-size: 14px;
	line-height: 21px;
	color: #aaa;
}

.driver-box .content .intro {
	font-size: 16px;
	line-height: 28px;
	color: #777;
	padding-top: 10px;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.driver-box .index-driver-swiper .swiper-slide .photo img {
	width: 100%;
}



.driver-box .index-driver-swiper .swiper-slide .name {

	margin-top: 10px;

	display: flex;

	justify-content: center;

	align-items: flex-end;

	transition: 0.3s;

}



.driver-box .index-driver-swiper .swiper-slide .name div {

	font-size: 20px;

}



.driver-box .index-driver-swiper .swiper-slide .name span {

	font-size: 14px;

}



.driver-box .index-driver-swiper .swiper-slide .position {

	margin-top: 20px;

	text-align: center;

	line-height: 24px;

	color: #666;

	transition: 0.3s;

}

.index-driver-swiper .swiper-pagination-bullet {

	width: 14px;

	height: 14px;

	opacity: 1;

	background: #fff;

}



.index-driver-swiper .swiper-pagination-bullets {

	bottom: -50px;

}



.index-driver-swiper .swiper-pagination-bullet-active {

	background: #ff6c00;

}

.index-Title .title {

	font-size: 40px;

	color: #333;

	font-weight: bold;

	text-align: center;

}



.index-Title .intro {

	font-size: 16px;

	color: #666;

	margin-top: 18px;

	text-align: center;

}



.index-Title .line {

	width: 387px;

	height: 1px;

	margin: 24px auto 0;

	background-color: #cccccc;

	position: relative;

}



.index-Title .line::after {

	content: "";

	display: block;

	position: absolute;

	left: 50%;

	top: -4px;

	width: 50px;

	height: 9px;

	background-color: #ff6c00;

	border-radius: 5px;

	transform: translateX(-50%);

}

.index-driver .index-Title .title {
	color: #fff;
}

.index-search {
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

.index-search .wd1200 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-search .wd1200 .key {
	display: flex;
	align-items: center;
}

.index-search .wd1200 .key .icon {
	width: 22px;
	margin-right: 10px;
}

.index-search .wd1200 .key .word {
	display: flex;
	align-items: center;
}

.index-search .wd1200 .key .word a {
	margin-left: 5px;
	margin-right: 5px;
}

.index-search .wd1200 .key .word .title {
	font-size: 18px;
	font-weight: bold;
}

.index-search .wd1200 .key .word div {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666;
}

.index-search .wd1200 .search-box {
	display: flex;
	align-items: center;
	width: 410px;
	height: 50px;
}

.index-search .wd1200 .search-box .input {
	flex: 1;
	height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.index-search .wd1200 .search-box .input input {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 2rem;
	background-color: #f5f5f5;
}

.index-search .wd1200 .search-box .button button {
	width: 70px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	transition: 0.3s;
	background-color: #ff6c00;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.index-search .wd1200 .search-box .button button:hover {
	background-color: #ffb123;
}

.wd1200 {
	max-width: 1200px;
	margin: auto;
}

footer {
	background-color: #272a2c;
}

footer .foot-nav {
	padding-top: 59px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #5c5c5c;
	padding-bottom: 20px;
	display: none;
}

footer .foot-nav .wd1200 {
	height: 100%;
	position: relative;
}

footer .foot-nav .wd1200 ul {
	position: absolute;
	width: 1200px;
	top: -95px;
	height: 70px;
	line-height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ff6c00;
	padding: 0 40px;
}

footer .foot-nav .wd1200 ul li {
	position: relative;
}

footer .foot-nav .wd1200 ul li a {
	font-size: 16px;
	color: #fff;
	transition: 0.3s;
}

footer .foot-nav .wd1200 ul li a:hover {
	color: #ffb123;
}

footer .foot-nav .wd1200 ul li::after {
	content: "";
	position: absolute;
	right: -57px;
	top: 50%;
	width: 1px;
	height: 16px;
	display: block;
	transform: translateY(-50%);
	background-color: #ffffff;
}

footer .foot-nav .wd1200 ul li:last-child::after {
	display: none;
}

footer .foot-nav .wd1200 .foot-link {}

footer .foot-nav .wd1200 .foot-link .icon {
	width: 26px;
	margin-right: 10px;
	float: left
}

footer .foot-nav .wd1200 .foot-link .word {}

footer .foot-nav .wd1200 .foot-link .word span {
	font-size: 16px;
	color: #fff;
}

footer .foot-nav .wd1200 .foot-link .word a {
	margin-right: 8px;
	font-size: 14px;
	color: #b3b3b3;
	transition: 0.3s;
}

footer .foot-nav .wd1200 .foot-link .word a:hover {
	color: #ffb123;
}

footer .foot-main {
	padding: 40px 0;
}

footer .foot-main .wd1200 {
	display: flex;
}

footer .foot-main .wd1200 .foot-logo {
	flex: 3;
	text-align: center;
	padding-top: 110px;
	border-right: 1px solid #525252;
}

footer .foot-main .wd1200 .foot-logo img {
	width: 158px;
}

footer .foot-main .wd1200 .middle {
	flex: 5;
	padding-left: 70px;
	border-right: 1px solid #525252;
}

footer .foot-main .wd1200 .middle h3 {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}

footer .foot-main .wd1200 .middle .info p {
	margin-top: 15px;
	font-size: 16px;
	color: #b3b3b3;
	line-height: 30px;
}

footer .foot-main .wd1200 .leave {
	flex: 4;
	padding-left: 70px;
}

footer .foot-main .wd1200 .leave .title {
	font-size: 16px;
	color: #fff;
}

footer .foot-main .wd1200 .leave .input {
	margin-top: 20px;
	width: 340px;
	height: 50px;
	border: solid 1px #7f7f7f;
}

footer .foot-main .wd1200 .leave .input input {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #272a2c;
}

footer .foot-main .wd1200 .leave button {
	display: block;
	margin-top: 20px;
	width: 130px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background-color: #ff6c00;
	border-radius: 20px;
	transition: 0.2s;
}

footer .foot-main .wd1200 .leave button:hover {
	background-color: #ffb123;
}

footer .foot-main .wd1200 .leave .subm {
	display: block;
	margin-top: 20px;
	width: 130px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background-color: #ff6c00;
	border-radius: 20px;
	transition: 0.2s;
}

footer .foot-main .wd1200 .leave .subm:hover {
	background-color: #ffb123;
}

footer .banquan {
	height: 70px;
	line-height: 70px;
	border-top: 1px solid #4d4d4d;
}

footer .banquan .wd1200 {
	justify-content: space-between;
	font-size: 15px;
	color: #b3b3b3;
}

footer .banquan .wd1200 span a {
	color: #b3b3b3;
}

.contact-contain {
	padding: 60px 0 115px;
}

.contact-contain .wd1200 {
	display: flex;
}

.contact-contain .wd1200 .map {
	margin-right: 39px;
}

.contact-contain .wd1200 .map #dituContent {
	width: 780px;
	height: 566px;
}

.contact-contain .wd1200 .contact-box {
	flex: 1;
	padding: 28px 30px;
	background-color: #f8f8f8;
}

.contact-contain .wd1200 .contact-box .title {
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.contact-contain .wd1200 .contact-box .info {
	margin-top: 25px;
	font-size: 16px;
	color: #666;
	line-height: 32px;
}

.contact-contain .wd1200 .contact-box .ma {
	margin-top: 45px;
	text-align: center;
}

.contact-contain .wd1200 .contact-box .ma img {
	width: 190px;
}

.contact-contain .wd1200 .contact-box .ma div {
	margin-top: 15px;
	font-size: 16px;
	color: #666;
}

@media screen and (max-width: 768px) {
	footer .foot-nav {
		display: none;
	}

	footer .banquan {
		height: auto;
		line-height: normal;
		padding: 15px 0;
		text-align: center;
	}
}

@media screen and (max-width: 1200px) {
	footer .foot-nav {
		height: auto;
		padding: 20px 0;
	}

	.wd1200 {
		padding: 0 15px;
	}

	footer .foot-main .wd1200 .foot-logo {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	footer .foot-main .wd1200 {
		display: block;
	}
}

.about-contain {
	background-color: #fff;
	padding: 50px 0;
	padding-bottom: 50px;
}

.about-contain img {
	display: flex;
	margin: 0 auto;
	width: 100%;
}

.about-contain .wd1200 .show-word {
	/* height: 376px; */
	flex: 1;
	padding-right: 15px;
	font-size: 16px;
	color: #666;
	line-height: 34px;
	text-align: justify;
}

.pagecon {
	background: #f5f5f5;
	padding: 40px 0 40px 0;
}

.news_list {}

.news_list ul {
	margin: 0 -13px;
}

.news_list li {
	width: 33.33%;
	float: left;
	padding: 0 13px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.news_list li.clearfix {
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
	display: none;
}

.news_list li .img {
	/* height: 218px; */
	overflow: hidden;
}

.news_list li .img img {
	width: 100%;
	height: auto;
}

.news_list li .text {
	background-color: #FFF;
	padding: 5px;
	color: #8a8586;
}

.news_list li .text .h3 {
	margin-bottom: 5px;
	color: #211d1e;
	font-size: 18px;
	line-height: 1.5;
	overflow: hidden;
	height: 27px;
}

.news_list li .text .p {
	font-size: 13px;
	line-height: 24px;
	height: 72px;
}

.news_list li a:hover .text {
	background-color: #ff6c00;
	color: #fff;
}

.news_list li a:hover .text .h3 {
	color: #fff;
}

@media screen and (max-width: 640px) {
	.news_list li {
		width: auto;
		float: none;
	}
}

.new-contain {
	padding: 60px 0 115px;
	background-color: #f5f5f5;
}

/* .new-contain .wd1200 { */
	/* display: flex; */
/* } */

.new-contain .wd1200 .new-box {
	flex: 1;
}

.new-contain .wd1200 .new-box .news-item {
	display: flex;
	padding-bottom: 30px;
	padding-top: 25px;
	border-top: 1px solid #ccc;
}

.new-contain .wd1200 .new-box .news-item .time {
	margin-right: 30px;
	text-align: center;
}

.new-contain .wd1200 .new-box .news-item .time .big {
	font-size: 50px;
	color: #4d4d4d;
}

.new-contain .wd1200 .new-box .news-item .time .small {
	font-size: 16px;
	color: #808080;
}

.new-contain .wd1200 .new-box .news-item .ingo {
	flex: 1;
	padding-top: 10px;
}

.new-contain .wd1200 .new-box .news-item .ingo .title {
	font-size: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.3s;
}

.new-contain .wd1200 .new-box .news-item .ingo .heng {
	width: 20px;
	height: 2px;
	background-color: #ff6c00;
}

.new-contain .wd1200 .new-box .news-item .ingo .intro {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-contain .wd1200 .new-box .news-item .ingo .more {
	display: block;
	margin-top: 27px;
	width: 120px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	transition: 0.3s;
	background-color: #ff6c00;
}

.new-contain .wd1200 .new-box .news-item:first-child {
	border-top: none;
	padding-top: 0;
}

.new-contain .wd1200 .new-box .news-item:hover .ingo .title {
	color: #ff6c00;
	margin-left: 20px;
	font-weight: bold;
}

.new-contain .wd1200 .new-box .news-item:hover .ingo .more {
	background-color: #ffb123;
}

.new-contain .wd1200 .flac-box {
	width: 380px;
	margin-left: 39px;
}

.new-contain .wd1200 .flac-box .lump {
	background-color: #f8f8f8;
	padding: 30px;
	margin-bottom: 30px;
}

.new-contain .wd1200 .flac-box .lump .l-title {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.new-contain .wd1200 .flac-box .lump .l-title img {
	width: 27px;
	height: 27px;
	margin-right: 10px;
}

.new-contain .wd1200 .flac-box .lump .l-title span {
	font-size: 22px;
}

.new-contain .wd1200 .flac-box .lump .l-box {
	margin-top: 30px;
}

.new-contain .wd1200 .flac-box .lump .l-box .l-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.new-contain .wd1200 .flac-box .lump .l-box .l-item div {
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	background-color: #b3b3b3;
}

.new-contain .wd1200 .flac-box .lump .l-box .l-item .green {
	background-color: #ff6c00;
}

.new-contain .wd1200 .flac-box .lump .l-box .l-item span {
	font-size: 16px;
	color: #666;
	transition: 0.3s;
}

.new-contain .wd1200 .flac-box .lump .l-box .lianxi-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.new-contain .wd1200 .flac-box .lump .l-box>p {
	line-height: 36px;
	color: #666;
	font-size: 16px;
}

/****             æ–°é—»èµ„è®¯              ****/
/****             æ–°é—»èµ„è®¯-è¯¦æƒ…              ****/
.new-contain .wd1200 .new-article {}

.new-contain .wd1200 .new-article .title {
	font-size: 24px;
	text-align: center;
}

.new-contain .wd1200 .new-article .time {
	margin-top: 25px;
	font-size: 16px;
	color: #808080;
	text-align: center;
}

.new-contain .wd1200 .new-article .line {
	margin-top: 23px;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}

.new-contain .wd1200 .new-article .body {
	padding: 40px 0;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	text-align: justify;
}

.new-contain .wd1200 .new-article .down {
	display: flex;
	justify-content: space-between;
}

.new-contain .wd1200 .new-article .down a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
	height: 50px;
	line-height: 50px;
	transition: 0.3s;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

.new-contain .wd1200 .new-article .down a .icon {
	transition: 0.3s;
	margin: 0 10px;
}

.new-contain .wd1200 .new-article .down a .icon2 {
	display: none;
}

.new-contain .wd1200 .new-article .down a span {
	font-size: 16px;
	color: #999;
	transition: 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 255px;
	height: 50px;
	white-space: nowrap;
}

.new-article p {
	line-height: 30px;
	text-indent: 2em;
}

.new-article p img {
	display: flex;
	margin: 0 auto;
	width:50%
}

.list-2 {
	margin: -20px 0 0 -20px;
}

.list-2 li {
	float: left;
	/* width: 25%; */
}

.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 2px;
}

.list-2 li .img-center {
	overflow: hidden;
	/* 	height: 186px;
	line-height: 186px; */
}

.list-2 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}

.list-2 li a:hover {
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}

.list-2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-2 span {
	height: 50px;
	line-height: 50px;
	background-color: #e5e5e5;
	font-size: 16px;
}

/* .chengji {
	padding: 40px 0 40px 0;
} */
.chengji{
	padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.list-2 li {
		width: 100%;
	}
}
#navigation{
	margin-top: 40px;
}
.sectTwo .swiper-container a {
	display: block;
	width: 386px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.sectTwo .swiper-container a .img {
	width: 100%;
	height: 310px;
	overflow: hidden;
	line-height: 310px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.sectTwo .swiper-container a .img img {
	transition: all .4s ease;
	position: absolute;
}

.sectTwo .swiper-container a .content {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 25px;
	text-align: left;
	transition: all .4s ease;
	overflow: hidden;
}

.sectTwo .swiper-container a:hover .content .intro {
	overflow: auto;
	height: 100%;
	-webkit-line-clamp: initial;
	padding-right: 8px;
}

.sectTwo .swiper-container a:hover .content .intro::-webkit-scrollbar {
	width: 2px;
	height: 10px;
	background-color: rgba(252, 250, 250, 0.6);
}

/*定义滚动条轨道 内阴影+圆角*/
.sectTwo .swiper-container a:hover .content .intro::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	background-color: rgba(247, 247, 247, 0.6);
}

/*定义滑块 内阴影+圆角*/
.sectTwo .swiper-container a:hover .content .intro::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(247, 247, 247, 0.6);
}

.sectTwo .content h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 2;
	padding-top: 16px;
	height: 44px;
	overflow: hidden;
}

.sectTwo .content p {
	font-size: 14px;
	line-height: 21px;
	color: #aaa;
}

.sectTwo .content p i {
	color: #aaa;
	padding-right: 5px
}

.sectTwo .content .intro {
	font-size: 16px;
	line-height: 28px;
	color: #777;
	padding-top: 10px;
	height: 140px;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.sectTwo #more {
	border: 1px solid #fff;
	color: #fff;
	transition: all .4s ease
}

.sectTwo #more:hover {
	border-color: #e51c60;
	color: #e51c60;
	transition: all .4s ease
}

.sectTwo .swiper-container a:hover {
	background: rgba(0, 0, 0, 5)
}

.sectTwo .swiper-container a:hover .content {
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, .5);
	height: 100%;
	transition: all .4s ease
}

.sectTwo .swiper-container a:hover .content h4 {
	color: #fff
}

.sectTwo .swiper-container a:hover .content p {
	color: #fff
}

.sectTwo .swiper-container a:hover .content .intro {
	color: #fff
}

.sectTwo .swiper-container a:hover .img {
	width: 100%;
	height: 100%;
	position: relative;
}

.sectTwo .swiper-container a:hover .img img {
	height: 100%;
	width: auto;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: all .4s ease
}

@media screen and (max-width:768px) {
	#sectTwo .sectTwo {
		box-sizing: border-box;
		padding: 0 15px
	}

	.sectTwo .swiper-container {
		width: 98%;
	}

	.sectTwo .swiper-container a {
		width: 100%;
		height: auto;
		margin: 0
	}

	.sectTwo .swiper-container a .img {
		height: auto;
		line-height: 1
	}

	.sectTwo .swiper-container a .content {
		padding: 0 12px
	}

	.sectTwo .content h4 {
		padding-top: 5px;
		font-size: 18px
	}

	.sectTwo .content p {
		line-height: 28px
	}

	.sectTwo .content .intro {
		font-size: 14px;
		line-height: 24px;
		height: 120px;
		overflow: hidden
	}
}

#persons {
	position: relative;
	/* width: 1350px; */
	margin: 0 auto;
	padding-bottom: 60px;
}

#persons .swiper-container {
	padding-bottom: 60px;
}

#persons .swiper-slide {
	width: 540px;
	height: 340px;
}

#persons .swiper-slide .text {
	position: absolute;
	left: 15%;
	top: 20%;
	width: 90%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#persons .swiper-slide .text img {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 15px;
	border: 2px solid #ededed;
}

#persons .swiper-slide h2 {
	float: left;
	padding-top: 0;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

#persons .swiper-slide h4 {
	float: left;
	margin: 0;
	width: 60%;
	font-size: 16px;
}

#persons .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 15px;
	height: 15px;
	opacity: 1;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#persons .swiper-button-prev {
	/* left: -30px; */
	top: 40%;
	width: 45px;
	height: 45px;
}

#persons .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#persons .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#persons .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#persons .swiper-button-next {
	/* right: -30px; */
	top: 40%;
	width: 45px;
	height: 45px;
}

.section1 {
	padding: 35px 0 15px;
}

#persons {
	padding: 20px 0;
}

.profession1 {
	padding: 20px 0;
}

@media screen and (min-width: 1200px) {
	.profession1 {
		display: none;
	}
}

.recent-work-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

	#persons,
	.card {
		display: none;
	}
}

.card {
	width: 724px;
	margin: 16px auto 0;
	padding: 12px 20px 12px 40px;
	border-left: 16px solid #ed6c00;
	background-color: #f2f2f2;
	margin-bottom: 30px;
}

.card .btn {
	float: right;
	margin-top: 35px;
}

.card h3 {
	color: #000;
	font-size: 18px;
	line-height: 1.78;
}

.card p {
	color: #777;
	font-size: 16px;
}

.btn.more {
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 2;
	border-radius: 15px;
	border: 1px solid #000;
	background-color: #49effc;
}


.hot-product1 {}

.hot-product1 li {
	width: 33.333%;
	float: left;
}

.hot-product1 li:nth-child(3n+1) {
	clear: both;
}

.hot-product1 li a {
	display: block;
	margin: 10px;
}

.hot-product1 ul {
	margin: -10px;
}

.hot-product1 .text {
	border: 1px solid #eee;
	border-top: 0;
	padding: 0 20px;
}

.hot-product1 img {
	display: block;
}

.hot-product1 h3 {
	font-size: 16px;
	line-height: 42px;
	border-bottom: 1px solid #e4e4e4;
}

.hot-product1 h3 label {
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.hot-product1 p {
	line-height: 46px;
	padding-right: 100px;
	background: url(../img/icon7.png) no-repeat right center;
}

.hot-product1 a:hover p,
.hot-product1 a:hover h3 span {
	color: #ff6c00
}

.img {
	overflow: hidden;
	position: relative;
}

.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0);
	z-index: 100
}

.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.img:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}

@media screen and (max-width: 767px) {
	#footer-fix {
		display: block;
	}
	#navigation{
		margin-top: 18px;
	}
	#logo img{
		height: 60px;
	}
}

.footer-fix {
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #e3e3e3;
	z-index: 10;
	display: none;
}

.footer-fix li {
	float: left;
	width: 33%;
}

.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}

.footer-fix li i {
	display: block;
	height: 35px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.footer-fix li i.i1 {
	background-image: url(../img/home.png);
}

.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}

.footer-fix li i.i3 {
	background-image: url(../img/tel.png);
}

.footer-fix li i.i4 {
	background-image: url(../img/nav.png);
}

.news_con {
	overflow: hidden;
}

.news_con ul li {
	overflow: hidden;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #cccccc;
	display: block;
	background-color: #fff;
	padding: 20px 35px;
}

.news_con ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.news_con ul li .imgs {
	/* width: 19%; */
	float: left;
	display: inline;
	overflow: hidden;
}

.news_con ul li .imgs img {
	width: 100%;
	/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.news_con ul li:hover .imgs img {
	/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.news_con ul li .i_about_r {
	/* float: right; */
	display: inline;
	line-height: 22px;
	/* width: 78%; */
	overflow: hidden;
	position:relative;
	left:50px
}

.news_con ul li .i_about_r h3 {
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 1%;
}

.news_con ul li .i_about_r label {
	display: block;
	color: #999999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	background: url(../img/news_bg1.png) left center no-repeat;
	margin-bottom: 1%;
}

.news_con ul li .i_about_r .p {
	max-height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 24px;
}

.news_con ul li .i_about_r .news_more {
	margin-top: 2%;
	width: 106px;
	text-align: center;
	float: left;
	height: 34px;
	line-height: 34px;
	background-color: #f5f5f5;
	border: 1px solid #bababa;
	color: #828282;
	font-size: 13px;
	transition: all 0.3s;
}

.news_con ul li:hover .i_about_r .news_more {
	background-color: #ff6c00;
	color: #fff;
	border: 1px solid #ff6c00;
}

.news_con ul li:hover .i_about_r h3 {
	color: #ff6c00;
}

@media screen and (max-width: 640px) {
	.news_con ul li .imgs {
		width: 29%;
	}

	.news_list1 li .fr a {
		font-size: 14px;
		color: #333;
		display: block;
		width: 100%;
		float: left;
		margin: 0 0 25px;
	}

	.news_list1 li {
		position: relative;

	}

	.fl1 {
		float: none;
		font-size: 14px;
		position: absolute;
		bottom: 0;
		left: 20px;
	}

	.news_list1 li .fr a {
		font-size: 14px;
	}

	.fl1 span {
		font-size: 14px;
	}

	.news_list1 li .fr {
		min-width: 100%;
		margin-bottom: 15px;
	}

	.news_con ul li .i_about_r {
		width: 68%;
	}

	.news_con ul li .i_about_r .news_more {
		display: none;
	}

	.news_con ul li .i_about_r .p {
		line-height: 18px;
		max-height: 36px;
		font-size: 12px;
		display: none;
	}

	.news_con ul li {
		padding: 10px 10px;
	}

	.news_con ul li .i_about_r h3 {
		line-height: 22px;
		height: 22px;
		font-size: 14px;
		color: #333;
		font-weight: normal;
		margin-bottom: 1%;
		overflow: initial;
	}

	.news_con ul li .i_about_r label {
		display: block;
		color: #999999;
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		padding-left: 19px;
		background: url(../img/news_bg1.png) left center no-repeat;
		margin-bottom: 1%;
		margin-top: 35px;
		float: left;
		padding-left: 0;
	}
}
.search-pagination{
	text-align:center
}