@charset "utf-8";

*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,em,select,button,textarea,input{margin: 0; padding: 0; font-family: "微软雅黑";}
body{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
body{background: #fff; font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif; font-size: 16px; line-height: 1.2; color: #333; position: relative; min-height: 100%;}
a,img,button,input,textarea,select{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input[type="text"],input[type="hidden"],input[type="password"],button,textarea,select{outline: none; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;}
select::-ms-expand{display: none;}
input::-ms-clear{display: none;}
table{border-collapse:collapse;}
a{text-decoration: none; color: #333;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
li{list-style: none;}
img{vertical-align: middle; border: none;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.hidden{overflow: hidden;}
.h1,.h2,.h3,.h4,.h5,.h6{font-weight: normal;}
.clearfix:after{content: ""; display: block; height: 0; visibility: hidden; clear: both;}
.clearfix {*zoom: 1;}
.cell-box{font-size: 0;}
.cell-box:before{content: ''; height: 100%; display: inline-block; vertical-align: middle;}
.cell-box .cell{width: 100%; display: inline-block; vertical-align: middle;}
.bd_weixin_popup,.bsBox{-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,em,select,button,textarea,input{margin: 0; padding: 0;}
body{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
body{background: #fff; font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif; font-size: 16px; line-height: 1.2; color: #333; position: relative; min-height: 100%;}
a,img,button,input,textarea,select{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input[type="text"],input[type="hidden"],input[type="password"],button,textarea,select{outline: none; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;}
select::-ms-expand{display: none;}
input::-ms-clear{display: none;}
table{border-collapse:collapse;}
a{text-decoration: none; color: #333;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
li{list-style: none;}
img{vertical-align: middle; border: none;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.hidden{overflow: hidden;}
.h1,.h2,.h3,.h4,.h5,.h6{font-weight: normal;}
.clearfix:after{content: ""; display: block; height: 0; visibility: hidden; clear: both;}
.clearfix {*zoom: 1;}
.cell-box{font-size: 0;}
.cell-box:before{content: ''; height: 100%; display: inline-block; vertical-align: middle;}
.cell-box .cell{width: 100%; display: inline-block; vertical-align: middle;}
.bd_weixin_popup,.bsBox{-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-scale {
  0%,85%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes o-opacity {
  0%,30%,60%,100% {
    opacity: 0;
  }
  15%,45% {
    opacity: 1;
  }
}
@keyframes o-scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes p-ani-2 {
  from, to {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 12px, 0);
  }
}
@keyframes p-ani-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-width {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  60% {
    width: 100%;
    left: 0;
    right: auto;
  }
  61% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
@keyframes p-ani-4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  70%,100% {
    opacity: 0;
    transform: translateX(1vw);
  }
}
@keyframes p-ani-5 {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.wrapper1 {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
.wrapper1:after {
  content: '';
  display: block;
  clear: both;
}

/* common */
.index-tit {
  letter-spacing: 2px;
}
.index-tit .en {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/*.index-tit .en:before {*/
/*  content: '';*/
/*  width: 21px;*/
/*  height: 24px;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  background-image: url("../images/icon-1.png");*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  margin: -2px 10px 0 0;*/
/*}*/
.index-tit h3 {
  font-size: 1.05rem;
}
.index-tit p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.index-tit.gray .en {
  color: #000;
  float: right;
  display: block;
  text-align: center;
  width: 180px;
  height: 50px;
  border-radius: 30px;
  border: solid 1px #222222;
  line-height: 48px;
  font-size: 15px;
  transition: all 0.6s;
  padding-right:0px;
  margin-top: 26px;
}
.index-tit.gray h3 {
  color: #333;
}
.index-tit.gray p {
  color: #333333;
}
.index-tit.white .en {
  color: #000;
}
.index-tit.white h3 {
  color: #000;
}
.index-tit.white p {
  color: #000;
}
.index-tit.center h3 {
  text-align: center;
}
.index-tit.center p {
  text-align: center;
}

a.index-more {
  display: block;
  width: 140px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #c9171d;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  a.index-more:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(201, 23, 29, 0.3);
  }
}
.inner-tit h3 {
  font-size: 36px;
}
.inner-tit p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
}
.inner-tit:after {
  content: '';
  display: block;
  width: 22px;
  height: 3px;
  margin-top: 24px;
  background-color: #c9171d;
}
.inner-tit.gray h3 {
  color: #333;
}
.inner-tit.gray p {
  color: #999;
}
.inner-tit.white h3 {
  color: #fff;
}
.inner-tit.white p {
  color: #fff;
}
.inner-tit.center {
  text-align: center;
}
.inner-tit.center:after {
  margin-left: auto;
  margin-right: auto;
}
.index-main .section {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.index-s3 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  overflow: hidden;
}
.index-s3 .bg-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  display: none;
}
.index-s3 .bg-box .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all .6s ease;
  animation: o-scale 20s linear infinite;
  z-index: 1;
}
.index-s3 .bg-box .item.active {
  opacity: 1;
}
.index-s3 .cont-box {
  height: 80%;
  /* padding-top: 70px; */
  position: relative;
  z-index: 2;
}
.index-s3 .tab-tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0vw;
  z-index: 2;
}
.index-s3 .tab-tit .wrapper1 {
  display: flex;
}
.index-s3 .tab-tit .item {
  flex: 1;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 1px;
  text-align: center;
}
.index-s3 .tab-tit .item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all .3s ease;
}
.index-s3 .tab-tit .item .icon {
  width: 80px;
  height: 80px;
  position: relative;
}
.index-s3 .tab-tit .item .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
}
.index-s3 .tab-tit .item .icon i:after {
  animation: o-opacity 1s linear infinite;
}
.index-s3 .tab-tit .item h3 {
  font-size: 16px;
}
.index-s3 .tab-tit .item p {
  font-size: 14px;
}
.index-s3 .tab-tit .item .show {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
  transition: all .3s ease;
}
.index-s3 .tab-tit .item .show .icon {
  display: inline-block;
  vertical-align: middle;
}
.index-s3 .tab-tit .item .show .txt {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 80px);
  text-align: left;
}

.index-s3 .tab-tit .item .show .txt1 {
  display: none;
}

.index-s3 .tab-tit .item .show h3 {
  color: #000;
}
.index-s3 .tab-tit .item .show p {
  color: #555555;
  margin-top: 5px;
}
.index-s3 .tab-tit .item .hide {
  position: relative;
  padding: 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.index-s3 .tab-tit .item .hide .icon {
  margin: 0 auto;
}
.index-s3 .tab-tit .item .hide .icon:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.png");
  z-index: 1;
}
.index-s3 .tab-tit .item .hide .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*background-color: #fff;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-s3 .tab-tit .item .hide .txt {
  margin-top: 30px;
}
.index-s3 .tab-tit .item .hide h3 {
  color: #fff;
}
.index-s3 .tab-tit .item .hide p {
  color: #fff;
  /*margin-top: 10px;*/
}
.index-s3 .tab-tit .item:nth-of-type(1) .icon i {
  width: 52px;
  height: 48px;
  margin: -24px 0 0 -26px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ani-1.png");
}
.index-s3 .tab-tit .item:nth-of-type(2) .icon i {
  width: 47px;
  height: 47px;
  margin: -24px 0 0 -24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ani-2.png");
}
.index-s3 .tab-tit .item:nth-of-type(3) .icon i {
  width: 41px;
  height: 47px;
  margin: -24px 0 0 -20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ani-3.png");
}
.index-s3 .tab-tit .item:nth-of-type(4) .icon i {
  width: 47px;
  height: 47px;
  margin: -24px 0 0 -20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ani-3.png");
}
.index-s3 .tab-tit .item:nth-of-type(5) .icon i {
  width: 47px;
  height: 47px;
  margin: -24px 0 0 -20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ani-3.png");
}
@media screen and (min-width: 769px) {
  .index-s3 .tab-tit .item.active:before {
    height: 220px;
    background-color: #c9171d;
  }
  .index-s3 .tab-tit .item.active .show {
    opacity: 0;
    visibility: hidden;
  }
  .index-s3 .tab-tit .item.active .hide {
    opacity: 1;
    visibility: visible;
  }
}
.index-s3 .tab-cont {
  padding-bottom: 180px;
}
.index-s3 .tab-cont .item {
  display: none;
}
.index-s3 .tab-cont .item.active {
  display: block;
}
.index-s3 .tab-cont .item .index-tit, .index-s3 .tab-cont .item .btn {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .tab-cont .item .index-tit {
  animation-delay: .1s;
}
.index-s3 .tab-cont .item .index-tit p {
  width: 70%;
  max-width: 610px;
}
.index-s3 .tab-cont .item .btn {
  animation-delay: .2s;
  margin-top: 2vw;
}
@media screen and (min-width: 1025px) {
  .index-s3 .tab-tit, .index-s3 .tab-cont {
    /* opacity: 0; */
    transform: translateY(2vw);
    transition: all .6s ease;
  }
  .index-s3.active .tab-tit, .index-s3.active .tab-cont {
    opacity: 1;
    transform: translateY(0);
  }
  .index-s3.active .tab-cont {
    transition-delay: .5s;
  }
  .index-s3.active .tab-tit {
    transition-delay: .7s;
  }
}
.index-s4 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
.index-s4 .bg-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.index-s4 .bg-box .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all .6s ease;
  animation: o-scale 20s linear infinite;
  z-index: 1;
}
.index-s4 .bg-box .item.active {
  opacity: 1;
}
.index-s4 .cont-box {
  height: 90%;
  /* padding-top: 70px; */
  position: relative;
  z-index: 2;
}
.index-s4 .cont-box .items {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-s4 .cont-box .item {
  width: calc((100% - 7vw) / 5);
  position: relative;
}
.index-s4 .cont-box .item i {
  display: block;
  width: 100px;
  height: 62px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-s4 .cont-box .item h3 {
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}
.index-s4 .cont-box .item p {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin-top: 20px;
}
.index-s4 .cont-box .item .show {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 3vw 1.5vw;
  transform: translateY(-50%);
  background-color: #E5E5E5;
  border-radius: 0 1.5vw 0 0;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s4 .cont-box .item .show h3 {
  color: #333333;
}
.index-s4 .cont-box .item .hide {
  background-color: #c9171d;
  background-position: 130% -50%;
  border-radius: 0 1.5vw 0 1.5vw;
  background-repeat: no-repeat;
  background-image: url("../images/img-5.png");
  padding: 3.5vw 1.5vw;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s4 .cont-box .item .hide h3 {
  color: #fff;
}
.index-s4 .cont-box .item:nth-of-type(1) .show i {
  background-image: url("../images/icon-1-1.png");
}
.index-s4 .cont-box .item:nth-of-type(1) .hide i {
  background-image: url("../images/icon-1-1-on.png");
}
.index-s4 .cont-box .item:nth-of-type(2) .show i {
  background-image: url("../images/icon-1-2.png");
}
.index-s4 .cont-box .item:nth-of-type(2) .hide i {
  background-image: url("../images/icon-1-2-on.png");
}
.index-s4 .cont-box .item:nth-of-type(3) .show i {
  background-image: url("../images/icon-1-3.png");
}
.index-s4 .cont-box .item:nth-of-type(3) .hide i {
  background-image: url("../images/icon-1-3-on.png");
}
.index-s4 .cont-box .item:nth-of-type(4) .show i {
  background-image: url("../images/icon-1-4.png");
}
.index-s4 .cont-box .item:nth-of-type(4) .hide i {
  background-image: url("../images/icon-1-4-on.png");
}
.index-s4 .cont-box .item:nth-of-type(5) .show i {
  background-image: url("../images/icon-1-5.png");
}
.index-s4 .cont-box .item:nth-of-type(5) .hide i {
  background-image: url("../images/icon-1-5-on.png");
}

@media screen and (min-width: 1025px) {
  .index-s4 .cont-box .item.active .show {
    /* opacity: 0; */
    visibility: hidden;
  }
  .index-s4 .cont-box .item.active .hide {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1025px) {
  .index-s4 .index-tit, .index-s4 .cont-box .items {
    /* opacity: 0; */
    transform: translateY(2vw);
    transition: all .6s ease;
  }
  .index-s4.active .index-tit, .index-s4.active .cont-box .items {
    opacity: 1;
    transform: translateY(0);
  }
  .index-s4.active .index-tit {
    transition-delay: .5s;
  }
  .index-s4.active .cont-box .items {
    transition-delay: .7s;
  }
}
@media screen and (max-width: 1600px) {
  .index-s3 .tab-tit .item .show {
    padding: 10px 0px;
  }
  .index-s3 .tab-tit .item:before {
    height: 100px;
  }
  .index-s3 .tab-tit .item.active:before {
    height: 200px;
  }
  .index-s3 .tab-tit .item .icon {
    transform: scale(0.8);
  }
  .index-s3 .tab-tit .item .hide .icon {
    transform-origin: center bottom;
  }
  .index-s3 .tab-tit .item h3 {
    font-size: 18px;
  }
  .index-s3 .tab-tit .item p {
    font-size: 15px;
  }
  .index-s4 .cont-box .item i {
    width: 80px;
    height: 50px;
  }
  .index-s4 .cont-box .item h3 {
    font-size: 18px;
  }
  .index-s4 .cont-box .item p {
    font-size: 15px;
  }
  .solution-page1 .c-banner img.cover,
  .solution-page2 .c-banner img.cover,
  .solution-page3 .c-banner img.cover {
    height: calc(100vh - 140px);
  }
}
@media screen and (max-width: 1366px) {
  .index-s3 .tab-tit {
    bottom: 3vw;
  }
  .index-s3 .tab-tit .item .show {
    padding: 0 20px;
  }
  .index-s3 .tab-tit .item::before {
    height: 80px;
  }
  .index-s3 .tab-tit .item.active::before {
    height: 180px;
  }
  .index-s3 .tab-tit .item .icon {
    transform: scale(0.7);
  }
  .index-s3 .tab-tit .item h3 {
    font-size: 16px;
  }
  .index-s3 .tab-tit .item p {
    font-size: 14px;
  }
  .index-s4 .cont-box .items {
    margin-top: 3vw;
  }
  .index-s4 .cont-box .item h3 {
    font-size: 16px;
  }
  .index-s4 .cont-box .item p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-pd {
    padding-top: 60px;
  }
  .about-history-s1 .line-box {
    display: none;
  }
  .contact-s2 .map {
    height: 500px;
  }
  .comm-share {
    display: none;
  }
  .index-main .section {
    height: auto;
  }
  .index-s1 .item {
    height: 500px;
  }
  .index-s2 .cont-box,
  .index-s3 .cont-box,
  .index-s4 .cont-box{
    padding: 80px 5vw;
  }
}
@media screen and (max-width: 768px) {
  .index-s3 .tab-cont .item .index-tit p {
    width: 100%;
    max-width: 100%;
  }
  .index-s3 .tab-cont .item .btn {
    margin-top: 20px;
  }
  .index-s3 .tab-tit {
    position: static;
  }
  .index-s3 .tab-tit .wrapper1 {
    display: block;
  }
  .index-s3 .tab-tit .item {
    width: calc(33% - 1px);
    margin-top: 1px;
  }
  .index-s3 .tab-tit .item::before {
    display: none;
  }
  .index-s3 .tab-tit .item .hide {
    display: none;
  }
  .index-s3 .tab-tit .item .show {
    padding: 0;
    position: static;
    background-color: #fff;
  }
  .index-s3 .tab-tit .item .show p {
    display: none;
  }
  .index-s3 .tab-tit .item .show h3 {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #c9171d;
  }
  .index-s3 .tab-tit .item.active .show {
    background-color: #c9171d;
  }
  .index-s3 .tab-tit .item.active .show h3 {
    color: #fff;
  }
  .index-s3 .tab-tit .item .show .icon {
    display: none;
  }
  .index-s3 .tab-tit .item .show .txt {
    width: 100%;
    max-width: none;
  }
    .index-s3 .tab-tit .item .show .txt1 {
    display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  }
  .index-s3 .tab-cont {
    padding-bottom: 0;
    margin-top: 40px;
  }
  .index-s4 .cont-box .items {
    margin-top: 20px;
    display: block;
  }
  .index-s4 .cont-box .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .index-s4 .cont-box .item:nth-of-type(1) {
    margin-top: 0;
  }
  .index-s4 .cont-box .item .show {
    display: none;
  }
  .index-s4 .cont-box .item .hide {
    opacity: 1;
    visibility: visible;
    padding: 20px;
  }
  .index-s4 .cont-box .item i {
    width: 64px;
    height: 40px;
  }
  .index-tit h3 {
    font-size: 0.42rem;
  }
  .index-tit.gray .en {
    color: #000;
    float: right;
    display: block;
    text-align: center;
    width: 120px;
    height: 30px;
    border-radius: 30px;
    border: solid 1px #222222;
    line-height: 28px;
    font-size: 14px;
    transition: all 0.6s;
	padding-right: 20px;
	margin-top: 11px;
  }
  .wrapper1 {
    width: 90vw;
    margin: 0 auto;
    position: relative;
  }
}
.index-s5 .cont-box {
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
  background-image: url("../images/ac.jpg");
}
.index-s5 .mid-block {
  margin-top: 1.5vw;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.index-s5 .mid-block .item {
  width: calc((100% - 84px) / 3);
}
.index-s5 .mid-block .item .img-box {
  overflow: hidden;
}
.index-s5 .mid-block .item .txt-box {
  margin-top: 20px;
}
.index-s5 .mid-block .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
  max-height: 280px;
}
.index-s5 .mid-block .item h3 {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.index-s5 .mid-block .item .date {
  font-size: 14px;
  color: #555555;
  font-family: 'DINPro-Regular';
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .index-s5 .mid-block .item:hover img {
    transform: scale(1.1);
  }
  .index-s5 .mid-block .item:hover h3 {
    color: #c9171d;
  }
}
.index-s5 .bot-block {
  margin-top: 2vw;
  padding-top: 2vw;
  font-size: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
}
.index-s5 .bot-block .item {
  width: calc((100% - 6vw) / 4);
}
.index-s5 .bot-block .item .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  max-width: 106px;
  overflow: hidden;
}
.index-s5 .bot-block .item .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
  padding-left: 15px;
}
.index-s5 .bot-block .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.index-s5 .bot-block .item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  height: 48px;
  overflow: hidden;
  transition: color .3s ease;
}
.index-s5 .bot-block .item .date {
  font-size: 14px;
  color: #555555;
  font-family: 'DINPro-Regular';
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .index-s5 .bot-block .item:hover img {
    transform: scale(1.1);
  }
  .index-s5 .bot-block .item:hover h3 {
    color: #c9171d;
  }
}
@media screen and (min-width: 1025px) {
  .index-s5 .index-tit, .index-s5 .mid-block, .index-s5 .bot-block {
    /* opacity: 0; */
    transform: translateY(2vw);
    transition: all .6s ease;
  }
  .index-s5.ani .index-tit, .index-s5.ani .mid-block, .index-s5.ani .bot-block {
    opacity: 1;
    transform: translateY(0);
  }
  .index-s5.ani .mid-block {
    transition-delay: .2s;
  }
  .index-s5.ani .bot-block {
    transition-delay: .4s;
  }
}
@media screen and (max-width: 1366px) {
  .index-s5 .mid-block {
    margin-top: 2vw;
  }
  .index-s5 .bot-block {
    padding-top: 1vw;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-s5 .cont-box {
    padding: 50px 5vw;
  }
}
@media screen and (max-width: 768px) {
  .index-s5 .mid-block {
    margin-top: 20px;
    display: block;
  }
  .index-s5 .mid-block .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .index-s5 .mid-block .item:nth-of-type(1) {
    margin-top: 0;
  }
  .index-s5 .mid-block .item .txt-box {
    margin-top: 10px;
  }
  .index-s5 .mid-block .item h3 {
    font-size: 16px;
  }
  .index-s5 .bot-block {
    margin-top: 20px;
    padding-top: 20px;
    display: block;
  }
  .index-s5 .bot-block .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .index-s5 .bot-block .item:nth-of-type(1) {
    margin-top: 0;
  }
}