﻿@charset "utf-8";
p {
    display: block;
}

img {
    margin: 0;
    padding: 0;
}

.tomtop-page {
    margin-left: auto;
    margin-right: auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
}

.banner img {
    width: 100%;
}

/*about*/
.min-focus {
    text-align: center;
}

.min-focus img {
    width: 280px;
    margin-bottom: 20px;
}

/*联系我们*/
.cooperation-table {
    width: 100%;
}

.cooperation-table > ul {
    border-bottom: 1px solid #ddd;
    height: 130px;
    overflow: hidden;
}

.cooperation-table > ul > li {
    width: 33.33%;
    float: left;
}

/*公司文化*/
.company-content {
    float: left;
    margin: 0;
    width: 280px;
}

.company-philosophy {
    margin-top: 40px;
    height: 348px;
}

.video-content img {
    width: 100%;
}

/*业务管理*/
.business-manage-pattern img {
    width: 100%;
    margin-top: 8px;
}