.index-banner {
 
}
.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-container .swiper-slide {
  position: relative;
}
.index-banner .swiper-container .swiper-slide img {
  width: 100%;
}
.index-banner .swiper-container .swiper-slide .consult {
  position: absolute;
  left: 210px;
  bottom: 186px;
  width: 154px;
  height: 54px;
  background-color: #ff9926;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  z-index: 1;
}
.mobile-index-banner {
  display: none;
}
.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: auto;
  outline: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.index-banner .swiper-pagination-bullets {
  bottom: 20px;
}
.index-banner .swiper-container .swiper-button-prev {
  left: 100px;
  background-image: url("../img/arrow_l.png");
}
.index-banner .swiper-container .swiper-button-next {
  right: 100px;
  background-image: url("../img/arrow_r.png");
}
.index-banner .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin:5px;
  background-color: transparent;
  border: solid 2px #ffffff;
  opacity: 1;
  outline: none;
}
.index-banner .swiper-container .swiper-pagination-bullet-active {
  background: #ff9926;
}
.index-product {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
}
.index-product .wd1600 .tab {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-product .wd1600 .tab li {
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: solid 1px #b2b2b2;
  border-radius: 20px;
  margin: 0 10px;
  transition: 0.3s;
}
.index-product .wd1600 .tab li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #666;
  transition: 0.3s;
}
.index-product .wd1600 .tab .li-active {
  border: 1px solid #0a4496;
  background-color: #0a4496;
}
.index-product .wd1600 .tab .li-active a {
  color: #fff;
}
.index-product .wd1600 .tab li:hover {
  border: 1px solid #0a4496;
  background-color: #0a4496;
}
.index-product .wd1600 .tab li:hover a {
  color: #fff;
}
.index-product .wd1600 .product-box {
  margin-top: 50px;
}
.index-product .wd1600 .product-box .index-product-swiper {
  height: 358px;
  padding-bottom: 3px;
  position: initial;
}
.index-product .wd1600 .product-box .index-product-swiper .swiper-slide {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  transition: 0.5s;
}
.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .img {
  height: 216px;
  line-height: 216px;
  text-align: center;
  overflow: hidden;
}
.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}
.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .info {
  height: 140px;
  text-align: center;
  padding: 30px 10px 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  background-color: #fafafa;
  transition: 0.5s;
}
.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .info .i-title {
  font-size: 18px;
  font-weight: bold;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-product .wd1600 .product-box .index-product-swiper .swiper-slide .info .i-intro {
  margin-top: 10px;
  color: #808080;
  line-height: 24px;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-product .wd1600 .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 46px;
  line-height: 46px;
  margin: 50px auto 0;
  background-color: #ffffff;
  border-radius: 23px;
  transition: 0.5s;
  border: solid 1px #cccccc;
}
.index-product .wd1600 .more span {
  font-size: 16px;
  color: #666;
  transition: 0.5s;
}
.index-product .wd1600 .more img {
  opacity: 0;
  height: 16px;
  transition: 0.5s;
  margin-left: 0;
  position: relative;
}
.index-product .wd1600 .more:hover {
  border: 1px solid #ff9926;
  background-color: #ff9926;
}
.index-product .wd1600 .more:hover span {
  color: #fff;
}
.index-product .wd1600 .more:hover img {
  opacity: 1;
  margin-left: 20px;
}
.index-Title {
  text-align: center;
}
.index-Title .title {
  font-size: 32px;
  font-weight: bold;
}
.index-Title .intro {
  font-size: 16px;
  color: #666;
  margin-top: 16px;
}
.index-product-swiper .swiper-button-next,
.index-product-swiper .swiper-button-prev {
  top: 56%;
  width: 20px;
  height: 38px;
  background-size: auto;
}
.index-product-swiper .swiper-button-prev {
  left: 100px;
  background-image: url("../img/icon_l.png");
}
.index-product-swiper .swiper-button-next {
  right: 100px;
  background-image: url("../img/icon_r2.png");
}
.index-product-swiper .swiper-button-prev:hover {
  background-image: url("../img/icon_l2.png");
}
.index-product-swiper .swiper-button-next:hover {
  background-image: url("../img/icon_r.png");
}
.index-new {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.index-new .wd1600 .tab {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-new .wd1600 .tab li {
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: solid 1px #b2b2b2;
  border-radius: 20px;
  margin: 0 10px;
  transition: 0.3s;
}
.index-new .wd1600 .tab li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #666;
  transition: 0.3s;
}
.index-new .wd1600 .tab .li-active {
  border: 1px solid #0a4496;
  background-color: #0a4496;
}
.index-new .wd1600 .tab .li-active a {
  color: #fff;
}
.index-new .wd1600 .tab li:hover {
  border: 1px solid #0a4496;
  background-color: #0a4496;
}
.index-new .wd1600 .tab li:hover a {
  color: #fff;
}
.index-new .wd1600 .new-box {
  margin-top: 49px;
}
.index-new .wd1600 .new-box .index-new-swiper {
  height: 446px;
  padding-bottom: 40px;
}
.index-new .wd1600 .new-box .index-new-swiper .swiper-slide {
  transition: 0.5s;
  background-color: #ffffff;
}
.index-new .wd1600 .new-box .index-new-swiper .swiper-slide .img {
  height: 220px;
  line-height: 220px;
  overflow: hidden;
}
.index-new .wd1600 .new-box .index-new-swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}
.index-new .wd1600 .new-box .index-new-swiper .swiper-slide .info {
  height: 226px;
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #fafafa;
  transition: 0.5s;
}
.index-new .wd1600 .new-box .index-new-swiper .swiper-slide .info .i-title {
  font-size: 20px;
  font-weight: bold;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.index-new .wd1600 .new-box .index-new-swiper .swiper-slide .info .i-line {
  margin-top: 25px;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: relative;
}
.index-new .wd1600 .new-box .index-new-swiper .swiper-slide .info .i-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 80px;
  height: 4px;
  transition: 0.5s;
  background-color: #0a4496;
}
.index-new .wd1600 .new-box .index-new-swiper .swiper-slide .info .i-intro {
  margin-top: 20px;
  color: #808080;
  line-height: 26px;
  font-size: 16px;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-new .wd1600 .new-box .index-new-swiper .swiper-slide .info .i-time {
  color: #999;
  margin-top: 20px;
}
.index-new-swiper .swiper-pagination-bullets {
  bottom: 0;
}
.index-new-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.index-new-swiper .swiper-pagination-bullet-active {
  background: #0a4496;
}
.index-team {
  padding: 60px 0 88px;
  background-color: #fff;
}
.index-team .team-box {
  margin-top: 50px;
}
.index-team .team-box .even .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-team .team-box .even .wd1600 .item {
  width: 16.66%;
  height: 168px;
  line-height: 168px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}
.index-team .team-box .even .wd1600 .item img {
  max-width: 80%;
  transition: 0.5s;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}
.index-team .team-box .even .wd1600 .item:last-child {
  border-right: none;
}
.index-team .team-box .odd {
  border-bottom: 1px solid #e5e5e5;
}
.index-about {
  display: flex;
  justify-content: space-between;
}
.index-about .show-p {
  width: 50%;
  height: 619px;
  object-fit: cover;
}
.index-about .word-p {
  width: 50%;
  padding: 60px 95px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.index-about .word-p .about-title .c {
  font-size: 32px;
  font-weight: bold;
}
.index-about .word-p .about-title .e {
  margin-top: 10px;
  font-size: 16px;
  color: #646464;
}
.index-about .word-p .about-box {
  margin-top: 49px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: justify;
}
.index-about .word-p .more {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 46px;
  line-height: 46px;
  margin: 50px auto 0;
  background-color: #ffffff;
  border-radius: 23px;
  transition: 0.5s;
  border: solid 1px #cccccc;
}
.index-about .word-p .more span {
  font-size: 16px;
  color: #666;
  transition: 0.5s;
}
.index-about .word-p .more img {
  opacity: 0;
  width: 6px;
  margin-left: 0;
  transition: 0.5s;
}
.index-about .word-p .more .wire {
  width: 0;
  margin: 0;
  transition: 0.5s;
}
.index-about .word-p .more:hover {
  border: 1px solid #ff9926;
  background-color: #ff9926;
}
.index-about .word-p .more:hover span {
  color: #fff;
}
.index-about .word-p .more:hover img {
  opacity: 1;
  margin-left: 20px;
}
.index-number {
  height: 171px;
  position: relative;
  background-color: #fff;
}
.index-number .number-box {
  width: 1600px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-number .number-box .num-item {
  text-align: center;
  padding: 0 120px;
  border-right: 1px solid #e6e6e6;
}
.index-number .number-box .num-item .year {
  display: flex;
  justify-content: center;
}
.index-number .number-box .num-item .year div {
  font-size: 60px;
}
.index-number .number-box .num-item .year span {
  font-size: 16px;
  color: #666;
}
.index-number .number-box .num-item .title {
  font-size: 16px;
  color: #666;
}
.index-number .number-box .num-item:last-child {
  border-right: none;
}
@media screen and (min-width: 1200px) {
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide:hover {
    border: 1px solid #0a4496;
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide:hover .info {
    border-top: 1px solid #0a4496;
    background-color: #0a4496;
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide:hover .info .i-title {
    color: #fff;
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide:hover .info .i-intro {
    color: #fff;
  }
  .index-new .wd1600 .new-box .index-new-swiper .swiper-slide:hover {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  }
  .index-new .wd1600 .new-box .index-new-swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
  }
  .index-new .wd1600 .new-box .index-new-swiper .swiper-slide:hover .info .i-line::after {
    left: 257px;
    background-color: #ff9926;
  }
  .index-team .team-box .even .wd1600 .item:hover {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  }
  .index-team .team-box .even .wd1600 .item:hover img {
    filter: none;
    -webkit-filter: none;
  }
}
@media screen and (max-width: 1800px) {
  .index-banner {
    height: auto;
  }
}
@media screen and (max-width: 1600px) {
  .index-banner-swiper .swiper-button-prev {
    left: 20px;
  }
  .index-banner-swiper .swiper-button-next {
    right: 20px;
  }
  .index-banner .index-banner-swiper .swiper-slide .consult {
    left: 100px;
    bottom: 100px;
  }
  .index-number {
    width: 100%;
    height: auto;
  }
  .index-number .number-box {
    position: initial;
    transform: none;
    width: auto;
    justify-content: space-around;
  }
  .index-number .number-box .num-item {
    padding: 0;
    border: none;
  }
  .index-product-swiper .swiper-button-prev {
    left: 15px;
  }
  .index-product-swiper .swiper-button-next {
    right: 15px;
  }
  .index-product-swiper .swiper-button-next,
  .index-product-swiper .swiper-button-prev {
    top: auto;
    bottom: 65px;
  }
}
@media screen and (max-width: 1200px) {
  .index-banner .index-banner-swiper .swiper-slide .consult {
    bottom: 30px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .index-banner-swiper .swiper-button-next,
  .index-banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .index-banner-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
  }
  .index-product,
  .index-new,
  .index-team {
    padding: 30px 0;
  }
  .index-team .team-box .even .wd1600 .item {
    height: 120px;
    line-height: 120px;
  }
  .index-team .team-box .even .wd1600 .item img {
    max-width: 95%;
  }
  .index-team .team-box {
    margin-top: 30px;
  }
  .index-about .word-p {
    padding: 20px;
  }
  .index-number .number-box {
    box-shadow: none;
  }
}
@media screen and (max-width: 960px) {
  .index-product .wd1600 .tab {
    justify-content: start;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .index-product .wd1600 .tab li {
    width: auto;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .index-banner .swiper-container .swiper-button-next {
    right: 10px;
  }
  .index-banner .swiper-container .swiper-button-prev {
    left: 10px;
  }
  .index-banner .swiper-container .swiper-button-next,
  .index-banner .swiper-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
  .index-banner .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .index-team .team-box .even .wd1600 {
    align-items: stretch;
    flex-wrap: wrap;
  }
  .index-team .team-box .even .wd1600 .item {
    width: 50%;
    border: none;
    height: auto;
    line-height: normal;
  }
  .index-team .team-box .even .wd1600 .item img {
    filter: none;
    -webkit-filter: none;
  }
  .index-team .team-box .odd {
    border: none;
  }
  .index-about {
    display: block;
    padding: 0 15px;
  }
  .index-about .show-p {
    width: 100%;
    height: auto;
  }
  .index-about .word-p {
    width: 100%;
    padding: 20px 15px;
  }
  .index-about .word-p .about-box {
    margin-top: 30px;
  }
  .index-about .word-p .more {
    margin: 30px auto 0;
  }
  .index-number .number-box {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .index-number .number-box .num-item {
    width: 50%;
    margin-bottom: 15px;
  }
  .index-number .number-box .num-item .year {
    align-items: baseline;
  }
  .index-banner .swiper-pagination-bullets {
    bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mobile-index-banner {
    display: block;
    
  }
  .mobile-index-banner .mobile-banner-swiper {
    width: 100%;
    height: 100%;
  }
  .mobile-index-banner .mobile-banner-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pc-index-banner {
    display: none;
  }
  .index-Title .intro {
    margin-top: 10px;
  }
  .index-Title .title {
    font-size: 24px;
  }
  .index-product .wd1600 .product-box {
    margin-top: 30px;
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide .img {
    height: 150px;
    line-height: 150px;
  }
  .index-product .wd1600 .product-box .index-product-swiper {
    height: auto;
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide .info {
    height: auto;
    padding: 15px 10px;
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide .info .i-title {
    font-size: 16px;
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide .info .i-intro {
    line-height: 22px;
  }
  .index-product .wd1600 .more {
    margin-top: 20px;
  }
  .index-product-swiper .swiper-button-next,
  .index-product-swiper .swiper-button-prev {
    bottom: 36px;
  }
  .index-new .wd1600 .tab {
    justify-content: start;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .index-new .wd1600 .tab li {
    width: auto;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
  }
  .index-new .wd1600 .new-box {
    margin-top: 30px;
  }
  .index-new .wd1600 .new-box .index-new-swiper {
    height: auto;
    padding-bottom: 25px;
  }
  .index-new .wd1600 .new-box .index-new-swiper .swiper-slide .img {
    height: 150px;
    line-height: 150px;
  }
  .index-new .wd1600 .new-box .index-new-swiper .swiper-slide .info {
    height: auto;
    padding: 15px 10px;
  }
  .index-new .wd1600 .new-box .index-new-swiper .swiper-slide .info .i-title {
    font-size: 16px;
  }
  .index-new .wd1600 .new-box .index-new-swiper .swiper-slide .info .i-line {
    display: none;
  }
  .index-new .wd1600 .new-box .index-new-swiper .swiper-slide .info .i-intro {
    margin-top: 15px;
    line-height: 22px;
    font-size: 14px;
  }
  .index-new .wd1600 .new-box .index-new-swiper .swiper-slide .info .i-time {
    margin-top: 15px;
  }
  .index-new-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 480px) {
  .index-about .word-p .about-title .c {
    font-size: 22px;
  }
  .index-about .word-p .about-box {
    margin-top: 20px;
    line-height: 24px;
    font-size: 15px;
  }
  .index-number .number-box .num-item .year div {
    font-size: 40px;
  }
  .index-number .number-box .num-item .title {
    font-size: 14px;
    min-height: 42px;
  }
  .index-product-swiper .swiper-button-next,
  .index-product-swiper .swiper-button-prev {
    width: 15px;
    height: 25px;
    background-size: 100% 100%;
  }
}
