﻿#LRfloater0 {
	display: none;
}

#LXB_CONTAINER {
	top: 200px !important;
	right: -9999px !important;
}

p, a {
	color: #fff;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle
}

ul, li {
	list-style: none;
}

table p {
	color: #666;
}

#header {
	width: 100%;
	height: 90px;
	position: fixed;
	z-index: 100;
}

.logo {
	margin: 15px 60px 15px 15px;
	float: left;
}

.menu {
	margin-top: 30px;
	float: right;
}

.menu-ul {
	display: block;
	float: left;
	margin: 9px 42px 8px 0;
}

.menu-ul > li {
	float: left;
	line-height: 12px;
	padding-bottom: 15px;
}

.menu-ul > li.border0 {
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.menu-ul > li > a {
	color: #fff;
	line-height: 12px;
	border-right: 1px solid #cdcdcd;
	padding: 0 32px;
	display: block;
}
.menu-ul > li.border0 > a{border: none;}

.menu-ul > li a:hover {
	color: #ff9900;
}

.menu-ul > li.yewu {
	position: relative;
}

/*.menu-ul > li.yewu a {
	background: url(../images/home_sub_menu.png) center right no-repeat;
	padding-right: 18px;
}*/
.menu .yewu_ol {
	padding-top: 17px;
	display: none;
	position: absolute;
	top: 13px;
	left: -29px;
	z-index: 1000;
}

.menu-ul > li ol {
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 8px 5px rgba(102, 102, 102, 0.35);
	box-shadow: 0px 5px 8px 5px rgba(102, 102, 102, 0.35);
	padding: 17px 26px;
}

.menu ol li {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	border-bottom: 1px solid #d7d7d7;
	float: none;
	width: 58px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.menu ol li:last-child {
	border-bottom: none;
}

.menu .yewu ol a {
	background: none;
	color: #333;
	font-size: 14px;
	padding-right: 0;
	line-height: normal;
}

.menu ol li a:hover {
	color: #f29c06;
}

.navigation {
	float: left;
	background: url(../images/navico1.png) no-repeat;
	cursor: pointer;
	width: 31px;
	height: 30px;
	margin-right: 39px;
	float: left;
}

.navigation {
	display: none;
}

.menu-ul.hide {
	display: block !important;
}

.dropdown-menu {
	border-radius: 0;
	margin-top: 0;
	border-top-color: #ddd;
	min-width: auto;
	display: block;
	display: none\9;
	display: block\9\0;
	-webkit-transform: scale(1.2, 0);
	transform: scale(1.2, 0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .2s ease-out;
	-webkit-transition: -webkit-all .2s ease-out;
	transition: -webkit-all .2s ease-out;
	transition: all .2s ease-out;
	transition: all .2s ease-out, -webkit-all .2s ease-out;
	-webkit-box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
	box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
	padding: 17px 26px;
	margin-left: -9px;
}

.dropdown-menu > li:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}

.dropdown-menu > li>a {
	padding: 5px 0;
	font-size: 14px;
	line-height: 28px;
}

.dropdown-menu > li>a:hover {
	color: #f29c06;
	background-color: transparent;
}

.dropdown-active{
	display: block\9;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}


#container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.sections {
	position: relative;
}

.section {
	position: relative;
	z-index: 10;
}

.section img {
	width: 100%;
}

.left {
	float: left;
}

/*about*/
.aboutBox{
	width: 100%;
	padding: 60px 0;
}
.dot {
    position: relative;
    width: 30%;
    height: 1px;
    background-color: #15499a;
}
._flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
._flexbox.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
._flexbox.middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
	align-items: center;
	position: relative;
}
.third {
	margin-bottom: 20px;
	line-height: 40px;
}
.dot::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #15499a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: -3px;
}
.common-t {
	font-size: 36px;
	color:#15499a;
    font-weight: 700;
	line-height: 40px;
	text-align: center;
}
.dot.right::before {
    left: auto;
    right: 0;
}
.des p{
	color:#333;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.box_a {
	display: block;
	transition: all 0.4s;
}
.box_a:hover {
	transform: scale(1.1)
}
.homeServieList {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0 20px 0
}
li, ol, ul {
    list-style: none;
}
.homeServieList ul li {
    width: 21%;
    height: auto;
    float: left;
    margin-right: 5%;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #838e95;
}
.homeServieList ul li .icon {
    width: 75px;
    height: 75px;
    position: relative;
    margin: auto;
}
.homeServieList ul li .text {
    width: 100%;
	margin-top: 10px;
	color: #555;
}
.homeServieList ul li.four {
    margin-right: 0;
}

/*news*/
.newsBox{
	background: url(../images/news_bg.jpg) no-repeat center center;
	background-size:cover !important;
	padding: 65px 0;
	position: relative;
}
.newsBox::before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height:100%;

}
.newsBox .dot {
	width: 40%;
    background-color: #fff;
}
.newsBox .dot::before{
    background-color: #fff;
}
.newsBox .common-t{
	color:#fff;
}
.newsnr{
	overflow: hidden;
	margin-top: 40px;
}
.newsBox ._flexbox.newsnr{
    position: relative;
}
.newsBox ._flexbox.newsnr::before {
	content: '';
    position: absolute;
    width: 200%;
    height: 1px;
    background-color: rgba(255,255,255,.2);
    left: -50%;
    top: 35px;
    z-index: 1;
}
.newsBox a {
    width: -webkit-calc((100% - 159px)/ 4);
    width: -moz-calc((100% - 159px)/ 4);
    width: calc((100% - 159px)/ 4);
    display: block;
	text-align: justify;
	position: relative;
    z-index: 2;
}
.newsBox a+a {
    margin-left: 53px;
}
.newsBox .time {
    font-size: 15px;
    color: #b3b1b1;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
}
.newsBox .time span {
    position: absolute;
    line-height: 24px;
    display: block;
    padding-left: 20px;
    border-left: 1px solid rgba(55,55,55,.1);
    color: rgba(55,55,55,.3);
    top: 0;
    right: 35px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.newsBox .line {
    height: 2px;
    margin-bottom: 20px;
    background-color: #15499a;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 2;
}
.newsBox a:hover .line {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.newsBox .title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    height: 24px;
}
.newsBox .info {
    height: 46px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 20px;
	line-height: 23px;
	font-size: 13px;
}
.newsBox a .img-box {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.newsBox a .img-box img{
    max-width: 100%;
    width: 100%;
    /*height: 200px;*/
}

/*parent*/
.parent{
	padding: 60px 0;
}
.parent .list{
	padding-top: 25px;
}


@keyframes firstPart {
	0% {
		bottom: 40px;
	}

	100% {
		bottom: 20px;
	}

}

@-webkit-keyframes firstPart

/* Safari and Chrome */
{
	0% {
		bottom: 40px;
	}

	100% {
		bottom: 20px;
	}

}

.mousetip {
	background: url(../images/mousetip.png) no-repeat;
	width: 51px;
	height: 41px;
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: -25px;
	z-index: 100;
	cursor: pointer;
	animation-name: firstPart;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-delay: 0.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	-moz-animation-name: firstPart;
	-moz-animation-duration: 0.8s;
	-moz-animation-timing-function: linear;
	-moz-animation-delay: 0.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-webkit-animation-name: firstPart;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	-o-animation-name: firstPart;
	-o-animation-duration: 0.8s;
	-o-animation-timing-function: linear;
	-o-animation-delay: 0.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-play-state: running;
}

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

.customer {
	background: url("../images/customer.jpg") center no-repeat;
	background-size: contain;
}

.customer img {
	visibility: hidden;
}

@media (max-width:1366px) {
	.other .item {
		top: 73%;
		top: 58%\9;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
	}

}

@media (max-width:1199px) {
	.item .text {
		padding: 0 46px;
	}

	.item .text h1 {
		font-size: 32px;
		font-weight: bold;
		line-height: 30px;
	}

	.item .text p {
		width: auto;
		top: 20px;
		line-height: 32px;
	}

	.nav li a {
		margin-right: 10px;
		padding: 0 5px;
	}

	.nav li a span {
		margin-right: 0;
	}

	.customer {
		background-size: 70%;
		margin-top: 0;
	}

}

@media (max-width:991px) {
	.other .item {
		top: 76%;
	}

}

@media (max-width:818px) and (min-width:768px) {
	.logo img {
		width: 260px;
	}

	.menu-ul > li {
		padding-right: 28px;
		margin-right: 28px;
	}

	.other .item {
		top: 76%;
	}

	.other .more {
		display: block;
	}

}

@media (max-width:768px) {
	.item .text, .other .item {
		padding: 0 46px;
	}

	.item .text h1 {
		font-size: 28px;
		font-weight: bold;
		line-height: 30px;
	}

	.item .text p, .other p {
		width: auto;
		top: 20px;
		line-height: 32px;
	}

	.nav li a {
		margin-right: 10px;
		padding: 0 5px;
	}

	.nav li a span {
		margin-right: 0;
	}

	.other .item {
		top: 80%;
	}

	.other .more {
		display: block;
	}

}

@media (max-width:767px) {
	#header {
		height: auto;
		overflow: visible;
	}

	.header-fixed {
		position: relative;
	}

	.menu {
		position: absolute;
		right: 0;
		left: 0;
	}

	.menu-ul {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}

	.menu-ul > li {
		background-color: #fff;
		color: #333;
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
		text-align: center;
	}

	.menu-ul > li a {
		color: #333;
	}

	.menu .yewu_ol {
		left: 15%;
	}

	.menu-ul {
		display: none !important;
	}

	ul.hide.menu-ul {
		display: block !important;
	}

	.other .item {
		top: 76%;
	}

	.other .more {
		display: block;
	}

	/* é˜²æ­¢æŠ–åŠ¨ */
	html {
		overflow-y: scroll;
	}

	:root {
		overflow-y: auto;
		overflow-x: hidden;
	}

	:root body {
		position: absolute;
	}

	body {
		width: 100vw;
		overflow: hidden;
	}

	.logo {
		padding-left: 15px;
		padding-bottom: 22px;
		margin: 17px 0 0 0;
	}

	.subnav .j_hide.topMenu {
		display: none;
	}

	.navbar-icon:before {
		content: "";
		background-image: url('../images/navsprite.png');
		background-repeat: no-repeat;
		position: absolute;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}

	.icon-toggle:before {
		content: "";
		position: absolute;
		display: inline-block;
		background: url('../images/icon-toggle-white.png') no-repeat center;
		right: 10px;
		top: 20px;
		width: 30px;
		height: 30px;
		z-index: 123;
	}

	.left-arrow-icon:before {
		content: "";
		position: absolute;
		display: inline-block;
		background: url('../images/left-arrow-icon.png') no-repeat center;
		width: 30px;
		height: 30px;
		top: 50%;
		left: 19px;
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}

	.home-icon:before {
		width: 16px;
		height: 16px;
		top: 5px;
		background-position: 0 0;
	}

	.business-icon:before {
		width: 16px;
		height: 16px;
		top: 33px;
		background-position: 0 -23px;
	}

	.product-icon:before {
		width: 16px;
		height: 17px;
		top: 30px;
		background-position: 0 -40px;
	}

	.case-icon:before {
		width: 16px;
		height: 17px;
		top: 30px;
		background-position: 0 -63px;
	}

	.service-icon:before {
		width: 16px;
		height: 17px;
		top: 31px;
		background-position: 0 -83px;
	}

	.brand-icon:before {
		width: 16px;
		height: 13px;
		top: 32px;
		background-position: 0 -102px;
	}

	.sidebar-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		overflow: hidden;
	}

	.sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		width: 45%;
		background-color: #fff;
		z-index: 124;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: transform .5s ease-in-out;
		-webkit-transition: -webkit-transform .5s ease-in-out;
		transition: -webkit-transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
		transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
	}

	.sidebar-title {
		width: 100%;
		height: 45px;
		background-color: #3671cf;
		position: fixed;
		z-index: 999;
	}

	.sidebar-content {
		padding: 96px 0 25px 27px;
		height: 499px;
		position: relative;
		overflow: auto;
	}

	.sidebar-menu > li {
		position: relative;
		padding: 24px 0;        /* border-bottom: 1px solid #f4f7fc; */
	}

	.sidebar-menu > li:first-child {
		padding-top: 0;
	}

	.sidebar-menu > li > a {
		padding-left: 32px;
		vertical-align: middle;
		font-size: 20px;
		color: #444;
		font-weight: 400;
	}

	.sidebar-sub-menu {
		display: none;
		padding-top: 24px;
		padding-left: 10px;
		border-bottom: 1px solid #f4f7fc;
		padding-bottom: 24px;
		margin-bottom: -24px;
	}

	.active .sidebar-sub-menu {
		display: block;
	}

	.sidebar-sub-menu > li {
		padding: 15px 0;
	}

	.sidebar-sub-menu > li:first-child {
		padding-top: 24px;
		border-top: 1px solid #f4f7fc;
	}

	.sidebar-sub-menu > li:last-child {
		padding-bottom: 0;
	}

	.sidebar-sub-menu li a {
		padding-left: 22px;
		color: #666;
	}

	.s-translate {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.start {
		background: url('../images/banner-01-xs.jpg') center center no-repeat;
		background-size: cover;
	}

	.product1 {
		background: url('../images/banner-02-xs.jpg') center center no-repeat;
		background-size: cover;
	}

	.product2 {
		background: url('../images/banner-03-xs.jpg') center center no-repeat;
		background-size: cover;
	}

	.product3 {
		background: url('../images/banner-04-xs.jpg') center center no-repeat;
		background-size: cover;
	}

	.product4 {
		background: url('../images/banner-05-xs.jpg') center center no-repeat;
		background-size: cover;
	}

	.product5 {
		background: url('../images/banner-06-xs.jpg') center center no-repeat;
		background-size: cover;
	}

	.item .text {
		padding: 0 62px;
	}

	.item .text h1 {
		font-size: 22px;
		font-weight: 400;
	}

	.item .text p {
		font-size: 13px;
		line-height: 22px;
	}

	.btn a {
		font-size: 11px;
		padding: 8px 27px;
	}

	.start .text {
		top: 21%;
	}

	.product4 .text {
		top: 21%;
	}

	.nav li a span {
		background: url('../images/pager-xs.png') center center no-repeat;
	}

	.nav li.active a span {
		background: url('../images/pager1-xs.png') center center no-repeat;
	}

}

@media (max-width:450px) {
	.logo {
		margin-left: 5px;
	}

	.navigation {
		margin-right: 10px;
	}

	.menu .yewu_ol {
		top: 0;
		left: 55%;
	}

	.item .text {
		padding: 0 46px;
	}

	.item .text h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.item .text p, .other p {
		width: auto;
		top: 20px;
		line-height: 24px;
	}

	.item .text .btn {
		top: 0;
	}

	.nav {
		margin-top: 0;
		transform: translateY(-60%);
		-webkit-transform: translateY(-60%);
		-moz-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
	}

	.nav li a {
		margin-right: 10px;
		padding: 0 5px;
	}

	.nav li a span {
		margin-right: 0;
	}

	.other .item {
		top: 74%;
	}

	.other .more {
		display: block;
	}

}

/* bauma */
body {
	position: relative
}

.bauma-content {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.bauma-inner {
	position: relative;
	width: 1920px;
	height: 2262px;
	background: url('../images/bauma.jpg') no-repeat center;
	left: 50%;
	margin-left: -960px
}

.bauma-stage {
	background: url('../images/stage.png') no-repeat center;
	width: 100%;
	height: 866px;
	position: absolute;
	z-index: 6;
	margin-top: 190px
}

.bauma-effect {
	background-image: url('../images/effect.png');
	background-repeat: no-repeat;
	background-position: 74%;
	position: relative;
	height: 1616px;
	z-index: 3
}

.bauma-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7);
	z-index: 9999;
	overflow: hidden
}

.bauma-ad {
	position: absolute;
	width: 372px;
	height: 575px;
	background: url('../images/bauma-mask.png') no-repeat center;
	left: 50%;
	margin-left: -186px;
	overflow: hidden;
	display: none
}

.bauma-ad a {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	bottom: 0;
	text-indent: -9999px
}

.bauma-overlay-close {
	width: 36px;
	height: 36px;
	position: absolute;
	right: 6px;
	top: 14px;
	border-radius: 50%;
	cursor: pointer
}
