.banner img {
    width: 100%;
}

.hd .inner,
.bd .inner {
    max-width: 1060px;
}

.hd {
    position: relative;
    z-index: 1;
    padding: 4.43% 0 3.54%;
    background: #f8f8f8;
}

.hd:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    display: none;
}

.hd .title {
    font-size: 44px;
    line-height: 1.4;
    margin-bottom: 23px;
}

.hd .smallTitle {
    font-size: 27px;
    margin-bottom: 43px;
}

.hd .date {
    font-size: 15px;
}

.hd .date a {
    color: #8c8c8c;
    margin-left: 25px;
}

.hd .btnShare,
.hd .btnDownload {
    display: inline-block;
    line-height: 19px;
}

.hd .btnShare svg,
.hd .btnDownload svg {
    width: 19px;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle;
    fill: #005ead;
}

.hd .btnShare {
    position: relative;
    z-index: 2;
    margin-right: 18px;
    cursor: pointer;
}

.hd .btnShare.active .icons {
    display: block;
}

.hd .btnShare .icons {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    display: none;
}

.hd .btnShare .icons a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .3);
    border-radius: 50%;
}

.hd .btnShare .share01 {
    transform: translate(-35px, -35px);
}

.hd .btnShare .share02 {
    transform: translate(35px, -35px);
}

.hd .btnShare .share03 {
    transform: translate(-35px, 35px);
}

.hd .btnShare .share04 {
    transform: translate(35px, 35px);
}

.hd .btnShare a img {
    display: block;
    width: 100%;
    height: 100%;
}

.hd .btnShare .share04 .qr {
    position: absolute;
    left: 120%;
    bottom: 0;
    width: 70px;
    height: 70px;
    display: none;
}

.hd .btnShare .share04:hover .qr {
    display: block;
}

.bd {
    /*padding: 4.53% 0 6.25%;*/
    padding: 7.53% 0 6.25%;
}

.bd .inner {
    position: relative;
    padding-bottom: 6.98%;
}

.bd .side {
    width: 25.93%;
}

.side .shd {
    color: #fff;
    line-height: 2.14;
    padding-left: 30px;
    background: #005ead;
    border-radius: 4px;
}

.side .sbd {
    padding: 25px 0 58px;
    margin-bottom: 14.29%;
    border-bottom: 1px solid #e9e9e9;
}

.side .sbd a {
    position: relative;
    display: block;
    line-height: 1.57;
    padding-left: 12.34%;
    transition: color .3s ease;
}

.side .sbd a:hover,
.side .sbd a.on {
    color: #005ead;
}

.side .sbd a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 1px;
    background: #333;
    transition: width .3s ease;
}

.side .sbd a:hover:after,
.side .sbd a.on:after {
    width: 21px;
    background: #005ead;
}

.side .latest {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 20px;
}

.side .latest span {
    display: inline-block;
    color: #005ead;
    margin-left: 3px;
    border-bottom: 1px solid #005ead;
}

.side li .pic {
    overflow: hidden;
    margin-bottom: 30px;
}

.side li img {
    width: 100%;
    transition: transform .6s ease;
}

.side li:hover img {
    transform: scale(1.05);
}

.side li .date {
    position: relative;
    font-size: 12px;
    color: #005ead;
    margin-bottom: 6px;
    padding-left: 22px;
}

.side li .date:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background: #005ead;
}

.side li .title {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 34px;
}

.side li .title span {
    border-bottom: 1px solid #e2e2e2;
}

.bd .cont {
    margin-right: 34.26%;
    line-height: 1.75;
    position: relative;
}

.bd .cont p {
    margin-bottom: 20px;
}

.bd .cont img {
    max-width: 100%;
}

.bd .backUp {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 47px;
    height: 47px;
    transition: transform .3s ease;
}

.bd .backUp:hover {
    transform: translateY(-5px);
}

.bd .backUp svg {
    width: 100%;
    height: 100%;
    fill: #333;
}

#years15{ position: absolute; top: -5.5vw; border-bottom: 1px solid rgba(42,95,160,0.33);padding-bottom: 4%; }
#years15 img{width: 50%;}
#video_code_ewm{ display: flex; align-items: flex-end; justify-content: flex-end; border-top: 1px solid rgba(42,95,160,0.33); padding-top: 20px; margin-top: 80px; }
#video_code_ewm img{ width: 20%; }

@media all and (max-width: 1480px) {
    .hd .title {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .hd .smallTitle {
        font-size: 21px;
        margin-bottom: 33px;
    }
}

@media all and (max-width: 767px) {
    #main {
        background: #fff;
    }

    .subnav {
        position: relative;
        z-index: 2;
        text-align: center;
        background: #fff;
        display: flex !important;
    }

    .subnav a {
        display: block;
        flex: 1;
        color: #646464;
        font-size: 3.47vw;
        line-height: 3.38;
    }

    .subnav a.on {
        color: #2b6ebe;
    }

    .hd {
        background: #f0f0f0;
        padding: 9.6% 4.4% 8%;
    }

    .hd .title {
        font-size: 6.13vw;
        line-height: 1.3;
        margin-bottom: 1.33vw;
    }

    .hd .smallTitle {
        font-size: 4vw;
        line-height: 1.3;
        margin-bottom: 7.73vw;
    }

    .hd .date {
        font-size: 3.2vw;
    }

    .hd .date a {
        margin-left: 4.53vw;
    }

    .hd .share {
        font-size: 3.2vw;
    }

    .hd .share .btnShare {
        margin-right: 4.53vw;
    }

    .hd .btnShare .share01 {
        transform: translate(0, -35px);
    }

    .hd .btnShare .share02 {
        transform: translate(70px, -35px);
    }

    .hd .btnShare .share03 {
        transform: translate(0, 35px);
    }

    .hd .btnShare .share04 {
        transform: translate(70px, 35px);
    }

    .bd {
        padding: 21.67% 4.4%;
    }

    .bd .side {
        display: none;
    }

    .bd .cont {
        margin: 0;
        font-size: 4vw;
        line-height: 1.67;
    }

    .bd .cont p {
        margin-bottom: 3vw;
    }

    .bd .backUp:hover {
        transform: none;
    }

    .bd .inner{  padding-bottom: 16.98%;}
    #years15{ top: -16.5vw; }
}