.rotate-more {
  display: inline-block;
  position: relative;
  line-height: 32px;
  padding: 0px 25px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  box-sizing: border-box;
}
.rotate-more .lines {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.rotate-more .lines:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.rotate-more .lines:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.rotate-more:before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.rotate-more:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.rotate-more:hover:before {
  transform: translateX(-100%);
}
.rotate-more:hover:after {
  transform: translateX(100%);
}
.rotate-more:hover .lines:before {
  transform: translateY(-100%);
}
.rotate-more:hover .lines:after {
  transform: translateY(100%);
}
.page-index .attach {
  height: 909px;
}
.page-index .attach .box {
  position: fixed;
  width: 100%;
}
.page-index .attach .box .banner {
  height: 490px;
  background: #0e143e;
  overflow: hidden;
}
.page-index .attach .box .banner .tp-banner ul li {
  height: 490px;
  text-align: center;
}
.page-index .attach .box .banner .tp-banner ul li .info {
  color: #fff;
  text-align: left;
}
.page-index .attach .box .banner .tp-banner ul li .info h1 {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: normal;
}
.page-index .attach .box .banner .tp-banner ul li .info p {
  line-height: 1;
  margin-bottom: 58px;
  font-size: 20px;
  color: #fefeff;
}
.page-index .attach .box .banner .tp-banner ul li .info .more {
  display: block;
  width: 176px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .attach .box .banner .tp-banner ul li .info .more:hover {
  border-color: #fff;
}
.page-index .attach .box .banner .tp-banner ul li .img {
  width: 625px;
  height: 490px;
}
.page-index .attach .box .banner .tp-banner-container .tp-bullets {
  bottom: 30px !important;
}
.page-index .attach .box .banner .tp-banner-container .tp-bullets .bullet {
  background: none;
  width: 20px;
  height: 3px;
  margin-left: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.page-index .attach .box .banner .tp-banner-container .tp-bullets .bullet.selected {
  background-color: #fff;
}
.page-index .attach .box .banner .tp-banner-container .tparrows {
  display: none !important;
}
.page-index .attach .box .notice {
  line-height: 14px;
  padding: 28px 0;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
.page-index .attach .box .notice .name {
  float: left;
  margin-right: 10px;
  color: #2770f6;
  font-weight: bold;
}
.page-index .attach .box .notice .slide-notice {
  position: relative;
  float: left;
  width: 1000px;
  height: 14px;
  overflow: hidden;
}
.page-index .attach .box .notice .slide-notice .bd ul li {
  height: 14px;
  line-height: 14px;
}
.page-index .attach .box .notice .more {
  float: right;
}
.page-index .attach .box .cards {
  padding: 80px 0;
}
.page-index .attach .box .cards .card {
  float: left;
  width: 285px;
  height: 188px;
  padding: 25px;
  margin-right: 20px;
  color: #fff;
  background-color: #2d7bfb;
  box-sizing: border-box;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .attach .box .cards .card h6 {
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
}
.page-index .attach .box .cards .card p {
  height: 14px;
  line-height: 14px;
  margin-bottom: 22px;
  font-size: 14px;
}
.page-index .attach .box .cards .card .line {
  display: block;
  width: 24px;
  height: 1px;
  background: #abcafd;
}
.page-index .attach .box .cards .card:nth-last-child(1) {
  margin-right: 0;
}
.page-index .attach .box .cards .card:hover {
  background-color: #1747e4;
  transform: translateY(-10px);
  box-shadow: 0 5px 10px 0 rgba(25, 58, 119, 0.2);
}
.page-index .attach .box .cards .card1 {
  background-position: 98px 98px;
  background-image: url(../images/index/card_icon1.png);
}
.page-index .attach .box .cards .card2 {
  background-position: 150px 94px;
  background-image: url(../images/index/card_icon2.png);
}
.page-index .attach .box .cards .card3 {
  background-position: right bottom;
  background-image: url(../images/index/card_icon3.png);
}
.page-index .attach .box .cards .card4 {
  background-position: 146px 105px;
  background-image: url(../images/index/card_icon4.png);
}
.page-index .attach .box .cards .card-even {
  background-color: #1346de;
}
.page-index .attach .box .cards .card-even:hover {
  background-color: #2c78fa;
}
.page-index .parts {
  position: relative;
  background: #fff;
  z-index: 1000;
}
.page-index .parts .module {
  text-align: center;
}
.page-index .parts .module .head {
  padding-top: 100px;
}
.page-index .parts .module .head .module-title {
  height: 34px;
  line-height: 34px;
  margin-bottom: 20px;
}
.page-index .parts .module .head .module-sub-title {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #888;
}
.page-index .parts .part-one {
  height: 920px;
  background: #f7f7f7;
}
.page-index .parts .part-one .head {
  padding-top: 70px;
}
.page-index .parts .part-one .body {
  position: relative;
  height: 600px;
  margin-top: 60px;
}
.page-index .parts .part-one .body .slideBox .hd {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 20px;
}
.page-index .parts .part-one .body .slideBox .hd ul {
  text-align: center;
}
.page-index .parts .part-one .body .slideBox .hd ul li {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin: 0 12px;
  font-family: 'Helve';
  font-size: 16px;
  color: #919191;
  background: #f7f7f7;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .parts .part-one .body .slideBox .hd ul li.on {
  padding-right: 50px;
  color: #1b5ff4;
}
.page-index .parts .part-one .body .slideBox .hd ul li.on:after {
  width: 56px;
}
.page-index .parts .part-one .body .slideBox .hd ul li:after {
  display: block;
  position: absolute;
  content: "";
  top: 7px;
  right: -15px;
  width: 0;
  height: 1px;
  background: #1b5ff4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .parts .part-one .body .slideBox .hd ul li:nth-last-child(1):after {
  right: auto;
  left: -15px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
}
.page-index .parts .part-one .body .slideBox .hd ul li:nth-last-child(1).on {
  padding-right: 0;
  padding-left: 50px;
}
.page-index .parts .part-one .body .slideBox .bd {
  height: 600px;
  overflow: hidden;
}
.page-index .parts .part-one .body .slideBox .bd li {
  width: 1200px;
  overflow: hidden;
}
.page-index .parts .part-one .body .slideBox .bd li img {
  max-width: 100%;
}
.page-index .parts .part-one .body .slideBox .bd li a {
  position: absolute;
  display: inline-block;
  width: 150px;
  height: 40px;
  border-radius: 50px;
  background: #3f7ef7;
  color: #ffffff;
  clear: both;
  margin: 10px auto;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
}
.page-index .parts .part-one .body .slideBox .bd li .more1,
.page-index .parts .part-one .body .slideBox .bd li .more3,
.page-index .parts .part-one .body .slideBox .bd li .more5,
.page-index .parts .part-one .body .slideBox .bd li .more7 {
  bottom: 200px;
  right: 500px;
}
.page-index .parts .part-one .body .slideBox .bd li .more2,
.page-index .parts .part-one .body .slideBox .bd li .more4,
.page-index .parts .part-one .body .slideBox .bd li .more6,
.page-index .parts .part-one .body .slideBox .bd li .more8 {
  bottom: 200px;
  right: 300px;
}
.page-index .parts .part-one .body .slideBox .arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 96px;
  height: 96px;
  margin-top: -48px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .parts .part-one .body .slideBox .arrow:hover {
  background-color: #eaeef1;
}
.page-index .parts .part-one .body .slideBox .arrow.prev {
  left: 50px;
  background-image: url(../images/index/arrow_left.png);
}
.page-index .parts .part-one .body .slideBox .arrow.prev:hover {
  background-image: url(../images/index/arrow_left1.png);
}
.page-index .parts .part-one .body .slideBox .arrow.next {
  right: 50px;
  background-image: url(../images/index/arrow_right.png);
}
.page-index .parts .part-one .body .slideBox .arrow.next:hover {
  background-image: url(../images/index/arrow_right1.png);
}
.page-index .parts .part-two .head .module-title {
  color: #444;
}
.page-index .parts .part-two .body {
  padding: 80px 0;
}
.page-index .parts .part-two .body .post {
  position: relative;
  float: left;
  width: 386px;
  height: 390px;
  padding: 25px;
  margin-right: 15px;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .parts .part-two .body .post .img-box {
  width: 336px;
  height: 219px;
  overflow: hidden;
}
.page-index .parts .part-two .body .post .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.page-index .parts .part-two .body .post h4 {
  height: 18px;
  line-height: 18px;
  padding: 32px 0;
  font-size: 18px;
  font-weight: normal;
}
.page-index .parts .part-two .body .post .more {
  position: absolute;
  left: 25px;
  bottom: -60px;
  display: block;
  width: 98px;
  height: 26px;
  line-height: 26px;
  color: #808080;
  text-align: center;
  border: 1px solid #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .parts .part-two .body .post .more:hover {
  color: #fff;
  border-color: #2770f6;
  background: #2770f6;
}
.page-index .parts .part-two .body .post:nth-last-child(1) {
  margin-right: 0;
}
.page-index .parts .part-two .body .post:hover {
  box-shadow: 0 4px 30px 0 rgba(1, 77, 240, 0.2);
}
.page-index .parts .part-two .body .post:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.05);
}
.page-index .parts .part-two .body .post:hover .more {
  bottom: 38px;
}
.page-index .parts .part-three {
  height: 678px;
  color: #fff;
  background: url(../images/index/part_five_bg.jpg) center 0 no-repeat;
}
.page-index .parts .part-three .head .module-title {
  color: #fff;
}
.page-index .parts .part-three .head .module-sub-title {
  color: rgba(255, 255, 255, 0.6);
}
.page-index .parts .part-three .body {
  padding-top: 110px;
}
.page-index .parts .part-three .body .post {
  position: relative;
  float: left;
  width: 240px;
  height: 300px;
  margin-right: 80px;
  text-align: left;
  overflow: hidden;
}
.page-index .parts .part-three .body .post .hd {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.page-index .parts .part-three .body .post .hd.icon1 {
  background-image: url(../images/index/part_five_icon1.png);
}
.page-index .parts .part-three .body .post .hd.icon2 {
  background-image: url(../images/index/part_five_icon2.png);
}
.page-index .parts .part-three .body .post .hd.icon3 {
  background-image: url(../images/index/part_five_icon3.png);
}
.page-index .parts .part-three .body .post .hd.icon4 {
  background-image: url(../images/index/part_five_icon4.png);
}
.page-index .parts .part-three .body .post .bd {
  position: absolute;
  top: 120px;
  left: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.page-index .parts .part-three .body .post .bd .title {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
}
.page-index .parts .part-three .body .post .bd .line {
  position: relative;
  height: 1px;
  margin: 14px 0 7px;
  background: rgba(255, 255, 255, 0.16);
}
.page-index .parts .part-three .body .post .bd .line:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 14px;
  height: 1px;
  background: #fff;
}
.page-index .parts .part-three .body .post .bd .text {
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .parts .part-three .body .post .ft {
  display: block;
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 84px;
  height: 26px;
  line-height: 26px;
  color: #d6d7db;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.page-index .parts .part-three .body .post .ft:hover {
  color: #fff;
  border-color: #fff;
}
.page-index .parts .part-three .body .post:nth-last-child(1) {
  margin-right: 0;
}
.page-index .parts .part-three .body .post:hover .hd {
  top: 0;
}
.page-index .parts .part-three .body .post:hover .bd {
  top: 110px;
}
.page-index .parts .part-three .body .post:hover .bd .text {
  color: #fff;
}
.page-index .parts .part-three .body .post:hover .ft {
  bottom: 20px;
}
.page-index .parts .part-four .share-box {
  height: 752px;
  box-sizing: border-box;
}
.page-index .parts .part-four .share-box .share-slide {
  position: relative;
  margin-top: 75px;
}
.page-index .parts .part-four .share-box .share-slide .btn {
  width: 18px;
  height: 33px;
  cursor: pointer;
  position: absolute;
  top: 121px;
  z-index: 10;
  background: url('../images/arrow_share.png');
}
.page-index .parts .part-four .share-box .share-slide .prev {
  left: 0;
}
.page-index .parts .part-four .share-box .share-slide .prev:hover {
  background: url('../images/arrow_share.png') -18px 0;
}
.page-index .parts .part-four .share-box .share-slide .next {
  right: 0;
  background: url('../images/arrow_share.png') 0 -33px;
}
.page-index .parts .part-four .share-box .share-slide .next:hover {
  background: url('../images/arrow_share.png') -18px -33px;
}
.page-index .parts .part-four .share-box .picBox {
  position: relative;
  width: 1200px;
  height: 260px;
  overflow: hidden;
}
.page-index .parts .part-four .share-box .picBox ul {
  position: absolute;
  height: 260px;
}
.page-index .parts .part-four .share-box .picBox ul li {
  float: left;
  width: 990px;
  padding: 0 105px;
}
.page-index .parts .part-four .share-box .picBox ul li .img {
  float: left;
  width: 254px;
  height: 260px;
  text-align: center;
  background: #f9f9f9;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.page-index .parts .part-four .share-box .picBox ul li .info {
  float: left;
  width: 730px;
  padding: 45px 0 50px 75px;
  text-align: left;
  box-sizing: border-box;
}
.page-index .parts .part-four .share-box .picBox ul li .info .hd {
  height: 28px;
  line-height: 28px;
  padding-bottom: 8px;
  font-size: 26px;
  color: #333;
}
.page-index .parts .part-four .share-box .picBox ul li .info .hd span {
  margin-left: 10px;
  font-size: 13px;
  color: #999;
}
.page-index .parts .part-four .share-box .picBox ul li .info .bd {
  margin-bottom: 25px;
  font-size: 14px;
  color: rgba(39, 112, 246, 0.7);
}
.page-index .parts .part-four .share-box .picBox ul li .info .bd span {
  font-weight: bold;
}
.page-index .parts .part-four .share-box .picBox ul li .info .ft {
  line-height: 24px;
  padding-top: 25px;
  font-size: 16px;
  color: #444;
  border-top: 1px dashed #bbb;
}
.page-index .parts .part-four .share-box .listBox {
  position: relative;
  width: 1200px;
  height: 86px;
  margin-top: 60px;
  overflow: hidden;
}
.page-index .parts .part-four .share-box .listBox ul {
  position: absolute;
  height: 86px;
}
.page-index .parts .part-four .share-box .listBox ul li {
  position: relative;
  float: left;
  width: 300px;
  height: 84px;
  padding: 0 10px;
  cursor: pointer;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}
.page-index .parts .part-four .share-box .listBox ul li .col {
  padding: 14px 20px;
  background: #fff;
  background: #f9f9f9;
  box-sizing: border-box;
}
.page-index .parts .part-four .share-box .listBox ul li .col img {
  float: left;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.page-index .parts .part-four .share-box .listBox ul li .col .info {
  float: left;
  padding: 5px 0 0 20px;
  text-align: left;
}
.page-index .parts .part-four .share-box .listBox ul li .col .info .p1 {
  font-size: 18px;
  color: #333;
}
.page-index .parts .part-four .share-box .listBox ul li .col .info .p2 {
  width: 164px;
  color: #888;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-index .parts .part-four .share-box .listBox ul li.on .col {
  border-bottom: 1px solid #2770f6;
  background: #fff;
}
.page-index .parts .part-five {
  height: 790px;
  background: #182749;
}
.page-index .parts .part-five .inner {
  position: relative;
}
.page-index .parts .part-five .map-info {
  margin-left: -100px;
}
.page-index .parts .part-five .map-info .tip-info {
  width: 300px;
  padding: 12px 15px;
  border-radius: 8px;
  background: rgba(33, 164, 255, 0.7);
}
.page-index .parts .part-five .map-info .tip-info .pro {
  padding-left: 20px;
  font-size: 18px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 6px;
  background: url('../images/index/icon_local.png') no-repeat;
}
.page-index .parts .part-five .map-info .tip-info .normal {
  line-height: 18px;
  font-size: 16px;
}
.page-index .parts .part-five .text-info {
  position: absolute;
  top: 325px;
  right: 0;
  width: 435px;
  color: #fff;
  text-align: left;
}
.page-index .parts .part-five .text-info .head h2 {
  height: 34px;
  line-height: 34px;
  margin-bottom: 16px;
  color: #fff;
  text-align: left;
}
.page-index .parts .part-five .text-info .head p {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.page-index .parts .part-five .text-info .body {
  margin-top: 30px;
  line-height: 30px;
  font-size: 16px;
}
.page-index .parts .part-five .text-info .body span {
  font-weight: bold;
  color: #ffb504;
}
.page-index .parts .part-six {
  background: #f7f7f7;
}
.page-index .parts .part-six .list-case {
  padding-top: 35px;
}
.page-index .parts .part-six .list-case ul {
  margin: 0 -13px;
}
.page-index .parts .part-six .list-case ul li {
  float: left;
  width: 33.3333333%;
  padding: 13px;
  text-align: left;
  box-sizing: border-box;
}
.page-index .parts .part-six .list-case ul li .col {
  height: 380px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.page-index .parts .part-six .list-case ul li .col .img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.page-index .parts .part-six .list-case ul li .col .img img {
  position: absolute;
  width: 200%;
  min-height: 100%;
  top: 0;
  left: -50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.page-index .parts .part-six .list-case ul li .col .hd {
  padding: 0 25px;
  margin: 16px 0;
  font-size: 13px;
  color: #888;
}
.page-index .parts .part-six .list-case ul li .col .hd .tag {
  position: relative;
  margin-right: 20px;
}
.page-index .parts .part-six .list-case ul li .col .hd .tag:after {
  top: 3px;
  right: -12px;
  width: 1px;
  height: 12px;
  background: #999;
  display: block;
  position: absolute;
  content: "";
}
.page-index .parts .part-six .list-case ul li .col .bd {
  height: 86px;
  padding: 0 25px;
}
.page-index .parts .part-six .list-case ul li .col .bd .title {
  margin-bottom: 8px;
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .parts .part-six .list-case ul li .col .bd .info {
  height: 36px;
  line-height: 18px;
  font-size: 13px;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-index .parts .part-six .list-case ul li .col .ft {
  padding: 0 25px;
  line-height: 42px;
  color: #888;
  border-top: 1px solid #f5f5f5;
}
.page-index .parts .part-six .list-case ul li .col .ft .left-item {
  width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-index .parts .part-six .list-case ul li .col .ft span {
  margin-right: 5px;
}
.page-index .parts .part-six .list-case ul li .col:hover {
  box-shadow: 5px 10px 24px 0px rgba(39, 122, 246, 0.05);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.page-index .parts .part-six .list-case ul li .col:hover img {
  transform: scale(1.01);
}
.page-index .parts .part-six .list-case ul li .col:hover .bd .title {
  color: #2770f6;
}
.page-index .parts .part-six .list-case .more {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 25px;
  margin: 50px 0 60px;
  color: #666;
  border: 1px solid #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .parts .part-six .list-case .more:hover {
  color: #fff;
  background: #2770f6;
  border-color: #2770f6;
}
