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: #c6000d;
    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 {
    background: #fce4d1;
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width:1161px) {

    html,
    body {
        width: 1160px;
    }
}

.section {
    width: 1100px;
    margin: 50px auto 0;
    overflow: hidden;
}

#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: 1160px;
    height: 1050px;
    margin: 0 auto;
}

#head h1 {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

.animate-box {
    position: absolute;
    top: 0;
    width: 1160px;
    height: 700px;
    margin: 0 auto;
}

.txt {
    position: absolute;
    background: left center no-repeat;
}

.txt01 {
    width: 400px;
    height: 60px;
    top: 263px;
    left: 26px;
    background-image: url(../images/txt01.png);
}

.txt02 {
    width: 1100px;
    height: 120px;
    top: 343px;
    left: 33px;
    background-image: url(../images/txt02.png);
}

/* 内容 */
.main {
    width: 100%;
    padding-bottom: 100px;
    margin: 30px auto 0;
    background: url(../images/bg02.jpg) center bottom no-repeat;
}

.introduction {
    width: 1100px;
    height: 270px;
    margin: 0 auto;
    background: #c6000d url(../images/introduction.jpg) left top no-repeat;
}

.introduction p {
    padding: 25px 45px 0 155px;
    color: #f9eea1;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: justify;
}

.news-section h3,
.news-section h3 a,
.news-section h3 a:link {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}

.news-box li {
    margin-bottom: 60px;
    overflow: hidden;
}

.news-box .imgbox {
    box-sizing: border-box;
    width: 510px;
    height: 360px;
    float: left;
    color: #fff;
}

.news-box .imgbox h4 {
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    padding: 0 20px;
    background: #b5000c;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-box .imgbox h4 a,
.news-box .imgbox h4 a:link,
.news-box .imgbox h4 a:visited {
    color: #fff;
    font-size: 18px;
    line-height: 55px;
}

.news-box .scale-img,
.news-box .scale-img a {
    display: block;
    width: 510px;
    height: 305px;
    overflow: hidden;
}

.news-box .txtbox {
    position: relative;
    box-sizing: border-box;
    width: 590px;
    height: 310px;
    margin-top: 25px;
    background: linear-gradient(to right, #fff6e9 30%, transparent 100%);
    text-align: left;
    float: right;
}

.news-box .txtbox::after {
    content: '';
    display: block;
    /* 宽15px 高25px，左上为直角的三角形 */
    width: 0;
    height: 0;
    border-top: 25px solid #9a0000;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -25px;
    left: 0px;
}

.news-box .txtbox p {
    box-sizing: border-box;
    width: 590px;
    height: 300px;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.news-box .txtbox p a {
    color: #e21b15;
}

.news-box li:nth-of-type(2) .imgbox {
    float: right;
}

.news-box li:nth-of-type(2) .txtbox {
    background: linear-gradient(to left, #fff6e9 30%, transparent 100%);
}

.news-box li:nth-of-type(2) .txtbox::after {
    right: 0px;
    left: unset;
    border-top: 25px solid #9a0000;
    border-right: unset;
    border-left: 15px solid transparent;
}


#tempNews {
    display: none;
}


/* 图片放大效果 */
.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);
}

/* 动画 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.duration-2s {
    animation-duration: 2s;
}

.duration-3s {
    animation-duration: 3s;
}

.duration-6s {
    animation-duration: 6s;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-1_5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-2_5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.delay-6s {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.animated.delay-7s {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@keyframes perspectiveDropIn {
    0% {
        transform: perspective(600px) translateZ(600px) scale(2) rotateX(60deg);
        filter: blur(8px);
        opacity: 0;
    }

    100% {
        transform: perspective(600px) translateZ(0) scale(1) rotateX(0deg);
        filter: blur(0);
        opacity: 1;
    }
}

.perspective-drop-in {
    animation: perspectiveDropIn 1.5s cubic-bezier(0.23, 1.02, 0.32, 1) both;
    -webkit-animation: perspectiveDropIn 1.5s cubic-bezier(0.23, 1.02, 0.32, 1) both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    12% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    16% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    20% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes open {
    0% {
        width: 0;
    }

    100% {
        width: 1160px;
    }
}

@keyframes open {
    0% {
        width: 0;
    }

    100% {
        width: 1160px;
    }
}

.open {
    -webkit-animation-name: open;
    animation-name: open;
}







