* {
 margin: 0;
 padding: 0;
}

/* 轮播 */
.slide1 {
 width: 100%;
 height: 200px;
 overflow-x: hidden;
 position: relative;
}
.swiper-slide-active{
 width: 100% !important;
}
.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 {
 width: 1200px;
 margin: 0 auto;
 color: #333;
 font-size: 24px;
 font-weight: 700;
 line-height: 54px;
 padding-top: 40px;
}
.footer{
 border: none !important;
}
.nav_two {
 width: 1200px;
 margin: 0 auto;
}

.dropbtn1 {
 font-size: 16px;
 cursor: pointer;
 padding: 23px 0px;
 display: flex;
 align-items: center;
 /* color: #333; */

}

.dropdown1 {
 width: 240px;
 height: 64px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto;
 cursor: pointer;
}

.dropdown1:hover {
 background-color: #063190;
 color: #fff;
}

/* .dropdown1:hover .dropbtn1 {
 color: #fff;
} */

.dropdown1:hover .dropbtn {
 color: #000;

}

.menu-list-two {
 width: 240px;
 /* display: flex; */
 height: 256px;
 z-index: 2;
 justify-content: space-evenly;
 background: #fff;
 color: #333;
 border-radius: 8px;
}

.content_all {
 width: 1200px;
 margin: 0 auto;
 padding-top: 32px;
 padding-bottom: 72px;
 display: flex;
 justify-content: space-between;
}

.content_left {
 width: 240px;
 border-radius: 8px;
}

.content_right {
 width: 936px;
 /* 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: 24px;
 font-style: normal;
 font-weight: 350;
 line-height: 24px;
 text-align: center;
 padding-top: 46px;
}

.content_right_line {
 width: 54px;
 height: 6px;
 border-radius: 30px;
 background: #063190;
 margin: 0 auto;
 margin-top: 7px;
}

.organization,
.professional,
.contact {
 display: none;
}
.professional{
 /* width: 100%; */
 width: calc(100% + 16px);
 /* display: flex; */
 overflow: hidden;
 flex-wrap: wrap;
}

.about_detail1,
.about_detail2.about_detail2,
.about_detail4 {
 font-size: 14px;
 line-height: 24px;
 padding: 20px;
 padding-bottom: 73px;
 /* margin-right: 16px; */
}

.about_detail1 {
 width: 888px;
 text-align: justify;
 margin: 0 auto;
 margin-top: 43px;
 padding-bottom: 73px;
 min-height: 800px;
}

.about_detail1 img {
 width: 872px;
 margin: 0 auto;
}

.about_detail2 {
 margin-top: 24px !important;
 /* display: flex; */
 padding-bottom: 187px;
 text-align: center;
 justify-content: center;
}

.about_detail2 img {
 width: 780px;
 height: 310px;
}
.about_detail2 div img{
 width: 780px;
 margin: 32px 0;
}
.about_detail2 div h1{
 margin-top: 24px !important;
}

.about_detail2 table{
 width: 780px;
 margin: 0 auto;
 margin-top: 24px;
}
.about_detail4 table{
 width: 888px;
 text-align: center;
 margin: 0 auto;
 margin-top: 24px;
 border-top: 1px solid #063190;
}
.about_detail4 table tbody{
 border-top: 2px solid #063190;
}

.about_detail3 {
 display: flex;
 flex-wrap: wrap;
 /* justify-content: space-around; */
 margin-top: -16px;

}
 .about_detail3 .single{
  box-sizing: border-box;
  margin-right: 16px;
 }

.single {
 width: 222px;
 height: 341px;
 background: #fff;
 border-radius: 8px;
 margin-top: 16px;
 cursor: pointer;
}

.single img {
 width: 222px;
 height: 281px !important;
 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: 856px;
 margin: 0 auto;
 margin-top: 57px;
 padding-bottom: 50px;
}
.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: 16px;
 text-align: center;
 margin: 0 auto;
 border-collapse: separate;
 border-spacing: 0;
 border: 2px #000;
}

table thead tr,table tbody tr {
 height: 50px;
 line-height: 50px;
}
table tr th:first-child,table tr td:first-child {
 border-left: 2px solid #063190;
}
table tr th:last-child,table tr td:last-child {
 border-right: 2px solid #063190;
}
table tr td:first-child,
table tr td:nth-child(2),
table tr td:nth-child(3),
table tr td:last-child{
 border-bottom: 2px solid #063190;
 border-right: 2px solid #063190;
}

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: 32px;
}
.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: 108px;
}

.about_detail2  table tbody tr{
 border-top: 1px solid;
}

.about_detail4  table tbody tr{
 border-top: 1px solid;
}
.company{
 margin-top: -14px !important;
}