/* 导航栏样式开始 */
.xb-nav {
    height: 72px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: .3s;
    position: fixed;
    top: 0;
    z-index: 20;
    background-color: rgba(0,0,0,.15);
}

.xb-nav.scroll {
    background-color: rgb(255,255,255);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
}

.xb-nav-container {
    width: 100%;
    height: 72px;
    max-width: 1280px;
    min-width: 1200px;
    clear: both;
}
/**************** logo******************************/


.xb-nav-container .xb-logo-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}


/*正方形logo*/
.xb-nav-container .xb-logo-box.square {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 180px;
    float: left;
}


.xb-nav-container .xb-logo-box.square .xb-logo {
    width: 45px;
    height: 38px;
    cursor: pointer;
}

.xb-nav-container .xb-logo-box.square .xb-slogan {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    font-size: 6px;
    color: white;
    padding-left: 10px;
    /*!*font-family: '华文行楷';*!*/

}
.scroll .xb-nav-container .xb-logo-box.square .xb-slogan {
    color: #666;
}

.xb-nav-container .xb-logo-box.square .xb-slogan b {

    display: inline;
}

.xb-nav-container .xb-logo-box.square .xb-slogan span:last-child {
    margin-right: 10px;
}
/**********************************************/

/*******************扁平logo***************************/
.xb-nav-container .xb-logo-box.flat {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 140px;
    float: left;
}

/*正方形logo*/
.xb-nav-container .xb-logo-box.flat  .xb-logo {
    height: 30px;
    cursor: pointer;
}

/**********************************************/

.xb-nav-container .xb-nav-list {
    float: left;
    /*position: relative;*/
    color: #FFFFFF;
}

.xb-nav-container .xb-nav-list.scroll {
    color: #000000;
}

#navSlip {
    height: 3px;
    /* 这边直接更改滚动颜色不能实现 */
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    width: 0px;
    left: 0px;
    display: none;
    overflow: hidden;
}

.xb-nav-container .xb-nav-list .xb-nav-item {
    float: left;
    min-width: 80px;
    margin-right: 20px;
    height: 72px;
    font-size: 1rem;
    transition: 0.3s;
}

.xb-nav-container .xb-nav-list .xb-nav-item .label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /*position: relative;*/
}

.xb-nav-container .xb-nav-list .xb-nav-item a {
    cursor: pointer;
}

.xb-nav-container .xb-handle-box {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.xb-nav-container .xb-nav-item.button {
    width: 100px;
    height: 40px;
    background: linear-gradient(270deg, rgba(255, 16, 38, 1) 0%, rgba(255, 78, 18, 1) 100%);
    cursor: pointer;
    transition: 0.3s;
    color: #ffffff;
    margin-right: 15px;
}

.xb-nav-container .xb-nav-item.button.scroll {
    background: #FFFFFF;
    color: #F8343C;
}

.xb-nav-container .xb-nav-item.button .label {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /*color: rgba(255, 255, 255, 1);*/
}

.xb-nav-container .xb-nav-item.button .label:hover {
    /*color: #ffffff;*/
}

.xb-nav-container .xb-nav-item.button .label:hover::before {
    display: none;
}

.xb-nav-container .xb-nav-item.phone {
    width: 170px;
    height: 40px;
    border: 1px solid;
    border-image: linear-gradient(270deg, rgba(244, 20, 34, 1), rgba(252, 76, 16, 1)) 1 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
}

.xb-nav-container .xb-nav-item.phone.scroll {
    border: 1px solid #FFFFFF;
}

.xb-nav-container .xb-nav-item.show-phone {
    font-size: 28px;
    color: rgba(248, 52, 60, 1);
    margin-right: 10px;
}

.xb-nav-container .xb-nav-item.show-phone.scroll {
    color: #FFFFFF;
}

.xb-nav-container .xb-nav-item.phone .label {
    font-size: 18px;
    color: rgba(248, 31, 39, 1);
}

.xb-nav-container .xb-nav-item.phone .label.scroll {
    color: #FFFFFF;
}

.xb-nav-container .xb-nav-item .nav-icon {
    width: 27px;
    height: 27px;
    margin-right: 5px;
}

.xb-nav-container .xb-nav-list .xb-nav-item .children {
    background: #fff;
    position: absolute;
    top: 72px;
    left: 0;
    opacity: 1;
    z-index: -10;
    /*padding: 24px 0;*/
    border-top: 1px solid #f5f5f5;
    width: 100vw;
    display: none;
    border-radius: 2px;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
}

.xb-nav-container .xb-nav-list .menu-block {
    display: flex;
    justify-content: center;
    min-width: 1280px;
    margin: 0 auto;
}

.xb-nav-container .xb-nav-list .menu-block .menu-block-item {
    padding: 25px 30px;
}
.xb-nav-container .xb-nav-list .menu-block .menu-block-item:first-child {
    /*border-right: 1px solid #f1f1f1;*/
    /*width: 300px;*/
}
.xb-nav-container .xb-nav-list .menu-block .menu-block-item:last-child {
    border-right: none;
    /*display: grid;*/
    /*grid-template-columns: 33% 33% 33%;*/
}
.menu-block-item:last-child .block-container .block-row{
    display: flex;
}
.xb-nav-container .xb-nav-list .xb-nav-item:hover .children {
    display: block;
}

.xb-nav-container .xb-nav-item .children.navItemChange {
    background-color: #ffffff;
}

.xb-nav-container .xb-nav-list .xb-nav-item .children .children-list {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.xb-nav-container .xb-nav-list .xb-nav-item .children .children-list .children-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
    box-sizing: border-box;
    height: 40px;
    font-size: 0.875rem;
}

.xb-nav-container .xb-nav-list .xb-nav-item .label:hover .children {
    display: block;
}

.xb-nav-container
.xb-nav-item
.children
.children-list
.children-list-item
.title {
    font-size: 1rem;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.xb-nav-container
.xb-nav-item
.children
.children-list
.children-list-item
.title a {
    color: #737373;
}

.xb-nav-container
.xb-nav-item
.children
.children-list
.children-list-item
.title a:hover {
    color: #2589ff;
}

.xb-nav-container .xb-nav-item .children .class-list {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    color: #595961;
}

.xb-nav-container .xb-nav-item .children .class-list .class-list-item {
    margin: 0 20px;
}

.xb-nav-container .xb-nav-item .children .class-list .class-list-item .item-title {
    display: block;
    font-weight: 700;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-right: 10px;
    color: #595961;
    font-size: 14px;
    cursor: default;
}

.xb-nav-container .xb-nav-item .children .class-list .class-list-item .item-list .list-item {
    margin-bottom: 20px;
    min-width: 100px;
}

.xb-nav-container .xb-nav-item .children .class-list .class-list-item .item-list .list-item a {
    cursor: pointer;
    color: #595961;
    transition: .3s;
}

.xb-nav-container .xb-nav-item .children .class-list .class-list-item .item-list .list-item a:hover {
    color: #2589ff;
}

.xb-nav-container .xb-nav-item .children .class-list .class-list-item .item-list .list-item:last-child {
    margin-bottom: 0;
}

/* 导航栏样式结束 */
/* Footer样式开始 */
.xb-main {
    padding-top: 80px;
}

.xb-footer {
    position: relative;
    background: rgba(34, 34, 34, 1);
    color: rgba(193, 193, 193, 0.8);
    font-size: 1rem;
}

.xb-footer .class-box {
    height: 136px;
    background: rgba(39, 39, 39, 1);
    position: relative;
}

.xb-footer .class-box .class-container {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

.xb-footer .class-box .class-container .class-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.xb-footer .class-box .class-container .class-item img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.xb-footer .class-box .class-container .class-item .title {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

.xb-footer .class-box .class-container .class-item .desc {
    font-size: 14px;
    color: rgba(152, 152, 152, 1);
}

.xb-footer .class-box .class-container .class-item:last-child .title {
    font-size: 14px;
    color: rgba(152, 152, 152, 1);
}

.xb-footer .class-box .class-container .class-item:last-child .desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

.xb-footer .xb-width {
    padding: 35px 42px;
    width: 1300px;
    margin: 0 auto;
}

.xb-footer .xb-width .footer-list-box {
    display: flex;
    justify-content: space-between;
}

.xb-footer .xb-width .footer-list-box .list .list-title {
    font-size: 18px;
    color: rgba(204, 204, 204, 1);
    margin-bottom: 37px;
}

.xb-footer .xb-width .footer-list-box .list .footer-list .list-item {
    font-size: 14px;
    color: #989898;
    margin-bottom: 17px;
}

/*.xb-footer .xb-width .footer-list-box .list:first-child {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/

.xb-footer .xb-width .footer-list-box .list:first-child .list-logo {
    font-size: 54px;
    font-family: TXWHZGBJT;
    color: rgba(78, 78, 78, 1);
    margin-bottom: 30px;
}

/*.xb-footer .xb-width .footer-list-box .list:first-child .list-title {*/
/*    margin-bottom: 17px;*/
/*}*/

.xb-footer .xb-width .footer-list-box .list:first-child .list-title:nth-child(3) {
    margin-bottom: 5px;
}

.xb-footer .xb-width .footer-list-box .list-container {
    display: flex;
}

.xb-footer .xb-width .footer-list-box .list-container .footer-list {
    margin-right: 32px;
}

/*.xb-footer .xb-width .footer-list-box .list:first-child .list-title {*/
/*    font-size: 16px;*/
/*    font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;*/
/*    font-weight: normal;*/
/*    color: rgba(255, 255, 255, 1);*/
/*}*/

.list .list-info-header {
    display: flex;
}
.list .list-info-header .list-info-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.list .list-info-header .list-info-icon img {
    width: 100%;
    height: 100%;
}
.list .list-info-text .list-info-big-title {
    font-size: 14px;
}
.list .list-info-text .list-info-phone {
    font-size: 22px;
    color: #fff;
}
.list .list-info-qrcodes {
    display: flex;
    margin-top: 30px;
}
.list .list-info-qrcodes .list-info-qrcode-img {
    width: 100px;
    height: 100px;
}
.list .list-info-qrcodes .list-info-qrcode {
    margin-right: 20px;
}
.list .list-info-qrcodes .list-info-qrcode-img img {
    width: 100%;
    height: 100%;
}
.list .list-info-qrcodes .list-info-qrcode-text {
    text-align: center;
    margin-top: 10px;
}



.xb-footer .xb-width .contact {
    margin-bottom: 34px;
    font-size: 14px;
    color: rgba(193, 193, 193, 0.7);
}

.xb-footer .xb-width .partner {
    width: calc(100% - 56px);
    padding: 22px 0 12px 20px;
    font-size: 0.875rem;
    text-align: center;
    color: rgba(193, 193, 193, 0.7);
    display: grid;
    grid-template-columns: repeat(8,12.5%) ;
}

.xb-footer .xb-width .partner span {
    display: inline-flex;
    margin-bottom: 17px;
}

.xb-footer .xb-width .for-us {
    font-weight: 700;
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.xb-footer .xb-width .for-us span:last-child {
    cursor: pointer;
}

.xb-footer .xb-width .more-info {
    padding: 11px 0;
}

.xb-footer .xb-width .more-info p {
    font-size: 14px;
    color: rgba(193, 193, 193, 1);
    margin-bottom: 17px;
}

.xb-footer .xb-width .cooperation {
    font-size: 14px;
    text-align: center;
    color: rgba(204, 204, 204, 1);
    margin: 22px auto 20px;
    min-width: 56px;
}

.xb-footer .xb-width .unit {
    width: calc(100% - 56px);
    margin-top: 15px;
    font-size: 0.875rem;
    padding: 7px 0 12px 20px;
    display: grid;
    grid-template-columns: repeat(8, 12.5%);
}

.xb-footer .xb-width .unit span {
    display: inline-block;
    position: relative;
    margin-bottom: 17px;
    white-space: nowrap;
}

.xb-footer .xb-width .cooperation-box {
    display: flex;
}

.xb-footer .xb-width .link-box {
    display: flex;
}

.xb-footer .xb-width .unit span:last-child::after {
    display: none;
}

.xb-footer .more-link {
    font-size: 14px;
    font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;
    font-weight: normal;
    color: rgba(115, 115, 115, 1);
    text-align: center;
}

.xb-footer .copyright {
    font-size: 14px;
    text-align: center;
    color: rgba(115, 115, 115, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.xb-footer .copyright img {
    margin-right: 5px;
}

.xb-footer .line {
    width: 100%;
    height: 1px;
    background: #353535;
}

/* Footer样式结束 */
/* 固定菜单开始 */
.fixed-menu {
    position: fixed;
    right: 10px;
    top: 24%;
    width: auto;
    z-index: 50;
    color: #fff;
}

.fixed-menu .close {
    position: absolute;
    top: 14px;
    right: -6px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    color: #6c757d;
}

.fixed-menu .fixed-menu-item {
    width: 60px;
    height: 60px;
    background: #FF6F00;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    margin: 36px auto 0;
    position: relative;
}

.fixed-menu .fixed-menu-item:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 36px;
    background: #FF6F00;
    margin: 0 auto;
    top: -36px;
}

.fixed-menu .fixed-menu-item.advisory {
    width: 132px;
    height: 256px;
    background: linear-gradient(90deg, rgba(255, 85, 0, 1) 0%, rgba(255, 127, 0, 1) 100%);
    border-radius: 64px 64px 4px 4px;
    padding-top: 12px;
}

.fixed-menu .fixed-menu-item.advisory:before {
    display: none;
}

.fixed-menu .fixed-menu-item.advisory .avatar {
    width: 108px;
    height: 108px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    margin: 0 auto 18px;
    position: relative;
    animation: circleRoate 1s infinite linear;
}

@keyframes circleRoate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fixed-menu .fixed-menu-item.advisory .avatar .cirle {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
}

.fixed-menu .fixed-menu-item.advisory .avatar-img {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 86px;
    height: 86px;
    /*border-radius: 43px;*/
}

.fixed-menu .fixed-menu-item.advisory p {
    text-align: center;
}

.fixed-menu .fixed-menu-item.advisory .button {
    display: block;
    width: 100px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    color: #FF5500;
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto 0;
    cursor: pointer;
}

.fixed-menu .fixed-menu-item:last-child {
    display: none;
    background: #FFFFFF;
    border: 1px solid rgba(255, 127, 0, 1);
    cursor: pointer;
}

.fixed-menu .fixed-menu-item:last-child i {
    color: rgba(255, 127, 0, 1);
    font-size: 20px;
}

.fixed-menu .fixed-menu-item:hover .show-more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-menu .fixed-menu-item .item-content {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fixed-menu .fixed-menu-item .item-content img {
    width: 25px;
    height: 25px;
}

.fixed-menu .fixed-menu-item .item-content:last-child {
    border-bottom: none;
}

.fixed-menu .fixed-menu-item .item-content p {
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    transform: scale(.9);
}

.fixed-menu .fixed-menu-item .show-more {
    position: absolute;
    left: -240px;
    top: -25px;
    width: 230px;
    margin-top: 20px;
    background: linear-gradient(90deg, rgba(255, 85, 0, 1) 0%, rgba(255, 127, 0, 1) 100%);
    border-radius: 10px;
    padding: 12px;
    transition: 1s;
    display: none;
}

.fixed-menu .fixed-menu-item .show-more.more-top {
    top: -40px;
}

.fixed-menu .fixed-menu-item .show-more img {
    width: 85px;
    height: 85px;
}

.fixed-menu .fixed-menu-item .show-more .show-icon {
    width: 32px;
    height: 32px;
}

.fixed-menu .fixed-menu-item .show-more .text {
    width: 100%;
}

.fixed-menu .fixed-menu-item .show-more .text p {
    padding: 10px;
    text-align: center;
    font-size: 1rem;
    color: #4381ff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-menu .fixed-menu-item .show-more .text p .show-icon {
    margin: 0 5px 0 0;
}

.fixed-menu .fixed-menu-item .show-more .link {
    width: 200px;
    padding: 10px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fixed-menu .fixed-menu-item .show-more .link .show-icon {
    margin: 0 5px 0 0;
}

.fixed-menu .fixed-menu-item .show-more .qrCode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-menu .fixed-menu-item .show-more .qrCode p {
    text-align: center;
    width: 100px;
}

#consult {
    position: fixed;
    width: 900px;
    height: 800px;
    top: calc(50% - 400px);
    left: calc(50% - 450px);
    box-shadow: 0px 0px 10px #8d8d8d;
    border-radius: 5px;
    display: none;
}

/* 固定菜单结束 */
/*咨询弹窗开始*/
.polit-popup {
    overflow: hidden;
    position: fixed;
    height: 170px;
    bottom: -200px;
    z-index: 20;
    left: 30px;
    background: #fff;
    box-shadow: 0 10px 45px 0 rgba(90, 97, 127, 0.8);
    border-radius: 10px;
}

.polit-popup .close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 12px;
    right: 8px;
    z-index: 650;
    cursor: pointer;
    color: #6c757d;
    font-size: 16px;
}

.polit-popup .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.polit-popup .container .avatar {
    width: 110px;
    height: 154px;
    margin: 20px 5px 0;
    position: relative;
}

.polit-popup .container .f1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    z-index: 400;
    background: url(/home/image/polit/f1.png) center no-repeat;
    animation: rotate 2s cubic-bezier(.4, .1, .4, 1) infinite;
}

.polit-popup .container .f2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    z-index: 420;
    background: url(/home/image/polit/f2.png) center no-repeat;
    animation: rotate 2s cubic-bezier(.4, .1, .4, 1) 1s infinite;
}

.polit-popup .container .avatar img {
    width: 120px;
    height: 120px;
    /*border-radius: 40px;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 430;
}

.polit-popup .container .info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 170px;
    padding-top: 10px;
    padding-left: 20px;
}

.polit-popup .container .info p {
    font-size: 20px;
    color: #7a7a8f;
    letter-spacing: 2px;
    line-height: 34px;
}
.polit-popup .container .info p .h4{
    color: black;
    font-weight: bold;
}

.polit-popup .container .info .buttons {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.polit-popup .container .info .buttons .button {
    font-weight: 700;
    display: block;
    width: 165px;
    height: 50px;
    font-size: 18px;
    color: #FFF;
    line-height: 50px;
    border-radius: 4px;
}

.polit-popup .container .info .buttons .button:first-child {
    color: #fff;
    background: linear-gradient(270deg, rgba(255, 16, 38, 1) 0%, rgba(255, 78, 18, 1) 100%);
    margin-right: 20px;
}

.polit-popup .container .info .buttons .button:last-child {
    background: #FFF;
    border: 1px solid;
    border-image: linear-gradient(270deg, rgba(244, 20, 34, 1), rgba(252, 76, 16, 1)) 1 1;
    height: 46px;
    width: 160px;
    line-height: 46px;
    border-radius: 4px;
    color: rgba(252, 76, 16, 1);
}

/*咨询弹窗结束*/
@media screen and (max-width: 1366px) {
    .fixed-menu {
        top: 10%;
    }
}

@media screen and (max-width: 1600px) {
    .fixed-menu {
        top: 15%;
    }
}

/*导航栏内部样式*/
.menu-block-item .block-big-title {
    font-size: 14px;
    color: #999999;
    margin-bottom: 30px;
    border-bottom: 1px solid #EDEDED;
    line-height: 40px;
}

.menu-block-item .block-container {
    font-size: 14px;
    color: #333;

}
.menu-block-item .block-row {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 21px;
    /*width: 280px;*/
}
.menu-block-item .block-row.small {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 32px;
    /*width: 280px;*/
}
.menu-block-item .block-row.medium {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 16px;
    /*width: 280px;*/
}
.menu-block-item .block-col {
    /*margin-right: 50px;*/
    /*min-width: 150px;*/
}
/*.menu-block-item:nth-child(1){}*/
/*.menu-block-item:nth-child(2){*/
/*    width: 210px;*/
/*    display: grid;*/
/*    grid-auto-columns: 210px;*/
/*}*/
.menu-block-item .block-col:nth-child(1) {
    margin-right: 50px;
    min-width: 150px;
}
.menu-block-item .block-col .col-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.menu-block-item .block-col .col-title img {
    vertical-align: middle;
    margin-right: 20px;
}
.menu-block-item .block-col .col-title img.medium {
    height: 44px;
}
.menu-block-item .block-col .col-title img.small {
    height: 20px;
}
.menu-block-item .block-col .col-intro {
    font-size: 14px;
    color: #999;
}
.menu-block-item:first-child .block-col .col-title{
    padding-top: 8px
}
.menu-block-item:first-child .block-col .col-title .medium{

}
.menu-block-item:first-child .block-col .col-title .small{

}
/*.menu-block-item:last-child .block-col .col-title img {*/
/*    width: 44px;*/
/*    height: 44px;*/
/*}*/
.menu-block .line-block {
    width: 1px;
    margin-top: 65px;
    margin-bottom: 40px;
    background-color: #f1f1f1;
}
.menu-block .line-block:last-child {
    background-color: #fff;
}