.container{
    width: 100%;
}
p{
    margin: 0;
}
/* 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: 40px;
}
.btn-ys{
    width: 162px;
    height: 40px;
    background: #ED6827;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    float: left;
}
.btn-ys:hover{
    color: #ffffff;
}
.btn-sy:hover{
    color: #ED6827;
}
.btn-sy:focus{
    color: #ED6827;
}
.btn-sy{
    width: 162px;
    height: 40px;
    background: #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ED6827;
    float: left;
    margin-left: 30px;
}

.function{
    padding-top: 50px;
    padding-bottom: 50px;
}
.function .desc{
    font-size: 14px;
    color: #333333;
    margin-top: 40px;
}
.function .main{
  height: 650px;
  position: relative;
  margin-left: 14px;
}
.function .main .img-main{
    position: absolute;
    right: 0;
    top: 84px;
    right: -14px;
}
.function .main .box{
    width: 506px;
    height: 167px;
    background: #FFFFFF;
    box-shadow: 0px 1px 27px 0px rgba(4, 0, 0, 0.08);
    position: absolute;
    padding: 30px;
    cursor: pointer;
    transition: all 0.3s;
}
.function .main .box:hover{
    box-shadow: 0px 34px 51px 0px rgba(4, 0, 0, 0.17);
}
.function .main .box::after{
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background: #EC6826;
    transition: all 0.3s;
}
.function .main .box:hover::after{
    left: 0;
    width: 100%;
}


.function .main .box .title{
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}
.function .main .box .sub-title{
    font-size: 14px;
    color: #8A8A8A;
    margin-top: 14px;
    line-height: 24px;
}
.function .main .box .sub-title img{
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 2px;
    margin-right: 2px;
}
.function .main .box .img{
    position: absolute;
    top: 20px;
}
.function .main .box .center{
    padding-left: 120px;
}



.function .main .box1{
    top: 50px;
    left: 34px;
}
.function .main .box2{
    top: 256px;
    left: -27px;
}
.function .main .box3{
    top: 453px;
    left: 34px;
}


@media screen and (max-width: 768px){
    .function .main{
        height: auto;
        margin-left: 0px;
    }
    .function .main .img-main{
        display: none;
    }
    .function .main .box{
        left: 0;
        position: relative;
        width: 100%;
        top: 0;
        height: auto;
        margin-top: 30px;
    }
    .function .main .box .sub-title p{
        padding-left: 22px;
    }
    .function .main .box .sub-title img{
        margin-left: -22px;
    }
    .btn-sy,.btn-ys{
        width: 130px;
    }

}



