@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;
}
@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');
}
/*首页*/
/*页头*/
.top{
	width: 100%;
	padding: 10px 0px 10px;
	background-color: rgba(255,255,255,.7);
}
.top-n{
	width: 1200px;
	margin: auto;
}
.top-nl{
	float: left;
	width: 160px;
	height: 40px;
	margin-top:20px;
}
.top-nc{
	float: left;
	width: 600px;
	margin-left: 150px;
}
/* 导航 */
.daohang-bj{
	float: left;
	width:600px; 
	height: 50px;
	margin-top: 20px;
	margin-left: 50px;
	z-index:99999999
}
.menu {
	height: 50px;
	margin: auto;
	z-index:99999999
}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left; 
	position:relative;
	z-index:99999999
}

.menu ul li a, .menu ul li a:visited {
	display:inline-block; 
	text-align:center; 
	text-decoration:none; 
	width:120px; 
	height:60px; 
	color: #333333; 
	line-height:60px; 
	font-size:16px;
}
.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:60px; 
	left:0; 
	width:118px;
}

.menu ul li:hover ul li a {
	display:block; 
	background-color: rgba(255,255,255,.7);
	color: #333333;
}

.menu ul li:hover ul li a:hover {
	background: #E70012; 
	color: #FFF;
}
/*/导航 */
.top-nr{
	float: right;
	width: 210px;
	text-align: right;
	margin-top: 20px;
}
/*/页头*/
/*内容*/
.shou1-bj{
	padding-bottom: 80px;
	background-color: #ffffff;
}
.biaoti1{
	padding: 80px 0px 20px;
	margin-bottom: 50px;
}
.biaoti1-t{
	max-width: 390px;
	margin:0px auto 10px;
}
.biaoti1-tl{
	float: left;
	width: 100px;
	height: 15px;
	border-bottom: 1px solid #999999;
	margin-right: 20px;
}
.biaoti1-tc{
	float: left;
	width: 150px;
	height: 30px;
	font-size: 30px;
	color: #333333;
	line-height: 30px;
	text-align: center;
}
.biaoti1-tr{
	float: right;
	width: 100px;
	height: 15px;
	border-bottom: 1px solid #999999;
}
.biaoti1-b{
	width: 1200px;
	margin:auto;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	text-align: center;
}
.shou1{
	width: 1200px;
	margin:50px auto 0px;
}
.caidan1{
	max-width: 1200px;
	margin:0px auto 70px;
	text-align: center;
}
.caidan1 li{
	display: inline-block;
	margin-right:14px;
}
.caidan1 li:last-child{
	margin-right:0;
}
.caidan1 li:hover{
	color: #FFFFFF;
	background-color: #E70012; 
	transition-duration: .5s;
}
.xuanxiang1{
	min-width: 100px;
	line-height: 25px;
	padding: 5px 10px;
	text-align: center;
	background-color: #E70012; 
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	transition-duration: .5s;
}
.xuanxiang1-1{
	min-width: 100px;
	line-height: 25px;
	padding: 5px 10px;
	text-align: center;
	background-color: #E6E6E6; 
	font-size: 16px;
	color: #999999;
	cursor: pointer;
	transition-duration: .5s;
}

.shou1-b{
	display: none;
}
.shou1-b li{
	float: left;
	width: 290px;
	height: 290px;
	margin-left: 10px;
	border: 1px solid #E6E6E6;
}
.shou1-b li:nth-child(1){
	margin-left: 0px;
}

.shou1-bnt{
	width: 290px;
	height: 240px;
	overflow: hidden;
}
.shou1-bnb{
	height: 50px;
	padding: 0px 10px;
	font-size: 14px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
}
.shou1-bnt img{
	transition:all 500ms linear;
}
.shou1-b li a:hover .shou1-bnt 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);
}
.anniu1{
	width: 140px;
	height: 40px;
	font-size: 14px;
	color: #E70012;
	line-height: 40px;
	text-align: center;
	background-color: none;
	border-radius: 8px;
	border: 1px solid #E70012;
	margin-top: 30px;
	transition-duration: .5s;
	margin:50px auto 0px;
}
.anniu1:hover{
	color: #FFFFFF;
	background-color: #E70012;
	border: 1px solid #E70012;
	transition-duration: .5s;
}
.shou2{
	width: 1200px;
	margin:0px auto;
	margin-top:60px;
	 
}
.shou2-l{
	float: left;
	width: 600px;
	height: 360px;
	overflow: hidden;
}
.shou2-r{
	float: right;
	width: 550px;
	height: 260px;
	overflow: hidden;
	padding: 50px 0;

}
.shou2-r1{
	font-size: 24px;
	color: #333333;

	line-height: 30px;
	max-height: 60px;
	margin-bottom: 20px;
	text-align:left
}
.shou2-r2{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	max-height: 84px;
	margin-bottom: 40px;
	text-align:left
}
.anniu2{
	width: 140px;
	height: 40px;
	font-size: 14px;
	color: #E70012;
	line-height: 40px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #E70012;
	margin-top: 30px;
	transition-duration: .5s;
}
.anniu2:hover{
	color: #FFFFFF;
	background-color: #E70012;
	border: 1px solid #E70012;
	transition-duration: .5s;
}
.shou3-bj{
	padding-bottom: 80px;
	background-color: #F7F7F7;
}
.shou3{	
	width: 1200px;
	height: 490px;
	overflow: hidden;
	margin: auto;
}
.shou3 li:nth-child(odd){
	margin-left: 0;
}
.shou3 li{	
	float: left;
	width: 590px;
	height: 240px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.shou3 li:nth-child(2n+1){
	margin-left: 0;
}
.shou3nr-l{
	float: left;
	width: 200px;
	height: 140px;
	line-height: 24px;
	padding: 100px 20px 0;
	background-color: #E6E6E6;
	transition-duration: .5s;
}
.shou3nr-r{
	float: right;
	width: 350px;
	height: 240px;
	overflow: hidden;
}
.shou3 li a:hover .shou3nr-l{
	background-color: #E70012;
	transition-duration: .5s;
}
.shou3 li a:hover .shou3nr-l span,.shou3 li a:hover .shou3nr-l p{
	color: #FFFFFF;
}
.shou4-bj{
	padding-bottom: 80px;
	background-color: #F7F7F7;
}
.shou4{	
	width: 1200px;
	margin:0px auto 80px;
}
.shou4 li{
	padding: 10px 0;
	border-bottom: 1px dashed #E6E6E6;
}
.shou4 li:nth-child(1){
	padding-top: 0px;
}
.shou4-l{
	float: left;	
	width: 110px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	background-color: #E6E6E6;
	margin-right: 10px;
	transition-duration: .5s;
}
.shou4-c{
	float: left;	
	width: 800px;
	height: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.shou4-r{
	float: right;	
	width: 100px;
	height: 30px;
	font-size: 14px;
	color: #999999;
	text-align: right;
	line-height: 30px;
}
.shou4 li:hover .shou4-l{
	color: #FFFFFF;
	background-color: #E70012;
	transition-duration: .5s;
}
/*/内容*/
/*页脚*/
.yejiao-bj{
	padding:40px 0;
	background-color: #F7F7F7;
}
.yejiao{
	width: 1200px;
	margin: auto;
}
.yejiao1{
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}
.yejiao1-l{
	float: left;
	width: 800px;
}
.yejiao1-ln{
	float: left;
	width: 180px;
	margin-left:20px ;
}
.yejiao1-lnn{
	margin-bottom: 20px;
}
.yejiao1-lnn-t{
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.yejiao1-lnn-b{
	margin-top: 10px;
}
.yejiao1-lnn-b li{
	margin-bottom: 5px;
}
.yejiao1-r{
	float: right;
	width: 210px;
}
.yejiao1-r1{
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.yejiao1-r2{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.yejiao1-r2t{
	margin-bottom: 10px;
}
.yejiao1-r2t-l{
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.yejiao1-r2t-r{
	float: left;
	width: 100px;
	height: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.yejiao1-r2b{
	width: 120px;
	height: 120px;
	margin: auto;
}
.yejiao1-r3{
	margin-top: 10px;
}
.yejiao1-r3t{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 20px;
	margin-bottom: 5px;
}
.yejiao1-r3b-n{
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	padding-top: 5px;
	transition-duration: .5s;
}
.yejiao1-r3b a:hover .yejiao1-r3b-n{
	padding-top: 0px;
	transition-duration: .5s;
}
.yejiao2{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.yejiao2 a{
	margin-right: 20px;
}
.yejiao3{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: center;
}
/*/页脚*/
/*二级导航*/
.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;
	color: #999999;
}
.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: #E70012;
	height: 78px;
	line-height: 78px;
	border-bottom: 2px solid #E70012;
}
.xz{
	color: #E70012;
	height: 78px;
	line-height: 78px;
	border-bottom: 2px solid #E70012;
}
.erjidaohang1-2{
	float: right;
	width: 450px;
	height: 80px;
	line-height: 80px;
	text-align: right;
	color: #999999;
}
.erjidaohang1-2 span{
	font-size: 14px;
	color: #999999;
}
/*/二级导航*/
/*页码*/
.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 #E70012;
    background: #E70012;
    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: #E70012;border: 1px solid #E70012; color: #FFF; TEXT-DECORATION: none}
/*/页码*/
/*新闻中心*/
.xw{	
	width: 1200px;
	margin:50px auto;
}
.xw li{
	padding: 10px 0;
	border-bottom: 1px dashed #E6E6E6;
}
.xw li:nth-child(1){
	padding-top: 0px;
}
.xw-l{
	float: left;	
	width: 110px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	background-color: #E6E6E6;
	margin-right: 10px;
	transition-duration: .5s;
}
.xw-c{
	float: left;	
	width: 800px;
	height: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.xw-r{
	float: right;	
	width: 100px;
	height: 30px;
	font-size: 14px;
	color: #999999;
	text-align: right;
	line-height: 30px;
}
.xw li:hover .xw-l{
	color: #FFFFFF;
	background-color: #E70012;
	transition-duration: .5s;
}
/*/新闻中心*/
/*公司简介*/
.cpxq{
	width: 1200px;
	padding:50px 40px;
	margin:50px auto;
}
.cpxq-1{
	height: 40px;
	font-size: 30px;
	color: #D0101D;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.cpxq-2{
	width: 1200px;
	font-size: 14px;
	color: #333333;
	line-height:25px;
	text-align: justify;
}
/*公司简介*/
/*产品*/
.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: #E70012;
}
.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: #f7f7f7;
	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;
}
.anniu3{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #E70012;
	color: #D0101D;
	transition-duration: .5s;
}
.anniu3:hover{
	border: 1px solid #E70012;
	background-color: #E70012;
	color: #FFFFFF;
	transition-duration: .5s;
}
.cp-b{
	width: 1200px;
	margin:50px auto;
}
.cp-b li{
	float: left;
	width: 290px;
	height: 290px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #E6E6E6;
}
.cp-b li:nth-child(4n){
	margin-right: 0px;
}

.cp-bnt{
	width: 290px;
	height: 240px;
	overflow: hidden;
}
.cp-bnb{
	height: 50px;
	padding: 0px 10px;
	font-size: 14px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
}
.cp-bnt img{
	transition:all 500ms linear;
}
.cp-b li a:hover .cp-bnt 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{	
	width: 1200px;
	margin:50px auto 0px;
}
.jjfa li:nth-child(odd){
	margin-left: 0;
}
.jjfa li{	
	float: left;
	width: 590px;
	height: 240px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.jjfa li:nth-child(2n+1){
	margin-left: 0;
}
.jjfa-nrl{
	float: left;
	width: 200px;
	height: 140px;
	line-height: 24px;
	padding: 100px 20px 0;
	background-color: #E6E6E6;
	transition-duration: .5s;
}
.jjfa-nrr{
	float: right;
	width: 350px;
	height: 240px;
	overflow: hidden;
}
.jjfa li a:hover .jjfa-nrl{
	background-color: #E70012;
	transition-duration: .5s;
}
.jjfa li a:hover .jjfa-nrl span,.jjfa li a:hover .jjfa-nrl p{
	color: #FFFFFF;
}
/*/解决方案*/
/*市场应用*/
.sc{
	width: 1200px;
	margin:50px auto;
}
.sc li{
	margin-bottom: 20px;
}

.sc1{
	width: 1200px;
	margin:0px auto 80px;
}
.sc1-l{
	float: left;
	width: 600px;
	height: 360px;
	overflow: hidden;
}
.sc1-r{
	float: right;
	width: 550px;
	height: 260px;
	overflow: hidden;
	padding: 50px 0;
}
.sc1-r1{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	max-height: 60px;
	margin-bottom: 20px;
}
.sc1-r2{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	max-height: 84px;
	margin-bottom: 40px;
}
.sc1-l img{
	transition:all 500ms linear;
}
.sc li:hover .sc1-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);
}
/*/市场应用*/
/*联系方式*/
.lxwm{
	width: 1200px;
	margin:50px auto;
}
.lxwm-1{
	height: 40px;
	font-size: 24px;
	color: #D0101D;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.lxwm-2{
	font-size: 16px;
	color: #333333;
	line-height:30px;
	text-align: center;
}
/*/联系方式*/
/*详情*/
.xq{
	width: 1200px;
	margin: 80px auto;
}
.xq-1{
	margin-bottom: 40px;
}
.xq-1l{
	float: left;
	width: 480px;
	height: 400px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}
.xq-1r{
	float: right;
	width: 680px;
	height: 400px;
}
.xq-1r1{
	font-size: 24px;
	color: #E70012;
	font-weight: bold;
	line-height:25px;
	height: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.xq-1r2{
	width: 680px;
	height: 350px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
	text-align: justify;
}

.caidan2{
	width: 1200px;
	height: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.caidan2 li{
	display: inline-block;
	margin-right:14px;
}
.caidan2 li:last-child{
	margin-right:0;
}
.caidan2 li:hover{
	color: #FFFFFF;
	background-color: #E70012; 
	transition-duration: .5s;
}
.xuanxiang1{
	min-width: 100px;
	line-height: 25px;
	padding: 5px 10px;
	text-align: center;
	background-color: #E70012; 
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	transition-duration: .5s;
}
.xuanxiang1-1{
	min-width: 100px;
	line-height: 25px;
	padding: 5px 10px;
	text-align: center;
	background-color: #E6E6E6; 
	font-size: 16px;
	color: #999999;
	cursor: pointer;
	transition-duration: .5s;
}

.xq2-1{
	padding: 0px 20px;
	height: 40px;
	background-color: #E6E6E6;
}
.xq2-1l{
	float: left;
	width: 1000px;
	height: 40px;
	font-size: 14px;
	color: #000000;
	line-height: 40px;	
}
.xq2-1r{
	float: right;
	width: 150px;
	height: 40px;
	font-size: 14px;
	color: #000000;
	line-height: 40px;	
	text-align: center;
}
.xq2-2{
	margin-top: 10px;
}
.xq2-2 li{
	margin-bottom: 10px;
	height: 40px;
	background-color: #F7F7F7;
	padding: 0px 20px;
	transition-duration: .5s;
}
.xq2-2l{
	float: left;
	width: 1000px;
	height: 40px;
	font-size: 14px;
	color: #000000;
	line-height: 40px;	
}
.xq2-2r{
	float: right;
	width: 150px;
	height: 40px;
}
.xq2-2rn{
	width: 20px;
	height: 20px;
	margin:10px auto;
}
.xq2-2 li:hover{
	background-color: #E6E6E6;
	transition-duration:.5s;
}
.xq3{	
	display: none;
	width: 1200px;
	overflow: hidden;
	margin:20px auto;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	text-align:justify;
}
/*/详情*/