.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.78rem;
  height: 0.38rem;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  display: inline-block;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.34rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 1rem;
  color: #fff;
  z-index: 39;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../images/icon/icon-nav-arrow.jpg) no-repeat bottom center;
  background-size: 17px;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100vw;
  height: auto;
  padding: 0.1rem 0 0;
  background: #f6f6f6;
  border-top: solid 2px #089ea1;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item {
  width: 2.1rem;
  height: auto;
  margin-right: 1rem;
  margin-top: 0.6rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #dedede;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-top span {
  width: 0.34rem;
  height: auto;
  margin-right: 0.15rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-top span img {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-top p {
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-cent a {
  display: block;
  position: relative;
  margin-bottom: 0.15rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.24rem;
  color: #444;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-cent a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0.2rem;
  width: 0.16rem;
  height: 100%;
  background: url(../images/icon/icon-nav-arrow2.png) no-repeat center right;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-cent a:hover {
  color: #089ea1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-cent a:hover::after {
  right: 0;
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-lump {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-lump .lump-list {
  width: auto;
  margin-top: 0.3rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-lump .lump-list p {
  margin-bottom: 0.15rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-lump .lump-list a {
  display: block;
  position: relative;
  margin-bottom: 0.15rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.24rem;
  color: #444;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-lump .lump-list a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0.16rem;
  height: 100%;
  background: url(../images/icon/icon-nav-arrow2.png) no-repeat center right;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-lump .lump-list a:hover {
  color: #089ea1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item .item-lump .lump-list a:hover::after {
  right: -0.2rem;
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-item:nth-child(5) {
  margin-right: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-link {
  padding: 0.15rem 0 0.25rem;
  margin-left: 0.45rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.24rem;
  color: #444;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont .cont-link:hover {
  color: #089ea1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 3.5rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont2 .cont-link {
  padding: 0.15rem 0 0.25rem;
  margin: 0 0.25rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.24rem;
  color: #444;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-box .box-cont2 .cont-link:hover {
  color: #089ea1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(1) .li-link::after {
  display: none;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(2) .li-box {
  height: calc(100vh - 1rem);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(2) .li-box .cont-item:nth-child(7) {
  width: 6.5rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(2) .li-box .cont-item:nth-child(7) .item-cent {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  flex-wrap: wrap;
  height: 2.1rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(2) .li-box .cont-item:nth-child(7) .item-cent a {
  padding-right: 0.4rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(3) .li-box {
  height: calc(100vh - 1rem);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-menu {
  width: 0.29rem;
  height: 0.18rem;
  margin-right: 0.16rem;
  background: url(../images/icon/icon-menu.png) no-repeat left center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-left: 0.34rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-nav .nav-lang .lang-flag {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: url(../images/icon/icon-lang.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-lang .lang-title {
  width: auto;
  margin: 0 0.15rem;
  font-size: 0.16rem;
  font-weight: 100;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-lang .lang-arrow {
  width: 8px;
  height: 5px;
  background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 8px 5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-lang .lang-list {
  position: absolute;
  top: 0.92rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.05rem 0.2rem;
  margin-left: -0.75rem;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-nav .nav-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 0;
  transform: translatey(-100%);
  -o-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -webkit-transform: translatey(-100%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  margin: 0.1rem 0;
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
}
nav .nav-main .main-cont .main-nav .nav-lang .lang-list .list-link:hover {
  color: #089ea1;
}
nav .nav-main .main-cont .main-nav .nav-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-nav .nav-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 100%;
  margin-right: 0.45rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 0.22rem;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.45rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
}
nav .nav-main .main-cont .main-right .right-lang a {
  color: #333;
}
nav .nav-main .main-cont .main-right .right-lang a:hover {
  color: #089ea1;
}
nav .nav-main .main-cont .main-right .right-lang span {
  margin: 0 0.05rem;
}
nav .nav-main .main-cont .main-right .right-tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
nav .nav-main .main-cont .main-right .right-tel img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
nav .nav-main .main-cont .main-right .right-tel span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: #222;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main:hover {
  background: #f6f6f6;
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0 !important;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main:hover .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center !important;
  background-size: 0.22rem !important;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main:hover .main-cont .main-nav .nav-lang .lang-flag {
  background: url(../images/icon/icon-lang2-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-cont .main-nav .nav-lang .lang-title {
  color: #333;
}
nav .nav-main:hover .main-cont .main-nav .nav-menu {
  background: url(../images/icon/icon-menu-on.png) no-repeat left center;
  background-size: 100%;
}
nav .nav-main-on {
  top: -1.1rem;
}
nav .nav-main-active {
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  background: #f6f6f6;
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0 !important;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-active .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center !important;
  background-size: 0.22rem !important;
}
nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main-active .main-cont .main-nav .nav-lang .lang-flag {
  background: url(../images/icon/icon-lang2-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active .main-cont .main-nav .nav-lang .lang-title {
  color: #333;
}
nav .nav-main-active .main-cont .main-nav .nav-menu {
  background: url(../images/icon/icon-menu-on.png) no-repeat left center;
  background-size: 100%;
}
nav .nav-main-active2 {
  background: #f6f6f6;
}
nav .nav-main-active2 .main-cont .main-logo .img1 {
  opacity: 0 !important;
}
nav .nav-main-active2 .main-cont .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-active2 .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center !important;
  background-size: 0.22rem !important;
}
nav .nav-main-active2 .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main-active2 .main-cont .main-nav .nav-lang .lang-flag {
  background: url(../images/icon/icon-lang2-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active2 .main-cont .main-nav .nav-lang .lang-title {
  color: #333;
}
nav .nav-main-active2 .main-cont .main-nav .nav-menu {
  background: url(../images/icon/icon-menu-on.png) no-repeat left center;
  background-size: 100%;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  bottom: 1.8rem;
  left: 1.62rem;
  width: 2.9rem;
  height: auto;
  z-index: 9;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.72rem;
  font-weight: bold;
  line-height: 0.8rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-Egnlish {
  margin-top: 0.3rem;
  font-size: var(--fs14);
  line-height: 0.22rem;
  color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.8rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-English {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: var(--fs24);
  text-transform: uppercase;
  line-height: 0.36rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-round {
  position: absolute;
  top: -8.28rem;
  right: -6.74rem;
  width: 12.28rem;
  height: 12.28rem;
  border-radius: 50%;
  background: rgba(5, 56, 168, 0.6);
}
header .head-banner .swiper-slide .slide-box .box-round2 {
  position: absolute;
  bottom: -11.2rem;
  left: -9.04rem;
  width: 17.6rem;
  height: 17.6rem;
  border-radius: 50%;
  background: rgba(5, 56, 168, 0.85);
}
header .head-banner .swiper-pagination {
  bottom: 1rem;
  left: 50%;
  width: 15.36rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 12.5s;
  -o-transition: all 12.5s;
  -moz-transition: all 12.5s;
  -webkit-transition: all 12.5s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-Egnlish,
header .head-banner .swiper-slide-active .box-cent2 .cent-Egnlish,
header .head-banner .swiper-slide-active .box-cent .cent-title3,
header .head-banner .swiper-slide-active .box-cent2 .cent-title3,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-pic,
header .head-banner .swiper-slide-active .box-cent2 .cent-pic,
header .head-banner .swiper-slide-active .box-cent .cent-box,
header .head-banner .swiper-slide-active .box-cent2 .cent-box,
header .head-banner .swiper-slide-active .box-cent .cent-pic2,
header .head-banner .swiper-slide-active .box-cent2 .cent-pic2 {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.56rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent2 .cent-box {
  width: 9.6rem;
  height: auto;
  padding: 0.7rem 0.7rem 0.9rem;
  background: linear-gradient(90deg, rgba(150, 202, 1, 0.9), rgba(0, 99, 54, 0.9));
  border-radius: 0.1rem;
}
header .head-banner .banner-cent2 .cent-box .box-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-box .box-title2 {
  margin: 0.3rem 0;
  font-size: var(--fs48);
  font-weight: bold;
  line-height: 0.8rem;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-box .box-text {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  line-height: 0.48rem;
  color: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  font-family: '宋体';
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  background: #089ea1;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.3rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.3rem;
}
header .head-strip {
  width: 100%;
  height: 0.7rem;
  background: #f9f9f9;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-item {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 0.5rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
header .head-strip .strip-box .box-left .left-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #1896f2, #2f54eb);
}
header .head-strip .strip-box .box-left .left-item-on {
  color: #fff;
  background: linear-gradient(90deg, #1896f2, #2f54eb);
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  text-align: right;
  line-height: 0.7rem;
}
header .head-strip .strip-box .box-right .right-icon {
  width: 10px;
  margin-right: 0.15rem;
}
header .head-strip .strip-box .box-right .right-icon img {
  display: block;
  width: 100%;
}
header .head-strip .strip-box .box-right .right-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  color: #089ea1;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #929292;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #089ea1;
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-text em {
  display: inline-block;
  width: 4px;
  height: 7px;
  margin: 0 0.15rem;
  background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
header .head-news {
  position: absolute;
  bottom: 0.5rem;
  right: 1.6rem;
  width: 3.23rem;
  height: 1.3rem;
  overflow: hidden;
  z-index: 19;
}
header .head-news .swiper-slide {
  width: 100%;
  height: 100%;
}
header .head-news .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.25rem 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.1rem;
  opacity: 0;
  overflow: hidden;
}
header .head-news .swiper-slide .slide-box .box-time {
  font-size: var(--fs16);
  color: #93979e;
}
header .head-news .swiper-slide .slide-box .box-title {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-news .swiper-slide .slide-box:hover .box-title {
  color: #089ea1;
}
header .head-news .swiper-slide-active .slide-box {
  opacity: 1;
  transition: all 0.3s 0.6s;
  -o-transition: all 0.3s 0.6s;
  -moz-transition: all 0.3s 0.6s;
  -webkit-transition: all 0.3s 0.6s;
}
header .head-bottom {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: url(../images/banner-bg.png) no-repeat bottom left;
  background-size: 100%;
  z-index: 9;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.95rem 0 0.5rem !important;
  background: #0c1623 url(../images/foot-bg.png) no-repeat bottom left;
  background-size: 100%;
  overflow: hidden;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
}
footer .foot-main .main-cont {
  position: relative;
  width: 2.1rem;
  padding-top: 0.55rem;
}
footer .foot-main .main-cont .cont-ewm {
  width: 1.19rem;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
footer .foot-main .main-cont .cont-ewm img {
  width: 100%;
}
footer .foot-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-cent .cent-tel {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs30);
  color: #fff;
}
footer .foot-main .main-cont .cont-cent .cent-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.16rem;
  border-radius: 50%;
  background: #004098;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover {
  background: #fff;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: space-between;
  width: 10.6rem;
}
footer .foot-main .main-nav .nav-item {
  width: auto;
  height: auto;
}
footer .foot-main .main-nav .nav-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-nav .nav-item .item-title {
  display: block;
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs14);
  font-weight: 100;
  line-height: 0.2rem;
  color: #777e86;
}
footer .foot-main .main-nav .nav-item .item-cent a span {
  position: relative;
}
footer .foot-main .main-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  margin: 0.9rem auto 0;
  padding-top: 0.25rem;
  border-top: solid 1px rgba(119, 126, 134, 0.1);
}
footer .foot-bottom .bottom-link {
  width: auto;
}
footer .foot-bottom .bottom-link a {
  font-size: var(--fs14);
  color: #777e86;
}
footer .foot-bottom .bottom-link a:hover {
  color: #fff;
}
footer .foot-bottom .bottom-link span {
  margin: 0 0.1rem;
}
footer .foot-bottom .bottom-zhizi {
  width: auto;
  font-size: var(--fs14);
  color: #777e86;
}
footer .foot-bottom .bottom-zhizi a {
  color: #777e86;
}
footer .foot-bottom .bottom-zhizi a:hover {
  color: #fff;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
}
.container .cont-plate1 img {
  width: 100%;
}
.pageW {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.page-heng {
  width: 46px;
  height: 3px;
  margin-top: 0.2rem;
  background: #004098;
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.page-title span {
  position: relative;
}
.page-title span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: 0.33rem;
  height: 100%;
  background: url(../images/icon/icon-page-title-left.png) no-repeat left center;
  background-size: 100%;
}
.page-title span::after {
  content: '';
  position: absolute;
  top: 0;
  right: -0.4rem;
  width: 0.23rem;
  height: 100%;
  background: url(../images/icon/icon-page-title-right.png) no-repeat left center;
  background-size: 100%;
}
