@font-face {
    font-family: 'Medium';
    src: url('./MontserratAlternates-Medium.woff2') format('woff2'),
        url('./MontserratAlternates-Medium.woff') format('woff');
}

@font-face {
    font-family: 'ExtraBold';
    src: url('./Montserrat-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'XianTi';
    src: url('./PangMenZhengDaoXiXianTi-2.woff2') format('woff2');
}

@font-face {
    font-family: 'PangBiao';
    src: url('./PangBiao.woff2') format('woff2');
}

@font-face {
    font-family: 'PangBiao2';
    src: url('./PangMenZhengDaoBiaoTiTiMianFeiBan-2.woff2') format('woff2');
}

html,
body {
    position: relative;
    height: 100%;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

body {
    background: #0a001a;
    font-family: MiSans;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
    min-width: 1200px;
    position: relative;
}

.open {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    transition: all 0.6s ease;
}

.open.active {
    opacity: 0;
    z-index: -1;
}

header {
    width: 100%;
    height: 65px;
    background-color: #000000;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

header .header_content {
    width: 100%;
    height: 100%;
    position: relative;
}

header .header {
    width: 400px;
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
    height: 100%;
}

header .header_logo {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -3px;
    left: 0;
}

header .header_logo img {
    width: 100%;
    cursor: pointer;
}

header .header li {
    width: 154px;
}

header .header li a {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 70px;
    /* height: 40px; */
    text-align: center;
    position: relative;
    font-family: PangBiao;
}

header .header li a::after {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 0;
    transform: scaleX(0);
    transition: all 0.3s linear;
    /* border-bottom: 2px solid #c60000; */
    height: 2px;
    width: 100%;
    background-color: #c60000;
}

header .header li a.active::after {
    font-weight: bold;
    transform: scaleX(1);

}

.one {
    width: 100%;
    height: auto;
}

.one .swiper-slide {
    position: relative;
}

.one .swiper-slide .text {
    font-size: 46px;
    position: absolute;
    bottom: 200px;
    left: 40px;
    color: #fff;
    /* font-weight: bold; */
    z-index: 1;
    text-shadow: 0 0 7px rgba(10, 0, 26, .5);
    text-transform: uppercase;
    font-family: PangBiao2;
    line-height: 50px;
}

.one .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 2s ease-in-out 1s;
    transform: scale(1.1, 1.1);
}

.one .swiper-slide-active img,
.one .swiper-slide-duplicate-active img {
    transition: 4s ease-in-out;
    transform: scale(1, 1);
}

.one .swiper-pagination-bullet {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 20px !important;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 16px;
    opacity: 1;
    box-sizing: content-box;
    background: transparent;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    /* border: 1px solid #c60000; */
    color: #fff;
    cursor: pointer;
}



.swiper-container .swiper-pagination-bullet em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(270deg)
}

.swiper-container .swiper-pagination-bullet em b {
    height: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden
}

.swiper-container .swiper-pagination-bullet em b i {
    font-weight: 400;
    font-size: 14px;
    position: relative;
    z-index: 90;
    transform: rotate(-270deg);
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 3333;
    border: 2px solid #c60000;
    border-radius: 100%
}

.swiper-container .swiper-pagination-bullet-active em b {
    border: 4px solid #FFF;
    border-radius: 100%
}

.swiper-container .swiper-pagination-bullet-active em b i {
    background: #c60000
}

.swiper-container .swiper-pagination-bullet-active em b:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 0;
    border: 4px solid #FFF;
    border-top: transparent;
    border-radius: 0 0 50% 50%/ 0 0 100% 100%;
    z-index: 2
}

.swiper-container .swiper-pagination-bullet-active em::before,
.swiper-container .swiper-pagination-bullet-active em::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    background: #c60000
}

.swiper-container .swiper-pagination-bullet-active em::before {
    top: 0;
    z-index: 1;
    transform-origin: center bottom;
    animation: 3s back-half linear 3s;
    animation-fill-mode: forwards
}

.swiper-container .swiper-pagination-bullet-active em::after {
    z-index: 3;
    top: 50%;
    transform-origin: center top;
    animation: 3s front-half linear;
    animation-fill-mode: forwards
}

.swiper-container .swiper-pagination-bullet::before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 100%;
    background: #c60000
}

.swiper-container .swiper-pagination-bullet:hover {
    color: #E9E9F4;
    background: rgba(198, 0, 0, 0.4)
}

.swiper-container .swiper-pagination-bullet.press::before {
    animation: swiper-pagination-bullet_press 0.3s cubic-bezier(.25, 1, .5, 1) 1 alternate forwards;
    animation-delay: 0s
}

.one .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}

.one .swiper-container::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 1) 100%);
}

.second {
    position: relative;
    overflow: hidden;
    width: 100%;

}

.second6 {
    background: url('../images/P2/B3-D.jpg') no-repeat center;
    background-size: cover;
}

.second3 {
    background: url('../images/JJSG-D.jpg') no-repeat center;
    background-size: cover;
}

.second1 {
    background: url('../images/P2/TT-d.jpg') no-repeat center;
    background-size: cover;
}

.second7 {
    background: url('../images/P2/ship-D.jpg') no-repeat center;
    background-size: cover;
}

.second5 {
    background: url('../images/P2/XX-d.jpg') no-repeat center;
    background-size: cover;
}

.second4 {
    background: url('../images/P2/YZSG-d.jpg') no-repeat center;
    background-size: cover;
}

.second2 {
    background: url('../images/P2/ZT-d.jpg') no-repeat center;
    background-size: cover;
}

.second::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 1) 10%, rgba(26, 26, 26, 0) 20%, rgba(26, 26, 26, 0) 0)
}

.three::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg,rgba(26,26,26,0) 10%,rgba(26,26,26,0) 50%,rgba(26,26,26,0.5) 40%); */
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 50%, rgba(26, 26, 26, .9) 100%);
}

.second::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 1) 10%, rgba(26, 26, 26, 0) 50%, rgba(26, 26, 26, 1) 90%);
}

.three::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 1) 15%, rgba(26, 26, 26, 0) 32%, rgba(26, 26, 26, 0) 10%);
    /* background: linear-gradient(180deg,rgba(26,26,26,0.9) 50%,rgba(26,26,26,0) 100%); */
}

.second .second-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;

}

.second .second-container .title {
    display: flex;
    margin-top: 65px;
    margin-left: 90px;
    width: 100%;
    margin-right: 90px;
    align-items: center;
}

.second .second-container h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: ExtraBold;
    color: #c60000;
    flex: 1;
}

.second .second-container .title a {
    display: block;
    width: 214px;
    font-family: Montserrat-ExtraBold;
    color: #c60000;
    font-weight: 600;
    font-size: 14px;
}

.second .second-container .title a i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/right.png') no-repeat center;
    background-size: 100%;
    vertical-align: middle;
}

.second .second-container .mySwiper {
    padding: 60px 0;
    z-index: 3;
    box-sizing: border-box;
    max-width: 1600px;
    overflow: hidden;
    margin: 0 auto;
}

.second .second-container .mySwiper .swiper-wrapper {
    width: 100%;
    transform: none;
    height: 430px;
}

.mySwiper .swiper-wrapper .swiper-slide:nth-child(1) {
    animation: swiper_slide_run 1s cubic-bezier(.1, 0, .17, 1) 0.2s 1 alternate forwards
}

.mySwiper .swiper-wrapper .swiper-slide:nth-child(2) {
    animation: swiper_slide_run 1s cubic-bezier(.1, 0, .17, 1) 0.4s 1 alternate forwards
}

.mySwiper .swiper-wrapper .swiper-slide:nth-child(3) {
    animation: swiper_slide_run 1s cubic-bezier(.1, 0, .17, 1) 0.6s 1 alternate forwards
}

.mySwiper .swiper-wrapper .swiper-slide:nth-child(4) {
    animation: swiper_slide_run 1s cubic-bezier(.1, 0, .17, 1) 0.8s 1 alternate forwards
}

.mySwiper .swiper-wrapper .swiper-slide:nth-child(5) {
    animation: swiper_slide_run 1s cubic-bezier(.1, 0, .17, 1) 1s 1 alternate forwards
}

.second .second-container .mySwiper .swiper-slide {
    /* opacity: 0; */
    /* animation: swiper_slide_run 1s cubic-bezier(.1,0,.17,1) 1 alternate forwards */
}

.second .second-container .mySwiper .swiper-slide .cover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    color: #FFF;
    cursor: default;
    padding: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 6px;
    overflow: hidden;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.second .second-container .mySwiper .swiper-slide.active .cover {
    width: 100%;
    height: 100%;
}

/* .second .second-container .mySwiper .swiper-slide.active .cover2 .text {
    width: 260px;
    margin-left: -130px;
    transition: all ease 0.3s;
} */

.shake {
    animation: shake 0.6s ease;
}

.cover1 {
    background-image: url('../images/P2/B3-F.jpg');
    background-size: cover;
}

.cover2 {
    background-image: url('../images/JJSG-F.jpg');
    background-size: cover;
}

.cover3 {
    background-image: url('../images/P2/ship-f.jpg');
    background-size: cover;
}

.cover4 {
    background-image: url('../images/P2/XX-F.jpg');
    background-size: cover;
}

.cover5 {
    background-image: url('../images/P2/YZSG-F.jpg');
    background-size: cover;
}

.cover6 {
    background-image: url('../images/P2/TT-F.jpg');
    background-size: cover;
}

.cover7 {
    background-image: url('../images/P2/ZT-F.jpg');
    background-size: cover;
}

.second .second-container .mySwiper .swiper-slide .cover::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 50%, rgba(26, 26, 26, .9) 100%);
}

/* .second .second-container .mySwiper .swiper-slide .cover2::after {
    background-color: rgba(0, 0, 0, 0.6);

} */

.second .second-container .mySwiper .swiper-slide .cover .text {
    position: absolute;
    bottom: 20px;
    z-index: 3;
}

/* .second .second-container .mySwiper .swiper-slide .cover2 .text {
    bottom: 50%;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    transition: all ease 0.3s;
} */

.second .second-container .mySwiper .swiper-slide .cover2 .text img {
    width: 100%;
}

.second .second-container .mySwiper .swiper-slide .cover .text h3 {
    font-size: 24px;
    letter-spacing: 2px;
    word-wrap: anywhere;
    font-family: Medium;
    font-weight: 200;
    margin-bottom: 0;
}

.second .second-container .mySwiper .swiper-slide .cover .text p {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 10px;
    word-wrap: anywhere;
    font-family: XianTi;
    margin-bottom: 0;
}

.second .second-container .mySwiper .swiper-slide a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.pagination {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 7;
}

.pagination .pagination_content {
    width: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .pagination_content a {
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0.5;
}

.pagination .pagination_content a.left {
    background: url('../images/left.png') no-repeat center;
    background-size: 100%;
}

.pagination .pagination_content a.right {
    background: url('../images/right.png') no-repeat center;
    background-size: 100%;
}

.pagination .pagination_content p {
    width: 300px;
    text-align: center;
}

.pagination .pagination_content p i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #c60000;
    margin: 0 5px;
}

.pagination .pagination_content p i.active {
    background: #fff;
}

.mySwiper .swiper-button-prev {
    top: 94%;
    left: 30%;
    background-size: 100%;
    color: #c60000;
}

.mySwiper .swiper-button-next {
    top: 94%;
    right: 30%;
    color: #c60000;
    background-size: 100%;
}

.mySwiper .swiper-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c60000;
    margin: 0 5px;
    opacity: 1;
    border-radius: 0;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.three {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 1024px;
    background: url('../images/P3/1.png') no-repeat center;
    background-size: cover;
}

.three .three-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;

}

.three .three-container h2 {
    font-size: 24px;
    margin-top: 60px;
    font-weight: bold;
    font-family: ExtraBold;
    color: #c60000;
    margin-left: 90px;
}

.three .three-container .three-content {
    width: 800px;
    position: absolute;
    top: 200px;
    right: 100px;
}

.three .three-container .three-content div {
    display: flex;
    align-items: baseline;
}

.three .three-container .three-content div h1 {
    font-family: PangBiao2;
    font-size: 55px;
    font-weight: 200;
}

.three .three-container .three-content div span {
    font-size: 30px;
    font-family: ExtraBold;
    margin-left: 20px;
}

.three .three-container .three-content p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
    /* font-weight: 700; */
    text-transform: uppercase;
    font-family: XianTi;
    text-shadow: 0 0 20px rgba(26, 26, 26, .5);
}

.three .three-container .three-content b {
    color: #c60000;
    display: block;
    font-size: 26px;
    font-family: ExtraBold;
    margin-top: 40px;
}

.three .three-container .three-content em {
    font-size: 20px;
    display: block;
    margin-top: 6px;
    font-family: Montserrat;
    text-decoration: underline;
    cursor: pointer;
    font-style: normal;
}

footer {
    width: 100%;
    height: 180px;
    background-color: #000;
}

footer .foot {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .foot .foot_left,
footer .foot .foot_right {
    flex: 1;
    text-align: left;
    color: #fff;
}

footer .foot .foot_left a {
    color: #3596fe;
    display: block;
    line-height: 32px;
}

footer .foot .foot_left img {
    margin-bottom: 15px;
}

footer p {
    line-height: 32px;
}

@keyframes swiper_slide_run {
    0% {
        opacity: 0;
        transform: translate3d(300px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes front-half {
    0% {
        transform: rotate(0)
    }

    99% {
        transform: rotate(180deg);
        opacity: 1
    }

    100% {
        transform: rotate(180deg);
        opacity: 0
    }
}

@keyframes back-half {
    0% {
        transform: rotate(0)
    }

    99% {
        transform: rotate(180deg);
        opacity: 1
    }

    100% {
        transform: rotate(180deg);
        opacity: 0
    }
}

@keyframes swiper-pagination-bullet_press {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        transform: scale(5)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

@media (max-width: 1300px) {
    .second .second-container .mySwiper .swiper-wrapper {
        height: 330px;
    }
}