* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

html,
body {
    -webkit-text-size-adjust: none;
    background-color: #f6f6f6;
}

#rightDiv_mobile {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    z-index: 10;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menuList_mobile {
    position: absolute;
    top: 43px;
    z-index: 10;
    right: 0px;
    display: none;
    width: 100px;
    height: 200px;
    background-color: #fff;

}

#menuList_mobile a {
    display: block;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #333;
    color: #333;
    background-color: #f6f6f6;
}

#toTop {
    display: none;
    width: 50px;
    height: 80px;
    background-color: rgba(82, 82, 81, 0.5);
    position: fixed;
    /* 固定定位 */
    bottom: 100px;
    right: 0px;
    border-radius: 15px;
}

.toTop_div {
    width: 50px;
    height: 50px;
}

.toTop_div img {
    width: 50px;
    height: 50px;
}

.toTop_fs {
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #707070;
}

.num2 {
    display: none;
}

.content {
    width: 100%;
    height: 230px;
    border: 1px solid #333;
    background-image: url(../static/bg1.png);
    background-size: 100% 110%;
    margin: 0 auto;
    text-align: center;

}

.desc {
    width: 100%;
    height: 230px;
}

.title {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin-top: 35px;
    font-size: 22px;
}

.title_c {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.p {
    width: 100%;
    height: 70px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}


a {
    text-decoration: none;
    color: #fff;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.big_box {
    width: 100%;
    height: 270px;
    /* border: 1px solid red; */
    position: relative;
    box-sizing: border-box;
}

.hear {
    width: 100%;
    height: 40px;
    background-color: #222223;
}

.num1 {
    box-sizing: border-box;
    width: auto;
    height: 40px;
    display: flex;

}

.logo {
    width: 40px;
    height: 40px;
}

.logoStyle {
    width: 100%;
    height: 100%;
}

.name {
    padding-left: 15px;
    width: 310px;
    height: 40px;

}

.fs {
    width: 100%;
    height: 20px;
    text-align: left;
    color: #fff;
    line-height: 20px;
    font-size: 18px;
}

.el {
    width: 100%;
    height: 20px;
    /* border: 1px solid #000; */
    color: #fff;
    text-align: left;
    line-height: 20px;
    font-size: 10px;
}

.project_show {
    width: 100%;
    height: auto;
}

.shoe_1 {
    width: 100%;
    height: 100px;
}

.shoe_1_1_top {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 22px;
}

.shoe_1_1_buttom {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 14px;
}

.show_2 {
    width: 100%;
    height: 250px;
}

.show_2_con {
    width: 100%;
    height: 250px;
    display: flex;
}

.show_2_left {
    width: 100px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show_2_left img {
    width: 100px;
    height: 100px;
}

.show_2_right {
    flex: 1;
}

.show_2_right_top {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
}

.show_2_right_buttom {
    width: 100%;
    height: 220px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
}

.serve {
    width: 100%;
    height: auto;
}

.serve_top {
    width: 100%;
    height: 100px;
}

.serve_top_content {
    width: 100%;
    height: 60px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
}

.serve_top_contents {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.serve_buttom {
    width: 100%;
    height: auto;
    padding: 12px;
}

.item {
    width: 100%;
    height: auto;
    background-color: #333643;
    border-radius: 12px;
    margin-top: 10px;
}

.item_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.item_img img {
    width: 100px;
    height: 100px;
}

.item_ti {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ed8a65;
    font-weight: 700;
    font-size: 22px;
}

.item_text {
    width: 100%;
    height: auto;
    padding: 12px;
    text-align: center;
    color: #fff;
}

.yousee {
    width: 100%;
    height: auto;
    padding: 12px;
}

.descc {
    width: 100%;
    height: auto;
    background-color: #333643;
    border-radius: 12px;
    margin-top: 10px;
    padding: 15px;
    color: #fff;
    line-height: 35px;
}

.tel {
    width: 100%;
    height: auto;
    background-color: #333643;
    padding: 12px;
}

.tel_con {
    width: 100%;
    height: auto;
    /* background-color: pink; */
}

.footer {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 15px;
}

.t {
    width: 100%;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    color: #fff;
}

.tex_h {
    width: 100%;
    height: 25px;
    color: #c1c1c1;
    font-weight: 700;
    font-size: 17px;
    font-size: 20px;
    line-height: 25px;
    margin-top: 12px;
}

.tex {
    width: 100%;
    height: auto;
    color: #c1c1c1;
    margin-top: 5px;
}

.code {
    width: 100%;
    height: 150px;
}

.code img {
    width: 150px;
    height: 150px;
}

.base_f {
    width: 100%;
    height: 100px;
    padding: 15px;
}

.base_f_t {
    width: 100%;
    height: 70px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;

}