﻿/*轮播描述*/
.m-carousel-title {
    font-size: 64px;
    margin-top: 230px;
    width: 70%;
    margin-left: 15%;
    color: rgba(255,255,255,0.8);
}

.m-carousel-note {
    font-size: 50px;
    width: 80%;
    margin-left: 10%;
    font-weight:bold;
    margin-top:-30px;
}

.c-col4 {
    width: 16.66667%;
    float: left;
    box-sizing: border-box;
}

.c-col16 {
    width: 66.66667%;
    float: left;
    box-sizing: border-box;
}

.c-gap-top-small {
    margin-top: 8px;
}

.c-line-clamp {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-gap-top {
    margin-top: 16px;
}

.index-top {
    position: relative;
    width: 100%;
    color: #fff;
    background: #000;
    margin-top: 0px
}

    .index-top a {
        color: inherit;
        text-decoration: none
    }

    .index-top .index-top-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        padding: 29px 0;
        background: rgba(0, 0, 0, .35)
    }

        .index-top .index-top-bar .index-top-news ul {
            font-size: 12px
        }

        .index-top .index-top-bar .index-top-media .c-icon {
            display: inline-block;
            position: relative;
            cursor: pointer;
            font-size: 25px;
            margin-right: 8px;
            -webkit-transition: color .3s ease;
            transition: color .3s ease
        }

            .index-top .index-top-bar .index-top-media .c-icon:hover {
                color: #07c7b2
            }

                .index-top .index-top-bar .index-top-media .c-icon:hover .index-top-media-qrcode {
                    visibility: visible;
                    opacity: 1;
                    -webkit-transform: translateZ(0);
                    transform: translateZ(0)
                }

        .index-top .index-top-bar .index-top-media .index-top-media-qrcode {
            position: absolute;
            bottom: 50px;
            left: -44px;
            z-index: 1;
            width: 112px;
            padding-top: 100px;
            font-size: 12px;
            color: #676767;
            text-align: center;
            border-radius: 4px;
            border: 6px solid #fff;
            background: #fff url(../images/erweima.png) 0 0 no-repeat;
            cursor: default;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
            -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
            transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
            transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
            transition: opacity .3s ease, transform .3s ease, visibility .3s ease, -webkit-transform .3s ease
        }

            .index-top .index-top-bar .index-top-media .index-top-media-qrcode:after {
                content: "";
                position: absolute;
                bottom: -16px;
                left: 50%;
                margin-left: -10px;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #fff
            }

        .index-top .index-top-bar .index-top-media .index-top-media-qrcode-alipay {
            background-position: -100px 0
        }

        .index-top .index-top-bar .index-top-media .index-top-media-qrcode-weibo {
            background-position: -200px 0
        }

        .index-top .index-top-bar .index-top-media .index-top-media-qrcode-wechat {
            background-position: -300px 0
        }


/*轮播*/

.m-carousel {
    position: relative;
    overflow: hidden
}

.m-carousel-list {
    overflow-y: hidden;
    width: 100%;
    height: 760px;
    -webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .3s ease;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

    .m-carousel-list li {
        float: left;
        width: 100%;
        height: 100%;
        padding-bottom: 120px;
        overflow: hidden;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: 100%
    }

        .m-carousel-list li a {
            display: block;
            height: 100%
        }

    .m-carousel-list .m-carousel-title {
        font-size: 48px;
        font-weight: 500;
        padding-top: 180px;
        text-shadow: 0 2px 20px rgba(0, 0, 0, .1)
    }

    .m-carousel-list .m-carousel-note {
        font-size: 36px;
        font-weight: 500;
        color: rgba(255,255,255,1);
        line-height: 50px;
        width: 80%;
        margin: 0px auto;
    }

    .m-carousel-list .m-carousel-btn {
        display: inline-block;
        width: 218px;
        height: 40px;
        line-height: 40px;
        background: -webkit-linear-gradient(right, #36e4ff, #5bbdff);
        background: linear-gradient(-90deg, #36e4ff, #5bbdff);
        border-radius: 4px;
        margin-top: 32px
    }

.c-carousel-dot {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center
}

    .c-carousel-dot span {
        display: inline-block;
        width: 48px;
        height: 6px;
        background: rgba(255,255,255,1);
        border-radius: 2px;
        cursor: pointer;
        -webkit-transition: width .9s ease, background .9s ease;
        transition: width .9s ease, background .9s ease;
        margin-right: 15px;
    }

        /*.c-carousel-dot span:hover {
    background: #666;
    background: hsla(0, 0%, 100%, .4)
}*/

        .c-carousel-dot span.active {
            width: 48px;
            height: 6px;
            background: rgba(218,37,29,1);
            border-radius: 2px;
            margin-right: 15px;
        }
/*新闻咨询*/
.Newsinformation {
    padding: 60px 100px 60px 100px;
}

.News-title {
    font-size: 36px;
    font-family: myFont, sans-serif;
    font-weight: 600;
    color: rgba(16,16,16,1);
    line-height: 50px;
    text-align: center;
    margin-bottom: 40px;
}

.News-stitle {
    margin-top: 40px;
    display: flex;
    width: 300px;
    margin: 0px auto;
}

.News-stitext {
    flex: 1;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(147,147,147,1);
    line-height: 30px;
    text-align: right;
    cursor: pointer;
}

.News-stitext1 {
    flex: 1;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(147,147,147,1);
    line-height: 30px;
    cursor: pointer;
}

.type-list-item {
    font-size: 26px;
    font-weight: 400;
    width: 100px;
    height: 23px;
    color: rgba(0,0,0,1);
    text-align: center;
    position: relative;
}

.Newsactive {
    color: #E4262D;
}

    .Newsactive:after {
        content: '';
        width: 40px;
        height: 3px;
        background: rgba(218,37,29,1);
        flex: 1;
    }

.newsctit {
    font-size: 18px;
    font-weight: bold;
    color: rgba(16,16,16,1);
    line-height: 35px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 35px;
}

.newscontent {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 400;
    color: rgba(16,16,16,1);
    line-height: 30px;
    text-align: left;
    height: 30px;
}

.News-content {
    display: flex;
    margin-top: 40px;
}

.newcontit {
    flex: 1;
    margin-left: 30px;
}

.newcontext {
    padding: 20px;
    width: 100%;
    display: flex;
    margin-bottom: 36px;
    cursor: pointer;
}

.newcontime {
    width: 80px;
    height: 55px;
    padding-right: 15px;
    border-right: 1px solid rgba(218,37,29,1);
    text-align: center;
}

.newcontitc {
    flex: 1;
    padding-left: 20px;
}

.btnmore {
    width: 170px;
    height: 50px;
    border-radius: 40px;
    border: 1px solid rgba(218,37,29,1);
    margin: 0px auto;
    background-color: rgba(250,250,250,1);
    color: rgba(218,37,29,1);
    cursor: pointer;
}

.divmore {
    width: 170px;
    height: 50px;
    margin: 0px auto;
    margin-top: 15px;
}
/*公司产品*/
.product {
    width: 100%;
    height: 800px;
    background-image: url('images/index/chanpin.png');
    background-size: 100% 100%;
}

.product-title {
    font-size: 36px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    line-height: 50px;
    text-align: center;
    padding-top: 60px;
}

.product-content {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    height: 450px;
}

.productper {
    width: 350px;
    height: 410px;
    background: rgba(255,255,255,0.5);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
    border-radius: 4px;
    color: white;
    overflow: hidden;
}

    .productper:hover {
        background-color: white !important;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
        border-radius: 4px;
        opacity: 1;
        color: #101010;
    }

.produmore {
    width: 170px;
    height: 50px;
    border-radius: 40px;
    margin: 0px auto;
    background-color: rgba(218,37,29,1);
    color: white;
    border: none;
    cursor: pointer;
}
/*公司活动*/
.activity {
    width: 100%;
    height: 730px;
}

.activity-title {
    font-size: 36px;
    font-weight: 600;
    color: rgba(16,16,16,1);
    line-height: 50px;
    text-align: center;
    padding-top: 60px;
}

.activity-content {
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
}

.activity-tittext {
    width: 30%;
    height: 360px;
    /*background: rgba(255,255,255,1);*/
}
/*合作品牌*/
.brand {
    width: 100%;
    /*height: 370px;*/
    background-color: white;
    padding-bottom: 50px;
}

.brand-title {
    font-size: 36px;
    font-weight: 600;
    color: rgba(16,16,16,1);
    line-height: 50px;
    text-align: center;
    padding-top: 40px;
    padding-bottom:30px;
}

.brand-content {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

.brand-tittext {
    width: 18%;
    height: 127px;
    background: rgba(255,255,255,1);
}

    .brand-tittext img {
        height: 100%;
    }
/*.ptitle {
    margin-top: 60px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}*/
.productper p {
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.productper img {
    width: 96px;
    height: 96px;
    margin: 0px auto;
}

.pstitle {
    width: 80%;
    margin-left: 10%;
    margin-top: 60px;
    text-align: center;
    font-size: 18px;
    /*margin-bottom: 40px;*/
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 40px;
}

.phover {
    color: rgba(218,37,29,1) !important;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
}

/*.productper p {
    display: none;
}
.productper:hover p {
    display: block;
}*/
.newsctit a {
    color: rgba(16,16,16,1);
    text-decoration: none;
}

.newscontent a {
    color: rgba(16,16,16,1);
    text-decoration: none;
}

.activity-tittext img {
    cursor: pointer;
}

.News-content img {
    cursor: pointer;
}

/*#demo{
    width:1200px;
    margin:0 auto;
    border:1px solid rgba(147,147,147,0.2);
    border-radius:5px;
}*/
