*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
.clear{
	clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
	visibility:hidden;
    }
.zhangyijue{
	width: 100%;
    height:650px;
	margin-bottom: 20px;
	background-color: #E9E9E9;
    }
.header{
	width: 100%;
	height: 200px;
	margin: 0 0;
	/*background-color: yellow;*/
}
.header_line{
	width: 100%;
	height: 30px;
    line-height: 30px;
    background: #221714;
    color: #FFF;
    font-size: 16px;
}
.header_line_center{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	/*background-color: orange;*/
}
.header_left{
	width: 40%;
	height: 100%;
	float: left;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
}
.header_right{
	width: 40%;
	height: 100%;
	float: right;
	text-align: right;
	line-height: 30px;
	font-size: 16px;
}
.header_under{
	width: 100%;
	height: 170px;
	margin-top: 0;
	margin-left: 0;
	/*background-color: orange;*/
}
.header_under_center{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	/*background-color: #fff;*/
}
.header_under_left{
	width: 40%;
	height: 100%;
	float: left;
	text-align: left;
}
.header_under_left>img{
	width: 282px;
	height: 150px;
	margin-top: 10px;
	margin-left: 0;
}
.header_under_right{
	width: 40%;
	height: 100%;
	float: right;
	text-align: right;
}
.header_under_right>img{
	width: 282px;
	height: 100px;
	margin-right: 0;
	margin-top: 35px;
}
.banner{
	width: 100%;
	height: 45px;
	margin-top: 0;
	margin-left: 0;
	background-color: #efefef;
}
.banner_center{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	/*background-color: #fff;*/
}
.banner_list{
	width: 100%;
	height: 100%;
}
.banner_list>li{
	width: 10%;
	height: 100%;
	border-right: 1px solid #E1E1E1;
	box-sizing: border-box;
	float: left;
}
.banner_item>a{
	width: 100%;
	height: 100%;
	line-height: 45px;
	text-align: center;
	color: #000;
	font-size: 14px;
	display: block;
}
.banner_item>a:hover{
	background-color: #221714;
	color: #fff;
}
.swiper-container {
    width: 100%;
    height: 400px;
}  
.swiper-slide>img{
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
}
.product{
	width: 100%;
	/*height: 1000px;*/
	margin-top: 0;
	margin-left: 0;
	/*background-color: yellow;*/
}
.product_center{
	width: 85%;
	height: 100%;
	margin:0 auto;
	/*background-color: orange;*/
}
.product_title{
	width: 100%;
	height: 100px;
	margin-left: 0;
	margin-top: 0;
	color: #221714;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 100px;
	/*background-color: pink;*/
}
.product_item{
	width: 100%;
	/*height: 900px;*/
	margin-top: 0;
	margin-left: 0;
	/*background-color: orange;*/
}
.product_list{
	width: 100%;
	height: 100%;
}
.product_li{
	width: 15.5%;
	height: 315px;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
	background-color: #fff;
}
.product_li>a{
	width: 100%;
	height: 100%;
	display: block;
}
.product_li>a>img{
	width: 100%;
	height: 150px;
	margin-top: 0;
	margin-left: 0;
}
.item_title{
	width: 100%;
	height: 25px;
	margin-top: 0;
	margin-left: 0;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
    font-weight: bold;
    color: #000;
    /*background-color: yellow;*/
}
.item_des{
	width: 90%;
	height: 110px;
	margin-left: 5%;
	margin-top:0;
	/*background-color: green;*/
	font-size: 14px;
    color: #000;
    overflow: hidden;
}
.item_more{
	width: 100%;
	height: 30px;
	margin-top: 0;
	margin-left: 0;
	color: #F00;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.company{
	width: 100%;
	height: 500px;
	margin-top: 0;
	margin-left: 0;
	overflow: hidden;
	/*background-color: yellow;*/
}
.company_center{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	/*background-color: orange;*/
}
.company_left{
	width: 48%;
	height: 100%;
	float: left;
	margin-right: 4%;
	overflow: hidden;
	background-color: #fff;
}
.company_right{
	width: 48%;
	height: 100%;
	float: left;
	overflow: hidden;
	background-color: #fff;
}
.company_title{
	width: 100%;
	height: 100px;
	/*background-color: yellow;*/
}
.title_left{
	width: 70%;
	height: 100%;
	line-height: 100px;
	color: #221714;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5px;
    float: left;
}
.title_more{
	width: 10%;
	height: 100%;
	color: #F00;
	font-size: 14px;
	line-height: 100px;
	text-align: right;
	float: right;
}
.title_more>a{
	width: 100%;
	height: 100%;
	display: block;
	color: #F00;
}
.company_content{
	width: 100%;
	height: 400px;
	margin-top: 0;
	margin-left: 0;
	/*background-color: green;*/
}
.new{
	width: 100%;
	/*// height: 440px;*/
	height: 619px;
	overflow: hidden;
	margin-top: 0;
	margin-left: 0;
	/*background-color: pink;*/
}
.new_center{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	/*background-color: orange;*/
}
.new_center_title{
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #221714;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5px;
    /*background-color: #fff;*/
}
.new_list{
	width: 100%;
	// height: 340px;
	margin-top: 0;
	/*background-color: green;*/
}
.new_ul{
	width: 100%;
	height: 100%;
}
.new_li{
	width: 49%;
	height: 167px;
	margin-right: 1%;
	float: left;
	margin-bottom: 6px;
	background-color: #fff;
}
.new_li>a{
	width: 100%;
	height: 100%;
	margin: 0 0;
	display: block;
}
.new_li>a>img{
	width: 45%;
	height: 167px;
	margin-left: 0;
	margin-top: 0;
	display: block;
	float: left;
}
.new_content{
	width: 53%;
	height: 100%;
	float: right;
	/*background-color: yellow;*/
}
.new_list_title{
	width: 100%;
	height:40px;
	margin-right: 0;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	display: block;
	font-size: 18px;
    font-weight: 800;
    color: #F00;
    overflow: hidden;
}
.new_list_des{
	width: 100%;
	height: 127px;
	margin-top: 0;
	font-size: 16px;
	text-indent: 30px;
	line-height: 26px;
	display: block;
	color: #000;
	overflow: hidden;
}
.setmeal{
	width: 100%;
	/*height: 1400px;*/
	margin-top: 0;
	/*background-color: yellow;*/
}
.setmeal_center{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	/*background-color: orange;*/
}
.setmeal_center>a{
	width: 100%;
	height: 100%;
	display: block;
}
.setmeal_title{
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #221714;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5px;

}
.setmeal_pic{
	width: 100%;
	/*height: 1300px;*/
	margin-top: 0;
	/*background-color: #fff;*/
}
.setmeal_pic>img{
	width: 100%;
	height: 100%;
}
#warp{
	width: 100%;
	height: 350px;
	margin-top: 0;
	/*background-color: yellow;*/
}
.warp_center{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	/*background-color: orange;*/
}
.warp_title{
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #221714;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5px;
}
.content{
	width: 100%;
	height: 250px;
	margin-top: 0;
	overflow: hidden;
	/*background-color: pink;*/
}
.content>li{
	width: 300px;
	height: 250px;
	float: left;
	overflow: hidden;
}
.content>li>a{
	width: 100%;
	height: 100%;
	display: block;
}
.content>li>a>img{
	width: 100%;
	height: 100%;
}
.cooperation{
	width: 100%;
	height: 500px;
	margin-top: 0;
	overflow: hidden;
	/*background-color: yellow;*/
}
.cooperation_center{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	/*background-color: orange;*/
}
.cooperation_title{
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #221714;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5px;
}
.cooperation_list{
	width: 100%;
	height: 400px;
	margin-top: 0;
}
.allpic{
	width: 31%;
	height: 100%;
	float: left;
	background-color: pink;
}
.allpic>img{
	width: 100%;
	height: 100%;
	display: block;
}
.customer{
	width: 65%;
	height: 100%;
	float: right;
	/*background: pink;*/
}
.customer_ul{
	width: 100%;
	height: 100%;
	margin: 0 0;
}
.customer_ul>li{
	width: 23%;
	height: 185px;
	margin-right: 2%;
	float: left;
	margin-bottom: 15px;
}
.customer_ul>li>a{
	width: 100%;
	height: 100%;
	display: block;
}
.customer_ul>li>a>img{
	width: 100%;
	height: 135px;
}
.customer_ul>li>a>span{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #000;
	display: block;
	margin-top: 0;
	text-align: center;
	background-color: #fff;
}
.footer{
	width: 100%;
	height: 250px;
	margin-top: 0;
	/*background-color: yellow;*/
}
.footer_center{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	/*background-color: orange;*/
}
.footer_left{
	width: 40%;
	height: 210px;
	margin-top: 0;
	float: left;
	/*background-color: pink;*/
}
.footer_left>span{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	display: block;
}
.footer_right{
	width: 60%;
	height: 210px;
	margin-top: 0;
	float: right;
	/*background-color: pink;*/
}
.footer_right>img{
	/*float: left;*/
	margin-top: 30px;
}
.footer_bottom{
	width: 100%;
	height: 40px;
	padding-top: 210px;
}
.footer_bottom_ul{
	width: 100%;
	height: 100%;
}
.footer_bottom_ul>li{
	float: left;
	font-size: 14px;
	line-height: 40px;
	border-right: 1px solid #d2a0a0;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
	/*margin-right: 20px;*/
	text-align: center;
}
.footer_bottom_ul>li>a{
	color: #000;
	display: block;
}

.qq{width:120px;}.qq_t{width:120px;}.qq_d{width:120px;}.qq_bg{width:130px; background:url(http://www.djjwz.com/images/qq03.png) repeat-y; padding:10px 0px 10px; overflow:hidden;}.qq_bg ul{margin:0px; padding:0px;}.qq_bg li{width:90px; height:26px; float:left; margin-left:20px; text-align:left; line-height:26px; background:url(http://www.djjwz.com/images/qq04.png) no-repeat; display:inline; margin-bottom:5px;}.qq_bg li a{color:#333;font-size:12px;text-decoration: none;}.qq_bg li a:hover{color:#FF0000; text-decoration: underline; font-size:12px;}.qq_bg li img{margin-top:4px; float:left; margin-left:10px; margin-right:5px;}