html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
embed,
hr {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

table,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    /* text-decoration: underline; */
}

body {
    /* font-family: "宋体"; */
    background-color: #fff9f1;
    font-size: 14px;
    min-width: 1200px;
    overflow-x: hidden;
}

.main-box {
    background: #d9ecfe url('../images/bg.jpg') no-repeat bottom center/100% auto;
    padding-bottom: 200px;
}

.banner-box {
    position: relative;
}

.banner {
    width: 100%;
}

.theme {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 30%);
    opacity: 0;
}

.theme-1 {
    top: 29%;
    height: 31.46%;
}

.theme-2 {
    top: 71.6%;
    height: 10%;
}

.banner-box.active .theme {
    animation: theme 1s linear forwards;
}

.banner-box.active .theme-2 {
    animation-delay: 0.5s;
}

@keyframes theme {
    0% {
        transform: translate(-50%, 30%);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}


.section {
    width: 1200px;
    height: auto;
    /* overflow: hidden; */
    margin: auto;
}

#section1 {
    position: relative;
    z-index: 1;
    padding: 10px 0 23px;
    overflow: hidden;
}

#section2 {
    padding: 40px 0 0;
}

#section3 {
    padding: 73px 0 0;
}

#section4 {
    padding: 52px 0 0;
}

#section5 {
    padding: 83px 0 0;
}

#section6 {
    padding: 10px 0 0;
}

#section7 {
    padding: 79px 0 0;
}

#section8 {
    padding: 70px 0 84px;
}

.headline {
    /* position: absolute;
    z-index: 11;
    bottom: 11.624%;
    left: 50%; 
    width: 1200px;
    transform: translateX(-50%);
    box-sizing: border-box;*/
    position: relative;
    padding: 0 0 30px 111px;
    box-sizing: border-box;
}

.headline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 65px;
    height: 100px;
    background: url('../images/headlines.png') no-repeat 0 0/100% 100%;
    transform: translateY(-50%);
}

.headline h3 {
    line-height: 1.2;

    padding: 83px 0 0;
    font-size: 42px;
    font-weight: bold;
    color: #fa5133;
    box-sizing: border-box;
    text-align: center;
}

.headline h3 span {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
}

.headline h3 a {
    color: #005ddc;
}

.headline h3 a:hover {
    text-decoration: underline;
}

.headline p {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 24px;
    color: #333;
    margin-top: 12px;
    padding: 0 50px;
    line-height: 46px;
}

.headline p span {
    position: relative;
    /* display: block; */
    color: #333;
}

.headline p a {
    margin: 3px 0;
    position: relative;
    padding: 0 10px;
    color: #005ddc;
}

.headline p a:last-child::after {
    display: none;
}

.top-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 410px;
    overflow: hidden;
    margin-top: 20px;
}

.news {
    float: left;
    width: 540px;
}


.news li {
    position: relative;
    display: flex;
    align-items: center;
    height: 82px;
    line-height: 1.5;
    overflow: hidden;
    padding: 0 11px 0 14px;
    font-size: 18px;
    border-bottom: 1px dashed #000;
    box-sizing: border-box;
}

.news li:last-child {
    border-bottom: none;
}

.news li::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    margin-top: -3px;
    border-radius: 50%;
}

.news li:hover {
    background: #b9d7f9;
}

.top-r {
    position: relative;
    float: right;
    width: 635px;
    height: 390px;
}

.top-r .prev,
.top-r .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 71px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.top-r .prev {
    left: 0;
    background-image: url('../images/btn-left1.png');
}

.top-r .next {
    right: 0;
    background-image: url('../images/btn-right1.png');
}

.top-r .hd {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 17px;
    width: 100%;
    height: 10px;
}

.top-r .hd ul {
    width: 100%;
    height: 100%;
    zoom: 1;
    padding-right: 10px;
    text-align: right;
    box-sizing: border-box;
}

.top-r .hd ul li {
    display: inline-block;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    text-align: center;
    text-indent: -9999em;
    border-radius: 50%;
}

.top-r .hd ul li.on {
    background: #45abff;
}

.top-r .bd {
    position: relative;
    height: 390px;
    z-index: 0;
}

.top-r .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 390px;
}

.top-r .bd li a {
    display: block;
    height: 100%;
    position: relative;
}

.top-r .bd img {
    width: 100%;
    height: 390px;
    display: block;
}

.top-r .bd h3 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
}

.more {
    display: block;
    margin: 25px auto 0;
}

.tit {
    display: block;
    max-width: 100%;
    margin: auto;
    /* transform: translateY(-30px); */
}

.zhxc {
    height: auto;
    overflow: hidden;
    margin-top: 48px;
}

.zhxc-pic-news {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.zhxc-pic-news li {
    width: 356px;
}

.zhxc-pic-news li img {
    width: 100%;
    height: 203px;
}

.zhxc-pic-news li h3 {
    width: 100%;
    text-align: center;
}

.zhxc-news {
    position: relative;
    float: right;
    width: 100%;
    height: 115px;
    margin-top: 70px;
}

.zhxc-news .prev,
.zhxc-news .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 108px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.zhxc-news .prev {
    left: 0;
    background-image: url('../images/btn-left2.png');
}

.zhxc-news .next {
    right: 0;
    background-image: url('../images/btn-right2.png');
}

.zhxc-news .bd {
    position: relative;
    height: 108px;
    z-index: 0;
}

.zhxc-news .bd li {
    zoom: 1;
    vertical-align: middle;

    width: 100% !important;
    height: 100%;
    height: 108px;
    padding: 0 12.33%;
    box-sizing: border-box;
}

.zhxc-news .bd li span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.zhxc-news .bd li span p {
    width: 100%;
    line-height: 2.0;
    font-size: 18px;
}

.zhxc-news .bd li a {
    position: relative;
    padding-left: 20px;
}

.zhxc-news .bd li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}

.zzcq {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
}

.zzcq-pic-news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 610px;
    height: 515px;
}

.zzcq-pic-news li {
    height: 168px;
    background: #c9e2fc;
}

.zzcq-pic-news li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.zzcq-pic-news li img {
    width: 300px;
    height: 100%;
}

.zzcq-pic-news li h3 {
    width: 256px;
    line-height: 1.3;
    margin-right: 25px;
    font-size: 18px;
}

.zzcq-news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 540px;
    height: 515px;
    padding: 0 43px;
    border: 2px solid #c9e2fc;
    box-sizing: border-box;
}

.zzcq-news li {
    position: relative;
    line-height: 1.5;
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px dashed #c9e2fc;
}

.zzcq-news li:last-child {
    border-bottom: none;
}

.zzcq-news li::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 25px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

/* .ani-box {
    transform: translateY(30px);
}

.on .tit,
.on .ani-box {
    transform: translateY(0);
    transition: transform 1s;
} */

.on .top-r,
.on .news,
.on .tit1,
.on .tit3,
.on .tit4,
.on .tit5,
.on .tit6,
.on .jctj {
    transform: translateY(0);
    transition: transform 1s;
}

.rmch {
    position: relative;
    height: 530px;
    overflow: hidden;
    margin-top: 60px;
}

.rmch .swiper-scrollbar {
    height: 10px !important;
    background: #a2ccf2;
    opacity: 1 !important;
    border-radius: 0;
}

.rmch .swiper-scrollbar-drag {
    background: #005ddc;
    border-radius: 0;
}

.rmch .swiper-slide {
    /* width: 265px !important; */
    display: flex;
    justify-content: space-between;
    height: 470px;
}

.rmch .swiper-slide a {
    position: relative;
    display: block;
    width: 265px;
    height: 100%;
}

.rmch .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.rmch .swiper-slide a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 13px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.jctj {
    position: relative;
    width: 100%;
    height: 640px;
    margin-top: 58px;
}


.jctj .bd {
    position: relative;
    height: 640px;
    z-index: 0;
}

.jctj .bd li {
    zoom: 1;
    vertical-align: middle;
}

.jctj .bd li a {
    display: block;
    position: relative;
}

.jctj .bd img {
    width: 100%;
    height: 640px;
    display: block;
}

.jctj .bd h3 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.jctj .prev,
.jctj .next {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 63px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
    cursor: pointer;
}

.jctj .prev {
    left: 15px;
    background-image: url("../images/btn-left3.png");
}


.jctj .next {
    right: 15px;
    background-image: url("../images/btn-right3.png");
}

.comments-box {
    margin-top: 20px;
}


/* //////////////// */

.headline p a:hover,
.news h3 a:hover,
.news li a:hover,
.zhxc-news .bd li a:hover,
.zhxc-pic-news li:hover h3,
.zzcq-pic-news li:hover h3,
.zzcq-news li a:hover,
.rmch .swiper-slide a:hover h3,
.jctj .bd:hover h3 {
    color: #005ddc;
}



/* ////////////// */

@media (max-width: 1440px) {
    body {
        min-width: 1000px;
    }

    .section {
        width: 1000px;
    }

    .main-box {
        padding-bottom: 150px;
    }

    .headline {
        padding: 0 0 23px 83px;
    }

    .headline::before {
        width: 49px;
        height: 75px;
    }

    .headline h3 {
        padding: 62px 0 0;
        font-size: 32px;
    }

    .headline h3 span {
        font-size: 32px;
    }

    .headline p {
        font-size: 18px;
        margin-top: 9px;
        padding: 0 38px;
        line-height: 35px;
    }

    .headline p a {
        margin: 3px 0;
        padding: 0 8px;
    }

    .top-s {
        height: 342px;
        margin-top: 17px;
    }

    .news {
        width: 450px;
    }

    .news li {
        height: 68px;
        padding: 0 9px 0 12px;
        font-size: 16px;
    }

    .news li::before {
        width: 4px;
        height: 4px;
        margin-top: -2px;
    }

    .top-r {
        width: 529px;
        height: 325px;
    }

    .top-r .prev,
    .top-r .next {
        width: 28px;
        height: 59px;
    }

    .top-r .hd {
        bottom: 14px;
    }

    .top-r .bd {
        height: 325px;
    }

    .top-r .bd li {
        height: 325px;
    }

    .top-r .bd img {
        height: 325px;
    }

    .top-r .bd h3 {
        height: 38px;
        line-height: 38px;
        padding: 0 13px;
        font-size: 16px;
    }

    .more {
        margin: 21px auto 0;
    }

    .zhxc {
        margin-top: 40px;
    }

    .zhxc-pic-news li {
        width: 297px;
    }

    .zhxc-pic-news li img {
        height: 169px;
    }

    .zhxc-news {
        height: 96px;
        margin-top: 58px;
    }

    .zhxc-news .prev,
    .zhxc-news .next {
        width: 43px;
        height: 90px;
    }

    .zhxc-news .bd {
        height: 90px;
    }

    .zhxc-news .bd li {
        height: 90px;
    }

    .zhxc-news .bd li span p {
        font-size: 16px;
    }

    .zhxc-news .bd li a {
        padding-left: 17px;
    }

    .zhxc-news .bd li a::before {
        width: 5px;
        height: 5px;
    }

    #section3 {
        padding: 61px 0 0;
    }

    .zzcq {
        margin-top: 67px;
    }

    .zzcq-pic-news {
        width: 508px;
        height: 429px;
    }

    .zzcq-pic-news li {
        height: 140px;
    }

    .zzcq-pic-news li img {
        width: 250px;
    }

    .zzcq-pic-news li h3 {
        width: 213px;
        margin-right: 21px;
        font-size: 16px;
    }

    .zzcq-news {
        width: 450px;
        height: 429px;
        padding: 0 36px;
    }

    .zzcq-news li {
        padding: 13px 0;
        font-size: 16px;
    }

    .zzcq-news li::before {
        left: -12px;
        top: 23px;
        width: 4px;
        height: 4px;
    }

    #section4 {
        padding: 43px 0 0;
    }

    .rmch {
        height: 442px;
        margin-top: 50px;
    }

    .rmch .swiper-scrollbar {
        height: 8px !important;
    }

    .rmch .swiper-slide {
        height: 392px;
    }

    .rmch .swiper-slide a {
        width: 221px;
    }

    .rmch .swiper-slide a h3 {
        padding: 11px;
        font-size: 16px;
    }

    #section5 {
        padding: 44px 0 0;
    }

    .jctj {
        height: 533px;
        margin-top: 48px;
    }


    .jctj .bd {
        height: 533px;
    }

    .jctj .bd img {
        height: 533px;
    }

    .jctj .bd h3 {
        height: 48px;
        line-height: 48px;
        padding: 0 13px;
        font-size: 17px;
    }

    .jctj .prev,
    .jctj .next {
        width: 30px;
        height: 53px;
    }

    .jctj .prev {
        left: 13px;
    }


    .jctj .next {
        right: 13px;
    }

}