/* pc - 头部 */
.pc-header-top {
  width: 100%;
  height: 49px;
  line-height: 49px;
  background-color: #e2ecf7;
  color: #1167c2;
  font-size: 14px;
}
.pc-header-top>div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #e2ecf7;
  padding: 0 10px;
}
.pc-header-top>div .inputbox {
  display: inline-block;
  width: 280px;
  height: 30px;
  border: 1px solid #bccbde;
  border-radius: 21px;
  padding: 0 12px;
  position: relative;
  top: 9px;
  background-color: #fff
}
.pc-header-top>div .inputbox input {
  width: 230px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  border: none;
  background-color: transparent;
  padding-left: 10px;
  position: relative;
  top: -9px;
}
.pc-header-top>div .inputbox input:focus {
  outline:none;
  box-shadow:none;
  border:none;
}
.pc-header-top>div .inputbox input::-webkit-input-placeholder {
  color: #bfbbbb
}
.pc-header-top .inputbox img {
  position: relative;
  top: -9px;
}
.pc-header-top .floatL img {
  position: relative;
  top: -1px;
}
.pc-header-top span {
  cursor: pointer
}
.pc-header-top-span {
  margin-right: 23px;
}
.pc-header-main {
  width: 100%;
  height: 170px;
  /* background-color: #3e7dc9 */
}
.pc-header-main>div {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}
.pc-header-main .logo{
  height: 120px;
  font-weight: bold;
  color: #fff;
  width: 500px;
  position: relative;
  top: 20px;
  padding-left: 35px;
}
.pc-header-main .logo .text {
  position: absolute;
  top: 25px;
  left: 40px;
  text-align: center;
}
.pc-header-main .logo .text span {
  font-size: 40px;
}
.pc-header-main .logo .text span:nth-child(2) {
  font-size: 16px;
  color: #9bc8f9
}

.pc-header-nav {
  width: 100%;
  height: 60px;
  background-color: #1f6cc0;
}
.pc-header-nav>div {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1f6cc0;
  /* padding: 0 15px; */
}
.pc-header-nav>div>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
}
.pc-header-nav li {
  display: inline-block;
  min-width: 84px;
  height: 60px;
  padding: 0 10px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #1f6cc0;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
  transition:color .2s, background-color .2s;
  position: relative
}
.pc-header-nav li:hover {
  color: #fff;
  background-color: #428fef;
}
.pc-header-nav li.active {
  color: #fff;
  background-color: #428fef;
}
.pc-header-nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff
}
.pc-header-nav li:hover a {
  color: #fff;
}
.pc-header-nav li.active a {
  color: #fff;
}
.pc-header-top select {
  border: none;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url("../img/select-arrow.png") no-repeat scroll right center transparent;
  padding-right: 15px;
  font-size: 14px;
  color: #1167c2;
  cursor: pointer;
  padding-left: 10px;
  width: 90px;
}
.pc-header-top select::-ms-expand { 
  display: none; 
}
/* 二级菜单 */
.pc-header-nav li .sub1 {
  z-index: 1999;
  background-color: #428fef;
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.pc-header-nav li .sub2{
  position: relative;
  display: flex;
  flex-flow: row;
}
.pc-header-nav li .sub2 a {
  font-size: 15px;
  width: auto;
  white-space: nowrap;
  height: 40px;
  padding: 0 8px;
  position: relative
}
.pc-header-nav li .sub2 a:hover {
  color: #0A3595;
}



/* 手机端 - 头部 */
.mt-header {
  width: 100%;
  height: 3rem;
  background-image: url(../img/top-bg.png);
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.mt-header img {
  width: 0.33rem;
  margin-right: 0.05rem
}
.mt-header>p {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.8rem;
  display: flex;
  align-items: center;
}
.mt-header .inputbox {
  display: inline-block;
  border-radius: 0.18rem;
  padding: 0 0.12rem;
  background-color: #d1e8ff;
  margin-top: 0.12rem;
}
.mt-header .inputbox input {
  width: 2.8rem;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.14rem;
  border: none;
  background-color: transparent;
  padding-left: 0.1rem;
}
.mt-header .inputbox input::-webkit-input-placeholder {
  color: #8fc4e6
}
.mt-header .inputbox img {
  position: relative;
  top: -0.02rem;
  width: 0.16rem
}
.mt-header-nav {
  width: 100%;
  padding: 0.2rem;
}
.mt-header-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.mt-header-nav ul li{
  display: inline-block;
  width: 25%;
  text-align: center;
  line-height: 0.32rem;
  font-weight: bold;
  font-size: 0.14rem
}
.mt-header-nav ul li a {
  color: #fff
}

  .slogan {
    width: 520px;
    height: 170px;
    color: #a7d6ff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "KaiTi";
    position: absolute;
    top: 0;
    left: 490px;
  }
  .slogan-a {
    position: absolute;
    top: 20px;
    left: 0px;
    animation: fadeInFromBottom-a 8s infinite ease;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    opacity: 0
  }
  .slogan-b {
    position: absolute;
    top: 55px;
    left: 100px;
    animation: fadeInFromBottom-b 8s infinite ease;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .slogan-c {
    position: absolute;
    top: 90px;
    left: 200px;
    animation: fadeInFromBottom-c 8s infinite ease;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    opacity: 0
  }
  .slogan-d {
    position: absolute;
    top: 125px;
    left: 300px;
    animation: fadeInFromBottom-d 8s infinite ease;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    opacity: 0
  }
  @keyframes fadeInFromBottom-a {
    0% {
        transform: translateY(20%);
        opacity: 0
    }
    20% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
  }
  @keyframes fadeInFromBottom-b {
    0% {
        transform: translateY(20%);
        opacity: 0
    }
    20% {
        transform: translateY(20%);
        opacity: 0
    }
    40% {
      transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
  }
  @keyframes fadeInFromBottom-c {
    0% {
        transform: translateY(20%);
        opacity: 0
    }
    40% {
        transform: translateY(20%);
        opacity: 0
    }
    60% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
  }
  @keyframes fadeInFromBottom-d {
    0% {
        transform: translateY(20%);
        opacity: 0
    }
    60% {
        transform: translateY(20%);
        opacity: 0
    }
    80% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
  }