.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justifyContent-center {
    justify-content: center;
}

.justifyContent-between {
    justify-content: space-between;
}

.alignItems-start {
    align-items: flex-start;
}

.alignItems-center {
    align-items: center;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.f-left {
    float: left;
}

.f-right {
    float: right
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both
}

.text-center {
    text-align: center;
}

.mb-17 {
    margin-bottom: 17px;
}

.mb-19 {
    margin-bottom: 19px;
}

.mb-20 {
    margin-bottom: 21px;
}

.mb-21 {
    margin-bottom: 21px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-26 {
    margin-bottom: 26px;
}

.mb-32 {
    margin-bottom: 32px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-14 {
    padding-left: 14px;
}

.pl-24 {
    padding-left: 24px;
}

.dot {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    line-height: 2;
}

.dot::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 1;
    background-color: #000;
}

#app>.container {
    width: 990px;
    margin: auto;
}

.body-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}
.body-title .title{
    padding-left:10px;
    padding-right: 23px;
    font-weight: bold;
    font-size: 18px;
    color: #0071bd;;
}
.body-title .line{
    flex: 1;
    height: 2px;
    background-color: #0071bd;
}
.body-title .more{
    padding-right:9px;
    padding-left: 22px;
    font-size:12px;
    color: #0641a1;
    text-align: right;
}
/* header样式 */

.header {
    position: relative;
    height: 278px;
    margin-bottom: 36px;
    background: url(banner.png) no-repeat 0 0;
    background-size: cover;
}

.nav {
    padding-bottom: 11px;
    padding-left: 22px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}

.menu-item {
    padding: 0 24px;
    position: relative;
}

.menu-item:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 17px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu-link {
    font-weight: bold;
    color: #fff;
}

.language {
    position: absolute;
    right: 24px;
    top: 3px;
    font-size: 16px;
    color: #fff;
}

.form-wrap {
    margin: 33px auto 0;
    width: 169px;
    height: 35px;
    display: flex;
}

.form-wrap .input-wrap {
    padding-left: 11px;
    width: 122px;
    background-color: #fff;
}
.input-wrap img{
    display: inline-block;
    width: 14px;
    height: 18px;
    vertical-align: middle;
}
.input-wrap input{
    width: 91px;
    height: 100%;
    border: none;
    outline: none;
}
.form-wrap button{
    width: 47px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    background-color: #4f84d5;;
}


/* aside样式 */

.aside {
    padding-top: 21px;
    padding-bottom: 340px;
    margin-right: 13px;
    width: 192px;
    background-color: #0071bd;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.aside-section {
    margin-bottom: 11px;
    text-align: center;
}

.aside-section dt {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.aside-section dd {
    font-size: 14px;
    margin-bottom: 15px;
}

.aside-line {
    width: 100%;
    position: relative;
    height: 1px;
    overflow: hidden;
}

.aside-line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #7f9ab3;
}

.aside-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.aside-section .avatar {
    margin-bottom: 9px;
    width: 149px;
    height: 190px;
}

.aside-section .title {
    margin-bottom: 19px;
}

.wechat-wrap {
    margin-bottom: 22px;
}

.wechat-wrap img {
    margin-bottom: 16px;
    width: 127px;
    height: 127px;
}

.aside-more {
    margin: 17px 0;
    padding-right: 5px;
    text-align: right;
    font-size: 12px;
}


.wechat .qrcode {
    margin-bottom: 17px;
    width: 131px;
    height: 131px;
}

.fb-wrap {
    margin-bottom: 27px;
}

.fb-wrap img {
    margin-bottom: 20px;
    width: 169px;
    height: 57px;
}

.wechat .text {
    font-size: 14px;
}


.footer {
    padding-top:13px;
    border-top: 4px solid #346392;
    font-size: 14px;
    color: #000;
}
.footer-content{
    display: flex;
    justify-content: space-between;
    width:836px;
    margin: 0 auto;
}