@charset "gb2312";
/* CSS Document */ 
*{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	min-width: 1000px;
}
hr{
	color:#B3B3B3;
}
li{
	list-style-type:none;
}
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:"";
	clear:both;
	height:0;
}
.clearfix{
	zoom:1;
}
@font-face {
font-family: 'fontNameRegular';
src: url('SourceHanSansCN-Light_1.eot');
src: local('fontName Regular'),
local('fontName'),
url('fontName.woff') format('woff'),
url('fontName.ttf') format('truetype'),
url('fontName.svg#fontName') format('svg');
}
/*首页*/
/*页头*/
.top1{
	width: 90%;
	padding: 1rem 5% 0rem;
}
.top1-l{
	float: left;
	width: 10%;
}
.top1-l img{
	width: 100%;
	vertical-align: top;
}
.top1-r{
	float: right;
	width: 1000px;
	text-align: right;
	padding-top: 1.5rem;

}
.top1-r a{
	margin-left: 4%;
}
/*/页头*/
/*内容*/
.biaoti1{
	width: 90%;
	padding: 0rem 5% 1.2rem;
	
}
.biaoti1-tl{
	font-size: 2.3rem;
	font-weight: bold;
	color: #666666;
	line-height: 4rem;
	text-align: left;
}
.biaoti1-tr{
	font-size: 2.3rem;
	font-weight: bold;
	color: #49BCF6;
	line-height: 4rem;
	text-align: left;
}
.biaoti1-b{
	margin-top: 0.5rem;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #CCCCCC;	
	margin-bottom: 1.2rem;
}
.biaoti1-bl{
	float: left;
	width: 70%;
	font-size: 1.2rem;
	color: #999999;
	line-height: 2.2rem;
	text-align: left;
}
.biaoti1-br{
	float: right;
	width: 12%;
	font-size: 1.2rem;
	color: #999999;
	line-height: 3rem;
	text-align: center;
	background-color: #E6E6E6;
	border-radius: 50px;
	transition-duration: .5S;
}
.biaoti1-br:hover{
	color: #FFFFFF;
	background-color: #49BCF6;
	transition-duration: .5S;
}
.shou1{
	width: 90%;
	padding: 0rem 5% 1.2rem;
}
.shou1-n{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.shou1-n img{
	width: 100%;
	vertical-align: top;
}
.shou1-n img{
	transition:all 500ms linear;
	vertical-align: middle;
}
.shou1-n:hover img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}

.shou1-r{
	float: right;
	width: 63%;
	font-size: 1.2rem;
	color: #4D4D4D;
	line-height: 2.2rem;
	text-align: justify;
}
.bj1{
	width: 90%;
	padding: 4rem 5% ;
}
.biaoti2-t{
	text-align: right;
}
.biaoti2-tl{
	font-size: 2.3rem;
	font-weight: bold;
	color: #666666;
	line-height: 4rem;
	text-align: right;
}
.biaoti2-tr{
	font-size: 2.3rem;
	font-weight: bold;
	color: #49BCF6;
	line-height: 4rem;
	text-align: right;
}
.biaoti2-b{
	margin-top: 0.5rem;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #CCCCCC;	
	margin-bottom: 1.2rem;
}
.biaoti2-bl{
	float: left;
	width: 12%;
	font-size: 1.2rem;
	color: #999999;
	line-height: 3rem;
	text-align: center;
	background-color: #E6E6E6;
	border-radius: 50px;
	transition-duration: .5S;
}
.biaoti2-bl:hover{
	color: #FFFFFF;
	background-color: #49BCF6;
	transition-duration: .5S;
}
.biaoti2-br{
	float: right;
	width: 70%;
	font-size: 1.2rem;
	color: #999999;
	line-height: 2.2rem;
	text-align: right;
}
.shou2{
	margin-top: 2rem;
}
.shou2-n{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.shou2-n img{
	width: 100%;
	vertical-align: top;
}
.shou2-n img{
	transition:all 500ms linear;
	vertical-align: middle;
}
.shou2-n:hover img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}

.shou3{
	position: relative;
	width: 90%;
	padding: 2rem 5% ;
}
.shou3-t{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap:2% ;
}
.shou3-tn{
	background-color: #FFFFFF;
	border-radius: 1rem;
	padding: 3rem 5%;
	transition-duration: .5s;
}
.shou3-tnn-1{
	font-size: 1.2rem;
	color: #999999;
	line-height: 2.2rem;
	text-align: left;
	height: 2.2rem;
	transition-duration: .5s;
}
.shou3-tnn-2{
	font-size: 1.5rem;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 2.2rem;
	height: 2.2rem;
	text-align: justify;
	margin: 1.5rem auto;
	overflow: hidden;
	transition-duration: .5s;
}
.shou3-tnn-3{
	font-size: 1.2rem;
	color: #999999;
	line-height: 2.2rem;
	text-align: justify;
	height: 8.8rem;
	overflow: hidden;
	transition-duration: .5s;
}
.shou3-tnn-4{
	font-size: 1.2rem;
	color: #999999;
	line-height: 2.2rem;
	text-align: left;
	margin-top: 1rem;
	transition-duration: .5s;
}
.shou3-t .shou3-tn:hover{
	background-color: #49BCF6;
	transition-duration: .5s;
}
.shou3-t .shou3-tn:hover .shou3-tnn-1,.shou3-t .shou3-tn:hover .shou3-tnn-2,.shou3-t .shou3-tn:hover .shou3-tnn-3,.shou3-t .shou3-tn:hover .shou3-tnn-4{
	color: #FFFFFF;
	transition-duration: .5s;
}
.shou3-b{
	position: absolute;
	top: 12rem;
	left: 1%;
	right: 1%;
}
.shou3-bl{
	float: left;
	width: 30px;
	height: 30px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	transition-duration: .5s;
}
.shou3-bl img{
	width: 100%;
	vertical-align: middle;
}
.shou3-bl:hover{
	border: 1px solid #49BCF6;
	background-color: #49BCF6;
	transition-duration: .5s;
}
.shou3-br{
	float: right;
	width: 30px;
	height: 30px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	transition-duration: .5s;
}
.shou3-br img{
	width: 100%;
	vertical-align: middle;
}
.shou3-br:hover{
	border: 1px solid #49BCF6;
	background-color: #49BCF6;
	transition-duration: .5s;
}
/*/内容*/
/*页脚*/
.yejiao1-bj{
	background-color: #F7F7F7;
	width: 90%;
	padding: 3rem 5% ;
}
.yejiao1-l{
	float: left;
	width: 70%;
	display: grid;
	grid-template-columns: repeat(5, 1fr); /* 创建5列 */
	grid-gap: 2rem; /* 列之间的间隔 */
}
.yejiao1-lnt{
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #cccccc;
}
.yejiao1-lnb{
	margin-top: 1rem;
}
.yejiao1-r{
	float: right;
	width: 18%;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 创建2列 */
	grid-gap:0px 40px; /* 列之间的间隔 */
}
.yejiao1-rn{
	width: 100%;
}
.yejiao1-rnt{
	width: 100%;
	font-size: 1.2rem;
	color: #4D4D4D;
	line-height: 2.5rem;
	height: 2.5rem;
	text-align: center;
}
.yejiao1-rnt img{
	width: 100%;
	vertical-align: middle;
}
.yejiao1-rnb{
	font-size: 1.2rem;
	color: #4D4D4D;
	line-height: 2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.yejiao2{
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #CCCCCC;
	font-size: 1.2rem;
	color: #4D4D4D;
	line-height: 2rem;
	text-align: center;
}
/*/页脚*/
/*创新模式*/
/*页头*/
.top2{
	width: 90%;
	padding: 1rem 5%;
}
.top2-l{
	float: left;
	width: 10%;
}
.top2-l img{
	width: 100%;
	vertical-align: top;
}
.top2-r{
	float: right;
	width: 1000px;
	text-align: right;
	padding-top: 1.5rem;
}
.top2-r a{
	margin-left: 4%;
}
/*/页头*/
/*二级导航2*/
.ejdh2{
	width: 90%;
	padding: 10px 5%;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.ejdh2-l{
	width: 80%;
	padding: 2rem 0;
}
.ejdh2-l a{
	margin-right: 2%;
}
/*/二级导航2*/
/*路径*/
.lj1{
	width: 20%;
	padding: 2rem 0%;
	text-align: right;
}
.lj1-2{
	font-size: 1.3rem;
	color: #999999;
	line-height: 2rem;
	margin: 0rem 1%;
}
/*/路径*/
.bj2{
	width: 90%;
	padding: 4rem 5%;
}
.cx1-t{
	width: 100%;
	font-size: 2rem;
	color: #000000;
	line-height: 6rem;
	text-align: center;
}
.cx1-c{
	width: 100%;
	border-radius: 2rem;
	overflow: hidden;
}
.cx1-b{
	width: 100%;
	font-size: 1.2rem;
	color: #000000;
	line-height: 2.5rem;
	text-align: justify;
	margin-top: 1rem;
}
/*/创新模式*/
/*案例*/
.al1-nn{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	border-bottom: 1px solid #CCCCCC;
	padding-top: 4vh;
	padding-bottom: 4vh;
}
.al1-nnl{
	width: 20%;
	margin-right: 2%;
	border-radius: 1rem;
	overflow: hidden;
}
.gy1-l img{
	width: 100%;
	vertical-align: middle;
	height: auto;
}
.al1-nnr{
	width: 78%;
}
.al1-nnr-t{
	width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	color: #000000;
	line-height: 2.5rem;
	text-align: justify;
}
.al1-nnr-c{
	width: 100%;
	font-size: 1.2rem;
	color: #000000;
	line-height: 2.2rem;
	height: 6.6rem;
	text-align: justify;
	margin-top: 1vh;
	overflow: hidden;
}
.al1-nnr-b{
	width: 100%;
	font-size: 1.2rem;
	color: #000000;
	line-height: 2.5rem;
	text-align: justify;
}
.al1 .al1-n:nth-child(2n) .al1-nnl{
	margin-left: 2%;
	margin-right: 0%;
}
/*/案例*/
/*标准化*/
.bzh1-n{
	margin-bottom:6vh;
}
.bzh1-nn{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	background-color: #F7F7F7;
	border-radius: 1rem;
	overflow: hidden;
	height: auto;
}
.bzh1-nnl{
	width: 25%;
	overflow: hidden;
}
.bzh1-nnl img{
	width: 100%;
	vertical-align: top;
	transition:all 500ms linear;
	vertical-align: middle;
}
.bzh1 .bzh1-n:hover .bzh1-nnl img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.bzh1-nnr{
	width: 71%;
	padding: 4vh 2%;
}
.bzh1-nnr-t{
	width: 100%;
	font-size: 1.6rem;
	color: #000000;
	line-height: 2.2rem;
	height: 2.2rem;
	text-align: justify;
}
.bzh1-nnr-b{
	width: 100%;
	font-size: 1.2rem;
	color: #000000;
	line-height: 2.2rem;
	height: 8.8rem;
	text-align: justify;
	margin-top: 1rem;
	overflow: hidden;
}
/*/标准化*/
/*技师团队*/
.js1-nn{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
	border-bottom: 1px solid #CCCCCC;
	padding-top: 6vh;
	padding-bottom: 6vh;
}
.js1-nnl{
	width: 18%;
	margin-right: 2%;
	border-radius: 1rem;
	overflow: hidden;
}
.js1-l img{
	width: 100%;
	vertical-align: middle;
	height: auto;
}
.js1-nnl img{
	width: 100%;
	vertical-align: top;
	transition:all 500ms linear;
	vertical-align: middle;
}
.js1 .js1-n:hover .js1-nnl img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.js1-nnr{
	width: 80%;
}
.js1-nnr-t{
	width: 100%;
	display: flex;
	flex-direction: row;/*子元素会按照水平方向从左到右排列，这是 flex-direction 的默认值。*/
}
.js1-nnr-tl{
	max-width: 50%;
	margin-right: 1%;
	font-size: 1.5rem;
	color: #000000;
	line-height: 2rem;
	text-align: left;
}
.js1-nnr-tr{
	width: 48%;
	font-size: 1.2rem;
	color: #000000;
	line-height: 2rem;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	padding-left: 1%;
}
.js1-nnr-c{
	width: 100%;
	font-size: 1.2rem;
	color: #000000;
	line-height: 2.2rem;
	height: 6.6rem;
	text-align: justify;
	margin-top: 1vh;
	overflow: hidden;
}
.js1-nnr-b{
	width: 100%;
	font-size: 1.2rem;
	color: #000000;
	line-height: 2.5rem;
	text-align: justify;
}
.js1 .js1-n:nth-child(2n) .js1-nnl{
	margin-left: 2%;
	margin-right: 0%;
}
.js1 .js1-n:nth-child(1) .js1-nn{
	padding-top: 0vh;
}
/*/技师团队*/
 

/*关于我们*/


.gy1{
	width: 100%;
	padding-bottom: 3rem;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3rem;
}
.gy1-l{
	float: left;
	width: 40%;
}  
.gy1-l img{
	width: 100%;
	vertical-align: middle;
	height: auto;
}
.gy1-r{
	float: right;
	width: 58%;
	font-size: 1.2rem;
	color: #4D4D4D;
	line-height: 2rem;
	text-align: justify;
}
.gy2{
	display: grid;
	grid-template-columns: repeat(2, 2fr); /* 创建2列 */
	grid-gap: 1rem; /* 列之间的间隔 */
}
.gy2-n{
	padding: 2rem 0%;
	background-color: #F7F7F7;
}
.gy2-nt{
	width: 20%;
	margin: auto;
}
.gy2-nt img{
	width: 100%;
	vertical-align: middle;
}
.gy2-nc{
	width: 100%;
	font-size: 1.5rem;
	color: #999999;
	line-height: 4rem;
	text-align: center;
}
.gy2-nb{
	width: 100%;
	font-size: 1.2rem;
	color: #4D4D4D;
	line-height: 2rem;
	text-align: center;
}
/*/关于我们*/
/*产品展示*/
/*二级导航*/
.ejdh1{
	width: 90%;
	padding: 3rem 5% 0rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 1rem;
}
.ejdh1-nn{
	width: 100%;
	font-size: 1.2rem;
	color: #999999;
	line-height: 3rem;
	text-align: center;
	background-color: #F7F7F7;
	transition-duration: .5s;
}
.ejdh1 .ejdh1-n:hover .ejdh1-nn{
	color: #FFFFFF;
	background-color: #49BCF6;
	transition-duration: .5s;
}
.ejdh1-nnx{
	width: 100%;
	font-size: 1.2rem;
	color: #FFFFFF;
	line-height: 3rem;
	text-align: center;
	background-color: #49BCF6;
}
/*/二级导航*/
.cp1{
	display: grid;
	grid-template-columns: repeat(2, 5fr); /* 创建2列 */
	grid-gap: 1.5rem; /* 列之间的间隔 */
}
.cp1-n{
	padding: 1rem 3%;
	background-color: #F7F7F7;
	border-radius: 1rem;
}
.cp1-nnl{
	float: left;
	width: 20%;
	overflow: hidden;
}
.cp1-nnl img{
	width: 100%;
	vertical-align: middle;
}
.cp1-nnr{
	float: right;
	width: 76%;
	padding-top: 1.5rem;
}
.cp1-nnr-t{
	font-size: 1.5rem;
	color: #4D4D4D;
	line-height: 2rem;
	text-align: left;
	height: 2rem;
	overflow: hidden;
	margin-bottom: 0.5rem;
	transition-duration: .5s;
}
.cp1-nnr-b{
	font-size: 1.2rem;
	color: #999999;
	line-height: 2rem;
	text-align: justify;
	height: 4rem;
	overflow: hidden;
}
.cp1 .cp1-n:hover .cp1-nnr-t{
	color: #49BCF6;
	transition-duration: .5s;
}
.cp1-nnl img{
	transition:all 500ms linear;
	vertical-align: middle;
}
.cp1 .cp1-n:hover .cp1-nnl img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
/*页码*/  
.page{
	text-align:center;
	font-size:14px;
	font-family:arial;}
.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 14px;
    margin-top: 20px;
}
.page_list a {
    display: inline-block;
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    background: #FFF;
    text-align: center;
    padding: 2px 10px;
    margin: 0 3px;
    font-size: 14px;
}
.page_list a.on {
    color: #FFF;
    border: 1px solid #49BCF6;
    background: #49BCF6;
    font-size: 14px;
}
a.a16ym:link {font-family:"arial"; background-color: #FFF; color:#4D4D4D; TEXT-DECORATION: none}
a.a16ym:visited { font-family:"arial"; background-color: #FFF; color:#4D4D4D; TEXT-DECORATION: none}
a.a16ym:hover {background-color: #49BCF6;border: 1px solid #49BCF6; color: #FFF; TEXT-DECORATION: none}
/*/页码*/
/*/产品展示*/
/*产品详情*/
.cpxq1{
	font-size: 2rem;
	color: #4D4D4D;
	line-height: 4rem;
	text-align: center;
	margin-bottom: 2rem;
}
.cpxq2{
	width: 100%;
}
.cpxq3{
	font-size: 1.2rem;
	color: #4D4D4D;
	line-height: 2rem;
	text-align: justify;
}
/*/产品详情*/
/*新闻*/
.xw1-nl{
	float: left;
	width: 49%;
}
.xw1-nl1{
	font-size: 2rem;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 3rem;
	text-align: left;
	height: 3rem;
	overflow: hidden;
}
.xw1-nl2{
	font-size: 1.2rem;
	color: #999999;
	line-height: 2rem;
	text-align: justify;
	height: 8rem;
	overflow: hidden;
	margin-top: 2rem;
}
.xw1-nl3{
	font-size: 1.2rem;
	color: #999999;
	line-height: 3rem;
	text-align: left;
	height: 3rem;
	overflow: hidden;
	margin-top: 3rem;
}
.xw1-nr{
	float: right;
	width: 49%;
	position: relative;
}
.xw1-nrt{
	width: 100%;
}
.xw1-nrt img{
	width: 100%;
	vertical-align: middle;
}
.xw1-nrb{
	width: 110px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.xw1-nrb-l{
	float: left;
	width: 30px;
	height: 30px;
	padding: 10px;
	background-color: rgba(0,0,0,.5);
	transition-duration: .5s;
}
.xw1-nrb-l:hover{
	background-color: rgba(73,188,246,1);
	transition-duration: .5s;
}
.xw1-nrb-r{
	float: right;
	width: 30px;
	height: 30px;
	padding: 10px;
	background-color: rgba(0,0,0,.5);
	transition-duration: .5s;
}
.xw1-nrb-r:hover{
	background-color: rgba(73,188,246,1);
	transition-duration: .5s;
}
.xw2{
	display: grid;
	grid-template-columns: repeat(3, 2fr); /* 创建三列 */
	grid-gap: 1.5rem; /* 列之间的间隔 */
	margin-top: 3rem;
}
.xw2-nnt{
	width: 100%;
	overflow: hidden;
}
.xw2-nnt img{
	transition:all 500ms linear;
	vertical-align: middle;
}
.xw2-n .xw2-nn:hover .xw2-nnt img{
	-webkit-transition:scale(1.2,1.2);
	-moz-transition:scale(1.2,1.2);
	-ms-transition:scale(1.2,1.2);
	-o-transition:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.xw2-nnb{
	width: 94%;
	background-color: #F7F7F7;
	padding: 0.5rem 3%;
	overflow: hidden;
}
.xw2-nnb-t{
	font-size: 1.2rem;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 2rem;
	text-align: left;
	height: 2rem;
	overflow: hidden;
}
.xw2-nnb-b{
	font-size: 1rem;
	color: #999999;
	line-height: 3rem;
	text-align: left;
	height: 3rem;
	overflow: hidden;
}
/*/新闻*/
/*技术支持*/
.jszc1{
	display: grid;
	grid-template-columns: repeat(2, 4fr); /* 创建2列 */
	grid-gap: 1.5rem; /* 列之间的间隔 */
}
.jszc1-nn{
	background-color: #F7F7F7;
}
.jszc1-nnl{
	float: left;
	width: 35%;
}
.jszc1-nnl img{
	width: 100%;
	vertical-align: middle;
}
.jszc1-nnr{
	float: right;
	width: 59%;
	padding: 1.5rem 3%;
}
.jszc1-nnr-t{
	font-size: 1.5rem;
	color: #4D4D4D;
	line-height: 2rem;
	text-align: left;
	height: 2rem;
	overflow: hidden;
}
.jszc1-nnr-b{
	font-size: 1.2rem;
	color: #999999;
	line-height: 2rem;
	text-align: justify;
	height: 4rem;
	overflow: hidden;
}
/*/技术支持*/
/*联系我们*/
.lx1-t{
	font-size: 2rem;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 3rem;
	text-align: left;
	height: 3rem;
}
.lx1-b{
	font-size: 1.2rem;
	color: #4D4D4D;
	line-height: 3rem;
	text-align: left;
	height: 3rem;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2rem;
}
.lx2-t{
	font-size: 2rem;
	color: #4D4D4D;
	line-height: 3rem;
	text-align: left;
	height: 3rem;
	margin-top: 2rem;
}
.lx2-b{
	font-size: 1.2rem;
	color: #4D4D4D;
	line-height: 3rem;
	text-align: left;
	height: 3rem;
}
.lx3{
	margin-top: 2rem;
	background-color: #F7F7F7;
	padding: 2rem 3%;
}
.lx3-l{
	float: left;
	width: 20%;
	font-size: 1.5rem;
	color: #4D4D4D;
	line-height: 12rem;
	text-align: left;
	height: 12rem;
}
.lx3-r{
	float: right;
	width: 75%;
	border-left: 1px solid #CCCCCC;
	font-size: 1.3rem;
	color: #4D4D4D;
	line-height: 3rem;
	text-align: left;
	padding-left: 3%;
}
.lx4{
	width: 100%;
	margin-top: 2rem;
}
.lx4 img{
	width: 100%;
	vertical-align: middle;
}
/*/联系我们*/