 /*News Home*/
 #home_news{
	width:94%;
	max-width:1600px;
	min-width:0px;
	height:auto;
	max-height:none;
	min-height:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin-bottom: 3rem;
    margin-top: 3rem;
}
.Main_newslist_box{
	width:100%;
	min-width:0px;
	height:auto;
	max-height:none;
	min-height:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
 #Main_newslist .newListBox{
	padding:0px;
	overflow:hidden;
	background:none;
}
#Main_newslist .container{
	padding:0px;
	width:100%;
}
#Main_newslist .newList1{
	margin:0px;
	margin-bottom:20px;
}
#Main_newslist .newList{
   position:relative;
	overflow:hidden;
	padding:35px 50px 0;
	-moz-transition:all .8s ease 0s;
	-ms-transition:all .8s ease 0s;
	-o-transition:all .8s ease 0s;
	-webkit-transition:all .8s ease 0s;
	transition:all .8s ease 0s;
}
#Main_newslist .newPicBox img{
	height:315px;
	width:100%;
	object-fit:cover;
	filter:saturate(1);
	-webkit-filter:saturate(1);
}
#Main_newslist .newTitle1{
	font-size:20px;
	color:#000;
	font-weight:bold;
	display:block;
	transition:none;
	margin:5px 0;
	line-height:1.8;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#Main_newslist .content{
	margin-bottom:38px;
	-moz-transition:all .8s ease 0s;
	-ms-transition:all .8s ease 0s;
	-o-transition:all .8s ease 0s;
	-webkit-transition:all .8s ease 0s;
	transition:all .8s ease 0s;
	padding:35px 0 0;
}
#Main_newslist .newMs{
	font-size:15px;
	line-height:1.8;
	display:-webkit-box;
	overflow:hidden;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	color:#555;
	transition:all .5s ease 0s;
}
#Main_newslist .news1_date{
	font-size:16px;
	color:#666;
	transition:all .5s ease 0s;
}
#Main_newslist .newTitle{
	display:block;
	width:100%;
	font-size:1rem;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#Main_newslist .newYear{
	position:absolute;
	top:0px;
	right:0px;
}
#Main_newslist .news1_more {
    color: #0090da;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 45px;
    position: relative;
    display: inline-block;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
#Main_newslist .list-icon{
	position:absolute;
	left:5px;
	display:flex;
	justify-content:center;
	align-items:center;
	width:20px;
	height:20px;
	font-size:12px;
	color:gray;
}
#Main_newslist .content:hover{
	padding-left:50px;
	padding-right:50px;
	background:url(../img/ags_news_h.jpg) no-repeat;
	background-size:cover;
}
#Main_newslist .content:hover .news1_date{
	color:#fff;
}
#Main_newslist .content:hover .newTitle1{
	color:#fff;
}
#Main_newslist .content:hover .newMs{
	color:#fff;
}
#Main_newslist .content:hover .news1_more{
	opacity:0;
	visibility:hidden;
}
#Main_newslist .newList:hover{
	background:url(../img/ags_news_h.jpg) no-repeat;
	background-size:cover;
}
#Main_newslist .newList:hover .news1_date{
	color:#fff;
}
#Main_newslist .newList:hover .newTitle1{
	color:#fff;
}
#Main_newslist .newList:hover .newMs{
	color:#fff;
}
#Main_newslist .newList:hover .news1_more{
	opacity:0;
	visibility:hidden;
}
@media only screen and (min-width: 769px){
	#Main_newslist .newList1{
		width:50%;
		float:left;
   }
	#Main_newslist .news1_con{
		padding-right:60px;
   }
}
@media only screen and (max-width: 768px){
	#Main_newslist .content{
		margin-bottom:15px;
   }
	#Main_newslist .con_title{
		font-size:20px;
		margin:0px 0 20px;
   }
	#Main_newslist .newTitle1{
		font-size:15px;
   }
	#Main_newslist .newMs{
		font-size:13px;
   }
	#Main_newslist .news1_more{
		font-size:12px;
   }
	#Main_newslist .news1_date{
		font-size:12px;
   }
	#Main_newslist .content:hover {
		padding-left: 20px;
		padding-right:25px;
   }
	#Main_newslist .newList {
		padding: 15px 20px 0;
   }
}
 /*News Home end */

/*base*/
.column_box
{
	padding: 2.5vw 0 4vw;
	/* width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px; */
}
.box_title{

}
.box_title p{
	/* background-image: -webkit-gradient(linear, left top, right top, from(#32beff), to(#005aab));
    background-image: -webkit-linear-gradient(left, #32beff 0%, #005aab 100%);
    background-image: -moz-linear-gradient(left, #32beff 0%, #005aab 100%);
    background-image: linear-gradient(to right, #32beff 0%, #005aab 100%);
    -webkit-background-clip: text;
    color: transparent; */
	color: #000;
	text-align:center;
	font-size:40px;
	font-weight: bold;
	margin: 0;
}@media only screen and (max-width:768px) {
	.box_title p{
		font-size:30px;
	}
}
.box_title .title_line{
	display: block;
	width: 100%;
    height: auto;
    max-height: none;
    min-height: 40px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.box_title .title_line div{
	max-width: 100%;
	width: 100%;
	border-top-style: solid;
    border-top-color: #e5ebf3;
	width: 100%;
	border-top-width: 0px;
    display: inline-block;
}
.box_title .title_line div::before{
	content: '';
    width: 63px;
	margin: 0 auto;
    height: 3px;
    /* background-color: #32beff; */
	background-color: #004586;
    display: block;
    position: relative;
    bottom: 2px;
    pointer-events: none;
}

/*base end*/
/*home*/
/*home-tech*/
#home_tech_box{
	background-color: #f1f6fc;
	/* padding-bottom: 6vw; */
	/* background: url(../img/yyindex9.jpg) repeat-y center; */
}
#home_tech {
	width:100%;
	max-width:1600px;
	min-width:0px;
	height:auto;
	max-height:none;
	min-height:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	
}

/*home_tech_0001*/
.bd_piclist_0001 {
	overflow:hidden;
	width:100%;
	height:auto;
	min-width:640px;
	margin-left:0;
	margin-right:0;
}
.home_tech_0001 >div {
	animation-fill-mode:both;
}
.home_tech_0001 .relative {
	position:relative;
}
.home_tech_0001 .absolute {
	position:absolute;
}

.home_tech_0001 .proName {
	width:100%;
	height:auto;
	text-align:center;
	margin:1rem 0 2rem;
}
.home_tech_0001 .list {
	position:relative;
	width: 100%;
    max-width: 1600px;
	margin: 0 auto;
	height:auto;
}
.home_tech_0001 .swiper-container-pro {
	width:calc(100% - 120px);
	margin:0 60px;
}
.home_tech_0001 .swiper-wrapperUl {
	width:100%;
}
.home_tech_0001 .productLi {
	overflow:hidden;
	background: #ffffff;
    box-shadow: -8px -8px 10px #FFFFFF, 4px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
	margin-bottom: 10px;
}
.home_tech_0001 .productLi .text-center{
	box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee \0;
    background: #ffffff;
	padding: 20px;
}
.home_tech_0001 .block {
	display:block;
}
.home_tech_0001 .aTop {
	width:100%;
	height:0px;
	padding-bottom:75%;
	overflow:hidden;
}
.home_tech_0001 .picture {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.home_tech_0001 .proPic {
	width:100%;
	height:100%;
}
.home_tech_0001 .number {
	font-size:14px;
	padding-left:8%;
	padding-right:8%;
	padding-top: 20px;
	color:#ffffff;
	text-align: left;
	
}


.home_tech_0001 .blue {
	background:rgb(51, 51, 51,0.6);
	top:100%;
	left:0;
	width:100%;
	height:100%;
	transition:all .5s ease;
	position: absolute;

}
.home_tech_0001 .desc1 {
	background:rgb(254, 254, 254,0.8);
	padding:0 10%;
	color:#fff;
	height:6rem;
	line-height:1.5rem;
	overflow:hidden;
	text-align:center;
}
.home_tech_0001 .proName2 {
	display:block;
	font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.home_tech_0001 .desc2 {
	font-size: 16px;
    line-height: 22px;
    color: #999999;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 0;
	transition:all .5s ease;
	display:block;
	max-height: 45px;
	overflow: hidden;
}
.home_tech_0001 #tech .swiper-button-prev {
	position:absolute;
	top:43%;
	left:0px;
	font-size:2rem;
	cursor:pointer;
	background:none;
	transition:all .5s ease;
	/* border:2px solid #004586; */
	font-size:30px;
	border-radius:50%;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#999;
	background:#ffffff;
	box-shadow: -8px -8px 10px #FFFFFF, 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.home_tech_0001 #tech .swiper-button-prev:hover {
	color:#004586;
}
.home_tech_0001 #tech .swiper-button-next {
	position:absolute;
	top:43%;
	right:0px;
	font-size:2rem;
	cursor:pointer;
	/* border:2px solid #004586; */
	font-size:30px;
	border-radius:50%;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#999;
	background:#ffffff;
	transition:all .5s ease;
	box-shadow: -8px -8px 10px #FFFFFF, 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.home_tech_0001 #tech .swiper-button-next:hover {
	color:#004586;
}
.home_tech_0001 .proPrice {
	color:red;
	display:none;
}
@media only screen and (min-width:769px) {
.home_tech_0001 .productLi:hover .blue {
	top:0%;
}
.home_tech_0001 .productLi .text-center{
	padding: 30px 30px;
}
.home_tech_0001 .productLi:hover .text-center {
	background:#004586;
	color:#fff;
}
.home_tech_0001 .productLi:hover .proName2 {
	color: #fff;
}
.home_tech_0001 .productLi:hover .desc2 {
	opacity:0;
}
}@media only screen and (max-width:768px) {
	/* .home_tech_0001 .productLi:hover .proName2 {
	background:#004586;
	color:#fff;
	} */
	.home_tech_0001 .swiper-container-pro{
		width: calc(100% - 50px);
    margin: 0 30px 40px 30px;
	}
	.home_tech_0001 #tech .swiper-button-prev{
		top:auto;
		bottom: -50;
		left: calc(50% - 50px);
		font-size:20px;
		border-radius:50%;
		width:40px;
		height:40px;
		line-height:35px;
	}
	.home_tech_0001 #tech .swiper-button-next{
		top:auto;
		bottom: -50;
		right: calc(50% - 50px);
		font-size:20px;
		border-radius:50%;
		width:40px;
		height:40px;
		line-height:35px;
	}
}
.home_tech_0001 .proName2 {
	line-height:30px;
	font-size:20px;
}
}.home_tech_0001 .p_page .pre .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.home_tech_0001 .p_page .next .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.home_tech_0001 .p_more .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.home_tech_0001 .p_loading .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}



/*product Home */
#home_product{
	width:94%;
	max-width:1600px;
	min-width:0px;
	height:auto;
	max-height:none;
	min-height:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5rem;
}

.home_box_product_0001{
	width: 100%;
    overflow: hidden;
    position: static;
}

.home_box_product_0001 > .gridcellitem:nth-child(2n+1) {
	margin-left:0px;
	clear:left;
}
@media only screen and (min-width:769px) {
.home_box_product_0001 > .gridcellitem:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
    margin-right: 0px;
    width: 17.2369%;
}
.home_box_product_0001> .gridcellitem {
	margin-bottom:0rem;
	margin-top:0rem;
	margin-left:3%;
}
.home_box_product_0001 > .gridcellitem:nth-child(2n+0) {
	width:79.76310000000001%;
	margin-left:3%;
	margin-right:0px;
	clear:none;
}
.home_box_product_0001 > .gridcellitem:nth-child(2n+1) {
	margin-left:0px;
	clear:left;
	margin-right:0px;
	width:17.2369%;
}
.home_box_product_0001 > .gridcellitem:nth-child(2n) {
	margin-right:0px;
}
}
/*product Home - product category */
.home_productcategory_0001 {
	width:100%;
	height:auto;
	width-uint:%;
}
.home_productcategory_0001 .title_main {
	display:inline-block;
	vertical-align:middle;
	line-height:40px;
	color:rgba(255,255,255,1);
	font-weight:normal;
	font-size:20px;
	max-width:600px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.home_productcategory_0001 .category_title{
	width: auto;
	height: 70px!important;
	background: url("../images/pro_cat_bg.jpg") no-repeat;
    background-color: #004586!important;
    line-height: 70px!important;
	padding-left:15px;
	padding-right:15px;

}
.home_productcategory_0001 .categrayBox {
	border-style:solid;
	border-width:1px;
	border-color:#f0f0f0;
	width:100%;
	width-uint:%;
}
.home_productcategory_0001  .contentBox {
	width:100%;
	height:auto;
	overflow:visible;
	box-shadow:0px 5px 20px 0px rgba(192,192,192,0.4);
}
.home_productcategory_0001 .m_contentBox {
	display:none;
	margin-top: 10px;
}
.home_productcategory_0001 .link {
	position:relative;
	height:50px;
	line-height:50px;
}
.home_productcategory_0001 .yjTitle {
	border-bottom:1px solid #e8e8e8;
	padding-left:20px;
}
.home_productcategory_0001 .yjTitle:hover {
	background-color:#f5f8fa;
}
.home_productcategory_0001 h3.yjTitle{font-weight: normal !important;}
.home_productcategory_0001 .yjLink {
	position:relative;
	color:#7b8a96;
	font-size:1.125rem;
	transition:all .5s ease;
	display:block;
	overflow:hidden;
}
.home_productcategory_0001 .yjLink::before {
	content:'';
	display:block;
	width:3px;
	height:50px;
	background-color:#004586;
	position:absolute;
	left:-20px;
	opacity:0;
	transition:all .5s ease;
}

@media only screen and (max-width:768px) {
	.home_productcategory_0001 .contentBox {
	/*position:fixed;
	top:0;*/
	display:none;
	left:100%;
	height:100%;
	font-size:0;
}
.home_productcategory_0001 .category_title{
	background: none !important;
	line-height: 40px !important;
	height: 40px !important;
	color: #004586;
}
.home_productcategory_0001 .title_main{
	color: #4e4e4e !important;
}
.home_productcategory_0001 .categrayBox{
	border-bottom: 2px solid #666;
}
.home_productcategory_0001 .m_contentBox{
	display:block;
}
}

/*home_productlist_0001*/



#home_productlist_0001 >div {
	animation-fill-mode:both;
}
#home_productlist_0001 .proBox {
	padding:0px 0;
}
#home_productlist_0001 .container {
	padding:0 20px;
}
#home_productlist_0001 .proContainer {
	width:100%;
	margin:0px;
	overflow:hidden;
}
.proContainer .proImgBox {
	width:100%;
	height:0px;
	padding-bottom:75%;
	position:relative;
	overflow:hidden;
}
.proContainer .proLi {
	padding:0.5vw;
}
.proContainer .box {
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
}
.proContainer .proImg {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	transform:translate(-50%,-50%) scale(1.0);
	transition:all .5s ease;
}
.proContainer .txtBox {
	padding:20px;
	transition:all .5s ease;
}
.proContainer .proTitle {
	position:relative;
	overflow:hidden;
	width:100%;
	padding-right:30px;
	font-size:1rem;
	line-height: 30px;
}
.proContainer .proLink {
	display:block;
	width:100%;
	padding:0px 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all .5s ease;
}

.proContainer .jian {
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	background:url(../images/jian.png)no-repeat;
	background-position:right center;
}
.proContainer .line {
	position:relative;
	margin-top:10px;
	width:100%;
	height:2px;
}
.proContainer .line::before {
	content:'';
	position:absolute;
	right:0px;
	display:block;
	width:30px;
	height:0px;
	background:#999;
	transition:all .5s ease;
}
.proContainer .box:hover .line::before {
	width:100%;
	background:#fff;
}
.proContainer .box:hover .txtBox {
	background:#004586;
}
.proContainer .box:hover .proLink {
	color:#fff;
}
.proContainer .box:hover .jian {
	background-position:left center;
}
.proContainer .box:hover .proImg {
	transform:translate(-50%,-50%) scale(1.1);
}
@media (min-width:1200px) {
	#home_productlist-0001 .container {
	width:auto!important;
	padding:0;
}
}@media only screen and (max-width:768px) {
	.proContainer {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#home_productlist_0001 .proBox {
	margin-top: 1rem;
}
.proContainer .proLi {
	width:49.5%;
	padding: 1vw;
}
#home_productlist-0001 .container {
	padding:0;
}
.proContainer .proTitle {
	line-height: 26px;
}
.proContainer .jian {
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(../images/jian.png)no-repeat;
	background-position:right center;
	background-size:cover;
}
.proContainer .proLink {
	padding:0;
}
.proContainer .proImg {
	height:100%;
	object-fit:cover;
}
}

#home_box_product_0001 > .gridcellitem {
	float:left;
	position:static;
}



/*home_application*/
#home_application{
	/* background-color:rgba(245,245,245,1); */
	background:url(../img/technology_bg_1.jpg) no-repeat left center;
	background-size:cover;
}
#home_application_0001 .project_list {
	margin:1.5rem 0.5rem;
}
#home_application_0001 .pj_titles {
	margin:1rem 0;
	padding-right:0px;
	text-align:center;
}
#home_application_0001 .pj_titles h1 {
	font-size:1rem;
	line-height:1.2;
	margin-bottom:0.25rem;
	font-weight:normal;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#home_application_0001 span.time {
	display:block;
	font-size:0.825rem;
	opacity:0.8;
	color:#cf8b32;
	position:absolute;
	right:0px;
	top:0px;
	line-height:1.8;
}
#home_application_0001 .project_list > a {
	display:block;
	position:absolute;
	z-index:10;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}
#home_application_0001 .S02 {
	padding:0rem 0;
}
#home_application_0001 .pj_titles p {
	font-size:0.875rem;
	margin-bottom:1rem;
	opacity:0.8;
	line-height:1.5;
	display:none;
}
#home_application_0001 .project-slide.swiper-slide .project_list {
	transition:0.8s;
	opacity:0.15;
}
#home_application_0001 .project-slide.swiper-slide.swiper-slide-active .project_list {
	opacity:1;
}
#home_application_0001 .project-slide.swiper-slide.swiper-slide-prev .project_list {
	opacity:1;
}
#home_application_0001 .project-slide.swiper-slide.swiper-slide-next .project_list {
	opacity:1;
}
#home_application_0001 .project-slide.swiper-slide .project_list .pj_titles {
	transition:0.8s;
	opacity:0;
}
#home_application_0001 .project-slide.swiper-slide.swiper-slide-active .project_list .pj_titles {
	opacity:1;
}
#home_application_0001 .project-slide.swiper-slide.swiper-slide-prev .project_list .pj_titles {
	opacity:1;
}
#home_application_0001 .project-slide.swiper-slide.swiper-slide-next .project_list .pj_titles {
	opacity:1;
}
#home_application_0001 .pj-prev-btn {
	position:absolute;
	z-index:20;
	left:0px;
	width:20%;
	bottom:40%;
	top:0px;
	cursor:pointer;
	display:flex;
	flex-flow:column;
	justify-content:center;
}
#home_application_0001 .pj-prev-btn .btns {
	color:#000;
	text-align:center;
	position:absolute;
	bottom:1.5rem;
	left:0px;
	right:0px;
	text-transform:uppercase;
	font-size:0.825rem;
}
#home_application_0001 .pj-next-btn {
	position:absolute;
	z-index:20;
	right:0px;
	width:20%;
	bottom:40%;
	top:0px;
	cursor:pointer;
	display:flex;
	flex-flow:column;
	justify-content:center;
}
#home_application_0001 .pj-next-btn .btns {
	color:#000;
	text-align:center;
	position:absolute;
	bottom:1.5rem;
	left:0px;
	right:0px;
	text-transform:uppercase;
	font-size:0.825rem;
}
#home_application_0001 .pj-prev-btn .btns > * {
	display:inline-block;
	vertical-align:middle;
	margin:0.5rem 0.5rem;
}
#home_application_0001 .pj-next-btn .btns > * {
	display:inline-block;
	vertical-align:middle;
	margin:0.5rem 0.5rem;
}
#home_application_0001.pj_img {
	position:relative;
	height:0px;
	padding-bottom:100%;
	overflow:hidden;
	transform:perspective(1000px) translate3d(0,0,0px);
	transition:0.5s;
	box-shadow:0px 10px 50px rgba(0,0,0,0);
}
#home_application_0001 .project_list:hover .pj_img {
	overflow:hidden;
	transform:perspective(1000px) translate3d(0,0,30px);
	transition:0.5s;
	box-shadow:0px 10px 20px rgba(0,0,0,0.2);
}
@media screen and (min-width:769px) {
	#home_application_0001 .pj_titles p {
	display:none;
	overflow:hidden;
	-webkit-line-clamp:2px;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}
}@media screen and (max-width:1100px) {
#home_application_0001 .project-container {
	margin:0 0.5%;
}
#home_application_0001 .project_list{
	position: relative;
}
#home_application_0001 .project_list a{ width: 100%; min-height: 30px; position: absolute; bottom: 0px;}
#home_application_0001 .pj-prev-btn .btns {
	display:none;
}
#home_application_0001 .pj-next-btn .btns {
	display:none;
}
#home_application_0001 .pj_titles {
	margin:1rem 0;
	padding-right:0;
}
}@media screen and (max-width:769px) {
	#home_application_0001 .S02 {
	padding:0rem 0;
}
#home_application_0001 .project-container {
	margin:0 5%;
}
#home_application_0001 .pj-prev-btn {
	display:none;
}
#home_application_0001 .pj-next-btn {
	display:none;
}
}#home_application_0001 .sL_icon {
	background-size:contain;
	width:50px;
	height:50px;
	background-repeat:no-repeat;
	background-position:center;
	background-color: #ffffff;
	border-radius: 50%;
	line-height: 50px;
	font-size: 24px;
}
#home_application_0001 .sL_icon:hover{
	background-color: #004586;
	color: #ffffff;
}
#home_application_0001 img {
	max-width:100%;
}


/*home_aboutus*/
#home_aboutus{
	background:url(../img/yyindex9.jpg) no-repeat left center;
	background-size:cover;
}
#home_aboutus_0000{
	width:94%;
	max-width: 1600px;
	/* max-width:100%; */
	min-width:0px;
	height:auto;
	max-height:none;
	min-height:192px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
.home_aboutus_00{
	width: 100%;
    position: relative;
	overflow: hidden;
}
.aboutright{ margin-top: 30px; }
@media only screen and (max-width:1000px) {
	.picshowstyle01{
		position: relative;
		padding-bottom: 100px;
	}
	.picshowstyle01 .pic_text{
		position: absolute;
		top:auto !important;
		bottom: 25px;
		background-color: #FFFFFF;
		height: auto !important;
		width: 94% !important;
		left: 3% !important;
		padding: 10px  10px !important;
	}
	.picshowstyle01 > .pic_text a{
		color: #000 !important;
	}
	.picContentShow > .pic_text001{
		border-radius: 0px 0px 0px 0px !important;
	}
}
@media only screen and (min-width:769px) {
	.home_aboutus_00:before {
	content:'';
	display:block;
	width:40%;
	/* width: 100%; */
	height:70%;
	background-color: #f6f9fb;
	/* background:url(../img/yymet.jpg) no-repeat left center; */
	background-size:cover;
	position:absolute;
	top:30%;
	/* left:-10%; */
}

/* .about_box{
	width: fit-content;
} */
.about_box{
	width: 100%;
	display:block;
	min-height: 100px;
}
.about_box .box_title{ width: 200px; float:right; clear: left;}
.about_box .box_title p{ text-align: center;}
.box_title .title_line2{ margin-left:0 !important;}

	 
#home_aboutus_0001> .gridcellitem:nth-child(2n+0) {
	width:50%;
	left: 0;
	margin-left:0%;
	margin-right:3%;
	clear:none;
}
#home_aboutus_0001> .gridcellitem:nth-child(2n+1) {
	margin-left:0px;
	clear:left;
	margin-right:0px;
	width:43.3687%;
	right: 0;
}
#home_aboutus_0001> .gridcellitem:nth-child(2n) {
	margin-right:0px;
}
#home_aboutus_0001> .gridcellitem {
	position:static;
}
.aboutright{ margin-top: 0px;float:left;}
}
/* .aboutright .benner-swiper-container1{ width: 70%; margin: 0 15%;} */
@media only screen and (min-width:769px) {
.aboutright .banner-pic-box{ min-height: 500px;}
/* .aboutright .benner-swiper-container1{ width: 100%; margin: 0 0;} */
.aboutleft{ float: right;}
}

/*按钮*/
.Btn_01{
	width: 120px;
	margin-top: 30px;
}

.Btn_link .font{
	background-color:rgba(0,84,167,0);
	/* border:2px solid #004586; */
	/* border-radius:50px; */
	transition:all .36s ease;
	text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    height: auto;
	color:#004586;
	transition:all .36s ease;
	min-height: 36px;
	line-height: 40px;
}
.Btn_link .gradient {
    background-image: -webkit-gradient(linear, left top, right top, from(#32beff), color-stop(51%, #005aab), to(#32beff));
    background-image: -webkit-linear-gradient(left, #32beff 0%, #005aab 51%, #32beff 100%);
    background-image: -moz-linear-gradient(left, #32beff 0%, #005aab 51%, #32beff 100%);
    background-image: linear-gradient(to right, #32beff 0%, #005aab 51%, #32beff 100%);
    background-size: 200% auto;
    color: #ffffff;
}
.Btn_link:hover .font{
    background-color: #004586;
    /* border: 2px solid #004586; */
 	color: #ffffff;
}

.aboutleft h2{
	font-size: 22px;
	color:#004586;
	line-height: 1.5;
	font-weight: bold;
}
.aboutleft h3{
	font-size: 20px;
	color:#004586;
	line-height: 1.5;
	font-weight: bold;
}
.aboutleft div,.aboutleft p{
	font-size:18px;
	line-height: 32px;
	color: #555;
	margin-top: 20px !important;
}

@media only screen and (min-width:1200px) {
	.aboutleft h2{
		font-size: 36px;
	}
	.aboutleft h3{
		font-size: 30px;
	}
	.aboutleft div,.aboutleft p{
		font-size:16px;
	}
}

/* home_service*/
/*picContentShow*/
.picContentShow{
	width:100%;
	height:100%;
	position:relative;
	min-height:inherit;
	overflow:hidden;
}
.picContentShow > img {
	width:100%;
	height:auto;
}
.picContentShow > .pic_text {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	border:0px solid #78b519;
	transition:0.5s;
	display:flex;
	align-items:center;
	padding-left: 20px;
	padding-right:20px;
}
.picContentShow > .pic_text001{
	height: 20% ;
	top: auto !important;
	bottom: 10% !important;
	/* background-color: #004586; */
    border-radius: 10px 10px 0px 0px;
}
.picContentShow > .pic_text a{
	color: #ffffff;
}
.picContentShow > .pic_text:hover {
	transform:scale(0.94);
}
.home_service_box img {
	transition:0.5s;
	filter:brightness(0.9);
}
.home_service_box >div:hover img {
	transform:scale(1.06);
	filter:brightness(0.8);
}
/*textContentShow*/
.textContentShow{
	width:100%;
	height:100%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.textContentShow_text{
	border-left:0px solid #d0d0d0;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;

}
/* .textContentShow_text .t_title::before{
	width: 4px;
    height: 20px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    left: -0px;
    top: 8px;
    margin-left: -0px;
} */
.textContentShow_text .t_title a{
	font-size:18px; color:#FFFFFF; font-weight: bold;
	line-height: 50px;
}
.home_title_line {
    position: relative;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}
.home_title_line:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    width: 100px;
    height: 3px;
    background: #fff;
}

.textContentShow_text .t_content {
	margin-top: 15px;
}
.textContentShow_text .t_content a{
	font-size:16px; color:#FFFFFF;
}
.signal .gridbox{
	/*background-color:#004586;*/background-color: transparent;
    background-image: linear-gradient(150deg, #044587 2%, #5E2F55 100%);
	transition:0.5s;
}

@media only screen and (min-width:769px) {
	.textContentShow_text .t_title a{
		font-size:22px; 
	}
	.textContentShow_text .t_content a{
		font-size:14px; 
	}
}


/*gridbox*/
#home_service{
	background-color: #004586;
	padding: -20px 0 60px 0;
}
.home_service_box{
	width:100%;
	max-width: 100%;
	margin: 0 auto;
	overflow:hidden;
	position:static;
	background-color: rgba(245,245,245,1);
}

.home_service_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gridbox > .griditem:nth-child(n+1) {
	margin-left:0px;
	clear:left;
	width: 100%;
}
.gridbox > .griditem {
    min-height: inherit;
}@media only screen and (max-width:1024px) and (min-width:769px) {
	.signal .gridbox > .griditem:nth-child(2n+0) {
		width:50%;
		margin-left:0px;
		margin-right:0px;
		clear:none;
	}
	.signal .gridbox > .griditem:nth-child(2n+1) {
		margin-left:0px;
		clear:left;
		margin-right:0px;
		width:50%;
	}
	.signal .gridbox > .griditem:nth-child(2n) {
		margin-right:0px;
	}
	.signal .gridbox {
		display: flex;
		align-items: center;
	}
}


@media only screen and (min-width:1025px) {
.gridbox > .griditem:nth-child(2n+0) {
	width:50%;
	margin-left:0px;
	margin-right:0px;
	clear:none;
}
.gridbox > .griditem:nth-child(2n+1) {
	margin-left:0px;
	clear:left;
	margin-right:0px;
	width:50%;
}
.gridbox > .griditem:nth-child(2n) {
	margin-right:0px;
}
/* .gridbox > .griditem{
	float:left;
	position:static;
} */
.gridbox {
    display: flex;
    align-items: center;
}
}


/*home_honor*/
#home_honors{
	background:url(../img/rh_yw_bg03.jpg) #f0f6fc no-repeat center bottom;
}
#home_honor{
	width:100%;
	max-width:1600px;
	min-width:0px;
	height:auto;
	max-height:none;
	min-height:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:1rem;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5.5rem;

}@media only screen and (max-width:768px) {
	#home_honor{padding-bottom:5rem; padding-top: 6rem; background-position: top;}
}


/*内页*/
#c_banner {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	position:relative;
}
#c_banner .subpage_ad {
    position: relative;
    overflow: hidden;
}
#c_banner .bgimg {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: no-repeat center/cover;
}

#c_banner .subpage_ad .ad-tit {
    font-size: 45px;
    font-weight: bold;
}
#c_banner .subpage_ad .ad-line {
    height:5px;
    width: 4%;
    background: #fff;
    margin: 0.8% auto;
}
#c_banner .subpage_ad .text {
    position: absolute;
    width: 90%;
    color: #fff;
    text-align: center;
    top: 48%;
    left: 5%;
    line-height: 1.6;
    transform: translate(0, -50%);
    z-index: 4;
}
#c_banner .capitalize {
    text-transform: capitalize;
}

@media only screen and (max-width:768px) {
#c_banner .subpage_ad .ad-tit {
    font-size: 26px;
}
#c_banner .subpage_ad .ad-line {
    height:2px;
    width: 4%;
    background: #fff;
    margin: 0.8% auto;
}

}

/*底部导航*/
@media only screen and (max-width:768px) and (min-width:481px) {
	/*ipad*/
#bd_nav_main_0001 .top-nav{
	flex:0 0 100%;
		margin-right:0;}
}
#bd_nav_main_0001 .top-nav-wrap {
	display:block;
	font-size:14px;
	color:#333;
}
#bd_nav_main_0001 .top-nav-wrap .clear {
	clear:both;
}
#bd_nav_main_0001 .top-nav-wrap .btlink1 {
	display:none;
}
#bd_nav_main_0001 .top-nav-wrap .btlink3 {
	width:11% !important;
}
#bd_nav_main_0001 .top-nav-wrap .btlink7 {
	#display:none;
}
#bd_nav_main_0001 .top-nav-wrap .btlink5 {
	#display:none;width:20% !important;
}
#bd_nav_main_0001 .top-nav-wrap .btlink8 {
	margin-right:0;
}
#bd_nav_main_0001 .top-nav-wrap .btlink9 {
	display:none;
}
#bd_nav_main_0001 .top-nav {
	width:13%;
	float:left;
	margin-right:2%;
	line-height:24px;
}
#bd_nav_main_0001 .top-nav:last-child {
	margin-right:0;
}
#bd_nav_main_0001 .top-nav-a1 {
	display:block;
	font-size:18px;
	margin-bottom:12px;
	color:#fff;
	text-transform: uppercase;
}
#bd_nav_main_0001 .top-nav-a2 {
	display:block;
	font-size:14px;
	line-height:30px;
	margin-bottom:0px;
	color:#ccc;
}
/*#bd_nav_main_0001 .top-nav-a2:hover{ color: #84c3cc;
    border-bottom: 2px solid #84c3cc;}*/
	
#bd_nav_main_0001 .top-nav-a2:hover{text-decoration: none;}
#bd_nav_main_0001 .top-nav-a2{position: relative;}
#bd_nav_main_0001 .top-nav-a2::after {
  content: "";
  width: 0;
  height: 0.05rem;
  border-radius: 0.01rem;
  background-color: #84c3cc;
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  transition: all 0.3s;
}
#bd_nav_main_0001 .top-nav-a2:hover::after {
  width: 100%;
}

@media (max-width:768px) {
	#bd_nav_main_0001 .top-nav-wrap {
	display:flex;
	flex-wrap:wrap;
	flex:0 0 100%;
}
#bd_nav_main_0001 .top-nav {
	flex:0 0 100%;
	margin-right:0;
}
#bd_nav_main_0001 .top-nav-a1 {
	font-size:14px;
	line-height:50px;
	margin-bottom:0;
	border-bottom:1px solid rgba(255,255,255,0.1);
	background-size:13px !important;
	background:url(../img/btlink_xxjian.png) no-repeat right center;
}
.b-right .contact .tel{ font-size:14px;}
#bd_nav_main_0001 .footer-sub-hides {
	display:none;
	padding:10px 15px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
#bd_nav_main_0001 .top-nav-a2 {
	font-size:13px;
	color:rgba(255,255,255,0.8);
	background:url(../img/btlink_ico.png) no-repeat left center;
	background-size:3px auto;
	line-height:36px;
	margin-bottom:0;
	padding-left:15px;
}
#bd_nav_main_0001 .top-nav.cur .top-nav-a1 {
	background:url(../img/btlink_jian.png) no-repeat right center;
}
}@media only screen and (max-width:1024px) and (min-width:769px) {
	#bd_nav_main_0001 .top-nav {
	margin-right:10%;
}
}#bd_nav_main_0001 {
	width:100%;
	max-width:none;
	min-width:0px;
	height:auto;
	max-height:none;
	min-height:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}

.clearfix:before,.clearfix:after {
	content:"";
	display:block;
	clear:both;
	width:0;
	height:0;
	visibility:hidden;
	font-size:0;
}
.clear {
	clear:both;
}

/**/
.bd_productlist_0001 >div {
	animation-fill-mode:both;
}
.bd_productlist_0001 .relative {
	position:relative;
}
.bd_productlist_0001 .absolute {
	position:absolute;
}
.bd_productlist_0001 #products {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1rem 0rem;
}
.bd_productlist_0001 .proName {
	width:100%;
	height:auto;
	text-align:center;
	margin:1rem 0 2rem;
}
.bd_productlist_0001 .list {
	position:relative;
	width:100%;
	height:auto;
}
.bd_productlist_0001 .swiper-container-pro {
	width:calc(100% - 120px);
	margin:0 60px;
}
.bd_productlist_0001 .swiper-wrapperUl {
	width:100%;
}
.bd_productlist_0001 .productLi {
	overflow:hidden;
}
.bd_productlist_0001 .productLi .text-center,.bd_productlist_0001 .productLi:hover .picture img{
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.bd_productlist_0001 .productLi .text-center:hover{
	transform:translate3d(0,-10px ,0);box-shadow:0 15px 20px rgba(0,0,0,.0.8);
}
.bd_productlist_0001 .block {
	display:block;
}
.bd_productlist_0001 .aTop {
	width:100%;
	height:0px;
	padding-bottom:75%;
	overflow:hidden;
}
.bd_productlist_0001 .picture {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.bd_productlist_0001 .productLi:hover .picture img{transform: scale(1.1);}
.bd_productlist_0001 .proPic {
	width:100%;
	height:100%;
}
.bd_productlist_0001 .number {
	margin-top:15%;
	margin-bottom:5%;
	font-size:16px;
	padding-left:20%;
	color:#fff;
}
.bd_productlist_0001 .number::before {
	content:'';
	position:absolute;
	left:5%;
	top:0px;
	bottom:0px;
	margin:auto;
	display:block;
	width:10%;
	height:2px;
	background:#fff;
}
.bd_productlist_0001 .blue {
	/* background:rgba(2, 73, 149, 0.6); */
	background-color: transparent;
	background-image: linear-gradient(rgba(4,69,135,0.9),rgba(65, 238, 218, 0.9)); z-index:10; transition:0.3s; color:#fff;
	top:0px;
	right:100%;
	width:100%;
	height:100%;
	transition:all .5s ease;
	display: ;
}
.bd_productlist_0001 .desc1 {
	padding:0 20%;
	color:#004586;
	height:6rem;
	line-height:1.5rem;
	overflow:hidden;
}
.bd_productlist_0001 .proName2 {
	display:block;
	color:#333;
	font-size:16px;
	background:#fff;
	margin-top:0px;
	padding:0 15%;
	line-height:60px;
	overflow:hidden;
	transition:all .5s ease;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.bd_productlist_0001 .desc2 {
	color:#888;
	font-size:0.75rem;
	margin:16px 0 28px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	opacity:1;
	letter-spacing:1px;
	transition:all .5s ease;
	display:none;
	
}
.bd_productlist_0001 #tech .swiper-button-prev {
	position:absolute;
	top:43%;
	left:0px;
	font-size:2rem;
	cursor:pointer;
	background:none;
	transition:all .5s ease;
	/*border:1px solid #b1b1b1;*/
	font-size:24px;
	border-radius:50%;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#b1b1b1;
}
.bd_productlist_0001 #tech .swiper-button-prev:hover {
	color:#004586;
}
.bd_productlist_0001 #tech .swiper-button-next {
	position:absolute;
	top:43%;
	right:0px;
	font-size:2rem;
	cursor:pointer;
	/*border:1px solid #b1b1b1;*/
	font-size:24px;
	border-radius:50%;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#b1b1b1;
	background:none;
	transition:all .5s ease;
}
.bd_productlist_0001 #tech .swiper-button-next:hover {
	color:#004586;
}
.bd_productlist_0001 .proPrice {
	color:red;
	display:none;
}
@media only screen and (min-width:769px) {
	.bd_productlist_0001 .productLi:hover .blue {
	right:0px;
}
.bd_productlist_0001 .productLi:hover .proName2 {
	background:#004586;
	color:#fff;
}
.bd_productlist_0001 .productLi:hover .desc2 {
	opacity:0;
}
}@media only screen and (max-width:768px) {
	.bd_productlist_0001 .productLi:hover .proName2 {
	background:#004586;
	color:#fff;
}
.bd_productlist_0001 .proName2 {
	line-height:42px;
	font-size:14px;
}
}.bd_productlist_0001 .p_page .pre .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.bd_productlist_0001 .p_page .next .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.bd_productlist_0001 .p_more .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.bd_productlist_0001 .p_loading .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}


@media only screen and (max-width:1024px) and (min-width:769px) {
	/*ipad*/
	.proContainer .proImg{
		top: 0;
		left: 0;
		}
	.proContainer .pj_imgC{
		left:0
		}
	.LineNum{ float:none;}
	.ho5_21 .p1{ width:100%}
	.ho5_21{ width:33.3%; float:left}
	.aboutleft h2,.aboutleft h3{ font-size: 22px;}

}
@media only screen and (max-width:768px) and (min-width:481px) {
	/*ipad*/
	.col-md-3{width: 46%; float:left;}
	.proContainer .proImg{
	top: 0;
	left: 0;
	}
	.proContainer .pj_imgC{
	left:0
	}
	.LineNum{ float:;}
	.ho5_21 .p1{ width:100%; float:none}
	.ho5_21{ width:33.3%; float:left}
}

/*友情链接*/
.friendlink .side-open_menu {
    display: none;
    font-size: 15px;
    color: #444444;

    line-height: 150%;
    background: url(../images/link_icon.png) left center no-repeat #FFFFFF;
    box-shadow: -8px -8px 10px #FFFFFF, 4px 4px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    margin-bottom: 20px;
    
    /* border: 1px solid #696969; */
    padding: 0px 20px 0px 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #696969;
    position: relative;
	
}
.friendlink .side-open_menu,.friendlink .list-filter{margin-right: 15px;    margin-left: 15px;}
.friendlink .side-open_menu::after {
    position: absolute;
    content: '';
    border: 6px solid transparent;
    border-top-color: #696969;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}
@media (max-width: 640px){
	#home_friendlinks{padding-top: 1rem !important;padding-bottom: 0rem !important; }
  .friendlink .link_h1{display: none;}
  .friendlink .side-open_menu {
    display: block;
}
.friendlink .side-open_menu{
    line-height: 30px;
    height: auto;
    margin-top: 20px;
    border-bottom: 0;
}

.friendlink .side-open_menu{
    /* border-bottom: 2px solid #696969; */
    line-height: 40px;
    height: 40px;
}
.list-filter{line-height:30px; height:auto;margin-top: 0px;border-bottom:0;}
.list-filter{ float:none;display: none;padding: 0px 0px;border: 0px solid #ebebeb; padding: 0px 0px;}
.list-filter .Currents{ display:none;}
.list-filter li{ margin-left: 0px; background-color: #eaeaea;}
.list-filter li a{ width: 100%; padding: 0px 0px !important;}
.list-filter li{margin-right:0px;width: 100%; margin-bottom: 0;border-bottom: 1px #d8d8d8 solid; }
.list-filter li:last-child{border-bottom: 0  }
.list-filter li a{font-size:13px; line-height: 30px; }
.list-filter li a:after{ border: 0px;}
.list-filter .side-open_menu{display: block;}
} 