﻿.fotter .top .three_a{
position: relative;
}
.wx-tan{
	position:absolute;
	    position: absolute;
    left:15px;
    width: 150px;
    top: 50px;
	display:none;
}
.wx-tan img{
	width:100%;
}
.wx:hover .wx-tan{
	display:block;
}
.index_box00 {
  background: url('../img/img_bg_gsjj.png') no-repeat center;
  background-size: cover;
  height: 690px;
}
.index_box00 .box_main .left {
  width: 560px;
  min-width: 560px;
  height: 320px;
  margin-right: 100px;
}
.index_box00 .box_main .left div {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #1d62ff 0%, #0cafff 100%);
}
.index_box00 .box_main .left div img {
  width: 100%;
  height: 100%;
  transform: translate(20px, 20px);
}
.index_box00 .box_main .right {
  width: 100%;
}
.index_box00 .box_main .right p {
  line-height: 52px;
  font-size: 24px;
}
.index_box00 .box_main .right p span {
  font-weight: bold;
}
.index_box00 .box_main .right a {
  display: block;
  margin-top: 50px;
}
.index_box01 {
  background: url('../img/img_bg_fwfw.png') no-repeat center;
  background-size: cover;
}
.index_box01 .box_main .box01_nav {
  height: 45px;
  border-bottom: 1px solid #c5ccdb;
  justify-content: center;
}
.index_box01 .box_main .box01_nav li {
  height: 100%;
  margin: 0 100px;
  font-size: 24px;
  cursor: pointer;
  border-bottom: 2px solid;
  border-color: rgba(0, 0, 0, 0);
}
.index_box01 .box_main .box01_nav li.active {
  color: #1d62ff;
  border-color: #1d62ff;
}
.index_box01 .box_main .box01_nav li:hover {
  color: #1d62ff;
}
.index_box01 .box_main .go_main {
  padding-top: 40px;
}
.index_box01 .box_main .go_main > div {
  display: none;
}
.index_box01 .box_main .go_main > div:nth-of-type(1) {
  display: block;
}
.index_box01 .box_main .go_main > div ul {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index_box01 .box_main .go_main > div ul li {
  width: 300px;
  height: 240px;
  text-align: center;
  border: 1px solid;
  border-color: #fff;
  padding-top: 50px;
  transition: all 0.1s;
}
.index_box01 .box_main .go_main > div ul li p {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  color: #666;
}
.index_box01 .box_main .go_main > div ul li:hover {
  background: #fff;
}
.index_box01 .box_main .go_main > div ul li.h_00b547:hover {
  border-color: #00b547;
  box-shadow: 0px 8px 20px 0px rgba(0, 181, 71, 0.18);
}
.index_box01 .box_main .go_main > div ul li.h_ff5f1e:hover {
  border-color: #ff5f1e;
  box-shadow: 0px 8px 20px 0px rgba(255, 95, 30, 0.18);
}
.index_box01 .box_main .go_main > div ul li.h_1d62ff:hover {
  border-color: #1d62ff;
  box-shadow: 0px 8px 20px 0px rgba(29, 98, 255, 0.18);
}
.index_box01 .box_main .go_main > div ul li.h_a53cff:hover {
  border-color: #a53cff;
  box-shadow: 0px 8px 20px 0px rgba(165, 60, 255, 0.18);
}
.index_box02 {
  background: url('../img/img_bg_alzs.png') no-repeat center;
  background-size: cover;
  height: 1220px;
}
.index_box02 .box_main ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index_box02 .box_main ul li {
  width: 380px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
  margin-top: 40px;
}
.index_box02 .box_main ul li:nth-of-type(3n) {
  margin-right: 0;
}
.index_box02 .box_main ul li:nth-of-type(1),
.index_box02 .box_main ul li:nth-of-type(2),
.index_box02 .box_main ul li:nth-of-type(3) {
  margin-top: 0;
}
.index_box02 .box_main ul li .img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.index_box02 .box_main ul li .img:hover img {
  transform: scale(1.1);
}
.index_box02 .box_main ul li .img:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px 4px 0 0;
}
.index_box02 .box_main ul li .img img {
  transition: all 0.3s;
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
}
.index_box02 .box_main ul li .mains {
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  padding: 30px;
}
.index_box02 .box_main ul li .mains h2 {
  font-size: 20px;
}
.index_box02 .box_main ul li .mains span {
  color: #999999;
  font-size: 14px;
}
.index_box02 .box_main ul li .mains > div:nth-of-type(2) {
  margin-top: 20px;
}
.index_box02 .box_main ul li .mains > div:nth-of-type(2) img {
  vertical-align: middle;
}
.index_box02 .box_main > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 60px;
  background-image: linear-gradient(90deg, #1d62ff 0%, #0cafff 100%);
  border-radius: 4px;
  margin: 80px auto 0 auto;
  font-size: 24px;
  color: #ffffff;
}
.index_box03 {
  background: url('../img/卡片内容.png') no-repeat center;
  background-size: cover;
  height: 900px;
  position: relative;
}
.index_box03 .public_title {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  z-index: 99;
}
.index_box03 .public_title p {
  color: rgba(255, 255, 255, 0.6);
}
.index_box03 .public_title h2 {
  color: #fff;
}
.index_box03 .public_title .p {
  margin-top: 40px;
}
.index_box03 .public_title .p2 {
  margin-top: 20px;
}
.index_box03 .box_main {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('../img/b.png') no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-top: 100px;
}
.index_box03 .box_main ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index_box03 .box_main ul li {
  font-size: 24px;
  color: #ffffff;
}
.index_box03 .box_main ul li span {
  font-size: 70px;
  color: #fff;
  margin-right: 20px;
}
.index_box03 .box_main ul li p {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
}
.index_box04 ul li {
  display: flex;
}
.index_box04 ul li:nth-of-type(1),
.index_box04 ul li:nth-of-type(3) {
  justify-content: space-around;
}
.index_box04 ul li:nth-of-type(2) {
  justify-content: space-between;
  margin: 60px 0;
}
.index_box04 ul li a {
  cursor: pointer;
}
.index_box04 ul li a img {
  transition: all 0.1s;
}
.index_box04 ul li a .h_img {
  display: none;
}
.index_box04 ul li a:hover .h_img {
  display: block;
}
.index_box04 ul li a:hover .img {
  display: none;
}
.index_box05 {
  background: url('../img/img_bg_fwlc.png') no-repeat center;
  background-size: cover;
  height: 1064px;
}
.index_box05 .box_main > div {
  width: 380px;
  box-shadow: 0px 8px 20px 0px rgba(0, 52, 173, 0.18);
  border-radius: 4px;
  height: 680px;
  position: relative;
  padding-right: 30px;
  padding-top: 40px;
  overflow: hidden;
  background: url('../img/2.png') no-repeat center;
  background-size: cover;
}
.index_box05 .box_main > div h4 {
  padding-left: 40px;
  font-size: 24px;
  color: #ffffff;
}
.index_box05 .box_main > div hr {
  margin: 30px 0;
  border-color: #dce4f5;
}
.index_box05 .box_main > div > div {
  margin-top: 40px;
  background: #fff;
  padding: 30px 40px 0 40px;
  border-radius: 0 30px 0 0;
  height: 100%;
}
.index_box05 .box_main > div > div .title {
  position: relative;
  width: 40px;
  height: 40px;
}
.index_box05 .box_main > div > div .title div {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.index_box05 .box_main > div > div .title::after {
  content: '';
  width: 30px;
  height: 30px;
  background: #1d62ff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -16px;
  z-index: 1;
}
.index_box05 .box_main > div > div .title.qq div {
  background: #ffb22c;
}
.index_box05 .box_main > div > div .title.zq div {
  background: #2bd6d6;
}
.index_box05 .box_main > div > div .title.hq div {
  background: #52d686;
}
.index_box05 .box_main > div > div p {
  margin-top: 20px;
  font-size: 20px;
}
.index_box05 .box_main > div > div ul {
  margin-top: 20px;
  height: 128px;
  overflow: hidden;
}
.index_box05 .box_main > div > div ul li {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  padding-left: 14px;
}
.index_box05 .box_main > div > div ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #52d686;
  position: absolute;
  left: 0;
  top: 16px;
}
.index_box06 .public_title .p {
  margin-top: 40px;
  font-size: 24px;
}
.index_box06 .public_title .p span {
  font-size: 24px;
  color: #1d62ff;
}
.index_box06 .box_main {
  background: url('../img/img_bg_hzhb.png') no-repeat center;
  background-size: cover;
  height: 700px;
  width: 1600px;
  margin: 0 auto;
  padding-top: 40px;
}
.index_box06 .box_main .map {
  width: 720px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 52, 173, 0.18);
}
.index_box06 .box_main .map > div > div {
  width: 50%;
  height: 270px;
}
.index_box06 .box_main .map > div > div img {
  width: 100%;
  height: 100%;
}
.index_box06 .box_main .map .main {
  padding: 60px;
}
.index_box06 .box_main .map .main h3 {
  font-size: 20px;
}
.index_box06 .box_main .map .main div {
  height: 2px;
  margin: 20px 0;
  background-image: linear-gradient(90deg, #1d62ff 0%, #0cafff 100%);
  width: 40px;
}
.index_box06 .box_main .map .main p {
  color: #999999;
  line-height: 30px;
}
.index_box07 .box_main ul li {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
  margin-top: 80px;
}
.index_box07 .box_main ul li:nth-of-type(1) {
  margin-top: 0;
}
.index_box07 .box_main ul li .img {
  height: 400px;
  border-radius: 4px 4px 0 0;
}
.index_box07 .box_main ul li .img img {
  border-radius: 4px 4px 0 0;
  max-width: 100%;
  height: 100%;
}
.index_box07 .box_main ul li .title {
  padding: 40px;
}
.index_box07 .box_main ul li .title h2 {
  font-size: 28px;
  font-weight: bold;
}
.index_box07 .box_main ul li .title span {
  display: block;
  width: 100px;
  height: 36px;
  background-color: #fafafa;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #999999;
}
.index_box07 .box_main ul li .title p {
  line-height: 31px;
  font-size: 14px;
  color: #999999;
  margin-top: 30px;
}
.index_box08 {
  background-color: #fafafa;
}
.index_box08 .public_title {
  margin-bottom: 100px;
}
.index_box08 .xian {
  width: 100px;
  height: 2px;
  background-color: #1d62ff;
  margin: 20px auto 0 auto;
}
.index_box08 p {
  font-size: 18px;
  text-align: center;
}
.index_box08 a {
  display: block;
  margin: 60px auto 0 auto;
  width: 380px;
  height: 60px;
  background-image: linear-gradient(90deg, #1d62ff 0%, #0cafff 100%);
  border-radius: 4px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #ffffff;
}
.index_box09 {
  background: #fff;
}
.index_box09 .box_main {
  font-size: 24px;
  line-height: 48px;
  color: #666666;
}
.index_box10 .box_main ul li {
  border-bottom: 1px solid #c5ccdb;
  height: 140px;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.index_box10 .box_main ul li.active {
  height: 360px;
}
.index_box10 .box_main ul li.active .title .right img {
  transform: rotate(45deg);
}
.index_box10 .box_main ul li .title {
  height: 140px;
}
.index_box10 .box_main ul li .title .left img {
  margin-right: 20px;
  vertical-align: middle;
}
.index_box10 .box_main ul li .title .left .span1 {
  font-size: 24px;
  letter-spacing: 1px;
  margin-right: 20px;
}
.index_box10 .box_main ul li .title .left .span2 {
  font-size: 16px;
  color: #999999;
}
.index_box10 .box_main ul li .title .right img {
  transition: all 0.3s;
}
.index_box10 .box_main ul li .l_rong {
  margin-bottom: 40px;
  padding-left: 86px;
}
.index_box10 .box_main ul li .l_rong p {
  font-size: 18px;
  line-height: 32px;
}
.index_box10 .box_main ul li .l_rong div {
  margin-top: 30px;
  font-size: 18px;
}
.index_box10 .box_main ul li .l_rong div a {
  font-size: 18px;
  color: #1d62ff;
}
.index_box11 {
  background: url('../img/contact_bg.bd55ca08.png') no-repeat center;
  background-size: cover;
  height: 520px;
  padding-top: 180px;
}
.index_box11 .public_title div {
  margin: 18px auto 0 auto;
  width: 100px;
  height: 2px;
  background-color: #1d62ff;
}
.index_box11 .box_main p {
  line-height: 36px;
  font-size: 18px;
  text-align: center;
}
.about_main {
  padding-top: 40px;
}
.about_main > div {
  display: none;
}
.about_main > div:nth-of-type(1) {
  display: block;
}
.about_main > div > div {
  flex-wrap: wrap;
}
.about_main > div > div > div {
  position: relative;
  height: 300px;
  margin-top: 20px;
  cursor: pointer;
  overflow: hidden;
}
.about_main > div > div > div:hover img {
  transform: scale(1.2);
}
.about_main > div > div > div img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.about_main > div > div > div.w700 {
  width: 700px;
}
.about_main > div > div > div.w480 {
  width: 480px;
}
.about_main > div > div > div > div {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  bottom: 0;
  font-size: 20px;
  color: #ffffff;
  padding-left: 20px;
}
.case_nav ul li {
  width: 180px;
  height: 50px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 4px;
  margin-bottom: 80px;
  cursor: pointer;
}

.case_nav ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_nav ul li.active {
  background-color: #1d62ff;
  color: #fff;
}


.case_nav ul li:hover {
  background-color: #1d62ff;
  color: #fff;
}
.page {
  margin-top: 80px;
}
.page ul {
  display: flex;
  justify-content: center;
}
.page ul li {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  background: #fff;
  margin: 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page ul li.active {
  background: #e5e5e5;
}
.page ul li:hover {
  background: #e5e5e5;
}
@media screen and (max-width: 768px) {
  .index_box00 {
    height: auto;
  }
  .index_box00 .box_main .left {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    height: auto;
  }
  .index_box00 .box_main .right {
    margin-top: 30px;
  }
  .index_box00 .box_main .right p {
    font-size: 16px;
    line-height: 40px;
  }
  .index_box00 .box_main .right a {
    margin-top: 20px;
  }
  .index_box00 .box_main .right a img {
    max-width: 14%;
  }
  .index_box01 .box_main .box01_nav {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .index_box01 .box_main .box01_nav li {
    margin: 0;
    font-size: 18px;
  }
  .index_box01 .box_main .go_main > div ul li {
    width: 50%;
    padding-top: 24px;
    height: 175px;
  }
  .index_box01 .box_main .go_main > div ul li p {
    font-size: 16px;
    margin-top: 24px;
  }
  .index_box02 {
    height: auto;
  }
  .index_box02 .box_main ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .index_box02 .box_main ul li:nth-of-type(1),
  .index_box02 .box_main ul li:nth-of-type(2),
  .index_box02 .box_main ul li:nth-of-type(3) {
    margin-top: 20px;
  }
  .index_box02 .box_main ul li .mains h2 {
    font-size: 16px;
  }
  .index_box02 .box_main ul li .mains span {
    font-size: 12px;
  }
  .index_box02 .box_main ul li .img {
    height: auto;
  }
  .index_box02 .box_main > a {
    width: 100%;
    margin-top: 40px;
    font-size: 18px;
  }
  .index_box03 {
    height: 650px;
  }
  .index_box03 .public_title {
    width: 100%;
    top: 30px;
  }
  .index_box03 .public_title .p {
    margin-top: 30px;
  }
  .index_box03 .box_main ul {
    flex-wrap: wrap;
  }
  .index_box03 .box_main ul li {
    width: 50%;
    text-align: center;
    margin-top: 80px;
  }
  .index_box03 .box_main ul li span {
    font-size: 40px;
  }
  .index_box04 ul li {
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin: 0 !important;
  }
  .index_box04 ul li a {
    width: 50%;
    text-align: center;
    margin-top: 40px;
  }
  .index_box04 ul li:nth-of-type(1) a:nth-of-type(1),
  .index_box04 ul li:nth-of-type(1) a:nth-of-type(2) {
    margin-top: 0px;
  }
  .index_box04 ul li a .img {
    display: none;
  }
  .index_box04 ul li a .h_img {
    display: initial !important;
  }
  .index_box05 {
    height: auto;
  }
  .index_box05 .box_main > div {
    width: 100%;
    margin-top: 30px;
  }
  .index_box05 .box_main > div > div p {
    font-size: 16px;
  }
  .index_box05 .box_main > div > div ul li {
    font-size: 14px;
  }
  .index_box06 .public_title .p {
    font-size: 16px;
  }
  .index_box06 .box_main {
    width: 100%;
    height: auto;
  }
  .index_box06 .box_main .map .main {
    padding: 30px;
  }
  .index_box06 .box_main .map {
    width: 100%;
    background: #fff;
  }
  .index_box06 .box_main .map > div > div {
    width: 100%;
    background: #fff;
    height: 200px;
  }
  .index_box06 .box_main .map > div:nth-of-type(2) {
    flex-wrap: wrap-reverse;
    margin-top: 30px;
  }
  .index_box07 .box_main ul li {
    margin-top: 40px;
  }
  .index_box07 .box_main ul li .img {
    height: auto;
  }
  .index_box07 .box_main ul li .img img {
    height: auto;
  }
  .index_box07 .box_main ul li .title {
    padding: 20px;
  }
  .index_box07 .box_main ul li .title h2 {
    font-size: 18px;
  }
  .index_box07 .box_main ul li .title span {
    font-size: 12px;
    margin-top: 20px;
  }
  .index_box07 .box_main ul li .title p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
  }
  .index_box08 .public_title {
    margin-bottom: 40px;
  }
  .index_box08 p {
    line-height: 1.6;
    font-size: 14px;
  }
  .index_box08 a {
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index_box09 .box_main {
    font-size: 16px;
    line-height: 38px;
  }
  .index_box10 .box_main ul li {
    height: 100px;
  }
  .index_box10 .box_main ul li .title .left img {
    width: 40px;
    margin-right: 10px;
  }
  .index_box10 .box_main ul li .title .left .span1 {
    font-size: 18px;
    margin-right: 10px;
  }
  .index_box10 .box_main ul li .title .left .span2 {
    font-size: 12px;
  }
  .index_box10 .box_main ul li.active {
    height: auto;
  }
  .index_box10 .box_main ul li .l_rong {
    padding-left: 50px;
  }
  .index_box10 .box_main ul li .l_rong p {
    font-size: 12px;
  }
  .index_box10 .box_main ul li .l_rong div {
    font-size: 12px;
  }
  .index_box10 .box_main ul li .title {
    height: 100px;
  }
  .index_box11 {
    padding-top: 100px;
    height: 400px;
  }
  .index_box11 .box_main p {
    font-size: 14px;
  }
  .page {
    margin-top: 40px;
  }
  .page ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
  }
  .case_nav ul li {
    margin-bottom: 20px;
    width: 48%;
  }
  .about_main > div > div > div.w700,
  .about_main > div > div > div.w480 {
    width: 100%;
  }
}
