.bbox {
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.mb375{
    margin-bottom: .6rem;
} 
.mt375{
    margin-top: .6rem;
}
.clear:after {
    display: block;
    content: '';
    clear: both;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .textoverhidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tagradius {
    border-radius: 6.25rem 6.25rem 6.25rem 0;
  }
  html,
  body,
  div,
  ul,
  li,
  ol,
  dl,
  dd,
  dt,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  a,
  img,
  span,
  em,
  i,
  b,
  iframe,
  strong,
  label {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  html,
  body {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
  }
  body {
    font-family: sans-serif;
    color: #333;
    overflow-x: hidden;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  ol,
  ul {
    list-style: none;
  }
  a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-touch-callout: none;
  }
  em,
  i {
    font-style: normal;
  }
  img {
    vertical-align: middle;
    border: none;
    -webkit-touch-callout: none;
    max-width: 100%;
    max-height: 100%;
  }
  a,
  input,
  select,
  textarea,
  button {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
  }
  select {
    -webkit-appearance: menulist;
  }
  input:disabled {
    background-color: #fff;
  }
  textarea {
    resize: none;
  }
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  ::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
  }
  :-moz-placeholder {
    color: #666;
    opacity: 1;
  }
  ::-moz-placeholder {
    color: #666;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #666;
    opacity: 1;
  }
  
  *{ touch-action: manipulation;}

  html{
    touch-action:none;
    
    touch-action:pan-y;
    
    }

  body {
    width: 100%;
    overflow-x: hidden;
    /* padding-top: 1.24rem !important; */
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000000;
  }
  .section {
    min-width: 100%;
  }
  .banner {
    min-width: 100%;
  }
  .tagradius {
    border-radius: 6.25rem 6.25rem 6.25rem 0;
  }
  .textoverhidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  [v-cloak] {
    display: none;
  }
  img {
    max-width: 100%;
  }
  .blank {
    width: 100%;
    height: 1.87rem;
  }
  .container {
    margin: 0 auto;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .clear:after {
    display: block;
    content: '';
    clear: both;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .common-title {
    text-align: center;
    font-size: .4rem;
    color: #333333;
  }
  .common-title .title {
      margin-top: .6rem;
    margin-bottom: .32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common-title .title span {
    color: #0091ff;
  }
  .common-title .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: .24rem;
    color: #999999;
  }
  header {
    height: 1rem;
    line-height: 1rem;
    padding: 0.62rem .4rem;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    background: #D6E0F4;
    
  }
  header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .left {    
    font-size: 0;
    align-items: center;
    display: flex;
    flex: 1;
  }
  header .left img {
    vertical-align: inherit;
  }
  header .left img.logo{
    height: .6rem;
  }
  header .left img.phone{
      height: .36rem;
      margin: 0 .12rem 0 .4rem;
  }
 
  header .left .phonenumber img{
    height: .22rem;
  }
  header .left span {
    vertical-align: middle;
    display: inline-block;
    font-size: 40px;
    color: #333333;
    font-family: num;
  }
  header .right{
      width: .36rem;
  }
  header .right .navmenu img{
      height: .28rem;
  }
  header .right nav {
    position: relative;
  }
  header .right ul li {
    float: left;
    z-index: 10;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  header .right ul li:last-child(1) {
    margin-right: 0;
  }
  header .right ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
  }
  header .right ul li:hover {
    color: #0091ff;
    cursor: pointer;
    overflow: initial;
  }
  header .right ul li:hover .menu {
    z-index: 10;
    top: 100px;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
  }
  header .right ul li:hover .title {
    color: #333;
  }
  header .right ul li.active {
    color: #0091ff;
    position: relative;
  }
  header .right ul li .menu {
    -webkit-transition: .3s;
    transition: .3s;
    top: 150px;
    opacity: 0;
    z-index: -10;
    position: absolute;
    width: 42.38rem;
    background: rgba(255, 255, 255, 0.9);
    left: 50%;
    margin-left: -21.19rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    padding: 1.88rem;
  }
  header .right ul li .menu .item {
    margin-bottom: 1.88rem;
  }
  header .right ul li .menu .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  header .right ul li .menu .item:hover .title,
  header .right ul li .menu .item:hover .subtitle {
    color: #0091ff;
  }
  header .right ul li .menu .item .title {
    font-size: 1.25rem;
    margin-bottom: .38rem;
    line-height: 1;
  }
  header .right ul li .menu .item .subtitle {
    font-size: 1rem;
    color: #666666;
    line-height: 1;
  }
  header .right ul li.fangan .menu {
    width: 13.75rem;
    margin-left: -7rem;
  }
  header .right ul li.fangan .menu .title {
    font-size: 1.15rem;
  }
  header .right .line {
    position: absolute;
    width: 40px;
    height: 4px;
    background: #0091ff;
    bottom: 0;
    z-index: 5;
    left: 40px;
    display: block;
  }
    
  #footer {
    color: #D1D1D1;
    background: #1B1B1B;
    min-width: 100%;
  }
  #footer ul {
    height: 85px;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #494949;
  }
  #footer ul li {
    float: left;
    font-size: .28rem;
    line-height: 85px;
    margin-right: .36rem;
  }
  #footer ul li a {
    color: #aaa;
  }
  #footer ul li a:hover {
    color: #fff;
  }
  #footer ul li:last-child {
    margin-right: 10px;
  }
  #footer ul li:first-child {
    margin-left: 0.4rem;
  }
  #footer .companymsg {
    width: 100%;
    margin: auto;
    padding-top: .48rem;
  }
  #footer .companymsg .link_title {
    display: inline-block;
    float: left;
    width: 7%;
    line-height: 28px;
    font-size: 14px;
    white-space: nowrap;
  }
  #footer .companymsg .friendship_link {
    display: inline-block;
    float: left;
    width: 90%;
    overflow: hidden;
  }
  #footer .companymsg .friendship_link a {
    color: #D1D1D1;
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
  }
  #footer .companymsg .friendship_link a:hover {
    color: #ffffff;
  }
  #footer .companymsg .footerleft {
  }
  #footer .address {
    padding-top: 20px
  }
  #footer .address p {
    font-size: .22rem;
    padding-left: .4rem;
    line-height: 25px;
  }
  #footer .companymsg .footerleft h1 {
    font-size: .36rem;
    font-weight: normal;
    margin-bottom: 14px;
    padding-left: .4rem;
  }
  #footer .companymsg .footerleft p:nth-of-type(1) {
    font-size: .22rem;
    padding-left: .4rem;
  }
  #footer .companymsg .footerleft p:nth-of-type(2) {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #footer .companymsg .footerleft p:nth-of-type(2) span {
    font-family: 'num';
    font-size: 60px;
    font-weight: bold;
    color: #f2f2f2;
    line-height: 92px;
  }
  #footer .companymsg .footerleft p:nth-of-type(3),
  #footer .companymsg .footerleft p:nth-of-type(4) {
    font-size: 18px;
    line-height: 28px;
  }
  #footer .companymsg .footerleft p:nth-of-type(3) span,
  #footer .companymsg .footerleft p:nth-of-type(4) span {
    display: inline-block;
    width: 280px;
  }
  #footer .companymsg .footerright {
    width: 480px;
    float: right;
  }
  #footer .companymsg .footerright p {
    margin: 6px 0;
    line-height: 24px;
  }
  #footer .companymsg .footerright p:nth-of-type(1) {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #footer .copyright {
    margin-top: 40px;
    background: #000;
  }
  #footer .copyright p {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    opacity: 0.6;
    padding: .2rem;
  }
  #footer .copyright p span {
    font-size: 12px;
  }

  #company {
    height: auto !important;
  }
  #business {
    margin-bottom: 48px !important;
  }

  #footer .footer-tel{
    width:87%;
    margin:0.28rem auto;
    align-items:flex-end;
    justify-content:space-between
  }
  #footer .footer-tel .left .tel{
    font-size:.4rem;
    color: #fff;
  }
  #footer .footer-tel .left .tel span{
    font-size:.2rem;
  }
  #footer .footer-tel .right img{
    height:1.19rem;
  }

  .hidemenu{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left: 100%;
    top: 0;
  }
  .hidemenu .hidemenubg{
      display: none;
      position: absolute;
      z-index: 10005;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, .3);
  }
  .hidemenu .hidemenu-nav-bg{
        background: #363B48;
        height: 100%;
        width: 5.75rem;
        position: absolute;
        right: 0;
        z-index: 10010;
  }
  .hidemenu .item.top img{
    height: 0.6rem;
  }
  .hidemenu .item.top .closebtn img{
      height: .28rem;
  }
  .hidemenu .item{
      width: 100%;
      min-height: 1rem;
      line-height: 1rem;
      box-sizing: border-box;
      padding:0 .4rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #666666;
  }
  .hidemenu .item  .icon img{
      height: .18rem;
      transform: rotate(0deg);
      transition: .2s;
  }
  .hidemenu .item  .icon.active img{
      transform: rotate(180deg);
      transition: .2s;
  }
  .hidemenu .item .childmenu.active{
      display: flex;
      flex-wrap: wrap;      
    }
  .hidemenu .item .childmenu{
        
        display: none;
        padding-left: .4rem;
  }
  .hidemenu .item .childmenu a{
      display: block;
      width: 50%;    
  }
  .hidemenu .item a{
      color: #FFFFFF;
      font-size: .32rem;
      display: inline-block;
      width: 100%;
      height: 100%;
  }

  .teach-consulting-bg {
    position: relative;
    height: 2.56rem;
    background: url(../images/xuqiubg.jpg) no-repeat 100%;
    background-size: 100%;
    background-size: cover;
  }
  .teach-consulting-bg .teach-consulting {
    padding: .4rem 0 .16rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .teach-consulting-bg .teach-consulting:after {
    display: block;
    content: '';
    clear: both;
  }
  .teach-consulting-bg .teach-consulting:after {
    display: block;
    content: '';
    clear: both;
  }
  .teach-consulting-bg .teach-consulting .teach-consulting-item {
  font-size: .4rem;
  color: #fff;
  text-align: center;
  }
  .teach-consulting-bg .teach-consulting .teach-consulting-item .teach-consulting-item-title {
    font-size: .4rem;
    text-align: center;
  }
  .teach-consulting-bg .teach-consulting .teach-consulting-item .teach-consulting-item-msg{
    margin: .22rem 0 .3rem;
    font-size:.24rem;
  }
  .teach-consulting-bg .teach-consulting .teach-consulting-item .teach-consulting-btn {
    color: #3B7DEC;
    background-color: #fff;
    border-radius: 10rem;
    display: block;
    width: 1.6rem;
    height: .48rem;
    font-size: .24rem;
    text-align: center;
    line-height: .48rem;
    margin: 0 auto;
  }

  #footer .copyright a{color: #D1D1D1;}