img {
  max-width: 100%;
  vertical-align: middle;
}
.content-wrapper {
  background: #E8ECF5;
}
.banner-wrapper .banner {
  height: 8.8rem;
}
.banner-wrapper .banner a {
  width: 100%;
  height: 100%;
  padding-top: .64rem;
  text-align: center;
  display: block;
  box-sizing: border-box;
}
.banner-wrapper .banner .title {
  font-size: .64rem;
  font-weight: bold;
  color: #232220;
  line-height: .88rem;
}
.banner-wrapper .banner .subtitle {
  font-size: .3733rem;
  margin-top: .08rem;
  line-height: .5067rem;
  color: #4C525E;
}
.banner-wrapper .banner1 {
  background: url(../images/home/banner1.png) no-repeat center/cover
}
.banner-wrapper .banner2 {
  background: url(../images/home/banner2.png) no-repeat center/cover
}
.banner-wrapper .banner3 {
  background: url(../images/home/banner3.png) no-repeat center/cover
}
.banner-wrapper .banner4 {
  background: url(../images/home/banner4.png) no-repeat center/cover
}
.banner-pagination {
  bottom: .5333rem;
}

.banner-pagination .swiper-pagination-bullet {
  width: .8533rem !important;
  height: .08rem !important;
  border-radius: .1067rem !important;
  margin: 0 .08rem !important;
  background: #E4EDFF !important;
  border: none !important;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0083EF !important;
}

.sec-wrapper {
  padding: .32rem .2667rem;
}
.sec {
  margin-top: .32rem;
  background: #fff;
  border-radius: 2px;
  padding: .8rem .5333rem .9333rem;
}
.sec:first-child {
  margin-top: 0;
}
.sec .commont-title {
  font-size: .4267rem;
  font-weight: 600;
  color: #333;
  line-height: .5867rem;
  text-align: center;
}
.sec .commont-subtitle {
  font-size: .32rem;
  line-height: .4267rem;
  color: #666;
  margin-top: .1867rem;
  text-align: center;
}
.sec .commont-subtitle a {
  color: #004BE1;
}
.sec .sec-content {
  margin-top: .5333rem;
}
.sec1 .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec1 .item-list .item {
  width: 3.8667rem;
  height: .96rem;
  margin-top: .96rem;
}
.sec1 .item-list .item a {
  display: flex;
  align-items: center;
}
.sec1 .item-list .item:nth-child(-n+2) {
  margin-top: 0px;
}
.sec1 .item-list .item .icon {
  width: .96rem;
  margin-right: .32rem;
}
.sec1 .item-list .item .text {
  font-size: .3733rem;
  color: #333333;
}
.sec1 .item-list .item .arrow {
  width: .32rem;
  margin-left: auto;
}
.sec2 .sec2-thumbs {
  margin-top: .4rem;
}

.sec2 .sec2-thumbs .swiper-slide {
  width: 1.3333rem;
  height: 1.3333rem;
  border-radius: .0533rem;
  font-size: .3733rem;
  color: #333;
  background: #F3F7FF;
  border: 1px solid #DBE5F0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec2 .sec2-thumbs .swiper-slide.swiper-slide-thumb-active {
  color: #004BE1;
}
.sec2 .sec2-gallery {
  margin-top: .64rem;
  border-radius: .1067rem;
} 

.sec2 .sec2-gallery .swiper-slide {
  width: 7.3067rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

.sec2 .sec2-gallery .swiper-slide a {
  display: block;
  padding: .64rem .5067rem 0;
  box-sizing: border-box;
}

.sec2 .sec2-gallery .swiper-slide a .title {
  font-size: .4267rem;
  font-weight: 600;
  color: #fff;
  line-height: .4267rem;
}

.sec2 .sec2-gallery .swiper-slide a .desc {
  margin-top: .4267rem;
  font-size: .32rem;
  line-height: .5333rem;
  color: #fff;
}
.sec2 .sec2-gallery .swiper-slide .item-list {
  margin-top: 1.1467rem;
}

.sec2 .sec2-gallery .swiper-slide .item-list .item {
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.sec2 .sec2-gallery .swiper-slide .item-list .item:nth-child(-n+4) {
  margin-top: 0
}

.sec2 .sec2-gallery .swiper-slide .item-list .item img {
  width: .4267rem;
}

.sec2 .sec2-gallery .swiper-slide .item-list .item p {
  font-size: .32rem;
  color: #fff;
  line-height: .3733rem;
  margin-top: .1067rem;
}

.sec3 .swiper-container {
  padding-bottom: .96rem;
}
.sec3 .swiper-slide .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec3 .swiper-slide .item-list .item {
  margin-right: .907rem;
  margin-top: .5333rem;
  text-align: center;
}
.sec3 .swiper-slide .item-list .item:nth-child(4n) {
  margin-right: 0;
}
.sec3 .swiper-slide .item-list .item:nth-child(-n+4) {
  margin-top: 0;
}
.sec3 .swiper-slide .item-list .item img {
  width: 1.0133rem;
}
.sec3 .swiper-slide .item-list .item p {
  font-size: .32rem;
  color: #3d3d3d;
  margin-top: .16rem;
}
.sec3-pagination {
  height: .0533rem;
  bottom: .5333rem !important;
  line-height: .0533rem;
}
.sec3-pagination .swiper-pagination-bullet {
  width: .3733rem !important;
  height: .0533rem !important;
  border-radius: .1067rem !important;
  margin: 0 .08rem !important;
  background: #D8D8D8 !important;
  border: none !important;
}

.sec3-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2D6CEB !important;
}
.sec3 .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec3 .bottom li {
  width: 4.0533rem;
  height: 1.12rem;
  border-radius: .0533rem;
  background: #F0F3FA;
  margin-top: .32rem;
  display: flex;
  align-items: center;
}
.sec3 .bottom li:nth-child(-n+2) {
  margin-top: 0;
}
.sec3 .bottom li img {
  width: .48rem;
  margin-left: .3733rem;
}
.sec3 .bottom li p {
  margin-left: .16rem;
  font-size: .32rem;
  color: #5C5D61;
}
.sec4 .sec4-thumbs {
  margin-top: .4rem;
}

.sec4 .sec4-thumbs .swiper-slide {
  width: 1.3333rem;
  height: 1.3333rem;
  border-radius: .0533rem;
  font-size: .3733rem;
  color: #333;
  background: #F3F7FF;
  border: 1px solid #DBE5F0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec4 .sec4-thumbs .swiper-slide.swiper-slide-thumb-active {
  color: #004BE1;
}
.sec4 .sec4-gallery {
  margin-top: .64rem;
  border-radius: .1067rem;
} 

.sec4 .sec4-gallery .swiper-slide {
  width: 7.3067rem;
  height: 9.7067rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  border-radius: .0533rem;
  padding: .4267rem .5067rem 0;
  position: relative;
}
.sec4 .sec4-gallery .swiper-slide .title {
  font-size: .4267rem;
  font-weight: 600;
  line-height: .64rem;
  color: #fff;
}
.sec4 .sec4-gallery .swiper-slide .desc {
  font-size: .32rem;
  margin-top: .4267rem;
  line-height: .48rem;
  color: #fff;
}
.sec4 .sec4-gallery .swiper-slide .img-box {
  width: 5.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec4 .sec4-gallery .swiper-slide .data-wrap {
  display: flex;
  margin-top: .48rem;
}
.sec4 .sec4-gallery .swiper-slide .data-wrap .data {
  width: 2.32rem;
  box-sizing: border-box;
  border-right: solid .0533rem #fff;
  margin-right: .4267rem;
  color: #fff;
}
.sec4 .sec4-gallery .swiper-slide .data-wrap .data:last-child {
  border-right: none;
  margin-right: 0;
}
.sec4 .sec4-gallery .swiper-slide .data-wrap .data .text {
  font-size: .32rem;
  line-height: .5333rem;
  transform: scale(0.8);
  margin-left: -0.2667rem;
}
.sec4 .sec4-gallery .swiper-slide .data-wrap .data .num {
  font-size: .3733rem;
  line-height: .5333rem;
}
.sec4 .case-list .case {
  width: 2.55rem;
  border-radius: .1067rem;
  float: left;
  margin-right: .3733rem;
  margin-top: .2667rem;
  box-sizing: border-box;
}
.sec4 .case-list .case:nth-child(3n) {
  margin-right: 0;
}
.sec4 .case-list .case:nth-child(-n+3) {
  margin-top: .5333rem;
}
.sec5 {
  padding-left: 0;
  padding-right: 0;
  background: #F8F9FD;
}
.sec5 .sec-content {
  width: 100%;
  height: 6.7467rem;
  background: url(../images/home/sec6_1.png) no-repeat center/cover;
  margin-top: .8533rem;
}
.sec5 .sec-content .data-wrapper {
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5333rem;
}
.sec5 .sec-content .data-wrapper .num {
  font-size: .5333rem;
  color: #004BE1;
  font-weight: 600;
  line-height: .6933rem;
}
.sec5 .sec-content .data-wrapper .num sub {
  font-size: .2667rem;
  color: #004BE1;
  font-weight: normal;
}
.sec5 .sec-content .data-wrapper .text {
  font-size: .2667rem;
  color: #666;
  line-height: .4267rem;
}
.sec6 .item-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 0 .4267rem;
}
.sec6 .item-list .item img {
  width: .96rem;
}
.sec6 .item-list .item p {
  font-size: .32rem;
  line-height: .5333rem;
  color: #16181A;
  margin-top: .1067rem;
}
.sec7 {
  padding-left: 0;
  padding-right: 0;
  background-color: #1B232C;
  background-image: url(../images/home/sec8_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-top: 0;
}
.sec7 .commont-title {
  color: #fff;
}
.sec7 .commont-subtitle {
  color: #B6B6B6;
}
.sec7 .sec-content {
  padding: 0 .96rem;
}
.sec7 .sec-content .data-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec7 .sec-content .data-wrapper .data .num {
  font-size: .5333rem;
  line-height: .64rem;
  color: #fff;
}
.sec7 .sec-content .data-wrapper .num sub {
  font-size: .2667rem;
  color: #fff;
  font-weight: normal;
  margin-left: .0533rem;
}
.sec7 .sec-content .data-wrapper .line {
  width: 1.3067rem;
  height: .0533rem;
  background: #404246;
  margin: .1067rem 0;
}
.sec7 .sec-content .data-wrapper .text {
  font-size: .2667rem;
  line-height: .48rem;
  color: #B6B6B6;
}
.news {
  margin-bottom: .2667rem;
}
.news .top {
  padding: .5333rem .2667rem;
  overflow: hidden;
}

.news .top .title {
  font-size: .4267rem;
  color: #333;
  font-weight: 600;
  float: left;
}

.news .top .more {
  float: right;
  font-size: .32rem;
  color: #004BE1;
}

.news .article-list {
  background-color: #fff;
  border-radius: .16rem;
  padding: .5333rem .2933rem .0267rem .5867rem;
}

.news .article-list .article {
  display: flex;
  align-items: center;
  margin-bottom: .5867rem;
}

.news .article-list .article .img-box {
  width: 2.8267rem; 
  height: 1.5733rem;
  text-align: center;
  margin-right: .1333rem;
  flex-shrink: 0;
}

.news .article-list .article .img-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: .0533rem;
}

.news .article-list .article .text-box {
  width: calc(100% - 2.96rem)
}

.news .article-list .article .title {
  font-size: .3733rem;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: .6667rem;
}

.news .article-list .article .desc {
  font-size: .32rem;
  margin-top: .08rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}