.sj {
    display: none;
}

.mobile {
    display: none !important;
}

.pc {
    display: block;
}
.ty_banner_img img{
    width:100%;
}
.shfw{
    background:url(../images/yxfw/yxfw_bg.jpg) center no-repeat;
    background-size:cover;
    width:100%;
    height:453px;
    color:#fff;
    font-size:24px;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    line-height:2;
    margin-top:70px;
}
.shfw span{
    font-size:30px;
}
.shfw_t{
    background:#fff;
    padding:42px 160px;
    width:80%;
    margin:0 auto;
    margin-top:-132px;
    position:relative;
    z-index: 1;
}
.shfw_ta{
    text-align:center;
}
.shfw_ta1{
    font-size:38px;
    line-height:1.7;
}
.shfw_ta2{
    color:#6B6B6B;
    margin-bottom:50px;
}
.jyxcwrb .layui-form-item {
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
    display: flex;
    justify-content: space-between;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 999;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0px 3.4375vw 0px 7.8125vw;
}
.lg-object.lg-image{
    max-height:80% !important;
}
.header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_rightl {
    display: flex;
    align-items: center;

}

.header_rightl li {
    margin: 0px 1.82vw;
}

.header_rightl li>a {
    color: #fff;
    font-size: 0.9375vw;
    position: relative;
    line-height: 100px;
}

.ny header {
    background: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.ny .header_rightl li>a {
    color: #333;
}

.ny .language>a {
    color: #333;
    border: 1px solid #333;
}
.logo_img img{
    height:79px;
}
.logo_img a img:nth-child(2) {
    display: none;
}

.ny .logo_img a img:nth-child(1) {
    display: none;
}

.ny .logo_img a img:nth-child(2) {
    display: block;
}

.navZk {
    width: 100vw;
    padding: 30px 8%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);

    display: none;
}

.navZkBox {
    display: flex;
    flex-wrap: wrap;
}

.navZkUl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navZkUl a {
    color: #333 !important;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500 !important;
    margin: 0 40px;
}

.navZkUl a img {
    width: 24px;
    margin-right: 10px;
}

.navZkUl a:hover {
    color: #C9171E !important;
}

.sous {
    cursor: pointer;
}

.language {
    position: relative;
}

.language>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    width: 180px;
    height: 46px;
    border-radius: 23px;
    color: #fff;
    padding: 0px 23px;
}

.language img {
    display: block;
}

.language_div {
    display: flex;
    align-items: center;
}

.language>a .iconfont {
    float: right;
}

.language_text {
    margin-left: 4px;
    font-size: 16px;
}

.language_ul {
    position: absolute;
    top: 46px;
    left: 0px;
    width: 180px;
    border-radius: 5px;
    z-index: 99;
    display: none;
    background: #fff;
}

.language>a:hover .language_ul {
    display: block;
}

.language_ul li {
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.language_ul li a {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language_img img {
    display: block;
}

#banner .mySwiper {
    height: 100vh;
}

#banner .slide-inner {
    height: 100%;
}

/* 添加动画样式 */
#banner .slide-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:80%;
    margin:0 auto;
}

/* 激活状态：显示并上移 */
#banner .slide-content.animate {
    opacity: 1;
    transform: translateY(0);
}

#banner .slide-content h2 {
    font-size: 1.9166666666667vw;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#banner .slide-content p {
    font-size: 2.9166666666667vw;
    color: #fff;
    font-weight: bold;
}

/* 基础样式设置 */
#banner .slide-content {
    /* 确保内容可见，根据需要调整位置 */
    position: relative;
    z-index: 10;
}

/* 初始状态 - 元素隐藏在下方 */
#banner .slide-content h2,
#banner .slide-content p {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
    margin: 0;
}

/* h2 动画更快 */
#banner .slide-content h2 {
    transition-duration: 0.4s;
    /* 更短的持续时间 */
}

/* p 元素稍晚出现 */
#banner .slide-content p {
    transition-delay: 0.2s;
    /* 延迟出现 */
    transition-duration: 0.5s;
}

/* 动画激活状态 */
#banner .slide-content.animate h2,
#banner .slide-content.animate p {
    opacity: 1;
    transform: translateY(0);
}

/* 确保非当前slide的内容不可见 */
#banner .swiper-slide:not(.swiper-slide-active) .slide-content {
    visibility: hidden;
}

/* 当前slide的内容可见 */
#banner .swiper-slide.swiper-slide-active .slide-content {
    visibility: visible;
}

/* 分页器分页器基础样式 */
.fenye_div {
    /* 确保分页器在底部居中显示 */
    position: absolute;
    bottom: 5%;
    left: 10%;
    z-index: 10;
    display: flex;
    justify-content: center;
}

/* 分页器圆点通用样式 */
#bannerpagination .swiper-pagination-bullet {
    /* 默认是实心圆 */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    /* 实心白色 */
    opacity: 1;
    /* 默认不透明 */
    margin: 0 6px;
    /* 圆点之间的间距 */
    transition: all 0.3s ease;
    /* 过渡动画 */
}

/* 选中状态的分页器圆点 */
#bannerpagination .swiper-pagination-bullet-active {
    /* 选中时外圈添加半透明效果 */
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    /* 半透明白色外圈 */
    /* 可以适当增大选中圆点的尺寸 */
    width: 14px;
    height: 14px;
}

.fenye {
    color: #fff;
    font-size: 24px;
    display: flex;
    position: relative;
    top: -5px;
    margin-left: 15px;
}

.fenye span {
    margin: 0px 2px;
}

footer {
    background: #333;
    display: flex !important;
    justify-content: space-between;
}
.footer-topal img{
    height:115px;
}

.footerl {
    width: calc(100% - 6.51vw);
}

.footer-top {
    margin: 0px 4.6875vw;
}

.footer-topa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-topar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-topar1a{
    width:130px;
}
.footer-topar1a img{
    width:100%;
}

.footer-topar .footer-topar1 {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-topar1b {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 6px;
}

.footer-topb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-topbl1 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 40px;
}

.footer-topbl2 li {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 14px 0px;
}

.footer-topbl2a img {
    display: block;
}

.footer-topbl2b {
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-topbr {
    display: flex;
}

.footer-topbr li {
    margin-left: 4vw;
}

.footer-topba a {
    color: #fff;
    font-size: 18px;
}

.footer-topbb {
    margin-top: 15px;
}

.footer-topbb a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    margin: 0px 4.6875vw;
}

.footer-bottoml {
    color: #fff;
    display: flex;
}

.footer-bottoml a {
    color: #fff
}

.footer-bottomr a {
    color: #fff;
}

.footerr {
    width: 6.51vw;
    text-align: center;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 产业布局 */
.industrialLayout {
    position: relative;
}

.industrialLayout .industrialLayoutTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -2.08333vw;
    text-align: center;
    z-index: 11;
}

.industrialLayout .industrialLayoutTitle h1 {
    font-size: 50px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0.78125vw;
    font-weight: 400;
    text-transform: uppercase;
}

.industrialLayout .industrialLayoutTitle p {
    font-size:44px;
    color: #ffffff;
    font-weight: bold;
    line-height:1.6;
}

.industrialLayout .industrialLayoutBg::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 73.4375vw;
    height: 73.4375vw;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: block;
    content: "";
    z-index: 9;
}

.industrialLayout .industrialLayoutBg .swiper-slide {
    opacity: 0 !important;
    position: relative;
}

.industrialLayout .industrialLayoutBg .swiper-slide::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    display: block;
}

.industrialLayout .industrialLayoutBg .swiper-slide img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5s linear;
    -moz-transition: all 5s linear;
    transition: all 5s linear;
}

.industrialLayout .industrialLayoutBg .swiper-slide img.mobile {
    height: calc(100vh - 60px);
}

.industrialLayout .industrialLayoutBg .swiper-slide-active {
    opacity: 1 !important;
}

.industrialLayout .industrialLayoutBg .swiper-slide-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.industrialLayout .industrialLayoutBg .swiper-button-prev,
.industrialLayout .industrialLayoutBg .swiper-button-next {
    top: 44%;
    width: 1.5625vw;
    height: 1.5625vw;
    font-size: 1.5625vw;
    color: #ffffff;
    margin-top: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.industrialLayout .industrialLayoutBg .swiper-button-prev::after,
.industrialLayout .industrialLayoutBg .swiper-button-next::after {
    display: none;
}

.industrialLayout .industrialLayoutBg .swiper-button-prev:hover,
.industrialLayout .industrialLayoutBg .swiper-button-next:hover {
    color: var(--vi-color);
}

.industrialLayout .industrialLayoutBg .swiper-button-prev {
    left: auto;
    right: 14.8%;
}

.industrialLayout .industrialLayoutBg .swiper-button-next {
    right: 5.2%;
}

.industrialLayout .industrialLayoutBg .pagination {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 44%;
    right: 8.7%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    font-size: 1.19792vw;
    color: #ffffff;
    z-index: 10;
}

.industrialLayout .industrialLayoutBg .pagination .pagination-current {
    font-weight: bold;
}

.industrialLayout .industrialLayoutBg .pagination .pagination-current,
.industrialLayout .industrialLayoutBg .pagination .pagination-total {
    font-size: 1.19792vw;
    color: #ffffff;
}

.industrialLayout .industrialLayoutMain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 33.75vw;
    height: 33.75vw;
    z-index: 10;
    overflow: visible !important;
}

.industrialLayout .industrialLayoutMain #industrialLayoutCanvas {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 33.75vw;
    height: 33.75vw;
}

.industrialLayout .industrialLayoutMain::after,
.industrialLayout .industrialLayoutMain::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 33.75vw;
    height: 33.75vw;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0 0.52083vw rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0px 0 0.52083vw rgba(255, 255, 255, 0.3) inset;
    display: block;
    content: "";
    z-index: 9;
}

.industrialLayout .industrialLayoutMain::after {
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 9;
}

.industrialLayout .industrialLayoutMain::before {
    -webkit-box-shadow: 0px 0 0.52083vw rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0 0.52083vw rgba(255, 255, 255, 0.3);
}

.industrialLayout .industrialLayoutMain .swiper-slide {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.industrialLayout .industrialLayoutMain .swiper-slide.active::after {
    background-image: url("../images/iconRoundActive.png");
}

.industrialLayout .industrialLayoutMain .swiper-slide.active .text h1 {
    font-size: 1.45417vw;
}

.industrialLayout .industrialLayoutMain .swiper-slide.active .text p {
    opacity: 1;
    visibility: visible;
    padding-top: 0px;
}

.industrialLayout .industrialLayoutMain .swiper-slide::after {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.25vw;
    height: 1.25vw;
    background: url("../images/iconRound.png") no-repeat;
    background-size: 1.25vw 1.25vw;
    border-radius: 50%;
    content: "";
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(1) {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(1) .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transform: rotate(0deg) translateX(0%) translateY(-100%);
    -moz-transform: rotate(0deg) translateX(0%) translateY(-100%);
    -ms-transform: rotate(0deg) translateX(0%) translateY(-100%);
    transform: rotate(0deg) translateX(0%) translateY(-100%);
    text-align: center;
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(1) .text h1 {
    margin-bottom: 0.78125vw;
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(2) {
    -webkit-transform: translateX(-50%) rotate(72deg);
    -moz-transform: translateX(-50%) rotate(72deg);
    -ms-transform: translateX(-50%) rotate(72deg);
    transform: translateX(-50%) rotate(72deg);
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(2) .text {
    -webkit-transform: rotate(-72deg) translate(100%, 18%);
    -moz-transform: rotate(-72deg) translate(100%, 18%);
    -ms-transform: rotate(-72deg) translate(100%, 18%);
    transform: rotate(-72deg) translate(100%, 18%);
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(2) .text p {
    /*padding-left: 0.78125vw;*/
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(3) {
    -webkit-transform: translateX(-50%) rotate(144deg);
    -moz-transform: translateX(-50%) rotate(144deg);
    -ms-transform: translateX(-50%) rotate(144deg);
    transform: translateX(-50%) rotate(144deg);
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(3) .text {
    -webkit-transform: rotate(-144deg) translate(86%, 100%);
    -moz-transform: rotate(-144deg) translate(86%, 100%);
    -ms-transform: rotate(-144deg) translate(86%, 100%);
    transform: rotate(-144deg) translate(86%, 100%);
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(4) {
    -webkit-transform: translateX(-50%) rotate(216deg);
    -moz-transform: translateX(-50%) rotate(216deg);
    -ms-transform: translateX(-50%) rotate(216deg);
    transform: translateX(-50%) rotate(216deg);
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(4) .text {
    -webkit-transform: rotate(-216deg) translate(-86%, 100%);
    -moz-transform: rotate(-216deg) translate(-86%, 100%);
    -ms-transform: rotate(-216deg) translate(-86%, 100%);
    transform: rotate(-216deg) translate(-86%, 100%);
    text-align: right;
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(5) {
    -webkit-transform: translateX(-50%) rotate(288deg);
    -moz-transform: translateX(-50%) rotate(288deg);
    -ms-transform: translateX(-50%) rotate(288deg);
    transform: translateX(-50%) rotate(288deg);
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(5) .text {
    -webkit-transform: rotate(-288deg) translate(-100%, 18%);
    -moz-transform: rotate(-288deg) translate(-100%, 18%);
    -ms-transform: rotate(-288deg) translate(-100%, 18%);
    transform: rotate(-288deg) translate(-100%, 18%);
    text-align: right;
}

.industrialLayout .industrialLayoutMain .swiper-slide:nth-child(5) .text p {
    padding-right: 0.78125vw;
}

.industrialLayout .industrialLayoutMain .swiper-slide .text {
    width: auto;
}

.industrialLayout .industrialLayoutMain .swiper-slide .text h1 {
    font-size: 24px;
    color: #ffffff;
    font-weight:400;
    width: auto;
    white-space: nowrap;
    margin-top: 0.52083vw;
    margin-bottom: 0.67708vw;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

.industrialLayout .industrialLayoutMain .swiper-slide .text p {
    opacity: 0;
    visibility: hidden;
    padding-top: 0.78125vw;
    font-size:16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    height: 54px;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
}



.slide-text {
    position: absolute;
    right: 30px;
    bottom: 6%;
    color: #fff;
}

.iabout {
    padding: 95px 0px;
    background: url(../images/about_bg.png) no-repeat bottom #F1F5F9;
    background-size: 100% 100%;
}

.iabout_top {
    display: flex;
    justify-content: space-between;
    padding: 0px 3.958vw 0px 9.21875vw;
}

.iabout_topl {
    width: 38.75vw;
}

.iabout_topl_title {
    font-size: 54px;
    color: #000;
    font-weight: bold;
}

.iabout_topl_title span {
    color: #C9171E;
}

.iabout_topl_de {
    font-size: 32px;
    color: #000000;
    line-height: 42px;
    margin: 16px 0px 30px;
}

.iabout_topl_text {
    font-size: 16px;
    color: #000000;
    line-height: 2;
}

.iabout_topr {
    width: 43.54166666666667vw;
}

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

.iabout_topl_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: rgba(201, 23, 30, 1);
    color: #fff;
    padding: 0px 26px;
    margin-top: 40px;
    transition: all 0.4s ease;
}

.iabout_topl_btn:hover {
    background: #fff;
    color: #C9171E;
    box-shadow: 0px 0px 10px rgba(201, 23, 30, 0.5);
}

.iabout_topl_btn:hover .iabout_topl_btn2 {
    background: #C9171E;
    color: #fff;
}

.iabout_topl_btn2 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #C9171E;
}

.iabout_topl_btn2 i {
    font-size: 28px;
}

.iabout_btm {
    padding: 0px 3.958vw 0px 9.21875vw;
    margin-top: 8.5416vw;
}

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

.iabout_btm ul li {
    width: 15.625vw;
}

.iabout_btm1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
}

.iabout_btm2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
}

.iabout_btm2 span {
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    color: rgba(0, 0, 0, 1);
}

.iabout_btm3 {
    margin-top: 20px;
}

.wsm {
    background: rgba(255, 255, 255, 1);
}

.wsm_w {
    position: relative;
    padding: 203px 0px 271px;
}

.wsm_wl {
    width: 33.333vw;
    margin-left: 12.70833333333333vw;
}

.wsm_wl_tit h1 {
    font-size: 54px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.wsm_wl_text {
    color: #101010;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}

.wsm_wr {
    position: absolute;
    right: 0px;
    bottom: 271px;
}

.wsm_wl_btn {
    margin-top: 70px;
}

.wsmlist {
    height: 664px;
    width: 100%;
    position: relative;
    background-image: url(../images/wsm5.jpg?v=1);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.wsmlistsw .swiper-slide {
    background: rgba(250, 250, 250, 1);
    padding: 50px 25px 0px 50px;
}


.wsmlistsw .swiper-slide:hover{
    background:#C9171E;
}

.wsmlistsw .swiper-slide:hover .wsmlistsw_div_img{
    background:#fff;
}

.wsmlistsw .swiper-slide:hover .wsmlistsw_div_tit h2{
    color:#fff;
}

.wsmlistsw .swiper-slide:hover .wsmlistsw_div_tit p{
    color:#fff;
}

.wsmlistsw_div_img {
    width: 111px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(201, 23, 30, 0.1);
}

.wsmlistsw_div_img img {
    width: 60px;
    height: 60px;
    display: block;
}

.wsmlistsw_div_tit h2 {
    margin: 33px 0px 12px;
}

.wsmlistsw_div_tit p {
    height: 160px;
    line-height: 28px;
    color: rgba(48, 48, 48, 1);
}

.wsmlistyd {
    overflow: hidden;
    position: relative;
    top: -30%;
}

.wsmlistsw {
    margin-left: 12.70833333333333vw;
}

.inews {
    padding: 76px 80px 126px;
}

.inewsb {
    margin-top: 96px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}

.inewsb1 {
    background: rgba(250, 250, 250, 1);
}

.inewsb1_a {
    position: relative;
    overflow: hidden;
}

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

.inewsb1:hover .inewsb1_a img,
.news2 li:hover img {
    transform: scale(1.04);
}

.news2 li:hover .inewsb1_b2 {
    color: rgba(7, 32, 101, 1);
}

.inewsb1_b {
    padding: 2rem;
}

.inewsb1_b1 {
    color: rgba(7, 32, 101, 1);
    font-size: 1rem;
}

.inewsb1_b2 {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.7;
    margin: 0.5vw 0px 1vw;
}

.inewsb1_b3 {
    color: #636363;
    font-size: 1rem;
    line-height: 1.7;
    text-align: justify;
}

.indwsb2 {
    background: rgba(250, 250, 250, 1);
    padding: 2rem;
}

.indwsb2 li {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.indwsb2 li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.indwsb2 .inewsb1_b2 {
    margin: 0.2vw 0px;
}

.inewsb a:hover .inewsb1_b2 {
    color: rgba(201, 23, 30, 1);
}

.ititle {
    text-align: center;
}

.ititle1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 70px;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

.ititle2 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 54px;
    color: rgba(201, 23, 30, 1);
}

.ilink {
    background: #F7F7F7;
    padding: 66px 0px 138px;
}

.ilinkb {
    margin: 48px 10.67vw 0px;
}
.ilinkb .swiper-wrapper{
    padding:50px 0px;
}
.ilinkb1 img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 8px 10px 10px  rgba(0, 0, 0, 0.08);
}

.znavl ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -31px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.znavl li {
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    line-height: 62px;
    width: 200px;
    margin: 0px 17px;
    text-align: center;
}

.znavl li a {
    font-size: 18px;
    color: #434343;
}

.znavl li:hover,
.znavl li.action {
    background: #C9171E;
}

.znavl li:hover a,
.znavl li.action a {
    color: #fff;
}

.gsjjw {
    display: flex;
    justify-content: space-between;
    padding: 111px 10vw 90px;
}

.gsjjwl {
    width: 29.27vw;
}

.gsjjwl img {
    width: 100%;
    height: 100%;
    display: block;
}

.gsjjwr {
    width: 42vw;
    padding-top:28px;
}

.gsjjwr1 {
    height: 204px;
    padding-right: 20px;
    overflow-y: auto;
}

.gsjjwr1 p {
    color: #434343;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 18px;
}

.gsjjwr2t {
    margin-top: 135px;
    margin-bottom:56px;
}

.gsjjwr2 li:nth-child(1){
    width:187px;
}
.gsjjwr2 li:nth-child(2){
    width:290px;
}

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

.gsjjwr2a {
    color: #C9171E;
    font-size: 22px;
}

.gsjjwr2a span {
    color: #C9171E;
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: bold;
}

.gsjjwr2b {
    font-size: 20px;
    color: #000000;
    margin-top: 5px;
}

.gsjj {
    position: relative;
    overflow: hidden;
}

/* .gsjj::after{
    content:'';
    position:absolute;
    bottom:-20%;
    right:0;
    width:43.9vw;
    height:43.9vw;
    background:url(../images/about/gsjj_bg.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
} */
.qywh {
    width: 100%;
    background: url(../images/about/qywh_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 65px 10vw 107px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.nytitle1 {
    font-size: 1.354vw;
    color: #C9171E;
}

.nytitle2 {
    font-size: 44px;
    color: #FFFFFF;
    line-height: 1.2;
}

.qywh_ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2rem;
    margin-top: 126px;
}

.qywh_ul li {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    border-radius: 10px;
    height: 400px;
    transition: .5s;
    position: relative;
}

.qywh_ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    z-index: 1;
    transition: .5s;
}

.qywh_ul li:hover::after {
    top: -40px;
}

.qywh_ul2 {
    font-size: 22px;
    color: #434343;
    margin-top: 25px;
    font-weight: bold;
    transition: .5s;
}

.qywh_ul3 {
    display: none;
    font-size: 20px;
    color: #434343;
    margin-top: 0px;
    transition: .5s;
    text-align:center;
}

.qywh_ul li:hover .qywh_ul3 {
    display: block;
    margin-top: 10px;
}

.fzlc {
    height: 100vh;
    padding: 90px 10vw 0px;
    background: url(../images/about/fzlc_bg.png) no-repeat bottom;
    background-size: 100%;
}

.fzlc_ul {
    position: relative;
}

.fzlc_ul li {
    position: relative;
}



.fzlc_ula {
    position: relative;
}


.fzlc_ula1 {
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 1;
}

.fzlc_ulq1 {
    width: 184px;
    height: 232px;
}
.fzlc_ula2 {
    width: 1px;
    height: 232px;
    background: #C7C7C7;
}

.fzlc_ula3 {
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: 1;
}

.fzlc_ulb {
    position: absolute;
    top: 0px;
    left: 40px;
    z-index: 1;
}

.fzlc_ul1 {
    font-size: 32px;
    margin-top: -10px;
    color: #C9171E;
    font-weight: bold;
}

.fzlc_ul2 {
    font-size: 18px;
    color: #191919;
    margin-top: 30px;
}

.fzlc_ul3 {
    font-size: 16px;
    color: #7D7D7d;
    line-height: 1.5;
    margin-top: 5px;
}

.fzlc_ulq1 .fzlc_ulgd {
    position: absolute;
    width: 200px;
    top: 38vh;
    left: -7vw;
}

.fzlc_ulq2 .fzlc_ulgd {
    position: absolute;
    width: 260px;
    height: 380px;
    top: 8vh;
    left: 4vw;
}

.fzlc_ulq2 .fzlc_ula2 {
    height: 380px;
}

.fzlc_ulq3 .fzlc_ulgd {
    position: absolute;
    width: 260px;
    height: 440px;
    top: -0vh;
    left: 18vw;
}

.fzlc_ulq3 .fzlc_ula2 {
    height: 440px;
}

.fzlc_ulq4 .fzlc_ulgd {
    position: absolute;
    width: 260px;
    height: 450px;
    top: -15vh;
    left: 35vw;
}

.fzlc_ulq4 .fzlc_ula2 {
    height: 450px;
}

.fzlc_ulq5 .fzlc_ulgd {
    position: absolute;
    width: 260px;
    height: 450px;
    top: -20vh;
    left: 52vw;
}
.fzlc_ulq6 .fzlc_ulgd {
    position: absolute;
    width: 260px;
    height: 450px;
    top: -23vh;
    left: 70vw;
}

.fzlc_ulq5 .fzlc_ula2 {
    height: 450px;
}
.fzlc_ulq6 .fzlc_ula2 {
    height: 450px;
}
.ryzz {
    background: #F9F9F9;
    padding: 54px 10vw 75px;
}

.ryzzl{
    position: absolute;
    left: 2%;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
}
.ryzzr{
    position: absolute;
    right: 2%;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
}

.ryzz_title {
    text-align: center;
}

.ryzz_zh {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2rem;
    margin: 73px 0px;
}

.ryzz_zh1 {
    font-size: 18px;
    color: #D8985B;
}

.ryzz_zh1 span {
    font-size: 53px;
    font-weight: bold;
    color: #D8985B;
    height: 53px;
    display: inline-block;
}

.ryzz_zh2 {
    font-size: 20px;
    color: #000000;
    margin-top: 5px;
}

.ryzz_zh li {
    height: 106px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ryzz_zh2 {
    font-size: 16px;
    color: #666666;
}

.ryzz_zh li::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 106px;
    height: 106px;
    background: url(../images/about/zzry1.png) no-repeat center center;
    background-size: cover;
}

.ryzz_zh li::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 106px;
    height: 106px;
    background: url(../images/about/zzry2.png) no-repeat center center;
    background-size: cover;
}

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

.ryzzlist1 img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 童样的渴望 */
.childlikeLongingBg {
  height: 56.45833vw;
  padding-top: 3.59375vw;
  overflow: hidden;
}
.childlikeLongingBg .nytitle1{
    text-align:center;
}
.childlikeLongingBg .childlikeLonging .title {
  padding: 0 20%;
  text-align: center;
  margin-bottom: 1.875vw;
}

.childlikeLongingBg .childlikeLonging .title img {
  width: auto;
  height: 6.77083vw;
  margin-bottom: 1.19792vw;
}

.childlikeLongingBg .childlikeLonging .title h1 {
  font-size: 2.29167vw;
  color: #ffffff;
  font-weight:400;
  line-height: 2.8125vw;
}

.childlikeLongingBg .childlikeLonging>.text {
  padding: 0 10%;
  text-align: center;
}

.childlikeLongingBg .childlikeLonging>.text p {
  font-size: 0.83333vw;
  color: #ffffff;
  line-height: 1.45833vw;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5.625vw;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .left {
  width: 26.1%;
  position: relative;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .left h1 {
  font-size: 1.875vw;
  color: #ffffff;
  font-weight:400;
  line-height: 2.5vw;
  margin-bottom: 1.14583vw;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .left p {
  font-size: 0.72917vw;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.04167vw;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .left .swiper-button-next,
.childlikeLongingBg .childlikeLonging .childlikeLongingMain .left .swiper-button-prev {
  display: inline-block;
  text-align: center;
  position: static !important;
  margin-top: 0px;
  width: 2.60417vw;
  height: 2.60417vw;
  line-height: 2.5vw;
  border: 0.10417vw solid #FFFFFF;
  border-radius: 50%;
  background: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0px;
  margin-top: 2.34375vw;
  color:#fff;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .left .swiper-button-next::after,
.childlikeLongingBg .childlikeLonging .childlikeLongingMain .left .swiper-button-prev::after  {
    font-size: 0.72917vw;
    font-weight: bold;
    position: relative;
    top: -2px;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .left .swiper-button-next:hover,
.childlikeLongingBg .childlikeLonging .childlikeLongingMain .left .swiper-button-prev:hover {
  background-color: #C9171E;
  border-color:#C9171E;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .left .swiper-button-prev {
  margin-right: 0.41667vw;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .right {
  width: 65.6%;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .right .childlikeLongingSwiper {
  overflow: visible !important;
  -webkit-clip-path: inset(0% -50% 0% 0%);
  clip-path: inset(0% -50% 0% 0%);
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .right .childlikeLongingSwiper .swiper-slide {
  border-radius: 0.78125vw;
  overflow: hidden;
  background-color: #fff;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .right .childlikeLongingSwiper .swiper-slide:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .right .childlikeLongingSwiper .swiper-slide .image {
  overflow: hidden;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .right .childlikeLongingSwiper .swiper-slide .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .right .childlikeLongingSwiper .swiper-slide .text {
  text-align: left;
  height: 4.25vw;
  padding: 0.71875vw 1.92708vw 0;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .right .childlikeLongingSwiper .swiper-slide .text h1 {
  font-size: 1.04167vw;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.36458vw;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .right .childlikeLongingSwiper .swiper-slide .time {
  font-size: 0.72917vw;
  color: #383838;
}

.childlikeLongingBg .childlikeLonging .childlikeLongingMain .right .childlikeLongingSwiper .swiper-slide .time i {
  color: #e7bb69;
  font-size: 0.83333vw;
  margin-right: 0.3125vw;
}
.content1440 {
  width: 75vw !important;
  margin: 0 auto;
}

.shzr {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.shzr_content1 {
    line-height: 2;
    color: #434343;
    width: 43.75vw;
    margin-top: 45px;
}

.shzrimg {
    position: absolute;
    border-radius: 10px;
    display: block;
}

.shzr1 {
    left: 10vw;
    top: 100px;
}

.shzr2 {
    right: 10vw;
    top: 120px;
}

.shzr3 {
    left: 10vw;
    bottom: 100px;
}

.shzr4 {
    right: 10vw;
    bottom: 80px;
}

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

.qyfgtr {
    display: flex;
    align-items: center;
}

.qyfg {
    position: relative;
    padding: 78px 10vw 115px;
}

.qyfg::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    height: 100%;
    background: #F9F9F9;
}

.qyfgw {
    position: relative;
    z-index: 1;
}

.qyfgtr div {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C9171E;
    border-radius: 50%;
    color: #C9171E;
    font-size: 22px;
    margin: 0px 5px;
    cursor: pointer;
}

.qyfgtr div:hover {
    background: #C9171E;
    color: #fff;
}

.shzrlist {
    margin-top: 90px;
}

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

.ryzzlist2 {
    font-size: 18px;
    color: #000000;
    background: #F3F3F3;
    line-height: 67px;
    text-align: center;
    padding: 0px 5%;
}

.ty_banner {
    position: relative;
}

.ty_banner_text {
    position: absolute;
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
    padding-left: 30px;
}

.ty_banner_text::after {
    content: '';
    position: absolute;
    left: 0px;
    top: -10px;
    width: 211px;
    height: 125px;
    background: url(../images/nav_title.png) no-repeat center center;
    background-size: cover;
}

.ty_banner_text1 {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}

.ty_banner_text2 {
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
}

.pr_ztw {
    padding: 70px 10vw 5.98vw;
}

.pr_ztul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}

.pr_ztul li {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #fff;
    border-radius: 20px;
}

.pr_ztull img {
    display: block;
    height: 100%;
    position:absolute;
}

.pr_ztulr {
    padding: 17px;
}

.prcon .pr_ztulr{
    
    display: grid;
    grid-auto-rows: 50%;
    align-items: center;
}

.pr_ztulra {
    padding: 70px 70px 70px 90px;
    border-bottom: 1px solid #E6E6E6;
}

.pr_ztulr1 {
    border-left: 14px solid #C9171E;
    padding-left: 20px;
    width: 100%;
}

.pr_ztulr1cn {
    font-size: 32px;
    color: #434343;
}

.pr_ztulr1en {
    font-size: 36px;
    color: #434343;
    text-transform: uppercase;
}

.pr_ztul .pr_ztulr2 {
    line-height: 1.7;
    color: #434343;
    margin-top: 10px;
    text-align:left;
    padding-left:35px;
}

.pr_ztulrb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-left: 90px;
}

.pr_ztulrb1 img {
    display: block;
}

.pr_ztulrb .iabout_topl_btn {
    margin-top: 0px;
}

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

.pr_ztulr2 {
    width: 400px;
    text-align: left;
    padding-left:34px;
}
.jscs_xq{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    margin-top: 70px;
}
.jscs_xq li{
    background:#fff;
}
.jscs_xq1{
    line-height:110px;
    font-size:24px;
    color:#C9171E;
    padding:0px 38px;
}
.jscs_xq2{
    border-top:1px solid #EBEBEB;
    color:#494949;
    font-size:16px;
    line-height:2;
    padding:38px 38px 0px 38px;
    min-height:210px;
    max-height:210px;
}

.product_ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    margin-top: 70px;
}

.product_ulb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    margin-top: 70px;
}
.prcon_clist{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}
.prcon_clist1 img{
    width:100%;
}
.prcon_clist2{
    line-height:52px;
    background:#F5F5F5;
    text-align:center;
}
.clfs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    margin-top: 70px;
}
.product_ulimg1 img{
    width:100%;
}

.product_ul li {
    background: #fff;
}

.product_ul li:hover {
    border: 1px solid #C9171E;
}

.product_ul li:hover .product_ultext {
    color: #fff;
    background: #C9171E;
}

.product_ul li:hover .product_ulimg img {
    transform: scale(1.04);
}

.product_ultext {
    line-height: 82px;
    text-align: center;
    color: #434343;
    border-top: 1px solid #E1E1E1;
    padding: 0px 10px;
}

.product_ulimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
    position: relative;
    overflow: hidden;
}
.product_ulunset .product_ulimg{
    height:auto;
}
.product_ulunset .product_ulimg img{
    width:100%;
    height:auto;
}
.prcon .pr_ztull.pr_ztullunset img{
    max-height: unset;
    width: 100%;
    display: block;
}

.product_ulimg img {
    height: 180px;
    width: auto;
    display: block;
    transition: .5s;
}

.prcon .pr_ztul li {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    background: None;
}

.prcon .pr_ztull,
.prcon .pr_ztulr {
    background: #fff;
}

.prcon .pr_ztulra {
    padding: 56px;
}

.pr_ztulrc {
    padding: 20px 56px;
}

.pr_ztulrc1 {
    font-size: 24px;
    color: #434343;
}

.pr_ztulrc1 span {
    color: #C9171E;
    font-size: 26px;
}

.pr_ztulrc2 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.pr_ztulrc2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    border-radius: 23px;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}

.pr_ztulrc2 img {
    display: block;
    margin-right: 5px;
}

.pr_ztulrc2 a:nth-child(1) {
    background: #C9171E;
}

.pr_ztulrc2 a:nth-child(2) {
    background: #000000;
}

.pr_ztull {
    display: flex;
    align-items: center;
    justify-self: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product_list .pr_ztull img {
    max-height: 200px;
    width: auto;
    display: unset;
}
.prcon .pr_ztull img{
    max-height: 350px;
    width: auto;
    display: unset;
}
.yxfw_ul_cf,
.yxfw_ul_cf p,
.yxfw_ul_cf span{
    line-height:1.6;
    font-size:16px;
    
}
.yxfw_ul_cf h3{
    color: #434343;
    border-left: 4px solid #C9171E;
    line-height: 24px;
    padding-left: 10px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 24px;
}
.yxfw_ul_cf table,
.prcon_c table{
    margin:2rem 0px;
}
.yxfw_ul_cf table th ,.yxfw_ul_cf table td,
.prcon_c table th ,.prcon_c table td{
    border: 1px solid #ccc;
    line-height: 1.5;
    min-width: 30px;
    padding: 3px 5px;
    text-align: left;
}
.prcon_c {
    min-height: 400px;
    background: #fff;
    margin-top: 2rem;
    padding:20px 50px 50px;
}

.prcon_c h3 {
    color: #434343;
    border-left: 4px solid #C9171E;
    line-height: 24px;
    padding-left: 10px;
    margin-bottom: 2rem;
    margin-top:4rem;
    font-size:24px;
}

.gsjj_t {
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1rem;
    position: relative;
    font-size: 38px;
    color: #434343;
    margin-top: 4rem;
}

.gsjj_t h2 {
    font-size: 38px;
    color: #434343
}

.gsjj_t::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #C9171E;
}
.glys{
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 2rem;
}
.glys li{
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    height:387px;
}
.glysl{
    width:60%;
    padding-left:5%;
}
.glysl img{
    max-width:90%;
}
.glysr{
    width:40%;
    font-size:24px;
    line-height:38px;
}

.yxfw {
    position: relative;
}

.yxfw_ul {
    position: relative;
    display:flex;
}

.yxfw_ul li {
    width: 229px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background: #E8E8E8;
    border-radius: 0px 30px 30px 0px;
    margin-left: -30px;
    cursor: pointer;
}
.yxfw_ul li a{
    color:#333;
}
.yxfw_ul li.action,
.yxfw_ul li.action a{
    background: #C9171E;
    color: #fff;
    margin-left: 0px;
    position: relative;
    border-radius: 30px;
    margin-left: -30px;
    z-index: 1;
}

.yxfw_ul li:nth-child(1) {
    margin-left: 0px;
    border-radius: 30px 0px 0px 30px;
}

.yxfw_ul li.action:nth-child(1) {
    margin-right: 0px;
    border-radius: 30px;
}

.yxfw_ul_c {
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.yxfw_ul_cl {
    width: 31.56vw;
}

.yxfw_ul_c2 {
    font-size: 18px;
    color: #5D5D5D;
    line-height: 2;
    margin-top: 10px;
}

.yxfw_ul_c1 {
    font-size: 28px;
    color: #000;
    line-height: 1.7;
}

.margintop {
    margin-top: 60px;
}

.yxfw_ul_cf {
    position: relative;
}

.yxfww {
    padding: 115px 10vw 70px;
}

.yxfw_ul_cr {
    position: absolute;
    right: 0px;
    top: -8.76vw;
    width: 47.7vw;
}

.yxfw_ul_cr img{
    width:100%;
}

.gnfwlist {
    margin-top: 200px;
    position:relative;
    z-index: 2;
}

.yxfwimg {
    position: absolute;
    left: 10vw;
    top: 50%;
    transform: translate(0, -50%);
}

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

.yxfwgwtl1 {
    font-size: 28px;
}

.yxfwgwtl1 span {
    color: #C9171E;
}

.yxfwgwtl2 {
    font-size: 18px;
    color: #5D5D5D;
    line-height: 2;
}

.yxfwgw_img img {
    width: 100%;
    height: auto;
    display: block;
}

.yxfwlist .product_ulimg {
    height: auto;
}

.yxfwlist img {
    height: auto;
    width: 100%;
}

.lxwm .nytitle {
    text-align: center;
}

.lxwmw {
    padding: 90px 10vw 115px;
}

.rczl {
    background: url(../images/lxwm/rczl.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    margin-top: 70px;
    padding: 74px 0px 96px 86px;
}

.rczld {
    width: 834px;
    height: 398px;
    background: #fff;
    padding: 95px 90px 0px 90px;
}

.rczld1 {
    font-size: 24px;
    font-weight: bold;
}

.rczld2 {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 15px;
}

.sdysw {
    padding: 0px 10vw;
}

.sdysw .nytitle {
    text-align: center;
}

.sdysul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 54px;
    margin: 46px 0px 92px;
}

.sdysul li:hover .sdysul1img {
    background: #C9171E;
}

.sdysul li:hover .sdysul1img img:nth-child(1) {
    display: none;
}

.sdysul li:hover .sdysul1img img:nth-child(2) {
    display: block;
}

.sdysul1img {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #C9171E;
}

.sdysul li .sdysul1img img:nth-child(2) {
    display: none;
}

.sdysul li {
    background: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 70px 20px 88px;
    justify-items: center;
    text-align: center;
}

.sdysul1cn {
    margin-top: 40px;
}

.sdysul1cn,
.sdysul1cn1 {
    text-align: center;
    color: #000000;
    font-size: 24px;
    line-height: 1.7;
}

.jrwm {
    width: 100%;
    background: url(../images/lxwm/jrwm.jpg) no-repeat center center;
    background-size: cover;
    height: 490px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jrwmtext {
    font-size: 18px;
    line-height: 3;
}

.jrwm .iabout_topl_btn {
    margin: 20px auto 0px;
}

.jyxcw {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    padding: 10px 10vw;
}

.jyxcwl {
    background: #fff;
    display: grid;
    grid-row: span 1;
    padding: 20px;
}

.jyxcwl li {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;

}

.jyxcwltext {
    margin-left: 25px;
}

.jyxcwl li:last-child {
    border-bottom: none;
}

.jyxcwltext1 {
    color: #767676;
    font-size: 20px;
    line-height: 2;
}

.jyxcwltext2 {
    color: #000;
    font-size: 20px;
    line-height: 2;
}

.logoimg {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 97px 0px 63px;
}

.jyxcwr {
    background: #fff;
    padding: 42px 33px;
}

.jyxcwrb .layui-form-item .layui-input-inline {
    width: 100%;
}

.jyxcwrb input {
    height: 60px;
    line-height: 60px;
    background: #F5F5F5;
    border: none;
}

.jyxcwrb textarea {
    height: 120px;
    line-height: 60px;
    background: #F5F5F5;
    border: none;
}

.jyxcwrb .yzm .layui-input-inline {
    width: 22%;
}

.jyxcwrb .yzm .tjan {
    width: 50%;
}

.jyxcwrb .yzm .tjan button {
    width: 100%;
    background: #C9171E;
    color: #fff;
    border: 1px solid #C9171E;
    height: 60px;
    line-height: 60px;
}

.captcha-img {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #F5F5F5;
}

.jyxcwra1cn {
    font-size: 38px;
}

.jyxcwra1cn1 {
    color: #6B6B6B;
    margin-bottom: 52px;
}

.lxicon {
    margin-top: 93px;
    position: relative;
    overflow: hidden;
    height: 508px;
}

.lxicon img {
    display: block;
    position: absolute;
    left: -30%;
    top: 0px;
}
.lg-outer .lg-thumb-outer{
    background:rgba(0,0,0,0.1)!important;
}

@media(max-width:1800px){
    .pr_ztw {
    padding: 70px 5vw 5.98vw;
}
}

/* 移动端基础设置 - 屏幕宽度≤768px */
@media (max-width: 1200px) {

    /* 显示移动端元素，隐藏PC端元素 */
    .mobile {
        display: block !important;
    }

    .pc,
    header {
        display: none !important;
    }

    .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: 50px;
    }

    .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;
    }

    .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: #fff;
        background-size: 100% auto;
    }

    .sjposition_ar {
        color: #000;
    }

    .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: rgba(204, 204, 204, 0.6) 1px solid;
    }

    .sjposition_b li .sjposition_b1>a {
        line-height: 60px;
        display: block;
        color: #000;
        font-size: 16px;
    }

    .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: 14px;
        height: 16px;
        background: url(../images/icon/icon_93.png?v=1) center right no-repeat;
        background-size: 100% auto;
        content: " ";
    }

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

    .sjposition_b {
        overflow-y: auto;
        height: 90vh;
    }

    .sjposition_b2 {
        display: none;
    }

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

    .sjposition_b2 li {
        border-bottom: 1px solid #000;
    }

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

    /*header end*/
    #banner .mySwiper {
        height: 40vh;
        margin-top: 70px;
    }

    #banner .mySwiper .swiper-slide {
        height: 40vh;
        background-size: cover;
        background-position: center;
    }

    #banner .mySwiper .slide-content h2 {
        font-size: 20px;
    }

    #banner .mySwiper .slide-content p {
        font-size: 16px;
        margin-top: 20px;
        padding-top: 0px;
    }

    #banner .mySwiper .slide-content h2::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0px;
        width: 10%;
        height: 2px;
        background: #fff;
    }

    #banner .slide-content h2 {
        font-size: 20px;
    }

    #banner .slide-content p {
        font-size: 18px;
    }

    .fenye {
        color: #fff;
        font-size: 20px;
        display: flex;
        position: relative;
        top: -5px;
        margin-left: 5px;
    }

    .iabout_top {
        display: flex;
        justify-content: space-between;
        padding: 0px 4%;
        flex-direction: column-reverse;
    }

    .iabout {
        padding: 30px 0px;
    }

    .iabout_topr {
        width: 100%;
    }

    .iabout_topl {
        width: 100%;
    }

    .iabout_topl_title {
        font-size: 28px;
        color: #000;
        font-weight: bold;
        margin-top: 20px;
    }

    .iabout_topl_de {
        font-size: 20px;
        color: #000000;
        line-height: 1.5;
        margin: 5px 0px 10px;
    }

    .iabout_btm ul li {
        width: 50%;
    }

    .iabout_btm ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .iabout_btm3 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .wsm_wr {
        display: none;
    }

    .footer-topa {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 0px 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        flex-direction: column;
    }

    .footer-topbr,
    .footerr {
        display: none;
    }

    .footerl {
        width: 100%;
    }

    .footer-topar {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer-topar {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .footer-topar .footer-topar1 {
        margin: 5px 10px;
        width: 5;
    }

    .footer-bottoml {
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0px;
        margin: 0px 4.6875vw;
        flex-direction: column;
        text-align: center;
        line-height: 2;
    }

    .footer-topb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        flex-direction: column;
    }

    .footer-topbl1 {
        font-size: 22px;
        color: #fff;
        margin-bottom: 20px;
    }

    .ilink {
        background: #F7F7F7;
        padding: 30px 0px;
    }

    .ititle1 {
        font-size: 24px;
        font-weight: 900;
        line-height: 2;
        color: rgba(0, 0, 0, 1);
        text-transform: uppercase;
    }

    .ititle2 {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.6;
        color: rgba(201, 23, 30, 1);
    }

    .ilinkb {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
        margin: 20px 4%;
    }

    .inews {
        padding: 30px 4%;
    }

    .inewsb {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }

    .wsmlistsw {
        margin-left: 0px;
    }

    .wsm_w {
        position: relative;
        padding: 30px 4%;
    }

    .wsm_wl {
        width: 100%;
        margin-left: 0px;
    }

    .wsmlistyd {
        overflow: hidden;
        position: relative;
        top: 0%;
    }

    .wsm_wl_tit h1 {
        font-size: 28px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
    }

    .wsm_wl_btn {
        margin-top: 20px;
    }

    .content1440 {
        display: none !important;
    }

    .industrialLayout .industrialLayoutBg .swiper-slide img.mobile {
        height: 400px;
    }

    .industrialLayout .industrialLayoutMain .swiper-slide .text h1 {
        font-size: 14px;
    }

    .industrialLayout .industrialLayoutMain .swiper-slide:nth-child(5) .text {
        -webkit-transform: rotate(-288deg) translate(-100%, 18%);
        -moz-transform: rotate(-288deg) translate(-100%, 18%);
        -ms-transform: rotate(-288deg) translate(-100%, 18%);
        transform: rotate(-288deg) translate(-150%, 18%);
        text-align: right;
    }

    .industrialLayout .industrialLayoutMain .swiper-slide.active .text h1 {
        font-size: 16px;
        font-weight: 400;
    }

    .industrialLayout .industrialLayoutMain .swiper-slide .text p {
        display: none;
    }

    .industrialLayout .industrialLayoutMain .swiper-slide:nth-child(1) .text {

        transform: rotate(0deg) translateX(-80%) translateY(-100%);
        text-align: center;
    }

    .qywh {
        padding: 30px 4%;
    }

    .nytitle2 {
        font-size: 22px;
        color: #FFFFFF;
        line-height: 1.5;
    }

    .qywh_ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
        margin-top: 30px;
    }

    .qywh_ul li {
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        border-radius: 10px;
        height: auto;
        transition: .5s;
        position: relative;
    }

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

    .qywh_ul1 {
        width: 40px;
    }

    .qywh_ul1 img {
        width: 100%;
    }

    .qywh_ul2 {
        font-size: 18px;
        color: #434343;
        margin-top: 10px;
        font-weight: bold;
        transition: .5s;
    }

    .qywh_ul3 {
        display: none;
        font-size: 16px;
        color: #434343;
        margin-top: 0px;
        transition: .5s;
    }

    .fzlc_ula {
        display: none;
    }

    .fzlc_ulq1 {
        width: 100%;
        height: auto;
    }

    .fzlc_ulb {
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    .fzlc_ulgd {
        position: relative !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
        height: auto !important;
    }

    .fzlc_ul1 {
        font-size: 28px;
        margin-top: 20px;
        color: #C9171E;
        font-weight: bold;
    }

    .fzlc {
        height: auto;
        padding: 30px 4%;
        background: url(../images/about/fzlc_bg.png) no-repeat bottom;
        background-size: 100%;
    }

    .fzlc_ul2 {
        font-size: 18px;
        color: #191919;
        margin-top: 10px;
    }

    .ryzz_zh {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2rem;
        margin: 30px 0px;
    }

    .qyfg {
        position: relative;
        padding: 30px 4%;
    }

    .shzrlist {
        margin-top: 30px;
    }

    .shzr {
        height: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 30px 4%;
        flex-direction: column;
    }

    .shzrimg {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100%;
    }

    .shzr_content1 {
        line-height: 2;
        color: #434343;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .shzrimg img {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .gsjjw {
        display: flex;
        justify-content: space-between;
        padding: 30px 4%;
    }

    .gsjjw {
        display: flex;
        justify-content: space-between;
        padding: 30px 4%;
        flex-direction: column;
    }

    .gsjjwl {
        width: 100%;
    }

    .gsjjwr1 {
        height: auto;
        padding-right: 0px;
        overflow-y: auto;
    }

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

    .gsjjwr2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
        margin-top: 30px;
    }

    .ty_banner_img {
        overflow: hidden;
    }

    .ty_banner_img img {
        display: block;
        width: 1000px;
    }

    .ty_banner_text1 {
        font-size: 28px;
        color: #fff;
        font-weight: bold;
    }

    .ty_banner_text2 {
        font-size: 18px;
        color: #fff;
        text-transform: capitalize;
    }

    .ty_banner {
        margin-top: 70px;
    }

    .ty_banner_text::after {
        content: '';
        position: absolute;
        left: 0px;
        top: -10px;
        width: 160px;
        height: 80px;
        background: url(../images/nav_title.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .pr_ztul li {
        display: grid;
        grid-template-columns: 1fr;
        background: #fff;
    }

    .pr_ztw {
        padding: 30px 4%;
    }

    .pr_ztulra {
        padding: 30px 0px;
        border-bottom: 1px solid #E6E6E6;
    }

    .pr_ztulrb1 {
        display: none;
    }

    .pr_ztulr2 {
        width: auto;
        text-align: left;
    }

    .pr_ztulrb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 30px;
        padding-left: 0px;
        padding-bottom: 20px;
    }

    .pr_ztulr1en {
        font-size: 22px;
        color: #434343;
        text-transform: uppercase;
    }

    .pr_ztulr1cn {
        font-size: 24px;
        color: #434343;
    }

    .pr_ztulr1 {
        border-left: 4px solid #C9171E;
        padding-left: 10px;
        width: 100%;
    }

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

    .product_ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
        margin-top: 30px;
    }

    .prcon .pr_ztulra {
        padding: 30px 0px;
    }

    .pr_ztulrc {
        padding: 20px 0px;
    }

    .product_list .pr_ztull img,
    .prcon .pr_ztull img {
        max-height: 150px;
        width: auto;
        display: unset;
    }

    .prcon .pr_ztull {
        padding: 40px 0px;
    }

    .prcon_c {
        min-height: 400px;
        background: #fff;
        margin-top: 2rem;
        padding: 30px 15px;
    }

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

    .yxfw_ul {
        margin-top: 30px;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .yxfw_ul li {
        width: 50%;
        line-height: 40px;
    }

    .product_listt .nytitle {
        text-align: center;
    }

    .yxfw_ul_c {
        margin-top: 15px;
    }

    .yxfw_ul_cl {
        width: 100%;
    }

    .yxfw_ul_cr {
        position: relative;
        right: 0px;
        top: 0px;
        width: 100%;
    }

    .yxfww {
        padding: 30px 4%;
    }

    .yxfw_ul_c1 {
        font-size: 22px;
        color: #000;
        line-height: 1.7;
    }

    .yxfw_ul_c2 {
        font-size: 16px;
        color: #5D5D5D;
        line-height: 1.7;
        margin-top: 10px;
    }

    .margintop {
        margin-top: 30px;
    }

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

    .gnfwlist {
        margin-top: 30px;
    }

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

    .yxfwgwtl1 {
        font-size: 22px;
    }

    .yxfwgwtl2 {
        font-size: 18px;
        color: #5D5D5D;
        line-height: 1.7;
    }

    .product_ultext {
        line-height: 52px;
        text-align: center;
        color: #434343;
        border-top: 1px solid #E1E1E1;
        padding: 0px 10px;
    }

    .lxwmw {
        padding: 30px 4%;
    }

    .rczl {
        background: url(../images/lxwm/rczl.jpg) no-repeat center center;
        background-size: cover;
        width: 100%;
        margin-top: 30px;
        padding: 10px;
    }

    .rczld {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 20px;
    }

    .rczld1 {
        font-size: 22px;
        font-weight: bold;
    }

    .rczld2 {
        font-size: 16px;
        line-height: 1.7;
        margin-top: 15px;
        text-align: justify;
    }

    .sdysul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin: 30px 0px;
    }

    .sdysw {
        padding: 0px 4%;
    }

    .sdysul1img {
        margin: 0 auto;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 1px solid #C9171E;
    }

    .sdysul1img img {
        width: 70px;
    }

    .sdysul1cn,
    .sdysul1cn1 {
        text-align: center;
        color: #000000;
        font-size: 16px;
        line-height: 1.7;
    }

    .sdysul li {
        background: #fff;
        border-radius: 10px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 30px 10px;
        justify-items: center;
        text-align: center;
    }

    .jrwmtext {
        font-size: 16px;
        line-height: 2;
        padding: 0px 10px;
    }

    .jrwm {
        height: auto;
        padding: 30px 0px;
    }

    .logoimg {
        width: 90%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px auto;
    }

    .logoimg img {
        width: 100%;
    }

    .jyxcw {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0px 4%;
    }

    .jyxcwlimg {
        width: 25px;
    }

    .jyxcwlimg img {
        width: 100%;
    }

    .jyxcwltext1 {
        color: #767676;
        font-size: 16px;
        line-height: 1.5;
    }

    .jyxcwltext2 {
        color: #000;
        font-size: 16px;
        line-height: 1.7;
    }

    .jyxcwl li {
        border-bottom: 1px solid #E6E6E6;
        display: flex;
        align-items: center;
        padding: 20px 0px;
    }

    .layui-form-item .layui-input-inline {
        display: block;
        float: none;
        left: -3px;
        width: auto;
        margin: 0 0 10px 0px !important;
    }

    .jyxcwrb .yzm .layui-input-inline {
        width: 100%;
    }

    .jyxcwrb .yzm .layui-input-inline:nth-child(2) {
        width: 40% !important;
    }

    .jyxcwr {
        background: #fff;
        padding: 30px 15px;
    }

    .jyxcwra1cn {
        font-size: 28px;
    }

    .jyxcwra1cn1 {
        color: #6B6B6B;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .lxicon{
        display:none;
    }

.industrialLayout .industrialLayoutTitle h1,
.industrialLayout .industrialLayoutTitle p{
    font-size:12px;
}
.gsjjwr2 li:nth-child(1),.gsjjwr2 li:nth-child(2){
    width:100%;
}
.gsjjwr2 li{
    width:100%;
}
.gsjjwr2.sj {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
        margin-top: 30px;
    }
    .qywh {
    width: 100%;
    background: url(../images/about/qywh_bg.jpg) rgb(245, 245, 245);
    background-size: cover;
    padding: 65px 10vw 107px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: unset;
}
.prcon_clist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}
.jscs_xq {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    margin-top: 30px;
}
.yxfw_ul li{
    font-size:12px;
}
.glys li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: auto;
    flex-direction: column;
}
.glysl {
    width: 100%;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}
.glysr {
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
    padding: 0px 15px 25px 15px;
}
.clfs {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    margin-top: 30px;
}
.yxfwlistb li:nth-child(1){
    margin-left:30px;
}
.shfw {
    background: url(../images/yxfw/yxfw_bg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 2;
    margin-top: 30px;
    padding: 40px 0%;
}
.shfw_t {
    background: #fff;
    padding: 30px 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.shfw span {
    font-size: 22px;
}
.jyxcwrb .layui-form-item {
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
    display: unset;
    justify-content: space-between;
}
.shfw_ta1 {
    font-size: 28px;
    line-height: 1.7;
}
.shfw_ta2 {
    color: #6B6B6B;
    margin-bottom: 20px;
}.nytitle1 {
    font-size: 20px;
    color: #C9171E;
}.prcon_clist2 {
    line-height: 1.7;
    background: #F5F5F5;
    text-align: center;
    padding: 10px 0px;
}
.jscs_xq1{
    width:90%;
    margin:0 auto;
    padding:0px;
    line-height:3;
}.jscs_xq2 {
    border-top: 1px solid #EBEBEB;
    color: #494949;
    font-size: 16px;
    line-height: 2;
    padding: 18px 10px;
    min-height: auto;
    max-height: auto;
}    .hrList_a1_title li {
        width: 21.25%;
        float: left;
        color: #000;
        font-size: 16px;
        box-sizing: border-box;
        text-align: center;
        line-height: 26px;
    }
    .pr_ztul .pr_ztulr2 {
    padding-left: 15px;
}
.pr_ztull img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.prcon .pr_ztull.pr_ztullunset {
        padding: 0px 0px;
    }
    .prcon .pr_ztul li {
    grid-template-columns: 100%;
    background: None;
}.pr_ztul {
    display: grid;
    grid-template-columns: 100%;
}
}