img {
  vertical-align: middle;
}
* {
  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;
}
.branch-box {
  background-color: #f6f6f6;
}
.branch-box .branch-items {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000000;
}
.branch-box .branch-items a {
  font-size: 14px;
  color: #000000;
  margin-right: 8px;
}
.branch-box .branch-items > div {
  margin-right: 8px;
}
.pro-sw-box {
  padding-top: 50px;
}
.pro-sw-box .pro-name {
  font-size: 22px;
  color: #000000;
  line-height: 62px;
}
.pro-sw-box .pro-sw {
  position: relative;
}
.pro-sw-box .pro-sw .swiper-slide {
  width: 40%;
  padding: 0 12px;
}
.pro-sw-box .pro-sw .swiper-slide .img-box {
  width: 100%;
  padding-top: 80%;
  position: relative;
}
.pro-sw-box .pro-sw .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pro-sw-box .pro-sw .switch-btns {
  width: 100%;
  height: 45px;
  padding: 0 calc(30% - 58px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: calc(50% - 25px);
  z-index: 10;
}
.pro-sw-box .pro-sw .switch-btns .adv-prev {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url('../img/icon/leftb.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px 19px;
  transition: all 0.3s linear;
}
.pro-sw-box .pro-sw .switch-btns .adv-prev:hover {
  background-color: #0042a3;
  background-image: url('../img/icon/leftw.png');
}
.pro-sw-box .pro-sw .switch-btns .adv-next {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url('../img/icon/rightb.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px 19px;
  transition: all 0.3s linear;
}
.pro-sw-box .pro-sw .switch-btns .adv-next:hover {
  background-color: #0042a3;
  background-image: url('../img/icon/rightw.png');
}
.news-content {
  padding-top: 30px;
  padding-bottom: 90px;
}
.news-content .title {
  font-size: 28px;
  color: #000000;
  line-height: 2;
}
.news-content .date {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 2;
}
.news-content .content-txt {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.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: 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);
  }
}
@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=pro_detail.css.map */