
#container-w {
    height: 1150px;
    overflow-x: hidden;
    overflow-y: auto;
}

#container-w ::-webkit-scrollbar {
    width: 10px;
    opacity: 0.5;
}

#container-w ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background-color: #f1f1f1;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 15%,
            transparent 15%,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            rgba(255, 255, 255, 0.2) 50%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}

#container-w ::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(183, 183, 183, 0.51);
    border-radius: 10px;
}

.search-backimg {
    height: 50px;
    position: relative;
    margin-left: 10%;
}

.insInput {
    padding: 12px 20px 12px 35px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px 0 20px 68%;
    font-size: 16px;
    height: 30px;
}

.search-backimg img {
    height: 20px;
    width: 20px;
    margin-top: -94px;
    margin-left: 70%;
}

/*检索*/
.pro-search-ins {
    justify-content: left;
    margin-right: 20px;
    height: 40px;
    display: flex;
    margin-top: 30px;
    padding-left: 3rem;
}

.pro-search-ins input {
    border: 1px solid lightgrey;
    width: 300px;
    outline: none;
    padding-left: 20px;
}

.pro-search-ins button {
    width: 50px;
    background: none;
    outline: none;
    border: 1px solid lightgrey;
}

#myUL-ins {
    /* 移除默认的列表样式 */
    list-style-type: none;
    overflow: hidden;
    margin-top: -10px;
    /*margin-bottom: 80px;*/
}

#myUL-ins li {
    padding: 5px;
    height: 240px;
    width: 46%;
    float: left;
    margin: -5px 10px;
}


.my-ins-card-text a {
    font-size: 14px;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px 0; /* 添加内边距 */
    text-decoration: none; /* 移除默认的下划线 */
    color: black; /* 设置文本为黑色 */
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    text-overflow: ellipsis;
    white-space: normal !important;
    font-weight: bold;
}

.my-ins-card-text a:hover:not(.header) {
    background-color: #eee;
    box-shadow: 1px 1px 2px #ccc;
}

.ul li my-ins-card {
    height: 160px;
    width: 300px;
}

.my-ins-card img {
    margin-top: 30px;
    height: 140px;
    width: 140px;
    border: lightgrey solid 2px;
    box-shadow: 2px 2px 2px;
    object-fit: cover;
}

.my-ins-card-text {
    margin-top: 24px;
    margin-left: 15px;
}

.my-ins-card-text span {
    display: none !important;
}

.my-ins-card p {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}


/*右侧*/
#right-ins {
    margin-top: 10px;
    padding: 20px;
}

#right-ins h2 {
    font-size: 18px;
    text-align: left;
}

.r-line-ins {
    background: #1487f4;
    height: 4px;
}

.r-line-ins a {
    position: absolute;
    margin-left: 85px;
    margin-top: -10px;
    color: black;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
}

.right-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-connect {
    display: flex;
    list-style: none;
    margin: 15px auto;
}

.right-connect li {
    list-style: none;
    padding-left: 15px;
}

.right-connect img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}


.tip {
    display: inline-block;
    margin-left: -10px;
    margin-right: -30px;
}


.tip:hover .tiptext {
    visibility: visible;
}

.tip .tiptext {
    width: 240px;
    padding-left: 5px !important;
    text-align: left;
    margin-top: 50px;
    margin-left: -130px;
    visibility: hidden;
    background: #1487f4db;
    color: #fff;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}


/*右下方列表*/

.ins-list-tab {
}

.ins-list-tab li {
    list-style: none;
}

.ins-list-tab li img {
    height: 150px;
    width: 100%;
    margin: auto;
    object-fit: cover;
    padding-top: 20px;
}


.ins-list-tab li a {
    color: black;
    margin: 5px auto;
    padding-top: 3px;
    font-size: 16px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical !important;
}

.ins-list-tab li span {
    font-size: 14px;
    color: #888;
}

.ins-list-tab2 {
    margin-left: -10px;
}

.ins-list-tab2 li {
    display: flex;
    float: left;
    width: 75px;
    margin-left: 10px;
    margin-top: 15px;
    border: lightgrey solid 1px;
    border-radius: 20px;
}


.ins-list-tab2 li a {
    padding: 5px 10px;
    color: #595959;
    text-align: center;
}

.ins-list-tab2 li:hover {
    background: #f39800;
}

.ins-list-tab2 li a:hover {
    color: white;
}


/*右侧联系方式*/

.dropbtn {
    border: lightgrey solid 1px !important;
    color: black;
    padding: 16px;
    margin-left: 20px;
    font-size: 16px;
    cursor: pointer;
    display: grid;
    border-radius: 50%;
    position: relative;
    left: 20px;
}

.dropdown1, .dropdown2, .dropdown3 {
    float: right;
    position: fixed;
    display: inline-block;
    top: 28%;
    right: 20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: -5px;
    right: 80px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#Phone {
    height: 100px;
    width: 230px;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 18px;
}

#wxImg {
    height: 190px;
    width: 230px;
}

#wxImg img {
    height: 85px;
    width: 100%;
    margin-top: 7px;
}

#qqNo {
    height: 100px;
    width: 230px;
}

#qqNo p {
    display: grid;
    padding-left: 40px;
    font-size: 18px;
}

#qqNo p span {
    margin-top: 10px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown1:hover .dropdown-content {
    display: block;
}

.dropdown2:hover .dropdown-content {
    display: block;
}

.dropdown3:hover .dropdown-content {
    display: block;
}

.dropdown1:hover .dropbtn {
    background-color: #FFB300;
    color: white;
}

.dropdown2:hover .dropbtn {
    background-color: limegreen;
    color: white;
}

.dropdown3:hover .dropbtn {
    background-color: dodgerblue;
    color: white;
}

.dropbtn i:hover {
    color: white !important;
}


@media screen and (max-width: 768px) {
    #right-ins {
        display: none;
    }

    .pro-search-ins {
        margin-left: 0 !important;
    }

    .pro-search-ins input {
        width: 160px !important;
    }

    #myUL-ins {
        position: inherit !important;
        background: white !important;
        margin-top: 5%;
        margin-left: -5%;
        overflow: visible;
    }

    #myUL-ins li {
        width: 100% !important;
        padding: 0;
    }

    .my-ins-card-text a {
        padding: 0 !important;
        height: auto !important;
        text-align: left !important;
    }

    #container-w {
        margin-left: -10% !important;
    }
}