.index-title {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.index-title h3 {
  color: #333;
  font-size: 36px;
  font-weight: normal;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-title span {
  color: #838383;
  font-size: 36px;
  text-transform: capitalize;
  animation-delay: 0.7s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-1 {
  background-color: #eeeeee;
  padding: 16px 0;
}
.index-1 .cont {
  display: flex;
  align-items: center;
}
.index-1 .cont .hot {
  display: flex;
  align-items: center;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
.index-1 .cont .hot span {
  color: #00479d;
  font-size: 16px;
}
.index-1 .cont .hot p {
  color: #333;
  font-size: 14px;
}
.index-1 .cont .search-box {
  width: 354px;
  height: 46px;
  margin-left: auto;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.index-1 .cont .search-box form {
  display: flex;
  width: 354px;
  height: 46px;
}
.index-1 .cont .search-box input {
  flex: 1;
  height: 100%;
  text-indent: 1em;
  box-shadow: 0 0 10px 1px #c6c6c6 inset;
}
.index-1 .cont .search-box button {
  width: 90px;
  height: 100%;
  border: none;
  background: #00479d url(../images/search.png) no-repeat center center;
}
.index-2 .pro-list {
  display: flex;
  margin-top: 32px;
}
.index-2 .pro-list .left {
  width: 282px;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
.index-2 .pro-list .left .top {
  background-color: #014c8e;
  border-radius: 8px;
  padding: 19px 7px;
}
.index-2 .pro-list .left .top .tit {
  padding: 0 12px 12px 12px;
}
.index-2 .pro-list .left .top .tit span {
  color: #fff;
  font-size: 24px;
}
.index-2 .pro-list .left .top .tit p {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  text-align: right;
}
.index-2 .pro-list .left .top .sideMenu {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
}
.index-2 .pro-list .left .top .sideMenu h3 {
  width: 100%;
  line-height: 41px;
  background-color: #014c8e;
  border-radius: 8px;
  padding: 0 10px;
  margin: 7px 0;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index-2 .pro-list .left .top .sideMenu h3 a {
  color: #fff;
  font-size: 18px;
  display: block;
  flex: 1;
  background: url(../images/right.png) no-repeat right center;
}
.index-2 .pro-list .left .top .sideMenu h3 .icon {
  color: #00479d;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  margin-left: auto;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index-2 .pro-list .left .top .sideMenu h3.on {
  background-color: #7ac53e;
}
.index-2 .pro-list .left .top .sideMenu h3.on a {
  background: url(../images/down.png) no-repeat right center;
}
.index-2 .pro-list .left .top .sideMenu h3.on .icon {
  transform: rotate(90deg);
}
.index-2 .pro-list .left .top .sideMenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 13px;
}
.index-2 .pro-list .left .top .sideMenu ul li {
  width: 100%;
  line-height: 41px;
  background-color: #bcbcbc;
  border-radius: 8px;
  padding: 0 10px;
  margin: 4px 0;
}
.index-2 .pro-list .left .top .sideMenu ul li a {
  color: #3d3d3d;
  font-size: 16px;
  display: block;
}
.index-2 .pro-list .left .tel {
  margin-top: 10px;
  height: 92px;
  border-radius: 8px;
  padding-left: 83px;
  padding-top: 16px;
  background: #014c8e url(../images/tel1.png) no-repeat 13px center;
}
.index-2 .pro-list .left .tel p {
  color: #fff;
  font-size: 20px;
}
.index-2 .pro-list .left .tel span {
  color: #fff;
  font-size: 26px;
}
.index-2 .pro-list .right {
  flex: 1;
  margin-left: 39px;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.index-2 .pro-list .right > .tit {
  border-bottom: 2px solid #1f76e2;
  display: flex;
  line-height: 40px;
}
.index-2 .pro-list .right > .tit h3 {
  color: #014c8e;
  font-size: 16px;
  background: url(../images/hot.png) no-repeat left center;
  padding-left: 42px;
}
.index-2 .pro-list .right > .tit .more {
  margin-left: auto;
}
.index-2 .pro-list .right ul {
  display: flex;
  flex-wrap: wrap;
}
.index-2 .pro-list .right ul li {
  margin-right: 34px;
  margin-top: 21px;
}
.index-2 .pro-list .right ul li:nth-child(3n) {
  margin-right: 0;
}
.index-2 .pro-list .right ul li .pic {
  display: block;
  width: 277px;
  height: 180px;
  border: 1px solid #c9c8c8;
}
.index-2 .pro-list .right ul li .pic img {
  width: 100%;
  height: 100%;
}
.index-2 .pro-list .right ul li .tit {
  display: block;
  text-align: center;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 36px;
  border-left: 1px solid #c9c8c8;
  border-bottom: 1px solid #c9c8c8;
  border-right: 1px solid #c9c8c8;
}
.index-3 {
  width: 100%;
  max-width: 1920px;
  margin: 60px auto 0;
  height: 180px;
  background: url(../images/bg.png) repeat-x center top;
}
.index-3 .cont {
  display: flex;
  height: 100%;
  align-items: center;
}
.index-3 .cont .text {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
.index-3 .cont .text h3 {
  color: #fff;
  font-size: 24px;
}
.index-3 .cont .text span {
  color: #fff;
  font-size: 14px;
}
.index-3 .cont .contact {
  margin-left: auto;
  padding-left: 90px;
  min-height: 79px;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  background: url(../images/24tel.png) no-repeat left center;
}
.index-3 .cont .contact span {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
.index-3 .cont .contact p {
  color: #fff;
  font-size: 36px;
}
.index-4 {
  padding-top: 50px;
}
.index-4 .service {
  width: 100%;
  height: 636px;
  background: url(../images/bg2.jpg) repeat-x center bottom;
}
.index-4 .service .gallery-thumbs {
  margin-top: 50px;
}
.index-4 .service .gallery-thumbs .swiper-wrapper {
  display: flex;
  justify-content: center;
  height: 53px;
}
.index-4 .service .gallery-thumbs .swiper-wrapper .swiper-slide {
  width: 344px !important;
  height: 53px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 53px;
  cursor: pointer;
  background: url(../images/bga.png) no-repeat center center;
}
.index-4 .service .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background: url(../images/bga1.png) no-repeat center center;
  color: #333;
}
.index-4 .service .gallery-thumbs .gallery-top {
  width: 1220px;
  height: 583px;
  margin: 0 auto;
}
.index-4 .service .gallery-thumbs .gallery-top .swiper-wrapper {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: backInRight;
}
.index-4 .service .gallery-thumbs .gallery-top .swiper-wrapper .swiper-slide {
  width: 100%;
}
.index-4 .service .gallery-thumbs .gallery-top .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.index-5 {
  padding: 80px 0;
}
.index-5 .cont .picScroll-left {
  position: relative;
  margin-top: 40px;
}
.index-5 .cont .picScroll-left .hd a {
  position: absolute;
  display: block;
  color: #999;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  line-height: 34px;
  top: 40%;
  cursor: pointer;
  border: 1px solid #999;
}
.index-5 .cont .picScroll-left .hd .prev {
  left: -60px;
}
.index-5 .cont .picScroll-left .hd .next {
  right: -60px;
}
.index-5 .cont .picScroll-left .bd ul li {
  width: 238px !important;
  height: 172px;
  margin: 0 4px;
  border: 8px solid #9a9a9a;
}
.index-5 .cont .picScroll-left .bd ul li .pic {
  width: 100%;
  height: 100%;
}
.index-5 .cont .picScroll-left .bd ul li img {
  width: 100%;
  height: 100%;
}
.index-6 .project {
  position: relative;
  overflow: hidden;
}
.index-6 .project .bd ul li {
  position: relative;
}
.index-6 .project .bd ul li img {
  width: 100%;
}
.index-6 .project .bd ul li .text {
  position: absolute;
  width: 1220px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20vh;
  display: flex;
  flex-direction: column;
}
.index-6 .project .bd ul li .text span {
  color: #fff;
  font-size: 28px;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-6 .project .bd ul li .text p {
  color: #fff;
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
  animation-delay: 0.7s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-6 .project .bd ul li .text a {
  width: 147px;
  height: 49px;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 2px solid #fff;
  animation-delay: 0.9s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-6 .project .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 79.6875%;
  min-width: 1220px;
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-6 .project .hd ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-6 .project .hd ul li {
  flex: 1;
  height: 184px;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: rgba(0, 0, 0, 0.79);
}
.index-6 .project .hd ul li i {
  color: #fff;
  font-size: 60px;
}
.index-6 .project .hd ul li:nth-child(9) i {
  font-weight: bold;
}
.index-6 .project .hd ul li p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-top: 1em;
}
.index-6 .project .hd ul li.on {
  background-color: #00479d;
}
.index-7 {
  padding: 66px 0;
  background-color: #eeeeee;
}
.index-7 .cont {
  display: flex;
}
.index-7 .cont .img {
  width: 644px;
  height: 400px;
  position: relative;
  margin-left: -33px;
}
.index-7 .cont .img .color {
  width: 324px;
  height: 243px;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #7ac53e;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInBottomRight;
}
.index-7 .cont .img img {
  position: absolute;
  right: 0;
  bottom: 0;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInTopLeft;
}
.index-7 .cont .info {
  flex: 1;
  margin-left: 36px;
  display: flex;
  flex-direction: column;
}
.index-7 .cont .info .en {
  color: #999;
  font-size: 24px;
  text-transform: uppercase;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-7 .cont .info .cn {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-7 .cont .info .desc {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  margin-top: 1em;
  animation-delay: 0.7s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-7 .cont .info .more {
  width: 139px;
  height: 46px;
  color: #fff;
  line-height: 46px;
  border-radius: 5px;
  text-align: center;
  margin-top: auto;
  background-color: #00479d;
  animation-delay: 0.9s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-8 {
  padding: 66px 0;
}
.index-8 .list {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  margin-top: 70px;
}
.index-8 .list .top {
  position: relative;
  width: 515px;
  height: 486px;
  overflow: hidden;
  padding: 10px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
}
.index-8 .list .top .pic {
  width: 100%;
  height: 354px;
  overflow: hidden;
}
.index-8 .list .top .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.index-8 .list .top .info .tit {
  font-size: 18px;
  color: #333;
  line-height: 3;
}
.index-8 .list .top .info .desc {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.index-8 .list .top:hover .pic img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.index-8 .list ul {
  margin-left: 45px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-8 .list ul li {
  display: flex;
}
.index-8 .list ul li .pic {
  width: 163px;
  height: 114px;
}
.index-8 .list ul li .pic img {
  width: 100%;
  height: 100%;
}
.index-8 .list ul li .info {
  flex: 1;
  margin-left: 32px;
}
.index-8 .list ul li .info a {
  color: #333333;
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.index-8 .list ul li .info p {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px;
}
.index-8 .list ul li:hover .info a {
  color: #046aee;
}
