@import url("../css/bootstrap-icons.css");
/*html{font-size:100px}  注意因为js内放置了转换的相关文件，这里可以不用。如果不想放js，这里可以使用*/
/* html{scroll-behavior: smooth;} */
body{MARGIN: 0px;font-size:0.16rem;text-align:left; padding:0px; color:#000;font-family: "Microsoft YaHei","SimSun","SimHei";min-height: 100%; overflow-wrap: break-word; /* 或 word-wrap: break-word; */word-break: normal; /* 确保单词不从中间断开 */}
body{background: #F7F7FA;word-wrap: break-word;}
div,ul,li,p,form,dd,dt,dl,h3,h4{ margin:0px; padding:0px;;font-size:0.16rem; }
img{ border:0px;vertical-align:middle}
li{ list-style:none}
a{ font-size:0.16rem; color:#000; text-decoration:none;}
a:hover{ font-size:0.16rem; color:#03A9F5; text-decoration:none;}
p{ font-size:0.16rem;}
.clearboth{ clear:both;}
.container{clear:both; width: 94%; max-width:1480px!important;text-align:left;word-break:break-all; margin-left:auto; margin-right:auto;}
.fl{float: left}
.fr{float: right}
:root {
    --theme-color: #000000; /* 主题色 */
	--blue-color:#0F62FE;/* 点缀 */
    --hover-color: #00ADEF; /* 鼠标滑过 */
    --white-color: #fff; /* 白色 */
    --txt-color: #1F1F1F; /* 黑色 */
    --grey-color: #eaefeb; /* 灰绿 */
    --f5-color: #F4F3F8; /* 亮灰 */
     --font-size-base:16px/* 默认字号 */
  }
  .row > *{padding-left: 0; padding-right: 0; max-width: 100%;}
header{
	background:rgba(0,0,0,0);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
	transition:all .4s ease-in-out;	
	padding: 0.07rem 0;
	border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

.headerbg{ background:rgba(0,0,0,1); color: #333333;-webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(12px);border-bottom: none;}
.headerbg .navbar{--bs-navbar-padding-y: 0.1rem;}

.headercon{
    position: relative;
	width: 100%;
}
/* .headercon .row{width: 97%; margin: 0 auto;} */
.logo{}
.fxpcmenu ul{display: flex; justify-content: space-around; align-items: center; text-align: center;}
.fxpcmenu ul li{margin: 0.18rem auto; position: relative;}
.fxpcmenu ul li a{color: var(--white-color); overflow-wrap: break-word; word-break: normal; font-size:0.12rem }

.indexlxwm{width: 15%; text-align: center;  height: 0.3rem; font-size: 0.2rem;position: absolute; right: -3%; top:0.15rem; color: var(--white-color); border-radius: 0.3rem; }
.indexlxwm a{color: var(--white-color); padding-right: 0.1rem;}

.language{ width: 12%; text-align: center;  height: 0.3rem; font-size: 0.2rem;position: absolute; right:-13%; top:0.15rem; color: var(--white-color); border-radius: 0.3rem; }
.language .bi{margin-right: 0.05rem;}
.language a{color: var(--white-color); padding-right: 0.1rem;}

.secmenu{ position: absolute; top: 50px; left: -50%; z-index: 999; opacity: 0;transition: all 0.3s;text-align: center; width: 200%; background: #fff; border-radius: 10px;padding: 13px 0px; -webkit-transform: translateY(20px);
	transform: translateY(20px);
-webkit-transition: all .5s ease;
transition: all .5s ease;visibility: hidden;}
.secmenu:before{
content: '';
display: block;
border:10px solid;
border-color: transparent transparent #fff transparent ;
position: absolute;
left: 50%;
top: -18px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);

}
.secmenu dd{text-align: center; height: 35px; line-height: 35px }
.secmenu dd a{font-size: 0.14rem!important; color: #000!important}
.fxpcmenu ul li:hover .secmenu{opacity: 1; -webkit-transform: translateY(0px);
	transform: translateY(0px);
-webkit-transition: all .5s ease;
transition: all .5s ease;filter: alpha(opacity=100);
visibility: visible}
.secmenu dd:hover {background: #f5f5f5}
.secmenu dd:hover a{color: #fff}


.offcanvas-header{padding: 0.16rem;}
.offcanvas-title{font-size: 0.18rem;}
.offcanvas-body{display: none!important; font-size: 0.16rem;}
@media (max-width: 1200px){
	header{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 2000;
		transition:all .4s ease-in-out;	
		padding: 0.1rem 0;
        height: 0.8rem;
	}
    /* .headercon .row{width: 97%; margin: 0 auto;} */
	.logo{width: 20%; margin-left:7%;height: 1rem;padding-left: 0rem;}
	.logo img{max-height: 100%;}

     .indexlxwm{display: none;}
    .language{width:25%; right: 0;}
    .language a{ font-size: 0.14rem;}
    .language a:last-child{padding-left: 0.3rem;} 



}


@media (max-width: 992px){
	header{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 2000;
		transition:all .4s ease-in-out;	
		padding: 0.1rem 0;
        height: auto;
	}
	.logo{width: 73%; margin-left:7%;height: 1rem;padding-left: 0rem;}
	.logo img{max-height: 100%;}
    .language{margin-right: 15%; width:15%;}
    .language a{ font-size: 0.22rem;}
    .language a:last-child{padding-left: 0.3rem;}
	.fxpcmenu{display: none;}
	.fxwapbtn{
		width: 20%;
		padding: 0rem!important;
		color: var(--white-color);
		line-height: 0;
	}
	.fxwapbtn .bi{font-size: 0.56rem;}
	header:hover .fxwapbtn .bi{color: var(--white-color);}
	.btn {
		--bs-btn-padding-x: 0.1rem!important;
		--bs-btn-padding-y: 0.1rem!important;
	}
	.btn:hover{    
		color: var(--bs-btn-hover-color);
		background:none!important;
		border: 0px!important;
	}
	.navbar-toggler:focus{
		background:none!important;
		border: 0px!important;
		box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
	}
	button:focus:not(:focus-visible) {
		outline: 0;
	}
	.fxoffcanvas .offcanvas-header{height: 1.2rem; display: inline-block;}
	.fxoffcanvas .offcanvas-header h3{
		font-size: 0.36rem!important; margin:0.8rem 0.3rem; color: var(--white-color);
	}
	.fxoffcanvas .offcanvas-header h3 .bi{margin-right: 0.2rem;}
	.offcanvas-header .btn-close{
		width: 0.5rem;
		height: 0.5rem;
		padding: 0px!important;
		margin-top: 1%!important;
		margin-left: 90%!important; 
		/* 
	
		margin-bottom: 0!important;
		margin-right:30px!important;
		right: 0.5rem;*/
		--bs-btn-close-focus-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
		color: var(--white-color);
	}
	.btn-close .bi{font-size: 0.5rem; color: var(--white-color);}
	.fxoffcanvas{
		max-width: 70%;
		height: 150vh;
		font-size: 0.16rem; 
		background: rgba(0,0,0,.6);
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(12px);
	}
	.offcanvas-backdrop.show{height: 150vh;}
	/* .offcanvas-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1040;
		width: 100vw;
		height: 145vh;
		background-color: #000;
	} */
	.offcanvas-body{
	display: flex!important;
    flex-grow: 0;
    padding:10% 0 0 12%;
    overflow-y: visible;
    background-color: transparent !important;
	flex-wrap: wrap;
	}
	.headtel{display: none;}
	.fxwaplist{        
        margin: 0.1rem 0.2rem;
        width: 64%;
    }
	.fxwaplist .btn{
		color: var(--white-color); font-size: 0.24rem; text-align:left;  overflow-wrap: break-word;
  word-break: normal;        width: 100%;
	}
	.fxwaplist .dropdown-menu{
		padding: 0.1rem;
		width: 100%;
		--bs-dropdown-min-width: 0;
		/* --bs-dropdown-bg:none; */
		transition: all 0.2s;
	}
	.fxwaplist .dropdown-menu li{width: 100%!important;padding: 0.1rem; }
	.fxwaplist .dropdown-menu .dropdown-item{
		background: none; 
		padding: 0px;
		color:var(--theme-color); 
		font-size: 0.3rem;
		text-align: center;
	}
    .indexlxwm{display: none;}
    .language {right: 0;}
}
 .bannerswiper {margin-top: -80px;}
 .bannertxt{position: absolute; width: 100%; z-index: 1000; text-align: center; top: 40%;}
.bannertxt h3{color:#fff; font-size:0.39rem; font-weight: bold; width:80%; margin:0 auto; text-transform:uppercase }
.bannertxt p{color:#fff; font-size:0.26rem; margin-top: 0.2rem; text-transform: uppercase;}

 .picture img, .picture {
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
    /* animation:bannerdh 5s infinite alternate; */
}
 /*.bannerswiper .swiper-container {
      width: 100%;
      height: 100%;
    }
 .bannerswiper .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
.bannerswiper	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	
.bannerswiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px;}
.bannerswiper .swiper-pagination-bullet{background: #fff;    opacity: 0.6; width:20px; height: 6px; border-radius:5px; }
.bannerswiper .swiper-pagination-bullet-active{background: #1FB75D;opacity:1;}  */
@media (max-width: 1200px){.bannertxt h3{color:#fff; font-size:0.4rem; font-weight: bold;}}
@media (max-width:768px){
    .bannerswiper{height: 20rem; overflow: hidden;}
    .bannertxt{top:24%}
    .bannertxt h3{font-size: 0.24rem; width: 90%; margin: 0 auto;}
    .bannertxt p{width: 83%; margin: 0.2rem auto;}
    
    .bannerswiper picture {
        display: block;
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 10rem;
        overflow: hidden;
        opacity: 1;
    }
	/* .bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev{
		height: 19px!important;
		margin-top: -15px
	} */
	/* .bannerswiper {margin-top: 0.6rem;}   */
    /* .tz_con ul li a{font-size: 0.24rem} */
}

/* 产品开始 */
.index_title{ width:100%; text-align:center; padding: 0.5rem 0; }
.index_title h3{ font-size:0.4rem; font-weight:bold;  margin: 0px; color: var(--white-color);  letter-spacing: 1; text-transform:uppercase}
/* .index_title h3 span{ color:#CC0033; } */
.index_title i{display: inline-block; height: 5px; width: 60px; background: var(--blue-color); border-radius: 5px;}
.index_txt{margin: 0px; padding: 0px; text-transform: uppercase; font-size: 0.2rem; color:#333; line-height: 40px;}

.fxpro{padding: 0.5rem 0px; background: var(--white-color);}
.fxpro .row{margin-top: 0.4rem; display: flex; justify-content: space-between;}
#fxprolist{ 
    min-height: 8.28rem;
    top: 6rem; 
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    background: url(../images/earth.png) no-repeat bottom center /100%;
    z-index: 9; }
#fxprolist .index_title h3{ font-size:0.36rem; font-weight:bold;  margin: 0px; color: var(--white-color);}

.cpone{
    width: 3rem;
    height: 3rem;
    position: absolute;
    top:41%;
    right: 16%;
    z-index: 99;
}
.cpone img{transition: all 0.5s; }
.cpone h3{font-size: 0.20rem; color: var(--white-color); width: 100%;padding-left: 1rem; margin-top: -0.22rem; text-align:center;}
.cpone:hover img{transform: scale(1.05);}

.cptwo{
    width: 3rem;
    height: 3rem;
    position: absolute;
    top:38.7%;
    right:33%;
    z-index: 99;
}
.cptwo img{transition: all 0.5s; }
.cptwo h3{font-size: 0.20rem; color: var(--white-color);text-align: center;margin-top: -0.6rem;  width: 100%;}
.cptwo:hover img{transform: scale(1.05);}

.cpthree{
    width: 3rem; 
    height: 3rem;
    position: absolute;
    top:37.3%;
    left: 34.5%;
    z-index: 99;
}
.cpthree img{transition: all 0.5s; }
.cpthree h3{font-size: 0.20rem; color: var(--white-color); margin-top: -0.5rem; width: 100%;text-align: center; }
.cpthree:hover img{transform: scale(1.05);}

.cpfour{
    width: 2.9rem;
    height: 2.9rem;
    position: absolute;
    top:45.1%;
    left:15%;
    z-index: 99;
}
.cpfour img{transition: all 0.5s; }
.cpfour h3{font-size: 0.20rem; color: var(--white-color);  margin-top: -0.55rem; width: 100%; text-align: center;}
.cpfour:hover img{transform: scale(1.05);}

@media (max-width: 1200px){
    #fxprolist{ min-height:7rem;top: 4rem;}
     .cpone{
        width: 2rem;
        height:2rem;
        top:57%;
        right: 16%;
    }
    .cpone h3 {padding-left: 1rem;}
    .cptwo{
        width: 2rem;
        height: 2rem;
        top:55%;
        right:33%;
    }
    .cptwo h3 {margin-top: -0.5rem;}
    .cpthree{
        width:2rem;
        height:2rem;
        top:54%;
        left: 33%;
    }
    .cpthree h3 {margin-top: -0.42rem;}
    .cpfour{
        width:2rem;
        height: 2rem;
        top:55.5%;
        left: 14%;
    }
	.cpfour h3{margin-top: -0.5rem;    width: 97%;}
}

@media (max-width: 992px){
    .index_title h3{font-size: 0.4rem;}

	#fxprolist{ 
        min-height: 11rem;
        top: 9rem; 
        position: relative;
        bottom: 0;
        width: 100%;
        z-index: 9; 
        background: url(../images/earth.png) no-repeat bottom center /300%;
    }
    .cpone{
        width: 3rem;
        height: 3rem;
        top:0%;
        right: 23%;
    }
    .cptwo{
        width: 3rem;
        height: 3rem;
        top:20%;
        right: 44%;
    }
    .cpthree{
        width: 3rem;
        height:3rem;
        top:34%;
        left: 44%;
    }
    .cpfour{
        width: 3rem;
        height: 3rem;
        top:49.5%;
        left: 15%;
    }
}

/* 产品结束 */


/* 关于我们 */
.indexabout{margin-top: 6rem; padding: 0.5rem 0rem 1rem 0rem;  background: url(../images/abbg.jpg) no-repeat top center /cover var(--theme-color);}
.indexabout .container{max-width: 1480px!important;; padding: 0px; margin: 0px auto;}
.abcon {
	width: 100%;
	display: flex;
    justify-content: end;
	flex-wrap: wrap;
	margin: 0px;
}


.abtxt {
    width: 50%;
	height: 6rem;
    /* background: #F4F3F8; */
    padding: 0.9rem 0.5rem  0.6rem  0.6rem ;
    position: relative;
    overflow: hidden;
	order:2;
	
}
/* .abtxt:hover{color: #000;} */
.abtxt h2 {
    /* position: relative; */
	font-size: 0.4rem;
	font-weight: bold;
    line-height: 1.2;
	margin-bottom: 0.15rem;
    z-index: 2;
    color: var(--white-color);
    /* transform: translateY(25px); 
    opacity: 1;
    transition: transform 500ms cubic-bezier(0, 0, 0.5, 1),opacity 500ms cubic-bezier(0, 0, 0.5, 1),visibility 500ms cubic-bezier(0, 0, 0.5, 1)*/
}
.abtxt span{margin-top: 0px; color:var(--white-color); font-size: 0.16rem;}
/* .abcon.active .abtxt h2 {
    transform: translateY(0);
    opacity: 1
} */
.abtxt p {
    /*margin-top: 40px;*/
    line-height: 2.0;
    z-index: 2;
    color: var(--white-color);
	
    /* position: relative; */
	font-size: 0.18rem;
    /* transform: translateY(25px);
    opacity: 0; 
    transition: transform 500ms cubic-bezier(0, 0, 0.5, 1),opacity 500ms cubic-bezier(0, 0, 0.5, 1),visibility 500ms cubic-bezier(0, 0, 0.5, 1);
    transition-delay: 100ms;*/
    text-align: justify;
	 overflow-wrap: break-word; /* 或 word-wrap: break-word; */
  word-break: normal; /* 确保单词不从中间断开 */
    width: 100%;
	margin-bottom: 0.2rem;
	 display: -webkit-box;
  -webkit-line-clamp: 4; /* 表示显示的行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow:hidden
	
}
.abtxt h4{position: absolute; bottom: -20px; color: rgba(232,229,234,0.2); font-size: 1.1rem; font-weight: bold; text-transform: uppercase;}
.abtxt .bi{font-size: 0.3rem;  color: var(--white-color); transition: all 0.3s;}
.abtxt:hover .bi{color: #666; margin-left: 0.3rem;}

@media (max-width:1200px){
    .indexabout{margin-top: 4rem;}
    .abtxt h4{font-size: 0.7rem; bottom: 0;}
}
@media (max-width:992px){
	.abpic{width: 100%;}
	.swiper1 .swiper-button-next, .swiper1 .swiper-button-prev{height: 26px; width: 26px;}
	.abtxt{width: 100%;  padding: 0.5rem 0.5rem 0.5rem 0.5rem; height: 7rem;}
	.abtxt h2{font-size: 0.46rem; text-align: center; margin-bottom: 0.3rem;}
	.abtxt h4{bottom: -6px;}
	.abtxt span{font-size: 0.3rem;}
	.abtxt p{margin-top: 0.2rem; font-size: 0.3rem; text-align:left; line-height:1.5}

    .indexabout{margin-top:0rem; padding: 0.5rem 0rem 0rem 0rem;  background: url(../images/abbg.jpg) no-repeat top left /100% var(--theme-color);}
}


/* second */
.second{padding: 0.8rem 0;  background:url(../images/yybg.jpg) no-repeat bottom right /100% #000;}

.secon:first-child{padding-left: 10%;}
.secon:nth-child(1n+1){padding-left: 10%;}
.secon:nth-child(2n+1){padding-left: 0%; padding-right: 10%;}

.seconfl{margin-top: 2rem; }
.seconfl h3{color: var(--white-color); font-size: 0.36rem; margin-bottom: 0.2rem; text-transform:uppercase; overflow-wrap: break-word; word-break: normal;}
.seconfl p{color: var(--white-color); font-size: 0.18rem; line-height:1.8;break-word; word-break: normal;}
/* .seconfl:hover a{color: var(--white-color);} */
.order1{order: 1;}
.order2{order: 2;}

.seconfltext h3{ padding: 0px; margin: 0px; text-align: center; font-size: 0.39rem; font-weight: bold; text-transform:uppercase}
.seconfltext p{text-align: center; font-size: 0.26rem; text-transform: uppercase;}

.semore {
    transition: all 0.3s ease;
    position: relative;
    top: 0.5rem;
    display: inline-block;
    background: rgba(255,255,255,1);
    width: 2.27rem;
    height: 0.56rem;
    line-height:0.56rem;
    padding: 0;
    border: none;
    text-align: center;
    color: var(--theme-color);
    opacity: 1;
}
.semore span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.semore:before,.semore:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background:  var(--white-color);
    transition: all 0.3s ease;
}
.semore:before {
    height: 0%;
    width: 2px;
}
.semore:after {
    width: 0%;
    height: 2px;
}
.semore:hover {
    background: rgba(255,255,255,0)!important;
    box-shadow: none;
    opacity: 0;
}
.semore:hover:before {
    height: 100%;
}
.semore:hover:after {
    width: 100%;
}
.semore span:hover {
    color: var(--white-color);
}
.semore span:before,
.semore span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: var(--white-color);
    transition: all 0.3s ease;
}
.semore span:before {
    width: 2px;
    height: 0%;
}
.semore span:after {
    width: 0%;
    height: 2px;
}
.semore span:hover:before {
    height: 100%;
}
.semore span:hover:after {
    width: 100%;
}

.seconfr{ background: url(../images/seconfrbg.png) no-repeat bottom center /100%; }
.seconfrpic{width: 90%; height: 654px; margin: 0 5%; display: flex; justify-content: center; align-items: center;}
.seconfr img{transition: all 0.3s;width: 100%;}
/* .seconfr:hover img{transform: rotateY(10deg);} */

.seconfr video{width: 700px; height: 650px; margin-left: 30px; margin-top: 30px;}

 .picqiehuan .swiper-container {
      width: 100%;
      height: 100%;
    }

 .picqiehuan .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		/* transform:scale(1.1,1.1); */
		}
.picqiehuan	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		/* transform:scale(1,1); */
		}	
.picqiehuan .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px;}
.picqiehuan .swiper-pagination-bullet{background: #fff;    opacity: 0.6; width:20px; height: 6px; border-radius:5px; }
.picqiehuan .swiper-pagination-bullet-active{background: #1FB75D;opacity:1;} 


 .picqiehuantwo .swiper-container {
      width: 100%;
      height: 100%;
    }
 .picqiehuantwo .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		/* transform:scale(1.1,1.1); */
		}
.picqiehuantwo	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		/* transform:scale(1,1); */
		}	
.picqiehuantwo .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px;}
.picqiehuantwo .swiper-pagination-bullet{background: #fff;    opacity: 0.6; width:20px; height: 6px; border-radius:5px; }
.picqiehuantwo .swiper-pagination-bullet-active{background: #1FB75D;opacity:1;} 


.picqiehuanth .swiper-container {
      width: 100%;
      height: 100%;
      
    }
 .picqiehuanth .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		/* transform:scale(1.1,1.1); */
		}
.picqiehuanth	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		/* transform:scale(1,1); */
		}	
.picqiehuanth .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px;}
.picqiehuanth .swiper-pagination-bullet{background: #fff;    opacity: 0.6; width:20px; height: 6px; border-radius:5px; }
.picqiehuanth .swiper-pagination-bullet-active{background: #1FB75D;opacity:1;} 

 @media (max-width:1200px){
.seconfl{margin-top: 1rem;}
 }


  @media (max-width:992px){
  
    .seconfl{margin-top: 0rem; margin-bottom: 0.5rem; padding: 0 5%; }

    .seconfl h3{font-weight: bold;font-size: 0.24rem;}
    .seconfl p {font-size: 0.3rem; line-height:1.3}
	.secon{ min-height:4rem}
	
	
	
	.secon:first-child{padding-left: 0%;}
    .secon:nth-child(1n+1){padding-left: 0%;}
    .secon:nth-child(2n+1){padding-left: 0%; padding-right: 0%;}
    .semore{font-size: 0.24rem;}
    .order1{order: 2;}
    .order2{order: 1;}

    .seconfrpic{height: 5rem;}
	.seconfrpic:nth-child(1n+1){height: 7rem;}
	.seconfrpic:nth-child(1n+1){height: 7rem;}
    /* .seconfr video{width: 100%; height: 236px; margin-left: 0px; margin-top: 0px; margin-bottom: 20px;} */
}

@keyframes rotate {
    0%   { transform: rotateY(0deg);}
	10%  { transform: rotateY(5deg);}
	30%  { transform: rotateY(10deg);}
	50%  {transform: rotateY(15deg);}
	70%  {transform: rotateY(10deg);}
	90%  {transform: rotateY(5deg);}
	100% {transform: rotateY(0deg);}
   
  }
  /* 应用动画到元素 */
  .rotate {
    animation: rotate 2s linear infinite; /* 动画名称 持续时间 速度曲线 迭代次数 */
  }



  footer{padding: 0.8rem 0; background: var(--theme-color);}


  .ftslogan{margin-right: 0.5rem;}
  .ftslogan p{color: var(--white-color); margin-top: 0.5rem; line-height: 2.0; font-size: 0.14rem;}
  .ftslogan p b{font-size: 0.15rem;}

  .ftmenu{margin-right: 0.5rem; margin-top: 0.18rem; display: flex; justify-content: space-around; align-items: flex-start;}
  .ftmenu dl dt{margin-bottom: 0.2rem;}
  .ftmenu dl dd{margin-bottom: 0.06rem;}
  .ftmenu dl a{color: var(--white-color);}
  .ftmenu dl dt a{font-size: 0.15rem;}
  .ftmenu dl dd a{font-size: 0.14rem;}


  .ftlxwm{margin-top: 0.18rem;display: flex; justify-content: end; align-items: flex-start; flex-wrap: wrap; }
  .ftewm{width: 32%;}
  .ftlxwmtext{width: 55%; margin-left:5%;}
  .ftlxwmtext dl{display: flex; justify-content: flex-start; align-items: top; color: var(--white-color); line-height: 2.0; font-size: 0.15rem;}
  .ftlxwmtext dl dt{width: 25%;  position: relative;text-align: justify;}
  .ftlxwmtext dl dt span{display: inline-block; width: 1em!important;}
  .ftlxwmtext dl dd{width: 75%;}

  .links{display: flex; justify-content: flex-start; width: 100%; color: var(--white-color); font-size: 0.14rem; margin: 0.5rem auto 0 -0.75rem!important;}
  .links a{color: var(--white-color);font-size: 0.14rem; margin: 0 0.1rem;}

  .banquan{border-top:#444 solid 1px; margin-top: 0.5rem; padding-top: 0.3rem; color: #999;font-size: 0.14rem; text-align: center;}
    .banquan p a{color: #999;}
  /* .banquanfl{text-align: left;}
  .banquanfr{text-align: right;} */

  @media (max-width:992px){
	.ftslogan {margin-right:0rem;}
	.ftslogan .img-fuild{display: none;}
	.ftslogan p{margin-top: 0; padding: 0 5%;}
	.ftslogan p b {
		font-size: 0.26rem;
	}
	.ftslogan p{font-size: 0.22rem;}

	.ftmenu{display: none;}

	.ftlxwm {
		margin-top: 0.18rem;
		display: flex;
		justify-content: center;
	}
  .ftlxwmtext{width: 100%;}
  .ftlxwmtext dl dt{width: 17%;  position: relative;text-align: justify; font-size: 0.24rem!important;}
  .ftlxwmtext dl dt span{display: inline-block; width: 1em!important;}
  .ftlxwmtext dl dd{width: 83%;font-size: 0.24rem!important;}
	.ftewm{order: 2; width: 100%; text-align: center;}
	.ftewm img{ width: 70%; margin: 20px auto;}

	.links{display: none;}
    .banquan{text-align: center; font-size: 0.2rem;}
	/* .banquanfl,.banquanfr{text-align: center; font-size: 0.2rem;} */
  }

  /* 内页 */

.nybanner{position: relative;}

.nybatxt{ display: none; text-align: left; color: #fff; width: 100%; margin-bottom: 0.2rem; 
    /* position: relative; z-index: 999; top: -100px; */
}
.nybatxt h3{font-weight: bold; font-size: 0.4rem; box-shadow:0px 0px 0px #000;}


.nysubtit{padding: 0.2rem 0; position: relative; margin-top: -1.3rem; margin-bottom: 0.6rem; }
.nysubtit .container{
    padding-right: calc(var(--bs-gutter-x)* 0);
    padding-left: calc(var(--bs-gutter-x)* 0); }
.nysubtit .container .row{    
    margin-right: calc(0* var(--bs-gutter-x));
    margin-left: calc(0* var(--bs-gutter-x));}
.nysub_tit{}
.nysub_tit h4{position: relative;  font-size:0.24rem; font-weight: bold;color: #333; padding-left: 0.2rem;}
.nysub_tit h4::after{content: ''; height:0.25rem; width:0.06rem; background: var(--orange-color); position: absolute; left: 0rem; top:0.02rem; border-radius:5px;}

.subright {text-align: left; color: #fff;}
.subright a{color: #fff;}

.fxneiye{ padding: 0.14rem 0 0.5rem 0; 
    /* background: #000; */
    background: url(../images/nybg.jpg) no-repeat bottom center #000 ; 
    /* min-height: 8rem; */
}
.fxneiye .container{padding-right: calc(var(--bs-gutter-x)* 0);padding-left: calc(var(--bs-gutter-x)* 0);--bs-gutter-x: 0rem;
    /* background: #fff;
    margin-top: 1rem;
    border-radius: 30px; */
}

.neiyecpfl{
	width: 94%;
	min-width: 3rem;
    /* background: #393D49; */
	/* border: solid 1px #f2f4f9;
	box-shadow: 0 0 20px rgba(0,0,0,.05); */
    
}
.neiyecpfl h3{
	padding:0rem 0.25rem 0.25rem 0rem;
	color: #fff;
	background:var(--orange-color);
    font-size:0.2rem;
    font-weight: bold;
	 overflow-wrap: break-word; /* 或 word-wrap: break-word; */
  word-break: normal; /* 确保单词不从中间断开 */
}
.neiyecpfl h3 i{
	display: block;
	width: 0.35rem;
	height: 0.02rem;
	margin-top: 0.1rem;
	background: #fff;
}
.neiyecpfl ul{
	/* background: #fff; */
}
.neiyecpfl ul li{
	/* border: 3px solid #E3E3E3;
    border-radius: 30px;
    margin-bottom: 0.1rem; */
    padding: 0.1rem 0.2rem 0.15rem 0rem;
   /* background: url(../images/liicon.jpg) no-repeat 15px center;*/
}

/* .wxnyfl ul li:last-child{border-bottom:none;} */
.neiyecpfl ul li a{ font-size: 0.18rem; color: var(--white-color);break-word; word-break: normal; }
.neiyecpfl ul li a span{position: relative; }
.neiyecpfl ul li a span:after{position:absolute;content:"";width:0;height:3px;left:0;bottom:-5px;z-index:1;background:#fff;transition:.25s;-webkit-transition:.25s;}
.neiyecpfl ul li a:hover span:after{ width: 100%;}

.liuyan {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 18% 0 12%;
    background: #f5f5f5
}
.liuyan #liuyantj{background: #E97716;}

#productinfo_column_1{margin-top: 0px}
 /* #pic_column_1 > ul > li > a > .img{max-height: 2rem!important;min-height: 2rem!important} */
#pic_column_1 > ul > li{    margin-right: 2%;margin-top: 0px; margin-bottom: 20px}
#productinfo_column_1 > .search_pro > .ny_con > ul > li > a > .img{max-height: 1.5rem!important;min-height: 1.5rem!important}
#page > span a{background: none; color: #bbb;  border: #bbb solid 2px; border-radius: 30px;}
#page > span.cur a{color: #000; background: #000; color:#bbb}
#page > span:hover > a{background: #e3e3e3; color: #000;}
#page > span.cur:hover > a{background: #e3e3e3;color: #000;}




.fxneiyefr{color: #fff!important;}
.fxneiyefr p{color: #fff!important;overflow-wrap: break-word;word-break: normal; text-align:justify}
.fxneiyefr img{max-width: 100%;}
.lxwm3{background: none!important; border:none;}
.lxwm-top{margin-top: 50px;}
.lxwm-top h3{color: #fff;}
.lxwm-top dl dd{color: #fff;}

.lxwm4-con dl {
    width: 33.3%;
    margin: 0 auto;
    padding: 3%;
    background-color: rgba(245, 245, 245, 0);
    min-height: 0px;
    min-height: 166px;
}
.lxwm4-con dl dd b{color: #fff;}
.lxwm4-con dl dd p{color: #fff;}
#tx_map_info{color: #000;}
#tx_map_info{color: #000; min-height:90px;font-size: 12px; width:102%}
    #tx_map_info .tel, #tx_map_info .add{font-size: 12px;}


#pic_column_1 > ul > li{background: none;}
#pic_column_1 > ul > li > a > .img{background: none; min-height: 2rem; max-height: 2rem;}
#pic_column_1 > ul > li > a > .img img{transform: scale(0.8);}
#pic_column_1 > ul > li > a {
    border:none; 
    transition: all 0.2s;
}
#pic_column_1 > ul > li > a:hover{border: none;}
#pic_column_1 > ul > li > a > p{color: #CECECE; font-size: 16px; }

#productinfo_column_1 > .pics > .right > .a > a{background: none; border: #bbb solid 2px; border-radius: 30px;}
#productinfo_column_1 > .pics > .right > .a > a.last{background: none; border: #bbb solid 2px; border-radius: 30px;}
#productinfo_column_1 > .pics > .left > .pic_list{display: none;}

#productinfo_column_1 > .pics > .right > .ny_tit{color: #fff;verflow-wrap: break-word;
  word-break: normal;}
#productinfo_column_1 > .pics > .right > .ny_attr > table tr{border-bottom:1px dashed #666;}
#productinfo_column_1 > .pics > .right > .ny_attr > table td.cpinfotd1{color: #fff;}
#productinfo_column_1 > .pics > .right > .ny_attr > table td.cpinfotd2{color: #fff;}


#productinfo_column_1 > .pro_other > .li > a{background:none; border: none; color: #bbb;}
#productinfo_column_1 > .pro_other > .li > a:hover{background: none;}
#productinfo_column_1 > .pro_other > .li > a > span{color: #bbb}
#productinfo_column_1 > .pro_other > .right{text-align: right;}

#productinfo_column_1 > .pics > .left > .pic_cur{background:none;    border: none}
#productinfo_column_1 > .pics > .left > .pic_list > ul{background:rgba(0,0,0,1);    border: 1px solid rgba(255,255,255,0.2);}
#productinfo_column_1 > .pics > .left > .pic_list > ul > li.active{background:rgba(255,255,255,0.2);}
#productinfo_column_1 > .ny_con{border-top:solid 3px rgba(255,255,255,0.2);}
#productinfo_column_1 > .search_tag > a{background:rgba(255,255,255,0.2); color: #fff;}
.search_news {display: none;}
#productinfo_column_1 > .s{background:rgba(255,255,255,0.2);border: 1px solid rgba(255,255,255,0.2); }
#productinfo_column_1 > .s > .ny_tit{background:rgba(255,255,255,0.3); color: #fff;}
#productinfo_column_1 > .search_pro > .ny_con > ul > li > a > .img{background:rgba(255,255,255,0.3);}
#productinfo_column_1 > .search_pro > .ny_con > ul > li > a > p{color: #fff;}


#news_column_1 > ul > li{background: none;}
#news_column_1 > ul > li:nth-of-type(even) {background: none;}
#news_column_1 > ul > li:hover {background: none;}

#news_column_1 > ul > li.cur{background: none;}
#news_column_1 > ul > li a{color: #fff;}
#news_column_1 > ul > li > a::before{background: #fff; border-radius: 5px; margin-right: 10px;}
#newsinfo_column_1 > .ny_tit{color: #fff; margin-bottom: 20px;}
#newsinfo_column_1 > .ny_attr {
    text-align: center;
    border-bottom: 1px dotted #666;
    padding: 10px 0;
    color: #999;
}
#newsinfo_column_1 > .news_other > .li {background: none;}
#newsinfo_column_1 > .news_other > .li > a{color: #BBBBBB;background: none; border: none;}
#newsinfo_column_1 > .news_other > .li > a > span{color: #BBBBBB;}
#newsinfo_column_1 > .news_other > .li > a:hover{background: none;}
#newsinfo_column_1 > .news_other > .right{text-align: right;}
#newsinfo_column_1 > .search_tag{display: none;}
.liuyan{background: none;}
.liuyan .formlist{color: #fff!important;}
.liuyan .formlist input{background: none; color: #fff!important;   border: 1px solid #555;}
.liuyan .formlist textarea{background: none; width: 66%!important;border: 1px solid #555;color: #fff!important;}
.liuyan #liuyantj{    background: none;
    color: #bbb;
    border: #bbb solid 2px;
    border-radius: 30px;}

@media (max-width: 1600px){
    
.nysubtit{padding: 0.2rem 0; position: relative; margin-top: -0.8rem; margin-bottom: 0.6rem; }
}

@media (max-width: 768px){

    
  
	.nysubtit{ margin-bottom: 0.3rem;}
    .nybatxt{display: none;}
    .nybatxt h3{font-size: 0.3rem;}
	.subright{text-align: left;font-size: 0.2rem;}
    .subright a{font-size: 0.2rem;}

    .fxneiye .row{}
	.fxneiye .col-sm-3, .fxneiye .col-md-3, .fxneiye .col-lg-3{padding-left: 0; padding-right: 0;}
    .neiyecpfl {width: 100%;margin-bottom: 0.2rem}
	.neiyecpfl h3{display: none;}
	.neiyecpfl ul{display: flex; justify-content: space-around; flex-wrap: wrap; align-items: center; }
	.neiyecpfl ul li{background: none; max-width: 0 0.01rem;border-bottom:none; padding: 0.1rem;}
	.neiyecpfl ul li a{font-size: 0.24rem;}
    .fxneiye{ height: 100%;}
    .fxneiye p{font-size: 0.24rem}

    .nybanner .nybatxt{width: 90%; padding: 0 5%;}
    
    #newsinfo_column_1 > .ny_tit{margin-bottom: 10px;}
    #newsinfo_column_1 > .ny_con p{font-size: 0.28rem!important;overflow-wrap: break-word;word-break: normal; }
    
    #tx_map {
        width: 100%;
        height: 5rem;
    }
    .lxwm-top{padding: 0 0.05rem}
    .lxwm-top h3{font-size: 0.36rem;}
    .liuyan{padding: 0 10px}
    .liuyan .formlist > div{font-size: 0.22rem!important;}
    .liuyan .formlist input{width: 45%!important}
    .liuyan .formlist span{font-size: 0.22rem!important;}
    .liuyan .formlist div.submit{width: 80%!important;}
    .liuyan #liuyantj{width: 60%!important; margin-left: 15%!important;font-size: 0.22rem!important;}

    #productinfo_column_1 > .ny_con p{font-size: 0.3rem; overflow-wrap: break-word;
  word-break: normal;}
    #pic_column_1{padding-top: 0.2rem;}
    #productinfo_column_1{margin-top: 10px}
    #news_column_1 > ul > li > a{font-size: 0.26rem!important}
    #newsinfo_column_1 > .news_other > .li > a{font-size: 0.24rem!important}
    #pic_column_1 > ul > li > a > .img{max-height: 3rem!important;min-height: 2rem!important;height: 2rem;}
    #pic_column_1 > ul > li > a > .img > img{transform: scale(0.9);}
#productinfo_column_1 > .search_pro > .ny_con > ul > li > a > .img{ max-height: 1rem!important;min-height: 1rem!important}
    #pic_column_1 > ul > li > a > p{font-size: 0.26rem}
    #productinfo_column_1 > .pro_other > .li > a{font-size:0.24rem}
    #productinfo_column_1 > .search_news > .ny_con > ul > li{width: 100%}
    #productinfo_column_1 > .search_news > .ny_con > ul > li > a{font-size:0.2rem}
    #productinfo_column_1 > .pics > .right > .ny_attr > table td.cpinfotd2{border-bottom: 1px dashed #333;}
    #productinfo_column_1 > .pics > .right > .ny_attr > table td.cpinfotd1{border-bottom: 1px dashed #333;}
    #page > span a{border: #bbb solid 1px;}
    
	#productinfo_column_1 > .pics > .right > .a > a{ width:50%}
}