*{
	margin:0;
	padding:0;
}
body{
	font-family: "微软雅黑";
	font-size: 16px;
	overflow-x: hidden;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333333;
}
i{
	font-style: normal;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}
.clearfix {
  zoom: 1;
}
.inner{
	width:1200px;
	margin:0 auto;
}
/*顶部*/
.top{
	background-color: #efefef;
	height: 40px;
}
.top p{
	line-height: 40px;
	font-size: 16px;
	color: #3d3d3d;
	margin-left: 39px;
}
/*头部*/
header{
	height: 145px;
}
.header-left{
	width: 737px;
}
.header-left img{
	width: 140px;
	margin-left: 29px;
}
.header-left h1{
	font-size: 30px;
	color: #343434;
	font-weight: normal;
	margin-left: 221px;
	margin-top: 34px;
}
.header-left p{
	font-size: 18px;
	color: #343434;	
	margin-left: 221px;
	line-height: 70px;
}
.header-right img{
	height: 36px;
	margin-top: 72px;
	margin-right: 13px;
}
.header-right p{
	font-size: 18px;
	color: #27252d;
	margin-top: 75px;
}
.header-right p span{
	font-size: 24px;
	color: #27252d;
	margin-right: 33px;
}
/*导航*/
nav{
	height: 60px;
	background-color: #cf0000;
}
nav ul li{
	float: left;
	width: 135px;
	line-height: 59px;
	text-align: center;
	margin-right: 25px;
}
nav ul li:first-child{
	margin-left: 25px;
}
nav ul li a{
	color: #fff;
	font-size: 18px;
}
nav ul li:hover{
	background-color: #a60000;
}
/*轮播图*/
.wrap{	
	height:auto;
	margin:0 auto;
	position: relative;
}
.banner .has-dots{
	overflow: hidden;	
}
#b04 {
	width: 100%;
	position: relative;
}
#b04 ul li{
	width: 100%;
	float: left;
}
#b04 ul li img{
	width: 100%;
	text-align: center;
}
#b04 .dots {
    float:left;
	position:relative;
	left:50%;
	top:-40px;
}
#b04 .dots li {
	display: inline-block;
	width: 40px;
	height: 20px;
	margin: 0 4px;
	text-indent: -999em;
	border-radius: 25px; 
	background: #a60000;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
	float:left;
 	position:relative;
 	right:50%;
}
#b04 .dots li.active{
	background: #a60000;
	opacity: 1;
}
#b04 .arrow {
	position: absolute;
	top: 200px;
}
#b04 #al {
	left: 15px;
}
#b04 #ar {
	right: 15px;
}
/*热门搜索*/
.hotsearch{
	height: 46px;
	background-color: #f6f6f6;
}
.hs-word{
	margin-left: 77px;
}
.hs-word a{
	font-size: 18px;
	color: #757575;
	line-height: 46px;
	margin-right: 21px;
}
.hs-right input.text{
	margin-top: 8px;
	border: none;
	height: 34px;
	width: 244px;
	font-size: 14px;
	text-indent: 15px;
}
.hs-right input.button{
	width: 45px;
	height: 34px;
	border: none;
	background-color: #a60000;
	color: #fff;
}
/*热门推荐*/
.recommend{
	height: 382px;
	background-color: #a60000;
}
.brand{
	height: 102px;
}
.brand ul li{
	float: left;
	width: 33.33%;
}
.brand h1{
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
}
.brand-lines1{
	float: right;
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	margin-top: 50px;
}
.brand-lines2{
	float: left;
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	margin-top: 50px;
}
.bx_wrap{
	position: relative;
	margin-left: 70px;
}
#demo li{
	width: 300px;
	height: 213px;
	background-color: #fff;
}
#demo li img{
	max-width: 158px;
	max-height: 158px;
	margin-left: 28px;
	margin-top: 28px;
	text-align: center;
}
.demo-right{	
	margin-top: 13px;
}
.demo-right1 p{
	font-size: 14px;
	color: #7e7e7e;
	writing-mode: lr-tb;
    margin-top: 18px;
	width: 25px;
	height: 138px;
	line-height: 16px;
	text-align: center;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #ebebeb;
}
.demo-right2 p{
	font-size: 16px;
	color: #3b3b3b;
	writing-mode: lr-tb;
	margin-top: 18px;
	width: 25px;
	height: 138px;
	line-height: 18px;
	text-align: center;
	border-left: 1px solid #d6d6d6;
	margin-right: 50px;
}
.demo-bottom{
	width: 69px;
	margin-top: 140px;
}
.demo-bottom p{
	font-size: 13.5px;
	color: #cc1217;
}
.demo-bottom p span{
	font-size: 20px;
}
.demo-bottom button{
	width: 69px;
	height: 17px;
	border: none;
	background-color: #cc1217;
	font-size: 11px;
	color: #ffffff;
}
.triangle{
	width:0; height:0;
    line-height:0;
    border:5px solid transparent; 
    border-left-color: #fff;
    border-right:0;
    margin-top: 3px;
    margin-right: 5px;
}
.prev{
	width: 24px;
    height: 34px;
    margin-left: -42px;
    margin-top: 82px;
    outline-style: none;
    outline-width: 0;
    position: absolute;
    left: 0px;
    text-indent: -999em;
    background: url(../images/prev.png) no-repeat;
}
.next{
	width: 49px;
    height: 80px;
    outline-style: none;
    outline-width: 0;
    position: absolute;
    left: 942px;
    margin-top: 82px;
    text-indent: -999em;
    background: url(../images/next.png) no-repeat;
}
/*七大优势*/
.advantage-bg{
	height: 1238px;
}
.advantage7-title{
	height: 77px;
	margin-top: 76px;
}
.advantage7-title-left-p p{
	font-size: 48px;
	color: #3b3b3b;
	margin-left: 260px;
	letter-spacing: 12px;
	margin-top: -9px;
}
.advantage7-title-left ul li{
	float: left;
	width: 53px;
	height: 53px;	
	border: 1px solid #761616;
	border-radius: 25px;
	text-align: center;
}
.advantage7-title-left ul li p{
	font-size: 48px;
	color: #3b3b3b;
	margin-top: -9px;
}
.advantage7-title-center{
	width: 1px;
	height: 77px;
	background-color: #a60000;
	margin-top: -9px;
	margin-left: 14px;
	margin-right: 14px;
}
.advantage7-title-right p{
	font-size: 18px;
	color: #3b3b3b;
	font-weight: bold;
	line-height: 27px;
	letter-spacing: 4px;
}
.advantage7{
	height: 991px;
	margin-top: 34px;
	background: url(../images/advantage7.JPG) ;
	background-size: cover;
}
.advantage7 img{
	width: 48px;
}
.advantage7 p{
	font-size: 30px;
	color: #3b3b3b;
	line-height: 60px;
	margin-left: 70px;
}
.advantage7-1{
	margin-left: 665px;
	padding-top: 30px;
	height: 88px;
}
.advantage7-2{
	margin-left: 808px;
	padding-top: 30px;
	height: 88px;
}
.advantage7-3{
	margin-left: 665px;
	padding-top: 46px;
	height: 88px;
}
.advantage7-4{
	margin-left: 493px;
	padding-top: 62px;
	height: 88px;
}
.advantage7-5{
	margin-left: 255px;
	padding-top: 42px;
	height: 88px;
}
.advantage7-6{
	margin-left: 147px;
	padding-top: 66px;
	height: 88px;
}
.advantage7-7{
	margin-left: 255px;
	padding-top: 58px;
	height: 88px;
}
/*产品中心*/
.procenter-index{
	height:auto;
	margin-top: 87px;
}
.procenter-tabList{
	width: 290px;
	height:auto;
	padding-bottom: 50px;
}
.procenter-title h1{
	font-size: 24px;
	color: #010101;
	font-weight: normal;
	margin-left: 8px;
}
.procenter-title img{
	width: 21px;
	margin-left: 72px;
	margin-top: 6px;
}
.procenter-tabList ul{
	margin-left: 26px;
	margin-top: 23px;
	margin-left: 80px;
}
.procenter-tabList ul li{
	border-left: 1px dashed #606060;
	height: 51px;
	margin-left:30px;
}
.procenter-tabList ul li img{
	margin-left: -6px;
	width: 12px;
}
.procenter-tabList ul li p{
	padding-left: 15px;
}
.procenter-tel{
	margin-left: 65px;
}
.procenter-tel img{
	width: 32px;
}
.procenter-tel p{
	font-size: 18px;
	color: #606060;
	margin-left: 40px;
	line-height: 32px;
}

.procenter-tabContent{
	width:900px;
}
.procenter-tabItem
{
	width:900px;
}

.procenter-list li{
	width: 256px;
	height: 296px;
	float: left;
	margin-right: 12px;
	margin-left:25px;
	margin-bottom: 34px;
}
.procenter-pros{
	width: 254px;
	height: 254px;
	border: 1px solid #bfbfbf;
}
.procenter-pros img{
	max-width: 252px;
	max-height:252px;

}
.procenter-list li p{
	font-size: 16px;
	color: #ffffff;
	width: 100%;
	height: 37px;
	line-height: 37px;
	background-color: #a60000;
	text-align: center;
}
/*中间banner*/
.center-banner{
	height: 160px;
	background: url(../images/center-banner.jpg) no-repeat center;
}
.center-banner-p{
	padding-top: 40px;
	margin-left: 77px;
}
.center-banner-p p{
	font-size: 28px;
	color: #ffffff;
	line-height: 48px;
}
.center-banner-p a{
	font-size: 24px;
	color: #ffffff;
	margin-right: 95px;
}
.center-banner-p a span{
	font-size: 28px;
	color: #ffffff;
}
/*东莞千厨食品有限公司*/
.company-index{
	height: 456px;
}
.company-index-title{
	padding-top: 63px;
	margin-left: 80px;
	height: 64px;
}
.company-index-title p{
	font-size: 32px;
	color: #000000;
	width: 402px;
	text-align: center;
}
.company-index-title-lines{
	width: 320px;
	height: 2px;
	background-color: #e7e7e7;
	margin-top: 20px;
}
.company-index-txt-left p{
	font-size: 12px;
	color: #000000;
	line-height: 25px;
	width: 440px;
	text-indent: 23px;
	margin-left: 80px;
}
.company-index-txt-left a{
	font-size: 12px;
	color: #a60000;
	float: right;
}
.company-index-txt-right-img ul{
	width: 472px;
}
.company-index-txt-right-img ul li{
	float: left;
	width: 226px;
	height: 153px;
}
.company-index-txt-right-img img{
	width: 222px;
}
.company-index-txt-center{
	width: 38px;
	height: 200px;
	background-color: #a60000;
	margin-left: 120px;
}
.company-index-txt-center p{
	font-size: 16px;
	width: 16px;
	color: #fefefe;
	writing-mode: lr-tb;
	margin-left: 12px;
	margin-top: 2px;
}
/*企业文化*/
.company-index-bg{
	height: 186px;
}
.company-index-bg img{
	width: 1056px;
	margin-left: 70px;
	margin-top: 19px;
}
.company-culture{
	height: 302px;
}
.company-culture-left img{
	width: 180px;
	margin-left: 71px;
}
.company-culture-right{
	width: 830px;
}
.company-culture-right ul li{
	float: left;
	width: 371px;
	height: 86px;
}
.company-culture-right ul li:last-child{
	width: 648px;
}
.company-culture-right ul li h1{
	font-weight: normal;
	font-size: 18px;
	color: #bb0000;
}
.company-culture-right ul li p{
	font-size: 18px;
	color: #231915;
	line-height: 44px;
}
/*客户感言*/
.testimonial{
	height: 463px;
}
.testimonial-title{
	margin-left: 71px;
	height: 67px;
}
.testimonial-title-lines1{
	width: 320px;
	height: 2px;
	background-color: #e7e7e7;
	margin-top: 26px;
}
.testimonial-title-lines2{
	width: 61px;
	height: 4px;
	background-color: #a60000;
	margin-top: 24px;
}
.testimonial-title p{
	font-size: 32.4px;
	color: #000000;
	width: 296px;
	text-align: center;
}
.testimonial-txt{
	margin-left: 71px;
}
.testimonial-txt ul li{
	width: 546px;
	height: 183px;
	float: left;
}
.testimonial-txt ul li img{
	max-width: 148px;
	max-height:148px;
	
}
.testimonial-txt ul li h1{
	font-size: 20px;
	color: #a60000;
	line-height: 36px;
}
.testimonial-txt ul li p{
	font-size: 14px;
	line-height: 22px;
	color: #686868;
	width: 342px;
}
.testimonial-txts{
	margin-left: 9px;
}
/*新闻中心*/
.news-index{
	height: 500px;
}
.news-index-left{
	width: 607px;
	margin-left: 71px;
	margin-top: 56px;
}
.news-index-left1{
	height: 156px;
}
.news-index-left1-txts{
	width: 386px;
	margin-left: 10px;
}
.news-index-left1-txts h1{
	font-size: 18px;
	color: #bb0000;
	line-height: 36px;
}
.news-index-left1-txts p{
	font-size: 12px;
	color: #686868;
	line-height: 22px;
}
.news-index-left2 ul li{
	border-bottom: 2px dotted #818182;
}
.news-index-left2 ul li a{
	font-size: 12px;
	color: #686868;
	line-height: 27px;
}
.news-index-left2 ul li span{
	float: right;
}
.news-index-right{
	width: 380px;
	margin-left: 41px;
	margin-top: 56px;
}
.news-index-right ul li img{
	width: 19px;
}
.news-index-right-q{
	height: 31px;
}
.news-index-right-q p{
	font-size: 14px;
	line-height: 19px;
	color: #a60000;
	margin-left: 8px;
	font-weight: bold;
}
.news-index-right-a{
	height: 59px;
}
.news-index-right-a p{
	width: 340px;
	font-size: 12px;
	line-height: 17px;
	color: #686868;
	margin-left: 10px;
}
.links-index{
	height: 43px;
}
.links-index img{
	width: 22px;
	margin-left: 89px;
}
.links-index p{
	font-size: 16px;
	color: #282828;
	margin-left: 17px;
}
.links-index a{
	font-size: 16px;
	color: #282828;
	margin-left: 15px;
}
/*底部导航*/
.button-nav{
	height: 51px;
	background-color: #bb0000;
}
.button-nav ul li{
	float: left;
	margin-left: 129px;
}
.button-nav ul li a{
	font-size: 18px;
	color: #ffffff;
	line-height: 51px;
}
/*底部*/
footer{
	height: 225px;
}
.footer-list1{
	margin-left: 204px;
	margin-top: 48px;
}
.footer-list1 img{
	width: 144px;
}
.footer-list1 p{
	font-size: 14px;
	color: #717171;
}
.footer-list2{
	margin-left: 94px;
	margin-top: 80px;
}
.footer-list2 p{
	font-size: 14px;
	color: #777777;
	line-height: 27px;
}
.footer-list3{
	margin-left: 258px;
	margin-top: 26px;
}
.footer-list3 img{
	width: 145px;
}
.footer-list3 p{
	font-size: 16px;
	color: #b4b4b4;
	line-height: 50px;
}
.footer-lines{
	width: 100%;
	height: 1px;
	background-color: #dadada;
}
.footer{
	height: 84px;
}
.footer p{
	font-size: 14px;
	color: #717171;
	margin-left: 128px;
	margin-top: 20px;
}
                               /*产品中心页面*/
.goods-bg{
	height: 360px;
	background: url(../images/goods-bg.jpg) no-repeat center;
}
.goods{
	
	margin-top: 34px;
}
.goods-page{
	margin-left: 305px;
	width: 790px;
	text-align: center;
}
.goods-page ul{
	margin-left: 294px;
}
.goods-page ul li{
	float: left;
	width: 19px;
	height: 24px;
}
.goods-page-active a{
	color: #fff;
}
.goods-page-active{
	background-color: #bb0000;
}
.goods-page ul li:hover{
	background-color: #bb0000;
}
.goods-page ul li:hover a{
	color: #fff;
}
                               /*关于我们页面*/
.aboutus-bg{
	height: 360px;
	background: url(../images/aboutus-bg.jpg) no-repeat center;
}
.aboutus-com{
	height: 1272px;
}
.aboutus-com h1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #2a2a2a;
	font-weight: normal;
	margin-top: 78px;
	margin-bottom: 48px;
}
.aboutus-com p{
	font-size: 18px;
	color: #2a2a2a;
	text-indent: 37px;
	line-height: 42px;
}
.aboutus-com ul{
	margin-top: 57px;
}
.aboutus-com ul li{
	float: left;
}
.aboutus-com ul li img{
	width: 384px;
	height: 258px;
	margin-right: 16px;
	margin-bottom: 59px;
}
                        /*中华美食源远流长，博大精深页面*/
.news-bg{
	height: 360px;
	background: url(../images/news-bg.jpg) no-repeat center;
}
.news-con{
	
}
.news-con ul li{
	margin-left: 93px;
	margin-top: 49px;
	margin-right: 110px;
	height: 200px;
	border-bottom: 1px solid #dadada;
}

.news-con-left{
	width: 210px;
	height: 178px;
}

.news-con-left img{
	max-width: 210px;
	max-height: 178px;
}
.news-con-right{
	margin-left: 19px;
}
.news-con-right h1{
	font-size: 18px;
	color: #333333;
	line-height: 52px;
}
.news-con-right p{
	font-size: 14px;
	color: #333333;
	width: 762px;
	line-height: 27px;
	margin-bottom: 10px;
}
.news-con-right button{
	width: 159px;
	height: 30px;
	border: none;
	border-radius: 25px;
	background-color: #a60000;
	color: #fff;
	font-size: 16px;
}
                        /*客户感言*/
.customer-bg{
	height: 360px;
	background: url(../images/customer-bg.jpg) no-repeat center;
}
                        /*常见问题*/
.question-bg{
	height: 360px;
	background: url(../images/question-bg.jpg) no-repeat center;
}
.question{
	height: 654px;
}
.question ul li{
	height: 85px;
	margin-left: 95px;
	margin-right: 109px;
	margin-top: 51px;
	border-bottom: 1px solid #dadada;
}
.question ul li:nth-child(2){
	height: 120px;
}
.question ul li:nth-child(4){
	height: 120px;
}
.question ul li img{
	width: 17px;
}
.question-left-q p{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-left: 14px;
}
.question-left-a{
	margin-top: 20px;
	margin-bottom: 14px;
}
.question-left-a p{
	font-size: 14px;
	color: #333333;
	margin-left: 14px;
	width: 610px;
}
                        /*联系我们*/
.contact-bg{
	height: 360px;
	background: url(../images/contact-bg.jpg) no-repeat center;
}
.contactus{
	height: 600px;
}
.contactus-left-top{
	width: 417px;
	height: 98px;
	background: url(../images/contactus-left.JPG) no-repeat right;
	margin-top: 38px;
}
.contactus-left-top p{
	font-size: 36px;
	color: #000000;
	margin-left: 60px;
	margin-top: 40px;
}
.contactus-left-txt{
	
	margin-top: 65px;
}
.contactus-left-txt p{
	font-size: 22px;
	color: #000000;
	line-height: 48px;
	width: 360px;
}
.contactus-left-map{
	margin-top: 66px;
}