* {
	box-sizing: border-box;
}

img {
	display: block;
}
.clr {
	clear: both;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.lh_content {
	padding: 50px 0;
}
@media screen and (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 2%;
	}
	.lh_content {
		padding: 30px 0;
	}
}
.q_pageban img {
	width: 100%;
}

.header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 92px;
}
.hd_l {
	display: flex;
	align-items: flex-end;
}
.hd_l img {
	display: block;
}
.hd_l h1 {
	font-size: 14px;
	color: #666666;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #e6e6e6;
}
.hd_l h1 span {
	font-weight: bold;
	color: #bb2822;
	font-size: 16px;
}
.hdnav {
	display: flex;
	/*align-items: center;*/
	height: 100%;
}
.hdnav>li {
    margin-left: 70px;
    position: relative;
    text-align: center;
    margin-top: 38px;
}
.hdnav>li a {
	font-size: 16px;
	color: #333333;
}
.hdnav>li.active a {
	font-weight: bold;
	color: #009BCB;
}

.hdnav>li .hdsubnav {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.8);
	width: 150px;
	z-index: 999;
}
.hdnav>li .hdsubnav li {
	text-align: center;
}
.hdnav>li .hdsubnav li a {
	font-size: 14px;
	color: #666666;
	line-height: 35px;
}
/*.hdnav>li:hover .hdsubnav {
	display: block;
}*/
.navbtn	{
	width: 30px;
    height: 20px;
    display: none;
    position: relative;
}
.navbtn span {
	width: 30px;
    display: block;
    height: 2px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .2s linear;
}
.navbtn span:nth-child(1) {
	top: 0;
}
.navbtn span:nth-child(2) {
	top: 10px;
}
.navbtn span:nth-child(3) {
	top: 20px;
}
.navbtn span.no1 {
    transform: rotate(45deg);
    top: 10px;
}
.navbtn span.no2 {
    visibility: hidden;
    opacity: 0;
}
.navbtn span.no3 {
    transform: rotate(-45deg);
    top: 10px;
}

@media (max-width: 1199px) {
	.header .inner {
		flex-wrap: wrap;
		width: 100%;
		padding: 0 3%;
		height: auto;
	}
	.hd_l {
		padding: 15px 0;
		width: 90%;
	}
	.navbtn {
		display: block;
	}
	.hdnav {
		display: none;
		width: 100%;
	}
	.hdnav>li {
		margin-left: 0;
		text-align: center;
		line-height: 32px;
    	border-top: 1px dotted #ccc;
    	margin-top: 0;
	}
	.hdnav>li a {
		font-size: 12px;
	}
	.hdnav>li.active .q_head_line{
	display: none;
}

}
@media (max-width: 768px) {
	.hd_l h1 {
		display: none;
	}
	.hd_l img {
		width: 90%;
	}
}
/*img{
	max-width: 100%;
	max-height: 100%;
}*/
.q_history img{
	width: 100%;
	
}
.space{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.spaces{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.q_head_div{
	width: 100%;
	height: 40px;
	background-color: #fafafa;
}
.q_head_div h1{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999999;
}
.q_head_div_right ul li{
	padding: 0 30px;
	border-left:rgba(237, 237, 237, 0.99) 1px solid ;
	height: 40px;
	line-height: 40px;
}
.q_head_div_right{
	border-right:rgba(237, 237, 237, 0.99) 1px solid ;
	height: 40px;
}
.hdnav>li.active .q_head_line{
	width: 72px;
	height: 4px;
	background-color: #009BCB;
	margin-top: 29px;
}
.swiper-pagination-bullet {
    width: 60px!important;
    height: 2px!important;
    display: inline-block!important;
    border-radius: 0!important;
    background: #fff!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active {
    background: #009BCB !important;
}
.q_swiper img{
	width: 100%;
}
.q_head_about1{
	width: 54%;
}
.q_head_about1 img{
	width: 100%;
}
.q_head_product{
	background-image: url(../images/q_home_product.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 708px;
	padding: 60px 0 70px;
	background-size: 100% 100%;
}

.q_product_tittle h1{
	font-family: Arial;
	font-weight: bold;
	font-size: 60px;
	line-height:44px;
	color: #eeeeee;
	opacity: 0.6;
	text-align: center;
}
.q_product_tittle h2{
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	margin-top: -15px;
	position: relative;
}
.q_product_tittle_line{
	width: 42px;
	height: 3px;
	background-color: #009BCB;
	border: solid 1px #009BCB;
	margin: 20px auto 50px;
}
.q_product_top{
	width: 100%;
	height: 290px;
	border: solid 1px #eeeeee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.q_product_bottom{
	width: 100%;
	height: 70px;
	background-color: #eeeeee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 23px 0 20px;
}
.q_product_bottom p{
	font-size: 16px;
	letter-spacing: 1px;
	color: #666666;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 83%;
}
.q_product_bottom_img{
	background-image: url(../images/q_product_bottom_img.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}
.q_product:hover .q_product_top{
	box-shadow: 0px 0px 20px 0px 
		rgba(198, 198, 198, 0.35);
	border: solid 1px #009BCB;
}
.q_product:hover .q_product_bottom p{
	color: #ffffff;
}
.q_product:hover .q_product_bottom{
	background-color: #009BCB;
}
.q_product:hover .q_product_bottom_img{
	background-image: url(../images/q_product_bottom_img1.png);

}
.q_product{
	width: 32%;
}
.q_product_product{
	width: 32%;
}
.q_more{
	width: 150px;
	height: 46px;
	border: solid 1px #009BCB;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #009BCB;
	margin: 40px auto 0;
}
.q_head_about{
	padding: 82px 0 45px;
}
.q_head_about_right{
	width: 39%;
}
.q_head_about_right .q_product_tittle h1,.q_head_about_right .q_product_tittle h2{
	text-align: left;
} 
.q_head_about_right .q_product_tittle_line{
	margin: 20px 0 39px;
}
.q_head_about_right .q_more{
	margin: 40px 0 0;
}
.q_head_about_right p{
	height: 195px;
	font-size: 14px;
	line-height: 34px;
	color: #333333;
	text-align: justify;
}
.q_head_new{
	background-image: url(../images/q_head_new.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 878px;
	padding: 50px 0;
	background-size: 100% 100%;
}
.q_head_new .q_product_tittle_line{
	margin: 20px auto 40px;
}
.q_head_new1{
	height: 176px;
	padding: 7px 0 13px;
	margin-bottom: 27px;
}
.q_new1_time{
	width: 20%;
	padding: 31px 60px 35px 79px;
}
.q_new1_img{
	width: 29%;
}
.q_new1_img img{
	width: 100%;
}
.q_new1_div{
	width: 51%;
	padding: 31px 103px 41px 69px;
}
.q_new1_time h1{
	font-size: 36px;
	line-height: 29px;
	color: #999999;
}
.q_new1_time h2{
	font-size: 12px;
	line-height: 11px;
	color: #999999;
	text-align: right;
	padding: 14px 0 30px;
}
.q_new1_time img{
	display: none;
}
.q_new1_div h1{
	font-size: 16px;
	line-height: 16px;
	color: #333333;
}
.q_new1_div p{
	font-size: 12px;
	line-height: 18px;
	padding-top: 30px;
	color: #999999;
}
.q_head_new1:hover{
	background-color: #009BCB;
	box-shadow: 0px 3px 26px 0px 
		rgba(26, 166, 157, 0.35);
}
.q_head_new1:hover .q_new1_div h1,.q_head_new1:hover .q_new1_div p,.q_head_new1:hover .q_new1_time h2,.q_head_new1:hover .q_new1_time h1{
	color: #ffffff;
}
.q_head_new1:hover .q_new1_time img{
	display: block;
}
.q_new1_more{
	width: 130px;
	height: 46px;
	background-color: #009BCB;
	margin: 27px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.q_foot_top{
	height: 222px;
	background-color: #ffffff;
	padding: 47px 0 50px;
}
.q_home .q_foot{
	border-top:unset;
}
.q_foot{
	border-top: solid 1px #009BCB;
}
.q_foot_top1{
	width: 6%;
}
.q_foot_top2{
	width: 15%;
}
.q_foot_top3{
	width: 55%;
}
.q_foot_top1 h1{
	font-size: 30px;
	line-height: 29px;
	color: #666666;
}
.q_foot_top1 h2{
	font-size: 18px;
	line-height: 13px;
	padding-top: 16px;
	color: #999999;
}
.q_foot_top2 h1{
	font-size: 18px;
	line-height: 18px;
	color: #999999;
}
.q_foot_top2_img img{
	margin:27px 18px 0 0;
}
.q_foot_top3 h1{
	font-size: 18px;
	line-height: 18px;
	color: #666666;
	padding-bottom: 26px;
}
.q_foot_top3 li{
	font-size: 14px;
	line-height: 15px;
	color: #999999;
	padding-bottom: 19px;
}
.q_foot_bottom{
	height: 46px;
	background-color: #009BCB;
}
.q_foot_bottom p{
	font-size: 12px;
	line-height: 46px;
	color: #fffefe;
}

/**/
.q_sub{
	height: 80px;
	border-bottom: 1px #eeeeee solid;
}
.q_sub li a{
	font-size: 18px;
	line-height: 80px;
	color: #333333;
}
.q_sub_li{
	display: none;
}
.q_sub .active a{
	color: #009BCB;
}
.q_sub .active div{
	width: 26px;
	height: 2px;
	background-color: #009BCB;
	margin: -2px auto 0;
}
.q_history1{
	padding: 60px 0 90px;
}
.q_history_1{
	position: relative;
	height: 403px;
}
.q_history_1 img{
	position: absolute;
	left:78px;
	top: 0;
}
.q_history_tittle{
	width: 280px;
	height: 55px;
	background-color: #009BCB;
	position: absolute;
	left:0;
	bottom: 20px;
	font-size: 16px;
	line-height: 55px;
	color: #ffffff;
	text-align: center;
}
.q_history_text{
	width: 430px;
	height: 340px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px 
		rgba(26, 164, 156, 0.2);
		position: absolute;
	right:0;
	top: 32px;
	padding: 52px 40px 63px;
	font-size: 14px;
	line-height: 39px;
	color: #666666;
	text-align: justify;
}
.q_corporate_1 p{
	font-size: 14px;
	line-height: 29px;
	color: #666666;
	margin-bottom: 30px;
}
.q_team_1 p{
	line-height: 33px;
}
.q_advantage_1{
	height: 420px;
	padding-top: 19px;
	position: relative;
}
.q_advantage1{
	position: absolute;
	top:31px;
	left: 0;
}
.q_advantage2{
	position: absolute;
	top:19px;
	right: 0;
}
.q_advantage3{
	width: 42%;
	position: absolute;
	right: 56px;
	bottom: 110px;
}
.q_advantage3 h1{
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
}
.q_advantage3 div{
	width: 42px;
	height: 3px;
	background-color: #ffffff;
	margin: 18px 0 39px;
}
.q_advantage3 p{
	font-size: 14px;
	line-height: 29px;
	color: #ffffff;
}
.q_about_1{
	height: auto;
}
.q_about_1 div{
	width: 50%;
}
.q_about_1 div img{
	width: 100%;
}
.q_about_1 p{
	width: 47%;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.q_xiangying{
	width: 100%;
}
.q_xiangying img{
	width: 100%;
}
.q_xiangying1{
	width: 49%;
}
.q_xiangying1 img{
	width: 100%;
}


/**/
.q_contact{
	padding: 75px 0 95px;
}
.q_contact1{
	padding: 7px 0 50px;
}
.q_contact2{
	background-image: url(../images/q_contact1.png);
	background-repeat: no-repeat;
	width: 280px;
	height: 240px;
}
.q_contact2 img{
	margin: 14px auto 0;
	padding-top: 14px;	
}
.q_contact2 h1{
	padding: 43px 0 25px;
	text-align: center;
	font-size: 18px;
	line-height: 17px;
	color: #333333;
}
.q_contact2 h1{
	padding: 43px 0 20px;
	text-align: center;
	font-size: 18px;
	line-height: 17px;
	color: #333333;
}
.q_contact2 p{
	text-align: center;
	font-size: 14px;
	color: #666666;
	width: 208px;
	margin: 0 auto;
	line-height: 24px;
}
.q_contact_1{
	width: 1200px;
	height: 528px;
	background-color: #ffffff;
	border: solid 1px #1aa49c;
	padding: 11px;
}
/**/
/*.add_map {
    width: 100%;
     height: 506px;
}*/
#dituContent {
    width: 100%;
    height: 506px;
}

/**/
.q_products{
	padding: 75px 0 95px;
	background-color: #f9f9f9;
}
.q_product1 li.active {
    background: #009BCB;
    color: #fff;
}

.q_product1 li {
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #1aa49c;
    border: 1px solid #1aa49c;
    margin: 0 10px;
    cursor: pointer;
}
/*.q_zhfa_1 {
    margin-bottom: 61px;
}*/

.q_product1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.q_product_1{
	width: 38%;
	height: 260px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.q_product_1 img{
	max-width: 100%;
	max-height: 100%;
}
.q_products_tittle{
	color: #dbdbdb!important;
}
.q_product_2{
	width: 56%;
	margin-right: 8px;
}
.q_product_2 h1{
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
}
.q_product_2 p{
	padding: 41px 0 50px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.q_product_2 h6{
	font-size: 14px;
	line-height: 14px;
	color: #009BCB;
}
.q_product2{
	padding-bottom: 50px;
}
.q_product2:hover .q_product_1{
	box-shadow: 3px 2px 24px 0px 
		rgba(26, 164, 156, 0.1);
}
.q_product2:hover .q_product_2 h1{
	color: #009BCB;
}
/**/
.q_xiangqing{
	text-align: center;
	background-color: #f9f9f9;
}
.q_xiangqing h1{
	font-weight: bold;
	font-size: 30px;
	line-height: 29px;
	color: #333333;
	padding-bottom: 49px;
}
.q_xiangqing p{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	padding-bottom: 0;
	width: 70%;
}
.q_xiangqing_2{
	width: 49%;
	margin-bottom: 20px;
	/*height: auto;*/
}
.q_xiangqing_2 img{
	max-width: 100%;
}
.q_fenye{
	padding-top: 30px;
}
.q_new1_div1{
	padding: 31px 38px 41px 69px;
}
/**/
.q_zizhu h1{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 30px;
}
.q_zizhu h1 span{
	color: #009BCB;
}
.q_zizhu_1{
	height: 300px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*.q_zizhu_1 img{
	width: 100%;
}*/
.q_zizhu_s{
	width: 48%;
}
.q_zizhu_s p{
	padding: 20px 0 49px;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
}
.q_zizhu2 h1{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 19px;
	border-bottom: 1px solid rgba(26, 164, 156,0.2);
}
.q_zizhu2 h1 span{
	color: #009BCB;
}
.q_zizhu2 ul{
	padding-top: 25px;
}
.q_zizhu2 li{
	text-align: left;
	font-size: 14px;
	line-height: 44px;
	color: #818181;
	overflow-x: auto;
}
/**/
.q_new{
	padding: 59px 0 80px;
}
.q_new h1{
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}
.q_new h6{
	font-size: 12px;
	line-height: 9px;
	color: #333333;
	opacity: 0.8;
	margin: 20px auto 60px;
	text-align: center;
}
.q_new p{
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	opacity: 0.8;
}
.q_new img{
	padding: 29px 0;
	max-width: 100%;
	max-height: 100%;
}
.q_new_1{
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(54, 49, 35,0.08);
}
.q_new_2{
	padding-top: 5px;
}
.q_new_2 li{
	padding-top: 20px;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
}
.q_new_3{
	opacity: 0.8;
}
.q_new_2 p{
	padding-top: 20px;
	font-size: 12px;
	line-height: 13px;
	color: #1aa69d;
	font-weight: bold;
}



.lee_menu_box {
    padding: 0 30px;
}
.lee_menu_box_s {
	width: 100%;
	/*height: 60px;*/
	background-color: #f7f7f7;
	margin-bottom: 20px;
}
.lee_menu_box h6 {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 16px;
    padding:22px 0 22px 15px;
    cursor: default;
}
.lee_menu_box h6 span {
    font-size: 24px;
    margin-right: 20px;
}
.lee_menu_box .lee_hide_menu {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    /*padding: 14px 0 0 45px;*/
    display: none;
    transition: all 1s;
    width: 100%;
	height: 687px;
	background-color: #f7f7f7;
	padding: 30px;
}
.lee_active{
	background-color: #009BCB;
}
.lee_active h6{
	color: #ffffff;
}
.lee_hide_menu p span{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
}
.lee_hide_menu p{
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	margin-bottom: 20px;
}
.lee_hide_menu ul li{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.lee_hide_menu ul{
	margin-bottom: 20px;
}




#pagesize ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
@media (max-width:1199px) {
	.q_xiangying2 img{
	width: 61%;
}
.q_contact2_1 {
    width: 49%;
    margin: 0 auto;
}
.q_contact2 {
    margin: 0 auto;
}
.q_contact_1 {
    width: 100%;
}
.q_new1_time {
       padding: 31px 30px 35px 52px
}
.q_new1_img {
    width: 34%;
}
.q_new1_div1 {
	    width: 45%;
    padding: 31px 19px 41px 35px;
}
.q_new1_div {
    width: 45%;
    padding: 31px 19px 41px 35px;
}
.q_foot_top3 {
    width: 60%;
}
.q_foot_top2 {
    width: 18%;
}
.q_foot_top1 {
    width: 7%;
}
}
@media (max-width:990px) {
	/**/
.q_product_1 {
    width: 42%;
}
.q_product_2 {
    width: 53%;
}
.q_history_1 img {
     left: 0; 
    width: 100%;
}
.q_history_text {
    width: 100%;
    height: 200px;
    top: 403px;
    margin-bottom: 40px;
}
.q_about_1 p,.q_about_1 div{
	width: 100%;
}
.q_xiangying2 img {
    width: 62%;
}
.q_advantage3 {
    bottom: 161px;
}
#dituContent {
    width: 100%;
    height: 378px;
}
.q_contact_1 { 
	width: 100%;
    height: 400px;
}
.q_new1_img {
    width: 45%;
}
.q_new1_time {
	    width: 17%;
    padding: 31px 10px 35px 10px;
}
.q_new1_div1 {
    width: 37%;
    padding: 15px 5px 20px 10px;
}
.q_new1_div{    width: 37%;
    padding: 15px 5px 20px 10px;}
.q_zizhu_1 img{
	/*width: 100%;*/
}
.q_zizhu_1 {
    height: 225px;
}
.q_head_product{
	background-image:unset;
	
}
.q_product_top img{
	max-width: 100%;
	max-height: 100%;
}
.q_head_about1 {
    width: 48%;
    margin-top: 65px;
}
.q_head_about_right {
    width: 50%;
}
.q_foot_top3 {
    width: 57%;
}
.q_foot_top2 {
    width: 24%;
}
.q_foot_top1 {
    width: 9%;
}
.q_foot_top {
    height: 330px;
}
}

@media (max-width:767px) {
	
.q_product_tittle h1 {
    font-size: 30px;
}
.q_product_tittle h2 {
    font-size: 26px;
}
	/**/
.q_product1 li {
    margin: 5px 10px;
}
.q_product_1 {
    width: 100%;
    margin-bottom: 20px;
}
.q_product_2 {
    width: 100%;
}
/**/
.q_xiangqing_2 {
    width: 100%;
    margin-bottom: 20px;
    /* height: auto; */
}
/**/
.q_sub {
    height: auto;border-bottom: unset;
}

.q_sub li{
	width: 25%;
	text-align: center;
	height: 50px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
}
.q_sub li a {
     line-height: 50px; 
}
.q_sub_li{
	display: block;
}
.q_history_text {
    top: 279px;
    height: 425px;
}
.q_history_1 {
    height: 279px;
}
.q_xiangying1{
	width: 100%;
	margin-bottom: 10px;
}
.q_xiangying2 img {
    width: 100%;
}

.q_advantage3 {
    width: 77%;
    position: absolute;
    right: 15px; 
    bottom: 70px;
}
.q_advantage3 div {
    margin: 18px 0 4px;
}
.q_advantage3 p {
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
}
.q_advantage2 {
    position: absolute;
    top: 170px;
    right: 0;
    background-color: #48B8B1;
}
.q_advantage3 h1 {
    font-size: 24px;
}
.q_history1 {
    padding: 30px 0 90px;
}
.q_product_tittle_line {
    margin: 20px auto 20px;
}
.q_contact2_1 {
    width: 100%;
    margin: 0 auto;
}
.q_contact {
    padding: 30px 0 95px;
}
.lee_menu_box .lee_hide_menu{
	    height: 1050px;
}
.q_new1_time {
    width: 37%;
    padding: 10px;
}
.q_new1_img {
    width: 63%;
}
.q_new1_div1 {
    width: 100%;
    padding: 15px 5px 20px 10px;
}
.q_new1_div {
    width: 100%;
    padding: 15px 5px 20px 10px;
}
.q_head_new1 {
    height: auto;
}
.q_zizhu_s {
    width: 100%;
}
.q_head_div {
    height: 80px;
}
.q_product {
    width: 100%;
    margin-bottom: 10px;
}
.q_head_product {
    height: auto;
}
.q_head_about1 {
    width: 100%;
    margin-top: -40px;
}
.q_head_about_right {
    width: 100%;
}
.q_head_about_right .q_more {
    margin: 80px auto 0;
}
.q_head_new {
	background-image:unset;
    background-color: #fafafa;
    height: auto;
}
.q_foot_bottom {
    height: 92px;
    background-color: #1aa69d;
}
.q_foot_top1 {
    width: 20%;
}
.q_foot_top2 {
    width: 56%;
}
.q_foot_top3 {
    width: 100%;
    margin-top: 30px;
}
.q_foot_top {
    height: 440px;
}
.q_xiangqing p {
    width: 100%;
}
}

@media (max-width:335px) {
	.q_advantage3 {
    width: 77%;
    position: absolute;
    right: 15px;
    bottom: 76px;
}
.q_advantage3 div {
    margin: 10px 0 4px;
}
.q_advantage3 p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.lee_menu_box .lee_hide_menu {
    height: 1200px;
}
.q_new1_time {
    width: 37%;
    padding:0 9px 0 0;
}
}