.banner {
  transform: translateY(-20px);
  position: relative;
}
.banner,
.swiperBanner {
  width: 100%;
  height: 560px;
  overflow: hidden;
}
.swiperBanner .swiper_box,
.swiperBanner .swiper_img {
  width: 100%;
  height: 100%;
}
.swiperBanner .swiper_box {
  position: relative;
}
.swiperBanner .swiper_text {
  width: 1500px;
  left: 50%;
  margin-left: -750px;
  position: absolute;
  z-index: 5;
  top: 80px;
}
.swiperBanner .swiper_text>h3 {
  display: block;
  width: 70%;
  font-family:"HanSans_bold";
  font-size: 27px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: normal;
}
.swiperBanner .swiper_text>p {
  display: block;
  width: 70%;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 10px;
}
.swiperBanner .swiper_text>span {
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  margin-top: 40px;
  background: #AE0B2A;
}
.swiperBanner .swiper_text>span:hover {
  background-color: #F66C48;
}
.swiperIdxpaga {
  width: 140px !important;
  height: 35px;
  bottom: 150px !important;
  left: auto !important;
  right: 100px;
}
.swiperIdxpaga>span {
  width: 10px;
  height: 10px;
  margin-top: 12px !important;
}
.swiperIdxpaga .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/* notice */

.noticeIdx {
  width: 100%;
  height: 200px;
  background: url(../images/icon_notice_bg.png) repeat bottom center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.noticeIdx .commonWidth {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
}
.noticeIdxTitle {
  width: calc(100% - 85%);
  height: 31px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.noticeIdxTitle>h3 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 30px;
  line-height: 31px;
  overflow: hidden;
  background: url(../images/icon_notice.png) no-repeat 0px;
}
.noticeIdxCont {
  width: calc(100% - 30%);
}
.noticeIdxCont>span {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 31px;
  overflow: hidden;
  padding-right: 30px;
}
.noticeIdxCont>a {
  display: inline-block;
  max-width: 80%;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 31px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.noticeMore>a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 31px;
  padding-left: 30px;
  background: url(../images/icon_more.png) no-repeat 0px;
}
.noticeIdxCont>a:hover {
  text-decoration: underline;
}

/* academicIdx */

.academicIdx {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0px;
}
.commonTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.commonTitleCont>h3 {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  padding-left: 90px;
  background: url(../images/icon_commonTitle.png) no-repeat 0px;
  position: relative;
}
.commonTitleCont>h3:after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
}
.commonTitleCont>h2 {
  display: block;
  font-weight: bold;
  font-size: 40px;
  color: #222222;
}
.commonTitleMore>a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  padding-right: 60px;
  line-height: 96px;
  background: url(../images/icon_commonTitleMore.png) no-repeat right;
}
.commonTitleMore>a:hover {
  color: #AE0C2A;
}
.academicIdxCont {
  width: 100%;
  margin-top: 40px;
}
.academicIdxMenu {
  width: 100%;
  display: flex;
  justify-content: left;
}
.academicIdxMenu>a {
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #EAEBF0;
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.academicIdxMenu>a+a {
  margin-left: 20px;
}
.academicIdxMenu .tabAct {
  background-color: #AE0B2A !important;
  color: #ffffff !important;
}
.academicIdxMenu>a:hover {
  background-color: #AE0B2A;
  color: #ffffff;
}
.academicIdxDetail {
  width: 100%;
  margin-top: 40px;
}
.academicIdxDetailCont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.academicIdxItem_First {
  width: calc(100% - 68%);
}
.academicIdxItem_First_Pic {
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.academicIdxItem_First_Pic>img {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.academicIdxItem_First:hover .academicIdxItem_First_Pic>img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.academicIdxItem_First_Text {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #F8F8F8;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 50px 35px;
}
.academicIdxItem_First_Text>h3,
.academicIdxItem_Sec>a>h3 {
  display: block;
  color: #AE0C2A;
  font-size: 24px;
}
.academicIdxItem_First_Text>h3>span,
.academicIdxItem_Sec>a>h3>span {
  display: inline-block;
  font-weight: 600;
  font-size: 33px;
  color: #AE0C2A;
  line-height: 36px;
}
.academicIdxItem_First_Text>h3>span+span,
.academicIdxItem_Sec>a>h3>span+span {
  font-size: 24px;
}
.academicIdxItem_First_Text>h2,
.academicIdxItem_Sec>a>h2 {
  font-weight: 600;
  font-size: 22px;
  color: #222222;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.academicIdxItem_Sec {
  width: calc(100% - 68%);
  padding: 41px 33px;
  background: url(../images/academicIdxItem_Sec.png) no-repeat top center / cover;
}
.academicIdxItem_Sec>a>h2 {
  margin-top: 60px;
}
.academicIdxItem_Sec>a>p {
  font-weight: 400;
  font-size: 15px;
  color: #444444;
  line-height: 29px;
  margin-top: 30px;
  height: 87px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.academicIdxItem_Sec>a>span {
  display: block;
  width: 165px;
  height: 50px;
  background: #AE0C2A;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 50px;
}
.academicIdxItem_Sec>a:hover h2 {
  color: #AE0C2A;
}
.academicIdxItem_Third {
  width: calc(100% - 68%);
}
.academicIdxItem_Third_list {
  width: 100%;
}
.academicIdxItem_Third_list>a {
  display: flex;
  justify-content: space-between;
}
.academicIdxItem_Third_pic {
  width: 200px;
  height: 140px;
  overflow: hidden;
}
.academicIdxItem_Third_Text {
  width: calc(100% - 230px);
  padding-top: 5px;
}
.academicIdxItem_Third_Text>h3 {
  display: block;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.academicIdxItem_Third_Text>p {
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  line-height: 25px;
  margin: 12px 0px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.academicIdxItem_Third_Text>span {
  display: block;
  width: 26px;
  height: 8px;
  background: url(../images/icon_academic.png) no-repeat 0px;
  margin-top: 20px;
}
.academicIdxItem_Third_list + .academicIdxItem_Third_list {
  margin-top: 0px;
  padding-top: 29px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.academicIdxItem_Third_pic>img,
.academicIdxItem_Third_Text>span {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.academicIdxItem_Third_list:hover .academicIdxItem_Third_pic>img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.academicIdxItem_Third_list:hover .academicIdxItem_Third_Text>h3 {
  color: #AE0B2A;
}
.academicIdxItem_Third_list:hover .academicIdxItem_Third_Text>span {
  transform: translateX(5px);
}
.academicIdxDetailCont_Day {
  width: 100%;
}
.Day_table {
  width: 100%;
  border-collapse: collapse;
}
.Day_table tr {
  height: 51px;
  line-height: 51px;
}
.Day_table tr th {
  background-color: #E3E4E9;
}
.Day_table tr th,
.Day_table tr td  {
  text-align: center;
  color: #222222;
  border: 1px solid #E3E4E9;
}
.Day_table tr td a {
  color: #222222;
}
.Day_table tbody tr:nth-child(even) {
  background-color: #E3E4E9;
}
.Day_table tr td a:hover {
  color: #AE0B2A;
}

/* coreIdx */

.coreIdx {
  width: 100%;
  height: 823px;
  padding: 80px 0px;
  background: url(../images/core.png) no-repeat center center / cover;
}
.coreIdxItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.coreIdxList {
  width: calc(100% - 76%);
  background-color: #ffffff;
  padding: 20px;
}
.codeIdxListTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.codeIdxListTitle>h3 {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  padding-left: 30px;
  background: url(../images/icon_core_title_first.png) no-repeat 0px;
}
.codeIdxListTitle>a {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.codeIdxListDetail {
  width: 100%;
  margin-top: 30px;
}
.codeIdxListDetail>a>h3 {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #111111;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.codeIdxListDetail>a>p {
  font-weight: 400;
  font-size: 15px;
  color: #111111;
  line-height: 25px;
  opacity: 0.6;
  height: 25px;
  overflow: hidden;
  margin: 10px 0px;
}
.codeIdxListDetail>a>div>span {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #111111;
  line-height: 25px;
  padding-right: 10px;
}
.codeIdxListDetail>a>div>span+span {
  padding-left: 10px;
}
.codeIdxListDetail>a>div>i {
  font-style: normal;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: rgba(174, 12, 42, 0.1);
  font-weight: 400;
  font-size: 15px;
  color: #AE0C2A;
  line-height: 25px;
  margin-right: 10px;
  border-radius: 50px;
}
.codeIdxListDetail + .codeIdxListDetail {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.codeIdxListDetail>a:hover h3 {
  color: #AE0B2A;
}
.coreIdxNews {
  width: 100%;
  margin-top: 30px;
}
.coreIdxNews>a>h3 {
  display: block;
  color: #AE0C2A;
  font-size: 14px;
}
.coreIdxNews>a>h3>span {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  color: #AE0C2A;
  line-height: 36px;
}
.coreIdxNews>a>h3>span+span {
  font-size: 14px;
}
.coreIdxNews>a>h2 {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px;
}
.coreIdxNews>a>p {
  font-weight: 400;
  font-size: 15px;
  color: #444444;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin: 15px 0px;
}
.coreIdxNewsPic {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.coreIdxNewsPic>img {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.coreIdxNews:hover .coreIdxNewsPic>img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.coreIdxNews>a>span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 36px;
  text-decoration-line: underline;
  margin-top: 10px;
}
.coreIdxListNews:hover {
  background-color: #AE0B2A;
}
.coreIdxListNews:hover h3,
.coreIdxListNews:hover span,
.coreIdxListNews:hover h2,
.coreIdxListNews:hover p {
  color: #ffffff;
}
.coreIdxListNews:hover .codeIdxListTitle>a {
  color: #ffffff;
}
.coreIdxListNews .codeIdxListTitle>h3 {
  background: url(../images/icon_core_title_sec.png) no-repeat 0px;
}
.coreIdxListNews:hover .codeIdxListTitle>h3 {
  background: url(../images/icon_core_title_sec_h.png) no-repeat 0px;
}
.coreIdxListNews+.coreIdxListNews .codeIdxListTitle>h3 {
  background: url(../images/icon_core_title_third.png) no-repeat 0px;
}
.coreIdxListNews+.coreIdxListNews:hover .codeIdxListTitle>h3 {
  background: url(../images/icon_core_title_third_h.png) no-repeat 0px;
}
.coreIdxListNews+.coreIdxListNews+.coreIdxListNews .codeIdxListTitle>h3 {
  background: url(../images/icon_core_title_four.png) no-repeat 0px;
}
.coreIdxListNews+.coreIdxListNews+.coreIdxListNews:hover .codeIdxListTitle>h3 {
  background: url(../images/icon_core_title_four_h.png) no-repeat 0px;
}


/* achievementIdx */

.achievementIdx {
  width: 100%;
  background-color: RGBA(234, 235, 240, 1);
  padding: 80px 0px;
}
.achievementIdxItem {
  width: 100%;
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.achievementIdxList {
  width: calc(100% - 76%);
}
.achievementIdxList>a>h3 {
  display: block;
  color: #AE0C2A;
  font-size: 21px;
}
.achievementIdxList>a>h3>span {
  display: inline-block;
  font-weight: 600;
  font-size: 33px;
  color: #AE0C2A;
  line-height: 36px;
}
.achievementIdxList>a>h3>span+span {
  font-size: 20px;
}
.achievementIdxList>a>h3>span+span+span {
  font-size: 14px;
  color: #666666;
  padding-left: 10px;
}
.achievementIdxList>a>h2 {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 10px;
}
.achievementIdxList>a>p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(68, 68, 68, 0.7);
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin: 10px 0px;
}
.achievementIdxListPic {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.achievementIdxListPic>img {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.achievementIdxList:hover .achievementIdxListPic>img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.achievementIdxList:hover h2 {
  color: #AE0B2A;
}
.labIdx {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}
.labIdxItem {
  width: calc(100% - 68%);
  height: 100px;
  padding: 25px 0px 25px 25px;
  background: url(../images/labIdxItem_more.png) no-repeat top right #ffffff;
  cursor: pointer;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.labIdxItem>a>h2 {
  display: block;
  width: 80%;
  font-weight: 600;
  font-size: 20px;
  color: #111111;
  line-height: 30px;
  overflow: hidden;
}
.labIdxItem>a>p {
  display: none;
}
.labIdxItemAct {
  position: relative;
  z-index: 2;
  height: auto;
  background: url(../images/labIdxItem_more_h.png) no-repeat 95% 30px #AE0C2A;
}
.labIdxItemAct>a>h2 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
.labIdxItemAct>a>p {
  display: block;
  width: 80%;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 25px;
  height: 75px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
}