/* DB电竞样式表 */
* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

html,
body {
    position: relative;
    color: #333333;
    font-family: "微软雅黑";
}

.Center-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

a {
    text-decoration: none;
    color: #333333;
    font-family: "微软雅黑";
    display: block;
}

ul,
ol,
li {
    list-style: none;
}

img {
    display: block;
}

.container {
    margin: 0 auto;
    box-sizing: border-box;
    width: 1700px;
}

input,
textarea {
    outline: none;
}

i,
em {
    font-style: normal;
}

body {
    background-color: #fff;
}

.mySwiper_total,
.mySwiper_total>.swiper-wrapper>.swiper-slide {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.mySwiper_total .swiper-pagination {
    right: 30px;
}

.mySwiper_total .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid rgb(255, 255, 255);
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: transparent;
    margin: 20px 0;
}

.mySwiper_total .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.version2 {
    display: none;
}

.mySwiper_total {
    display: block;
}

.indexHeader {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: transparent;
    user-select: none;
    transition: background .4s ease;
    box-shadow: none;
    backdrop-filter: blur(0);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    box-sizing: border-box;
}

.indexHeader:hover {
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(4px);
}

.indexHeader .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.indexHeader .active {
    display: none;
}

.indexHeader:hover .white {
    display: none;
}

.indexHeader:hover .active {
    display: flex;
}

.indexHeader .right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.indexHeader .right nav {
    height: 100%;
}

.indexHeader .right nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.indexHeader .right nav ul li {
    margin: 0 44px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.indexHeader .right nav ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: rgb(7, 28, 93);
    transition: all 0.3s;

}

.indexHeader .right nav ul li:hover::after,
.indexHeader .right nav ul li.active::after {
    width: 24px;
}

.indexHeader .right nav ul li a {
    font-size: 18px;
    color: #ffffff;
}

.indexHeader:hover .right nav ul li a {
    color: #333333;
}

.indexHeader:hover .right nav ul li:hover a,
.indexHeader:hover .right nav ul li.active a {
    color: #071c5d;
}

.indexHeader .right .lang_box {
    position: relative;
    z-index: 999;
}

.indexHeader .right .lang_box .lang_menu {
    display: flex;
    align-items: center;
    height: 88px;
    color: #fff;
    transition: color .4s ease;
}

.indexHeader .right .lang_box .lang_menu span {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-family: Arial;
    margin: 0 10px;
}

.indexHeader:hover .right .lang_box .lang_menu {
    color: #333333;
}

.indexHeader .right .lang_box:hover .lang_menu span::after {
    transform: scale(.8);
}

.indexHeader .right .lang_box .lang_more {
    display: none;
    z-index: 9;
    width: 140px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: calc(100% - 4px);
    left: 50%;
    margin-left: -70px;
    border-top: 4px solid #01afe7;
    border-radius: 5px 5px 0 0;
    transition: top .4s ease;
}

.indexHeader .right .lang_box .lang_more:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #01afe7 transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 0 0 -8px;
}

.indexHeader .right .lang_box .lang_more a {
    display: flex;
    font-size: 16px;
    color: #222;
    justify-content: center;
    padding: 10px 0;
    transition: all .4s ease;
}

.indexHeader .right .lang_box .lang_more a:hover,
.indexHeader .right .lang_box .lang_more a.active{
    background: #01afe7;
}

.indexHeader .right .lang_box:hover .lang_more {
    display: block;
    animation: langInUp .4s ease-out;
}

@keyframes langInUp {
    0% {
        transform: translateY(20px);
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.indexHeader .nav_icon {
    display: none;
}

/* 隐藏的导航 */
.yin_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    box-sizing: border-box;
    background-color: rgba(7, 28, 93, .5);
}

.yin_nav ul {
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    padding: 100px 35px 0 35px;
    background-color: rgb(7, 28, 93);
}

.yin_nav ul li {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yin_nav ul li a {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 45px;
    width: 100%;
    color: #efefef;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
}

.yin_nav ul li.active>a {
    color: #c6a962;
}

.yin_nav .lang{
    display: none;
    position: absolute;
    bottom: 40px;
    justify-content: right;
    align-items: center;
}
.yin_nav .lang a{
    margin: 0 10px;
    color: #efefef;
    font-size: 16px;
}
.yin_nav .lang a.active{
    color: #01afe7;
}

.nav_bar2_a {
    font-size: 18px;
    color: #fff;
    padding: 20px 0 20px 40px;
    border-bottom: 1px solid rgba(7, 28, 93, .2);
}

svg {
    width: 25px;
    height: 25px;
}

.banner .mySwiper_banner,
.banner .mySwiper_banner2 {
    height: 100%;
    width: 100%;
    /* 设置动画过渡时间 */
    transition-duration: 0.5s;
    /* 使用cubic-bezier()定义弹性效果 */
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner .mySwiper_banner .swiper-wrapper,
.banner .mySwiper_banner2 .swiper-wrapper {
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: 4s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.4s;
}

.banner .mySwiper_banner .swiper-wrapper .swiper-slide,
.banner .mySwiper_banner2 .swiper-wrapper .swiper-slide {
    /* 设置动画过渡效果 */
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner .mySwiper_banner img,
.banner .mySwiper_banner2 img {
    width: 100%;
    height: 100%;
}

.banner .mySwiper_banner .swiper-pagination,
.banner .mySwiper_banner2 .swiper-pagination {
    bottom: 80px;
}

.banner .mySwiper_banner .swiper-pagination .swiper-pagination-bullet,
.banner .mySwiper_banner2 .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    border: 1px solid rgb(248, 248, 248);
    box-sizing: border-box;
    border-radius: inherit;
    opacity: 1;
    background-color: rgb(248, 248, 248);
    margin: 0 10px;
}

.banner .mySwiper_banner .swiper-pagination .swiper-pagination-bullet-active,
.banner .mySwiper_banner2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: transparent;
}

/* 关于DB电竞 */
.index1 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.index1 .content .left {
    width: 52.6%;
    padding: 250px 80px 250px 110px;
    box-sizing: border-box;
}

.index1 .content .left h1 {
    font-size: 48px;
    color: #ffffff;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.index1 .content .left .des p {
    font-size: 18px;
    color: #cccccc;
    line-height: 2.667em;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.index1 .content .left .button_list {
    display: flex;
    align-items: center;
    padding-top: 70px;
    box-sizing: border-box;
}

.index1 .content .left .button_list a {
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 0 20px;
    box-sizing: border-box;
    margin-right: 40px;
}

.index1 .content .left .button_list a:first-child {
    display: none;
}

.index1 .content .left .button_list a:last-child {
    margin-right: 0;
}

.index1 .content .left .button_list a span {
    font-size: 18px;
    color: #fff;
}
.index1 .content .right {
    width: calc(100% - 52.6%);
    height: 100%;
}

.index1 .content .right img {
    height: 100%;
    width: 100%;
}

/* 产品 */
.index2 ul {
    display: flex;
}

.index2 ul li {
    flex: 1;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(/template/home/images/1_shen.jpg) no-repeat center;
    background-size: cover;
    padding: 218px 0 140px 0;
    box-sizing: border-box;
}

.index2 ul li:nth-child(2n) {
    background: url(/template/home/images/2_qian.jpg) no-repeat center;
    background-size: cover;
}

.index2 ul li::after {
    content: "";
    display: block;
    background: url(/template/home/images/index2_product_active_bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.index2 ul li:hover::after {
    opacity: 1;
}

.index2 ul li a {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index2 ul li .arrow_box {
    padding-top: 30px;
    box-sizing: border-box;
}

.index2 ul li .title h2,
.index2 ul li .title h2 p {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.index2 ul li .arrow_box .arrow {
    overflow: hidden;
}

.index2 ul li:hover .arrow_box .arrow img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #fff);
    transition: opacity 0.3s ease-in-out;
}

.index2 ul li .arrow_box .arrow_active {
    display: none;
}

.index2 ul li .pic {
    margin: 90px 0 30px 0;
    box-sizing: border-box;
    width: 90%;
    min-height: 355px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index2 ul li .pic img {
    max-width: 100%;
    max-height: 355px;
    object-fit: contain;
}

.index2 ul li p {
    font-size: 16px;
    color: #333;
}

.index2 ul li:hover p {
    color: #fff;
}


.index2 ul li:nth-child(2n+1) {
    transition: 0.5s ease-out 0s;
    transform: translateY(100%);
    opacity: 0;
}

.index2 ul li:nth-child(2n+2) {
    transition: 0.5s ease-out 0s;
    transform: translateY(-100%);
    opacity: 0;
}

.mySwiper_total .index2.swiper-slide-active ul li {
    opacity: 1;
    transition: 1s cubic-bezier(0.4, -0.2, 0.55, 1.26) 0s;
    transform: translateY(0);
}

.version2 .index2 ul li {
    opacity: 1;
    transition: 1s cubic-bezier(0.4, -0.2, 0.55, 1.26) 0s;
    transform: translateY(0);
}

.index3 {
    background: url(/template/home/images/index3_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 220px 0 140px 0;
    box-sizing: border-box;
}

.index3 .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index3 .left {
    width: 50%;
}

.index3 .left .text {
    width: 89%;
}

.index3 .left .text h1 {
    font-size: 48px;
    color: #fff;
    padding-bottom: 75px;
    box-sizing: border-box;
}

.index3 .left .text .des p {
    font-size: 18px;
    color: #fff;
    line-height: 4em;
}

.index3 .left ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
    box-sizing: border-box;
    width: 100%;
}

.index3 .left ul li {
    width: 50%;
    margin-bottom: 5px;
}

.index3 .left ul li button {
    background: url(/template/home/images/button_bg.png) no-repeat center;
    background-size: contain;
    display: flex;
    width: 100%;
    height: 82px;
    align-items: center;
    padding-left: 100px;
    box-sizing: border-box;
    margin-left: -40px;
}

.index3 .left ul li button h5 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-right: 10px;
    box-sizing: border-box;
}

.index3 .left ul li button span {
    font-size: 18px;
    color: #fff;
}

.index3 .right {
    width: 40.76%;
}

.index3 .right .pic {
    width: 100%;
}

.index3 .right .pic img {
    width: 100%;
    object-fit: contain;
}

.index4 {
    background: url(/template/home/images/index4_case_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 172px 0 100px 0;
    box-sizing: border-box;
}

.index4 .item_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index4 .item_header .left h1 {
    font-size: 48px;
    color: #fff;
}

.index4 .item_header .right a {
    font-size: 18px;
    color: #fff;
}

.index4 .content {
    margin-top: 80px;
}

.index4 .content .mySwiper_case .swiper-slide {
    width: 33.333%;
    padding: 0 50px;
    box-sizing: border-box;
}

.index4 .content .mySwiper_case .swiper-slide.swiper-slide-active,
.index4 .content .mySwiper_case .swiper-slide.swiper-slide-next {
    border-right: 1px solid rgb(153, 153, 153);
}

.index4 .content .mySwiper_case .swiper-slide .pic {
    width: 100%;
    overflow: hidden;
}

.index4 .content .mySwiper_case .swiper-slide .pic img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index4 .content .mySwiper_case .swiper-slide:hover .pic img {
    transform: scale(1.05);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index4 .content .mySwiper_case .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px 0;
    box-sizing: border-box;
}

.index4 .content .mySwiper_case .text p {
    font-size: 24px;
    color: #ffffff;
}

.index4 .content .mySwiper_case .toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    box-sizing: border-box;
}

.index4 .content .mySwiper_case .toggle span {
    display: block;
    width: 1px;
    height: 40px;
    background-color: rgb(153, 153, 153);
    margin: 0 30px;
}

.index4 .content .mySwiper_case .toggle .swiper-button-next,
.index4 .content .mySwiper_case .toggle .swiper-button-prev {
    position: static;
    margin-top: 0;
    color: #fff;
    width: 17px;
    height: 32px;
}

.index4 .content .mySwiper_case .toggle .swiper-button-next:after,
.index4 .content .mySwiper_case .toggle .swiper-button-prev:after {
    font-size: 32px;
}

/* footer */
.footer {
    height: auto !important;
}

.footer .top {
    padding: 100px 0 80px 0;
    box-sizing: border-box;
    background-color: rgb(42, 42, 42);
}

.footer .top .footer_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .top .footer_header .nav ul {
    display: flex;
    align-items: center;
}

.footer .top .footer_header .nav ul li {
    padding-left: 90px;
    box-sizing: border-box;
}

.footer .top .footer_header .nav ul li a {
    font-size: 20px;
    color: #ccc;
}

.footer .top .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px;
    box-sizing: border-box;
}

.footer .top .content .left .code {
    width: 103px;
    height: 103px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .top .content .left .code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .top .content .left p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
}
.footer .top .content .center .textP{
    flex-wrap: wrap;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}
.footer .top .content .center p,
.footer .top .content .center p a {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}
.footer .top .content .center p a,
.footer .top .content .center p span,
.footer .top .content .center .textP span{
    display: contents;
    font-size: inherit;
    color: inherit;
}

.footer .top .content .center .text {
    display: flex;
    margin-top: 20px;
}
.footer .top .content .center .text.en{
    flex-direction: column;
}

.footer .top .content .center .text p {
    padding-bottom: 15px;
    box-sizing: border-box;
}

.footer .top .content .center .text .text_left {
    padding-right: 80px;
    box-sizing: border-box;
}

.footer .top .content .center h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    display: contents;
}
.footer .top .content .center h3 a{
    font-size: inherit;
    color: inherit;
}

.footer .top .content .right {
    width: 46.17%;
}

.footer .top .content .right form .form_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 170px;
}

.footer .top .content .right form .form_top .left_input {
    width: 39.745%;
    height: 100%;
}

.footer .top .content .right form .form_top input {
    width: 100%;
    height: 50px;
    background-color: rgb(34, 33, 33);
    color: #cccccc;
    font-size: 18px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.footer .top .content .right form .form_top input:last-child {
    margin-bottom: 0;
}

.footer .top .content .right form .form_top textarea {
    width: 58.6%;
    height: 100%;
    font-family: "微软雅黑";
    color: #cccccc;
    font-size: 18px;
    background-color: rgb(34, 33, 33);
    padding: 20px;
    box-sizing: border-box;
    display: block;
}

.footer .top .content .right form .form_bottom input[type="submit"] {
    width: 160px;
    height: 40px;
    background-color: rgb(7, 28, 93);
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.footer .top .content .right form .form_bottom input[type="submit"]:hover{
    border: 2px solid rgb(7,28,93);
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.footer .bottom {
    background-color: rgb(28, 28, 28);
}

.footer .bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.footer .bottom p,
.footer .bottom p a {
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
    display: flex;
    align-items: center;
}