@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');
}

.pagelist a {
    padding: 3px 10px;
    border: 1px solid #005199;
    margin: 10px 5px;
    font-size: 16px;
}
.pagelist .current {
    background-color: #005199 !important;
    color: #fff !important;
}

a{
    display: inline-block;
}
/* 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;
}

/*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: #ff9d20!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通用样式 */
.nav1{
    position: fixed;
    top: 0; 
    width: 100%;
    z-index: 999;
}
#header .nav1{
    background-color: rgba(255, 255, 255, 1);
    /*background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0));*/
}
.nav1 .container{padding: 0;}
#header .nav1main{
    display: flex;
    height: 80px;
    justify-content: space-between;
}
.nav1main .left{
    height: 100%;
    object-fit: cover;
    line-height: 80px;
    width: 15%;
}
.nav1main .left>img{
    /* height: 50%; */
    object-fit: cover;
}
.nav1main .left>span{
font-size: 16px;
font-weight: 600;
margin: 0 10px;
color: #fff;
}
.nav1main .center{
    display: flex;
    justify-content: space-between;
}
.nav1main .center .search{padding-left: 15px;}
.nav1main .center .search>i{
    color: #fff;
    font-size: 25px;
    line-height: 80px;
    font-weight: 200;
    cursor: pointer;
    color: #333333;
}
.nav1main .center .head_nav{
    display: flex;
    justify-content: space-around;
    /* margin-left: 150px; */
}
.nav1main .center .head_nav>li>a{
    font-size: 16px;
    color: #fff;
    /* font-weight: 600; */
}
.nav1main .center .head_nav>li>a:hover{
    border: 0;
    color: #ff9d20;
    /* border-top: 3px solid #ff9d20; */
}
.nav1main .center .head_nav>li>a::after{
    background-color: transparent;
    
}
.nav1main .center .head_nav>li>a>em{
    margin: 0;
    color: #333333;
}
.nav1main .center .head_nav>li.active>a{
    font-size: 16px;
    color: #ff9d20;
    /* border-top: 3px solid #ff9d20; */
    font-weight: 600;
}
.nav1main>.center .sub-menu>li:hover>a{
    color: #ff9d20;
}
.nav1main>.center .sub-menu>li:hover>a::before{
    background-color: #ff9d20;
}
.nav1main .right{
    width: 26%;
}
.nav1main .right>div{
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;

}
.nav1main .right>div>i{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color:#ff740c;
    margin-right: 10px;
    padding: 20px;
}
.nav1main .right>div>div>p:nth-child(1){
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.nav1main .right>div>div>p:nth-child(2){
    font-size: 25px;
    /* font-weight: 600; */
    color: #333333;
}
.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{
    margin-top: 60px;
}
.nav2 .swiper-horizontal>.swiper-pagination-bullets, 
.nav2 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.nav2 .swiper-pagination-custom, 
.nav2 .swiper-pagination-fraction{
    width: 100%;
    text-align: center;
}
/* .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: #ff9d20;
    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: #ff9d20;
    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: #ff9d20;
}
.d-block{width: 100% !important;}
.carousel-control-prev>img,.carousel-control-next>img{
    width: auto;
}
.pright,.plist,.plistzz{
    display: none;
}
.nav_wrap .head_nav li ul{
    top: 75%;
    left: 20%;
}
/* footer */
.footer{
    background-color: #363a42;
}
.footer img{
    width: auto;
}
.footer .main{
    display: flex;align-items: center;
    padding: 80px 0;
}
.footer .main .left{
    width: 29%;
    font-size: 18px;
    color: #fff;
}
.footer .main .left .up>div{
    display: flex;
    align-items: center;
    margin: 10px 0 ;
    cursor: pointer;
}
.footer .main .left .up>div:hover{
    color: #ff740c;
}
.footer .main .left .up>div>span:nth-child(1){
    display: inline-block;
    background-color: #676a74;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 5px;
    transition: 0.5s;
}
.footer .main .left .up>div>span:nth-child(1):hover{
    background-color: #ff9d20;
    transition: 0.5s;
}
.footer .main .left .up>div>span:nth-child(2){
    width: 80%;
}
.footer .main .left .up>div>span:nth-child(2) a{
    color: #ffffff;
}
.footer .main .left .up>div>span:nth-child(2):hover a{
    color: #ff7021;
}
.footer .main .left .down{
    display: flex;
}
.footer .main .left .down>li{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #676a74;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
    cursor: pointer;
    transition: 0.5s;
}
.footer .main .left .down>li:hover{
    background-color: #ff9d20;
    transition: 0.5s;
}
.footer .main .right{
    width: 70%;
}
.footer .main .right #map{
    width: 100%;
    height: 400px;
}
 .fmain{
    background: #000;
    /* position: fixed; */
    /* bottom: 0; */
    /* width: 100%; */
    /* z-index: 999999999999; */
}
.fmain .container>div{
    display: flex;
    justify-content: space-between;
    color: #eeefef;
    padding: 15px 50px;
}

/* 客服模块 */
.side_content .side_list .cont li a,
.bread_m h2,
.rank-math-breadcrumb p a,
.rank-math-breadcrumb p span,
.productmodle .left>ul>li a
{
    text-transform: capitalize;
}
.side_content .side_list .cont li a:hover{
    color: #ff9d20;
}
.side_content .side_list .cont li i{color: #ff9d20 !important;}

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

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

/* main */
/* #region */
/* main1*/
.main1  h1{text-align: center;font-weight: 600; padding: 40px 0;}
.main1 .main .cards .limg>img{border-radius: 5px;}
.main1 .main .cards .ltxt{
    /* width: 33%; */
    background-color: #f4f4f4;
    color: #000;
    /* font-weight: 600; */
    padding: 0 10px;
    height: 80px;
    border-radius: 5px;
    border-top-left-radius: 0;
     border-top-right-radius: 0;
    display: flex;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    font-size: 18px;
    /*margin-top: 30px;*/
    cursor: pointer;
    transition: 0.5s;
}
.main1 .main .cards .ltxt>p{width: auto;}
.main1 .main .cards .ltxt:hover{color:#ff740c ;transition: 0.5s;}
.main1 .main{position: relative;}
.main1 .main .cards{
    /* width: 100%; */
    margin-bottom: 50px;
}
.main1 .main .lunbo{
    margin-bottom: 50px;
}
.main1 .main2{display: none;} 
.main1 .swiper-button-prev::after,
.main1 .swiper-button-next::after{
    position: absolute;
    bottom: -50%;
    content: ' ';
}
.swiper-button-next, .swiper-button-prev{
    top: 100%;
}

.main1 .swiper-button-prev::after{
    left: 2150%;
    background-image: url(../images/btn1-1.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
.main1 .swiper-button-next::after{
    right: 2150%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-image: url(../images/btn1-2.png);
}

/* main2 */
.main2{background-color: #f4f4f4;}
.main2 .main{display: flex;justify-content: space-between; padding: 50px 0;}
.main2 .main .left{width: 47%;}
.main2 .main .left>img{
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}
.main2 .main .right{width: 47%;}

.main2 .main .right h1{
    font-weight: 600;
    margin: 15px 0;
    text-transform: capitalize;
}
.main2 .main .right h5{
    margin: 10px 0;
    font-weight: 600;
}
.main2 .main .right p{
    margin: 10px 0;
    margin-bottom: 30px;
}
.main2 .main .right h4{
    font-weight: 600;
    font-style: italic;
    margin: 10px 0;
    margin-left: 10px;
    align-items: center;
}
.main2 .main .right .ddd{display: flex;align-items: center;}
.main2 .main .right .dddd{
    display: inline-block;
    background-color: #fab480;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main2 .main .right .dddd>span{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background-color: #fe8123;
}
.main2 .main .right .adss{
    padding: 10px 40px;
    border-radius: 25px;
    color: #fff;
    background-color: #ff740c;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.5s;
}
.main2 .main .right .adss:hover{
    border:  1px solid #ff740c;
    background-color: transparent;
    transition: 0.5s;
    color: #ff740c;
}
/* main3 */
.main3 .main .tit{
    font-weight: 600;
    text-align: center;
    padding: 50px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.main3 .main .inpt{display: flex;}
.main3 .main .inpt .left{
    width: 50%;
    background-color: #f4f4f4;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 30px;
}
.main3 .main .inpt .left>form{
    width: 70%;
    display: flex;
    flex-direction: column;
    margin: auto; 
    padding: 50PX 0;
}
.main3 .main .inpt .left>form>div{
    display: flex;
    justify-content: space-between;
}
.main3 .main .inpt .left>form>div>input{
    width: 45%;     
    background-color: #fff;
    border: 0;
}
.main3  input{
    margin: 10px 0;
    padding: 5px 10px;
    border: 0;
    border-radius: 5px;
}
.main3 textarea{
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
    padding:0 10px;
}  

input::-webkit-input-placeholder{
    font-weight: 600;
}
textarea::-webkit-input-placeholder{
    font-weight: 600;
}
.main3 .main .inpt .right{width: 50%;}
.main3 .main .inpt .right>img{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 100%;
    object-fit: cover;
}
.main3 .main .inpt .left form> .dx{
    display: flex;
    justify-content: start;
    margin: 10px 0;
    font-weight: 600;
    color: #666;
}
.main3 .main .inpt .left form>.dx>input{
    padding: 0;
    margin: 0;
    width: 18px;
    object-fit: cover;
    margin-right: 10px;
}
.main3 .main .left .m3btn{
    padding: 8px 40px;
    background-color: #ff740c;
    border: 1px solid transparent;
    color: #fff;
    width: 35%;
    border-radius: 30px;
    text-align: center;
    transition: 0.5s;
}
.main3 .main .left .m3btn:hover{
    background-color: transparent;
    border: 1px solid #ff740c;
    color: #ff740c;
    transition: 0.5s;
}
/*main4*/
.main4{
    background-image: url(../images/j82.png);
    background-position: 100%;
}
.main4 .main .left{
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
}
.main4 .main .left h2{
    font-weight: 600;
    text-align: center;
    padding: 55px 0 40px 0;
    width: 90%;
    color: #ffffff;
}
.main4 .main .left select{
    font-size: 14px;
    border: 0;
    padding: 18px 10px;
    margin: 10px 0;
    border-radius: 5px;
    color: #666;
    cursor: pointer;
}
/* main5 */
.main5 .main h1{
    text-align: center;
    padding: 35px 0 20px 0;
}

.main5 .main ul li{
    box-shadow:  0 0 2px 2px #ccc;
    width: 30%;
    margin: 20px;
    padding: 0;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.main5 .main ul li .m5line{
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    transform: translateX(-50%);
    background-color: #ff740c;
    transition: 0.5s;
}
.main5 .main ul li:hover .m5line{
    width: 90%;
    transition: 0.5s;
}
.main5 .main ul li .m5img>img{width: 100%;height:100%;object-fit:cover;}
.main5 .main ul li .txt>.time{
    color: #666;
}
.main5 .main ul li .txt>p{
    /* font-weight: 600; */
    color: #000;
    margin: 10px 0;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main5 .main ul li:hover .txt>p{
    /* color: #ff740c; */
    /*font-weight: bold;*/
    transition: 1.5s;
}
.main5 .main ul li .txt>input{
    padding: 10px 40px;
    border-radius: 40px;
    border: 1px solid transparent;
    background-color: #ff740c;
    color: #FFF;
    margin-top: 10px;
    transition: 0.5s;
}
.main5 .main ul li .txt>input:hover{
    background-color: transparent;
    color: #ff740c;
    border: 1px solid #ff740c;
    transition: 0.5s;
}
.main5 .main ul li .txt{
    padding: 30px;
}
/* main6 */
.main6{
    background-color: #f4f4f4;
}
.main6 .main h1{text-align: center;margin-bottom: 50px;}
.main6 .cards{
    /* box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .1); */
    /* border: 1px solid #000; */
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
}
.main6 .c{
    position: relative;
    height: auto !important;
}
.main6 .dh{
    position: absolute;
    top: 0;
    background-color: #ff740c;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    right: 25px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main6 .dh>img{
    width: 50%;
    object-fit: cover;

}
.main6 .cards .cardsmain{
    padding: 50px 40px;
    margin-top: 25px;
}
.main6 .cards .limg{
    display: flex;
    justify-content: start;
    align-items: center;
}
.main6 .cards .limg>img{
    width: 80px; 
    height: 80px;
    border-radius:50px;
    margin-right: 20px;
}
.main6 .cards .ltxt>p{
    font-size: 14px;
    margin: 15px 0;
    /* padding: 15px 0; */
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 4;*/
    /*overflow: hidden;*/
}
.cardsmaindiv h5{
    font-size: 16px;
    font-weight: 600;
}
.main6 .main .lunbo{
    position: relative;
    margin-bottom: 50px;
}
.main6 .swiper-button-prev::after,
.main6 .swiper-button-next::after{
    position: absolute !important;
    top: 100%;
    content: ' ';
    z-index: 999;
}


.main6 .swiper-button-prev::after{
    left: 2150%;
    background-image: url(../images/btn1-1.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
.main6 .swiper-button-next::after{
    right: 2150%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-image: url(../images/btn1-2.png);
}
.swiper-button-prev.af::after{
    background-image: url(../images/btn2-1.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
} 
.swiper-button-next.af::after{
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-image: url(../images/btn2-2.png);
}


/* #endregion */
/* 内页 */
/* #region */

/* new */
.newmodle{
    margin: 30px 0 100px 0;
}
.newmodle .main{
    display: flex;
    justify-content: space-between;
}
.newmodle .left{
    width: 27%;
}
.newmodle .right{
    width: 70%;
}
.newmodle .left>.title{
    background-color: #ff9d20;
    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;
}
 .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: #ff9d20;
}
 .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>div{
    color: #ff9d20;
    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: #ff9d20;
}
.newmodle .pagelist>a.on{
	background: #ff9d20;
	color: #fff;
}
.newmodle .right>ul>li a{
    position: relative;
}
 .newmodle .right>ul>li .line{
    width: 100%;
    height: 5px;
    background-color: #eee;
    position: absolute;
    bottom: -10%;
}
 .newmodle .right>ul>li .line2{
    width: 00%;
    height: 5px;
    background-color: #ff9d20;
    position: absolute;
    bottom: -10%;
}
.newmodle .right>ul>li:hover .line2{
    width: 100%;
    transition: 0.5s;
}
#newlist>li>a:hover{
    color: #ff9d20;
}
#newlist>li>a.active{
    color: #ff9d20;
}
/* 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%;
}
.newlistmodle .newlistmain .imge:hover>img{
    transform: scale(1.1);
    transition: 0.5s;
}
.newlistmodle .newlistmain{
    position: relative;
    box-shadow: 3xp 3px 4px 2px #ff9d20;
}
/* .newlistmodle .newlistmain >.line{
    width: 100%;
    height: 5px;
    background-color: #bbb;
    position: absolute;
    bottom: 0;
} */
.newlistmodle .newlistmain>.line2{
    width: 00%;
    height: 5px;
    background-color: #ff9d20;
    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: #ff9d20;
	color: #fff;
	border-color: #ff9d20
}
.newlistmodle .c{
    cursor: pointer;
}
/* newinfo */
.newinfomodle{
    margin: 100px 0;
}
.newinfomodle .newinfomain{
    display: flex;
    justify-content: space-between;
}
.newinfomodle .left{
/*    width: 27%;*/
}
.newinfomodle .right{
    width: 100%;
}
.newinfomodle .left>.title{
    background-color: #ff9d20;
    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:  0 0 30px 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: #ff9d20;
}
#newlist>li>a.active{
    color: #ff9d20;
}
.newinfomodle .right .updown>div>a:hover{
    color: #ff9d20;
}
/* prouuct */
.productmodle{
    margin: 30px 0 100px 0;
}
.productmodle .productmain{
    display: flex;
    justify-content: space-between;
}
.productmodle .left{
    width: 27%;
}
.productmodle .right{
    width: 70%;
}
.productmodle .left>.title{
    background-color: #ff9d20;
    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%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 8px;
    transition: 0.5s all;
}
.productmodle .right .down:hover{
    background-color: #ff9d20;
}
.productmodle .right .down:hover a{
    color: #ffffff;
}
.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%;

}
.productmodle .right .c .down .img .up{
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-color: #ff9d20;
    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: 0;
	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: 16px;
	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: #ff9d20;
	color: #fff;
	border-color: #ff9d20
}

#productlist>li>ul>li>a::before{
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}
#productlist>li>ul>li>a:hover{
    color: #ff9d20;
}
/* #productlist>li>ul>li>a.active{
    color: #ff9d20;
} */
#productlist>li>a:hover{
    color: #ff9d20;
}
/* #productlist>li>a.active{
    color: #ff9d20;
} */
/* 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: #ff9d20;
    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

}
.productlistmodle .pagelist>a.item2{
    width: 120px;
}
.productlistmodle .pagelist>a.on{
    background: #ff9d20;
	color: #fff;
	border-color: #ff9d20
}
.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: #ff9d20;
}
.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: #ff9d20;
    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: transparent;
    border: 1PX solid #ff9d20;
    transition: 0.3s;
    color: #ff9d20;
}

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

/* productinfo */
.zoomContainer{
    overflow: hidden;
}
#bg{
    /*height: 320px;*/
}
#bigimgs{
    height: 100%;
    width: 100%;
}
.show .swiper-pagination{
    /*width: 100%;*/
    text-align: center;
}
.swiper{
    --swiper-pagination-color: #fff;/* 两种都可以 */
  }
  #bigimg, #bigve,#bigframe{width: 100%;height: 100%;}
  .productinfomain 
  .swiper-button-next:after,
  .productinfomain 
  .swiper-button-prev:after{
    font-size: 32px;
    color:transparent !important;
}
.pplf .swiper-button-prev{
    background-image: url(../images/r.png) !important;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 2px;
}
.pplf .swiper-button-next{
    background-image: url(../images/l.png) !important;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 2px;
}
img{width: 100%;}
.productinfomodle {
    margin: 50px 0;
}
.productinfomodle  .productinfomain{
}
.productinfomodle  .left{
    /*width: 27%;*/
}
.productinfomodle  .right{
    /*width: 70%;*/
}
.productinfomodle  .left>.title{
    background-color: #ff9d20;
    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;
    display: none;
}
.productinfomodle .content{
    display: flex;
}
.productinfomodle .content .right{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.productinfomodle .content .right p{
    margin: 5px 0;
}
.productinfomodle .content .right a{
    border: 1px solid  #ff9d20;
    width: fit-content;
    padding: 10px;
    transition: 0.5s all;
}
.productinfomodle .content .right a:hover{
    background-color: #ff9d20;
    border: 1px solid  transparent;
    color: #ffffff;
}
.productinfomodle .content .right>span:nth-child(1){
    font-size: 20px;
    color: #ff9d20;
    font-weight: 600;
}
.productinfomodle .content .right>button{
    width: 40%;
    padding: 10px 0;
    border: 0;
    color: white;
    background-color: #ff9d20;
    margin-top: 10px;
}
.productinfomodle .content .right>button:hover{
    background-color: white;
    border: 2px solid #ff9d20;
    color: #ff9d20;
    transition: 0.6s;
}

.productinfomodle .news{
    margin-top: 50px;
    border: 0;
}
.productinfomodle .news .bt{
    display: flex;
    padding: 10px 18px;
}
.productinfomodle .news .bt>button{
    border: 1px solid #ff9d20;
    color: #ff9d20;
    background-color: white;
    font-size: 16px;
    padding: 10px;
    margin-right: 20px;
}
.productinfomodle .news .bt>button.active{
    border: 0;
    color: white;
    background-color: #ff9d20;
}  
.productinfomodle .news .txt{
}
#txt2{
    padding: 20px;
}
.productinfomodle .news .txt p{
    margin: 8px 0;
    font-size: 18px;
}
.productinfomodle .news .txt>h3{
    padding: 10px 0;
}
.productinfomodle .tit{
    background-color: #ff9d20;
    font-size: 18px;
    color: white;
    width: 100%;
    padding: 8px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.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: #ff9d20;
    color: white;
    border-radius: 8px;
    border: 0;
    margin-top: 10px;
}
.productinfomodle .show{
    margin-top: 50px;
    text-align: center;
}
.bd{
    padding: 0 20px;
    background-color: #ff9d20;
    border-radius: 8px;
    margin-top: 35px;
}
.productinfomodle .show .tit{
    margin: 30px 0;
}

.productinfomodle .down .img{
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.productinfomodle .down{
    background-color: #ff9d20;
    padding: 15px;
    color: #ffffff;
    display: inline-block;
}
.productinfomodle .down span{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productinfomodle .down span a{
    color: #ffffff;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;  
    overflow: hidden;    
}
.productinfomodle .down .up{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: #ff9d20;
    opacity: 0.6;
    transition: all 0.5s;
}
.posws{
    overflow: hidden;
}
.productinfomodle .down .up>i{
    position: absolute;
    top: -200%;
    left: 50%;
    font-size: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.productinfomodle .down:hover .up{
    display: block;
    top: 0;
    transition: 0.6s;
}
.productinfomodle .down:hover .img>img{
    transform: scale(1.1);
    transition: 0.6s;
}
.productinfomodle .down:hover .up>i{
    top: 50%;
}
.productinfomodle .down:hover>span>a{
    color: #ffffff;
}
.nav2 .swiper-pagination{
    position: absolute;
    bottom: 0;
    font-size: 30px;    
}
.swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: #ff9d20;
}
.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 #ff9d20;
}
.b>.swiper-wrapper>.swiper-slide>a.active>video{
    border: 2px solid #ff9d20;
}
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%;
}
.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;
}
/* #productlist>li>a.active{
    color: #ff9d20;
} */
#productlist>li>a:hover{
    color: #ff9d20;

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

.productinfomain .left>ul>li>ul>li:hover>a{
    color: #ff9d20;
}
#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 #ff9d20; */
}
.searchmodle .searchmain .right{
    width: 29%;
    /* border: 1px solid #ff9d20; */
}
.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: #ff9d20;
}
.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: #ff9d20;
}

.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  #ff9d20;
    transition: 0.6s;
    background-color: #fff;
}
.searchmodle .right .frame>button{
    position: absolute;
    right: 0;
    border: 0;
    background-color: #ff9d20;
    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: #ff9d20;
    cursor: pointer;
}
.searchmodle .right .txt>span:nth-child(3):hover{
    color: #ff9d20;
    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: #ff9d20;
    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: #ff9d20;
    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 #ff9d20;
    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: 16px;
	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: #ff9d20;
}
.searchmain .pagelist>a.on{
	background: #ff9d20;
	color: #fff;
}
.searchmain .left .r .imgs{
    width: 20%;
    /* object-fit: cover; */
    border-radius: 10px;
}
.searchmain .left .r .imgs>img{
    border-radius: 5px;
    width: 100%;
}

/* 404 */
/* 404 */
/* #region */

.modle404{
    background: url(../images/404.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
}
.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: #59514a;
    transition: 0.5s;
}
.modle404 .zz404 .modlemain4042>a{
    padding: .625rem 2.5rem;
    border: .0625rem solid #ffffff;
    border-radius: 2.5rem;
    color: #ffffff;
    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: #59514a;
    transition: 0.5s;
}
/* #endregion */
/* server */

.servermodle .server1 .s1main>ul>li>img{
    width: 120px;
    object-fit: cover;
}
.servermodle .server1 .s1main>ul>li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.servermodle .server1 .s1main>ul>li>h5{
    color: #2372ef;
    font-weight: 600;
    padding: 15px 0;
}
.servermodle .server1 .s1main>ul>li>p{
    text-align: center;
}
.servermodle .server1 .s1main{
    padding: 50px 0;
}
.servermodle .server2{

    background: linear-gradient(to right, #006fef, #006fef);
}
.servermodle .server2 h1{
    padding: 40px 0;
}
.servermodle .server2 .navs>li{
    display: flex;
    cursor: pointer;
}
.servermodle .server2 .navs{
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 15px; */
}
.servermodle .server2 .s2line{
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    /* margin-top: 15px; */
}
.servermodle .server2 .navs>li>img{
    width: 28px;
    height: 30px;
    /* object-fit: cover; */
}
.servermodle .server2 .navs>li.active{
    border-bottom: 4px solid #ff6600;
    padding-bottom: 25px;
    font-weight: 600;
}
.servermodle .server2 ul>li>div{
    font-size: 20px;
    color: white;
    margin-left: 15px;
    /* font-weight: 600; */
    /* padding:0  15px; */
}
.servermodle .cont{
    display: flex;
    flex-direction: column;
}
.servermodle .cont .tit2{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.servermodle .cont>li{
    display: flex;

    flex-direction: column;
    width: 100%;
}
.servermodle .cont>li>.left{
    width: 100%;
}
.servermodle .cont>li .s2main>span{
    border: 1px solid #fff;
    padding: 5px;
}
.servermodle .cont>li .s2main>span>i{
    border-right: 1px solid #fff;
    padding: 5px;
}
.servermodle .cont>li .s2main>div{
    display: flex;  
    align-items: end;
    padding: 15px 0;
    margin-top: 25px;
}
.servermodle .cont>li .s2main>div>span{
    background-color: #fff;
    color: #006fef;
    font-size: 14px;
    padding: 1px 3px;
    font-weight: 600;
    border-radius: 3px;
    margin-left: 8px;
}
.servermodle .cont>li .s2main>ul{
    display: flex;
    justify-content: start;
    width: 50%;
    flex-wrap: wrap;
}
.servermodle .cont>li .s2main>ul>li{
    display: flex;
    flex-direction: column;
    padding: 30px;
    padding-left: 15px;
}
.servermodle .cont>li .s2main>ul>li>p{
    font-size: 12px;
}
.servermodle .cont>li .s2main>input{
    background-color: #ff6600;
    color: #FFF;
    padding: 5px 35px;
    border-radius: 30px;
    border: 1px solid transparent;
}
.servermodle .server2{position: relative;}
.servermodle .cont>li>.imgsa{
    position: absolute;
    right: 0;
    bottom: 0;
}
.servermodle .server2 .cont>li>.imgsa>img{
    height: 500px;
    object-fit: cover;
}
.servermodle .cont>li{
    display: none;
}
.servermodle .server2 .cont>li.active{
    display: block;
}
.servermodle .server3>ul>li{
    color: #fff;
    display: flex;
}
.servermodle .server3>ul>li .s3main{
    display: flex;
    flex-direction: column;
}
.servermodle .server3>ul>li .s3main>h1{
    text-align: center;
    padding: 50px 0;
}
.servermodle .server3>ul>li ul{
    display: flex;
    justify-content: space-between;
    padding: 0 0 50px 0;
}
.servermodle .server3>ul>li ul>li{
    width: 30%;
    height: 80px;
}
.servermodle .server3>ul>li ul>li>div{
    display: flex;
}
.servermodle .server3>ul>li ul>li>div>img{
    width: 30px;
    height: 30px;
}
.servermodle .server3>ul>li ul>li>div>h2{
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
    overflow: hidden;
 text-overflow:ellipsis;
 white-space: nowrap;
}
.servermodle .server3>ul>li ul>li>p{
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
}
.servermodle .server3>ul>li input{
    padding: 6px 40px;
    border: 1px solid transparent;
    border-radius: 40px;
    margin: 15px auto;
}
.servermodle .server3>ul>li{
    padding-top: 150px;
    padding-bottom: 100px;
    display: none;
    background-position: 50%;
}
.servermodle .server3>ul>li.active{
    display: block;
}
.servermodle .server3{
    position: relative;
}
.servermodle .server3>.list{
    position: absolute;
    left: 70%;
    transform: translateX(-50%);
    /* bottom: 0; */
    width: 100%;
    top: -10px;
}
.servermodle .server3>.list>ul{
    display: flex;
}
.servermodle .server3>.list>ul>li{
    font-size: 20px;
    color: #fff;
    background-color: #667590;
    width: 270px;
    height: 60px;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}
.servermodle .server3>.list>ul>li.active{
    background-color: #ff6600;
    font-weight: 600;
    height: 120px;
    transition: 0.5s;
}

.servermodle .server4 .main{
    color: #fff;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.servermodle .server4 .main>h5{
    color: #006fef;
    text-align: center;
    margin: 15px 0;
}
.servermodle .server4 .main>h1{
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.servermodle .server4 .main>ul>li>img{
    width: 104px;
    height: 104px;
}
.servermodle .server4 .main>ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.servermodle .server4 .main>ul>li{
    width: 30%;
    text-align: center;
    margin: 15px;
}
.servermodle .server4 .main>ul>li>h3{
    margin: 15px 0;
}
.servermodle .server4 .main>ul>li>p{
   margin: 15px 0;
}
.servermodle .server4{
    background-image: url(../images/bg.avif);
}
.iiip{
    padding: 8px 40px;
    border-radius: 50px;
    border: 1px solid transparent;
    color: #ffffff;
    background-color: #ff6600;
    width: 200px;
    margin: 0 auto;
    transition: all 0.5s;
}
.iiip:hover{
    color: #ff740c;
    background-color: transparent;
    border: 1px solid #ff740c;
}
/* contact */
.contacthmodle .main1>ul{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.contacthmodle .main1>ul>li>i{
    font-size: 80px;
    color: #ff740c;
}
.contacthmodle .main1>ul>li{
    text-align: center;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;

}
.contacthmodle .main1>ul>li:nth-child(1){
    border-left: 1px solid transparent;

}
.contacthmodle .main1>ul>li:nth-last-child(1){
    border-right: 1px solid transparent;

}
.contacthmodle .main1>ul>li>h4{
    font-size: 24px;
    padding: 20px 0;
}
.contacthmodle .main1>ul>li>a{
    display: inline-block;
    padding-bottom: 50px;
}
.contacthmodle .main1 #maps{
    width: 100%;
    height: 350px;
}
/* #endregion */

@media (max-width:576px)
{
    .show .swiper-pagination{
        width: 88%;
        text-align: center;
    }
    .fl-col{
        max-width: inherit !important;
    }
    .fmain .container>div{
        flex-direction: container;
    }
    .fmain .container>div>div{
    margin: 10px 0;
}
.newshow_fanye{
        flex-direction: column;
    text-align: center;
}
    .nav2 .swiper-pagination {
        display: none;
    }
    .bread_m h2{
        font-size: 16px !important;
    }
    .footer .main{
        padding: 0;
    }
    .feedback{
        display: none;
    }
    .fmain .container>div{
        flex-direction: column;
        padding: 15px;
    }
    .productmodle{
        margin: 0 !important;
    }
    .table_wrap{
    overflow-x: scroll;
}
.newmodle .right>ul>li a{
    flex-direction: column;
}
    /*头部 脚部样式  */
    .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;}
    .footer .main{flex-direction: column;}
    .footer .main .left{width: 100%; margin: 30px 0;}
    .footer .main .right{width: 100%;}
    /* 主体部分 */
    .main1 .swiper-button-prev::after{
        left: 100%;
    }
    .main1 .swiper-button-next::after{
        right: 100%;
    }
    .main1 .swiper-button-prev::after, 
    .main1 .swiper-button-next::after{
        bottom: -100%;
    }
    .main1 .main .cards{
        margin-bottom: 0;
    }
    .main2 .main{flex-direction: column;}
    .main2 .main .left{width: 100%;}
    .main2 .main .right{width: 100%;}
    .main3 .main .inpt{flex-direction: column;}
    .main3 .main .inpt .left{width: 100%;}
    .main3 .main .inpt .left>form{width: 95%;}
    .main3 .main .inpt .right>img{
        border-radius: 5px;
    }
    .main3 .main .inpt .right{width: 100%;}
    .main3 .main .left .m3btn{width: 50%;}
    .main4 .main .left{width: 100%;}
    .main4 .main .left>ul>li{width: 100%;}
    .main4 .main .left select{
        width: 100%;
    }
    .main5 .main ul{margin: 0;}
    .main5 .main ul li{width: 100%; margin: 20px 0;}
    .main6 .swiper-button-prev::after{
        left: 100%;
    }
    .main6 .swiper-button-next::after{
        right: 100%;
    }
    /* 子页通用样式 */
    .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>.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 .show .ss{display: block; overflow: hidden;}
    .productinfomodle .show .ss .down .img{width: 100%; object-fit: cover;}
    .productinfomodle .show .ss .down .img>img{width: 100%; border-radius: 15px;}
    .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{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;
        }
    /* server */
    .servermodle .server2 .navs{
        flex-wrap: wrap;
    }
    .servermodle .cont>li>.imgsa{
        display: none;
    }
    .servermodle .server3>.list>ul>li{
        width: 80px;
        font-size: 12px;
    }
    .servermodle .server3>ul>li ul>li{
        width: 100%;
        margin: 15px 0;
    }
    .servermodle .server4 .main>ul>li{
        width: 100%;
        margin: 0;
    }
    /* contact */
    .contacthmodle .main1>ul>li{
        border: 1px solid transparent;
    }
	}


@media (min-width:576px) and (max-width:768px)
{
        .fl-col{
        max-width: inherit !important;
    }
        .fmain .container>div{
        flex-direction: container;
    }
    .fmain .container>div>div{
    margin: 10px 0;
}
    .table_wrap{
    overflow-x: scroll;
}
    /*头部 脚部样式  */
    .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;}
    .footer .main{flex-direction: column;}
    .footer .main .left{width: 100%; margin: 30px 0;}
    .footer .main .right{width: 100%;}
    /* main样式 */
    .main1 .container{max-width: 100%;}
    .main1 .swiper-button-prev::after{
        left: 100%;
    }
    .main1 .swiper-button-next::after{
        right: 100%;
    }
    .main1 .swiper-button-prev::after, 
    .main1 .swiper-button-next::after{
        bottom: -100%;
    }
    .main1 .main .cards{
        margin-bottom: 0;
    }
    .main2 .main{flex-direction: column;}
    .main2 .main .left{width: 100%;}
    .main2 .main .right{width: 100%;}
    .main3 .main .inpt{flex-direction: column;}
    .main3 .main .inpt .left{width: 100%;}
    .main3 .main .inpt .left>form{width: 95%;}
    .main3 .main .inpt .right>img{
        border-radius: 5px;
    }
    .main3 .main .inpt .right{width: 100%;}
    .main3 .main .left .m3btn{width: 50%;}
    .main4 .main .left{width: 100%;}
    .main4 .main .left>ul>li{width: 100%;}
    .main4 .main .left select{
        width: 100%;
    }
    .main5 .main ul{margin: 0;}
    .main5 .main ul li{width: 100%; margin: 20px 0;}
    .main6 .swiper-button-prev::after{
        left: 100%;
    }
    .main6 .swiper-button-next::after{
        right: 100%;
    }

         /* 子页通用样式 */
         .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: 50%;}
         .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;}

         .s{display: none;}
         .productinfomodle .show .ss{display: block; overflow: hidden;}
         .productinfomodle .show .ss .down .img{width: 100%; object-fit: cover;}
         .productinfomodle .show .ss .down .img>img{width: 100%; border-radius: 15px;}
         .productinfomodle{margin: 50px 0;}
         .productinfomain>.left{display: none;}
         .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 */
    /* 404 */
    .modle404{background-size: unset;}
    /* contact */
    .contactmain .up>.right>div{
        display: block;
    }
    .contactmain .up>.right>div>input,
    .contactmain .up>.right>div>textarea
    {
        width: 100%;
    }
             /* server */
    .servermodle .server2 .navs{
        flex-wrap: wrap;
    }
    .servermodle .cont>li>.imgsa{
        display: none;
    }
    .servermodle .server3>.list>ul>li{
        width: 120px;

        font-size: 12px;
    }
    .servermodle .server3>ul>li ul>li{
        width: 100%;
        margin: 15px 0;
    }
    .servermodle .server4 .main>ul>li{
        width: 100%;
        margin: 0;
    }
    /* contact */
    .contacthmodle .main1>ul>li{
        border: 1px solid transparent;
    }
	}

@media (min-width:768px) and (max-width:992px)
{
        .fl-col{
        max-width: inherit !important;
    }
        .fmain .container>div{
        flex-direction: container;
    }
    .table_wrap{
    overflow-x: scroll;
}
.fmain .container>div>div{
    margin: 10px 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;}
    .footer .main{flex-direction: column;}
    .footer .main .left{width: 100%; margin: 30px 0;}
    .footer .main .right{width: 100%;}
        /* main样式 */
        .main1 .container{max-width: 100%;}
        .main1 .swiper-button-prev::after{
            left: 100%;
        }
        .main1 .swiper-button-next::after{
            right: 100%;
        }
        .main1 .swiper-button-prev::after, 
        .main1 .swiper-button-next::after{
            bottom: 0;
        }
        .swiper-button-next, .swiper-button-prev{
            top: 105%;
        }
        .main2 .main{flex-direction: column;}
        .main2 .main .left{width: 100%;}
        .main2 .main .right{width: 100%;}
        .main3 .main .inpt{flex-direction: column;}
        .main3 .main .inpt .left{width: 100%;}
        .main3 .main .inpt .left>form{width: 95%;}
        .main3 .main .inpt .right>img{
            border-radius: 5px;
        }
        .main3 .main .inpt .right{width: 100%;}
        .main3 .main .left .m3btn{width: 50%;}
        .main4 .main .left{width: 100%;}
        .main4 .main .left>ul>li{width: 100%;}
        .main4 .main .left select{
            width: 100%;
        }
        .main5 .main ul{margin: 0;}
        .main5 .main ul li{width: 100%; margin: 20px 0;}
        .main6 .swiper-button-prev::after{
            left: 100%;
        }
        .main6 .swiper-button-next::after{
            right: 100%;
        }

        /* 子页通用样式 */
        .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: 92%;right:0;}
        .productinfomain .content .left .cprev{top: 92%;left: 0;}
        .productinfomain>.left{display: none;}
        .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 */
    /* 404 */
    .modle404{background-size: unset;}
            /* server */
    .servermodle .server2 .navs{
        flex-wrap: wrap;
    }
    .servermodle .cont>li>.imgsa{
        display: none;
    }
    .servermodle .server3>.list>ul>li{
        width: 180px;
        font-size: 12px;
    }
    .servermodle .server3>ul>li ul>li{
        width: 100%;
        margin: 15px 0;
    }
    .servermodle .server4 .main>ul>li{
        width: 100%;
        margin: 0;
    }
        /* contact */
        .contacthmodle .main1>ul>li{
            border: 1px solid transparent;
        }
	}
	

@media (min-width:992px) and (max-width:1200px)
{
    /*头部 脚部样式  */
    .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;}
        /* main样式 */
        .main1 .swiper-button-prev::after{
            left: 100%;
        }
        .main1 .swiper-button-next::after{
            right: 100%;
        }
        .main1 .swiper-button-prev::after, 
        .main1 .swiper-button-next::after{
            bottom: 0;
        }
        .swiper-button-next, .swiper-button-prev{
            top: 105%;
        }
        .main2 .main{flex-direction: column;}
        .main2 .main .left{width: 100%;}
        .main2 .main .right{width: 100%;}
        .main3 .main .inpt{flex-direction: column;}
        .main3 .main .inpt .left{width: 100%;}
        .main3 .main .inpt .left>form{width: 95%;}
        .main3 .main .inpt .right>img{
            border-radius: 5px;
        }
        .main3 .main .inpt .right{width: 100%;}
        .main3 .main .left .m3btn{width: 50%;}
        .main4 .main .left{width: 100%;}
        .main4 .main .left>ul>li{width: 100%;}
        .main4 .main .left select{
            width: 100%;
        }
        .main5 .main ul{margin: 0;}
        .main5 .main ul li{width: 45%; margin: 20px;}
        .main6 .swiper-button-prev::after{
            left: 100%;
        }
        .main6 .swiper-button-next::after{
            right: 100%;
        }

            /* 子页通用样式 */
            .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: 92%;right:0;}
            .productinfomain .content .left .cprev{top: 92%;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 */
            .modle404{background-size: unset;}
            /* server */
            .servermodle .cont>li .s2main>ul>li{
                width: 50%;
            }
            .servermodle .server3>.list>ul>li{
                width: 200px;
            }
	}

@media (min-width:1200px) and (max-width:1400px)
{
    .nav1main .left{width: 12%;}
        /* 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%;}
    .main5 .main ul li{width: 30%; margin: 0 15px;}
    .main1 .swiper-button-prev::after{
        left: 100%;
    }
    .main1 .swiper-button-next::after{
        right: 100%;
    }
    .main6 .swiper-button-prev::after{
        left: 100%;
    }
    .main6 .swiper-button-next::after{
        right: 100%;
    }
    /* server */
    .servermodle .cont>li .s2main>ul>li{
        width: 50%;
    }
    
	
}





.tuku .fl-photo-content{
    border: 1px solid  #aaaaaa;
}
.fl-photo-content img{
    border: 1px solid  #aaaaaa;
    padding: 8px;
}

.table_wrap{
    overflow-x: scroll;
}
.table_wrap table {
    width: 100%;
    border: .0625rem solid #aaaaaa;
    overflow-x: auto;
    margin-top: 13px;
  width: 100%;
  box-sizing: border-box;
    
}

.table_wrap table tr {
    border: .0625rem solid #aaaaaa;
    width: fit-content;
    padding: 6px 0;
    color: #ffffff;
}

.table_wrap table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, .3);
    color: #ffffff !important;
}

.table_wrap table tr td {
    border:1px solid #333333;
    padding: 10px;
    font-family: 'Karla';
    color: #2E2C3DCC;

}

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

.fl-builder-content p{
    margin: 8px 0;
}

.m5img{
    height: 300px;
}

.n2p{
    /*height: 400px;*/
    width: 100%;
    object-fit: cover;
}
.n2p_as{
    height: 100%;
    width: 100%;
}
.n2p img{
    /*height: 100%;*/
    width: 100%;
    /*object-fit: cover;*/
}
.rlinea{
    height: 1px;
    width: 100%;
    background-color: #eeeeee;
    margin: 8px 0;
}
.wsp_h4{
    font-weight: 600;
    font-size: 28px;
}
            .selectshow{
                background-color: #ffffff;
                width: 100%;
                height: 100%;
                border-radius: 8px;
                padding: 15px;
            }
            .choose{
                width: 100%;
            }
             .choose select{
                width: 100%;
            }
            .selectshow li{
                display: none;
                height: 250px;
                font-size: 18px;
            }
            .selectshow li.open_show{
                display: inline-block;
            }
            
.limg{
    border: 1px solid  #eeeeee;
    border-bottom: 0;
}
.nnav2{
    top: 75px;
}
.sbsslm_model{
    margin: 0 !important;
}
.n2p_as{
    display: inline-block;
    position: relative;
}
.breadcrumb_n2p{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0);
}
.bread_m{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    text-align: center;
}
.bread_m h2{
    margin: 15px 0;
    font-size: 36px;
}
.n2p_as a{
    color: #ffffff;
}
.ws_line_down{
    height: 1px;
    width: 100%;
    background-color: #eeeeee;
    margin: 15px 0 ;
}
.fl-rich-text table {
    width: 100%;
    border: .0625rem solid #ff9d20;
    overflow-x: auto;
    margin-top: 13px;
    flex-direction: column;
}

.fl-rich-text table tr {
    border: .0625rem solid #ff9d20;
    width: fit-content;
    padding: 6px 0;
    color: #ffffff;
}

.fl-rich-text table tr:nth-child(even) {
    background-color: rgba(255, 157, 32, .8);
    color: #ffffff !important;
}

.fl-rich-text table tr td {
    border:1px solid #ff9d20;
    padding: 10px;
    font-family: 'Karla';
    color: #2E2C3DCC;
    font-size: 16px;

}

.fl-rich-text table tr td p {
    font-size: 16px !important;

}

.fl-rich-text table tr:nth-child(even) td {
    color: #ffffff !important;
}
.footer .log{
    margin-bottom: 30px;
}
.nav2 .swiper-slide{
    text-align: center;
}

.productmodle .right .down a:nth-child(2){
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.yandex-form{
    padding: 30px !important;
    background-color: #ff9d20 !important;
    margin-bottom: 50px !important;
    border-radius: 15px;
}
.yandex-form .list p{
    margin: 20px 0 !important;
}
.yandex-form #form #submit{
    background-color: transparent !important;
    border: 1px solid  #ffffff !important;
    color: #ffffff !important;
}
.input_b{
    border: 1px solid  #eeeeee;
    padding: 15px;
    width: 100% !important;
}
.feedbackForm .yandex-form{
    padding-top: 0 !important;
}
.m3left .yandex-form{
    background-color: transparent !important;
    padding: 0 !important;
}
.m3left .yandex-form #form #submit{
    background-color: #ff9d20 !important;
    color: #ffffff;
}
.plist>ul>li>a{
    text-transform: capitalize;
}
.newshow_fanye{
    display: flex;
    justify-content: space-between;
}
.newsfanye{
    border: 1px solid  #ff9d20;
    padding: 15px;
    margin: 10px 0;
}
.productmodle .pagelist>a{
        width: 42px;
    height: 42px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 5px;
}
/*.exzoom_btn{*/
/*    display: none;*/
/*}*/



@media (min-width:1200px) and (max-width:1400px){
    .nav_wrap .head_nav>li>a {
    padding: 11px 14px 11px 14px;
    }
    
    .nav1main .right>div>div>p:nth-child(2) {
    font-size: 20px;
    }
    
    .nav1main .right {
    width: 20%;
}
.nav1mainimg {
    max-width: 130px !important;
}
}