*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

ol, ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img {
  border: 0;
  -webkit-user-drag: none;
}

a, button, :focus, a:focus, button:focus, a:active, a:hover {
  outline: none;
  text-decoration: none;
}

[hidden], template, select::-ms-expand {
  display: none;
}

button[disabled], input[disabled] {
  cursor: default;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button, input, textarea {
  font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus, select:focus {
  transition: border linear .2s, box-shadow linear .5s;
  -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
  outline: none;
  /* border-color: rgba(229, 108, 105, 1) !important; */
  /* box-shadow: 0 0 5px rgba(229, 108, 105, .4); */
  /* -moz-box-shadow: 0 0 5px rgba(229, 108, 105, .4); */
  /* -webkit-box-shadow: 0 0 5px rgba(229, 108, 105, .4); */
  /* color: #A6B0CE !important; */
}

::-webkit-input-placeholder {
  color: #A6B0CE;
}

::-ms-input-placeholder {
  color: #A6B0CE;
}

::-moz-placeholder {
  color: #A6B0CE;
}

.theBox {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
}

/* .theBox .pop-up {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  z-index: 999;
} */

.gxcs-container-fluid, .gxcs-contaner, .gxcs-box-lg {
  width: 100%;
  /* padding-left: 15px;
  padding-right: 15px; */
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

.gxcs-box-lg {
  overflow-x: visible;
}

.gxcs-box-hr {
  width: 100%;
  border-top: 1px solid #E7EDF6;
  border-bottom: 2px solid #003174;
}

.gxcs-box {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* 模态框 */
.modal {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 12px;
  z-index: 999;
}

.btn-close {
  color: #aaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}

.btn-close:hover {
  color: #919191;
}

.modal-dialog {
  border: #333 solid 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 500px;
  height: 570px;
  background: #FFFFFF;
  border-radius: 20px;
  padding-top: 50px;
  text-align: center;
}

.modal-dialog .imgbox {
  width: 155px;
  height: 136px;
  margin: 0 auto;
}

.modal-dialog .imgbox img {
  width: 100%;
  height: 100%;
}

.modal-dialog h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1577FF;
  margin-top: 20px;
}

.modal-dialog h4 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #3B4054;
}

.modal-dialog .qrcodebox {
  width: 100px;
  height: 100px;
  margin: 40px auto 10px;
}

.modal-dialog .qrcodebox img {
  width: 100%;
  height: 100%;
}

.modal-dialog p {
  font-size: 14px;
  font-weight: 400;
  color: #3B4054;
  line-height: 18px;
}

.modal-dialog .btn-sure {
  margin-top: 30px;
  width: 200px;
  height: 50px;
  background: #1577FF;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(21, 119, 255, 0.4);
  border-radius: 0px 25px 25px 25px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 44px;
}

.modal-dialog .close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 17px;
  height: 17px;
  background: url("../images/close.png") no-repeat;
}

/* 模态框2 */
.modal2 {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 12px;
  z-index: 999;
}

.modal-dialog2 {
  border: #333 solid 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 500px;
  height: 520px;
  background: #FFFFFF;
  border-radius: 20px;
  padding-top: 50px;
  text-align: center;
}

.modal-dialog2 .imgbox {
  width: 155px;
  height: 136px;
  margin: 0 auto;
}

.modal-dialog2 .imgbox img {
  width: 100%;
  height: 100%;
}

.modal-dialog2 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1577FF;
  margin-top: 20px;
}

.modal-dialog2 span {
  font-size: 16px;
  font-weight: 400;
  color: #3B4054;
  margin-right: 10px;
}

.modal-dialog2 input {
  padding: 0 20px;
  border: 0;
  width: 310px;
  height: 50px;
  background: #EFF3F9;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #3B4054;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.modal2input {
  margin-top: 50px;
}

.modal2input2 {
  margin-top: 10px;
  margin-left: 20px;
}

.modal2input2 .inputtext2 {
  width: 170px;
}

.modal2input2 input[type="radio"] {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: #EFF3F9;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 8px;
}

.modal2input2 label {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #3B4054;
}

.modal-dialog2 .btn-sure {
  margin-top: 30px;
  width: 200px;
  height: 50px;
  background: #1577FF;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(21, 119, 255, 0.4);
  border-radius: 0px 25px 25px 25px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 44px;
}

.modal-dialog2 .close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 17px;
  height: 17px;
  background: url("../images/close.png") no-repeat;
}

/* 模态框3 */
.modal4 {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 12px;
  z-index: 999;
}

.btn-close4 {
  color: #aaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}

.btn-close4:hover {
  color: #919191;
}

.modal-dialog4 {
  border: #333 solid 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 500px;
  height: 345px;
  background: #FFFFFF;
  border-radius: 20px;
  padding-top: 50px;
  text-align: center;
}

.modal-dialog4 .imgbox {
  width: 155px;
  height: 136px;
  margin: 0 auto;
}

.modal-dialog4 .imgbox img {
  width: 100%;
  height: 100%;
}

.modal-dialog4 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1577FF;
  margin-top: 20px;
}

.modal-dialog4 h4 {
  margin-top: 50px;
  font-size: 16px;
  color: #3B4054;
  font-weight: 400;
  cursor: pointer;
}

.modal-dialog4 h4 #reciprocal {
  font-size: 16px;
  color: #FF414D;
  margin-right: 5px;
}

.modal-dialog4 .close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 17px;
  height: 17px;
  background: url("../images/close.png") no-repeat;
}

.alertbox {
  visibility: hidden;
  opacity: 0;
  transition: ease 0.5s;
  text-align: center;
  width: 380px;
  height: 50px;
  line-height: 52px;
  background: #fef0f0;
  color: #f56c6c;
  font-size: 16px;
  border: 1px solid #fde4e4;
  border-radius: 5px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
}

.alertboxvisible {
  visibility: visible;
  opacity: 1;
}

.alertbox i {
  margin-right: 10px;
}

/* 行业 */
.tmt {
  top: 190px;
  left: 0px;
  position: absolute;
  width: 1323px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 20px 0px rgba(0, 49, 116, 0.1);
  display: none;
  padding-top: 20px;
  z-index: 99;
}

.tmt .tmt-box {
  margin-top: 10px;
  margin-left: 30px;
  height: 1293px;
  height: 40px;
}

.tmt .tmt-box .tmt-title {
  float: left;
  text-align: center;
  width: 100px;
  height: 40px;
  background: #003174;
  border-radius: 0px 20px 20px 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}

.tmt ul {
  float: left;
  width: 1170px;
  height: 40px;
}

.tmt ul li {
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 40px;
  margin-left: 40px;
  color: #3B4054;
}

.tmt ul li:hover {
  text-decoration: underline;
  color: #1577FF;
}

.company {
  top: 190px;
  left: 705px;
  position: absolute;
  width: 250px;
  height: 225px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 20px 0px rgba(0, 49, 116, 0.1);
  display: none;
  padding-top: 20px;
  z-index: 99;
}

.company ul li {
  cursor: pointer;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 50px;
  margin-left: 30px;
  color: #3B4054;
}

.company ul li:hover {
  text-decoration: underline;
  color: #1577FF;
}

.calculate {
  top: 190px;
  left: 550px;
  position: absolute;
  width: 415px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 20px 0px rgba(0, 49, 116, 0.1);
  display: none;
  padding-top: 20px 30px;
  z-index: 99;
}

.calculate ul li,
.calculate2 ul li,
.calculate3 ul li {
  cursor: pointer;
  text-align: center;
  padding: 20px 30px;
  font-size: 16px;
  color: #3B4054;
}

.calculate ul li a,
.calculate2 ul li a,
.calculate3 ul li a {
  color: #3B4054;
}

.calculate2 {
  top: 190px;
  left: 795px;
  position: absolute;
  width: 170px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 20px 0px rgba(0, 49, 116, 0.1);
  display: none;
  padding-top: 20px 30px;
  z-index: 99;
}

.calculate3 {
  top: 190px;
  left: 550px;
  position: absolute;
  width: 415px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 20px 0px rgba(0, 49, 116, 0.1);
  display: none;
  padding-top: 20px;
  z-index: 99;
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

.gxcs-floatbar {
  position: fixed;
  z-index: 99;
  right: 1%;
  /* top: 30%; */
  bottom: 350px;
  width: 70px;
  background-color: rgba(0, 0, 0, 0.6);
}

.gxcs-customerservice {
  position: fixed;
  z-index: 99;
  right: 1%;
  bottom: 30px;
  width: 190px;
}

.gxcs-customerservice img {
  cursor: pointer;
  width: 190px;
}

.gxcs-floatbar .gxcs-event-list .event-list-item:hover {
  background-color: #1577ff;
}

.gxcs-floatbar .gxcs-event-list .event-list-item:hover .event-list-item-blockBox {
  display: block;
}

.gxcs-floatbar .gxcs-event-list .event-list-item {
  cursor: pointer;
  padding: 14px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.gxcs-floatbar .gxcs-event-list .event-list-item .iconfont {
  font-size: 30px;
  color: #fff;
}

.gxcs-floatbar .gxcs-event-list .event-list-item p {
  margin-top: 9px;
  font-size: 13px;
  color: #fff;
}

.gxcs-floatbar .gxcs-event-list .event-list-item .event-list-item-blockBox {
  display: none;
  position: absolute;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100px;
  /* background: #000000; */
}

.gxcs-floatbar .gxcs-event-list .event-list-item .event-list-item-block {
  width: 250px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 20px 0px 20px 20px;
  box-shadow: 0 0 20px 0px rgba(0, 49, 116, 0.1);
}

.gxcs-floatbar .gxcs-event-list .event-list-item .blockBox2 {
  top: 0;
  left: -330px;
  width: 330px;
  height: 100px;
}

.gxcs-floatbar .gxcs-event-list .event-list-item .block2 {
  width: 320px;
  height: 251px;
  box-shadow: 0 0 20px 0px rgba(0, 49, 116, 0.1);
}

.gxcs-event-list .event-list-item .event-list-item-block .event-list-textbox {
  float: left;
  margin-top: 30px;
  margin-left: 30px;
}

.gxcs-event-list .event-list-item .event-list-item-block .event-list-imgbox {
  margin-top: 24px;
  margin-left: 24px;
  width: 51px;
  height: 51px;
  float: left;
  background: #000;
}

.gxcs-event-list .event-list-item .event-list-item-block img {
  width: 51px;
  height: 51px;
}

.gxcs-event-list .event-list-item .event-list-item-block .iconfont {
  font-size: 18px;
  color: #1577FF;
}

.gxcs-event-list .event-list-item .event-list-item-block .event-title {
  margin-left: 10px;
  color: #3B4054;
  font-weight: bold;
  font-size: 18px;
}

.gxcs-event-list .event-list-item .block2 .event-title-phonenum {
  color: #003174;
}

.gxcs-event-list .event-list-item .event-list-item-block p {
  color: #777E9A;
  font-size: 14px;
}

.gxcs-event-list .event-list-item .block2 .contact-number {
  border: 0;
  width: 260px;
  height: 50px;
  background: #EFF3F9;
  border-radius: 0px 25px 25px 25px;
  margin: 30px 30px 0px 30px;
  padding-left: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  box-sizing: border-box;
  /* color: #A6B0CE; */
}

.gxcs-event-list .event-list-item .block2 .freecall {
  margin: 10px 0 0 30px;
  border: 0;
  width: 120px;
  height: 40px;
  background: #1577FF;
  border-radius: 0px 20px 20px 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

/* @media (min-width:1200px) {
  .gxcs-container {
    max-width: 1140px;
  }

} */

/* 首页 */
.logo-content {
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
  min-width: 1200px;
}

.logo-content .logo {
  height: 50px;
  width: 162px;

}

.search {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 450px;
  height: 50px;
  background: #EFF3F9;
  border-radius: 25px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.search-icon {
  cursor: pointer;
}

.search input {
  flex: 1;
  border: none;
  height: 50px;
  width: 100%;
  background-color: #EFF3F9;
  font-size: 16px;
  color: #3B4054;
}

.search-Bigbox {
  display: none;
  padding-top: 10px;
  top: 65px;
  z-index: 99;
  position: absolute;
  margin-left: -30px;
}

.search-Bigbox .search-box {
  padding: 30px;
  top: 66px;
  width: 450px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0px rgba(0, 49, 116, 0.1);
}

.search-Bigbox .search-box .search-ul li {
  font-size: 16px;
  margin-bottom: 16px;
}

.search-Bigbox .search-box .search-ul li span {
  margin-left: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #d2d8ea;
  transform: rotate(315deg) scale(0.8);
}

.search-Bigbox .search-box .search-ul li a {
  color: #3B4054;
  vertical-align: middle;
}

.search-Bigbox .search-box .search-hot-ul li a {
  color: #003174;
}

.search-Bigbox .search-box h3 {
  color: #003174;
  margin-top: 38px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.search-Bigbox .search-box .search-hot-ul li {
  color: #003174;
  display: inline-block;
  padding: 5px 10px;
  background: #DDEBFF;
  border-radius: 0px 12px 12px 12px;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (max-width:1200px) {
  .logo-content {
    max-width: 768px;
  }

  .head-navbar {
    max-width: 768px;
  }

  /* .gxcs-box{
    max-width: 768px;
  } */
  .search {
    width: 300px !important
  }
}

.head-navbar {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  box-sizing: border-box;
}

.service-btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 22.5%;
  position: relative;
  height: 80px;
  /* width: 270px; */
  box-sizing: border-box;
  background-color: #1577ff;
  padding-left: 30px;
  padding-right: 30px;
}

.service-btn-group p {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.service-btn-group span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.service-btn-group .iconfont {
  font-weight: normal;
}

.dropdown-menu {
  margin: 0px;
  left: 0px;
  top: 80px;
  width: 100%;
  padding-left: 0px;
  position: absolute;
  z-index: 999;
  background: #003174;
}

.dropdown-menu .menu-item {
  position: relative;
  height: 100px;
}

.dropdown-menu .menu-item .menu-item-card {
  display: flex;
  align-items: center;
  background: #003174;
  padding: 22px 20px 23px 30px;
  justify-content: space-between;
}

.dropdown-menu .menu-item .menu-item-card:hover {
  background: #1577ff;
}

/* hover弹出白色导航选项 */
.menu-item-content {
  width: 720px;
  height: 322px;
  position: absolute;
  left: 270px;
  top: 0;
  background: #FFFFFF;
  border-radius: 0px 30px 30px 30px;
  display: none;
  box-shadow: 0 0 20px 0px rgba(0, 49, 116, 0.1);
}

.service-btn-group .dropdown-menu .menu-item:hover .menu-item-content {
  display: block;
}

.menu-item-content-left {
  width: 70%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.menu-item-content-left-title {
  display: inline-block;
  padding: 7px 19px;
  margin-top: 50px;
  margin-left: 50px;
  background: #003174;
  border-radius: 0px 15px 15px 15px;
}

.menu-item-content-left-title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.menu-item-content-left-br {
  width: 450px;
  height: 1px;
  background: #E7EDF6;
  margin-top: 30px;
  margin-left: 50px;
}

.menu-item-content-left .menu-item-content-ul {
  margin-top: 20px;
  height: 136px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3B4054;
  line-height: 30px;
}

.menu-item-content-left .menu-item-content-ul li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-right: 3px;
  background-color: #3B4054;
  vertical-align: middle;
}

.menu-item-content-left .menu-item-content-ul li a {
  color: #3B4054;
}

.menu-item-content-left .menu-item-content-ul li:hover a {
  color: #1577FF;
}

.menu-item-content-left .menu-item-content-ul li:hover::before {
  background-color: #1577FF;
}

.menu-item-content-left .menu-item-content-ul li {
  width: 163px;
  margin-left: 50px;
  float: left;
}

.menu-item-content-left .menu-item-content-ul li:nth-child(2n) {
  margin-left: 67px;
}

.menu-item-content-left .menu-item-content-ul span {
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #3B4054;
  margin-top: 14px;
  vertical-align: top;
  margin-right: 9px;
}

.menu-item-content-right {
  width: 28%;
  height: 100%;
  /* border: 1px solid black; */
  display: inline-block;
  vertical-align: top;
}

.menu-item-content-right img {
  position: absolute;
  top: 51px;
  right: 50px;
  width: 140px;
  height: 220px;
}

.menu-item-card .card-p {
  margin-left: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.menu-item-card .card-info {
  line-height: 1.5;
  font-size: 14px;
  color: #9FC7FF;
  font-weight: normal;
}

.head-navbar .nav {
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  margin-top: 0px;
}

.head-navbar .nav .nav-item {
  position: relative;
  white-space: nowrap;
  flex-shrink: 1;
  font-size: 18px;
  font-weight: bold;
  color: #3B4054;
  /* margin: 0 25px; */
  margin-left: 25px;
  margin-right: 25px;
  cursor: pointer;
  position: relative;
  transition: all 1s;
}

.head-navbar .nav .nav-item a {
  color: #3B4054;
}

/* .head-navbar .nav .nav-item:hover {
  color: #1577ff !important;
} */

.head-navbar .nav .nav-item a:hover {
  color: #1577ff !important;
}

.head-navbar .nav .nav-item .nav-bar {
  color: #1577ff !important;
  display: inline-block;
  position: absolute;
  left: -10%;
  bottom: -10px;
  width: 120%;
  height: 12px;
  background: #DDEBFF;
  border-radius: 6px;
  z-index: -1;
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


/* .head-navbar .nav .nav-item-checked::after {
  display: inline-block;
  content: '';
  position: absolute;
  left: -10%;
  bottom: -10px;
  width: 120%;
  height: 12px;
  background: #DDEBFF;
  border-radius: 6px;
  z-index: -1;
} */

.head-navbar .nav .nav-item:first-child {
  margin-left: 0px;
}

.head-navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.gxcs-banner img {
  height: 500px;
  max-width: 1920px;
  position: relative;
}

.tools-navbar {
  display: flex;
  justify-content: flex-start;
  padding-left: 0px;
}

.tools-nav-item {
  margin-top: 45px;
  padding-bottom: 30px;
  overflow: hidden;
  font-size: 18px;
  color: #3B4054;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;

  transition: all in 0.5s;
  animation-fill-mode: none;
  /* -webkit-transition: all in 0.5s; */
  cursor: pointer;
}

.tools-nav-item:first-child {
  margin-left: 0px;

}

.tools-nav-item:hover {
  font-weight: bold;
}

.tools-nav-item-checked {
  background: url('../images/nav-down.png') center no-repeat;
  background-position-y: 0px;
  font-weight: bold;
  animation: toUpbg 0.3s;
  animation-fill-mode: forwards
}

.tools-list {
  width: 100%;
  background: url("../images/tools-list-bg.png") center no-repeat;
  background-size: 100% 100%;
  padding-left: 20px;
  padding-right: 35px;
  box-sizing: border-box;
  overflow: hidden;
}

.tools-list .tools-item {
  /* opacity: 0; */
  align-items: center;
  display: none;
  height: 120px;
  /* width: 100%; */
  width: 1145px;
  position: relative;
}

.tools-list .tools-item .input-content {
  display: flex;
  flex: 1;
}

.tools-list .tools-item .input-content.input-group {
  flex: 1;
}

.tools-list .tools-item input {
  display: inline-flex;
  margin-left: 20px;
  flex: 1;
  height: 50px;
  border: none;
  border-radius: 25px;
  background-color: #fff;
  padding: 0px 30px;
  color: #3B4054;
  font-size: 16px;
  box-sizing: border-box;
}

.tools-list .tools-item .input-group {
  margin-left: 25px;
  flex: 1;
  height: 50px;
  /* position: relative; */
  border-radius: 25px;
}

.tools-list .tools-item .custom-select {
  line-height: 50px;
  height: 50px;
  flex: 1;
  /* position: relative; */
  border-radius: 25px;
  padding-right: 30px;
  background: #fff url("../images/select_down.png") no-repeat right center;
  background-origin: content-box;
  padding: 0px 30px
    /* background-position-y: 25px; */
}

.tools-list .tools-item .input-group ul {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  /* z-index: -1; */
}

.tools-list .tools-item .input-group ul li {

  font-size: 16px;
  line-height: 30px;
}

.tools-list .tools-item select option {
  outline: none;
  font-size: 16px;
  line-height: 30px;
  border: none;
}

.tools-item-checked {
  display: flex !important;
  animation: toUp 0.3s;
  animation-fill-mode: forwards;
}

.tools-list .tools-item .tools-item-btn {
  margin-left: 20px;
  height: 60px;
  background-color: #fff;
  width: 180px;
  border-radius: 30px;
}

.tools-item-btn:hover button {
  transform: scale(1.1);
}

.tools-item-btn button span {
  position: relative;
  left: 0px;
  transition: all .3s;

}

.tools-item-btn:hover button span {
  position: relative;
  left: 5px;

}

.tools-list .tools-item .tools-item-btn button {
  transition: all 0.3s;
  position: relative;
  left: -4px;
  top: -5px;
  width: 180px;
  border: 5px #fff solid;
  border-radius: 30px;
  background-color: #1577ff;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  height: 60px;

}


.gxcs-tit {
  font-size: 30px;
  line-height: 50px;
  color: #000;
  font-weight: bold;
}

.trans-desc {
  font-family: fontStyle1;
  text-transform: uppercase;
  color: #9FC7FF;
  font-size: 24px;
  line-height: 44px;
  /* font-family: "Paris2024"; */
  padding-bottom: 40px;

}

.gxcs-one .service-list {
  height: 307px;
}

.gxcs-one .service-list li {
  float: left;
  width: 220px;
  margin-right: 25px;
}

.gxcs-one .service-list li .list-item {
  height: 307px;
  width: 100%;
  background-color: #1577ff;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 0px;
}

.gxcs-one .service-list li .list-item:hover {
  /* transform: scale(1.1); */
  top: -15px;
}

.gxcs-one .service-list li .line {
  display: inline-block;
  height: 6px;
  width: 30px;
  background-color: #fff;
  margin-bottom: 15px;
}

.gxcs-one .service-list li:last-child {
  margin-right: 0px;
}

.gxcs-one .service-list li .list-item .icon {
  margin-bottom: 30px;
  text-align: right;
  color: #fff;
  height: 50px;
}

.gxcs-one .service-list li .list-item h4 {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin-bottom: 28px;
}

.gxcs-one .service-list li .list-item p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.gxcs-one .service-list li .list-item .btn {
  float: right;
  height: 40px;
  background-color: #fff;
  width: 130px;
  border-radius: 30px;
  margin-top: 35px;
}

.gxcs-one .service-list li .list-item .btn button {
  position: relative;
  left: -2px;
  top: -3px;
  width: 130px;
  border: 2px #fff solid;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  height: 40px;

}

.service-item-bg-01 {
  background: url('../images/service-item-bg-01.png') center no-repeat;
  background-size: 100% 100%;
}

.service-item-bg-02 {
  background: url('../images/service-item-bg-02.png') center no-repeat;
  background-size: 100% 100%;
}

.service-item-bg-03 {
  background: url('../images/service-item-bg-03.png') center no-repeat;
  background-size: 100% 100%;
}

.service-item-bg-04 {
  background: url('../images/service-item-bg-04.png') center no-repeat;
  background-size: 100% 100%;
}

.service-item-bg-05 {
  background: url('../images/service-item-bg-05.png') center no-repeat;
  background-size: 100% 100%;
}

.tit-s-p-24 {
  font-size: 24px;
  color: #1577ff;
  font-weight: bold;
}

.xiantiao1 {
  width: 325px;
  height: 1px;
  background: #DDEBFF;
  position: absolute;
  top: 53px;
  right: 0;
}

.xiantiao2 {
  width: 555px;
  height: 1px;
  background: #DDEBFF;
  position: absolute;
  top: 53px;
  right: 0;
}

.xiantiao3 {
  width: 325px;
  height: 1px;
  background: #DDEBFF;
  position: absolute;
  top: 53px;
  right: 0;
}

.xiantiao4 {
  width: 65px;
  height: 1px;
  background: #DDEBFF;
  position: absolute;
  top: 53px;
  right: 0;
}

.xiantiao5 {
  width: 555px;
  height: 1px;
  background: #DDEBFF;
  position: absolute;
  top: 53px;
  right: 0;
}

.gxcs-two {
  position: relative;
  padding-bottom: 80px;
}

.gxcs-two a {
  font-size: 16px;
  color: #3B4054;

}

.gxcs-two a::before {
  content: '';
  display: inline-block;
  height: 9px;
  width: 9px;
  background-color: #1577ff;
  transform: rotateZ(45deg);
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;

}

.gxcs-two a:hover {
  font-weight: bold;
  border-bottom: #3B4054 1px solid;
}

.gxcs-two .ul-left li {
  margin-bottom: 45px;
}

.gxcs-two .ul-left li p {
  font-size: 16px;
  color: #777E9A;
}

.gxcs-two .proxy-img img {
  height: 180px;
  width: 174px;
}

.gxcs-two .ul-st1 li {
  margin-top: 19px;
}

.gxcs-two-right>.row-one {
  padding-left: 50px;
  padding-top: 40px;
  padding-bottom: 16px;
}

.gxcs-three .card-list {
  display: flex;
  justify-content: space-between;
}

.gxcs-three .card-list .card-item {
  width: 280px;
  z-index: 1;
  position: relative;
  transition: all 0.3s;
  top: 0px;
}

.gxcs-three .card-list .card-item:hover {
  top: -30px;
  transform: scale(1.05, 1.05);
}

.gxcs-three .card-list .card-item:nth-child(n):hover {
  right: -50px;
  transition-duration: 0.3s;
}

.gxcs-three .card-list .card-item:nth-child(2n):hover {
  right: -50px;
  transition-duration: 0.3s;
}

.gxcs-three .card-list .card-item:nth-child(2) {
  right: -200px;
  transition-duration: 0.4s;
}

.gxcs-three .card-list .card-item:nth-child(3) {
  right: -380px;
  transition-duration: 0.6s;
}

.gxcs-three .card-list .card-item:nth-child(4) {
  right: -530px;
  transition-duration: 0.7s;
}

.gxcs-three .card-list .card-item:nth-child(2n) {
  min-width: 280px;
  padding-top: 150px;
}

.gxcs-three .card-list .card-item:nth-child(1) {
  right: -50px;
  transition-duration: 0.1s;
}

.gxcs-three .card-list .card-item:nth-child(2) {
  right: -200px;
  transition-duration: 0.4s;
}

.gxcs-three .card-list .card-item:nth-child(3) {
  right: -380px;
  transition-duration: 0.6s;
}

.gxcs-three .card-list .card-item:nth-child(4) {
  right: -530px;
  transition-duration: 0.7s;
}

.gxcs-three .card-list .card-item:nth-child(2n) {
  min-width: 280px;
  padding-top: 150px;
}

.gxcs-three .card-list .card-item img {
  width: 280px;
  height: 360px;
  margin-bottom: 20px;

}

.card-bg-ef-01 {
  position: absolute;
  top: 80px;
  right: 0px;
  width: 1113px;
  height: 476px;
  background: #EFF3F9;
  z-index: 1;
}

.card-bg-ef-02 {
  position: absolute;
  bottom: 0px;
  width: 807px;
  height: 300px;
  background: #EFF3F9;
  z-index: 1;
}

.gxcs-three .card-list .card-item .card-info {
  white-space: nowrap;
  margin-bottom: 5px;
  padding: 0px 12px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background-color: #3B4054;
  ;
  border-radius: 0px 15px 15px 15px;

}

.select-wrapper {
  display: none;
  position: absolute;
  border-radius: 10px;
  height: auto;
  background-color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 9;
  margin-top: 10px;
}

.select-wrapper li {
  font-size: 16px;
  color: #3B4054;
  line-height: 40px;

}

.swiper-container {
  position: relative;
  width: 1100px;
  height: 150px;
  background-color: #FFFFFF;
}

.swiper-slide {
  width: 110px !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
  color: #A6B0CE !important;
  /* background-color: #1577ff !important; */
  border-radius: 50%;
  overflow: hidden;
}

.swiper-button-next-disabled,
.swiper-button-prev-disabled {
  background-color: #E7EDF6 !important;
}

.swiper-button-next,
.swiper-button-prev .swiper-next, .swiper-pre {
  overflow: hidden;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pre {
  transform: rotateZ(180deg);
}

.swiper-button-next, .swiper-button-prev {
  top: 80% !important;
}

.swiper-button-next, .swiper-button-prev .swiper-next, .swiper-pre span {
  color: #fff !important;
}

.swiper-item:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 8px;
  background: #1577FF;
  position: absolute;
  top: 0px;
  left: 0px;
}

.swiper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 110px;
  height: 150px;
  background: #EFF3F9;
  border-radius: 0px 55px 55px 55px;
  padding: 28px;
}

.swiper-item .iconfont {
  margin-bottom: 18px;
}

.sw-t-p {
  position: relative;
  top: -10px;
}

.swiper-item p {
  font-size: 18px;
  color: #3B4054;
  font-weight: bold;
  line-height: 24px;
}

.swiper-item .item-info {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.gxcs-five {
  transition-duration: 0.7s !important;
  -webkit-transition-duration: 0.7s !important;
  /* Safari 和 Chrome */
}

.gxcs-f-intro {
  margin-top: 40px;
}

.gxcs-f-intro img {
  height: 198px;
  width: auto;
}

.footer .footer-s-intro {
  padding: 80px 0px;
}

.footer .footer-s-intro .intro-list {
  display: flex;
}

.footer .footer-s-intro .intro-list li {
  width: 300px;
  display: flex;
  box-sizing: border-box;
  position: relative;
}

.footer .footer-s-intro .intro-list li:nth-child(2) {
  padding-left: 73px;
}

.footer .footer-s-intro .intro-list li:nth-child(3) {
  padding-left: 53px;
}

.footer .footer-s-intro .intro-list li:nth-child(4) {
  padding-left: 36px;
}

.footer .footer-s-intro .intro-list li::after {
  /* margin-left: 16px; */
  position: absolute;
  top: 20px;
  right: 1px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #909BB9 !important;
}

.footer .footer-s-intro .intro-list li:last-child:after {
  width: 0px !important;
}

.footer .footer-s-intro .intro-list li .iconfont {
  color: #A6B0CE;
  line-height: 74px;
  margin-right: 19px;
}

.footer .footer-s-intro .intro-list li h3 {
  color: #909BB9;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}

.footer .footer-s-intro .intro-list li p {
  font-size: 14px;
  color: #909BB9;
  text-align: left;
  line-height: 20px;
}

.gxcs-footer-website {
  display: flex;
  padding: 50px 0px;
}

.gxcs-footer-website .gxcs-desc {
  width: 600px;
}

.footer-logo img {
  height: 50px;
  width: 162px;
  margin-bottom: 113px;
}

.gxcs-footer-website p, a {
  color: #fff;
}

.gxcs-footer-website .phone-tit p {
  font-size: 20px;
  color: #559CFF;
  font-weight: bold;
}

.gxcs-footer-website .phone-tit p span {
  font-weight: 400;
  font-family: fontStyle1;
  font-size: 16px;
  margin-right: 10px;
}

.gxcs-footer-website .number {
  margin-top: 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
}

.gxcs-footer-website .service-time {
  margin-top: 20px;
  margin-bottom: 53px;
  background-color: #777E9A;
  border-radius: 0px 15px 15px 15px;
  display: inline-block;
  line-height: 30px;
  padding: 0px 20px;
}

.gxcs-footer-website .copyright p {
  text-transform: uppercase;
  font-size: 14px;
  color: #777E9A;
  line-height: 26px;
}

.footer-colums-box {
  height: 416px;
  position: absolute;
  right: 0;
}

.gxcs-footer-website .footer-colums {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.footer-colums .col-item {
  width: 200px;
}

.footer-colums .col-item p {
  margin-bottom: 25px;
  font-size: 20px;
  color: #559CFF;
  font-weight: bold;
}

.footer-colums .col-item p span {
  font-weight: 400;
  font-family: fontStyle1;
  font-size: 16px;
}

.footer-colums .col-item li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-right: 8px;
  background-color: #fff;
  vertical-align: middle;
}

.footer-colums .col-item li:hover::before {
  background-color: #559CFF;
}

.footer-colums .col-item li {
  line-height: 30px;
}

.footer-colums .col-item li a:hover {
  color: #559CFF;
  border-bottom: 1px #559CFF solid;
}

.gxcs-footer-website .sub {
  display: block;
  position: absolute;
  bottom: 0;
}

.gxcs-footer-website .sub p {
  font-size: 20px;
  color: #559CFF;
  font-weight: bold;
  margin-bottom: 32px;
}

.gxcs-footer-website .sub p span {
  font-weight: 400;
  font-family: fontStyle2;
  font-size: 16px;
}

.gxcs-footer-website .qrcode {
  background: url('../images/qrcode_st.png') center no-repeat;
  background-size: 100% 100%;
  height: 120px;
  width: 120px;
  overflow: hidden;
}

.gxcs-footer-website .qrcode img {
  position: relative;
  left: 14px;
  top: 14px;
  width: 80px;
  height: 80px;
}