
    .tit {
        margin: 50px 0;
        text-align: center;
        clear: both;
    }
    
    .tit h2 {
        display: block;
        font-size: 45px;
        color: #333333;
        font-weight: bold;
        line-height: 60px;
    }
    
    .tit h2 i {
        display: block;
        font-style: normal;
        font-size: 20px;
        color: #666666;
        line-height: 30px;
        font-weight: normal;
        text-transform: uppercase;
    }
    
    .tit h2 b {
        font-weight: normal;
        color: #43b83b;
    }
    
    .cda {
        height: 300px;
    }
    
    .cda dt {
        float: left;
        width: 440px
    }
    
    .cda dt img {
        width: 440px;
        height: 300px;
        display: block;
    }
    
    .cda dd {
        float: left;
        width: 720px;
        height: 300px;
        padding: 45px 40px 0;
        box-sizing: border-box;
        background: #f3f3f4;
    }
    
    .cda h3 {
        width: 150px;
        line-height: 45px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        background: #e49808;
    }
    
    .cda p {
        font-size: 16px;
        line-height: 34px;
    }

    .list {
        margin-top: 20px;
        height: 220px;
    }
    
    .list li {
        float: left;
        width: 285px;
        height: 180px;
        padding: 10px;
        text-align: center;
        margin-right: 20px;
        margin-bottom: 30px;
        line-height: 160%;
        color: #666;
        background: #f5f5f5;
        transition: all 0.6s;
        box-sizing: border-box;
    }
    
    .list li:hover {
        box-shadow: 2px 2px 20px #ccc;
        transform: scale(1.02);
    }
    
    .list li:last-child {
        margin-right: 0;
    }
    
    .list li img {
        margin-top: 10px;
        width: 52px;
    }
    
    .list li h3 {
        display: block;
        font-size: 18px;
        color: #333;
        padding: 10px 0;
        font-style: normal;
    }
    
    .list li span {
        display: block;
        font-size: 16px;
    }

        .map-title {
            font-size: 16px;
            line-height: 24px;
        }
        
        .map-list {
            font-size: 14px;
            line-height: 22px;
            color: #333;
            margin-top: 6px;
        }
    