/* Write your styles */

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
p,
em {
    font-style: normal;
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .1s linear;
    color: #333;
}

a:hover {
    color: #18397C;
}

img {
    max-width: 100%;
}

.am-container {
    max-width: 1560px;
}

.ny-am-container {
    max-width: 1336px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.am-alert-danger {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
}

body {
    font-family: "Microsoft YaHei", FontAwesome, sans-serif, SourceHanSansCN;
}

.hidden {
    display: none;
}

.line-dashed {
    width: 50%;
    height: 1px;
    border-bottom: 2px dashed #F59401;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: rotate(15deg);
}

.arccontent .selectTdClass {
    background-color: #edf5fa !important
}

.arccontent table.noBorderTable td,
.arccontent table.noBorderTable th,
.arccontent table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

.arccontent table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    width: 100% !important;
}

.arccontent td,
.arccontent th {
    padding: 5px 10px !important;
    border: 1px solid #DDD;
    line-height: 1.4;
}

.arccontent caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.arccontent th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

.arccontent table tr.firstRow th {
    border-top-width: 2px;
}

.arccontent .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.arccontent .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.ovhide {
    overflow: hidden;
}

.banner {
    position: relative;
}

.banner .ban-msk {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 150px;
}

.banner .ban-msk-m {
    position: relative;
    width: fit-content;
}

.banner .ban-msk-m .s-b-n,
.banner .ban-msk-m .s-b-p {
    width: 15px;
    height: 25px;
    background-size: contain;
    position: relative;
    left: auto;
    right: auto;
    top: 2px;
    display: inline-block;
    margin: 0 15px;
}

.swiper-banner .swiper-slide .txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
    color: #fff;
    z-index: 2;
    padding-left: 10%;
    pointer-events: none;
}

.swiper-banner .swiper-slide .txt .mo {
    pointer-events: auto;
    display: inline-block;
}

.swiper-banner .swiper-slide .txt .line {
    width: 0;
    height: 5px;
    background: #fff;
    margin-bottom: 5%;
    transition: all .8s linear;
}

.swiper-banner .swiper-slide .txt .line.animated {
    width: 250px;
}

.swiper-banner .swiper-slide .txt .tit {
    text-transform: uppercase;
    font-size: 92px;
    line-height: 1;
}

.swiper-banner .swiper-slide .txt .note {
    font-size: 70px;
    line-height: 1;
}

.swiper-banner .swiper-slide .txt .info {
    margin-top: 10%;
    font-size: 22px;
}

.swiper-banner .swiper-slide .txt .info img {
    margin-right: 8px;
}

.swiper-banner .swiper-slide .txt .scroll-btn {
    width: 78px;
    height: 78px;
    background: #005bac;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10%;
}

.swiper-banner .swiper-slide .txt .scroll-btn img {
    position: relative;
    animation: downico 1.5s ease-out infinite;
}

.banner .swiper-pagination-progressbar {
    width: 120px;
    height: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .3);
    top: 50%;
    margin-top: -1.5px;
}

.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
    border-radius: 3px;
}

.banner .s-b-p {
    left: 160px;
}

.banner .s-b-n {
    right: auto;
    left: 190px;
}

.banner .slidebox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: max-content;
}

.banner .slidebox .tit {
    text-align: left;
    font-size: 20px;
    color: #fff;
}

.banner .slidebox .bigtit {
    text-align: left;
    font-size: 70px;
    font-family: MEBheiheiti;
    font-weight: bold;
    color: #fff;
    margin: 30px 0 25px 0;
}

.banner .slidebox .subtit {
    width: fit-content;
    margin-bottom: 60px;
    font-size: 36px;
    color: #fff;
    font-family: DINAlternate;
    font-weight: bold;
}

.banner .slidebox .note {
    width: fit-content;
    font-size: 16px;
    color: #fff;
    white-space: pre-wrap;
    line-height: 1.6;
    text-align: left;
}


/* .swiper-banner .swiper-slide.swiper-slide-active .img100 {
    -webkit-animation: banner_outside 6s ease 1 forwards;
    -moz-animation: banner_outside 6s ease 1 forwards;
    -o-animation: banner_outside 6s ease 1 forwards;
    animation: banner_outside 6s ease 1 forwards;
} */

@-webkit-keyframes banner_outside {
    from {
        -o-transform: scale(1.06);
        transform: scale(1.06);
    }

    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_outside {
    from {
        -o-transform: scale(1.06);
        transform: scale(1.06);
    }

    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_outside {
    from {
        -o-transform: scale(1.06);
        transform: scale(1.06);
    }

    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_outside {
    from {
        -o-transform: scale(1.06);
        transform: scale(1.06);
    }

    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.am-pd {
    padding: 100px 0;
}

.am-pdt {
    padding: 80px 0 0;
}

.am-pdb {
    padding: 0 0 80px;
}

.am-path {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
    background: #ddd;
}

.am-pb {
    padding-bottom: 90px;
    overflow: hidden;
}

.about .abbg {
    position: relative;
}

.about-l {
    width: 58%;
    float: left;
    min-height: 542px;
}

.about-r .more a:hover {
    background: #fff;
    color: #26AE6C;
}

.about .hm-video-box {
    position: relative;
    background: rgb(0 0 0 / 60%);
}

.about .hm-video-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #0009;
}

.about .hm-video-box em img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-r {
    width: 38%;
    float: right;
}

.about-r .am-title .tit {
    color: #fff;
}

.about-r .note {
    font-size: 22px;
    color: #fff;
    margin-top: 40px;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

.about-r .more {
    position: absolute;
    bottom: 0;
}

.about-r .more a {
    color: #fff;
    border: 2px solid #fff;
}

.about .img {
    overflow: hidden;
}

.about .img img {
    width: 100%;
    transition: all .3s linear;
}

.about .ab-data {
    padding-top: 50px;
}

.about .ab-data ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.about .ab-data ul li {
    position: relative;
    padding: 0 35px;
    text-align: center;
    width: 25%;
}

.about .ab-data ul li:first-child {
    padding-left: 0;
}

.about .ab-data ul li:last-child {
    padding-right: 0;
}

.about .ab-data ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #e1e1e1;
    transform: translateY(-50%);
}

.about .ab-data ul li:first-child:before {
    display: none;
}

.about .ab-data ul li .tit {
    position: relative;
}

.about .ab-data ul li .tit span {
    font-size: 46px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #fff;
}

.about .ab-data ul li .tit em {
    font-size: 18px;
    color: #fff;
    position: absolute;
}

.about .ab-data ul li .note {
    font-size: 18px;
    color: #fff;
}

.am-title .tit {
    font-size: 38px;
    font-weight: bold;
}

.am-title.w {
    color: #fff;
}

.am-index-title {
    text-align: center;
}

.am-index-title .tit {
    font-size: 38px;
    font-weight: bold;
    color: #222;
}

.am-index-title .note {
    font-size: 22px;
    color: #999;
    margin-top: 20px;
}

.video_show {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .8);
}

.videos_wrap {
    max-width: 1200px;
    position: absolute;
    box-sizing: border-box;
    padding: 20px;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
}

.videos_wrap button {
    position: absolute;
    right: 0;
    top: -70px;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    outline: none;
}

.videos_wrap video {
    width: 100%;
    object-fit: fill;
}

.section .ul1 {
    display: flex;
    flex-wrap: wrap;
}

.section .ul1 li {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
}

.section .ul1 li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.section .ul1{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.section .ul1 li{width: 31%;margin: 0 3.5% 3.5% 0;}

.section .ul1 li a{display: block;position: relative;overflow: hidden;}

.section .ul1 li:nth-child(3n){margin-right: 0;}

.section .ul1 li a .img,.section .ul1 li a .img img{display: block;width: 100%;overflow: hidden;}

.section .ul1 li a .img img{transform: scale(1.0000000001);-webkit-transform: scale(1.0000000001);}

.section .ul1 li a .txt{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 2;padding: 40px 30px;color: #fff;background: rgba(0,0,0,.5);}

.section .ul1 li a .txt div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 20px;font-weight: bold;color: #FEFEFE;}

.section .ul1 li a .txt .len{margin-top: 15px; font-size: 18px;color: #FEFEFE;}

.section .ul1 li:hover a .img img{transform: scale(1.1);-webkit-transform: scale(1.1);}

.section .more{margin: 0 auto;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}

.section .more s{margin-left: 10px;transform: rotate(90deg);-webkit-transform: rotate(90deg);}

.product-more a:hover {
    color: #fff;
}

footer .foot-nav {
    width: 80%;
    float: left;
}


footer .foot-contact .coninfo {
    display: none;
    float: left;
    width: 70%;
    text-align: left;
    margin-bottom: 20px;
}

footer .foot-contact p.mobile {
    font-size: 16px;
}

footer .foot-contact p.contact {
    font-size: 16px;
}

footer .foot-contact p img {
    position: absolute;
    left: 0;
    top: 0px;
}

footer .foot-nav ul li p {
    line-height: 27px;
    font-size: 14px;
    color: #fff;
}

footer .foot-nav ul li p a {
    color: rgba(255, 255, 255, .6)
}

footer .foot-nav ul li p a:hover {
    color: #fff;
}

footer .foot-copry {
    padding: 30px 0;
}

footer .foot-copry p {
    font-size: 14px;
    color: #fff;
    line-height: 27px;
}

footer .foot-copry p a {
    color: #fff;
}

footer .foot-copry .am-container {
    position: relative;
}

footer .foot-copry .foot-ewm {
    position: absolute;
    right: 1.5rem;
    bottom: -15px;
    background: #005bac;
    padding: 20px 40px;
}

footer .foot-copry .foot-ewm .ewm {
    display: block;
    width: 110px;
    margin: 0 auto;
}

footer .foot-copry .foot-ewm span {
    display: block;
    color: rgba(255, 255, 255, .61);
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 10px;
}

footer .foot-copry .foot-ewm .share {
    text-align: center;
    margin-top: 15px;
}

footer .foot-copry .foot-ewm .share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #448bcb;
    border-radius: 50%;
    margin: 0 5px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.nybanner {
    position: relative;
}

.nybanner img {
    width: 100%;
}

.nybanner .ny-lmnav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    padding: 15px 0;
}

.nybanner .ny-lmnav ul {
    display: flex;
}

.nybanner .ny-lmnav ul li {
    float: left;
    flex: auto;
    text-align: center;
    position: relative;
}

.nybanner .ny-lmnav ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: 0;
    top: 10%;
}

.nybanner .ny-lmnav ul li:last-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    right: 0;
    top: 10%;
}

.nybanner .ny-lmnav ul li a {
    color: #fff;
    font-size: 18px;
}

.ny-about-1 {
    position: relative;
}

.ny-about-1 .ab-container {
    padding-left: 5%;
    position: relative;
}

.ny-about-1 .ab-container .txt {
    width: 46%;
    float: left;
    padding: 6% 0;
}

.ab-title {
    position: relative;
}

.ab-title .entit {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
}

.ab-title .tit {
    font-size: 48px;
    line-height: 1;
}

.ny-about-1 .ab-container .txt .content {
    font-size: 18px;
    color: #777;
    padding: 56px 0;
}

.abtitmore {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
}

.ny-about-1 .ab-container .txt .data ul {
    display: flex;
}

.ny-about-1 .ab-container .txt .data ul li {
    position: relative;
    text-align: center;
    float: left;
    padding: 0 5%;
}

.ny-about-1 .ab-container .txt .data ul li:first-child {
    padding-left: 0;
}

.ny-about-1 .ab-container .txt .data ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    position: absolute;
    left: 0;
    top: 5%;
    background: #dddddd;
}

.ny-about-1 .ab-container .txt .data ul li:first-child:before {
    display: none;
}

.ny-about-1 .ab-container .txt .data ul li .tit {
    line-height: 1.3;
    color: #005bac;
}

.ny-about-1 .ab-container .txt .data ul li .tit span {
    font-size: 76px;
    font-family: impact;
}

.ny-about-1 .ab-container .txt .data ul li .tit em {
    font-size: 46px;
}

.ny-about-1 .ab-container .txt .data ul li .note {
    font-size: 18px;
    color: #777;
}

.ny-about-1 .ab-container .img {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
}

.ny-about-2 {
    height: 890px;
    position: relative;
    overflow: hidden;
}

#canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    overflow: hidden;
}

.ny-about-2-box {
    position: relative;
    z-index: 999;
    padding-top: 90px;
}

.ab-title2 {
    font-size: 48px;
    color: #fff;
    text-align: center;
}

.culture {
    position: relative;
    overflow: hidden;
}

.cul-title {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.culture-l {
    width: 50%;
    float: left;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.culture-r {
    width: 50%;
    float: right;
    padding: 5% 5% 5% 20%;
}

.culture-r ul li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.culture-r ul li .tit {
    font-size: 30px;
    font-weight: bold;
    color: #005bac;
}

.culture-r ul li .note {
    font-size: 20px;
}

.swiper-honor {
    margin-top: 60px;
}

.swiper-honor .swiper-slide a {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 30px 20px 20px 20px;
}

.swiper-honor .swiper-slide a .img {
    text-align: center;
}

.swiper-honor .swiper-slide a .img img {
    border: 1px solid #eee;
}

.swiper-honor .swiper-slide a .txt {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 15px;
}

.swiper-honor .swiper-slide a .txt .tit {
    float: left;
    font-size: 18px;
}

.swiper-honor .swiper-slide a .txt span {
    float: right;
    width: 17px;
    height: 20px;
    background: url(../images/s.jpg) center no-repeat;
    background-size: contain;
    display: block;
}

.swiper-honor .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}

.swiper-honor .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #6bc9684d;
    opacity: 1;
}

.swiper-honor .swiper-pagination .swiper-pagination-bullet-active {
    background: #6bc968;
}

.am-pureview {
    z-index: 2000;
}

.am-pureview-actions a {
    left: auto;
    right: 15px;
}

.am-icon-chevron-left:before {
    content: "\f00d";
    font-size: 30px;
}

.nyban-txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}

.nyban-txt .tit {
    font-size: 60px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #FFFFFF;
}

.nyban-txt .note {
    font-size: 36px;
    font-family: AlibabaPuHuiTi_2_45_Light;
    font-weight: 400;
    color: #FFFFFF;
}

.soll {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5%;
}

.soll a {
    display: inline-block;
    cursor: pointer;
}

.soll img {
    width: 31px;
}

.ny-case {
    padding: 50px 0;
}

.ny-case .case-list {
    margin-top: 0;
}

.ny-case .case-list li {
    padding: 20px 0;
}

.ny-case .casepic li {
    padding: 20px;
}

.ny-case .case-list li:first-child {
    padding-top: 0;
}

.ny-case .casepic li:nth-child(1),
.ny-case .casepic li:nth-child(2),
.ny-case .casepic li:nth-child(3) {
    padding-top: 0;
}

.ny-case .case-list a {
    display: block;
    position: relative;
}

.ny-case .case-list a .txt {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    width: 80%;
}

.ny-case .case-list a .txt .tit {
    font-size: 24px;
}

.ny-case .case-list a .txt .note {
    font-size: 20px;
    padding-top: 20px;
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ny-case .case-list a .txt .more {
    font-size: 18px;
    padding-top: 40px;
}

.ny-case .case-list a i {
    display: block;
    overflow: hidden;
}

.ny-case .case-list a i img {
    transition: all 0.3s linear;
}

.ny-case .case-list a:hover img {
    transform: scale(1.05);
}

.ny-case .case-list a:hover::before {
    content: "";
    display: block;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #26ae6c99;
}

.ny-case .case-list a:hover .txt {
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.pages {
    text-align: center;
    font-size: 14px;
    margin: 45px 0 0;
}


.pages a{ width:46px; margin:0 5px; height:46px; line-height:46px; text-align:center; display:inline-block; background:#fff; border-radius:50%; box-shadow:0 2px 2px 2px rgba(0,0,0,.05)}
.pages a.on,.pages a:hover{background: #2E842B; color:#fff;}



.nynews-list ul li a {
    display: block;
    padding: 40px;
    border-left: 1px solid #dee1e8;
}

.nynews-list ul li a .date {
    color: #777;
}

.nynews-list ul li a .tit {
    font-size: 24px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nynews-list ul li a span {
    display: block;
    font-size: 18px;
    color: #777;
    margin-bottom: 10px;
}

.nynews-list ul li a i {
    display: block;
    overflow: hidden;
}

.nynews-list ul li a i img {
    transition: all .3s linear;
}

.nynews-list ul li a:hover i img {
    transform: scale(1.1);
}

.nynews-list ul li a .note {
    font-size: 18px;
    color: #777;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nynews-list ul li a .jt {
    background: url(../images/jt-long.png);
    height: 12px;
    background-repeat: no-repeat;
    margin-top: 50px;
}

.nynews-list ul li:nth-child(3n) a {
    border-right: 1px solid #dee1e8;
}

.nynews-list ul li a:hover {
    background: #005bac;
    color: #fff;
}

.nynews-list ul li a:hover .date {
    color: #fff;
}

.nynews-list ul li a:hover .tit {
    color: #fff;
}

.nynews-list ul li a:hover .note {
    color: #fff;
}

.nynews-list ul li a:hover span {
    color: #fff;
}

.nynews-list ul li a:hover .jt {
    background: url(../images/jt-longw.png);
    background-repeat: no-repeat;
}

header.news-content-head {
    background: #fff;
}

header.news-content-head .logo .logo1 {
    display: none;
}

header.news-content-head .logo .logo2 {
    display: inline-block;
}

header.news-content-head .nav-box>ul>li>a {
    color: #222;
}

header.news-content-head .sbx .i1 {
    display: none;
}

header.news-content-head .sbx .i2 {
    display: inline-block;
}

header.news-content-head .sbx,
header.news-content-head .sbx a {
    color: rgba(0, 0, 0, .51);
}

header.news-content-head .menubar {
    background: #005bac
}

header.fix.news-content-head .menubar:before,
header.fix.news-content-head .menubar:after,
header.fix.news-content-head i {
    background: #fff;
}

header.news-content-head .menubar.on:after,
header.news-content-head .menubar.on:before {
    background: #fff;
}

.ny-nav {
    text-align: center;
    margin-bottom: 30px;
}

.ny-nav a {
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #ebe8e4;
    margin: 0 10px 15px;
}

.ny-nav a.on,
.ny-nav a:hover {
    background: #6bc968;
    color: #fff;
    border-color: #6bc968;
}

.ny-newscon {
    background: #f3f3f3;
}

.ny-newscont {
    background: #fff;
    padding: 40px 80px;
}

.nynewshed {
    margin-bottom: 30px;
}

.nynewshed p {
    font-size: 16px;
    line-height: 1;
}

.nynewshed p span {
    font-size: 20px;
    margin: 0 15px;
    display: inline-block;
}

.nynewshed p span:first-child {
    margin-left: 0;
}


.nynewsbody {
    line-height: 2;
    font-size: 18px;
}


.related {
    border-top: 1px solid #cbcbcc;
    padding-top: 40px;
}

.related ul {
    margin: 0 -25px;
}

.related ul li {
    padding: 0 25px;
}

.related ul li a {
    display: block;
}

.related ul li a i {
    display: block;
    overflow: hidden;
}

.related ul li a i img {
    transition: all .3s linear;
}

.related ul li a:hover i img {
    transform: scale(1.1);
}

.related ul li a .txt {
    padding-top: 10px;
}

.related ul li a .txt .tit {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related ul li a .txt .note {
    font-size: 18px;
    color: #777;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.certbox {
    background: #f5f5f5;
    padding: 180px 0 80px 0;
}

.cert-tit {
    text-align: center;
}

.cert-tit .tit {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
}

.cert-tit .note {
    font-size: 24px;
    line-height: 1;
}

.cert-list {
    margin-top: 40px;
}

.cert-list ul {
    margin: 0 -20px;
}

.cert-list ul li {
    padding: 20px;
}

.cert-list ul li a {
    padding-bottom: 58px;
    display: block;
    text-align: center;
    background: url(../images/zsd.png) center bottom no-repeat;
    background-size: 100% auto;
}

.cert-list ul li a img {
    transition: all .3s linear;
    position: relative;
    top: 0;
}

.cert-list ul li a:hover img {
    top: -15px;
}

.m-show {
    display: none;
}

.contact1box {
    margin-top: 60px;
}

.contact1-l {
    width: 50%;
    float: left;
    padding-right: 60px;
}

.contact1-l ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contact1-l ul li .tit img {
    margin-right: 8px;
    position: relative;
    top: -4px;
}

.contact1-l ul li .tit {
    font-size: 34px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 8px;
}

.contact1-l ul li .note {
    font-size: 18px;
    color: #666;
}

.contact1box .map {
    width: 50%;
    float: right;
    height: 480px;
    border: 2px solid #ced3de;
}

#allmap {
    width: 100%;
    height: 100%;
}

#allmap img {
    max-width: inherit;
}

#allmap h4 {
    font-size: 16px;
    margin-bottom: 0;
}

#allmap p {
    font-size: 12px;
}

.message {
    background: #f5f5f5;
}

.messagebox {
    margin-top: 60px;
}

.messagebox .item {
    margin-bottom: 10px;
}

.messagebox .item .am-form-field {
    padding: 23px;
    font-size: 18px;
    background: #fff;
    border: none;
    outline: none;
}

.messagebox .item:first-child {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.messagebox .item:nth-child(2) {
    width: 50%;
    float: left;
    padding-left: 5px;
}

.messagebox .item.yzm {
    position: relative;
}

.messagebox .item.yzm img {
    position: absolute;
    right: 20px;
    top: 33%;
}

.messagebox .note {
    font-size: 18px;
    color: #999;
    padding: 20px 0;
}

.messagebox .mes-btn .am-btn {
    font-size: 24px;
    letter-spacing: .5em;
    width: 49.8%;
    display: block;
    padding: 22px 0;
    outline: none;
}

.messagebox .mes-btn .am-btn.am-submit {
    background: #005bac;
    color: #fff;
    float: left;
}

.messagebox .mes-btn .am-btn.am-reset {
    float: right;
    background: #d9dde8;
}

.swiper-shzr .swiper-slide a {
    display: block;
    padding: 40px;
    border-left: 1px solid #dee1e8;
}

.arccontent video {
    max-width: 100% !important;
    height: auto !important;
}

header .head-r .lang a:first-child img {
    max-width: 190px;
}

#canvas canvas {
    height: 1000px !important;
    margin-top: 500px;
}

@media screen and (max-width: 1920px) {
    .banner .ban-msk {
        bottom: 150px;
    }
}

@media screen and (max-width: 1680px) {
    .am-container {
        max-width: 1400px;
    }

    .ny-am-container {
        max-width: 1136px;
    }

    .about-container {
        max-width: 1136px;
    }

    header .head-r .lang {
        width: 30%;
    }

    header .head-r .lang a:first-child {
        margin-right: 20px;
    }

    .about-l {
        min-height: auto;
    }

    .about-r .note {
        -webkit-line-clamp: 8;
    }
    #canvas canvas {
        margin-top: 460px;
    }
}

@media screen and (max-width: 1440px) {
    .am-container {
        max-width: 1200px;
    }

    .ny-am-container {
        max-width: 1136px;
    }

    .banner .slidebox .tit {
        font-size: 40px;
    }

    .banner .slidebox .subtit {
        font-size: 18px;
    }

    .banner .ban-msk {
        bottom: 130px;
    }

    header .head-r .lang {
        width: 30%;
    }

    header .head-r .lang a:first-child {
        margin-right: 15px;
    }

    footer .foot-nav {
        width: 85%;
    }

    .about-l {
        min-height: auto;
    }

    .about-r .note {
        -webkit-line-clamp: 7;
    }

    #canvas canvas {
        height: 700px !important;
    }
}

@media screen and (max-width: 1280px) {
    .swiper-banner .swiper-slide .txt .line.animated {
        width: 140px;
    }

    .swiper-banner .swiper-slide .txt .tit {
        font-size: 62px;
    }

    .swiper-banner .swiper-slide .txt .note {
        font-size: 40px;
    }

    .swiper-banner .swiper-slide .txt .info {
        font-size: 18px;
    }

    .swiper-banner .swiper-slide .txt .scroll-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .pro-container {
        max-width: 1200px;
    }

    .am-pd {
        padding: 60px 0;
    }

    .am-pdt {
        padding: 25px 0 0;
    }

    .am-pdb {
        padding: 0 0 25px;
    }

    .am-pb {
        padding-bottom: 80px;
    }

    .banner .slidebox .tit {
        font-size: 28px;
    }

    .banner .slidebox .subtit {
        font-size: 16px;
    }

    .pro-container .pro-right .rbox {
        min-height: 669px;
    }

    .banner .slidebox .note {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {

    header .head-r {
        width: 80%;
        height: 100%;
    }

    header .head-r .lang {
        text-align: left;
    }

    header .head-r .lang a:first-child {
        display: none;
    }

    header .nav-box {
        display: none;
    }

    header .menubar {
        width: 50px;
        height: 60px;
        padding: 22px 0 0 15px;
        display: block;
    }

    header .menubar i {
        margin: 5px 0;
    }

    header .menubar i,
    header .menubar:before,
    header .menubar:after {
        width: 24px;
    }

    header .menubar.on:before {
        top: 20px;
    }

    header .menubar.on:after {
        top: 20px;
    }

    .arccontent img {
        width: 100% !important;
        height: auto !important;
    }

    .arccontent video {
        max-width: 100% !important;
        height: auto !important;
    }

    .showmenu .shmen-r .nav2 li a {
        color: #fff;
    }

    .section.nycase .ul1 li a .txt {
        padding: 20px 5%;
        text-align: center;
    }

    .section.nycase .ul1 li {
        width: 49%;
        margin: 0 0 2%;
    }

    .section.nycase .ul1 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .section.nycase .ul1 li:first-child {
        margin-right: 2%;
    }

    .am-pd {
        padding: 50px 0;
    }

    .am-pdt {
        padding: 40px 0 0;
    }

    .am-pdb {
        padding: 0 0 40px;
    }

    .am-pb {
        padding-bottom: 20px;
    }

    .pages {
        margin-top: 20px;
    }

    .ny-nav {
        white-space: normal;
        overflow-y: hidden;
        overflow-x: auto;
        margin-bottom: 8px;
        margin: -20px -1.5rem 15px -1.5rem;
        background: #fff;
        padding-top: 10px;
        border-top: 1px solid #eee;
    }

    .ny-nav a {
        font-size: 12px;
        padding: 4px 10px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .showmenu .shmen-r .nav2 li {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .showmenu .shmen-r .nav2 i {
        display: none;
    }

    .showmenu .shmen-r .nav2 li .h2 {
        margin-bottom: 10px;
        font-size: 18px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        color: #fff;
    }

    .swiper-banner .swiper-slide .txt .line {
        height: 1px;
    }

    .swiper-banner .swiper-slide .txt .line.animated {
        width: 100px;
    }

    .swiper-banner .swiper-slide .txt .tit {
        font-size: 24px;
        margin-bottom: 2%;
    }

    .swiper-banner .swiper-slide .txt .note {
        font-size: 18px;
    }

    .swiper-banner .swiper-slide .txt .info {
        font-size: 12px;
        margin-top: 3%;
    }

    .swiper-banner .swiper-slide .txt .info img {
        height: 14px;
    }

    .swiper-banner .swiper-slide .txt .scroll-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .swiper-banner .swiper-slide .txt .scroll-btn img {
        width: 10px;
        max-width: 10px;
    }

    .banner .ban-msk {
        bottom: 40px;
    }

    .banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .banner .ban-msk-m .s-b-n,
    .banner .ban-msk-m .s-b-p {
        width: 12px;
        height: 12px;
    }

    .banner .slidebox {
        /* display: none; */
    }

    .section .ul1 li a .txt div {
        font-size: 16px;
    }

    .section .ul1 li a .txt .len {
        font-size: 13px;
    }

    .about-l {
        width: 100%;
        float: none;
        min-height: auto;
    }

    .about-l .note {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .about .hm-video-box em img {
        width: 50px;
    }

    .about-r {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .about-r .note {
        font-size: 14px;
        margin-top: 20px;
    }

    .about .ab-data {
        margin-top: 15px;
        padding-top: 0;
    }

    .about .more {
        padding: 20px 0;
        position: static;
        bottom: 0;
        text-align: center;
    }

    .about .ab-data ul li {
        padding: 0;
        width: 50%;
        margin-bottom: 10px;
    }

    .about .ab-data ul li:nth-child(3):before {
        display: none;
    }

    .about .ab-data ul li:before {
        height: 23px;
    }

    .am-index-title .tit {
        font-size: 22px;
    }

    .am-index-title .note {
        font-size: 16px;
    }

    .videos_wrap {
        width: 94%;
    }

    .more a {
        font-size: 14px;
        width: 140px;
        height: 44px;
        line-height: 40px;
        padding: 0px 15px;
    }

    .am-title .tit {
        font-size: 20px;
        text-align: center;
    }

    .am-title .entit {
        font-size: 16px;
    }

    .news .am-title {
        float: none;
    }

    .news .subcate {
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    .news .subcate a {
        width: 80px;
        font-size: 16px;
    }

    .news .swiper-news {
        min-height: auto;
    }

    .news-l .swiper-slide a .txt p {
        font-size: 14px;
    }

    .about .ab-data ul li .tit {
        line-height: 1.1;
    }

    .about .ab-data ul li .tit span {
        font-size: 20px;
    }

    .about .ab-data ul li .note {
        font-size: 12px;
    }

    .am-title {
        font-size: 20px;
    }

    .about-r .img {
        height: 220px;
    }

    .about-r .img img {
        margin-top: -40%;
    }

    .news-l {
        width: 100%;
        float: none;
    }

    .news-l .swiper-slide a .txt {
        padding: 10px 0;
    }

    .news-l .swiper-slide a .txt .tit {
        font-size: 14px;
    }

    .news-l .swiper-slide a .txt .note {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .news-l .np-btn>div img {
        width: 10px;
    }

    .news-r {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 0;
        border-top: 1px solid #eee;
    }

    .news-r ul li {
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 0;
    }

    .news-r ul li a i {
        display: none;
    }

    .news-r ul li a .date {
        width: 20%;
        text-align: center;
    }

    .news-r ul li a .txt {
        width: 80%;
    }

    .news-r ul li a .txt .tit {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .news-r ul li a .txt .note {
        font-size: 12px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-r ul li a span {
        font-size: 18px;
    }

    .news-r ul li a .txt .date {
        display: none;
    }

    .news-r ul li a .txt .txtl {
        width: 95%;
        border: none;
        padding-right: 10px;
    }

    .news-r ul li a .txt .date span {
        font-size: 14px;
    }

    .news-r ul li a .txt .date em {
        font-size: 16px;
    }

    footer .foot-nav {
        display: none;
    }

    footer .foot-contact {
        width: 100%;
        float: none;
    }

    footer .foot-contact .coninfo {
        display: block;
    }

    footer .foot-contact .foot-ewm-list {
        float: right;
    }

    footer .foot-tit {
        font-size: 20px;
        padding-left: 0;
        margin-bottom: 20px;
    }

    footer .foot-contact p {
        font-size: 14px;
    }

    footer .foot-contact p.mobile,
    footer .foot-contact p.contact,
    footer .foot-contact p.address {
        font-size: 14px;
        padding-left: 0;
    }

    footer .foot-copry {
        margin-top: 0;
        padding: 10px 0;
    }

    footer .foot-copry span {
        float: none;
    }

    footer .foot-copry .foot-ewm {
        padding: 10px;
        bottom: 54px;
    }

    footer .foot-copry .foot-ewm .ewm {
        width: 90px;
    }

    footer .foot-copry .foot-ewm span {
        font-size: 12px;
    }

    footer .foot-copry .foot-ewm .share {
        margin-top: 6px;
    }

    footer .foot-copry .foot-ewm .share a {
        font-size: 12px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    footer .foot-copry p {
        font-size: 12px;
        text-align: center;
    }

    .nybanner .ny-lmnav {
        padding: 5px 0;
        position: relative;
        background: #222;
    }

    .nybanner .ny-lmnav ul li a {
        font-size: 12px;
    }

    .nybanner .ny-lmnav ul li:before {
        height: 60%;
        top: 20%;
    }

    .nybanner .ny-lmnav ul li:last-child:after {
        height: 60%;
        top: 20%;
    }

    .ny-about-1 .ab-container {
        padding-left: 0;
    }

    .ny-about-1 .ab-container .txt {
        width: 100%;
        float: none;
        padding: 6% 1.5rem;
    }

    .ab-title .entit {
        font-size: 20px;
    }

    .ab-title .tit {
        font-size: 18px;
    }

    .ny-about-1 .ab-container .txt .content {
        font-size: 12px;
        padding: 15px 0;
    }

    .ny-about-1 .ab-container .txt .data ul li .tit span {
        font-size: 20px;
    }

    .ny-about-1 .ab-container .txt .data ul li .tit em {
        font-size: 18px;
    }

    .ny-about-1 .ab-container .txt .data ul li .note {
        font-size: 12px;
    }

    .ny-about-1 .ab-container .img {
        position: relative;
        height: 200px;
        width: 100%;
        display: none;
    }

    .ny-about-2-box {
        padding-top: 20px;
    }

    .ab-title2 {
        font-size: 20px;
    }

    #canvas div {
        display: none;
    }

    .ny-about-2 {
        background: linear-gradient(to top left, #1a4478, #17315f 50%, #327db6);
        height: auto;
        padding-bottom: 30px;
    }

    .culture-l {
        width: 100%;
        position: relative;
        height: 200px;
        float: none;
    }

    .culture-r {
        width: 100%;
        float: none;
        padding: 15px 1.5rem;
    }

    .cul-title {
        display: none;
    }

    .culture-r ul li {
        padding: 10px 0;
    }

    .culture-r ul li .tit {
        font-size: 18px;
    }

    .culture-r ul li .note {
        font-size: 12px;
    }

    .abtitmore {
        font-size: 12px;
    }

    .honor {
        padding: 1.5rem;
    }

    .swiper-honor {
        margin-top: 0;
        padding: 0 10px;
    }

    .swiper-honor .swiper-slide a {
        padding: 10px;
    }

    .swiper-honor .swiper-slide a .txt {
        margin-top: 10px;
        padding-top: 10px;
    }

    .swiper-honor .swiper-slide a .txt .tit {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .swiper-honor .swiper-slide a .txt span img {
        width: 10px;
    }

    .swiper-honor .swiper-pagination {
        margin-top: 15px;
    }

    .swiper-honor .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .nyban-txt {
        display: none;
    }

    .ny-case {
        padding: 20px 0;
    }

    .ny-case .case-list li {
        padding: 10px 0;
    }

    .ny-case .casepic li {
        padding: 10px;
    }

    .ny-case .casepic li:nth-child(1),
    .ny-case .casepic li:nth-child(2) {
        padding-top: 10px;
    }

    .ny-case .case-list a .txt {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }

    .ny-case .case-list a .txt .tit {
        font-size: 14px;
    }

    .ny-case .case-list a .txt .note {
        display: none;
    }

    .ny-case .case-list a .txt .more {
        padding-top: 20px;
        font-size: 14px;
    }

    .pages a {
        font-size: 12px;
        margin: 0 2px;
    }

    .nynews-list ul li a {
        padding: 10px;
    }

    .nynews-list ul li a .date {
        font-size: 12px;
    }

    .nynews-list ul li a .tit {
        font-size: 14px;
        height: 30px;
    }

    .nynews-list ul li a span {
        font-size: 12px;
    }

    .nynews-list ul li a .note {
        font-size: 12px;
    }

    .nynews-list ul li a .jt {
        margin-top: 15px;
        background-size: auto 6px !important;
    }

    .nynews-list ul li:nth-child(3n) a {
        border-right: none;
    }

    .nynews-list ul li:nth-child(2n) a {
        border-right: 1px solid #dee1e8;
    }

    .ny-newscon {
        padding: 0;
    }

    .ny-newscont {
        padding: 15px;
    }

    .nynewshed p {
        font-size: 12px;
        float: none;
    }

    .nynewshed p span {
        font-size: 12px;
    }

    .newsshare {
        display: none;
    }

    .nntitle {
        padding: 15px 0;
    }

    .nntitle h1 {
        font-size: 18px;
    }

    .nntitle .note {
        font-size: 12px;
    }

    .nynewsbody {
        font-size: 12px;
    }

    .nynewshed {
        margin-bottom: 15px;
    }

    .related ul {
        margin: 0;
    }

    .related ul li {
        padding: 5px 0;
    }

    .related ul li a .txt {
        padding-top: 5px;
    }

    .related ul li a .txt .tit {
        font-size: 15px;
    }

    .related ul li a .txt .note {
        font-size: 12px;
        margin-top: 2px;
    }

    .ny-dangjian {
        padding: 20px 0;
        min-height: 500px;
    }

    .rchx {
        padding: 20px 0;
    }

    .m-show {
        display: block;
    }

    .certbox {
        padding: 80px 0 30px 0;
    }

    .cert-tit .tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .cert-tit .note {
        font-size: 14px;
    }

    .cert-list ul {
        margin: 0 -10px;
    }

    .cert-list ul li {
        padding: 10px;
    }

    .cert-list ul li a .img {
        padding: 0 15px;
    }

    .cert-list ul li a {
        padding-bottom: 35px;
    }

    .cert-list {
        margin-top: 20px;
    }

    .job-box-list.am-accordion-basic .am-accordion-title {
        padding: 0 15px;
        height: 45px;
        line-height: 45px;
    }

    .job-box-list.am-accordion-basic .am-accordion-title .tit {
        font-size: 14px;
    }

    .job-box-list.am-accordion-basic .am-accordion-title span {
        font-size: 14px;
    }

    .job-box-list.am-accordion-basic .am-accordion-title span i {
        width: 14px;
        height: 14px;
        line-height: 14px;
    }

    .job-box-list.am-accordion-basic .am-active .am-accordion-title span i {
        line-height: 9px;
    }

    .job-box-list .am-accordion-content {
        padding: 15px;
    }

    .job-head ul li {
        width: 100% !important;
        font-size: 12px;
        float: none;
    }

    .job-head {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .job-body {
        font-size: 12px;
    }

    .job-body p {
        font-size: 12px !important;
    }

    .am-accordion-basic {
        margin: 0;
    }

    .contact1box {
        margin-top: 15px;
    }

    .contact1-l {
        width: 100%;
        float: none;
        padding: 0;
    }

    .contact1-l ul li .tit {
        font-size: 16px;
        line-height: 1.4;
    }

    .contact1-l ul li .tit img {
        width: 20px;
    }

    .contact1-l ul li .note {
        font-size: 14px;
    }

    .contact1box .map {
        width: 100%;
        float: none;
        height: 240px;
    }

    .messagebox {
        margin-top: 15px;
    }

    .messagebox .item .am-form-field {
        padding: 10px;
        font-size: 14px;
    }

    .messagebox .item.yzm img {
        top: 20%;
    }

    .messagebox .note {
        font-size: 12px;
        padding: 10px 0;
    }

    .messagebox .mes-btn .am-btn {
        font-size: 16px;
        padding: 10px 0;
        width: 49%;
    }

    .banner .slidebox .tit {
        font-size: 26px;
        margin-top: -32px;
    }

    .banner .slidebox .subtit {
        font-size: 16px;
    }

    .banner .slidebox .note {
        font-size: 12px;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .banner .slidebox button {
        font-size: 14px;
        width: 80px;
        height: 34px;
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .banner .slidebox .tit {
        font-size: 30px;
    }

    .banner .slidebox .subtit {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .prc1 .pox .prt .more,.prc2 .pbtm .more {
        width: 120px;
        height: 44px;
        padding: 0 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 450px) {
    .banner .slidebox .tit {
        font-size: 16px;
        margin-top: 0;
    }

    .banner .slidebox .subtit {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 376px) {}
