.case_banner{
    background: url('../../images/case/case_details_01/banner_case_01.jpg') no-repeat bottom;
    height: 300px;
}
.case_banner span{
    background: rgba(96,190,116,.2);
    color: #fff;
    width: 260px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    float: left;
    font-size: 18px;
    margin-left: 10px;
    border-radius: 0 0 30px 30px;
}
.case_main_color{
    color: #6eaa00 !important;
}
.case_bg_color{
     background: #6eaa00 !important;
 }
.case_border_color{
    border-color: #6eaa00 !important;
}
.section .section_title{
    margin-bottom: 20px;
}
.section *{
    box-sizing: border-box;
}
.section .section_div{
    margin-top: 60px;
}
.introduce{
    background: #fff;
}
.introduce .section_div{
    overflow: hidden;
}
.introduce .section_div>div{
    float: left;
    width: calc(100% - 659px);
    text-align: left;
    padding-right: 135px;
    margin: 0 10px;
}
.introduce .section_div>div p{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
}
.introduce .section_div>div p:first-of-type{
    font-size: 18px;
    margin-bottom: 35px;
    text-indent: -8px;
}
.other.introduce .section_div>div p:first-of-type{
    text-indent: 0;
}
.introduce .section_div>div p:first-of-type:after{
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    margin-top: 20px;
    background: #6eaa00;
}
.introduce .section_div>img{
    float: right;
    margin: 0 10px;
}
.introduce .section_div a{
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 48px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 17px;
    transition: all .2s;
}
.introduce .section_div a.case_btn1:hover{
    background: #6eaa00;
    color: #fff !important;
}
.introduce .section_div a.case_btn2:hover{
    color: #6eaa00;
    background: transparent !important;
}
.introduce .section_div a:last-of-type{
    margin-right: 0;
}

.points .section_div{
    overflow: hidden;
}
.points .section_div img{
    float: left;
    margin: 20px 10px 0 10px;
}
.points .section_div ul{
    float: right;
    width: calc(100% - 616px);
    text-align: left;
    padding-left: 95px;
    font-size: 14px;
    margin: 0 10px;
}
.points .section_div li{
    margin-bottom: 50px;
    overflow: hidden;
}
.points .section_div li:last-of-type{
    margin-bottom: 0;
}
.points .section_div li i,
.points .section_div li div{
    float: left;
}
.points .section_div li i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(110,170,0,.08);
    border-radius: 100px;
    font-size: 28px;
    margin-top: 5px;
    margin-right: 20px;
}
.points .section_div h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.mode{
    background: #fff;
}
.mode .section_div{
    text-align: left;
    font-size: 14px;
    overflow: hidden;
}
.mode .section_div p:first-of-type{
    margin: 0 10px 20px 10px;
}
.mode .section_div p:last-of-type{
    margin: 0 10px 100px 10px;
}
.mode .section_div .mode_view>div{
    float: left;
}
.mode .case_arrow{
    background: url('../../images/case/case_details_01/case_01_img5.png') no-repeat center;
    width: 130px;
    text-align: center;
    line-height: 4;
    position: absolute;
    top: 65px;
    z-index: 1;
}
.mode .case_arrow.arrow_left{
    left: 300px;
}
.mode .case_arrow.arrow_right{
    left: 760px;
}
.mode .mode_view{
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.mode .item{
    text-align: center;
    margin: 0 10px;
}
.mode .item.middle div{
    width: 356px;
    height: 240px;
    background: url('../../images/case/case_details_01/case_01_img3.png') no-repeat center 30px;
}
.mode .item b{
    font-size: 18px;
    margin-top: 30px;
    display: block;
    padding-top: 30px;
}
.mode .item:first-of-type div{
    width: 280px;
    height: 240px;
    border-width: 2px;
    border-style: dashed;
    text-align: center;
    padding-top: 50px;
}
.mode .item:first-of-type div span{
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.mode .item:first-of-type div span:first-of-type{
    margin-bottom: 20px;
}
.mode .item:last-of-type img{
    border-width: 2px;
    border-style: dashed;
}
#new_bottom{
    margin-top: 0;
}