*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  /* overflow-x: hidden; */
}

#nav-top {
  width: 100%;
  height: 44px;
  background-color: #5068CB;
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav-top-content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: auto;
}

#nav-top-right {
  margin-top: 2px;
  display: flex;
  width: 210px;
  justify-content: space-between;
}

.nav-top-text {
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-top-img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.nav-top-text.old {
  margin-left: 2px;
}

.logo img {
  /* width: 225px; */
  height: 51px;
}

#search {
  width: 100%;
  background-color: #EBEFFF;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-container {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.search-left {
  text-align: left;
  display: flex;
}

.search-left-txt {
  height: 40px;
  line-height: 40px;
  font-family: "Microsoft Yahei";
  font-weight: 400;
  color: #666666;
  border-left: 1px solid #CCCCCC;
  padding-left: 17px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 5px;
  white-space: nowrap;
  margin-left: 17px;
}

.search-left-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 16px;
  align-items: flex-start;
}

.search-right {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#header .phone-number {
  font-size: 24px;
  font-family: DIN;
  font-weight: bold;
  color: #5068CB;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}

.phone-number img {
  margin-right: 5px;
}

.curren-menu {
  background-image: url("../img/bg_menu.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 26px;
  padding: 7px;
  font-size: 14px;
  line-height: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

.curren-page {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  margin-top: 4px;
}


#menu {
  width: 1200px;
  margin: auto;
  height: 72px;
  /* display: flex;
  align-items: center; */
}

#menu-content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 0 25px;
}

.menu-button {
  max-width: 100px;
  height: 66px;
  line-height: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6px;
  position: relative;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  cursor: default;
}

.menu-button:hover {
  color: #5068CB;
}

.menu-button-selected {
  /* width: 72px; */
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5068CB !important;
  border-bottom: 4px solid #5068CB;
  white-space: nowrap;
}

.sub-menu {
  min-width: 120px;
  width: max-content;
  z-index: 4;
  position: relative;
  position: absolute;
  top: 45px;
  display: flex;
  flex-direction: column;
  padding: 5px 6px;
  background: #FFFFFF;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0px 8px 16px 0px rgba(37, 33, 33, 0.05);
}

.sub-menu-hidden {
  visibility: hidden;
}

.sub-menu-button {
  color: #333;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 8px;
  padding: 6px;
  font-weight: 400;
}

.sub-menu-button:hover {
  background: #F3F5FF;
  border-radius: 2px;
  color: #5068CB;
}

.search-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 25px;
}

.search-input {
  width: 318px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-left: 20px;
  padding-right: 45px;
  /* border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden; */
  background-color: #FFFFFF;
  border: 1px solid #E3E7EA;
  border-radius: 18px;
}

.search-input:focus {
  outline: none;
}

.search-input::placeholder {
  font-family: "Microsoft Yahei";
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.search_icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 14px;
  top: 9px;
}

/* 面包屑 ---开始--- */
#bread-crumb {
  background-color: #F8F8F8;
}

#bread-crumb-layout {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#bread-crumb img {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}

.bread-crumb-text {
  margin-left: 8px;
  font-size: 14px;
  color: #999999;
}

.bread-crumb-text:after {
  content: " > ";
}


.bread-crumb-text:last-child {
  color: #5068CB;
}

.bread-crumb-text:last-child::after {
  content: "";
}


.gray-bg {
  width: 100%;
  background-color: #F8F8F8;
  padding-top: 18px;
}

.nav-bar-gcp {
  width: 1200px;
  height: 66px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 8px;
}

.nav-bar-menus {
  display: flex;
  height: 64px;
}

.nav-bar-home {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 22px;
}

.nav-bar-home img {
  width: 20px;
  height: 20px;
}

.nav-bar-home span {
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  margin-left: 6px;
}

.gcp-nav-button {
  height: 64px;
  width: 122px;
  padding: 22px 0px 26px 0px;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-align: center;
}

.gcp-nav-button-selected {
  color: #FF9900;
  font-weight: bold;
  background-image: linear-gradient(#f90 100%, transparent 0);
  background-size: 72px 4px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}


/* mobile */
.nav-top-mobile {
  width: 100vw;
  height: 13.3vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.nav-top-mobile-header {
  width: 100vw;
  height: 13.3vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  z-index: 999;
  background-color: #FFFFFF;
  position: relative;
  position: fixed;
  top: 0;
  z-index: 999;
}

.nav-top-mobile .logo-mobile {
  width: 43vw;
  height: 9.6vw;
}

.nav-top-mobile .i_m_search {
  width: 5.3vw;
  height: 5.3vw;
  margin-left: 8vw;
}

.nav-top-mobile .menu-img {
  width: 5.3vw;
  height: 5.3vw;
  margin-top: 1vw;
}

.nav-top-mobile-header .search-mobile {
  width: 100vw;
  height: 20vw;
  background-color: #FFFFFF;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 13.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.nav-top-mobile-header .search-mobile input {
  width: 92vw;
  height: 9.6vw;
  background: #F4F7FA;
  border: 0.1px solid #E2E2E2;
  border-radius: 1.1vw;
  font-size: 3.7vw;
  font-family: PingFang SC;
  font-weight: 400;
  /* color: #999999; */
  padding-left: 4vw;
  outline: none;
  border-radius: 5vw;
  padding-right: 10vw;
}
.nav-top-mobile-header .search-mobile a img{
  width: 4.8vw;
  height: 4.8vw;
  position: absolute;
  right: 8vw;
  top: 7.5vw;
}
/* herder */
/* 轮播图 */
.banner-mobile-home {
  width: 100vw;
  height: 27.1vw;
  /* background-color: #666666; */
}

.banner-mobile-home img {
  width: 100vw;
  height: 27.1vw;
}


.banner-mobile {
  width: 100vw;
  height: 32vw;
  /* background-color: #666666; */
}

.banner-mobile img {
  width: 100vw;
  height: 32vw;
}

.banner-mobile-home .swiper-pagination {
  position: absolute;
  bottom: -100px;
}

.banner-mobile-home .swiper-pagination-bullet {
  width: 6.4vw;
  height: 0.5vw;
  background: #999999;
  opacity: 0.2;
  border-radius: 0;
}

.banner-mobile-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 6.4vw;
  height: 0.5vw;
  background: #5068CB;
  opacity: 1;
}

/* 菜单 */
.nav-bar-mobile {
  width: 100vw;
  padding: 0 7.5vw;
  margin-top: 7.9vw;
}

.nav-bar-mobile .nav-bar-content-mobile {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6.5vw;
  column-gap: 13.6vw;
}

.nav-bar-mobile .nav-bar-content-mobile img {
  width: 19.1vw;
  height: 19.1vw;
}

.nav-bar-item-mobile a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 4vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}

.menu-tab-mobile {
  width: 100vw;
  background: #F4F7FA;
  padding: 0 4vw;
  position: absolute;
  top: 13.3vw;
  left: 0;
  z-index: 9;
  transition: display 0.3s linear;
  display: none;
}

.menu-tab-mobile .menu-tab-item {
  width: 92vw;
  /* height: 11.9vw; */
  background: #FFFFFF;
  border-radius: 0.5vw;
  margin-top: 2.7vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
  font-size: 4.3vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}

.menu-tab-mobile .menu-tab-item .homePage {
  padding: 3.6vw 2.9vw 4.1vw 3.9vw;
}

.menu-tab-mobile .menu-tab-item img {
  width: 4.3vw;
  height: 4.3vw;
}

.mask {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #666666;
  z-index: 5;
  opacity: 0.6;
  height: 0;
}

.menu-tab-item-info {
  width: 92vw;
  padding: 3.6vw 2.9vw 4.1vw 3.9vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.menu-tab-item-info a{
  width: 46vw;
  display: inline-block;
}
.menu-tab-item-info .menu-tab-item-close{
  width: 46vw;
  text-align: right;
}
.menu-tab-item-info .menu-tab-item-open{
  width: 46vw;
  text-align: right;
}
.menu-tab-item-content {
  width: 92vw;
  /* height: 100vw; */
  background: #FFFFFF;
  border-radius: 0.5vw;
  padding: 0 2.9vw 3vw 3.9vw;
  display: none;
}

.menu-tab-item-content li {
  height: 11.9vw;
  background: #FFFFFF;
  border-top: 0.1vw solid #EEEEEE;
  padding-top: 3.5vw;
}
.menu-tab-item-content li a{
  width: 88vw;
  display: inline-block;
}
