.service .banner{

    padding-top:60px;

}

.service .banner img{

    width: 100%;
    /*height: 300px;*/
    vertical-align: bottom;

}

.service  .ico-bg{

    width: 100%;

    background: #4d4847;

}

.service .ico #ul{

    overflow: hidden;

    padding: 20px 10px;

    display: flex;

    justify-content: space-between;

}



.service .ico #ul a{

    width: 16.6666%;
    float: left;
    box-sizing: content-box;
    margin-right: 0px;
    cursor: pointer;
    text-align: center;

}

.service  .ico #ul a:last-child{

    margin-right: 0px;

}

.service  .ico #ul a img{

    width: 110px;

    height: 110px;

    
    margin-bottom: 24px;

}
.service  .ico #ul a:hover p{
    color: #ffaf29;
}
.service .ico #ul a  p{

    font-size: 18px;

    color: #ccc;

    text-align:center;

    margin-top:10px;

}

.service .ico #ul  .yactive p{

    color:#ffaf29;

}

.service  #box .item{

    display: none;

    width: 100%;

    background: #3f3b3a;
    color: #fff;
    font-size:14px!important;
    line-height: 24px;
    text-indent: 2em;

}

 .yw1200{

     width: 1200px;

     margin:0 auto;

     padding: 60px 0 20px;

}
.service .line {
    width: 100%;
    height: 2px;
    background: #e29e2e;
}