@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";
  src: url(../fonts/Poppins-Regular.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", "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.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: #00a2e9;
}
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;
}
.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: fixed;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header:hover,
header.on,
header.fixed {
  position: fixed;
  background: #fff;
  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: #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: 182px;
  height: 90px;
  background: url(../images/logow.png) no-repeat center left;
  background-size: 100%;
  display: block;
}
header:hover .logo,
header.on .logo,
header.fixed .logo{
  background: url(../images/logo.png) no-repeat center left;
  background-size: 100%;
}
header .header-menu{
  width: calc(90% - 446px);
}
header .header-menu a {
  display: block;
}
header .header-menu > ul{
  display: flex;
  justify-content: space-between;
}
header .header-menu > ul > li{
  position: relative;
}
header .header-menu > ul > li > a{
  color: #fff;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  line-height: 90px;
  font-size: 20px;
  position: relative;
}
header:hover .header-menu > ul > li > a,
header.on .header-menu > ul > li > a,
header.fixed .header-menu > ul > li > a{
  color: #000;
}
header .header-menu > ul > li > a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: #00a2e9;
  bottom: 10px;
  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-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{
  min-width: 100%;
  position: absolute;
  background: #fff;
  white-space: nowrap;
  left:50%;
  transform: translateX(-50%);
  text-align: center;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
header .header-menu > ul > li:hover > ul{
  display: block;
  opacity: 1;
  visibility: visible;
}
header .header-menu > ul > li > ul > li > a{
  padding:0 15px;
  border-bottom: 1px #eee solid;
  line-height: 36px;
}
header .header-menu > ul > li > ul > li:hover > a{
  border-bottom: none;
}
header .header-menu > ul > li > ul > li > a:hover{
  background: #00a2e9;
  color: #fff;
}
header .header-tools{
  width: 216px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-tools .header-search .zoom{
  color: #fff;
  display: block;
}
header:hover .header-tools .header-search .zoom,
header.on .header-tools .header-search .zoom,
header.fixed .header-tools .header-search .zoom{
  color: #000;
}
header .header-tools .header-search .zoom i{
  font-size: 24px;
}
header .header-tools .header-lan{
  position: relative;
}
header .header-tools .header-lan .select{
  width: 156px;
  height: 40px;
  border:2px #fff solid;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header:hover .header-tools .header-lan .select,
header.on .header-tools .header-lan .select,
header.fixed .header-tools .header-lan .select{
  color: #000;
  border-color: #000;
}
header .header-tools .header-lan:hover .select i{
  webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
header .header-tools .header-lan:hover .select i{
  transform: rotate(180deg);
}
header .header-tools .header-lan .list{
  position: absolute;
  background: #fff;
  width: 100%;
  border:2px #000 solid;
  border-top: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
header .header-tools .header-lan:hover .list{
  display: block;
  opacity: 1;
  visibility: visible;
}
header .header-tools .header-lan .list ul{
  display: flex;
  flex-direction: column;
  text-align: center;
}
header .header-tools .header-lan .list li{
  width: 100%;
}
header .header-tools .header-lan .list a{
  line-height: 36px;
  border:1px #eee solid;
  display: flex;
  align-items: center;
  justify-content: center;
    font-family: 'Poppins-Light';
}
header .header-tools .header-lan .list a:hover{
  background: #00a2e9;
  color: #fff;
}
header .header-tools .header-lan .list li:last-child a{
  border-bottom: none;
}
header .header-tools .header-lan .list .right{
  display: none;
}
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: #00a2e9;
  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: #00a2e9;
  border-color: #00a2e9;
  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-menu > ul > li > a{
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header {
    height: 60px;
    position: relative;
  }
  header > .wrap {
    align-items: center;
  }
  header:hover:after {
    display: none;
  }
  header .logo {
    width: 121px;
    height: 42px;
    background: url(../images/logo.png) no-repeat center left;
    background-size: 100%;
  }
  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: 90px;
    height: 31px;
  }
  header .subnav {
    height: calc(100% - 50px);
    top: 50px;
  }
}

/*Search*/
.search-box{
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top:0;
  left: 0;
  z-index: 1001;
  display: none;
}
.search-box .box-main{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.search-box .box-main .out-box{
  width: 820px;
    height: 100px;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(0, 62, 149, 0.1);
}
.search-box .box-main .out-box form {
    width: 100%;
    height: 100%;
    line-height: 87px;
    padding-left: 35px;
    border-radius: 40px;
    background: #00a2e9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-box .box-main .out-box form input {
    background-color: transparent;
    height: 60px;
    width: calc(100% - 80px);
    border: 0;
    border-radius: 0;
    font-size: 20px;
    color: #fff;
}
.search-box .box-main .out-box form input::-webkit-input-placeholder {  
  color: #fff;
}
.search-box .box-main .out-box form input::-moz-placeholder { /* Firefox 19+ */  
  color: #fff;
}
.search-box .box-main .out-box form input:-ms-input-placeholder { /* IE 10+ */ 
    color: #fff;
}
.search-box .box-main .out-box form input:-moz-placeholder { /* Firefox 18- */ 
    color: #fff;
}
.search-box .box-main .out-box form button{
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 0;
    cursor: pointer;
    background: none;
}
.search-box .box-main .out-box form button i{
  font-size: 24px;
  color: #fff;
}
.search-box .box-main .close-search{
    margin-top: 180px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
}
.search-box .box-main .close-search i{
  font-size: 24px;
  display: block;
}
.search-box .box-main .close-search:hover{
  background: #00a2e9;
}
.search-box .box-main .close-search:hover i{
  transform: rotate(360deg);
  -webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
@media (max-width: 1280px) {  
}
@media (max-width: 992px) { 
}
@media (max-width: 750px) { 
}

/* Footer */
footer {
  width: 100%;
  color: #fff;
  background: #191919;
  overflow: hidden;
}
footer a{
  color: #fff;
  display: block;
}
footer a:hover{
  color: #fff;
}
footer .footer-box1{
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding:60px 0;
  overflow: hidden;
}
footer .footer-box1 .content{
  margin:10px 0;
}
footer .footer-box1 .content ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-box1 .content li{
  width: 22.5%;
}
footer .footer-box1 .content li.textarea{
  width: 31%;
}
footer .footer-box1 .content input,
footer .footer-box1 .content textarea,
footer .footer-box1 .content button{
  width: 100%;
  height: 50px;
  display: block;
  resize: none;
  line-height: 50px;
  padding:0 15px;
  overflow: hidden;
  border:none;
  background: rgba(255, 255, 255, .2);
  color: #fff;
}
footer .footer-box1 .content button{
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
}
footer .footer-box1 .content button i{
  font-size: 12px;
  margin-left: 5px;
}
footer .footer-box1 .tip{
  color: rgba(255, 255, 255, .6);
}
footer .footer-box2{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding:80px 0;
  overflow: hidden;
}
footer .footer-box2 .left{
  width: 27%;
}
footer .footer-box2 .left .logo img{
  display: block;
}
footer .footer-box2 .left .content{
  margin-top: 20px;
}
footer .footer-box2 .left .share{
  margin-top: 30px;
}
footer .footer-box2 .left .share ul{
  display: flex;
  align-items: center;
}
footer .footer-box2 .left .share li{
  margin-right: 10px;
}
footer .footer-box2 .left .share li:last-child{
  margin-right: 0;
}
footer .footer-box2 .left .share a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  color: #000;
}
footer .footer-box2 .right{
  width: 67%;
}
footer .footer-box2 .right > ul{
  display: flex;
  justify-content: space-between;
}
footer .footer-box2 .right a{
  display: block;
}
footer .footer-box2 .right > ul > li > a{
  font-family: 'Poppins-Bold';
  font-size: 24px;
  text-transform: uppercase;
}
footer .footer-box2 .right > ul > li > a > i{
  display: none;
}
footer .footer-box2 .right > ul > li > ul{
  margin-top: 10px;
}
footer .footer-box2 .right > ul > li > ul > li > a > i{
  font-size: 12px;
  margin-right: 10px;
}
footer .footer-box3{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .3);
  padding:30px 0;
  overflow: hidden;
}
footer .footer-box3 .right a{
  display: flex;
  align-items: center;
}
footer .footer-box3 .right img{
  display: block;
  width:80px;
  margin-left: 10px;
}
@media (max-width: 1600px) {
  footer .footer-box2 .right > ul > li > a{
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  footer .footer-box1{
    padding:6% 0;
  }
  footer .footer-box1 .content ul{
    flex-direction: column;
  }
  footer .footer-box1 .content li,
  footer .footer-box1 .content li.textarea{
    width: 100%;
    margin-bottom: 10px;
  }
  footer .footer-box1 .content li:last-child{
    margin-bottom: 0;
  }
  footer .footer-box1 .content input,
  footer .footer-box1 .content textarea,
  footer .footer-box1 .content button{
    height: 42px;
    line-height: 42px;
  }
  footer .footer-box2{
    padding:0 0 8% 0;
    flex-direction: column-reverse;
  }
  footer .footer-box2 .left,
  footer .footer-box2 .right{
    width: 100%;
  }
  footer .footer-box2 .left{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .footer-box2 .left .content{
    margin-top: 2%;
  }
  footer .footer-box2 .left .share{
    margin-top: 3%;
  }
  footer .footer-box2 .left{
    margin-top: 8%;
  }
  footer .footer-box2 .right > ul{
    flex-direction: column;
  }
  footer .footer-box2 .right > ul > li{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }
  footer .footer-box2 .right > ul > li > a{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 42px;
  }
  footer .footer-box2 .right > ul > li > a > i{
    display: block;
    font-size: 14px;
  }
  footer .footer-box2 .right > ul > li > ul{
    margin-top: 0;
    display: none;
    padding-bottom: 10px;
    line-height: 24px;
  }
  footer .footer-box3{
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding:20px 0;
  }
}
@media (max-width: 992px) {
  footer .footer-box1 .content input,
  footer .footer-box1 .content textarea,
  footer .footer-box1 .content button{
    height: 42px;
    line-height: 42px;
  }
}
@media (max-width: 750px) {
  footer .footer-box1 .content input,
  footer .footer-box1 .content textarea,
  footer .footer-box1 .content button{
    height: 36px;
    line-height: 36px;
  }
  footer .footer-box2 .left .logo img{
    width: 150px;
  }
  footer .footer-box3{
    padding:15px 0;
  }
  footer .footer-box3 .right img{
    margin-left: 5px;
    width: 60px;
  }
}
