* {
   margin: 0;
   padding: 0;
}

body {
   background: #F6F7FB;
}

/* 轮播 */
.slide1 {
   width: 375px;
   height: 188px;
   overflow-x: hidden;
   position: relative;
   margin-top: 50px;
}

.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: 375px;
   height: 188px;
   object-fit: cover;
}

.slide1 .swiper-button-next:after,
.swiper-button-prev:after {
   font-size: 16px !important;
}

.slide1 .swiper-pagination-bullet {
   width: 29px !important;
   height: 4px !important;
   border-radius: 30px !important;
   /* opacity: 0.1 !important; */
   margin-bottom: -10px !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;
}

.news {
   width: 100%;
   margin-top: 10px;
   background: #fff;
}

.news_title {
   width: 375px;
   margin: 0 auto;
   position: relative;
   text-align: center;
}

.right_sign {
   width: 343px;
   margin: 0 auto;
   line-height: 50px;
   height: 50px;
   display: flex;
   justify-content: space-between;

}

.more {
   font-size: 14px;
   font-weight: 400;
   line-height: 50px;
   color: #999;
   cursor: pointer;
}

.more img {
   width: 24px;
   height: 24px;
}

.news_title_e {
   color: #000;
   font-size: 24px;
   font-weight: 400;
   line-height: 50px;
}

.news_title_c {
   color: #000;
   font-size: 48px;
   font-weight: 350;
   line-height: 72px;
}

.news_main {
   margin-top: 24px;
   align-items: flex-start;
}

.slide2 {
   width: 343px;
   height: 193px;
   position: relative;
   overflow: hidden;
   border-radius: 8px;
   margin: 0 auto;
}

.slide2 .swiper-pagination-bullet {
   opacity: .5;
}

.slide2 .swiper-pagination-bullet-active {
   opacity: 1 !important;
   background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.slide2 .swiper-pagination-bullet {
   background: #fff;
   /* opacity: 0.7 !important; */
}

.slide2 .swiper-pagination {
   text-align: right;
}



.slide2 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
   bottom: 8px !important;
   left: -10px !important;
}

.slide2 .swiper-pagination-bullet {
   width: 9px !important;
   height: 9px !important;
}

.slide2 .swiper-button-next,
.slide2 .swiper-button-prev {
   color: #fff;
}

.slide2 .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);
}

.slide2 .swiper-button-next,
.slide2 .swiper-button-prev {
   display: none;
}

.slide2 .swiper-button-prev:hover:after {
   width: 33px;
   height: 33px;
   border-radius: 50%;
   background: #063190 !important;
}

.slide2 .swiper-button-next:hover:after {
   width: 33px;
   height: 33px;
   border-radius: 50%;
   background: #063190 !important;
}

.slide2:hover .swiper-button-next {
   display: block;
}

.slide2:hover .swiper-button-prev {
   display: block;
}

.slide2:hover .slide_title span {
   color: #fff;
}

.slide2 img {
   width: 343px;
   height: 193px;
}

.slide2 .swiper-button-next:after,
.swiper-button-prev:after {
   font-size: 16px !important;
}

.slide_title {
   width: 100%;
   height: 31px;
   background: rgba(0, 0, 0, 0.4);
   text-align: start;
   position: absolute;
   line-height: 31px;
   position: absolute;
   bottom: 0px;
   color: #fff;
   cursor: pointer;
}

.slide_title a {
   text-decoration: none;
   color: #fff;
   cursor: pointer;
}

.slide_title span {
   width: 240px;
   display: block;
   margin-left: 8px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   cursor: pointer;
}

.slide_title span:hover {
   color: #fff;
}

.slide_title:hover {
   color: #fff;
}

.news_right {
   width: 343px;
   margin: 0 auto;
   margin-top: 16px;
   padding-bottom: 8px;
}

.news_right_time {
   /* display: flex;
 justify-content: space-between; */
}

.news_right_addtime {
   color: #999;
   font-size: 14px;
   font-weight: 350;
   line-height: 24px;
}

.news_right a {
   text-decoration: none;
}

.news_right_content {
   text-align: start;
   cursor: pointer;
   border-bottom: 1px solid #ccc;
   margin-bottom: 24px;
}

.news_right_content:hover .news_right_title {
   color: #063190;
}

.news_right_title {
   width: 343px;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
   color: #333;
   font-size: 16px;
   font-weight: 350;
   line-height: 24px;
   margin: 0 auto;
   padding-bottom: 16px;
}

.news_right_abstract {
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
   margin-top: 6px;
   color: #999;
   margin-bottom: 24px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   text-align: justify;
}

.super {
   overflow-x: hidden;
   width: 100%;
   /* height: 700px;
 background-image: url(../img/super.png);
 background-repeat: no-repeat;
 background-size: contain; */
}

.super1 {
   width: 375px;
   margin: 0 auto;
   background: #fff;
   margin-top: 10px;
}

.slide3 {
   margin-top: 20px;
}

/* 特色活动 */
#certify {
   position: relative;
   width: 343px;
   height: 192px;
   margin: 0 auto;
   overflow-x: clip;
}

#certify .swiper-slide {
   width: 234px;
   height: 168px;
   border-radius: 30px;
   cursor: pointer;
   box-shadow: 0 8px -30px rgb(0 0 0 / 10%);
   /* box-shadow: 0px 1px 10px rgb(0 0 0 / 10%); */
}

.slide3 #certify .swiper-container {
   width: 100%;
   height: 100%;
}

.slide3 #certify .swiper-slide {
   border-radius: 30px;
   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;
   transition: 300ms;
   transform: scale(0.8);
   /* box-shadow: 0px 1px 10px rgb(0 0 0 / 10%); */
}

.slide3 #certify .swiper-slide img {
   width: 300px;
   height: 168px;
   border-radius: 10px;
   box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.4),
}

.slide3 #certify .swiper-button-prev:after,
.swiper-button-next:after {
   font-size: 14px;
   background: #ccc;
   width: 33px;
   height: 33px;
   border-radius: 50%;
   position: absolute;
   font-family: swiper-icons;
   /* font-size: var(--swiper-navigation-size); */
   text-transform: none !important;
   letter-spacing: 0;
   /* font-variant: initial; */
   line-height: 1;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   color: #fff;
}

.slide3 #certify .swiper-button-prev:hover:after {
   width: 33px;
   height: 33px;
   border-radius: 50%;
   background: #063190 !important;
}

.slide3 #certify .swiper-button-next:hover:after {
   width: 33px;
   height: 33px;
   border-radius: 50%;
   background: #063190 !important;
}

.slide3 #certify .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
   left: -65px !important;
   top: 45%;
}

.slide3 #certify .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
   right: -65px !important;
   top: 45%;
}

.slide3 #certify .swiper-pagination-bullet-active {
   background: #063190 !important;
}

.slide3 #certify .swiper-button-next:after,
.swiper-button-prev:after {
   font-size: 14px !important;
}

.slide3 .swiper-pagination-bullet {
   width: 9px !important;
   height: 9px !important;
}

.slide3 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
   bottom: 22px !important;
}

/* 杂志介绍 */
.introduce {
   width: 100%;
   margin: 0 auto;
   margin-top: 10px;
   padding-bottom: 50px;
   background: #fff;
}

.introduce_title {
   width: 375px;
   margin: 0 auto;
}

.introduce_content {
   width: 375px;
   /* height: 447px; */
   background: #fff;
   margin: 0 auto;
   margin-top: 24px;
   border-radius: 8px;
   /* display: flex; */
}

.introduce_left {
   width: 165px;
   margin: 0 auto;
   border-radius: 8px;
   background: #D9D9D9;

}

.introduce_left img {
   width: 130px;
   height: 192px;
   padding: 15px 18px;
}

.introduce_right {
   width: 345px;
   margin: 0 auto;
}

.introduce_right_title {
   width: 320px;
   margin: 0 auto;
   overflow: hidden;
   color: #333;
   text-overflow: ellipsis;
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
   margin-top: 25px;
}

.introduce_right_content {
   overflow: hidden;
   color: #333;
   text-align: justify;
   text-overflow: ellipsis;
   font-size: 14px;
   font-weight: 400;
   line-height: 24px;
   margin-top: 16px;
}

.introduce_right_button {
   width: 345px;
   margin-top: 16px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.button {
   width: 165px;
   height: 58px;
   margin-top: 8px;
   border-radius: 4px;
   display: flex;
   align-items: center;
   box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
   cursor: pointer;
}

.button:hover .button_right {
   background-image: url(../img/right_blue.png);
}

.button_left {
   width: 5px;
   height: 58px;
   background: #063190;
   border-radius: 5px 0 0 5px;
}

.button_contact {
   color: #333;
   font-size: 14px;
   font-weight: 400;
   line-height: 24px;
   margin-left: 21px;
   margin-right: 47px;
}


.button_right {
   width: 24px;
   height: 24px;
   background-image: url(../img/right_white.png);
   background-repeat: no-repeat;
   background-size: contain;
}

.slide4 {
   width: 375px;
   margin: 0 auto;
   margin-top: 25px;
   /* overflow-x: hidden; */
   position: relative;
}

.slide4 .swiper {
   width: 343px;
   margin: 0 auto;
   overflow: hidden;
}

.slide4 .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: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}

.slide4 .swiper-slide img {
   display: block;
   width: 343px;
   height: 125px;
   object-fit: cover;
   border-radius: 8px;
}

.slide4_one {
   margin-right: 14px;
}

.slide4 .swiper-pagination-bullet {
   width: 9px !important;
   height: 9px !important;
}

.slide4 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
   bottom: -30px !important;
}

.slide4 .swiper-pagination-bullet-active {
   background: #063190 !important;
}

/* 最新期刊 */
.news_read {
   width: 100%;
   margin-top: 10px;
   background: #fff;
}

.news_read_title {
   width: 375px;
   margin: 0 auto;
}

/* 循环期刊样式 */
.latest_mag {
   width: 375px;
   margin: 0 auto;
   position: relative;
   margin-top: 32px;
}

.loop {
   width: 210px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   overflow: hidden;
}

.loop_slide {
   margin-right: 5rem;
}

.mag_swiper:hover {
   box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
}

.mag_swiper {
   width: 210px;
   height: 335px;
   background: #fff;
   border-radius: 8px;
   cursor: pointer;
   box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.mag_swiper_next {
   width: 210px;
   height: 297px;
   background: #E0E0E0;
   border-radius: 8px 8px 0 0;
}

.mag_swiper_img {
   width: 180px;
   height: 254px;
   margin: 0 auto;
   padding-top: 21px;
}

.mag_swiper_img img {
   width: 180px;
   height: 254px;
}

.magzine_text {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   margin: 0 auto;
   margin-top: 8px;
   display: flex;
   justify-content: center;
}

.layui-tab-bar {
   display: none;
}

/* tab栏切换 */
.layui-tab .layui-tab-title {
   margin-left: 24px;
   width: 375px;
   border: 0 !important;
   display: flex;
   /* justify-content: space-between; */
   padding-top: 24px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
   color: #fff !important;
}

.layui-tab-title .layui-this:after {
   left: 28px !important;
   width: 35px !important;
}

.layui-tab .layui-tab-title li {
   margin-bottom: 10px !important;
   height: 34px;
   line-height: 34px !important;
   background: #fff;
   color: #063190;
   border: 1px solid #063190;
   border-radius: 4px;
   padding: 8px 32px;
   margin-right: 17px !important;
   line-height: 24px;
   min-width: 32px;
}



.layui-tab-brief>.layui-tab-title .layui-this {
   color: #fff;
   background: #063190;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
   border: 0 !important;
}

.layui-tab-content {

   width: 375px;
   margin: 0 auto;
}

.subject {
   margin-top: 20px;
   width: 375px;
   margin: 0 auto;
   background: #FBFBFB;
   border-radius: 8px;
   box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
   position: relative;
   margin-top: 28px;
   border-radius: 8px;
   background: #FBFBFB;
   box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.deg1,
.deg2,
.deg3,
.deg4,
.deg5 {
   width: 36px;
   height: 34px;
   position: absolute;
   top: 5px;
}

.deg1 {
   left: 166px;
}

.deg2 {
   display: none;
   left: 382px;
}

.deg3 {
   display: none;
   left: 631px;
}

.deg4 {
   display: none;
   left: 880px;
}

.deg5 {
   display: none;
   left: 1130px;
}

.deg1 img {
   width: 36px;
   height: 34px;
}

.deg2 img {
   width: 36px;
   height: 34px;
}

.deg3 img {
   width: 36px;
   height: 34px;
}

.deg4 img {
   width: 36px;
   height: 34px;
}

.deg5 img {
   width: 36px;
   height: 34px;
}

.prev {
   width: 33px;
   height: 33px;
   background: #E6E6E6;
   border-radius: 50%;
   cursor: pointer;
   position: absolute;
   top: 40%;
   left: 16px;
}

.prev:hover {
   background: #063190;
}

.prev img {
   height: 16px;
   display: flex;
   margin: 0 auto;
   padding-top: 7px;
   align-items: center;
   align-content: center;
   justify-content: center;
}

.next {
   width: 33px;
   height: 33px;
   background: #063190;
   border-radius: 50%;
   cursor: pointer;
   position: absolute;
   top: 40%;
   right: 16px;
}

.next:hover {
   background: #063190;
}

.next img {
   height: 16px;
   display: flex;
   margin: 0 auto;
   padding-top: 7px;
   align-items: center;
   align-content: center;
   justify-content: center;
}

.sub_menu {
   width: 343px;
   margin: 0 auto;
   margin-top: 14px;
   border-radius: 8px;
   background: #FFF;
   box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.sub_content {
   margin-left: 16px;
   padding-top: 16px;
   margin-right: 16px;
   cursor: pointer;
   min-height: 88px;
}

.sub_content:hover .sub_title {
   color: #063190;
}

.sub_title {
   color: #333;
   font-size: 18px;
   font-weight: 400;
   line-height: 24px;
}

.sub_line {
   width: 25px;
   height: 2px;
   margin-top: 5px;
   background: #063190;
}

.sub_abstract {
   width: 314px;
   color: #333;
   font-size: 14px;
   font-weight: 400;
   line-height: 24px;
   margin-top: 16px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   text-align: justify;
}

.sub_person {
   display: flex;
   justify-content: flex-end;
   margin-top: 8px;
   padding-bottom: 13px;
}

.person1,
.person2 {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: flex-start;
}

.person1 img,
.person2 img {
   width: 16px;
   height: 16px;
}

.person2 {
   margin-left: 8px;
}

.name {
   margin-left: 5px;
}

.school {
   color: #999;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size: 14px;
   font-weight: 400;
   margin-left: 5px;
   /* line-height: 24px; */
}

.sub_person_line {
   width: 1px;
   height: 16px;
   background: #E6E6E6;
   margin-left: 8px;
}

.layui-show {
   display: flex !important;
}

/* 指导专家 */
.guide {
   width: 100%;
   margin: 15px auto;
   background: #fff;
}

.guide_content {
   position: relative;
}

.guide_professionl {
   width: 375px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   margin-top: 32px;
}

.slide5 .swiper-slide {
   width: 150px;
}

.guide_person {
   width: 150px;
   height: 225px;
   background: #fff;
   border-radius: 8px;
   cursor: pointer;
   margin-left: 8px;
}

.guide_person:hover {
   box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.guide_person img {
   width: 150px;
   height: 180px;
   border-radius: 8px 8px 0 0;
}

.guide_name {
   color: #000;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
   margin-top: 16px;
   margin-left: 16px;
}

.slide5 {
   width: 352px;
   margin: 0 auto;
}

.slide5 .swiper {
   width: 352px;
   overflow-x: clip;
   /* margin: 0 auto; */
}

.slide5 .swiper-wrapper {
   display: flex;
   justify-content: space-between;
}

/* .slide5 .swiper-slide{
 box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
} */
.slide5

/* 讲师切换轮播 */
.swiper-button-prev:after,
.swiper-button-next:after {
   font-size: 18px;
   background: #ccc;
   width: 33px;
   height: 33px;
   border-radius: 50%;
   position: absolute;
   font-family: swiper-icons;
   /* font-size: var(--swiper-navigation-size); */
   text-transform: none !important;
   letter-spacing: 0;
   /* font-variant: initial; */
   line-height: 1;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   color: #fff;
}

.slide5 .swiper-button-next:after,
.swiper-button-prev:after {
   font-size: 18px;
}

.slide5 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
   left: 280px !important;
   top: 45% !important;
}

.slide5 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
   right: 10px !important;
   top: 45% !important;
}

.slide5 .swiper-button-prev:hover:after {
   width: 33px;
   height: 33px;
   border-radius: 50%;
   background: #063190 !important;
}

.slide5 .swiper-button-next:hover:after {
   width: 33px;
   height: 33px;
   border-radius: 50%;
   background: #063190 !important;
}

/* 友情链接 */
.friendly {
   width: 375px;
   margin: 0 auto;
   background: #fff;
}

.friendly_title {
   height: 50px;
   color: #000;
   font-size: 24px;
   font-weight: 400;
   line-height: 50px;
   margin-left: 16px;
}

.friendly_url {
   width: 343px;
   margin: 0 auto;
   /* display: flex; */
   flex-wrap: wrap;
   /* justify-content: flex-start; */
   margin-top: 6px;
   padding-bottom: 34px;
}

.name_url {
   color: #333;
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
   margin-right: 40px;
   margin-top: 16px;
   cursor: pointer;
}

.name_url:hover {
   color: #063190;
}

.line {
   width: 100%;
   height: 1px;
   background: #D9D9D9;
}

.layui-tab {
   margin: 0 !important;
}

.layui-tab .layui-tab-title {
   display: flex !important;
   position: relative;
   left: 0;
   width: 343px !important;
   height: 100% !important;
   white-space: nowrap;
   font-size: 0;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   transition: all .2s;
   -webkit-transition: all .2s;
   /* justify-content: space-between; */
   flex-wrap: wrap !important;
}


.layui-tab {
   margin: 10px 0;
   text-align: left !important;
   border-radius: 8px;
   background: #FBFBFB;
   box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 10%);
}

.layui-tab-content {
   padding: 8px 0 35px !important;
}