﻿#mainbody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    background: #f1f1f1;
}

#headbar {
    float: left;
    width: 100%;
    height: 70px;
    border-bottom: #e1e1e1 1px solid;
    background: #fff;
}

#logobar {
    float: left;
    width: 145px;
    height: 50px;
    padding: 25px 0 0 15px;
    margin: 0 40px 0 0;
}

#menubar {
    float: left;
    width: auto;
    height: auto;
    margin: 25px 0 0 75px;
}

#bannerbar {
    float: left;
    width: 100%;
    height: 600px;
    background-color: #003f93;
}

#contentbar {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 240px;
    padding: 45px 0 45px 0;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#footbar {
    flex: auto;
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
    background: #eee;
    border-bottom: #ddd 1px solid;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contentleftbox {
    float: left;
    width: 30%;
    height: 180px;
    margin-left: 0;
    margin-right: 1%;
    background: url('../imgs/bg1_info.gif');
    background-repeat: repeat-x;
    border: #e2e2e2 1px solid;
    color: #525252;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contentbox {
    float: left;
    width: 30%;
    height: 180px;
    margin-left: 1%;
    margin-right: 1%;
    background: url('../imgs/bg1_info.gif');
    background-repeat: repeat-x;
    border: #e2e2e2 1px solid;
    color: #525252;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contentrightbox {
    float: left;
    width: 31%;
    height: 180px;
    margin-left: 1%;
    margin-right: 0;
    background: url('../imgs/bg1_info.gif');
    background-repeat: repeat-x;
    border: #e2e2e2 1px solid;
    color: #525252;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contentcolbox {
    float: left;
    width: 30%;
    height: 145px;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 35px;
    padding-left: 35px;
    background: url('../imgs/bg1_info.gif');
    background-repeat: repeat-x;
    border: #e2e2e2 1px solid;
    color: #525252;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contentinleftbox {
    float: left;
    width: auto;
}

.contentimgbox {
    float: left;
    width: 230px;
    margin: 0;
}

.contenttitle {
    font-size: 30px;
    height: 60px;
    color: #006abe;
}

.contentword {
    float: left;
    margin: 35px 0 0 0;
    height: 80px;
    color: #525252;
    font-size: 13px;
    line-height: 150%;
    overflow: hidden;
}

.contentword1 {
    float: left;
    margin: 15px 0 0 0;
    color: #0072d8;
    font-size: 30px;
}

    .contentword1 a {
        color: #0072d8;
    }

.contentword2 {
    float: left;
    margin: 15px 0 0 0;
    color: #cc3fe1;
    font-size: 30px;
}

    .contentword2 a {
        color: #cc3fe1;
    }

.contentword3 {
    float: left;
    margin: 15px 0 0 0;
    color: #009f97;
    font-size: 30px;
}

    .contentword3 a {
        color: #009f97;
    }

.footbarbox {
    flex: auto;
    margin: 0 25px 0 25px;
    padding: 35px 0 0 0;
    border-top: #ddd 1px dotted;
}

.footbarrightbox {
    margin: 0 35px 0 35px;
}

.footsubbottombar {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    margin: 0;
    padding: 3px 0 5px 0;
    background: #f1f1f1;
    color: #a1a1a1;
}

    .footsubbottombar a {
        color: #a1a1a1;
    }

.footbottombar {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    height: auto;
    padding: 12px 0 5px 0;
    background: #f1f1f1;
    color: #666;
}

    .footbottombar a {
        color: #666;
    }

.footbottomleft {
    float: left;
    margin: 0 35px 0 15px;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 12px;
    /* color: #636363;*/
}

.footbottomright {
    float: left;
    margin: 0 35px 0 35px;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 12px;
    /* color: #636363;*/
}

.footbarrightcontent {
    float: left;
    width: 100%;
    text-align: right;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 13px;
    color: #636363;
}


.topinfobar {
    float: right;
    width: 300px;
    height: 65px;
    margin: 0;
    text-align: right;
    background: #fff;
}

.langbox {
    float: right;
    margin: 29px 15px 0 0;
    text-align: left;
    font-size: 12px;
    font-family: Poppins,Arial,Verdana;
}

    .langbox a {
        color: #666;
    }

.logintop {
    float: right;
}

.loginbox {
    float: right;
    font-size: 10px;
    color: #333;
    margin: 25px 10px 0 0;
    height: 20px;
    line-height: 25px;
    font-family: Poppins,Arial,Verdana;
    border: #ddd 1px solid;
    padding: 0 28px 0 28px;
}

.iconlangdrop {
    margin-left: 3px;
}


.submenubox {
    width: 300px;
    height: 90px;
    background: #fff;
    border: #ddd 1px solid;
    text-align: left;
}

.submenucontent {
    float: left;
    padding: 5px 5px 5px 15px;
    width: 100%;
    height: 70px;
    background: #fff;
}

.submenumore {
    float: left;
    width: 300px;
    height: 20px;
    margin-left: -1px;
    line-height: 20px;
    background: #0094ff;
    color: #fff;
    text-align: center;
}

.lanmenuitem {
    float: left;
    text-indent: 0;
    white-space: nowrap;
    width: 130px;
    background: #FFF;
    text-align: center;
    margin: 0 1px 0 0;
    padding: 0;
    font-size: 10px;
    overflow: hidden;
}

.lanmenuitemover {
    float: left;
    text-indent: 0;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    width: 130px;
    color: #333;
    text-align: center;
    margin: 0 1px 0 0;
    padding: 0;
    background-image: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    behavior: url(pie.htc);
    overflow: hidden;
}

.lanmenuitemon {
    float: left;
    text-indent: 0;
    white-space: nowrap;
    width: 130px;
    color: #333;
    background: #f2f2f2;
    text-align: center;
    margin: 0 1px 0 0;
    font-weight: bold;
    border: #ddd 1px solid;
    background-image: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    behavior: url(pie.htc);
    overflow: hidden;
}

.topuserbox {
    float: right;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: auto;
    height: 20px;
    margin: 20px 20px 0 0;
    font-size: 9px;
    padding: 0 10px 0 0;
    background: #fff;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 10px;
    line-height: 22px;
    color: #bbb;
}

    .topuserbox a {
        color: #888;
    }

.topusermenu {
    font-weight: normal;
}

.topusermenuover {
    font-weight: bold;
    color: #666;
}

.topusersubbox {
    position: absolute;
    z-index: 999;
    width: 80px;
    text-align: center;
    font-size: 10px;
    margin-top: -2px;
    padding: 5px 5px 2px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    overflow: hidden;
    border: #ccc 1px solid;
    background: #f8f8f8;
}

    .topusersubbox a {
        color: #387eff;
    }

.menub{
    font-weight:bold;
}