.banner-swiper .swiper-pagination {
  bottom: 110px;
}
.banner-swiper .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  opacity: 1;
  border-radius: 2px;
  background: #fff;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: rgba(78, 74, 142);
}
.index-banner {
  position: relative;
}
.index-banner .banner-swiper img {
  width: 100%;
  height: auto;
}
.index-banner .index-number {
  width: 1306px;
  position: absolute;
  left: 50%;
  bottom: -96px;
  z-index: 2;
  transform: translateX(-50%);
  background-color: #ffffff;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.09);
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.index-banner .index-number .num-item {
  width: 25%;
  height: 187px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-banner .index-number .num-item .num {
  font-size: 46px;
  color: #367bfa;
  font-weight: bold;
}
.index-banner .index-number .num-item .zi {
  font-size: 16px;
  max-width: 225px;
  line-height: 24px;
  margin: 5px auto 0;
  text-align: center;
}
.index-banner .index-number .num-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 117px;
  background-color: #ebebeb;
  transform: translateY(-50%);
}
.index-banner .index-number .num-item:last-child::after {
  display: none;
}
.index-marketing {
  padding: 220px 0 70px;
}
.index-marketing .wd1400 {
  padding-bottom: 75px;
  position: relative;
}
.index-marketing .wd1400 .title .tit {
  font-size: 80px;
  color: #e8e8e8;
  font-family: "arialbd";
  letter-spacing: 3px;
}
.index-marketing .wd1400 .title .eng {
  font-size: 39px;
  color: #e8e8e8;
  font-family: "arialbd";
}
.index-marketing .wd1400 .market-box {
  margin-top: 50px;
}
.index-marketing .wd1400 .market-box h2 {
  font-size: 40px;
  position: relative;
}
.index-marketing .wd1400 .market-box h2 .heng {
  position: absolute;
  width: 140px;
  height: 2px;
  left: 8%;
  bottom: -5px;
  background-color: #ff5757;
}
.index-marketing .wd1400 .market-box .shuoming {
  font-size: 16px;
  color: #666;
  margin-top: 50px;
}
.index-marketing .wd1400 .market-box .shuoming p {
  line-height: 33px;
}
.index-marketing .wd1400 .lookOver {
  margin-top: 70px;
  padding-left: 102px;
}
.index-marketing .wd1400 .lookOver img {
  width: 17px;
  height: 23px;
  margin-left: 55px;
  position: relative;
  animation: o-upfade-top 0.8s;
  -webkit-animation: o-upfade-top 0.8s;
  /* Safari and Chrome */
  animation-iteration-count: infinite;
  animation-direction: alternate;
  /* -webkit-animation-direction: alternate; */
}
.index-marketing .wd1400 .lookOver .more-o {
  width: 130px;
  height: 40px;
  display: flex;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  background-color: #ff5757;
}
.index-marketing .wd1400 .img-s {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 740px;
}
@-webkit-keyframes o-upfade-top {
  0% {
    top: -10px;
  }
  100% {
    top: 10px;
  }
}
.index-business {
  padding: 60px 0 90px;
  background-color: #f9f8f8;
}
.index-business .wd1400 .business-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 78px;
  justify-content: space-between;
}
.index-business .wd1400 .business-box .bus-item {
  width: 24.4%;
  height: 400px;
  padding-top: 43px;
  box-sizing: border-box;
  box-shadow: 1px 2px 7px 0px rgba(62, 62, 62, 0.09);
}
.index-business .wd1400 .business-box .bus-item .out {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.index-business .wd1400 .business-box .bus-item .icon {
  transition: 0.5s;
}
.index-business .wd1400 .business-box .bus-item .bus-tit {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
.index-business .wd1400 .business-box .bus-item .gang {
  width: 265px;
  height: 1px;
  opacity: 0.25;
  margin: 17px auto;
  background-color: #ededed;
}
.index-business .wd1400 .business-box .bus-item .show {
  max-width: 226px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.index-business .wd1400 .business-box .bus-item-1 {
  background-color: #4fa399;
}
.index-business .wd1400 .business-box .bus-item-2 {
  background-color: #396bb8;
}
.index-business .wd1400 .business-box .bus-item-3 {
  background-color: #744a96;
}
.index-business .wd1400 .business-box .bus-item-4 {
  background-color: #6085a9;
}
.index-business .wd1400 .business-box .bus-item:hover .icon {
  transform: rotate(360deg);
}
.index-Title {
  text-align: center;
}
.index-Title .title {
  position: relative;
  font-size: 40px;
  font-weight: bold;
}
.index-Title .title .heng {
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 158px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #ff5757;
}
.index-Title .title .heng2 {
  width: 595px;
}
.index-Title .intro {
  font-size: 16px;
  color: #666;
  max-width: 625px;
  line-height: 24px;
  margin: 30px auto 0;
}
.index-message {
  padding: 80px 0 45px;
  background-color: #fff;
}
.index-message .mess-top .wd1400 .tabs {
  display: flex;
  margin-top: 75px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.index-message .mess-top .wd1400 .tabs li {
  width: 210px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 20px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
}
.index-message .mess-top .wd1400 .tabs li:hover {
  color: #fff;
  background-color: #367bfa;
}
.index-message .mess-top .wd1400 .tabs .li-cur {
  color: #fff;
  background-color: #367bfa;
}
.index-message .mess-swiper {
  min-height: 637px;
  margin-top: 50px;
}
.index-message .mess-bot {
  position: relative;
}
.index-message .mess-bot .wd1400 .zi {
  padding-top: 90px;
}
.index-message .mess-bot .wd1400 .zi .ch {
  font-size: 36px;
  font-weight: bold;
}
.index-message .mess-bot .wd1400 .zi .en {
  font-size: 38px;
  font-family: "arialbd";
  margin: 5px 0;
}
.index-message .mess-bot .wd1400 .zi .int {
  font-size: 26px;
}
.index-message .mess-bot .wd1400 .zi .sm {
  font-size: 16px;
  color: #666;
  margin-top: 45px;
  line-height: 24px;
  max-width: 600px;
}
.index-message .mess-bot .wd1400 .zi .more {
  display: block;
  width: 130px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  margin: 85px 0 0 70px;
  background-color: #d3d3d3;
}
.index-message .mess-bot .tu {
  width: 51%;
  position: absolute;
  right: 0;
  top: 0;
}
.index-message .mess-bot .more-xia {
  display: none;
  width: 130px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  margin: 10px auto 0;
  background-color: #d3d3d3;
}
.index-message .mess-block {
  display: block;
}
.index-team {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../img/index/team_bg.png');
}
.index-team .wd1400 .team-title {
  text-align: center;
}
.index-team .wd1400 .team-title .en {
  color: #fff;
  font-size: 74px;
  font-family: "arialbd";
}
.index-team .wd1400 .team-title .title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.index-team .wd1400 .team-title .title .heng {
  position: absolute;
  left: 46%;
  width: 69px;
  height: 2px;
  bottom: -5px;
  background-color: #ff8080;
}
.index-team .wd1400 .team-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 78px;
}
.index-team .wd1400 .team-box .item {
  width: 12.5%;
  height: 117px;
  line-height: 117px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  overflow: hidden;
  cursor: pointer;
}
.index-team .wd1400 .team-box .item img {
  max-width: 95%;
  max-height: 95%;
  transition: 0.3s;
}
.index-team .wd1400 .item-box:nth-of-type(8n) {
  border-right: 0;
}
.index-team .wd1400 .item-box:nth-of-type(8n),
.index-team .wd1400 .item-box:nth-of-type(7n),
.index-team .wd1400 .item-box:nth-of-type(6n),
.index-team .wd1400 .item-box:nth-of-type(5n),
.index-team .wd1400 .item-box:nth-of-type(4n),
.index-team .wd1400 .item-box:nth-of-type(3n),
.index-team .wd1400 .item-box:nth-of-type(2n),
.index-team .wd1400 .item-box:nth-of-type(1n) {
  border-top: 0;
}
.index-reason {
  position: relative;
  padding: 99px 0 88px;
  background-color: #fff;
}
.index-reason #particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 830px;
  z-index: 2;
}
.index-reason .wd1400 .reason-title {
  text-align: center;
  position: relative;
  z-index: 3;
}
.index-reason .wd1400 .reason-title .en {
  font-size: 74px;
  font-family: "arialbd";
}
.index-reason .wd1400 .reason-title .ch {
  font-size: 40px;
  font-weight: bold;
}
.index-reason .wd1400 .reason-box {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-reason .wd1400 .reason-box .reason-item {
  width: 183px;
  position: relative;
  cursor: pointer;
}
.index-reason .wd1400 .reason-box .reason-item img {
  width: 183px;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  border-radius: 50%;
}
.index-reason .wd1400 .reason-box .reason-item .icon2 {
  opacity: 0;
}
.index-reason .wd1400 .reason-box .reason-item .ziy {
  left: 0;
  top: 208px;
  width: 100%;
  position: absolute;
  text-align: center;
}
.index-reason .wd1400 .reason-box .reason-item .ziy p {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.index-reason .wd1400 .reason-bot {
  margin-top: 360px;
}
.index-reason .wd1400 .reason-bot .heng {
  width: 139px;
  height: 2px;
  margin: 0 auto;
  background-color: #ff8080;
}
.index-reason .wd1400 .reason-bot p {
  font-size: 16px;
  line-height: 24px;
  max-width: 640px;
  margin: 20px auto 0;
  text-align: center;
}
.index-leave {
  background-image: url('../img/index/index_leave_bg.png');
}
.index-news {
  padding: 40px 0 60px;
  background-color: #f4f4f4;
}
.index-news .wd1400 .news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .wd1400 .news-title .lef .tit {
  font-size: 20px;
  font-weight: bold;
}
.index-news .wd1400 .news-title .lef .tit strong {
  font-size: 40px;
}
.index-news .wd1400 .news-title .lef .news-line {
  width: 208px;
  height: 2px;
  background-color: #ff8080;
}
.index-news .wd1400 .news-title .more {
  width: 130px;
  height: 41px;
  border-radius: 20px;
  background-color: #d3d3d3;
  display: flex;
  color: #fff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  font-family: "arial";
}
.index-news .wd1400 .news-box {
  margin-top: 58px;
  display: flex;
  flex-wrap: wrap;
}
.index-news .wd1400 .news-box .news-item {
  height: 84px;
  transition: 0.2s;
  padding: 12px 14px;
  box-sizing: border-box;
  margin-bottom: 17px;
}
.index-news .wd1400 .news-box .news-item .line {
  width: 64px;
  height: 5px;
  background-color: #333333;
}
.index-news .wd1400 .news-box .news-item .time {
  margin: 5px 0;
}
.index-news .wd1400 .news-box .news-item .title {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-news .wd1400 .news-box .news-item:nth-of-type(1n) {
  width: 37%;
  margin-right: 2%;
}
.index-news .wd1400 .news-box .news-item:nth-of-type(2n) {
  width: 37%;
  margin-right: 2%;
}
.index-news .wd1400 .news-box .news-item:nth-of-type(3n) {
  width: 22%;
  margin-right: 0;
}
footer .foot .wd1400 {
  justify-content: flex-start;
}
@media screen and (min-width: 1200px) {
  .index-news .wd1400 .news-box .news-item:hover {
    background-color: #ffffff;
    box-shadow: -4px 10px 24px 0px rgba(196, 196, 196, 0.35);
  }
  .more:hover {
    transition: 0.3s;
    background-color: #467cec !important;
  }
  .index-reason .wd1400 .reason-box .reason-item:hover img {
    transform: rotate(360deg);
  }
  .index-reason .wd1400 .reason-box .reason-item:hover .icon1 {
    opacity: 0;
  }
  .index-reason .wd1400 .reason-box .reason-item:hover .icon2 {
    opacity: 1;
  }
  .index-team .wd1400 .team-box .item:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1350px) {
  .index-message .mess-top .wd1400 .tabs li {
    width: 160px;
  }
  .index-banner .index-number {
    position: relative;
    left: 0;
    bottom: 0;
    width: 98%;
    transform: none;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1200px) {
  .banner-swiper .swiper-pagination {
    bottom: 10px;
  }
  .index-marketing {
    padding: 30px 0;
  }
  .index-marketing .wd1400 .img-s {
    max-width: 500px;
  }
  .index-business .wd1400 .business-box .bus-item .out {
    width: 120px;
    height: 120px;
  }
  .index-business .wd1400 .business-box .bus-item .show {
    max-width: none;
    padding: 0 10px;
  }
  .index-message .mess-bot {
    display: flex;
    justify-content: space-between;
  }
  .index-message .mess-bot .tu {
    position: relative;
  }
  .index-message .mess-bot .wd1400 .zi {
    padding-top: 0;
  }
  .index-message .mess-bot .wd1400 .zi .ch {
    font-size: 28px;
  }
  .index-message .mess-bot .wd1400 .zi .en {
    font-size: 30px;
  }
  .index-message .mess-bot .wd1400 .zi .int {
    font-size: 20px;
  }
  .index-message .mess-swiper {
    min-height: auto;
  }
  .index-reason .wd1400 .reason-box .reason-item img,
  .index-reason .wd1400 .reason-box .reason-item .ziy {
    position: relative;
  }
  .index-reason .wd1400 .reason-box .reason-item .icon1 {
    display: none;
  }
  .index-reason .wd1400 .reason-box .reason-item .icon2 {
    display: block;
    opacity: 1;
  }
  .index-reason .wd1400 .reason-box .reason-item .ziy {
    top: 0;
  }
  .index-reason .wd1400 .reason-box .reason-item img {
    width: 130px;
    margin: auto;
  }
  .index-reason .wd1400 .reason-bot {
    margin-top: 50px;
  }
  .index-reason .wd1400 .reason-box .reason-item {
    margin-bottom: 20px;
  }
  .index-reason .wd1400 .reason-box {
    justify-content: center;
  }
  .index-news .wd1400 .news-box .news-item:nth-of-type(1n),
  .index-news .wd1400 .news-box .news-item:nth-of-type(2n),
  .index-news .wd1400 .news-box .news-item:nth-of-type(3n) {
    width: 33.33%;
    margin-right: 0;
  }
  .index-business .wd1400 .business-box .bus-item .gang {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .index-banner .index-number .num-item {
    height: auto;
    padding: 20px 10px;
  }
  .index-banner .index-number .num-item .zi {
    font-size: 14px;
  }
  .index-banner .index-number .num-item .num {
    font-size: 34px;
  }
  .index-business,
  .index-message,
  .index-team,
  .index-reason {
    padding: 30px 0;
  }
  .index-team .wd1400 .team-box,
  .index-message .mess-top .wd1400 .tabs,
  .index-reason .wd1400 .reason-box {
    margin-top: 30px;
  }
  .index-business .wd1400 .business-box {
    margin-top: 20px;
  }
  .index-marketing .wd1400 .title .tit {
    font-size: 50px;
  }
  .index-marketing .wd1400 .title .eng {
    font-size: 24px;
  }
  .index-marketing .wd1400 .market-box h2,
  .index-reason .wd1400 .reason-title .ch,
  .index-news .wd1400 .news-title .lef .tit strong {
    font-size: 30px;
  }
  .index-business .wd1400 .business-box .bus-item {
    width: 49%;
    margin-bottom: 20px;
  }
  .index-Title .title {
    font-size: 28px;
  }
  .index-Title .title .heng2 {
    width: 200px;
  }
  .index-team .wd1400 .team-title .en {
    font-size: 38px;
  }
  .index-team .wd1400 .team-title .title {
    font-size: 20px;
  }
  .index-reason .wd1400 .reason-title .en {
    width: 60%;
  }
  .index-reason #particles-js {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .index-marketing .wd1400 .img-s {
    position: relative;
  }
  .index-marketing .wd1400 .title,
  .index-marketing .wd1400 .market-box h2,
  .index-marketing .wd1400 .market-box .shuoming {
    text-align: center;
  }
  .index-marketing .wd1400 .market-box,
  .index-marketing .wd1400 .lookOver {
    margin-top: 30px;
  }
  .index-marketing .wd1400 .market-box h2 .heng {
    left: 50%;
    transform: translateX(-50%);
  }
  .index-marketing .wd1400 .img-s {
    max-width: none;
    margin: auto;
    display: block;
    width: 100%;
  }
  .index-marketing .wd1400 .lookOver {
    padding-left: 0;
    text-align: center;
  }
  .index-marketing .wd1400 .lookOver img {
    margin-left: 0;
  }
  .index-marketing .wd1400 .lookOver .more-o {
    margin: 20px auto;
  }
  .index-message .mess-bot {
    display: block;
  }
  .index-message .mess-bot .tu {
    width: 100%;
    margin-top: 20px;
  }
  .index-message .mess-top .wd1400 .tabs li {
    font-size: 16px;
    width: 105px;
    height: 40px;
    line-height: 40px;
  }
  .index-message .mess-bot .wd1400 .zi .sm {
    max-width: none;
    margin-top: 20px;
  }
  .index-message .mess-bot .wd1400 .zi .more {
    display: none;
  }
  .index-message .mess-bot .more-xia {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .index-leave .wd1400 .leave-title .tit {
    font-size: 32px;
    letter-spacing: 0;
  }
  .index-leave .wd1400 .leave-title .line {
    width: 200px;
  }
  .index-leave .wd1400 .leave-title .eng {
    letter-spacing: 0;
  }
  .index-message .mess-swiper {
    margin-top: 20px;
  }
  .index-team .wd1400 .team-box .item {
    width: 33.33%;
  }
  .index-news .wd1400 .news-box .news-item {
    width: 50% !important;
  }
}
@media screen and (max-width: 640px) {
  .banner-swiper {
    height: 250px;
  }
  .index-banner .banner-swiper img {
    height: 100%;
    object-fit: cover;
  }
  .index-banner .index-number {
    display: block;
    width: 95%;
  }
  .index-banner .index-number .num-item::after {
    display: none;
  }
  .index-banner .index-number .num-item {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
  }
  .index-banner .index-number .num-item:last-child {
    border-bottom: none;
  }
  .index-reason .wd1400 .reason-box {
    justify-content: space-between;
  }
  .index-reason .wd1400 .reason-box .reason-item {
    width: 30%;
  }
  .index-reason .wd1400 .reason-box .reason-item img {
    width: 100%;
  }
  .index-reason .wd1400 .reason-box .reason-item .ziy p {
    font-size: 15px;
  }
  .index-leave .wd1400 .leave-box .wire .input {
    width: 280px;
  }
  footer .foot .wd1400 img,
  footer .foot .wd1400 .shu {
    display: none;
  }
  footer .foot .wd1400 .way .it {
    margin-left: 0;
  }
  footer .foot .wd1400 .way {
    display: block;
  }
  footer .foot .wd1400 .way .it p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  footer .foot .wd1400 .way .it p:first-child {
    margin-bottom: 15px;
  }
  footer .foot {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .index-banner .index-number .num-item .num,
  .index-marketing .wd1400 .title .tit {
    font-size: 24px;
  }
  .index-banner .index-number .num-item .zi {
    line-height: 20px;
  }
  .index-marketing .wd1400 .market-box .shuoming,
  .index-Title .intro {
    margin-top: 20px;
  }
  .index-marketing .wd1400 .market-box h2,
  .index-reason .wd1400 .reason-title .ch,
  .index-news .wd1400 .news-title .lef .tit strong,
  .index-Title .title {
    font-size: 22px;
  }
  .index-marketing .wd1400 .market-box .shuoming p {
    line-height: 26px;
    font-size: 15px;
    text-align: left;
  }
  .index-marketing .wd1400 {
    padding-bottom: 30px;
  }
  .index-business .wd1400 .business-box .bus-item {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .index-business .wd1400 .business-box .bus-item .out {
    width: 80px;
    height: auto;
  }
  .index-message .mess-bot .wd1400 .zi .ch,
  .index-message .mess-bot .wd1400 .zi .en {
    font-size: 20px;
  }
  .index-message .mess-bot .wd1400 .zi .int {
    font-size: 16px;
  }
  .index-message .mess-bot .wd1400 .zi .sm {
    font-size: 14px;
    text-align: justify;
  }
  .index-Title .title .heng2 {
    width: 100px;
  }
  .index-message .mess-bot .wd1400 .zi .more {
    width: 90px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin: 20px auto;
  }
  .index-team .wd1400 .team-box .item {
    height: 80px;
    line-height: 80px;
  }
  .index-reason .wd1400 .reason-title .en {
    width: 80%;
  }
  .index-reason .wd1400 .reason-bot {
    margin-top: 20px;
  }
  .index-leave .wd1400 .i-tit {
    height: auto;
  }
  .index-leave .wd1400 .leave-title .tit {
    font-size: 22px;
  }
  .index-leave .wd1400 .leave-title .eng {
    font-size: 14px;
  }
  .index-leave .wd1400 .leave-box {
    margin-top: 30px;
  }
  .index-leave .wd1400 .leave-box .wire .input {
    width: 230px;
    height: 35px;
  }
  .index-leave .wd1400 .leave-box .wire span {
    font-size: 18px;
  }
  .index-news .wd1400 .news-box .news-item {
    width: 100% !important;
  }
  footer .bot .wd1400 {
    text-align: center;
    padding: 0;
  }
  .index-news .wd1400 .news-box {
    margin-top: 20px;
  }
  .index-news .wd1400 .news-box .news-item {
    margin-bottom: 0;
    padding: 12px 0;
  }
  .index-news .wd1400 .news-box .news-item .line {
    height: 2px;
  }
  .index-news .wd1400 .news-title .more {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .index-news .wd1400 .news-title .lef .news-line {
    width: 120px;
  }
  .index-news {
    padding: 30px 0;
  }
  .index-leave .wd1400 .leave-box .apply {
    width: 100px;
    height: 35px;
    font-size: 16px;
  }
  .index-message .mess-top .wd1400 .tabs li {
    width: 98px;
  }
}
