/* 版心 */
.container {
    width: 962px;
    margin: 0 auto;
}

/* 头部 logo和搜索 */
#head {
    height: 100px;
}

#head img {
    float: left;
    margin-top: 34px;
}

#head form {
    float: right;
    margin-top: 39px;
    position: relative;
}

#head form button {
    border: 0px solid #000;
}

#head form img {
    position: absolute;
    top: -25px;
    right: 7px;
}

#head input {
    width: 225px;
    height: 26px;
    background-color: #f1f1f1;
    border: 1px solid #e5e5e5;

}

/* 导航栏 */
#nav {
    height: 58px;
    background-color: #313131;
}

#nav li {
    padding: 20px 34px;
    list-style: none;
    float: left;
    border-left: 1px solid #484848;
    border-right: 1px solid #484848;
}

#nav .first {
    border-left: 0px solid #484848;
}

#nav .last {
    border-right: 0px solid #484848;
}

#nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

/* 轮播 */
#banner {
    height: 465px;
    min-width: 962px;
}

#banner img {
    width: 100%;
    height: 100%;
}

/* 公司新闻 公司介绍和人才招聘 */
/* 公司新闻 */
#newsIntroduceHiring {
    height: 240px;
}

#newsIntroduceHiring .news {
    width: 480px;
    height: 212px;
    padding-top: 28px;
    float: left;
}

#newsIntroduceHiring h1 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #40444f;
}

#newsIntroduceHiring .news li {
    list-style: inside;
}

#newsIntroduceHiring .news a {
    font-size: 12px;
    text-decoration: none;
    color: #424242;
    line-height: 24px;
}

#newsIntroduceHiring .news a span {
    float: right;
    margin-right: 28px;
}

/* 公司介绍 */
#newsIntroduceHiring .introduce {
    width: 220px;
    height: 212px;
    padding-top: 28px;
    float: left;
    background: #f1f1f1;
    padding-left: 20px;
    margin-right: 1px;
}

#newsIntroduceHiring .introduce h1 {
    margin-bottom: 26px;
}

#newsIntroduceHiring .introduce p {
    font-size: 12px;
    line-height: 24px;
}

#newsIntroduceHiring .introduce .p2 {
    color: #969696;
}

#newsIntroduceHiring .introduce .top {
    margin-top: 14px;
}

/* 人才招聘 */
#newsIntroduceHiring .hiring {
    width: 220px;
    height: 212px;
    padding-top: 28px;
    padding-left: 20px;
    float: left;
    background: #fbfbfb;
}

#newsIntroduceHiring .hiring p {
    font-size: 12px;
    color: #606060;
    line-height: 24px;
}

#newsIntroduceHiring .hiring button {
    width: 66px;
    height: 20px;
    background: #afafaf;
    color: #fff;
    border: 0px solid #000;
    border-radius: 5%;
    font-size: 12px;
    margin-top: 22px;
}

#newsIntroduceHiring .hiring a {
    float: right;
}

/* 市场项目 */
#marketProject {
    height: 300px;
}

#marketProject .top {
    height: 66px;
    overflow: hidden;
}

#marketProject h3 {
    color: #3f444a;
    font-weight: 400;
    font-size: 16px;
    margin-top: 22px;
}

#marketProject .bottom {
    height: 240px;
}

#marketProject .bottom .pic {
    width: 210px;
    height: 240px;
    float: left;
    margin-right: 40px;
}

#marketProject .bottom .last {
    margin-right: 0;
}

#marketProject .bottom p {
    font-size: 12px;
    line-height: 24px;
    color: #4c4c4c;
    margin-top: 13px;
}

/* 产品中心 技术研发 营销网络 */
#productTechnologyMarketing {
    height: 250px;
    background: #e5e5e5;
}

#productTechnologyMarketing h3 {
    margin-top: 22px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
}

/* 产品中心 */
#productTechnologyMarketing .product {
    width: 450px;
    float: left;
    margin-right: 50px;

}

#productTechnologyMarketing ul {
    margin-top: 20px;
    margin-right: 55px;
    float: left;
}

#productTechnologyMarketing li {
    list-style: none;
    background: url(../images/arrows.jpg) no-repeat left center;
    text-indent: 1em;
}

#productTechnologyMarketing a {
    text-decoration: none;
    color: #656565;
    font-size: 12px;
    line-height: 24px;
}

/* 技术研发 */
#productTechnologyMarketing .technology {
    width: 150px;
    float: left;
    margin-right: 50px;

}

/* 营销网络 */
#productTechnologyMarketing .marketing {
    width: 255px;
    float: left;
}

#productTechnologyMarketing .marketing img {
    margin-top: 16px;
    margin-left: 34px;
}

/* 页脚 */
#footer {
    height: 56px;
    padding-top: 24px;
}

#footer .left {
    float: left;
}

#footer a {
    text-decoration: none;
    font-size: 12px;
    color: #8a8a8a;

}

#footer .right {
    float: right;
}

#footer .right p {
    font-size: 12px;
    color: #8a8a8a;
}