img {
  vertical-align: middle;
  user-select: none;
}
* {
  user-select: none;
}
a {
  text-decoration: none !important;
}
header {
  padding: 0 !important;
  min-height: 80px;
  width: 100%;
}
header .index-nav {
  min-height: 80px;
  width: 100%;
}
header .index-nav .logo-box {
  width: 70%;
}
header .index-nav .logo-box img {
  height: auto;
  width: 100%;
  max-height: 60px;
  max-width: 400px;
}
header .index-nav .navbar-nav .nav-item {
  position: relative;
  z-index: 5;
  width: 6em;
}
header .index-nav .navbar-nav .nav-item .h-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #1c4393;
  transition: all 0.3s linear;
  z-index: -1;
  border-radius: 100%;
}
header .index-nav .navbar-nav .nav-item .nav-txt {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  height: 50px;
  line-height: 50px;
  width: 6em;
  padding-left: 1em;
  transition: all 0.3s linear;
}
header .index-nav .navbar-nav .nav-item .submenu {
  transition: all 0.3s linear;
  opacity: 0;
  line-height: 2;
  height: auto;
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  transform: scale(0.4);
}
header .index-nav .navbar-nav .nav-item .submenu a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
  width: 8em;
  padding: 10px 1em;
  position: relative;
  z-index: 10;
  transition: all 0.3s linear;
}
header .index-nav .navbar-nav .nav-item .submenu a:before {
  content: '';
  width: 0;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: rgba(28, 67, 147, 0.8);
  transition: all 0.3s linear;
  z-index: -1;
}
header .index-nav .navbar-nav .nav-item .submenu a:after {
  content: '';
  width: 0;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background-color: rgba(28, 67, 147, 0.8);
  transition: all 0.3s linear;
  z-index: -1;
}
header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a {
  color: #fff;
}
header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:before {
  width: 100%;
}
header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:after {
  width: 100%;
}
header .index-nav .navbar-nav .selected {
  background-color: #1c4393;
}
header .index-nav .navbar-nav .selected .nav-txt {
  color: #fff;
}
header .index-nav .navbar-nav .nav-item:hover .h-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
}
header .index-nav .navbar-nav .nav-item:hover > a {
  color: #fff;
}
header .index-nav .navbar-nav .nav-item:hover .submenu {
  opacity: 1;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: auto;
  visibility: visible;
  transform: scale(1);
}
header .index-nav .animate1 {
  transition: all 3s;
}
header .index-nav .animate1 .open-btn2 {
  transform: rotateY(360deg);
  opacity: 0;
}
header .index-nav .animate1 .open-btn1 {
  transform-origin: center center;
  transform: translateY(9px) rotate(405deg);
}
header .index-nav .animate1 .open-btn3 {
  transform-origin: center center;
  transform: translateY(-9px) rotate(-405deg);
}
header .index-nav .open-btn1,
header .index-nav .open-btn2,
header .index-nav .open-btn3 {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #000;
  margin: 5px 0;
  transition: all 0.5s;
}
.banner {
  position: relative;
  z-index: 8;
}
.banner .swiper-container {
  width: 100%;
  position: relative;
}
.banner .swiper-container .swiper-wrapper {
  width: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  line-height: 2;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .cn-name {
  color: #FFFFFF;
  font-size: 48px;
  text-shadow: 1px 4px 0px rgba(69, 69, 69, 0.65);
}
.banner .swiper-container .swiper-wrapper .swiper-slide .en-name {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  text-shadow: 1px 4px 0px rgba(69, 69, 69, 0.65);
}
.banner .swiper-container .swiper-wrapper .swiper-slide .more {
  margin-top: 80px;
  font-size: 14px;
  color: #FFFFFF;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .more span {
  margin-left: 10px;
}
.banner .swiper-container .swiper-pagination {
  position: absolute;
  right: 0;
  top: 50%;
}
.banner .swiper-container .swiper-pagination div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  opacity: 0.5;
}
.banner .swiper-container .swiper-pagination div:hover {
  cursor: pointer;
}
.banner .swiper-container .swiper-pagination div span {
  width: 100px;
  height: 1px;
  display: inline-block;
  margin-left: 10px;
}
.banner .swiper-container .swiper-pagination .active {
  color: #fff;
}
.banner .swiper-container .swiper-pagination .active span {
  background-color: #fff;
}
.banner .swiper-container:hover .mouse {
  bottom: 5%;
}
.banner .swiper-container .mouse {
  position: absolute;
  left: calc(50% - 11.5px);
  bottom: 3%;
  z-index: 10;
  transition: all 0.3s linear;
}
.banner .swiper-container .mouse img {
  width: 23px;
  height: auto;
}
.about-us {
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}
.about-us .ab-txt {
  font-size: 100px;
  font-weight: bold;
  font-style: italic;
  color: #333333;
  opacity: 0.05;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-us .word-box {
  margin-top: 40px;
}
.about-us .word-box .main-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.about-us .word-box .en-title {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #333333;
  opacity: 0.2;
}
.about-us .word-box .txt {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}
.about-us .word-box .more {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-top: 8%;
}
.about-us .word-box .more:hover img {
  animation: mymove1 0.5s linear infinite alternate;
}
.about-us .word-box .more img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.about-us .img-box {
  margin-top: 40px;
  width: 100%;
  padding-top: 70.87%;
  position: relative;
  border-radius: 25px 25px 25px 0;
  overflow: hidden;
}
.about-us .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-box {
  padding-top: 90px;
  padding-bottom: 90px;
}
.news-box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-box .title-box .main-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.news-box .title-box .en-title {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #333333;
  opacity: 0.2;
}
.news-box .title-box .more {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.news-box .title-box .more:hover img {
  animation: mymove1 0.5s linear infinite alternate;
}
.news-box .title-box .more img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.news-box .content-box {
  margin-top: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 79px 0px rgba(126, 126, 126, 0.11);
  border-radius: 30px 0px 30px 30px;
}
.news-box .content-box .word-box {
  padding: 5%;
}
.news-box .content-box .word-box .news-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #E8E8E8;
}
.news-box .content-box .word-box .news-item:last-child {
  border-bottom: none;
}
.news-box .content-box .word-box .news-item .num {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-right: 20px;
}
.news-box .content-box .word-box .news-item .num span {
  font-size: 24px;
  color: #113277;
}
.news-box .content-box .word-box .news-item .text {
  font-size: 18px;
  font-weight: 500;
  color: #010101;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-box .content-box .img-box {
  width: 100%;
  padding-top: 70.87%;
  position: relative;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}
.news-box .content-box .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pro-box {
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: 660px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
.pro-box .main-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.pro-box .en-title {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  opacity: 0.2;
}
.pro-box .more {
  font-size: 14px;
  color: #ABAEB4;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.pro-box .more:hover img {
  animation: mymove1 0.5s linear infinite alternate;
}
.pro-box .more img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.pro-box .pro-item {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 1px;
}
.pro-box .pro-item .pro-name {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.pro-box .pro-item .pro-intro {
  font-size: 14px;
  color: #ABAEB4;
  line-height: 30px;
}
.pro-box .right-box {
  margin-top: 30px;
  padding-bottom: 40px;
}
.pro-box .hot-pro {
  width: 100%;
  overflow: hidden;
}
.pro-box .hot-pro .swiper-wrapper {
  position: relative;
}
.pro-box .hot-pro .swiper-wrapper .swiper-slide {
  width: 80%;
}
.pro-box .hot-pro .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  padding-top: 78.6%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.pro-box .hot-pro .swiper-wrapper .swiper-slide .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pro-box .swiper-pagination1 {
  padding: 15px 13%;
}
.pro-box .swiper-pagination1 .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #ABAEB4;
  outline: none;
  border: none;
}
.pro-box .swiper-pagination1 .swiper-pagination-bullet-active {
  color: #fff;
}
.brand {
  padding-top: 90px;
  padding-bottom: 90px;
}
.brand .main-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.brand .en-title {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #333;
  opacity: 0.2;
}
.brand .brand-sw {
  margin-top: 25px;
}
.brand .brand-sw .swiper-slide {
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
}
.brand .brand-sw .swiper-slide .img-box {
  width: 100%;
  padding-top: 43%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
}
.brand .brand-sw .swiper-slide .img-box:hover {
  outline: 1px solid #073CA0;
  cursor: pointer;
}
.brand .brand-sw .swiper-slide .img-box:hover img {
  transform: scale(1.02);
}
.brand .brand-sw .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s linear;
}
.brand .brand-sw .brand-pagination {
  margin-top: 30px;
  text-align: center;
}
.brand .brand-sw .brand-pagination .swiper-pagination-bullet {
  border-radius: 0 !important;
}
.adv-box_ {
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.adv-box_ .main-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.adv-box_ .en-title {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #333;
  opacity: 0.2;
}
.adv-box_ .adv-cate {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1.8;
}
.adv-box_ .adv-txt {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.adv-box_ .adv-prev,
.adv-box_ .adv-next {
  width: 40px;
  height: 40px;
  background-size: 10px 17px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s linear;
  outline: none;
  border: none;
}
.adv-box_ .adv-prev {
  background-image: url('../img/icon/leftb.png');
}
.adv-box_ .adv-prev:hover {
  background-color: #0042a3;
  background-image: url('../img/icon/leftw.png');
}
.adv-box_ .adv-next {
  background-image: url('../img/icon/rightb.png');
}
.adv-box_ .adv-next:hover {
  background-color: #0042a3;
  background-image: url('../img/icon/rightw.png');
}
.adv-box_ .adv-sw {
  margin: 45px 0;
  width: calc(100% - 100px);
}
.adv-box_ .adv-sw .swiper-slide {
  width: 90%;
  overflow: hidden;
  border-radius: 12px;
}
.adv-box_ .adv-sw .swiper-slide .img-box {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.adv-box_ .adv-sw .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer {
  padding-top: 50px;
  padding-bottom: 90px;
  width: 100%;
  background-color: #16233d;
}
.footer .panel {
  margin-top: 40px;
}
.footer .title-name {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer .txt {
  line-height: 2.6;
  font-size: 14px;
  color: #8B95A9;
}
.footer .txt a {
  font-size: 14px;
  color: #8B95A9;
}
.footer .txt img {
  width: 16px;
  height: auto;
}
.footer .qr-box {
  font-size: 14px;
  color: #FFFFFF;
}
.footer .qr-box img {
  width: 110px;
  height: 110px;
  margin-top: 15px;
}
.copy {
  width: 100%;
  min-height: 70px;
  background-color: #1d2b47;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy .txt {
  font-size: 14px;
  color: #8B95A9;
}
.copy a {
  font-size: 14px;
  color: #8B95A9;
}
@media (min-width: 768px) {
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 500px;
  }
}
@media (min-width: 992px) {
  header {
    padding: 0 !important;
    z-index: 10;
    position: relative;
    height: 80px;
    width: 100%;
  }
  header .search {
    width: 80px;
    height: 80px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
  }
  header .search img {
    display: inline-block;
    width: 22px;
    height: 23px;
  }
  header .index-nav {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header .index-nav .logo-box img {
    height: auto;
    width: 290px;
  }
  header .index-nav .navbar-nav {
    height: 80px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  header .index-nav .navbar-nav .nav-item {
    position: relative;
    z-index: 5;
    width: auto;
  }
  header .index-nav .navbar-nav .nav-item .h-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #1c4393;
    transition: all 0.3s linear;
    z-index: -1;
    border-radius: 100%;
  }
  header .index-nav .navbar-nav .nav-item .nav-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    width: 6em;
    padding: 0;
    height: 80px;
    transition: all 0.3s linear;
  }
  header .index-nav .navbar-nav .nav-item .submenu {
    transition: all 0.3s linear;
    opacity: 0;
    line-height: 2;
    height: auto;
    position: absolute;
    left: 0;
    top: 80px;
    visibility: hidden;
    transform: scale(0.4);
  }
  header .index-nav .navbar-nav .nav-item .submenu a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    background-color: #fff;
    margin-bottom: 1px;
    width: 8em;
    padding: 10px 1em;
    position: relative;
    z-index: 10;
    transition: all 0.3s linear;
  }
  header .index-nav .navbar-nav .nav-item .submenu a:before {
    content: '';
    width: 0;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: rgba(28, 67, 147, 0.8);
    transition: all 0.3s linear;
    z-index: -1;
  }
  header .index-nav .navbar-nav .nav-item .submenu a:after {
    content: '';
    width: 0;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: rgba(28, 67, 147, 0.8);
    transition: all 0.3s linear;
    z-index: -1;
  }
  header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a {
    color: #fff;
  }
  header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:before {
    width: 100%;
  }
  header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:after {
    width: 100%;
  }
  header .index-nav .navbar-nav .selected {
    background-color: #1c4393;
  }
  header .index-nav .navbar-nav .selected .nav-txt {
    color: #fff;
  }
  header .index-nav .navbar-nav .nav-item:hover .h-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  header .index-nav .navbar-nav .nav-item:hover > a {
    color: #fff;
  }
  header .index-nav .navbar-nav .nav-item:hover .submenu {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 80px;
    bottom: auto;
    visibility: visible;
    transform: scale(1);
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 700px;
  }
  .pro-box {
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: 660px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
  }
  .pro-box .main-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  .pro-box .en-title {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    opacity: 0.2;
  }
  .pro-box .more {
    font-size: 14px;
    color: #ABAEB4;
    line-height: 30px;
    display: flex;
    align-items: center;
  }
  .pro-box .more:hover img {
    animation: mymove1 0.5s linear infinite alternate;
  }
  .pro-box .more img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .pro-box .pro-item {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .pro-box .pro-item .pro-name {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
  }
  .pro-box .pro-item .pro-intro {
    font-size: 14px;
    color: #ABAEB4;
    line-height: 30px;
  }
  .pro-box .right-box {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .pro-box .hot-pro {
    width: 100%;
    overflow: hidden;
  }
  .pro-box .hot-pro .swiper-wrapper {
    position: relative;
  }
  .pro-box .hot-pro .swiper-wrapper .swiper-slide {
    width: 80%;
  }
  .pro-box .hot-pro .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .pro-box .swiper-pagination {
    padding: 0 13%;
  }
  .pro-box .swiper-pagination > div {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 500;
    font-style: italic !important;
    color: #ABAEB4;
  }
}
@media (min-width: 1200px) {
  header .index-nav {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header .index-nav .logo-box img {
    height: auto;
    width: 400px;
  }
}
@-webkit-keyframes mymove {
  from {
    background-size: auto 100%;
  }
  to {
    background-size: auto 110%;
  }
}
@-webkit-keyframes mymove1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/*# sourceMappingURL=index.css.map */