.layui-laydate-header i:hover {
  color: #e9c964 !important;
}
.layui-laydate-header span:hover {
  color: #e9c964 !important;
}
.layui-laydate-footer span:hover {
  color: #e9c964 !important;
}
#layui-laydate1.layui-laydate .layui-this {
  background-color: #e9c964 !important;
}
.apply a {
  display: block;
  width: 190px;
  height: 50px;
  background: url(../img/about/btn18.png) no-repeat;
  background-size: cover;
  position: relative;
  color: #44372e;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.apply a:before {
  content: '';
  width: 0;
  height: 100%;
  background: url(../img/about/btn15.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;
}
.apply a h3 {
  position: relative;
  text-align: center;
  line-height: 50px;
  letter-spacing: 4px;
}
.apply a h3 span {
  margin-left: 24px;
}
.apply a:hover:before {
  width: 100%;
  opacity: 1;
}
.ctn1 {
  padding-top: 5vw;
  overflow: hidden;
}
.ctn1 .ctn-list {
  margin-top: 3vw;
}
.ctn1 .ctn-list .top .swiper-slide {
  height: 600px;
}
.ctn1 .ctn-list .top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn1 .ctn-list .top .swiper-slide p {
  position: absolute;
  width: 50%;
  left: 3vw;
  bottom: 0;
  color: #fff;
  letter-spacing: 2px;
  opacity: 0;
  transition: all 0.5s ease 0.3s;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
}
.ctn1 .ctn-list .top .swiper-slide-active p {
  opacity: 1;
  bottom: 1.5vw;
}
.ctn1 .ctn-list .bottom ul {
  display: flex;
}
.ctn1 .ctn-list .bottom ul li {
  width: 33.333%;
  cursor: pointer;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7c736c;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .bottom ul li span {
  letter-spacing: 2px;
  color: #fff;
  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 .bottom ul li:nth-child(even) {
  background: #877f79;
}
.ctn1 .ctn-list .bottom ul li:hover {
  background: #e9c964;
}
.ctn1 .ctn-list .bottom ul li:hover span {
  color: #2b2b2b;
}
.ctn1 .ctn-list .bottom ul li.active {
  background: #e9c964;
}
.ctn1 .ctn-list .bottom ul li.active span {
  color: #2b2b2b;
}
.ctn2 {
  padding: 5vw 0;
  overflow: hidden;
}
.ctn2 .ctn-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.ctn2 .ctn-top .left {
  width: calc(100% - 260px);
  border: 1px solid #917b59;
  display: flex;
}

.ctn2 .ctn-top .left .layui-select {
  width: 33.333%;
  position: relative;
  cursor: pointer;
  height: 60px;
  padding:0;
  border:none;
}

.ctn2 .ctn-top .left .layui-select:first-child:before {
  content: '';
  width: 1px;
  height: 30px;
  background: #957b54;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn2 .ctn-top .left .layui-select input {
  padding: 0 20px;
 height: 60px;
  color: #44372e;
  opacity: 0.5;
  border:none;
  font-size: 18px;
}
.layui-form-select .layui-edge{
    right:20px;
}
.layui-form-select dl{
    top:61px;
    padding:0;
    border-radius: 0;
    left:-1px;
}
.layui-form-select dl dd{
    line-height: 50px;
    font-size: 16px;
    padding:0 20px;
}
.layui-form-select dl dd.layui-select-tips{
    padding-left:20px!important;
}
.layui-form-select dl dd.layui-this{
    background: #e9c964;
    color: #2b2b2b;
}
.ctn2 .ctn-top .left .select ul {
  position: absolute;
  width: 100%;
  left: -1px;
  top: 61px;
  display: none;
}
.ctn2 .ctn-top .left .select ul li {
  height: 50px;
  padding: 0 20px;
  background: #fff;
  border-left: 1px solid #917b59;
  border-right: 1px solid #917b59;
  border-bottom: 1px solid #917b59;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-top .left .select ul li:hover {
  background: #e9c964;
  color: #2b2b2b;
}
.ctn2 .ctn-top .left .select.active h2:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.ctn2 .ctn-top .left .date {
  width: 33.33%;
  position: relative;
}
.ctn2 .ctn-top .left .date:after {
    content:'';
        display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
    overflow: hidden;
      position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.ctn2 .ctn-top .left .date:before {
  content: '';
  width: 1px;
  height: 30px;
  background: #957b54;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn2 .ctn-top .left .date input {
  width: 100%;
  height: 60px;
  border: none;
  background: none;
  padding: 0 20px;
}
.ctn2 .ctn-top .left .search-input {
  width: 37%;
}
.ctn2 .ctn-top .left .search-input input {
  padding: 0 20px;
  width: 100%;
  height: 60px;
  border: none;
  background: none;
}
.ctn2 .ctn-top .s-btn {
  width: 240px;
  height: 60px;
  background: url(../img/about/btn14.png) no-repeat;
  background-size: 100% 100%;
  letter-spacing: 2px;
  color: #332a24;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  cursor: pointer;
}
.ctn2 .ctn-bottom {
  margin-top: 3vw;
}
.ctn2 .ctn-bottom ul li {
  margin-top: 1vw;
}
.ctn2 .ctn-bottom ul li .top {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(170, 170, 170, 0.15);
  border: 1px solid #f2f2f2;
  padding: 1.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.ctn2 .ctn-bottom ul li .top .left {
  width: calc(100% - 220px);
  padding-left: 42px;
  position: relative;
  cursor: pointer;
}
.ctn2 .ctn-bottom ul li .top .left:before {
  content: '+';
  color: #332a24;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #dfd8ce;
  position: absolute;
  left: 0;
  top: 6px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-bottom ul li .top .left h2 {
  letter-spacing: 2px;
  color: #332a24;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-bottom ul li .top .left h3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.ctn2 .ctn-bottom ul li .top .left h3 span {
  color: #332a24;
  opacity: 0.5;
  padding-right: 40px;
  position: relative;
}
.ctn2 .ctn-bottom ul li .top .left h3 span:after {
  content: '';
  width: 1px;
  height: 16px;
  background: #adaaa9;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn2 .ctn-bottom ul li .top .left h3 span:last-child:after {
  display: none;
}
.ctn2 .ctn-bottom ul li .top .left:hover h2 {
  color: #957b54;
}
.ctn2 .ctn-bottom ul li .bottom {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(170, 170, 170, 0.15);
  border: 1px solid #f2f2f2;
  position: relative;
  z-index: 1;
  padding: 2vw 2vw 3vw;
  display: none;
}
.ctn2 .ctn-bottom ul li .bottom h3 {
  display: none;
}
.ctn2 .ctn-bottom ul li .bottom h2 {
  letter-spacing: 2px;
  color: #332a24;
  font-weight: bold;
}
.ctn2 .ctn-bottom ul li .bottom .position {
  margin-top: 1.5vw;
}
.ctn2 .ctn-bottom ul li .bottom .text {
  color: #332a24;
  opacity: 0.5;
  margin-top: 10px;
}
.ctn2 .ctn-bottom ul li .bottom .text p {
  margin-top: 8px;
}
.ctn2 .ctn-bottom ul li.active .top .left:before {
  content: '-';
  background: #f4d473;
  border: 1px solid #f4d473;
}
.ctn2 .ctn-bottom .p_page {
  margin-top: 4vw;
}
.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 {
  width: 480px;
  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 .right {
  padding: 4vw 3vw;
  background: url(../img/about/bg14.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 .box .chuan {
  margin-top: 1vw;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.ctn-alert .center .right .box .chuan input {
  position: absolute;
  left: 0;
  height: 50px;
  width: 180px;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: -1;
}
.ctn-alert .center .right .box .chuan .add-chuan {
  width: 180px;
  height: 50px;
  background: #e9cb6b;
  text-align: center;
  line-height: 50px;
  color: #44372d;
  font-weight: bold;
  position: relative;
  z-index: 2;
  cursor:pointer;
}
.ctn-alert .center .right .box .chuan span {
  color: #44372d;
  letter-spacing: 1px;
}
.ctn-alert .center .right .box  h3{
    color:#999;
    margin-top:4px;
}
.ctn-alert .center .right .btn {
  margin-top: 2vw;
}
.ctn-alert .center .right .btn button {
  width: 100%;
  height: 56px;
  font-weight: bold;
  color: #332a24;
  background: url(../img/about/btn17.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  letter-spacing: 2px;
}
.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) {
  .apply a {
    width: 168px;
    height: 44px;
  }
  .apply a h3 {
    line-height: 44px;
  }
  .ctn1 .ctn-list .top .swiper-slide {
    height: 32vw;
  }
  .ctn1 .ctn-list .bottom ul li {
    height: 5.2vw;
  }
}
@media screen and (max-width: 1440px) {
  .ctn-alert .center {
    width: 440px;
  }
  .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;
  }
  .ctn2 .ctn-top .left {
    width: calc(100% - 220px);
  }
  .ctn2 .ctn-top .left .layui-select{
      height: 50px;
  }
  .ctn2 .ctn-top .left .layui-select input{
      height: 50px;
      font-size: 16px;
      padding:0 14px;
  }
    .layui-form-select dl dd{
      padding:0 14px;
  }
  .layui-form-select dl dd.layui-select-tips{
      padding-left:14px!important;
  }
  .layui-form-select .layui-edge{
      right:14px;
  }
  .layui-form-select dl{
      top:51px;
  }
  .layui-form-select dl dd{
      line-height: 44px;
      font-size: 14px;
  }
  .ctn2 .ctn-top .left .select h2 {
    line-height: 50px;
    padding: 0 14px;
  }
  .ctn2 .ctn-top .left .select h2:after {
    font-size: 16px;
    right: 14px;
  }
  .ctn2 .ctn-top .left .select ul {
    top: 51px;
  }
  .ctn2 .ctn-top .left .select ul li {
    height: 44px;
    padding: 0 14px;
  }
  .ctn2 .ctn-top .left .date input {
    height: 50px;
    padding: 0 14px;
  }
  .ctn2 .ctn-top .left .date:after {
    line-height: 50px;
    right: 14px;
    font-size: 16px;
  }
  .ctn2 .ctn-top .left .search-input input {
    height: 50px;
    padding: 0 14px;
  }
  .ctn2 .ctn-top .s-btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }
  .ctn2 .ctn-bottom ul li .top .left {
    padding-left: 36px;
  }
  .ctn2 .ctn-bottom ul li .top .left:before {
    width: 20px;
    height: 20px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn1 .ctn-list .top .swiper-slide {
    height: 36vw;
  }
  .ctn1 .ctn-list .top .swiper-slide p {
    font-size: 16px;
  }
  .ctn1 .ctn-list .bottom ul li {
    height: 60px;
  }
  .ctn2 .ctn-bottom ul li .top .left:before {
    top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .ctn-alert .center {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .apply a {
    width: 144px;
    height: 38px;
  }
  .apply a h3 {
    line-height: 40px;
    letter-spacing: 2px;
  }
  .apply a h3 span {
    margin-left: 10px;
  }
  .ctn1 {
    padding-top: 40px;
  }
  .ctn1 .ctn-list {
    margin-top: 30px;
  }
  .ctn1 .ctn-list .top .swiper-slide {
    height: 200px;
  }
  .ctn1 .ctn-list .top .swiper-slide p {
    width: 100%;
    font-size: 14px;
    padding: 14px;
    left: 0;
    bottom: 0!important;
    letter-spacing: 1px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  }
  .ctn1 .ctn-list .bottom ul li {
    height: 44px;
  }
  .ctn2 {
    padding: 16px 0 40px;
  }
  .ctn2 .ctn-top .left {
    width: 100%;
    flex-wrap: wrap;
    border: none;
  }
  .ctn2 .ctn-top .left .layui-select{
    width: 100%;
    border: 1px solid #917b59;
    margin-top: 14px;
    z-index: 10;
    height: 44px;
    position: relative;
  }
  .layui-form-select dl{
      top:45px;
  }
  .ctn2 .ctn-top .left .layui-select input{
      height: 44px;
      font-size: 14px;
  }
  .ctn2 .ctn-top .left .select h2 {
    line-height: 44px;
  }
  .ctn2 .ctn-top .left .select ul {
    top: 45px;
    left: -1px;
    width: calc(100% + 2px);
  }
  .ctn2 .ctn-top .left .layui-select:first-child {
    z-index:12;
  }
  .ctn2 .ctn-top .left .date {
    width: 100%;
    border: 1px solid #917b59;
    margin-top: 14px;
    z-index: 8;
  }
  .ctn2 .ctn-top .left .date:after {
    line-height: 44px;
  }
  .ctn2 .ctn-top .left .date input {
    height: 44px;
  }
  .ctn2 .ctn-top .left .search-input {
    width: 100%;
    border: 1px solid #917b59;
    margin-top: 14px;
    z-index: 7;
  }
  .ctn2 .ctn-top .left .search-input input {
    height: 44px;
  }
  .ctn2 .ctn-top .s-btn {
    width: 100%;
    margin-top: 20px;
    height: 44px;
    line-height: 44px;
  }
  .ctn2 .ctn-bottom {
    margin-top: 20px;
  }
  .ctn2 .ctn-bottom ul li {
    margin-top: 20px;
  }
  .ctn2 .ctn-bottom ul li .top {
    padding: 14px;
  }
  .ctn2 .ctn-bottom ul li .top .left {
    width: calc(100% - 160px);
    padding-left: 28px;
  }
  .ctn2 .ctn-bottom ul li .top .left:before {
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
  .ctn2 .ctn-bottom ul li .top .left h2 {
    letter-spacing: 0;
  }
  .ctn2 .ctn-bottom ul li .top .left h3 {
    display: none;
  }
  .ctn2 .ctn-bottom ul li .bottom {
    padding: 20px;
  }
  .ctn2 .ctn-bottom ul li .bottom h2 {
    margin-top: 20px;
  }
  .ctn2 .ctn-bottom ul li .bottom .position {
    margin-top: 20px;
  }
  .ctn2 .ctn-bottom ul li .bottom h3 {
    display: block;
    color: #332a24;
    opacity: 0.5;
  }
  .ctn2 .ctn-bottom ul li .bottom h3 span {
    display: block;
  }
  .ctn2 .ctn-bottom ul li .bottom h3 span:not(:first-child) {
    margin-top: 4px;
  }
  .ctn2 .ctn-bottom .p_page {
    margin-top: 30px;
  }
  .ctn-alert .center {
    width: 80%;
  }
  .ctn-alert .center .right {
    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 .box .chuan {
    margin-top: 14px;
  }
  .ctn-alert .center .right .box .chuan .add-chuan {
    width: 100px;
    height: 44px;
    line-height: 44px;
  }
  .ctn-alert .center .right .box .chuan input {
    width: 100px;
    height: 44px;
  }
  .ctn-alert .center .right .box .chuan span {
    font-size: 12px;
  }
  .ctn-alert .center .right .btn {
    margin-top: 30px;
  }
  .ctn-alert .center .right .btn button {
    height: 44px;
  }
}
