.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.app-header{transition: all 0.5s; z-index: 100;position: fixed;	left: 0;right: 0;top: 0;}
[data-kt-scrolltop=on] .app-header {
	 height:70px !important;
}
.app-sidebar-logo-default{transition: all 0.5s;}
[data-kt-scrolltop=on] .app-sidebar-logo-default{
	 height:40px !important;
}
 .app-wrapper{ margin-top: var(--bs-app-header-height);}
 .app-content{padding: 0 !important;}
 /* .app-sidebar-logo-default{ height: 3.4375rem !important;} */
 /* background-color:#3a8eeb;border-radius: 0.8rem; */

.shuzi{ background: #2c84e6 ; color: #fff;padding:35px 0;}
.shuzi .shuzi1{ font-size: 45px; display: inline-block; line-height:50px; font-weight:600; }
.shuzi .shuzi2{ font-size: 30px; display: inline-block; line-height:60px; height: 50px;}
.shuzi .shuzi3{ font-size: 18px; display: inline-block; line-height:20px;  padding-left:5px;}
.shuzi .wenzi{ font-size: 17px; color:rgba(255,255,255,0.9);padding-top:3px; }

.index_title{ text-align: center;}
.index_title .t1{ }
.index_title .t1 span{ font-size: 38px; font-weight: 700; color: #000; }
.index_title .t2{  font-size: 1.2rem; color: #555;padding-top:5px;}

.index_more{ text-align: center;}
.index_more a{display: inline-block; padding: 0.5rem 2rem; border: 1px solid #3a8eeb; background-color: #3a8eeb; color: #fff; border-radius: 5px;transition: all 0.5s;}
.index_more a:hover{ background-color: #fff; color: #3a8eeb;}

.product{background: #fff; }
.index_product_class{ margin-top: 50px; /*box-shadow: 5px 0px 15px rgb(0 0 0 / 10%);*/}
.index_product_class .class_lin{ background: #fff; height:380px;border:1px solid #eee;  }/*border:1px solid #eee;*/
.index_product_class .class_lin .content_one{ float: left; width: 50%; height:100%;}
.index_product_class .class_lin .content_two{ float: right; width: 50%; height:100%;}
.index_product_class .class_lin .class_wenzi{ padding:60px 100px 0 50px;  }
.index_product_class .class_lin .class_name{ font-size: 28px;color: #000;  font-weight: 600; }
.index_product_class .class_lin .class_x span{ display: inline-block; width: 80px; height: 1px; background: #ddd; }
.index_product_class .class_lin .class_content{ color:#555; font-size: 15px; line-height:35px; }
.index_product_class .class_lin .class_content p{ margin:0 !important; }
.index_product_class .class_lin .more{ display: inline-block;color:#9bc8fa; background: linear-gradient(to top, #2c84e6, #60a7f6);height: 40px; line-height:40px;padding:0 30px;border-radius: 30px 0 30px 0; }/* box-shadow: 0 5px 15px 0 rgb(0 0 0 / 11%); */
.index_product_class .class_lin .more span{ padding:0 10px; color: #fff; }
.index_product_class .class_lin .more:hover{background:#0d6bd3;}
.index_product_class .class_lin .class_img{  transition: all 0.5s;display: inline-block; height: 100%; width: 100%; background-position: center; background-repeat: no-repeat; background-size: 100% 100%;}
.index_product_class .class_lin .class_img:hover{background-size: 105% 105%;}
.index_product_class .class_lin:nth-child(2n) .content_one{ float: right; text-align:right; }
.index_product_class .class_lin:nth-child(2n) .content_one .class_wenzi{ padding:60px 50px 0 100px; }
.index_product_class .class_lin:nth-child(2n) .content_two{ float: left; }



.advantage{text-align: center; overflow: hidden; position: relative; padding: 50px 0 60px 0; background: #fff; /* background:#2c84e6 url('../images/index_bg_ys.jpg') top center;background-size: cover; position: relative;*/}
.advantage .bg{ /* position: absolute;top: 0; left: 0; width: 100%; height: 100%;z-index: 1; background:url('../images/ysBG.jpg') center;background-size: cover; border-radius: 80px 0 80px 0;*/}
.advantage .app-container{ position: relative; z-index: 5; }
.advantage .ys_t{text-align:center; color: #000;font-size:35px; font-weight: 700;}/*text-shadow: 2px 2px 4px rgba(0,0,0,0.7);*/
.advantage .ys_t2{text-transform:uppercase; color:#aaa;}/*rgba(255,255,255,0.7)*/
.advantage .youshiBox{/*display: flex;justify-content: space-between;*/ border:1px solid #e9e9e9; border-radius: 70px 0 70px 0; overflow: hidden;margin-top: 30px;  }
.advantage .youshiBox .lin{transition: all 0.3s; width: 25%;padding: 5rem 0 4rem 0; background: #fff;  border-right:1px solid #e9e9e9; float: left; } /*box-shadow: 5px 5px 10px rgba(0,0,0,0.2);  position: relative; top:0;*/
.advantage .youshiBox .lin:last-child{border: 0;}
.advantage .youshiBox .lin:hover{}
.advantage .youshiBox .lin .img{ height: 160px; background-repeat: no-repeat;background-position: center; background-size: cover; display: none;}
.advantage .youshiBox .lin .icon{ width: 95px; height: 95px; margin:auto auto auto auto;background: linear-gradient(to right, #60a7f6, #2c84e6); border-radius:90px; position: relative;top:0; transition: all 0.5s;  }/*linear-gradient(to right, #60a7f6, #2c84e6)*/
.advantage .youshiBox .lin:hover .icon{ top:-10px; }
.advantage .youshiBox .lin .icon .i{ width: 100%; height:100%;background-size: 50% auto; background-repeat: no-repeat;background-position: center; }
.advantage .youshiBox .lin.lin1 .icon .i{background-image:  url('../images/youshi01.png'); }
.advantage .youshiBox .lin.lin2 .icon .i{background-image: url('../images/youshi02.png'); }
.advantage .youshiBox .lin.lin3 .icon .i{background-image: url('../images/youshi03.png'); }
.advantage .youshiBox .lin.lin4 .icon .i{background-image: url('../images/youshi04.png'); }
.advantage .youshiBox .lin.lin1 .img{background-image: url('../images/ys01.jpg'); }
.advantage .youshiBox .lin.lin2 .img{background-image: url('../images/ys02.jpg'); }
.advantage .youshiBox .lin.lin3 .img{background-image: url('../images/ys03.jpg');}
.advantage .youshiBox .lin.lin4 .img{background-image: url('../images/ys04.jpg'); }
.advantage .youshiBox .lin .div1{ font-size:25px; color: #000; }
.advantage .youshiBox .lin .div2{ font-size: 14px; color: rgba(255,255,255,0.4); padding: 1rem 0;text-transform: uppercase;}
.advantage .youshiBox .lin .div3{ font-size: 14px; color: #666666; width:75%; margin: auto; line-height:30px; text-align: left;}
.advantage .tel{ margin:60px auto auto auto;display: inline-block; padding: 0.8rem 6rem ; background: #d43c33;border-radius: 30px 0 30px 0; }/* e1b602 linear-gradient(to top right, #60a7f6, #2c84e6)*/
.advantage .tel a{color: #fff;}
.advantage .tel a .span1{ font-size: 2rem; }
.advantage .tel a .span2{ font-size: 2.3rem;}
/*.advantage .tel:hover{ background:#c7a102;}*/

.youshi{padding: 50px 0 60px 0; background: #fff;}
.youshi .ysbox{ padding:15px 0 50px 0; }
.youshi .ys_t{text-align:center; color: #000;font-size:35px; font-weight: 700;}/*text-shadow: 2px 2px 4px rgba(0,0,0,0.7);*/
.youshi .ys_t2{text-align: center;text-transform:uppercase; color:#aaa;}/*rgba(255,255,255,0.7)*/
.youshi .yslin{ margin-top: 20px; border:1px solid #ddd; overflow: hidden;border-radius: 30px 5px 30px 5px;  }
.youshi .yslin .box{ width:calc(100% - 230px) ;}
.youshi .yslin .top{margin:auto 40px auto 30px; padding:25px 0 10px 0;}
.youshi .yslin .top .icon{ height:65px; width:65px; background: linear-gradient(to right, #60a7f6, #2c84e6); border-radius:90px;line-height:65px; text-align: center; font-size: 35px; font-weight: 700; color:#fff;}
.youshi .yslin .top .title{margin-left: 15px; width:calc(100% - 85px) ;border-bottom: 1px solid #ddd; }
.youshi .yslin .top .title .t1{color: #333; font-size:22px;  line-height:30px; font-weight: 600; padding-bottom: 3px;}
.youshi .yslin .top .title .t2{color: #999; font-size:13px;text-transform:uppercase; }
.youshi .yslin .nr{color: #666; font-size: 14px; line-height:200%;margin:10px 40px auto 30px;}
.youshi .img{ width:230px; height:230px; background-position: center; background-repeat: no-repeat; background-size: cover; background-color: #f1f1f1;}
.youshi .yslin1 .img{background-image: url('../images/youshi01.jpg'); }
.youshi .yslin2 .img{background-image: url('../images/youshi02.jpg'); }
.youshi .yslin3 .img{background-image: url('../images/youshi03.jpg'); }
.youshi .yslin4 .img{background-image: url('../images/youshi04.jpg'); }
.youshi .tel{ text-align: center; }/* e1b602 linear-gradient(to top right, #60a7f6, #2c84e6)*/
.youshi .tel .box{ display: inline-block; }
.youshi .tel a{color: #fff; padding: 0.8rem 6rem ; background: #d43c33;border-radius: 30px 0 30px 0;}
.youshi .tel a .span1{ font-size: 2rem; }
.youshi .tel a .span2{ font-size: 2.3rem;}


.gg{ padding:40px 0; background: #377ce7;background:#fff url('../images/bg.jpg') center center;background-size: cover;  border-radius: 80px 0 80px 0; }
.gg .div1{ color: #fff; font-weight: 700; font-size: 28px; }
.gg .div1 .span1{ color: #fff; }/*f8ca0a*/
.gg .div2{ color: rgba(255,255,255,0.7); font-size:15px;text-transform:uppercase; }
.gg .div3{ color: #fff; font-size: 23px;text-transform:uppercase;padding-top: 15px; }
.gg .tel{ background: #d43c33;padding:15px 45px;text-align: center;  border-radius: 40px 0 40px 0;  }
.gg .tel .span1{font-size:18px; color: #fff;}
.gg .tel .span2{ font-size: 30px; color: #fff;border-radius:30px ;}

.about{ background: #fff;background:url('../images/ysbg.jpg') center center;background-size: cover;padding:50px 0 60px 0; position: relative; }
/*.about .bg{position: absolute;top: 0; left: 0; width: 100%; height: 290px;z-index: 1;  background: #377ce7;background:url('../images/ysBG.jpg') top center;background-size: cover; border-radius: 50px 0 50px 0}*/
.about .aboutBox{}
.about .aboutLeft{ width: calc(100% - 620px); }
.about .aboutTitle{ padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.3);}
.about .aboutTitle .t1{color: #fff; font-size: 28px; }
.about .aboutTitle .t2{color: rgba(255,255,255,0.2); font-size: 28px;padding-left: 10px; }
.about .aboutTitle .more{ display: block; height: 30px; line-height:30px; padding:0 25px; background: rgba(255,255,255,0.2); color:#fff; font-size: 14px;border-radius: 20px 0 20px 0; }
.about .aboutTitle .more:hover{ background: rgba(255,255,255,0.5);  }
.about .aboutLeft .content{margin-top: 30px; color: #fff; font-size: 15px; line-height: 250%; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 8; overflow: hidden;}
.about .aboutLeft .sMore{  background: rgba(255,255,255,0.4); border-radius: 25px 0 25px 0; text-align: center; margin-top: 30px; overflow: hidden;}
.about .aboutLeft .sMore .sMore_lin{display:inline-block;padding:25px 0 20px 0;}
.about .aboutLeft .sMore .sMore_lin .div1{ color: #fff; line-height: 40px;   }
.about .aboutLeft .sMore .sMore_lin .div1 .span1{font-size: 45px;font-weight: 700;}
.about .aboutLeft .sMore .sMore_lin .div1 .span2{font-size: 20px;font-weight: 700;padding-left: 5px;}
.about .aboutLeft .sMore .sMore_lin .div2{color: rgba(255,255,255,0.9); font-size: 16px;}
.about .aboutLeft .sMore .sMore_lin:first-child{ border-right:1px solid rgba(255,255,255,0.2); }
.about .aboutLeft .sMore .sMore_lin:hover{ background: #fff; }
.about .aboutLeft .sMore .sMore_lin:hover .div1{ color: #2c84e6; }
.about .aboutLeft .sMore .sMore_lin:hover .div2{ color: #333; }
.about .aboutRight{margin-top: 40px;}
.about .aboutRight .img{ width: 550px; height: 440px;background:#fff url('../images/about.jpg') center center;background-size: cover; border: 3px solid #fff; }


.index_case{position: relative; overflow:hidden; background: #fff; padding: 40px 0 40px 0; }
.index_case .case_list{ padding-top: 30px; }
.index_case .row{position: relative; z-index:10;}
.index_case .p_m{display: block;background-color: #fff;padding-top:5%;border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	transition: all 0.3s;margin-top: 0;border: 0.0625rem solid #e9e9e9; position: relative; border-radius: 5px;top:0;}
.index_case .p_m .p_m_img{ width: 90%; height: 280px; margin: auto; background-position: center; background-repeat: no-repeat; background-size: cover;}
.index_case .p_m .p_m_img img{width: 100%;}
.index_case .p_m .p_m_t{ text-align: center;padding: 1rem ; color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.index_case .p_m_b{ position: absolute; width:40%;left:30%; bottom: -0.125rem; height:0.25rem; background-color: #084a94;}
.index_case .lin:hover .p_m{box-shadow: 0 2px 10px 0 rgb(0 0 0 / 11%);top:-7px; }
.index_case .p_m:hover .p_m_t{color: #0967d0;}


.new_footer{ background: #191919;border-bottom:1px solid #434343; }
.new_footer .bottomNav{text-align:center;}
.new_footer .bottomNav .row{padding: 30px 0;  border-bottom:1px solid #434343;  }
.new_footer .bottomNav .row .col-xl-2{border-right: 1px solid #333; height:25px; line-height:25px;}
.new_footer .bottomNav .row .col-xl-2:last-child{border:none;}/*407fe1*/
.new_footer .bottomNav a{color:#fff; font-size:18px;}
.new_footer .bottomNav .span_n{ padding:0 45px; font-size:13px; color:#363636;}
.new_footer .bottomNav a:hover{ text-decoration: underline; color: #bbb}
.new_footer .new_footer_title{ font-weight: 600; font-size: 20px; color: #fff; }
.new_footer .new_footer_logo{ padding: 20px 30px; background: #333 }
.new_footer .new_footer_logo img{height: 50px;}
.new_footer .new_footer_menu{ line-height:30px;font-size:14px; color: #999;}
.new_footer .new_footer_menu,.new_footer .new_footer_menu a{ }
.new_footer .new_footer_menu a:hover{ color:#fff; }
.new_footer .ewm{ margin-left:30px;}
.new_footer .ewm img{ float:left; display:block; width:120px; margin:auto; border-radius: 3px; }
.new_footer .ewm span{ display:block; float:left; width:15px; line-height:20px; text-align:center; font-size:13px; color:#999; padding:12px 0px 0 0px; height:120px;margin-right:8px;}


.app-footer{ background-color: #101010; border-top:1px solid #434343;}
.copyrights .gov-icon { display: inline-block; margin-right: 4px; width: 15px; height: 19px; vertical-align: middle;background-image: url('../images/govemblem.png');}
.copyrights .gov-icon-icp{background-position: -15px 0; }
.copyrights .gov-icon-wa { background-position: 0 0;}
.app-footer .text-muted{color:#888 !important;} 
.app-footer a.text-muted:hover{ color: #fff !important; }


/*产品列表*/

.list_product .lin{ }
.list_product .p_m{display: block;background-color: #fff;padding-top:3%;border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	transition: all 0.5s;top: 0;border: 0.0625rem solid #e9e9e9; position: relative; border-radius: 5px; text-align: center; overflow: hidden;}
.list_product .p_m .p_m_img{ width:94%;max-width: 31.25rem; margin: auto;height:224px;  background-position: center; background-repeat: no-repeat; background-size: cover;}
.list_product .p_m .p_m_t{ text-align: center;padding:1rem 0; color: #000;background-color: #f9f9f9;}
.list_product .p_m_b{ position: absolute; width:100%;left:0%; bottom: 0; height:0px; background-color: #3a8eeb;}
.list_product .lin:hover .p_m{box-shadow: 0 2px 10px 0 rgb(0 0 0 / 11%); }
.list_product .p_m:hover .p_m_t{color: #0967d0;}
.list_product .p_m .p_m_img{}
.hot_product .p_m .p_m_img{height:9rem;width:100%;}
.hot_product .p_m{background-color: #f5f8fa;padding-top:0; border-radius: 0.4125rem; overflow: hidden;}
.hot_product .p_m_b{display: none;}
.hot_product .lin:hover .p_m{top:0;}
.list_img .p_m .p_m_img{height:25rem;}

/*详情页*/
.neirong { }
.new_lx_l{ float: left; }
.new_lx_r{ float: right; }



.mobile_bottom_h{height:var(--bs-app-header-height);display:none; }
.mobile_bottom{height:var(--bs-app-header-height); width: 100%; background-color: #2c84e6;position: fixed;z-index: 999; left: 0; bottom: 0;display: none;}
.mobile_bottom_relative{ height: 100%; position: relative;z-index: 999;}
.mobile_bottom a{width:25%; height: 100%;color:rgba(255,255,255,0.9);box-sizing: border-box; border-right:0.1rem solid #0a6bd7 ; text-align:center;display: flex; justify-content: center; align-items: center;}
.mobile_bottom a>div{width:100%;}
.mobile_bottom a i{ font-size: 1.5rem; color: #fff;}
.mobile_bottom a span{display:block;width:100%;font-size:1.1rem;line-height: 1.1rem; padding-top: 0.5125rem;}
.mobile_bottom a:nth-child(4){ border:0;}
.mobile_bottom a:nth-child(1){ }

.fudong{position: fixed;right:0; bottom:30%; z-index: 99999;}
.fudong .fudong_box{position: relative; width:40px; height:40px; text-align:center;margin-top:2px;}
.fudong .icon{width:100%; height: 100%; border-radius: 10px; background-color:rgba(0, 0, 0, 0.5);}
.fudong .icon i{ font-size:18px; width: 100%; height: 100%; line-height: 40px; color: rgba(255,255,255,1);}
.fudong .show_box{ position: absolute; right: 100%; top:0; border-radius: 10px;overflow: hidden; background-color:#fff; box-shadow: 0 2px 10px 0 rgb(0 0 0 / 11%);display: none; }
.fudong .fudong_box:hover .show_box{ display: block;}
.fudong .fudong_box:hover .icon{background-color:rgba(0, 0, 0,1);}
.fudong .tel{ color: #000;  padding: 0 40px; height:40px; white-space: nowrap;display: flex;align-items: center;}
.fudong .tel .span1{font-size:18px;  }
.fudong .tel .span2{font-size:22px; font-weight: 700;}
.fudong .weChat{padding: 0 10px; top:50%; margin-top: -178px;}
.fudong .weChat img{ width: 180px; }


@media (min-width: 992px) {
	/* .app-container {
		padding-left: 0 !important;
		padding-right:0 !important;
	} */
	:root {
	    --bs-app-header-height: 90px;
	    --bs-app-header-height-actual: 90px;
	}
	.index_product_lin{
		padding-left: 0 !important;
		padding-right:0 !important;
	}
	.app-container-fit-desktop {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 991.98px) {
	.scrolltop{margin-bottom:var(--bs-app-header-height) ;}
	[data-kt-scrolltop=on] .app-header {
		 height:60px !important;
	}
	[data-kt-scrolltop=on] .new_logo,.new_logo {
	 height:30px !important ;
	}
	.drawer{ z-index: 9999 }
	.app-container{padding-left:0.7rem !important;padding-right:0.7rem !important;}
	.new_footer,.fudong,.swiper-button-prev,.swiper-button-next,.hot_news{ display: none; }
	.mobile_bottom,.mobile_bottom_h{ display: block; }
	.swiper-pagination-bullet{ width: 0.5rem !important; height: 0.5rem !important; }
	
	.app-header .app-container{padding-left:20px !important;padding-right:20px !important;}

	.index_title .t1 span{ font-size: 2em; font-weight: 700; }
	.index_title .t2{  font-size: 0.9rem; color: #999; width: 80%; margin:auto; }
	
	.product {background:none;}
	.product .pt-20{padding-top: 2rem !important;}
	.product .pb-20{padding-bottom: 3rem !important;}
	.product .pt-15{padding-top:1rem !important;}
	.index_product_class{margin-top:2rem;}
	.index_product_class .class_lin{ height: 10rem;margin-top: 0.5rem;background:#fff; box-shadow: 0.1px 0.1px 0.2px rgba(0,0,0,0.2);}
	.index_product_class .class_lin .class_wenzi{ width:70%; padding:2rem 0 0 0;margin-left: 10%; }
	.index_product_class .class_lin:nth-child(2n) .content_one .class_wenzi{padding:2rem 0 0 0;margin-left: auto; margin-right: 10%;}
	.index_product_class .class_lin .class_name{font-size:1.5rem;}
	.index_product_class .class_lin .class_x,.index_product_class .class_lin .class_content{ display: none; }
	.index_product_class .class_lin .more{ height: 2rem;line-height:2rem;padding:0 0.5rem; margin-top:1rem;border-radius: 0.5rem; font-size: 0.9rem;  }
	.index_product_class .class_lin .more span{ color: #fff;padding:0 0.3rem; }
		
	.gg{ text-align: center;padding:2rem 0; border-radius:0;}
	.gg .ggBox{ display: block !important; }
	.gg .div1{ font-size: 2rem; }
	.gg .div2{font-size: 0.8rem; display: none;}
	.gg .div3{font-size: 1.3rem; padding-top:0.5rem;}
	.gg .tel{ display: inline-block;margin-top: 1.5rem; padding:1.5rem 3rem;}
	.gg .tel .span1{font-size: 1.3rem;}
	.gg .tel .span2{font-size: 1.8rem;}

	.advantage{padding: 2rem 0;  }
	.advantage .ys_t{ font-size: 2rem }
	.advantage .ys_t2{font-size: 0.9rem}
	.advantage .youshiBox{margin-top: 1.5rem;border-radius:0; border:0;}
	.advantage .youshiBox .lin,.advantage .youshiBox .lin:last-child{ width: 50%;padding:2rem 0;border:1px solid #e9e9e9;}
	.advantage .youshiBox .lin:nth-child(2n-1){ border-right:0; }
	.advantage .youshiBox .lin:nth-child(1),.advantage .youshiBox .lin:nth-child(2){ border-bottom: 0; }
	.advantage .youshiBox .lin .icon{ width: 5rem; height: 5rem; }
	.advantage .youshiBox .lin .div1{ font-size: 1.5rem; margin-top: 1rem !important; }
	.advantage .youshiBox .lin .div3{ font-size: 0.9rem; margin-top: 0.5rem !important;color:#666;line-height:150%; width: 85%; }
	.advantage .tel{ margin-top: 2rem; padding:0.5rem 0; display: block;}
	.advantage .tel a .span1{ font-size: 1.5rem; }
	.advantage .tel a .span2{ font-size: 1.8rem; }
	
	.youshi{padding: 2rem 0;  }
	.youshi .ys_t{ font-size: 2rem }
	.youshi .ys_t2{font-size: 0.9rem}
	.youshi .ysbox{ padding: 0rem 0 1rem 0; }
	.youshi .yslin{margin-top:0.8rem;}
	.youshi .yslin .img{ display: none; }
	.youshi .yslin .box{ width: 100%;padding:2rem 2rem; }
	.youshi .yslin .top{margin:auto  ; padding:0;}
	.youshi .yslin .top .icon{ height:4rem; width:4rem; background: linear-gradient(to right, #60a7f6, #2c84e6); border-radius:4rem;line-height:4rem; text-align: center; font-size: 2rem; font-weight: 700; color:#fff;}
	.youshi .yslin .top .title{margin-left: 1rem; border-bottom: 0px solid #ddd; }
	.youshi .yslin .top .title .t1{color: #000; font-size:1.5rem; font-weight:500;  padding-bottom: 3px;}
	.youshi .yslin .top .title .t2{color: #999; font-size:0.8rem;text-transform:uppercase; }
	.youshi .yslin .nr{color: #666; font-size:1.2rem; line-height:150%;margin:1rem auto auto auto;}
	.youshi .tel{  padding:0.5rem 0; display: block;}
	.youshi .tel a .span1{ font-size: 1.5rem; }
	.youshi .tel a .span2{ font-size: 1.8rem; }


	.about{padding: 2rem 0; }
	.about .aboutTitle{padding-bottom:1rem;}
	.about .aboutTitle .t1{ font-size: 1.5rem; }
	.about .aboutTitle .t2{ font-size: 1.5rem; padding-left:0.5rem;}
	.about .aboutTitle .more{font-size: 0.9rem;height:2rem; line-height: 2rem;padding:0 1.5rem;border-radius:1rem 0 1rem 0;}
	.about .aboutBox{ display: block !important; }
	.about .aboutBox .aboutLeft{ width: 100%; }
	.about .aboutLeft .content{ margin-top: 1.5rem;font-size:1rem; line-height: 200%; }
	.about .aboutLeft .sMore{ width: 90%; margin:auto;margin-top:1.5rem;}
	.about .aboutLeft .sMore .sMore_lin{ width: 50% !important;padding:1.5rem 0 1.2rem 0; }
	.about .aboutLeft .sMore .sMore_lin .div1{ line-height: 2.2rem; }
	.about .aboutLeft .sMore .sMore_lin .div1 .span1{ font-size: 2.2rem ;}
	.about .aboutLeft .sMore .sMore_lin .div1 .span2{font-size: 1.5rem;}
	.about .aboutLeft .sMore .sMore_lin .div2{font-size: 1.2rem;}
    .about .aboutRight{ display: none; }


    .row{--bs-gutter-x:0.7rem;}
    .index_case{padding:2rem 0 ;}
    .index_case .case_list{ padding-top: 2rem; }
    .index_case .lin{ width: 50%;margin-bottom:0.7rem !important; }
    .index_case .p_m .p_m_img{height:10rem;}
	
	.list_product .pt-8{ padding-top: 1rem !important; }
	.list_product .lin{ width: 50% !important;margin-bottom:0.7rem !important; }
	.list_product .p_m .p_m_img{height:10rem;}
	
	.news .index_title{padding-top:2rem !important;}
	.news .row.pt-10{padding-top:1.5rem !important;}
	
	.app-footer .text-dark{ text-align: center;}
	.app-footer .me-4{margin-right: 0 !important;}
	.app-footer .text-muted{display: block; line-height: 200%;}
	
	.news_list{padding:0 0 2rem 0rem !important;}
	.news_list .ms-6{margin-right:2.25rem !important;margin-left:2.25rem !important;}
	.news_list .list_lin{padding:1.5rem 0; border-bottom: 0.0625rem solid #e9e9e9;}
	.news_title{ min-height: none;}

	.hot_list{ margin-top: 1rem !important;}
	
	.xrpagination li > a, .xrpagination li > span{ font-size: 0.8rem;padding:0.3rem 0.5rem; }

	.lxwm_box>div,.lxwm_box>p{ float: left; width: 100%; }
}
