.container {
  width: 1400px;
  padding: 0;
  margin: auto;
}

.title {
  font-size: 55px;
  color: #333;
  font-family: 'PlayfairDisplay-Regular';
}
.title .img {
  background: #bd6f51;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.title .img img {
  width: 50%;
}
#about-page .cont_1 .container {
  margin: 130px auto;
  display: flex;
  justify-content: space-between;
}
#about-page .cont_1 .container .left {
  width: 36%;
  height: 10vw;
}
#about-page .cont_1 .container .left .title div:last-child {
  margin-top: 30px;
}
#about-page .cont_1 .container .left .des {
  margin-top: 20px;
  font-family: 'Quattrocento-Regular';
  font-size: 16px;
  line-height: 2;
}
#about-page .cont_1 .container .right {
  width: 50%;
}
#about-page .cont_2 .container {
  display: flex;
  width: 1500px;
  justify-content: space-around;
  align-items: center;
  margin-left: 4vw;
}
#about-page .cont_2 .container img {
  width: 28%;
}
#about-page .cont_2 .container .des {
  width: 35%;
  font-size: 16px;
  font-family: 'Quattrocento-Regular';
  line-height: 30px;
  margin-left: 2%;
}
#about-page .cont_3 {
  margin-top: 100px;
}
#about-page .cont_3 .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-page .cont_3 .container .title .text {
  margin-left: 20px;
}
#about-page .cont_3 .container .content {
  margin-top: 40px;
}
#about-page .cont_3 .container .content .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 50%;
  padding: 0 10px;
}
#about-page .cont_3 .container .content .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#about-page .cont_3 .container .content .swiper-container .swiper-wrapper .swiper-slide .des {
  position: absolute;
  bottom: 3vw;
  width: 100%;
  padding: 0 40px;
  padding-right: 80px;
  word-break: break-word;
}
#about-page .cont_3 .container .content .swiper-container .swiper-wrapper .swiper-slide .des div {
  width: 100%;
  font-family: 'PlayfairDisplay-Bold';
  font-size: 48px;
  color: #fff;
}
#about-page .cont_3 .container .content .swiper-container .swiper-wrapper .swiper-slide .des div:last-child {
  font-family: 'Quattrocento-Regular';
  font-size: 24px;
  line-height: 1.4;
  margin-top: 20px;
}
#about-page .cont_3 .container .content .swiper-container .swiper-pagination-bullets {
  text-align: left;
}
#about-page .cont_3 .container .content .swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
  margin-left: 30px;
}
#about-page .cont_3 .container .content .swiper-container .swiper-pagination-bullet-active {
  background: #bd6f51;
}

#about-page .cont_4 {
  margin-top: 110px;
}
#about-page .cont_4 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about-page .cont_4 .container .left {
  display: flex;
  width: 46%;
}
#about-page .cont_4 .container .left .title {
  width: 100%;
  display: flex;
}
#about-page .cont_4 .container .left .title .img {
  margin-top: 10px;
}
#about-page .cont_4 .container .left .title .text {
  width: 85%;
  margin-left: 20px;
  line-height: 2;
}
#about-page .cont_4 .container .right {
  width: 48%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#about-page .cont_4 .container .right > .title{
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  margin-bottom: 20px;
}
#about-page .cont_4 .container .right > .title .img{
  min-width: 60px;
  margin-top: 10px;
  margin-right: 14px;
}
#about-page .cont_4 .container .right .list {
  width: 46%;
}
#about-page .cont_4 .container .right .list:nth-child(n+4) {
  margin-top: 40px;
}
#about-page .cont_4 .container .right .list .title_1 {
  font-family: 'FrankRuhlLibre-Bold';
  font-size: 24px;
}
#about-page .cont_4 .container .right .list .des {
  margin-top: 20px;
  font-family: 'Quattrocento-Regular';
  font-size: 16px;
  line-height: 2;
}
#about-page .cont_5 {
  background: #fdf7f0;
  padding: 200px 0;
  margin-top: 100px;
}
#about-page .cont_5 .container {
  position: relative;
}
#about-page .cont_5 .container .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#about-page .cont_5 .container .prev,
#about-page .cont_5 .container .next {
  position: absolute;
  top: 240px;
  right: -80px;
  width: 30px;
  height: 30px;
  background: #eacec0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
#about-page .cont_5 .container .prev span,
#about-page .cont_5 .container .next span {
  transform: scale(1, 2);
  margin-top: 0;
}
#about-page .cont_5 .container .prev {
  left: -80px;
}
.container {
  width: 1360px;
  padding: 0;
  margin: auto;
}
#about-page .cont_6 .container {
  width: 100%;
  height: 450px;
  padding: 0;
}
#about-page .cont_6 .container .cont {
  height: 100%;
  display: flex;
  align-items: center;
  background-size: 100vw;
}
#about-page .cont_6 .container .cont > div {
  height: 100%;
  width: 384px;
  position: relative;
}
#about-page .cont_6 .container .cont > div .cir_btn_2 {
  cursor: pointer;
  background: #c5c5c5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#about-page .cont_6 .container .cont > div .cir_btn_2:hover .content {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  height: 148px;
  overflow-y: auto;
}
#about-page .cont_6 .container .cont > div .cir_btn_2:hover .img img:last-child {
  opacity: 1;
}
#about-page .cont_6 .container .cont > div .cir_btn_2 .cir_btn {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
}
#about-page .cont_6 .container .cont > div .cir_btn_2 .title {
  top: 40px;
}
#about-page .cont_6 .container .cont > div .cir_btn_2 .content {
  display: block;
  font-family: 'PlayfairDisplay-Regular';
  color: #bd6f51;
  font-size: 16px;
  font-family: 'Quattrocento-Regular';
  width: 300px;
  text-align: center;
  position: absolute;
  top: 80px;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
#about-page .cont_6 .container .cont > div .cir_btn_2 .img {
  position: absolute;
  top: -150px;
  width: 80px;
  height: 130px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#about-page .cont_6 .container .cont > div .cir_btn_2 .img img {
  position: absolute;
  bottom: 0;
  width: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#about-page .cont_6 .container .cont > div .cir_btn_2 .img img:last-child {
  width: 100%;
  opacity: 0;
}
#about-page .cont_6 .container .cont > div .title {
  position: absolute;
  font-size: 24px;
  font-family: 'PlayfairDisplay-Regular';
  color: #bd6f51;
}
#about-page .cont_6 .container .cont > div:nth-child(2n+1) {
  width: 360px;
  background: url('../images/index/about_10.png');
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#about-page .cont_6 .container .cont > div:nth-child(2n+1) .cir_btn_2 {
  top: 215px;
  left: 160px;
}
#about-page .cont_6 .container .cont > div:nth-child(2n+1) .cir_btn_2 .title {
  top: 40px;
}
#about-page .cont_6 .container .cont > div:nth-child(2n) {
  width: 360px;
  background: url('../images/index/about_11.png');
  background-position: center;
  background-size: 100% 186px;
  background-repeat: no-repeat;
}
#about-page .cont_6 .container .cont > div:nth-child(2n) .cir_btn_2 {
  top: 210px;
  left: 180px;
}
#about-page .cont_6 .container .cont > div:nth-child(2n) .cir_btn_2 .title {
  top: 40px;
  left: -10px;
}
#about-page .cont_6 .container .cont > div:nth-child(2n) .cir_btn_2 .img {
  left: 10px;
  top: -130px;
}
#about-page .cont_6 .container .cont > div:nth-child(2n) .cir_btn_2 .content {
  top: 80px;
  left: -140px;
}
#about-page .cont_6 .container ul {
  display: none;
}
#about-page .cont_7 .container .title {
  display: flex;
  align-items: center;
  font-family: 'PlayfairDisplay-Regular';
}
#about-page .cont_7 .container .title .text {
  margin-left: 20px;
}
#about-page .cont_7 .container .cont_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#about-page .cont_7 .container .cont_list a {
  display: block;
  text-align: center;
}
#about-page .cont_7 .container .cont_list img {
  display: block;
}
#about-page .cont_7 .container .cont_list .list {
  margin-top: 60px;
  box-shadow: 0 0 18px 4px #6e6e6e3a;
  width: 31%;
  margin-left: 2%;
}
#about-page .cont_7 .container .cont_list .list:hover .img img {
  transform: scale(1.2);
}
#about-page .cont_7 .container .cont_list .list:hover .text {
  color: #bd6f51;
}
#about-page .cont_7 .container .cont_list .list .img {
  width: 100%;
  height: 330px;
  overflow: hidden;
}
#about-page .cont_7 .container .cont_list .list .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#about-page .cont_7 .container .cont_list .list .text {
  padding: 40px 0;
  font-family: 'FrankRuhlLibre-Bold';
  font-size: 24px;
  transition: all 0.5s;
}
#about-page .cont_7 .container .page {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
#about-page .cont_7 .container .page .wp-pagenavi{
    display: flex;
    justify-content: center;
}
#about-page .cont_7 .container .page a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 5px 0 #6e6e6e1f;
  font-size: 18px;
  color: #666666;
  font-family: 'Quattrocento-Regular';
  display:block;
  transition:all .5s;
}
#about-page .cont_7 .container .page a:hover{
  color: #bd6f51;
}
#about-page .cont_7 .container .page span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 5px 0 #6e6e6e1f;
  font-size: 18px;
  color: #666666;
  font-family: 'Quattrocento-Regular';
  display:block;
}
#about-page .cont_8 {
  margin-top: 160px;
}
#about-page .cont_8 .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-page .cont_8 .container .text {
  margin-left: 20px;
}
#about-page .cont_8 .container .form_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 800px;
  margin: auto;
  margin-top: 60px;
}
#about-page .cont_8 .container .form_1 input {
  width: 49.5%;
  margin-top: 10px;
  padding: 14px 10px;
  border: #bd6f51 solid 1px;
  font-family: 'Quattrocento-Regular';
  font-size: 16px;
}
#about-page .cont_8 .container .form_1 #email {
  width: 100%;
}
#about-page .cont_8 .container .form_1 textarea {
  width: 100%;
  margin-top: 10px;
  padding: 14px 10px;
  border: #bd6f51 solid 1px;
  font-family: 'Quattrocento-Regular';
  font-size: 16px;
  height: 200px;
}
#about-page .cont_8 .container .form_1 .submit_btn {
  background-color: #bd6f51;
  color: #fff;
  width: 160px;
  height: 50px;
  font-size: 16px;
  font-family: 'Montserrat-Regular';
  line-height: 50px;
  text-align: center;
  margin: auto;
  margin-top: 30px;
}
#about-page .cont_9 {
  margin: 130px 0;

}
#about-page .cont_9 .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about-page .cont_9 .text {
  margin-left: 20px;
}


#about-page .cont_10{
  margin-top: 100px;
}
#about-page .cont_10 .container{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about-page .cont_10 .container .list .top{
  font-size: 50px;
  font-weight: bold;
      font-family: 'FrankRuhlLibre-Bold';
}

#about-page .cont_10 .container .list .top img{
  display: block;
  height: 50px;
  margin: auto;
  margin-bottom: 10px;
}
#about-page .cont_10 .container .list .top sup {
    font-size: 30px;
}
#about-page .cont_10 .container .list .bottom {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}


@media (max-width: 1500px) {
  #about-page .cont_2 .container {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1360px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  #about-page .cont_1 .container {
    flex-wrap: wrap;
  }
  #about-page .cont_1 .container .left {
    width: 47%;
  }
  #about-page .cont_5 {
    padding: 100px 0;
  }
  #about-page .cont_5 .container .swiper-container {
    width: 80%;
  }
  #about-page .cont_5 .container .prev {
    left: 2vw;
  }
  #about-page .cont_5 .container .next {
    right: 2vw;
  }
  #about-page .cont_5 .container .prev,
  #about-page .cont_5 .container .next {
    top: 10vw;
  }
  #about-page .cont_7 .container .cont_list .list .img {
    height: 25vw;
  }
}
@media (max-width: 1024px) {
  #about-page .cont_1 .container {
    justify-content: center;
    margin: 60px 0;
  }
  #about-page .cont_1 .container .left {
    width: 100%;
    height: auto;
  }
  #about-page .cont_1 .container .left .title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #about-page .cont_1 .container .left .title div:last-child {
    margin-top: 0;
    margin-left: 25px;
  }
  #about-page .cont_1 .container .right {
    width: 80%;
    margin-top: 20px;
  }
  #about-page .cont_2 .container .des{
    font-size: 12px;
    line-height: 24px
  }
  #about-page .cont_4 {
    margin-top: 60px ;
  }
  #about-page .cont_4 .container {
    flex-wrap: wrap;
  }
  #about-page .cont_4 .container .left {
    width: 100%;
  }
  #about-page .cont_4 .container .right {
    margin-top: 40px;
    width: 100%;
  }
  #about-page .cont_7 {
    margin-top: 60px;
  }
  #about-page .cont_7 .container .cont_list .list .text {
    padding: 20px 0;
  }
  #about-page .cont_7 .container .page {
    margin-top: 30px;
  }
  #about-page .cont_8 {
    margin-top: 40px;
  }
  #about-page .cont_9 {
    margin: 60px 0;
  }
  
}
@media (max-width: 768px) {
  .cir_btn {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .cir_btn:hover {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .title .img {
    width: 30px;
    height: 30px;
  }
  #about-page .cont_1 .container {
    margin: 20px 0;
  }
  #about-page .cont_1 .container .left .title {
    font-size: 25px;
  }
  #about-page .cont_1 .container .left .title div:last-child {
    margin-left: 10px;
  }
  #about-page .cont_1 .container .left .des {
    font-size: 13px;
    margin-top: 10px;
    line-height: 26px;
  }
  #about-page .cont_1 .container .left .title div:last-child {
    font-size: 20px;
  }
  #about-page .cont_7 .container .title .text {
    font-size: 20px;
  }
  #about-page .cont_8 .container .title .text {
    font-size: 20px;
  }
  #about-page .cont_9 .text {
    font-size: 20px;
  }
  #about-page .cont_2 .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #about-page .cont_2 .container img {
    width: 48%;
  }
  #about-page .cont_2 .container .des {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-left: 0;
  }
  #about-page .cont_3 {
    margin-top: 40px;
  }
  #about-page .cont_3 .container .title .text {
    font-size: 20px;
    margin-left: 10px;
  }
  #about-page .cont_3 .container .content {
    margin-top: 20px;
  }
  #about-page .cont_3 .container .content .swiper-container .swiper-wrapper .swiper-slide .des {
    left: 5vw;
  }
  #about-page .cont_3 .container .content .swiper-container .swiper-wrapper .swiper-slide .des div {
    font-size: 20px;
  }
  #about-page .cont_3 .container .content .swiper-container .swiper-wrapper .swiper-slide .des div:last-child {
    font-size: 12px;
  }
  #about-page .cont_3 .container .content .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-left: 20px;
    bottom: 2px;
  }
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 2px;
  }
  #about-page .cont_4 {
    margin-top: 20px;
  }
  #about-page .cont_4 .container .left .title {
    justify-content: center;
    font-size: 20px;
  }
  #about-page .cont_4 .container .left .title .img {
    margin-top: 0;
  }
  #about-page .cont_5 {
    padding: 50px 0;
  }
  #about-page .cont_5 .container .prev,
  #about-page .cont_5 .container .next {
    top: 15vw;
  }
  #about-page .cont_6 .container {
    height: auto;
  }
  #about-page .cont_6 .container .cont {
    display: none;
  }
  #about-page .cont_6 .container > ul {
    display: block;
    padding: 0 20px;
    margin-top: 20px;
    height: 200px;
    overflow-y: auto;
  }
  #about-page .cont_6 .container > ul .layui-timeline-item {
    padding-bottom: 10px;
  }
  #about-page .cont_6 .container > ul .layui-timeline-axis {
    color: chocolate;
  }
  #about-page .cont_6 .container > ul .layui-text h3 {
    font-size: 16px;
    font-family: 'PlayfairDisplay-Bold';
  }
  #about-page .cont_6 .container > ul .layui-text p {
    font-size: 12px;
    font-family: 'PlayfairDisplay-Regular';
  }
  #about-page .cont_7 .container .cont_list .list {
    width: 48%;
  }
  #about-page .cont_7 .container .cont_list .list .img {
    height: 33vw;
  }
  #about-page .cont_7 .container .title {
    font-size: 20px;
    justify-content: center;
  }
  #about-page .cont_7 .container .cont_list .list .text {
    padding: 10px 0;
    font-size: 18px;
  }
  #about-page .cont_8 .container .title {
    font-size: 20px;
  }
  #about-page .cont_8 .container .title .text {
    margin-left: 10px;
  }
  #about-page .cont_9 .title {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .container {
    padding: 0 10px;
  }
  #about-page .cont_1 .container .left .title {
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
  }
  
  #about-page .cont_1 .container .left .title .img {
    margin-top: 3px;
  }
  #about-page .cont_1 .container .left .des {
    text-align: justify;
  }
  #about-page .cont_1 .container .right {
    width: 100%;
    margin-top: 10px;
  }
  #about-page .cont_3 {
    flex-wrap: wrap;
  }
  #about-page .cont_4 .container .title {
    flex-wrap: wrap;
    text-align: center;
  }
  #about-page .cont_4 .container .right {
    margin-top: 20px;
  }
  #about-page .cont_4 .container .right .list {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #about-page .cont_4 .container .right .list .des {
    margin-top: 10px;
  }
  #about-page .cont_4 .container .right .list:nth-child(n+3) {
    margin-top: 20px;
  }
  #about-page .cont_5 .container .prev,
  #about-page .cont_5 .container .next {
    top: 55vw;
  }
  #about-page .cont_7 {
    margin-top: 20px;
  }
  #about-page .cont_7 .container .title {
    flex-wrap: wrap;
    text-align: center;
  }
  #about-page .cont_8 .container .form_1 textarea{
    height: auto;
  }
  #about-page .cont_7 .container .cont_list .list {
    margin-top: 20px;
    width: 98%;
  }
  #about-page .cont_7 .container .cont_list .list .img {
    height: 65vw;
  }
  #about-page .cont_7 .container .cont_list .list .text {
    font-size: 12px;
    padding: 10px 0;
  }
  #about-page .cont_7 .container .page a {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-left: 3px;
  }
  #about-page .cont_7 .container .page span{
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-left: 3px;
  }
  #about-page .cont_8 .container .title {
    text-align: center;
    flex-wrap: wrap;
  }
  #about-page .cont_8 .container .form_1 {
    width: 100%;
    margin-top: 20px;
  }
  #about-page .cont_8 .container .form_1 input {
    width: 100%;
  }
  #about-page .cont_8 .container .form_1 .submit_btn {
    margin-top: 20px;
    width: 80px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  #about-page .cont_9 {
    margin: 30px 0;
  }
  #about-page .cont_9 .title {
    flex-wrap: wrap;
    text-align: center;
  }
}
