/* 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 moveDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-o-keyframes moveDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes moveDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.banner .item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .item .desc {
  padding-top: 19.72222222vh;
  text-align: center;
}
.banner .item .desc h3 {
  visibility: hidden;
  margin: 0 0 38px;
  font-size: 70px;
  color: #fff;
  line-height: 140%;
}
.banner .item .desc .btn-more {
  visibility: hidden;
  display: inline-block;
  padding: 0 22px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-color: #e50027;
}
.banner .item .desc .btn-more span {
  display: block;
  height: 34px;
  line-height: 34px;
  padding-right: 26px;
  font-size: 14px;
  color: #fff;
  background: url('../images/icon3.png') no-repeat right center;
}
.banner .swiper-slide-active .item .desc h3 {
  -webkit-animation: fadeInUp 0.8s 0.1s ease;
  -moz-animation: fadeInUp 0.8s 0.1s ease;
  -ms-animation: fadeInUp 0.8s 0.1s ease;
  animation: fadeInUp 0.8s 0.1s ease;
  visibility: visible;
}
.banner .swiper-slide-active .item .desc .btn-more {
  -webkit-animation: fadeInUp 0.8s ease;
  -moz-animation: fadeInUp 0.8s ease;
  -ms-animation: fadeInUp 0.8s ease;
  animation: fadeInUp 0.8s ease;
  visibility: visible;
}
.banner-pagination {
  bottom: 32px !important;
  font-size: 0;
}
.banner-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  margin: 0 13px !important;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: none;
  opacity: 1;
}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner .arrow {
  position: absolute;
  right: 70px;
  bottom: 37px;
  z-index: 99;
  display: block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.banner .arrow::after {
  display: block;
  width: 25px;
  height: 25px;
  animation: moveDown 2s linear infinite;
}
@media (max-width: 1365px) {
  .banner .item .desc h3 {
    font-size: 40px;
  }
}
@media (max-width: 1279px) {
  .banner .item {
    height: calc(100vh - 60px);
  }
  .banner .item .desc {
    padding: 20vh 10px 0;
  }
  .banner .item .desc h3 {
    line-height: 48px;
    font-size: 40px;
  }
  .banner-pagination {
    bottom: 18px !important;
  }
  .banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    border-width: 1px;
  }
  .banner .arrow {
    right: 10px;
    bottom: 10px;
  }
}
.index-box1 {
  padding: 97px 148px 138px;
}
.index-box1 .pic {
  position: relative;
  width: 50.43103448%;
  padding: 0 0 35px 38px;
  margin-left: 66px;
}
.index-box1 .pic::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 195px;
  height: 197px;
  background-color: #e50027;
  content: '';
}
.index-box1 .pic .item {
  position: relative;
}
.index-box1 .bd {
  overflow: hidden;
}
.index-box1 .bd .title {
  margin-bottom: 40px;
}
.index-box1 .bd .title h3 {
  margin: 0;
  font-size: 103px;
  color: #efefef;
}
.index-box1 .bd .title h4 {
  margin: -47px 0 0;
  font-size: 36px;
  font-weight: normal;
  color: #e50027;
}
.index-box1 .bd .title h4::after {
  display: block;
  width: 67px;
  height: 5px;
  margin-top: 44px;
  background-color: #b5b5b6;
  content: '';
}
.index-box1 .bd .desc {
  color: #727171;
}
.index-box1 .bd .desc h3 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: normal;
}
.index-box1 .bd .desc p {
  line-height: 30px;
  margin: 0;
  font-size: 16px;
}
.index-box1 .bd .stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 58px;
}
.index-box1 .bd .stats .item{
	position:relative;
	padding-right:5px;
}
.index-box1 .bd .stats .item:not(:first-child){
	padding-left:5px;
}
.index-box1 .bd .stats .item h3 {
  margin: 0 0 15px;
  font-size: 60px;
  color: #e50027;
  font-family: 'Roboto-Regular';
}
.index-box1 .bd .stats .item p {
  margin: 0;
  font-size: 18px;
  text-align: left;
}
.index-box1 .bd .stats .line {
  width: 1px;
  height: 100%;
  background-color: #b5b5b6;
  position:absolute;
  left:0;
  top:0;
}
@media (max-width: 1600px) {
  .index-box1 {
    padding: 60px;
  }
}
@media (max-width: 1366px) {
  .index-box1 .pic {
    margin-left: 30px;
  }
  .index-box1 .bd .title {
    margin-bottom: 20px;
  }
  .index-box1 .bd .title h3 {
    font-size: 80px;
  }
  .index-box1 .bd .title h4 {
    margin-top: -40px;
    font-size: 30px;
  }
  .index-box1 .bd .title h4::after {
    margin-top: 30px;
  }
  .index-box1 .bd .stats {
    margin: 30px 0;
  }
}
@media (max-width: 1279px) {
  .index-box1 {
    padding: 30px 10px 20px;
  }
  .index-box1 .pic {
    float: none;
    width: 100%;
    padding: 0 0 10px 10px;
    margin: 0 0 10px;
  }
  .index-box1 .bd .title h3 {
    font-size: 60px;
  }
  .index-box1 .bd .title h4 {
    margin-top: -28px;
    font-size: 20px;
  }
  .index-box1 .bd .title h4::after {
    margin-top: 10px;
    height: 2px;
  }
  .index-box1 .bd .desc h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .index-box1 .bd .desc p {
    line-height: 22px;
    font-size: 14px;
  }
  .index-box1 .bd .stats {
    margin: 20px 0;
  }
  .index-box1 .bd .stats .item h3 {
    font-size: 30px;
  }
  .index-box1 .bd .stats .item p {
    font-size: 14px;
  }
  .index-box1 .bd .stats .line {
    height: 50px;
  }
}
.index-title {
  text-align: center;
}
.index-title h3 {
  margin: 0 0 18px;
  font-weight: normal;
}
.index-title h3 span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #898989;
}
.index-title h3 span::before,
.index-title h3 span::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 33px;
  border-bottom: 1px solid #898989;
  content: '';
}
.index-title h3 span::before {
  right: 100%;
  margin-right: 11px;
}
.index-title h3 span::after {
  left: 100%;
  margin-left: 11px;
}
.index-title h4 {
  margin: 0;
  font-size: 35px;
  font-weight: normal;
}
.index-title h4 span {
  color: #e50027;
}
@media (max-width: 1279px) {
  .index-title {
    margin-bottom: 20px !important;
  }
  .index-title h3 {
    margin-bottom: 10px;
  }
  .index-title h3 span {
    font-size: 16px;
  }
  .index-title h4 {
    font-size: 18px;
  }
}
.index-box2 {
  padding: 72px 148px 96px;
  background-color: #f7f8f8;
}
.index-box2 .index-title {
  margin-bottom: 52px;
}
.index-box2 > .bd ul {
  margin-right: -47px;
}
.index-box2 > .bd ul li {
  float: left;
  width: 33.33333333%;
  padding-right: 47px;
}
.index-box2 > .bd ul li .item {
  position: relative;
  display: block;
  color: #fff;
}
.index-box2 > .bd ul li .item:hover .desc {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.index-box2 > .bd ul li .item:hover .hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.index-box2 > .bd ul li .item .pic {
  display: block;
  width: 100%;
}
.index-box2 > .bd ul li .item .desc {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 132px 33px 30px 35px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
.index-box2 > .bd ul li .item .desc .ico {
  width: 48px;
  margin-right: 15px;
}
.index-box2 > .bd ul li .item .desc h3 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: normal;
}
.index-box2 > .bd ul li .item .desc .ft {
  display: flex;
}
.index-box2 > .bd ul li .item .desc .ft p {
  flex: 1;
  margin: 0;
  font-size: 16px;
}
.index-box2 > .bd ul li .item .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(229, 0, 39, 0.7);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.index-box2 > .bd ul li .item .hover .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.index-box2 > .bd ul li .item .hover .box img {
  margin-bottom: 35px;
}
.index-box2 > .bd ul li .item .hover .box h3 {
  margin: 0;
  font-size: 26px;
  font-weight: normal;
}
.index-box2 > .bd ul li .item .hover .box h4 {
  margin: 19px 0 16px;
  font-size: 30px;
}
.index-box2 > .bd ul li .item .hover .box p {
  margin: 0;
  font-size: 16px;
}
.index-box2 > .bd ul li .item .hover .box .index-more {
  margin-top: 56px;
}
@media (max-width: 1600px) {
  .index-box2 {
    padding: 60px;
  }
}
@media (max-width: 1440px) {
  .index-box2 > .bd ul li .item .desc {
    padding: 80px 20px 20px;
  }
  .index-box2 > .bd ul li .item .desc h3 {
    font-size: 22px;
  }
  .index-box2 > .bd ul li .item .desc .ft p {
    font-size: 14px;
  }
  .index-box2 > .bd ul li .item .desc .ft .index-more span {
    font-size: 14px;
  }
  .index-box2 > .bd ul li .item .hover .box img {
    width: 80px;
    margin-bottom: 20px;
  }
  .index-box2 > .bd ul li .item .hover .box h3 {
    font-size: 22px;
  }
  .index-box2 > .bd ul li .item .hover .box h4 {
    font-size: 24px;
  }
  .index-box2 > .bd ul li .item .hover .box .index-more {
    margin-top: 30px;
  }
}
@media (max-width: 1279px) {
  .index-box2 {
    padding: 20px 10px 0;
  }
  .index-box2 > .bd ul {
    margin-right: 0;
  }
  .index-box2 > .bd ul li {
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }
  .index-box2 > .bd ul li .item .desc {
    padding: 30px 10px 20px;
  }
  .index-box2 > .bd ul li .item .desc .ico {
    width: 30px;
    margin-right: 10px;
  }
  .index-box2 > .bd ul li .item .desc h3 {
    font-size: 18px;
  }
}
.index-box3 {
  padding: 68px 0 78px;
}
.index-box3 .index-title {
  margin-bottom: 52px;
}
.index-box3 .bd {
  position: relative;
  padding: 0 143px;
}
.index-box3 .bd .case-round {
  padding: 340px 240px;
}
.index-box3 .bd .case-round ul li.roundabout-in-focus .pic img {
  height: 521px;
}
.index-box3 .bd .case-round ul li.roundabout-in-focus .desc h3 {
  -webkit-animation: fadeInUp 0.8s ease forwards;
  -moz-animation: fadeInUp 0.8s ease forwards;
  -ms-animation: fadeInUp 0.8s ease forwards;
  animation: fadeInUp 0.8s ease forwards;
  visibility: visible;
}
.index-box3 .bd .case-round ul li.roundabout-in-focus .desc p {
  -webkit-animation: fadeInUp 0.8s ease forwards;
  -moz-animation: fadeInUp 0.8s ease forwards;
  -ms-animation: fadeInUp 0.8s ease forwards;
  animation: fadeInUp 0.8s ease forwards;
  visibility: visible;
}
.index-box3 .bd .case-round ul li .pic {
  position: relative;
  display: block;
  margin-bottom: 25px;
  border: 6px solid #fff;
}
.index-box3 .bd .case-round ul li .desc {
  text-align: center;
}
.index-box3 .bd .case-round ul li .desc h3 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: normal;
  visibility: hidden;
  opacity: 0;
}
.index-box3 .bd .case-round ul li .desc h3 a:hover {
  color: #e50027;
}
.index-box3 .bd .case-round ul li .desc p {
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  color: #898989;
  visibility: hidden;
  opacity: 0;
}
.index-box3 .bd .btn {
  position: absolute;
  top: 276px;
  display: block;
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
}
.index-box3 .bd .btn.case-round-prev {
  left: 160px;
  background-image: url('../images/prev1.png');
}
.index-box3 .bd .btn.case-round-next {
  right: 170px;
  background-image: url('../images/next1.png');
}
.index-box3 .bd .case-swiper .item {
  display: block;
}
.index-box3 .bd .case-swiper .item .pic {
  display: block;
  width: 100%;
}
.index-box3 .bd .case-swiper .item .desc {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: center;
}
.index-box3 .bd .case-swiper .item .desc h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
}
.index-box3 .bd .case-swiper .item .desc p {
  line-height: 20px;
  margin: 0;
  font-size: 14px;
}
.index-box3 .bd .case-swiper .case-pagination {
  text-align: center;
  margin-top: 10px;
}
.index-box3 .bd .case-swiper .case-pagination .swiper-pagination-bullet {
  background-color: #e50027;
  opacity: 0.5;
}
.index-box3 .bd .case-swiper .case-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-box3 .ft {
  margin-top: 8px;
  text-align: center;
}
@media (max-width: 1600px) {
  .index-box3 .bd .case-round ul li.roundabout-in-focus .pic img {
    height: auto;
  }
}
@media (max-width: 1440px) {
  .index-box3 {
    /* .bd {
      .case-round {
        padding: 260px 180px;
      }
    } */
  }
  .index-box3 .index-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1279px) {
  .index-box3 {
    padding: 20px 10px 10px;
  }
  .index-box3 .bd {
    padding: 0;
  }
}
.index-box4 .index-title {
  padding: 37px 0 34px;
  background-color: #f7f8f8;
}
.index-box4 .bd {
  padding: 56px 148px;
}
.index-box4 .bd ul {
  margin: 0 -8px;
}
.index-box4 .bd ul li {
  float: left;
  width: 16.66666666%;
  padding: 14px 8px;
}
.index-box4 .bd ul li .item {
  overflow: hidden;
  border: 1px solid #c9caca;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.index-box4 .bd ul li .item img {
  display: block;
  width: 100%;
}
@media (max-width: 1600px) {
  .index-box4 .bd {
    padding: 30px 60px;
  }
}
@media (max-width: 1279px) {
  .index-box4 .index-title {
    padding: 10px 0;
    margin-bottom: 5px !important;

  }
  .index-box4 .bd {
    padding: 0 10px;
  }
  .index-box4 .bd ul {
    margin: 0 -5px;
  }
  .index-box4 .bd ul li {
    width: 33.33333333%;
    padding: 5px;
  }
}
.index-links {
  padding: 0 148px 57px;
}
.index-links ul {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background-color: #f7f8f8;
}
.index-links ul li {
  float: left;
  width: 33.33333333%;
  background-repeat: no-repeat;
  background-position: right 7px bottom;
}
.index-links ul li:nth-child(1) {
  background-image: url('../images/bg1.png');
}
.index-links ul li:nth-child(1) .item {
  background-image: url('../images/icon10.png');
}
.index-links ul li:nth-child(2) {
  background-image: url('../images/bg2.png');
}
.index-links ul li:nth-child(2) .item {
  background-image: url('../images/icon11.png');
}
.index-links ul li:nth-child(3) {
  background-image: url('../images/bg3.png');
}
.index-links ul li:nth-child(3) .item {
  background-image: url('../images/icon12.png');
}
.index-links ul li:not(:last-child) .item {
  border-right: 2px solid #efefef;
}
.index-links ul li .item {
  position: relative;
  display: block;
  padding: 72px 0 79px 131px;
  background-repeat: no-repeat;
  background-position: 34px center;
}
.index-links ul li .item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 83px;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  background-color: #b5b5b6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}
.index-links ul li .item h3 {
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: normal;
}
.index-links ul li .item p {
  margin: 0;
  font-size: 22px;
  color: #898989;
}
@media (max-width: 1600px) {
  .index-links {
    padding: 0 60px 60px;
  }
}
@media (max-width: 1279px) {
  .index-links {
    padding: 10px;
  }
  .index-links ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .index-links ul li {
    float: none;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #f7f8f8;
    background-size: auto 90%;
  }
  .index-links ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .index-links ul li .item {
    padding: 20px 10px 20px 60px;
    border-right: 1px solid #efefef;
    background-position: 10px center;
    background-size: 40px;
  }
  .index-links ul li .item::before {
    width: 3px;
    height: 40px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
  }
  .index-links ul li .item h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .index-links ul li .item p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
	.banner .item .desc{
		padding: 20vh 10px 0;
	}
	.banner .item .desc h3{
		font-size: 26px;
	}
	.index-box1 .bd .stats .item h3{
		font-size:26px;
	}
	.index-box1 .bd .stats .line{
		height: 70px;
		margin: 0 2px;
	}
	.index-box1 .bd .stats .item p{
		text-align: left;
		min-height:32px;
	}
}
