.wisdModule {
  min-width: 1100px;
  width: 100%;
  overflow-x: hidden;
}
.wisdModule .module1 {
  position: relative;
  height: 600px;
}
.wisdModule .module1 .cont {
  position: absolute;
  width: 1100px;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wisdModule .module1 .cont h3 {
  margin-bottom: 20px;
  font-size: 38px;
  color: #fff;
}
.wisdModule .module1 .cont .detail p {
  color: #999;
}
.wisdModule .module1 .cont .detail p.p1 {
  margin-bottom: 0px;
  font-size: 20px;
}
.wisdModule .module1 .cont .detail p.p2 {
  font-size: 16px;
}
.wisdModule .module1 img {
  height: 100%;
}
.wisdModule .module2 {
  margin: 50px auto 30px;
  width: 1100px;
}
.wisdModule .module2 .content {
  width: 100%;
  margin: 0px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wisdModule .module2 .content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: space-between;
}
.wisdModule .module2 .content ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wisdModule .module2 .content ul li .circleImg {
  position: relative;
}
.wisdModule .module2 .content ul li .circleImg .circle {
  width: 110px;
}
.wisdModule .module2 .content ul li .circleImg .hand {
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.wisdModule .module2 .content ul li p {
  margin-top: 25px;
  font-size: 24px;
  color: #333;
}
.wisdModule .module3 {
  margin: 0 auto;
  width: 100%;
  background: rgba(72, 111, 255, 0.03);
  padding: 55px 0;
}
.wisdModule .module3 .title {
  width: 100%;
  text-align: center;
}
.wisdModule .module3 .title h2 {
  font-size: 30px;
  color: #333333;
}
.wisdModule .module3 .title p {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}
.wisdModule .module3 .content {
  width: 1100px;
  margin: 55px auto 0;
}
.wisdModule .module3 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wisdModule .module3 .content ul li {
  width: 320px;
  height: 247px;
}
.wisdModule .module3 .content ul li:nth-child(1),
.wisdModule .module3 .content ul li:nth-child(2),
.wisdModule .module3 .content ul li:nth-child(3) {
  margin-bottom: 59px;
}
.wisdModule .module4 {
  margin: 50px auto 65px;
  width: 1100px;
}
.wisdModule .module4 .title {
  margin: 0 auto;
  width: 1100px;
  text-align: center;
}
.wisdModule .module4 .title h2 {
  font-size: 30px;
  color: #333333;
  padding-bottom: 50px;
}
.wisdModule .module4 .title p {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}
.wisdModule .module4 .content {
  width: 100%;
  margin: 0px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wisdModule .module4 .content ul {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
.wisdModule .module4 .content ul li {
  position: absolute;
  font-size: 18px;
  color: #666;
}
.wisdModule .module4 .content ul li img {
  width: 60px;
}
.wisdModule .module4 .content ul li:nth-child(odd) span {
  margin-right: 20px;
}
.wisdModule .module4 .content ul li:nth-child(even) span {
  margin-left: 20px;
}
.wisdModule .module4 .content ul li:nth-child(1) {
  top: 0px;
  left: 59px;
}
.wisdModule .module4 .content ul li:nth-child(2) {
  top: 0px;
  right: 81px;
}
.wisdModule .module4 .content ul li:nth-child(3) {
  top: 244px;
  left: 1px;
}
.wisdModule .module4 .content ul li:nth-child(4) {
  top: 244px;
  right: 3px;
}
.wisdModule .module4 .content ul li:nth-child(5) {
  bottom: 11px;
  left: 42px;
}
.wisdModule .module4 .content ul li:nth-child(6) {
  bottom: 8px;
  right: 81px;
}
.wisdModule .module5 {
  width: 100%;
  height: 800px;
  position: relative;
  background: url(../img/wisdSolution_module5_img4.png) no-repeat center center;
  background-size: 100% 100%;
}
.wisdModule .module5 .content {
  position: absolute;
  width: 1100px;
  height: 100%;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wisdModule .module5 .content .title {
  padding-top: 55px;
  width: 1100px;
  text-align: center;
}
.wisdModule .module5 .content .title h2 {
  font-size: 30px;
  color: #fff;
  padding-bottom: 50px;
}
.wisdModule .module5 .content .title p {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  color: #999;
}
.wisdModule .module5 .content .contItem {
  display: flex;
  justify-content: space-between;
}
.wisdModule .module5 .content .contItem .carousel {
  width: 47%;
  height: 559px;
  background: #fff;
}
.wisdModule .module5 .content .contItem .carousel .carouselCont {
  height: 424px;
  width: 420px;
  margin: 35px auto 0;
}
.wisdModule .module5 .content .contItem ul.detail {
  min-width: 517px;
  width: 520px;
}
.wisdModule .module5 .content .contItem ul.detail li {
  width: 100%;
  margin-bottom: 10px;
}
.wisdModule .module5 .content .contItem ul.detail li:hover .bottom {
  color: #486fff;
}
.wisdModule .module5 .content .contItem ul.detail li .top {
  width: 100%;
  height: 66px;
  background: rgba(72, 111, 255, 0.8);
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wisdModule .module5 .content .contItem ul.detail li .top span {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wisdModule .module5 .content .contItem ul.detail li .bottom {
  width: 100%;
  height: 66px;
  background: #ffffff;
  color: #333;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wisdModule .module5 .content .contItem ul.detail li .bottom span {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wisdModule .module5 img {
  min-width: 1100px;
  width: 100%;
}
.wisdModule .module6 {
  margin: 50px auto 65px;
  width: 1100px;
}
.wisdModule .module6 .title {
  margin: 0 auto;
  width: 1100px;
  text-align: center;
}
.wisdModule .module6 .title h2 {
  font-size: 30px;
  color: #333333;
  padding-bottom: 50px;
}
.wisdModule .module6 .title p {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}
.wisdModule .module6 .content {
  width: 100%;
  margin: 0px auto 0;
}
.wisdModule .module6 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wisdModule .module6 .content ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 490px;
  height: 235px;
  box-shadow: 0px 0px 20px #dddddd;
  position: relative;
}
.wisdModule .module6 .content ul li .arrow4 {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wisdModule .module6 .content ul li .arrow4 .toTop {
  display: flex;
  flex-direction: column;
}
.wisdModule .module6 .content ul li .arrow4 .toTop img {
  width: 13px;
  margin-bottom: 3px;
  -webkit-animation-name: toTop;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: toTop;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: toTop;
  -o-animation-duration: 8s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: toTop;
  -ms-animation-duration: 8s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  animation-name: toTop;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.wisdModule .module6 .content ul li .arrow4 .toBottom {
  display: flex;
  flex-direction: column;
}
.wisdModule .module6 .content ul li .arrow4 .toBottom img {
  width: 13px;
  margin-bottom: 3px;
  -webkit-animation-name: toBottom;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: toBottom;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: toBottom;
  -o-animation-duration: 8s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: toBottom;
  -ms-animation-duration: 8s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  animation-name: toBottom;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.wisdModule .module6 .content ul li .arrow1 {
  position: absolute;
  right: -90px;
  top: 0;
  bottom: 0px;
  margin: auto 0;
  width: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.wisdModule .module6 .content ul li .arrow1 .toTop {
  display: flex;
  margin-bottom: 15px;
}
.wisdModule .module6 .content ul li .arrow1 .toTop img {
  width: 52px;
  height: 13px;
  margin: 0;
  margin-right: 3px;
  -webkit-animation-name: toLeft;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: toLeft;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: toLeft;
  -o-animation-duration: 8s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: toLeft;
  -ms-animation-duration: 8s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  animation-name: toLeft;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.wisdModule .module6 .content ul li .arrow1 .toBottom {
  display: flex;
}
.wisdModule .module6 .content ul li .arrow1 .toBottom img {
  width: 52px;
  height: 13px;
  margin: 0;
  margin-right: 3px;
  -webkit-animation-name: toRight;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: toRight;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: toRight;
  -o-animation-duration: 8s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: toRight;
  -ms-animation-duration: 8s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  animation-name: toRight;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.wisdModule .module6 .content ul li .arrow2 {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wisdModule .module6 .content ul li .arrow2 .toTop {
  display: flex;
  flex-direction: column;
}
.wisdModule .module6 .content ul li .arrow2 .toTop img {
  width: 13px;
  margin-bottom: 3px;
  -webkit-animation-name: toTop;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: toTop;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: toTop;
  -o-animation-duration: 8s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: toTop;
  -ms-animation-duration: 8s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  animation-name: toTop;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.wisdModule .module6 .content ul li .arrow2 .toBottom {
  display: flex;
  flex-direction: column;
}
.wisdModule .module6 .content ul li .arrow2 .toBottom img {
  width: 13px;
  margin-bottom: 3px;
  -webkit-animation-name: toBottom;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: toBottom;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: toBottom;
  -o-animation-duration: 8s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: toBottom;
  -ms-animation-duration: 8s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  animation-name: toBottom;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.wisdModule .module6 .content ul li .arrow3 {
  position: absolute;
  left: -90px;
  top: 0;
  bottom: 0px;
  margin: auto 0;
  width: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.wisdModule .module6 .content ul li .arrow3 .toTop {
  display: flex;
  margin-bottom: 15px;
}
.wisdModule .module6 .content ul li .arrow3 .toTop img {
  width: 52px;
  height: 13px;
  margin: 0;
  margin-right: 3px;
  -webkit-animation-name: toLeft;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: toLeft;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: toLeft;
  -o-animation-duration: 8s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: toLeft;
  -ms-animation-duration: 8s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  animation-name: toLeft;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.wisdModule .module6 .content ul li .arrow3 .toBottom {
  display: flex;
}
.wisdModule .module6 .content ul li .arrow3 .toBottom img {
  width: 52px;
  height: 13px;
  margin: 0;
  margin-right: 3px;
  -webkit-animation-name: toRight;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: toRight;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: toRight;
  -o-animation-duration: 8s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: toRight;
  -ms-animation-duration: 8s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  animation-name: toRight;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.wisdModule .module6 .content ul li .left {
  display: flex;
  flex-direction: column;
}
.wisdModule .module6 .content ul li .left h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 50px;
}
.wisdModule .module6 .content ul li .left .item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wisdModule .module6 .content ul li .left .item span {
  width: 10px;
  height: 10px;
  background: #486fff;
  border-radius: 50%;
  margin-right: 10px;
}
.wisdModule .module6 .content ul li .left .item p {
  font-size: 16px;
  color: #999;
  margin: 0;
}
.wisdModule .module6 .content ul li img {
  width: 190px;
  margin-left: 20px;
}
.wisdModule .module6 .content ul li:nth-child(1),
.wisdModule .module6 .content ul li:nth-child(2) {
  margin-bottom: 90px;
}
.wisdModule .module7 {
  margin: 0 auto;
  width: 100%;
  background: rgba(72, 111, 255, 0.03);
  padding: 55px 0;
}
.wisdModule .module7 .title {
  width: 100%;
  text-align: center;
}
.wisdModule .module7 .title h2 {
  font-size: 30px;
  color: #333333;
}
.wisdModule .module7 .title p {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}
.wisdModule .module7 .content {
  width: 1100px;
  margin: 55px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wisdModule .module7 .content ul {
  height: 580px;
}
.wisdModule .module7 .content ul li {
  width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8dbe2;
  padding: 35px 0 20px 0;
}
.wisdModule .module7 .content ul li:hover {
  background: #F1F2F8;
  transition: all 450ms linear;
}
.wisdModule .module7 .content ul li:hover .left h3 {
  color: #486fff;
}
.wisdModule .module7 .content ul li:hover .left p {
  display: block;
  transition: all 450ms linear;
}
.wisdModule .module7 .content ul li:hover img {
  display: none;
  transition: all 450ms linear;
}
.wisdModule .module7 .content ul li .left {
  margin-left: 38px;
}
.wisdModule .module7 .content ul li .left h3 {
  font-size: 18px;
  color: #333;
}
.wisdModule .module7 .content ul li .left p {
  font-size: 16px;
  color: #333;
  margin: 0;
  display: none;
}
.wisdModule .module7 .content ul li img {
  width: 18px;
}
.wisdModule .module7 .content img {
  width: 580px;
}
.wisdModule .module8 {
  margin: 50px auto 0px;
  width: 100%;
  overflow-y: hidden;
}
.wisdModule .module8 .title {
  margin: 0 auto;
  width: 1100px;
  text-align: center;
}
.wisdModule .module8 .title h2 {
  font-size: 30px;
  color: #333333;
  padding-bottom: 50px;
}
.wisdModule .module8 .title p {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}
.wisdModule .module8 .content {
  width: 100%;
}
.wisdModule .module8 .content ul {
  margin: 0px auto 0;
  width: 1100px;
  height: 400px;
  display: flex;
  justify-content: space-between;
}
.wisdModule .module8 .content ul li {
  width: 176px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wisdModule .module8 .content ul li:hover {
  transform: translate(0px, -15px);
  transition: all 450ms linear;
}
.wisdModule .module8 .content ul li img {
  width: 134px;
}
.wisdModule .module8 .content ul li h3 {
  font-size: 24px;
  color: #333;
  margin: 25px 0 15px 0;
}
.wisdModule .module8 .content ul li p {
  width: 100%;
  font-size: 16px;
  color: #666666;
}
.wisdModule .module8 .content ul li:nth-child(even) {
  width: 197px;
  margin-top: 100px;
}
.wisdModule .module8 .content img {
  width: 100%;
}
