body {
    background-color: transparent;
}
#navigation {
    background: #FFFFFF;
    border-color: #FFFFFF;
    position: relative !important;


}
#navigation .container .navbar-right a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    color: #707070;
}
#home{
    width: 100%;
    height: 100%;
    /*height: 400px;*/
    background: linear-gradient(179deg, #FFFFFF 0%, #ED9696 100%, #DF4848 100%);
    opacity: 1;
}

#home .title{
    background: url("../img/check/home2.png") no-repeat;
    background-position: center ;
    background-position-y: 100px;
    height: 100%;
    width: 100%;
    display: flex;
    padding-bottom: 0px !important;
    flex-direction:column;
    align-items: center;


}
#home  .title-name-1{
    text-align:center;
    font-size: 46px;
    margin-top: 76px;
    margin-bottom: 41px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 56px;
    color: #9E0000;
    letter-spacing: 6px;
    opacity: 1;
}
#home  .title-name-2{
    text-align:center;
    font-size: 40px;
    margin-bottom: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    line-height: 68px;
    color: #9E0000;
    letter-spacing: 6px;
    opacity: 1;
}
#home  .title-name-3{
    width: 738px;
    font-size: 16px;
    text-align:center;
    vertical-align: middle;
    display: table-cell;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    opacity: 1;
}
#home  .title-english {
    margin-top: 60px;
    margin-bottom: 200px;
}
#home  .title-english:hover{
    transform: scale(1.1);
}
#services {
    background: url("../img/check/home3.png") ;
    height: 100%;
    width: 100%;

}
#services .title-name-4{
    font-size: 46px;
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: 800;
    line-height: 76px;
    color: #FFFFFF;
    letter-spacing: 5px;
    opacity: 1;
    margin-bottom: 39px;
}
#services .title{
    padding-bottom: 10px;
}
#services .number{
    text-align: left;
    font-size: 24px;
    margin-top: -16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #9E0000;
}
#services h3{
    margin-top: 24px;
    text-align: left;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 41px;
    letter-spacing: 2px;
    color: #9E0000
}
#services p{
    width: 240px;
    margin-top: 24px;
    margin-bottom: 57px;
    line-height: 24px;
    letter-spacing: 4px;

}

#services .service-block{
    width: 380px;
    height: 495px;
    background: #FFFFFF;
    overflow-y: hidden;
    border: 1px solid #F79084;
    position: relative;
}
#services .service-block .service-icon{
    position: absolute;
    top: 244px;
    left: 53px;
}
#advantage .title-name-5{
    margin-top: 98px;
    font-size: 46px;
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: 800;
    line-height: 76px;
    color: #9E0000;
    letter-spacing: 5px;
    opacity: 1;
}
#advantage {
    background: url("../img/check/home4.png") no-repeat;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
#advantage .content{
    width: 600px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    opacity: 1;
    border-radius: 10px;
    position: relative;
    padding: 0 20px;
    margin-top: 15px;
}
#advantage .content:hover{
    box-shadow: 0px 10px 10px rgba(255, 0, 0, 0.36);
}
#advantage .last{
    margin-bottom:66px;
}
#advantage .content .line{
    width: 23px;
    height: 3px;
    margin: 0px;
    background: #9E0000;
    opacity: 1;
}
#advantage .content h3{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 41px;
    color: #000000;
    opacity: 1;
}
#advantage .content img{
    position: absolute;
    right: 20px;

}
#advantage .content p{
    width: 568px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 29px;
    color: #504d4d;
    opacity: 1;
}