

/* 全局 */

img {
    border: 0;
    max-width: 100%;
    height: auto;
}


body {
    color: #666666;
    font-family: 'pingFangSC-Regular';
    font-size: 18px;
}

p {
    text-align: justify;
    text-justify: auto;
    font-size: 14px;
}

/* a:hover,
a:focus, */
a:active {
    color: #000000;
}

/* Banner图 */

.tm-page-header {
    width: 100%;
    height: 620px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 165px;
}

/* Container */

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-header h4 {
    color: #000000;
    padding: 40px 0;
}

.section-header span {
    color: #666666;
    font-size: 14px;
}

.no-padding {
    padding: 0;
}

.menu1{
    padding: 30px 0 50px 15px;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}

.bold {
    color: #000000;
    /* font-weight: bold; */
}

/* ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
} */

.tab-content {
    border-left: 1px solid #ddd;
}

/* 咨询快讯 */

.borderbottom{
    border-bottom: 1px dashed #ddd;
}

.col-lg-4{
    padding: 80px 25px 78px 50px;
}

.col-lg-8{
    margin: auto;
}

.col-lg-8 h4 {
    margin-bottom: 32px;
}

/* 酒链问答 */

.question h4 {
    margin-bottom: 26px;
}

.question{
    padding: 60px 0 60px 40px;
    margin: 30px 0 0 10px;
}

.question:hover {
    /* 设置阴影 */
    -webkit-box-shadow: #ededed 0px 0px 10px 5px;
    -moz-box-shadow: #ededed 0px 0px 10px 5px;
    box-shadow: #ededed 0px 0px 10px 5px;
}

/* 咨询详情 */

.details h4 {
    margin-bottom: 20px;
}

.details{
    padding: 80px 0 30px 50px;
    border-bottom: 1px dashed #ddd;
}

.details2{
    padding: 30px 0 120px 50px;
    text-align: center;
}

.details2 p{
    line-height: 30px;
    margin-bottom: 46px;
}

.details2 img{
    width: 540px;
    height: 370px;
}

/* foot */

.foot {
    background: #000000;
    background: url(../imgs/index-foot1.png)no-repeat;
    padding: 80px 0 10px 0;
}

.foot h2 {
    color: #ffffff;
}

.foot p {
    color: #ffffff;
}

.foot1 div {
    text-align: center;
}

.foot2 p {
    text-align: center;
    margin-bottom: 0px;
}

.foot-end {
    margin-top: 50px;
}

.foot-end p {
    text-align: center;
}

.police {
    font-size: 14px;
    color: #ffffff !important;
}

.police img {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

/* 小于768px 手机端显示转变 */

@media (max-width: 768px) {
    .section-header h4{
        padding: 20px 0 10px 0;
    }
    .menu1 {
        padding: 15px 0 15px 15px;
    }
    .menu2{
        padding: 0 0 15px 15px;
        border-bottom: 1px dashed #ddd;
    }
    .foot {
        background: #000000;
        /* background: url(../imgs/index-foot.png)no-repeat; */
        padding: 80px 0 10px 0;
    }
    .tab-content {
        border-left: none;
    }
    .col-lg-4 {
        padding: 80px 30px 50px 30px;
    }
    .question {
        padding: 60px 30px;
    }
    .details{
        padding: 40px 0 15px 50px;
    }
    .details2 {
        padding: 30px 20px 20px 20px;
    }
    .details2 img {
        height: auto;
    }
    h2 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    h5{
        font-size: 15px;
    }
    h4 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    body{
        font-size: 16px;
    }
    .section-header span{
        font-size: 10px;
    }
    .section-padding{
        display: none;
    }
}

/* 小于1200px 显示转变 */

@media (max-width: 1200px) {
    .tm-page-header {
        height: 329px;
    }
}

/* 大于768px小于992px 平板端显示转变 */

@media (max-width: 992px) {
    .tm-page-header {
        height: 250px;
    }
    /* .tm-about-text{
        text-align: center;
    } */
}


/* 大于1200px PC端显示转变 */
@media (min-width: 1200px) {
    .container {
        max-width: 1480px;
    }
}
@media (min-width: 1200px) {
    .container1 {
        max-width: 1140px;
    }
}
.no-padding{
    overflow: hidden;
}