.layui-carousel {
    max-height: 600px;
    background-color: #fff;
}

.layui-carousel a {
    overflow: hidden;
}

.layui-carousel img {
    width: 100%;
    height: auto;
    display: block;
}

.layui-carousel > [carousel-item] > * {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.td-cont-box {
    width: 100%;
    min-width: 290px;
    padding: 50px 0;
}

.td-cont-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.td-cont-industry {
    background-image: url('../images/bg-industry.jpg');
}

.td-cont-title {
    text-align: center;
}

.td-cont-cn {
    line-height: 40px;
    font-size: 32px;
    color: #333;
}

.td-cont-line {
    height: 5px;
    line-height: 0;
    font-size: 0;
    background-color: #be0f1f;
    padding: 2px 10px;
    overflow: hidden;
}

.td-cont-en {
    line-height: 30px;
    font-size: 14px;
    color: #b28850;
    text-transform: uppercase;
    border-top: 1px solid #f9f9f9;
    padding-top: 5px;
}

.td-cont-bg .td-cont-cn {
    color: #fff;
}

.td-cont-bg .td-cont-en {
    border: 0;
    padding: 0;
}

.td-cont-indwrap {
    margin: 30px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.td-cont-inditem {
    padding: 20px 30px;
}

.td-cont-ind-logo {
    height: 60px;
}

.td-cont-ind-logo img {
    width: auto;
    height: 60px;
    display: inline-block;
}

.td-cont-ind-name {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.td-cont-ind-desc {
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    color: #d6b58a;
    margin: 20px 0;
    overflow: hidden;
}

.td-cont-ind-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    color: #362e2b;
    display: block;
}


.td-cont-indhover {
    position: absolute;
    width: 100%;
    right: 100%;
    top: 5px;
    bottom: 5px;
    z-index: 3;
    transition: all .25s ease;
    overflow: hidden;
}

.td-cont-ind-img {
    text-align: center;
    background: #fff;
}

.td-cont-ind-img img {
    height: 150px;
    display: inline-block;
}

.td-cont-ind-info {
    background-color: #be0f1f;
    padding: 15px;
}

.td-cont-ind-info .td-cont-ind-name {
    margin: 0;
}

.td-cont-ind-info .td-cont-ind-desc {
    height: 40px;
    margin: 0;
}

.td-cont-indwrap:hover .td-cont-indhover {
    right: 5px;
}

.td-cont-more {
    text-align: center;
    overflow: hidden;
}

.td-cont-more a {
    font-size: 14px;
    color: #b28850;
    border: 1px solid #b28850;
    border-radius: 4px;
    padding: 10px 30px;
    display: inline-block;
    transition: all .25s ease;
}

.td-cont-more a:hover {
    background-color: #b28850;
    color: #fff;
    padding: 10px 40px;
}

.td-active-wrap {
    padding: 40px 0;
}

.td-active-wrap a {
    width: 100%;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}

.td-active-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.td-cont-introduce {
    background-image: url(../images/bg-introduce.jpg);
}

.td-cont-introduce .layui-tab {
    margin-top: 30px;
}

.td-cont-introduce .layui-tab-content {
    padding: 0;
}

.td-cont-introduce .layui-tab-item {
    position: relative;
    z-index: 1;
}

.td-cont-introduce-info {
    position: absolute;
    z-index: 2;
    width: 40%;
    left: 10%;
    top: 80px;
}

.td-cont-introduce-info h1 {
    font-size: 24px;
    color: #be0f1f;
    line-height: 40px;
}

.td-cont-introduce-info p {
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    margin: 20px 0;
}

.td-cont-introduce-info a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #b28850;
    border: 1px solid #b28850;
    text-align: center;
    border-radius: 15px;
    display: block;
}

.td-cont-introduce .layui-tab-item img {
    width: 100%;
}

.td-cont-introduce .layui-tab-title {
    border: 0;
    display: flex;
}

.td-cont-introduce .layui-tab-title li {
    width: 100%;
    background-color: #b28850;
}

.td-cont-introduce .layui-tab-title .layui-this:after {
    border: 0;
}

.td-cont-introduce .layui-tab-title .layui-this {
    background-color: #be0f1f;
    color: #fff;
}

.td-cont-news-pic {
    overflow: hidden;
}

.td-cont-news-img {
    height: 300px;
    overflow: hidden;
}

.td-cont-news-img img {
    width: 100%;
    margin-top: -20px;
    display: block;
}

.td-cont-news-info {
    padding: 20px;
    padding-bottom: 0;
    overflow: hidden;
}

.td-cont-news-time {
    width: 18%;
    text-align: center;
    padding-right: 10%;
    float: left;
}

.td-cont-news-time h4 {
    font-size: 28px;
    font-weight: bold;
    color: #be0f1f;
}

.td-cont-news-time p {
    font-size: 16px;
    color: #b28850;
}

.td-cont-news-cont {
    width: 60%;
    padding-left: 10%;
    border-left: 1px solid #e9e9e9;
    float: right;
}

.td-cont-news-t {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #111;
    overflow: hidden;
}

.td-cont-news-c {
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
    overflow: hidden;
}

.td-cont-news-btn {
    line-height: 20px;
    font-size: 16px;
}

.td-cont-news-btn a {
    font-size: 14px;
    color: #be0f1f;
    display: inline-block;
    transition: all .25s ease;
}

.td-cont-news-btn a:hover {
    background-color: #be0f1f;
    color: #fff;
    border-radius: 4px;
    padding: 0 5px;
}

.td-cont-news-word .td-cont-news-info {
    padding: 0;
}

.td-cont-news-word .td-cont-news-time {
    width: 23%;
    padding-right: 2%;
    padding-top: 10px;
    text-align: right;
}

.td-cont-news-word .td-cont-news-time h4 {
    color: #111;
}

.td-cont-news-word .td-cont-news-time p {
    color: #333;
}

.td-cont-news-word .td-cont-news-cont {
    padding-top: 19px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.td-cont-news-word .td-cont-news-info:last-child .td-cont-news-cont {
    padding-top: 20px;
    border-bottom: 0;
}

.td-cont-news-word .td-cont-news-t {
    color: #b28850;
    display: block;
}

.td-cont-news-word .td-cont-news-t:hover {
    color: #be0f1f;
}

.td-cont-news-word .td-cont-news-c {
    margin-top: 30px;
}

.swiper-container {
    width: 280px;
    height: 325px;
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    top: 144px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: none;
    outline: none;
}

.swiper-button-next i, .swiper-button-prev i {
    font-size: 32px;
}

.swiper-button-prev {
    left: 0;
    right: auto;
}

.swiper-button-next {
    left: auto;
    right: 0;
}

/** åª’ä½“æŸ¥è¯¢ **/

@media screen and (max-width: 1200px) {
    .layui-carousel > [carousel-item] > * {
        height: 600px;
    }
    .td-cont-ind-img img {
        margin-left: -22px;
    }
    .td-cont-introduce-info {
        top: 60px;
    }
}

@media screen and (max-width: 1023px) {
    .layui-carousel > [carousel-item] > * {
        height: 400px;
    }
    .td-cont-industry {
        background: none\9;
        background: #362e2b\9;
    }
    .td-cont-industry .layui-container {
        width: 710px;
    }
    .td-cont-industry .layui-col-lg3, .td-cont-indhover {
        display: none;
    }
    .td-cont-indwrap {
        text-align: center;
    }
    .td-cont-ind-icon {
        margin: 0 auto;
    }
    .swiper-container {
        width: 640px;
        height: 325px;
        display: block;
    }
    .td-cont-ind-logo img {
        width: auto;
        height: 60px;
        display: inline-block;
    }
    .td-cont-introduce-info {
        top: 40px;
    }
    .td-cont-introduce-info h1 {
        font-size: 18px;
        line-height: 30px;
    }
    .td-cont-introduce-info p {
        height: 40px;
        line-height: 20px;
        margin: 20px 0;
    }
    .td-cont-introduce-info a {
        width: 100px;
        height: 24px;
        line-height: 24px;
    }
    .td-cont-news-img {
        height: auto;
    }
    .td-cont-news-word {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .td-cont-ind-logo img {
        width: auto;
        height: 60px;
        display: inline-block;
    }
}

@media screen and (max-width: 719px) {
    .layui-carousel > [carousel-item] > * {
        height: 300px;
    }
    .td-cont-industry .layui-container {
        width: 310px;
    }
    .td-active-wrap {
        min-width: 340px;
    }
    .td-cont-introduce .layui-tab {
        min-width: 340px;
    }
    .td-cont-introduce-info h1 {
        font-size: 24px;
        line-height: 40px;
    }
    .td-cont-introduce-info p {
        display: none;
    }
    .td-cont-introduce-info a {
        width: 100px;
        height: 24px;
        line-height: 24px;
        margin-top: 30px;
    }
    .swiper-container {
        width: 280px;
        height: 325px;
        display: block;
    }
    .td-cont-ind-logo img {
        width: 100%;
        height: auto;
        display: inline-block;
    }
}

@media screen and (max-width: 550px) {
    .td-cont-introduce-info h1 {
        display: none;
    }
    .td-cont-introduce-info {
        top: 0;
    }
    .td-cont-introduce-info a {
        width: 100px;
        height: 24px;
        line-height: 24px;
        margin-top: 50px;
    }
}
