﻿header {
  background-color: #C2EF10;
  color: #000;
  font-size: 16px;
  width: 100%;
  height: 72px;
}
header nav {
  height: 72px;
  width: 1200px;
  margin: 0 auto;
}
header nav img {
  width: 112px;
  height: 42px;
}
header nav ul {
  height: 100%;
  line-height: 72px;
}
header nav ul li {
  height: 72px;
  text-align: center;
}
header nav ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
}
header nav ul a p {
  height: 30px;
  line-height: 30px;
}
header nav .activated {
  background: #000;
  color: #fff;
}
footer {
  color: #fff;
}
footer .title {
  color: #C2EF10 !important;
  font-size: 26px  !important;
  font-weight: bold  !important;
}
footer .dark {
  width: 100%;
  box-sizing: border-box;
  background-color: #202A2F;
  padding: 65px 0;
  border-top: 7px solid #C2EF10;
}
footer .dark a,
footer .dark p {
  font-size: 16px;
  line-height: 31px;
  color: #fff;
}
footer .dark .content {
  width: 1200px;
  margin: 0 auto;
}
footer .dark .left .findus .title {
  margin-bottom: 40px;
}
footer .dark .left .findus ul li {
  text-align: center;
  font-size: 14px;
  font-weight: lighter;
}
footer .dark .left .findus ul li .pic {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .dark .left .findus ul li a {
  display: block;
  color: #fff;
}
footer .dark .left .findus ul li p {
  margin-top: 11px;
}
footer .dark .left .findus ul li + li {
  margin-left: 47px;
}
footer .dark .left .destination .title {
  margin-bottom: 26px;
}
footer .dark .right {
  padding-left: 111px;
  border-left: 2px solid #808080;
}
footer .dark .right .title {
  margin-bottom: 45px;
}
footer .light {
  padding: 25px 0 20px 434px;
  background: #F1F1F1;
  font-size: 14px;
  color: #5D5D5D;
}
