.banner {
  width: 100%;
  height: 5.5rem;
  position: relative;
  margin-bottom: .6rem;
}
.banner .img {
  width: 100%;
  height: 100%;
}
.banner .img img {
  width: 100%;
  height: 100%;
}
.banner .text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7rem;
  height: 100%;
  padding: .71rem .25rem 0;
}
.banner .text .line {
  width: .34rem;
  height: .05rem;
  border-radius: .025rem;
  background-color: #fff;
  margin-bottom: .25rem;
}
.banner .text h2 {
  color: #fff;
  font-size: .5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .24rem;
}
.banner .text h3 {
  color: #fff;
  font-size: .28rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .45rem;
}
.banner .text h4 {
  color: #fff;
  font-size: .24rem;
  line-height: 1;
  margin-bottom: .66rem;
}
.banner .text a {
  display: block;
  color: #fff;
  font-size: .2rem;
  width: 1.54rem;
  height: .5rem;
  border-radius: .25rem;
  text-align: center;
  line-height: .5rem;
  background-image: -webkit-linear-gradient(left, #267dff, #4b91ff);
  background-image: -o-linear-gradient(right, #267dff, #4b91ff);
  background-image: -moz-linear-gradient(right, #267dff, #4b91ff);
  background-image: linear-gradient(to right, #267dff, #4b91ff);
  box-shadow: 0 .04rem 0 #0d6bfa;
}
.banner .b_mac {
  position: absolute;
  right: .15rem;
  bottom: .15rem;
  z-index: 2;
  width: 3.8rem;
  box-shadow: 0 0.16rem 0.34rem rgba(162, 179, 255, 0.68);
}
.banner .b_ph {
  position: absolute;
  bottom: 0;
  right: 2.96rem;
  z-index: 3;
  width: 1rem;
  box-shadow: 0 0.08rem 0.29rem rgba(149, 32, 255, 0.26);
}
.banner-list {
  width: 7rem;
  margin: 0 auto;
}
.banner-list .li {
  width: 3.35rem;
  height: 1.16rem;
  border: 1px solid #ceddff;
  border-radius: .15rem;
  box-shadow: 0 0 0.26rem rgba(130, 186, 255, 0.16);
  padding: .2rem .16rem 0 .25rem;
  margin-bottom: .3rem;
}
.banner-list .li:nth-of-type(2n+1) {
  float: left;
}
.banner-list .li:nth-of-type(2n) {
  float: right;
}
.banner-list .li img {
  display: block;
  width: .66rem;
  float: left;
}
.banner-list .li .text {
  float: right;
  width: 2.02rem;
}
.banner-list .li .text h6 {
  color: #333;
  font-size: .2rem;
  line-height: 1;
  margin-bottom: .11rem;
}
.banner-list .li .text p {
  color: #666;
  font-size: .16rem;
  line-height: .2rem;
}
.web-title {
  text-align: center;
}
.web-title h6 {
  font-size: .32rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .18rem;
}
.web-title .line {
  width: .45rem;
  height: .03rem;
  margin: 0 auto .2rem;
}
.web-title p {
  color: #333;
  font-size: .18rem;
  line-height: .32rem;
}
.ketang {
  padding: 0 .25rem;
}
.ketang .web-title {
  width: 6.16rem;
  margin: 0 auto;
  padding: .45rem 0 .2rem;
}
.ketang .web-title h6 {
  color: #33335f;
}
.ketang .web-title .line {
  background-color: #5297fc;
}
.ketang .web-title p {
  font-size: .18rem;
  line-height: .32rem;
}
.ketang .list {
  width: 100%;
}
.ketang .list .li {
  width: 100%;
  height: 1.44rem;
  border-radius: .15rem;
  margin-bottom: .24rem;
  background-image: -webkit-linear-gradient(left, #88b5fe, #d178ff);
  background-image: -o-linear-gradient(right, #88b5fe, #d178ff);
  background-image: -moz-linear-gradient(right, #88b5fe, #d178ff);
  background-image: linear-gradient(to right, #88b5fe, #d178ff);
  padding: 0 .4rem;
  position: relative;
}
.ketang .list .li .text {
  width: 4.6rem;
}
.ketang .list .li .text h6 {
  color: #fff;
  font-size: .24rem;
  line-height: 1;
  padding: .27rem 0 .13rem;
}
.ketang .list .li .text p {
  color: #333;
  font-size: .2rem;
  line-height: 1.5;
}
/*.ketang .list .li .text a {
  display: block;
  float: left;
  color: #fff;
  font-size: .18rem;
  line-height: 1;
  margin-right: .18rem;
  margin-bottom: .06rem;
  position: relative;
}*/
/*.ketang .list .li .text a:after {
  content: "";
  display: block;
  position: absolute;
  width: .02rem;
  height: .18rem;
  background-color: #fff;
  top: 0;
  right: -0.09rem;
}
.ketang .list .li .text a:nth-of-type(4n):after,
.ketang .list .li .text a:last-of-type:after {
  display: none;
}*/
.ketang .list .li .kt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .39rem;
  width: .54rem;
}
.web_more {
  padding: .28rem 0 .8rem;
  font-size: 0;
  text-align: center;
}
.web_more a {
  display: inline-block;
  width: 2.32rem;
  height: .62rem;
  border-radius: .33rem;
  font-size: .2rem;
  text-align: center;
  font-weight: bold;
  line-height: .66rem;
  margin: 0 .2rem;
  border: .02rem solid #5489ff;
}
.web_more .a1 {
  color: #fff;
  background-color: #5489ff;
}
.web_more .a2 {
  color: #5489ff;
  background-color: #fff;
}
.fangan {
  padding: 0 .25rem;
}
.fangan .web-title {
  padding: 0 0 .48rem;
}
.fangan .web-title h6 {
  color: #33335f;
}
.fangan .web-title .line {
  background-color: #5297fc;
}
.fangan ul li {
  float: left;
  width: 2.24rem;
  height: 2.24rem;
  margin-right: .14rem;
  margin-bottom: .14rem;
  position: relative;
  overflow: hidden;
}
.fangan ul li:nth-of-type(3n) {
  margin-right: 0;
}
.fangan ul li .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fangan ul li .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.fangan ul li .text img {
  display: block;
  height: .29rem;
  margin: 0 auto .15rem;
}
.fangan ul li .text p {
  color: #fff;
  font-size: .2rem;
  line-height: 1;
  font-weight: bold;
}
.fangan .web_more {
  padding: .47rem 0 .66rem;
}
.web-anli-bg {
  width: 100%;
  padding: 0 .25rem;
  background: url(../images_zx/w_anlibg.jpg) center / cover no-repeat;
}
.web-anli-bg .web-title {
  padding: .61rem 0 .63rem;
}
.web-anli-bg .web-title h6,
.web-anli-bg .web-title p {
  color: #fff;
}
.web-anli-bg .web-title .line {
  background-color: #fff;
}
.web-anli-bg .web_more {
  padding: .63rem 0 .51rem;
}
.web-anli-bg .web_more .a1 {
  background-color: #913dff;
}
.web-anli-bg .web_more a {
  border-color: #913dff;
}
.web-anli-bg .web_more .a2 {
  color: #913dff;
}
.swiper-web-anli {
  width: 100%;
  height: 6.1rem;
}
.swiper-web-anli .swiper-slide {
  width: 100%;
  height: 4.4rem;
}
.swiper-web-anli .swiper-slide .img {
  width: 100%;
  height: 100%;
  padding: .06rem;
  background-color: #fff;
  border-radius: .15rem;
  overflow: hidden;
}
.swiper-web-anli .swiper-slide .img img {
  width: 100%;
  height: 100%;
  border-radius: .15rem;
}
.swiper-web-anli .swiper-slide-active {
  opacity: 1 !important;
}
.swiper-web-anli .swiper-pagination {
  right: 0 !important;
  bottom: 0;
  left: 0;
  top: auto !important;
  text-align: center;
  font-size: 0;
}
.swiper-web-anli .swiper-pagination .swiper-pagination-bullet {
  display: inline-block !important;
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: .3 !important;
  margin: 0 .05rem !important;
}
.swiper-web-anli .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.web-team-bg {
  width: 100%;
  padding: 0 .25rem;
}
.web-team-bg .web-title {
  padding: .58rem 0 .5rem;
}
.web-team-bg .web-title .line {
  background-color: #267dff;
}
.web-team-bg ul {
  padding: 0 0 .45rem;
}
.web-team-bg ul li {
  width: 3.35rem;
  height: 1.4rem;
  border: 1px solid #ceddff;
  border-radius: .15rem;
  box-shadow: 0 0 0.26rem rgba(130, 186, 255, 0.16);
  padding: .26rem .16rem 0;
  margin-bottom: .29rem;
}
.web-team-bg ul li:nth-of-type(2n+1) {
  float: left;
}
.web-team-bg ul li:nth-of-type(2n) {
  float: right;
}
.web-team-bg ul li .circle {
  float: left;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  font-size: 0;
  text-align: center;
  line-height: .9rem;
  background-image: -webkit-linear-gradient(left top, #91b3ff, #3e7aff);
  background-image: -o-linear-gradient(bottom right, #91b3ff, #3e7aff);
  background-image: -moz-linear-gradient(bottom right, #91b3ff, #3e7aff);
  background-image: linear-gradient(to bottom right, #91b3ff, #3e7aff);
}
.web-team-bg ul li .circle img {
  display: inline-block;
  vertical-align: middle;
  width: .46rem;
}
.web-team-bg ul li .text {
  float: right;
  width: 1.85rem;
}
.web-team-bg ul li .text h6 {
  color: #5489ff;
  font-size: .2rem;
  line-height: 1.8;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.web-team-bg ul li .text p {
  color: #666;
  font-size: .16rem;
  line-height: .21rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.swiper-web-team {
  width: 100%;
  height: 4.3rem;
  margin: 0 auto .33rem !important;
  border-radius: .15rem;
}
.swiper-web-team .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-web-team .swiper-pagination-bullet {
  width: .18rem;
  height: .04rem;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
  margin: 0 .02rem;
}
.swiper-web-team .swiper-pagination-bullet-active {
  background-color: #267dff;
}
.web-yuyue {
  width: 7rem;
  margin: 0 auto 1.52rem;
  padding: 0 0 .64rem;
  background-color: #f5f5f5;
  border-radius: .15rem;
}
.web-yuyue .tit {
  width: 100%;
  height: 1.39rem;
  background: url(../images_zx/yy_bg.png) center / cover no-repeat;
  text-align: center;
}
.web-yuyue .tit h6 {
  color: #fff;
  font-size: .32rem;
  line-height: 1;
  font-weight: bold;
  padding: .29rem 0 .19rem;
}
.web-yuyue .tit .line {
  width: .45rem;
  height: .03rem;
  background-color: #fff;
  margin: 0 auto .21rem;
}
.web-yuyue .tit p {
  color: #fff;
  font-size: .18rem;
  line-height: 1;
}
.web-yuyue .inp {
  padding: .52rem .44rem 0;
}
.web-yuyue .inp input[type=text] {
  display: block;
  width: 100%;
  height: .98rem;
  background-color: #fff;
  border-radius: .1rem;
  border: none;
  padding: 0 .42rem;
  margin-bottom: .27rem;
}
.web-yuyue .inp input[type=text]::-webkit-input-placeholder {
  color: #666;
  font-size: .24rem;
  font-weight: bold;
}
.web-yuyue .inp .btn {
  width: 100%;
  height: .98rem;
  border-radius: .1rem;
  background-color: #457eff;
  color: #fff;
  font-size: .26rem;
  font-weight: bold;
  border: none;
  margin-top: .2rem;
}
.footer {
  width: 100%;
  height: 1rem;
  border-top: 1px solid #ededed;
  background-color: #fff;
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer ul {
  width: 100%;
}
.footer li {
  float: left;
  width: 33.333%;
  position: relative;
}
.footer li:after {
  content: "";
  display: block;
  width: 1px;
  height: .4rem;
  background-color: #efefef;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer li:last-of-type:after {
  display: none;
}
.footer li a {
  display: block;
  color: #457eff;
  font-size: .26rem;
  line-height: 1rem;
  text-align: center;
  font-weight: bold;
}
.footer li a img {
  display: inline-block;
  vertical-align: middle;
  height: .26rem;
  margin-right: .13rem;
}

