﻿
.more{
    color: #666;
    position: relative;
}
.more:after{
    content: '';
    position: absolute;
    left:-60px;
    top:50%;
    width: 50px;
    height: 2px;
    background: #666;
}

.more:hover{
    color: #abcd03;
}
.more:hover:after{
    background: #abcd03;
}

/*幻灯片*/
.slide img{
   width: 100%;
    height: auto;

}
.fp-slidesNav ul{
    text-align: center;
}
/*产品*/
.pro-box{
    background: #ddd;
}
.products{
    height: 80%;
    position: relative;
}

.pro-nav{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 40%,transparent);
    width: 40%;
    height: 100%;
    /*border: 1px solid red;*/
    padding-left: 60px;
    position:relative;
}
.pro-navtop{
    /*border-bottom:3px solid #abcd03;*/
    padding: 40px 40px 20px 0;
}
.pro-navtop span{
    font-size: 16px;
    color: #666;
    letter-spacing: 20px;
}
hr{
    position: absolute;
    left: 40px;
    top:170px;
    width: 100%;
    height: 3px;
    background: #abcd03;
    border: transparent;
    z-index: 1000;
}
.pro-navtop h1{
    margin-top: 8px;
    font-size: 60px;
}
.pro-nav ul{
    padding: 26px 0 0 58px;
}
.pro-nav ul li{
    line-height: 50px;
    position: relative;
    font-size: 26px;
    cursor: pointer;
}
.pro-nav ul li:hover,.active-icon{
    color: #abcd03;
    font-weight: bold;
}
.about_text{
    height: 160px; overflow: hidden;
}
.pro-nav ul li:hover:after,.active-icon:after{
    position: absolute;
    content: '';
    top:50%;
    left: -75px;
    height: 3px;
    width: 50px;
    background: #abcd03;
}
.pro-main{
    position:absolute;
    right:0;
    top:0;
    width: 64%;
    /*border: 1px solid blue;*/
}
.pro-main .more{
    float: right;
}
.pro-main uL{
    margin-top: 80px;
}
.pro-icon{
    margin-top: 10px;
    /*display: flex;*/
    /*justify-content: center;*/
}
.pro-icon dd{
    width: 23%;
    float:left;
    /*width: 23%;*/
    /*margin: 0 1.4%;*/
}
.pro-icon dd:not(:last-of-type){
    margin-right: 2.66%;
}
.pro-icon dd:first-child{
    margin-left:0px;
}
.pro-icon dd:last-child{
    margin-right:0px;
}



.introduction{
    background: url("../images/bg1.jpg") no-repeat;
    background-size:cover;
}
.int-box{
    text-align: right;
    color: #fff;
    position: relative;
    padding-top: 80px;
}
.int-box:after{
    content: '';
    position:absolute;
    right: 0;
    top: 0;
    width: 75px;
    height: 3px;
    background: #1af0b0;
}
.int-box h1{
    margin: 15px 0 10px 0;
}
.int-box h2{
    font-size: 28px;
    margin-top: 8px;
    font-weight: 500;
}


.about{
    background: #ddd;
    color: #333;
}

.ab-text{
    width: 52%;
    float: left;
}
.ab-text p{
    margin-bottom: 30px;
    /*text-indent:2em;*/
    font-size: 16px;
    text-align:justify;
}
.ab-text h1{
    color: #000;
    margin-bottom: 40px;
}
.ab-text .more{
    display: inline-block;
    margin:0 0 0 65px;
}
.ab-box video{
    float: right;
    width: 45%;
}
.ab-box img{
    margin-top: 40px;
}


.cooperation{
    background: url("../images/bg2.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.coo-box ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}
.coo-box ul li{
    width: 49.8%;
    background: #373737;
    height: 100px;
    line-height: 100px;
    margin-top: 5px;
}
.coo-box ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.coo-box ul li:hover{
    background: #abcd03;
}
.coo-img{
    width: 100%;
    height: 234px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    overflow: hidden;
}
.coo-img img{
   height: 100%;
    width: auto;
    float: left;
}


.news{
    background: #ddd;
    color: #333;
}

.new-box .title{
    padding-bottom: 20px;
    text-align: center;
    border-bottom:1px solid #ccc;
    margin-bottom: 60px;
}
.title h6{
    margin: 0 auto;
    transform:translateY(28px);
    background: #ddd;
    width: 190px;
    /*border: 1px solid red;*/
    color: #666;
}
.title h6 a{
    color: #666;
    font-size:14px;
}
.title h6 span{
    color: #333;
    letter-spacing:normal;
    margin: 0 8px;
}

.new-main{
    /*border: 1px solid red;*/
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.new-main li{
    width: 49.5%;
    background: #fff;
    /*border: 1px solid red;*/
    overflow: hidden;
    margin-bottom: 15px;
}
.new-main .new-img{
    width: 39.4%;
    float: left;
    overflow: hidden;
    /*border: 1px solid red;*/
}
.new-main .new-img img{
    transform: scale(1.2);
    transition: all 1s;
}
.new-main .new-text{
    width: 59%;
    float: right;
    /*border: 1px solid red;*/
    height: 100%;
    padding: 20px 10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.new-text p{
    margin: 10px 0;
}
.new-text p,.new-text span{
    display: block;
    /*border: 1px solid red;*/
}
.new-text span:last-child{
    font-size: 12px;
}
.new-main a{
    color: #333;
}
.new-main p{
   font-size: 22px;
   line-height: 32px;
 }
.new-text span{
    color: #666;
    font-size:14px;
}
.new-main li:hover{
    background: #abcd03;
}
.new-main li:hover a,.new-main li:hover span{
    color: #fff !important;
}
.new-main li:hover .new-img img{
    transform: scale(1.1);
}
.see{
    display: block;
    margin:0 auto;
    margin-top: 65px;
    background: #000;
    width: 200px;
    height: 40px;
    border-radius:20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.see:hover{
    background: #abcd03;
}












/*PC端*/
@media (max-width: 1440px){
    body{
        /*border: 1px solid #feff50;*/
    }

    /*产品*/
    hr{
        top:136px;
    }
    .pro-nav ul{
        padding: 26px 0 0 40px;
    }
    .pro-nav ul li{
        font-size: 16px;
        line-height: 38px;
    }
    .pro-main ul{
        margin-top: 40px;
    }
    .pro-navtop h1 {
        margin-top: 5px;
        font-size: 40px;
    }
    .pro-navtop span {
        font-size: 14px;
        letter-spacing: 9px;
    }


    .pro-nav ul li:hover:after,.active-icon:after{
        top:50%;
        left: -60px;
        height: 2px;
        width: 40px;
    }
    /*about*/
    .ab-text{
        width: 52%;
    }
    .ab-text p{
        margin-bottom:10px;
        font-size: 12px;
    }
    .ab-text h1{
        color: #000;
        margin-bottom: 15px;
    }
    .ab-box img{
        margin-top: 20px;
    }

    /*cooperation*/
    .coo-box ul{
        margin: 20px 0;
    }
    .coo-box ul li{
        height: 80px;
        line-height: 80px;
    }
    .coo-img{
        height: 162px;
    }



    /*.news*/
    .new-box .title{
        padding-bottom:0;
        margin-bottom: 20px;
    }
    .title h6{
        transform:translateY(8px);
    }
    .title h6 span{
        margin: 0 5px;
    }

    .new-main {
        margin-top: 50px;
    }
    .new-main .new-text{
        padding: 10px 5px;
    }
    .new-main p{
        margin: 3px 0;
        font-size: 16px;
        line-height: 25px;
    }

    .see{
        margin-top: 20px;
    }
}
/*平板*/
@media (min-width: 768px) and (max-width: 992px){
    body{
        /*border: 1px solid #40ff42;*/
    }
}
@media (min-width: 768px){

}
/*手机*/
@media (max-width: 768px){
    body{
        /*border: 1px solid #332aff;*/
    }
}

/*新CSS*/
.cc-padding-top{
    padding-top: 94px!important;
}
/*旋转*/
.cc-enlarge{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.cc-enlarge:hover{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.cc-rotate{
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s ease-out;
}
.cc-rotate:hover{
    -webkit-transform:rotateZ(360deg);
}
.text-center{
    text-align: center
}
.cc-width-100{
    width: 100%;
}
.cc-left{
    left: 0;
}
.cc-right{
    right: 0;
}
.padding-top{
    padding-top: 100px;
}

.cc-index-box{
    display: table;width: 100%
}
.cc-index-box > div{
    display: table-cell;vertical-align: middle
}

.cc-index-box-1 .cc-title-box{
    display: inline-block;vertical-align: middle;
}
.cc-index-box-1 .cc-title-box .cc-title{
    font-size: 48px;font-weight: bold
}
.cc-index-box-1 .cc-subname-box{
    display: inline-block;vertical-align: middle;text-align: left;
}
.cc-index-box-1 .cc-subname-box .cc-subname-1{
    font-size: 36px;line-height: 40px;
}
.cc-index-box-1 .cc-subname-box .cc-subname-2{
    font-size: 12px;color: #666666;line-height: 12px;
}
.cc-index-box-1 .cc-description-box{
    margin-top: 13px;text-align: center
}
.cc-index-box-1 .cc-description-box span{
    font-size: 12px;color:#666666;line-height: 25px;
}
.cc-index-box-1 .cc-nav-box{
    text-align: left
}
.cc-index-box-1 .cc-nav-box .cc-nav{
    width: calc(25% - 15px);height: 184px;position: relative;padding: 13px;display: inline-block;box-sizing: border-box;
}
.cc-index-box-1 .cc-nav-box .cc-nav img{
    width: 100%;height: 100%;
}

.cc-index-box-2 .cc-title{
    font-size: 48px;font-weight: bold
}
.cc-index-box-2 .cc-subname{
    font-size: 24px;color: #333
}
.cc-index-box-2 .cc-description{
    font-size: 20px;color:#666666;
}

.cc-index-box-3 .cc-title-box .cc-title-box-l{
    display: inline-block;vertical-align: middle
}
.cc-index-box-3 .cc-title-box .cc-title-box-r{
    display: inline-block;vertical-align: middle;text-align: left
}
.cc-index-box-3 .cc-title-box .cc-title-1{
    font-weight: bold;font-size: 108px;color:#262626;
}
.cc-index-box-3 .cc-title-box .cc-title-2{
    line-height: 54px;font-size: 48px;color:#262626;font-weight: bold;
}
.cc-index-box-3 .cc-title-box .cc-title-3{
    line-height: 41px;font-size: 38px;color:#444444;text-align: left;
}
.cc-index-box-3 .cc-description{
    line-height: 27px;color:#444444;font-size: 18px;
}
.cc-index-box-3 .cc-card-box .li{
    width: calc(25% - 4px);padding: 13px;box-sizing: border-box;
    display: inline-block;vertical-align: top;
}
.cc-index-box-3 .cc-card-img{
    width: 100%;
    height: 165px;
    overflow: hidden;
    margin-bottom: 10px;
}
.cc-index-box-3 .cc-card-box .li .cc-keywords-box{
    position: relative;width: 100%
}
.cc-index-box-3 .cc-card-box .li .cc-keywords{
    position: absolute;top: 0;overflow: hidden;color: #fff;width: 40%;height: 100px;
    background: url('../images/bottom-bg0.png')no-repeat;background-size: 100%;padding: 10px;
}
.cc-index-box-3 .cc-card-box .li .cc-keywords:hover{
    transition: .5s;
    top: 10px;
    background: url('../images/bottom-bg1.png')no-repeat;background-size: 100%;
}
.cc-index-box-3 .cc-card-box .li .cc-keywords span{
    color:#fff;font-size: 20px;
}
.cc-index-box-3 .cc-card-box .li .cc-keywords span.cc-subname{
    font-size: 0.7rem;
    line-height: 1rem;
    display: block;
}

.cc-index-box-4 .cc-img{
    display: inline-block;vertical-align: middle;width: 418px;
}
.cc-index-box-4 .cc-text-img-box{
    width: 670px;
    float: right;
    padding-top: 24px;
}
.cc-index-box-4 .cc-text-img-box .cc-title{
    line-height: 45px;font-size: 36px;color:#252525;
}
.cc-index-box-4 .cc-text-img-box .cc-subname{
    line-height: 59px;color:#252525;font-size: 48px;font-weight: bold;
}
.cc-index-box-4 .cc-text-img-box .cc-card-box .li{
    display: inline-block;vertical-align: top;width: calc(25% - 4px);text-align: center;
}
.cc-index-box-4 .cc-text-img-box .cc-card-box .li > div{
    width: 109px;margin: 0 auto;
}
.cc-index-box-4 .cc-text-img-box .cc-card-box .li .cc-tip{
    line-height: 22px;color:#252525;font-size: 12px;
}
.cc-index-box-5 .cc-title{
    display:block;font-size: 32px;font-weight: bold;color:#262626;
}
.cc-index-box-5 .cc-title:after{
    content: '更多>';
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}
.cc-index-box-5 .cc-hotnews-box .li{
    color: #262626;display: inline-block;width: calc(100%);padding:16px 0;box-sizing: border-box;border-bottom: 1px solid #262626;
}
.cc-index-box-5 .cc-hotnews-box .li:hover{
    color: #abcd03 !important
}
.cc-index-box-5 .cc-hotnews-box .li .cc-hotnews{
    display: table
}
.cc-index-box-5 .cc-hotnews-box .li .cc-hotnews .cc-hotnews-left{
    display: table-cell;vertical-align: middle;text-align: center;padding-right: 10px
}
.cc-index-box-5 .cc-hotnews-box .li .cc-hotnews .cc-hotnews-right{
    display: table-cell ;vertical-align: middle
}
.cc-index-box-5 .cc-hotnews-dd{
    font-size: 48px;font-weight: bold;line-height: 48px;
}
.cc-index-box-5 .cc-hotnews-yymm{
    font-size: 20px;line-height: 20px;white-space:nowrap;
}
.cc-index-box-5 .cc-hotnews-title{
    font-size: 22px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;
}
.cc-index-box-5 .cc-hotnews-description{
    font-size: 12px;line-height: 20px;padding-top: 5px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;
}


