.pc {
  display: block;
}

.mobile {
  display: none;
}

.header {
  width: 100%;
  /* height: 1080px; */
}

.header .warp {
  height: 100%;
}

.swiper1 {
  height: 100vh;
}

.b_nav {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9999;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}

/*.b_nav:hover {*/
/*  background: rgba(255, 255, 255, 0.7);*/
/*}*/

.b_nav.active {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #eee;
}

/* 导航栏 */
/* 导航栏 */
.nav {
  /* padding-top: 20px;
  padding-bottom: 20px; */
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  width: 95%;
  margin: 0 auto;
  height: 90px;
}

.nav .logo {
  width: 40%;
  text-align: left;
}

.nav .logo img {
  width: 245px;
  height: 30px;
}

.nav .navlist ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}

.nav .search .liebiao {
  display: none;
}

.nav .navlist ul li {
  padding: 0 10px;
}

.nav .search {
  width: 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav .search img {

  height: 20px;
}

.langBox {
  position: relative;
}

.nav .search .yuyanlist {
  width: 60px;
  height: auto;
  /* border: 1px solid black; */
  position: absolute;
  top: 110%;
  left: calc(50% - 30px);
  background-color: #fff;
  opacity: 0;
  margin-top: 10px;
  z-index: 99999;
  border-radius: 10px;
}

.langBox:hover .yuyanlist {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}

.nav .search .yuyanlist li {
  text-align: center;
  line-height: 30px;
}

/* about二级导航栏 */

.nav .navlist ul li:nth-child(5) {
  /* position: relative; */
}

.nav .navlist ul li .second1 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  /*height: 366px;*/
  text-align: left;
  background-color: #F6F3F7;
  border-top: 20px solid transparent;
  display: none;
  z-index: 999;

}

.nav .navlist ul li .second2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  padding: 0 0 20px 0;
  text-align: left;
  border-top: 20px solid transparent;
  background-color: #F6F3F7;
  display: none;
  z-index: 999;
}



.nav .navlist ul {
  line-height: 50px;
}

.nav .navlist ul li {
  display: flex;
  align-items: center;
  line-height: 50px;
  /* height: 90px; */
}

.titleTab {
  height: 90px;
}

.nav .navlist .second2 .secondList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;

}

.nav .navlist .second2 .secondList .secondLeft {
  text-align: center;
  width: 20%;
}

.nav .navlist .second .secondList .secondLeft h1 {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;

}

.nav .navlist .second2 .wire {
  height: 90px;
  border-left: 1px solid #777777;

}


.nav .navlist .second2 .secondRight {}

.nav .navlist .second2 .secondRight ul {
  flex-wrap: wrap;
  width: 900px;

}

.nav .navlist .second2 .secondRight ul li {
  /*width: 16%;*/
}

.nav .navlist .second2 .secondRight ul li a {
  font-size: 16px;
  font-weight: 400;
  /* color: #777777; */
  line-height: 42px;
}




/*产品中心二级导航栏 */

.nav .navlist .second .block {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  /*align-items: center;*/
  /*text-align: center;*/
  /*justify-content: center;*/
  /*height: 100%;*/
}

.nav .navlist .second .block>div {
  width: 300px;
  /*height: 362px;*/
  /* border: 1px solid black; */
  background: #FFFFFF;
  margin: 0 5px;
}

.nav .navlist .second div img {
  width: 7px;
  height: 12px;
  margin-left: 20px;
}


.nav .navlist .second .blocktop {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-left: 10px;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0 10px;
}

.nav .navlist .second .blocktop h1 {
  font-size: 20px;
  color: #000000;
  /* line-height: 48px; */
}

.nav .navlist .second .block>div ul {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 36px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  /*box-sizing: border-box;*/
  padding: 0 10px;
}

.nav .navlist .second .block>div ul li {
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  width: 95%;
}




/* 鼠标悬浮效果 */
.navigation .productCenter:hover .product {
  color: red;
}

.navigation .nav_item:hover .seme {
  color: red;
}

.navigation .nav_item:hover .support {
  color: red;
}

.navigation .nav_item:hover .newsconten {
  color: red;
}

.navigation .nav_item:hover .navigation {
  color: red;
}

.navigation .nav_item:hover .second2 {
  display: block;
  animation: fadeInDown;
  animation-duration: 1s;
}


.navigation .productCenter:hover .second1 {
  display: block;
  animation: fadeInDown;
  animation-duration: 1s;
}

.nav .navlist .second .block>div ul li a:hover {
  color: red;
  text-decoration: underline;
}

.nav .navlist .second2 .secondList ul li a:hover {
  color: red;
  text-decoration: underline;
}






.nav .search .liebiao {
  display: none;
}

.secondLevel {
  display: none;
}


@media screen and (max-width: 768px) {
  .swiper-slide1.swiper-slide1 {
    height: 100%;
  }

  .header .warp .swiper {
    height: 136vw;
  }

  .swiper.swiperContainer1 {
    height: auto;

  }

  .nav {
    z-index: 2;
    position: relative;
  }

  .nav .logo img {
    width: 40vw;
    height: 4.5333vw;
  }

  .nav .search {
    width: 35%;
  }

  .nav .search {
    position: relative;
  }

  .nav .search .yuyanlist {
    width: 80px;
    height: 70px;
    /* border: 1px solid black; */
    position: absolute;
    top: 5.8667vw;
    left: calc(50% - 40px);
    background-color: #fff;
    display: block;
    margin-top: 10px;
  }

  .langBox:hover .yuyanlist {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  }

  .secondLevel {
    width: 100%;
    left: 0;
    height: 100%;
    top: 66px;
    box-sizing: border-box;
    /* display: block; */
    position: fixed;
    display: none;
    /* z-index: 99; */
    background-color: #fff;
    z-index: 999;

  }

  /*  .nav .search .liebiao:hover+.secondLevel {
    animation: fadeInDown;
    animation-duration: 1s;
    display: block;
  } */

  /*  .secondLevel:hover {

    display: block;
  } */

  .secondLevel a {
    display: block;
  }

  .secondLevel .secondLevelLeft .ul1 {
    /* margin: 0 auto; */
    width: 32vw;
    height: 100vh;
    padding: 0 4.1vw;
    text-align: center;
    background-color: #f3f3f3;
    /* border: 1px solid black; */
  }

  .secondLevel .secondLevelLeft .ul1 li {
    font-size: 4vw;
    text-align: left;
    padding: 5.3333vw 0;
  }

  .secondLevel .secondLevelLeft .ul1 li.active>a {
    color: #007aff;
  }

  .secondLevel .secondLevelLeft .ul2 {
    position: absolute;
    /* border: 1px solid black; */
    top: 0vw;
    left: 42vw;
    width: 50vw;
    padding: 0 10px;
    background-color: #fff;
    height: 600px;
    overflow: scroll;
  }

  .secondLevel .secondLevelLeft .ul2 li {
    font-size: 4vw;
    text-align: left;
    border-bottom: 1px solid #dedede;
    padding: 5.3333vw 0vw;
  }

  .secondLevel .secondLevelLeft .ul2 li h2 a {
    font-size: 5vw;
  }

  .secondLevel .secondLevelLeft .ul2>.ul3title {
    display: flex;
    justify-content: space-between;
  }

  .secondLevel .secondLevelLeft .ul2 .top {
    display: none;
  }

  .secondLevel .secondLevelLeft .ul2 .ul3 {
    display: none;
  }

  .secondLevel .secondLevelLeft .ul1 .ul2 {
    display: none;
  }

  /* 鼠标悬浮事件 */

  .secondLevel .secondLevelLeft .ul1 .li1:hover>a {
    color: #0c3281;
  }

  /*  .secondLevel .secondLevelLeft .ul1 .li1:hover>.ul2 {
    animation: fadeInDown;
    animation-duration: 1s;
    display: block;
  } */

  /*  .secondLevel .secondLevelLeft .ul2 .ul3title:hover>.top {
    display: block;
  }

  .secondLevel .secondLevelLeft .ul2 .ul3title:hover>.bottom {
    display: none;
  }
 */
  .secondLevel .secondLevelLeft .ul2 .ul3title:hover+.ul3 {
    animation: fadeInDown;
    animation-duration: 1s;
    /* display: block; */
  }

  .secondLevel .secondLevelLeft .ul2 .ul3title:hover>a {
    color: #0c3281;
  }

  /*  .secondLevel .secondLevelLeft .ul2 .ul3:hover {
    animation: fadeInDown;
    animation-duration: 1s;
    display: block;
  } */

  .secondLevel .secondLevelLeft .ul2 .ul3 li:hover>a {
    color: #0c3281;
  }



  .nav .search .yuyanlist ul {

    text-align: center;
  }

  .nav .search .yuyanlist ul li {
    font-size: 16px;
    line-height: 22px;
    padding: 5px;
    display: block;
    height: max-content;
  }

  .nav .search .yuyan:hover+.yuyanlist {
    display: block;
  }

  .nav .search .liebiao {
    display: block;
  }

}



.header_title {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 12vw auto 0;
  height: 300px;
  z-index: 999;
}

.header_title div {
  display: flex;
}

.header_title div h2 {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 105px;
  line-height: 52px;
  margin-top: 15px;
  margin-right: 10px;
}

.header_title div div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.header_title div div p {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}

.header_title div div h3 {
  margin-top: 10px;
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}

.header_title>p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 30px;
  width: 498px;
}

.header_title .about {
  width: 212px;
  height: 36px;
  position: absolute;
  bottom: 23.2%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skewX(-15deg);
}

.header_title .about span {
  font-size: 16px;
  transform: skewX(15deg);
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
}

.header_title .about span a {
  color: #FFFFFF;
}

.video {
  width: 100vw;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.video video {
  margin: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.fixed_nav {
  position: absolute;
  z-index: 33;
  bottom: 10.18%;
  width: 80%;
  height: 110px;
  padding: 0 200px;
  background: rgba(3, 3, 3, 0.3);
  box-sizing: border-box;
}

.fixed_nav ul {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixed_nav ul li {
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  /*line-height: 40px;*/
  list-style: square;
}

.fixed_nav ul li span {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: 500;
  color: #FFFFFF;
  /*line-height: 24px;*/
}

.fixed_nav ul li.active * {
  color: #D70C18;
}

.fixed_nav ul li.active::marker {
  color: #D70C18;
}

.bg {
  width: 100%;
  height: 920px;
  background: url(../../images/home/BG.png) no-repeat center;
  padding: 120px 0 0px;
  background-size: 100% 100%;
  box-sizing: border-box;
  /* margin-top: 45.3333vw; */
}

.bg .relative {
  position: relative;
}

.bg .relative img.img_fj {
  position: absolute;
  top: 15px;
  left: 0;
}

.bg .relative div.msg {
  position: absolute;
  top: -20px;
  right: 70px;
  z-index: 2;
  padding: 73px 0px 30px 30px;
  box-sizing: border-box;
  width: 540px;
  height: 550px;
  background: #FFFFFF;
}

.bg .relative div.msg h4 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;

}

.bg .relative div.msg h4 a:hover {
  color: #D70C18;
}

.bg .relative div.msg em a:hover {
  color: #D70C18;
}

.bg .relative div.msg h5 {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.bg .relative div.msg p {
  font-size: 16px;
  margin-top: 40px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  opacity: 0.6;
  margin-right: 30px;
}

.bg .relative div.msg em {
  margin-top: 49px;
  font-size: 16px;
  font-weight: 400;
  color: #D70C18;
  line-height: 30px;
  display: inline-block;
  border-bottom: 1px solid #D70C18;
}

.bg .relative div.msg div.bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 49px;
}

.bg .relative div.msg div.bottom img {
  height: 30px;
}



.bg .relative div.msg div.about {

  width: 212px;
  height: 36px;
  background: #1c3b8b;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skewX(-15deg);
  z-index: 10001;
  margin-top: 200px;
  float: right;
  margin-right: 9px;
}

.bg .relative div.msg div.about span {
  font-size: 16px;
  transform: skewX(15deg);
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
}

.bg .relative span.right {
  position: absolute;
  right: 0;
  width: 18px;
  top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  text-align: center;
  opacity: 0.3;
}

@keyframes mybounceOut {

  0%,
  20%,
  50%,
  80%,
  99% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
    height: 0;
  }

  40% {
    opacity: 0.8;
  }

  60% {
    opacity: 0.8;
  }
}

@keyframes mybounceIn {
  0% {
    height: 0;
  }

  50% {
    height: auto;
  }

  60% {
    opacity: 1;
    height: auto;
  }

  70% {
    opacity: 0.3;
    height: auto;
  }

  75% {
    opacity: 1;
    height: auto;
  }

  80% {
    opacity: 0.3;
    height: auto;
  }

  85% {
    opacity: 1;
    height: auto;
  }

  90% {
    opacity: 0.3;
    height: auto;
  }

  100% {
    opacity: 1;
    height: auto;
  }
}

.mybounceIn {
  animation: mybounceIn 2s ease;
}

.bg3 {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  display: flex;
}

.bg3_bg {
  width: 100%;
  height: auto;

}

/* .bg3_inner{
	width: 1200px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 600px);
} */

.bg3 .lf {
  position: absolute;
  width: 420px;
  top: 33%;
  left: 10%;
}

.bg3 .lf .item {
  transition: all 0.5s;
}

.bg3 .lf .item .triangle {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-right: 10px;
  border: 3px solid;
  border-right-width: 6px;
  border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
}

.bg3 .lf .item p {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.4;
  margin-bottom: 10px;
  align-items: center;
  width: 100%;
}

.bg3 .lf .item p .lianjie {
  opacity: 0;
}

.bg3 .lf .active p .lianjie {
  opacity: 1;
}

.bg3 .lf .item:first-child div.text {
  display: block;
}

.bg3 .lf .item div.text {
  margin: 0 5px;
  color: #FFFFFF;
  font-size: 14px;
  /*height: 0px;*/
  opacity: 1;
  /*overflow: hidden;*/
  left: 1.5625vw;
  position: relative;
  display: none;
}

.bg3 .lf .item div.text a:hover {
  color: #D70C18;
}

.after1 {
  position: absolute;
  content: "";
  height: 0.5208vw;
  width: 300px;
  opacity: 1;
  /*display: block;*/
  bottom: -0.5208vw;
  background: url(../../images/home/homeimg.png) no-repeat;
  background-size: contain;
  left: 0;
}

.bg3 .lf .item div.text a {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}

.bg3 .lf .item.active .triangle {
  border: 6px solid;
  border-right-width: 12px;
  border-color: transparent #D70C18 transparent transparent;
}

.bg3 .lf .item.active p {
  font-size: 18px;
  font-weight: 400;
  color: #D70C18;
  line-height: 30px;
  opacity: 1;
  display: inline-block;
  width: 100%;
}

.bg3 .lf .now {
  margin-top: 3vw;
}

.bg3 .lf .item p {
  cursor: pointer;
}

.bg3 .right {
  position: absolute;
  top: 23.6%;
  right: 14.5%;
  width: 26.4%;
  height: auto
}

.bg3 .right img {
  width: 100%;
  height: 100%;


}

@keyframes xing {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#hide {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .container {
    width: 100%;
  }

  .mobile {
    display: block;
  }

  .about_top {
    margin: 18px auto;
    font-size: 16px;
    font-weight: 400;
    color: #D70C18;
    line-height: 30px;

  }

  html,
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

  .container {
    width: 100%;
  }

  video {
    width: 100%;
  }

  .header {
    width: 100%;


    background-size: cover;
  }

  .header .navContainer {
    display: flex;
  }

  .header .logo h1 {
    width: 37.3333vw;
    margin-left: 4vw;
  }

  .header div.header_title {
    margin: 0;
    padding: 20vw 4.8vw;
    box-sizing: border-box;
    height: 132vw;
  }

  .header div.header_title p {
    margin-bottom: 8vw;
    font-size: 3.2vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 3.2vw;
  }

  .header div.header_title h2 {
    margin-bottom: 10vw;
    font-size: 12vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 6.9333vw;
  }

  .header div.header_title h3 {
    font-size: 7vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 3.2vw;
    margin-bottom: 5vw;
  }

  .header div.header_title div {
    width: 30vw;
    height: 6.6667vw;
    background: rgba(255, 255, 255, 0.1);
  }

  .header div.header_title div span {
    font-size: 3.2vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 3.2vw;
  }

  .header div.header_title div span a {

    color: #FFFFFF;

  }

  .header div.header_title .header .header_icon img {
    width: 2.1333vw;
    height: 2.1333vw;
  }

  .header .swiper-pagination {
    position: absolute;
    bottom: vw !important;
    z-index: 33;
  }

  .header .swiper-pagination span {
    width: 3.7333vw;
    height: 3.7333vw;
    background-color: #ffffff;
  }

  .header .swiper-pagination-bullet-active {
    background: #fff !important;
  }

  .header .nav1 {
    display: none;
  }

  .header .header_icon {
    display: flex;
    margin: 6vw;
  }

  .header .header_icon img {
    height: 4vw;
    margin-left: 10px;
    width: 4vw;
  }

  .news {
    padding-bottom: 50px;
  }

  .swiperContainer1 .swiper-pagination-bullet {
    background: #fff;
    width: 20px;
    height: 20px;
  }

  .bg {
    padding: 0;
    height: auto;
    width: 100%;
    background: none;
    background-size: contain;
    /*padding: inherit;*/
    text-align: center;
    overflow: hidden;
  }

  @media screen and (max-width:750px) {
    .bg3 .lf .active p .lianjie {
      display: none;
    }

    #bg3>.item>.text {
      display: none;
    }

    .b_nav {
      background-color: #fff;
      border-bottom: 1px solid #eee;
      position: fixed;
      top: 0;
    }

    .bg3 .button_bottom {
      top: 55%;
      left: 48%;
    }

    .bg3 .button_bottom .button {
      width: 86px;
      height: 30px;
      line-height: 30px;
    }

    .bg3 .button_bottom .button a {
      line-height: 31px;
      font-size: 12px;
    }

    .bg3 .lf .item p .lianjie {
      display: none;
    }

    .H_d {
      height: 100%;


    }

    .bg .Conten {
      width: 100%;
      margin: 0 auto;
    }

    .H_d .about a {
      color: #fff;
      transform: skewX(15deg);
    }
  }

  .bg .TD {
    width: 100%;
    padding-top: 14vw;
    height: 60vh;
    box-sizing: border-box;
  }

  .bg .TD .xiat {
    width: 30px;
  }

  .bg .TD h3 {
    font-size: 6.4vw;
    font-weight: bold;
    color: #333333;
    line-height: 5.3333vw;
  }

  .bg .TD p {
    font-size: 3.2vw;
    font-weight: 400;
    color: #333333;
    margin: 5vw 0;

  }

  .bg .TD .about {
    margin: 0 auto;
    width: 29.8667vw;
    height: 6.6667vw;
    margin-top: 30px;
    background: #223c86;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skewX(-15deg);
  }

  .bg .TD .about span {
    transform: skewX(15deg);
    font-size: 3.2vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 3.2vw;
  }

  .bg3 {
    width: 100%;
    height: 144vw;
    background: url(../../img/bg3.png) no-repeat 0;
    background-size: 100%;
    overflow: hidden;

  }

  .bg3_bg {
    display: none;
  }

  .bg3 .lf {
    display: flex;
    top: 8%;
    /*    overflow: scroll;*/
    left: 20px;
    width: 100%;
    white-space: nowrap;
    align-items: center;

  }

  .bg3 .right {
    top: 37.6%;
    right: 13.5%;
    width: 52.4%;
  }

  .bg3 .lf .item {
    margin: 0 6px;
  }

  .bg3 .lf .item div.text {
    display: none;
  }

  .bg3 .lf .item p {
    margin-bottom: 0;
    font-size: 14px;
  }

  .bg3 .lf .item .triangle {
    display: none;
  }

  .bg3 div.yd.mobile {
    width: 100% !important;
    height: 100% !important;
    padding-top: 13.3333vw;
    box-sizing: border-box;
  }

  .bg3 div.yd.mobile .top {
    width: inherit !important;
    height: 6.6667vw !important;
    display: flex;
    justify-content: space-around;
  }

  .bg3 div.yd.mobile .top div {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 4vw;
    opacity: 0.4;
  }

  .bg3 div.yd.mobile .top div a {
    color: #FFFFFF;
  }

  .bg3 div.yd.mobile .top div.active {
    opacity: 1 !important;
  }

  .bg3 div.yd.mobile .top div.active a {
    font-size: 4.8vw;
    font-weight: 400;
    color: #C72D27;
    line-height: 4vw;
  }

  .bg3 div.yd.mobile .wrj_img {
    width: 66.6667vw;
    height: 40vw;
    margin-top: 30.5vw;
    margin-left: 27.5vw;
  }

  #hide {
    display: flex;
  }
}

.Conten {
  width: 1200px;
  margin: 0 auto;
}

/* 解决方案solution */
/*<!-- 解决方案内容 --> */
.solution {
  height: 1100px;
  background-image: url(../../images/home/solution.png);
  background-size: cover;
  background-position: center;
  text-align: left;
  position: relative;
}

.solution .solutionConten .androidicon {
  display: none;
}

.solution .solutionConten h1 {
  font-size: 36px;
  padding-top: 160px;
}

.solution .solutionConten .button {
  width: 210px;
  height: 36px;
  background-color: #1D3B8C;
  transform: skewX(-20deg);
  text-align: center;
  margin-top: 50px;
}

.solution .solutionConten .button a {
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  margin-top: 50px;
}

.solution .solutionConten .button button {
  transform: skewX(20deg);
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
}

.solution .solutionConten img {
  width: 90px;
  height: 2px;
  margin: 0;
}

.solution .solutionConten p {
  padding-top: 30px;
  width: 550px;
  /* height: 76px; */
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  opacity: 0.9;
  overflow: hidden;
  line-height: 24px;
}

/* 解决方案solution中的海关缉私 */
.solution .customs {
  width: 230px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
}

.solution .customs .customsTop {
  padding: 0 30px;
  padding-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solution .customs .customsTop .customsTopLeft {
  width: 48px;

}

.solution .customs .customsTop .arrows {
  width: 16px;
}

.solution .customs .customsTop .arrowsactive {
  width: 16px;
  display: none;
}

.solution .customs .customsTopConten {
  padding-top: 26px;
}

.solution .customs .customsTopConten h1 {
  font-size: 20px;
  padding-left: 28px;
  padding-bottom: 10px;
}

.solution .customs .customsTopConten .shugang {
  padding-left: 10px;
  display: none;
}

.solution .customs .customsTopConten p {
  width: 177px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  opacity: 0.6;
  display: none;
  padding-left: 8px;
}

.solution .customs .customsTopBottom,
.customs1 .customsTopBottom1 {
  padding-top: 20px;
  /* width: 240px;
    height: 240px; */
  font-size: 14px;
  font-weight: 400;
  color: #4E4E4E;
  line-height: 26px;
  opacity: 0.9;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  padding: 0 28px;
  overflow-y: hidden;
}



/* 鼠标悬浮进行放大样式调整 */
.customs1 {
  width: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 39px;
  transition: all 0.3s;
}

.customs1 .customsTop {
  padding: 0 30px;
  padding-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customs1 .customsTop .arrows {
  display: none;
}

.customs1 .customsTop .arrowsactive {
  width: 16px;
  display: block;
}

.customsTopLeft1 {
  width: 48px;
  transition: all 0.3s;
}

.arrows1 {
  display: none;
  transition: all 0.3s;
}



.customs1 .customsTopConten1 {
  display: flex;
  padding-top: 26px;
  transition: all 0.3s;
  align-items: center;
}

.shugang1 {
  display: block;
}

.customs1 .customsTopConten1 h1 {
  padding-left: 28px;
  padding-bottom: 10px;
  font-size: 30px;
  color: #D70C18;
  line-height: 40px;
  transition: all 0.3s;
}

.customs1 .customsTopConten1 p {
  display: block;
  width: 177px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  opacity: 0.6;
  padding-left: 8px;
}

.customs1 .customsTopBottom1 {
  /* width: 301px;
    height: 76px; */
  padding-top: 25px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: none;
  -webkit-line-clamp: 5;
  overflow-y: none;
  transition: all 1s;

}

.solution .customs:hover {
  width: 430px;
  padding-bottom: 39px;
  transition: all 0.3s;
}

.solution .customs:hover .arrows {
  display: none;
  transition: all 0.3s;
}

.solution .customs:hover .customsTopLeft {
  width: 48px;

  transition: all 0.3s;
}

.lianjie {
  float: right;
}

.lianjie img {
  width: 30px;
}

.solution .customs:hover .arrowsactive {
  display: block;
  transition: all 0.3s;
}

.solution .customs:hover .customsTopConten {
  display: flex;
  transition: all 0.3s;
  align-items: center;
}

.solution .customs:hover h1 {
  font-size: 30px;
  color: #D70C18;
  line-height: 40px;
  transition: all 0.3s;
}

.solution .customs:hover .shugang {
  display: block;
}

.solution .customs:hover .customsTopConten p {
  display: block;
}

.solution .customs:hover .customsTopBottom {
  /* width: 301px;
    height: 76px; */
  padding-top: 25px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: none;
  -webkit-line-clamp: 5;
  overflow-y: none;
  transition: all 1s;

}

/* 挪动解决方案中的元素 */
.solution .solutionConten {
  padding-left: 55%;
  width: auto;
}

.solution .conten1 {
  width: 430px;
  height: 430px;
  padding-left: 11%;
  margin-top: -7%;
}

.solution .maritime {
  width: 430px;
  height: 430px;
  padding-left: 52%;
  margin-top: -13%;
}

.solution .police {
  width: 430px;
  height: 430px;
  padding-left: 23%;
  margin-top: -15%;
}

/* 关于中航智 */
.homeAbout {
  position: relative;


}

.homeAbout .aboutnr {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.homeAbout img {
  width: 100%;


}

.homeAbout .title h1 {
  font-size: 30px;
  padding-top: 40px;
}

.homeAbout .title img {
  width: 90px;
  height: 2px;
  margin: 0;
}

.homeAbout .homeAboutConten {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  /* animation: fadeInUp;
    animation-duration: 1.5s; */
}

.homeAbout .homeAboutConten .android {
  display: none;
}

.homeAbout .homeAboutConten .homeAboutContenTop,
.homeAboutContenBottom {
  padding-top: 30px;
}

.homeAbout .homeAboutConten .button {
  width: 210px;
  height: 36px;
  background-color: #C0CCD8;
  text-align: center;
  transform: skewX(-20deg);
  margin-top: 50px;
}

.homeAbout .homeAboutConten .button:hover {
  background-color: #24479A;
}

.homeAbout .homeAboutConten .button:hover a {
  color: #fff;
}

.homeAbout .homeAboutConten a {
  transform: skewX(20deg);
  font-size: 16px;
  color: #000;

  line-height: 36px;
  background: none;
  border: none;
  font-family: "微软雅黑";

}

.qiand {
  position: absolute;
  z-index: 33;
  right: 60px;
  bottom: 50px;
}

.qiand img {
  margin-left: 30px;
  width: 15px;

}

.qiand img.swiper-button-disabled {
  opacity: 0.4;
}

.yc {
  display: none;
}

/* 新闻news */
.news {
  background-image: url(../../images/home/news.png);
  padding-bottom: 9vw;
  background-size: cover;
  background-position: center;
}

/* 新闻中心top样式 */
.news .newsTop {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .newsTop .newsTopLeft {
  text-align: left;
}

.news .newsTop .newsTopLeft h1 {
  font-size: 30px;
}

.news .newsTop .newsTopLeft img {
  width: 90px;
  margin-left: 0px;
}

.news .newsTop .newsTopLeft p {
  padding-top: 14px;
  font-size: 16px;

}

.news .newsTop .newsTopRight {
  display: block;
  animation: fadeInRight;
  animation-duration: 1.5s;
}

.news .newsTop .newsTopRight a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.news .newsTop .newsTopRight:hover a {
  color: red;
}

/*新闻中心主要内容  */
.newsConten {
  padding-top: 80px;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}

/*新闻中心左边主要内容  */
.newsConten .newsContenLeft {
  text-align: left;
  width: 370px;
}

.newsConten .newsContenLeft img {
  margin: 0;
  width: 370px;
  height: 231px;
  transition: all 0.8s;
}

.newsConten .newsContenLeft img:hover {
  transition: all 1s;
  transform: scale(1.02);
}

.newsConten .newsContenLeft .newsContenLeftTime {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
}

.newsConten .newsContenLeft .newsContenLeftTime span {
  display: block;
  width: auto;
  height: 24px;
  background-color: #D71028;
  color: #fff;
  line-height: 24px;
  text-align: center;
  align-items: center;
}

.newsContenLeft h1 {
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
  margin-top: -10px;
}


.newsContenLeft .newsContenLeftBrief {
  font-size: 14px;
  color: #333333;
  /* Letter-spacing: 2px; */
  line-height: 30px;
  opacity: 0.6;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*新闻中心中间主要内容  */
.newsConten .newsContenimg {
  width: 410px;
  height: 560px;
  background-image: url(../../images/home/newsbackground.png);
  background-size: contain;
  color: #fff;
  box-sizing: border-box;
  padding: 29px;
  /* animation: fadeInUp;
    animation-duration: 1.3s; */
}

.newsConten .newsContenimg .newsContentitle {
  margin-top: 360px;
}

.newsConten .newsContenimg .newsContentitle .newsContenTime {
  display: flex;
  justify-content: space-between;
}

.newsConten .newsContenimg .newsContentitle .newsContenTime span {
  display: block;
  width: 90px;
  height: 24px;
  background-color: #173D87;
  color: #fff;
  line-height: 24px;
  text-align: center;
  align-items: center;
}

.newsConten .newsContenimg .newsContentitle h1 {
  font-size: 26px;
  line-height: 45px;
  font-weight: 400;
  text-align: left;
}

.newsContenimg .newsContentitle h1 a {
  color: #fff;
}

/*新闻右边中间主要内容  */
.newsConten .newsContenright {
  width: 410px;
  /* animation: fadeInUp;
    animation-duration: 1.8s; */
}

.newsConten .newsContenright .newsContenrightTop {

  padding-bottom: 18px;
  border-bottom: 1px solid #333333;
}

.newsConten .newsContenright .newsContenRightBottom {
  height: 200px;
  padding-top: 9px;
}

.newsConten .newsContenright .newsContenLeftTime {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsConten .newsContenright .newsContenLeftTime span {
  display: block;
  width: 90px;
  height: 24px;
  font-size: 14px;
  background-color: #DDE3EA;
  line-height: 24px;
  text-align: center;
  align-items: center;
}

.newsConten .newsContenright h1 {
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  padding-top: 10px;
}

/* .newsConten .newsContenright h1 a {
  letter-spacing: 2px;
} */

.newsConten .newsContenright p {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  padding-top: 3%;
  opacity: 0.6;

}

.button_bottom {
  position: absolute;
  top: 57%;
  left: 72%;
  /* z-index: 1000;
  background-color: red; */
}

.button_bottom .button {
  width: 210px;
  height: 36px;
  background-color: #1D3B8C;
  transform: skewX(-20deg);
  text-align: center;
  margin-top: 50px;
  z-index: 1000000;
}

.button_bottom .button a {
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  margin-top: 50px;
}

/* 鼠标悬浮事件 */
.newsConten h1:hover a {
  color: red;
  border-bottom: 2px solid #D71028;
  padding-bottom: 5px;
}

.newsContenLeft h1 a {
  text-decoration: none;
}

/* 页脚footer */
.footer {
  width: 100%;
  background-image: url(../../images/home/footerBackground.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* footer的上部分 */
.footerTop {
  display: flex;
  justify-content: space-between;
  padding: 64px 0;
  border-bottom: 1px solid #d8d8d8;
}

.footerTop .logo img {
  width: 350px;
  height: 40px;
}

.footerTop .iconFont {
  position: relative;
  /* referring directly to the animation's @keyframe declaration */
  /* animation: fadeInRight;
    animation-duration: 1.5s; */
  display: flex;
  align-items: center;

  /* don't forget to set a duration! */
}

.footerTop .iconFont .code {
  position: absolute;
  width: 100px;
  height: 100px;
  /* border: 1px solid black; */
  display: none;
  animation: fadeInUp;
  animation-duration: 0.8s;
}

.footerTop .iconFont .code img {
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-top: 11px;
}

.footerTop .iconFont img {
  width: 40px;
  margin-left: 22px;
  position: relative;
}

.weixin:hover {
  color: green;
}

.weixin:hover+.weixincode {
  top: -150px;
  width: 118px;
  height: 150px;
  background: white;
  left: -17px;


  display: block;
}

.shipin:hover+.shipincode {
  top: -150px;
  width: 118px;
  height: 150px;
  background: white;
  margin-left: 50px;
  display: block;
}

.xinlang:hover+.xinlangcode {
  top: -150px;
  width: 118px;
  height: 150px;
  background: white;
  margin-left: 100px;
  display: block;
}

.douyin:hover+.douyincode {
  top: -150px;
  width: 118px;
  height: 150px;
  background: white;
  margin-left: 170px;
  display: block;
}

.zhihu:hover+.zhihucode {
  top: -150px;
  width: 118px;
  height: 150px;
  background: white;
  margin-left: 230px;
  display: block;
}

.in:hover+.incode {
  top: -150px;
  width: 118px;
  height: 150px;
  background: white;
  margin-left: 290px;
  display: block;
}

.liashu:hover+.liashucode {
  top: -150px;
  width: 118px;
  height: 150px;
  background: white;
  margin-left: 350px;
  display: block;
}

.tuite:hover+.tuitecode {
  top: -150px;
  width: 118px;
  height: 150px;
  background: white;
  margin-left: 400px;
  display: block;
}

.kuaishou:hover+.kuaishoucode {
  top: -150px;
  width: 118px;
  height: 150px;
  background: white;
  margin-left: 470px;
  display: block;
}

/* footer的中间列表部分 */
.footerContent {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  /* animation: fadeInBottomLeft; */
  /* animation: slideInUp; */
  /* animation-duration: 1s; */
}


.footerContent div {
  text-align: left;
}

/* 底部添加高亮 */
.footerContent .productCenter a:nth-child(n+2):hover {
  color: red;
  text-decoration: underline;
}

.footerContent .solutions a:nth-child(n+2):hover {
  color: red;
  text-decoration: underline;
}

.footerContent .serviceSupport a:nth-child(n+2):hover {
  color: red;
  text-decoration: underline;
}

.footerContent .pressCenter a:nth-child(n+2):hover {
  color: red;
  text-decoration: underline;
}

.footerContent .about a:nth-child(n+2):hover {
  color: red;
  text-decoration: underline;
}

.footerContent .relevancy a:nth-child(n+2):hover {
  color: red;
  text-decoration: underline;
}

/* 动效 */
.footerContent div .headline {
  padding-bottom: 30px;
  display: block;
  font-size: 25px;
  font-weight: 600;
  height: 50px;
}

.footerContent div a {
  display: block;
  padding: 7px 0;
  font-size: 16px;
  font-weight: 400;
}

/* footer的最下面 */
.footerBottom {
  background-color: #EBEBEB;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerBottom .Android-ios {
  display: none;
}

.footerBottom div {
  text-align: center;
  font-weight: 600;
  color: #333333;
  font-size: 14px;
}

.footerBottom div.footerBottomLeft {
  float: left;
}

.footerBottom div.footerBottomRight {
  float: right;
}

.pcdi {
  width: 95%;
  margin: 0 auto;
}

.fiexdMsg {
  width: 80px;
  position: fixed;
  z-index: 333;
  bottom: 50px;
  right: 0;
  z-index: 999;
  /* background: #24479A; */
  padding: 10px 0;
}

.fiexdMsg a {
  background: #24479A;
  height: 70px;
  padding: 10px 0;
  margin-bottom: 0.367vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;


}

.fiexdMsg a img {
  width: 30px;
  height: 30px;
}

.fiexdMsg a span {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  /*line-height: 3.2vw;*/
}
@media (min-width:750px) and (max-width:1279px) {
  .homeAbout .aboutnr {
    left: 5%;
  }

  .newsConten {
    width: 95%;
    margin: 0 auto;
  }

  .news .newsTop {
    width: 95%;
  }

  .newsConten .newsContenLeft {
    margin-left: 8px;
  }

  .nav {
    margin: 0 auto;
    width: 95%;
  }

  .footerContent {
    width: 95%;
    margin: 0 auto;
  }

  .footerTop {
    width: 95%;
  }



}
@media screen and (max-width: 1440px) {
  html {
    overflow-x: hidden;
  }

  /*  .bg3 .right {
    right: 40px;
  } */
  .solution .conten1 {
    padding-left: 8%;
  }

  .solution .police {
    padding-left: 22%;
  }

  .bg .relative img.img_fj {
    width: 700px;
    left: -100px;
  }

  .bg .relative div.msg {
    right: 45px;
  }
}

@media screen and (max-width: 1366px) {
  /*  .bg3 .right {
    right: 5px;
  } */
}

@media screen and (min-width: 1920px) {
  .solution {
    height: 1360px;
    background-image: url(../../images/home/solution.png);
    background-size: cover;
    background-position: center;
    text-align: left;
    position: relative;
  }
}

@media screen and (min-width: 2255px) {
  .solution .maritime {

    margin-top: -6%;
  }

  .solution {
    height: 1780px;
    background-image: url(../../images/home/solution.png);
    background-size: cover;
    background-position: center;
    text-align: left;
    position: relative;
  }

  .bg3 .lf {
    top: 39%;

  }

  .footerContent {
    width: 74%;
  }

  .footerTop {
    width: 95%;
  }

}
