.footer {
  margin: 0;
  background: #fff;
}

.country {
  background: #f9f9f9;
}

.country .header {
  background: #fff;
}

.country .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 28px 0 13px;
  border-bottom: 1px solid #e9e9e9;
}

.country .title .text {
  position: relative;
  padding-left: 15px;
  color: #0d3f98;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
}

.country .title .text::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 4px;
  height: 25px;
  background: #0d3f98;
  border-radius: 2px;
  content: "";
}

.country .title .more {
  padding-right: 12px;
  color: #999;
  font-size: 14px;
  background: url("../images/arrow-r.png") no-repeat right center/6px 9px;
}

.country .box-swiper {
  position: relative;
}

.country .box-swiper .swiper-button-box {
  position: absolute;
  top: 35px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50px;
  height: 20px;
}

.country .box-swiper .swiper-button-box .swiper-button {
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
}

.country .box-swiper .swiper-button-box .swiper-button.swiper-prev {
  background-image: url("../images/lx/gj-prev.png");
}

.country .box-swiper .swiper-button-box .swiper-button.swiper-next {
  background-image: url("../images/lx/gj-next.png");
}

.country .banner {
  position: relative;
  height: 456px;
}

.country .banner .swiper {
  height: 100%;
}

.country .banner .swiper a {
  display: inline-flex;
  width: 100%;
  height: 100%;
}

.country .banner .swiper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.country .banner .swiper .swiper-pagination {
  bottom: 40px;
  margin-left: -120px;
}

.country .banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background: #fff;
  border-radius: 4px;
  opacity: 0.5;
}

.country .banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  opacity: 1;
}

.country .banner .form-box {
  position: absolute;
  top: 50%;
  right: calc((100vw - 1200px) / 2);
  z-index: 10;
  width: 296px;
  height: 358px;
  background-color: #fff;
  border-radius: 20px;
  transform: translateY(-50%);
}

.country .banner .form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(231, 240, 255, 0.6), rgba(255, 255, 255, 0.6));
  border-radius: 20px;
}

.country .banner .form-container .form-title {
  padding-top: 15px;
  padding-bottom: 5px;
  color: #1a4299;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
}

.country .banner .form-container .form-item {
  display: flex;
  align-items: center;
  width: 260px;
  height: 48px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 48px;
  border: none !important;
  border-bottom: 1px solid #eee !important;
  border-radius: 0;
}

.country .banner .form-container .form-item .label {
  width: 80px;
  font-weight: bold;
}

.country .banner .form-container .form-item .label span {
  margin-right: 4px;
  color: #f56c6c;
}

.country .banner .form-container .form-item input {
  flex: 1;
  background-color: transparent;
}

.country .banner .form-container .form-code {
  display: flex;
  align-items: center;
  width: 260px;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.country .banner .form-container .form-code .form-item {
  flex: 1;
  margin: 0;
  border: none !important;
}

.country .banner .form-container .form-code .kaptcha-code {
  padding: 0;
  border: none;
}

.country .banner .form-container .form-code .kaptcha-btn {
  width: fit-content;
  height: 48px;
  color: #1a4299;
  font-weight: bold;
  font-size: 14px;
  line-height: 48px;
  background: transparent;
}

.country .banner .form-container .form-code .kaptcha-btn:active {
  color: #132f6d;
}

.country .banner .form-container .select-item {
  position: relative;
  justify-content: flex-start;
  cursor: pointer;
}

.country .banner .form-container .select-item.select-stage .list {
  bottom: -105px;
}

.country .banner .form-container .select-item.select-city {
  border: none !important;
}

.country .banner .form-container .select-item .current {
  display: block;
  flex: 1;
  height: 100%;
  color: #999;
}

.country .banner .form-container .select-item .current.active {
  color: #333;
}

.country .banner .form-container .select-item .list {
  position: absolute;
  bottom: -225px;
  left: 80px;
  z-index: 10;
  display: none;
  width: 160px;
  max-height: 228px;
  overflow: auto;
  color: #333;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.country .banner .form-container .select-item .list .option {
  padding-left: 12px;
  line-height: 36px;
  text-align: left;
  cursor: pointer;
}

.country .banner .form-container .select-item .list .option:hover {
  background-color: rgba(26, 66, 153, 0.1);
}

.country .banner .form-container .select-item .down {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url("../images/down.png") no-repeat center;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.country .banner .form-container .select-item .down.active {
  transform: translateY(-50%) rotate(180deg);
}

.country .banner .form-container .submit {
  width: 250px;
  height: 42px;
  margin: 5px auto;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #ff4500;
  border-radius: 21px;
  box-shadow: 0 5px 7px 0 rgba(253, 150, 4, 0.3);
}

.country .banner .form-container .submit:active {
  background: #cc3700;
}

.country .headlines {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  margin-top: 30px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
}

.country .headlines .img {
  width: 78px;
  height: 50px;
}

.country .headlines .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  height: 60px;
  margin-left: 15px;
  padding-left: 16px;
  background: linear-gradient(to right, #eee, transparent);
  background-repeat: no-repeat;
  background-size: 5px 100%;
}

.country .headlines .list .item {
  position: relative;
  box-sizing: border-box;
  width: 320px;
  padding-left: 18px;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.country .headlines .list .item:hover {
  color: #1a4299;
}

.country .headlines .list .item.hot::before {
  left: 0;
  width: 12px;
  height: 14px;
  background: url("../images/hot.png") no-repeat center/100%;
  border-radius: initial;
}

.country .headlines .list .item::before {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 6px;
  height: 6px;
  background: #2471fc;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}

.country .box1 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 20px;
}

.country .box1 .list .item {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 384px;
  height: 220px;
  overflow: hidden;
  border-radius: 26px;
}

.country .box1 .list .item:nth-child(3n+1) {
  background: rgba(250, 44, 25, 0.08);
}

.country .box1 .list .item:nth-child(3n+2) {
  background: rgba(40, 196, 69, 0.08);
}

.country .box1 .list .item:nth-child(3n+3) {
  background: rgba(22, 119, 255, 0.08);
}

.country .box1 .list .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.country .box1 .list .item:hover .mask {
  transform: translateY(0);
  opacity: 1;
}

.country .box1 .list .item .img1 {
  width: 107px;
  height: 179px;
  margin: 0 20px;
  border-radius: 15px;
}

.country .box1 .list .item .right {
  position: relative;
  flex: 1;
  box-sizing: border-box;
  height: 100%;
  padding-top: 40px;
  padding-right: 10px;
}

.country .box1 .list .item .right .t1 {
  padding-bottom: 15px;
  color: #333;
  font-weight: bold;
  font-size: 20px;
}

.country .box1 .list .item .right .t2 {
  display: -webkit-box;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.country .box1 .list .item .right .btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 36px;
  color: #333;
  font-size: 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
}

.country .box1 .list .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.2s ease;
}

.country .box1 .list .item .mask .img2 {
  width: 180px;
  height: 180px;
  margin: 0 15px;
}

.country .box2 .box2-list {
  padding-top: 20px;
}

.country .box2 .box2-list .swiper-slide {
  position: relative;
  box-sizing: border-box;
  width: 220px;
  height: 260px;
  padding: 25px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
}

.country .box2 .box2-list .swiper-slide .t1 {
  color: #0d3f98;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

.country .box2 .box2-list .swiper-slide .t2 {
  display: -webkit-box;
  padding-top: 15px;
  overflow: hidden;
  color: #666;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  text-align-last: center;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.country .box2 .box2-list .swiper-slide .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  background: #ff4500;
  border-radius: 15px;
  transform: translateX(-50%);
  cursor: pointer;
}

.country .box3 .box3-list {
  padding-top: 20px;
}

.country .box3 .box3-list .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 282px;
  height: 290px;
  padding: 15px;
  text-align: center;
  background: linear-gradient(to bottom, #e7f0ff, #fff);
  border: 1px solid #eee;
  border-radius: 20px;
}

.country .box3 .box3-list .swiper-slide:hover .name {
  color: #1a4299;
}

.country .box3 .box3-list .swiper-slide .img {
  width: 250px;
  height: 145px;
  border-radius: 10px;
  object-fit: cover;
}

.country .box3 .box3-list .swiper-slide .name {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.country .box3 .box3-list .swiper-slide .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  height: 30px;
  color: #ff4500;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ff4500;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.country .box3 .box3-list .swiper-slide .btn:hover {
  color: #fff;
  background: #ff4500;
}

.country .box4 .list {
  display: flex;
  gap: 24px;
  padding-top: 12px;
}

.country .box4 .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 282px;
  height: 184px;
  padding: 0 10px 0 16px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
}

.country .box4 .list .item:hover .right .name {
  color: #1a4299;
}

.country .box4 .list .item .img {
  width: 126px;
  height: 148px;
  object-fit: cover;
  border-radius: 10px;
}

.country .box4 .list .item .right {
  flex: 1;
  padding-left: 15px;
}

.country .box4 .list .item .right .name {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.2s ease;
}

.country .box4 .list .item .right .des {
  display: -webkit-box;
  height: 72px;
  padding-top: 2px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.country .box4 .list .item .right .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 26px;
  color: #ff4500;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ff4500;
  border-radius: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.country .box4 .list .item .right .btn:hover {
  color: #fff;
  background: #ff4500;
}

.country .box5 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 20px;
}

.country .box5 .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 384px;
  height: 134px;
  background: linear-gradient(to bottom, #e7f0ff, #fff);
  border: 1px solid #eee;
  border-radius: 20px;
}

.country .box5 .list .item .img {
  width: 48px;
  height: 48px;
  margin: 0 30px;
  object-fit: contain;
}

.country .box5 .list .item .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.country .box5 .list .item .right .name {
  overflow: hidden;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.country .box5 .list .item .right .name-en {
  overflow: hidden;
  color: #666;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.country .box5 .list .item .right .qs {
  padding-top: 8px;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.country .box5 .list .item .right .cost {
  padding-top: 5px;
  color: #333;
  font-size: 14px;
}

.country .box5 .list .item .right .cost .btn {
  color: #ff4500;
  font-weight: 500;
  cursor: pointer;
}

.country .box6 .process {
  width: 100%;
  padding-top: 20px;
}

.country .box6 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 298px;
  height: 40px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 16px;
  background: #ff4500;
  border: 1px solid #fd9604;
  border-radius: 19px;
  cursor: pointer;
}

.country .box7 {
  width: 100%;
  height: 205px;
  margin-top: 30px;
  background: url("../images/lx/gj-form.png") no-repeat center/100%;
}

.country .box7 .form-title {
  padding: 30px 0;
  color: #1a4299;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
}

.country .box7 .form-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 80px;
  border-radius: 20px;
}

.country .box7 .form-container .form-item {
  display: flex;
  align-items: center;
  width: 300px;
  height: 30px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  border: none !important;
  border-radius: 0;
}

.country .box7 .form-container .form-item .label {
  width: 80px;
  font-weight: bold;
}

.country .box7 .form-container .form-item .label span {
  margin-right: 4px;
  color: #f56c6c;
}

.country .box7 .form-container .form-item input {
  flex: 1;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 6px;
}

.country .box7 .form-container .form-code {
  display: flex;
  align-items: center;
  width: 300px;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.country .box7 .form-container .form-code .form-item {
  flex: 1;
  margin: 0;
  border: none !important;
}

.country .box7 .form-container .form-code .kaptcha-code {
  padding: 0 10px;
  background-color: #fff;
  border: none;
  border-radius: 6px;
}

.country .box7 .form-container .form-code .kaptcha-btn {
  width: 80px;
  height: 30px;
  height: 30px;
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  background: #0d3f98;
  border-radius: 6px;
}

.country .box7 .form-container .form-code .kaptcha-btn:active {
  background: #092c69;
}

.country .box7 .form-container .select-item {
  position: relative;
  justify-content: flex-start;
  cursor: pointer;
}

.country .box7 .form-container .select-item.select-stage .list {
  bottom: -105px;
}

.country .box7 .form-container .select-item.select-city {
  border: none !important;
}

.country .box7 .form-container .select-item .current {
  display: block;
  flex: 1;
  height: 100%;
  padding: 0 10px;
  color: #999;
  background: #fff;
  border-radius: 6px;
}

.country .box7 .form-container .select-item .current.active {
  color: #333;
}

.country .box7 .form-container .select-item .list {
  position: absolute;
  bottom: -225px;
  left: 85px;
  z-index: 10;
  display: none;
  width: 180px;
  max-height: 228px;
  overflow: auto;
  color: #333;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.country .box7 .form-container .select-item .list .option {
  padding-left: 12px;
  line-height: 36px;
  text-align: left;
  cursor: pointer;
}

.country .box7 .form-container .select-item .list .option:hover {
  background-color: rgba(26, 66, 153, 0.1);
}

.country .box7 .form-container .select-item .down {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url("../images/down.png") no-repeat center;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.country .box7 .form-container .select-item .down.active {
  transform: translateY(-50%) rotate(180deg);
}

.country .box7 .form-container .submit {
  width: 300px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  background: #ff4500;
  border: 1px solid #fd9604;
  border-radius: 15px;
}

.country .box7 .form-container .submit:active {
  background: #cc3700;
}

.country .box8 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 135px;
  padding: 15px 8px 30px;
}

.country .box8 .list .item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  width: 520px;
  height: 35px;
  padding-left: 8px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.country .box8 .list .item:hover {
  color: #1a4299;
}

.country .box8 .list .item:nth-child(1) {
  color: #de253c;
  background: url("../images/info-icon1.png") no-repeat left center/389px 35px;
}

.country .box8 .list .item:nth-child(2) {
  color: #1a4299;
  background: url("../images/info-icon2.png") no-repeat left center/389px 35px;
}

.country .box8 .list .item .link {
  width: 450px;
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}
