/*页脚*/
.footed_box {
    font-size: 14px;
    color: #6d7373;
    background: #fff;
}

.footed_box .company_box {
    padding: 2em 0;
    overflow: hidden;
}

.company_box .foot_logo {
    float: left;
}
.company_box .foot_logo img{
    width: 17.5em;
    box-sizing: content-box;
    padding: 0 0 0 14em;
}

.company_box .footer-cut img {
    position: absolute;
    padding: 0 0 0 32.3em;
}

.company_box .company_infor {
    width: 41em;
    margin-left: 3em;
    float: left;
}

.company_infor h3 {
    font-size: 2em;
    letter-spacing: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.company_infor p:nth-child(2) {
    font-size: 1.2em;
    font-weight: bold;
    padding: 1.5em 0 0 0;
}
.company_infor p {
    font-size: 1.2em;
    font-weight: bold;
}
.company_infor p a{
    color: #6d7373;
}

.company_box .company_contact {
    width: 470px;
    float: right;
}

.company_contact .phone_icon {
    width: 60px;
    height: 48px;
    background: url(../images/phone_icon02.png) no-repeat;
    float: left;
}

.company_contact h3 {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    padding-left: 70px;
    margin: -2px 0 2px;
}

.company_contact>p {
    line-height: 36px;
}

.footed_box .foot_bottom {
    text-align: center;
    background-image: url("../images/about/footer.png");
    padding: 0.5em 0 0.5em 0;
    font-size: 1.2em;
    color: #fff;
}

.Cooperative_partner a {
    color: #fff;
}

.Cooperative_partner span {
    padding: 0 4px;
}

.w {
    width: 1200px;
    margin: 0 auto;
}
a {
    text-decoration: none;
    color: #333;
    font-family: 'Microsoft YaHei', 'Arial', 'Helvetica', 'sans-serif', 'simsun', 'Lucida Grande', 'Lucida Sans Unicode';
}