@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
	background: url(../images/bg.jpg) center top no-repeat;
}
ul li {
	list-style: none;
}
img {
	border: none;
}
a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #8c0e0e;
}
.clear {
	clear: both;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
#ArcTime {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
}
/* 上一条下一条 */
.preAndNext {
	border-top: 1px dotted #CCCCCC;
	padding: 10px 15px;
	margin-top: 15px;
}
.preAndNext li {
	line-height: 24px;
	list-style: none;
}
/* 图片内页 */
#ArcImg {
	text-align: center;
	padding: 15px 0px;
}
/* 新闻列表 */
.articleList li {
	padding: 5px 0 15px 0;
	line-height: 20px;
	border-bottom: dashed 1px #CCC;
}
.articleList li .date {
	margin-right: 10px;
	color: #CCC !important;
}
.articleList li .date, .articleList li .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
	color: #000;
	font-weight: normal;
}
.articleList li .btnDetial {
	padding-left: 20px;
}
.articleList li img {
	width: 250px;
	height: 160px;
	float: left;
	background-color: #fff;
	border: solid 1px #CCC;
	margin-right: 10px;
	margin-top: 10px;
}
.articleList li .description {
	color: #666;
	line-height: 22px;
	font-size: 12px;
}
/* 新闻内页 */
#articleInfo {
	border-top: 1px dotted #CCCCCC;
	color: #AAAAAA;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#articlePN {
	border-top: 1px dotted #CCCCCC;
	padding: 10px 20px;
}
#articlePN li {
	height: 30px;
	line-height: 30px;
}
#articleTitle {
	color: #035FAC;
	font-size: 24px;
	font-weight: normal;
	line-height: 48px;
	text-align: center;
}
/* 新闻列表简单版 */
#ListArc li {
	height: 38px;
	line-height: 38px;
	background: url(../images/newsmark.jpg) left center no-repeat;
	text-indent: 16px;
	border-bottom: #CCC 1px dashed;
}
#ListArc li span {
	float: right;
	margin-right: 15px;
}
#ListArc li a:link, #ListArc li a:visited {
	color: #363636;
}
#ListArc li span {
	float: right;
}
#HonorImg li {
	width: 169px;
	float: left;
	text-align: center;
}
#HonorImg li img {
	width: 161px;
	height: 133px;
	border: #e3e0e0 1px solid;
}
#HonorImg li a.name {
	height: 35px;
	line-height: 35px;
	display: block;
	color: #055fbc;
}
/* 产品图片 */
#ListImg li {
	width: 234px;
	height:226px;
	text-align: center;
	float: left;
}
#ListImg li .imgbox {
	width: 200px;
	height: 150px;
	display: block;
	/* display: table-cell; */
	overflow: hidden;
	/* vertical-align: middle; */
	*font-size:130px;
	*display: block;
	*font-family:Arial;
	border: #a7a7a7 1px solid;
	margin:0 auto;
}
#ListImg li .imgbox img {
	vertical-align: middle;
	max-width: 200px;
	max-height: 150px;
}
#ListImg li a.name {
	line-height: 18px;
	width: 98%;
	text-align:center;
}
#ListImg li a {
	color: #000;
	display: block;
}
/* 分页 */
div.pages {
	clear: both;
	line-height: 20px;
	float: right;
	margin: 26px 0 20px 20px;
}
div.pages li {
	float: left;
	list-style: none;
}
div.pages a, div.pages span {
	border: 1px solid #ead9e5;
	color: #4b0d00;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 2px;
	padding: 0 4px;
}
div.pages a:link, div.pages a:visited {
	background-color: #8F0F10;
	color: #fff;
	text-decoration: none;
}
div.pages a:hover {
	background: #D1102D;
	color: #fff;
}
/* 分页二 */
.pagenav {
	padding: 20px 0 10px;
	text-align: center;
}
.pagenav a, .pagenav strong {
	background: #FFFFFF;
	border: 1px solid #D7E2F4;
	color: #006699;
	font-size: 12px;
	margin: 0 2px;
	padding: 3px 4px;
}
.pagenav a:hover {
	background: #006699;
	border: #006699 1px solid;
	color: #FFF;
}
/* 在线留言样式 */
.G_ul {
	background: url("../img/msg_logo.gif") no-repeat scroll right bottom rgba(0, 0, 0, 0);
	line-height: 26px;
	margin: 15px 0px;
}
.borderLi {
	border-bottom: 1px dashed #DEDEDE;
	clear: both;
	margin: 10px auto 10px 20px;
}
input, textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DEDEDE;
}
#sending {
	color: #0000FF;
	display: none;
	font-size: 28px;
	left: 45px;
	position: absolute;
	top: 60px;
}
#sendmsg input {
	background: url("../img/msg_send.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	cursor: pointer;
	height: 37px;
	margin: 10px 0 0 50px;
	width: 80px;
}
.G_tips {
	border: 1px solid #DEDEDE;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	color: #666666;
	margin: 15px 20px;
	padding: 7px;
	width: 486px;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}
#top {
	height: 109px;
	position: relative;
	margin-bottom: 6px;
}
.Language{
	width: 108px;
	height: 22px;
	float: right;
	padding-top: 15px;
	overflow: hidden;
}
.Language a{
	/* padding-left: 35px; */
	color: #fff;
	display: block;
	height: 22px;
	line-height: 22px;
	margin-left: 20px;
	float: left;
	display: inline;
}
/* .Language a.chinese{
	background:url(../images/chinese.jpg) left center no-repeat;
}
.Language a.english{
	background:url(../images/english.jpg) left center no-repeat;
}
.Language a.russian{
	background:url(../images/russian.jpg) left center no-repeat;
} */
.logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#nav {
	padding-top: 18px;
	width: 560px;
	height: 38px;
	float: right;
}
#nav ul li {
	width: 70px;
	height: 38px;
	line-height: 38px;
	text-align:center;
	font-size: 12px;
	color: #fff;
	float: left;
}
#nav ul li a{
	height: 38px;
	display: block;
}
#nav ul li a:hover {
	color: #ffff04;
}
#banner {
	height: 456px;
}
#mainbg{
	width: 100%;
}
#main{
	margin-top: 12px;
}
.product {
	width: 100%;
	margin-bottom: 30px;
}
.product dt {
	height: 76px;
	line-height: 55px;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.product dt .more{
	width: 100%;
	height: 21px;
	background:url(../images/more.jpg) center center no-repeat;
	position: relative;
	overflow:hidden;
}
.product dt .more a{
	width: 91px;
	height: 21px;
	margin: 0px auto;
	display: block;
	position: relative;
	z-index: 999;
}
.show-left{ width:50%; height: 10px; border-bottom: #e5e5e5 1px solid; position:absolute; left:0; top:0px; left:-49%; z-index: -1;}
.show-right{ width:50%;height: 10px; border-bottom: #e5e5e5 1px solid; position:absolute; right:0; top:0px; right:-49%; z-index: -1; }
.product dd {
	padding-top: 12px;
}
.product dd .marquee {
	width: 1000px;
	height: 196px;
	overflow: hidden;
}
.product dd .marquee ul li {
	width: 224px;
	text-align: center;
	float: left;
	margin:0 12px;
}
.product dd .marquee ul li .imgbox {
	width: 224px;
	height: 145px;
	display: block;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
 *font-size:134px;
 *display: block;
 *font-family:Arial;
 border:#dfdfdf 3px solid;
}
.product dd .marquee ul li .imgbox img {
	vertical-align: middle;
	max-width: 224px;
	max-height: 145px;
}
.product dd .marquee ul li a {
	display: block;
}
.product dd .marquee ul li a.name{
	height:42px;
	line-height:20px;
	background:#e7e7e7;
	text-align:center;
	font-size:12px;
	color:#646464;
	overflow:hidden;
	padding:0 10px;
}
.about {
	width: 268px;
	height: 217px;
	display: inline;
	padding: 16px 25px;
	background: #0a65c0;
	float: left;
}
.about dt{
	height: 46px;
	line-height: 46px;
	border-bottom: #327fc9 1px solid;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.about dd.content {
	line-height: 24px;
	padding-top: 16px;
	color: #fff;
	text-align: center;
}
.about dd a.readMore{
	width: 117px;
	height: 34px;
	background:url(../images/readMore.jpg) 0 0 no-repeat;
	display: block;
	margin: 20px auto 0px;
}
.video{
	width: 318px;
	height: 249px;
	float: left;
	margin-left: 24px;
}
.news {
	float: right;
}
.news dd {
	padding-top: 16px;
}
.news dd ul li {
	height: 24px;
	line-height: 24px;
	background: url(../images/newsmark.jpg) 8px center no-repeat;
	text-indent: 20px;
	overflow: hidden;
}
.news dd ul li a{
	color: #fff;
}
.contactbg{
	width: 100%;
	margin-top: 24px;
	border-top: #e5e5e5 1px solid;
	text-align: center;
	color: #474747;
}
.contact dt{
	height: 44px;
	line-height: 44px;
	font-size: 22px;
}
.contact dd {
	line-height: 24px;
}
.contact dd span{
	color: #0a65c0;
}
.footerbg {
	width: 100%;
	height: 84px;
	background: url(../images/footerbg.jpg) center top no-repeat;
	margin-top: 15px;
}
.footer {
	line-height: 84px;
	color: #ffffff;
	text-align: center;
}
.footer a {
	color: #ffffff;
}
.InsLeft {
	width: 240px;
	float: left;
}
.proClass {
	width: 240px;
}
.proClass dt{
	height: 55px;
	line-height: 55px;
	background: #0a65c0;
	font-size: 18px;
	color: #fff;
	padding-left: 22px;
}
.proClass dd ul li a {
	height: 36px;
	line-height: 36px;
	display: block;
	overflow: hidden;
	background: url(../images/arrow.jpg) 210px center no-repeat #f5f5f4;
	text-indent: 46px;
	margin-top: 5px;
	color: #000;
}
.proClass dd ul li a:hover{
	background: url(../images/proliHover.jpg) left center no-repeat;
	color:#FFF;
}
.InsContact {
	width: 204px;
	margin-top: 15px;
	background: #f5f5f4;
	padding: 12px 18px;
}
.InsContact  dt{
	height: 36px;
	line-height: 36px;
	color: #303030;
	font-size: 18px;
}
.InsContact  dd{
	color: #666;
	line-height: 24px;
}
.InsRight {
	width: 740px;
	float: right;
}
.InsRight dt{
	height: 45px;
	line-height: 45px;
	border-bottom: #edecea 2px solid;
	color: #3b3b3b;
	font-size: 18px;
	padding-left: 10px;
}
.InsRight dt .postion {
	float: right;
	margin-right: 15px;
	font-size: 12px;
	color: #6c6c6c;
}
.InsRight dt a {
	color: #6c6c6c;
}
.InsRight dd {
	padding: 15px 10px;
	line-height: 24px;
	min-height: 472px;
	height: auto !important;
	height: 472px;
}
