.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 95px;
  margin-bottom: -95px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
   background-color: rgba(0,0,0,0.4);
}

.header.active {
  background: #030f2d;
}

.header .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  display: block;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
}

.header .logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.header .header-right {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .nav .first-menu {
  display: flex;
  align-items: center;
}

.header .nav .first-menu > li {
  position: relative;
  margin: 0 25px;
}

.header .nav .first-menu > li > a {
  line-height: 95px;
  color: #fff;
}

.header .nav .first-menu > li:hover .com-second {
  transform: scaleY(1);
}

.header .nav .com-second {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 350px;
  padding: 25px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s linear;
}

.header .nav .com-second::before {
  content: '';
  position: absolute;
  z-index: 9;
  top: -20px;
  left: 20px;
  border-width: 12px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
}

.header .nav .com-second > ul {
  display: flex;
  flex-wrap: wrap;
}

.header .nav .com-second > ul > li {
  width: 50%;
  margin-bottom: 10px;
}

.header .nav .com-second > ul > li:last-child {
  margin-bottom: 0;
}

.header .nav .com-second > ul > li a {
  color: #666;
}

.header .nav .com-second > ul > li a:hover {
  color: #0054a7;
}

.header .nav .second-menu {
  width: 500px;
}

.header .nav .second-menu dl {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}

.header .nav .second-menu dl:last-child {
  margin-bottom: 0;
}

.header .nav .second-menu dt {
  width: 100px;
  color: #333;
}

.header .nav .second-menu dd {
  flex: 1;
  min-width: 0;
  padding-left: 20px;
  border-left: 1px solid #c3c3c3;
}

.header .nav .second-menu .third-menu {
  display: flex;
  flex-wrap: wrap;
}

.header .nav .second-menu .third-menu li {
  width: 50%;
  text-align: left;
  margin-bottom: 5px;
}

.header .nav .second-menu .third-menu a {
  color: #1c6ed1;
}

.header .nav .second-menu .third-menu a:hover {
  color: #0054a7;
}

.header .line {
  margin: 0 40px 0 15px;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.3);
}

.header .header-tel {
  display: flex;
  align-items: center;
}

.header .header-tel .iconfont {
  font-size: 28px;
  margin-right: 5px;
}

.header .header-tel span {
  font-size: 20px;
  font-weight: bold;
}

.header-phone {
  display: none;
}

.body-add {
  height: 100%;
  overflow: hidden;
}

.footer {
  padding: 70px 0 50px;
  background: #0c1123;
  color: #999;
}

.footer .box {
  display: flex;
  margin-bottom: 20px;
}

.footer .info-left {
  flex: 1;
  min-width: 0;
}

.footer .info-left .item {
  margin-bottom: 30px;
}

.footer .info-left .tit {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}

.footer .info-left ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .info-left li {
  margin-right: 20px;
}

.footer .info-left li a {
  display: inline-block;
  color: #999;
}

.footer .info-left li a:hover {
  color: #fff;
}

.footer .info-center {
  width: 24%;
  color: #fff;
}

.footer .info-center .tel {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.footer .info-center .address p {
  margin-bottom: 5px;
}

.footer .info-right {
  width: 24%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.footer .info-right .code-box {
  margin-left: 30px;
  text-align: center;
}

.footer .info-right .code-box:last-child {
  margin-left: 0;
}

.footer .info-right .img-box {
  width: 135px;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 5px;
}

.footer .info-right .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .other {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #999;
}

.footer .other .tit {
  color: #fff;
  margin-bottom: 5px;
}

.footer .other .city span {
  display: inline-block;
}

.footer .other .city a {
  display: inline-block;
  color: #999;
}

.footer .other .city a:hover {
  color: #fff;
}

.footer .copy {
  text-align: center;
}

.main-top {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-top p {
  color: #fff;
}

.main-top .text01 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 8px;
  margin-bottom: 10px;
}

.main-top .text02 {
  font-size: 18px;
  letter-spacing: 7px;
}

.main-top01 {
  background-image: url(../images/inset_01.jpg);
}

.main-top02 {
  background-image: url(../images/inset_02.jpg);
}

.main-top03 {
  background-image: url(../images/inset_03.jpg);
}

.main-top04 {
  background-image: url(../images/inset_04.jpg);
}

.main {
  padding: 60px 0;
}

.center-m {
  display: flex;
}

.leftbar {
  width: 190px;
  margin-right: 34px;
}

.leftbar .menu {
  position: sticky;
  top: 115px;
  padding: 30px 0;
  background: #fff;
  box-shadow: 0px 0px 32px 0px rgba(17, 33, 78, 0.12);
  border-radius: 4px;
}

.leftbar li {
  padding: 0 10px;
  height: 48px;
  margin-bottom: 10px;
}

.leftbar li a {
  display: block;
  padding: 0 10px;
  line-height: 48px;
  border-radius: 4px;
}

.leftbar li.active a {
  background: linear-gradient(103deg, #0b74e4 0%, #00a1ff 100%), linear-gradient(#0054a7, #0054a7);
  color: #fff;
}

.leftbar li:hover a {
  width: calc(100% + 25px);
  background: linear-gradient(103deg, #0b74e4 0%, #00a1ff 100%), linear-gradient(#0054a7, #0054a7);
  color: #fff;
  padding-left: 25px;
  transition: all .3s;
}

.leftbar .iconfont {
  font-size: 20px;
  margin-right: 10px;
}

.content {
  flex: 1;
  min-width: 0;
}

.pub-form {
  padding: 50px 0 60px;
  background: url(../images/form_bg.jpg) no-repeat center;
  background-size: cover;
}

.pub-form .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pub-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

.pub-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.pub-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.pub-form .text01 {
  font-size: 36px;
  font-weight: bold;
  color: #2476d8;
}

.pub-form .text02 {
  font-size: 18px;
  margin-bottom: 20px;
}

.pub-form .input {
  display: block;
  width: 650px;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  background: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.pub-form .apply-box {
  position: relative;
  width: 650px;
  margin-bottom: 20px;
}

.pub-form .apply-box .input {
  margin-bottom: 0;
}

.pub-form .apply-box .input-list {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px 0;
}

.pub-form .apply-box .input-list li {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  cursor: pointer;
}

.pub-form .apply-box .input-list li:hover {
  background: #0054a7;
  color: #fff;
}

.pub-form .input-box {
  width: 650px;
  height: 54px;
  line-height: 54px;
  display: flex;
  margin-bottom: 20px;
}

.pub-form .input-box .input {
  width: auto;
  margin-right: 12px;
  padding-right: 120px;
}

.pub-form .input-box .other {
  position: relative;
  flex: 1;
  min-width: 0;
}

.pub-form .input-box .other .input {
  width: 100%;
}

.pub-form .input-box .tel {
  width: 320px;
}

.pub-form .input-box .vertify {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pub-form .input-box .vertify img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pub-form .btn {
  width: 176px;
  height: 58px;
  line-height: 58px;
  background: #2476d8;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.page-box {
  padding: 35px 0;
}

.page-box .yiiPager {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #666;
}

.page-box .yiiPager li {
  width: auto;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  min-width: 30px;
  text-align: center;
  background: #fff;
  margin: 0 5px;
  color: #666;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: none;
}

.page-box .yiiPager li a {
  display: block;
  transition: none;
}

.page-box .yiiPager li.selected, .page-box .yiiPager li:hover {
  background: #0054a7;
}

.page-box .yiiPager li.selected a, .page-box .yiiPager li:hover a {
  color: #fff;
}

.page-box .yiiPager .first, .page-box .yiiPager .last {
  padding: 0 12px;
  display: none;
}

@media only screen and (max-width: 1440px) {
  .footer .info-center {
    width: 30%;
  }
  .footer .info-right .img-box {
    width: 100px;
  }
}

@media only screen and (max-width: 1300px) {
  .header .logo {
    width: 200px;
  }
  .header .nav .first-menu > li {
    margin: 0 15px;
  }
  .header .line {
    margin: 0 15px 0 0;
  }
}

@media only screen and (max-width: 1040px) {
  .header {
    display: none;
  }
  .header-phone {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    margin-bottom: -1rem;
    padding: 0 .2rem;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.02rem solid rgba(255, 255, 255, 0.2);
  }
  .header-phone.active {
    background: #030f2d;
  }
  .header-phone .menu, .header-phone .search {
    padding: .1rem;
  }
  .header-phone .iconfont {
    font-size: .5rem;
    color: #fff;
  }
  .header-phone .menu {
    transition: all .3s;
  }
  .phone-logo {
    width: 2rem;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phone-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .header-phone-nav {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .header-phone-nav .nav-top {
    height: 1rem;
    padding: 0 .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #030f2d;
    color: #fff;
  }
  .header-phone-nav .nav-top .close {
    transform: all .3s;
  }
  .header-phone-nav .nav-top .close .iconfont {
    font-size: .5rem;
  }
  .header-phone-nav .list {
    height: calc(100vh - 1rem);
    overflow-y: auto;
    padding-bottom: 1rem;
  }
  .header-phone-nav .list > li {
    border-bottom: 0.02rem solid rgba(18, 18, 18, 0.3);
  }
  .header-phone-nav .list > li > a {
    display: block;
    padding: .4rem;
    font-size: .32rem;
    font-weight: bold;
  }
  .header-phone-nav .list > li.active > a {
    color: #0054a7;
  }
  .header-phone-nav .list .iconfont {
    font-size: .3rem;
  }
  .header-phone-nav .list .iconfont.arrow-up {
    transform: rotate(180deg);
  }
  .header-phone-nav .list .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem .4rem;
  }
  .header-phone-nav .list .menu-item .text {
    flex: 1;
    min-width: 0;
  }
  .header-phone-nav .list .menu-item .iconfont {
    font-size: .34rem;
    font-weight: bold;
    transition: all .3s linear;
  }
  .header-phone-nav .list .menu-item .icon-jianhao {
    display: none;
  }
  .header-phone-nav .list .second-menu {
    display: none;
    padding: .3rem .4rem;
    border-top: 0.02rem solid rgba(18, 18, 18, 0.3);
  }
  .header-phone-nav .list .second-menu dl {
    margin-bottom: .3rem;
  }
  .header-phone-nav .list .second-menu dt {
    font-size: .32rem;
    color: #0054a7;
    margin-bottom: .2rem;
  }
  .header-phone-nav .list .second-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header-phone-nav .list .second-menu li {
    width: 50%;
    margin-bottom: .05rem;
  }
  .header-phone-nav .list .second-menu li a {
    display: inline-block;
    padding: .05rem 0;
  }
  .footer {
    padding: .5rem 0;
  }
  .footer .wrap {
    padding: 0 .2rem;
  }
  .footer .box {
    display: block;
    margin-bottom: 0;
  }
  .footer .info-left {
    width: 100%;
  }
  .footer .info-left .item {
    margin-bottom: .3rem;
  }
  .footer .info-left .tit {
    font-size: .3rem;
    margin-bottom: .1rem;
  }
  .footer .info-left li {
    margin-right: 0;
    width: 50%;
    margin-bottom: .05rem;
  }
  .footer .info-left li a {
    padding: .05rem;
  }
  .footer .info-left li a:hover {
    color: #999;
  }
  .footer .info-center {
    width: 100%;
    margin-bottom: .3rem;
  }
  .footer .info-center .tel {
    font-size: .34rem;
    margin-bottom: .3rem;
  }
  .footer .info-center .address {
    color: rgba(255, 255, 255, 0.8);
  }
  .footer .info-center .address p {
    margin-bottom: .1rem;
  }
  .footer .info-right {
    width: 100%;
    justify-content: center;
    margin-bottom: .3rem;
  }
  .footer .info-right .code-box {
    margin-left: .5rem;
  }
  .footer .info-right .img-box {
    width: 1.8rem;
    margin-bottom: .2rem;
  }
  .footer .other {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
  }
  .footer .other .tit {
    margin-bottom: .1rem;
  }
  .main-top {
    height: 6rem;
  }
  .main-top .text01 {
    font-size: .6rem;
    letter-spacing: .08rem;
    margin-bottom: .2rem;
  }
  .main-top .text02 {
    font-size: .4rem;
    letter-spacing: .07rem;
  }
  .center-m {
    flex-direction: column;
  }
  .main {
    padding: 0 0 .6rem;
  }
  .leftbar {
    width: 100%;
    margin-right: 0;
    margin-bottom: .6rem;
  }
  .leftbar .menu {
    padding: 0;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border-bottom: .02rem solid #e9e9e9;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .leftbar ul {
    padding: 0 .3rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
  }
  .leftbar li {
    padding: 0 .3rem;
    height: 100%;
    line-height: 1.2rem;
    margin-bottom: 0;
  }
  .leftbar li a {
    position: relative;
    padding: 0;
    line-height: 1.2rem;
    border-radius: 0;
    white-space: nowrap;
    font-size: .36rem;
  }
  .leftbar li.active a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .04rem;
    background: #0054a7;
  }
  .leftbar li.active a {
    background: none;
    color: #0054a7;
  }
  .leftbar li:hover a {
    width: 100%;
    background: none;
    color: #333;
    padding-left: 10px;
    transition: none;
  }
  .leftbar .iconfont {
    display: none;
  }
  .content {
    flex: 1;
    min-width: 0;
    padding: 0 .2rem;
  }
  .pub-form {
    padding: .5rem 0 .6rem;
    background-image: url(../images/form_bg_m.jpg);
    background-position: center top;
  }
  .pub-form .wrap {
    padding: 0 .2rem;
  }
  .pub-form .text01 {
    font-size: .5rem;
  }
  .pub-form .text02 {
    font-size: .32rem;
    margin-bottom: .3rem;
  }
  .pub-form .input {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .2rem;
    margin-bottom: .3rem;
    font-size: .3rem;
  }
  .pub-form .apply-box {
    width: 100%;
    margin-bottom: .3rem;
  }
  .pub-form .apply-box .input-list {
    padding: .2rem 0;
  }
  .pub-form .apply-box .input-list li {
    height: .6rem;
    line-height: .6rem;
    padding: 0 .2rem;
    margin-bottom: .1rem;
    font-size: .28rem;
  }
  .pub-form .apply-box .input-list li:hover {
    background: #f2f2f2;
    color: #333;
  }
  .pub-form .input-box {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    margin-bottom: .3rem;
  }
  .pub-form .input-box .input {
    margin-right: .2rem;
    padding-right: 1.2rem;
  }
  .pub-form .input-box .tel {
    width: 50%;
  }
  .pub-form .input-box .vertify {
    width: 1rem;
  }
  .pub-form .btn {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
  }
  .page-box {
    padding: .3rem 0;
  }
  .page-box .yiiPager {
    font-size: .3rem;
  }
  .page-box .yiiPager li {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    min-width: 30px;
    margin: 0 5px;
    border-radius: 2px;
  }
  .page-box .yiiPager li a {
    display: block;
    transition: none;
  }
  .page-box .yiiPager li:hover {
    background: #fff;
  }
  .page-box .yiiPager li:hover a {
    color: #333;
  }
  .page-box .yiiPager .first, .page-box .yiiPager .last {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main-top {
    height: 4.7rem;
  }
  .main-top .text01 {
    font-size: .5rem;
  }
  .main-top .text02 {
    font-size: .3rem;
  }
  .leftbar ul {
    height: .9rem;
  }
  .leftbar li {
    line-height: .9rem;
  }
  .leftbar li a {
    line-height: .9rem;
    font-size: .32rem;
  }
  .pub-form .text01 {
    font-size: .42rem;
    margin-bottom: .05rem;
  }
  .pub-form .text02 {
    font-size: .28rem;
  }
  .pub-form .input {
    height: .8rem;
    line-height: .8rem;
    margin-bottom: .2rem;
  }
  .pub-form .apply-box {
    width: 100%;
    margin-bottom: .2rem;
  }
  .pub-form .input-box {
    height: .8rem;
    line-height: .8rem;
    margin-bottom: .2rem;
  }
  .pub-form .btn {
    height: .8rem;
    line-height: .8rem;
  }
}
