.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.ft14 {
    font-size: 14px;
}

.ft40 {
    font-size: 40px;
}

.fb {
    font-weight: bold;
}

.fm {
    font-weight: 500;
}

.col-333 {
    color: #333333;
}

.col-666 {
    color: #666666;
}

.col-999 {
    color: #999999;
}

.col-e7 {
    color: #e7e7e7;
}

.col-3D8 {
    color: #3D85E5;
}

.col-2CA {
    color: #2CAF9F;
}

.bg-f7 {
    background: #f7f7f7
}

.bg-ff {
    background: #FFFFFF
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.clear-float:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}

.clear-float {
    zoom: 1;
}

.line {
    background-color: #E7E7E7;
    height: 1px;
    border: none;
}

.container {
    /*width: 1200px;*/
    /*min-width: 1200px;*/
    /*margin: 0 auto;*/
}

.content {
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
    padding: 60px 0;
}

.banner {
    background: url(../../images/solution/dengbaohegui/banner.png) no-repeat 50% 50%;
    height: 314px;
    color: #FFF;
    background-size: cover;
    min-width: 1200px;
}

.banner-title {
    position: absolute;
    bottom: 200px;
    margin-left: 410px;
    font-size: 38px;
}

.banner-detail {
    position: absolute;
    bottom: 100px;
    margin-left: 410px;
    font-size: 16px;
    color: #FAFBFB;
}

.banner-button {
    display: block;
    width: 152px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
    margin-left: 78px;
    background-color: #2CAF9F;
}

.banner-button:hover {
    background: #fff;
    color: #FF5B29;
}

.item-title {
    font-size: 16px;
    color: #333333;
}

.item-detail {
    font-size: 14px;
    color: #666666;
    width: 554px;
    margin-top: 10px;
}

.first-level-title {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.second-level-title {
    text-align: center;
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}

.safe-item {
    margin-left: 70px;
    margin-top: 5px;
}

.safe-row {
    margin-top: 30px;
}

.package-item {
    border: 1px solid #E7E7E7;
    width: 282px;
    height: 291px;
    background: #fff;
    margin: 0 50px;
}

.scene {
    width: 1200px;
    height: 567px;
    margin-top: 60px;
    padding: 40px 0 0 0;
}

.scene-title {
    padding: 10px 30px;
}

.scene-title ul {
    padding: 0;
    margin: 0;
}

.scene-title ul li {
    display: inline-block;
    width: 350px;
    text-align: center;
    cursor: pointer;
}

.scene-title ul li p {
    margin-bottom: 10px;
}

.scene-title ul li.scene-title-active {
    color: #2CAF9F;
    border-bottom: 3px solid #2CAF9F;
}

.scene-content div {
    display: none;
}

.scene-content div:first-child {
    display: block;
}

.scene-content ul {
    margin-top: 30px;
}

.scene-content ul li {
    margin-top: 10px;
    /* margin-left: -20px; */
}