﻿.pc-block {
  display: block !important;
}

.mobile-block {
  display: none !important;
}

.opacity-block {
  opacity: 0;
  visibility: hidden;
}

.i-listc .news-box-r .li {
  border-bottom: 1px solid #dedede;
}

@media (max-width: 1680px) {
  .n-about .liste .swiper-button-next {
    right: 20px;
  }

  .n-about .liste .swiper-button-prev {
    left: 20px;
  }
}
@media (max-width: 1480px) {
  .w1440 {
    width: 90%;
  }

  .l-gnav {
    margin-left: 5.5%;
  }

  .n-contact .map-box .map-text {
    width: 18rem;
    padding: 1.5rem 4rem 1.5rem 1.8rem;
  }

  .n-contact .ul .h2 {
    font-size: 24px;
  }

  .n-party .listd .li .top {
    font-size: 16px;
  }

  .n-info .info-left .time {
    padding-left: 2rem;
  }

  .n-info .info-left .time:before {
    width: 1.8rem;
  }

  .n-info .info-right {
    padding-top: 2.8rem;
  }

  .n-info .info-left {
    padding-top: 2.8rem;
  }

  .n-info .info-box {
    padding-top: 2.4rem;
  }

  .n-info .info-left .time {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .l-gnav {
    margin-left: 3%;
  }

  .l-gnav-list .l-gnav-item {
    margin: 0 15px;
  }

  .wn-sub-nav .li {
    padding: 0 20px;
    font-size: 14px;
  }

  .n-party .listd .li .top {
    font-size: 14px;
  }

  .his-box-listc .time-line .li {
    margin-right: 3rem;
  }

  .his-box-listc .time-line .nli {
    /*width: calc(95vw + 160px);*/
  }
}
@media (max-width: 1270px) {
  .w1200 {
    width: 90%;
  }

  .n-contact .map-box .p-tit, .n-contact .ul .p-tit {
    line-height: 1.5;
    background-position: left 5px !important;
  }

  .n-party .listd .li {
    width: 31.3%;
    margin-bottom: 2%;
  }

  .n-party .listd .li .top {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .pc-block {
    display: none !important;
  }

  .mobile-block {
    display: block !important;
  }

  .n-banenr {
    padding-top: 60px;
    height: 22rem;
  }

  .n-banenr table tr td {
    padding: 0 8%;
  }

  .n-banenr table .sp2 {
    font-size: 4.5rem;
  }

  .n-banenr table .tit2 {
    font-size: 1.4rem;
    margin-bottom: .2rem;
  }

  .n-banenr table .p1 {
    margin-top: 0;
    font-size: 14px;
  }

  .l-toggle {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99;
  }
  .l-toggle span {
    position: absolute;
    top: 29px;
    right: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #2a2973;
  }
  .l-toggle .line1 {
    margin: -8px auto auto;
    -webkit-transition: all .8s;
            transition: all .8s;
  }
  .l-toggle .line2 {
    margin: auto;
  }
  .l-toggle .line3 {
    margin: 8px auto auto;
    -webkit-transition: all .8s;
            transition: all .8s;
  }

  .l-toggle.hover span {
    background: #fff;
  }
  .l-toggle.hover .line1 {
    margin: 0 auto;
  }
  .l-toggle.hover .line3 {
    margin: 0 auto;
  }

  .l-gnav {
    display: none;
  }

  .sub-menu {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background: #2a2973;
  }

  .sub-menu ul {
    width: 100%;
    margin-top: 60px;
    height: calc(100% - 90px);
    overflow-y: scroll;
    padding: 0 6.4%;
  }

  .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
  }

  .sub-menu li:last-child {
    border-bottom: none;
  }

  .sub-menu .tit {
    display: block;
    width: 100%;
    padding: 12px 0;
    line-height: 60px;
    color: #fff;
    opacity: .8;
    position: relative;
    font-weight: bold;
  }

  .sub-menu .tit {
    line-height: 1.5;
    font-size: 17px;
  }

  .sub-menu .sub-tit:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/ico_03_2.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 6.4%;
    top: 25px;
  }

  .sub-menu .sub-tit.on {
    background-image: -webkit-linear-gradient(bottom left, #d71518, #d77515);
    background-image: linear-gradient(to top right, #d71518, #d77515);
    color: #fff;
  }

  .sub-menu .sub-tit.on:after {
    background: url(../images/ico_03_h.png) no-repeat center;
    background-size: 100% auto;
  }

  .sub-menu .sec-list {
    line-height: 40px;
    padding: 10px 4%;
    display: none;
  }

  .sub-menu .sec-list p {
    background: url(../images/ico_04.png) no-repeat left center;
    background-size: 6px auto;
    font-size: 14px;
  }

  .sub-menu .sec-list a {
    padding-left: 3%;
    color: #fff;
    opacity: .9;
    display: block;
  }

  .sub-menu li:last-child {
    padding-bottom: 0;
  }

  .mobile-nav .lang-btn {
    background: #d7000e;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    width: 104%;
    margin-left: -2%;
    padding: 10px 0;
  }

  .i-lista .text {
    width: 100%;
    position: relative;
  }

  .i-lista .text .time-tit, .i-lista .text .time {
    text-indent: 0;
  }

  .i-lista .bg {
    background: url(../images/img1-1.jpg) no-repeat left top;
    background-size: cover;
  }

  .i-lista .img {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -2rem;
  }

  .i-listb {
    padding: 0;
    background: none !important;
  }
  .i-listb .w1440 {
    width: 100%;
  }
  .i-listb .w1440 .ul {
    width: 100%;
    overflow: scroll;
    background: #f5f5f5;
  }
  .i-listb .w1440 .nul {
    width: 1450px;
    overflow: hidden;
  }
  .i-listb .w1440 .ul .li {
    float: left;
    border-right: 1px solid #fff;
    width: 200px;
    padding: 18px 20px;
  }
  .i-listb .mobile-img {
    height: 6.5rem;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
  }

  .i-listb .box-ajax.cur {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }

  .i-listb .box-ajax .text {
    width: 100%;
    position: relative;
    padding: 1.1rem 8% 1.5rem;
  }

  .i-listb .box-ajax .text .p-14 {
    width: 80%;
  }

  .i-listb .box-ajax .text .p-14 {
    margin-bottom: 1rem;
  }

  .i-listc .news-box {
    width: 100%;
    float: none;
    display: block;
  }

  .i-listc .news-box-r {
    width: 94%;
    margin: 10px auto 0;
    float: none;
    display: block;
  }

  .i-listc .w1440 {
    width: 100%;
  }
  .l-header.activefix{
    padding: 10px 4%;
  }
  .l-header {
    padding: 10px 4%;
    position: relative;
  }
  .l-header .l-header-t {
    width: 35%;
  }

  .search-alert .cent-form .tex {
    font-size: 1;
    background: url(../images/ico_01_1.png) no-repeat left center;
    background-size: 30px auto;
  }

  .search-alert .close {
    top: 20px;
    right: 4%;
  }

  .l-footer .footer-r {
    width: 100%;
  }

  .l-footer .footer-r .wxbox {
    float: left;
    width: 48%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 30px;
    height: 7rem;
  }

  .l-footer .footer-r .year-img {
    float: right;
    width: 48%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 30px;
    margin-top: 0;
    height: 7rem;
  }

  .l-footer .footer-r .wxbox {
    overflow: hidden;
  }

  .l-footer .footer-r .wxbox img {
    width: 40%;
    float: left;
  }

  .l-footer .footer-r .wxbox p {
    width: 55%;
    margin-right: 3%;
    float: left;
  }

  .i-listc .tit {
    font-size: 20px;
  }

  .i-listc .tit-p {
    line-height: 1.5;
    height: 42px;
  }

  .i-listc .news-box-r .h {
    font-size: 18px;
    height: auto;
  }

  .zmore-btn {
    padding: 0 .5rem;
  }

  .p-14 {
    line-height: 1.5;
  }

  .i-listb .box-ajax .text .p-14 {
    height: auto;
  }

  .l-footer .f-bot-info p {
    line-height: 2;
    text-align: center;
    font-size: 12px;
  }

  .l-footer .footer-r .year-img .mobile-block {
    display: inline-block !important;
  }

  .l-footer .f-bot-info {
    margin-top: 1rem;
  }

  .l-footer {
    padding-top: 1rem;
  }

  .n-about .lista .left {
    width: 100%;
  }

  .n-about .lista .ul .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    height: 6.5rem;
  }

  .n-about .lista .ul .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-about .lista .right, .n-about .listb .text, .n-about .listb .img {
    width: 100%;
  }

  .n-about .listd .honor-box .li {
    width: 33.3%;
  }

  .n-about .liste .teambox {
    padding-bottom: 1rem;
  }

  .n-about .liste .teambox .swiper-slide .li {
    width: calc(33.3% - 20px);
    margin-bottom: 20px;
  }

  .n-respon .li .text .h {
    font-size: 18px;
    line-height: 1.5;
  }

  .n-info .info-box {
    width: 100%;
    margin-left: 0;
    border-right: none;
    border-left: none;
    padding: 2rem 0rem 0rem;
  }

  .n-info .info-right {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 3rem;
  }

  .n-info .info-box .top {
    margin-bottom: 1rem;
  }

  .n-recruit .listb .schoolbox .swiper-slide .li {
    width: calc(50% - 20px);
  }

  .n-recruit .lista .join-list-top .sp2, .n-recruit .lista .join-list-top .sp3, .n-recruit .lista .join-list-top .sp4, .n-recruit .lista .join-list-top .sp5 {
    display: none;
  }

  .n-recruit .lista .join-list-top .sp1 {
    width: 80%;
  }

  .n-recruit .lista .jints .sp2, .n-recruit .lista .jints .sp3, .n-recruit .lista .jints .sp4, .n-recruit .lista .jints .sp5 {
    display: none;
  }

  .n-recruit .lista .join-list .jointop .jints .sp1 {
    width: 80%;
  }

  .n-contact .map-box .map-text {
    width: 100%;
    padding: 1.5rem 1.8rem;
    position: relative;
    top: 0;
  }

  .n-contact .ul .li {
    width: 100%;
  }

  .n-contact .ul .li {
    padding: 1.5rem 1.2rem 1rem;
    margin-bottom: .5rem;
  }

  .n-party .lista .dl-left {
    width: 100%;
    height: auto;
  }

  .n-party .lista .dl-right {
    width: 100%;
    height: auto;
    margin-top: .8rem;
  }

  .n-party .lista .dl-left .p {
    font-size: 14px;
  }

  .sub-tit-title {
    background: url(../images/ico_03_h_1.png) no-repeat 90% center;
    background-size: 18px auto;
  }

  .sub-tit-title.on {
    background: url(../images/ico_03_h.png) no-repeat 90% center;
    background-size: 18px auto;
  }

  .n-party .lista .dl-left .tit {
    font-size: 20px;
  }

  .n-culture .lista {
    margin-top: 1.5rem;
  }

  .n-culture .lista .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .6rem;
  }

  .n-culture .lista .li .p {
    font-size: 14px;
  }

  .n-culture .listb .text {
    width: 55%;
  }

  .n-culture .listb .text .p {
    font-size: 14px;
  }

  .n-culture .listd .bot-left {
    width: 100%;
    height: auto;
  }

  .n-culture .listd .bot-left .bot-left1, .n-culture .listd .bot-left .bot-left2 {
    width: 100%;
    height: auto;
    margin-bottom: .6rem;
  }

  .n-culture .listd .bot-left-bot {
    margin-bottom: .6rem;
  }

  .n-culture .listd .bot-right {
    width: 100%;
    height: auto;
  }

  .n-culture .listd .bot-left-top {
    margin-bottom: 0;
  }

  .n-culture .listd .p {
    font-size: 14px;
  }

  .n-culture .listf .top-left1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: .6rem;
  }

  .n-culture .listf .bot-box {
    margin-top: 0;
  }

  .n-culture .listf .p {
    font-size: 14px;
  }

  .n-year .lista .dl-item {
    width: 100%;
  }

  .his-box-listc .subox .s {
    width: 20px;
  }

  .his-box-listc .subox {
    padding: 1.5rem 10px 0;
    width: 50px;
    height: 480px;
  }

  .his-box-listc .subox .year-x {
    font-size: 24px;
    line-height: 24px;
    width: 24px;
  }

  .his-box-listc .p3 {
    height: 480px;
    padding: 1.5rem 0 .5rem;
    font-size: 14px;
  }

  .his-box-listc .nli-item {
    padding: 10px;
  }

  .his-box-listc .li-item {
    margin: 0 3px;
  }

  .his-box-listc .list-year {
    margin-right: 1.5rem;
  }

  .his-box-listc .time-line .li {
    margin-right: 3rem;
  }

  .his-box-listc .time-line .w1440 {
    width: 100%;
  }

  .his-box-listc .time-line .time-linebox {
    background: url(../images/pic24.png) no-repeat center top;
    background-size: auto 28px;
  }

  .mCustomScrollbar {
    -ms-touch-action: unset !important;
        touch-action: unset !important;
  }

  .his-box-listc .time-line .nli {
    /*width: calc(100vw + 270px);*/
  }

  .n-culture .listd .bot-left-bot, .n-culture .listf .top-left1 {
    height: auto;
  }

  .n-culture .listd .tit span {
    display: block;
  }

  .l-footer:before {
    background-size: 100% auto !important;
  }
  .l-header{
    background: #fff;
  }
  .n-about .listd .swiper-pagination span{
    width: 6px;
    height: 6px;
  }
.i-listb .ul .li {
    font-size: 16px;
}
	
	
.web-sou .hform{
	width: 100%;
	}
	
.web-sou .hform input {
width: 100%;
height: 50px;
}	

.wmobile-sub-sousuo .hform button {
    background: url(../images/pic55.png) no-repeat;
    position: absolute;
    font-size: 25px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #ccc;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    z-index: 1;
    cursor: pointer;
    border: 1px solid transparent;
    outline: none;
}
	
.web-sou .hot {
    padding-left: 0px;
}

.web-sou span {
    font-size: 14px;
	color: #999;
}	


.wmobile-sub-sousuo {
    background: #fff;
    position: relative;
    z-index: 5;
    padding-top: 25px;
    padding-bottom: 25px;
}
.web-sou .hot_search {
    width: 100%!important;
    padding-top: 15px;
}
.l-footer .footer-r .h {
  display: none !important;
}
}
@media (max-width: 960px) {
  .l-footer .footer-r .wxbox, .l-footer .footer-r .year-img {
    height: 6.5rem;
    padding: 20px 15px;
  }

  .n-intro .lista .itembox {
    width: 100%;
    margin-bottom: 30px;
  }

  .n-intro .lista .itembox:last-child {
    margin-bottom: 0;
  }

  .n-intro .listb .img {
    width: 100%;
  }

  .n-intro .listb .text {
    width: 100%;
    height: auto;
    padding: 1.5rem 5%;
  }

  .n-intro .listc .p {
    width: 100%;
  }

  .n-intro .listd .w1440 {
    width: 100%;
  }
  .n-intro .listd .w1440 .li {
    width: 100%;
    margin-bottom: .3rem;
    height: 10rem;
  }

  .n-respon {
    padding: 1.5rem 0;
  }

  .n-industry-info .lista {
    padding: 1.5rem 0;
  }

  .n-industry-info .lista .right .p {
    font-size: 14px;
  }

  .n-industry-info .lista .left {
    width: 100%;
    border-right: none;
    margin-bottom: 1.5rem;
    padding-right: 0;
  }

  .n-industry-info .lista .right {
    width: 100%;
    padding-left: 0;
  }

  /**.n-industry-info .lista .right .h2 span {
    padding-left: 45px;
  }**/

  .n-recruit .lista .join-list .join-text-top .sp-tit {
    width: 50%;
  }

  .n-year .listc .sitem-nav {
    width: 100%;
  }

  .n-year .listc .list-item1 .li .item {
    width: 48%;
    margin: 0 1% 2%;
  }

  .mobile-sub-nav .sec-list {
    font-size: .65rem;
  }

  .n-about .lista {
    padding-top: 2rem;
  }

  .i-lista {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .i-listb .w1440 .ul .li {
    padding: 10px;
    width: 160px;
    text-align: center;
    font-size: 14px;
  }

  .i-listb .w1440 .nul {
    width: 1130px;
  }

  .i-listb .ul .img {
    display: none;
  }

  .i-listb .ul span {
    float: none;
    display: block;
  }

  .n-banenr .scroll_down {
    width: 45px;
    height: 45px;
    bottom: 1rem;
  }

  .n-about .listc .p {
    width: 100%;
  }

  .n-about .listd .honor-box .li {
    width: 49.9%;
  }

  .n-about .liste .teambox .swiper-slide .li {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 20px;
  }

  .n-about .liste .teambox .p {
    font-size: 12px;
    padding: 10px 5px;
  }

  .n-info .info-box .info-text {
    font-size: 14px;
    line-height: 2;
  }

  .n-industry .item-li .text {
    width: 100%;
  }

  .n-recruit .lista {
    padding: 1.5rem 0 2rem;
  }

  .n-recruit .lista .join-list-top {
    padding: .75rem 1rem;
  }

  .n-recruit .lista .join-list .jointop {
    padding: 0 1rem;
  }

  .n-recruit .lista .join-list .joins {
    padding: 0.75rem 1rem 0.8rem;
  }

  .n-recruit .lista .join-list .join-info .strong1 {
    font-size: 14px;
  }

  .n-recruit .lista .join-list .joins a {
    font-size: 14px;
  }

  .n-recruit .lista .join-list .add {
    right: 0;
  }

  .listd .ulbox .li {
    width: 100%;
    margin: 0 0 4%;
  }

  .n-year .lista .dl-item {
    height: auto;
  }

  .n-year .lista .dl-item table td {
    padding: 2rem 1.5rem;
  }

  .n-respon .li .text .h {
    font-size: 16px;
  }

  .n-culture .listd .top {
    padding: 1.5rem 1rem;
  }

  .n-culture .listd .top .p {
    width: 100%;
  }

  .his-box-listc .p {
    width: 100%;
  }

  .his-box-listc .time-line .li {
    margin-right: 1rem;
    font-size: 16px;
  }

  .his-box-listc .time-line .li:before {
    width: 2px;
    height: 10px;
    padding-top: 15px;
    margin-left: -1px;
  }

  .i-listc .news-box .swiper-pagination span {
    margin: 4px 0 !important;
  }

  .n-industry-info .lista {
    background: #fff url(../images/pic17.png) no-repeat -20% top;
  }
}
@media (max-width: 425px) {
  .sub-menu .sec-list p {
    background: url(../images/ico_04.png) no-repeat left center;
    background-size: 4px auto;
  }

  .l-footer .footer-r .wxbox, .l-footer .footer-r .year-img {
    height: 5.5rem;
    padding: 20px 10px;
  }

  .l-footer .footer-r .wxbox img {
    width: 60%;
  }

  .l-footer .footer-r .wxbox p {
    width: 28%;
    margin-right: 0;
    margin-top: 15px;
    margin-right: 0;
    text-align: left;
    float: right;
  }

  .zmore-btn {
    height: 1.7rem;
    line-height: 1.7rem;
  }

  .n-recruit .lista .join-list .join-text-top .sp-tit {
    width: 100%;
  }

  .n-recruit .listb .schoolbox .swiper-slide .li {
    width: 100%;
    margin: 0 0 10px;
  }

  .slick-dots li, .swiper-pagination span {
    margin: 0 6px !important;
  }

  .n-year .listc .list-item1 .li p {
    font-size: 12px;
  }

  .n-about .listc .time-line .w1440 {
    width: 100%;
  }

  .n-contact #dituContent {
    height: 12rem;
  }

  .his-box-listc .nli-item .li-item-p {
    line-height: 1.6;
  }

  .i-lista .text .box {
    padding: .95rem 1rem 2rem;
  }
  .n-about .lista .right .video-btn{
    margin-top: 14px;
  }
}
@media (min-width: 1024px) {
  .n-contact .listb .nli {
    height: 260px;
  }

  .n-party .lista .dl-left .p {
    height: 320px;
  }

  .listb .brandbox .ntext {
    height: 200px;
  }

  .n-culture .lista .li .p {
    height: 170px;
  }

  .n-year .lista .dl-item .p {
    height: 200px;
  }

  .n-culture .listd .bot-left .p {
    height: 80px;
  }

  .n-culture .listd .bot-left .p {
    height: 80px;
  }

  .n-culture .listd .bot-right .p {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .listd .ulbox .ntext {
    height: 180px;
  }
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #1587dd !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px !important;
  background: #e0e0e0 !important;
}

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