main {
    max-width: 2000px;
    min-width: 1000px;
    width: 70%;
    margin: 100px auto 0;
    overflow: auto;
}

main .tab {
    width: 400px;
    height: 60px;
    margin: 0 auto;
}

main .tab ul li {
    margin-left: 50px;
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
}

main .tab ul li.active {
    border-bottom: 3px solid #c02c38;
}

main .tab ul li a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}

main .address {
    position: relative;
}

main .address .mymap {
    width: 800px;
    margin: 50px auto 0;
}

main .address .mymap img {
    width: 800px;
}

main .address .address-text {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 300px;
    margin-left: -380px;
    height: 180px;
    background: rgba(199, 44, 56, .8);
}

main .address .address-text h3 {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

main .address .address-text p {
    color: #fff;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 30px;
    ;
}

main .cooperation {
    width: 800px;
    height: 260px;
    margin: 0 auto;
}

main .cooperation .list {
    padding: 30px 0;
}

main .cooperation .list li {
    width: 300px;
    height: 100px;
    float: left;
    margin-right: 100px;
    ;
}

main .cooperation .list li h3 {
    font-weight: 500;
    line-height: 50px;
    ;
    color: #333;
}

main .cooperation .list li p {
    color: #666
}

main .code {
    width: 800px;
    height: 300px;
    margin: 0 auto;
}

main .code .code-list {
    padding: 20px 0 0 0;
}

main .code .code-list li {
    width: 200px;
    float: left;
}

main .code .code-list li img {
    display: block;
    width: 100px;
    margin: 0 auto
}

main .code .code-list li i {
    display: block;
    text-align: center;
    line-height: 40px;
    ;
}