/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeIn {
  0% {
    max-height: 40px;
  }
  100% {
    max-height: 301px;
  }
}
@-o-keyframes fadeIn {
  0% {
    max-height: 40px;
  }
  100% {
    max-height: 301px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    max-height: 40px;
  }
  100% {
    max-height: 301px;
  }
}
@keyframes fadeIn {
  0% {
    max-height: 40px;
  }
  100% {
    max-height: 301px;
  }
}
.index-banner .banner-swiper .item {
  display: block;
}
.index-banner .banner-swiper .item .pic {
  display: block;
  width: 100%;
}
.index-banner .banner-swiper .banner-pagination {
  width: 1360px;
  bottom: 42px;
  left: 50%;
  margin-left: -680px;
  text-align: left;
}
.index-banner .banner-swiper .banner-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.61;
}
.index-banner .banner-swiper .banner-pagination .swiper-pagination-bullet-active {
  background-color: #1c428d;
  opacity: 1;
}
@media (max-width: 1366px) {
  .index-banner .banner-swiper .banner-pagination {
    width: auto;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 1279px) {
  .index-banner .banner-swiper .item .pic {
    height: 40vh;
    object-fit: cover;
  }
  .index-banner .banner-swiper .banner-pagination {
    bottom: 10px;
  }
}

.home-banner .nivo-directionNav a {
	width: 40px;
	height: 60px;
	background-color: rgba(255,255,255,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	color: transparent
}
.home-banner .nivo-directionNav a:hover {
	background-color: #df251c
}
.home-banner .nivo-directionNav a.nivo-prevNav {
	background-image: url(../js/nivo-slider/icon/banner-btn-l.png)
}
.home-banner .nivo-directionNav a.nivo-nextNav {
	background-image: url(../js/nivo-slider/icon/banner-btn-r.png)
}
.home-banner .nivo-controlNav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: auto !important
}
.home-banner .nivo-controlNav a {
	width: 25px !important;
	height: 25px !important;
	background: #fff !important;
	border: 7px solid #7d7d7d !important;
	border-radius: 100% !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0 8px !important
}
.home-banner .nivo-controlNav a.active {
	border-color: #df251c !important
}

.index-title {
  text-align: center;
}
.index-title h2 {
  margin: -30px 0 0;
  font-size: 40px;
  color: #1c428d;
}
.index-title h3 {
  margin: 0;
  font-size: 66px;
  color: #f6f6f6;
  -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.index-title p {
  margin: 26px 0 0;
  font-size: 18px;
  color: #888;
}
@media (max-width: 1279px) {
  .index-title {
    margin-bottom: 15px !important;
  }
  .index-title h2 {
    margin-top: -10px;
    font-size: 20px;
  }
  .index-title h3 {
    font-size: 26px;
  }
  .index-title p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.index-box1 {
  padding: 46px 0;
  background-color: #f6f6f6;
}
.index-box1 ul {
  display: flex;
  justify-content: space-between;
}
.index-box1 ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 160px;
  height: 160px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}
.index-box1 ul li:nth-child(odd) {
  background-image: url('../images/bg3.png');
}
.index-box1 ul li:nth-child(even) {
  background-image: url('../images/bg4.png');
}
.index-box1 ul li .icon {
  width: 100%;
  height: 39px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
.index-box1 ul li h3 {
  margin: 25px 0 0;
  font-size: 18px;
  font-weight: normal;
}
.index-box1 ul li h3 span {
  margin-left: 6px;
  color: #ca1515;
}
@media (max-width: 1440px) {
  .index-box1 {
    padding: 30px;
  }
}
@media (max-width: 1279px) {
  .index-box1 {
    padding: 20px 10px;
  }
  .index-box1 ul {
    flex-wrap: wrap;
  }
  .index-box1 ul li {
    width: 33.33333333%;
    height: 100px;
    background-size: auto 100%;
  }
  .index-box1 ul li:nth-last-child(1),
  .index-box1 ul li:nth-last-child(2) {
    width: 50%;
    margin-top: 10px;
  }
  .index-box1 ul li .icon {
    height: 20px;
    background-size: auto 100%;
  }
  .index-box1 ul li h3 {
    margin-top: 10px;
    font-size: 14px;
  }
}
.index-box2 {
  padding: 62px 0 107px;
}
.index-box2 .index-title {
  margin-bottom: 56px;
}
.index-box2 .bd {
  position: relative;
  padding: 0 80px;
}
.index-box2 .bd::before,
.index-box2 .bd::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
}
.index-box2 .bd::before {
  right: 100%;
  margin-right: -80px;
}
.index-box2 .bd::after {
  left: 100%;
  margin-left: -80px;
}
.index-box2 .bd .recommend-swiper {
  overflow: visible;
}
.index-box2 .bd .recommend-swiper .item {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 29px 84px 0 rgba(106, 106, 106, 0.09);
  -moz-box-shadow: 0 29px 84px 0 rgba(106, 106, 106, 0.09);
  -ms-box-shadow: 0 29px 84px 0 rgba(106, 106, 106, 0.09);
  box-shadow: 0 29px 84px 0 rgba(106, 106, 106, 0.09);
}
.index-box2 .bd .recommend-swiper .item .pic {
  overflow: hidden;
}
.index-box2 .bd .recommend-swiper .item .pic img {
  display: block;
  width: 100%;
}
.index-box2 .bd .recommend-swiper .item .desc {
  padding: 10px 28px;
}
.index-box2 .bd .recommend-swiper .item .desc h3 {
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  margin: 0;
  /*border-bottom: 2px solid #eaeaea;*/
  font-size: 24px;
  text-align: center;
}
.index-box2 .bd .recommend-swiper .item .desc p {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  color: #888;
}
.index-box2 .bd .recommend-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index-box2 .bd .recommend-btn:hover {
  opacity: 1;
}
.index-box2 .bd .recommend-btn.prev {
  left: 0;
  background-image: url('../images/prev2.png');
}
.index-box2 .bd .recommend-btn.prev:hover {
  background-image: url('../images/prev1.png');
}
.index-box2 .bd .recommend-btn.next {
  right: 0;
  background-image: url('../images/next2.png');
}
.index-box2 .bd .recommend-btn.next:hover {
  background-image: url('../images/next1.png');
}
@media (max-width: 1440px) {
  .index-box2 .bd {
    margin: 0 30px;
  }
}
@media (max-width: 1279px) {
  .index-box2 {
    padding: 20px 10px;
  }
  .index-box2 .bd {
    padding: 0 10px;
    margin: 0;
  }
  .index-box2 .bd::before {
    margin-right: -10px;
  }
  .index-box2 .bd::after {
    margin-left: -10px;
  }
  .index-box2 .bd .recommend-swiper .item .desc {
    padding: 10px;
  }
  .index-box2 .bd .recommend-swiper .item .desc h3 {
    height: 30px;
    line-height: 30px;
    border-bottom-width: 1px;
    font-size: 16px;
  }
  .index-box2 .bd .recommend-swiper .item .desc p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .index-box2 .bd .recommend-btn {
    display: none;
  }
}
.index-box3 {
  display: flex;
  justify-content: flex-end;
}
.index-box3 .pic {
  width: 32.60416666%;
}
.index-box3 .bd {
  padding: 66px 85px 0 278px;
  background: url('../images/bg1.png') no-repeat #f6f6f6 center bottom / 100%;
}
.index-box3 .bd .index-title {
  margin: 0 0 38px -40px;
  text-align: left;
}
.index-box3 .bd .index-title h2 {
  margin-left: 40px;
}
.index-box3 .bd .index-title h3 {
  color: #f6f6f6;
}
.index-box3 .bd .desc p {
  line-height: 30px;
  font-size: 15px;
}
.index-box3 .bd .desc .more {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 22px;
  margin-top: 40px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
}
.index-box3 .bd .numbers {
  margin-top: 77px;
}
.index-box3 .bd .numbers ul {
  display: flex;
  justify-content: space-between;
}
.index-box3 .bd .numbers ul li {
  position: relative;
  padding-right: 50px;
}
.index-box3 .bd .numbers ul li:nth-child(3) h3 strong,
.index-box3 .bd .numbers ul li:nth-child(4) h3 strong {
  padding-right: 23px;
  background: url('../images/icon14.png') no-repeat right center;
}
.index-box3 .bd .numbers ul li .icon {
  position: absolute;
  top: 0;
  right: 0;
}
.index-box3 .bd .numbers ul li p {
  margin: 0;
  font-size: 13px;
  color: #868686;
}
.index-box3 .bd .numbers ul li h3 {
  font-size: 13px;
}
.index-box3 .bd .numbers ul li h3 strong {
  font-size: 46px;
}
.index-box3 .bd .numbers ul li h3 span {
  color: #868686;
}
@media (max-width: 1660px) {
  .index-box3 .bd {
    padding: 30px 30px 0 142px;
  }
}
@media (max-width: 1440px) {
  .index-box3 .bd {
    padding-left: 50px;
  }
}
@media (max-width: 1279px) {
  .index-box3 {
    flex-flow: column-reverse;
  }
  .index-box3 .bd {
    padding: 20px 10px;
  }
  .index-box3 .bd .index-title {
    margin-left: 0;
    text-align: center;
  }
  .index-box3 .bd .index-title h2 {
    margin-left: 0;
  }
  .index-box3 .bd .desc p {
    line-height: 22px;
    font-size: 14px;
  }
  .index-box3 .bd .desc .more {
    margin-top: 10px;
  }
  .index-box3 .bd .numbers {
    margin-top: 10px;
  }
  .index-box3 .bd .numbers ul {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .index-box3 .bd .numbers ul li {
    width: 50%;
    padding: 0 5px;
    margin-top: 15px;
  }
  .index-box3 .bd .numbers ul li .icon {
    right: 40px;
    height: 20px;
  }
  .index-box3 .bd .numbers ul li h3 strong {
    font-size: 30px;
  }
  .index-box3 .pic {
    width: 100%;
  }
  .index-box3 .pic img {
    width: 100%;
    height: 20vh;
    object-fit: cover;
  }
}
.index-box4 {
  padding: 62px 0 108px;
}
.index-box4 .index-title {
  margin-bottom: 54px;
}
.index-box4 .bd ul {
  margin: -22px -25px;
}
.index-box4 .bd ul li {
  float: left;
  width: 33.33333333%;
  padding: 22px 25px;
}
.index-box4 .bd ul li .item {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 29px 84px 0 rgba(106, 106, 106, 0.09);
  -moz-box-shadow: 0 29px 84px 0 rgba(106, 106, 106, 0.09);
  -ms-box-shadow: 0 29px 84px 0 rgba(106, 106, 106, 0.09);
  box-shadow: 0 29px 84px 0 rgba(106, 106, 106, 0.09);
}
.index-box4 .bd ul li .item .pic {
  overflow: hidden;
}
.index-box4 .bd ul li .item .pic img {
  display: block;
  width: 100%;
}
.index-box4 .bd ul li .item .desc {
  padding: 25px 22px;
}
.index-box4 .bd ul li .item .desc h3 {
  margin: 0 0 14px;
  font-size: 20px;
}
.index-box4 .bd ul li .item .desc p {
  margin: 0;
  font-size: 15px;
  color: #878787;
}
@media (max-width: 1440px) {
  .index-box4 {
    padding: 60px 30px;
  }
}
@media (max-width: 1279px) {
  .index-box4 {
    padding: 20px 10px;
  }
  .index-box4 .bd ul {
    margin: 0;
  }
  .index-box4 .bd ul li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .index-box4 .bd ul li + li {
    margin-top: 10px;
  }
  .index-box4 .bd ul li .item .desc {
    padding: 10px;
  }
  .index-box4 .bd ul li .item .desc h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.index-box5 {
  padding: 65px 0;
  background-color: #f6f6f6;
}
.index-box5 .index-title {
  margin-bottom: 55px;
}
.index-box5 .index-title h3 {
  color: #f6f6f6;
}
.index-box5 .bd ul {
  display: flex;
}
.index-box5 .bd ul li {
  width: 16.66666666%;
  padding: 80px 30px 54px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.index-box5 .bd ul li:hover {
  position: relative;
  z-index: 3;
  background-color: #1c428d;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index-box5 .bd ul li:hover .icon {
  display: none;
}
.index-box5 .bd ul li:hover h3 {
  color: #fff;
}
.index-box5 .bd ul li:hover h3::before {
  display: none;
}
.index-box5 .bd ul li:hover h3::after {
  display: block;
  width: 30px;
  height: 2px;
  margin: 32px auto 0;
  background-color: #fff;
  content: '';
}
.index-box5 .bd ul li:hover strong {
  display: none;
}
.index-box5 .bd ul li:hover p {
  display: block;
}
.index-box5 .bd ul li:hover .more {
  display: inline-block;
}
.index-box5 .bd ul li .pic {
  overflow: hidden;
}
.index-box5 .bd ul li .pic img {
  display: block;
  width: 100%;
}
.index-box5 .bd ul li .icon {
  height: 35px;
  margin-bottom: 68px;
  background-repeat: no-repeat;
  background-position: center;
}
.index-box5 .bd ul li h3 {
  margin: 0;
  font-size: 24px;
  color: #000;
}
.index-box5 .bd ul li h3::before {
  display: block;
  width: 30px;
  height: 2px;
  margin: 0 auto 40px;
  background-color: #1c428d;
  content: '';
}
.index-box5 .bd ul li strong {
  display: inline-block;
  margin-top: 50px;
  font-size: 36px;
  color: #d4d4d4;
}
.index-box5 .bd ul li p {
  display: none;
  line-height: 26px;
  margin: 27px 0 43px;
  font-size: 13px;
  color: #fff;
}
.index-box5 .bd ul li .more {
  display: none;
  height: 32px;
  line-height: 28px;
  padding: 0 28px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  color: #fff;
}
@media (max-width: 1440px) {
  .index-box5 {
    padding: 60px 30px;
  }
  .index-box5 .bd ul li {
    padding: 40px 20px;
  }
}
@media (max-width: 1279px) {
  .index-box5 {
    padding: 20px 10px;
  }
  .index-box5 .bd ul {
    flex-direction: column;
  }
  .index-box5 .bd ul li {
    width: 100%;
    padding: 20px 10px;
  }
  .index-box5 .bd ul li:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  .index-box5 .bd ul li + li {
    margin-top: 10px;
  }
  .index-box5 .bd ul li .icon {
    margin-bottom: 20px;
  }
  .index-box5 .bd ul li h3 {
    font-size: 16px;
  }
  .index-box5 .bd ul li h3::before {
    margin-bottom: 20px;
  }
  .index-box5 .bd ul li strong {
    margin-top: 20px;
  }
  .index-box5 .bd ul li p {
    line-height: 22px;
    margin: 10px 0;
  }
}
.index-box6 .hd {
  margin-bottom: 40px;
  /*border-bottom: 2px solid #e8e9ea;*/
}
.index-box6 .hd h2 {
  display: inline-block;
  padding-bottom: 16px;
  margin: 0 0 -2px;
  border-bottom: 4px solid #1c428d;
  font-size: 26px;
  font-weight: normal;
}
.index-box6 .partner .bd ul {
  margin: -8px;
}
.index-box6 .partner .bd ul li {
  float: left;
  width: 16.66666666%;
  padding: 8px;
}
.index-box6 .partner .bd ul li .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 127px;
  border: 2px solid #efefef;
  background-color: #fff;
}
.index-box6 .partner .bd ul li .item img {
  max-width: 80%;
  max-height: 80%;
}
.index-box6 .case {
  margin: 55px 0 80px;
}
.index-box6 .case .bd ul {
  margin: 0 -9px;
}
.index-box6 .case .bd ul li {
  float: left;
  width: 25%;
  padding: 0 9px;
}
.index-box6 .case .bd ul li .item {
  display: block;
  overflow: hidden;
}
.index-box6 .case .bd ul li .item img {
  display: block;
  width: 100%;
}
.index-box6 .honor .bd .pic {
  margin-bottom: 38px;
}
.index-box6 .honor .bd .pic img {
  display: block;
  width: 100%;
}
.index-box6 .honor .bd ul {
  margin: 0 -28px;
}
.index-box6 .honor .bd ul li {
  float: left;
  width: 16.66666666%;
  padding: 0 28px;
}
.index-box6 .honor .bd ul li .item {
  display: block;
  overflow: hidden;
}
.index-box6 .honor .bd ul li .item img {
  display: block;
  width: 100%;
}
.index-box6 .news {
  margin-top: 92px;
}
.index-box6 .news .bd {
  display: flex;
}
.index-box6 .news .bd .hot {
  flex: 1;
  margin-right: 28px;
}
.index-box6 .news .bd .hot .box {
  display: block;
  padding: 44px 64px 46px;
  border: 1px solid #dcdcdc;
}
.index-box6 .news .bd .hot .box time {
  font-size: 24px;
}
.index-box6 .news .bd .hot .box h3 {
  height: 64px;
  line-height: 32px;
  overflow: hidden;
  margin: 20px 0 0;
  font-size: 22px;
}
.index-box6 .news .bd .hot .box p {
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  font-size: 15px;
  color: #878787;
}
.index-box6 .news .bd .hot .box .pic {
  overflow: hidden;
}
.index-box6 .news .bd .hot .box .pic img {
  display: block;
  width: 100%;
}
.index-box6 .news .bd .hot .box .more {
  display: inline-block;
  padding: 0 21px;
  margin-top: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #1c428d;
}
.index-box6 .news .bd .hot .box .more span {
  display: block;
  height: 44px;
  line-height: 44px;
  padding-right: 26px;
  color: #fff;
  background: url('../images/icon21.png') no-repeat right center;
}
.index-box6 .news .bd ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: -15px 0;
}
.index-box6 .news .bd ul li {
  flex: 1;
  padding: 15px 0;
}
.index-box6 .news .bd ul li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 38px;
  border: 1px solid #dcdcdc;
}
.index-box6 .news .bd ul li .item:hover {
  color: #fff;
  background-color: #1c428d;
}
.index-box6 .news .bd ul li .item:hover h3 time {
  color: #fff;
}
.index-box6 .news .bd ul li .item:hover p {
  color: #fff;
  background-image: url('../images/icon23.png');
}
.index-box6 .news .bd ul li .item h3 {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin: 0 0 22px;
  font-size: 20px;
}
.index-box6 .news .bd ul li .item h3 time {
  margin-left: 10px;
  font-size: 22px;
  color: #dcdcdc;
}
.index-box6 .news .bd ul li .item p {
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  padding-right: 138px;
  margin: 0;
  font-size: 15px;
  color: #878787;
  background: url('../images/icon22.png') no-repeat right bottom 5px;
}

.case-more {
	text-align: center;
}
.case-more .btn {
	display: inline-block;
	padding: 0 21px;
	margin-top: 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #1c428d;
  }
  .case-more .btn a {
	display: block;
	height: 44px;
	line-height: 44px;
	padding-right: 26px;
	font-size: 15px;
	color: #fff;
	background: url('../images/icon21.png') no-repeat right center;
  }

@media (max-width: 1440px) {
  .index-box6 {
    padding: 0 30px;
  }
}
@media (max-width: 1279px) {
  .index-box6 {
    padding: 0 10px;
  }
  .index-box6 .hd {
    margin-bottom: 10px;
    border-bottom-width: 1px;
  }
  .index-box6 .hd h2 {
    padding-bottom: 10px;
    margin-bottom: -1px;
    font-size: 20px;
  }
  .index-box6 .partner .bd ul {
    margin: -5px;
  }
  .index-box6 .partner .bd ul li {
    width: 50%;
    padding: 5px;
  }
  .index-box6 .partner .bd ul li .item {
    height: 60px;
  }
  .index-box6 .case {
    margin: 20px 0;
  }
  .index-box6 .case .bd ul {
    margin: 0;
  }
  .index-box6 .case .bd ul li {
    float: none;
    width: auto;
    padding: 0;
  }
  .index-box6 .case .bd ul li + li {
    margin-top: 10px;
  }
  .index-box6 .honor .bd .pic {
    margin-bottom: 10px;
  }
  .index-box6 .honor .bd ul {
    margin: 0 -5px;
  }
  .index-box6 .honor .bd ul li {
    width: 50%;
    padding: 0 5px;
  }
  .index-box6 .news {
    margin-top: 20px;
  }
  .index-box6 .news .bd {
    flex-direction: column;
  }
  .index-box6 .news .bd .hot {
    flex: none;
    margin: 0 0 10px;
  }
  .index-box6 .news .bd .hot .box {
    padding: 10px;
  }
  .index-box6 .news .bd .hot .box time {
    font-size: 14px;
  }
  .index-box6 .news .bd .hot .box h3 {
    height: 44px;
    line-height: 22px;
    margin-top: 10px;
    font-size: 16px;
  }
  .index-box6 .news .bd .hot .box p {
    height: 44px;
    line-height: 22px;
    margin: 5px 0;
    font-size: 14px;
  }
  .index-box6 .news .bd .hot .box .more {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .index-box6 .news .bd ul {
    flex: none;
    margin: 0;
  }
  .index-box6 .news .bd ul li {
    padding: 0;
  }
  .index-box6 .news .bd ul li + li {
    margin-top: 10px;
  }
  .index-box6 .news .bd ul li .item {
    padding: 10px;
  }
  .index-box6 .news .bd ul li .item h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .index-box6 .news .bd ul li .item h3 time {
    font-size: 16px;
  }
  .index-box6 .news .bd ul li .item p {
    height: 44px;
    line-height: 22px;
    padding-right: 30px;
    background-size: auto 10px;
  }
}
.index-box7 img {
  display: block;
  width: 100%;
}
.index-box8 {
  padding: 64px 0 17px;
}
.index-box8 .index-title {
  margin-bottom: 37px;
}
.index-box8 .tips {
  margin-bottom: 62px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.index-box8 .tips p {
  line-height: 44px;
  margin: 0;
}
.index-box8 .tips p span {
  color: #1c428d;
}
.index-box8 .bd ul {
  position: relative;
  display: flex;
}
.index-box8 .bd ul::before {
  position: absolute;
  top: 140px;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #dfdfdf;
  content: '';
}
.index-box8 .bd ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.index-box8 .bd ul li + li {
  margin-left: 68px;
}
.index-box8 .bd ul li:nth-child(1) .circle,
.index-box8 .bd ul li:nth-child(3) .circle,
.index-box8 .bd ul li:nth-child(4) .circle,
.index-box8 .bd ul li:nth-child(6) .circle {
  padding-top: 4px;
  margin-bottom: 15px;
  background-image: url('../images/bg5.png');
}
.index-box8 .bd ul li:nth-child(2),
.index-box8 .bd ul li:nth-child(5) {
  flex-flow: column-reverse;
  justify-content: flex-end;
}
.index-box8 .bd ul li:nth-child(2) .circle,
.index-box8 .bd ul li:nth-child(5) .circle {
  flex-flow: column-reverse;
  padding-bottom: 4px;
  margin-top: 15px;
  background-image: url('../images/bg6.png');
}
.index-box8 .bd ul li:nth-child(1) .circle::before {
  background-image: url('../images/icon27.png');
}
.index-box8 .bd ul li:nth-child(2) .circle::before {
  background-image: url('../images/icon28.png');
}
.index-box8 .bd ul li:nth-child(3) .circle::before {
  background-image: url('../images/icon29.png');
}
.index-box8 .bd ul li:nth-child(4) .circle::before {
  background-image: url('../images/icon30.png');
}
.index-box8 .bd ul li:nth-child(5) .circle::before {
  background-image: url('../images/icon31.png');
}
.index-box8 .bd ul li:nth-child(6) .circle::before {
  background-image: url('../images/icon32.png');
}
.index-box8 .bd ul li .circle {
  display: flex;
  flex-direction: column;
  width: 78px;
  height: 136px;
  line-height: 30px;
  margin-left: -35px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
}
.index-box8 .bd ul li .circle::before {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  content: '';
}
.index-box8 .bd ul li .desc {
  padding: 8px 0;
}
.index-box8 .bd ul li .desc p {
  position: relative;
  line-height: 16px;
  padding-left: 16px;
  margin: 0;
  font-size: 14px;
}
.index-box8 .bd ul li .desc p + p {
  margin-top: 17px;
}
.index-box8 .bd ul li .desc p::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #a0a0a0;
  content: '';
}

.six_pain_points .box {
	background: #eee;
	padding: 50px 0;
}
.six_pain_points .box img {max-width: 100%;}

.five_systems img {max-width: 100%;}

.mb37 {margin-bottom: 37px;}
@media (max-width: 1440px) {
  .index-box8 {
    padding: 60px;
  }
  .index-box8 .container {
    width: auto;
  }
}
@media (max-width: 1279px) {
	.five_systems img {max-width: 100%!important;}
  .index-box8 {
    padding: 20px 10px;
  }
  .index-box8 .tips {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*.index-box8 .tips p {
    line-height: 22px;
  }*/
  .index-box8 .bd {
    overflow-x: auto;
  }
  .index-box8 .bd ul {
    padding: 0 30px;
  }
  .index-box8 .bd ul::before {
    display: none;
  }
  .index-box8 .bd ul li {
    flex: none;
    max-width: 190px;
    white-space: initial;
  }
  .index-box8 .bd ul li + li {
    margin-left: 40px;
  }
  .index-box8 .bd ul li .circle {
    width: 60px;
    height: 105px;
    margin-left: -26px;
    font-size: 14px;
    background-size: 100%;
  }
  .index-box8 .bd ul li .circle::before {
    width: 30px;
    height: 30px;
    background-size: 80%;
  }
  .index-box8 .bd ul li .desc p {
    font-size: 12px;
  }
  .index-box8 .bd ul li .desc p + p {
    margin-top: 10px;
  }
}

@media (max-width: 900px) {
	.index-banner .banner-swiper .item .pic {
		height: 31vh;
		object-fit: cover;
	}
	.index-box1 ul li {
		width: 20%;
		background-size: contain;
	}
	.index-box1 ul li:nth-last-child(1), .index-box1 ul li:nth-last-child(2) {
		width: 20%;
		margin-top: 0;
	}
	.index-box1 ul li h3 span {
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
	.index-box8 .tips p span {
		font-size: 60px!important;
	}

	.index-box6 .case .bd ul {margin: -5px;}
	.index-box6 .case .bd ul li {
		float: left;
		width: 50%;
		padding: 5px;
	}
	.index-box6 .case .bd ul li + li {
		margin-top: 0;
	}
}
@media (max-width: 400px) {
	.index-banner .banner-swiper .item .pic {
		height: 28vh;
		object-fit: cover;
	}
}