﻿@charset "utf-8";
/* CSS Document */
/*重置*/
body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, tr, figure {
    margin: 0;
    padding: 0;
}

body,  dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p,img { padding: 0; margin: 0; }
img { border: none; vertical-align: middle; }
body { font: 12px/1.5 "Microsoft YaHei","微软雅黑","SimSun","宋体"; background: #FFF;color: #333;}
ul, li { list-style: none; list-style-type: none; }
ul li {
    text-align:left;}
h1, h2, h3, h4, h5, h6 { font-size: 12px; font-weight: normal; }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*头图*/
.banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 737px;
    overflow: hidden;
}
.bannerBox{
    width: 1600px;
   height: 737px;
    position: absolute;
    left: 50%;
    top:0px;
    margin-left: -800px;
}
/*公司简介*/
.about{
    width: 100%;
    height: 361px;
    margin: 0 auto;
    background: url(images/about.jpg) no-repeat center;
}
.aboutBox{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 361px;
}
.aboutContent{
    position: absolute;
    right: 110px;
    top: 140px;
    width: 439px;
    font-size: 14px;
    line-height: 180%;
}
.aboutContent p{
    width: 524px;
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;

}
/*文化*/
.culture{
    width: 1200px;
    height: 342px;
    margin: 0 auto;
    position: relative;
    background: url(images/culture.jpg);
}
.cultureBox{
    width: 590px;
    margin: 0 auto;
    position: absolute;
    left: 92px;
    top:90px;
}

.cultureBox p{
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
}
/*产品*/
.product{
    width: 100%;
    height: 443px;
    background: url(images/product.png) no-repeat center;
    padding-top: 92px;
}
.productBox{
    width: 960px;
    height: 420px;
    margin: 0 auto;
}
/*加盟*/
.join{
    width: 1200px;
    height: 907px;
    margin: 0 auto;
    background: url(images/join.jpg) no-repeat center;
    position: relative;
}
.joinBox1{
    width: 500px;
    position: absolute;
    right:120px;
    top:295px;
    font-size: 14px;
    line-height: 30px;
}
.joinBox2{
    width: 586px;
    position: absolute;
    left:314px;
    bottom:40px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 3px;
}
.joinBox2 span{
    font-size: 18px;
    line-height: 30px;
    color: #ff9c00;
}
/*店铺*/
.shop{
    width: 100%;
    height: 262px;
    margin: 0 auto;
    background: url(images/shop.png) no-repeat center;
    padding-top: 93px;
}
.shopBox{
    width: 960px;
    height: 235px;
    margin: 0 auto;
}

/*联系我们 / 新闻*/
.contactNews{
    width: 100%;
    height: 521px;
    margin: 0 auto;
    background: url(images/contact.jpg) no-repeat center;
}
.contactNewsBox{
    width: 1200px;
    height: 521px;
    position: relative;
    margin: 0 auto;
}
.contactBox{
    width: 352px;
    position: absolute;
    left: 123px;
    top:90px;
}
.contactBox h4{
    font-size: 32px;
    color: #ff9501;
    line-height: 42px;
    letter-spacing: 1px;
}
.contactBox p{
    font-size: 14px;
    line-height: 24px;
}
.newsBox{
    width: 928px;
    height: 142px;
    overflow: hidden;
    position: absolute;
    left: 136px;
    bottom: 20px;
    font-size: 14px;
    line-height: 28px;
}

.newsBox li{
    width:50%;
    float: left;
  
}

.newsBox li span{
    padding-right:15px;
    float: right;
}


/*qq*/
.qq{
    width: 172px;
    height: 300px;
    background: url(images/qq.png) no-repeat center;
    position: fixed;
    top:30%;
    right: 0;
}
.qq h4{
    font-size: 14px;
    margin-left: 12px;
    line-height: 24px;
}
.qq h5{
    font-size: 18px;
    margin-left: 12px;
    line-height: 32px;
}
.qq p{
    font-size: 14px;
    margin-left: 12px;
}