img {
  width: 100%;
  object-fit: contain;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/icon06.png);
  left: 4%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/icon07.png);
  right: 4%;
}

.swiper-pagination-bullet {
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
  }

  a,
  p {
    font-size: 12px;
  }
}

body {
  padding-top: 110px;
  font-family: Microsoft YaHei;
}

.nav-box {
  padding: 0 3%;
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.nav-box:hover {
  background: #fff !important;
}

.nav-box .left-bar {
  float: left;
  width: 375px;
  height: 55px;
  margin-top: 30px;
}

.nav-box .left-bar .logo {
  display: block;
}

.nav-box .mid-bar > ul {
  font-size: 0;
  text-align: left;
}

.nav-box .mid-bar > ul li {
  display: inline-block;
  font-size: 18px;
}

.nav-box .mid-bar > ul li a {
  display: inline-block;
  line-height: 110px;
  padding: 0 15px;
  color: #333;
}

.nav-box .mid-bar > ul li:first-child {
  margin-left: 20px;
}

.nav-box .mid-bar > ul li.index-child {
  position: relative;
}

.nav-box .mid-bar > ul li.active a,
.nav-box .mid-bar > ul li a:hover {
  color: #1ba93b;
}

.nav-box .right-bar {
  float: right;
  margin-left: 35px;
  border-radius: 100px;
  border: 1px solid #333;
  color: #333;
  padding-left: 50px;
  margin-top: 37px;
  height: 36px;
  width: 115px;
  line-height: 36px;
  position: relative;
  cursor: pointer;
}

.nav-box .right-bar:hover {
  color: #1ba93b;
  border: 1px solid #1ba93b;
}

.nav-box .right-bar .search-icon {
  position: absolute;
  left: 20px;
  top: 8px;
  width: 20px;
  height: 20px;
  background: url(../images/icon01.png) no-repeat 50%;
  background-size: cover;
}

.nav-box .right-bar:hover .search-icon {
  background: url(../images/icon01-02.png) no-repeat 50%;
  background-size: cover;
}

.nav-box .child-bar.show {
  display: none;
}

.nav-box .child-bar {
  position: absolute;
  height: 70px;
  left: 0;
  right: 0;
  bottom: -70px;
  background: hsla(0, 0%, 94%, 0.8);
  border-bottom: 2px solid #45b75f;
  display: none;
}

.nav-box .child-bar .left-bar {
  margin: 0;
  display: none;
}

.nav-box .child-bar.show_pc {
  display: block;
}

.nav-box .child-bar ul li {
  float: left;
}

.nav-box .child-bar ul li a {
  float: left;
  line-height: 70px;
  padding: 0 10px;
  font-size: 18px;
  color: #333;
}

.nav-box .child-bar .right-bar2 {
  float: right;
  margin-left: 35px;
  padding-left: 50px;
  height: 100%;
  width: 125px;
  display: none;
}

.a-child-bar dl dd.active a,
.nav-box .child-bar dl dd a:hover {
  color: #00ae35;
}

.a-child-bar {
  text-align: left;
  font-size: 0;
}

.a-child-bar dl {
  position: relative;
}

.a-child-bar dl dd {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 70px;
}

.a-child-bar dl dd a {
  color: #333;
  display: block;
  padding: 0 30px;
}

.m-child-list {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-box {
    height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff !important;
  }

  .swiper-container-horizontal > .swiper-scrollbar {
    display: none;
  }

  .nav-box .mid-bar > ul li:first-child {
    margin-left: 0;
  }

  .nav-box .left-bar {
    width: 50%;
    margin-top: 12px;
    height: 24px;
  }

  .nav-box .mid-bar > ul {
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 46px;
    z-index: 4;
  }

  .nav-box .mid-bar > ul.show {
    display: none;
  }

  .nav-box .nav-icon {
    width: 20px;
    height: 15px;
    background: url(../images/icon02.png) no-repeat 50%;
    background-size: 100%;
    position: absolute;
    right: 24px;
    top: 16px;
  }

  .nav-box .mid-bar > ul li {
    display: block;
    height: 46px;
    background: url(../images/icon08.png) no-repeat 90% 18px #fff;
    background-size: 17px auto;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
  }

  .nav-box .mid-bar > ul li a {
    line-height: 46px;
    color: #333;
    display: block;
    width: 70%;
    padding: 0 10% 0 5%;
    font-size: 17px;
  }

  .nav-box .mid-bar > ul li.active a,
  .nav-box .mid-bar > ul li a:hover {
    background: none;
  }

  .nav-box .right-bar {
    width: 20px;
    height: 30px;
    border: none;
    font-size: 0;
    margin: 5px 40px 0 0;
  }

  .nav-box .right-bar:hover {
    border: none;
  }

  .nav-box .mid-bar > ul li.show {
    overflow: auto;
    height: auto;
    border-bottom: none;
    background: url(../images/icon08-2.png) no-repeat 90% 18px #00ad35;
    background-size: 17px auto;
  }

  .nav-box .mid-bar > ul li.active a {
    color: #333;
  }

  .nav-box .mid-bar > ul li.show a {
    color: #fff;
  }

  .nav-box .mid-bar > ul li.active .m-child-list,
  .nav-box .mid-bar > ul li.show .m-child-list {
    display: block;
  }

  .nav-box .mid-bar > ul li.show .m-child-list .item {
    display: block;
    line-height: 50px !important;
    border-bottom: 1px solid #fff;
    background: #00ad35;
    width: 100%;
    font-size: 17px;
    color: #fff;
    padding: 0 10% 0 15%;
  }

  .nav-box .mid-bar > ul li.show .m-child-list .item:first-child {
    border-top: 1px solid #fff;
  }

  .nav-box .child-bar.show,
  .nav-box .child-bar.show_pc {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1190px) {
  .nav-box {
    padding: 0 1%;
  }

  .logo {
    font-size: 30px;
  }

  .nav-box .left-bar {
    width: 189px;
    margin-top: 16px;
  }

  .nav-box .right-bar {
    width: 90px;
    margin-left: 20px;
    padding-left: 44px;
    margin-top: 16px;
  }

  .nav-box .mid-bar > ul li a {
    line-height: 60px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1190px) and (max-width: 1513px) {
  .nav-box .mid-bar > ul li a {
    display: inline-block;
    line-height: 110px;
    padding: 0 10px;
  }

  .a-child-bar dl dd a {
    font-size: 14px;
    padding: 0 10px;
  }
}

.footer {
  padding: 30px 0 35px;
  background: #22262e;
  text-align: center;
  font-size: 0;
}

.footer .item {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  width: 25%;
}
.footer .item .erweima {
  border-radius: 8px;
  width: 90px !important;
  height: 90px;
  margin-top: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.footer .item .icon01 {
  background: url(../images/icon04.png) no-repeat 50%;
  background-size: 50px 50px;
}

.footer .item .icon01,
.footer .item .icon02 {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.footer .item .icon02 {
  background: url(../images/icon05.png) no-repeat 50%;
  background-size: 50px 50px;
}

.footer .item .icon03 {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/icon03.png) no-repeat 50%;
  background-size: 50px 50px;
  margin: 4px auto 0;
}

.footer .item .icon-tip {
  color: #1ba39b;
  margin: 5px 0 20px;
}

.footer .item > a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }

  .footer .item {
    width: 100%;
    margin: 0 0 12px;
    padding: 0 3%;
    text-align: left;
  }
  .footer .item:last-child .erweima {
    margin-left: 42px;
  }
  .footer .item:last-child a {
    margin-left: 63px;
  }
  .footer .item .icon {
    width: 25px;
    height: 25px;
    background-size: 25px;
    display: inline-block;
    vertical-align: top;
  }

  .footer .item .icon-tip {
    display: inline-block;
    font-size: 12px;
    margin: 0 17px;
  }
}

.news {
  width: 1200px;
  margin: 40px auto 30px;
}

.news .left-bar {
  float: left;
  width: 46%;
  margin-right: 4%;
}

.news .left-bar .item {
  width: 100%;
  background: #f5f6f7;
  padding: 40px 0;
  font-size: 0;
  display: block;
}

.news .left-bar .item img {
  width: 157px;
  height: 157px;
  margin: 0 20px;
}

.news .left-bar .item .text,
.news .left-bar .item img {
  display: inline-block;
  vertical-align: middle;
}

.news .left-bar .item .text h4 {
  font-size: 42px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}

.news .left-bar .item .text p {
  font-size: 24px;
  color: #333;
  opacity: 0.2;
  font-weight: 700;
}

.news .left-bar .item:first-child {
  margin-bottom: 20px;
}

.news .right-bar {
  float: left;
  width: 50%;
}

.news .right-bar .news-header .img-box {
  width: 55%;
  float: left;
  border-radius: 10px;
  height: 220px;
  overflow: hidden;
}

.news .right-bar .news-header .content {
  float: left;
  padding-left: 3%;
  width: 45%;
  position: relative;
}

.news .right-bar .news-header .content h5 {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}

.news .right-bar .news-header .content h5 a {
  color: #333;
}

.news .right-bar .news-header .content h5 a:hover {
  color: #1ba93b;
}

.news .right-bar .news-header .content .time {
  font-size: 14px;
  color: #999;
  margin: 5px 0 15px;
  overflow: hidden;
}

.news .right-bar .news-header .content .time span {
  margin-left: 10px;
}

.news .right-bar .news-header .content .text {
  font-size: 14px;
  color: #999;
  line-height: 25px;
}

.news .right-bar .news-header .content .detail-btn {
  position: absolute;
  right: 4px;
  bottom: 0;
  color: #1ba93b;
  display: block;
  background: #fff;
  display: none;
}

.news .right-bar .new-list {
  border-top: 1px solid #e5e5e5;
  margin-top: 24px;
}

.news .right-bar .new-list > li {
  line-height: 49px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  color: #333;
}

.news .right-bar .new-list > li a {
  display: block;
}

.news .right-bar .new-list > li a:hover {
  color: #1ba93b;
}

.news .right-bar .new-list > li time {
  float: right;
  font-size: 14px;
  color: #999;
}

.news .right-bar .new-list > li time span {
  margin-left: 9px;
}

@media screen and (max-width: 768px) {
  .news {
    margin: 5px auto 10px;
  }

  .news,
  .news .left-bar {
    width: 100%;
  }

  .news .right-bar {
    width: 100%;
    margin-top: 20px;
  }

  .news .right-bar .new-list > li {
    overflow: hidden;
    height: 50px;
    position: relative;
    line-height: 26px;
    padding: 0 2%;
  }

  .news .right-bar .new-list > li time {
    position: absolute;
    float: none;
    left: 2%;
    top: 22px;
    font-size: 12px;
  }

  .news .left-bar .item img {
    width: 70px;
    height: 70px;
  }

  .news .left-bar .item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .news .left-bar .item .text h4 {
    font-size: 24px;
    margin-bottom: 7px;
  }

  .news .left-bar .item .text p {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
  }

  .news .right-bar .news-header .content,
  .news .right-bar .news-header .img-box {
    width: 100%;
    padding: 0 2%;
  }

  .news .right-bar .news-header .img-box img {
    border-radius: 10px;
  }

  .news .right-bar .new-list > li a {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1190px) {
  .news {
    width: 100%;
  }

  .news .left-bar .item {
    text-align: center;
  }

  .news .left-bar .item img {
    float: none;
    display: inline-block;
  }

  .news .left-bar .item .text {
    float: none;
  }

  .news .right-bar .new-list > li {
    padding-right: 2px;
    overflow: hidden;
  }
}

.search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  height: 100%;
  overflow: hidden;
}

.search-wrapper .bj {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.search-wrapper .search-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-wrapper .search-box .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 100px;
  height: 65px;
  background: #fff;
  background: url(../images/search-btn2.png) no-repeat 50%;
  background-size: 98px 63px;
  cursor: pointer;
}

.search-wrapper .search-box .close-btn {
  position: absolute;
  right: 0;
  top: -94px;
  width: 44px;
  height: 44px;
  background: url(../images/search-close.png) no-repeat 50%;
  background-size: cover;
  cursor: pointer;
}

.search-wrapper .search-box .search-input {
  width: 800px;
  display: block;
  height: 65px;
  border-radius: 100px;
  font-size: 28px;
  color: #fff;
  border: 1px solid #fff;
  background: #00ae35;
  padding-left: 35px;
  outline: none;
}

.search-wrapper .search-box .search-input::-webkit-input-placeholder {
  color: #fff;
}

.search-wrapper .search-box .search-input:-moz-placeholder,
.search-wrapper .search-box .search-input::-moz-placeholder {
  color: #999;
}

.search-wrapper .search-box .search-input:-ms-input-placeholder {
  color: #999;
}

@media screen and (max-width: 768px) {
  .search-wrapper .search-box {
    width: 100%;
    top: 20%;
  }

  .search-wrapper .search-box .search-btn {
    height: 35px;
  }

  .search-wrapper .search-box .close-btn {
    width: 20px;
    height: 20px;
    right: 10px;
    top: -45px;
    display: none;
  }

  .search-wrapper .search-box .search-input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}

.href-ads {
  padding: 25px 5%;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  font-size: 0;
}

.href-ads .ads {
  display: inline-block;
  font-size: 16px;
  color: #333;
}

.href-ads .sec-ads {
  font-size: 16px;
  color: #1ba93b;
}

.href-ads span {
  margin: 0 25px;
}

.chairman-content {
  padding: 50px 6% 80px;
  background: #fafbff;
}

.chairman-content h3 {
  font-size: 40px;
  color: #333;
  margin: 0 0 40px;
}

.chairman-content .left-bar {
  float: left;
  width: 40%;
}

.chairman-content .left-bar img {
  border-radius: 5px;
}

.chairman-content .right-bar {
  float: left;
  width: 60%;
  padding-left: 4%;
  position: relative;
}

.chairman-content .right-bar h5 {
  font-size: 40px;
  color: #e5e5e5;
  font-weight: 700;
  margin-bottom: 34px;
}

.chairman-content .right-bar p {
  font-size: 18px;
  color: #333;
  line-height: 33px;
  margin-bottom: 30px;
}

.chairman-content .right-bar .name {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 151px;
  height: 73px;
}

@media screen and (max-width: 789px) {
  .chairman-content .left-bar {
    width: 100%;
  }

  .chairman-content .right-bar {
    width: 100%;
    padding: 0 2%;
  }
}

.goal {
  padding: 50px 6% 100px;
  background: #fafbff;
}

.goal h3 {
  font-size: 40px;
  color: #333;
}

.goal h6 {
  font-size: 40px;
  color: #e5e5e5;
  font-weight: 700;
  margin: 40px 0 70px;
}

.goal ul li {
  font-size: 0;
  margin-bottom: 20px;
  width: 100%;
  background: url(../images/img03-02.jpg) no-repeat 50%;
  background-size: cover;
}

.goal ul li:first-child {
  background: url(../images/img04-02.jpg) no-repeat 50%;
  background-size: cover;
}

.goal ul li .item-text {
  padding-left: 5%;
}

.goal ul li:nth-child(2n) .item:first-child {
  float: right;
}

.goal ul li .item {
  width: 50%;
  float: left;
  font-size: 22px;
  color: #333;
  height: 285px;
  line-height: 285px;
}

.goal ul li .item span {
  font-size: 80px;
  color: #e5e5e5;
  vertical-align: middle;
  margin-right: 10px;
  font-style: oblique;
}

.organization-img {
  max-width: 1160px;
  max-height: 840px;
  margin: 50px auto;
}

.organization02-img {
  max-width: 1725px;
  max-height: 645px;
  margin: 50px auto;
}

.organization .organization-name {
  margin: 0 auto;
  padding: 0 7%;
}

.organization .organization-name li {
  width: 9%;
  text-align: center;
  background: #e5e5e5;
  float: left;
  border-right: 2px solid #fff;
  min-height: 80px;
}

.organization .organization-name li h6 {
  font-size: 20px;
  color: #333;
  line-height: 44px;
  margin: 0;
  font-weight: 400;
}

.organization .organization-name li p {
  font-size: 18px;
  color: #666;
  line-height: 18px;
}

@media screen and (max-width: 789px) {
  .goal ul li {
    background: none !important;
  }

  .goal ul li .item {
    width: 100%;
    font-size: 14px;
    height: 110px;
    line-height: 20px;
    text-align: center;
    padding: 0;
  }

  .goal ul li .item.item-img {
    background: url(../images/img03.png) no-repeat;
    background-size: cover;
  }

  .goal ul li:first-child .item.item-img {
    background: url(../images/img04.png) no-repeat;
    background-size: cover;
  }

  .goal ul li .item span {
    font-size: 50px;
    margin-right: 0;
    display: block;
    line-height: 50px;
    margin-top: 15px;
    text-align: center;
  }
}

.content-wrap {
  padding: 50px 5% 80px;
  background: #fafbff;
}
.content-wrap:nth-child(even) {
  background: #fff;
}
.content-wrap .t3-h3 {
  font-size: 40px;
  color: #333;
}

.train .train-ul {
  margin-top: 40px;
}

.train .train-ul li {
  margin-bottom: 20px;
  float: left;
  width: 50%;
  height: 425px;
  max-height: 425px;
}

.train .train-ul li .number {
  font-size: 120px;
  color: #e5e5e5;
  font-weight: 700;
  font-style: italic;
  margin-top: 30px;
  line-height: 120px;
}

.train .train-ul li .title {
  font-size: 30px;
  color: #00ae35;
  margin: 20px 0;
}

.train .train-ul li .text {
  font-size: 18px;
  color: #333;
  line-height: 35px;
}

.train .train-ul li:nth-child(odd) {
  background: #fff;
  padding: 0 2%;
}

@media screen and (max-width: 789px) {
  .train .train-ul li {
    width: 100%;
    height: auto;
  }

  .train .train-ul li .text {
    margin-bottom: 10px;
  }

  .train .train-ul li .title {
    font-size: 30px;
    color: #00ae35;
    text-align: center;
    margin: 10px 0;
  }

  .train .train-ul li .number {
    font-size: 60px;
    margin-top: 20px;
    line-height: 60px;
    text-align: center;
  }
}

.salary .salary-ul {
  margin-top: 30px;
}

.salary .salary-ul li {
  float: left;
  width: 50%;
  max-height: 502px;
  height: 450px;
  background: url(../images/join05.png) no-repeat bottom #edf1f5;
  padding: 2% 6% 0 2%;
}

.salary .salary-ul li .title {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

.salary .salary-ul li .text {
  font-size: 0;
  float: left;
}

.salary .salary-ul li .text .text-title {
  font-size: 18px;
  display: inline-block;
  float: left;
  color: #00ae35;
  font-weight: 700;
  width: 127px;
}

.salary .salary-ul li .text .text-p {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  display: table;
}

.salary .salary-ul li:first-child {
  background: url(../images/join04.png) no-repeat bottom #f0e9cd;
}

@media screen and (max-width: 789px) {
  .salary .salary-ul li {
    width: 100%;
    padding: 3% 0.5%;
  }

  .salary .salary-ul li .text {
    font-size: 0;
  }

  .salary .salary-ul li .text .text-title {
    font-size: 14px;
    width: auto;
    line-height: 20px;
  }

  .salary .salary-ul li .text .text-p {
    font-size: 12px;
    line-height: 20px;
  }
}

.groupState {
  overflow: hidden;
}

.groupState .state-top {
  margin-top: 3%;
  background: #fff;
}

.groupState .state-top .left-bar {
  float: left;
  width: 660px;
  height: 440px;
  padding-right: 40px;
  overflow: hidden;
  background: #fff;
}

.groupState .state-top .left-bar .slider,
.groupState .state-top .left-bar .slider .swiper-container {
  height: 100%;
}

.groupState .state-top .left-bar .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.groupState .state-top .left-bar img {
  border-radius: 5px;
}

.groupState .state-top .right-bar {
  padding-right: 3%;
  width: 100%;
}

.groupState .state-top .right-bar .item {
  padding: 3% 0 4%;
}

.groupState .state-top .right-bar .item:first-child {
  border-bottom: 1px solid #e5e5e5;
}

.groupState .state-top .right-bar .item .title {
  font-size: 22px;
  color: #333;
}

.groupState .state-top .right-bar .item .title:hover a,
.stateNews .stateNews-ul li .item .right-time .title:hover a {
  color: #1ba93b;
}

.groupState .state-top .right-bar .item .time {
  font-size: 15px;
  color: #999;
  margin: 20px 0;
}

.groupState .state-top .right-bar .item .time span {
  margin-left: 5px;
}

.groupState .state-top .right-bar .item .text {
  font-size: 15px;
  color: #666;
  line-height: 24px;
}

.stateNews {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  background: #fafbff;
  padding-bottom: 50px;
}

.stateNews .stateNews-ul {
  padding: 0 5%;
}

.stateNews .stateNews-ul li {
  width: 33.33%;
  float: left;
}

.stateNews .stateNews-ul li .item {
  width: 90%;
  margin-bottom: 20px;
  height: 150px !important;
}

.stateNews .stateNews-ul li .item .left-time {
  width: 90px;
  height: 90px;
  float: left;
  background: #f2f2f2;
  border-radius: 100%;
  text-align: center;
  display: table;
  margin-right: 20px;
}

.stateNews .stateNews-ul li .item .left-time .wrapper {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #666;
}

.stateNews .stateNews-ul li .item .right-time {
  overflow: hidden;
}

.stateNews .stateNews-ul li .item .right-time .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  line-height: 30px;
}

.stateNews .stateNews-ul li .item .right-time .text {
  font-size: 15px;
  color: #999;
  line-height: 24px;
}

@media screen and (max-width: 789px) {
  .groupState .state-top .left-bar,
  .groupState .state-top .right-bar {
    width: 100%;
  }

  .stateNews {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .stateNews .stateNews-ul {
    padding: 0 4%;
  }

  .stateNews .stateNews-ul li {
    width: 100%;
    float: left;
  }

  .stateNews .stateNews-ul li:first-child {
    display: block;
  }

  .stateNews .stateNews-ul li .item {
    height: auto;
  }
}

.job-wrap {
  margin-top: 30px;
}

.job-wrap .left-bar {
  width: 380px;
  float: left;
}

.job-wrap .left-bar > ul {
  border-top: 1px solid #e5e5e5;
  right: -1px;
  position: relative;
}

.job-wrap .left-bar > ul > li {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.job-wrap .left-bar > ul > li.active {
  background: #fff;
  border-right: #fff;
  color: #1ba93b;
  font-weight: 700;
}

.job-wrap .right-bar {
  overflow: hidden;
  background: #fff;
  padding: 30px 3%;
  border: 1px solid #e5e5e5;
}

.job-wrap .right-bar .item {
  display: none;
}

.job-wrap .right-bar .item .m-bar {
  display: none;
  cursor: pointer;
}

.job-wrap .right-bar .item h5 {
  font-size: 18px;
  color: #23b34a;
  line-height: 35px;
  font-weight: 700;
}

.job-wrap .right-bar .item .job-ul-title {
  font-size: 0;
  border-bottom: 2px solid #ccefd7;
}

.job-wrap .right-bar .item .job-ul-title li {
  display: inline-block;
  font-size: 16px;
  color: #333;
  width: 15%;
  font-weight: 700;
  line-height: 16px;
  padding: 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.job-wrap .right-bar .item .job-ul-title li:first-child {
  width: 25%;
  padding-right: 5px;
}

.job-ul-wrap ul {
  height: 35px;
  margin-top: 30px;
  overflow: hidden;
}

.job-ul-wrap ul li {
  float: left;
  width: 15%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
}

.job-ul-wrap ul li:first-child {
  float: left;
  width: 25%;
  padding-right: 5px;
}

.job-ul-wrap ul li.unfold {
  color: #00ae35;
  cursor: pointer;
  padding-left: 5%;
}

.job-ul-wrap ul li.unfold .icon-show {
  width: 15px;
  height: 8px;
  background: url(../images/fold.png) no-repeat 50%;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

.job-ul-wrap.fold ul li.unfold .icon-show {
  width: 15px;
  height: 8px;
  background: url(../images/fold02.png) no-repeat 50%;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

.job-ul-wrap .jobs-detail {
  padding: 20px 0 25px;
  border-bottom: 1px solid #e5e5e5;
  display: none;
}

.job-ul-wrap .jobs-detail h6 {
  font-weight: 700;
}

.job-ul-wrap .jobs-detail h6,
.job-ul-wrap .jobs-detail p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.job-ul-wrap .jobs-detail .send-resume {
  padding: 6px 25px;
  color: #fff;
  font-size: 12px;
  background: #00ae35;
  border-radius: 100px;
  margin: 25px 0;
  overflow: hidden;
  display: inline-block;
}

@media screen and (max-width: 789px) {
  .job-wrap .left-bar {
    display: none;
  }

  .job-wrap .right-bar {
    padding: 0;
  }

  .job-wrap .right-bar .item {
    display: block !important;
  }

  .content-wrap {
    padding: 20px 2%;
  }

  .job-wrap .right-bar .item:last-child .m-bar {
    border-bottom: none;
  }

  .job-wrap .right-bar .item .m-bar {
    display: block;
    line-height: 45px;
    text-align: left;
    background: url(../images/icon08.png) no-repeat 95%;
    background-size: 15px 8px;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 1.5%;
  }

  .job-wrap .right-bar .item .m-bar.active {
    color: #23b34a;
    border-bottom: none;
    background: url(../images/icon09.png) no-repeat 95%;
    background-size: 15px 8px;
  }

  .job-wrap .right-bar .item .item-content {
    display: none;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 1.5%;
  }

  .job-wrap .right-bar .item .item-content.active {
    display: block;
  }

  .job-ul-wrap {
    padding: 0 5px;
  }

  .job-ul-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    padding-top: 0;
  }

  .job-ul-wrap ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: none;
    width: auto;
    font-size: 12px;
    word-break: break-all;
    margin-bottom: 0;
  }

  .job-ul-wrap ul li.unfold {
    padding: 0;
  }
}

.newsDetail {
  padding-top: 25px;
}

.newsDetail .left-bar {
  overflow: hidden;
  padding-right: 2%;
}

.newsDetail .left-bar h6 {
  margin: 25px 0 10px;
  font-size: 40px;
  color: #333;
}

.newsDetail .left-bar .small-title {
  font-size: 0;
  color: #999;
  margin: 10px 0 45px;
}

.newsDetail .left-bar .small-title .time {
  margin-right: 25px;
  display: inline-block;
  font-size: 16px;
}

.newsDetail .left-bar .small-title .time span {
  margin-left: 5px;
}

.newsDetail .left-bar .small-title .edit {
  margin: 0 25px;
  font-size: 16px;
  display: none;
}

.newsDetail .left-bar .small-title .tick {
  margin-left: 25px;
  font-size: 16px;
  display: inline-block;
}

.newsDetail .left-bar .news-content,
.newsDetail .left-bar .news-content p {
  font-size: 18px;
  color: #333;
  line-height: 33px;
}

.newsDetail .left-bar .news-content p {
  margin-bottom: 20px;
}

.newsDetail .left-bar .news-content img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 25px auto;
  height: auto;
}

.newsDetail .right-bar {
  width: 40%;
  max-width: 535px;
  float: right;
  background: #fff;
  margin-top: 27px;
}

.newsDetail .right-bar dl dt {
  height: 50px;
  line-height: 50px;
  background: #e5e5e5;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
}

.newsDetail .right-bar dl dd {
  font-size: 16px;
  color: #333;
  position: relative;
  width: 94%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.newsDetail .right-bar dl dd:hover a .text {
  color: #1ba93b;
}

.newsDetail .right-bar dl dd:last-child {
  border: none;
}

.newsDetail .right-bar dl dd .time {
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  overflow: hidden;
  height: 50px;
}

.newsDetail .right-bar dl dd .text {
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

@media screen and (max-width: 789px) {
  .newsDetail .left-bar {
    width: 100%;
  }

  .newsDetail .left-bar .news-content img {
    height: auto;
  }

  .newsDetail .right-bar {
    display: none;
  }
}

.content-wrap .activity-ul {
  margin-top: 30px;
  font-size: 0;
  width: 1697px;
  overflow: hidden;
}

.content-wrap .activity-ul li {
  width: 550px;
  float: left;
  height: 165px;
  margin-bottom: 25px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 15px;
}

.content-wrap .activity-ul li .wrap {
  background: #fff;
}

.content-wrap .activity-ul li .img {
  width: 250px;
  height: 165px;
  float: left;
  background: #fafbff;
  margin-right: 20px;
}

.content-wrap .activity-ul li .item {
  padding-right: 10px;
}

.content-wrap .activity-ul li .item h6 {
  font-size: 18px;
  color: #333;
  line-height: 25px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content-wrap .activity-ul li .item .time {
  font-size: 12px;
  color: #999;
  margin: 12px 0;
  line-height: 12px;
}

.content-wrap .activity-ul li .item p {
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.content-wrap .activity-ul li .item p a {
  color: #666;
}

@media screen and (max-width: 1838px) {
  .content-wrap .activity-ul {
    width: 100%;
  }

  .content-wrap .activity-ul li {
    width: 50%;
    margin-right: 0;
  }

  .content-wrap .activity-ul .wrap {
    width: 85%;
    min-width: 550px;
  }
}

@media screen and (max-width: 789px) {
  .content-wrap .activity-ul li,
  .content-wrap .activity-ul li .img,
  .content-wrap .activity-ul li .item {
    width: 100%;
  }

  .content-wrap .activity-ul li {
    height: auto;
  }

  .content-wrap .activity-ul .wrap {
    min-width: 100%;
    padding-bottom: 17px;
  }

  .content-wrap .activity-ul li .img {
    display: none;
  }

  .content-wrap .activity-ul li .item h6 {
    color: #1ba93b;
  }
}

.idea .small-h3 {
  margin: 50px 0 30px;
}

.idea .idea-ul {
  overflow: hidden;
  font-size: 0;
}

.idea .idea-ul li {
  font-size: 0;
  width: 25%;
  vertical-align: top;
  text-align: center;
  background: url(../images/idea-border.png) no-repeat 100% #fff;
  background-size: 7px 102px;
}

.idea .idea-ul li,
.idea .idea-ul li .wrap {
  display: inline-block;
}

.idea .idea-ul li .wrap h6 {
  font-size: 24px;
  color: #333;
  line-height: 128px;
  font-weight: 700;
}

.idea .idea-ul li .wrap h6.h1 {
  padding-left: 108px;
  background: url(../images/font02.png) no-repeat 0;
  background-size: 103px 65px;
}

.idea .idea-ul li .wrap h6.h2 {
  padding-left: 105px;
  background: url(../images/font01.png) no-repeat 0;
  background-size: 100px 71px;
}

.idea .idea-ul li .wrap h6.h3 {
  padding-left: 114px;
  background: url(../images/font03.png) no-repeat 0;
  background-size: 109px 67px;
}

.idea .idea-ul li .wrap h6.h4 {
  padding-left: 100px;
  background: url(../images/font04.png) no-repeat 0;
  background-size: 93px 66px;
}

.idea .idea-ul li .wrap p {
  font-size: 18px;
  line-height: 40px;
  color: #333;
}

.idea .cIdea-ul li {
  width: 24%;
  padding-right: 10px;
  float: left;
  overflow: hidden;
}

.idea .cIdea-ul li .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.idea .cIdea-ul li .banner {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: -50px;
  cursor: pointer;
  padding: 0 25px;
  transition: margin 1s;
  background: rgba(0, 0, 0, 0.6) url(../images/icon08-3.png) no-repeat 95% 22px;
  background-size: 17px 10px;
}

.idea .cIdea-ul li .banner:hover {
  background: rgba(0, 0, 0, 0.6) url(../images/icon08-2.png) no-repeat 95% 22px;
  background-size: 17px 10px;
}

.idea .cIdea-ul li .banner .title {
  font-size: 24px;
  color: #fff;
  line-height: 50px;
}

.idea .cIdea-ul li .banner p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-bottom: 10px;
}

.new-h3 {
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
}

.ec .left-bar {
  width: 50%;
  float: left;
  padding-right: 20px;
}

.ec .left-bar p {
  font-size: 18px;
  color: #221714;
  line-height: 50px;
}

.ec .left-bar .title {
  padding-top: 30px;
  font-size: 0;
}

.ec .left-bar .title .text {
  font-size: 18px;
  display: inline-block;
  width: 50%;
  color: #00ae35;
}

.ec .left-bar .title span {
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid #00ae35;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
}

.ec .right-bar {
  width: 50%;
  float: left;
}

.ec .right-bar > div {
  margin-bottom: 10px;
}

@media screen and (max-width: 789px) {
  .ec .left-bar {
    width: 100%;
  }

  .ec .left-bar p {
    font-size: 16px;
    line-height: 30px;
  }

  .ec .right-bar {
    width: 100%;
    margin-top: 20px;
  }
}

.whole .left-bar {
  width: 70%;
  float: left;
  padding-right: 3px;
}

.whole .left-bar p {
  font-size: 18px;
  color: #221714;
  line-height: 50px;
}

.whole .left-bar .title {
  padding-top: 30px;
  font-size: 0;
}

.whole .left-bar .title .text {
  font-size: 18px;
  color: #00ae35;
  margin-bottom: 20px;
}

.whole .left-bar .title span {
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid #00ae35;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
}

.whole .w50 {
  padding-right: 5%;
}

.whole .w50 p {
  margin-bottom: 30px;
}

.whole .right-bar {
  width: 30%;
  float: left;
}

.whole .right-bar > div {
  margin-bottom: 10px;
}

.whole .w50 {
  width: 50%;
}

.whole .p-text {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

@media screen and (max-width: 789px) {
  .whole .left-bar {
    width: 100%;
  }

  .whole .left-bar p {
    font-size: 16px;
    line-height: 30px;
  }

  .whole .left-bar .title .text {
    width: 100%;
  }

  .whole .right-bar {
    width: 100%;
    margin-top: 20px;
  }
}

.global .left-bar {
  width: 43%;
  padding-right: 6%;
  float: left;
}

.global .left-bar .small-title {
  font-size: 24px;
  color: #00ae35;
  margin-bottom: 30px;
}

.global .left-bar p {
  font-size: 18px;
  color: #333;
  line-height: 50px;
}

.global .mid-bar {
  width: 25%;
  float: left;
}

.global .mid-bar ul {
  font-size: 0;
}

.global .mid-bar ul li {
  width: 50%;
  display: inline-block;
  padding-right: 8%;
  margin-bottom: 20px;
}

.global .mid-bar ul li p {
  font-size: 18px;
  color: #333;
  line-height: 45px;
  text-align: center;
}

.global .mid-bar ul li img {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.global .right-bar {
  float: left;
  width: 25%;
}

.global .right-bar2 {
  width: 31%;
}

.global .right-bar ul {
  font-size: 0;
}

.global .right-bar ul li {
  width: 50%;
  display: inline-block;
  padding-right: 8%;
  margin-bottom: 20px;
}

.global .right-bar ul li p {
  font-size: 18px;
  color: #333;
  line-height: 45px;
  text-align: center;
}

.global .right-bar ul li img {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.global .right-bar2 ul li {
  width: 100%;
}

@media screen and (max-width: 789px) {
  .global .left-bar,
  .global .mid-bar,
  .global .right-bar {
    width: 100%;
  }
}

.in-service .left-bar {
  width: 50%;
  padding-right: 40px;
  float: left;
}
.in-service .b-title {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 3px solid rgba(153, 153, 153, 1);
  margin-bottom: 40px;
}
.in-service .left-bar .small-title {
  font-size: 40px;
  color: #e5e5e5;
  margin-bottom: 20px;
  font-weight: 700;
}

.in-service p {
  font-size: 18px;
  color: #333;
  line-height: 40px;
}

.in-service .right-bar {
  width: 50%;
  float: left;
}
.in-service:nth-child(n + 2) .left-bar {
  float: right;
  padding-right: 0;
}
.in-service:nth-child(n + 2) .right-bar {
  padding-right: 40px;
}
.in-service .right-bar img {
  display: block;
  width: 100%;
}
.in-service .right-bar ul {
  font-size: 0;
}

.in-service .right-bar ul li {
  display: inline-block;
  width: 33.33%;
  border: 1px solid #fff;
  position: relative;
}

.in-service .right-bar ul li.li2 {
  width: 50%;
}

.in-service .right-bar ul li a {
  display: block;
}

.in-service .right-bar ul li a p {
  font-size: 28px;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.in-service .right-bar ul li a .icon {
  width: 49px;
  height: 49px;
  background: url(../images/b-img27.png) no-repeat 50%;
  background-size: cover;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left: -25px;
  z-index: 2;
}

@media screen and (max-width: 1366px) {
  .in-service .right-bar ul li a p {
    font-size: 20px;
  }

  .in-service .right-bar ul li a .icon {
    width: 40px;
    height: 40px;
  }
}

.in-service .bottom-bar {
  width: 100%;
  float: left;
}

.in-service .bottom-bar .small-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 35px;
  margin-top: 50px;
}

.in-service .bottom-bar ul {
  font-size: 0;
}

.in-service .bottom-bar ul li {
  margin-bottom: 20px;
  line-height: 22px;
  width: 33.33%;
  float: left;
  position: relative;
  padding-left: 0;
}

.in-service .bottom-bar ul li .p1 {
  font-size: 16px;
  display: inline-block;
  width: 45%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in-service .bottom-bar ul li .p2 {
  font-size: 16px;
  display: inline-block;
  width: 55%;
  text-align: left;
  padding-left: 10px;
  /*background: url(../images/phone-icon.png) no-repeat 0;*/
  background-size: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.in-service .bottom-bar ul li .p3 {
  font-size: 16px;
  padding: 0 18px;
  background: #00ae35;
  border-radius: 100px;
  width: 100px;
  position: absolute;
  right: 50px;
  top: 0;
  text-align: center;
}
@media screen and (max-width: 789px) {
  .in-service .bottom-bar ul li .p3 {
    top: 12px;
  }
}
.in-service .bottom-bar ul li .p3 a {
  color: #fff;
}

@media screen and (max-width: 789px) {
  .in-service .left-bar {
    width: 100%;
    padding-right: 0;
  }

  .in-service .right-bar,
  .in-service .right-bar ul li,
  .in-service .right-bar ul li.li2 {
    width: 100%;
  }

  .in-service .bottom-bar ul li {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .in-service .bottom-bar ul li .p1 {
    width: 100%;
    float: left;
    margin-top: 10px;
  }

  .in-service .bottom-bar ul li .p2 {
    float: left;
  }
}

.car-after .wrap .left-bar {
  width: 62.6%;
  float: left;
  padding-right: 2px;
}

.car-after .wrap .left-bar p {
  font-size: 18px;
  color: #333;
  line-height: 50px;
}

.car-after .wrap {
  margin-bottom: 2px;
}

.car-after .wrap .left-bar .title {
  padding-top: 30px;
  font-size: 0;
}

.car-after .wrap .left-bar .title .text {
  font-size: 18px;
  display: inline-block;
  width: 50%;
  color: #00ae35;
  margin-bottom: 23px;
}

.car-after .wrap .left-bar .title .text span {
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid #00ae35;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
}

.car-after .wrap .right-bar {
  width: 37%;
  float: left;
}

@media screen and (max-width: 789px) {
  .car-after .wrap img {
    height: auto;
    margin-bottom: 5px;
  }

  .car-after .wrap .left-bar,
  .car-after .wrap .left-bar .title .text,
  .car-after .wrap .right-bar {
    width: 100%;
  }
}

.car-sell .p-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
  line-height: 50px;
}

.car-sell .nav-ul {
  font-size: 0;
}

.car-sell .nav-ul li {
  width: 13.05%;
  display: inline-block;
  margin-right: 1.4%;
}

.car-sell .nav-ul li.active img,
.car-sell .nav-ul li:hover img {
  border: 2px solid #00ae35;
}

.car-sell .nav-ul li img {
  border: 1px solid #e5e5e5;
}

.car-sell .show-box {
  padding-top: 70px;
}

.car-sell .show-box .show-ul {
  display: none;
  font-size: 0;
}

.car-sell .show-box .show-ul li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin-bottom: 20px;
}

.car-sell .show-box .show-ul li .wrap {
  background: #fff;
  padding: 30px;
  border-radius: 3px;
  height: 363px;
}

.car-sell .show-box .show-ul li .wrap:hover {
  background: #00ae35;
}

.car-sell .show-box .show-ul li .wrap:hover .ads,
.car-sell .show-box .show-ul li .wrap:hover .phone,
.car-sell .show-box .show-ul li .wrap:hover .title {
  color: #fff;
}

.car-sell .show-box .show-ul li .wrap .title {
  font-size: 20px;
  color: #00ae35;
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.car-sell .show-box .show-ul li .wrap img {
  border-radius: 3px;
  height: auto;
}

.car-sell .show-box .show-ul li .wrap .ads {
  font-size: 14px;
  color: #666;
  margin: 20px 0 10px;
}

.car-sell .show-box .show-ul li .wrap .phone {
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 789px) {
  .car-sell .nav-ul li {
    margin-bottom: 10px;
    width: 33%;
  }

  .car-sell .show-box .show-ul li {
    width: 100%;
  }
}

.search-result {
  padding: 20px 6% 100px;
  background: #fafbff;
}

.search-result .small-title {
  font-size: 18px;
  color: #333;
}

.search-result .small-title span {
  color: #00ae35;
  margin: 0 2px;
}

.search-result .result-ul li {
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.search-result .result-ul li a h6 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.search-result .result-ul li a h6 span {
  color: #00ae35;
}

.search-result .result-ul li a .time {
  margin: 10px 0 20px;
}

.search-result .result-ul li a .time span {
  margin-left: 5px;
}

.search-result .result-ul li a p {
  font-size: 15px;
  color: #666;
  line-height: 24px;
}

@media screen and (max-width: 789px) {
  .search-result .small-title {
    margin: 20px 0;
  }

  .search-result .result-ul li {
    padding: 20px 0;
  }

  .search-result .result-ul li a h6 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
  }

  .search-result .result-ul li a h6 span {
    color: #00ae35;
  }

  .search-result .result-ul li a .time {
    margin: 10px 0 20px;
  }

  .search-result .result-ul li a p {
    font-size: 15px;
    color: #666;
  }
}

.team-ul {
  font-size: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.team-ul li {
  display: inline-block;
  font-size: 14px;
  width: 20%;
  text-align: left;
  margin-bottom: 30px;
}

.team-ul li img {
  display: inline-block;
  width: 60%;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  vertical-align: middle;
}
.team-ul li .text {
  vertical-align: middle;
  display: inline-block;
  width: 40%;
  padding-left: 10px;
}
.team-ul li h6 {
  font-size: 24px;
  color: #333;
  line-height: 22px;
}

.team-ul li p {
  font-size: 18px;
  margin-top: 13px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .team-ul {
    font-size: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
  .team-ul li {
    width: 50%;
  }
  .team-ul li h6 {
    font-size: 16px;
    color: #333;
    line-height: 22px;
  }

  .team-ul li p {
    font-size: 14px;
    margin-top: 13px;
    color: #666;
  }
}
.team .framework-img {
  max-width: 1000px;
  margin: 0 auto;
}
.team img {
  max-width: 100%;
  width: auto;
}
.son-company .look-website {
  padding: 7px 18px;
  background: #00ae35;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 16px;
  border-radius: 100px;
}

.website-p {
  font-size: 18px;
  color: #333;
  line-height: 50px;
  text-indent: 2em;
}

.website-p img {
  width: auto;
  height: auto;
  margin: 10px auto;
  max-width: 100%;
}

.website-ads {
  padding: 40px 0 20px;
}

.website-ads span {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 789px) {
  .website-p {
    color: #333;
    line-height: 24px;
    font-size: 14px;
  }

  .website-ads span {
    display: block;
    margin-bottom: 20px;
  }
}

#pages {
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 40px;
  font-size: 14px;
}

#pages,
#pages a {
  text-align: center;
}

#pages a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #333;
  padding: 0 10px;
}

#pages a.a1 {
  width: 56px;
  padding: 0;
}

#pages a:hover {
  text-decoration: none;
}

#pages a:hover,
#pages span {
  background: #1aa439;
  color: #fff;
}

#pages span {
  border: 1px solid #1aa439;
  padding: 0 10px;
}

#pages span,
.page .noPage {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.page .noPage {
  width: 56px;
  background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
  border: 1px solid #e3e3e3;
  color: #a4a4a4;
}

.banner {
  position: relative;
}

.banner-gif {
  width: 450px;
  height: auto;
  position: absolute;
  left: 19%;
  top: 50%;
  margin-top: -35px;
}

.global > .item {
  overflow: hidden;
}

@media screen and (max-width: 789px) {
  .chairman-content .right-bar {
    width: 100%;
    padding: 0 2%;
  }

  .chairman-content .right-bar h5,
  .goal h6,
  .in-service .left-bar .small-title {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 50px;
    text-align: center;
    display: none;
  }

  .chairman-content,
  .goal {
    padding-top: 23px;
    padding-bottom: 50px;
  }

  .chairman-content h3,
  .content-wrap .t3-h3,
  .goal h3,
  .in-service .bottom-bar .small-title,
  .new-h3,
  .newsDetail .left-bar h6 {
    font-size: 22px;
    margin-bottom: 23px;
  }

  .chairman-content .right-bar {
    padding-top: 25px;
  }

  .car-after .wrap .left-bar p,
  .chairman-content .right-bar p,
  .in-service .bottom-bar ul li .p1,
  .in-service .bottom-bar ul li .p2,
  .in-service .left-bar p,
  .newsDetail .left-bar .news-content p {
    font-size: 13px;
    line-height: 25px;
  }

  .chairman-content .right-bar .name {
    width: 75px;
    height: 35px;
    bottom: -36px;
  }

  .href-ads .ads,
  .href-ads .sec-ads {
    font-size: 12px;
  }

  .href-ads {
    padding: 13px 6%;
  }

  body,
  html {
    height: 100%;
    overflow: auto;
  }

  body {
    background: #fafbff;
    padding-top: 46px;
  }

  .newsDetail .left-bar h6 {
    margin-top: 0;
  }

  .salary .salary-ul li .title {
    text-align: center;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 27px;
    height: 46px;
    background-size: 27px 46px;
    display: none;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }

  .news .left-bar .item {
    height: 107px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .groupState .state-top .right-bar .item .title a {
    font-size: 16px;
  }

  .groupState .state-top .right-bar .item .text,
  .website-ads {
    font-size: 12px;
  }

  .in-service .bottom-bar ul li {
    margin-right: 0;
  }

  .news .left-bar .item:first-child {
    margin-bottom: 5px;
  }

  .job-wrap .right-bar .item .job-ul-title li {
    font-size: 13px;
  }

  .job-wrap .right-bar .item .job-ul-title li:first-child {
    width: 19%;
  }

  .banner-gif {
    width: 225px;
    height: auto;
    position: absolute;
    left: 4%;
    top: 50%;
    margin-top: -17px;
  }
}

.scale-img {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.scale-img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.a-child-bar dl dd.active a,
.a-child-bar dl dd:hover,
.nav-box .child-bar dl dd a:hover {
  background: #1ba93b;
  color: #fff;
}

.idea .idea-ul li:last-child {
  background: #fff;
}

.idea-iamge-wrap {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  margin-top: 40px;
}

.idea-iamge-wrap li {
  width: 49.2%;
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}

.idea-iamge-wrap li:nth-child(2n) {
  margin-left: 0.8%;
}

.idea-iamge-wrap li:nth-child(odd) {
  margin-right: 0.8%;
}

.idea-iamge-wrap li p {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -19px;
  font-size: 38px;
  left: 0;
  right: 0;
  color: #fff;
}

.car-sell .nav-ul li img {
  transition: all 0.7s ease;
}

.car-sell .nav-ul li img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.car-sell .nav-ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 789px) {
  .idea .cIdea-ul li,
  .idea .idea-ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .idea .idea-ul li .wrap h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 61px;
  }

  .idea .idea-ul li .wrap h6.h1 {
    background-size: 51px 32px;
    padding-left: 53px;
  }

  .idea .idea-ul li .wrap h6.h2 {
    background-size: 50px 35px;
    padding-left: 53px;
  }

  .idea .idea-ul li .wrap h6.h3 {
    background-size: 54px 23px;
    padding-left: 53px;
  }

  .idea .idea-ul li .wrap h6.h4 {
    background-size: 51px 33px;
    padding-left: 53px;
  }

  .idea-iamge-wrap {
    margin-top: 5px;
  }

  .idea .idea-ul li {
    background-size: 3px 51px;
  }

  .idea-iamge-wrap li:nth-child(2n),
  .idea-iamge-wrap li:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .idea-iamge-wrap li {
    width: 100%;
    margin-bottom: 5px;
  }

  .idea-iamge-wrap li p {
    font-size: 17px;
    margin-top: -9px;
  }
}

.car-sell .show-box .show-ul li .wrap .ads .ads-name {
  width: 43px;
  float: left;
}

.car-sell .show-box .show-ul li .wrap .ads .ads-val {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.header-img-content img {
  width: 100%;
  display: block;
}
.news-container {
  padding-top: 70px;
}
.news-container .title {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 40px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: rgba(48, 48, 48, 1);
  line-height: 58px;
  text-align: center;
  /* width: 50%;*/
  text-align: left;
}

.index_news-ul {
  margin: 0 auto;
  padding-bottom: 35px;
}
.news-container .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 75px;
}
.news-container .wrap .left {
  width: 600px;
  float: left;
}
.news-container .swiper-container {
  width: 600px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px;
  text-align: left;
}
.news-container .notice {
  width: 600px;
  float: left;
  border-left: 1px solid #e5e5e5;
  padding-left: 25px;
  height: 533px;
}
.news-container .notice ul {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
.news-container .notice ul li {
  margin-bottom: 40px;
  position: relative;
}
.news-container .notice ul li a {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.news-container .notice ul li .item {
  float: left;
  width: 60px;
  vertical-align: top;
  font-size: 20px;
  color: #999999;
  margin-right: 15px;
}
.news-container .notice ul li .text {
  float: left;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 460px;
  line-height: 24px;
  font-size: 20px;
}
.news-container .notice .stock {
  font-size: 20px;
  color: rgba(48, 48, 48, 1);
  margin-bottom: 23px;
}
.index_news-ul li {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  padding-right: 5%;
}

.index_news-ul li:hover .h6,
.index_news-ul li:hover .p {
  color: #1aa439;
}

.index_news-ul li > img {
  display: inline-block;
  width: 100px;
  margin-right: 5px;
  height: 100px;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: cover;
}
.index_news-ul li .text {
  width: 394px;
  display: inline-block;
  /* width:auto; */
  vertical-align: middle;
}
.index_news-ul li .h6 {
  display: block;
  color: #303030;
  font-size: 20px;
  line-height: 21px;
  margin: 14px 0 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_news-ul li .p {
  display: block;
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 25px;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-pagination-bullet-active {
  background: #1aa439;
}
@media screen and (max-width: 798px) {
  .index_news-ul {
    width: 100%;
    margin: 0;
    padding: 0 2% 0;
    overflow: hidden;
    padding: 0;
  }
  .index_news-ul li {
    width: 100%;
    padding-left: 90px;
    position: relative;
    display: none;
  }
  .index_news-ul li:first-child {
    display: block;
  }
  .index_news-ul li:nth-child(2) {
    display: block;
  }
  .index_news-ul li img {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 70px;
    height: 70px;
  }
  .index_news-ul li .text {
    width: 100%;
  }
  .index_news-ul li > .h6 {
    width: 100%;
    font-size: 16px;
  }
  .index_news-ul li > .p {
    width: 100%;
    font-size: 12px;
  }
}
.touzizhe-content {
  padding: 50px 6% 100px;
  background: #fafbff;
}
.touzizhe-content .title {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 40px;
}
.touzizhe-content .touzizhe-ul li {
  position: relative;
  padding-left: 40px;
  padding-right: 180px;
  margin-bottom: 30px;
  line-height: 35px;
}
.touzizhe-content .touzizhe-ul li a {
  display: block;
}
.touzizhe-content .touzizhe-ul li:nth-child(1) .index {
  color: rgba(255, 0, 0, 1);
}
.touzizhe-content .touzizhe-ul li:nth-child(2) .index {
  color: rgba(255, 69, 143, 1);
}
.touzizhe-content .touzizhe-ul li:nth-child(3) .index {
  color: rgba(255, 152, 18, 1);
}
.touzizhe-content .touzizhe-ul li .index {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.touzizhe-content .touzizhe-ul li .text {
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  word-break: break-all;
  white-space: nowrap;
}
.touzizhe-content .touzizhe-ul li .time {
  position: absolute;
  right: 0;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  top: 0;
}
.tongji {
  color: #999 !important;
}
@media screen and (max-width: 789px) {
  .news-container {
    padding-top: 20px;
  }
  .news-container .wrap {
    max-width: 100%;
    padding-bottom: 10px;
  }
  .news-container .wrap .left {
    max-width: 100%;
  }
  .news-container .notice {
    max-width: 100%;
    padding-left: 0;
    border: none;
    border-top: 1px solid #e5e5e5;
    height: auto;
  }
  .news-container .notice ul {
    margin-bottom: 20px;
  }
  .news-container .notice .stock {
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .news-container .title {
    font-size: 30px;
    margin: 10px;
    line-height: 1.1;
  }
  .index_news-ul li .h6 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
  }
  .news-container .swiper-container {
    max-width: 100%;
  }
  .news-container .notice ul li a {
    display: inline-flex;
  }
  .news-container .notice ul li {
    margin-bottom: 10px;
    padding-left: 10px;
    width: 25%;
  }
  .news-container .notice ul li .item {
    font-size: 14px;
    margin-right: 5px;
  }
  .news-container .notice ul li .text {
    width: auto;
    flex: 1;
    font-size: 14px;
  }
  .footer .item .erweima {
    margin: 0;
  }
}
.training-box {
  background: #fafbff;
  padding-bottom: 50px;
}
.training-title {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  background: #fafbff;
  text-align: center;
  padding: 45px 0;
}
.training-box-all {
  max-width: 1720px;
  margin: 0 auto 50px;
}
.training-box-all:last-child {
  margin-bottom: 0;
}
.training-box-all .all-wrap {
  background: #fff;
  padding: 20px 40px;

  border: 1px solid #e5e5e5;
}
.training-box-all .all-wrap.all-none {
  background: none;
  padding: 20px 40px;
  border: none;
}
.training-box-all .left-bar {
  float: left;
  width: 50%;
}
.training-box-all .right-bar {
  float: left;
  width: 50%;
  padding-left: 56px;
  display: flex;
  align-items: center;
  min-height: 280px;
}
.training-box-all .right-bar .flex-box {
}
.training-box-all .right-bar p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
.training-box-all .right-bar .all-none-title {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-bottom: 15px;
  width: 100%;
}
.training-box-all .all-none .right-bar p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}

.training-box-all .all-wrap.all-none .left-bar {
}
.training-box-all .all-wrap.all-none .left-bar .img-item img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
/* object */
.training-box-all .all-wrap.all-none .left-bar .img-item {
  width: 48%;
  float: left;
  margin-bottom: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.training-box-all .all-wrap.all-none .left-bar .img-item.item1 {
  margin-right: 2%;
  overflow: hidden;
}
.training-box-all .all-wrap.all-none .left-bar .img-item.item2 {
  margin-left: 2%;

  overflow: hidden;
}
.training-box-all .all-wrap.all-none .left-bar .img-item.item3 {
  margin-right: 2%;
  overflow: hidden;
}
.training-box-all .all-wrap.all-none .left-bar .img-item.item4 {
  margin-left: 2%;
  overflow: hidden;
}
.training-box-all .all-wrap.all-none .right-bar {
  padding-left: 87px;
  padding-right: 0;
}
.training-box-all:nth-child(odd) .left-bar {
  float: right;
}
.training-box-all:nth-child(odd) .all-wrap.all-none .right-bar {
  padding-right: 87px;
  padding-left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1513px) {
  .training-box-all .right-bar p {
    font-size: 18px;
    line-height: 30px;
  }
  .training-box-all .right-bar .all-none-title {
    padding: 20px 10px;
  }
  .training-box-all .all-wrap.all-none .right-bar {
    padding-left: 40px;
    padding-right: 0;
  }
  .training-box-all:nth-child(odd) .all-wrap.all-none .right-bar {
    padding-right: 40px;
  }
  .training-box-all {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 798px) {
  .training-title {
    font-size: 20px;
    padding: 15px;
  }
  .training-box-all .all-wrap {
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .training-box-all .left-bar {
    width: 100%;
  }
  .training-box-all .all-wrap {
    padding: 10px;
  }
  .training-box-all .right-bar {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .training-box-all .all-wrap p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    text-indent: 2em;
  }
  .training-box-all .all-wrap.all-none {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .training-box-all {
    margin-bottom: 20px;
  }
  .training-box-all .right-bar .all-none-title {
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
  }
  .training-box-all:nth-child(odd) .all-wrap.all-none .right-bar {
    padding: 0;
    min-height: auto;
    margin: 30px auto 50px;
  }
  .training-box-all:nth-child(even) .all-wrap.all-none .right-bar {
    padding: 0;
    min-height: auto;
    margin: 30px auto 50px;
  }
  .training-box-all .all-none .right-bar p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    text-indent: 2em;
  }
}
.swiper-container2 {
  overflow: hidden;
}
.header-img-content .pc {
}
.header-img-content .mobile {
  display: none;
}
@media screen and (max-width: 798px) {
  .header-img-content .pc {
    display: none;
  }
  .header-img-content .mobile {
    display: block;
  }
}
