body{
	background:#fdfdfd;
}
.top{
	width:100%;
	height:27px;
	line-height: 27px;
	background:#ebf1f3;
	border-bottom:1px solid #fcfcfc;
}
.top_con{
	width:1200px;
	height:27px;
	margin:0 auto;
}
.top_con span{
	font-size:14px;
	color:#666666;
	line-height: 27px;
}
.top_con ul{
	float:right;
	padding-top:5px;
}
.top_con ul li{
	float:left;
	height:17px;
	line-height: 17px;
	padding:0px 10px;
	border-right:1px solid #666;
	color:#666;
}
.top_con ul li:last-child{
	padding-right:0px;
	border:none;
}
.top_con ul li a{
	color:#666;
}
.top_con ul li a:hover{
	color:#ff6600;
}
.top_con ul li img{
	margin-top:-3px;
	margin-right:8px;
}
/*头部*/
.head{
	width:100%;
	height:110px;
	background:url(../images/top_bg.jpg) repeat-x;
}
.head_con{
	width:1200px;
	height:110px;
	margin:0 auto;
}
.logo{
	float:left;
	margin-top:22px;
}
.head_phone{
	float:right;
	margin-right:80px;
	margin-top:30px;
}
.head_phone p{
	float:left;
	width:38px;
	height:36px;
	border-radius: 8px;
	background:#ff6600;
	line-height: 16px;
	padding-top:2px;
	color:#fff;
	text-align: center;	
}
.head_phone dl{
	float:left;
	width:200px;
	padding-left:10px;
	margin-top:-5px;
}
.head_phone dt{
	float:left;
	width:100%;
	font-size:16px;
	height:16px;
	text-align: center;
	line-height: 16px;
	background:url(../images/hd_phonebg.png) no-repeat center;
}
.head_phone dd{
	float:left;
	width:100%;
	font-size:29px;
	color:#ff6600;
	font-style:italic;
	font-family: arial;
	line-height: 38px;
}
/*导航*/
#dd-navigation{
	width:100%;
	height:56px;
	background:url(../images/banner_bg.jpg) repeat-x;
	z-index: 1;	 
}
#nav-strip {
	width:1200px;	
	height:56px;
	margin: 0 auto;   
    position: relative;
    z-index: 16;   
}
#nav-strip  ul{
	float:left;
	width:100%;	
}
.nav-item { 
	display: inline;
	float: left;
	position:relative;		
	height:56px;
	line-height: 56px;
	text-align:center;
	z-index: 10;
}
.nav-item a span{	
	display: block;
	padding:0px 38px;
	color: #fff;	
	height:50px;
	line-height: 50px;
	border-left:1px solid #008ce3;
	margin:3px 0px;
	font-size:18px;	
}
.nav-item:first-child a span{
	border:none;
}
.nav-item:hover{	
	background: #008ce3;	
}
.current{
	background: #008ce3;	
}
.current .subnav{
	display: block;
}
.current .subnav .subnav-inner{
	display:none;
}
.current:hover .subnav .subnav-inner{
	display:block;
}
.nav-item .subnav{
	display: none;
}
#nav-strip ul li a{	
	color: #fff;
	display:block;	
	font-size: 16px;	
}
.nav-item .subnav,#nav-strip ul li.current .subnav{
	position:absolute;
	top:56px;
	left:2px;	
	width:92%;	
	z-index: -1;
}
#nav-strip ul li.current .subnav {
	display: block;	
}
.subnav-inner {
	float: left;
	width:100%;		
}
.subnav ul{
	float: left;
	width:100%;	
	background: url(../images/ban_ulbg.jpg) repeat; 
}
.subnav ul li{
	display:block;	
	height: 40px;
	line-height: 40px;
	text-align: center;	
}
.nav-item .subnav ul li a:hover{
	text-decoration: underline;
}
.nav-item:hover .subnav{
	display: block;
}
/*轮播*/
#wrap{	
	width:100%;
	min-width: 1200px;	
	box-shadow: 0px 3px 20px 5px #ccc;
	-webkit-box-shadow: 0px 3px 20px 5px #ccc;
	-moz-box-shadow: 0px 3px 20px 5px #ccc;
}
.hiSlider{
	overflow: hidden;
	height:auto;
	width:100%;
	background: #eee;
}
.hiSlider-btn-prev{
	display: none;
}
.hiSlider-btn-next{
	display: none;
}
.hiSlider-wrap{
	width:100%;
	text-align: center;
}
.hiSlider-item{
	float: left;
	width:100%;
}
.hiSlider-item img{
	width:100%;
}
.hiSlider-title{
	display: none;
}
.hiSlider-pages{
	width:100%;
	text-align: center;
	position: absolute;
	bottom:8px;	
}
.hiSlider-pages a{
	display:inline-block;	
	margin-right:12px;
	width:12px;
	height:12px;
	border-radius:50%;
	border:1px solid #00a1e9;
	margin:0px 5px;
	font-size:0px;
}
.hiSlider-pages a.active{
	background:#00a1e9;
	border:1px solid #fff;
}
.partner{
	width:1200px;
	height:250px;
	margin:40px auto 0px;
}
.part_name{
	width:100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	color:#00a1e9;
	background:url(../images/part_bg.jpg) no-repeat center;
}
.hiSlider2 img{
	width:200px;
	height:40px;
}
/*合作伙伴*/
.rollBox .LeftBotton,.rollBox .RightBotton{
	float:left;
	cursor:pointer;
	margin-top:42px;	
}
.rollBox .LeftBotton{
	margin-right:30px;
}
.rollBox .RightBotton{
	margin-left:30px;
}
/*产品展示 */
.rollBox{
	width:1120px;
	margin:50px auto 0px;
	overflow:hidden; 
	position: relative;
}
.rollBox .Cont{
	float:left;
	width:1024px;
	overflow:hidden;
}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{ 
	position:relative;
	width:224px;
	float:left;
	text-align:center; 
	margin:0px 15px;
	border:1px solid #cccccc;
}
.rollBox .Cont .pic img{
	width:224px;
	height:130px;	
}
.rollBox .Cont .pic p{ 
	position:absolute; 
	top:-16px; left:0;
	line-height:147px;
	color:#b7bbc4;
	background-color:#b7bbc4; 
	width:180px; 
	height:152px; 
	opacity:0.8;
	z-index:1;
}
.rollBox .Cont .pic p a{
	text-align:center;
	color:#ffffff; 
	font-size:18px; 
	z-index:100;
}
.rollBox .Cont .pic p a:link,.rollBox .Cont a:visited{
	color:#626466;
	text-decoration:none;
}
.rollBox .Cont .pic p a:hover{
	color:#f00;
	text-decoration:underline;
}
.rollBox #List1,.rollBox #List2{
	float:left;
}
/*产品中心*/
.prts{
	width:1200px;
	height:870px;
	margin:50px auto 0px;
}
.prts_left{
	float:left;
	width:280px;
}
.prts_name{
	padding:0px 15px;
	height:60px;	
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	position: relative;
	z-index: 5;
	font-size:18px;
	color:#fff;
	line-height: 60px;
	background:url(../images/pro_bg.jpg) repeat-x;
}
.prts_name a{
	font-size:18px;
	color:#fff;
	line-height: 60px;
}
.prts_name i{
	font-size:16px;
	font-family: arial;
	padding-left:5px;
}
.prts_name span{
	float:right;
	line-height: 60px;
}
.prts_name span a{
	font-size:14px;
}
.prts_left ul{
	float:left;
	width:218px;
	padding:30px;
	background:#f2f2f2;
	border:1px solid #e6e6e6;
	border-top:none;
	box-shadow:8px -53px 27px -10px #ccc;
	-webkit-box-shadow:8px -53px 27px -10px #ccc;
	-moz-box-shadow:8px -53px 27px -10px #ccc;
	position: relative;
	z-index: 3;
}
.prts_left ul li{
	float:left;
	width:100%;
	height:39px;
	line-height: 39px;
	margin:12px 0px;
	border-radius: 5px;
	background:url(../images/pro_bg.jpg) no-repeat;
	background-size:100% 100%;
}
.prts_left ul li:first-child{
	margin-top:0px;
}
.prts_left ul li:last-child{
	margin-bottom:0px;
}
.prts_left ul li a{
	display: block;	
	color:#fff;
	padding-left:25px;
	font-size:16px;
	background:url(../images/pro_leftbg.png) no-repeat 10px center;
}
.prts_right{
	float:left;
	margin-left:30px;
	width:890px;
}
.prts_right ul{
	float:left;
	width:930px;
	padding-top:30px;
}
.prts_right ul li{
	float:left;	
	margin-right:22px;
	margin-bottom:5px;
}
.prts_right ul li a{
	display: block;	
}
.prts_right ul li img{
	width:200px;
	height:150px;
	padding:2px;
	border:1px solid #e6e6e6;
	background:#f2f2f2;
}
.prts_right ul li a p{
	line-height: 34px;
	text-align: center;
	color:#4c4c4c;
}
.prts_right ul li a:hover img{
	border:1px solid #00b5ed;
}
.prts_right ul li a:hover p{
	text-decoration: underline;
}
/*产品质量问题*/
.ques{
	width:100%;
	height:auto;
	background:#fafafa;
	margin-top:55px;
	padding-bottom:30px;
}
.ques_bg{
	width:100%;
	border-top:8px solid #00a1e9;
	background:url(../images/ques_bg.png) no-repeat top center;
}
.ques_top{
	width:480px;
	height:100px;
	margin:50px auto 0px;
	text-align: center;
	background:url(../images/ques_bg1.png) no-repeat top right;
}
.ques_top dt{
	float:left;
	width:100%;
	font-size:30px;
	color:#4c4c4c;
	text-align: center;
	line-height: 36px;
}
.ques_top dt span{
	color:#00a1e9;
	font-size:30px;
}
.ques_top dd{
	font-size:40px;
	color:#00a1e9;
	line-height: 56px;
}
.ques_ly{
	width:924px;
	height:417px;
	margin:60px auto 0px;
	position: relative;
	background:url(../images/ques-bg2.jpg) no-repeat top left;
}
.ques_ly li{
	float:left;
	font-size:22px;
	color:#4c4c4c;
	position: absolute;
}
.ques_ly li span{
	font-size:29px;
	color:#00a1e9;
	font-weight: bold;
}
.ques1{
	right:140px;
	top:13px;
}
.ques2{
	right:66px;
	top:116px;
}
.ques3{
	right:60px;
	top:220px;
}
.ques4{
	right:90px;
	top:324px;
}
/*解决问题*/
.solute{
	width:100%;
	height:auto;
	border-bottom:8px solid #00a1e9;	
}
.solute_top{
	width:100%;	
	height:50px;
	padding-top:124px;
	background:url(../images/solute_bg1.jpg) no-repeat bottom center;
	text-align: center;
}
.solute_top dt{
	line-height: 26px;
	color:#aaaaaf;
}
.solute_top dd{
	font-size:18px;
	color:#333333;
}
.solute_con{
	width:100%;	
	height: auto;;
	background:url(../images/solute_bg.png) repeat;
}
.solute_con ul{
	width:1200px;	
	padding-top:36px;
	margin:0 auto;
	background:url(../images/solute_bg2.png) no-repeat top center;
}
.solute_con ul li{	
	height:398px;		
}
.so_left{	
	background:url(../images/so_left.png) no-repeat top center;	
}
.so_right{
	background:url(../images/so_right.png) no-repeat top center;	
}
.solute1{
	padding-left:35px;	
	padding-top:58px;	
	background:url(../images/solute1_bg.png) no-repeat 630px 88px;
}
.solute2 dl{
	padding-left:615px;	
	padding-top:88px;
	height:310px;
	background:url(../images/solute2_bg.png) no-repeat 0px 22px;
}
.solute3 dl{
	padding-left:35px;
	padding-top:82px;
	background:url(../images/solute3_bg.png) no-repeat 630px 94px;
}
.solute4{
	padding-bottom:35px;
}
.solute4 dl{	
	padding-left:615px;
	padding-top:124px;
	height:274px;
	padding-bottom:35px;
	background:url(../images/solute4_bg.png) no-repeat 27px 75px;
}
.solute_con dt{		
	font-size:34px;
	color:#00a1e9;
	height:92px;
	font-weight: bold;
	line-height: 42px;
	margin-bottom:30px;
}
.solute_con dt i{
	float:left;
	font-size:96px;
	color:#00a1e9;
	font-family: arial;
	line-height: 92px;
	padding-right:8px;
}
.solute_con dd{
	margin-left:46px;
	padding-left:23px;
	line-height: 28px;
	font-size:17px;
	background:url(../images/solute_ddbg.png) no-repeat left 9px;
}
.solute_con dd span{
	color:#ff6600;
	font-size:17px;
}
/*公司简介*/
.about{
	width:1200px;
	height:auto;
	margin:65px auto 0px;
}
.about_name{
	width:100%;	
	text-align: center;
}
.about_name dt span{
	font-size:36px;
	color:#00a1e9;
	padding-right:35px;
}
.about_name dt{
	font-size:36px;
	color:#00a1e9;
}
.about_name dd{	
	height:69px;
	font-family: arial;
	background:url(../images/about_bg.jpg) no-repeat bottom center;
}
.about_name dd span{
	font-size:14px;
	color:#999999;
	padding:0px 10px;
	background:#fdfdfd;
	line-height: 36px;
}
.about_con{
	width:100%;
	height:325px;
	margin-top:5px;
}
.about_con dl{
	float:left;
	width:575px;
}
.about_con p{
	float:right;
	width:542px;
	height:301px;
	padding:10px 9px;
	border:1px solid #dbdbdb;
	background:#f0f0f0;
}
.about_con p img{
	width:542px;
	height:301px;
}
.about_con dt{
	width:540px;	
	font-size:25px;
	color:#333333;
	line-height: 30px;	
	margin-bottom:20px;
}
.about_con dt span{
	display: block;
	font-size:15px;
	color:#999999;
	padding-bottom:8px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px dashed #c2c2c2;
}
.about_con dt i{
	display: block;
	width:264px;
	height:4px;
	margin:0 auto;
	border-bottom: 1px dashed #c2c2c2;	
}
.about_con dd{
	font-size:16px;
	color:#4c4c4c;
	line-height: 26px;
	text-indent: 2em;	
}
.about_con a{
	font-size:18px;
	color:#ff6600;	
	line-height: 30px;
}
.about_pic{
	width:1180px;
	overflow:hidden;
	margin:40px auto 0px;
}
.about_pic ul{
	float:left;
	margin:0px 40px;
}
.about_pic ul li {    
    overflow: hidden;
    float: left;
    margin: 0px 27px;
    padding-bottom:11px;
    background:url(../images/about_picbg.jpg) no-repeat bottom center;
}
.proimg{
    width:278px;
    height:182px;
    padding:4px;
    border:1px solid #dbdbdb;
    background:#f5f5f5;
}
.proimg img{
	width:278px;
	height:182px;
	padding:0px;
}
.about_left{
    float:left;
    margin-top:60px;
}
.about_right{
    float:right;
    margin-top:60px;
}
/*新闻中心*/
.news{
	width:1200px;
	margin:80px auto;
}
.news_con{
	width:100%;
	height:222px;
	overflow: hidden;
}
.news_pic{
	float:left;
	width:370px;
	height:220px;
	border:1px solid #989898;
	position: relative;
	overflow: hidden;
}
.news_pic img{
	width:370px;
	height:220px;	
}
.news_pic span{
	display: block;
	width:362px;
	height:36px;
	line-height: 36px;
	padding-left:8px;
	font-size:16px;
	color:#fff;
	position: absolute;
	bottom:0px;
	left:0px;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#99000000", endColorstr="#99000000");
	background-color:rgba(0,0,0,0.6);
}
.news_pic a:hover span{
	text-decoration: underline;
}
.news_pic a:hover img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05); 
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.news_tit{
	float:left;	
	width:826px;
}
.news_tit li{
	float:left;
	width:376px;
	margin-left:34px;
	margin-bottom:70px;
}
.news_tit li p{
	float:left;
	width:90px;
	height:60px;
	border:1px solid #cccccc;
	text-align: center;
	font-size:36px;
	color:#4c4c4c;
	line-height:38px;
	padding:7px 0px;
}
.news_tit li p span{
	display: block;
	font-size:18px;
	color:#333333;
	line-height:24px;
}
.news_tit dl{
	float:left;
	width:270px;
	padding-left:14px;
}
.news_tit dl dt{
	float:left;
	width:100%;
	font-size:18px;
	color:#333333;
	line-height:30px;
}
.news_tit dl dd{
	float:left;
	width:100%;
	font-size:14px;
	color:#808080;
	line-height:22px;
}
.news_tit li a:hover dt{
	color:#00b3ec;
}
/*底部*/
.foot{	
	float:left;
	width:100%;
	height:56px;
	background:url(../images/banner_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.foot_banner{
	width:1200px;
	margin:0 auto;
	height:56px;
	text-align: center;
}
.foot_banner li{
	height:20px;
	margin-top:18px;
	line-height: 20px;
	display: inline-block;
	border-right:1px solid #fff;
}
.foot_banner li:last-child{
	border:none;
}
.foot_banner li a{
	color:#fff;
	font-size:18px;
	padding:0px 10px;
}
.bottom{
	float:left;
	width:100%;
	padding:50px 0px;
	background:url(../images/top_bg.jpg) no-repeat;
	background-size:100% 100%;
}
.bom_con{
	width:1200px;
	margin:0 auto;
}
.bom_left{
	float:left;
	width:50%;
}
.erwm{
	float:left;
	width:144px;
	text-align: center;
	margin-top:10px;
}
.erwm img{
	width:144px;
	height:144px;
}
.erwm span{
	float:left;
	width:100%;
	font-size:14px;
	color:#4c4c4c;
	line-height: 32px;
}
.bom_left ul{
	float:left;
	margin-left:36px;
}
.bom_left ul li{
	font-size:14px;
	color:#4c4c4c;
	line-height: 31px;
}
.bom_left ul li a{
	color:#4c4c4c;
}
.bom_left ul li a:hover{
	color:#000;
}
.bom_right{
	float:left;
	width:50%;
	padding-top:5px;
}
.link{
	font-size:24px;
	color:#4c4c4c;
}
.link span{
	font-size:18px;
	color:#4c4c4c;
	padding-left:15px;
}
.link_con{
	float:left;
	width:100%;
	margin-top:15px;
	line-height: 30px;
}
.link_con a{
	margin-right:20px;
	color:#808080;
}
.link_con a:hover{
	color:#000;
}
.bom_right dl dt{
	font-size:24px;
	color:#4c4c4c;
}
.bom_right dl dd{
	margin-top:20px;
	font-size:16px;
	color:#666666;
	text-indent: 2em;
}
.li_foot{
	height:50px;
	margin-top:20px;
	background:url(../images/li_bombg.jpg) no-repeat 2px center;
	padding-left:120px;
	font-size:16px;
	color:#4c4c4c;
	line-height: 56px;
}
.li_foot span{
	font-size:30px;
	color:#00abeb;
	font-family: arial;
	font-style: italic;
}
/*列表内容*/
.list_pic{
	width:100%;
	height: auto;
	box-shadow:0px 3px 6px 4px #ccc;
	-webkit-box-shadow:0px 3px 6px 4px #ccc;
	-moz-box-shadow:0px 3px 6px 4px #ccc;
	margin-bottom:6px;
}
.list_pic img{
	width:100%;	
}
.list{
	width:1200px;
	margin:50px auto 40px;
}
/*左侧内容*/
.list_left{
	float:left;
	width:246px;
	border:2px solid #00abeb;	
}
.list_left p{	
	width:100%;
	height:75px;
	padding-top:25px;
	background: url(../images/list_left_bg.jpg) repeat-x;
	text-align: center;
	font-size:24px;
	color:#00abeb;
	line-height: 26px;
}
.list_left p span{
	display: block;
	font-size:20px;
	color:#cccccc;
}
.left_top{
	padding:10px 20px 20px;
}
.left_top li{
	width:100%;
	height:38px;
	line-height: 38px;
	margin-bottom:1px;
}
.left_top li a{
	display: block;
	height:38px;
	line-height: 38px;
	padding-left:22px;
	font-size:16px;
	color:#4c4c4c;
	border-bottom:1px solid #e6e6e6;
}
.left_top li a span{
	width:10px;
	height:10px;
	display: inline-block;
	border:1px solid #00abeb;
	border-radius: 10px;
	margin-right:10px;
	background:#fff;
}
.left_top li.li_cur a{
	background:#00abeb;
	color:#fff;
}
.left_top li a:hover{
	background:#00abeb;
	color:#fff;
}
.left_phone{
	padding:12px 20px;
	background:#00abeb;
	text-align: center;
}
.left_phone dt{
	display: inline-block;
	font-size:16px;
	color:#fff;
	padding-left:35px;
	line-height: 37px;
	background:url(../images/li_le_ph.jpg) no-repeat left center;
}
.left_phone dd{
	font-size:24px;
	color:#fff;
}
/*右侧内容*/
.list_right{
	float:left;
	margin-left:15px;
	width:893px;
	padding:20px;
	border:1px solid #e6e6e6;
	background:#fff;
}
.list_name{
	width:100%;
	height:34px;
	line-height: 34px;
	border-bottom:1px solid #E6E6E6;
}
.list_name span{
	font-size:14px;
	padding-left:8px;
	border-left:3px solid #00abeb;
	font-size:16px;
	color:#00abeb;
}
.list_name i{
	float:right;
	font-size:14px;
	color:#999999;
}
.list_con{
	width:100%;
	margin-top:20px;
}
.li_bt{
	width:100%;
	font-size:20px;
	color:#00abeb;
	text-align: center;
	line-height: 30px;
}
.list_bg{
	background:url(../images/list_bt_bg.jpg) no-repeat top center;
}
.list_about{
	width:100%;	
	margin-top:25px;
	padding-top:15px;
}
.about_jj{
	width:100%;
	margin-top:20px;
}
.about_jj dt{
	padding-bottom:5px;
	border-bottom:3px solid #00abeb;
}
.about_jj dt span{
	display: inline-block;
	padding:8px 12px;
	background:#00abeb;
	color:#fff;
	font-size:16px;
}
.about_jj dd{
	margin-top:5px;
	line-height: 28px;
	text-indent: 2em;
}
/*旭阳大事记*/
.history{
	margin-top:20px;	
	background:url(../images/history_bg.jpg) repeat-y center top;
}
.history dl{
	width:50%;	
}
.hileft{
	float:left;
	margin-left:3px;
}
.history dl dt{	
	height:51px;
	line-height:51px;
	color:#fff;
	font-size:22px;	
}
.hileft dt{
	float:right;
	width:69px;	
	padding-left:36px;	
	background:url(../images/history_bg2.png) no-repeat top right;
}
.hileft dd{
	float:right;
	width:184px;
	margin-right:30px;
	background:url(../images/history_bg.jpg) no-repeat 0px 12px;
	padding-left:12px;
}
.hiright{
	float:right;	
	margin-right:2px;
}
.hiright dt{
	float:left;	
	width:90px;
	padding-left:15px;	
	background:url(../images/history_bg1.png) no-repeat top left;
}
.hiright dd{
	float:left;
	width:184px;
	margin-left:30px;
	background:url(../images/history_bg.jpg) no-repeat 0px 12px;
	padding-left:12px;
}
/*产品展示*/
.list_pro{
	float:left;
	width:916px;
	min-height:540px;
}
.list_pro li{
	float:left;
	margin-right:22px;
	margin-bottom:5px;
}
.list_honor li{
	float:left;
	margin-right: 34px;
	margin-bottom: 5px;
	margin-left: 13px;
}
.list_pro img{
	width:200px;
	height:150px;
	padding:2px;
	border:1px solid #e6e6e6;
	background:#eee;
}
.list_honor img{
	width:250px;
	height:200px;
	padding:2px;
	border:1px solid #e6e6e6;
	background:#fff;
}
.list_pro p{
	width:100%;
	line-height: 40px;
	text-align: center;
	color:#4c4c4c;
}
.list_pro a:hover img{
	border:1px solid #00abeb;
}
.list_pro a:hover p{
	color:#00abeb;
}
/*新闻中心*/
.list_news{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.news_top{
	float:left;
	padding:12px;
	background:#ebebeb;
}
.news_top i{
	float:left;
	width:242px;
	height:162px;	
}
.news_top img{
	width:242px;
	height:162px;
}
.news_top dl{
	float:left;
	margin-left:30px;
	width:590px;
	padding-right:6px;
}
.news_top dl dt{
	font-size:16px;
	font-weight: bold;
	color:#666666;
	line-height:50px;
}
.news_top dl dt span{
	display: block;
	font-size:16px;
	color:#999999;
	line-height:18px;
	font-weight: normal;
}
.news_top dl dd{
	font-size:14px;
	color:#666666;
	line-height: 24px;
	margin-top:10px;
}
.news_top:hover dt{
	color:#00abeb;
}
.li_news{
	float:left;
	width:100%;
	padding:10px 0px;
	border-bottom:1px dotted #cccccc;
}
.li_news a{
	float:left;
	width:100%;
}
.li_news span{
	font-size:16px;
	color:#666666;
}
.li_news i{
	float:right;
	font-size:14px;
	color:#999999;
}
.li_news a:hover{
	text-decoration:none;
}
.li_news a:hover span,.li_news a:hover i{
	color:#00abeb;
}
/*留言内容*/
.online{
	float:left;
	width:100%;
}
.online li{
	float:left;
	width:100%;
	margin-bottom:20px;
	line-height: 30px;
}
.online li span{
	float:left;;
	text-align: right;
	font-size:16px;
	color:#666666;
	width:100px;
	line-height: 34px;	
}
.online li input{
	width:210px;
	height:34px;
	line-height: 34px;
	padding-left:6px;
	border:1px solid #e6e6e6;
}
.online li.nr textarea{
	width:480px;
	height:220px;
	border:1px solid #e6e6e6;
	resize: none;
}
.online li.nr span{
	line-height: 220px;
}
.online li.coolbg input{
	width:110px;
	height:36px;
	font-size:16px;
	color:#fff;
	background:#00abeb;
	text-align: center;
	padding:0px;
	margin-left:100px;
	border-radius: 5px;
}
#vdcode{
	width:144px;
}
#vdimgck{
	border:1px solid #000;
	margin:0px 8px;
}
/*地图导航*/
#map{
	width:100%;
	margin-top:20px;
	height:440px;
}
.mapTel{
	background:#137cd6;
	color:#fff;
	font-size:16px;
	padding-left:6px;
}
.mapNumber a{
	color:#fff;
	font-size:16px;
	letter-spacing: 1px;
}
.list_contact{
	float:left;
	width:50%;
	margin-top:20px;
}
/*招聘申请*/
.online li.xb input.np{
	display: inline-block;
	width:16px;
	height:16px;
	line-height: 20px;
	margin:7px;
}
.online li.xb{
	font-size:16px;
}
/*招聘需求*/
.zpxq{
	width:100%;
	margin-top:20px;
}
.zpxq li{
	float:left;
	width:100%;	
	border-bottom:1px solid #dddddd;
}
.zpxq li p{
	float:left;
	width:20%;
	height:58px;
	line-height: 58px;
	text-align: center;
}
.zpxq_top{
	background:#e6e6e6;	
}
.zpxq_top p{
	font-size:16px;
	color:#666666;
}
.zhaopin{
	width:500px;	
	margin:0 auto;
	border:1px solid #ccc;
	border-bottom:none;
}
.zhaopin li{
	font-size:18px;
	line-height: 40px;
	border-bottom:1px solid #ccc;
	padding-left:8px;	
}
.zhaopin li span{
	font-size:18px;
	line-height: 40px;
	display: inline-block;
	width:120px;
	border-right:1px solid #ccc;
	margin-right:12px;
}
/*详情页*/
.article{
	float:left;
	width:100%;
}
.arc_head{
	float:left;
	width:100%;
}
.arc_head h1{
	font-size:20px;
	color:#00abeb;
	text-align: center;
	font-weight: normal;
	line-height: 40px;
}
.arc_head p{
	font-size:14px;
	color:#b4b3b3;
	text-align: center;
	line-height: 30px;
}
.arc_body{
	float:left;
	width:100%;
	min-height:480px;
	padding-top:30px;
	padding-bottom:20px;
	border-bottom:3px solid #00abeb;
}
.arc_bottom{
	float:left;
	width:100%;
	margin-top:10px;
}
.arc_bottom li{	
	float:left;
	width:48%;
	line-height:26px;
}
.fy_left{	
	margin-right:4%;
	text-align: right;
}
.fy_right{	
	text-align: left;
}
.arc_bottom li a{
	color:#656565;
}
.arc_bottom li a:hover{
	color:#af2b1e;
}
/*列表页分页*/
.total{
	float:left;	
	line-height: 24px;
	margin-left:10px;
}
.total span{	
}
.pagination-wrapper{	
	width:888px;
	text-align: right;
	padding:6px 0px;	
	border:1px solid #cccccc;
}
.pagination{
	float:right;
	padding-right:10px;
}