@charset"utf-8";

/*自定义分页符样式*/
/***
    首页banner
***/
.container {
    padding: 0;
}
.ban{
    width: 100%;
    position: relative;
}
.ban-mb{
    position: absolute;
    right: 0;
    top: 26px;
    bottom:100px;
    width: 600px;
    background: rgba(255,255,255,0.8);
    z-index: 100;
    padding: 30px 50px;
}
.ban-mb img{
    width: 300px;
}
.ban-mb h2{
    font-size: 30px;
    color: #3c434c;
    margin: 15px 0;
}
.ban-mb h2 span{
    color: #df343c;
}
.ban-mb p{
    margin-bottom: 15px;
    color: #010101;
    font-size: 18px;
}
.ban canvas{
    cursor: pointer;
    margin-bottom: 0px;
}
.ban-jdt li{
    padding: 5px 0;
}
.ban-jdt li span{
    font-size: 14px;
    font-weight: bold;
    width: 60px;
    display: inline-block;
}
.ban-jdt li b{
    display: inline-block;
    width: 200px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 13px;
    position: relative;
    top: -2px;
}
.ban-jdt li  strong{
    position: absolute;
    width: 0%;
    display: inline-block;
    height: 8px;
    top: 0;
    left: 0;
    border-radius: 4px;
}
.ban-jdt li i{
    display: inline-block;
    width: 14px;
    height: 17px;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
    margin-right: 8px;
}
.ban-jdt li:first-child i{
    background-image: url('../images/ic-wd.png')
}
.ban-jdt li:first-child strong{
    background-color: #4970bf;
}
.ban-jdt li:first-child span{
    color: #4970bf;
}
.ban-jdt li:nth-child(2) strong{
    background-color: #de920f;
}
.ban-jdt li:nth-child(2) i{
    background-image: url('../images/ic-nl.png')
}
.ban-jdt li:nth-child(2) span{
    color: #de920f;
}
.ban-jdt li:nth-child(3) strong{
    background-color: #6d6d6d;
}
.ban-jdt li:nth-child(3) i{
    background-image: url('../images/ic-cb.png')
}
.ban-jdt li:nth-child(3) span{
    color: #6d6d6d;
}
/* 光 */
.ban-lig{
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
    z-index: 20;
    opacity: 0.4;
}
/* 膜 */
.ban-mo{
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    bottom:0px;
    width: 100%;
    z-index: 20;
    opacity: 0.4;
}
.ban-mo img,.ban-lig img{
    width: 100%;
}

#banner .im_mo {
    display: none;
}

#banner .im_pc {
    display: block;
}

#banner .swiper-container-horizontal>.swiper-pagination {
    padding: 0 3%;
    bottom: 5%;
}
#banner .swiper-pagination-clickable .swiper-pagination-bullet {
    display: inline-block;
    width: 60px;
    height: 4px;
    margin-left: 8px;
    background-color: #fff;
    transition: transform .2s;
    cursor: pointer;
    border-radius: 0;
    opacity: 0.5;
}
#banner .swiper-pagination-bullets {
    padding: 0 30px;
}

#banner .swiper-pagination-clickable .swiper-pagination-bullet-active {
    opacity: 1;
}
@media screen and (max-width: 767px) {
    #banner .im_mo {
        display: block;
    }

    #banner .im_pc {
        display: none;
        min-height: 400px;
    }
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .ban-mb{
        bottom:40px;
    }
    .ban-mb p{
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 1400px) {
    .ban-mb{
        bottom:30px;
        padding: 20px 40px;
    }
    .ban-mb h2{
        margin: 10px 0;
    }
}
@media screen and (max-width: 1200px) {
    .inner {
        width: 1024px;
    }
    .ban-mb img{
        width: 200px;
    }
    .ban-mb h2{
        font-size: 22px;
    }
    .ban-jdt li{
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .inner {
        width: 100%;
    }
    .ban-mb{
        display: none;
    }
    .ban-lig,.ban-mo{
        display: none;
    }
}
/* 公司历史 */
.mbox{
    padding: 30px 0;
    width: 100%;
}
.ls{
    background-image: url(../images/ls_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.h-title{
    width: 300px;
    margin: 0 auto 30px;
}
.h-title h1{
    text-align: center;
    font-size: 24px;
    color: #555555;
}
.h-title h1 span{
    vertical-align: text-top;
    margin-right: 4px;
}
.h-title p{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #aaaaaa;
    line-height: 24px;
    padding: 6px 0;
}
/*  */
.ls-box{
    position: relative;
    width: 50%;
    margin: 0 24%;
    padding: 0 78px;
}
.ls-im{
    width: 100%;
}
.ls-im img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #fff;
}
.ls-txt{
    width: 88px;
    margin: 20px auto 0;
}
.ls-txt a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #d43f3c;
    border-radius: 5px;
    opacity: 0;
    color: #fff;
    transition: all linear .3s;
}
.swiper-slide-active .ls-txt a {
   opacity: 1;
}
/* 
    力盾品牌
*/
.pp{
    background-color: #f9f9f9;
}
.pp-lf{
    float: left;
    width: 45%;
    padding-right: 90px;
}
.pp-con img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.pp-lf p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 20px;
    text-align: justify;
}
.pp-rt{
    float: right;
    width: 55%;
}
/* 公司产品 */
.gs{
    background-image: url(../images/gs_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.gs .h-title h1{
    color: #fff;
}
.gs .h-title p{
    color: #c4c7db;
}
.gs-con ul{
    overflow: hidden;
    padding-bottom: 10px;
}
.gs-con ul li{
    padding: 0 5px;
    float: left;
    width: 20%;
}
.gs-con ul li a{
    display: block;
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px rgba(255,255,255,0.2); 
}
.gs-con li .im{
    width: 100%;
    overflow: hidden;
}
.gs-con li .im img{
    width: 100%;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.gs-con li .txt{
    padding: 26px 8px 32px;
    text-align: center;
    background-color: #fff;
}
.gs-con li .txt h2{
    font-size: 20px;
    font-weight: bold;
}
.gs-con li .txt span{
    display: block;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    margin: 16px auto;
}
.gs-con li .txt p{
    font-size: 16px;
}
.gs-con ul li i{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    height: 6px;
}
.gs-con li:first-child .txt{
    color: #4ea0f2;
}
.gs-con li:first-child i{
    background-color: #4ea0f2;
}
.gs-con li:first-child .txt span{
    background-color: #4ea0f2;
}
.gs-con li:nth-child(2) .txt{
    color: #bb9c66;
}
.gs-con li:nth-child(2) i{
    background-color: #bb9c66;
}
.gs-con li:nth-child(2) .txt span{
    background-color: #bb9c66;
}
.gs-con li:nth-child(3) .txt{
    color: #da5f5f;
}
.gs-con li:nth-child(3) i{
    background-color: #da5f5f;
}
.gs-con li:nth-child(3) .txt span{
    background-color: #da5f5f;
}
.gs-con li:nth-child(4) .txt{
    color: #6f7de8;
}
.gs-con li:nth-child(4) i{
    background-color: #6f7de8;
}
.gs-con li:nth-child(4) .txt span{
    background-color: #6f7de8;
}


.gs-con li:nth-child(5) .txt{
    color: #bb9c66;
}
.gs-con li:nth-child(5) i{
    background-color: #bb9c66;
}
.gs-con li:nth-child(5) .txt span{
    background-color: #bb9c66;
}
/* 
    成功案例
*/
.cg-con ul{
    overflow: hidden;
}
.cg-con ul li{
    float: left;
    padding: 5px;
    width: 25%;
}
.cg-con li a{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.cg-con li .im{
    width: 100%;
    overflow: hidden;
}
.cg-con li img{
    width: 100%;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.cg-con li .an-mb{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    opacity: 0;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.cg-con li  h1{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    background: rgba(0,0,0,0.8);
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    opacity: 1;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    overflow: hidden;
}
.cg-con li .an-mb .txt span{
    display: block;
    margin: 0 auto 10px;
    width: 36px;
    height: 30px;

}
.cg-con li .an-mb .txt h2{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.cg-con li .an-mb .txt p{
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}
.an-btn a{
    display: block;
    width: 172px;
    margin: 20px auto 0;
    background-color: #ead65f;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    border-radius: 5px;
    color: #726437;
    text-align: center;
    font-weight: bold;
}
/* 
    新闻资讯
*/
.zx{
    background-color: #f9f9f9;
}
.zx-con{
    overflow: hidden;
    border:1px solid #dee4ea;
    background: #fff;
}
.zx-box{
    float: left;
    width: 33.33%
}
.zx-txt{
    width: 100%;
    height: 240px;
    padding: 28px 8px;
}
.zx-txt .tit{
    padding: 0 10px 12px;
    border-bottom:1px solid #eeeeee;
    overflow: hidden;
}
.zx-txt .tit h2{
    font-size: 18px;
    color: #d57474;
    float: left;
}
.zx-txt .tit h2 i{
    display: inline-block;
    height: 18px;
    width: 6px;
    background-color: #d57474;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.zx-txt .tit a{
    color: #aaaaaa;
    float: right;
}
.zx-txt  ul{
    padding: 10px 8px 0;
}
.zx-txt  ul li{
    width: 100%;
}
.zx-txt  ul li a{
    display: block;
    width: 100%;
    padding: 8px 78px 8px 0;
    position: relative;
}
.zx-txt  ul li a p{
    color: #888888;
    font-size: 14px;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.zx-txt  ul li a span{
    position: absolute;
    right: 0;
    color: #aaaaaa;
    top: 8px;
    line-height: 20px;
}
.zx-box .im{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.zx-box .im img{
    width: 100%;
    height: 100%;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.pc-hid{
    display: none;
}
/* 联系我们 */
.lx-con{
    overflow: hidden;
}
#ab_location{
    float: left;
    width: 60%;
    height: 500px;
}
.lx-rt{
    width: 40%;
    float: left;
    height: 500px;
    background: #4a4a4a;
    padding: 20px 24px;
}
.lx-txt{
    width: 350px;
    border-bottom: 1px solid #626262;
    padding-bottom: 10px;
    margin-bottom: 22px;
}
.lx-txt h2{
    font-size: 18px;
    margin-bottom: 12px;
    color: #cccccc;
}
.lx-txt p{
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffffff;
}
.lx-txt p i{
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top:4px;
    background: url('../images/ic-ph.png') no-repeat;
}
.lx-rt form{
    width: 300px;
}
.lx-rt form h2{
    font-size: 18px;
    color: #cccccc;
    margin-bottom: 16px;
}
.lx-rt form label{
    margin-bottom: 16px;
}
.lx-rt form label input{
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #aaaaaa;
    padding-left: 12px;
    background-color: #343434;
    color: #fff;
    outline: none;
    width: 240px;
}
input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #fff;
}
.lx-rt form label span{
    font-size: 12px;
    color: #aaaaaa;
}
.lx-rt form label select{
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #aaaaaa;
    padding-left: 12px;
    background-color: #343434;
    color: #fff;
    outline: none;
    width: 240px;
}
.lx-rt form a{
    font-size: 14px;
    line-height: 36px;
    width: 100px;
    text-align: center;
    color: #aaaaaa;
    background-color: #343434;
    display: block;
}
/* 底部图标 */
.tb ul{
    overflow: hidden;
}
.tb ul li{
    float: left;
    text-align: center;
    width: 25%;
}
.tb ul li span{
    display: block;
    height: 40px;
    width: 50px;
    display: block;
    margin: 0 auto 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
.tb ul li:first-child span{
    background-image: url('../images/ic-b01.png') ;
}
.tb ul li:nth-child(2) span{
    background-image: url('../images/ic-b02.png') ;
}
.tb ul li:nth-child(3) span{
    background-image: url('../images/ic-b03.png') ;
}
.tb ul li:nth-child(4) span{
    background-image: url('../images/ic-b04.png') ;
}
.tb ul li h2{
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    font-weight: bold;
}
.tb ul li i{
    height: 1px;
    display: block;
    width: 80%;
    padding: 0 10px;
    margin: 10px auto;
    background-color: #e5e5e5;
}
.tb ul li p{
    text-align: center;
    color: #aaaaaa;
    line-height: 24px;
}
.tb{
    padding-top: 0;
}

@media screen and (min-width: 1024px){
    .gs-con li:hover .im img{
        transform: scale(1.05,1.05);
        transition: all .25s linear;
    }
    .cg-con li:hover img{
        transform: scale(1.05,1.05);
        transition: all .25s linear;
        -webkit-transition: all .25s linear;
    }
    .cg-con li:hover h1{
        opacity: 0;
        transition: all .25s linear;
        -webkit-transition: all .25s linear;
    }
    .cg-con li:hover .an-mb{
        opacity: 1;
        transition: all .25s linear;
        -webkit-transition: all .25s linear;
    }
    .zx-txt .tit a:hover,.zx-txt  ul li a p:hover,.zx-txt  ul li a span:hover{
        color: #d57474;
    }
    .zx-box .im img:hover{
        transform: scale(1.05,1.05);
        transition: all .25s linear;
        -webkit-transition: all .25s linear;
    }
}
@media screen and (max-width: 1200px){
    .ls-box{
        padding: 0 50px;
        width: 70%;
        margin: 0 15%;
    }
    .pp-lf{
        padding-right: 50px;
    }
    .h-title{
        margin-bottom: 20px;
    }
    .cg-con li .an-mb .txt p{
        height: 72px;
    }
}
@media screen and (max-width: 1024px){
    .ls-box{
        width: 80%;
        margin: 0 9%;
    }
    .mbox{
        padding: 30px 10px;
    }
    .tb{
        padding-top: 0;
    } 
    .pp-lf{
        padding-right: 0;
        width: 100%;
    }
    .pp-rt{
        display: none;
    }
    .gs-con li .txt h2{
        font-size: 18px;
    }
    .gs-con li .txt p{
        height: 22px;
        overflow: hidden;
        font-size: 14px;
    }
    .zx-txt{
        padding: 18px 8px;
        height: 220px;
    }
    .zx-box .im{
        height: 220px;
    }
    #ab_location{
        width: 100%;
        float:none;
        height: 320px;
    }
    .lx-rt{
        width: 100%;
        float:none;
        height: auto;
    }
}
@media screen and (max-width: 768px){
    .mbox{
        padding: 18px 10px;
    }
    .tb{
        padding-top: 0;
    } 
    .h-title{
        margin-bottom: 14px;
    }
    .h-title h1{
        font-size: 22px;
    }
    .h-title p{
        padding: 4px 0 0;
    }
    .ls-box{
        width: 96%;
        margin: 0 1%;
    }
    .ls-txt{
        width: 64px;
        margin-top: 5px;
    }
    .ls-txt a{
        font-size: 16px;
        height: 32px;
        line-height: 32px;
    }
    .gs-con ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .gs-con li .txt{
        padding: 12px 5px ;
    }
    .pp-lf p{
        margin-top: 10px;
    }
    .cg-con ul li{
        width: 50%;
    }
    .an-btn a{
        margin: 14px auto 0;
    }
    .cg-con li  h1{
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
    }
    .zx-box{
        width: 100%;
    }
    .ph-hid{
        display: none;
    }
    .pc-hid{
        display: block;
    }
    .zx-txt{
        height: auto;
        padding: 10px 8px;
    }
    .zx-box .im{
        height: auto;
    }
    .zx-txt  ul li a{
        padding: 5px 76px 5px 0;
    }
    .zx-txt  ul li a span{
        top: 4px;
    }
    .zx-txt  ul{
        padding: 10px 5px 0;
    }
    .lx-rt{
        padding: 20px 12px;
    }
    .lx-txt{
        width: 100%;
    }
    .gs-con li .txt span{
        margin: 12px auto;
    }
    .tb ul li{
        width: 50%;
        padding-bottom: 10px;
    }
    .tb ul li span{
        width: 40px;
        height: 32px;
        margin-bottom: 8px;
    }
    .tb ul li i{
        margin: 6px auto;
    }
    .tb ul li:nth-child(3){
        padding-bottom: 0;
    }
    .tb ul li:nth-child(4){
        padding-bottom: 0;
    }
    .tb ul li h2{
        font-size: 14px;
    }
}
