
.btab_head {
    margin-top: 2%;
    background: #fff;
    font-size: 18px;
    color: black;
}

.btab_head_div {
    color: #1487f4;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 70px;
    background: #fff;
}


.line-bottom {
    height: 1px;
    background: lightgrey;
    margin-top: -10px;
}


.right-title {
    width: 100%;
    margin-left: 0px;

}

.right-title p {
    font-size: 17px;
    color: #1487f4;
    display: table-cell;
}


/*中间选项卡样式*/
.m-tab {
    float: left;
    width: 30%;
    height: 300px;
    margin-right: -22px;
}

.m-ico-ind {
    background: #0e3e7d;
    display: inline-flex;
    width: 85%;
}

.m-ico-ind img {
    height: 28px;
    width: 30px;
    margin: 15px 10px 10px 20px;
}

.m-tab p {
    color: white;
    font-size: 22px;
    margin: auto 10px;
    font-weight: 600;
}

/* 为用于打开选项卡内容的按钮设置样式 */
.m-tab button {
    font-size: 20px;
    display: block;
    color: #0a58ca;
    padding: 15px;
    width: 85%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    background: #cbe6f8;
    border-bottom: solid 1px #008ccd14;

}

.m-tab button a {
    color: #0a58ca;
    font-size: 17px;
}

.m-tab button a:hover {
    color: white;
}

/* 更改悬停按钮的背景颜色 */
.m-tab button:hover {
    background-color: rgba(0, 104, 183, 0.7);
    color: white;
}

/* 创建一个 active/current 的 "tab button" 类 */
.m-tab button.active {
    background-color: #0a58ca;
}

.m-tab button.active a {
    color: white;
}

/* 设置选项卡内容的样式 */
.tabcontent {
    float: left;
    width: 100%;
    border-left: none;
    margin-top: -20px;
    margin-bottom: 50px;
}

.tabcontent {
    display: none;
}

.current {
    display: block;
}

.tabcontent h4 {
    padding-bottom: 20px;
    color: #1487f4;
    font-weight: bolder;
    width: 96%;
}

.hy-text {
    width: 95%;
    margin-left: 10px;
    padding-bottom: 10px;
    border-bottom: lightgrey solid 1px;
}

.tabcontent li {
    list-style: none;
    line-height: 60px;
    border-bottom: lightgrey dashed 1px;

    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    text-overflow: ellipsis;
    white-space: normal;
}

.tabcontent a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: normal;
    color: #001384;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 17%;
}

.tabcontent a:hover {
    background: #eee;
    color: #0976D2;
    border-radius: 10px;
}


.tabcontent p {
    float: right;
    margin-top: -60px;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    text-overflow: ellipsis;
    white-space: normal;
}

.tabcontent .summary {
    color: #a9a9a9;
    line-height: 1.5rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
}


.right-connect {
    display: flex;
    list-style: none;
    margin: 15px auto;
}

.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;
}


.right-connect {
    display: flex;
    list-style: none;
    margin: 15px auto;
}

.right-connect img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}


/*右下方列表*/
#right-ind {
    margin-top: -40px;
    padding: 20px;
}

#right-ind h2 {
    font-size: 18px;
    text-align: left;
}

.industry-list-tab {
    margin-top: 20px;
}

.industry-list-tab li {
    list-style: none;
    padding: 5px;
}

.industry-list-tab li img {
    height: 140px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    border: lightgrey solid 1px;
}

.industry-list-tab li a {
    color: black;
    margin-top: 10px;
    padding-top: 1px;
    font-size: 16px;
    text-decoration: none;

    word-break: break-all;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
}

.industry-list-tab li span {
    font-size: 14px;
    color: #888;
}

/*右侧联系方式*/

.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;
}

#industry-pag ul {
    position: relative;
    display: flex;
    margin-top: 50px;
    margin-bottom: 0px !important;
    /*height: 100px !important;*/
}

#industry-pag ul li {
    display: grid !important;
    overflow: inherit !important;
}

/**/

.huiyi-title {
    display: flex;
    background: #cbe6f8;
}


.huiyi-title b {
    text-align: center;
    padding-top: 10px;
    height: 40px;
    border-right: lightgrey solid 1px;
    font-size: 18px;
    color: rgb(3 108 190);
}


.huiyi-detail {
    display: flex;
}

.tabcontent #huiyi-item:nth-child(2n) {
    background: #f1f1f1;
}

.huiyi-detail a {
    padding-left: 30px;
    padding-right: 0px !important;
    font-size: 17px !important;
    border-right: lightgrey solid 1px;

}

.huiyi-detail a:hover {
    border-radius: 0px !important;
    background: none !important;
}

@media screen and (max-width: 768px) {
    .news-title h2 {
        padding-left: 20px !important;
    }

    #right-ind {
        display: none;
    }

    .m-ico-ind {
        display: none;
    }

    .m-tab {
        margin-left: -20px;
        margin-top: 30px;
    }

    .m-tab button {
        width: 60px;
        padding: 10px;
    }

    .tablinks i {
        display: none;
    }

    .tabcontent .current {
        float: left;
        width: 85%;
        border-left: none;
        margin-top: -20px;
        margin-bottom: 50px;
    }

    .tabcontent li {
        width: 90% !important;
    }

    .tabcontent a {
        font-size: 16px;
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
    }


    .tabcontent p {
        display: none !important;
    }

    #industry-pag ul {
        margin-left: 100%;
        position: relative;
        background: none;
        width: 100%;
        height: 100%;
        top: 0;
    }

    #industry-pag span {
        margin-right: 15% !important;
    }

    .input-group {
        flex-wrap: inherit !important;
    }

    .huiyi-title {
        margin-left: 10%;
    }

    .huiyi-title b {
        width: 100px !important;
    }

    .tabcontent #huiyi-item {
        margin-left: 10%;
        border-bottom: none !important;
    }

    .huiyi-detail a {
        width: 90px !important;
        padding-left: 30px;
        padding-right: 0 !important;
        font-size: 14px !important;
        border: lightgrey dashed 1px !important;

    }

}

