#first-page #first-banner{
    height: 905px;
}
#first-page .title-wrap{
    text-align: left;
}
#first-page .title-wrap h4{
    color: #5698db;
    padding-left: 0;
}
#first-page .title-wrap p{
    width:70%;
}
#third-page .page-box .valign-wrapper{
    background-color: #fff;
    padding-top: 1rem;
}
#third-page .page-box .page-box-block{
    border: none;
}
#third-page .page-box .page-box-block span{
    height: 150px;
    padding-top: 20px;
}
#second-page{
    padding-top: 1rem;
}
#second-page .valign-wrapper{
    padding-top: 2rem;
}
#second-page li.grey-text{
    line-height: 2.8rem;
    text-indent: 3.5rem;
    position: relative;
    margin-top: 5rem;
}
#second-page li.grey-text:before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 30px solid #b3cbf3;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
#fifth-page ul{
    margin: 0;
}
#fifth-page ul li{
    position: relative;
    background-color: #fff;
    line-height: 2.5rem;
    padding: 2rem 2rem 2rem 10.5rem;
    margin-bottom: 2rem;
}
#fifth-page ul li i{
    display: block;
    width: 9.5rem;
    height: 9rem;
    line-height: 10rem;
    font-style: normal;
    text-align: right;
    padding-right: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 36px;
    background-color: #78a5f0;
    border-top-left-radius: 10rem;
}
.title-des{
    margin-bottom: 3rem;
}
#sixth-page .page-box{
    margin-bottom: 1rem;
}
#sixth-page .img-box{
    padding: 1rem;
    border: 1px solid #6fcbdf;
}
#sixth-page .text-box{
    color: #fff;
    margin-left: 1rem;
    margin-right: -1rem;
    padding: 2.7rem 1rem;
}
#sixth-page .text-box-1{
    background-color: #78a5f0;
}
#sixth-page .text-box-2{
    background-color: #6fdf97;
}
#sixth-page .text-box-3{
    background-color: #6fcbdf;
}

/*mobile*/
@media only screen and (max-width: 600px) {
    #first-page #first-banner{
        height: auto;
        margin-bottom: 10px;
    }
    #third-page{
        padding-top: 5px;
    }
    #second-page li.grey-text{
        margin-top: 0;
    }
    #fifth-page ul li{
        padding: 2.5rem 2rem 2rem 2rem;
    }
    #fifth-page ul li i{
        display: block;
        width: auto;
        height: auto;
        line-height: inherit;
        padding-left: 0.5rem;
        padding-right: 1rem;
        font-size: 18px;
        border-top-left-radius:unset;
        border-top-right-radius: 10rem;
    }
    #sixth-page .text-box{
        margin-left: 0;
    }
}
/*pad*/
@media only screen and (min-width: 601px) and (max-width: 992px) {
}
/*pc*/
@media only screen and (min-width: 993px) {
}
/*no mobile*/
@media only screen and (min-width: 601px){
}
/*no pc*/
@media only screen and (max-width: 992px) {
}
