.el-carousel__container {
    overflow: hidden;
}

.carousel_txt {
    position: absolute;
    top: 25vh;
    left: 20%;
    color: #ffffff;
}

.carousel_txt > p:nth-child(1) {
    font-size: 25px;
    margin-bottom: 30px;
}

.carousel_txt > p:nth-child(2) {
    font-size: 50px;
    margin-bottom: 50px;
}

.carousel_txt > div {
    width: 150px;
    height: 40px;
    background: #083CA0;
    line-height: 40px;
    text-align: center;
}

.carousel_txt > div:hover {
    background: rgba(8, 60, 160, 0.8);
}

.tongji {
    width: 1200px;
    margin: 80px auto 0;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
}

.tongji_p1 {
    font-size: 18px;
    color: #888888;
}

.tongji_p2 {
    font-size: 40px;
    color: #083CA0;
}

#zongbu {
    margin: 50px 0;
    background: url(../img/1.png) no-repeat center center;
    background-size: 100% 100%;
    height: 800px;
}

#zongbu > p:nth-child(2) {
    font-size: 30px;
    width: 800px;
    margin-left: calc(50% - 400px);
    text-align: center;
    margin-bottom: 30px;
}

#zongbu > p:nth-child(3) {
    font-size: 15px;
    color: #888888;
    width: 800px;
    margin-left: calc(50% - 400px);
    text-align: center;
    margin-bottom: 30px;
}

#zixun {
    width: 1200px;
    margin-left: calc(50% - 600px);
}

#zixun_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

#zixun_head_lt {
    display: flex;
    justify-content: left;
    align-items: end;
}

#zixun_head_lt > p:nth-child(1) {
    font-size: 30px;
}

#zixun_head_lt > p:nth-child(2) {
    color: #888888;
    font-size: 15px;
    margin-left: 1vw;
}

#zixun_body {
    display: flex;
    justify-content: space-between;
}

#zixun_body_lt {
    background: #F9F9F9;
    width: 50%;
    padding: 40px 40px 20px;
    height: 400px;
    overflow: hidden;
}

#zixun_body_lt > p:nth-child(2) {
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#zixun_body_lt > p:nth-child(3) {
    font-size: 15px;
    color: #888888;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#zixun_body_rt {
    border-top: 1px solid #eeeeee;
    width: 50%;
    margin-left: 35px;
    overflow: hidden;
}

.zixun_body_rt_list {
    height: 90px;
    border-bottom: 1px solid #eeeeee;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.zixun_body_rt_list_top {
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 20px;*/
}

.zixun_body_rt_list_top_lt {
    display: flex;
    justify-content: left;
    align-items: center;
}

.zixun_body_rt_list_top_lt > div:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 400px;
}

.zixun_body_rt_list_top_lt_dots {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EAEAEA;
    margin-right: 30px;
}

.zixun_body_rt_list_top_rt {
    font-size: 15px;
    color: #888888;
}

.zixun_body_rt_list_bottom {
    display: flex;
    justify-content: space-between;
}

.zixun_body_rt_list_bottom_lt {
    display: flex;
    justify-content: left;
    align-items: center;
}

.zixun_body_rt_list_bottom_lt_dots {
    width: 8px;
    height: 8px;
    margin-right: 30px;
}

.zixun_body_rt_list_bottom_lt > div:nth-child(2) {
    font-size: 15px;
    color: #888888;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 400px;
}

.zixun_body_rt_list_bottom_rt {
    font-size: 15px;
    color: #888888;
}

#jidi {
    background: url(../img/4.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 50px;
}

#map {
    height: 660px;
}

#jidi > p:nth-child(2) {
    font-size: 30px;
    width: 800px;
    margin-left: calc(50% - 400px);
    text-align: center;
    margin-bottom: 30px;
}

#jidi > p:nth-child(3) {
    font-size: 15px;
    color: #888888;
    width: 800px;
    margin-left: calc(50% - 400px);
    text-align: center;
    margin-bottom: 30px;
}

#chanpin {
    width: 1200px;
    margin-left: calc(50% - 600px);
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
}

.chanpin_lt {
    position: relative;
    width: 280px;
    height: 630px;
}

.chanpin_lt > p:nth-child(2) {
    position: absolute;
    top: 60px;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    margin-left: calc(50% - 97.5px);
}

.chanpin_lt > p:nth-child(3) {
    position: absolute;
    top: 110px;
    color: #888888;
    font-size: 15px;
    margin-left: calc(50% - 97.5px);
}

.chanpin_lt > div {
    position: absolute;
    top: 200px;
    color: #ffffff;
    font-size: 15px;
    width: 150px;
    height: 40px;
    margin-left: calc(50% - 75px);
    line-height: 40px;
    border: 1px solid #ffffff;
    text-align: center;
}

.chanpin_lt > div:hover {
    color: #409EFF;
    border: 1px solid #409EFF;
}

.chanpin_rt {
    width: 895px;
    height: 630px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.chanpin_rt_block {
    position: relative;
    overflow: hidden;
    height: 301px;
    border: 1px solid #eeeeee;
    font-size: 0;
}

.chanpin_rt_block > div {
    position: absolute;
    bottom: 0;
    background: #ffffff;
    padding: 20px;
}

.chanpin_rt_block > div > img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: none;
}

.chanpin_rt_block > div > p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.chanpin_rt_block > div > p:nth-child(2) {
    font-size: 15px;
    color: #888888;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.kehu {
    width: 1200px;
    margin-left: calc(50% - 600px);
    margin-bottom: 60px;
}

.kehu_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.kehu_head_lt {
    display: flex;
    justify-content: left;
    align-items: end;
}

.kehu_head_lt > p:nth-child(1) {
    font-size: 30px;
}

.kehu_head_lt > p:nth-child(2) {
    color: #888888;
    font-size: 15px;
    margin-left: 1vw;
}

.kehu_body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.kehu_body_block {
    width: 280px;
    font-size: 0;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.kehu_body_block > img {
    border-radius: 5px;
}

.kehu_body_block > div {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}

.kehu_body_block > img:hover, .kehu_body_block > div:hover {
    cursor: pointer;
}