
/* banner */

.banner {
  width: 100%;
  height: 720px;
}
.swiperBanner,
.swiperBanner .swiper_box,
.swiperBanner .swiper_box .swiper_img  {
  width: 100%;
  height: 100%;
}
.swiperBanner .swiper_box .swiper_text {
  width: 1400px;
  margin: 0px auto 0px;
  padding-top: 280px;
}
.swiperBanner .swiper_box .swiper_text h5 {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}
.swiperBanner .swiper_box .swiper_text h3 {
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 69px;
  margin-top: 20px;
}
.swiperIdxpaga {
  width: 150px !important;
  height: 35px;
  bottom: 10px !important;
  left: auto !important;
  right: 15%;
}
.swiperIdxpaga>span {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border: 0px solid #ad0b29;
  border-radius: 50px !important;
  margin-top: 0px !important;
  opacity: 1;
}
.swiperIdxpaga .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  margin-top: 0;
  background: url(../images/icon_swiper_bg.png) no-repeat 0px;
}
.swiperIdxPrev,
.swiperIdxNext {
  width: 16px;
  height: 27px;
  border: 0 solid #7D7C7C;
  border-radius: 50%;
  color: transparent;
}
.swiperIdxPrev {
  left: 5%;
  background: url(../images/icon_swiper_news_prev.png) no-repeat center center;
  background-size: cover;
}
.swiperIdxNext {
  right: 5%;
  background: url(../images/icon_swiper_news_next.png) no-repeat center center;
  background-size: cover;
}

/* idxAbout */

.idxAbout {
  width: 100%;
  height: auto;
  padding: 100px 0px;
  background: linear-gradient(to bottom, #EFE8E3, #ffffff);
  background-color: rgba(239, 232, 227, 1);
}
.idxAbout a {
  display: flex;
  justify-content: space-between;
}
.idxAboutPic {
  width: 593px;
  height: 360px;
  overflow: hidden;
}
.idxAboutPic>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;
}
.idxAbout a:hover .idxAboutPic>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);
}
.idxAboutText {
  width: calc(100% - 643px);
  padding-top: 20px;
}
.idxAboutText>span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #7E2E2F;
  line-height: 25px;
}
.idxAboutText>h3 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  line-height: 36px;
  max-height: 36px;
  overflow: hidden;
  margin: 15px 0px 25px;
}
.idxAboutText>p {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  height: 90px;
  overflow: auto;
  margin: 50px 0px;
}
.idxAboutText>h4 {
  display: block;
  width: 144px;
  height: 41px;
  border-radius: 21px;
  text-indent: 25px;
  line-height: 41px;
  font-size: 15px;
  color: #ffffff;
  background: url(../images/icon_arrow_right.png) no-repeat 80% #94292C;
}

/* idxData */

.idxData {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
.commonTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.commonTitle_text>span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #7E2E2F;
  line-height: 25px;
}
.commonTitle_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  line-height: 36px;
  max-height: 36px;
  overflow: hidden;
  margin: 15px 0px 0px;
}
.commonTitle>a {
  display: block;
  width: 144px;
  height: 41px;
  border-radius: 21px;
  border: 2px solid #7E2E2F;
  text-indent: 25px;
  line-height: 39px;
  font-size: 15px;
  color: #7E2E2F;
  background: url(../images/icon_arrow_right_h.png) no-repeat 80% #ffffff;
}
.commonTitle>a:hover {
  background: url(../images/icon_arrow_right.png) no-repeat 80% #7E2E2F;
  color: #ffffff;
}
.idxDataItem {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.idxDataDetail {
  width: calc(100% - 68%);
}
.idxDataDetailPic {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.idxDataDetailPic>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;
}
.idxDataDetail:hover .idxDataDetailPic>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);
}
.idxDataDetailText {
  width: 100%;
  margin-top: 10px;
}
.idxDataDetailText>h3 {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #292929;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}
.idxDataDetail+.idxDataDetail+.idxDataDetail+.idxDataDetail {
  margin-top: 30px;
}
.idxDataDetail:hover h3 {
  color: #7E2E2F;
}

/* idxNewsList */

.idxNewsList {
  width: 100%;
  min-height: 559px;
  padding-top: 100px;
  background: url(../images/idx_news_bg.png) no-repeat center center / cover;
}
.idxNewsItem {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.idxNewsDetail {
  width: calc(100% - 68%);
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid rgba(41, 41, 41, 0.15);
}
.idxNewsDetail>a>span {
  display: block;
  font-weight: bold;
  font-size: 15px;
  color: #7D2E2F;
  line-height: 25px;
}
.idxNewsDetail>a>h3 {
  display: block;
  font-weight: bold;
  padding-right: 40px;
  font-size: 18px;
  color: #292929;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
  margin-top: 10px;
}
.idxNewsDetail+.idxNewsDetail+.idxNewsDetail+.idxNewsDetail {
  margin-top: 25px;
}
.idxNewsDetail:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #7D2E2F;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  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;
}
.idxNewsDetail:hover:after {
  width: 100%;
}
.idxNewsDetail:hover h3 {
  background: url(../images/icon_idxnews.png) no-repeat  right 5px;
}