.index-0 {
  width: 100%;
  height: 40vw;
  background: url(../images/blue1.png) center center;
  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-0 .top {
  height: 71.33333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-0 .top img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  height: 100%;
}

.index-0 .top .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  text-align: center;
  color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  overflow: hidden;
}

.index-0 .top .info h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

.index-0 .top .info span {
  color: #fff;
  font-size: 14px;
}

.index-0 .top .info .desc {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-top: 5%;
  text-indent: 2em;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}

.index-0 ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.index-0 ul li {
  margin: 0 8%;
  text-align: center;
}

.index-0 ul li .p1 {
  font-size: 14px;
}

.index-0 ul li .p1 span {
  font-size: 48px;
}

.index-0 ul li .p2 {
  font-size: 14px;
  font-weight: lighter;
}

.index-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
}

.index-1 .left {
  width: 25%;
  text-align: center;
}

.index-1 .left h3 {
  font-size: 24px;
  color: #333333;
}

.index-1 .left ul {
  margin-top: 20px;
}

.index-1 .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  line-height: 60px;
}

.index-1 .left ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
  margin-right: 12px;
}

.index-1 .left ul li a {
  font-size: 16px;
  color: #333333;
}

.index-1 .right {
  width: 75%;
}

.index-1 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 3%;
}

.index-1 .right ul li {
  width: 32%;
  height: 0;
  padding-top: 28%;
  position: relative;
  margin-bottom: 6%;
}

.index-1 .right ul li .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.index-1 .right ul li .pic img {
  width: 100%;
  height: 100%;
}

.index-1 .right ul li .tit {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 3;
}

.index-2 {
  padding: 50px 0;
}

.index-2 .index-title {
  text-align: center;
}

.index-2 .index-title h3 {
  line-height: 30px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-2 .index-title h3 span {
  font-size: 30px;
  font-weight: bold;
  margin: 0 12px;
}

.index-2 .index-title .desc {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

.index-2 .slide-pro {
  margin-top: 30px;
}

.index-2 .slide-pro .hd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.index-2 .slide-pro .hd ul li {
  line-height: 48px;
  height: 48px;
  background-color: #e5e5e5;
  color: #333;
  font-size: 16px;
  padding: 0 27px;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.index-2 .slide-pro .hd ul li.on {
  background-color: orange;
  color: #fff;
}

.index-2 .slide-pro .bd {
  height: auto;
}

.index-2 .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-2 .slide-pro .bd ul li {
  width: 370px;
  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-2 .slide-pro .bd ul li .pic {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.index-2 .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-2 .slide-pro .bd ul li .pic:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-2 .slide-pro .bd ul li .tit {
  margin-top: 12px;
  color: #555555;
  font-size: 14px;
  line-height: 24px;
}

.index-3 {
  padding: 50px 0;
  background-color: #f4f4f4;
}

.index-3 .index-title {
  text-align: center;
}

.index-3 .index-title h3 {
  font-size: 28px;
  color: #666;
  margin-bottom: 10px;
}

.index-3 .index-title span {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
}

.index-3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  margin-top: 30px;
}

.index-3 ul li {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid #d4d4d4;
}

.index-3 ul li .num {
  font-size: 60px;
  color: #d4d4d4;
}

.index-3 ul li .line {
  width: 50%;
  height: 1px;
  margin: 0 auto 20px;
  background-color: #d4d4d4;
}

.index-3 ul li h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.index-3 ul li .desc {
  font-size: 14px;
  padding: 0 10px;
  line-height: 2;
}

.index-3 ul li a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: auto;
  width: 100%;
}

.index-3 ul li img {
  width: 100%;
  margin-top: auto;
}

.index-3 ul li:last-child {
  border: none;
}

.index-4 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f4f4f4;
}

.index-4 .pro-list {
  position: relative;
}

.index-4 .pro-list .hd a {
  position: absolute;
  top: 50px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  background-color: #eeeeee;
  color: #bbbbbb;
  font-size: 36px;
  cursor: pointer;
  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-4 .pro-list .hd a:hover {
  background-color: #046aee;
  color: #ffffff;
}

.index-4 .pro-list .hd .prev {
  left: -75px;
}

.index-4 .pro-list .hd .next {
  right: -105px;
}

.index-4 .pro-list .bd ul li {
  margin: 0 15px;
  width: 220px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.index-4 .pro-list .bd ul li .pic {
  display: block;
  width: 220px;
  height: 150px;
  overflow: hidden;
}

.index-4 .pro-list .bd ul li .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-4 .pro-list .bd ul li: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-5 {
  padding-top: 70px;
  padding-bottom: 54px;
}

.index-5 .index-title {
  text-align: center;
}

.index-5 .index-title h3 {
  line-height: 30px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-5 .index-title h3 span {
  font-size: 30px;
  font-weight: bold;
  margin: 0 12px;
}

.index-5 .index-title .desc {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  text-transform: uppercase;
}

.index-5 .hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.index-5 .hd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-5 .hd ul li {
  padding: 0 30px;
  font-size: 16px;
  color: #333333;
  border-right: 1px solid #e5e5e5;
  cursor: pointer;
}

.index-5 .hd ul li.on {
  color: #046aee;
  font-weight: bold;
}

.index-5 .hd ul li:last-child {
  border: none;
}

.index-5 .hd .more {
  margin-left: auto;
}

.index-5 .bd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-5 .bd .top {
  position: relative;
  width: 545px;
  height: 344px;
  overflow: hidden;
}

.index-5 .bd .top .pic {
  width: 545px;
  height: 344px;
  overflow: hidden;
}

.index-5 .bd .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-5 .bd .top .tit {
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  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;
  color: #ffffff;
  font-size: 16px;
  padding: 0 18px;
}

.index-5 .bd .top .tit span {
  color: #f98f00;
  font-size: 16px;
  margin-right: 18px;
}

.index-5 .bd .top .tit a {
  margin-left: auto;
  line-height: 22px;
  border: 2px solid #80878e;
  border-radius: 13px;
  color: #ffffff;
  font-size: 14px;
  padding: 0 18px;
}

.index-5 .bd .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-5 .bd .items {
  margin-left: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-5 .bd .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-5 .bd .items .item .date {
  width: 105px;
  text-align: center;
}

.index-5 .bd .items .item .date p {
  color: #888888;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.index-5 .bd .items .item .date .line {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background-color: #d2d2d2;
}

.index-5 .bd .items .item .date span {
  color: #acacac;
  font-size: 22px;
  line-height: 1;
}

.index-5 .bd .items .item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 32px;
}

.index-5 .bd .items .item .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-5 .bd .items .item .info p {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px;
}

.index-5 .bd .items .item:hover .info a {
  color: #046aee;
}

.index-6 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.index-6 .index-title {
  text-align: center;
}

.index-6 .index-title h3 {
  line-height: 30px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-6 .index-title h3 span {
  font-size: 30px;
  font-weight: bold;
  margin: 0 12px;
}

.index-6 .index-title .desc {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  text-transform: uppercase;
}

.index-6 ul {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}

.index-6 ul li {
  width: 218px;
  height: 287px;
  border: 1px solid #f3f3f3;
  border-radius: 2px;
  margin-bottom: 30px;
}

.index-6 ul li img {
  width: 100%;
  height: 100%;
}