﻿@charset "utf-8";
body {
    background: #eeeeee;
}

/*case_banner*/
.case_banner {
    width: 100%;
    height: 480px;
    background: #222;
    overflow: hidden;
    position: relative;
}

.case_banner_con {
    height: 250px;
    width: 600%;
    background: url("../../images/case/case_banner_con.png") repeat-x;
    left: -200px;
    animation: wave1 30s linear .4s infinite normal;
    top: 130px;
    position: absolute;
    z-index: 5;
}

@-webkit-keyframes wave1 {
    from {
        left: -200px
    }
    to {
        left: -3200px
    }
}

.case_banner_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9))
}

.case_banner_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    text-align: center;
}

.case_banner_text h1 {
    margin-top: 140px;
    font-size: 34px;
    color: #eee;
    line-height: 50px;
}

.case_banner_text h1 span {
    font-size: 42px;
}

.cbt_list {
    width: 900px;
    margin: 40px auto;
}

.cbt_list li {
    width: 33.3%;
    text-align: center;
    float: left;
}

.cbt_list li span {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}

.cbt_list li p {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}

.cbt_bot {
    text-align: right;
    line-height: 40px;
    margin-top: 60px;
}

.cbt_bot span {
    font-size: 14px;
    color: #949494;
}

.t_num i {
    width: 33px;
    height: 47px;
    display: inline-block;
    background: url(../../images/case/number1.png) no-repeat;
    background-position: 0 0;
}

.caseD_banner {
    width: 100%;
    height: 480px;
    background: url("../../images/case/cased_banner.jpg") no-repeat top center;
    background-attachment: fixed!important;
}

.caseD_banner h1 {
    font-size: 40px;
    color: #fff;
    line-height: 60px;
    padding-top: 140px;
}

.caseD_banner h2 {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    width: 320px;
}

.caseD_banner a {
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(to right, #ed2603, #c61425);
    margin-top: 20px;
}

/*case_nav*/
.case_nav {
    width: 100%;
    height: 80px;
    background: #fff;
    margin-bottom: 20px;
}

.case_nav_left {
    width: 240px;
    position: relative;
}

.cnleft {
    width: 240px;
    height: 50px;
    background: linear-gradient(to right, #c61425, #ed2603);
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-top: 15px;
}

.cnleft span {
    font-size: 18px;
    color: #fff;
}

.cnleft i {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    margin: -4px 0 0 5px;
    display: inline-block;
    transition: transform .5s;
}

.cnleft .iconRotate {
    transform: rotate(180deg);
    transition: transform .5s;
}

.cnl_box {
    width: 240px;
    position: absolute;
    left: 0;
    top: 65px;
    padding: 0 10px;
    background: #f7dfe0;
    display: none;
    z-index: 100;
}

.cnl_box li {
    background: #f7dfe0;
    padding-left: 30px;
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #fff;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

.cnl_box li:hover {
    color: #c61425;
}

.cnl_box li:last-child {
    border-bottom: none;
}

.case_nav_lead {
    float: left;
    padding-left: 60px;
}

.case_nav_lead li {
    display: inline-block;
    padding: 0 25px;
}

.case_nav_lead li a {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #666;
    padding: 0 10px;
}

.case_nav_lead li.active a {
    color: #ed2603;
    border-bottom: 2px solid #ed2603;
}

.fixed {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 1000;
    box-shadow: 0 0 15px #ccc;
}

/*案例列表*//*case_main*/
.case_main {
    background: #fff;
    padding: 30px 0;
    margin: 40px 0;
}

.case_main_con {
    margin-top: 10px;
}

.case_main_con ul {
    margin-left: -26px;
}

.case_main_con li {
    width: 280px;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    height: 350px;
    float: left;
    margin-left: 26px;
}

.cm_img {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.cm_img img {
    width: 100%;
    height: 210px;
}

.cm_title {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.cm_title h1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cm_title a {
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.cm_bot {
    padding: 10px;
}

.cm_bot h2 {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cm_bot a {
    color: #999;
}

.cm_bot a i {
    font-size: 16px;
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-top: -3px;
    text-align: center;
    margin-right: 3px;
}

.cm_bot a span {
    font-size: 14px;
}

.case_main_con li:hover {
    transform: translate(0, -5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    transition: all 0.5s;
    border: 1px solid rgba(198, 20, 37, 0.5);
}

.case_main_con li:hover .cm_bot a {
    color: #c61425;
}

.case_main_con li:hover .cm_img img {
    transform: scale(1.2);
    transition: all 1s;
}

/*案例详情*/
.caseD_main1 {
    padding: 50px 0;
    background: #fff;
}

.caseD_main1_top {
    padding: 30px;
    background: #f6f9fb;
}

.caseD_main1_top h1 {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    font-weight: bold;
}

.caseD_main1_top p {
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

.cDmt_bot {
    padding: 20px 0;
    margin-top: 10px;
}

.cDmt_bot_left {
    width: 690px;
}

.cDmtbl_item1 {
    width: 320px;
}

.cDmtbl_item2 {
    width: 330px;
}

.cDmtbl_item h2 {
    margin: 10px 0;
    height: 22px;
    border-left: 3px solid #c61425;
    font-size: 18px;
    color: #333;
    padding-left: 10px;
    line-height: 22px;
    font-weight: bold;
}

.cDmtbl_item p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.cDmt_bot_right {
    width: 450px;
    height: 135px;
    border-left: 1px solid #eee;
    position: relative;
}

.cDmtbr_text {
    width: 170px;
    margin-left: 40px;
}

.cDmtbr_text h2 {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}

.cDmtbr_text h2 span {
    display: inline-block;
    width: 3px;
    height: 22px;
    background: #c61425;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

.cDmtbr_text ul {
    margin-top: 10px;
}

.cDmtbr_text li {
    list-style: inside;
    color: #c61425;
    line-height: 24px;
}

.cDmtbr_text li span {
    color: #333;
    font-size: 14px;
}

.cDmtbr_img {
    width: 250px;
    height: 250px;
    margin-top: -20px;
    margin-left: 15px;
    position: absolute;
    right: 0;
    top: -50px;
}

.caseD_main1_title {
}

.cDmt_head {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.cDmt_head h1 {
    font-size: 24px;
    line-height: 50px;
    color: #333;
}

.cDmt_head p {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    padding: 0 200px;
    text-align: center;
}

.cDmt_foot {
    padding: 30px 0;
}

.cDmt_foot h1 {
    font-size: 24px;
    line-height: 50px;
    color: #333;
}

.cDmt_foot h2 {
    width: 50px;
    border-bottom: 3px solid #c61425;
}

.cDmt_foot p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.caseD_main1_con {
    background: #f6f9fb;
}

.cDm1c_item {
    height: 400px;
}

.cDm1c_item_part {
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.cDm1c_text {
    padding: 30px 20px;
}

.cDm1c_text h1 {
    font-size: 20px;
    color: #333;
    line-height: 40px;
    margin-bottom: 20px;
}

.cDm1c_text h1 span {
    height: 20px;
    width: 3px;
    background: #c61425;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}

.cDm1c_text p {
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-indent: 30px;
}

.cDm1c_item_part img {
    width: 100%;
    height: 100%;
}

.cDm1c_item_part .cDm1c_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
}

.cDm1c_item:hover img {
    animation: img 4s linear infinite normal;
}

.cDm1c_item:hover .cDm1c_bg {
    opacity: 0;
    transition: all 0.5s;
}

@-webkit-keyframes img {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

@keyframes img {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

.caseD_main1_bot {
    padding-top: 40px;
    width: 1000px;
    margin: 0 auto;
}

.caseD_main1_bot p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.caseD_main1_bot h4 {
    line-height: 40px;
    font-size: 24px;
    color: #555;
    text-align: right;
}

.caseD_main1_bot h4 span {
    margin-right: 15px;
}

/*caseD_main2 相关案例*/
.caseD_main2 {
    padding: 40px 0;
}

.caseD_main2 h1 {
    font-size: 24px;
    line-height: 50px;
}

.caseD_main2 h2 {
    width: 50px;
    border-bottom: 3px solid #c61425;
}

.caseD_main2_con {
    margin-top: 40px;
}

.caseD_main2_con ul {
    margin-left: -60px;
}

.caseD_main2_con li {
    width: 360px;
    background: #fff;
    border: 1px solid #ccc;
    height: 350px;
    float: left;
    margin-left: 60px;
}

.cDm2c_img {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.cDm2c_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.cDm2c_text {
    padding: 20px;
}

.cDm2c_text h3 {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}

.cDm2c_text h3 a {
    font-size: 18px;
    color: #333;
}

.cDm2c_text p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.cDm2c_text p a {
    font-size: 14px;
    color: #666;
}

.caseD_main2_con li:hover {
    transform: translate(0, -5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    transition: all 0.5s;
    border: 1px solid rgba(198, 20, 37, 0.5);
}

.caseD_main2_con li:hover h3 a {
    color: #c61425;
}

.caseD_main2_con li:hover img {
    transform: scale(1.2);
}