@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;
}
* {
  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: "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: "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: "Noto Sans SC", sans-serif;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-family: "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: #014099;
}
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;
}
@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }
  input,
  textarea,
  select,
  button {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
  body,
  td,
  th {
    line-height: 1.5;
  }
  input,
  textarea,
  select,
  button {
    font-size: 14px;
  }
  .wrap {
    width: 94%;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

/* Header */
header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.on,
header.fixed {
  background: #ffffff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
header .wrap{
  display:flex;
  justify-content:space-between;
}
header .logo{
  display:flex;
  align-items:center;
    padding:20px 0;
}
header.on .logo,
header.fixed .logo{
  border:none;
}
header .logo img{
  width:216px;
  height: auto;
  display:block;
}
header .logo .logo-2{
  display:none;
}
header.on .logo .logo-1,
header.fixed .logo .logo-1{
  display:none;
}
header.on .logo .logo-2,
header.fixed .logo .logo-2{
  display:block;
}
header .header-right{
  width:calc(100% - 372px);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
header .header-right .header-top{
  width:100%;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:14px;
  border-bottom:1px solid rgba(255, 255, 255, .3);
  padding:10px 40px;
}
header .header-right .header-top .right input,
header .header-right .header-top .right button{
  border:none;
  outline:none;
  background:none;
  color:#fff;
}
header .header-right .header-top .right input{
  font-size:14px;
}
header .header-right .header-top .right input::placeholder{
  color:#fff;
}
header .header-right .header-top .right button{
  cursor:pointer;
}
header.on .header-right .header-top,
header.fixed .header-right .header-top{
  display:none;
}
header .header-right .header-bottom{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
header .header-right .header-bottom .header-menu{
  width:calc(100% - 160px);
}
header .header-right .header-bottom .header-menu a{
  display:block;
}
header .header-right .header-bottom .header-menu > ul{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
header .header-right .header-bottom .header-menu > ul > li{
  position:relative;
}
header .header-right .header-bottom .header-menu > ul > li > a{
  color:#fff;
  position:relative;
  line-height:60px;
  font-weight:500;
}
header.on .header-right .header-bottom .header-menu > ul > li > a,
header.fixed .header-right .header-bottom .header-menu > ul > li > a{
  color:#000;
  line-height:90px;
}
header.on .header-right .header-bottom .header-menu > ul > li:hover > a,
header.on .header-right .header-bottom .header-menu > ul > li.current > a,
header.fixed .header-right .header-bottom .header-menu > ul > li:hover > a,
header.fixed .header-right .header-bottom .header-menu > ul > li.current > a {
  color:#014099;
}
header .header-right .header-bottom .header-menu > ul > li > a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #fff;
  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.on .header-right .header-bottom .header-menu > ul > li > a:after,
header.fixed .header-right .header-bottom .header-menu > ul > li > a:after{
  background: #014099;
}
header .header-right .header-bottom .header-menu > ul > li:hover > a:after,
header .header-right .header-bottom .header-menu > ul > li.current > a:after {
  transform-origin: center;
  transform: scale(1);
}
header .header-right .header-bottom .header-menu > ul > li > ul{
  position:absolute;
  background:#fff;
  border-bottom:2px #014099 solid;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
}
header .header-right .header-bottom .header-menu > ul > li:hover > ul{
  visibility: visible;
  opacity: 1;
}
header .header-right .header-bottom .header-menu > ul > li > ul > li > a{
  white-space:nowrap;
  padding:0 15px;
  font-size:16px;
  line-height:36px;
}
header .header-right .header-bottom .header-menu > ul > li > ul > li > a:hover{
  background:#014099;
  color:#fff;
}
header .header-right .header-bottom .header-lan{
  width:120px;
  position:relative;
  font-size:16px;
}
header .header-right .header-bottom .header-lan h2{
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  line-height:36px;
  background:#fff;
  border-radius:20px;
}
header.on .header-right .header-bottom .header-lan h2,
header.fixed .header-right .header-bottom .header-lan h2{
  color:#fff;
  background:#014099;
}
header .header-right .header-bottom .header-lan h2 i{
  font-size:12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .header-right .header-bottom .header-lan h2 span{
    padding:0 10px 0 5px;
}
header .header-right .header-bottom .header-lan h2 img{
  width:20px;
  display:block;
}
header .header-right .header-bottom .header-lan:hover h2 i{
  transform:rotate(-180deg);
}
header .header-right .header-bottom .header-lan ul{
  width:100%;
  display:none;
  position:absolute;
  background:#fff;
  border-bottom:2px #014099 solid;
}
header .header-right .header-bottom .header-lan:hover ul{
  display:block;
}
header .header-right .header-bottom .header-lan li{
  border-bottom:1px #eee solid;
}
header .header-right .header-bottom .header-lan li:last-child{
  border-bottom:none;
}
header .header-right .header-bottom .header-lan a{
  display:flex;
  align-items:center;
  padding:0 10px;
  line-height:36px;
}
header .header-right .header-bottom .header-lan a:hover{
  background:#014099;
  color:#fff;
}
header .header-right .header-bottom .header-lan img{
  width:24px;
  display:block;
  margin-right:5px;
}
@media (max-width: 1600px) {
  header .header-right .header-bottom .header-menu > ul > li > ul > li > a{
    font-size:14px;
  }
  header .header-right .header-bottom .header-lan{
    font-size:14px;
  }
}
@media (max-width: 992px) {
  header{
    display:none;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  
}

.mb-header{
  width:100%;
  display:none;
  position:fixed;
  top:0;
  left:0;
  background:#fff;
  z-index:999;
}
.mb-header .wrap{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.mb-header .logo{
  display:block;
}
.mb-header .menu-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  transition: 0.3s;
  background: #000;
}
.mb-header .menu-trigger span:last-of-type {
  margin-bottom: 0;
}
.mb-header .menu-trigger.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left center;
}
.mb-header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.mb-header .menu-trigger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}
.mb-header .subnav {
  width: 100%;
  padding: 0 3%;
  display: none;
  position: fixed;
  left: 0px;
  background: #f7f7f7;
  z-index: 2;
  overflow-y: auto;
}
.mb-header .subnav h2 {
  text-transform: uppercase;
  padding: 10px 10px 10px 0;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.mb-header .subnav h2 .icon {
  margin-right: 6px;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.mb-header .subnav .menu-box {
  padding: 0 0 10px 0;
}
.mb-header .subnav .menu-box > ul > li {
  padding: 10px 0;
  border-bottom: 1px #ddd solid;
}
.mb-header .subnav .menu-box > ul > li:nth-child(1) {
  padding-top: 0;
}
.mb-header .subnav .menu-box > ul > li > a {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.mb-header .subnav .menu-box > ul > li > a > i {
  font-size: 12px;
}
.mb-header .subnav .menu-box > ul > li > ul {
  margin-top: 10px;
  display: none;
}
.mb-header .subnav .menu-box > ul > li > ul > li > a {
  display: block;
  padding: 0 5px;
  line-height: 30px;
}
.mb-header .subnav .zoom-box {
  padding: 0 0 10px 0;
  position: relative;
}
.mb-header .subnav .zoom-box form {
  display: flex;
}
.mb-header .subnav .zoom-box input[type="text"] {
  width: 100%;
  height: 36px;
  border: none;
  outline: none;
  padding: 0 46px 0 10px;
}
.mb-header .subnav .zoom-box button {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  text-align: center;
  background: #014099;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb-header .subnav .lan-box h2 {
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
}
.mb-header .subnav .lan-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mb-header .subnav .lan-box li {
  width: 49%;
  margin: 0.5% 0;
}
.mb-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;
}
.mb-header .subnav .lan-box a:hover {
  background: #014099;
  border-color: #014099;
  color: #fff;
}
.mb-header .subnav .lan-box .left {
  display: flex;
  align-items: center;
}
.mb-header .subnav .lan-box img {
  display: block;
  width: 24px;
  margin-right: 6px;
}
@media (max-width: 992px) {
  .mb-header{
    display:block;
    height:70px;
  }
  .mb-header .logo img{
    width:220px;
  }
  .mb-header .subnav {
    height: calc(100% - 70px);
    top: 70px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .mb-header{
    height:50px;
  }
  .mb-header .logo img{
    width:150px;
  }
  .mb-header .subnav {
    height: calc(100% - 50px);
    top: 50px;
  }
}

/* Footer */
footer {
  width: 100%;
  background: #014099;
  color:#fff;
  overflow: hidden;
}
footer a{
  color: #fff;
  display: block;
}
footer a:hover{
  color:#fff;
}
footer .footer-box1{
  width:100%;
  padding:50px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  overflow:hidden;
}
footer .footer-box1 .left img{
  display:block;
}
footer .footer-box1 .right{
  display:flex;
  align-items:center;
}
footer .footer-box1 .right .share ul{
  display:flex;
  align-items:center;
}
footer .footer-box1 .right .share li{
  margin-right:20px;
}
footer .footer-box1 .right .share a{
  display:block;
}
footer .footer-box1 .right .share a:hover{
  color:#fff;
}
footer .footer-box1 .right .share i{
  font-size:24px;
}
footer .footer-box1 .right .email{
  border:1px solid rgba(255, 255, 255, .2);
  border-radius:40px;
}
footer .footer-box1 .right .email .input{
  border:none;
  background:none;
  outline:none;
  color:#fff;
  padding: 0 15px;
  height:30px;
}
footer .footer-box1 .right .email .input::placeholder{
  color:rgba(255, 255, 255, .6);
}
footer .footer-box1 .right .email .button{
  width:30px;
  height:30px;
  background:#fff;
  border-radius:40px;
  border:none;
  cursor:pointer;
  color:#014099;
}
footer .footer-box2{
  width:100%;
  border-top:1px solid rgba(255, 255, 255, .2);
  padding:90px 0 180px 0;
  display:flex;
  justify-content:space-between;
  overflow:hidden;
}
footer .footer-box2 .footer-menu{
  width:calc(90% - 376px);
}
footer .footer-box2 .footer-menu i{
  display:none;
}
footer .footer-box2 .footer-menu > ul{
  display:flex;
  justify-content:space-between;
}
footer .footer-box2 .footer-menu > ul > li > a{
  font-weight:500;
}
footer .footer-box2 .footer-menu > ul > li > ul{
  font-size:16px;
  margin-top:10px;
  line-height:36px;
}
footer .footer-box2 .footer-code{
  width:376px;
}
footer .footer-box2 .footer-code ul{
  display:flex;
}
footer .footer-box2 .footer-code li{
  border:1px #fff solid;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  margin-left:30px;
}
footer .footer-box2 .footer-code img{
  display:block;
}
footer .footer-box3{
  width:100%;
  border-top:1px solid rgba(255, 255, 255, .2);
  padding:30px 0;
  overflow:hidden;
}
footer .footer-box3 .right a{
  display:flex;
  align-items:center;
}
footer .footer-box3 .right img{
  display:block;
}
@media (max-width: 1600px) {
  footer .footer-box2 .footer-menu > ul > li > ul{
    font-size:14px;
    line-height:32px;
  }
}
@media (max-width: 992px) {
  footer .footer-box1{
    flex-direction:column;
    padding:4% 0;
  }
  footer .footer-box1 .left{
    display:none;
  }
  footer .footer-box1 .right{
    width:100%;
    display:flex;
    justify-content:space-between;
  }
  footer .footer-box1 .right .share{
    width:60px;
  }
  footer .footer-box1 .right .share ul{
    display:flex;
    justify-content:space-between;
  }
  footer .footer-box1 .right .share li{
    margin-right:0;
  }
  footer .footer-box1 .right .share i{
    font-size:20px;
  }
  footer .footer-box1 .right .email{
    width:calc(100% - 80px);
  }
  footer .footer-box1 .right .email form{
    display:flex;
    justify-content:space-between;
  }
  footer .footer-box1 .right .email .input{
    width:calc(100% - 30px);
  }
  footer .footer-box2{
    padding:9% 0 18% 0;
    flex-direction:column;
  }
  footer .footer-box2 .footer-menu,
  footer .footer-box2 .footer-code{
    width:100%;
  }
  footer .footer-box2 .footer-menu i{
    display:block;
    font-size:14px;
  }
  footer .footer-box2 .footer-menu > ul{
    flex-direction:column;
  }
  footer .footer-box2 .footer-menu > ul > li{
    padding:10px 0;
    border-bottom:1px solid rgba(255, 255, 255, .2);
  }
  footer .footer-box2 .footer-menu > ul > li > a{
    display:flex;
    justify-content:space-between;
    font-weight:400;
  }
  footer .footer-box2 .footer-menu > ul > li > ul{
    display:none;
    margin-top:0;
  }
  footer .footer-box2 .footer-menu > ul > li > ul{
    line-height:28px;
    margin-top:5px;
  }
  footer .footer-box2 .footer-menu > ul > li > ul > li > a{
    display:flex;
    justify-content:space-between;
  }
  footer .footer-box2 .footer-code{
    margin-top:6%;
  }
  footer .footer-box2 .footer-code ul{
    display:flex;
    justify-content:center;
  }
  footer .footer-box2 .footer-code li{
    margin:0 10px;
    line-height:32px;
  }
  footer .footer-box3{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    text-align:center;
    padding:4% 0;
  }
  footer .footer-box3 .right{
    margin-top:5px;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  footer .footer-box2 .footer-code li img{
    width:120px;
  }
  footer .footer-box3 .right img{
    width:50px;
  }
}
