﻿@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

html {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
}

body {
    margin: 0;
    padding: 0;
    /*background: #ad0200 url(images/bg2.png) no-repeat center 0;
            background-size: contain;*/
}

#wrap {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    background: #f3f3f3;
}

.button {
    text-align: center;
}

.btn {
    /*position: relative;*/
    width: 16%;
    display: inline-block;
}

    .btn a {
        font-size: 16px;
        /*color: #078a97;*/
        font-weight: bold;
        /*background-color: #e7e7e7;*/
        padding: 5px 5px;
        display: block;
        text-decoration: none;
        /*border-left: 5px solid #078a97;*/
    }

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: 0px;
    display: block;
    margin: 0 auto;
}

.content {
    padding: 20px 25px 12px;
}

    .content p, .content section {
        text-align: center;
        line-height: 2;
        word-break: break-word;
        word-wrap: break-word;
    }

        .content p img, .content section img {
            width: 640px;
        }

.imgs {
    width: 640px;
    margin: 0 auto;
}

section iframe {
    width: 640px;
    height: 480px;
}

.title {
    color: #000;
    font-weight: bold;
    display: block;
    font-size: 22px;
    text-align: center;
    margin-bottom: 1rem;
}

.bold {
    font-weight: bold;
}

.content .img {
    width: 25%;
    margin-top: -20px;
}

.content .text {
    width: 75%;
    text-align: left;
    vertical-align: central;
    padding: 1rem 0;
    /*border-bottom: 2px solid #7a0100;*/
}


.bottom {
    margin-top: -200px;
    float: right;
}

#AdLayer {
    position: fixed;
    width: 71px;
    /* display: none; */
    height: 71px;
    bottom: 100px;
    right: 12px;
}

.page {
    text-align: center;
    /*margin-right:1rem;*/
    margin-top: 2rem;
}

    .page span {
        width: 100%;
        display: inline-block;
        margin-right: 1rem;
        color: #808080;
        line-height: 2;
    }

        .page span.prev, .page span.next {
            width: 100%;
            display: block;
            margin-right: 1rem;
        }

        .page span a {
            color: #1d6696;
        }

.footer {
    background: #f3f3f3;
    color: #707070;
    padding: 20px 0;
    margin: 0 10px;
    border-top: 2px dotted #707070;
}

.sanjiao {
    margin: 0 auto;
    margin-top: 2px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #7a0100;
}

.imgs {
    text-indent: 0;
}

    .imgs img {
        width: 45% !important;
        padding: .5rem;
        display: inline-block;
    }

.years>div {
    background-color: #bdbdbd !important;
    color: #fff;
    transition: all 0.3s;
}
.years .selyear.btn-1995 { background-color: #ec8b23 !important; }
.years .selyear.btn-2001 { background-color: #e96166 !important; }
.years .selyear.btn-2006 { background-color: #1db1ac !important; }
.years .selyear.btn-2011 { background-color: #9ec457 !important; }
.years .selyear.btn-2016 { background-color: #61aadc !important; }
.years .selyear.btn-2021 { background-color: #c8102e !important; }

@media screen and (max-width: 949px) {
    html {
        font-size: 16px;
    }

    .content {
        padding: 20px 16px 12px;
    }

    #wrap {
        width: 100%;
    }

    .banner {
        top: -2rem;
        padding: 0 1rem;
    }

    #AdLayer {
        position: fixed;
        width: 50px;
        /* display: none; */
        height: 50px;
        bottom: 100px;
        right: 20px;
    }
}

@media screen and (max-width: 639px) {
    #wrap {
        width: 100%;
    }

    .btn {
        /* position: relative; */
        width: 32%;
        display: inline-block;
    }

    .content .img {
        width: 100%;
    }
    .imgs {
    width:100%;
    }
    .imgs img {
        width: 100% !important;
        padding: 0;
        display: inline-block;
    }

    .content .text {
        width: 100%;
        text-align: center;
        vertical-align: central;
        padding: 1rem 0;
        border-bottom: 2px solid #7a0100;
    }

    section iframe {
        width: 100%;
        height: 75vw;
    }

    #AdLayer {
        position: fixed;
        width: 50px;
        /* display: none; */
        height: 50px;
        bottom: 100px;
        right: 20px;
    }

    .page {
        text-align: center;
    }

        .page span {
            width: 100%;
            display: block;
            line-height: 2;
        }

            .page span.prev, .page span.next {
                width: 100%;
                display: block;
                /*margin-right: 1rem;*/
            }

    .footer {
        font-size: 14px;
    }

    .footer {
        background: #f3f3f3;
        color: #707070;
        padding: 10px 0;
        margin: 0 10px;
        border-top: 2px dotted #707070;
    }

        .footer .content {
            margin: 0;
            letter-spacing: 0px;
        }
}

@keyframes waveIn {
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(30px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) translateY(-10px);
  }
  80% {
    transform: scale(0.95) translateY(2px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.years .btn {
  opacity: 0;
  transform: scale(0.7) translateY(30px);
}
.years .btn.wave-in {
  animation: waveIn 0.7s cubic-bezier(.4,0,.2,1) forwards;
}
