/* 字体 */
/*@font-face {*/
/*  font-family: "SourceHanSansCN";*/
/*  src: url(./../fonts/SourceHanSansCN-Regular.ttf);*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: "PingFang-SC-Regular";*/
/*  src: url(./../fonts/PingFang-SC-Regular.ttf);*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

/* 整体样式 */
html,
body {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #000000;
  /*font-family: "SourceHanSansCN", "Simhei";*/
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent; /*把高亮颜色设置为透明，也可以使用rgba的形式*/
}

@media (max-width: 1400px) {
  html,
  body {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  html,
  body {
    font-size: 13px;
  }
}

/* 样式重置 */
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
span,
p {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}
a,
a:focus,
a:hover {
  color: #000000;
  text-decoration: none;
}
i,
s,
em {
  font-style: normal;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  vertical-align: middle;
}

/* 屏幕划分尺寸 */
@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1000px) {
}

/* 内宽--1400px */

.inside {
  /*width: 1400px;*/
  width: 1280px;
  height: auto;
  margin: 0 auto;
}
.inside1{
  width: 1280px;
}
.img img {
  width: 100%;
  /*height: 100%;*/
}

.inside-right {
  width: 1780px;
  height: auto;
  float: right;
}

@media (max-width: 1440px) {
  .inside {
    width: 93%;
  }
}

@media (max-width: 1780px) {
  .inside-right {
    width: 1520px;
  }
}

@media (max-width: 1530px) {
  .inside-right {
    width: 93%;
    float: none;
    margin: 0 auto;
  }
}

/* ======================================================================================================================================== */
/* 1.页头 */
header {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
}
header.header1 {
  padding: 30px 0 0 0;
}
.header-index {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}

.header-index-fixed {
  position: relative;
  top: 0;
  left: 0;
}

.header-shadow {
  background-color: #ffffff;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
}

header .header-pc,
header .header-phone {
  width: 100%;
}

header .header-pc {
  display: block;
  height: auto;
}

header .header-phone {
  display: none;
  height: 47px;
  position: relative;
}

/* PC端样式 */
/* 1-1.语言 */
header .lang {
  width: 62px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background-color: #009cd3;
  text-align: center;
  position: relative;
  color: #ffffff;
}

header .lang img {
  width: 12px;
  height: auto;
  margin-left: 5px;
}

header .lang .lan-pull {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

header .lang .lan-drop {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background-color: #009cd3;
  border-radius: 4px;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
}

header .lang .lan-drop a {
  display: block;
  color: #ffffff;
  z-index: 100;
  line-height: 32px;
}

header .lang .lan-drop a:hover {
  font-weight: bold;
}

/* 1-3.友链 */
header .social .logo {
  display: block;
  height: 45px;
  float: left;
}

header .social .logo img {
  width: auto;
  height: 100%;
}

header .social {
  width: 100%;
  height: 45px;
  z-index: 99;
  position: relative;
}

header .social .right {
  float: right;
  display: flex;
  align-items: center;
  padding-top: 6px;
}

header .social .ship {
  float: left;
  /*line-height: 45px;*/

}

header .social .ship a {
  display: inline-block;
  width: 40px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background-color: #009cd3;
  text-align: center;
}

header .social .ship a img {
  width: auto;
  height: 16px;
}

header .social .ship a:not(:last-child) {
  margin-right: 16px;
}

header .social .lang {
  float: right;
  margin-left: 16px;
  margin-top: 0px;
}

/* 1-4.导航 */
nav {
  width: 1280px;
  height: 55px;
  background-color: #ffffff;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
nav.nav{
  margin: 30px auto 0;
}
.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 300;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-fixed.nav{
  margin: 0;
}
nav .logo {
  display: none;
  width: 160px;
  height: auto;
  margin: 0 20px;
}

.nav-fixed .logo {
  display: block;
}

nav .tel {
  display: block;
  width: 203px;
  height: 100%;
  line-height: 55px;
  text-align: center;
  background-color: #009cd3;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

nav .tel:hover {
  background-color: #518fa5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

nav .tel img {
  width: 24px;
  height: auto;
  margin-right: 5px;
  margin-bottom: 3px;
}

nav .seek {
  width: calc(100% - 203px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.nav-fixed .seek {
  width: calc(100% - 490px);
}

nav .seek-icon {
  width: 70px;
  height: 100%;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

nav .seek-icon:hover {
  background-color: rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

nav .seek-icon img {
  width: 25px;
  height: 25px;
  object-fit: fill;
}

nav .seek-cons {
  width: calc(100% - 70px);
  height: 100%;
}

nav .gation {
  width: 100%;
  height: 100%;
  line-height: 55px;
  /* display: none; */
}

nav .nav-link {
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
}

nav .nav-link li {
  display: inline-block;
}
nav .nav-link li a{
  font-weight: bold;
  font-family: 'Geogrotesque';

}

nav .nav-link li:not(:last-child) {
  margin-right: 47px;
}

.nav-fixed .nav-link li:not(:last-child) {
  margin-right: 30px;
}

nav .nav-link li.active a,
nav .nav-link li:hover a {
  color: #009cd3;
}

nav .lang {
  display: none;
  margin-left: 47px;
}

.nav-fixed .lang {
  display: inline-block;
  margin-left: 30px;
}

nav .seek-input {
  display: none;
  width: 100%;
  height: 55px;
}

nav .seek-input img {
  float: right;
  width: 26px;
  height: 26px;
  margin-top: 22px;
  margin-right: 10px;
  cursor: pointer;
  display: none;
}

nav .seek-input input {
  float: left;
  width: calc(100% - 36px);
  height: 100%;
  outline: 0;
  border: 0;
  padding: 0 20px;
  font-size: 20px;
}

@media (max-width: 1440px) {
  nav {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  header {
    padding: 15px 0;
  }
  header .lang {
    width: 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
  }
  header .lang .lan-drop {
    top: 30px;
    border-radius: 2px;
  }
  header .social .ship a {
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
  }
  header .social .ship a:not(:last-child) {
    margin-right: 10px;
  }
  header .social .ship a img {
    height: 15px;
  }
  header .social .logo {
    height: 50px;
  }
  header .social {
    height: 50px;
  }
  header .social .ship {
    line-height: 50px;
  }
  header .social .lang {
    margin-left: 10px;
    margin-top: 0px;
  }
  nav {
    margin: 20px auto 0;
    height: 60px;
  }
  .nav-fixed {
    margin: 0;
  }
  nav .tel {
    width: 220px;
    font-size: 20px;
    line-height: 60px;
  }
  nav .tel img {
    width: 20px;
  }
  nav .seek {
    width: calc(100% - 220px);
  }
  nav .seek-icon {
    width: 60px;
    line-height: 60px;
  }
  nav .seek-icon img {
    width: 20px;
    height: 20px;
  }
  nav .seek-cons {
    width: calc(100% - 60px);
  }
  nav .gation {
    line-height: 60px;
  }
  nav .nav-link {
    font-size: 16px;
    padding-left: 20px;
  }
  nav .nav-link li:not(:last-child) {
    margin-right: 20px;
  }
  nav .lang {
    margin-left: 20px;
  }
  nav .seek-input {
    height: 60px;
  }
  nav .seek-input img {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-right: 5px;
  }
  nav .seek-input input {
    width: calc(100% - 25px);
    padding: 0 15px;
    font-size: 16px;
  }
  nav .logo {
    width: 120px;
    margin: 0 0 0 10px;
  }
  .nav-fixed .tel {
    display: none;
  }
  .nav-fixed .seek {
    width: calc(100% - 130px);
  }
  .nav-fixed .nav-link li:not(:last-child) {
    margin-right: 20px;
  }
  .nav-fixed .lang {
    margin-left: 20px;
  }
}

@media (max-width: 1000px) {
  header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background-color: #ffffff;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  }
  .header-index-fixed {
    position: fixed;
    z-index: 300;
  }
  header .header-pc {
    display: none;
  }
  header .header-phone {
    display: block;
  }
  header .lang {
    width: 50px;
    height: 26px;
    line-height: 26px;
  }
  header .lang img {
    width: 9px;
  }
  header .lang .lan-drop {
    top: 26px;
    padding: 5px 0;
  }
  header .lang .lan-drop a {
    line-height: 27px;
  }
}

/* 手机端样式 */
header .hunt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .hunt .logo {
  display: block;
  width: 100px;
  height: auto;
  margin-left: 10px;
}

header .hunt-full .logo {
  display: none;
}

header .hunt .logo img {
  width: 100%;
  height: auto;
}

header .menu-switch {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  cursor: pointer;
}

header .menu-switch img {
  width: 100%;
  height: 100%;
}

header .hunt .tel {
  display: block;
  width: 140px;
  height: 100%;
  line-height: 47px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .hunt-full .tel {
  display: none;
}

header .hunt .tel:hover {
  color: #ffffff;
  background-color: #009cd3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .hunt .tel:hover img {
  /* 图片变白 */
  filter: grayscale(100%) brightness(200%);
}

header .hunt .tel img {
  width: 13px;
  height: auto;
  margin-right: 5px;
  margin-bottom: 3px;
}

header .hunt-cons {
  width: calc(100% - 195px);
  height: 47px;
}

header .hunt-full .hunt-cons {
  width: calc(100% - 45px);
}

header .hunt-icon {
  float: right;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .hunt-icon img {
  width: 20px;
  height: 20px;
  object-fit: fill;
}

header .hunt-icon:hover {
  background-color: rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .hunt-input {
  float: left;
  display: none;
  width: calc(100% - 47px);
  height: 100%;
}

header .hunt-full .hunt-input {
  display: block;
}

header .hunt-input img {
  float: right;
  width: 21px;
  height: 21px;
  margin-top: 13px;
  margin-right: 5px;
  cursor: pointer;
  display: none;
}

header .hunt-input input {
  float: left;
  width: calc(100% - 26px);
  height: 100%;
  outline: 0;
  border: 0;
  padding: 0 10px;
  font-size: 14px;
}

menu {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 20px 0 23px;
  z-index: 300;
  border-top: 1px solid #000000;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
}

menu .lang {
  float: right;
  margin-right: 10px;
}

menu .menu-link {
  text-align: center;
  font-size: 15px;
  margin-top: 32px;
}

menu .menu-link li a {
  display: block;
}

menu .menu-link li {
  line-height: 43px;
}

menu .menu-link li.active a,
menu .menu-link li:hover a {
  color: #009cd3;
}

@media (max-width: 680px) {
  header .hunt .tel {
    display: none;
  }
  header .hunt-cons {
    width: calc(100% - 155px);
  }
}

/* 2.轮播图 */
.index-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.index-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index-swiper .img {
  width: 100%;
  height: auto;
}
.index-swiper .img img{
  height: 100vh;
  object-fit: cover;
}
.index-swiper .cons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: left;
  color: #ffffff;
}

.index-swiper .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.index-swiper .cons h2 {
  font-size: 42px;
  font-weight: bold;
}

.index-swiper .cons p {
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
}

.index-swiper .cons .more {
  margin-top: 61px;
  display: block;
  width: 130px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 15px;
  border: 1px solid #ffffff;
}

/* 轮播按钮修改 */
.index-swiper .swiper-button-next,
.index-swiper .swiper-button-prev {
  width: 26px;
  height: 46px;
  cursor: pointer;
  background-size: 100% 100%;
}
.index-swiper .swiper-button-next,
.index-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/row-right.png);
  right: 70px;
}
.index-swiper .swiper-button-prev,
.index-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/row-left.png);
  left: 70px;
}

@media (max-width: 1700px) {
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-container-rtl .swiper-button-next {
    right: 0;
  }
  .index-swiper .swiper-button-prev,
  .index-swiper .swiper-container-rtl .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 1400px) {
  .index-swiper .cons h2 {
    font-size: 30px;
  }
  .index-swiper .cons p {
    font-size: 20px;
    margin-top: 13px;
  }
  .index-swiper .cons .more {
    margin-top: 43px;
    width: 120px;
    height: 42px;
    line-height: 40px;
    font-size: 12px;
  }
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-button-prev {
    width: 20px;
    height: 32px;
  }
}

@media (max-width: 1000px) {
  .index-swiper {
    margin-top: 47px;
  }
  .index-swiper .cons h2 {
    font-size: 24px;
  }
  .index-swiper .cons p {
    margin-top: 7px;
    font-size: 16px;
  }
  .index-swiper .cons .more {
    margin-top: 23px;
    width: 100px;
    height: 32px;
    line-height: 30px;
  }
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 768px) {
  .index-swiper .cons h2 {
    font-size: 20px;
  }
  .index-swiper .cons p {
    font-size: 14px;
  }
  .index-swiper .img img{
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .index-swiper .img {
    height: 230px;
  }
}

/* 3.位置 */
.crumbs {
  font-family: "PingFang-SC-Regular";
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 20px;
}

.crumbs img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.crumbs a,
.crumbs i {
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.crumbs i {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.crumbs span {
  color: #000000;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .crumbs {
    margin: 40px 0 40px;
    font-size: 16px;
    line-height: 30px;
  }
  .crumbs img {
    margin-right: 7px;
    margin-bottom: 3px;
  }
  .crumbs i {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
  }
}

@media (max-width: 1000px) {
  .crumbs {
    margin: 80px 0 30px;
    font-size: 14px;
    line-height: 23px;
  }
  .crumbs img {
    width: 15px;
    margin-right: 3px;
  }
  .crumbs i {
    margin-left: 3px;
    margin-right: 3px;
  }
}

/* 4.页脚 */
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #009cd3;
}

footer .top .inside {
  width: 1380px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0;
}

footer .logo {
  width: 162px;
  height: auto;
  cursor: pointer;
}

footer .logo img {
  width: 100%;
  height: auto;
}

footer .link {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

footer .link a {
  display: block;
  color: #ffffff;
  text-align: left;
}

footer .link a:hover {
  font-weight: bold;
}

footer .link li:last-child .item a:hover {
  font-weight: normal;
}
footer .link  li{
  max-width: 500px;
}
footer .link h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

footer .link h2::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .link h2 a {
  font-size: 20px;
}

footer .link .item a {
  font-size: 16px;
  line-height: 30px;
}

footer .link .item a img {
  width: 15px;
  height: auto;
  margin-right: 7px;
  margin-bottom: 3px;
}

footer .copy {
  width: 100%;
  height: 67px;
  line-height: 67px;
  text-align: center;
  background-color: #104a7c;
}

footer .copy a {
  color: #88a5be;
  font-size: 14px;
}

footer .copy a:not(:last-child) {
  margin-right: 60px;
}

@media (max-width: 1400px) {
  footer .top .inside {
    width: 100%;
    padding: 70px 10px;
    flex-direction: column;
    align-items: center;
  }
  footer .link {
    width: 100%;
  }
  footer .logo {
    margin-bottom: 50px;
  }
  footer .link h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  footer .link h2 a {
    font-size: 20px;
  }
  footer .link .item a {
    font-size: 16px;
    line-height: 37px;
  }
}

@media (max-width: 1000px) {
  footer .top .inside {
    padding: 40px 0;
  }
  footer .logo {
    width: 110px;
    margin-bottom: 20px;
  }
  footer .link {
    justify-content: center;
  }
  footer .link li:not(:last-child) {
    display: none;
  }
  footer .link li h2 {
    display: none;
  }
  footer .link .item a {
    font-size: 14px;
    line-height: 32px;
  }
  footer .link .item a img {
    width: 12px;
    margin-right: 5px;
  }
  footer .code {
    margin-top: 32px;
    justify-content: center;
  }
  footer .copy {
    width: 100%;
    height: auto;
    line-height: 23px;
    box-sizing: border-box;
    padding: 7px 0;
  }
  footer .copy a {
    display: block;
    font-size: 10px;
  }
  footer .copy a:not(:last-child) {
    margin-right: 0;
  }
}

/* 5.标题 */
.title {
  text-align: center;
}

.title h3 {
  font-size: 70px;
  color: #f3f3f3;
  white-space: nowrap;
}

.title p {
  font-size: 36px;
  font-weight: bold;
  margin-top: -50px;
}

@media (max-width: 1400px) {
  .title h3 {
    font-size: 43px;
  }
  .title p {
    font-size: 30px;
    margin-top: -40px;
  }
}

@media (max-width: 1000px) {
  .title h3 {
    font-size: 36px;
  }
  .title p {
    font-size: 22px;
    margin-top: -32px;
  }
  header.header1{
    padding: 0;
  }
}
