@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:14px;
	font-family:"微软雅黑",Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	
}
tr{height:30px}

sub{font-size:10px;}
.main{width:956px; height:auto; margin:0 auto;}
img{border:none;}
.logo{width:275px; height:96px; position:absolute; z-index:1000; background:url(../img/logo_bg.png) bottom no-repeat;}
#nav{width:956px; height:51px; background:url(../img/navigation_bg.jpg) repeat-x; position:relative; z-index:1000;}
.nav_list{width:620px; height:51px; position:absolute; right:0px; z-index:1000;}
.nav_list li{ height:51px;line-height:51px; text-align:center; float:left; position:relative;z-index:1000;}
.nav_list li a{

	font-size:14px;
	color:#5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	float:left;
	font-weight: bold;
	
}
.nav_list li a.nowselected{color:#006479;}
.nav_list li a:hover{color:#006479;}
.nav_list li span{display:block; float:left; height:51px;margin:0px 12px 0px;}
/*下拉菜单*/
ul.second{width:120px;clear:both; position:absolute; top:51px; left:-10px; z-index:2000;opacity:0.7;
filter: alpha(opacity=70); display:none;}
ul.second li{width:inherit;height:30px; padding:0px;  line-height:30px;z-index:2300; display:block; float:none; }
ul.second li a{
	width:inherit;
	background:#eee;
	height:30px;
	line-height:30px;
	display:block;
	color:#5e5e5e;
	font-size:14px;
	z-index:2300;
	float:none;
	font-family: Arial, Helvetica, sans-serif;
}



/*banner部分*/
.banner{
	width:956px;
	height:289px;
	background:#eee;
	margin-bottom:10px;
	margin-top:2px;
}
#gallery {position:relative;height:281px}
#gallery a {float:left;position:absolute;}
#gallery a img {border:none; width:956px; height:281px;}
#gallery a.show {z-index:500}
#gallery .caption {z-index:600;color:#ffffff;height:20px;width:100%;position:absolute;	bottom:3px;}
#gallery .caption .content {margin:5px}
#gallery .caption .content h3 {margin:0;padding:0;color:#1DCCEF;}
#point p{width:10px; height:10px; border:1px solid #eee;background:#eee; float:left; margin:0 5px;}
#point p.backblock{width:10px; height:10px; border:1px solid #eee;background:#F63; float:left; margin:0 8px;}

/*文章内容页的Banner*/
.articleBanner{width:956px; height:130px;margin:2px  0px 5px;}
.bannerImg{width:956px; height:130px;}

/*内容部分*/
.content{width:956px; height:auto; min-height:200px;}
.con_left{width:286px; height:auto; min-height:200px; float:left;}
.con_right{width:660px; height:auto; min-height:200px;  float:right; border-left:2px solid #F2F2F2;}

.product_center{
	width:284px;
	height:202px;
	overflow:hidden;
	border:1px solid #EFEFEF;
	border-bottom:none;
	/*background-image: url(../img/introduce_bg.png);*/
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: 0px 36px;
	left:0px;
	bottom:0px;
}
.p_title{
	width:286px;
	background:#fff;
	height:48px;
	/*margin-left:15px;*/
	font-size: 16px;
	border-bottom:1px solid #eee;
}
.p_title p{
	height:48px;
	line-height:48px;
	font-size:16px;
	font-weight:bold;
	margin-left:15px;
	color:#42899B;
}
.p_title span{
	color:#FF6633;
	font-size:16px;
	font-weight:bold;
}
.p_list{
	width:284px;
	height:160px;
	overflow:hidden;
	background:url(../img/introduce_bg.png) no-repeat;
}
.p_list li{ width:240px; height:28px;line-height:28px; padding-left:8px; margin-left:8px;}


.p_list li a{
	font-size:14px;
	color:#5e5e5e;
	width:200px;
	overflow:hidden;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
}

.p_list li span{display:block;width:18px; float:right; height:28px; line-height:28px;}
.p_list li span a img{margin-top:5px;}
.p_list li span.point{
	display:block;
	width:10px;
	float:left;
	height:28px;
	line-height:28px;
	font-size:16px;
	font-weight:bold;
	color:#5e5e5e;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
}
.p_list li.selected a{color:#FE6732;}
.p_list li.selected span.point{color:#FE6732;}
/*问题反馈*/
.ask{width:inherit; height:auto; margin-top:10px; margin-bottom:10px; overflow:hidden; }
.a_title{width:200px; height:30px; line-height:30px; padding-left:22px; font-size:20px; font-weight:bold; color:#000;}
.aContent p.mail{height:50px; line-height:50px; width:300px;}
.mail label{width:100px; text-align:left; font-size:16px; margin-right:15px;}
.mail input{width:200px; height:25px; line-height:25px; }
.ask_con{/*width:260px; border:1px solid #efefef;*/ margin:5px auto;}
.ask_con label{height:139px; font-size:16px; vertical-align:top; margin-right:15px;}
.ask_con textarea{width:413px; height:139px;}
.aContent p.submit{width:74px; height:25px; margin:5px 0 5px 0px;}
.submit input{background:url(../img/submit.jpg) no-repeat; width:74px; height:25px; margin:0 auto; border:none;}



/*联系我们*/
.lxwm{
	width:286px;
	height:105px;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #EFEFEF;
}
.lxwm_title{
	width:286px;
	height:40px;
	border-bottom:1px solid #EFEFEF;
}
.lxwm_title p{
	margin-left:20px;
	font-size:16px;
	font-weight:bold;
	color:#5E5E5E;
	height:40px;
	line-height:40px;
	font-family: "MS Serif", "New York", serif;
}
.lxwm_con{
	width:286px;
	height:61px;
	background:url(../img/contact_bg.png) no-repeat;
}
.tel_con{
	width:170px;
	height:28px;
	margin-left:5px;
	line-height:28px;
	font-size:14px;
	color:#5e5e5e;
}

/*首页右部区域*/
.news_center{width:635px; height:182px; overflow:hidden; margin-left:15px;}
.news_title{width:635px; height:28px; background:url(../img/news2_bg.jpg) no-repeat;}
.news_con{width:635px; height:140px; margin-top:15px; overflow:hidden;}
.news_img,.news_img img{width:150px; height:130px; }
.news_img{
	background:#eeeeee;
	padding:1px;
	float:left;
}

.newsContent{
	width:465px;
	height:135px;
	float:right;
}

.newsTitle{
	width:440px;
	height:40px;
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e5e5e;
}
.newsTitle span{
	font-size:18px;
	color:#FF6633;
	font-family: Arial, Helvetica, sans-serif;
}
.newsCenterContent{width:460px; height:80px; overflow:hidden;}
.newscon{font-size:14px; height:70px; overflow:hidden; line-height:22px; text-indent:2em; font-weight:bold;}
.news_bottom{width:50px; line-height:30px; height:230px;  float:right; }
.news_bottom a{font-weight:bold;color:#3796AA; text-decoration:none;}

.right_bottom{width:640px; height:189px; margin-top:8px;}
.userServices{
	width:310px;
	height:189px;
	float:left;
}
.u_title{
	width:200px;
	height:30px;
	line-height:30px;
	padding-left:15px;
	font-size:16px;
	font-weight:bold;
	color:#5e5e5e;
	font-family: Arial, Helvetica, sans-serif;
}
.u_title span{
	color:#FF6633;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}


.userServices dl{margin-top:25px;}
.userServices dl dt{width:132px;height:88px; margin:5px; font-size:14px; line-height:18px; float:left; overflow:hidden;}
.userServices dl dd{
	width:152px;
	height:88px;
	font-size:14px;
	float:left;
	padding:1px;
	background:#eee;
}
.userServices dl dd img{
	width:152px;
	height:88px;
	padding: 1px;
	background-color: #eee;
}
.userServices dl p{width:80px; line-height:20px; height:20px; margin-top:8px;  float:right; }
.userServices dl p a{
	font-weight:bold;
	color:#006479;
	text-decoration:none;
}
.xian{width:6px; height:189px;/* background:url(../img/xian.jpg) no-repeat; */float:left;}



/*文章内容页面右部*/
.article_right{
	width:660px;
	height:auto;
	min-height:200px;
	float:right;
	border-left:2px solid #F2F2F2;
}
.articleBody{width:640px; margin-left:15px;margin-bottom:15px; height:auto; min-height:200px; }
.articleBody h1{
	height:55px;
	width:640px;
	line-height:50px;
	margin-top:10px;
	border-bottom:2px solid #f2f2f2;
	font-size:18px;
	font-weight:bold;
	color:#006479;
}
.aContent p {
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0;
	font-family: "微软雅黑", Georgia, "Times New Roman", Times, serif;
}
.aContent  img{
	width:629px;
	height:auto;
	margin:8px auto opx;
	padding: 1px;
	background-color: #eee;
}


/*文章内容描述*/
#deslist{width:640px; height:22px; border-bottom:2px solid #99C1C9;}
#deslist li{ width:75px; height:22px; line-height:22px; text-align:center; float:left; background:url(../img/item_bg2.png) no-repeat; margin-left:2px; border-bottom:2px solid #fff; position:relative; bottom:-2px; color:#006479; font-size:14px; font-weight:bold;}

#deslist li.first{ margin-left:50px;background:url(../img/item_bg.png) no-repeat; color:#fff;}
#deslist li:hover{
	cursor:pointer;
*cursor:hand;	font-family: "微软雅黑", Georgia, "Times New Roman", Times, serif;
}

.des{
	min-height:200px;
	font-family: "微软雅黑", Georgia, "Times New Roman", Times, serif;
}




/*文章底部*/
#footer {
    border-top: 1px solid #E0E0E0;
    color: #707070;
    height: 45px;
    margin: 7px auto 20px;
    padding-top: 5px;
    width:956px;
}
#footer a {
    color: #707070;
    font-size: 12px;
}
#footer_nav {
    font-size: 12px;
    height: 20px;
}
#footer_nav_l {
    float: left;
    line-height: 20px;
    padding-left: 5px;
    width: 450px;
}
#copyright {
    float: right;
    height: 24px;
    line-height: 24px;
    padding-right: 10px;
    text-align: right;
    width: 350px;
}
.blank{width:956px; clear:both; height:1px;}
.about_text {
	font-family: 微软雅黑", Georgia, "Times New Roman;
	font-size: 14px;
	color: #333333;
	padding: 3px;
	height:57px;
	overflow:hidden;
	font-weight: normal;
	line-height: 20px;
}
.lxwm_article_right{
	width:660px;
	height:auto;
	min-height:200px;
	margin:0 auto;
	
}
