﻿@charset "utf-8";

#quandi_fla{
	margin:auto;
	height:750px;
	width:auto;
	overflow:hidden;
	display:block;
}

.fla_tb{
	width:450px;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	position:absolute;
	left:0px;
	bottom:300px;
}
.fla_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	font-size:42px;
	line-height:160%;
	color:#fff;
	word-break:break-all;
	white-space:normal;
}
a.fla_more{
	font-size:12px;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
	width:150px;
	height:40px;
	line-height:40px;
	display:block;
	margin-top:50px;
	transition:all 0.4s;
}
a.fla_more:hover{
	background-color:#fff;
	color:#333;
	transition:all 0.4s;
}
/*泛光灯*/
#quandi_product{
	width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
}
#quandi_product_thead{
	display:block;
	width:auto;
	height:40px;
	line-height:40px;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_product_title{
	width:auto;
	height:auto;
	margin:auto;
	display:inline-block;
	text-align:left;
	white-space:nowrap;
	font-size:25px;
	vertical-align:middle;
}
#quandi_product_miaoshu{
	display:inline-block;
	width:auto;
	height:auto;
	white-space:nowrap;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	text-align:center;
	vertical-align:middle;
	padding-left:20px;
}

#quandi_product_tfoot{
	width:auto;
	height:auto;
	overflow:hidden;
	display:inline-block;
	margin:auto;
	position:absolute;
	right:0px;
	top:40px;
}

#quandi_product_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-bottom:50px;
}
.product_item{
	width:25%;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:inline-block;
	margin:auto;
	vertical-align:top;
}
.product_tb{
	display:auto;
	width:auto;
	height:510px;
	overflow:hidden;
	margin:1px;
	text-align:center;
}
a.product_pic{
	width:auto;
	height:400px;
	overflow:hidden;
	margin:auto;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	transition:all 0.4s;
	
}
a.product_pic:hover{
	background-size:120% auto;
	transition:all 0.4s;
}
a.product_name{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	font-size:14px;
	line-height:40px;
	white-space:nowrap;
}
.product_price{
	width:auto;
	height:auto;
	display:block;
	text-align:left;
	overflow:hidden;
	font-size:12px;
	color:#999;
}
.product_price>font{
	color:#F90;
}
#news{
	display:grid;
	grid-template-columns:45% auto;
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
a.xinwen_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	margin:auto;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	width:1200px;
	height:auto;
	margin:auto;
	margin-top:40px;
}
#quandi_news_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	line-height:40px;
}
#quandi_news_title{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	font-size:25px;
	vertical-align:middle;
}
#quandi_news_miaoshu{
	display:inline-block;
	width:auto;
	height:auto;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	line-height:40px;
	padding-left:40px;
}
#quandi_news_tfoot{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:absolute;
	top:0px;
	right:0px;
}
a#quandi_news_link{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	line-height:40px;
}
#quandi_news_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
}
#news_left{
	display:block;
	overflow:hidden;
	margin:auto;
	width:500px;
	height:360px;
	float:left;
}
#news_right{
	display:block;
	overflow:hidden;
	margin:auto;
	width:650px;
	height:360px;
	float:right;
}
.news_item{
	width:auto;
	height:110px;
	overflow:hidden;
	margin:auto;
	display:block;
	border-bottom:1px dotted #ccc;
	margin-top:20px;
	margin-bottom:20px;
}
.news_item:first-child{
	margin-top:0px;
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}
.news_tb_left{
	width:80px;
	height:80px;
	overflow:hidden;
	margin:auto;
	display:block;
	background-color:#4b5154;
	text-align:center;
	vertical-align:middle;
	float:left;
}
.news_tb_right{
	width:530px;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:left;
	vertical-align:middle;
	float:right;
}
.news_pic{
	width:500px;
	height:360px;
}
a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-weight:bold;
	line-height:16px;
	font-size:14px;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	color:#999;
	font-size:12px;
	padding-top:10px;
}
.news_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	font-size:30px;
	line-height:40px;
	padding-top:10px;
}
.news_year{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:20px;
}

/*泛光灯*/
#quandi_case{
	width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:60px;
	margin-bottom:60px;
}
#quandi_case_thead,#quandi_case_tfoot{
	display:none;
}
#quandi_case_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
}

.case_item{
	width:16.6%;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:inline-block;
	margin:auto;
	vertical-align:top;
}
.case_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.case_pic{
	width:80px;
	height:80px;
	overflow:hidden;
	margin:auto;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	transition:all 0.4s;
}
a.case_pic:hover{
	background-size:100% 0;
	transition:all 0.4s;
}
a.case_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
	position:relative;
	line-height:40px;
}
.case_miaoshu{
	font-size:12px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#999999;
	padding-top:10px;
}
@keyframes case_pic{
	from{
		animation:none;
		background-size:100% 0;
		transition:all 0.4s;
	}
	to{
		animation:none;
		background-size:100% 100%;
		transition:all 0.4s;
	}
}

#quandi_link{
	display:block;
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_link_thead,#quandi_link_tfoot{display:none;}
#quandi_link_tbody{
	display:block;
	width:auto;
	height:65px;
	overflow:hidden;
	margin:auto;
	position:relative;
	
}
#quandi_link{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
	white-space:nowrap;
	max-width:1200px;
}
.link_tb{
	display:inline-block;
	width:130px;
	height:65px;
	overflow:hidden;
	margin:auto;
	margin-right:10px;
}
.link_pic{
	width:130px;
	height:65px;
	overflow:hidden;
	margin:auto;
	display:block;
}

#quandi_wenhua{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-color:#0c2882;
	color:#fff;
	background-image:url(images/back.jpg);
	background-size:100% auto;
	background-attachment:fixed;
}
#quandi_wenhua_thead,#quandi_wenhua_tfoot{display:none;}
#quandi_wenhua_tbody{
	width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
.wenhua_item{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}
.wenhua_tb_left{
	width:100px;
	height:100px;
	overflow:hidden;
	display:block;
	margin:auto;
	float:left;
	background-image:url(images/back.png);
	background-size:100% 100%;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.wenhua_tb_right{
	width:1080px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	float:right;
	padding-top:20px;
}
.wenhua_pic{
	width:40px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}
a.wenhua_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
}
.wenhua_miaoshu{
	color: rgb(204, 204, 204);
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:12px;
	
}