.header2 {
  display: none;
}

.footer2, .swiper-bot, .map-text-m {
  display: none;
}

.f-back {
  display: none;
}

.search-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  display: none;
  z-index: 3;
}

.wx-tt {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}

.wx-tt .img {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
  z-index: 2;
}

.wx-tt .img img {
  max-width: 100%;
}

.bg-wx {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: .3;
  z-index: 1;
}

@media (max-width: 1200px) {
  .flex-viewport .slides li img{
    max-width: 100%;
  }
  .w1260 {
    width: 94%;
    margin: 0 auto;
  }

  .header1 {
    display: none;
  }

  .header2 {
    display: block;
    z-index: 99;
  }

  .footer1 {
    display: none;
  }

  .header2 {
    height: 60px;
    background: url(../img/img1.jpg) no-repeat center top;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 22;
    width: 94%;
    padding: 0 3%;
  }
  .header2 .main-wrap {
    height: 100%;
  }
  .header2 .logo {
    display: block;
    width: 200px;
    margin-top: 12px;
  }
  .header2 .logo a {
    display: inline-block;
  }
  .header2 .logo img {
    width: 100%;
    vertical-align: top;
  }
  .header2 .nav-btn {
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin-top: 12px;
  }
  .header2 .nav-btn .line {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #cecece;
    position: absolute;
    left: 0;
    border-radius: 4px;
  }
  .header2 .nav-btn .line1 {
    top: 0;
    background-color: #161573;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  .header2 .nav-btn .line2 {
    top: 13px;
  }
  .header2 .nav-btn .line3 {
    bottom: 0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  .header2 .nav-btn.active {
    -webkit-animation: rotate 0.5s linear 0s;
            animation: rotate 0.5s linear 0s;
  }
  .header2 .nav-btn.active .line3 {
    background-color: #161573;
  }
  .header2 .nav-btn.hover .line {
    left: 6px;
  }
  .header2 .sub-menu {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 2;
  }
  .header2 .sub-menu ul {
    width: 100%;
  }
  .header2 .sub-menu li {
    border-bottom: 1px solid #dcdcdc;
    font-size: 18px;
  }
  .header2 .sub-menu .tit {
    display: block;
    width: 94%;
    padding: 0 3%;
    line-height: 60px;
    color: #000;
    position: relative;
  }
  .header2 .sub-menu .sub-tit:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/ico_03.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 3%;
    top: 20px;
  }
  .header2 .sub-menu .sub-tit.on {
    background-color: #161573;
    color: #fff;
  }
  .header2 .sub-menu .sub-tit.on:after {
    background: url(../img/ico_03_h.png) no-repeat center;
    background-size: 100% auto;
  }
  .header2 .sub-menu .sec-list {
    line-height: 40px;
    padding: 10px 4%;
    display: none;
  }
  .header2 .sub-menu .sec-list p {
    background: url(../img/ico_04.png) no-repeat left center;
    background-size: 6px auto;
    font-size: 14px;
  }
  .header2 .sub-menu .sec-list a {
    padding-left: 3%;
    color: #666;
    display: block;
  }

  .header-top {
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 99;
  }
  .header-top .top a {
    display: inline-block;
    color: #fff;
    float: left;
    line-height: 40px;
    font-size: 12px;
  }
  .header-top .top span {
    margin: 13px 10px 0;
  }

  .footer2 {
    background: #333;
    padding: 20px 0 30px;
    display: block;
  }
  .footer2 .sub-menu {
    width: 100%;
  }
  .footer2 .sub-menu li {
    border-bottom: 1px solid #434141;
    font-size: 18px;
    line-height: 34px;
  }
  .footer2 .sub-menu .tit {
    display: block;
    padding: 0 3%;
    line-height: 60px;
    color: #fff;
    position: relative;
  }
  .footer2 .sub-menu .sub-tit:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/ico_03_1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 3%;
    top: 15px;
  }
  .footer2 .sub-menu .sub-tit.on {
    background-color: #161573;
    color: #fff;
  }
  .footer2 .sub-menu .sub-tit.on:after {
    background: url(../img/ico_03_h.png) no-repeat center;
    background-size: 100% auto;
  }
  .footer2 .sub-menu .sec-list {
    line-height: 40px;
    padding: 10px 4%;
    display: none;
  }
  .footer2 .sub-menu .sec-list p {
    background: url(../img/ico_04.png) no-repeat left center;
    background-size: 4px auto;
    font-size: 14px;
  }
  .footer2 .sub-menu .sec-list a {
    padding-left: 20px;
    color: #fff;
  }
  .footer2 .top {
    margin-top: 15px;
  }
  .footer2 .top .wxbox {
    margin: 20px auto 0;
  }
  .footer2 .top .wxbox img {
    width: 100%;
  }
  .footer2 .top .f-link {
    width: 260px;
    margin: 0 auto;
    position: relative;
  }
  .footer2 .top .f-link img {
    max-width: 100%;
  }
  .footer2 .top .f-link .link-box {
    position: absolute;
    width: 260px;
    left: 50%;
    margin-left: -130px;
    top: 38px;
    border: 1px solid #4d4d4d;
    background: #333;
    box-sizing: border-box;
    padding: 10px;
    display: none;
    max-height: 120px;
    overflow-y: auto;
  }
  .footer2 .top .f-link .link-box p {
    font-size: 12px;
    line-height: 24px;
  }
  .footer2 .top .f-link .link-box p a {
    color: #fff;
    opacity: .3;
  }
  .footer2 .top .f-link .link-box p a:hover {
    opacity: .6;
  }
  .footer2 .top .wxbox {
    margin-top: 30px;
    width: 108px;
    height: 108px;
  }
  .footer2 .top .wxbox img {
    width: 100%;
  }
  .footer2 .top .fxbox {
    margin: 15px auto;
    width: 108px;
  }
  .footer2 .top .fxbox span {
    font-size: 12px;
    color: #fff;
  }
  .footer2 .top .fxbox .bdsharebuttonbox a {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 3px 0;
  }
  .footer2 .top .fxbox .bds_tsina {
    background: url(../img/f1.png) no-repeat -3px center;
  }
  .footer2 .top .fxbox .bds_weixin {
    background: url(../img/f1.png) no-repeat -36px center;
  }
  .footer2 .top .fxbox .bds_sqq {
    background: url(../img/f1.png) no-repeat -67px center;
  }
  .footer2 .bot {
    height: auto;
  }
  .footer2 .bot .bot-top {
    height: 20px;
    opacity: .95;
    padding-top: 20px;
    margin: 0 0 5px;
  }
  .footer2 .bot .bot-top a {
    display: inline-block;
    color: #fff;
    float: left;
    line-height: 20px;
    font-size: 12px;
    opacity: .3;
  }
  .footer2 .bot .bot-top span {
    float: left;
    width: 1px;
    line-height: 14px;
    background: #fff;
    opacity: .3;
    margin: 3px 10px 0;
  }
  .footer2 .bot p {
    font-size: 12px;
    line-height: 20px;
    opacity: .3;
    color: #fff;
  }
  .footer2 .bot p a {
    color: #fff;
    display: inline-block;
    opacity: 1;
  }

  .search-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #f5f5f5;
    display: none;
    z-index: 20;
  }

  .backtop {
    display: none;
  }

  .n-banner figure {
    background-position: 20% center !important;
  }

  .n-about .lista {
    padding: 40px 0 80px;
  }
  .n-about .lista li {
    width: 25%;
  }
  .n-about .listc .ul li {
    width: 33%;
  }

  .i-banner .flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #fff;
    border: none;
  }
  .i-banner .flex-control-paging li a:hover, .i-banner .flex-control-paging li a.flex-active {
    width: 10px;
    height: 10px;
    background: #161573;
  }
  .i-banner .wz-box {
    margin-left: -420px;
    margin-top: -150px;
    width: 250px !important;
    height: 95px;
  }

  .i-lista {
    padding: 60px 0;
  }
  .i-lista .top {
    margin-top: 35px;
  }
  .i-lista .top .top-l {
    width: 100%;
    background-size: cover !important;
    margin-bottom: 2%;
  }
  .i-lista .top .top-r {
    width: 100%;
  }
  .i-lista .top .top-r .dda {
    float: left;
    width: 49%;
    margin-bottom: 0;
  }
  .i-lista .top .top-r .db {
    float: right;
    width: 49%;
  }
  .i-lista .bot {
    margin: 2% 0 0 0;
  }
  .i-lista .bot .li {
    width: 32%;
    margin-right: 2%;
  }
  .i-lista .bot .li .img {
    height: auto;
    width: 100%;
  }
  .i-lista .bot .li .h {
    font-size: 16px;
  }

  .i-listb {
    padding: 80px 0 40px;
    height: auto;
  }

  .i-listd .ulbox {
    width: 100%;
  }

  .i-listc .dd {
    height: auto;
  }
  .i-listc .dd img {
    max-width: 100%;
  }

  .i-listd {
    padding: 60px 0;
  }
  .i-listd .sub-ulbox {
    margin: 30px 0;
  }
  .i-listd .sub-ulbox li {
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
    font-size: 14px;
  }
  .i-listd .human-box .owl-controls {
    margin-top: 10px;
  }

  .sreach-box {
    margin: 40px 0 20px;
  }
  .sreach-box .text {
    width: 76%;
  }

  .n-news .new-sub {
    height: 75px;
    line-height: 75px;
    font-size: 16px;
  }
  .n-news .ul .li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .n-news .ul .li:hover .j {
    bottom: 20px;
  }
  .n-news .ul .li .img {
    height: auto;
  }
  .n-news .ul .li .p-text {
    padding: 4% 5%;
  }
  .n-news .ul .li .h {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .n-news .ul .li .p {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 40px;
    margin-top: 3%;
  }
  .n-news .ul .li .time {
    font-size: 12px;
  }
  .n-news .ul .li .j {
    width: 25px;
    height: 25px;
    right: 20px;
  }
  .n-news .ul .li .j img {
    width: 100%;
  }
  .n-news .ul-two {
    margin: 10px 0 0 0;
  }
  .n-news .ul-two .li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .n-news .ul-two .li:hover .j {
    bottom: 20px;
  }
  .n-news .ul-two .li .img {
    height: auto;
  }
  .n-news .ul-two .li .img .video-btn {
    position: absolute;
    width: 40px;
    height: 25px;
    margin-left: -20px;
    margin-top: -12.5px;
  }
  .n-news .ul-two .li .p-text {
    padding: 4% 5%;
  }
  .n-news .ul-two .li .h {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .n-news .ul-two .li .p {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 40px;
    margin-top: 3%;
  }
  .n-news .ul-two .li .time {
    font-size: 12px;
  }
  .n-news .ul-two .li .j {
    width: 25px;
    height: 25px;
    right: 20px;
  }
  .n-news .ul-two .li .j img {
    width: 100%;
  }
  .n-news .ul-s .li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .n-news .ul-s .li:hover .j {
    bottom: 20px;
  }
  .n-news .ul-s .li .img {
    height: auto;
  }
  .n-news .ul-s .li .p-text {
    padding: 4% 5%;
  }
  .n-news .ul-s .li .line {
    width: 30px;
    height: 2px;
    background: #ececec;
    display: block;
    margin: 12px 0 15px;
  }
  .n-news .ul-s .li .h {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .n-news .ul-s .li .p {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 40px;
    margin-top: 3%;
  }
  .n-news .ul-s .li .time {
    font-size: 12px;
  }
  .n-news .ul-s .li .j {
    width: 25px;
    height: 25px;
    right: 20px;
  }
  .n-news .ul-s .li .j img {
    width: 100%;
  }

  .n-news-info {
    padding: 35px 0 65px;
    background: #f9f9f9;
  }
  .n-news-info .infobox {
    background: #fff;
    padding: 35px 45px 60px;
  }
  .n-news-info .infobox .info-top .h {
    font-size: 22px;
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
  }

  .n-case {
    padding-top: 1px;
  }
  .n-case .ul {
    margin: 10px 0 0 0;
  }
  .n-case .ul .li {
    width: 31%;
    box-sizing: border-box;
    margin: 0 3.3% 3% 0;
    float: left;
    overflow: hidden;
    position: relative;
  }
  .n-case .ul .li .img {
    height: auto;
  }
  .n-case .ul .li .img img {
    max-width: 100%;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: all .5s 0s linear;
            transition: all .5s 0s linear;
  }
  .n-case .ul .li .p-text {
    padding: 4% 5%;
  }
  .n-case .ul .li .h {
    width: 76%;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    font-weight: normal;
  }
  .n-case .ul .li .more {
    width: 40px;
    height: 20px;
    background: url(../img/pic31.png) no-repeat center;
    background-size: 40px auto;
  }
  .n-case .ul .li:hover .more {
    background: url(../img/pic31-1.png) no-repeat center;
    background-size: 40px auto;
  }
  .n-case .ul .li:nth-child(3n) {
    margin-right: 0;
  }

  .n-case-info {
    margin-top: -50px;
  }
  .n-case-info .infobox {
    padding: 35px 45px 60px;
  }
  .n-case-info .infobox .info-top .h {
    font-size: 22px;
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
  }
  .n-case-info .infobox .info-top .time {
    color: #999;
    font-size: 14px;
    color: #999;
  }
  .n-case-info .imgbox {
    margin-top: 15px;
  }

  .n-recruit .lista {
    padding: 45px 0 60px;
  }
  .n-recruit .lista .p-text {
    margin-top: 30px;
  }
  .n-recruit .lista .p-text .p {
    width: 86%;
    margin: 0 auto 40px;
  }
  .n-recruit .listb {
    padding: 45px 0;
  }
  .n-recruit .listb .ulbox {
    margin-top: 45px;
  }
  .n-recruit .listb .ulbox li {
    width: 32%;
    margin: 0 2% 2% 0;
    box-sizing: border-box;
  }
  .n-recruit .listb .ulbox li:nth-child(3n) {
    margin-right: 0;
  }
  .n-recruit .listb .ulbox li:nth-child(4n) {
    margin-right: 2%;
  }
  .n-recruit .listb .morebox {
    background: #fff;
  }

  .n-contact .mapbox .map-text {
    left: 38%;
  }

  .n-business .lista {
    padding: 60px 0 40px;
  }
  .n-business .lista .bot {
    margin-top: 20px;
  }
  .n-business .lista .bot ul {
    width: 100%;
  }
  .n-business .lista .bot ul li {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 4%;
    float: left;
    border-right: 1px solid #e3e3e3;
    text-align: center;
    margin-bottom: 35px;
  }
  .n-business .lista .bot ul li:nth-child(3n) {
    border-right: none;
  }
  .n-business .lista .bot .ul-two {
    display: none;
  }
  .n-business .list2 {
    margin-top: 45px;
  }
  .n-business .list3, .n-business .list4, .n-business .list200 {
    margin-top: 30px;
  }
  .n-business .listb {
    padding: 30px 0 80px 0;
  }
  .n-business .ptext-x .p {
    margin-top: 0;
  }
  .n-business .dl-box .dd {
    width: 100%;
    height: 400px;
  }
  .n-business .dl-box .dt {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .n-business .dl-box .dt .p {
    height: auto;
  }
  .n-business .list200 .dd {
    padding: 36px;
    height: 400px;
    box-sizing: border-box;
  }
  .n-business .list200 .dt {
    height: 400px;
    margin-top: 30px;
  }
  .n-news .ul-f {
    margin-top: 30px;
  }
  .n-news .ul-f .li p {
    width: 80%;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .add-ajax::after, .add-ajax::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: #f7f7f7;
    z-index: -1;
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
            transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  }

  .add-ajax::before {
    top: 0;
  }

  .add-ajax::after {
    bottom: 0;
  }

  .add-ajax.hide::after, .add-ajax.hide::before {
    height: 0;
  }

  .add-ajax.hidetwo .text {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: ease all .5s;
            transition: ease all .5s;
  }

  .add-ajax {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
  }
  .add-ajax .text {
    width: 68%;
    padding: 4%;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -34%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
    color: #373737;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: ease all .5s;
            transition: ease all .5s;
    opacity: 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .add-ajax .text .h {
    font-size: 18px;
    line-height: 24px;
    color: #e60012;
    margin-bottom: 15px;
  }

  .tit-h {
    font-size: 28px;
    line-height: 26px;
  }

  .n-about .lista {
    padding: 40px 0 70px;
  }
  .n-about .lista ul {
    margin: 30px 0;
  }
  .n-about .lista li .img-btn {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
  }
  .n-about .lista li .h {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .n-about .lista li .line {
    width: 80px;
    margin: 0 auto 10px;
  }
  .n-about .lista li:hover .line:before {
    margin-left: -40px;
  }
  .n-about .lista .p {
    font-size: 12px;
    line-height: 22px;
  }
  .n-about .lista .p .s {
    font-size: 16px;
    line-height: 22px;
    color: #333;
  }
  .n-about .listb {
    padding: 45px 0 60px;
    background: #f2f2f2;
  }
  .n-about .listb .p-text {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .n-about .listb .p-text .li {
    padding-left: 15px;
    font-size: 16px;
    line-height: 25px;
    background: url(../img/pic21.png) no-repeat left 8px;
    background-size: 8px auto !important;
  }
  .n-about .listb .p-text .p {
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .n-about .listc {
    padding: 45px 0 60px;
  }
  .n-about .listc .ul {
    margin-top: 40px;
  }
  .n-about .listc .ul .h {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .n-about .listc .ul .p {
    font-size: 12px;
    line-height: 22px;
    height: 66px;
  }
  .n-about .listc .ul .nli {
    width: 60%;
    padding-left: 45px;
    background-size: 30px auto !important;
  }

  .i-banner .wz-box {
    margin-left: -350px;
    margin-top: -100px;
  }
}
@media (max-width: 900px) {
  .map-text-pc {
    display: none;
  }

  .n-contact .mapbox {
    height: 450px;
    position: relative;
  }
  .n-contact .mapbox #allmap {
    height: 450px;
  }
  .n-contact .map-text-m {
    display: block;
    height: auto;
  }
  .n-contact .map-text-m .map-text {
    padding: 3% 5% 8% 3%;
    position: static;
    width: 100%;
  }
  .n-contact .map-text-m .map-text .h {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
  .n-contact .map-text-m .map-text .p {
    font-size: 14px;
    line-height: 30px;
    padding-left: 30px;
  }
  .n-contact .map-text-m .map-text .p1 {
    background: url(../img/pic33-1.png) no-repeat left 5px;
  }
  .n-contact .map-text-m .map-text .p2 {
    background: url(../img/pic33.png) no-repeat left -30px;
  }
  .n-contact .map-text-m .map-text .p3 {
    background: url(../img/pic33.png) no-repeat left -61px;
  }
  .n-contact .map-text-m .map-text .p4 {
    background: url(../img/pic33.png) no-repeat left -94px;
  }

  .n-case-info {
    padding-bottom: 10%;
  }
  .sreach-box .text{
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .n-banner {
    height: 310px;
  }
  .n-banner figure {
    background-position: 20% center !important;
    background-size: auto 310px !important;
    height: 310px;
  }

  .tit-h {
    font-size: 20px;
    line-height: 24px;
  }

  .n-about .lista {
    padding: 6% 0 10%;
  }
  .n-about .lista ul {
    margin: 5% 0;
  }
  .n-about .lista li {
    width: 50%;
    margin-bottom: 5%;
  }
  .n-about .lista li:nth-child(2n) {
    border-right: none;
  }
  .n-about .lista li .img-btn {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
  .n-about .lista li .h {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
  }
  .n-about .lista .p .s {
    font-size: 14px;
    line-height: 22px;
    color: #333;
  }
  .n-about .listb {
    padding: 6% 0%;
  }
  .n-about .listb .p-text {
    margin-top: 4%;
    padding-bottom: 10%;
  }
  .n-about .listb .p-text .li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1%;
  }
  .n-about .listb .p-text .p {
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .n-about .listc {
    padding: 6% 0%;
    height: 450px;
  }
  .n-about .listc .ul {
    margin-top: 4%;
  }
  .n-about .listc .ul li {
    width: 100%;
    border-right: none;
    margin-bottom: 2%;
  }
  .n-about .listc .ul .h {
    font-size: 14px;
  }

  .i-listc {
    padding: 6% 0 10%;
  }
  .i-listc .dd {
    height: auto;
  }
  .i-listc .dd img {
    max-width: 100%;
  }
  .i-listc .dd .bf-btn {
    width: 45px;
    height: 45px;
    background: url(../img/pic19.png) no-repeat;
    background-size: 45px 45px;
    margin-left: -22.5px;
    margin-top: -22.5px;
  }

  .video-ajax {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
  }
  .video-ajax .video {
    width: 90%;
    box-sizing: border-box;
    position: absolute;
    height: 300px;
    left: 50%;
    top: 15%;
    margin-left: -45%;
    margin-top: 0;
    -webkit-transition: ease all .5s;
            transition: ease all .5s;
    opacity: 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  .i-banner .flex-control-paging li a {
    width: 6px;
    height: 6px;
  }
  .i-banner .flex-control-paging li a:hover, .i-banner .flex-control-paging li a.flex-active {
    width: 6px;
    height: 6px;
  }
  .i-banner .wz-box {
    margin-left: -300px;
    margin-top: -75px;
  }

  .i-lista {
    padding: 4% 0;
  }
  .i-lista .top {
    margin-top: 4%;
  }
  .i-lista .top .top-l {
    height: 280px;
  }
  .i-lista .top .top-l .p-text {
    position: absolute;
    bottom: 8%;
    left: 3%;
    color: #fff;
    width: 60%;
  }
  .i-lista .top .top-l .p-text .h {
    font-size: 20px;
    margin: 2px 0 6px;
  }
  .i-lista .top .top-l .p-text .p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .i-lista .top .top-l .imga {
    width: 20px;
    height: 20px;
    bottom: 8%;
    right: 3%;
  }
  .i-lista .top .top-l .imga img {
    width: 100%;
  }
  .i-lista .top .top-r .dda {
    width: 100%;
    margin-bottom: 2%;
  }
  .i-lista .top .top-r .db {
    width: 100%;
  }
  .i-lista .top .top-r .dd {
    padding: 4% 4% 0 4%;
  }
  .i-lista .top .top-r .dd .h {
    font-size: 18px;
    line-height: 22px;
  }
  .i-lista .top .top-r .dd .yin {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .i-lista .bot-box {
    display: none;
  }
  .i-lista .swiper-bot {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 4%;
  }
  .i-lista .swiper-bot .swiper-pagination {
    bottom: 0;
  }
  .i-lista .swiper-bot .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #72af2c;
    border-radius: 50%;
  }
  .i-lista .swiper-bot .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #384298;
  }
  .i-lista .bot .li {
    width: 100%;
    box-shadow: none;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
  }
  .i-lista .bot .li .img .imga {
    width: 100%;
  }
  .i-lista .bot .li .p-text {
    padding: 3% 4%;
  }
  .i-lista .bot .li .h {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .i-lista .bot .li .p {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 2%;
  }
  .i-lista .bot .li .time {
    font-size: 12px;
    margin-bottom: 4%;
  }

  .i-listb {
    padding: 6% 0 4%;
    height: auto;
  }
  .i-listb .carousel .owl-controls {
    margin-top: 4%;
  }
  .i-listb .carousel .owl-pagination .owl-page span {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .i-listb .carousel .img-btn {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
  .i-listb .carousel .h {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .i-listb .carousel .line {
    width: 80px;
    margin: 0 auto 10px;
  }
  .i-listb .carousel .p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
  .i-listb .carousel li {
    padding: 5% 7%;
  }
  .i-listb .carousel li:hover .line:before {
    margin-left: -40px;
  }

  .i-listd {
    padding: 6% 0;
  }
  .i-listd .sub-ulbox {
    margin: 30px 0;
  }
  .i-listd .sub-ulbox li {
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
    font-size: 14px;
  }
  .i-listd .human-box .owl-controls {
    margin-top: 10px;
  }
  .i-listd .ulbox .libox {
    padding-bottom: 10px;
  }
  .i-listd .ulbox .imgbox {
    margin-bottom: 10px;
  }
  .i-listd .ulbox .imgbot {
    font-size: 12px;
  }
  .i-listd .ulbox .imgbot .p {
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .i-listd .ulbox .imgbot .aix {
    width: 15px;
    height: 15px;
    background: url(../img/pic20.png) no-repeat center top;
    background-size: 15px auto;
  }
  .i-listd .human-box .owl-pagination .owl-page span {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }

  .n-news .new-sub {
    height: 75px;
    line-height: 75px;
    font-size: 16px;
  }
  .n-news .ul .li {
    width: 49%;
    margin: 0 2% 2% 0;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  }
  .n-news .ul .li:nth-child(3n) {
    margin-right: 2%;
  }
  .n-news .ul .li:nth-child(2n) {
    margin-right: 0;
  }
  .n-news .ul-two {
    margin: 10px 0 0 0;
  }
  .n-news .ul-two .li {
    width: 49%;
    margin: 0 2% 2% 0;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  }
  .n-news .ul-two .li:nth-child(3n) {
    margin-right: 2%;
  }
  .n-news .ul-two .li:nth-child(2n) {
    margin-right: 0;
  }
  .n-news .ul-s .li {
    width: 49%;
    margin: 0 2% 2% 0;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  }
  .n-news .ul-s .li:nth-child(3n) {
    margin-right: 2%;
  }
  .n-news .ul-s .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-news .new-sub .swiper-slide a:hover, .n-news .new-sub .swiper-slide a.cur {
    border-bottom: 1px solid #1a1674;
  }

  .n-news-info {
    padding: 4% 0;
  }
  .n-news-info .infobox {
    padding: 5% 4.5% 6%;
  }
  .n-news-info .infobox .info-top .h {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1%;
  }
  .n-news-info .infobox .text {
    padding: 3% 0 5%;
    font-size: 12px;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
  }
  .n-news-info .infobox .bot {
    padding-top: 3%;
  }
  .n-news-info .infobox .bot .bot-l span {
    font-size: 12px;
    line-height: 24px;
  }
  .n-news-info .infobox .bot .bot-r a {
    font-size: 12px;
  }

  .n-case {
    padding-top: 1px;
    padding-bottom: 14%;
  }
  .n-case .ul {
    margin: 2% 0 0 0;
  }
  .n-case .ul .li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .n-case .ul .li:nth-child(3n) {
    margin-right: 4%;
  }
  .n-case .ul .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-case-info {
    margin-top: -6%;
  }
  .n-case-info .infobox {
    padding: 5% 4.5% 6%;
  }
  .n-case-info .infobox .info-top .h {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1%;
  }
  .n-case-info .infobox .info-top .time {
    color: #999;
    font-size: 14px;
    color: #999;
  }
  .n-case-info .infobox .text {
    padding: 3% 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .n-case-info .imgbox {
    margin-top: 15px;
  }
  .n-case-info .bot {
    padding-top: 3%;
  }
  .n-case-info .bot .bot-l span {
    font-size: 12px;
    line-height: 24px;
  }
  .n-case-info .bot .bot-r a {
    font-size: 12px;
  }

  .n-recruit .lista {
    padding: 5% 0 8%;
  }
  .n-recruit .lista .p-text {
    margin-top: 3%;
  }
  .n-recruit .lista .p-text .p {
    width: 90%;
    margin: 0 auto 6%;
    font-size: 12px;
    line-height: 22px;
  }
  .n-recruit .listb {
    padding: 6% 0;
  }
  .n-recruit .listb .ulbox {
    margin-top: 5%;
  }
  .n-recruit .listb .ulbox li {
    width: 49%;
    margin: 0 2% 2% 0;
    padding: 2% 3%;
    box-sizing: border-box;
  }
  .n-recruit .listb .ulbox li .p {
    line-height: 20px;
    font-size: 12px;
    height: 120px;
    margin: 10px 0;
  }
  .n-recruit .listb .ulbox li:nth-child(3n) {
    margin-right: 2%;
  }
  .n-recruit .listb .ulbox li:nth-child(4n) {
    margin-right: 2%;
  }
  .n-recruit .listb .ulbox li:nth-child(2n) {
    margin-right: 0;
  }
  .n-recruit .listb .ulbox li .more {
    font-size: 12px;
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
  .n-recruit .listb .morebox {
    background: #fff;
  }

  .maskbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .maskbox .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .maskbox .mask {
    width: 90%;
    height: auto;
    padding-bottom: 5%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -45%;
  }
  .maskbox .mask .close {
    background: url(../img/tc-img-close.png) no-repeat left center;
    width: 20px;
    height: 20px;
    right: 0px;
    top: -30px;
    background-size: 20px auto;
  }
  .maskbox .mask .text {
    padding: 5% 4%;
  }
  .maskbox .mask .text .h {
    font-size: 16px;
    line-height: 22px;
    width: 95%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .maskbox .mask .text .p {
    line-height: 22px;
    font-size: 12px;
    padding-right: 10px;
  }
  .maskbox .mask .text .lia {
    width: 120px;
    font-size: 12px;
    border-radius: 35px;
    margin-top: 30px;
  }

  .n-business .lista {
    padding: 8% 0 6%;
  }
  .n-business .lista .top-x {
    height: 320px;
    padding: 4%;
    box-sizing: border-box;
  }
  .n-business .lista .bot {
    margin-top: 4%;
  }
  .n-business .lista .bot .h {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .n-business .lista .bot ul {
    width: 100%;
  }
  .n-business .lista .bot ul li .p {
    font-size: 12px;
  }
  .n-business .lista .bot .more {
    width: 50px;
    height: 50px;
  }
  .n-business .lista .bot .hx {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .n-business .lista .bot .p {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    margin-bottom: 4%;
  }
  .n-business .list2 {
    margin-top: 4%;
  }
  .n-business .list3, .n-business .list4, .n-business .list200 {
    margin-top: 5%;
  }
  .n-business .listb {
    padding: 6% 0 10% 0;
  }
  .n-business .top-x {
    padding: 4%;
    height: 220px;
  }
  .n-business .top-x .p-text {
    padding-left: 12%;
    padding-bottom: 4%;
    width: 100%;
    box-sizing: border-box;
    background-size: 30px auto !important;
  }
  .n-business .top-x .p-text .h {
    font-size: 16px;
    line-height: 28px;
  }
  .n-business .top-x .p-text .yin {
    font-size: 14px;
    line-height: 22px;
  }
  .n-business .list200 .dd {
    padding: 4%;
  }
  .n-business .list200 .dt {
    margin-top: 5%;
    height: 220px;
  }
  .n-business .ptext-x {
    padding: 3% 6% 3% 5%;
  }
  .n-business .ptext-x .p {
    font-size: 12%;
    line-height: 24px;
    height: auto;
    margin-bottom: 3%;
  }
  .n-business .dl-box .dd {
    height: auto;
  }
  .n-business .dl-box .dd img {
    width: 100%;
  }
  .n-business .dl-box .dd .p-text {
    padding-left: 12%;
    padding-bottom: 3%;
    background-size: 30px auto !important;
    width: 100%;
    box-sizing: border-box;
  }
  .n-business .dl-box .dd .p-text .h {
    font-size: 16px;
    line-height: 24px;
  }
  .n-business .dl-box .dd .p-text .yin {
    font-size: 14px;
    line-height: 20px;
  }
  .n-business .dl-box .dd .p {
    margin-top: 4%;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
  }
  .n-business .dl-box .dt {
    padding: 4%;
  }
  .n-business .dl-box .dt .p-text {
    padding-left: 14%;
    padding-bottom: 2%;
    background-size: 30px auto !important;
  }
  .n-business .dl-box .dt .p-text .h {
    font-size: 16px;
    line-height: 24px;
  }
  .n-business .dl-box .dt .p-text .yin {
    font-size: 14px;
  }
  .n-business .dl-box .dt .p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 3%;
    margin-bottom: 4%;
  }

  .more-btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    padding: 0 3%;
    background: #909090 url(../img/pic27.png) no-repeat 90% center;
    font-size: 12px;
    background-size: 5px auto;
  }

  .n-business .lista .bot ul li {
    margin-bottom: 5%;
  }

  .n-news .ul-f {
    margin-top: 5%;
  }
  .n-news .ul-f .li .i {
    font-size: 24px;
    line-height: 24px;
  }
  .n-news .ul-f .li p {
    width: 75%;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 650px) {
  .i-banner .wz-box {
    width: 170px !important;
    height: 64px;
    margin-left: -200px;
    margin-top: -75px;
  }
}
.n-recruit .lista .imgb{
  display:none;
}
.i-banner-b{
  display: none;
}
@media (max-width: 576px) {
  .i-banner-a{
    display:none;
  }
  .i-banner-b{
    display: block;
  }
  .n-recruit .lista .imga{
    display:none;
  }
  .n-recruit .lista .imgb{
    display:block;
  }
  .header2 .nav-btn {
    width: 30px;
    height: 20px;
    margin-top: 18px;
  }
  .header2 .nav-btn .line {
    width: 100%;
    height: 3px;
    border-radius: 3px;
  }
  .header2 .nav-btn .line2 {
    top: 10px;
  }
  .header2 .nav-btn .line3 {
    bottom: -3px;
  }
  .header2 .sub-menu li {
    font-size: 16px;
  }
  .header2 .sub-menu .tit {
    line-height: 50px;
  }
  .header2 .sub-menu .sub-tit:after {
    width: 18px;
    height: 18px;
    background: url(../img/ico_03.png) no-repeat center;
    background-size: 18px auto;
    right: 3%;
    top: 15px;
  }
  .header2 .sub-menu .sec-list {
    line-height: 40px;
    padding: 10px 4%;
    display: none;
  }
  .header2 .sub-menu .sec-list p {
    background: url(../img/ico_04.png) no-repeat left center;
    background-size: 4px auto;
  }

  .footer2 {
    padding: 0 0 4%;
  }
  .footer2 .sub-menu {
    width: 100%;
  }
  .footer2 .sub-menu li {
    font-size: 16px;
  }
  .footer2 .sub-menu .tit {
    line-height: 50px;
  }
  .footer2 .sub-menu .sub-tit:after {
    width: 18px;
    height: 18px;
    background: url(../img/ico_03_1.png) no-repeat center;
    background-size: 18px auto;
    right: 3%;
    top: 15px;
  }
  .footer2 .sub-menu .sub-tit.on:after {
    background: url(../img/ico_03_h.png) no-repeat center;
    background-size: 100% auto;
  }

  .sreach-box {
    margin: 5% 0 4%;
    height: 45px;
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
  }
  .sreach-box label {
    height: 45px;
  }
  .sreach-box .text {
    line-height: 45px;
    height: 45px;
    width: 60%;
  }
  .sreach-box .submit {
    height: 45px;
    width: 60px;
  }

  .wpage {
    padding: 8% 0 0 !important;
  }
  .n-news .ul-f {
    margin-top: 8%;
  }
  .n-news .ul-f .li {
    padding: 5% 3%;
  }
  .n-news .ul-f .li .i {
    font-size: 22px;
  }
  .n-news .ul-f .li p {
    width: 65%;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 425px) {
  .i-banner .flex-control-paging li a {
    width: 6px;
    height: 6px;
  }
  .i-banner .flex-control-paging li a:hover, .i-banner .flex-control-paging li a.flex-active {
    width: 6px;
    height: 6px;
  }
  .i-banner .wz-box {
    margin-left: -150px;
    margin-top: -45px;
  }
  .i-banner .flex-control-paging {
    height: 10px;
  }
  .i-banner .flex-control-paging li {
    margin: 0 3px;
  }

  .i-lista .top .top-l .p-text {
    width: 76%;
  }
  .i-lista .top .top-l .p-text .h {
    font-size: 16px;
  }

  .i-lista .top .top-r .dda {
    background: #fff url(../img/pic17.png) no-repeat 85% 120%;
    background-size: 20% auto;
  }

  .i-lista .top .top-r .db {
    background: #fff url(../img/pic17-1.png) no-repeat 85% 120%;
    background-size: 20% auto;
  }

  .i-lista .top .top-r .dd {
    height: 140px;
  }

  .i-lista .swiper-bot {
    padding-bottom: 10%;
  }

  .i-lista .bot .li {
    width: 98%;
    margin: 0 auto;
    float: none;
  }

  .i-listb .carousel {
    margin-top: 5%;
  }
  .i-listb .carousel li {
    border-right: none;
  }

  .i-listd .sub-ulbox {
    width: 100%;
  }
  .i-listd .sub-ulbox li {
    width: 31%;
    height: 35px;
    line-height: 35px;
    margin: 0 1.1%;
  }

  .n-news .new-sub {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }

  .n-news .ul .li, .n-news .ul-two .li, .n-news .ul-s .li {
    width: 100%;
    margin-right: 0;
  }

  .n-contact .map-text-m .map-text .h {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
    padding-bottom: 8px;
  }

  .n-contact .map-text-m .map-text .p {
    font-size: 12px;
  }

  .n-business .lista .bot ul {
    width: 100%;
  }
  .n-business .lista .bot ul li {
    width: 50%;
  }
  .n-business .lista .bot ul li:nth-child(3n) {
    border-right: 1px solid #e3e3e3;
  }
  .n-business .lista .bot ul li:nth-child(2n) {
    border-right: none;
  }
}
@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(-4px);
    transform: translatey(-4px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(-4px);
    transform: translatey(-4px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

/*# sourceMappingURL=mobile.css.map */