html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff;
    padding-top: 90px;
}

.section1 {
    background: url(/images/section1-bg.jpg) no-repeat center bottom;
    background-size: 100% 100%;
    padding-top: 45px;
    padding-bottom: 100px;
}

.sect1,
.sect2,
.sect3 {
    position: relative;
}

.title {
    position: relative;
    text-align: center;
}

.title .btt h2 {
    position: relative;
    padding-bottom: 25px;
    background: url(/images/bt-bg.png) no-repeat center bottom;
}

.title .btt h2 i {
    content: "";
    position: absolute;
    top: 20px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #000000;
    left: 50%;
    transform: translateX(-50%);
}

.title .btt h2 span {
    display: inline-block;
    font-size: 36px;
    color: #000;
    padding: 0 20px;
}

.title .btt p {
    line-height: 30px;
}

.title .btt p span {
    display: inline-block;
    font-size: 18px;
    color: #be030f;
    padding: 0 5px;
}

.more {
    position: absolute;
    top: 15px;
    right: 0;
    width: 185px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px #fadcdc;
    transition: all .3s;
    text-align: center;
}

.more:hover {
    right: -10px;
}

.more a {
    display: block;
    font-size: 14px;
    color: #be030f;
}

.more a span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.section1 .more {
    background-color: #be030f;
}

.section1 .more a {
    color: #fff;
}

.dt-top {
    margin-top: 30px;
    margin-bottom: 45px;
}

.dt-top>ul {
    margin-left: -15px;
    margin-right: -15px;
}

.dt-top>ul li {
    margin: 0 15px;
}

.dt-top>ul li a {
    position: relative;
    display: block;
}

.dt-top>ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.dt-top>ul li a .pic {
    padding-top: 72.25%;
}

.dt-top>ul li a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.dt-top>ul li a .text p {
    padding: 20px 25px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-top>ul li a .date {
    position: absolute;
    width: 63px;
    height: 63px;
    background: url(/images/date.png) no-repeat center center;
    text-align: center;
    left: 30px;
    top: 20px;
    color: #fff;
}

.dt-top>ul li a .date:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, .36);
    bottom: 22px;
}

.dt-top>ul li a .date p {
    padding-top: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.dt-top>ul li a .date span {
    font-size: 14px;
    line-height: 16px;
}

.dt-down>ul {
    padding-top: 45px;
    margin-left: -18px;
    margin-right: -18px;
    overflow: hidden;
}

.dt-down .slick-list {
    overflow: visible;
}

.dt-down>ul li {
    position: relative;
    margin: 0 18px;
    background-color: #fff;
    box-shadow: 0 0 10px #eee;
    transition: all .3s;
}

.dt-down>ul li a {
    position: relative;
    transform: translateY(0);
    display: block;
    padding: 25px 25px 0 25px;
    transition: all .3s;
}

.dt-down>ul li a h2 {
    line-height: 22px;
    font-size: 18px;
    color: #333;
    height: 44px;
    overflow: hidden;
}

.dt-down>ul li a p {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e0e9f4;
    line-height: 18px;
    font-size: 14px;
    color: #705658;
    height: 54px;
    overflow: hidden;
}

.dt-down>ul li a .info {
    position: relative;
    line-height: 50px;
    background-color: #e8e8e8;
    padding-left: 20px;
    margin-top: 10px;
}

.dt-down>ul li a .date {
    padding-left: 25px;
    background: url(/images/time.png) no-repeat left center;
    font-size: 16px;
    color: #795d5e;
}

.dt-down>ul li a .info span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55px;
    border-left: 1px solid rgba(255, 255, 255, .36);
    background: url(/images/fx.png) no-repeat center center;
}

.dt-down>ul li:hover a {
    transform: translateY(-5px);
}

.dt-down>ul li a:hover h2 {
    color: #be030f;
}

.dt-down>ul li a:hover p {
    font-weight: bold;
}

.dt-down>ul li a:hover .info {
    background-color: #be030f;
}

.dt-down>ul li a:hover .info .date {
    color: #fff;
    background: url(/images/time-other.png) no-repeat left center;
}

.dt-down>ul li a:hover .info span {
    background: url(/images/fx-other.png) no-repeat center center;
}

.section2 {
    padding-top: 45px;
    padding-bottom: 55px;
    background: url(/images/section2-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.notice>ul>li {
    position: relative;
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-top: 25px;
    margin-bottom: 15px;
    transition: all .3s;
}

.notice>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.notice>ul>li>a {
    display: block;
    padding: 20px 25px 25px 20px;
    background: url(/images/notice-bg.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all .3s;
}

.notice>ul>li>a .date {
    position: relative;
    float: left;
    width: 92px;
    height: 101px;
    text-align: center;
    color: #be030f;
}

.notice>ul>li>a .date::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/images/date-bg.png) no-repeat center center;
    animation: xuanzhuan 6s linear infinite;
    animation-play-state: paused;
}

@keyframes xuanzhuan {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.notice>ul>li:hover>a .date::after {
    background: url(/images/date-bg-other.png) no-repeat center center;
    animation-play-state: running;
}

.notice>ul>li>a .date p {
    line-height: 36px;
    font-size: 36px;
    font-weight: bold;
    padding-top: 15px;
}

.notice>ul>li>a .date span {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    border-bottom: 2px solid #b20510;
    font-size: 18px;
}

.notice>ul>li>a .text {
    overflow: hidden;
    padding-left: 10px;
    margin-top: 30px;
}

.notice>ul>li>a .text h2 {
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    font-size: 18px;
    color: #000;
}

.notice>ul>li:hover a {
    background: url(/images/notice-bg-other.png) no-repeat center center;
    background-size: 100% 100%;
}

.notice>ul>li:hover a .date {
    color: #fff;
}

.notice>ul>li:hover>a .date span {
    border-bottom: 2px solid #fff;
}

.notice>ul>li:hover>a .text h2 {
    color: #fff;
}

.section3 {
    background: url(/images/section3-bg.jpg) no-repeat center center;
    padding-top: 45px;
    padding-bottom: 85px;
    background-size: 100% 100%;
}

.excellent {
    position: relative;
}

.exc-l .tp {
    float: left;
    width: 940px;
}

.excellent .slick-dots {
    right: 35px;
    width: 230px;
    height: 50px;
    bottom: 40px;
    border-bottom: rgba(255, 255, 255, .16);
}

.excellent .slick-dots li {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
}

.excellent .slick-dots li.slick-active {
    display: block;
}

.excellent .slick-dots li .dot-page {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    font-size: 18px;
    color: #fff;
    text-align: right;
    display: none;
}

.excellent .slick-dots li.slick-active .dot-page {
    display: block;
}

.excellent .slick-dots li.slick-active span {
    display: block;
    font-size: 24px;
    color: #fc4c07;
    text-align: left;
}

.exc-l .pic {
    padding-top: 60%;
}

.exc-l a {
    position: relative;
    display: block;
}

.exc-l a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.exc-l a p {
    position: absolute;
    left: 0;
    width: 60%;
    bottom: 30px;
    padding-left: 40px;
    font-size: 20px;
    color: #fff;
    z-index: 9;
}

.wz-qh .text ul li {
    position: relative;
    margin-bottom: 25px;
    transition: all .3s;
}

.wz-qh .text ul li a {
    display: block;
    padding: 25px 20px;
}

.wz-qh .text ul li a h2 {
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    font-size: 20px;
    color: #000;
}

.wz-qh .text ul li a p {
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 16px;
    color: #705658;
    height: 90px;
    overflow: hidden;
}

.wz-qh .text ul li a .date {
    font-size: 16px;
    color: #705658;
}

.exc-r .text ul li:hover {
    background: url(/images/s3-text-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0 0 20px #b5170c;
}

.wz-qh .text ul li:hover h2 {
    color: #fff;
}

.wz-qh .text ul li:hover p {
    color: #fff;
}

.wz-qh .text ul li:hover .date {
    color: #fff;
}

.excell {
    padding-top: 30px;
}

.exc-l {
    float: left;
    width: 940px;
}

.exc-r {
    position: relative;
    overflow: hidden;
    padding-left: 120px;
}

.excellent .btt {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 70px;
}

.excellent .btt>div {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 5px 0;
    cursor: pointer;
}

.excellent .btt .bt-l {
    background: #fff url(../images/s3-l.png) no-repeat center center;
}

.excellent .btt .bt-r {
    background: #fff url(../images/s3-r.png) no-repeat center center;
}

.excellent .btt .bt-l:hover {
    background: #be030f url(../images/s3-l-other.png) no-repeat center center;
}

.excellent .btt .bt-r:hover {
    background: #be030f url(../images/s3-r-other.png) no-repeat center center;
}

.section4 {
    background: url(/images/s4-down-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.s4-sect1 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
}

.s4-sect2 {
    position: relative;
    padding-top: 45px;
}

.s4-sect3 {
    position: relative;
}

.s4-sect1 .more {
    top: 80px;
}

.s4-sect1 .title .btt h2 span {
    color: #fff;
}

.s4-sect1 .title .btt h2 i {
    background-color: #fff;
}

.s4-sect1 .title .btt h2 {
    background: url(/images/bt-bg-other.png) no-repeat center bottom;
}

.s4-sect1 .title .btt p span {
    color: #fff;
}

.s4-sect1 ul li a {
    display: block;
}

.style {
    padding-top: 40px;
}

.style-l {
    float: left;
    width: 29%;
}

.style-l ul li {
    margin-bottom: 10px;
}

.style-r {
    overflow: hidden;
    padding-left: 8px;
}

.st-r-top>ul>li.str-l {
    float: left;
    width: 66%;
}

.st-r-top>ul>li.str-r {
    float: right;
    width: 33%;
}

.st-r-down {
    margin-top: 15px;
}

.st-r-down>ul>li {
    float: left;
    width: 32.667%;
    margin-left: 1%;
}

.st-r-down>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.s4-sect1 ul li.st1 a .pic {
    padding-top: 57.7%;
}

.s4-sect1 ul li.st2 a .pic {
    padding-top: 74.5%;
}

.st-r-top ul li.str-l a .pic {
    padding-top: 54%;
}

.st-r-top ul li.str-r a .pic {
    padding-top: 108%;
}

.st-r-down ul li a .pic {
    padding-top: 55.555%;
}

.st-r-top ul li.str-l a {
    position: relative;
}

.st-r-top ul li.str-l a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
}

.st-r-top ul li.str-l a .bf {
    position: absolute;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .4) url(../images/bf.png) no-repeat center center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zt {
    padding-top: 40px;
    padding-bottom: 60px;
}

.zt>ul {
    margin-left: -19px;
    margin-right: -19px;
}

.zt>ul li {
    margin: 0 19px;
    transition: all .3s;
}

.zt>ul li a {
    display: block;
}

.zt>ul li a .pic {
    padding-top: 136%;
}

.service {
    padding-top: 10px;
    padding-bottom: 65px;
}

.service ul li a {
    display: block;
    text-align: center;
}

.service ul li a .icon {
    position: relative;
    display: block;
    padding: 30px;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 20px auto;
}

.service ul li a .icon::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(/images/service-bg.png) no-repeat center center;
    animation: xz linear 3s infinite;
    animation-play-state: paused;
    transition: all .3s;
}

@keyframes xz {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: translate(180deg);
    }
    100% {
        transform: rotatez(360deg);
    }
}

.service ul li:hover a .icon::after {
    box-shadow: 0 0 20px #b20510;
    animation-play-state: running;
}

.service ul li a .icon span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #c20e19;
}

.service ul li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.service ul li a p {
    padding-top: 10px;
    font-size: 20px;
    color: #000;
}

.service ul li:hover a p {
    color: #c20e19;
}

@media screen and (max-width:1677px) {
    .dt-down>ul li {
        margin: 0 5px;
    }
    .dt-down>ul {
        margin-left: 0;
        margin-right: 0;
    }
    .exc-l {
        width: 760px;
    }
    .wz-qh .text ul li {
        margin-bottom: 0;
    }
    .wz-qh .text ul li a {
        padding: 15px 20px;
    }
    .wz-qh .text ul li a p {
        margin-bottom: 10px;
    }
    .more {
        right: 10px;
    }
}

@media screen and (max-width:1300px) {
    .exc-l {
        width: 600px;
    }
    .excellent .btt {
        left: 5px;
    }
    .excellent .btt>div {
        width: 45px;
        height: 45px;
    }
    .exc-r {
        padding-left: 55px;
    }
    .wz-qh .text ul li a {
        padding: 5px 10px;
    }
}

@media screen and (max-width:1024px) {
    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto;
    }
    .index {
        position: static;
        padding-top: 0;
    }
}

@media screen and (max-width:1000px) {
    .notice>ul>li {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
    }
    .notice>ul>li:nth-child(2n) {
        margin-right: 0;
    }
    .exc-l {
        float: none;
        width: 100%;
    }
    .exc-r {
        padding-top: 15px;
    }
    .st-r-top ul li.str-l a .bf {
        width: 50px;
        height: 50px;
        background-size: 20px auto;
    }
    .more {
        position: static;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .service {
        padding-bottom: 0;
    }
    .s4-sect3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width:700px) {
    .section1 {
        padding: 15px 0;
    }
    .title .btt h2 span {
        font-size: 18px;
        padding: 0 10px;
    }
    .title .btt h2 i {
        top: 15px;
    }
    .title .btt h2 {
        padding-bottom: 10px;
        background-size: 300px auto;
    }
    .title .btt p span {
        font-size: 14px;
    }
    .title .more {
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .dt-top {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .dt-top>ul li a .text p {
        padding: 15px;
        font-size: 14px;
    }
    .dt-down>ul {
        padding-top: 15px;
    }
    .dt-down>ul li a {
        padding: 15px;
        padding-bottom: 0;
    }
    .dt-down>ul li a p {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .section2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .notice>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .notice>ul>li>a .date {
        background-size: 80px auto;
        width: 92px;
    }
    .notice>ul>li>a .date p {
        font-size: 24px;
        line-height: 24px;
    }
    .notice>ul>li>a .text {
        margin-top: 15px;
    }
    .section3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .excell {
        padding-top: 15px;
    }
    .exc-l a p {
        padding-left: 15px;
        font-size: 14px;
        bottom: 15px;
    }
    .exc-r {
        padding-left: 0;
        padding-bottom: 78px;
        text-align: center;
    }
    .excellent .btt {
        width: 100%;
    }
    .excellent .btt>div {
        display: inline-block;
    }
    .section1,
    .section2,
    .section3,
    .section4 {
        background-size: cover;
    }
    .s4-sect1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .s4-sect1 .title .btt h2 {
        background-size: 300px auto;
    }
    .style {
        padding-top: 15px;
    }
    .style-l {
        float: none;
        width: auto;
    }
    .style-r {
        padding-left: 0;
    }
    .st-r-top ul li.str-l a .bf {
        width: 30px;
        height: 30px;
        background-size: 10px auto;
    }
    .zt {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .service ul li a .icon {
        width: 120px;
        height: 120px;
    }
    .service ul li a .icon::after {
        background-size: 120px auto;
    }
    .service ul li a .icon img {
        height: 45px;
    }
    .service ul li a .icon {
        margin: 0 auto;
    }
    .service ul li a p {
        font-size: 14px;
    }
    .wz-qh .text ul li a h2 {
        font-size: 18px;
    }
    .wz-qh .text ul li {
        margin-bottom: 15px;
    }
    .excellent .slick-dots {
        width: auto;
        right: 10px;
        bottom: 0;
    }
    .excellent .slick-dots li .dot-page {
        width: 40px;
    }
}