﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: normal;
    min-width: 1200px;
    color: #333333 !important;
    overflow-x: hidden;
}

svg {
    fill: currentColor;
}

ul {
    list-style: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #333333;
}
/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
    display: block;
}
/* End hide from IE Mac */
/* end of clearfix */
img, object {
    max-width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

/* banner */
.slider_banner_info {
    position: absolute;
    text-align: center;
    top: 34%;
    left: 25%;
    z-index: 999;
    width: 50%;
    padding: 0em 2em;
    background: rgba(17, 17, 17, 0.63);
}

    .slider_banner_info h4 {
        font-size: 38px;
        line-height: 1.5em;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        letter-spacing: 4px;
        width: 100%;
        padding-top: 1em;
        margin-bottom: 0.125em;
        font-family: "微软雅黑";
    }

        .slider_banner_info h4 span {
            display: block;
            font-size: 2em;
            padding: .4em .5em;
            color: #fff;
        }

    .slider_banner_info p {
        color: #ffffff;
        font-size: 1.5em;
        letter-spacing: 2px;
        margin: 1.3em 0;
        line-height: 1em;
        font-family: "微软雅黑";
    }

    .slider_banner_info span {
        width: 100%;
        text-align: center;
        color: #1b90fd;
    }

    .slider_banner_info h4 i {
        display: block;
        font-style: normal;
        padding: .4em .5em;
        color: #212121;
        width: 22%;
    }

    .slider_banner_info .btn {
        margin-right: 4px;
        margin-bottom: 4px;
        font-family: "微软雅黑";
        font-size: 16px;
        font-weight: 400;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding: 5px 20px;
        margin-bottom: 2em;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
}

.carousel-inner > .active {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.btn-primary {
    background: #EA9215;
    color: #fff;
    border: 2px solid #EA9215;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1b90fd;
}
/* banner end  */

/* 公告 */
.huadong {
    width: 1000px;
    height: 46px;
    padding: 5px 0 5px 0;
    border-bottom: 1px dashed #e7e7e7;
    position: relative;
    margin: 0 auto;
}

    .huadong .huabox {
        margin: 0 auto;
        width: 94%;
        line-height: 40px;
    }

    .huadong .hdimg {
        float: left;
        line-height: 35px;
    }

        .huadong .hdimg img {
            width: 80%;
            vertical-align: middle;
        }
    /* .huadong h5 {
    font-size:14px;
    float:left; 
    line-height: 22px; 
    margin: 8px 0 0 0; 
} */
    .huadong .gg_more {
        float: right;
    }

        .huadong .gg_more a {
            font-size: 14px;
            text-decoration: none;
            color: #666;
        }

.gg_more a:hover {
    color: #1b90fd;
}

.huadong .notice_active {
    float: left;
    width: 80%;
    height: 40px;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
}

    .huadong .notice_active li {
        list-style-type: none;
        overflow: hidden;
    }

        .huadong .notice_active li.notice_active_ch span {
            color: #666666;
            font-size: 14px;
            display: block;
            overflow: hidden;
            width: 80%;
            float: left;
            overflow: hidden;
            margin: 0 0 20px 6px;
        }

.huadong .gg_more .news_ck {
    float: left;
    margin: 0 10px 0 10px;
    color: #666;
    width: 50px;
    height: 20px;
    line-height: 20px;
    display: block;
    border: 1px solid #666666;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 10px;
}

.huadong .notice_active li.notice_active_ch em {
    text-align: left;
    float: left;
    columns: #666666;
    ;
    font-size: 14px;
    font-style: normal;
}
/* 公告end */

/* yunpingtai */
.cloud {
    width: 100%;
    height: 600px;
    overflow: hidden;
    padding-bottom: 50px;
}

.cloud-item {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
}

.cloud-item h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333 !important;
    font-weight: 500;
}

.cloud-item p {
    font-size: 16px;
}

.cloud-content {
    margin-top: 90px;
}

.cloud-content-info {
    width: 100%;
    height: 120px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* margin: -40px auto; */
}
.cloud-content-info img {
    margin-top: 15px;
}
.cloud-content-info1 {
    background-image: linear-gradient(0deg,#00c0fa,#015eea);
    /* background-image: url(../img/caizhiyun.png); */
    /* background-repeat:no-repeat */
}

.cloud-content-info2 {
    background-image: linear-gradient(0deg,#209cff,#68e0cf);
    /* background-image: url(../img/yunbangong.png); */
    /* background-repeat:no-repeat */
}

.cloud-content-info3 {
    background-image: linear-gradient(0deg,#fad126,#ff544f);
    /* background-image: url(../img/yunketang.png); */
    /* background-repeat:no-repeat */
}

.cloud-content-info4 {
    background-image: linear-gradient(0deg,#7776ff,#ae2cf1);
    /* background-image: url(../img/yunzixun.png); */
    /* background-repeat:no-repeat */
}

.cloud-content h4 {
    font-size: 16px;
    margin-top: 20px;
    color: #333 !important;
    font-weight: 500;
    margin-bottom: 0
}

.cloud-content-main {
    width: 86%;
    margin: 12px auto 0;
    text-align: left;
    line-height: 25px;
}

.cloud-content-main div {
    margin-bottom: 12px;
}
.line {
    border-bottom: 1px dashed #ddd;
}
.cloud-content-main a {
    display: block;
    text-align: center;
}

.cloud-content-main a:hover {
    color: #1b90fd;
}

ul {
    list-style: none;
}

.cloud-content-rup li {
    float: left;
    display: block;
    position: relative;
    width: 24%;
    height: 40px;
    z-index: 1;
}

.test {
    float: left;
    display: block;
    width: 24%;
    height: 305px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 4px rgba(9, 25, 26, 0.1);
    transform: scale(1);
    transition: box-shadow 0.6s, transform 0.5s;
    margin: 10px 0px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: -40px;
}
/* yunpingtai end  */

/* gongnengjieshao */
.mt-tabpage {
    width: 100%;
    height: 640px;
    padding-bottom: 20px;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

    .mt-tabpage h3 {
        font-size: 24px;
        margin-bottom: 40px;
        text-align: center;
        color: #333 !important;
        font-weight: 500;
    }

.mt-tabpage-title {
    height: 44px;
    font-size: 0;
    width: 1200px;
    margin: auto;
    /*background: #fff;*/
}

.mt-tabpage-title ul {
    padding-left: 100px;
    display: block;
    height: auto;
    overflow: hidden;
}
.mt-tabpage-title .mt-tabpage-item {
    float: left;
    display: block;
    width: 165px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.mt-tabpage-title .mt-tabpage-item::after {
    color: #ffffff;
    background: #1b90fd;
}
.mt-tabpage-title .mt-tabpage-item-cur {
    color: #ffffff;
    background: #1b90fd;
}

.mt-tabpage-count {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.mt-tabpage-cont__wrap {
    position: absolute;
}

.mt-tabpage-count .mt-tabpage-item {
    width: 1640px;
    text-align: center;
    margin: 40px auto 0;
}

.mt-tab-text {
    float: left;
    width: 450px;
    text-align: left;
    margin-left: 40px;
}

.mt-tab-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333 !important;
    font-weight: 500;
}
.mt-tab-text ul li {
    line-height: 40px;
}
.mt-tab-text ul li span {
    margin-right: 4px;
}

.mt-tab-img {
    float: left;
}

.mt-tab-btn {
    width: 150px;
    height: 30px;
    border-radius: 15px;
    background-image: linear-gradient(0deg,#f83600,#faa122);
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 18px;
}
/* gongnengjieshao end  */

/* product */
.cp-card {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
}

.cp-card-item {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
}

.cp-card h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333 !important;
    font-weight: 500;
}

.cp-card h4 {
    font-size: 16px;
    text-align: center;
    margin: 30px 0 15px 0;
    color: #1a66fd;
    font-weight: 500;
}

.cp-card p {
    font-size: 15px;
}

.cp-card-content {
    width: 1350px;
    margin: 40px auto 0;
    position: relative;
}

.cp-card ul {
    padding-bottom: 50px;
}

.cp-card ul li {
float: left;
position: relative;
width: 23%;
height: 400px;
border: 1px solid #fff;
z-index: 10;
box-shadow: 0px 0px 10px 4px rgba(9, 25, 26, 0.1);
transform: scale(1);
transition: box-shadow 0.6s, transform 0.5s;
background-color: #fff;
margin-left: -1px;
z-index: 10;
margin-right: 2%;
}
.cp-card ul li:before {
    content: "";
    width: 0px;
    height: 2px;
    background: #016aff;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    transition: 1s;
}

.info {
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s;
}

.info-icn {
    height: 120px;
    margin: 25px auto 0;
    line-height: 120px;
    position: relative;
    text-align: center;
}
.info p {
    width: 260px;
    line-height: 24px;
    margin: 0 auto;
    color: #4e4e4e;
    font-size: 14px;
}

.cp-card ul li.active:before {
    width: 100%;
    height: 2px;
}

.cp-card ul li.active .info {
    top: 30px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.cp-card ul li.active {
    opacity: 1;
}

.main {
    width: 88%;
    margin: 25px auto 0;
    text-align: left;
    line-height: 25px;
    font-size: 14px;
}

.main p {
    font-size: 14px;
    margin-bottom: 8px;
}
/* product end  */

/* Partners */
.partner {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 70px;
    background-color: #f3f7ff;
}

.partner-item {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

.partner-item h3 {
    font-size: 24px;
    margin-bottom: 40px;
    color: #333 !important;
    font-weight: 500;
}

#Product a {
    text-decoration: none;
}

.a1 {
    width: 380px;
    height: 256px;
}

    .a1 img {
        width: 100%;
        height: auto;
    }

#Product ul li {
    width: 380px;
    height: 256px;
    list-style: none;
    position: relative;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0px 0px 10px 4px rgba(9, 25, 26, 0.1);
    transform: scale(1);
    transition: box-shadow 0.6s, transform 0.5s;
    background-color: #fff;
}

.divA {
    position: absolute;
    left: 0;
    width: 100%;
    height: 66px;
    padding: 0px;
    background: #fafafa;
}

.p1 {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    padding: 10px;
    text-align: left;
}

/*遮罩*/
#Product ul li .a2 {
    position: absolute;
    top: 0;
    left: -380PX;
    width: 380px;
    height: 256px;
    text-align: center;
    color: white;
    background: url(../img/zhezhao.png);
    transition: all 0.2s;
}

    #Product ul li .a2 .p5 {
        width: 340px;
        text-align: left;
        line-height: 30px;
        position: absolute;
        top: 20px;
        margin: 30px;
        font-size: 16px;
        color: white;
        transition: all 0.2s 0.2s ease-out;
    }


    #Product ul li .a2 .p7 {
        position: absolute;
        bottom: -50px;
        left: 30px;
        width: 140px;
        height: 32px;
        line-height: 32px;
        border-radius: 20px;
        margin: 10px auto;
        border: 1px solid;
        transition: all 0.2s 0.5s;
        font-size: 14px;
    }
/* Partners end  */

/* news */
.news {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}

.news-item {
    height: 44px;
    font-size: 0;
    width: 1200px;
    margin: auto;
}

    .news-item .news-tab {
        float: left;
        display: block;
        width: 120px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: #333;
        font-size: 20px;
        font-weight: 500;
    }

        .news-item .news-tab:hover {
            color: #1b90fd;
        }

    .news-item .news-tab-cur {
        color: #1b90fd;
        font-size: 20px;
        border-bottom: 2px solid #1b90fd;
    }

.news-content {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    margin-top: 30px;
}

.news-card {
    position: absolute;
}

.new-main {
    width: 1200px;
    overflow: hidden;
}

    .new-main li {
        float: left;
    }

.news-card-cont {
    float: left;
    position: relative;
    width: 570px;
    height: 158px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 4px rgba(9, 25, 26, 0.1);
    transform: scale(1);
    transition: box-shadow 0.6s, transform 0.5s;
    margin: 0 20px 20px 0;
}

.news-card-con {
    display: block;
    width: 100%;
    height: 100%;
    padding: 28px 30px 0 80px;
    box-sizing: border-box;
}

    .news-card-con::before {
        content: attr(data-index);
        position: absolute;
        top: 30px;
        left: 30px;
        width: 30px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        background-color: #1b90fd;
        box-shadow: 0 6px 12px 0 rgba(43,123,255,0.3);
        border-radius: 4px;
    }

.new-top {
    height: 30px;
    line-height: 30px;
}

.news-title {
    float: left;
    max-width: 370px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-time {
    float: right;
    color: #666;
    font-size: 12px;
}

.news-detail {
    margin-top: 8px;
    line-height: 25px;
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-btn {
    width: 180px;
    height: 30px;
    margin: 10px auto;
    border-radius: 15px;
    background-image: linear-gradient(0deg,#015eea,#00c0fa);
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    margin-bottom: 40px;
}
/* news end  */

/* footer */
.footer {
    padding-top: 80px;
    width: 100%;
    height: auto;
    position: relative;
}

    .footer::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #252525;
        opacity: 98;
        z-index: -1;
    }

.other-link {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

    .other-link > div {
        float: left;
    }

    .other-link .sucai-contact {
        float: right;
    }

.link-look {
    width: 1200px;
    padding-bottom: 45px;
}

.link-list {
    float: left;
    width: 25%;
}

    .link-list h5 {
        height: 45px;
        line-height: 20px;
        font-size: 16px;
        color: #478fdc;
    }

    .link-list ul li a {
        line-height: 33px;
        color: #ABACAF;
    }

        .link-list ul li a:hover {
            color: #dddddd;
        }

.sucai-companyname {
    height: 45px;
    line-height: 20px;
    font-size: 16px;
    color: #478fdc;
    font-weight: 500;
}

.sucai-phone, .sucai-qq, .sucai-address {
    height: 34px;
    line-height: 20px;
    font-size: 14px;
    color: #ABACAF;
}
/* footer end  */
