*{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}
h2{
	color:#226fab;
	font-size:16px;
	line-height:21px;
}
li{
	list-style:none;
}
p{
	font-size:12px;
	color:#323232;
}
hr{
	border:none;
	border-top:1px #b9b9b9 solid;
}
a{	
	color:#767676;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
.middle{
	width:960px;
	margin:0 auto;
}
.hidden{
	display:none;
}
#top{
	width:100%;
	height:83px;
}
#top #left{
	width:280px;
	height:inherit;
	float:left;
}
#top #right{
	width:540px;
	height:inherit;
	float:right;	
	margin-top:38px;
}
#top #logo{
	width:118px;
	height:69px;
	margin-top:12px;
	float:left;
}
#top #slogan{
	float:right;
	margin-top:42px;
}
#top #left #chn{
	font-size:16px;
	color:#226fab;
	font-weight:bold;
	line-height:17px;
}
#top #left #eng{
	font-size:12px;
	color:#636363;
	font-weight:bold;
	line-height:17px;
}
#top #right #text{
	width:350px;
	border-right:1px #bababa dashed;
	padding-right:10px;
	float:left;
}
#top #right #chn{
	-webkit-text-size-adjust:none;
	font-size:11px;
	-webkit-transform: scale(1);  
	-o-transform: scale(1);	
	color:#226fab;
	font-weight:bold;
	line-height:17px;
	text-align:right;
}
#top #right #eng{
	-webkit-text-size-adjust:none;
	font-size:9px;
	-webkit-transform: scale(1);  
	-o-transform: scale(1);
	color:#636363;
	font-weight:bold;
	line-height:17px;
	text-align:right;
}
#top #right #contact{
	width:160px;
	float:left;
	margin-left:10px;
}
#top #right #ico_phone{
	width:31px;
	height:33px;
	background:url('../images/ico.png') no-repeat 0 0;
	float:left;
	margin-right:10px;
}
#top #right #phone_num{
	color:#226fab;
	font-size:11px;
	font-weight:bold;
}
#top #right #phone_desc{
	color:#636363;
	font-size:11px;
	font-weight:bold;
}
#nav{
	width:100%;
	height:66px;
}
#nav #nav_menu{
	margin-top:32px;
	float:right;
}
#nav #nav_menu li{
	width:91px;
	height:34px;
	float:left;
	text-align:center;
	border:1px #fff solid; 
	border-bottom:none;	
}
#nav #nav_menu li a{
	font-size:14px;
	color:#226fab;
	font-weight:bold;
	line-height:34px;
	display:block;
	width:91px;
	height:34px;	
}
#nav #nav_menu li:hover{
	background-color:#226fab;
}
#nav #nav_menu li:hover a{
	color:#FFF;
	text-decoration:none;
}
#nav #nav_menu li ul{width:91px;margin-left:-1px;*margin-left:-46px;*margin-top:0px;position: absolute;z-index: 999;border:1px #fff solid; border-top:none;display:none;}
#nav #nav_menu li:hover ul{display:block;background-color:#226fab;}
#nav #nav_menu ul{height:auto;}
#nav #nav_menu li ul li{width:91px;background-color:#226fab;border:none;/*border-top:1px #fff solid;*/}
#nav #nav_menu li ul li span{display:block;width:68px;height:inherit;margin: 0 auto;border-top:1px #fff solid; cursor:pointer;}
#banner{
	width:100%;
	height:420px;
}
#banner .middle{
	width:1024px;
	position:relative;
}
#banner .middle img{
	width:1024px;
	height:420px;
}
/* focus */
#focus{width:1024px;height:420px;position:relative;margin:0px auto; overflow:hidden; }
#focus ul{position:absolute;}
#focus ul li{float:left;width:1024px;overflow:hidden;position:relative;background:#000;}
#focus ul li div{position:absolute;overflow:hidden;}
#focus .btnBg{position:absolute;width:1000px;height:20px;left:0;bottom:0;}
#focus .btn{position:relative;width:150px;margin:0 auto;height:10px;margin-top: 400px;*top:400px;}
#focus .btn span{display:inline-block;_display:inline;_zoom:1;width:25px;height:10px;_font-size:0;margin-left:5px;cursor:pointer;background:#fff;}
#focus .btn span.on{background:#fff;}
#focus .preNext{width:45px;height:100px;position:absolute;top:150px;background:url(../images/index/sprite.png) no-repeat 0 0;cursor:pointer;}
#focus .pre{left:0;}
#focus .next{right:0;background-position:right top;}

#content{
	margin-top:30px;
	height:295px;
}
#content #news-box{
	width:542px;
	height:295px;
	float:left;
	overflow: hidden;
	position:relative;
}
#content #title-box{
	width:100%;
	height:40px;
}
#content #title-box .title{
	width:116px;
	height:40px;	
	color:#767676;
	text-align:center;
	line-height:32px;
	float:left;
	font-weight:bold;
	cursor:pointer;
}
#content #title-box .title.cur{	
	background:url('../images/ico.png') no-repeat 0 -39px;
	color:#ffffff;	
}
#content #title-box #more{
	width:60px;
	height:20px;	
	background:url('../images/ico.png') no-repeat -45px 0;
	float:right;
	margin-top:16px;
	cursor:pointer;
}
#content .newslist-box{
	width:540px;
	height:248px;
	border:1px #b6b6b6 solid;
	float:left;
}
#content #news-box-group{
	width:2000px;
	position:absolute;
}
#content .newslist-box#hangye{
	/*display:none;*/
}
#content #newslist-top{
	height:162px;
}
#content #left-pic{
	width:199px;
	height:121px;
	margin:20px 0 0 20px;
	float:left;
	border:1px #bababa solid;
}
#content #right-desc{
	width:290px;
	float:right;
	color:#767676;
	margin:20px 10px 0 0;
}
#content #right-desc #new-title{
	font-weight:bold;
}
#content #right-desc #news-date{
	font-size:10px;
	margin-top:5px;
}
#content #right-desc #news-desc{
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin-top:6px;
}
#content #newslist-foot{
	height:89px;
	border-top:1px #b6b6b6 solid;
	margin:0 10px 0 20px;
}
#content #newslist-foot ul{
	margin-top:15px;
}
#content #newslist-foot li{
	background:url('../images/point.png') no-repeat left center;
	padding-left:10px;
}
#content #newslist-foot span{
	float:right;
	font-size:12px;
	color:#767676;
}
#content #company-about{
	width:397px;
	height:280px;
	float:right;
}
#content #about-title-pic{
	width:396px;
	height:80px;
}
#content #about-desc{
	font-size:12px;
	color:#767676;
	text-indent:2em;
	margin-top:13px;
	font-weight:bold;
	line-height:20px;
}
#content #about-desc a{
	font-size:12px;
	color:#226fab;
	font-weight:bold;
}
#content #company-icon-group{
	width;100%;
	height:88px;
	margin-top:12px;
}
#content .company-icon-box{
	width:70px;
	height:88px;
	float:left;
	margin-right:10px;
}
#content .company-icon-box.last{
	margin-right:0;
}
#content #icon-1{
	width:68px;
	height:69px;
	background:url('../images/ico.png') no-repeat 0 -90px;	
}
#content #icon-2{
	width:67px;
	height:69px;
	background:url('../images/ico.png') no-repeat -70px -90px;
}
#content #icon-3{
	width:68px;
	height:69px;
	background:url('../images/ico.png') no-repeat -138px -90px;
}
#content #icon-4{
	width:67px;
	height:69px;
	background:url('../images/ico.png') no-repeat -208px -90px;
}
#content #icon-5{
	width:68px;
	height:69px;
	background:url('../images/ico.png') no-repeat 0 -164px;	
}
#content .icon-title{
	font-size:12px;
	color:#226fab;
	font-weight:bold;
	text-align:center;
	line-height:20px;
}
#content2{
	width;100%;
	height:84px;
	margin-top:30px;
}
#content2 a{
	display:block;
	width:317px;
	height:84px;
	float:left;
	margin-right:4px;
}

#content2 a.last{
	margin-right:0;
}
#bolang{
	width:100%;
	height:5px;
	background:url('../images/index/bolang.png') repeat-x;
	margin-top:30px;
}
#flink{
	width:100%;
	height:117px;
	margin-top:40px;
}
#flink #logo{
	width:118px;
	height:69px;
	float:left;
}
#flink #link-box{
	width:810px;
	float:right;
	margin-right: -80px;
}
#flink #link-box a{
	font-size:12px;
	color:#010000;
	line-height:35px;
	margin:0 35px;
	white-space: nowrap;
}
#footer{
	width:100%;
	height:205px;
	background-color:#226fab;
}
#footer .middle{
	padding-top:43px;
}
#footer #f-left{
	width:310px;
	height:auto;
	float:left;
}
#footer p{
	font-size:14px;
	color:#fff;
	line-height:30px;
}
#footer #f-center{
	width:310px;
	height:auto;
	float:left;
	margin-top:30px;
}
#footer #f-right{
	width:108px;
	height:auto;
	float:right;
}
#footer #f-right img{
	width:108px;
	height:108px;
}

/*  关于页面 */
#banner2{
	width:100%;
	height:278px;
}
#banner2 .middle{
	width:1024px;
}
#banner2 .middle img{
	width:1024px;
	height:278px;
}
#about-content1{
	width:100%;
	height:120px;
	margin-top:30px;
}
#about-content1 #left-pic{
	width:204px
	height:120px;
	float:left;
}
#about-content1 #right-text{
	width:756px;
	height:120px;
	float:right;
	margin-top:44px;
}
#about-content1 #text1{
	font-size:12px;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	margin-left:11px;
}
#about-content1 #text2{
	font-size:18px;
	color:#226fab;	
	text-align:left;
	margin-left:11px;
}
#about-content2{
	width:100%;
	height:auto;
	overflow:hidden;
}
#about-content2 #about-nav{
	height:51px;
	margin:0 auto;
}
#about-content2 #about-nav a{
	display:block;
	width:139px;
	height:51px;
	float:left;
	font-size:14px;
	color:#666666;
	line-height:45px;
	font-weight:bold;
	text-align:center;
	text-indent:5px;
}
#about-content2 #about-nav a.cur{
	background:url('../images/ico.png') no-repeat -138px -28px;
	color:#fff;
}
#about-content2 #about-nav a:hover{
	background-color:#7bc623;
	color:#fff;
	text-decoration:none;
}
.position{
	border-top:1px #c6c6c6 solid;
	height:47px;
}
.position a{
	line-height:47px;
}
#about-content2 #about-desc{
	height:auto;
	min-height:543px;
	background-color:#f5f5f5;
	overflow: hidden;
}
#about-content2 #about-desc #about-desc-content{
	margin:0 30px;
	padding-top:40px;
	height:auto;
	min-height:543px;	
}
#about-content2 #company-icon-group{
	width:500px;
	height:88px;
	margin:12px auto 0;

}
#about-content2 .company-icon-box{
	width:70px;
	height:88px;
	float:left;
	margin-right:30px;
}
#about-content2 .company-icon-box.last{
	margin-right:0;
}
#about-content2 #icon-1{
	width:68px;
	height:69px;
	background:url('../images/ico.png') no-repeat 0 -90px;	
}
#about-content2 #icon-2{
	width:67px;
	height:69px;
	background:url('../images/ico.png') no-repeat -70px -90px;
}
#about-content2 #icon-3{
	width:68px;
	height:69px;
	background:url('../images/ico.png') no-repeat -138px -90px;
}
#about-content2 #icon-4{
	width:67px;
	height:69px;
	background:url('../images/ico.png') no-repeat -208px -90px;
}
#about-content2 #icon-5{
	width:68px;
	height:69px;
	background:url('../images/ico.png') no-repeat 0 -164px;	
}
#about-content2 .icon-title{
	font-size:12px;
	color:#226fab;
	font-weight:bold;
	text-align:center;
	line-height:20px;
}
#about-content2 p{
	font-size:12px;
	color:#323232;	
	margin-top:20px;
}

/* 产品*/
#about-content2 #left-nav{
	width:240px;
	height:auto;
	float:left;
}
#about-content2 #left-nav ul li{
	width:240px;
/*	height:45px;*/
	background-color:#226fab;	
	text-indent:20px;
	border-top:1px #fff solid;
}
#about-content2 #left-nav ul li a{
	display:block;
	width:240px;
	height:45px;
	color:#fff;
	line-height:45px;	
}
#about-content2 #left-nav ul ul{
	width:240px;
	height:auto;
	background-color:#fff;
	position:relative;
}
#about-content2 #left-nav ul ul li{
	width:205px;
	height:25px;
	margin:0 auto;
	background-color: #fff;
	border-top:1px #a9a9a9 dashed;
}
#about-content2 #left-nav ul ul li.top{
	border-top:none;
}
#about-content2 #left-nav ul ul li a{
	font-size:14px;
	color:#000000;
	line-height:27px;
	font-weight:bold;
}
#about-content2 #pro-list{
	width:630px;	
	height:auto;
	min-height:477px;
	float:right;
	background-color:#fff;
}
#about-content2 #pro-list-content{
	margin:20px 13px;
}
#about-content2 #pro-list-content #pro-list-title{
	color:#226fab;
}
#about-content2 hr{
	border:none;	
	border-top:1px #b9b9b9 solid;
	margin-top:5px;
}
#about-content2 #pro-list-box{
	width:585px;
	min-height:407px;
	height:auto;
}
#about-content2 .pro-list-block{
	width:265px;
	height:74px;
	float:left;	
	margin:20px 0 0 20px;
}
#about-content2 .pro-left-pic{
	float:left;
	width:92px;
	height:72px;
}
#about-content2 .pro-right-text{
	float:right;
	width:165px;
	height:72px;
}
#about-content2 .pro-right-title{
	color:#292929;
	font-size:15px;
	margin-top:10px;
}
#about-content2 .pro-right-desc{
	color:#292929;
	font-size:12px;
	margin-top:10px;
}

.fyan {
padding-top: 40px;
height:48px; clear:both;
}
#pages {
padding: 14px 0 10px;
font-family: 宋体;
}
.fr {
float: right;
display: inline;
}

#pages li {
display: inline-block;
height: 22px;
line-height: 22px;
background: #fff;
border: 1px solid #d8d8d8;
text-align: center;
color: #333;
padding: 0 10px;
background-color: #fff;
}
#pages li:hover{
background-color: #d8d8d8;
text-decoration:none;
}
#pages .active {
display: inline-block;
height: 22px;
line-height: 22px;
background: #226fab;
border: 1px solid #226fab;
color: #fff;
text-align: center;
padding: 0 10px;
}
#pages .active  a{color: #fff;}
/* 新闻列表 */
#about-content2 #news-list{
	width:630px;	
	height:auto;
	min-height:477px;
	float:right;
	background-color:#fff;
}
#about-content2 #news-list-content{
	margin:20px 13px;
}
#about-content2 #news-list-content #news-list-title{
	color:#226fab;
	font-weight:bold;
}
#about-content2 hr{
	border:none;	
	border-top:1px #b9b9b9 solid;
	margin-top:5px;
}
#about-content2 #news-list-box{
	width:585px;
	min-height:407px;
	height:auto;
}
#about-content2 #news-list-box .time{
	float:right;
}
#about-content2 #news-list-box ul li{
	line-height:30px;
	background:url('../images/point.png') no-repeat left center;
	padding-left:10px;
}
#about-content2 #news-list-box ul li a{
	color:#000;
	font-weight:normal;
}

/*新闻内容页*/
#about-content2 #left-side{
	width:643px;
	height:auto;
	float:left;
}
#about-content2 #left-side #news-content-box{
	width:100%;
	height:auto;
}
#about-content2 #left-side #news-title{
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:center;
}
#about-content2 #left-side #news-info{
	margin:20px auto 10px;
	text-align:center;
}
#about-content2 #left-side #news-info span{
	margin:0 10px;
}
#about-content2 #news-content{
	width:100%;
	height:auto;
	margin-top:40px;

}
#about-content2 #news-content-inner{
	width:600px;
	height:auto;
	background-color:#f5f5f5;
	padding:10px 20px 20px 20px;
}
#about-content2 #news-content p{
	font-size:14px;
	line-height:25px;
	margin-top:0;
	/*text-indent:2em;*/
}

#about-content2 #share{
	margin-top:30px;
	height: 50px;

}
#about-content2 #share span{
	float:left;
	line-height:30px;

}
#about-content2 #tuijian{
	clear:both;
	margin-top:20px;
	height:177px;
	margin-bottom:40px;
}
#about-content2 #tuijian-title{
	color:#226fab;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
}
#about-content2 #tuijian-title span{
	border-bottom:1px #226fab solid;
}
#about-content2 #tuijian ul{
	width:100%;
}
#about-content2 #tuijian ul li{
	line-height:30px;
	background:url('../images/point.png') no-repeat left center;
	padding-left:10px;
	width:310px;
	float:left;
}
#about-content2 #tuijian  ul li a{
	color:#000;
	font-weight:normal;
}
#about-content2 #right-side{
	width:290px;
	height:auto;
	float:right;
}
#about-content2 #right-side #right-side-title{
	color:#226fab;
	font-weight:bold;
}
#about-content2 #right-side ul{
	width:288px;
	height:178px;
	margin-top:10px;
}
#about-content2 #right-side ul li{
	width:140px;
	height:86px;
	float:left;
	margin:5px 0 0 3px;
}
#about-content2 #right-side ul li img{
	width:140px;
	height:86px;
}
#about-content2 #right-side #contact-pic{
	width:293px;
	height:128px;
	margin-top:30px;
}
#about-content2 #right-side #contact-pic img{
	width:293px;
	height:128px;
}
#about-content2 #right-side #contact-info{
	margin-top:20px;
}
#about-content2 #right-side #contact-info p{
	font-size:14px;
	line-height:25px;
	margin:0;
}
.clear{
	clear:both;
}
.pleft {
width: 405px;
z-index: 5;
float: left;
/* overflow: hidden; */
}

a#a_enlarge {
clear:both;
padding: 3px 0 3px 25px;
background: url(../images/sprite.png) no-repeat;
background-position: -436px -177px;
color: #226fab;
}
.div_prolinks{
	position:relative;
	margin-top:100px;
}
#about-content2 #pro-content-text{
	clear:both;
	padding-top:30px;
}