.mores {
  margin-top: 1vw;
}
.mores a {
  display: block;
  width: 200px;
  height: 50px;
  position: relative;
  color: #44372e;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mores a:before {
  content: '';
  width: 0;
  height: 100%;
  background: url(../img/about/btn10.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mores a h3 {
  position: relative;
  text-align: center;
  line-height: 50px;
  letter-spacing: 4px;
  left: -20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mores a h3 span {
  margin-left: 14px;
}
.mores a:hover:before {
  width: 100%;
  opacity: 1;
}
.mores a:hover h3 {
  left: 0;
}
.c-mores {
  margin-top: 4vw;
}
.c-mores a {
  display: block;
  width: 200px;
  height: 50px;
  background: url(../img/about/btn10.png) no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  color: #44372e;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.c-mores a:before {
  content: '';
  width: 0;
  height: 100%;
  background: url(../img/about/btn11.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.c-mores a h3 {
  position: relative;
  text-align: center;
  line-height: 50px;
  letter-spacing: 4px;
}
.c-mores a h3 span {
  margin-left: 38px;
}
.c-mores a:hover {
  color: #fff;
}
.c-mores a:hover:before {
  width: 100%;
  opacity: 1;
}
.ctn1 {
  padding: 5vw 0 6vw;
  background: url(../img/about/bg9.jpg) no-repeat center top;
  background-size: contain;
  overflow: hidden;
}
.ctn1 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn1 .title .text {
  width: 56%;
  color: #231815;
  line-height: 2;
  text-align: justify;
  letter-spacing: 1px;
}
.ctn1 .ctn-list {
  margin-top: 1vw;
}
.ctn1 .ctn-list > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2vw;
}
.ctn1 .ctn-list > ul > li {
  width: 47%;
  margin-top: 3vw;
}
.ctn1 .ctn-list > ul > li .tu {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  height: 400px;
}
.ctn1 .ctn-list > ul > li .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn1 .ctn-list > ul > li .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .ctn-list > ul > li .text {
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(170, 170, 170, 0.15);
  border-radius: 0px 0px 12px 12px;
  border: solid 1px #f2f2f2;
  padding: 1.5vw 2vw;
}
.ctn1 .ctn-list > ul > li .text h2 a {
  color: #332a24;
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list > ul > li .text h2 a:hover {
  color: #957b54;
}
.ctn1 .ctn-list > ul > li .text ul {
  margin-top: 14px;
}
.ctn1 .ctn-list > ul > li .text ul li {
  display: flex;
  padding-left: 24px;
  position: relative;
  margin-top: 6px;
}
.ctn1 .ctn-list > ul > li .text ul li:before {
  content: '\e613';
  font-family: 'iconfont';
  color: #999;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.ctn1 .ctn-list > ul > li .text ul li h3 {
  flex-shrink: 0;
  width: 60px;
  text-align-last: justify;
}
.ctn1 .ctn-list > ul > li .text ul li p {
  letter-spacing: 1px;
}
.ctn1 .ctn-list > ul > li .text ul li p a {
  color: #332a24;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list > ul > li .text ul li p a:hover {
  color: #957b54;
}
.ctn1 .ctn-list > ul > li .text ul li:nth-child(2):before {
  content: '\e8ad';
}
.ctn-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.ctn-alert .center {
  display: flex;
  width: 50%;
  min-width: 720px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ctn-alert .center .left {
  width: 50%;
}
.ctn-alert .center .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn-alert .center .right {
  width: 50%;
  padding: 4vw 3vw;
  background: url(../img/about/m2.jpg) no-repeat;
  background-size: cover;
}
.ctn-alert .center .right h2 {
  text-align: center;
  font-weight: bold;
  color: #231815;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  letter-spacing: 4px;
  white-space: nowrap;
}
.ctn-alert .center .right .box {
  margin-top: 2vw;
}
.ctn-alert .center .right .box .inp {
  margin-top: 1vw;
  position: relative;
}
.ctn-alert .center .right .box .inp img {
  position: absolute;
  left: 24px;
  top: 49%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn-alert .center .right .box .inp input {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-left: 56px;
}
.ctn-alert .center .right .box .inp:nth-child(2) img {
  left: 26px;
}
.ctn-alert .center .right .btn {
  margin-top: 2.5vw;
}
.ctn-alert .center .right .btn button {
  width: 100%;
  height: 56px;
  font-weight: bold;
  color: #332a24;
  background: url(../img/about/btn12.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  letter-spacing: 2px;
}
.ctn-alert .center .right .btn p {
  color: #332a24;
  opacity: 0.5;
  text-align: center;
  margin-top: 10px;
}
.ctn-alert .center .close {
  width: 30px;
  height: 30px;
  border: 2px solid #f9d155;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn-alert .center .close span {
  color: #f9d155;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn-alert .center .close:hover {
  background: #f9d155;
}
.ctn-alert .center .close:hover span {
  color: #332a24;
}
@media screen and (max-width: 1600px) {
  .mores a {
    width: 180px;
    height: 44px;
  }
  .mores a h3 {
    line-height: 44px;
    left: -18px;
  }
  .c-mores a {
    width: 180px;
    height: 44px;
  }
  .c-mores a h3 {
    line-height: 44px;
  }
  .ctn1 .ctn-list > ul > li .tu {
    height: 21.8vw;
  }
}
@media screen and (max-width: 1440px) {
  .ctn-alert .center .right .box .inp img {
    left: 18px;
  }
  .ctn-alert .center .right .box .inp input {
    height: 54px;
    padding-left: 46px;
  }
  .ctn-alert .center .right .box .inp:nth-child(2) img {
    left: 20px;
  }
  .ctn-alert .center .right .btn button {
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn1 .title .text {
    line-height: 1.8;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .ctn-alert .center {
    min-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .mores {
    margin-top: 20px;
  }
  .mores a {
    width: 160px;
    height: 40px;
  }
  .mores a:before {
    width: 100%;
    opacity: 1;
  }
  .mores a h3 {
    line-height: 40px;
    left: 0!important;
  }
  .mores a h3 span {
    margin-left: 4px;
  }
  .c-mores {
    margin-top: 30px;
  }
  .c-mores a {
    width: 160px;
    height: 40px;
  }
  .c-mores a h3 {
    line-height: 40px;
  }
  .c-mores a h3 span {
    margin-left: 20px;
  }
  .ctn1 {
    padding: 40px 0;
  }
  .ctn1 .title {
    display: block;
  }
  .ctn1 .title .text {
    width: 100%;
    line-height: 1.6;
    margin-top: 20px;
  }
  .ctn1 .ctn-list {
    margin-top: 0;
  }
  .ctn1 .ctn-list > ul {
    padding: 0;
  }
  .ctn1 .ctn-list > ul > li {
    width: 100%;
    margin-top: 20px;
  }
  .ctn1 .ctn-list > ul > li .tu {
    border-radius: 8px 8px 0 0;
    height: auto;
  }
  .ctn1 .ctn-list > ul > li .text {
    border-radius: 0 0 8px 8px;
    padding: 20px 14px;
  }
  .ctn-alert .center .left {
    display: none;
  }
  .ctn-alert .center .right {
    width: 100%;
    padding: 30px 20px;
  }
  .ctn-alert .center .right .box {
    margin-top: 20px;
  }
  .ctn-alert .center .right .box .inp {
    margin-top: 14px;
  }
  .ctn-alert .center .right .box .inp input {
    height: 44px;
  }
  .ctn-alert .center .right .btn {
    margin-top: 30px;
  }
  .ctn-alert .center .right .btn button {
    height: 44px;
  }
}
