@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
@font-face {
    font-family: "OpenSans-Regular";
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg') format('svg');
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/OpenSans-Bold.eot");
    src: url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg') format('svg');
}
/* html{ font-size:625%;} */
body{ font-size: 14px; background: #FFF; overflow-x:hidden;}
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, figure { margin: 0; padding: 0; }
body, html, input, button, textarea { color: #333333; font-family: 'Noto-sans', Arial, Helvetica, sans-serif; line-height: 1.6; font-weight:400; }

a{ color:#222222}
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: 10px
}

.p20 {
	padding-left: 20px;
}

.p30 {
	padding-left: 30px
}

.t10 {
	padding-top: 10px
}

.b10 {
	padding-bottom: 10px;
}

.t20 {
	padding-top: 20px
}

.b20 {
	padding-bottom: 20px;
}

.t30 {
	padding-top: 30px
}

.b30 {
	padding-bottom: 30px;
}

.t40 {
	padding-top: 40px
}

.b40 {
	padding-bottom: 40px;
}

.t50 {
	padding-top: 50px
}

.b50 {
	padding-bottom: 50px;
}

.t60 {
	padding-top: 60px
}

.b60 {
	padding-bottom: 60px
}

.t80 {
	padding-top: 80px
}

.b80 {
	padding-bottom: 80px;
}

.t100 {
	padding-top: 100px
}

.b100 {
	padding-bottom: 100px;
}
.b120 {
	padding-bottom: 150px;
}
.tm10 {
	margin-top: 10px
}

.bm10 {
	margin-bottom: 10px;
}

.tm20 {
	margin-top: 20px
}

.bm20 {
	margin-bottom: 20px;
}

.tm30 {
	margin-top: 30px
}

.bm30 {
	margin-bottom: 30px;
}

.tm50 {
	margin-top: 50px
}

.bm50 {
	margin-bottom: 50px;
}

.tm80{
    margin-top: 80px;
}

.bm80{
    margin-bottom: 80px;
}

.tm100{
    margin-top: 100px;
}

.bm100{
    margin-bottom: 100px;
}
.tm150{
    margin-top: 150px;
}
.tm120{
    margin-top: 120px;
}

.bm120{
    margin-bottom: 120px;
}
.down img{width:100%}
/*gotop*/
.gotop {
	position: fixed;
	text-align: center;
	right: 50px;
	bottom: 50px;
	color: #fff;
	background-color: #333;
	text-align: center;
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 50%;
	background-clip: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 99999;
	cursor: pointer;
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transform: translateY(50%) scale(0.8);
	-webkit-transform: translateY(50%) scale(0.8);
	-ms-transform: translateY(50%) scale(0.8);
	-o-transform: translateY(50%) scale(0.8);
	transform: translateY(50%) scale(0.8);
}

.gotop:hover,
.gotop.active:hover {
	background-color: #ff3c00!important;
	color: #fff;
	font-family: 'fontawesome';
	content: "\f176";
	display: block;
}

.gotop.active {
	opacity: 1;
	visibility: visible;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.gotop em {
	font-size: 16px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.gotop:before {
	font-family: 'fontawesome';
	content: "\f176";
	display: block;
}

.gotop:hover:before {
	-webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5);
	opacity: 0;
	filter: alpha(opacity=0);
}

.gotop:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/* header通用样式 */
.nav0{
    background-color: #000000;
    padding: 0 0 88px 0;
}
.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%; */
    margin-left: 40px;
}
.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: 60%;
}
.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: 80%;
}
.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%;
}

#main4zz{
    position: fixed;
    top: 0;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999;
    /* display: none; */
}
#main4zz .video{
    width: 100%;
    height: 100%;
    position: relative;
}
#main4zz #clmain4zz{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 55px;
    color: #ff3c00;
    cursor: pointer;
}
#main4zz>.video>video{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    height: 450px;
    /* width: 100%; */

}
h1{font-size: 42px !important;font-weight: 600;}


/* footer通用样式 */
.footer{
    background-image: url(../images/dbg.png);
    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;}
.footer .fmain>.down>li>p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
     overflow: hidden;
     margin: 45px 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){
    margin-left: 35px;
} */
.footer .fmain>.down>li:nth-child(2)>div>div{
    margin: 15px 0;
}
.footer .fmain>.down>li:nth-child(2)>div>div>a{
    color: #fff;
}
.footer .fmain>.down>li:nth-child(2)>div>div:hover>a{
    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{
    width: 50%;
    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;
}
.pright,.plist,.plistzz{
    display: none;
}
.pright>i{
    color: #000000;
}
.plist>div>img{
    width: 40% !important;
}
.nav_wrap .head_nav li ul{
    top: 75%;
    left: 20%;
}   
/* 客服模块 */
.side_content .side_list .cont li a:hover{
    color: #ff3c00;
}
.side_content .side_list .cont li i{color: #ff3c00;}

/* 手机导航样式 */
.plist{
    position: absolute;
    top: 0;
    left: -100%;
    background-color: white;
    width: 300px;
    height: 1087%;
    z-index: 99999;
    transition: 0.5s !important;
}
.plist>div{display: flex; justify-content: space-between;align-items: center;}
.plist>div>img{height: auto; margin-left: 10px;}
.plist>div>i{font-size: 40px; margin:10px; color: #ff3c00;}
.plistzz{
    position: absolute;
    top: 0;
    left: -200%;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 1087%;

    z-index: 9999;
    transition: 1.8s;
}
.plist>ul{margin: 10px;}
.plist>ul>li{
    padding: 10px;
    color: #999;
    font-size: 16px;
}
.plist>ul>li>a{
    color: #999;
}
.plist>ul>li.active>a,
.plist>ul>li.active>i
{
    color: #ff3c00;
}
.plist>ul>li:hover{
    color: #000;
}
.plist>ul>li>ul{
    display: none;
}
.plist>ul>li>ul>li{
    padding: 5px;
    color: #333;
}
.plist>ul>li:nth-child(1){position: relative;}
.plist>ul>li:nth-child(1)>i{
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 25px;
}
.plist>ul>li:nth-child(1)>input{
    width: 100%;
    padding-left: 30px;
    border: 0;
    border-bottom: 1px solid #000000;
    font-size: 25px;
}
.plist>ul>li>ul>li:hover{
    color: #000000;
}
.pright #nva1se{
    font-size: 30px;
    color: #000000;
    padding: 10px;
}
/* 查询 */
.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;
    left: 0;
    bottom: -50px;
    cursor: pointer;
}

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

/* 首页主体*/
/* 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>.down>li{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin:15px;
    width: 30%;
    padding: 0;
}
.main1 .m1main>.down>li>div{
    padding: 30px;
}
.main1 .m1main>.down>li>div>h5{
    color: #000000;
    font-weight: 600;
    margin: 25px 0 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main1 .m1main>.down>li>div>p{
    color: #999999;
    width: 70%;
    margin: 12px 0 25px 0;
}
.main1 .m1main .down>li>div{
    position: relative;
}
.main1 .m1main .down .m1btn{
    position: absolute;
    top: -25px;
    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>a{
    padding: 10px 40px;
    background-color: #ff3c00;
    color: #fff;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.5s;
}
.main1 .m1main .m1dbtn>a:hover{
    border: 1px solid #ff3c00;
    background-color: transparent;
    color: #ff3c00;
    transition: 0.5s;
}
.main1 .m1main .m1dbtn>a>i{
    margin-left: 20px;
}
/* main2 */
.main2 .m2main{display: flex;}
.main2 .m2main>.left{
    width: 48%;
    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>a{
    padding: 10px 40px;
    background-color: #ff3c00;
    color: #fff;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.5s;
}
.main2 .m2main .right>a:hover{
    background-color: transparent;
    border: 1px solid #ff3c00;
    color: #ff3c00;
    transition: 0.5s;
}
.main2 .m2main .right>a>i{
    margin-left: 25px;
}
/* main3 */
.main3{
    background-image: url(../images/3-0.png);
}
.main3 .m3main{display: flex; padding: 80px 0;}
.main3 .m3main .left{width: 50%;}
.main3 .m3main .right{width: 50%;position: relative;}
.main3 .m3main .left>h2{color: #ff3c00; padding: 30px 0 10px 0;}
.main3 .m3main .left>p{
    font-size: 20px;
    color: #fff;
    width: 50%;
    padding: 10px 0 30px 0;
}
.m1dr{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 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 */
.main4{height: 560px;}
.main4 .m4main>h1{text-align: center;margin: 25px 0;}
.main4 .m4main>ul>li>a>.imgs{
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}
.main4 .m4main>ul>li>a>.imgs>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main4 .m4main>ul>li:hover>a>.imgs{
    height: 400px;
    transition: 0.5s;
    transition: 0.5s;
}
.main4 .m4main>ul>li>a>.imgs>.m4zz{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 60, 0, .2);
    top: -100%;
    transition: 0.5s;
}
.main4 .m4main>ul>li:hover>a>.imgs>.m4zz{top: 0;}
.main4 .m4main>ul>li>a>.txt>h3{
      font-size: 20px;
    font-weight: 600;
    margin: 25px 0 10px 0;
    transition: 0.5s;
        word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main4 .m4main>ul>li>a>.txt>p{
    margin: 15px 0 25px 0;
    transition: 0.5s;
}
.main4 .m4main>ul>li:hover>a>.txt>h6,
.main4 .m4main>ul>li:hover>a>.txt>p{display: none;transition: 0.5s;}
.main4 .m4main>ul>li>a>.line{
    width: 0;
    background-color: #f4420d;
    height: 3px;
    transition: 0.5s;
}
.main4 .m4main>ul>li:hover>a>.line{
    width: 100%;
    transition: 0.5s;
}
.main4 .m4main>ul>li>a>.imgs>.m4zz{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main4 .m4main>ul>li>a>.imgs>.m4zz>.jia{
    width: 50px;
    height: 50px;
    background-color:rgba(255, 255, 255, .5) ;
    border-radius: 30px;
}
.main4 .m4main>ul>li>a>.imgs>.m4zz>.jia>div{
    transform: scale(0.7);
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 1) ;
}
/* 内页 */
/* new */
.newmodle{
    margin: 100px 0;
}
.newmodle .main{
    display: flex;
    justify-content: space-between;
}
.newmodle .left{
    width: 27%;
}
.newmodle .right{
    width: 70%;
}
.newmodle .left>.title{
    background-color: #ff3c00;
    text-align: center;
    width: 100%;
}
.newmodle .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.newmodle .left>ul{
    width: 100%;
}
.newmodle .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.newmodle .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.newmodle  .left>ul>li>ul>li:nth-last-child(1){
    border: 0;
}
.newmodle .right>ul>li{
    display: flex;
}



.table_wrap table {
  width: 100%;
  border-collapse: collapse;
}

.table_wrap tr:nth-child(even) {
  background-color: #f2f2f2; /* 设置偶数行颜色 */
}

.table_wrap tr:nth-child(odd) {
  background-color: #ffffff; /* 设置奇数行颜色 */
}

.table_wrap tr td{
    padding: 15px;
    text-align: center;
}

.newmodle .right>ul>li>.liright{
    display: flex;
    flex-direction: column;
}
.newmodle .right>ul>li>.liright>span:nth-child(1){
    color: #bbb;
    font-size: 14px;
    padding: 5px;
}
.newmodle .right>ul>li>.liright>span:nth-child(2){
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    color: #333;
}
.newmodle .right>ul>li>.liright>span:nth-child(2):hover{
    color: #ff3c00;
}
.newmodle .right>ul>li>.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;
}
.newmodle .right>ul>li>.lileft>img{
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.newmodle .right>ul>li>.lileft{
    width: 30%;
}
.newmodle .right>ul>li>.liright>a{
    color: #ff3c00;
    text-align: right;
    margin-right: 15px;
    padding: 20px 0;
}
.newmodle .right>ul>li>.liright{
    margin-left: 10px;
    width: 100%;

}
.newmodle .right>ul>li{
    padding-bottom: 10px;
    margin: 50px 0;
    cursor: pointer;
}
.newmodle .right>ul>li:nth-child(1){
    margin-top: 0;
}
.newmodle .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

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

}
.newmodle .pagelist>a.item2{
    width: 120px;
}
.newmodle .pagelist>a:hover{
    color: #ff3c00;
}
.newmodle .pagelist>a.on{
	background: #ff3c00;
	color: #fff;
}
.newmodle .right>ul>li{
    position: relative;
}
.newmodle .right>ul>li>.line{
    width: 100%;
    height: 5px;
    background-color: #eee;
    position: absolute;
    bottom: -5%;
}
.newmodle .right>ul>li>.line2{
    width: 00%;
    height: 5px;
    background-color: #ff3c00;
    position: absolute;
    bottom: -5%;
}
.newmodle .right>ul>li:hover>.line2{
    width: 100%;
    transition: 0.5s;
}
#newlist>li>a:hover{
    color: #ff3c00;
}
#newlist>li>a.active{
    color: #ff3c00;
}
/* newlist */
.newlistmodle{
    margin: 100px;
}
.newlistmodle .newlistmain .txt>span:nth-child(1){
    color: #bbb;
    font-size: 14px;
    padding: 5px;
}
.newlistmodle .newlistmain .txt>span:nth-child(2){
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}
.newlistmodle .newlistmain .txt>span:nth-child(3){
    font-size: 14px;
    padding: 5px;
    color: #bbb;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newlistmodle .newlistmain .txt>a{
    color: #3f6ad7;
}
.newlistmodle .newlistmain .txt{
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    border: 1px solid #bbb;
}
.newlistmodle .newlistmain .imge{
    width: 100%;
    overflow: hidden;
    /* height: 300px; */
}
.newlistmodle .newlistmain .imge>img{
    overflow: hidden;
    transition: all 2s;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.newlistmodle .newlistmain .imge:hover>img{
    transform: scale(1.1);
    transition: 0.5s;
}
.newlistmodle .newlistmain{
    position: relative;
    box-shadow: 3xp 3px 4px 2px #ff3c00;
}
/* .newlistmodle .newlistmain >.line{
    width: 100%;
    height: 5px;
    background-color: #bbb;
    position: absolute;
    bottom: 0;
} */
.newlistmodle .newlistmain>.line2{
    width: 00%;
    height: 5px;
    background-color: #ff3c00;
    position: absolute;
    bottom: 0;
}
.newlistmodle .newlistmain:hover>.line2{
    width: 100%;
    transition: 0.5s;
}

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

.newlistmodle .c{
    padding: 20px;
}
.newlistmodle .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

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

}
.newlistmodle .pagelist>a.item2{
    width: 120px;
}
.newlistmodle .pagelist>a.on{
    background: #ff3c00;
	color: #fff;
	border-color: #ff3c00
}
.newlistmodle .c{
    cursor: pointer;
}
.fm .feedbackForm{background-color:#333333}
/* newinfo */
.newinfomodle{
    margin: 50px 0;
}
.newinfomodle .newinfomain{
    display: flex;
    justify-content: space-between;
}
.newinfomodle .left{
    width: 27%;
}
.newinfomodle .right{
    width: 70%;
}
.newinfomodle .left>.title{
    background-color: #ff3c00;
    text-align: center;
    width: 100%;
}
.newinfomodle .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.newinfomodle .left>ul{
    width: 100%;
}
.newinfomodle .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.newinfomodle .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.newinfomodle .right .newtit{
    border-bottom: 1px dashed #bbb;
    padding: 10px 0;
}
.newinfomodle .newtime{
    margin: 10px 0;
}

.newinfomodle .newcon{
    border-bottom: 1px solid #bbb;
    padding: 20px 0;
}
.newinfomodle .newcon>p{
    padding: 5px 15px;
}
.newinfomodle .updown{
    padding: 10px 0;
}
.newinfomodle .updown>div{
    padding: 5px 0;
}
#newlist>li>a>i{
    display: none;
}
#newlist>li>a:hover{
    color: #ff3c00;
}
#newlist>li>a.active{
    color: #ff3c00;
}
.newinfomodle .right .updown>div>a:hover{
    color: #ff3c00;
}
/* prouuct */
.productmodle{
    margin: 100px 0;
}
.productmodle .productmain{
    display: flex;
    justify-content: space-between;
}
.productmodle .left{
    width: 27%;
}
.productmodle .right{
    width: 70%;
}
.productmodle .left>.title{
    background-color: #ff3c00;
    text-align: center;
    width: 100%;
}
.productmodle .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.productmodle .left>ul{
    width: 100%;
}
.productmodle .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.productmodle .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.productmodle .left>ul>li>ul>li:nth-last-child(1){
    border: 0;
}
.productmodle .right .c{
    padding: 0;
    text-align: center;
    margin: 10px;
    width: 30%;
}
.productmodle .right .row{
    width: 100%;                                                                                                                
}
.productmodle .right .down{
    cursor: pointer;
    width: 100%;
}
.productmodle .right .down .img{
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
}
.productmodle .right .down .img>img{
    transition: all 0.5s;
    width: 100%;

}
.none{display:none;}
.productmodle .right .c .down .img .up{
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-color: #ff3c00;
    opacity: 0.3;
    display: none;
}
.productmodle .right .c .up>i{
    font-size: 50px;
    color: white;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.productmodle .right .down .img:hover>img{
    transform: scale(1.1);
    transition: 0.5s;
}
.productmodle .right .down .img:hover .up{
    display: block;
    transition: 1s;
}
.productmodle .right .down>span{
    padding: 5px;
}
.productmodle .pagelist{
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
	margin-top: 30px
}

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

}
.productmodle .pagelist>a.item2{
    width: 120px;
}
.productmodle .pagelist>a.on{
    background: #ff3c00;
	color: #fff;
	border-color: #ff3c00
}

#productlist>li>ul>li>a::before{
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}
#productlist>li>ul>li>a:hover{
    color: #ff3c00;
}
/* #productlist>li>ul>li>a.active{
    color: #ff3c00;
} */
#productlist>li>a:hover{
    color: #ff3c00;
}
/* #productlist>li>a.active{
    color: #ff3c00;
} */
/* productlist */
.productlistmodle{
    margin: 100px 0;
}
.productlistmodle .productlistmain{
    display: flex;
    justify-content: space-between;
}
.productlistmodle .left{
    width: 27%;
}
.productlistmodle .right{
    width: 70%;
}
.productlistmodle .left>.title{
    background-color: #ff3c00;
    text-align: center;
    width: 100%;
}
.productlistmodle .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.productlistmodle .left>ul{
    width: 100%;
}
.productlistmodle .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.productlistmodle .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.productlistmodle .left>ul>li>ul>li:nth-last-child(1){
    border: 0;
}
.productlistmodle .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

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

}
.sp-pa{
    position: absolute !important;
    width: 100% !important;
    text-align: center !important;
}
.bs-next:after,
.bs-prev:after
{
    color: #ff3c00;
}
.productlistmodle .pagelist>a.item2{
    width: 120px;
}
.productlistmodle .pagelist>a.on{
    background: #ff3c00;
	color: #fff;
	border-color: #ff3c00
}
.productlistmodle .right>ul>li{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    margin: 15px;
    overflow: hidden;
}
.productlistmodle .right>ul>li>.img{
    width: 35%;
    overflow:hidden;
    border-radius: 15PX;

}
.productlistmodle .right>ul>li>.img>img{
    width: 100%;
    transition: 0.3s;
    border-radius: 15PX;
}
.productlistmodle .right>ul>li>.txt{
    width: 63%;
}
.productlistmodle .right>ul>li>.txt>span:nth-child(1){
font-weight: bold;
font-size: 35px;
}
.productlistmodle .right>ul>li>.txt>.sline{
    width: 40%;
    height: 5px;
    background-color: #ff3c00;
}
.productlistmodle .right>ul>li>.txt>span:nth-child(3){
    display: block;
    padding: 20px 0; 
}
.productlistmodle .right>ul>li>.txt>button{
    padding: 10px 18px;
    border: 0;
    background-color: #ff3c00;
    color: white;
}
.productlistmodle .right>ul>li:hover{
    box-shadow: 3px 3px 2px 2px #ddd;
    transition: 0.6s;
}
.productlistmodle .right>ul>li:hover>.img>img{
    transform: scale(1.1);
    object-fit: cover;
    transition: 0.3s;
}
.productlistmodle .right>ul>li:hover>.txt>button{
    background-color: #ff3c00;
    transition: 0.3s;
}

#productlist>li>ul>li>a::before{
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
    /* padding: 0 5px; */
}
#productlist>li>ul>li>a:hover{
    color: #ff3c00;
}
#productlist>li>ul>li>a.active{
    color: #ff3c00;
}
#productlist>li>a:hover{
    color: #ff3c00;
}
#productlist>li>a.active{
    color: #ff3c00;
}

/* productinfo */
/* img{width: 100%;} */
.productinfomodle {
    margin: 100px 0;
}
.productinfomodle  .productinfomain{
    display: flex;
    justify-content: space-between;
}
.productinfomodle  .left{
    width: 27%;
}
.productinfomodle  .right{
    width: 70%;
    margin: auto 20px;
}
.productinfomodle  .left>.title{
    background-color: #ff3c00;
    text-align: center;
    width: 100%;
}
.productinfomodle  .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.productinfomodle  .left>ul{
    width: 100%;
}
.productinfomodle  .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.productinfomodle  .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.productinfomodle  .left>ul>li>ul>li:nth-last-child(1){
    border: 0;
}
.productinfomodle .right .left{
    width: 50%;
}
.productinfomodle .right .leph{
    display: none;
}
.productinfomodle .right .left .big{
    display: block;
    width: 88%;
    margin: 0 auto;
}
.productinfomodle .right .left .swiper-container{
    margin-top: 10px;
}
.productinfomodle .content{
    display: flex;
}
.productinfomodle .content .right{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.productinfomodle .content .right>span:nth-child(1){
    font-size: 20px;
    color: #ff3c00;
    font-weight: 600;
}
.productinfomodle .content .right>button{
    width: 50%;
    padding: 10px 0;
    border: 0;
    color: white;
    background-color: #ff3c00;
    margin-top: 10px;
}
.productinfomodle .content .right>button:hover{
    background-color: white;
    border: 2px solid #ff3c00;
    color: #ff3c00;
    transition: 0.6s;
}

.productinfomodle .news{
    margin-top: 50px;
    border: 0;
}
.productinfomodle .news .bt{
    display: flex;
    padding: 0;
}
.productinfomodle .news .bt>button{
    border: 1px solid #ff3c00;
    color: #ff3c00;
    background-color: white;
    font-size: 16px;
    padding: 10px;
    margin-right: 20px;
}
.productinfomodle .news .bt>button.active{
    border: 0;
    color: white;
    background-color: #ff3c00;
}  
.productinfomodle .news .txt{
    padding: 20px 0;
}
.productinfomodle .news .txt>h3{
    padding: 10px 0;
}
.productinfomodle .tit{
    background-color: #ff3c00;
    font-size: 18px;
    color: white;
    width: 100%;
    padding: 8px;
}
.productinfomodle .inp .inpmain>ul>li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.productinfomodle .inp .inpmain>ul>li>div{
    width: 48%; 
}
.productinfomodle .inp .inpmain>ul>li>div>input{
    width: 100%;
    padding: 10px 5px;
    border-radius: 6px;
    border: 0;
    background-color: #f6f7fa;
    margin-top: 3px;
}
.productinfomodle .inp .inpmain .textarea{
    width: 100%;
}
.productinfomodle .inp .inpmain .textarea>textarea{
    width: 100%;
    background-color: #f6f7fa;
    border: 0;
    border-radius: 6px;
}
.productinfomodle .inp .inpmain>button{
    padding: 15px 25px;
    background-color: #ff3c00;
    color: white;
    border-radius: 8px;
    border: 0;
    margin-top: 10px;
}
.productinfomodle .show{
    margin-top: 50px;
    text-align: center;
}
.productinfomodle .show .tit{
    margin: 30px 0;
}

.productinfomodle .down .img{
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}
.productinfomodle .down .up{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 15px;
    background-color: #ff3c00;
    opacity: 0.6;
    display: none;
}
.productinfomodle .down .up>i{
    font-size: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.productinfomodle .down:hover .up{
    display: block;
    transition: 0.6s;
}
.productinfomodle .down:hover .img>img{
    transform: scale(1.1);
    transition: 0.6s;
}
.productinfomodle .down:hover>span>a{
    color: #ff3c00;
}
.swiper-pagination{
    position: relative;
    bottom: 0;
    font-size: 30px;    
}
.swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: #ff3c00;
}
.productinfomodle .show .ss{
    display: none;
}
.productinfomodle .content .swiper-container img{
    width: 80px;
    height: 40px;
}
.productinfomodle .content .swiper-container video{
    width: 80px;
    height: 40px;
}

.content .swiper-container{
    width: 80%;
    margin: auto;
}
.productinfomodle .s{
    width: 100%;
    overflow: hidden;
}
.b{
    margin-top: 20px;
}
.b .swiper-slide{
    /* width: 80px !important; */
    height: 50px;
}
.b img{
    width: 80px;
    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{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content .left{
    position: relative;
}
.productinfomain .content .left .cprev{
    position: absolute;
    top: 92%;
}
.productinfomain .content .left .cnext{
    position: absolute;
    top: 92%;
}
.productinfomain td{border:1px solid #000}
.div-not-click {
    pointer-events: none;
    opacity: 0.5;
    /* transform: scale(); */
}
.bg>img{
    position: relative; 
    width: 100%;
}

.productinfomain .content{
    position: relative;
}
.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;
}
.nldhlre li div{
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.n1dhlul{
    display: none;
}
.n1dhlul.active{
    display: block !important;
}
/* #productlist>li>a.active{
    color: #ff3c00;
} */
#productlist>li>a:hover{
    color: #ff3c00;

}
.show .s .img>img{border-radius: 15px;object-fit: cover;}

.productinfomain .left>ul>li>ul>li:hover>a{
    color: #ff3c00;
}
#productlist>li>ul>li>a::before{
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

/* search */
.searchmodle{
    margin: 100px 0;
}
.searchmodle .searchmain{
    display:flex;
}
.searchmodle .searchmain .left{
    width: 70%;
    /* border: 1px solid #ff3c00; */
}
.searchmodle .searchmain .right{
    width: 29%;
    /* border: 1px solid #ff3c00; */
}
.searchmodle .left .cards{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 80%;
    padding: 10px;
    background-color: #f6f9fc;
    border-radius: 10px;
    margin: 10px;
}
.searchmodle .left .up{
    color:#86939f ;
}
.searchmodle .left .line{
    border-bottom: 1px solid #86939f;
    display: none;
}
.searchmodle .left .up>p:nth-child(4){
    padding: 10px;
    color: #ff3c00;
}
.searchmodle .left .up>p:nth-child(2){
    padding: 15px;
}
.searchmodle .left .up>h6{
    font-size: 24px;
    padding: 18px 15px 10px 15px;
}
.searchmodle .left .cards>.up>h6:hover{
    color: #ff3c00;
}

.searchmodle .right .frame{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.searchmodle .right .frame>input{
    width: 100%;
    padding: 10px;
    border:1px solid  transparent;
    background-color: #f6f9fc;

}
.searchmodle .right .frame>input:focus{
    border:1px solid  #ff3c00;
    transition: 0.6s;
    background-color: #fff;
}
.searchmodle .right .frame>button{
    position: absolute;
    right: 0;
    border: 0;
    background-color: #ff3c00;
    color: white;
}
.searchmodle .right .frame>button>i{
    padding: 15px;
}
.searchmodle .right .txt{
    height: 50px;
    margin-top: 10px;
    display: flex;
    font-size: 30px;
}
.searchmodle .right .txt>span{
    line-height: 50px;
    padding: 0 10px;

}
.searchmodle .right .txt>span:nth-child(3){
    color: #ff3c00;
    cursor: pointer;
}
.searchmodle .right .txt>span:nth-child(3):hover{
    color: #ff3c00;
    transition: 0.8s;
}
.searchmodle .right .txt .t{
    width: 5px;
    height: 50px;
    background-image: linear-gradient(red,yellow);
}
.searchmodle .right .hello{
    color: #50626f;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}
.searchmodle .right .hello:hover{
    color: #ff3c00;
    transition: 0.6s;
}
.searchmodle .right .img{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    height: 400px;
    position: relative;
}
.searchmodle .right .img>img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.8s;
}
.searchmodle .right .img:hover>img{
    transform: scale(1.2);
    transition: 0.8s;
    cursor: pointer;
}
.searchmodle .right .img>.zz{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#2e3a46;
    opacity: 0.5;
    top: 0;
    transition: 0.8s;
}
.searchmodle .right .img:hover>.zz{
    opacity: 0.8;
    transition: 0.8s;
}
.searchmodle .right .img .txt{
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: absolute;
    top: 30%;
    text-align: left;
    left: 6%;
}
.searchmodle .right .img .txt>button{
    width: 50%;
    padding: 10px 20px;
    background-color: #ff3c00;
    color: white;
    border: 1px solid transparent;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.8s;

}
.searchmodle .right .img .txt>button:hover{
    background-color:transparent;
    border: 1px solid #ff3c00;
    color: #fff;
    transition: 0.8s;
}

.searchmain .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

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

}
.searchmain .pagelist>a.item2{
    width: 120px;
}
.searchmain .pagelist>a:hover{
    color: #ff3c00;
}
.searchmain .pagelist>a.on{
	background: #ff3c00;
	color: #fff;
}
.searchmain .left .r .imgs{
    width: 20%;
    /* object-fit: cover; */
    border-radius: 10px;
}
.searchmain .left .r .imgs>img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 404 */
.modle404 {
    background-image: url(../images/R-C.png);
}
.modle404 .modlemain404{display: flex;}
.modlemain404 .left{width: 60%; display: flex; justify-content: end;}
.modlemain404 .left>img{width: 80%;object-fit: cover;}
.modlemain404 .right{width: 39%;}
.modlemain404 .right>h1{padding: 10px 0;font-size: 100px;}
.modlemain404 .right>h6{font-size: 30px; padding: 10px 0;}
.modlemain404 .right>p{
    padding: 10px 0;
}
.modlemain404 .right>button{
    padding: 11px 20px;
    border-radius: 55px;
    border: 2px solid #0d3de5;
    background-color: white;
    margin: 20px 0;
}
.modlemain404 .right>button:hover{
    background-color: #0d3de5;
    color: white;
    transition: 0.5s;
}

.fl{display: none;}
#main4zz>.video>video{
    width: auto;
}
    .pagelist a{    padding: 5px 10px;
    background-color: #fff;
    margin-right: 10px;
    color: #ff3c00;
    border: 1px solid #ff3c00;
    }
    .current{
        background-color: #ff3c00 !important;
        color: #fff !important;
        border: 1px solid #ff3c00 !important;
    }
    .pagelist a:hover{        background-color: #ff3c00 !important;
        color: #fff !important;
        border: 1px solid #ff3c00 !important;}
        .current2{display:none;}
@media (max-width:576px)
{
    /*头部 脚部样式  */
    /* .nav0{display: none;} */
    .nav1{
        width: 100%;
        top: 0;
        border-radius: 0;
    }
    .nav1 .container{padding: 0 10px;}
    .nav1 .nav1main .center{display: none;}
    .nav1 .nav1main .right{display: none;}
    .nav1main .left{width: 50%;margin: 0;}
    .pright, .plist, .plistzz{display: block;}
    .plist>div>img{
        width: 50% !important;
    }
     #header .nav1main{
        justify-content: space-between;
    }
    .nav2{
        /* margin-top: 80px; */
    }
    .footer .fmain>.up>li{
        flex-direction: row;
        margin: 15PX 0;
        width: 100%;
    }
    .footer .fmain>.up>li>p{width: 100%; margin-left: 20px;justify-content: start;}
    .footer .fmain>.down>li:nth-child(3)>button{
        width: 51%;
    }
    /* 主体部分 */
    h1{font-size: 24px !important; text-align: left;}
    .main2 .m2main>.right>h1{margin: 15px 0;}
    h5{text-align: left;}
    /* main1 */
    .main1 .m1main>.down>li{width: 100%;}
    .main1 .m1main>.down>li{margin: 15px 0;}
    .main1 .m1main>.down>li>img{width: 100%;}
    /* main2 */
    .main2 .m2main{flex-direction: column;}
    .main2 .m2main>.left{width: 100%; margin-bottom: 20px;}
    .main2 .m2main>.right{width: 100%; margin-left: 0;}
    .main2 .m2main>.left>img{width: 100%;height: 100%; border: 3px solid #ff3c00;}
    .main2 .m2main>.left>.kk{position: static;height: 100%;width: 100%;display: none;}
    /* main3 */
    .main3 .m3main{flex-direction: column;}
    .main3 .m3main .left{width: 100%;}
    /* .main3 .m3main .right{width: 100%;} */
    .main3 .m3main .right{width: 55%; margin: 25px 0;}
    .main3 .m3main .left>p{width: 100%;text-align: center;}
    .main3 .m3main .left>h2{text-align: center;}
    /* mian4 */
    .main4{height: 1450px;}
    .main4 .m4main>ul>li{margin: 20px 0;}



    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain{display: block;}

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left,
    .searchmodle .searchmain .left{width: 100%;}

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain .right,
    .searchmodle .searchmain .right{width: 100%;}

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container{padding: 0 20px;}
    /* new */
    .newmodle .main>.left{display: none;}
    .newmodle .right{margin-top: 20px;}
    .newmodle .right>ul>li{display: block;}
    .newmodle .right>ul>li>.lileft{width: 100%;}
    /* newlist */
    .newlistmodle{margin: 0;}
    /* newinfo */
    .newinfomodle .newinfomain>.left{display: none;}

    /* product */
    .productmodle .right .c{width: 100%;}
    .productmodle .productmain>.left{display: none;}
    /* productlist */
    .productlistmodle .right>ul>li{display: block;}
    .productlistmodle .right>ul>li>.img{width: 100%;}
    .productlistmodle .right>ul>li>img{width: 100%;}
    .productlistmodle .right>ul>li>.txt{width: 100%;}
    .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
    .productlistmodle .productlistmain>.left{display: none;}
    /* productinfo */
    .productinfomodle .content{display: block;}
    .productinfomodle .content .right>button{width: 60%;}
    .productinfomain .content .left .cnext{top: 92%;right:0;}
    .productinfomain .content .left .cprev{top: 92%;left: 0;}
    .productinfomodle{margin: 50px 0;}
    .productinfomain>.left{display: none;}
    .productinfomodle .content .right>span:nth-child(1){font-size: 16px;}
    .zoomContainer{display: none;}

    /* search */
    .searchmodle .searchmain{display: flex;flex-direction: column-reverse;}
    .searchmodle .left .r{display: block;margin: 0;}
    .searchmodle .left .cards{display: block;width: 100%;margin: 10px 0;}
    .searchmain .left .r .imgs{ width: 100%;margin: 0;}
    /* 404 */
    .modle404 .container{padding: 0 20px;} 
    .modle404 .modlemain404{display: block;}
    .modlemain404 .left{width: 100%; display: flex; justify-content: center;}
    .modlemain404 .left>img{height: 300px;}
    .modlemain404 .right{width: 100%; text-align: center;}
	}


@media (min-width:576px) and (max-width:767px)
{
        /* banner图内按钮 */
        /* 遮罩层 */
        #main4zz>.video>video{
            width: 80%;
            top: 30%;
            display: inline-block;
            /* height: 50%; */
            width: 100%;
        }
    /*头部 脚部样式  */
    /* .nav0{display: none;} */
    .nav1{
        width: 100%;
        top: 0;
        border-radius: 0;
    }
    .nav1 .container{padding: 0 10px;}
    .nav1 .nav1main .center{display: none;}
    .nav1 .nav1main .right{display: none;}
    .nav1main .left{width: 50%;margin: 0;}
    .pright, .plist, .plistzz{display: block;}
    .plist>div>img{
        width: 50% !important;
    }
     #header .nav1main{
        justify-content: space-between;
    }
    .nav2{
        /* margin-top: 80px; */
    }
    .nav2 .fl{
        position: static;
        transform: translateX(0);
    }
    .nav2 .container{padding: 0;}
    .nav2 .fl .main{
        flex-direction: column;
    }
    .nav2 .fl .main>div:nth-child(1),
    .nav2 .fl .main>div:nth-child(2){
        width: 100%;
    }
    .footer .fmain{
        padding-top: 100px;
    }
    .footer .fmain>ul{
        /* flex-direction: column; */
    }
    .footer .fmain>ul>li{
        margin: 25px 0;
    }
    .footer .fmain>ul>li:nth-child(2)>h4, 
    .footer .fmain>ul>li:nth-child(3)>h4,
    .footer .fmain>ul>li:nth-child(4)>h2{
        margin-bottom: 10px;
    }
    .footer .fmain>ul>li:nth-child(4)>ul>li{width: 50%;}
    .footer .fmain>ul>li:nth-child(4)>ul>li>div>.dzz>i{
        font-size: 35px;
    }
    .footer .fmain>.up>li{flex-direction: row;justify-content: start;}
    .footer .fmain>.down>li:nth-child(3)>button{width: 70%;}
    .footer .fmain>.up>li>p{margin-left: 25px;width: 100%; text-align: left;justify-content: start;}

    /* 主体部分 */
    h1{font-size: 24px !important; text-align: left;}
    .main2 .m2main>.right>h1{margin: 15px 0;}
    h5{text-align: left;}
    /* main1 */
    .main1 .m1main>.down>li{width: 44%;}
    .main1 .m1main>.down>li{margin: 15px;}
    /* main2 */
    .main2 .m2main{flex-direction: column;}
    .main2 .m2main>.left{width: 100%; margin-bottom: 20px;}
    .main2 .m2main>.right{width: 100%; margin-left: 0;}
    .main2 .m2main>.left>img{width: 100%;height: 100%; border: 3px solid #ff3c00;}
    .main2 .m2main>.left>.kk{position: static;height: 100%;width: 100%; display: none;}
    /* main3 */
    .main3 .m3main{flex-direction: column;}
    .main3 .m3main .left{width: 100%;}
    
    .main3 .m3main .right{width: 55%; margin: 25px 0;} 
    .main3 .m3main .left>p{width: 100%;}
    .main3 .m3main .left>h2{text-align: center;}
    .main3 .m3main .left>p{text-align: center;}
    /* mian4 */
    .main4{height: 1450px;}
    .main4 .m4main>ul>li{margin: 20px 0;}
    /* h1字体大小 */
    h1{font-size: 32px !important;font-weight: 600;}
         /* 子页通用样式 */
         .newinfomodle .newinfomain,
         .newmodle .main,
         .productlistmodle .productlistmain,
         .productmodle .productmain,
         .productinfomodle .productinfomain,
         .searchmodle .searchmain{display: block;}
     
         .newinfomodle .newinfomain .left,
         .newmodle .main .left,
         .productlistmodle .productlistmain .left,
         .productmodle .productmain .left,
         .productinfomodle .productinfomain .left,
         .searchmodle .searchmain .left{width: 100%;}
     
         .newinfomodle .newinfomain .right,
         .newmodle .main .right,
         .productlistmodle .productlistmain .right,
         .productmodle .productmain .right,
         .productinfomodle .productinfomain .right,
         .searchmodle .searchmain .right{width: 100%;}
     
         .newinfomodle .container,
         .newmodle .container,
         .productlistmodle .container,
         .productmodle .container,
         .productinfomodle .container,
         .searchmodle .container{padding: 0 20px;}
         /* new */
         .newmodle .main>.left{display: none;}
         .newmodle .right{margin-top: 20px;}
         .newmodle .right>ul>li{display: block;}
         .newmodle .right>ul>li>.lileft{width: 100%;}
         /* newlist */
         .newlistmodle{margin: 0;}
         /* newinfo */
         .newinfomodle .newinfomain>.left{display: none;}
         /* product */
         .productmodle .right .c{width: 45%;}
         .productmodle .productmain>.left{display: none;}
         .nav2cont .on{width: 80%;margin: 0 auto;}
         /* productlist */
         /* .productlistmodle .right>ul>li{display: block;} */
         .productlistmodle .right>ul>li>img{width: 100%;}
         .productlistmodle .right>ul>li>.txt{width: 65%;}
         .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
         .productlistmodle .productlistmain>.left{display: none;}
         /* productinfo */
         .productinfomodle .productinfomain .right .content{display: block;}
         .productinfomain .content .left .cnext{top: 92%;right:0;}
         .productinfomain .content .left .cprev{top: 92%;left: 0;}
         .productinfomain>.left{display: none;}
         .zoomContainer{display: none;}
         .productinfomodle{margin: 50px 0;}
         .productinfomodle .content .right>span:nth-child(1){font-size: 16px;}
 
         /* search */
         .searchmodle .searchmain{display: flex;flex-direction: column-reverse;}
         .searchmodle .left .r{display: block;margin: 0;}
         .searchmodle .left .cards{display: block;width: 100%;margin: 10px 0;}
         .searchmain .left .r .imgs{ width: 100%;margin: 0;}
         /* 404 */
         .modle404 .container{padding: 0 20px;} 
         .modle404 .modlemain404{display: block;}
         .modlemain404 .left{width: 100%; display: flex; justify-content: center;}
         .modlemain404 .left>img{height: 300px;}
         .modlemain404 .right{width: 100%; text-align: center;}
	}

@media (min-width:768px) and (max-width:992px)
{
        /* banner图内按钮 */
        /* 遮罩层 */
        #main4zz>.video>video{
            width: 80%;
            top: 30%;
            display: inline-block;
            /* height: 50%; */
            width: 100%;
        }
    /*头部 脚部样式  */
    /* .nav0{display: none;} */
    .nav1{
        width: 100%;
        top: 0;
        border-radius: 0;
    }
    .nav1 .container{padding: 0 10px;}
    .nav1 .nav1main .center{display: none;}
    .nav1 .nav1main .right{display: none;}
    .nav1main .left{width: 50%;margin: 0;}
    .pright, .plist, .plistzz{display: block;}
    .plist>div>img{
        width: 50% !important;
    }
     #header .nav1main{
        justify-content: space-between;
    }
    .nav2{
        /* margin-top: 80px; */
    }
    .nav2 .fl{
        position: static;
        transform: translateX(0);
    }
    .nav2 .container{padding: 0;}
    .nav2 .fl .main{
        flex-direction: column;
    }
    .nav2 .fl .main>div:nth-child(1),
    .nav2 .fl .main>div:nth-child(2){
        width: 100%;
    }
    .footer .fmain{
        padding-top: 100px;
    }
    .footer .fmain>ul{
        /* flex-direction: column; */
    }
    .footer .fmain>ul>li{
        margin: 25px 0;
        width: 100%;
    }
    .footer .fmain>ul>li:nth-child(2)>h4, 
    .footer .fmain>ul>li:nth-child(3)>h4,
    .footer .fmain>ul>li:nth-child(4)>h2{
        margin-bottom: 10px;
    }
    .footer .fmain>ul>li:nth-child(4)>ul>li{width: 50%;}
    .footer .fmain>ul>li:nth-child(4)>ul>li>div>.dzz>i{
        font-size: 35px !important;
    }
    .footer .fmain>.up>li{flex-direction: row;justify-content: start;}
    .footer .fmain>.down>li:nth-child(3)>button{width: 70%;}
    .footer .fmain>.up>li>p{margin-left: 25px;width: 100%; text-align: left;justify-content: start;}
    .footer .fmain>.down>li:nth-child(2),
    .footer .fmain>.down>li:nth-child(3){
        width: 50%;
    }
    /* 主体部分 */
    h1{font-size: 24px !important; text-align: left;}
    .main2 .m2main>.right>h1{margin: 15px 0;}
    h5{text-align: left;}
    /* main1 */
    .main1 .m1main>.down>li{width: 45%;}
    .main1 .m1main>.down>li{margin: 15px;}
    /* main2 */
    .main2 .m2main{flex-direction: column;}
    .main2 .m2main>.left{width: 100%; margin-bottom: 20px;}
    .main2 .m2main>.right{width: 100%; margin-left: 0;}
    .main2 .m2main>.left>img{width: 100%;height: 100%;border: 3px solid #ff3c00;}
    
    .main2 .m2main>.left>.kk{position: static;height: 100%;width: 100%; display: none;}
    /* main3 */
    .main3 .m3main{flex-direction: column;}
    .main3 .m3main .left{width: 100%;}
    
    .main3 .m3main .right{width: 55%; margin: 25px 0;}
    .main3 .m3main .left>p{width: 100%;}
    .main3 .m3main .left>h2{text-align: center;}
    .main3 .m3main .left>p{text-align: center;}
    /* mian4 */
    .main4{height: 1450px;}
    .main4 .m4main>ul>li{margin: 20px 0;}
        /* 子页通用样式 */
        .newinfomodle .newinfomain,
        .newmodle .main,
        .productlistmodle .productlistmain,
        .productmodle .productmain,
        .productinfomodle .productinfomain,
        .searchmodle .searchmain{display: block;}
    
        .newinfomodle .newinfomain .left,
        .newmodle .main .left,
        .productlistmodle .productlistmain .left,
        .productmodle .productmain .left,
        .productinfomodle .productinfomain .left,
        .searchmodle .searchmain .left{width: 100%;}
    
        .newinfomodle .newinfomain .right,
        .newmodle .main .right,
        .productlistmodle .productlistmain .right,
        .productmodle .productmain .right,
        .productinfomodle .productinfomain .right,
        .searchmodle .searchmain .right{width: 100%;}
    
        .newinfomodle .container,
        .newmodle .container,
        .productlistmodle .container,
        .productmodle .container,
        .productinfomodle .container,
        .searchmodle .container{padding: 0 20px;}
        /* new */
        .newmodle .main>.left{display: none;}
        .newmodle .right{margin-top: 20px;}
        /* .newmodle .right>ul>li{display: block;} */
        /* .newmodle .right>ul>li>.lileft{width: 100%;} */
        /* newlist */
        .newlistmodle{margin: 0;}
        .newlistmodle .c{width: 50%;}
        /* newinfo */
        .newinfomodle .newinfomain>.left{display: none;}
        /* product */
        .productmodle .right .c{width: 47%;}
        .productmodle .productmain>.left{display: none;}

        /* productlist */
        /* .productlistmodle .right>ul>li{display: block;} */
        .productlistmodle .right>ul>li>img{width: 100%;}
        .productlistmodle .right>ul>li>.txt{width: 100%;}
        .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
        .productlistmodle .productlistmain>.left{display: none;}
        /* productinfo */
        .productinfomodle .productinfomain .right .content{display: block;}
        .productinfomain .content .left .cnext{top: 95%;right:0;}
        .productinfomain .content .left .cprev{top: 95%;left: 0;}
        .zoomContainer{display: none;}
        /* search */
        .searchmodle .searchmain{display: flex;flex-direction: column-reverse;}
        .searchmodle .left .r{display: flex;margin: 0;}
        .searchmodle .left .cards{display: block;width: 47%;margin: 10px 10px;}
        .searchmain .left .r .imgs{ width: 100%;margin: 0;}
        /* 404 */
        .modlemain404 .left{display: block;margin: auto;}
        .modlemain404 .left>img{width: 100%;}
	}
	

@media (min-width:992px) and (max-width:1200px)
{
            /* banner图内按钮 */
            /* 遮罩层 */
            #main4zz>.video>video{
                width: 80%;
                top: 30%;
                display: inline-block;
                /* height: 50%; */
                width: 100%;
            }
    /*头部 脚部样式  */
    .nav1{width: 100%; border-radius: 0;}
    .nav1 .container{padding: 0 10px;}
    .nav1 .nav1main .center{display: none;}
    .nav1 .nav1main .right{display: none;}
    .pright, .plist, .plistzz{display: block;}
    #header .nav1main{
        justify-content: space-between;
    }
    .nav2 .fl{
        position: static;
        transform: translateX(0);
    }
    .nav2 .container{padding: 0;}
    .nav2 .fl .main{
        flex-direction: column;
    }
    .nav2 .fl .main>div:nth-child(1),
    .nav2 .fl .main>div:nth-child(2){
        width: 100%;
    }
    .footer .main>ul>li{
        width: 100%;
        margin: 15px 0;
    }
    .footer .main>ul>li:nth-child(3){
        width: 60%;
    }
    .footer .fmain>.up>li>p{width: 100%;}
    .footer .fmain>.down>li:nth-child(3)>button{
        width: 68%;
    }
    /* .footer .fmain>ul>li:nth-child(2),
    .footer .fmain>ul>li:nth-child(3){
        width: 50%;
    } */
    /* .footer .main{padding-top: 0;} */
    /* 主体部分 */
    .main3 .m3main .right{width: 30%;}

    h1{font-size: 32px !important;font-weight: 600;}
    /* main1 */
            /* 子页通用样式 */
            .newinfomodle .newinfomain,
            .newmodle .main,
            .productlistmodle .productlistmain,
            .productmodle .productmain,
            .productinfomodle .productinfomain,
            .searchmodle .searchmain{display: block;}
        
            .newinfomodle .newinfomain .left,
            .newmodle .main .left,
            .productlistmodle .productlistmain .left,
            .productmodle .productmain .left,
            .productinfomodle .productinfomain .left,
            .searchmodle .searchmain .left{width: 100%;}
        
            .newinfomodle .newinfomain .right,
            .newmodle .main .right,
            .productlistmodle .productlistmain .right,
            .productmodle .productmain .right,
            .productinfomodle .productinfomain .right,
            .searchmodle .searchmain .right{width: 100%;}
        
            .newinfomodle .container,
            .newmodle .container,
            .productlistmodle .container,
            .productmodle .container,
            .productinfomodle .container,
            .searchmodle .container{padding: 0 20px;}
            /* new */
            .newmodle .main>.left{display: none;}
            .newmodle .right{margin-top: 20px;}
            /* .newmodle .right>ul>li{display: block;} */
            /* .newmodle .right>ul>li>.lileft{width: 0%;} */
            /* newlist */
            .newlistmodle{margin: 0 10PX;}
    
            /* newinfo */
            .newinfomodle .newinfomain>.left{display: none;}
            /* product */
            .productmodle .right .c{width: 31%;}
            .productmodle .productmain>.left{display: none;}
    
            /* productlist */
            /* .productlistmodle .right>ul>li{display: block;} */
            .productlistmodle .right>ul>li>img{width: 100%;}
            .productlistmodle .right>ul>li>.txt{width: 100%;}
            .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
            .productlistmodle .productlistmain>.left{display: none;}
            /* productinfo */
            .productinfomodle .productinfomain .right .content{display: block;}
            .productinfomain .content .left .cnext{top: 95%;right:0;}
            .productinfomain .content .left .cprev{top: 95%;left: 0;}
            .productinfomain>.left{display: none;}
            .bg>img{height: 500px; object-fit: cover;}
            .zoomContainer{display: none;}
            
            /* search */
            .searchmodle .searchmain{display: flex;flex-direction: column-reverse;}
            .searchmodle .left .r{display: flex;margin: 0;}
            .searchmodle .left .cards{display: block;width: 47%;margin: 10px 10px;}
            .searchmain .left .r .imgs{ width: 100%;margin: 0;}
            /* 404 */
            .modlemain404 .left{display: block;margin: auto;}
	}

@media (min-width:1200px) and (max-width:1400px)
{
    .nav1main .left{height: auto;}
    .nav1{width: 100%; border-radius: 0;}
    .nav1main .left{width: 16%;}
    .nav1main .center{width: 100%;}
    .nav2 .fl{bottom: -20%;}
    .footer .fimg{
        width: 40%;
        bottom: 30px;
        right: 0;
    }
    h1{font-size: 32px !important;font-weight: 600;}
    /* main3 */
    .main3 .m3main .right{width: 30%;}
        /* productinfo */
    .productinfomain .content .left .cnext{top: 92%;right:0;}
    .productinfomain .content .left .cprev{top: 92%;left: 0;}
    #bg{height: 290px;}
    #bg>img{height: 100%;object-fit: cover;}
    .productinfomodle .content .right>button{width: 60%;}
	
}
@media (min-width:1400px) and (max-width:1800px)
{
            /* banner图内按钮 */
            .cw{
                width: 45px;
                height: 45px;
            }
            .cw>i{font-size: 20px;}
            .bo::before{width: 45px; height:45px;}
            .bo::after{width: 45px; height: 45px;}
            /* .m1dr{
                top: -5%;
                left: 10%;
            } */
            /* 遮罩层 */
            /* #main4zz>.video>video{
                width: 100%;
                top: 25%;
            } */
    /* h1{font-size: 32px !important;font-weight: 600;} */

    .nav1main .left{height: auto;}
    .nav1{width: 100%; border-radius: 0;}
    .nav1main .left{width: 16%;}
    .nav2 .fl{bottom: -20%;}
    .footer .fimg{
        width: 40%;
        bottom: 30px;
        right: 0;
    }
    /* main3 */
    .main3 .m3main>ul>li{width: 30%;}
        /* productinfo */
    .productinfomain .content .left .cnext{top: 92%;right:0;}
    .productinfomain .content .left .cprev{top: 92%;left: 0;}
    #bg{height: 290px;}
    #bg>img{height: 100%;object-fit: cover;}
    .productinfomodle .content .right>button{width: 60%;}
	
}