﻿#header {
    position: relative;
}

.banner {
    width: 100%;
    min-width: 1200px;
    height: 469px;
    display: block;
    text-align: center;
    background: url(../images/bg_05.jpg) no-repeat center center / 100% 100%;
}

.banner p {
    color: #ffe3a0;
}

.banner_btn {
    width: 204px;
    height: 50px;
    color: #8d6f29;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    margin: 0px auto;
    border-radius: 2px;
    margin-top: 66px;
    background-color: #ffe3a1;
}

.secNavBox {
    max-width: 1140px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
}

.BG {
    display: block;
}

.scene {
    width: 1140px;
    margin: 0px auto;
    margin-bottom: 120px;
}

.scene_title {
    width: 100%;
    text-align: center;
}

.scene_title h3 {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    padding-top: 100px;
    margin-bottom: 20px;
}

.scene_title p {
    color: #666666;
    font-size: 20px;
}

.scene_list {
    width: 100%;
    height: 408px;
    margin-top: 60px;
}

.scene_list li {
    width: 365px;
    height: 408px;
    float: left;
    margin-right: 21px;
    box-shadow: 0px 0px 1px rgba(162, 156, 149, 0.9);
}

.scene_list li:last-child {
    margin-right: 0px;
}

.scene_list li p {
    width: 100%;
    height: 82px;
    color: #333333;
    font-size: 20px;
    line-height: 82px;
    text-align: center;
    background-color: #f8f8f8;
}

.scene_list_img {
    height: 217px;
    margin: 0px auto;
    display: block;
    margin-top: 46px;
}

.solution-cyh {
    max-width: 1140px;
    margin: 0 auto;
}

.solution-cyh h3 {
    color: #333;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 66px;
}

.solution-cyh i {
    width: 1140px;
    height: 390px;
    display: block;
}

.management {
    width: 1200px;
    margin: 0px auto;
    margin-bottom: 150px;
}

.management h3 {
    color: #333;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 64px;
}

.management_box {
    width: 100%;
    height: 490px;
}

.management_box_left {
    width: 238px;
    height: 100%;
    float: left;
    text-align: center;
}

.management_box_left li {
    width: 100%;
    height: 102px;
    color: #333333;
    font-size: 24px;
    line-height: 102px;
    margin-bottom: 24px;
    background-color: #f9fafc;
}

.management_box_left li:last-child {
    margin-bottom: 0px;
}

.management_box_content {
    width: 103px;
    height: 100%;
    float: left;
    background: url(../images/cy_management_01.jpg) no-repeat center center / 100% 100%;
}

.management_box_right {
    width: 859px;
    height: 100%;
    float: left;
    color: #333;
    text-align: center;
    background-color: #fefbf5;
}

.management_box_right p {
    font-size: 24px;
    padding: 56px 0px;
}

.management_box_right i {
    width: 711px;
    height: 204px;
    display: block;
    margin: 0px auto;
    margin-bottom: 49px;
    background: url(../images/cy_management_02.jpg) no-repeat center center / 100% 100%;
}

.management_box_right ul {
    display: inline-block;
    margin: 0px auto;
}

.management_box_right li {
    float: left;
    width: 130px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    margin-right: 41px;
    background-color: #fff2d9;
}

.management_box_right li:last-child {
    margin-right: 0px;
}