html {
  width: 100%; }

body {
  background-color: #f8f8f8;
  position: relative;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 768px; }

/*header {
  height: 380px;
  background: url(../img/header_bg.png) no-repeat center;
  background-size: 100%;
  width: 100%;
  @media screen and (max-width: 1800px) {
    height: 330px;
  }
  .header-logo {
    float: left;
    width: 500px;
    height: 90px;
    margin-left: 185px;
    margin-top: 15px;
    background: url(../img/img_logo.png) no-repeat center;
    background-size: auto 100%;
  }
  .header-option {
    float: right;
    height: 54px;
    margin-top: 40px;
    margin-right: 200px;
    display: inline-block;
    .login-btn {
      width:137px;
      height:54px;
      padding: 6px 3px;
      font-size:18px;
      font-family:SourceHanSansCN-Medium,SourceHanSansCN;
      font-weight:600;
      background: $white;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      &:hover{
        background: #f3f3f3;
      }
      .icon-user {
        width: 42px;
        height: 42px;
        background: url(../img/ic_user.png) no-repeat center;
        background-size: auto 100%;
        display: inline-block;
        vertical-align: middle;
      }
    }
    .search-input{
      width: 286px;
      height: 100%;
      margin-left: 20px;
      display: inline-block;
      vertical-align: top;
      input{
        height: 100%;
        width: 100%;
        color: #909090;
        font-size: 18px;
        background: $white;
        box-sizing: border-box;
        margin: 0;
        padding-inline-start: 20px;
        border: none;
        box-shadow: none;
      }
    }
    .search-btn{
      width: 76px;
      height: 100%;
      margin-left: 4px;
      padding: 6px 17px;
      background: $themeCdfx;
      background-size: auto 100%;
      display: inline-block;
      .icon-search{
        width: 42px;
        height: 42px;
        background: url(../img/ic_search_btn.png) no-repeat center;
        background-size: auto 100%;
        display: inline-block;
      }
      &:hover{
        background: #003d67bf;
      }
    }
  }
  .h-navs {
    width: calc(100% - 550px);
    text-align: right;
    font-size: 20px;
    line-height: 115px;
    ul {
      li {
        display: inline-block;
      }
      a {
        padding: 0 30px;
      }
      &:first-child {
        margin-bottom: 12px;
        li {
          &:not(:last-child) {
            position: relative;
            &::after {
              content: "";
              width: 2px;
              height: 20%;
              border-left: 1px dashed #eb846c;
              display: inline-block;
              position: absolute;
              top: 40%;
              right: -5px;
            }
          }
        }
      }
      li {
        text-align: center;
        &:hover a {
          color: rgba(255,255,255, 0.8);
        }
      }
    }
  }
}*/
.main-nav {
  width: 100%;
  height: 64px;
  background: #003D67;
  padding: 20px 200px;
  color: #FFFFFF;
  font-size: 20px; }
  .main-nav a {
    color: #FFFFFF;
    display: inline-block; }
  .main-nav > ul {
    display: flex; }
    .main-nav > ul > li {
      flex: 1;
      position: relative;
      text-align: center;
      display: inline-block;
      height: 50px; }
      .main-nav > ul > li:nth-child(1) {
        flex: 3; }
      .main-nav > ul > li:nth-child(4) {
        flex: 1.1; }
      .main-nav > ul > li a {
        cursor: pointer; }
      .main-nav > ul > li span {
        padding: 0 20px; }
      .main-nav > ul > li > ul {
        min-width: 100px; }
      .main-nav > ul > li .width105 {
        width: 105%; }
      .main-nav > ul > li .width135 {
        width: 135%; }
      .main-nav > ul > li > ul {
        position: absolute;
        display: none;
        top: 45px;
        width: 100%;
        z-index: 555;
        text-align: center;
        background: #003961;
        padding: 10px 10px;
        line-height: 30px;
        box-shadow: 0px 4px 4px 4px rgba(3, 191, 232, 0.15); }
        .main-nav > ul > li > ul > li > a {
          width: 100%;
          border-bottom: 2px solid #003961; }
        .main-nav > ul > li > ul > li:hover a {
          border-bottom: 2px solid #fff; }

footer {
  height: 202px;
  background: url(../img/footer_bg.png) no-repeat center;
  margin: -5px 0 0 0;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    footer {
      width: 1200px !important; } }
  footer .footer-text {
    margin: 44px 540px; }
    @media screen and (max-width: 1200px) {
      footer .footer-text {
        margin: 44px 300px; } }
    footer .footer-text > p {
      margin: 10px; }

.layui-laypage a:hover {
  color: #003D67; }

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #003D67; }

#paging {
  margin-top: 20px;
  text-align: center; }
  #paging .layui-laypage > a, #paging .layui-laypage > span {
    font-size: 16px;
    padding: 5px 20px; }

.red {
  color: #f79595; }

.need-login {
  text-align: center;
  font-size: 24px; }

/*# sourceMappingURL=common.css.map */
