.company_info {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.em:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.12rem;
    font-family: "icon";
    content: "\eaed";
}

.introduct_wrap {
    position: relative;
    width: 50%;
    height: 100%;
    background-color: #f4f4f4;
    padding: 28px 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nrBox li a:hover {
   text-decoration: underline;
 }

.info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 380px;
}

.title_wrap .title_cn {
    font-size: 24px;
    color: #333;
}

.title_wrap .title_en {
    font-size: 30px;
    color: #bcbcbc;
}

.introduct_wrap .info {
    font-size: 16px;
    text-indent: 30px;
    color: #333;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    word-break: break-all;
}

.introduct_wrap .more {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 160px;
    height: 46px;
    border: 1px solid #dcdcdc;
    color: #989898;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.company_img {
    width: 50%;
    height: 100%;
}

.company_img img {
    width: 100%;
    height: 100%;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

ul,
li,
p,
h2 {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    list-style: none;
}

img {
    border: 0px;
    padding: 0px;
    display: block;
}

a {
    color: #5c5c5c;
    text-decoration: none;
}

.w1366 {
    width: 1366px;
    margin: 0 auto;
}

.c-wrap .tit {
    height: 145px;
    line-height: 145px;
    font-size: 16px;
    color: #004098;
}

.c-wrap .tit span {
    font-weight: 500;
    font-family: "华文中宋";
    font-size: 24px;
}

.c-wrap .layer1 {
    overflow: hidden;
    padding-bottom: 65px;
}

.c-wrap .layer1Left {
    float: left;
    width: 585px;
}

.c-wrap .layer1Left .icon {
    overflow: hidden;
    height: 395px;
    width: 100%;
    position: relative;
}

.c-wrap .layer1Left .icon img {
    transition: 0.5s;
    display: block;
    width: 100%;
    height: 100%;
}

.c-wrap .layer1Left .icon:hover img {
    transform: scale(1.1);
}

.c-wrap .layer1Left .icon p {
    width: 100%;
    height: 60px;
    padding: 0 35px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    position: absolute;
    bottom: 0;
    left: 0;
}

.c-wrap .layer1Right {
    width: 730px;
    float: right;
}

.c-wrap .layer1Right .hd {
    border-bottom: 1px solid #edf1f6;
    position: relative;
    height: 145px;
}

.c-wrap .layer1Right .hd ul {
    height: 145px;
    line-height: 45px;
}

.c-wrap .layer1Right .hd ul li {
    font-size: 20px;
    color: #004098;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 42px;
    line-height: 145px;
}

.c-wrap .layer1Right .hd ul li.on span {
    border-bottom: 4px solid #004098;
    width: 83px;
    height: 9px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.c-wrap .layer1Right .hd .more {
    background: url(/zy/css/images/icon_062.png);
    width: 128px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c-wrap .layer1Right .hd .more a {
    display: block;
    width: 100%;
    height: 100%;
}

.c-wrap .layer1Right .bd {
    width: 100%;
}

.c-wrap .layer1Right .bd ul {
    width: 100%;
}

.c-wrap .layer1Right .bd ul li {
    height: 97px;
    border-bottom: 1px solid #edf1f6;
}

.c-wrap .layer1Right .bd ul li .time {
    float: left;
    width: 80px;
    padding-top: 28px;
}

.c-wrap .layer1Right .bd ul li .time h2 {
    text-align: center;
    font-size: 36px;
    font-family: "华文细黑";
    color: #004098;
    padding-bottom: 0px;
}

.c-wrap .layer1Right .bd ul li .time span {
    display: block;
    font-weight: 100;
    text-align: center;
    padding-left: 2px;
    font-size: 17px;
    color: #004098;
}

.c-wrap .layer1Right .bd ul li .text {
    width: calc(100% - 80px);
    float: left;
    padding-top: 28px;
}

.c-wrap .layer1Right .bd ul li .text h2 {
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
    height: 18px;
    overflow: hidden;
}

.c-wrap .layer1Right .bd ul li .text p {
    font-size: 14px;
    color: #666;
    padding-right: 50px;
    width: 100%;
    height: 16px;
    overflow: hidden;
}

@media (max-width:1366px) {
    .w1366 {
        width: 100%;
    }

    .c-wrap .layer1 {
        padding-bottom: 0;
    }

    .c-wrap .layer1Left {
        width: 100%;
        height: auto;
    }

    .c-wrap .layer1Left .icon {
        height: auto;
    }

    .c-wrap .tit {
        height: 100px;
        line-height: 100px;
        text-align: center;
    }

    .c-wrap .layer1Right {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .c-wrap .layer1Right .hd {
        height: auto;
    }

    .c-wrap .layer1Right .hd ul {
        height: auto;
        overflow: hidden;
    }

    .c-wrap .layer1Right .hd ul li {
        margin-right: 25px;
        font-size: 17px;
        overflow: hidden;
        height: 100px;
        line-height: 100px;
    }

    .c-wrap .layer1Right .hd ul li.on span {
        top: 70px;
    }

    .c-wrap .layer1Right .hd .more {
        height: 100%;
        width: 100px;
        background: url(/zy/css/images/icon_062.png) right center no-repeat;
        background-size: auto 22px;
    }

    .c-wrap .layer1Right .bd ul li .time h2 {
        text-align: center;
        font-size: 30px;
        font-family: "华文细黑";
        color: #004098;
        padding-bottom: 0px;
    }

    .c-wrap .layer1Right .bd ul li .time span {
        display: block;
        font-weight: 100;
        text-align: center;
        padding-left: 2px;
        font-size: 14px;
        color: #004098;
    }

    .c-wrap .tit span {
        font-weight: 500;
        font-family: "华文中宋";
        font-size: 25px;
    }

    .c-wrap .layer1Left .icon p {
        font-size: 16px;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}




.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

ul,
li,
p,
h2 {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    list-style: none;
}

a {
    color: #5c5c5c;
    text-decoration: none;
}

.w1366 {
    width: 1366px;
    margin: 0 auto;
}

.c-wrap .layer2 {
    width: 100%;
    background: url(/zy/css/images/bg_02.png);
}

.c-wrap .layer2Box .hd {
    padding: 35px 0;
    position: relative;
}

.c-wrap .layer2Box .hd ul {
    height: 72px;
}

.c-wrap .layer2Box .hd ul li {
    height: 72px;
    line-height: 72px;
    float: left;
    margin-right: 45px;
    cursor: pointer;
    color: #333;
    font-size: 12px;
}

.c-wrap .layer2Box .hd ul li span {
    display: inline-block;
    height: 72px;
    line-height: 72px;
    font-weight: bolder;
    font-family: "新宋体";
    font-size: 24px;
}

.c-wrap .layer2Box .hd ul li span b {
    display: inline-block;
    height: 72px;
    font-weight: bold;
}

.c-wrap .layer2Box .hd ul li.on {
    color: #004098;
}

.c-wrap .layer2Box .hd ul li.on span b {
    border-bottom: 4px solid #004098;
}

.c-wrap .layer2Box .hd .more {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c-wrap .layer2Box .hd .more a {
    display: block;
    background: url(/zy/css/images/icon_062.png);
    width: 128px;
    height: 34px;
}

.c-wrap .layer2Box .bd {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: url(/zy/images/bg_02.jpg) right bottom no-repeat #fff;
    overflow: hidden
}

.c-wrap .layer2Box .bd .bdBox {
    height: 100%;
    width: 100%;
    padding: 10px 140px 0px 140px;
    box-sizing: border-box;
    position: relative;
}

.c-wrap .layer2Box .bd .bdBox .swiper-container {
    width: 100%;
    height: 100%;
}

.c-wrap .layer2Box .bd .bdBox .nr {
    width: 100%;
    overflow: hidden;
}

.c-wrap .layer2Box .bd .bdBox .nr .time {
    width: 80px;
    float: left;
}

.c-wrap .layer2Box .bd .bdBox .nr .time h2 {
    font-weight: 100;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 38px;
    color: #545454;
}

.c-wrap .layer2Box .bd .bdBox .nr .time span {
    font-weight: 100;
    display: block;
    font-size: 25px;
    text-align: center;
    color: #545454;
}

.c-wrap .layer2Box .bd .bdBox .nr .text {
    float: left;
    width: calc(100% - 80px);
}

.c-wrap .layer2Box .bd .bdBox .nr .text p {
    padding: 16px 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.c-wrap .layer2Box .bd .bdBox .nr .text span {
    display: block;
    padding-top: 8px;
    color: #b8b8b8;
    font-size: 8px;
}

.c-wrap .layer2Box .bd .bdBox .swiper-button-next {
    background: url(/zy/css/images/icon_15.png);
    width: 61px;
    height: 61px;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.c-wrap .layer2Box .bd .bdBox .swiper-button-prev {
    background: url(/zy/css/images/icon_18.png);
    width: 61px;
    height: 61px;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

@media (max-width:1366px) {
    .w1366 {
        width: 100%;
    }

    .c-wrap .layer2 {
        height: auto;
        padding: 0 15px 30px 15px;
        box-sizing: border-box;
    }

    .c-wrap .layer2Box .hd ul {
        height: auto;
        overflow: hidden;
    }

    .c-wrap .layer2Box .bd .bdBox {
        padding: 32px 20px 0px 20px;
    }

    .c-wrap .layer2Box .bd .bdBox .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: 83%;
        background-size: 100% 100%;
    }

    .c-wrap .layer2Box .bd .bdBox .swiper-button-next {
        width: 30px;
        height: 30px;
        top: 83%;
        background-size: 100% 100%;
    }

    .c-wrap .layer2Box .hd ul li span {
        line-height: 31px;
    }

    .c-wrap .layer2Box .hd ul li span b {
        height: 32px;
        font-size: 20px;
    }

    .c-wrap .layer2Box .hd ul li {
        height: 44px;
        line-height: 42px;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}




.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

ul,
li,
dl,
dd {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    list-style: none;
}

img {
    border: 0px;
    padding: 0px;
    display: block;
}

a {
    color: #5c5c5c;
    text-decoration: none;
}

.w1366 {
    width: 1366px;
    margin: 0 auto;
}

.c-wrap .layer4 {
    background: url(/zy/css/images/bg_04.png);
    height: 420px;
}

.c-wrap .layer4Right {
    width: 100%;
    float: left;
}

.c-wrap .layer4Right .nr {
    width: 33%;
    float: left;
    padding: 0 35px;
    box-sizing: border-box;
    height: 322px;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.c-wrap .layer4Right .nr .bt {
    height: 96px;
    color: #858585;
    line-height: 96px;
    font-size: 22px;
}

.c-wrap .layer4Right .nr .bt dl {
    overflow: hidden;
    float: left;
}

.c-wrap .layer4Right .nr .bt dl dd {
    cursor: pointer;
    float: left;
    height: 96px;
    line-height: 96px;
    font-size: 22px;
}

.c-wrap .layer4Right .nr .bt dl dd span {
    font-size: 22px;
    font-weight: normal;
}

.c-wrap .layer4Right .nr .bt dl dd.on span {
    color: #004098;
    font-size: 26px;
    font-weight: bold;
}

.c-wrap .layer4Right .nr .bt .more {
    float: right;
    display: inline-block;
    line-height: 96px;
    height: 24px;
}

.c-wrap .layer4Right .nr .bt .more img {
    display: inline-block;
    vertical-align: middle;
}

.c-wrap .layer4Right .nr ul li {
    line-height: 36px;
}

.c-wrap .layer4Right .nr ul li a {
    font-size: 13px;
    color: #333;
}

.c-wrap .layer4Right .nr ul li span {
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
    color: #949494;
}

.c-wrap .layer4Right .nr:nth-child(2) {
    background: #004098;
}

.c-wrap .layer4Right .nr:nth-child(2) .bt {
    color: #fff;
}

.c-wrap .layer4Right .nr:nth-child(2) .bt span {
    color: #f5e1d2;
}

.c-wrap .layer4Right .nr:nth-child(2) ul li a {
    color: #fff;
}

.c-wrap .layer4Right .nr:nth-child(2) ul li span {
    color: #fff;
}

.c-wrap .layer4Right .nr:nth-child(2) dl dd.on span {
    color: #fff;
}

@media (max-width:1366px) {
    .w1366 {
        width: 100%;
    }

    .c-wrap .layer4 {
        height: auto;
    }

    .c-wrap .layer4List {
        overflow: hidden;
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .c-wrap .layer4Right {
        width: 100%;
    }

    .c-wrap .layer4Right .nr {
        margin-bottom: 15px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}




















.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    color: #222;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #2c06a0;
}

img {
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
}

:focus {
    outline: 0;
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    a[href^="javascript:"]:after {
        content: "";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
}

.pore {
    position: relative;
}

.overhide {
    overflow: hidden;
}

.homef .txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    font-size: .2rem;
    color: #fff;
    top: 1.2rem;
    font-weight: bold;
}

.index-row2 * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-row2 {
    position: relative;
    overflow: hidden;
    padding-left: 0;
    height: auto;
}

.proScro .item {
    height: 7.13rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.proScro .item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.proScro .item .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.index-row2 .scrobox {
    position: static;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.index-row2 .scrobox .more {
    position: absolute;
    right: 20%;
    bottom: 1.1rem;
    height: .3rem;
    padding: 0 .3rem 0 0;
    color: #fff;
    background: url(/zy/css/.c-wrapimages/b-icon1.png) no-repeat bottom left;
    line-height: .32rem;
    z-index: 15;
    font-size: .12rem;
}

.proScro .item .pic img {
    margin: 0 auto;
    width: .84rem;
    height: .84rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.42rem;
    margin-top: -.42rem;
}

.index-row2 .b-item {
    position: absolute;
    left: 0;
    bottom: .4rem;
    left: 50%;
    margin-left: -4.6rem;
}

.proScroNav .item {
    margin-right: .32rem;
    text-align: center;
}

.proScroNav .img {
    width: 2.1rem;
}

.proScroNav .img {
    position: relative;
    display: block;
    margin-bottom: .1rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.proScroNav .slick-current .img {
    border: 0.05rem solid #d8b95a;
}

.proScroNav .img::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url(/zy/css/.c-wrapimages/b-video1.png);
    -o-background-size: 100%;
    background-size: 100%;
    width: .3rem;
    height: .34rem;
    z-index: 11;
}

.slick-current .img::after {
    display: none;
}

.proScroNav .img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: url(/zy/css/images/bg-opcy-black5.png);
    opacity: 0.5;
}

.proScroNav .slick-current .img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: none;
    opacity: 1;
}

.proScroNav .img img {
    width: 100%;
}

.homef .txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    font-size: .2rem;
    color: #fff;
    top: 1.2rem;
    font-weight: bold;
}

.homef .txt:before {
    content: '';
    height: .01rem;
    width: 1rem;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    left: -1.3rem;
    top: 50%;
    transform: translateY(-50%);
}

.homef .txt:after {
    content: '';
    height: .01rem;
    width: 1rem;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    right: -1.3rem;
    top: 50%;
    transform: translateY(-50%);
}

.proScroNav .img {
    width: 2.09rem;
    height: 1.19rem;
}

.proScroNav .img img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1920px) {
    .proScro .item {
        height: 37.13vw;
    }

    .proScro .item .pic img {
        width: 4.375vw;
        height: 4.375vw;
    }

    .index-row2 .b-item {
        bottom: 2.083vw;
    }

    .proScroNav .item {
        margin-right: 1.666vw;
    }

    .proScroNav .img {
        width: 10.88vw;
        height: 6.19vw;
    }

    .proScroNav .img {
        margin-bottom: .52vw;
    }

    .proScroNav .slick-current .img {
        border: solid #d8b95a;
    }

    .proScroNav .img::after {
        width: 1.562vw;
        height: 1.77vw;
    }
}

@media screen and (max-width: 1366px) {
    .index-row2 .b-item {
        width: 52vw;
        margin-left: -25vw;
    }

    .index-row2 .scrobox .more {
        bottom: .9rem;
    }
}

@media screen and (max-width: 1080px) {
    .homef .txt {
        font-size: .24rem;
    }

    .index-row2 .scrobox .more {
        bottom: .65rem;
    }
}

@media screen and (max-width: 1000px) {
    .homef .txt {
        top: .8rem;
    }

    .proScro .item {
        height: 60vh;
    }

    .index-row2 .b-item {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .proScro .item .pic img {
        margin: 0 auto;
        width: .8rem;
        height: .8rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -.4rem;
        margin-top: -.4rem;
    }

    .top-container .company_img{
       display:none 
    }

    .top-container .introduct_wrap{
       width:100%    
    }
     
     .homeg .aleft{
         width:100%;
      }

       .homeg .aright{
          width:100%;
        }

.swiper-button-next,.swiper-button-prev{
 display:none !important;
}


    .index-row2 .scrobox .more {
        right: 50%;
        margin-right: -.24rem;
        padding: 0 .2rem 0 .15rem;
    }
}

@media screen and (max-width: 640px) {
    .homef .txt:after {
        width: .5rem;
        right: -.5rem;
    }

    .homef .txt:before {
        width: .5rem;
        left: -.5rem;
    }

    .homef .txt {
        top: .3rem;
    }
}

@media screen and (max-width: 360px) {
    .homef .txt {
        font-size: .2rem;
    }
}

/*! CSS Used from: .c-wrapcss/slick.css */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
















.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.swiper-icons {
    font-family: "swiper-icons" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.swi-weixin:before {
    content: "\e615";
}

.swi-sina:before {
    content: "\e61f";
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h4 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: normal;
}

ul {
    list-style: none;
}

a {
    color: #222;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #2c06a0;
}

img {
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
}

i {
    font-style: normal;
}

:focus {
    outline: 0;
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
}

.none {
    display: none;
}

.pore {
    position: relative;
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trans-mask {
    display: block;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.trans-mask img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.trans-mask:hover img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.1);
}

.bg-mask .pic {
    overflow: hidden;
}

.bg-mask .pic .a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.ablink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0);
}

.zi3 {
    position: relative;
    z-index: 3;
}

.zi1 {
    position: relative;
    z-index: 1;
}

.zi3 {
    position: relative;
    z-index: 3;
}

.zi1 {
    position: relative;
    z-index: 1;
}

@media screen and (max-width:768px) {
    .homeg .aleft-con {
        margin-bottom: .2rem;
    }
}

.overhide {
    overflow: hidden;
}

.homeg {
    min-height: 4rem;
    margin: 0 auto;
    background-size: auto 100%;
}

.homeg .zi1 {
    max-width: 1920px;
    margin: 0 auto;
}

.homeg .aleft {
    width: 62.7%;
    padding: 0.5rem 0;
    padding-right: .2rem;
}

.homeg .aleft-top h4 {
    text-align: center;
    color: #fff;
    font-size: .18rem;
    font-weight: bold;
    margin-bottom: .25rem;
}

.homeg .aleft-top ul li {
    width: 23%;
    margin: 0 1%;
}

.homeg .aleft-top ul li a {
    height: .46rem;
    width: 100%;
    line-height: .46rem;
    color: #fff;
    padding: 0 10% 0 15%;
    position: relative;
}

.homeg .aleft-top ul li .img1 {
    position: absolute;
    top: .45rem;
    left: 28%;
    z-index: 10;
    opacity: 0;
    z-index: -5;
    width: 1.27rem;
    height: auto;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.homeg .aleft-top ul li .img2 {
    position: absolute;
    top: .45rem;
    left: 49%;
    z-index: 10;
    opacity: 0;
    z-index: -5;
    width: 1.27rem;
    height: auto;
}

.homeg .aleft-top ul li .img3 {
    position: absolute;
    top: .45rem;
    left: 71%;
    z-index: 100;
    display: none;
    opacity: 0;
    z-index: -5;
    width: 1.26rem;
    height: 1.21rem;
}

.homeg .aleft-top ul li .img4 {
    position: absolute;
    top: .45rem;
    left: 92%;
    z-index: 100;
    display: none;
    opacity: 0;
    z-index: -5;
    width: 1.26rem;
    height: 1.21rem;
}

.homeg .aleft-top ul li a span i img {
    width: 24px;
}

.homeg .aleft-top ul li a span i img.wxzs {
    display: inline;
}

.homeg .aleft-top ul li a span i img.xzs {
    display: none;
}

.homeg .aleft-top ul li:hover a span i img.xzs {
    display: inline;
}

.homeg .aleft-top ul li:hover a span i img.wxzs {
    display: none;
}

.homeg .aleft-top ul li:hover .img1 {
    display: block;
    opacity: 1;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 5;
}

.homeg .aleft-top ul li:hover .img2 {
    display: block;
    opacity: 1;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 5;
}

.homeg .aleft-top ul li:hover .img3 {
    display: block;
    opacity: 1;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 5;
}

.homeg .aleft-top ul li:hover .img4 {
    display: block;
    opacity: 1;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 5;
}

.homeg .aleft-top ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0.01rem solid rgba(255, 255, 255, .4);
    display: block;
    transition: .1s;
}

.homeg .aleft-top ul li a span i {
    font-size: .3rem;
    vertical-align: -.05rem;
    margin-right: .1rem;
}

.homeg .aleft-top ul li a .icon-left1 {
    font-size: .22rem;
    display: inline-block;
}

.homeg .aleft-top ul li a i {
    opacity: .6;
}

.homeg .aleft-top ul li:hover a {
    color: #e1c368;
}

.homeg .aleft-top ul li:hover a:before {
    border: .03rem solid #e1c368;
}

.homeg .aleft-top ul li:hover a i {
    opacity: 1;
}

.homeg .aleft-top ul li:hover a .icon-left1 {
    animation: go5 1s ease-out infinite;
}

.homeg .aleft-con ul li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 0 .3rem 0;
    color: #fff;
}

.homeg .aleft-con ul li .txt .t {
    padding-left: .1rem;
}

.homeg .aleft-con ul li .txt h4 {
    margin-bottom: .2rem;
    margin-top: .05rem;
}

.homeg .aleft-con ul li .sign span {
    border-bottom: .05rem solid #aaa;
    min-width: 1.25rem;
    display: inline-block;
    font-weight: bold;
    font-size: .16rem;
    padding-left: .1rem;
    padding-bottom: .08rem;
}

.homeg .aleft-con ul li .sign i {
    font-size: .28rem;
    font-weight: normal;
    vertical-align: -.05rem;
    margin-right: .2rem;
}

.homeg .aleft-con ul li .pic:before {
    content: '';
    opacity: .8;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 55%;
    background: url(/zy/css/images/bamask.png) no-repeat top center;
    background-size: 100% 100%;
    z-index: 2;
}

.homeg .aleft-con .ulb li .pic:before {
    height: 75%;
}

.homeg .aleft-con .ula li .sign span {
    border-bottom: .05rem solid #c641ff;
}

.homeg .aleft-con .ulb li:nth-child(1) .sign span {
    border-bottom: .05rem solid #01e175;
}

.homeg .aleft-con .ulb li:nth-child(2) .sign span {
    border-bottom: .05rem solid #ff5418;
}

.homeg .aleft-con .ula {
    width: 44%;
}

.homeg .aleft-con .ula li .pic {
    height: 4.8rem;
    position: relative;
}

.homeg .aleft-con .ulb {
    width: calc(56% - .2rem);
}

.homeg .aleft-con .ulb li {
    height: calc(50% - .1rem);
}

.homeg .aleft-con .ulb li .pic {
    height: 100%;
    position: relative;
}

.homeg .aright {
    width: 318px;
    padding: 0.5rem 0;
    z-index: 1;
}

.homeg .aright-top {
    width: 100%;
    background: url(/zy/css/arighttop.jpg) no-repeat center top;
    background-size: cover;
    padding: 0rem .4rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.88rem;
}

.homeg .aright-top li {
    height: 1.75rem;
    background: rgba(31, 42, 185, .43);
    position: relative;
    width: 30.6%;
    margin: 0 1.35%;
    text-align: center;
    color: #fff;
}

.homeg .aright-top li i {
    font-size: .4rem;
    margin-bottom: .15rem;
    display: inline-block;
    font-weight: normal;
}

.homeg .aright-top li h4 {
    font-size: .17rem;
    font-weight: normal;
    transition: .3s;
}

.homeg .aright-top li:hover i {
    transform: rotateY(360deg);
    transition: .7s;
}

.homeg .aright-top li:hover h4 {
    letter-spacing: .1em;
}

.homeg .aright-con {
    width: 100%;
    background: #013192 url(images/arightcon.jpg) no-repeat right top;
    background-size: cover;
    padding: .55rem .7rem .4rem;
    margin-bottom: .2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 3.64rem;
}

.homeg .aright-con li {
    width: calc(100%/2 - .2rem);
    text-align: center;
}

.homeg .aright-con li h4 {
    margin-top: .1rem;
}

.homeg .aright-con li a {
    color: #fff;
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-jieshao:before {
    content: "\e609";
}

.icon-kaohe:before {
    content: "\e6cf";
}

.icon-shu:before {
    content: "\e602";
}

.icon-shipin:before {
    content: "\e695";
}

.icon-left1:before {
    content: "\e604";
}


.video-container {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url('/zy/images/A1.png');
    background-repeat: no-repeat;
    margin: 0 auto;
}

.video-container .center-button {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-container .center-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-container .thumbnail-container {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.video-container .thumbnail {
    width: 170px;
    height: 100px;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.video-container .thumbnail:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.video-container .thumbnail.active {
    border-color: #ff5722;
    box-shadow: 0 0 15px rgba(255, 87, 34, 0.6);
}

.video-container .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logoft {
    width: 800px;
    height: 43px;
}



.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}


.swiperc .swiper-slide {

    position: relative;
}

.swiperc .swiper-item {
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: relative;
    overflow: hidden;
    background: white;
    padding: 20px;
}

.swiperc .research-image {
    width: 100%;
    height: auto;
    display: block;
}

.swiperc .category-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ffc107;
    color: #333;
    padding: 8px 16px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.swiperc .content-info {
    color: #333;
    padding: 5px;
}

.swiperc .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}

.swiperc .subtitle {
    font-size: 18px;
    margin-bottom: 5px;
}

.swiperc .date {
    font-size: 14px;
    opacity: 0.9;
}

.swiperc .nav-buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.swiperc .nav-btn {
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swiperc .nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
}



.research-container .bd2 {
    background-image: url('/zy/images/bg_03.jpg');
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}

.data-container {
    margin-top: 1rem;
    height:450px;
}

.top-container {
    background-image: url('/zy/images/bg_00.jpg');
    background-repeat: repeat;

}


.contact-container {
    background-image: url('/zy/images/bg_00.jpg');
    background-size: cover;
}

.list-container {
    padding-top: 0.8rem;
    background-image: url('/zy/images/bg_05.jpg');
    background-size: cover;
}

.data-container .bd2 {
    background-image: url('/zy/images/bg_04.jpg');
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}