.fttop {
    margin-top: 45px
}

.fttop .one {
    padding-bottom: 29px;
    border-bottom: 1px solid #ddd
}

.fttop .one img {
    height: 65px;
}

.fttop .one .fotvav {
    width: 60%;
    height: 64px;
    line-height: 64px;
    float: right;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: end
}

.fttop .one .fotvav a {
    display: block;
    width: 33.3333%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start
}

.fttop .one .fotvav a:before {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #123C96;
    margin-right: 14px
}

.fttop .two {
    margin: 36px 0 25px;
    overflow: hidden
}

.fttop .two .left {
    width: 37%;
    float: left
}

.fttop .two .left .fotewm {
    float: left;
    width: 156px
}

.fttop .two .left .fotewm .kuang {
    width: 122px;
    height: 122px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px;
    float: left
}

.fttop .two .left .fotewm img {
    max-width: 100%;
    max-height: 100%
}

.fttop .two .left .fotewm p {
    width: 20px;
    float: left;
    height: 122px;
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-left: 14px;
    line-height: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center
}

.fttop .two .left .ftlxfs {
    float: right;
    width: calc(100% - 196px)
}

.fttop .two .left .ftlxfs dd {
    width: 100%;
    overflow: hidden;
    margin: 4px 0 26px
}
.fttop .two .left .ftlxfs dd em img{width:40px}
.fttop .two .left .ftlxfs dd em {
    display: block;
    width: 41px;
    height: 43px;
    border-radius: 5px;
    float: left;
    margin-right: 13px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.fttop .two .left .ftlxfs dd .lxzi {
    float: left;
    font-size: 14px;
    color: #333;
    width: calc(100% - 54px)
}

.fttop .two .left .ftlxfs dd p {
    font-size: 15px;
    color: #999;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word
}

.fttop .two ul.right {
    width: 60%;
    float: right;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end
}

.fttop .two ul.right li {
    width: 33.3333%;
    float: left
}

.fttop .two ul.right li a {
    font-size: 15px;
    color: #7b7b7b;
    margin-bottom: 14px;
    padding-left: 36px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-align: left;
    transition: all .4s ease
}

.fttop .two ul.right li a:hover {
    color: #123C96
}

.fttop .indlink {
    background: #f8f7f7;
    padding: 15px 27px;
    overflow: hidden;
    margin-bottom: 40px
}

.fttop .indlink .left {
    float: left
}

.fttop .indlink .left p {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.fttop .indlink .left p em {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #123C96 url(../images/link.png) center no-repeat;
    margin-right: 9px
}

.fttop .indlink .right {
    float: left
}

.fttop .indlink .right a {
    font-size: 15px;
    color: #999;
    line-height: 30px;
    padding-left: 15px;
    transition: all .4s ease
}

.fttop .indlink .right a:hover {
    color: #123C96
}

.foot_copy {
    width: 100%;
    overflow: hidden;
    background: #123C96
}

.foot_copy_main p {
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: rgba(255,255,255,.8);
    margin: 0;
    padding: 0;
    font-size: 16px
}

.foot_copy_main p a {
    color: rgba(255,255,255,.8);
    font-size: 16px
}

.foot_copy_main p a:hover {
    color: #fff
}

@media screen and (max-width: 1366px) {
    .fttop .one img {
        width:120px
    }

    .fttop .one .fotvav {
        height: 50px;
        line-height: 50px
    }
}

@media screen and (max-width: 1199px) {
    .fttop .one .fotvav a {
        font-size:18px
    }

    .fttop .two .left .ftlxfs {
        width: calc(100% - 176px)
    }

    .fttop .two .left .ftlxfs dd p {
        font-size: 14px
    }

    .fttop .two ul.right li a {
        font-size: 14px
    }
}

@media screen and (max-width: 1080px) {
    .fttop {
        margin-top:40px
    }

    .fttop .one {
        padding-bottom: 20px
    }

    .fttop .one .fotvav a {
        font-size: 16px
    }

    .fttop .two {
        margin: 26px 0 30px
    }

    .fttop .two .left .fotewm {
        width: 122px
    }

    .fttop .two .left .fotewm p {
        width: 100%;
        margin: 5px 0 0 0;
        line-height: 30px;
        height: 30px;
        justify-content: center
    }

    .fttop .two .left .ftlxfs {
        width: calc(100% - 140px)
    }

    .fttop .two ul.right li a {
        padding-left: 10px
    }

    .foot_copy {
        padding: 15px 0
    }

    .foot_copy_main p {
        font-size: 15px;
        float: left;
        height: 30px;
        line-height: 30px
    }

    .foot_copy_main p a {
        font-size: 15px
    }
}

@media screen and (max-width: 880px) {
    .fttop .two .left .ftlxfs dd {
        margin:0 0 18px
    }
}

@media screen and (max-width: 767px) {
    .fttop {
        margin-top:30px
    }

    .fttop .one .fotvav {
        width: calc(100% - 180px);
        display: block
    }

    .fttop .two .left {
        width: 100%
    }

    .fttop .two .left .ftlxfs {
        width: calc(100% - 180px)
    }

    .fttop .two .left .ftlxfs dd em {
        width: 80px;
        height: 60px
    }

    .fttop .two .left .ftlxfs dd .lxzi {
        width: calc(100% - 100px);
        font-size: 16px
    }

    .fttop .two .left .ftlxfs dd .lxzi p {
        font-size: 18px;
        margin-top: 5px;
        max-height: 60px
    }

    .fttop .two ul.right {
        display: none
    }

    .fttop .indlink {
        display: none
    }

    .foot_copy_main p {
        float: none;
        text-align: center;
        height: auto;
        font-size: 14px;
        line-height: 26px
    }
}

@media screen and (max-width: 600px) {
    .footbottom span{font-size:14px}
    .fttop .one {
        border:0;
        text-align: center;
    }

    .fttop .one img {
        width: 200px;
        height:auto;
    }

    .fttop .one .fotvav {
        display:none;
    }

    .fttop .one .fotvav a {
        font-size: 14px;
        color: #666
    }

    .fttop .one .fotvav a:before {
        width: 2px;
        margin-right: 5px
    }

    .fttop .two {
        margin: 0 0 20px
    }

    .fttop .two .left .fotewm {
        width: 100%
    }

    .fttop .two .left .fotewm .kuang {
        width: 140px;
        height: 140px;
        margin: 0 auto;
        float: none
    }

    .fttop .two .left .fotewm p {
        margin: 10px 0 0 0;
        line-height: normal;
        height: auto
    }

    .fttop .two .left .ftlxfs {
        width: 100%;
        margin-top: 10px;
        display: none
    }

    .fttop .two .left .ftlxfs dd {
        margin-bottom: 12px
    }

    .fttop .two .left .ftlxfs dd em {
        width: 60px
    }

    .fttop .two .left .ftlxfs dd .lxzi {
        font-size: 14px;
        padding-top: 5px
    }

    .fttop .two .left .ftlxfs dd .lxzi p {
        font-size: 16px
    }

    .foot_copy_main .sjy {
        display: none
    }
}

@media screen and (max-width: 374px) {
    .fttop .one {
        overflow:hidden
    }

    .fttop .one img {
        display: none
    }

    .fttop .one .fotvav {
        width: 100%
    }

    .fttop .one .fotvav a {
        justify-content: center
    }
}