@charset "utf-8";

.container {
  background-color: #ffffff;
}

.sub_header {
  height: 300px;
  background: #efefef no-repeat center center;
  background-size: cover;
  text-align: center;
}
.sub_header > .in {
  max-width: 1100px;
  margin: auto;
}
.sub_header .tit {
  font-size: 48px;
  font-weight: bold;
  padding-top: 90px;
  color: #fff;
  text-shadow: 0px 0px 10px #000000;
}
.sub_header .dsc {
  font-size: 18px;
  padding-top: 20px;
  color: #fff;
  text-shadow: 0px 0px 10px #000000;
}
.sub_header .dsc br.r {
  display: none;
}

section {
  max-width: 1100px;
  margin: 80px auto 70px;
}

.summary > .in {
  min-height: 200px;
}
.summary .tt {
  font-size: 40px;
}
.summary .tit {
  font-size: 56px;
  font-weight: bold;
}
.summary .dsc {
  font-size: 20px;
  margin-top: 20px;
}

.detail .tit {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.detail .dsc .list {
  margin: 0px -15px;
}
.detail .dsc .list:after {
  content: "";
  display: table;
  clear: both;
}
.detail .dsc .list > li {
  width: 50%;
  padding: 0 15px;
  float: left;
  margin-bottom: 80px;
}
.detail .dsc .list > li .box .hdt .tt {
  font-size: 30px;
  font-weight: bold;
  min-height: 65px;
  padding: 12px 10px;
  text-align: center;
  background-color: #0072b3;
  color: #ffffff;
}
.detail .dsc .list > li .box .cdt {
  text-align: center;
}
.detail .dsc .list > li .box .cdt .dt {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
}
.detail .dsc .list > li .box .cdt .dd {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
  line-height: 1.6;
}

.other {
  background-color: #f7f7f7;
}
.other > .in {
  padding: 50px 0px 60px 0px;
}
.other .tit {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.other .dsc ul.list {
  margin: 40px auto 0px auto;
}
.other .dsc ul.list li {
  float: left;
  width: 33.333%;
  text-align: center;
  padding: 0 10px;
}
.other .dsc ul.list li i {
  display: block;
  margin: auto;
  width: 110px;
  height: 110px;
  font-size: 108px;
}
.other .dsc ul.list li .ht {
  font-size: 24px;
  color: #333333;
  margin-top: 35px;
  font-weight: bold;
}
.other .dsc ul.list:after {
  display: block;
  content: "";
  clear: both;
}
.arrow_detail {
  margin: 90px auto;
  word-break: keep-all;
}
.arrowTab {
  background: #fff;
  border: #d7d7d7 solid 1px;
  border-radius: 4px;
  position: relative;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}
.arrowTab li {
  width: calc(100% / 3);
  text-align: center;
  height: 58px;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.arrowTab li a {
  display: block;
  font-size: 18px;
  height: 58px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrowTab li .active {
  border: #0072b3 solid 2px;
  color: #0072b3;
  height: 60px;
  border-radius: 4px;
  z-index: 10;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
}
.arrowTab li:hover a {
  color: #0072b3;
}
.half_con {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.half_con .left_con {
  width: 47%;
}
.para04 {
  margin-top: 25px;
}
.half_con .left_con p {
  padding-top: 5px;
  color: #444444;
  font-size: 17px;
  line-height: 160%;
}
.shot_detail .half_con .left_con p {
  padding-top: 0px;
  color: #000000;
  font-size: 17px;
  line-height: inherit;
}

.half_con .left_con h4 {
  margin-top: 40px;
  padding-top: 0px;
  border-top: 0px;
  color: #900d0d;
  font-size: 24px;
  font-weight: 600;
}
.first {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0px;
}
.half_con .right_con {
  width: 47%;
}
.half_con .right_con .img_wrap {
  text-align: center;
}
.half_con .right_con .img_wrap img {
  width: 100%;
  height: auto;
}

.shot_detail .right_con {
  width: 47%;
  /* float: right; */
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shot_detail .left_con {
  width: 47%;
  /* float: left; */
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
}
.shot_detail h4 {
  margin-top: 70px;
  padding-top: 60px;
  border-top: 1px solid #e1e1e1;
  color: #900d0d;
  font-size: 24px;
  font-weight: 600;
}
.shot_detail .img_lang {
  overflow: hidden;
  margin-top: 43px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.shot_info {
  flex-direction: column;
}
.shot_con {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .other .tit {
    font-size: 28px;
  }
  .other .dsc ul.list li .ht {
    font-size: 20px;
  }
  .other .dsc ul.list li {
    padding: 0px 20px;
  }
}

@media (max-width: 1140px) {
  .summary {
    margin: 20px 20px 20px;
  }
  .detail .dsc .list > li .box .ht {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .summary > .in {
    padding: 50px;
    min-height: inherit;
  }
  .summary .tt {
    font-size: 36px;
  }
  .summary .tit {
    font-size: 36px;
  }
  .detail .tit {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .detail .dsc .list {
    margin: 0px -10px;
  }
  .detail .dsc .list > li {
    margin-bottom: 30px;
    padding: 0px 10px;
  }
  .detail .dsc .list > li .box .hdt .tt {
    min-height: inherit;
    font-size: 20px;
  }
  .detail .dsc .list > li .box .hdt .ss {
    min-height: inherit;
  }
  .detail .dsc .list > li .box .cdt .dt {
    font-size: 18px;
  }
  .detail .dsc .list > li .box .cdt .dd br.r {
    display: none;
  }
  .half_con {
    flex-direction: column;
    gap: 25px;
  }
  .half_con .left_con,
  .half_con .right_con {
    width: 100%;
  }
  .half_con .left_con p {
    font-size: 14px;
  }
  .shot_detail .half_con .left_con p {
    font-size: 14px;
  }
  .half_con .left_con h4 {
    font-size: 20px;
  }
  .shot_con {
    flex-direction: column;
  }
  .sblet {
    font-size: 14px;
  }
  .ssblet {
    font-size: 14px;
  }
  .no_blet {
    padding-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .sub_header {
    height: 140px;
    margin-bottom: 30px;
  }
  .sub_header .tit {
    font-size: 24px;
    padding-top: 30px;
  }
  .sub_header .dsc {
    font-size: 14px;
    padding-top: 5px;
  }
  .sub_header .dsc br.r {
    display: block;
  }

  section {
    margin: 20px 20px 30px 20px;
  }

  .summary > .in {
    padding: 20px;
  }
  .summary .tt {
    font-size: 20px;
  }
  .summary .tit {
    font-size: 20px;
  }
  .summary .dsc {
    font-size: 15px;
    margin-top: 5px;
  }

  .detail .tit {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .detail .dsc .list > li {
    width: 100%;
  }
  .detail .dsc p {
    font-size: 12px;
  }
  .detail .dsc .list > li .box .cdt .dt {
    font-size: 14px;
  }
  .detail .dsc .list > li .box .cdt .dd {
    font-size: 12px;
  }

  .other > .in {
    padding: 30px 30px;
  }
  .other .tit {
    font-size: 20px;
  }
  .other .dsc ul.list {
    margin-top: 0px;
  }
  .other .dsc ul.list li {
    float: none;
    width: 100%;
    position: relative;
    min-height: 70px;
    text-align: center;
    margin-top: 30px;
  }
  .other .dsc ul.list li i {
    width: 60px;
    height: 60px;
    font-size: 60px;
  }
  .other .dsc ul.list li .ht {
    margin: 20px 0;
    font-size: 15px;
    text-align: center;
  }
  .arrowTab li a {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .other > .in {
    padding: 15px;
  }
}
