.wqxd-view1 {
    width: 100%;
    height: 30%;
    background: url(../../img/web/wqxd/bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.wqxd-view2 {
    width: 100%;
    min-height: 100%;
}

.wqxd-view3 {
    width: 100%;
    height: 100%;
    background: url(../../img/web/index/image10.png) no-repeat;
    background-size: 100% 100%;
}

.wqxd-view1-inner {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wqxd-view1.esgbg {
    width: 100%;
    height: 100%;
    background: url(../../img/web/esgbg/banner.png) no-repeat;
    background-size: 100% 100%;
}

.wqxd-view1-item1 {
    position: absolute;
    top: 42%;
    width: 100%;
}

.wqxd-view1-title1 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
}

.wqxd-view1-title2 {
    font-size: 45px;
    line-height: 30px;
    color: #fff;
    font-family: Arial;
    text-align: center;
    display: flex;
    justify-content: center;
}

.wqxd-view1-title2 div {
    margin: 5px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
}

.wqxd-view2-empty {
    width: 100%;
    height: 70px;
}

.wqxd-view2-panel1 {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.wqxd-view2-menu {
    display: inline-block;
    height: 50px;
}

.wqxd-view2-neirong {
    position: relative;
    padding: 3% 20%;
    /* display: flex; */
    justify-content: space-evenly;
    background: linear-gradient(to right, #e9f6ff, #ffffff);
}

.wqxd-view2-neirong .xuxian_line {
    margin-left: 33%;
    margin-right: 20%;
    width: 50rem;
    height: 1px;
    border: 1px dashed gray;
    position: absolute;
    top: 6rem;

}

.jiantou::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid black;
    position: absolute;
    left: 110%;
    top: 23px;
}

.jiantou::after {
    content: "";
    width: 35px;
    height: 1px;
    border-bottom: 2px dashed gray;
    border-left-style: dashed;
    position: absolute;
    left: 102%;
    top: 27px;
}

.wqxd-view2-neirong ul {
    width: 18%;
    background-color: #f8fafc;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
    height: 500px;
    justify-content: flex-start;
    align-items: center;

}

.wqxd-view2-neirong ul li {
    position: relative;
    ;
    z-index: 2;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #333333;
    background-color: #FFFFFF;
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    list-style-type: none;
    border-radius: 10px;
    width: 90%;
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}

.wqxd-view2-neirong ul li:hover {
    background-color: #e0e0e0;
    /* 鼠标悬停时的背景颜色变化 */
    cursor: pointer;
    /* 鼠标指针变为手型 */
}

.wqxd-view2-neirong ul li.select {
    background: linear-gradient(to right, #6CBBFF, #1052D7);
    color: white;
}

.wqxd-view2-neirong p {
     text-align: left;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.wqxd-view2-item1 {
    width: 100%;
    margin-bottom: 50px;
}

.wqxd-view2-page {
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}

.wqxd-view2-page-neirong {
    height: 59px;
    display: inline-block;
}

.queryview2 {
    width: 100%;
    margin-bottom: 50px;
}

.queryview2-item1 {
    padding: 10px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.queryview2-item1-left {
    width: 350px;
}

.queryview2-item1-right {
    flex: 1;
    padding-left: 20px;
    padding-top: 20px;
}

.queryview2-item1-logo {
    margin-bottom: 20px;
}

.queryview2-item1-title1 {
    color: #003a96;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.queryview2-item1-title2 {
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
}

.queryview2-item1-left img {
    max-width: 100%;
}

.queryview2-item1-neirong {
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
    padding-right: 20px;
}

.queryview2-item1-panel1 {
    margin-bottom: 10px;
}

.download2 {
    padding-left: 25px;
    padding-right: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #003a96;
    border: 1px solid #003a96;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
}

.download2 img {
    margin-right: 10px;
}

.download2 img:nth-child(1) {
    display: inline-block;
}

.download2 img:nth-child(2) {
    display: none;
}

.download2:hover img:nth-child(1) {
    display: none;
}

.download2:hover img:nth-child(2) {
    display: inline-block;
}

.download2:hover {
    background: #003a96;
    color: #fff;
}

.wqxd-redio-btn {
    position: absolute;
    top: -26%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background-image: url(../../img/web/wqxd/radio_icon.png);
    border: 0px solid #f5f5f5;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

/* 导航部分 */
.wqxd-view2-nav1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 50px;
    gap: 160px;
}

.wqxd-view2-nav1 div {
    padding: 10px 20px;
    border: none;
    background-color: #f2f2f2;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    width: 300px;
    /* 宽度减半，变为 230px  */
    height: 60px;
    /* 高度减半，变为 50px  */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 140px;
    font-size: 20px;
}

.wqxd-view2-nav1 div:last-child {
    margin-right: 0;
}

.wqxd-view2-nav1 .current {
    background: linear-gradient(to left, #1052d7, #6cbbff);
    color: #fff;
    border-radius: 10px;
    width: 300px;
    /* 选中项宽度也减半  */
    height: 60px;
    /* 选中项高度也减半  */
    font-size: 20px;
}

.wqxd-view2-nav1 div:hover {
    background-color: #ddd;
}

/* 产品头部导航 */
.wqxd-view2-nav2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    width: 90%;
    margin: auto;
    gap: 30px;
}

.wqxd-view2-nav2 div {
    margin: 0px 20px;
    border: none;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 130px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 22px;
    position: relative;
}

.wqxd-view2-nav2 div:last-child {
    margin-right: 0;
}

.wqxd-view2-nav2 .current {
    color: #003a96;
    border-bottom: 1px solid;
}

.wqxd-view2-nav2.current::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0000ff;
}

/* 产品内容 */
.wqxd-view2-content {
    padding-top: 30px;
    display: flex;
    width: 75%;
    margin: auto;
}

/* 产品左侧导航 */
.wqxd-view2-left-nav {
    width: 150px;
    padding: 10px;
}

.wqxd-view2-left-nav div {
    padding: 5px 0;
    border: none;
    text-align: center;
    min-width: 70px;
}

.wqxd-view2-left-nav div a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    -webkit-user-select: none;
    /* 禁止选中文字（适用于 Safari 等 WebKit 内核浏览器） */
    -moz-user-select: none;
    /* 禁止选中文字（适用于 Firefox 等 Gecko 内核浏览器） */
    -ms-user-select: none;
    /* 禁止选中文字（适用于 IE 等 Trident 内核浏览器） */
    user-select: none;
    /* 禁止选中文字（通用） */
}

.wqxd-view2-left-nav div.current a:hover {
    color: white !important;
}

.wqxd-view2-left-nav div.current {
    background: linear-gradient(to left, #1052d7, #6cbbff);
    border-radius: 10px;
}

.wqxd-view2-left-nav div.current a {
    color: #fff;
}

/* 产品右侧内容部分 */
.list-content {
    padding: 0 20px;
    overflow: auto;
    max-height: 415px;
    margin-top: 10px;
}

.img1 {
    padding: 20px;
    width: 70%;
}

.img2 {
    padding: 20px 0;
    width: 90%;
}

.item {
    padding: 3px 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    /* 使每项中的字体自适应边距 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-size: smaller;
}

.item:nth-child(1) {
    background: #37A73C
}

.item:nth-child(2) {
    background: #37A75F;
}

.item:nth-child(3) {
    background: #37A789;
}

.item:nth-child(4) {
    background: #3793A7;
}

.item:nth-child(5) {
    background: #377CA7;
}

.item:nth-child(6) {
    background: #37A73C
}

.item:nth-child(7) {
    background: #37A75F;
}

.item:nth-child(8) {
    background: #37A789;
}

.item:nth-child(9) {
    background: #3793A7;
}

.item:nth-child(10) {
    background: #377CA7;
}

.item:last-child {
    border-bottom: none;
}

.item-time {
    float: right;
}

.item:last-child {
    border-bottom: none;
}

.item-time {
    width: 20%;
    float: right;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 72px;
}

/* table 第一行导航 */
.wqxd-view2-table {
    padding: 2% 20%;
    width: 100%;
    margin: auto;
    background: #F7F7F7;
}

.wqxd-view2-table .nav1 div {
    font-family: Microsoft YaHei;
    display: inline-block;
    margin-right: 30px;
    font-size: 25px;
    padding: 5px;
}

.wqxd-view2-table .nav1 .current {
    font-weight: bold;
    border-bottom: 2px solid #003A96;
}

.wqxd-view2-table .nav2 div {
    font-family: Microsoft YaHei;
    display: inline-block;
    margin-left: 7px;
    margin-top: 25px;
    font-size: 16px;
}

.wqxd-view2-table .nav2 .current {
    position: relative;
    font-weight: bold;
}

.wqxd-view2-table .nav2 .current:before {
    content: "";
    border-left: 2px solid #003A96;
    margin-right: 3px;
    height: 70%;
    position: absolute;
    left: -9px;
    top: 4px;
}

/* 图表2 */
.wqxd-view3-neirong {
    padding: 3% 20%;
}

.wqxd-view3-neirong .title1 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 28px;
    text-align: center;
}

.wqxd-view3-neirong .title2 {
    text-align: left;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.wqxd-view3-neirong .img {}

.wqxd-view3-neirong .addressList {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2rem;
}

.wqxd-view3-neirong .addressList .address {
    width: 23%;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(54, 76, 87, 0.29);
    border-radius: 10px;
    padding: 2rem;
}

.wqxd-view3-neirong .addressList .address h1 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
}

.wqxd-view3-neirong .addressList .address div {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 26px;
}

.wqxd-view4-neirong {
    display: flex;
    background-image: url('../../img/web/wqxd/p1.png');
    background-repeat: round;
    background-size: cover;
    height: 500px;
}

.wqxd-view4-neirong .left {
    width: 50%;
}

.wqxd-view4-neirong .right {
    background: #EEF4F7;
    opacity: 0.9;
    width: 50%;
}

.wqxd-view4-neirong .right .contain {
    padding: 10% 15%;
}

.wqxd-view4-neirong .right .contain .title {

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 28px;
}

.wqxd-view4-neirong .right .contain .text {
    margin-top: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}
.img3 img{height: 300px;}
/* 弹出框样式 */
.modal {
    display: none;
    /* 初始时隐藏模态框 */
    position: fixed;
    /* 固定定位 */
    z-index: 1;
    /* 置于顶层 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* 允许滚动，如果内容超出窗口 */
    background-color: rgba(0, 0, 0, 0.4);
    /* 半透明背景 */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 垂直居中 */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}