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;
}
.banner {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  line-height: 2;
  display: flex;
  align-items: center;
}
.banner .cn-name {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
.banner .en-name {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  opacity: 0.4;
}
.contact-box {
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact-box .title-box {
  position: relative;
  z-index: 10;
}
.contact-box .title-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #010101;
  position: relative;
  z-index: 10;
}
.contact-box .title-box .title-mark {
  font-size: 100px;
  font-weight: bold;
  color: #f0f0f0;
  position: absolute;
  top: -20px;
  left: -55px;
  line-height: 1;
}
.contact-box .items-box {
  margin-top: 30px;
  min-height: 530px;
  padding: 0 30px;
  border: 1px solid #E3E3E3;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.contact-box .items-box .contact-item {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-box .items-box .contact-item:last-child {
  margin-bottom: 30px;
}
.contact-box .items-box .contact-item .icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDEDED;
}
.contact-box .items-box .contact-item .icon-box img {
  width: 20px;
  height: auto;
}
.contact-box .items-box .contact-item .text-box {
  width: calc(100% - 90px);
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-box .items-box .contact-item .text-box .item-name {
  font-size: 18px;
  font-weight: bold;
  color: #010101;
}
.contact-box .items-box .contact-item .text-box .item-val {
  font-size: 14px;
  color: #666666;
}
.contact-box .items-box .contact-item .text-box .item-val span {
  margin-right: 30px;
}
.contact-box .message-box {
  margin-top: 30px;
  min-height: 530px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #E3E3E3;
}
.contact-box .message-box > div {
  margin-top: 20px;
}
.contact-box .message-box > div:first-child {
  margin-top: 0;
}
.contact-box .message-box .mes-title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.contact-box .message-box .comp-name input {
  height: 56px;
  background: #FBFBFB;
  border: 1px solid #E8E8E8;
  width: 100%;
  text-indent: 15px;
  outline: none;
}
.contact-box .message-box .name-tel > div {
  width: 49%;
}
.contact-box .message-box .name-tel input {
  height: 56px;
  background: #FBFBFB;
  border: 1px solid #E8E8E8;
  width: 100%;
  text-indent: 15px;
  outline: none;
}
.contact-box .message-box .verify-code > div {
  width: 49%;
}
.contact-box .message-box .verify-code input {
  height: 56px;
  background: #FBFBFB;
  border: 1px solid #E8E8E8;
  width: 100%;
  text-indent: 15px;
  outline: none;
}
.contact-box .message-box .verify-code .getCodeBtn {
  width: 49%;
  height: 56px;
}
.contact-box .message-box .verify-code .getCodeBtn img {
  width: auto;
  height: 100%;
}
.contact-box .message-box .remarks textarea {
  width: 100%;
  outline: none;
  height: 100px;
  background: #FBFBFB;
  border: 1px solid #E8E8E8;
  padding: 15px;
}
.contact-box .message-box .confirm-btn {
  width: 150px;
  height: 56px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #113277;
  font-size: 14px;
  color: #FFFFFF;
}
.contact-box .message-box .confirm-btn:hover {
  cursor: pointer;
}
.contact-box .message-box .confirm-btn img {
  width: 28px;
  height: 10px;
}
.map-box {
  padding-bottom: 90px;
}
.map-box #map {
  height: 380px;
}
.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=contact.css.map */