﻿
.clearfix:after {clear:both;display:block;visibility:hidden;height:0;content:"."}
.clearfix {zoom:1}

#LRfloater0 {
	display: none;
}

#LXB_CONTAINER {
	top: 200px !important;
	right: -9999px !important;
}

p, a {
	color: #fff;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	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:60px;
	position: fixed;
	z-index: 100;    background-color: rgba(11, 64, 116, 0.53);
}


::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
  background:hsl(219, 24%, 38%);
}
 
::-webkit-scrollbar-track {
  border-radius: 0;
}
 
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color:rgba(0, 0, 0, 0.8);
  transition: all .2s;
	border-radius: .5rem;}
 
&:hover {
    background-color: rgba(95,95,95, .9);
  }


#LRfloater0 {
    display: none;
}

.logo {
	margin: 5px 60px 15px 15px;
	float: left;
	margin-left: 8.7%;
}

.menu {
	margin-top:20px;
	float: right;
	margin-right: 6.7%;
}

.menu-ul {
	display: block;
	float: left;
	margin: 9px 42px 8px 0;
}

.menu-ul > li {
	float: left;
	line-height: 12px;
	padding-bottom: 15px;
	position: relative;
}

.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 25px;
	display: block;
}
.menu-ul > li:last-of-type > a{
  border-right:none  
}
.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:hover ul{opacity: 1}
.dropdown-menu {
	border-radius: 0;
	margin-top: 0;
	border-top-color: #ddd;
	min-width: auto;
	display: block;
	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: -5px;
}

.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%;

	
}

.sections {
	
}

.section {    height: 780px;
	
}

.section img {
	width: 100%;
	height: 100%;
}

.left {
	float: left;
}

.pages.vertical {
	position: fixed;
	top: 30%;
	right: 20px;
	width: 20px;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}

.pages.horizontal {
	position: absolute;
	left: 46%;
	bottom: 20px;
}

.pages li {
	position: relative;
	width: 14px;
	height: 14px;
	margin: 7px 0;
}

.pages.horizontal li {
	float: left;
}

.pages.horizontal li:not(:last-child) {
	margin-right: 10px;
}

.pages li a {
	width: 100%;
	height: 100%;
	display: block;
}

.pages li span {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 4px;
	height: 4px;
	text-indent: -9999em;
	background: #757575;
	border-radius: 50%;
}

.pages li.active span {
	top: 1px;
	left: 1px;
	width: 8px;
	height: 8px;
	border: 2px solid #95d7fd;
	background: none;
}

.start {
	height:650px!important;
	background: rgb(54, 113, 207) url(../images/banner_01.jpg) center center no-repeat;
	background-size: cover;
	z-index: 10;
	width: 100%;
	overflow: hidden;
}

.item {
	    /*height:850px;*/
 
    margin: 0 auto;
}


.item .text {

}

.start .text {
	    padding-top:200px;
}

.product4 .text {
	top: 38%;
	top: 38%\9;
}

/*
video#bgvid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(../images/banner_01.jpg) center center no-repeat;
	background-size: cover;
}
*/

.text h1 {
	color: #fff;
	font-family: 'Microsoft YaHei';
	font-size: 72px;
	text-align: center;
	position: relative;
	top: 30px;
}

.text p {
	line-height: 27px;
	width: 762px;
	margin: 0 auto;
	padding: 12px 0 35px 0;
	text-align: center;
	position: relative;
	top: 60px;
	font-size: 16px;
}

.product1 {
	background: rgb(54, 113, 207) url(../images/banner_02.jpg) center center no-repeat;
	background-size: cover;
}

.product2 {
	background: rgb(54, 113, 207) url(../images/banner_03.jpg) center center no-repeat;
	background-size: cover;
    z-index: 52;height:700px!important;
}

.product3 {
	background: rgb(54, 113, 207) url(../images/banner_04.jpg) center center no-repeat;
	background-size: cover;height:640px!important;
}

.product4 {
	background: rgb(54, 113, 207) url(../images/banner_04.jpg) center center no-repeat;
	background-size: cover;
}
.product5 {
	background: rgb(54, 113, 207) url(../images/banner_05.jpg) center center no-repeat;
	background-size: cover;
}

.product6 {
	background: rgb(54, 113, 207) url(../images/banner_06.jpg) center center no-repeat;
	background-size: cover;height:920px!important;
}

.btn {
	text-align: center;
	position: relative;
	margin-top: 45px;
	display: inline-block;
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}

.btn a {
	padding: 10px 35px;
	color: #fff;
}
.btn1 {
	text-align: center;
	position: relative;
	margin-top: 0;
	display: inline-block;
	-webkit-transform: translatey(-8px);
	transform: translatey(-8px);
}

.btn1 a {
	border-radius: 3px;
	padding: 10px 35px;
	color: #fff;
}
/*.btn a:hover {
	border: 2px solid #fff;
	background-color: #fff;
	color: #fff;
}*/
.product3 .btn a:hover {
	border:0;
	color: #fff;

	/*background-color: rgba(255,255,255,0);*/
}

/*.mask-bg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 5;
	display: block;
}*/

.nav {
	margin-top: -71px;
	position: fixed;
	right: 10%;
	top: 50%;
	z-index: 50;
}

.nav li a span {
	background: url(../images/pager.png) center center no-repeat;
	display: block;
	width: 9px;
	height: 9px;
	margin-right: 9%;
	text-align: center;
	text-indent: -9999px;
}

.nav li.active a span {
	background: url(../images/pager1.png) center center no-repeat;
	background-size: contain;
}

.nav li > a {
	outline: none;
    margin-top: 12px
}

.other {
	background-color: #fff;
	width: 100%;
	/*overflow: hidden;*/
	position: relative;
	text-align: center;
}

.other > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 28px;
}

.other h2 {
	color: #333;
	font-family: 'Microsoft YaHei';
	font-size: 30px;
	text-align: center;
	margin-top:80px;
	margin-bottom: 13px;
}

.other p {
	color: #555;
	font-size: 14px;
	width: 782px;
	margin: 0 auto;
	text-align: center;
}

.other ul {
	margin: 0px auto 0 auto;
	overflow: hidden;
}

.other ul li {
	float: left;
	margin-bottom: 10px;
}

.other li.ml0 {
	margin-left: 0;
}

.other .more {
	margin-top: 10px;
}

.other .more a {
	color: #ff9900;
	font-size: 14px;
}

.other .beian {
	color: #ccc;
	height: auto;
	font-size: 12px;
	top: auto;
}

.other .item {
    width: 1300px;
    /*height: 800px;*/
    margin: 0 auto;
}
.other .links{color: #666;width: 100%;height: 50px;line-height: 50px;border-top: 1px solid #f0f0f0;}
.other .links a{color:inherit;font-size:12px;}

@keyframes firstPart {
	0% {
		bottom: 40px;
	}

	100% {
		bottom: 20px;
	}

}

@-webkit-keyframes firstPart

/* Safari and Chrome */
{
	0% {
		bottom: 40px;
	}

	100% {
		bottom: 20px;
	}

}

.mousetip { display: none;
	background: url(../images/mousetip.png) no-repeat center center;
	width: 100%;
	height: 41px;
	position: fixed;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	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 {width: 1300px;margin: 10px auto 0;}

.customer img {
}



.btn .play-video{padding-left: 57px;}
.play-video{ background: url("../images/play-active.png") 30px center no-repeat; }
.play-video:hover{ background-image: url("../images/play.png"); }

.chanpin_list_wraps{-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;position: absolute;left: 0;right: 0;padding-bottom:22px;z-index:99;margin-top:66px;background:#fff;padding-top: 30px;margin-top:27px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.chanpin_list_wraps .chanpin_list{/* margin:0 15px; */text-align:center;}
.chanpin_list_wraps .chanpin_list h3{border-bottom:1px solid #ddd;padding-bottom:15px;color: #333;margin-top: 20px;margin-bottom: 10px;font-size:16px;font-weight:bold;}
.chanpin_list_wraps ul{padding-left:0;}
.chanpin_list_wraps ul li{line-height:24px;}
.chanpin_list_wraps ul li .pro_list_item a{color:#999;font-size:14px;margin:0 10px 14px;line-height:14px;display:inline-block;}
.chanpin_list_wraps ul li .pro_list_item a.active{color:#FF9900}
.chanpin_list_wraps li span{color:#3671CF;width:80px;border-right:1px solid #e4e4e4;line-height:14px;margin-right:15px;float:left;}
.chanpin_list_wraps li span>a{color:inherit;}
.chanpin_list_wraps li span>a:hover{color:inherit;}
.chanpin_list_wraps .pro_list_item{overflow:hidden;}
.chanpin_list_wraps li a{color:#777;}
.chanpin_list_wraps li a:hover{color:#f90;}
.chanpin_list_wraps{display:none;opacity: 0;}
.pro_btn:hover + .chanpin_list_wraps{display:block;opacity: 1;}
.chanpin_list_wraps:hover{display:block;opacity: 1;}
.item .text1 {
	    padding-top: 40px;
}
.text1 h1 {
	color: #fff;
	font-family: 'Microsoft YaHei';
	font-size:50px;
	text-align: center;
	position: relative;
	font-weight: normal;
}
.text1 h1 span{
	font-size: 26px;
	font-weight: normal;
	padding: 0 15px;
	line-height: 50px;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	display: inline-block;
}
ul.box-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 1310px;
    margin: 0 auto 30px;
    padding: 0;
}
ul.box-1 span{
    display: block;width: 316px;height: 232px;overflow: hidden
}
ul.box-1 span img{width: 100%;-webkit-transition: all .3s;transition: all .3s}
ul.box-1 p{width: 317px;height: 55px;margin-top: 3px;background-color: #fff;line-height: 55px;text-align: center;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;color: #000;font-size: 18px;-webkit-transition: all .2s;transition: all .2s}
ul.box-1 li{margin-right: 14px;margin-bottom: 13px;-webkit-transition: all .3s;transition: all .3s}
ul.box-1 li:nth-of-type(4n){
    margin-right: 0
}
ul.box-1 li:hover img{-webkit-transform: scale(1.1);transform: scale(1.1)}
ul.box-1 li:hover p{
    color: #fff;background-color:#FF9900
}
.pro-crusher-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
.swiper-slide p.pro-tit{
    width: 100%;
    height: 74px;
    margin-top:3px;
    text-align: center;
    font-size: 20px;
    color: rgb(51, 51, 51);
    background-color: #fff;
    line-height: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pro-crusher-img .pro-crusher-img1{height: 100%;overflow: hidden;position: absolute;left: 0;top: 0;width: 100%;}
.crusher-pro .pro-prev-img {
    width: 100%;height: 100%
}.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}.pro-backgroud {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.pro-crusher-img:hover .pro-backgroud{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-container .swiper-slide{
  
}
.swiper-container{margin-top: 80px!important;}
.swiper-button-next1, .swiper-button-prev1 {
    position: absolute;
    top: 2%;
    width: 47px;
    height: 47px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 47px;
    background-position: center;
    background-repeat: no-repeat;-webkit-transition: all .3s;transition: all .3s
}
.swiper-button-next1:hover, .swiper-button-prev1:hover{
    opacity: 1;
}
.swiper-button-prev1{
    background-image: url(../images/p-l.png);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
    }
.swiper-button-next1{
    background-image: url(../images/p-r.png);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
    }


.pro-more{
    width: 219px;
    height: 47px;
    background-color: rgb(0, 0, 0,0.502);
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-container1 .swiper-slide{
    width: 505px;
    border: 7px solid #081219;
}
.swiper-container1{margin-top: 60px!important;}
.swiper-button-next2, .swiper-button-prev2 {
    position: absolute;
    top: 2%;
    width: 47px;
    height: 47px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 47px;
    background-position: center;
    background-repeat: no-repeat;-webkit-transition: all .3s;transition: all .3s
}

.swiper-button-prev2{
    background-image: url(../images/p-l.png);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
    }
.swiper-button-next2{
    background-image: url(../images/p-r.png);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
    }
/*.swiper-container1 .swiper-slide-next{transform: scale(1.2);z-index: 1111;margin-top: -40px;opacity: 1;height: 400px}*/


.product4 .newscenl .bd ul{padding-left:0;height: 100%;}
.product4 .newscenl{float:left;width: 566px;overflow:hidden;height: 422px;position:relative;}
.product4 .newscenl .bd{position:relative; height:100%;z-index:0;}
.product4 .newscenl .bd li{zoom:1;vertical-align:middle;width: 566px;height: 100%;}
.product4 .newscenl .bd p{width:100%;max-height: 422px;height: 100%;}
.product4 .newscenl .bd p img{width:100%;}
.product4 .newscenl .bd .newscenlbj{position:absolute;left:0;bottom:0;width:100%;height:50px;line-height: 50px;background:#000;filter:alpha(opacity=20);opacity: 0.5;z-index:8;overflow:hidden;}
.product4 .newscenl .bd H4{position:absolute;bottom:0;color:#FFF;z-index:9;line-height:50px;padding: 0 20px;-webkit-box-sizing: border-box;box-sizing: border-box;height: 50px;margin: 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.product4 .newscenl .prev,
.product4 .newscenl .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:0%;z-index:1;width:40px;height:60px;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.product4 .newscenl .prev{background: url(../images/slider-arrowl.png) center center #000000 no-repeat;}
.product4 .newscenl .next{background: url(../images/slider-arrow.png) center center #000000 no-repeat;}


.product4 .newscenl .next{left: auto;right: 0%;}
.newscen{width: 1300px;margin: 70px auto 0;}
.newscen .newscenr{float:right;width: 699px;margin: 0;padding: 0;margin-left: 35px;}
.newscen .newscenr li{float:left;width:100%;margin-bottom: 41px;}
.newscen .newscenr li:nth-child(6){margin-bottom:0px;}
.newscen .newscenr li:nth-child(5){margin-bottom:0px;}
.newscen .newscenr li .time{width: 90px;font-size:14px;color: #eee;float:left;text-align:center;padding: 0 10px;line-height: 22px;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;}
.newscen .newscenr li .time span{display:inline-block;font-size: 16px;line-height: 16px;}
.newscen .newscenr li .time span:first-of-type{
    font-size: 20px;
    margin-bottom: 9px;
    padding-top: 4px;
}
.newscen .newscenr li a{display:block;width:100%;}
.newscen .newscenr li .r{width: 587px;float:right;}
.newscen .newscenr li .r H4{font-size: 20px;color: #fff;line-height: 27px;white-space:nowrap;width:100%;margin: 0;text-align: left;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newscen .newscenr li .r p{font-size:14px;color: #eee;margin-top: 5px;line-height:16px;white-space:nowrap;width:100%;text-align: left;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newscen .newscenr li.newcompan{ display:none;}
.newscen .newscenr li:hover .r H4,.newscen .newscenr li:hover .r p{color: #FF9900;}
.newscen .newscenr li:hover .time{color: #FF9900;}
.swiper-container2{
    margin-top: 10px;
}
.swiper-container2 .swiper-slide{
  /*  width: 325px!important;*/
  /* height: 247px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color:transparent;
  padding: 3px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.swiper-container2 .swiper-slide:hover{
}
.swiper-container2 .swiper-slide .now-box{
    width: 100%;
    /* height: 100%; */
    /* position: relative; */
}
.swiper-container2 .swiper-slide .now-box .now-img{
width: 100%;height: 100%;
}
.swiper-container2 .swiper-slide .now-box .now-img img{
width: 100%;height: 100%;
}
.swiper-container2 .swiper-slide .now-box  p.now-tit {
    background-color: #000;
    opacity: 1;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    bottom: 0;
    width: 100%;
    height: 39px;
    z-index: 11;
    line-height: 39px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.swiper-container2 .swiper-slide:hover .now-box  p.now-tit{
   background-color:#3485FF
}
.swiper-button-next3, .swiper-button-prev3 {
    position: absolute;
    top: 2%;
    width: 47px;
    height: 47px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 47px;
    background-position: center;
    background-repeat: no-repeat;-webkit-transition: all .3s;transition: all .3s
}
.swiper-button-next3:hover, .swiper-button-prev3:hover{
    opacity: 1;
}
.swiper-button-prev3{
    background-image: url(../images/p-l.png);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
    }
.swiper-button-next3{
    background-image: url(../images/p-r.png);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
    }
.item .text2 {
	
}
.text2 h1 {
	color: #fff;
	font-family: 'Microsoft YaHei';
	font-size: 50px;
	text-align: center;
	position: relative;
	top:60px;
	font-weight: normal;
	line-height: 50px;
}
.text2 h1 span{
	font-size: 26px;
	font-weight: normal;
	padding: 0 15px;
	line-height: 50px;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	display: inline-block;
}
.product6 .erw{
    width: 168px;
    height: 168px;
    margin: 75px auto 11px;
}
.product6 .erw img{width: 100%;height: 100%}
.product6 .xx {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.838;
  text-align: center;
  width: 401px;
  margin: 0 auto;
}
.product6 .xx p{color: #fff;font-size: 16px;display: inline-block;width: 180px;}
.product6 .xx p:nth-of-type(1){
	text-align: left;
}
.product6 .xx p:nth-of-type(2){
	text-align: left;
}
.product6 .xx p:nth-of-type(3){
	text-align: left;
}.product6 .xx p:nth-of-type(4){
	text-align: left;
}.product6 .xx p:nth-of-type(5){
	
}
.product6 ul.kh{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 23px auto 0;
    padding: 0;
    width: 1300px;
}
.product6 ul.kh li{
  width: 200px;
  height: 153px;
  position: relative;
  margin-bottom: 16px;
}
.product6 ul.kh li img{position: absolute;z-index: 111;max-width: 100%;left: 0;right: 0;top: 0;bottom: 0;margin: auto;border: 1px solid #DCDCDC;max-height: 100%;}
.emb {
    width: 100%;
    background-color: #000;
    height: 100%
}
.emb1{
    position:relative;
width:100%;
height:0;
padding-top:56.45%;
}
.emb2{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.emb embed {
    width: 100%;
    height: 100%;
}
/*.emb div:last-child{
        width: 100%!important;
    height: 100%!important;
    top: 0;
    position: absolute!important;
}
.emb div div:last-child{
    width:inherit!important;height: inherit!important;position: inherit!important;top: 50%
}*/
.mo-lj{
   margin-top:34px;padding: 0;height: 50px 
}
.mo-lj1{margin-top:34px;padding: 0;height: 50px}


@media all and (max-width:1470px){
.other h2 {
    color: #000;
    font-family: 'Microsoft YaHei';
    font-size: 30px;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 7px;
}   

}

.swiper-button-prev1::before {
    position: absolute;
    right: 56px;
    content: "上一个";
    top: 10px;
    color: #ddd;opacity: 0
}
.swiper-button-next1::after {
    position: absolute;
    left: 56px;
    content: "下一个";
    top: 10px;
    color: #ddd;opacity: 0
}.swiper-button-prev2::before {
    position: absolute;
    right: 56px;
    content: "上一个";
    top: 10px;
    color: #ddd;opacity: 0
}
.swiper-button-next2::after {
    position: absolute;
    left: 56px;
    content: "下一个"; 
    top: 10px;
    color: #ddd;opacity: 0
}
.swiper-button-prev3::before {
    position: absolute;
    right: 56px;
    content: "上一个";
    top: 10px;
    color: #ddd;opacity: 0
}
.swiper-button-next3::after {
    position: absolute;
    left: 56px;
    content: "下一个";
    top: 10px;
    color: #ddd;opacity: 0
}

.swiper-button-prev1:hover::before,.swiper-button-next1:hover::after{
    opacity: 1
        
}.swiper-button-prev2:hover::before,.swiper-button-next2:hover::after{
    opacity: 1
        
}.swiper-button-prev3:hover::before,.swiper-button-next3:hover::after{
    opacity: 1
        
}
.link {
    overflow: hidden;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
	padding-left: 80px;
    line-height: 43px;
    margin-bottom: 10px;
}
.link span { float: left;line-height:18px;
	font-size: 14px;
	color: rgb(51, 51, 51);
    /*font-weight: bold;*/
}
.link a {display:block;float: left;
	margin-right: 10px;line-height:18px;
	color: inherit;
    position: relative;
	font-size: 12px;
}
/*.link li:after{
    position:absolute;
    content:'';
    right: -17px;
    top: 4px;
    bottom:0;
    width:1px;
    height: 16px;
    background-color: rgb(102, 102, 102);
}*/
.link li:last-of-type:after{
    display:none
}

.media{width: 100%!important;height: 100%!important;margin-top: 0!important}


/* fixed bar */
.fixBar li:hover  span{
    color: #fff
}
.over-mask p{
    position: absolute;
    bottom: 0;
    width: 96%;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    font-size: 15px;
}
/* .fixBar{position:fixed;right:-38px;top:0;bottom:0;margin:0;width:38px;background-color:#fff;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.2);box-shadow:0 1px 10px rgba(0,0,0,0.2);z-index:900;}
.fixBar .bauma-icon{background:url("../images/bauma-sidebar.gif") no-repeat center;width:38px;height:300px;cursor:pointer;overflow:hidden;}
.fixBar .bauma-icon > a{display:inline-block;width:100%;height:100%;text-indent:-9999px;}
.fixBar ul{position:absolute;width:38px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
.fixBar li{position:relative;width:40px;padding:4px 0 2px 0;text-align:center;cursor:pointer;}
.fixBar li:not(:last-child){border-bottom:1px solid #D8D5D5;}
.fixBar li > a,.fixBar li > span{display:inline-block;width:40px;height:35px;text-align:center;text-decoration:none;outline:none;line-height:999;vertical-align:middle;font-size:12px;padding-top:4px}
.fixBar li:hover{background-color:#3671cf;}
.f-icon{background-image:url("../images/fixsprite.png");background-repeat:no-repeat;}
.fixBar .f-baidu{background-position:-7px -280px;}
.fixBar .f-baidu:hover{background-position:-52px -278px;}
.fixBar .f-feedback{background-position:-154px -16px;}
.fixBar .f-feedback:hover{background-position:-17px -232px;}
.fixBar .f-chat{background-position:-154px -55px;}
.fixBar .f-chat:hover{background-position:-64px -234px;}
.fixBar .f-wechat{background-position:-154px -94px;}
.fixBar .f-wechat:hover{background-position:-109px -233px;}
.fixBar .wechat-mask{position:absolute;right:42px;top:-79px;display:none;}
.fixBar .f-phone{background-position:-154px -133px;}
.fixBar .f-phone:hover{background-position:-154px -233px;}
.fixBar .phone-mask{position:absolute;right:42px;top:-10px;display:none;}
.fixBar li:hover a{-webkit-transition:none;-o-transition:none;transition:none;}
.fixBar .f-top{position:absolute;width:40px;height:35px;bottom:50px;background-position:-154px -173px; display: none;overflow:hidden;}
.fixBar .f-top:hover{border:1px solid #3671cf;background:#3671cf;}
.fixBar .f-top a{display:inline-block;height:100%;text-align:center;text-decoration:none;outline:none;line-height:999;vertical-align:middle;font-size:12px;padding-top:0;margin:2px 0px 0px 5px;color:#fff;}
.fixBar .f-top:hover a{line-height:15px;}
.fixBar .f-close{position:absolute;width:30px;height:30px;bottom:5px;right:4px;background-position:-130px -324px;overflow:hidden;cursor:pointer;-webkit-transition:transform .5s ease-in-out;-o-transition:transform .5s ease-in-out;transition:transform .5s ease-in-out;}
.fixBar .f-close:hover{background-position:-170px -324px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
.fixbar-expand{position:fixed;bottom:0;right:-100px;margin:0;z-index:999;display:none;} */
.fixBar ul{margin-top:-187px;}
@supports((-webkit-transform:translateY(-50%)) or (transform:translateY(-50%))){
	.fixBar ul{-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:0;}
}
.fixBar{position:fixed;right:-40px;top:0;bottom:0;margin:0;width:40px;background-color:#fff;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.2);box-shadow:0 1px 10px rgba(0,0,0,0.2);z-index:900;}
.fixBar .bauma-icon{background:url("../images/bauma-sidebar.gif") no-repeat center;width:40px;height:300px;cursor:pointer;overflow:hidden;}
.fixBar .bauma-icon > a{display:inline-block;width:100%;height:100%;text-indent:-9999px;}
.fixBar ul{position:absolute;width:40px;top:50%;}
.fixBar li{position:relative;width:40px;height:68px;padding:4px 0 2px 0;text-align:center;cursor:pointer;}
.fixBar li:not(:last-child){border-bottom:1px solid #D8D5D5;}
.fixBar li > a,.fixBar li > span{display: block;width:40px;height:68px;text-align:center;text-decoration:none;outline:none;vertical-align:middle;font-size:12px;z-index: 1111;color: #333;box-sizing: border-box;word-break: break-all;line-height: 15px;letter-spacing: 2px;padding-top: 27px;}
.fixBar li:nth-of-type(1)  a{
    color: #fff
}
.fixBar li:hover{background-color:#3671cf;}
.f-icon{background-image:url("../images/fixsprite-02.png");background-repeat:no-repeat;}
.fixBar .f-baidu{background-position: -166px -82px;}
.fixBar .f-baidu:hover{background-position:-212px -82px;}
.fixBar .f-feedback{background-position: -166px -151px;}
.fixBar .f-feedback:hover{background-position:-212px -151px;}

/* .fixBar .f-chat{background-position:-164px -13px;} */
.fixBar .f-chat{background-position:-212px -13px;}
.fixBar .f-wechat{background-position: -166px -221px;}
.fixBar .f-wechat:hover{background-position:-212px -221px;}
.fixBar .f-wechat:hover .wechat-mask-icon{
    display: block
}
.fixBar .wechat-mask-icon{position:absolute;right: 68px;top: 110%;margin-top: -147px;width: 136px;display: none;}
.fixBar .wechat-mask-icon img{
    width: 100%;
    height: 100%;
}
.f-phone:hover  .phone-mask-icon{display: block}
.fixBar .f-phone{background-position: -166px -290px;}
.fixBar .f-phone:hover{background-position:-212px -291px;}
.fixBar .phone-mask-icon{background-position:-17px -172px;position:absolute;right:42px;top:50%;margin-top:-27px;display:none;width:131px;height:54px;}
.fixBar li:hover a{-webkit-transition:none;transition:none;color: #fff!important}
.fixBar .f-top{position:absolute;width:40px;height:40px;bottom:50px;background-position:-26px -297px; /* display: none; */overflow:hidden;}
.fixBar .f-top:hover{border: 1px solid #3652CF;background: #3652CF;}
.fixBar .f-top a{display:none;text-align:center;text-decoration:none;outline:none;line-height:999;vertical-align:middle;font-size:12px;padding-top:0;color:#fff;width:100%;height:100%;margin-top:4px;line-height:15px;}
.fixBar .f-top:hover a{display:block;}
.fixBar .f-close{position:absolute;width:40px;height:40px;bottom:5px;right:0;background-position:-71px -295px;overflow:hidden;cursor:pointer;-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;}
.fixBar .f-close:hover{background-position:-111px -295px;}
.fixbar-expand{position:fixed;bottom:150px;right: -30px;margin:0;z-index:999;}
@keyframes mmove{
	0%{-webkit-transform:translateX(0);transform:translateX(0);}
	50%{-webkit-transform:translateX(-19px);transform:translateX(-19px);}
	100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@-webkit-keyframes mmove{
	0%{-webkit-transform:translateX(0);}
	50%{-webkit-transform:translateX(-19px);}
	100%{-webkit-transform:translateX(0);}
}
.fixbar-expand .fixbar-toggle{background-position:-42px -245px;width:100px;height:40px;cursor:pointer;overflow: hidden;}
.fixbar-expand .fixbar-toggle:hover{animation:mmove 2s ease-in-out .5s 1;-webkit-animation:mmove 2s ease-in-out .5s 1;-ms-animation:mmove 2s ease-in-out .5s 1;-moz-animation:mmove 2s ease-in-out .5s 1;}
.icon-triangle-right:after{content:'';width:0;height:0;border-top:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #fff;}
.icon-chat-position:after{position:absolute;right:0;top:50%;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%);}
#LXB_CONTAINER{top:200px!important;right:-9999px!important;}
.lxb-cb-tip-info{top:-105px!important;}
.fbar-tabs{z-index:99999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}

/****fixed bar end ****/