@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-04-13 10:17:49
 * @version $Id$
 */

.solutionBackImg {
    background-color: rgba(247, 234, 241, 0.3);
    padding-top: 15px;
    padding-bottom: 50px;

}

.divChargeExchangePlatBg {
    background-image: url("../images/img/chdpt_bg.jpg")/*tpa=http://climbingcq.cn/images/img/chdpt_bg.jpg*/;
    background-repeat: repeat;
    background-size: 25%;
    padding-top: 35px;
    padding-bottom: 20px;
}

.caption-wraper {
    position: absolute;
    left: 50%;
    bottom: 2em;
}

.caption-wraper .caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    padding: 0.4em 1em;
    color: #fff;
    -webkit-border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    -ms-border-radius: 1.2em;
    -o-border-radius: 1.2em;
    border-radius: 1.2em;
}

.tc-gridbox {
    margin: 0;
}

#dustryNewsDate {

    width: 55px;
    height: 55px;
    opacity: 0.9;
    background: #88AA55;
    display: inline;
    float: left;
    margin-top: 10px;
    color: white;
    text-align: center;
}

.divDustryNewsDay {
    font-size: 24px;
}

.divDustryNewsDate {
    margin-top: 2px;
    font-size: 12px;
}

@media (min-width: 768px) and (max-width: 979px) {
    #dustryNewsDate {

        width: 54px;
        height: 52px;
        margin-top: 7px;

    }

    .divDustryNewsDay {
        font-size: 22px;
    }

    .divDustryNewsDate {
        margin-top: 2px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    #dustryNewsDate {
        width: 50px;
        height: 45px;
        margin-top: 0px;
    }

    .divDustryNewsDay {
        font-size: 17px;
    }

    .divDustryNewsDate {
        margin-top: 2px;
        font-size: 10px;
    }
}

.maxlenghtContent1 {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 1;

    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 1;

    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 1;

    opacity: 0.8;

}

.maxlenghtContent {
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;

    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;

    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 2;

    opacity: 0.8;

}

@media (max-width: 767px) {
    .caption-wraper {
        left: 0;
        bottom: 0.4em;
    }

    .caption-wraper .caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }


    .maxlenghtContent {
        height: 100%;
        min-height: 24px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {
    #dustryNewsDate {
        margin-top: 3px;
    }

    .maxlenghtContent {
        height: 100%;
        min-height: 30px;
    }
}

#divBusinessScope {

    /* border: 1px solid blue; */

    /*  height: 250px; */
    margin: 10px auto;
    text-align: center;
}

.divSubBusinessScopeRow {
    /* border: 1px solid blue;  */
    margin-top: 10px;
    display: inline-block;

}

.divSubBusinessScope {
    float: left;
    margin: 0px;

}

.SBSImage {
    padding: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #88AA55;
    overflow: hidden;

}

.SBSImage:hover {
    background-color: #88AA55;
}

/* .sbsimage_yfsc
{
    background-image: url('../images/img/yfsc.png'); 
} */

.sbsimage_yfsc,
.sbsimage_gckc,
.sbsimage_fasj,
.sbsimage_xtjc,
.sbsimage_gcjs,
.sbsimage_ywgl,
.sbsimage_ywfw {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 58px;
    height: 58px;
    /* border: 1px solid red; */
    border-radius: 50%;

}

.SBSImage:hover>.sbsimage_yfsc {
    background-image: url("../images/img/yfsc_white.png")/*tpa=http://climbingcq.cn/images/img/yfsc_white.png*/;
}

.sbsimage_yfsc {
    background-image: url("../images/img/yfsc.png")/*tpa=http://climbingcq.cn/images/img/yfsc.png*/;
}

.SBSImage:hover>.sbsimage_gckc {
    background-image: url("../images/img/gckc_white.png")/*tpa=http://climbingcq.cn/images/img/gckc_white.png*/;
}

.sbsimage_gckc {
    background-image: url("../images/img/gckc.png")/*tpa=http://climbingcq.cn/images/img/gckc.png*/;
}

.SBSImage:hover>.sbsimage_fasj {
    background-image: url("../images/img/fasj_white.png")/*tpa=http://climbingcq.cn/images/img/fasj_white.png*/;
}

.sbsimage_fasj {
    background-image: url("../images/img/fasj.png")/*tpa=http://climbingcq.cn/images/img/fasj.png*/;
}

.SBSImage:hover>.sbsimage_xtjc {
    background-image: url("../images/img/xtjc_white.png")/*tpa=http://climbingcq.cn/images/img/xtjc_white.png*/;
}

.sbsimage_xtjc {
    background-image: url("../images/img/xtjc.png")/*tpa=http://climbingcq.cn/images/img/xtjc.png*/;

}

.SBSImage:hover>.sbsimage_gcjs {
    background-image: url("../images/img/gcjs_white.png")/*tpa=http://climbingcq.cn/images/img/gcjs_white.png*/;
}

.sbsimage_gcjs {
    background-image: url("../images/img/gcjs.png")/*tpa=http://climbingcq.cn/images/img/gcjs.png*/;

}

.SBSImage:hover>.sbsimage_ywgl {
    background-image: url("../images/img/ywgl_white.png")/*tpa=http://climbingcq.cn/images/img/ywgl_white.png*/;
}

.sbsimage_ywgl {
    background-image: url("../images/img/ywgl.png")/*tpa=http://climbingcq.cn/images/img/ywgl.png*/;
}

.SBSImage:hover>.sbsimage_ywfw {
    background-image: url("../images/img/ywfw_white.png")/*tpa=http://climbingcq.cn/images/img/ywfw_white.png*/;
}

.sbsimage_ywfw {
    background-image: url("../images/img/ywfw.png")/*tpa=http://climbingcq.cn/images/img/ywfw.png*/;
}

/* .bsImage
{
   width: 58px;
}
 */

.SBSText {
    text-align: center;
    color: #3452bb;
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
}

@media (min-width: 1681px) {
    .divSubBusinessScope {
        margin: 0 46px;
    }
}

@media (min-width: 1600px) and (max-width: 1680px) {
    .divSubBusinessScope {
        margin: 0 32px;
    }
}

@media (min-width: 1367px) and (max-width: 1599px) {
    .divSubBusinessScope {
        margin: 0 24px;
    }
}

@media (max-width: 1280px) {
    .SBSImage {
        padding: 14px;

    }

    .bsImage {
        width: 55px;
    }

}

.aboutUsBackImgDiv {
    background-image: url("../images/img/gywm1_bg.png")/*tpa=http://climbingcq.cn/images/img/gywm1_bg.png*/;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0px;
    color: white;
    /* height: 360px; */
}

.aboutUsBackImgDiv h1 {
    margin-top: 0px;
}

.aboutUsBackImgDiv p {
    line-height: 25px;
}

.aboutUsLeftImgDiv {
    /* margin-left: 40px; */
    margin-right: 28px;
    margin-bottom: 15px;
    float:left;
    display: inline-block;
    /* box-shadow: darkgrey 7px 7px 20px 3px; */
}

#aboutUsLeftImg {
    height: 260px;
}

.aboutUsRightTextDiv1 {
    margin-left: 120px;
    /*   float: left: ; */
    display: inline-block;

    /* width: 200px; */
}

/* .aboutUsRightTextDiv2
{
   color: white;
   margin-left: 20px;
   display: inline-block;
} */

#ChargeExchangePlatImg {
    max-height: 380px;
}

@media (max-width: 360px) {
    .divSubBusinessScope {
        margin-left: 14px;
    }
}

@media (min-width: 361px) and (max-width: 767px) {
    .divSubBusinessScope {
        margin-left: 24px;
    }
}

@media (max-width: 767px) {

    .SBSImage {
        padding: 4px;
    }

    .bsImage {
        width: 55px;
    }

    .divSubBusinessScopeRow {
        margin-top: 3px;
    }

    #aboutUsLeftImg {
        display: none;
    }

    .aboutUsLeftImgDiv {
        margin-left: 10px;
        margin-right: 7px;
    }

    .aboutUsRightTextDiv1 {
        margin-left: 40px;
    }

    .aboutUsRightTextDiv2 {
        margin-left: 20px;
    }

    #ChargeExchangePlatImg {
        height: 120px;
    }
}

@media (max-width: 365px) {
    #ChargeExchangePlatImg {
        height: 100px;
    }
}

@media (min-width: 980px) and (max-width: 1400px) {
    #ChargeExchangePlatImg {
        height: 330px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .divSubBusinessScope {
        margin: 0 24px;
    }

    .SBSImage {
        padding: 12px;
    }

    .bsImage {
        width: 50px;
    }

    .divSubBusinessScopeRow {
        margin-top: 6px;
    }

    .aboutUsBackImgDiv p {
        line-height: 22px;
    }

    .aboutUsBackImgDiv {
        /* height: 280px;   */
    }

    #aboutUsLeftImg {
        height: 180px;
    }

    .aboutUsLeftImgDiv {
        /* margin-left: 25px; */
        margin-right: 10px;
    }

    .aboutUsRightTextDiv1 {
        margin-left: 80px;
    }

    /*     .aboutUsRightTextDiv2
           {
               margin-left: 15px;
           }  */
    #ChargeExchangePlatImg {
        height: 240px;
    }

}