.slide-page{
    background: #F8F8F8;
}
.banner .hd{
    bottom: 60px;
}
.banner_bot{
    position: relative;
    z-index: 9;
    height: 140px;
    background: linear-gradient(0deg, #F35549 0%, #E82D1E 100%);
    margin-top: -60px;
    color: #fff;
}
.banner_bot >div{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 25%;
    height: 100%;
    cursor: pointer;
}
.banner_bot >div div{
    margin-left: 14px;
}
.banner_bot >div p:first-of-type{
    font-size: 18px;
}
.banner_bot >div p:last-of-type{
    font-size: 14px;
    margin-top: 10px;
}
.banner_bot >div:hover{
    background: rgba(0,0,0,.12);
}
.banner_bot >div:hover::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(0deg, #F35549 0%, #E82D1E 100%);
    top: -4px;
}
.moreservice{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.moreservice >div{
    width: 278px;
    text-align: center;
}
.moreservice .moretop{
    height: 140px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}
.moreservice >div:first-of-type .moretop{
    background: linear-gradient(113deg, #B08CFE 0%, #687BF7 100%);
}
.moreservice >div:nth-of-type(2) .moretop{
    background: linear-gradient(to left,#FE6D03,#FFBD7A);
}
.moreservice >div:nth-of-type(3) .moretop{
    background: linear-gradient(to left,#FF534F,#FF9876);
}
.moreservice >div:nth-of-type(4) .moretop{
    background: linear-gradient(113deg, #7BECBA 0%, #18CDBA 100%);
}
.moreservice .morebottom{
    height: 300px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}
.moreservice .morebottom p{
    color: #999;
    padding-top: 30px;
}
.moreservice .morebottom a{
    display: inline-block;
    width: 120px;
    height: 40px;
    background: linear-gradient(to top,#FC2011,#FF5A4E);
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 30px;
}
.moreservice .moretop img{
    width: 50px;
    margin: 28px 0 20px;
}
.achievement{
    background: #F8F8F8;
}
.achievement_con{
    height: 600;
    background: url("../images/service/483.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 0;
}
.dingzhiliucheng{
    width: 100%;
    height: 528px;
    background: url("../images/service/475.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-top: 24px;
}
.dingzhiliucheng .section-title h1{
    padding-top: 129px;
}
.dingzhiliucheng .section-title p{
    color: #fff;
}
.dingzhiliucheng .detailpro{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 56px;
    padding: 0 30px;
    box-sizing: border-box;
}
.dingzhiliucheng .detailpro p{
    font-size: 14px;
    margin-top: 18px;
}
.everyheng{
    background: #fff;
    border-radius: 6px;
    height: 454px;
    margin-top: -200px;
}
.everyheng .everyitem{
    width: 20%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.everyheng .everyitem img{
    position: relative;
    margin: 42px 0 10px;
}
.everyheng .everyitem p{
    font-size: 18px;
}
.everyheng .everyitem:hover img{
    animation: mylogo 0.5s ease-in-out;
}
@keyframes mylogo
{
from  {top: 5px;}
to  {top: -5px;}
}
.con_intro{
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}
.con_intro .intro_center img{
    width: 380px;
}
.intro_item{
    width: 320px;
    height: 140px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(200, 200, 200, 0.4);
    cursor: pointer;
}
.intro_item p{
    font-size: 18px;
    margin-left: 20px;
}
.intro_item p:first-of-type{
    padding: 20px 0;
}
.intro_item p:last-of-type{
    font-size: 14px;
    color: #999;
}
.intro_comm .intro_item:first-of-type{
    margin: 30px 0 50px;
}
.intro_item:hover{
    background: linear-gradient(0deg, #FC2011 0%, #FF5A4E 100%);
    color: #fff;
}
.intro_item:hover p:last-of-type{
    color: #fff;
}