﻿@charset "utf-8";
/* CSS Document */
body{
    font-size:12px;
	font-family:'Times New Roman', Times, serif, "宋体";
	color:#555;
	background:#fff;
	padding:0px;
}
*{
	margin:0px;
	border:0px;
	padding:0px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
}
ul{ 
   list-style:none;
}
ul li{ 
   list-style-type:none;
   word-break:break-word;
   word-wrap:break-word;
}
dl>div{
	clear:inherit!important;
}
div{
	word-break:break-word;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5{
    font-size: 14px;
    font-weight: 500;
}
h6{
    font-size: 30px;
    font-weight: 500;
}
.clear{
	clear:both;
	font-size:0px;
	visibility:hidden;
	width:0px;
	line-height:0px!important;height:0;
}	
a{
	color:#555;
	text-decoration:none;
}
a:hover{
	color:#555;
}
.tip,.tip a,a.tip{
	color:#bbb;
}
.tipped{
	color:#bbb;
	font-family:"宋体";
}
.warning,.warning a,a.warning{
	color:#ff4b8c;
}
.highlight,.highlight a,a.highlight{
	color:#2b98b9;
}
.secondary,.secondary a,a.secondary{
	color:#999;
}
input,select{
	vertical-align:middle;
    outline:none;
    color:#555;
    font-size:12px;
    font-family:Arial,"宋体";
}
textarea{
    outline:none;
    color:#555;
}
input[type="checkbox"]{
    height:13px;
    width:13px;
    -webkit-appearance: none;
    background: none;
    border: 1px solid #ccc;
    cursor:pointer;
}
input[type="checkbox"]:checked{
	background:#0f8fcc url(../images/checked.png) center center no-repeat;
    border: 1px solid #0f8fcc;
}
input[type="radio"] {
    width:14px;
    height:14px;
    outline:none;
    -webkit-appearance: none;
    border:1px solid #999;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    vertical-align:middle;
    cursor:pointer;
}
input[type="radio"]:checked {
    background:url(../images/radio.png) center center no-repeat;
    border:1px solid #999;
}
.en{
    font-family:Arial;
}
img{
	max-width:100%;
}
.h10{
	height:10px;
	margin:0 auto;
	clear:both;
}
.header_wrapper{
	width:100%;
	height: 200px;
	background:#fff;
	position:fixed;
	z-index:999;
}
.h50{
	width:100%;
	height:50px;
	margin:0 auto;
	clear:both;
}
@media screen and (min-width: 750px){
	.h50{
		height:0px;
	}
}
.h50h30{
	width:100%;
	height:50px;
	margin:0 auto;
	clear:both;
}
@media screen and (max-width: 750px){
	.h50h30{
		height:30px;
	}
}
.h90{
	width:100%;
	height:200px;
	margin:0 auto;
	clear:both;
}
@media screen and (max-width: 750px){
	.header_wrapper{
		display:none;
	}
	.h90{
		display:none;
	}
}
.header{
	position:relative;
	max-width: 1730px;
	height:100%;
	margin:auto;
	margin-top: 50px;
}
.logo{
	max-width:104px;
	max-height:90px;
	line-height:90px;
	margin:0 auto;
	position:relative;
}
.logo img{
	vertical-align:middle;
}
.left_menu{
	float:left;
	line-height:90px;
	text-align:center;
	font-size:16px;
	font-family:Arial,"微软雅黑";
}
.left_menu li{
	float:left;
	text-align:right;
}
.left_menu li a{
	margin:0px 15px;
	color:#333;
}
.left_menu li ul{
	display:none;
	background:#f5f5f5;
	line-height:50px;
	position:absolute;
	top:90px;
	font-size:14px;
}
.left_menu li ul li{
	text-align:center;
	float:none;
	border-bottom:1px solid #ddd;
}
.left_menu li:hover ul{
	display:block;
}
.line{
	display:inline-block;
	position:relative;
}
.line:before{
    content: '';
    width: 0px;
    height: 1px;
	line-height:1px;
    background:#666;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
	position:absolute;
    top: calc(50% + 15px);
	z-index:9999;
}
a:hover .line:before{
	width:100%;
}
.chevron{
	margin-left:10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    vertical-align: middle;
	display:inline-block;
}
li:hover .chevron{
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.right_menu{
	float:right;
	line-height:90px;
	text-align:center;
	font-size:16px;
	font-family:Arial,"微软雅黑";
}
.right_menu li{
	float:left;
	text-align:center;
}
.right_menu li a{
	margin:0px 15px;
	color:#333;
}
@media screen and (max-width: 1000px){
	.left_menu,.right_menu{
		font-size:14px;
	}
	.right_menu li a,.left_menu li a{
		margin:0px 5px;
	}
}
.btn_box{
	float:right;
	line-height:90px;
	text-align:center;
	padding:0px 20px 0px 10px;
}
.btn_box img{
	padding:0px 10px;
	vertical-align:middle;
	cursor:pointer;
}
@media screen and (max-width: 750px){
	.btn_box{
		float:left;
		line-height:50px;
		text-align:center;
		padding:0px 10px;
	}
}
/*点击弹出窗口开始*/
.overlayerbg {
	background:#f9f9f9;
	position:fixed;
	z-index:99;
	left:0;
	top:90px;
	display:none;
	width:100%;
	height:calc(50% - 100px);
	border-top:1px solid #eee;
}
.close{
	display:block;
	text-align:right;
	font-family:Arial;
	font-size:15px;
	font-weight:500;
	position:absolute;
	right:40px;
	top:80px;
}
.close  img{
	vertical-align:middle;
}
.showbox {
	position:fixed;
	width:100%;
	height:auto;
	z-index:100;
	display:none;
	margin:0 auto;
	top:150px;
	padding-top:200px;
}
@media screen and (min-width: 1600px){
	.showbox{
		width:100%;
		left:calc(50% - 750px);
	}
}
.showbox_top {
	padding:0px 0px 0px 0px;
	cursor:pointer;
	height:61px;
	line-height:60px;
}
.searchbar{
	width:600px;
	height:60px;
	margin:0 auto;
}
.searchbar form{
	margin:0px 10px;
	height:60px;
	border-bottom:1px solid #eee;
}
.Search_text{
	width:calc(100% - 80px);
	height:37px;
	line-height:37px;
	font-size:14px;
	font-family:Arial;
	background:none;
	-webkit-text-fill-color: #555 !important;
    transition: background-color 5000s ease-in-out 0s;
	text-indent:10px;
}
.Search_btn{
	width:80px;
	height:35px;
	background:url(../images/search.png) no-repeat center center;
	cursor:pointer;
	font-size:14px;
	font-family:Arial;
	text-align:center;
	vertical-align:middle;
}
@media screen and (max-width: 750px){
	.searchbar{
		width:100%;
		height:50px;
		background:#ddbd78;
		border-bottom:0px;
	}
	.searchbar form{
		height:37px;
		border-bottom:1px solid #fff;
		padding-top:3px;
	}
	.Search_text{
		width:calc(100% - 35px);
		height:37px;
		line-height:37px;
		font-size:14px;
		font-family:Arial;
		background:none;
		-webkit-text-fill-color: #555 !important;
		transition: background-color 5000s ease-in-out 0s;
		text-indent:5px;
	}
	.Search_btn_wap{
		width:35px;
		height:35px;
		background:url(../images/arrow-right.png) no-repeat center center;
		cursor:pointer;
		font-size:14px;
		font-family:Arial;
		text-align:center;
		vertical-align:middle;
	}
}
.border_btn{
	width:80px;
	height:35px;
	line-height:35px;
	background:none;
	cursor:pointer;
	font-family:Arial;
	text-align:center;
	border:1px solid #ddbd78;
	padding:0px 10px;
}
.showbox_content{
	height:342px;
	padding:40px 30px 20px 30px;
	line-height:25px;
}
.showbox_content li{
	width:25%;
	float:left;
}
.showbox_date{
	color:#bbb;
	font-size:14px;
	font-family:Arial;
	line-height:25px;
	padding:10px 10px 0px 10px;
}
.showbox_title{
	font-size:16px;
	font-family:Arial;
	line-height:25px;
	font-weight:600;
	padding:10px 10px 0px 10px;
}
.showbox_text{
	line-height:25px;
	font-size:14px;
	padding:10px 10px 0px 10px;
}
.showbox_mark{
	line-height:25px;
	color:#ddbd78;
	font-size:14px;
	padding:10px 10px 0px 10px;
}
/*点击弹出窗口结束
/*手机版头部开始*/
.topfixed{
	width:100%;
	top:0px;
	background:#fff;
	z-index:100;
	height:50px;
	position:fixed;
}
@media screen and (max-width: 750px){
	.header{
		max-width:750px;
		height:50px;
		margin:0 auto;
		color:#fff;
	}
	.h50{
		width:100%;
		height:50px;
		margin:0 auto;
		clear:both;
	}
	.logo{
		width:60px;
		height:50px;
		line-height:50px;
		margin:0 auto;
	}
}
/*手机版头部结束*/
/*slide导航开始*/
.nav_ico{
	float:right;
	width:50px;
	height:34px;
	padding:16px 0px 0px 10px;
	cursor:pointer;
	background:url(../images/nav_ico.png) no-repeat 15px 16px;
	position: absolute;
    top:0px;
    right:0px;
}
.close_ico{
	background:url(../images/close_ico.png) no-repeat  15px 16px;
}
.slide_mask {
	background: rgba(0, 0, 0, 0); 
	transition:0.3s ease-out; 
	left: 0px; 
	top: 0px;
	width: 100%;
	height:100%;
	display: none;
	position:fixed; 
	z-index:1000000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor:pointer;
}
.slide_nav {
	transition:0.3s ease-out;
	left: 0px;
	top: 50px;
	width:100%;
	position:fixed;
	z-index:1000000; 
	transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0); 
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out;
	background:#fff;
	display:block;
	font-size:14px;
	height:calc(100% - 50px);
	overflow-y:auto;
	overflow-y:overlay;
	overflow-x:hidden;
}
@media screen and (min-width: 750px){
	.slide_nav::-webkit-scrollbar {
		width:6px;
		height:6px;
	}
	.slide_nav::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal {
		border-radius:3px;
		background:#909096;
	}
	.slide_nav::-webkit-scrollbar-button {
		display: none;
	}
	.slide_nav::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
		background: -webkit-gradient(linear,left);
	}
	.slide_nav::-webkit-scrollbar-track-piece {
		background: #202026;
	}
}
.moved.slide_nav {
	transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate(0px, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.slide_nav dt,.slide_nav dd{
	line-height:45px;
	height:auto;
	border-bottom:1px solid #eee;
	font-family:Arial;
}
.slide_nav dt > a ,.slide_nav dd > a {
	padding:0px 10px;
	color:#333;
	display: block;
}
.slide_nav dd > a {
	border-bottom:1px solid #eee;
}
.slide_nav dd{
	text-indent:10px;
}
.submenu{
	display:none;
}

.leftIco{
	background:url(../images/icoright.png) no-repeat right center;
}
.bottomIco{
	background:url(../images/icobottom.png) no-repeat right center;
}
/*slide导航结束*/
.video{
	width:100%;
	min-height:50px;
	margin:0 auto;
	background:#000;
}
.video video{
	width:100%;
	height:auto;
    outline:none;
}
.main_top{
	background:#fff;
	text-align:center;
	width:100%;
}
.main_top a{
	width:100%;
	position:relative;
	line-height:100%;
	display:block;
}
.main_top span{
	color:#fff;
	font-size:75px;
	line-height:100px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	display:block;
	max-width: 1730px;
}
.main_top p{
	font-size:150px;
}
.main_top span i{
	font-size:80px;
	font-style:oblique;
}
@media screen and (max-width: 1700px){
	.main_top span{
		font-size:60px;
		line-height:60px;
		width:100%;
	}
	.main_top p{
		font-size:100px;
	}
	.main_top span i{
		font-size:60px;
	}
}
@media screen and (max-width: 1300px){
	.main_top span{
		font-size:40px;
		line-height:60px;
	}
	.main_top p{
		font-size:80px;
	}
	.main_top span i{
		font-size:40px;
	}
}
@media screen and (max-width: 640px){
	.main_top span{
		font-size:30px;
		line-height:50px;
	}
	.main_top p{
		font-size:60px;
	}
    .main_top span i{
		font-size:30px;
	}
}
@media screen and (max-width: 500px){
	.main_top span{
		font-size:30px;
		line-height:30px;
	}
	.main_top p{
		font-size:60px;
		line-height:60px;
	}
	.main_top span i{
		font-size:25x;
	}
}
.main001{
	background:url(../images/Home-Page-Banner-copy-1636123834.jpg) center center no-repeat;
	height:980px;
	background-size:auto 100%;
}
@media screen and (max-width: 750px){
	.main001{
		padding:20px 0px 40px 0px;
		height:auto;
		background:url(../images/Lina-Stack-Mobile-1636129795.jpg) center top no-repeat;
		background-size:auto 500px;
	}
	.main001 .text{
		padding:40px 10px 30px 10px!important;
	}
}
.main001 .box{
	height:390px;
	display:none;
}
@media screen and (max-width: 750px){
	.main001 .box{
		display:block;
	}
}
.index_wrapper{
	background:#f2f2f2;
}
.main01{
	max-width:1600px;
	padding:150px 0px; 
	margin:0 auto;
}
@media screen and (max-width: 750px){
	.main01{
		padding:50px 0px;
	}
}
.t01{
	font-size:45px;
	line-height:70px;
	color:#333;
	padding-bottom:100px;
	text-align:left;
	padding-left:20px;
}
.t01 span{
	border-bottom:1px solid #333;
	padding-bottom:10px;
}
@media screen and (max-width: 750px){
	.t01{
		font-size:30px;
		line-height:50px;
		padding-bottom:20px;
		display:none;
		text-align:center;
		padding-left:0px;
	}
}
.title{
	font-size:45px;
	color:#333;
	line-height:50px;
	text-align:left;
	padding-left:20px;
}
.title span{
	font-size:20px;
	border-bottom:1px solid #ddbd78;
	padding-bottom:8px;
}
.main01 .title span{
	font-size:46px;
	letter-spacing:2px;
}
.main01 .title{
	text-align: center;
	padding-left:0px;
}
@media screen and (max-width: 750px){
	.title{
		font-size:30px; 
		line-height:35px;
		text-align:center;
		padding-left:0px;
	}
	.title span{
		font-size:18px;
	}
}
.text{
	line-height:30px;
	margin:0 auto;
	clear:both;
	padding:80px 0px 80px 0px;
	font-size:15px;
	color:#222;
}
.text p{
	padding-bottom:15px;
}
.main01 .text{
	max-width:600px;
}
@media screen and (max-width: 750px){
	.text{
		padding:40px 20px 30px 20px;
	}
	.main01 .text{
		padding:40px 20px 30px 20px;
		max-width:710px;
	}
}
.buttonbar{
	padding-top:50px;
	clear:both;
	text-align:center;
	padding-left:20px;
}
.buttonbar label{
	font-size:16px;
	font-family:Arial;
	vertical-align:middle;
	color:#333;
	font-weight:600;
}
.main01 .buttonbar{
	text-align:center;
}
.main001 .buttonbar,.main02 .buttonbar,.main03 .buttonbar{
	text-align:left;
	padding-left:20px!important;
}
@media screen and (max-width: 750px){
	.buttonbar{
		text-align:center;
		padding-left:0px;
	}
	.main001 .buttonbar,.main02.buttonbar,.main03 .buttonbar{
      text-align:center!important;
	  padding-left:0px!important;
	}
}
.more,a.more{
	height:50px;
	line-height:50px;
	text-align:center;
	display:inline-block;
	margin:0 auto;
	border:1px solid #ddbd78;
	padding:0px 40px;
	font-size:16px;
	-webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
	letter-spacing:2px;
    background:none;
    cursor:pointer;
    background:#fff;
    cursor:pointer;
}
.more.active{
	display:inline-block!important;
}
.more .line:before{
	background:#ddbd78;
}
.more:hover,a.more:hover{
	border:1px solid #bbb;
}
.buybtn{
    width:130px;
    height:42px;
    background:url(../images/buybtn.png) no-repeat;
    cursor:pointer;
}
.cartbtn{
    width:130px;
    height:42px;
    background:url(../images/cartbtn.png) no-repeat;
    cursor:pointer;
}
.main02{
	max-width:1500px;
	padding:30px 30px;
	margin:0 auto;
	min-height:100px;
}
@media screen and (max-width: 750px){
	.main02{
		padding:40px 20px;
	}
}
.imgbox{
	width:calc(50% - 60px);
	float:left;
	margin:0px 30px;
	overflow:hidden;
}
.imgbox img{
	transition: all 0.6s;
}
.imgbox img:hover{
	transform: scale(1.1);
}
.imgbox_wap{
	width:auto;
	overflow:hidden;
	display:none;
	margin:40px 0px 10px 0px;
	text-align:center;
}
.imgbox_wap img{
	transition: all 0.6s;
}
.imgbox_wap img:hover{
	transform: scale(1.1);
}
.textbox{
	width:calc(50% - 60px);
	float:left;
	padding-top:10%;
	margin:0px 30px;
	font-size:14px;
	line-height:30px;
}
.textbox .text{
	padding:80px 20px 80px 20px;
}
.main03{
	max-width:1500px;
	padding:100px 30px;
	margin:0 auto;
	min-height:100px;
}
@media screen and (max-width: 750px){
	.main03{
		padding:40px 20px;
	}
}
.main03 .imgbox,.main03 .textbox{
	float:right;
}
.products .imgbox{
	width:calc(60% - 60px);
}
.products .textbox{
	width:calc(40% - 60px);
	padding-top:5%;
}
@media screen and (max-width: 750px){
	.imgbox,.products .imgbox{
		width:auto;
		float:left;
		margin:0px;
		display:none;
	}
	.imgbox_wap{
		display:block;
	}
	.textbox,.products .textbox{
		width:100%;
		padding-top:0px;
		float:left;
		margin:0px;
	}
	.textbox .text{
		padding:20px 0px 20px 0px;
	}
}
.main04{
	max-width:600px;
	margin:0 auto;
	text-align:center;
}
.main04 .text{
	text-indent:0px;
	line-height:25px;
}
@media screen and (max-width: 750px){
	.main04{
		max-width:710px;
	}
}
.font18{
	font-size:18px;
}
.bottom_wrapper{
	width:100%;
	background:#000;
	padding-top: 100px;
	padding-bottom: 80px;
}
.bottom_logo{
	max-width:1400px;
	padding:80px 20px 0px 20px;
	margin:0 auto;
}
.bottom{
	max-width:1400px;
	line-height:25px;
	min-height:220px;
	margin:0 auto;
	clear:both;
	color:#fff;
	font-family:Arial;
	padding:30px 0px 80px 0px;
	font-size:16px;
}
@media screen and (max-width: 750px){
	.bottom_logo{
		padding:40px 20px 0px 20px;
	}
	.bottom{
		padding:20px 20px 50px 20px;
		font-size:14px;
	}
}
.bottom a{
	color:#bbb;
}
.bottom>div:nth-child(1),.bottom>div:nth-child(2){
	width:20%;
	float:left;
}
.bottom>div:nth-child(3),.bottom>div:nth-child(4){
	width:30%;
	float:left;
	font-size:15px;
}
@media screen and (max-width: 750px){
	.bottom>div:nth-child(1),.bottom>div:nth-child(2){
		width:50%;
		float:left;
		padding-bottom:30px;
	}
	.bottom>div:nth-child(3),.bottom>div:nth-child(4){
		width:100%;
		float:left;
	}
	.bottom>div:nth-child(4){
		padding-bottom:30px;
	}
}
.bottom img{
	margin-right:30px;
	padding-bottom:20px;
}
.bottom_title{
	line-height:50px;
}
.bottom_menu{
	line-height:35px;
	font-size:19px;
}
@media screen and (max-width: 750px){
	.bottom_menu{
		line-height:30px;
		font-size:16px;
	}
}
/*首页结束*/
/*关于我们开始*/
.about_banner{
	width:100%;
}
.about_banner img{
	vertical-align:top;
	width: 100%;
}
.about_title{
	max-width:1450px;
	font-size:28px;
	padding:40px 30px 0px 30px;
	margin:auto;
	font-weight:500;
	line-height:35px;
	color:#333;
}
.about_title span{
	font-size:22px;
	letter-spacing:3px;
}
.about01{
	max-width:1450px;
	margin:auto;
	padding:80px 20px 80px 20px;
}
.about_left{
	width:calc(45% - 15px);
	float:left;
	line-height:30px;
}
.about_right{
	width:calc(45% - 15px);
	float:right;
	line-height:30px;
}
@media screen and (max-width: 750px){
	.about_left,.about_right{
		width:100%;
		float:none;
	}
}
.about_left p,.about_right p{
	padding-bottom:20px;
	font-size:15px;
}
.about02{
	max-width:1450px;
	margin:auto;
	padding:20px 20px 20px 20px;
}
.about02 video{
	width:100%;
	height:auto;
    outline:none;
	background:#000;
}
.fixed_box{
	max-width:1450px;
	padding:0px 20px 0px 0px;
	position:relative;
	margin:auto;
}
.fixed01{
	position:absolute;
	bottom:40px;
	padding:0px 30px 0px 30px;
	font-weight:500;
	z-index:999;
	line-height:35px;
	font-size:25px;
	color:#fff;
}
.video_title{
	max-width:1450px;
	font-size:16px;
	padding:0px 30px 20px 30px;
	margin:auto;
	line-height:35px;
	font-weight:600;
	text-align:center;
}
@media screen and (max-width: 750px){
	.fixed01{
		font-size:18px;
		line-height:25px;
		bottom:30px;
	}
	.video_title{
		font-size:14px;
	}
}
.about03{
	max-width:1450px;
	margin:auto;
	padding:40px 20px 40px 20px;
	font-size:20px;
}
.about03 .about_left{
	width:calc(50% - 15px);
	text-align:center;
	line-height:60px;
}
.about03 .about_right{
	width:calc(50% - 15px);
	text-align:center;
	line-height:60px;
}
@media screen and (max-width: 750px){
	.about03 .about_left,.about03 .about_right{
		width:auto;
		font-size:14px;
		padding:10px 0px;
		line-height:50px
	}
}
/*关于我们结束*/
/*创新技术开始*/
.inn01{
	max-width:1500px;
	padding:50px 30px;
	margin:0 auto;
	min-height:100px;
}
.inn01 .textbox{
	padding-top:0px;
}
.inn01 .title{
	text-align:left;
	padding-left:20px;
}
.inn01 .textbox .text{
	padding-top:30px;
}

@media screen and (max-width: 750px){
	.inn01{
		padding:40px 20px;
	}
	.inn01 .imgbox{
		display:block;
	}
}
.inn02{
	max-width:1440px;
	padding:50px 30px;
	margin:0 auto;
	min-height:100px;
	margin-bottom: 80px;
}
.inn_title{
	font-size:45px;
	text-align:center;
	font-weight:500;
	color:#333;
	line-height:40px;
	padding:80px 0px;
}
.inn_title span{
	border-bottom:1px solid #ddbd78;
	padding-bottom:8px;
	font-size:25px;
}
.inn01 .product07_text{
	min-height:auto;
	color:#000;
	font-size:16px;
	font-weight:600;
	line-height:32px;
}
.inn01 .product07_mark{
	color:#999;
}
.inn01 .text {
    padding: 20px 20px 0px 20px;
}
/*创新技术结束*/
/*售后支持开始*/
.support01{
	max-width:1600px;
	padding:00px 0px 20px 0px; 
	margin:0 auto;
}
.support01 .text{
	padding-top:0px;
	max-width:800px;
    padding: 0px 20px 0px 20px;
	text-align:center;
}
.support02{
	max-width:1600px;
	padding:30px 15px 30px 15px; 
	margin:0 auto;
}
.support02 li{
	width:33.33333%;
	float:left;
}
@media screen and (max-width: 750px){
	.support02 li{
		width:50%;
	}
}
.support02 li img{
	width:100%;
	vertical-align:top;
	opacity:0.27;
}
.support02 li a:hover img{
	opacity:0.92;
}
.support02 li a{
	position:relative;
	display:block;
	background:#000;
	margin:15px;
}
@media screen and (max-width: 750px){
	.support02 li a{
		margin:10px;
	}
}
.support02 li span{
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	display:block;
	width:100%;
	font-size:30px;
	font-style: italic;
	text-align:center;
	line-height:25px;
	z-index:2;
}
/*售后支持结束*/
/*新闻开始*/
.edit01{
	max-width:1600px;
	padding:10px 0px 20px 0px; 
	margin:0 auto;
}
.edit01_left{
	width:calc(60% - 15px);
	float:left;
	line-height:25px;
}
.edit01_right{
	width:calc(30% - 15px);
	float:right;
	line-height:25px;
} 
.edit01 .products_title{
	height:50px;
}
.edit01 .buttonbar{
	text-align:left;
	padding-left:15px;
}
@media screen and (max-width: 750px){
	.edit01_left,.edit01_right{
		width:100%;
		float:none;
	}
}
.edit01_left p,.edit01_right p{
	padding-bottom:20px;
	font-size:14px;
}
.edit_mark {
    line-height: 25px;
    color: #999;
    font-size: 14px;
    padding: 10px 10px 0px 15px;
}
.edit02{
	max-width:1600px;
	padding:10px 0px 20px 0px; 
	margin:0 auto;
}
/*新闻结束*/
/*购买指导开始*/
.advice_banner{
	width:auto;
	position:relative;
	background:#040404;
	text-align:center;
}
.advice_banner img{
	vertical-align:top;
	filter: grayscale(10) brightness(0.6);
}
.advice_banner span{
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	display:block;
	width:100%;
	font-size:30px;
	text-align:center;
	line-height:25px;
	z-index:2;
}
@media screen and (max-width: 750px){
	.advice_banner span{
		font-size:20px;
	}
}
.advice01{
	max-width:1450px;
	margin:auto;
	padding:30px 20px 20px 20px;
}
.advice_left{
	width:calc(50% - 15px);
	float:left;
	line-height:25px;
}
.advice_right{
	width:350px;
	float:right;
	line-height:25px;
	border: solid #ddbd78 2px;
	padding:30px;
	margin-top:20px;
}
.advice01 ul{
	padding-bottom:20px;
}
.advice01 li{
	line-height:25px;
	font-size:14px;
	padding-left:18px;
	position:relative;
}
.advice01 li:before{
    content: "\2022";
    color: #555;
    font-weight: 700;
    font-size: 25px;
    display: inline-block;
    width: 15px;
    position: absolute;
    left: 0px;
}
@media screen and (max-width: 850px){
	.advice_left{
		width:100%;
		float:none;
	}
	.advice_right{
		width:calc(100% - 60px);
		float:none;
	}
}
.advice_left p,.advice_right p{
	padding-bottom:20px;
	font-size:14px;
}
.advice01 .title {
	font-size:22px;
    text-align: left;
	padding-bottom:10px;
}
/*购买指导结束*/
/*条款和政策开始*/
.terms01{
	max-width:1000px;
	margin:auto;
	padding:0px 20px 40px 20px;
}
.terms01 .title {
	font-size:22px;
    text-align: left;
	padding-bottom:10px;
}
.terms01 p{
	padding-bottom:20px;
	font-size:14px;
}
.terms01 ul{
	padding-bottom:20px;
}
.terms01 li{
	line-height:25px;
	font-size:14px;
	padding-left:18px;
	position:relative;
}
.terms01 li:before{
    content: "\2022";
    color: #555;
    font-weight: 700;
    font-size: 25px;
    display: inline-block;
    width: 15px;
    position: absolute;
    left: 0px;
}
/*条款和政策结束*/
/*产品对比开始*/
.compare01{
	max-width:1450px;
	margin:auto;
	padding:30px 20px 30px 20px;
	font-size:14px;
}
/*产品对比结束*
/*安装说明开始*/
.doc01{
	max-width:1450px;
	margin:auto;
	padding:30px 20px 30px 20px;
	font-size:14px;
}
/*安装说明结束*/
/*产品列表页开始*/
.products_title{
	font-size:35px;
	text-align:center;
	
	font-weight:500;
	color:#333;
	line-height:70px;
	padding:40px 0px;
}
@media screen and (max-width: 750px){
	.products_title{
		font-size:25px;
		text-align:center;
		font-weight:500;
		color:#333;
		line-height:70px;
		padding:40px 0px;
	}
}
.list_main{
	max-width:1800px;
	margin:0 auto;
	padding:0px 10px 10px 10px;
	clear:both;
}
.products li{
	width:25%;
	padding:30px 0px;
	float:left;
}
.column3 li{
	width:33.333%;
}
.products_img{
	height:16vw;
	margin:0 auto;
	margin:0px 15px;
    overflow:hidden;
	position:relative;
	margin-bottom: 20px;
}
.column3 .products_img{
	height:22vw;
}
@media screen and (max-width: 1200px){
	.products li{
		width:33.33333%;
	}
	.products_img{
		height:25vw;
	}
}
@media screen and (max-width: 750px){
	.products li{
		width:100%;
	}
	.products_img,.column3 .products_img{
		height:80vw;
	}
}
.img_toggle{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    z-index: 0;
	background-size: cover;
	background-position: center center;
}
.img_toggle:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.img_toggle a{
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
	background-position: center center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 1;
    z-index: 1
}
.img_toggle a+a {
    opacity: 0;
    z-index: 0
}
.img_toggle:hover a {
    opacity: 0
}
.img_toggle:hover a+a {
    opacity: 1
}
.products_title{
	height:40px;
	line-height:10px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	margin:0px 8px;
	padding:15px 5px 0px 5px;
	font-size:35px;
	background:#fff;
	font-family:'Times New Roman', Times, serif, "宋体";
	text-align:left;
}
.products_sub_title{
	font-size:20px;
	margin:0px 8px;
	padding:0px 5px;
}
.products_text{
	margin:0px 8px;
	padding:10px 5px 0px 5px;
	height:185px;
	max-width: 83%;;
	line-height:28px;
	text-align:justify;
	text-justify:inter-ideograph;
	overflow:hidden;
	font-size:15px;
}
.products_text:before {
    content: '';
    width: 30%;
	margin-bottom:40px;
    height: 1px;
    background-color: #ddbd78;
	display:block;
}
.products .buttonbar {
    padding-left: 10px;
	text-align:left;
}
/*产品列表页结束*/
/*分页*/
.pagebar{
	padding-top:15px;
	clear:both;
	text-align:center;
	line-height:35px;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:500;
}
.pagebar span{
	height:35px;
	padding:0px 8px;
}
.pagebar b{
	font-weight:500;
	color:#2b98b9;
}
/*分页*/
/*产品详情开始*/

/*幻灯片开始*/
.sliderbox{
	max-width:1500px;
	height:auto;
	margin:0 auto;
	background:#fff;
	padding:0px 30px;
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
  float:left;
}
@media screen and (max-width: 750px){
	.slider-container{
		width:100%!important;
		float:none;
	}
	.sliderbox{
		padding:0px;
	}
}
.ikslider{
  position: relative;
  width:9999px;
}
.ikslider:before,
.ikslider:after {
  display: table;
  content: ' ';
}
.ikslider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slider__item img {
  width: 100%;
  height auto;
}
.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
}
/* Arrows */
.slider__switch {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 10px 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	border-radius: 1px;
	background: #000;
	transition: opacity .15s ease;
	fill: #fff;
}
.slider__switch--prev {
  left: 10px;
  display:none;
}
.slider__switch--next {
  right: 10px;
  display:none;
}

.slider__switch:hover {
  opacity: .85;
}
.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}
.slider__caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  max-width: 500px;
  padding: 10px;
  color: #fff;
}
.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
}
.slider-nav__control {
	display: inline-block;
	width: 12px;
	height:12px;
	margin: 0 3px;
	background:#fff;
	border-radius: 50%;
}
.slider-nav__control.is-active {
  background:#f4c256;
}
.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.preview {
	width:35%;
	text-align: center;
	float:right;
	
}
@media screen and (max-width: 750px){
	.preview{
		width:100%;
		float:none;
		display:none;
	}
}
.preview a {
	margin:10px;
    width:calc(33.33% - 20px);
	height:130px;
	overflow:hidden;
	float:left;
}
@media screen and (max-width: 1000px){
	.preview a {
		height:100px;
	}
}
.preview img {
	width: 200px;
	height: auto;
}
.preview img:hover{
	opacity:0.8;
}
.preview  .active {
}
/*幻灯片结束*/
.sbtbox{
	width:100%;
	display:inline-block;
	text-align:left;
	line-height:40px;
	padding-top:30px;
	font-size:14px;
}
.sbtbox ul{
	padding-top:5px;
}
.sbtbox li {
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    width: auto;
	line-height:25px;
}
.sbtbox li:before {
    content: "\2022";
    color: #666;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    width: 15px;
    position: absolute;
    left: 0px;
}

.product01{
	max-width:680px;
	height:60px;
	margin:0 auto;
	position:relative;
	z-index:99;
	text-align:center;
	padding:0px 120px;
}
@media screen and (max-width: 750px){
	.product01{
		width:calc(100% - 160px);
		padding:0px;
	}
}
.product01 span{
	width:100%;
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;	
	text-align:center;
}
.product01 img{
	max-height:550px;
	margin:0 auto;
}
@media screen and (max-width: 750px){
	.product01 img{
		max-height:220px;
	}
}
.product02{
	max-width:650px;
	padding:50px 0px; 
	margin:0 auto;
}
@media screen and (max-width: 750px){
	.product02{
		padding:50px 0px;
	}
}
.product02 .title{
	font-family:canvas,Georgia;
	text-align:center;
}
.title i{
	color:#ddbd78;
	font-style:normal;
	font-weight:300;
	font-family:"宋体";
}
.product02 .text{
	padding:0px 20px 40px 20px;
}
.sub_title{
	font-size:16px;
	text-align:center;
	color:#333;
	margin:10px 0px 50px 0px;
	clear:both;
}
.sub_title .radius{
	width:18px;
	height:18px;
	margin-left:10px;
	display:inline-block;
	border-radius:50%;
	vertical-align:middle;
}
.bg01{
	background:#C8C7C5;
}
.bg02{
	background:#1F1F1F;
}
.product_nav{
	max-width:1450px;
	height:20px;
	margin:auto;
	padding:50px 20px;
	border-bottom:1px solid #bbb;
	font-size:14px;
}
.product_nav li.btnbox{
	float:right;
}
.product_nav li.btnbox{
	margin-top:-11px;
}
@media screen and (max-width: 750px){
	.product_nav{
		display:none;
	}
}
.wap_nav{
	padding:0px 20px;
	line-height:45px;
	background-color:#f2f2f2;
	border-bottom:1px solid #bbb;
	font-size:14px;
}
.pcNone{
	display:block;
}
.wapNone{
	display:block;
}
.show_box{
	display:block;
}
@media screen and (min-width: 750px){
	.pcNone{
		display:none;
	}
}
@media screen and (max-width: 750px){
	.wapNone{
		display:none;
	}
	.show_box{
		display:none;
	}
}
.scrollNav{
	width:100%;
	position:fixed;
	top:90px;
	z-index:99;
	background:#f2f2f2!important;
}
.scrollNav .product_nav{
	padding:20px 20px 30px 20px;
}
.top160{
	padding-top:160px!important;
}
.top200{
	padding-top:150px!important;
}
@media screen and (max-width: 750px){
	.top160{
		padding-top:0px!important;
	}
	.top200{
		padding-top:0px!important;
	}
}
.product_nav li{
	float:left;
	font-size:14px;
	padding-right:12%;
	height:20px;
}
@media screen and (max-width: 850px){
	.product_nav li{
		padding-right:8%;
	}
}
.product_nav li:last-child{
	padding-right:0px;
}
.product_nav .line:before{
	background:#ddbd78;
}
.product_title{
	max-width:1450px;
	margin:auto;
	padding:40px 20px 20px 20px;
	font-size:16px;
}
.product_title2{
	font-size:25px!important;
}
.product03{
	max-width:1450px;
	margin:auto;
	padding:20px 20px 20px 20px;
}
.product_left{
	width:calc(50% - 10px);
	float:left;
	line-height:25px;
}
.product_right{
	width:calc(50% - 10px);
	float:right;
	line-height:25px;
}
@media screen and (max-width: 750px){
	.product_left,.product_right{
		width:100%;
		float:none;
	}
}
.product_left p,.product_right p{
	padding-bottom:20px;
	font-size:15px;
}
.product_imgbox{
	width:auto;
	padding:20px 0px;
	text-align:center;
}
.product_imgbox img{
	width:100%;
}
.product_imgbox2{
	max-width:1500px;
	padding:20px 10px;
	text-align:center;
	margin:0 auto;
}
.foucs{
	width:100%;
	height:54vw;
	margin:0 auto;
	overflow:hidden;
}
.img_nav{
	position:relative;
	text-align:center;
	height:54vw;
	margin:0 auto;
	overflow:hidden;
}
.big_img div{
	position:absolute;
	min-width:100%;
	height:54vw;
	background-size:100% auto;
}
.big_img a{
	width:100%;
	height:54vw;
	margin:0 auto;
	display:block;
}
.banner01{
	background:#0188cc url(../images/banner01.jpg) no-repeat center center;
}
.banner02{
	background:#90c400 url(../images/banner02.jpg) no-repeat center center;
}
.banner03{
	background:#136fb0 url(../images/banner03.jpg) no-repeat center center;
}
.banner04{
	background:#3592ee url(../images/banner04.jpg) no-repeat center center;
}
.banner05{
	background:#136fb0 url(../images/banner05.jpg) no-repeat center center;
}
.banner06{
	background:#3592ee url(../images/banner06.jpg) no-repeat center center;
}
.banner07{
	background:#0188cc url(../images/banner07.jpg) no-repeat center center;
}
.banner08{
	background:#90c400 url(../images/banner08.jpg) no-repeat center center;
}
.banner09{
	background:#136fb0 url(../images/banner09.jpg) no-repeat center center;
}
.banner10{
	background:#3592ee url(../images/banner10.jpg) no-repeat center center;
}
.banner11{
	background:#136fb0 url(../images/banner11.jpg) no-repeat center center;
}
.banner12{
	background:#3592ee url(../images/banner12.jpg) no-repeat center center;
}
.banner13{
	background:#3592ee url(../images/banner10.jpg) no-repeat center center;
}
.banner14{
	background:#136fb0 url(../images/banner11.jpg) no-repeat center center;
}
.banner15{
	background:#3592ee url(../images/banner12.jpg) no-repeat center center;
}
.banner16{
	background:#3592ee url(../images/banner10.jpg) no-repeat center center;
}
.banner17{
	background:#136fb0 url(../images/banner11.jpg) no-repeat center center;
}
.banner18{
	background:#3592ee url(../images/banner12.jpg) no-repeat center center;
}
.img_nav img{
	height:54vw;
}
.link_nav{
	position:absolute;
	filter:alpha(opacity=50);
	width:100%;
	bottom:0px;
	height:26px;
	opacity:0.5;
	line-height:26px;
	color:#fff;
	font-weight:bold;
}
.link_nav a{
	position:absolute;
	left:5px;
	color:#fff;
}
.num_nav{
	width:auto;
	position:absolute;
	bottom:15px;
	display:inline-block;
	left:calc(50% - 60px);
}
.num_nav span{
	text-align:center;
	line-height:20px;
	width:12px;
	height:12px;
	background:#fff;
	float:left;
	color:#90ca58;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	margin:0px 3px;
	border-radius:50%;
}
.num_nav span.selected{
	background:#f4c256;
	border-radius:50%;
}
.product04{
	max-width:1450px;
	margin:auto;
	padding:20px 20px 20px 20px;
	text-align:center;
	font-size:16px;
	line-height:20px;
}
.product04 img{
	padding-bottom:20px;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 750px){
	.product04 img{
		max-width:100%;
	}
	.product04 .product_left{
		width:calc(50% - 10px);
	    float:left;
	}
	.product04 .product_right{
		width:calc(50% - 10px);
	    float:right;
	}
}
.column4,.column5{
	max-width:1490px;
}
.column3 .product_left,.column3 .product_right{
	width:calc(33.333% - 20px);
	padding:0px  10px;
}
.column4 .product_left,.column4 .product_right{
	width:calc(25% - 20px);
	padding:0px  10px;
}
.column5 .product_left,.column5 .product_right{
	width:calc(20% - 20px);
	padding:0px  10px;
}
@media screen and (max-width: 750px){
	.column3 .product_left,.column3 .product_right{
		width:calc(100% - 20px);
		padding:0px  10px;
	}
	.column4 .product_left,.column4 .product_right{
		width:calc(50% - 20px);
		padding:0px  10px;
	}
	.column5 .product_left,.column5 .product_right{
		width:calc(50% - 20px);
		padding:0px  10px;
		float: left;
	}
}
.column4 img{
	max-width:100%;
}
.product03 li{
	font-size:14px;
	line-height:22px;
	padding-bottom:18px;
	padding-left:15px;
    position: relative;
	width:auto;
}
.product03 li:before{
	content: "\2022";
    color: #666;
    font-weight: 700;
	font-size:20px;
    display: inline-block;
    width:15px;
	position:absolute;
	left:0px;
}
.product05{
	max-width:1450px;
	margin:auto;
	padding:20px 20px 20px 20px;
}
.product05 li{
	font-size:14px;
	line-height:22px;
	padding-bottom:15px;
	padding-left:100px;
    position: relative;
}
.product05 li:before{
	content: attr(data-text);
    color: #ddbd78;
    font-weight: 700;
    display: inline-block;
    width:100px;
	position:absolute;
	left:0px;
	color:#404040;
}
.product06{
	max-width:1450px;
	margin:auto;
	padding:20px 20px 20px 20px;
}
.product06 .product_right:after{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.product06 .product_left p,.product06 .product_right p{
	display: inline-block;
    vertical-align: middle;
}
.product06 .product_left{
	text-align:center;
	font-size:14px;
	line-height:40px;
	background:#000;
	color:#fff;
}
.product06 .product_left video{
	width:100%;
}
.product06 .product_right{
	font-size:14px;
	line-height:40px;
	height:32vw;
	width: calc(50% - 50px);
}
@media screen and (max-width: 750px){
	.product06 .product_left{
		height:auto;
	}
	.product06 .product_right{
		width:auto;
		height:130px;
	}
}
.product06  .product_left span:first-child{
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}
.product06  .product_right span:first-child{
	font-size:28px;
}
.whitebg{
	background:#fff;
}
/*滑块轮播ʽ*/
.banner-box {
    width: 100%;
    overflow: hidden;
	background:#1a1a1a;
	margin:100px 0px 60px 0px;
	padding:30px 0px 0px 0px; 
}
@media screen and (max-width: 750px){
	.banner-box {
		margin:0px 0px;
	}
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position:relative;
    z-index:1;
	width: 100%;
    margin: 12px 0;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 10%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0;
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top:calc(50% - 110px);
    width: 28%;
    height: 260px;
    margin-top: -25px;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    cursor:pointer;
	z-index:999;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
    right: 10px;
    left: auto
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
	position: relative;
    margin-bottom: 15px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: scale(.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
}

.swiper-slide-active,.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-slide img {
    width: 100%;
    display: block;
}

.swiper-pagination-bullet-active {
	position:relative;
	background:#f4c256;
}


.swiper-button-prev {
    /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
    */
	left: 10px;
}
.swiper-button-next {
    /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
    */
}
.banner-button {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.banner-button a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: auto;
    line-height: 100%;
    padding: 15px 32px;
    position: relative;
}
.banner-button-btn {
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1.8em;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    background-color: #69ca72!important;
    border-radius: 100px;
}
.banner-button-btn{
    background: #cedad0;
    display: inline-block;
    -webkit-transition: border-color .4s,color .4s;
    -moz-transition: border-color .4s,color .4s;
    transition: border-color .4s,color .4s;
    border: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.banner-button-btn, .banner-button-btn::before{
     -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
     transition-timing-function: cubic-bezier(0.2,1,.3,1);
}
.banner-button-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #1a7c29;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7,1,1);
    -moz-transform: scale3d(0.7,1,1);
    -ms-transform: scale3d(0.7,1,1);
    -o-transform: scale3d(0.7,1,1);
    transform: scale3d(0.7,1,1);
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    transition-timing-function: cubic-bezier(0.2,1,.3,1);
}
.banner-button-btn:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*滑块轮播*/
.product07{
	max-width:1470px;
	margin:auto;
	padding:20px 20px 20px 20px;
}
.product07 li{
	float:left;
	width:33.33%;
	padding-bottom:30px;
}
.product07_text{
	line-height:25px;
	font-size:16px;
	padding:10px 10px 0px 10px;
	min-height:100px;
}
@media screen and (max-width: 1350px){
	.product07_text{
		min-height:75px;
	}
}
@media screen and (max-width: 960px){
	.product07 li{
		width:50%;
	}
}
@media screen and (max-width: 750px){
	.product07 li{
		float:none;
		width:100%;
	}
	.product07_text{
		min-height:25px;
	}
}
.product07_mark{
	line-height:25px;
	color:#ddbd78;
	font-size:14px;
	padding:10px 10px 0px 10px;
}
.product07 .buttonbar{
	text-align:left;
	padding-left:10px;
}
.product08{
	max-width:1400px;
	margin:auto;
	padding:30px 20px 50px 20px;
}
.product08 li{
	float:left;
	width:16.66%;
	padding:10px 0px;
	text-align:center;
}
@media screen and (max-width: 750px){
	.product08 li{
		width:33.333%;
	}
}
.product09{
	max-width:1400px;
	margin:auto;
	padding:20px 20px 40px 20px;
	border-bottom:1px solid #ddd;
}
.product09 .text{
	text-align:center;
	padding:10px 10px;
}
.product10{
	max-width:1480px;
	margin:auto;
	padding:20px 10px 10px 20px;
}
.product10 li{
	float:left;
	width:50%;
	padding-bottom:30px;
}
.product10_imgbox{
	height:650px;
	overflow:hidden;
	position: relative;
	margin:0px 10px;
}
.product10_toggle{
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    z-index: 0;
}
.product10_toggle:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.product10_toggle a{
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
	background-position: center bottom;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 1;
    z-index: 1
}
.product10_toggle a+a {
    opacity: 0;
    z-index: 0
}
.product10_toggle:hover a {
    opacity: 0
}
.product10_toggle:hover a+a {
    opacity: 1
}
.product10_title{
	font-size: 25px;
    text-align: center;
    font-weight: 500;
    color: #333;
    line-height: 30px;
	padding-top:20px;
}
.product10_title span{
	font-size:16px;
}
.black {
    background:#1a1a1a;
	color:#fff;
}
.black .product03{
	padding-bottom:80px;
}
/*产品详情结束*/
/*历史产品详情开始*/
.legacy_top{
	max-width:650px;
	padding:100px 0px; 
	margin:0 auto;
}
@media screen and (max-width: 750px){
	.legacy_top{
		padding:50px 0px;
	}
}
.legacy_top .title{
	line-height:35px;
}
.legacy_top span{
	font-size:20px;
	border:0px;
}
.legacy01{
	max-width:1760px;
	margin:0 auto;
	padding:0px 30px 10px 30px;
	clear:both;
}
@media screen and (max-width: 750px){
	.legacy01{
		padding:0px 10px 10px 10px;
	}
}
.legacy01 .title{
	text-align:left;
}
.legacy01 .title span{
	border-bottom: 1px solid #ccc;
}
.legacy02{
	max-width:1800px;
	margin:0 auto;
	padding:0px 10px 10px 10px;
	clear:both;
}
.legacy02 .products_text{
	height:126px;
}
/*历史产品详情结束*/
/*产品注册开始*/
.register_title{
	font-size:35px;
	text-align:center;
	font-weight:500;
	color:#333;
	line-height:70px;
	padding:40px 0px;
}
.register_title span{
	border-bottom:1px solid #ddbd78;
	padding-bottom:8px;
}
.register01{
	max-width:950px;
	padding:40px 20px 40px 40px;
	margin:0 auto;
}
.register_title01{
	font-size:18px;
	font-weight:500;
	color:#333;
	line-height:50px;
}
.wapcenter{
	text-align:left;
}
@media screen and (max-width: 750px){
	.wapcenter{
		text-align:center;
	}
}
.register_title01 span{
	border-bottom:1px solid #ddbd78;
	padding-bottom:8px;
}
.notes{
	color:#888;
	line-height:35px;
	font-size:14px;
}
.register01 li{
	width:50%;
	float:left;
	padding-bottom:20px;
	font-size:12px;
}
@media screen and (max-width: 750px){
	.register01 li{
		width:100%;
		float:none;
	}
}
.field{
	border:1px solid #ddd;
	width: calc(100% - 60px);
    height:52px;
    padding: 0 10px;
    color: #626161;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 -1px 0 0 #ddbd78;
    box-shadow: inset 0 -1px 0 0 #ddbd78;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: #fff
}
.field:focus {
    -webkit-box-shadow: inset 0 0 0 1px #ddbd78;
    box-shadow: inset 0 0 0 1px #ddbd78
}
.textarea{
	border:1px solid #ddd;
	width: calc(100% - 60px);
    height:200px;
	line-height:25px;
    padding: 0 10px;
    color: #626161;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 -1px 0 0 #ddbd78;
    box-shadow: inset 0 -1px 0 0 #ddbd78;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: #fff;
}
.textarea:focus {
    -webkit-box-shadow: inset 0 0 0 1px #ddbd78;
    box-shadow: inset 0 0 0 1px #ddbd78
}
.register01 input[type="checkbox"]:checked{
	background: #555 url(../images/checked.png) center center no-repeat;
	border: 1px solid #555;
}
.num1{
	width:50px;
	height:42px;
	line-height:42px;
    padding:5px 0px;
    text-align:center;
    background:#555555 url(../images/login_01.png);
    font-family:Arial;
    display:inline-block;
    vertical-align:middle;
    animation: Verificationbg 30s linear infinite; 
    color:#eee;
}
.num2{
	width:50px;
	height:42px;
    padding:5px 0px;
	line-height:42px;
    background:#555555 url(../images/login_01.png);
	text-align:center;
    display:inline-block;
    vertical-align:middle;
    animation: Verificationbg 30s linear infinite;
    color:#eee;
}
.num1 img,.num2 img{
    vertical-align:middle;
}
.add{
    width:30px;
	height:42px;
	line-height:42px;
    padding:5px 0px;
    text-align:center;
    background:#555555 url(../images/login_01.png);
    display:inline-block;
    vertical-align:middle;
    font-size:20px;
    color:#eee;
    animation: Verificationbg 30s linear infinite;
}
.equal{
    width:50px;
	height:42px;
	line-height:42px;
    padding:5px 0px;
    text-align:center;
    background:#555555 url(../images/login_01.png);
    display:inline-block;
    vertical-align:middle;
    font-size:20px;
    color:#eee;
    animation: Verificationbg 30s linear infinite;
}
.sum{
	text-align:center;
	width:calc(100% - 220px);
	height:40px;
	line-height:40px;
    padding:5px 0px;
	border:1px solid #ccc;
    border-left:0;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 -1px 0 0 #ddbd78;
    box-shadow: inset 0 -1px 0 0 #ddbd78;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
@keyframes Verificationbg {
    from {
        background-position: 0% 0%;
    }
    to {
        background-position: 0% 1000%;
    }
}
.button{
	width:160px;
	height:50px;
	border:2px solid #ddbd78;
	background:#fff;
	cursor:pointer;
	text-align:center;
    font-size:15px;
}
.button:hover{
	border:2px solid #ccc;
}
.button03{
	cursor:pointer;
}
.buttonbar li{
	display:inline-block;
	float: none;
    width: auto;
}
.btnbox{
	color:#888;
	line-height:35px;
	font-size:16px;
	cursor:pointer;
}
.text02{
	width:calc(100% - 120px);
	height:50px;
	line-height:50px;
	border:1px solid #ddd;
	padding:0 2px;
	margin-left:0px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 -1px 0 0 #ddbd78;
    box-shadow: inset 0 -1px 0 0 #ddbd78;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-indent:5px;
}
.filebox{
	width:80px;
	height:52px;
	line-height:52px;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	background:#ddbd78;
	color:#555;
	text-align:center;
	margin-left:-2px;
    letter-spacing:2px;
}
.fileButton{
	color:#fff;
	height:50px;
	display:inline-block;
	margin:0 auto;
	cursor:pointer;
	padding:8px 0px;
	cursor:pointer;
	position:relative;
	left:-70px;
	top:-35px;
	z-index:1;
	opacity:0;
	filter:alpha(opacity=0);
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
     color:#bbb;
     font-size:14px;
}
input:-moz-placeholder, textarea:-moz-placeholder{
    color:#bbb;
    font-size: 14px;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color:#bbb;
    font-size: 14px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#bbb;
    font-size: 14px;
}
.topbar{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:45px;
	line-height:45px;
	padding:0px 15px;
	border-bottom:1px solid #ddd;
}
.tips_main{
	max-width:1500px;
	background:#fff;
	margin:0 auto;
	padding-bottom:10px;
	min-height:500px;
}
@media screen and (max-width: 750px){
	.tips_main{
		min-height:300px;
	}
}
.tips01{
	line-height:22px;
	text-align:justify;text-justify:inter-ideograph;
	padding:10px 10px 0px 10px;
}
.tips01 p{
	text-indent:2em;
}
.select01{
	display:inline-block;
}
.selectbox-wrapper{
	border:#ccc 1px solid; 
	width:154px;
	position:absolute;
	background:#fff; 
	text-align: left;
    margin:-1px 0px 0px 3px;
    z-index:99999999;
}
.selectbox-wrapper UL LI.selected {
	background:#f2f2f2;
}
.selectbox-wrapper UL LI.current {
	background:#f2f2f2;
}
.selectbox-wrapper UL LI {
	padding:3px;
	width:auto;
	cursor:pointer;
	line-height:20px;
}
.selectbox{ 
	display:inline-block;
	padding-left:4px;
	width:150px; 
	cursor: pointer; 
	height:28px;
    line-height:28px;
	background:#fff url(../images/select.png) no-repeat right center;
    border:1px solid #ccc;
    margin:0px 0px 0px 3px;
}
.register01 .selectbox{
	margin:0px 0px 0px 0px;
	width: calc(100% - 60px);
	border:1px solid #ddd;
    height:52px;
    color: #626161;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 -1px 0 0 #ddbd78;
    box-shadow: inset 0 -1px 0 0 #ddbd78;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	padding:0px 10px;
}
.register01 .selectbox-wrapper{
	width: 435px;
	margin:-1px 0px 0px 0px;
	display:block;
}
@media screen and (min-width: 750px) and (max-width: 1100px){
	.register01 .selectbox-wrapper{
		width: calc(50% - 60px);
	}
}
@media screen and (max-width: 750px){
	.register01 .selectbox-wrapper{
		width: calc(100% - 100px);
	}
}
.register01 .selectbox-wrapper UL LI {
	width: calc(100% - 6px);
	height:35px;
    line-height:35px;
	text-indent:5px;
}
/*产品注册结束*/
/*经销商开始*/
.dealer01{
	max-width:1600px;
	margin:auto;
	padding:20px;
	text-align: center;
}
.field02{
	border:1px solid #ddd;
	width: 45%;
    height:52px;
    padding: 0 10px;
    color: #626161;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 -1px 0 0 #ddbd78;
    box-shadow: inset 0 -1px 0 0 #ddbd78;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: #fff;
}
.field:focus {
    -webkit-box-shadow: inset 0 0 0 1px #ddbd78;
    box-shadow: inset 0 0 0 1px #ddbd78;
}
@media screen and (max-width: 640px){
	.field02{
		width: 100%;
		margin-bottom:20px;
	}
}
.dealer01 .more{
	width:100px;
	padding:0px;
	height:54px;
	line-height:54px;
	border:1px solid #ddd;
	vertical-align:middle;
	text-transform: uppercase;
    -webkit-box-shadow: inset 0 -1px 0 0 #ddbd78;
    box-shadow: inset 0 -1px 0 0 #ddbd78;
	margin-left:-5px;
}
.dealer01 .field02 {
    width: 45%;
}
@media screen and (max-width: 750px){
	.dealer01{
		text-align:left;
	}
	.dealer01 .field02 {
		width: calc(100% - 120px);
		vertical-align:middle;
		margin-bottom:0px;
	}
}
.dealer02{
	width:100%;
	margin:auto;
	font-size:14px;
	line-height:25px;
}
.dealer02 span{
	font-weight:600px;
	color:#000;
	font-size:16px;
}
.dealer02 .more{
	height:35px;
	line-height:35px;
	border:1px solid #bbb;
	margin:10px 0px 20px 0px;
	font-size:14px;
	padding:0px 30px;
}
.dealer_left{
	width:460px;
	height:800px;
	float:left;
	background:#fff;
}
.dealer_left_top{
	height:auto;
	padding:20px 20px 10px 20px;
	border-bottom:1px solid #ddd;
}
.dealer_left_top>ul>li{
	width:auto;
	height:65px;
}
.dealer_left_top .selectbox{
	margin:0px 0px 0px 0px;
	width: calc(100% - 26px);
	border:1px solid #ddd;
    height:52px;
    color: #626161;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 -1px 0 0 #ddbd78;
    box-shadow: inset 0 -1px 0 0 #ddbd78;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	padding:0px 10px;
}
.dealer_left_top .selectbox-wrapper{
	width: 414px;
	margin:-1px 0px 0px 0px;
	display:block;
}

@media screen and (max-width: 750px){
	.dealer_left_top .selectbox{
		width: calc(100% - 22px);
	}
	.dealer_left_top .selectbox-wrapper{
		width: calc(100% - 42px);
	}
}
.register01 .selectbox-wrapper UL LI {
	width: calc(100% - 6px);
	height:35px;
    line-height:35px;
	text-indent:5px;
}
.dealer_left_main{
	padding:20px;
	height:542px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.dealer_left_main::-webkit-scrollbar {
	width:6px;
	height:6px;
}
.dealer_left_main::-webkit-scrollbar-thumb, .dealer_left_main::-webkit-scrollbar-thumb:horizontal {
	border-radius:3px;
	background:#ddd;
}
.dealer_left_main::-webkit-scrollbar-button {
	display: none;
}
.dealer_left_main::-webkit-scrollbar-track, .dealer_left_main::-webkit-scrollbar-track-piece {
	background: -webkit-gradient(linear,left);
}
.dealer_left_main::-webkit-scrollbar-track-piece {
	background: #bbb;
}
.dealer_left_main a{
	display:block;
	padding-bottom:18px;
}
.dealer_right{
	width: calc(100% - 460px);
	height:750px;
	float:left;
	background:#edefed;
}
@media screen and (max-width:750px){
	.dealer_left{
		width: 100%;
		height:auto;
		float:none;
	}
	.dealer_right{
		width: 100%;
		float:none;
	}
}
.dealer_left_bottom{
	height:auto;
	padding:20px 20px 10px 20px;
	border-top:1px solid #ddd;
	text-align:center;
}
/*经销商结束*/

@media screen and (min-width: 640px) and (max-width: 1000px){
	
}
@media screen and (max-width: 640px){
	
}

.css-ak9s4m,.css-1sg2lsz{
	display:none!important;
}
.mapbox{
	width:100%;
	height:100%;
	line-height:30px;
}
.BMap_pop{
	font-family:Arial;
}
.BMap_Marker div{
	width:30px!important;
	height:auto!important;
}
.BMap_bubble_content{
	padding-top:3px;
}
.BMapLabel{
	padding:2px 5px!important;
}