@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #1380e3;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb:horizontal {
  background-color: #1380e3;
}
::-webkit-scrollbar-track:horizontal {
  background-color: #1380e3;
}
::-webkit-scrollbar-corner {
  background-color: #1380e3;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-display: swap;
}
* {
  box-sizing: border-box;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  background: #f2f3f5;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", "Noto Sans SC", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
  -webkit-text-size-adjust: none;
  margin: 0px;
  padding: 0px;
}
body,
td,
th {
  color: #000;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Noto Sans SC", sans-serif;
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
span {
  font-style: normal;
  font-family: "Poppins", "Noto Sans SC", sans-serif;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-family: "Poppins", "Noto Sans SC", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
input,
textarea,
select {
  *font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #1380e3;
}
a:active {
  text-decoration: none;
}
dl,
dd,
dt {
  margin: 0px;
  padding: 0px;
}
/* css common */
.rel {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.lt,
.left {
  float: left;
}
.rt,
.right {
  float: right;
}
.clear,
.clr {
  clear: both;
}
.f-cb {
  zoom: 1;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ovh {
  overflow: hidden;
}
.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.dn {
  display: none;
}
.width-full {
  width: 100%;
}
.height-full {
  height: 100%;
}
.dib {
  display: inline-block;
}
.wrap {
  width: 72.5%;
  margin: 0 auto;
}
.indent {
  text-indent: 2em;
}
.ptb150 {
  padding: 150px 0;
}
.ptb120 {
  padding: 120px 0;
}
.pt120 {
  padding-top: 120px;
}
.ptb80 {
  padding: 80px 0;
}
.pt80 {
  padding-top: 80px;
}
.mt120 {
  margin-top: 120px;
}
.mt80 {
  margin-top: 80px;
}
.mt60 {
  margin-top: 60px;
}
@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }
  input,
  textarea,
  select,
  button {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }
  body,
  td,
  th {
    line-height: 1.5;
  }
  input,
  textarea,
  select,
  button {
    font-size: 14px;
  }
  .wrap {
    width: 94%;
  }
  .ptb150 {
    padding: 10% 0;
  }
  .ptb120 {
    padding: 10% 0;
  }
  .pt120 {
    padding-top: 10%;
  }
  .ptb80 {
    padding: 8% 0;
  }
  .pt80 {
    padding-top: 8%;
  }
  .mt120 {
    margin-top: 10%;
  }
  .mt80 {
    margin-top: 8%;
  }
  .mt60 {
    margin-top: 6%;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

/* Header */
header {
  width: 100%;
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ffffff;
}
header.on,
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
header > .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header .menu-trigger {
  display: none;
}
header .menu-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  transition: 0.3s;
  background: #000;
}
header .menu-trigger span:last-of-type {
  margin-bottom: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left center;
}
header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}
header .logo {
  width: 230px;
  height: 100px;
  background: url(../images/logo.png) no-repeat center left;
  background-size: 100%;
  display: block;
}
header .header-menu {
  /*width: calc(84% - 436px);*/
  width: 89%;
}
header .header-menu a {
  display: block;
}
header .header-menu > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
header .header-menu > ul > li {
  position: relative;
  text-align: center;
}
header .header-menu > ul > li > a {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  line-height: 100px;
  padding: 0 15px;
}
header .header-menu > ul > li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #1380e3;
  bottom: 15px;
  left: 0;
  transform-origin: center;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header.on .header-menu > ul > li.current > a,
header.on .header-menu > ul > li:hover > a,
header.fixed .header-menu > ul > li.current > a,
header.fixed .header-menu > ul > li:hover > a {
  color: #1380e3;
}
header .header-menu > ul > li:hover > a:after,
header .header-menu > ul > li.current > a:after {
  transform-origin: center;
  transform: scale(1);
}
header .header-menu > ul > li > ul {
  height: calc(100% - 100px);
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  display: none;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
}
header .header-menu > ul > li:hover > ul {
  display: block;
}
header .header-menu > ul > li > ul > li > a {
  line-height: 36px;
  padding: 0 15px;
  white-space: nowrap;
  background: #fff;
}
header .header-menu > ul > li > ul > li > a:hover {
  background: #1380e3;
  color: #ffffff;
}
header .header-tools {
  width: 256px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-search {
  width: 256px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px #eee solid;
  border-radius: 16px;
}
header .header-search i {
  font-size: 20px;
  margin: 0 10px;
}
header .header-search input {
  border: none;
  width: 150px;
  padding-bottom: 4px;
}
header .header-tools .header-lan {
  width: 28px;
  height: 28px;
  font-size: 14px;
  z-index: 1;
}
header .header-tools .header-lan a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #1380e3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .subnav {
  width: 100%;
  height: calc(100% - 60px);
  padding: 0 3%;
  display: none;
  position: fixed;
  left: 0px;
  top: 60px;
  background: #f7f7f7;
  z-index: 2;
  overflow-y: auto;
}
header .subnav h2 {
  text-transform: uppercase;
  padding: 10px 10px 10px 0;
  display: flex;
  align-items: center;
  font-weight: 600;
}
header .subnav h2 .icon {
  margin-right: 6px;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
header .subnav .menu-box {
  padding: 0 0 10px 0;
}
header .subnav .menu-box > ul > li {
  padding: 10px 0;
  border-bottom: 1px #ddd solid;
}
header .subnav .menu-box > ul > li:nth-child(1) {
  padding-top: 0;
}
header .subnav .menu-box > ul > li > a {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
header .subnav .menu-box > ul > li > a > i {
  font-size: 12px;
}
header .subnav .menu-box > ul > li > ul {
  margin-top: 10px;
  display: none;
}
header .subnav .menu-box > ul > li > ul > li > a {
  display: block;
  padding: 0 5px;
  line-height: 30px;
}
header .subnav .zoom-box {
  padding: 0 0 10px 0;
  position: relative;
}
header .subnav .zoom-box form {
  display: flex;
}
header .subnav .zoom-box input[type="text"] {
  width: 100%;
  height: 36px;
  border: none;
  outline: none;
  padding: 0 46px 0 10px;
}
header .subnav .zoom-box button {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  text-align: center;
  background: #1380e3;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .subnav .lan-box h2 {
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
}
header .subnav .lan-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .subnav .lan-box li {
  width: 49%;
  margin: 0.5% 0;
}
header .subnav .lan-box a {
  border: 1px #ddd solid;
  margin: 3px 0;
  border-radius: 8px;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .subnav .lan-box a:hover {
  background: #1380e3;
  border-color: #1380e3;
  color: #fff;
}
header .subnav .lan-box .left {
  display: flex;
  align-items: center;
}
header .subnav .lan-box img {
  display: block;
  width: 24px;
  margin-right: 6px;
}
@media (max-width: 1280px) {
  header {
    height: 60px;
  }
  header > .wrap {
    align-items: center;
  }
  header .logo {
    width: 160px;
    height: 42px;
  }
  header .header-menu,
  header .header-tools {
    display: none;
  }
  header .menu-trigger {
    display: block;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  header {
    height: 50px;
  }
  header .logo {
    width: 120px;
    height: 31px;
  }
  header .subnav {
    height: calc(100% - 50px);
    top: 50px;
  }
}

/* Footer */
footer {
  width: 100%;
  color: #fff;
  background: url(../images/footBg.jpg) #074ca9 no-repeat center top;
  background-size: 100%;
  overflow: hidden;
}
footer a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
footer a:hover {
  color: #fff;
}
footer .footer-box1 {
  padding-top: 180px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
footer .footer-box1 .left-box {
  width: 400px;
}
footer .footer-box1 .left-box .logo img {
  max-width: 100%;
  display: block;
}
footer .footer-box1 .left-box .contact {
  margin-top: 20px;
}
footer .footer-box1 .left-box .qrcode {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
footer .footer-box1 .left-box .qrcode .image {
  margin-right: 20px;
}
footer .footer-box1 .left-box .qrcode .image img {
  max-width: 100%;
  display: block;
}
footer .footer-box1 .right-box {
  width: calc(90% - 400px);
}
footer .footer-box1 .right-box > ul {
  display: flex;
  justify-content: space-between;
}
footer .footer-box1 .right-box > ul > li {
}
footer .footer-box1 .right-box > ul > li > a {
  color: #fff;
  display: block;
}
footer .footer-box1 .right-box > ul > li > a > i {
  display: none;
}
footer .footer-box1 .right-box > ul > li > ul {
  margin-top: 5px;
}
footer .footer-box1 .right-box > ul > li > ul > li > a {
  line-height: 32px;
}
footer .footer-box2 {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  text-transform: uppercase;
  overflow: hidden;
}
footer .footer-box2 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
footer .footer-box2 .right a {
  display: flex;
  align-items: center;
  color: #fff;
}
footer .footer-box2 .right img {
  display: block;
  width: 70px;
}
@media (max-width: 1280px) {
  footer .footer-box1 {
    padding-top: 18%;
    padding-bottom: 10%;
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .footer-box1 .left-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5%;
  }
  footer .footer-box1 .left-box .qrcode .image {
    margin-right: 0;
  }
  footer .footer-box1 .left-box .word {
    display: none;
  }
  footer .footer-box1 .right-box {
    width: 100%;
  }
  footer .footer-box1 .right-box > ul {
    flex-direction: column;
  }
  footer .footer-box1 .right-box > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .footer-box1 .right-box > ul > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-box1 .right-box > ul > li > a > i {
    display: block;
    font-size: 12px;
  }
  footer .footer-box1 .right-box > ul > li > ul {
    display: none;
  }
  footer .footer-box1 .right-box > ul > li > ul > li > a {
    line-height: 28px;
  }
  footer .footer-box2 .wrap {
    flex-direction: column;
  }
  footer .footer-box2 .right {
    margin-top: 5px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  footer .footer-box1 .left-box .logo img {
    width: 180px;
  }
  footer .footer-box2 {
    padding: 15px 0;
  }
}
