.main {
  width: 87.5%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  position: relative; 

}

.container {
  width: 75%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.center {
  width: 62.5%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.hide {
  display: none !important; }
.foot-online{
  display: none;
}
.m-footer-height{
  display: none;
}
header {
  width: 87.5%;
  height: 80px;
  border-radius: 6px;
  background-color: #fff;
  position: fixed;
  top: 40px;
  left: 6.25%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  transition: all 0.3s; }
  header .logo {
    display: inline-block;
    width: 280px;
    height: auto;
    flex-shrink: 0; }
    header .logo img {
      width: 100%;
      height: auto; }
  header .rights {
    width: auto;
    display: inline-flex;
    align-items: center; }
    header .rights nav {
      width: auto;
      display: inline-flex;
      align-items: center; }
      header .rights nav .item {
        margin-right: 50px; }
        header .rights nav .item .tops {
          font-size: 15px;
          color: #888;
          transition: all 0.3s;
          white-space: nowrap; }
        header .rights nav .item .sub {
          width: 100%;
          position: absolute;
          top: 47px;
          left: 0;
          z-index: 9;
          padding-top: 32px;
          display: none;
          opacity: 0;
          transition: all 0.3s; }
        header .rights nav .item .bar {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          width: 100%;
          height: auto;
          border-radius: 0;
          background-color:rgba(0,0,0,0.70);
          padding: 15px 30px;
          transition: all 0.3s; }
          header .rights nav .item .bar a {
            margin: 0 20px;
            color: #caa061;
            transition: all 0.3s; }
            header .rights nav .item .bar a:hover, header .rights nav .item .bar a.active {
              color: #fff; }
        header .rights nav .item:hover .tops {
          color: #caa061; }
        header .rights nav .item:hover .sub {
          display: block;
          opacity: 1; }
        header .rights nav .item.active .tops {
          color: #caa061; }
    header .rights .video {
      height: 15px;
      width: auto;
      flex-shrink: 0; }
      header .rights .video img {
        height: 100%;
        width: auto;
        display: block; }
    header .rights .lang {
      font-size: 15px;
      color: #888;
      margin-right: 50px;
      transition: all 0.3s; }
      header .rights .lang:hover, header .rights .lang.active {
        color: #caa061; }
    header .rights .sign {
      font-size: 15px;
      color: #888;
      white-space: nowrap; }
      header .rights .sign a {
        font-size: 15px;
        color: #20205b;
        transition: all 0.3s;
        white-space: nowrap; }
        header .rights .sign a:hover, header .rights .sign a.active {
          color: #caa061; }
    header .rights .search {
      margin-left: 30px; }
      header .rights .search i {
        color: #caa061; }
  header.fixed {
    width: 100%;
    padding: 0 calc(6.25% + 30px);
    left: 0;
    top: 0;
    border-radius: 0; }
    header.fixed .rights nav .item .sub {
      border-radius: 0; }

.m-header {
  display: none;
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px; }
  .m-header .logo {
    display: block;
    width: 4rem;
    height: auto;
    }
    .m-header .logo img {
      width:100%;
      height: auto; }
  .m-header .hamb {
    display: block;
    width: 30px;
    height: 30px; }
    .m-header .hamb i {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #333;
      margin: 5px 0; }

.m-header-h {
  width: 100%;
  height: 60px;
  display: none; }

.mask {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7); }

.inner-banner {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  position: relative; }
  .inner-banner .text-box {
    color: #caa061;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center; }
    .inner-banner .text-box .en {
      font-size: 80px;
      line-height: 80px;
      font-weight: bold;
      text-transform: uppercase; }
    .inner-banner .text-box .cn {
      font-size: 30px;
      line-height: 30px;
      margin-top: 20px; }

.second-box {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f8f8f8; }
  .second-box .item {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-right: 20px; }
    .second-box .item.active {
      background-color: #20205b;
      box-shadow: 0px 4px 7px 0px rgba(43, 43, 100, 0.5);
      border-radius: 20px;
      color: #fff; }

.video-layer {
  background-color: #000 !important; }
  .video-layer .layui-layer-content {
    width: 1024px !important;
    height: 768px !important;
    overflow: hidden !important; }
  .video-layer video {
    width: 100% !important;
    height: 100% !important; }

.page-box {
  display: flex;
  justify-content: center; }
  .page-box .item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dddddd;
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    transition: all 0.6s;
    margin-right: 20px; }
    .page-box .item.prev, .page-box .item.next {
      width: 80px; }
    .page-box .item.active, .page-box .item:hover {
      background-color: #caa061;
      border: 1px solid #caa061;
      color: #fff; }

footer {
  padding: 90px 0 10px 0;
  background-color: #313131; 
  clear: both;
}
  footer .footer-list {
    padding: 0 4%;
    display: flex;
    justify-content: space-between; 
	
}
    footer .footer-list .item-box .tt {
      font-size: 16px;
      color: #fff;
      margin-bottom: 10px; }
    footer .footer-list .item-box .item {
      font-size: 14px;
      line-height: 30px;
      color: #caa061;
      display: block; }
  footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 50px; 
	border-top: 1px solid #4a4848;
	padding-top: 30px;
}
    footer .footer-bottom .left {
      display: flex; }
      footer .footer-bottom .left .school-box .logo {
        width: 374px; }
        footer .footer-bottom .left .school-box .logo img {
          width: 100%; }
      footer .footer-bottom .left .school-box .select-box {
        width: 380px;
        height: 40px;
        border-radius: 5px;
        background-color: #fff;
        background-image: url("../img/10.png");
        background-position: right 20px center;
        background-size: 12px 8px;
        background-repeat: no-repeat;
        margin-top: 20px;
        font-size: 16px;
        color: #333; }
        footer .footer-bottom .left .school-box .select-box select {
          width: 100%;
          height: 100%;
          padding-left: 15px;
          border: 0;
          background-color: transparent; }
      footer .footer-bottom .left .desc-box {
        margin-left: 60px; 
		margin-top: 3px;
}
        footer .footer-bottom .left .desc-box .title .tel {
          font-size: 40px;
          line-height: 40px;
          font-weight: bold;
          color: #caa061; }
        footer .footer-bottom .left .desc-box .title .address {
          font-size: 14px;
          color: #fff;
          margin-top: 10px; }
        footer .footer-bottom .left .desc-box .link {
          color: #fff;
          display: flex;
          align-items: center;
          margin-top: 10px; }
          footer .footer-bottom .left .desc-box .link .tt {
            display: flex;
            align-items: center; }
            footer .footer-bottom .left .desc-box .link .tt img {
              width: 18px;
              margin-right: 10px; }
            footer .footer-bottom .left .desc-box .link .tt a {
              font-size: 14px;
              color: #fff; }
    footer .footer-bottom .right {
      display: flex; }
      footer .footer-bottom .right .code {
        width: 100px;
        text-align: center; }
        footer .footer-bottom .right .code img {
          width: 100%; }
        footer .footer-bottom .right .code p {
          font-size: 14px;
          color: #fff;
          margin-top: 15px; }

.layui-layer {
  border-radius: 10px !important; }

.layui-layer-content {
  border-radius: 10px !important;
  overflow: hidden; }

.layer-win {
  overflow: hidden;
  border-radius: 10px; }
  .layer-win.login-form {
    padding-top: 90px;
    position: relative; }
    .layer-win.login-form .close-box {
      width: 56px;
      height: 56px;
      line-height: 56px;
      text-align: center;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      .layer-win.login-form .close-box i {
        font-size: 16px;
        color: #333; }
    .layer-win.login-form .form-box {
      width: 320px;
      margin: 0 auto; }
      .layer-win.login-form .form-box .lines {
        margin-bottom: 20px; }
        .layer-win.login-form .form-box .lines .label {
          font-size: 14px;
          color: #888;
          margin-bottom: 10px; }
        .layer-win.login-form .form-box .lines .input {
          width: 100%;
          height: 40px;
          background-color: #f5f6f8;
          border-radius: 10px;
          overflow: hidden; }
          .layer-win.login-form .form-box .lines .input input {
            width: 100%;
            height: 100%;
            border: 0;
            background-color: transparent;
            padding-left: 15px; }
      .layer-win.login-form .form-box .status-box {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .layer-win.login-form .form-box .status-box .checkitem {
          font-size: 14px;
          color: #888; }
          .layer-win.login-form .form-box .status-box .checkitem input[type='checkbox']:checked + label::before {
            background-image: url("../img/13.png") !important; }
          .layer-win.login-form .form-box .status-box .checkitem input[type='checkbox'] + label {
            cursor: pointer; }
            .layer-win.login-form .form-box .status-box .checkitem input[type='checkbox'] + label::before {
              content: '';
              display: block;
              float: left;
              width: 15px;
              height: 15px;
              margin-top: 4px;
              background-image: url("../img/14.png") !important;
              background-size: 100% 100%; }
            .layer-win.login-form .form-box .status-box .checkitem input[type='checkbox'] + label span {
              font-size: 16px;
              margin-top: 4px;
              margin-left: 6px; }
        .layer-win.login-form .form-box .status-box a {
          font-size: 14px;
          color: #20205b; }
      .layer-win.login-form .form-box .btn {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-color: #20205b;
        box-shadow: 0px 4px 7px 0px rgba(43, 43, 100, 0.5);
        border-radius: 25px;
        color: #fff;
        font-size: 16px;
        margin-top: 60px;
        border: 0; }

.culture-box .items .wall-column {
  width: 46.5%;
  display: block;
  position: relative;
  float: left;
  padding: 0 20px;
  box-sizing: border-box; }

input[type='radio'] + label {
  cursor: pointer; }
  input[type='radio'] + label::before {
    content: '';
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background-image: url("../img/39.png");
    background-size: 100% 100%; }
  input[type='radio'] + label span, input[type='radio'] + label a {
    display: block;
    float: left;
    height: 20px;
    margin-left: 10px;
    line-height: 20px;
    font-size: 16px;
    user-select: none; }

input[type='radio']:checked + label::before {
  background-image: url("../img/40.png"); }

input[type='radio'], input[type='check'] {
  border: 0;
  -webkit-appearance: none; }

.num-line {
  border: 1px solid #e6e6e6;
  height: 30px;
  width: 110px;
  display: flex;
  align-content: center; }
  .num-line .num-btn {
    width: 30px;
    height: 100%;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #333;
    display: inline-block;
    font-weight: bold;
    cursor: pointer; }
    .num-line .num-btn.minus {
      line-height: 26px; }
  .num-line input {
    width: 50px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }

.cart-header {
  height: 80px; }
  .cart-header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cart-header .logo {
    width: 280px; }
    .cart-header .logo img {
      width: 100%; }
  .cart-header .join-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #caa061;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    display: block; }

.m-header {
  display: none;
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px; }
.m-header .logo {
  display: block;
  width: 4rem;
  height: auto;
}
.m-header .logo img {
  width:100%;
  height: auto; }
  .m-header .hamb {
    display: block;
    width: 30px;
    height: 30px; }
    .m-header .hamb i {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #333;
      margin: 5px 0; }

.m-header-h {
  width: 100%;
  height: 60px;
  display: none; }

.m-mask {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.7); }

.m-nav {
  width: 50%;
  max-width: 300px;
  background-color: rgba(78, 138, 28, 0.8);
  position: fixed;
  top: 60px;
  right: -50%;
  bottom: 0;
  z-index: 1001;
  overflow-y: auto;
  transition: all 0.3s; }
  .m-nav .item {
    display: block;
    width: 100%; }
    .m-nav .item .tops {
      display: block;
      width: 100%;
      height: 50px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      background-color: #4e8b1c;
      text-align: center;
      line-height: 50px;
      color: #fff;
      font-size: 16px; }
    .m-nav .item .list {
      width: 100%;
      display: none; }
      .m-nav .item .list a {
        display: block;
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #313131;
        background-color: rgba(0, 0, 0, 0.8);
        text-align: center;
        line-height: 40px;
        color: #da8600;
        font-size: 14px; }
  .m-nav.open {
    right: 0; }

.right-menu {
  width: 50px;
  height: 180px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 999;
  display: block; }

.right-menu .main {
  width: 100%;
  height: 100%;
  position: relative; }

.right-menu .main .items {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500; }

.right-menu .main .items .item1{	
	color:#13227a;
}
.right-menu .main .items .item2{	
	color:#46bb36;
}
.right-menu .main .items .item3{	
	color:#8ca2ea;
}

.right-menu .main .items .item {
  width: 100%;
  height: 32px;
  clear: both;
  margin: 0 auto;
  text-align: center;
  cursor: pointer; }

.right-menu .main .items .item i {
  font-size: 42px;
}

.right-menu .main .itemshow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.right-menu .main .itemshow .phone {
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  background-color: #20205b;
  color: #fff;
  border-radius: 8px;
  position: inherit;
  top: 10px;
  right: 70px;
  display: none; }

.right-menu .main .itemshow .qq {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #20205b;
  color: #fff;
  border-radius: 8px;
  position: inherit;
  top: 98px;
  right: 70px;
  display: none; }

.right-menu .main .itemshow .ewm {
  width: 100px;
  height: 100px;
  background-color: #20205b;
  padding: 6px;
  border-radius: 8px;
  position: inherit;
  top: 25px;
  right: 70px;
  display: none; }

.right-menu .main .itemshow .ewm img {
  width: 100%;
  height: 100%; }

.right-menu .main .itemshow .gzh {
  width: 100px;
  height: 100px;
  background-color: #20205b;
  padding: 6px;
  border-radius: 8px;
  position: inherit;
  top: 110px;
  right: 70px;
  display: none; }

.right-menu .main .itemshow .gzh img {
  width: 100%;
  height: 100%; }

.right-menu .main .itemshow .douyin {
  width: 100px;
  height: 100px;
  background-color: #20205b;
  padding: 6px;
  border-radius: 8px;
  position: inherit;
  top: 160px;
  right: 70px;
  display: none; }

.right-menu .main .itemshow .douyin img {
  width: 100%;
  height: 100%; }

@keyframes item01 {
  from {
    left: 30%;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }
@-webkit-keyframes item01 {
  from {
    left: 30%;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }
@keyframes item02 {
  from {
    left: 40%;
    bottom: 50px;
    opacity: 0; }
  to {
    left: 15%;
    bottom: 15%;
    opacity: 1; } }
@-webkit-keyframes item02 {
  from {
    left: 40%;
    bottom: 50px;
    opacity: 0; }
  to {
    left: 15%;
    bottom: 15%;
    opacity: 1; } }

/*# sourceMappingURL=common.css.map */
