/**首页**/
.IndexBlockA {
  position: relative;
  overflow: hidden;
}
.IndexBlockA .videoBox {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.IndexBlockA .videoBox .video {
  display: block;
  width: 100%;
}
.IndexBlockA .videoBox::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.IndexBlockA .Box {
  margin: 0 auto;
  max-width: 1220px;
}
.IndexBlockA .cont {
  position: relative;
  min-height: 660px;
  padding: 135px 0;
}
.IndexBlockA .cont .word {
  max-width: 590px;
  max-width: 640px;
  padding: 40px;
}
.IndexBlockA .cont .word .h1 {
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 54px;
  font-size: 45px;
  color: #fff;
}
.IndexBlockA .cont .word .p {
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.IndexBlockA .cont .formBlock {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 120px;
  background: #24303E;
  border-radius: 5px;
  width: 450px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.IndexBlockA .cont .formBlock .pad {
  padding: 30px;
}
.IndexBlockA .cont .formBlock .form {
  display: block;
  width: 100%;
}
.IndexBlockA .cont .formBlock .form .h3 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 38px;
  font-size: 27px;
}
.IndexBlockA .cont .formBlock .form .li {
  margin-bottom: 10px;
}
.IndexBlockA .cont .formBlock .form .wid {
  display: inline-block;
  width: 49%;
}
.IndexBlockA .cont .formBlock .form .li_title {
  padding-bottom: 5px;
}
.IndexBlockA .cont .formBlock .form .inputBox {
  position: relative;
}
.IndexBlockA .cont .formBlock .form .intl-tel-input {
  display: block;
}
.IndexBlockA .cont .formBlock .form .input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 40px;
  padding: 0 18px;
  border: 2px solid #6A768B;
  border-radius: 5px;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
}
.IndexBlockA .cont .formBlock .form .get-btn-box {
  display: flex;
}
.IndexBlockA .cont .formBlock .form .get-btn-box .get-code {
  margin-left: 5px;
  border-radius: 5px;
  width: 100px;
  padding: 8px 10px 8px;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  background: #f2af16;
  color: #fff;
}
.IndexBlockA .cont .formBlock .form .get-btn-box .get-code[disabled] {
  cursor: default;
  background: #ccc;
  color: #333;
  pointer-events: none;
}
.IndexBlockA .cont .formBlock .form .angree {
  display: flex;
}
.IndexBlockA .cont .formBlock .form .angree .angreeInput {
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid #6a768b;
  cursor: pointer;
}
.IndexBlockA .cont .formBlock .form .angree .angreeInput:checked {
  border-color: #B8C1CB;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.14 4.77813L5.77822 12.1399L1.00008 7.36174' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.IndexBlockA .cont .formBlock .form a {
  color: #f2af16;
}
.IndexBlockA .cont .formBlock .form .submitBox {
  padding-top: 10px;
}
@media (max-width: 1300px) {
  .IndexBlockA .cont {
    min-height: 500px;
    padding: 115px 0;
  }
  .IndexBlockA .formBlock {
    display: none;
  }
}
@media (max-width: 1023px) {
  .IndexBlockA .cont {
    position: relative;
    min-height: 400px;
    padding: 80px 0;
  }
  .IndexBlockA .cont .word .h1 {
    margin-bottom: 10px;
    line-height: 42px;
    font-size: 32px;
  }
}
@media (max-width: 830px) {
  .IndexBlockA .videoBox .video {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .IndexBlockA {
    display: flex;
    flex-wrap: wrap;
  }
  .IndexBlockA .videoBox {
    position: static;
    order: 2;
    height: 230px;
  }
  .IndexBlockA .videoBox .video {
    width: 100%;
    height: auto;
  }
  .IndexBlockA .cont {
    background: #324354;
    width: 100%;
    min-height: 0;
    padding: 20px 0;
  }
  .IndexBlockA .cont .word {
    position: relative;
    z-index: 2;
    padding: 20px;
  }
  .IndexBlockA .cont .word .h1 {
    margin-bottom: 10px;
    line-height: 42px;
    font-size: 32px;
  }
  .IndexBlockA .cont::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to right bottom, #324354 50%, #24303E 50%);
  }
}
@media (max-width: 475px) {
  .IndexBlockA .videoBox .video {
    width: auto;
    height: 100%;
  }
}
.IndexBlockC {
  background: #24303E;
}
.IndexBlockC .Box {
  display: flex;
}
.IndexBlockC .Box .wid {
  flex: 1 1 33.33%;
  position: relative;
  font-family: "NotoSans-SemiCondensed";
}
.IndexBlockC .Box .wid:nth-child(3n+2) {
  background: #324354;
}
.IndexBlockC .Box .wid .img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: no-repeat center / cover;
  filter: brightness(25%);
  opacity: 0;
  transition: all 0.2s;
}
.IndexBlockC .Box .wid:hover .img {
  opacity: 1;
}
.IndexBlockC .Box .wid .pad {
  position: relative;
  padding: 70px 40px;
}
.IndexBlockC .Box .wid .p {
  padding: 0;
  margin: 0 0 5px;
  letter-spacing: 1px;
  line-height: 18px;
  font-size: 14px;
  color: #6B747E;
}
.IndexBlockC .Box .wid .num {
  letter-spacing: 1px;
  line-height: 80px;
  font-size: 70px;
  color: #005294;
}
.IndexBlockC .Box .wid .word {
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 16px;
  color: #E9EEF4;
}
.IndexBlockC .Box .wid .tips {
  margin-top: 40px;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-size: 14px;
  color: #B8C1CB;
}
@media (max-width: 1023px) {
  .IndexBlockC .wrap {
    padding: 0;
  }
  .IndexBlockC .Box {
    flex-wrap: wrap;
  }
  .IndexBlockC .Box .wid {
    flex: 1 1 100%;
  }
  .IndexBlockC .Box .wid .pad {
    padding: 60px 138px 60px 138px;
  }
  .IndexBlockC .Box .wid .p {
    font-size: 12px;
  }
  .IndexBlockC .Box .wid .num {
    line-height: 70px;
    font-size: 60px;
  }
  .IndexBlockC .Box .wid .more {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .IndexBlockC .Box .wid .pad {
    padding: 50px 20px;
  }
}
.IndexBlockE {
  padding: 70px 0;
}
.IndexBlockE .h2 {
  margin-bottom: 50px;
  font-weight: normal;
  font-family: "NotoSans-SemiCondensedMedium";
  letter-spacing: 1px;
  line-height: 40px;
  font-size: 30px;
  color: #24303E;
}
.IndexBlockE .grid {
  margin: -10px;
  font-size: 0;
}
.IndexBlockE .grid .grid_li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.IndexBlockE .grid .grid_li .Box {
  display: block;
}
.IndexBlockE .grid .grid_li .Box:hover .a::after {
  right: auto;
  left: 0;
  width: 100%;
}
.IndexBlockE .grid .grid_li .imgBox {
  margin-bottom: 25px;
}
.IndexBlockE .grid .grid_li .imgBox::before {
  content: '';
  display: block;
  padding-top: 50%;
}
.IndexBlockE .grid .grid_li .imgBox img {
  object-fit: cover;
  object-position: center center;
}
.IndexBlockE .grid .grid_li .mHeight {
  min-height: 160px;
  margin-bottom: 15px;
}
.IndexBlockE .grid .grid_li .title {
  -webkit-line-clamp: 4;
  font-family: NotoSans-SemiCondensedBold;
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 18px;
  color: #24303e;
}
.IndexBlockE .grid .grid_li .des {
  margin-top: 5px;
  -webkit-line-clamp: 4;
  font-family: "NotoSans-SemiCondensed";
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 16px;
  color: #4D5563;
}
@media (min-width: 1300px) {
  .IndexBlockE .grid .grid_li .mHeight {
    min-height: 150px;
  }
}
@media (max-width: 1023px) {
  .IndexBlockE .h2 {
    margin-bottom: 35px;
    line-height: 32px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .IndexBlockE .grid {
    margin: 0;
  }
  .IndexBlockE .grid .grid_li {
    padding: 0;
  }
  .IndexBlockE .grid .grid_li + .grid_li {
    margin-top: 35px;
  }
  .IndexBlockE .grid .grid_li .mHeight {
    min-height: 0;
  }
  .IndexBlockE .grid .grid_li .title {
    line-height: 22px;
    font-size: 16px;
  }
}
.IndexBlockF {
  position: relative;
  min-height: 305px;
  background: #EBF0F6;
}
.IndexBlockF .img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 500px;
  background: no-repeat center / cover;
}
.IndexBlockF .cont {
  width: 600px;
  padding: 70px 0;
}
.IndexBlockF .cont .h2 {
  font-weight: normal;
  font-family: "NotoSans-SemiCondensedMedium";
  letter-spacing: 1px;
  line-height: 40px;
  font-size: 30px;
  color: #24303E;
}
.IndexBlockF .cont .des {
  margin: 5px 0 24px;
  font-family: "NotoSans-SemiCondensed";
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 16px;
  color: #6B747E;
}
@media (max-width: 1300px) {
  .IndexBlockF {
    min-height: 300px;
  }
  .IndexBlockF .img {
    width: 400px;
  }
  .IndexBlockF .cont {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .IndexBlockF {
    min-height: 275px;
  }
  .IndexBlockF .img {
    width: 300px;
  }
  .IndexBlockF .cont {
    width: 350px;
    padding: 60px 0;
  }
  .IndexBlockF .cont .h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .IndexBlockF {
    min-height: 0;
  }
  .IndexBlockF .img {
    display: none;
  }
  .IndexBlockF .cont {
    width: 100%;
    padding: 50px 0;
  }
}
.IndexBlockG {
  padding: 70px 0;
  background: #24303E;
}
.IndexBlockG .h2 {
  margin-bottom: 50px;
  font-weight: normal;
  font-family: "NotoSans-SemiCondensedMedium";
  letter-spacing: 1px;
  line-height: 40px;
  font-size: 30px;
  color: #FFF;
}
.IndexBlockG .liBox {
  margin: -10px;
  font-size: 0;
}
.IndexBlockG .liBox .li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.IndexBlockG .liBox .Box {
  display: block;
  font-family: NotoSans-SemiCondensedBold;
}
.IndexBlockG .liBox .imgBox::before {
  content: '';
  display: block;
  padding-top: 50%;
}
.IndexBlockG .liBox .mh {
  margin-top: 25px;
  margin-bottom: 15px;
  min-height: 100px;
}
.IndexBlockG .liBox .p {
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 14px;
  color: #005294;
}
.IndexBlockG .liBox .word {
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 18px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .IndexBlockG .liBox .mh {
    min-height: 110px;
  }
}
@media (min-width: 1300px) {
  .IndexBlockG .liBox .mh {
    min-height: 110px;
  }
}
@media (max-width: 767px) {
  .IndexBlockG .h2 {
    margin-bottom: 35px;
    line-height: 32px;
    font-size: 15px;
  }
  .IndexBlockG .liBox {
    margin: 0;
  }
  .IndexBlockG .liBox .li {
    padding: 0;
  }
  .IndexBlockG .liBox .li + .li {
    margin-top: 35px;
  }
  .IndexBlockG .liBox .mh {
    min-height: 0;
  }
  .IndexBlockG .liBox .p {
    font-size: 12px;
  }
  .IndexBlockG .liBox .word {
    line-height: 22px;
    font-size: 16px;
  }
}
/***我们的物流平台****/
.OurPlatformBlockA {
  position: relative;
  padding: 40px 0 70px;
  background-image: url(../images/back2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.OurPlatformBlockA .wrap {
  position: relative;
}
.OurPlatformBlockA .cont {
  color: #fff;
}
.OurPlatformBlockA .cont .word {
  margin: 0 auto;
  width: 560px;
  max-width: 100%;
}
.OurPlatformBlockA .cont .h1 {
  margin-bottom: 0.5em;
  font-weight: normal;
  line-height: 38px;
  font-size: 32px;
}
.OurPlatformBlockA .cont .p {
  line-height: 24px;
  font-size: 16px;
}
.OurPlatformBlockA .cont .img {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .OurPlatformBlockA .cont .h1 {
    margin-bottom: 0.5em;
    line-height: 60px;
    font-weight: normal;
    font-size: 56px;
  }
}
@media (min-width: 768px) {
  .OurPlatformBlockA {
    padding: 120px 0 105px;
  }
}
.OurPlatformBlockB {
  background: #24303E;
}
.OurPlatformBlockB .ul {
  display: flex;
  flex-wrap: wrap;
}
.OurPlatformBlockB .ul li {
  width: 33.33%;
  padding: 70px 40px;
}
.OurPlatformBlockB .ul li:nth-child(3n+2) {
  background: #324354;
}
.OurPlatformBlockB .ul li .num {
  font-family: "NotoSans-SemiCondensedMedium";
  letter-spacing: 1px;
  line-height: 80px;
  font-size: 70px;
  color: #005294;
}
.OurPlatformBlockB .ul li .word {
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 16px;
  color: #E9EEF4;
}
.OurPlatformBlockB .AutoTextImg {
  position: relative;
}
.OurPlatformBlockB .AutoTextImg .mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 111%;
}
.OurPlatformBlockB .AutoTextImg .AutoTextBox {
  position: relative;
}
@media (max-width: 992px) {
  .OurPlatformBlockB .ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .OurPlatformBlockB .ul {
    margin: 0 -25px;
  }
  .OurPlatformBlockB .ul li {
    padding: 50px 20px;
  }
  .OurPlatformBlockB .ul li .num {
    line-height: 70px;
    font-size: 60px;
  }
}
.OurPlatformBlockC {
  position: relative;
  overflow: hidden;
}
.OurPlatformBlockC .mark {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-50%, 0);
  width: 500px;
  height: 500px;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .OurPlatformBlockC .mark {
    display: none;
  }
}
.OurPlatformBlockD {
  position: relative;
}
.OurPlatformBlockD .wrap {
  position: relative;
}
.OurPlatformBlockD .mark {
  display: block;
  position: absolute;
  pointer-events: none;
}
.OurPlatformBlockD .mark1 {
  left: 0;
  top: -21.5%;
  width: 100%;
  height: 144%;
  background: url(../images/back1.png) no-repeat center / 100% 100%;
}
.OurPlatformBlockD .mark2 {
  left: 0;
  top: 0;
  transform: translate(-50%, 0);
  width: 800px;
  height: 807px;
}
@media (max-width: 1023px) {
  .OurPlatformBlockD .mark {
    display: none;
  }
}
.OurPlatformBlockG {
  padding: 120px 0 105px;
  line-height: 20px;
  font-size: 12px;
  color: #9DA7B6;
}
.OurPlatformBlockG .word {
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
}
.OurPlatformBlockG .ul {
  margin-top: 70px;
  margin-bottom: 45px;
  margin-left: -12px;
  margin-right: -12px;
  font-size: 0;
}
.OurPlatformBlockG .ul li {
  display: inline-block;
  padding: 12px 6px;
  width: 16.66%;
}
.OurPlatformBlockG .ul li img {
  display: block;
  margin: 0 auto;
  width: 160px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .OurPlatformBlockG {
    padding: 40px 0 75px;
  }
  .OurPlatformBlockG .word {
    width: 100%;
  }
  .OurPlatformBlockG .ul {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .OurPlatformBlockG .ul li {
    width: 33.33%;
  }
  .OurPlatformBlockG .ul li img {
    width: 275px;
  }
}
@media (max-width: 620px) {
  .OurPlatformBlockG .ul {
    display: flex;
    margin: 0;
    padding: 25px 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .OurPlatformBlockG .ul li {
    width: 48%;
    padding: 25px 0;
  }
  .OurPlatformBlockG .ul li img {
    width: 275px;
  }
}
/**服务**/
.AutoTopBlock {
  position: relative;
}
.AutoTopBlock .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.AutoTopBlock .cont {
  position: relative;
  z-index: 1;
  min-height: 660px;
  padding-top: 135px;
  padding-bottom: 135px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.AutoTopBlock .cont .wrap {
  max-width: 1220px;
  padding-left: 0;
  padding-right: 0;
}
.AutoTopBlock .cont .text {
  width: 590px;
  max-width: 100%;
  padding: 40px;
}
.AutoTopBlock .cont .text.wid2 {
  width: 750px;
  margin: 0 auto;
}
.AutoTopBlock .cont .text2 {
  text-align: right;
  padding: 40px;
}
.AutoTopBlock .cont .text2 .h2 {
  display: inline-block;
  margin: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 1px;
  text-align: left;
  color: #FFF;
}
.AutoTopBlock .cont .min-title {
  line-height: 18px;
  font-size: 14px;
}
.AutoTopBlock .cont .h1 {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 55px;
  font-size: 45px;
}
.AutoTopBlock .cont .p {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 16px;
}
.AutoTopBlock .cont .des {
  padding-top: 15px;
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 1300px) {
  .AutoTopBlock .cont {
    min-height: 500px;
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
@media (max-width: 1023px) {
  .AutoTopBlock .cont {
    min-height: 400px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .AutoTopBlock .cont .h1 {
    line-height: 42px;
    font-size: 32px;
  }
  .AutoTopBlock .cont .p {
    margin-bottom: 30px;
  }
  .AutoTopBlock .cont .des {
    font-size: 24px;
    line-height: 32px;
  }
  .AutoTopBlock .cont .text2 .h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .AutoTopBlock {
    display: flex;
    flex-wrap: wrap;
  }
  .AutoTopBlock:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .AutoTopBlock .cont {
    width: 100%;
    min-height: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #324354;
  }
  .AutoTopBlock .cont.type2 {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #000;
    background: #fff;
  }
  .AutoTopBlock .cont.type2::after {
    display: none;
  }
  .AutoTopBlock .cont.type2 .min-title {
    color: #9DA7B6;
  }
  .AutoTopBlock .cont.type2 .page-top-share svg * {
    fill: #000;
  }
  .AutoTopBlock .cont.type2 .page-top-share svg:hover * {
    fill: #f2af16;
  }
  .AutoTopBlock .cont::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to right bottom, #324354 50%, #24303E 50%);
  }
  .AutoTopBlock .cont .text {
    position: relative;
    z-index: 1;
    padding: 20px;
  }
  .AutoTopBlock .cont .text2 {
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 20px;
  }
  .AutoTopBlock .img {
    order: 2;
    position: static;
    height: 230px;
  }
}
.service-block-a {
  position: relative;
  z-index: 2;
  background: #24303E;
}
.service-block-a .mark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 138%;
  background: url(../images/back5.png) no-repeat center / 100% 100%;
}
.service-block-a .wrap {
  position: relative;
  z-index: 2;
}
.service-block-a .box {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 48px 0 50px;
  color: #fff;
}
.service-block-a .wid {
  padding: 20px;
}
.service-block-a .wid svg {
  display: block;
  width: 26px;
  height: 26px;
}
.service-block-a .title {
  margin: 10px 0;
  line-height: 28px;
  font-size: 20px;
}
.service-block-a .word {
  line-height: 24px;
  font-size: 16px;
}
@media (max-width: 1300px) {
  .service-block-a .mark {
    height: 123%;
  }
  .service-block-a .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .service-block-a {
    padding-bottom: 20px;
  }
  .service-block-a .title {
    line-height: 32px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .service-block-a .mark {
    height: 110%;
  }
  .service-block-a .box {
    padding: 20px 0;
  }
  .service-block-a .title {
    margin: 5px 0;
  }
}
.service-block-b {
  background: #24303E;
}
.service-block-b .box {
  display: flex;
  flex-wrap: wrap;
}
.service-block-b .wid {
  padding: 70px 40px;
}
.service-block-b .wid:nth-child(3n+2) {
  background: #324354;
}
.service-block-b .num {
  line-height: 80px;
  font-size: 70px;
  color: #005294;
}
.service-block-b .title {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #E9EEF4;
}
@media (max-width: 1024px) {
  .service-block-b .wrap {
    padding: 0;
  }
  .service-block-b .num {
    line-height: 70px;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .service-block-b .wid {
    padding: 50px 20px;
  }
}
.service-block-c {
  position: relative;
  padding: 75px 0 50px;
  overflow: hidden;
  background: #1E2B38;
}
.service-block-c.bg0 {
  background: #fff;
}
.service-block-c.bg-transparent {
  background: transparent;
}
.service-block-c .mark {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.service-block-c .mark2 {
  background: #232f3d;
}
.service-block-c .mark3 {
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 15.1vw;
  width: 100%;
  background: url(../images/back5_5.png) no-repeat center / 100% 100%;
}
.service-block-c .cont {
  margin: 0 auto 60px;
  width: 560px;
  max-width: 100%;
  color: #fff;
}
.service-block-c .cont.color2 {
  color: #000a12;
}
.service-block-c .cont .icon-img {
  margin-bottom: 15px;
}
.service-block-c .cont .h3 {
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 38px;
  font-size: 32px;
}
.service-block-c .cont .des {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 16px;
}
.service-block-c .cont .infos {
  display: flex;
  border-top: 1px solid #D8D8D8;
  padding-top: 27.5px;
  align-items: start;
}
.service-block-c .cont .infos .imgBox {
  display: block;
  margin-right: 20px;
  width: 68px;
  border-radius: 5px;
  overflow: hidden;
}
.service-block-c .cont .infos .imgBox::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.service-block-c .cont .infos .p {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
}
.service-block-c .cont .img img {
  display: block;
  width: 100%;
}
.service-block-c .video {
  position: relative;
}
.service-block-c .video::before {
  content: "";
  display: block;
  padding-top: 56.26%;
}
.service-block-c .video .iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .service-block-c .cont .h3 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 1023px) {
  .service-block-c .mark {
    display: none;
  }
}
@media (max-width: 768px) {
  .service-block-c {
    padding: 45px 0 40px;
  }
  .service-block-c .cont {
    margin: 0 auto 35px;
  }
  .service-block-c .cont .h3 {
    margin-bottom: 20px;
  }
}
.service-block-d {
  position: relative;
  background: #24303E url(../images/back6.png) no-repeat left top / 100% 100%;
}
.service-block-d.bg-type-a {
  background: #1d2a37;
}
.service-block-d.bg-type-a .mark {
  z-index: 2;
}
.service-block-d .ati_imgA {
  position: relative;
  z-index: 1;
}
.service-block-d .mark {
  position: absolute;
  left: 100%;
  top: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .service-block-d .mark {
    display: none;
  }
}
.service-block-e {
  background: #232f3d;
}
.service-block-e .wrap {
  position: relative;
}
.service-block-f {
  position: relative;
}
.service-block-f .mark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 136%;
  background: url(../images/back7.png) no-repeat center / 100% 100%;
}
.service-block-f .wrap {
  position: relative;
}
@media (max-width: 1023px) {
  .service-block-f .mark {
    bottom: 100%;
    height: 10%;
  }
}
.service-block-g {
  position: relative;
  z-index: 2;
  background: #24303E;
  color: #fff;
}
.service-block-g .mark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 128%;
  background: url(../images/back5.png) no-repeat center / 100% 100%;
}
.service-block-g .wrap {
  position: relative;
  z-index: 2;
}
.service-block-g .cont-wid {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
.service-block-g .wid {
  padding: 20px;
}
.service-block-g .wid svg {
  display: block;
  width: 26px;
  height: 26px;
}
.service-block-g .title {
  max-width: 560px;
  margin: 0 auto;
  padding-top: 50px;
  line-height: 32px;
  font-size: 24px;
}
.service-block-g .word {
  padding: 10px 0;
  line-height: 28px;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .service-block-g .mark {
    height: 123%;
  }
  .service-block-g .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .service-block-g {
    padding-bottom: 20px;
  }
  .service-block-g .title {
    line-height: 38px;
    font-size: 32px;
  }
  .service-block-g .word {
    line-height: 32px;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .service-block-g .cont-wid {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .service-block-g .mark {
    height: 110%;
  }
  .service-block-g .title {
    padding-top: 30px;
  }
}
.service-block-h {
  position: relative;
  padding-top: 60px;
  color: #000a12;
}
.service-block-h .mark {
  display: none;
  position: absolute;
  left: 0;
  top: 10%;
}
.service-block-h .wrap {
  max-width: 1120px;
  padding-left: 25px;
  padding-right: 25px;
}
.service-block-h .title {
  margin: 0;
  padding-bottom: 55px;
  text-align: center;
  font-weight: 400;
  line-height: 38px;
  font-size: 32px;
}
.service-block-h .ul-list {
  display: flex;
  flex-wrap: wrap;
}
.service-block-h .ul-list .ul-li {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.service-block-h .ul-list .ul-li:first-child {
  align-self: flex-end;
}
.service-block-h .ul-list .ul-li .imgBox::before {
  content: "";
  display: block;
  padding-top: 87.6596%;
}
.service-block-h .ul-list .li-img-pos {
  position: relative;
}
.service-block-h .ul-list .li-title {
  margin: 0px 0px 10px;
  padding: 0px;
  font-size: 24px;
  line-height: 32px;
  color: #000a12;
}
.service-block-h .ul-list .li-cont {
  margin: 0px 0px 10px;
  font-size: 16px;
  line-height: 24px;
  color: #55616f;
}
@media (min-width: 768px) {
  .service-block-h {
    position: relative;
  }
  .service-block-h .title {
    padding-bottom: 60px;
  }
  .service-block-h .ul-list .ul-li {
    padding-bottom: 40px;
  }
  .service-block-h .ul-list .imgBox {
    width: 28vw;
  }
}
@media (min-width: 1024px) {
  .service-block-h {
    padding-top: 160px;
  }
  .service-block-h .mark {
    display: block;
  }
  .service-block-h .title {
    padding-bottom: 80px;
    padding-left: calc(33.33% + 40px);
    line-height: 52px;
    font-size: 48px;
    text-align: left;
  }
  .service-block-h .ul-list .imgBox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 31vw;
  }
  .service-block-h .ul-list .ul-li {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1250px) {
  .service-block-h .title {
    padding-bottom: 100px;
    padding-left: calc(33.33% + 60px);
    line-height: 52px;
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .service-block-h .ul-list .imgBox {
    width: 440px;
  }
}
@media (max-width: 767px) {
  .service-block-h .title {
    line-height: 36px;
    font-size: 28px;
  }
  .service-block-h .ul-list .imgBox {
    width: 100%;
  }
  .service-block-h .ul-list .ul-li {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-block-i {
  padding: 58px 0 50px;
  background: #1e2b38;
  color: #fff;
}
.service-block-i .h4 {
  max-width: 560px;
  margin: 0 auto 50px;
  font-weight: 400;
  line-height: 32px;
  font-size: 24px;
  word-wrap: break-word;
}
.service-block-i .wid-box {
  display: flex;
  flex-wrap: wrap;
}
.service-block-i .wid {
  padding: 0 25px 40px;
}
.service-block-i .wid-title {
  margin: 10px 0;
  line-height: 28px;
  font-size: 20px;
}
.service-block-i .wid-cont {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 0px;
  margin: 0px 0px 15px;
}
@media (min-width: 1024px) {
  .service-block-i .h4 {
    line-height: 38px;
    font-size: 32px;
  }
  .service-block-i .wid-title {
    line-height: 32px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .service-block-i {
    padding: 30px 0;
  }
  .service-block-i .h4 {
    margin-bottom: 20px;
  }
  .service-block-i .wid-title {
    margin: 5px 0;
  }
  .service-block-i .wid {
    padding: 0;
  }
  .service-block-i .wid + .wid {
    margin-top: 15px;
  }
}
.service-block-j {
  position: relative;
  z-index: 2;
  background: #24303E;
}
.service-block-j .mark {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 5.05vw;
  max-height: 97px;
  /*background: url(../images/back5_2.png) no-repeat center / 100% 100%;*/
}
.service-block-j .mark2 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-50%, -50%, 0px) scale(1);
}
.service-block-j .mark3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.85vw;
  /*background: url(../images/back5_4.png) no-repeat center / 100% 100%;*/
  z-index: 2;
}
.service-block-j .wrap {
  position: relative;
  z-index: 2;
}
.service-block-j .cont-box {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 48px 0 50px;
  color: #fff;
}
.service-block-j .title {
  margin: 0px 0px 15px;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}
.service-block-j .des {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.service-block-j .ul {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 25px 0px;
}
.service-block-j .ul li {
  width: calc(16% - 26px);
  margin: 13px;
}
@media (max-width: 1300px) {
  .service-block-j .mark {
    height: 23%;
  }
  .service-block-j .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .service-block-j .mark2 {
    display: block;
  }
  .service-block-j .wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .service-block-j .cont-box {
    margin: 0 auto;
    width: 50%;
  }
  .service-block-j .title {
    font-size: 48px;
    line-height: 52px;
  }
  .service-block-j .ul {
    margin-top: 24px;
    padding: 1px 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .service-block-j .cont-box {
    margin: 0;
    padding-bottom: 0;
  }
  .service-block-j .ul {
    margin: 0 -25px;
  }
  .service-block-j .ul li {
    margin: 25px 25px;
    width: calc(33% - 50px);
  }
}
@media (max-width: 768px) {
  .service-block-j .mark {
    height: 25px;
  }
  .service-block-j .ul {
    justify-content: space-between;
    margin: 0;
  }
  .service-block-j .ul li {
    margin: 25px 0;
    width: calc(50% - 12px);
  }
}
.customer .z-i-3 {
  z-index: 3;
}
.customer .bg24303e {
  background-color: #24303e;
}
.customer .ov {
  overflow: visible;
}
.customer-block-a {
  background: #232f3d;
}
@media (min-width: 1300px) {
  .customer-block-a {
    padding-bottom: 100px;
  }
}
.customer-block-b {
  position: relative;
  z-index: 2;
  background: #232f3d;
}
.customer-block-b .mark2 {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 72px;
  width: 50%;
  background: url(../images/back1_3.png) no-repeat center / 100% 100%;
}
.customer-block-b .mark {
  display: none;
  position: absolute;
  top: 25%;
  left: 0%;
  transform: translate3d(-50%, -50%, 0px);
}
.customer-block-b .wrap {
  position: relative;
}
@media (min-width: 1024px) {
  .customer-block-b .mark {
    display: block;
  }
}
.customer-block-c {
  position: relative;
}
@media (max-width: 768px) {
  .customer-block-c .AutoTextBoxB {
    padding-top: 0;
  }
}
/***案例详情***/
.case-info-nums {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #24303E;
  color: #9DA7B6;
}
.case-info-nums .mark {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 4.05vw;
  max-height: 97px;
  background: url(../images/back5_2.png) no-repeat center / 100% 100%;
}
.case-info-nums .wrap {
  position: relative;
  z-index: 2;
}
.case-info-nums .title {
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 20px;
}
.case-info-nums .wid-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 38px 0 40px;
}
.case-info-nums .wid {
  width: 33.33%;
}
.case-info-nums .nums {
  margin-bottom: 25px;
  font-size: 72px;
  line-height: 50px;
  color: #005294;
}
.case-info-nums .p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .case-info-nums .wid {
    width: 28%;
  }
  .case-info-nums .wid:nth-child(3n+2) {
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 35%;
    padding: 0 4.5%;
    border-left: solid 2px #55616F;
    border-right: solid 2px #55616F;
  }
}
@media (max-width: 1440px) {
  .case-info-nums .nums {
    font-size: 6vw;
    line-height: 4vw;
  }
}
@media (max-width: 768px) {
  .case-info-nums {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .case-info-nums .mark {
    height: 25px;
  }
  .case-info-nums .nums {
    margin-bottom: 5px;
    font-size: 72px;
    line-height: 80px;
  }
  .case-info-nums .wid-box {
    padding-top: 0;
  }
  .case-info-nums .wid {
    width: 100%;
  }
  .case-info-nums .wid + .wid {
    margin-top: 35px;
    border-top: solid 2px #55616F;
    padding-top: 30px;
  }
}
.case-info-cont .case-info-text {
  margin-left: auto;
  margin-right: auto;
  width: 610px;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
  color: #000a12;
}
.case-info-cont .case-info-text p {
  margin: 0px 0px 20px;
}
.case-info-cont .case-info-text h1 {
  font-size: 32px;
  line-height: 38px;
  color: #000a12;
  font-weight: normal;
  margin: 1.5em 0px 0.5em;
}
.case-info-cont .case-info-text h2 {
  font-size: 24px;
  line-height: 32px;
  color: #000a12;
  font-weight: normal;
  margin: 1.5em 0px 0.5em;
}
.case-info-cont .case-info-des {
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  max-width: 100%;
  width: 750px;
}
.case-info-cont .case-info-des .jt svg {
  height: 60px;
  width: 60px;
}
.case-info-cont .case-info-des h3 {
  font-size: 24px;
  line-height: 1.33;
  color: #000a12;
  margin: 0px;
  font-weight: normal;
}
.case-info-cont .case-info-des .des-type {
  font-size: 16px;
  line-height: 24px;
  color: #000a12;
  margin: 25px 0px 0px;
  font-weight: normal;
}
.case-info-cont .case-info-des .des-word {
  font-size: 14px;
  line-height: 18px;
  color: #c4cbd4;
  font-weight: normal;
  max-width: 200px;
}
.case-info-cont .page-cont-share {
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .case-info-cont .case-info-text {
    margin-top: 10px;
  }
  .case-info-cont .case-info-text h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .case-info-cont .case-info-text h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .case-info-cont .case-info-text {
    padding-top: 10px;
  }
}
/***我们的故事***/
.about-block-a {
  position: relative;
  padding-top: 45px;
  padding-bottom: 20px;
}
.about-block-a.bg1E2B38 {
  background: #1E2B38;
}
.about-block-a.bg1E2B38 .longtitle,
.about-block-a.bg1E2B38 .title,
.about-block-a.bg1E2B38 .word {
  color: #C4CBD4;
}
.about-block-a .mark {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  width: 100%;
  height: 4.05vw;
  max-height: 97px;
  background: url(../images/back5_6.png) no-repeat center / 100% 100%;
}
.about-block-a .wrap {
  position: relative;
}
.about-block-a .box {
  margin: 0 auto;
  max-width: 950px;
}
.about-block-a .lingtitle {
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #9DA7B6;
}
.about-block-a .title {
  font-size: 32px;
  line-height: 38px;
  color: #000A12;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 30px;
  max-width: 510px;
}
.about-block-a .word {
  font-size: 16px;
  line-height: 24px;
  color: #000A12;
}
.about-block-a .swiper-container {
  margin-top: 40px;
}
.about-block-a .swiper-container .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.about-block-a .swiper-container.type2 .swiper-slide:nth-child(4n+4) {
  width: 30vw;
}
.about-block-a .swiper-container .swiper-slide {
  width: 30vw;
  padding: 15px;
}
.about-block-a .swiper-container .swiper-slide:nth-child(4n+4) {
  width: 40vw;
}
@media (min-width: 768px) {
  .about-block-a .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .about-block-a .swiper-container .swiper-slide {
    padding: 8px;
  }
}
@media (min-width: 1024px) {
  .about-block-a {
    padding-top: 145px;
    padding-bottom: 50px;
  }
  .about-block-a .title {
    font-size: 48px;
    line-height: 52px;
  }
  .about-block-a .word {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .about-block-a .swiper-container {
    margin-top: 55px;
  }
}
.about-block-b {
  position: relative;
}
.about-block-b::before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 80%;
  background: #232f3d;
}
.about-block-b .mark {
  position: absolute;
  left: 0;
  bottom: 80%;
  z-index: 2;
  width: 100%;
  height: 4.05vw;
  max-height: 130px;
  background: url(../images/back1_2.png) no-repeat center / 100% 100%;
}
.about-block-b .mark2 {
  display: none;
  position: absolute;
  top: 80%;
  left: 102%;
  z-index: 9;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.about-block-b .wrap {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .about-block-b .mark2 {
    display: block;
  }
}
.about-block-c {
  color: #fff;
  background: #1E2B38;
}
.about-block-c .box {
  display: flex;
  margin: 0 -25px;
  flex-wrap: wrap;
  padding: 33px 0 25px;
}
.about-block-c .wid {
  padding: 25px 25px;
}
.about-block-c .wid svg {
  display: block;
  width: 26px;
  height: 26px;
}
.about-block-c .wid .title {
  margin: 10px 0;
  font-size: 20px;
  line-height: 28px;
}
.about-block-c .wid .des {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .about-block-c .wid .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.about-block-d {
  background: #24303E;
}
.about-block-d .wrap {
  position: relative;
  z-index: 2;
}
.about-block-d .AutoTextBoxA .ati_imgA {
  height: auto;
}
@media (min-width: 1024px) {
  .about-block-d .wrap {
    padding-bottom: 50px;
  }
}
.about-block-e {
  position: relative;
  background: #1d2a37;
}
.about-block-e::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 14.84vw;
  max-height: 280px;
  width: 100%;
  /*background: url(../images/back5_7.png) no-repeat center / 100% 100%;*/
}
.about-block-e .wrap {
  position: relative;
  z-index: 2;
}
.about-block-e .AutoTextBoxA .ati_imgA {
  height: auto;
}
@media (min-width: 1024px) {
  .about-block-e {
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .about-block-e .AutoTextBoxA .ati_textA {
    order: 0;
  }
}
@media (max-width: 768px) {
  .about-block-e .AutoTextBoxA .ati_textA {
    order: 0;
  }
}
.about-block-f {
  position: relative;
}
.about-block-f::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 7.42vw;
  max-height: 140px;
  width: 100%;
  background: url(../images/back5_8.png) no-repeat center / 100% 100%;
}
.about-block-f .flex {
  display: flex;
  padding-bottom: 50px;
  align-items: center;
}
.about-block-f .title {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}
.about-block-f .list-box {
  width: 50%;
  position: relative;
}
.about-block-f .list-box .list {
  display: flex;
  margin-left: -35px;
  flex-wrap: wrap;
}
.about-block-f .list-box .list .img-box {
  width: 33.33%;
  padding: 35px;
  text-align: center;
}
.about-block-f .cont-box {
  margin: 0 auto;
  width: 50%;
  max-width: 390px;
}
.about-block-f .cont-box .text {
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.about-block-f .cont-box .p {
  font-size: 16px;
  line-height: 24px;
  color: #000A12;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .about-block-f .cont-box .text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .about-block-f .list-box .list {
    margin-left: -15px;
  }
  .about-block-f .list-box .list .img-box {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .about-block-f .flex {
    flex-wrap: wrap;
  }
  .about-block-f .list-box {
    width: 100%;
  }
  .about-block-f .list-box .list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-block-f .cont-box {
    width: 100%;
    max-width: 100%;
  }
}
.about-block-g {
  padding-top: 52px;
  padding-bottom: 32px;
}
.about-block-g .box {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.about-block-g .box .p {
  margin-bottom: 1em;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}
.about-block-g .box .title {
  margin-bottom: 0.5em;
  font-size: 32px;
  line-height: 38px;
  font-weight: normal;
  font-style: normal;
  color: #000A12;
}
.about-block-g .list-box {
  display: flex;
  flex-wrap: wrap;
  margin: -23px -15px;
}
.about-block-g .list-box .list-li {
  width: 25%;
  padding: 23px 15px;
}
.about-block-g .list-box .year {
  color: #9DA7B6;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
}
.about-block-g .list-box .word {
  font-size: 20px;
  line-height: 28px;
  color: #000A12;
}
@media (min-width: 1024px) {
  .about-block-g {
    padding-top: 118px;
    padding-bottom: 100px;
  }
  .about-block-g .box {
    margin-bottom: 128px;
  }
  .about-block-g .box .title {
    font-size: 56px;
    line-height: 60px;
  }
  .about-block-g .list-box .word {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .about-block-g .list-box {
    margin: 0;
  }
  .about-block-g .list-box .list-li {
    width: 100%;
    padding: 0;
  }
  .about-block-g .list-box .list-li + .list-li {
    margin-top: 22px;
  }
}
/***领导团队***/
.team-list-block {
  position: relative;
  padding-top: 40px;
}
.team-list-block.bg24303e {
  background: #24303e;
}
.team-list-block.bg24303e .h3 {
  color: #fff;
}
.team-list-block.bg24303e .en {
  color: #fff;
}
.team-list-block.bg24303e .job {
  color: #005294;
}
.team-list-block.bg24303e .cont {
  color: #B8C1CB;
}
.team-list-block .mark {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  width: 100%;
  height: 5.05vw;
  max-height: 97px;
  background: url(../images/back5_2.png) no-repeat center / 100% 100%;
}
.team-list-block .mark2 {
  position: absolute;
  top: 10%;
  left: 100%;
  z-index: 20;
  transform: translate3d(-50%, -20%, 0);
}
.team-list-block .h3 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #24303E;
}
.team-list-block .list {
  display: flex;
  margin: 0 -12px;
  padding: 10px 0;
  flex-wrap: wrap;
}
.team-list-block .list-li {
  width: 25%;
  padding: 30px 12px;
}
.team-list-block .imgBox {
  margin-bottom: 25px;
}
.team-list-block .imgBox::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.team-list-block .en {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #24303E;
}
.team-list-block .job {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #6B747E;
}
.team-list-block .cont {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #6B747E;
}
@media (max-width: 1300px) {
  .team-list-block .list {
    margin: 0 -10px;
    padding: 15px 0;
  }
  .team-list-block .list-li {
    padding: 25px 10px;
  }
}
@media (max-width: 1023px) {
  .team-list-block .mark2 {
    display: none;
  }
}
@media (max-width: 992px) {
  .team-list-block .list-li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .team-list-block .h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .team-list-block .list {
    margin: 0;
    padding: 35px 0;
  }
  .team-list-block .list-li {
    width: 100%;
    padding: 0;
  }
  .team-list-block .list-li + .list-li {
    margin-top: 35px;
  }
  .team-list-block .en {
    font-size: 16px;
    line-height: 22px;
  }
  .team-list-block .job {
    font-size: 12px;
    line-height: 18px;
  }
}
/**市场行情动态**/
.type-list-a {
  padding: 70px 0;
}
.type-list-a .type-title {
  margin: 0;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 32px;
  color: #24303E;
}
.type-list-a .get-more {
  padding-top: 45px;
  text-align: center;
}
.type-list-a .ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
}
.type-list-a .ul li + li {
  margin-top: 35px;
}
.type-list-a .ul .imgBox {
  margin-bottom: 25px;
}
.type-list-a .ul .imgBox::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.type-list-a .ul .box {
  display: block;
}
.type-list-a .ul .box:hover .more .more-a::after {
  right: auto;
  left: 0px;
  width: 100%;
}
.type-list-a .ul .author {
  padding: 0px;
  margin: 0px;
  color: #6b747e;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.type-list-a .ul .title {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-line-clamp: 4;
  color: #24303e;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
.type-list-a .ul .des {
  -webkit-line-clamp: 4;
  color: #4d5563;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.type-list-a .ul .more {
  margin-top: 15px;
}
.type-list-a .ul .more .more-a {
  position: relative;
  color: #fa5959;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 700;
}
.type-list-a .ul .more .more-a:after {
  content: "";
  position: absolute;
  right: 0px;
  left: auto;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #fa5959;
  transition: width 0.2s ease-in-out 0s;
}
@media (min-width: 768px) {
  .type-list-a .type-title {
    font-size: 30px;
    line-height: 40px;
  }
  .type-list-a .min-h {
    min-height: 150px;
  }
  .type-list-a .get-more {
    padding-top: 60px;
  }
  .type-list-a .ul {
    padding-top: 50px;
    margin: -25px -12px;
  }
  .type-list-a .ul li {
    padding: 25px 12px;
  }
  .type-list-a .ul li + li {
    margin-top: 0;
  }
  .type-list-a .ul .author {
    font-size: 14px;
    line-height: 18px;
  }
  .type-list-a .ul .title {
    font-size: 18px;
    line-height: 24px;
  }
  .type-list-a .ul .more .more-a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .type-list-a .min-h-a {
    min-height: 110px;
  }
}
@media (min-width: 1280px) {
  .type-list-a .min-h-a {
    min-height: 100px;
  }
}
/**成功案例**/
.type-list-b {
  padding: 70px 0;
}
.type-list-b .type-title {
  margin: 0;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 32px;
  color: #24303E;
}
.type-list-b .get-more {
  padding-top: 45px;
  text-align: center;
}
.type-list-b .ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
}
.type-list-b .ul li + li {
  margin-top: 35px;
}
.type-list-b .ul .imgBox {
  margin-bottom: 25px;
}
.type-list-b .ul .imgBox::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.type-list-b .ul .box {
  display: block;
}
.type-list-b .ul .box:hover .more .more-a::after {
  right: auto;
  left: 0px;
  width: 100%;
}
.type-list-b .ul .des {
  -webkit-line-clamp: 4;
  color: #24303e;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.type-list-b .ul .more {
  margin-top: 15px;
}
.type-list-b .ul .more .more-a {
  position: relative;
  color: #fa5959;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 700;
}
.type-list-b .ul .more .more-a:after {
  content: "";
  position: absolute;
  right: 0px;
  left: auto;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #fa5959;
  transition: width 0.2s ease-in-out 0s;
}
@media (min-width: 768px) {
  .type-list-b .type-title {
    font-size: 30px;
    line-height: 40px;
  }
  .type-list-b .min-h {
    min-height: 110px;
  }
  .type-list-b .get-more {
    padding-top: 60px;
  }
  .type-list-b .ul {
    padding-top: 50px;
    margin: -25px -12px;
  }
  .type-list-b .ul li {
    padding: 25px 12px;
  }
  .type-list-b .ul li + li {
    margin-top: 0;
  }
  .type-list-b .ul .more .more-a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .type-list-b .min-h-b {
    min-height: 110px;
  }
}
@media (min-width: 1280px) {
  .type-list-b .min-h {
    min-height: 100px;
  }
}
/***动态详情***/
.page-top-block {
  background: #24303E;
  color: #fff;
}
.page-top-block .page-back {
  padding: 40px 0;
}
.page-top-block .page-back .page-back-btn {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 16px;
  color: #FFF;
}
.page-top-block .page-back .page-back-btn svg {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  transform: translateX(0) rotate(180deg);
  transition: transform 0.3s;
}
.page-top-block .page-back .page-back-btn:hover svg {
  transform: translateX(-5px) rotate(180deg);
}
.page-top-block .page-top-cont {
  max-width: 675px;
  padding: 40px;
}
.page-top-block .page-top-up {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  font-size: 14px;
  color: #FFF;
}
.page-top-block .page-top-title {
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  color: #FFF;
}
.page-top-block .page-top-tag {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.page-top-block .page-top-des {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.page-top-share {
  padding: 30px 0;
}
.page-top-share .top-share-btn {
  display: inline-block;
}
.page-top-share .top-share-btn svg {
  display: block;
  width: 26px;
  height: 26px;
}
.page-top-share .top-share-btn + .top-share-btn {
  margin-left: 20px;
}
.page-top-share .top-share-btn:hover svg * {
  fill: #f2af16;
}
@media (max-width: 1023px) {
  .page-top-block .page-back .page-back-btn {
    line-height: 20px;
    font-size: 14px;
  }
  .page-top-block .page-top-cont {
    padding: 0 0 40px 20px;
  }
  .page-top-block .page-top-title {
    font-size: 32px;
    line-height: 42px;
  }
  .page-top-share {
    padding: 20px 0 10px;
  }
}
@media (max-width: 767px) {
  .page-top-block .page-back {
    padding: 20px 0;
  }
  .page-top-block .page-back .page-back-btn {
    line-height: 16px;
    font-size: 12px;
  }
  .page-top-block .page-top-cont {
    padding: 0 0 30px 0;
  }
}
.auto-page-info .page-pad {
  padding-top: 50px;
}
.auto-page-info .page-left {
  position: sticky;
  top: 139px;
  width: 130px;
  text-align: right;
}
.auto-page-info .page-left .left-block .title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
}
.auto-page-info .page-left .left-block .des {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 2px #E7E7E7;
  font-size: 16px;
  line-height: 22px;
  color: #55616F;
}
.auto-page-info .page-right {
  width: calc(100% - 165px);
}
.auto-page-info .page-right .page-cont-word {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.auto-page-info .page-right .page-cont-word hr {
  padding: 0;
  margin: 25px 0 ;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  height: 1px;
}
.auto-page-info + .type-list-a {
  padding-top: 0;
}
.page-cont-share {
  padding: 50px 0;
  text-align: center;
}
.page-cont-share .share-title {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  display: inline-block;
}
.page-cont-share .share-btns {
  display: inline-block;
  vertical-align: middle;
}
.page-cont-share .share-btsn-a {
  display: inline-flex;
  border-radius: 5px;
  padding: 0px 25px 0 20px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 58px;
  color: #FFF;
  opacity: 1;
}
.page-cont-share .share-btsn-a:hover {
  opacity: 0.9;
}
.page-cont-share .share-btsn-a svg {
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
.page-cont-share .facebook {
  background: #3C5A9A;
}
.page-cont-share .tweet {
  margin: 0 10px;
  background: #1DA1F3;
}
.page-cont-share .linke {
  background: #0077B5;
}
@media (min-width: 1024px) {
  .auto-page-info .page-left .left-block .title {
    font-size: 18px;
    line-height: 30px;
  }
  .auto-page-info .page-left .left-block .MoreBoxE {
    word-break: keep-all;
    white-space: nowrap;
  }
  .auto-page-info .page-left .left-block .MoreBoxE .a {
    font-size: 16px;
  }
  .page-cont-share .share-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .auto-page-info .page-left {
    display: none;
  }
  .auto-page-info .page-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .auto-page-info .page-pad {
    padding: 25px 0;
  }
  .page-cont-share {
    padding: 20px 0;
  }
  .page-cont-share .share-title {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
  .page-cont-share .share-btns {
    display: block;
  }
  .page-cont-share .share-btsn-a {
    display: flex;
  }
  .page-cont-share .tweet {
    margin: 10px 0;
  }
}
/***联系我们***/
.contact-block-a {
  padding: 24px 0;
}
.contact-block-a .h2 {
  margin: 0;
  padding-bottom: 36px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #141414;
}
.contact-block-a .l-cont {
  width: 48%;
}
.contact-block-a .l-cont .form {
  display: block;
  width: 360px;
  max-width: 100%;
}
.contact-block-a .l-cont .label {
  display: block;
}
.contact-block-a .l-cont .label + .label {
  padding-top: 25px;
}
.contact-block-a .l-cont .label .l-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #141414;
}
.contact-block-a .l-cont .label .input {
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 2.142;
  color: #666;
  background: #fff;
}
.contact-block-a .l-cont .label .input:hover {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
}
.contact-block-a .l-cont .label .submit {
  text-align: center;
  font-size: 18px;
  color: #f2af16;
  cursor: pointer;
}
.contact-block-a .l-cont .label textarea {
  resize: vertical;
}
.contact-block-a .l-cont .label .border {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
.contact-block-a .r-cont {
  width: 48%;
}
.contact-block-a .address-block {
  padding-bottom: 36px;
}
.contact-block-a .address-block .address-title {
  border-top: 1px solid #E5E5E5;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #141414;
}
.contact-block-a .address-block .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.contact-block-a .address-block .list-li {
  padding: 12px;
}
.contact-block-a .address-block .list-li-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #141414;
}
.contact-block-a .address-block .list-li-word {
  font-size: 12px;
  line-height: 1.6;
  color: #666666;
}
.contact-block-a .address-block .list-li-word a {
  color: #666666;
}
.contact-block-a .address-block .list-li-word a:hover {
  color: #f2af16;
}
@media (max-width: 991px) {
  .contact-block-a .l-cont {
    width: 100%;
    padding-bottom: 36px;
  }
  .contact-block-a .l-cont .form {
    width: 100%;
  }
  .contact-block-a .r-cont {
    width: 100%;
  }
}
/***登录注册***/
.member-login-box {
  position:relative;
  display: flex;
  min-height: calc(100vh - 89px);
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #24303e /*url(../images/signup-flow-background-decoration-a381d1e4863be9471489267b3a88c92f.png) no-repeat bottom right / 60% auto*/;
}
.member-login-box .videoBox{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.member-login-box .videoBox::after{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.member-login-box .videoBox video{
	width:100%;
}
.member-login-box .wrap{
	position:relative;
}
.member-login-box .form-box {
  padding: 40px 0;
}
.member-login-box .form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 500px;
  padding: 30px 50px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 30px;
}
.member-login-box .h1 {
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #24303e;
}
.member-login-box .label {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
}
.member-login-box .label + .label {
  margin-top: 15px;
}
.member-login-box .txt {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #6a768b;
}
.member-login-box .border {
  border-radius: 5px;
  border: 2px solid #6a768b;
  transition: border 200ms linear 0s;
}
.member-login-box .border:focus {
  border-color: rgba(38, 46, 60);
}
.member-login-box .input {
  width: 100%;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #4d5563;
}
.member-login-box .get-btn-box {
  display: flex;
}
.member-login-box .get-btn-box .get-code {
  margin-left: 5px;
  border-radius: 5px;
  width: 100px;
  padding: 8px 10px;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  background: #f2af16;
  color: #fff;
}
.member-login-box .get-btn-box .get-code[disabled] {
  cursor: default;
  background: #ccc;
  color: #333;
  pointer-events: none;
}
.member-login-box .submit {
  width: 100%;
}
.member-login-box .lab-text {
  margin: 10px 0 15px;
  color: #6a768b;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.member-login-box .lab-text a {
  color: #fa5959;
}
.member-login-box .check-box {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  border-radius: 3px;
  border: 2px solid #6a768b;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.member-login-box .check-box .check {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  appearance: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.member-login-box .check-box .check:checked {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.14 4.77813L5.77822 12.1399L1.00008 7.36174' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .member-login-box {
    min-height: calc(100vh - 61px);
  }
  .member-login-box .form-box {
    padding: 30px 0;
  }
  .member-login-box .form {
    padding: 30px 20px;
  }
  .member-login-box .h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .member-login-box .label + .label {
    margin-top: 12px;
  }
  .member-login-box .txt {
    padding-bottom: 3px;
  }
  .member-login-box .input {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .member-login-box .get-btn-box .get-code {
    padding: 8px;
  }
  .member-login-box .submit {
    width: 100%;
  }
}
/**个人中心***/
.member-block-a {
  padding-top: 60px;
  padding-bottom: 60px;
}
.member-block-a .flex {
  display: flex;
}
.member-block-a .flex.jb {
  justify-content: space-between;
}
.member-block-a .flex.ac {
  align-items: center;
}
.member-block-a .border {
  border: 1px solid #ebebeb;
  box-shadow: -3px 2px 7px 0px rgba(0, 0, 0, 0.07);
}
.member-block-a .member-left {
  width: 260px;
  flex-shrink: 0;
}
.member-block-a .member-left .info {
  padding: 25px 20px;
  background-color: #24303e;
}
.member-block-a .member-left .info img {
  flex-shrink: 0;
  border-radius: 50%;
}
.member-block-a .member-left .info .name {
  padding-left: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
.member-block-a .member-left .ul {
  padding-bottom: 14px;
}
.member-block-a .member-left .ul li + li {
  border-top: 1px solid #ebebeb;
}
.member-block-a .member-left .ul .on .a {
  background: #f9f9f9;
}
.member-block-a .member-left .ul .on .a::before {
  margin-left: 0;
  opacity: 1;
}
.member-block-a .member-left .ul .a {
  display: block;
  position: relative;
  padding: 20px 30px;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  background: transparent;
}
.member-block-a .member-left .ul .a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  margin-left: 2px;
  width: 3px;
  height: 28px;
  opacity: 0;
  background: #155197;
  transition: all 0.3s;
}
.member-block-a .member-left .ul .a:hover {
  background: #f9f9f9;
}
.member-block-a .member-left .ul .a:hover::before {
  margin-left: 0;
  opacity: 1;
}
.member-block-a .member-left .ul .a .big-text {
  font-size: 18px;
}
.member-block-a .member-right {
  width: calc(100% - 290px);
}
.member-block-a .member-right .pad-bet {
  padding-left: 35px;
  padding-right: 35px;
}
.member-block-a .member-right .r-title {
  border-bottom: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
}
.member-block-a .member-right .r-title .span {
  font-size: 18px;
  color: #333333;
}
.member-block-a .member-right .info .top-info {
  border-bottom: 1px solid #ebebeb;
  padding-top: 45px;
  padding-bottom: 20px;
}
.member-block-a .member-right .info .top-info img {
  border-radius: 50%;
}
.member-block-a .member-right .info .top-info .cont {
  padding-left: 35px;
}
.member-block-a .member-right .info .top-info .cont .mail {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.member-block-a .member-right .info .top-info .cont .name {
  font-size: 15px;
  line-height: 22px;
  color: #777777;
}
.member-block-a .member-right .info .form {
  padding-top: 35px;
  padding-bottom: 35px;
}
.member-block-a .member-right .info .form .form-li {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}
.member-block-a .member-right .info .form .mar-bot-a {
  margin-bottom: 13px;
}
.member-block-a .member-right .info .form .mar-top-a {
  margin-top: 18px;
}
.member-block-a .member-right .info .text-type-a {
  font-size: 16px;
  line-height: 22px;
  color: #444444;
}
.member-block-a .member-right .info .form-li-title {
  flex-shrink: 0;
  width: 80px;
  text-align: right;
  font-size: 15px;
  line-height: 44px;
  color: #444444;
}
.member-block-a .member-right .info .input-box {
  width: 100%;
}
.member-block-a .member-right .info .input-box .input {
  display: block;
  width: 100%;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.member-block-a .member-right .info .input-box .input-border {
  border-radius: 3px;
  border: 1px solid #ebebeb;
}
.member-block-a .member-right .info .submit-box .submit-btn {
  display: inline-block;
  width: 160px;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background: #155197;
  cursor: pointer;
}
.member-block-a .member-right .info .submit-box .submit-btn:hover {
  background: #0c59b3;
}
.member-block-a .member-right .radio-box {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  font-size: 15px;
  line-height: 44px;
  color: #444444;
  cursor: pointer;
}
.member-block-a .member-right .radio-box + .radio-box {
  margin-left: 24px;
}
.member-block-a .member-right .radio-box .radio {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  background: url(../images/icon1_1.png) no-repeat center / contain;
  cursor: pointer;
}
.member-block-a .member-right .radio-box .radio:checked {
  background-image: url(../images/icon1_2.png);
}
.member-block-a .member-right .info-list {
  padding-top: 25px;
  padding-bottom: 30px;
}
.member-block-a .member-right .info-list .info-top {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
.member-block-a .member-right .info-list .info-top .title {
  width: 100%;
  flex-shrink: 0;
}
.member-block-a .member-right .info-list .info-top .wid {
  display: flex;
  width: 48%;
  align-items: center;
}
.member-block-a .member-right .info-list .info-top .block-div {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: space-between;
}
.member-block-a .member-right .info-list .info-top .select-box .select {
  border-radius: 3px;
  border: 1px solid #ebebeb;
  width: 100%;
  height: 44px;
  padding: 0 10px;
}
.member-block-a .member-right .info-list .info-top .span {
  flex-shrink: 0;
}
.member-block-a .member-right .info-list .info-top .time-box {
  display: inline-flex;
  margin: 0 12px;
  width: 25%;
  align-items: center;
}
.member-block-a .member-right .info-list .info-top .time-box .input {
  border-radius: 3px;
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 0 40px 0 15px;
  font-size: 14px;
  line-height: 42px;
  color: #333;
  background: url(../images/icon2.png) no-repeat right 12px center;
}
.member-block-a .member-right .info-list .info-top .btn-box {
  display: inline-block;
}
.member-block-a .member-right .info-list .info-top .wid1 {
  width: 15%;
}
.member-block-a .member-right .info-list .info-top .wid2 {
  margin-left: 18px;
  width: 20%;
}
.member-block-a .member-right .info-list .info-top .btn {
  display: block;
  border-radius: 3px;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
}
.member-block-a .member-right .info-list .info-top .bg1 {
  background: #f2af16;
}
.member-block-a .member-right .info-list .info-top .bg2 {
  background: #155197;
}
.member-block-a .member-right .info-list .table-box {
  overflow-x: auto;
  padding-bottom: 20px;
}
.member-block-a .member-right .info-list .table-box table {
  border: 1px solid #a9a9a9;
  border-collapse: collapse;
  width: 3000px;
  text-align: center;
}
.member-block-a .member-right .info-list .table-box table.first-table {
  border-bottom: 0 none;
}
.member-block-a .member-right .info-list .table-box table .btn-tr td:nth-child(2n+1) {
  background: #d1d1d1;
}
.member-block-a .member-right .info-list .table-box table .btn-tr td:nth-child(1) ,
.member-block-a .member-right .info-list .table-box table .btn-tr td:nth-child(2) {
  width: 110px;
}
.member-block-a .member-right .info-list .table-box table .btn-tr td:nth-child(3) ,
.member-block-a .member-right .info-list .table-box table .btn-tr td:nth-child(4) {
  width: 180px;
}
.member-block-a .member-right .info-list .table-box table .tab-show {
  display: none;
}
.member-block-a .member-right .info-list .table-box table .tab-show table {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
}
.member-block-a .member-right .info-list .table-box table .tab-show table tr:first-child th,
.member-block-a .member-right .info-list .table-box table .tab-show table tr:first-child td {
  border-top: 0 none;
}
.member-block-a .member-right .info-list .table-box table .tab-show table tr:last-child th,
.member-block-a .member-right .info-list .table-box table .tab-show table tr:last-child td {
  border-bottom: 0 none;
}
.member-block-a .member-right .info-list .table-box table .tab-show table th:first-child,
.member-block-a .member-right .info-list .table-box table .tab-show table td:first-child {
  border-left: 0 none;
}
.member-block-a .member-right .info-list .table-box table .tab-show table th:last-child,
.member-block-a .member-right .info-list .table-box table .tab-show table td:last-child {
  border-right: 0 none;
}
.member-block-a .member-right .info-list .table-box table th,
.member-block-a .member-right .info-list .table-box table td {
  border: 1px solid #a9a9a9;
  padding-left: 17px;
  padding-right: 17px;
}
.member-block-a .member-right .info-list .table-box table th.no-pad,
.member-block-a .member-right .info-list .table-box table td.no-pad {
  border: 0 none;
  padding: 0;
}
.member-block-a .member-right .info-list .table-box table th {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  background-color: #d1d1d1;
}
.member-block-a .member-right .info-list .table-box table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.member-block-a .member-right .info-list .table-box table a {
  text-decoration: underline;
  color: #035295;
}
@media (max-width: 1200px) {
  .member-block-a .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .member-block-a {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .member-block-a .wrap.flex {
    flex-wrap: wrap;
  }
  .member-block-a .member-left {
    width: 100%;
  }
  .member-block-a .member-left .info {
    padding: 15px;
  }
  .member-block-a .member-left .info .name {
    padding-left: 15px;
  }
  .member-block-a .member-left .ul {
    padding-bottom: 0;
  }
  .member-block-a .member-left .ul .a {
    padding: 15px 20px;
  }
  .member-block-a .member-right {
    margin-top: 20px;
    width: 100%;
  }
  .member-block-a .member-right .pad-bet {
    padding-left: 20px;
    padding-right: 20px;
  }
  .member-block-a .member-right .r-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .member-block-a .member-right .r-title .span {
    font-size: 16px;
  }
  .member-block-a .member-right .info .top-info {
    padding-top: 20px;
  }
  .member-block-a .member-right .info .top-info img {
    width: 90px;
    height: 90px;
  }
  .member-block-a .member-right .info .top-info .cont {
    padding-left: 15px;
  }
  .member-block-a .member-right .info .top-info .cont .mail {
    font-size: 16px;
  }
  .member-block-a .member-right .info .top-info .cont .name {
    font-size: 14px;
  }
  .member-block-a .member-right .info .form {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .member-block-a .member-right .info .form .mar-bot-a {
    margin-bottom: 0px;
  }
  .member-block-a .member-right .info .form .mar-top-a {
    margin-top: 15px;
  }
  .member-block-a .member-right .info .form .form-li {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .member-block-a .member-right .info .form .form-li-title {
    width: 100%;
    text-align: left;
    line-height: 40px;
  }
  .member-block-a .member-right .info .text-type-a {
    font-size: 15px;
  }
  .member-block-a .member-right .info .radio-box {
    line-height: 20px;
  }
  .member-block-a .member-right .info .submit-box {
    margin-top: 10px;
  }
  .member-block-a .member-right .info .submit-box .submit-btn {
    width: 100%;
  }
  .member-block-a .member-right .info-list .table-box table th {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .member-block-a .member-right .info-list .info-top .block-div {
    flex-wrap: wrap;
  }
  .member-block-a .member-right .info-list .info-top .wid {
    width: 100%;
    flex-wrap: wrap;
  }
  .member-block-a .member-right .info-list .info-top .select-box .select {
    margin: 10px 0;
  }
  .member-block-a .member-right .info-list .info-top .title {
    margin-bottom: 8px;
    width: 100%;
  }
  .member-block-a .member-right .info-list .info-top .time-box {
    margin: 10px 0;
    width: 100%;
  }
  .member-block-a .member-right .info-list .info-top .btn-box {
    width: 49%;
  }
  .member-block-a .member-right .info-list .info-top .wid2 {
    margin-left: 0;
  }
  .member-block-a .member-right .info-list .table-box {
    padding-bottom: 0;
  }
}
/**货物实时动态**/
.dynamic-query {
  padding: 60px 0 80px;
}
.dynamic-query .h1 {
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4em;
  color: #24303e;
}
.dynamic-query .mar-top-a {
  margin-top: 40px;
}
.dynamic-query .form-box {
  background: url(../images/back8.jpg) no-repeat center / 100% 100%;
}
.dynamic-query .form-box .form {
  display: flex;
}
.dynamic-query .form-box .form .wid {
  display: inline-flex;
  width: 50%;
  padding: 23px 28px;
}
.dynamic-query .form-box .form .wid + .wid {
  border-left: 1px solid #343f4d;
}
.dynamic-query .form-box .form .wid2 {
  width: 140px;
}
.dynamic-query .form-box .form .title {
  padding-top: 5px;
}
.dynamic-query .form-box .label {
  display: flex;
  padding: 7px 0;
}
.dynamic-query .form-box .code-box img {
  margin-left: 14px;
}
.dynamic-query .form-box .input-box {
  width: 100%;
}
.dynamic-query .form-box .input {
  border-radius: 3px;
  width: 100%;
  padding: 0 18px;
  font-size: 15px;
  line-height: 42px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}
.dynamic-query .form-box .submit {
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  background-color: #035295;
  cursor: pointer;
}
.dynamic-query .form-box .submit:hover {
  background-color: #0c59b3;
}
.dynamic-query .title {
  flex-shrink: 0;
  margin: 0 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
}
.dynamic-query .radio-box {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  cursor: pointer;
}
.dynamic-query .radio-box .radio {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  background: url(../images/icon1_3.png) no-repeat center / contain;
  cursor: pointer;
}
.dynamic-query .radio-box .radio:checked {
  background-image: url(../images/icon1_2.png);
}
.dynamic-query .info-type {
  display: flex;
  border: 1px solid #a9a9a9;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
}
.dynamic-query .info-type .i-flex {
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
}
.dynamic-query .info-type .i-flex + .i-flex {
  border-left: 1px solid #a9a9a9;
}
.dynamic-query .info-type .word {
  width: 20%;
  background: #d1d1d1;
}
.dynamic-query .info-type .code {
  width: 28%;
  color: #f2af16;
}
.dynamic-query .info-type .icon-box {
  flex-shrink: 0;
  padding: 0;
  width: 124px;
}
.dynamic-query .info-type .icon-box img {
  display: block;
}
.dynamic-query .table-box {
  overflow-x: auto;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
}
.dynamic-query .table-box table {
  border: 1px solid #a9a9a9;
  border-collapse: collapse;
  width: 100%;
  min-width: 1000px;
  text-align: center;
}
.dynamic-query .table-box table.tab-a {
  min-width: 700px;
}
.dynamic-query .table-box table.tab-b {
  width: 1970px;
}
.dynamic-query .table-box table.tab-a td:nth-child(even) {
  text-align: left;
}
.dynamic-query .table-box table.tab-a td:nth-child(odd) {
  text-align: right;
  background: #f0f0f0;
}
.dynamic-query .table-box table th,
.dynamic-query .table-box table td {
  border: 1px solid #a9a9a9;
  padding-left: 17px;
  padding-right: 17px;
}
.dynamic-query .table-box table th {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  background-color: #d1d1d1;
}
.dynamic-query .table-box table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dynamic-query .table-box table a {
  text-decoration: underline;
  color: #035295;
}
.dynamic-query .table-box .print-btn {
  display: inline-block;
  border-radius: 3px;
  padding: 0 15px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background: #035295;
}
.dynamic-query .table-box .print-btn:hover {
  background: #0c59b3;
}
@media (max-width: 1200px) {
  .dynamic-query {
    padding: 50px 0;
  }
  .dynamic-query .h1 {
    margin-bottom: 18px;
    font-size: 26px;
  }
  .dynamic-query .title {
    margin: 0 15px 0 0;
  }
  .dynamic-query .mar-top-a {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .dynamic-query {
    padding: 35px 0;
  }
  .dynamic-query .h1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .dynamic-query .form-box .form {
    flex-wrap: wrap;
    padding: 20px 25px;
  }
  .dynamic-query .form-box .form .wid {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
  .dynamic-query .form-box .form .wid + .wid {
    border-left: 0 none;
  }
  .dynamic-query .form-box .form .cont {
    width: 100%;
    padding-top: 10px;
    padding-top: 5px;
  }
  .dynamic-query .mar-top-a {
    margin-top: 25px;
  }
  .dynamic-query .info-type {
    font-size: 14px;
  }
  .dynamic-query .table-box table th {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .dynamic-query {
    padding: 20px 0;
  }
  .dynamic-query .h1 {
    margin-bottom: 10px;
  }
  .dynamic-query .mar-top-a {
    margin-top: 20px;
  }
  .dynamic-query .info-type {
    flex-wrap: wrap;
  }
  .dynamic-query .info-type .i-flex {
    width: 100%;
    justify-content: start;
  }
  .dynamic-query .info-type .i-flex + .i-flex {
    border-left: 0 none;
  }
  .dynamic-query .info-type .icon-box {
    justify-content: center;
  }
  .dynamic-query .info-type .icon-box img {
    width: 110px;
    height: auto;
  }
}
/***单页面***/
.auto-page-info-a {
  padding-top: 60px;
  padding-bottom: 30px;
}
.auto-page-info-a .h1 {
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4em;
  color: #000A12;
}
.auto-page-info-a .content {
  font-size: 16px;
  line-height: 24px;
}
.auto-page-info-a .content p {
  margin-bottom: 0.8em;
}
@media (max-width: 1024px) {
  .auto-page-info-a {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .auto-page-info-a .h1 {
    font-size: 32px;
  }
}
