/*--------------------------- h5page开始----------------*/

.xcxtop {
    margin-top: 73px;
    /* height: 595px; */
    background: url(../img/xcxtopimg.jpg);
    background-position: center;
    /* background-size: 100%; */
    padding-bottom: 60px;
}

.xcxtopbox {
    width: 80%;
    margin: 0 auto;
    padding-top: 75px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xcxtopbox>.xcxtopboxitm {
    /* background: url(../img/xcxtopitembg.png) no-repeat; */
    width: 146px;
    height: 175px;
    text-align: center;
    overflow: hidden;
}

.xcxtopbox>.xcxtopboxitm>div>img {
    margin-top: 40px;
}

.xcxtopbox>.xcxtopboxitm:hover {
    /* opacity: 0; */
    background: rgba(160, 120, 120, 0);
    background: url(../img/xcxtopitembg.png) no-repeat;
    /* border: 3px solid #fff; */
}

/**-----------------------------h5页面开始---------------------**/

.h5_body1 {
    width: 80%;
    margin: 0 auto;
    /* background-color: #f7f4f8; */
    background-color: #fff;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 100px;
}

.mysearchbody {
    position: relative;
    height: 100px;
}

.mysearchbody>p>.searchbox {
    position: absolute;
    outline: none;
    left: 0;
    width: 100%;
    /* flex:2; */
    height: 100%;
    margin: 0 auto;
    border-radius: 20px;
    border: 3px solid #000;
    font-size: 30px;
    padding-left: 30px;
    padding-right: 85px;
}

.mysearchbody>.searchbtn {
    position: absolute;
    right: 0;
    height: 100%;
}

.mysearchbody>.searchbtn>img {
    height: 100%;
    /* margin-top: -110px; */
    /* margin-right: 100px; */
}

.mysearchbodytxt {
    margin-top: 150px;
}

.mysearchbodytxt {
    font-size: 25px;
}

/**------------------------------h5页面end---------------------------------**/

/* 案例 */

.h5_anlie {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* position: relative; */
}

.h5_anlie_item {
    position: relative;
    margin: 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 10px 5px 5px #888888;
}

.index_anlieimg {
    position: relative;
    top: 0;
    left: 0;
    width: 320px;
    height: 590px;
    /* margin: 25px; */
}

.mc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    /* box-shadow: 10px 5px 5px #888888; */
    /* opacity: .5; */
    /* opacity: .5; */
}

.mc>img {
    /* position: absolute; */
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}

.mc>p {
    /* position: absolute; */
    /* display: block; */
    margin: 0 auto;
    width: 100%;
    text-align: center;
    /* background-color: red; */
    margin-top: 100px;
    font-size: 20px;
    color: #fff;
}


/* .index_anlieimg :hover .mc {
    opacity: 1;
    background-color: rgba(0, 0, 0, 1);
} */

.txt {
    width: 80%;
    margin: 50px auto;
}

.txt h1 {
    text-align: center;
}

/* ==================================h5page结束=--*/