.wisdModule {
  min-width: 1100px;
  width: 100%;
  overflow-x: hidden;
}
.wisdModule .module1 {
  position: relative;
  height: 600px;
}
.wisdModule .module1 #mydiv {
  height: 600px;
  padding: 0px;
  margin: 0px;
  background: #2e2c41;
  width: 100%;
}
.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;
  color: #fff;
}
.wisdModule .module1 .cont .detail p.p2 {
  font-size: 16px;
}
.wisdModule .module1 img {
  width: 100%;
}
.wisdModule .module2 {
  width: 100%;
  padding: 55px 0;
}
.wisdModule .module2 .title {
  width: 100%;
  text-align: center;
}
.wisdModule .module2 .title h2 {
  font-size: 30px;
  color: #333333;
}
.wisdModule .module2 .title p {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}
.wisdModule .module2 .content {
  width: 1100px;
  margin: 0 auto;
}
.wisdModule .module2 .content ul.m5Carousel {
  margin: 50px 0 35px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wisdModule .module2 .content ul.m5Carousel li {
  font-size: 24px;
  color: #999;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wisdModule .module2 .content ul.m5Carousel li.active {
  color: #5d78ff;
}
.wisdModule .module2 .content ul.m5Carousel li span {
  margin-left: 5px;
}
.wisdModule .module2 .content .carousel5Detail {
  width: 100%;
  position: relative;
}
.wisdModule .module2 .content .carousel5Detail li {
  display: none;
}
.wisdModule .module2 .content .carousel5Detail li.active {
  display: block;
}
.wisdModule .module2 .content .carousel5Detail li .dialog {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 600px;
  height: 320px;
  box-shadow: 0px 0px 20px #dddddd;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wisdModule .module2 .content .carousel5Detail li .dialog:hover .company a.viewCase {
  color: #2c0ffa !important;
  text-decoration: underline !important;
}
.wisdModule .module2 .content .carousel5Detail li .dialog .title {
  width: 90%;
  margin: 0px auto 40px;
  display: flex;
  justify-content: space-between;
}
.wisdModule .module2 .content .carousel5Detail li .dialog .title .m5Title {
  font-size: 24px;
  color: #333;
}
.wisdModule .module2 .content .carousel5Detail li .dialog .title .arrow img {
  cursor: pointer;
}
.wisdModule .module2 .content .carousel5Detail li .dialog .title .arrow img:nth-child(1) {
  margin-right: 35px;
}
.wisdModule .module2 .content .carousel5Detail li .dialog a.m5Explain {
  margin: 0 auto;
  width: 90%;
  font-size: 16px;
  color: #333;
}
.wisdModule .module2 .content .carousel5Detail li .dialog .company {
  margin: 40px auto 0;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wisdModule .module2 .content .carousel5Detail li .dialog .company .logoCom {
  display: flex;
  align-items: center;
}
.wisdModule .module2 .content .carousel5Detail li .dialog .company .logoCom span {
  margin-left: 25px;
  font-size: 16px;
  color: #666;
}
.wisdModule .module2 .content .carousel5Detail li .dialog .company a {
  font-size: 16px;
  color: #5d78ff;
}
.wisdModule .module2 .content .carousel5Detail li .dialog .company a:hover {
  color: #2c0ffa;
  transition: all 500ms;
}
.wisdModule .module2 .content .konwMore {
  margin-top: 60px;
  text-align: center;
}
.wisdModule .module2 .content .konwMore a {
  color: #5d78ff;
}
.wisdModule .module2 .content .konwMore a:hover {
  color: #2c0ffa;
  transition: all 500ms;
}
.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: 100%;
  margin: 55px auto 0;
}
.wisdModule .module3 .content .wrap {
  width: 2130px;
  height: 160px;
  margin: 0 auto 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wisdModule .module3 .content .wrap ul {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.wisdModule .module3 .content .wrap ul li {
  width: 300px;
  height: 145px;
  margin-right: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.wisdModule .module3 .content .wrap ul li:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.wisdModule .module3 .content .wrap ul li:hover img {
  transform: scale(1.05);
  transition: all 450ms linear;
}
.wisdModule .module3 .content .wrap ul li img {
  width: 189px;
}
.wisdModule .module3 .content .wrap:nth-child(3) {
  margin-bottom: 0px;
}
.wisdModule .module3 .content .wrap:nth-child(3) ul {
  left: -60px;
}
.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;
  padding-bottom: 50px;
}
.wisdModule .module4 .content {
  margin: 0px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wisdModule .module4 .content .mapCont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.wisdModule .module4 .content .mapCont ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.wisdModule .module4 .content .mapCont ul li {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto 0;
  width: 8px;
  height: 8px;
  background: #486fff;
  border-radius: 50%;
  z-index: 3;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf h3 {
  height: 12px;
  width: 39px;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf h3.width54 {
  width: 54px;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf.future {
  background: #fcd015;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf:hover .tipCont {
  display: block !important;
  z-index: 100;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf .tipCont {
  position: absolute;
  left: -156px;
  top: -70px;
  width: 320px;
  background: rgba(72, 111, 255, 0.9);
  padding: 10px;
  display: none;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf .tipCont.future {
  background: #fcd015;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf .tipCont .tipUl {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf .tipCont .tipUl .tipLi {
  color: #fff;
  font-size: 16px;
  margin-top: 4px;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf .tipCont .tipUl .tipLi span {
  font-size: 20px;
  margin: 0 3px;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf .tipCont .borderBottom {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 15px solid rgba(72, 111, 255, 0.9);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.wisdModule .module4 .content .mapCont ul li .circleSelf .tipCont .borderBottom.future {
  border-top: 15px solid #fcd015;
}
.wisdModule .module4 .content .mapCont ul li .circle {
  position: relative;
  width: 8px;
  height: 8px;
  background: #486fff;
  border-radius: 50%;
}
.wisdModule .module4 .content .mapCont ul li .circle.future {
  background: #fcd015;
}
.wisdModule .module4 .content .mapCont ul li .circle .dot {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -26px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: warn 3s ease-out;
  -moz-animation: warn 3s ease-out;
  animation: warn 3s ease-out;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 1px solid #486fff;
}
.wisdModule .module4 .content .mapCont ul li .circle .dot.future {
  border: 1px solid #fcd015;
}
.wisdModule .module4 .content .mapCont ul li .circle .pulse {
  position: absolute;
  width: 100px;
  height: 100px;
  left: -47px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: warn 3s ease-out;
  -moz-animation: warn 3s ease-out;
  animation: warn 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  border: 1px solid #486fff;
}
.wisdModule .module4 .content .mapCont ul li .circle .pulse.future {
  border: 1px solid #fcd015;
}
.wisdModule .module4 .content .mapCont ul li .circle .pulse1 {
  position: absolute;
  width: 150px;
  height: 150px;
  left: -71px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: warn1 3s ease-out;
  -moz-animation: warn1 3s ease-out;
  animation: warn1 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  border: 1px solid #486fff;
}
.wisdModule .module4 .content .mapCont ul li .circle .pulse1.future {
  border: 1px solid #fcd015;
}
.wisdModule .module4 .content .mapCont ul li span {
  margin-left: 3px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(1) {
  top: 208px;
  left: 614px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(2) {
  top: 256px;
  left: 759px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(3) {
  left: 781px;
  top: 227px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(4) {
  left: 808px;
  top: 199px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(5) {
  left: 813px;
  top: 276px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(6) {
  left: 819px;
  top: 329px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(7) {
  left: 836px;
  top: 188px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(8) {
  left: 834px;
  top: 218px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(9) {
  left: 831px;
  top: 237px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(10) {
  left: 833px;
  top: 256px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(11) {
  left: 831px;
  top: 289px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(12) {
  left: 874px;
  top: 219px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(13) {
  left: 869px;
  top: 235px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(14) {
  left: 891px;
  top: 257px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(15) {
  left: 851px;
  top: 269px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(16) {
  left: 942px;
  top: 200px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(9) {
  left: 831px;
  top: 237px;
}
.wisdModule .module4 .content .mapCont ul li:nth-child(10) {
  left: 833px;
  top: 256px;
}
.wisdModule .module4 .content .markCont {
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 100%;
}
.wisdModule .module4 .content .markCont ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.wisdModule .module4 .content .markCont ul li {
  display: flex;
  align-items: center;
}
.wisdModule .module4 .content .markCont ul li img {
  width: 16px;
  margin-right: 20px;
}
.wisdModule .module4 .content .markCont ul li span {
  font-size: 18px;
  color: #333;
}
.wisdModule .module4 .content .markCont ul li:nth-child(1) {
  margin-bottom: 30px;
}
.wisdModule .module4 .content img.bg {
  width: 1080px;
}
.wisdModule .module5 {
  width: 100%;
  height: 750px;
  position: relative;
  background: url(../img/clentCase_module5_img1.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;
}
.wisdModule .module5 .content .title p {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  color: #999;
}
.wisdModule .module5 .content .contItem {
  width: 1080px;
  height: 613px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.wisdModule .module5 .content .contItem .dot {
  margin-top: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #aeb3c1;
}
.wisdModule .module5 .content .contItem .detail {
  width: 960px;
  height: 553px;
  background: #f9faff;
  border: 2px solid #eef0f6;
}
.wisdModule .module5 .content .contItem .detail .serve {
  width: 875px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 35px;
}
.wisdModule .module5 .content .contItem .detail .serve li .top {
  width: 236px;
  height: 70px;
  line-height: 70px;
  background-size: contain;
  font-size: 24px;
  text-indent: 40px;
}
.wisdModule .module5 .content .contItem .detail .serve li .bottom {
  width: 397px;
  height: 126px;
  background: #eef0f6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wisdModule .module5 .content .contItem .detail .serve li .bottom p {
  width: 81%;
  font-size: 16px;
  color: #333;
}
.wisdModule .module5 .content .contItem .detail .serve li:nth-child(1) .top {
  background: url(../img/clentCase_module5_icon1.png) no-repeat left center;
  background-size: contain;
  color: #333;
}
.wisdModule .module5 .content .contItem .detail .serve li:nth-child(2) .top {
  background: url(../img/clentCase_module5_icon2.png) no-repeat left center;
  background-size: contain;
  color: #fff;
}
.wisdModule .module5 .content .contItem .detail .serveDetail {
  width: 876px;
  height: 214px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  background: #eef0f6;
}
.wisdModule .module5 .content .contItem .detail .serveDetail li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 367px;
}
.wisdModule .module5 .content .contItem .detail .serveDetail li .img {
  width: 48px;
  height: 48px;
  text-align: right;
}
.wisdModule .module5 .content .contItem .detail .serveDetail li .img span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #486fff;
}
.wisdModule .module5 .content .contItem .detail .serveDetail li .img img {
  width: 48px;
}
.wisdModule .module5 .content .contItem .detail .serveDetail li .cont {
  margin-left: 15px;
}
.wisdModule .module5 .content .contItem .detail .serveDetail li .cont h3 {
  font-size: 16px;
  color: #333;
}
.wisdModule .module5 .content .contItem .detail .serveDetail li .cont p {
  font-size: 16px;
  color: #999;
  margin: 0;
}
.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 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wisdModule .module6 .content ul li {
  position: relative;
  width: 512px;
}
.wisdModule .module6 .content ul li .itemm6 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  box-shadow: 0px 0px 20px #999;
}
.wisdModule .module6 .content ul li .itemm6.active {
  background: rgba(72, 111, 255, 0.8);
}
.wisdModule .module6 .content ul li .itemm6.active p {
  color: #fff;
}
.wisdModule .module6 .content ul li .itemm6 .num {
  font-size: 60px;
  color: #fff;
  margin: 0 0 20px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wisdModule .module6 .content ul li .itemm6 .num span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wisdModule .module6 .content ul li .itemm6 p {
  margin-left: 60px;
  font-size: 24px;
  color: #999;
}
.wisdModule .module6 .content ul li img {
  width: 100%;
}
.wisdModule .module6 .content ul li:nth-child(1),
.wisdModule .module6 .content ul li:nth-child(2) {
  margin-bottom: 60px;
}
.oyikaModule {
  min-width: 1100px;
  width: 100%;
  overflow-x: hidden;
}
.oyikaModule .module1 {
  position: relative;
  height: 400px;
}
.oyikaModule .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;
}
.oyikaModule .module1 .cont h3 {
  margin-bottom: 20px;
  font-size: 38px;
  color: #fff;
}
.oyikaModule .module1 .cont .detail p {
  color: #999;
}
.oyikaModule .module1 .cont .detail p.p1 {
  margin-bottom: 0px;
  font-size: 20px;
}
.oyikaModule .module1 .cont .detail p.p2 {
  font-size: 16px;
}
.oyikaModule .module1 img {
  height: 100%;
}
.oyikaModule .module2 {
  margin: 50px auto 80px;
  width: 1080px;
}
.oyikaModule .module2 .cont {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.oyikaModule .module2 .cont .contLeft {
  position: absolute;
  top: -212px;
  left: 0;
  width: 490px;
  height: 515px;
  box-shadow: 0 0 20px #b6c8f2;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.oyikaModule .module2 .cont .contLeft h2 {
  width: 83%;
  color: #333;
  font-size: 24px;
  font-weight: normal;
}
.oyikaModule .module2 .cont .contLeft p {
  width: 83%;
  color: #333;
  font-size: 16px;
  margin: 15px 0 30px 0;
}
.oyikaModule .module2 .cont .contLeft h3 {
  width: 83%;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
.oyikaModule .module2 .cont .contLeft .item {
  width: 83%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.oyikaModule .module2 .cont .contLeft .item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 50px;
  background: #dae2ff;
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}
.oyikaModule .module2 .cont .contLeft .image {
  width: 83%;
  margin-top: 30px;
}
.oyikaModule .module2 .cont .contLeft .image img {
  width: 180px;
}
.oyikaModule .module2 .cont .contRight {
  width: 519px;
  display: flex;
  flex-direction: column;
}
.oyikaModule .module2 .cont .contRight img {
  width: 27px;
  margin-bottom: 10px;
}
.oyikaModule .module2 .cont .contRight p {
  width: 100%;
  margin: 0;
  color: #808080;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
}
.oyikaModule .module2 .cont .contRight p:nth-child(3) {
  text-align: right;
  margin: 10px 0px 40px -10px;
  letter-spacing: 0px;
}
.oyikaModule .module3 {
  margin: 50px auto 80px;
  width: 1080px;
}
.oyikaModule .module3 .title {
  width: 100%;
  margin-bottom: 35px;
}
.oyikaModule .module3 .title .dot {
  display: flex;
  align-items: center;
}
.oyikaModule .module3 .title .dot span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333333;
  margin-right: 20px;
}
.oyikaModule .module3 .title .dot h2 {
  font-size: 30px;
  color: #333333;
}
.oyikaModule .module3 .title p {
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}
.oyikaModule .module3 .cont {
  width: 100%;
}
.oyikaModule .module3 .cont .process {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 570px;
  background: #fafafa;
  border-radius: 5px;
}
.oyikaModule .module3 .cont .process img {
  width: 925px;
}
.oyikaModule .module3 .cont .compare {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oyikaModule .module3 .cont .compare ul {
  width: 50%;
}
.oyikaModule .module3 .cont .compare ul li {
  width: 100%;
  height: 135px;
  display: flex;
  justify-content: center;
}
.oyikaModule .module3 .cont .compare ul li h3 {
  font-size: 30px;
  color: #333;
  line-height: 135px;
}
.oyikaModule .module3 .cont .compare ul li p {
  font-size: 16px;
  color: #333;
  width: 84%;
  margin-top: 23px;
}
.oyikaModule .module3 .cont .compare ul li:nth-child(even) {
  background: #fafafa;
}
.oyikaModule .module4 {
  margin: 80px auto 80px;
  width: 1080px;
}
.oyikaModule .module4 .title {
  width: 100%;
  margin-bottom: 35px;
}
.oyikaModule .module4 .title .dot {
  display: flex;
  align-items: center;
}
.oyikaModule .module4 .title .dot span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333333;
  margin-right: 20px;
}
.oyikaModule .module4 .title .dot h2 {
  font-size: 30px;
  color: #333333;
}
.oyikaModule .module4 .title p {
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}
.oyikaModule .module4 .cont {
  width: 1080px;
  text-align: center;
}
.oyikaModule .module4 .cont img {
  width: 1000px;
}
.oyikaModule .module5 {
  margin: 80px auto 80px;
  width: 1080px;
}
.oyikaModule .module5 .title {
  width: 100%;
}
.oyikaModule .module5 .title .dot {
  display: flex;
  align-items: center;
}
.oyikaModule .module5 .title .dot span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333333;
  margin-right: 20px;
}
.oyikaModule .module5 .title .dot h2 {
  font-size: 30px;
  color: #333333;
}
.oyikaModule .module5 .title p {
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}
.oyikaModule .module5 .cont {
  width: 1000px;
  margin: 0 auto;
}
.oyikaModule .module5 .cont .cont1 {
  margin-top: 35px;
}
.oyikaModule .module5 .cont .cont1 p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.oyikaModule .module5 .cont .cont1 img {
  width: 1000px;
}
.oyikaModule .module5 .cont .cont2 {
  margin-top: 35px;
}
.oyikaModule .module5 .cont .cont2 p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.oyikaModule .module5 .cont .cont2 .carouselimg {
  width: 1000px;
  height: 427px;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.oyikaModule .module5 .cont .cont2 .contPosi {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 427px;
  background: #fafafa;
}
.oyikaModule .module6 {
  margin: 45px auto 80px;
  width: 1100px;
}
.oyikaModule .module6 .line {
  margin: 0 auto;
  width: 260px;
  height: 2px;
  background: #666;
}
.oyikaModule .module6 .cont {
  margin: 45px auto 0;
  width: 518px;
  height: 160px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 30px #e5e5e5;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.oyikaModule .module6 .cont img:nth-child(1) {
  width: 100px;
}
.oyikaModule .module6 .cont .item h3 {
  font-size: 18px;
  color: #333;
}
.oyikaModule .module6 .cont .item p {
  font-size: 15px;
  color: #666;
}
.oyikaModule .module6 .cont img:nth-child(3) {
  width: 20px;
}
.oyikaModule .module7 {
  width: 100%;
  position: relative;
  height: 420px;
}
.oyikaModule .module7 .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;
}
.oyikaModule .module7 .cont:hover .hvr-sweep-to-rightMore {
  color: #fff;
}
.oyikaModule .module7 .cont:hover .hvr-sweep-to-rightMore:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.oyikaModule .module7 .cont h3 {
  margin-bottom: 20px;
  font-size: 36px;
  color: #040404;
}
.oyikaModule .module7 .cont .detail p {
  color: #999;
}
.oyikaModule .module7 .cont .detail p.p1 {
  margin-bottom: 0px;
  font-size: 20px;
}
.oyikaModule .module7 .cont .detail p.p2 {
  font-size: 16px;
}
.oyikaModule .module7 img {
  height: 100%;
}
