﻿@charset "utf-8";

html {
    zoom: 80%;
}

body {
    margin: 0;
    font-family: Arial;
    font-size: 16px;
}

@media screen and (max-width: 800px) {
    html {
        zoom: 100%;
    }

    body {
        margin: 0;
        font-family: Arial;
        font-size: 14px;
    }

}

/*顶部*/
.top {
    height: 106px;
    background: url("../images/top_bg.jpg") no-repeat;
    background-size: 100% 106px;
    background-position: top center;
}

.top .box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.top .box .logo {
    height: 106px;
    display: flex;
    align-items: center;
}

.top .box .ds {
    width: 311px;
    background: url("../images/logo.png") no-repeat;
    height: 50px;
    background-size: auto 50px;
    background-position: left center;
}

.top .box .line {
    background-image: url(../images/logo_line.jpg);
    width: 1px;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.top .box .atoz {
    /* width: 176px;
     background: url("../images/logo2.png") no-repeat;*/
    height: 50px;
    /* background-size: auto 50px;
     background-position: left center;*/
}

.top .box .atoz img {
    height: 50px;
    width: auto;
    display: block;
}

.top .box .l1 {
    margin-top: 28px;
    padding-left: 30px;
    margin-left: 30px;
    float: left;
    background: url("../images/logo_line.jpg") no-repeat;
    background-position: left center;
}

.top .box .l1 img {
    width: 150px;
    height: 60px;
}

.top .box .r {
    position: absolute;
    right: 0;
    margin: 45px 120px 0 0;
    color: #fff;
}

.top .box .a1 {
    position: absolute;
    right: 0;
    margin: 36px 0 0 0;
    display: block;
    border-radius: 20px;
    text-decoration: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, .20);
    font-size: 16px;
    color: #fff;
}

.top .box .a2 {
    position: absolute;
    right: 0;
    margin: 36px 120px 0 0;
    display: block;
    border-radius: 20px;
    text-decoration: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, .20);
    font-size: 16px;
    color: #fff;
}

.top .menu {
    position: absolute;
    right: 0;
    top: 0;
}

.top .menu .menu-c {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 106px;
}


.top .menu a {
    display: block;
    border-radius: 20px;
    text-decoration: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, .20);
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
}

.top .menu .info {
    color: #fff;
}

.top .menu-btn {
    display: none;
}

.pc {
    display: block !important;
}

.mobile {
    display: none !important;
}

@media screen and (max-width: 800px) {
    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .top .menu-btn {
        display: block;
        position: absolute;
        right: 2px;
        width: 46px;
        height: 60px;
        top: 0;
        background-size: 25px auto;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url(../images/menu.png?v=1614763244591);
    }

    .top .menu {
        position: absolute;
        right: auto;
        left: 0;
        top: 0;
        width: 100%;
        display: none;
    }

    .top.show-menu .menu {
        display: block;
    }

    .top .menu .menu-c {
        display: block;
        margin-top: 60px;
        height: auto;
        padding-bottom: 20px;
        background-color: rgba(0, 0, 0, .8);
    }

    .top .menu .menu-c a {
        width: auto;
        border-radius: 0;
        background: none;
        margin-right: 38px;
        margin-left: 38px;
        display: block;
        border-bottom: 1px dashed #fff;
        line-height: 60px;
        height: 60px;
    }

    .top .menu .menu-c a.current {
        background-color: rgba(0, 83, 134, .5);
    }

    .top .menu .menu-c .info {
        width: auto;
        border-radius: 0;
        background: none;
        margin-right: 38px;
        margin-left: 38px;
        display: block;
        border-bottom: 1px dashed #fff;
        line-height: 60px;
        height: 60px;
        text-align: center;
        font-size: 16px;
    }


    .top .menu .menu-c a:last-child {
        border-bottom: 0;

    }


    .top {
        height: 60px;
        background: url("../images/top_bg.jpg") no-repeat;
        background-size: 100% 100%;
        background-position: top center;
    }

    .top .box {
        width: 100%;
        position: relative;
    }

    .top .box .logo {
        height: 60px;
    }

    .top .box .ds {
        width: 199px;
        background: url("../images/logo.png?r=234") no-repeat;
        background-size: auto 32px;
        height: 32px;
        margin-left: 10px;
    }

    .top .box .atoz {
        /*width: 113px;
        background: url("../images/logo2.png") no-repeat;*/
        height: 32px;
        /*background-size: auto 32px;
        background-position: left center;*/
    }


    .top .box .atoz img {
        height: 32px;
    }

    .top .box .line {
        width: 1px;
        height: 20px;
        background-size: 1px 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .top .box .l1 {
        margin-top: 18px;
        padding-left: 10px;
        margin-left: 3px;
        float: left;
        background: url("../images/logo_line.jpg") no-repeat;
        background-position: left center;
        background-size: 1px 50%;
    }

    .top .box .l1 img {
        width: 68px;
        height: 30px;
    }

    .top .box .r {
        position: absolute;
        right: 0;
        margin: 22px 80px 0 3px;
        color: #fff;
    }

    .top .box .a1 {
        position: absolute;
        right: 0;
        margin: 18px 2px 0 0;
        display: block;
        border-radius: 20px;
        text-decoration: none;
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: rgba(255, 255, 255, .20);
        font-size: 16px;
        color: #fff;
    }

    .top .box .a2 {
        position: absolute;
        right: 0;
        margin: 18px 65px 0 0;
        display: block;
        border-radius: 20px;
        text-decoration: none;
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: rgba(255, 255, 255, .20);
        font-size: 16px;
        color: #fff;
    }

}


/*banner*/


.banner {
    width: 1200px;
    margin: 0 auto;
    height: 480px;
    background: url("https://3ds.tbh5.com/xz/img/banner.jpg") no-repeat;
    background-size: auto 480px;
    background-position: top center;
    background-color: #FFFFFF;
}


.banner .box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: none;
}

.banner .box .l {
    width: 120px;
    background: url("../images/3D.png") no-repeat;
    height: 143px;
    margin: 300px 0 0 0;
    position: absolute;
    left: 50px;
    display: none;
}

.banner .box .r1 {
    font-size: 48px;
    font-weight: bold;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 1.00);
    color: #FFFFFF;
    position: absolute;
    right: 30px;
    margin-top: 30px;
    display: none;
}

.banner .box .r2 {
    font-size: 12px;
    color: rgba(255, 255, 255, .50);
    position: absolute;
    right: 30px;
    margin-top: 430px;
    display: none;
}

@media screen and (max-width: 800px) {

    /*.banner{width: 100%;height: 220px;  background-size: auto 220px; background-position: top center; background-color: #FFFFFF;}*/
    .banner {
        width: 100%;
        height: 220px;
        background: url("https://3ds.tbh5.com/xz/img/banner_mobile.jpg") no-repeat;
        background-size: auto 220px;
        background-position: top center;
        background-color: #FFFFFF;
    }

    .banner .box {
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: none;
    }

    .banner .box .l {
        width: 50px;
        background: url("../images/3D.png") no-repeat;
        background-size: 100%;
        height: 71px;
        margin: 165px 0 0 30px;
        position: absolute;
        left: 0px;
        display: none;
    }

    .banner .box .r1 {
        font-size: 24px;
        font-weight: bold;
        text-shadow: 5px 5px 10px rgba(0, 0, 0, 1.00);
        color: #FFFFFF;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 30px;
        text-align: center;
        display: none;
    }

    .banner .box .r2 {
        font-size: 9px;
        color: rgba(255, 255, 255, .50);
        position: absolute;
        right: 6px;
        margin-top: 210px;
        display: none;
    }
}


/*首页内容*/
.index_main {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.index_main .title1 {
    color: #005285;
    margin-top: 54px;
    color: #005285;
    font-size: 24px;
    text-align: center;
}

.index_main .content1 {
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 50px;
}

.index_main .box1 {
    margin-top: 10px;
}

.index_main .box1 .tip1 {
    background: url("../images/index_tip_bg.png") no-repeat 9px center;
    display: block;
    float: left;
    width: 460px;
    height: 48px;
    background-color: #EAEEF1;
    border-radius: 24px;
    box-sizing: border-box;
    padding-left: 50px;
    line-height: 48px;
    color: #229DE7;
    margin: 20px 40px 0 40px;
}

@media screen and (max-width: 800px) {

    .index_main {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .index_main .title1 {
        color: #005285;
        margin-top: 54px;
        color: #005285;
        font-size: 18px;
        text-align: center;
    }

    .index_main .content1 {
        color: #666666;
        font-size: 16px;
        line-height: 1.6;
        margin-top: 30px;
        padding: 0 20px;
    }

    .index_main .box1 {
        margin-top: 10px;
    }

    .index_main .box1 .tip1 {
        background: url("../images/index_tip_bg.png") no-repeat 9px center;
        display: block;
        float: left;
        width: 95%;
        height: 48px;
        background-color: #EAEEF1;
        border-radius: 24px;
        box-sizing: border-box;
        padding-left: 50px;
        line-height: 48px;
        color: #229DE7;
        margin: 10px 50px 0 10px;
        font-size: 12px;
        letter-spacing: -1px;
    }
}


/*首页活动*/
.index_event {
    width: 1200px;
    margin: 0 auto;
    height: 330px;
    background: url("../images/index_event_bg.jpg") no-repeat;
    background-size: auto 330px;
    background-position: top center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.index_event .box_title {
    margin: 0 auto;
    font-size: 32px;
    color: #005285;
    text-align: center;
    padding-top: 30px;
    line-height: 1;
}

.index_event .box_title span {
    display: block;
    width: 32px;
    height: 6px;
    border-radius: 3px;
    background-color: #005285;
    margin: 0 auto;
    margin-top: 15px;
}

.index_event .event_botton {
    margin: 0 auto;
    width: 410px;
    height: 60px;
    border-radius: 30px;
    background-color: #239DE8;
    text-align: center;
    line-height: 60px;
    color: #FFFFFF;
    margin-top: 80px;
    font-size: 22px;
}

@media screen and (max-width: 800px) {

    .index_event {
        width: 100%;
        height: 200px;
        background: url("../images/index_event_bg.jpg") no-repeat;
        background-size: 150% 100%;
        background-position: top center;
        margin: 30px 0;
    }

    .index_event .box_title {
        margin: 0 auto;
        font-size: 28px;
        color: #005285;
        text-align: center;
        padding-top: 30px;
        line-height: 1;
    }

    .index_event .box_title span {
        display: block;
        width: 32px;
        height: 6px;
        border-radius: 3px;
        background-color: #005285;
        margin: 0 auto;
        margin-top: 15px;
    }

    .index_event .event_botton {
        margin: 0 auto;
        width: 300px;
        height: 40px;
        border-radius: 20px;
        background-color: #239DE8;
        text-align: center;
        line-height: 40px;
        color: #FFFFFF;
        margin-top: 40px;
        font-size: 20px;
    }

}

/*注册登录*/
.reg_box {
    width: 1000px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.reg_box .topbox {
    height: 64px;
    background-color: #EEEEEE;
    text-align: center;
}

.reg_box .topbox .a1 {
    display: block;
    width: 50%;
    text-align: center;
    height: 64px;
    background-color: #005285;
    float: left;
    line-height: 64px;
    text-decoration: none;
    color: #FFFFFF;
}

.reg_box .topbox .a1 span {
    margin: 0 auto;
    display: block;
    border-top: solid 10px #005285;
    border-bottom: solid 0px #FFFFFF;
    border-left: solid 10px #FFFFFF;
    border-right: solid 10px #FFFFFF;
    width: 0;
    height: 0;
}
.reg_box .topbox .a5 {
    display: block;
    width: 100%;
    text-align: center;
    height: 64px;
    background-color: #005285;
    float: left;
    line-height: 64px;
    text-decoration: none;
    color: #FFFFFF;
}
.reg_box .topbox .a5 span {
    margin: 0 auto;
    display: block;
    border-top: solid 10px #005285;
    border-bottom: solid 0px #FFFFFF;
    border-left: solid 10px #FFFFFF;
    border-right: solid 10px #FFFFFF;
    width: 0;
    height: 0;
}
.reg_box .topbox .a2 {
    display: block;
    width: 50%;
    text-align: center;
    height: 64px;
    background-color: transparent;
    float: left;
    line-height: 64px;
    color: #999999;
    text-decoration: none;
}

.reg_box .conbox {
    overflow: hidden;
    padding: 30px 30px 15px 30px;
}

.reg_box .conbox .checkbox {
    clear: both;
    padding-left: 15px;
    line-height: 2;
}

.reg_box .conbox .botton {
    width: 540px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    background-color: #005386;
    display: block;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 30px;
}

.reg_box .conbox .botton_down1 {
    text-align: center;
    color: #005386;
    display: block;
}

.reg_box .conbox .botton_down2 {
    text-align: center;
    color: #666666;
    padding: 30px 0 56px 0;
}

.reg_box .conbox .input1 {
    width: 440px;
    height: 50px;
    border-radius: 25px;
    background-color: #EEEEEE;
    border: 0;
    box-sizing: border-box;
    float: left;
    margin: 15px 15px;
}

.reg_box .conbox .input1 input {
    width: 440px;
    height: 50px;
    border-radius: 25px;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
    color: #444444;
    outline: none;
}

.reg_box .conbox .input1 select {
    width: 420px;
    height: 50px;
    border-radius: 25px;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
    color: #444444;
    outline: none;
}

.reg_box .conbox .input2 {
    width: 440px;
    height: 50px;
    border-radius: 25px;
    background-color: #EEEEEE;
    border: 0;
    box-sizing: border-box;
    float: left;
    margin: 15px 15px;
}

.reg_box .conbox .input2 span {
    display: block;
    float: right;
    width: 120px;
    line-height: 50px;
    text-align: center;
    color: #005285;
}

.reg_box .conbox .input2 input {
    width: 320px;
    height: 50px;
    border-radius: 25px;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
    color: #444444;
    outline: none;
}

.reg_box .conbox .input3 {
    width: 540px;
    height: 50px;
    border-radius: 25px;
    background-color: #EEEEEE;
    border: 0;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 60px;
}

.reg_box .conbox .input3 input {
    width: 540px;
    height: 50px;
    border-radius: 25px;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
    color: #444444;
    outline: none;
}

@media screen and (max-width: 800px) {

    .reg_box {
        width: 94%;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .reg_box .topbox {
        height: 64px;
        background-color: #EEEEEE;
        text-align: center;
    }

    .reg_box .topbox .a1 {
        display: inline-block;
        width: 50%;
        text-align: center;
        height: 64px !important;
        line-height: normal;
        background-color: #005285;
        text-decoration: none;
        color: #FFFFFF;
        position: relative;
        box-sizing: border-box;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .reg_box .topbox .a1 span {
        position: absolute;
        left: 50%;
        margin-left: -8px;
        margin-top: 18px;
        border-top: solid 10px #005285;
        border-bottom: solid 0px transparent;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        width: 0;
        height: 0;
        background-color: transparent;
    }

    .reg_box .topbox .a2 {
        display: block;
        width: 50%;
        text-align: center;
        height: 64px;
        background-color: transparent;
        float: left;
        line-height: 64px;
        color: #999999;
        text-decoration: none;
    }

    .reg_box .conbox {
        overflow: hidden;
        padding: 30px 30px 15px 30px;
    }

    .reg_box .conbox p {
        margin: 0;
        padding: 0
    }

    .reg_box .conbox .checkbox {
        clear: both;
        padding-left: 0px;
        line-height: 1.5;
    }

    .reg_box .conbox .botton {
        width: 270px;
        height: 50px;
        border-radius: 25px;
        margin: 0 auto;
        color: #FFFFFF;
        line-height: 50px;
        text-align: center;
        background-color: #005386;
        display: block;
        text-decoration: none;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .reg_box .conbox .botton_down1 {
        text-align: center;
        color: #005386;
        display: block;
    }

    .reg_box .conbox .botton_down2 {
        text-align: center;
        color: #666666;
        padding: 30px 0 56px 0;
    }

    .reg_box .conbox .input1 {
        width: 100%;
        height: 50px;
        border-radius: 25px;
        background-color: #EEEEEE;
        border: 0;
        box-sizing: border-box;
        float: left;
        margin: 10px 10px 10px 0;
    }

    .reg_box .conbox .input1 input {
        width: 100%;
        height: 50px;
        border-radius: 25px;
        background-color: transparent;
        border: 0;
        box-sizing: border-box;
        padding-left: 15px;
        font-size: 14px;
        color: #444444;
        outline: none;
    }

    .reg_box .conbox .input1 select {
        width: 96%;
        height: 50px;
        border-radius: 25px;
        background-color: transparent;
        border: 0;
        box-sizing: border-box;
        padding-left: 15px;
        font-size: 14px;
        color: #444444;
        outline: none;
    }

    .reg_box .conbox .input2 {
        width: 100%;
        height: 50px;
        border-radius: 25px;
        background-color: #EEEEEE;
        border: 0;
        box-sizing: border-box;
        float: left;
        margin: 10px 10px 10px 0;
    }

    .reg_box .conbox .input2 span {
        display: block;
        float: right;
        width: 30%;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        color: #005285;
    }

    .reg_box .conbox .input2 input {
        width: 70%;
        height: 50px;
        border-radius: 25px;
        background-color: transparent;
        border: 0;
        box-sizing: border-box;
        padding-left: 15px;
        font-size: 14px;
        color: #444444;
        outline: none;
    }

    .reg_box .conbox .input3 {
        width: 100%;
        height: 50px;
        border-radius: 25px;
        background-color: #EEEEEE;
        border: 0;
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 30px;
    }

    .reg_box .conbox .input3 input {
        width: 540px;
        height: 50px;
        border-radius: 25px;
        background-color: transparent;
        border: 0;
        box-sizing: border-box;
        padding-left: 15px;
        font-size: 14px;
        color: #444444;
        outline: none;
    }

}


/*签到*/
.reg_box .sign_top {
    height: 150px;
    background: url("../images/sign_top_l.png") no-repeat;
    background-position: 80px center;
    background-color: #EEEEEE;
    border-top: solid 5px #005285;
    padding-left: 210px;
}

.reg_box .sign_top .t1 {
    font-size: 20px;
    color: #005285;
    padding-top: 26px;
}

.reg_box .sign_top .t2 {
    color: #444444;
    padding-top: 10px;
    line-height: 2;
}

.reg_box .conbox .sign_title {
    width: 90%;
    margin: 0 auto;
    border-bottom: solid 1px #EEEEEE;
    line-height: 40px;
    color: #005285;
    font-size: 24px;
    font-weight: bold;
}

.reg_box .conbox .sign_title span {
    font-size: 12px;
    color: #CCCCCC;
    font-weight: normal;
}

@media screen and (max-width: 800px) {

    .reg_box .sign_top {
        height: 130px;
        background: url("../images/sign_top_l.png") no-repeat;
        background-position: 20px center;
        background-size: 50px;
        background-color: #EEEEEE;
        border-top: solid 5px #005285;
        padding-left: 90px;
        overflow: hidden;
    }

    .reg_box .sign_top .t1 {
        font-size: 14px;
        color: #005285;
        padding-top: 15px;
    }

    .reg_box .sign_top .t2 {
        color: #444444;
        padding-top: 10px;
        line-height: 1.5;
        font-size: 14px;
    }

    .reg_box .conbox .sign_title {
        width: 90%;
        margin: 0 auto;
        border-bottom: solid 1px #EEEEEE;
        line-height: 40px;
        color: #005285;
        font-size: 24px;
        font-weight: bold;
    }

    .reg_box .conbox .sign_title span {
        font-size: 12px;
        color: #CCCCCC;
        font-weight: normal;
    }

}


/*二级首页*/
.sub_main {
    width: 1200px;
    margin: 0 auto;
}

.sub_main .sub_index {
    line-height: 50px;
    font-size: 16px;
    color: #999999;
    border-bottom: solid 1px #EEEEEE;
}

.sub_main .sub_index a {
    color: #229DE7;
}

@media screen and (max-width: 800px) {

    .sub_main {
        width: 100%;
        margin: 0 auto;
    }

    .sub_main .sub_index {
        line-height: 50px;
        font-size: 16px;
        color: #999999;
        border-bottom: solid 1px #EEEEEE;
        padding-left: 10px;
    }

    .sub_main .sub_index a {
        color: #229DE7;
    }
}


/*活动*/
.sub_main .event {
    overflow: hidden;
    padding: 20px 0 50px 0;
}

.sub_main .event .event_box {
    text-align: center;
    width: 380px;
    height: 240px;
    margin: 10px;
    float: left;
    background: url("../images/event_box_bg.png") no-repeat;
    line-height: 1;;
}

.sub_main .event .event_box .t1 {
    font-size: 20px;
    color: #229DE7;
    padding-top: 30px;
}

.sub_main .event .event_box .t2 {
    font-size: 20px;
    color: #000000;
    padding-top: 30px
}

.sub_main .event .event_box .t3 {
    color: #777777;
    padding-top: 16px
}

.sub_main .event .event_box .a1 {
    display: block;
    margin: 0 auto;
    width: 192px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #229DE7;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 32px
}

@media screen and (max-width: 800px) {

    .sub_main .event {
        overflow: hidden;
        padding: 20px 0 50px 0;
        text-align: center;
    }

    .sub_main .event .event_box {
        text-align: center;
        width: 95%;
        height: 200px;
        margin: 10px;
        display: inline-block;
        background: url("../images/event_box_bg.png") no-repeat;
        background-size: 100% 200px;
        box-sizing: border-box;
        line-height: 1;;
    }

    .sub_main .event .event_box .t1 {
        font-size: 20px;
        color: #229DE7;
        padding-top: 20px;
    }

    .sub_main .event .event_box .t2 {
        font-size: 20px;
        color: #000000;
        padding-top: 20px
    }

    .sub_main .event .event_box .t3 {
        color: #777777;
        padding-top: 16px
    }

    .sub_main .event .event_box .a1 {
        display: block;
        margin: 0 auto;
        width: 192px;
        height: 32px;
        line-height: 32px;
        border-radius: 16px;
        background-color: #229DE7;
        font-size: 14px;
        color: #FFFFFF;
        text-decoration: none;
        margin-top: 32px
    }
}


/*活动详情*/
.sub_main .event_detail {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sub_main .event_detail .box1 {
    position: relative;
    padding-top: 20px;
}

.sub_main .event_detail .box1 .title {
    width: 170px;
    height: 57px;
    display: block;
    position: absolute;
    left: 0;
    background: url("../images/event_detail_title_bg.png") no-repeat;
    box-sizing: border-box;
    padding: 12px 0 0 57px;
    font-size: 20px;
    color: #005285;
}

.sub_main .event_detail .box1 .r {
    margin-left: 190px;
    border-bottom: solid 1px #EEEEEE;
    padding-right: 350px;
    padding-bottom: 30px;
}

.sub_main .event_detail .box1 .r .t {
    color: #005285;
    font-size: 24px;
    padding-bottom: 24px;
}

.sub_main .event_detail .box1 .r .c {
    line-height: 1.6;
    color: #777777;
}

.sub_main .event_detail .box1 .sign_botton {
    position: absolute;
    right: 40px;
    top: 60px;
    display: block;
    width: 240px;
    height: 50px;
    border-radius: 25px;
    background-color: #229DE7;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

.sub_main .event_detail .box2 {
    position: relative;
    padding-top: 30px;
}

.sub_main .event_detail .box2 .title {
    width: 170px;
    height: 57px;
    display: block;
    position: absolute;
    left: 0;
    background: url("../images/event_detail_title_bg.png") no-repeat;
    box-sizing: border-box;
    padding: 12px 0 0 57px;
    font-size: 20px;
    color: #005285;
}

.sub_main .event_detail .box2 .r {
    margin-left: 190px;
    border-bottom: solid 1px #EEEEEE;
    padding-bottom: 30px;
}

.sub_main .agenda table { /*	background: url("../images/agenda_bg.jpg") repeat-y; background-position:top left;*/
}

/*200720*/
.sub_main .agenda table td.l {
    background: url("../images/agenda_bg.jpg") no-repeat;
    left center;
}

.sub_main .agenda table td {
    height: 70px;
    vertical-align: middle;
    padding: 0 30px;
    box-sizing: border-box;
}

.sub_main .agenda table td.time {
    color: #229DE7;
    font-weight: bold;
}

.sub_main .agenda table td.wz {
    vertical-align: middle;
}

.sub_main .map {
    overflow: hidden;
}

.sub_main .map_c {
    padding-top: 20px;
    color: #777777;
    text-align: left;
}

.sub_main .map_c div:first-child {
    padding: 0 30px 0 0;
    border-right: solid 1px #CCCCCC;
}

.sub_main .map_c div:last-child {
    padding: 0 0 0 30px;
    border-right: 0;
}

.sub_main .map_c div {
    padding: 0 30px;
    border-right: solid 1px #CCCCCC;
    display: inline-block;
}

.sub_main .partner_c {
    padding-top: 10px;
    color: #777777;
    text-align: left;
}

.sub_main .partner_c div {
    margin: 0 30px;
    border: solid 1px #CCCCCC;
    display: inline-block;
}

.sub_main .partner_c img {
    display: block;
}


@media screen and (max-width: 800px) {

    .sub_main .event_detail {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sub_main .event_detail .box1 {
        padding-top: 20px;
    }

    .sub_main .event_detail .box1 .title {
        height: 32px;
        width: 120px;
        position: static;
        display: block;
        background: url("../images/event_detail_title_bg.png") no-repeat;
        background-position: left top;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 2px 0 0 32px;
        padding: 3px 0 0 36px !important;
        font-size: 16px;
        color: #005285;
        margin-left: 10px;
    }

    .sub_main .event_detail .box1 .r {
        margin-left: 10px;
        border-bottom: solid 1px #EEEEEE;
        margin-right: 10px;
        padding-right: 0px;
        padding-bottom: 70px;
    }

    .sub_main .event_detail .box1 .r .t {
        color: #005285;
        font-size: 16px;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .sub_main .event_detail .box1 .r .c {
        line-height: 1.6;
        color: #777777;
        font-size: 14px;
    }

    .sub_main .event_detail .box1 .sign_botton {
        position: absolute;
        left: 50%;
        margin-left: -100px;
        bottom: 15px;
        display: block;
        width: 200px;
        height: 40px;
        border-radius: 20px;
        background-color: #229DE7;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
        top: auto;
    }

    .sub_main .event_detail .box2 {
        position: relative;
        padding-top: 30px;
    }

    .sub_main .event_detail .box2 .title {
        height: 32px;
        width: 120px;
        position: static;
        display: block;
        background: url("../images/event_detail_title_bg.png") no-repeat;
        background-position: left top;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 3px 0 0 36px;
        font-size: 16px;
        color: #005285;
        margin-left: 10px;
    }

    .sub_main .event_detail .box2 .r {
        margin-left: 10px;
        margin-right: 10px;
        border-bottom: solid 1px #EEEEEE;
        padding-bottom: 30px;
    }

    .sub_main .agenda table { /*	background: url("../images/agenda_bg.jpg") repeat-y; background-position: 20px -2px; background-size: 48px;*/
    }

    /*200720*/
    .sub_main .agenda table td.l {
        background: url("../images/agenda_bg.jpg") no-repeat;
        left center;
        background-size: 48px;
    }

    .sub_main .agenda table td {
        height: 50px;
        vertical-align: middle;
        padding: 0px 2px 0px 2px;
        box-sizing: border-box;
    }

    .sub_main .agenda table td.time {
        color: #229DE7;
        font-weight: bold;
        width: 90px;
    }

    .sub_main .agenda table td.wz {
        vertical-align: top;
    }

    .sub_main .map {
        overflow: hidden;
        margin-top: 10px;
    }

    .sub_main .map_c {
        padding-top: 20px;
        color: #777777;
        text-align: left;
    }

    .sub_main .map_c div:first-child {
        padding: 5px 0 0 0;
        border-right: 0
    }

    .sub_main .map_c div:last-child {
        padding: 5px 0 0 0;
        border-right: 0;
    }

    .sub_main .map_c div {
        padding: 5px 0 0 0;
        border-right: 0;
        display: block;
    }

    .sub_main .partner_c {
        padding-top: 10px;
        color: #777777;
        text-align: left;
    }

    .sub_main .partner_c div {
        margin: 10px 30px 0 0;
        border: solid 1px #CCCCCC;
        display: inline-block;
    }

    .sub_main .partner_c img {
        display: block;
    }

}


/*问卷*/
.reg_box .conbox1 {
    overflow: hidden;
    padding: 30px 30px 15px 30px;
}

.reg_box .conbox1 .sign_title {
    width: 90%;
    margin: 0 auto;
    border-bottom: solid 1px #EEEEEE;
    line-height: 40px;
    color: #005285;
    font-size: 24px;
    font-weight: bold;
}

.reg_box .conbox1 .sign_title span {
    font-size: 12px;
    color: #CCCCCC;
    font-weight: normal;
}

.reg_box .conbox1 .poll_top {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: solid 1px #EEEEEE;
    width: 90%;
    margin: 0 auto;
}

.reg_box .conbox1 .poll_top .input3 {
    display: inline-block;
    width: 40%;
    height: 50px;
    border-radius: 25px;
    background-color: #EEEEEE;
    border: 0;
    box-sizing: border-box;
    margin: 50px 50px 0 0;
}

.reg_box .conbox1 .poll_top .input3:last-child {
    display: inline-block;
    width: 80%;
    height: 50px;
    border-radius: 25px;
    background-color: #EEEEEE;
    border: 0;
    box-sizing: border-box;
    margin: 50px 0 0 0;
}

.reg_box .conbox1 .poll_top .input3 input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
    color: #444444;
    outline: none;
}

.reg_box .conbox1 .poll_box {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.reg_box .conbox1 .poll_box .t {
    color: #005285;
    line-height: 40px;
}

.reg_box .conbox1 .poll_box .c {
    float: none;
    padding-right: 50px;
    line-height: 32px;
}

.reg_box .conbox1 .poll_box .c div {
    float: left;
    line-height: 32px;
}

.reg_box .conbox1 .poll_box .ext_input {
    margin-left: 10px;
    width: 300px;
    height: 32px;
    background-color: #EEEEEE;
    border: 0;
    border-radius: 16px;
    padding-left: 10px;
    outline: none;
}

.reg_box .conbox1 .poll_box .input4 {
    width: 100%;
    height: 32px;
    background-color: #EEEEEE;
    border: 0;
    border-radius: 16px;
    padding-left: 10px;
    outline: none;
}

.reg_box .conbox1 .poll_box .input5 {
    width: 100%;
    background-color: #EEEEEE;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    outline: none;
    font-size: 14px;
}

.reg_box .conbox1 .botton {
    width: 540px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    background-color: #005386;
    display: block;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
    .reg_box .conbox1 {
        overflow: hidden;
        padding: 30px 10px 15px 10px;
    }

    .reg_box .conbox1 .sign_title {
        width: 90%;
        margin: 0 auto;
        border-bottom: solid 1px #EEEEEE;
        line-height: 40px;
        color: #005285;
        font-size: 24px;
        font-weight: bold;
    }

    .reg_box .conbox1 .sign_title span {
        font-size: 12px;
        color: #CCCCCC;
        font-weight: normal;
    }

    .reg_box .conbox1 .poll_top {
        text-align: center;
        padding-bottom: 20px;
        border-bottom: solid 1px #EEEEEE;
        width: 90%;
        margin: 0 auto;
    }

    .reg_box .conbox1 .poll_top .input3 {
        display: inline-block;
        width: 95%;
        height: 40px;
        border-radius: 20px;
        background-color: #EEEEEE;
        border: 0;
        box-sizing: border-box;
        margin: 20px 0 0 0;
    }

    .reg_box .conbox1 .poll_top .input3:last-child {
        display: inline-block;
        width: 95%;
        height: 40px;
        border-radius: 20px;
        background-color: #EEEEEE;
        border: 0;
        box-sizing: border-box;
        margin: 20px 0 0 0;
    }

    .reg_box .conbox1 .poll_top .input3 input {
        width: 100%;
        height: 40px;
        border-radius: 20px;
        background-color: transparent;
        border: 0;
        box-sizing: border-box;
        padding-left: 15px;
        font-size: 16px;
        color: #444444;
        outline: none;
    }

    .reg_box .conbox1 .poll_box {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
        overflow: hidden;
    }

    .reg_box .conbox1 .poll_box .t {
        color: #005285;
        line-height: 20px;
        padding-bottom: 15px;
    }

    .reg_box .conbox1 .poll_box .c {
        display: block;
        float: none;
        padding-right: 50px;
        line-height: 32px;
    }

    .reg_box .conbox1 .poll_box .c div {
        float: left;
        line-height: 32px;
    }

    .reg_box .conbox1 .poll_box .ext_input {
        width: 200px;
        height: 32px;
        background-color: #EEEEEE;
        border: 0;
        border-radius: 16px;
        padding-left: 10px;
        outline: none;
    }

    .reg_box .conbox1 .poll_box .c1 {
        line-height: 32px;
    }

    .reg_box .conbox1 .poll_box .input4 {
        width: 95%;
        height: 32px;
        background-color: #EEEEEE;
        border: 0;
        border-radius: 16px;
        padding-left: 10px;
        outline: none;
    }

    .reg_box .conbox1 .poll_box .input5 {
        width: 95%;
        background-color: #EEEEEE;
        border: 0;
        border-radius: 10px;
        padding: 10px;
        outline: none;
        font-size: 14px;
    }

    .reg_box .conbox1 .botton {
        width: 270px;
        height: 40px;
        border-radius: 20px;
        margin: 0 auto;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
        background-color: #005386;
        display: block;
        text-decoration: none;
        margin-top: 40px;
        margin-bottom: 30px;
    }

}


/*底部版权*/
.footer {
    height: 120px;
    box-sizing: border-box;
    padding-top: 30px;
    line-height: 32px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background-color: #0D0C18;
}
