body {
    font-family: "Microsoft YaHei";
    overflow-y: scroll;
    overflow-x: hidden;
}

.banner {
    width: 100%;
    /*height: 359px;*/
    height: 168px;
    /* background-image: url("/public/images/solvement/new_banner.jpg"); */
    background-image: url("/images/navbanner.png");
    background-position: center center;
    background-size: cover;
}

/*.banner > p {
    max-width: 1200px;
    width:100%;
    color: #fff;
    padding-top: 175px;
    font-size: 48px;
    font-family: "Microsoft YaHei";
    font-weight:100;
    margin: 0 auto;
}*/

.container {
    margin: 32px auto;
    width: 1201px;
}

.container-title {
    position: relative;
    height: 0px;
}
.container-title > p {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #666666;
    font-size: 24px;
    font-family: "Microsoft YaHei";
}

.container > .container-content {
    width: 100%;
    margin-bottom: 32px;
    cursor: pointer;
}
.container > .container-content:hover  .ccc  .ccc-title{
    color:#1B9ED4;
}
.container > .container-content:hover  .ccc > .ccc-container > p{
    color:#1B9ED4;
}

/*.container > .container-content:nth-child(4) {
    margin-bottom: 0px;
}*/

.container > .container-content:nth-child(8) {
    margin-bottom: 32px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.container > .container-content > .ccl {
    width: 319px;
    height: 180px;
    position: relative;
    float: left;
    cursor: pointer;
}
.container > .container-content > .ccl img{

    width:100%;
    height: 100%;
    position: relative;
    float: left;
    cursor: pointer;
}


.container > .container-content > .ccl  .p1 {
    font-size: 18px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -190%);
    color: #fff;
}

.container > .container-content > .ccl .p2 {
    font-size: 34px;
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -26%);
    color: #fff;
    font-family: 'simhei';
}

.container > .container-content > .ccc {
    float: left;
    margin-left: 40px;
    margin-top: 14px;
    width: 46%;
}

.container > .container-content > .ccc > .ccc-title {
    font-size: 19px;
    color: black;
    margin-bottom: 20px;

}
.container > .container-content > .ccc > .ccc-container > p {
    line-height: 24px;
    margin-bottom: 10px;
    font-size:14px;
}

.container > .container-content > .ccr {
    float: right;
    margin-top: 36px;
    width: 152px;

}

.container > .container-content > .ccr > .ccr-title {
    color: #1B9ED4;
    font-size: 22px;
    padding-left: 8px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;

}

.container > .container-content > .ccr > .ccr-button {
    width: 152px;
    height: 48px;
    border-radius: 6px;
    background-color: #1B9ED4;
    color: #fff;
}
.container > .container-content > .ccr > .ccr-button a{
    display: block;
    color: #fff;
    line-height: 48px;
}

@media (max-width: 640px){
     .banner{
         height:110px;
    }
     /*.banner p{height:180px;font-size:22px;text-align: center;line-height: 180px;padding-top: 0px;color:#eee;}*/
    .container{width:100%;}
    .container-content .ccl,.container-content .ccc,.container-content .ccr {float:none !important;}   
    .container > .container-content{border-bottom:1px solid #eee;}
    .container > .container-content > .ccl {width:90%;margin:0 auto;text-align:center;overflow:hidden;}
    .container > .container-content > .ccl a{display:block;}    
    .container > .container-content > .ccc{width:90%;margin:10px auto;}   
    .container > .container-content > .ccr{width:94%;margin:0 auto;}
    .container > .container-content > .ccc > .ccc-title{margin-bottom:10px;}
    .container > .container-content > .ccr > .ccr-title{float:left;margin-top:5px;margin-left:10px;}
    .container > .container-content > .ccr > .ccr-button {float:right;display:block;width:130px;height:40px;line-height:40px;margin-right:20px;}
    .container > .container-content > .ccr > .ccr-button a{line-height:40px;}
}

