/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 560px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 560px !important;
}
.banner .bd ul li {
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 560px;
  background-position: center;
  background-repeat: repeat-x;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8a9aa0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  zoom: 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;
}
.banner .hd .on {
  width: 14px;
  height: 14px;
  background-color: #4faae9;
}
.index-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  line-height: 47px;
  border-bottom: 1px solid #4faae9;
  background-color: #f7f7f7;
}
.index-title .index-title-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-title .index-title-text .icon {
  position: relative;
  height: 100%;
  width: 14px;
  border-left: 6px solid #4faae9;
}
.index-title .index-title-text .icon::after {
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #4faae9;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.index-title .index-title-text h3 {
  font-size: 22px;
  color: #4faae9;
  font-weight: bold;
  margin-left: 14px;
}
.index-title .index-title-text span {
  color: #dedede;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 14px;
}
.index-title .more {
  margin-left: auto;
  color: #999999;
  font-size: 12px;
  padding-right: 22px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-title .more:hover {
  color: #4faae9;
}
.index-1 {
  border: 1px solid #e5e5e5;
  padding: 1px;
  margin-top: 49px;
}
.index-1 .slide-pro .hd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 47px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.index-1 .slide-pro .hd ul li {
  line-height: 32px;
  height: 32px;
  background-color: #4faae9;
  color: #fff;
  font-size: 14px;
  padding: 0 17px;
  margin-right: 11px;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-1 .slide-pro .hd ul li.on {
  background-color: #ffde00;
  color: #3f3f3f;
}
.index-1 .slide-pro .bd {
  height: auto;
}
.index-1 .slide-pro .bd ul {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 29px 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-1 .slide-pro .bd ul li {
  width: 216px;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-1 .slide-pro .bd ul li .pic {
  width: 216px;
  height: 156px;
  overflow: hidden;
}
.index-1 .slide-pro .bd ul li .pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-1 .slide-pro .bd ul li .pic:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index-1 .slide-pro .bd ul li .tit {
  margin-top: 12px;
  color: #555555;
  font-size: 13px;
  line-height: 24px;
}
.index-1 .slide-pro .bd ul li .more {
  width: 110px;
  line-height: 25px;
  background-color: #4faae9;
  color: #fff;
  text-align: center;
  margin-top: auto;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-1 .slide-pro .bd ul li .more:hover {
  background-color: #ffde00;
  color: #3f3f3f;
}
.index-1 .slide-pro .bd ul li:nth-child(-n + 5) {
  margin-bottom: 26px;
}
.index-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 390px;
  margin-top: 49px;
}
.index-2 .left {
  border: 1px solid #e5e5e5;
  padding: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.index-2 .left .slide-service {
  padding: 34px 31px;
  position: relative;
}
.index-2 .left .slide-service .bd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-2 .left .slide-service .bd ul img {
  width: 374px;
  height: 270px;
  border: 1px solid #e5e5e5;
}
.index-2 .left .slide-service .bd ul .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index-2 .left .slide-service .bd ul .info .tit {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/news.png) no-repeat left center;
  padding-left: 38px;
  line-height: 24px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-2 .left .slide-service .bd ul .info .tit:hover {
  color: #4faae9;
}
.index-2 .left .slide-service .bd ul .info p {
  color: #555555;
  font-size: 14px;
  line-height: 30px;
  margin-top: 15px;
}
.index-2 .left .slide-service .bd ul .info .more {
  margin-top: auto;
  width: 100%;
  height: 40px;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 40px;
  color: #888888;
  font-size: 14px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-2 .left .slide-service .bd ul .info .more:hover {
  background-color: #4faae9;
  color: #ffffff;
}
.index-2 .left .slide-service .hd {
  position: absolute;
  bottom: 48px;
  left: 338px;
  z-index: 5;
}
.index-2 .left .slide-service .hd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-2 .left .slide-service .hd ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b2b2b2;
  margin-left: 5px;
  cursor: pointer;
}
.index-2 .left .slide-service .hd ul li.on {
  background-color: #4faae9;
}
.index-2 .right {
  width: 380px;
  margin-left: 22px;
  border: 1px solid #e5e5e5;
  padding: 1px;
}
.index-2 .right ul {
  padding: 21px 26px 0 26px;
}
.index-2 .right ul li {
  border-bottom: 1px dashed #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-2 .right ul li::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #4faae9;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.index-2 .right ul li a {
  line-height: 46px;
  color: #333333;
  font-size: 16px;
  margin-left: 12px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-2 .right ul li:hover a {
  color: #4faae9;
}
.index-3 {
  height: 356px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  margin-bottom: 53px;
}
.index-3 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e5e5e5;
  padding: 1px;
}
.index-3 .left .hd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 23px;
}
.index-3 .left .hd ul li {
  font-size: 22px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
  margin-left: 17px;
}
.index-3 .left .hd ul li .s1 {
  margin-right: 17px;
  color: #2f2f2f;
  display: inline-block;
  line-height: 43px;
}
.index-3 .left .hd ul li .s2 {
  font-weight: lighter;
  color: #dddddd;
}
.index-3 .left .hd ul li:last-child .s2 {
  display: none;
}
.index-3 .left .hd ul li.on .s1 {
  color: #4faae9;
  font-weight: bold;
  border-bottom: 5px solid #4faae9;
}
.index-3 .left .bd ul {
  padding-top: 34px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 23px;
  width: 612px !important;
}
.index-3 .left .bd ul .top {
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.index-3 .left .bd ul .top .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 16px;
}
.index-3 .left .bd ul .top .tit::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #4faae9;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.index-3 .left .bd ul .top .tit a {
  color: #2c2c2c;
  font-size: 16px;
  margin-left: 11px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-3 .left .bd ul .top .tit a:hover {
  color: #4faae9;
}
.index-3 .left .bd ul .top .tit span {
  color: #999999;
  font-size: 14px;
  margin-left: auto;
}
.index-3 .left .bd ul .top p {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
.index-3 .left .bd ul .items .item {
  display: flex;
  line-height: 2.5;
  border-bottom: 1px dashed #ddd;
}
.index-3 .left .bd ul .items .item a {
  font-size: 14px;
  color: #333;
}
.index-3 .left .bd ul .items .item span {
  margin-left: auto;
}
.index-3 .left .bd ul .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-3 .left .bd ul .bottom img {
  width: 198px;
  height: 130px;
  border: 1px solid #e5e5e5;
}
.index-3 .left .bd ul .bottom .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 16px;
}
.index-3 .left .bd ul .bottom .info .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 18px;
}
.index-3 .left .bd ul .bottom .info .tit a {
  color: #2c2c2c;
  font-size: 16px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-3 .left .bd ul .bottom .info .tit a:hover {
  color: #4faae9;
}
.index-3 .left .bd ul .bottom .info .tit span {
  color: #999999;
  font-size: 14px;
}
.index-3 .left .bd ul .bottom .info p {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
.index-3 .right {
  width: 556px;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat center center;
  margin-left: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index-3 .right .desc {
  color: #333333;
  font-size: 15px;
  line-height: 2;
  padding-left: 50px;
  padding-top: 45px;
  padding-right: 146px;
}
.index-3 .right .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 28px;
  margin-top: auto;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-3 .right .tit .text p {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.index-3 .right .tit .text span {
  color: #ffffff;
  font-size: 16px;
  opacity: 0.5;
}
.index-3 .right .tit .more {
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 35px;
  margin-left: 44px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-3 .right .tit .more:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
