html,
body {
  background-color: #f6f9fd;
  overflow-x: hidden;
}

.main {
  width: 94%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

header .head-top {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head-top .left {
  display: flex;
  align-items: center;
}

header .head-top .left .logo {
  display: block;
  width: 190px;
}

header .head-top .left .logo img {
  width: 100%;
}

header .head-top .left .lng {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  margin-left: 50px;
}

header .head-top .left .lng i {
  font-size: 12px;
  margin-left: 5px;
}

header .head-top .right {
  display: flex;
  align-items: center;
}

header .head-contact-item {
  display: inline-flex;
  align-items: center;
  margin-left: 50px;
}

header .head-contact-item .icon {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 15px;
  transition: all 0.3s;
}

header .head-contact-item .icon i {
  font-size: 18px;
  color: #fff;
  transition: all 0.3s;
}

header .head-contact-item p {
  font-size: 16px;
  color: #fff;
  transition: all 0.3s;
}

header .head-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 290px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 25px;
  overflow: hidden;
}

header .head-search input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 16px;
  color: #fff;
  transition: all 0.3s;
}

header .head-search input::placeholder {
  font-size: 12px;
  color: #fff;
  transition: all 0.3s;
}

header .head-search i.line {
  display: block;
  width: 1px;
  height: 10px;
  background-color: #e6e6e6;
  transition: all 0.3s;
  flex-shrink: 0;
}

header .head-search .btn {
  flex-shrink: 0;
  display: block;
  width: 56px;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  transition: all 0.3s;
}

header .head-search .btn i {
  font-size: 14px;
}

header nav {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header nav a {
  display: inline-block;
  white-space: nowrap;
  height: 60px;
  padding: 0 10px;
  margin: 0 40px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

header nav a:hover, header nav a.active {
  border-color: #fff;
}

.m-header {
  display: none;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.m-header .head-top {
  width: 100%;
  height: 64px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px 14px;
}

.m-header .head-top .logo img {
  height: 32px;
}

.m-header .head-top .btns {
  display: inline-flex;
  align-items: center;
}

.m-header .head-top .btns .item {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 3px;
  color: #a2e677;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

.m-header .head-top .btns .item i {
  font-size: 16px;
}

.m-header .head-bot {
  display: none;
  width: 100%;
  position: fixed;
  top: 64px;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  overflow: hidden;
}

.m-header .head-bot nav {
  width: 100%;
  padding: 10px 14px;
}

.m-header .head-bot nav a {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 45px;
}

.m-header .head-bot nav a.active {
  color: #a2e677;
}

.m-header .head-bot .head-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  padding: 20px 24px;
}

.m-header .head-bot .head-contact .head-contact-item {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.m-header .head-bot .head-contact .head-contact-item .icon {
  width: 24px;
  height: 24px;
  color: #a2e677;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  margin-right: 4px;
}

.m-header .head-bot .head-contact .head-contact-item .icon i {
  font-size: 12px;
}

.m-header .head-bot .head-contact .head-contact-item span {
  font-size: 14px;
}

.m-header .head-bot .head-contact .head-contact-item:first-child {
  margin-top: 0;
}

.inner-banner {
  width: 100%;
  height: 720px;
  background-position: center;
  background-size: cover;
}

.inner-tab {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.inner-tab .main {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner-tab .hamb {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #666;
  font-size: 14px;
}

.inner-tab .hamb a {
  color: #666;
}

.inner-tab .hamb img {
  margin-right: 5px;
}

.inner-tab .tab {
  width: auto;
  height: 60px;
  display: inline-flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  margin-right: 50px;
  -webkit-overflow-scrolling: touch;
}

.inner-tab .tab::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

.inner-tab .tab::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #f5f5f5;
}

.inner-tab .tab::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}

.inner-tab .tab a {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  white-space: nowrap;
  font-size: 14px;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}

.inner-tab .tab a:hover {
  color: #a2e677;
}

.inner-tab .tab a.active {
  font-weight: bold;
  color: #a2e677;
  border-bottom: 2px solid #a2e677;
}

.inner-tab .tab i {
  flex-shrink: 0;
  display: block;
  width: 1px;
  height: 10px;
  background-color: #e6e6e6;
  margin: 0 20px;
  transform: translateY(2px);
}

.inner-mod {
  position: relative;
  padding: 50px 0;
}

.inner-mod p {
  font-family: "Arial";
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  position: relative;
}

.inner-mod span {
  font-size: 16px;
}

footer .foot-top {
  background-color: #707c89;
  padding: 60px 0 50px;
}

footer .foot-top .tops {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .foot-top .tops .logo {
  display: block;
  width: 190px;
}

footer .foot-top .tops .logo img {
  width: 100%;
}

footer .foot-top .tops .foot-nav {
  display: flex;
  align-items: center;
  padding: 18px 0;
  font-size: 16px;
  border-bottom: 1px solid #8e98a2;
}

footer .foot-top .tops .foot-nav a {
  color: #fff;
}

footer .foot-top .tops .foot-nav i {
  display: block;
  width: 1px;
  height: 10px;
  background-color: #8e98a2;
  margin: 0 40px;
}

footer .foot-top .bots {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

footer .foot-top .foot-contact {
  display: flex;
}

footer .foot-top .foot-contact .qrcode {
  width: 100px;
}

footer .foot-top .foot-contact .qrcode img {
  width: 100%;
}

footer .foot-top .foot-contact .qrcode p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

footer .foot-top .foot-contact .text {
  margin-left: 45px;
  color: #fff;
}

footer .foot-top .foot-contact .text .line {
  margin-bottom: 8px;
}

footer .foot-top .foot-contact .text .tel {
  margin-bottom: 10px;
}

footer .foot-top .foot-contact .text i {
  font-size: 16px;
}

footer .foot-top .foot-contact .text span {
  font-size: 14px;
}

footer .foot-top .foot-contact .text p {
  font-size: 32px;
  font-family: "din";
  font-weight: bold;
}

footer .foot-top .foot-links {
  width: 260px;
  height: 40px;
  position: relative;
}

footer .foot-top .foot-links .tops {
  width: 100%;
  height: 40px;
  background-color: #707c89;
  padding: 0 16px;
  border: 1px solid #8e98a2;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  cursor: pointer;
}

footer .foot-top .foot-links .tops i {
  font-size: 12px;
  display: block;
  transition: all 0.3s;
}

footer .foot-top .foot-links .link-list {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  background-color: #707c89;
  border: 1px solid #8e98a2;
  border-bottom: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

footer .foot-top .foot-links .link-list a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
  color: #fff;
  transition: all 0.3s;
}

footer .foot-top .foot-links .link-list a:first-child {
  margin-top: 5px;
}

footer .foot-top .foot-links .link-list a:last-child {
  margin-bottom: 5px;
}

footer .foot-top .foot-links .link-list a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

footer .foot-top .foot-links.open .tops i {
  transform: rotate(-180deg);
}

footer .foot-top .foot-links.open .link-list {
  max-height: 150px;
}

footer .foot-bot {
  width: 100%;
  background-color: #68737f;
  padding: 10px 0;
}

footer .foot-bot .main {
  display: flex;
  justify-content: space-between;
}

footer .foot-bot a,
footer .foot-bot p,
footer .foot-bot span {
  color: #999;
  display: inline-block;
}

footer .foot-bot .left a,
footer .foot-bot .left p {
  margin-right: 10px;
}

.pages {
  width: 100%;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pages .num {
  width: 36px;
  height: 36px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  margin: 0 5px;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  background-color: #fff;
}

.pages .num i {
  font-size: 12px;
}

.pages .num:hover,
.pages .num.active {
  border-color: #a2e677;
  background-color: #a2e677;
  color: #fff;
}

.prev-next {
  width: 100%;
  height: 60px;
}

.prev-next .main {
  background-color: #fff;
  height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prev-next a {
  display: inline-flex;
  align-items: center;
  color: #333;
  transition: all 0.3s;
}

.prev-next a i {
  font-size: 30px;
}

.prev-next a span {
  font-size: 16px;
  color: #999;
  transition: all 0.3s;
  display: block;
  width: 30vw;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prev-next a:hover {
  color: #a2e677;
}

.prev-next a:hover span {
  color: #a2e677;
}

.prev-next .prev i {
  margin-right: 20px;
}

.prev-next .next span {
  text-align: right;
}

.prev-next .next i {
  margin-left: 20px;
}

@media screen and (max-width: 1440px) {
  header .head-top {
    height: 80px;
  }
  header .head-top .left .logo {
    width: 190px;
  }
  header .head-top .left .lng {
    font-size: 16px;
    margin-left: 50px;
  }
  header .head-top .left .lng i {
    font-size: 12px;
    margin-left: 5px;
  }
  header .head-top .right {
    display: flex;
  }
  header .head-contact-item {
    display: inline-flex;
    margin-left: 20px;
  }
  header .head-contact-item .icon {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-right: 10px;
  }
  header .head-contact-item .icon i {
    font-size: 14px;
  }
  header .head-contact-item p {
    font-size: 14px;
  }
  header .head-search {
    display: flex;
    width: 250px;
    height: 38px;
    border-radius: 25px;
  }
  header .head-search input {
    padding: 0 16px;
  }
  header .head-search input::placeholder {
    font-size: 12px;
  }
  header .head-search i.line {
    height: 10px;
  }
  header .head-search .btn {
    width: 56px;
  }
  header .head-search .btn i {
    font-size: 14px;
  }
  header nav {
    height: 60px;
    display: flex;
  }
  header nav a {
    height: 60px;
    padding: 0 10px;
    margin: 0 20px;
    line-height: 60px;
    font-size: 16px;
  }
  .inner-banner {
    height: 500px;
  }
  footer .foot-top {
    padding: 40px 0;
  }
  footer .foot-top .tops {
    display: flex;
  }
  footer .foot-top .tops .logo {
    width: 190px;
  }
  footer .foot-top .tops .foot-nav {
    display: flex;
    padding: 18px 0;
    font-size: 16px;
  }
  footer .foot-top .tops .foot-nav i {
    margin: 0 20px;
  }
  footer .foot-top .bots {
    margin-top: 50px;
    display: flex;
  }
  footer .foot-top .foot-contact {
    display: flex;
  }
  footer .foot-top .foot-contact .qrcode {
    width: 100px;
  }
  footer .foot-top .foot-contact .qrcode p {
    margin-top: 10px;
    font-size: 14px;
  }
  footer .foot-top .foot-contact .text {
    margin-left: 45px;
  }
  footer .foot-top .foot-contact .text .line {
    margin-bottom: 8px;
  }
  footer .foot-top .foot-contact .text .tel {
    margin-bottom: 10px;
  }
  footer .foot-top .foot-contact .text i {
    font-size: 16px;
  }
  footer .foot-top .foot-contact .text span {
    font-size: 14px;
  }
  footer .foot-top .foot-contact .text p {
    font-size: 32px;
  }
  footer .foot-top .foot-links {
    width: 260px;
    height: 40px;
  }
  footer .foot-top .foot-links .tops {
    height: 40px;
    padding: 0 16px;
    display: flex;
  }
  footer .foot-top .foot-links .tops i {
    font-size: 12px;
  }
  footer .foot-top .foot-links .link-list {
    bottom: 40px;
  }
  footer .foot-top .foot-links .link-list a {
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
  }
  footer .foot-top .foot-links .link-list a:first-child {
    margin-top: 5px;
  }
  footer .foot-top .foot-links .link-list a:last-child {
    margin-bottom: 5px;
  }
  footer .foot-top .foot-links.open .tops i {
    transform: rotate(-180deg);
  }
  footer .foot-top .foot-links.open .link-list {
    max-height: 150px;
  }
  footer .foot-bot {
    padding: 10px 0;
  }
  footer .foot-bot .main {
    display: flex;
  }
  footer .foot-bot .left a,
  footer .foot-bot .left p {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  header {
    display: none;
  }
  .m-header {
    display: block;
  }
  .inner-banner {
    height: 350px;
  }
  .inner-mod {
    padding: 30px 0;
  }
  .inner-mod p {
    font-size: 30px;
    line-height: 30px;
  }
  .inner-mod span {
    font-size: 14px;
  }
  .inner-tab .main {
    height: 50px;
    display: flex;
  }
  .inner-tab .hamb {
    display: none;
  }
  .inner-tab .tab {
    height: 50px;
    margin-right: 0;
  }
  .inner-tab .tab::-webkit-scrollbar {
    display: none;
  }
  .inner-tab .tab a {
    line-height: 50px;
    font-size: 14px;
  }
  .inner-tab .tab i {
    height: 10px;
    margin: 0 14px;
    transform: translateY(2px);
  }
  footer .foot-top {
    padding: 40px 0;
  }
  footer .foot-top .tops {
    display: flex;
  }
  footer .foot-top .tops .logo {
    width: 190px;
    margin: 0 auto;
  }
  footer .foot-top .tops .foot-nav {
    display: none;
  }
  footer .foot-top .bots {
    margin-top: 50px;
    display: block;
  }
  footer .foot-top .foot-contact {
    display: flex;
    justify-content: center;
  }
  footer .foot-top .foot-contact .qrcode {
    width: 100px;
  }
  footer .foot-top .foot-contact .qrcode p {
    margin-top: 10px;
    font-size: 14px;
  }
  footer .foot-top .foot-contact .text {
    margin-left: 45px;
  }
  footer .foot-top .foot-contact .text .line {
    margin-bottom: 8px;
  }
  footer .foot-top .foot-contact .text .tel {
    margin-bottom: 10px;
  }
  footer .foot-top .foot-contact .text i {
    font-size: 16px;
  }
  footer .foot-top .foot-contact .text span {
    font-size: 14px;
  }
  footer .foot-top .foot-contact .text p {
    font-size: 32px;
  }
  footer .foot-top .foot-links {
    width: 260px;
    height: 40px;
    margin: 30px auto 0;
  }
  footer .foot-top .foot-links .tops {
    height: 40px;
    padding: 0 16px;
    display: flex;
  }
  footer .foot-top .foot-links .tops i {
    font-size: 12px;
  }
  footer .foot-top .foot-links .link-list {
    bottom: 40px;
  }
  footer .foot-top .foot-links .link-list a {
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
  }
  footer .foot-top .foot-links .link-list a:first-child {
    margin-top: 5px;
  }
  footer .foot-top .foot-links .link-list a:last-child {
    margin-bottom: 5px;
  }
  footer .foot-top .foot-links.open .tops i {
    transform: rotate(-180deg);
  }
  footer .foot-top .foot-links.open .link-list {
    max-height: 150px;
  }
  footer .foot-bot {
    padding: 10px 0;
  }
  footer .foot-bot .main {
    display: block;
    text-align: center;
  }
  footer .foot-bot .left a,
  footer .foot-bot .left p {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .inner-banner {
    height: 300px;
  }
  footer .foot-top {
    padding: 30px 0;
  }
  footer .foot-top .tops {
    display: flex;
  }
  footer .foot-top .tops .logo {
    width: 150px;
    margin: 0 auto;
  }
  footer .foot-top .tops .foot-nav {
    display: none;
  }
  footer .foot-top .bots {
    margin-top: 30px;
    display: block;
  }
  footer .foot-top .foot-contact {
    display: block;
  }
  footer .foot-top .foot-contact .qrcode {
    width: 100px;
    margin: 0 auto;
  }
  footer .foot-top .foot-contact .qrcode p {
    margin-top: 10px;
    font-size: 14px;
  }
  footer .foot-top .foot-contact .text {
    margin-left: 0;
    padding: 0 50px;
    margin-top: 30px;
  }
  footer .foot-top .foot-contact .text .line {
    margin-bottom: 8px;
  }
  footer .foot-top .foot-contact .text .tel {
    margin-bottom: 10px;
  }
  footer .foot-top .foot-contact .text i {
    font-size: 16px;
  }
  footer .foot-top .foot-contact .text span {
    font-size: 14px;
  }
  footer .foot-top .foot-contact .text p {
    font-size: 32px;
  }
  footer .foot-top .foot-links {
    width: 260px;
    height: 40px;
    margin: 30px auto 0;
  }
  footer .foot-top .foot-links .tops {
    height: 40px;
    padding: 0 16px;
    display: flex;
  }
  footer .foot-top .foot-links .tops i {
    font-size: 12px;
  }
  footer .foot-top .foot-links .link-list {
    bottom: 40px;
  }
  footer .foot-top .foot-links .link-list a {
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
  }
  footer .foot-top .foot-links .link-list a:first-child {
    margin-top: 5px;
  }
  footer .foot-top .foot-links .link-list a:last-child {
    margin-bottom: 5px;
  }
  footer .foot-top .foot-links.open .tops i {
    transform: rotate(-180deg);
  }
  footer .foot-top .foot-links.open .link-list {
    max-height: 150px;
  }
  footer .foot-bot {
    padding: 10px 0;
  }
  footer .foot-bot .main {
    display: block;
    text-align: center;
  }
  footer .foot-bot .left a,
  footer .foot-bot .left p {
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .inner-banner {
    height: 200px;
  }
  .prev-next {
    height: 50px;
  }
  .prev-next .main {
    height: 50px;
    padding: 0 14px;
  }
  .prev-next a i {
    font-size: 20px;
  }
  .prev-next a span {
    font-size: 14px;
    width: 24vw;
  }
  .prev-next .prev i {
    margin-right: 10px;
  }
  .prev-next .next i {
    margin-left: 10px;
  }
}
