normalize article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
img {
    display: block;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "微软雅黑";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
li,
dl,
dt,
dd {
    margin: 0;
}

html {
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:visited {
    color: #333;
}

a:hover,
a:active {
    color: #2941c3;
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a {
    /* IE下去掉超链接获取焦点时产生的虚框 */
    noFocusLine: expression(this.onFocus=this.blur());
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    border: 0px;
    outline: 0px;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    zoom: 1
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width:1061px) {

    html,
    body {
        width: 1060px;
    }
}

.section {
    width: 1060px;
    margin: 50px auto 0;
}

#header {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    background: url(../images/bg.jpg) center top no-repeat;
    text-align: center;
    overflow: hidden;
}

#head {
    position: relative;
    width: 1060px;
    height: 700px;
    margin: 0 auto;
    overflow: hidden;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

#head .title {
    position: absolute;
}

#head .title01 {
    top: 250px;
}

#head .title02 {
    top: 335px;
}

#head #chairman {
    position: absolute;
    right: -40px;
    bottom: 90px;
}

.shan-box {
    position: relative;
    max-width: 1920px;
    width: 100%;
}

.shan {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
}

.shan01 {
    width: 100%;
    height: 850px;
    background: url(../images/light.png) no-repeat center;
    background-size: cover;
    opacity: 0;
    animation: shan 6s linear infinite;
    -webkit-animation: shan 6s linear infinite;
}

.shan02 {
    width: 100%;
    height: 850px;
    background: url(../images/light.png) no-repeat center;
    background-size: cover;
    opacity: 1;
    /* animation: shan 6s linear infinite;
    -webkit-animation: shan 6s linear infinite;
    animation-delay: 3 s; */
}

@-webkit-keyframes shan {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: rotate(1deg) scale(1.1);
        -webkit-transform: rotate(1deg) scale(1.1);
        -moz-transform: rotate(1deg) scale(1.1);
        -ms-transform: rotate(1deg) scale(1.1);
        -o-transform: rotate(1deg) scale(1.1);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@keyframes shan {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: rotate(1deg) scale(1.1);
        -webkit-transform: rotate(1deg) scale(1.1);
        -moz-transform: rotate(1deg) scale(1.1);
        -ms-transform: rotate(1deg) scale(1.1);
        -o-transform: rotate(1deg) scale(1.1);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#tit01 {
    position: absolute;
    top: 250px;
    left: 10px;
    width: 700px;
    height: 85px;
    background: url(../images/title_01.png);
    background-repeat: no-repeat;
    animation-delay: 0.5s;
}

#tit02 {
    position: absolute;
    top: 335px;
    left: 10px;
    width: 700px;
    height: 75px;
    background: url(../images/title_02.png);
    background-repeat: no-repeat;
    animation-delay: 1s;
}

/* .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
} */

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.main {
    position: relative;
    width: 100%;
    min-height: 1720px;
    padding-bottom: 80px;
    background: linear-gradient(to bottom, #c41e17, #fff);
    z-index: 9;
}

.main-bg {
    float: left;
    position: absolute;
    top: -321px;
    width: 100%;
    height: 1720px;
    padding-top: 160px;
    background: url(../images/flag.png) center top no-repeat;
    z-index: -1;
}


/* 导语 */
.introduction {
    width: 1000px;
    overflow: hidden;
}

.introduction p {
    width: 860px;
    margin: 0 auto;
    color: #facd89;
    font-size: 16px;
    line-height: 36px;
    /* font-weight: bold; */
    text-indent: 2em;
    text-align: justify;
}


/* 纪实 */
.documentary {
    width: 1000px;
    /* overflow: hidden; */
}

.documentary .newest {
    position: relative;
    width: 800px;
    height: 600px;
    margin: 0 auto;
    background: url(../images/book.png) center center no-repeat;
    text-align: left;
}

.documentary .newest .scale-img,
.documentary .newest h5 {
    position: absolute;
    left: 120px;
}

.documentary .newest .scale-img {
    top: 120px;
    width: 230px;
    height: 295px;
}

.documentary .newest .scale-img:before,
.past li .scale-img:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 25px;
    height: 360px;
    top: -10px;
    left: -60px;
    opacity: 0.3;
    z-index: 99999;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    filter: blur(6px);
    -webkit-filter: blur(6px);
    animation: move 5s infinite ease;
    -webkit-animation: move 3s infinite ease;
}

@keyframes move {
    0% {
        left: -60px;
    }

    75% {
        left: 300px;
    }

    76% {
        opacity: 0;
    }

    100% {
        left: -60px;
        opacity: 0;
    }
}

.documentary .newest h5 {
    top: 430px;
    width: 230px;
    color: #ff0000;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0px;
}

.documentary .newest p {
    position: absolute;
    top: 100px;
    right: 130px;
    width: 230px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    text-align: justify;
}

.number {
    position: absolute;
    height: 25px;
    padding: 0 10px;
    background: #efefef;
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-family: '宋体';
}

.documentary .newest .number {
    top: 495px;
    right: 100px;
}

.past {
    margin-top: 60px;
}

.past li {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    height: 250px;
    padding: 10px;
    margin: 0 0 50px;
    background: #fff;
    box-shadow: 0px 1px 6px #c41e17;
    text-align: left;
    transition: .5s all linear;
}

.past li:hover {
    box-shadow: 0px 10px 15px #c41e17;
}

.past li .scale-img {
    position: absolute;
    width: 180px;
    height: 230px;
}

.past li .content {
    position: absolute;
    left: 225px;
    width: 750px;
    height: 230px;
}

.past li .content h5 {
    color: #ff0000;
    font-size: 18px;
    line-height: 50px;
}

.documentary .newest h5:hover,
.past li .content h5:hover {
    transition: .5s all linear;
    text-shadow: 0px 0px 1px #ff0;
}

.past li .content p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}

.past li .content .number {
    right: -15px;
    bottom: 0px;
}

/* 二维码 */
.qrcode {
    width: 680px;
    height: 270px;
    margin: 120px auto 0;
}

/* 图片放大效果 */
.scale-img {
    overflow: hidden;
}

.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    transition: .5s all linear;
    -ms-transition: .5s all linear;
    /* IE 9 */
    -moz-transition: .5s all linear;
    /* Firefox */
    -webkit-transition: .5s all linear;
    /* Safari å’Œ Chrome */
    -o-transition: .5s all linear;
    /* Opera */
}

.scale-img:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
}






