.us-banner {
    height: 480px;
    background: url(../images/us_banner2.jpg) center center no-repeat;
}

.w-1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.see-more {
    width: 1200px;
    height: 40px;
    margin: 24px 0 80px 0;
    margin-left: auto;
    margin-right: auto;
}

.read-more {
    width: 112px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
    border: solid 1px #3e6cff;
    color: #3e6cff;
}

.see-morenone {
    width: 1200px;
    height: 40px;
    display: none;
    margin: 24px 0 80px 0;
    margin-left: auto;
    margin-right: auto;
}

.read-morenone {
    width: 112px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
    border: solid 1px #3e6cff;
    color: #3e6cff;
}

.us-content {
    color: #071c3b;
}

.us-content .us-common-title {
    text-align: center;
}

.us-company {
    padding-top: 80px;
    background: url(../images/us_bg1.png) no-repeat center;
    background-size: 100%;
}

.us-content .us-common-title i {
    display: inline-block;
    height: 4px;
    width: 36px;
    background: url(../images/icons.png);
    background-position: -172px 0;
}

.us-content .us-common-title h2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #071c3b;
}

.us-content .us-company-content {
    margin-top: 64px;
    height: 350px;
    background: url(../images/us_bg_a.png) no-repeat center;
    padding: 31px 96px;
    background-size: 100% 100%;
}

.us-company-title {
    font-size: 20px;
    font-weight: bold;
    color: #071c3b;
    margin-bottom: 14px;
}

.us-company-content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #071c3b;
}

.us-team {
    padding-top: 80px;
    background: url(../images/us_bg2.png) no-repeat center;
    background-size: 100%;
}

.us-team-box {
    margin-top: 48px;
    height: 260px;
    background: url(../images/us_bg_b.png) no-repeat center;
    background-size: 100%;
    padding: 64px 0 0 96px;
}

.team-content {
    margin-bottom: 24px;
}

.team-content i {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

.team-content span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #071c3b;
}

.team-content .team-plan {
    margin-left: 16px;
}

.team-content .team-con {
    margin-left: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    color: #071c3b;
}

.team-content i.team-phone {
    background: url(../images/us_icons.png) no-repeat;
    background-size: 100%;
    background-position: 0 0;
}

.team-content i.team-email {
    background: url(../images/us_icons.png) no-repeat;
    background-size: 100%;
    background-position: 0 -28px;
}

.team-content i.team-adress {
    background: url(../images/us_icons.png) no-repeat;
    background-size: 100%;
    background-position: 0 -56px;
}

.us-honor {
    margin-top: 71px;
}

.honor-show {
    margin-top: 48px;
}

.honor-show .honor-list li {
    display: block;
    float: left;
    width: 272px;
    height: 256px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(180, 190, 208, 0.32);
    border-radius: 8px;
    border: solid 1px #f4f8ff;
    margin-right: 30px;
    margin-bottom: 40px;
}

.honor-show .honor-list li:nth-child(4n) {
    margin-right: 0px;
}

.honor-show .honor-list li .honor-img {
    margin: 16px auto 0 auto;
    width: 240px;
    height: 192px;
    text-align: center;
}

.honor-show .honor-list li .honor-img img {
    width: 100%;
}

.honor-list {
    width: 1314px
}

.honor-show .honor-list li p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #071c3b;
}

.honor-show .us-more {
    text-align: center;
    width: 146px;
    height: 40px;
    border-radius: 20px;
    margin: 24px auto 80px auto;
    font-size: 16px;
    line-height: 40px;
    color: #3e6cff;
    cursor: pointer;
    border: solid 1px #3e6cff;
}