/*index*/

.wrap1 {
    background: url(../img/bg1.jpg) no-repeat center;
    background-size: cover;
    height: 540px;
    position: relative;
    padding-bottom: 0px;
}

.wrap1 .safewidth {
    width: 1100px;
    margin: 0 auto;
}

.company {
    width: 640px;
    margin: 20px auto;
}

.home1 {
    margin: 60px auto 0;
    justify-content: center;
    padding-bottom: 1px;
}

.home1 h3 {
    color: #000000;
    padding: 20px 0px;
    font-size: 21px;
    line-height: 30px;
}

.home1 img.logoTitle {
    width: 360px;
    height: auto;
    margin: 0 auto;
}

.home1 .btn_block {
    width: 640px;
    margin: 60px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.home1 .btn_block a {
    width: 180px;
    height: 48px;
    line-height: 44px;
    font-size: 17px;
    border: solid 2px #faab00;
    color: #000000;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s;
}

.home1 .btn_block a:hover {
    background: #faab00;
    color: #fff;
    /* border: solid 1px #a5d2fa; */
}

.home1 .btn_block a:first-child {
    background: #faab00;
    /* border: solid 1px #a5d2fa; */
    color: #fff;
}

.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(../img/bg1.jpg) no-repeat center;
    background-size: cover;
    /* height: 860px; */
    position: relative;
}

.home2 {
    width: 860px;
    margin: 5px auto;
    font-size: 17px;
    /*float: left;*/
    color: #2e317c;
}

.home2 h2 {
    margin-top: 5px;
    color: #000000;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 30px;
    font-family: sans-serif, "Arial", "微软雅黑", "Microsoft YaHei";
}

.home2 h3 {
    color: #000000;
}

.text {
    padding: 5px 0;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 20px;
    color: #000000;
}

.home2 .text1 {
    padding: 15px 0;
    /*line-height: 30px;*/
    /*letter-spacing: 0.5px;*/
    /*text-align: center;*/
    font-size: 17px;
}

.text1 ul {
    /*padding:10px;*/
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.text1 ul li {
    text-align: center;
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    width: 35%;
    height: 60px;
    /*line-height: 50px;*/
}

.home2 img {
    width: 150px;
    margin: 10px auto;
}

.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;
}

.mtext {
    display: none;
}

.wrap2 .home2 h2 span {
    display: block;
    width: 300px;
    background-color: #0268BD;
    padding: 10px 50px;
    margin: 10px auto;
    color: #fff;
}

.wrap2 .home2 h2 span:nth-child(2) {
    background-color: #11A5D3;
}

@media screen and (max-width:768px) {
    .mtext {
        display: block;
    }
    .pctext {
        display: none;
    }
    .company {
        width: 640px;
        margin: 20px auto;
        width: auto;
        height: auto;
    }
    .wrap2 .home2 h2 span {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #0268BD;
        padding: 10px 50px;
        margin: 10px auto;
        color: #fff;
    }
    .wrap1 {
        background: url(../img/mbg1.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        padding: 60px 0 60px;
        height: 550px;
    }
    .wrap1 .safewidth {
        width: 100%;
        margin: 0 auto;
    }
    .wrap2 .safewidth {
        width: 100%;
        padding: 0px 15px 20px;
    }
    .home1 {
        width: 100%;
        padding-top: 45px;
        margin: 0 auto;
    }
    .home1 h3 {
        color: #000000;
        padding: 10px 0px;
        font-size: 16px;
        line-height: 30px;
    }
    .home1 .h3tag {
        font-size: 17px;
        line-height: 30px;
    }
    .home1 img.logoTitle {
        width: 275px;
    }
    .home1 .btn_block {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .home1 .btn_block a {
        width: 200px;
        height: 42px;
        line-height: 40px;
        margin: 10px auto;
    }
    .box1 img {
        padding: 0;
        width: 90px;
        height: auto;
    }
    .wrap2 {
        /* min-height: 940px; */
        margin-top: 0;
        background: url(../img/bg1.jpg) no-repeat center;
        background-size: cover;
        padding-top: 30px;
    }
    .home2 {
        width: 100%;
        margin: 0;
    }
    .home2 img {
        width: 120px;
    }
    .home2 h2 {
        padding: 5px 0;
        font-size: 15px;
        letter-spacing: 2;
        line-height: 30px;
        text-align: left;
    }
    .home2 h3 {
        font-size: 10px;
    }
    .text {
        padding: 0;
        font-size: 18px;
        text-align: left;
        line-height: 35px;
    }
    .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);
    }
    .text1 ul li {
        text-align: center;
        border: solid 1px #fff;
        border-radius: 10px;
        padding: 10px;
        margin: 10px;
        width: 40%;
        height: 75px;
        font-size: 14px;
    }
    .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;
    }
}