@charset "utf-8";

/* CSS Document */

.tjjs {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    font-family: PingFang SC,Roboto,Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    word-break: break-all;
    word-wrap: break-word;
}

body {
    background-color: #FFF;
    min-width: 1256px;
    width: expression(document.body.clientWidth < 1256 ? "1256px": "auto");
}

a {
    text-decoration: none;
}

.main_bj {
    background: url(../images/login_bj.png) no-repeat;
    background-color: #f0eff4;
}

body.main_bj {}

.main {
    margin: 0 auto;
    width: 1256px;
    height: 100%;
    min-height: 600px;
    z-index: 200;
}

.main .logo {
    margin-top: 20px;
    width: 251px;
    height: 46px;
    background-image: url(../images/logo.png);
}

.main .main_center {
    position: absolute;
    top: 26%;
    width: 1256px;
    height: 380px;
    /* margin-right: 40px; */
}

.mblock {
    float: left;
    width: 274px;
    height: 348px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
    box-shadow: 0 0 8px 1px #ccc;
    border-radius: 10px 10px 0 0;
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    font-size:36px;
    color:#5e4a47;
    font-weight:bold;
    z-index: 999;
}
.m_title{margin-top:54px;}

.m_url{font-size:18px;margin-top:30px;}
.m_pic {
    bottom: 7px;
    position: absolute;
    text-align: center;
    margin: 0 0 0 42px;
}
.m_pic img{width:208px;height:88px;}

.m_color {
    width: 101%;
    height: 16px;
    position: absolute;
    background-color: #77bcf3;
    bottom: 0;
    left: -2px;
}


.mblock.active{
    width: 294px;
    height: 376px;
    margin: -28px 10px 0 10px;
    font-size:44px;
    }
.mblock.active .m_title{margin-top:38px;}
.mblock.active .m_url{font-size:22px;margin-top:34px;}
.mblock.active .m_pic{bottom: 6px;}
.mblock.active .m_pic img{width:220px;height:93px;}

.m_x_b .m_color{background-color:#77bcf3;}
.m_x_c .m_color{background-color:#ffc55a;}
.m_d_b .m_color{background-color:#ff7f00;}
.m_d_c .m_color{background-color:#40cc9a;}

.m_x_b.active {color:#77bcf3;}
.m_x_c.active {color:#ffc55a;}
.m_d_b.active {color:#ff7f00;}
.m_d_c.active {color:#40cc9a;}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 130px;
    color: #a8a8a9;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
    background: #f8f8f8;
    min-width: 1256px;
    z-index: 0;
}
.footer_inner{width:1256px;margin: 0 auto;}
.footer_left{width:940px;float:left;font-size: 14px;line-height: 36px;margin-top: 8px;}
.footer_code{float:left;width:300px;margin-left:16px;}
.footer_code .code_b{width:100px;text-align:center;float: left;}
.footer_code .code_b img{width: 70px;height: 70px;margin: 14px 14px 2px;}
.footer_code .code_b h3{font-size: 14px;}

.footer a,.footer a:visited,.footer a:active{color: #a8a8a9;}