﻿@charset "utf-8";

* {
    font-family: Arial, "Microsoft Yahei";
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    /* background:#EEE; */
    background: #f4f4f6;
    min-width: 1200px;
    overflow-x: hidden;
}

.btn {
    cursor: pointer;
}

.img_bkg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.cw1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}



.footer {
}

    .footer .top {
        background: #FFF;
    }

        .footer .top .cw1200 {
        }

            .footer .top .cw1200 > div {
                display: inline-block;
                vertical-align: top;
            }

            .footer .top .cw1200 > .left {
                width: 290px;
                height: 130px;
                padding-left: 30px;
                margin-top: 50px;
                margin-bottom: 30px;
                background: #F6F6F6;
                border-radius: 20px;
                display:none;
            }

                .footer .top .cw1200 > .left img {
                    margin-right: 10px;
                    vertical-align: middle;
                }

                .footer .top .cw1200 > .left > div {
                    margin-top: 10px;
                }

                .footer .top .cw1200 > .left .text1 {
                    font-size: 18px;
                    color: #000;
                }

                    .footer .top .cw1200 > .left .text1 img {
                        margin-top: -5px;
                    }

                .footer .top .cw1200 > .left .cell_num {
                    padding-left: 10px;
                    font-size: 24px;
                    font-weight: bold;
                    color: #e60012;
                }

                .footer .top .cw1200 > .left .mail {
                }

                    .footer .top .cw1200 > .left .mail a {
                        display: inline-block;
                        vertical-align: bottom;
                        height: 32px;
                        line-height: 32px;
                        border-radius: 5px;
                        text-align: center;
                        background: #e60012;
                        color: #FFF;
                        font-size: 14px;
                    }

                    .footer .top .cw1200 > .left .mail span.link a {
                        background: none;
                        color: #90181c;
                        text-decoration: underline;
                    }

            .footer .top .cw1200 > .right {
                width: 730px;
            }

                .footer .top .cw1200 > .right ul {
                    padding: 0;
                    text-align: center;
                }

                    .footer .top .cw1200 > .right ul > li {
                        width: 110px;
                        list-style: none;
                        display: inline-block;
                        text-align: left;
                        vertical-align: top;
                    }

                        .footer .top .cw1200 > .right ul > li > a {
                            display: block;
                            height: 24px;
                            font-size: 12px;
                            color: #666;
                        }

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -5px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.footer .top .cw1200 > .right ul > li > a:hover {
    animation: myfirst 0.5s 1;
    color: #8f161a;
}

.footer .top .cw1200 > .right ul > li > a.top {
    height: 28px;
    font-size: 14px;
    font-weight: 600;
}

.footer .top .QRcod_box {
    width: 130px;
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

    .footer .top .QRcod_box img {
        max-width: 100%;
        max-height: 100%;
    }

.footer .bottom {
    background: #F6F6F6;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: #757575;
}

    .footer .bottom p {
        margin: 10px auto;
    }


/*顶部部分*/

.top_part_bg {
    background: #4c121a;
    padding-bottom: 10px;
    height: 120px;
    box-sizing: border-box;
    padding-top: 2px;
}

.top_part .wel_box {
    line-height: 30px;
}

    .top_part .wel_box .welcome {
        float: left;
        color: #ffe6ad;
    }

    .top_part .wel_box .langbox {
        float: right;
    }

.langbox select {
    background: none;
    color: #ffe6ad;
    outline: none;
    border: none;
    width: 50px;
}

.loginbtns {
}

    .loginbtns a {
        display: inline-block;
        width: 80px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: #000;
        font-size: 14px;
        background: #ffe6ad;
    }

        .loginbtns a.regist {
            border: 1px #ffe6ad solid;
            background: none;
            color: #ffe6ad;
            margin-left: 10px;
        }


.logo_part {
    margin-top: 10px;
}

    .logo_part .td1 {
        text-align: left;
    }

    .logo_part .td2 {
        text-align: right;
    }

.lang_box {
    color: #fff;
    text-align: right;
}

    .lang_box a {
        display: inline-block;
        margin: 0 5px;
        color: #fff;
    }
