@charset 'UTF-8';
@media (max-width: 992px) {
  .content1720 {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  /* 头部 */
  .headerBg .header {
    height: 60px;
  }

  .headerBg .header .headerLogo a img {
    height: 25px;
  }

  .headerBg .header .headerRight .headerNav {
    position: absolute;
    top: 60px;
    left: 0;

    display: none;
    overflow-y: auto;

    width: 100%;
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
    padding: 0 20px;

    background: #fff;
  }

  .headerBg .header .headerRight .headerNav ul {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
  }

  .headerBg .header .headerRight .headerNav ul li {
    position: relative;

    margin-right: 0;

    border-bottom: 1px solid #ddd;
  }

  .headerBg .header .headerRight .headerNav ul li a {
    font-size: 15px;
    line-height: 55px;
  }

  .headerBg .header .headerRight .headerNav ul li a::after {
    height: 2px;
  }

  .headerBg .header .headerRight .headerNav ul li i {
    font-size: 14px;

    position: absolute;
    top: 20px;
    right: 0;

    display: block;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);

    color: #999;
    transition: .3s ease;
  }
  .headerBg .header .headerRight .headerNav ul li.on i {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .headerBg .header .headerRight .headerOther {
    margin-top: 2 px;
    margin-left: 0;
  }

  .headerBg .header .headerRight .headerOther .search i {
    font-size: 18px;
  }

  .headerBg .header .headerRight .headerOther span {
    font-size: 14px;

    margin: 0 8px;
  }

  .headerBg .header .headerRight .headerOther .lang a {
    font-size: 16px;
  }

  .headerBg .header .headerRight .headerOther .navBtn {
    display: block;

    margin-left: 15px;
  }

  .headerBg .header .headerRight .headerOther .navBtn i {
    font-size: 26px;
  }

  /* 首页 banner */
  .banner {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {

  /* 首页 banner */
  .banner .swiper-wrapper .swiper-slide a .image video {
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }

  .banner .swiper-wrapper .swiper-slide a .content {
    top: 40%;

    width: 100%;
    padding: 0 20px;
  }

  .banner .swiper-wrapper .swiper-slide a .content .title {
    font-size: 18px;
    line-height: 1.3;

    margin-bottom: 13px;
  }

  .banner .swiper-wrapper .swiper-slide a .content .subTitle {
    font-size: 16px;
    margin-bottom: 13px;
  }
  

  .banner .swiper-wrapper .swiper-slide a .content .more {
    font-size: 12px;

    width: 110px;
    height: 37px;

    border-radius: 37px;
  }

  .banner .swiper-wrapper .swiper-slide a .content .more:hover {
    -webkit-box-shadow: 0 4px 10px #277cbd;
    box-shadow: 0 4px 10px #277cbd;
  }

  .banner .swiper-pagination {
    bottom: 30px;
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    margin: 0 5px;
  }

  /* 首页 关于我们 */
  .indexAboutBg .indexAbout .content {
    padding: 0 20px;
  }

  .indexAboutBg .indexAbout .content .icon img {
    height: 124px;
  }

  .indexAboutBg .indexAbout .content .title {
    font-size: 18px;
    line-height: 1.4;

    margin-bottom: 20px;
  }

  .indexAboutBg .indexAbout .content .more {
    font-size: 12px;

    width: 110px;
    height: 37px;

    border-radius: 37px;
  }

  .indexAboutBg .indexAbout .content .more:hover {
    -webkit-box-shadow: 0 4px 10px #277cbd;
    box-shadow: 0 4px 10px #277cbd;
  }

  /* 首页 产品与应用 */
  .indexProductBg {
    padding: 40px 0;
  }

  .indexProductBg .indexProduct .indexProductMain {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductLeft {
    width: 100%;
    margin-right: 0;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductLeft .title {
    font-size: 22px;

    margin-bottom: 25px;

    text-align: center;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductLeft .indexProductList {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductLeft .indexProductList .swiper-wrapper .swiper-slide {
    width: auto;
    min-width: -webkit-calc(25% - 20px);
    min-width: -moz-calc(25% - 20px);
    min-width: calc(25% - 20px);
    margin-right: 15px;
    padding: 13px 0;

    border-bottom: 0;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductLeft .indexProductList .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductLeft .indexProductList .swiper-wrapper .swiper-slide span {
    font-size: 14px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductLeft .indexProductList .swiper-wrapper .swiper-slide i {
    font-size: 12px;

    margin-left: 12px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight {
    width: 100%;
    margin-top: 30px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox {
    padding-bottom: 35px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-right: 15px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide:last-child a {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide:last-child a .icon img {
    height: 45px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide:last-child a .moreText {
    margin-top: 13px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide:last-child a .moreText span {
    font-size: 14px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide:last-child a .moreText i {
    width: 10px;
    height: 10px;
    margin-left: 6px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide:last-child a .moreText i::before {
    height: 2px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide:last-child a .moreText i::after {
    width: 2px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide a {
    height: auto;
    min-height: 101.2077vw;

    border-radius: 12px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide a .content {
    padding: 23px 20px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide a .content .title {
    font-size: 16px;
    line-height: 23px;

    margin-bottom: 4px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide a .content .intro {
    font-size: 13px;
    line-height: 21px;

    height: 42px;
    margin-bottom: 10px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide a .content .more {
    font-size: 12px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-wrapper .swiper-slide a .content .more i {
    font-size: 12px;

    margin-left: 3px;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-pagination {
    bottom: 0;
  }

  .indexProductBg .indexProduct .indexProductMain .indexProductRight>.swiper-wrapper>.swiper-slide .indexProductBox .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    margin: 0 3px;

    border-radius: 3px;
    background: #fff;
  }

  /* 首页 核心优势 */
  .indexAdvantageBg {
    padding: 40px 0 40px;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageTitle {
    font-size: 22px;

    margin-bottom: 25px;

    text-align: center;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian {
    padding-bottom: 20px;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide {
    width: 100%;

    border-radius: 0;

    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide:hover {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide:hover a .hover {
    width: 100%;
    height: auto;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide a:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide a .image {
    overflow: hidden;

    margin-bottom: 15px;

    border-radius: 12px;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide a .image img {
    width: 100%;
    height: auto;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide a .title {
    display: none;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide a .hover {
    position: static;

    visibility: visible;

    height: auto;
    padding: 0;

    opacity: 1;
    border-radius: 0;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide a .hover .hoverTitle {
    font-size: 16px;

    margin-bottom: 4px;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide a .hover .hoverIntro {
    font-size: 13px;
    line-height: 21px;

    height: 42px;
    margin-bottom: 0;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide a .hover .hoverMore {
    display: none;

    width: 30px;
    height: 30px;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide a .hover .hoverMore::before {
    height: 2px;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-wrapper .swiper-slide a .hover .hoverMore::after {
    width: 2px;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-pagination {
    bottom: 0;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    margin: 0 3px;

    border-radius: 3px;
  }

  .indexAdvantageBg .indexAdvantage .indexAdvantageMian .swiper-pagination .swiper-pagination-bullet-active {
    background: #015198;
  }

  /* 首页 社会责任 */
  .indexResponsibilityBg {
    padding-bottom: 40px;
  }

  .indexResponsibilityBg .indexResponsibility {
    border-radius: 12px;
  }

  .indexResponsibilityBg .indexResponsibility .image img {
    width: 100%;
    height: auto;
  }

  .indexResponsibilityBg .indexResponsibility .content {
    top: 25px;

    padding: 0 20px;
  }

  .indexResponsibilityBg .indexResponsibility .content .title {
    font-size: 14px;

    margin-bottom: 6px;
  }

  .indexResponsibilityBg .indexResponsibility .content .intro {
    font-size: 18px;

    margin-bottom: 12px;
  }

  .indexResponsibilityBg .indexResponsibility .content .more {
    font-size: 12px;

    width: 110px;
    height: 37px;

    border-width: 2px;
    border-radius: 37px;
  }

  .indexResponsibilityBg .indexResponsibility .content .more:hover {
    -webkit-box-shadow: 0 4px 10px #277cbd;
    box-shadow: 0 4px 10px #277cbd;
  }

  /* 首页 新闻资讯 */
  .indexNewsTitle  {
    font-size: 22px;

    margin-bottom: 25px;

    text-align: center;
  }
  .indexNews {
    padding: 40px 0;
  }

  .indexNews .indexNewsMain {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
  }

  .indexNews .indexNewsMain .indexNewsLeft {
    width: 100%;
    margin-bottom: 12px;

    border-radius: 0;
  }

  .indexNews .indexNewsMain .indexNewsLeft .swiper-wrapper .swiper-slide {
    overflow: hidden;

    margin-right: 15px;

    border-radius: 12px;
  }

  .indexNews .indexNewsMain .indexNewsLeft .swiper-wrapper .swiper-slide a .image img {
    height: auto;
  }

  .indexNews .indexNewsMain .indexNewsLeft .swiper-wrapper .swiper-slide a .content {
    flex-direction: column-reverse;

    padding: 0 20px 18px 20px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .indexNews .indexNewsMain .indexNewsLeft .swiper-wrapper .swiper-slide a .content .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    margin-bottom: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
  }

  .indexNews .indexNewsMain .indexNewsLeft .swiper-wrapper .swiper-slide a .content .time .day {
    font-size: 13px;
    line-height: 1.2;
  }

  .indexNews .indexNewsMain .indexNewsLeft .swiper-wrapper .swiper-slide a .content .time .year {
    font-size: 13px;
    line-height: 1.2;

    margin-right: 4px;
  }

  .indexNews .indexNewsMain .indexNewsLeft .swiper-wrapper .swiper-slide a .content .other {
    margin-bottom: 8px;
    margin-left: 0;

    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .indexNews .indexNewsMain .indexNewsLeft .swiper-wrapper .swiper-slide a .content .other .title {
    font-size: 16px;

    margin-bottom: 4px;
  }

  .indexNews .indexNewsMain .indexNewsLeft .swiper-wrapper .swiper-slide a .content .other .intro {
    font-size: 13px;
    line-height: 21px;

    height: 42px;
  }

  .indexNews .indexNewsMain .indexNewsLeft .swiper-pagination {
    bottom: 20px;

    padding: 0 20px;
  }

  .indexNews .indexNewsMain .indexNewsLeft .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    margin: 0 4px;

    border-radius: 3px;
  }

  .indexNews .indexNewsMain .indexNewsRight {
    width: 100%;
    margin-bottom: -10px;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-bottom: 12px;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide:nth-child(1) a {
    flex-direction: column;

    padding: 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide:nth-child(1) a .image {
    width: 100%;
    margin-right: 0;

    border-radius: 0;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide:nth-child(1) a .content {
    margin-right: 0;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide:nth-child(n+2) a {
    padding: 0;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide a {
    height: auto;

    border-radius: 12px;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide a .image {
    display: none;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide a .content {
    padding: 18px 20px;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide a .content .title {
    font-size: 16px;
    line-height: 22px;

    height: auto;
    margin-bottom: 4px;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide a .content .time {
    font-size: 13px;

    margin-bottom: 6px;
  }

  .indexNews .indexNewsMain .indexNewsRight .swiper-wrapper .swiper-slide a .content .intro {
    font-size: 13px;
    line-height: 21px;
  }

  /* 底部 */
  .footerBg {
    padding: 14px 0;
  }

  .footerBg .footer .footerInfoBox {
    display: none;
  }

  .footerBg .footer .copyright {
    font-size: 12px;
    line-height: 1.6;

    padding: 0 0;

    border-top: 0;
  }

  .footerBg .footer .copyright a {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
    .banner .swiper-wrapper .swiper-slide a .content .title{
        font-size: 16px;
    }
}


/*# sourceMappingURL=maps/mobile.css.map */