@charset "utf-8";
/*关于我们*/
.iabout{
    background: url(../images/bei1.jpg) center no-repeat;
    padding:10rem 0;
}
.iabout-fltit{
    margin-bottom: 5rem;
}
.iabout-fltit h3{
    color: #fff;
    font-size: 4rem;
    height: 8rem;
    line-height: 8rem;
    background: #3385ff;
    float: left;
    padding: 0 2rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    text-transform: uppercase;
}
.iabout-fltit h3 span{
}
.iabout-fltit p{
    font-size: 2.4rem;
    padding-left: 8rem;
    position: relative;
    color: #3385ff;
    letter-spacing: 10px;
    font-weight: 600;
    clear: both;
    margin-bottom: 1.5rem;
}
.iabout-fltit p:before{
    content:"";
    position: absolute;
    width: 7rem;
    height: 2px;
    background: #3385ff;
    left: 0;
    top: 50%;
}
.iabout-sz{
    margin-bottom: 4rem;
}
.iabout-sz .shuzi{
    font-size: 5rem;
    font-weight: bold;
    line-height: 6rem;
    color: #3385ff;
    height: 6rem;
}
.iabout-sz .shuzi i{
    font-style: inherit;
}
.iabout-sz .shuzi span{
    font-size: 2rem;
}
.iabout-sz p{
    font-size: 1.6rem;
}
.iaboutfr-tit{
    margin-bottom: 4rem;
}
.iaboutfr-tit p{
    font-size: 2rem;
    font-weight: bold;
}
.iaboutfr-tit p span{
    color: #FF9900;
    font-size: 4rem;
}
.iaboutfr-brief p{
    margin-bottom: 3rem;
    color: #555;
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.iaboutfr-a a{
    border: 1px solid #3385ff;
    color: #3385ff;
    padding: 1rem 4rem;
    display: block;
    float: left;
    border-radius: 5px;
}
.iaboutfr-a a:hover{
    background: #3385ff;
    color: #fff;
}



/*实力展示*/
.istrength{
    padding: 10rem 0;
    overflow: hidden;
    position:relative;
}
.istrength:before{
    content:"";
    position:absolute;
    height: 400px;
    bottom: 0;
    background: #f2f2f2;
    width: 100%;
}
.istrength-tit{
    position: relative;
    margin-bottom: 12rem;
}
.istrength-tit .istrength-t1{
    width: 500px;
    letter-spacing: 1rem;
    color: #3385ff;
    font-size: 2.6rem;
    font-weight: 600;
    position: relative;
    line-height: 35px;
}
.istrength-tit .istrength-t1:before{
    content:"";
    width: 100px;
    height: 2px;
    background: #3385ff;
    position: absolute;
    left: 180px;
    top: 50%;
}
.istrength-tit .istrength-t2{
    color: #666;
    width: 650px;
    padding-top: 2rem;
    font-size: 1.8rem;
}
.istrength-tit .istrength-t3{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    color: #fff;
    font-size: 7.4rem;
    height: 9rem;
    line-height: 9rem;
    background: #3385ff;
    float: left;
    padding: 0 2rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    text-transform: uppercase;
}
.istrength-tit .istrength-t3 span{color: #fff;}
.istrength-list{
    position: relative;
}
.istrength-bj{
    width: 90%;
    height: 500px;
    background: #3385ff;
    transform: skew(-20deg);
    position: absolute;
    right: -15%;
    top: 14rem;
}
.istrength-list .tu{
    transform: skew(-20deg);
    overflow: hidden;
    height: 560px;
    width: 360px;
}
.istrength-list .tu .heidi{
    /* background: rgba(0, 0, 0, 0.3); */
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 999;
    transition: all 0.7s ease-in-out;
}
.istrength-list .leibiao:hover .heidi{
    background: rgba(51, 133, 255, .5);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 999;
    transition: all 0.7s ease-in-out;
}
.istrength-list .tu img{
    transform: skew(20deg);
    transition: all 1s;
    width: 585px!important;
    height: 561px;
    position: absolute;
    left: 50%;
    margin-left: -290px;
    transition: all 0.7s ease-in-out;
    max-width: inherit;
}
.istrength-list .leibiao:hover img{
    margin-left: -300px;
}
.istrength-list .wenzi{
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 26px;
    text-indent: -7rem;
}
.istrength-list .wenzi a{
    color:#fff;
    font-weight: 600;
}
.istrength-list .wenzi a span{
    display: block;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: normal;
}



/*产品展示*/
.ipro{
    background: url(../images/prodia.jpg) center no-repeat;
    padding:10rem 0;
}
.ipro .iabout-fltit{
    margin-bottom:7rem;
}
.ipro-fl li{
    line-height: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}
.ipro-fl li:before{
    content:"";
    position:absolute;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    left: 0;
    top: 50%;
}
.ipro-fl li a{
    font-size: 1.8rem;
    color: #707070;
}
.ipro-fl li a:hover{
    color:#3385ff;
}
.swiper-pro .swiper-slide .jzhong{
    display: none;
}
.swiper-pro .swiper-slide:hover .jzhong{
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #3385ff;
    background-color: rgba(51, 133, 255, .7);
    line-height: 0;
}
.swiper-pro .swiper-slide p{
    background: #000;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 2rem;
}
.ipro-list .swiper-button-next,.ipro-list .swiper-button-prev{
    background: #3385ff;
    color: #fff;
    text-align: center;
    width: 5rem;
    height: 5rem;
    line-height: 4.8rem;
    border-radius: 50%;
    font-size: 3rem;
    border: 0;
    outline: 0;
}
.ipro-list .swiper-button-next{
    right: -6rem;
}
.ipro-list .swiper-button-prev{
    left: -6rem;
}
.ipro-list .swiper-button-next:hover,.ipro-list .swiper-button-prev:hover{
    opacity: .9;
}
.ipro-list .swiper-button-next:after,.ipro-list .swiper-button-prev:after{
    display: none;
}



/*新闻资讯*/
.inews{
    padding:10rem 0;
}
.swiper-news{
    padding-bottom: 8rem;
}
.swiper-news .inews-img{
    z-index: 99999;
}
.swiper-news .inews-img img{
    width: 600px;
    border-radius: 20px;
    height: 450px;
}
.swiper-news .inews-brief{
    position: absolute;
    background: #f6f6f6;
    padding: 6rem 5rem;
    border-radius: 20px;
    bottom: -7rem;
    height: 350px;
    right: 0;
    width: 750px;
}
.swiper-news .inews-brief .inews-date{
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
}
.swiper-news .inews-brief .inews-date:before{
    content:"";
    width: 5rem;
    height: 1px;
    background: #666;
    position: absolute;
    bottom: 0;
}
.swiper-news .inews-brief dl dt{
    font-size: 2rem;
    line-height: 2.8rem;
    height: 5.6rem;
    overflow: hidden;
}
.swiper-news .inews-brief dl dt a{
    color: #3385ff;
}
.swiper-news .inews-brief dl dt a:hover{
    text-decoration: underline;
}
.swiper-news .inews-brief dl dd{
    color: #666;
    line-height: 2.8rem;
}
.swiper-news .swiper-button-next,.swiper-news .swiper-button-prev{
    background: #c5c5c5;
    color: #fff;
    text-align: center;
    width: 5rem;
    height: 5rem;
    line-height: 4.8rem;
    font-size: 3rem;
    border: 0;
    outline: 0;
    bottom: 1rem;
    top: unset;
}
.swiper-news .swiper-button-next:after, .swiper-news .swiper-button-prev:after{
    display:none;
}
.swiper-news .swiper-button-next{
    left: 20rem;
}
.swiper-news .swiper-button-prev{
    left: 14rem;
}
.swiper-news .swiper-button-next:hover,.swiper-news .swiper-button-prev:hover{
    background: #3385ff;
}
.swiper-news .inews-tit{
    position: absolute;
    right: 15rem;
}
.swiper-news .inews-tit p{
    padding-left: 0;
}
.swiper-news .inews-tit p:before{
    left: 14rem;
}



/*客户群*/
.iclient{
    background: url(../images/ipar_bj.jpg) center no-repeat;
    padding:10rem 0;
    overflow: hidden;
}
.iclient-breif{
    color: #666;
    line-height: 3rem;
    margin-top: 3rem;
    clear: both;
    font-size: 1.8rem;
}
.iclient-a a{
    background: #3385ff;
    color: #fff;
    display: block;
    width: 15rem;
    text-align: center;
    line-height: 5rem;
    border-radius: 30px;
    font-size: 1.8rem;
    margin-top: 3rem;
}
.iclient-a a:hover{
    opacity: .9;
}
.iclient .iabout-fltit{
    margin-bottom:0;
}




@media screen and (max-width: 1200px) {
    .iabout{
        padding:3rem 0;
        background: url(../images/bei1.jpg) center no-repeat;
        background-size: cover;
    }
    .iabout-fltit{
        margin-bottom: 2rem;
    }
    .iabout-fltit h3{
        font-size: 2.4rem;
        height: 5rem;
        line-height: 5rem;
        padding: 0 3rem;
        margin-bottom: 1rem;
        border-radius: 10px;
    }
    .iabout-fltit p{
        font-size: 2.4rem;
        padding-left: 8rem;
        margin-bottom: 1.5rem;
        letter-spacing: 0;
    }
    .iabout-fltit p:before{
        content:"";
        width: 7rem;
        height: 2px;
        left: 0;
        top: 50%;
    }
    .iabout-sz{
        margin-bottom: 2rem;
    }
    .iabout-sz .shuzi{
        font-size: 5rem;
        font-weight: bold;
        line-height: 6rem;
        color: #3385ff;
        height: 6rem;
    }
    .iabout-sz .shuzi i{
        font-style: inherit;
    }
    .iabout-sz .shuzi span{
        font-size: 2rem;
    }
    .iabout-sz p{
        font-size: 1.6rem;
    }
    .iaboutfr-tit{
        margin-bottom: 2rem;
    }
    .iaboutfr-tit p{
        font-size: 1.6rem;
    }
    .iaboutfr-tit p span{
        color: #FF9900;
        font-size: 3.6rem;
    }
    .iaboutfr-brief p{
        margin-bottom: 1rem;
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
    .iaboutfr-a a{
        padding: 1rem 4rem;
        font-size: 1.8rem;
    }
    .iaboutfr-a a:hover{
        background: #3385ff;
        color: #fff;
    }
    /*实力展示*/
    .istrength{
        padding: 3rem 0;
    }
    .istrength:before{
        height: 30rem;
    }
    .istrength-tit{
        position: relative;
        margin-bottom: 3rem;
    }
    .istrength-tit .istrength-t1{
        width: 500px;
        letter-spacing: 1rem;
        color: #3385ff;
        font-size: 2.6rem;
        font-weight: 600;
        position: relative;
        line-height: 35px;
    }
    .istrength-tit .istrength-t1:before{
        content:"";
        width: 100px;
        height: 2px;
        background: #3385ff;
        position: absolute;
        left: 180px;
        top: 50%;
    }
    .istrength-tit .istrength-t2{
        width: 100%;
        padding-top: 1rem;
        font-size: 1.6rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }
    .istrength-tit .istrength-t3{
        position: relative;
        color: #fff;
        font-size: 3rem;
        height: 7rem;
        line-height: 7rem;
        padding: 0 2rem;
        border-radius: 10px;
        margin: 0;
    }
    .istrength-tit .istrength-t3 span{color: #fff;}
    .istrength-list{
        position: relative;
    }
    .istrength-bj{
        width: 100%;
        height: auto;
        background: #3385ff;
        transform: initial;
        position: relative;
        right: 0;
        top: 0;
    }
    .istrength-list .tu{
        transform: skew(0deg);
        height: auto;
        width: 100%;
        padding: 0 3%;
    }
    .istrength-list .leibiao:hover .heidi{
        background: rgba(51, 133, 255, .5);
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
        left: 0px;
        z-index: 999;
        transition: all 0.7s ease-in-out;
    }
    .istrength-list .tu img{
        transform: skew(0deg);
        width: 100%!important;
        height: auto;
        position: relative;
        left: 0;
        margin-left: 0;
    }
    .istrength-list .leibiao:hover img{
        margin-left: -300px;
    }
    .istrength-list .wenzi{
        top: 45%;
        width: 100%;
        font-size: 4.2rem;
        text-indent: 0;
    }
    .istrength-list .wenzi a span{
        display: block;
        text-transform: uppercase;
        font-size: 1.4rem;
        font-weight: normal;
    }
    .leibiao {
        margin-bottom:2rem;
    }
    /*产品展示*/
    .ipro{
        background: url(../images/prodia.jpg) center no-repeat;
        padding: 3rem 0;
        background-size: cover;
    }
    .ipro .iabout-fltit{
        margin-bottom: 3rem;
    }
    .ipro-fl li{
        line-height: 4rem;
        height: 4rem;
        margin-bottom: 1rem;
        position: relative;
        padding-left: 1.5rem;
        width: 50%;
    }
    .ipro-fl li:before{
        content:"";
        position:absolute;
        width: 5px;
        height: 5px;
        background: #999;
        border-radius: 50%;
        left: 0;
        top: 50%;
    }
    .ipro-fl li a{
        font-size: 1.8rem;
        color: #707070;
    }
    .ipro-fl li a:hover{
        color:#3385ff;
    }
    .swiper-pro .swiper-slide .jzhong{
        display: none;
    }
    .swiper-pro .swiper-slide:hover .jzhong{
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        position: absolute;
        overflow: hidden;
        top: 0px;
        right: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background-color: #3385ff;
        background-color: rgba(51, 133, 255, .7);
        line-height: 0;
    }
    .swiper-pro .swiper-slide p{
        background: #000;
        color: #fff;
        text-align: center;
        width: 100%;
        font-size: 2rem;
    }
    .ipro-list .swiper-button-next,.ipro-list .swiper-button-prev{
        background: #3385ff;
        color: #fff;
        text-align: center;
        width: 5rem;
        height: 5rem;
        line-height: 4.8rem;
        border-radius: 50%;
        font-size: 3rem;
        border: 0;
        outline: 0;
        display: none;
    }
    .ipro-list .swiper-button-next{
        right: -6rem;
    }
    .ipro-list .swiper-button-prev{
        left: -6rem;
    }
    .ipro-list .swiper-button-next:hover,.ipro-list .swiper-button-prev:hover{
        opacity: .9;
    }
    .ipro-list .swiper-button-next:after,.ipro-list .swiper-button-prev:after{
        display: none;
    }

    /*新闻资讯*/
    .inews{
        padding: 3rem 1rem;
    }
    .swiper-news{
        padding-bottom: 6rem;
    }
    .swiper-news .inews-img{
        z-index: 99999;
    }
    .swiper-news .inews-img img{
        width: 100%;
        border-radius: 0;
        height: auto;
    }
    .swiper-news .inews-brief{
        position: relative;
        padding: 2rem;
        border-radius: 0;
        bottom: 0;
        height: auto;
        right: 0;
        width: 100%;
    }
    .swiper-news .inews-brief .inews-date{
        position: relative;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }
    .swiper-news .inews-brief .inews-date:before{
        content:"";
        width: 5rem;
        height: 1px;
        background: #666;
        position: absolute;
        bottom: 0;
    }
    .swiper-news .inews-brief dl dt{
        font-size: 2rem;
        line-height: 2.8rem;
        overflow: hidden;
    }
    .swiper-news .inews-brief dl dd{
        color: #666;
        line-height: 2.8rem;
        font-size: 1.4rem;
    }
    .swiper-news .swiper-button-next,.swiper-news .swiper-button-prev{
        width: 7rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 2rem;
    }
    .swiper-news .swiper-button-next{
        left: 50%;
    }
    .swiper-news .swiper-button-prev{
        margin-left: -8rem;
        left: 50%;
    }
    .swiper-news .inews-tit{
        position: absolute;
        right: 15rem;
    }
    .swiper-news .inews-tit p:before{
        left: 14rem;
    }
    /*客户群*/
    .iclient{
        background: url(../images/ipar_bj.jpg) center no-repeat;
        padding: 3rem 0;
        background-size: cover;
    }
    .iclient-breif{
        color: #666;
        line-height: 3rem;
        margin-top: 3rem;
        clear: both;
        font-size: 1.8rem;
    }
    .iclient-a a{
        width: 14rem;
        line-height: 4rem;
        font-size: 1.6rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .iclient-a a:hover{
        opacity: .9;
    }
    .iclient .iabout-fltit{
        margin-bottom:0;
    }
}