* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.head_Nav_Bar {
    min-width: 1200px;
    height: 130px;
    display: flex;
    position: relative;
z-index: 1;
}

.left_Nav_Bar {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    display: flex;
    flex: 4;
    background-color: #015293;
    z-index: 1;
}

.left_Nav_Bar img {
    margin-right: 30px;
    transform: scale(1.3);

}

.right_Nav_Bar {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 8;
    z-index: 1;
    opacity: 0.4;
}

.right_Nav_Bar1 {
    display: flex;
    flex: 1;
    background-color: rgba(128, 128, 128,0.4);
    z-index: 1;
justify-content: flex-end;
}
/*.right_Nav_Bar1 a {*/
/*color: #eee;*/
/*}*/
.right_Nav_Bar2 {
    display: flex;
    flex: 3;
background-color:rgba(1, 82, 147, 0.6);

z-index: 1;
}
.slideshow-container{
    height: 1100px;
}
/* 基本样式 */
body {
    font-family: Arial, sans-serif;
}

.element1{
    display: flex;
    border-right: 1px solid;
    border-left: 1px solid;
    color: white;
}
.element2{
    display: flex;
     list-style-type:none ;
 }
.text1{
    text-decoration: none;
    color: #eee;
    padding: 8px 10px;
    font-size: 17px;
}
.text2{
    text-decoration: none;
    color: #eee;
    padding: 0px 10px;
    margin-right: 100px;
}
/* 将第一个元素靠近中间 */
.last-item {
    margin-right: auto;
}
.imgBox {
    position: absolute;
    width: 100%;
    height: 800px;
    z-index: 0;
}
.mySlides {
    width: 100%;
    height: 115%;
    object-fit:cover;
    position: absolute;
    top: -130px;
    left: 0;
}
.container{
    display: flex;

}
.container li{
    padding:35px 25px;
}
.container a{
    color: white;
    font-size: 1.3vw;
    text-decoration:none;
}
/*.container .nav {*/
/*    position: absolute;*/
/*}*/
.container .nav:hover {
    background-color: #015293;
    display: inline-block;
}
.container .nav ul {
    display: none;
    position: absolute;
    top: 100%;
    max-height: 400px; /* 你可以根据需要调整高度 */
    overflow-y: auto;
    background-color: #015293;
    text-align: center;
}
.container .nav ul li{
    width: 100%;
    display: inline-block;
    padding: 7px 0px;
}
.container .nav ul li:hover{
background-color: #ADD8E6;
    color: white;
}
.container .nav ul li a {
    color: white;
    text-decoration:none;
    font-size: 1.15vw;
}
ul{
    list-style-type:none;
}
.container .nav ul.double-menu {
    display: none;
    top: 100%;
    width: 200px;
    background-color: #015293;
    text-align: center;
    box-sizing: border-box; /* 防止内边距增加宽度 */
}.container .nav ul.double-menu:last-child {
     left: 83.5%; /* 第二列相对于第一列的右侧对齐 */
 }
.container .nav ul.double-menu li {
    display: block;
}

.container .nav:hover .double-menu {
    display: inline-block; /* 鼠标悬停时显示两列菜单 */
}

.container .nav ul.double-menu:hover {
    display: inline-block; /* 鼠标悬停时显示两列菜单 */
}

.container .nav ul.double-menu li:hover {
    background-color: #ADD8E6;
    color: white;
}
.con1{
    width: 86%;
    height: 570px;
    margin: 0 auto;
    position: absolute;
    left: 7%;
    top: 60%;
    display:flex;
    flex-direction: row;

}
.boxx1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 100%;
    width: 100%;
    margin-right: 20px;
}

.boxx1 .div1 {
    flex: 2;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    background:  url('image/list-1.jpg') center/cover no-repeat;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 0; /* 将图片放在背景之上 */
}

.text-container1 {
    background-color: rgba(1, 82, 147, 0.8);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.text-container2 {
    background-color: rgba(80, 157, 80, 0.8);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.text-container3 {
    background-color: rgba(80, 157, 80, 0.8);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.text-container3:hover{
    background-color: rgba(222, 11, 49, 0.7);
}
.boxx1 .div2{
    flex:6;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    display: flex;
    flex-direction: row;
}
.block1{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.x1 .div2 .block1{
    flex: 1;
    width: 100%;
    height: 100%;
    margin-right: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.boxx1 .div2 .block1 .type1{

    background: url("image/list-2.jpg") center/cover no-repeat;
    flex: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    position: relative;
}

.boxx1 .div2 .block1 .type2{
   background: url("image/list-4.jpg") center/cover no-repeat;
    flex: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    position: relative;
}
.boxx1 .div2 .block1 .type3{
    background: url("image/list-6.jpg") center/cover no-repeat;
    flex: 1;
    width: 100%;
    height: 100%;
    position: relative;
}
.boxx1 .div2 .block2{
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boxx1 .div2 .block2 .type4{

    background: url("image/list-3.jpg") center/cover no-repeat;
    flex: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    position: relative;
}
.boxx1 .div2 .block2 .type5{
    background: url("image/list-5.jpg") center/cover no-repeat;
    flex: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    position: relative;
}
.boxx1 .div2 .block2 .type6{
    background: url("image/list-3.jpg") center/cover no-repeat;
    flex: 1;
    width: 100%;
    height: 100%;
    position: relative;
}
.boxx1 .div3{
    flex:3;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.boxx1 .div3 .block1{
flex: 1;
    width: 100%;
    height: 100%;
    margin-right: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.boxx1 .div3 .block1 .type7{
    background: url("image/list-7.jpg") center/cover no-repeat;
    flex: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    position: relative;
}
.boxx1 .div3 .block1 .type8{
    background: url("image/list-7.jpg") center/cover no-repeat;
    flex: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    position: relative;
}
.boxx1 .div3 .block2{
flex:1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.boxx1 .div3 .block2 .type9{
    background: url("image/list-9.jpg") center/cover no-repeat;
    flex: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
.l1_box{
    flex: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
    position: relative;
}
.l2_box{
    flex: 1;
    width: 100%;
    height: 100%;
    position: relative;
}
.boxx1 .div4{
    flex:1;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 82, 147, 1);
    color: white;
}
.message_Text{
    margin: 12px;
    width: 100%;
    height: 100%;
}
.message_Text1{
    margin-left:12px;
    margin-top: 10px;
    width: 100%;
    height: 100%;
}
.t_Font1{
    font-size: 24px; /* 设置小字体大小 */
    color: white;
}
.t_Font2{
    font-size: 18px;
    color: white;
}
.t_Font3{
     font-size: 16px;
    color: white;
 }
.button {
    flex: 1;
    background-color: #015293;
    color: white;
    text-align: center;
    cursor: pointer;
}
.red{
    background-color: rgba(222, 11, 49, 0.7);
}
.button:hover {
    background-color: #002b4c;
}
.boxx2{
    flex:3.5;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
#content1 {
    display: block;
    width: 100%;
    height: 100%;
}

#content2, #content3, #content4 {
    display: none;
}
.cam_Activity{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.cam_Activity .block1{
   flex: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.cam_Activity .block1 .item1{
    flex: 5;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-left: 20px;
    color: #015293;
}

.cam_Activity .block1 .item2{
    flex: 5;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.cam_Activity .block1 .item2 img{
    height: 11px;
    margin-top: 2px;
 }

.l_box{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 13px;
}
.l_box .block4{
    flex: 2;
    width: 100%;
    height: 100%;
    font-size:13px ;
}
.l_box .text-box {
    flex: 5;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.l_box .block5{
    flex: 2;
    width: 100%;
    height: 100%;
}
.block5 a{
    text-decoration: underline;
    color: gray;
    font-size: 13px;
}
.text {
    display: none; /* 隐藏所有文字段落 */
    color: black;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
}

.text.active {
    display: block; /* 显示活动文字段落 */
}

.cam_Activity .block2{
flex: 9;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cam_Activity .block2 .model1{
flex: 1;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cam_Activity .block2 .model1 .cam_box1{
    flex: 1;
    margin-left: 80px;
    margin-top: 10px;
    margin-right: 40px;
    border-bottom: 0.2px solid grey;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}
.cam_Activity .block2 img{
    width: 120px;
    height: 80px;
}

.part{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;
}

.part .p_1{
    flex: 1;
}
.part .p_2{
    flex: 1;
}
.font_style1{
    color: #015293;
}
.font_style1:hover{
    color: crimson;
}
.font_style2{
    color: grey;
    font-size: 12px;
}
.cam_Activity .block2 .model1 .cam_box2{
    flex: 1;
    margin-left: 80px;
    margin-top: 10px;
    margin-right: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}
.cam_Activity .block2 .model2{
flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cam_Activity .block2 .model2 .cam_box1{
    flex: 1;
    margin-right: 80px;
    margin-top: 10px;
    margin-left: 40px;
    border-bottom: 0.2px solid grey;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}
.cam_Activity .block2 .model2 .cam_box2{
    flex: 1;
    margin-right: 80px;
    margin-top: 10px;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}
.cam_Activity .block3{
flex: 3;
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.cam_Activity .block3 .model1{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.cam_Activity .block3 .model1 a{
    font-size:13px ;
    color: gray;
    text-decoration: underline;
    margin-right: 50px;
}
.cam_Activity .block3 .model1 a:hover{
    color: crimson;
}
.cam_Activity .block3 .model2{
    flex: 9;
    background: url("image/block7.jpg") center/cover no-repeat;
    margin: 15px;
}
.con2{
    top: 100%;
    position: relative;
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.con2 .block5{
    flex: 1;
    background-color: rgba(1, 82, 147, 0.9);
    border-bottom: 1px solid grey;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.con2 .block5  a{
    color: white;
    text-decoration: none;
    margin: 10px;
    white-space: pre;
}
.con2 .block6{
    flex: 3;
    background-color: rgba(1, 82, 147, 0.9);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.con2 .block6 .model3{
    flex: 7;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.con2 .block6 .model1 .l_box1{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.con2 .block6 .model1 .l_box2{
    flex: 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.con2 .block6 .model2{
flex: 3;
}

.beian_right{
    display: flex;
}

.right_01{
    display: flex;
}
.right_01  .r_03{
    margin-top: 15px;
    margin-left: 5px;
}
.wrapper .imgg {
  width:90.4%!important;
}
.list_item{
    width: 90%!important;
    height: 10px!important;
    line-height: 0px!important;
}
.more-link .moretext img{
    margin-top: 15px;
    width: 40px;
    margin-right: 20px;
}
#wp_nav_w1 .wp_nav .sub-nav .nav-item a{
    border-top: 0px solid rgb(216, 225, 204)!important;
}
.beian{
    margin-left: 4%!important;
}
.div_piccontenttitle_li .c_pt_12{
    padding-bottom: 20px!important;
    border-bottom: 1px rgba(0,0,0,.1) solid!important;
}