.index-1 .slideTxtBox .hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
}
.index-1 .slideTxtBox .hd .title {
  width: 280px;
  height: 101px;
  padding-top: 25px;
  text-align: center;
  background: url(../images/bg1.jpg) no-repeat center center;
}
.index-1 .slideTxtBox .hd .title h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.index-1 .slideTxtBox .hd .title p {
  opacity: 0.5;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  margin-top: 15px;
  text-transform: uppercase;
}
.index-1 .slideTxtBox .hd 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-1 .slideTxtBox .hd ul li {
  width: 197px;
  height: 46px;
  cursor: pointer;
  font-size: 18px;
  color: #333333;
  margin-left: 8px;
  line-height: 46px;
  margin-bottom: 8px;
  text-align: center;
  background-color: #f4f4f4;
  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-1 .slideTxtBox .hd ul li.on {
  background-color: #004ea1;
  
}

.index-1 .slideTxtBox .hd ul li.on a {

  color: #fff;
}
.index-1 .slideTxtBox .hd .more {
  width: 196px;
  height: 101px;
  background: #ffd800;
  line-height: 101px;
  text-align: center;
  margin-left: auto;
}
.index-1 .slideTxtBox .bds {
  background-color: #f4f4f4;
  padding: 40px 0 20px;
}
.index-1 .slideTxtBox .bds .bd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-1 .slideTxtBox .bds .bd ul li {
  margin-right: 66px;
  background-color: #fff;
  margin-bottom: 20px;
}
.index-1 .slideTxtBox .bds .bd ul li:nth-child(4n) {
  margin-right: 0;
}
.index-1 .slideTxtBox .bds .bd ul li .pic {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.index-1 .slideTxtBox .bds .bd ul li .pic img {
  width: 100%;
  height: 100%;
}
.index-1 .slideTxtBox .bds .bd ul li .pic .mask {
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 16px;
  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-1 .slideTxtBox .bds .bd ul li .pic .mask .border {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.index-1 .slideTxtBox .bds .bd ul li .tit {
  display: block;
  padding: 0 16px;
  text-align: center;
  line-height: 55px;
  color: #041930;
  font-size: 16px;
  border-top: 1px solid #aabdd0;
  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-1 .slideTxtBox .bds .bd ul li:hover .pic .mask {
  top: 0;
}
.index-1 .slideTxtBox .bds .bd ul li:hover .tit {
  background-color: #004ea1;
  color: #fff;
}
.index-2 {
  width: 100%;
  height: 120px;
  background: url(../images/bg2.jpg) no-repeat center center;
}
.index-3 {
  padding: 80px 0;
}
.index-3 .cont .about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-3 .cont .about img {
  width: 632px;
}
.index-3 .cont .about .info {
  margin-left: 78px;
  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 .cont .about .info h2 {
  color: #004ea1;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.index-3 .cont .about .info .line {
  width: 53px;
  height: 4px;
  margin-top: 30px;
  background-color: #004ea1;
}
.index-3 .cont .about .info .desc {
  color: #333333;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.index-3 .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
}
.index-3 .cont ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 100px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.index-3 .cont ul li .iconfont {
  color: #b4b4b4;
  font-size: 32px;
  vertical-align: middle;
  margin-right: 26px;
  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-3 .cont ul li span {
  color: #333333;
  font-size: 20px;
  vertical-align: middle;
  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-3 .cont ul li:hover .iconfont {
  color: #004ea1;
}
.index-3 .cont ul li:hover span {
  font-size: 22px;
}
.index-4 {
  width: 100%;
  height: 753px;
  padding-top: 80px;
  background: url(../images/bg3.jpg) repeat-x center center;
}
.index-4 .title {
  text-align: center;
}
.index-4 .title h3 {
  color: #333333;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.index-4 .title p {
  opacity: 0.2;
  line-height: 1;
  font-size: 20px;
  color: #333333;
  margin-top: 20px;
  text-transform: uppercase;
}
.index-4 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.index-4 .cont .timeline {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
}
.index-4 .cont .timeline .picScroll-top .bd {
  position: relative;
}
.index-4 .cont .timeline .picScroll-top .bd .line {
  width: 1;
  left: 7px;
  height: 100%;
  position: absolute;
  border-left: 1px dashed #004ea1;
}
.index-4 .cont .timeline .picScroll-top .bd ul li {
  margin-bottom: 30px;
  padding-left: 25px;
  position: relative;
}
.index-4 .cont .timeline .picScroll-top .bd ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5px;
  background-color: #004ea1;
}
.index-4 .cont .timeline .picScroll-top .bd ul li h3 {
  color: #004ea1;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.index-4 .cont .timeline .picScroll-top .bd ul li p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.index-4 .cont .timeline .picScroll-top .hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-4 .cont .timeline .picScroll-top .hd a {
  width: 67px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 28px;
  cursor: pointer;
}
.index-4 .cont .timeline .picScroll-top .hd .prev {
  background-color: #fff;
  color: #333;
}
.index-4 .cont .timeline .picScroll-top .hd .next {
  background-color: #004ea1;
  color: #fff;
  margin-left: 5px;
}
.index-4 .cont .honors {
  width: 910px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.index-4 .cont .honors .honor-swiper .swiper-wrapper .swiper-slide {
  width: 617px;
  height: 409px;
  display: flex;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.index-4 .cont .honors .honor-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.index-4 .cont .honors .honor-swiper .swiper-wrapper .swiper-slide.swiper-slide-active,
.index-4 .cont .honors .honor-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 10000;
}

.index-4 .cont .honors .swiper-slide-prev{

	margin-left:67px !important;
}

.index-4 .cont .honors .swiper-slide-next{

	margin-left:-67px !important;
}
.index-4 .cont .honors .swiper-slide-active{

	margin-left:-67px !important;
}







.index-5 {
  padding-top: 72px;
  padding-bottom: 60px;
}
.index-5 .title {
  text-align: center;
}
.index-5 .title h3 {
  color: #333333;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.index-5 .title p {
  opacity: 0.2;
  line-height: 1;
  font-size: 20px;
  color: #333333;
  margin-top: 20px;
  text-transform: uppercase;
}
.index-5 .slideTxtBox1 {
  margin-top: 56px;
}
.index-5 .slideTxtBox1 .hd ul {
  display: flex;
  justify-content: center;
}
.index-5 .slideTxtBox1 .hd ul li {
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  margin: 0 17px;
  cursor: pointer;
  background-color: #004ea1;
}
.index-5 .slideTxtBox1 .hd ul li.on {
  background-color: #ffd800;
  color: #333;
}
.index-5 .slideTxtBox1 .cont {
  margin-top: 50px;
}
.index-5 .slideTxtBox1 .cont .bd {
  height: 318px;
}
.index-5 .slideTxtBox1 .cont .bd ul .fc .swiper-wrapper .swiper-slide img {
  width: 100%;

}
.index-5 .slideTxtBox1 .cont .bd ul .fc .swiper-button-next {
  color: #ffd800;
}
.index-5 .slideTxtBox1 .cont .bd ul .fc .swiper-button-prev {
  color: #ffd800;
}
.index-6 {
  padding-top: 72px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}
.index-6 .title {
  text-align: center;
}
.index-6 .title h3 {
  color: #333333;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.index-6 .title p {
  opacity: 0.2;
  line-height: 1;
  font-size: 20px;
  color: #333333;
  margin-top: 20px;
  text-transform: uppercase;
}
.index-6 .cont {
  display: flex;
  margin-top: 56px;
}
.index-6 .cont .news {
  flex: 1;
  margin-right: 54px;
}
.index-6 .cont .news .tit {
  display: flex;
  align-items: center;
  line-height: 36px;
  padding-bottom: 13px;
  border-bottom: 1px solid #b0b0b0;
}
.index-6 .cont .news .tit h3 {
  font-size: 18px;
  color: #333333;
  padding-left: 20px;
  border-left: 6px solid #004ea1;
}
.index-6 .cont .news .tit h3 span {
  font-size: 22px;
  font-weight: bold;
}
.index-6 .cont .news .tit .more {
  margin-left: auto;
  color: #888888;
  font-size: 14px;
  text-transform: uppercase;
}
.index-6 .cont .news .top {
  margin-top: 33px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #c1c1c1;
}
.index-6 .cont .news .top .item {
  height: 86px;
  display: flex;
}
.index-6 .cont .news .top .item .pic {
  width: 120px;
  height: 86px;
}
.index-6 .cont .news .top .item .pic img {
  width: 100%;
  height: 100%;
}
.index-6 .cont .news .top .item .info {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-6 .cont .news .top .item .info a {
  color: #333333;
  font-size: 16px;
  line-height: 1;
}
.index-6 .cont .news .top .item .info p {
  color: #787878;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6px;
  margin-top: 10px;
}
.index-6 .cont .news ul li {
  line-height: 51px;
  border-bottom: 1px dashed #c1c1c1;
  display: flex;
}
.index-6 .cont .news ul li a {
  color: #333333;
  font-size: 16px;
}
.index-6 .cont .news ul li span {
  margin-left: auto;
  color: #888888;
  font-size: 14px;
}
.index-6 .cont .news:last-child {
  margin-right: 0;
}
