﻿::-webkit-scrollbar {
    display: none;
    }
#map-container { width: 100%; height: 26vw; border-radius: 4px; }


/*隐藏轮播图*/
.zyt_banner {
    display: none;
}

.g-main{ width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%; background-image: url(../picture/body_bg.jpg);}

/*覆盖layui.css的body全局样式*/
body { line-height: 1.6; color: #333; color: rgba(0,0,0,.85); font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif; }


/*确保头部样式一致*/
.zyt_header {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    box-sizing: border-box;
}

.zyt_give_name {
    font-size: 0.9vw;
    color: #000;
    display: flex;
    align-items: center;
}

.zyt_login {
    width: 15%;
    text-align: right;
    color: #0066ff;
}

.zyt_main {
    width: 100%;
}

.banner_img {
    width: 100%;
 
}

.banner_img img {
    max-width: 100%;
    height: auto;
}

.contactUs {
    width: 70vw;
    height: 26vw;
    margin: 3vw auto;
}

.contactUs {
    display: flex;
    justify-content: space-between;
}

.us_left {
    width: 40%;
}

.us_name {
    width: 100%;
    line-height: 7vh;
    background: linear-gradient(135deg, #1a3a6b, #2a5caa, #c8a86e);
    color: #FFFFFF;
    text-align: center;
    font-size: 1vw;
    font-weight: 700;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .contactUs {
        flex-direction: column;
        height: auto;
        width: 90vw;
    }
    .us_left {
        width: 100%;
    }
    .us_right {
        width: 100%;
        margin-top: 3vw;
    }
    #map-container {
        height: 60vw;
    }
    .us_name {
        font-size: 5vw;
        line-height: 10vw;
    }
    .blogInfo_lefts {
        height: auto;
        padding: 3vw;
    }
    .bb_left img {
        width: 6vw;
        height: 6vw;
    }
    .bb_right {
        font-size: 3.5vw;
        line-height: 6vw;
        width: auto;
    }
    .yesds {
        width: 90vw;
    }
    .yesdsTitle {
        font-size: 4vw;
    }
    .yesdsTitle span {
        font-size: 3.5vw;
    }
    .yesdsList {
        width: 45%;
        margin-right: 5%;
    }
    .yesdsList:nth-child(2n) {
        margin-right: 0;
    }
    .yesdsName {
        font-size: 3vw;
        line-height: 5vw;
    }
}

.blogInfo_lefts {
    width: 100%;
    background-color: #f5f5f5;
    height: 23vw;
    padding: 1vw;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
}

.blogInfo_left_icon1 {
    display: flex;
    width: 100%;
    font-weight: bold;
    height: 100%;
    align-items: center;
}

.bb_left img {
    width: 2vw;
    height: 2vw;
}

.bb_right {
    padding: 10px;
    width: 20vw;
    color: #000000;
    font-size: 1vw;
    line-height: 1.5vw;
}

.us_right {
    width: 59%;
}

/*地图*/
.my-map {
    margin: 0 auto;
    width: 100%;
    height: 26vw;
}

.my-map .icon {
    background: url(../image/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.myinfowindow {
    width: 240px;
    min-height: 50px;
}

.myinfowindow h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 220px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.myinfowindow div {
    margin-top: 10px;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #6f6f6f;
}


.yesds {
    width: 70vw;
    height: auto;
    margin: 3vw auto;
}
.yesdsUs {
    width: 100%;
}
.yesdsTitle {
    width: 100%;
    font-size: 1.3vw;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.yesdsTitle span {
    font-size: 1vw;
    color: #000;
}
.yesdsBox {
    width: 100%;
    display: flex;
    margin-top: 2vw;
    justify-content: center;
}
.yesdsList {
    width: auto;
	padding: 20px 20px 0px 20px;
    background-color: #eee;
}
.yesdsList:nth-child(5n){
    margin-right: 0;
}
.yesdsImg {
    width: 100%;
	text-align:center;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
   
}
.yesdsImg  img{
    width: 100%;
    height:auto;
}
.yesdsName {
    font-size: 1vw;
    color: #000;
    text-align: center;
    padding: 1vw 0.5vw;
    line-height:1.5vw;
}