 
/* CSS Document */ 
*{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
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;
}
/*首页*/
/*页头*/
.top{
	width: 1200px;
	margin: auto;
}
.top-1{
	float: left;
	width: 200px;
	height: 30px;
	padding-top: 25px;
	padding-bottom: 10px;
}
/* 导航 */
.daohang-bj{
	float: left;
	width:700px; 
	height: 50px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 150px;
		z-index:9999999
}
.menu {
	height: 50px;
	margin: auto;
	z-index:9999999
}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left; 
	position:relative;
	z-index:9999999
}

.menu ul li a, .menu ul li a:visited {
	display:inline-block; 
	text-align:center; 
	text-decoration:none; 
	width:100px; 
	height:50px; 
	color: #000000; 
	line-height:50px; 
	font-size:16px;
	z-index:9999999
}

.menu ul li ul {
	display: none;
}

.menu ul li:hover a {
	color: #FFFFFF;
	background-color: #0269A4;
}

.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:50px; 
	left:0; 
	width:118px;
}

.menu ul li:hover ul li a {
	display:block; 
	background: #1D3853; 
	color: #FFFFFF;
}

.menu ul li:hover ul li a:hover {
	background: #0269A4; 
	color: #FFF;
}
/*/导航 */
.top-3{
	float: right;
	width: 100px;
	height: 30px;
	padding-top: 22px;
	text-align: right;
}
.top-3 span{
	margin-left: 10px;
	margin-right: 10px;
}
.top-3c{
	color: #B3B3B3; 
	line-height:50px; 
	font-size:16px;
	margin-right: 10px;
}
/*/页头*/
/*内容*/
.bj{
	padding-top: 10px;
	padding-bottom: 40px;
	background-color: #F7F7F7;
}
.biaoti1{
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
.biaoti1-t{
	height: 50px;
	font-size: 30px;
	color: #4D4D4D;
}
.biaoti1-b{
	height: 50px;
	font-size: 14px;
	color: #666666;
}
.shou1{
	width: 1200px;
	margin: auto;
}
.shou1 li{
	float: left;
	width: 240px;
	height: 300px;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-right: 25px;
	transition-duration: .5s;
}
.shou1 li:nth-child(4n){
	margin-right: 0px;
}
.shou1 li:hover{
	box-shadow: 1px 1px 5px #CCCCCC;
	transition-duration: .5s;
}
.shou1-t{
	width: 60px;
	height: 60px;
	border: 1px solid #0269A4;
	border-radius: 60px;
	padding: 25px;
	overflow: hidden;
	margin:0px auto 20px;
}
.shou1-ct{
	margin:0px auto 20px;
	text-align: center;	
}
.shou1-ctt{
	font-size: 18px;
	color: #333333;
	overflow: hidden;
}
.shou1-ctb{
	width: 30px;
	height: 10px;
	border-bottom: 1px solid #0269A4;
	margin:auto;
}
.shou1-cb{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-align: justify;
	height: 48px;
	overflow: hidden;
}
.shou1-b{
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	background-color: #0269A4;
	border-radius: 25px;
	margin:20px auto 0px;
	transition-duration: .5s;
}
.shou1-b:hover{
	background-color: #1D3853;
	transition-duration: .5s;

}
.shou2{
	width: 1100px;
	margin:20px auto 40px;
}
.shou3-bj{
	padding-top: 10px;
	padding-bottom: 40px;
	background-color: #F7F7F7;
}
.shou3{
	width: 1200px;
	margin:auto;
}
.shou3-1,.shou3-2{
	float: left;
	width: 300px;
	height: 350px;
}
.shou3-1t,.shou3-2b{
	width: 300px;
	height: 300px;
	overflow: hidden;
}
.shou3-1t img,.shou3-2b img{
	transition:all 500ms linear;
}
.shou3-1:hover .shou3-1t img,.shou3-2:hover .shou3-2b 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-1b,.shou3-2t{
	font-size: 14px;
	color: #333333;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0px 10px;
	background-color: #FFFFFF;
	transition-duration: .5s;
}
.shou3-1:hover .shou3-1b,.shou3-2:hover .shou3-2t{
	color: #FFFFFF;
	background-color: #0269A4;
	transition-duration: .5s;
}
.shou4 {
    width: 1200px;
    margin:20px auto 60px;
}
.shou4 li:nth-child(5n){
	margin-right: 0px;
}
.shou4-1 {
    -webkit-perspective:800;
    -moz-perspective:800;
    float: left;
    width: 230px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.shou4-1n{
    width: 100%;
    height: 140px;
    -webkit-transform-style:preserve-3d;
    -webkit-transition:1.5s;
    -moz-transform-style:preserve-3d;
    -moz-transition:1.5s;
}
.shou4-1:hover .shou4-1n {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}
.shou4-1n1{
    position: absolute;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #E6E6E6;
}
.shou4-1n1-1{
	width: 230px;
	height: 40px;
	padding-top: 50px;
    color: white;
    line-height: 40px;
    text-align: center;
}
.shou4-1n2 {
	width: 230px;
    height: 140px;
    line-height: 140px;
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    background-color: #0269A4;
    border-radius: 15px;
}
.shou4-b{
	width: 1200px;
	margin:40px auto;
	text-align: center;
}
.anniu1{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #0269A4;
	color: #0269A4;
	font-size: 14px;
	border-radius: 8px;
	transition-duration: .5s;
	margin: auto;
}
.anniu1:hover{
	color: #FFFFFF;
	background-color: #0269A4;
	transition-duration: .5s;
}
.shou5-bj{
	padding-top: 10px;
	padding-bottom: 40px;
	background-color: #F7F7F7;
}
.shou5{	
	width: 1200px;
	
	overflow: hidden;
	margin: auto;
}
.shou5 li:nth-child(odd){
	margin-left: 0;
}
.shou5 li{	
	float: left;
	width: 590px;
	height: 240px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.shou5 li:nth-child(2n+1){
	margin-left: 0;
}
.shou5nr-l{
	float: left;
	width: 180px;
	height: 200px;
	line-height: 22px;
	padding: 20px 20px 0px;
	background-color: #E6E6E6;
	transition-duration: .5s;
	overflow:hidden
}
.shou5nr-r{
	float: right;
	width: 370px;
	height: 220px;
	overflow: hidden;
}
.shou5 li a:hover .shou5nr-l{
	background-color: #0269A4;
	transition-duration: .5s;
}
.shou5 li a:hover .shou5nr-l span,.shou5 li a:hover .shou5nr-l p{
	color: #FFFFFF;
}
/*在线留言*/
.ly{
	width: 1200px;
	margin:40px auto;
}
.ly-t{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #CCCCCC;
}
.ly-tt{
	margin-bottom: 5px;
}
.ly-tt1{
	font-size: 30px;
	color: #333333;
	line-height: 30px;
}
.ly-tt2{
	font-size: 30px;
	color: #CCCCCC;
	line-height: 30px;
	margin: 0px 10px;
}
.ly-tt3{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.ly-tb{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.zxly{
	width: 1200px;
	margin:30px auto;
}
.zxly-1{
	height: 30px;
	margin-bottom: 10px;
}
.zxly-1l{
	float: left;
	width: 200px;
	font-size: 24px;
	color: #4D4D4D;
	height: 30px;
	line-height: 30px;
}
.zxly-1r{
	float: left;
	width: 250px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}
.zxly-2{
	margin-top: 20px;
}
.zxly-2t{
	height: 50px;
	margin-bottom: 20px;
}
.zxly-2tl{
	float: left;
	width: 380px;
	height: 40px;
	margin-right: 27px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	background-color: #F7F7F7;
}
.zxly-2tr{
	float: right;
	width: 380px;
	height: 40px;
	margin-right: 0px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	background-color: #F7F7F7;
}
.inp2{
	width: 96%;
	height: 40px;
	padding: 0 2%;
	background-color: rgba(0,0,0,0);
	outline: none;
	border: none;
}
.ys-textarea{
	width: 98%;
	border: none;
	padding: 1%;
	outline: none;
	background-color: #F7F7F7;
}
.zxly-2b{
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #F7F7F7;
}
.button2{
	line-height: 40px;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #0269A4;
	color: #FFFFFF;
	border: 1px solid #0269A4;
	border-radius: 6px;
	cursor: pointer;
}
.button2:hover{
	line-height: 40px;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #F7F7F7;
	color: #0269A4;
	border: 1px solid #0269A4;
	cursor: pointer;
	transition-duration: .5S;
}
/*/在线留言*/
/*/内容*/
/*页脚*/
.yejiao{
	background-color: #0269A4;
	padding-top: 20px;
	padding-bottom: 20px;
}
.yejiao-t{
	width: 1200px;
	margin: auto;
}
.yejiao-tl{
	float: left;
	width: 1000px;
}
.yejiao-tlt{
	margin-bottom: 20px;
}
.yejiao-tlt a{
	margin-right: 20px;
}
.yejiao-tlt span{
	margin-right: 20px;
	color: #999999;
}
.yejiao-tlb1{
	margin-bottom: 5px;
}
.yejiao-tlb1 span{
	font-size: 14px;
	color: #FFFFFF;
}
.yejiao-tr{
	float: right;
	width: 100px;
}
.yejiao-trt{
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.yejiao-trb{
	text-align: center;
}
.yejiao-trb span{
	width: 100px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
}

.yejiao-b{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height:30px;
	background-color: #0269A4;
	border-top: 1px solid #FFFFFF;
}
.yejiao-b a{
	color: #FFFFFF;
}
/*/页脚*/
/*二级导航*/
.erjidaohang{
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
.erjidaohang1{
	width: 1200px;
	height: 80px;
	margin: auto;
}
.erjidaohang1-1{
	float: left;
	width: 750px;
	height: 80px;
}
.erjidaohang1-1 li{
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	height: 78px;
	line-height: 78px;
	margin-right: 30px;
}
.erjidaohang1-1 a:hover li{
	color: #0269A4;
	height: 78px;
	line-height: 78px;
	border-bottom: 2px solid #0269A4;
}
.xz{
	color: #0269A4;
	height: 78px;
	line-height: 78px;
	border-bottom: 2px solid #0269A4;
}
.erjidaohang1-2{
	float: right;
	width: 450px;
	height: 80px;
	line-height: 80px;
	text-align: right;
}
/*/二级导航*/
/*关于我们*/
.biaoti2{
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.biaoti2-t{
	height: 50px;
	font-size: 30px;
	letter-spacing: 2px;
}
.biaoti2-b{
	width: 50px;
	height: 10px;
	border-bottom: 1px solid #0269A4;
	margin: auto;
}
.gy1{
	width: 1200px;
	margin: auto;
}
.gy1-1{
	margin-bottom:20px;
}
.gy1-1l{
	float: left;
	width: 590px;
	height: 360px;
	overflow: hidden;
}
.gy1-1r{
	float: right;
	width: 590px;
	height: 260px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;	
	overflow: hidden;
	padding-top: 100px;
}
.gy1-1r1{
	font-size: 22px;
	color: #0269A4;
	line-height: 24px;	
	overflow: hidden;
	margin-bottom: 15px;
}
.gy1-1r2{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 192px;	
	text-align: justify;
	overflow: hidden;
}
.gy1-2{
	margin-bottom:20px;
}
.gy1-2l{
	float: left;
	width: 590px;
	height: 260px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;	
	overflow: hidden;
	padding-top: 100px;
}
.gy1-2r{
	float: right;
	width: 590px;
	height: 360px;
	overflow: hidden;
}
.gy1-2l1{
	font-size: 22px;
	color: #0269A4;
	line-height: 24px;	
	overflow: hidden;
	margin-bottom: 15px;
}
.gy1-2l2{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 192px;	
	text-align: justify;
	overflow: hidden;
}
.gy2{
	width: 1200px;
	margin:0px auto 40px;
}
.gy2 img{
	width: 100%;
}
/*/关于我们*/
/*招贤纳士*/
.zp1{
	width: 1200px;
	margin:40px auto 80px;
}
.zp1 li{
	margin-bottom: 40px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 20px;
}
.zp1-t{
	height: 30px;
	margin-bottom: 40px;
	font-size: 30px;
	color: #808080;
	text-align: center;
}

.zp1-bn{
	margin-bottom: 20px;
}
.zp1-bnt{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.zp1-bnb{
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	text-align: justify;
}
/*/招贤纳士*/
/*产品展示*/
.cp{
	width: 1200px;
	margin:40px auto 20px;
}
.cp li{
	float: left;
	width: 380px;
	height: 400px;
	border: 1px solid #E6E6E6;
	margin-right: 27px;
	margin-bottom: 20px;
}
.cp li:nth-child(3n){
	margin-right: 0px;
}
.cp-nt{
	width: 380px;
	height: 280px;
	overflow: hidden;
}
.cp-nt img{
	transition:all 500ms linear;
}
.cp li:hover .cp-nt 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);
}
.cp-nb{
	padding:20px 10px;
	width: 360px;
	height: 80px;
}
.cp-nb1{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.cp-nb2{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
/*页码*/
.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: 12px;
    margin-top: 20px;
    font-size: 14px;
}
.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 #0269A4;
    background: #0269A4;
    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: #0269A4;border: 1px solid #0269A4; color: #FFF; TEXT-DECORATION: none}
/*/页码*/
/*/产品展示*/
/*产品详情*/
.cpxqn{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F7F7F7;
}
.cpxqn1{
	width: 1200px;
	margin: auto;
}
.cpxqn1-t{
	height: 370px;
	overflow: hidden;
}
.cpxqn1-tl{
	float: left;
	width: 500px;
	height: 370px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.cpxqn1-tr{
	float: right;
	width: 600px;
	height: 290px;
	padding:40px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.cpxqn1-tr1{
	width: 600px;
	padding-bottom: 60px;
}
.cpxqn1-tr1-t{
	text-align: right;
	height: 30px;
	font-size: 18px;
	color: #4D4D4D;
}
.cpxqn1-tr1-b{
	margin-left: 580px;
	width: 20px;
	height: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.cpxqn1-tr2{
	font-size: 32px;
	color: #4D4D4D;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	font-family: 'SourceHanSansCN-Light_1';
}
.cpxqn1-tr3{
	font-size: 14px;
	color: #4D4D4D;
	line-height: 24px;
	text-align: justify;
	height: 96px;
	overflow: hidden;
}
.cpxqn1-tr3-n{
	width: 130px;
	height: 30px;
	padding: 10px 20px;
	border: 1px solid #4D4D4D;
}
.cpxqn1-tr3-nl{
	float: left;
	width: 70px;
	height: 30px;
	font-size: 16px;
	color: #4D4D4D;
	line-height: 30px;
}
.cpxqn1-tr3-nr{
	float: right;
	width: 30px;
	height: 14px;
	margin-top: 8px;
	transition-duration: .5s;
}
.cpxqn1-tr3-n:hover .cpxqn1-tr3-nr{
	padding-right: 10px;
	transition-duration: .5s;
}
.cpxqn1-tr4-nr{
	padding-bottom: 10px;
}
.cpxqn1-tr4-n{
	height: 16px;
	margin-bottom: 10px;
	transition-duration: .5s;
}
.cpxqn1-tr4-n:hover{
	padding-left: 10px;
	transition-duration: .5s;
}
.cpxqn1-tr4-nl{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.cpxqn1-tr4-nl{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.cpxqn1-tr4-nr{
	float: left;
	width: 550px;
	height: 16px;
	overflow: hidden;
}
.cpxqn1-tr4-nr span{
	font-size: 16px;
	color: #999999;
	line-height: 16px;
}
.cpxqn1-b{
	margin-top: 40px;
	background-color: #FFFFFF;
	padding:40px 20px;
}
.cpxqn1-bt{
	font-size: 20px;
	color: #4D4D4D;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.cpxqn1-bb img{
	width: 100%;
}
.cpxqn1-bb{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	text-align: justify;
}
/*/产品详情*/
/*解决方案*/
.jjfa{
	width: 1200px;
	margin: 40px auto;
}
.jjfa li{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom:1px solid #E6E6E6;
}
.jjfa li:last-child{
	border-bottom:none;
}
.jjfa li:nth-child(even) .jjfa-l{
	float: right;
}
.jjfa li:nth-child(even) .jjfa-r{
	float: left;
}
.jjfa-l{
	float: left;
	width: 580px;
	height: 270px;
	padding-top: 80px;
}
.jjfa-l1{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
}
.jjfa-l2{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	max-height: 120px;
	overflow: hidden;
	margin-bottom: 30px;
}
.jjfa-l3{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #0269A4;
	color: #0269A4;
	font-size: 14px;
	border-radius: 8px;
	transition-duration: .5s;
}
.jjfa-l3:hover{
	color: #FFFFFF;
	background-color: #0269A4;
	transition-duration: .5s;
}
.jjfa-r{
	float:right;
	width: 580px;
	height: 350px;
	overflow: hidden;
}
.jjfa-r img{
	transition:all 500ms linear;
}
.jjfa li:hover .jjfa-r 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);
}
/*/解决方案*/
/*解决方案详情*/
.jjxq{
	width: 1200px;
	margin: 40px auto;
}
.jjxq-t{
	font-size: 30px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
}
.jjxq-b{
	font-size: 14px;
	color: #333333;
	text-align: justify;
	line-height: 24px;
}
.jjxq-b img{
	width: 100%;
}
/*/解决方案详情*/
/*联系我们*/
.biaoti3{
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
.biaoti3-t{
	height: 35px;
	font-size: 22px;
	color: #0269A4;
	letter-spacing: 2px;
}
.biaoti3-b{
	width: 50px;
	height: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin: auto;
}
.lxwm1{
	width: 1200px;
	margin:20px auto 40px;
}
.lxwm1 li{
	float: left;
	width: 260px;
	height: 150px;
	border: 1px solid #0269A4;
	border-radius: 10px;
	padding: 10px;
	margin-right: 24px;
	transition-duration: .5s;
}
.lxwm1 li:nth-child(4){
	margin-right: 0px;
}
.lxwm1 li:hover{
	box-shadow: 1px 1px 5px #CCCCCC;
	transition-duration: .5s;
	cursor: pointer;
}
.lxwm1 li:hover .lxwm1-1{
	margin: 0px auto 20px;
	transition-duration: .5s;
}
.lxwm1-1{
	width: 30px;
	height: 30px;
	padding: 10px;
	border-radius: 30px;
	background-color: #0269A4;
	margin: 10px auto;
	transition-duration: .5s;
}
.lxwm1-2{
	font-size: 16px;
	color: #0269A4;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;
}
.lxwm1-3{
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 20px;
	height: 48px;
	overflow: hidden;
}
.lxwm1-3 span{
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
}
/*/联系我们*/


