/*reset*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
      overflow-x: hidden;
  }
  
  body {
    margin: 0;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section,
  summary {
    display: block;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dd,
  p,
  select,
  textarea {
    margin: 0;
  }
  
  ol,
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  a {
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
  }
  
  a:active,
  a:hover {
    outline: 0;
  }
  
  audio,
  canvas,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  input,
  button {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  textarea {
    resize: none;
    border: 1px solid #ccc;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th {
    padding: 0;
  }
  
  del {
    text-decoration: line-through;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  .clearfix:after {
    display: block;
    content: '';
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  html {
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
  }
  
  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #ffffff;
    max-width: 480px;
    margin: 0 auto;
  }
    .clearfix{
        clear:both;
 }
 .pullL{
    float: left;
 }
 .pullR{
    float:right;
 }
 @keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@-webkit-keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@keyframes ballon6{
  0%{transform: translateX(-3px);}
  50%{transform: translateX(0);}
  100%{transform: translateX(-3px);}
}
@keyframes ballon7{
  0%{transform: translateY(-3px);}
  50%{transform: translateY(0);}
  100%{transform: translateY(-3px);}
}

 /* 头图 */
 .content100 {
    width: 100%;
    padding: 0 0.75rem;
    box-sizing: border-box;
}
.content1_bg{
    height:10.25rem;
    background: url(../images/ban1_bg.jpg) no-repeat;
    background-size: 100% 10.25rem;
    position: relative;
    text-align: center;   
    padding-top: 5.5rem;
 }
 .content1_bg .text-group{
    width: 100%;
 }
 .content1_bg .text-group ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .content1_bg .text-group ul li{
     width: 5.5rem;
     height: 0.7rem;
     margin-top: 2.33rem;
     line-height: 0.7rem;
     color:#cf191b;
     font-size: 0.4rem;
     border-radius:0.25rem;
     background: linear-gradient(to bottom, #fde8d3, #f0af64);
     background: -webkit-linear-gradient(to bottom, #fde8d3, #f0af64);
     background: -o-linear-gradient(to bottom, #fde8d3, #f0af64);
     background: -ms-linear-gradient(to bottom, #fde8d3, #f0af64);
     background: -moz-linear-gradient(to bottom, #fde8d3, #f0af64);
 }
 /* 新航道北京学校美国本科腾飞计划 */
 .content100{
    text-align: center;
}
.content100 h4 {
    color: #f0f0f0;
    font-size:1.5rem;
    margin-top: 0.5rem;
}
.content100 h4 span{
  margin-left: 0.5rem;
}
.content100 h3 {
    margin:0 auto;
    color: #333;
    font-size:0.75rem;
    position: relative;
    margin-top: -1rem;
}
.content100 h3:after{
    content: '';
    position: absolute;
    display:block;
    width:9.18rem;
    height: 0.1rem;
    left: 50%;
    margin-left: -4.6rem;
    bottom: -0.13rem;
    background: #720002;
}
.content100 h5 {
    color: #333;
    font-size: 0.5rem;
    font-weight: normal;
    margin-top: 0.25rem;
}
.content2_bg .sect2-main{
    width: 100%;
    height:10.78rem;
    margin:0 auto;
    margin-top: 0.82rem;
    box-sizing: border-box;
    padding:0.6rem 0.5rem;
    background: url(../images/ban2_bg.jpg) 0 0 no-repeat;
    background-size: 100% 10.78rem;
}
.content2_bg .sect2-main .sect2-top-main{
    height: 10.25rem;
}
.content2_bg .sect2-main .rig_sqtjm{
    width:15.05rem;
    height:4rem;
    margin:0 auto;
    color:#fff;
    text-align: left;
}
.content2_bg .rig_sqtjm h2{
    font-size:0.95rem;
    text-align: center;
}
.content2_bg .sect2-main .rig_sqtjm .tujing_main{
    width:15.05rem;
    height:4rem;
    box-sizing: border-box;
    padding:0.3rem;
    border:0.05rem solid #fff;
    border-radius:0.13rem;
    margin:0 auto;
    margin-top: 0.5rem;
}
.content2_bg .sect2-main .rig_sqtjm .tujing_main p{
    font-size: 0.5rem;
    margin-bottom: 0.38rem;
}
.content2_bg .sect2-main .rig_sqtjm .tujing_main p span{
   font-weight: bold;
   display: inline-block;
   margin-right: 0.25rem;
}
.content2_bg .sect2-main .rig_sqtjm .tujing_main dl{
    font-size: 0.5rem;
    margin-bottom: 0.5rem;
}
.content2_bg .sect2-main.rig_sqtjm .tujing_main dl dt{
    font-weight: bold;
    margin-bottom: 0.25rem;
}
.content2_bg .sect2-main .rig_sqtjm .tujing_main dl dd{
   line-height:0.88rem;
}
.content2_bg .sect2-main .form_main p{
    font-size:0.6rem;
    color:#fff;
}
.content2_bg .form-container{
    width: 15.05rem;
    height:2.75rem;
    box-sizing: border-box;
    background:#fff;
    border-radius:0.13rem;
    margin:0 auto;
    margin-top: 2.5rem;
    padding-top: 0.3rem;
}
.content2_bg .form-container input {
    display: inline-block;
    width: 7rem;
    height: 2rem;
    line-height:2rem;
    background:#fff;
    border-radius: 0.25rem;
    font-size: 0.7rem;
    color: #000;
    text-indent: 0.28rem;
    outline:none;
    margin-right:0.5rem;
    border:1px solid #4877fc;
    box-sizing: border-box;
    text-align: left;
}
.content2_bg .form-container span.submit {
    display: inline-block;
    width: 7rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 0.8rem;
    color: #324054;
    background: linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -webkit-linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -o-linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -ms-linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -moz-linear-gradient(to bottom, #fde8d3, #f0af64);
    cursor: pointer;
    margin: 0 auto;
    border-radius: 0.25rem;
    cursor: pointer;
    animation: ballon7 1s linear infinite;
}
/* 新航道北京学校美本腾飞计划课程设置 */
.content3_bg{
    height: 16.55rem;
    background: url(../images/ban3_bg.jpg) top center no-repeat;
    background-size: 100% 25.55rem;
    box-sizing: border-box;
    text-align: center;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}
.content3_bg h3 {
    color: #ffffff;
}
.content3_bg h4 {
    color: #b33636;
    margin-top: 0;
}
.content3_bg h3:after {
    background: #fff;
}
.content3_bg .kechengSZ{
  /* margin-top:0.95rem; */
}
.content3_bg .kechengSZ .kcsz_tit{
    width:13.9rem;
    height:1.25rem;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.content3_bg .kechengSZ .kcsz_tit ul li{
    width: 6.5rem;
    height:1.25rem;
    float: left;
    background:#fff;
    text-align: center;
    line-height: 1.25rem;
    color:#333;
    font-size:0.6rem;
    cursor: pointer;
    margin-right: 0.9rem;
}
.content3_bg .kechengSZ .kcsz_tit ul li:last-child{
   margin:0;
}
.content3_bg .kechengSZ .kcsz_tit ul li.cur{
    background: linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -webkit-linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -o-linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -ms-linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -moz-linear-gradient(to bottom, #fde8d3, #f0af64);
    border-bottom:5px solid #e23a1f;
    position: relative;
    color:#9f0914;
}
.content3_bg .kechengSZ .kcsz_tit ul li.cur:after{
    position: absolute;
    content: "";
    bottom:-0.38rem;
    left: 50%;
    margin-left: -0.13rem;
    border-top:0.25rem solid #e23a1f;
    border-left:0.25rem solid transparent;
    border-right:0.25rem solid transparent;
}
.content3_bg .kechengSZ .kcsz_main{
    margin-top:0.95rem;
}
/* 美本腾飞一站式计划 */
.content3_bg .kechengSZ .yzsjh_main{
    width: 100%;
    /* background:#fff; */
}
.content3_bg .kechengSZ .yzsjh_main .yzsjh_tit ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content3_bg .kechengSZ .yzsjh_main .yzsjh_tit ul li{
    width: 4.33rem;
    height: 1.45rem;
    line-height: 1.45rem;
    margin-right:0.2rem;
    color:#9f0914;  
    font-size:0.55rem;
    cursor: pointer;
    font-weight: bold;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -webkit-linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -o-linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -ms-linear-gradient(to bottom, #fde8d3, #f0af64);
    background: -moz-linear-gradient(to bottom, #fde8d3, #f0af64);

}
.content3_bg .kechengSZ .yzsjh_main .yzsjh_tit ul li.cur{
    border-bottom:5px solid #e23a1f;
    position: relative;
    color:#9f0914;
    background: #fff;
}
.content3_bg .kechengSZ .yzsjh_main .yzsjh_tit ul li.cur:after{
    position: absolute;
    content: "";
    bottom:-10px;
    left: 50%;
    margin-left: -0.2rem;
    border-top: 5px solid #e23a1f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index:9;
}
.content3_bg .kechengSZ .yzsjh_main .yzsjh_sec{
    height: 6.5rem;
  
}
.content3_bg .kechengSZ .kecheng_bx{
   padding-top: 0.5rem;
   height: 8rem;
   background: #fff;
}
.content3_bg .kechengSZ .tfhbM_main{
    height: 6.2rem;
}
.content3_bg .kechengSZ .tfhb_a1{
    float: left;
    width: 8rem;
    position: relative;
    text-align: left;
    margin-left:0.6rem;
 }
 .content3_bg .kechengSZ .tfhb_a2{
     float: left;
     position: relative;
     text-align: left;
  }
 .content3_bg .kechengSZ .tfhbM h6{
     color:#9f0914;
     font-size:0.5rem;
     margin-bottom: 0.38rem;
     padding-left: 0.5rem;
     position: relative;
 }
 .content3_bg .kechengSZ .tfhbM h6:after{
     position: absolute;
     content: "";
     top:50%;
     left:0;
     margin-top: -0.3rem;
     border-left:0.25rem solid #9f0914;
     border-top:0.25rem solid transparent;
     border-bottom:0.25rem solid transparent;
 }
 .content3_bg .kechengSZ .tfhbM p{
     color:#333;
     font-size:0.5rem;
     margin-bottom: 0.25rem;
 }
 .content3_bg .kechengSZ .tfhbM p span{
     display:inline-block;
     width: 0.45rem;
     height: 0.45rem;
     line-height: 0.45rem;
     text-align: center;
     border-radius: 50%;
     color:#fff;
     font-size:0.4rem;
     background:#9f0914;
     margin-right: 0.2rem;
 }
 .content3_bg  a.zxzx_btn{
     display:inline-block;
     width: 5rem;
     height:1rem;
     text-align: center;
     line-height: 1rem;
     color:#fff;
     background: #e34143;
     border-radius: 1.25rem;
     font-size: 0.5rem;
     box-shadow: 0 0.1rem 0 #ce280d;
     animation: scale2 2s linear infinite;
 }
 /* 美本腾飞互补B计划 */
.content3_bg .kechengSZ .tfhbM2{
    text-align: left;
    position: relative;
    width:100%;
    height: 6.2rem;
    margin-left: 0.55rem;
 }
 .content3_bg .kechengSZ .tfhbM2 p{
    width:7.3rem;
    float: left;
    margin-right: 0.5rem;
    font-size: 0.55rem;
 }
 .content3_bg .kechengSZ .tfhbM2 a.btn_zxzx{
    position: absolute;
    margin-left: -1.77rem;
    left: 50%;
    bottom:1.05rem;
 }
 /* 一站式计划增值服务 */
.yzsjh_main .zzfw_yizhan{
    height: 9.8rem;
    margin-top: 0.3rem;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    padding:0.2rem 0.7rem 0 0.7rem;
}
.yzsjh_main .zzfw_yizhan h5{
    width: 3.5rem;
    margin:0 auto;
    color:#9f0914;
    font-size: 0.8rem;
    position: relative;
}
.yzsjh_main .zzfw_yizhan h5::before {
    content: '—';
    position: absolute;
    display:block;
    width: 0;
    height: 0;
    left: -20px;
    top:0px;
    color: #9f0914;

}
.yzsjh_main .zzfw_yizhan h5::after {

    content: '—';

    position: absolute;

    display:block;

    width: 0;

    height: 0;

    right:3px;

    top: 0px;

    color: #9f0914;

}
.yzsjh_main .zzfw_yizhan .zzfw_main dl{
  margin-bottom: 0.3rem;
}
.yzsjh_main .zzfw_yizhan .zzfw_main dl dt{
    color:#9f0914;
    font-size: 0.5rem;
    position: relative;
}
.yzsjh_main .zzfw_yizhan .zzfw_main dl dt:after{
    content: '';
    position: absolute;
    display:block;
    width: 5px;
    height: 5px;
    background: #9f0914;
    border-radius: 50%;
    left:-8px;
    top: 5px;
}
.yzsjh_main .zzfw_yizhan .zzfw_main dl dd{
  color:#333333;
  font-size: 0.5rem;
}
/* 美本腾飞互补计划 */
.kcsz_main #con_two_2{
  margin-top: -20.05rem;
}
/*  美本留学为什么选择新航道腾飞计划 */
.content4_bg ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.15rem;
}
.content4_bg ul li{
  width: 8.6rem;
  height:6.83rem;
  margin-top:0.8rem;
  position: relative;
  background: url(../images/fangan_bg.jpg) 0 0 no-repeat;
  background-size:100%  6.83rem;
  color:#fff;
}
.content4_bg ul li h2{
  font-size:1.38rem;
  position: absolute;
  right: 2.7rem;
  top: 0.5rem;
}
.content4_bg ul li dl{
  position: absolute;
  width: 6.8rem;
  right:0.1rem;
  top: 2.6rem;
}
.content4_bg ul li dl dt{
  font-size:0.7rem;
  font-weight: bold;
}
.content4_bg ul li dl dd{
  font-size:0.5rem;
  color:#fefefe;
  text-align: left;
  margin-top: 0.1rem;
  line-height: 0.7rem;
}
/* 新航道腾飞计划专业细致的服务品质 */
.content5_bg {
  height: 21.68rem;
  background: url(../images/ban5_bg.jpg) top center no-repeat;
  background-size: 100% 21.68rem;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.content5_bg h3 {
  color: #ffffff;
}
.content5_bg h4 {
  color: #b33636;
  margin-top: 0;
}
.content5_bg h3:after {
  background: #fff;
}
.content5_bg .fwlcP{
 width: 11.57rem;
 height: 1.95rem;
 line-height: 1.95rem;
 text-align: center;
 margin: 0 auto;
 margin-top: 0.88rem;
 font-size:0.75rem;
 color:#fff;
 background:#b53030;
}
.content5_bg .sect5_main{
  width: 17.6rem;
  height: 11.18rem;
  margin-top: 4rem;
  background: url(../images/ban5main_bg.png) top center no-repeat;
  background-size: 100% 11.18rem;
  box-sizing: border-box;
  position: relative;
}
.content5_bg .sect5_main ul.fuwulc01{
  position: absolute;
  top: -3.6rem;
  left: 0.2rem;
}
.content5_bg .sect5_main ul li:nth-child(2n){
  margin-top: 1rem;
}
.content5_bg .sect5_main ul.fuwulc03 li:nth-child(2){
  margin-top: -1.25rem;
}
.content5_bg .sect5_main ul.fuwulc02{
  position: absolute;
  top: 1.2rem;
  left: 2.2rem;
}
.content5_bg .sect5_main ul li{
  width: 5.5rem;
  height: 3.6rem;
  margin-right: 0.2rem;
  float: left;
}
.content5_bg .sect5_main ul li.libg01{
  /* height: 4.9rem; */
  background:#db3636;
}
.content5_bg .sect5_main ul li.libg02{
  /* height: 5.3rem; */
  background:rgba(182,172,172,0.9)
}
.content5_bg ul li dl{
  margin-top: 0.5rem;
}
.content5_bg ul li dl dt{
  font-size:0.6rem;
  color:#fefefe;
  font-weight: bold;
}
.content5_bg ul li dl dd{
  font-size:0.5rem;
  color:#fefefe;
  text-align: left;
  line-height: 0.68rem;
  margin-left: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 2rem;
}
.content5_bg ul li.tfshm dl dd{
  margin-left:0.3rem;
  font-size: 0.35rem;
  line-height: 0.5rem;
}
.content5_bg .sect5_main ul.fuwulc03{
  position: absolute;
  bottom: -0.58rem;
  left: 0.2rem;
}
/* 全程专属的留学规划 */
.content6_bg{
  height:12.57rem;
  background: url(../images/ban6_bg.jpg) top center no-repeat;
  background-size: 100% 12.57rem;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.5rem;
}
.content6_bg h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 5rem;
  height: 0.1rem;
  left: 50%;
  margin-left: -2.5rem;
  bottom: -0.13rem;
  background: #720002;
}
.content6_bg .wrapper{
  background: #fff;
  height: 11.57rem;
  border-radius: 2rem;
  padding-top: 0.1rem;
  box-sizing: border-box;
}
.content6_bg .liuxuegh .form-container{
  width:100%;
  margin-top: 0.5rem;
  
}
.content6_bg .liuxuegh .form-container input {
  width:15.13rem;
  height: 1.5rem;
  display:block;
  margin:0 auto;
  line-height: 1.5rem;
  background:#fff;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  color: #000;
  text-indent: 0.28rem;
  outline:none;
  margin-bottom: 0.5rem;
  border:1px solid #727c89;
  box-sizing: border-box;
}
.content6_bg .liuxuegh  .form-container span.submit {
  display:block;
  width: 10rem;
  height: 1.75rem;
  margin:0 auto;
  text-align: center;
  line-height: 1.75rem;
  font-size: 0.8rem;
  border-radius: 1rem;
  color: #9f0914;
  background:#ffd041;
  box-shadow: 0 3px 0 #c98e1c;
  cursor: pointer;
  animation: scale2 3s linear infinite;
}
/* 新航道荣誉和教研成果 */
.content7_bg {
  height: 22rem;
  background: url(../images/ban7_bg.jpg) 0 center no-repeat;
  background-size: 100% 22rem;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.5rem;
  margin-top: -2px;
}
.content7_bg h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 5rem;
  height: 0.1rem;
  left: 50%;
  margin-left: -2.5rem;
  bottom: -0.13rem;
  background: #720002;
}
.content7_bg h3 {
  color: #ffffff;
}
.content7_bg h4 {
  color: #b33636;
  margin-top: 0;
}
.content7_bg h3:after {
  background: #fff;
}
.content7_bg .chengguo01 ul{
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.content7_bg .chengguo01 ul li{
  width:7.78rem;
  height: 6.5rem;
  margin-top: 0.4rem;
  margin-bottom: 0.88rem;
}
.content7_bg .chengguo01 ul li img{
  width:7.78rem;
  height: 5.67rem;
}
.content7_bg .chengguo01 ul li:last-child{
  margin-right: 0;
}
.content7_bg .chengguo01 ul li h5{
  width:7.78rem;
  height:1.1rem;
  background: rgba(255,255,255,.2);
  margin-bottom: 0.3rem;
  line-height: 1.1rem;
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
}
.content7_bg .chengguo02{
  position: relative;
}
.content7_bg .chengguo02 h5{
  width:12.07rem;
  height: 1.1rem;
  background: rgba(255,255,255,.2);
  margin:0.3rem auto;
  line-height: 1.1rem;
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
}
.content7_bg .chengguo02 img{
  width:17.1rem;
  height:2.8rem;
} 
.content7_bg .chengguo02 .tag{

  width: 2.67rem;
  height: 0.68rem;
  line-height: 0.68rem;
  color:#fff;
  text-align: center;
  border-radius: 0.13rem;
  font-size: 0.5rem;
  background: linear-gradient(to left, #ef420e, #ffb300);
  background: -webkit-linear-gradient(to left, #ef420e, #ffb300);
  background: -o-linear-gradient(to left, #ef420e, #ffb300);
  background: -ms-linear-gradient(to left, #ef420e, #ffb300);
  background: -moz-linear-gradient(to left, #ef420e, #ffb300);
}
.content7_bg .chengguo02 .tag01{
  position: absolute;
  bottom: -0.8rem;
  left: 4.3rem;
}
.content7_bg .chengguo02 .tag02{
  position: absolute;
  bottom: -0.8rem;
  right: 4.3rem;
}
.content7_bg .chengguo03{
  margin-top:1rem;
}
.content7_bg .chengguo03 .cgzs_list ul{
  display: flex;
  justify-content:space-around;
  align-items: center;
}
.content7_bg .chengguo03 .cgzs_list ul li{
  float: left;
  margin-top: 0.2rem;
  font-size: 0.5rem;
} 
/* 校区地图 */
.content8_bg{
  height:28rem;
}
.content8_bg .navbar_bx{
  width: 100%;
  height: 2.5rem;
  margin-top: 0.7rem;
}
.content8_bg .navbar_bx ul{
  display: flex;
  justify-content:flex-start;
  align-items: center;
  flex-wrap: wrap;
} 
.content8_bg .navbar_bx ul li{
    width: 4.17rem;
    height: 1.15rem;
    font-size: 0.55rem;
    color: #9f0914;
    text-align: center;
    line-height:1.15rem;
    cursor: pointer;
    background:#fff;
    border-radius:1rem;
    border:1px solid #9f0914;
    font-weight: bold;
    margin-bottom: 0.3rem;
    
}
/* .content8_bg .navbar_bx ul li:nth-child(5){
  margin-left: 0.5rem;
}
.content8_bg .navbar_bx ul li:nth-child(7){
  margin-right: 0.5rem;
} */
.content8_bg .navbar_bx ul li.cur{
  background: linear-gradient(to bottom, #fbe2c6, #f1b672);
  background: -webkit-linear-gradient(to bottom, #fbe2c6, #f1b672);
  background: -o-linear-gradient(to bottom, #fbe2c6, #f1b672);
  background: -ms-linear-gradient(to bottom, #fbe2c6, #f1b672);
  background: -moz-linear-gradient(to bottom, #fbe2c6, #f1b672);
  position: relative;
  border:1px solid #fff;
}
.content8_bg .kecheng_banxiang{
  margin-top: 0.75rem;
}
.content8_bg .xuexiao_sec{
  width:17.23rem;
  height:22.55rem;
  margin-top: 0.5rem;
}
.content8_bg .xuexiao_sec a{
  display: block;
  width:17.23rem;
  height: 11.05rem;
}
.content8_bg .xuexiao_sec img{
  width:17.23rem;
  height: 11.05rem;
}
.content8_bg .xuexiao_sec .yuyuexq_form{
  text-align: center;
  margin-top: 0.5rem;
}
.content8_bg .xuexiao_sec .yuyuexq_form h5{
  text-align: center;
  margin: 0 auto;
  font-size:0.85rem;
  color: #333;
  font-weight: bold;
}
.content8_bg .xuexiao_sec .form-container{
  border-radius:0.5rem;
  margin:0 auto;
  margin-top: 0.5rem;
  width:17.23rem;
  height: 8.35rem;
  background: #F2F3F8;
  box-sizing: border-box;
  padding-top: 0.8rem;
}

.content8_bg .xuexiao_sec .form-container input {
  width: 14rem;
  height:1.7rem;
  line-height: 1.7rem;
  background:#fff;
  border-radius: 0.3rem;
  font-size: 0.7rem;
  color: #000;
  text-indent: 0.3rem;
  outline:none;
  margin-bottom: 0.5rem;
  border: 1px solid #999;
}
.content8_bg .xuexiao_sec .form-container span {
  display: block;
  margin: 0 auto;
  width:15rem;
  height:1.7rem;
  line-height: 1.7rem;
  border-radius: 0.3rem;
  text-align: center;
  background: #9f0914;
  color: #fff;
  font-size:0.75rem;
  box-shadow: 0 0.1rem 0.5rem rgb(0 0 0 / 20%);
  animation: scale2 3s infinite alternate linear;
}


/* 合作单位 */
.hezuoDW{
    width: 100%;
    padding: 0 0.75rem;
    box-sizing: border-box;
}
.hezuoDW .top_title h3 {
  font-size:0.75rem;
  color: #232323;
  font-weight: bold;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
}
.hezuoDW .top_hezuo img{
  width: 100%;
  height: auto;
}
/* 课程设置新增 */
.content3_bg .kechengSZ_New{
  width: 100%;
  margin:0 auto;
  margin-top: 0.75rem;
} 

.content3_bg .kechengSZ_New table tr{
    width: 100%;  
}
.content3_bg .kechengSZ_New table tr.firstTr{
  height: 1.25rem;
  color:#fff;
  font-size:0.5rem;
}
 .content3_bg .kechengSZ_New table tr.firstTr th{
  height: 1.57rem;
  line-height: 1.57rem;
  color: #9f0914;
  font-size: 0.55rem;
  cursor: pointer;
  font-weight: bold;
 border-right:2px solid #ab0101;
 border-bottom:2px solid #ab0101;
 background: linear-gradient(to bottom, #fde8d3, #f0af64);
 background: -webkit-linear-gradient(to bottom, #fde8d3, #f0af64);
 background: -o-linear-gradient(to bottom, #fde8d3, #f0af64);
 background: -ms-linear-gradient(to bottom, #fde8d3, #f0af64);
 background: -moz-linear-gradient(to bottom, #fde8d3, #f0af64);
}
.content3_bg .kechengSZ_New table tr th.borderRNo{
 border-right:0 solid #fefefe;
}

.content3_bg .kechengSZ_New table tr td:first-child{
  width: 4.3rem;
  color: #9f0914;
  font-size: 0.5rem;
  cursor: pointer;
  font-weight: bold;
 border-right:2px solid #ab0101;
 border-bottom:2px solid #ab0101;
 background: linear-gradient(to bottom, #fde8d3, #f0af64);
 background: -webkit-linear-gradient(to bottom, #fde8d3, #f0af64);
 background: -o-linear-gradient(to bottom, #fde8d3, #f0af64);
 background: -ms-linear-gradient(to bottom, #fde8d3, #f0af64);
 background: -moz-linear-gradient(to bottom, #fde8d3, #f0af64);
}
.content3_bg .kechengSZ_New table tr td:nth-child(2){
  width: 8.93rem;
  padding:0.3rem 0;
}
.content3_bg .kechengSZ_New table tr td:nth-child(3){
  width:4rem;
}
.content3_bg .kechengSZ_New table tr td.borderBNo{
  border-bottom:0 solid #fefefe;
}
.content3_bg .kechengSZ_New table tr td{
  height: 0.8rem;
  line-height: 0.8rem;
  vertical-align: middle;
  background: #fff;
  border-right:2px solid #ab0101;
  border-bottom:2px solid #ab0101;
}

.content3_bg .kechengSZ_New table td.tfhbM p{
  color:#333;
  font-size:0.5rem;
  float: left;
  margin-left: 0.2rem;
}
.content3_bg .kechengSZ_New table td.tfhbM p span{
  display:inline-block;
  width: 0.45rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border-radius: 0.45rem;
  color:#fff;
  font-size:0.4rem;
  background:#9f0914;
}
.content3_bg .kechengSZ_New table tr.zzfu_td td{
  height: 3.35rem;
}
.content3_bg .kechengSZ_New table tr.zzfu_td td.tfhbM p{
 text-align: left;
}
.content3_bg .kechengSZ_New table td a{
  display:inline-block;
  width: 3.55rem;
  height: 0.88rem;
  text-align: center;
  line-height: 0.88rem;
  color:#fff;
  background: #ff5337;
  border-radius: 1.25rem;
  font-size: 0.5rem;
  box-shadow: 0 3px 0 #ce280d;
  animation: scale2 2s linear infinite;
}
