body {
  width: 100%;
  background: url(../img/banner/beijing-02.png);
  background-color: #fff;
  position: relative;
  background-size: 100%;
  background-repeat: repeat-y;
  font-family: Microsoft JhengHei;
}
body,
html {
  scroll-behavior: smooth !important;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.layui-carousel>[carousel-item]>*{
    background-color: #000; 
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #EF4766;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #28bece, #cdfef1,#28bece); /* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(,  [, ]?,  [, ]? [, ]*) */
  background: -webkit-gradient(linear,top,from(#28bece),to(#cdfef1));/* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(top, #28bece, #cdfef1,#28bece);/* Opera 11.10+ */
  background: -o-linear-gradient(top, #28bece, #cdfef1,#28bece)
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  background: #fff;
}
.main-bg{
  width: 100%;
  position: absolute;
  top: 450px;
  z-index: -1;
 
}
.dot-null{
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 50%;
}
.main-beijing{
  width: 100%;
  height: 334px; 
  background: url(../img/banner/beijing-01.png) no-repeat;
  background-size: 100% 100%;
    
}
.main-beijing-02{
  width: 100%;
  max-height: 3000px;  
  background: url(../img/banner/beijing-02.png) no-repeat;
  background-size: 100%;
}

.main-beijing-03{
display: none;
  width: 100%;
  height: 200px; 
  background: url(../img/banner/beijing-03.png) no-repeat;
  background-size: cover;
}
.d-flex {
  display: flex;
}
.d-flex-1 {
  flex: 1;
}
.w-font {
  font-weight: bold;
  text-align: center;
}
.w-color {
  color: #fff;
}
.w-color1 {
  color: #fad801;
}
.w-chaochu {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-chaochu2 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w-chaochu3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.w-chaochu4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.w-chaochu5 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.w-chaochu6 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.w-chaochu7 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.indtop {
  width: 100%;
  height: 200px !important;
}
.nav-top {
  width: 100%;
}

.nav-top .nav-top-banner {
  width: 100%;
  margin: 0 auto;
  /*background-color: #cccccc;*/
  text-align: center;
  font-size: 40px;
  background: url(../img/banner/topbanner_pc.png) no-repeat;
  background-size: 100% 100%;
  height: 522px;
}
.nav-top .nav-top-banner-speech {
  width: 100%;
  margin: 0 auto;
  /*background-color: #cccccc;*/
  text-align: center;
  font-size: 40px;
  background: url(../img/banner/topbanner_pc_1.png) no-repeat;
  background-size: 100% 100%;
  height: 330px;
}
.nav-top .nav-top-banner img {
  width: 100%;
}
.nav-top .nav-top-banner .main-login-su {
  width: 84px;
  height: 88%;
  float: right;
  margin-right: 300px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}
.nav-top .nav-top-banner .main-login-su img {
  width: calc(100% - 4px);
  margin: 0 auto;
  margin-top: 40px;
}
.nav-top .nav-top-banner .main-login-su .user-name {
  width: calc(100% - 10px);
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #500316;
  text-align: center;
  margin-top: 10px;
  word-wrap: break-word;
}
.nav-top .nav-top-banner .main-login-su .my-archives {
  width: calc(100% - 20px);
  margin: 0 auto;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #500316;
  font-weight: bold;
  display: inline-block;
  background-color: #e7d381;
  padding: 2px 5px;
  cursor: pointer;
}
.nav-top .nav-top-banner .main-login-su .logo-dot {
  width: calc(100% - 10px);
  margin: 0 auto;
  height: 0.5px;
  background-color: #500316;
  margin-top: 5px;
}
.nav-top .nav-top-banner .main-login-su .out-login {
  width: calc(100% - 10px);
  padding: 5px 0;
  margin: 0 auto;
  background-color: #500316;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 4px;
}
.nav-top .nav-top-banner .main-login-su .out-login span {
  display: block;
}
.nav-top .nav-top-banner .login-dot-tips {
  width: 100%;
  height: 1px;
  background-color: #500316;
  margin: 5px 0;
}
.nav-top .nav-top-banner .main-login {
  width: 84px;
  height: 88%;
  float: right;
  margin-right: 7%;
}
.nav-top .nav-top-banner .main-login img {
  width: 80px;
  height: 320px;
}
.nav-top .nav-top-banner .main-login .login {
  cursor: pointer;
  width: 60px;
  padding: 12px 0px;
  border: 2px solid #500316;
  border-radius: 10px;
  position: absolute;
  top: 150px;
  margin-left: 10px;
}
.nav-top .nav-top-banner .main-login .login span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #500316;
}
.nav-top .nav-top-banner .main-login .login .res-size {
  font-size: 14px;
}
.nav-top .nav-top-banner .main-login .nav-register {
  top: 206px;
}
.nav-top .banner-buttom-bg {
    display: none;
  width: 100%;
  background-color: #feaa01;
  height: 40px;
}
.nav-top u {
  color: #fad801 !important;
}
.nav-top .nav-tab-top {
  width: 1000px;
  /*height: 58px;*/
  margin: 0 auto;
  margin-top: 0px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: -94px;
  margin-bottom: 20px;
}
.nav-top .nav-tab-top .nav-list-top {
  width: 100%;
  /*background: url(../img/banner/2.png) no-repeat;*/
  height: 69px;
  background-size: contain;
  z-index: 1000;
  position: relative;
  text-align: left;
  /*padding: 0 15px;*/
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
}
.nav-top .nav-tab-top .nav-list-top .nav-bg {
 
  
  /*background-color: #fad801;*/
}
.nav-top .nav-tab-top .nav-list-top .nav-bg1 {
     /*background: url(../img/banner/nav_bj1.png);*/
     /*background-size: 100% 100%;*/
  background: linear-gradient(90deg, #1f8dcd 0%, #0168a3 100%);
  border: 2px solid #fff;
}
.nav-top .nav-tab-top .nav-list-top .nav-bg2 {
   
  /*background-color: #d40517;*/
  /*border: 4px solid #000;*/
}
.nav-top .nav-tab-top .nav-list-top .nav-bg3 {
      /*background: url(../img/banner/nav_bj4.png);*/
     /*background-size: 100% 100%;*/
 background: linear-gradient(90deg, #e573ff 0%, #870792 100%);
  border: 2px solid #fff;
}
.nav-top .nav-tab-top .nav-list-top .nav-bg4 {
  /*background-color: #d4057e;*/
  /*border: 4px solid #000;*/
}
.nav-top .nav-tab-top .nav-list-top .nav-bg5 {
  /*background-color: #155499;*/
  /*border: 4px solid #000;*/
}
.nav-top .nav-tab-top .nav-list-top .nav-bg6 {
        /*background: url(../img/banner/nav_bj4.png);*/
     /*background-size: 100% 100%;*/
  background-color: #86471E;
  border: 2px solid #fff;
}
.nav-top .nav-tab-top .nav-list-top .nav-bg7 {
     /* background: url(../img/banner/nav_bj3.png);*/
     /*background-size: 100% 100%;*/
 background: linear-gradient(90deg, #f9c243 0%, #ee811b 100%);
  border: 2px solid #fff;
}
.nav-top .nav-tab-top .nav-list-top .nav-bg8 {
     /* background: url(../img/banner/nav_bj2.png);*/
     /*background-size: 100% 100%;*/
   background: linear-gradient(90deg, #fe89a4 0%, #ea5e60 100%);
  border: 2px solid #fff;
}
.nav-top .nav-tab-top .nav-list-top .nav-bg9 {
     /* background: url(../img/banner/nav_bj9.png);*/
     /*background-size: 100% 100%;*/
  background: linear-gradient(90deg, #a2cc5c 0%, #128a4c 100%);
  border: 2px solid #fff;
}
.nav-top .nav-tab-top .nav-list-top .nav-tab-buttom-bg {
  width: 100%;
  height: 10px;
  background-color: #215641;
  border-top: 4px solid #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0 4px;
}
.nav-top .nav-tab-top .nav-list-top .nav-name {
  margin-right: 0px;
  width: 19%;
  height: 48px;
  line-height: 49px;
  padding: 1px 0;
  text-align: center;
  position: relative;
  /* margin-top: 9px; */
  border-radius: 10px;
}
.nav-top .nav-tab-top .nav-list-top .nav-name a {
  color: #fff;
  font-size: 22px;
  padding: 20px 0px;
}
.nav-top .nav-tab-top .nav-list-top .nav-name .nav-tab {
  position: absolute;
  width: calc(100% - 4px);
  /*background-color: #fff;*/
  /*border: 4px solid #fff;*/
  top: 50px;
  left: -2px;
  display: none;
}
.nav-top .nav-tab-top .nav-list-top .nav-name .nav-tab .nav-tab-name {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
 
  padding: 10px 0;
  background-color: #000;
  border: 4px solid #fff;
  border-bottom: none;
}
.nav-top .nav-tab-top .nav-list-top .nav-name .nav-tab .nav-tab-name a {
   color: #fff;
  width: 100%;
  padding: 0;
}
.nav-top .nav-tab-top .nav-list-top .nav-name .nav-tab .nav-tab-name:nth-child(3) {
  /*border: none;*/
}
.nav-top .nav-tab-top .nav-list-top .nav-right-border {
  border-right: 1px solid #fad801 !important;
}
.nav-top .nav-search {
    /*display: none;*/
  width: 1200px;
  height: 210px;
  /*font-size: 30px;*/
  margin: 0 auto;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
}
.nav-top .nav-search img {
  width: 100%;
  height: 222px;
}
.nav-top .nav-search .search-con {
  position: absolute;
  z-index: 100;
  top: 108px;
  left: 128px;
  border: 4px solid #EF5D88;
  border-radius: 4px;
  background-color: #fff;
  width: 62%;
}
.nav-top .nav-search .search-con .search-name {
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
  font-size: 24px;
  font-family: myFont;
}
.nav-top .nav-search .search-con .search-dot {
  width: 1px;
  height: 26px;
  background-color: #2d9939;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: -7px;
}
.nav-top .nav-search .search-con .search-num {
  display: inline-block;
  vertical-align: top;
  margin-top: -20px;
  font-size: 44px;
  color: #fad801;
}
.nav-top .nav-search .search-con .search-num img {
  width: 290px;
  height: 24px;
  margin-top: -13px;
}
.nav-top .nav-search .search-con .search-inp {
  display: flex;
  /*background: url(../img/banner/main-input.png) no-repeat;*/
  /*background-size: 100% 100%;*/
}
.nav-top .nav-search .search-con .search-inp input {
  display: inline-block;
  width: 654px;
  height: 28px;
  /*color: #fff;*/
  background-color: transparent;
  border: none;
  border-right: none;
  font-size: 18px;
  padding: 4px 10px !important;
  border-top-left-radius: 4px;
  margin-top: 2px;
  padding-left: 20px;
  border-bottom-left-radius: 4px;
}
.nav-top .nav-search .search-con .search-inp .search-cilic {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  width: 70px;
  height: 38px;
  border-left: 4px solid #EF5D88;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
  margin-left: -10px;
  /*border: 3px solid #fe4363;*/
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-top .nav-search .search-con .search-inp .search-cilic img {
  width: 28px;
  height: 26px;
  cursor: pointer;
  margin-top: -7px;
}
.nav-top .nav-search .search-con .search-tab {
  width: 100%;
  font-size: 24px;
  padding-top: 10px;
}
.nav-top .nav-search .search-con .search-tab .search-tab-list {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.nav-top .nav-banner1 {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  margin-top: 22px;
  font-size: 30px;
  line-height: 200px;
}
.nav-top .nav-banner1 img {
  width: 100%;
  height: 208px;
}
.footer {
  width: 100%;
  /*margin-top: 10px;*/
}
.footer .geli-bg {
  width: 100%;
  height: 20px;
  display: none;
  background-color: #ffd902;
}
.footer .footer-adv {
  width: 100%;
  margin-top: 10px;
  /*margin-bottom: 4px;*/
  /*background-color: #feaa01;*/
}
.footer .footer-adv .adv-con {
  width: 997px;
  margin: 0 auto;
  padding: 10px 0;
  padding-bottom: 0px;
}
.footer .footer-adv .adv-bg {
  width: 997px;
  margin: 0 auto;
  padding: 10px 0;
  padding-bottom: 0px;
   background: url(../img/banner/bottom-bg.png) no-repeat;
   background-size: 100% 100%;
}
.footer .footer-adv .adv-bg-1{
   width:100%;
  margin: 0 auto;
  padding: 10px 0;
  padding-bottom: 0px;
   background: url(../img/banner/bottom-bg1.png) no-repeat;
   background-size: 100% 100%;
}
.adv-bg-2{
    width: 1200px;
    margin: 0 auto;
    background: url(../img/banner/bottom-bg3.png) no-repeat;
   background-size: 100% 100%;
}
.footer .footer-adv .adv-con .adv-banner1 {
  position: relative;
  width: calc(100% - 178px);
  /*padding: 10px 0px;*/
  padding-left: 110px;
  padding-right: 28px;
  /*border-bottom: 1px dashed #fff;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-adv .adv-con .adv-list1 img {
  max-width: 146px;
  max-height: 58px;
  padding: 10px;
  padding-left: 20px;
  padding-bottom: 92px;
  /*margin-left: 10px;*/
}
.adv-list2 img {
max-width:85px !important;
max-height: auto !important;
height: auto;
margin-top: 34px;
  padding-bottom: 132px !important;
}
.footer .footer-adv .adv-con .adv-banner1 .adv-imgs {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 146px !important;
  max-height: 96px !important;
  z-index: 1000;
}
.footer .footer-adv .adv-con .adv-list1 {
  /*border: 2px solid #000;*/
  border-bottom: none;
  /*background-color: #fff;*/
  margin-left: -1px;
  height: 175px;
}
.adv-list1 a{
    /*padding:0 30px;*/
}
.footer .footer-adv .adv-con .adv-list2 {
  /*border: 2px solid #000;*/
  border-bottom: none;
  /*background-color: #fff;*/
  margin-left: -1px;
  height: 28px;
}
.footer .footer-adv .adv-con .adv-list3 {
  /*border: 2px solid #000;*/
  /*background-color: #fff;*/
  height: 100px;
  margin-left: -1px;
  align-items: baseline;
}
.footer .footer-adv .adv-con .adv-list3 .tab-school {
  width: 100%;
  margin-top:-2px ;
  /*display: flex;*/
  /*display: inline-block;*/
  vertical-align: top;
  padding: 0 10px;
  margin-left: 10px;
  line-height: 21px;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab-ss{
    /*width: 33.3%;*/
}
.footer .footer-adv .adv-con .adv-list3 .tab-school a{
    /*width: 33.3%;*/
     font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
.footer .footer-adv .adv-bg-1 .adv-list3 .tab-school a{
  font-weight: bold;
  color: #000;
  font-size: 12px;
}
.footer .footer-adv .adv-con .adv-list3 .tab-school .tab-school-name {
  /*width: 100%;*/
  font-weight: bold;
  color: #000;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  line-height: 23px;
}
.footer .footer-tips {
  width: 100%;
  height: 108px;
  background-color: #231815;
  /*padding-top: 6px;*/
}
.footer .footer-tips .footer-buttom-x {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #f8d610;
  margin-top: 20px;
}
.footer .footer-tips .footer-con {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
}
.footer .footer-tips .ind-dot {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #6FC7B8;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.footer .footer-tips .footer-left {
  display: inline-block;
  vertical-align: top;
}
.footer .footer-tips .footer-left .banben {
  display: block;
  margin-top: 22px;
}
.footer .footer-tips .footer-left .banben .footer-b-name {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid #67605d;
}
.footer .footer-tips .footer-left .footer-mobile {
  margin-top: 10px;
}
.footer .footer-tips .footer-left .footer-mobile .footer-m-name {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 10px;
  margin-top: 4px;
}
.footer .footer-tips .footer-left .footer-mobile .footer-m-name a {
  color: #fff;
}
.footer .footer-tips .footer-right {
  float: right;
  padding-top: 6px;
}
.footer .footer-tips .footer-right .follow-us {
 display: flex;
 align-content: center;
  margin-top: 16px;
}
.footer .footer-tips .footer-right .follow-us .follow-name {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-left: 4px;
}
.footer .footer-tips .footer-right .follow-us img {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-right: 6px;
}
.weixin-con {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100000000;
  background-color: #000;
  line-height: 200px;
  opacity: 0.9;
  text-align: center;
  display: none;
}
.weixin-con img {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-top: calc(50vh - 200px);
}
.titelcont a {
  color: #1e44ff !important;
}
.titelcont li {
  list-style: decimal;
}
