body {
    background: #ffffff;
}

img {
    display: block;
}

/* 第一屏 */
.one {
    position: relative;
    overflow: hidden;
}

.back {
    width: 100%;
    position: relative;
}

.back img {
    width: 100%;

}

.newbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.newbox .layout {
    height: 100%;
    padding: 0;
}

.intro {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.news {
    font-size: 48px;
    font-weight: bold;
}

.newtext {
    margin-top: 30px;
    letter-spacing: 1px;
}

.newbtn {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 24px;
    display: inline-block;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 5px;
    background: #26cf6b;
    color: white;
}

.alink {
    box-sizing: border-box;
    background: #f3faf6;
    padding: 10px 0px;
    font-size: 14px;
}

.a_now {
    float: left;
}

.a_index {}

.a_index span {
    margin-left: 10px;
}

.a_index .sp {
    color: #0ba349;
}

.arr {
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: translateY(3px);
}

.arr img {
    width: 16px;
    height: 16px;
}

.conway {
    box-sizing: border-box;
    padding: 100px 0px;
}

/* 联系方式 */
.catitle {
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
}

.catitle span {
    font-weight: bold;
    margin-right: 15px;
}

.catitle div {
    font-size: 18px;
    margin-top: 20px;
}

.calist {
    margin: 40px -15px 0px -15px;
}

.caitem {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px;
}

.cainner {
    background: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

    /* box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1); */
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px 20px;
    transition: all 0.5s;
    text-align: center;
}

.cainner:hover {
    transform: scale(1.1);
}

.caname {
    text-align: center;
    font-size: 18px;
}

.caicon {
    width: 100px;
    height: 100px;
    margin: 30px auto 0px auto;
}

.caicon img {
    width: 100px;
    height: 100px;
}

.cabo {
    display: inline-block;
    margin-top: 20px;
    height: 80px;
}

.catext {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.cainner1 .catext {
    text-align: right;

}

.colist {
    margin: 60px -5px 0px -5px;
}

.coitem {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px;
}

.coinner {
    /* border: 1px solid red; */
    /* background: white; */
}

.coimg {
    width: 100%;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 10px;
}

.coimg img {
    width: 100%;
    border-radius: 10px;
}

.cname {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.comaddress {
    margin-top: 80px;
    box-sizing: border-box;
    padding: 100px 0px;
    background: url(../img/conback.png) no-repeat;
    background-size: 100% 100%;
}

.map {
    width: 100%;
    margin-top: 60px;
}

.map img {
    width: 100%;
}

.mapblock {
    position: relative;
    width: 300px;
    height: 80px;
    margin: auto;
    border-radius: 10px;
    background: #f1f9f6;

}

.mapcon {
    background: #0ba349;
    color: white;
    position: absolute;
    z-index: 10;
    width: 500px;
    height: 60px;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    text-align: center;
}

.mapdot {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: white;
    transform: translateY(-26px);

}

.maptext {
    overflow: hidden;
    display: inline-block;
    margin-left: 15px;
    line-height: 60px;
}

.other {
    background: #1b64cb;
    box-sizing: border-box;
    padding: 30px 0px;
    text-align: center;
}

.olink {
    display: inline-block;
    margin: 0px 20px;
    color: white;
    font-size: 15px;
}

.olink:hover {
    text-decoration: underline;
}

.bottom {
    margin-top: 0px;
    box-sizing: border-box;
    padding: 40px 0px;
    background: #0152c5;
}


.coblock {
    background: #f9f9f9;
    margin-top: 60px;
    box-sizing: border-box;
    padding: 15px 30px;
    border-radius: 10px;
}

.e_title {
    font-size: 20px;
    line-height: 59px;
}

.e_right {
    margin-left: 300px;

}

.e_item {
    float: left;
    width: 14.2%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.e_code {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 200px;
    transform: translateX(-50%) scale(0.1);
    background: white;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 100;
    transition: all ease 0.3s;
}

.e_item:hover .e_code {
    display: block;
    bottom: 70px;
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.e_code2 {
    width: 300px;
}

.e_code::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: white;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}

.e_code::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 10px;
    background: white;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
}

.e_code_name {
    display: inline-block;
    font-size: 14px;
}

.e_img {
    text-align: center;
}

.e_codeimg {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 20px 10px 0px 10px;
    position: relative;
    z-index: 120;
}

.e_codeimg img {
    width: 100px;
    height: 100px;
}

.e_icon {
    width: 30px;
    height: 30px;
    margin: auto;
}

.e_icon img {
    width: 30px;
    height: 30px;

}

.e_text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
}



@media screen and (max-width:1600px) {
    .newbox .layout {
        padding: 0 15px;
    }

    .news {
        font-size: 30px;
        margin-top: 20px;
    }

    .newtext {
        margin-top: 15px;
    }

    .newbtn {
        font-size: 18px;
        margin-top: 15px;
        padding: 8px 10px;
    }
}

@media screen and (max-width:900px) {
    .olink {
        margin: 0px 10px;
    }
}

@media screen and (max-width:700px) {
    .intro {
        position: relative;
        text-align: center;
    }

    .news {
        font-size: 18px;

    }

    .newtext {
        display: none;
    }

    .newbtn {
        display: none;
    }



    .conway {
        padding: 40px 0px;
    }

    /* 联系方式 */
    .catitle {
        font-size: 18px;
    }

    .catitle span {
        margin-right: 10px;
    }

    .catitle div {
        font-size: 16px;
        margin-top: 10px;
    }

    .calist {
        margin: 20px -0px 0px -0px;
    }

    .caitem {
        width: 100%;
        float: none;
        padding: 5px 0px;
    }

    .cainner {
        padding: 15px 15px;
        text-align: left;
    }


    .caname {
        text-align: left;
    }

    .caicon {
        display: none;
    }


    .cabo {
        margin-top: 10px;
        height: fit-content;
    }

    .catext {
        text-align: left;
        font-size: 14px;
        margin-top: 10px;
        line-height: 20px;
    }

    .cainner1 .catext {
        text-align: left;

    }

    .colist {
        margin: 20px -5px 0px -5px;
    }

    .coitem {
        width: 33.3%;
        padding: 10px 5px;
    }

    .cname {
        margin-top: 10px;
    }


    .comaddress {
        margin-top: 20px;
        padding: 40px 0px;
    }

    .map {
        margin-top: 20px;
    }


    .mapblock {
        width: 50%;
        height: 60px;

    }

    .mapcon {
        width: 140%;
        height: 40px;
    }

    .mapdot {
        transform: translateY(-18px);

    }

    .maptext {
        margin-left: 10px;
        line-height: 40px;
    }

    .other {
        padding: 20px 0px;
    }

    .olink {
        margin: 10px 5px;
        font-size: 14px;
    }



    .bottom {
        padding: 20px 5px;
    }

    .coblock {
        margin-top: 20px;
        padding: 15px 10px;
        border-radius: 10px;
    }

    .e_title {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        float: none;
        font-weight: bold;
    }

    .e_right {
        margin-left: 0px;
        margin-top: 10px;
    }

    .e_item {
        float: none;
        display: inline-block;
        width: fit-content;
        text-align: center;
        box-sizing: border-box;
        margin: 10px 20px 10px 20px;
    }

    .e_code {
        left: -20px;
        width: 150px;
        transform: translateX(0%) scale(0.1);
        padding: 10px;
    }

    .e_item:hover .e_code {
        display: block;
        bottom: 70px;
        opacity: 1;
        transform: translateX(-0%) scale(1);
    }

    .e_code2 {
        width: 150px;
    }
    .e_code::before {
        left: 20px;
        transform: translateX(-0%) rotate(45deg);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

    }

    .e_code::after {
        left: 7px;
        transform: translateX(-0%);
    }

    .e_code_name {
        font-size: 12px;
    }


    .e_codeimg {
        width: 80px;
        height: 80px;
        margin: 15px 10px 0px 10px;
    }

    .e_codeimg img {
        width: 80px;
        height: 80px;
    }

    .e_text {
        font-size: 13px;
    }


}