.top-header {
    transition: background-color 0.3s ease;
}

.top-header.scrolled {
    background: #a40000;
    padding-bottom: 10px;
}

.top {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    border-top: 10px solid #a40000;
    /* padding: 0 2%; */
}

.top_start {
    display: flex;
    justify-content: end;
    /* padding-top: .2rem; */
    margin-top: 16px;
    transition: all .3s;
}

.top_link {
    height: 24px;
}

.top_link ul {
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 100%;
}

.top_link ul li a {
    color: #fff;
    font-size: 19px;
    border-right: 1px solid #fff;
    padding: 0 10px;
    display: block;
    white-space: nowrap;
}

.topNav {
    display: flex;
    justify-content: space-between;
}


 
.search {
    margin-left: 10px;
}

.search-btn {
    width: 23px;
    vertical-align: top;
    height: 23px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center center;
}

.search-text {
    background: #fff;
    width: 0px;
    height: 23px;
    vertical-align: top;
    padding: 0 0px;
    color: #000;
    transition: all .3s;
    outline: none;
}


/* logo */

.logo {
    display: block;
    /* width: 589px; */
}

.logo img {
    width: 100%;
    height: auto;
}


 

.navUl {
    display: flex;
    justify-content: start;
    align-items: center;
    /* width: 70%; */
    margin-left: 30px;
}

.navUl>li {
    margin: 0 9px;
    position: relative;
}

.subNav {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 100%;
    background: white;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.navUl>li:hover .subNav {
    opacity: 1;
    top: 80%;
    visibility: visible;
    border-top: 4px solid #a40000;
    transform: (-50%, 0);
}

.subNav li a {
    display: block;
    white-space: nowrap;
    line-height: 45px;
    padding: 0 32px;
}

.subNav li a:hover {
    background: #e1c28b;
    color: #fff;
}

.navUl>li:last-child {
    margin-right: 0;
}

.navUl>li>a {
    color: #fff;
    line-height: 76px;
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    display: block;
    letter-spacing: 1px;
}


 

.navUl>li>a>span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.navUl>li>a>span>span {
    display: block;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
}

.navUl>li:hover>a>span>span {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
}

.navUl>li a>span:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
}

.navUl>li:hover>a>span:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.banner {
    width: 100%;
}

.banner_swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    animation: zoomin 10s ease-in-out infinite alternate;
    -webkit-animation: zoomin 10s ease-in-out infinite alternate;
}

.banner_prev,
.banner_next {}

.banner_prev {
    background: url(../images/banner_prev.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 100px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.banner_next {
    background: url(../images/banner_next.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.banner_pagination {
    position: absolute;
    z-index: 1;
    bottom: 35px !important;
    display: flex;
    justify-content: center;
}

.banner_pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 1 !important;
    background-color: white;
}

.banner_pagination .swiper-pagination-bullet-active {
    background-color: #a40000;
}

.xyjj {
    width: 100%;
}

.xyjj_box {
    background: url(../images/xyjj_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.xyjj_box p {
    font-size: 16px;
    color: #716f6f;
    text-indent: 2em;
    padding-top: 120px;
    padding-bottom: 80px;
    padding-left: 33px;
    line-height: 27px;
}

.xyjj_box a {
    font-size: 16px;
    color: #323232;
    position: absolute;
    bottom: 40px;
    display: block;
    right: 0;
    padding-right: 22px;
}

.xyjj_nr {
    position: relative;
    width: 1100px;
}

.xyjj_box a::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/xyjj_zs.png) no-repeat center;
    background-size: 100% 100%;
    bottom: 1px;
    right: 0;
}

.section01 {
    width: 100%;
    background: url(../images/section01.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.section_tit {
    width: 100%;
}

.s03_list ul {
    display: flex;
    flex-wrap: wrap;
}

.section_tit a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_tit a p {
    font-size: 30px;
    font-weight: bold;
}

.section_tit a span {
    display: block;
    font-size: 14px;
    position: relative;
    padding-right: 21px;
}

.section_tit a span::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/more.png) no-repeat center;
    right: 0;
    bottom: 3px;
}

.s01_box {
    margin-top: 30px;
}

.s01_Swiper a {
    width: 734px;
    height: 422px;
    overflow: hidden;
    position: relative;
    display: block;
    border-top-right-radius: 45px;
}

.s01_Swiper a img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.s01_Swiper a:hover img {
    transform: scale(1.1);
}

.s01_1_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
}

.s01_1_time {
    width: 90px;
    height: 85px;
    background-color: #a40000;
}

.s01_1_time p {
    color: white;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}

.s01_1_time span {
    color: white;
    font-size: 14px;
    text-align: right;
    display: block;
    padding-right: 12px;
}

.s01_1_nr {
    height: 85px;
    background: linear-gradient(to top, rgb(0 0 0 / 71%), rgba(0, 0, 0, 0));
    width: 644px;
    padding-left: 20px;
}

.s01_1_nr p {
    font-size: 17px;
    color: white;
    margin-top: 15px;
}

.s01_1_nr span {
    display: block;
    font-size: 14px;
    color: #d3d3d3;
    margin-top: 15px;
}

.s01_list {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 55px;
}

.s01_1 {
    width: 734px;
}

.s01_Swiper {
    overflow: hidden;
}

.s01_2 {
    width: 620px;
}

.s01_2 ul li span {
    display: block;
    font-size: 15px;
    color: #ad170e;
}

.s01_2 ul li {
    margin-top: 10px;
    border-bottom: 1px dashed #e4dbdb;
}

.s01_2 ul li p {
    font-size: 17px;
    margin-top: 15px;
}

.s01_2 ul li i {
    display: block;
    width: 0px;
    height: 1px;
    background-color: #a40000;
    position: relative;
    margin-top: 15px;
    transition: all .5s;
}

.s01_2 ul li i::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #a40000;
    right: -9px;
    bottom: -4px;
    opacity: 0;
}

.s01_2 ul li:hover i {
    width: 145px;
}

.s01_2 ul li:hover i::after {
    opacity: 1;
}

.s01_2 ul li:hover p {
    font-weight: bold;
}

.s01_2 ul li:hover {
    border: none;
}

.s02_box {
    margin-top: 48px;
}

.section02 {
    width: 100%;
    background: url(../images/section02_bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.s02_list {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.s02_Swiper {
    overflow: hidden;
}

.s02_Swiper p {
    padding-top: 54px;
    padding-left: 64px;
    font-size: 17px;
    padding-bottom: 42px;
    padding-right: 25px;
    line-height: 30px;
    position: relative;
}

.s02_Swiper p::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 22px;
    background: url(../images/s02_zs.png) no-repeat center;
    background-size: 100% 100%;
    left: 30px;
    top: 54px;
}

.s02_Swiper a {
    display: block;
    background-color: white;
    position: relative;
    max-width: 350px;
}

.s02_Swiper a:hover {
    background-color: #a40000;
}

.s02_Swiper a:hover p {
    color: white;
}

.s02_Swiper a:hover p::before {
    background: url(../images/s02_zs2.png) no-repeat center;
    background-size: 100% 100%;
}

.s02_Swiper a:hover span {
    background: url(../images/s02_tz2.png) no-repeat center;
    background-size: 100% 100%;
}

.s02_Swiper a span {
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/s02_tz.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 25px;
    bottom: 15px;
}

.s02_patinatin {
    padding-top: 30px;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
}

.s02_patinatin .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #716f6f;
    opacity: 1 !important;
    margin: 0 10px !important;
}

.s02_patinatin .swiper-pagination-bullet-active {
    background-color: #a40000;
}

.bg1 {
    background: url(../images/bg1.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.section03 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 80px;
}

.s03_box {
    display: flex;
    justify-content: space-between;
}

.s03_container {
    width: 100%;
}

.s03_list {
    width: 100%;
    margin-top: 35px;
}

.s03_list ul li a {
    display: flex;
    justify-content: space-between;
}

.s03_list ul li:nth-child(2) {
    margin-top: 0;
}

.s03_list ul li:nth-child(2n) {
    margin-left: 55px;
}

.s03_img {
    width: 211px;
    height: 137px;
    overflow: hidden;
}

.s03_img img {
    width: 100%;
    height: 100%;
}

.s03_info {
    width: 448px;
}

.s03_info p {
    font-size: 17px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s03_info span {
    font-size: 14px;
    color: #717171;
    display: block;
    margin-top: 17px;
    line-height: 23px;
}

.s03_list ul li {
    margin-top: 30px;
    transition: all .3s;
    width: 48%;
}

.s03_list ul li:first-child {
    margin-top: 0px;
}

.s03_list ul li:hover {
    transform: translateY(-4px);
}

.s03_list ul li:hover p {
    font-weight: bold;
}

.section04 {
    width: 100%;
    /* margin-bottom: 60px; */
}

.s04_Swiper {
    overflow: hidden;
}

.section04 a {
    display: block;
    /* width: 324px; */
    /* height: 219px; */
    overflow: hidden;
    padding-top: 4px;
}

.section04 a img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.s04_box {
    padding: 0 60px;
    position: relative;
}

.s04_prev {
    background: url(../images/section6_prev.png) no-repeat;
    width: 30px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.s04_prev:hover {
    background: url(../images/section6_prev2.png) no-repeat;
}

.s04_next:hover {
    background: url(../images/section6_next2.png) no-repeat;
}

.s04_next {
    background: url(../images/section6_next.png) no-repeat;
    width: 30px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.s04_box:hover .s04_prev,
.s04_box:hover .s04_next {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.main5_links::after {
    position: absolute;
}

.main5_links ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 100px;
}

.main5_links ul a {
    color: #a40000;
    position: relative;
}

.main5_links ul a::after {
    content: '';
    width: 23px;
    height: 24px;
    background: url(../images/dot2.png)no-repeat;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -12px;
    animation: rotate 10s linear infinite;
}

.main5_links {
    margin-top: 80px;
    padding-bottom: 60px;
    position: relative;
    /* background: url(../test/dot.png)no-repeat left 46px; */
}

.main5_links ul a:hover {
    font-weight: 600;
}

.footer_path {
    stroke-dasharray: 4, 2;
    width: 100%;
    height: 3px;
    animation: moveR 5s linear infinite;
}

.quick_linkspc {
    display: block;
    box-shadow: 0 0 3px #ccc;
}

@keyframes moveR {
    to {
        stroke-dashoffset: -100
    }
}

.main2_r .common_title {
    display: none;
}

#mtjj {
    display: block;
}

#phone_mtjj {
    display: none;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.footer {
    width: 100%;
    background: url(../images/f_bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.f_box {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 55px;
    align-items: center;
}

.f_logo {
    width: 640px;
}

.f_logo img {
    width: 100%;
}

.f_info {
    width: 442px;
}

.f_info p {
    font-size: 16px;
    color: white;
    margin-top: 15px;
}

.f_info p span {
    font-weight: bold;
}

.bq {
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: white;
    background-color: #8f0000;
}

@media screen and (max-width: 1000px) {
    .main {
        width: 1600px;
    }
}

.s06_list {
    width: 100%;
    margin-top: 40px;
}

.s06_list ul {
    display: flex;
}

.s06_img {
    width: 434px;
    height: 292px;
    overflow: hidden;
}

.s06_img img {
    width: 100%;
    height: 100%;
}

.s06_list ul li a {
    padding: 8px;
    background-color: #f4f4f4;
    display: block;
}

.s06_list ul li a span {
    display: block;
    font-size: 15px;
    color: #ad170e;
    margin-top: 20px;
}

.s06_list ul li a p {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 42px;
}

.s06_list ul li:first-child {
    margin-left: 0px;
}

.s06_list ul li {
    margin-left: 25px;
    transition: all .3s;
}

.s06_list ul li:hover {
    transform: translateY(-4px);
}

.s06_list ul li:hover p {
    font-weight: bold;
}