/* msgBox CSS */

/******************************************************************************************************/

#main {
    width: 100%;
    margin: 0 auto;
    height: 600px;
    background: url(../../img/s5bg.jpg) #000000;
    background-size: 100% 100%;
}
#main .block {
    width: 1400px;
    height: 500px;
    padding: 20px;
    margin: 0 auto;
}
#main .block .box {
    margin: 100px auto 0 auto;
}
#main h3 {
    text-align: left;
    text-indent: 0;
    font-size:16px !important;
    font-weight:500;
    color:#999;
}
.boxCenterList>div {
    height: 400px;
    padding: 150px 50px;
}
.boxCenterList>div p:nth-child(1) {
    font-size:20px !important;
    font-weight:500 !important;
    line-height: 150%;
    color: #666;
}
.boxCenterList a {
    color: #ddd;
    text-decoration: none !important;
    transition: all .3s ease;
}
.boxCenterList a:hover {
    color:#ff3f3f;
}

/* Phone */
@media screen and (max-width:767px) {

    #main {
        width: 100%;
        margin: 0 auto;
        height: 600px;
        background: url(../../img/s5bg.jpg) #000000;
        background-size: cover;
        background-position: -68%;
    }
    #main .block {
        width: 100%;
        height: 500px;
        padding: 20px;
        margin: 0 auto;
    }
    #main .block .box {
        margin: 60px auto 0 auto;
    }
    #main h3 {
        font-size:16px !important;
    }
    .boxCenterList>div {
        height: 400px;
        padding: 150px 10px;
    }
    .boxCenterList>div p:nth-child(1) {
        font-size: 20px !important;
        line-height: 150%;
    }
    
}