.container {
  height: 65px;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
}

.headwbc {
  height: 100%;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  align-items: center;
}

.headwbc .right {
  display: flex;
  align-items: center;
}

/* .header .img {
  margin-top: 15px;
} */

.sidemenu_wrap {
  flex: 1;
  line-height: normal;
}

.sidemenu .sidemenulist {
  text-align: right;
  position: relative;
  /* display: flex;
	justify-content: space-between; */
}

.sidemenu .sidemenulist li {
  position: relative;
  /* flex: 1; */
  margin-left: 40px;
}

.sidemenu .sidemenulist li:first-child {
  margin-left: 0;
}

.sidemenu .sidemenulist li a {
  color: #3d3d3d;
  text-align: center;
  font-size: 1rem;
  position: relative;
  z-index: 9999;
  padding: 0 10px;
}

.sidemenu .sidemenulist li.active a {
  color: #2da2ff;
}

.sidemenu .sidemenulist li:hover a {
  color: #2da2ff;
}

.sidemenu .sidemenulist li a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #2da2ff;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidemenu .sidemenulist li.active a::before {
  width: 100%;
}

.sidemenu .sidemenulist li:hover a::before {
  width: 100%;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 42.7%;
}

.banner .mySwiper {
  width: 100%;
  position: absolute;
  height: 100%;
}

.banner .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.index-title {
  text-align: center;
  color: #222222;
  font-size: 2rem;
}

.index-title .t {
  font-size: 1.125rem;
  margin-top: 20px;
}

/* 6.数字化经济 */
.digurecons .digureconscell {
  display: none;
}
.digurecons .digureconscell.active {
  display: block;
}

.index-box {
  padding-top: 90px;
  padding-bottom: 40px;
}

.index-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}

.index-box ul li {
  text-align: center;
}

.index-box ul li p {
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 0;
}

.index-box ul li::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin: 0 auto;
  background: linear-gradient(270deg, #2da2ff 0%, #008cfd 100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.index-box ul li.active::after,
.index-box ul li:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.index-box ul li a img {
  width: 200px;
}

.index-box2 {
  background: url(../img/bg.png) no-repeat center/cover;
  min-height: 549px;
  display: flex;
  align-items: center;
}

.index-box2 .title {
  color: #222222;
  font-size: 1.625rem;
  font-weight: 500;
}

.index-box2 p {
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: 5px;
}

.index-box2 a {
  display: inline-block;
  background-color: #05a6fa;
  font-size: 1rem;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 5px;
  margin-top: 20px;
}

.index-box2 i {
  display: inline-block;
  width: 41px;
  height: 6px;
  border-radius: 31px 20px;
  background: linear-gradient(270deg, #2da2ff 0%, #008cfd 100%);
  margin: 20px 0 30px 0;
}

.index-box3 {
  height: 954px;
  background: url(../img/bg2.png) no-repeat center/cover;
  margin-top: 67px;
}

.index-box3 .title {
  text-align: center;
  color: #ffffff;
}

.index-box3 .title .t {
  font-size: 2rem;
  padding: 48px 0 20px 0;
}

.index-box3 .title .t2 {
  font-size: 1.125rem;
}

.index-box3 .hd ul {
  display: flex;
  justify-content: space-between;
  width: 501px;
  margin: 0 auto;
  border: 3px solid #05a6fa;
  box-sizing: border-box;
  border-radius: 9px;
  height: 51px;
  margin-top: 25px;
}

.index-box3 .hd li {
  color: #ffffff;
  text-align: center;
  flex: 1;
  font-size: 1.5rem;
  height: 100%;
  line-height: 47px;
  cursor: pointer;
}

.index-box3 .hd li.on {
  background-color: #05a6fa;
  border-radius: 5px;
}

.index-box3 .bd {
  margin-top: 50px;
}

.index-box3 .bd .inBox {
  display: flex;
}

.index-box3 .bd .inBox .list {
  color: #ffffff;
  font-size: 1.375rem;
  margin-right: 66px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 26px 0;
  padding-right: 44px;
}

.index-box3 .bd .inBox .list::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #ffffff;
  right: 0;
  top: 0;
  display: block;
}

.index-box3 .bd .inBox .list p {
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
}

.index-box3 .bd .inBox .list p::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -49px;
  display: none;
}

.index-box3 .bd .inBox .list p.on::before {
  display: block;
}

.index-box3 .bd .inBox .view {
  color: #ffffff;
  font-size: 1rem;
}

.index-box3 .bd .inBox .view .t {
  font-size: 1.25rem;
}

.index-box3 .bd .inBox .view .t2 {
  margin: 10px 0;
}

.index-box3 .bd .inBox .list p.on {
  background-color: #05a6fa;
  border-radius: 12px 12px 12px 12px;
  font-size: 1.75rem;
  height: 46px;
  line-height: 46px;
}

.index-box3 .bd .inBox .list p:nth-child(2).on {
  font-size: 1.35rem;
}

.index-box3 .bd .inBd {
  flex: 1;
}

.index-box4 {
  margin-top: 175px;
  background: url(../img/bg3.png) center no-repeat;
  min-height: 616px;
  background-size: cover;
  padding-bottom: 40px;
}

.index-box4 .w {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-box4 .pic1 {
  margin-top: -60px;
}

.index-box4 .img {
  text-align: right;
  margin: 50px 0 30px 0;
}

.index-box4 .left {
  width: 48%;
}

.index-box4 .right {
  width: 48%;
  margin-top: 35px;
}

.index-box4 .left .t {
  color: #ffffff;
  font-size: 3.4375rem;
}

.index-box4 .left .t2 {
  color: #ffffff;
  font-size: 2rem;
  margin: 30px 0;
}

.index-box4 .right .t {
  color: #ffffff;
  font-size: 1.625rem;
  font-weight: bold;
}

.index-box4 .right i {
  display: inline-block;
  width: 58px;
  height: 6px;
  background-color: #ffffff;
  margin: 30px 0;
}

.index-box4 .right .txt {
  color: #ffffff;
  font-size: 1rem;
}

.index-box4 .right .txt .t2 {
  margin-bottom: 20px;
}

.index-box4 .right .txt .t2:last-child {
  margin-bottom: 0;
}

.index-box5 {
  margin-top: 90px;
}

.index-box5 .mySwiper {
  overflow: hidden;
  margin-top: 90px;
}

.index-box5 .mySwiper .img img {
  width: 100%;
}

.index-box5 .swiper-slide {
  background-color: rgba(5, 166, 250, 0.08);
  border-radius: 20px 20px 9px 9px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.index-box5 .swiper-slide .t {
  color: #222222;
  font-size: 2rem;
  font-weight: bold;
}

.index-box5 .swiper-slide .t2 {
  margin: 10px 0 40px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-box5 .swiper-slide .text {
  padding: 20px;
  box-sizing: border-box;
  color: #222222;
  font-size: 1.125rem;
  border-radius: 9px;
}

.index-box5 .swiper-slide a {
  display: inline-block;
  width: 130px;
  height: 48px;
  line-height: 48px;
  background-color: #05a6fa;
  border-radius: 9px;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
}

.index-box5 .swiper-slide .img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.index-box6 {
  margin-top: 90px;
  margin-bottom: 100px;
}

.index-box6 .box {
  margin-top: 80px;
  border-radius: 47px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 520px;
  overflow: hidden;
}

.index-box6 .box .left {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 75px;
  width: 43.64%;
}

.index-box6 .box .right {
  flex: 1;
}

.index-box6 .box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-box6 .box .left p {
  margin-bottom: 45px;
}

.index-box6 .box .left p:last-child {
  margin-bottom: 0;
}

.index-box6 .box .left p span {
  display: inline-block;
  min-width: 30px;
  text-align: right;
  margin-right: 15px;
}

.index-box6 .box .left .center p:nth-child(5) {
  width: 90px;
  text-align: center;
}

.index-box6 .box .center p span img {
  width: 24px;
  height: auto;
}

.index-box6 .box .center p:nth-child(1) span img {
  width: 18px;
}

.index-box6 .box .center p:nth-child(4) span img {
  width: 22px;
}

.index-box6 .box .center p:nth-child(5) img {
  width: 68px;
}

.footer {
  background-color: #252525;
  padding: 55px 0;
  text-align: center;
  color: #666666;
}

.footer img {
  width: 27px;
  margin-right: 15px;
  vertical-align: -5px;
}

.footer p {
  margin-bottom: 10px;
}

.footer p:last-child {
  margin-bottom: 0;
}
