.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .container {
    width: 100%;
    min-width: 1200px;
    /* height: 100vh; */
  }

  .row {
    width: 100%;
    box-sizing: border-box;
  }

  .centent {
    width: 1200px;
    margin: 0 auto;
  }

  .header {
    width: 100%;
    min-width: 1200px;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    background-color: #fff;
  }
  .header .header-box {
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header .header-box .logo {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .header .logo-img {
    display: block;
    width: 260px;
    height: 47px;
    background: url(../images/logo2.png) no-repeat center center/100% auto;
  }

  #menus {
    position: fixed;
    right: 45px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  #menus .active {
    border: 1px solid #ee2d42;
  }
  #menus .active a {
    background-color: #ee2d42;
    border: 0 !important;
  }
  #menus .menu-item {
    padding: 2px;
    border-radius: 50%;
    margin: 10px 0;
  }
  #menus .menu-item a {
    width: 12px;
    height: 12px;
    border: 1px solid #bdbdbd;
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
  }

  .fp-viewing-header .header {
    background-color: transparent;
  }
  .fp-viewing-header .header .logo-img {
    background: url(../images/logo2.png) no-repeat center center/100% auto !important;
  }
  .fp-viewing-header .exam-system {
    color: #fff !important;
  }
  .fp-viewing-header .exam-system .exam-bottom {
    color: #fff !important;
  }
  .fp-viewing-header .nav-box {
    color: #fff !important;
  }
  .fp-viewing-header .nav-box .nav-item {
    position: relative;
  }
  .fp-viewing-header .nav-box .nav-item .nav-link:hover {
    border-bottom: 2px solid !important;
    color: #fff !important;
  }
  .fp-viewing-header .nav-box .nav-item-active .nav-link {
    border-bottom: 2px solid !important;
    color: #fff !important;
  }

  .left-menus {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .left-menus .nav-box {
    width: 868px;
    align-self: start;
    display: flex;
    height: 100%;
    justify-content: space-between;
    color: #444444;
  }

  .nav-item {
    color: inherit;
    padding: 0 22px;
    position: relative;
  }
  .last{
	  position:relative;
  }
  .last:before{
	  content:"";
	  width:1px;
	  height:70px;
	  background:#cfcfcf;
	  position:absolute;
	  left:0px;
	  top:10px;
  }
  .nav-item .nav-link {
    height: 100%;
    line-height: 90px;
    display: block;
    color: inherit;
    box-sizing: border-box;
  }
  .nav-item .nav-link:hover {
    border-bottom: 2px solid;
    color: #0659b1;
  }
  .nav-item-active .nav-link {
    color: #0659b1;
    border-bottom: 2px solid;
  }
  /* .nav-item-active .nav-group {
    max-height: 500px !important;
  } */
  .nav-item:hover .nav-group {
    max-height: 500px !important;
  }
  .nav-item:hover .nav-group {
    max-height: 500px !important;
  }
  .nav-item .nav-group {
    position: absolute;
    top: 90px;
    width: 100%;
    background-color: #fff;
    left: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  .nav-item .nav-group .nav-group-btn {
    line-height: 50px;
    height: 50px;
    border-top: 1px solid #e7f2ff;
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 15px;
  }
  .nav-item .nav-group .nav-group-btn:hover {
    color: #004999;
  }

  .exam-system {
    padding-left: 25px;
    border-left: 1px solid #cfcfcf;
	display:flex;
	flex-direction:column;
  }
  .exam-system .exam-bottom {
    padding: 5px;
    border: 1px solid;
    border-radius: 4px;
    color: #0659b1;
  }
  .exam-system .exam-bottom:nth-of-type(1){
	  margin-bottom:5px;
  }

  .top-home {
    overflow: hidden;
    height:100vh !important;
  }
  .top-home .home-swiper {
    width: 100%;
    height: 100%;
  }
  .top-home .home-swiper .home-slide {
    width: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .top-home .home-swiper .home-slide img {
    width: 100%;
    height: 100%;
  }

  .home-page {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 150px;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .home-page .home-pagination {
    width: 200px;
    display: flex;
    color: #fff;
    justify-content: space-between;
  }
  .home-page .home-scrollbar {
    width: 150px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 25px;
  }
  .home-page .home-scrollbar .swiper-scrollbar-drag {
    background-color: white !important;
  }

  .swiper-menus {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 150px;
    z-index: 15;
  }
  .swiper-menus .sw-foot-box {
    position: relative;
    display: flex;
  }
  .swiper-menus .sw-foot-box .home-button-prev,
  .swiper-menus .sw-foot-box .home-button-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
  }
  .swiper-menus .sw-foot-box .home-button-prev .iconfont,
  .swiper-menus .sw-foot-box .home-button-next .iconfont {
    color: inherit;
  }
  .swiper-menus .sw-foot-box .home-button-next {
    margin-left: 25px;
  }

  .bottom-top {
    position: fixed;
    bottom: 30px;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    -webkit-animation: tip-up alternate infinite 1s ease-in-out;
            animation: tip-up alternate infinite 1s ease-in-out;
  }
  .bottom-top .iconfont {
    font-size: 20px;
    color: #fff;
    display: inline-block;
  }

  @-webkit-keyframes tip-up {
    to {
      transform: translateY(-50px);
    }
    from {
      transform: translateY(0);
    }
  }

  @keyframes tip-up {
    to {
      transform: translateY(-50px);
    }
    from {
      transform: translateY(0);
    }
  }
  /* .fp-auto-height.fp-section,
  .fp-auto-height .fp-slide,
  .fp-auto-height .fp-tableCell {
    height: auto !important;
  } */

  .home-dese {
    overflow: hidden;
  }

  .col-box-dese {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    background: url(../images/bg2.png) no-repeat center center/100% 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .col-box-dese .left-box {
    flex: auto;
  }
  .col-box-dese .compan {
    width: 1200px;
    height:88vh;
    min-height: 500px;
    flex-shrink: 1;
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    padding-left: 6vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .col-box-dese .compan,
  .col-box-dese .right-box {
    transform: translateX(2000px);
    transition: all 0.3s;
  }
  .col-box-dese .right-box {
    flex: auto;
    height:88vh;
    min-height:500px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .compan-title {
    display: flex;
    margin-bottom:30px;
    align-items: flex-end;
  }
  .compan-title h3 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
  }
  .compan-title span {
    font-size: 25px;
    color: #8f8f8f;
  }

  .compan-pbox {
    margin-top: 20px;
    height:150px;
    overflow:hidden;
  }
  .compan-pbox .desc-name {
    color: #444444;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 20px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(238, 105, 123, 0.171) 25%, #ed5e6f);
  }
  .compan-pbox .desc-content {
    line-height: 25px;
    color: #444444;
  }
  .compan-pbox .desc-content p {
    margin-bottom: 25px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;
  }

  .compan-centent-box {
    /* flex: 1; */
    overflow: hidden;
  }

  .compan-footer-navs {
    height: 13vh;
    /* margin-bottom: 2vh; */
    /* margin-top:2vh; */
  }

  .compan-ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
  }
  .compan-ul .compan-li {
    flex: 1;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    border-right: 1px solid #e2e2e2;
  }
  .compan-ul .compan-li:last-child {
    border-right: 0;
  }
  .compan-ul .compan-li:hover {
    background-color: white;
  }
  .compan-ul .compan-li .nav_link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .compan-ul .compan-li .nav_link .text-bar {
    color: #004999;
    font-size: 17px;
    margin-top: 15px;
  }

  .kenburns-top {
    -webkit-animation: kenburns-top 3s ease-out infinite alternate-reverse both;
    animation: kenburns-top 3s ease-out infinite alternate-reverse both;
  }

  @-webkit-keyframes kenburns-top {
    0% {
      transform: scale(1) translateY(0);
      transform-origin: 50% 16%;
    }
    100% {
      transform: scale(1.25) translateY(-15px);
      transform-origin: top;
    }
  }
  @keyframes kenburns-top {
    0% {
      transform: scale(1) translateY(0);
      transform-origin: 50% 16%;
    }
    100% {
      transform: scale(1.25) translateY(-15px);
      transform-origin: top;
    }
  }
  .yewus {
    overflow: hidden;
    min-height:240px;
  }
  .yewu .yewu-box {
    background: url(../images/bg3.png?t=1) no-repeat center center/100% 100%;
    min-width: 1200px;
    width: 100%;
    height: 100%;
    /* min-height: 930px; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 5vh;
  }
  .yewu .yewu-centent {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .yewu-title {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    box-sizing: border-box;
  }
  .yewu-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 55px;
    height: 3px;
    background-color: #fff;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
  }

  .yewu-link {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    padding: 8px 18px;
    border: 1px solid #fff;
    border-radius: 30px;
  }
  .yewu-link:hover{
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-size: 17px;
    padding: 14px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
  }
  .yewu-p {
    text-align: center;
    color: #fff;
    line-height: 26px;
    width: 70%;
    margin: 2% auto;
    height:20%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 70px;
  }

  .yewt-foot {
    width: 100%;
    margin-top:10vh;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .yewu_list{
      text-align:center;
      display:none;
  }
  .yewu_list:nth-child(1){
      display:block;
  }
  .yewu_list_active{
      display:block;
  }
  .yewt-foot .yewt-link:nth-child(1) {
    transform: translateX(-500px);
    /* background-color: transparent;
    background: url(../images/bg4.png) no-repeat center center/100% 100%; */
  }
  .yewt-foot .yewt-link:nth-child(2) {
    transform: translateY(-500px);
  }
  .yewt-foot .yewt-link:nth-child(3) {
    transform: translateX(500px);
  }
  .yewt-foot .yewt-link {
    width: 385px;
    height:20vh;
    min-height:150px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.5s;
  }
  /* .yewt-foot .yewt-link:hover {
    background-color: transparent;
    background: url(../images/bg4.png) no-repeat center center/100% 100%;
  } */
  .yewt-foot .yewt-link-active{
    background-color: transparent;
    background: url(../images/bg4.png) no-repeat center center/100% 100%;
  }
  .yewt-foot .yewt-link a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .yewt-foot .yewt-link a .yewu-text {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    height: 25px;
  }

  .solution {
    overflow: hidden;
  }
  .solution .solution-box {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    /* min-height: 930px; */
    display: flex;
  }
  .solution .solution-box .solution-left {
    flex: 1;
    background: url(../images/bg5.png?t=1) no-repeat center center/100% 100%;
    transform: translateX(-1000px);
    transition: all 0.3s;
  }
  .solution .solution-box .solution-right {
    flex: 1;
    background: url(../images/bg6.png) no-repeat center center/100% 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translateX(1000px);
    transition: all 0.3s;
  }

  .solution-swiper-box {
    width: 690px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .solution-swiper-box .solution-swiper-btn {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  .solution-swiper-box .solution-swiper-btn .solution-prev,
  .solution-swiper-box .solution-swiper-btn .solution-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333333;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  .solution-swiper-box .solution-swiper-btn .solution-next {
    margin-left: 25px;
  }

  .solution-swiper {
    width: 617px;
    overflow: hidden;
    margin-top: 90px;
  }
  .solution-swiper .solu-slide {
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .solution-swiper .solu-link-title {
    color: #333333;
    font-size: 32px;
    padding-bottom: 50px;
    position: relative;
  }
  .solution-swiper .solu-link-title::after {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #333333;
    bottom: 0;
    left: 0;
  }
  .solution-swiper .solu-link-description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #333333;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 40px;
  }
.solu_more{
    width:100px;
    height:44px;
    background: #0f519a;
    overflow:hidden;
}
.solu_more a{
    display:block;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:16px;
}
  .solu-btns {
    display: flex;
  }
  .solu-btns .solu-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 88px;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .solu-btns .solu-link .solu_img {
    width: 85px;
    height: 96px;
    display: inline-block;
  }

  .serve {
    overflow: hidden;
    background: url(../images/bg7.png) no-repeat center center/100% 100%;
  }
  .serve .serve-box {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    padding-top: 10vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .serve .serve-centent {
    width: 1200px;
    /* height: 700px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .serve .left-serv {
    flex: 1;
    height: 100%;
  }
  .serve .left-serv-t {
    color: #fff;
  }
  .serve .left-serv-t h4 {
    color: #ffffff;
    font-size: 90px;
    margin: 20px 0;
  }
  .serve .left-serv-t span {
    font-size: 32px;
  }
  .serve .serve_desc,
  .serve .serve_desc_2,
  .serve .serve_desc_3 {
    font-size: 32px;
    color: #fff;
    width: 420px;
    position: relative;
    margin-top: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    height: 45px;
    box-sizing: border-box;
  }
  .serve .serve_desc::after,
  .serve .serve_desc_2::after,
  .serve .serve_desc_3::after {
    content: " ";
    display: block;
    height: 4px;
    background-image: linear-gradient(to right, #217ac0, #fff);
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .serve .serve_desc_2 {
    width: 320px;
  }
  .serve .serve_desc_3 {
    width: 220px;
  }
  .serve .right-serv {
    width: 868px;
    height: 480px;
    overflow: hidden;
    margin-left:15px;
    margin-top:30px;
  }

  .serv-ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    -webkit-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  }
  .serv-ul .serv-li {
    width: 20%;
    height: 20%;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;

  }
  .serv-ul .serv-li:nth-child(5n) {
    border-right: 0;
  }
  .serv-ul .serv-li a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .serv-ul .serv-li a img {
    max-height: 100%;
    max-width:100%;
  }

  @-webkit-keyframes slit-out-horizontal {
    0% {
      transform: translateZ(0) rotateX(0);
      opacity: 1;
    }
    54% {
      transform: translateZ(-160px) rotateX(87deg);
      opacity: 1;
    }
    100% {
      transform: translateZ(-800px) rotateX(90deg);
      opacity: 0;
    }
  }
  @keyframes slit-out-horizontal {
    0% {
      transform: translateZ(0) rotateX(0);
      opacity: 1;
    }
    54% {
      transform: translateZ(-160px) rotateX(87deg);
      opacity: 1;
    }
    100% {
      transform: translateZ(-800px) rotateX(90deg);
      opacity: 0;
    }
  }
  .news {
    overflow: hidden;
    background: url(../images/bg8.png) no-repeat center center/100% 100%;
    /* padding-top:8vh; */
    box-sizing: border-box;
  }
  .news .news-box {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    /* min-height: 930px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news .news-centent {
    width: 1200px;
    display: flex;
    height: 100%;
  }
  .news .news-left-box {
    height: 100%;
    width: 212px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .news .news-left-box .news-title {
    font-size: 32px;
    color: #fff;
    position: relative;
    height: 65px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news .news-left-box .news-title::after {
    content: " ";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
  }
  .news .news-right-box {
    flex: 1;
    height: 100%;
    display: flex;
  }
  .news .news-item {
    flex: 1;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 30px;
    justify-content: center;

    -webkit-animation: slit-out-horizontal 0.5s ease-in both;
    animation: slit-out-horizontal 0.5s ease-in both;
  }
  .news .news-item .news-img {
    width: 322px;
    height: 196px;
    overflow: hidden;
  }
  .news .news-item .news-img img {
    width: 100%;
    height: 100%;
  }
  .news .news-item .new_rtitle {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin: 15px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
  }
  .news .news-item .news_tiem {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  .news .news-item .news_detail {
    color: #fff;
    line-height: 25px;
    margin-top: 20px;
    height: 45px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-item .news_foot {
    color: #fff;
    margin-top: 20px;
    display: block;
  }

  .news-btns {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .news-btns .news_link {
    width: 125px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #867e77;
    margin-top: 25px;
    border: 1px solid;
    box-sizing: border-box;
  }
  .news-btns .news_link.on {
    border: 0;
    background-color: #004999;
    color: #fff;
  }

  .recrui {
    overflow: hidden;
    background: url(../images/bg10.jpg?t=1) no-repeat center center/100% 100%;
  }
  .recrui .recrui-box {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    /* min-height: 930px; */
    display: flex;
    justify-content: center;
    padding-top: 35vh;
    box-sizing: border-box;
  }
  .recrui .recrui-box .recrui-centent {
    height: 100%;
    width: 1200px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .recrui-title {
    font-size: 32px;
    color: #fff;
    text-align: center;
    height: 70px;
    position: relative;
    margin-bottom:25px;
    margin-top:-200px;
  }
  .recrui-title::after {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
  }

  .recrui-list {
    display: flex;
    align-items: center;
  }
  .recrui-list .recrui-item {
    width: 28%;
    background-color: #fff;
    border-radius: 10px;
    height: 385px;
    padding: 25px 30px;
    box-sizing: border-box;
    position: relative;
    color: #333333;
    margin-right:8%;
  }
  .recrui-list .recrui-item:nth-last-child(1){
      margin-right:0;
  }
  .recrui-list .recrui-item .recrui-name {
    text-align: center;
    font-size: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    border-bottom: 1px solid #f4f4f4;
  }
  .recrui-list .recrui-item:hover {
    background-color: #2774c8;
    color: #fff;
  }
  .recrui-list .recrui-item:hover::after {
    background-color: rgba(39, 116, 200, 0.5);
  }
  .recrui-list .recrui-item:hover::before {
    background-color: rgba(39, 116, 200, 0.25);
  }
  .recrui-list .recrui-item:hover .delivery {
    color: #fff;
  }
  .recrui-list .recrui-item::after {
    content: " ";
    display: block;
    width: 90%;
    height: 20px;
    bottom: -10px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .recrui-list .recrui-item::before {
    content: " ";
    display: block;
    width: 80%;
    height: 10px;
    bottom: -20px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.25);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .recrui-list .recrui-item .recru-yaoqiu {
    display: block;
    margin-top: 20px;
  }
  .recrui-list .recrui-item .recru-yaoqiu_a{
    display: block;
    margin-top: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:40px;
  }
  .recrui-list .recrui-item .recru-yaoqiu .iconfont {
    display: inline-block;
    margin-right: 10px;
  }
  .recrui-list .recrui-item .recru-yaoqiu_a .iconfont {
    display: inline-block;
    margin-right: 10px;
  }
  .recrui-list .recrui-item .recru-detail {
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 26px;
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 83px;
  }
  .recrui-list .recrui-item .delivery {
    width: 133px;
    height: 44px;
    color: #2774c8;
    border: 1px solid;
    display: block;
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 17px;
  }

  .footer {
    min-width: 1200px;
    height: 445px !important;

  }

  .footer .fp-tableCell {
    height: 445px !important;
  }

  .foo_top-box {
    background-color: #2a2f33;
    height: auto;
  }

  .foo_bottom-box {
    height: 70px;
    background-color: #262b2e;
    width: 100%;
  }
  .foo_bottom-box .filing {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    font-size: 15px;
    color: #ffffff;
  }
  .foo_bottom-box .filing a {
    color: inherit;
  }

  .filig_links {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    height: 127px;
    align-items: center;
    border-bottom: 1px solid #484c50;
  }
  .filig_links .foot_nav {
    display: flex;
  }
  .filig_links .foot_nav a {
    color: #ffffff;
    margin-left: 60px;
  }

  .foot_control {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:25px;
  }

  .left_control {
    display: flex;
  }
  .left_control .left_info {
    margin-right: 50px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
	min-width:120px;
  }
  .left_control .left_info span {
    color: #fff;
  }
  .left_control .info_img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgba(204, 204, 204, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .right_control {
    display: flex;
    align-items: center;
  }
  .right_control .select-links {
    width: 310px;
    height: 55px;
    background-color: #35393c;
    margin-right: 70px;
    position: relative;
  }
  .right_control .select-links:hover .select_options {
    max-height: 155px;
  }
  .right_control .select-links .select_velue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .right_control .select-links .select_options {
    width: 100%;
    position: absolute;
    top: 50px;
    padding-top: 10px;
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  .right_control .select-links .select_options .select_opts {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    height: 145px;
  }
  .right_control .select-links .select_options a {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    color: #333;
  }
  .right_control .select-links .select_options a:hover {
    background-color: #ccc;
  }
  .right_control .code_img {
    padding: 12px;
    border: 1px solid #3d4245;
    margin-bottom: 10px;
  }
  .right_control .code_img img {
    width: 120px;
    height: 120px;
  }
  .right_control .right_code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .right_control .right_code span {
    color: #ffffff;
  }

  .active .col-box-dese .compan,
  .active .col-box-dese .right-box {
    transform: translateX(0);
  }
  .active .yewt-foot .yewt-link:nth-child(1) {
    transform: translateY(0px);
  }
  .active .yewt-foot .yewt-link:nth-child(2) {
    transform: translateY(0px);
  }
  .active .yewt-foot .yewt-link:nth-child(3) {
    transform: translateX(0px);
  }
  .active .solution-left {
    transform: translateX(0px) !important;
  }
  .active .solution-right {
    transform: translateX(0px) !important;
  }
  .active .serv-ul {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .active .recrui-item {
    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
  }
  .active .news-item {
    -webkit-animation: slit-in-horizontal 0.45s ease-out both;
    animation: slit-in-horizontal 0.45s ease-out both;
  }

  @-webkit-keyframes slit-in-horizontal {
    0% {
      transform: translateZ(-800px) rotateX(90deg);
      opacity: 0;
    }
    54% {
      transform: translateZ(-160px) rotateX(87deg);
      opacity: 1;
    }
    100% {
      transform: translateZ(0) rotateX(0);
    }
  }
  @keyframes slit-in-horizontal {
    0% {
      transform: translateZ(-800px) rotateX(90deg);
      opacity: 0;
    }
    54% {
      transform: translateZ(-160px) rotateX(87deg);
      opacity: 1;
    }
    100% {
      transform: translateZ(0) rotateX(0);
    }
  }
  @-webkit-keyframes slide-in-right {
    0% {
      transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes bounce-in-fwd {
    0% {
      transform: scale(0);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      transform: scale(0.7);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    72% {
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    81% {
      transform: scale(0.84);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    89% {
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    95% {
      transform: scale(0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    100% {
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-fwd {
    0% {
      transform: scale(0);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      transform: scale(0.7);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    72% {
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    81% {
      transform: scale(0.84);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    89% {
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    95% {
      transform: scale(0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    100% {
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
  }
  .banner {
    width: 100%;
    min-width: 1200px;
  }
  .banner img {
    width: 100%;
  }

  .quick_links {
    width: 100%;
    min-width: 1200px;
  }
  .quick_links .quick_list {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
  }
  .quick_links .quick_list .qu_link {
    line-height: 90px;
    height: 90px;
    color: #666666;
    margin-right: 75px;
    box-sizing: border-box;
    font-size: 17px;
    display: block;
  }
  .quick_links .quick_list .qu_link:hover {
    color: #004999;
    border-bottom: 2px solid #004999;
  }
  .quick_links .quick_list .qu_link-active {
    color: #004999;
    border-bottom: 2px solid #004999;
  }

  .buju {
    width: 1200px;
    min-width: 1200px;
    margin: 40px auto;
  }

  .prise_custo {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .prise_custo .prise_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prise_title {
    text-align: center;
    margin: 60px 0;
    width: 100%;
  }
  .prise_title h3 {
    color: #e3e2e2;
    font-size: 72px;
    font-weight: bold;
  }
  .prise_title span {
    color: #333333;
    font-size: 38px;
    margin-top: -27px;
    display: block;
  }
  .prise_title p {
    color: #666666;
    font-size: 17px;
    margin-top: 30px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .prise_sws_box {
    width: 100%;
    overflow: hidden;
  }
  .prise_sws_box .custo_swier {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 70px;
  }

  .prise_sws_box .custo_swier li {
    height: 100px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom:20px;
  }
  .prise_sws_box .custo_swier li img {
    max-height: 100%;
    max-width: 100%;
  }
  .custo_swier .bd{display:flex;justify-content: center;}
  .custo_swier .ulWrap{display:flex;}
  .custo_swier .ulWrap .picList{display:inline-block;}
  .prise_ce {
    background: url(../images/bg12.png) no-repeat center center/100% 100%;
    width: 100%;
    line-height: 70px;
    height: 70px;
    font-size: 33px;
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
  }

  .culture {
    width: 100%;
    min-width: 1200px;
    margin-bottom: 90px;
  }
  .culture .culture-box {
    padding-top: 65px;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    background: url(../images/bg13.png) no-repeat top center/100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .culture .culture-box .culture-item {
    text-align: center;
  }
  .culture .culture-box .culture-item .culture-item-img {
    width: 216px;
    height: 216px;
    overflow: hidden;
    margin-bottom: 35px;
  }
  .culture .culture-box .culture-item .culture-item-img img {
    width: 100%;
    height: 100%;
  }
  .culture .culture-box .culture-item span {
    font-size: 37px;
    font-weight: bold;
    color: #0353ab;
  }

  .jianjie_box {
    width: 1200px;
    margin: 0 auto;
    padding:20px 0;
  }
  .jianjie_box p {
    color: #666666;
    font-size: 17px;
    line-height: 36px;
    margin-bottom: 44px;
  }
  .jianjie_box img {
    max-width: 100%;
  }

  .zihzi_rongyu span {
    font-size: 20px;
    color: #555555;
    display: block;
    text-align: center;
    line-height: 48px;
  }

  .rongyu_img {
    margin-top: 30px;
    width: 100%;
    height: 441px;
    overflow: hidden;
  }
  .rongyu_img img {
    width: 100%;
    height: 100%;
  }

  .timeline {
    width: 100%;
    height: 337px;
    overflow: hidden;
    position: relative;
    padding: 70px 0;
    box-sizing: border-box;
    background: #f7f7f7;
  }

  .timeline_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .timeline_swiper .top_time {
    color: #333333;
    font-size: 34px;
    font-weight: bold;
    box-sizing: border-box;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
  }
  .timeline_swiper .line_desc {
    display: flex;
    padding-top: 25px;
    box-sizing: border-box;
  }
  .timeline_swiper .line_desc .iconfont {
    margin-top: 5px;
  }
  .timeline_swiper .line_desc p {
    margin-left: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #777777;
    line-height: 25px;
    font-size: 17px;
  }

  .line_btns {
    position: absolute;
    width: 1200px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 60px;
  }
  .line_btns .line_btn_box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
  }
  .line_btns .line-prev {
    left: -60px;
  }
  .line_btns .line-next {
    right: -60px;
  }
  .line_btns .line-prev,
  .line_btns .line-next {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    cursor: pointer;
  }
  .line_btns .line-prev .iconfont,
  .line_btns .line-next .iconfont {
    color: #333;
  }

  .merit {
    min-width: 1200px;
    width: 100%;
  }
  .merit .merit_box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
  }
  .merit .merit_title {
    text-align: center;
  }
  .merit .merit_title .t_cn {
    font-size: 36px;
    color: #333333;
  }
  .merit .merit_title .t_zn {
    font-size: 32px;
    color: #b3b3b3;
    vertical-align: sub;
  }
  .merit .merit_content {
    margin-top: 60px;
    margin-bottom: 35px;
  }

  .merit_box1 {
    display: flex;
  }
  .merit_box1 .merit_img {
    width: 50%;
    width: 50%;
    height: 434px;
    overflow: hidden;
  }
  .merit_box1 .merit_img img {
    width: 100%;
    height: 100%;
  }
  .merit_box1 .merit_dav {
    width: 50%;
    box-sizing: border-box;
    padding: 30px 50px;
    background-color: #fbfbfb;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .merit_box1 .merit_dav .merit_dav_x {
    display: flex;
  }
  .merit_box1 .merit_dav .merit_dav_x .merit_dav_img {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 7px rgba(133, 127, 127, 0.2);
    text-align: center;
    line-height: 85px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 25px;
  }
  .merit_box1 .merit_dav .merit_dav_x .merit_dav_text{
      width:calc(100% - 95px);
  }
  .merit_box1 .merit_dav .merit_dav_x .merit_dav_text h3 {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    max-width: 450px;
    height: 27px;
  }
  .merit_box1 .merit_dav .merit_dav_x .merit_dav_text span {
    font-size: 17px;
    color: #777777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 450px;
    height: 22px;
    display: block;
  }

  .merit_ul {
    display: flex;
    flex-wrap: wrap;
  }
  .merit_ul .merit_li {
    width: 295px;
    height: 190px;
    margin-right: 5px;
    margin-bottom: 33px;
    position: relative;
    overflow: hidden;
  }
  .merit_ul .merit_li:hover .merit_r {
    left: 320px;
  }
  .merit_ul .merit_li:hover .merit_l {
    top: 0;
  }
  .merit_ul .merit_li .merit_r {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    background-color: rgba(41, 38, 38, 0.315);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .merit_ul .merit_li .merit_r .merit_icon {
    width: 42px;
    height: 40px;
    overflow: hidden;
  }
  .merit_ul .merit_li .merit_r .merit_icon img {
    width: 100%;
    height: 100%;
  }
  .merit_ul .merit_li .merit_name {
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    position: relative;
    text-align: center;
  }
  .merit_ul .merit_li .merit_name::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
  }
  .merit_ul .merit_li .merit_l {
    position: absolute;
    left: 0;
    top: -190px;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 76, 145, 0.774);
    transition: all 0.5s ease;
    box-sizing: border-box;
    padding-top: 5px;
  }
  .merit_ul .merit_li .merit_l p {
    width: 80%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    margin-top: 40px;
    color: #fff;
    line-height: 25px;
  }
  .merit_ul .merit_li img {
    width: 100%;
    height: 100%;
  }
  .merit_ul .merit_li:nth-child(4n) {
    margin-right: 0;
  }

  .solution_box {
    width: 100%;
    min-width: 1200px;
  }
  .solution_box .center_box {
    width: 1200px;
    margin: 0 auto;
  }

  .history {
    font-size: 17px;
    color: #999999;
    padding: 25px 0;
  }
  .history a {
    color: inherit;
  }
  .history span {
    display: inline-block;
    margin: 0 5px;
  }

  .section-x {
    display: flex;
    justify-content: space-between;
  }
  .section-x .section-left {
    width: 840px;
    min-height: 700px;
    background-color: #fff;
  }
  .section-x .section-right {
    width: 347px;
    background-color: #fff;
    align-self: flex-start;
  }

  .section-title {
    font-size: 28px;
    color: #333333;
    font-weight: bold;

  }
  .sec_box{
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #d8d9da;
    width: 100%;
  }
.section_sub{
    line-height:26px;
    margin-top:20px;
    color:#666;
}
  .section-img {
    width: 100%;
    height: 327px;
    overflow: hidden;
    border-radius: 25px;
    margin: 25px 0;
  }
  .section-img img {
    width: 100%;
    height: 100%;
  }

  .section-btn {
    height: 45px;
    width: 100%;
    background-color: #0454ab;
    border-radius: 10px;
    display: block;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
  }

  .section-tip {
    margin: 25px 0;
  }
  .section-tip span {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: block;
    padding-left: 15px;
    box-sizing: border-box;
    border-left: 3px solid #004999;
  }
  .section-tip p {
    color: #868383;
    margin-top: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .section-desc {
    color: #858484;
    line-height: 25px;
    margin-top: 20px;
  }

  .section-r-title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding: 30px 0;
    border-bottom: 1px solid #d3d7da;
  }

  .other-box {
    box-sizing: border-box;
    padding: 20px;
  }
  .other-box .other-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .other-box .other-img img {
    width: 100%;
    height: 100%;
  }
  .other-box span {
    text-align: center;
    font-size: 20px;
    color: #333333;
    display: block;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .case_box {
    width: 100%;
    min-width: 1200px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .case_box .case_center {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom:40px;
  }

  .case_types {
    padding: 30px 0;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
  }
  .case_types a {
    color: #333333;
    font-size: 18px;
    margin: 0 25px;
  }
  .case_types a:hover {
    color: #004999;
    font-weight: bold;
  }

  .case_list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    padding-bottom: 0;
  }
  .case_list .case_li {
    width: 370px;
    height: 500px;
    background-color: #f3f3f3;
    margin-right: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
  }
  .case_img{
      width:100%;
      height:220px;
      overflow:hidden;
      border-radius:5px;
  }
  .case_img img{
      width:100%;
      height:100%;
      object-fit: cover;
  }
  .case_list .case_li:nth-child(3n) {
    margin-right: 0;
  }

  .case_cenbox {
    width: 100%;
    padding: 25px 35px;
    box-sizing: border-box;
  }
  .case_cenbox .case_top {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .case_cenbox .case_text {
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 100px;
  }
  .case_cenbox .case_footer {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .case_cenbox .case_footer .case_ld {
    font-size: 18px;
    color: #999999;
  }

  .concat_x {
    width: 100%;
    background-color: #fff;
  }

  .concat_desc {
    padding: 65px 0;
    display: flex;
  }
  .concat_desc .ci {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
  }
  .concat_desc .ci .conicon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #004999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .concat_desc .ci .conname {
    color: #666666;
  }
  .concat_desc .ci .con_text {
    margin-top: 14px;
    display: block;
    font-size: 18px;
    color: #333333;
  }

  .concat_map {
    height: auto;
    width: 100%;
  }

  .news_box {
    width: 100%;
    min-width: 1200px;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .news_box .news_content {
    width: 1200px;
    margin: 0 auto;
  }

  .news_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .news_list .news_li {
    width: 380px;
    height: 447px;
    margin-right: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #c8c8c8;
  }
  .news_list .news_li:nth-child(3n) {
    margin-right: 0;
  }
  .news_list .news_li .news_img {
    width: 380px;
    height: 278px;
    overflow: hidden;
  }
  .news_list .news_li .news_img img {
    width: 100%;
    height: 100%;
  }
  .news_list .news_li .news_p {
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    margin: 10px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
  }
  .news_list .news_li .news_time {
    font-size: 17px;
    color: #999999;
  }
  .news_list .news_li .news_foot {
    font-size: 17px;
    color: #555555;
    margin-top: 40px;
  }

  .business {
    margin-bottom: 20px;
  }
  .business .business-title {
    width: 140px;
    height: 40px;
    background: url(../images/bg15.png) no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 25px;
    box-sizing: border-box;
    font-size: 20px;
    color: #ffffff;
  }
  .business p {
    width: 100%;
    border-top: 1px solid #d5d5d5;
    padding-top: 33px;
    box-sizing: border-box;
    font-size: 17px;
    color: #333333;
    line-height: 33px;
  }

  .trade_x {
    width: 100%;
    min-width: 1200px;
  }

  .trade_ul {
    width: 100%;
  }
  .trade_ul .trade_li {
    width: 100%;
  }
  .trade_ul .trade_li:nth-child(even) {
    background-color: #f3f3f3;
  }
  .trade_ul .trade_li:nth-child(even) .trade_link {
    flex-direction: row-reverse;
  }
  .trade_ul .trade_li:nth-child(even) .trade_link .tarde_text {
    padding-left: 0;
  }

  .trade_link {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: 495px;
    box-sizing: border-box;
    padding: 50px 0;
  }
  .trade_link .tarde_img {
    width: 50%;
    width: 50%;
    height: 390px;
    overflow: hidden;
  }
  .trade_link .tarde_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .trade_link .tarde_text {
    width: 50%;
    padding: 35px;
    box-sizing: border-box;
  }
  .trade_link .tarde_text .tarde_ti {
    font-size: 30px;
    color: #333333;
    height: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-weight: bold;
  }
  .trade_link .tarde_text .tarde_ti::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .trade_link .tarde_text .tarde_p {
    font-size: 16px;
    color: #555555;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 37px;
    margin-top: 20px;
    min-height: 148px;
  }
  .trade_link .tarde_text .iconfont {
    display: block;
    width: 42px;
    height: 42px;
    border: 1px solid;
    color: #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 30px;
  }
  .trade_link .tarde_text .iconfont:hover {
    background-color: #004999;
    color: #fff;
    border: none;
  }

  .office-title {
    text-align: center;
    padding: 32px 0;
    box-sizing: border-box;
  }
  .office-title h4 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .office-title span {
    font-size: 16px;
    color: #999999;
  }

  .office-content {
    width: 100%;
    border-bottom: 1px solid #d8d9da;
    border-top: 1px solid #d8d9da;
    min-height: 700px;
    padding:20px 0;
    line-height:28px;
  }

  .office-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .office-foot .pust-btn {
    border-radius: 15px;
    background-image: linear-gradient(4deg, #337bcc 0%, #5c91cc 100%);
    font-size: 20px;
    color: white;
    width: 246px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .office-foot .share {
    align-items: center;
    display: inline-flex;
    width: 200px;
    justify-content: space-between;
  }

  .office-btns {
    padding: 23px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .office-btns .off_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    height: 65px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 100px;
  }
  .office-btns .off_btn .icon-bar {
    display: inline-block;
    margin-right: 10px;
  }
  .office-btns .off_btn:nth-child(1) {
    background-image: linear-gradient(to right, #f56904, #f89a15);
  }
  .office-btns .off_btn:nth-child(2) {
    margin-top: 30px;
    background-image: linear-gradient(to right, #02a174, #10ddbf);
  }
  .office-btns .off_btn:nth-child(3) {
    margin-top: 30px;
    background-image: linear-gradient(to right, #377dcc, #588fcc);
  }

  .job_list {
    padding: 23px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 20px;
  }
  .job_list .job_title {
    font-size: 24px;
    color: #333333;
    height: 50px;
    border-bottom: 1px solid #d3d7da;
  }

  .new_off_list .job_item {
    display: block;
    font-size: 17px;
    color: #555555;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
  }
  .new_off_list .job_item:first-child {
    margin-top: 20px;
  }
  .new_off_list .job_item::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #c4c4c4;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
  }

  .bulletin-list {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .bulletin-list .bulletin-item {
    display: flex;
    margin-top: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
  }
  .bulletin-list .bulletin-item:last-child {
    border-bottom: none;
  }
  .bulletin-list .bulletin-item .bull_img {
    width: 210px;
    height: 155px;
    overflow: hidden;
    margin-right: 25px;
  }
  .bulletin-list .bulletin-item .bull_img img {
    width: 100%;
    height: 100%;
  }
  .bulletin-list .bulletin-item .bulletin-desc {
    width:calc(100% - 235px);
    box-sizing: border-box;
    padding-top: 10px;
  }
  .bulletin-list .bulletin-item .bulletin-desc .bulletin-title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 715px;
  }
  .bulletin-list .bulletin-item .bulletin-desc .bulletin-title .iconfont {
    font-size: 24px;
    color: #ee2d42;
    font-weight: normal;
  }
  .bulletin-list .bulletin-item .bulletin-desc .bulletin-title_gg {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    width: 100%;
    max-width: 715px;
    height:100px;
    margin-bottom:10px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
  }
  .bulletin-list .bulletin-item .bulletin-desc .bulletin-title_gg .iconfont {
    font-size: 24px;
    color: #ee2d42;
    font-weight: normal;
  }
  .bulletin-list .bulletin-item .bulletin-desc .bulletin-dp {
    color: #666666;
    line-height: 25px;
    margin-top: 17px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
  }
  .bulletin-list .bulletin-item .bulletin-desc .bull-time {
    font-size: 16px;
    color: #999999;
  }

  .take-item {
    padding: 25px 0;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .take-item:hover{
    border-bottom: 1px solid #e0e0e0;
  }
  .take-item:hover .take-name span{color:#004999;}
  .take-item:last-child {
    border-bottom: none;
  }
  .take-item .take-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .take-item .take-name .iconfont {
    font-size: 24px;
    color: #ee2d42;
  }
  .take-item .take-name span {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
  }
  .take-item .take-footer {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
  }

  .job_from {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }

  .job_from_box {
    width: 580px;
    height: 690px;
    padding: 35px;
    box-sizing: border-box;
  }
  .job_from_box .from_title {
    font-weight: bold;
    color: #333333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }

  .upload_btn {
    width: 150px;
    height: 35px;
    background-color: #e8ebf0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .layui-form-radio:hover *,
  .layui-form-radioed,
  .layui-form-radioed > i {
    color: #004999;
  }

  .from-section {
    width: 100%;
    background-color: #fff;
    padding: 0 65px;
    box-sizing: border-box;
  }
  .from-section .from_sec_title {
    display: flex;
    padding: 25px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dde2e6;
    align-items: flex-end;
  }
  .from-section .from_sec_title h3 {
    font-size: 24px;
    color: #333;
    margin-right: 10px;
  }
  .from-section .from_sec_title span {
    font-size: 16px;
    color: #ff7373;
  }
  .from-section .form-body-box {
    margin-top: 35px;
    display: flex;
  }
  .from-section .avatar {
    width: 125px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px dashed #d9d9d9;
    cursor: pointer;
  }
  .from-section .avatar .iconfont {
    font-size: 17px;
    color: #ccc;
  }
  .from-section .avatar span {
    color: #ccc;
    display: block;
    margin-top: 15px;
  }
  .from-section .layui-form {
    flex: 1;
  }
  .from-section .layui-form .layui-form-item {
    display: flex;
  }
  .from-section .layui-form .layui-form-item .layui-inline {
    margin-right: 0;
    flex: 1;
    display: flex;
  }
  .from-section .layui-form .layui-form-item .layui-inline .layui-form-label {
    width: 150px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 50px;
  }
  .from-section .layui-form .layui-form-item .layui-inline .layui-input-inline {
    width: 380px;
    margin-right: 0;
    flex: 1;
  }

  .required-prefix {
    position: relative;
  }
  .required-prefix::after {
    content: "*";
    color: red;
    display: block;
    position: absolute;
    left: 25%;
    top: 0;
  }

  .table-from {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .table_from_head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #dde2e6;
    margin-bottom: 35px;
  }
  .table_from_head .table_from_name {
    display: inline-flex;
    align-items: flex-end;
  }
  .table_from_head .table_from_name h3 {
    font-size: 24px;
    color: #333333;
    margin-right: 15px;
  }
  .table_from_head .table_from_name span {
    font-size: 16px;
    color: #999999;
  }

  .table_from_btn {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #004999;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .table_from_body {
    width: 100%;
  }
  .table_from_body .from-table {
    width: 100%;
    border-top: 1px solid #dcdfe6;
    border-left: 1px solid #dcdfe6;
  }

  .tab-tr .tab-th {
    padding: 18px 0;
    background-color: #f5f7fa;
    border-bottom: 1px solid #dcdfe6;
    border-right: 1px solid #dcdfe6;
    font-size: 17px;
    color: #333333;
    font-weight: bold;
  }
  .tab-tr .tab-td {
    width: 175px;
    padding: 10px;
    border-bottom: 1px solid #dcdfe6;
    border-right: 1px solid #dcdfe6;
  }
  .tab-tr .tab-td:last-child {
    width: 115px !important;
  }

  .table-item-from {
    display: flex;
    height: 45px;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
  }
  .table-item-from_border {
    border: 1px solid #ccc;
  }
  .table-item-from input {
    flex: 1;
    width: 100%;
    border: 0;
  }
  .table-item-from input:focus {
    outline: none;
  }
  .table-item-from select {
    width: 100%;
    flex: 1;
    height: 100%;
    padding: 0 10px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
    background: url(../images/jiantou1.png) no-repeat center right/15% 70%;
  }
  .table-item-from select::-ms-expand {
    display: none;
  }
  .table-item-from select:focus {
    outline: none;
  }
  .table-item-from button {
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table-item-from .table-from-checkbox {
    width: 50px;
    height: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
  }
  .table-item-from .table-from-checkbox .checkbox-state {
    background-color: #d0d3d8;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .table-item-from .table-from-checkbox .checkbox-state .glyphicon {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  .table-item-from .table-from-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
  }
  .table-item-from .table-from-checkbox input[type=checkbox]:checked ~ .checkbox-state {
    background-color: #0652d4;
  }
  .table-item-from .table-from-checkbox input[type=checkbox]:checked ~ .checkbox-state .glyphicon {
    left: 30px;
  }

  .tab-btn-box {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .table-btn {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #f56c6c;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .tab-from-summit-container {
    display: flex;
    margin-top: 50px;
    border-top: 1px solid #dde2e6;
    box-sizing: border-box;
    padding-top: 35px;
    justify-content: space-between;
  }
  .tab-from-summit-container .tag-from-submit {
    width: 250px;
    height: 55px;
    background-color: #004999;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    cursor: pointer;
  }
  .tab-from-summit-container .tag-from-code {
    text-align: center;
  }
  .tab-from-summit-container .tag-from-code .tag-code {
    padding: 10px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .tab-from-summit-container .tag-from-code span {
    color: #333333;
  }

  .up-box {
    width: 454px;
    height: 90px;
    background-color: #f5f7fa;
    border: 1px solid #dcdfe6;
    text-align: center;
    line-height: 90px;
    cursor: pointer;
  }
  /* 添加的样式 */
  /* .section.footer .fp-tableCell{
    height:auto !important;

  } */
  /* .footer.fp-section.fp-table, .fp-slide.fp-table{
      height:auto !important;
  } */
  /* .bdshare-button-style0-16{
      zoom:1;
      width:138px;
      height:28px;
  }
  .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    float:left;
    font-size:12px;
    padding-left:17px;
    line-height:16px;
    height:16px;
    background-repeat:no-repeat;
    cursor:pointer;
    margin:6px 6px 6px 0;
  } */