@charset"utf-8";
/*自定义分页符样式*/
.container,.row{
    margin: 0;padding: 0;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .inner{
        width: 1024px;
    }
}
@media screen and (max-width: 1024px) {
    .inner{
        width: 100%;
    }
}
/*二级页面背景图*/
.fu-bg{
    width: 100%;
    max-width: 100%;
    overflow: hidden;text-align:center;
    background:#E6EDFF;
}

.fu-cg{
    background-image: url(../images/cg_bg.jpg);
}
.fu-cx{
    background-image: url(../images/cx_bg.jpg);
}
.fu-jn{
    background-image: url(../images/jn_bg.jpg);
}
.fu-zb{
    background-image: url(../images/zb_bg.jpg);
}
.fu-xz{
    background-image: url(../images/xz_bg.jpg);
}

@media screen and (max-width: 768px) {
    .fu-bg{
        height: 180px;
    }
}

/*页码*/
.mypage {
    clear: both;
    width:100%;
    height:auto;
    border:#a72126 0px solid;
    margin:0 auto;
    padding: 20px 0;
    text-align:center;
    font-size: 16px;
}
.pc_dis{
    display: none;
}
.mypage a{
    color:#4d555d;
    width:auto;
    height:auto;
    padding:6px 12px;
    font-size:16px;
    margin-right:5px;
    border: 1px solid #DBDBDB;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mypage span{
    color:#717171;
    width:auto;
    height:auto;
    padding:10px;
    font-size:16px;
    border-radius:5px;
    margin-right:5px;
}
.mypage .linking,.mypage a:hover {
    color: #fff;
    background: #d53f38;
    border:1px solid transparent;
    border-radius: 4px;
}
@media screen and (max-width: 768px) {
    .pc_dis {
        display: block;
    }
    .ph_dis {
        display: none;
    }

    .mypage {
        padding: 15px 0;
    }
}
/* 产品页 */
.fu_cp{
    width: 100%;
    background-color: #1b222e;
}
.fu_cp img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.cp{
    padding: 30px 0;
    background-color: #f5f7fa;
}
.fu_news{
    background-color: #e6edff;
}
/* 筛选 */
.cp h1{
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
    font-weight: bold;
}
.cp h1 i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/ic-cp.png) no-repeat;
    position: relative;
    top: 3px;
    margin-right: 6px;
}
.cp-con{
    width: 100%;
    border: 1px solid #dfe6f0;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #fff;
}
.sp-con{
    position: relative;
    width: 100%;
    border-bottom:1px solid #cccccc ;
}
.cp-con>div:last-child{
    border-bottom: 0;
}
.sp-con span{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80px;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 44px;
    text-align: right;
    font-weight: bold;
}
.sp-det{
    padding: 0 4px 0 80px;
    overflow: hidden;
}
.sp-det li{
    float: left;
    padding: 10px;
    height: 44px;
}
.sp-det li a{
    line-height: 24px;
    color: #666666;
    padding: 5px 10px;
    font-weight: bold;
}
.sp-det li.active a{
    color: #d53f38; 
}
.sp-det li a:hover{
    color: #d53f38;
}
.cp-list ul{
    overflow: hidden;
    margin-bottom: 15px;
}
.cp-list ul li{
    float: left;
    width: 33.33%;
    padding: 8px; 
}
.cp-list li a{
    display: block;
    width: 100%;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.cp-list li .im{
    width: 100%;
}
.cp-list li .im img{
    width: 100%;
}
.cp-list li .txt{
    background-color: #fff;
    padding: 20px 10px;
    text-align: center;
}
.cp-list li .txt h2{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.cp-list li .txt h2 span{
    color: #bf986d;
}
.cp-list li .txt p{
    margin: 12px 0;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    height: 44px;
    overflow: hidden;
}
.cp-list li .txt h3{
    font-size: 16px;
    color: #c90813;
}
.cp-list li .txt h3 b{
    font-size: 22px;
}
/* 产品详情页 */
.cp-det{
    overflow: hidden;
    width: 100%;
}
.cdet-im{
    float: left;
    width: 540px;
    padding-right: 30px;
    
}
.cdet-im img{
    max-width: 100%;
    max-height: 440px;
    border:1px solid #ddd;
}
.cdet-im video{
    width: 100%;
    max-height: 440px;
    
}
.cdet-txt{
    float:right;
    width: 660px;
    padding-right: 10px;
}
.cdet-txt h1{
    font-size: 24px;
    padding: 12px 0;
    color: #595f69;
    font-weight: bold;
    margin-bottom: 0;
}
.cdet-txt .tit p{
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 24px;
    color: #9ca6b5;
}
.cdet-txt .money{
    background-color: #ebf0f7;
    padding: 15px 12px;
    position: relative;
}
.cdet-txt .money p{
    font-size: 18px;
    color: #d53f39;
    font-weight: bold;
    margin-right: 100px
}
.cdet-txt .money p b{
    font-size: 24px;
}
.cdet-txt .money p span{
    color: #adb3be;
    margin-left: 8px;
    text-decoration: line-through;
}
.cdet-txt .money a{
    display: block;
    position: absolute;
    right: 16px;
    top: 15px;
    width: 100px;
    height: 32px;
    border-radius: 5px;
    background-color: #c7ab6f;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
}
.cdet-txt .type{
    margin: 20px 0;
    border-top: 1px solid #e9edf4;
    border-bottom: 1px solid #e9edf4;
}
.cdet-txt .type-con{
    padding: 12px 10px;
    overflow: hidden;
    border-bottom: 1px solid #e9edf4; 
}
.cdet-txt .type>div:last-child{
    border-bottom: none;
}
.cdet-txt .type-con .cp-tbox{
    float: left;
    width: 50%;
}
.cdet-txt .type-con .cp-tbox p{
    font-size: 14px ;
    color: #a5adb9;
}
.cdet-txt .type-con .cp-tbox p span{
    color: #666666;
    margin-left: 6px;
}
.cp-ys p i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f9f9f9;
    border:1px solid #e0e6ef;
    border-radius: 50%;
    position: relative;
    top: 4px;
    margin-left: 4px;
}
.cp-ys p span{
    cursor: pointer;
}
.cp-ys ul{
    overflow: hidden;
    display: none;
}
.cp-ys ul li{
    float: left;
    padding: 10px 5px 0;
}
.cp-ys ul li i{
    display: inline-block;
    width: 18px;
    height: 18px;
    border:1px solid #e0e6ef;
    border-radius: 50%;
    position: relative;
    top: 4px;
    margin-left: 4px;
}
.cp-ys ul li span{
    color: #666666;
    margin-left: 6px;
    cursor: pointer;
}
.bz-btn a{
    display: block;
    width: 300px;
    text-align: center;
    background-color: #d53f39;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}
.cdet-nei{
    margin-top: 24px;
    float: right;
}
.cdet-nei img{
    max-width: 100%;
    margin: 0 auto 15px;
    display: block;
}
.cdet-nei h2{
    font-size: 18px ;
    color: #676d77;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.cdet-nei h2 span{
    position: relative;
    top: 2px;
    display: inline-block;
    width: 64px;
    height: 22px;
    background: url(../images/ic-lm.png) no-repeat;
}
@media screen and (min-width: 1024px){
    .cp-list li a:hover{
        transition: all .25s linear;
        -webkit-transition: all .25s linear;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
}
@media screen and (max-width: 1200px){
    .cdet-txt{
        width: 523px;
        padding-right: 0;
    }
    .cdet-im{
        width: 500px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1024px){
    .cp{
        padding: 20px 10px;
    }
    .cp img{
        max-width: 100%
    }
    .cdet-txt{
        width: 100%;
    }
    .cdet-im{
        width: 100%;
        padding-right: 0;
    }
    .cdet-im video,.cdet-im img{
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px){
    .fu_cp{
        padding: 0 5px;
    }
    .sp-con span{
        line-height: 32px;
    }
    .sp-det li{
        padding: 4px 6px;
        height: 32px;
    }
    .sp-det li a{
        padding: 0;
    }
    .cp-list ul li{
        width: 50%;
		height:380px;
    }
    .cp-list li .txt{
        padding: 10px 4px;
    }
    .cp-list li .txt p{
        margin: 4px 0;
        font-size: 12px;
    }
    .cp-list li .txt h2{
        font-size: 14px;
    }
    .cp-list li .txt h3{
        font-size: 14px;
    }
    .cp-list li .txt h3 b{
        font-size: 18px;
    }
    .cp-list ul li{
        padding: 5px 4px;
    }
    .cp-list li a{
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .cdet-txt h1{
        font-size: 18px;
        line-height: 24px;
        padding: 8px 0;
    }
    .cdet-txt .type-con{
        padding: 8px 0;
    }
    .cdet-txt .money p{
        padding-right: 0;
        font-size: 16px;
    }
    .cdet-txt .money p b{
        font-size: 20px;
    }
    .cdet-txt .money a{
        position: inherit;
        right: inherit;
        top: inherit;
        height: 28px ;
        line-height: 28px;
       font-size: 14px;
       margin-top: 6px;

    }
    .cdet-txt .money{
        padding: 10px;
    }
    .cdet-txt .tit p{
        margin-bottom: 8px;
    }
    
    .cdet-txt .type-con .cp-tbox p{
        line-height: 24px;
    }
    .cp-ys ul li{
        padding: 10px 5px;
    }
}
@media screen and (max-width: 400px){
 .cp-list ul li{
        width: 50%;
		height:230px;
    }
}
@media screen and (max-width: 330px){
    .cp-list ul li{
        width: 100%;
    }
    .cp-list li .txt p{
        height: auto;
    }
    .cdet-txt .type-con .cp-tbox{
        width: 100%;
        float:none;
    }
}
/* 成功案例 列表页 */
.cg{
    padding: 20px 0;
    background-color: #f5f7fa;
}
.cg-tit{
    margin-bottom: 24px;
    overflow: hidden;
    width: 680px;
    margin: 0 auto 20px;
}
.cg-tit li{
    float: left;
    width: 20%;
    padding: 0 20px;
}
.cg-tit li a{
    width: 100%;
    font-size: 16px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}
.cg-tit li.active a{
    color: #fff;
    background-color: #c54943;
}
.cg-con ul{
    overflow: hidden;
}
.cg-con ul li{
    float: left;
    width: 33.3%;
    padding: 0 10px 16px;
}
.cg-con ul li a{
    display: block;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
.cg-img{
    width: 100%;
}
.cg-img img{
    width: 100%;
}
.cg-mb{
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0px;
    line-height: 36px;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
}
.cg-mb p{
    padding: 0 10px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.det{
    overflow: hidden;
}
.det-lf{
    float: left;
    width: 820px;
    padding-right: 20px;
}
.det-lf2{
    float: right;
    width: 940px;
    padding-left: 20px;
}
.det-box{
    padding: 20px;
    background-color: #fff;
    width: 100%;
}
.det-box h4{
    color: #565f74;
    font-size: 20px;
    margin-bottom: 15px;
}
.cg-inf{
    width: 100%;
    padding: 8px 12px;
    background-color: #edf2f8;
    overflow: hidden;
    margin-bottom: 14px;
}
.cg-inf i{
    position: relative;
    top: -2px;
}
.cg-inf span{
    margin-right: 6px;
}
.cg-inf p{
    float: left;
    color: #64759a;
    line-height: 24px;
}
.cg-inf h3{
    float: right;
    color: #64759a;
    line-height: 24px;
}
.det-prenext{width:100%;overflow:hidden;}
.det-pre{padding:10px 0;
    float: left;width:50%;
    color: #576886;
    font-size: 14px;
}
.det-next{
    float: right;width:50%;overflow:hidden;padding:10px 0;text-align:right;
    color: #576886;
    font-size: 14px;
}
.det-txt h2{
    font-size: 16px;
    color: #576886;
    line-height: 28px;
    font-weight: bold;
}
.det-txt p{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 14px;
}
.det-txt img{
    max-width: 100%;
    display: block;
    margin: 0 auto 12px;
}
.det-rt{
    padding: 20px 10px;
    background-color: #fff;
    float: right;
    width: 380px;
}
.det-rt2{
    padding: 20px 10px;
    background-color: #fff;
    float: left;
    width: 250px;
}
.tj-box{
    width: 100%;
}
.tj-box h1{
    font-size: 16px;
    color: #c5433e;
    padding-left: 12px;
    position: relative;
    margin-bottom: 20px;
}
.tj-box h1:before{
    position: absolute;
    width: 6px;
    height: 16px;
    display: block;
    content: '';
    background-color: #c5433e;
    left: 0;
    top: 1px;
}
.tj-box h1 i{
    font-size: 12px;
    color: #edb5b2;
    margin-left: 20px;
}
.tj-list li{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.tj-list li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.tj-list li a{
    display: block;
    width: 100%;
}
.tj-list li a .im img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.tj-list li a h2{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.tj-list li a p{
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #aaaaaa;
}
/* 登陆 */
.dl{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/dl_bg.jpg);
    width: 100%
}
.dl .inner{
    overflow: hidden;
}
.dl-con{
    float: right;
    width: 380px;
    padding: 80px 0 100px;
}
.dl-con h1{
    font-size: 24px;
    font-weight: bold;
    color: #49597b;
    margin-bottom: 22px;
}
.dl-con h1 span{
    display: block;
    line-height: 24px;
    font-size: 12px;
}
.dl-con form label{
    margin-bottom: 20px ;
    position: relative;
    height: 46px;
    width: 100%;
    display: block;
}
.log-mm{
    font-size: 14px;
    line-height: 24px;
    color: #49597b;
}
.dl-con form input{
    width: 100%;
    position: relative;
    border:1px solid #b9c2d5;
    height: 46px;
    line-height: 44px;
    background-color: #fff;
    color: #aaaaaa;
    font-size: 14px;
    padding-left: 40px;
    outline: none;
}
.dl-con form label i{
    display: block;
    position: absolute;
    width: 22px ;
    height: 22px ;
    background-repeat: no-repeat;
    left: 10px;
    top: 12px;
    z-index: 18;;
}
.dl-con form label:first-child i{
    background-image: url(../images/ic-yh.png);
}
.dl-con form label:nth-child(2) i{
    background-image: url(../images/ic-mm.png);
}
.dl-con form input[type=checkbox]{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    position: relative;
    top: 2px;
    outline: none;
}
.log-mm{
    margin-bottom: 18px;
}
.dl-txt h2{
    color: #8e99b2;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
}
.dl-txt p{
    color: #8e99b2;
    font-size: 14px;
    line-height: 24px;
}
.log-btn a{
    width: 150px ;
    line-height: 32px;
    height: 32px;
    background-color: #5992ef;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 16px;
}
/* 
    防伪查询
*/
.cx-con form{
    width: 100%;
    position: relative;
    padding-right: 140px;
}
.cx-con form input{
    display: block;
    width: 100%;
    font-size: 16px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #e5e5e5;
    padding-left: 12px;
    background-color: #fff;
    color: #aaaaaa;
    outline: none;
}
.cx-con form a{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 44px;
    color: #fff;
    background-color: #d45650;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
}
.cx-zy{
    padding: 18px 20px;
    background-color: #fff;
    margin: 20px 0;
}
.cx-zlf{
    float: left;
    width: 16%; 
    text-align: center;
}
.cx-zlf p{
    color: #7193df;
    line-height: 28px;
    font-size: 14px;
}
.cx-zrt{
    float: right;
    width: 84%;
    border-left:1px solid #eeeeee;
}
.cx-zrt p{
    font-size: 14px;
    line-height: 24px;
    color: #798096;
    padding-left: 40px;
}
.cx-jg {}
.cx-jg h1{
    font-size: 22px;
    color: #768cbe;
    line-height: 28px;
    text-align: center;
}
.cx-jg h1 i{
    display: block;
    width: 130px;
    height: 5px;
    background: url(../images/ic-jg.png) no-repeat;
    margin: 6px auto 0;
}
.cx-jg h1 span{
    font-size: 12px;
    color: #aaaaaa;
}
.cx-gbox{
    overflow: hidden;
    padding-top: 20px;
    font-size: 14px;line-height: 24px;
}
.cx-glf{
    width: 25%;
    float: left;
}
.cx-glf img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.cx-grt{
    width: 75%;
    float: left;
    padding-left: 20px;
}
.cx-grt .type{
    border-bottom: 1px solid #d2d6de;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.cx-grt>div:last-child{
    border-bottom: none;
}
.cx-grt .type p{
    font-size: 14px;
    color: #aaaaaa;
    line-height: 24px;
    width: 50%;
}
.cx-grt .type p span{
    color: #666666;
    font-weight: bold;
}
/* 
    节能测试
*/
.jn-con{
    padding: 30px;
    background-color: #fff;
}
.jn-con span{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    width: 74px;
    display: inline-block;
    font-weight: bold;
}
.jn-con b{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    font-weight: normal;
    margin-left: 10px;
}
.jn-con label{
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    width: 100%;
    font-weight: normal;
}
.jn-con label input{
    width: 220px;
    height: 40px;
    line-height: 38px;
    outline: none;
    border: 1px solid #d2d2d2;
    color: #aaaaaa;
    font-size: 14px;
    padding-left: 12px;
}
.jn-con label select{
    width: 110px;
    height: 40px;
    line-height: 38px;
    outline: none;
    border: 1px solid #d2d2d2;
    color: #aaaaaa;
    font-size: 14px;
    padding-left: 12px;
}
.jn-top{
    overflow: hidden;
    border-bottom:1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.jn-lf{
    width: 50%;
    float: left;
}
.jn-rt{
    width: 50%;
    float: left;
    
}
.jn-box {
    position: relative;
    padding-left: 80px;
    border-bottom:1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.jn-box span{
    position: absolute;
    left: 0;
    top: 0;
}
.jn-box ul{
    overflow: hidden;
}
.jn-box ul li{
    padding: 8px 10px;
    float: left;
}
.jn-box ul li i{
    font-style: normal;
    height: 40px;
    line-height: 38px;
    border: 1px solid #d2d2d2;
    color: #999999;
    font-size: 14px;
    padding: 0 12px;
    display: inline-block;cursor: pointer;
}
.jn-box ul li.active i{
    color: #5f8ad3;
    border:1px solid #5f8ad3;
    background-color: #eff5ff;
    
}
.jn-lf label:first-child input{
    width: 400px;
}
.jn-bot{
    overflow: hidden;
    border-bottom:1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.jn-bot .lf{
    width: 50%;
}
.jn-bot .rt{
    width: 50%;
}
.jn-btn button{
    width: 200px;
    margin: 0 auto;
    display: block;
    background-color: #5f8ad3;
    color: #fff;
    height: 42px;
    line-height: 40px;
    outline: none;
    border: none;
    font-size: 16px;
}
.jn-btn button[disabled]{
    background-color: #e5e5e5;
    color: #aaa;
}
/* 
    联系方式
*/
.lx-con{
    background: #fff;
}
.lx-im{
    width: 100%;
}
.lx-im img{
    width: 100%;
}
.lx-box{
    padding: 30px 20px;
}
.lx-top{
    overflow: hidden;
}
.lx-rt{
    float: right;
    width: 50%;
}
.lx-rt img{
    max-width: 100%;
    display: block;
    margin: 30px auto 0;
}
.lx-txt{
    float: left;
    width: 50%; 
    padding-left: 50px;
    margin: 20px 0;
}
.lx-bot{
    overflow: hidden;
}
.lx-txt h1{
    font-size: 24px;
    color: #62758b;
    margin-bottom: 15px;
}
.lx-txt h2{
    font-size: 20px;
    color: #778398;
    margin-bottom: 15px;
}
.lx-txt p{
    font-size: 16px;
    color: #778398;
    margin-bottom: 10px;
    line-height: 24px;
}
#ab_location{
    width: 100%;
    height: 500px;
    margin: 20px 0;
}
@media screen and (min-width: 1024px){
    .cg-con li a:hover .cg-mb {
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        height: 36px;
    }
}
@media screen and (max-width: 1200px){
    .det-lf{
        width: 742px;
    }
    .det-rt{
        width: 280px;
    }
	  .det-lf2{
        width: 742px;
    }
    .det-rt2{
        width: 280px;
    }
}
@media screen and (max-width: 1024px){
    .det-lf{
        width: 100%;
        padding: 0 15px;
    }
    .det-rt{
        display: none;
    }
	 .det-lf2{
        width: 100%;
        padding: 0 15px;
    }
    .det-rt2{
        display: none;
    }
    .dl-con{
        width: 280px;
        margin-right: 15px; 
    }
    .cx-con{
        padding:  0 10px;
    }
    .jn-lf label:first-child input{
        width: 180px;
    }
    .jn-con label input{
        width: 180px;
    }
    .jn-con label select{
        width: 90px;
        padding-left: 0;
    }
   
}
@media screen and (max-width: 768px){
    .cg{
        padding: 20px 10px;
    }
    .cg-con li a .cg-mb {
        height: 36px;
    }
    .cg-tit{
        display: none;
    }
    .cg-mb p{
        padding: 0 5px;
    }
    .cg-con ul li{
        padding: 0 5px 10px;
        width: 50%;
    }
    .det-lf{
        padding: 0;
    }
	 .det-lf2{
        padding: 0;
    }
    .det-box{
        padding: 10px;
    }
    .det-txt p{
        font-size: 12px;
    }
    .dl{
        background-image: none;
        background-color: #f4f6fa;
    }
    .dl-con{
        padding: 40px 0;
    }
    .dl-con{
        margin: 0 auto;
        float: none;
    }
    .cx-glf{
        display: none;
    }
    .cx-grt{
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .cx-zlf{
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }
    .cx-zrt{
        float: none;
        width: 100%;
        border: none;
    }
    .cx-zrt p{
        padding-left: 0;
    }
    .cx-grt .type p{
        width: 100%;
        float: none;
    }
    .cx-grt .type{
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    .cx-con form{
        padding-right: 90px;
    }
    .cx-con form a{
        width: 80px;
        font-size: 14px;
    }
    .cx-con form input{
        font-size: 14px;
    }
    .cx-jg h1{
        font-size: 18px;
        line-height: 24px;
    }
    .cx-gbox{
        padding-top: 10px;
    }
    .cx-grt .type p span{
        font-weight: normal;
    }
    .cx-zy{
        padding:14px;
    }
    .jn-lf, .jn-rt{
        width: 100%;
        float: none;
    }
    .jn-con{
        padding: 20px 14px;
    }
    .jn-con label input,.jn-lf label:first-child input{
        width: 150px;
        font-size: 12px;
    }
    .jn-con label select{
        width: 75px;
        font-size: 12px;
    }
    .jn-con span{
        font-size: 12px;
        width: 60px;
    }
    .jn-con label{
        margin-bottom: 8px;
    }
    .jn-bot .lf,.jn-bot .rt{
        width: 100%;
    }
    .jn-box{
        padding-left: 0px;
        position: inherit;
        padding-bottom: 10px ;
        margin-bottom: 10px;
    }
    .jn-box span{
        position: inherit;
        left: inherit;
        top: inherit;
        display: block;
    }
    .jn-box ul li i{
        font-size: 12px;
        padding: 0 4px;
    }
    .jn-box ul li{
        padding: 4px;
    }
    .jn-top,.jn-bot{
        padding-bottom: 10px ;
        margin-bottom: 10px; 
    }
    .lx-rt,.lx-txt{
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .lx-box{
        padding: 15px 10px;
    }
    .lx-rt img{
        margin: 0;
    }
    #ab_location{
        margin: 0 ;
        height: 300px;
    }
    .lx-txt h1{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .lx-txt h2{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .lx-txt p{
        font-size: 14px;
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 350px){
    .cg-con ul li{
        width: 100%;
    }
}
/* 
    公司新闻
*/
.news_tit{
    width: 350px;
    margin: 0 0 20px;
}
.news_tit li{
    width: 33.3%;
}
.news-list li{
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.news-list li a{
    display: block;
    width: 100%;
 }
.news-list  h4{
    margin-bottom: 10px;
}
.news-list .det-txt p{
    font-size: 14px;
}
.news-list li a:hover .det-txt p{
    color: #d53f38;
}
.news-box{
    padding: 20px 30px;
}
.tj-list li:hover{
    border-bottom: 1px solid #d53f38;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.tj-list li:last-child{
    border-bottom: none;
}
.tj-new li{
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e3e3e3;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.tj-new li a{
    display: block;
    overflow: hidden;
}
.tj-new li a .im{
    float: left;
    width: 120px;
}
.tj-new li a .im img{
    width: 100%;
}
.tj-new li .txt{
    margin-left: 130px;
}
.tj-new li .txt h2{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.tj-new li .txt p{
    font-size: 12px;
    color: #aaa;
    line-height: 24px;
}
.tj-list li a:hover h2{
    color: #d53f38;
}
.tj-new li:hover {
    border-bottom: 1px solid #d53f38;
}
.tj-new li:hover .txt h2{
    color: #d53f38;
}
.tj-new li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.det-news{
    background: transparent;
    padding: 0;
}
.det-news .tj-box{
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 15px;
}
.tj-type .t-box{
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}
.tj-type>div:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.t-box span{
    display: block;
    float: left;
    width: 40px;
}
.t-box span img{
    width: 100%;
}
.t-box .txt{
    margin-left: 53px;
}
.t-box .txt h3{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.t-box .txt p{
    font-size: 20px;
    color: #d65f5b;
    line-height: 24px;
}
.t-box .txt img{
    max-width: 100%;
    display: block;
    margin: 10px auto ;
}
.t-box .txt h4{
    font-size: 14px;
    color: #5982c8;
    line-height: 24px;
    text-align: center;
}
/* 
    在线报价
*/
.zb-tit{
    border: 1px solid #aabbe2;
    padding: 20px 0;
    background-position: right 0;
    background-repeat:no-repeat;
    background-image: url(../images/xq-bg.jpg);
}
.zb-tit h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #7187a5;
    padding-left: 40px;
}
.zb-tit p{
    font-size: 14px;
    line-height: 24px;
    color: #abbacf;
    padding-left: 40px;
}
.zb-list ul{
    overflow: hidden;
    padding-top: 18px;
}
.zb-list ul li{
    float: left;
    width: 25%;
    padding: 10px 8px;
}
.zb-list ul li a{
    display: block;
    width: 100%;
    border:1px solid transparent;
    position: relative;
    background-color: #fff;
    padding: 24px 20px;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.zb-list li a .im{
    width: 140px;
    margin: 0 auto 24px;
    height: 140px;
    overflow: hidden;
}
.zb-list li a .im img{
    width: 100%;
}
.zb-list li a .txt h2{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.zb-list li a .txt p{
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #aaaaaa;
    margin-bottom: 24px;
}
.zb-list li a .mb{
    position: absolute;
    bottom: 0;
    height: 0px;
    background-color: #5f8ad3;
    padding-left: 14px;
    left: 0;
    right: 0;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.zb-list li a .mb p{
    font-size: 14px;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
/* 在线报价详情页 */
.zg-con{
    overflow: hidden;
}
.zg-lf{
    width: 25%;
    float: left;
    padding-right: 20px;
}
.zg-rt{
    width: 75%;
    float: right;
    background-color: #fff;
    padding: 20px;
}
.zg-lbox{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.zg-lbox .im{
    width: 140px;
    margin: 0 auto 24px;
    height: 140px;
    overflow: hidden;
}
.zg-lbox .im img{
    width: 100%;
}
.zg-lbox .txt{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.zg-lbox .txt h2{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.zg-lbox .txt p{
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #aaaaaa;
}
.zg-lbox .txt h3{
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: #2968be;
}
.zg-lbox .xq{
    text-align: center;
}
.zg-lbox a{
    font-size: 16px;
    line-height: 26px;
    color: #467dd0;
}
.zg-sm{
    background: #fff;
    padding: 20px;
    border-top: 2px solid #3c85fb;
}
.zg-sm .im{
    text-align: center;
}
.zg-sm .im img{
    max-width: 100%;
    margin: 0 auto 5px;
    display: block;
}
.zg-sm .im span{
    font-size: 16px;
    line-height: 24px;
    color: #467dd0;
}
.zg-sm p{
    font-size: 12px;
    line-height: 24px;
    color: #94a2ba;
    padding-top: 10px;
}
.zg-rt label{
    display: block;
    margin-bottom: 10px;
    color: #aaaaaa;
    line-height: 40px;
    width: 100%;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.zg-rt input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    outline: none;
    border: none;
    color: #aaaaaa;
    font-size: 16px;
    padding-left: 12px;
}
.zg-pz{
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.zg-rt span{
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    width: 86px;
    display: inline-block;
    font-weight: bold;
}
.pz-box p{
    color: #467dd0;
    font-size: 16px;
    line-height: 40px;
}
.pz-box{
    position: relative;
    padding-left: 94px;
    padding-right: 60px;
    width: 100%;
}
.pz-box a{
    color: #999999;
    font-size: 12px;
    line-height: 40px;
    position: absolute;
    right: 0;
    display: block;
    width: 58px;
    top: 0;
}
.pz-box span{
    position: absolute;
    left: 0;
}
.zg-pz ul{
    display: none;
    overflow: hidden;
}
.zg-pz ul li{
    padding: 0 10px;
    float: left;
}
.zg-pz ul li a{
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}
.zg-pz ul li a:hover{
    color: #467dd0;
}
.zg-box span , .zg-xx span{
    width: auto;
    display: block;
}
.zg-box ul{
    overflow: hidden;
}
.zg-box ul li{
    padding: 8px 10px;
    text-align: center;
    float: left;
    width: 50%;
}
.zg-box ul li i{
    font-style: normal;
    height: 40px;
    line-height: 38px;
    border: 1px solid #d2d2d2;
    color: #999999;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
.zg-box ul li.active i{
    color: #5f8ad3;
    border: 1px solid #5f8ad3;
    background-color: #eff5ff;
}
.zg-xx div{
    overflow: hidden;
}
.zg-xx div label{
    width: 45%;
}
.zg-rt .jn-btn{
    margin-top: 25px;
}
/* 
    资料下载
 */
 .xz-con h2{
    font-size: 18px;
    color: #656d84;
    line-height: 24px;
    margin-bottom: 15px;
 }
 .xz-con ul{
     overflow: hidden;
     margin-bottom: 15px;
 }
 .xz-con ul li{
     float: left;
     padding: 10px;
     width: 50%;
 }
.xz-box{
    display: block;
    position: relative;
    padding: 24px 18px;
    background-color: #fff;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.xz-box .im{
    position: absolute;
    width: 134px;
    left: 18px;
    top: 24px;
}
.xz-box .im img{ 
    width: 100%;
}
.xz-box .txt{
    width: 100%;
    padding-left: 144px;
    padding-right: 54px;
 }
.xz-box .txt h3{ 
    font-size: 18px;
    color: #67768a;
    line-height: 24px;
    margin-bottom: 12px;
}
.xz-box .txt p{
    font-size: 14px;
    color: #6b8ec8;
    line-height: 24px;
 }
.xz-box .txt span{
    display: block;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 24px;
 }
.xz-box  a{ 
    display: block;
    position: absolute;
    width: 44px;
    height: 36px;
    right: 18px;
    top: 40px;
}
.xz-box  a img{
    width: 100%;
 }

@media screen and (min-width: 1024px){
    .zb-list ul li a:hover{
        border:1px solid #5f8ad3;
        box-shadow:0 0 8px rgba(95,138,211,0.1);
        transition: all .25s linear;
        -webkit-transition: all .25s linear;
    }
    .zb-list li a:hover .mb{
        height: 36px;
        transition: all .25s linear;
        -webkit-transition: all .25s linear;
    }
    .xz-box:hover{
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        transition: all .25s linear;
        -webkit-transition: all .25s linear;
    }
}
@media screen and (max-width: 1200px){
    .zb-list ul li a{
        padding: 12px;
    }
}
@media screen and (max-width: 1024px){
    .zb-list ul li a{
        border:1px solid #5f8ad3;
        box-shadow:0 0 10px rgba(95,138,211,0.1);
    }
    .zb-list li a .mb {
        height: 28px;
    }
    .zb-list li a .mb p{
        line-height: 28px;
    }
    .zg-con{
        padding: 0 10px;
    }
    .xz-box .txt h3{
        font-size: 16px;
        margin-bottom: 0;
    }
    .xz-con{
        padding: 0 10px;
    }
    .xz-box .im{
        width: 100px;
        height: auto;
    }
    .xz-box .txt{
        padding-left: 110px;
    }
}
@media screen and (max-width: 768px){
    .news-box{
        padding: 10px 8px;
    }
    .news-list  h4{
        font-size: 16px;
    }
    .news-list .det-txt p{
        font-size: 12px;
    }
    .fu_news{
        padding: 10px 0;
    }
    .zb-list ul li{
        width: 33.3%;
    }
    .zb-list li a .im{
        margin-bottom: 12px;
    }
    .zb-tit{
        background-image: none;
        padding: 14px 0;
    }
    .zb-tit h1,.zb-tit p{
        padding-left: 20px;
    }
    .zg-lf{
        width: 100%;
        padding-right: 0;
        float: none;
    }
    .zg-rt{
        width: 100%;
        float: none;
    }
    .zg-lbox .im{
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    .zg-lbox,.zg-sm{
        padding: 10px;
        margin-bottom: 12px;
    }
    .zg-con{
        padding: 0;
    }
    .zg-box ul li{
        width: 100%;
        padding: 5px 0;
    }
    .zg-xx div label{
        width: 100%;
    }
    .xz-con{
        padding: 0;
    }
    .xz-con ul li{
        width: 100%;
        padding: 8px 0;
    }
    .xz-box{
        padding: 10px;
    }
    .xz-box .im{
        left: 10px;
    }
    .xz-box  a{
        right: 10px;
        width: 30px;
    }
    .xz-box .txt{
        padding-left: 106px;
        padding-right: 36px;
    }
}
@media screen and (max-width: 600px){
    .zb-list ul li{
        width: 50%;
    }
    .zb-list li a .im{
        width: 100px;
        height: 100px;
    }
}

.two_left{ float:left}
.two_right{float:lef}
.two_left{ width:100%; display:block; background:#fff;}
.left_content{ width:100%; margin-bottom:40px; float:left}
.left_content .left_tit{ background:#00A0E8; color:#fff; text-align:center; width:100%; height:54px; line-height:54px; font-size:24px; font-weight:700; border-radius:8px 8px 0 0; margin-bottom:16px  }
.left_content li{ height:40px; line-height:40px; font-size:18px; border-bottom:1px dashed #CCC; margin:0 5%; }
.left_content li:hover a{ color: #d42923;}
.left_ct_list{ float:left;line-height:40px; font-size:18px; }
.left_ct_list p{ line-height:40px; font-size:18px; padding-left:10px; border-bottom:1px dashed #e8e8e8; margin:0 5%;}

.two_left .cp_boom{
	background:url(../images/phone.png);
	height:86px;
    color: #fff;
    font-size: 14px;
}
.two_left .cp_boom .phone_title{
    padding-left: 70px;
    padding-top: 25px;
}
.two_left .cp_boom span{
    font-size: 20px;
    font-weight: bold;
}
.two_left .contact{
    width: 100%;
    background: #fafafa;
    padding-bottom: 60px;
}
.two_left .contact img{
    display: block;
    margin: 0 auto;
    padding: 20px 0px;
	width: 180px;
}
.two_left .contact .sz{
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #999;
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    color: #666;
}
.two_left .contact .dh{
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    color: #666;
    line-height: 25px;
    padding-top: 6px;
}