﻿body {
    background: #2D68E4;
}

.footer {
    width: 100%;
    padding: 70px 0 55px 0;
}

.footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banq p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.banq p a {
    color: #fff;
}

.main .container1 {
    box-sizing: border-box;
    border-radius: 20px;
    background: linear-gradient(100deg, #003bb200 -22%, #003bb200 -22%, #003bb280 70%);
    border: 1px solid rgba(209, 217, 255, 0.5);
    backdrop-filter: blur(18.9px);
    box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0.4rem;
}

.main {
    width: 100%;
    position: relative;
}

.main .content {
    width: 100%;
    position: absolute;
    top: 7.72rem;
    z-index: 11;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bgImg img {
    width: 100%;
}

.dxlogo {
    position: absolute;
    left: 0.6rem;
    top: 0.6rem;
}

.dxlogo img{
    max-width: 80%;
}

.main h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 3.6rem;
}

.main h1 img{
    max-width: 80%;
}

.infolist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.infolist ul li {
    width: calc((100% - 0.71rem) / 3);
    margin-right: 0.35rem;
    margin-bottom: 0.4rem;
    position: relative;
}

.infolist ul li:nth-child(3n) {
    margin-right: 0;
}

.infolist ul li .img {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0.13rem 0.13rem;
}

.infolist ul li .img::before {
    content: '';
    width: 100%;
    height: 1.5rem;
    background: #0194DE;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0.2rem;
}

.infolist ul li .img img {
    width: 100%;
    border-radius: 0.2rem;
}

.infolist ul li .videoBtn {
    width: 0.53rem;
    height: 0.53rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 11;
    background: url(../images/videoBtn.png) center no-repeat;
    background-size: cover;
}

.detail .item {
    width: 100%;
    margin-bottom: 0.4rem;
}

.item-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 11;
}



.item1 {
    width: 100%;
    position: relative;
}

.item1::before {
    content: '';
    width: 100%;
    height: 2.7rem;
    background: #003BB6;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.3rem;
    position: absolute;
    left: 0;
    top: 0;
}

.item1 .img {
    width: 8.5rem;
}

.item1 .img img {
    width: 100%;
    border-radius: 0.3rem;
}

.text-style {
    width: 100%;
    box-sizing: border-box;
    padding: 0.4rem;
    backdrop-filter: blur(20px);
    border-radius: 0.3rem;
    background: rgba(126, 126, 126, 0.2);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.item .text {
    font-size: 0.2rem;
    line-height: 2.1em;
    text-align: justify;
    color: #fff;
    text-indent: 2em;
}

.item1 .item-flex .text {
    width: 5.3rem;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.item1 .title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0.6rem 0 0.4rem 0;
    position: relative;
    z-index: 11;
}

.item2 {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.3rem;
    background: rgba(126, 126, 126, 0.1);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(90px);
    padding: 0.5rem;
}

.item2 .img {
    width: 6.5rem;
}

.item2 .img img {
    width: 100%;
    border-radius: 0.3rem;
}

.item2 .text {
    flex: 1;
    box-sizing: border-box;
    padding-right: 0.5rem;
}

.item3 .img {
    width: 8.5rem;
}

.item3 .img img {
    width: 100%;
    border-radius: 0.3rem;
}

.item3 .item-flex {
    justify-content: flex-start;
}

.item3 .text {
    width: 5.3rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.item4{
    width: 100%;
     box-sizing: border-box;
    border-radius: 0.3rem;
    background: rgba(126, 126, 126, 0.1);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(90px);
    padding: 0.5rem;
}

.item4 .img {
    width: 100%;
    text-align: center;
}

.item4 .img img {
    max-width: 100%;
    height: auto;
    margin: 0.2rem 0;
    border-radius: 0.3rem;
}

.org {
    width: 100%;
    text-align: right;
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
    box-sizing: border-box;
    padding: 0.1rem;
}

.img_content .box{
    width: 8rem;
    position: relative;
    padding-bottom: 56.25%;
}

.img_content video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.colse_btn {
    border: solid 1px #003BB6;
    color: #fff;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.12rem;
    width: 0.45rem;
    background: #003BB6;
    display: inline-block;
    border-radius: 0.05rem;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -0.25rem;
}