﻿.tan-newyear{
    position:fixed; top:100px; left: 50%; margin-left:-200px;width:400px; z-index: 10000; cursor: pointer; 
}
.tan-newyear .img{ 
    box-shadow: 0 0 30px #333;width:100%;}
@media (max-width: 720px){.tan-newyear{ top: 50px; left:5%;margin-left:0; width: 90%;}.tan-newyear img{ width: 100%} }

html,body{
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: auto;
}
body{
  height: auto;
}
.shool{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.shool >*{
    flex-shrink: 0;
}
.wdd-box{
    flex-grow: 1;
}
.ke-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .ke-box .ke-item {
      width: 24%;
      border: 1px solid #EEE;
      position: relative;
      display: inline-block;background-color:#fff;}
      .ke-box .ke-item .ico {
        width: 100%;
        height: 170px; }
      .ke-box .ke-item .title {
        line-height: 30px;
        font-size: 14px;
        color: #333;
        padding: 0 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        }
      .ke-box .ke-item .bottom {
        padding: 0 15px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .ke-box .ke-item .tag {
        font-size: 12px;
        color: #999; }
      .ke-box .ke-item .price {
        color: #ff892c;
        font-size: 14px; }
      .ke-box .ke-item > a {
        display: block;
        height: 170px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .ke-box .ke-item > a:hover {
        opacity: 1; }
      .ke-box .ke-item > a::after {
        content: "";
        width: 70px;
        height: 70px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 3px solid #FFF;
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        margin-left: -35px;
        margin-top: -35px; }
      .ke-box .ke-item > a::before {
        content: "";
        width: 0px;
        height: 0px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 20px solid transparent;
        position: absolute;
        border-left-color: #FFF;
        border-top-width: 15px;
        border-bottom-width: 15px;
        left: 48%;
        top: 43%; }
  
  a.def-btn {
    line-height: 50px;
    width: 300px;
    background-color: #ff892c;
    color: #FFF;
    font-size: 18px;
    display: block;
    margin: 30px auto;
    border-radius: 5px;
    text-align: center; }
  
  .box-title-info {
    margin-bottom: 20px;
    margin-top: -20px; }
    .box-title-info p {
      margin: 0;
      line-height: 1.6em;
      font-size: 14px;
      color: #999;
      text-align: center; }
  
  .peixun-box {
    height: 250px;
    background-image: url("/img/peixun.jpg");
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 50px 0; }
    .peixun-box .peixun-item {
      width: 50%;
      display: inline-block;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 14px;
      margin-bottom: 10px; }
      .peixun-box .peixun-item span:nth-of-type(1) {
        display: inline-block;
        width: 15%;
        color: #666; }
      .peixun-box .peixun-item span:nth-of-type(2) {
        display: inline-block;
        width: 84%;
        text-align: left; }
  
  .dingzhi-box {
    height: 170px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .dingzhi-box .dingzhi-item {
      height: 100%;
      width: 15%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      float: left; }
      .dingzhi-box .dingzhi-item > i {
        font-size: 72px;
        color: #32d3ff;line-height: 72px; }
      .dingzhi-box .dingzhi-item > span {
        font-size: 14px;
        margin-top: 10px; }
    .dingzhi-box > .line {
      width: 50px;
      position: relative; }
    .dingzhi-box > .line::after {
      content: "";
      width: 15px;
      height: 65%;
      background-color: #fff;
      position: absolute;
      left: 30%;
      top: -15px;
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg); }
    .dingzhi-box > .line::before {
      content: "";
      width: 15px;
      height: 65%;
      background-color: #fff;
      position: absolute;
      left: 30%;
      bottom: -15px;
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg); }
  
  .article-item {
    padding: 20px 0;
    border-bottom: 1px solid #EEE; }
    .article-item .title {
      font-size: 18px;
      margin-bottom: 14px;
      color: black;
      }
    .article-item .info {
      font-size: 12px;
      color: #999;
      margin-bottom: 4px; }
      .article-item .info span {
        margin-right: 20px; }
    .article-item .content {
      line-height: 1.6em;
      font-size: 14px;
      color: #666; }
  .article-item:hover .title{color: #ff892c;}
  .pagination {
    margin: 50px 0;
    text-align: center; }
    .pagination > a {
      display: inline-block;
      height: 35px;
      width: 35px;
      border: 1px solid #EEE;
      border-radius: 3px;
      font-size: 14px;
      color: #999;
      line-height: 35px; }
    .pagination > a.active {
      background-color: #ff892c;
      border-color: #ff892c;
      color: white; }
    .pagination > a:hover {
      border-color: #ff892c;
      color: #ff892c; }
  
  .ke-box2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .ke-box2 > div {
      margin-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      flex-wrap: wrap;
      width: 100%;
  }
    .ke-box2 .ke-item {
      width: 31%;
      height: 240px;
      display: inline-block;
      margin-right: 2%;
      margin-bottom: 20px;
      }
      .ke-box2 .ke-item:first-child{/* margin: 0; */}
  
  .wdd-nav2 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .wdd-nav2 a {
      border-left: 5px solid transparent;
      padding-left: 10px; }
    .wdd-nav2 a:hover, .wdd-nav2 a.active {
      background-color: #eee;
      border-color: #ff892c; }
  
  .big-row {
    height: 401px; }
  
  .col-left {
    height: 401px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    width: 5%;
    border: 1px solid #DDD;
    margin-top: -0.5px;
    vertical-align: middle;
    float: left;
    text-align: center;
    line-height: 400px; }
  
  .col-left.red {
    background-color: #ffe7e7; }
  
  .col-left.green {
    background-color: #e7ffef; }
  
  .col-right {
    height: 200px;
    display: inline-block;
    width: 95%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle; }
  
  .row {
    height: 100%;
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 12px; }
    .row * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .row > div {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      float: left; }
      .row > div > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        border: 0.5px solid #DDD;
        width: 100%;
        border-left: none;
        margin: -0.5px;
        text-align: center;
        line-height: 20px;min-height: 50px; }
    .row .col-1 {
      height: 100%;
      width: 5.5%; }
    .row .col-2 {
      height: 100%;
      width: 5%; }
  /*    .row .col-2 div {
        line-height: 200px; }*/
    .row .col-3 {
      height: 100%;
      width: 7%; }
  /*    .row .col-3 div {
        line-height: 200px; }*/
    .row .col-4 {
      height: 100%;
      width: 11%; }
  /*    .row .col-4 div {
        line-height: 200px; }*/
    .row .col-5 {
      height: 100%;
      width: 16%; }
    .row .col-6 {
      height: 100%;
      width: 30.5%; }
    .row .col-7 {
      height: 100%;
      width: 30.5%; }
  
  .row.#ff892c {
    background-color: #fff9f3; }
  
  .row.blue {
    background-color: #f2fcfe; }
  
  .smpx-box {
    width: 100%; }
    .smpx-box img {
      width: 40%;
      height: auto; }
    .smpx-box > div {
      width: 56%;
      float: right; }
      .smpx-box > div p {
        margin:0 0 14px;
        font-size: 14px;
        color: #666;
        line-height: 1.8em; }
  .smpx-text{padding-top:30px;}
  .info-box {
    margin: 10px 0;
    width: 48%; }
    .info-box span {
      display: inline-block;
      font-size: 14px;
      color: #666; }
    .info-box > div {
      margin-top: 10px; }
      .info-box > div span:nth-of-type(1) {
        font-weight: bold;
        color: #333;
        width: 12%;
        vertical-align: top; }
      .info-box > div span:nth-of-type(2) {
        width: 87%; }
  
  .duibi-box .duibi-top {
    height: 240px; }
    .duibi-box .duibi-top > div {
      width: 560px;
      height: 240px;
      background-color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: right bottom; }
      .duibi-box .duibi-top > div .title {
        font-size: 20px;
        margin-bottom: 40px;
        text-align: center;
        color: #333;
        font-weight: bold;margin-top: 20px;}
        .duibi-box .duibi-top > div .title span {
          color: #ff892c; }
      .duibi-box .duibi-top > div p {
        font-size: 14px;
        line-height: 1.6em;
        margin-bottom: 20px;margin-top:20px;}
  .duibi-box .duibi-bottom {
    width: 200px;
    margin: 20px auto; }
    .duibi-box .duibi-bottom h4 {
      text-align: center;
      font-size: 18px;
      margin-bottom: 20px;
      font-weight: normal; }
    .duibi-box .duibi-bottom > a {
      display: block;
      margin-bottom: 10px;
      text-align: center;
      color: white;
      font-size: 16px;
      background-color: #ff892c;
      line-height: 36px; }
    .duibi-box .duibi-bottom > a::before {
      content: "";
      display: inline-block;
      height: 20px;
      width: 20px;
      margin-right: 10px;
      position: relative;
      top: 5px;
      background-image: url("/img/zx.png");
      background-size: 100% auto;
      background-repeat: no-repeat; }
    .duibi-box .duibi-bottom > a.phone::before {
      background-position: 0 100%; }
  
  .liucheng-item {
    width: 280px;
    height: 240px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ff892c;
    background-color: #fff;
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .liucheng-item .title {
      text-align: center;
      font-size: 18px;
      margin-bottom: 15px;
      font-weight: bold;
      color: #333; }
    .liucheng-item p {
      font-size: 14px;
      color: #666;
      margin: 0;
      line-height: 1.6em; }
      .liucheng-item p span {
        display: inline-block;
        width: 32%; }
  
  .liucheng-item::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ff892c;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: 46%; }
  
  .liucheng .liucheng-item {
    text-align: left; }
  .liucheng .liucheng-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .liucheng .liucheng-top .liucheng-item {
      margin-right: 80px; }
    .liucheng .liucheng-top .liucheng-item::after {
      border-top-width: 0px;
      border-left-width: 0px;
      bottom: -11px; }
  .liucheng .liucheng-center {
    margin: 25px auto;
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    position: relative; }
    .liucheng .liucheng-center span {
      line-height: 48px;
      width: 48px;
      display: inline-block;
      text-align: center;
      background-color: #ff892c;
      color: white;
      font-size: 22px;
      border-radius: 50%;
      position: absolute;
      z-index: 10;
      margin-left: -24px;
      margin-top: -24px;
      top: 50%; }
    .liucheng .liucheng-center span:nth-of-type(2) {
      left: 20%; }
    .liucheng .liucheng-center span:nth-of-type(3) {
      left: 40%; }
    .liucheng .liucheng-center span:nth-of-type(4) {
      left: 60%; }
    .liucheng .liucheng-center span:nth-of-type(5) {
      left: 80%; }
    .liucheng .liucheng-center span:nth-of-type(6) {
      left: 100%; }
  .liucheng .liucheng-center::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 99%;
    background-color: #ff892c;
    left: 0;
    top: 50%;
    margin-top: -2px; }
  .liucheng .liucheng-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .liucheng .liucheng-bottom .liucheng-item {
      margin-left: 80px; }
    .liucheng .liucheng-bottom .liucheng-item::after {
      border-bottom-width: 0px;
      border-right-width: 0px;
      bottom: auto;
      top: -11px; }
  
  .zswdz-box img {
    width: 100%; }
  .zswdz-box p {
    width: 30%;
    line-height: 1.8em;
    font-size: 14px;
    margin-top: -104px; }
  
  .cp-box .cp-title {
    font-size: 20px;
    color: #ff892c;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%; }
  .cp-box .cp-wrapper {
    height: 320px;
    width: 100%; }
    .cp-box .cp-wrapper .cp-left {
      width: 65%;
      height: 100%;
      float: left; }
      .cp-box .cp-wrapper .cp-left img {
        display: block;
        width: 100%;
        height: 100%; }
    .cp-box .cp-wrapper .cp-right {
      width: 33%;
      height: 100%;
      float: right; }
      .cp-box .cp-wrapper .cp-right > div {
        height: 30%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 24px; }
        .cp-box .cp-wrapper .cp-right > div a {
          display: inline-block;
          text-align: center;
          line-height: 96px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: white;
          font-size: 18px;
          width: 48%;
          height: 100%;
          background-color: #eee; }
  
  .daili-box .daili-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0; }
    .daili-box .daili-row .daili-item {
      display: inline-block;
      width: 23%;
      border: 1px solid #EEE;
      background-color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px 50px; }
      .daili-box .daili-row .daili-item img {
        width: 90%; }
      .daili-box .daili-row .daili-item p {
        margin-top: 30px;
        text-align: center;
        font-size: 18px; }
  
  .small-btn {
    width: 250px;
    line-height: 50px;
    border: 1px solid #ff892c;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    color: #ff892c;
    display: inline-block;
    cursor: pointer; }
  
  .small-btn.drak {
    color: white;
    background-color: #ff892c; }
  
  .footer-text {
    height: 90px;
    color: white;
    text-align: center;
    line-height: 90px;
    background-color: #ff892c;
    font-size: 26px;
    position: relative;
    z-index: 100; }
  
  .footer-text::after {
    content: "";
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #ff892c;
    position: absolute;
    left: 50%;
    bottom: -20px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-left: -8px; }
  
  .dialog-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    display: none; }
    .dialog-box .dialog-wrapper {
      width: 1000px;
      margin-top: 100px;
      background-color: #fff;
      border-radius: 15px;
      padding: 40px 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      padding-top: 60px;
      max-width: 100%;
      }
    .dialog-box .dialog-close {
      position: absolute;
      right: 20px;
      top: 10px;
      color: #999;
      font-size: 30px;
      cursor: pointer; }
  /*首页弹框*/
  .dialog{
              position: fixed;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background-color: rgba(0,0,0,0.5);
              display: flex;
              justify-content: center;
              align-items: center;
              z-index: 1000;
          }
          .dialog-wrapper{
              background-color: #fff;
              width: 300px;
              border-radius: 5px;
              position: relative;
          }
          .dialog-title{
              line-height: 40px;
              font-size: 16px;
              text-align: center;
              border-bottom: 1px solid #EEE;
          }
          .dialog-content{
              padding: 15px;
              display: flex;
              flex-direction: column;
              align-items: center;
          }
          .dialog-btn{
              width: 90%;
              line-height: 40px;
              background-color: #ff892c;
              color: #FFF;
              text-align: center;
              font-size: 14px;
              border-radius: 5px;
          }
          .dialog-close{
              color: #CCC;
              font-size: 24px;
              position: absolute;
              right: 10px;
              top: 5px;
              cursor: pointer;
          }
          .show-line{
              font-size: 14px;
              margin: 2px 0;
          }
          .show-line span:nth-of-type(2){
              color: #ff892c;
              font-size: 13px;
          }
          .tip-line{
              font-size: 12px;
              color: #999;
              margin: 2px 0;
          }
  .jd-duibi {
    border: 1px solid #DDD;
    color: #666; }
    .jd-duibi .title {
      font-weight: bold;
      font-size: 24px;
      color: #666; }
      .jd-duibi .title > div {
        padding: 20px 0; }
    .jd-duibi > div {
      border-bottom: 1px solid #EEE;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      text-align: center;
      position: relative; }
      .jd-duibi > div > div {
        padding: 25px 0;
        width: 49.5%;
        display: inline-block;
        height: 100%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .jd-duibi > div > div:nth-of-type(1) {
        background-color: #fff9f3; }
      .jd-duibi > div > div:nth-of-type(2) {
        background-color: #f2fcfe; }
      .jd-duibi > div .center {
        position: absolute;
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        font-size: 16px;
        border-radius: 1000px;
        color: #ff8a2b;
        background-color: rgba(255, 138, 43, 0.3);
        top: 50%;
        left: 50%;
        margin-left: -60px;
        margin-top: -17.5px; }
  
  .hot-game .game-item {
    width: 16%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    margin: 10px 0; }
    .hot-game .game-item img {
      width: 80px;
      height: 80px;
      border: 1px solid #EEE;
      border-radius: 5px;
      margin-right: 4%;
      vertical-align: middle; }
    .hot-game .game-item > div {
      width: 44%;
      vertical-align: middle;
      display: inline-block;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 80px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .hot-game .game-item > div h4 {
        font-size: 16px;
        color: #333;
        margin: 0px; }
      .hot-game .game-item > div span {
        color: #999;
        font-size: 14px; }
      .hot-game .game-item > div a {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #EEE;
        text-align: center;
        font-size: 12px;
        color: #999;
        line-height: 22px;
        border-radius: 5px;
        display: block; }
  
  .fuwu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fuwu-box .fuwu-item {
      width: 48%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #EEE;
      display: inline-block;
      margin: 24px 0; }
      .fuwu-box .fuwu-item .fuwu-top {
        height: 180px;
        background-color: #f7f8fa;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 20px; }
        .fuwu-box .fuwu-item .fuwu-top .title {
          text-align: center;
          margin-bottom: 28px;
          font-size: 20px;
          color: #ff892c;
          font-weight: bold;margin-top:20px;}
        .fuwu-box .fuwu-item .fuwu-top p {
          line-height: 1.8em;
          font-size: 14px;
          color: #666;
          margin: 0px; }
      .fuwu-box .fuwu-item .fuwu-bottom {
        height: 260px;
        background-color: #FFF;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 20px 0; }
        .fuwu-box .fuwu-item .fuwu-bottom .fuwu-bottom-item {
          width: 49.5%;
          display: inline-block;
          vertical-align: middle;
          height: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0 20px;
          position: relative; }
          .fuwu-box .fuwu-item .fuwu-bottom .fuwu-bottom-item .fuwu-bottom-title {
            font-size: 18px;
            color: #999;
            margin-top: 10px;
            margin-bottom: 20px;
            text-align: center; }
          .fuwu-box .fuwu-item .fuwu-bottom .fuwu-bottom-item p {
            font-size: 14px;
            line-height: 1.6em;
            color: #666; }
          .fuwu-box .fuwu-item .fuwu-bottom .fuwu-bottom-item .fuwu-btn-box {
            text-align: center;
            position: absolute;
            width: 100%;
            left: 0;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 0 15px;
            bottom: 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .fuwu-box .fuwu-item .fuwu-bottom .fuwu-bottom-item .fuwu-btn-box a {
              line-height: 35px;
              display: inline-block;
              width: 45%;
              margin: 0 2%;
              font-size: 14px;
              color: white;
              background-color: #ff892c;
              border-radius: 5px;
              border: 1px solid #ff892c;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              text-align: center;
              -webkit-box-flex: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1; }
            .fuwu-box .fuwu-item .fuwu-bottom .fuwu-bottom-item .fuwu-btn-box a.light {
              background-color: #fff;
              color: #ff892c; }
        .fuwu-box .fuwu-item .fuwu-bottom .fuwu-bottom-item:nth-of-type(2) {
          border-left: 1px dashed #EEE; }
  
  .zizhi-box {
    height: 270px; }
    .zizhi-box .zizhi-left, .zizhi-box .zizhi-right {
      width: 9.5%;
      height: 100%;
      display: inline-block;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      vertical-align: middle;
      float: left;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .zizhi-box .zizhi-left span, .zizhi-box .zizhi-right span {
        display: block;
        width: 40px;
        line-height: 40px;
        background-color: #999;
        color: #FFF;
        font-size: 20px;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
        top: 50%;
        margin-top: -20px; }
    .zizhi-box .zizhi-show {
      width: 80%;
      height: 100%;
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      float: left; }
      .zizhi-box .zizhi-show .zizhi-list {
        width: auto;
        white-space: nowrap;
        position: relative;
        left: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .zizhi-box .zizhi-show .zizhi-list img {
          margin: 0 20px;
          width: 190px; }
  
  .call {
    height: 260px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #DDD; }
    .call .call-left, .call .call-right {
      width: 49.5%;
      height: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: inline-block; }
      .call .call-left img, .call .call-right img {
        width: 100%;
        height: 100%;
        display: block; }
    .call .call-left {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px 30px; }
      .call .call-left > div {
        margin: 10px 0;
        font-size: 14px;
        color: #666; }
        .call .call-left > div i {
          display: inline-block;
          width: 28px;
          height: 28px;
          background-image: url("/img/contact.png");
          background-repeat: no-repeat;
          margin-right: 10px;
          vertical-align: middle; }
        .call .call-left > div span {
          line-height: 28px;
          display: inline-block;
          height: 28px;
          vertical-align: middle; }
  
  .join-box {
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .join-box * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .join-box .join-item {
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      margin: 0px; }
      .join-box .join-item .left {
        width: 108px;
        height: 100%;
        display: inline-block;
        background-color: #ff892c;
        color: white;
        vertical-align: middle;
        border: 1px solid #DDD;
        border-left-width: 0px;
        border-right-width: 0px;
        font-size: 18px;
        text-align: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-top: 30px;
        float: left;
        cursor: pointer; }
        .join-box .join-item .left .enword {
          -webkit-writing-mode: lr;
              -ms-writing-mode: lr;
                  writing-mode: lr;
          line-height: 1em;
          font-size: 18px;
          letter-spacing: -0.02em;
          margin-left: -30px; }
      .join-box .join-item .right {
        height: 100%;
        display: inline-block;
        width: 0px;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        vertical-align: middle;
        border: 1px solid #DDD;
        border-left-width: 0px;
        border-right-width: 0px; }
        .join-box .join-item .right > * {
          text-align: center; }
        .join-box .join-item .right .title {
          margin-top: 40px;
          font-size: 18px;
          color: #ff892c;
          margin-bottom: 20px; }
        .join-box .join-item .right p {
          font-size: 14px;
          line-height: 2em;
          color: #666;
          margin: 0; }
    .join-box .join-item:nth-of-type(1) .right {
      width: 531px; }
    .join-box .join-item:nth-of-type(6) .right {
      border-right-width: 1px; }
    .join-box .join-item:hover .right {
      width: 531px !important; }
  
  .join-box:hover .right {
    width: 0px !important; }
  
  .licheng-box {
    position: relative;
    width: 1000px !important; }
    .licheng-box .center-line {
      width: 4px;
      height: 100%;
      background-color: #ff892c;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -2px; }
    .licheng-box .year {
      display: block;
      width: 120px;
      line-height: 40px;
      color: #FFF;
      font-size: 16px;
      text-align: center;
      background-color: #ff892c;
      border-radius: 5px;
      margin: 40px auto;
      position: relative;
      z-index: 10; }
    .licheng-box .licheng-item {
      position: relative;
      z-index: 10; }
      .licheng-box .licheng-item .licheng-child {
        width: 47%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #ff892c;
        background-color: #fff;
        padding: 10px 15px;
        border-radius: 5px;
        margin: -20px 0;
        position: relative; }
        .licheng-box .licheng-item .licheng-child .title {
          font-size: 14px;
          color: #ff892c;
          margin-bottom: 10px;
          font-weight: bold; }
        .licheng-box .licheng-item .licheng-child p {
          margin: 0px;
          font-size: 14px;
          color: #999;
          line-height: 1.6em; }
      .licheng-box .licheng-item .licheng-child::after {
        content: "";
        width: 14px;
        height: 14px;
        border: 2px solid #ff892c;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        right: -8.5%;
        top: 20%; }
      .licheng-box .licheng-item .licheng-child::before {
        content: "";
        width: 7%;
        height: 2px;
        background-color: #ff892c;
        position: absolute;
        right: -7%;
        top: 29%; }
      .licheng-box .licheng-item .licheng-child:nth-of-type(even) {
        margin-left: 53%; }
      .licheng-box .licheng-item .licheng-child:nth-of-type(even)::after {
        left: -8.5%;
        right: auto; }
      .licheng-box .licheng-item .licheng-child:nth-of-type(even)::before {
        left: -7%;
        right: auto; }
    .licheng-box .licheng-bottom {
      text-align: center;
      margin-top: 30px;
      position: relative;
      z-index: 10;
      background-color: #f7f8fa; }
      .licheng-box .licheng-bottom div {
        text-align: center;
        color: #ff892c;
        font-size: 22px;
        line-height: 1.8em; }
  
  .select-box {
    background-color: #fff;
    border: 1px solid #EEE;
    margin-bottom: 15px;
    padding: 10px;
    margin-top: 0px;
    display: block !important;
    width: 95% !important;
    }
    .select-box a {
      font-size: 14px;
      color: #666;
      padding: 0 15px;
      border-right: 1px solid #EEE; }
    .select-box a:hover, .select-box a.active {
      color: #ff892c; }
  #xy-header .firsthaeder{height: 60px !important;}
  #xy-header .firsthaeder .logo{padding: 13px 20px !important;}
  #xy-header .firsthaeder .link-box *{line-height: 60px !important;}
  #xy-header .firsthaeder .user-box span{line-height: 60px !important;}
  #xy-header .firsthaeder .uname{line-height: 60px;color: #fff;}
  #xy-header .firsthaeder .logout{line-height: 60px;color: #ccc;}

@media screen and (max-width: 500px){
    .jd-duibi {
        border: 1px solid #DDD;
        height: 465px;
            overflow: auto;
        color: #666; }
        .bot .nav{
            width: 100%;
        }

        .banner-item a {
            overflow: hidden;
            width: 400px;
            display: block;
        }
}
