* {
 margin: 0;
 padding: 0;
}
body{
 background: #F8F8F8;
}
.line{
 width: 100%;
 height: 1px;
 background: #D9D9D9;
}
/* 轮播 */
.slide1 {
 width: 375px;
 height: 200px;
 overflow-x: hidden;
 position: relative;
}

.slide1 .swiper-slide {
 text-align: center;
 font-size: 18px;
 background: #fff;

 /* Center slide text vertically */
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 align-items: center;
}

.slide1 .swiper-slide img {
 display: block;
 width: 100%;
 height: 200px;
 object-fit: cover;
}

.slide1 .swiper-button-next:after,
.swiper-button-prev:after {
 font-size: 16px !important;
}

.slide1 .swiper-pagination-bullet {
 width: 29px !important;
 height: 3px !important;
 border-radius: 30px !important;
 /* opacity: 0.1 !important; */
}

.slide1 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 bottom: 20px !important;
}

.slide1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
 background: #fff !important;

}

.slide1 .swiper-button-prev::after,
.swiper-button-next::after {
 background: rgb(204, 204, 204) !important;
 width: 33px;
 height: 33px;
 border-radius: 50%;
 position: absolute;
 font-family: swiper-icons;
 letter-spacing: 0px;
 line-height: 1;
 display: flex;
 align-items: center;
 flex-direction: column;
 justify-content: center;
 color: rgb(255, 255, 255);
}

.slide1 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
 left: 50px !important;
 top: 50% !important;
}

.slide1 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
 right: 50px !important;
 top: 50% !important;
}

.slide1 .swiper-button-prev:hover:after {
 width: 33px;
 height: 33px;
 border-radius: 50%;
 background: #063190 !important;
}

.slide1 .swiper-button-next:hover:after {
 width: 33px;
 height: 33px;
 border-radius: 50%;
 background: #063190 !important;
}

.content {
 background: #F6F7FB;
}

.title {
 background: #fff;
 /* width: 375px; */
 height: 50px;
 margin: 0 auto;
 color: #333;
 font-size: 24px;
 font-weight: 400;
 line-height: 50px;
 margin-top: 60px;
 padding-left: 16px;
}

.nav_two {
 /* width: 328px; */
 margin: 0 auto;
}

.dropbtn1 {
 font-size: 14px;
 cursor: pointer;
 padding: 6px 10px;
 border: 1px solid var(--unnamed, #063190);
 /* display: flex; */
 align-items: center;
 border-radius: 4px;
 /* color: #063190; */

}

.dropdown1 {
 /* height: 64px; */
 /* display: flex;
 align-items: center;
 justify-content: center; */
 margin: 0 auto;
 cursor: pointer;
 border-radius: 4px;
}

.dropdown1:hover {
 background-color: #063190;
 color: #fff;
}

/* .dropdown1:hover .dropbtn1 {
 color: #fff;
} */

.dropdown1:hover .dropbtn {
 color: #000;

}

.menu-list-two {
 width: 336px;
 display: flex;
 height: 32px;
 z-index: 2;
 margin: 0 auto;
 
 background: #fff;
 color: #333;
 border-radius: 4px;
}

.content_all {
 width: 375px;
 margin: 0 auto;
 padding-top: 32px;
 padding-bottom: 24px;
 background: #fff;
 /* display: flex;
 justify-content: space-between; */
}

.content_left {
 border-radius: 8px;
}

.content_right {
 width: 375px;
 /* background: #fff; */
 border-radius: 8px;
}

.right_bg {
 width: 100%;
 background: #fff;
 border-radius: 8px;
}

.content_right_title1,
.content_right_title2,
.content_right_title3,
.content_right_title4 {
 color: #000;
 font-size: 22px;
 font-style: normal;
 font-weight: 350;
 line-height: 24px;
 text-align: center;
 padding-top: 24px;
}

.content_right_line {
 width: 54px;
 height: 6px;
 border-radius: 30px;
 background: #063190;
 margin: 0 auto;
 margin-top: 7px;
}

.organization,
.professional,
.contact {
 display: none;
}

.about_detail1,
.about_detail2.about_detail2,
.about_detail4 {
 font-size: 14px;
 line-height: 24px;
}

.about_detail1 {
 width: 343px;
 text-align: justify;
 margin: 0 auto;
 margin-top: 14px;
 padding-bottom: 24px;
}

.about_detail1 img {
 width: 343px;
 margin: 0 auto;
}

.about_detail2 {
 margin-top: 25px !important;
 /* display: flex; */
 padding-bottom: 25px;
 text-align: center;
 justify-content: center;
}


.about_detail2 table{
    border-top: 1px solid #063190;
}
.about_detail2 img {
    width: 343px;
   }
   .about_detail2 div img{
    width: 343px;
    margin: 32px 0;
   }
   .about_detail2 div h1{
    margin-top: 24px !important;
   }
   
   .about_detail2 table{
    width: 343px;
    margin: 0 auto;
    margin-top: 24px;
   }
   .about_detail4 table{
    margin: 0 auto;
    margin-top: 24px;
    border-top: 1px solid #063190;
    text-align: center;
   }

.about_detail2 img {
 width: 343px;
 height: 136px;
}

.about_detail3 {
 margin: 0 0.81rem;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-top: 8px;
}

.single {
 width: 10.21875rem;
height: 15.69638rem;
 background: #fff;
 border-radius: 8px;
 margin-top: 16px;
 cursor: pointer;
}

.single img {
width: 10.21875rem;
height: 12.59419rem;
 border-radius: 8px 8px 0 0;
}

.single_name {
 color: #000;
 font-size: 14px;
 font-weight: 400;
 line-height: 24px;
 margin-left: 16px;
 margin-top: 16px;
}

.single:hover .single_name {
 color: #063190;
}

/* 分页 */
.layui-laypage-limits {
 display: none !important;
}

.layui-laypage-refresh {
 display: none !important;
}
.layui-laypage .layui-laypage-count{
 display: none !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
 background-color: #063190 !important;
}
.layui-laypage a:hover{
 color: #063190 !important;
}
.lay_page .layui-laypage input:focus, .layui-laypage select:focus{
 border-color: #063190 !important;
}
.layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh, .layui-laypage .layui-laypage-skip{
 padding-left: 10px !important;
}
#demo-laypage-all{
 text-align: end;
 margin-top: 32px;
}
/* 动态表格 */
.layui-table-checked{
 background: #fff !important;
}
.about_detail4{
 width: 343px;
 margin: 0 auto;
 margin-top: 25px;
 overflow-x: auto;
}
.layui-table td, .layui-table th{
 text-align: center !important;
}

/* .layui-table tr:first-child td:first-child{
 border-top-left-radius: 8px !important;
}
.layui-table tr:first-child td:last-child{
 border-top-right-radius: 8px !important;
} */
#table_wrap > table {
 font-size: 14px;
 text-align: center;
 margin: 0 auto;
 border-collapse: separate;
 border-spacing: 0;
 border: 1px solid #063190;
}

table thead tr,table tbody tr {
 height: 50px;
 line-height: 50px;
 /*background-color: pink;*/
}
table tr th:first-child,table tr td:first-child {/*设置table左边边框*/
 border-left: 1px solid #063190;
}
table tr th:last-child,table tr td:last-child {/*设置table右边边框*/
 border-right: 1px solid #063190;
}
table tr td:first-child,
table tr td:nth-child(2),
table tr td:nth-child(3),
table tr td:last-child{/*设置table表格每列底部边框*/
 border-bottom: 1px solid #063190;
 border-right: 1px solid #063190;
 line-height: 24px;
}
/*table tr:last-child td:first-child,
table tr:last-child td:nth-child(2),
table tr:last-child td:nth-child(3),
table tr:last-child td:last-child{/!*设置table表格最后一列底部边框*!/
 border-bottom: 2px solid #000;
}*/
table tr th {
 background: #063190;
 color: #fff;
 border-right: 1px solid #fff;
}
table tr:first-child th:first-child {
 border-top-left-radius: 8px;
}

table tr:first-child th:last-child {
 border-top-right-radius: 8px;
}
table tr:last-child td:first-child {
 border-bottom-left-radius: 8px;
}

table tr:last-child td:last-child {
 border-bottom-right-radius: 8px;
}
/* 联系方式 */
.contact_way{
 width: 856px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 margin-top: 24px;
}
.contact_way img{
 width: 18px;
 height: 18px;
}
.contact_title{
 color: #063190;
text-align: center;
font-size: 20px;
font-weight: 700;
line-height: 24px; 
margin-left: 16px;
}
.issue,.adver{
 color: #000;
text-align: center;
font-size: 14px;
font-weight: 350;
line-height: 24px; 
text-align: start;
}
.issue{
 margin-top: 16px;
}
.adver{
 margin-top: 8px;
 padding-bottom: 22px;
}


.page_line{
 width: 100%;
 height: 10px;
 background: #E6E6E6;
}
/* 分页修改 */
.page{
 width: 343px;
 background: #fff;
 display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 11px 16px;
}
.page_pre{
 width: 74px;
 height: 32px;
 line-height: 32px;
 border: 1px solid var(--unnamed, #E6E6E6);
background: var(--unnamed, #E6E6E6);
color: var(--unnamed, #063190);
font-size: 14px;
font-weight: 400;
text-align: center;
}
.page_next{
 width: 74px;
 height: 32px;
 line-height: 32px;
 border: 1px solid var(--unnamed, #063190);
background: var(--unnamed, #063190);
color: #fff;
font-size: 14px;
font-weight: 400;
text-align: center;
}
.page_num{
 color: var(--text-5, #1D2129);
font-size: 18px;
font-weight: 400;
line-height: 32px;
}