.container{
    width: 100%;
}
/* a{
    text-decoration:none;
    color: inherit;
}
a:hover,a:link,a:focus{
    text-decoration: none;
    color: inherit;
} */


/* 按钮 */
.inside-banner .info{
    margin-top: 20px;
}
.btn-main{
    padding-top: 80px;
}
.btn-ys{
    width: 136px;
    height: 45px;
    border-radius: 25px;
    border: 1px solid #ED6827;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ED6827;
    float: left;
}
.btn-ys:hover{
    color: #ED6827;
}
.btn-sy:hover{
    color: #FFFFFF;
}
.btn-sy{
    width: 136px;
    height: 45px;
    background: #ED6827;
    box-shadow: -1px 8px 11px 0px rgba(237, 104, 39, 0.19);
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    float: left;
    margin-left: 30px;
}

.function{
    position: relative;
}
.function .main{
    height: 720px;
    position: relative;
}
.function .img-main{
    position: absolute;
    width: 725px;
    height: 476px;
    top: 93px;
    left:50%;
    margin-left: -362.5px;
}
.function .main .box{
    position: absolute;
    width: 380px;
    height: 168px;
    /* background: #FFFFFF; */
    border: 1px solid #E6E7EB;
    padding: 30px;
    cursor: pointer;
    transition: all 0.3s;
}
.function .main .box:hover{
    box-shadow: 0px 0px 10px 4px rgba(237, 104, 39, 0.07);
    border: 1px solid #ED6827;
}
.function .main .box .line{
    width: 2px;
    height: 12px;
    background: #ED6827;
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}
.function .main .box1{
    left: 0px;
    top: 84px;
}
.function .main .box2{
    right: 50px;
    top: 84px;
}
.function .main .box3{
    left: -45px;
    top: 435px;
}
.function .main .box4{
    right: 12px;
    top: 440px;
}

.function .main .box .title{
    font-size: 20px;
    color: #262626;
    font-weight: 500;
    line-height: 28px;
}
.function .main .box .sub-title{
    font-size: 14px;
    color: #2A2A2A;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}


@media screen and (max-width: 768px){
    .btn-main{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .function .img-main{
        display: none;
    }
    .function{
        padding-top: 40px;
        padding-bottom: 40px;
        background-image: none !important;
    }
    .function .main{
        height: auto;
    }
    .function .main .box{
        position: relative;
        top: auto;
        width: 100%;
        margin-left: 0;
        left: 0 !important;
        margin-top: 20px;
        height: auto;
    }


}



