﻿@import url(style.css);
@import url(slide.css);
@import url(pscroll.css);
@import url(lrtk3.css);
/*首页*/
/*关于我们*/
.i_t{ text-align:center; margin-top:5%; text-transform:uppercase; position:relative; color:#f8f8f8; font-weight:bold; overflow:hidden; line-height:1;}
.i_t .txt{ position:absolute; top:50%; width:100%; text-transform:none; color:#333333; overflow:hidden; left:0;transform: translate(0%, -50%);}
.i_t .txt span{ display:inline-block; overflow:hidden; position:relative; padding-left:40px; padding-right:40px;}
.i_t .txt span:before{ content:""; position:absolute;width:22px; height:14px;left:0; top:50%;  margin-top:-7px;background:url(../images/i_bg1.png) center center no-repeat; background-size:100% 100%;}
.i_t .txt span:after{ content:""; position:absolute;width:22px; height:14px;right:0; top:50%; margin-top:-7px;background:url(../images/i_bg2.png) center center no-repeat;background-size:100% 100%;}
.i_about{ overflow:hidden; margin-top:3%; margin-bottom:6%;}
.i_about .imgs{ float:right; width:50%; border-radius:6px; overflow:hidden;}
.i_about .imgs .img{ background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;transition:all 0.3s;}
.i_about .imgs:hover .img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}
.i_about .imgs img{ width:100%;opacity:0;filter:Alpha(opacity=0);}
.i_about .txts{  max-width:640px; width:48%; float:left; overflow:hidden;}
.i_about .txts .label{line-height:1.4;color:#0751ad; font-weight:bold; overflow:hidden; margin-top:6%;}
.i_about .txts .label .colors{ color:#3db247;}
.i_about .txts .title{line-height:1.4;color:#0751ad; font-weight:bold; overflow:hidden;}
.i_about .txts .cons{ color:#666666; overflow:hidden; margin-top:5%; line-height:26px; height:104px; font-size:16px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.i_about .counter{ margin-top:6%; text-align:center;}
.i_about .counter ul li{ float:left; width:25%; transition:all 0.3s; }
.i_about .counter ul li .txts2{padding-left:1%; padding-right:1%; max-width:130px;}
.i_about .counter ul li .nums{
    overflow:hidden;
    font-weight:bold;
    width:79px;
    height:79px;
    line-height:79px;
    margin:0 auto;
    color:#fff;
    /*background:url(../images/i_bg3.png) no-repeat;*/
    background-size:100% 100%;
}
.i_about .counter ul li:nth-child(1) .nums{
    background:url(../images/icon_about_1.png) no-repeat;
    background-size:100% 100%;
}
.i_about .counter ul li:nth-child(2) .nums{
    background:url(../images/icon_about_2.png) no-repeat;
    background-size:100% 100%;
}
.i_about .counter ul li:nth-child(3) .nums{
    background:url(../images/icon_about_3.png) no-repeat;
    background-size:100% 100%;
}
.i_about .counter ul li:nth-child(4) .nums{
    background:url(../images/icon_about_4.png) no-repeat;
    background-size:100% 100%;
}
.i_about .counter span{  display:inline-block; vertical-align:top; overflow:hidden;}
.i_about .counter label{  display:inline-block; font-size:14px; vertical-align:top; line-height:50px; }
.i_about .counter .h6{ font-weight: normal; font-size:14px; overflow:hidden; line-height:24px; height:24px; color:#333333; margin-top:6px;white-space:nowrap;text-overflow:ellipsis;}
.i_about .counter ul li:hover{-webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}

.i_about .imore1{ display:block; width:30px; height:30px;  overflow:hidden;transition:all 0.3s; margin-top:10%; background:url(../images/i_bg4.png) no-repeat; background-size:100% 100%;}
.i_about .imore1:hover{ background-image:url(../images/i_bg4_on.png); margin-left:3px;}
/*研发定制*/
.i_product_bg{ overflow:hidden; background:#f8f8f8;}
.i_product_bg .i_t{color:#ededed;}
.i_product{
    overflow:hidden;
    margin-top:3%;
    border-radius:6px;
    margin-bottom:6%;
}
.i_product .imgs{ float:left; width:50%; border-radius:6px 0 0 6px; overflow:hidden;}
.i_product .imgs .img{ background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;transition:all 0.3s;}
.i_product .imgs:hover .img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}
.i_product .imgs img{ width:100%;opacity:0;filter:Alpha(opacity=0);}
.i_product .txts{ overflow:hidden;}
.i_product .txts .cons{ margin:0 auto; max-width:570px; width:94%; overflow:hidden;}
.i_product .txts .tit{ padding-top:10%; padding-bottom:5%; overflow:hidden; border-bottom:1px solid #eeeeee;}
.i_product .txts .tit .h3{ font-weight:bold;height:79px; line-height:79px; overflow:hidden; padding-left:92px; background:url(../images/i_pic1.png) left center no-repeat; background-size:79px 79px;}
.i_product .txts .p{ color:#666666; overflow:hidden; margin-top:5%; line-height:26px; height:104px; font-size:16px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.i_product .imore1{ display:block; width:30px; height:30px;  overflow:hidden;transition:all 0.3s; margin-top:10%; background:url(../images/i_bg4.png) no-repeat; background-size:100% 100%;}
.i_product .imore1:hover{ background-image:url(../images/i_bg4_on.png); margin-left:3px;}
/*应用领域*/
.i_application{ overflow:hidden; background:unset; border-radius:6px; margin-top:3%; margin-bottom:6%; position:relative;}
.i_application .i_application_l{ width:46%; max-width:602px; left:2%; position:absolute; top:50%;transform: translate(0%, -50%);}
.i_application .i_application_l ul{overflow:hidden;}
.i_application .i_application_l ul li{ width:33.33%; text-align:center; float:left; overflow:hidden; position:relative; padding-bottom:28px; cursor:pointer;}
.i_application .i_application_l ul li:nth-child(4),.i_application .i_application_l ul li:nth-child(5),.i_application .i_application_l ul li:nth-child(6){ padding-bottom:0; padding-top:28px;}
.i_application .i_application_l ul li:after{ content:""; position:absolute; right:0; top:0; height:100%; width:1px; background:#eeeeee;}
.i_application .i_application_l ul li:nth-child(3n+0):after{ width:0;}
.i_application .i_application_l ul li:before{ content:""; position:absolute; left:0; bottom:0; height:1px; width:100%; background:#eeeeee;}
.i_application .i_application_l ul li:nth-child(4):before,.i_application .i_application_l ul li:nth-child(5):before,.i_application .i_application_l ul li:nth-child(6):before{ height:0;}
.i_application .i_application_l ul li .h3{ font-weight:normal; height:28px; line-height:28px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; font-size:16px; color:#333333; margin-top:6px;}
.i_application .i_application_l ul li i{ display:block; margin:0 auto; width:94px; height:94px; border:1px solid #efefef; border-radius:50%; background-repeat:no-repeat; background-size:100% 100%;transition:all 0.3s; background-position:center center;}
.i_application .i_application_l ul li:hover i{ background-color:#0751ad; border-color:#0751ad;}
.i_application .i_application_l ul li:nth-child(6) i{ background-size:30px 30px; border-color:#fff;}
.i_application .i_application_l ul li:nth-child(6):hover i{ background-color:#fff;}
.i_application .i_application_l ul li i.bgs1{ background-image:url(../images/i_ico1.png);}
.i_application .i_application_l ul li i.bgs2{ background-image:url(../images/i_ico2.png);}
.i_application .i_application_l ul li i.bgs3{ background-image:url(../images/i_ico3.png);}
.i_application .i_application_l ul li i.bgs4{ background-image:url(../images/i_ico4.png);}
.i_application .i_application_l ul li i.bgs5{ background-image:url(../images/i_ico5.png);}
.i_application .i_application_l ul li i.bgs6{ background-image:url(../images/i_bg4.png);}
.i_application .i_application_l ul li:hover i.bgs1{ background-image:url(../images/i_ico1_on.png);}
.i_application .i_application_l ul li:hover i.bgs2{ background-image:url(../images/i_ico2_on.png);}
.i_application .i_application_l ul li:hover i.bgs3{ background-image:url(../images/i_ico3_on.png);}
.i_application .i_application_l ul li:hover i.bgs4{ background-image:url(../images/i_ico4_on.png);}
.i_application .i_application_l ul li:hover i.bgs5{ background-image:url(../images/i_ico5_on.png);}
.i_application .i_application_l ul li:hover i.bgs6{ background-image:url(../images/i_bg4_on.png);}
.i_application .imgs{ float:right; width:50%; overflow:hidden;}
.i_application .imgs .img{ background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;transition:all 0.3s;}
.i_application .imgs:hover .img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}
.i_application .imgs img{ width:100%;opacity:0;filter:Alpha(opacity=0);}
/*新闻中心*/
.i_news{ overflow:hidden; margin-top:3%; background: #fff;border-radius:6px; position:relative;}
.i_news .imgs{ float:left; width:50%;  overflow:hidden;}
.i_news .imgs .img{ background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;transition:all 0.3s;}
.i_news .imgs:hover .img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}
.i_news .imgs img{ width:100%;opacity:0;filter:Alpha(opacity=0);}
.i_news .txts{ overflow:hidden; position:absolute; right:0; width:50%; height:100%; top:0; background:url(../images/i_bg6.png) #f8f8f8 right bottom no-repeat; background-size:100% auto;}
.i_news .txts .cons{  margin:0 auto; max-width:570px; width:94%; overflow:hidden;}
.i_news .txts .h3{ font-weight:normal; font-size:18px; overflow:hidden; line-height:28px; max-height:56px; color:#333;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top:13%;}
.i_news .txts .p{ color:#888; overflow:hidden; margin-top:4.5%; line-height:20px; height:60px; font-size:14px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.i_news .txts .date{ float:right; margin-top:-30px; line-height:30px; overflow:hidden; height:30px; color:#999999; font-size:16px;}
.i_news .imore1{ display:block; width:30px; height:30px;  overflow:hidden;transition:all 0.3s; margin-top:12%; background:url(../images/i_bg4.png) no-repeat; background-size:100% 100%;}
.i_news .imore1:hover{ background-image:url(../images/i_bg4_on.png); margin-left:3px;}
.i_news_ul{ overflow:hidden; margin-top:2%; margin-bottom:3%;}
.i_news_ul ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; background:#f8f8f8; overflow:hidden; border-radius:6px; background-size:cover;}
.i_news_ul ul li:nth-child(3n+0){ margin-right:0;}
.i_news_ul ul li:hover{ background-image:url(../images/i_bg7.png);}
.i_news_ul ul li .txts{ margin:0 auto; max-width:358px; width:94%; overflow:hidden; margin-top:8%; margin-bottom:8%;}
.i_news_ul ul li .txts .h3{ font-weight:normal; font-size:18px; overflow:hidden; line-height:28px; height:56px; color:#333;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;transition:all 0.3s; }
.i_news_ul ul li .txts .date{margin-top:5%; line-height:20px; height:20px; overflow:hidden;  color:#999999; font-size:16px;transition:all 0.3s;}
.i_news_ul ul li .txts .p{ color:#888; overflow:hidden; margin-top:4.5%; line-height:20px; height:40px; font-size:14px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;transition:all 0.3s;}
.i_news_ul ul li .txts .imore1{ display:block; width:30px; height:30px;  overflow:hidden;transition:all 0.3s; margin-top:10%; background:url(../images/i_bg4.png) no-repeat; background-size:100% 100%;}
.i_news_ul ul li:hover .txts .imore1{ background-image:url(../images/i_bg4_on.png); margin-left:3px;}
.i_news_ul ul li:hover .txts .h3{ color:#fff;}
.i_news_ul ul li:hover .txts .date{ color:#fff;}
.i_news_ul ul li:hover .txts .p{ color:#fff;}

/*首页展厅*/
.i_product .swiper-slide img{
    max-width: 85%;
}
.i_product_bg .wrap3{
    clear:both; width:96%;max-width:1400px;margin:0 auto;text-align:center;zoom:1;word-wrap: break-word;
}
.i_product_bg .swiper-button-prev, .i_product_bg .swiper-button-next{
    width:30px;
    height: 30px;
    transition: all 0.3s ease-out 0s;
}
.i_product_bg .swiper-button-prev{
    background:url(../images/left.png) center center no-repeat;
}
.i_product_bg .swiper-button-prev:hover{
    background:url(../images/left_on.png) center center no-repeat;
}
.i_product_bg .swiper-button-next{
    background:url(../images/right.png) center center no-repeat;
}
.i_product_bg .swiper-button-next:hover{
    background:url(../images/right_on.png) center center no-repeat;
}

/*首页测试*/
.i_ceshi{
    margin-top: 80px;
    margin-bottom: 80px;
    cursor: pointer;
}
.i_ceshi .i_ceshi_bg{
    height: 28.8vw;
    background: url("../images/i_ceshi_bg.jpg") no-repeat center center;
}
.media{
    margin: 0 auto;
    text-align: center;
    position: fixed !important;
    left:0;
    right: 0;
    margin: 0 auto;
    width:35vw;

}
.media_mp4{
    margin: 0 auto;
    text-align: center;
    position: relative;

}

/*首页我们的优势*/
.youshi_bg .youshi{
    text-align: center;
}
.youshi_bg .youshi li{
    float: left;
    width:23.5%;
    cursor: pointer;
}
.youshi_bg .youshi .content{
    overflow: hidden;
    background-color:#fff;
}
.youshi_bg .youshi li:nth-child(1),.youshi_bg .youshi li:nth-child(2),.youshi_bg .youshi li:nth-child(3){
    margin-right: 2%;
}
.youshi_bg .youshi li .icon{
    padding-top: 45px;
}
.youshi_bg .youshi li .title{
    font-size: 24px;
    margin-top: 15px;
}
.youshi_bg .youshi li .title:after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    margin: 10px auto 0;
    background-color: #009944;
}
.youshi_bg .youshi li .desc{
    margin: 15px auto 25px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color:#999999;
}
.youshi_bg .youshi li .img{
    overflow: hidden;
}
.youshi_bg .youshi li img{
    max-width: 100%;
}
.youshi_bg .youshi li .img img{
    transition: all ease .7s
}
.youshi_bg .youshi li:hover .img img {
    transform: scale(1.1);
}

/*首页加盟*/
.i_jiameng{
    position: relative;
    margin: 0 auto;
    background: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
    max-width: 100%;
}
.i_jiameng .i_jiameng_bg{
    position: relative;
}
.i_jiameng .thumb{
    color:#fff;
    width:100%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top:30%;
    z-index: 2;
}
.i_jiameng .thumb span{
    display: block;
    font-size: 42px;
    line-height: 1.8em;
}
.i_jiameng .more{
    margin-top: 50px;
    text-align: center;
}
.i_jiameng .more .more_bg{
    background-image: url("../images/more_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width:134px;
    height: 41px;
    line-height: 41px;
    display: inline-block;
    transition:all 0.3s
}
.i_jiameng .more a{
    color:#fff;
    font-size: 16px;
}
.i_jiameng .more .more_bg:hover{
    opacity: 0.8;
    cursor: pointer;
    transition:all 0.3s
}

@media screen and (max-width: 1400px) {
/*关于我们*/
.i_about .txts .cons{ font-size:14px;}
/*研发定制*/
.i_product .txts .p{ font-size:14px;}
/*首页测试*/
    .i_ceshi .i_ceshi_bg{
        height: 38.8vw;
        background: url("../images/i_ceshi_bg.jpg") no-repeat center center;
        background-size: auto 100%;
    }
    .media{
        margin: 0 auto;
        text-align: center;
        position: fixed !important;
        left:0;
        right: 0;
        margin: 0 auto;
        width:90%;

    }

    /*首页加盟*/
    .i_jiameng{
        position: relative;
        margin: 0 auto;
        background: #fff;
        padding-top: 90px;
        padding-bottom: 90px;
        text-align: center;
        max-width: 100%;
    }
    .i_jiameng .i_jiameng_bg{
        position: relative;
    }
    .i_jiameng .i_jiameng_bg img{
        max-height: 300px;
        width: auto;
    }
    .i_jiameng .thumb{
        color:#fff;
        width:100%;
        position: absolute;
        margin: 0 auto;
        text-align: center;
        top:30%;
        z-index: 2;
    }
    .i_jiameng .thumb span{
        display: block;
        font-size: 28px;
        line-height: 1.8em;
    }
    .i_jiameng .more{
        margin-top: 50px;
        text-align: center;
    }
    .i_jiameng .more .more_bg{
        background-image: url("../images/more_bg.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        width:134px;
        height: 41px;
        line-height: 41px;
        display: inline-block;
        transition:all 0.3s
    }
    .i_jiameng .more a{
        color:#fff;
        font-size: 16px;
    }
    .i_jiameng .more .more_bg:hover{
        opacity: 0.8;
        cursor: pointer;
        transition:all 0.3s
    }
}

@media screen and (max-width: 1260px) {
/*应用领域*/
.i_application .imgs .img{ height:350px;}
/*新闻中心*/
.i_news .txts .h3{ margin-top:10%;}
}
@media screen and (max-width: 1200px) {
/*关于我们*/
.i_about .imgs .img{ height:425px;}
.i_about .txts .label{ margin-top:2%;}
.i_about .counter .h6{ font-size:13px; line-height:22px; height:22px;}
.i_about .imore1{ margin-top:5%;}
/*研发定制*/
.i_product .imgs .img{height:384px;}
.i_product .txts .tit{ padding-top:8%;}
.i_product .imore1{ margin-top:5%;}
/*应用领域*/
.i_application .imgs .img{ height:330px;}
.i_application .i_application_l ul li{ padding-bottom:18px;}
.i_application .i_application_l ul li:nth-child(4),.i_application .i_application_l ul li:nth-child(5),.i_application .i_application_l ul li:nth-child(6){ padding-top:18px;}
.i_application .i_application_l ul li i{ width:86px; height:86px;}
.i_application .i_application_l ul li .h3{ font-size:15px;}

    /*首页我们的优势*/
    .youshi_bg .youshi{
        text-align: center;
    }
    .youshi_bg .youshi li{
        float: none;
        text-align: center;
        width:100%;
        cursor: pointer;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .youshi_bg .youshi .content{
        overflow: hidden;
    }
    .youshi_bg .youshi li:nth-child(2n){
        margin-right: 0%;
    }
    .youshi_bg .youshi li .icon{
        padding-top: 45px;
    }
    .youshi_bg .youshi li .title{
        font-size: 18px;
        margin-top: 15px;
    }
    .youshi_bg .youshi li .title:after{
        content: '';
        display: block;
        width: 60px;
        height: 2px;
        margin: 10px auto 0;
        background-color: #009944;
    }
    .youshi_bg .youshi li .desc{
        margin: 15px auto 25px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
        color:#999999;
    }
    .youshi_bg .youshi li .img{
        overflow: hidden;
    }
    .youshi_bg .youshi li img{
        max-width: 100%;
    }
    .youshi_bg .youshi li .img img{
        transition: all ease .7s
    }
    .youshi_bg .youshi li:hover .img img {
        transform: scale(1.1);
    }

    /*首页加盟*/
    .i_jiameng .thumb span{
        display: block;
        font-size: 24px;
        line-height: 1.8em;
    }

}
@media screen and (max-width: 1100px) {
/*关于我们*/
.i_about .imgs .img{ height:383px;}
.i_about .txts .cons{ line-height:24px; height:96px;}
/*研发定制*/
.i_product .imgs .img{height:352px;}
.i_product .txts .p{ line-height:24px; height:96px;}
/*应用领域*/
.i_application .i_application_l ul li i{ width:76px; height:76px;}
.i_application .i_application_l ul li .h3{ font-size:14px; height:24px; line-height:24px;}
.i_application .imgs .img{ height:305px;}
/*新闻中心*/
.i_news .txts .h3{ margin-top:8%;}

}
@media screen and (max-width: 960px) {
/*关于我们*/
.i_about .txts{ float:none; width:100%; max-width:none;}
.i_about .imgs{ float:none; width:100%;}
.i_about .imgs .img{ height:auto;}
.i_about .txts .label{ margin-top:4%;}
.i_about .txts .cons{ margin-top:3%; height:auto; max-height:96px;}
.i_about .counter{ margin-top:4%;}
.i_about .counter .h6{ height:auto;}
/*研发定制*/
.i_product .txts{ float:none; width:100%; max-width:none; padding-bottom:5%;}
.i_product .txts .cons{ max-width:none;}
.i_product .txts .tit{ padding-top:5%; padding-bottom:3.5%;}
.i_product .txts .p{ height:auto;max-height:96px;}
.i_product .imgs{ float:none; width:100%;border-radius:6px;}
.i_product .imgs .img{ height:auto;}
/*应用领域*/
.i_application{ padding-top:20px;}
.i_application .i_application_l{ position:static; width:94%; margin-left:3%; max-width:none;transform: translate(0%, 0%);}
.i_application .imgs{ float:none; width:100%; margin-top:4%;}
.i_application .imgs .img{ height:auto;}
/*新闻中心*/
.i_news .imgs{ float:none; width:100%;border-radius:6px;}
.i_news .txts{ position:static; width:100%;}
.i_news .txts .cons{ max-width:none; margin-bottom:5%;}
.i_news .txts .h3{ margin-top:4%;}
.i_news .txts .p{ height:auto; max-height:60px; margin-top:2%;}
.i_news .imore1{ margin-top:5%;}

    /*首页加盟*/
    .i_jiameng{
        position: relative;
        margin: 0 auto;
        background: #fff;
        padding-top: 90px;
        padding-bottom: 90px;
        text-align: center;
        max-width: 100%;
    }
    .i_jiameng .i_jiameng_bg{
        position: relative;
    }
    .i_jiameng .i_jiameng_bg img{
        max-height: 250px;
        width: auto;
    }
    .i_jiameng .thumb{
        color:#fff;
        width:100%;
        position: absolute;
        margin: 0 auto;
        text-align: center;
        top:30%;
        z-index: 2;
    }
    .i_jiameng .thumb span{
        display: block;
        font-size: 22px;
        line-height: 1.8em;
    }
    .i_jiameng .more{
        margin-top: 30px;
        text-align: center;
    }
    .i_jiameng .more .more_bg{
        background-image: url("../images/more_bg.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        width:134px;
        height: 41px;
        line-height: 41px;
        display: inline-block;
        transition:all 0.3s
    }
    .i_jiameng .more a{
        color:#fff;
        font-size: 16px;
    }
    .i_jiameng .more .more_bg:hover{
        opacity: 0.8;
        cursor: pointer;
        transition:all 0.3s
    }
}

@media screen and (max-width: 780px) {


}
@media screen and (max-width: 640px) {
/*新闻中心*/
.i_news .txts .h3{ line-height:24px; max-height:48px; font-size:16px;}
.i_news .txts .p{ font-size:13px;}
.i_news .txts .date{ font-size:14px;}

}

@media screen and (max-width: 480px) {
/*关于我们*/
.i_about{ margin-top:4%;}
.i_about .txts .label{ margin-top:5%;}
.i_about .txts .cons{ font-size:13px; line-height:22px; max-height:88px;}
.i_about .counter{ margin-top:4%;}
.i_about .counter ul li .nums{  width:66px; line-height:66px; height:66px;}
.i_about .counter label{ line-height:40px; font-size:13px;}
.i_about .counter .h6{ font-size:12px; line-height:20px;}
/*研发定制*/
.i_product{ margin-top:4%;}
.i_product .txts{ padding-bottom:6%;}
.i_product .txts .tit{ padding-top:6%; padding-bottom:4%;}
.i_product .txts .tit .h3{ height:66px; line-height:66px; padding-left:76px; background-size:66px 66px;}
.i_product .txts .p{ font-size:13px; line-height:22px; max-height:88px;}
/*应用领域*/
.i_application{ margin-top:4%;}
.i_application .i_application_l{ margin-left:0; width:100%;}
.i_application .i_application_l ul li i{ width:60px; height:60px;}
.i_application .i_application_l ul li .h3{ font-size:13px;}
/*新闻中心*/
.i_news .txts .h3{ line-height:22px; max-height:44px; font-size:15px; margin-top:5%;}
.i_news .txts .p{ font-size:12px; margin-top:3%;}
.i_news .txts .date{ font-size:13px;}
}
@media screen and (max-width: 360px) {
/*应用领域*/
.i_application .i_application_l ul li .h3{ font-size:12px; height:20px; line-height:20px;}
}

@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
