/*首页公共样式*/
.more{
	display: block;
	font-size: 16px;
	color: #777;
	width: 116px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #b4b4b4;
	margin: auto;
	margin-bottom: 78px;
	transition: all 0.35s;
}
.more:hover{
	color: #fff;
	font-size: 18px;
	background: #ca0101;
}
.title{
	margin-top: 55px;
}
.title h1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #464646;
	font-weight: normal;
} 
.title span{
	display: block;
	width: 100%;
	color: #a1a1a1;
	font-size: 14px;
	margin-bottom: 80px;
	text-align: center;
}
/*轮播图*/
#banner .bx-wrapper{
	width: 100% !important;
}
#banner .bx-pager.bx-default-pager{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99999
}
#banner .bx-pager.bx-default-pager .bx-pager-item{
	display: inline-block;
	margin: 5px;
}
#banner .bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}
#banner .bx-pager.bx-default-pager .bx-pager-item a{ 
	background: #afb4ba;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	outline: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#banner .bx-pager.bx-default-pager .bx-pager-item a.active{
	background: #fff;
}
#banner .bx-prev{
	position: absolute;
	left: 30px;
	top: 50%;
	width: 59px;
	outline: 0;
	z-index: 99;
	height: 93px;
	background: url(../images/banner_bx-prev.png) no-repeat center;
	z-index: 99999;
}
#banner .bx-next{
	position: absolute;
	right: 30px;
	top: 50%;
	width: 59px;
	z-index: 99;
	height: 93px;
	background: url(../images/banner_bx-next.png) no-repeat center;
}

/*关于鑫龙*/
.about_box{
	width: 100%;
	background: url(../images/about_bj.jpg) no-repeat center;
}
.about{
	width: 1100px;
	margin:auto;
}
.about p{
	text-indent: 2em;
	font-size: 14px;
	color: #585858;
	line-height: 30px;
	margin-bottom: 70px;
}
.about .more{
	margin-bottom: 54px;
}

/*鑫龙产品*/
.food .qh .list li img{
	transition: all 0.35s;
}
.food_box>img{
	transition: all 1.35s;
}
.food_box{
	width: 100%;
	height: 884px;
	position: relative;
	background: #000;
	overflow: hidden;
}
.food_box>img {
	transform: translate(0px,0);
	width: 100%;
	opacity: 0.8;
}
.food_box:hover .bj {
	transform: translate(0px,-30px);
	opacity: 0.5;
}

.food{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/food_bj.png) no-repeat center;
}
.food .more{
	margin-top: 30px;
	margin-bottom: 0;
}
.food .title{
	margin-top: 140px;
	margin-bottom: 130px;
}
.food .title H1{
	color: #FFF;
}
.food .title span{
	color: #fff;
	opacity: 0.5;
}
.food .bx-wrapper{
	width: 1200px;
}
.food .qh{
	width: 1200px;
	height: 242px;
	margin:170px auto 0px auto;
	position: relative;
	padding-top: 103px;
}
.food .qh .list li{
	float: left;
	width: 230px;
	height: 360px;
	margin: 0 30px;
}

.food .qh .list li div{
	width: 230px;
	height: 250px;
	overflow: hidden;
}

.food .qh .list li:hover img{
	cursor: pointer;
	transform: scale(1.2,1.2);
}

.food .qh .list li span{
	width: 100%;
	display: block;
	text-align: center;
	color: #858585;
	font-size: 20px;
	margin-top: 35px;
}
.food .bx-pager.bx-default-pager{
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	text-align: center;
}
.food .bx-pager.bx-default-pager .bx-pager-item{
	display: inline-block;
	margin: 5px;
}
.food .bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #efbd68;
}
.food .bx-pager.bx-default-pager .bx-pager-item a{ 
	background: #b2b2b2;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	outline: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.food .bx-pager.bx-default-pager .bx-pager-item a.active{
	background: #efbd68;
} 
.food .bx-prev{
	position: absolute;
	left: 0px;
	top: 49%;
	width: 59px;
	outline: 0;
	height: 93px;
	background: url(../images/bx-prev.png) no-repeat center;
	z-index: 99999;
}
.food .bx-next{
	position: absolute;
	right: 0;
	top: 49%;
	width: 59px;
	height: 93px;
	background: url(../images/bx-next.png) no-repeat center;
}
/*新闻中心*/
.news_box{
	width: 100%;
	overflow: hidden;
	background: url(../images/news_bj.jpg) no-repeat center;
}
.news_box .title{
	margin-top: 109px;
}
.news_box .news{
	width: 1164px;
	overflow: hidden;
	margin:auto;
	margin-bottom: 140px;
}
.news_box .news .img_box{
	float: left;
	width: 547px;
	height: 408px;
	overflow: hidden;
	position: relative;
} 
.news_box .news .img_box img{
	width: 100%;
}
.news_box .news .img_box p{
	width: 497px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 46px;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	padding:25px;
	background: rgba(0,0,0,0.5);
}
.news_box .news .list_box{
	float: right;
	width: 596px;
}
.news_box .news .list_box div{
	width: 556px;
	height: 145px;
	/*overflow: hidden;*/
	padding:30px 25px;
}
.news_box .news .list_box div:hover{
	cursor:pointer;
	background: #f8f8f8;
}
.news_box .news .list_box div h2{
	font-size: 24px;
	color: #000;
	font-weight: 300;
	margin-bottom: 30px;
}
.news_box .news .list_box div p{
	color: #868686;
	font-size: 14px;
	line-height: 28px;
}

/*宣传视频*/
.video_box{
	width: 100%;
	overflow: hidden;
	position:relative;

}
.video_box>img{
	min-width:1990px;
	width:100%;
}
.video_box>div{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.video_box .title{
	margin-top: 108px;

}
.video_box .video{
	width: 894px;
	height: 466px;
	margin:auto;
	margin-bottom: 155px;
}












