.index_bg {
    width: 100%;
}
.banner .swiper-pagination{
    bottom:5%;
}
.banner .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 6px !important;
    width: 9px;
    height: 9px;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.banner .swiper-pagination-bullet span {
    width: 8px;
    height: 8px;
    background: #CCC;
    display: block;
    border-radius: 50%;
    margin-top: 1px;
    margin-left: 1px;
}

.banner .swiper-pagination-bullet i {
    background: #FFF;
    height: 1px;
    width: 20px;
    position: absolute;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.banner .swiper-pagination-bullet-active span,
.banner .swiper-pagination-bullet:hover span {
    width: 9px;
    height: 9px;
    margin-top: 0;
    margin-left: 0;
    background: #FFF;
    position: relative;
    z-index: 1;
}

.banner .swiper-pagination-bullet-active i {
    animation: middle 6s;
}

.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}

.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }

    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }

    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }

    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }

    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }

    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }

    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }

    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }

    /*0913*/
}

.ty_img{
    position:relative;
    overflow: hidden;
}
.ty_img img{
    transition: .5s;
}
li.ty_img:hover img,
div.ty_img:hover img,
.ty_img:hover img{
    transform: scale(1.04);
}

.banner {
    height: 100vh;
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    overflow: hidden;
}

.banner .swiper-wrapper {
    height: 100%;
}

.banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    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;
    color: #fff;
}

.ipr_zt_title {
    display: flex;
    font-size: 38px;
    font-weight: 700;
    color: rgb(0, 41, 104);
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    letter-spacing: -1.8px;
    margin-top: 46px;
}

.ipr_zt_title img {
    height: 17px;
}

.ipr_zt_title img:nth-child(1) {
    margin-right: 18px;
}

.ipr_zt_title img:nth-child(2) {
    margin-left: 18px;
}

.ipr_zt_dec {
    text-align: center;
    color: rgb(146, 146, 146);
    font-size: 16px;
    font-family: 'Arial';
    line-height: 27px;
    margin-top: 8px;
    letter-spacing: 0.14px;
}

.ipr_list {
    width: calc(100% - 28px);
    margin: 72px auto 0px;
}

.ipr_list .swiper-slide img {
    width: 100%;
    display:block;
}
.ipr_listd{
        position:absolute;
        bottom:-60px;
        left:0px;
        width:100%;
        height:60px;
        line-height:60px;
        padding:0px 20px;
        text-align:center;
        background:rgba(0, 0, 0, 0.6);
        color:#fff;
        transition: 0.8s;
}
.ipr_list .swiper-slide:hover .ipr_listd{
    bottom:0px;
}
.ipr_listk{
    position:absolute;
    width:100%;
    height:100%;
    left:0%;
    top:0px;
    background:#fff;
    z-index: 3;
}

.iab {
    padding-bottom: 201px;
    background: url(../images/index/ipr_bg.jpeg) center no-repeat;
    background-size: cover;
}

.iab_zt {
    width: 1423px;
    margin: 0 auto;
}

.iab_zt1la {
    color: rgb(15, 168, 96);
    line-height: 52px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-left: 70px;
    letter-spacing: -0.8px;
}

.iab_zt1la::after {
    content: '';
    position: absolute;
    width: 57px;
    height: 1px;
    background: rgb(15, 168, 96);
    left: 0px;
    top: 50%;
    margin-top: -0.5px;
}

.iab_zt1lb {
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    color: rgb(0, 41, 104);
    text-transform: uppercase;
    letter-spacing: -1.9px;
    margin-top: 2.1px;
}

.iab_zt1 {
    padding-top: 126px;
    display: flex;
    justify-content: space-between;
}

.iab_zt1r a {
    width: 194px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: rgb(0, 41, 104);
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin-top: 31px;
    position: relative;
    overflow: hidden;
}

.iab_zt1r a span {
    position: relative;
    z-index: 1;
}

.iab_zt1r a::after {
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    background: rgb(15, 168, 96);
    right: -15px;
    top: -15px;
    transform: rotate(45deg);
    border: 2px solid #fff;
    transition: .5s;
}

.iab_zt1r a:hover::after {
    transform: rotate(45deg) scale(20);
}

.iab_zt2 {
    margin-top: 123px;
}

.iab_zt2a {
    font-size: 16px;
    line-height: 30px;
    color: rgb(64, 64, 64);
    width: 766px;
    font-family: 'Arial';
    text-align: justify;
}

.iab_zt2b {
    display: flex;
    margin-top: 150px;
}

.iab_zt2b1 {
    font-size: 46px;
    line-height: 62px;
    font-weight: 700;
}

.iab_zt2b2 {
    font-size: 16px;
    line-height: 22px;
    color: rgb(142, 142, 142);
    margin-top: 4px;
}

.iab_zt2b li:nth-child(1) {
    width: 128px;
    margin-right: 92px;
}

.iab_zt2b li:nth-child(2) {
    width: 168px;
    margin-right: 99px;
}

.iab_zt2b li:nth-child(3) {
    width: 158px;
}

.ivideo {
    position: relative;
    cursor: pointer;
}
.ivideo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 41, 104, 0.6);
    z-index: 1;
    transition: 0.5s;
}

#positive .bg {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 550px;
    background-image: url(../images/index/video_bg.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ivideo_zt {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 550px;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ivideo_zt1 {
    position: relative;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ivideo_zt1::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255);
    opacity: 0.1;
    border-radius: 50%;
    animation: grow1 2s infinite;
    /* 动画持续2秒，并无限循环 */
}

.ivideo_zt1::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 60%;
    height: 60%;
    background: rgba(255, 255, 255);
    opacity: 0.2;
    border-radius: 50%;
    animation: grow 2s infinite;
    /* 动画持续2秒，并无限循环 */
}

.ivideo_zt1 i {
    font-size: 32px;
    color: #fff;
}

.ivideo_zt2 {
    font-size: 1.875vw;
    color: rgb(255, 255, 255);
    margin-top: 30px;
}

@keyframes grow1 {
    0% {
        width: 100%;
        /* 对于::before始终为100%，但由于CSS变量的使用在此处不适用，故直接设定 */
        height: 100%;
        opacity: 0.1;
        /* 对于::before始终为0.1 */
        /* 注意：对于::after，由于我们不能在keyframes内部使用CSS变量来动态设置起始宽度和透明度，  
         我们需要直接在元素上设置这些值，或者在keyframes中为不同的元素定义不同的动画 */
    }

    100% {
        width: 60%;
        /* 示例：最终宽度可以稍大于100%以创建溢出效果，或者保持为100% */
        height: 60%;
        opacity: 0.2;
        /* 最终透明度 */
    }
}

@keyframes grow {
    0% {
        width: 60%;
        /* 对于::before始终为100%，但由于CSS变量的使用在此处不适用，故直接设定 */
        height: 60%;
        opacity: 0.2;
        /* 对于::before始终为0.1 */
        /* 注意：对于::after，由于我们不能在keyframes内部使用CSS变量来动态设置起始宽度和透明度，  
         我们需要直接在元素上设置这些值，或者在keyframes中为不同的元素定义不同的动画 */
    }

    100% {
        width: 100%;
        /* 示例：最终宽度可以稍大于100%以创建溢出效果，或者保持为100% */
        height: 100%;
        opacity: 0.1;
        /* 最终透明度 */
    }
}

.case {
    padding-bottom: 52px;
    background: rgb(245, 245, 245);
}

.case_zt {
    width: 1423px;
    margin: 0 auto;
}

.case_zt .iab_zt1 {
    padding-top: 75px;
}

.case_zt .iab_zt1lc {
    line-height: 28px;
    color: rgb(162, 162, 162);
    font-size: 16px;
    margin-top: 26px;
}

.case_zt .iab_zt1r a {
    margin-top: 112px;
}

.case_list {
    margin: 10px 10px 0px;
}

.case_list1 img {
    display: block;
    width: 100%;
}

.case_list2 {
    display: flex;
    height: 125px;
    background: rgb(245, 245, 245);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.case_list2a {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.case_list2b {
    background: rgb(15, 168, 96);
    height: 2px;
    width: 62px;
    margin-top: 10.25px;
}

.znzz_zt {
    width: 1423px;
    margin: 0 auto;
    padding: 140px 0px 90px;
}

.znzz_zta {
    display: flex;
    justify-content: space-between;
}

.znzz_ztal img {
    display: block;
}

.znzz_ztar {
    margin-top: 66px;
    position: relative;
    width:37.39583333333333vw;
}

.znzz_ztar .iab_zt1lb {
    margin-top: 2px;
    line-height: 60px;
}

.znzz_ztar .iab_zt1lc {
    margin-top: 34px;
    line-height: 28px;
    color: rgb(162, 162, 162);
}

.znzz_ztb {
    display: flex;
    margin-top: 91px;
}

.znzz_ztb li {
    text-align: center;
    width: 25%;
    padding:40px 20px 40px;
    border-right: 1px solid rgb(214, 214, 214);
}

.znzz_ztb li:nth-child(4) {
    border: none;
}

.znzz_ztb2 {
    font-size: 18px;
    color: rgb(19, 19, 19);
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    margin: 33px 0px 31px;
}

.znzz_ztb3 {
    color: rgb(128, 128, 128);
    line-height: 28px;
    font-size: 16px;
    text-align: center;
}

.hzpp {
    background: rgb(245, 245, 245);
    padding-bottom: 86px;
}

.hzpp_zt {
    width: 1423px;
    margin: 0 auto;
}

.hzpp_zt .iab_zt1 {
    padding-top: 71px;
    align-items: center;
}

.hzpp_zt .iab_zt1r a {
    margin-top: 0px;
}

.hzpp_zt1 img {
    display: block;
    width: 100%;
}

.hzpp_zt1 {
    margin-top: 77px;
}



.l-white {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 99;
}

.l-container {
    display: flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.lh-nav {
    width: 63.38541666666667vw;
}

.l-container .left {
    padding-left: 5.625vw;
}

.lh-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 50vw;
}


.lh-nav>ul>li {
    position: relative;
    line-height: 100px;
    height: 100px;
}

.header_ccb {
    position: absolute;
    top: 100px;
    left: 50%;
    display: inline;
    line-height: 40px;
    width: 200px;
    text-align: center;
    visibility: hidden;
    transform: scale(0);
}

.header_ccb a {
    display: block;
    margin: 0;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(239, 110, 17, 0.1);
    color: #000;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    font-family: 'syhtr';
    text-transform: capitalize;
}

.header_cc li:hover .header_ccb {
    visibility: visible;

}

.header_cc li:hover .header_ccb {
    z-index: 10;
    transform: scale(1) translate(-50%, 0);
}

.header_ccb a {
    opacity: 0;
    transform: rotateY(90deg);
    transition: all .4s ease;
}

.header_cc li:hover .header_ccb a {
    opacity: 1;
    transform: none;
}

.header_cc li .header_ccb a:hover {
    background: rgb(0, 21, 53);
    color: #fff;
}

.header_cc li:hover .header_ccb a:nth-child(1) {
    transition-delay: 0s
}

.header_cc li:hover .header_ccb a:nth-child(2) {
    transition-delay: 50ms
}

.header_cc li:hover .header_ccb a:nth-child(3) {
    transition-delay: .1s
}

.header_cc li:hover .header_ccb a:nth-child(4) {
    transition-delay: 150ms
}

.header_cc li:hover .header_ccb a:nth-child(5) {
    transition-delay: .2s
}

.header_cc li:hover .header_ccb a:nth-child(6) {
    transition-delay: 250ms
}

.header_cc li:hover .header_ccb a:nth-child(7) {
    transition-delay: .3s
}

.header_cc li:hover .header_ccb a:nth-child(8) {
    transition-delay: 350ms
}

.header_cc li:hover .header_ccb a:nth-child(9) {
    transition-delay: .4s
}

.lh-nav>ul>li>a {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 0.9375vw;
}

.ss {
    width: 10.83333333333333vw;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 2vw;
    float: right;
}

.ss a {
    display: flex;
    font-size: 16px;
    color: rgb(255, 255, 255);
    justify-content: center;
}

.ss img {
    display: inline;
}

.ss2 {
    margin-left: 9px;
}

.hs {
    background: rgb(247, 247, 247);
    padding: 1px 0px;
}

.hs .ty_title1 {
    background: rgb(247, 247, 247);
}

.ty_title {
    font-size: 32px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    position: relative;
    color: rgb(0, 41, 104);
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 99px 0px 10px;
}

.ty_title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: rgb(188, 188, 188);
}

.ty_title1 {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0px 15px;
}

.zzrya {
    width: 1510px;
    margin: 96px auto 40px;
}

.zzrya ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zzrya ul li {
    width: 702px;
    padding: 0px 70px;
    text-align: center;
    height: 95px;
    position: relative;
    margin-bottom: 56px;
}

.zzrya ul li::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 95px;
    background: url(../images/about/ry1.png) center no-repeat;
    background-size: cover;
}

.zzrya ul li::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 95px;
    background: url(../images/about/ry2.png) center no-repeat;
    background-size: cover;
}

.zzrya1 {
    font-size: 20px;
    color: rgb(206, 150, 42);
    line-height: 32px;
}

.zzrya2 {
    font-size: 16px;
    line-height: 26px;
    color: rgb(206, 150, 42);
}

.zzryb {
    margin: 96px 0px;
}

.about_zt_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1512px;
    margin: 0px auto;
}

.about_zt_list li {
    cursor: pointer;
    width: 32%;
    margin-right: 2%;
    background: rgb(247, 247, 247);
    padding: 1.5625vw 2.083vw;
    margin-bottom: 1.5625vw;
}

.about_zt_list li:nth-child(3n) {
    margin-right: 0px;
}

.about_zt_lista1 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 32px;
}

.about_zt_listb {
    margin-top: 34px;
    padding-top: 58px;
    border-top: 1px solid rgb(223, 223, 223);
}

.about_zt_listb img {
    width: 100%;
}

footer {
    background: rgb(0, 21, 53);
}

.footer_ztt_zt1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer_ztt_zt2 {
    display: flex;
    color: #fff;
    padding: 51px 0px;
    justify-content: space-between;
}

.footer_ztt_zt2l li {
    display: flex;
    line-height: 38px;
    margin-bottom: 18px;
}

.footer_ztt_zt2l1 img {
    display: block;
    position: relative;
    top: 9px;
    margin-right: 20px;
}

.footer_ztt_zt2r {
    display: flex;
    align-items: flex-start;
}

.footer_ztt_zt2r1 {
    width: 190px;
    line-height: 50px;
    text-align: center;
    position:relative;
    border:1px solid #fff;
}
.footer_ztt_zt2r1a {
    position: absolute;
    bottom: 52px;
    left: 50%;
    display: inline;
    line-height: 40px;
    width: 100%;
    text-align: center;
    visibility: hidden;
    transform: scale(0);
    z-index: 4;
}

.footer_ztt_zt2r1a a {
    display: block;
    margin: 0;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(239, 110, 17, 0.1);
    color: #000;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    font-family: 'syhtr';
    text-transform: capitalize;
}
.footer_ztt_zt2r1:hover .footer_ztt_zt2r1a {
    visibility: visible;
}

.footer_ztt_zt2r1:hover .footer_ztt_zt2r1a {
    z-index: 10;
    transform: scale(1) translate(-50%, 0);
}

.footer_ztt_zt2r1a a {
    opacity: 0;
    transform: rotateY(90deg);
    transition: all .4s ease;
}

.footer_ztt_zt2r1:hover .footer_ztt_zt2r1a a {
    opacity: 1;
    transform: none;
}

.footer_ztt_zt2r1 .footer_ztt_zt2r1a a:hover {
    background: rgb(0, 21, 53);
    color: #fff;
}
.footer_ztt_zt2r1a li:hover a:nth-child(1) {
    transition-delay: 0s
}

.footer_ztt_zt2r1a li:hover a:nth-child(2) {
    transition-delay: 50ms
}

.footer_ztt_zt2r1a li:hover a:nth-child(3) {
    transition-delay: .1s
}

.footer_ztt_zt2r1a li:hover a:nth-child(4) {
    transition-delay: 150ms
}

.footer_ztt_zt2r1a li:hover a:nth-child(5) {
    transition-delay: .2s
}

.footer_ztt_zt2r1a li:hover a:nth-child(6) {
    transition-delay: 250ms
}

.header_cc li:hover a:nth-child(7) {
    transition-delay: .3s
}

.header_cc li:hover a:nth-child(8) {
    transition-delay: 350ms
}

.header_cc li:hover a:nth-child(9) {
    transition-delay: .4s
}
.footer_ztt_zt2r2 {
    margin-left: 38px;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 5px;
}

.footer_ztt_zt2r2b {
    text-align: center;
    color: rgb(0, 28, 70);
    line-height: 38px;
}

.footer_ztb_zt {
    display: flex;
}

.footer_zt,
.footer_ztb_zt {
    width: 1502px;
    margin: 0 auto;
}

.footer_ztt_zt1r {
    display: flex;
    height: 142px;
    align-items: center;
    width: 38.4375vw;
    justify-content: space-between;
}

.footer_ztt_zt1r a {
    color: #fff;
}

.footer_ztb {
    background: rgb(0, 26, 67);
}

.footer_ztb_zt {
    display: flex;
    color: #fff;
    justify-content: space-between;
    font-size: 14px;
    line-height: 48px;
}

.hzhba {
    padding: 80px 0px 120px;
}

.w1500 {
    width: 1500px;
    margin: 0 auto;
}

.hzhba_zt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hzhba_ztl1 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: rgb(15, 168, 96);
    text-transform: uppercase;
}

.hzhba_ztl2 {
    margin-top: 86px;
    color: rgb(35, 35, 35);
    line-height: 32px;
    width: 522px;
    text-align: justify;
}

.hzhba_ztr img {
    display: block;
}

.hzhbb {
    background: rgb(245, 245, 245);
    padding: 55px 0px 90px;
}

.hzhbb_zt1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: rgb(15, 168, 96);
    text-align: center;
}

.hzhbb_zt2 {
    width: 1px;
    margin: 27px auto 46px;
    height: 40px;
    background: #000;
}

.hzhbb_zt3 img {
    width: 100%;
    display: block;
}

.w90 {
    width: 90%;
    margin: 0 auto;
}

#certify .swiper {
    margin: 120px 0px;
}

#certify .swiper-slide {
    width: 500px;
    height: 500px;
}
.fzlc_zt{
	padding:0px 15%;
}
.fzlc_y1,.fzlc_y2{
    width: 500px;
    height: 500px;
    background: rgb(238, 238, 238);
    border-radius: 50%;
    position:absolute;
    top:0px;
}
.fzlc_y3{
    width: 500px;
    height: 500px;
    background: rgb(15, 168, 96);
    border-radius: 50%;
    position:absolute;
    top:0px;
    left:50%;
    transform: translate(-50%,0px);
}
.fzlc_y1{
    left:0px;
}
.fzlc_y2{
    right:0px;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    line-height: 34px;
    padding-top: 0;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    margin: 0;
}

.lg-object.lg-image {
    max-height: 700px !important;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-slide-duplicate-prev,
#certify .swiper-slide-prev {
    transform: translateX(120px) scale(1);
}

#certify .swiper-slide-next,
#certify .swiper-slide-duplicate-next {
    transform: translateX(-120px) scale(1);
    z-index: -1;
}

#certify .swiper-slide-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.certify1 {
    display: none;
}

#certify .swiper-slide-active .certify1 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 34px;
    width: 380px;
    text-align: center;
    display: block;
}

.certify2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgb(201, 201, 201);
    font-family: 'Bebas';
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 2px;
}

#certify .swiper-slide-active .certify2 {
    position: absolute;
    left: 50%;
    top: unset;
    bottom: 10%;
    transform: translate(-50%, -0%);
    color: #FFF;
}
#certify .swiper-slide-active .certify1{
	color:#fff;
}

#certify {
    position: relative;
}

#certify .certifyl {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 2%;
    transform: translate(-0%, -50%);
}

#certify .certifyl i,
#certify .certifyr i {
    font-size: 34px;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

#certify .certifyr {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 2%;
    transform: translate(-0%, -50%);
}

.about1 {
    padding: 94px 0px;
}

.about1_zt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about1_ztl {
    width: 770px;
}

.about1_ztl1 {
    color: rgb(0, 41, 104);
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
}

.about1_ztl2 {
    text-align: justify;
    margin-top: 47px;
    color: rgb(35, 35, 35);
    line-height: 32px;
}

.about1_ztr li:nth-child(1) {
    margin-top: 0px;
}

.about1_ztr li {
    border-bottom: 1px solid rgb(218, 218, 218);
    float: right;
    padding-bottom: 14px;
    text-transform: capitalize;
    margin-top: 35px;
}

.about1_ztr1 {
    display: inline-block;
    text-align: right;
    margin-right: 160px;
}

.about1_ztr1a {
    font-size: 52px;
    color: rgb(0, 0, 0);
    line-height: 84px;
}

.about1_ztr1b {
    font-size: 15px;
    line-height: 32px;
    color: rgb(91, 91, 91);
}

.about1_ztr2 {
    display: inline-block;
}

.about1_ztr {
    width: 608px;
}

.about2 {
    height: 680px;
    width: 100%;
    background: url(../images/about/about2.jpeg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 58px;
}

.about2_zt ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about2_zt ul li {
    width: 463px;
    height: 448px;
    background: url(../images/about/about2a.png) center no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    padding-top: 164px;
}

.about2_zt ul li:hover {
    display: flex;
    padding-top: 0px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
}

.about2_zt ul li:hover .about2_zt1 {
    color: rgb(0, 0, 0);
}

.about2_zt ul li:hover .about2_zt2 {
    color: rgb(15, 168, 96);
}

.about2_zt ul li:hover .about2_zt3 {
    display: none;
}

.about2_zt3 {
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
}

.about2_zt1 {
    color: rgba(255, 255, 255, 0.4);
    font-size: 42px;
    text-transform: capitalize;
}

.about2_zt2 {
    font-size: 18px;
    line-height: 32px;
    padding: 0px 20px;
    color: rgb(255, 255, 255);
    margin-top: 25px;
}

.about3 {
    padding-top: 1px;
    background: url(../images/about/about3_bg.png) center no-repeat;
    background-size: cover;
}

.about3 .ty_title {
    margin-top: 80px;
}

.about3_zt {
    display: flex;
    padding: 114px 0px;
    justify-content: space-between;
    align-items: center;
}

.about3_ztl1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

.about3_ztl2 {
    font-size: 16px;
    line-height: 32px;
    color: rgb(35, 35, 35);
    width: 692px;
    margin-top: 28px;
}

.product {
    background: rgb(245, 245, 245);
}

.product_ztl {
    width: 25.9375vw;
    height: 100vh;
    background: #fff;
    padding: 4.42708333333333vw 2.60416666666667vw;
    transition: .5s;
}

.product_ztl1 {
    position: relative;
}

.product_ztl1 input {
    background: rgb(245, 245, 245);
    width: 100%;
    line-height: 60px;
    border-radius: 6px;
    color: rgb(104, 104, 104);
    text-indent: 2em;
    border: none;
}

.product_ztl1 button {
    border: None;
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
}

.product_ztl1 img {
    display: block;
}

.product_ztl2 {
    margin-top: 20px;
}

.product_ztl2 li {
    text-indent: 16px;
}

.product_ztl2 .product_ztl2t {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.product_ztl2tl a {
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-transform: uppercase;
}

.product_ztl2tr {
    margin-right: 12px;
}

.product_ztl3 {
    margin-top: 160px;
}

.product_ztl3a {
    color: rgb(0, 0, 0);
    line-height: 32px;
}

.product_ztl3b {
    line-height: 30px;
    color: rgb(0, 41, 104);
    font-weight: bold;
    font-size: 19px;
}

.product_ztl3c {
    margin-top: 44px;
}

.product_zt {
    display: flex;
}


.product_ztr {
    width: 67.8125vw;
    margin: 0px 3.125vw;
    padding-top: 60px;
}
.product_ztr .pages{
    padding:0px 0px 30px;
}
.product_ztra {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product_ztra li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1.66666666666667vw;
    position:relative;
    transition: .5s;
}
.product_ztra li:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 0 .5rem #ebebeb;
}

.product_ztra li:hover:before{
    transform-origin: bottom left;
    transform: scaleX(1);
}
.product_ztra li:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgb(15, 168, 96);
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform .3s ease;
    z-index: 11;
}

.product_ztra li:nth-child(3n) {
    margin-right: 0%;
}

.product_ztr2 {
    height: 100px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: rgb(0, 0, 0);
    padding: 0px 20px;
}
.product_ztra li:hover .product_ztr2{
    color:rgb(15, 168, 96);
}
.product_ztr2l{
    width:60%;
}
.product_ztr1 {
    position: relative;
    overflow: hidden;
}

.product_ztr1 img {
    display: block;
    width: 100%;
}

.footer_ztb_ztl a{
    color:#fff;
    display:inline-block;
}

.w56 {
    margin: 0px 56px;
}

.prcontent {
    margin-top: 100px;
}

.prcontent_zt1 {
    display: flex;
    background: rgb(244, 246, 246);
    height: 70px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
}

.prc {
    background: rgb(218, 224, 226);
}

.prcontent_zt2 {
    display: flex;
    padding: 80px;
    background: #fff;
    margin: 8px 0px 15px;
    justify-content: space-between;
    align-items: center;
}

.prcontent_zt2l {
    width: 41.82291666666667vw;
}

.prcontent_zt2l img {
    width: 100%;
}

.prcontent_zt2r {
    width: 34.11458333333333vw;
}
.prcontent_zt1l{
    cursor: pointer;
}
.prcontent_zt2r1 {
    color: rgb(0, 41, 104);
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
}

.prcontent_zt2r2 {
    color: rgb(0, 0, 0);
    font-size: 42px;
    line-height: 54px;
    margin: 20px 0px 25px;
}

.prcontent_zt2r3 {
    color: rgb(120, 120, 120);
    font-size: 16px;
    line-height: 32px;
    border-bottom: 1px solid rgb(228, 227, 227);
    padding-bottom: 42px;
    margin-bottom: 60px;
}

.prcontent_zt2r4 {
    display: flex;
}

.prcontent_zt2r4l {
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.prcontent_zt2r4l img {
    display: inline;
    margin-right: 12px;
}

.prcontent_zt2r4r {
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 25px;
    padding-top: 34px;
}

.prcontent_zt3 {
    background: #fff;
    margin-bottom: 15px;
    padding: 3.64583333333333vw 8.09583333333333vw 5.72916666666667vw;
}

.prcontent_zt33 {
    margin-top: 60px;
}

.prcontent_zt31 {
    font-size: 32px;
    color: #000;
    line-height: 32px;
    text-align: center;
}

.prcontent_zt32 {
    font-size: 16px;
    color: rgb(55, 55, 55);
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

.prcontent_zt33 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prcontent_zt33 input {
    border: 1px solid rgb(153, 152, 152);
    line-height: 60px;
    width: 38.38541666666667vw;
    text-indent: 2em;
}

.prcontent_zt332 {
    width: 100%;
    margin-bottom: 18px;
}

.prcontent_zt331 {
    margin-bottom: 18px;
}

.prcontent_zt332 textarea {
    border: 1px solid rgb(153, 152, 152);
    line-height: 60px;
    width: 100%;
    font-family: "微软雅黑";
    text-indent: 2em;
}

.prcontent_zt333 {
    position: relative;
}

.prcontent_zt333 img {
    height: 50px;
    position: absolute;
    right: 5px;
    top: 6px;
}

.prcontent_zt334 {
    width: 38.38541666666667vw;
    background: rgb(0, 41, 104);
    line-height: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.prcontent_zt4 {
    background: #fff;
    margin-bottom: 72px;
    padding: 3.64583333333333vw 8.09583333333333vw 5.72916666666667vw;
}

.xgcp {
    margin-top: 65px;
}

.xgcp .swiper-slide {
    border: 1px solid rgb(217, 217, 217);
}
.product_ztr2r{
    font-size:16px;
}
.xgcp .product_ztr2 {
    height: 66px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: rgb(0, 0, 0);
    padding: 0px 24px;
}

.xgcpz {
    width: 1px;
    height: 18px;
    background: rgb(0, 0, 0);
}

.swiper-wrapper {
    height: auto;
}

.xgcp_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.xgcp_bottom i {
    font-size: 32px;
    cursor: pointer;
}

.xgcpl {
    margin-right: 40px;
}

.xgcpr {
    margin-left: 40px;
}

.zznl_zt {
    padding-bottom: 90px;
}

.zznl_ztlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 108px;
}

.zznl_ztlist li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 44px;
    cursor: pointer;
}

.zznl_ztlist li:nth-child(3n) {
    margin-right: 0px;
}

.zznl_ztlist1 img {
    width: 100%;
    display: block;
}

.zznl_ztlist2 {
    line-height: 70px;
    background: rgb(245, 245, 245);
    padding: 0px 30px;
}

.ty_title2 {
    font-size: 16px;
    line-height: 25px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 20px 0px 100px;
}

.znzz {
    padding-top: 1px;
    background: rgb(255, 255, 255);
}

.znzz .zznl_ztlist {
    margin-top: 90px;
}

.znzz .zznl_ztlist2 {
    background: #fff;
}

.jscxa {
    display: flex;
    background: rgb(247, 247, 247);
    align-items: center;
    padding: 49px 0px;
    margin: 136px 0px 90px;
}

.jscxar ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.jscxal {
    width: 50%;
    padding-left: 4.6875vw;
    display: flex;
    align-items: center;
    height: 216px;
    position: relative;
}

.jscxal::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: rgb(201, 201, 201);
}

.jscxar {
    width: 50%;
    padding: 0px 125px 0px 97px;
    display: flex;
    align-items: center;
    height: 216px;
}

.jscxala {
    width: 25.88541666666667vw;
    font-size: 20px;
    line-height: 35px;
    color: rgb(0, 0, 0);
}

.jscxar1 {
    font-size: 20px;
    color: #000;
}

.jscxar1 span {
    font-size: 55px;
    color: #000;
}

.jscxar2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 32px;
}

.zbnlq {
    margin: 152px 0px 100px;
}

.zbnl1 {
    width: 41.66666666666667vw;
}
.zbnl1a{
    background:rgba(0, 0, 0, 0.6);
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    color:rgb(255, 255, 255);
    font-size:18px;
    line-height:30px;
    padding:22px 47px;
}

.zbnl img,
.zbnl1 img {
    width: 100%;
    display: block;
}

.zbnl {
    width: 34.375vw;
}

.zbnlq_zt {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.zbnlq_zta {
    position: absolute;
    top: 133px;
    left: 0px;
}

.zbnlq_zta1 {
    font-size: 24px;
    line-height: 35px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

.zbnlq_zta2 {
    display: flex;
    margin-top: 44px;
}

.zbnlq_zta2 div {
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    color: #000;
    border: 1px solid rgb(150, 150, 150);
    border-radius: 50%;
}

.zbnlq_zta2 div:nth-child(2) {
    margin-left: 37px;
}

.zbnlq_zta2 i {
    font-size: 20px;
}

.zbnlq_zta2 div:hover {
    background: rgb(15, 168, 96);
    color: #fff;
    border: 1px solid rgb(15, 168, 96);
}

.news .pages {
    padding-top: 0px;
}

.news {
    padding-bottom: 60px;
}

.news_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.news_list li {
    width: 32%;
    margin-bottom: 57px;
    margin-right: 2%;
    position: relative;
}

.news_list li:nth-child(3n) {
    margin-right: 0px;
}

.news_list1 img {
    width: 100%;
    display: block;
}

.news_list2 {
    background: rgb(245, 245, 245);
    padding: 72px 30px 34px;
    position: relative;
}

.news_list21 {
    font-size: 20px;
    line-height: 32px;
    color: rgb(0, 0, 0);
}

.news_list22 {
    font-size: 14px;
    line-height: 22px;
    color: rgb(90, 90, 90);
    margin-top: 9px;
}

.news_list3 {
    display: flex;
    position: absolute;
    top: -43px;
    right: 28px;
    width: 86px;
    height: 86px;
    background: rgb(15, 168, 96);
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news_list3a {
    font-size: 39px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.news_list3b {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.news_list {
    margin-top: 100px;
}

.zxly {
    background: url(../images/lxwm/zxly_bg.jpeg) center no-repeat;
    background-size: cover;
    padding: 86px 0px 136px;
}

.zxly_zt {
    position: relative;
}

.lxwm_ztr {
    padding: 66px 75px 136px;
    background: #fff;
    width: 50.15625vw;
}

.lxwm_ztl1 {
    color: rgb(0, 41, 104);
    font-size: 38px;
    font-weight: 700;
}

.lxwm_ztr21 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lxwm_ztr21 li:nth-child(3) {
    width: 100%;
    margin-top: 20px;
}

.lxwm_ztr21 input {
    background: rgb(245, 245, 245);
    border: none;
    line-height: 50px;
    width: 20.83333333333333vw;
    text-indent: 2em;
}

.lxwm_ztr21 textarea {
    width: 100%;
    text-indent: 2em;
    line-height: 50px;
    background: rgb(245, 245, 245);
    font-family: "微软雅黑";
    border: none;
}

.lxwm_yzm input {
    width: 9.58333333333333vw;
    line-height: 50px;
    background: rgb(245, 245, 245);
    text-align: center;
    border: none;
}

.lxwm_ztr2 {
    margin-top: 36px;
}

.lxwm_yzm {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.lxwm_yzml {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.lxwm_yzml img {
    height: 50px;
}

.btna {
    width: 20.83333333333333vw;
    line-height: 50px;
    background: rgb(15, 168, 96);
    color: #fff;
    text-align: center;
}

.rcln_zt {
    margin: 113px 0px 132px;
}

.rcln_zta {
    display: flex;
}

.rcln_ztal {
    width: 50%;
}

.rcln_ztar {
    width: 50%;
    position: relative;
    background: url(../images/lxwm/7.jpeg) center no-repeat;
    background-size: cover;
    height: 618px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.rcln_ztala {
    display: flex;
}

.rcln_ztal1 {
    width: 50%;
    height: 309px;
    background: url(../images/lxwm/5.jpeg) center no-repeat;
    background-size: cover;
}

.rcln_ztal2 {
    width: 50%;
    height: 309px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgb(15, 168, 96);
    padding: 0px 43px;
}

.rcln_ztal3 {
    width: 100%;
    background: url(../images/lxwm/6.png) center no-repeat;
    background-size: cover;
    height: 309px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0px 86px;
}

.rzln_ty1 {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
}

.rzln_ty2 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #fff;
}

.rcln_ztal3a,
.rcln_ztal3b {
    color: #000;
}

.rcln_ztar {
    position: relative;
}

.rcln_ztar_zt {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 26.35416666666667vw;
    padding: 42px 26px 42px 50px;
}

.rcln_ztarb {
    text-align: left;
}

.lxwm_ztl2 {
    display: flex;
    justify-content: space-between;
}

.lxwm_ztl2 li {
    display: flex;
    height: 370px;
    background: rgb(247, 247, 247);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 340px;
    padding: 0px 34px;
    position:relative;
}
.lxwm_ztl2 li:hover{
    background:rgba(15, 168, 96,0.1);
}

.lxwm_ztl2r {
    text-align: center;
}

.lxwm_ztl2r1 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 32px;
    margin: 22px 0px 32px;
}

.lxwm_ztl2r2 {
    font-size: 14px;
    line-height: 27px;
    color: rgb(106, 106, 106);
    height: 81px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.lxwm .ty_title2 {
    margin-bottom: 57px;
}

.lxwm_zt {
    margin-bottom: 73px;
}

.ty_banner {
    height: 600px;
    width: 100%;
}

.about_about {
    background: url(../images/about/about_about.jpg) center no-repeat;
    background-size: cover;
}

.about_zzry {
    background: url(../images/about/about_zzry.jpg) center no-repeat;
    background-size: cover;
}

.about_hzhb {
    background: url(../images/about/about_hzhb.jpg) center no-repeat;
    background-size: cover;
}

.about_fzlc {
    background: url(../images/about/about_fzlc.jpg) center no-repeat;
    background-size: cover;
}

.product_product {
    background: url(../images/product/product_product.jpg) center no-repeat;
    background-size: cover;
}

.zznl_zznl {
    background: url(../images/zznl/zznl_zznl.jpeg) center no-repeat;
    background-size: cover;
}

.news_news {
    background: url(../images/news/news_news.jpeg) center no-repeat;
    background-size: cover;
}

.lxwm_lxwm {
    background: url(../images/lxwm/lxwm_lxwm.jpeg) center no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1100px) {
    .pc {
        display: none;
    }

    .sj {
        display: block !important;
    }

    /*header*/
    .sjheaderd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sjheaderd_left {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .sjheaderd_left img {
        height: 45px;
    }

    .sjheader {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 111;
        inset-inline-end: 0;
        inset-inline-start: 0;
        width: 100%;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        background: #fff;
        border-top: 0;
        box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    }

    .sidebar__toggle {
        cursor: pointer;
    }

    .bar-icon {
        width: 26px;
        height: 18px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .bar-icon span {
        width: 100%;
        height: 2px;
        background: #000;
        display: inline-block;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .bar-icon span:nth-child(2) {
        margin-left: 0px;
    }

    .offcanvas__overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: var(--rs-common-black);
        z-index: 900;
        top: 0;
        opacity: 0;
        visibility: hidden;
        right: 0;
    }

    .sjposition {
        transition: all 0.7s;
        position: fixed;
        z-index: 9999;
        width: 100%;
        background: #fafafa;
        top: 0px;
        left: 100%;
        height: 100vh;
        background: #fafafa url(../images/sjlogo.svg) center bottom no-repeat;
        background-size: 60% auto;
    }

    .sjposition.cur {
        transition: all 0.7s;
        left: 0%;
    }

    .sjposition_a {
        display: flex;
        padding: 16px 0px;
        justify-content: space-between;
        align-items: center;
    }

    .sjposition_al {
        height: 50px;
    }

    .sjposition_al img {
        height: 100%;
    }

    .sjposition_ar i {
        font-size: 30px;
    }

    .sjposition_b>ul>li {
        border-bottom: #ccc 1px solid;
    }

    .sjposition_b li .sjposition_b1>a {
        line-height: 60px;
        display: block;
        color: #333;
    }

    .sjposition_b1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sjposition_b1 .more {
        position: relative;
        transform: rotate(0deg);
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .sjposition_b1 .more::before {
        transition: all 0.5s;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -7px;
        width: 22px;
        height: 14px;
        background: url(../images/icon/icon_93.png) center right no-repeat;
        background-size: 100% auto;
        content: " ";
    }

    .sjposition_b1 .more.cur::before {
        transition: all 0.5s;
        transform: rotate(90deg);
        width: 22px;
    }

    .sjposition_b2 {
        display: none;
    }

    .sjposition_b2 li:first-child {
        border-top: #ccc 1px solid;
    }

    .sjposition_b2 li a {
        padding: 0 15px 0 5px;
        line-height: 50px;
        font-size: 16px;
        color: #333;
        display: block;
    }

    .w1330 {
        width: 94%;
        margin: 0 auto;
    }

    /*header end*/

    .w1500,
    .footer_zt,
    .footer_ztb_zt {
        width: 94%;
        margin: 0 auto;
    }

    .ty_banner {
        height: 300px;
        width: 100%;
    }

    .ty_title {
        font-size: 22px;
        font-weight: 700;
        height: 28px;
        line-height: 28px;
        position: relative;
        color: rgb(0, 41, 104);
        text-transform: uppercase;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 40px 0px 10px;
    }

    .lxwm .ty_title2 {
        margin-bottom: 30px;
    }

    .ty_title2 {
        font-size: 14px;
        line-height: 25px;
        color: rgb(0, 0, 0);
        text-align: center;
        margin: 20px 0px 30px;
    }

    .lxwm_ztl2 {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .lxwm_ztl2 li {
        width: 100%;
        height: auto;
        padding: 40px 10px;
        margin-bottom: 15px;
    }

    .lxwm_zt {
        margin-bottom: 20px;
    }

    .lxwm_ztl2r2 {
        font-size: 14px;
        line-height: 27px;
        color: rgb(106, 106, 106);
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .lxwm_ztl2r1 {
        font-size: 20px;
        color: rgb(0, 0, 0);
        line-height: 32px;
        margin: 12px 0px 10px;
    }

    .zxly {
        background: url(../images/lxwm/zxly_bg.jpeg) center no-repeat;
        background-size: cover;
        padding: 40px 0px;
    }

    .lxwm_ztr {
        padding: 20px;
        background: #fff;
        width: 100%;
    }

    .lxwm_ztr21 input {
        background: rgb(245, 245, 245);
        border: none;
        line-height: 50px;
        width: 100%;
        text-indent: 2em;
    }

    .lxwm_yzm input {
        width: 40%;
        line-height: 50px;
        background: rgb(245, 245, 245);
        text-align: center;
        border: none;
    }

    .lxwm_yzml img {
        height: 50px;
        width: 40%;
    }

    .rcln_zta {
        display: flex;
        flex-direction: column;
    }

    .rcln_zt {
        margin: 40px 0px;
    }

    .rcln_ztal {
        width: 100%;
    }

    .rcln_ztala {
        display: flex;
        flex-direction: column;
    }

    .rcln_ztal1 {
        width: 100%;
        height: 309px;
        background: url(../images/lxwm/5.jpeg) center no-repeat;
        background-size: cover;
    }

    .rcln_ztal2 {
        width: 100%;
        height: 309px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        background: rgb(15, 168, 96);
        padding: 0px 43px;
    }

    .rcln_ztal3 {
        width: 100%;
        background: url(../images/lxwm/6.png) center no-repeat;
        background-size: cover;
        height: 309px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0px 20px;
    }

    .rcln_ztar_zt {
        position: absolute;
        right: 0px;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        padding: 20px 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .rcln_ztar {
        width: 100%;
        position: relative;
        background: url(../images/lxwm/7.jpeg) center no-repeat;
        background-size: cover;
        height: 309px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .footer_ztt_zt1l {
        padding: 20px 0px;
        width: 80%;
        margin: 0 auto;
    }

    .footer_ztt_zt2 {
        display: flex;
        color: #fff;
        padding: 20px 0px;
        justify-content: space-between;
    }

    .footer_ztt_zt2l li {
        display: flex;
        line-height: 38px;
        margin-bottom: 0px;
    }

    .footer_ztt_zt1l img {
        width: 100%;
    }

    .footer_ztt_zt2r {
        display: none;
    }

    .footer_ztt_zt1r {
        display: None;
    }

    .footer_ztb_zt {
        display: flex;
        color: #fff;
        justify-content: space-between;
        font-size: 14px;
        line-height: 24px;
        flex-direction: column;
        text-align: center;
        padding: 10px 0px;
    }

    .news_list li {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0%;
        position: relative;
    }

    .news_list {
        margin-top: 40px;
    }

    .zznl_ztlist {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .zznl_ztlist li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .znzz .zznl_ztlist {
        margin-top: 30px;
    }

    .zznl_ztlist li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .zznl_zt {
        padding-bottom: 30px;
    }

    .jscxa {
        display: flex;
        background: rgb(247, 247, 247);
        align-items: center;
        padding: 30px 0px;
        margin: 40px 0px 40px;
        flex-direction: column;
    }

    .jscxal {
        width: 100%;
        padding-left: 0;
        display: flex;
        align-items: center;
        height: auto;
        position: relative;
        justify-content: space-between;
    }

    .jscxala {
        width: 92%;
        font-size: 14px;
        line-height: 35px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
    }

    .jscxal::after {
        display: none;
    }

    .jscxar {
        width: 100%;
        padding: 0px 4%;
        display: flex;
        align-items: center;
        height: auto;
        justify-content: space-between;
    }

    .jscxar1 span {
        font-size: 32px;
        color: #000;
        margin-right: 5px;
    }

    .jscxar1 {
        font-size: 14px;
        color: #000;
    }

    .jscxar2 {
        font-size: 12px;
        color: rgb(0, 0, 0);
        line-height: 32px;
    }

    .zbnlq {
        margin: 30px 0px;
    }

    .zbnlq_zt {
        display: flex;
        align-items: flex-start;
        position: relative;
        flex-direction: column;
    }

    .zbnlq_zta {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .zbnl1 {
        width: 100%;
    }

    .zbnl {
        width: 100%;
        margin-top: 20px;
    }

    .zbnlq_zta2 {
        display: flex;
        margin: 20px 0px;
        justify-content: center;
    }

    .zbnlq_zta1 {
        font-size: 20px;
        line-height: 35px;
        color: rgb(0, 0, 0);
        text-transform: uppercase;
    }

    .product_ztl {
        display: none;
    }

    .product_ztr {
        width: 100%;
        margin: 0px 4%;
        padding-top: 30px;
    }

    .product_ztra {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .product_ztra li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .w56 {
        margin: 0px 2%;
    }

    .prcontent_zt2 {
        display: flex;
        padding: 10px;
        background: #fff;
        margin: 8px 0px 15px;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .prcontent_zt2l {
        width: 100%;
    }

    .prcontent_zt2r {
        width: 100%;
        margin-top: 15px;
    }

    .prcontent_zt2r2 {
        color: rgb(0, 0, 0);
        font-size: 22px;
        line-height: 32px;
        margin: 10px 0px;
    }

    .prcontent_zt2r3 {
        color: rgb(120, 120, 120);
        font-size: 14px;
        line-height: 32px;
        border-bottom: 1px solid rgb(228, 227, 227);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .prcontent_zt2r4 {
        display: flex;
        flex-direction: column;
    }

    .prcontent_zt2r4r {
        color: rgb(0, 0, 0);
        font-weight: 700;
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .prcontent_zt3 {
        background: #fff;
        margin-bottom: 15px;
        padding: 30px 5px;
    }

    .prcontent_zt31 {
        font-size: 22px;
        color: #000;
        line-height: 32px;
        text-align: center;
    }

    .prcontent_zt32 {
        font-size: 14px;
        color: rgb(55, 55, 55);
        text-align: center;
        line-height: 25px;
        margin-top: 10px;
    }

    .prcontent_zt33 {
        margin-top: 20px;
    }

    .prcontent_zt331 {
        margin-bottom: 10px;
        width: 100%;
    }

    .prcontent_zt33 input {
        border: 1px solid rgb(153, 152, 152);
        line-height: 60px;
        width: 100%;
        text-indent: 2em;
    }

    .xgcp {
        margin-top: 30px;
    }

    .xgcp_bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .prcontent_zt4 {
        background: #fff;
        margin-bottom: 30px;
        padding: 3.64583333333333vw 8.09583333333333vw 5.72916666666667vw;
    }

    .about1 {
        padding: 40px 0px;
    }

    .about1_zt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .about1_ztl {
        width: 100%;
    }

    .about1_ztl1 {
        color: rgb(0, 41, 104);
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
        text-transform: uppercase;
    }

    .about1_ztl2 {
        text-align: justify;
        margin-top: 10px;
        color: rgb(35, 35, 35);
        line-height: 28px;
        font-size: 14px;
    }

    .about1_ztr {
        width: 100%;
    }

    .about1_ztr1a {
        font-size: 28px;
        color: rgb(0, 0, 0);
        line-height: 44px;
    }

    .about1_ztr1a {
        font-size: 28px;
        color: rgb(0, 0, 0);
        line-height: 44px;
    }

    .about1_ztr1 {
        display: inline-block;
        text-align: right;
        margin-right: 0px;
    }

    .about1_ztr li {
        border-bottom: 1px solid rgb(218, 218, 218);
        float: right;
        padding-bottom: 14px;
        text-transform: capitalize;
        margin-top: 35px;
    }

    .about2_zt {
        padding: 40px 0px;
    }

    .about2 {
        height: auto;
        width: 100%;
        background: url(../images/about/about2.jpeg) center no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        margin-top: 40px;
    }

    .about2_zt ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .about2_zt ul li {
        width: 100%;
        height: auto;
        background: url(../images/about/about2a.png) center no-repeat;
        background-size: 100% 100%;
        position: relative;
        text-align: center;
        padding: 30px 30px;
        margin-bottom: 20px;
    }

    .about2_zt1 {
        color: rgba(255, 255, 255, 0.4);
        font-size: 24px;
        text-transform: capitalize;
    }

    .about2_zt2 {
        font-size: 16px;
        line-height: 28px;
        padding: 0px 20px;
        color: rgb(255, 255, 255);
        margin-top: 10px;
    }

    .about3_zt {
        display: flex;
        padding: 30px 0px;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .about3 .ty_title {
        margin-top: 40px;
    }

    .about3_ztr {
        width: 92%;
        margin: 0 auto;
    }

    .about3_ztr img {
        width: 100%;
    }

    .about3_ztl1 {
        font-weight: 700;
        font-size: 18px;
        line-height: 50px;
        color: rgb(0, 0, 0);
        text-transform: uppercase;
    }

    .about3_ztl2 {
        font-size: 16px;
        line-height: 32px;
        color: rgb(35, 35, 35);
        width: 100%;
        margin-top: 28px;
    }

    .about3_ztl1 {
        font-weight: 700;
        font-size: 18px;
        line-height: 50px;
        color: rgb(0, 0, 0);
        text-transform: uppercase;
    }

    .zzrya {
        width: 92%;
        margin: 30px auto;
    }

    .zzrya ul li {
        width: 100%;
        padding: 0px 20px;
        text-align: center;
        height: 120px;
        position: relative;
        margin-bottom: 20px;
    }

    .zzrya2 {
        font-size: 12px;
        line-height: 20px;
        color: rgb(206, 150, 42);
    }

    .zzrya ul li::after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50px;
        height: 120px;
        background: url(../images/about/ry1.png) center no-repeat;
        background-size: 100% 100%;
    }

    .zzrya ul li::before {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 120px;
        background: url(../images/about/ry2.png) center no-repeat;
        background-size: 100% 100%;
    }

    .zzryb {
        margin: 30px 0px;
    }

    .about_zt_list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 92%;
        margin: 0px auto;
    }

    .about_zt_list li {
        cursor: pointer;
        width: 100%;
        margin-right: 0px;
        background: rgb(247, 247, 247);
        padding: 20px 10px;
        margin-bottom: 15px;
    }

    .about_zt_listb {
        margin-top: 20px;
        padding-top: 30px;
        border-top: 1px solid rgb(223, 223, 223);
    }

    #certify .swiper {
        padding: 00px 0px;
        margin:40px 0px;
    }

    #certify .swiper-slide {
        width: 100%;
        height: 380px;
        border-radius: 50%;
    }

    #certify .swiper-slide-active .certify1 {
        color: rgb(0, 0, 0);
        font-size: 14px;
        line-height: 25px;
        width: 92%;
        text-align: center;
        display: block;
    }
    .fzlc_y1, .fzlc_y2,.fzlc_y3{
        width:100%;
        height:380px;
    }

    .certify2 {
        font-size: 60px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .banner {
        height: 240px;
        margin-top:70px;
    }

    .banner .swiper-wrapper {
        height: 240px;
    }

    .ipr_zt_title img {
        height: 6px;
    }

    .ipr_zt_title img:nth-child(1) {
        margin-right: 6px;
    }

    .ipr_zt_title img:nth-child(2) {
        margin-left: 5px;
    }

    .ipr_zt_title {
        display: flex;
        font-size: 5.31400966183575vw;
        font-weight: 700;
        color: rgb(0, 41, 104);
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
        letter-spacing: -1.8px;
        margin-top: 40px;
    }

    .ipr_list {
        width: calc(100% - 28px);
        margin: 15px auto 0px;
    }

    .ipr_list .swiper-slide img {
        width: 100%
    }
    

    .iab_zt1 {
        padding-top: 40px;
        display: flex;
        justify-content: space-between;
    }

    .iab_zt {
        width: 92%;
        margin: 0 auto;
    }

    .iab_zt1 {
        padding-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }

    .iab_zt1lb {
        font-size: 5.31400966183575vw;
        font-weight: 700;
        line-height: 30px;
        color: rgb(0, 41, 104);
        text-transform: uppercase;
        letter-spacing: -1.9px;
        margin-top: 2.1px;
    }
    .ipr_zt_dec{
        font-size:3.86473429951691vw;
    }
    .iab_zt1la {
        color: rgb(15, 168, 96);
        line-height: 52px;
        font-size: 5.31400966183575vw;
        font-weight: 700;
        position: relative;
        padding-left: 40px;
        letter-spacing: -0.8px;
    }

    .iab_zt1la::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 1px;
        background: rgb(15, 168, 96);
        left: 0px;
        top: 50%;
        margin-top: -0.5px;
    }

    .iab_zt1r a {
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: rgb(0, 41, 104);
        font-size: 16px;
        color: rgb(255, 255, 255);
        font-weight: 400;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
    }

    .iab {
        padding-bottom: 30px;
        background: url(../images/index/ipr_bg.jpeg) center no-repeat;
        background-size: 100%;
    }

    .iab_zt2 {
        margin-top: 30px;
    }

    .iab_zt2a {
        font-size:3.86473429951691vw;
        line-height: 26px;
        color: rgb(64, 64, 64);
        width: 100%;
        font-family: 'Arial';
        text-align: justify;
    }

    .iab_zt2b {
        display: flex;
        margin-top: 30px;
    }
    .iab_zt2b2{
        font-size:2.89855072463768vw;
    }
    .iab_zt2b {
        display: flex;
        margin-top: 30px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .iab_zt2b li:nth-child(1),
    .iab_zt2b li:nth-child(2),
    .iab_zt2b li:nth-child(3) {
        width: auto;
        margin-right: 0px;
    }

    .iab_zt2b li:nth-child(1),
    .iab_zt2b li:nth-child(2) {
        width: 50%;
    }

    .iab_zt2b li:nth-child(3) {
        width: 100%;
    }

    .case_zt {
        width: 92%;
    }

    .case_zt .iab_zt1r a {
        margin-top: 20px;
    }

    .case_zt .iab_zt1 {
        padding-top: 40px;
    }

    .case_list {
        margin: 10px 10px 0px;
        padding-bottom: 10px;
    }

    .znzz_zt {
        width: 92%;
        margin: 0 auto;
        padding: 40px 0px;
    }

    .znzz_ztal img {
        width: 100%;
    }

    .znzz_zta {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .znzz_ztar {
        margin-top: 40px;
        position: relative;
    }

    .znzz_ztar .iab_zt1lb {
        margin-top: 2px;
        line-height: 30px;
    }

    .znzz_ztar .iab_zt1lc {
        margin-top: 15px;
        line-height: 28px;
        color: rgb(162, 162, 162);
        font-size:3.86473429951691vw;
    }

    .znzz_ztb {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
    }

    .znzz_ztb li {
        text-align: center;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        border-right: 0px;
        border-bottom: 1px solid rgb(214, 214, 214);
        padding: 30px 0px;
    }

    .znzz_ztb2 {
        font-size: 18px;
        color: rgb(19, 19, 19);
        font-weight: 700;
        line-height: 52px;
        text-transform: uppercase;
        margin: 0px;
    }

    .hzpp {
        background: rgb(245, 245, 245);
        padding-bottom: 40px;
    }

    .hzpp_zt {
        width: 92%;
        margin: 0 auto;
    }

    .iab_zt1r {
        margin-top: 20px;
    }

    .hzpp_zt1 {
        margin-top: 30px;
    }

    .hzpp_zt .iab_zt1 {
        padding-top: 40px;
        align-items: center;
    }
    #positive .bg {
        height: 300px;
    }
    .ivideo_zt2{
        font-size:3.86473429951691vw;
    }
    .iab_zt1r{
        margin-top:0px;
    }
    .ivideo_zt {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 300px;
        width: 100%;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .znzz_ztar {
        margin-top: 40px;
        position: relative;
        width: 100%;
    }
    .about2_zt ul li:hover {
        display: flex;
        padding-top: 30px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: #fff;
        border-radius: 10px;
    }
    .about3_ztl1 {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: rgb(0, 0, 0);
        text-transform: uppercase;
    }
    .hzhba {
        padding: 30px 0px;
    }
    .hzhba_zt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .hzhba_ztr img{
        width:100%;
    }
    .hzhba_ztl2 {
        margin-top: 20px;
        color: rgb(35, 35, 35);
        line-height: 32px;
        width: 100%;
        text-align: justify;
        margin-bottom: 20px;
    }
    .hzhba_ztl1 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
        color: rgb(15, 168, 96);
        text-transform: uppercase;
        text-align: center;
    }
    .product_ztr2 {
        height: 60px;
        display: flex;
        background: #fff;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        color: rgb(0, 0, 0);
        padding: 0px 5px;
    }
    .product_ztr2r{
        font-size:12px;
    }
    .xgcp .product_ztr2 {
        height: 60px;
        display: flex;
        background: #fff;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        color: rgb(0, 0, 0);
        padding: 0px 5px;
    }
    .prcontent_zt4 {
        background: #fff;
        margin-bottom: 30px;
        padding: 30px 5px;
    }
    .prcontent_zt334 {
        width: 38.38541666666667vw;
        background: rgb(0, 41, 104);
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
    }
    .prcontent_zt33 input {
        border: 1px solid rgb(153, 152, 152);
        line-height: 40px;
        width: 100%;
        text-indent: 1em;
    }
    .prcontent_zt332 textarea {
        border: 1px solid rgb(153, 152, 152);
        line-height: 60px;
        width: 100%;
        font-family: "微软雅黑";
        text-indent: 1em;
    }
    .prcontent_zt333 img {
        height: 30px;
        position: absolute;
        right: 5px;
        top: 6px;
    }
    .product_ztr2r{
        font-size:14px;
    }
    .hzpp_zt .iab_zt1r{
        margin-top:20px;
    }
    .hzpp_zt .iab_zt1 {
        padding-top: 40px;
        align-items: baseline;
    }
    .wappagenav,.wappagenav a{
        text-transform: capitalize;
    }
	.fzlc_zt{
	padding:0px;
	}
}