﻿@charset "UTF-8";
.w1200 
{
    width:100%!important;
    max-width:1200px!important;
}
a {
    color:#666;
    text-decoration:none;
    font-size:.8rem;
}
 
.con-parent2 .banner {
    position: relative;
    width: 100%;
    background-color: #061b3f;
}

    .con-parent2 .banner::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: #061b3f;
    }

    .con-parent2 .banner .img {
        width:100%;
        max-width: 1200px;
        margin: 0 auto;
        display: block;
        position: relative;
        z-index: 1;
    }

        .con-parent2 .banner .img .img-con {
            width: 100%;
        }

        .con-parent2 .banner .img .text {
            padding:3px;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .con-parent2 .banner .img .text .en {
                font-size: 20px;
                line-height: 27px;
                color: #fff;
                font-weight: bold;
                display: inline-block;
                vertical-align: middle;
                margin-right: 25px;
                position: relative;
            }

                .con-parent2 .banner .img .text .en::before {
                    position: absolute;
                    content: '';
                    left: 0;
                    top: -25px;
                    width: 20px;
                    height: 2px;
                    background-color: #fff;
                }

            .con-parent2 .banner .img .text .cn {
                font-size: 46px;
                line-height: 1;
                color: #fff;
                display: inline-block;
                vertical-align: middle;
            }

.content {
    padding-bottom: 60px;
}

    .content .commit-tit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 9px;
        padding-bottom: 9px;
    }

        .content .commit-tit .tit-left h3 {
            font-size: 16px;
            display: inline-block;
            line-height: 30px;
            font-weight: bold;
        }

        .content .commit-tit .more {
            font-size: 12px;
            font-weight: bold;
        }

            .content .commit-tit .more:hover {
                color: #f39800;
            }

    .content .main {
        width: 100%;
        margin-top: 30px;
    }

        .content .main .commit-tit .tit-left h3 {
            font-size: 20px;
        }

        .content .main .three-icon {
            background-color: #f2f2f2;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 40px;
        }

            .content .main .three-icon .item {
                width: 33.3%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                height: 120px;
                position: relative;
            }

                .content .main .three-icon .item::before {
                    position: absolute;
                    content: '';
                    right: 0;
                    top: 50%;
                    width: 1px;
                    height: 50px;
                    margin-top: -25px;
                    background-color: #c2c2c2;
                }

                .content .main .three-icon .item:last-child::before {
                    display: none;
                }

                .content .main .three-icon .item .img-con {
                    margin-right: 18px;
                }

                .content .main .three-icon .item .text {
                    font-size: 20px;
                    line-height: 24px;
                    font-weight: bold;
                }

        .content .main .alliance {
            border-top: 1px solid #999999;
            margin-bottom: 37px;
            padding:3px;
        }

            .content .main .alliance table {
                width: 100%;
                margin-top: 20px;
            }

                .content .main .alliance table tr th {
                    height: 50px;
                    text-align: center;
                    color: #fff;
                    width: 175px;
                    background-color: #f39800;
                }

                    .content .main .alliance table tr th:nth-child(1) {
                        padding-left: 19px;
                        text-align: left;
                        width: 496px;
                    }

                .content .main .alliance table tr td {
                    height: 40px;
                    font-size: 14px;
                    line-height: #666;
                    text-align: center;
                    border-bottom: 1px solid #e2e2e2;
                    border-right: 1px solid #e2e2e2;
                }

                    .content .main .alliance table tr td:last-child {
                        border-right: none;
                    }

                    .content .main .alliance table tr td:nth-child(1) {
                        padding-left: 19px;
                        text-align: left;
                        font-size: 16px;
                    }

                .content .main .alliance table tr .color1 {
                    width: 12px;
                    height: 12px;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                    display: inline-block;
                    background-color: #f39800;
                    margin-right: 7px;
                }

                .content .main .alliance table tr .color2 {
                    background-color: #27b58f;
                }

                .content .main .alliance table tr .color3 {
                    background-color: #0081ee;
                }

                .content .main .alliance table tr .color4 {
                    background-color: #db3549;
                }

                .content .main .alliance table tr .color5 {
                    background-color: #103d99;
                }

                .content .main .alliance table tr .color6 {
                    background-color: #48c4f8;
                }

                .content .main .alliance table tr.special {
                    height: 60px;
                    background-color: #f2f2f2;
                }

                    .content .main .alliance table tr.special td:nth-child(1) {
                        font-weight: bold;
                    }

                    .content .main .alliance table tr.special:nth-last-of-type(2n) {
                        background-color: transparent;
                    }

        .content .main .join {
            border-top: 2px solid #999999;
            margin-bottom: 28px;
        }

            .content .main .join .columns1-con {
                font-size: 0;
                background-color: #f2f2f2;
                padding: 29px 0px 20px 20px;
            }

                .content .main .join .columns1-con .link {
                    display: inline-block;
                    /*width: 295px;*/
                    margin-bottom: 10px;
                }

                    .content .main .join .columns1-con .link .arrow {
                        width: 20px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 9px;
                    }

                    .content .main .join .columns1-con .link .text {
                        font-size: .8rem;
                        line-height: 20px;
                        display: inline-block;
                        vertical-align: middle;
                        color: #666;
                        width: 265px;
                    }

                    .content .main .join .columns1-con .link:hover .text {
                        color: #f39800;
                    }

        .content .main .ohter {
            border-top: 2px solid #999999;
            border-bottom: 1px solid #e5e5e5;
        }

            .content .main .ohter .ohter-con {
                padding-bottom: 18px;
                margin-top: 10px;
            }

                .content .main .ohter .ohter-con .link {
                    display: inline-block;
                    font-size: .8rem;
                    line-height: 24px;
                    color: #666;
                    margin-right: 85px;
                    padding-left: 16px;
                    position: relative;
                    margin-bottom: 10px;
                }

                    .content .main .ohter .ohter-con .link::before {
                        position: absolute;
                        content: '';
                        left: 0;
                        top: 9px;
                        width: 5px;
                        height: 5px;
                        background-color: #f39800;
                        -webkit-border-radius: 50%;
                        border-radius: 50%;
                    }

                    .content .main .ohter .ohter-con .link:hover {
                        color: #f39800;
                    }

a:hover {
    color: #f39800;
}

.main .three-icon .item:hover {
    background-color:#0081ee;
    color:#fff;
    cursor:pointer;
}

@media screen and (max-width:400px) {
    .con-parent2 .banner .img .text .cn {
        font-size: 32px;
    }
}

/*# sourceMappingURL=../map/submitCenter.css.map */
