/*index*/

.wrap1 {
    background: url(../imgs/imgbg/pc/1.jpg) no-repeat center;
    background-size: cover;
    height: 860px;
    position: relative;
}

.home1 {
    margin: 50px auto;
    justify-content: center;
}

.home1 h3 {
    font-size: 22px;
    padding: 20px 0px;
    color: #fff;
}

.home1 h2 {
    font-size: 28px;
}

.home1 img.logoTitle {
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.home1 .btn_block {
    width: 560px;
    margin: 60px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.home1 .btn_block a {
    width: 180px;
    height: 46px;
    line-height: 44px;
    font-size: 17px;
    border: solid 2px #faab00;
    color: #fff;
    /*background-color: rgba(0,0,0,0.2);*/
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s;
}

.home1 .btn_block a:hover {
    background: #faab00;
    /* border: solid 1px #448bc0; */
    color: #fff;
}

.home1 .btn_block a:first-child {
    background: #faab00;
    /* border: solid 1px #448bc0; */
    color: #fff;
}


/* 
.home1 .btn_block a:first-child:hover {
    background: tomato;
    border: solid 1px tomato;
} */

.home1 .box1 {
    width: 260px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.box1 img {
    padding: 10px;
    width: 120px;
    height: auto;
}

.box1 p {
    height: 60px;
    width: 2px;
    background: #ccc;
}

.home1 .logo {
    width: 120px;
    align-items: center;
}

.wrap2 {
    background: url(../imgs/imgbg/pc/3.jpg) no-repeat center;
    background-size: cover;
    height: 866px;
    position: relative;
}

.home2 {
    width: 860px;
    margin: 0 auto;
    font-size: 17px;
    color: rgb(0, 0, 0);
    padding: 0 15px;
}

.home2 h2 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    letter-spacing: 2px;
}

.home2 h3 {
    color: rgb(0, 0, 0);
}

.home2 .text {
    padding: 20px;
    line-height: 36px;
    letter-spacing: 0.5px;
    font-size: 16px;
    background-color: rgb(0, 0, 0, 0.3);
    border-radius: 20px;
    color: #e3e3e3;
}

.home2 .text p {
    margin-top: 15px;
}

.home2 h6 {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    margin-top: 15px;
    color: #e3e3e3;
}

.home2 .text1 {
    padding: 15px 0;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 17px;
}

.home2 .textp {
    font-size: 17px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    font-weight: bold;
}

.home2 img {
    width: 120px;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: #fff;
    border: solid #888 1px;
}

.wrap3 {
    background: url(../imgs/index3.jpg) no-repeat center;
    background-size: cover;
    height: 860px;
    padding: 0;
}

.wrap3 .safewidth {
    padding: 60px 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.home3 {
    width: 860px;
    margin: 100px auto;
    padding: 0;
    text-align: center;
}

.home3 .msg {
    color: #fff;
    text-align: center;
    margin: 15px 0;
    font-size: 25px;
}

.home3 h3 {
    color: #fff;
    padding: 5px 0;
    font-size: 30px;
}

.home3 img {
    width: 150px;
    margin: 10px auto;
}

.home3 .text {
    color: #fff;
    letter-spacing: 1.7;
    line-height: 0.5;
    font-size: 20px;
    line-height: 25px;
    background: rgba(0, 0, 0, .2);
    padding: 25px;
    text-align: justify;
}

@media screen and (max-width:768px) {
    .wrap1 {
        background: url(../imgs/imgbg/m/1.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        padding: 0;
        height: 100vh;
    }
    .home1 {
        width: 100%;
        padding-top: 30px;
    }
    .home1 h2 {
        font-size: 22px;
    }
    .home1 h3 {
        padding: 0px;
        font-size: 19px;
    }
    .home1 img.logoTitle {
        width: 260px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .home1 .btn_block {
        width: 100%;
        margin: 40px auto;
        display: block;
    }
    .home1 .btn_block a {
        width: 80%;
        border: solid 1px #faab00;
        height: 42px;
        line-height: 40px;
        margin: 10px auto;
    }
    .wrap2 {
        min-height: 750px;
        margin-top: 0;
        background: url(../imgs/imgbg/m/3.jpg) no-repeat center;
        background-size: cover;
        padding: 0;
    }
    .home2 {
        width: 100%;
        padding: 20px 0;
    }
    .home2 h2 {
        padding: 5px 0;
        font-size: 20px;
        letter-spacing: 2;
    }
    .home2 h3 {
        font-size: 17px;
    }
    .home2 .text {
        padding: 10px;
        line-height: 24px;
        font-size: 14px;
        text-align: justify;
    }
    .home2 img {
        width: 120px;
        margin: 5px auto 10px;
    }
    .home2 .text1 {
        padding: 0;
        font-size: 15px;
        text-align: center;
    }
    .home2 .box2 li {
        margin: 5px;
        font-size: 16px;
        text-align: center;
        background: rgba(60, 159, 234, 0.2);
    }
    .home2 .textp {
        font-size: 17px;
        width: 100%;
    }
    .wrap3 {
        background: url(../imgs/index3m.jpg) no-repeat center;
        background-size: cover;
        height: auto;
    }
    .wrap3 .safewidth {
        padding: 30px 15px;
    }
    .home3 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}