﻿@charset "utf-8";
/* CSS Document */
a {
	color:#c6c6c6;
}
a:hover {
	color:#fff;
}
body {
	background-color:#00335e;
	color:#fff;
}
a.logo {
	float:left;
	_display:inline;
	background:url(../images/logo.png) no-repeat 0 0;
	width:257px;
	height:69px;
	margin-top:10px;
	margin-left:10px;
}
.lan {
	float:left;
	_display:inline;
	padding:10px 0;
}
.lan a {
	float:right;
	_display:inline;
	height:18px;
	line-height:18px;
	padding:0 10px;
}
.lan a.en, .lan a.cn {
	background:url(../images/flag_en.png) no-repeat 0 2px;
	padding-left:24px;
}
.lan a.cn {
	background-image:url(../images/flag_cn.png);
}
.lan a.tel {
	color:#fff;
}
.contenterTop, .contenterBottom {
	background:url(../images/bg_topBottom.png) no-repeat center 0;
	width:100%;
	height:10px;
	overflow:hidden;
}
.contenterBottom {
	background-position:center -10px;
}
.contenterMiddle {
	background:url(../images/bg_middle.png) repeat-y center 0;
	/*min-height:300px;
	_height:300px;*/
}
.topNav {
	margin-top:-20px;
	position:relative;
	z-index:2;
}
.topNav ul {
	float:right;
	_display:inline;
	margin-right:32px;
}
.topNav ul li {
	float:right;
	_display:inline;
	background:url(../images/topMenu_bg.png) no-repeat 0 0;
	_background-image:url(../images/topMenu_bg_ie6.png);
	width:98px;
	_width:90px;
	height:31px;
	overflow:hidden;
	margin-right:-14px;
	_margin-right:0;
	position:relative;
}
.topNav ul li:hover, .topNav ul li.hot {
	background-position:0 -31px;
}
.topNav ul li.hot {
	position:relative;
	z-index:3;
}
.topNav ul li a {
	display:block;
	width:68px;
	_width:60px;
	height:22px;
	padding:8px 6px 1px 24px;
	/*background-color:#ccc;*/
	color:#fff;
	text-align:center;
	line-height:22px;
	behavior:url(css/clearDottedLine.htc);
}
.contenter {
	margin-top:-11px;
}
.bannerBox {
	position:relative;
	z-index:4;
	height:230px;
}
.banner, .bannerFrontGround {
	position:absolute;
	left:0 0;
}
.banner {
	margin-top:20px;
}
.bannerFrontGround {
	background:url(../images/banner_fg.png) no-repeat 0 0;
	width:1000px;
	height:230px;
	z-index:2;
}
.contentMain {
	background-color:#3381c3;
	padding:15px 15px 40px 15px;
}
h3.boxTitle {
	background:url(../images/title_all.png) no-repeat 0 0;
	height:45px;
	overflow:hidden;
	margin-bottom:15px;
}
.productCatalog h3.boxTitle, .productType h3.boxTitle {
	background-position:0 -135px;
}
.rightBarNewsBox h3.boxTitle {
	background-position:0 -45px;
}
.productBox h3.boxTitle, .productInfoBox h3.boxTitle {
	background-position:0 -180px;
}
.hrBox h3.boxTitle {
	background-position:0 -225px;
}
.messageBox h3.boxTitle {
	background-position:0 -270px;
}
.contactBox h3.boxTitle {
	background-position:0 -315px;
}
.bottomMenu a {
	color:#fff;
	padding:0 5px;
}
.bottomMenu a:hover {
	color:#02f6ff;
}
.bottomMenu a strong {
	color:#c8c8c8;
}
.bottomMenu a:hover strong {
	color:#02f6ff;
}
.footer {
	margin:5px 0 10px 0;
}
.auther {
	color:#9b9b9b;
	padding:10px 0;
}
.contentMainLeft,.contentMainRight {
	float:left;
	_display:inline;
}
.contentMainLeft {
	width:650px;
}
.aboutBox .ill {
	float:left;
	_display:inline;
	width:190px;
	overflow:hidden;
	margin-right:20px;
}
.aboutBox img {
	border:2px solid #e7e7e7;
	width:186px;
	margin-bottom:10px;
}
h1.seoKey {
	font-size:12px;
	margin:10px 0;
}
h1.seoKey a {
	text-decoration:underline;
}
.hr {
	height:2px;
	width:100%;
	display:block;
	background:url(../images/xline01.png) repeat-x 0 0;
}
.factoryPicBox {
	padding-top:10px;
}
.factoryPicBox ul {
	margin-top:10px;
}
.factoryPicBox li {
	height:136px;
	float:left;
	margin:0 16px 20px 16px;
}
.factoryPicBox li img {
	width:auto;
	height:132px;
}
.factoryPicBox li:hover img {
	border-color:#fff;
}
.contentMainRight {
	width:306px;
	margin-left:14px;
}
.productCatalog p {
	background-color:#01427a;
	padding:10px;
	margin-top:-15px;
}
.productCatalog p a {
	color:#fff;
	text-decoration:underline;
}
.productCatalog p a:hover {
	color:#02f6ff;
}
.productCatalog p a.more {
	display:block;
	color:#02f6ff;
	text-decoration:none;
}
.productCatalog p a.more:hover {
	color:#fff;
}
.rightBarNewsBox {
	margin-top:15px;
}
.rightBarNewsBox li {
	background:url(../images/icon01.png) no-repeat left 2px;
	padding:0 0 5px 20px;
	margin-bottom:5px;
	border-bottom:1px dotted #00569f;
}
.rightBarNewsBox li a {
	display:block;
	color:#fff;
	line-height:18px;
	height:36px;
	overflow:hidden;
}
.rightBarNewsBox li a:hover {
	color:#02f6ff;
}
.rightBarNewsBox li span {
	display:block;
	color:#c6c6c6;
}
.rightBarNewsBox li a:hover span {
	color:#fff;
}
.rightBarContact {
	margin-top:15px;
}
.contactIll {
	display:block;
	background:url(../images/tel02.png) no-repeat 0 0;
	width:289px;
	height:172px;
}
.rightBarContact .hr {
	margin:10px 0;
}
.rightBarContact p {
	padding-left:5em;
	text-indent:-5em;
}
a.message {
	float:right;
	display:inline;
	background:url(../images/button01.png) no-repeat 0 0;
	width:65px;
	height:27px;
	padding-left:30px;
	overflow:hidden;
	line-height:27px;
	line-height:29px\9;
	_line-height:27px;
	color:#000;
}
a.message:hover {
	background-position:0 -27px;
}
.newsBox {
	margin-top:0;
}
.newsBox li {
	border:none;
	background:url(../images/xline01.png) repeat-x 0 bottom;
	padding:0;
}
.newsBox li a {
	background:url(../images/icon01.png) no-repeat left 6px;
	padding:0 0 5px 20px;
	line-height:28px;
	height:28px;
}
.newsBox li a span {
	display:inline;
	padding-right:10px;
}
/*page*/
.pageBox {
	margin-top:30px;
}
.page {
	float:left;
	font-family:"宋体";
}
.page span {
	color:#fff;
	padding-right:10px;
}
.page a {
	line-height:24px;
	background-color:#000;
	color:#fff;
	margin:0 1px;
	padding:3px 5px;
}
.page a:hover, .page a.hot {
	background-color:#fdfd00;
	color:#000;
}
.topBack {
	float:right;
}
.goBack, .goTop {
	background:url(../images/backTop.png) no-repeat 0 0;
	overflow:hidden;
	float:left;
	height:7px;
	margin-top:5px;
	margin-left:20px;
}
.goBack {
	width:34px;
}
.goTop {
	width:33px;
	background-position:-34px 0;
}
.goBack:hover {
	background-position:0 -7px;
}
.goTop:hover {
	background-position:-34px -7px;
}
/*page end*/
.pathBox {
	background:url(../images/path_bg.png) repeat-x 0 0;
	width:940px;
	height:24px;
	line-height:24px;
	margin-bottom:10px;
	padding:0 15px;
	overflow:hidden;
}
.path, .pathBox .seoKey {
	background:url(../images/icon02.png) no-repeat left 3px;
	padding:0 15px;
	float:left;
	_display:inline;
	width:439px;
	height:24px;
	overflow:hidden;
}
.path {
	border-right:1px solid #00213d;
}
.pathBox .seoKey {
	border-left:1px solid #0074d5;
	font-size:12px;
	margin:0;
	line-height:24px;
}
.newsInfoBox h4 {
	background:url(../images/icon01.png) no-repeat left 2px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #01427a;
	padding-bottom:5px;
	margin-bottom:10px;
	/*color:#f7f100;*/
	color:#02f6ff;
}
.newsInfoBox h4 span {
	font-size:12px;
	color:#c6c6c6;
	padding-left:10px;
}
.newsInfoBox p {
	line-height:24px;
}
.productBox li {
	float:left;
	_display:inline;
	width:144px;
	height:164px;
	margin:5px 9px;
}
.productBox li span {
	display:block;
	text-align:center;
	width:144px;
	height:16px;
	margin-top:4px;
	line-height:16px;
}
.productBox li a {
	display:block;
}
.productBox li a img {
	border:5px solid #00569f;
	width:134px;
	height:134px;
}
.productBox li a:hover img, .proPicBox a:hover img {
	border-color:#f1f1f1;
}
.proPicBox a {
	display:block;
}
.proPicBox a img {
	display:block;
	border:5px solid #00569f;
	height:300px;
	display:block;
	margin:0 auto;
}
.proPicBox a span {
	display:block;
	text-align:center;
	height:20px;
	line-height:20px;
	margin-top:4px;
	cursor:pointer;
}
.productType li {
	_float:left;
	_display:inline;
}
.productType li a {
	display:block;
	height:24px;
	line-height:24px;
	background:url(../images/icon01.png) no-repeat 30px 4px #00579e;
	_background-image:url(../images/icon03_ie6.png);
	border-bottom:1px solid #003063;
	border-top:1px solid #3b86c2;
	padding-left:50px;
}
.productType li a:hover {
	_background-image:url(../images/icon03_ie6_hover.png);
	background-color:#e4e4e4;
	color:#000;
}
.hrBox li {
	list-style:decimal inside;
	padding-left:15px;
	margin-bottom:10px;
	line-height:20px;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
}
.hrBox p {
	margin-left:20px;
	background:url(../images/icon09.png) no-repeat left 8px;
	padding-left:8px;
	line-height:20px;
	margin-bottom:20px;
}
.hrBox li strong {
	color:#f7f100;
}
/*message*/
.tips {
	width:638px;
	overflow:hidden;
	margin:20px auto;
}
.tipsMiddle {
	width:526px;
	background:url(../images/icon06.png) no-repeat left center;
	padding-left:40px;
	height:38px;
}
.tipsContent {
	background:url(../images/attention.gif) no-repeat 0 3px;
	color:#858585;
	line-height:32px;
	height:30px;
	margin:4px 0;
	padding:0 20px;
	color:#000;
	background-color:#d8f4ff;
}
.tipsContent a {
	padding:0 5px;
}
.applayTable {
	margin-left:40px;
	float:left;
	_display:inline;
}
.applayTable tr {
	height:24px;
}
.applayTable th {
	font-weight:normal;
}
.applayTable span {
	color:#c9c9c9;
}
.applayTable i {
	color:#ff0000;
	padding:0 5px;
}
.applayTable .button, .price .button {
	margin:20px 0 20px 96px;
}
.applayTable .button input, .price .button input {
	background:url(../images/button02.png) no-repeat 0 0;
	border:none;
	color:#fff;
	width:64px;
	height:26px;
	margin-right:20px;
}
.messageBox {
	background:url(../images/ill09.png) no-repeat 470px 220px;
}
.messageIll {
	float:left;
	_display:inline;
	background:url(../images/ill09.png) no-repeat 0 0;
	width:236px;
	height:145px;
	margin-top:110px;
	margin-left:107px;
	margin-left:120px\9;
}
.inputText, .textarea {
	background-color:#00579e;
	color:#fff;
	border:1px solid #01427a;
}
.inputText {
	height:20px;
	line-height:20px;
}
.textarea {
	scrollbar-base-color:#00579e;
	scrollbar-arrow-color:#fff;
}
/*message-end*/
.contactText {
	margin:0 50px;
}
.contactText h3 {
	background-color:#01427a;
	color:#fdfd00;
	height:30px;
	line-height:30px;
	float:left;
	_display:inline;
	padding:0 15px;
	font-weight:bold;
	margin-bottom:10px;
}
.contactText p {
	line-height:24px;
}
.contactText p span {
	color:#fdfd00;
}
