.ct {
  width: 1200px;
  margin: 0 auto; }

.cmtitle {
  width: 100%;
  text-align: center;
  padding: 100px 0 42px; }
  .cmtitle div:nth-of-type(1) {
    font-size: 34px;
    color: #222222;
     }
  .cmtitle div:nth-of-type(2) {
    font-size: 18px;
    color: #b1b1b1;
    font-family: "BAHNSCHRIFT";
    margin-top: 5px; }
    footer .top ul.last .topp a:nth-of-type(2){
    	margin: 0px 32px;
    }
.fixedtwo{
position: fixed;
    z-index: 999;
    top: 104px;
    width: 100%;
    left: 0;
}
footer {
  width: 100%;
  border-top: 4px solid #f7a42c; }
  footer .ct{
    width: 1400px;
  }
  footer .top {
    padding-top: 45px;
    padding-bottom: 70px;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between; }
    footer .top ul {
      float: left;
      margin-right: 41px; }
      footer .top ul li:nth-of-type(1) {
        margin-bottom: 25px; }
        footer .top ul li:nth-of-type(1) a {
          font-size: 16px;
          color: #333333;
          
          cursor: default; }
        footer .top ul li:nth-of-type(1) a:hover {
          color: #333; }
      footer .top ul li {
        margin-bottom: 15px; }
        footer .top ul li a {
          font-size: 14px;
          color: #666666;
          transition: all .3s;
           }
        footer .top ul li a:hover {
          color: #f7a42c; }
    footer .top ul.last {
      margin-right: 0; }
      footer .top ul.last .topp {
        margin-bottom: 25px; }
        footer .top ul.last .topp a {
          font-size: 16px;
          color: #333333; }
      footer .top ul.last .code .item {
        margin-right: 5px; }
        footer .top ul.last .code .item img {
          width: 102px;
          height: 103px; }
        footer .top ul.last .code .item div {
          text-align: center;
          font-size: 14px;
          color: #222222;
          
          margin-top: 8px; }
  footer .bottom {
    width: 100%;
    height: 62px;
    line-height: 62px;
    border-top: 1px solid #e2e2e2; }
    footer .bottom span {
      font-size: 14px;
      color: #999999; }
    footer .bottom a {
      font-size: 14px;
      color: #999999; }

.nav-top {
  width: 100%;
  height: 49px;
  background-color: #f59e24;
  transition: all .3s;
  top: 0; }
  .nav-top .ct {
    text-align: right; }
  .nav-top .inner {
    height: 49px;
    line-height: 49px; }
    .nav-top .inner .tel img {
      width: 23px;
      height: 20px; }
    .nav-top .inner .tel span {
      font-size: 24px;
      color: white;
      vertical-align: middle;
      margin-left: 8px;
      font-family: Arial-BoldMT;
      font-weight: bold; }
    .nav-top .inner .posi {
      margin-left: 40px; }
      .nav-top .inner .posi img {
        width: 15px;
        height: 19px; }
      .nav-top .inner .posi span {
        font-size: 16px;
        color: white;
        vertical-align: middle;
        margin-left: 8px;
         }
    .nav-top .inner .icon {
      margin-left: 30px;
      border-left: 1px solid rgba(255, 255, 255, 0.15);
      border-right: 1px solid rgba(255, 255, 255, 0.15); }
      .nav-top .inner .icon .search {
        width: 55px;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, 0.15); }
        .nav-top .inner .icon .search img {
          width: 19px;
          height: 19px; }
      .nav-top .inner .icon .wechat {
        width: 55px;
        text-align: center;
        position: relative; }
        .nav-top .inner .icon .wechat .one {
          width: 22px;
          height: 16px; }
        .nav-top .inner .icon .wechat .weinner {
          width: 550px;
          height: 225px;
          background: white;
          border-radius: 0 0 15px 15px;
          position: absolute;
          top: 49px;
          right: -225px;
          z-index: 99;
          padding: 25px 45px;
          box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.25);
          display: none; }
          .nav-top .inner .icon .wechat .weinner li {
            float: left;
            margin-right: 19px; }
            .nav-top .inner .icon .wechat .weinner li img {
              width: 140px;
              height: 140px; }
            .nav-top .inner .icon .wechat .weinner li div {
              font-size: 16px;
              color: #333;
              text-align: center; }
          .nav-top .inner .icon .wechat .weinner li:nth-of-type(3) {
            margin-right: 0; }
        .nav-top .inner .icon .wechat .weinner::after {
          content: '';
          width: 0px;
          height: 0px;
          border-width: 14px;
          border-style: solid;
          display: block;
          border-color: transparent transparent #fff transparent;
          position: absolute;
          left: 54%;
          transform: translateX(-50%);
          top: -28px;
          z-index: 99; }

nav {
  width: 100%;
  height: 104px;
  background: white;
  transition: all .3s;
  top: 0; }
  nav .logo img {
    width: 268px;
    height: 55px;
    margin-top: 24px; }
/*  nav .nav-inner {
    margin-top: 27px; }*/
    nav .nav-inner li {
    	padding: 27px 0;
      float: left; }
      nav .nav-inner li a {
      	position: relative;
        display: inline-block;
        width: 132px;
        height: 50px;
        border-radius: 25px;
        text-align: center;
        padding-top: 5px;
        transition: all .3s; }
        nav .nav-inner li a div:nth-of-type(1) {
          font-size: 16px;
          color: #333333;
           }
        nav .nav-inner li a div:nth-of-type(2) {
          font-size: 14px;
          color: #444444;
          display: inline-block;
          font-family: "BAHNSCHRIFT"; }
      nav .nav-inner li a.active {
        background-color: #f59e24; }
      nav .nav-inner li a.active div {
        color: white; }
      nav .nav-inner li a:hover {
        background-color: #f59e24; }
      nav .nav-inner li a:hover div {
        color: white; }
              nav .nav-inner li .agright {
        position: absolute;
        top: 153px;
        z-index: 99;
        background: white;
        display: none; }
        nav .nav-inner li .agright div {
          line-height: 50px; }
        nav .nav-inner li .agright a {
          background-color: white; }
        nav .nav-inner li .agright a:hover {
          color: #f59e24; }
.idswiper {
  width: 100%;
  height: 750px;
  background: no-repeat center center;
  background-size: cover; }
  .idswiper .swiper-slide{
    position: relative;
  }
  .idswiper .yyue {
  	display:none;
    position: absolute;
    width: 177px;
    height: 105px;
    bottom: 0;
    right: 356px;
    text-align: center;
    padding-top: 54px; }
    .idswiper .yyue img {
      width: 24px;
      height: 20px; }
    .idswiper .yyue span {
      font-size: 16px;
      color: white;
      margin-left: 4px; }
  .idswiper .ct {
    padding-top: 50px; }
    .idswiper .ct .leftex {
    	transform: scale(.8);
       z-index:99;
      position: relative;
      width: 524px;
      height: 529px; }
      .idswiper .ct .leftex .left {
        z-index:999;
        width: 492px;
        height: 460px;
        background: no-repeat center center;
        background-size: cover;
        padding-top: 144px;
        position: absolute;
        top: 31px;
        left: 15px;
        padding-left: 72px; }
        .idswiper .ct .leftex .left .top p:nth-of-type(1) {
       /*   font-size: 64px;*/
        	font-size: 50px;
          color: #ffffff;
          margin-bottom: 10px;
          padding-left: 57px; }
        .idswiper .ct .leftex .left .top p:nth-of-type(2) {
         /* font-size: 36px;*/
         font-size: 30px;
          color: #ffffff;
              padding-left: 22px;
          margin-top: -10px;
          letter-spacing: 4px; }
        .idswiper .ct .leftex .left .top p:nth-of-type(3) {
          font-size: 14px;
          color: #ffffff;
          opacity: 0.5;
          font-family: "CENTURYGOTHIC-BOLD";
          font-size: 13px;
          letter-spacing: 3px; }
        .idswiper .ct .leftex .left .seemore {
          display: inline-block;
          font-family: "CENTURYGOTHIC-BOLD";
          font-size: 14px;
          color: #ffffff;
          width: 162px;
          height: 48px;
          line-height: 48px;
          text-align: center;
          background-color: rgba(255, 255, 255, 0.34);
          border-radius: 24px;
          margin-top: 24px;
          margin-left: 69px; }
      .idswiper .ct .leftex .leftimg {
        width: 524px;
        height: 529px;
        position: absolute;
        top: 0;
        left: 0; }
        .idswiper .ct .leftex .leftimg img {
          width: 524px;
          height: 529px; }

.sevice-ct {
  width: 100%;
  background: #f7f7f7; }
  .sevice-ct .seinner .item {
    width: 50%;
    height: 430px;
    float: left;
    overflow: hidden; }
    .sevice-ct .seinner .item .pic {
      width: 50%;
      height: 100%;
      float: left;
      text-align: center;
      position: relative;
      background-color: transparent;
      transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      transition: transform .25s; }
      .sevice-ct .seinner .item .pic .top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translate3d(0, 0, 215px);
        -webkit-transform: translate3d(0, 0, 215px);
        z-index: 3; }
        .sevice-ct .seinner .item .pic .top .img {
          width: 135px;
          height: 130px;
          text-align: center;
          line-height: 130px;
          margin: 0 auto;
          margin-top: 150px; }
        .sevice-ct .seinner .item .pic .top .name {
          font-size: 28px;
          color: white;
          margin-top: 35px; }
      .sevice-ct .seinner .item .pic .trans {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: rotateX(90deg) translate3d(0, 0, 215px);
        -webkit-transform: rotateX(90deg) translate3d(0, 0, 215px);
        z-index: 3; }
        .sevice-ct .seinner .item .pic .trans img {
          width: 100%;
          height: 100%; }
    .sevice-ct .seinner .item .pic:hover {
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg); }
    .sevice-ct .seinner .item .intro {
      width: 50%;
      height: 100%;
      float: left;
      background: white;
      position: relative;
      padding: 70px 75px 0 43px; }
      .sevice-ct .seinner .item .intro .title {
        font-size: 24px;
        color: #333333;
         }
      .sevice-ct .seinner .item .intro .emtry {
        display: inline-block;
        width: 13px;
        height: 2px;
        background-color: #333333;
        margin-bottom: 5px; }
      .sevice-ct .seinner .item .intro .en {
        font-size: 20px;
        color: #888888;
        font-family: "BAHNSCHRIFT"; }
      .sevice-ct .seinner .item .intro .detail {
        font-size: 14px;
        color: #333333;
        margin-top: 50px;
        line-height: 1.6em;
         }
      .sevice-ct .seinner .item .intro .seemore {
        display: inline-block;
        width: 159px;
        height: 50px;
        line-height: 46px;
        text-align: center;
        background-color: white;
        border-radius: 25px;
        color: #666666;
        position: absolute;
        bottom: 53px;
        transition: all .3s;
        font-family: Georgia;
        font-size: 14px; }
  .sevice-ct .seinner .item:nth-of-type(1) .pic .top {
    background-color: #f59e24; }
  .sevice-ct .seinner .item:nth-of-type(2) .pic .top {
    background-color: #4e95d7; }
  .sevice-ct .seinner .item:nth-of-type(3) .pic .top {
    background-color: #65c543; }
  .sevice-ct .seinner .item:nth-of-type(4) .pic .top {
    background-color: #e14c2b; }
  .sevice-ct .seinner .item:nth-of-type(1) .pic .img img {
    width: 131px;
    height: 116px; }
  .sevice-ct .seinner .item:nth-of-type(1) .intro .seemore {
    border: solid 2px #f59e24; }
  .sevice-ct .seinner .item:nth-of-type(2) .intro .seemore {
    border: solid 2px #067fcc; }
  .sevice-ct .seinner .item:nth-of-type(3) .intro .seemore {
    border: solid 2px #64c645; }
  .sevice-ct .seinner .item:nth-of-type(4) .intro .seemore {
    border: solid 2px #e14c2b; }
  .sevice-ct .seinner .item:nth-of-type(1) .intro::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 30px;
    border-style: solid;
    border-color: transparent white  transparent transparent;
    position: absolute;
    top: 45%;
    left: -60px;
    z-index: 9; }
  .sevice-ct .seinner .item:nth-of-type(2) .intro::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 30px;
    border-style: solid;
    border-color: transparent white  transparent transparent;
    position: absolute;
    top: 45%;
    left: -60px;
    z-index: 9; }
  .sevice-ct .seinner .item:nth-of-type(3) .pic::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 30px;
    border-style: solid;
    border-color: transparent  transparent transparent white;
    position: absolute;
    top: 45%;
    left: 0px;
    z-index: 9; }
  .sevice-ct .seinner .item:nth-of-type(4) .pic::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 30px;
    border-style: solid;
    border-color: transparent  transparent transparent white;
    position: absolute;
    top: 45%;
    left: 0px;
    z-index: 9; }
  .sevice-ct .seinner .item:nth-of-type(1) .intro .seemore:hover {
    background-color: #f59e24;
    color: white; }
  .sevice-ct .seinner .item:nth-of-type(2) .intro .seemore:hover {
    background-color: #067fcc;
    color: white; }
  .sevice-ct .seinner .item:nth-of-type(3) .intro .seemore:hover {
    background-color: #64c645;
    color: white; }
  .sevice-ct .seinner .item:nth-of-type(4) .intro .seemore:hover {
    background-color: #e14c2b;
    color: white; }

.news-ct {
  background: #f8f8f8;
  padding-bottom: 150px; }
  .news-ct .tab {
    margin: 0 auto;
    text-align: center; }
    .news-ct .tab a {
      display: inline-block;
      width: 166px;
      height: 43px;
      line-height: 43px;
      text-align: center;
      background-color: #ffffff;
      box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.05);
      border-radius: 21px;
      font-size: 16px;
      color: #333333; }
    .news-ct .tab a:nth-of-type(2) {
      margin: 0 20px; }
    .news-ct .tab a.active {
      background-color: #f99c00;
      color: white; }
  .news-ct .innerct {
    width: 100%;
    margin-top: 68px;
    display: none; }
    .news-ct .innerct .item {
      width: 380px;
      height: 483px;
      border-radius: 15px;
      margin-right: 30px;
      overflow: hidden; }
      .news-ct .innerct .item .img {
        width: 100%;
        height: 246px;
        overflow: hidden;
        border-radius: 15px 15px 0 0; }
        .news-ct .innerct .item .img img {
          width: 100%;
          height: 100%;
          transition: all .3s;
          overflow: hidden; }
      .news-ct .innerct .item .intro {
        width: 100%;
        height: 237px;
        padding: 30px 30px 0;
        transition: all .3s;
        background: white; }
        .news-ct .innerct .item .intro .detail {
          font-size: 18px;
          transition: all .3s;
          
          font-weight: bold;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .news-ct .innerct .item .intro .tit {
          font-size: 14px;
          color: #999999;
          margin-top: 13px;
          margin-bottom: 27px;
          transition: all .3s; }
        .news-ct .innerct .item .intro .there {
          font-size: 14px;
          color: #666666;
          line-height: 1.6em;
          transition: all .3s; }
        .news-ct .innerct .item .intro .read-more {
          display: none;
          transition: all .3s;
          margin-top: 40px; }
          .news-ct .innerct .item .intro .read-more img {
            width: 15px;
            height: 15px;
            vertical-align: middle; }
          .news-ct .innerct .item .intro .read-more span {
            font-size: 14px;
            color: #ffffff;
            vertical-align: middle;
            font-family: Georgia;
            margin-left: 5px; }
    .news-ct .innerct .item:hover .img img {
      transform: scale(1.1); }
    .news-ct .innerct .item:hover .read-more {
      display: block; }
    .news-ct .innerct .item:hover .intro {
      background: #f59e24; }
    .news-ct .innerct .item:hover .intro .detail {
      color: white; }
    .news-ct .innerct .item:hover .intro .tit {
      color: white; }
    .news-ct .innerct .item:hover .intro .there {
      color: white; }
    .news-ct .innerct .item:nth-of-type(3n) {
      margin-right: 0; }

.vid-tea {
  width: 100%; }
  .vid-tea .topbg .bga {
    width: 100%;
    height: 373px; }
  .vid-tea .ct {
    height: 341px;
    position: relative;
    top: -270px; }
    .vid-tea .ct .item {
      width: 585px;
      margin-right: 30px; }
      .vid-tea .ct .item .title img {
        width: 53px;
        height: 45px;
        vertical-align: middle;
        margin-top: 10px; }
      .vid-tea .ct .item .title div {
        vertical-align: middle;
        margin-left: 10px; }
        .vid-tea .ct .item .title div div:nth-of-type(1) {
          font-size: 30px;
          color: white;
          vertical-align: middle; }
        .vid-tea .ct .item .title div div:nth-of-type(2) {
          font-size: 14px;
          color: white;
          vertical-align: middle; }
    .vid-tea .ct .item:nth-of-type(2) {
      margin-right: 0; }
    .vid-tea .ct .videoya {
      width: 100%;
      position: relative;
      margin-top: 63px; }
      .vid-tea .ct .videoya .big {
        width: 100%;
        height: 341px; }
      .vid-tea .ct .videoya .plnow {
      	z-index:33;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px; }

.cmswiper {
  width: 100%;
  height: 545px; }
  .cmswiper .ct {
    padding-top: 50px; }
    .cmswiper .ct .left {
    display:none;
      width: 356px;
      height: 356px;
      position: relative;
      box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.5);
      padding-top: 120px;
      padding-left: 40px;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%; }
      .cmswiper .ct .left p:nth-of-type(1) {
        font-size: 60px;
        color: #ffffff;
         }
      .cmswiper .ct .left p:nth-of-type(2) {
        font-size: 28px;
        color: #ffffff;
        letter-spacing: 1px;
         }
      .cmswiper .ct .left p:nth-of-type(3) {
        font-size: 14px;
        color: #ffffff;
        opacity: 0.5;
        font-family: "CENTURYGOTHIC-BOLD"; }
    .cmswiper .ct .right {
      margin-top: 110px; }
      .cmswiper .ct .right div {
        margin-bottom: 20px; }
      .cmswiper .ct .right i {
        display: inline-block;
        width: 22px;
        height: 16px;
    /*    opacity: 0.5;*/
        transition: all .3s; }
      .cmswiper .ct .right span {
        font-size: 22px;
        color: #ffffff;
       /* opacity: 0.5;*/
        margin-left: 20px;
        transition: all .3s;
         }
      .cmswiper .ct .right a.active i {
        opacity: 1; }
      .cmswiper .ct .right a.active span {
        color:#f59e24;
        opacity: 1; }
      .cmswiper .ct .right a:hover i {
        opacity: 1; }
      .cmswiper .ct .right a:hover span {
         color:#f59e24;
        opacity: 1; }

.introbg {
  width: 100%;
  padding-bottom: 220px; }
  .introbg .one img {
    width: 100%;
    height: 565px; }
    .introbg .one .bottom .leftex{
    	width:187px;
      position: relative;
    }
    .introbg .one .bottom .leftex::after{
      content: "";
      position: absolute;
      top: 8px;
      right: -40px;
      height: 150%;
      width: 8px;
      background-color: #f59e24;
    }
    .introbg .one .bottom .leftex .bbex{
    	width:100%;
      display:flex;
    }
      .introbg .one .bottom .leftex .rightar{
        transform: scale(0.7);
        position: relative;
      }
    .introbg .one .bottom .leftex .rightar p:nth-of-type(1){
      font-size: 31px;
      color: #222222;
      text-align: left;
      position: relative;
      margin-bottom: 15px;
    }
     .introbg .one .bottom .leftex .rightar p:nth-of-type(1)::after{
    position: absolute;
    content: "";
    width: 98%;
    height: 3px;
    background: black;
    bottom: -8px;
    left: 0;
     }
    .introbg .one .bottom .leftex .rightar p{
      font-family: "CENTURYGOTHIC-BOLD";
      font-size: 20px;
      color: #333333;
    }
  .introbg .one .bottom .left {
    transform: scale(.7);
    text-align: center;
    padding-top: 43px;}
    .introbg .one .bottom .left div:nth-of-type(1) {
      font-size: 41px;
      color: #222222;
      
      text-align: left; }
    .introbg .one .bottom .left div:nth-of-type(2) {
      width: 176px;
      height: 3px;
      background-color: #1b1b1b;
      margin: 8px 0; }
    .introbg .one .bottom .left div:nth-of-type(3) {
      font-family: "CENTURYGOTHIC-BOLD";
      font-size: 20px;
      color: #333333;
      text-align: left;
      letter-spacing: 1px; }
  .introbg .one .bottom .line {
    width: 8px;
    height: 392px;
    background-color: #f59e24;
    position: relative;
    top: 54px;}
  .introbg .one .bottom .right {
    width: 930px;
    padding-left: 40px;
    padding-top: 50px; }
    .introbg .one .bottom .right p {
      font-size: 16px;
      color: #444444;
      line-height: 2em;
       }
    .introbg .one .bottom .right p:nth-of-type(2) {
      margin-top: 30px; }
  .introbg .one:last-child {
    margin-bottom: 0; }
  .introbg .two img {
    width: 971px;
    height: 539px;
    float: left; }
  .introbg .two .right {
    width: 376px;
    float: right;
    position: relative;
    margin-top: -390px; }
    .introbg .two .right p:nth-of-type(1) {
      font-size: 46px;
      letter-spacing: 1px;
      color: #222222;
       }
    .introbg .two .right p:nth-of-type(2) {
      width: 100%;
      height: 3px;
      background-color: #1b1b1b;
      margin: 8px 0; }
    .introbg .two .right p:nth-of-type(3) {
      font-size: 20px;
      letter-spacing: 1px;
      color: #222222;
      font-family: "CENTURYGOTHIC-BOLD"; }
      .introbg .there ul{
           display: flex;
    align-items: center;
    justify-content: center;
      }
  .introbg .there ul li {
    float: left;
    margin-right: 22px;
    border-radius: 14px;
    overflow: hidden; }
    .introbg .there ul li .img {
      width: 283px;
      height: 393px;
      position: relative; }
      .introbg .there ul li .img .big {
        width: 283px;
        height: 393px; }
      .introbg .there ul li .img .detail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 53px;
        padding-left: 40px; }
        .introbg .there ul li .img .detail .en {
          font-size: 26px;
          color: #ffffff;
          margin-top: 44px;
          margin-bottom: 40px;
          font-family: "CENTURYGOTHIC-BOLD";
          min-height: 96px; }
        .introbg .there ul li .img .detail .last {
          font-size: 24px;
          color: white;
           }
  .introbg .there ul li:nth-of-type(1) .detail img {
    width: 63px;
    height: 60px; }
  .introbg .there ul li:nth-of-type(2) .detail img {
    width: 88px;
    height: 64px; }
  .introbg .there ul li:nth-of-type(3) .detail img {
    width: 60px;
    height: 61px; }
  .introbg .there ul li:nth-of-type(4) .detail img {
    width: 69px;
    height: 56px; }
  .introbg .there ul li:last-child {
    margin-right: 0; 
  display: none;}

.culturebg {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 205px; }
  .culturebg .tone .left {
    width: 459px;
    height: 239px;
    border-radius: 14px;
    padding: 50px;
    background: #f59e24; }
    .culturebg .tone .left .up img {
      width: 24px;
      height: 26px; }
    .culturebg .tone .left .up span {
      font-size: 30px;
      color: #fff;
      vertical-align: middle;
      
      margin-left: 10px; }
    .culturebg .tone .left .text {
      font-size: 24px;
      color: #ffffff;
      margin-top: 30px;
       }
  .culturebg .tone .center {
    width: 330px;
    height: 240px;
    margin: 0 8px; }
  .culturebg .tone .right {
    width: 395px;
    height: 240px;
    background-color: #f59e24;
    border-radius: 14px;
    padding: 50px; }
    .culturebg .tone .right .up img {
      width: 34px;
      height: 37px; }
    .culturebg .tone .right .up span {
      font-size: 30px;
      color: white;
      vertical-align: middle; }
    .culturebg .tone .right .text {
      margin-top: 30px; }
      .culturebg .tone .right .text P {
        font-size: 24px;
        color: white;
        line-height: 1.7em; }
  .culturebg .twone {
    margin-top: 12px; }
    .culturebg .twone .left {
      width: 597px;
      height: 260px;
      margin-right: 6px; }
    .culturebg .twone .right {
      width: 597px;
      height: 261px;
      background-color: #f59e24;
      border-radius: 14px;
      padding: 50px; }
      .culturebg .twone .right .up img {
        width: 29px;
        height: 25px; }
      .culturebg .twone .right .up span {
        font-size: 30px;
        color: white;
        vertical-align: middle; }
      .culturebg .twone .right .text {
        margin-top: 30px; }
        .culturebg .twone .right .text p {
        font-size: 24px;
    	color: white;
          margin-bottom: 11px; }
        .culturebg .twone .right .text span {
          font-size: 24px;
          color: white;
          margin-right: 100px; }
  .culturebg .there {
    margin-top: 12px; }
    .culturebg .there .left {
      width: 349px;
      height: 240px;
      background-color: #f59e24;
      border-radius: 14px;
      padding: 50px; }
      .culturebg .there .left .up img {
        width: 28px;
        height: 28px; }
      .culturebg .there .left .up span {
        font-size: 30px;
        color: white;
        vertical-align: middle; }
      .culturebg .there .left .text {
        margin-top: 30px; }
        .culturebg .there .left .text p {
          font-size: 24px;
          color: white;
          line-height: 1.7em; }
    .culturebg .there .center {
      width: 454px;
      height: 240px;
      background-color: #f59e24;
      border-radius: 14px;
      padding: 50px;
      margin: 0px 8px; }
      .culturebg .there .center .up img {
        width: 22px;
        height: 27px; }
      .culturebg .there .center .up span {
        font-size: 30px;
        color: white;
        vertical-align: middle; }
      .culturebg .there .center .text {
        margin-top: 30px; }
        .culturebg .there .center .text p {
          font-size: 24px;
          color: white;
          line-height: 1.6em; }
    .culturebg .there .right {
      width: 380px;
      height: 240px; }

.advanbg {
  width: 100%;
  padding: 100px 0 100px; }
  .advanbg .item {
    margin-bottom: 100px; }
    .advanbg .item .left {
      z-index: -2; }
      .advanbg .item .left img {
        width: 647px;
        height: 444px; }
    .advanbg .item .right {
      margin-left: 539px;
      z-index: 3;
      position: relative;
      margin-top: 60px; }
      .advanbg .item .right img {
        position: absolute;
        right: 0;
        top: -70px;
        width: 132px;
        height: 156px; }
      .advanbg .item .right .text {
        width: 659px;
        height: 321px;
        background-color: #f59e24;
        box-shadow: 0px 0px 30px 0px rgba(4, 4, 4, 0.15);
        border-radius: 15px;
        position: absolute;
        padding: 50px; }
        .advanbg .item .right .text .tit {
          font-size: 30px;
          color: #ffffff;
           }
        .advanbg .item .right .text .emptry {
          width: 34px;
          height: 2px;
          background: white;
          margin-top: 30px;
          margin-bottom: 30px; }
        .advanbg .item .right .text .detail p {
          font-size: 16px;
          color: #ffffff;
          line-height: 1.9em;
          
          margin-bottom: 5px; }
  .advanbg .item:nth-of-type(2) .right {
    margin-left: 0; }
  .advanbg .item:nth-of-type(2) .right img {
    left: 0; }
     .advanbg .item:nth-of-type(2n) .right .mpic{
    left: 0; }

.qzclass-ct {
  width: 100%;
  background: #f9f9f9;
  padding-bottom: 140px; }
  .qzclass-ct .tab a {
    display: inline-block;
    padding: 0 32px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    background-color: #e0e0e0;
    border-radius: 25px;
    margin-right: 4px;
    transition: all .3s linear;
    
    margin-top: -5px; }
  .qzclass-ct .tab a.active {
    background-color: #ed9924;
    color: white; }
  .qzclass-ct .tab a:hover {
    background-color: #ed9924;
    color: white; }
  .qzclass-ct .tab a:last-child {
    margin-right: 0; }
  .qzclass-ct .intro-detail {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px; }
    .qzclass-ct .intro-detail p {
      font-size: 16px;
      color: #333333;
      line-height: 1.6em;
       }
  .qzclass-ct .qzimg {
    width: 100%; }

.sixbg {
  width: 100%;
  padding-bottom: 178px; }
  .sixbg .cmtitle div {
    color: white; }
  .sixbg .six li {
    float: left;
    width: 594px;
    height: 203px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-right: 12px;
    margin-bottom: 10px;
    padding: 33px 60px; }
    .sixbg .six li div:nth-of-type(1) {
      font-size: 24px;
      color: #222222;
      margin-bottom: 25px;
      
      }
    .sixbg .six li div:nth-of-type(2) {
      font-size: 16px;
      color: #555555;
      line-height: 1.8em;
       }
  .sixbg .six li:nth-of-type(2n) {
    margin-right: 0; }

.txn {
  padding-bottom: 150px; }
  .txn .intro {
    margin-bottom:20px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 1.6em; }
    .txn .intro p {
      
      color: #333;
      line-height: 1.6em; }
  .txn .introbb {
    
    color: #333333;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 32px;
    text-align: center; }
  .txn .ltabel {
    border-radius: 5px; }
    .txn .ltabel .one {
      font-size: 0;
      box-shadow: 0px 0px 43px 0px rgba(99, 155, 150, 0.36); }
      .txn .ltabel .one span {
        display: inline-block;
        width: 171px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        color: white;
        font-size: 24px;
        background-color: #83aed6;
        vertical-align: top; }
      .txn .ltabel .one span {
        border-right: 1px solid white; }
      .txn .ltabel .one span:last-child {
        border: none; }
    .txn .ltabel .two {
      font-size: 0; }
      .txn .ltabel .two .icon {
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-style: normal;
        background-color: #83aed6;
        border-radius: 50%;
        color: white;
        font-size: 18px; }
      .txn .ltabel .two span {
        display: inline-block;
        width: 171px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        color: #222222;
        font-size: 20px;
        background-color: #cfdbe7;
        vertical-align: top; }
      .txn .ltabel .two span {
        border-right: 1px solid white; }
      .txn .ltabel .two span:last-child {
        border-right: none; }
    .txn .ltabel .there {
      font-size: 0; }
      .txn .ltabel .there .icon {
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-style: normal;
        background-color: white;
        border-radius: 50%;
        color: #83aed6;
        font-size: 18px; }
      .txn .ltabel .there span {
        display: inline-block;
        height: 80px;
        line-height: 80px;
        color: #222222;
        font-size: 20px;
        background-color: #83aed6;
        vertical-align: top; }
      .txn .ltabel .there span {
        border-right: 1px solid white; }
      .txn .ltabel .there span:nth-of-type(1) {
        width: 342px;
        padding-left: 45px;
        color: white; }
      .txn .ltabel .there span:nth-of-type(2) {
        width: 342px;
        text-align: center; }
      .txn .ltabel .there span:nth-of-type(3) {
        width: 513px;
        text-align: center; }
      .txn .ltabel .there span:last-child {
        border: none; }
    .txn .ltabel .four {
      font-size: 0; }
      .txn .ltabel .four .icon {
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-style: normal;
        background-color: #83aed6;
        border-radius: 50%;
        color: white;
        font-size: 18px; }
      .txn .ltabel .four span {
        display: inline-block;
        height: 80px;
        width: 171px;
        line-height: 80px;
        color: #222222;
        font-size: 20px;
        background-color: #cddae5;
        vertical-align: top; }
      .txn .ltabel .four span {
        border-right: 1px solid white; }
      .txn .ltabel .four span:nth-of-type(3) {
        text-align: center; }
      .txn .ltabel .four span:nth-of-type(2) {
        text-align: center; }
      .txn .ltabel .four span:nth-of-type(1) {
        width: 684px;
        padding-left: 45px; }
      .txn .ltabel .four span:last-child {
        border: none; }
    .txn .ltabel .five {
      font-size: 0; }
      .txn .ltabel .five span {
        display: inline-block;
        width: 33.255%;
        height: 80px;
        line-height: 80px;
        vertical-align: top;
        background: #f28d2c;
        border-right: 1px solid white;
        text-align: center;
        font-size: 24px;
        color: white; }
      .txn .ltabel .five span:last-child {
        border: none; }

.enlightenment {
  width: 100%;
  background: #fff6e5;
  padding-bottom: 155px; }
  .enlightenment .tab {
    border-bottom: 1px solid #e5ddce;
    padding-left: 60px;
    padding-top: 35px; }
    .enlightenment .tab a {
      display: inline-block;
      font-size: 28px;
      color: #8a8a8a;
      height: 68px;
      line-height: 68px;
      margin-right: 110px;
       }
    .enlightenment .tab a.active {
      color: #000000;
      border-bottom: 3px solid #f59e24; }
    .enlightenment .tab a:hover {
      color: #000000;
      border-bottom: 3px solid #f59e24; }
    .enlightenment .tab a:last-child {
      margin-right: 0; }
  .enlightenment .inner:nth-of-type(4) .left .detail {
    height: 185px; }
  .enlightenment .inner:nth-of-type(4) .right .detail {
    height: 237px; }
  .enlightenment .yueyin {
    width: 100%;
    margin-top: 50px; }
    .enlightenment .yueyin .left {
      width: 598px;
      margin-top: 51px; }
      .enlightenment .yueyin .left .top {
        width: 100%;
        height: 80px;
        line-height: 80px;
        color: #ffffff;
        font-size: 24px;
        
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        background: #6a61b6;
        border-radius: 14px 14px 0px 0px;
        text-align: center; }
      .enlightenment .yueyin .left .detail {
        padding: 30px 50px;
        width: 100%;
        height: 240px;
        background: #6a61b6;
        font-size: 16px;
        color: white;
        
        line-height: 1.8em; }
      .enlightenment .yueyin .left .bottom {
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-radius: 0 0 14px 14px;
        background: #c0c0c0;
        font-size: 24px;
        font-family: "CENTURYGOTHIC-BOLD";
        color: white;
        text-align: center; }
    .enlightenment .yueyin .right {
      width: 598px; }
      .enlightenment .yueyin .right .top {
        width: 100%;
        height: 80px;
        line-height: 80px;
        color: #ffffff;
        font-size: 24px;
        
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        background: #e14c2b;
        border-radius: 14px 14px 0px 0px;
        text-align: center; }
      .enlightenment .yueyin .right .detail {
        padding: 30px 50px;
        width: 100%;
        height: 290px;
        background: #e14c2b;
        font-size: 16px;
        color: white;
        
        line-height: 1.8em; }
      .enlightenment .yueyin .right .bottom {
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-radius: 0 0 14px 14px;
        background: #c0c0c0;
        font-size: 24px;
        font-family: "CENTURYGOTHIC-BOLD";
        color: white;
        text-align: center; }
  .enlightenment .bgitem {
    margin-top: 50px; }
    .enlightenment .bgitem .item {
      width: 390px;
      height: 251px;
      background-color: #f59e24;
      border-radius: 14px;
      margin-right: 15px;
      margin-bottom: 15px; }
      .enlightenment .bgitem .item .name {
        margin-top: 48px;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 30px;
         }
      .enlightenment .bgitem .item .detail {
        width: 100%;
        text-align: center;
        padding: 0 22px;
        margin-top: 30px; }
        .enlightenment .bgitem .item .detail p {
          
          font-size: 15px;
          color: #ffffff;
          line-height: 1.7em; }
    .enlightenment .bgitem .item:nth-of-type(1) {
      background: #f59e24; }
    .enlightenment .bgitem .item:nth-of-type(2) {
      background: #65c543; }
    .enlightenment .bgitem .item:nth-of-type(3) {
      background: #4e95d6; }
    .enlightenment .bgitem .item:nth-of-type(4) {
      background: #f258ab; }
    .enlightenment .bgitem .item:nth-of-type(5) {
      background: #e14c2b; }
    .enlightenment .bgitem .item:nth-of-type(6) {
      background: #393536; }
    .enlightenment .bgitem .item:nth-of-type(3n) {
      margin-right: 0; }
  .enlightenment .intro-detail p {
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 1.6em;
     }
  .enlightenment .top-icon {
    width: 100%;
    margin-top: 100px; }
    .enlightenment .top-icon .item1 {
      width: 352px;
      height: 247px;
      background-color: #ffffff;
      box-shadow: 0px 0px 44px 0px rgba(3, 0, 0, 0.14);
      border-radius: 10px;
      position: relative; }
      .enlightenment .top-icon .item1 .icon {
        position: absolute;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
        width: 99px;
        height: 99px;
        background-color: #ff8196;
        box-shadow: 2px 17px 24px 0px rgba(255, 129, 150, 0.27);
        border-radius: 50%;
        line-height: 99px;
        text-align: center; }
      .enlightenment .top-icon .item1 .name {
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #222222;
        
        padding-top: 80px;
        position: relative; }
      .enlightenment .top-icon .item1 .tit {
        font-size: 18px;
        color: #666666;
        
        padding: 0 55px;
        margin-top: 30px; }
    .enlightenment .top-icon .item2 {
      width: 380px;
      height: 301px;
      background-color: #ffffff;
      box-shadow: 0px 0px 44px 0px rgba(3, 0, 0, 0.14);
      border-radius: 10px;
      position: relative;
      margin: -20px 58px; }
      .enlightenment .top-icon .item2 .icon {
        position: absolute;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
        width: 99px;
        height: 99px;
        background-color: #25eaa3;
        box-shadow: 2px 17px 24px 0px rgba(255, 129, 150, 0.27);
        border-radius: 50%;
        line-height: 99px;
        text-align: center; }
      .enlightenment .top-icon .item2 .name {
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #222222;
        
        padding-top: 80px;
        position: relative; }
      .enlightenment .top-icon .item2 .tit {
        font-size: 18px;
        color: #666666;
        
        padding: 0 55px;
        margin-top: 30px; }
    .enlightenment .top-icon .item3 {
      width: 350px;
      height: 301px;
      background-color: #ffffff;
      box-shadow: 0px 0px 44px 0px rgba(3, 0, 0, 0.14);
      border-radius: 10px;
      position: relative; }
      .enlightenment .top-icon .item3 .icon {
        position: absolute;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
        width: 99px;
        height: 99px;
        background-color: #fdcd00;
        box-shadow: 2px 17px 24px 0px rgba(255, 129, 150, 0.27);
        border-radius: 50%;
        line-height: 99px;
        text-align: center; }
      .enlightenment .top-icon .item3 .name {
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #222222;
        
        padding-top: 80px;
        position: relative; }
      .enlightenment .top-icon .item3 .tit {
        font-size: 18px;
        color: #666666;
        
        padding: 0 55px;
        margin-top: 30px; }
  .enlightenment .cta {
    margin-top: 30px; }
    .enlightenment .cta li {
      float: left;
      width: 590px;
      height: 234px;
      background-color: #ffffff;
      box-shadow: 0px 0px 18px 0px rgba(189, 182, 170, 0.39);
      border-radius: 14px;
      padding: 60px 40px;
      margin-right: 20px;
      margin-bottom: 20px; }
    .enlightenment .cta li .icon {
      width: 93px;
      height: 93px;
      line-height: 93px;
      text-align: center;
      border-radius: 50%;
      margin-right: 20px; }
      .enlightenment .cta li .icon img {
        width: 38px;
        height: 37px;
        transition-duration: .5s; }
    .enlightenment .cta .icon:hover img {
      transform: rotateY(180deg); }
    .enlightenment .cta .intro .name {
      font-size: 30px;
      color: #222222; }
    .enlightenment .cta .intro .bottom {
      font-size: 18px;
      color: #666666;
      line-height: 1.6em; }
    .enlightenment .cta li:nth-of-type(1) .icon {
      background-color: #f59e24; }
    .enlightenment .cta li:nth-of-type(2) .icon {
      background-color: #65c543; }
    .enlightenment .cta li:nth-of-type(3) .icon {
      background-color: #e14c2b; }
    .enlightenment .cta li:nth-of-type(4) .icon {
      background-color: #4e95d6; }
    .enlightenment .cta li:nth-of-type(2n) {
      margin-right: 0; }
  .enlightenment .phase {
    margin-top: 65px;
    font-size: 0; }
    .enlightenment .phase li {
      width: 238px;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 2px; }
      .enlightenment .phase li .title {
        
        border-radius: 14px 14px 0px 0px;
        color: white;
        font-size: 24px;
        width: 100%;
        height: 80px;
        line-height: 80px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .enlightenment .phase li .intro {
        font-size: 16px;
        color: white;
        padding: 25px;
        
        line-height: 1.9em; }
      .enlightenment .phase li .bot {
        width: 100%;
        height: 58px;
        line-height: 58px;
        text-align: center;
        background: #c0c0c0;
        color: white;
        font-size: 24px; }
    .enlightenment .phase li:nth-of-type(1) .title {
      background: #f59e24; }
    .enlightenment .phase li:nth-of-type(1) .intro {
      width: 100%;
      background: #f59e24;
      height: 240px; }
    .enlightenment .phase li:nth-of-type(1) .bot {
      border-radius: 0px 0px  0 14px; }
    .enlightenment .phase li:nth-of-type(2) .title {
      background: #65c543; }
    .enlightenment .phase li:nth-of-type(2) .intro {
      width: 100%;
      background: #65c543;
      height: 290px; }
    .enlightenment .phase li:nth-of-type(3) .title {
      background: #4e95d6; }
    .enlightenment .phase li:nth-of-type(3) .intro {
      width: 100%;
      background: #4e95d6;
      height: 340px; }
    .enlightenment .phase li:nth-of-type(4) .title {
      background: #f258ab; }
    .enlightenment .phase li:nth-of-type(4) .intro {
      width: 100%;
      background: #f258ab;
      height: 390px; }
    .enlightenment .phase li:nth-of-type(5) .title {
      background: #e14c2b; }
    .enlightenment .phase li:nth-of-type(5) .intro {
      width: 100%;
      background: #e14c2b;
      height: 440px; }
    .enlightenment .phase li:nth-of-type(5) .bot {
      border-radius: 0px 0px 14px 0; }
    .enlightenment .phase li:last-child {
      margin-right: 0; }

.daycare {
  width: 100%; }
  .daycare .introbg {
    width: 100%; }
  .daycare .introbg .one .bottom .line {
    height: 203px; }
  .daycare .introbg .one .bottom .right p:nth-of-type(2) {
    margin-top: 30px; }
  .daycare .introbg .one .bottom .right p:nth-of-type(3) {
    margin-top: 30px; }
  .daycare .introbg {
    padding-bottom: 170px;
    padding-top: 0; }
  .daycare .introbg .one .bottom .left {
        position: relative;
    transform: scale(.7);
    width: 281px;
    padding-top: 30px; }
     .daycare .introbg .one .bottom .left::after{
      content: "";
    position: absolute;
    top: 8px;
    right: -100px;
    height: 100%;
    width: 8px;
    background-color: #f59e24;
     }
  .daycare .introbg .one .bottom .left div:nth-of-type(2) {
    width: 100%; }
  .daycare .introbg .one .bottom .right {
    width: 815px; }
  .daycare .tab {
    margin: 0 auto;
    text-align: center; }
    .daycare .tab a {
      display: inline-block;
      /* width: 145px; */
      width: 180px;
      height: 43px;
      line-height: 43px;
      text-align: center;
      background-color: #e0e0e0;
      box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.05);
      border-radius: 21px;
      font-size: 18px;
      color: #333333;
      transition: all .3s linear; }
    .daycare .tab a:nth-of-type(2) {
      margin: 0 20px; }
      .daycare .tab a:nth-of-type(3){
		margin-right:20px;
      }
    .daycare .tab a.active {
      background-color: #f99c00;
      color: white; }
    .daycare .tab a:hover {
      background-color: #f99c00;
      color: white; }
    .daycare .tab a:last-child {
      width: 190px; }
  .daycare .topintro {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 45px; }
    .daycare .topintro p {
      font-size: 18px;
      color: #333333;
      line-height: 1.7em;
       }

.steps {
  width: 100%; }
  .steps .step_one {
    margin-bottom: 122px; }
    .steps .step_one .img {
      width: 734px;
      height: 506px;
      position: relative; }
      .steps .step_one .img img {
        width: 734px;
        height: 506px; }
    .steps .step_one .iright {
      width: 465px;
      padding-top: 20px;
      padding-left: 45px; }
      .steps .step_one .iright .cmlittle {
        width: 168px; }
      .steps .step_one .iright .name {
        font-size: 34px;
        color: #222222;
         }
      .steps .step_one .iright .namet {
        font-size: 20px;
        color: #b1b1b1;
        font-family: "BAHNSCHRIFT"; }
      .steps .step_one .iright .detail {
        font-size: 15px;
        color: #555555;
        line-height: 1.9em;
        margin-top: 25px;
         }
    .steps .step_one .card .imgex {
      width: 734px;
      height: 424px;
      position: relative; }
      .steps .step_one .card .imgex img {
        width: 100%;
        height: 100%; }
      .steps .step_one .card .imgex .left {
        width: 308px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 55px 40px; }
        .steps .step_one .card .imgex .left img {
          width: 42px;
          height: 42px; }
        .steps .step_one .card .imgex .left div {
          font-size: 24px;
          color: #f6f4ef; }
      .steps .step_one .card .imgex .right {
        width: 308px;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 55px 40px; }
        .steps .step_one .card .imgex .right img {
          width: 42px;
          height: 42px; }
        .steps .step_one .card .imgex .right div {
          font-size: 24px;
          color: #f6f4ef; }
    .steps .step_one .card .cmlittle {
      width: 100%;
      height: 424px; }
  .steps .there .special {
    width: 900px; }
    .steps .there .special img{
      margin-right:20px;
      border-radius: 15px;
    }
       .steps .there .special img:nth-of-type(3){
        margin-right:0;
       }
    .steps .there .special .item {
      width: 283px;
      height: 393px;
      background: white;
      box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.27);
      border-radius: 14px;
      padding: 64px 20px 0px 40px;
      margin-right: 20px;
      transition: all .3s; }
      .steps .there .special .item .imgex {
        margin-bottom: 50px;
        position: relative; }
      .steps .there .special .item .ydetail div:nth-of-type(1) {
        font-size: 28px;
        color: #333333; }
      .steps .there .special .item .ydetail div:nth-of-type(2) {
        width: 20px;
        height: 2px;
        background-color: #d2d2d2;
        margin-top: 30px;
        margin-bottom: 30px; }
      .steps .there .special .item .ydetail div:nth-of-type(3) {
        font-size: 26px;
        color: #333333;
        opacity: 0.2; }
    .steps .there .special .item:nth-of-type(1) .up {
      width: 46px;
      height: 41px; }
    .steps .there .special .item:nth-of-type(1) .down {
      width: 46px;
      height: 41px; }
    .steps .there .special .item:nth-of-type(2) .up {
      width: 58px;
      height: 32px; }
    .steps .there .special .item:nth-of-type(2) .down {
      width: 58px;
      height: 32px; }
    .steps .there .special .item:nth-of-type(3) {
      margin-right: 0; }
      .steps .there .special .item:nth-of-type(3) .up {
        width: 41px;
        height: 36px; }
      .steps .there .special .item:nth-of-type(3) .down {
        width: 41px;
        height: 36px; }
    .steps .there .special .item:nth-of-type(1):hover {
      background: #e14c2b; }
    .steps .there .special .item:nth-of-type(3):hover {
      background: #6a61b6; }
  .steps .there .item .up {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99; }
  .steps .there .item .down {
    position: absolute;
    top: 0;
    left: 0; }
  .steps .there .item:hover {
    background: #4e95d6; }
  .steps .there .item:hover .ydetail div:nth-of-type(1) {
    color: white; }
  .steps .there .item:hover .up {
    display: none; }
  .steps .there .item:hover .down {
    display: block; }
  .steps .there .iright {
    width: 290px;
    padding-left: 80px; }

.kdtwo .item {
  margin-bottom: 45px; }
  .kdtwo .item img {
    width: 830px;
    height: 472px; }
  .kdtwo .item .right {
    padding-top: 60px;
    padding-left: 70px;
        max-width: 363px;
     }
    .kdtwo .item .right .name {
      width: 186px;
      font-size: 34px;
      color: #222222;
      padding-bottom: 5px;
      position: relative;       }
       .kdtwo .item .right .name::after{
       	position: absolute;
       	bottom: -2px;
       	left:0;
       	content:"";
       	width:74%;
       	height:3px;
       	background:black;
       }
    .kdtwo .item .right .en {
      width: 186px;
      line-height: 24px;
      letter-spacing: 1px;
      color: #333333;
      font-family: "CENTURYGOTHIC-BOLD";
      margin: 8px 0; }
    .kdtwo .item .right .detail {
      font-size: 14px;
      color: #222222;
      font-family: "CENTURYGOTHIC-BOLD"; }
.kdtwo .item:nth-of-type(1) .right .detail {
	font-size:16px;
 line-height:1.6em;
  margin-top: 50px; }
.kdtwo .item:nth-of-type(2) .right {
	padding-right:60px;
  padding-left: 0;
  margin-right: 184px; }
  .kdtwo .item:nth-of-type(2) .right .en p:nth-of-type(1) {
    letter-spacing: 13px; }
  .kdtwo .item:nth-of-type(2) .right .en p:nth-of-type(2) {
    letter-spacing: 19px; }
  .kdtwo .item:nth-of-type(2) .right .detail {
  	font-size:16px;
    line-height:1.6em;
    margin-top: 20px; }
.kdtwo .item:nth-of-type(3) .right .en p:nth-of-type(1) {
  letter-spacing: 17px; }
.kdtwo .item:nth-of-type(3) .right .en p:nth-of-type(2) {
  letter-spacing: 12px; }
.kdtwo .item:nth-of-type(3) .right .detail {
	line-height:1.6em;
	font-size:16px;
  margin-top: 50px; }
  .kdtwo .item:nth-of-type(3) .right .detail p {
    letter-spacing: 9px; }

.gethonor {
  padding-bottom: 120px;
  position: relative; }
  .gethonor .item {
    width: 586px;
  }
    .gethonor .item .img {
      width: 586px;
      height: 393px;
      border-radius:15px;
      overflow:hidden;
      }
      .gethonor .item .img img {
        width: 586px;
        height: 393px; }
    .gethonor .item .intro {
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 22px;
      color: #333333;
      margin-top: 10px; }
  .gethonor .item:last-child {
    margin-right: 0; }

.fourn {
  width: 100%;
  padding-bottom: 147px; }
  .fourn .topintro {
    width: 100%;
    text-align: center;
    margin-bottom: 45px; }
    .fourn .topintro p {
      font-size: 18px;
      color: #333333;
      line-height: 1.6em; }
  .fourn .ltable .one {
    font-size: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #83aed6;
    box-shadow: 0px 0px 43px 0px rgba(99, 155, 150, 0.36);
    border-radius: 5px; }
    .fourn .ltable .one span:nth-of-type(1) {
      width: 250px;
      display: inline-block;
      padding-left: 60px; }
      .fourn .ltable .one span:nth-of-type(1) i {
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-color: #ffffff;
        border-radius: 50%;
        color: #83aed6;
        font-size: 18px;
        font-style: normal; }
    .fourn .ltable .one span:nth-of-type(2) {
      width: 475px; }
    .fourn .ltable .one span:nth-of-type(3) {
      width: 475px; }
    .fourn .ltable .one span {
      display: inline-block;
      color: white;
      font-size: 24px;
      vertical-align: top; }
  .fourn .ltable .two {
    font-size: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #f4ebde;
    box-shadow: 0px 0px 43px 0px rgba(99, 155, 150, 0.36);
    border-radius: 5px; }
    .fourn .ltable .two span:nth-of-type(1) {
      width: 250px;
      display: inline-block;
      padding-left: 60px; }
      .fourn .ltable .two span:nth-of-type(1) i {
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-color: #ffffff;
        border-radius: 50%;
        color: #333333;
        font-size: 18px;
        font-style: normal; }
    .fourn .ltable .two span:nth-of-type(2) {
      width: 475px;
      color: #222222; }
    .fourn .ltable .two span:nth-of-type(3) {
      width: 475px;
      color: #222222; }
    .fourn .ltable .two span {
      display: inline-block;
      vertical-align: top;
      color: white;
      font-size: 24px; }
  .fourn .ltable .five {
    background: #83aed6; }

.oneday {
  width: 100%;
  background: white;
  padding-bottom: 128px; }
  .oneday .topintro {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px; }
    .oneday .topintro p {
      font-size: 18px;
      color: #333333;
      line-height: 1.6em; }
  .oneday .inner .item {
    border-radius: 14px;
    width: 388px;
    height: 178px;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 18px; }
    .oneday .inner .item .left {
      background-color: #ed9924;
      width: 220px;
      height: 178px;
      padding: 30px; }
      .oneday .inner .item .left p:nth-of-type(1) {
        color: white;
        font-size: 24px;
         }
      .oneday .inner .item .left p:nth-of-type(2) {
        color: white;
        font-size: 18px;
        margin-top: 20px;
         }
    .oneday .inner .item .right {
      width: 166px;
      height: 178px; }
      .oneday .inner .item .right img {
        width: 100%;
        height: 100%; }
  .oneday .inner .item:nth-of-type(3n) {
    margin-right: 0; }

.newday {
  width: 100%;
  padding-bottom: 220px; }
  .newday .cmtitle div:nth-of-type(1) {
    color: white; }
  .newday .cmtitle div:nth-of-type(2) {
    color: white; }
  .newday .topintro {
    width: 100%;
    text-align: center;
    margin-bottom: 25px; }
    .newday .topintro p {
      font-size: 17px;
      color: white;
      line-height: 1.6em; 
      
    }
  .newday .icon {
    width: 930px;
    margin: 0 auto; }
    .newday .icon li {
      width: 422px;
      height: 110px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.5);
      float: left;
      margin-right: 84px;
      margin-bottom: 25px; }
      .newday .icon li .img {
        width: 66px;
        height: 66px;
        border-radius: 50%;
        text-align: center;
        line-height: 66px;
        position: relative;
        top: 20px;
        left: -33px; }
      .newday .icon li .text {
        padding: 26px; }
        .newday .icon li .text p:nth-of-type(1) {
          font-size: 26px;
          color: white; }
        .newday .icon li .text p:nth-of-type(2) {
          font-size: 18px;
          color: white; }
    .newday .icon li:nth-of-type(2n) {
      margin-right: 0; }
    .newday .icon li:nth-of-type(1) .img {
      background-color: #e14c2b; }
    .newday .icon li:nth-of-type(2) .img {
      background-color: #f58612; }
    .newday .icon li:nth-of-type(3) .img {
      background-color: #4e95d6; }
    .newday .icon li:nth-of-type(4) .img {
      background-color: #6a61b6; }

.specical {
  width: 100%;
  background: white;
  padding-bottom: 145px; }
  .specical .topintro {
    width: 100%;
    text-align: center;
    margin-bottom: 45px; }
    .specical .topintro p {
      font-size: 16px;
      color: #333333;
      line-height: 1.6em;
       }
  .specical .color li {
    float: left;
    width: 235px;
    height: 174px;
    background-color: #ed9924;
    border-radius: 14px;
    text-align: center;
    padding-top: 48px;
    margin-right: 6px;
    margin-bottom: 6px; }
    .specical .color li .img {
      width: 70px;
      height: 55px;
      text-align: center;
      line-height: 55px;
      margin: 0 auto; }
    .specical .color li p {
      font-size: 24px;
      color: white;
      margin-top: 10px; }
  .specical .color li:nth-of-type(5n) {
    margin-right: 0; }

.dcourse {
  width: 100%;
  padding-bottom: 195px; }
  .dcourse .tab {
    padding-left: 120px; }
    .dcourse .tab a {
      font-size: 22px;
      color: #8a8a8a;
      margin-right: 55px; }
    .dcourse .tab a.active {
      color: #000000;
      border-bottom: 2px solid #333;
      padding-bottom: 5px;
      display: inline-block; }
    .dcourse .tab a:hover {
      color: #000000;
      border-bottom: 2px solid #333;
      padding-bottom: 5px;
      display: inline-block; }
  .dcourse .inner {
    margin-top: 45px;
    display: none; }
    .dcourse .inner .img {
      width: 50%;
      height: 445px; }
      .dcourse .inner .img img {
        width: 100%;
        height: 100%; }
    .dcourse .inner .text {
      width: 50%;
      background: white;
      height: 445px;
      padding: 68px 46px; }
      .dcourse .inner .text .title {
        font-size: 30px;
        color: #222222;
         }
      .dcourse .inner .text .intro {
        font-size: 16px;
        color: #555555;
        line-height: 1.8em;
        margin-top: 18px;
         }

.kdgex {
  padding-bottom: 140px; }

.kdg .introbg {
  padding-bottom: 160px; }
.kdg .tabb {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 54px; }
  .kdg .tabb a {
    font-size: 22px;
    color: #333333;
    background: none;
    padding-bottom: 8px; }
  .kdg .tabb a:nth-of-type(1) {
    margin-right: 83px; }
  .kdg .tabb a.active {
    background: none;
    border-bottom: 2px solid #333; }
  .kdg .tabb a:hover {
    border-bottom: 2px solid #333; }

.newsct {
  width: 100%;
  background: white;
  padding: 100px 0; }
  .newsct .item {
    padding: 30px 35px;
    border-radius: 15px;
    transition: all .3s;
    margin-bottom: 5px; }
      .newsct .item img{
      	width:220px;
      	height:143px;
      }
    .newsct .item .intro {
      width: 870px; }
      .newsct .item .intro .top span:nth-of-type(1) {
        font-size: 20px;
        color: #333333;
        transition: all .3s;
        max-width: 690px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        
        font-weight: bold; }
      .newsct .item .intro .top span:nth-of-type(2) {
        font-size: 12px;
        color: #999999;
        float: right;
        transition: all .3s;
        margin-top: 8px; }
      .newsct .item .intro .center {
        font-size: 14px;
        color: #666666;
        line-height: 1.6em;
        margin-top: 25px;
        margin-bottom: 25px;
        transition: all .3s;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-width: 855px; }
      .newsct .item .intro .bottom a {
        font-size: 14px;
        color: #999999;
        transition: all .3s; }
  .newsct .item:hover {
    background-color: #f59e24 !important; }
  .newsct .item:nth-of-type(2n-1) {
    background-color: #f7f7f7; }
  .newsct .item:nth-of-type(2n) {
    background-color: white; }
  .newsct a:nth-of-type(2n) .item {
    background-color: white; }
  .newsct a:nth-of-type(2n-1) .item {
    background-color: #f7f7f7 !important; }
  .newsct a .item:hover {
    background: #f59e24; }
  .newsct .item:hover .top span:nth-of-type(1) {
    color: white; }
  .newsct .item:hover .top span:nth-of-type(2) {
    color: white; }
  .newsct .item:hover .center {
    color: white; }
  .newsct .item:hover .bottom a {
    color: white; }

.videoct {
  width: 100%;
  padding: 90px 0 190px;
  background: #fcfcfc; }
  .videoct .videosp {
    width: 100%;
    height: 477px;
    position: relative; }
    .videoct .videosp .item {
      border-radius: 20px;
      height: 477px; }
      .videoct .videosp .item .img {
        width: 735px;
        height: 477px; }
        .videoct .videosp .item .img img {
          width: 100%;
          height: 100%; }
      .videoct .videosp .item .right {
        width: 465px;
        height: 474px;
        background: white;
        background-color: #f59e24;
        padding: 77px 40px; }
        .videoct .videosp .item .right .name {
          font-size: 30px;
          color: white; }
        .videoct .videosp .item .right .emptry {
          width: 27px;
          height: 2px;
          background: white;
          margin: 30px 0; }
        .videoct .videosp .item .right .intro {
          font-size: 16px;
          color: #ffffff;
          line-height: 1.7em; }
        .videoct .videosp .item .right .seemore a {
          margin-top: 45px;
          display: inline-block;
          width: 140px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          background-color: #ffffff;
          box-shadow: 0px 2px 16px 0px rgba(245, 158, 36, 0.75);
          border-radius: 20px; }
          .videoct .videosp .item .right .seemore a span {
            font-size: 14px;
            color: #222222; }
    .videoct .videosp .pagination {
      position: absolute;
      z-index: 20;
      bottom: 10px;
      width: 60%;
      text-align: center; }
    .videoct .videosp .swiper-pagination-switch {
      display: inline-block;
      width: 13px;
      height: 13px;
      border-radius: 8px;
      background: rgba(1, 1, 1, 0);
      margin: 0 5px;
      opacity: 0.8;
      border: 1px solid #fff;
      cursor: pointer; }
    .videoct .videosp .swiper-active-switch {
      background: #ee771e;
      border: none; }
  .videoct .bvideo {
    margin-top: 20px; }
    .videoct .bvideo .item {
      width: 380px;
      margin-right: 20px; }
      .videoct .bvideo .item .img {
        width: 100%;
        height: 246px;
        position: relative;
        transition: all .3s; }
        .videoct .bvideo .item .img .big {
          width: 100%; }
        .videoct .bvideo .item .img .mask {
          width: 100%;
          height: 100%;
          z-index: 3;
          transition: all .3s;
          top: 0;
          left: 0;
          position: absolute;
          background: rgba(245, 158, 36, 0.4);
          z-index: 22;
          opacity: 0; }
        .videoct .bvideo .item .img .plnow {
        	z-index:33;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 50px;
          height: 50px;
          margin-left: -25px;
          margin-top: -25px; }
      .videoct .bvideo .item .intro {
        width: 100%;
        height: 62px;
        line-height: 62px;
        background: white;
        font-size: 18px;
        color: #333333;
        padding-left: 30px; }
    .videoct .bvideo .item:hover .img .mask {
      opacity: 1; }
    .videoct .bvideo .item:nth-of-type(3n) {
      margin-right: 0; }

.audition {
  width: 100%;
  height: 807px; }
  .audition .ct {
    position: relative; }
  .audition .auctex {
    position: absolute;
    top: 95px;
    right: 0; }
    .audition .auctex .auct {
      width: 614px;
      height: 614px;
      background-color: #ffffff;
      box-shadow: 0px 5px 60px 0px rgba(0, 62, 46, 0.24);
      border-radius: 50%;
      text-align: center; }
      .audition .auctex .auct .top img {
        width: 61px;
        height: 58px; }
      .audition .auctex .auct .top p {
        font-size: 30px;
        color: #f48d14;
        margin-bottom: 20px; }
      .audition .auctex .auct .center {
        padding-left: 116px; }
        .audition .auctex .auct .center .cmit {
          text-align: center;
          margin-bottom: 15px; }
          .audition .auctex .auct .center .cmit span {
            float: left;
            height: 40px;
            line-height: 40px;
            color: #f48d14;
            vertical-align: middle;
            margin-right: 20px; }
          .audition .auctex .auct .center .cmit .right {
            float: left; }
            .audition .auctex .auct .center .cmit .right .layui-this {
              background: #f79521; }
            .audition .auctex .auct .center .cmit .right .layui-input-inline {
              width: 286px;
              height: 40px;
              border: solid 1px #f79521;
              border-radius: 5px; }
            .audition .auctex .auct .center .cmit .right .selectt {
              width: 138px;
              height: 40px;
              background-color: #fff;
              position: relative;
              border: 1px solid  #fb9b2a;
              display: inline-block;
              margin-right: 20px;
              border-radius: 5px;
              
              font-size: 14px;
              text-align: left;
              margin-right: 10px; }
              .audition .auctex .auct .center .cmit .right .selectt p {
                padding: 0 12px;
                line-height: 40px;
                cursor: pointer;
                color: #333; }
              .audition .auctex .auct .center .cmit .right .selectt ul {
                list-style-type: none;
                background-color: #fff;
                width: 100%;
                overflow-y: auto;
                position: absolute;
                top: 46px;
                left: -1px;
                max-height: 0;
                z-index: 20;
                border-left: 1px solid #d4d4d4;
                border-right: 1px solid #d4d4d4; }
                .audition .auctex .auct .center .cmit .right .selectt ul li {
                  padding: 0 12px;
                  line-height: 40px;
                  cursor: pointer;
                  transition: all .3s ease 0s; }
                .audition .auctex .auct .center .cmit .right .selectt ul li.selected {
                  background-color: #fb9b2a;
                  color: #fff; }
                .audition .auctex .auct .center .cmit .right .selectt ul li:hover {
                  background-color: #fb9b2a;
                  color: #fff; }
            .audition .auctex .auct .center .cmit .right .selectt:nth-of-type(2) {
              margin-right: 0; }
            .audition .auctex .auct .center .cmit .right .selectt:after {
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-width: 7px;
              border-style: solid;
              border-color: #fb9b2a transparent transparent transparent;
              position: absolute;
              top: 17px;
              right: 17px;
              transform-origin: 50% 0;
              transition: transfrom .3s ease-in,top .3s ease-out; }
            .audition .auctex .auct .center .cmit .right .selectt.open ul {
              max-height: 250px;
              transform-origin: 50% 0;
              -webkit-animation: slide-down .5s ease-in;
              transition: max-height .2s ease-out; }
            .audition .auctex .auct .center .cmit .right .selectt.open:after {
              transform: rotate(-180deg);
              top: 25px;
              transition: all .3s ease-in; }
            .audition .auctex .auct .center .cmit .right .school {
              width: 286px; }
            .audition .auctex .auct .center .cmit .right .bname {
              width: 286px;
              height: 40px;
              border-radius: 5px;
              border: 1px solid #f79521;
              padding-left: 12px; }
            .audition .auctex .auct .center .cmit .right .layui-input-block {
              margin-left: 20px; }
            .audition .auctex .auct .center .cmit .right .layui-form-radio > i:hover, .audition .auctex .auct .center .cmit .right .layui-form-radioed > i {
              color: #f79521; }
            .audition .auctex .auct .center .cmit .right .birth .layui-unselect {
              width: 90px;
              margin-right: 8px; }
            .audition .auctex .auct .center .cmit .right .birth .layui-input:hover, .audition .auctex .auct .center .cmit .right .birth .layui-textarea:hover {
              border-color: none; }
          .audition .auctex .auct .center .cmit .xqschool .layui-unselect {
            width: 286px;
            height: 40px;
            border-color: #f79521; }
          .audition .auctex .auct .center .cmit .xqschool .layui-form-select dl dd.layui-this {
            background: #f79521; }
          .audition .auctex .auct .center .cmit .xqschool .layui-form-select .layui-edge {
            border-top-color: #f79521; }
        .audition .auctex .auct .center .submit {
          margin-left: -122px;
          border:none;
          display: inline-block;
          width: 200px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background-color: #f48d14;
          border-radius: 25px;
          font-size: 20px;
          color: white; }
    .audition .auctex .attention {
    margin-top: 28px;
      width: 614px;
      text-align: center; }
      .audition .auctex .attention p {
        color: #f48d14;
        font-size: 14px; }

.insintro {
  width: 100%;
  padding-bottom: 153px; }
  .insintro .bintro {
    width: 100%;
    text-align: center; }
    .insintro .bintro p {
      font-size: 16px;
      color: #333333;
      line-height: 1.6em;
       }
    .insintro .bintro img {
      width: 100%;
      margin-top: 50px; }

.experts {
  width: 100%;
  padding-bottom: 153px; }
   /* .experts .item li:last-child{
   	margin-left:420px;
   } */

   .experts .item{
    display: flex;
    align-items: center;
    justify-content: center;
   }
  .experts .item li {
    float: left;
    width: 362px;
    height: 440px;
    background-color: #ffffff;
    box-shadow: 0px 0px 32px 0px rgba(69, 66, 62, 0.13);
    border-radius: 15px;
    padding: 7px 10px;
    margin-right: 57px;
    margin-bottom: 60px; }
    .experts .item li .img {
      width: 100%;
      height: 234px; }
      .experts .item li .img img {
        width: 100%;
        height: 234px; }
    .experts .item li .intro {
      padding: 0 10px;
      width: 100%;
      background: white;
      padding-top: 30px; }
      .experts .item li .intro .name {
        font-size: 24px;
        color: #222222;
        margin-bottom: 30px; }
      .experts .item li .intro .detail p {
        font-size: 14px;
        color: #666666;
        line-height: 1.6em; }
  .experts .item li:nth-of-type(3n) {
    margin-right: 0; }

.behalf {
  width: 100%;
  padding-bottom: 180px;
  background: #f9f9f9;
  position: relative; }
  .behalf .ct {
    position: relative; }
    .behalf .ct .beswiper {
      width: 100%;
      height: 440px; }
      .behalf .ct .beswiper .item {
        border-radius: 15px;
        width: 283px;
        padding: 8px;
        background: white; }
        .behalf .ct .beswiper .item .img {
          width: 100%;
          height: 234px; }
          .behalf .ct .beswiper .item .img img {
            width: 100%;
            height: 100%; }
        .behalf .ct .beswiper .item .intro {
          width: 268px;
          background: white;
          padding: 20px 10px 70px; }
          .behalf .ct .beswiper .item .intro .name {
            font-size: 24px;
            color: #222222;
            margin-bottom: 30px;
             }
          .behalf .ct .beswiper .item .intro .detail p {
            font-size: 16px;
            color: #666666;
            line-height: 1.6em;
             }
    .behalf .ct .inforswiperbt {
      position: absolute;
      width: 1200px;
      top: 440px;
      left: 0; }
      .behalf .ct .inforswiperbt .numprev {
        width: 18px;
        height: 32px;
        position: absolute;
        left: -50px; }
      .behalf .ct .inforswiperbt .numprev:hover {
        background-image: url(../img/left03.png) !important; }
      .behalf .ct .inforswiperbt .numnext {
        width: 18px;
        height: 32px;
        position: absolute;
        right: -50px; }
      .behalf .ct .inforswiperbt .numnext:hover {
        background-image: url(../img/left04.png) !important; }

.forum {
  padding-top: 0; }
  .forum .forum-td {
    width: 100%;
    text-align: center;
    margin-bottom: 45px; }
    .forum .forum-td p {
      font-size: 16px;
      color: #444444;
      line-height: 1.6em;
       }
  .forum .item .tit {
    font-size: 18px;
    color: #666666;
    margin-top: 15px;
    transition: all .3s; }
  .forum .item .detail {
    font-size: 20px;
    color: #333333;
    max-width: 780px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    transition: all .3s; }
  .forum .item:hover .tit {
    color: white; }
  .forum .item:hover .detail {
    color: white; }

.solon {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 135px; }
  .solon .innerct {
    width: 100%; }
    .solon .innerct .item {
      width: 380px;
      height: 483px;
      border-radius: 15px;
      margin-right: 30px;
      margin-bottom: 30px;
      overflow: hidden; }
      .solon .innerct .item .img {
        width: 100%;
        height: 246px;
        overflow: hidden; }
        .solon .innerct .item .img img {
          width: 100%;
          height: 100%;
          transition: all .3s; }
      .solon .innerct .item .intro {
        width: 100%;
        height: 237px;
        padding: 30px 30px 0;
        transition: all .3s;
        background: white;
        border-radius: 0px 0px 15px 15px; }
        .solon .innerct .item .intro .detail {
          font-size: 18px;
          transition: all .3s;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: Bold; }
        .solon .innerct .item .intro .tit {
          font-size: 14px;
          color: #999999;
          margin-top: 13px;
          margin-bottom: 27px;
          transition: all .3s; }
        .solon .innerct .item .intro .there {
          font-size: 14px;
          color: #666666;
          line-height: 1.6em;
          transition: all .3s; }
        .solon .innerct .item .intro .read-more {
          display: none;
          transition: all .3s;
          margin-top: 40px; }
          .solon .innerct .item .intro .read-more img {
            width: 15px;
            height: 15px;
            vertical-align: middle; }
          .solon .innerct .item .intro .read-more span {
            font-size: 14px;
            color: #ffffff;
            vertical-align: middle;
            font-family: Georgia;
            margin-left: 5px; }
    .solon .innerct .item:hover .img img {
      transform: scale(1.1); }
    .solon .innerct .item:hover .read-more {
      display: block; }
    .solon .innerct .item:hover .intro {
      background: #f59e24; }
    .solon .innerct .item:hover .intro .detail {
      color: white; }
    .solon .innerct .item:hover .intro .tit {
      color: white; }
    .solon .innerct .item:hover .intro .there {
      color: white; }
    .solon .innerct .item:nth-of-type(3n) {
      margin-right: 0; }

.concact-ct {
  width: 100%;
  background: #f8f8f8;
  padding: 100px 0 220px; }
  .concact-ct .top .item {
    float: left;
    background: white;
    width: 380px;
    height: 224px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 15px;
    margin-left: 20px;
    transition: all .3s; }
    .concact-ct .top .item p {
      font-size: 22px;
      color: #666666;
      transition: all .3s;
      margin-top: 20px;
       }
  .concact-ct .top .item:nth-of-type(1) {
    margin-left: 0;
    padding: 50px 45px; }
    .concact-ct .top .item:nth-of-type(1) .show {
      display: inline-block;
      width: 64px;
      height: 63px;
      margin: 0 auto; }
  .concact-ct .top .item:nth-of-type(2) {
    padding: 50px 45px; }
    .concact-ct .top .item:nth-of-type(2) .show {
      width: 56px;
      height: 56px;
      margin: 0 auto; }
    .concact-ct .top .item:nth-of-type(2) p {
      margin-top: 28px; }
  .concact-ct .top .item:nth-of-type(3) {
    padding: 50px 45px; }
    .concact-ct .top .item:nth-of-type(3) .show {
      width: 56px;
      height: 56px;
      margin: 0 auto; }
    .concact-ct .top .item:nth-of-type(3) p {
      margin-top: 28px; }
  .concact-ct .top .item:nth-of-type(3n) {
    margin-right: 0; }
  .concact-ct .top .item:hover {
    background: #f59e24; }
  .concact-ct .top .item:nth-of-type(1):hover .show {
    background-image: url(../img/ct04.png) !important; }
  .concact-ct .top .item:nth-of-type(2):hover .show {
    background-image: url(../img/ct05.png) !important; }
  .concact-ct .top .item:nth-of-type(3):hover .show {
    background-image: url(../img/ct06.png) !important; }
  .concact-ct .top .item:hover p {
    color: white; }
  .concact-ct #mapex {
    width: 100%;
    background: white;
    padding: 12px;
    margin-top: 38px; }
  .concact-ct #map {
    width: 100%;
    height: 560px;
    margin-top: 20px; }

.yqxt .introbt {
  width: 100%;
  text-align: center; }
  .yqxt .introbt .name {
    font-size: 24px;
    color: #222222;
    
    margin-top: -20px; }
  .yqxt .introbt .dea {
    width: 1063px;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    line-height: 1.8em;
    margin-bottom: 50px;
    margin-top: 30px; }
    .yqxt .introbt .dea div {
      
      font-size: 16px;
      color: #333;
      line-height: 1.8em; }
  .yqxt .introbt img {
    width: 100%; }

.sfq {
  width: 100%; }
  .sfq .item {
    width: 18.75%;
    height: 783px;
    position: relative; }
    .sfq .item .left {
      padding-top: 110px;
      width: 100%; }
      .sfq .item .left .zone {
        text-align: center;
        color: #fefefe;
        font-size: 32px;
        font-family: "CENTURYGOTHIC-BOLD";
        width: 100%; }
      .sfq .item .left .shu {
        writing-mode: vertical-rl;
        color: #fefefe;
        
        margin: 0 auto;
        margin-top: 106px;
        font-size: 30px; }
    .sfq .item .right {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      padding-top: 210px;
      padding-left: 17.8%;
      padding-right: 13%;
      width: 0; }
      .sfq .item .right .top {
        color: #fefefe;
        letter-spacing: 33px;
        font-size: 42px;
        font-family: "CENTURYGOTHIC-BOLD";
        display: none;
        transition: all .5s; }
      .sfq .item .right .emptry {
        width: 265px;
        height: 2px;
        background: white;
        display: none;
        transition: all .5s; }
      .sfq .item .right .bot {
        font-size: 32px;
        color: #fefefe;
        
        padding-top: 4px;
        letter-spacing: 2px;
        display: none; }
      .sfq .item .right .detail {
        font-size: 16px;
        color: #f9f9f9;
        
        line-height: 1.6em; }
        .sfq .item .right .detail p {
          margin-top: 40px; }
  .sfq .item.active {
    width: 62.5%; }
  .sfq .item.active .left {
    width: 0; }
    .sfq .item.active .left .zone {
      width: 0;
      display: none; }
    .sfq .item.active .left .shu {
      width: 0;
      display: none; }
  .sfq .item.active .right {
    width: 100%; }
    .sfq .item.active .right .top {
      display: block; }
    .sfq .item.active .right .emptry {
      display: block; }
    .sfq .item.active .right .bot {
      display: block; }

.swct {
  padding-bottom: 40px; }
  .swct .one {
    padding-bottom: 140px; }
  .swct .swdetail {
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
      .swct .swdetail p{
        font-size:16px;
        line-height:1.6em;
      }
    .swct .swdetail div {
      font-size: 18px;
      color: #333333;
      line-height: 1.6em; }
  .swct .one .bottom .left div:nth-of-type(2) {
    width: 100%;
    height: 3px;
    background-color: #1b1b1b; }
  .swct .one .bottom .left div:nth-of-type(3) {
    font-size: 20px;
    color: #333333;
    width: auto;
    font-family: "CENTURYGOTHIC-BOLD"; }
  .swct .one1 .bottom .left {
    position: relative;
    width: 325px;
    margin-right: 28px; }
    .swct .one1 .bottom .left::after{
    position: absolute;
    content: "";
    top: 0;
    right: -155px;
    background-color: #f59e24;
    height: 189%;
    width: 8px;
    }
    .swct .one1 .bottom .left div:nth-of-type(3) {
      letter-spacing: 10px; }
  .swct .one2 .bottom .left {
    width: 235px;
    margin-right: 75px; }
  .swct .one3 .bottom .left {
    width: 325px;
    margin-right: 30px; }
    .swct .one3 .bottom .left div:nth-of-type(3) {
      letter-spacing: 0px; }
  .swct .one2 .bottom .left div:nth-of-type(3) {
    letter-spacing: 2px; }
  .swct .one .bottom .right {
    width: 750px; }
  .swct .one .bottom .right p {
    line-height: 1.8em;
    font-size: 22px;
    color: #333333;
     }
  .swct .one .bottom .right p:nth-of-type(2) {
    margin-top: 0; }

.research-there {
  background: #f9f9f9; }
  .research-there .ct {
    width: 1200px;
    margin: 0 auto; }
  .research-there .one-step {
    width: 100%;
    text-align: center;
    padding-top: 90px;
    position: relative;
    background: #f9f9f9;
    padding-bottom: 110px; }
    .research-there .one-step .tj {
      width: 1200px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -600px;
      height: 910px; }
    .research-there .one-step .oneaex {
      position: relative; }
    .research-there .one-step .num {
      font-size: 68px;
      color: #f59e24;
      font-family: "cb";
      margin-bottom: 20px; }
    .research-there .one-step .title {
      font-size: 40px;
      color: #222222;
       }
      .research-there .one-step .title span {
        color: #f59e24; }
    .research-there .one-step .en {
      font-size: 18px;
      color: #b1b1b1; }
    .research-there .one-step .intro {
      font-size: 16px;
      color: #333333;
      line-height: 1.6em;
      margin-top: 44px; }
    .research-there .one-step .sj {
      width: 1199px;
      height: 626px;
      margin-top: 30px; }
    .research-there .one-step .figure {
      margin-top: 65px; }
      .research-there .one-step .figure .img {
        margin-right: 32px;
        display: inline-block; }
        .research-there .one-step .figure .img img {
          width: 210px;
          height: 210px;
          border-radius: 50%; }
        .research-there .one-step .figure .img p {
          font-size: 18px;
          color: #333333;
          
          text-align: center;
          margin-top: 20px; }
      .research-there .one-step .figure .img:last-child {
        margin-right: 0; }
  .research-there .two-step {
    width: 100%;
    text-align: center;
    background: white;
    padding-top: 100px; }
    .research-there .two-step .num {
      font-size: 68px;
      color: #02c39a;
      font-family: "cb";
      margin-bottom: 20px; }
    .research-there .two-step .title {
      font-size: 40px;
      color: #222222;
       }
      .research-there .two-step .title span {
        color: #02c39a;
        font-size: 46px;
         }
    .research-there .two-step .en {
      font-size: 18px;
      color: #b1b1b1; }
    .research-there .two-step .bld {
      font-size: 16px;
      color: #333333;
      line-height: 1.6em;
      margin-top: 44px; }
    .research-there .two-step .cja {
      margin-top: 68px; }
  .research-there .there-step {
    width: 100%;
    background: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 190px; }
    .research-there .there-step .top {
      width: 100%;
      text-align: center; }
      .research-there .there-step .top .num {
        font-size: 68px;
        font-family: "cb";
        color: #4e95d6;
        margin-bottom: 20px; }
      .research-there .there-step .top .title {
        font-size: 40px;
        color: #222222;
         }
        .research-there .there-step .top .title span {
          color: #4e95d6; }
      .research-there .there-step .top .en {
        font-size: 18px;
        color: #b1b1b1; }
      .research-there .there-step .top .bda {
        margin-top: 44px; }
        .research-there .there-step .top .bda p {
          font-size: 16px;
          color: #333333;
          line-height: 1.6em;
           }
    .research-there .there-step .bottom {
      margin-top: 84px; }
      .research-there .there-step .bottom .left {
        width: 826px;
        border-radius: 30px;
        overflow: hidden; }
        .research-there .there-step .bottom .left .topp {
          width: 100%; }
          .research-there .there-step .bottom .left .topp .name {
            width: 100%;
            height: 120px;
            line-height: 120px;
            font-size: 42px;
            color: #222222;
            border-bottom: 1px solid #e8e8e8;
            padding-left: 90px;
            background: white; }
          .research-there .there-step .bottom .left .topp .bot {
            padding: 0 90px;
            background: white; }
            .research-there .there-step .bottom .left .topp .bot .item {
              width: 100%;
              height: 120px;
              line-height: 120px;
              border-bottom: 1px solid #e8e8e8; }
              .research-there .there-step .bottom .left .topp .bot .item .icon {
                width: 52px;
                height: 52px;
                line-height: 52px;
                text-align: center;
                background-color: #f58232;
                border-radius: 50%;
                font-size: 18px;
                color: white;
                font-family: "cb";
                margin-top: 30px; }
              .research-there .there-step .bottom .left .topp .bot .item span {
                font-size: 30px;
                color: #222222;
                vertical-align: middle;
                margin-left: 38px; }
              .research-there .there-step .bottom .left .topp .bot .item img {
                width: 181px;
                height: 99px;
                margin-top: 9px; }
            .research-there .there-step .bottom .left .topp .bot .item:last-child {
              border: none; }
          .research-there .there-step .bottom .left .topp .nametex {
            border-radius: 30px;
            width: 100%; }
            .research-there .there-step .bottom .left .topp .nametex .namet {
              width: 100%;
              height: 120px;
              line-height: 120px;
              font-size: 42px;
              color: #222222;
              padding-left: 90px;
              margin-top: 12px;
              background: white;
              border-bottom: 1px solid #e8e8e8; }
      .research-there .there-step .bottom .right {
        width: 362px;
        height: 837px;
        margin-left: 5px; }
        .research-there .there-step .bottom .right .img {
          position: relative;
          border-radius: 30px;
          width: 362px;
          height: 837px;
          overflow: hidden; }
          .research-there .there-step .bottom .right .img img {
            width: 362px;
            height: 837px; }
          .research-there .there-step .bottom .right .img .ina {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            z-index: 2;
            padding-top: 165px; }
            .research-there .there-step .bottom .right .img .ina img {
              width: 92px;
              height: 92px; }
            .research-there .there-step .bottom .right .img .ina p {
              
              color: white;
              font-size: 48px;
              writing-mode: vertical-rl;
              margin: 0 auto;
              margin-top: 28px; }

.recruitment {
  width: 100%;
  background: #f9f9f9;
  padding-bottom: 273px; }
  .recruitment .enlittle {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 1.7em;
    margin-bottom: 53px; }
    .recruitment .enlittle p {
      
      color: #333333;
      font-size: 18px;
      line-height: 1.6em; }
  .recruitment .xiamg_ul {
    display: none; }
  .recruitment .select-top {
    padding-bottom: 20px; }
    .recruitment .select-top .layui-unselect {
      width: 520px;
      height: 59px;
      float: left; }
      .recruitment .select-top .layui-unselect .layui-input, .recruitment .select-top .layui-unselect .layui-textarea {
        padding-left: 60px !important; }
    .recruitment .select-top .layui-form-select .layui-edge {
      border-top-color: #f59e24;
      margin-right: 54px; }
    .recruitment .select-top .layui-form-select dl dd.layui-this {
      background-color: #f59e24; }
    .recruitment .select-top .layui-unselect:nth-of-type(2) {
      margin-left: 20px; }
    .recruitment .select-top .research {
      color: white;
    font-size: 20px;
      border:none;
      display: inline-block;
      width: 124px;
      height: 58px;
      line-height: 58px;
      text-align: center;
      background-color: #f59e24;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
      border-radius: 5px; }
      .recruitment .select-top .research img {
        width: 23px;
        height: 23px; }
  .recruitment .jobdetail {
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(4, 4, 4, 0.1);
    overflow: hidden; }
    .recruitment .jobdetail .top {
      width: 100%;
      height: 80px;
      line-height: 80px;
      background-color: #f59e24;
      border-radius: 5px 5px 0 0;
      padding: 0 42px;
      font-size: 0; }
      .recruitment .jobdetail .top span {
        display: inline-block;
        vertical-align: top;
        color: white;
        font-size: 20px; }
      .recruitment .jobdetail .top span:nth-of-type(1) {
        width: 234px; }
      .recruitment .jobdetail .top span:nth-of-type(2) {
        width: 213px;
        text-align: center; }
      .recruitment .jobdetail .top span:nth-of-type(3) {
        width: 213px;
        text-align: center; }
      .recruitment .jobdetail .top span:nth-of-type(4) {
        width: 213px;
        text-align: center; }
      .recruitment .jobdetail .top span:nth-of-type(5) {
        width: 213px;
        text-align: center; }
    .recruitment .jobdetail .item .white-top {
      width: 100%;
      height: 75px;
      line-height: 75px;
      background: white;
      padding: 0 42px;
      font-size: 0;
      border-bottom: 1px solid #ece6de; }
      .recruitment .jobdetail .item .white-top span {
        display: inline-block;
        vertical-align: top;
        color: #222222;
        font-size: 16px;
         }
      .recruitment .jobdetail .item .white-top span:nth-of-type(1) {
        width: 234px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .recruitment .jobdetail .item .white-top span:nth-of-type(2) {
        width: 213px;
        text-align: center; }
      .recruitment .jobdetail .item .white-top span:nth-of-type(3) {
        width: 213px;
        text-align: center; }
      .recruitment .jobdetail .item .white-top span:nth-of-type(4) {
        width: 213px;
        text-align: center; }
      .recruitment .jobdetail .item .white-top span:nth-of-type(5) {
        width: 213px;
        text-align: center; }
        .recruitment .jobdetail .item .white-top span:nth-of-type(5) i {
          display: inline-block;
          width: 20px;
          height: 20px;
          transition: all .1s;
          background: no-repeat center center;
          background-size: cover; }
    .recruitment .jobdetail .item .detaila {
      width: 100%;
      background-color: #fef5e9;
      padding: 0 68px;
      display: none; }
      .recruitment .jobdetail .item .detaila .tit {
        width: 100%;
        height: 93px;
        line-height: 93px; }
        .recruitment .jobdetail .item .detaila .tit span {
          font-size: 16px;
          color: #333333;
           }
        .recruitment .jobdetail .item .detaila .tit span:nth-of-type(2) {
          margin-left: 40px; }
        .recruitment .jobdetail .item .detaila .tit span:nth-of-type(3) {
          margin-left: 125px; }
        .recruitment .jobdetail .item .detaila .tit span:nth-of-type(4) {
          margin-left: 95px; }
      .recruitment .jobdetail .item .detaila .require {
        border-top: 1px solid #ece6de;
        border-bottom: 1px solid #ece6de;
        padding-bottom: 30px; }
        .recruitment .jobdetail .item .detaila .require .name {
          font-size: 18px;
          color: #333333;
          padding-top: 25px;
          padding-bottom: 15px;
           }
        .recruitment .jobdetail .item .detaila .require .deta p {
          font-size: 16px;
          color: #666666;
          
          line-height: 1.9em; }
      .recruitment .jobdetail .item .detaila .prefer {
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-size: 18px;
        color: #222222;
         }
    .recruitment .jobdetail .item:last-child .white-top {
      border-bottom: none; }
    .recruitment .jobdetail .itactive i {
      background-image: url(../img/kai.png) !important;
      width: 20px !important;
      height: 2px !important; }

.retap {
  width: 100%;
  margin-bottom: 50px;
  text-align: center; }
  .retap a {
    display: inline-block;
    font-size: 22px;
    color: #8a8a8a;
    padding-bottom: 8px;
    margin-right: 40px; }
  .retap a.active {
    color: #333333;
    border-bottom: 2px solid #333; }

.xjtrip table {
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(4, 4, 4, 0.1);
  border-radius: 5px;
  overflow: hidden; }
  .xjtrip table td:nth-of-type(1) {
    padding-left: 46px; }
  .xjtrip table td:nth-of-type(2) {
    text-align: center; }
  .xjtrip table td:nth-of-type(3) {
    text-align: center; }
  .xjtrip table td:nth-of-type(4) {
    text-align: center; }
  .xjtrip table thead {
    width: 100%;
    background-color: #f59e24; }
    .xjtrip table thead tr {
      width: 100%;
      border-radius: 5px 5px 0 0; }
      .xjtrip table thead tr td {
        height: 72px;
        line-height: 72px;
        font-size: 22px;
        color: #ffffff; }
  .xjtrip table tbody tr {
    border-bottom: 1px solid #f2efed; }
    .xjtrip table tbody tr td {
      height: 80px;
      line-height: 80px;
      
      font-size: 16px; }
  .xjtrip table tbody tr:nth-of-type(2n) {
    background: #fffbf9; }
  .xjtrip table tbody tr:nth-of-type(2n-1) {
    background: white; }

.jyshare {
  width: 100%; }
  .jyshare .item {
    width: 100%;
    height: 432px;
    border-radius: 10px;
    padding-top: 53px;
    padding-left: 53px;
    background: white;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 18px;
    transition: all .3s; }
    .jyshare .item .img {
      width: 298px;
      height: 327px;
      border-radius: 8px; }
      .jyshare .item .img img {
        width: 298px;
        height: 327px; }
    .jyshare .item .intro {
      width: 820px;
      padding-left: 43px;
      padding-right: 15px; }
      .jyshare .item .intro .name {
        font-size: 24px;
        color: #333333;
        transition: all .3s;
         }
      .jyshare .item .intro .dett {
        margin-top: 30px; }
        .jyshare .item .intro .dett p {
          font-size: 16px;
          color: #333333;
          line-height: 1.7em;
           }
      .jyshare .item .intro .gw .name {
        margin-top: 37px;
        font-size: 24px;
        color: #333333;
         }
      .jyshare .item .intro .gw .detail {
        margin-top: 30px;
        font-size: 14px;
        color: #666666;
        line-height: 1.7em;
         }
  .jyshare .item:last-child {
    margin-bottom: 0; }
  .jyshare .item:hover .name {
    color: white; }
  .jyshare .item:hover .dett p {
    color: white; }
  .jyshare .item:hover .gw .name {
    color: white; }
  .jyshare .item:hover .gw .detail {
    color: white; }
  .jyshare .item:hover .name {
    color: white; }
  .jyshare .item:nth-of-type(4n-3):hover {
    background-color: #4e95d6; }
  .jyshare .item:nth-of-type(4n-2):hover {
    background-color: #f59e24; }
  .jyshare .item:nth-of-type(4n-1):hover {
    background-color: #65c543; }
  .jyshare .item:nth-of-type(4n):hover {
    background-color: #6a61b6; }

.czjl {
  background: #f9f9f9;
  padding-bottom: 120px; }
  .czjl .abd {
    width: 100%;
    text-align: center;
    color: #333333;
    margin-bottom: 60px; }
    .czjl .abd p {
      
      font-size: 18px;
      color: #333333;
      line-height: 1.8em; }

.chart {
  width: 100%;
  position: relative; }
  .chart img {
    width: 100%;
    height:auto;
 }
  .chart .left {
    position: absolute;
    left: 0;
    top: 0;
    writing-mode: vertical-rl;
    font-size: 30px;
    color: #222222;
     }
  .chart .right {
    padding-left: 85px;
    padding-top: 30px; }
    .chart .right span {
      font-size: 16px;
      color: #222222;
      display: inline-block;
      margin-right: 63px;
      text-align: center; }
    .chart .right span:last-child {
      margin-right: 0; }

.wtbg {
  padding-top: 110px;
  background: white; }
  .wtbg .chart .right span {
    margin-right: 75px;
    
    font-size: 16px;
    color: #222222; }
  .wtbg .chart .right span:last-child {
    margin-right: 0; }

.dcare {
  width: 100%;
  background: #f0f0f0;
  padding-bottom: 183px; }
  .dcare .yya {
    width: 100%;
    text-align: center; }
    .dcare .yya p {
      font-size: 18px;
      
      color: #333333;
      line-height: 1.7em; }
  .dcare .carect {
    margin-top: 83px; }
    .dcare .carect .topp {
      width: 100%;
      text-align: center; }
      .dcare .carect .topp .box {
        width: 390px;
        height: 225px;
        border-radius: 14px;
        position: relative; }
        .dcare .carect .topp .box .icon {
          position: absolute;
          width: 67px;
          height: 67px;
          line-height: 67px;
          text-align: center;
          border-radius: 50%;
          left: 50%;
          margin-left: -33.5px;
          margin-top: -33.5px; }
        .dcare .carect .topp .box .text {
          margin: 0 auto;
          margin-top: 68px;
          text-align: center; }
          .dcare .carect .topp .box .text div:nth-of-type(1) {
            font-size: 30px;
            
            color: white; }
          .dcare .carect .topp .box .text div:nth-of-type(2) p {
            
            font-size: 16px;
            color: white;
            line-height: 1em;
            margin-top: 10px; }
      .dcare .carect .topp .box:nth-of-type(1) {
        background-color: #f59e24;
        margin-left: 202px;
        margin-right: 15px;
        margin-bottom: 65px; }
      .dcare .carect .topp .box:nth-of-type(1) .icon {
        background-color: #f59e24; }
      .dcare .carect .topp .box:nth-of-type(2) {
        background-color: #65c543;
        margin-bottom: 65px; }
      .dcare .carect .topp .box:nth-of-type(2) .icon {
        background-color: #65c543; }
      .dcare .carect .topp .box:nth-of-type(3) {
        background-color: #f258ab; }
      .dcare .carect .topp .box:nth-of-type(3) .icon {
        background-color: #f258ab; }
      .dcare .carect .topp .box:nth-of-type(4) {
        background-color: #6a61b6;
        margin: 0 13px; }
      .dcare .carect .topp .box:nth-of-type(4) .icon {
        background-color: #6a61b6; }
      .dcare .carect .topp .box:nth-of-type(5) {
        background-color: #e14c2b; }
      .dcare .carect .topp .box:nth-of-type(5) .icon {
        background-color: #e14c2b; }

.posimap {
  width: 100%;
  height: 821px;
  display: none;
  position: relative; }
  .posimap #map {
    width: 100%;
    height: 100%; }
  .posimap .mapinner {
    position: absolute;
    top: 35%;
    left: 35%;
    margin-left: -159px;
    margin-top: -159px;
    width: 318px;
    height: 318px;
    background: no-repeat center center;
    background-size: cover;
    z-index: 2;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-top: 100px;
    padding-left: 37px; }
    .posimap .mapinner .top img {
      width: 26px;
      height: 34px; }
    .posimap .mapinner .top div {
      margin-left: 15px;
     }
      .posimap .mapinner .top div p {
        font-size: 20px;
        color: #ffffff;
         }
    .posimap .mapinner .top:nth-of-type(2) {
      margin-top: 25px; }
      .posimap .mapinner .top:nth-of-type(2) img {
        width: 30px;
        height: 34px; }

.posi-ct {
  width: 100%;
  padding-top: 113px;
  padding-bottom: 198px; }
  .posi-ct .bigimg {
    width: 100%;
    height: 565px; }
    .posi-ct .bigimg img {
      width: 100%; }

.posiswiperex {
  width: 100%;
  margin-top: 37px;
  position: relative; }
  .posiswiperex .posiswiper {
    width: 95%;
    margin: 0 auto;
    height: 125px;
    text-align: center; }
     .posiswiperex .posiswiper img{
     	width:266px;
     	height:125px;
     	border-radius: 10px;
     }
  .posiswiperex .numprev {
    position: absolute;
    top: 53px;
    left: 0;
    width: 15px;
    height: 27px; }
  .posiswiperex .numnext {
    position: absolute;
    top: 53px;
    right: 0;
    width: 15px;
    height: 27px; }

.cmitems {
  margin-top: 85px; }
  .cmitems .left {
    transform:scale(.7);
    width: 186px;
    text-align: center;
    margin-right: 50px; }
    .cmitems .left .name {
      width: 100%;
      font-size: 46px;
      
      padding-bottom: 8px;
      border-bottom: 3px solid #333;
       }
    .cmitems .left .en {
      font-size: 20px;
      font-family: "cb";
      color: #333333;
      letter-spacing: 7px;
      margin-top: 8px;
      font-family: "CENTURYGOTHIC-BOLD"; }
  .cmitems .line {
    width: 8px;
    height: 166px;
    background-color: #f59e24;
    margin-right: 50px; }
  .cmitems .right p {
    font-size: 15px;
    color: #333333;
    
    line-height: 1.7em; }
  .cmitems .right p:nth-of-type(2) {
    margin-top: 20px; }

.posipre {
  width: 100%;
  background: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 180px; }
  .posipre .top .layui-unselect {
    width: 325px;
    height: 53px;
    margin-right: 28px; }
  .posipre .top .layui-form-select dl dd.layui-this {
    background: #f69522; }
  .posipre .top .serach-now {
    display: inline-block;
    width: 138px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    background: #f69522;
    color: white;
    font-size: 20px; }
  .posipre .bottom {
    margin-top: 15px; }
    .posipre .bottom .lefta {
      width: 373px;
      background: white; }
      .posipre .bottom .lefta .name {
        height: 65px;
        line-height: 65px;
        padding-left: 15px;
        
        font-size: 15px;
        color: #333;
        border-bottom: 1px solid #e5e5e5; }
      .posipre .bottom .lefta .itemex {
        width: 100%;
        padding: 5px 15px; }
        .posipre .bottom .lefta .itemex .item {
          padding-top: 10px;
          border-bottom: 1px solid #e5e5e5; }
          .posipre .bottom .lefta .itemex .item .top {
            font-size: 18px;
            color: #666; }
          .posipre .bottom .lefta .itemex .item .detail {
            margin-top: 20px;
            padding-bottom: 25px; }
            .posipre .bottom .lefta .itemex .item .detail div {
              color: #999;
              font-size: 16px;
              line-height: 1.6em; }
      .posipre .bottom .lefta .itemex:last-of-type .item {
        border: none; }
    .posipre .bottom .right {
      width: 797px;
      height: 618px;
      background: white;
      text-align: center;
      padding: 30px;
      margin-left: 380px; }
      .posipre .bottom .right #map {
        width: 697px !important;
        height: 100%; }
        .posipre .bottom .right #map .jsmap-svg-container {
          width: 697px !important; }
          .posipre .bottom .right #map .jsmap-svg-container svg {
            width: 697px !important;
            margin-top: 60px; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }

.video-wrap {
  width: 940px;
  height: 528px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -264px 0 0 -500px;
  z-index: 999;
  display: none; }
  .video-wrap .black {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5; }
  .video-wrap .video {
    width: 100%;
    height: 528px;
    background-color: #fafafa;
    position: relative; }
    .video-wrap .video video {
      display: inline-block;
      vertical-align: baseline;
      z-index: 5;
      width: 940px; }
    .video-wrap .video a {
      position: absolute;
      right: -60px;
      top: 0;
      width: 60px;
      height: 60px;
      background: no-repeat center;
      text-align: center;
      line-height: 60px;
      font-size: 30px;
      color: #fff;
      z-index: 5; }

.addtop {
  margin-top: 104px !important; }

.right_fixed {
  position: fixed;
  width: 80px;
  right: 0;
  top: 30%;
  height: 250px;
  z-index: 99; }
  .right_fixed ul li {
    position: relative;
    margin-bottom: 1px;
    box-sizing: border-box;
    z-index:3 }
    .right_fixed ul li a {
      display: inline-block;
      background: #f79521;
      width: 80px;
      height: 80px;
      text-align: center;
      z-index:3 }
    .right_fixed ul li p {
      font-size: 13px;
      color: white; }
  .right_fixed ul .one {
    width: 80px;
    height: 80px; }
    .right_fixed ul .one a {
      padding-top: 17px;
      border-top: 1px solid #fb9b2a; }
    .right_fixed ul .one img {
      width: 37px;
      height: 30px; }
  .right_fixed ul .two {
    width: 80px;
    height: 80px; }
    .right_fixed ul .two a {
      padding-top: 14px; }
    .right_fixed ul .two img {
      width: 30px;
      height: 30px; }
  .right_fixed ul .there {
    width: 80px;
    height: 80px; }
    .right_fixed ul .there a {
      padding-top: 13px; }
    .right_fixed ul .there img {
      width: 32px;
      height: 32px; }
    .right_fixed ul .there .bottom {
      position: absolute;
      width: 80px;
      height: 8px;
      bottom: -7px;
      left: 0;
      border-top: 1px solid #fea132;
      z-index: 99; }
    .right_fixed ul .there .inner {
      position: absolute;
      top: -265px;
      left: 166px;
      width: 160px;
      text-align: center;
      padding: 20px 0;
      background: white;
      }
      .right_fixed ul .there .inner li {
        background: white; }
        .right_fixed ul .there .inner li img {
          width: 140px;
          height: 140px; }
        .right_fixed ul .there .inner li div {
          font-size: 16px;
          color: #333;
          text-align: center;
          margin: 8px 0; }
  .right_fixed ul .there:hover .inner {
    left: -159px;
     transition: all .3s; }
  .right_fixed ul .one .top {
    width: 80px;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 0; }

.abca {
  width: 100%;
  height: 553px; }
  .abca .box10 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #f7a42c !important;
    width: 4px !important; }
  .abca .mCSB_scrollTools .mCSB_dragger {
    background: #f7a42c !important;
    z-index: 999 !important;
    width: 11px;
    left: 2px; }
  .abca .mCSB_scrollTools .mCSB_draggerRail {
    background: #e5e5e5 !important; }
  .abca .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none; }

.jyshare .intro {
  height: 290px; }
  .jyshare .intro .box10 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #f7a42c !important;
    width: 4px !important; }
  .jyshare .intro .mCSB_scrollTools .mCSB_dragger {
    background-size: cover;
    width: 19px !important;
    height: 18px !important;
    z-index: 9999 !important;
    left: -1.8px; }
  .jyshare .intro .mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(255, 255, 255, 0.3) !important; }
  .jyshare .intro .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none; }

.jyshare .item:nth-of-type(4n-3) .mCSB_scrollTools .mCSB_dragger {
  background: url(../img/yq01.png); }

.jyshare .item:nth-of-type(4n-2) .mCSB_scrollTools .mCSB_dragger {
  background: url(../img/yq02.png); }

.jyshare .item:nth-of-type(4n-1) .mCSB_scrollTools .mCSB_dragger {
  background: url(../img/yq03.png); }

.jyshare .item:nth-of-type(4n) .mCSB_scrollTools .mCSB_dragger {
  background: url(../img/yq04.png); }

.detail-ct {
  width: 100%;
  padding-bottom: 50px; }
  .detail-ct .top {
    width: 100%;
    text-align: center;
    padding: 40px 0; }
    .detail-ct .top p:nth-of-type(1) {
      font-size: 32px;
      color: #222222;
      font-weight: bold; }
    .detail-ct .top p:nth-of-type(2) {
      font-size: 16px;
      color: #666666;
      margin-top: 18px; }
  .detail-ct .detail {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0; }
    .detail-ct .detail .text-top {
      font-size: 16px;
      color: #222222;
      line-height:1.6em;
 }
 strong{
  font-weight: 700;
 }
         .detail-ct .detail .text-top p{
         	max-width:100%;
         }
          .detail-ct .detail .text-top p span{
          	white-space:pre-wrap!important;
          }
    .detail-ct .detail img {
    	width:100%;
      max-width: 100%; }
  .detail-ct .pre_next .left {
    max-width: 800px;
    margin-top: 15px; }
    .detail-ct .pre_next .left a {
      font-size: 16px;
      color: #333;
      display: block;
      line-height: 1.8em;
      transition: all .3s; }
    .detail-ct .pre_next .left a:hover {
      color: #f79521; }
  .detail-ct .pre_next .back a {
    width: 140px;
    height: 45px;
    background: #f79521;
    color: #fff;
    line-height: 45px;
    text-align: center;
    display: block;
    float: right;
    margin-top: -55px;
    font-size: 16px;
     }

.innera {
  width: 100%;
  display: none; }

.innera:first-child {
  display: block; }

.posipre .select {
  width: 325px;
  height: 53px;
  font-size: 16px;
  background-color: #fff;
  position: relative;
  border: 1px solid #d4d4d4;
  display: inline-block;
  margin-right: 20px; }
  .posipre .select p {
    padding: 0 25px;
    line-height: 45px;
    cursor: pointer;
    color: #333; }
  .posipre .select ul {
    list-style-type: none;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    position: absolute;
    top: 46px;
    left: -1px;
    max-height: 0;
    z-index: 20;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4; }
    .posipre .select ul li {
      padding: 0 25px;
      line-height: 40px;
      cursor: pointer;
      transition: all .3s ease 0s; }
    .posipre .select ul li.selected {
      background-color: #fb9b2a;
      color: #fff; }
    .posipre .select ul li:hover {
      background-color: #fb9b2a;
      color: #fff; }
.posipre .select:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: #999999 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 25px;
  transform-origin: 50% 0;
  transition: transfrom .3s ease-in,top .3s ease-out; }

.posipre .select.open ul {
  max-height: 250px;
  transform-origin: 50% 0;
  -webkit-animation: slide-down .5s ease-in;
  transition: max-height .2s ease-out; }

.posipre .select.open:after {
  transform: rotate(-180deg);
  top: 25px;
  transition: all .3s ease-in; }

.kdgt .introbg {
  padding-bottom: 130px; }

.indeb {
  padding-top: 120px; }
    .indeb .one .bottom{
    	padding-bottom: 100px;
    }

.search-dialog-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99; }
  .search-dialog-box .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .search-dialog-box .search-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 680px;
    height: 68px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    border-radius: 38px; }
    .search-dialog-box .search-dialog input[type=text] {
      float: left;
      width: 86%;
      border: none;
      padding: 0;
      font-size: 24px;
      line-height: 68px;
      color: #999;
      background-color: #fff;
      border-radius: 0;
      margin-left: 32px; }
    .search-dialog-box .search-dialog input[type=submit] {
      float: right;
      width: 28px;
      height: 28px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      border: none;
      padding: 0;
      background-image: url(../img/search-btn2.png);
      background-color: transparent;
      margin-right: 20px;
      margin-top: 20px; }

.pagination {
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  .pagination a {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #eeeeee;
    transition: all .3s;
    color: #333; }
  .pagination a.active {
    background-color: #fb9b2a;
    color: #ffffff; }
  .pagination a.next {
    padding: 0 20px; }
  .pagination a:hover {
    background-color: #fb9b2a;
    color: #ffffff; }

.introexa .introbg .one .bottom .left div:nth-of-type(3) {
  letter-spacing: 7px; }
  .introexa .introbg .one .bottom .left div:nth-of-type(3) p:nth-of-type(2) {
    letter-spacing: 8px; }

@media screen and (max-width: 1700px) {
  .weinner {
    right: -40px !important; } }
.daycare .introbg {
  padding-bottom: 150px !important; }

.spab {
  background: #f9f9f9; }

.kdgex .daycare .introbg .one .bottom .line {
  height: 220px; }

.kdgex .introbg .one .bottom .left div:nth-of-type(3) {
  letter-spacing: 0px; }

.qs06 .daycare .introbg .one .bottom .line {
  height: 257px; }
.qs06 .introbg .one .bottom .right p {
  font-size: 16px;
  color: #555555; }
.qs06 .introbg .one .bottom .left div:nth-of-type(3) {
  font-size: 17px;
  letter-spacing: 1px; }
.qs06 .daycare .introbg {
  padding-bottom: 110px !important; }

.idfooterex footer .top ul {
  margin-top: -70px; }

.BMap_Marker {
  height: 120px; }

.BMap_Marker div {
  height: 95px !important; }
  .mpic{
    font-family: Bebas;
    font-size: 172px;
    color: #f79521;
    position: absolute;
    right: 12px;
    top: -110px;
    width: 132px;
    height: 156px;
    opacity: 0.4;
  }
  .agcmtitle{
    text-align:center;
    margin-bottom:42px;
  }
.agcmtitle div:nth-of-type(1) {
    font-size: 34px;
    color: #222222;
    
}
.agcmtitle div:nth-of-type(2) {
    font-size: 18px;
    color: #b1b1b1;
    font-family: "BAHNSCHRIFT";
    margin-top: 5px;
}
/*@media screen and (max-width: 1600px) {
  .detail-ct{
    width:90%;
    margin:0 auto;
  }
  .detail-ct .ct{
  	width:100%;
  }
}*/
.gethonor .inforswiperbt .numprev {
    width: 18px;
    height: 32px;
    position: absolute;
    left: -50px;
  }
  .gethonor .inforswiperbt{
      position: absolute;
    width: 1200px;
    top: 440px;
    }
  .gethonor  .inforswiperbt .numnext {
    width: 18px;
    height: 32px;
    position: absolute;
    right: -50px;
}
.kdtwo .item:nth-of-type(2) .right{
	margin-right:6px;
}
.kdtwo .item:nth-of-type(2) .right .en p:nth-of-type(1){
	letter-spacing: 1px;
}
.kdtwo .item:nth-of-type(3) .right .en p:nth-of-type(1){
	letter-spacing: 1px;
}
.innerex .innera .cmtitle div:nth-of-type(1){
    font-size: 38px;
}
.sfq .item:last-child{
  display:none;
}
.sfq .item.active {
    width: 81.2%;
}


.sevice-ct .seinner .item {
  width: 33%;
  height: 430px;
  float: left;
  overflow: hidden;
}
.sevice-ct .seinner .item .pic{
  width: 100%;
}
.sevice-ct .seinner .item .intro{
  display: none;
}
.sevice-ct .seinner .item:last-child{
  display: none;
}

.yqlj{
  margin-bottom:30px;
  margin-left: 20px;
}
.yqlj a{
  margin-left: 10px;
  color: #999;
}
.sx{
  width:373px; text-align:center;margin-top:20px; font-size: 18px;font-weight: 500;
}