.banner{
    width: 100%;
    /*margin-top:79px;*/
    /*height: 950px;*/
    /*height: 772px;*/
}
.banner img{
    display: block;
    width: 100%;
    height: 100%;
}
/*img{
    display: block;
    width: 100%;
}*/
.box_01_wrap{
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
.title{
    font-size: 30px;
    color: #4a4a4a;
    font-weight: 500;
}
.under_line{
    font-size: 24px;
    color: #333;
    font-weight: 400;
}
.box_01{
    width: 64.375%;
    margin: 50px auto 0 auto;
}
.box_01 img{
    display: block;
    width: 100%;
}
.box_02_wrap{
    width: 100%;
    padding-top: 50px;
    margin-top: 70px;
    height: 840px;
    text-align: center;
    background-color: #f7f7f7;
}
.box_02{
    width: 62.5%;
    margin: 25px auto 0px auto;
}
.box_02 img{
    display: block;
    width: 100%;
    margin:0 auto;
}
.box_03_wrap{
    width: 100%;
    padding-top: 60px;
    height: 1230px;
    background: url("/images/index/advantage_box_03_bg.jpg") no-repeat;
    background-position-y: 176px;
    text-align: center;
    background-size: contain;

}
.box_03{
    width: 62.5%;
    height: 414px;
    margin: 0 auto;
}
.box_03 .item_wrap{
    width:100% ;
    height: 100%;
    top:630px;
    position: relative;
}
.box_03 .item_wrap .item{
    float: left;
    width: 22%;
    height: 100%;
}
.box_03 .item_wrap .fir,.box_03 .item_wrap .sec , .box_03 .item_wrap .third{
    margin-right: 4%;
}
.box_03 .img_wrap{
    width: 100%;
}
.box_03 .img_wrap img{
    display: block;
    width: 100%;
}
.box_03 .item_wrap .item .txt{
    width: 100%;
    height: 90px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.6);
}
.box_03 .item_wrap .item .txt h4{
    font-size: 16px;
    margin:0 0 16px 0;
}
.box_03 .item_wrap .item .txt p{
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
}
.box_04_wrap{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: #fafafa;
    text-align: center;
}
.box_04{
    width: 100%;
    margin: 20px auto 0 auto;
}
.box_04 img{
    display: block;
    width: 100%;
}
.box_05_wrap{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #fff;
    text-align: center;
}
.box_05_wrap img{
    display: block;
    width: 71.46%;
    margin: 50px auto 0 auto;
}
.box_02 {
    padding-top: 50px;
}

.box_02 img{
    margin-top: 50px;
}
div.box02 img{
    margin-top: 0;
}
@media only screen and (max-width: 1400px){
    .banner{
        /*height: 760px;*/
    }
    .box_02_wrap{
        height: 650px;
    }
    .box_03 .item_wrap .item .txt p{
        width: 100%;
        font-size: 12px;
    }
    .box_03 .item_wrap .item .txt h4{
        margin: 0 0 12px 0;
    }
    .box_03_wrap{
        height: 900px;
    }
    .box_03 .item_wrap{
        top:460px;
    }
}
@media only screen and (max-width: 800px){
    .banner{
        height: auto;
        margin-top:44px;
    }
    .banner img{
        height: auto;
    }
    .title{
        font-size: 20px;
    }
    .under_line{
        font-size: 18px;
    }
    .box_01_wrap{
        padding-top: 16px;
    }
    .box_01{
        width: 96%;
        margin-top: 20px;
    }
    .box_02_wrap{
        margin-top: 30px;
        padding-top: 16px;
        height: auto;
    }
    .box_02{
        width: 96%;
        padding-top: 0;

    }
    .box_02 .title{
        padding-top: 16px;
    }
    .box_02 img{
        margin-top: 20px;
    }
    .box_03_wrap{
        padding-top: 16px;
        background: url("/images/index/advantage_box_03_bg_m.jpg") no-repeat;
        background-position-y: 86px;
        background-size: 100%;
        height: 1020px;
    }
    .box_03{
        width: 94.6%;
    }
    .box_03 .item_wrap{
        top: 340px;
    }
    .box_03 .item_wrap .item{
        width: 48%;
        height: auto;
    }
    .box_03 .item_wrap .fir, .box_03 .item_wrap .sec, .box_03 .item_wrap .third{
        margin-right: 0;
    }
    .box_03 .item_wrap .fir,.box_03 .item_wrap .third{
        margin-right: 4%;
    }
    .box_03 .item_wrap .third,.box_03 .item_wrap .four{
        margin-top: 20px;
    }
    .box_03 .img_wrap img {
        height: 193px;
    }
    .box_04_wrap{
       padding-top: 16px;
    }
    .box_04{
        width: 94.6%;
    }
    .box_05_wrap{
        padding-top: 16px;
        padding-bottom: 40px;
    }
    .box_05_wrap img{
        width: 94.6%;
    }
    .box_05_wrap img{
        margin: 20px auto 0 auto;
    }
}
