.dot {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  left: 68%;
  top: 103%;
  z-index: -1;
}

.item2 .dot,
.item4 .dot {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  left: 68%;
  top: -3%;
  z-index: -1;
}

section#dh .m {
  padding: 0 0px;
}

.dot::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #18894747;
  border-radius: 50%;
  animation: ripple 2.5s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.about-main2 .licheng-content ul li .date:hover,
.about-main2 .licheng-content .right-text h3:hover,
.about-main2 .licheng-content .right-text p:hover {
  color: #188947;
}

.shake-image {
  animation: shake 5.5s infinite;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

/***==================================================================		Video Section ==================================================================***/
.video-section {
  position: relative;
  padding-top: 140px;
  padding-bottom: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.video-section:before {
  position: absolute;
  content: '';
  background: #252733;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
}

.video-section .video-box {
  position: relative;
  min-height: 100px;
  margin-bottom: 70px;
}

.video-section h1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  font-family: 微软雅黑, arial;
  font-weight: 500;
  letter-spacing: 2px;
}

.video-box {
  position: relative;
}

.video-box img {
  width: 100%;
}

.video-box .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 75px;
  border: 12px solid #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.video-box .border-anim-left:before {
  height: 12px;
  left: -12px;
  top: -12px;
}

.video-box .border-anim-left:after {
  width: 12px;
  left: -12px;
  top: -12px;
}

.video-box .border-anim-right:before {
  height: 12px;
  right: -12px;
  bottom: -12px;
}

.video-box .border-anim-right:after {
  width: 12px;
  right: -12px;
  bottom: -12px;
}


@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

/* è§†é¢‘æŒ‰é’®æ ·å¼ */
.video-btn {
  padding: 12px 24px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.video-btn:hover {}

.video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.video-container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
}

#video-player {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: -30px;
  right: -30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
}

.btn-style-two {
  position: relative;
  color: #252733;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  padding: 27px 70px;
  background-color: transparent;
  border: 8px solid #222;
  cursor: pointer;
}

.btn-style-two:hover {
  color: #188947;
}

.btn-style-two.light {
  color: #fff;
  border-color: #fff;
}

.border-anim-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.border-anim-left:before {
  position: absolute;
  content: '';
  background: #188947;
  height: 8px;
  width: 0%;
  left: -8px;
  top: -8px;
  transition: .5s ease;
}

.border-anim-left:hover:before {
  width: 100%;
}

.border-anim-left:after {
  position: absolute;
  content: '';
  background: #188947;
  height: 0%;
  width: 8px;
  left: -8px;
  top: -8px;
  transition: .5s ease;
}

.border-anim-left:hover:after {
  height: 100%;
}

.border-anim-right:before {
  position: absolute;
  content: '';
  background: #188947;
  height: 8px;
  width: 0%;
  right: -8px;
  bottom: -8px;
  transition: .5s ease;
}

.border-anim-left:hover .border-anim-right:before {
  width: 100%;
}

.border-anim-right:after {
  position: absolute;
  content: '';
  background: #188947;
  height: 0%;
  width: 8px;
  right: -8px;
  bottom: -8px;
  transition: .5s ease;
}

.border-anim-left:hover .border-anim-right:after {
  height: 100%;
}

.video-box .icon {
  float: left;
  margin-top: 0px;
  width: 40px;
  margin-right: 10px;
}

svg.icon {
  float: left;
  margin-top: 10px;
  width: 40px;
  margin-right: 0;
}

.dd p {
  float: left;
  font-size: 16px;
  line-height: 1.4;
  color: #454545;
  margin-left: 10px;
}

.dd {
  display: flex;
}

.tea_case {
  padding: 1.5rem 0 2.7rem 0;
  width: 67.71%;
  margin: 0 auto;
}

/*发展历程*/
.dev_con {
  background-color: #f6f9fb;
  position: relative;
}

.dev_con .tea_case {
  position: relative;
  z-index: 1;
  padding-bottom: .1rem;
}

.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
}

.tab_time_bottom .showreel_box .list_u_img_box>a {
  width: 100px;
  font-size: 16px;
  color: #979ba0;
  transition: all .5s ease;
}

.tab_time_bottom .showreel_box .list_u_img_box>a.on,
.tab_time_bottom .showreel_box .list_u_img_box>a:hover {
  font-size: 16px;
  color: #188947;
}

.tab_time_bottom .showreel_box .list_u_img_box>a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #188947;
  transition: all .5s ease;
}

.tab_time_bottom .showreel_box .list_u_img_box>a:hover::after,
.tab_time_bottom .showreel_box .list_u_img_box>a.on::after {
  width: 2em;
}

.tab_time_bottom .showreel_box .btn_img_prev,
.tab_time_bottom .showreel_box .btn_img_next {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #7a858a;
  text-align: center;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  top: 50%;
  left: 25px;
  margin-top: -20px;
}

.tab_time_bottom .showreel_box .btn_img_next {
  right: 25px;
  left: auto;
}

.dev_tex_box>div {
  display: none;
  width: 57%;
  float: right;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: .5rem;
  min-height: 2.6rem;
}

.time_title_case {
  position: relative;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  overflow: hidden;
}

.at_time {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-size: 300px;
  line-height: 0.8;
  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(246, 249, 251, 1)), color-stop(0.10, rgba(233, 239, 242, 1)), color-stop(0.7, rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
  background: -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.time_sha {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -ms-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -moz-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -o-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(246, 249, 251, 1)), color-stop(0.10, rgba(246, 249, 251, 0)), color-stop(0.9, rgba(246, 249, 251, 0)), color-stop(1, rgba(246, 249, 251, 1)));
  background: -webkit-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
}

.time_line_case {
  margin: 0 auto;
  width: 83.33333%;
  margin-top: .5rem;
}

.time_line_box {
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease;
}

.time_line_box>div {
  float: left;
  position: relative;
  width: 330px;
  height: 6px;
  background: -ms-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
  background: -moz-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
  background: -o-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(50, 131, 97, 1)), color-stop(1, rgba(204, 229, 180, 1)));
  background: -webkit-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
  font-size: 22px;
  line-height: 1;
}

.btn_time {
  position: absolute;
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #188947;
  z-index: 1;
  cursor: pointer;

}

.btn_time>span {
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -50px;
  z-index: 2;
  transition: all .5s ease;
}

.time_line_box>div:nth-child(odd) .btn_time>span {
  bottom: -50px;
  top: auto;
}

.btn_time::after {
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-color: rgba(14, 111, 57, .15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: dot1 2s infinite ease;
  -webkit-animation: dot1 2s infinite ease;
  /* Safari 和 Chrome */
}

@keyframes dot1 {
  0% {
    width: 20px;
    height: 20px;
  }

  50% {
    width: 36px;
    height: 36px;
  }

  100% {
    width: 20px;
    height: 20px;
  }

}

.btn_time:hover::after {
  display: block;
}

.time_line_box>div.bodes {
  pointer-events: none;
  background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));
  background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
}

.bodes .btn_time {
  background-color: #959798;
}

.bodes .btn_time span {
  color: #979ba0;
}

/*波浪背景*/
.wave_box {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}

@keyframes waveAnimateA {
  0% {
    transform: translate(-80px, -52%);
  }

  100% {
    transform: translate(80px, -50%);
  }
}

.wave svg {
  fill: rgba(233, 239, 242, 1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}

.st0 {
  fill: #E9EFF2;
  opacity: 0.5
}

.st1 {
  opacity: 0.5;
  fill: #E9EFF2;
}

.st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: url(#SVGID_1_);
}

.titie_box_bg {
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}

.titie_box_bg svg {
  width: 100%;
  position: relative;
  z-index: 1;
}

.titie_box_bg #title_bg_down {
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time>span {
  font-size: 40px;
  color: #fff;
  top: 50% !important;
  transform: translate(-50%, -50%);
  bottom: auto !important;
  margin-left: 0;
}

.time_line_box .on .btn_time .titie_box_bg {
  transform: scale(1);
}

.time_line_box .on .btn_time .titie_box_bg>#title_bg_down {
  animation: alpha 2.25s linear infinite forwards;

}

@keyframes alpha {
  0% {
    transform: rotate(0);
  }

  25% {}

  50% {
    border-radius: 50%;
  }

  75% {}

  100% {
    transform: rotate(360deg);
  }
}


@media screen and (max-width:1600px) {
  .com_title {
    font-size: 34px;
  }

  .hon_tab_nav_box>div {
    padding-bottom: .3rem;
  }

  .new_tex_box>div {
    width: 70.6666%;
  }

  .new_title,
  .new_info {
    margin-top: 25px;
  }

  .cul_title {
    line-height: 100px;
  }

  .pul_now>div {
    max-height: 90px;
  }

  .nav_box,
  .search_box,
  .language_box {
    line-height: 90px;
  }

  header .nav_con .pul_logo {
    top: 18px;
    left: 3vw;
  }

}

/*公告及通函*/
.not_con {
  background: url("../images/not_bg.png") no-repeat center bottom, #f6f9fb;
}

.showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: 0 0 90px rgba(29, 56, 75, .17);
  margin-bottom: 50px;
}

.showreel_box .btn_img_prev,
.showreel_box .btn_img_next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #bebdc2;
  cursor: pointer;
}

.showreel_box .btn_img_prev:hover,
.showreel_box .btn_img_next:hover {
  color: #188947;
}

.showreel_box .btn_img_prev i,
.showreel_box .btn_img_next i {
  font-size: 18px;
}

.showreel_box .btn_img_prev {
  left: 0;
}

.showreel_box .btn_img_next {
  right: 0;
}

.view_box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left .5s ease;
}

.showreel_box .list_u_img_box>a {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #979ba0;
  cursor: pointer;
  transition: all .5s ease;
}

.showreel_box .list_u_img_box>a.on {
  font-size: 24px;
  color: #188947;
  position: relative;
  cursor: auto;
}

.showreel_box .list_u_img_box>a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -.5em;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #188947;
  transition: all .5s ease;
}

.showreel_box .list_u_img_box>a:hover {
  color: #188947;
}

.showreel_box .list_u_img_box>a.on::after,
.showreel_box .list_u_img_box>a:hover::after {
  width: 1em;
}

.showreel_box .list_u_img_box>img:last-child {
  margin-right: 0;
}

.disab {
  pointer-events: none;
  opacity: 0;
}

.not_con .ann_box>a {
  border-top: 1px solid #d6dadd;
  border-bottom: none;
  transition: all .5s ease;
  padding: 50px 72px 40px 0;
}

.not_con .ann_box>a:hover {
  -webkit-box-shadow: 0 0 46px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 46px rgba(29, 56, 75, .17);
  box-shadow: 0 0 46px rgba(29, 56, 75, .17);
  background-color: #fff;
  border-top-color: transparent;
  margin: 0 -10px;
  padding-right: 82px;
  padding-left: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.not_con .ann_box>a:hover+a {
  border-top-color: transparent;
}

.not_con .ann_box>a:first-child {
  border-top-color: transparent;
}

.not_con .ann_box>a>div {
  float: left;
}

.not_time_box {
  width: 10%;
  color: #010101;
  line-height: 1.1;
}

.not_time_box>div {
  padding-left: 30.7%;
}

.time_year {
  font-size: 20px;
}

.not_time {
  font-size: 12px;
}

.not_con .ann_title {
  width: 90%;
  padding-left: 39px;
}

.not_con .ann_box>a>i {
  right: 40px;
}

@media screen and (max-width: 640px) {

  .tea_case {
    padding: 60px 25px 70px 25px;
    width: 100%;
  }

  .tea_mem_case .swiper-button-next,
  .tea_mem_case .swiper-button-prev {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

  .at_time {
    font-size: 100px;
  }

  .time_line_box>div {
    font-size: 14px;
  }

  .btn_time>span {
    margin-left: -16px;
    top: -35px;
  }

  .time_line_box>div:nth-child(odd) .btn_time>span {
    bottom: -35px;
    top: auto;
  }

  .titie_box_bg {
    width: 60px;
    margin: -30px 0 0 -30px;
  }

  .time_line_box .on .btn_time>span {
    font-size: 20px;
  }

  .time_line_case {
    margin-top: -.2rem;
  }

  .time_title_case {
    padding-bottom: 1.5rem;
  }

  .dev_tex_box>div {
    width: 100%;
    float: none;
    font-size: 15px;
    padding-left: .34rem;
    font-weight: 700;
    min-height: 2.2rem;
    line-height: 30px;
    padding-bottom: .5rem;
  }

  .wave {
    top: auto;
    bottom: -40%;
  }

  .video-box .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 75px;
    border: 9px solid #fff;
    text-align: center;
    transform: translate(-50%, -50%);
  }

  .video-section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }

  .video-section .video-box {
    position: relative;
    min-height: 50px;
    margin-bottom: 60px;
  }

  .video-section h1 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    font-family: 微软雅黑, arial;
    font-weight: 500;
    letter-spacing: 2px;
  }
}

.mid_gray_title {
  font-size: 20px;
  color: #484b48;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
}

@media only screen and (max-width: 1023px) {
  .mid_gray_title {
    font-size: 18px;
    text-align: left;
  }
}

.about_line {
  width: 585px;
  border-bottom: 1px solid #96908f;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1023px) {
  .about_line {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 15px;
  }
}

.content_txt_center_1 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #575555;
}

.content_txt_center_1 p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 28px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .content_txt_center_1 {
    width: 100%;
  }

  .content_txt_center_1 p {
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0px;
    font-size: 14px;
  }
}

.img_about_3_area {
  text-align: center;
  width: 100%;
}

.team_area {
  width: 50%;
  padding-right: 27px;
  padding-left: 27px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .team_area {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .team_area {
    float: none;
    width: 100%;
    padding: 0 25px;
    border-bottom: #BBB7B7 1px solid;
  }

  .team_area:last-child {
    border-bottom: none;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .team_area {
    padding: 0 200px;
  }
}

.about_content_1 {
  padding-top: 55px;
  padding-bottom: 130px;
}

.about_content_1.second_content {
  padding-top: 0px;
}

.about_content_1.final_content {
  padding-top: 0px;
  padding-bottom: 0;
}

.about_content_1 .for_chi {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.about_content_1 .for_chi:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.about_content_1 .pc_pic {
  display: grid;
  grid-template-columns: .2fr .05fr .2fr .05fr .2fr;
  gap: .1rem;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

@media only screen and (max-width: 1023px) {
  .about_content_1 {
    padding: 82px 10px 37px 10px;
  }

  .about_content_1.final_content {
    padding-bottom: 0;
  }

  .about_content_1.m_about_3 {
    padding: 50px 17px 60px 17px;
  }

  .about_content_1.m_about_4 {
    padding: 45px 20px 83px 20px;
  }

  .about_content_1.m_about_5 {
    padding: 44px 17px 72px 17px;
  }

  .about_content_1 .pc_pic {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
    grid-template-columns: .3fr .05fr .3fr .05fr .3fr;
    gap: .1rem;
  }

  .about_content_1 .pc_pic img {
    width: 100%;
  }
}

.detail_header {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  height: 60px;
  margin: 0 auto;
}

.detail_header .nav_now {
  display: none;
}

.brand-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 30px auto;
  padding: 20px;
  align-items: flex-start;
}

.logo-container {
  flex: 0 0 10%;
  min-width: 230px;
  /*! padding: 20px; */
}

.logo {
  max-width: 100%;
  height: auto;
  display: block;
}

.description {
  flex: 1;
}

.description p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #575555;
  text-indent: 2em;
}

.title {
  color: #484b48;
  font-size: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #96908f;
  padding-bottom: 18px;
}

.content {
  line-height: 1.8;
  color: #444;
}

.highlight {
  color: #2a5d84;
  font-weight: 600;
  margin: 20px 0 10px;
  font-size: 18px;
}

.value-list {
  margin: 15px 0;
  padding-left: 20px;
}

.value-list li {
  margin: 10px 0;
  position: relative;
}

.label {
  font-weight: 600;
  color: #2a5d84;
}

@media (max-width: 768px) {
  .brand-container {
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
    margin: 0px auto;
    padding: 20px;
  }

  .description p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #575555;
    text-indent: 0em;
  }

  .logo-container {
    flex: none;
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
  }

  .logo-container img {
    flex: none;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }

  .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}