html{
	font-size: 14px;
	/* width: 100%;
	overflow: hidden */
}
body {
    margin:0;
    padding:0;
	/* width: 100%;
	overflow: hidden; */
}
.mobile-container{
	width: 100%;
}
.m_header{
	display: flex;
	flex-direction: column;
	background: url(../imgs/lm-bg1.png) repeat;
	/* height: 3.625rem; */
	text-align: center;
	padding: 0.5rem 1rem 0.75rem 1.275rem;
}
.mnew_header{
	display: flex;
	flex-direction: column;
	background: url(../imgs/lm-bg1.png) repeat;
	/* height: 3.625rem; */
	text-align: center;
	padding: 0.5rem 1rem 0.75rem 1.275rem;
}
.m_wrapper{
	display: flex;
	flex-direction: row;
}
.m_hd-logo{
	width: 4.2rem;
	height: 1.2rem;
	background: #3BC4CE;
	border-radius:0.3125rem;
	padding: 0.1rem;
}
.m_hd-logo a{
	width: 100%;
	height: 100%;
}
.m_hd-logo a img{
	width: 100%;
	height: 100%;
}
.mnew_hd-logo{
	width: 4.6rem;
	height: 1.5rem;
	background: #3BC4CE;
	border-radius:0.3125rem;
	padding: 0.1rem;
}
.mnew_hd-logo a{
	width: 100%;
	height: 100%;
}
.mnew_hd-logo a img{
	width: 100%;
	height: 100%;
}
.m_hd-nav ul{
	display: flex;
	flex-direction: row;
}
.m_hd-nav ul li{
	font-size: 0.65rem;
	line-height: 1.875rem;
	margin-left: 0.3125rem;
}
.m_hd-nav ul li a{
	display: block;
	color: #000;
}
.m_hd-nav li.selected  a,
.m_hd-nav li  a:hover{
	color: #b29873;
	border-bottom: 0.125rem;
}
.m_hd-nav dl{
	text-align: center;
	border: 0.0625rem solid #b29873;
	margin-top: 0.0625rem;
}
.m_hd_bottom{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 0.625rem;
}
.m_hd_bottom .m_hd-wx{
	display: flex;
	flex-direction: row;
	width: 1.25rem;
	height: 1.25rem;
}
.m_hd_bottom .m_hd-wx .icowx{
	width: 1.25rem;
}
.m_hd_bottom .m_hd_phone{
	font-size: 0.75rem;
}

.m_hd_bottom .wxQr{
	width: 2.3rem;
	position: absolute;
	top: 2.7rem;
	left: 6.25rem;
	display: none;
}
.m_hd-wx:hover .wxQr{
	display: block;
}

/* 第三部分 */
.m_hnum{
	background-color: #f7f7f7;
	height:4rem;
}
.m_hnum .m_wrapper{
	width: 100%;
	height: 100%;
}
.m_hnum .m_wrapper ul{
	height:3.75rem;
	display: flex;
	flex-direction: row;
	margin-top: 0.9375rem;
}
.m_hnum .m_wrapper ul li{
	height: 2.5rem;
	font-size: 0.875rem;
	width: 4.375rem;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}
.m_hnum li+ li{
	border-left: 0.0625rem solid #ebebeb;
}
.m_hnum_txt{
	width: 4.5rem;
	height: 1.875rem;
	border: #b29873 0.0625rem solid;
	border-radius: 0.3125rem; 
	position: relative;
}
.m_hnum li big{
	display: inline-block;
	font-size: 0.875rem;
	color: #a40002;
	width: 3.125rem;
	height: 1rem;
	text-align: center;
	background-color: #f7f7f7;
	position: absolute;
	top: -0.3125rem;
	left: 0.6rem;
}
.m_hnum li span{
	display: inline-block;
	font-size: 0.75rem;
	color: #555555;
	width: 3.125rem;
	height: 1rem;
	text-align: center;
	background-color: #f7f7f7;
	position: absolute;
	top: 1.25rem;
	left: 0.6rem;
}
/* 第四部分 */
.m_h-bdtop {
	background: url(../imgs/bd-banner.jpg);
}
.m_h-bdtop .m_bgfix{
	width: 100%;
	height: 100%;
	background: rgba(225,225,225,0.6);
}
.m_h-bdtop .m_bgfix .m_wrapper{
	display: flex;
	flex-direction: column;
}
.m_h-bdtop-hd{
	text-align: center;
	margin-bottom: 0.9375rem;
}
.m_h-bdtop-hd h2{
	font-size: 1rem;
	font-weight: bold;
	padding-top: 0.625rem;
}
.m_h-bdtop-hd h5{
	font-size: 0.75rem;
	padding-top: 0.625rem;
}
.m_h-bdtop li{
	float: left;
	text-align: center;
	width: 6.25rem;
	margin-left: 1.25rem;
	margin-top: 0.625rem;
}
.m_h-bdtop li img{
	width: 3.125rem;
	height: 3.125rem;
}
.m_h-bdtop li span{
	display: block;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 100;
	color: #282828;
}
.m_h-db-ft{
	text-align: center;
	margin-top: 0.9375rem;
	margin-bottom: 1.25rem;
}
.m_h-db-ft ul{
	width: 100%;
	text-align: center;
	display: flex;
}
.m_h-db-ft h3{
	font-size: 0.875rem;
	line-height: 0.875rem;
	font-weight: lighter;
	margin-bottom: 0.625rem;
}
.m_h-db-ft li img{
	width: 2.125rem;
	height: 2.125rem;
}
.m_h-db-ft li{
	margin-left: 0.625rem;
	text-align: center;
}
.m_h-db-ft li span{
	font-size: 0.75rem;
	margin-top: 0.75rem;
	font-weight: bold;
}
/* 第五部分 */
.m_h-col2{
	background:url(../imgs/bd-banner1.jpg);
}
.m_cl2bg{
	background: rgba(225,225,225,0.9);
	width: 100%;
	height: 18rem;
}
.m_cl2bg .m_hser-hd {
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-weight: bolder;
    margin-bottom: 0.9375rem;
    padding-top: 0.9375rem;
}
.m_h-col2 .m_cl2bg .m_wrapper{
	display: flex;
	flex-direction: column;
}
.m_adBody li{
	float: left;
	border: 0.125rem solid #0D5DAB;
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 5.8rem;
	margin-left: 1.1rem;
	margin-bottom: 1.25rem;
	position: relative;
	text-align: center;
	padding-left: 0.3125rem;
}
.m_adBody ul li span{
	font-size: 0.75rem;
	position: absolute;
	display: block;
	border: 0.2rem solid;
	border-color: rgba(225,225,225,0.9);
	width: 0.725rem;
	height: 0.725rem;
	border-radius: 0.725rem;
	line-height: 0.725rem;
	background: #0D5DAB;
	color: #fff;
	text-align: center;
	left: 0.2rem;
	top: 0.2rem;
}
.m_adBody h2{
	margin-top:1rem;
	margin-bottom: 0.3125rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #000;
}
.m_adBody p{
	font-size: 0.75rem;
	max-width:3.75rem;
	margin-left: 0.625rem;
	font-weight: lighter;
	color: #0D5DAB;
}
/* 第六部分 */
.m_hser{
	padding-top: 0.625rem;
	padding-bottom: 0.9375rem; 
	background-color: #fff;
}
.m_hser-hd{
	color: #000; 
	text-align: center; 
	font-size:1rem; 
	font-weight: bolder;
	margin-bottom: 0.9375rem;
	padding-top: 0.625rem;
}
.m_hser .m_wrapper{
	display: flex;
	flex-direction: column;
}
.m_hser .m_hser-bd ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.m_hser-bd li{
	width: 9rem; 
	float: left;  
	margin-left: 1.25rem;
	display: flex;
	flex-direction: column;
	/* text-align: center; */
}
.m_hser-bd li .img{
	padding: 0.03125rem;
}
.m_hser-bd li h4{
	display: inline-block;
	width: 100%;
	color: #000;
	margin-bottom: 0.9375rem;
	font-size: 0.875rem;
	text-align: center;
	font-weight: bold;
	color: #9c9b9b;
	margin-top: 0.625rem;
}
.m_hser-bd p{
	font-size: 0.875rem;
	line-height: 1.6;
	color: #fff;
	text-indent: 1.25rem;
	background-color: rgba(0,0,0,0.5);
}
.m_hser-bd li .img{
	height: 100%;
	width: 100%;
}
.m_hser-bd li .img img{
	width: 100%;
}
.m_footer{
	background: #313131;
	padding: 1.25rem 0;
	height: auto;
	overflow: hidden;
	color: #fff;
}
.mb_footer{
	background: #313131;
	padding: 1.25rem 0;
	height: auto;
	width: 100%;
	overflow: hidden;
	color: #fff;
}
.mb_footer .m_f-qrimg img{
	width: 5.5rem;
}
/* .m_f-logo{
	width: 6.25rem;
	margin-top: 1.25rem;
	float: left;
} */
.m_f-info{
	/* width: 12rem; */
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	float: left;
	border-right: #656565 solid 1px;
	font-size: 0.875rem;
	line-height: 1.7;
}
.m_f-info p{
	font-size: 0.75rem;
}
.m_f-qrimg{
	/* width: 5.5rem; */
	float: left;
	text-align: center;
	padding: 1.5625rem;
}
.m_f-qrimg img{
	width: 5.5rem;
	text-align: center;
}
.m_f-qrimg p{
	margin-top: 0.625rem;
	font-size: 0.75rem;
	line-height: 1;
}
.m_copyright{
	background: #242424;
	font-size: 0.875rem;
	display: flex;
	color: #fff; padding: 0;
	text-align: center;
}
.m_copyright .m_wrapper{
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 0.625rem 3.25rem;
}
.m_copyright a{
	text-align: center;
	color: #fff;
	font-size: 0.75rem;
	margin: 0.3125rem;
}
/* ---------------------------首页---------------------- */

.m_s_banner{
	width: 100%;
}
.m_s_banner img{
	width: 100%;
	height: auto;
}
.mobile-container .mb_wrapper{
	width: 100%;
	height: 3rem;
}
.mobile-container .m_wrapper .gb-tit{
	width: 100%;
	font-size: 1.2rem;
	margin: 0.1rem;
	line-height:2rem ;
}
.m_sg-corp .m_wrapper{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.m_sg-corp .m_wrapper .m_sg-croph .ui-hd{
	font-size: 1.25rem;
}
.m_sg-corp .m_wrapper .m_sg-cropb{
	display: flex;
	flex-direction: row;
	padding: 0.3125rem;
}
.m_sg-cropb .sg-cropl{
	margin-top: 0.5rem;
	width: 9.125rem;
	height: 10rem;
}
.m_sg-cropb .sg-cropl img{
	width: 100%;
	height: 100%;
}
.m_sg-cropb .sg-cropr{
	margin-top: 0.5rem;
	float: right; 
	margin-left: 0.8rem; 
	width: 12rem; 
	height: 9.375rem;
	padding: 0.9375rem 0.625rem;
	color: #707070;
	box-shadow:0 0 0.3125rem 0.1875rem #eae9e9;
	margin-top: 0.3125rem;
	font-size: 0.875rem;
	padding: 0.3125rem;
}
.m_sg-cropb .sg-cropr ul{
	margin-top: 0.625rem;
}
.m_sg-cropb .sg-cropr li{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 100%;
	margin-left: 0.5rem;
	text-align: center;
	line-height: 3rem;
	font-size: 0.75rem;
	color: #fff;
	float: left;
	background: url(../imgs/icobg.png) no-repeat center;
}
.m_sg-cropb .sg-cropr p{
	font-size: 0.875rem;
	margin-top: 0.625rem;
	line-height: 1.25rem;
	font-weight: lighter;
	text-indent: 1.25rem;
}
.m_sg-act{
	margin-top: 1.25rem; 
	clear: both; height: 
	auto; overflow: hidden;
	margin-bottom: 1.875rem;
}
.m_sg-act .m_wrapper{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.m_sg-acth .ui-hd{
	font-size: 1.25rem;
}
.m_sg-actb{
	margin-top: 0.9375rem;
	display: flex;
	flex-direction: column;
}
.m_sg-actb ul{
	display: flex;
	flex-direction: row;
}
.m_sg-actb li{
	width: 4rem;
	height: 4rem;
	float: left;
	margin-right: 0.625rem;
	margin-left: 0.3125rem;
	border-radius: 100%;
}
.m_sg-actb .sg-act_txt{
	color: #fff;
	display: table;
	text-align: center;
	font-size: 0.75rem;
	line-height: 4rem;
}
.m_aboutkf p{
	margin: 0.3125rem;
	font-size: 0.875rem;
	margin-top: 0.9375rem;
	line-height: 1.25rem;
	text-indent: 1.55rem;
	font-weight: lighter;
}
.m_online{
	width: 100%;
	height: auto;
}
.m_online .m_wrapper{
	display: flex;
	flex-direction: column;
}
.m_online .m_online_bd{
	display: flex;
	flex-direction: row;
}
.m_online .m_online_bd ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.m_online .m_online_bd ul li{
	margin-left: 1rem;
	width:9rem;
	text-align: center;
}
.m_online_bd ul li img{
	width: 6rem;
}
.m_online_bd ul li h4{
	font-size: 1rem;
	margin-top: 0.625rem;
	font-weight: bold;
}
.m_online_bd ul li p{
	line-height: 1.25rem;
	font-size: 0.875rem;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

/* 关于我们页 */
.m_banner{
	width: 100%;
}
.m_banner img{
	width: 100%;
	height: 7.875rem;
}
.mb_about-wrapper{
		width: 100%;
		height: auto;
}
.mb_about-wrapper .m_about-txt{
	margin-top: 1.25rem;
	height: auto;
	overflow: hidden;
}
.m_about-bg{
	height: 100%;
    /* width: 100%; */
    background: url(../imgs/zz-imgj8.jpg) no-repeat scroll center;
    padding: 0.625rem;
    float: left;
}
.m_about-txtl{
	background: rgba(225,225,225,0.9);
    height: 90%;
    /* width: 90%; */
    padding: 0.3125rem 0.5rem;
	font-size: 0.875rem;
}
.m_about-txtl h2{
	font-size: 1.125rem;
    color: #b29873;
}
.m_about-txtl h4{
	font-size: 1rem;
	color: #424242;
	padding-top: 0.625rem;
}
.m_about-txtl p{
	font-size: 0.875rem;
	color: #707070;
	line-height: 0.9375rem;
	padding-top: 0.625rem;
	text-indent: 1.5625rem;
}
.m_about-txt{
	margin-top: 0.625rem;
	height: auto;
	overflow: hidden;
}
.m_about-txt ul{
	display: flex;
	flex-direction: row;
}
.m_about-txt ul li{
	width: 30%;
	margin-left: 0.5rem;
	background: #f7ffef;
	position: relative;
	padding: 0.3125rem;
}
.m_about-txt ul li img{
	width: 3.125rem;
	position: absolute;
	top: 0.625rem;
	left: 83%;
}
.m_about-txt ul li h2{
	font-size:1rem;
    color: #000;
    text-align: center;
    position: absolute;
	right: -9rem;
	top: 4.375rem;
	z-index:1;
}
.m_hidtxt{
	font-size: 0.75rem;
	color: #313131;
	position: absolute;
	top: 5.625rem;
	text-indent: 1.25rem;
	line-height: 0.9375rem;
}
.m_about-map{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom:1.25rem;
}
.m_about-maph{
	font-size: 1rem;
	    margin: 0.625rem auto;
    color: #b29873;
    font-weight: bold;
    text-align: center;
}
.m_about-mapb{
	height: auto;
	background: #b29873;
	display: flex;
	flex-direction: column;
}
.m_about-mapb_txt{
	padding: 0.5rem;
}
.m_about-mapb_txt_wrap h2{
	    font-size:1.0625rem;
    color: #fff;
    margin-bottom: 0.625rem;
    padding-left: 1.4rem;
	line-height: 1.5625rem;
    background: url(../imgs/zz-img3.png) no-repeat left center;
}
.m_about-mapb_txt ul li{
	font-size: 0.75rem;
	padding-left: 1.5625rem;
	line-height: 1.25rem;
	color: #fff;
}
.m_about-mapb_txt li.tl {
    background: url(../imgs/zz-img3-3.png) no-repeat scroll left center;
}
.m_about-mapb_txt li.em {
    background: url(../imgs/zz-img3-5.png) no-repeat scroll left center;
}
.m_about-mapb_txt li.em {
    background: url(../imgs/zz-img3-5.png) no-repeat scroll left center;
}
.m_about-mapb_txt li.em {
    background: url(../imgs/zz-img3-5.png) no-repeat scroll left center;
}
.m_about-mapb_txt li.dz {
    background: url(../imgs/zz-img3-1.png) no-repeat scroll left center;
}
.m_about-mapb .about-mapb_map{
	width: 100%;
	height:13rem ;
}
.m_about-mapb .about-mapb_map img{
	width: 100%;
	height: 13rem;
	margin-bottom: 1.25rem;
}
/* 联系我们 页面 */
.m_about-wrapper{
	width: 100%;
	height: 30rem;
	margin-top: 0.625rem;
}
.m_about-wrapper .m_callHd{
	width: 100%;
	height: auto;
}
.m_about-wrapper .m_callHd .m_wrapper{
	display: flex;
	flex-direction: column;
}
.m_about-wrapper .m_callHd .m_wrapper .gb-tit{
	margin: 0.625rem 0;
	font-size: 1.125rem;
	line-height: 0.9375rem;
	text-align: center;
}
.m_about-wrapper .m_callHd .m_wrapper p{
	text-align: center;
    font-size: 1rem;
    font-weight: lighter;
    margin-bottom: 0.625rem;
}
.m_about-wrapper .m_callHd img{
	width: 100%;
}
.m_about-wrapper .m_callHd .contact{
	width: 95%;
	height: 12.5rem;
	display: flex;
	padding: 0.625rem;
	flex-direction: column;
}
.contact_left{
	width: 100%;
}
.contact_left h3{
	font-size: 1rem;
	font-weight: normal;
}
.contact_left li{
	font-size: 0.875rem;
	font-weight: lighter;
	line-height:1.55rem;
}
.contact_left p{
	font-size: 0.875rem;
	margin-top: 0.625rem;
	line-height: 1.375rem;
	font-weight: bold;
	color: #999;
}