* {
 margin: 0;
 padding: 0;
}

/* 轮播 */
.slide1 {
 width: 100%;
 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;
}
.swiper-slide-active{
 width: 100% !important;
}
.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;
}

.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; */
 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;
}

.about_detail1,
.about_detail2.about_detail2,
.about_detail4 {
 font-size: 14px;
 line-height: 24px;
 padding-bottom: 32px
}

.about_detail1 {
 width: 888px;
 text-align: justify;
 margin: 0 auto;
 margin-top: 43px;
 padding-bottom: 82px;
}

.about_detail1 img {
 width: 872px;
 margin: 0 auto;
}

.about_detail2 {
 margin-top: 119px !important;
 display: flex;
 padding-bottom: 187px;
 text-align: center;
 justify-content: center;
}

.about_detail2 img {
 width: 780px;
 height: 310px;
}

.about_detail3 {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-top: -16px;
}

.single {
 width: 222px;
 height: 341px;
 background: #fff;
 border-radius: 8px;
 margin-top: 16px;
 cursor: pointer;
}

.single img {
 width: 222px;
 height: 281px;
 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;
}

.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;
 /*background-color: pink;*/
}

table tr th:first-child,
table tr td:first-child {
 /*设置table左边边框*/
 border-left: 1px solid #E3E8EE;
}

table tr th:last-child,
table tr td:last-child {
 /*设置table右边边框*/
 border-right: 1px solid #E3E8EE;
}

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 #E3E8EE;
 border-right: 1px solid #E3E8EE;
}

/*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;
}

/* 联系方式 */
.issue,
.issue1,
.adver {
 color: #000;
 text-align: center;
 font-size: 14px;
 font-weight: 350;
 line-height: 24px;
 text-align: start;
}

.issue1 {
 margin-top: 16px;
}


/* 期刊阅览 */
.read_slide {
 height: 98px;
 background: #fff;
 margin-top: 32px;
 position: relative;
}

.read_magazine {
 width: 810px;
 height: 42px;
 display: flex;
 justify-content: space-between;
 padding: 27px 0;
 margin: 0 auto;
 border-radius: 8px;
}

.read_num {
 width: 101.555px;
 height: 42px;
 line-height: 42px;
 margin: 0 auto;
 border: 1px solid #063190;
 border-radius: 4px;
 display: flex;
 justify-content: center;
 align-items: center;
 cursor: pointer;
 color: #063190;
}

.prev {
 position: absolute;
 left: 0;
 top: 35px;
 cursor: pointer;
}

.prev img {
 width: 30px;
 height: 30px;
}

.next {
 position: absolute;
 right: 0;
 top: 35px;
 cursor: pointer;
}

.next img {
 width: 30px;
 height: 30px;
 cursor: pointer;
}

/* .prev:hover {
 background: #063190;
} */
.next img {
 width: 30px;
 height: 30px;
 cursor: pointer;
}

/* .next:hover {
 background: #063190;
} */


.read_detail {
 width: 888px;
 background: #fff;
 margin-top: 5px;
 border-radius: 8px;
}

.read_detail_content {
 display: flex;
 flex-wrap: wrap;
 margin-top: -30px;
}

.read_img {
 width: 210px;
 background: #E0E0E0;
 box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 10%);
 margin-top: 30px;
 border-radius: 8px;
}


.read_img img {
 width: 180px;
 height: 254px;
 margin: 21px 14px;
}

.read_publish {
 background: #fff;
 padding: 8px 16px 0px;
 border-radius: 0 0 8px 8px;
}

.read_sub {
 color: #000;
 font-size: 16px;
 font-weight: 400;
 line-height: 24px;
}

.read_see {
 color: #000;
 font-size: 16px;
 font-weight: 400;
 line-height: 24px;
 cursor: pointer;
}

.read_pay {
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.read_gopay {
 display: flex;
 align-items: center;
 cursor: pointer;
}

.read_gopay img {
 width: 24px;
 height: 24px;
}

.read_money {
 color: var(--unnamed, #063190);
 font-size: 16px;
 font-weight: 400;
 line-height: 24px;
}

.read_img:hover .read_see {
 color: #063190;
}

.know {
 width: 888px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 margin-bottom: 24px;
}

.know_line {
 width: 4px;
 height: 22px;
 background: #063190;
}

.know_title {
 color: #000;
 font-size: 20px;
 font-weight: 350;
 line-height: 24px;
 margin-left: 8px;
}

.know_data {
 width: 888px;
 margin: 0 auto;
 min-height: 50px;
 text-align: start;
 margin-bottom: 16px;
}

.know1 {
 width: 888px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 margin-top: 40px;
 margin-bottom: 24px;
}

.know_line1 {
 width: 4px;
 height: 22px;
 background: #063190;
}

.know_title1 {
 color: #000;
 font-size: 20px;
 font-weight: 350;
 line-height: 24px;
 margin-left: 8px;
}

.know2 {
 width: 888px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 margin-top: 40px;
 margin-bottom: 24px;
}

.know_title2 {
 color: #000;
 font-size: 20px;
 font-weight: 350;
 line-height: 24px;
 margin-left: 8px;
}

.pay_jd,
.pay_tb,
.pay_tm {
 width: 269px;
 border-radius: 10px;
 background: #FFF;
 box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.red {
 width: 73px;
 height: 27px;
 color: #fff;
 line-height: 27px;
 text-align: center;
 background: #E70012;
 border-radius: 8px 0 8px 0;
}
.jd_text{
 width: 226px;
 color: #000;
font-size: 14px;
font-weight: 350;
line-height: 24px; 
margin: 0 auto;
text-align: justify;
margin-top: 16px;
}
.pay_jd img,
.pay_tb img,
.pay_tm img
{
 width: 204px;
 height: 204px;
 margin: 18px 33px;
}
.jd_store{
 color: #000;
text-align: center;
font-size: 14px;
font-weight: 350;
line-height: 24px; 
padding-bottom: 17px;
}
.pay_way{
 width: 855px;
 display: flex;
 justify-content: space-between;
 padding-bottom: 51px;
}

.about_detail4 h2{
 margin: 16px auto;
}
.about_detail4 h3{
 margin-bottom: 8px;
}
.about_detail4 table{
 border-top: 1px solid #f8f8f8;
}

.about_detail4 li{
 margin-top: 16px;
}
.about_detail4 div img{
 margin-top: 8px;
}
