* {
    margin: 0px;
    padding: 0px;
    outline: none;

}



body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font: inherit !important;
    overflow-x: hidden;
}


.w1488 {
    width: 1488px;
    margin: 0 auto;
}

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

.headers {
    position: fixed;
    z-index: 99;
    left: 0px;
    top: 0px;
    width: 100%;
}

.headers.on {
    height: 100px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    display: flex;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03);
}

.headers.on .header_top {
    display: none;
}
.headers .headerr li a:hover{
    color:#fff;
}
.headers.on .headerr li a:hover{
    color: rgb(196, 0, 0);
}
.headers.on .header_rltaw {
    color: rgb(196, 0, 0);
}

.headers.on .header1aaa {
    border: 1px solid rgb(196, 0, 0);
}
.header_logoa{
    display:none;
}
.headers.on .header_logoa {
    margin-left: 5%;
    position: relative;
    top: 10px;
    display:inline;
}

.headers.on .header_logoa img {
    height: 80px;
}

.headers.on .header1 {
    color: rgb(196, 0, 0);
}

.headers.on .header1 a {
    color: rgb(196, 0, 0);
}
.headers.on span {
    color: rgb(196, 0, 0);
}
.header_top {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 199;
}

.z_logo {
    position: absolute;
    padding: 0px;
    box-sizing: border-box;
    left: 10px;
    top: 10px;
    box-sizing: border-box;
    z-index: 5;
}
.z_logo img {
    display: block;
    position: relative;
    z-index: 9;
    margin-left:40px;
}
.z_logo .wave, .z_logo .wave1, .z_logo .wave2 {
    z-index: -1;
    position: absolute;
    bottom: -20%;
    width: 300px;
    height: 300px;
    background-color: rgba(198, 0, 0, .8);
    border-radius: 45%;
    animation: rotate 6s linear infinite;
}
.z_logo .wave1 {
    background-color: rgba(198, 0, 0, .8);
    transform: translate(-20%, 0) rotate(0deg);
    animation: rotate1 6s linear -4s infinite;
}
.z_logo .wave2 {
    background-color: rgba(198, 0, 0, .8);
    transform: translate(20%, 0) rotate(0deg);
    animation: rotate2 6s linear -2s infinite;
}
@keyframes rotate {
    50% {
        border-radius: 38%;
        transform: rotate(180deg);
    } 100% {
          border-radius: 45%;
          transform: rotate(360deg);
      }
}

@keyframes rotate1 {
    50% {
        border-radius: 38%;
        transform: translate(-30%, 8%) rotate(180deg);
    }100% {
         border-radius: 45%;
         transform: translate(-20%, 0%) rotate(360deg);
     }
}

@keyframes rotate2 {
    50% {
        transform: translate(30%, 8%) rotate(180deg);
    }100% {
         transform: translate(20%, 0%) rotate(360deg);
     }
}

.header_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}

.header_logo img {
    width: 160px;
}

.header {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70%;
    z-index: 199 !important;

}

.headerr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headerr ul {
    width: 64%;
    display: flex;
    justify-content: space-between;
}

.header_rltaw {
    color: #fff;
    line-height: 100px;
}


.header1 {
    display: flex;
    justify-content: space-between;
    margin-right: 50px;
    margin-left: 50px;
}

.header1aaa {
    line-height: 42px;
    border: 1px solid #fff;
    border-radius: 21px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 0px 20px;
    letter-spacing: 2px;
}

.header1aaa span {
    padding: 0px 3px;
}

.header1 a {
    color: #fff;
}

.headerr ul li {
    position: relative;
}

.zw_show {
    position: absolute;
    top: 92%;
    left: -50%;
    background: #FFFFFF;
    width: 200%;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.headerr ul li:hover .zw_show {
    opacity: 1;
    visibility: visible;
}

.zw_show:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
    border-top: 6px solid #FFFFFF;
    border-right: 6px solid #FFFFFF;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-45deg);
    mix-blend-mode: multiple;
}

.zw_show a {
    z-index: 1;
    position: relative;
    background: #FFFFFF;
    padding: 16px 20px;
    color: #666;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: inherit;
    font-size: 14px;
    text-decoration: none;
}

.zw_show a:hover {
    background: rgb(196, 0, 0);
    color: #fff;
}




.in_about {
    position: relative;
    width: 100%;
    background: url(../images/about_bg.jpg) top no-repeat;
}

.in_aboutt {
    height: 114px;
    width: 1px;
    background: rgb(0, 0, 0);
    margin: 0 auto;
    position: relative;
}

.in_aboutt::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 114px;
    margin-left: -5.5px;
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50%;
}

.in_about1 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 500;
    color: rgb(48, 62, 72);
    text-align: center;
    padding-bottom: 80px;
    padding-top: 55px;
    font-family: "syht";
}

.in_about2 {
    height: 760px;
    position: relative;
    width: 100%;
}

.in_about2l {
    height: 644px;
    position: relative;
    top: 58px;
    left: 0px;
    width: 48%;
    z-index: 2;
}
.video_icon {
    cursor: pointer;
    text-align: center;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    line-height: 50px;
}

.video_icon i {
    font-size: 20px;
    color: rgb(198, 0, 0);
    margin-left: 4px;
}
.video_icon span{
    position:relative;
    z-index: 2;
}
.video_icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.video_icon span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: myfirst 3s infinite;
    animation-direction: alternate;

    /* Safari Ã¥â€™Å’ Chrome */
    -webkit-animation: myfirst 3s infinite;
    -webkit-animation-direction: alternate;
}

.video_icon span::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86px;
    height: 86px;
    margin-top: -43px;
    margin-left: -43px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: myfirsts 3s infinite;
    animation-direction: alternate;

    /* Safari Ã¥â€™Å’ Chrome */
    -webkit-animation: myfirsts 3s infinite;
    -webkit-animation-direction: alternate;
}

@keyframes myfirst {
    0% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.1);
    }

    50% {
        transform: scale(1.5);
        background: rgba(255, 255, 255, 0.1);
    }

    100% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.1);
    }
}

@-webkit-keyframes myfirst

/* Safari and Chrome */
    {
    0% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.1);
    }

    50% {
        transform: scale(1.5);
        background: rgba(255, 255, 255, 0.1);
    }

    100% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.1);
    }
}

@keyframes myfirsts {
    0% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.1);
    }

    50% {
        transform: scale(1.5);
        background: rgba(255, 255, 255, 0.05);
    }

    100% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.1);
    }
}

@-webkit-keyframes myfirsts

/* Safari and Chrome */
    {
    0% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.1);
    }

    50% {
        transform: scale(1.5);
        background: rgba(255, 255, 255, 0.05);
    }

    100% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.1);
    }
}
.videok {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.videok video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    max-height:100%;
}

.vclose {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    cursor: pointer;
}

.in_about2r {
    width: 54%;
    position: absolute;
    right: 0px;
    top: 0px;

    background: #fff;
    box-shadow: 0px 4px 43px 0px rgba(0, 0, 0, 0.1);

}

.in_about2r .wow {
    height: 760px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.in_about2ra {
    color: rgb(94, 94, 94);
    line-height: 44px;
    text-align: center;
}
.in_about2ra1{
    color:rgba(32, 32, 32,0.08);
    font-size:50px;
    font-weight:700;
    margin-bottom:46px;
}
.in_about2r .in_about2rb{
    margin-top:20px;
}
.in_about2rb {
    width: 94px;
    height: 94px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
}

.in_about2rb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: inset 0 0 0 90px rgb(198, 0, 0);
    transition: box-shadow 0.3s, transform 0.3s;
}

.in_about2rb:hover::after {
    box-shadow: inset 0 0 0 2px rgb(198, 0, 0);
    transform: scale(1.1);
}

.in_about2rb:hover .in_about2rb1 {
    color: #000000;
}

.in_about2rb:hover .in_about2rb2 img:nth-child(1) {
    display: none;
}

.in_about2rb:hover .in_about2rb2 img:nth-child(2) {
    display: block;
}

.in_about2rb .in_about2rb2 img:nth-child(2) {
    display: none;
}

.in_about2rb1 {
    color: #fff;
    font-size: 14px;
}

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

.in_about2rb2 img {
    display: block;
}

.in_re {
    position: relative;
    z-index: 2;
}

.in_qysl .in_about1 {
    margin-top: 120px;
    padding-bottom: 32px;
}

.ctext {
    opacity: 0;
    transition: all 1s;
    transform: scale(1.2);
    font-family: 'syht';
}

.ctext span {
    opacity: .5;
    transition: all 1s;
    transform: scale(1.2);
}

.ctext span:nth-child(2n) {
    opacity: 0;
    transition: all 1s;
}

.on .ctext,
.on .ctext span {
    transform: scale(1);
    opacity: 1 !important;
}

@keyframes ctext {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes c-line {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

.in_qysl1a {
    display: flex;
}

.in_qysl1a li {
    margin: 0px 7px;
    position: relative;
    overflow: hidden;
}


.in_qysl1l li:nth-child(1) {
    margin-left: 0px;
}

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

.in_qysl1ca {
    font-size: 16px;
    text-align: center;
    color: #454545;
    line-height: 34px;
    margin-top: 108px;
}

.in_qysl1c {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -11px;
}

.c-line {
    opacity: 0;
    transition: all 1s 0.3s;
    -webkit-animation-name: c-line;
    animation-name: c-line;
    width: 2px;
    height: 60px;
    background-color: #C5C5C5;
    overflow: hidden;
    margin: 0 auto 100px;
}

.c-line:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 32px;
    background-color: #1A1A1A;
    animation: goBottom 1s linear infinite;
}

@keyframes goBottom {
    0% {
        transform: translateY(-200%);
    }

    100% {
        transform: translateY(200%);
    }
}

.c-home3 {
    height: 360vh;
}

.c-home3 .c-main {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
}

.public-box1 {
    padding-top:100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    height: 100vh;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.public-box1.c-dt2 .c-text,
.public-box1.c-dt2 .public-btn3 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s 0.3s;
    color: #303E48;
}

.public-box1.c-dt2.on .c-text,
.public-box1.c-dt2.on .public-btn3 {
    opacity: 1;
    transform: translateY(0);
}

.public-box1 .public-btn2,
.public-box1 .public-btn3 {
    pointer-events: auto;
}

.public-box1 .c-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: huxi2 20s linear infinite;
}

.public-box1 .c-cm {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 20;
    height: 24%;
    object-fit: cover;
    transform: translate(-50%, 100%);
}

.public-box1 .container {
    position: relative;
    z-index: 5;
}

.public-box1 .c-ico {
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .public-box1 .c-ico {
        width: 0.5rem;
        height: 0.8rem;
    }
}

.public-box1 .c-ico img,
.public-box1 .c-ico svg {
    width: 100%;
    height: 100%;
}

.public-box1 .c-ico img path,
.public-box1 .c-ico svg path {
    fill: #fff;
}

.public-box1 .c-title {
    margin: 0.4rem 0 0.6rem;
    font-size: 22px;
}

.public-box1 .c-text {
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
}

.c-home3 .in_about2rb {
    margin: 113px auto 0px;
}
.c-home3 .in_about2rb:hover{
    background:#fff;
    background-size:120% 120%;
}

@media (max-width: 767px) {
    .public-box1 .c-text br {
        display: none;
    }
}

.public-box1.c-dt2 {
    position: absolute;
    top: 120%;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
}

@media (max-width: 1580px) {
    .public-box1.c-dt2 {
        top: 110%;
    }
}

.public-box1.c-dt2 .c-ico svg path {
    fill: #f16777;
    transition: 0.5s;
}

.public-box1.c-dt2 .c-title {
    color: #f16777;
    transition: 0.5s;
    font-weight:400;
}

.public-box1.c-dt2 .c-img {
    opacity: 0;
    transition: 0s;
}

.public-box1.c-dt2 .c-text,
.public-box1.c-dt2 .public-btn3 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s 0.3s;
}

.public-box1.c-dt2 .public-btn3 {
    transition: all 0.5s 0.5s;
}

.public-box1.c-dt2.on .c-ico svg path {
    fill: #fff;
}

.public-box1.c-dt2.on .c-title {
    color: #f16777;
}

.public-box1.c-dt2.on .c-img {
    opacity: 1;
    transition: all 0.5s;
}

.public-box1.c-dt2.on .c-text,
.public-box1.c-dt2.on .public-btn3 {
    opacity: 1;
    transform: translateY(0);
}

.c-gdtext {
    font-size: 48px;
    color: rgb(48, 62, 72);
    line-height: 60px;
    font-family: 'syht';
}

.public-box1.c-dt2 .pr_list,
.public-box1.c-dt2 .c-gdtext {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s 0.3s;
}

.public-box1.c-dt2.on .pr_list,
.public-box1.c-dt2.on .c-gdtext {
    opacity: 1;
    transform: translateY(0);
}

.pr_list {
    pointer-events: auto;
}

.pr_list ul {
    display: flex;
    margin-top: 66px;
}

.pr_list ul li {
    margin: 0px 10px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.pr_list ul li a::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: .5s;
}

.pr_lista_text {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.pr_lista_img img {
    display: block;
    transition: .5s;
}

.pr_list ul li:hover img {
    transform: scale(1.06);
}

.pr_list ul li:hover a::after {
    top: 0px;
}

.pr_list ul li:hover .pr_lista_text {
    top: 0px;
}

.pr_lista_text1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
}

.pr_lista_text2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
}

.pr_lista_text3 {
    width: 145px;
    line-height: 46px;
    border-radius: 23px;
    background: rgb(198, 0, 0);
    margin-top: 40px;
    transition: .5s;
}

.pr_list ul li .pr_lista_text3:hover {
    background: #fff;
    color: rgb(198, 0, 0);
}


.in_news {
    padding: 60px 0px 70px;
    background: rgb(241, 241, 241);
}

.w1570 {
    width: 1570px;
    margin: 0 auto;
    position: relative;
}

.in_newsa1 {
    color: rgb(54, 53, 53);
    font-size: 20px;
    font-weight: 400;
}

.in_news .c-text {
    color: rgb(48, 62, 72);
    font-size: 48px;
    font-weight: 500;
    line-height: 62px;
}

.in_newsb {
    margin-top: 62px;
    padding-bottom:50px;
    border-bottom:1px solid #D9D9D9;
}

.in_newsb ul {
    display: flex;
}

.in_newsb li {
    background: #fff;
    flex: 1;
    margin-right: 13px;
    position: relative;
    overflow: hidden;
}

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

.in_newsba {
    padding: 47px 45px;
}
.ty_img:hover img{
    transform: scale(1.4);
}
.ty_img {
    position: relative;
    overflow: hidden;
}

.ty_img img {
    width: 100%;
    transition: .5s;
    display:block;
}

.in_newsb1 {
    color: rgb(198, 0, 0);
    font-size: 16px;
    font-weight: 400;
}

.in_newsb2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    width: 84%;
    margin: 30px 0px 20px;
    color: rgb(0, 0, 0);
    height: 60px;
}

.in_newsb3 {
    color: rgb(129, 129, 129);
}

.in_newsb4 {
    color: rgb(129, 129, 129);
    line-height: 30px;
    font-weight: 400;
    margin-top: 50px;
    height: 90px;
}

.in_newsbb {
    width: 100%;
    background: #fff;
    transition: .5s;
}

.in_newsbb1 {
    position: absolute;
    top: -100%;
    left: 0px;
    transition: .5s;
}

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

.in_newsbb2 {
    height: 88px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: -88px;
    left: 0px;
    transition: .5s;
    background: #fff;
}

.in_newsbb2l {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 14px 32px;
    float: left;
    width: calc(100% - 88px);
    color: rgb(0, 0, 0);
    font-family: 'syht';
}

.in_newsbb2r {
    width: 88px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    background: rgb(198, 0, 0);
    color: #fff;
    font-size: 26px;
    float: right;
}

.in_newsbb2r i {
    font-size: 26px;
}

.in_newsb li:hover .in_newsba {
    opacity: 0;
}

.in_newsb li:hover .in_newsbb1 {
    top: -6%;
}

.in_newsb li:hover .in_newsbb2 {
    bottom: 0px;
}

.in_newsb li:hover img {
    transform: scale(1.1);
}

.in_newsb li.on .in_newsbb1 {
    top: -6%;
}

.in_newsb li.on .in_newsbb2 {
    bottom: 0px;
}

.in_newsb li.on img {
    transform: scale(1.1);
}


.ypsq {
    padding: 106px 0px;
}

.w1265 {
    width: 1265px;
    margin: 0 auto;
}

.ypsqd {
    height: 418px;
    display: flex;
    width: 100%;
    background: url(../images/ypsq_bg.jpg) center no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    padding-left: 88px;
}

.ypsqd1 {
    font-size: 38px;
    line-height: 56px;
    font-weight: bold;
}

.ypsqd2 {
    font-size: 14px;
    color: rgb(108, 108, 108);
    line-height: 28px;
    font-weight: 400;
    width: 42%;
    margin: 10px 0px 35px;
}

.ypsqd3 {
    width: 166px;
    line-height: 44px;
    background: rgb(198, 0, 0);
    border-radius: 26px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ypsqd3::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 150%;
    background: #fff;
    transition: .5s;
    opacity: 0;
    transform: rotate(-60deg);
}

.ypsqd3:hover::after {
    opacity: 1;
    transform: rotate(-60deg) scale(3);
}

.ypsqd3:hover {
    color: rgb(198, 0, 0);
}

.ypsqd3 div {
    position: relative;
    z-index: 1;
}

.ypsqd3 img {
    position: relative;
    top: -2px;
}

.ypsqd3a img:nth-child(2) {
    display: none;
}

.ypsqd3:hover .ypsqd3a img:nth-child(1) {
    display: none;
}

.ypsqd3:hover .ypsqd3a img:nth-child(2) {
    display: inline;
}


footer {
    background: rgb(66, 66, 66);
}

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

.footer_top1 {
    font-size: 42px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 24px 36px;
}

.footer_top2 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
}

.footer_top2l {
    padding: 32px 0px 28px;
    padding-left: 25px;
    padding-right: 62px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_top2l1 {
    color: #fff;
    font-size: 18px;
    font-family: 'syht';
    line-height: 32px;
}

.footer_top2l2 {
    color: #fff;
    line-height: 32px;
    font-size: 14px;
}

.footer_top2l3 {
    color: rgb(255, 0, 0);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1px;
}

.footer_top2l4:nth-child(1) {
    margin-top: 32px;
}

.footer_top2l4 {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    display: flex;
    margin-top: 16px;
}

.footer_top2l6 {
    margin-top: 32px;
}

.footer_top2l6 li {
    position: relative;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
}

.footer_top2l6 li i {
    font-size: 24px;
}

.footer_top2l6b {
    position: absolute;
}

.footer_top2r {
    width: calc(100% - 374px);
    padding: 32px 0px 28px;
}

.footer_top2r ul {
    display: flex;
    justify-content: space-around;
}

.footer_topr1a a {
    font-size: 16px;
    color: #fff;
}
.footer_topr1a a:hover{
    color:rgb(255, 0, 0);
}
.footer_topr1b {
    margin-top: 26px;
}

.footer_topr1b a {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 28px;
}
.footer_topr1b a:hover{
    color:rgba(255,255,255,1);
}

.footer_bottom {
    padding: 36px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_bottom1 {
    line-height: 32px;
}

.footer_bottom1a {
    font-size: 14px;
    color: #fff;
}

.footer_bottom1a a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.footer_bottom1b a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0px 13px;
    position: relative;
}

.footer_bottom1b a::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    height: 14px;
    width: 1px;
    background: #fff;
}

.footer_bottom1b a:nth-child(1) {
    padding-left: 0px;
}

.footer_bottom1b a:last-child {
    padding-right: 0px;
}

.footer_bottom1b a:last-child::after {
    display: none;
}

.footer_bottom1a img {
    height: 13px;
    display: inline-block;
}

.footer_bottom2 {
    width: 178px;
    height: 50%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: rgb(198, 0, 0);
    border-radius: 2px;
    cursor: pointer;
    position:relative;
}
.footer_bottom2:hover .footer_ewm{
    display:block;
}
.footer_bottom2 .footer_ewm{
    position:absolute;
    top:-178px;
    left:0px;
    width:100%;
    display:none;
}
.footer_ewm img{
    width:100%;
}

.w1230 {
    width: 1230px;
    margin: 0 auto;
}


.about_body .abo_r1 {
    overflow: hidden;
    padding-top: 132px;
    padding-bottom: 100px;
    background-position: left bottom;
}

.about_body .pub_case {
    width: 83.75%;
    max-width: 2000px;
    position: relative;
    margin: 0 auto;
}

.about_body .abo_r1 .pub_case {
    position: relative;
}

.about_body .abo_r1 .src_el_box {
    left: 60%;
    bottom: 15%;
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    width: 60%;
}

.pub_img_box::before {
    content: '';
    display: block;
    margin-top: 100%;
}

.pub_img_box>img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
    transition: all .5s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0s;
}

.pub_title_l {
    font-size: 38px;
    font-weight: 700;
    color: rgb(198, 0, 0);
    line-height: 80px;
}

.en_h {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 1px rgba(168, 168, 168, 0.1);
    line-height: 80px;
}

.about_body .abo_r1 .abo_r1_con {
    display: flex;
    align-items: flex-start;
}

.about_body .abo_r1 .abo_r1_con .abo_r1_l {
    width: 48%;
}

.about_body .abo_r1 .abo_r1_con .abo_r1_r {
    width: 58%;
    background-color: #fff;
    min-height: 5.23rem;
    padding: 46px 46px 30px;
    margin-top: 200px;
    z-index: 3;
    margin-left: -20%;
}

.abo_r1_n {
    font-size: 32px;
    line-height: 46px;
    color: rgb(28, 28, 28);
    margin-bottom: 20px;
    font-weight: 400;
}

.pub_info_s {
    line-height: 36px;
    color: rgb(88, 88, 88);
}



.qywh {
    width: 100%;
    height: 850px;
    background: url(../images/qywh_bg.jpg) center no-repeat;
    background-size: cover;
}

.qywh_z {
    height: 850px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.1);
    padding: 0px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 660px;
    margin-left: 14%;
}

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

.title_en {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    line-height: 80px;
}

.qywh_text {
    line-height: 36px;
    color: rgb(255, 255, 255);
    text-align: justify;
    margin-top: 75px;
}

.zzry {
    padding-top: 80px;
    padding-bottom: 110px;
}

.zzry_list {
    margin-top: 50px;
    width: 110%;
}

.zzry_z {
    width: 86%;
    margin-left: 14%;
    position: relative;
    overflow: hidden;
}

.zzry_list .swiper-slide {
    cursor: pointer;
}

.zzry_list .swiper-slide img {
    display: block;
}

.zzry_list .swiper-slide:hover img {
    transform: scale(1.12);
}

.zzry_titlea {
    color: rgb(198, 0, 0);
}

.zzry_titleb {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px rgba(168, 168, 168, 0.1);
}

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

.zzry_titler {
    display: flex;
    position: relative;
    width: 636px;
    justify-content: center;
}

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

.zzry_titler div {
    width: 84px;
    line-height: 84px;
    text-align: center;
    border-radius: 50%;
    background: rgb(244, 243, 243);
    cursor: pointer;
    color: rgb(198, 0, 0);
    position: relative;
    z-index: 1;
}

.zzry_titler div i {
    font-size: 22px;
}

.zzry_l {
    margin-right: 46px;
    transform: rotate(-180deg);
}

.qysj {
    padding: 60px 0px 60px;
}

.qysj_list .swiper-slide {
    width: 435px;
}
.qysj_list .swiper-slide div{
    height:546px;
}
.qysj_list .swiper-slide img {
    width:100%;
    position:absolute;
    bottom:0px;
}
.swiper-slide-next + .swiper-slide{
    width:725px;
}
.qysj_ty {
    margin-left: 44px;
    padding: 20px 0px;
    cursor: pointer;
}
.qysj_ty:hover img:nth-child(2){
    display:block;
}
.qysj_ty:hover img:nth-child(1){
    display:none;
}

.qysj_ty img{
    display:block;
}
.qysj_ty img:nth-child(2){
    display:none;
}
.qysj_titler:nth-child(1){
    margin-left:0px;
}
.qysj_titler{
    display:flex;
    margin-right:15.4%;
    position:relative;
}
.qysj_titler::after{
    content:'';
    position:absolute;
    left:52.4%;
    top:50%;
    margin-top:-6px;
    width:12px;
    height:12px;
    border-radius: 50%;
    background:#C60000;
}
.qysj_r{
    transform: rotate(180deg);
}
.qysj_r img:nth-child(1){
    display:none;
}
.qysj_r img:nth-child(2){
    display:block;
}


.fzlc {
    width: 100%;
    height: 800px;
    background: url(../images/fzlc_bg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.fzlca {
    margin-left: 14%;
    padding-top: 80px;
}



.w1380 {
    width: 1380px;
    margin: 0 auto;
}

.product {
    padding-top: 98px;
}

.product .product_ul {
    display: flex;
    flex-wrap: wrap;
}

.product .product_ul li {
    width: 24%;
    margin-right: 1.33%;
    border: 1px solid rgb(243, 244, 244);
    margin-bottom: 20px;
}

.product .product_ul li:hover img {
    transform: scale(1.04);
}
.product .product_ul li:hover .product_bgcrc2l,
.product .product_ul li:hover .product_bgcrc2r{
    color:#fff;
}
.product .product_ul li:hover .product_bgcrc2{
    background:rgb(222, 0, 0);
}
.product .product_ul li:nth-child(4n) {
    margin-right: 0px;
}

.product_bgcrc2 {
    height: 60px;
    background: rgb(243, 244, 244);
    line-height: 60px;
    display: flex;
    justify-content: space-between;
}

.product_bgcrc2l {
    width: 70%;
    font-size: 17px;
    color: rgb(40, 40, 40);
    font-weight: 400;
    text-indent: 2em;
}

.product_bgcrc2r {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: rgb(156, 156, 156);
    position: relative;
    top: 5px;
    right: 5px;
}

.shouk {
    height: 500px;
    width: 100%;
    background: url(../images/ss_bg.png) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shouk1 {
    font-size: 36px;
    letter-spacing: 1px;
    color: rgb(13, 13, 13);
    margin-bottom: 32px;
}

.shouk1 span {
    color: rgb(198, 0, 0);
}

.shouk form {
    position: relative;
    width: 1020px;
}

.shouk form input {
    width: 100%;
    line-height: 56px;
    border: 1px solid rgb(120, 119, 119);
    background: None;
    text-indent: 30px;
}

.shouk form button {
    position: absolute;
    background: None;
    border: none;
    top: 0px;
    right: 14px;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}

.shouk form button i {
    font-size: 24px;
}

.shouk3 {
    display: flex;
    line-height: 34px;
    color: rgb(41, 41, 41);
    margin-top: 52px;
}

.shouk3 a {
    color: rgb(124, 124, 124);
    margin: 0px 16px;
}

.qpypsq {
    padding: 0px;
}

.qpypsq .ypsqd {
    background: url(../images/qpypsq_bg.jpg) center no-repeat;
    background-size: cover;
    height: 570px;
    padding-left: 14%;
}

.prcontent {
    padding: 78px 0px 0px;
}

.prcontenta {
    background: rgb(243, 244, 244);
    display: flex;
    padding: 46px 0px;
}

.prcontental {
    width: 50%;
    border-right: 1px solid rgb(214, 214, 214);
}

.prcontental .swiper-slide {
    display: flex;
    justify-content: center;
}

.prcontentar {
    width: 50%;
    padding: 0px 70px;
}

.prcontentar3 {
    width: 100%;
    position: relative;
}

.prcontentar3 .mySwiper {
    width: 490px;
    margin: 0 auto;
}

.prcon div {
    position: absolute;
    color: #000;
    margin-top: -15px;
    cursor: pointer;
}

.prcon div i {
    font-size: 30px;
}

.prcon_r {
    left: -2%;
    top: 50%;
}

.prcon_l {
    right: -2%;
    top: 50%;
}

.prcontentar3 .swiper-slide {
    background: rgb(255, 255, 255);
    height: 112px;
}

.prcontentar3 .swiper-slide div {
    display: flex;
    justify-content: center;
    height: 112px;
    align-items: center;
}

.prcontentar3 img {
    max-height: 100px;
}

.prcontentar1 {
    font-size: 38px;
    color: rgb(6, 6, 6);
    padding-bottom: 32px;
    margin-bottom: 34px;
    position: relative;
}

.prcontentar1::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 44px;
    height: 5px;
    background: rgb(196, 0, 0);
}

.prcontentar2 {
    color: rgb(96, 96, 96);
    line-height: 30px;
}

.prcontentar4 {
    border: 1px solid rgb(65, 65, 65);
    line-height: 50px;
    border-radius: 25px;
    display: flex;
    width: 80%;
    margin: 32px 0px 92px;
}

.prcontentar4l {
    width: 168px;
    line-height: 50px;
    background: rgb(65, 65, 65);
    border-radius: 25px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.prcontentar4l img {
    margin-right: 5px;
}

.prcontentar4r {
    text-align: center;
    width: calc(100% - 168px);
    color: rgb(36, 36, 36);
}

.prcontentb {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.prcontentb .prcontentbl,
.prcontentb .prcontentbr {
    background: rgb(243, 244, 244);
}

.prcontentbl {
    width: 400px;
}

.prcontentbr {
    width: calc(100% - 420px);
}

.prcontentbl_t {
    width: 290px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin: 26px auto 30px;
    background: rgb(198, 0, 0);
    border-radius: 29px;
    position: relative;
}

.prcontentbl_t::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    right: 17px;
    top: 24px;
}

.prcontentbl_t::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    left: 17px;
    top: 24px;
}

.prcontentbl_b {
    padding-bottom: 32px;
    border-top: 1px solid rgb(213, 213, 213);
}

.prcontentbl_b ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.prcontentbl_b ul li {
    width: 158px;
    line-height: 44px;
    text-align: center;
    border: 1px solid rgb(197, 197, 197);
    margin: 10px;
    border-radius: 2px;
    position: relative;
    padding:0px 10px;
}

.prcontentbl_b ul li::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: auto;
    height: 100%;
    width: 0%;
    background: rgb(13, 13, 13);
    transition: .5s;
}

.prcontentbl_bimg img {
    width: 100%;
}

.prcontentbl_b ul li:hover::after {
    width: 100%;
    left: auto;
    right: 0px;
}

.prcontentbl_b ul li:hover a {
    color: #fff;
}

.prcontentbl_b ul li.on::after {
    width: 100%;
    left: auto;
    right: 0px;
}

.prcontentbl_b ul li.on a {
    color: #fff;
}

.prcontentbl_b a {
    color: rgb(68, 68, 68);
    font-weight: 400;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.prcontentbl_bx {
    padding: 30px 8%;
    line-height: 30px;
}

.prcontentbl_bx img {
    width: 100% !important;
}



.w1280{
    width:1280px;
    margin:0 auto;
}
.casea {
    padding: 116px 0px 0px;
}
.casea .pages{
    padding-top:100px;
    padding-bottom:80px;
}
.casea3 {
    display: flex;
    justify-content: space-around;
    margin-top:60px;
}
.casea3 li{
    width:406px;
}
.casea3 li:hover img {
    transform: scale(1.06);
}

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

.casea1 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: rgb(198, 0, 0);
}

.casea2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 700;
    color: rgba(0,0,0,0);
    -webkit-text-stroke: 1px rgba(168, 168, 168, 0.32);
}
.casexgcp{
    background:rgb(244, 243, 243);
    padding:90px 0px 90px
}
.casexgcp .product_ul {
    display: flex;
    flex-wrap: wrap;
}

.casexgcp .product_ul li {
    width: 24%;
    margin-right: 1.33%;
    border: 1px solid rgb(243, 244, 244);
    margin-bottom: 20px;
}

.casexgcp .product_ul li:hover img {
    transform: scale(1.04);
}
.casexgcp .product_ul li:hover .product_bgcrc2l,
.casexgcp .product_ul li:hover .product_bgcrc2r{
    color:#fff;
}
.casexgcp .product_ul li:hover .product_bgcrc2{
    background:rgb(222, 0, 0);
}
.casexgcp .product_ul li:nth-child(4n) {
    margin-right: 0px;
}
.casexgcp .product_bgcrc2{
    background:#fff;
}
.casexgcp_zt1{
    padding-bottom:20px;
    margin-bottom:50px;
    font-size:32px;
    color:#000;
    position:relative;
    text-align:center;
}
.casexgcp_zt1:after{
    content:'';
    position:absolute;
    left:50%;
    bottom:0px;
    width:45px;
    margin-left:-22.5px;
    height:4px;
    background:rgb(196, 0, 0);
}
.casexgcp .product_ul li:hover .product_bgcrc2r{
    background:#fff;
    color:rgb(222, 0, 0);
}
.product .product_ul li:hover .product_bgcrc2r{
    background:#fff;
    color:rgb(222, 0, 0);
}


.gssl {
    padding-top: 113px;
    background: rgb(250, 250, 250);
}

.xjsb {
    margin-top: 26px;
}

.xjsb img {
    display: block;
}

.xjsb_text {
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: rgb(33, 33, 33);
    background: rgb(242, 242, 242);
}

.xjsb_d {
    text-align: center;
    padding: 43px 0px 47px;
}

.swiper-pagination-bullet-active {
    background: rgb(196, 0, 0) !important;
}

.gssla {
    position: relative;
    margin-top: 123px;
    height: 680px;
    margin-bottom: 42px;
}

.gssla .w1380::after {
    content: '';
    position: absolute;
    left: 8%;
    bottom: -42px;
    width: 60%;
    height: 576px;
    background: rgb(250, 250, 250);
}

.gsslar {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.gsslar img {
    display: block;
}

.gsslal1 {
    line-height: 44px;
    color: rgb(82, 82, 82);
    width: 626px;
    margin-top: 104px;
}

.zzry_titlel,
.gsslal1 {
    position: relative;
    z-index: 1;
}


.qqyx {
    padding: 77px 0px 122px;
    position: relative;
}

.ditu {
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: 4%;
    transform: translate(-0%, -50%);
}

.ditu img {
    width: 100%;
}

.qqyxla {
    width: 400px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    height: 482px;
    padding-bottom: 80px;
}

.qqyxla12 {
    display: flex;
}

.qqyxla1 {
    width: 400px;
    border-radius: 24px;
    padding: 0px 0px 30px 36px;
}

.qqyxlaa {
    background: rgb(222, 0, 0);
}

.qqyxlaa.on {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.qqyxlaa .qqyxla11,
.qqyxlaa .qqyxla12 {
    color: rgba(255, 255, 255, 0.8);
}

.qqyxla12a {
    width: 90px;
    text-align: justify;
}

.qqyxla11 {
    font-size: 30px;
    font-weight: 400;
    padding: 18px 0px 14px;
}

.qqyxla12 {
    font-size: 14px;
    line-height: 30px;
    color: rgb(133, 133, 133);
}

.qqyxlab.on {
    background: rgb(246, 246, 246);
    position: absolute;
    top: 70px;
    padding-top: 0px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.qqyxlab {
    background: rgb(246, 246, 246);
    position: absolute;
    top: 402px;
    transition: .5s;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.w1600 {
    width: 1600px;
    margin: 0 auto;
}

.news1a {
    display: flex;
    align-items: center;
    background: rgb(248, 248, 248);
}

.news1l {
    flex: 1;
    padding: 0px 70px;
}

.news1la {
    color: rgb(143, 143, 143);
    line-height: 34px;
}

.news1la i {
    font-size: 22px;
    color: rgb(222, 0, 0);
    margin-right: 10px;
}

.news1lb {
    font-size: 24px;
    line-height: 34px;
    color: rgb(33, 33, 33);
    font-weight: 400;
    padding: 22px 0px 24px;
    margin-bottom: 24px;
    position: relative;
}

.news1lb::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 55px;
    height: 2px;
    background: rgb(222, 0, 0);
}

.news1lc {
    color: rgb(112, 111, 111);
    line-height: 34px;
}

.news1ld {
    width: 148px;
    line-height: 44px;
    background: rgb(222, 0, 0);
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 66px;
}

.news1ld i {
    font-size: 14px;
}

.news1r {
    flex: 1;
    position: relative;
    overflow: hidden;
}

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

.news1 {
    padding-top: 102px;
}

.news2 {
    padding-bottom: 80px;
}

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

.news2ul li {
    width: 32%;
    margin-top: 50px;
    margin-right: 2%;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
}

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

.news2ul2 {
    padding: 25px 38px;
}

.news1le {
    font-size: 14px;
    color: rgb(222, 0, 0);
    margin-top: 27px;
}

.news1le i {
    font-size: 14px;
}

.news1lba {
    font-size: 18px;
    font-weight: 400;
    color: rgb(33, 33, 33);
    padding: 9px 0px 22px;
}

.w1370 {
    width: 1370px;
    margin: 0 auto;
}

.lxwmt {
    background: rgb(245, 245, 245);
    padding-top: 90px;
    padding-bottom: 90px;
}

.lxwmta {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
}

.lxwmta li {
    width: 404px;
    height: 288px;
    background: rgb(255, 255, 255);
    margin: 0px 14px;
    padding: 33px 48px 0px;
    position: relative;
}

.lxwmt1 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 32px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
}

.lxwmt1::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 37px;
    height: 2px;
    background: rgb(222, 0, 0);
}

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

.lxwmt2a {
    display: flex;
    color: rgb(105, 105, 105);
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
}

.lxwmta li::after {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 50px;
    width: 59px;
    height: 39px;
    background: url(../images/xia.png) center no-repeat;
    background-size: cover;
    opacity: 0;
}

.lxwmta li:hover {
    background: rgb(196, 0, 0);
}

.lxwmta li:hover .lxwmt1 {
    color: #fff;
}

.lxwmta li:hover .lxwmt1::after {
    background: #fff;
}

.lxwmta li:hover::after {
    bottom: -24px;
    opacity: 1;
}

.lxwmta li:hover .lxwmt2a {
    color: #fff;
}

.lxwmta li.on {
    background: rgb(196, 0, 0);
}

.lxwmta li.on .lxwmt1 {
    color: #fff;
}

.lxwmta li.on .lxwmt1::after {
    background: #fff;
}

.lxwmta li.on::after {
    bottom: -24px;
    opacity: 1;
}

.lxwmta li.on .lxwmt2a {
    color: #fff;
}


.lyfk {
    background: url(../images/lyfk_bg.jpg) top no-repeat;
    background: cover;
    width: 100%;
    height: 840px;
}

.lxwm_bo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 840px;
}

.lxwm_bol1 {
    font-size: 38px;
    font-weight: 400;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.lxwm_bol1::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 4px;
    background: rgb(196, 0, 0);
}

.lxwm_bol2 {
    line-height: 32px;
    font-weight: 400;
    color: rgb(112, 111, 111);
}

.lxwm_bol3 {
    margin-top: 40px;
}

.lxwm_bol3 li {
    margin-bottom: 16px;
    width: 46%;
}

.lxwm_bol3 input {
    width: 100%;
    line-height: 48px;
    color: rgb(114, 114, 114);
    background: rgb(244, 243, 243);
    text-indent: 26px;
    font-size: 14px;
    border: none;
}

.lxwm_bol3 textarea {
    line-height: 48px;
    color: rgb(114, 114, 114);
    background: rgb(244, 243, 243);
    text-indent: 26px;
    font-size: 14px;
    border: none;
    width: 100%;
    font-family: "微软雅黑";
    display: block;
}

.lxwm_yzm {
    width: 46%;
    display: flex;
    justify-content: space-between;
}

.lxwm_yzm input {
    width: 70%;
}

.lxwm_yzm img {
    width: 28%;
    height: 48px;
}

.btna {
    width: 300px;
    line-height: 48px;
    color: #fff;
    background: rgb(196, 0, 0);
    text-align: center;
    margin-top: 32px;
}


.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);

}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
    transition: 4s linear;
    transform: scale(1, 1);
}

.banner .swiper-pagination {
    font-size: 0;
    bottom: 5% !important;
    width: 100%;

}

.banner .swiper-pagination-bullet {

    width: 60px;

    height: 4px;

    background: #fff;

    border-radius: 2px;

    margin: 0 10px !important;

    opacity: 0.5;

    transition: all 0.3s ease;

}

.banner .swiper-pagination-bullet-active {

    opacity: 1;

}

.znav {
    position: absolute;
    bottom: -32px;
    z-index: 2;
    width: 100%;
}

.znav ul {
    display: flex;
    justify-content: center;
}

.znav ul li {
    position: relative;
    overflow: hidden;
    line-height: 74px;
    margin: 0px 8px;
}

.znav ul li a {
    position: relative;
    z-index: 2;
    font-size: 18px;
    padding: 0px 84px;
    color: rgb(33, 33, 33);
}

.znav ul li::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0%;
    right: 0%;
    height: 100%;
    background: rgb(233, 233, 233);
}

.znav ul li::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    right: 50%;
    width:0px;
    height: 100%;
    background: rgb(198, 0, 0);
    transition: .5s;
    z-index: 1;
}

.znav ul li:hover::before {
    left: 0%;
    right: 0%;
    width:100%;
}

.znav ul li:hover a {
    color: #fff;
}

.znav ul li.action::before {
    left: 0%;
    right: 0%;
    width:100%;
}

.znav ul li.action a {
    color: #fff;
}

.djxz {
    text-align: left;
    color: red;
    margin-top:15px;
}
.djxz span{
    display:inline-block;
    margin-left:5px;
}



.ty_banner {
    height: 700px;
    width: 100%;
    position: relative;
}

.product_h {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 700px;
    flex-direction: column;
}

.product_h1 {
    font-size: 72px;
    line-height: 82px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.product_h2a {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}

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

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

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

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

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

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

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

.sj {
    display: none;
}

@media only screen and (max-width: 1100px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }

    .sj_nav_top {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 70px;
        width: 100%;
        z-index: 999;
        background: #fff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    }

    .header_logo {
        position: relative;
        width: 30%;
        left: 3%;
        top: 15px;
        text-align: left;
    }

    .header_logo img {
        height: 40px;
        display: inline;
        width: auto;
    }

    .nav_lefta1 {
        height: auto;
        font-size: 12px;
        color: #000000;
        padding-top: 8px;
        margin-bottom: 2px;
        font-weight: 400;
    }

    .ty_acontent p img {
        width: 100%;
        height: auto !important;
    }

    .nav_lefta2 {
        font-size: 0.48rem;
        color: #000000;

    }

    .sj_nav_zk {
        color: #000;
        position: absolute;
        right: 5%;
        top: 18px;
    }

    .sj_nav_zk i:first-child {
        font-size: 34px;
    }

    .sj_nav_list {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        left: 0%;
        top: -100%;
        z-index: 9999;
        transition: 1s;
    }

    .sj_nav_list.action {
        top: 70px;
    }

    .sj_nav_img {
        width: 25%;
        margin: 30px auto 20px;
    }

    .sj_nav_img img {
        width: 100%;
    }

    .sj_nav_gb {
        color: #000;
        position: absolute;
        right: 5%;
        top: 40px;
    }

    .sj_nav_gb i {
        font-size: 24px;
    }

    .sj_nav_list ul li {
        line-height: 50px;
        position: relative;
    }

    .sj_nav_list ul li>a {
        text-indent: 15px;
    }

    .header_zba ul li a {
        text-indent: 30px;
    }

    .sj_nav_list>.sj_nav_ul>li>a {
        font-size: 16px;
        color: #000;
        line-height: 60px;
        border-bottom: 1px solid #f8f8f8;
    }

    .header_zba {
        width: 100%;
        background: #fff;
        display: none;
    }

    .header_zba ul li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .header_zba ul li a {
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03)
    }

    .sj_nav_ul i {
        position: absolute;
        right: 10px;
        top: 5px;
        color: #000;
        font-size: 30px;
        width: 40px;
        text-align: center;
    }

    .ty_banner {
        width: 100%;
        height: 200px;
        margin-top: 70px;
        margin-left: 0px;
        background-size: cover;
        padding: 0px;
    }

    .nav_listr {
        display: none;
    }

    .nav_listl {
        width: 100%;
        padding-left: 0%;
        float: none;
        text-align: center;
    }

    .nav_list {
        height: auto;
        line-height: 50px;
        background: #f8f8f8;
    }

    .nav_listl ul li {
        display: inline-block;
        font-size: 16px;
        margin: 0px;
        position: relative;
        width: 20%;
    }

    .nav_listl ul li a {
        font-size: 14px;
    }

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




    .banner {
        margin-top: 70px;
    }

    .banner_zt img {
        width: 100%;
    }



    .w1570 {
        width: 94%;
        margin: 0 auto;
        position: relative;
    }

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

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

    .in_about2l img {
        width: 100%;
    }

    .in_about1 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        color: rgb(48, 62, 72);
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .in_aboutt {
        height: 60px;
        width: 1px;
        background: rgb(0, 0, 0);
        margin: 0 auto;
        position: relative;
    }

    .in_aboutt::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 60px;
        margin-left: -5.5px;
        width: 11px;
        height: 11px;
        background: #000;
        border-radius: 50%;
    }

    .in_about2l {
        height: auto;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 2;
    }

    .in_about2r {
        width: 100%;
        position: relative;
        right: 0px;
        top: 0px;
        background: #fff;
        box-shadow: 0px 4px 43px 0px rgba(0, 0, 0, 0.1);
    }

    .in_about2r .wow {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0px;
    }

    .in_about2ra {
    color: rgb(94, 94, 94);
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}

    .in_about2rb {
        width: 74px;
        height: 74px;
        text-align: center;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        position: relative;
    }

    .in_about2rb1 {
        color: #fff;
        font-size: 12px;
    }

    .in_about2rb2 img {
        height: 10px;
    }

    .in_qysl .in_about1 {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .in_about2 {
        height: auto;
        position: relative;
        width: 100%;
    }
.pr_list ul li:nth-child(4){
    display:none;
}
    .c-line {
        opacity: 1;
        transition: all 1s 0.3s;
        -webkit-animation-name: c-line;
        animation-name: c-line;
        width: 2px;
        height: 30px;
        background-color: #C5C5C5;
        overflow: hidden;
        margin: 0 auto 20px;
    }

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

    .in_qysl1c {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 0px;
    }

    .in_qysl1ca {
        font-size: 14px;
        text-align: center;
        color: #454545;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c-home3 {
        height: 300vh;
    }

    .c-home3 .c-main {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        height: 300px;
    }

    .public-box1 .c-ico {
        width: 100%;
        height: auto;
    }

    .public-box1 .c-text {
        font-weight: 400;
        font-size: 22px;
        line-height: 40px;
    }

    .public-box1 .c-text {
        font-weight: 400;
        font-size: 22px;
        line-height: 40px;
    }

    .in_qysl1l {
        display: none;
    }

    .in_about {
        position: relative;
        width: 100%;
        background: url(../images/about_bg.jpg) top no-repeat rgb(246, 246, 246);
        background-size: 100% 100%;
    }

    .in_pr.in_news {
        background: url(../images/product_bg.jpg) center no-repeat;
        background-size: cover;
        height: auto;
        width: 100%;
        padding: 30px 0px 250px;
    }

    .in_pr .in_pra .c-ico {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }

    .in_pr .in_pra .c-text {
        margin-top: 5px;
    }
.banner .swiper-slide-active img, .banner .swiper-slide-duplicate-active img {
    transition: 4s linear;
    transform: scale(1.2, 1.2);
}
    .in_pr .in_pra .ctext {
        color: #fff;
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        text-align: center;
    }

    .pr_list ul {
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pr_lista_img img {
        width: 100%;
        display: block;
        transition: .5s;
    }

    .pr_lista_text1 {
        font-size: 16px;
        line-height: 34px;
        font-weight: 400;
    }

    .pr_lista_text2 {
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
    }

    .pr_lista_text3 {
        width: 100px;
        line-height: 36px;
        border-radius: 18px;
        background: rgb(198, 0, 0);
        margin-top: 20px;
        transition: .5s;
        text-align: center;
        font-size: 14px;
    }

    .in_newsa1 {
        color: rgb(54, 53, 53);
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .in_news .c-text {
        color: rgb(48, 62, 72);
        font-size: 22px;
        font-weight: 500;
        line-height: 32px;
        text-align: center;
        margin-top: 10px;
    }

    .in_news {
        padding: 40px 0px 15px;
        background: rgb(241, 241, 241);
    }

    .in_newsb {
        margin-top: 20px;
        padding-bottom:20px;
    }

    .in_newsb ul {
        display: flex;
        flex-direction: column;
    }

    .in_newsb li {
        background: #fff;
        flex: 1;
        margin-right: 0px;
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .ypsq {
        padding: 30px 0px;
    }

    .ypsqd {
    height: auto;
    display: flex;
    width: 100%;
    background: url(../images/ypsq_bg.jpg) right no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    background-position: 90%;
    position:relative;
}
.ypsqd::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    background:rgba(0,0,0,0.4);
    width:100%;
    height:100%;
}
.footer_bottom1a {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.headers.on .header_logoa{
    display:none;
}

    .ypsqd1 {
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
        color:#fff;
        position:relative;
        z-index: 1;
    }

    .ypsqd2 {
        font-size: 14px;
        line-height: 28px;
        font-weight: 400;
        width: 100%;
        margin: 10px 0px 15px;
        color:#fff;
        position:relative;
        z-index: 1;
    }
    .ypsqd3{
        position:relative;
        z-index: 1;
    }
    .ypsqd3 img {
        position: relative;
        top: 2px;
        height: 14px;
    }

    .footer_top1 {
        font-size: 22px;
        font-weight: 500;
        color: rgb(255, 255, 255);
        text-align: center;
        padding: 24px 36px;
    }

    .footer_top2r {
        display: none;
    }

    .footer_top2l {
        padding: 20px 0px;
        padding-left: 20px;
        padding-right: 0px;
        border: none;
    }

    .footer_bottom2 {
        display: none;
    }

    .footer_bottom1b {
        display: none;
    }

    .footer_bottom {
        padding: 15px 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_top2l6 {
        display: none;
    }

    .in_newsba {
        padding: 20px;
    }

    .in_newsb2 {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        width: 100%;
        margin: 5px 0px 10px;
        color: rgb(0, 0, 0);
    }

    .in_newsb4 {
    color: rgb(129, 129, 129);
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
    font-size: 14px;
    height: 52px;
    text-align: justify;
}
.in_newsbb1 {
    position: absolute;
    top: -140%;
    left: 0px;
    transition: .5s;
}
.in_newsbb2l {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    padding: 14px 32px;
    float: left;
    width: calc(100% - 88px);
    color: rgb(0, 0, 0);
    font-family: 'syht';
}

    html {
        overflow-x: hidden;
    }

    .product_h {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        height: 200px;
        flex-direction: column;
    }

    .product_h1 {
        font-size: 22px;
        line-height: 32px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

    .product_h2a {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
    }

    .about_body .abo_r1 {
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about_body .abo_r1 .abo_r1_con {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .about_body .abo_r1 .abo_r1_con .abo_r1_l {
        width: 100%;
    }

    .about_body .pub_case {
        width: 94%;
        max-width: 2000px;
        position: relative;
        margin: 0 auto;
    }

    .pub_title_l {
        font-size: 22px;
        font-weight: 700;
        color: rgb(198, 0, 0);
        line-height: 34px;
        text-align: center;
    }

    .en_h {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        -webkit-text-stroke: 1px rgba(168, 168, 168, 0.1);
        line-height: 30px;
        text-align: center;
    }

    .about_body .abo_r1 .abo_r1_con .abo_r1_r {
        width: 100%;
        background-color: unset;
        min-height: unset;
        padding: 0;
        margin-top: 20px;
        z-index: 3;
        margin-left: -0%;
    }

    .abo_r1_n {
        font-size: 22px;
        line-height: 30px;
        color: rgb(28, 28, 28);
        margin-bottom: 6px;
        font-weight: 400;
        text-align: center;
    }

    .pub_info_s {
        line-height: 26px;
        text-align: justify;
        font-size: 14px;
        color: rgb(88, 88, 88);
    }

    .about_body .abo_r1 .src_el_box {
        display: None;
    }

    .qywh {
        width: 100%;
        height: auto;
        background: url(../images/qywh_bg.jpg) center no-repeat;
        background-size: cover;
    }

    .qywh_z {
        height: auto;
        backdrop-filter: blur(30px);
        background: rgba(255, 255, 255, 0.1);
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-left: 0%;
    }

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

    .title_en {
        margin-top: 5px;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0);
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
        line-height: 30px;
    }

    .qywh_text {
        line-height: 26px;
        color: rgb(255, 255, 255);
        text-align: justify;
        margin-top: 20px;
        font-size: 14px;
    }

    .zzry {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .zzry_z {
        width: 94%;
        margin: 0px auto;
        position: relative;
        overflow: hidden;
    }

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

    .zzry_title {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .zzry_titlea {
        color: rgb(198, 0, 0);
    }

    .zzry_titleb {
        color: rgba(0, 0, 0, 0);
        -webkit-text-stroke: 1px rgba(168, 168, 168, 0.1);
    }

    .zzry_titler div {
        width: 46px;
        line-height: 46px;
        text-align: center;
        border-radius: 50%;
        background: rgb(244, 243, 243);
        cursor: pointer;
        color: rgb(198, 0, 0);
        position: relative;
        z-index: 1;
    }

    .zzry_titler {
        display: flex;
        position: relative;
        width: 100%;
        margin-top: 20px;
        justify-content: center;
    }

    .fzlca {
        padding-top: 30px;
        margin: 0 auto;
        width: 94%;
    }

    .fzlc {
        width: 100%;
        height: 400px;
        background: url(../images/fzlc_bg.jpg) center no-repeat;
        background-size: cover;
    }

    .shouk {
        height: auto;
        width: 100%;
        background: url(../images/ss_bg.png) center no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 20px;
        flex-direction: column;
    }

    .shouk1 {
        font-size: 22px;
        letter-spacing: 1px;
        color: rgb(13, 13, 13);
        margin-bottom: 20px;
    }

    .shouk form {
        position: relative;
        width: 100%;
    }

    .shouk form input {
        width: 100%;
        line-height: 40px;
        border: 1px solid rgb(120, 119, 119);
        background: None;
        font-size: 14px;
        border-radius: 5px;
        text-indent: 15px;
    }

    .shouk form button {
        position: absolute;
        background: None;
        border: none;
        top: 0px;
        right: 14px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
    }

    .shouk form button i {
        font-size: 18px;
    }

    .shouk3 {
        display: flex;
        line-height: 26px;
        color: rgb(41, 41, 41);
        margin-top: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 14px;
    }

    .shouk3 a {
        color: rgb(124, 124, 124);
        margin: 0px 8px;
        font-size: 14px;
    }

    .product {
        padding-top: 30px;
    }

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

    .product .product_ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .product .product_ul li {
        width: 49%;
        margin-right: 2%;
        border: 1px solid rgb(243, 244, 244);
        margin-bottom: 15px;
    }

    .product .product_ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .qpypsq .ypsqd {
        background: url(../images/qpypsq_bg.jpg) center no-repeat;
        background-size: cover;
        height: auto;
        padding: 30px 4%;
    }

    .ypsqd3 div {
        font-size: 14px;
    }

    .product_bgcrc2l {
        width: 94%;
        font-size: 14px;
        color: rgb(40, 40, 40);
        font-weight: 400;
        text-indent: 0em;
        margin: 0 auto;
        text-align: center;
    }

    .product_bgcrc2r {
        display: none;
    }

    .product_bgcrc2 {
        height: 40px;
        background: rgb(243, 244, 244);
        line-height: 40px;
        display: flex;
        justify-content: space-between;
    }

    .prcontenta {
        background: rgb(243, 244, 244);
        display: flex;
        padding: 30px 0px;
        flex-direction: column;
    }

    .prcontental {
        width: 100%;
        border: None;
    }

    .prcontental img {
        width: 100%;
    }

    .prcontentar {
        width: 100%;
        padding: 0px 20px;
    }

    .prcontentar1 {
        font-size: 22px;
        color: rgb(6, 6, 6);
        padding-bottom: 10px;
        margin-bottom: 15px;
        margin-top: 30px;
        position: relative;
    }

    .prcontentar1::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 40px;
        height: 2px;
        background: rgb(196, 0, 0);
    }

    .prcontentar2 {
        color: rgb(96, 96, 96);
        line-height: 26px;
        font-size: 14px;
        text-align: justify;
    }

    .prcontentar4 {
        border: 1px solid rgb(65, 65, 65);
        line-height: 40px;
        border-radius: 20px;
        display: flex;
        width: 100%;
        margin: 15px auto;
    }

    .prcontentar4l {
        width: 120px;
        line-height: 40px;
        background: rgb(65, 65, 65);
        border-radius: 20px;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .prcontentar4l img {
        height: 13px;
        margin-right: 5px;
    }

    .prcontentar4r {
        text-align: center;
        width: calc(100% - 140px);
        font-size: 14px;
        color: rgb(36, 36, 36);
    }

    .prcontentar3 .mySwiper {
        width: 100%;
        margin: 0 auto;
    }

    .prcontentar3 .swiper-slide div {
        display: flex;
        justify-content: center;
        height: 70px;
        align-items: center;
    }

    .prcontentar3 .swiper-slide {
        background: rgb(196, 196, 196);
        height: 70px;
    }

    .prcontentar3 img {
        max-height: 40px;
    }

    .prcontentb {
        margin-top: 15px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .prcontentbr {
        width: 100%;
        margin-bottom: 15px;
    }

    .prcontentbl_t {
        width: 180px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin: 15px auto 15px;
        background: rgb(198, 0, 0);
        border-radius: 20px;
        position: relative;
    }

    .prcontentbl_t::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        left: 17px;
        top: 15px;
    }

    .prcontentbl_t::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        right: 17px;
        top: 15px;
    }

    .prcontentbl {
        width: 100%;
    }

    .prcontent {
        padding: 30px 0px 0px;
    }

    .gssl {
        padding-top: 30px;
        background: rgb(250, 250, 250);
    }

    .casea2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
        color: #fff;
        -webkit-text-stroke: 1px rgba(168, 168, 168, 0.1);
    }

    .casea1 {
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        color: rgb(198, 0, 0);
        margin-bottom: 5px;
    }

    .xjsb_d {
        text-align: center;
        padding: 20px 0px;
    }

    .xjsb_text {
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: rgb(33, 33, 33);
        background: rgb(242, 242, 242);
    }

    .gssla {
        position: relative;
        margin-top: 0px;
        height: auto;
        margin-bottom: 0px;
    }

    .gsslal {
        padding: 30px 0px;
    }

    .gsslal1 {
        line-height: 28px;
        color: rgb(82, 82, 82);
        width: 100%;
        margin-top: 15px;
        font-size: 14px;
        text-align: justify;
    }

    .gsslar {
        position: relative;
        right: 0px;
        bottom: 0px;
    }

    .gsslar img {
        display: block;
        width: 94%;
        margin: 0 auto;
    }

    .qqyx {
        padding: 30px 0px;
        position: relative;
    }

    .qqyxla {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-top: 30px;
        height: 440px;
        padding-bottom: 30px;
    }

    .ditu {
        position: relative;
        right: 0%;
        top: 0%;
        width:100%;
        margin-top: 20px;
        transform: translate(-0%, -0%);
    }
    .ditu #earth{
        width:100% !important;
        height:300px !important;
    }

    .qqyxla1 {
        width: 100%;
        border-radius: 24px;
        padding: 0px 4%;
    }

    .qqyxlab {
        background: rgb(246, 246, 246);
        position: absolute;
        top: 372px;
        transition: .5s;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

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

    .news1 {
        padding-top: 30px;
    }

    .news1a {
        display: flex;
        align-items: center;
        background: rgb(248, 248, 248);
        flex-direction: column-reverse;
        height: auto !important;
    }

    .news1r {
        flex: unset;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .news1l {
        flex: unset;
        padding: 20px;
        width: 100%;
    }

    .news1lb {
        font-size: 22px;
        line-height: 34px;
        color: rgb(33, 33, 33);
        font-weight: 400;
        padding: 10px 0px 14px;
        margin-bottom: 14px;
        position: relative;
    }

    .news1lc {
        color: rgb(112, 111, 111);
        line-height: 28px;
        font-size: 14px;
        text-align: justify;
    }

    .news1ld {
        width: 148px;
        line-height: 44px;
        background: rgb(222, 0, 0);
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin-top: 15px;
    }

    .news2ul li {
        width: 100%;
        margin-top: 20px;
        margin-right: 0%;
        box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
    }

    .news2 {
        padding-bottom: 30px;
    }

    .atc-h h1 {
        font-size: 22px;
        color: #222;
        line-height: 30px;
        font-weight: 400;
    }

    .atc-con {
        text-align: justify;
    }

    .atc-con a {
        font-size: 14px;
        color: #333;
    }

    .atc-pn a {
        font-size: 14px;
    }

    .ty_content {
        background-color: #f5f5f5;
        padding: 30px 0px;
    }

    .lxwmt {
        background: rgb(245, 245, 245);
        padding-top: 30px;
        padding-bottom: 30px;
    }

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

    .lxwmta {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        flex-direction: column;
    }

    .lxwmta li {
        width: 100%;
        height: auto;
        background: rgb(255, 255, 255);
        margin: 7px 5px;
        padding: 30px 10px;
        position: relative;
    }

    .lxwmta li::after {
        display: none;
    }

    .lxwmt2a {
        display: flex;
        color: rgb(105, 105, 105);
        line-height: 32px;
        font-size: 16px;
        font-weight: 400;
    }

    #allmap {
        height: 260px;
        width: 100%;
    }

    .lxwm_bol1 {
        font-size: 22px;
        font-weight: 400;
        position: relative;
        padding-bottom: 8px;
        margin-bottom: 12px;
    }

    .lxwm_bol2 {
        line-height: 28px;
        font-size: 14px;
        font-weight: 400;
        color: rgb(112, 111, 111);
    }

    .lxwm_bol3 {
        margin-top: 20px;
    }

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

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

    .btna {
        width: 100%;
        line-height: 48px;
        color: #fff;
        background: rgb(196, 0, 0);
        text-align: center;
        margin-top: 10px;
    }

    .lyfk {
        background: url(../images/lyfk_bg.jpg) top no-repeat;
        background-size: cover;
        width: 100%;
        height: auto;
        padding: 30px 0px;
    }

    .lxwm_bo {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: auto;
    }
    .qysj {
        padding: 30px 0px 30px;
    }
    
    .qysj_list .swiper-slide {
        width: 100%;
    }
    .qysj_list .swiper-slide div{
        height:100%;
    }
    .qysj_list .swiper-slide img {
        width:100%;
        position:relative;
        bottom:0px;
    }
    .swiper-slide-next + .swiper-slide{
        width:100%;
    }
    .qysj_titler {
        display: flex;
        margin-right: 0;
        position: relative;
        height: 12px;
        margin: 10px 0px;
        justify-content: space-between;
        align-items: center;
    }
    .qysj_ty {
        width: 45%;
        margin-left: 0px;
        cursor: pointer;
    }
    .qysj_ty img{
        width:100%;
    }
    .qysj_titler {
        display: flex;
        margin-right: 0;
        position: relative;
        height: 12px;
        margin: 10px 0px;
        justify-content: space-between;
        align-items: center;
    }
    .qysj_titler::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #C60000;
    margin-left: -6px;
}
    .pr_lista_text{
        display:None;
    }
    .layui-layer{
        width:90%!important;
        left:5%!important;
    }
    .w1230{
        width:94%;
        margin:0 auto;
    }
    .casea{
        padding:40px 0px;
    }
    .w1280 {
    width: 92%;
    margin: 0 auto;
}
.casexgcp {
    background: rgb(244, 243, 243);
    padding: 40px 0px;
}
.headers.pc.on{
    display:none !important;
}
.casea2{
    font-size:30px;
}
.casea3 li{
    width:100%;
    margin-bottom:15px;
}
.casea3 {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    flex-direction: column;
}
.casea3 li img{
    width:100%;
}
.casea .pages{
    padding:20px 0px;
}
.casexgcp_zt1 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    position: relative;
    text-align: center;
}
.casexgcp .product_ul li {
    width: 100%;
    margin-right: 0px;
    border: 1px solid rgb(243, 244, 244);
    margin-bottom: 15px;
}
.in_about2ra1 {
    color: rgba(32, 32, 32, 0.08);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
}