<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* 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:30px auto;
}
.top-l{
	float: left;
	width: 150px;
	height: 30px;
	margin-right: 100px;
	margin-top: 10px;
}
/*导航*/
.daohang{
	float: left;
	width: 700px;
	margin-top: 10px;
}
.daohang li{
	float: left;
	width: 100px;
	line-height: 30px;
}
.daohang-n{
	font-size: 18px;
	color: #4D4D4D;
	transition-duration: .5s;
}
.daohang li:hover .daohang-n{
	color: #0F217E;
	transition-duration: .5s;
}
/*/导航*/
.top-r{
	float: right;
	max-width: 230px;
}
/*/页头*/
/*内容*/
.sousuo{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;	
}
.sousuo-n{
	width: 1200px;
	margin: auto;
}
.sousuo-n1{
	margin-bottom: 10px;
}
.sousuo-n1l{
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.sousuo-n1r{
	float: left;
	width: 1170px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #0F217E;
}
.sousuo-n2{
	font-size: 14px;
	color: #666666;
	height: 20px;
	margin-bottom: 20px;
}
.sousuo-n3 li{
	float: left;
	width:240px;
	height: 40px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}
.liebiao3{
	width: 100%;
	height: 40px;
	border-radius: 6px;
	padding-left: 2%;
	padding-right: 2%;
	text-align:left;
	appearance:none;
	-moz-appearance:none;  
	-webkit-appearance:none;
	background: url(images/jt1.png) no-repeat right;
	color: #666666;
	background-color: #FFFFFF;
	border: none;
	outline: none;
	background-position: right 7px center;
}
.liebiao3 option{
	color: #666666;
}
.inp1{
	width: 96%;
	height: 40px;
	padding: 0 2%;
	background-color: rgba(0,0,0,0);
	outline: none;
	border: none;
}
.sousuo-n3a{
	float: right;
	width: 140px;
	height: 40px;
}
.anniu1{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #0F217E;
	color: #0F217E;
	transition-duration: .5s;
}
.anniu1:hover{
	border: 1px solid #0F217E;
	background-color: #0F217E;
	color: #FFFFFF;
	transition-duration: .5s;
}
.biaoti1{
	width: 1200px;
	margin:30px auto;
}
.biaoti1-t{
	width: 1300px;
	height: 40px;
	font-size: 35px;
	color: #E6E6E6;
	font-weight: bold;
}
.biaoti1-b{
	width: 1200px;
	height: 30px;
	line-height: 30px;
	font-size:24px;
	color: #4D4D4D;
	margin-top:4px;
}
.shou1{
	width: 1200px;
	margin: auto;
}
.shou1-l{
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	margin-top: 90px;
}
.shou1-c{
	float: left;
	width: 1100px;
}
.shou1-c li{
	float: left;
	width: 240px;
	margin-left: 46px;
}
.shou1-c li:nth-child(1){
	margin-left: 0px;
}
.shou1-ct{
	width: 240px;
	height: 190px;
	overflow: hidden;
}
.shou1-ct img{
	transition:all 500ms linear;
}
.shou1-c li:hover .shou1-ct 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-cbt{
	height: 20px;
	font-size: 16px;
	color: #4D4D4D;
	font-weight: bold;
	overflow: hidden;
}
.shou1-cbb{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	text-align: justify;
	margin-top: 5px;
	height: 66px;
	overflow: hidden;
}
.shou1-r{
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 90px;
}
.qh{
	max-width: 100px;
	margin:10px auto 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qh li{
	width: 10px;
	margin-right: 10px;
	transition-duration: .5s;
}
.qh li:hover div{
	background-color: #0F217E;
	transition-duration: .5s;
}
.qh-n{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #CCCCCC;
}
.xz{
	background-color: #0F217E;
}
.shou2{
	background-color: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 30px;
}
.shou2-n{
	width: 1200px;
	margin:auto;
}
.shou2-n&gt;div:hover div{
	display: block;
}
.shou2-nl{
	float: left;
	width: 250px;
	height: 330px;
	margin-right: 50px;
}
.shou2-nc{
	float: left;
	width: 600px;
	height: 330px;
	margin-right: 50px;
}
.shou2-nr{
	float: left;
	width: 250px;
	height: 330px;
}
.shou2-ncn{
	display: none;
	width: 200px;
	height: 200px;
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	box-shadow: 1px 1px 5px #CCCCCC;
}
.shou2-ncn-t{
	margin-bottom: 10px;
}
.shou2-ncn-tl{
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.shou2-ncn-tr{
	float: left;
	width: 170px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #4D4D4D;
}
.shou2-an{
	width: 690px;
	margin: auto;
	position: relative;
	top: -180px;
}
.shou2-anl{
	float: left;
	width: 40px;
	height: 40px;
}
.shou2-anr{
	float: right;
	width: 40px;
	height: 40px;
}
.shou3{
	width: 1200px;
	margin:40px auto;
	
}
.shou3-l{
	float: left;
	width: 540px;
	height: 390px;
}
.shou3-lt{
	width: 540px;
	height: 350px;
	overflow: hidden;
}
.shou3-lb{
	height:40px;
}
.shou3-lbl{
	float: left;
	width: 400px;
	height:40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 18px;
	color: #4D4D4D;
	transition-duration: .5s;
}
.shou3-lt img{
	transition:all 500ms linear;
}
.shou3-l:hover .shou3-lt 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-lbr{
	float: right;
	width: 100px;
	height:40px;
	text-align: right;
	line-height: 40px;
	font-size: 14px;
	color: #999999;
}
.shou3-l:hover .shou3-lbl{
	color: #0F217E;
	transition-duration: .5s;
}
.shou3-r{
	float: right;
	width: 620px;
	height: 390px;
}
.shou3-r li{
	height: 90px;
	margin-bottom: 50px;
	position: relative;
	top: 0px;
	transition-duration: .5s;
}
.shou3-r li:last-child{
	margin-bottom: 0px;
}
.shou3-r li:hover{
	height: 90px;
	top: -10px;
	transition-duration: .5s;
}
.shou3-rl{
	float: left;
	width: 120px;
	height: 75px;
	padding-top: 15px;
	margin-right: 20px;
	border-right: 1px solid #CCCCCC;
}
.shou3-rr{
	float: right;
	width: 460px;
	height: 90px;
}
.shou3-rr1{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 18px;
	color: #0F217E;
	margin-bottom: 5px;
}
.shou3-rr2{
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	margin-bottom: 5px;
}
.shou3-rr3{
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #4D4D4D;
	text-align: justify;
}
.anniu{
	width: 1300px;
	margin: 30px auto;
}
.anniu-nr{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #0F217E;
	color: #0F217E;
	font-size: 14px;
	margin: auto;
	border-radius: 6px;
	transition-duration: .5s;
}
.anniu-nr:hover{
	border: 1px solid #0F217E;
	background-color: #0F217E;
	color: #FFFFFF;
	transition-duration: .5s;
}
/*/内容*/
/*页脚*/
.yejiao1{
	background-color: #333333;
	padding-top: 30px;
	padding-bottom: 30px;
}
.yejiao1-n{
	width: 1200px;
	margin: auto;
}
.yejiao1-nl{
	float: left;
	width: 700px;
	margin-right: 10px;
}
.yejiao1-nln{
	float: left;
	width: 140px;
	margin-right: 23px;
}
.yejiao1-nln1{
	float: left;
	width: 140px;
}
.yejiao1-nln-n{
	margin-top: 5px;
	margin-bottom: 5px;
}
.yejiao1-nln-n li{
	margin-bottom: 10px;
}
.yejiao1-nln-n1{
	font-size: 14px;
	color: #858585;
	transition-duration: .5s;
}
.yejiao1-nln-n li:hover .yejiao1-nln-n1{
	color: #FFFFFF;
	transition-duration: .5s;
}
.yejiao1-nr{
	float: right;
	width: 230px;
}
.yejiao1-nrt{
	height: 36px;
	margin-bottom: 30px;
	text-align: right;
}
.yejiao1-nrb-l{
	float: left;
	width: 100px;
}
.yejiao1-nrb-lt{
	height: 16px;
	margin-bottom: 10px;
}
.yejiao1-nrb-ltl{
	float: left;
	width: 20px;
	height: 16px;
	margin-right: 10px;
}
.yejiao1-nrb-ltr{
	float: left;
	width: 70px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #FFFFFF;
}
.yejiao1-nrb-r{
	float: right;
	width: 100px;
}
.yejiao2{
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}
/*/页脚*/
/*二级导航*/
.lj{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.lj-n{
	width: 1200px;
	margin: auto;
}
.lj-nl{
	float:left ;
	width: 600px;
}
.lj-nr{
	float:right;
	max-width: 500px;
	text-align: right;
}
.lj-nl1{
	font-size: 24px;
	color: #4D4D4D;
	margin-right: 10px;
}
.lj-nl2{
	font-size: 24px;
	color: #CCCCCC;
}
.ejdh{
	background-color: #F7F7F7;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ejdh-n{
	width: 1200px;
	margin: auto;
}
.ejdh-n li{
	float: left;
	width: 180px;
	height: 30px;
	margin-right: 24px;
	margin-bottom: 20px;
}
.ejdh-n li:nth-child(6n){
	margin-right: 0px;
}
.ejdh-nn{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	background-color: #FFFFFF;
	transition-duration: .5s;
}
.exz{
	color: #FFFFFF;
	background-color: #0F217E;
}
.ejdh-n li:hover .ejdh-nn{
	color: #FFFFFF;
	background-color: #0F217E;
	transition-duration: .5s;
}
/*/二级导航*/
/*产品介绍*/
.bjs{
	background-color: #F7F7F7;
	padding-top: 0px;
	padding-bottom: 20px;
}
.cp{
	width: 1200px;
	margin: auto;
}
.cp li{
	float: left;
	width: 280px;
	height: 260px;
	margin-right: 26px;
	margin-bottom: 40px;
}
.cp li:nth-child(4n){
	margin-right: 0px;
}
.cp-nt{
	width: 280px;
	height: 220px;
	overflow: hidden;
}
.cp-nb{
	font-size: 14px;
	color: #4D4D4D;
	line-height: 40px;
	text-align: center;
	height: 40px;
	padding: 0px 10px;
	background-color: #FFFFFF;
	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);
}
/*页码*/
.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 #0F217E;
    background: #0F217E;
    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: #0F217E;border: 1px solid #0F217E; color: #FFF; TEXT-DECORATION: none}
/*/页码*/
/*/产品介绍*/
/*产品详情*/
.cpxqn{
	padding-bottom: 20px;
	background-color: #F7F7F7;
}
.cpxqn1{
	width: 1200px;
	margin: auto;
}
.cpxqn1-t{
	height: 500px;
	overflow: hidden;
}
.cpxqn1-tl{
	float: left;
	width: 500px;
	height: 400px;
	padding: 50px 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.cpxqn1-tr{
	float: right;
	width: 610px;
	height: 380px;
	padding:60px 30px;
	background-color: #FFFFFF;
	overflow: hidden;
	box-shadow: 1px 1px 1px #CCCCCC;
}
.cpxqn1-tr1{
	width: 610px;
	padding-bottom: 70px;
}
.cpxqn1-tr1-t{
	text-align: right;
	height: 30px;
	font-size: 18px;
	color: #4D4D4D;
}
.cpxqn1-tr1-b{
	margin-left: 590px;
	width: 20px;
	height: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.cpxqn1-tr2{
	font-size: 28px;
	color: #4D4D4D;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
}
.cpxqn1-tr3{
	padding-bottom: 80px;
}
.cpxqn1-tr3-n{
	width: 120px;
	height: 20px;
	padding: 10px;
	border: 1px solid #4D4D4D;
}
.cpxqn1-tr3-nl{
	float: left;
	width: 70px;
	height: 20px;
	font-size: 16px;
	color: #4D4D4D;
	line-height: 20px;
}
.cpxqn1-tr3-nr{
	float: right;
	width: 30px;
	height: 14px;
	margin-top: 3px;
	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: 30px;
	background-color: #FFFFFF;
	padding:30px 20px;
	margin-bottom: 40px;
}
.cpxqn1-bt{
	font-size: 20px;
	color: #4D4D4D;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.cpxqn1-b img{
	width: 100%;
}
.zxl{
	border-top: 1px solid #CCCCCC;
}
.zxly{
	width: 1200px;
	margin:40px auto;
}
.zxly-1{
	height: 30px;
}
.zxly-1l{
	float: left;
	width: 140px;
	font-size: 30px;
	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;
}
.zxly-2tr{
	float: right;
	width: 380px;
	height: 40px;
	margin-right: 0px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
}
.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;
}
.button2{
	line-height: 40px;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #0F217E;
	color: #FFFFFF;
	border: 1px solid #0F217E;
	border-radius: 6px;
	cursor: pointer;
}
.button2:hover{
	line-height: 40px;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #F7F7F7;
	color: #0F217E;
	border: 1px solid #689AF1;
	cursor: pointer;
	transition-duration: .5S;
}
/*/产品详情*/
/*关于我们*/
.gywm1{
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #F7F7F7;
}
.gywm1-nr{
	width: 1120px;
	margin: auto;
	background-color: #FFFFFF;
	padding:40px;
}
.gywm1-nrt{
	height: 30px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 30px;
	color: #4D4D4D;
}
.gywm1-nrb{
	font-size: 14px;
	color: #4D4D4D;
	line-height: 28px;
	text-align: justify;
}
.gywm1-nrb img{
	width: 100%;
}
/*/关于我们*/
/*资质荣誉*/
.zz{
	padding-bottom: 20px;
	background-color: #F7F7F7;
}
.zz-n{
	width: 1200px;
	margin:auto;
}
.zz-n li{
	float: left;
	width: 280px;
	height: 320px;
	margin-right: 26px;
	margin-bottom: 20px;
	transition-duration: .5s;
}
.zz-n li:nth-child(4n){
	margin-right: 0px;
}
.zz-n li:hover{
	box-shadow: 1px 1px 5px #CCCCCC;
	transition-duration: .5s;
}
.zz-nt{
	width: 280px;
	height:280px;
	overflow: hidden;
}
.zz-nb{
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #4D4D4D;
	line-height: 40px;
	background-color: #FFFFFF;
	overflow: overlay;
}
/*/资质荣誉*/
/*新闻资讯*/
.xw-bj{
	padding-bottom: 20px;
	background-color: #F7F7F7;
}
.xw2{
	width: 1200px;
	margin:auto;
}
.xw2 li{
	float: left;
	width: 380px;
	max-height: 320px;
	min-height: 320px;
	margin-left: 30px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	perspective: 800px;
	overflow: hidden;
}
.xw2 li:nth-child(1),.xw2 li:nth-child(3n+1){
	margin-left: 0px;
}
.xw2-t{
	padding: 20px;
}
.xw2-t1{
	padding:0 20px 20px;
}
.xw2-c{
	position: absolute; 
	bottom: 0; 
	width: 100%; 
	transition: 0.4s; 
	z-index: 1;
}
.xw2-c img{
	width: 100%; 
	transition: 0.4s; 
	height: 100%;
}
.xw2-b{
	padding: 20px;
	height: 208px; 
	transition: 0.4s; 
	overflow: hidden; 
	position: relative; 
	background-color: #fff;
	background-color: #FFFFFF;
}
.xw2 li:hover .xw2-c{
	transform: translateY(100%); 
	transition: 0.4s;
}
/*/新闻资讯*/
/*产品案例*/
.jj-bj{
	background-color: #F7F7F7;
	padding: 0px 0px 20px;
}
.jj{	
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.jj li:nth-child(odd){
	margin-left: 0;
}
.jj li{	
	float: left;
	width: 590px;
	height: 210px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.jj li:nth-child(2n+1){
	margin-left: 0;
}
.jjnr-l{
	float: left;
	width: 200px;
	height: 130px;
	line-height: 24px;
	padding: 80px 20px 0;
	background-color: #FFFFFF;
	transition-duration: .5s;
}
.jjnr-r{
	float: right;
	width: 350px;
	height: 210px;
	overflow: hidden;
}
.jj li a:hover .jjnr-l{
	background-color: #0F217E;
	transition-duration: .5s;
}
.jj li a:hover .jjnr-l span,.jj li a:hover .jjnr-l p{
	color: #FFFFFF;
}
/*/产品案例*/
/*资料下载*/
.zl{
	width: 1200px;
	margin: auto;
}
.zl li{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.zl li:hover .zl-lr{
	color: #0F217E;
	transition-duration: .5s;
}
.zl li:hover .zl-l{
	padding-left: 10px;
	transition-duration: .5s;
}
.zl-l{
	float: left;
	width: 900px;
	height: 20px;
	padding-left: 0px;
	transition-duration: .5s;
}
.zl-ll{
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}
.zl-lr{
	float: left;
	width: 850px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #4D4D4D;
	transition-duration: .5s;
}
.zl-r{
	float: right;
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 14px;
	color: #999999;
}
/*/资料下载*/
/*产品与解决方案*/
.jjfa-bj{
	padding-bottom: 20px;
	background-color: #F7F7F7;
}
.jjfa{
	width: 1200px;
	margin:auto;
}
.jjfa-nr{
	width: 1200px;
	height: 330px;
	padding-bottom: 40px;
}
.jjfa-nr-l{
	float: left;
	width: 600px;
	height: 330px;
	overflow: hidden;
}
.jjfa-nr-l img{
	transition:all 500ms linear;
}
.jjfa-nr:hover .jjfa-nr-l 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);
}
.jjfa-nr-r{
	float: right;
	width: 540px;
	padding:80px 30px 90px;
	height: 160px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.jjfa-nr-r1{
	max-height: 40px;
	line-height: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}
.jjfa-nr-r1{
	height: 40px;
	overflow: hidden;
}
/*/产品与解决方案*/
/*联系我们*/
.lxwm{
	padding-bottom: 20px;
	background-color: #F7F7F7;
}
.lxwm-n{
	width: 1200px;
	margin: auto;
}
.lxwm-nl{
	float: left;
	width: 490px;
	height: 260px;
	background-color: #FFFFFF;
	padding:60px 30px;
}
.lxwm-nl1{
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	color: #0C65D2;
	margin-bottom: 50px;
}
.lxwm-nl2 li{
	margin-bottom: 15px;
}
.lxwm-nl2-l{
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.lxwm-nl2-r{
	float: left;
	width: 450px;
	height: 20px;
	line-height: 20px;
}
.lxwm-nl2-r span{
	margin-right: 10px;
	font-size: 16px;
	color: #4D4D4D;
} 
/*/联系我们*/
</pre></body></html>