@charset "utf-8";
html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    transition: all 10s;
    transform: scale(1);
}

.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff;
    padding-top: 105px;
}

.section1 {
    padding-top: 80px;
    padding-bottom: 65px;
}

.title {
    position: relative;
}

.title h2 {
    position: relative;
}

.title h2 p {
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.title h2 span {
    position: absolute;
    left: 0;
    top: -35px;
    font-size: 48px;
    color: #bdbdbd;
    text-transform: uppercase;
    font-weight: bold;
    opacity: .2;
}

.more {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/more.png) no-repeat center center;
    width: 122px;
    height: 30px;
}

.more a {
    display: block;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
}

.news {
    overflow: hidden;
    margin-top: 40px;
}

.news-l {
    float: left;
    width: 59.7%;
}

.news-l ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.news-l ul li:first-child {
    margin-left: 0;
}

.news-l ul li a {
    display: block;
}

.news-l ul li a .pic {
    padding-top: 69.7%;
}

.news-l ul li a .text {
    margin-top: 25px;
}

.news-l ul li a .text h2 {
    border-left: 4px solid #b2141a;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    height: 56px;
    overflow: hidden;
    padding-left: 15px;
}

.news-l ul li a .text .date {
    text-align: right;
    color: #b2141a;
}

.news-l ul li a .text .date span {
    font-size: 24px;
    font-weight: bold;
}

.news-l ul li a .text .date i {
    font-size: 14px;
    padding-left: 10px;
    font-style: normal;
}

.news-r {
    float: right;
    width: 37%;
}

.list>li {
    position: relative;
    line-height: 50px;
    padding-left: 25px;
    padding-right: 90px;
    background: url(../images/list.png) no-repeat left center;
    transition: all .3s;
}

.list>li a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
}

.list>li:hover a {
    color: #2566ac;
    text-decoration: underline;
}

.section2 {
    padding-top: 70px;
    padding-bottom: 50px;
    background: #fffafa url(../images/section2-tc.png) no-repeat right center;
}
.sect2 .topic span:first-child {
    opacity: 0;
}

.section2 .title h2 {
    cursor: pointer;
    display: inline-block;
}
.sect2 .title {
    padding-bottom: 25px;
}

.sect2 .topic {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}

.sect2 .topic span {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    margin: 0 85px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

.sect2 .topic span:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 5px;
    background-color: #b2141a;
    display: none;
}

.sect2 .topic span.on:after {
    display: block;
}

.sect2 .qh-more .more {
    transition: all .3s;
    z-index: -1;
}

.sect2 .qh-more .more.on {
    z-index: 8;
}

.qh {
    position: relative;
}

.qh .qh-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transition: all .3s;
}

.qh .qh-box.on {
    position: relative;
    opacity: 10;
    z-index: 8;
}

.qh-box ul {
    text-align: center;
    font-size: 0;
}

.qh-box ul li {
    position: relative;
    display: inline-block;
    width: 29%;
    margin: 60px 2.1667% 10px 2.1667%;
    background: #fff;
    box-shadow: 0 0 5px #e7cbcb;
    transition: all .6s;
}

.qh-box ul li a {
    position: relative;
    display: block;
    padding: 45px 30px 70px 30px;
    background: url(../images/qh-more.png) no-repeat 90% 80%;
}

.qh-box ul li a .date {
    position: absolute;
    top: -20px;
    left: 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #b2141a;
    color: #fff;
}

.qh-box ul li a .date span {
    font-size: 24px;
    font-weight: bold;
}

.qh-box ul li a .date i {
    font-style: normal;
    font-size: 14px;
    padding-left: 8px;
}

.qh-box ul li a h2 {
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}

.qh-box ul li:hover {
    background: url(../images/qh-bg.png) no-repeat center center;
    background-size: cover;
}

.qh-box ul li:hover a {
    background: url(../images/qh-more-other.png) no-repeat 90% 80%;
}

.qh-box ul li:hover a h2 {
    color: #fff;
    font-weight: bold;
}

.qh-box ul li:hover a .date {
    background-color: #fff;
    color: #b2141a;
    box-shadow: 0 0 5px #e7cbcb;
}

.qh-box .slick-prev {
    width: 54px;
    height: 54px;
    top: auto;
    transform: none;
    left: 180px;
    bottom: 75px;
    background: url(../images/qh-l.png) no-repeat center center;
}

.qh-box .slick-next {
    width: 54px;
    height: 54px;
    top: auto;
    transform: none;
    right: 180px;
    bottom: 75px;
    background: url(../images/qh-r.png) no-repeat center center;
}

.section3 {
    position: relative;
    padding-top: 90px;
    padding-bottom: 45px;
    background: url(../images/section3-tc.png) no-repeat right center;
    z-index: 2;
}

.section3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 49.5%;
    background: url(../images/sect3-tc.jpg) no-repeat left center;
    background-size: cover;
}

.sect3 {
    position: relative;
}

.sect3 .title h2 p {
    color: #fff;
}

.sect3 .title h2 span {
    color: #fff;
}

.szdw {
    position: relative;
    margin-top: 35px;
    z-index: 2;
}

.sz-l {
    float: left;
    width: 545px;
    margin-right: 80px;
    overflow: hidden;
}

.sl-jj {
    float: left;
    width: 195px;
}

.sl-jj h2 {
    margin-top: 100px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.sl-jj span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
}

.sl-jj p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    float: right;
    line-height: 45px;
    text-align: center;
    writing-mode: vertical-lr;
    word-spacing: tb-rl;
    overflow: hidden;
    margin-right: 35px;
    margin-top: 20px;
    height: 280px;
    word-wrap: break-word;
    border-left: 1px solid #bf595c;
}

.sl-tp {
    overflow: hidden;
}

.sl-tp .pic {
    padding-top: 137.5%;
}

.sz-r {
    overflow: hidden;
    position: relative;
    padding: 15px 80px 0 65px;
}

.sz-r h2 {
    border-left: 6px solid #b2141a;
    padding-left: 20px;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.sz-r p {
    line-height: 30px;
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    text-align: justify;
}

.xsz {
    position: absolute;
    top: 60px;
    right: -160px;
    bottom: -70px;
    width: 1010px;
    background-color: #fff;
    box-shadow: 0 0 5px #d3caca;
    padding: 245px 290px 50px 50px;
}

.xsz ul {
    position: relative;
    z-index: 99;
}

.xsz ul li {
    margin: 0 20px;
}

.xsz ul li a {
    display: block;
    text-align: center;
}

.xsz ul li a .pic {
    padding-top: 130%;
}

.xsz ul li a p {
    line-height: 50px;
    font-size: 20px;
    color: #333;
}

.xsz .slick-prev {
    width: 45px;
    height: 45px;
    left: -75px;
    background: #fff url(../images/sz-l.jpg) no-repeat center center;
    box-shadow: 0 0 5px #928a8a;
    border-radius: 50%;
}

.xsz .slick-next {
    width: 45px;
    height: 45px;
    right: -75px;
    background: #fff url(../images/sz-r.png) no-repeat center center;
    box-shadow: 0 0 5px #928a8a;
    border-radius: 50%;
}

.section4 {
    position: relative;
    padding-top: 150px;
    background: url(../images/section4-bg.png) no-repeat center top;
    background-size: 100% auto;
}

.section4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    top: 450px;
}

.sect4 {
    position: relative;
}

.research {
    position: relative;
    margin-top: 40px;
    box-shadow: 0 0 10px #cecbcb;
    padding: 0 60px;
    background-color: #fff;
}

.research::before {
    content: "";
    position: absolute;
    left: -220px;
    width: 220px;
    top: 120px;
    bottom: 0;
    background-color: #970c12;
    z-index: 1;
}

.research:after {
    content: "";
    position: absolute;
    left: 0;
    top: 120px;
    bottom: 0;
    background-color: #970c12;
    width: 530px;
    z-index: 1;
}

.r-l {
    position: relative;
    float: left;
    width: 45%;
    margin-top: 55px;
    z-index: 3;
}

.r-l a {
    display: block;
}

.r-l a .tp {
    box-shadow: 0 0 5px #eee;
    border: 1px solid #f7dfdf;
}

.r-l a .pic {
    padding-top: 65.5%;
}

.r-l a .text {
    position: relative;
    margin-right: 165px;
    padding: 20px 0;
}

.r-l a .text h2 {
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    height: 64px;
    overflow: hidden;
}

.r-l a .text .date {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.r-l a .text .date span {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.r-l a .text .date i {
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
    font-style: normal;
}

.r-l .slick-dots {
    width: auto;
    right: 0;
    bottom: 130px;
}

.r-l .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 30px;
}

.r-l .slick-dots li.slick-active {
    background-color: #fff;
}

.r-r {
    float: right;
    width: 50%;
}

.r-r ul li {
    border-bottom: 1px solid #dcdcdc;
    background-position: 0 100%;
    background-size: 10% 5px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#970c12, #970c12);
    transition: all .6s;
}

.r-r ul li:hover {
    background-size: 100% 5px;
}

.r-r ul li a {
    display: block;
    padding: 40px 0;
    overflow: hidden;
}

.r-r ul li a .date {
    float: left;
    width: 75px;
    margin-top: 10px;
}

.r-r ul li a .date p {
    font-size: 32px;
    color: #ae1017;
    font-weight: bold;
}

.r-r ul li a .date span {
    display: block;
    font-size: 16px;
    color: #999;
}

.r-r ul li a .text {
    overflow: hidden;
    padding-left: 20px;
}

.r-r ul li a .text h2 {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.r-r ul li a .text p {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.r-r ul li:hover a .text h2 {
    color: #970c12;
    font-weight: bold;
}

.sect4-down {
    margin-top: 90px;
}

.sect4-down>ul>li {
    position: relative;
    float: left;
    width: 48%;
    margin-left: 4%;
    top: 0;
    transition: all .6s;
}

.sect4-down>ul>li:first-child {
    margin-left: 0;
}

.sect4-down>ul>li a {
    display: block;
}

.sect4-down>ul>li a .pic {
    padding-top: 56.8%;
}

.sect4-down>ul>li a p {
    box-shadow: 0 0 10px #b6b1b1;
    padding: 20px 35px 25px 35px;
    font-size: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
}

.sect4-down>ul>li:hover {
    top: -10px;
}

.sect4-down>ul>li:hover a p {
    color: #970c12;
}

.section5 {
    margin-top: 80px;
    margin-bottom: 50px;
}

.sect5 ul {
    margin-top: 10px;
}

.sect5 ul li {
    margin-top: 15px;
    font-size: 0;
}

.sect5 ul li a {
    display: inline-block;
    padding: 0 36px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    margin-left: 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #333;
    min-width: 175px;
    text-align: center;
}

.sect5 ul li a:first-child {
    margin-left: 0;
}

.sect5 ul li a:hover {
    border: 1px solid transparent;
    background-color: #b2141a;
    color: #fff;
}

@media screen and (max-width:1480px) {
    .xsz {
        right: 15px;
        width: 765px;
        padding-right: 65px;
    }
    .r-r ul li a {
        padding: 20px 0;
    }
    .sect5 ul li a {
        margin-left: 5px;
    }
}

@media screen and (max-width:1385px) {
    .sect5 ul li a {
        margin-bottom: 10px;
    }
    .research:after {
        width: 490px;
    }
    .r-l a .text {
        margin-right: 55px;
    }
    .research:after {
        width: 580px;
    }
    .list>li {
        line-height: 45px;
    }
    .qh-box ul li {
        width: 32%;
        margin: 60px 0.6667% 10px 0.6667%;
    }
    .qh-box .slick-prev {
        left: 75px;
    }
    .qh-box .slick-next {
        right: 75px;
    }
    .sz-l {
        width: 500px;
        margin-right: 50px;
    }
    .xsz {
        width: calc(100% - 560px);
        bottom: -140px;
    }
    .sz-l {
        width: 480px;
    }
    .sz-r {
        padding: 11px 20px 0 20px;
    }
    .sl-jj p {
        height: 215px;
    }
    .r-r ul li a {
        padding: 10px 0;
    }
    .section3:before {
        width: 510px;
    }
}

@media screen and (max-width:1200px) {
    .list>li {
        line-height: 40px;
    }
    .sl-jj {
        width: 165px;
    }
    .sz-l {
        width: 400px;
    }
    .xsz {
        width: calc(100% - 450px);
        bottom: -180px;
    }
    .sl-jj h2 {
        margin-top: 0;
    }
    .r-r ul li a {
        padding: 5px 0;
    }
    .research {
        padding: 0 15px;
    }
    .research:after {
        width: 470px;
    }
    .r-l {
        margin-top: 10px;
    }
    .r-l a .text {
        margin-right: 65px;
    }
}

@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 !important;
    }
    .index {
        position: static;
        padding-top: 0;
    }
    .xsz {
        padding-top: 275px;
    }
}

@media screen and (max-width:1000px) {
    .news-l {
        float: none;
        width: auto;
    }
    .news-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .sect2 .topic span {
        margin: 0 10px;
    }
    .qh-box ul li {
        width: 48%;
        margin: 30px 1% 10px 1%;
    }
    .xsz {
        position: static;
        width: auto;
        padding: 15px 65px;
    }
    .title h2 span {
        font-size: 32px;
        top: -25px;
    }
    .title h2 p {
        font-size: 24px;
    }
    .sz-l {
        margin-right: 0;
    }
    .sz-r p {
        font-size: 15px;
    }
    .research:after {
        width: 340px;
    }
    .section3:before {
        width: 420px;
    }
    .research:after {
        width: 375px;
    }
    .r-l a .text .date {
        position: static;
    }
    .r-l .slick-dots {
        bottom: 150px;
    }
}

@media screen and (max-width:792px) {
    .research:after {
        width: 300px;
    }
}

@media screen and (max-width:700px) {
    .section1 {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .title h2 span {
        font-size: 20px;
        top: -10px;
    }
    .title h2 p {
        font-size: 18px;
    }
    .more a {
        font-size: 12px;
        padding-left: 25px;
    }
    .more {
        background-size: 80px auto;
        width: 80px;
        height: 20px;
    }
    .news {
        margin-top: 15px;
    }
    .news-l ul li a .text h2 {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .news-l ul li a .text {
        margin-top: 5px;
    }
    .news-l ul li a .text .date span {
        font-size: 20px;
    }
    .list>li a {
        font-size: 14px;
    }
    .list>li span {
        font-size: 12px;
    }
    .list>li {
        padding-left: 20px;
        padding-right: 75px;
    }
    .sect2 .topic {
        position: static;
        margin-top: 15px;
    }
    .sect2 .topic span {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .section2 {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .qh-box ul li {
        width: 100%;
        margin: 15px 0 10px 0;
    }
    .qh-box ul li a {
        padding: 30px 15px;
        padding-bottom: 40px;
    }
    .qh-box ul li a h2 {
        font-size: 14px;
    }
    .qh-box ul li a .date {
        width: 120px;
    }
    .qh-box ul li a .date span {
        font-size: 20px;
    }
    .qh .qh-box {
        padding-bottom: 50px;
    }
    .qh-box .slick-prev {
        bottom: 5px;
        background-size: 35px auto;
    }
    .qh-box .slick-next {
        bottom: 5px;
        background-size: 35px auto;
    }
    .section3 {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .section3:before {
        display: none;
    }
    .sz-l {
        float: none;
        width: auto;
        background-color: #b31419;
    }
    .sect3 .title h2 p {
        color: #333;
    }
    .title h2 span {
        color: #bdbdbd;
    }
    .szdw {
        margin-top: 15px;
    }
    .sl-jj h2 {
        font-size: 18px;
    }
    .sl-jj span {
        font-size: 14px;
    }
    .sl-jj p {
        height: 170px;
        font-size: 15px;
    }
    .sl-jj {
        width: 135px;
        padding-left: 15px;
    }
    .sl-jj p {
        margin-right: 10px;
    }
    .sl-jj h2 {
        padding-top: 15px;
    }
    .sz-r {
        padding: 15px 0;
    }
    .xsz .slick-prev {
        width: 35px;
        height: 35px;
        left: -15px;
    }
    .xsz .slick-next {
        width: 35px;
        height: 35px;
        right: -15px;
    }
    .xsz {
        padding: 15px 0;
    }
    .xsz ul li a p {
        line-height: 30px;
        font-size: 15px;
    }
    .section4 {
        padding-top: 30px;
    }
    .research {
        margin-top: 15px;
        padding: 15px;
    }
    .r-l {
        float: none;
        width: auto;
    }
    .research::before {
        display: none;
    }
    .research:after {
        display: none;
    }
    .r-l a .text h2 {
        color: #333;
    }
    .r-l a .text h2 {
        font-size: 16px;
    }
    .r-l a .text .date {
        position: static;
        color: #970c12;
    }
    .r-l a .text .date span {
        color: #970c12;
    }
    .r-l a .text .date i {
        color: #970c12;
    }
    .r-r {
        float: none;
        width: auto;
    }
    .r-r ul li a .text p {
        line-height: 20px;
        font-size: 12px;
    }
    .r-r ul li a .text h2 {
        line-height: 24px;
        font-size: 16px;
    }
    .section4:after {
        display: none;
    }
    .r-r ul li a .date p {
        font-size: 22px;
    }
    .sect4-down {
        margin-top: 15px;
    }
    .sect4-down>ul>li a p {
        padding: 5px;
        font-size: 12px;
    }
    .section5 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .sect5 ul li a {
        padding: 0 10px;
        min-width: auto;
        font-size: 12px;
        line-height: 22px;
    }
    .sect5 ul li {
        margin-top: 5px;
    }
    .r-l a .text {
        margin-right: 0;
    }
}