@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%;}
body{background: #fff;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:#C9182D; text-decoration:none;}
p{ font-size:0.16rem;}
.clearboth{ clear:both;}
.container{clear:both; width:100%; max-width:1480px!important;text-align:left;word-break:break-all; margin: 0 auto!important;}
.fl{float: left}
.fr{float: right}
:root {
    --theme-color: #000000; /* 主题色 */
	--blue-color:#486BF6;/* 点缀 */
    --hover-color: #C9182D; /* 鼠标滑过 */
    --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{
    /* 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,1) solid 1px!important; */
}

.headerbg{background:rgba(0,0,0,0.8); color: #333333;-webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(12px); }
.headerbg .navbar{--bs-navbar-padding-y: 0.1rem;}

.headercon{
    position: relative;
	width: 100%;
	height: 0.8rem; 
	z-index: 999;
}

.logo{}
.fxpcmenu ul{display: flex; justify-content: space-around; align-items: center; text-align: center;}
.fxpcmenu ul li{margin: 0.26rem auto; position: relative;}
.fxpcmenu ul li a{color: var(--white-color);}

.headtel{ text-align: right;  height: 0.3rem;  font-size: 0.22rem;position: absolute; right: 0; top:0.2rem; color: var(--white-color); border-radius: 0.3rem; }
.headtel .bi{margin-right: 0.05rem;}





.secmenu{ position: absolute; top: 50px; left: -72%; z-index: 999; opacity: 0;transition: all 0.3s;text-align: center; width: 250%; 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;}

.fxoffcanvas h3{display: none;}


@media (max-width: 992px){
	header{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 2000;
		transition:all .4s ease-in-out;	
		padding: 0.1rem 0;
		background: var(--blue-color);
		border:none
	}
	.headercon{max-width: 100%;}
	/* .headercon .row{
	    margin-right:0px;
    	margin-left: calc(-0.5* var(--bs-gutter-x));	
	} */

	.logo{width: 77%; margin-left:6%;height: 0.8rem;}
	.logo img{max-height: 100%;}
	.fxpcmenu{display: none;}

	.fxwapbtn{
		width: 15%!important;
		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;}
	
	.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);
	}
	.fxoffcanvas h3{display: block; font-size: 0.4rem!important; margin:0.5rem 0.3rem 0.3rem 0.5rem; color: var(--white-color);}
	.fxoffcanvas h3 .bi{margin-right: 0.2rem;}
	.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 0.8rem; width: 60%;}
	.fxwaplist .btn{
		color: var(--white-color); font-size: 0.35rem;  
	}
	.fxwaplist .dropdown-menu{
		padding: 0.1rem;
		width: 145%;
		max-height: 5rem;
		overflow-y: scroll;
		--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 a.dropdown-item{
		background: none; 
		padding: 0px;
		color:var(--theme-color); 
		font-size: 0.3rem;
		text-align: center;
	}

}
.bannerswiper {margin-top: -95px;}
 .bannerswiper .swiper {
      width: 100%;
      height: 100%;
    }
 .bannerswiper .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 1s;
		transform:scale(1.1,1.1);
		}
.bannerswiper	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:3s 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:768px){
	.bannerswiper{margin-top: 0.8rem;}
	.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}
}

/* 产品中心 */
.fxpro{padding: 0.8rem 0 0 0; background: var(--white-color); background: url(../images/fxprobg.jpg) no-repeat top center /cover;}

.index_title{ width:100%; text-align:center; }
.index_title h3{ font-size:0.36rem; font-weight:bold;  margin: 0px;position: relative; z-index: 99;}
.index_title h4{ width: 40%; margin: 0 auto; margin-top: -0.55rem; text-transform: uppercase; font-size: 0.3rem; font-weight: bold; color: rgba(0,0,0,0.1);}
.index_title i{margin-top: 0.38rem; 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: 50px;}



  .swiper2{margin-top: 0rem;}
  .swiper2 .swiper-wrapper .swiper-slide{position: relative;}

  .swiper2 .swiper-wrapper .swiper-slide .pic{ display: flex; align-items: center; justify-content: center; text-align:center;padding: 0.24rem 0.24rem 0.24rem 0.24rem; overflow: hidden; border-radius: 0px; border: rgba(0,0,0,.1) solid 1px;    position: relative;overflow: hidden; }
  .swiper2 .swiper-wrapper .swiper-slide .pic img{ max-width:100%;max-height:100%; display:block;   -webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;transform: scale(1.2)}
  .swiper2 .swiper-wrapper .swiper-slide .pic .txtadd {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 5;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    padding: 66px 60px 0 60px;
    box-sizing: border-box;
    background: url(../images/add.png) no-repeat center 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    transform: translate(0%, -50%) scale(3, 3);
    -webkit-transform: translate(0%, -50%) scale(3, 3);
    -moz-transform: translate(0%, -50%) scale(3, 3);
    -ms-transform: translate(0%, -50%) scale(3, 3);
    -o-transform: translate(0%, -50%) scale(3, 3);
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
  .swiper2 .swiper-wrapper .swiper-slide .pic .filter {
   /* background: url(../images/service_filter.png);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
  .swiper2 .swiper-wrapper .swiper-slide .pic a:hover img{transform: scale(1.3)}
  .swiper2 .swiper-wrapper .swiper-slide a:hover .filter {
    opacity: 1;
    filter: alpha(opacity = 100);
}
 .swiper2 .swiper-wrapper .swiper-slide a:hover .txtadd { opacity: 1; filter: alpha(opacity = 100); transform: scale(1);}
    
  .swiper2 .swiper-wrapper .swiper-slide .title{
	text-align: center;
	padding:0.2rem; 
	 background: rgba(15,98,254,0); 
	 transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;}
  .swiper2 .swiper-wrapper .swiper-slide .title h3{
	font-size: 0.22rem; 
	color: var(--white-color);
	 transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;}
  .swiper2 .swiper-wrapper .swiper-slide .title p{ margin-top: 0.5rem; font-size: 0.22rem; line-height: 1.8;overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .promore{width: 2rem; height: 0.5rem; text-align: center; line-height: 0.5rem; border: var(--blue-color) solid 1px; margin-top: 0.4rem; font-size: 0.2rem; color: var(--blue-color);}
  .promore .bi{margin-left: 0.1rem;}
  .swiper2 .swiper-wrapper .swiper-slide .row:hover h3{color: #000;}
  .swiper2 .swiper-wrapper .swiper-slide .row:hover p{color: #000;}

   .swiper2 .swiper-wrapper .swiper-slide a:hover .title{background: var(--blue-color);}
   .swiper2 .swiper-wrapper .swiper-slide a:hover .title h3{color: #fff;}

  
.fxprfrcpfl {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background:rgba(0,0,0,.8);
	top:-0.4rem;
		text-align: center;
		
  }

.fxprfrcpfl a{
	position: relative;
    flex:1;
	padding: 0.3rem 0;
	transition: all ease .3s;
	font-weight: bold;
	font-size: 0.17rem;
	color: var(--white-color);
	cursor: pointer;
}
.fxprfrcpfl a::after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 42px;
    background: #595959;
    left: 0;
    top: 50%;
    margin-top: -21px;
    z-index: 2;
}
.fxprfrcpfl a:first-child::after {display: none;}
.fxprfrcpfl a:hover{background: var(--blue-color); color: var(--white-color);}

  /* .mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  } */


.fxprfr .more {
    width: 142px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 38px;
    display: block;
    font-size: 16px;
    color: #fff;
    background:var(--blue-color);
    margin: 0.3rem auto 0 auto;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.fxprfr .more:hover{background: var(--hover-color);}

  
@media (max-width: 992px){
	  .swiper2 .swiper-wrapper .swiper-slide a{display: inline-block;width: 100%!important; }
	/* .swiper2 .swiper-wrapper .swiper-slide .pic{  width: 50%;  } */
	.swiper2 .swiper-button-prev{font-size: 0.5rem;}
	.swiper2 .swiper-button-next{font-size: 0.5rem;}
	.swiper2 .swiper-wrapper .swiper-slide .title{padding-right: 0rem;}
	.swiper2 .swiper-wrapper .swiper-slide .pic{background: none;}
	.swiper2 .swiper-wrapper .swiper-slide .title h3{font-size: 0.4rem; }
	.swiper2 .swiper-wrapper .swiper-slide .title p{font-size: 0.32rem;}
	.promore{font-size: 0.3rem; width: 2.4rem; height: 0.8rem; line-height: 0.8rem;}

	.fxprfr .container{width: 100%;}
	.fxprfrcpfl a{flex:none;font-size: 0.3rem;padding: 0.2rem 0.1rem;border-bottom:rgba(255,255,255,.3) solid 1px ; }
	.fxprfrcpfl a::after {
		display: none;
    content: " ";
    position: absolute;
    width: 1px;
    height: 0.4rem;
    background: #595959;
    left: 0;
    top: 50%;
    margin-top: -0.2rem;
    z-index: 2;
}
	
}



.fxprfl{text-align: center;}

.fxprfr{max-width: 100%; margin: 0.8rem auto 0rem auto;  padding:0rem 0 0.5rem 0; background: url(../images/fxprfrbg.jpg) no-repeat center center;}

.fxprfrlist{width: 100%; background:#EAE8F1; position: relative; margin-top: 0.3rem;height: 3rem;  overflow: hidden;} 
.fxprfrlist:first-child{margin-top: 0rem;background: url(../images/fx01.jpg) no-repeat center center /cover;}
.fxprfrlist:last-child{background: url(../images/fx02.jpg) no-repeat center center /cover;}
.textbox{position: absolute; width: 80%; height: 100%; padding: 5% 0 3% 5% ; text-align: left; background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));z-index: 999;}
.textbox h3 { font-size: 0.3rem;color: #1d1d1d;text-align: left;margin-bottom: 0.2rem;}
.textbox p {width: 60%;font-size:0.18rem;color: #333;margin-top: 5px;line-height: 2.0;}

.fxprfrlist:last-child .textbox{right: 0px;background: linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,0)); text-align: right; padding: 5% 5% 3% 0% ;}
.fxprfrlist:last-child .textbox h3{text-align: right;}
.fxprfrlist:last-child .textbox p {text-align: right; margin-left: 40%;}

.fxprfrlist .textpic{position: absolute; width: 100%;  z-index: 99;}
.fxprfrlist .textpic img{  width: 100%;height: 100%;object-fit: cover!important;}
.more03{ position: absolute; z-index: 999; left:5%; bottom:20%; border: var(--blue-color) solid 1px;transition: all 0.5s; padding: 0.05rem 0.3rem; width: 14%; border-radius: 3rem;}
.more03 .bi{font-size: 0.18rem; margin-left: 0.02rem; vertical-align: 0em;transition: all 0.5s;}
.fxprfrlist:hover .more03{background: var(--blue-color);width: 16%; color: var(--white-color);}
.fxprfrlist:hover .more03 .bi{ margin-left: 0.2rem; color: var(--white-color);}

.more04{ position: absolute; z-index: 999; right:5%; bottom:20%; border: var(--blue-color) solid 1px;transition: all 0.5s; padding: 0.05rem 0.3rem; width: 14%; border-radius: 3rem;}
.more04 .bi{font-size: 0.18rem; margin-left: 0.02rem; vertical-align: 0em;transition: all 0.5s;}
.fxprfrlist:hover .more04{background: var(--blue-color);width: 16%; color: var(--white-color);}
.fxprfrlist:hover .more04 .bi{ margin-left: 0.2rem; color: var(--white-color);}


@media (max-width:992px){
	.index_title h3{font-size: 0.5rem;}
	.index_title h4{ width: 100%; margin-top: -0.78rem;    font-size: 0.34rem;}
	.index_title i{margin-top: 0.6rem; height: 3px;}
	.index_txt{font-size: 0.3rem;}
	.fxpro {
		padding: 0.8rem 0 0 0;
		background: var(--white-color);
		background: url(../images/fxprobg.jpg) no-repeat top center /100% #E3E8EE;
	}
	.fxprfr{max-width: 100%!important;    background: url(../images/fxprfrbg.jpg) no-repeat center /cover!important #3F86C6;}
	.fxprfl02{padding-bottom:9rem!important;}
	.more02{top: inherit; bottom: 50%!important;left: 6%;    padding: 0.15rem 0.2rem;
		width: 28%; font-size: 0.26rem;}
	.more02 .bi{font-size: 0.23rem; margin-left: 0.08rem;}
	.fxprfl02:hover .more02{width: 30%;}
	.fxprfl02:hover .more02 .bi {
		margin-left: 0.12rem;
		color: var(--white-color);
	}
	.fxprfrlist{height: 3.5rem;}
	.fxprfrlist:first-child{margin-top: 0.3rem;}
	/* .fxprfrlist .textpic .img-fluid{transform: scale(1.4);} */
	.textbox h3{font-size: 0.4rem;}
	.textbox p{font-size: 0.26rem; line-height: 1.5; width: 63%;}
	
	.fxprfrlist .textpic img{    height: 100%;
		object-fit: cover !important;}

	.more03{ bottom:10%; padding: 0.08rem 0.3rem; width: 24%;font-size: 0.2rem;;}
	.more03 .bi{font-size: 0.18rem; margin-left: 0.02rem; vertical-align: 0em;transition: all 0.5s;}
	.fxprfrlist:hover .more03{background: var(--blue-color);width:26%; color: var(--white-color);}
	.fxprfrlist:hover .more03 .bi{ margin-left: 0.2rem; color: var(--white-color);}

	.more04{  bottom:10%; padding: 0.08rem 0.3rem; width: 24%;font-size: 0.2rem;;}
	.more04 .bi{font-size: 0.18rem; margin-left: 0.02rem; vertical-align: 0em;transition: all 0.5s;}
	.fxprfrlist:hover .more04{background: var(--blue-color);width:26%; color: var(--white-color);}
	.fxprfrlist:hover .more04 .bi{ margin-left: 0.2rem; color: var(--white-color);}

	.fxprfrlist:last-child .textbox p {
		width: 70%;
		text-align: right;
		margin-left: 30%;
	}
}

@media (max-width:768px){
	.fxprfl{width: 25%;}
}


/* 关于我们 */
.indexabout{padding: 0.8rem 0rem 1.05rem 0; background:url(../images/abbg.jpg) no-repeat top left  #30C3F7;}
@media (min-width:1800px){
	.indexabout{padding: 0.8rem 0rem 1.05rem 0; background:url(../images/abbg.jpg) no-repeat top left /cover #30C3F7 }
}

.indexabout .container{max-width: 1480px!important;; padding: 0px; margin: 0px auto;}
.abcon {
	width: 50%;
	/* display: flex;
	flex-wrap: wrap; */
	margin: 0px;
	margin-left: 50%;
	margin-top: 2.5%;
	/* order:2; */
}

.abtxt {
    /* width: 50%;height: 5rem; */
    /* background: #F4F3F8; */
    /* padding: 0.6rem 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;
    z-index: 2;
	margin-bottom: 0.15rem;
    /* 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:0.1rem; color: #000; font-size: 0.18rem; font-weight: bold;}
/* .abcon.active .abtxt h2 {
    transform: translateY(0);
    opacity: 1
} */
.abtxt p {
    color: #000;
    margin-top: 25px;
    line-height: 2.0;
    z-index: 2;
	font-size: 0.17rem;
    text-align: justify;
    width: 100%;
	margin-bottom: 0.2rem;
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.abtxt h4{position: absolute; top: -0.25rem; right: 0rem; color:rgba(0,0,0,0.03); font-size: 1.1rem; font-weight: bold;}

.abmore{order:3; width: 2rem; height: 0.5rem; line-height: 0.5rem; text-align: center; background: var(--blue-color); color: var(--white-color); display: flex; align-items: center; justify-content: center; margin-top: 0.5rem; font-size: 0.16rem; color: #fff;}
.abmore .bi{font-size: 0.3rem; color: #666; transition: all 0.3s;color: var(--white-color); margin-left: 0.1rem;}
.abmore:hover {color: #fff; background: var(--hover-color);}

.abtxt:hover .bi{ margin-left: 0.3rem;}
.abpic{ order: 2;}


.abother{width:100%; background: none; order:2;}
.abothera_btn{
    display: block;
    width: 50%;
    float: left;
    position: relative;
    z-index: 2;
    color: var(--blue-color);
    font-size:18px;
    text-align: left;
    /* background:rgba(255, 255, 255, .2); */
    transform-origin: center;
    transition: all 0.5s;
}
.abothera_btn i{font-size:46px;}
.abothera_btn h3{margin-top: 15px}

.abothera_btn .inner {
    border-left:none;
    position: relative;
}
.abothera_btn .inner h3{ font-size:56px;font-weight: bold;}
.abothera_btn .inner span{position: absolute; top:40px; right:200px; font-size: 18px; font-weight: normal;margin-left: 10px; z-index: 9999}
.abothera_btn .inner .en{font-size: 0.2rem!important}

/* .abothera_btn:hover{ background: linear-gradient(-59deg, #0CAEF6, #066CDE);font-size:18px; color: #fff} */

@media (max-width:992px){

	.indexabout{padding-top: 0.3rem; padding-bottom:5rem; background:url(../images/abbg01.jpg) no-repeat bottom left /cover;}
	.abpic{ order: 2;}
	.abtxt{width: 100%;  padding: 0.5rem 0.5rem 0.5rem 0.5rem; height: 7rem; order: 1;}
	.abtxt h2{font-size: 0.38rem; text-align: center; margin-bottom: 0.3rem;}
	.abtxt h4{bottom: -13px;}
	.abtxt span{font-size: 0.3rem;}
	.abtxt p{margin-top: 0.2rem; font-size: 0.3rem;}
	.abtxt p a{font-size: 0.3rem;}
    
    .abcon {
	width: 90%;
	/* display: flex;
	flex-wrap: wrap; */
	margin: 0;
	margin: 0 auto;
    }
    .abothera_btn .inner h3 {
    font-size: 0.78rem;
    }
    .abothera_btn .inner .en{font-size: 0.3rem!important}
    .abothera_btn .inner span {
        top: 0.2rem;
        right:1rem;
    }
    .abcon .abmore{font-size: 0.3rem}
}


/* 文化 */
.fxwenhua{padding: 0.8rem 0; background: url(../images/whbg.jpg) no-repeat center center;}
.fxwenhua .index_title{ width:100%; text-align:center; }
.fxwenhua .index_title h3{ font-size:0.36rem; font-weight:bold;  margin: 0px;position: relative; z-index: 99; color: var(--white-color);}
.fxwenhua .index_title h4{ width: 20%; margin: 0 auto; margin-top: -0.58rem; text-transform: uppercase; font-size: 0.3rem; font-weight: bold; color: rgba(255,255,255,0.2);}
.fxwenhua .index_title i{margin-top: 0.38rem; display: inline-block; height: 5px; width: 60px; background: var(--white-color); border-radius: 5px;}
.fxwenhua .index_txt{margin: 0px; padding: 0px; text-transform: uppercase; font-size: 0.2rem; color: var(--white-color); line-height: 40px;}

.wenhuacon{margin-top: 0.5rem; text-align: center;}
.fxdl{position: relative; padding: 0.2rem;text-align: center; }
.fxdl dt{width: 100%;overflow: hidden;border-radius: 5px;}
.fxdl dt img{transition: all 0.3s ease-in-out; }
.fxdl dd{width: 89%; position: absolute; top: 0; padding:20% 2%;}
.fxdl dd h3{font-weight: bold; font-size: 0.26rem; }
.fxdl dd p{font-size: 0.2rem; margin-top: 0.4rem; line-height: 1.6; }
.fxdl:hover dt img{transform: scale(1.1);}

@media (max-width:992px){
	.abtxt h4{top: inherit; bottom: 0;}
	.abmore{font-size: 0.24rem; height: 0.6rem; line-height: 0.6rem;}

	.fxwenhua .index_title h3{ font-size:0.46rem; font-weight:bold;  margin: 0px;position: relative; z-index: 99; color: var(--white-color);}
	.fxwenhua .index_title h4{ width: 100%; margin: 0 auto; margin-top: -0.68rem; text-transform: uppercase; font-size: 0.34rem; font-weight: bold; color: rgba(255,255,255,0.2);}
	.fxwenhua .index_title i{margin-top: 0.58rem; height: 3px;}
	.fxwenhua .index_txt{ font-size: 0.22rem; }

	.fxwenhua{padding: 0.8rem 0; background: url(../images/whbg.jpg) no-repeat center center /cover;}
	.fxdl{width: 50%;}
	.fxdl dd h3{font-weight: bold; font-size: 0.32rem; }
	.fxdl dd p{font-size: 0.26rem; margin-top: 0.4rem; line-height: 1.6; }
	.fxdl:hover dt img{transform: scale(1.1);}
}

/* 案例 */
.indexcase{padding: 0.8rem 0; background:/*#F5F6FB*/ url(../images/ysbg.jpg) no-repeat center center /cover;}
.indexcase .container{max-width: 1480px!important;; padding: 0px; margin: 0px auto;}
.fxanlicon{display: flex; margin-top: 0.4rem; align-items: center;flex-wrap: wrap;}
.fxpro_box{
	display: flex;
	margin-top: 0.3rem;
	flex-wrap: wrap;
  }

.fxpro_box .slide {
	transition: 0.6s;
	flex: 1;
	overflow: hidden;
	position: relative;
	margin-right: 0.1rem;
  }
.fxpro_box .slide .pro_img {
	width: 100%;
  }
.fxpro_box .slide .pro_img img {
	height: 5.5rem;
	transition: 0.4s;
  }
.fxpro_box .slide .pro_txt1 {
	transition: 0.4s;
	position: absolute;
	bottom: 0.8rem;
	width: 100%;
	text-align: center;
	color: #fff;

  }
.fxpro_box .slide .pro_txt1 p {
	padding: 0 0.2rem;	font-size: 0.26rem;
  }
.fxpro_box .slide .pro_txt2 {
	transition: 0.6s;
	opacity: 0;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  }
.fxpro_box .slide .pro_txt2 .center {
	transition: 0.6s;
	width: 100%;
	padding: 0 0.6rem;
	color: #fff;
	margin-top: 100%;
  }
.fxpro_box .slide .pro_txt2 .center .pro_content1 h3{font-size: 0.34rem;}
.fxpro_box .slide .pro_txt2 .center .pro_content1 .cn {
	margin-top: 0.1rem;
  }
.fxpro_box .slide .pro_txt2 .center .pro_content2 {
	margin: 0.34rem 0 0.56rem;
	display: inline-block;
  }
.fxpro_box .slide .pro_txt2 .center .pro_content2 a {
	font-size: 0.18rem;
	transition: 0.4s;
	color: #fff;
	line-height: 1.6;
  }
/* .fxpro_box .slide .pro_txt2 .center .pro_content2 a:hover {
	font-size: 0.19rem;
  } */
.fxpro_box .slide .pro_txt2 .center .pro_content3{border: #fff solid 2px; width: 1.5rem; padding:0.1rem 0; text-align: center; border-radius: 30rem; transition: all 0.3s;}
.fxpro_box .slide .pro_txt2 .center .pro_content3 a{color: #fff; font-size: 0.16rem;}
.fxpro_box .slide .pro_txt2 .center .pro_content3:hover{background: var(--blue-color); color: #fff; border: var(--blue-color);}

.fxpro_box .slide:last-child {
	margin-right: 0;
  }
.fxpro_box .slide:hover {
	flex: 2.6;
  }
.fxpro_box .slide:hover .pro_img img {
	width: 100%;
  }
.fxpro_box .slide:hover .pro_txt1 {
	opacity: 0;
  }
.fxpro_box .slide:hover .pro_txt2 {
	opacity: 1;
  }
.fxpro_box .slide:hover .pro_txt2 .center {
	margin-top: 0;
  }

@media (max-width:992px){
	.fxpro_box .slide{    
		width: 100%;
		flex: auto;
		margin-right: 0;
		margin: 0 0 0.5rem 0;
	}
	.fxpro_box .slide .pro_img img {
		width: 100%;
		/* height: auto; */
		/* transform: scale(1.5); */
	}
	.fxpro_box .slide .pro_txt1{opacity: 0;}
	.fxpro_box .slide .pro_txt2{opacity: 1; margin-top: 0; background: rgba(0,0,0,.3);}
	.fxpro_box .slide .pro_txt2 .center{margin-top: 0;  }
	.fxpro_box .slide .pro_txt2 .center .pro_content1 h3{font-size: 0.4rem;}
	.fxpro_box .slide .pro_txt2 .center .pro_content2 a{font-size: 0.3rem;}
	.fxpro_box .slide .pro_txt2 .center .pro_content3 a{font-size: 0.22rem;}
	
	
}


/* 新闻 */
.news{padding: 0.7rem 0 0.7rem 0;background:url(../images/newsbg.jpg) no-repeat top center  /cover;}
.news .container{max-width: 1660px!important; }
.news .swiper{width: 100%!important}
.newscon{margin-top: 0.3rem; }
.newscon a{display: block; margin: 0.15rem;}

.newscon .swiper-slide .pic{    
    overflow: hidden;
    border-radius: 5px;
}
.newscon .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{bottm:0px!important}
.newscon .swiper-scrollbar-drag{ width:50%; background: var(--blue-color)}
.newscon .item {
  transition: 0.4s;
}
.newscon .item:nth-child(3n) {
  margin-right: 0;
}
.newscon .item a {
  display: block;
}
.newscon .item a .newspic {
  overflow: hidden;
  border-radius: 5px;
  height: 3.2rem;
}
.newscon .item a .newspic img {
  width: 100%;
  transition: 0.4s;
}
.newscon .item a .newstxt {
  padding: 0.2rem 0 0.2rem 0;
}
.newscon .item a .newsdate {
  font-size:0.16rem;
  color: #999;
}
.newscon .item a .newsdate .bi{font-size: 0.18rem;color: var(--blue-color)}
.newscon .item a .newsdate img {
  margin-right: 0.625rem;
  vertical-align: middle;
}
.newscon .item a .newstitle {
  font-size: 0.22rem;
  color: #000;
  margin: 0.16rem 0;
  transition: 0.4s;
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newscon .item a .newstxtcon {
  font-size: 0.18rem;
  color: #888;
  line-height: 0.3rem;

        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.newscon .item a .newsmore {
  margin-top:0.13rem;
  margin-bottom:0.16rem;
  font-size: 0.2rem;
  color: #c9182d;
}
.newscon .item a .content6 span {
  position: relative;
  top: 2px;
}
.newscon .item:hover a .newspic img {
  transform: scale(1.1);
}
.newscon .item:hover a .newstitle {
  color: #c9182d;
}
.index_news > .box .boxRight .page {
  margin-top: 4.625rem;
  position: relative;
  height: 1px;
  width: calc(100% - 5.2vw);
}
.index_news > .box .boxRight .page .swiper-pagination-progressbar {
  width: 100%;
  height: 100%;
}
.index_news > .box .boxRight .button {
  position: absolute;
  bottom: -25px;
  left: 12.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  line-height: 50px;
  box-shadow: 0px 0px 1rem #fdeff0;
}
.index_news > .box .boxRight .button p {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.index_news > .box .boxRight .button p span {
  color: #999;
  transition: 0.4s;
  cursor: pointer;
}
.index_news > .box .boxRight .button p span:hover {
  color: #c9182d;
}

  @media (max-width:992px){
	
     .newscon .item a .newsdate{font-size: 0.3rem}
     .newscon .item a .newsdate .bi{font-size: 0.3rem}
      .newscon .item a .newstitle{font-size: 0.36rem}
      .newscon .item a .newstxtcon{font-size: 0.34rem;line-height: 0.4rem}
      .newscon .item a .newsmore{font-size: 0.3rem}
  }


  footer{padding: 0.6rem 0 0.8rem 0; background: url(../images/ftbg.jpg) no-repeat top center #212427;}
.fxfoot{display: flex; justify-content: space-between;}

  .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:nth-child(4){width: 2rem; text-align: center;}
  .ftmenu dl:nth-child(4) dd{display: inline-block; width: 40%;}
*/
  .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{
      height: 28px;
    line-height: 28px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;}
  .ftmenu dl dd a{font-size: 0.14rem;color: #818181;height: 26px;
    line-height: 26px;}


  .ftlxwm{margin-top: 0.18rem;display: flex; justify-content: end; align-items: flex-start; flex-wrap: wrap; }
  .ftewm{width:1.6rem; margin-right: 2rem; margin-top: 0.3rem}
 .ftlxwm{ float:right; width:270px; line-height:24px; font-size:16px; margin-bottom:106px;}

 .f_div h3{height:24px; line-height:24px; font-weight:normal; font-size:15px;color:#818181; overflow:hidden; position:relative;}
 .f_div p{ margin-top:3px; overflow:hidden;  color:#fff;}
 .f_div .ptel{line-height:50px;  }
 .f_div .ptel a{ color:#fff; font-size:0.4rem; }
.f_div .padd{margin-top: 3px;
    overflow: hidden;
    color: #fff;}
    

  .links{display: flex; justify-content: flex-start; width: 100%; color:var(--theme-color); font-size: 0.14rem; margin: 0.3rem auto 0.3rem auto!important;}
  .links a{color:var(--theme-color);font-size: 0.14rem; margin: 0 0.08rem;}

  .banquan{border-top:#444 solid 1px; margin-top: 0.5rem; padding-top: 0.3rem; color: #999;font-size: 0.14rem;}
  .banquanfl{text-align: left;font-size: 0.14rem;}
  .banquanfr{text-align: right;font-size: 0.14rem;}
  .banquanfl a{color: #999999;font-size: 0.14rem;}
  .banquanfr a{color: #999999;font-size: 0.14rem;}

  @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;
	}
      .f_div{width: 100%; text-align: center}
      .f_div .padd{font-size: 0.3rem}
	.ftewm{order: 2; width: 100%; text-align: center;}
	.ftewm img{ width: 70%; margin: 20px auto;}

	.links{display: none;}

	.banquanfl,.banquanfr{text-align: center; font-size: 0.2rem;}
  }


  /* 一键拨号 */
.click_tel{display: none; position: fixed;bottom: 30%;right: 20px;width:40px;z-index:3;}
.click_tel .round{position: relative;left:0;top:0px;height:40px;margin-bottom: 30px;}
.click_tel .round:last-of-type{margin: 0;}
.click_tel .round div{background:#1c94f5}
.click_tel .round div:first-child{width:40px;height:40px;border-radius: 50%;}
.click_tel .round div:first-child a{display: block;}
.click_tel .round div:nth-child(2){width:40px;height:40px;}
.click_tel .circle{background:#1c94f5;border-radius:100%;width:40px;height:40px;text-align:center;position:absolute;z-index:4;}

.click_tel .circle .bi{font-size: 0.3rem; color: var(--white-color); margin-top: 0.1rem; }
.click_tel .circle_bottom{background:rgba(58,150,225,.4);border-radius:100%;width:40px;height:40px;z-index:2;position:absolute;}
.click_tel .circle_bottom2{background:rgba(58,150,225,.2);border-radius:100%;width:50px;height:50px;z-index:1;position:absolute;top:-5px;left:-5px}
.click_tel .animation{-webkit-animation:twinkling 2.1s infinite ease-in-out;animation:twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.click_tel .animation2{-webkit-animation:twinkling 2.1s infinite ease-in-out;animation:twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes twinkling{0%{opacity:.2;-webkit-transform:scale(1)}
    50%{opacity:.5;-webkit-transform:scale(1.12)}
    100%{opacity:.2;-webkit-transform:scale(1)}
}
@keyframes twinkling{0%{opacity:.2;-webkit-transform:scale(1)}
    50%{opacity:.5;-webkit-transform:scale(1.12)}
    100%{opacity:.2;-webkit-transform:scale(1)}
}

@media (max-width:992px){
	.click_tel{display: block;}
	.click_tel .circle .bi{font-size: 0.5rem;}
}


/* 内页 */
.nybanner{margin-top: -100px; height: 4rem;}
@media (max-width:992px){
	.nybanner{margin-top: 45px; height:2.2rem;}
}
.ny{padding-bottom: 40px;}
.nypro_r{width: 1150px; margin-top: 40px;}
.nypro_r .nypro_r_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}
.nypro_r .nypro_r_title h3 {
	color: #345197;
	font-size: 20px;
	border-left: 3px solid #345197;
	height: 20px;
	line-height: 18px;
	padding-left: 14px;
	margin-top: 5px;
}
.nypro_r_con p{font-size:16px; line-height:1.8}
#newsinfo_column_1 > .ny_tit {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    background: none;
    margin-top: 15px;
}
#news_column_1 > ul > li > a {
    display: block;
    padding: 14px 10px;
    color: #333;
    font-size: 16px;
}
#newsinfo_column_1 strong a {
    color: #333;
    font-size: 16px;
}
#newsinfo_column_1 > .search_news > .ny_con > ul > li a {
    color: #333;
    font-size: 14px;
}
#newsinfo_column_1 > .search_news > .ny_con > ul > li:hover > a {
    color: #000;
    font-size: 14px;
}


.nylistnav{background: #EDF2FA; border-bottom:#E0E8F5 solid 1px ;}
.nylistnav > .container{
    padding-right:0px;
    padding-left:0px;}
.wxneiye > .container{
    padding-right:0px;
    padding-left:0px;}
.disflex {display: flex;}
.flex_center {align-items: center;}
.flex1 {flex: 0;flex-grow: 1;}
.wxlnr a{line-height: 60px;padding: 0 25px 0 0px;font-size: 16px;}
.wxlnr a:hover{color: #0F57D3;}
.wxlnr a.active{font-weight: bold; color: #0F57D3;font-size: 22px;}

.wxlnl{color: #899BB2;}
.wxlnl img{ margin-right:8px;color: #899BB2;}
.wxlnl a{color: #899BB2;}

.wxneiye{background: #F7FAFC; padding: 50px 0px;}
.wxnyfl{
	width: 23%;
	min-width: 220px;
	margin-right: 2%;
	
	
}
.wxnyfl h3{
	padding: 25px;
	color: #fff;
	background: linear-gradient(to right, #23439F, #3B5FCB);
    font-size: 24px;
}
.wxnyfl h3 i{
	display: block;
	width: 35px;
	height: 2px;
	margin-top: 10px;
	background: #fff;
}
.wxnyfl ul{
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
	border: solid 1px #f2f4f9;
}
.wxnyfl ul li{
	border-bottom: 1px solid #E6E6E6;
    padding: 20px 20px 20px 30px;
    /*background: url(../images/liicon.jpg) no-repeat 15px center;*/
}
/* .wxnyfl ul li:last-child{border-bottom:none;} */
.wxnyfl ul li a{font-size: 16px;}

.wxnyfr{width: 74%;}
.wxnyfr .title_l{text-align: center;}
.wxnyfr .title_l h3{ font-size:32px; color:#23439F; margin: 0px; text-align: center}
.wxnyfr .title_l i {
    font-style: normal;
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #23439F;
    color: #23439F;
    border-radius: 10px;
    margin-bottom: 3px;
}
.wxnyfr .title_l .index_txt{ text-align: center; color: #999; font-size: 16px; font-weight: normal;}

.wxny_con{}
.mt30{margin-top: 30px;}
#pic_column_1 > ul > li > a{background: #fff;}
#pic_column_1 > ul > li{margin-top: 0px; margin-bottom: 20px;}
#pic_column_1 > ul > li > a > .img{height: 2rem;}
#productinfo_column_1{background: #fff; margin-top: 0px; padding: 20px;}
/* #productinfo_column_1 > .pics > .left > .pic_cur{background: #fff;}
#productinfo_column_1 > .pics > .left > .pic_list > ul{background: #fff;}
#productinfo_column_1 > .pics > .left > .pic_list > ul > li.active{background: #F2F2F2;} */
#pic_column_1 > ul > li > a > .img > img {
    max-width: 100%;
    max-height: 100%;
    transition: all .5s ease;
    transform: scale(1.16);
}
#productinfo_column_1 > .search_pro > .ny_con > ul > li > a > .img{height: 1.5rem;}
#pic_column_1 > ul > li > a:hover{border-color: #0F57D3;}

#newsinfo_column_1{background: #fff; padding: 20px; margin-top: 0px;}
#newsinfo_column_1 > .search_pro > .ny_con > ul > li > a > .img{height: 1.5rem;}
.lxwm3{margin-top: -20px;}
.liuyan .formlist span{width: 15%!important;}
.liuyan #liuyantj {
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    width: 80px;
    margin-left:10%!important;
    margin-top: 30px;
}
.liuyan .formlist textarea {
    height: 150px !important;
    width: 65.8% !important;
    border-radius: 5px;
    padding-left: 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: none;
    outline: none;
    margin-bottom: 5px;
}
@media (max-width:992px){
	.wxneiye{padding-top: 0.2rem;}
	.nylistnav{display: none;}
	.wxlnr a.active{font-size: 0.35rem;}
	.wxneiye>.container{width: 100%;-bs-gutter-x: 0.5rem!important;       padding-right: calc(var(--bs-gutter-x)* 0.15);
		padding-left: calc(var(--bs-gutter-x)* 0.15);}
	#lxwm_map {
		width: 100%;
		margin-top: 0px;
		border: 1px solid #ddd;
		padding: 0px;
	}
	.lxwm-r{padding: 5%;}
	.lxwm-top h3{font-size: 0.35rem;}
	.lxwm-top dl dd{font-size: 0.3rem;}
	#tx_map{height: 4rem;}

	.wxnyfl{display: none; width: 100%; margin-right: 0; margin: 0 auto;}
	.wxnyfl h3{display: none;}
	.wxnyfl ul{display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; }
	.wxnyfl ul li{padding: 5px 5px;}

	.wxnyfr{width: 100%; margin-top: 0.2rem;}
	#pic_column_1 > ul > li{margin-bottom: 0.15rem;}
	.wxny_con p{font-size: 0.3rem;}
	.wxny_con img{max-width: 100%;}
	.liuyan{width: 100%;}
	.liuyan .formlist input{width: 48%!important;}
	.liuyan .formlist textarea{width: 48%!important;}
	.liuyan #liuyantj{width: 80%!important;}

	.ny_con p{font-size: 0.3rem}
	#newsinfo_column_1 > .news_other > .li > a{font-size: 0.26rem;}
	#newsinfo_column_1 > .search_pro > .ny_con > ul > li:last-child{display: none;}
}
