@import "bootstrap.css";
@import "animate.min.css";
@import "swiper.min.css";
@import "mobile_nav.css";
@import "../fonts/iconfont.css";
@import "../layui/css/layui.css";

/***

====================================================================
	Reset
====================================================================

 ***/
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

html,
body {
	height: 100%;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/
@font-face {
	font-family: Rubik;
	src: url(../fonts/Rubik-Regular.eot?#iefix);
	src: url(../fonts/Rubik-Regular.eot?#iefix) format("eot"), url(../fonts/Rubik-Regular.woff) format("woff"), url(../fonts/Rubik-Regular.woff2) format("woff2"), url(../fonts/Rubik-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Rubik-Light;
	src: url(../fonts/Rubik-Light.eot?#iefix);
	src: url(../fonts/Rubik-Light.eot?#iefix) format("eot"), url(../fonts/Rubik-Light.woff) format("woff"), url(../fonts/Rubik-Light.woff2) format("woff2"), url(../fonts/Rubik-Light.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Rubik-LightItalic;
	src: url(../fonts/Rubik-LightItalic.eot?#iefix);
	src: url(../fonts/Rubik-LightItalic.eot?#iefix) format("eot"), url(../fonts/Rubik-LightItalic.woff) format("woff"), url(../fonts/Rubik-LightItalic.woff2) format("woff2"), url(../fonts/Rubik-LightItalic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Rubik;
	src: url(../fonts/Rubik-Bold.eot?#iefix);
	src: url(../fonts/Rubik-Bold.eot?#iefix) format("eot"), url(../fonts/Rubik-Bold.woff) format("woff"), url(../fonts/Rubik-Bold.woff2) format("woff2"), url(../Fonts/Rubik-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}



body {
	font-family: Rubik, Microsoft YaHei, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.8em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #443f45;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0;
	background: none;
	line-height: 1.6em;
	font-family: Rubik !important;
}

input,
button,
select,
textarea {
	font-weight: 100;
}

p {
	position: relative;
	line-height: 1.7em;

}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

hr {
	border-top: 1px #ccc solid;
}

img {
	max-width: 100%;
}



.blank-10 {
	height: 10px;
}

.blank-20 {
	height: 20px;
}

.blank-30 {
	height: 30px;
}

.blank-40 {
	height: 40px;
}

.blank-50 {
	height: 50px;
}

.blank-60 {
	height: 60px;
}

.blank-70 {
	height: 70px;
}

.blank-80 {
	height: 80px;
}

.blank-90 {
	height: 90px;
}

.blank-100 {
	height: 100px;
}

.clearfix {
	clear: both;
	*zoom: 1
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

.flex-container {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.flex-container-vertical {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: left;
	justify-content: center;
}

.transition,
.transition a {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}


/*  web top */
.header-transparent {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;

}

.header-sticky {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background: #1f2a44;
	height: 70px;
}

.header-sticky.sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	height: 70px;
	background-color: #1f2a44;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	display: block;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
}





.brand-logo .logo-white {
	margin: 10px 0;
	display: block;
	width: 125px;
	height: 50px;
	background: url(../images/logo-white.png) no-repeat;
	background-size: 50%;
}

.brand-logo .logo-black {
	display: none;
}

.brand-logo .logo-black {
	margin: 10px 0;
	display: none;
	width: 125px;
	height: 50px;
	background: url(../images/logo-white.png) no-repeat;
	background-size: 50%;
}

.sticky .brand-logo .logo-black {
	margin: 10px 0;
	display: block;
	width: 100px;
	height: 50px;
	background: url(../images/logo-white.png) no-repeat 0 center;
	background-size: 52px auto;
}

.sticky .brand-logo .logo-white {
	display: none !important;
}









.navigation {
	height: 70px;
	text-align: center;
}

.navigation a {
	position: relative;
	margin: 0 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	letter-spacing: 1px;
}

.navigation a::after {
	position: absolute;
	content: ' ';
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 2px;
	opacity: 0;
	background: #fff;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.navigation a:hover::after {
	opacity: 1;
}

.navigation a:hover,
.sticky .navigation a:hover {
	color: #fff;
}

.sticky .navigation,
.sticky .language_gy {
	height: 70px !important;
}

.sticky .navigation a {
	position: relative;
	color: #fff !important;
}

.sticky .navigation a::after {
	bottom: -15px;
}

.language_gy {
	text-align: right;
	color: #fff;
	height: 70px;
	font-size: 2rem;
}

.language_gy span {
	font-size: 2rem;
}

.language_sort {
	position: relative;
	margin: 0 10px;
	display: inline-block;
	cursor: pointer;
}

.language_sort>div {
	position: absolute;
	left: -30px;
	top: 30px;
	width: 100px;
	height: 0;
	overflow: hidden;
	padding: 0 15px;
	background: #1f2a44;
	color: #fff;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.language_sort>div a {
	display: block;
	color: #fff;
	line-height: 40px;
	text-align: center;
}


.language_sort:hover>div {
	height: 100px;
	overflow: hidden;
	padding: 15px 15px;
}

/* banner模块 */

.bannerPart {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 780px;
	overflow: hidden;
}

.bannerPart .swiper-container {
	display: block;
	height: 100%;
}

.bannerPart .swiper-button-next,
.bannerPart .swiper-button-prev {
	color: rgba(255, 255, 255, .5) !important;
	display: none;
}

.bannerPart .swiper-button-next:hover,
.bannerPart .swiper-button-prev:hover {
	color: rgba(255, 255, 255, 1) !important;
}


.bannerPart .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -10px;
	width: 100%;
	z-index: 999;
}

.bannerPart .swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	opacity: 1;
	border-radius: 10px;
	background: rgba(255, 255, 255, .5);
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;

}

.bannerPart .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
	width: 30px;
}







.inside_page .swiper-container {
	display: block;
	height: 100%;
}

.inside_page .swiper-button-next,
.inside_page .swiper-button-prev {
	color: rgba(255, 255, 255, .5) !important;
	display: none;
}

.inside_page .swiper-button-next:hover,
.inside_page .swiper-button-prev:hover {
	color: rgba(255, 255, 255, 1) !important;
}


.inside_page .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -10px;
	width: 100%;
	z-index: 999;
}

.inside_page .swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	opacity: 1;
	border-radius: 10px;
	background: rgba(255, 255, 255, .5);
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;

}

.inside_page .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
	width: 30px;
}

.footer {
	padding: 70px 0 20px 0;
	background: #1f2a44;
	color: rgba(255, 255, 255, .5)
}

.footer_logo {
	padding: 60px 80px 0 0;
	background: url(../images/logo-white.png) no-repeat 0 0;
	background-size: 60px auto;
	color: #fff;
	font-weight: 100 !important;
	font-size: 13px;
}

.copy_gy {
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-size: 12px;
}

.copy_gy a {
	margin: 0 10px;
	display: inline-block;
	color: rgba(255, 255, 255, .5)
}

.copy_gy a:hover {
	text-decoration: underline;
}

.copy_gy .gy_sns {
	float: right;
	text-align: right;
}

.copy_gy .gy_sns a {
	margin: 0 5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.4);
	text-align: center;
	color: #1f2a44;
	line-height: 30px;

}

.copy_gy .gy_sns a span {
	font-size: 20px;
}

.copy_gy .gy_sns a:hover {
	text-decoration: none;
}

.footer_menu {
	padding: 0 0 0 50px;
}

.footer_menu h3 {
	margin: 0 0 15px 0;
	font-size: 2rem;
	color: #fff;
}
.footer_menu ul li a,.footer_menu ul li a:visited{
	color:rgba(255,255,255,.6);
}
.footer_menu ul li a:hover{
	color:rgba(255,255,255,1);
}

.first_title {
	margin: 15px 0;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1f2a44;
	line-height:45px;
}

.second_title {
	margin: 5px 0;
	font-size: 30px;
	color: #ffa21e;
	text-transform: uppercase;
	font-weight: bold;
}

.home_product {
	padding: 70px 0;
}

.products_bar>div {
	float: left;
	width: 50%;
	height: 460px;
	overflow: hidden;
}

.automotive_home {
	padding: 0 100px 0 0;
	height: 460px;
	font-size: 20px;
}

.forklift_home {
	padding: 0 0 0 100px;
	height: 460px;
	font-size: 20px;
}

.text_dec {
	margin: 15px 0;
}

.btn_more {
	margin: 10px 0;
	display: inline-block !important;
	border: 1px #1f2a44 solid;
	padding: 6px 0;
	border-radius: 30px;
	width: 180px;
	text-align: center;
	font-size: 15px;
	color: #1f2a44;
	position: relative;
	z-index: 10;
	overflow: hidden;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.btn_more::after {
	position: absolute;
	left: 0;
	top: 0;
	content: 'Know More';
	width: 0;
	height: 100%;
	background: #1f2a44;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	border-radius: 30px;
	z-index: 5;
	overflow: hidden;
	padding: 6px 0;
}

.btn_more:hover {
	color: #fff !important;
}

.btn_more:hover::after {
	width: 100%;
}

.news_bar {
	padding: 70px 0;
	background: #f7f6fb;
}

.new_box {
	padding: 30px 0;
}

.new_text {
	position: relative;
	padding: 15px;
	border: 1px #eaeaea solid;
	border-top: none;
	background: #fff;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;

}

.new_text::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #1f2a44;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	content: ' ';
}

.new_box:hover .new_text::after {
	width: 100%;
}

.new_text h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	height: 80px;

}

.new_data {
	font-size: 12px;
	color: #666;
}

.inside_page {
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.main_body {
	padding: 40px 0;
}

.crumbs {
	padding: 10px 0;
}

.crumbs a {
	position: relative;
	display: inline-block;
	line-height: 1.875rem;
}

.crumbs a::after {
	display: inline-block;
	margin: 0 10px;
	content: "/";
	color: #999;
	vertical-align: middle;
}

.product_sort a {
	margin: 0 10px;
	padding: 7px 30px;
	display: inline-block;
	border: 1px #1f2a44 solid;
	text-align: center;
	min-width: 200px;
	border-radius: 30px;
	color: #1f2a44;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	font-size: 16px;
}

.product_sort a:hover {
	color: #fff;
	background: #1f2a44;
}



.product_text {
	position: relative;
}

.product_text h3 {
	padding: 20px 0;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
}

.product_text h3::before {
	position: absolute;
	width: 80px;
	height: 5px;
	background: #1f2a44;
	content: ' ';
	left: 0;
	top: 0;
}

.product_text p {
	margin: 0 0 20px 0;
	color: #444;
	font-size: 16px;
}

.product_pic img {
	max-width: 90%;
	border-radius: 20px;
	box-shadow: 0 5px 7px 5px rgba(0, 0, 0, 0.1);
}

.bg_gray {

	padding: 50px 0;
	background: #f7f6fb;
}

.products_list>div {
	margin: 20px 0;
}

.list_box {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	min-height: 450px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.list_box:hover {
	box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.1);
}

.list_box a {
	display: block;
	color: #000;
}


.list_box .pro_thumb {
	min-height: 250px;
	text-align: center;
}

.pro_thumb img {
	max-width: 90%;
}


.list_box .pro_name {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	height: 60px;
}

.pro_second {
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
}

.pro_more {
	padding: 15px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}

.forklift_pic {
	width: 100%;
	height: 400px;
	overflow: hidden;
}


.forklift_name {
	font-size: 20px;
	font-weight: 600;
	color: #1f2a44;
	height: 50px;
	overflow: hidden;
}

.forklift_parameter {
	display: block;
	padding: 15px 0;
	color: #666;
}

.forklift_parameter h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.btn_view {
	margin: 10px 0;
	padding: 0 50px;
	display: inline-block !important;
	border-radius: 20px;
	border: 2px #1f2a44 solid;
	color: #1f2a44;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	width: auto !important;
}

.btn_view:hover {
	border: 2px #1f2a44 solid;
	color: #fff;
	background: #1f2a44;

}

.btn_view span {
	font-size: 24px;
	vertical-align: middle;
}

.forklift_details_parameter {
	padding: 0 0 0 30px;
	margin: 20px 0;
	border-left: 2px #1f2a44 solid;
}

.forklift_details_parameter h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #000;
}


.product_con {
	padding: 50px 0;
}

.product_details_pic .left_pic {
	position: relative;
	margin-top: -10px;
	width: 500px;
	height: 500px;
	background: #eaeaea;
	float: left;
	overflow: hidden;
}

.product_details_pic .left_pic .swiper-button-prev,
.product_details_pic .left_pic .swiper-button-next {
	color: #333 !important;
	background: rgba(255, 255, 255, .4);
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.product_details_pic .left_pic .swiper-button-prev::after,
.product_details_pic .left_pic .swiper-button-next::after {
	font-size: 24px;
}

.product_details_pic .left_pic #forkliftpagination {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	z-index: 10000;
}


.product_details_pic .right_text {
	margin: 0 0 0 80px;
	width: calc(100% - 580px);
	height: 500px;
	float: left;
}

.product_details_pic .right_text h2 {
	margin: 25px 0;
	font-size: 32px;
	color: #000;
}

.product_details_pic .right_text strong {
	display: inline-block;
	width: 225px;
	text-align: right;
}

.product_details_pic .right_text p {
	margin: 10px 0;
	border-bottom: 1px dashed #eaeaea;
	line-height: 50px;
}

.product_text .layui-tab .layui-tab-title li {
	font-size: 1.25rem;
	font-weight: bold;
}

.product_text .layui-this {
	color: #1f2a44 !important;
}

.product_text .layui-this::after {
	border-bottom: 2px #1f2a44 solid !important;
}

.product_text .layui-tab-item {
	padding: 0 0;
	font-size: 16px;
	color: #666;
	line-height: 2.5rem;
}

.product_text .layui-tab-item p {
	margin: 0 0 10px 0;
}


.product_text table {
	width: 100%;
	border-collapse: collapse;
}

.product_text table tr {
	transition: all .3s
}

.product_text table tr:nth-child(1) {
	background: #e8e8e8;
	border-top: 1px solid #999
}

.product_text table tr:nth-child(1) td {
	font-size: 16px;
	color: #666
}

.product_text table tr:hover {
	background: #eee
}

.product_text table td {
	padding: 12px 8px;
	color: #666;
	font-size: 16px;
	white-space: nowrap;
	line-height: 30px;
	border: 1px solid #d8d8d8;
	text-align: center
}

.product_text table td:nth-child(1) {
	border-left: none
}

.product_text table td:last-child {
	border-right: none
}







.list_number,
.list_disc {
	padding: 0 0 0 15px;
}

.list_number li {
	margin: 15px 0;
	list-style-type: decimal;
}

.list_disc li {
	margin: 15px 0;
	list-style-type: disc;
}

.product_text .layui-elem-quote {
	border-left: 5px solid #df0005;
}


.left_pic .swiper-container {
	height: 100%;
}


.contact_icon {
	margin: 20px 0 0 0;
	padding: 15px 0;
	display: block;
}



.contact_icon a span {
	font-size: 1.75rem;
	color: rgba(255, 255, 255, 1);
}

.contact_info {
	font-size: 20px;
	line-height: 3rem;
	text-align: center;
}

.contact_info span {
	margin: 10px 0;
	display: block;
	font-size: 60px;

}

.article_con {
	padding: 30px 0;
	font-size: 18px;
	color: #666;
}

.article_con p {
	margin: 30px 0;
}

.article_con p a {
	color: #1f2a44;

}

.article_con img {
	max-width: 100%;
}

.article_con h4 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
}

.article_relation a {
	display: block;
	margin: 10px 0;
	line-height: 35px;
	border-bottom: 1px #ddd dotted;
	font-size: 14px;
}

.article_p_n {
	margin: 20px 0 0 0;
	padding: 20px;
	background: #f4f4f4;
}

.article_p_n a {
	color: #000;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article_p_n a:hover {
	color: #1f2a44;
}

.navigation-down {
	position: fixed;
	top: 70px;
	left: 0px;
	width: 100%;
	z-index: 10000000;
}

.navigation-down .nav-down-menu {
	padding:30px 0;
	width: 100%;
	margin: 0;
	background: #1f2a44;
	position: absolute;
	top: 0px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.navigation-down .nav-down-menu .navigation-down-inner {
	margin: auto;
	width: 1170px;
	position: relative
}

.navigation-down .nav-down-menu dl {
	float: left;
	margin: 0 20px 10px 0
}

.navigation-down .menu-1 dl {
	margin: 0 20px 10px 0
}

.navigation-down .menu-1 dt {
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	margin-bottom: 10px
}

.navigation-down .menu-1 dd a {
	margin: 5px 0;
	padding: 12px 20px;
	display: block;
	color: rgba(0, 0, 0, .7) !important;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	background: #fff;
	border: 2px #eaeaea solid;
	border-radius: 0.3125rem;
	min-width: 200px;
	font-weight: bold;
	text-align: center
}

.navigation-down .menu-1 dd a:hover {
	color: #ffa21e !important;
	border: 2px #ffa21e solid;
}

.navigation-down .menu-1 dd a span {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

.navigation-down .menu-2 dd a span {
	margin: 0 10px 0 0;
	display: inline-block !important;
	font-size: 1.5rem;
	text-align: center;

}

.navigation-down .menu-2 dd a,
.navigation-down .menu-3 dd a {
	color: #000 !important;

}

.message_box .input,
.message_box textarea {
	border: 1px #ccc solid;
	background: #fff;
	padding: 5px;
	width: 80%;
	font-size: 14px
}

.message_box .submit_btn {
	line-height: 50px;
	border: none;
	border-radius: 30px;
	width: 240px;
	background: #ffa21e;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.message_box p {
	margin: 0;
}

.message_box ul li {
	display: block;
	margin: 0 0 30px 0;
}


.onlineBtn {
	position: fixed;
	right: 0;
	top: 50%;
	width: 50px;
	z-index: 10000000;
}

.onlineBtn ul li {
	position: relative;
	margin: 3px 0;
	display: block;
	color: #fff;
	font-size: 14px;

}

.chat-qq-icon {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #f20c2b url(../images/online-tel.gif) no-repeat center center;
	cursor: pointer;
}

.onlineBtn ul li .chat-qq-box {
	position: absolute;
	top: -30px;
	right: 50px;
	display: none;
}

.onlineBtn ul li:hover .chat-qq-box {
	display: block;
}

.chat-square {
	position: absolute;
	top: 50px;
	right: 7px;
	width: 14px;
	height: 22px;
	background: url(../images/chat-squar.png) no-repeat
}

.chat-qq-con {
	margin: 0 20px 0 0;
	padding: 20px;
	width: 300px;
	height: auto;
	background: #fff;
	border: 1px #ccc solid;
	border-top: 3px #f20c2b solid;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	color: #333;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	border-radius: 5px;
}

.chat-qq-con .chat-tit {
	padding: 0 0 0 65px;
	background: url(../images/chat-qq-icon.png) no-repeat 0 center;
}

.chat-qq-con .chat-tit h2 {
	font-size: 22px;
	color: #f20c2b;
	font-weight: 500;
}

.chat-qq {
	margin: 5px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px #eaeaea solid;
}

.chat-qq-con .chat-qq a {
	margin: 0 15px 10px 0;
	padding: 0 0 0 40px;
	display: inline-block;
	background: url(../images/online-qq.gif) no-repeat 0 0;
	color: #666;
	line-height: 35px;

}

.chat-qq-con .chat-qq a:hover {
	color: #f20c2b;
}

.chat-wechat-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background: rgba(204, 204, 204, 1);
	color: #333;
	cursor: pointer;
	text-align: center;
	font-size: 28px;
}

.chat-backtop-icon {
	padding: 5px 0;
	width: 50px;
	height: 50px;
	line-height: 20px;
	border-radius: 5px;
	background: rgba(204, 204, 204, 1);
	color: #333;
	cursor: pointer;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0;
}

.chat-backtop-icon span {
	display: block;
	font-size: 28px;
}

.chat-account {
	margin: 0 20px 0 0;
	padding: 10px;
	width: 180px;
	height: auto;
	background: #fff;
	border: 1px #ccc solid;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	color: #333;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	border-radius: 5px;
	letter-spacing: 0;
}

.page-number {
	padding: 30px 0;
	display: block;
	text-align: center;
}
.page-number .pagination{
	margin:0 !important;
}
.pagination li {
	display: inline-block;
	
}
.pagination li a:link,.pagination li a:visited{
	display:block;
	padding:0 15px;
	font-size:21px;
	overflow:hidden;
	line-height:40px;
	
}
.pagination li a i{
	font-size:20px;
}


/* 适配移动端 */
@media (max-width: 767px) {
	.head_fixed {
		position:fixed;
		left:0;
		top:0;
		width:100%;
		max-height: 60px;
		z-index: 1800;
		background:#fff;

	}

	.logo {
		margin: 12px 0;
		width: 50px;
		height: 36px;
		background: url(../images/logo_blue.png) no-repeat;
		background-size: 100%;
		overflow: hidden;
		text-indent: -999px;
		display: inline-block;
		float: left;
	}

	.m_menu {
		margin: 15px 0;
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/menu_2x.png) no-repeat;
		background-size: 30px;
	}

	.app-hide-list i {
		margin-top: 5px;
		margin-right: 10px;
		font-size: 11px;
	}

	.app-hide-list {
		background: #f5f5f5;
		margin: 5px 0;
		color: #000;
	}

	.app-slide-menu .mdui-list-item-content {
		text-align: left;
		padding-left: .8em;
	}

	.app-collapse-menu {
		margin: 0 16px;
	}

	.app-list-home {
		padding: 0;
		margin: 5px 0 10px;
		background: #1f2a44;
	}

	.app-list-home:hover {
		background: #1f2a44;
	}

	.app-list-home i {
		margin-top: -3px;
		margin-right: 5px;
		color: #fff;
	}

	.app-list-home a {
		color: #fff;
	}

	.app-list-item-link {
		color: #fff;
		display: block;
		width: 100%;
		text-align: left;
	}

	.mdui-collapse-item-body .app-sub-list {
		padding: 0;
		margin: 8px;
		height: 30px;
		line-height: 30px;
		background: #fff;
	}

	.mdui-collapse-item-body .app-sub-list a {
		padding-left: 23px;
	}

	.app-collapse-list {
		margin: 10px 0;
	}
	
	.bannerPart {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: 160px;
		overflow: hidden;
	}
	
	
	.home_product {
		padding: 30px 0;
	}
	
	.first_title {
		margin: 7px 0;
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		color: #1f2a44;
		line-height:25px;
	}
	
	.second_title {
		margin: 0;
		font-size: 20px;
		color: #ffa21e;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.news_bar {
		padding: 30px 0;
		background: #f7f6fb;
	}
	
	.footer_logo {
		padding: 60px 0 0 0;		
	}
	
	.inside_page {
		height: 160px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		position: relative;
	}
	
	.main_body {
		padding: 20px 0 40px 0;
	}

	.product_text h3 {
		padding: 10px 0;
		font-size: 24px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.bg_gray {	
		padding: 40px 0;
		background: #f7f6fb;
	}
	
	.product_pic{
		padding-bottom:20px;
		text-align: center;
	}
	
	.moblie_h2 h2{
		margin:0 0 15px 0;
		font-size:20px;
	}
	
	.product_text .layui-tab-item {
		padding: 0;
	}
	
	.product_text p {
		margin: 0 0 14px 0;
		color: #444;
		font-size: 14px;
	}
	
	.forklift_pic {
		width: 100%;
		height: 250px;
		overflow: hidden;
	}
	
	.btn_view {
		margin: 10px 0;
		padding: 0 25px;
		display: inline-block !important;
		border-radius: 20px;
		border: 2px #1f2a44 solid;
		color: #1f2a44;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		width: auto !important;
	}
	
	.article_con {
		padding: 10px 0;
		font-size: 14px;
		color: #333;
	}
	
	.article_p_n {
		margin: 20px 0 0 0;
		padding: 0;
		background: #f4f4f4;
	}
	.article_p_n>div{
		margin:5px 0;
	}
}

/* ipad */
@media (min-width: 768px) and (max-width: 991px) {
	.head_fixed {
		position:fixed;
		left:0;
		top:0;
		width:100%;
		max-height: 60px;
		z-index: 1800;
		background:#fff;
	
	}
	
	.logo {
		margin: 12px 0;
		width: 50px;
		height: 36px;
		background: url(../images/logo_blue.png) no-repeat;
		background-size: 100%;
		overflow: hidden;
		text-indent: -999px;
		display: inline-block;
		float: left;
	}
	
	.m_menu {
		margin: 15px 0;
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/menu_2x.png) no-repeat;
		background-size: 30px;
	}
	
	.app-hide-list i {
		margin-top: 5px;
		margin-right: 10px;
		font-size: 11px;
	}
	
	.app-hide-list {
		background: #f5f5f5;
		margin: 5px 0;
		color: #000;
	}
	
	.app-slide-menu .mdui-list-item-content {
		text-align: left;
		padding-left: .8em;
	}
	
	.app-collapse-menu {
		margin: 0 16px;
	}
	
	.app-list-home {
		padding: 0;
		margin: 5px 0 10px;
		background: #1f2a44;
	}
	
	.app-list-home:hover {
		background: #1f2a44;
	}
	
	.app-list-home i {
		margin-top: -3px;
		margin-right: 5px;
		color: #fff;
	}
	
	.app-list-home a {
		color: #fff;
	}
	
	.app-list-item-link {
		color: #fff;
		display: block;
		width: 100%;
		text-align: left;
	}
	
	.mdui-collapse-item-body .app-sub-list {
		padding: 0;
		margin: 8px;
		height: 30px;
		line-height: 30px;
		background: #fff;
	}
	
	.mdui-collapse-item-body .app-sub-list a {
		padding-left: 23px;
	}
	
	.app-collapse-list {
		margin: 10px 0;
	}
	
	.bannerPart {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: 160px;
		overflow: hidden;
	}
	
	
	.home_product {
		padding: 30px 0;
	}
	
	.first_title {
		margin: 7px 0;
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		color: #1f2a44;
		line-height:25px;
	}
	
	.second_title {
		margin: 0;
		font-size: 20px;
		color: #ffa21e;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.news_bar {
		padding: 30px 0;
		background: #f7f6fb;
	}
	
	.footer_logo {
		padding: 60px 0 0 0;		
	}
	
	.inside_page {
		height: 160px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		position: relative;
	}
	
	.main_body {
		padding: 20px 0 40px 0;
	}
	
	.product_text h3 {
		padding: 10px 0;
		font-size: 24px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.bg_gray {	
		padding: 40px 0;
		background: #f7f6fb;
	}
	
	.product_pic{
		padding-bottom:20px;
		text-align: center;
	}
	
	.moblie_h2 h2{
		margin:0 0 15px 0;
		font-size:20px;
	}
	
	.product_text .layui-tab-item {
		padding: 0;
	}
	
	.product_text p {
		margin: 0 0 14px 0;
		color: #444;
		font-size: 14px;
	}
	
	.forklift_pic {
		width: 100%;
		height: 250px;
		overflow: hidden;
	}
	
	.btn_view {
		margin: 10px 0;
		padding: 0 25px;
		display: inline-block !important;
		border-radius: 20px;
		border: 2px #1f2a44 solid;
		color: #1f2a44;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		width: auto !important;
	}
	
	.article_con {
		padding: 10px 0;
		font-size: 14px;
		color: #333;
	}
	
	.article_p_n {
		margin: 20px 0 0 0;
		padding: 0;
		background: #f4f4f4;
	}
	.article_p_n>div{
		margin:5px 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navigation a {
		position: relative;
		margin: 0 20px;
		display: inline-block;
		color: #fff;
		font-size: 1.75rem;
		transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
	}

	.footer_logo {
		padding: 50px 0 0 0;
	}


	.footer_menu {
		padding: 0 0 0 50px;
	}

}

@media (min-width: 1200px) and (max-width: 1400px) {
	.footer_menu {
		padding: 0 0 0 50px;
	}

	.forklift_pic {
		width: 100%;
		height: 280px;
		overflow: hidden;
	}
	
	.bannerPart {
		height: 550px;
	}
	
	.inside_page {
		height: 400px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

}

@media (min-width: 1401px) and (max-width: 1599px) {
	.forklift_pic {
		width: 100%;
		height: 320px;
		overflow: hidden;
	}
	
	.bannerPart {		
		height: 620px;
	}
	
	.inside_page {
		height: 460px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
}

@media (min-width: 1600px) and (max-width: 1750px) {
	.bannerPart {
		height: 680px;
	}
	.inside_page {
		height: 515px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}

