/*index.html*/
/*TOP THEMES*/
.themes-wrap{
	height: 800px;
	width: 100%;
	background-color: #f2f2f2;
	overflow: hidden;
}
.themes-wrap .themes .themes-title{
	color: #000000;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 80px;
	
}
.themes .themes-list{
	height: 580px;
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.themes-list .themes-list-one{
	width: 670px;
	height: 390px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: #ffffff;
}
.themes-list .themes-list-one>img{
	width: 100%;
	height: auto;
	transition: all 0.4s;
}
.themes-list .themes-list-one>a{
	position: absolute;
	left: 0px;
	bottom: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 5px 10px;
	border-bottom-right-radius: 15px;
	z-index: 1000;
}
.themes-list .themes-list-one:hover img{
	opacity: 0.4;
	transform: scale(1.1);
}
.themes-list .themes-list-one:hover .themes-content{
	height: 100%;
	padding: 70px 40px;
}
.themes-list-one .themes-content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	height: 0px;
	overflow: hidden;
}
.themes-list-one .themes-content>p{
	font-family: arial;
	font-size: 14px;
	color: #000000;
	margin-bottom: 25px;
	text-indent: 18px;
	line-height: 28px;
}


.themes-list .themes-list-two{
	position: absolute;
	top: -45px;
	left: 680px;
	width: 310px;
	height: 195px;
	overflow: hidden;
}
.themes-list .themes-list-two>img{
	width: 100%;
	height: auto;
	transition: all 0.4s;
}
.themes-list .themes-list-two>a{
	position: absolute;
	left: 0px;
	bottom: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 5px 10px;
	border-bottom-right-radius: 15px;
	z-index: 1000;
}
.themes-list .themes-list-two:hover img{
	opacity: 0.4;
	transform: scale(1.1); 
}
.themes-list-two .themes-content{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	overflow: hidden;
}
.themes-list-two .themes-content>p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	line-height: 27px;
}
.themes-list .themes-list-two:hover .themes-content{
	padding: 50px 30px;
	height: 100%;
}

.themes-list .themes-list-three{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	height: 155px;
	overflow: hidden;
}
.themes-list .themes-list-three>img{
	width: 100%;
	height: auto;
	transition: all 0.4s;
	
}
.themes-list .themes-list-three:hover img{
	transform: scale(1.1);
}
.themes-list .themes-list-three>a{
	position: absolute;
	left: 0px;
	bottom: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 5px 10px;
	border-bottom-right-radius: 15px;
	z-index: 1000;
}
.themes-list .themes-list-four{
	width: 205px;
	height: 155px;
	position: absolute;
	bottom: 10px;
	left: 0px;
	overflow: hidden;
}
.themes-list .themes-list-four>img{
	width: 100%;
	height: auto;
	transition: all 0.4s;
}
.themes-list .themes-list-four>a{
	position: absolute;
	left: 0px;
	bottom: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 5px 10px;
	border-bottom-right-radius: 15px;
	z-index: 1000;
}
.themes-list .themes-list-four:hover img{
	transform: scale(1.1);
}
.themes-list .themes-list-five{
	width: 355px;
	height: 155px;
	position: absolute;
	bottom: 10px;
	left: 215px;
	overflow: hidden;
}
.themes-list .themes-list-five>img{
	width: 100%;
	height: auto;
	transition: all 0.4s;
}
.themes-list .themes-list-five>a{
	position: absolute;
	left: 0px;
	bottom: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 5px 10px;
	border-bottom-right-radius: 15px;
	z-index: 1000;
}
.themes-list .themes-list-five:hover .themes-five-img{
/*	opacity: 0.4;*/
	transform: scale(1.1); 
}
.themes-list .themes-list-five .themes-content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/* height: auto;*/
	height:100%;
}
.themes-list .themes-list-five .themes-content>img{
/*	width: 0%; */
	width:100%;
	height: auto;
	transition: all 0.4s;
}
.themes-list .themes-list-five:hover .themes-content>img{
	width: 100%;
}

.themes-list .themes-list-five .themes-content>ul li{
	float: left;
	overflow: hidden;
}
.themes-list .themes-list-five .themes-content>ul{
	width: 90%;
	margin: 0 auto;
	display: flex;
	 flex-direction: row;
	display: -webkit-flex; 
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top: 20px;
}
.themes-list .themes-list-five .themes-content>ul li:hover img{
	transform: scale(1.1); 
}
.themes-list .themes-list-five .themes-content>ul li img{
	transition: all 0.4s;
}
.themes-list .themes-list-five:hover .themes-content>img{
	width: 100%;
}


.themes-list .themes-list-six{
	position: absolute;
	right: 0px;
	bottom: -10px;
	width: 625px;
	height: 420px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.themes-list .themes-list-six>img{
	width: 100%;
	height: auto;
	transition: all 0.4s;
}
.themes-list .themes-list-six:hover img{
	opacity: 0.4;
	transform: scale(1.1);
}
.themes-list .themes-list-six:hover{
	z-index: 200;
}
.themes-list .themes-list-six>a{
	position: absolute;
	left: 0px;
	bottom: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 5px 10px;
	border-bottom-right-radius: 15px;
	z-index: 1000;
}
.themes-list .themes-list-six .themes-content{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0%;
	overflow: hidden;
}
.themes-list .themes-list-six .themes-content>p{
	font-family: arial;
	font-size: 14px;
	color: #000000;
	margin-bottom: 25px;
	text-indent: 18px;
	line-height: 28px;
}
.themes-list .themes-list-six:hover .themes-content{
	height: 100%;
	padding: 70px 40px;
}

/*NEW products*/
.products-wrap .reviews-lb-one ul{
	height: 280px;
}
.products{
	overflow: hidden;
}
.products-wrap .reviews-lb-one ul li img{
	width: 280px;
	height: auto;
	margin-right: 20px;
}
.products-wrap .swiper-container1 .swiper-slide img{
	width: 275px;
	height: auto;
 	border:1px solid #999999;
}
.products-wrap .products>p{
	margin-top: 80px;
	font-family: Arial;
	font-size: 30px;
	color: #000000;
}
.products-wrap .swiper-container1{
	margin-top: 30px;
}



/*about.html*/

.crumbs-wrap{
	width: 100%;
	margin-top: 35px;
}
.crumbs-wrap .crumbs{
	height: 30px;
}
.crumbs-wrap .crumbs>img,.crumbs-wrap .crumbs>div{
	float: left;
}
.crumbs-wrap .crumbs>img{
	margin-top: 7px;
	margin-right: 10px;
}
.crumbs-wrap .crumbs>div{
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
}
.crumbs-wrap .crumbs>div>a{
	color: #747474;
	font-family: arial;
	font-size: 12px;
}
.crumbs-wrap .crumbs>div{
	color: #3b3b3b;
	font-family: arial;
	font-size: 12px;
}
.crumbs-wrap .crumbs>div>a:hover{
	color: #e36b05;
}
/*ABOUT LEADLUX*/
.about-content-wrap{
	margin-top: 25px;
}
.about-content-wrap .about-content .article>p{
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	font-family: arial;
	color: #000000;
	margin-bottom: 40px;
}
.about-content .article{
	overflow: hidden;
	margin-top: 25px;
}
.about-content .article-left{
	width: 580px;
	height: 325px;
	float: left;
}
.about-content .article-left>p{
	font-size: 14px;
	color: #000000;
	font-family: arial;
	margin-bottom: 10px;
	line-height: 25px;
	text-indent: 25px;
	text-align: justify;
	/* word-break: break-all;*/
}
.about-content .article-right{
	width: 570px;
	height: 325px;
	float: right;
}
.about-content .article-right>img{
	width: 100%;
	height: auto;
}
.about-content .workshop{
	margin-top: 60px;
}
.about-content .workshop>p{
	height: 40px;
	line-height: 40px;
	font-size: 21px;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	color: #545456;
	margin-bottom: 15px;
}
.about-content .workshop ul{
	display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-content .workshop ul li{
	margin-bottom: 20px;
	width: 390px;
}
.about-content .workshop ul li img{
	width: 100%;
	height: auto;
}
.about-content .workshop ul li p{
	color: #616161;
	font-size: 16px;
	font-family: arial;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

/*Test equipment*/
.equipment{
	margin-top: 20px;
}
.about-content-wrap .about-content .equipment>p{
	height: 40px;
	line-height: 40px;
	font-size: 21px;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	color: #545456;
	margin-bottom: 15px;
}
.about-content .equipment ul{
	display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-content .equipment ul li{
	margin-bottom: 20px;
}
.about-content .equipment ul li img{
	width: 100%;
	height: auto;
}
.equipment-list li:nth-child(1),.equipment-list li:nth-child(2),.equipment-list li:nth-child(3){
	width: 320px;
}
.equipment-list li:nth-child(4){
	width: 195px;
}
.equipment-list li:nth-child(5){
	width: 448px;
}
.equipment-list li:nth-child(6){
	width: 260px;
}
.equipment-list li:nth-child(7){
	width: 230px;
}
.equipment-list li:nth-child(8){
	width: 230px;
}
.about-content .equipment ul li p{
	color: #616161;
	font-size: 16px;
	font-family: arial;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

/*Certificate*/
.certificate{
	margin-top: 20px;
}
.certificate>p{
	height: 40px;
	line-height: 40px;
	font-size: 21px;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
}
.certificate>p>a{
	color: #545456;
}
.certificate>ul{
	display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.certificate>ul>li{
	margin-bottom: 50px;
	border: 1px solid #ededed;
}
.available{
	margin-top: 20px;
}
.available>p{
	height: 40px;
	line-height: 40px;
	font-size: 21px;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
	color: #545456;
}
.available>ul{
	display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.available>ul>li{
	width: 150px;
	height: 365px;
}
.available>ul>li>img{
	width: 100%;
	height: auto;
}
.available>ul>li>p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	color: #616161;
	font-size: 14px;
	font-family: arial;
	line-height: 25px;
	font-style: italic;
}

/*Events.html*/
.events-content{
	margin-top: 30px;
}
.events-content .events-list>p{
	color: #151515;
	font-size: 26px;
	font-family: "微软雅黑";
}
.events-content .events-list>ul{
	margin-top: 20px;
}
.events-content .events-list>ul>li{
	height: 55px;
	box-sizing: border-box;
	border-bottom: 1px dashed #cdcdcd;
}
.events-content .events-list>ul>li>img{
	float: left;
	margin-left: 5px;
	margin-top: 25px;
}
.events-content .events-list .events-list-l{
	float: left;
	height: 55px;
	margin-left: 30px;
	font-size: 15px;
	font-family: "微软雅黑";
	max-width: 800px;
}
.events-content .events-list .events-list-l>a{
	color: #404040;
	display: block;
	height: 55px;
	line-height: 55px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.events-content .events-list .events-list-l>a:hover{
	color: #e26304;
}
.events-content .events-list .events-list-r{
	float: right;
	height: 55px;
	line-height: 55px;
	margin-right: 20px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #909090;
}
.events-list>.page{
	margin: 0px auto;
	margin-top: 60px;
}

/*Events-2.html*/

.events .title{
	color: #000000;
	font-family: "微软雅黑";
	font-size: 28px;
	text-align: center;
}
.events .time{
	color: #717171;
	font-size: 12px;
	font-family: "微软雅黑";
	text-align: center;
	margin-top: 10px;
}
.events .events-article{
	margin-bottom: 40px;
}
.events .events-article>p{
	text-indent: 28px;
	font-size: 14px;
	line-height: 25px;
	font-family: arial;
	color: #3b3b3b;
	margin-bottom: 20px;
}
.events .events-article>img{
	margin: 0px auto;
	margin-bottom: 40px;
}
.cut-page{
	margin-top: 80px;
}
.cut-page>div{
	font-family: arial;
	color: #717171;
	font-size: 16px;
	margin-bottom: 10px;
}
.cut-page>div>a{
	font-size: 14px;
	color: #333333;
	font-family: arial;
}
.cut-page>div>a:hover{
	color: #e46b04;
}

/*Exhibition.html*/




.exhibition-wrap{
	margin-top: 30px;
}
.exhibition-content::after{
	content: "";
    display: block;
    clear: both;
}
.exhibition-content{
	margin-top: 30px;
}
.exhibition>p{
	color: #151515;
    font-size: 26px;
    font-family: 微软雅黑;
}
.exhibition-content .exhibition-content-l{
	float: left;
	width: 550px;
}
.exhibition-content .exhibition-content-r{
	float: right;
	width: 650px;
	position: relative;
}
.exhibition-content .exhibition-content-r img{
	width: 650px;
	height: auto;
}
.exhibition-content .exhibition-content-l .exhibition-list{
	height: 112px;
	box-sizing: border-box;
	border-bottom: 1px solid #f6f6f6;
	padding: 5px 0px 25px 0px;
}
.exhibition-content .exhibition-content-l .exhibition-list:last-child{
	border: 0px;
}
.exhibition-content-l .exhibition-list .title{
	font-size: 18px;
	font-family: arial;
	color: #000000;
	line-height: 27px;
}
.exhibition-content-l .exhibition-list .date,.exhibition-content-l .exhibition-list .booth{
	font-size: 16px;
	font-family: arial;
	color: #656565;
	line-height: 25px;
	font-weight: bold;
}
.exhibition-content-l .exhibition-list .date span,.exhibition-content-l .exhibition-list .booth span{
	font-size: 14px;
	font-family: arial;
	color: #656565;
	font-weight: normal;
}
.exhibition-content .exhibition-content-r>a{
	display: block;
	position: absolute;
	z-index: 10;
}
.exhibition-content .exhibition-content-r>a>img{
	width: 100%;
	height: auto;
}
.exhibition-content .exhibition-content-r .prev{
	width: 28px;
	height: 28px;
	bottom: auto;
	left: 10px;
	top: 630px;
	background-image: url(../images/prev-1.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.exhibition-content .exhibition-content-r .next{
	width: 28px;
	height: 28px;
	bottom: auto;
	top: 630px;
	left: 48px;
	background-image: url(../images/next-1.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.exhibition .page{
	margin-top: 30px;
}

/*products.html*/
.products-list-wrap{
	margin-top: 30px;
}
.products-list .products-list-title{
	color: #151515;
    font-size: 26px;
    font-family: 微软雅黑;
}
.products-list .products-list-tab{
	overflow: hidden;
	margin-top: 20px;
}
.products-list .products-list-tab li{
	float: left;
	padding: 0px 10px 0px 30px;
	margin: 10px 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: "微软雅黑";
	cursor: pointer;
	/*background-color: #fafafa;*/
	background-color: #F4F4F4;
	margin-right: 15px;
}

.products-list .products-list-tab li.active{
/*.products-list .products-list-tab>.active{ */
	color: #FFFFFF;
	background-color: #545456;
	background-image: url(../images/next-9.png);
	background-repeat: no-repeat;
	font-size: 16px;
	overflow: hidden;
	box-sizing: border-box;
	background-position: 12px 13px;
}
.products-list .products-list-tab li:hover{
	color: #FFFFFF;
	background-color: #545456;
	background-image: url(../images/next-9.png);
	background-repeat: no-repeat;
	font-size: 16px;
	overflow: hidden;
	box-sizing: border-box;
	background-position: 12px 13px;
}
.products-list .products-list-tab li:hover a{
	color: #FFFFFF;
}
.products-list .products-list-tab>.active a{
	background-color: #545456;
	color: #FFFFFF;
}
/*.products-list .products-list-tab li:hover{
	color: #FFFFFF;
	background-color: #545456;
	background-image: url(../images/next-9.png);
	background-repeat: no-repeat;
	background-position: 12px 13px;
}*/
.products-content{
	margin-top: 30px;
}

.products-content ul{
/*	display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
*/
   overflow:hidden;
    margin-top: 20px;
}
.products-content ul li{
	width: 280px;
	margin-bottom: 30px;
   	overflow:hidden;
	float:left;
	margin-right:20px;
	height:338px;
}
.products-content ul li>a{
	display: block;
	width: 280px;
	height: 280px;
	overflow: hidden;
}
.products-content ul li img{
	width: 275px;
	height: auto;
	transition: all 0.4s;
	border: 1px solid #999999;
}
.products-content ul li img:hover{
	transform: scale(1.1);
	filter: brightness(1.3);
}
.products-content ul li>p{
	text-align: center;
	width: 100%;
	margin-top: 15px;
	color: #646464;
	font-size: 14px;
	font-family: arial;
}
.products-list .products-content>div{
	display: none;
}
.products-list .products-content>.active{
	display: block;
}
.products-content .products-content-list>p{
	font-family: "微软雅黑";
	color: #3b3c3e;
	font-size: 16px;
	font-weight: bold;
}

/*products-2.html*/
.products-introduce-wrap{
	margin-top: 20px;
}
.products-img{
	overflow: hidden;
}
.products-img .products-img-l{
/*	width: 555px;*/
	width:600px;
	float: left;
	border:1px solid #999;
}
.products-img .products-img-l>img{
	width: 100%;
	height: auto;
}
.products-img .products-img-m{
	height: 555px;
	float: left;
	width: 100px;
/*	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:space-between; */
	margin-left: 18px;
}
.products-img .products-img-m li{
	box-sizing: border-box;
	border: 1px solid #999999;
	width: 100%;
	margin-bottom:25px;
	/* margin-bottom:14px;*/
}
.products-img .products-img-m li img{
	width: 100%;
	cursor: pointer;
}





.products-img .products-img-r{
	float: left;
	/*margin-left: 50px;*/
	margin-left: 45px;
	width: 400px;
	/*width: 450px;*/
	position: relative;
	height: 555px;
}
.products-img .products-img-r .title{
	font-size: 28px;
	font-family: "微软雅黑";
	line-height: 70px;
	color: #656565;
}
.products-img .products-img-r .introduce{
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 26px;
	color: #3b3c3e;
	font-weight: bold;
}
.products-img .products-img-r .content{
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 36px;
	color: #656565;
	font-weight: bold;
}
.products-img .products-img-r .top{
	margin-top: 10px;
}
.products-img .products-img-r .content>span{
	font-weight: normal;
}
.products-img .products-img-r .certification{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.products-img .products-img-r .btn{
	margin-top: 40px;
	border-radius: 10px;
	width: 130px;
	height: 36px;
	color: #FFFFFF;
	line-height: 36px;
	font-size: 16px;
	font-family: arial;
	background-color: #ff7b0a;
}
.product-details{
	margin-top: 50px;
}
.product-details .title{
	width: 100%;
	height: 40px;
	background-color: #545456;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial;
	line-height: 40px;
	text-indent: 45px;
	background-image: url(../images/next-9.png);
	background-repeat: no-repeat;
	background-position: 16px 12px;
}
.product-details table{
	border: 0px;
	margin-top: 30px;
}
.product-details table td{
	border-color: #e6e6e6;
	padding: 5px 25px;
}
.product-details table .left{
	color: #666666;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}
.product-details table .right{
	color: #666666;
	font-family: arial;
	font-size: 16px;
}
.product-details table .right p{
	line-height: 29px;
}
.product-size{
	margin-top: 50px;
}
.product-size .title{
	width: 100%;
	height: 40px;
	background-color: #545456;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial;
	line-height: 40px;
	text-indent: 45px;
	background-image: url(../images/next-9.png);
	background-repeat: no-repeat;
	background-position: 16px 12px;
}
.product-size>img{
	margin-top: 60px;
}
.product-information{
	margin-top: 80px;
}
.product-information .title{
	width: 100%;
	height: 40px;
	background-color: #545456;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial;
	line-height: 40px;
	text-indent: 45px;
	background-image: url(../images/next-9.png);
	background-repeat: no-repeat;
	background-position: 16px 12px;
}
.product-information>div{
	margin-top: 40px;
	display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-information>div>img{
	width: 390px;
	height: auto;
}


/*Send-Inquiry.html*/
.send-inquiry-wrap{
	margin-top: 25px;
}
.send-inquiry{
	width: 770px;
	margin: 0px auto;
}
.send-inquiry>p{
	color: #191919;
	font-size: 20px;
	font-family: arial;
	font-style: italic;
	text-align: center;
}
.send-inquiry>.send-inquiry-t{
	text-align: left;
}
.send-inquiry>p>span{
	color: #e46b04;
}
.send-inquiry .description{
	margin-top: 30px;
}
.send-inquiry .description .title{
	color: #646464;
	font-size: 20px;
	font-family: arial;
}
.send-inquiry .description>textarea{
	margin-top: 20px;
	width: 740px;
	height: 160px;
	padding: 10px;
	border: 0px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	text-indent: 28px;
	color: #646464;
	font-size: 16px;
	font-family: "微软雅黑";
}
.send-inquiry .contact{
	margin-top: 30px;
}
.send-inquiry .contact .title{
	color: #646464;
	font-size: 20px;
	font-family: arial;
}
.send-inquiry .contact form{
	width: 740px;
	margin-top: 30px;
}
.send-inquiry .contact form label{
	display: block;
	line-height: 38px;
	margin-bottom: 15px;
	color: #646464;
	font-size: 14px;
	font-family: "微软雅黑";
}
.send-inquiry .contact form label input,.send-inquiry .contact form label textarea{
	float: right;
	width: 550px;
	box-sizing: border-box;
	color: #646464;
	border: 0px;
	border: 1px solid #d2d2d2;
}
.send-inquiry .contact form label input{
	height: 38px;
	text-indent: 28px;
	font-size: 16px;
}
.send-inquiry .contact form label textarea{
	height: 80px;
	box-sizing: border-box;
	padding: 10px;
	text-indent: 18px;
	color: #646464;
	font-family: "微软雅黑";
	font-size: 16px;
}
.send-inquiry .btn{
	margin-top: 100px;
	text-align: center;
}
.send-inquiry .btn button{
	display: inline-block;
	height: 40px;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.send-inquiry .btn .confirm{
	margin-right: 15px;
	background-color: #e66704;
	width: 130px;	
}
.send-inquiry .btn .clear{
	background-color: #646464;
	width: 90px;
}

/*showroom.html*/
.showroom-wrap{
	margin-top: 30px;
}
.showroom-wrap .title{
	font-size: 30px;
	font-family: arial;
	color: #000000;
}
.showroom-wrap>ul{
	display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.showroom-wrap>ul>li{
	width: 390px;
	height: 390px;
	margin-bottom: 20px;
	overflow: hidden;
}
.showroom-wrap>ul>li>img{
	width: 100%;
	height: auto;
	transition: all 0.4s;
}
.showroom-wrap>ul>li>img:hover{
	transform: scale(1.1);
	filter: brightness(1.3);
}


/*下载.html*/
.download-wrap{
	margin-top: 30px;
}
.download-wrap .title{
	font-size: 26px;
	color: #151515;
	font-family: "微软雅黑";
}
.download-wrap .download-list>div{
	padding: 30px 0px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px dashed #cdcdcd;
	margin-bottom: 20px;
}
.download-wrap .download-list>div .download-left{
	float: left;
	width: 155px;
}
.download-wrap .download-list>div .download-left img{
	width: 100%;
	height: auto;
}
.download-wrap .download-list>div .download-right{
	float: left;
	margin-left: 55px;
}
.download-wrap .download-list>div .download-right>p{
	color: #202020;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 51px;
}
.download-right .view-online,.download-right  .save{
	margin-top: 20px;
}
.download-right .view-online>a{
	display: block;
	text-indent: 30px;
	font-size: 15px;
	color: #333333;
	font-family: "微软雅黑";
	background: url(../images/download-font.png) no-repeat 0px -23px;
	
}
.download-right .view-online>a:hover{
	background-position: 0px 4px;
	color: #fb7313;
}
.download-right  .save>a{
	display: block;
	text-indent: 30px;
	font-size: 15px;
	color: #333333;
	font-family: "微软雅黑";
	background: url(../images/download-font.png) no-repeat 0px -87px;
}
.download-right .save>a:hover{
	background-position: 0px -53px;
	color: #fb7313;
}

/*引导页.html*/
.guide-page{
	padding: 50px 70px;
	box-sizing: border-box;
	
}
.guide-page-article>p{
	text-indent: 28px;
	line-height: 28px;
}
.guide-page-company{
	margin-top: 50px;
	overflow: hidden;
}
.guide-page-company .company-l{
	float: left;
	width: 530px;
	height: 360px;
}
.guide-page-company .company-l>img{
	width: 100%;
	height: 100%;
}
.guide-page-company .company-r{
	float: left;
	width: 520px;
	padding: 15px;height: 360px;
	box-sizing: border-box;
	background-color: #f9f9f9;
}
.company-r ul li{
/*	height: 45px;  */
	overflow: hidden;
	margin-bottom:15px;
	
}
.company-r ul li p.title{
	float: left;
	font-size: 14px;
	color: #333333;
	font-family: arial;
	margin-left: 15px;
}
.company-r ul li p{
	text-indent: 0px;
}
.company-r ul li p.text{
	float: right;
	width: 360px;
	font-size: 14px;
	color: #555555;
	font-family: arial;
}
.company-r ul li p>span{
	display: block;
	margin-bottom: 10px;
}


/*contact.html*/
.company-introduction{
	margin-top: 30px;
}
.company-introduction .title{
	color: #191919;
	font-size: 34px;
	font-family: arial;
}
.data>div>p>span{
	display: block;
	margin-top: 5px;
} 
.data>div{
	overflow: hidden;
	margin-top: 20px;
}
.data>div>p{
	float: left;
}
.data>div>p:first-child{
	width: 80px;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #646464;
}
.data>div>p:last-child{
	font-size: 14px;
	color: #646464;
}
.maps-btn{
	margin-top: 70px;
}
.maps-btn>a{
	display: block;
	width: 272px;
	height: 50px;
	text-align: center;
	line-height: 42px;
	background: url(../images/maps-btn.png) no-repeat 0px 0px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}


.banner>.advertising{
	width: 100%;
	height: auto;
	min-width: 1200px;
}

.banner .swiper-container .swiper-button-next{
	
}




.products-list .products-list-tab  a {
	text-decoration: none;
	color: #000000;
}






.swiper-container1{
	position: relative;
	height: 360px;
	margin-top: 30px;
}
.swiper-container1 .swiper-button-next1,.swiper-container1 .swiper-button-prev1{
	width: 32px;
	position: absolute;
    height: 32px;
    top: 84%;
    z-index: 99999;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 50% 50%;
}

.swiper-container1 .swiper-button-next1{
	background-image: url(../images/prev-2.png);
	background-size:100%;
    left: 470px;
    right: auto;
}
.swiper-container1 .swiper-button-prev1{
	background-image: url(../images/next-2.png);
    right: 470px;
    left: auto;
	background-size:100%;
}

.swiper-container1 .swiper-pagination1{
	position: absolute;
	top: 85%;
	text-align: center;
	z-index: 1000;
}
.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	
}




.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet-active{
	background-color: #888888;
}
