
/* banner */

.banner,
.swiperBanner {
  width: 100%;
  height: 810px;
  overflow: hidden;
}

.swiperBanner .swiper_box,
.swiperBanner .swiper_img {
  width: 100%;
  height: 100%;
}
.swiperIdxpaga {
  width: 150px !important;
  height: 35px;
  bottom: 0px !important;
  left: auto !important;
  right: 5%;
}
.swiperIdxpaga>span {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 0px solid #ad0b29;
  border-radius: 50px !important;
  margin-top: 0px !important;
  opacity: 1;
}
.swiperIdxpaga .swiper-pagination-bullet-active {
  border: 2px solid #ffffff;
  background: rgba(212, 0, 61, 1);
}

/* dynamicIdxBg */

.dynamicIdxBg {
  width: 100%;
  height: auto;
  background: url(../images/dynamicIdxBg.png) no-repeat center center / cover;
  padding: 45px 0px 70px;
}
.commonTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.commonTitle>h3 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 55px;
}
.commonTitle>a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 55px;
  padding-right: 20px;
  background: url(../images/icon_more.png) no-repeat right;
}
.commonTitle>a:hover {
  color: rgba(212, 0, 61, 1);
  background: url(../images/icon_more_red.png) no-repeat right;
}
.dynamicIdxTab {
  width: 100%;
  margin-top: 29px;
  position: relative;
}
.dynamicIdxMenu {
  width: auto;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  z-index: 2;
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  right: 15%;
}
.dynamicIdxMenu>div {
  width: 161px;
  height: 59px;
  background: #E6E6E6;
  text-align: center;
  line-height: 59px;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  cursor: pointer;
}
.dynamicIdxMenu>div+div {
  margin-left: 30px;
}
.dynamicIdxMenu .tab_act {
  background: #D4003D;
  color: #ffffff;
}
.dynamicIdxCont {
  width: 100%;
}
.dynamicIdxDetail {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dynamicIdxDetailFirst {
  width: 800px;
  height: 495px;
  overflow: hidden;
  position: relative;
}
.dynamicIdxDetailFirstPic {
  width: 100%;
  height: 100%;
}
.dynamicIdxDetailFirstText {
  width: 100%;
  height: 130px;
  background: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  padding: 20px;
}
.dynamicIdxDetailFirstText>span {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.dynamicIdxDetailFirstText>h3 {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dynamicIdxDetailFirstPic>img,
.transition {
  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;
}
.dynamicIdxDetailFirst:hover .dynamicIdxDetailFirstPic>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);
}
.dynamicIdxDetailSec {
  width: calc(100% - 850px);
}
.dynamicIdxDetailList {
  width: 100%;
  padding-bottom: 13px;
  border-bottom: 1px dotted rgba(175, 175, 175, 1);
  position: relative;
}
.dynamicIdxDetailList + .dynamicIdxDetailList {
  padding-top: 12px;
}
.dynamicIdxDetailList>a>span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  padding-left: 30px;
}
.dynamicIdxDetailList>a>h3 {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  padding-left: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 5px 0px;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  position: relative;
}
.dynamicIdxDetailList>a>p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  padding-left: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
}
.dynamicIdxDetailList:after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background-color: rgba(212, 0, 61, 1);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  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;
}
.dynamicIdxDetailList:hover:after {
  width: 100%;
}
.dynamicIdxDetailList>a>h3:after {
  content: '';
  display: block;
  width: 20px;
  height: 6px;
  background-color: rgba(148, 148, 148, 1);
  position: absolute;
  left: 0px;
  top: 14px;
  z-index: 1;
}
.dynamicIdxDetailList:hover span,
.dynamicIdxDetailList:hover h3,
.dynamicIdxDetailList:hover p {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}
.dynamicIdxDetailList:hover span,
.dynamicIdxDetailList:hover h3 {
  color: rgba(212, 0, 61, 1);
}
.dynamicIdxDetailList:hover h3:after {
  background-color: rgba(212, 0, 61, 1);
}
.dynamicIdxDetailList:hover p {
  opacity: 1;
}

/* paperIdxBg */

.paperIdxBg {
  width: 100%;
  height: auto;
  background: url(../images/paperIdxBg.png) no-repeat center center / cover;
  padding: 55px 0px 90px;
}
.paperIdxBg .commonTitle>h3,
.paperIdxBg .commonTitle>a {
  color: #ffffff;
}
.paperIdxBg .commonTitle>a {
  background: url(../images/icon_more_white.png) no-repeat right;
}
.paperIdxItem {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.paperIdxList {
  width: 446px;
  height: 341px;
  background: url(../images/paperIdxList_bg.png) no-repeat bottom right #FFFFFF;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
  border-radius: 10px 10px 10px 10px;
  padding: 60px 30px ;
}
.paperIdxList>a>span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #D4003D;
  line-height: 27px;
}
.paperIdxList>a>h3 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 15px 0px 30px;
}
.paperIdxList>a>p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.paperIdxList:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.paperIdxList:hover h3 {
  color: rgba(212, 0, 61, 1);
}

/* numIdxBg */

.numIdxBg {
  width: 100%;
  height: 185px;
  padding: 25px 0px;
  background: url(../images/num_bg.png) no-repeat center center / cover;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
.numIdxItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.numIdxList {
  text-align: center;
  width: calc(100% - 75%);
}
.numIdxList>h3 {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.numIdxList>h3>span {
  font-weight: bold;
  font-size: 22px;
  color: #D4003D;
  padding-right: 5px;
}
.numIdxList>span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}
.numIdxList+.numIdxList+.numIdxList+.numIdxList+.numIdxList {
  margin-top: 15px;
}

/* achievementBg */

.achievementBg {
  width: 100%;
  height: auto;
  background: url(../images/achievement_bg.png) no-repeat center center / cover;
  padding: 55px 0px 70px;
}
.achievementItem {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.achievementList {
  width: calc(100% - 77%);
  background-color: #ffffff;
}
.achievementPic {
  width: 100%;
  height: 445px;
  overflow: hidden;
}
.achievementPic>img {
  display: block;
  width: 100%;
}
.achievementText {
  width: 100%;
  padding: 14px 20px;
}
.achievementText>h3 {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.achievementText>span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin: 10px 0px;
}
.achievementList:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.achievementList:hover h3 {
  color: rgba(212, 0, 61, 1);
}