@charset "UTF-8";

html,
body,
div,
ol,
ul,
li,
ol,
h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
form,
a,
input,
textarea,
select,
label,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  /* font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; */
  font-size: 14px;
}

body,
button,
input,
select,
textarea {
  /* font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; */
  font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

i {
  font-style: inherit;
}

button {
  overflow: visible;
}

.font-weight {
  font-weight: bold;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

body {
  color: rgba(0, 0, 0, 0.88);
  min-width: 320px;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #4274f6;
}

a:focus {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

img {
  border: 0;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

a,
a:focus,
input,
textarea:focus,
input:focus,
video,
video:focus {
  outline: none;
}

/* base */
.maxWidth {
  width: 1280px;
  margin: 0 auto;
}
.maxWidth2 {
  width: 1080px;
  margin: 0 auto;
}

/* header */
.glyphicon {
  position: absolute;
  display: none;
  width: 25px;
  height: 25px;
  top: 12px;
  right: 15px;
}
.nav_icon {
  position: absolute;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 3px;
  z-index: 99;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.nav_icon:before,
.nav_icon:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  position: absolute;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.nav_icon:before {
  margin-top: -9px;
}

.nav_icon:after {
  margin-top: 9px;
}

.nav_active .nav_icon {
  background: rgba(255, 255, 255, 0);
}

.nav_active .nav_icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.nav_active .nav_icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
.filter10 {
  filter: blur(10px);
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.filter0 {
  filter: blur(0px);
}
.active_body {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.header {
  background-color: #03002f;
}
.header .maxWidth {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo a img {
  height: 43px;
}
.header .menu ul {
  display: flex;
  align-items: center;
}
.header .menu ul li {
  /* float: left; */
}
.header .menu ul li a {
  font-size: 20px;
  color: #fff;
  padding: 5px 0;
  margin: 0 35px;
  border-bottom: 2px solid transparent;
}
.header .menu ul li a.active,
.header .menu ul li a:hover {
  color: #1677ff;
  border-bottom: 2px solid #1677ff;
}
.header .menu ul li a.btnBlock {
  background-color: rgb(22, 119, 255);
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
  margin-left: 0px;
  font-size: 16px;
  border-bottom: 2px solid #1677ff;
}
.header .menu ul li a.btnBlock_01 {
  margin-left: 20px;
  background-color: #855cd6;
  border-bottom: 2px solid #855cd6;
}

.header .menu ul li a.btnBlock_02:hover {
  background-color: rgba(22, 119, 255, 0.7);
  color: #fff;
}
.header .menu ul li a.btnBlock_01:hover {
  background-color: rgba(133, 92, 214, 0.6);
  color: #fff;
}
/* footer */
.footer {
  background-color: #03002f;
  width: 100%;
  display: inline-block;
}
.footer .main {
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
}
.footer .block_logo {
  padding-top: 10px;
}
.footer .block_logo a img {
  height: 40px;
  opacity: 0.7;
}
.footer .block_logo h3 {
  font-size: 16px;
  color: #fff;
  margin-top: 35px;
}
.footer .block_logo p {
  font-size: 12px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
}
.footer .odd .tit {
  font-size: 16px;
  color: #fff;
}
.footer .odd ul li {
  margin: 10px 0;
}
.footer .odd ul li a {
  font-size: 12px;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.6);
}
.footer .odd ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
.footer .odd .tel {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.footer .odd .tel .icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .odd .tel .icon img {
  width: 18px;
}
.footer .odd .tel .text {
  margin-left: 10px;
}
.footer .odd .tel .text h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
}
.footer .odd .tel .text p {
  margin-top: 10px;
  line-height: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .odd .links ul {
  display: flex;
  align-items: center;
}
.footer .odd .links ul li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
}
.footer .odd .links .hover_block {
  position: absolute;
  right: 100px;
  top: 0;
  margin-top: -134px;
  display: none;
  transform: translateX(142px);
}
.footer .odd .links .hover_block i {
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -3px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.footer .odd .links .hover_block img {
  width: 130px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
}
.footer .odd .links ul li a:hover .hover_block {
  display: block;
}
.footer .odd .links ul li a img {
  width: 20px;
}
.footer .odd .links ul li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.cop {
  padding: 20px 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cop a {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-size: 12px;
}
.cop a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.cop a img {
  width: 12px;
  padding: 0;
  border: 0;
  margin: 0;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .glyphicon {
    display: block;
    z-index: 101;
  }
  .header .menu {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .header .menu.active {
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    background-color: rgba(3, 0, 47, .95);
    z-index: 100;
    height: 100vh;
    overflow-y: auto;
    display: block;
  }
  .header .menu ul{
    display: inline-block;
    padding-top: 50px;
  }
  .header .menu ul li{
    margin: 30px 0;
  }
  .header .menu ul li a{
    font-size: 18px;
  }
  .header .menu ul li a.btnBlock{
    margin-left: 30px;
  }
  .maxWidth {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .maxWidth2 {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .header .maxWidth {
    height: 60px;
  }
  .header .logo a img {
    height: 30px;
  }
  .footer .main {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .footer .block_logo a img {
    height: 30px;
  }
  .footer .main .odd:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .footer .block_logo h3 {
    margin-top: 15px;
  }
  .footer .block_logo p {
    margin-top: 6px;
  }
  .footer .main .odd:nth-child(2),
  .footer .main .odd:nth-child(3) {
    display: none;
  }
  .footer .main .odd:nth-child(4) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cop {
    flex-wrap: wrap;
    font-size: 11px;
    padding: 15px 0;
  }
  .cop span {
    margin-bottom: 6px;
  }
  .cop a {
    font-size: 11px;
  }
}
