@charset "UTF-8"; /* Reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
  margin: 0;
  padding: 0;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,th {
  text-align: left;
  font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
  border: 0;
}

i,cite,em,var,address,dfn {
  font-style: normal;
}

[hidefocus],summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
  font-size: 100%;
}

sup,sub {
  font-size: 83%;
}

pre,code,kbd,samp {
  font-family: inherit;
}

q:before,q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,summary {
  cursor: default;
}

a,button {
  cursor: pointer;
}

a:focus, button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1,h2,h3,h4,h5,h6,em,strong,b {
  font-weight: bold;
}

del,ins,u,s,a,a:hover {
  text-decoration: none;
}

body,textarea,input,button,select,keygen,legend {
  font: 14px/1.5 "PingFang SC", "Adobe Heiti Std", "Microsoft YaHei", "Helvetical Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
  color: #4d4d4d;
  outline: 0;
}

a,a:hover {
  color: #333;
}

.body-mask{
  height: 100vh;
  overflow: hidden;
}

/* Reset End */
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

/* Header */
html {
  font-size: 16px;
  background: #3f445f;
  min-width: 1200px;
}
body{
  background: #fff;
}
/*html, body{*/
/*    font-family: 'simhei',  'FZHei-B01S', 'SourceHanSansCN-Regular', 'Siyuan CN Regular', 'Source Han Sans CN', "PingFang SC", "Microsoft YaHei", "Helvetical Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;*/
/*}*/
.hidden {
  display: none;
}
/* header */
header{
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  background-color: rgba(14, 17, 30, .6);
}
.content{
  width: 1200px;
  margin: auto;
}
.header-content{
  height:60px;
  font-size:16px;
  font-weight:normal;
  color:rgba(255,255,255,1);
  line-height:29px;
  display: flex;
}
.header-content .logo{
  flex-basis: 106px;
  display: flex;
  align-items: center;
}
.header-content .logo img{
  width: 106px;
  height: 32px;
  object-fit: contain;
}
.header-content .nav-box{
  flex: 1;
  display: flex;
  text-align: center;
  line-height: 60px;
  padding-right: 30px;
  padding-left: 56px;
}
.header-content .btn-nav{
  box-sizing: border-box;
}
.header-content .btn-nav a{
  height: 100%;
  color: #fff;
  display: block;
  position: relative;
  transition: all .1s linear;
  padding: 0 20px;
}
.header-content .btn-nav:hover > a, .header-content .btn-nav.active > a {
  color: #7EA5FF;
}
.header-content .btn-nav:hover > a::after, .header-content .btn-nav.active > a::after{
  content: ' ';
  border-radius:2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  width: 54px;
  height: 3px;
  background: #7EA5FF;
}

footer {
  background-color: #212438;
}

.footer-content{
  width: 1200px;
  margin: auto;
  color: #767A82;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  padding-top: 66px;
  padding-bottom: 50px;
}
footer .logo-and-address {
  flex-basis: 360px;
}
footer .logo-img {
  display: block;
  width: 150px;
  height: 46px;
  object-fit: contain;
}
footer .split-logo {
  width: 24px;
  height: 2px;
  background: #6191FF;
  margin: 30px 0;
}
footer .address-box div {
  margin-bottom: 10px;
  font-size: 14px;
}
footer .company-info {
  flex: 1;
}
footer .title {
  font-size: 16px;
  color: #FFFFFF;
}
footer .info-box {
  padding-top: 62px;
  display: flex;
  flex-wrap: wrap;
}
footer .info-box > div {
  padding-bottom: 18px;
  flex-basis: 50%;
}
footer .info-box .i-label {
  font-size: 14px;
  color: #6B6F76;
}
footer .info-box .i-value {
  font-size: 14px;
  color: #FFFFFF;
  padding-top: 8px;
}

footer .qr-info {
  flex-basis: 254px;
  margin-left: auto;
}
footer .qr-box {
  padding-top: 42px;
  display: flex;
  align-items: center;
}
footer .qr-box > div {
  flex-basis: 114px;
  margin-right: 20px;
}
footer .qr-box img {
  display: block;
  width: 114px;
  height: 114px;
  object-fit: contain;
  border-radius: 6px;
  background-color: #ffffff;
}
footer .qr-box .qr-name {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 14px;
}


.beian{
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #2A334A;
  color: rgba(256, 256, 256, .6);
  font-size: 14px;
  color: #757A82;
}
.beian a{
  color: #757A82;
}
.beian a:hover{
  color: #22a2dc;
}

.link-text{
  color: rgba(256, 256, 256, .7);
}
.link-text:hover{
  color: #22a2dc;
}


@keyframes CfadeInUp
{
  from {transform: translateY(50px);
    opacity:0;}
  to {transform: translateY(0px);
    opacity:1;}
}
@keyframes CfadeInLeft
{
  from {transform: translateX(-50px);
    opacity:0;}
  to {transform: translateY(0px);
    opacity:1;}
}
@keyframes CfadeInRight
{
  from {transform: translateX(50px);
    opacity:0;}
  to {transform: translateY(0px);
    opacity:1;}
}
.CfadeInUp{
  opacity: 0;
  animation: 1s ease  forwards  alternate;
}
