* {
  font-family: 'Montserrat';
  font-weight: 400;
}
main {
  overflow: hidden;
}
b {
  font-weight: 700;
}
.pic {
  font-size: 0;
  line-height: 0;
}
.pic .ele {
  width: 100%;
}
.banner {
  position: relative;
  border-bottom: 7px solid #fff;
  color: #fff;
}
.banner::after,
.banner::before {
  content: '';
  position: absolute;
  bottom: -7px;
  height: 7px;
  z-index: 1;
  width: 33.33%;
}
.banner::before {
  background-color: #1B499A;
  left: 0;
}
.banner::after {
  background-color: #EE1B2D;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .banner .pic .ele {
    min-height: 300px;
    object-fit: cover;
  }
}
.banner .text-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner .text-box .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner .text-box .container p {
  font-size: 16px;
  color: #000;
  line-height: 1.22;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .banner .text-box .container p {
    font-size: 14px;
  }
}
.banner .text-box .container h1 {
  font-size: 36px;
  color: #000;
  line-height: 1.22;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .banner .text-box .container h1 {
    font-size: 30px;
  }
}
.frenchgourmay-module {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .frenchgourmay-module {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.frenchgourmay-module .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.frenchgourmay-module .module-tit {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .module-tit {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .frenchgourmay-module .module-tit {
    margin-bottom: 20px;
  }
}
.frenchgourmay-module .module-tit p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.22;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .module-tit p {
    margin-bottom: 22px;
    font-size: 16px;
  }
}
.frenchgourmay-module .module-tit .tit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .frenchgourmay-module .module-tit .tit {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .frenchgourmay-module .module-tit .tit h2 {
    width: 100%;
  }
}
.frenchgourmay-module .module-tit .tit button {
  all: unset;
  border-radius: 5px;
  padding: 0 50px;
  background-color: #171717;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  transition: background-color 0.35s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .module-tit .tit button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .frenchgourmay-module .module-tit .tit button {
    margin-top: 15px;
    padding: 0;
    width: 100%;
  }
}
.frenchgourmay-module .module-tit .tit button:hover {
  background-color: #1B499A;
}
.frenchgourmay-module .module-tit h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .module-tit h2 {
    font-size: 26px;
  }
}
.frenchgourmay-module .module-tit h3 {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .module-tit h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .frenchgourmay-module .module-tit h3 {
    font-size: 18px;
  }
}
.frenchgourmay-module .module-tit h6 {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1875;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .module-tit h6 {
    font-size: 14px;
  }
}
.frenchgourmay-module .module-tit + .module-con,
.frenchgourmay-module .module-con + .module-tit {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .frenchgourmay-module .module-tit + .module-con,
  .frenchgourmay-module .module-con + .module-tit {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .frenchgourmay-module .module-tit + .module-con,
  .frenchgourmay-module .module-con + .module-tit {
    margin-top: 20px;
  }
}
.search-box {
  border-radius: 10px;
  box-shadow: 7px 6px 12px #0000001f;
  border: 1px solid #e9e9e9;
  padding: 12px 12px 12px 32px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .search-box {
    padding: 30px 20px;
    flex-wrap: wrap;
  }
}
.search-box .iconfont {
  margin-right: 10px;
  font-size: 22px;
}
.search-box > .iconfont {
  color: #000;
}
.search-box input {
  all: unset;
}
.search-box input,
.search-box select {
  padding-left: 10px;
  flex-grow: 1;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .search-box input,
  .search-box select {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .search-box input,
  .search-box select {
    width: calc(100% - 44px);
  }
}
.search-box input::placeholder,
.search-box select::placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.search-box select {
  outline: none;
  border: none;
  cursor: pointer;
}
.search-box select option {
  padding: 10px 0;
  height: 40px;
  line-height: 40px;
}
.search-box span {
  margin: 0 30px;
  width: 1px;
  display: block;
  height: 48px;
  background-color: #707070;
}
@media screen and (max-width: 992px) {
  .search-box span {
    margin: 15px 0;
    width: 100%;
    height: 1px;
  }
}
.search-box button {
  all: unset;
  margin-left: 15px;
  border-radius: 5px;
  padding: 0 65px;
  background-color: #171717;
  color: #fff;
  font-size: 18px;
  line-height: 65px;
  height: 65px;
  transition: background-color 0.35s ease-in-out;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .search-box button {
    font-size: 16px;
    line-height: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 992px) {
  .search-box button {
    margin-top: 15px;
    padding: 0;
    width: 100%;
  }
}
.search-box button:hover {
  background-color: #1B499A;
}
.pagination-box {
  margin-top: 45px;
}
.pagination-box .pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .pagination-box .pagination {
    gap: 8px;
  }
}
.pagination-box .pagination .page-item {
  all: unset;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  color: #585858;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.35s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .pagination-box .pagination .page-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pagination-box .pagination .page-item {
    font-size: 14px;
  }
  .pagination-box .pagination .page-item .iconfont {
    font-size: 14px;
  }
}
.pagination-box .pagination .page-item.disabled {
  cursor: pointer;
}
.pagination-box .pagination .page-item.active,
.pagination-box .pagination .page-item:hover {
  color: #fff;
  background-color: #171717;
}
.pagination-box .pagination .page-item a {
  all: unset;
  width: 65px;
  height: 65px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .pagination-box .pagination .page-item a {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .pagination-box .pagination .page-item a {
    width: 30px;
    height: 30px;
  }
}
.rich-box h1,
.rich-box h2,
.rich-box h3,
.rich-box h4,
.rich-box h5,
.rich-box h6 {
  font-weight: bold;
}
.rich-box h1 + p,
.rich-box h2 + p,
.rich-box h3 + p,
.rich-box h4 + p,
.rich-box h5 + p,
.rich-box h6 + p {
  margin-top: 20px;
}
.rich-box h1 + h2,
.rich-box h1 + h3,
.rich-box h1 + h4,
.rich-box h1 + h5,
.rich-box h1 + h6,
.rich-box h2 + h3,
.rich-box h2 + h4,
.rich-box h2 + h5,
.rich-box h2 + h6,
.rich-box h3 + h4,
.rich-box h3 + h5,
.rich-box h3 + h6,
.rich-box h4 + h5,
.rich-box h4 + h6,
.rich-box h5 + h6 {
  margin-top: 20px;
}
.rich-box p {
  font-size: 18px;
}
.rich-box p a {
  color: #1A8DD9;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .rich-box p {
    font-size: 16px;
  }
}
