@font-face {
    font-family: PingFangMedium;
    src: url('PingFangMedium.otf')
}

@font-face {
    font-family: DINCond;
    src: url('DINCond-Light.otf')
}

body, input, h1, h2, h3, h4, h5, h6, p, textarea, table, div, ul, li, select, td, th, em, span, i, button, code {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    font-family: 'PingFangMedium', 'PingFangSC-Regular', "microsoft yahei";
    color: #333;
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul, li {
    list-style: none;
}

a, p, span, i, em {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: none !important;
    border-color: inherit;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

h3, h4, h5, h6 {
    font-weight: normal;
}

em, i {
    font-style: normal;
}

* {
    box-sizing: border-box;
    color: #333;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"] {
    border: none;
}

textarea {
    -webkit-appearance: none;
}

.auto {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}

:hover {
    transition: all .2s;
}

.img_hover_wrap {
    overflow: hidden;
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.img_traslate {
    transition: all .3s;
}

.img_traslate:hover {
    transform: translateY(-10px);
}

.img_rotate {
    transition: all .3s;
}

.img_rotate:hover {
    transform: rotate(-360deg);
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal !important;
}

.center {
    text-align: center !important;
}

.img { /* width: 100%; */
    display: block;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ele {
    position: relative;
}

.ele:before, .ele:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.ipt {
    display: block;
    border: none;
}

.ipt_button {
    cursor: pointer;
}

.item_scale .icon {
    transition: all .3s;
}

.item_scale:hover .icon {
    transform: scale(1.05, 1.05);
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical; /*-webkit-line-clamp: 3;*/
}

.clamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.clamp3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body {
    background: #fff;
    overflow-x: hidden;
}


.item {
}

.item .imgbox {
    display: block;
    overflow: hidden;
}

.item .img {
    transition: all 1s;
    width: 100%;
    display: block;
}

.item:hover .imgbox .img {
    transform: scale(1.1, 1.1);
}

.zoomimg {
    position: relative;
}

.zoomimg .img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.flipx .icon {
    transition: all .3s;
}

.flipx:hover .icon {
    transform: scaleX(-1);
}

.scale .icon {
    transition: all .3s;
}

.scale:hover .icon {
    transform: scale(1.1, 1.1);
}

.underline:hover {
    text-decoration: underline;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-w {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
    overflow: hidden;
}

.btn {
    display: block;
    color: #fff;
    background: #02599c;
    text-align: center;
    cursor: pointer;
    border: none;
}

.btn:hover {
    background-color: #0a2c56 !important;
    color: #fff;
}

.c-main {
    color: #02599c !important;
}

/* 公共 */
.head-wrap {
}

.hd-bar {
    background: #fff;
    color: #999;
    font-size: 12px;
}

.hd-bar .fz {
    font-size: 14px;
    line-height: 40px;
}

.hd-bar .fz .ico {
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.hd-bar a.fz {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}

.hd-bar a.fz:hover {
    color: #02599c;
}

.head {
    background: #02599c;
}

.hd-t {
}

.hd-logo {
}

.hd-logo .img {
    height: 70px;
    width: auto;
}

.hd-info {
}

.hd-info .tb {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.hd-info .tb::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.hd-info .equip::before {
    background: url(../images/icon_02.png) no-repeat center;
    background-size: contain;
}

.hd-info .case::before {
    background: url(../images/icon_03.png) no-repeat center;
    background-size: contain;
}

.hd-info > a.tb:hover {
    opacity: .9;
    text-decoration: underline;
}

.hd-info .lang {
    width: 80px;
    background: url(../images/icon_05.png) no-repeat right center;
    background-size: 12px;
}

.hd-info .lang::before {
    background: url(../images/icon_04.png) no-repeat center;
    background-size: contain;
}


.hd-nav {
    display: flex;
    justify-content: space-between;
}

.hd-nav li {
    margin-left: 2px;
    flex: 1;
}

.hd-nav li > a {
    display: block;
    background: #0a2c56;
    padding: 10px 0;
    padding-left: 18px;
}

.hd-nav .cn {
    font-size: 18px;
    color: #fff;
    display: block;
}

.hd-nav .en {
    font-size: 12px;
    color: #fff;
    display: block;
    opacity: .8;
    margin-top: 3px;
    text-transform: uppercase;
}

.hd-nav .en::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 6px;
    height: 6px;
    background: url(../images/idx_06.png) no-repeat center;
    background-size: contain;
}

.hd-nav li:first-child {
    margin-left: 0;
}

.hd-nav li:hover > a {
    background: #104587;
}


.ft-links {
    padding: 25px 0;
    background: #f5f6f7;
}

.ft-links .tt {
    border-bottom: 1px solid #e3e5ea;
}

.ft-links .tt .bt {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 55px;
    border-bottom: 2px solid #0069d2;
}

.ft-links .detail {
    padding: 25px 0;
}

.ft-links .item {
    width: 25%;
}

.ft-links .item .select {
    max-width: 90%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 0 13px;
    font-size: 14px;
    color: #333;
}


.foot {
    background: #001834;
}

.ft-t {
    padding: 25px 0;
}

.ft-t .lbox {
    max-width: 46%;
}

.ft-t .rbox {
    max-width: 50%;
}

.ft-t .smlogo {
    height: 55px;
    width: auto;
    display: block;
    margin-bottom: 10px;
}

.ft-t .fz {
    font-size: 14px;
    color: #c1ccda;
    line-height: 36px;
}

.ft-t .lks {
    font-size: 12px;
    color: #c1ccda;
    margin-top: 10px;
}

.ft-t .lks .lk {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}

.ft-t .lks .lk:first-child {
    padding-left: 0;
}

.ft-t .lks .lk:hover {
    color: #fff;
}

.ft-b {
    padding: 15px 0;
    border-top: 1px solid #5e6d81;
    text-align: center;
}

.ft-b .txt {
    font-size: 14px;
    color: #c1ccda;
    line-height: 24px;
}

.ft-b .txt .ic {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
}


/* index */
.idx-ban .item {
    height: 640px;
}

/* .idx-ban .img{width: 100%;display: block;} */
.idx-ban .swiper-pagination {
    font-size: 0;
    bottom: 40px;
}

.idx-ban .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .25);
    opacity: 1;
    margin: 0 6px !important;
}

.idx-ban .swiper-pagination-bullet-active {
    background: #fff;
}

.idx-s1 {
    padding: 80px 0 60px;
}

.idx-slide {
    width: 545px;
    margin-right: 25px;
}

.idx-slide .img {
    width: 100%;
    height: 340px;
}

.idx-slide .smimg {
    width: 100%;
    height: 75px;
    border: 2px solid transparent;
}

.idx-slide .item {
    position: relative;
}

.idx-slide .item .title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    background: rgba(0, 0, 0, .36);
    line-height: 50px;
    padding-right: 190px;
}

.idx-slide .gallery-thumbs {
    margin-top: 10px;
}

.idx-slide .gallery-thumbs .active .smimg {
    border-color: #02599c;
}

.idx-slide .swiper-pagination {
    width: auto;
    left: auto;
    right: 15px;
    line-height: 40px;
    font-size: 0;
    bottom: 0 !important;
}

.idx-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .25);
    opacity: 1;
    margin: 0 3px !important;
}

.idx-slide .swiper-pagination-bullet-active {
    background: #fff;
}

.idx-slide .swiper-button-next, .idx-slide .swiper-button-prev {
    display: none;
}


.idx-xw {
}

.idx-xw .top {
    border-bottom: 1px solid #efefef;
}

.idx-xw .top .bt {
    font-size: 16px;
    color: #fff;
    min-width: 100px;
    text-align: center;
    line-height: 36px;
    background: #02599c;
    padding: 0 13px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.idx-xw .top .bt::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #02599c transparent transparent transparent;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
}

.idx-xw .top .more {
    font-size: 13px;
    color: #999999;
}

.idx-xw .top .more:hover {
    color: #02599c;
}

.idx-xw .hot-box {
    padding: 17px 0;
    border-bottom: 1px solid #efefef;
    align-items: flex-start;
}

.idx-xw .hot-box .date {
    width: 60px;
    margin-right: 15px;
    border: 1px solid #efefef;
    text-align: center;
    padding: 7px 0;
}

.idx-xw .hot-box .day {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}

.idx-xw .hot-box .year {
    font-size: 12px;
    margin-top: 5px;
}

.idx-xw .hot-box .info {
}

.idx-xw .hot-box .title {
    font-size: 16px;
    color: #02599c;
    font-weight: bold;
    display: block;
}

.idx-xw .hot-box .txt {
    font-size: 13px;
    color: #999999;
    line-height: 22px;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}

.idx-xw .hot-box .more {
    color: #d9281a;
}

.idx-xw .hot-box .more:hover {
    text-decoration: underline;
}

.idx-xw .hot-box .title:hover {
    color: #d9281a;
}

.idx-xw .list {
    margin-top: 10px;
}

.idx-xw .list .item {
    line-height: 34px;
}

.idx-xw .list .title {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    width: 76%;
}

.idx-xw .list .title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 4px;
    height: 4px;
    background: #02599c;
    border-radius: 50%;
}

.idx-xw .list .date {
    float: right;
    font-size: 14px;
    color: #999999;
}

.idx-xw .list .item:hover .title {
    font-weight: bold;
    color: #02599c;
}

.idx-xw .list .item:hover .date {
    color: #02599c;
    font-weight: bold;
}

.idx-titbox {
    margin-bottom: 25px;
}

.idx-titbox .cn {
    font-size: 26px;
    color: #02599c;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: bold;
}

.idx-titbox .en {
    font-size: 14px;
    color: #02599c;
    margin-top: 2px;
}

.idx-titbox .en::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 6px;
    height: 6px;
    background: url(../images/idx_06.png) no-repeat center;
    background-size: contain;
}

.idx-titbox .more {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    font-weight: normal;
}

.idx-titbox .more:hover {
    color: #02599c;
}


.idx-s2 {
    padding: 40px 0;
    background: #f5f6f7;
}

.idx-pro {
}

.idx-pro .list {
}

.idx-pro .list .item {
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
}

.idx-pro .list .imgbox {
    width: 280px;
    display: block;
}

.idx-pro .list .zoomimg {
    height: 150px;
}

.idx-pro .list .info {
    margin-left: 30px;
    padding-top: 18px;
    padding-right: 6px;
}

.idx-pro .list .title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    display: block;
}

.idx-pro .list .desc {
    font-size: 13px;
    color: #666666;
    line-height: 26px;
    -webkit-line-clamp: 3;
    margin-top: 10px;
}

.idx-pro .list .readmore {
    color: #d9281a;
}

.idx-pro .list .readmore:hover {
    text-decoration: underline;
}

.idx-pro .list .item:hover .title {
    color: #02599c;
}

.idx-s2-r {
    width: 350px;
    margin-left: 30px;
}

.idx-video {
}

.idx-video .videobox {
}

.idx-video .videobox .video {
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.video-js { /* background-color: #fff; */
}

.video-js .vjs-big-play-button {
    background: url(../images/video.png) no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    display: none;
}

.vjs-poster { /* background: #fff; */
}


.idx-login {
    margin-top: 22px;
}

.idx-login .form {
}

.idx-login .form .row {
    margin-bottom: 15px;
}

.idx-login .form .ipt-txt {
    line-height: 44px;
    height: 44px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    color: #333;
    padding: 0 14px;
}

.idx-login .form .submit {
    line-height: 44px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
}

.idx-sl {
    padding: 35px 0 60px;
    background: url(../images/idx_13.jpg) no-repeat center;
    background-size: cover;
}

.idx-sl .desc {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.idx-sl .list {
    margin-top: 70px;
    padding: 30px 0;
    background: url(../images/idx_14.png) no-repeat center bottom;
    background-size: cover;
}

.idx-sl .list .item {
    width: 25%;
}

.idx-sl .list .img {
    max-width: 240px;
    display: block;
    margin: 0 auto;
    width: 90%;
}

.idx-sl .readmore {
    font-size: 16px;
    color: #999999;
    width: 160px;
    line-height: 48px;
    border: 1px solid #ddd;
    display: block;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 24px;
}

.idx-sl .readmore:hover {
    color: #fff;
    background: #02599c;
    border-color: #02599c;
}

/* 联系我们 */
.main {
    padding-bottom: 80px;
}

.crumb {
    font-size: 14px;
    background: url(../images/icon_06.png) no-repeat left center;
    background-size: 22px;
    line-height: 30px;
    padding: 15px 0 15px 28px;
}

.crumb span a {
    color: #02599c;
}

.crumb a:hover {
    color: #02599c;
}

.inner-menu {
    padding: 10px 0 30px;
}

.inner-menu .lk {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 50px;
    background: #fff;
    min-width: 135px;
    text-align: center;
    padding: 0 20px;
    border-radius: 26px;
    box-shadow: 0 0 41px rgba(197, 197, 197, .26);
    margin-left: 16px;
    border: 1px solid #efefef;
}

.inner-menu .lk.cur, .inner-menu .lk:hover {
    color: #fff;
    background: #02599c;
}

.inner-menu .lk:first-child {
    margin-left: 0;
}

.contact-list {
    margin-left: -2%;
}

.contact-list .item {
    padding: 25px 18px;
    border: 1px solid #efefef;
    width: 31.3%;
    margin: 0 0 2% 2%;
}

.contact-list .title {
    font-size: 20px;
    font-weight: bold;
}

.contact-list .txt {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    padding-left: 6px;
    margin-top: 10px;
}

.contact-list .txt p {
    position: relative;
}

.contact-list .txt p::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
    margin-right: 10px;
}

.contact-list .item:hover {
    box-shadow: 0 3px 15px rgba(2, 89, 156, .09);
}

.contact-list .item:hover .title {
    color: #02599c;
}

.contact-list .item:hover .txt {
    color: #333;
}

.contact-list .item:hover p::before {
    background: #02599c;
}

/* 公司介绍 */
.us-intro {
    font-size: 16px;
    line-height: 24px;
}

/* 图片新闻 */
.xwpic-list {
    margin-left: -2%;
}

.xwpic-list .item {
    padding: 10px;
    box-shadow: 0 3px 13px rgba(0, 0, 0, .07);
    width: 31.3%;
    margin: 0 0 2% 2%;
}

.xwpic-list .zoomimg {
    height: 240px;
}

.xwpic-list .info {
    padding: 15px 3%;
}

.xwpic-list .title {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    -webkit-line-clamp: 2;
}

.xwpic-list .item:hover {
    box-shadow: 0 3px 13px rgba(0, 0, 0, .2);
}

.xwpic-list .item:hover .title {
    color: #02599c;
}


.pagelist {
    text-align: center;
    margin-top: 30px;
}

.pagelist a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #363636;
    width: 36px;
    line-height: 34px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 0 3px;
    background: #fff;
    height: 36px;
}

.pagelist a:hover, .pagelist a.active {
    color: #02599c;
    border-color: #02599c;
    font-weight: bold;
}

.pagelist .total {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    margin-left: 20px;
}

.pagelist .first, .pagelist .last, .pagelist .prev, .pagelist .next {
    box-shadow: 0 5px 12px rgba(51, 51, 51, .1)
}

.pagelist .first {
    background: url(../images/icon_07.png) no-repeat center;
    background-size: contain;
}

.pagelist .last {
    background: url(../images/icon_09.png) no-repeat center;
    background-size: contain;
}

.pagelist .prev {
    background: url(../images/icon_08.png) no-repeat center;
    background-size: contain;
}

.pagelist .next {
    background: url(../images/icon_10.png) no-repeat center;
    background-size: contain;
}

.pagelist .first:hover {
    background-image: url(../images/icon_07-1.png)
}

.pagelist .last:hover {
    background-image: url(../images/icon_09-1.png)
}

.pagelist .prev:hover {
    background-image: url(../images/icon_08-1.png)
}

.pagelist .next:hover {
    background-image: url(../images/icon_10-1.png)
}

/* 人力资源 */
.hr-det {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.hr-det h6 {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

/* 设备设施 */
.equip-list {
}

.equip-list .item {
    line-height: 65px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}

.equip-list .title {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.equip-list .title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 6px;
    height: 6px;
    background: #02599c;
    border-radius: 50%;
}

.equip-list .date {
    font-size: 16px;
    color: #999999;
}

.equip-list .item:hover {
    box-shadow: 0 6px 55px rgba(220, 220, 220, .34);
}


@media screen and (min-width: 320px) and (max-width: 1230px) {
    .auto {
        width: 96%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1230px) {
    .hd-nav li > a {
        padding-left: 10px;
        text-align: center;
    }

    .hd-nav .cn {
        font-size: 16px;
    }

    .hd-nav .en::before {
        display: none;
    }


    /* 联系我们 */
    .inner-menu .lk {
        font-size: 16px;
        line-height: 40px;
        min-width: 110px;
        padding: 0 15px;
        margin-left: 10px;
    }

    .idx-titbox .cn {
        font-size: 22px;
    }

    .contact-list .title {
        font-size: 18px;
    }

    /* index */
    .idx-ban .item {
        height: 460px;
    }


}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .sj-menu {
        position: absolute;
        right: 3%;
        top: 50%;
        width: 32px;
        height: 32px;
        background: url(../images/menu.png) no-repeat center;
        background-size: contain;
        margin-top: -16px;
    }

    .sj-menu.close {
        background: url(../images/close.png) no-repeat center;
        background-size: contain;
    }

    .head-wrap {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        height: 70px;
        background: #fff;
        padding: 0;
        border-bottom: 1px solid #efefef;
    }

    .head-wrap + div {
        margin-top: 70px;
    }

    .hd-bar {
        display: none;
    }

    .hd-logo .img {
        height: 70px;
    }

    .lang-box {
        margin-right: 70px;
    }

    .hd-lang {
        margin-right: 60px;
        margin-left: 0;
    }

    .hd-lang .lk {
        line-height: 50px;
    }


    .hd-nav {
        margin: 0;
        position: fixed;
        width: 100%;
        left: 0;
        background: #fff;
        top: 70px;
        bottom: 0;
        overflow-y: scroll !important;
        display: none;
        padding-right: 0;
        z-index: 100;
        background: #0a2c56;
    }

    .hd-nav li {
        margin-left: 0;
        border-bottom: 1px solid #0e396e;
    }

    .hd-nav li:last-child {
        border: none;
    }

    .hd-nav .cn {
    }

    .hd-nav li:hover .drop {
        display: none;
    }

    /* .hd-nav .arrow{width: 60px;height: 60px;position:absolute;right: 0;top: 0;background: url(../images/icon_01.png) no-repeat center;background-size:18px;}
    .hd-nav .arrow.this{background-image: url(../images/icon_01-3.png)}
    .hd-nav .drop{position:static;width: 100%;display: none;margin: 0;padding:0 40px;}
    .hd-nav .drop a{font-size: 15px;text-align: left;line-height: 50px;border-bottom:1px solid #efefef;padding:0 10px;} */
    .idx-ban .item {
        height: 360px;
    }

    .idx-ban .swiper-pagination {
        bottom: 20px;
    }

    .idx-ban .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }


    /* 联系我们 */
    .crumb {
        background-size: 18px;
        padding-left: 23px;
    }

    .inner-menu {
        text-align: center;
    }

    .inner-menu .lk {
        font-size: 15px;
        line-height: 40px;
        min-width: 110px;
        padding: 0 15px;
        margin: 0 5px;
    }

    .idx-titbox .cn {
        font-size: 22px;
    }

    .contact-list .item {
        width: 48%;
        padding: 20px 15px;
    }

    .contact-list .title {
        font-size: 18px;
    }

    /* 图片新闻 */
    .xwpic-list .zoomimg {
        height: 180px;
    }

    .xwpic-list .info {
        padding: 10px 2%;
    }

    .xwpic-list .title {
        font-size: 16px;
        line-height: 26px;
    }

    /* 设备设施 */
    .equip-list .item {
        line-height: 50px;
    }

    .equip-list .title {
        font-size: 16px;
    }

    .equip-list .date {
        font-size: 14px;
    }

    /* index */
    .idx-s1 {
        padding: 60px 0 40px;
    }

    .idx-slide {
        width: 380px;
        margin-right: 15px;
    }

    .idx-xw .list .date {
        font-size: 12px;
    }

    .idx-s2-l {
        flex: auto;
        width: 100%;
    }

    .idx-s2-r {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
    }

    .idx-video {
        width: 49%;
    }

    .idx-video .vjs-poster {
        background: #f5f6f7;
    }

    .idx-login {
        width: 46%;
        margin: 0;
    }

    .idx-sl .desc {
        line-height: 32px;
    }

    .idx-sl .list {
        margin-top: 30px;
    }

    .idx-sl .readmore {
        width: 140px;
        line-height: 40px;
    }

    .ft-links .tt .bt {
        font-size: 20px;
        line-height: 50px;
    }


}

@media screen and (min-width: 320px) and (max-width: 767px) {
    body, input, h1, h2, h3, h4, h5, h6, p, textarea, table, div, ul, li, select, td, th, em, span, i, button, code {
        font-family: 'PingFangSC-Regular', "microsoft yahei";
    }

    .auto {
        width: 94%;
    }

    .sj-menu {
        position: absolute;
        right: 3%;
        top: 50%;
        width: 30px;
        height: 30px;
        background: url(../images/menu.png) no-repeat center;
        background-size: 26px;
        margin-top: -15px;
    }

    .sj-menu.close {
        background: url(../images/close.png) no-repeat center;
        background-size: 28px;
    }

    .head-wrap {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        height: 55px;
        background: #fff;
        padding: 0;
        border-bottom: 1px solid #efefef;
    }

    .head-wrap + div {
        margin-top: 55px;
    }

    .hd-bar {
        display: none;
    }

    .hd-logo .img {
        height: 55px;
        width: auto;
    }

    .hd-info .equip, .hd-info .case {
        display: none;
    }

    .lang-box {
        margin-right: 35px;
    }

    .hd-info .lang {
        width: 42px;
        margin-top: -6px;
        font-size: 12px;
    }

    .hd-info .lang::before {
        margin-top: -2px;
        display: none;
    }


    .hd-nav {
        margin: 0;
        position: fixed;
        width: 100%;
        left: 0;
        background: #fff;
        top: 55px;
        bottom: 0;
        overflow-y: scroll !important;
        display: none;
        padding-right: 0;
        z-index: 100;
        background: #0a2c56;
    }

    .hd-nav li {
        margin-left: 0;
        border-bottom: 1px solid #0e396e;
    }

    .hd-nav li:last-child {
        border: none;
    }

    .hd-nav .cn {
        font-size: 15px;
        line-height: 34px;
    }

    .hd-nav .en {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
        display: none;
    }

    .hd-nav .en::before {
        display: none;
    }

    .hd-nav li:hover .drop {
        display: none;
    }


    .ft-t {
        padding: 20px 0;
    }

    .ft-t .wrap {
        display: block;
    }

    .ft-t .lbox, .ft-t .rbox {
        max-width: 100%;
        text-align: center;
    }

    .ft-t .smlogo {
        height: 40px;
        margin: 0 auto 5px;
    }

    .ft-t .fz {
        line-height: 24px;
        font-size: 12px;
    }

    .ft-t .lks {
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: space-between;
        font-size: 10px;
    }

    .ft-t .lks .lk {
        font-size: 12px;
        line-height: 24px;
        padding: 0 5px;
    }

    .ft-b {
        padding: 10px 0;
    }

    .ft-b .txt {
        font-size: 12px;
    }

    .idx-ban .item {
        height: 190px;
    }

    .idx-ban .swiper-pagination {
        bottom: 15px;
    }

    .idx-ban .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }


    /* 联系我们 */
    .main {
        padding-bottom: 30px;
    }

    .crumb {
        background-size: 16px;
        font-size: 13px;
        padding: 10px 0 10px 20px;
    }

    .inner-menu {
        text-align: left;
        font-size: 0;
        padding: 5px 0 20px;
    }

    .inner-menu .lk {
        font-size: 14px;
        line-height: 36px;
        min-width: auto;
        padding: 0 10px;
        margin: 0 0 10px 2%;
        min-width: 31.3%;
    }

    .inner-menu .lk:nth-child(3n+1) {
        margin-left: 0;
    }

    .idx-titbox {
        text-align: center;
        margin-bottom: 20px;
    }

    .idx-titbox .cn {
        font-size: 18px;
        line-height: 24px;
        position: relative;
    }

    .idx-titbox .en {
        font-size: 12px;
    }

    .idx-titbox .more {
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .contact-list {
        margin: 0;
    }

    .contact-list .item {
        width: 100%;
        padding: 15px 15px;
        margin: 0 0 10px 0;
    }

    .contact-list .title {
        font-size: 16px;
    }

    .contact-list .txt {
        font-size: 13px;
        line-height: 26px;
    }

    /* 公司介绍 */
    .us-intro {
        font-size: 14px;
    }

    /* 图片新闻 */
    .xwpic-list .item {
        width: 48%;
        padding: 4px;
    }

    .xwpic-list .zoomimg {
        height: 120px;
    }

    .xwpic-list .info {
        padding: 10px 0;
    }

    .xwpic-list .title {
        font-size: 14px;
        line-height: 22px;
    }

    .pagelist .first, .pagelist .last, .pagelist .prev, .pagelist .next {
        display: none;
    }

    .pagelist .total {
        display: none;
    }

    .pagelist a {
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 13px;
    }

    /* 人力资源 */
    .hr-det {
        font-size: 14px;
        line-height: 26px;
    }

    .hr-det h6 {
        font-size: 14px;
    }

    /* 设备设施 */
    .equip-list .item {
        line-height: 30px;
        padding: 0;
        box-shadow: none !important;
        margin-bottom: 5px;
    }

    .equip-list .title {
        font-size: 14px;
        width: 75%;
    }

    .equip-list .title::before {
        width: 4px;
        height: 4px;
        margin-right: 6px;
    }

    .equip-list .date {
        font-size: 12px;
    }

    /* index */
    .idx-s1 {
        padding: 30px 0 20px;
    }

    .idx-slide {
        width: 100%;
        margin-right: 0;
    }

    .idx-slide .img {
        height: auto;
    }

    .idx-slide .item .title {
        font-size: 14px;
        line-height: 40px;
        padding: 0 20px;
    }

    .idx-slide .swiper-pagination {
        display: none;
    }

    .idx-slide .gallery-thumbs {
        display: none;
    }

    .idx-slide .swiper-button-next, .idx-slide .swiper-button-prev {
        display: block;
        background-size: contain;
        height: 30px;
        margin-top: -15px;
    }

    .idx-xw {
        width: 100%;
        margin-top: 20px;
        flex: auto;
    }

    .idx-xw .top .bt {
        font-size: 15px;
        min-width: 80px;
        line-height: 32px;
    }

    .idx-xw .top .more {
        font-size: 12px;
    }

    .idx-xw .hot-box .title {
        font-size: 15px;
    }

    .idx-xw .hot-box .txt {
        font-size: 12px;
        line-height: 20px;
    }

    .idx-xw .list .date {
        font-size: 12px;
    }

    .idx-s2 {
        padding: 30px 0;
    }

    .idx-s2-l {
        flex: auto;
        width: 100%;
    }

    .idx-pro .list .item {
        padding: 8px;
        margin-bottom: 10px;
    }

    .idx-pro .list .imgbox {
        width: 160px;
    }

    .idx-pro .list .zoomimg {
        height: 100px;
    }

    .idx-pro .list .info {
        margin-left: 15px;
        padding-top: 5px;
    }

    .idx-pro .list .title {
        font-size: 15px;
    }

    .idx-pro .list .desc {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
    }


    .idx-s2-r {
        width: 100%;
        margin-left: 0;
    }

    .idx-video {
        width: 100%;
        margin-top: 20px;
    }

    .idx-video .vjs-poster {
        background: #f5f6f7;
    }

    .idx-login {
        width: 100%;
        margin: 20px 0 0;
    }

    .idx-login .form .row {
        margin-bottom: 10px;
    }

    .idx-login .form .ipt-txt {
        height: 38px;
        line-height: 38px;
    }

    .idx-login .form .submit {
        line-height: 40px;
        font-size: 15px;
    }

    .idx-sl {
        padding: 35px 0;
    }

    .idx-sl .desc {
        line-height: 24px;
        font-size: 14px;
    }

    .idx-sl .list {
        margin-top: 30px;
        background: transparent;
        padding: 0;
    }

    .idx-sl .list .item {
        width: 50%;
        margin-bottom: 15px;
    }

    .idx-sl .readmore {
        width: 110px;
        line-height: 36px;
        font-size: 14px;
        margin-top: 25px;
    }

    .ft-links {
        padding: 15px 0;
    }

    .ft-links .tt .bt {
        font-size: 17px;
        line-height: 40px;
    }

    .ft-links .detail {
        justify-content: space-between;
        padding: 15px 0;
    }

    .ft-links .item {
        width: 49%;
        margin-bottom: 2%;
    }

    .ft-links .item .select {
        max-width: 100%;
        padding: 0 10px;
        font-size: 13px;
    }


}


