﻿@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333; 
	font-family: Arial;
	background: #fff;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #007fc6;
}
img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noinfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_text {
	background: url("../images/inputbg.png") no-repeat left top;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	padding: 0 10px;
	float: left;
}
.input_area {
	background: #fff url("../images/inputbg.png") no-repeat left top;
	width: 501px;
	height: 80px;
	border: 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url("../images/search.png") no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url("../images/qq_3.gif") repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
/*all*/
#indexmain {
	width: 100%;
	float: left;
	padding: 30px 0 46px 0;
}
#main {
	width: 100%;
	float: left;
	padding: 20px 0;
}
/*end*/

/**顶部**/
#head {
	width: 100%;
	height: 100px;
	float: left;
}
#logo {
	float: left; width:504px;
}


.logoright{ float:right; width:480px}

#head_right {
	float: right;
}
#top {
	float: right;
	line-height: 30px;
}
.favorite {
	float: right;
}
.favorite ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.favorite li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	width: 30px;
	height: 30px;
	float: left;
	position: relative;
	z-index: 9999;
}
.favorite li a {
	width: 100%;
	height: 30px;
	display: block;
}
.favorite li img {
	position: absolute;
	left: -32px;
	top: 30px;
	display: none;
}
.weibo {
	background: url("../images/weibo.png") no-repeat center center;
}
.weixin {
	background: url("../images/weixin.png") no-repeat center center;
}
#tel {
	float: left;
	font-size: 18px;
	padding: 0 10px 0 25px;
	background: url("../images/tel.png") no-repeat left center;
	color: #007fc6;
	font-family:arial;
}
/*end*/

/*menu*/
#navigate {
	height: 50px;
	float: left; width:100%;background:url(../images/nav_bg.png) repeat center;

}
#navigate ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;  background:url(../images/nav_bg.png) repeat center; text-align:center; width: 1000px;
	margin: 0 auto;
}
#navigate ul li {
	margin: 0px;
	list-style-type: none;
	float: left;
	background: url("../images/nav_li.png") no-repeat left center;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 1000;
	text-align: center; width:125px;
}
#navigate ul li.first_menu {
	background: none;
}
#navigate ul li a {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: "Arial";
	 width:120px;
}
#navigate ul li a:hover {
	color: #fff; background:url(../images/na.jpg) no-repeat; display:block
}
#navigate ul li .current {
	color: #fff;background:url(../images/na.jpg) no-repeat;display:block
}
#navigate ul li ul {
	width: 100%;
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	background: #4d4d4d;
	z-index: 9999;
}
#navigate ul li ul li {
	margin: 0px;
	padding: 0px;
	border: none;
	float: none;
	background: none;
	height: 30px;
	line-height: 30px;
}
#navigate ul li ul li a {
	color: #acacac;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	background: none;
}
#navigate ul li ul li a:hover {
	color: #fff;
}
/*end*/


/*search*/
#search {
	float: right;
	padding: 13px 0px 0 0;
}
#search form {
	margin: 0px;
	padding: 0px;
}
.s_left {
	width: 5px;
	height: 19px;
	float: left;
	background: url("../images/s_left.png") no-repeat left top;
}
.skw {
	float: left;
	width: 205px;
	padding: 0px;
	text-indent: 5px;
	line-height: 20px;
	height: 19px;
	border: 0px solid #047681;
	color: #a9a9a9;
	background: url("../images/s_bg.png") repeat-x left top;
}
.sub {
	width: 26px;
	height: 19px;
	line-height: 19px;
	float: left;
	background: url("../images/search.png") no-repeat left top;
	border: 0px;
	cursor: pointer;
	color: #fff;
	float: left;
}
/*end*/

/*flash*/
#banner {
	width: 100%;
	float: left;
}
#flash {
	width: 100%;
	float: left;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 400px;
	background: #000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 100%;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 12px;
	left: 0;
	height: 16px;
	line-height: 16px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	overflow: hidden;/*background:#fff;filter:alpha(opacity=80);opacity:0.8;*/
	line-height: 999px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.fullSlide .hd ul .on {
	background: #fff;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 20px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url("../images/slider-arrow.png") -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 20px;
	background-position: -6px -137px;
}
#myFocus {
	width: 1000px;
	height: 300px;
}
.pic img {
	width: 1000px;
	height: 300px;
}
/*end*/


/*help*/
#help {
	width: 100%;
	float: left;
	padding: 20px 0 30px 0; background:url(../images/bottombg.jpg) repeat center;
}
.help_left {
	width: 1000px;
	float: left;
}


.help_item {
	width: 140px;
	float: left;

}

.help_top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold; 
}
.help_top  a{ color:#000000 }
.help_list {
	width: 100%;
	float: left;
}
.help_list ul {
}
.help_list li {
	line-height: 25px;
	height: 25px;
	width: 100%;
	overflow: hidden;
}
help_list li a{ color:#FFFFFF}
/*底部*/
#c_line {
	width: 100%;
	height: 46px;
	float: left;
	background: url("../images/c_line.png") no-repeat center center;
}
#copyright {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 25px;
	padding: 15px 0; background:url(../images/bott.jpg) repeat center;
	color: #ffffff;
}
#copyright a {
	color: #ffffff;
}
#copyright a:hover {
	color: #fff;
}
.c_logo {
	float: left;
}
#copy_txt {
	float: left;
	padding: 20px 0px 10px 10px; font-size:14px;
}
#footnav {
	width: 100%;
	float: left;
}
#footnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footnav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footnav li a {
	margin: 0 5px;
}
/*end*/


/*home*/
.home_left {
	width: 230px;
	float: left;
}
.home_right {
	width: 952px;
	float: right;
}
.home_list {
	width: 100%;
	float: left;
}
.index_list {
	width: 100%;
	overflow: hidden;
	float: left;
}
.index_con {
	width: 1020px;
	float: left;
}
.index_item {
	width: 235px;
	height: 270px;
	float: left;
	margin: 0 20px 0 0;
	background: #efefef;
}
.cur {
	background: #007fc6;
	color: #fff;
}
.cur a {
	color: #fff;
}
.index_img {
	width: 100%;
	height: 135px;
	float: left;
}
.index_img img {
	width: 100%;
	height: 135px;
	float: left;
}
.index_title {
	width: 100%;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}
.index_des {
	width: 215px;
	padding: 0 10px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.index_more {
	width: 100%;
	line-height: 22px;
	float: left;
}
.index_more a {
	margin: 0 10px;
	float: right;
}
.home_top {
	width: 100%;
	height: 57px;
	float: left;
	background: url("../images/home_top.png") no-repeat left top;
}
.home_top h3 {
	float: left;
	background: url("../images/home_item.png") no-repeat 10px 14px;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
}
.home_top span {
	float: right;
	line-height: 34px;
	margin: 23px 0 0 0;
	padding: 0 25px 0 0;
	background: url("../images/more.png") no-repeat right center;
}
.home_top span a {
	color: #602a12;
	font-size: 14px;
}
.home_con {
	width: 100%;
	padding: 10px 0;
	float: left;
	line-height: 200%;
	overflow-x: hidden;
}
.pro_con {
	width: 1200px;
	float: left;
	padding: 15px 0 0 0;
}
.pro_con ul {
}
.pro_con li {
	margin: 0 30px 0 0;
	padding: 0px;
	width: 210px;
	height: 220px;
	float: left;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	overflow: hidden;
}
.pro_con li img {
	width: 200px;
	height: 158px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 4px;
	float: left;
}
.case {
	width: 100%;
	float: left;
}
.case_top {
	width: 180px;
	height: 276px;
	float: left;
	background: #ecdfd9;
	overflow: hidden;
}
.case_top li {
	width: 178px;
	height: 68px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #c7b0a4;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 68px;
	cursor: pointer;
}
.case_top li.active {
	width: 178px;
	height: 65px;
	line-height: 65px;
	background: #fff;
	border: 2px solid #c7b0a4;
	border-right: 0px solid #fff;
	color: #602914;
	text-indent: -4px;
}
.case_top li.active a {
	color: #602914;
}
.case_con {
	width: 988px;
	height: 232px;
	padding: 20px 0;
	float: left;
	background: #fff;
	border: 2px solid #c7b0a4;
	border-left: 0px;
}
.case_item {
	width: 100%;
	float: left;
}
.case_item ul {
	padding: 0 4px;
}
.case_item li {
	float: left;
	width: 215px;
	margin: 0 15px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
}
.case_item li img {
	width: 215px;
	height: 190px;
	float: left;
}
.piclist {
	width: 177px;
	height: 158px;
	text-align: center;
	margin: 16px 0 0 10px;
	display: inline;
	float: left;
}
.piclist dt img {
	width: 175px;
	height: 132px;
	border: solid 1px #e4e0df;
}
.piclist dd {
	line-height: 26px;
}
.about_left {
	width: 840px;
	float: left;
	height: 372px;
	border: solid 1px #e4e0df;
	overflow: hidden;
}
.about_right {
	width: 348px;
	float: right;
	height: 372px;
	border: solid 1px #e4e0df;
	overflow: hidden;
}
.about_con {
	width: 820px;
	padding: 10px;
	float: left;
	line-height: 200%;
	overflow-x: hidden;
	font-size: 14px;
}
#news {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
}
.news_con {
	width: 100%;
	float: left;
}
.news_title {
	width: 90px;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	float: left;
	font-size: 14px;
	position: relative;
}
.news_title .next {
	width: 11px;
	height: 6px;
	position: absolute;
	right: 0px;
	top: 13px;
	background: url("../images/news_btn.png") no-repeat left top;
	cursor: pointer;
	overflow: hidden;
}
.news_title .prev {
	width: 11px;
	height: 6px;
	position: absolute;
	right: 0px;
	top: 21px;
	background: url("../images/news_btn.png") no-repeat left -8px;
	cursor: pointer;
	overflow: hidden;
}
.news_list {
	width: 890px;
	float: right;
}
.news_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 36px;
}
.news_list li span {
	margin: 0 20px;
	color: #999;
}
#LeftButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url("../images/left.png") no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 55px;
}
#RightButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url("../images/right.png") no-repeat 0px 0px;
	position: absolute;
	left: 736px;
	top: 55px;
}
#MarqueeDiv {
	width: 692px;
	float: left;
	height: 152px;
	overflow: hidden;
	margin: 0 0 0 34px;
	display: inline;
}
#MarqueeDiv img {
	margin-right: 10px;
	height: 150px;
	width: 150px;
}
/*end*/


/*left*/
#left {
	width: 220px;
	float: left;
}
.left_list {
	width: 100%;
	float: left;
}
.left_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left; background:url(../images/left.jpg) no-repeat;

}
.left_top h3 {
	float: left;
	font-size: 16px;
	color: #FFF;
	padding-left: 20px; 
}
.left_con {
	padding: 10px 10px;
	line-height: 24px;
	width: 198px;
	float: left;
	border: 1px solid #dcdcdc;
	border-top: 0px;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list li {
	margin: 0px;
	padding: 10px 0 0 0;
	list-style-type: none;
	height: 40px;
	line-height: 40px;
	overflow: hidden; font-size:14px
}
.type_list li a {
	background:#239bd0 url(../images/left-con.png) no-repeat left; color:#FFFFFF; display:block; padding-left:30px;
}
.type_list li a:hover { background:#0675a7 url(../images/left-con.png) no-repeat left;;color:#FFFFFF; display:block;}
.type_list li a#lsed {
	background:#239bd0 url(../images/left-con.png) no-repeat left; color:#FFFFFF; display:block; padding-left:30px;
}
.type_list li.second_cat {
	background: none;
	border: none;
}
.type_list li.second_cat a {
	background: none;
}
.type_list li.second_cat a:hover {
}
/*end*/

/*right*/
#right {
	width: 760px;
	float: right; border:1px solid #CCCCCC; 
}
#right_top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
}
#right_top h3 a{
	 font-size:16px;
	float: left;
	font-family: "微软雅黑"; padding-left:10px; color:#076db9;
}
#right_top span {
	float: right;
}
#right_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 10px;
	line-height: 200%;
	overflow-x: hidden;
	min-height: 500px;
	height: auto !important;
	height: 500px; width:745px;
}
/*end*/

.main_top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
}
.main_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;
	overflow-x: hidden;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
/*demo*/
#demo {
	overflow: hidden;
	width: 900px;
	height: 145px;
	margin: 35px 0 0 10px;
	float: left;
	display: inline;
}
#cdemo {
	overflow: hidden;
	width: 900px;
}
#demo img {
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
/*end*/
	
/*link*/
.friendlink {
	padding-top: 12px;
}
.friendlink li {
	float: left;
	width: 242px;
}
.friendlink li.txt1 {
	padding: 3px 0px 3px 24px;
	background: url("../images/dot.gif") no-repeat 10px center;
}
.friendlink li.pic1 {
	padding: 3px 0 3px 8px;
}
.friendlink li.pic1 img {
	width: 240px;
	height: 65px;
}
.link_img {
	width: 100%;
	float: left;
	text-align: center;
}
.link_img ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_img li {
	margin: 0px;
	padding: 0 10px;
	list-style-type: none;
	display: inline;
}
.link_img li img {
	height: 30px;
}
.link {
	width: 1198px;
	padding: 5px 0;
	float: left;
	border: 1px solid #e0e0e0;
}
.link_title {
	float: left;
	font-size: 16px;
	color: #bc0100;
	width: 98px;
	text-align: center;
	line-height: 25px;
}
.link_txt {
	width: 100%;
	float: left;
}
.link_txt ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_txt li {
	margin: 0px;
	padding: 0 5px;
	list-style-type: none;
	display: inline;
	line-height: 25px;
}
/*end*/
	 
/*news*/
.articleList {
	width: 100%;
	float: left;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px solid #ebebeb; height:110px; 

	line-height:2;
}

.artitle{ font-size:16px;}
.artitle a:hover{ color:#0676a8}
.arnr{color:#adadad; font-size:13px;}




.articleList1 {
	width:100%;
	float: left;
}
.articleList1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList1 li {
	list-style-type: none;
	border-bottom: 1px solid #ebebeb; height:40px;  line-height:40px; float:left; width:350px; background:url(../images/link.png) no-repeat left; padding-left:20px;
}


.time {
	color: #959595;
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.articleAuthor {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 1px dotted #ccc;
}
.articleauthor span {
	margin: 0px 6px;
	font-size: 9pt;
}
.art_img {
	width: 100%;
	text-align: center;
	margin: 10px auto auto auto;
}
.articleInfo {
	width: 100%;
	padding: 10px 0;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
}
/*end*/

/*Product*/
.productList {
	width: 100%;
	float: left;
}
.productList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 780px;
}
.productList li {
	margin: 5px 10px 5px 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: left;
	width: 238px;
	height: 280px;
	display: inline;
	line-height: 25px;
	overflow: hidden;border:1px solid #CCCCCC;
}

.productmc{ height:50px; line-height:50px;  background:url(../images/cpmc.jpg) no-repeat center;  display:block; color:#303131; font-size:15px; font-weight:500 }

.productmc:hover{ background:url(../images/cpmc1.jpg)no-repeat center; display:block;color:#303131; font-weight:bold}
.productList li img {
	width: 230px;
	height: 230px; 
}




/*产品详情页更多产品css*/
productList1 {
	width: 100%;
	float: left;
}
.productList1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 745px;
}
.productList1 li {
	margin: 5px 10px 10px 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: left;
	width: 236px;
	height: 270px;
	display: inline;
	line-height: 25px;
	overflow: hidden;border:1px solid #CCCCCC;
}

.productmc1{ height:50px; line-height:50px;  background:url(../images/cpmc.jpg) no-repeat center;  display:block; color:#303131; font-size:15px; font-weight:500 ;overflow:hidden}

.productmc1:hover{ background:url(../images/cpmc1.jpg)no-repeat center; display:block;color:#303131; font-weight:bold; overflow:hidden}
.productList1 li img {
	width: 220px;
	height: 220px; 
}














.productTitle {
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.productImg {
	width: 99%;
	text-align: center;
	float: left;
	margin: 10px auto; border:1px solid #CCCCCC;
}
.productRight {
	width: 560px;
	float: right;
}
.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.productDesc {
	line-height: 200%;
	padding: 10px 0;
	width: 100%;
	float: left;
}
.prott {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}
.prott ul {
}
.prott li {
	float: left;
	width: 50%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*end*/

/*page*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages a {
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin: 0 2px;
}
.pages a:hover {
	background: #eee;
}
.pages a.page_now {
	background: #eee;
	color: #007fc6;
}
.pages select {
	vertical-align: middle;
	font-size: 8pt;
	padding: 0px;
}
.pages b {
	font-weight: normal;
}
/*end*/


/*login*/
.img-scroll {
	position: relative;
	margin: 0px auto;
	height: 185px;
	overflow: hidden;
}
.img-scroll .prev {
	position: absolute;
	left: 5px;
	width: 33px;
	height: 33px;
	top: 63px;
	background: url("../images/scroll_left.jpg") no-repeat right center;
	cursor: pointer;
}
.img-scroll .next {
	position: absolute;
	right: 5px;
	width: 33px;
	height: 33px;
	top: 63px;
	background: url("../images/scroll_right.jpg") no-repeat left center;
	cursor: pointer;
}
.img-list {
	position: relative;
	width: 894px;
	height: 185px;
	overflow: hidden;
}
.img-list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 9999px;
	height: 185px;
}
.img-list li {
	margin: 0px;
	padding: 0 31px 0 0;
	list-style-type: none;
	float: left;
	width: 154px;
	height: 185px;
	display: inline;
	line-height: 25px;
	text-align: center;
}
.img-list li img {
	width: 152px;
	height: 152px;
	border: 1px solid #ccc;
}
/*scroll*/
#ProScroll {
	overflow: hidden;
}







.tabPanel ul{height:40px; background:url(../images/acpviw.jpg) no-repeat center}
.tabPanel ul li{
float:left;font-size:13px;height:40px;line-height:40px;width:180px;text-align:center;cursor:pointer;
}
.tabPanel .hit{
	cursor:pointer; background:#239bd0; color:#FFFFFF;
}
.pane{border-top:0;min-height:100px;background-color:#fff;display:none;}
.pane p{padding:15px 15px 0 10px;}
.pane h4{padding:15px 15px 0 10px;font-size:14px;font-weight:bold;}


.message{width:100%;height:auto;float:left;padding-left:50px;color: #666; font-family:"Arial"; font-size:16px; margin-top:30px;}
.message li{ width:100%;height:40px; float:left; margin:0px; padding:0px;}
.message li input{ height:15px; line-height:15px; width:150px; border:1px solid #CCC;}
.message li p.message_title{width:100px;height:25px;float:left;text-align:right;font-size:16px;line-height: 18px;}
.message li p.message_content{ width:400px;float:left; line-height:1.5em}
.message li.contentb{ width:500px;height:150px; float:left;}
.message li.contentb textarea{ width:370px; height:120px; border:1px solid #CCC;}
.message li.yzm{ width:100%;height:60px; float:left;}
.message li p.message_yzminput{ width:100px; float:left;}
.message li p.message_yzminput input{ width:70px;}
.message li p.message_yzmico{ width:100px; height:40px; float:left;}
.message li p.message_sub{ width:200px; height:40px; float:left; padding-left:100px;}
.message li p.message_sub input{float:left;width: 134px;height: 30px;display: block;border-radius: 5px;border: none;color: #fff;font-size: 16px;line-height: 30px;text-align: center;background: #16609D;border-bottom: 2px solid #003A68;cursor: pointer;}









.productall{ width:100%;float:left; text-align:center; border:1px solid #CCCCCC}
.productright{ width:1000px; float:left; text-align:center; background:url(../images/lbng.jpg) no-repeat center;}
.productright .hd ul {width: 1000px;font-size: 14px;text-align: center;height: 50px;line-height: 50px; }
.productright  .hd ul li {float: left;width: 200px;text-align: center;cursor: pointer; color:#000000; height:50px; }
.productright  .hd ul li.on {color: #ffffff; background:url(../images/albmeu.png) no-repeat center}
.productright  .hd ul li.on a {color: #ffffff;}
.productright  .hd ul li a {display: block;height: 100%; color:000}

.product {width: 1000px;margin: 0 auto;}
.product .hd ul li {float: left;width: 114px;text-align: center;padding: 0;margin-right: 10px;cursor: pointer;border: 1px #ccc solid;}
.product .bd ul {width: 1000px;padding: 5px 0 0 5px;zoom: 1;}
.product .bd li {float: left;width: 230px; padding: 10px 20px 0 0;}
.product .bd li img {display: block;width: 220px;height: 220px;padding: 9px;border: 1px #cccccc solid;}
.product .bd li img:hover{border: 1px #007fc6 solid;}
.product .bd li p {height: 40px;overflow: hidden;line-height: 50px; font-size:14px;text-align: center; width:220px;}




/*新闻动态*/

.dtspan {
	margin: 30px auto;
}
.dtbox {
	width: 1000px; 
}
.dtbox h4 {
	overflow: hidden;
	font-size: 18px;
	background: url("../images/dttitbr.png") no-repeat center;
}
.dtbox h4 a {
	float: left;
	width: 50%;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #333;
	background: url("../images/dttitbr.png") repeat-x center 47px;
	transition: all 0s;
}
.dtbox h4 a em {
	font-family: "Arial"
	text-transform: uppercase;
	margin-left: 5px;
	color: #969696;
}
.dtbox h4 a:hover, .dtbox h4 a.cur {
	background: url("../images/dttith.png") repeat-x center bottom;
	color: #007fc6;
	text-decoration: none;
}

.dtboxdiv{width:1000px; float:left; margin:20px 0px 20px 0px}
.dtboxleft{width:200px; float:left}
.dtboxright{width:750px; float:right}
.dtboxbt{font-size:16px; font-weight:bold}
.dtboxnr{line-height:2; font-size:12px;}

.dtbox ul {
	margin: 0 20px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}
.dtbox li {
	position: relative;
	height: 35px;
	line-height: 35px; width:450px; float:left; font-size:13px; margin:0px 30px 0px 0px;
}

.dtboxtitle  a {
	display: inline-block;
	padding-left: 16px; background:url(../images/link.png) no-repeat left center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;float:left; width:350px
}
.dtboxtitle  a:hover{ color:#007fc6}
.dtboxtime{float:right; width:80px}

.dtbox li span {
	position: absolute;
	right: 0;
	color: #999;
}


.gsjjhome{float:left; width:660px;border:1px solid #CCCCCC; height:270px; margin-top:20px;}
.gsjjtitle{ background:url(../images/aba.png) repeat center; height:30px; line-height:30px; color:#FFFFFF; font-size:14px; font-weight:bold;}
.gsjjtitle span{ background:url(../images/aba1.png) no-repeat; height:30px; width:200px; display:block;padding-left:20px;}
.about{width:100%; float:left; padding:10px 10px 0px 3px;}

.aboutleft{float:left; width:300px;}
.aboutright{float:right; width:650px; color:#808080; font-size:12px; line-height:2}
.aboutright a{ color:#076db9}
.conhome{float:right; width:300px;border:1px solid #CCCCCC;height:270px;margin-top:20px;}
.contitle{background:url(../images/aba.png) repeat; height:30px; line-height:30px; color:#FFFFFF; font-size:14px; font-weight:bold}
.contitle span { background:url(../images/aba1.png); height:30px; width:200px; display:block;padding-left:20px; }
.connr{padding:10px 5px 0px 5px;color:#808080; font-size:12px; line-height:2}


.case{width:100%; float:left; }
.case li{ float:left; margin:8px;}
.case li img{ width:200px; height:200px; border:1px solid #CCCCCC}

.ry{width:100%; float:left; }
.ry li{ float:left; margin:10px;}
.ry li img{ width:280; height:200px;}
.language{text-align:right; font-size:12px; font-weight:600; padding-top:30px; font-family:"Arial"}
.language a{color:#999;}
.seach{text-align:right; font-size:13px; padding:10px 0px 20px 0px;}


