.index-body.active .header {
  box-shadow: none;
  background: #fff;
}
.cont {
  width: 100%;
  overflow: hidden;
}
.cont * {
  box-sizing: border-box;
}
.cont img {
  width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
}
.cont .banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cont .banner .img {
  position: relative;
}
.cont .banner .img .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cont .banner .img .box img {
  animation: float 4s ease-in-out 0s infinite;
}
.cont .banner .txt {
  position: absolute;
  top: 32.5%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.cont .banner .txt .tit {
  color: #0c1634;
  font-weight: bold;
  margin-top: 4px;
}
.cont .banner .txt span {
  color: #3681f7;
  display: block;
  font-weight: bold;
}
.cont .banner .txt .btn {
  margin-top: 77px;
}
.cont .banner .txt .btn a {
  display: inline-block;
  border-radius: 100px;
  padding: 14px 50px;
  color: #3681f7;
  overflow: hidden;
  position: relative;
  border: 1px solid #3681f7;
  transition: all 0.3s;
}
.cont .banner .txt .btn a:hover {
  background: #3681f7;
  color: #fff;
}
.cont .subnav {
  height: 75px;
  width: 100%;
  position: relative;
  z-index: 20;
  margin-top: -23%;
}
.cont .subnav .subnavbg {
  width: 100%;
  height: 100%;
  left: 0;
}
.cont .subnav .subnavbg.on {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 8px #e1eaf9;
  height: 75px;
  border-top: 1px solid #e1eaf9;
}
.cont .subnav .subnavbg.on .nav_box .subnav_bar {
  box-shadow: none;
  padding: 0;
}
.cont .subnav .subnavbg .nav_box {
  width: 100%;
  height: 100%;
}
.cont .subnav .subnavbg .nav_box .app_nav {
  width: calc(100% - 150px);
}
.cont .subnav .subnavbg .nav_box .app_nav .app_nav_txt {
  display: none;
}
.cont .subnav .subnavbg .nav_box .subnav_bar {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 45px;
  border-radius: 10px;
  box-shadow: 0 0 31px #e1eaf9;
  box-sizing: border-box;
}
.cont .subnav .subnavbg .nav_box .subnav_bar > div {
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic {
  display: flex;
  align-items: center;
  color: #0c1634;
  width: 240px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic img {
  width: 41px;
  margin-right: 12px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 2%;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul li {
  display: inline-block;
  cursor: pointer;
  line-height: 75px;
  margin-left: 5%;
  position: relative;
  padding: 0 5px;
  color: #0c1634;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul li:hover {
  color: #3681f7;
  font-weight: bold;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 3px;
  background-color: #3681f7;
  display: none;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul li.on {
  color: #3681f7;
  font-weight: bold;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul li.on::after {
  display: block;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn {
  width: 144px;
  display: flex;
  justify-content: space-between;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn a {
  width: 100%;
  line-height: 43px;
  height: 43px;
  border-radius: 100px;
  border: 1px solid #3681f7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  background: #3681f7;
  transition: all 0.3s;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn a:hover {
  border-color: #3681f7;
  color: #3681f7;
  background: #fff;
}
.cont .section-page1 {
  position: relative;
  z-index: 10;
  /* 0418 修改S */
  /* 0418 修改E */
}
.cont .section-page1 .tit {
  color: #0c1634;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}
.cont .section-page1 .tit i {
  font-style: inherit;
  color: #3681f7;
}
.cont .section-page1 .des {
  margin-top: 30px;
  text-align: center;
  color: #0c1634;
  line-height: 1.68;
}
.cont .section-page1 .img {
  position: relative;
  width: 100%;
  margin-top: 40px;
  pointer-events: none;
  margin-bottom: 100px;
}
.cont .section-page1 .img img {
  max-width: 1196px;
  margin: 0 auto;
}
.cont .section-page2 {
  background: url(../img/index_bg2.jpg) center center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cont .section-page2 .w1440 {
  padding: 100px 0;
}
.cont .section-page2 .tit {
  color: #0c1634;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}
.cont .section-page2 .tit i {
  font-style: inherit;
  color: #3681f7;
}
.cont .section-page2 .item {
  display: flex;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.cont .section-page2 .item:nth-last-child(1) {
  margin-bottom: 0;
}
.cont .section-page2 .item:nth-last-child(2) {
  margin-bottom: 0;
}
.cont .section-page2 .item:nth-last-child(2) .pic .swiper-slide {
  padding-top: 62%;
}
.cont .section-page2 .item:nth-last-child(2) .pic .swiper-slide .img img {
  transform-origin: 0 0;
}
.cont .section-page2 .item .txt {
  width: 42%;
  margin-bottom: 16px;
}
.cont .section-page2 .item .txt p {
  display: block;
  color: #0c1634;
  font-weight: bold;
}
.cont .section-page2 .item .txt span {
  display: block;
  color: #3681f7;
  font-weight: bold;
  margin-top: 5px;
}
.cont .section-page2 .item .txt ul {
  margin-top: 32px;
}
.cont .section-page2 .item .txt ul li {
  position: relative;
  padding-left: 35px;
  color: #0c1634;
  margin-bottom: 15px;
}
.cont .section-page2 .item .txt ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.cont .section-page2 .item .txt ul li svg {
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
}
.cont .section-page2 .item .pic {
  width: 45.1%;
}
.cont .section-page2 .item .pic .swiper-container {
  padding-bottom: 20px;
}
.cont .section-page2 .item .pic .swiper-container .swiper-pagination {
  bottom: 0;
}
.cont .section-page2 .item .pic .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #3681f7;
}
.cont .section-page2 .item .pic .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 54.8%;
}
.cont .section-page2 .item .pic .swiper-slide:hover svg {
  transform: translate(-50%, -50%) scale(1.2);
}
.cont .section-page2 .item .pic .swiper-slide svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  filter: drop-shadow(2px 2px 2px rgba(54, 139, 247, 0.6));
}
.cont .section-page2 .item .pic .swiper-slide.act {
  cursor: pointer;
}
.cont .section-page2 .item .pic .swiper-slide video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.cont .section-page2 .item .pic .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cont .section-page2 .item .pic .swiper-slide img {
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.cont .section-page2 .item .pic .swiper-slide:hover img {
  transform: scale(1.03);
}
.cont .section-page3 {
  padding: 85px 0 100px;
  background: #fff;
}
.cont .section-page3 .tit {
  color: #0c1634;
  font-weight: bold;
  text-align: center;
}
.cont .section-page3 .tit i {
  font-style: inherit;
  color: #3681f7;
}
.cont .section-page3 .swiper-container {
  padding-bottom: 32px;
  margin-top: 100px;
}
.cont .section-page3 .swiper-container .swiper-pagination {
  bottom: 0;
}
.cont .section-page3 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #3681f7;
}
.cont .section-page3 .swiper-container .swiper-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont .section-page3 .swiper-container .swiper-slide {
  width: 32%;
  padding: 60px 55px;
  background: linear-gradient(#eff7ff, #feffff);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
}
.cont .section-page3 .swiper-container .swiper-slide .txt p {
  display: block;
  color: #0c1634;
  font-weight: bold;
}
.cont .section-page3 .swiper-container .swiper-slide .txt span {
  display: block;
  color: #0c1634;
  margin-top: 10px;
  text-align: justify;
  line-height: 1.68;
}
.cont .section-page3 .swiper-container .swiper-slide .img {
  width: 190px;
}
.cont .section-page3 .swiper-container .swiper-slide .img img {
  transition: all 0.5s;
}
.cont .section-page3 .swiper-container .swiper-slide:hover .img img:nth-child(1) {
  transform: translateY(-8px);
}
.cont .section-page3 .swiper-container .swiper-slide:hover .img img:nth-child(2) {
  transform: scale(0.8);
}
.cont .section-page3 .btn {
  text-align: center;
  margin-top: 5px;
}
.cont .section-page3 .btn a {
  display: inline-block;
  border-radius: 100px;
  padding: 14px 50px;
  color: #3681f7;
  overflow: hidden;
  position: relative;
  border: 1px solid #3681f7;
  transition: all 0.3s;
}
.cont .section-page3 .btn a:hover {
  background: #3681f7;
  color: #fff;
}
.cont .section-page4 {
  padding: 90px 0 170px;
  position: relative;
  background: #0e1124;
}
.cont .section-page4 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cont .section-page4 .bg img {
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.cont .section-page4 .w1440 {
  position: relative;
  z-index: 5;
}
.cont .section-page4 .tit {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.cont .section-page4 .tab {
  margin-top: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.cont .section-page4 .tab ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
.cont .section-page4 .tab ul li {
  padding: 17px;
  margin: 0 40px;
  color: #fff;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.cont .section-page4 .tab ul li.on {
  border-bottom: 2px solid #fff;
  font-weight: 600;
}
.cont .section-page4 .tab ul li:hover {
  font-weight: 600;
}
.cont .section-page4 .tab a {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 17px 0;
  color: #fff;
  display: flex;
  align-items: center;
}
.cont .section-page4 .tab a svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: all 0.3s;
}
.cont .section-page4 .tab a:hover svg {
  transform: translateX(5px);
}
.cont .section-page4 .block {
  position: relative;
  height: 500px;
}
.cont .section-page4 .block .item {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.5s;
}
.cont .section-page4 .block .item.on {
  transform: translateX(0);
  opacity: 1;
  z-index: 5;
}
.cont .section-page4 .block .item .ic {
  margin-top: 90px;
}
.cont .section-page4 .block .item .ic img {
  width: auto;
}
.cont .section-page4 .block .item p {
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
  display: block;
}
.cont .section-page4 .block .item span {
  width: 50%;
  display: block;
  margin-top: 50px;
  line-height: 1.68;
  color: #fff;
  font-weight: 200;
}
.cont .section-page4 .block .item .btns {
  margin-top: 70px;
  display: flex;
  align-items: center;
}
.cont .section-page4 .block .item .btns a {
  display: inline-block;
  border-radius: 100px;
  width: 144px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #3681f7;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.cont .section-page4 .block .item .btns a:hover {
  background: #fff;
  color: #3681f7;
}
.cont .section-page4 .block .item .btns svg {
  width: 50px;
  height: 50px;
  margin-left: 40px;
  transition: all 0.3s;
  cursor: pointer;
}
.cont .section-page4 .block .item .btns svg:hover {
  transform: scale(1.1);
}
.cont .section-page5 {
  background: url(../img/index5_bg.jpg) center top #fff no-repeat;
  background-size: 100%;
  padding: 90px 0;
}
.cont .section-page5 .tit {
  text-align: center;
  color: #0c1634;
  font-weight: bold;
}
.cont .section-page5 .swiper-container {
  padding-bottom: 32px;
  margin-top: 100px;
}
.cont .section-page5 .swiper-container .swiper-pagination {
  bottom: 0;
}
.cont .section-page5 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #3681f7;
}
.cont .section-page5 .swiper-container .swiper-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont .section-page5 .swiper-container .swiper-slide {
  width: 32%;
  padding: 50px 20px;
  background: linear-gradient(#eff7ff, #feffff);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
}
.cont .section-page5 .swiper-container .swiper-slide .img {
  transition: all 0.5s;
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.cont .section-page5 .swiper-container .swiper-slide p {
  text-align: center;
  color: #0c1634;
  display: block;
  width: 100%;
  font-weight: 600;
  margin-top: 15px;
}
.cont .section-page5 .swiper-container .swiper-slide span {
  text-align: center;
  color: #0c1634;
  display: block;
  width: 100%;
}
.cont .section-page5 .swiper-container .swiper-slide .btn {
  margin-top: 60px;
  text-align: center;
}
.cont .section-page5 .swiper-container .swiper-slide .btn a {
  display: inline-block;
  border-radius: 100px;
  padding: 12px 50px;
  color: #3682f7;
  background: transparent;
  border: 1px solid #3682f7;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.cont .section-page5 .swiper-container .swiper-slide .btn a:hover {
  background: #3682f7;
  color: #fff;
}
.cont .section-page5 .swiper-container .swiper-slide:hover .img {
  transform: translateY(-8px);
}
.cont .section-page6 {
  background: url(../img/index6_bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 3% 0 4%;
}
.cont .section-page6 .xiala_color {
  font-weight: bold;
}
.cont .section-page6 .tit {
  color: #fff;
}
.cont .section-page6 .tit p,
.cont .section-page6 .tit span {
  display: block;
  font-weight: 700;
}
.cont .section-page6 form {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2%;
}
.cont .section-page6 form .input_box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont .section-page6 form .input-group {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 20px;
  z-index: 10;
}
.cont .section-page6 form .input-group i {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  color: #ff3737;
  font-size: 14px;
  display: none;
  white-space: nowrap;
  font-style: inherit;
}
.cont .section-page6 form .input-group:nth-child(1) {
  width: 240px;
}
.cont .section-page6 form .input-group:nth-child(2) {
  width: 275px;
}
.cont .section-page6 form .input-group:nth-child(3) {
  width: 275px;
}
.cont .section-page6 form .input-group:nth-child(4) {
  width: 327px;
}
.cont .section-page6 form .input-group textarea {
  resize: none;
  width: calc(100% - 5px);
  background: transparent;
  padding: 10px 20px;
  height: 45px;
  margin: 0;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 1px;
  display: block;
}
.cont .section-page6 form .input-group textarea::placeholder {
  color: rgba(251, 251, 253, 0.9);
  letter-spacing: 1px;
}
.cont .section-page6 form .input-group textarea::-webkit-scrollbar {
  width: 4px;
}
.cont .section-page6 form .input-group textarea::-webkit-scrollbar-thumb {
  background-color: rgba(43, 86, 206, 0.34);
  border-radius: 4px;
}
.cont .section-page6 form .input-group textarea::-webkit-scrollbar-track {
  background-color: rgba(43, 86, 206, 0.1);
}
.cont .section-page6 form .input-group input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  background: rgba(43, 86, 206, 0.34);
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
}
.cont .section-page6 form .input-group input::placeholder {
  color: rgba(251, 251, 253, 0.9);
  letter-spacing: 1px;
}
.cont .section-page6 form .input-group input::-ms-clear {
  width: 0;
  height: 0;
}
.cont .section-page6 form .input-group input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.cont .section-page6 form .input-group input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
.cont .section-page6 form .input-group .captcha {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #5cb8fb;
  width: 115px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.cont .section-page6 form .input-group .captcha.disabled {
  background-color: #ccc;
}
.cont .section-page6 form .input-group.error i {
  display: block;
}
.cont .section-page6 form .group-list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
  border-radius: 0px 0px 10px 10px;
  background: rgba(3, 35, 124, 0.3);
  padding: 10px 0;
  height: 160px;
  display: none;
}
.cont .section-page6 form .group-list ul {
  width: 100%;
}
.cont .section-page6 form .group-list ul li {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 8px 20px;
  transition: all 0.5s;
}
.cont .section-page6 form .group-list ul li:hover {
  background: rgba(3, 35, 124, 0.5);
}
.cont .section-page6 form .group-list ::-webkit-scrollbar {
  width: 2px;
  height: 3px;
}
.cont .section-page6 form .group-list ::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
.cont .section-page6 form .group-list ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
}
.cont .section-page6 form .xuan {
  display: inline-block;
  margin-top: 13px;
  position: relative;
  /* input[type='checkbox']:checked + .check_container:before {
                    content: "";
                    display: block;
                    width: 20px;
                    height: 2px; 
                    background-color: #fff; 
                    transform: rotate(45deg) translateX(4px) translateY(8px);
                  }
                  
                  input[type='checkbox']:checked + .check_container:after {
                    content: "";
                    display: block;
                    width: 10px; 
                    height: 2px; 
                    background-color: #fff; 
                    transform: rotate(-45deg) translateX(6px) translateY(3px);
                  } */
}
.cont .section-page6 form .xuan i {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  color: #ff3737;
  font-size: 14px;
  display: none;
  white-space: nowrap;
  font-style: inherit;
}
.cont .section-page6 form .xuan input[type='checkbox'] {
  width: 0;
}
.cont .section-page6 form .xuan label {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}
.cont .section-page6 form .xuan label em {
  font-style: normal;
}
.cont .section-page6 form .xuan label .left {
  margin-left: -0.5em;
}
.cont .section-page6 form .xuan .check_container {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  margin-right: 10px;
  border-radius: 3px;
}
.cont .section-page6 form .xuan input[type='checkbox']:checked + .check_container:before {
  content: '\2713';
  font-family: iconfont;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 2px;
  top: -5px;
}
.cont .section-page6 form .xuan input {
  -webkit-appearance: none;
}
.cont .section-page6 form .xuan input::-ms-clear {
  width: 0;
  height: 0;
}
.cont .section-page6 form .xuan input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.cont .section-page6 form .xuan input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
.cont .section-page6 form .xuan a {
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.cont .section-page6 form .btn {
  width: 100%;
  margin-top: 23px;
}
.cont .section-page6 form .btn a {
  background: #fff;
  border-radius: 100px;
  text-align: center;
  width: 204px;
  line-height: 52px;
  color: #2b2b2b;
  display: inline-block;
  font-weight: 700;
}
.section-page6 .product_list {
  background: #fff !important;
  color: #242424;
  height: 146px;
  padding-left: 0px;
  padding-right: 0px;
}
.product_list {
  display: none;
  position: absolute;
  /* border: 1px solid rgba(255,255,255,0.34); */
  width: 100%;
  color: white;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  z-index: 2;
}
.product_list li {
  cursor: pointer;
  font-size: 16px;
  line-height: 34px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: rgba(135, 131, 131, 0.6) !important;
}
.company,
#yourInputId {
  z-index: 101 !important;
}
.select.posts,
.posts {
  z-index: 100;
}
.select.province,
.province {
  z-index: 99;
}
.select.city,
.city {
  z-index: 98;
}
.select.industry {
  z-index: 97;
}
.select {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  line-height: 48px;
  height: 48px;
}
.select .selected {
  color: #242424 !important;
}
.relative {
  /*position: relative;*/
}
.divi {
  position: absolute;
  right: 5px;
  top: 3px;
  color: #242424 !important;
}
.divi svg {
  width: 20px;
  height: 20px;
}
.select.active .i {
  /*
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .4s;
     */
}
.select-val {
  position: relative;
  background: #fff;
  border: #dfe1e4 1px solid;
  font-size: 15px;
  color: #989898;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 43px;
  height: 43px;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-vals {
  position: absolute;
  left: 0;
  width: 100%;
  top: 49px;
  background: #fff;
  max-height: 300px;
  overflow: auto;
  display: none;
  box-shadow: 0 1px 2px #ddd;
  font-size: 15px !important;
  margin-top: -5px;
  z-index: 100;
}
.select-vals a,
.city a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city a {
  font-size: 15px !important;
}
.select-vals a {
  display: block;
  line-height: 43px;
  padding: 0 15px;
  color: #242424;
}
.select-vals a:hover {
  color: #242424;
  background-color: #F1F1F1;
}
.Item {
  /*padding-left: 20px;*/
}
.select-vals .Item a {
  padding-left: 35px;
}
.city a {
  font-size: 15px;
  color: #242424 !important;
}
.city a.force-grey-color {
  color: #989898 !important;
}
.city_select_val_1 div.force-grey-color,
.city_select_val_2 div.force-grey-color,
.city_select_val_3 div.force-grey-color {
  color: #787676 !important;
}
.form-item {
  font-size: 15px;
  height: 48px;
  margin-bottom: 20px !important;
}
.md-book .form-item-check {
  height: auto;
}
.md-book .form .ipt {
  height: 44px !important;
}
.ProvincesRegions {
  display: flex;
}
.md-book .form-item-code .ipt {
  padding-right: 0px;
}
.ProvincesRegions .form-item:first-child,
.ProvincesRegions .form_bg:first-child {
  margin-right: 8px;
}
.ProvincesRegions .form-item,
.ProvincesRegions .form_bg {
  width: 49%;
}
.posts .select-vals {
  max-height: 317px;
}
.ProvincesRegions .select-vals {
  max-height: 253px;
}
.md-book .form .ipt {
  padding-left: 12px;
}
.select.industry .error-tips {
  top: 31px;
}
.error-tips.s12.checktip {
  /*margin-top: -27px;*/
}
.cont .section-page6 form .input-group {
  width: 280px !important;
}
.cont .section-page6 form .group-list {
  height: 160px;
}
.cont .section-page6 form .group-list ul li {
  line-height: 17px !important;
  /*margin-bottom: 16px !important;*/
}
.mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.section-page6 .con-city-4 .product_list {
  height: auto;
}
.section-page6 .product_list {
  background: #fff !important;
  color: #242424;
  height: 186px;
  padding-left: 0px;
  padding-right: 0px;
}
.section-page6 .product_list ul {
  height: auto;
}
.section-page6 .product_list ul li.opt-inner-industry {
  box-sizing: border-box;
  padding-left: 35px;
}
.section-page6 .product_list ul li.opt-outside-industry {
  font-weight: bold;
  cursor: default;
}
.section-page6 .product_list::-webkit-scrollbar {
  width: 3px;
}
.cont .section-page6 form .group-list {
  background: rgba(3, 35, 124);
}
.page1_r {
  box-shadow: 0 0 5px -2px rgba(128, 128, 128, 0.5);
  padding: 43px 50px 53px;
}
.form_title {
  margin-bottom: 25px;
}
.page1_more {
  margin-top: 30px;
}
.form_white {
  padding: 50px 60px 60px !important;
}
.page1_phone {
  position: relative;
  top: -70px;
}
.lp-company-con10000 {
  z-index: 10000;
}
.lp-company-con9000 {
  z-index: 9000;
}
.lp-company-con8000 {
  z-index: 8000;
}
.lp-company-con7000 {
  z-index: 7000;
}
.lp-company-con6000 {
  z-index: 6000;
}
.lp-company-con5000 {
  z-index: 5000;
}
.industry_select_value_outside {
  cursor: default;
  font-weight: bold;
}
.industry_select_value_inner {
  box-sizing: border-box;
  padding-left: 35px;
}
.cont .section-page6 form .input-group.lp-company-con100 {
  z-index: 100;
}
.cont .section-page6 form .input-group.lp-company-con90 {
  z-index: 90;
}
.cont .section-page6 form .input-group.lp-company-con80 {
  z-index: 80;
}
.cont .section-page6 form .input-group.lp-company-con70 {
  z-index: 70;
}
.cont .section-page6 form .input-group.lp-company-con60 {
  z-index: 40;
  width: 860px!important;
  background: rgba(43, 86, 206, 0.34);
}
.cont .section-page6 form .input-group.lp-company-con50 {
  z-index: 50;
}
.cont .section-page6 form .group-list,
.cont .section-page6 form .group-list ul li {
  background-color: #fff;
  color: #000;
}
.section-page6 .product_list li {
  color: #242424;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  /*background-color: #F1F1F1;*/
}
.section-page6 .product_list li:hover {
  background: #F1F1F1;
}
.cont .section-page6 form .group-list ul li:hover {
  color: #242424;
  background: #F1F1F1;
}
.optiongroup-con {
  font-weight: bold;
  cursor: default;
}
.scroll_mask .form3 .xiala_list {
  height: 200px;
}
.pop_mask {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
.pop_mask > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pop_success {
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.pop_success img {
  width: 140px;
  margin: 15px auto 0;
}
.mask_close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.pop_mask_top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.pop_mask_top svg {
  margin-right: 10px;
}
.pop_gb {
  position: absolute;
  width: 86px;
  height: 58px;
  border-radius: 11px;
  background: rgba(20, 20, 20, 0.6);
  top: 0;
  right: -54px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.pop_gb:hover {
  background: #141414;
}
.pop_gb svg {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: none;
}
.pop .pop_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.5s;
}
.pop .pop_box .prompt {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  letter-spacing: 1px;
}
.pop.on .pop_box {
  transform: translateY(0px);
  opacity: 1;
}
@media (max-width: 380px) {
  .md-book .main {
    width: 6rem;
  }
}
@media (min-width: 381px) and (max-width: 500px) {
  .md-book .main {
    width: 7.3rem;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .md-book .main {
    min-width: 450px;
  }
}
@media (min-width: 769px) {
  .md-book .main {
    min-width: 500px;
  }
}
@media (max-width: 768px) {
  .cont .section-page6 form .input-group {
    width: 100% !important;
  }
  form.wow.fadeInUp .input-group:last-child .product_list {
    height: 146px;
  }
  .scroll_mask .form3 .xiala_list {
    height: 150px;
  }
}
@media (min-width: 2001px) {
  .industry .select-vals {
    max-height: 1.65rem !important;
  }
  .province .select-vals,
  .city .select-vals {
    max-height: 2.15rem;
  }
}
@media (min-width: 1500px) and (max-width: 2000px) {
  .industry .select-vals {
    max-height: 1.7rem !important;
  }
  .province .select-vals,
  .city .select-vals {
    max-height: 2.4rem;
  }
}
@media (min-width: 1300px) and (max-width: 1499px) {
  .industry .select-vals {
    max-height: 1.8rem !important;
  }
  .province .select-vals,
  .city .select-vals {
    max-height: 2.6rem;
  }
}
@media (min-width: 1100px) and (max-width: 1299px) {
  .industry .select-vals {
    max-height: 1.9rem !important;
  }
  .province .select-vals,
  .city .select-vals {
    max-height: 2.8rem;
  }
}
@media (max-width: 1099px) {
  .industry .select-vals {
    max-height: 113px;
  }
  .posts .select-vals {
    max-height: 249px;
  }
  .industry .select-vals {
    max-height: 113px;
  }
  .province .select-vals,
  .city .select-vals {
    max-height: 180px;
  }
}
@media (max-width: 998px) {
  .cont .section-page6 form .input-group.lp-company-con60 {
    width: 570px!important;
  }
}
@media (max-width: 3840px) and (min-width: 551px) {
  .s16 {
    font-size: calc(12px + 4 * 100vw / 1920) !important;
  }
}
@media (max-width: 3840px) {
  .industry {
    overflow: visible !important;
  }
}
.cpm {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.cpm * {
  box-sizing: border-box;
}
.cpm > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form_title {
  margin-bottom: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scroll_mask {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  width: 600px;
  background: #fff;
  padding: 50px 60px 60px;
  border-radius: 19px;
  position: relative;
  z-index: 2;
}
.scroll_mask span {
  font-weight: bold;
  color: #091636;
}
.scroll_mask svg {
  width: 26px;
  height: 26px;
  transition: all 0.3s;
}
.scroll_mask svg:hover {
  transform: rotate(180deg);
}
.scroll_hide {
  display: none !important;
}
.scroll_act {
  bottom: 0;
  opacity: 1;
}
.scroll_mask .form_title svg {
  display: block;
  cursor: pointer;
}
.scroll_mask .form_title {
  margin-bottom: 25px;
}
.scroll_mask .form_bg {
  height: 55px;
  padding: 0 30px;
}
.scroll_mask .page1_more {
  margin-top: 30px;
}
.scroll_mask .xiala_list {
  height: 120px;
}
.scroll_mask .tips {
  left: 15px;
}
.form_bg {
  background-color: #fbfbfb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  position: relative;
}
.form_bg i {
  font-size: 12px;
}
.form_bg input {
  width: 100%;
  font-size: 16px;
  position: relative;
  z-index: 2;
  background: transparent;
}
.form_bg textarea {
  resize: none;
  width: 100%;
  background: transparent;
  padding: 10px 0px;
  height: 45px;
  font-size: 16px;
  margin: 0;
  border-radius: 10px;
  letter-spacing: 1px;
  display: block;
}
.form_bg textarea::placeholder {
  letter-spacing: 1px;
  font-size: 16px;
}
.form_bg textarea::-webkit-scrollbar {
  width: 4px;
}
.form_bg textarea::-webkit-scrollbar-thumb {
  background-color: rgba(43, 86, 206, 0.34);
  border-radius: 4px;
}
.form_bg textarea::-webkit-scrollbar-track {
  background-color: #fbfbfb;
}
.tips {
  position: absolute;
  left: 15px;
  top: 100%;
  color: red;
  display: none;
  font-size: 10px;
  font-style: inherit;
}
.xiala {
  position: relative;
}
.xiala > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.xiala svg {
  cursor: pointer;
  position: absolute;
  right: 30px;
}
.xiala_list {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 55px;
  background: white;
  height: 180px;
  z-index: 2;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  padding: 20px;
}
.xiala_list > div {
  line-height: 34px;
  cursor: pointer;
  transition: all 0.5s;
  height: 100%;
}
.xiala_list .product_value:hover {
  color: #3681f7;
}
.company {
  position: absolute;
  z-index: 6;
  width: 100%;
  left: 0;
  top: 55px;
  background: white;
  height: 180px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  padding: 20px;
  display: none;
}
.company > div {
  height: 100%;
}
.form_flx {
  display: flex;
  justify-content: space-between;
}
.form > div {
  margin-bottom: 20px;
}
.form_flx > div:first-child {
  width: calc(67% - 10px);
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 10px;
  justify-content: space-around;
}
.form_flx > div:first-child input {
  width: calc(100% - 120px);
}
.form_flx > div:first-child a {
  color: white;
  background-color: #3681f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 40px;
  width: 108px;
}
.form_flx > div:last-child {
  width: 33%;
}
.ProvincesRegions {
  display: flex;
}
.ProvincesRegions .form-item,
.ProvincesRegions .form_bg {
  width: 49%;
}
.ProvincesRegions .form-item:first-child,
.ProvincesRegions .form_bg:first-child {
  margin-right: 8px;
}
.xiala > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.xiala svg {
  cursor: pointer;
  position: absolute;
  right: 30px;
}
.agree {
  display: flex;
  align-items: center;
  position: relative;
}
.agree a {
  color: #3681f7;
}
.agree input {
  margin-right: 10px;
  width: 13px;
  height: 13px;
}
.agree i {
  position: absolute;
  left: 22px;
  top: 100%;
  font-size: 12px;
  color: red;
  display: none;
  font-style: inherit;
}
.cpm_gb {
  position: absolute;
  width: 86px;
  height: 58px;
  border-radius: 11px;
  background: rgba(20, 20, 20, 0.6);
  top: 0;
  right: -54px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cpm_gb svg {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.form_white {
  width: 600px;
  background: white;
  padding: 70px 60px 80px;
  border-radius: 19px;
  position: relative;
  z-index: 2;
}
.cpm_gb:hover {
  background: #141414;
}
.page1_more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background-color: #3681f7;
  color: white;
  border-radius: 50px;
  margin-top: 25px;
  cursor: pointer;
  transition: all 0.5s;
}
.page1_more:hover {
  background-color: #3681f7;
  color: #fff;
}
.company_value {
  cursor: pointer;
  line-height: 34px;
  transition: all 0.5s;
}
.company_value:hover {
  color: #4466f7;
}
@keyframes float {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes in_left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes in_right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes in_up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes in_down {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1600px) {
  .cont .banner .txt .btn {
    margin-top: 47px;
  }
  .cont .section-page1 .tit {
    margin-top: 60px;
  }
  .cont .section-page1 .des {
    margin-top: 20px;
  }
  /* 0418 修改S */
  .cont .section-page1 .img {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  /* 0418 修改E */
  .cont .section-page2 .w1440 {
    padding: 60px 0;
  }
  .cont .section-page2 .tit {
    margin-bottom: 60px;
  }
  /* 0418 修改S */
  .cont .section-page2 .item {
    margin-bottom: 50px;
  }
  /* 0418 修改E */
  .cont .section-page3 {
    padding: 60px 0;
  }
  .cont .section-page3 .swiper-container {
    margin-top: 50px;
  }
  .cont .section-page4 {
    padding: 60px 0 120px;
  }
  .cont .section-page4 .tab {
    margin-top: 30px;
  }
  .cont .section-page4 .block .item .ic {
    margin-top: 40px;
  }
  .cont .section-page4 .block .item span {
    margin-top: 25px;
  }
  .cont .section-page4 .block .item .btns {
    margin-top: 30px;
  }
  .cont .section-page5 {
    padding: 60px 0;
  }
  .cont .section-page5 .swiper-container {
    margin-top: 60px;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .scroll_mask .form_bg {
    height: 45px;
  }
}
/* 150 */
@media screen and (max-width: 1024px) {
  .cont .section-page1 .des {
    width: 94%;
    margin: 15px auto 0;
  }
  .cont .section-page1 .des br {
    display: none;
  }
}
@media screen and (max-width: 998px) {
  .cont {
    margin-top: 50px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar.page1_box {
    padding: 0px 20px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar.page1_box > div {
    width: 100%;
    justify-content: space-between;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar.page1_box ul {
    margin-left: 0;
  }
  .cont .subnav .subnavbg .nav_box .app_nav {
    width: auto;
    position: relative;
  }
  .cont .subnav .subnavbg .nav_box .app_nav .app_nav_txt {
    display: flex;
    margin-left: 20px;
    align-items: center;
  }
  .cont .subnav .subnavbg .nav_box .app_nav .app_nav_txt p {
    display: inline-block;
    font-size: 14px;
    line-height: 53px;
    white-space: nowrap;
    margin-right: 8px;
  }
  .cont .subnav .subnavbg .nav_box .app_nav .app_nav_txt svg {
    width: 13px;
    height: 13px;
    vertical-align: middle;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar ul {
    display: none;
    position: absolute;
    left: 0;
    top: 53px;
    width: 85px;
    flex-direction: column;
    background-color: #fff;
    margin-left: 12px;
    box-shadow: 0 7px 7px #e1eaf9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 0;
    overflow: hidden;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar ul li {
    width: 100%;
    line-height: 38px;
    padding-left: 8px;
    margin-left: 0;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar ul li.on {
    color: #3681f7;
    font-weight: normal;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar ul li.on::after {
    display: none;
  }
  .cont .banner .img img {
    width: 130%;
    margin-left: -14%;
  }
  .cont .banner .txt .btn {
    margin-top: 20px;
  }
  .cont .banner .txt .btn a {
    padding: 5px 30px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar {
    padding: 0;
    height: 53px;
    background: transparent;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic {
    font-size: 12px;
    width: 279px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic img {
    width: 30px;
    margin-right: 5px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar > div {
    width: calc(100% - 110px);
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn {
    width: 100px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn a {
    line-height: 35px;
    height: 35px;
  }
  .cont .subnav {
    height: 53px;
  }
  .cont .subnav .subnavbg {
    height: 53px;
  }
  .cont .subnav .subnavbg.on {
    height: 53px;
    border-top: 0;
  }
  .cont .banner .txt {
    top: 36.5%;
  }
  .cont .section-page1 .tit {
    margin-top: 40px;
  }
  /* 0418 修改S */
  .cont .section-page1 .img img {
    width: 94%;
  }
  .cont .section-page1 .img {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  /* 0418 修改E */
  .cont .section-page2 .item {
    flex-wrap: wrap;
  }
  .cont .section-page2 .item .txt {
    width: 100%;
  }
  .cont .section-page2 .item .pic {
    width: 100%!important;
    order: 2;
    margin-top: 10px;
  }
  .cont .section-page2 .w1440 {
    padding: 40px 0;
  }
  .cont .section-page2 .tit {
    margin-bottom: 20px;
  }
  .cont .section-page2 .item {
    margin-bottom: 20px;
  }
  .cont .section-page2 .item .txt ul {
    margin-top: 10px;
  }
  .cont .section-page2 .item .txt ul li {
    margin-bottom: 10px;
  }
  .cont .section-page3 .swiper-container .swiper-slide .txt p {
    text-align: center;
  }
  .cont .section-page3 .swiper-container .swiper-slide .txt span {
    text-align: center;
  }
  .cont .section-page2 .item .pic .swiper-slide {
    border-radius: 10px;
  }
  .cont .section-page3 .swiper-container .swiper-slide {
    padding: 20px;
  }
  .cont .section-page3 .swiper-container .swiper-slide .img {
    width: 120px;
    margin: 0 auto;
  }
  .cont .section-page3 .btn {
    margin-top: 20px;
  }
  .cont .section-page3 .btn a {
    padding: 0;
    width: 128px;
    height: 40px;
    line-height: 40px;
  }
  .cont .section-page3 {
    padding: 40px 0;
  }
  .cont .section-page3 .swiper-container {
    margin-top: 20px;
  }
  .cont .section-page4 {
    padding: 40px 0 60px;
  }
  .cont .section-page4 .tab {
    margin-top: 20px;
  }
  .cont .section-page4 .block .item .ic {
    margin-top: 40px;
  }
  .cont .section-page4 .block .item span {
    margin-top: 15px;
    width: 100%;
  }
  .cont .section-page4 .block .item .btns {
    margin-top: 20px;
    justify-content: center;
  }
  .cont .section-page5 {
    padding: 40px 0;
  }
  .cont .section-page5 .swiper-container {
    margin-top: 30px;
  }
  .cont .section-page5 .swiper-container .swiper-slide .btn {
    margin-top: 20px;
  }
  .cont .section-page4 .block .item .btns a {
    padding: 0;
    width: 128px;
    height: 40px;
    line-height: 40px;
  }
  .cont .section-page4 .block .item .btns svg {
    width: 45px;
    height: 45px;
    margin-left: 20px;
  }
  .cont .section-page5 .swiper-container .swiper-slide .img {
    width: 70px;
  }
  .cont .section-page5 .swiper-container .swiper-slide {
    padding: 20px;
  }
  .cont .section-page5 .swiper-container .swiper-slide .btn a {
    padding: 0;
    width: 128px;
    height: 40px;
    line-height: 40px;
  }
  .cont .section-page6 {
    padding: 40px 0;
  }
  .cont .section-page6 form {
    margin-top: 20px;
  }
  .cont .section-page6 form .input-group i {
    bottom: -19px;
  }
  .cont .section-page6 form .input-group,
  .cont .section-page6 form .input-group input {
    border-radius: 5px;
  }
  .cont .section-page6 form .btn {
    text-align: center;
  }
  .cont .section-page6 form .btn a {
    width: 156px;
    line-height: 40px;
  }
  .cont .section-page3 .swiper-container .swiper-slide,
  .cont .section-page5 .swiper-container .swiper-slide {
    width: 100%;
    margin-bottom: 10px;
  }
  .cont .section-page3 .swiper-container .swiper-slide:nth-last-child(1),
  .cont .section-page5 .swiper-container .swiper-slide:nth-last-child(1) {
    margin-bottom: 0;
  }
  .cont .section-page4 .block .item .ic img {
    margin: 0 auto;
  }
  .cont .section-page4 .block .item p {
    text-align: center;
  }
  .cont .section-page4 .block .item span {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .tit {
    font-size: 22px!important;
  }
  .cont .section-page4 .tab {
    margin-top: 65px;
  }
  .cont .section-page4 .tab ul {
    justify-content: space-between;
  }
  .cont .section-page4 .tab ul li {
    padding: 12px 0;
    margin: 0;
    width: 33%;
    text-align: center;
  }
  .cont .section-page4 .tab a {
    padding: 0;
    display: inline-block;
    border-radius: 100px;
    width: 128px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #3681f7;
    overflow: hidden;
    bottom: 56px;
    right: 50%;
    transform: translateX(50%);
  }
  .cont .section-page4 .tab a svg {
    display: none;
  }
  .cpm > div {
    transform: translate(0, 0);
    left: 0;
    top: auto;
    bottom: -110%;
    transition: all 0.5s;
    width: 100%;
  }
  .cpm.act > div {
    bottom: 0;
  }
  .form_bg input {
    font-size: 14px;
  }
  .scroll_mask {
    width: 100%;
    padding: 20px;
    border-radius: 15px 15px 0 0;
  }
  .scroll_mask .form_bg {
    height: 40px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .xiala svg {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .agree input {
    width: 16px;
    height: 16px;
  }
  .form_flx .form_bg {
    margin-bottom: 0px;
  }
  .form > div {
    margin-bottom: 15px;
  }
  .form_flx > div:first-child {
    padding-right: 0;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .form_flx > div:first-child a {
    width: 90px;
  }
  .ProvincesRegions {
    margin-bottom: 0!important;
  }
  .cpm_gb {
    right: 0;
    z-index: 5;
    background-color: transparent;
  }
  .cpm_gb svg path {
    fill: #aaaaaa;
  }
  .cont .section-page6 .tit p,
  .cont .section-page6 .tit span {
    font-size: 22px;
    text-align: center;
  }
  .pop_success {
    width: 226px;
    padding: 20px 0;
  }
  .pop_mask_top {
    margin-bottom: 4px;
    font-size: 20px;
  }
  .pop_gb {
    width: 70px;
    height: 50px;
    right: -44px;
  }
  .pop_gb svg {
    right: 12px;
  }
  .pop_success img {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 350px) {
  .cont .subnav .subnavbg .nav_box .app_nav {
    display: none;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic img {
    margin-right: 7px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn {
    width: 85px;
    padding: 5px 0;
  }
}
/*# sourceMappingURL=./index.css.map */