@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb:horizontal {
  background-color: #000;
}
::-webkit-scrollbar-track:horizontal {
  background-color: #000;
}
::-webkit-scrollbar-corner {
  background-color: #000;
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 400;
  font-display: swap;
}
* {
  box-sizing: border-box;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
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-Light", "Noto Sans SC", sans-serif;
  font-size: 18px;
  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.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins-Light", "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-Light", "Noto Sans SC", sans-serif;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-family: "Poppins-Light", "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 0.5s ease;
  transition: all 0.5s ease;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #263c92;
}
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: 84%;
  margin: 0 auto;
}
.indent {
  text-indent: 2em;
}
.ptb140 {
  padding: 140px 0;
}
.pt140{
  padding-top: 140px;
}
.ptb100 {
  padding: 100px 0;
}
.pt100 {
  padding-top: 100px;
}
.ptb80 {
  padding: 80px 0;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.mt100 {
  margin-top: 100px;
}
.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%;
  }
  .ptb140 {
    padding: 10% 0;
  }
  .pt140{
    padding-top: 10%;
  }
  .ptb100 {
    padding: 10% 0;
  }
  .pt100 {
    padding-top: 10%;
  }
  .ptb80 {
    padding: 8% 0;
  }
  .pt80 {
    padding-top: 8%;
  }
  .pb80 {
    padding-bottom: 8%;
  }
  .mt100 {
    margin-top: 10%;
  }
  .mt80 {
    margin-top: 8%;
  }
  .mt60 {
    margin-top: 6%;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

/* Header */
header {
  width: 100%;
  height: 90px;
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #263c92;
}
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: center;
}
header .menu-trigger {
  display: none;
}
header .menu-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  transition: 0.3s;
  background: #fff;
}
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: 198px;
  display: block;
}
header .logo img{
  width: 100%;
  display: block;
}
header .header-nav {
  width: calc(90% - 500px);
}
header .header-nav a{
  display: block;
}
header .header-nav > ul{
  display: flex;
  justify-content: space-between;
}
header .header-nav > ul > li{
  position: relative;
}
header .header-nav > ul > li > a{
  line-height: 90px;
  position: relative;
  font-size: 20px;
  color:#fff;
  font-family: "Poppins-Medium";
  text-transform: uppercase;
}
header .header-nav > ul > li > a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff;
  bottom: 0;
  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 .header-nav > ul > li:hover > a:after,
header .header-nav > ul > li.current > a:after {
  transform-origin: center;
  transform: scale(1);
}
header .header-nav > ul > li > .arrow{
  content: "";
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 95px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white; /* 箭头颜色 */
  transform: translateX(-50%); /* 居中箭头 */
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
header .header-nav > ul > li:hover > .arrow{
  opacity: 1;
  visibility: visible;
}
header .header-nav > ul > li > ul{
  position: absolute;
  left:50%;
  top:103px;
  transform: translateX(-50%);
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 6px;
  padding:10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
header .header-nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
header .header-nav > ul > li > ul > li > a {
  white-space: nowrap;
  line-height: 36px;
  padding: 0 15px;
  font-size: 16px;
}
header .header-nav > ul > li > ul > li > a:hover {
  background: #263c92;
  color: #ffffff;
}
header .header-tools{
  width: 245px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-tools a{
  display: block;
  color: #fff;
}
header .header-tools .search-trigger i{
  font-size: 20px;
}
header .header-tools .lan-trigger{
  display: flex;
  align-items: center;
}
header .header-tools .lan-trigger img{
  display: block;
  margin-right: 10px;
}
header .header-tools .contact-trigger{
  background: #fff;
  border-radius: 20px;
  color:#263c92;
  font-size: 14px;
  padding:5px 15px;
}
header .search{
  width: 100%;
  position: fixed;
  z-index: 2;
  height:80px;
  background: #fff;
  padding:19px 0;
  display: none;
}
header .search .wrap{
  display: flex;
  justify-content: center;
}
header .search form{
  width: 50%;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
header .search input{
  width: calc(100% - 100px);
  height: 42px;
  padding:0 20px;
  border:none;
  border:1px #ccc solid;
}
header .search button{
  background: #263c92;
  color: #fff;
  border:none;
  width: 100px;
  height: 42px;
  cursor: pointer;
}
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: #263c92;
  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: #263c92;
  border-color: #263c92;
  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: 1600px) {
  header .header-nav > ul > li > a{
    font-size: 16px;
  }
  header .header-nav > ul > li > ul > li > a{
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  header {
    height: 60px;
  }
  header > .wrap {
    align-items: center;
  }
  header .header-nav,
  header .header-tools {
    display: none;
  }
  header .logo {
    width: 160px;
  }
  header .menu-trigger {
    display: block;
  }
}
@media (max-width: 750px) {
  header {
    height: 50px;
  }
  header .logo {
    width: 120px;
  }
  header .subnav {
    height: calc(100% - 50px);
    top: 50px;
  }
}

/* Footer */
footer {
  width: 100%;
  overflow: hidden;
}
footer .footer-box1{
  width: 100%;
  position: relative;
  overflow: hidden;
}
footer .footer-box1 .bg img{
  width: 100%;
  display: block;
}
footer .footer-box1 .content{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .footer-box1 .content .content-box1{
  font-family: "Poppins-Medium";
  font-size: 56px;
  line-height: 56px;
  color: #fff;
}
footer .footer-box1 .content .content-box2{
  width: 100%;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
footer .footer-box1 .content .content-box2:before{
  content: "";
  width: 50%;
  height: 100%;
  position:absolute;
  left: 0;
  background: #263c92;
}
footer .footer-box1 .content .content-box2 .wrap{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-box1 .content .content-box2 .left,
footer .footer-box1 .content .content-box2 .right{
  width: 47%;
}
footer .footer-box1 .content .content-box2 .left{
  color: #fff;
  padding:30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
footer .footer-box1 .content .content-box2 .right a{
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
footer .footer-box1 .content .content-box2 .right i{
  display: block;
  font-size: 24px;
  margin-left: 5px;
}
footer .footer-box2{
  width: 100%;
  background: #263c92;
  overflow: hidden;
}
footer .footer-box2 .menu-box{
  padding:90px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-box2 .menu-box .code-box{
  width: 320px;
}
footer .footer-box2 .menu-box .code-box img{
  display: block;
  max-width:100%;
}
footer .footer-box2 .menu-box .code-box .code{
  margin-top: 50px;
}
footer .footer-box2 .link-box{
  width: calc(90% - 200px);
}
footer .footer-box2 .link-box .top-box{
  display: flex;
  justify-content: space-between;
}
footer .footer-box2 .link-box .top-box .item .title{
  color: #fff;
  font-family: "Poppins-Medium";
}
footer .footer-box2 .link-box .top-box .item .list{
  margin-top:5px;
}
footer .footer-box2 .link-box .top-box .item .list a{
  display:block;
  color:rgba(255, 255, 255, .6);
  line-height:32px;
}
footer .footer-box2 .link-box .top-box .item .content{
  margin-top:5px;
}
footer .footer-box2 .link-box .top-box .item .content .text{
  color:rgba(255, 255, 255, .6);
}
footer .footer-box2 .link-box .top-box .item .content .form{
  width:396px;
  height:36px;
  margin-top:20px;
}
footer .footer-box2 .link-box .top-box .item .content .form form{
  display:flex;
}
footer .footer-box2 .link-box .top-box .item .content .form input{
  width:276px;
  height:36px;
  border:none;
  background:rgba(255, 255, 255, .1);
  color:#fff;
  padding:0 15px;
}
footer .footer-box2 .link-box .top-box .item .content .form input::placeholder{
  color:rgba(255, 255, 255, .6);
}
footer .footer-box2 .link-box .top-box .item .content .form button{
  border:none;
  background:#fff;
  width:120px;
  color:#0a3dad;
  cursor:pointer;
}
footer .footer-box2 .link-box .bottom-box{
  display:flex;
  justify-content:space-between;
  margin-top:30px;
}
footer .footer-box2 .link-box .bottom-box .item{
  width:45%;
}
footer .footer-box2 .link-box .bottom-box .item .title{
  color: #fff;
  font-family: "Poppins-Medium";
}
footer .footer-box2 .link-box .bottom-box .item .contact{
  color:rgba(255, 255, 255, .6);
}
footer .footer-box2 .link-box .bottom-box .item .contact li{
  display:flex;
  align-items:flex-start;
  margin-top:5px;
}
footer .footer-box2 .link-box .bottom-box .item .contact em{
  display:block;
  margin-right:5px;
}
footer .footer-box2 .link-box .bottom-box .item .share{
  margin-top:10px;
}
footer .footer-box2 .link-box .bottom-box .item .share ul{
  display:flex;
}
footer .footer-box2 .link-box .bottom-box .item .share li{
  margin-right:10px;
}
footer .footer-box2 .link-box .bottom-box .item .share li:last-child{
  margin-right:0;
}
footer .footer-box2 .link-box .bottom-box .item .share a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  background:rgba(255, 255, 255, .3);
  border-radius:50%;
  color:#fff;
}
footer .footer-box2 .link-box .bottom-box .item .text{
  margin-top:10px;
  color:rgba(255, 255, 255, .6);
}
footer .footer-box2 .copyright-box{
  width: 100%;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding:40px 0;
  overflow: hidden;
}
footer .footer-box2 .copyright-box .right{
  display:flex;
  align-items: center;
}
footer .footer-box2 .copyright-box .right a{
  display:flex;
  align-items: center;
  color: #fff;
}
footer .footer-box2 .copyright-box .right img{
  display: block;
  margin-left: 10px;
}
@media (max-width: 1600px) {
  footer .footer-box1 .content .content-box1{
    font-size: 48px;
    line-height: 48px;
  }
  footer .footer-box1 .content .content-box2 .right i,
  footer .footer-box1 .content .content-box2 .right a{
    font-size: 20px;
  }
  footer .footer-box2 .link-box .top-box .item .list a{
    line-height:28px;
  }
}
@media (max-width: 992px) {
  footer .footer-box1 .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .footer-box1 .bg img{
    width: 100%;
    height:100%;
    display: block;
    object-fit: cover;
  }
  footer .footer-box1 .content{
    position: relative;
    padding:6% 0;
  }
  footer .footer-box1 .content .content-box1{
    padding:0;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
  }
  footer .footer-box1 .content .content-box2{
    margin-top: 2%;
  }
  footer .footer-box1 .content .content-box2:before{
    display: none;
  }
  footer .footer-box1 .content .content-box2 .wrap{
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  footer .footer-box1 .content .content-box2 .left,
  footer .footer-box1 .content .content-box2 .right{
    width: 100%;
    text-align: center;
  }
  footer .footer-box1 .content .content-box2 .left{
    padding:0;
    border-bottom: none;
  }
  footer .footer-box1 .content .content-box2 .right{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-box2 .menu-box{
    padding:9% 0;
    flex-direction:column;
  }
  footer .footer-box2 .menu-box .code-box{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }
  footer .footer-box2 .menu-box .code-box .logo img{
    width:250px;
  }
  footer .footer-box2 .menu-box .code-box .code{
    margin-top: 3%;
  }
  footer .footer-box2 .menu-box .code-box .code img{
    width:150px;
  }
  footer .footer-box2 .link-box{
    width:100%;
    margin-top:6%;
  }
  footer .footer-box2 .link-box .top-box .item .list a{
    line-height:24px;
  }
  footer .footer-box2 .link-box .bottom-box{
    margin-top:3%;
  }
  footer .footer-box2 .copyright-box{
    text-align: center;
    padding:4% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  footer .footer-box2 .copyright-box .right img{
    width: 50px;
  }
  footer .footer-box1 .content .content-box1{
    font-size: 24px;
    line-height: 24px;
  }
  footer .footer-box1 .content .content-box2 .right{
    display: none;
  }
  footer .footer-box1 .content .content-box2 .right i,
  footer .footer-box1 .content .content-box2 .right a{
    font-size: 16px;
  }
  footer .footer-box2 .menu-box .code-box .logo img{
    width:160px;
  }
  footer .footer-box2 .menu-box .code-box .code{
    margin-top:5%;
  }
  footer .footer-box2 .menu-box .code-box .code img{
    width:90px;
  }
  footer .footer-box2 .link-box{
    margin-top:0;
  }
  footer .footer-box2 .link-box .top-box{
    display:none;
  }
  footer .footer-box2 .link-box .bottom-box{
    flex-direction:column;
    margin-top:0;
  }
  footer .footer-box2 .link-box .bottom-box .item{
    width:100%;
    margin-top:6%;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }
  footer .footer-box2 .link-box .bottom-box .item .contact ul{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }
  footer .footer-box2 .link-box .bottom-box .item .contact li{
    justify-content:center;
  }
  footer .footer-box2 .link-box .bottom-box .item .contact em{
    display:none;
  }
}