



    

           
            .container_pm, .container-lg_pm, .container-md_pm, .container-sm_pm, .container-xl_pm {
                width: 95%;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto;
            }    
            
            .breatcumb-area {
                padding: 215px 0 163px;
                background: #f1f6fc url(/assets/images/imgs/ba02.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                background-attachment: scroll;
                background-position: center center;
                position: relative;
            }   
            .breatcumb-area:before {
                position: absolute;
                content: "";
                top: 0;
                right: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: rgba(51, 51, 51,0.4);
            }
            .breatcumb-title h2 {
                color: #fff;
            }
            .breatcumb-title h2 {
                font-size: 60px;
                font-weight: 800;
                margin-bottom: 30px;
                margin-top: 0;
            }
            .breatcumb-title p {
                font-size: 20px;
                color: #fff;
                margin: 10px 30px;
            }
            .breatcumb-content-text ul {
                display: inline-block;
                list-style: none;
            }
            .breatcumb-content-text ul li {
                color: #fff;
            }
            .breatcumb-content-text ul li {
                display: inline-block;
                font-size: 14px;
                font-weight: 500;
                color: #f6aa01;
                text-transform: uppercase;
            }
            /* 未选中状态 */input[type="checkbox"]:not(:checked),input[type="radio"]:not(:checked) {  background-color: #fff; /* 未选中状态背景色 */}/* 选中状态 */input[type="checkbox"]:checked,input[type="radio"]:checked {border-color: #f6aa01;  background-color: #f6aa01; /* 选中状态背景色 */}/* 外观样式 */input[type="checkbox"],input[type="radio"] {  -webkit-appearance: none; /* 去掉默认样式 */  -moz-appearance: none;  appearance: none;  width: 17px; /* 设置宽高 */  height: 20px;  border: 1px solid #ccc; /* 设置边框 */  border-radius: 3px; /* 设置圆角 */  outline: none; /* 去掉聚焦时的虚线 */  transition: all 0.3s ease-in-out; /* 添加过渡效果 */}/* 鼠标悬停状态 */input[type="checkbox"]:hover:not(:checked),input[type="radio"]:hover:not(:checked) {  border-color: #f6aa01; /* 鼠标悬停时边框颜色 */}/* 选中状态下的图标 */input[type="checkbox"]:checked::before,input[type="radio"]:checked::before {  content: "\2713"; /* 使用 Unicode 符号作为图标 */ font-size: 15px;
    font-weight: 700; display: block;  text-align: center;  color: #fff;  line-height: 17px;}
            
            .breatcumb-content-text ul li a {
                color: #f6aa01;
                text-transform: uppercase;
                display: inline-block;
            }
            .breatcumb-content-text ul li a {
                color: #fff;
            }
            .breatcumb-content-text ul li i {
                margin: 0 6px;
                display: inline-block;
            }
            .two_box1 {
                background-color: #f5f5f5;
                background: #f5f5f5;
                border-bottom: #eee solid 1px;
            }         
            .two_box a {
                color: #666666;
            }
            .xbt1::before {
                content: "";
                left: 50%;
                bottom: 0;
                position: absolute;
                background: #f6aa01;
                height: 2px;
                transform: translateX(-50%);
                opacity: 0;
                transition: all 0.5s;
                width: 0%;
            }
            .xbt1:hover{
                color: #f6aa01;
            }
            .xbt1:hover::before{
                width: 100%;
                opacity: 1;
            }
            .zzz{
                font-size: 25px;
    color: #222;
    font-weight: 700;
            }
.xbt1 {
                display: inline;
                padding: 30px 0;
                font-size: 16px;
                margin-right: 2.5vw;
                cursor: pointer;
                position: relative;
                max-height: 87px;
                min-height: 87px;
            }

            @media (min-width: 1510px){
                .xbt1 {
                    margin-right: 1.5vw;
                }
            }
            @media (min-width: 1390px){
                .xbt1 {
                    margin-right: 1vw;
                }
            }
            .xbt1_hover {
                color: #fff !important;
                background-color: #f6aa01 !important;
            }


             .fa_mouse {
                position: absolute;
                left: 50%;
                bottom: 3vw;
                transform: translateX(-50%);
                width: 30px;
                height: 50px;
                border-radius: 100px;
                z-index: 20;
                border: rgba(255,255,255,0.6) solid 2px;
            }

            .fa_mouse:before {
                animation: ani-mouse 3s linear infinite;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                content: "";
                width: 3px;
                height: 6px;
                background: #fff;
                border-radius: 500px;
            }


            @-webkit-keyframes ani-mouse {
                0% {
                    opacity: 1;
                    top: 29%
                }
            
                15% {
                    opacity: 1;
                    top: 50%
                }
            
                50% {
                    opacity: 0;
                    top: 50%
                }
            
                100% {
                    opacity: 0;
                    top: 29%
                }
            }
            
            @-webkit-keyframes ani-mouse {
                0% {
                    opacity: 1;
                    top: 29%
                }
            
                15% {
                    opacity: 1;
                    top: 50%
                }
            
                50% {
                    opacity: 0;
                    top: 50%
                }
            
                100% {
                    opacity: 0;
                    top: 29%
                }
            }

            @media (min-width: 576px){
            .container_pm, .container-lg_pm, .container-md_pm, .container-sm_pm, .container-xl_pm {
                max-width: 540px;
            }
            }   
            @media (min-width: 768px){
        .container_pm, .container-lg_pm, .container-md_pm, .container-sm_pm, .container-xl_pm {
            max-width: 720px;
        }
        }
        @media (min-width: 992px){
    .container_pm, .container-lg_pm, .container-md_pm, .container-sm_pm, .container-xl_pm {
        max-width: 960px;
    }
    }
    @media (min-width: 1200px){
.container_pm, .container-lg_pm, .container-md_pm, .container-sm_pm, .container-xl_pm {
    max-width: 1620px;
}
}
.xbt3{
    cursor: pointer;
}
.xbt3:hover{
    color: #f6aa01;
}
.xbt2 a ,.xbt2 i{
  color: #6c757d;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5px;
}
@media (max-width: 500px){
      .xbt2 a ,.xbt2 i{
  	font-size: 12px;
      }
            .sb_big_box_tt{
         font-size:26px;
      }
}
.xbt2 span{
    font-size: 14px;
    color: #212529;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 5px;
} 
.xbt2{
    min-height: 87px;
    max-height: 87px;
}
.fa_big_box{
    min-height: 0px;
    background-color: #fafafa;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
    border-bottom: solid 2px #f6aa01;
}
.fa_nr_box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    /* margin-left: 15px;
    margin-right: 15px; */
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    /* border-style: solid;
    border-width: 1px;
    border-color: rgba(229,229,229,1); */
    background: #fff;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 5%);
}
.fa_nr_box_img{
    overflow: hidden;
    margin: auto;
    height: 240px;
}
.fa_nr_box_img img{
    width: auto;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
    transition: all 0.6s;
}

.fa_nr_box:hover img {
    transition: all 0.6s;
    transform: scale(1.1);
    cursor: pointer;
}
.fa_nr_box_text{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 0px;
    max-height: none;
    height: auto;
    background-color: rgba(241,241,241,1);
    transition: all 0.6s;
    line-height: 1.5;
    font_radio: 2;
    font-size: 16px;
    font-family: Microsoft YaHei;
    margin-left: auto;
    padding-left: 15px;
    color: #333;
    padding: 0.5rem 1rem;
    /* min-height: 80px; */
    
}
.fa_nr_box_text p{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    min-height: 48px;
}
.fa_nr_box:hover .fa_nr_box_text{
    color: #fff;
    background-color: #f6aa01;
}

.p_page {
    text-align: center;
   
    margin-top: 20px;
}
.page_con {
    display: inline;
}
.page_a.disabled {
    background-color: #f4f4f5;
    font-size: 14px;
    color: #c0c4cc;
    border-style: solid;
    border-width: 1px;
    border-color: #f4f4f5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.page_a.disabled {
    background: #f4f4f4;
    color: #ccc;
    cursor: not-allowed;
}

.page_a.current {
    background: #f6aa01;
    color: #fff;
}
.page_a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    background: #f4f4f4;
    color: #666;
}
.pm_de_box{
    min-height: 0px;
    
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1);
    padding-top: 70px;
    padding-bottom: 70px;
}
.pm_de_box_nat{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
   
    max-width: fit-content;
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,0.1);
}
.pm_de_box_nat p{
    line-height: normal;
   
    font-size: 28px;
    font-weight: normal;
    font-family: Microsoft YaHei;
    color: rgba(34,34,34,1);
    padding-bottom: 20px;
}
.pm_de_box_nat::after {
    position: relative;
    bottom: -1px;
    left: 0px;
    content: '';
    right: auto;
    width: 100%;
    height: 3px;
    background: linear-gradient( -90deg, #fdd100, #ec6000);
    border-radius: 30px;
    margin: auto;
}
.pm_de_box_nr{
    margin-top: 30px;
    min-height: 30px;
    font-size: 16px;
    color: #333;
   
}
.pm_de_box_nr_nt{
    line-height: 1;
    padding-left: 27px;
    letter-spacing: 0.0000pt;
    background-image: url(/assets/images/imgs/hha.jpg);
    background-repeat: no-repeat;
    background-position: center left;font-size: 26px; color: #000;
}
.pm_de_box_nr_tt{
    font-size: 16px;
    color: #4d4d4d;letter-spacing: 0.0000pt;
    
    line-height: 2;
    margin-top: 34px;
    text-indent: 21.0000pt;
    padding: 0pt 0pt 0pt 0pt;
    text-align: left;
}
.pm_de_box_nr_ttn{
    font-weight: 700;
    font-size: 20px;
    color: #000;letter-spacing: 0.0000pt;
    
    line-height: 2;
    margin-top: 34px;
    text-indent: 21.0000pt;
    padding: 0pt 0pt 0pt 0pt;
    text-align: left;
}
.pm_de_box_nr_img img{
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
}

.pm_de_box_nr_tt  img{
    max-width:90%;
}
.fb_bann_boxP{
    border-bottom: solid 2px #f6aa01;
}
.fb_bann_box_nr{
    /* height: 900px; */
    flex: 0 0 33.3%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.fb_bann_box_nr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%) scale(1.0); */
    transition: all .5s ease;
}
.fb_bann_box_nr2{
    width: 80%;
    margin: auto;
}
.fb_bann_box_nr1{
    
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    z-index: 1;
    bottom: auto;
    right: auto;
}
.fb_bann_box_nr1_p1{
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 36px;
    color: rgba(255,255,255,1);
}
.fb_bann_box_nr1_p2{
    line-height: 2;
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    text-align: left;
    color: rgba(255,255,255,1);
    margin-top: 32px;
    max-width: 50%;
}
.fb_bann_box_nr1_p3{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    background_radio: 2;
    border_radio: 2;
    font_radio: 1;
    radius_radio: 2;
    display-radio: block;
    max-width: 207px;
    width: auto;
    height: auto;
    color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,0);
    margin-top: 40px;
    line-height: 52px;
    margin-left: 0px;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fb_bann_box_nr1_p3:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.fb_bann_box_nr1_p3::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px;
}
.fb_bann_box_nr1_p3:hover{
    background-color: #f6aa01;
    border-color: #f6aa01;
}
.fb_bann_box_nr1_p3:hover:before {
    animation: style112 .75s;
    z-index: 1;
}

.fb_bann_box_nr1_p3:hover::after {
    opacity: 1;
}
@keyframes style112 {
    0% {
        background: rgba(0,0,0,.25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}



.cp_nr_box_text{
    line-height: normal;
    display-radio: -webkit-box;
    font_radio: 2;
    -webkit-line-clamp: 2;
    min-height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 22px;
    font-family: Arial;
    color: rgba(51,51,51,1);
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
}
.cp_nr_box_text_nr{
    min-height: 64px;
    font-size: 16px;
    color: rgba(153,153,153,1);
    line-height: 2;
    font-family: Arial;
    font-weight: normal;
    text-align: left;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cp_nr_box_text_gu{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 4px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(170,170,170,0.2);
    background-color: rgba(255,255,255,0.04);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: auto;
    font-size: 12px;
    max-width: 120px;
    color: rgba(153,153,153,1);
    margin-top: 20px;
    display-radio: block;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    width: 120px;
}

.dt::before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
}
.dt:hover:before {
    animation: style112 .75s;
    z-index: 1;
}
.bac_f6:hover .cp_nr_box_text,.bac_f6:hover .cp_nr_box_text_nr,.bac_f6:hover .cp_nr_box_text_gu{
    color: #fff;
  }
.bac_f6:hover{
  background-color: #f6aa01 !important;
}
.dt::after{
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px;


}
.cp_de_box{
    padding-bottom: 5rem;
   
}
.cp_de_box_nr{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    min-height: 0px;
    display-radio: 1;
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
    /* margin-top: -100px; */
    box-shadow: 0 2px 30px 0 rgb(0 0 0 / 5%);
    background-fill-value: background-color;
    /* width: 94%; */
    background-color: rgba(255,255,255,1);
    z-index: 9;
    position: relative;
}
.cp_oo_ing{
    width: 100%;
}
.cp_de_box_nr_nat{
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 30px;
    color: rgba(51,51,51,1);
    font-family: Arial;
    font-weight: normal;
}
.cp_de_box_nr1{
    border-collapse: collapse;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
    width: 100% !important;
    padding: 45px;
}
.cp_de_box_nr1_b{
   border-left: solid 5px #f6aa01;
   margin-bottom: 30px;
}
.cp_de_box_nr1_bp{
    font-size: 30px;
    margin-left: 30px;
    color:#000;
   
}
.cp_de_box_nr1_bp1{
    font-size: 16px;
}

.mt_25{
    margin-top: 25px;
}
.ff_fn_img{
    overflow: hidden;
}
.ff_fn_img img{
    width: 100%;
  transition: all 0.5s;
}
.ff_fn_box1{
    padding: 40px 30px;
}
.ff_fn_text{
    color:#1e1e1e ;
    font-size: 30px;
}
.ff_fn_text1{
    color: #444444;
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
    height: 180px;
   
    margin: 10px 0 35px;
    padding: 0 5px 0 0;
}
.ff_fn_text2{
    display: block;
    width: 184px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #f6aa01;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: all .4s ease;
}

.com-btn2{
    background-color: #fff;
    margin-top: 30px;
}
.com-btn1 .ff_fn_text2:hover {
    box-shadow: 0 0 10px #f6aa01;
}
.com-btn1:hover img{
    transform: scale(1.2);
}
.ff_fn{
    background:#fcfcfc;
    padding: 5rem 0;
}

.gywm_nav_te:before {
    width: 30px;
    height: 30px;
    background: #00ffff;
    content: "";
    position: absolute;
    left: -10px;
    top: -6px;
    border-radius: 50%;
    mix-blend-mode: hard-light;
    opacity: 0.2;
}
.gywm_nav_te{
    font-size: 40px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    color: #f6aa01;
    position: relative;
    line-height: 1;
    margin-bottom: 2rem;
}
.gywm{
    padding: 80px 10px;
}
.gywm_nav_tc{
    font-size: 30px;
    color: #333;
    padding-bottom: 4rem;
    border-bottom: #ddd solid 1px;
    position: relative;
}
.gywm_nav_tc::before{
    animation: fa_sumline_ani alternate 8s linear infinite;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #f6aa01;
}
.gywm_nav_tn{
    font-size: 16px;
    line-height: 2.2;
    text-align: justify;
    color: #666;
    margin-top: 15px;
    text-indent:2em;
    
}
.ryzz_n_te{
    font-size: 40px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    color:#f6aa01;
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
}
.ryzz_n_tc{
    font-size: 30px;
    color: #333;
    padding-bottom: 30px;
    
    position: relative;
    text-align: center;
}
.ryzz{
    margin-top: 70px;
    margin-bottom: 70px;
}
.form-control {
    border-radius: none !important;
}
.ryzz_n_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ryzz_n_nav1{
 width: calc(100% / 3);
  
  
    background-color: #f5f5f5;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color:#000;
}
.ryzz_n_nav1:hover{
    color:#fff;
    background-color:#f6aa01;
}
.o_h{
    /* overflow: hidden; */
    margin-top: 3rem;
}
.o_h img{
    width: 100%;
    
    object-fit: contain;
    transition: all 0.3s;
}
.o_h_sw{
    overflow: hidden;
}
.o_h_sw:hover img{
    transform: scale(1.2);
}
.o_h .swiper-slide{
    overflow: hidden;
}
.o_h_sw_t{
    line-height: 1.5;
    display-radio: -webkit-box;
    font_radio: 2;
    font-size: 16px;
    font-family: Microsoft YaHei;
    text-align: center;
    color: rgba(51,51,51,1);
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}
.o_h_sw{
    
    
    width: 100%;
    display-radio: flex;
    background-color: rgba(245,245,245,1);
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.o_h .nn{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 1;
}
/* .o_h .owl-stage-outer{
    max-width: 1200px;
} */
.o_h .pp{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 1;
  }
  .o_h .owl-nav .owl-prev::before{
    content: '';
    background: url(/assets/images/imgs/abjt.jpg);
    transform: rotate(180deg);
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .o_h .owl-nav .owl-next::before{
    content: '';
    background: url(/assets/images/imgs/abjt.jpg);
    width: 50px;
    height: 50px;
    position: absolute;
    right:0;
  }
  .owl-carousel_p{
    position: initial;
  }
  .o_h .owl-prev{
    left:0
  }
  .o_h .owl-next{
    right:0
  }
  .p_lr_30{
    padding: 0 33px;
    margin-top: 50px;
  }
  .pcfl_n_nav1{
    /* width: calc(100% / 2); */
    background-color: #f5f5f5;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #000;
    flex:1
   }
   .pcfl_n_nav1:hover {
    color: #fff;
    background-color: #f6aa01;
}
  .o_hba{
    background-color:#f6aa01;color:#fff;
  }
  
 #rysw02,#rysw03,#rysw04,#rysw05,#rysw06,#rysw07,#rysw08{ display: none;}
   .khzt_box1{
    /* flex-grow: 0;
    max-height: 98px;
    flex-shrink: 0;
    flex-basis: calc(100% / 7); */
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: row; */
    width: 207px;
    max-height: 98px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(229,229,229,1);
    overflow: hidden;
   }
   .khzt_box1 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s all;
   }
   .khzt_box1:hover img{
    transform: scale(1.2);
   }
   .lbsx_box2_from p{
    margin: 0 1rem;
    margin-right: 1.5rem;
   }
   .cplxlb_p{
    
    margin-bottom: 0;
    /* padding-top: 1rem; */
    /* padding: 1rem; */
    padding: 0.5rem;
   }
   .cp_lx{
    margin: 0rem 1rem;
    /* padding-bottom: 1rem; */
    margin-top: 2rem;
    background: #f6aa01;
    width: 12%;
    padding: 0 0.5rem;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
   }
   .cp_lx:hover .cplxlb{
     top:47px;
     opacity: 1;
   }
   .cp_lx_p{
    position: relative;
    margin-left: 10px;
    font-size: 20px;
    /* margin-top: 20px; */
    padding-top: 10px;
    padding-bottom: 10px;
    color:#fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
   }
   .cplxlb_ul{

   }
   .p_5_p_i{
    padding-left: 5px !important;
    padding-right: 5px !important;
   }
   .P_0{
   padding: 0;}
   .cplxlb{
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 2px 2px #f5f5f5;
    z-index: 1;
    top:30px;
    transition: all 0.3s;
   }
   .cplxlb ul, .cplxlb li{
    list-style: none;
   }
   .cp_lx p i{
    position: relative;
    top: 5px;
   }
   
   .row_oo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   }
   .khzt_box .swiper-button-prev{
    background-image: url(/assets/images/imgs/abjt.jpg);
    left: 10px;
   
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    background-size: 100%;
}
.dqszz{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.3;
}
.dqszz1{
   
    z-index:1;
}
.txtDiv span{
    margin-left: 1rem;
    margin-right: 0.5rem;
}
.khzt_box .swiper-button-next{
    background-image: url(/assets/images/imgs/abjt.jpg);
    right: 10px;
    background-size: 100%;
    width: 50px;
    height: 50px;
}
.p_bb_70{
    padding-bottom: 70px;
}
.lpx{
    
    width: 100%;
   
  
    margin-left: 0px;
    margin-right: auto;
    background-color: rgba(248,248,248,1);
    padding-top: 4%;
    padding-left: 4%;
    padding-bottom: 4%;
    padding-right: 4%;
    margin-top: 70px;
}
.data_box_down{
    padding-top: 30px;
    padding-bottom: 30px;
}
.lap_nrt{
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 22px;
    font-family: Microsoft YaHei;
    color: rgba(51,51,51,1);
    margin-bottom: 30px;
}
.lap_nrt1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(224,224,224,1);
}
.lap_nrt1_i{
    margin-right:10px
}
.lap_nrt1_i i{
    width: 24px;
    height: 24px;
    color: #333333;
    font-size: 30px;
}
.lap_nrt1_nr{
    line-height: 1.5;
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: rgba(102,102,102,1);
}
.news{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(255,255,255,1);
}
.news_box{
        display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    padding-top: 0px;
    margin-bottom: 40px;
    align-items: center;
    background-color: rgba(245,245,245,1);
    transition: all .5s ease;
    /* margin-top: 0px; */
    /* justify-content: space-between; */
    max-height: 215px;
    overflow: hidden;
}
.news_box1{
    flex: 0 0 28%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    overflow: hidden;

}
.news_box img{
    transition: all 0.5s;
}
.news_box:hover{
    box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    background: #fff;
    background-color: #fff;
}
.news_box:hover .news_box1_nrtx{
    color: #f6aa01;
}
.news_box:hover img{
    transform: scale(1.2);
}
.news_box:hover .news_box1_nrt_p1,.news_box:hover .news_box1_nrt_p2{
    color: #f6aa01;
}
.news_box1_nrtx{
   margin-bottom: 10px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    line-height: 1.6;
    font-size: 20px !important;
    font-family: Microsoft YaHei;
    color: #333;
    /* flex: 0 0 60%; */
    transition: all 0.5s;
    font-weight: 700;
    /* width: 60%; */
    /* padding: 0 4rem; */
    margin-left: 4rem;
    
}
.news_box1_nrtx_gy1{
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    font-size: 24px;
}
.news_box1_nrt{
    padding-top: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
}
.news_box1_nrtx_gy{
    
    font-size: 14px;
    color: rgba(112,112,112,1);
    width: 100%;
}
.news_box1_nrt_p1{
    min-height: 20px;
    font_radio: 2;
    padding-left: 0px;
    font-size: 56px;
    color: rgba(102,102,102,1);
    line-height: 1.2;
    transition: all .5s ease;
    font-family: Impact;
    text-align: center;
    transition: all 0.5s;

}
.news_box1_nrt_p2{
    min-height: 20px;
    font_radio: 2;
    padding-left: 0px;
    font-size: 16px;
    color: rgba(102,102,102,1);
    line-height: 1.6;
    transition: all .5s ease;
    font-family: Arial;
    font-weight: bold;
    transition: all 0.5s;
}
.zxna_t1{
    padding-top: 8%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    border-color: rgba(255,255,255,1);
    background-color: rgba(245,245,245,1);
}
.zxna_t{
    line-height: normal;
    font_radio: 2;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(68,68,68,1);
    display-radio: 1;
    margin-bottom: 30px;
}
.zxna_tnn{
    display: flex;
    padding-bottom: 1rem;
    flex-direction: row;
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    transition-property: all;
    transition-radio: hover;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    border-bottom: solid 1px #dcdcdc;
}
.zxna_tnn1{
    flex: 0 0 40%;
    overflow: hidden;
}
.zxna_tnn1 img{
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}
.zxna_tnn:hover img{
    transform: scale(1.2);
}
.zxna_tnn:hover .zxna_tnn2_p1{
    color: #f6aa01;
}
.zxna_tnn2{
    margin-left: 15px;
    flex: 0 0 55%;
}
.zxna_tnn2_p1{
    font-size: 14px;
    font-weight: normal;
    color: rgba(51,51,51,1);
    line-height: 1.5;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    display-radio: -webkit-box;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s;
}
.zxna_tnn2_p2{
    min-height: 20px;
    font_radio: 2;
    font-size: 12px;
    color: rgba(153,153,153,1);
    line-height: 2.5;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
    background-color: rgba(242,244,245,1);
    text-align: left;
}
.new_deta_box{
       
    background-color: rgba(245,245,245,1);
    padding-top: 60px;
    padding-bottom: 60px;
}
.new_deta_box_big{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
  
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 6%;
    padding-right: 6%;
    background-color: rgba(255,255,255,1);
}
.new_deta_box_big_nt{
    color: #222222;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
}
.new_deta_box_big_zhuti img{
    width: 100%;
}
.new_deta_box_big_line{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(221,221,221,1);
    height: 1px;
}
.new_deta_box_big_tiem{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    color: rgba(90,90,90,1);
    line-height: 1.5;
}
.new_deta_box_big_line1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    background-color: rgba(245,245,245,1);
    margin-top: 20px;
}
.new_deta_box_big_zhuti{
    margin-top: 30px;
}
.new_deta_box_big_zhuti_nr{
    font-size: 10.5000pt;
    /* text-indent: 21.0000pt; */
    text-align: justify;
    color: rgba(102,102,102,1);
    line-height: 2;
    margin-top: 30px;
}
.ewp_oo{
    color: #333;
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    max-width: none;
}
.box_textarea textarea{
    
    width: 100%;
   
    background-color: #fff;
    border: 1px solid #ced4da;
    
    height: 210px;
    padding: 15px 20px;
   
   
    margin-bottom: 1rem;
}
.box_textarea textarea::placeholder {
    font-size: 16px;
    color: #6c757d;
    font-style: italic;
    
    }
    .form-control::placeholder {
        font-size: 16px;
        color: #6c757d;
        font-style: italic;
        
        }
    .form-control{
       border-radius: 0;
        display: flex;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    transition: .5s;
    margin-bottom: 1rem;
    border-radius: none !important;
    }
    .tijiao:hover::before{
        animation: style1 .75s;
    z-index: 1;
    }
    .tijiao:hover::after{
        opacity: 1;
    }
    .tijiao::before{
        content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    }
    .tijiao::after{
        content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px;
    }
    .tijiao{
        display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display-radio: block;
    border-style: none;
    border-width: 1px;
    border-color: #f6aa01;
    font-size: 14px;
    font-weight: normal;
    background-color: #f6aa01;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: rgba(255,255,255,1);
    padding-top: 26px;
    padding-bottom: 26px;
    margin-bottom: 0px;
    max-width: none;
    width: 100%;
    }
    .tyg{
        margin-top: 70px;
    }
    .stypo{
        max-height: 211px;
        overflow: hidden;
    }
    .container_pm_OO{
        font-size: 40px;
        font-family: 'Poppins',sans-serif;
        font-weight: 600;
        color: #f6aa01;
        position: relative;
        margin-bottom: 1rem;
    }
    .container_pm_OOP{
        font-size: 30px;
    color: #333;
    padding-bottom: 30px;
  
    position: relative;
    }
    .rfidtyg{
        line-height: 1;
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: rgba(51,51,51,1);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.42,0,1,1);
    font-weight: normal;
    margin-top: 15px;
    text-align: center;
    }
    .data_box_down_o1{
            display: flex;
    
    flex-direction: row;
    width: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(255,255,255,1);
    display-radio: flex;
   
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    }
    .data_box_down_o2{
        flex: 0 0 60%;
        max-height: 102px;
    }
    .data_box_down_o2_p{
        display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-left: 15px;
    background-fill-value: background-image;
    background-repeat: no-repeat;
    background-position: center left;
    display-radio: flex;
    border-left: 4px solid #ec6000;
    }
    .data_box_down_o2_p span{
        line-height: 1;
    font_radio: 2;
    font-size: 18px;
    color: rgba(51,51,51,1);
    display-radio: -webkit-box;
    font-family: Microsoft YaHei;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
    .data_box_down_o2_p1{
        display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 150px;
    padding: 8px;
    background_radio: 2;
    border_radio: 1;
    font_radio: 2;
    radius_radio: 2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #f6aa01;
    font-size: 14px;
    line-height: 2;
    min-height: 0px;
    margin-bottom: 0px;
    border-color: #f6aa01;
    display-radio: block;
    margin-top: 40px;
    color: #fff;
    }
    .data_box_down_o2_p1::before{
        content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    }
    .data_box_down_o2_p1::after{
        content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px;
    }

    .data_box_down_o2_p1:hover:before {
        animation: style1 .75s;
        z-index: 1;
    }

    .data_box_down_o2_p1:hover::after {
        opacity: 1;
    }
    .data_box_down_o3{
        overflow: hidden;
        max-height: 102px;
        margin-left: 5%;
    }
    .data_box_down_o3 img{
      
        height: 100%;
        object-fit: contain;
    }
    .container_pm .row .col-lg-3:hover .rfidtyg{
        color: #f6aa01;
    }
    .help_big_box{
        padding-top: 60px;
    padding-bottom: 60px;
    }
    .f_oo{
        display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
   
    border-radius: 50px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    height: calc(1.5em + .75rem + 5px);
    }
    .help_big_box_input{
        flex: 0 0 calc(100% - 120px);
        align-self: center;
    }
    .help_big_box_input input{
        border-radius: 50px;
        height: calc(1.5em + .75rem + 5px);
        
    }
    .help_big_box_input input[type=text]:focus{
        outline: none;
        box-shadow: none;
        border-color: initial;
      }
    .help_big_box_input input::placeholder{
        font-size: 15px;
    }
    .help_big_box_button{
        width: 120px;
    background: none;
    text-align: center;
    padding: 10px 20px;
    margin: 0;
    font-size: 15px;
    color: #aaa;
    border-radius: 50px;
    border: 1px solid#aaa;
    cursor: pointer;
    outline: none;
    line-height: 20px;
    transition: all 0.5s ease;
    height: calc(1.5em + .75rem + 6px);
    position: relative;
    right: -2%;
    background-color: #fff;
    }
    .zx_nr{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(235,237,255,1);
        padding-top: 20px;
        margin-bottom: 30px;
        margin-top: 10px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px; 
    }
    .zx_nr1{
        display: flex;
   
    flex-direction: row;
    width: 100%;
    margin-top: 0px;
    }
    .zx_nr_img{
        width: auto;
    font_radio: 1;
    display-radio: 1;
    max-width: 30px;
    height: auto;
    margin-right: 20px;
    flex: 0 0 4%;
    }
    .zx_nr_img img{
        width: 100%;
    }
    .zx_nr_t1{
        font_radio: 2;
        font-size: 14px;
        display-radio: 1;
        line-height: 1.5;
      
        color: #333;
    }
    .zx_nr_t{
        font_radio: 2;
        font-size: 20px;
        display-radio: 1;
        line-height: 1.5;
      
        color: #333;
       
    }
    .zx_nr2{
        border-top-style: dashed;
        border-top-width: 1px;
        border-top-color: rgba(235,237,255,1);
        margin-bottom: 0px;
        margin-top: 10px;
        min-height: 0px;
        max-height: none;
        height: auto;
        padding-top: 0px;
        padding-bottom: 10px;
        width: 100%;
    }
    .zlxq_box{
        min-height: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    display-radio: 1;
    padding-left: 0px;
    padding-right: 0px;
    }
    .zlxq_box_tt{
        font-size: 28px;
        color: rgba(51,51,51,1);
        text-align: left;
    }
    .zlxq_box_time{
        display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(245,245,245,1);
    max-height: none;
    display-radio: flex;
    background-color: rgba(255,255,255,1);
    padding-bottom: 10px;
    max-width: none;
    }
   .zlxq_box_xqy {
        
    flex-direction: row;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-color: rgba(245,245,245,1);
    margin-top: 0px;
    padding-top: 15px;
    display-radio: flex;
    margin-bottom: 0px;
    max-width: none;
    }
    .zlxq_box_xqy01 span{
        color: #212529;
    }
    .zlxq_box_xqy01{
        color: #6c757d;
        font-size: 14px;
    }
    .zlxq_box_xqy02{
        display: flex;
    }
    .zlxq_box_xqy03{
        background-color: #f6aa01;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        color: #fff;
        border-style: solid;
        border-color: #409eff;
        font-size: 14px;
        border-width: 1px;
        position: relative;
        overflow: hidden;
        margin-right: 20px;
        padding: 1px 10px;
        margin-top: 20px;
    }
   
    .zlxq_box_xqy03::before{

    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.zlxq_box_xqy03:hover:before{
    animation: style1 .75s;
    z-index: 1;
}
.sb_big_box{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sb_big_box_tt{
    color: #434343;
    font-size: 28px;
}
.sb_big_box_li{
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background-color: #cdcdcd;
}
.sb_big_box2{
    width: 90%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 8%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.sb_big_box2_img img{
    width: 100%;
}
.sb_big_box2_tt{
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 18px;
    color: #707070;
}
.pooo_0{
    padding: 0;
}
.sb_big_box1_1{
    width: 100%;
    margin-top: 2%;
}
.pzgy_box_i{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pzgy_box_i img{
    width: 100%;
}


 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4);
    position: relative;
}
 .e_container-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    background-color: rgba(255,255,255,1);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 40px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease;
    width: auto;
}
 .e_container-5 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
 .e_image-6 {
    overflow: hidden;
    display-radio: 1;
    position: relative;
    height: 0;
    padding-bottom: 95%;
}
 .e_image-6 img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s ease;
}
 .e_text-7 {
    line-height: normal;
    display-radio: -webkit-box;
    font_radio: 2;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 22px;
    font-family: Arial;
    color: rgba(51,51,51,1);
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
}
 .e_richText-8 {
    display-radio: -webkit-box;
    font_radio: 2;
    font-size: 16px;
    color: rgba(153,153,153,1);
    line-height: 2;
    font-family: Arial;
    font-weight: normal;
    text-align: left;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.o_h_sw_img_ao{
    overflow: hidden;
}
.video_zn_box{
    background: #f3f4f8;
    padding-bottom: 5rem;
}

.video_zn_box_oo2{
    /* box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
     transition: transform 0.4s;
}
.video_zn_box_oo1{
        /* width: 25%;
    float: left;
    cursor: pointer;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
        display: block;
    border-radius: 10px;
    height: 100%; */
    transition: transform 0.4s;
    cursor: pointer;
}
.f_20{
    font-size: 20px;
}
.lap_nrt1_{
    width: 65%;
    margin: auto;
}
.lbsx_box2_from label {
    font-size: 17px;
    margin-bottom: auto;
    display: inherit;
    color: #666666;
}
.lbsx_box2_from{
    display: flex;
    padding: 2rem 1rem;
    padding-bottom: 0;
    padding-top: 0;
}
.sxlb{
    background-color: #fafafa;
}
.lbsx_box2_from label input {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-right: 10px;
    margin-left: 20px;
}
.video_xx{
    right: 3%;
    position: absolute;
    top: 2.3%;
    z-index: 99;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50px;
}
.video_zn_box_oo1_vv{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: transform 0.4s;
}
.video_zn_box_oo1_vv video{
    /* position: absolute; */
    display: block;
    width: 100%;
        height: 100%;
    object-fit: cover;
    transform: scale(1);
}
.video_zn_box_oo1_tt{
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.889;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s;
    padding: 25px 0px 30px 0;
    /* padding: 25px 30px 30px 30px; */
}
.video_zn_box_oo1:hover .video_zn_box_oo2{
    transform: scale(1.1);
    background: #fff;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}
.video_zn_box_oo1:hover .video_zn_box_oo1_vv{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.video_zn_box_oo1:hover .video_zn_box_oo1_tt{
    
    padding: 25px 30px 30px 30px;
    visibility: visible;
    opacity: 1;
}

.imgShowWin {
    width: 100%;
    height: 100vh;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.imgbox-big {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  
    
}

.imgbox-big div {
    text-align: center;
}
.imgShowWin video {
    display: block;
    margin: 0 auto;
    min-height: 80vh;
    max-height: 80vh;
}
.imgbox-big h1 {
    color: #fff;
    font-size: 2.4rem;
    margin: 10px 0 0 0;
    text-align: center;
}
@media screen and (max-width: 560px) {
    .cp_nr_box_text{

    }
    .two_box .row{
       margin:0
    }
    .breatcumb-area {
        padding: 75px 0;
    background-size: 100% !important;
    }
    .imgShowWin video {
        width:100%
    }
    .video_xx {
        right: 2.5%;
        position: absolute;
        top: 25%;
        z-index: 99;
        cursor: pointer;
    }
}
.pr{
    background: #fff;
   
    border-radius: 10px;
    /* padding: 0; */
    margin: 0;
}
.pr1{
    padding: 2rem 2rem;
}
.p_tt_4{
    padding-top: 4rem;
}
.video_bti{
    font-size: 30px;
    color: #333;
    padding-bottom: 20px;
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    padding-top: 5rem;
}
.row_pp{

    display: flex;
    justify-content: space-between;
}
.fx{
    display: flex;
    justify-content: center;
}
.fx div{
    margin: 0 0.2rem;
    position: relative;
}
.fx div a{
    width: 35px;
    cursor: pointer;
    height: 35px;
    display: block;
    z-index: 99;
    position: relative;

}
.ewmassxx{
    text-align: right;
}
#ewmass{
    cursor: pointer;
}
.ewmass{
    opacity: 0;
    position: absolute !important;
    right: -120%;
    top: 0.5rem;
    /* box-shadow: 1px 3px 3px 3px #ccc; */
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #ccc;
    padding: 0.2rem;
    transition: all 0.5;
    font-size: xx-small;
    text-align: justify;
    line-height: 1.5;
    border: solid 1px #f6aa01;
    z-index: 99;
    background-color: #fff;
}
.row_eer{
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}
/* .wxtc1::before{
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 53px;
    height: 27px;
    right: 41%;
    bottom: -1rem;
    clip-path: polygon(50% 0%,0% 100%,100% 100%);
} */
@keyframes fa_sumline_ani {
    0% {
        width: 20px
    }

    100% {
        width: 100px
    }
}
@media (max-width: 560px){
    .gywm {
        padding: 80px 15px;
    }
    .gywm .col-md-6{
        padding-right: 0 !important;
    }
    .row_pp{
        display: block;
    } 
    .fx {
        margin-top: 0.5rem;
    }
    .cp_de_box_nr_nat{
        text-align: center;
    }
}
.xbt2 a:hover{
    color: #f6aa01;
}


.sj_b{
    display: none;
}
@media(max-width:560px) {
    .sj_b{
        display: block;
    }
.breatcumb-area {
    background-size: 100% 100% !important;
    height: 20vh;
    padding: 0;
}
.fa_mouse{
    display: none;
}
.xbt1 {
    padding: 15px 0;
    max-height: 0px;
    padding-bottom: 18px;
    min-height: 0px;
    padding-left: 5px;
}
.xbt2 {
    
    min-height: 0;
    max-height: 0;
    padding: 2rem 0;
}
.gywm_nav_te {
    font-size: 25px;
    margin-bottom: 0.5rem;
}
.gywm_nav_tc{
    font-size: 20px;
    padding-bottom: 1rem;
}
.gywm_nav_tn{
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
}
.cc_IMG img{
   width: 100%;
}
.e_container-23 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    display-radio: flex;
    background: rgba(0,0,0,.5);
    padding: 20px 10px;
    background-size: 100%;
    position: relative;
    margin-bottom: 1rem;
}
.e_container-231{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.e_container-231 img{
    width: 100%;
    height: 100%;
}
.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    z-index: 1;
}
 .e_image-24 {
    overflow: hidden;
    display-radio: 1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
    border-radius: 500px;
    border: #fff solid 1px;
    max-width: 100px;
}
.e_text-25 {
    line-height: normal;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
}
.e_text-27 {
    line-height: 1.5;
    font_radio: 2;
    display-radio: 1;
    max-width: 80%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1);
    text-align: center;
}
.ryzz_n_te{
    font-size: 25px;
}
.ryzz_n_tc{
    font-size: 20px;
}
.ryzz_n_nav1{
    line-height: 45px;
}
.khzt_box1{
    width: calc(80% /2);
}
.ryzz {
    margin-bottom: 0px;
}
.rfidtyg {
    margin-bottom: 1rem;
}
.lpx{
    margin-top: 0;
}
.w_33{
    width: 33.3%;
}
.lap_nrt1_ {
    width: 100%;
    margin: auto;
}
.ewp_oo {
    font-size: 10px;
}
.xbt1::before {
    height: 1px;
    bottom: -45%;
}
.p_lr_30 {
    padding: 0;
    margin-top: 30px;
    width: 100%;
}
.sxlb {
    background-color: #fafafa;
    width: 90%;
    margin: auto;
}
.rysw{
    width: 100%;
    padding: 0;
}
.p_loopitem {
    flex-basis: calc(100%);
}
.cp_de_box_nr{
    margin-top: 3rem;
}
.ff_fn {
    background: #fcfcfc;
    padding: 3rem 0;
}
.ff_fn_text {
    color: #1e1e1e;
    font-size: 25px;
    font-weight: bold;
}
.ff_fn_box1 {
   
    padding: 30px 0;
}
.ff_fn_text1 {
    margin-bottom: 10px;
}
.pm_de_box {
    padding: 3rem 0;
}
.pm_de_box_nat {
    border: none;
}
.pm_de_box_nat::after {
    bottom: -10px;
}
.pm_de_box_nr_tt  p{
    text-indent: initial;
}
.pm_de_box_nr_tt  img{
    width: 100% !important;
    max-width:90%;
}
.pzgy_box_i img {
    width: 100% !important;
    height: auto !important;
}
.video_bti {
    padding-bottom: 10px;
    padding-top: 1rem;
}
.news_box1_nrtx_gy{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    margin-bottom: 0;
   
}
.news_box1_nrtx_gy1{
    font-size: 18px;
    margin-bottom: 0.1rem;
  
}
.news_box1_nrt{
    padding: 0;
}
.news_box1_nrt_p1{
    font-size: 25px;
    margin-bottom: 0.2rem;
}
.news_box1_nrt_p2{
    margin-bottom: 0.2rem;
    font-size: 15px;
}
.news_box {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}
.news_box1_nrtx{
    margin-left: 0.8rem;
}
.zxna_t1 {
    margin-top: 3rem;
}
}
.c_head_cp_oo_ing{
    width: 100%;
    /* border: solid 1px #ccc; */
    padding-right: 0;
    /* min-height: 148px; */
}
.c_head_cp_oo_ing:last-child{
    padding-right:  0.5rem;
}
.c_p_head_box{
    max-width: calc(100% - 249px);
    width: calc(100% - 249px);
}
.c_p_head_box1{
   
    margin-top: 1.5rem;
    /* padding: 1rem; */
    
   
   
    display: flex;
    
}
.c_p_head_box1 .cp_mySwiper{
    overflow: hidden;
}
.imgShowWin {
    width: 100%;
    height: 100vh;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.imgbox-big {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgbox-big div {
    text-align: center;
}
.imgShowWin img {
    display: block;
    margin: 0 auto;
    
    max-height: 80vh;
}
.fdts_box{
    padding: 0.5rem;
    position: relative;
    padding-right: 0rem;
    width: calc(100% / 5);
    background: #ececec;
}
.fdts_box:last-child::after{
    content: '';
    background: #ececec;
    width: 0.5rem;
    position: absolute;
    height: 100%;
    top: 0;
    right: -0.5rem;
}
/* .cp_mySwiper .swiper-slide .fdts_box:last-child{
    padding-right: 0.5rem;
} */

.fdts{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(0);
    text-align: center;
    background: rgb(246, 170, 1,0.5);
    transition: all 0.5s;
    cursor: pointer;
}
.fdts img{
    text-align: center;
    margin: auto;
    position: relative;
    top: 40%;
  
}
.fdts_box:hover .fdts{
    opacity: 1;
    transform: translateY(1);
}
.p_m_p_c_img{
    width: 165px;
    padding: 0.5rem;
    background: #ececec;
    margin-left: 4%;
    cursor: pointer;
}
.p_m_p_c_img img{
    width: 100%;
}
.pingp.c_head_cp_oo_ing:last-child {
    padding-right: 0rem;
}


@media(max-width:560px) {
    .cp_nr_box_text{
        -webkit-line-clamp:initial
    }
    .p_m_p_c_img{
        margin: auto;
    }
    .c_p_head_box1{
        justify-content: center;
    }
    .fdts img {
        text-align: center;
        margin: auto;
        position: relative;
        top: 28%;
        width: 50%;
    }
.c_p_head_box{
    max-width: calc(100%);
    width: calc(100%);
}
.imgShowWin img{
    width: 95%;
    margin: auto;
    min-height: auto;
    max-height: auto;
}
}