/* 公共样式表css */
button {
    outline: 0;
}

img {
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {}

/* 必要布局样式css */
.trade-content {
    height: calc(100% - 210px);
    display: flex;
    flex-flow: column nowrap;
}

.trade-title {
    height: 90px;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 100px 0 20px 0;
    position: relative;
}
.trade-title .title-bg {
    font-size: 28px;
    color: #fff;
}
.trade-title .title-bg::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
    width: 150px;
    height: 23px;
    background-image: url(../../index_files/images/left.png);
}
.trade-title .title-bg::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
    width: 150px;
    height: 23px;
    background-image: url(../../index_files/images/right.png);
}
.trade-title .trade-text {
    font-size: 16px;
    color: #bebebe;
    margin-top: 20px;
}

.trade-black {
    height: 50%;
    min-height: 200px;
    max-height: 300px;
    background-color: #30383e;
    margin-bottom: 20px;
    flex-grow: 1;
}

.trade-box {
    width: 1200px !important;
    height: 100%;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.trade-box-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
}

.trade-box-item {
    text-align: center;
    position: relative;
    width: 240px;
    height: 100%;
    flex-grow: 1;
    background: no-repeat center;
    background-size: 100% auto;
}

.trade-content .trade-box-item.item00 {
    max-width: 240px;
    min-width: 240px;
}

.trade-content .trade-box-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.trade-content .trade-box-item.item00:before {
    background-color: #131d4e;
}

.trade-box-item a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
} */

.item-logo {
    margin: 0 auto;
    display: block;
    color: #db6660;
    font-size: 32px;
    font-weight: bold;

}

.trade-content .trade-box-item .item-logo {
    position: relative;
    margin-top: 50px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.item-title {
    font-size: 18px;
    font-weight: bold;
    color: #fefefe;
    padding: 10px 0;
    position: relative;
}

.trade-content .item-title:before {
    content: "";
    position: relative;
    display: block;


    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-text {
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    margin-top: 10px;
}

.item-text p {
    font-size: 14px;
    color: #f7d4d2;
    margin-bottom: 6px;
}

.item-text p:hover {
    font-weight: bold;
    color: #fff;
}

.trade-content .item00 {
    background: #131d4e;
}

.trade-content .swiper-container-1 .item01 {
    background-image: url(../../index_files/images/screen3/image-1.png);
}

.trade-content .swiper-container-1 .item02 {
    background-image: url(../../index_files/images/screen3/image-2.png);
}

.trade-content .swiper-container-1 .item03 {
    background-image: url(../../index_files/images/screen3/image-3.png);
}

.trade-content .swiper-container-1 .item04 {
    background-image: url(../../index_files/images/screen3/image-4.png);
}

.trade-content .swiper-container-1 .item05 {
    background-image: url(../../index_files/images/screen3/image-5.png);
}

.trade-content .swiper-container-1 .item06 {
    background-image: url(../../index_files/images/screen3/image-6.png);
}

.trade-content .swiper-container-1 .item07 {
    background-image: url(../../index_files/images/screen3/image-7.png);
}

.trade-content .swiper-container-1 .item08 {
    background-image: url(../../index_files/images/screen3/image-8.png);
}

.trade-content .swiper-container-1 .item09 {
    background-image: url(../../index_files/images/screen3/image-1.png);
}

.trade-content .swiper-container-2 .item01 {
    background-image: url(../../index_files/images/screen3/image-2-1.png);
}

.trade-content .swiper-container-2 .item02 {
    background-image: url(../../index_files/images/screen3/image-2-2.png);
}

.trade-content .swiper-container-2 .item03 {
    background-image: url(../../index_files/images/screen3/image-2-3.png);
}

.trade-content .trade-box-item:hover .item-text {
    display: block;
    opacity: 1;
    margin-top: 0;
}

.trade-content .trade-box-item.item00:hover .item-text {
    display: block;
    opacity: 1;
    margin-top: 0;
}

.trade-content .trade-box-item:hover:before {
    background-color: rgba(219, 102, 96, 0.9);
}

.trade-content .trade-box-item.item00:hover:before {
    background-color: #131d4e;
}

.trade-content .trade-box-item:hover .item-logo {
    display: none;
}

.trade-content .trade-box-item.item00:hover .item-logo {
    display: block;
}

.trade-content .trade-box-item:hover .item-title:before {
    opacity: 0;
    margin-bottom: 0;
}

@charset "utf-8";
/* CSS Document */


/*手机端*/
.Hmenu-btn {
    width: 26px;
    height: 72px;
    padding: 34px 0 0;
    cursor: pointer;
}

.Hmenu-btn a {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #666666;
    position: relative;
}

.Hmenu-btn a:before,
.Hmenu-btn a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #666666;
    position: absolute;
    left: 0px;
}

.Hmenu-btn a:before {
    top: -8px;
}

.Hmenu-btn a:after {
    bottom: -8px;
}

.Hmenu-btn.cur a {
    -moz-animation: buttonAnimation 0.3s ease forwards;
    -webkit-animation: buttonAnimation 0.3s ease forwards;
    animation: buttonAnimation 0.3s ease forwards;
}

.Hmenu-btn.cur a:before {
    -moz-animation: buttonAnimationBefore 0.3s ease forwards;
    -webkit-animation: buttonAnimationBefore 0.3s ease forwards;
    animation: buttonAnimationBefore 0.3s ease forwards;
}

.Hmenu-btn.cur a:after {
    -moz-animation: buttonAnimationAfter 0.3s ease forwards;
    -webkit-animation: buttonAnimationAfter 0.3s ease forwards;
    animation: buttonAnimationAfter 0.3s ease forwards;
}

@-moz-keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -moz-transform: translateY(8px) rotate(0);
        transform: translateY(8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
}

@-webkit-keyframes buttonAnimationBefore {
    0% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -webkit-transform: translateY(8px) rotate(0);
        transform: translateY(8px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
}

@keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        -ms-transform: translateY(0px) rotate(0);
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -moz-transform: translateY(8px) rotate(0);
        -ms-transform: translateY(8px) rotate(0);
        -webkit-transform: translateY(8px) rotate(0);
        transform: translateY(8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
}

@-moz-keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -moz-transform: translateY(-8px) rotate(0);
        transform: translateY(-8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@-webkit-keyframes buttonAnimationAfter {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-8px) rotate(0);
        transform: translateY(-8px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -moz-transform: translateY(-8px) rotate(0);
        -ms-transform: translateY(-8px) rotate(0);
        -webkit-transform: translateY(-8px) rotate(0);
        transform: translateY(-8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@-moz-keyframes buttonAnimation {
    0% {
        background: #aaaaaa;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes buttonAnimation {
    0% {
        background: #aaaaaa;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@keyframes buttonAnimation {
    0% {
        background: #aaaaaa;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}


.Hmenu-btn-web.Hmenu-btn {
    padding: 24px 0 0;
    height: 50px;
    float: right;
}

.swiper-button-prev {
    left: 250px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 20px;
    height: 55px;
    background-color: rgb(255 255 255 / 30%);
    background-size: 60%;
}

.swiper-container-2 {
    width: 100%;
}