@import url("reset.css");
@import url("iconfont/iconfont.css");
@import url("../../layui/css/layui.css");
@import url("swiper.css");
@font-face {
  font-family: bigtitle;
  src: url('../css/font/FZDBSJW.TTF');
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}
.shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  background-size: contain;
  z-index: -1;
}
.main-index {
  display: block;
  width: 100%;
  height: 100%;
}
.main-index .public-header {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 70px;
  background: transparent;
}
.main-index .public-header .box {
  width: 1200px;
  height: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
}
.main-index .public-header .box .logo {
  display: inline-block;
  height: 50px;
}
.main-index .public-header .box .logo a {
  display: block;
  height: 100%;
}
.main-index .public-header .box .logo a img {
  height: 100%;
}
.main-index .public-header .box .menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.main-index .public-header .box .menu .item {
  transition: color 0.3s;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  cursor: pointer;
  margin: 0 15px;
  display: flex;
  align-items: center;
}
.main-index .public-header .box .menu .item img {
  height: 50%;
}
.main-index .public-header .box .menu .item a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
}
.main-index .public-header .box .menu .item:hover a {
  color: #2568ff;
}
.main-index .public-header .box .menu .active {
  color: #2568ff;
}
.main-index .public-header .box .menu .active a {
  color: #2568ff;
}
.main-index .public-header .box .menu .btn-blue {
  width: 100px;
  color: #fff;
  border-radius: 2px;
  background-image: linear-gradient(90deg, #35C3FF 0%, #2568FF 100%);
  cursor: pointer;
}
.main-index .public-header .box .menu .btn-blue a {
  color: #fff;
}
.main-index .public-header .box .menu .btn-blue:hover a {
  color: #fff;
}
.main-index .menu-Board1 {
  width: 100%;
  position: absolute;
  top: 70px;
  z-index: 6;
}
.main-index .menu-Board1 .menu-board-content {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 10px 20px 10px rgba(102, 102, 102, 0.08);
  background: url(../images/bg.png) no-repeat;
  background-size: 100% 100%;
}
.main-index .menu-Board1 .menu-board-content .left-board {
  width: 20%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  border-right: 1px solid #dddddd;
  align-items: center;
}
.main-index .menu-Board1 .menu-board-content .left-board > div {
  width: 100%;
  padding: 25px 30px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-index .menu-Board1 .menu-board-content .left-board .active {
  background: url(../images/checkBG.png) no-repeat;
  background-size: 100% 100%;
  color: white;
}
.main-index .menu-Board1 .menu-board-content .left-board .active .jiantou {
  height: 10px;
  width: 20px;
  background: url(../images/more.png) center center no-repeat;
  background-size: 100% 100%;
}
.main-index .menu-Board1 .menu-board-content .right-board {
  padding: 25px 40px;
  width: 80%;
  display: flex;
  justify-content: flex-start;
}
.main-index .menu-Board1 .menu-board-content .right-board > div {
  flex: 1;
}
.main-index .menu-Board1 .menu-board-content .right-board > div .p1 {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2568FF;
  line-height: 25px;
  padding: 10px 5px;
}
.main-index .menu-Board1 .menu-board-content .right-board > div .p2 {
  padding: 5px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  cursor: pointer;
}
.main-index .menu-Board1 .menu-board-content .right-board > div .p2 img {
  margin-left: 5px;
  height: 20px;
  width: 20px;
}
.main-index .menu-Board1 .menu-board-content .right-board > div .p2:hover a {
  color: #2568ff;
}
.main-index .menu-Board2 {
  width: 100%;
  position: absolute;
  top: 70px;
  z-index: 6;
}
.main-index .menu-Board2 .menu-board-content {
  width: 1200px;
  margin: 0px auto;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 10px 20px 10px rgba(102, 102, 102, 0.08);
  display: flex;
  justify-content: space-around;
  padding: 30px 80px;
  background: url(../images/bg.png) no-repeat;
  background-size: 100% 100%;
}
.main-index .menu-Board2 .menu-board-content .left-board {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 60%;
}
.main-index .menu-Board2 .menu-board-content .left-board .left-title {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.main-index .menu-Board2 .menu-board-content .left-board .left-title .span1 {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 25px;
}
.main-index .menu-Board2 .menu-board-content .left-board .left-title .span2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  cursor: pointer;
  align-items: center;
  display: flex;
}
.main-index .menu-Board2 .menu-board-content .left-board .left-title .span2:hover a {
  color: #2568FF;
}
.main-index .menu-Board2 .menu-board-content .left-board .left-content {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px 10px 0px;
}
.main-index .menu-Board2 .menu-board-content .left-board .left-content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 30px;
}
.main-index .menu-Board2 .menu-board-content .left-board .left-content ul li {
  padding: 5px 0px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  cursor: pointer;
}
.main-index .menu-Board2 .menu-board-content .left-board .left-content ul li:hover a {
  color: #2568ff;
}
.main-index .menu-Board2 .menu-board-content .left-board .left-content ul .active a {
  color: #2568ff;
}
.main-index .menu-Board2 .menu-board-content .right-board {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 30%;
  height: 100%;
}
.main-index .menu-Board2 .menu-board-content .right-board > div {
  height: 50%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.main-index .menu-Board2 .menu-board-content .right-board > div .right-title {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
.main-index .menu-Board2 .menu-board-content .right-board > div .right-title .span1 {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 550;
  color: #000000;
  line-height: 25px;
}
.main-index .menu-Board2 .menu-board-content .right-board > div .right-title .span2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-index .menu-Board2 .menu-board-content .right-board > div .right-title .span2:hover a {
  color: #2568FF;
}
.main-index .menu-Board2 .menu-board-content .right-board > div .right-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 5px 0px 10px 0px;
}
.main-index .menu-Board2 .menu-board-content .right-board > div .right-content > div {
  padding: 5px 0px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  cursor: pointer;
}
.main-index .menu-Board2 .menu-board-content .right-board > div .right-content > div:hover a {
  color: #2568ff;
}
.main-index .menu-Board3 {
  width: 100%;
  position: absolute;
  top: 70px;
  z-index: 6;
}
.main-index .menu-Board3 .menu-Board3-content {
  padding: 5px 0px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  background: #FFFFFF;
  position: absolute;
  right: calc(50% - 450px);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.main-index .menu-Board3 .menu-Board3-content > div {
  padding: 5px 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  cursor: pointer;
}
.main-index .menu-Board3 .menu-Board3-content .active a {
  display: block;
  color: #2568ff;
}
.main-index .public-header.active {
  background: #fff;
}
.main-index .public-body {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-index .public-body iframe {
  width: 100%;
  height: 100%;
}
.w1200 {
  width: 1200px !important;
}
.public-main {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.public-main .footfixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99;
}
.public-main .foot {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0px;
}
.public-main .foot .foot-box {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.public-main .foot .foot-box .word {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 34px;
}
.public-main .foot .foot-box .bt {
  display: flex;
  justify-content: space-around;
}
.public-main .foot .foot-box .bt span {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 34px;
}
.public-main .foot .foot-box .bt button {
  padding: 5px 30px;
  background: linear-gradient(90deg, #4CA1FF 0%, #2568FF 100%);
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border: 0px;
  margin-left: 10px;
  cursor: pointer;
}
.public-foot {
  background: black;
  color: white;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding-top: 50px;
}
.public-foot .foot-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding-bottom: 50px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
.public-foot .foot-box .box-left {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-right: 80px;
}
.public-foot .foot-box .box-left .box-span1 {
  display: flex;
  justify-content: space-between;
}
.public-foot .foot-box .box-left .box-span1 .word {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.public-foot .foot-box .box-left .box-span1 .word .span1 {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
}
.public-foot .foot-box .box-left .box-span1 .word .span2 {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  margin: 30px 0px 10px 0px;
}
.public-foot .foot-box .box-left .box-span1 .word .span3 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
}
.public-foot .foot-box .box-left .box-span1 .img {
  height: 128px;
  width: 128px;
}
.public-foot .foot-box .box-left .box-span1 .img img {
  height: 100%;
  width: 100%;
}
.public-foot .foot-box .box-left .box-span2 {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-top: 10px;
}
.public-foot .foot-box .box-left .box-span2 span {
  margin-top: 5px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 22px;
}
.public-foot .foot-box .box-right {
  flex: 3;
  justify-content: flex-end;
  display: flex;
}
.public-foot .foot-box .box-right .box-right-1 {
  flex: 2;
}
.public-foot .foot-box .box-right .box-right-2 {
  flex: 2;
}
.public-foot .foot-box .box-right .box-right-3 {
  flex: 1;
}
.public-foot .foot-box .box-right > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}
.public-foot .foot-box .box-right > div .spantitle {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  margin-bottom: 10px;
}
.public-foot .foot-box .box-right > div a {
  display: block;
  margin-bottom: 10px;
}
.public-foot .foot-box .box-right > div a span {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  line-height: 22px;
  cursor: pointer;
}
.public-foot .foot-box .box-right > div a:hover span {
  color: #2568ff;
}
.public-foot .foot-box-2 {
  padding: 20px 0px;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.public-foot .foot-box-2 span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  line-height: 20px;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  background: #fff;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background-color: #ccc;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.public-returntTop {
  z-index: 9;
  position: fixed;
  bottom: 160px;
  right: 80px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  display: none;
}
.public-returntTop i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}
.public-returntTop:hover {
  color: #2568FF;
}
.public-callus {
  z-index: 9;
  position: fixed;
  bottom: 230px;
  right: 80px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
}
.public-callus i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}
.public-callus:hover {
  color: #2568FF;
}
.callus-content {
  z-index: 9;
  position: fixed;
  bottom: 145px;
  right: 120px;
  width: 306px;
  background: #FFFFFF;
  box-shadow: 0px 17px 52px 15px rgba(0, 0, 0, 0.05), 0px 11px 30px 0px rgba(0, 0, 0, 0.08), 0px 6px 11px -7px rgba(0, 0, 0, 0.12);
  display: none;
  border-radius: 3px;
}
.callus-content > div {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 20px;
}
.callus-content > div > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.callus-content > div > div .img {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.callus-content > div > div .img img {
  height: 100%;
  width: 100%;
}
.callus-content > div > div .right {
  margin-left: 15px;
}
.callus-content > div > div .right .p1 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 2px 0px;
}
.callus-content > div > div .right .p2 {
  padding: 2px 0px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
}
.callus-content .bottom-box {
  margin-top: 10px;
  cursor: pointer;
}
.callus-content .bottom-box:hover .right p {
  color: #2568FF;
}
.case-form {
  z-index: 10086;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 10px 10px 20px 10px rgba(102, 102, 102, 0.1);
  width: 700px;
  background: #FFFFFF;
  padding: 50px;
  display: none;
  background: url(../images/huoqufangan.png) no-repeat;
  background-size: 100% 100%;
}
.case-form .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.case-form .title .titleleft .p1 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 550;
  color: rgba(0, 0, 0, 0.85);
  line-height: 33px;
}
.case-form .title .titleleft .p2 {
  padding-top: 10px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.case-form .title .xx {
  cursor: pointer;
}
.case-form .title .xx i {
  font-size: 22px;
}
.case-form .form-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 75%;
}
.case-form .form-content .content-left {
  margin-right: 45px;
}
.case-form .form-content .content-right {
  margin-left: 45px;
}
.case-form .form-content > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.case-form .form-content > div > div {
  padding: 10px 0px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.case-form .form-content > div > div i {
  color: #2568FF;
  margin-right: 5px;
  font-size: 20px;
}
.case-form .form-text {
  padding-top: 30px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.86);
}
.case-form .form-text .blue {
  color: #2568FF;
}
.box-animate-1 {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.box-animate-1 span {
  position: absolute;
  display: block;
  transition: all 0.5s;
  background: #2568FF;
}
.box-animate-1 span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.box-animate-1 span:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.box-animate-1 span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}
.box-animate-1 span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.box-animate-1:hover span:nth-of-type(1) {
  width: 100%;
}
.box-animate-1:hover span:nth-of-type(2) {
  height: 100%;
}
.box-animate-1:hover span:nth-of-type(3) {
  width: 100%;
}
.box-animate-1:hover span:nth-of-type(4) {
  height: 100%;
}
.box-animate-2 {
  z-index: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.box-animate-2 span:nth-of-type(1) {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(#F9E131, #E2251B);
  transition: all 0.5s;
}
.box-animate-2 span:nth-of-type(2) {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(#F9E131, #E2251B);
  transition: all 0.5s;
}
.box-animate-2 span:nth-of-type(3) {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid transparent;
}
.box-animate-2:hover span:nth-of-type(1) {
  top: 0;
}
.box-animate-2:hover span:nth-of-type(2) {
  bottom: 0;
}
