.section { 
	text-align: center;
	 color: #fff;
	 overflow: hidden;
	 }
li{
	list-style: none;
}
a{
	text-decoration: none;
	font-family:"microsoft yahei"
}
body{
	font-family:"microsoft yahei"
}
*{
	margin:0;
	padding:0
}
.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}
.text-center{
	text-align: center;
}
.pull-right{
	float:right
}
.pull-left{
	float:left
}
.container{
		width:88%;
		margin:0 auto
	}
.banner1{
	background:#000;
}
.banner2{
	background:#dad4c3 url("about-bgg.jpg") center
}
.banner3{
	background:url("pro-bgg.jpg") center
}
.banner4{
	background:#dad4c3 url("news-bgg.jpg") center
}
.banner5{
	background:#dad4c3 url("xuanze-bgg.jpg") center
}

.min-container{
	width:1200px;
	margin:0 auto
}
.top-bottom{
	width:60px;
	height:60px;
	background:url("top.png") no-repeat center;
	position:fixed;
	right:45px;
	bottom:60px;
	z-index:99
}
.top-bottom:hover{
	background:url("top2.png") no-repeat center;
}
/*响应式布局*/
/*@media screen and (max-width:1299px){
	.container{
		width:100%;
		margin:0 auto
	}
}
@media screen and (min-width:1300px){
	.container{
		width:88%;
		margin:0 auto
	}
}*/
/*.site-down{
	position:fixed;
	bottom:50px;
	left:50%;
	margin-left:-10px;
	z-index:9999;
animation: site-down 1s infinite;
-webkit-animation: site-down 1s infinite;
}
@-moz-keyframes site-down{
	from{bottom:58px}
	to{bottom:50px;}
}
@-webkit-keyframes site-down{
	from{bottom:58px}
	to{bottom:50px;}
}
@keyframes site-down{
	from{bottom:58px}
	to{bottom:50px;}
}*/
/*固定边框*/
.border-left,.border-right{
		position:fixed;
		width:40px;
		height:100%;
		background-image:url("bg.png"/*tpa=http://www.lulutongyinpian.com/Application/Home/Public/images/bg.png*/);
		background-repeat: repeat;
		background-color:rgb(213, 142, 40);
		top:0;
		z-index:999
	}
	.border-top,.border-bottom{
		position:fixed;
		left:0;
		width:100%;
		height:40px;
		background-image:url("bg.png"/*tpa=http://www.lulutongyinpian.com/Application/Home/Public/images/bg.png*/);
		background-repeat: repeat;
		background-color:#f00;
		z-index:999
	}
	.border-top{
		top:0
	}
	.border-bottom{
		bottom:0
	}
	.border-left{
		left:0
	}
	.border-right{
		right:0
	}
/*site-banner*/
.site-banner{
	position:relative
}
.big-text{
	position:absolute;
	z-index:1;
	top:44%;
	left:20%
}
.width {
	animation: width ease-in-out 3s both 1;
	-webkit-animation: width ease-in-out 3s both 1;
	overflow: hidden;
}
@-moz-keyframes width{
	from{
		width:0px
	}
	to{
		width:734px
	}
}
@-webkit-keyframes width{
	from{
		width:0px
	}
	to{
		width:734px
	}
}
@keyframes width{
	from{
		width:0px
	}
	to{
		width:1099px
	}
}
.site-nav{
	position:absolute;
	left:50%;
	margin-left: -45%;
	background-color: #000;
	top:40px;
}
.site-nav .logo{
	width:15%;
	float:left;
	/*border-right:1px solid #e5e5e5*/
}
.site-nav .nav-bar{
	width:61%;
	float:left;
	background: #000;
	margin-left: 8%;
}
.site-nav .last{/* border-right:1px solid #e5e5e5; */}
.site-nav .dianpu{
	
	float:left;
	height:100px;
	line-height:100px;
}
.site-nav .nav-bar>li{
	float:left;
	width: 17%;
	height:100px;
	line-height:100px;
	text-align: center;
	background-color: #000;
	position:relative;
	display:block;
}
.site-nav .nav-bar>li a{
	color: #fff;
	font-family:"microsoft yahei";
	display:block;
	height:100px;
}
.site-nav .nav-bar>li a:hover{
	color: #333;
	font-family:"microsoft yahei";
	display:block;
	height:100px;
}
.site-nav .nav-bar>li .sub-nav{
	position:absolute;
	z-index:5;
	left:0;
	bottom:100%;
	width:100%;
	
}
.site-nav .nav-bar>li .sub-nav{
	background-color:#f3f8f6;
	transform: scaleY(0);
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
}
.site-nav .nav-bar>li .sub-nav li{
	height:70px;
	line-height:70px;
	border-top:1px solid #E5E5E5;
	display:block;
}
.site-nav .nav-bar li:hover{
	background-color:#f3f8f6;
	color:#333;
	display:block;
	height:100px;
}
.site-nav .logo{
	height:100px;
	line-height:100px;
	vertical-align: middle;
	/*background:url("logo.gif"; padding-left:20px;*/
	width: 275px;
	padding-right:73px;
	background: #000;
}
.site-nav .logo h1{
	text-indent:-99em;
	height:100px;
	width:176px;
}
.site-nav .logo h2{
	text-indent:-99em;
	height:100px;
	width:176px;
}
.site-nav  img{
	vertical-align: middle;
}
.site-nav .nav-bar>li:hover .sub-nav{
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
}
.site-nav .dianpu a{
	margin-right:15px
}
.site-nav .dianpu img{
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}
/*公司简介轮播*/
 .ck-slide {
            width:600px;
            height:438px;
        }
        .ck-slide ul.ck-slide-wrapper {
            height:435px;
        }
         .section-public .title{
         	margin-bottom:10px;
         	margin-top:100px;
         	font-size:32px;
         }
         .section-public .line{
         	width:100%;
         	width:70px;
         	height:2px;
         	background-color:#666;
         	margin:0 auto;
         	margin-bottom:50px
         }
         .section-public .mini-introduce{
         	margin-bottom:20px;
         	color:#999
         }
        .section-public .title a{
        	color:#d0a458
        }
.site-about .about-txt{
	float:left;
	width:600px;
	height:438px;
	/*background-color:#d0a458;*/
	background:url("lunbo-bg.jpg"/*tpa=http://www.lulutongyinpian.com/Application/Home/Public/images/lunbo-bg.jpg*/) no-repeat center top;
	box-sizing:border-box;
	padding:45px 32px 60px 32px;
}
.site-about .about-txt h3{
	text-align: left;
	font-size:24px;
	font-weight:400;
	margin-bottom:24px;	
}
.site-about .about-txt h3 a{
	color:#fff
}
.site-about .about-txt p{
	line-height:26px;
	font-size:14px;
	text-align:left;
}
.site-about .about-txt .more{
	background:url("jiantou.png"/*tpa=http://www.lulutongyinpian.com/Application/Home/Public/images/jiantou.png*/) no-repeat 10px center;
	text-indent:2em;
	display:inline-block;
	padding:6px 18px;
	border:1px solid #fff;
	font-size:13px;
	display:inline-block;
	color:#fff;
	transition:all ease-in-out .4s;
	-webkit-transition:all ease-in-out .4s;
	-moz-transition:all ease-in-out .4s;
	margin-top:35px;
}
.site-about .about-txt .more:hover{
	background:url("jiantou.png"/*tpa=http://www.lulutongyinpian.com/Application/Home/Public/images/jiantou.png*/) no-repeat 4px center;
}
/*首页新闻*/
.site-news ul{
	margin-left:-24px
}
.site-news li{
	width:282px;
	height:404px;
	background-color:#fff;
	float:left;
	margin-left:24px;
	position:relative
}
.site-news li .sanjiao{
	width:70px;
	height:70px;
	background:url("../images/sanjiaoxing.png") no-repeat right bottom;
	position:absolute;
	right:0px;
	bottom:0px
}
.site-news li:hover .text h5 a,.site-news li:hover .text p,.site-news li:hover .text span{
	color:#fff
}
.site-news li:hover{
	background-color:#c29c5a;
	
}
.site-news li .text{
	margin-top:25px;
	padding:0 20px;
	box-sizing:border-box
}
.site-news li .text h5{
	font-size:20px;	
	margin-bottom:20px;
	text-align:left
}
.site-news li .text h5 a{
	color:#666;
	font-weight:400
}
.site-news li .text p{
	color:#666;
	font-size:14px;
	line-height:26px;
	margin-bottom:30px
}
.site-news li .text span{
	color:#999;
	font-size:13px;
	display:inline-block;
	text-align: left;
	width:100%;
}
.site-news li .text span img{
	vertical-align:-3px
}
/*首页产品*/
.site-pro li{
	float:left
}
.site-pro li img{
	width:350px
}
.site-bottom{
	height:auto !important;
}
/*尾部*/

.footer {
	padding-bottom: 50px;
}

.footer dl {
	float: left;
	margin-right: 30px;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
}

.footer dl dt {
	font-size: 16px;
	color: #c3c3c3
}
.footer a{
	color:#666
}
.footer{
	color:#c3c3c3
}
.footer-top {
	padding:30px 20px 0px 30px;
	border-bottom: 1px solid #C6CDD4;
}

.footer .links {
	padding: 10px 0px 60px 10px;
	font-size: 15px
}

.footer .links a {
	display: inline-block;
	padding: 10px 5px;
	color:#666;
}

.footer .rights p {
	width: 100%;
	float: left;
	font-size: 15px
}

.footer .rights a {
	color:#999;
}
/*产品列表页*/
.mini-body{
	border:40px solid rgb(213, 142, 40)
}
.mini-body .navBar{
	position:relative;
	height:670px;
	background:url("mini-body-bg.jpg"/*tpa=http://www.lulutongyinpian.com/Application/Home/Public/images/mini-body-bg.jpg*/) no-repeat center;
}
.mini-body .navBar .site-nav{
	bottom:0px;
	border:1px solid #e5e5e5
}
.industry .title .tit{
	font-size: 32px;
    line-height: 80px;
    color: #333;
}
.industry{
	padding:50px 0px 50px 0px;
	border-bottom:1px solid #e5e5e5
}
.industry .title{
	line-height:0px;
	font-size:0px;
}
.industry .line{
	display:inline-block;
	width:55px;
	height:2px;
	background-color:#c2c2c2
}
.industry .describe{
	line-height:70px;
	color:#666;
	font-size:13px
}
.industry .edit{
	padding:0 50px
}
.industry .edit .ziji{
	padding:20px 0px
}
.industry .edit .pic{
	margin-bottom:30px;
}
.industry .edit .pic p{
	font-size:0px;
	line-height:0px
}
.industry .edit .txt p{
	color:#666;
	font-size:14px;
	line-height:23px;
	margin-bottom:15px;
}
.industry-footer{
	padding-top:30px;
	padding-bottom:60px
}
.industry-footer a{
	color:#666
}
.industry-footer .erweima{
	float:right;
	width:320px
}
.industry-footer .erweima p{
	width:130px;
	float:right;
	margin-right:20px
}
.industry-footer .tel h2{
	font-weight:400;
	color:#666;
	line-height:60px
}
.industry-footer .tel p{
	color:#666;
	font-size:13px;
	line-height:23px;
}
/*产品列表页*/
.productlist .item .pic{
	text-align:center;
	width:600px;
	background:url("yaopic.jpg"/*tpa=http://www.lulutongyinpian.com/Application/Home/Public/images/yaopic.jpg*/) no-repeat center
}
.productlist .item .txt{
	width:600px;
	padding:30px 30px;
	box-sizing:border-box
}
.productlist .item .txt h1{ font-size:1.5em;}
.productlist .item .txt a{ color:#151515;}
.productlist .item{
	background-color:#fbfbfb
}
.productlist .item img{
	vertical-align:top;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
.productlist .item .txt h2{
	font-weight:400;
	margin-bottom:20px;
}
.productlist .item .txt p{
	color:#666;
	line-height:22px;
	font-size:13px
}
/*新闻列表页*/
.industry .site-news li{
	background-color:#eaeaea;
	margin-bottom:20px;
}
.industry .site-news li:hover{
	background-color:#c29c5a;
}
.pagination {
	text-align: center;
	margin-bottom: 40px;
	margin-top:20px
}

.pagination a {
	display: inline-block;
	padding: 8px 15px;
	background-color: #f7f7f7;
	margin-right: 5px;
	color: #666;
	line-height:1;
	font-size:14px
}

.pagination a:hover {
	background-color: #be9448;
	color: #FFF
}

.pagination .active {
	background-color: #be9448;
	color: #fff
}
/*新闻内容页*/
.news .con{
	margin-top:40px
}
.news .only-title {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 35px;
	padding-bottom: 10px
}

.news .edit-box p {
	margin-bottom: 20px
}

.news .only-title h3 {
	font-weight: 400;
	margin-bottom: 20px
}

.news .only-title .time {
	background: url("time.png"/*tpa=http://www.lulutongyinpian.com/Application/Home/Public/images/time.png*/) no-repeat left center;
	text-indent: 30px;
	display: inline-block
}
.pages {
	margin-top:30px;
	width: 100%;
	height: 100px;
	border: 1px solid #eaeaea;
	padding-top: 22px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size:13px;
	line-height:1
}

.pages div {
	margin-bottom: 10px;
	color: #000;
	text-align: left;
}

.pages div span {
	margin-right: 10px
}

.pages div a {
	color: #666666
}

.pages div a:hover {
	text-decoration: underline;
}
.bread{
	font-size:13px;
	line-height:1;
	text-align:left;
	margin-bottom:30px
}
.bread a{
	color:#333
}
.industry .con{
	line-height:2;
	font-size:13px;
	color:#666;
	text-align: justify;
}
/*gbook*/
.right_con p{text-align:left;text-indent:2em;}
.right_con{float:right;padding:10px 0;height:auto !important;min-height:550px;
margin:0 auto;}
	
.faqline{ line-height:2em; height:35px; text-align:left;margin-top:27px;}
.faqline .faqtit1{  width:71px; display:block; float:left; clear:both;font-size:14px;font:"宋体";color:#4e4c4c; }
.Content{ line-height:2em; height:102px; text-align:left;margin-top:10px;}
.Content  .faqtit{ width:70px; display:block; float:left; clear:both; text-align:right;font-size:12px;}
.Content textarea {height:100px;}

/*精品展示分类显示框样式开始*/
.navigation-down{
		display: none;
		clear: both;
		width: 100%;
		background-color: #fff;
	}
	.navigation-down-inner{
		width: 70%;
		text-align: center;
		margin-left: 22%;
		background-color: #fff;
	}
	.navigation-down-inner a{
		display:inline-block;
		width: 20%;
		margin:20px;
		color: #000;
	}
.navigation-down-inner p:hover{ font-weight:bold;}


/*精品展示分类显示框样式结束*/