
.syz {
    width: 100%;
}


/* 导航 */

nav {
    width: 100%;
    z-index: 900;
}

.top-1 {
    height: 96px;
    background: url(../image/top-11.png) no-repeat left 68% center, url(../image/top-12.png) no-repeat left 70% center, rgba(122, 6, 6, 0.8);
    transition: all .5s;
}

.top-1 .logo {
    transition: all 0.5s;
    overflow: hidden;
    height: 76px;
    width: 695px;
}

.top-1 .logo img {
    display: block;
    height: 100%;
    transition: all 0.5s;
}

.top-11 {
    height: 100%;
}

.top-11>p {
    text-align: right;
    padding: 15px 0;
}

.top-11>p a {
    font-size: 12px;
    color: #ffffff;
}

.top-11>p a:hover {
    font-weight: bold;
}

.top-sou {
    float: right;
    width: 40px;
    height: 36px;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
    margin-top: 30px;
}

.top-sou input {
    width: 0;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    color: #ffffff;
    transition: all 0.3s;
}

.top-sou button {
    border: none;
    width: 40px;
    height: 100%;
    background: none;
    background: url(../image/sou.png) no-repeat center center;
}

.top-sou:hover {
    width: 200px;
}

.top-sou:hover input {
    padding: 0 10px;
    width: calc(100% - 40px);
}

.top-2 {
    height: 50px;
    background: linear-gradient(135deg, #b3121a, #ce333b);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.top-2>span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 104px;
    background: rgba(112, 10, 0, 0.4);
    background-size: 100% 100%;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.5s;
}

.top-2:hover>span {
    transition-delay: 0s !important;
}

.nav {
    max-width: 1340px;
    padding: 0 10px;
    height: 100%;
    margin: 0 auto;
    transition: all 0.5s;
}

.nav>li {
    height: 100%;
    flex: 1;
}

.nav>li>a {
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 52px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    z-index: 10;
}


/* 二级菜单 */

.top-2>ul>li .sub {
    display: none;
    z-index: 300;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(142, 32, 21, 0.9);
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 20px 0;
}

.sub .container {
    align-items: flex-start;
}

.sub .img {
    background: rgb(228 227 227);
    padding: 2px;
    width: 360px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.sub .img::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(255 255 255 / 30%);
    z-index: 10;
}

.sub .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.sub .img:hover img {
    transform: scale(1.1);
}

.sub ul {
    width: calc(100% - 360px);
    padding-left: 6%;
    flex-wrap: wrap;
    justify-content: start;
}

.sub ul span {
    display: block;
    width: 100%;
}

.sub ul span a {
    width: 158px;
    height: 48px;
    background: url(../image/sub-1.png) no-repeat left top;
    line-height: 45px;
    margin: 20px 0;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}

.sub ul li {
    min-width: 25%;
}

.sub ul li a {
    padding: 0 20px;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    line-height: 2;
}

.sub ul li a::before {
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sub ul li a::after {
    width: 0;
    left: 20px;
    height: 1px;
    background: #ffffff;
    bottom: 0;
    transition: all 0.3s;
}

.sub ul li a:hover::after {
    width: calc(100% - 40px);
}

.nav-new1 {
    width: 23%;
}

.nav-bt {
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.nav-bt a {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}

.nav-new1 .one {
    width: 100%;
    margin-bottom: 15px;
}

.nav-new1 .one a {
    width: 100%;
    height: 150px;
}

.nav-new1 .one a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.nav-new1 .one a:hover img {
    transform: scale(1.1);
}

.nav-new1 .one a p {
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 14px;
    padding: 0 15px;
    line-height: 150px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 10;
}

.nav-new1 .one a:hover p {
    opacity: 1;
}

.nav-new1>a {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
    position: relative;
}

.nav-new1>a::after {
    width: 0;
    left: 15px;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s;
}

.nav-new1>a p {
    width: calc(100% - 90px);
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 15px;
}

.nav-new1>a:hover::after {
    width: calc(100% - 15px);
}

.nav-new1>a:hover p {
    font-weight: bold;
}

.nav-new1>a p::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffffff;
}


/* banner */

.banner {
    width: 100%;
    height: 820px;
    max-height: 100vh;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-container::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(../image/ban-di.png) no-repeat center center;
    z-index: 20;
}

.banner .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 64px;
    height: 64px;
    background-size: cover;
    margin: 0;
    top: 55%;
}

.banner .swiper-button-next {
    background-image: url(../image/ban-rig.png);
    right: 5.2%;
}

.banner .swiper-button-prev {
    background-image: url(../image/bna-lef.png);
    left: 5.2%;
}

@keyframes and_none1 {
    from {
        -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
    }
}

.banner .swiper-container .swiper-wrapper .swiper-slide>img {
    height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.banner .swiper-slide-active>img:nth-child(1) {
    -webkit-animation: and_none1 10s linear 0s both;
    animation: and_none1 10s linear 0s both;
}

.banner .swiper-pagination {
    bottom: 20px;
    z-index: 200;
}

.banner .swiper-pagination span {
    opacity: 1;
    margin: 0 5px !important;
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

.banner video {
    width: 100%;
    height: 100%;
    margin-top: 146px;
    height: calc(100% - 146px);
    object-fit: cover;
}

.ban {
    z-index: 15;
    max-width: 1320px;
}

.ban img {
    position: absolute;
    transition: all 1.5s;
    transition-delay: 0.5s;
    opacity: 0;
}

.b11 {
    top: 35.36%;
    right: 6.06%;
    transform: translate(0, 0) scale(2, 2);
}

.b12 {
    top: calc(35.36% + 7px);
    right: calc(6.06% - 17px);
    transition-delay: 1.5s !important;
    transform: translate(-150px, 0) scale(1, 1);
}

.b21 {
    top: 22.56%;
    right: 1.742%;
    transform: translate(-150px, 0) scale(1, 1);
}

.b41 {
    top: 38.53%;
    right: -12.34%;
    transform: translate(0, 150px) scale(1, 1);
}

.b42 {
    top: calc(38.53% + 27px);
    right: calc(-12.34% + 345px);
    transition-delay: 1s !important;
    transform: translate(0, 0) scale(2, 2);
}

.b43 {
    top: calc(38.53% + 32px);
    right: calc(-12.34% + 331px);
    transition-delay: 1.5s !important;
    transform: translate(0, 0) scale(0.5, 0.5);
}

.swiper-slide-active .ban img {
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
}


/* 手机端按钮 */

.menu-button {
    display: none;
    position: absolute;
    top: 12px;
    right: 16px;
    padding: 8px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #b80010;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
    z-index: 999;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 3px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.menu-button.cross {
    background: none;
    box-shadow: none;
    transition: all 0.3s;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}


/* new1 */

.new1 {
    background: url(../image/new1.png) center center;
    padding: 20px 0 40px;
}

.new11 {
    height: 140px;
    background: url(../image/new1-bg.png) left bottom;
    position: relative;
    padding-left: 272px;
    padding-top: 10px;
    padding-right: 20px;
}

.new11::before {
    width: 240px;
    height: 140px;
    left: 0;
    top: 0;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}

.new11::before {
    width: calc(100% - 240px);
    height: 130px;
    left: 240px;
    top: 10px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
}

#new11 {
    width: 100%;
    height: 100%;
}

#new11 a>span {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    font-size: 32px;
    color: #b80010;
    font-weight: bold;
    text-align: center;
    transition: all 0.8s;
    transform: translateX(-50%);
    opacity: 0;
    transition-delay: 0.6s;
}

#new11 a p {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-top: 15px;
    transition: all 0.8s;
    transform: translateX(50%);
    opacity: 0;
    transition-delay: 0.6s;
}

#new11 a.swiper-slide-active>span,
#new11 a.swiper-slide-active p {
    transform: translateX(0);
    opacity: 1;
}

.new12 {
    margin-top: 30px;
    align-items: flex-start;
}

.new13 {
    width: 50%;
    height: 440px;
}

.new14 {
    width: 47.72%;
}

#new13 {
    width: 100%;
    height: 100%;
}

#new13 img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

#new13 .det {
    left: 0;
    bottom: 0;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 10px;
}

#new13 .det label {
    display: block;
    width: 60px;
    height: 60px;
    background: #b80010;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    transform: translate(0, 0) scale(0.5, 0.5);
    transition: all 0.5s;
}

#new13 .det label span {
    font-size: 22px;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}

#new13 .det label p {
    font-size: 12px;
}

#new13 .det>p {
    width: calc(100% - 60px);
    padding: 0 30px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0;
    transform: translate(50px, 0) scale(1, 1);
    transition: all 0.5s;
}

#new13 .swiper-pagination {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
}

#new13 .swiper-pagination span {
    width: 10px;
    height: 10px;
    opacity: 0.4;
    background: #ffffff;
}

#new13 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

#new13 a:hover img {
    transform: scale(1.1);
}

#new13 .swiper-slide-active label {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
}

#new13 .swiper-slide-active .det>p {
    transition-delay: 0.8s;
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
}

.nwe-qie {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #c9daf1;
}

.nwe-qie p a {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 52px;
    padding-right: 37px;
    background: url(../image/new14-2.png) no-repeat right 14px center;
}

.nwe-qie p a:last-child {
    background: none;
    padding-right: 0;
}

.nwe-qie p a.on {
    color: #b80010;
}

.nwe-qie p a span {
    display: block;
    height: 100%;
}

.nwe-qie p a.on span {
    background: url(../image/new14-1.png) no-repeat center bottom;
    background-size: 100% auto;
}

.more-1 {
    padding-left: 24px;
    background: url(../image/more-1.png) no-repeat left center;
    font-size: 16px;
    color: #333333;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.more-1:hover {
    font-weight: bold;
}

.new141 {
    width: 100%;
}

.new141 ul {
    display: none;
    margin-top: 10px;
}

.new141 ul.on {
    display: block;
    animation: fadeInUp 0.5s;
}

.new141 ul li {
    width: 100%;
    margin-top: 17px;
}

.new141 ul li a {
    width: 100%;
    position: relative;
}

.new141 ul li a label {
    display: block;
    width: 60px;
    height: 60px;
    background: #b80010;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    z-index: 10;
}

.new141 ul li a label span {
    font-size: 22px;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}

.new141 ul li a label p {
    font-size: 12px;
}

.new141 ul li a .det {
    width: calc(100% - 60px);
    padding-left: 20px;
    transition: all 0.3s;
    position: relative;
    z-index: 10;
}

.new141 ul li a .det span {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.new141 ul li a .det p {
    font-size: 14px;
    color: #777777;
    line-height: 30px;
}

.new141 ul li a::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ce333b;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(0.7);
}

.new141 ul li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.new141 ul li a:hover label {
    background: none;
}

.new141 ul li a:hover .det {
    padding-right: 10px;
}

.new141 ul li a:hover .det span,
.new141 ul li a:hover .det p {
    color: #ffffff;
}

.new2 {
    background: url(../image/new2-bg.png) center center, linear-gradient(135deg, #000000, #1f1f1f);
    background-attachment: fixed;
    padding: 40px 0;
}

.new21 {
    align-items: flex-start;
}

.new22 {
    width: 31.81%;
    padding: 0 20px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.new22-bt {
    height: 80px;
    margin-bottom: 10px;
    line-height: 80px;
    background: url(../image/new22-bt.png) no-repeat center center;
}

.new22-bt span {
    position: relative;
    z-index: 10;
    font-size: 22px;
    color: #b80010;
    font-weight: bold;
}

.new22-bt img {
    position: absolute;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.new22-bt img:nth-child(3) {
    opacity: 0;
}

.new22>a {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.new22>a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.new22>a:hover img {
    transform: scale(1.1);
}

.new22 ul {
    width: 100%;
    margin-top: 15px;
}

.new22 li {
    width: 100%;
}

.new22 li a {
    width: 100%;
    line-height: 40px;
    border-radius: 5px;
}

.new22 li a p {
    padding-left: 15px;
    font-size: 16px;
    color: #003333;
    width: calc(100% - 110px);
    background: url(../image/new22-1.png) no-repeat left center;
    transition: all 0.3s;
}

.new22 li a span {
    font-size: 14px;
    color: #999999;
    width: 60px;
    width: 80px;
    text-align: right;
}

.new22 li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.new22 li a:hover p {
    color: #b80010;
    font-weight: bold;
    padding-left: 20px;
}

.new22 ul>a {
    margin-top: 20px;
}

.more-2 {
    color: #b80010;
    background-image: url(../image/more-2.png);
}


/* new3 */

.new3 {
    background: url(../image/new3-bg.png) no-repeat center bottom;
    height: 622px;
    background-attachment: fixed;
    padding-top: 40px;
    overflow: hidden;
}

#new31 {
    height: 140px;
    margin-bottom: 28px;
}

.new3-1 a {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.new3-1 a img {
    position: absolute;
    min-width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}

.new3-1 a:hover img {
    transform: translateX(-50%) scale(1.1);
}

.new3-2 {
    align-items: flex-start;
}

.new3-3 {
    width: 65.9%;
    flex-wrap: wrap;
}

.new211-lef {
    width: 45.97%;
}

.new211-rig {
    width: 51.95%;
}

.new212 {
    width: 31.06%;
}

.new3-3 .nwe-qie,
.new3-4 .nwe-qie {
    margin-bottom: 20px;
}

.new211-lef a {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.new211-lef a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.new211-lef a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.new211-lef a:hover img {
    transform: scale(1.1);
}

.new211-lef a:hover .det p {
    font-weight: bold;
}

.new211-lef .det {
    position: absolute;
    left: 0;
    width: 100%;
    height: 48px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    padding: 0 20px;
    line-height: 48px;
}

.new211-lef .det p {
    font-size: 16px;
    color: #ffffff;
}

.new211-lef .det span {
    font-size: 14px;
    color: #ffffff;
}

.new211-rig a {
    width: 100%;
    padding: 11px 0;
    border-bottom: 1px dashed #dadada;
}

.new211-rig a:first-child {
    padding-top: 0;
}

.new211-rig a span {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    transition: all 0.3s;
}

.new211-rig a p {
    margin-top: 5px;
    font-size: 14px;
    color: #777777;
    line-height: 24px;
    opacity: 0.8;
    transition: all 0.3s;
}

.new211-rig a:hover span {
    font-weight: bold;
    color: #b80010;
}

.new211-rig a:hover {
    border-bottom-style: solid;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}

.new211-rig a:hover span,
.new211-rig a:hover p {
    padding: 0 5px;
}

.new3-4 {
    width: 31.81%;
}

.new3-4>a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.new3-4>a img {
    position: absolute;
    left: 50%;
    height: 100%;
    min-width: 100%;
    transform: translateX(-50%);
    transition: all 0.5s;
}

.new3-4>a:hover img {
    transform: translateX(-50%) scale(1.1);
}

.new3-41 {
    height: 180px;
    padding: 0 20px;
    flex-wrap: wrap;
    background: url(../image/new-3.png) center center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.new3-41 a {
    width: 50%;
    padding: 0 20px 0 15px;
    line-height: 36px;
    font-size: 16px;
    color: #333333;
    position: relative;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new3-41 a:nth-child(2n) {
    width: calc(50% - 20px);
    margin-left: 20px;
    padding-right: 0;
}

.new3-41 a::before {
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #b80010;
}

.new3-41 a:hover {
    color: #b80010;
    font-weight: bold;
}

.new4 {
    background: url(../image/new4-bg.png) center center;
    background-attachment: fixed;
    padding-bottom: 50px;
    overflow: hidden;
}

.bt-1 {
    height: 100px;
    margin-bottom: 5px;
    line-height: 100px;
    background: url(../image/new22-bt.png) no-repeat center center;
}

.bt-1 span {
    position: relative;
    z-index: 10;
    font-size: 22px;
    color: #b80010;
    font-weight: bold;
}

.bt-1 img {
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.bt-1 img:nth-child(3) {
    opacity: 0;
}

.bt-1 a {
    right: 0;
    top: 60px;
}

.zl-1 {
    width: 100%;
    overflow: hidden;
}

.zt {
    float: left;
    overflow: hidden;
    position: relative;
}

.zt .di {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.zt .wen {
    max-width: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zt-1 img.wen {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.zt .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background-color: #b80010;
    color: #ffffff;
    border-bottom-right-radius: 20px;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

.zt:hover .di {
    transform: scale(1.1, 1.1);
}

.zt-1 {
    width: 35%;
    height: 402px;
    background: #000000;
}

.zt-2 {
    width: 64.84%;
    height: 200px;
    margin-bottom: 2px;
    margin-left: 0.153%;
}

.zt-2 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.zt-2 .swiper-pagination {
    width: auto;
    right: 10px;
    left: auto;
}

.zt-2 .swiper-pagination span {
    width: 11px;
    height: 11px;
    opacity: 1;
    background: #ffffff;
}

.zt-2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ef3d2f;
}

.zt-3,
.zt-4,
.zt-5 {
    width: 21.51%;
    height: 200px;
    margin-left: 0.153%;
}

.fc-1 {
    height: 200px;
}

.fc-1>img {
    top: 50%;
    transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
    transition: all 0.3s;
}

.fc-1>img.fc-rig {
    left: auto;
    right: -34px;
}

.fc-1>img:nth-child(3),
.fc-1>img:nth-child(4) {
    opacity: 0;
}

#fc {
    height: 100%;
}

#fc a {
    position: relative;
    overflow: hidden;
}

#fc a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

#fc a:hover img {
    transform: scale(1.1);
}

#fc a p {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 10px;
}


/* footer */

footer {
    width: 100%;
}

.fot-1 {
    width: 100%;
    height: 148px;
    position: relative;
    z-index: 2;
    background: url(../image/fot1bg.png) center center;
}

.fot-1 .tu {
    float: left;
    height: 100px;
    border: 1px solid #ffffff;
    margin-right: 10px;
    margin-top: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.fot-1 .tu img {
    width: 100%;
    height: 100%;
}

.fot-1 .tu:hover {
    transform: translate(0, -10px);
    box-shadow: 0 10px 10px 1px rgba(255, 255, 255, 0.3);
}

.fot-1 .rig {
    float: right;
    margin-top: 40px;
    overflow: hidden;
    width: 768px;
    max-width: calc(100% - 340px);
}

.fot-1 .rig a {
    float: left;
    text-align: center;
    flex: 1;
    height: 70px;
    position: relative;
}

.fot-1 .rig p {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 0.875rem;
    color: #ffffff;
}

.fot-1 .rig a:hover img {
    -webkit-animation: rubberBand 1s;
    animation: rubberBand 1s;
}

.fot-1 .rig a:hover p {
    font-weight: 600;
    -webkit-animation: tada 1s;
    animation: tada 1s;
}

.fot-2 {
    height: 180px;
    background: url(../image/fotbg.png) center center;
}

.fot-2 .container>div {
    min-height: 100px;
    /* background: url(../image/fot-line.png) no-repeat right center; */
}

.fot-2 .container>div:last-child {
    background: none;
}

.fot-21 {
    /* width: 8.18%; */
    display: flex;
    align-items: center;
}

.fot-21 a,
.fot-21 img {
    max-width: 100%;
    max-height: 100%;
}

.fot-22 {
    /* width: 23.94%; */
    /* padding-left: 3%; */
}

.fot-22 p {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 30px;
}

.fot-22 p.bei {
    padding-left: 22px;
    background: url(../image/bei.png) no-repeat left center;
}

.fot-22 p a {
    color: #ffffff;
}

.fot-22 p a:hover {
    text-decoration: underline;
}

.fot-23 {
    /* width: 50.45%; */
    /* padding-left: 4.54%; */
    /* padding-right: 3.03%; */
}

.fot-23 .det span {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 26px;
}

.fot-23 .det p {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 30px;
}

.fot-24 {
    /* width: 17.43%; */
    text-align: right;
}

.fot-24 a {
    /* margin-left: 20px; */
}

.fot-24 a p {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    opacity: 0.8;
}

.fot-25 {
    padding-top: 26px;
}

.fot-25 p {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 30px;
}

.fot-logo {
    width: 160px;
}

.fu {
    top: 50%;
    right: 20px;
    z-index: 800;
    transform: translateY(-50%);
}

.fu ul {
    width: 88px;
}

.fu ul li {
    width: 100%;
    height: 88px;
    margin-bottom: 4px;
    position: relative;
    background: #b80010;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}

.fu ul li>img {
    width: 120px;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 100%;
    top: 0;
    display: none;
}

.fu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    text-align: center;
    overflow: hidden;
}

.fu ul li a::after {
    width: 80px;
    height: 80px;
    top: 4px;
    left: 4px;
    border: 1px solid rgb(255 255 255 / 0.3);
}

.fu li a::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, #b80010, #ce333b);
    transition: all 0.3s;
    transform: scale(0.5) rotate(180deg);
    opacity: 0;
}

.fu ul li a img {
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.fu ul li a p {
    position: absolute;
    left: 0;
    width: 100%;
    top: 62px;
    font-size: 14px;
    color: #ffffff;
    z-index: 10;
}

.fu ul li:hover>img {
    display: block;
    animation: fadeInUp 0.5s;
}

.fu ul li a:hover::before {
    transform: scale(1) rotate(0);
    opacity: 1;
}

.fu ul li a:hover::after {
    border-color: rgba(255, 255, 255, 0.7);
}

.fu ul li a:hover img {
    animation: bounceIn 0.5s;
}

.fu ul li a:hover p {
    animation: rubberBand 0.5s;
}

.fu ul li.go-top {
    display: none;
}

.fu ul li.go-top a img {
    margin-top: 27px;
}


/* blue */

.syz-blue .loading {
    background: linear-gradient(135deg, #2266d1, #0ba9d6);
}

.syz-blue .top-1 {
    background: url(../image/top-11.png) no-repeat left 68% center, url(../image/top-12.png) no-repeat left 70% center, rgba(9, 46, 107, 0.8);
}

.syz-blue .top-2 {
    background: linear-gradient(135deg, #2266d1, #0ba9d6);
}

.syz-blue .top-2>ul>li .sub {
    background-color: rgba(34, 102, 209, 0.9);
}

.syz-blue .sub ul span a {
    background-image: url(../image/sub-2.png);
}

.syz-blue .top-2>span {
    background: rgba(3, 54, 135, 0.4);
}


/* bug-1 */

.syz-blue::-webkit-scrollbar-thumb {
    background: #37B4B9;
}

.syz-blue .new11 {
    background-image: url(../image/new1-bg2.png);
}

.syz-blue .new1 {
    background-image: url(../image/new1-1.png);
}

.syz-blue #new11 a>span {
    color: #ea1111;
}

.syz-blue #new13 .det label {
    background: #2266d1;
}

.syz-blue .nwe-qie p a.on {
    color: #2266d1;
}

.syz-blue .nwe-qie p a.on span {
    background-image: url(../image/new14-11.png);
}

.syz-blue .new141 ul li a label {
    background: #2266d1;
}

.syz-blue .new141 ul li a:hover label {
    background: none;
}

.syz-blue .new141 ul li a::before {
    background: rgba(3, 159, 241, 0.5);
}

.syz-blue .new22-bt {
    background-image: url(../image/new22-bt-1.png);
}

.syz-blue .new22-bt span {
    color: #2266d1;
}

.syz-blue .new22-bt img:nth-child(2) {
    opacity: 0;
}

.syz-blue .new22-bt img:nth-child(3) {
    opacity: 1;
}

.syz-blue .new22 li a p {
    background-image: url(../image/new22-2.png);
}

.syz-blue .new22 li a:hover p {
    color: #2266d1;
}

.syz-blue .more-2 {
    color: #2266d1;
    background-image: url(../image/more-3.png);
}

.syz-blue .new211-rig a:hover span {
    color: #2266d1;
}

.syz-blue .new3-41 a::before {
    background: #2266d1;
}

.syz-blue .new3-41 a:hover {
    color: #2266d1;
}

.syz-blue .new2 {
    background: url(../image/new2-bg2.png) center center, linear-gradient(135deg, #42b7e8, #215fc1);
    background-attachment: fixed;
}

.syz-blue .new3 {
    background: url(../image/new3-bg2.png) no-repeat center bottom, #F7FBFC;
    background-attachment: fixed;
}

.syz-blue .new4 {
    background: url(../image/new4-bg2.png) center center;
    background-attachment: fixed;
}

.syz-blue .bt-1 {
    background-image: url(../image/new22-bt-1.png);
}

.syz-blue .bt-1 img:nth-child(2) {
    opacity: 0;
}

.syz-blue .bt-1 img:nth-child(3) {
    opacity: 1;
}

.syz-blue .bt-1 span {
    color: #2266d1;
}

.syz-blue .fc-1>img:nth-child(1),
.syz-blue .fc-1>img:nth-child(2) {
    opacity: 0;
}

.syz-blue .fc-1>img:nth-child(3),
.syz-blue .fc-1>img:nth-child(4) {
    opacity: 1;
}

.syz-blue .fot-1 {
    background-image: url(../image/fot1bg2.png);
}

.syz-blue .fu ul li {
    background: #2266d1;
}

.syz-blue .fu ul li a::after {
    border: 1px solid #6594df;
}

.syz-blue .fu li a::before {
    background: linear-gradient(135deg, #2266d1, #0ba9d6);
}

.syz-blue .menu-button {
    background: #2266d1;
}

.syz-blue .zt .more {
    background: #2266d1;
}

.syz-blue .zt-2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4ecdfb;
}

.qh {
    position: fixed;
    left: 5px;
    bottom: 5px;
    background: none;
    z-index: 99;
    width: 100px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border: none;
    background: linear-gradient(135deg, #2266d1, #0ba9d6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.qh span {
    color: #ffffff;
}

.qh .red {
    display: none;
}

.syz-blue .qh .blue {
    display: none;
}

.syz-blue .qh .red {
    display: block;
}

.syz-blue .qh {
    background: linear-gradient(135deg, #b3121a, #ce333b);
}