/**
 * global style for 2.7 docs
 */

html {
    overflow-x: hidden;
}
h1, h2, h3 {
    font-size: 14px;
}
::-webkit-input-placeholder {
    color: #999
}
a {
    color: #7665fa
}
/* 布局 */

.site-menu, .site-content {
    min-height: 950px;
}
.site-menu {
    box-shadow: none;
    border-left: none;
}
.site-content {
    padding: 15px 0 15px 15px;
}
/* 头部 */

/* 底部 */

.footer {
    padding: 30px 15px 15px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-weight: 300;
    background-color: #000000;
    position: relative;
}
.footer_l {
    text-align: left;
    min-height: 180px;
    position: relative;
    border-right: 1px solid #505050;
    height: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
.footer_l_item div:first-child {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
.footer_l_img {
    position: absolute;
    top: -5px;
    left: 46px;
    border-radius: 42px;
    background-color: white;
}
.footer_c {
    text-align: left;
    min-height: 180px;
    border-right: 1px solid #505050;
    height: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
.footer_c_item div:first-child {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer_r {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.footer_r_img {}
.footer_b {
    padding-top: 20px;
}
.superiority_h_t {
    min-height: 47px;
    font-size: 40px;
    font-family: FZMeiHei-M07S;
    font-weight: 400;
    line-height: 47px;
    color: #000000;
    -webkit-text-stroke: 2 #000000;
    text-stroke: 2 #000000;
    position: relative;
    margin: 30px 0 30px 120px;
}
.superiority_h_t_h {
    min-width: 234px;
    height: 76px;
    font-size: 52px;
    font-family: zcoolqingkehuangyouti;
    font-weight: 400;
    line-height: 77px;
    color: #BEBEBE;
    opacity: 0.4;
    position: absolute;
    top: -40px;
    left: 10px;
}
.superiority_h_t_b {
    margin-top: 10px;
    width: 106px;
    height: 7px;
    background: rgba(0, 177, 255, 0.39);
    opacity: 1;
}
.superiority_h_c {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.superiority_h_c_item {
    width: 200px;
    height: 250px;
    border: 3px solid #002BA7;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    padding-top: 40px;
    background: #b1b78720;

}
.superiority_h_c_item_t {
    width: 104px;
    height: 30px;
    font-size: 26px;
    font-family: FZMeiHei-M07S;
    font-weight: 400;
    line-height: 30px;
    color: #002BA7;
    padding-top: 40px;
}
.superiority_h_c_item_c {
    width: 180px;
    height: 48px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    padding-top: 40px;
}

.layui-nav-item-a{
  font-size: 18px;
}