#main{
	background-color:#F7F7F7;
	height:auto;
}
#banner{
    width: 100%;
	height:10rem;
}
#banner img{
    width: 20rem;
    height: 10rem;
}
.logo_box{
	/* modify by guiweiwei 2022-05-03 start */
	/* width:100%; */
	/* because width sub button's width, and then vertical align middle */
	width:50%;
	/* end */

	height: 2rem;
	line-height: 2rem;
	font-size: 1rem;
	color:#390;
	text-align:center;
	vertical-align: middle;
	margin: auto;
}
.news_box{
	width:100%;
	background-color:#ffffff;
	margin-top:0.5rem;
}
.news_title{
	width:100%;
	height: 1.8rem;
	line-height: 1.8rem;	
	border-bottom: #cccccc 1px solid;
}
.n_t_sp1{
	margin-left: 1rem;
	width:4rem;
	font-size: 0.9rem;
	color:#390;
	display:block;
	float:left;
}
.n_t_sp2{
	margin-left: 10rem;
	width:4rem;
	font-size: 0.7rem;
	color:#666;
	display:block;
	float:left;
	text-align:right;
}
.news_li{
	width:18rem;
	height: 1.8rem;
	line-height: 1.8rem;
	margin-left:1rem;
	font-size: 0.8rem;
	overflow:hidden;
	border-bottom: #cccccc 1px solid;
}
.news_li_last{
	width:18rem;
	height: 1.8rem;
	line-height: 1.8rem;
	margin-left:1rem;
	font-size: 0.8rem;
	overflow:hidden;
}
.ser_box{
	width:100%;
	background-color:#ffffff;
}
.ser_title{
	width:100%;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.9rem;
	color:#390;
}
.ser_title span{
	margin-left: 1rem;
}
.ser_item{
	width:18rem;
	height: 5rem;
	line-height: 5rem;
	margin-left:1rem;
	font-size: 0.9rem;
	background-color:#eeeeee;
	text-align:center;
	border:#CCC solid 1px;
	border-radius:0.5rem;
	color:#333;
}
.ser_item img{
	width:1rem;
	vertical-align:middle;
	margin-right:0.5rem;
}
.ser_space{
	width:100%;
	height: 1rem;
	line-height: 1rem;
}
.info_box{
	margin-top:0.8rem;
	width:20rem;
	background-color:#ffffff;
	clear:both;
}
.info_title{
	width:20rem;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.9rem;
	color:#390;
	border-bottom: #cccccc 1px solid;
	text-align:center;
}
.company_info{
	width:18.4rem;
	margin-left:0.8rem;
	font-size:0.8rem;
	margin-bottom:3rem;
	max-height:100%;
	padding-top:0.5rem;
}
.company_info img{
	width:100%;
}
.nav_box{
    margin-left: 0.8rem;
    width: 4rem;
    height: 4.6rem;
    float: left;
}
.nav_box li{
    list-style:none;
    text-align: center;
}
.nav_li_img{
    height: 3.5rem;
}
.nav_li_img img{
    width: 3rem;
    height: 3rem;
    margin-top: 0.4rem;
	/*border-radius:1.5rem;*/
}
.nav_li_span{
    font-size: 0.7rem;
    height: 1.1rem;
}
#navbar{
	width:20rem;
	height:4.6rem;
	margin-bottom:0.5rem;
	margin-top:0.5rem;
}
#content img{
	width:8.5rem;
	height:4rem;
	float:left;
	margin-left:1rem;
	margin-top:1rem;
	border-radius:0.2rem;
}
.bottom_space{
    width: 100%;
    height: 4rem;
	clear:both;
}
.swiper-container{
    width: 20rem;
    height: 10rem;
    margin:0 auto;
}
.swiper-slide img{
	width: 20rem;
    height: 10rem;
}

.act_box{
	width:18.4rem;
	margin-left:0.8rem;
}
.act_box_img{
	width: 18.4rem;
	height:6.2rem;
	border-radius:0.6rem;
}
.lab_box{
	width:18.4rem;
	height:8rem;
	margin-left:0.8rem;
	margin-top:0.5rem;
	background-color:#d7f7eb;
	border-radius:0.6rem;
}
.lab_box_header{
	width:18.4rem;
	height:2rem;
}
.lb_header_left{
	float:left;
	width:9rem;
	height:2rem;
	line-height:2rem;
	font-size:0.85rem;
	color:#F00;
	font-weight:600;
}
.lb_header_left span{
	display:block;
	margin-left:0.8rem;
}
.lb_header_right{
	float:left;
	width:9rem;
	height:2rem;
	text-align:right;
}
.lb_header_right img{
	width:3.5rem;
	margin-right:0.4rem;
	margin-top:0.5rem;
}
.lab_box_content{
	width:18rem;
	height:5rem;
	/*background-color:#C33;*/
}
.lab_goods{
	width:3.6rem;
	height:5rem;
	margin-left:0.78rem;
	float:left;
	border-radius:0.3rem;
	border:#393 0.02rem solid;
}
.lab_goods_img{
	width:3.6rem;
	height:3.6rem;
	border-radius: 0.3rem 0.3rem 0rem 0rem;
}
.lab_goods_img img{
	width:3.6rem;
	height:3.6rem;
	border-radius: 0.3rem 0.3rem 0rem 0rem;
}
.lab_goods_title{
	width:3.6rem;
	height:1.4rem;
	line-height:1.4rem;
	font-size:0.75rem;
	text-align:center;
	background-color:#FFF;
	overflow:hidden;
	border-radius: 0rem 0rem 0.3rem 0.3rem;
}
.lab_box_footer{
	width:18rem;
	height:1rem;
}
.lab_box_left{
	width:8.7rem;
	float:left;
}
.lab_box_left_img{
	width:8.7rem;
	height:5rem;
	border-radius:0.3rem;
}
.lab_box_right{
	width:8.7rem;
	margin-left:0.6rem;
	float:left;
}
.lab_box_right_img{
	width:8.7rem;
	height:5rem;
	border-radius:0.5rem;
}

/*add by guiweiwei 2022-05-03 start */
#box {

	width: 150px;

	height: 2rem;

	background: none;

	position: relative;

	/* button align left */
	float: left;

	/* button vertical align middle */
	vertical-align: middle;
}
/* button selected none border */
#box:focus{outline: none;}

#myLocation {

	width: 150px;

	/* html(base element) default  font size * 1 = height size */
	height: 1rem;

	background: none;

	position: absolute;

	top: 50%;

	margin: -50px 0 0 0;

	line-height: 100px;

	font-size: 0.7rem;

	border: none;
}
#myLocation:focus{outline:none;}
/* add by guiweiwei 2022-05-03 end */