
.first {
    padding: 50px 0px 80px;
    text-align: center;
    color: #333;
}

.banner-text {
    position: absolute;
    width: 500px;
    height: 168px;
    left: 50%;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, .5); */
    top: 50%;
    z-index: 50;
    transform: translate(-50%, -50%);
}

.content02_con_a1_b1 {
    width: 270px;
    height: 210px;
    margin: auto;
    background: rgba(10, 44, 78, .6);
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content02_con_a1_b1 a {
    display: block;
    width: 270px;
    height: 210px;
    float: left;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 54px;
}

.content02_con_a1_b1 a text {
    /* width: 220px; */
    text-align: center;
    line-height: 24px;
    margin: 60px auto 0;
    text-decoration: none;
}

.content02_con_a1_b1:hover {
    opacity: 1;
}

.xm {
    width: 270px;
    height: 210px;
    overflow: hidden;
    margin: auto;
}

.xm img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.xm img:hover {
    transform: scale(1.2);
    transition: 1s;
}

.content01_con_img {
    width: 440px;
    height: 320px;
    overflow: hidden;
}

.content01_con_img img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.content01_con_img img:hover {
    transform: scale(1.2);
    transition: 1s;
}

.blues {
    color: #333;
    padding: 50px 0px 80px;
    background: #eaeff6;
    text-align: center;
}

.icon-fuwu2 {
    text-align: left;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.icon-text {
    text-align: center;
    font-size: 16px;
    margin: 6px 30px 0px;
    font-weight: 700;
}

.dq {
    width: 240px;
    margin: auto;
    height: 240px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #eaeff6;
}

.dq:hover {
    box-shadow: 0 0 16px 0 #bbbbbb;
}


/* .banner {
    width: 100%;
    margin: 0 auto;
    height: 800px;
    background-image: url(../image/banner1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner img {
    margin-top: 240px;
    margin-left: 80px;
} */

.icon-text-assist {
    margin: 0px 30px;
    color: #999;
    font-size: 14px;
    padding-top: 6px;
}

.icon-fuwu {
    text-align: left;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    display: flex;
    /* overflow: hidden; */
    margin-top: 60px;
}

.icon-card {
    margin-bottom: 20px;
    /* width: 25%;
    float: left; */
}

.anli {
    width: 1200px;
    justify-content: space-between;
    margin: auto;
    display: flex;
    margin-top: 60px;
}

.al-card {
    /* width: 33.3%; */
    position: relative;
}

.al-text {
    position: absolute;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kuangcon a {
    text-decoration: none;
}

.al-card img {
    box-shadow: 0px 2px 4px;
    width: 320px;
    /* height: 176px; */
}

.kuangcon {
    background-color: rgb(255, 242, 234);
    width: 1200px;
    margin: 40px auto;
    z-index: 2px;
}

.addres {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 1200px;
    margin: auto;
    font-size: 13px;
}

.addres >div {
    width: 30%;
}
.addres img {
    width: 100%;
}
.addres-div {
    margin: 10px auto;
    font-weight: 700;
    font-size: 22px;
}

.our {
    background-color: #fff;
    z-index: 10px;
    position: relative;
    /* top: 20px;
    right: 20px; */
    margin: auto;
    /* margin-top: 60px;
    margin-bottom: 80px; */
    text-align: left;
    display: flex;
    box-shadow: 0 0 10px 0 #cccccc;
}

.our p {
    float: left;
    flex: 1;
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 40px;
    margin-left: 30px;
    margin-right: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}