@font-face {
    font-family: alphtr;
    src: url('../font/CDmI2VYN85Oj.woff') format('woff'), /* 指定.woff文件的路径和格式 */
         url('../font/CDmI2VYN85Oj.woff2') format('woff2');
}
@font-face {
    font-family: beba;
    src: url(../font/BEBASREGULAR.TTF);
}
body {  
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  
}
*{
    font-family: alphtr;
}
html,body{
    overflow-x: hidden;
}
.sj{
    display:none;
}
.index31{
    width:20%;
    margin:0 auto;
}
.index31 img{
    width:100%;
}
.w73{
    width:73.75vw;
    margin: 0 auto;
}
.w68{
    width:68.5vw;
    margin: 0 auto;
}
.footers{
    background:rgb(0, 45, 92);
}
.footers_top{
    padding:50px 0px 40px;
    border-bottom:1px solid rgba(255,255,255,0.3);
}
.footers_topzt {
    display: flex;
    justify-content: space-between;
}
.footers_topl{
    width:28.75vw;
}
.footers_topl1{
    width:60%;
    margin-bottom:2.8125vw;
}
.footers_topl1 img{
    width:100%;
    display:block;
}
.footers_topl2{
    color:rgb(255, 255, 255);
    line-height:1.25vw;
    display:flex;
    font-size:0.83333vw;
    margin-bottom:14px;
}
.footers_topl2a{
    width:4vw;
    text-align:left;
}
.footers_topl2s .footers_topl2b{
    padding-left:10px;
}
.footers_topc{
    display:flex;
    color:#fff;
}
.footers_topc1{
    font-weight:700;
    font-size:20px;
    color:rgb(255, 255, 255);
}
.footers_topc li:nth-child(1){
    margin-right:5.20vw;
}
.footers_topc2{
    margin-top:19px;
}
.footers_topc2 a{
    color:rgb(255, 255, 255);
    text-transform:capitalize;
    margin-bottom:19px;
    position:relative;
    padding-left:18px;
}
.footers_topc2 a::after{
    content:'';
    position:absolute;
    left:0px;
    top:50%;
    transform: translateY(-50%);
    width:12px;
    height:12px;
    background:url(../images/icon/icon.png) center no-repeat;
}
.footers_topr{
    width:9.375vw;
    padding-top:20px;
}
.footers_topr1 img{
    width:100%;
    display:block;
}
.footers_topr2{
    color:#fff;
    font-size:14px;
    text-align:center;
    margin-top:15px;
}
.footers_b ul {
    display: flex;
    color: #fff;
    font-size: 0.7291vw;
    height: 40px;
    justify-content: space-between;
    align-items: center;
}
.footers_b a{
    color:#fff;
    font-size:0.7291vw;
    
    display:inline-block;
}
.footers_b img{
    height:0.7291vw;
    position:relative;
    top:1px;
}


.header{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    opacity: 1;
    transition: 1s;
    z-index: 999;
}
.header.on{
    top:-100%;
    opacity: 0;
}
.header.ny{
    top:0px;
    opacity: 1;
    background:rgba(255,255,255,1);
}
.header.ny a{
    color:#000;
}
.header.ny .header_zt {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}
.header.ny .header_ztl img{
    height:80px;
}
.header_ztl img{
    transition: .5s;
    height:80px;
}
.header_ztl img:nth-child(2){
    display:none;
}
.header.ny .header_ztl img:nth-child(2){
    display:block;
}
.header.ny .header_ztl img:nth-child(1){
    display:none;
}
.header_zt {
    display: flex;
    justify-content: space-between;
    height: 148px;
    align-items: center;
}
.header_ztr{
    display:flex;
}
.header_ztrl{
    display: flex;
}
.header_ztrl li {
    padding:0px  1.2vw;
    height: 148px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_ztrl li:last-child{
    margin-right:1.2vw;
}
.header_ztrl a{
    font-family: beba;
    font-size:20px;
    color:#fff;
}
.header_ztrr {
    display: flex;
    color: #fff;
    align-items: center;
}
.header_ztrr span{
    margin:0 20.44px;
}
.header_ztrr a{
    color:#fff;
    display:block;
    font-family: beba;
    font-size:20px;
}
.header_ztrr i{
    font-size:20px;
}
.header_ztrla {
    line-height: 100px;
    font-size: 18px;
    color: #fff;
    position:relative;
    z-index: 99;
}
.header_ztrl ul li:hover .header_ztrlb{
    top:96px;
    height:100%;
    border-top:4px solid rgb(45, 54, 132);
}
.header_ztrlb{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0px;
    top: 130px;
    visibility: hidden;
    transform: scale(0);
}
.header_ztrlb a{
    display: block;
    margin: 0;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(239, 110, 17, 0.1);
    color: #000;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    font-family: 'syhtr';
}
.header_ztrl li:hover .header_ztrlb {
    visibility: visible;
    
}
.header_ztrl li:hover .header_ztrlb {
    z-index: 10;
    transform: scale(1);
}
.header_ztrlb a {
    opacity: 0;
    transform: rotateY(90deg);
    transition: all .4s ease;
}
.header_ztrl li:hover .header_ztrlb  a  {
    opacity: 1;
    transform: none;
}
.header_ztrl li .header_ztrlb a:hover {
    background: rgb(45, 54, 132);
    color: #fff;
}
.header_ztrl li:hover .header_ztrlb  a:nth-child(1) {
    transition-delay: 0s
}

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

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

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

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

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

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

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

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

.header_ztrr {
    display: flex;
}

.header_ztrr div {
    cursor: pointer;
    width: 100px;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.tclb li{
    font-size:16px;
    line-height:1.8;
}
.layui-input, .layui-select, .layui-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px \9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    border-radius: 2px;
    width:100%;
    margin:10px 0px;
    text-indent:0.833vw;
}
.layui-btn{
    width:100%;
    line-height:38px;
    text-align:center;
    color:#fff;
    background:#1b489d;
    cursor: pointer;
    border:none;
}
.about1{
    padding-bottom:90px;
}
.about1_zt {
    display: flex;
    padding: 4.58vw 0px 5.99vw;
    justify-content: space-between;
}
.about1_ztl{
    width:33.125vw;
}
.about1_ztl img{
    display:block;
    width:100%;
}
.about1_ztr{
    width:31.14vw;
}
.about1_ztr1{
    font-size:2.7vw;
    color:rgb(58, 58, 58);
    font-family: beba;
    letter-spacing: 0.5px;
    line-height:1;
    padding:3.333vw 0px 4.27vw;
    letter-spacing: 2px;
    position:relative;
    left:-28%;
}
.about1_ztr2{
    font-size:0.8333vw;
    color:rgb(113, 113, 113);
    line-height:1.71875vw;
    text-align:justify;
    height:22.395vw;
    padding-right:10px;
    overflow-y: auto;
}
.about1_zta{
    display:flex;
}
.about1_zta li{
    padding:1.041vw 2.34375vw 0px;
    position:relative;
    text-align:center;
}
.about1_zta li::after{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    width:1px;
    height:100%;
    background:rgb(223, 223, 223);
}
.about1_zta2{
    color:rgb(15, 15, 15);
    font-family: beba;
    font-size:1.041vw;
    letter-spacing: 1px;
    margin:1vw 0px;
}
.about1_zta3{
    padding-top:0.2vw;
    color:rgb(166, 166, 166);
    line-height:1.666vw;
    padding-bottom:1.822vw;
}

.about2{
    height:945px;
    width:100%;
    background:url(../images/about2_bg.jpeg) center no-repeat;
    background-size:cover;
}
.about2a{
    height: 945px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about2a1{
    font-family: beba;
    font-size:56px;
    color:rgb(255, 255, 255);
    text-align:center;
    letter-spacing: 1px;
}
.about2a2{
    line-height:28px;
    color:rgb(166, 166, 166);
    margin:10px 0px 40px;
    text-align:center;
}
.about2a3{
    border-radius: 10px;
    height:550px;
    overflow-y: auto;
}
.about2a3 img{
    width:100%;
}

.index6_zt2{
    border-radius: 10px;
    height:550px;
    overflow-y: auto;
}


.product{
    background:rgb(244, 243, 243);
    position:relative;
    min-height:120vh;
}
.product_zt .w73 {
    display: flex;
    padding: 90px 0px 90px;
    justify-content: space-between;
    position:relative;
}
.product_ztl{
    width:17.86vw;
    position:relative;
}
.product_ztla{
    position:absolute;
    width:100%;
}
.product_ztl2{
    background:#fff;
}
.product_ztl1 {
    display: flex;
    height: 3.3333vw;
    width: 100%;
    background: url(../images/nav_bg.png) center no-repeat;
    background-size: 100% 100%;
    text-indent: 20%;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.product_ztl1 span{
    color: #fff;
    font-family: beba;
    letter-spacing: 0.5px;
    font-size: 1.354vw;
}
.product_ztr{
    width:55.15625vw;
}
.product_ztl2{
    width:100%;
}

.product_ztl2t {
    line-height: 3.854vw;
    padding: 0px 1.354vw;
    font-size: 18px;
    border-bottom: 1px solid rgb(227, 228, 228);
    text-transform: capitalize;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_ztl2t a{
    color: #000;
    font-size:1.041vw;
    width:75%;
}
.product_ztl2t2{
    transition: .5s;
}
.product_ztl2t2 i{
   font-size:24px;
   cursor: pointer; 
}
.product_ztl2a{
    transition: .5s;
    display:none;
    background:rgba(0, 84, 172, 0.05);
}

.product_ztl2a a{
    line-height:44px;
    color:rgb(103, 104, 104);
    font-size:18px;
    text-indent:28px;
    width:75%;
}
.product_ztl3{
    background:url(../images/product_end1.jpeg) center no-repeat;
    background-size:cover;
    padding:1.875vw;
    margin-top:.875vw;
}
.product_ztl3a{
    color:#fff;
    font-size:1.5625vw;
    font-family: beba;
    position:relative;
    padding-bottom:10px;
    letter-spacing: 1px;
    
    margin-bottom:8px;
}
.product_ztl3a::after{
    content:'';
    position:absolute;
    bottom:0px;
    left:0px;
    width:40px;
    height:3px;
    background:rgb(0, 84, 172);
}
.product_ztl3 .index33{
    margin-top:30px;
}
.product_ztl3d{
    color:rgba(255, 253, 253, 0.5);
    line-height:26px;
    margin-bottom:30px;
    font-size:.83vw;
}
.product_ztl3b{
    font-size:1.3625vw;
    font-family: beba;
    color:rgb(255, 253, 253);
    letter-spacing: 1px;
}
.product_ztl3c{
    color:rgb(255, 255, 255);
    line-height:1.5;
    font-size:.83vw;
}
.product_ztrc li{
    width:32.33%;
    margin-right:1.5%;
    margin-bottom:15px;
    background:#fff;
    position:relative
}
.product_xz{
    position:absolute;
    top:8px;
    left:8px;
    z-index: 15;
}
.product_xz i{
    font-size:30px;
}
.product_xz i:nth-child(2){
    display:none;
}
.product_xz.on i:nth-child(1){
    display:none;
}
.product_xz.on i:nth-child(2){
    display:block;
}
.product_ztl2a1_b1{
    transition: .5s;
}
.product_ztl2a1_b1 i{
    cursor: pointer; 
 }
.product_ztl2a1 {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}
.product_ztl2a1_a{
    display:none;
    transition: .5s;
    background:rgba(255, 255, 255, 0.8)
}
.product_ztl2a1_a a{
    font-size:14px;
    text-indent:36px;
}
.product_ztl2a1:hover,.product_ztl2a1_a a:hover{
    background:#002d5c;
    color:#fff;
}
.product_ztl2a1:hover a{
    color:#fff;
}
.product_ztrc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: auto;
    align-items: flex-start;
}
.product_ztrc li:nth-child(3n){
    margin-right:0px;
}
.product_ztrc li{
    position:relative;
    overflow: hidden;
}
.product_ztrc li::before {
    content: '';
    position: absolute;
    left: -170px;
    top: -73px;
    width: 140px;
    height: 140px;
    z-index: 9;
    background-color: #1b489d;
    transform: rotate(45deg);
    transition: all .5s ease;
}
.product_ztrc li:hover::before {
    left: -100px;
}
.product_ztrc li::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #1b489d;
    transition: all .5s ease;
}
.product_ztrc li:hover::after {
    width: 100%;
}
.pr_txt{
    line-height:44px;
    text-align:center;
    color:#fff;
    background:rgb(0, 84, 172);
    width:100%;
    cursor: pointer;
    z-index: 16;
    margin-bottom:30px;
}
.news_list ul{
    display:flex;
}
.news_list ul li{
    width:32%;
    margin-right:2%;
    margin-bottom:20px;
    background:#fff;
}
.news_list ul li:nth-child(3n){
    margin-right:0px;
}

.news_lista{
    position:relative;
    overflow: hidden;
}
.news_lista img{
    width:100%;
    display:block;
    transition: .5s;
}
.news_list li:hover .news_lista img{
    transform:scale(1.03)
}
.news_list li:hover .news_listba{
    color:#1b489d;
}
.news_listb{
    padding:30px;
}
.news_listba{
    line-height:30px;
    color:rgb(36, 36, 36);
    height:60px;
    font-size:22px;
}
.news_listbb{
    font-size:20px;
    color:rgb(94, 94, 94);
    margin-top:16px;
}
.news{
    padding:60px 0px;
    background:rgb(244, 243, 243);
}

.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
    left: 5% !important;
    right: auto;
}
.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev{
    left: auto;
    right: 5%;
}
.banner .swiper-button-prev:after,
.banner .swiper-rtl .swiper-button-next:after {
    font-size: 30px;
}
.banner .swiper-button-next:after,
.banner .swiper-rtl .swiper-button-prev:after {
    font-size: 30px;
}
.banner .swiper-slide a{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}
.ny_body{
    background:#fff;
    
}
.ny_bodyc {
    padding: 44px;
}
.ny_body_a{
    border-bottom:1px solid rgb(235, 234, 234);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:80px;
}
.ny_bodyl{
    margin-left:43px;
    width:32.552vw;
}

.ny_bodyl img{
    width:100%;
}
.ny_bodyr{
    position:relative;
    width:10.15625vw;
    padding:36px 0px;
}
.mySwiper{
    width:10.15625vw;
    height:28.333vw;
    margin:0px 0px;
    padding-bottom:1.4583vw !important;
}

.mySwiper img{
   height:100%;
   max-width:100%;
}
.mySwiper .swiper-slide{
    width:9.9479vw;
    height:8.541vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border:2px solid rgba(0, 0, 0, .2);
}
.mySwiper .swiper-slide-thumb-active{
    border:2px solid #1b489d;
}
.ny_bodyrl{
    position:absolute;
    top:0px;
    left:50%;
    width:28px;
    height:14px;
    margin-left:-14px;
    cursor: pointer;
    background:url(../images/icon/icon10.png);
}
.ny_bodyrl:hover{
    background:url(../images/icon/icon11.png);
}
.ny_bodyrr{
    position:absolute;
    bottom:0px;
    left:50%;
    width:28px;
    height:14px;
    transform: rotate(-180deg);
    margin-left:-14px;
    cursor: pointer;
    background:url(../images/icon/icon10.png);
}
.ny_bodyrr:hover{
    background:url(../images/icon/icon11.png);
}
.ny_body_b1{
    width:148px;
    height:6px;
    background:rgb(0, 84, 172);
    margin:42px 0px 34px;
}
.ny_body_b2{
    font-size:1.875vw;
    line-height:45px;
    font-weight:700;
    color:rgb(42, 42, 42);
}
.ny_body_b3 {
    display: flex;
    margin-top: 34px;
    justify-content: space-between;
}
.ny_body_b31,.ny_body_b32{
    width:49%;
    border:1px solid rgb(0, 84, 172);
    line-height:44px;
    text-align:center;
    font-size:14px;
    color:rgb(0, 84, 172);
    text-transform: uppercase;
    cursor: pointer;
}
.ny_body_b3 .on{
    background:rgb(0, 84, 172);
    color:#fff;
}

.pr_fiex{
    position:fixed;
    top:0px;
    right:-100%;
    width:100%;
    height:100%;
    z-index: 99999;
    overflow: auto;
    transition: .5s;
}
.bodyon{
    height:100%;
    user-select: none; overflow: hidden;
}
.pr_bj{
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.pr_fiexa{
    position:absolute;
    top:0px;
    right:0px;
    background:#fff;
    overflow-y: auto;
    width:55%;
}
.pr_fiexa1{
    padding:4%;
    background:rgb(249, 249, 249);
}
.pr_fiexat{
    width:176px;
    line-height:50px;
    border:1px solid rgb(68, 68, 68);
    text-align:center;
    color:rgb(67, 67, 67);
    float:right;
}
.pr_fiexb{
    padding:50px;
}
.pr_fiexab {
    clear: both;
    border-top: 1px solid rgb(208, 208, 208);
    margin-top: 2.6041vw;
    display: block;
    padding: 28px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pr_fiexabl{
    width:374px;
}
.pr_fiexabl img{
    width:100%;
}
.pr_fiexabr1{
    line-height:1.5;
    font-size:1.5625vw;
    font-weight:700;
    color:rgb(0, 84, 172);
}
.pr_fiexabr2{
    line-height:30px;
    color:rgb(154, 154, 154);
    margin-top:38px;
}
.pr_fiexabr{
    width:500px;
    margin-left:60px;
}
.pr_fiexb li{
    background:rgb(249, 249, 249);
}

.banner{
    height:44.270vw;
}

.index1a{
    text-align:center;
    padding:65px 0px;
}
.index1a1{
    color:rgb(15, 15, 15);
    font-family: beba;
    font-size:50px;
}
.index1a2{
    font-size:20px;
    line-height:26px;
    color:rgb(154, 154, 154);
}
.prbanner {
    padding: 15px 15px;
    width: 100%;
    height: 33vw;
    overflow: hidden;
    /* 隐藏超出容器的内容 */
    position: relative;
    /* 用于定位子元素 */
}
.prbanner .jqul {
    list-style-type: none;
    /* 移除列表样式 */
    padding: 0;
    /* 移除默认的内边距 */
    margin: 0;
    /* 移除默认的外边距 */
    position: absolute;
    /* 绝对定位子元素 */
}

.product_ztrc2 {
    color: rgb(15, 15, 15);
    text-align: center;
    line-height: 1.5;
    height: 2.7083vw;
    margin: 25px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.83vw;
}
.product_ztrc3{
    color:rgb(154, 154, 154);
    text-align:center;
    line-height:26px;
    padding-bottom:1.302vw;
    text-transform: uppercase;
    font-size:0.83vw;
}

.prbanner .idx-f24 {
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3.6875vw;
    padding: 0 10%;
    opacity: 0;
    margin-bottom: -40px;
    transition: .5s;
    z-index: 2;
}

.prbanner .marquee-item {
    position: relative;
    float:left;
    margin-right: 10px;
    /* 每个列表项之间的间距 */
    width: 450px;
    background:rgb(255,255,255);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .04);
}

.product_ztrc1{
    position:relative;
    overflow: hidden;
}
.product_ztrc1 img {
    width: 100%;
    transition: all 1s ease;
}
.product_ztrc li:hover .product_ztrc1 img {
    transform:scale(0.95);
}


.prbanner .marquee-item:hover .product_ztrc1 img{
    transform: scale(1.04);
}


.prbanner img {
    width: 100%;
    display: block;
    border-radius: 7px;
}

.index2{
    padding:132px 0px 97px;
}
.index2a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0px 0px 94px;
}
.index2al{
    width:35.520vw;
}
.index2al1{
    font-size:20px;
    font-weight:700;
    color:rgb(0, 84, 172);
    position:relative;
    padding-left:64px;
    line-height:40px;
    text-transform: uppercase;
}
.index2al2{
    font-size:50px;
    line-height:67px;
    font-family: beba;
    letter-spacing: 2px;
    color:rgb(15, 15, 15);
    margin:7px 0px 32px;
}
.index2al1::after{
    content:'';
    position:absolute;
    top:50%;
    left:0px;
    width:55px;
    height:1px;
    background:rgb(0, 84, 172);
}
.index2al3{
    line-height:30px;
    color:rgb(105, 105, 105);
    font-size:14px;
    text-align:justify;
}
.index2ar{
    width:34.0625vw;
}
.index2ar img{
    width:100%;
}
.index2b {
    display: flex;
    justify-content: space-between;
}
.index2b li{
    width:25%;
    text-align:center;
    padding:43px 43px;
    border-right:1px solid rgb(223, 223, 223);
}
.index2b li:nth-child(1){
    padding-left:0px;
}
.index2b li:nth-child(4){
    padding-right:0px;
}
.index2b li:last-child{
    border-right:0px;
}
.index2b2{
    font-size:20px;
    font-family: beba;
    margin:20px 0px;
    color:rgb(15, 15, 15);
}
.index2b3{
    line-height:30px;
    color:rgb(166, 166, 166);
}


.index3 {
    height: 676px;
    background: url(../images/index3_bg.jpeg) center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.index32{
    font-size:52px;
    line-height:72px;
    font-family: beba;
    text-align:center;
    margin:47px 0px 65px;
    color:#fff;
}
.index33 a:hover{
    border:1px solid #fff;
    color:#fff;
    background:none;
}
.index33 a{
    border:1px solid rgb(0, 84, 172);
    background:rgb(0, 84, 172);
    color:#fff;
    width:157px;
    line-height:50px;
    text-align:center;
}

.index4{
    padding:95px 0px;
}
.index4a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index4ar a:hover{
    border:1px solid rgb(0, 84, 172);
    color:rgb(0, 84, 172);
    background:none;
}
.index4ar a{
    border:1px solid rgb(0, 84, 172);
    background:rgb(0, 84, 172);
    color:#fff;
    width:157px;
    line-height:50px;
    text-align:center;
}
.index4al1{
    font-size:20px;
    font-weight:700;
    color:rgb(0, 84, 172);
    position:relative;
    padding-left:64px;
    line-height:40px;
    text-transform: uppercase;
}
.index4al2{
    font-size:60px;
    line-height:67px;
    font-family: beba;
    letter-spacing: 2px;
    color:rgb(15, 15, 15);
}
.index4al1::after{
    content:'';
    position:absolute;
    top:50%;
    left:0px;
    width:55px;
    height:1px;
    background:rgb(0, 84, 172);
}
.index4b .swiper-slide{
    width:550px;
    background:rgb(249, 249, 249);
}
.index4b .swiper-slide img{
    width:100%;
}
.index4b{
    margin-top:75px;
    margin-left:13.125vw !important;;
}
.index4b1{
    position:relative;
    overflow: hidden;
}
.index4b1::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .2);
    z-index: 2;
}
.index4b .swiper-slide:hover .index4b1::after{
    background:rgba(0, 0, 0, .6);
}
.index4b3 a:hover{
    color:#f7ff4f;
}
.index4b1 img{
    position:relative;
    z-index: 1;
    display:block;
    width:100%;
}

.index4b2{
    font-size:25px;
    color:rgb(35, 35, 35);
    line-height:107px;
    padding:0px 34px;
    text-transform: uppercase;
    position:relative;
    overflow: hidden;
    position:relative;
    z-index: 1;
    transition: .5s;
}
.index4b .swiper-slide::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:100%;
    background:rgb(0, 84, 172);
    transition: .5s;

}
.index4b .swiper-slide:hover::after{
    width:100%;
}
.index4b .swiper-slide:hover .index4b2{
    color:#fff;
}
.index4b .swiper-slide:hover .index4b3{
    top:0px;
}
.index4b3 {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:55px;
    z-index: 3;
    transition: .5s;
}
.index4b3 a{
    color:#fff;
    font-size:22px;
    line-height:2;
    text-transform: uppercase;
    text-indent:20px;
    text-transform: capitalize;
}
.index4b3 li{
    position:relative;
}
.index4b3 li::after{
    content:'';
    position:absolute;
    left:0px;
    top:50%;
    height:1px;
    width:14px;
    background:#fff;
}


.index5{
    padding:116px 0px;
    width:100%;
    background:url(../images/index4_bg.jpeg) center no-repeat;
    background-size:cover;
}
.index5_zt{
    position:relative;
}
.index5a{
    position:relative;
    width:52.656vw;
    padding:63px 78px;
    backdrop-filter: blur(9px);
    background: rgba(255, 255, 255, 0.15);
}
.index5a1{
    font-size:50px;
    color:rgb(255, 255, 255);
    font-family: beba;
    letter-spacing: 3px;
}
.index5a2{
    width:90%;
    color:#fff;
    line-height:28px;
    padding:25px 0px 35px;
    text-align:justify;
}
.index5a3 a{
    border:1px solid #fff;
    color:#fff;
    width:157px;
    line-height:50px;
    text-align:center;
}
.index5a3 a:hover{
    border:1px solid rgb(0, 84, 172);
    background:rgb(0, 84, 172);
    color:#fff;
}

.index6{
    padding:5.208vw 0px 8.802vw;
}
.index6_zt1{
    width:22.6vw;
    background:rgb(0, 84, 172);
    color:#fff;
    font-size:50px;
    font-family: beba;
    padding:30px 0px;
    text-align:center;
}
.index6_zt2{
    margin-top:3.333vw;
}
.index6_zt2 img{
    width:100%;
}

.lxwm {
    padding-left: 13.125vw;
    display: flex;
    justify-content: space-between;
    margin:94px 0px 138px;
}
.lxwm1{
    padding:95px 0px;
    background:url(../images/lxwm1_bg.jpeg) center no-repeat;
    background-size:cover;
}
.lxwml{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:rgb(246, 246, 246);
    padding:0px 45px;
}
.lxwml li {
    display: flex;
    align-items: center;
    margin: 1.1458vw 0px;
}
.lxwml1{
    width:75px;
}
.lxwml2a{
    color:rgb(133, 133, 133);
    line-height:24px;
}
.lxwml2b{
    color:rgb(28, 28, 28);
    font-weight:700;
    font-size:1.0416vw;
}
.lxwmr{
    width:40.781vw;
}
.lxwmr img{
    width:100%;
    display:block;
}
.lxwm1_zt{
    margin-left:13.125vw;
    background:#fff;
    width:768px;
    padding:72px;
}
.lxwm1_zta1{
    font-size:2.7083vw;
    font-family: beba;
    color:rgb(2, 2, 2);
    line-height:70px;
    letter-spacing: 1px;
}
.lxwm1_zta2{
    color:rgb(145, 144, 144);
    line-height:26px;
    margin:10px 0px 23px;
}
.lxwm_input input{
    border:1px solid rgb(146, 146, 146);
    line-height:50px;
    color:rgb(84, 84, 84);
    font-size:18px;
    width:614px;
    text-indent:28px;
    margin-bottom:14px;
}
.lxwm_inputs{
    width:614px;
    line-height:44px;
    background:rgb(0, 84, 172);
    color:#fff;
    text-transform:capitalize;
    margin-top:25px;
    text-align:center;
}

.ty_banner{
    position:relative;
    height:500px;
}
.ty_banner_zt{
    width:31.25vw;
    padding:30px;
    background: linear-gradient(90.00deg, rgb(0, 84, 172),rgba(0, 84, 172, 0) 70%);
    position:absolute;
    top:47%;
    z-index: 1;
}
.ty_banner_zt1{
    color:rgb(255, 255, 255);
    font-size:2.1875vw;
    font-family: beba;
    letter-spacing: 1px;
}
.ty_banner_zt2{
    color:rgba(255, 255, 255, 0.5);
    line-height:1.45vw;
}
.about_banner{
    background:url(../images/about_banner.jpeg) center no-repeat;
    background-size:cover;
    width:100%;
}
.product_banner{
    background:url(../images/product_banner.jpeg) center no-repeat;
    background-size:cover;
    width:100%;
}
.news_banner{
    background:url(../images/news_banner.jpeg) center no-repeat;
    background-size:cover;
    width:100%;
}
.sj{
    display:none !important;
}
@media only screen and (max-width: 1100px) {
    .pc {
        display: none !important;
    }
    .sj{
        display: block !important;;
    }
    .sjhea{
        position:fixed;
        top:0px;
        left:0px;
        background:#002d5c;
        z-index: 9999;
        width:100%;
        box-shadow: 0px 2px 10px 2px rgba(255,255,255,0.05);
    }
    .w73,.w68{
        width:92%;
        margin:0 auto;
    }
    .w94 {
        width: 88%;
        margin: 0 auto;
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sjhea img{
        height:50px;
    }
    .sjhear i{
        font-size:30px;
        color:#fff;
    }
    .sjbanner{
        height:100vh;
    }
    .index1a{
        padding:40px 0px 30px;
    }
    .index1a1 {
        color: rgb(15, 15, 15);
        font-family: beba;
        font-size: 40px;
        letter-spacing: 1px;
    }
    .index1a2 {
        font-size: 14px;
        line-height: 22px;
        color: rgb(154, 154, 154);
    }
    .prbanner .marquee-item{
        width: 100%;
    }
    .index6_zt2 {
        border-radius: 10px;
        height: auto;
        overflow-y: auto;
    }
    .prbanner{
        height:auto;
        padding:0px;
    }
    .index1{
        padding:0px 4%;
    }
    .product_ztrc2{
        padding:0px 4%;
        padding-top:20px;
        font-size:14px;
    }
    .prbanner li{
        display:none;
    }
    .prbanner li:nth-child(3),
    .prbanner li:nth-child(2),
    .prbanner li:nth-child(1){
        display:block;
    }
    .product_ztrc3{
        padding:0px 4%;
        font-size:14px;
        padding-bottom:30px;
    }
    .index2 {
        padding: 30px 0px;
    }
    .index2a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px 0px 0px;
        flex-direction: column;
    }
    .index2al {
        width: 100%;
    }
    .index2al2 {
        font-size: 40px;
        line-height: 40px;
        font-family: beba;
        letter-spacing: 2px;
        color: rgb(15, 15, 15);
        margin: 7px 0px 20px;
    }
    .index2al3 {
        line-height: 26px;
        color: rgb(105, 105, 105);
        font-size: 14px;
        text-align: justify;
    }
    .index2ar {
        width: 100%;
        margin-top: 5px;
    }
    .index2b li {
        width: 100%;
        text-align: center;
        padding: 30px 0px;
        border-right:none;
        border-bottom:1px solid rgb(223, 223, 223);
    }
    .index2b {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .index2b2 {
        font-size: 22px;
        font-family: beba;
        line-height: 40px;
        color: rgb(15, 15, 15);
    }
    .index2b3 {
        line-height: 22px;
        font-size: 14px;
        color: rgb(166, 166, 166);
    }
    .index32 {
        font-size: 26px;
        line-height: 34px;
        font-family: beba;
        text-align: center;
        margin: 20px 30px;
        color: #fff;
    }
    .index3 {
        height: 400px;
        background: url(../images/index3_bg.jpeg) center no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .index4 {
        padding: 40px 0px;
    }
    .index4a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .index4al2 {
        font-size: 26px;
        line-height: 40px;
        font-family: beba;
        letter-spacing: 0px;
        color: rgb(15, 15, 15);
        text-align: center;
    }
    .index4ar a {
        border: 1px solid rgb(0, 84, 172);
        background: rgb(0, 84, 172);
        color: #fff;
        width: 140px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
    }
    .index33 a {
        border: 1px solid rgb(0, 84, 172);
        background: rgb(0, 84, 172);
        color: #fff;
        width: 140px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
    }
    .index4b {
        margin-top: 30px;
        margin-left: 0px !important;
    }
    .index4b .swiper-slide {
        width: 100%;
        margin-right:0px !important;
        background: rgb(249, 249, 249);
    }
    .index4b2 {
        font-size: 18px;
        color: rgb(35, 35, 35);
        line-height: 60px;
        padding: 0px 10px;
        text-transform: uppercase;
    }
    .index5 {
        padding: 50px 0px 30px;
        width: 100%;
        background: url(../images/index4_bg.jpeg) center no-repeat;
        background-size: cover;
    }
    .index5a {
        position: relative;
        width: 84%;
        padding: 8%;
        backdrop-filter: blur(9px);
        background: rgba(255, 255, 255, 0.15);
    }
    .index5a1 {
        font-size: 40px;
        color: rgb(255, 255, 255);
        font-family: beba;
        letter-spacing: 1px;
    }
    .index5a2 {
        width: 100%;
        color: #fff;
        line-height: 28px;
        padding: 0px;
        text-align: justify;
    }
    .index5a3 a {
        border: 1px solid #fff;
        color: #fff;
        width: 140px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        margin: 10px auto 0px;
    }
    .index6_zt1 {
        width: auto;
        padding-top: 4px;
        line-height: 50px;
        background: rgb(0, 84, 172);
        color: #fff;
        font-size: 30px;
        font-family: beba;
        letter-spacing: 0.5px;
        text-align: center;
    }
    .footers_topc{
        display:none;
    }
    .footers_top {
        padding: 30px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .footers_topzt {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .footers_topl {
        width: 100%;
    }
    .footers_topl2a{
        display:none;
    }
    .footers_topl2s .footers_topl2b {
        padding-left: 0px;
    }
    .footers_topl2 {
        color: rgb(255, 255, 255);
        line-height: 30px;
        display: flex;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .footers_topr {
        width: 40%;
        padding-top: 0px;
        margin: 0 auto;
    }
    .footers_b ul {
        padding:10px 0px;
        display: flex;
        color: #fff;
        font-size: 12px;
        line-height:26px;
        height: auto;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .footers_b a {
        color: #fff;
        font-size: 12px;
    }
    .footers_b img {
        height: 12px;
        position: relative;
        top: 1px;
    }
    .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 {
        text-align:center;
        margin: 30px auto 20px;
    }

    .sj_nav_img img {
        width: auto;
        height:50px;
    }

    .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;
    }
    .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: 20px;
        width: 40px;
        text-align: center;
    }
    .ty_banner {
        position: relative;
        height: 250px;
        margin-top: 80px;
    }
    .about1_zt {
        display: flex;
        padding: 30px 0px;
        justify-content: space-between;
        flex-direction: column;
    }
    .about1_ztl img{
        width:100%;
    }
    .about1_ztr {
        width: 100%;
    }
    .about1_ztr1 {
        font-size: 40px;
        color: rgb(58, 58, 58);
        font-family: beba;
        letter-spacing: 0.5px;
        line-height: 1;
        padding: 40px 0px 20px;
        letter-spacing: 2px;
        position: relative;
        left: -0%;
    }
    .about1_ztr2 {
        font-size: 16px;
        color: rgb(113, 113, 113);
        line-height: 26px;
        text-align: justify;
        height: auto;
    }
    .about2a1 {
        font-family: beba;
        font-size: 40px;
        color: rgb(255, 255, 255);
        text-align: center;
        letter-spacing: 1px;
    }
    .about2 {
        padding:30px 0px;
        height: auto;
        width: 100%;
        background: url(../images/about2_bg.jpeg) center no-repeat;
        background-size: cover;
    }
    .about2a {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about2a3 {
        border-radius: 10px;
        height: auto;
        overflow-y: auto;
    }
    .product_zt .w73 {
        display: flex;
        padding: 30px 0px;
        justify-content: space-between;
        flex-direction: column;
    }
    .product_ztl {
        width: 100%;
    }
    .product_ztl1 {
        display: flex;
        height: 40px;
        width: 100%;
        background: url(../images/nav_bg.png) center no-repeat;
        background-size: 100% 100%;
        text-indent: 20%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .product_ztl1 span {
        height: 26px;
        color: #fff;
        font-family: beba;
        letter-spacing: 0.5px;
        font-size: 26px;
    }
    .product_ztl2t {
        line-height: 40px;
        padding: 0px 10px;
        color: #000;
        font-size: 16px;
        border-bottom: 1px solid rgb(227, 228, 228);
        text-transform: capitalize;
    }
    .product_ztl2a {
        padding: 7px 0px 7px;
        background: rgba(0, 84, 172, 0.05);
    }
    .product_ztl2a a {
        line-height: 38px;
        color: rgb(103, 104, 104);
        font-size: 14px;
        text-indent: 28px;
    }
    .product_ztr {
        width: 100%;
        margin-top:20px;
    }
    .product_ztrc {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .product_ztrc li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
        background: #fff;
    }
    .lxwm {
        padding-left: 0px;
        display: flex;
        justify-content: space-between;
        margin: 30px auto;
        width: 92%;
        flex-direction: column;
    }
    .lxwml {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: rgb(246, 246, 246);
        padding: 20px 10px;
    }
    .lxwml1{
        display:none;
    }
    .lxwml li {
        display: flex;
        align-items: center;
        margin: 10px 0px;
    }
    .lxwml2b {
        color: rgb(28, 28, 28);
        font-weight: 700;
        font-size: 16px;
    }
    .lxwmr {
        width: 100%;
    }
    .lxwm1 {
        padding: 40px 0px;
        background: url(../images/lxwm1_bg.jpeg) center no-repeat;
        background-size: cover;
    }
    .lxwm1_zt {
        margin-left: 0px;
        background: #fff;
        width: 92%;
        padding: 2%;
        margin: 0 auto;
    }
    .lxwm_input input {
        border: 1px solid rgb(146, 146, 146);
        line-height: 45px;
        color: rgb(84, 84, 84);
        font-size: 14px;
        width: 100%;
        text-indent: 12px;
        margin-bottom: 7px;
    }
    .lxwm1_zta1 {
        font-size: 32px;
        text-align:center;
        font-family: beba;
        color: rgb(2, 2, 2);
        line-height: 50px;
        letter-spacing: 1px;
    }
    .lxwm1_zta2 {
        color: rgb(145, 144, 144);
        line-height: 22px;
        font-size: 14px;
        text-align: justify;
        margin: 0px 0px 23px;
    }
    .lxwm_inputs {
        width: 100%;
        line-height: 44px;
        background: rgb(0, 84, 172);
        color: #fff;
        text-transform: capitalize;
        margin-top: 5px;
        text-align: center;
    }
    .ty_banner_zt{
        display:none;
    }
    .product_ztl2 a{
        text-transform: capitalize;
    }
    .product_ztl2t a {
        color: #000;
        font-size: 16px;
    }
    .product_ztl1 {
        display: flex;
        height: 60px;
        width: 100%;
        background: url(../images/nav_bg.png) center no-repeat;
        background-size: 100% 100%;
        text-indent: 20%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .product_ztl1 span {
        height: 26px;
        color: #fff;
        font-family: beba;
        letter-spacing: 0.5px;
        font-size: 20px;
    }
    .product_ztl3d {
        color: rgba(255, 253, 253, 0.5);
        line-height: 26px;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .product_ztl3a {
        color: #fff;
        font-size: 18px;
        font-family: beba;
        position: relative;
        padding-bottom: 10px;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }
    .product_ztl3b {
        font-size: 16px;
        font-family: beba;
        color: rgb(255, 253, 253);
        letter-spacing: 1px;
    }
    .product_ztl3c {
        color: rgb(255, 255, 255);
        line-height: 26px;
        font-size: 16px;
        margin-top: 10px;
    }
    .product_ztl3 {
        background: url(../images/product_end1.jpeg) center no-repeat;
        background-size: cover;
        padding: 30px 4%;
        margin-top: 1.875vw;
    }
    .ny_bodyc {
        padding: 30px 4%;
    }
    .ny_body_a {
        border-bottom: 1px solid rgb(235, 234, 234);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
    }
    .ny_body_b1 {
        width: 80px;
        height: 2px;
        background: rgb(0, 84, 172);
        margin: 10px 0px;
    }
    .ny_body_b2 {
        font-size: 18px;
        line-height: 45px;
        font-weight: 700;
        color: rgb(42, 42, 42);
    }
    .ny_body_b3 {
        display: flex;
        margin-top: 0px;
        justify-content: space-between;
        flex-direction: column;
    }
    .ny_body_b31, .ny_body_b32 {
        width: 100%;
        border: 1px solid rgb(0, 84, 172);
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        color: rgb(0, 84, 172);
        text-transform: uppercase;
        cursor: pointer;
        margin-bottom: 10px;
    }
    .ny_bodyl {
        margin-left: 0px;
        width: 60%;
    }
    .ny_bodyr {
        position: relative;
        width: 20%;
        padding: 36px 0px;
    }
    .mySwiper {
        width: 100%;
        height: auto;
        margin: 0px 0px;
        padding-bottom: 1.4583vw !important;
        text-align: center;
    }
    .mySwiper .swiper-slide {
        width: 90%;
        height: 50px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid rgba(0, 0, 0, .2);
    }
    .product_ztla {
        position: relative;
        width: 100%;
    }
    .product_ztrc2 {
        padding: 0px 4%;
        padding-top: 0px;
        line-height:20px;
        font-size: 14px;
        height: 60px;
    }
    .index2al2 {
        font-size: 30px;
        line-height: 40px;
        font-family: beba;
        letter-spacing: 2px;
        color: rgb(15, 15, 15);
        margin: 7px 0px 20px;
    }
    .index31{
        width:60%;
        margin:0 auto;
    }
    .about1_ztl {
        width: 100%;
    }
    .index31 img{
        width:100%;
    }
    .index5a1 {
        font-size: 30px;
        color: rgb(255, 255, 255);
        font-family: beba;
        letter-spacing: 1px;
    }
    .index6_zt1 {
        width: auto;
        padding-top: 4px;
        line-height: 50px;
        background: rgb(0, 84, 172);
        color: #fff;
        font-size: 30px;
        font-family: beba;
        letter-spacing: 0.5px;
        text-align: center;
        padding-bottom: 4px;
        font-weight: 400;
    }
    .about1_ztr1 {
        font-size: 30px;
        color: rgb(58, 58, 58);
        font-family: beba;
        letter-spacing: 0px;
        line-height: 1;
        padding: 40px 0px 20px;
        letter-spacing: 2px;
        position: relative;
        left: -0%;
        line-height: 40px;
    }
    .index2b2 {
        font-size: 22px;
        font-family: beba;
        line-height: 40px;
        color: rgb(15, 15, 15);
        margin: 10px 0px 4px;
    }
    .about2a1 {
        font-family: beba;
        font-size: 30px;
        color: rgb(255, 255, 255);
        text-align: center;
        letter-spacing: 1px;
    }
    .about1 {
        padding-bottom: 30px;
    }
    .news {
        padding: 30px 0px;
        background: rgb(244, 243, 243);
    }
    .news_list ul {
        display: flex;
        flex-direction: column;
    }
    .news_list ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
        background: #fff;
    }
    .news_listba {
        line-height: 26px;
        color: rgb(36, 36, 36);
        height: auto;
        font-size: 16px;
    }
    .news_listbb {
        font-size: 16px;
        color: rgb(94, 94, 94);
        margin-top: 6px;
    }
    .news_listb {
        padding: 15px;
    }
    .footers_b{
        text-align:center;
    }
    .pr_fiexa {
        position: absolute;
        top: 0px;
        right: 0px;
        background: #fff;
        overflow-y: auto;
        width: 100%;
    }
    .pr_fiexat {
        width: 126px;
        line-height: 40px;
        border: 1px solid rgb(68, 68, 68);
        text-align: center;
        color: rgb(67, 67, 67);
        float: right;
        font-size: 12px;
    }
    .pr_fiexab {
        clear: both;
        border-top: 1px solid rgb(208, 208, 208);
        margin-top: 2.6041vw;
        display: block;
        padding: 28px 0px 0px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .pr_fiexabl {
        width: 100%;
    }
    .pr_fiexabr {
        width: 100%;
        margin-left: 0;
    }
    .pr_fiexabr1 {
        line-height: 1.5;
        font-size: 16px;
        font-weight: 700;
        color: rgb(0, 84, 172);
    }
    .pr_fiexabr2 {
        line-height: 30px;
        color: rgb(154, 154, 154);
        margin-top: 14px;
    }
    .pr_fiexb {
        padding: 30px 4%;
    }
    .product_ztrc{
        height:auto !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 22px !important;
    }
}