@charset "utf-8";

/* CSS Document */
/* 顶部 */
/* #region */
* {
    margin: 0;
    padding: 0;
}

/* @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

body {
    font-size: .875rem;
    background: #ffffff !important;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
span,
figure {
    margin: 0;
    padding: 0;
    font-family: "Roboto", Sans-serif;
    /* text-transform: capitalize; */
    /* word-wrap:break-word;
    word-break:break-all; */
}
h1,h2,h3,h4,h5,h6{
    font-family: "Raleway", Sans-serif;
}
body,
html,
input,
button,
textarea {
    color: #222222;
    font-family: 'Amikos', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

a {
    color:inherit;
    display: inline-block;
    line-height: normal;
}

/* a:hover {
    color: rgb(24, 23, 23);
    transform: scale(1.0);
    transition: all 0.1s linear;
    text-decoration: none
}

a:focus {
    outline: none;
} */

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%
}

input[type="text"]:focus {
    outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

a:active,
select,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.main_title:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .main_title {
    zoom: 1;
}

*:first-child+html .main_title {
    zoom: 1;
}

a {
    text-decoration: none;
}

.p10 {
    padding-left: .625rem
}

.p20 {
    padding-left: 1.25rem;
}

.p30 {
    padding-left: 1.875rem
}

.t10 {
    padding-top: .625rem
}

.b10 {
    padding-bottom: .625rem;
}

.t20 {
    padding-top: 1.25rem
}

.b20 {
    padding-bottom: 1.25rem;
}

.t30 {
    padding-top: 1.875rem
}

.b30 {
    padding-bottom: 1.875rem;
}

.t40 {
    padding-top: 2.5rem
}

.b40 {
    padding-bottom: 2.5rem;
}

.t50 {
    padding-top: 3.125rem
}

.b50 {
    padding-bottom: 3.125rem;
}

.t60 {
    padding-top: 3.75rem
}

.b60 {
    padding-bottom: 3.75rem
}

.t80 {
    padding-top: 5rem
}

.b80 {
    padding-bottom: 5rem;
}

.t100 {
    padding-top: 6.25rem
}

.b100 {
    padding-bottom: 6.25rem;
}

.b120 {
    padding-bottom: 9.375rem;
}

.tm10 {
    margin-top: .625rem
}

.bm10 {
    margin-bottom: .625rem;
}

.tm20 {
    margin-top: 1.25rem
}

.bm20 {
    margin-bottom: 1.25rem;
}

.tm30 {
    margin-top: 1.875rem
}

.bm30 {
    margin-bottom: 1.875rem;
}

.tm50 {
    margin-top: 3.125rem
}

.bm50 {
    margin-bottom: 3.125rem;
}

.tm60 {
    margin-top: 60px;
}

.bm60 {
    margin-bottom: 60px;
}

.tm80 {
    margin-top: 5rem;
}

.bm80 {
    margin-bottom: 5rem;
}

.tm100 {
    margin-top: 6.25rem;
}

.bm100 {
    margin-bottom: 6.25rem;
}

.tm150 {
    margin-top: 180px;
}

.tm120 {
    margin-top: 7.5rem;
}

.bm120 {
    margin-bottom: 7.5rem;
}

.bm150 {
    margin-bottom: 9.375rem;
}

/* #endregion */
.fmain li p a{
    color:#fff;
}
.fmain li div a{
    color:#fff;
}



/* Pagination */
.pagelist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pagelist a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #f0390e;
  margin: 10px 5px;
  font-size: 16px;
}

.pagelist span {
  display: block;
  padding: 3px 10px;
  border: 1px solid #f0390e;
  background-color: #fff;
  color: #f0390e;
  font-size: 16px;
}

.pagelist a:hover {
  background-color: #f0390e;
  color: #fff;
}

.pagelist .current {
  background-color: #f0390e !important;
  color: #fff !important;
}

/* ********************************************************************header通用样式 ***************************************************************/
/* *******************************************顶部导航栏************************************************************************ */
.yandex-form{
    width: 96%!important;
    position: relative!important;
    left: 2%!important;
}

/* #region */
.mmmlogo{
    width: 194px;
}

.nav0{
    background-color: #000000;
}
.nav0 .n0main{
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.nav0 .n0main>div>span>i{
    margin-right: 8px;
}
.nav0 .n0main>div>span{
    display: inline-block;
    padding: 10px;
}
.nav1{
    position: fixed;
    top: 54px; 
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
#header .nav1{
    background-color: #FFFFFF;
}
.nav1 .container{padding: 0;}
#header .nav1main{
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}
.nav1main .left{
    height: 100%;
    object-fit: cover;
    line-height: 80px;
    /* width: 20%; */
}
.nav1main .left>img{
    height: 60%;
    object-fit: cover;
}
.nav1main .left>span{
font-size: 16px;
font-weight: 600;
margin: 0 10px;
color: #fff;
}
.nav1main .center{
    display: flex;
    justify-content: start;
    width: 100%;
}
.nav1main .center .search{padding-left: 15px;}
.nav1main .center .search>i{
    color: #000;
    font-size: 25px;
    line-height: 80px;
    font-weight: 200;
    cursor: pointer;
}
.nav1main .center .head_nav{
    display: flex;
    justify-content: space-around;
    /* margin-left: 150px; */
}
.nav1main .center .web_head{
    width: 90%;
}
.nav1main .center .head_nav>li>a{
    font-size: 16px;
    color: #000;
    /* font-weight: 600; */
}
.nav1main .center .head_nav>li>a:hover{
    border: 0;
    color: #ff3c00;
    /* border-top: 3px solid #000000; */
}
.nav1main .center .head_nav>li>a::after{
    background-color: transparent;
    
}
.nav1main .center .head_nav>li>a>em{
    margin: 0;
}
.nav1main .center .head_nav>li.active>a{
    font-size: 16px;
    color: #ff3c00;
    /* border-top: 3px solid #000000; */
    font-weight: 600;
}
.nav1main>.center .sub-menu>li:hover>a{
    color: #ff3c00;
}
.nav1main>.center .sub-menu>li:hover>a::before{
    background-color: #ff3c00;
}
.nav1main .right{
    /* width: 25%; */
}
.nav1main .right>div>input{
    background-color: #000000;
    color: #fff;
    border-radius: 25px;
    border: 1px solid transparent;
    padding: 10px 40px;
}
.nav_wrap .head_nav li ul{top: 100% !important;left: 10% !important;}
.nav_wrap .head_nav>li ul ul{top: -30% !important;left: 100% !important;}
.nav2{
    position: relative;
    /* margin-top: 80px; */
}
/* .nav2 .carousel .carousel-item>a>img{width: 100%; height: 500px;} */
.nav2cont{
    position: absolute;
    top: 15%;
    left: 10%;
}
.nav2cont .on{
    border: 1px solid #ddd;
    width: 30%;
    padding: 5px ;
    border-radius: 55px;
    display: flex;
    background-color: #eff0f4;
    margin-bottom: 20px;
}
.nav2cont .on .left{
    width: 35%;
    background-color: #f89047;    
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 15px;
    text-align: right;
}
.nav2cont .on .left>span{
    display: block;
    /* line-height: 50px; */
    color: white;
    font-size: 15px;
    padding: 10px 0;
}
.nav2cont .on .right{
    width: 60%;
}
.nav2cont .on .right>span{
    display: block;
    padding: 10px 0;
    /* line-height: 50px; */
    color: #9399a6;
    font-size: 15px
}
.nav2cont .in{
    margin-bottom: 40px;
}
.nav2cont .in>div{
    width: 40%;
    font-size: 60px;
    font-weight: 600;
    /* color: white; */
}
.nav2cont .un>button{
    padding: 15px 20px;
    background-color: #000000;
    color: white;
    border: 0;
    border-radius: 5px;
}
.nav2cont .un>button>i{
    width: 14px;
    margin: auto 0;
}
.nav2cont .un>button:hover{
    padding: 15px 20px;
    background-color: white;
    color: #000000;
    border: 0;
    border-radius: 5px;
    transition: 0.5s;
}
.nav2txt{
    position: absolute;
    display: flex;
    top: 15%;
    left: 45%;
}

.nav2txt>span{
    display: block;
    margin: 0 100px;
    color: white;
}
.nav2txt>span>p:nth-child(2){
    font-size: 23px;
    font-weight: 600;
}
.nav2txt>span:nth-child(2){
    text-align: right;
}
.nav2txt2{
    display: none;
}

.nav2lunbo{
    position: absolute;
    width: 30%;
    object-fit: cover;
    overflow: hidden;
    bottom: 3%;
    left: 10%;
}
.nav2lunbo .swiper{
    width: 100%;
}
.nav2lunbo .swiper img{width: 100%;}
.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background-color: #000000;
}
.d-block{width: 100% !important;}
.carousel-control-prev>img,.carousel-control-next>img{
    width: auto;
}
.nav2{position: relative;}
.nav2 .fl{
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.nav2 .fl .main{display: flex;}
.nav2 .fl .main>div:nth-child(1){
    background-color: #000000;
    width: 50%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 30px 20px;

}
.nav2 .fl .main>div:nth-child(1)>.img{
    width: 30%;
    margin: 0 15px;
}
.nav2 .fl .main>div:nth-child(1)>.txt>h3{
    font-size: 20px;
    font-weight: 600;
}
.nav2 .fl .main>div:nth-child(1)>.txt>p{
    padding: 15px 0;    
    font-size: 16px;
}
.nav2 .fl .main>div:nth-child(1)>.txt>h4{
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}
.nav2 .fl .main>div:nth-child(1)>.txt>h4:hover{
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
}
.nav2 .fl .main>div:nth-child(2){
    background-color: #131428;
    width: 50%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 30px 20px;

}
.nav2 .fl .main>div:nth-child(2)>.img{
    width: 30%;
    margin: 0 15px;
}
.nav2 .fl .main>div:nth-child(2)>.txt>h3{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.nav2 .fl .main>div:nth-child(2)>.txt>p{
    padding: 15px 0;    
    font-size: 16px;
    color: #fff;
}
.nav2 .fl .main>div:nth-child(2)>.txt>h4{
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
}
.nav2 .fl .main>div:nth-child(2)>.txt>h4:hover{
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;

}
.carousel-caption{
    left: 67%;
    top: 60%;
}
.nav2na{position: relative;}
.nav2nzz{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav2nzz h1{
    color: #ffffff;
    font-size: 60px;
}
.nav2m .swiper-button-next{ right: 50px;}
.nav2m .swiper-button-prev{left: 50px;}
/* #endregion */

/* 导航栏搜索框 */
/* #region */
.btn-box {
    color: #fff;
    width: auto;
    border-radius: 1.5625rem;
    min-width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(315deg, #ff3c00 0, #ffffff 100%);
    background-size: 104% 104%;
    cursor: pointer;
}

.btn-box span {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    font-size: 1.125rem;
    cursor: pointer;
}

.btn-box input {
    display: inline-block;
    background: 0 0;
    border: none;
    color: #ff3c00;
    padding-left: 1.25rem;
    line-height: 3.125rem !important;
    height: 3.125rem;
    box-sizing: border-box;
    vertical-align: .25rem;
    font-size: 1rem;
    width: 3.125rem;
    transition: all .3s ease-in-out;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .3125rem;
}

.btn-box:hover input {
    display: inline-block;
    width: 80%;
    padding-right: 3.125rem
}

.btn-box input:not(:placeholder-shown) {
    display: inline-block;
    width: 80%;
    padding-right: 3.125rem
}

/* #endregion */
/* 搜索按钮 */
/* #region */
.nav1seach .input-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    position: relative;
}

.nav1seach .input {
    border-style: none;
    height: 50px;
    width: 50px;
    padding: 10px;
    outline: none;
    border-radius: 50%;
    transition: .5s ease-in-out;
    background-color: transparent;
    box-shadow: 0px 0px 3px #ffffff;
    padding-right: 40px;
    color: #ffffff;
}

.nav1seach .input::placeholder,
.nav1seach .input {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
}

.nav1seach .input::placeholder {
    color: #ffffff;
}

.nav1seach .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    outline: none;
    border-style: none;
    border-radius: 50%;
    pointer-events: painted;
    background-color: transparent;
    transition: .2s linear;
}

.nav1seach .input-wrapper:hover .icon~.input,
.nav1seach .input:focus {
    box-shadow: none;
    width: 250px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}



/* #endregion */
/* *******************************************banner图轮播部分************************************************************* */
/* #region */
.nav2 {
    position: relative;
    /* margin-top: 112px; */
}

.nav2 .n2img1 {
    position: absolute;
    width: 25rem;
    left: 0;
    bottom: -5%;
    z-index: 10;
}

.nav2 .n2img2 {
    position: absolute;
    width: 25rem;
    right: 0;
    bottom: -35%;
    z-index: 10;
}

.nav2 .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav2 .swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    object-fit: cover;
}

.nav2 .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    max-height: 800px;
}

.nav2n .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}

/* #endregion */
/* *******************************************************视频遮罩********************************************************** */
/* #region */
#main4zz {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    z-index: 9999999;
}

#main4zz .video {
    width: 100%;
    height: 100%;
    position: relative;
}

#main4zz #clmain4zz {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    font-size: 3.4375rem;
    color: #ffffff;
    cursor: pointer;
}

#main4zz .video .video_iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
}

.m4tit h2{
    text-align: center;
    margin: 35px 0;
    font-size: 45px;
    /*font-weight: 600;*/
}
/* #endregion */
/* *******************************************************footer通用样式********************************************* */
/* #region */
.footer{
    background-color: #222222;
    background-repeat: no-repeat;
}
.footer .fmain{
    padding: 60px 0;
}
.footer .fmain .up li{
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.footer .fmain .up li p{
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-top: 15px;
    width: 70%;
}
.footer .fmain .fline{
    width: 100%;
    background-color: #fff;
    height: 1px;
    margin: 35px 0;
}
.footer .fmain .down{display: flex;}
.footer .fmain .down li{cursor: pointer;color: #fff; margin: 15px 0;}
.footer .fmain .down li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
     overflow: hidden;
     margin: 0 0 60px 0;
     width: 80%;
     font-size: 14px;
}
.footer .fmain .down li ul{
    display: flex;
}
.footer .fmain .down li ul li{
    background-color: #333333;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.5s;
}
.footer .fmain .down li ul li:hover{
    background-color: #ff3c00;
    transition: 0.5s;
}
.footer .fmain .down li:nth-child(2) div div{
    margin: 15px 0;
}
.footer .fmain .down li:nth-child(2) div div:hover{
    color: #ff3c00;
}
.footer .fmain .down li:nth-child(3) h3{
    margin-bottom: 20px;
}
.footer .fmain .down li:nth-child(3){
    display: flex;
    flex-direction: column;
}
.footer .fmain .down li:nth-child(3) input{
    border: 1px solid transparent;
    background-color: #333333;
    margin-bottom: 25px;
    padding: 5px 15px;
    border-radius: 8px;
    color: #fff;
}
.footer .fmain .down li:nth-child(3) input::placeholder,
.footer .fmain .down li:nth-child(3) textarea::placeholder
{
    color: #fff;
}
.footer .fmain .down li:nth-child(3) textarea{
    border: 1px solid transparent;
    background-color: #333333;
    padding: 5px 15px;
    border-radius: 8px;
    color: #fff;
    resize:none;
}
.footer .fmain .down li:nth-child(3) button{
    margin: 0 auto ;
    border: 1px solid transparent;
    padding: 13px 40px;
    border-radius: 55px;

    background-color: #ff3c00;
    color: #fff;
    margin-top: 25px;
    transition: 0.5s;
}
.footer .fmain .down li:nth-child(3) button:hover{
    border: 1px solid #ff3c00;
    background-color: transparent;
    color: #ff3c00;
    transition: 0.5s;
}
.footer .fmain .down li:nth-child(3) button i{
    margin-left: 15px;
}
.footer .ffmain{
    background-color: #000000;
}
.footer .ffmain .main{
    display: flex;
    justify-content: space-between;
    padding: 20px 0 50px 0;
    color: #FFF;
    font-size: 16PX;
}
/* #endregion */
/* 地图 */
/* #region */
#map {
    width: 100%;
    height: 31.25rem;
}
/* #endregion */

/* ********************************************手机导航栏************************************************************************** */
/* #region */
.pright,
.plist,
.plistzz {
    display: none;
}

.pright {}

.pright i:nth-child(1) {
    float: left;
}

.pright i {
    font-size: 2.5rem;
    color: #ff3c00!important;
    line-height: 5rem;
    float: right;
    margin-right: .9375rem;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.plist div {
    background-color: transparent;
    color: #000000;
    background-color: #000000;
}

.plist div div {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-left: 24px;
}

.plistimg {
    height: 40px;
}

/* #endregion */
/* 视频按钮 */
/* #region */
.dr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    border-radius: 3.125rem;
    border: .3125rem solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cw:hover {
    border: 5px solid #ffffff;
    background-color: transparent;
    transition: 0.5s;
}

.cw:hover i {
    color: #ffffff;

}

.cw i {
    font-size: 1.75rem;
    color: #ffffff;
}

.bo {
    position: absolute;
    top: 0;
}

.bo::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: .125rem solid #ffffff;
    animation: scale 2s infinite;
}

.bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: .125rem solid #ffffff;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* #endregion */

/* *************************************************************分界线************************************************************ */
/* #region */
.fjx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.fjx div:nth-child(1) {
    height: 2px;
    width: 48%;
    background-color: #ff3c00;
}

.fjx img {
    padding: 0 15px;
}

.fjx div:nth-child(3) {
    height: 2px;
    width: 48%;
    background-color: #ff3c00;
}

/* #endregion */

/* ************************************************************MAIN模块************************************************** */
/* main1 */
.main1{
    background-image: url(../images/1-bgimg.png);
    background-position: 100%;
    /* background-repeat: no-repeat; */
    background-clip: 100%;
}
.main1 .m1main .up{text-align: center;}
.main1 .m1main .up h5{color: #ff3c00;}
.main1 .m1main .up h1{
    margin: 15px 0;
}
.main1 .m1main .down .m1li{
    margin:15px 0;
    padding: 15px;
}
.m1cold{
    width: 100%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    padding: 30px;
    border: 1px solid #000000;
}
.m1cold>div{
    position: relative;

}
.main1 .m1main .down .m1li img{
    width: 100%;
    object-fit: cover;
}
.main1 .m1main .down .m1li div h5{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 600;
    margin: 35px 0 25px 0;
}
.main1 .m1main .down .m1li div p{
    color: #999999;
    width: 100%;
    margin: 12px 0 25px 0;
    overflow: hidden; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    text-overflow: ellipsis; 
    white-space: normal; 
}
.main1 .m1main .down .m1btn{
    position: absolute !important;
    top: -62px;
    right: 25px;
}
.main1 .m1main .down .m1btn div.ss{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #ff3c00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    transition: 0.5s;
} 
.main1 .m1main .down .m1btn div .ds{
    width: 60px;
    height: 60px;
    border-radius: 80px;
    background-color: rgba(255, 60, 0, 0.4);
}
.main1 .m1main .down .m1btn div .ss:hover{
    transform: scale(0.75);
    transition: 0.5s;
    
}
.main1 .m1main .m1dbtn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.main1 .m1main .m1dbtn button{
    padding: 10px 40px;
    background-color: #ff3c00;
    color: #fff;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.5s;
}
.main1 .m1main .m1dbtn button:hover{
    border: 1px solid #ff3c00;
    background-color: transparent;
    color: #ff3c00;
    transition: 0.5s;
}
.main1 .m1main .m1dbtn button i{
    margin-left: 20px;
}
/* main2 */
.main2 .m2main{display: flex;}
.main2 .m2main .left{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .main2 .m2main .right{width: 50%; margin-left: 50px;} */
.main2 .m2main .left img{
    width: 85%;
    height: 85%;
    object-fit: cover;
}
.main2 .m2main .left .kk{
    position: absolute;
    width: 85%;
    height: 85%;
    border: 2PX solid #ff3c00;
    top: 12%;
    left: 12%;
    z-index: -10;
}
.main2 .m2main .right h5{
    font-size: 14px;
    color: #ff3c00;
}
.main2 .m2main .right h1{
    margin: 15px 0 25px 0;
}
.main2 .m2main .right p{
    margin: 20px 0;
}
.main2 .m2main .right div{
    margin: 20px 0;
}
.main2 .m2main .right div img{
    width: 44px;
    height: 40px;
    margin-right: 20px;
}
.main2 .m2main .right div span{
    /*font-weight: 600;*/
    color: #000000;
}
.main2 .m2main .right button{
    padding: 10px 40px;
    background-color: #ff3c00;
    color: #fff;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.5s;
}
.main2 .m2main .right button:hover{
    background-color: transparent;
    border: 1px solid #ff3c00;
    color: #ff3c00;
    transition: 0.5s;
}
.main2 .m2main .right button i{
    margin-left: 25px;
}
/* main3 */
.main3{
    background-image: url(../images/3-0.png);
}
.main3 .m3main{display: flex; padding: 120px 0;}
/* .main3 .m3main .left{width: 50%;} */
.main3 .m3main .right{position: relative;}
.main3 .m3main .left h2{color: #ff3c00; padding: 30px 0 10px 0;}
.main3 .m3main .left p{
    font-size: 20px;
    color: #fff;
    padding: 10px 0 30px 0;
}
.m1dr{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 15px 0;
    /* transform: translate(-50%); */
}
.m1drbtn{
    position: relative;
}
 .cw{
    width: 65px;
    height: 65px;
    border-radius: 50px;
    /* background-color: #fff; */
    border: 2px solid #f4420d;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}
 .cw:hover{
    border: 1px solid #f4420d;
    /* background-color: #fff; */
    transition: 0.5s;
}
/* .cw:hover i{
    color: #fff;
} */
 .cw i{
    position: absolute;
    font-size: 28px;
    left: 35%;
    top: 25%;
    color: #f4420d;
}
.bo {
	position: absolute;
	/* left: 50px; */
	top: 0;
}

.bo::before {
	content: "";
	position: absolute;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	/* background-color: #f4420d; */
    /* border:2px solid #f4420d; */

    /* border: 3px solid #fff; */
	animation: scale 2s infinite;
}

.bo::after {
	content: "";
	position: absolute;
	width: 65px;
	height: 65px;
	border-radius: 50%;
    /* border: 1px solid #fff; */
	background-color: rgba(244, 66, 13, .8);
    /* border:2px solid #f4420d; */
	animation: scale2 2s infinite;
}
@keyframes scale {
	0% {
		transform: scale(1.1);
		opacity: 0.9;
	}

	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}

@keyframes scale2 {
	0% {
		transform: scale(1.1);
		opacity: 0.9;
	}

	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}
/* main4 */
.m4coldimg{
    position: relative;
    overflow: hidden;
}
.m4coldimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m4coldimgzz{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 60, 0, .2);
    /*top: -100%;*/
    left: 0;
    /*transition: all 0.5s;*/
}
.m4col:hover .m4coldimgzz{
    top: 0;
}
.m4iz{
    position: relative;
    width: 100%;
    height: 100%;
}
.m4izi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.m4cold h3{
    font-size: 24px;
    margin: 15px 0;
    font-weight: 600;
    /*height: 60px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
}
.m4cold p{
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.m4cold span{
}
.m4cold{position: relative;}
.m4xhx{
    /* position: absolute; */
    width: 0;
    height: 5px;
    background-color: #f4420d;
    margin: 25px 0;
    transition: all 0.3s;
    transition-delay: 0.6s;
}
.m4col:hover .m4xhx{
    /* width: 100%; */
}
.m4col .m4con{
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
    text-align: center;
}
.m4izi{
    width: 40px;
    height: 40px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: baseline;
}
.m4izii{
    scale: 0.8;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: baseline;
    position: relative;

}
.m4izi i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #ff3c00;
}
.m4coldimg{
    height: 300px;
    object-fit: cover;
    transition: all 0.5s;
}
.m4col:hover .m4conz{
    display: block;
}
.m4col:hover .m4coldimg{
    /* height: 400px;
    object-fit: cover
    ; */
}
.m4col .m4conz{
    animation: m4conzz 2s;
}
.m4col:hover .m4conz{
    /* display: none; */
}
.m4col{
    cursor: pointer;
}
.main4{
    /*height: 600px;*/
}
/* **************************************************************************************************************************** */
/* #region */
.img-responsive {
    padding: 0;
    margin: 0;
}

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

.gray .ind {
    display: flex;
    margin-left: 25px;
    margin-top: 15px;
}

.gray .ind p {
    font-size: 18px;
    color: #ffffff;
}

.showImg {
    position: absolute;
    display: none;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imgname {
    display: block;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
}

.showprev {
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.shownext {
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.graylist {
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
}

.graylist li {
    color: #ffffff;
    margin: 0 15px;
    font-size: 18px;
    cursor: pointer;
}

.grayupzz {
    position: absolute;
    background-color: #ffffff;
    right: 47px;
    top: 65px;
    display: none;
}

.grayupzz .sj {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    transform: rotate(-45deg)skew(0deg, 0deg);
    right: 30px;
    top: -5px;

}

.grayupzz .graymain ul {
    padding: 10px 15px;
}

.grayupzz .graymain ul li {
    margin: 15px 0;
    cursor: pointer;
}

.grayupzz .graymain ul li a i {
    margin-right: 8px;
}

.bigimg {
    transform: scale(2);
}

/* #endregion */

/* 轮播按钮 */
/* #region */
.nav2 .swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #ff3c00;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 3.125rem;
    /* 设置按钮大小 */
}

.fp-section {
    height: auto !important;
}

/* #endregion */
/* new */
/* #region */
.newmainright {
    /* margin-right: 2.5rem; */
    padding-left: 40px;
}


.newmainleft .title {
    background-color: #ff3c00;
    text-align: center;
    width: 100%;
}

.newmainleft ul {
    width: 100%;
}

.newmainleft ul li {
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
    border-top: 0;
}

.newmainleft ul li div {
    display: flex;
    justify-content: space-between;
    padding: 0 .625rem;
}

.newmainleft ul li div a {
    color: #2E2C3DCC;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.productinfomainleft ul li div a.active {
    color: #0d6aa5;
}

.newmainleft ul li ul li {
    cursor: pointer;
    color: #bbb;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.newmainleft ul li ul li:nth-last-child(1) {
    border: 0;
}

.nmulli {
    display: flex;
}

.nmulli .liright {
    display: flex;
    flex-direction: column;
}

.nmulli .liright span:nth-child(1) {
    color: #bbb;
    font-size: 14px;
    padding: 5px;
    margin-top: .3125rem;
}

.nmulli .liright span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    color: #333;
}

.nmulli .liright span:nth-child(2):hover {
    color: #ff3c00;
}

.nmulli .liright span:nth-child(3) {
    font-size: 14px;
    padding: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.nmulli .lileft img {
    /*border-radius: 15px;*/
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.nmulli .liright span a{
    text-align: left;
} 
.nmulli .liright  a {
    color: #2E2C3DCC;
    /*text-align: right;*/
    margin-right: 15px;
    padding: 20px 0;
    transition: all 0.3s;
    word-break: break-all;
}
.nmulli .liright a:hover{
    color: #ff3c00 !important;
    
}
.nmulli .liright a i {
    margin-left: 8px;
}

.nmulli {
    /*padding-bottom: 10px;*/
    /*margin: 50px 0;*/
    cursor: pointer;
}

.nmulli:nth-child(1) {
    /*margin-top: 0;*/
}

.nmulli {
    position: relative;
    /*border: 1px solid #eeeeee;*/
}

.nmulli .line {
    width: 100%;
    height: 1px;
    background-color: transparent;
    position: absolute;
    bottom: 0%;
}

.nmulli .line2 {
    width: 00%;
    height: 1px;
    background-color: #ff3c00;
    position: absolute;
    bottom: 0%;
    transition: 0.5s;
}

.nmulli:hover .line2 {
    width: 100%;
    transition: 0.5s;
}

.newmainleft ul li div a:hover {
    color: #ff3c00 !important;
}

#newlist li a.active {
    color: #ff3c00;
}

/* #endregion */

/* newlist */
/* #region */

.newlistmain .txt span:nth-child(1) {
    padding: 5px;
}

.newlistmain .txt span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.newlistmain .txt span:nth-child(3) {
    font-size: 14px;
    padding: 0 5px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'Karla';
    color: #2E2C3DCC
}

.newlistmain .txt a {
    color: #ff3c00;
}

.newlistmain .txt {
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    border: 1px solid #bbb;
}

.newlistmain .imge {
    width: 100%;
    overflow: hidden;
}

.newlistmain .imge img {
    overflow: hidden;
    transition: all 2s;
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.5s;
}

.newlistmain:hover .imge img {
    transform: scale(1.1);
    transition: 0.5s;
}

.newlistmain {
    position: relative;
    box-shadow: 3xp 3px 4px 2px #ff3c00;
    box-shadow: rgba(149, 157, 165, 0.2) 0rem .5rem 1.5rem;
}

.newlistmain .line2 {
    width: 0;
    height: 5px;
    background-color: #ff3c00;
    position: absolute;
    bottom: 0;
    transition: 0.5s;
}

.newlistmain:hover .line2 {
    width: 100%;
    transition: 0.5s;
}

.newlistmain .txt {
    border: 0;
    box-shadow: 2px 2px 2px 2px transparent;
    padding: 30px 15px 50px 15px;
}

.newlistmainc {
    padding: 20px;
}



.newlistmainc {
    cursor: pointer;
}

/* #endregion */

/* newinfo */
/* #region */

.newinfomainright .newtit {
    border-bottom: .0063rem dashed #bbb;
    padding: .625rem 0;

}

.newinfomainright .newcon .newimgs {
    margin: .9375rem;
}

.newinfomainright .newcon .newimgs img {
    margin: .9375rem 0;
    object-fit: cover;
}

.newinfomainright .newtime {
    margin: .625rem 0;
}

.newinfomainright .newcon {
    border-bottom: 1px solid #bbb;
    padding: 20px 0;
}

.newinfomainright .newcon p {
    line-height: 2rem;
    font-size: 1rem;
    text-indent: 2em;
    padding: 5px 15px;
    font-family: 'Karla';
    color: #2E2C3DCC
}

.newinfomainright .updown {
    padding: 10px 0;
}

.newinfomainright .updown div {
    padding: 5px 0;
}

#newlist li a i {
    display: none;
}

#newlist li a:hover {
    color: #ff3c00;
}

#newlist li a.active {
    color: #ff3c00;
}

.newinfomainright .updown div a:hover {
    color: #ff3c00;
}

/* #endregion */

/* product */
/* #region */

.productmainright {
    /* margin-right: 2.5rem; */
padding-left: 40px;
}

.nldhli {
    cursor: pointer;
    color: #222222;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.nldhli:nth-last-child(1) {
    border: 0;
}

.productmainrightc {
    padding: 0;
    text-align: center;
}


.productmainright .down {
    cursor: pointer;
    width: 100%;
}

.productmainright .down a:nth-child(2) {
    display: block;
    padding: .9375rem 0;
}

.productmainright .down .img {
    width: 88%;
    overflow: hidden;
    position: relative;
    height: 200px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.pt {
    position: absolute;
    top: 0;
    width: 0;
    height: 4px;
    background-color: #ff3c00;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pt {
    width: 100%;
    transition: 0.5s;
}

.pb {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #ff3c00;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pb {
    width: 100%;
    transition: 0.5s;
}

.pl {
    position: absolute;
    left: 0;
    height: 0;
    width: 4px;
    background-color: #ff3c00;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pl {
    height: 100%;
    transition: 0.5s;
}

.pr {
    position: absolute;
    right: 0;
    height: 0;
    width: 4px;
    background-color: #ff3c00;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pr {
    height: 100%;
    transition: 0.5s;
}

.productmainright .down .img img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productmainrightc .down .img .up {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -70%;
    left: -70%;
    /* border-radius: 50%; */
    background-color: rgba(130, 111, 102, .5);
    opacity: 0.8;
    transition: 0.5s;
}
.productmainrightc .down .img .up1{
    top: -100% !important;
    left: -100%;
}
.productmainrightc .down:hover .img .up1{
    top: -50% !important;
    left: -50%;
}
.productmainrightc .down .img .up2{
    top: -100% !important;
    left: 100%;
}
.productmainrightc .down:hover .img .up2{
    top: -50% !important;
    left: 50%;
}
.productmainrightc .down .img .up3{
    top: 100% !important;
    left: -100%;
}
.productmainrightc .down:hover .img .up3{
    top: 50% !important;
    left: -50%;
}
.productmainrightc .down .img .up4{
    top: 100% !important;
    left: 100%;
}
.productmainrightc .down:hover .img .up4{
    top: 50% !important;
    left: 50%;
}

.productmainrightc .down .img .picon {
    position: absolute;
    font-size: 50px;
    color: white;
    display: flex;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;
    opacity: 0;
}

.productmainrightc .down:hover .img .picon {
    top: 0;
    opacity: 1;
}

.productmainright .down .img:hover img {
    transform: scale(1.2);
    transition: 0.3s;
}

.productmainright .down span {
    padding: 5px;
}

.productmainright .down span a {
    display: inline-block;
    margin: .75rem 0;
}


#nldhl li ul li a::before {
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

#nldhl li ul li a:hover {
    color: #ff3c00;
}

#nldhl li a:hover {
    color: #ff3c00;
}

#nldhl li div i {
    color: #ff3c00;
}

/* #endregion */

/* productlist */
/* #region */

.productlistmainright {
    /* margin-right: 2.5rem; */
    padding-left: 40px;
}
.productlistmainright .plst a {
    display: flex;
    justify-content: space-between;
    padding: 1.5625rem;
    cursor: pointer;
    margin-bottom: 35px;
    overflow: hidden;
    border-radius: .5rem;
    transition: 0.5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.productlistmainright .plst a:hover .txt .sline {
    background-color: #ffffff;
}

.productlistmainright .plst a:hover .txt button {
    background-color: transparent;
    border: .0625rem solid #ffffff;
}

.productlistmainright .plst a .img {
    width: 35%;
    overflow: hidden;
    border-radius: 15PX;
}

.productlistmainright .plst a .img img {
    width: 100%;
    height: 18.75rem;
    transition: 0.3s;
    border-radius: 15PX;
    object-fit: cover;
    margin-right: 20px;
    margin: 1.25rem 1.5625rem 1.25rem 0;
}

.productlistmainright .plst a .txt {
    width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.productlistmainright .plst a .txt span:nth-child(1) {
    font-weight: bold;
    font-size: 35px;
}

.productlistmainright .plst a .txt .sline {
    width: 40%;
    height: 5px;
    background-color: #ff3c00;
    margin: .625rem 0;
}

.productlistmainright .plst a .txt span:nth-child(3) {
    display: block;
    margin: 20px 0 40px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: 'Karla';
    color: #2E2C3DCC;
    transition: 0.3s;
}

.productlistmainright .plst a .txt button {
    padding: 10px 18px;
    border: 0;
    background-color: #ff3c00;
    color: white;
    width: 30%;
}

.productlistmainright .plst a {
    position: relative;
}

.plstcolor {
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-color: #ff3c00;
    top: 0;
    left: -100%;
    transition: 0.5s;
}

.productlistmainright .plst a:hover .plstcolor {
    left: 0;
    transition: 0.5s;
}

.productlistmainright .plst a:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0rem .5rem 1.5rem;
    color: #ffffff !important;
    transition: 0.6s;
}

.productlistmainright .plst a:hover .img img {
    transform: scale(1.1);
    object-fit: cover;
    transition: 0.3s;
}

.productlistmainright .plst a:hover .txt span:nth-child(3) {
    transition: 0.3s;
    color: #ffffff
}

.productlistmainright .plst a:hover .txt button {
    background-color: #ffffff;
    color: #ff3c00;
    transition: 0.3s;
}

#nldhl li ul li a::before {
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

#nldhl li ul li a:hover {
    color: #ff3c00;
}

#nldhl li ul li div a.active {
    color: #ff3c00;
}

#nldhl li div a .plstcolor {
    color: #ff3c00;
}

#nldhl li a.active {
    color: #ff3c00;
}

/* #endregion */

/* productinfo */
/* #region */

.bd .feedbackForm #btn{
    background-color: #ff3c00;
}

.productinfomainright {
    padding-left: 60px;
}

.lefttit .title {
    background-color: #ff3c00;
    text-align: center;
    width: 100%;
}

.lefttit .title a {
    width: 100%;
    font-size: 1.3125rem;
    color: white !important;
    padding: 20px 8px;
    display: block;
}

.lefttit>ul>li {
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
    border-top: 0;
}

.lefttit ul li h5 {
    font-size: 1.125rem;
    padding: .625rem;
    font-weight: 600;
}

.lefttit ul li div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lefttit ul li div>a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.lefttit ul li div a.active {
    color: #ff3c00;
}

.lefttit ul li:hover div a {
    color: #ff3c00 !important;
}

.lefttit ul li div a.active {
    color: #ff3c00 !important;
}

.productinfomainright .left .big {
    display: block;
    width: 88%;
    margin: 0 auto;
}

.productinfomainright .left .swiper-container {
    margin-top: 10px;
    padding: 0 5px;
}

.productinfomainright .content {
    display: flex;
}

.productinfomainright .content .right {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    /* height: 404px; */
    /* justify-content: space-around; */
}

.productinfomainright .content .right div {
    display: flex;
    flex-direction: column;
}

.productinfomainright .content .right div span {
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.productinfomainright .content .right h4,
.productinfomainright .content .right h3 {
    color: #ff3c00;
    font-weight: 600;
}

.productinfomainright .content .right p {
    width: 100%;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.productinfomainright .content .right a {
    width: 50%;
    padding: 10px 0;
    border: .125rem solid transparent;
    color: #ffffff !important;
    background-color: #ff3c00;
    margin-top: 10px;
    text-align: center;
    transition: 0.6s;
}

.productinfomainright .content .right a:hover {
    background-color: white;
    border: .125rem solid #ff3c00;
    color: #ff3c00 !important;
    transition: 0.6s;
}

.productinfomainright .news {
    margin-top: 50px;
    border: 0;
}

.productinfomainright .news .bt {
    display: flex;
    padding: 0;
    justify-content: start;
}

.productinfomainright .news .bt button {
    border: 1px solid #ff3c00;
    color: #ff3c00;
    background-color: white;
    font-size: 16px;
    padding: 18px;
}

.productinfomainright .news .bt button:nth-child(1) {
    margin-right: 15px;
}

.productinfomainright .news .bt button:nth-last-child(1) {
    margin-left: 15px;
}

.productinfomainright .news .bt button.active {
    color: white;
    background-color: #ff3c00;
}

.productinfomainright .news .txt {
    padding: 20px 0;
}

.productinfomainright .news .txt h3 {
    padding: .625rem 0;
    font-weight: 600;
    color: #ff3c00;
}

.productinfomainright .news .txt p {
    font-size: 1rem;
    padding: .625rem 0;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.productinfomainright .tit {
    background-color: #ff3c00;
    font-size: 18px;
    color: white;
    width: 100%;
    padding: 8px;
    text-align: center;
    margin-top: 40px;
}

.productinfomainright .bd {
    margin: 1.875rem 0;
}

.productinfomainright .bd .feedbackForm {
    padding: 2.5rem 0;
    background-color: transparent;
}

.tab table {
    width: 100%;
    border: .0625rem solid #ff3c00;
    overflow-x: auto;
}

.tab table tr {
    border: .0625rem solid #ff3c00;
}

.tab table tr:nth-child(even) {
    background-color: rgba(255, 60, 0, .8);
    color: #ffffff !important;
}

.tab table tr td {
    border: .0625rem solid #ff3c00;
    padding: .9375rem;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.tab table tr:nth-child(even) td {
    color: #ffffff !important;
}

.productinfomainright .show {
    text-align: center;
    margin: 3.125rem 0;
}

.productinfomainrighte .show .show1 {
    position: relative;
    margin: 3.125rem 0;
}

.productinfomainright .show .show1 .swiper-pagination {
    position: static;
    bottom: -21%;
}

.productinfomainright .show .tit {
    margin: 30px 0;
}

.productinfomainright .down .img {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    width: 100%;
    height: 180px;
    display: inline-block;
}

.productinfomainright .down .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.productinfomainright .down .up {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100%;
    background-color: #ff3c00;
    opacity: 0.6;
    transition: 0.5s;
}

.productinfomainright .down:hover .up {
    bottom: 0;
    opacity: 0.3;
    transition: 0.5s;
}

.productinfomainright .down .up i {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    bottom: 100%;
    font-size: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.4s;
}

.productinfomainright .down:hover .up i {
    bottom: 0;
    transition: 0.6s;
}

.productinfomainright .down:hover .img img {
    transform: scale(1.2);
    transition: 0.5s;
}

.productinfomainright .down:hover span a {
    color: #ff3c00;
}

.swiper-pagination {
    bottom: 5%;
    font-size: 30px;
}

.nav2 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #000000;
}
.show1 .swiper-pagination-bullet{
    background-color: #000000;
    width: 13px;
    height: 13px;
}
.main4 .swiper-pagination-bullet {
    background-color: #ff3c00;
}

.productinfomainright .content .swiper-container a {
    width: 100%;
    height: 100%;
}

.productinfomainright .content .swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomainright .content .swiper-container video {
    width: 60px !important;
    height: 60px;
}

.content .swiper-container {
    width: 80%;
    margin: auto;
}

.productinfomainright .s {
    width: 100%;
    overflow: hidden;
}

.b {
    margin-top: 20px;
}

.b .swiper-slide {
    width: 60px !important;
    height: 60px;
}

b .swiper-wrapper .swiper-slide:nth-last-child(1) {
    margin-right: 0;
}

.b img {
    height: 100%;
}

.b .swiper-wrapper .swiper-slide a.active img {
    border: 2px solid #ff3c00;
}

.b .swiper-wrapper .swiper-slide a.active video {
    border: 2px solid #ff3c00;
}

video {
    height: 100%;
    object-fit: cover;
}

.productinfomain .content .left {
    position: relative;
    /*height: 404px ;*/
}

.productinfomain .content .left .cprev {
    position: absolute;
    /*top: 88%;*/
    /*left: 6%;*/
}

.productinfomain .content .left .cnext,
.productinfomain .content .left .cnext2 {
    position: absolute;
    /*top: 88%;*/
    /*right: 3%;*/
}

/* #endregion */

/* contact */
/* #region */

.contactmain .up {
    display: flex;
}

.contactmain .up .left {
    display: flex;
}

.contactmain .up .left div {
    padding: 1.5625rem 1.5625rem 1.5625rem 0;
}

.contactmain .up .left div h4 {
    padding: .625rem;
    font-weight: 600;
}

.contactmain .up .left div p {
    padding: .625rem;
}

.contactmain .up .left div ul {
    padding: .625rem;
}

.contactmain .up .left div ul li {
    margin: .9375rem 0;
    padding: .9375rem 0;
    font-size: 1.125rem;
    color: #2E2C3DCC;
}   

.contactmain .up .left div ul li i {
    color: #ff3c00;
    margin-right: 8px;
}

.contactmain .up .right div {
    /*width: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactmain .up .right div span {
    margin-right: 10px;
    font-size: 1.125rem;
}

.contactmain .up .right div input {
    width: 100%;
    margin: 15px 0;
    padding: 8px 10px;
}

.contactmain .up .right div input::placeholder,
.contactmain .up .right div textarea::placeholder {
    font-size: 16px;
}

.contactmain .up .right div textarea {
    width: 100%;
    margin: 15px 0;
    padding: 8px 10px;
    resize:none;
}

.contactmain .up .right input {
    padding: 10px 40px;
    border: 1px solid #ff3c00;
    color: #ff3c00;
    background-color: transparent;
    transition: 0.5s;
}

.contactmain .up .right input:hover {
    border: 1px solid transparent;
    background-color: #ff3c00;
    color: #fff;
    transition: 0.5s;
}
.contactmain .up .right input:hover::placeholder{
    color: #FFFFFF;
}
.contactmain .up .right textarea {
    padding: 10px 40px;
    border: 1px solid #ff3c00;
    color: #ff3c00;
    background-color: transparent;
    transition: 0.5s;
}

.contactmain .up .right textarea:hover {
    border: 1px solid transparent;
    background-color: #ff3c00;
    color: #fff;
    transition: 0.5s;
}
.contactmain .up .right textarea:hover::placeholder{
    color: #FFFFFF;
}

/* #endregion */

/* 产品详情轮播 */
/* #region */

.swiper {
    --swiper-pagination-color: #fff;
}

#bigimgs {
    /*height: 20rem !important;*/
    overflow: hidden;
}

#bigimgs #bigimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#bigimgs #bigf {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#bigve,
#bigframe {
    width: 100%;
    height: 21.25rem;
}

#bigve2,
#bigframe2 {
    width: 100%;
    height: 21.25rem;
}

.n1dhlul{
    display: none;
}
.n1dhlul.active{
    display: block;
}

.productinfomain .swiper-button-next:after,
.productinfomain .swiper-button-prev:after {
    font-size: 2rem;
    color: transparent !important;
}

.productinfomain .swiper-button-prev {
    background-size: 2.5rem 2.5rem;
    background-repeat: no-repeat;
    background-position: -0.375rem;
    transition: 0.5s;
}

.productinfomain .swiper-button-prev:hover {
    transition: 0.5s;
}

.productinfomain .swiper-button-next {
    background-size: 2.5rem 2.5rem;
    background-repeat: no-repeat;
    background-position: -0.375rem;
    transition: 0.5s;
}

.productinfomain .swiper-button-next:hover {
    transition: 0.5s;
}

.div-not-click {
    pointer-events: none;
    opacity: 0.5;
}

.bg img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content {
    position: relative;
    margin-bottom: 40px;
}

.thumbnail {
    width: 400px;
    height: 300px;
    position: relative;
}

.original {
    position: absolute;
    top: 0;
    left: 100%;
    width: 600px;
    height: 300px;
    overflow: hidden;
    opacity: 0.8;
    display: none;
}

.original img {
    width: 1200px;
    height: 600px;
    position: absolute;
    object-fit: cover;
}

.magnifier {
    width: 50px;
    height: 50px;
    background: rgba(34, 33, 33, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#nldhl li a:hover {
    color: #ff3c00;

}

.show .s .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.productinfomain .left ul li ul li:hover a {
    color: #ff3c00;
}

#nldhl li ul li a::before {
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

.swiper-horizontal .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
    text-align: center;
}

/* #endregion */

/* search */
/* #region */

.searchmainleft {
    width: 100%;
}

.searchmainleft .r {
    width: 100%;
}

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

.searchmainleft .cards {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
    background-color: #f6f9fc;
    border-radius: 10px;
    margin: 10px;
    width: 100%;
}

.searchmainleft .up {
    color: #86939f;
}

.searchmainleft .line {
    border-bottom: 1px solid #86939f;
    display: none;
}

.searchmainleft .up p:nth-child(4) {
    padding: 10px;
    color: #ff3c00;
}

.searchmainleft .up p:nth-child(2) {
    padding: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: 'Karla';
    color: #2E2C3DCC
}

.searchmainleft .up h6 {
    font-size: 24px;
    padding: 18px 15px 10px 15px;
    color: #ff3c00;
}

.searchmainleft .cards .up h6:hover {
    color: #ff3c00;
}

.searchmainleft .r .imgs {
    width: 20%;
    border-radius: 10px;
}

.searchmainleft .r .imgs img {
    border-radius: 5px;
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
}

/* #endregion */

/* 404 */
/* #region */

.modle404 {
    background: url(../images/404.jpg) no-repeat center center;
    height: 100vh;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-color:#CCCCCC;
}

.modle404 .zz404 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
}

.modle404 .zz404 .modlemain4042 h1 {
    font-size: 13.75rem !important;
    color: #ffffff;
}

.modle404 .zz404 .modlemain4042 p {
    font-size: 2rem;
    color: #ffffff;
    margin: .9375rem 0;
}

.modle404 .zz404 .modlemain4042 div {
    position: relative;
    border: .0625rem solid #fff;
    border-radius: 1.875rem;
    padding: 0 .3125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    margin: 1.5625rem 0 2.1875rem 0;
}

.modle404 .zz404 .modlemain4042 div input {
    width: 79%;
    height: 75%;
    border: .0625rem solid transparent;
    border-radius: .9375rem;
    background-color: rgba(0, 0, 0, .3);
    padding: 0 .5rem;
    color: #ffffff;
    font-size: 1.125rem;
}

.modle404 .zz404 .modlemain4042 div input::placeholder {
    color: #eeeeee;
}

.modle404 .zz404 .modlemain4042 div button {
    position: absolute;
    right: 0;
    border: .0625rem solid transparent;
    height: 75%;
    padding: 0 2.5rem;
    width: 20%;
    margin-right: .3125rem;
    border-radius: .9375rem;
}

.modle404 .zz404 .modlemain4042 ul {
    display: flex;
    margin-top: 2.1875rem;
}

.modle404 .zz404 .modlemain4042 ul li {
    width: 1.875rem;
    height: 1.875rem;
    border: .0625rem solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-right: .9375rem;
    cursor: pointer;
    transition: 0.5s;
}

.modle404 .zz404 .modlemain4042 ul li:hover {
    background-color: #fff;
    color: #ff3c00;
    transition: 0.5s;
}

.modle404 .zz404 .modlemain4042 a {
    padding: .625rem 2.5rem;
    border: .0625rem solid #ffffff;
    border-radius: 2.5rem;
    color: #ffffff !important;
    font-weight: 600;
    transition: 0.5s;
    display: inline-block;
    margin: .9375rem 0;
}

.modle404 .zz404 .modlemain4042 a:hover {
    border: .0625rem solid transparent;
    background-color: #ffffff;
    color: #ff3c00 !important;
    transition: 0.5s;
}

/* #endregion */

/* 页码 */
/* #region */

.pagelist {
    text-align: center;
    font-size: 0;
    padding: 50px 0;
}

.pagelist a.item {
    width: 42px;
    height: 42px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #dedede;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 5px;
    font-family: 'Karla';
    color: #2E2C3DCC;
    font-size: 18px;
}

.pagelist a.item2 {
    width: 120px;
}

.pagelist a.on {
    background: #000000;
    color: #fff !important;
    border-color: #ff3c00;
}

/* #endregion */


/* ************************************************************客服模块******************************************* */
/* #region */

.side_content .side_list .cont li a:hover {
    color: #ff3c00;
}

.side_content .side_list .cont li i {
    color: #ff3c00 !important;
}

/* #endregion */

/* ************************************************************手机导航样式*************************************** */
/* #region */

#header {
    position: relative;
}

.plist {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: white;
    width: 18.75rem;
    height: 100vh;
    z-index: 999999999999999999999999999999;
    transition: 0.5s !important;
    overflow: scroll;
}

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

.plistimg {
    /* height: 20px; */
    margin: 10px;
    padding-left: 10px;
}

.plist div i {
    font-size: 2.5rem;
    margin: .625rem;
    color: #ff3c00;
}

.plistzz {
    position: fixed;
    top: 0;
    left: -200%;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100vh;
    z-index: 9999999999999999;
    transition: 1.8s;
}

.plist ul {
    margin: .625rem;
}

.plist ul li {
    padding: .625rem;
    color: #333333;
    font-size: 1rem;
}

.plist ul li a {
    color: #999 !important;
}

.plist ul li.active>a,
.plist ul li.active>i {
    color: #ff3c00 !important;
    font-weight: 600;
}

.plist ul li:hover {
    color: #ff3c00;
}

.plist ul li ul {
    display: none;
}

.plist ul li ul li {
    padding: .3125rem .9375rem;
    color: #333;
}

.plist ul li ul li ul li {
    padding: .3125rem .9375rem;
    color: #333;
}

.plist ul li ul li ul li ul li {
    padding: .3125rem .9375rem;
    color: #333;
}

.plist ul li:nth-child(1) {
    position: relative;
}

.pbb {
    position: absolute;
    right: .9375rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5625rem;
    border: 0;
    background-color: transparent;
}

.puip {
    width: 100%;
    padding: .125rem .9375rem .125rem .625rem;
    border: 0;
    border-bottom: .0625rem solid #ff3c00;
    font-size: 1rem;
}

.plist ul li ul li:hover {
    color: #ff3c00;
}

.pright #nva1se {
    font-size: 1.875rem;
    color: #ff3c00;
    padding: .625rem;
}

/* #endregion */

/* ***********************************************************查询************************************************* */
/* #region */

.szz .main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999999999;
}

.szz .main {
    display: none;
}

.sd1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

#iipt {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 2.5rem;
    color: #FFF;
    border-bottom: .0625rem solid #FFF;
    padding: 0 .625rem;
}

.sd2 {
    position: relative;
}

.sbb {
    position: absolute;
    font-size: 1.875rem;
    color: #fff;
    right: .625rem;
    bottom: -3.125rem;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

.szz .main i {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    font-size: 2.5rem;
    color: #ffffff;
    cursor: pointer;
}

.szz .main{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
}
.szz .main{display: none;}
.szz .main>div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.szz .main>div>input{
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 40px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-left: 50px;
}
.szz .main>div>div{position: relative;}
.szz .main>div>div>i{
    position: absolute;
    font-size: 30px;
    color: #fff;
    right: 0;
    bottom: -50px;
    cursor: pointer;
}

.szz .main>i{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #ff3c00;
    cursor: pointer;
}
#phone {
    display: none;
}

/* #endregion */

/* *************************************************************************面包屑导航********************************** */
/* #region */

.breadcrumb {
    list-style-type: none;
    padding: 0;
    border-bottom: .0625rem solid #ff3c00;
    padding-bottom: .9375rem;
    padding-top: 2.1875rem;
    width: 100%;
}

.breadcrumb div {
    display: inline;
    font-size: 1rem;
}

.breadcrumb div:not(:first-child):before {
    content: "/";
    margin: 0 .3125rem;
    color: gray;
}

.breadcrumb div a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb div a:hover {
    color: #ff3c00;
}

.breadcrumb div.active a {
    color: #ff3c00 !important;
    font-weight: 600;
}

/* 图片点击显示框 */
#m3map div {
    cursor: pointer;
    position: relative;
}

#m3map div div {
    position: absolute;
    top: -6.625rem;
    left: -1.5625rem;
    display: none;
}

#m3map div div .nr {
    background-color: rgba(0, 0, 0, .8);
    border-radius: .5rem;
    color: #ffffff;
    width: 18.75rem;
    padding: .9375rem;
}

#m3map div div .sj {
    border-top: .9375rem solid rgba(0, 0, 0, .8);
    border-right: .9375rem solid transparent;
    border-left: .9375rem solid transparent;
    border-bottom: .9375rem solid transparent;
    width: .9375rem;
    position: absolute;
    top: 5.75rem;
    left: 1.25rem;
}

#m3map div div .nr div {
    display: flex;
    align-items: center;
}

#m3map div div .nr div img {
    border-collapse: .5rem;
}

#m3map div div .nr div img {
    margin-right: .75rem;
}

#m3map div:hover div {
    display: block;
}

#m3map div i {
    font-size: 2rem;
    color: #4d7014;
    transition: 0.1s;
}

#m3map div:hover i {
    font-size: 2rem;
    color: #ff6600;
    transition: 0.1s;
}

/* #endregion */
/* 详情页 按钮样式 */
/* #region */
.arrow {
    cursor: pointer;
    height: 3.75rem;
    position: absolute;
    transition: transform 0.1s;
}

.cnext .arrow-top,
.cnext .arrow-bottom {
    background-color: #ff3c00;
    height: .25rem;
    left: -0.3125rem;
    position: absolute;
    width: 100%;
}

.cnext .arrow-top:after,
.cnext .arrow-bottom:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
}

.cnext .arrow-top {
    transform: rotate(45deg);
    transform-origin: bottom right;
}

.cnext .arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
}

.cnext .arrow-bottom {
    transform: rotate(-45deg);
    transform-origin: top right;
}

.cnext .arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
}

.cprev.arrow {
    cursor: pointer;
    height: 3.75rem;
    position: absolute;
    transition: transform 0.1s;
}

.cprev .arrow-top,
.cprev .arrow-bottom {
    background-color: #ff3c00;
    height: .25rem;
    left: -0.3125rem;
    position: absolute;
    width: 100%;
}

.cprev .arrow-top:after,
.cprev .arrow-bottom:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
}

.cprev .arrow-top {
    transform: rotate(-45deg);
    transform-origin: bottom left;
}

.cprev .arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
}

.cprev .arrow-bottom {
    transform: rotate(45deg);
    transform-origin: top left;
}

.cprev .arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
}

.arrow:hover .arrow-top:after {
    left: 0;
    transition-delay: 0.15s;
}

.arrow:hover .arrow-bottom:after {
    right: 0;
    transition-delay: 0s;
}

.arrow:active {
    transform: scale(0.5) !important;
}

/* #endregion */
.zoomContainer {
    overflow: hidden;
}
.pockd{
    position: relative;
    margin: 15px 0 ;
    display: flex;
}
.poc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-indent: 20px;
}
.pock{
    position: absolute;
    color: #ffffff !important;
    left: -5px;
    width: 60px;
    text-align: center;
    background-color: #ff3c00;
    padding: 3px 8px;
    border-radius: 5px;
    top: -8px;
    cursor: pointer;
    display: none;
}
/* bottomBar */
a {
    text-decoration: none;
    /*确保在浏览器中显示链接时，没有任何文本装饰，如下划线。 */
}

/* 设置导航栏样式 */
.barnav {
    /* 对导航栏位置进行定位处理，方便后续的图标位置的设置 */
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #ff3c00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.barnav ul {
    display: flex;
    width: 100%;
}

.barnav ul li {
    height: 60px;
    /* flex:1是让所有的li平均分barnav这个容器 */
    flex: 1;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.barnav ul li span {
    /* 进行定位，使之通过span元素带动矢量图标进行水平垂直到中心位置 */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    /* 设置鼠标移入的样式 */
    cursor: pointer;
    /* 设置动画过度事件以及延迟 */
    transition: 0.5s;
    transition-delay: 0s;
}

.barnav ul li span i {
    /* 针对图标大小进行设置 */
    display: flex;
    color: #ffffff;
    font-size: 2em;
}
/* 下面是针对选中效果做的样式处理 */
.barnav ul li.active span {
    /* 设置了一开始的背景颜色，后面会被取代，设置了点击的时候会向上移动 */
    background: orange;
    transform: translateY(-20px);
    transition-delay: 0.25s;
}

.barnav ul li.active span i {
    /* 设置了点击时候矢量图标的文字颜色 */
    color: #fff;
}
.barnav ul li span::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background: orange;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0s;
}
.barnav ul li span::before {
    opacity: 0.5;
    transition-delay: 0.25s;
}
/* 这里将i元素设置的颜色显示出来 这两个样式块中都使用了 background: var(--clr); 属性，可以将背景颜色设置为
 --clr 变量所表示的值。这种使用自定义变量的方式，可以在代码中统一定义颜色值，以便在需要时进行统一更改。*/
.barnav ul li.active span {
    background: var(--clr);
}

.barnav ul li span::before {
    background: var(--clr);
}
/* 背景园设置 */
.barnav{
    display: none;
    z-index: 9999999999;
}
/* 圆环进度条 */
/* #region */
.yhcon {
    width: 180px;
    height: 180px;
    margin: 60px auto;
    /* border: 1px solid #000; */
  }

  .circle-progressbar {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .circle-progressbar .title {
    margin: 0;
    text-align: center;
    line-height: 180px;
  }

  .circle-progressbar div {
    box-sizing: border-box;
  }

  .circle-progressbar .wrapper {
    position: absolute;
    top: 0;
    width: 90px;
    height: 180px;
    /* border: 1px solid red; */
    overflow: hidden;
  }

  .circle-progressbar .wrapper.left-wrapper {
    left: 0;
  }

  .circle-progressbar .wrapper.right-wrapper {
    right: 0;
  }

  .circle-progressbar .wrapper .circle-bar {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 10px solid transparent;
    border-radius: 50%;

    transform: rotate(-135deg);
    transition: transform .3s;
  }

  .circle-progressbar .left-wrapper .circle-bar {
    left: 0;
    border-left-color: #ff3c00  !important;
    border-bottom-color: #ff3c00  !important;
  }

  .circle-progressbar .right-wrapper .circle-bar {
    right: 0;
    border-right-color: #ff3c00  !important;
    border-top-color: #ff3c00  !important;
  }
/* #endregion */
/* *************************************************************************576*********************************************  */
@media (max-width:36rem) {
#main4zz .video .video_iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 37%;
}
    .main4{
        height: auto;
    }
    .footer .fmain .up li{
        text-align: center;
        margin: 15px 0;
    }
    .lastf {
        padding-bottom: 45px;
    }

    .barnav{
        display: block;
    }
    .ffownli{
        text-align: start;
    }

    /*头部 脚部样式  */
    .nav0 {
        display: none;
    }

    .nav1 {
        border-radius: 0;
        top: 0 !important;
        /* background-color: #ffffff !important; */
    }

    .nav1 .nav1main .left {
        display: block;
    }

    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .n1y1,
    .n1y2 {
        width: 40%;
    }

    .nav1main .left {
        display: block;
    }

    .nav1main .left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 .swiper img {
        height: 100%;
    }


    /* footer */
    .fprightd{
        padding-left: 12px;
    }
    .fdcoldd{
        padding: 0;
    }
    .fup{
        flex-direction: column;
        padding: 12px;
    }
    .fupd{
        width: 100%;
    }
    /* main */
    .main8zz{
        padding: 20px 0;
    }
    .main6zz{
        padding:30px 0;
    }
    .main6{
        background-size: 100%;
    }
    .m6rightd{
        padding-left: 12px;
    }
    .m5up{
        flex-direction: column;
    }
    .m5upcon{
        padding-left: 0;
        margin: 15px 0;
    }
    .m9upa{
        justify-content: start;
        margin: 15px 0;
    }
    .m1end img{
        right: 0;
    }
    .m1con{
        padding:12px;
    }
    .m1img{
        left: 0;
        top: 0;
    }
    .m1end{
        top: 0;
    }
    .m1imgzz{
        display: none;
    }
    .fupnavul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .m7titline{
        width: 100px;
    }
    .m7scard{
        padding: 25px;
    }
    .fdc1btn{
        left: 0;
        margin: 15px 0;
    }
    .fupxhx{
        margin: 15px 0;
    }
    .m4leftd{
        padding-right: 0;
    }
    .t50{
        padding-top: 20px;
    }
    .b50{
        padding-bottom: 20px;
    }
    .b60{
        padding-bottom: 20px;
    }
    .b120{
        padding-bottom: 20px;
    }
    h1 {
        font-size: 1.5rem !important;
    }

    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    h4 {
        font-size: 20px !important;
    }

    #main4zz .video video {
        height: 50%;
    }

    /* 子页通用样式 */

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        /*display: none;*/
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }
    /* new */

    .newmainright {
        margin-top: 1.25rem;
    }

    .newmainright ul li {
        display: block;
    }

    .newmainright ul li .lileft {
        width: 100%;
    }

    /* newlist */

    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright .plst a {
        display: block;
    }

    .productlistmainright .plst a .img {
        width: 100%;
    }

    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt {
        width: 100%;
        position: static;
    }

    .productlistmainright .plst a .txt button {
        position: static;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    .productlistmainleft {
        display: none;
    }

    /* productinfo */
    .productinfomainright {
        margin: 0;
        padding: 0 !important;
    }

    .productinfomainright .content {
        display: block;
        margin: 0;
    }
    


    .productinfomainright .content .right button {
        width: 60%;
    }

    .productinfomain .content .left .cnext {
        top: 88%;
        right: .625rem;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }

    .productinfomainright .content .right span:nth-child(1) {
        font-size: 1rem;
    }

    .productinfomainright .show .show1 .swiper-pagination {
        bottom: -3.125rem;
    }

    .productinfomainright {
        margin: 0;
    }

    .s .swiper-pagination-fraction {
        width: 100%;
        text-align: center;
    }
    .productinfomainright {
        padding-left: 0;
    }
    /* search */
    .searchmainleft .r {
        display: block;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 100%;
        margin: .625rem 0;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }

    /* contact */
    .contactmain .up .right div {
        display: block;
    }

    .contactmain .up .right div input,
    .contactmain .up .right div textarea {
        width: 100%;
    }

    .modle404 .zz404 .modlemain4042 h1 {
        font-size: 100PX !important;
    }

    /* 页码 */
    .pagelist a.item2 {
        margin: .9375rem 0;
    }

    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    }
    .m4rowcoldrightdf{
        transform: scale(0.5) !important;
    }
}

/* *************************************************************************576-768*********************************************  */

@media (min-width:36rem) and (max-width:48rem) {
#main4zz .video .video_iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 37%;
}
    .main4{
        height: auto;
    }
    .footer .fmain .up li{
        text-align: center;
        margin: 15px 0;
    }
    .m2cold img{
        left: 40px;
    }
    .barnav{
        display: block;
    }
    .ffownli{
        text-align: start;
    }


    /*头部 脚部样式  */
    .nav0 {
        display: none;
    }

    .n1y1,
    .n1y2 {
        width: 35%;
    }

    .nav1 {
        border-radius: 0;
        top: 0;
        background-color: #ffffff;
    }

    .nav1 .nav1main .left {
        display: block;
    }
    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .nav1main .left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 78px;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .fcoll{
        padding:0 12px;
    }

    .lastf {
        padding-bottom: 45px;
    }
    .trfocn{
        flex-direction: column;
        padding: 25px 0;
    }
    .fprightd{
        padding-left: 12px;
    }
    .fdcoldd{
        padding: 0;
    }
    /* main */
    .main8zz{
        padding: 20px 0;
    }
    .main6zz{
        padding:30px 0;
    }
    .main6{
        background-size: 100%;
    }
    .m6rightd{
        padding-left: 12px;
    }
    .m5up{
        flex-direction: column;
    }
    .m5upcon{
        padding-left: 0;
        margin: 15px 0;
    }
    .m9upa{
        justify-content: start;
        margin: 15px 0;
    }
    .m1end img{
        right: 0;
    }
    .m1con{
        padding:12px;
    }
    .m1img{
        left: 0;
        top: 0;
    }
    .m1end{
        top: 0;
    }
    .m1imgzz{
        display: none;
    }
    .fupnavul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .m7titline{
        width: 100px;
    }
    .m7scard{
        padding: 25px;
    }
    .fdc1btn{
        left: 0;
        margin: 15px 0;
    }
    .fupxhx{
        margin: 15px 0;
    }
    .m4leftd{
        padding-right: 0;
    }
    .t50{
        padding-top: 20px;
    }
    .b50{
        padding-bottom: 20px;
    }
    .b120{
        padding-bottom: 20px;
    }
    h1 {
        font-size: 1.5rem !important;
    }

    h1 {
        font-size: 1.5rem !important;
    }

    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    .showprev {
        left: -55%;
    }

    .shownext {
        right: -55%;
    }

    #main4zz .video video {
        height: 80%;
    }
    .t100{
        padding-top: 50px;
    }
    .t80{
        padding-bottom: 20px;
    }

    /* 子页通用样式 */
    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    } 

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 1.25rem;
    }

    .newmainright ul li {
        display: block;
    }

    .newmainright ul li .lileft {
        width: 100%;
    }

    /* newlist */
    /* newinfo */
    /* product */
    .nav2cont .on {
        width: 80%;
        margin: 0 auto;
    }

    /* productlist */
    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt {
        width: 60%;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    .productlistmainright .plst a .txt button {
        width: 50%;
    }

    .productlistmainright .plst a {
        flex-direction: column;
    }

    .productlistmainright .plst a .img {
        width: 100%;
    }

    .productlistmainright .plst a .txt {
        width: 100%;
    }

    /* productinfo */



    .productinfomainright .content .right {
        margin: 0 !important;
        padding: 0 !important;
    }

    .productinfomainright .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 88%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }

    .productinfomainright {
        margin: 0;
        padding: 0;
    }

    .productinfomainright .show .show1 .swiper-pagination {
        bottom: -3.125rem;
    }


    .productinfomainright .content .right span:nth-child(1) {
        font-size: 1rem;
    }
    .productinfomainright {
        padding-left: 0;
    }

    /* search */
    .searchmainleft .r {
        display: block;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 100%;
        margin: .625rem 0;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }

    /* contact */
    .contactmain .up .right div {
        display: block;
    }

    .contactmain .up .right div input,
    .contactmain .up .right div textarea {
        width: 100%;
    }

}

/* *************************************************************************768-992*********************************************  */

@media (min-width:48rem) and (max-width:62rem) {
#main4zz .video .video_iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 46%;
}
    .lileft{
        width: 100%!important;
    }
    .main4{
        height: auto;
    }
    .footer .fmain .up li{
        text-align: center;
        margin: 15px 0;
    }
    .lastf {
        padding-bottom: 45px;
    }
    .ffownli{
        text-align: start;
    }
    .m2cold img{
        transform: rotate();
    }


    /*头部 脚部样式  */

    .nav0 {
        display: none;
    }

    .nav1 {
        border-radius: 0;
        top: 0;
        background-color: #FFFFFF;
    }

    .nav1 .nav1main .left {
        display: block;
    }

    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .nav1main .left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 79px;
    }

    .nav2 .swiper img {
        height: 100%;
    }
    .fcol{
        padding: 12px;
    }

    .fdcoldd{
        padding: 0;
    }
    /* main */
    .main8zz{
        padding: 20px 0;
    }
    .main6zz{
        padding:30px 0;
    }
    .main6{
        background-size: 100%;
    }
    .m6rightd{
        padding-left: 12px;
    }
    .m5up{
        flex-direction: column;
    }
    .m5upcon{
        padding-left: 0;
        margin: 15px 0;
    }
    .m9upa{
        justify-content: start;
        margin: 15px 0;
    }
    .m1end img{
        right: 0;
    }
    .m1con{
        padding:12px;
    }
    .m1img{
        left: 0;
        top: 0;
    }
    .m1end{
        top: 0;
    }
    .m1imgzz{
        display: none;
    }
    .fupnavul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .m7titline{
        width: 100px;
    }
    .m7scard{
        padding: 25px;
    }
    .fdc1btn{
        left: 0;
        margin: 15px 0;
    }
    .fupxhx{
        margin: 15px 0;
    }
    .m4leftd{
        padding-right: 0;
    }
    .main8{
        background-size: 100%;
    }
    .t50{
        padding-top: 20px;
    }
    .b50{
        padding-bottom: 20px;
    }
    .b120{
        padding-bottom: 20px;
    }
    h1 {
        font-size: 1.5rem !important;
    }

    h1 {
        font-size: 1.5rem !important;
    }

    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 22px !important;
    }

    .showprev {
        left: -55%;
    }

    .shownext {
        right: -55%;
    }

    #main4zz .video video {
        height: 80%;
    }
    .t100{
        padding-top: 50px;
    }
    .t80{
        padding-bottom: 20px;
    }

    /* 子页通用样式 */
    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    }

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        /*display: none;*/
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 1.25rem;
    }

    /* newlist */
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    /* productinfo */
    .productinfomainright .content .right {
        margin: 0 !important;
        padding: 0 !important;
    }

    .productinfomainright .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 88%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }

    .productinfomainright {
        margin: 0;
        padding: 0;
    }

    .productinfomainright .show .show1 .swiper-pagination {
        bottom: -3.125rem;
    }
    .productinfomainright {
        padding-left: 0;
    }
    /* search */
    .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmainleft .r {
        display: flex;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 47%;
        margin: .625rem .625rem;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }
    .m4rowcoldrightdf{
        transform: scale(0.6) !important;
    }
}

/* *************************************************************************992-1200*********************************************  */

@media (min-width:62rem) and (max-width:75rem) {
.nmulli .liright span:nth-child(2) {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    color: #333;
}
#main4zz .video .video_iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
}
        .lileft{
        width: 100%!important;
    }
    .nav0 {
        display: none;
    }
    .nav1 {
        width: 100%;
        border-radius: 0;
        top: 0;
        background: #FFFFFF;
    }

    .nav1 .nav1main .left {
        display: block;
    }

    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1main .right {
        display: none;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 78px;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .footer {
        background-size: unset;
    }
    .fcol{
        margin: 18px 0;
    }
    .fcoll{
        padding:0 12px;
    }
    .fcold {
        padding-right: 25px;
    }

    .ftxt {
        width: 100%;
    }

    .fful {
        margin-right: 95px;
    }

    .frow {
        padding: 0;
        top: -40px;
    }

    /* main*/
    .fdc1btn{
        left: 0;
        margin-top: 25px;
    }
    .m1img{
        left: 0;
        top: 0;
    }
    .m1end{
        top: 20px;
        
    }
    .m1end img{
        right: 0;
    }
    .m3row{
        justify-content: start;
    }
    .m2cold a{
        padding: 10px 33px;
    }
    .m1con{
        padding: 12px;
    }
    .m1numbed{
        font-size: 48px;
    }

    .t50{
        padding-top: 50px;
    }
    .b50{
        padding-bottom: 50px;
    }
    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    /* h3{
        font-size: 22px !important;
    } */
    h4 {
        font-size: 20px !important;
    }
    .img2{
        transform: scale(0.9);
    }
    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 88%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }
    .productinfomainright {
        padding-left: 0;
    }

    #bg img {
        height: 100%;
        object-fit: cover;

    }

    /* 子页通用样式 */

    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    }

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 1.25rem;
    }

    /* newlist */
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    /* productinfo */
    .productinfomainright .content .right a {
        width: 50%;
    }

    .bg img {
        height: 31.25rem;
        object-fit: cover;
    }

    .productinfomainright {
        margin: 0;
    }


    /* search */
    .searchmainleft .r {
        display: flex;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 47%;
        margin: .625rem .625rem;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }
}

/* *************************************************************************1200-1400*********************************************  */

@media (min-width:75rem) and (max-width:87.5rem) {

    .n1y1,
    .n1y2 {
        width: 20%;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .footer {
        background-size: unset;
    }


    .fful {
        margin-right: 95px;
    }

    .frow {
        padding: 0;
        top: -40px;
    }

    /* main*/
    .fdc1btn{
        left: 0;
        margin-top: 25px;
    }
    .m1img{
        left: 0;
        top: 0;
    }
    .m1end{
        top: 20px;
        
    }
    .m1end img{
        right: 0;
    }
    .m3row{
        justify-content: start;
    }

    .m2cold a{
        padding: 10px 33px;
    }
    .m1con{
        padding: 12px;
    }
    
    h1 {
        font-size: 2.25rem !important;
    }

    h2 {
        font-size: 24px!important;
    }

    .nav1seach .input-wrapper .icon~.input,
    .nav1seach .input:focus {
        box-shadow: none;
        width: 250px;
        border-radius: 0px;
        background-color: transparent;
        border-bottom: 1px solid #ff3c00;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

    .m1leftimgzzline h5,
    .m1rightimgzz h5,
    .m1rightimgzz div,
    .m1rightimgzz a{
        width: 50%;
        text-align: center;
    }
    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 88%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }


    #bg img {
        height: 100%;
        object-fit: cover;
    }

    .productinfomainright .content .right button {
        width: 60%;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }

    .m4rowcoldrightdf{
        transform: scale(0.5) !important;
    }

}



/* ****************************************************************************************************************** */


.m5tit h2{
    text-align: center;
    font-size: 48px;
    margin-bottom: 35px;
}
.m5cold{
    position: relative;
}
.m5col{
    overflow: hidden;
}
.m5coldzz{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all 0.5s;
    padding: 0 20px;
    box-sizing: border;
}
.m5col:hover .m5coldzz{
    top: 0;
    opacity: 1;
}


.zh_btnpar{
    position: relative;
}
.h4xhx{
    width: 100%;
    margin: 15px 0 10px 0;
    background-color: #aaaaaa;
    height: 1px;
}
.productinfomodle  .fl-callout{
    border: 1px solid  #aaaaaa;
    padding: 5px;
}
.productinfomodle  .fl-callout img{
    border-bottom: 1px solid  #aaaaaa;
}


.productinfomodle  .fl-rich-text p{
    margin: 10px 0;
}

.productinfomodle .feedbackForm{
    background-color: #ff3c00;
    padding: 10px;
    height: auto;
    border-bottom-left-radius: 8px;
     border-bottom-right-radius: 8px;
}

.productinfomodle .feedbackForm #btn{
    border: 1px solid  #ffffff;
}
.productinfomodle .feedbackForm .line input, 
.productinfomodle .feedbackForm .line textarea{
    box-shadow: unset;
}
.zs_pdbt h4{
    font-size: 32px;
    color: #ff3c00;
    font-style: italic;
}
.zs_pdbt_xhx{
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin: 20px 0 ;
}

.fl-photo-content img{
    border: 1px solid  #eeeeee;
    padding: 15px;
    width: 100%;
    height: 100%;
    object-fit: color;
}
.date_sheet .fl-module-content{
    padding: 20px;
    border-radius: 8px;
} 
.date_sheet .fl-callout-title{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width:36rem) {
    .productinfomain .content {
        position: relative;
        margin-bottom: 40px;
    }
    
    .zs_pdbt h4 {
        padding-left: 20px;
    }
    
    .productinfomainright .tit {
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
    }
    
    .productinfomodle .feedbackForm {
        width: 90%;
        margin: 0 auto;
    }
    
    .productinfomainright .show .tit {
        margin: 30px auto;
    }
}
.yandex-form #form #submit{
    background-color: #ff3c00;
}
.sc_div{
    border: 1px solid  #eeeeee;
    padding: 15px;
}
.nav2nzz h1{
    display: none;
}
.nmulli{
    margin: 25px 0;
}