.hotEvent {
  width: 100%;
  padding-top: 78px;
}
.hotEvent .page-img {
  width: 100%;
  margin: 0 auto;
}
.w1200 {
  margin: 55px auto;
}
.applyyylf {
  display: flex;
}
.applyyylf .photo {
  width: 800px;
  height: 480px;
  background-image: url("../img/hotEvent/apply.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.applyyylf .photo:hover {
  transform: scale(1.02);
  transition: all 0.4s;
}
.applyyylf .yylf {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 390px;
  height: 480px;
  background: #dcdcdc;
}
.applyyylf .yylf input {
  width: 350px;
  height: 50px;
  color: #ffffff;
  padding-left: 20px;
  border-radius: 8px;
  background-color: #0b3b30;
  opacity: 0.79;
  margin-top: 10px;
  border: none;
  box-sizing: border-box;
}
.applyyylf .yylf input::-webkit-input-placeholder {
  font-size: 24px;
  color: #ffffff;
}
.applyyylf .yylf .btn {
  width: 350px;
  height: 50px;
  color: #1e1e1e;
  border-radius: 8px;
  background-color: #dcc9aa;
}
.applyyylf .yylf .tip {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08543f;
  margin: 60px auto;
}
.applyyylf .yylf .tip .line {
  width: 25px;
  height: 2px;
  border-top: 1px solid #08543f;
  margin: 3px 3px 0px 3px;
}
.case-cont {
  width: 100%;
  display: flex;
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
}
.case-cont .case-l .photo-btn {
  display: flex;
  width: 790px;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 30px;
  padding-bottom: 25px;
  padding-top: 15px;
  margin-bottom: 10px;
}
/* .case-cont .case-l .photo-btn .photo {
  width: 400px;
  height: 270px;
} */
.case-cont .case-l .photo-btn .photo img {
  width: 400px;
  height: 270px;
}
.case-cont .case-l .photo-btn .photo:hover {
  transform: scale(1.03);
  transition: all 0.4s;
}
.case-cont .case-l .photo-btn .text {
  position: relative;
  width: 370px;
  text-align: left;
  margin-left: 20px;
} 
.case-cont .case-l .photo-btn .text ul {
  height:200px;
}
.case-cont .case-l .photo-btn .text .name {
  font-size: 30px;
}
.case-cont .case-l .photo-btn .text .details a{
  font-size: 22px;
  color: #08543F;
  margin-top: 10px;
}
.case-cont .case-l .photo-btn .text .details a:hover{
  font-size: 22px;
  color: #08543F !important;
  margin-top: 10px;
}
.case-cont .case-l .photo-btn .text .button {
  font-size: 25px;
}
.case-cont .case-l .photo-btn .text .button {
  position: absolute;
  bottom: 0px;
  width: 200px;
  height: 50px;
  border-radius: 8px;
  color: #ffffff;
  background: #08543f;
}
.case-cont .case-r {
  width: 380px;
  height: 380px;
}
.case-cont .case-r .case-img {
  height: 414px;
  background-color: #f7f7f7;
}
.case-cont .case-r .case-photo {
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.case-cont .case-r .tjbg1 {
  background-image: url("../img/hotEvent/case1.png");
}
.case-cont .case-r .tjbg2 {
  background-image: url("../img/hotEvent/case2.png");
}
.case-cont .case-r .case-photo:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}
.case-cont .case-r .case-text {
  box-sizing: border-box;
  height: 94px;
  font-size: 22px;
  text-align: left;
  color: #1e1e1e;
  padding-top: 10px;
  line-height: 32px;
  padding-left: 40px;
}
.case-cont .case-r .case-text .recommend {
  display: flex;
}
.case-cont .case-r .case-text .recommend img {
  width: 23px;
  height: 23px;
  margin-left: 20px;
}
.case-cont .case-r .more {
  display: flex;
  width: 380px;
  height: 80px;
  color: #ffffff;
  font-size: 26px;
  background-color: #08543f;
}
.case-cont .case-r .more a {
  color: #ffffff;
  font-size: 26px;
}
.case-cont .case-r .more a:hover {
  color: #ffffff !important;
}
.case-cont .case-r .more img {
  width: 30px;
  height: 30px;
  margin-left: 25px;
}
.pagebtn {
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
}
.pagebtn .btn {
  width: 130px;
  height: 45px;
  font-size: 23px;
  line-height: 45px;
  color: #ffffff;
  background-color: #999999;
  margin: auto 35px;
}
.pagebtn .pagesList {
  display: flex;
  align-items: center;
  height: 70px;
  font-size: 23px;
}
.pagebtn .page1 {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  background-color: #08543f;
  box-sizing: border-box;
  margin: auto 10px;
}
.pagebtn .page {
  width: 45px;
  height: 45px;
  color: #1e1e1e;
  text-align: center;
  line-height: 45px;
  background-color: #ffffff;
  border: 1px solid #999999;
  box-sizing: border-box;
  margin: auto 10px;
}
.promise {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../img/hotEvent/promise-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 75px;
}
.promise .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.promise .cover .first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
}
.promise .cover .first .img {
  width: 95px;
  height: 95px;
}
.promise .cover .first .center .font30 {
  font-size: 30px;
}
.promise .cover .first .center li {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}


/* 尾部开始 */
.footer {
  width: 100%;
  color: #ffffff;
}
.footer .introduce-footer {
  width: 100%;
  align-items: center;
  height: 264px;
  display: flex;
  justify-content: center;
  background: #0B3B30;
}
.footer .introduce-footer .option-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
  border-right: 1px solid #4C4C4A;
}
.footer .introduce-footer .option-footer .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #EEEEEE;
  font-size: 22px;
}
.footer .introduce-footer .option-footer .center  li {
  margin-bottom: 15px;
}
.footer .introduce-footer .option-footer .center  .pointer a {
  color: #ffffff ;
}
.footer .introduce-footer .option-footer .center  .pointer a:hover {
  color: #ffffff !important;
}
.footer .introduce-footer .option-footer .center .title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer .introduce-footer .consult-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
}
.footer .introduce-footer .consult-footer .apply-footer {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.footer .introduce-footer .consult-footer .apply-footer .title {
  position: relative;
  width: 300px;
  color: #ffffff;
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
}
.footer .introduce-footer .consult-footer .apply-footer .title .bgwhite {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 144px;
  height: 33px;
  color: #4C4C4A;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  background: #ffffff;
  border-radius: 11px;
}
.footer .introduce-footer .consult-footer .apply-footer ul li {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
}
.footer .introduce-footer .consult-footer .apply-footer ul li .fon42 {
  font-size: 42px;
  color: #ffffff;
}
.footer .introduce-footer .consult-footer .qr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .introduce-footer .consult-footer .qr .qr-img {
  width: 157px;
  height: 188px;
}
.footer .introduce-footer .consult-footer .qr span {
  display: block;
  color: #DEDBDB;
  font-size: 20px;
  margin-top: 15px;
}
.footer .copyright {
  height: 80px;
  width: 100%;
  font-size: 24px;
  color: #EEEEEE;
  background: #042019;
  display: flex;
  justify-content: center;
}
.footer .copyright .copyright-cont {
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.footer .copyright .img {
  width: 37px;
  height: 40px;
  margin: 10px;
}

/* 尾部结束 */