body {
	background-color: #efefef;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑", "宋体";
	position: relative;
}/*网站字体颜色*/
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: 0;
} /*for ff f6n.net*/
a:hover {
	text-decoration: none;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pa {
	position: absolute;
}
.pr {
	position: relative
}
/* -- 购物车外部框架 -- */
.cart_header, .cart_content, .cart_footer {
	width: 760px;
	margin: 0 auto;
}
/* -- 页面整体布局 -- */
.header, .content, .footer {
	width: 980px;
	margin: 0 auto;
	font-family: 微软雅黑;
}
.left {
	width: 201px;
	float: left;
	overflow: hidden;
}
.left2 {
	width: 680px;
	float: left;
	overflow: hidden;
}
.left3 {
	width: 754px;
	float: left;
	overflow: hidden;
	color: #666;
}
.lefttop {
	background: url(../images/left_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-top: 10px;
}
.left2top {
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.leftbot {
	background: url(../images/left_bot_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.left2bot {
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.rightbot {
	height: 0px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right {
	width: 764px;
	float: left;
	display: inline;
	margin-left: 15px;
	overflow: hidden;
}
.right2 {
	width: 275px;
	float: right;
	overflow: hidden;
	padding-top: 3px;
}
.right3 {
	width: 201px;
	float: right;
	overflow: hidden;
	color: #666;
}
.right2top {
	background: url(../images/right2_top_img.gif) no-repeat;
	height: 0px;
	font-size: 0;
	overflow: hidden;
}
.right2bot {
	background: url(../images/left_bot2_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right_main {
	width: 752px;
	border: solid 1px #d5d5d5;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff;
}
.right2_main {
	width: 273px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff
}
.left2_main {
	width: 678px;
	border: solid 1px #d5d5d5;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff;
}
 .h_nav li a:-webkit-any-link {
display:block;
}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
/*页眉*/
.header {
	width: 100%;
	overflow: hidden;
	background:url(../images/headerBg.png) no-repeat top;
}
/*--顶部链接导航background:url(../images/headBg.jpg) repeat;*/
.hd_top {
}
.hd_top .container {
	height: 32px;
	line-height: 32px;
	color: #9b9b9a;
	overflow: hidden;
}
.hd_top a {
	padding: 0 8px;
	color: #9b9b9a;
}
.hd_top span span a {
	padding: 0 4px;
}
.hd_top span span a img {
	position: relative;
	top: 2px;
}
/*--页眉内容*/
.hd_cont {
	position: relative;
	height: 148px;
	overflow: hidden;
	background: url(../images/hdContBg.png) no-repeat right bottom;
}
.hd_cont .hd_logo {
	position: absolute;
	left: 0;
	top: 18px;
	width: 800px;
}
.hd_cont .hd_logo dd {
	margin-top: 34px;
	margin-left: 15px;
}
.hd_cont .hd_logo dd h2 {
	font-size: 18px;
	color: #525252;
}
.hd_cont .hd_logo dd p {
	font-size: 20px;
	font-weight: bold;
	color: #d75045;
}
.hd_cont .dh_phone {
	padding-left: 25px;
	margin-top: 5px;
	background: url(../images/hdPhone.png) no-repeat left center;
	color: #d75045;
}
.hd_cont .dh_phone dt {
}
.hd_cont .dh_phone dd {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
/*--导航栏*/
.dh_nav {
	border-bottom: 1px solid #dfdfdf;
}
.dh_nav ul {
	background-color: #fff;
	overflow: hidden;
}
.dh_nav li {
	float: left;
}
.dh_nav li a {
	display: block;
	_float: left;
	padding: 0 27px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #595858;
	text-decoration: none;
	font-family: 微软雅黑;
	background: url(../images/navLiA.png) no-repeat left center;
}
.dh_nav li .navHome {
	padding: 0 21px;
	background: none;
}
.dh_nav a.navLiNow, .dh_nav a:hover {
	background-position: center top;
	background: url(../images/navLiH.png) no-repeat center;
	color: #fff;
}
/*页尾*/
.footWrap {
	height: 368px;
	background: url(../images/footBg.jpg) no-repeat center;
}
.footer {
	padding-top: 25px;
}
.yqlj dt span {
	font-size: 10px;
	color: #8a683c;
	font-family: Arial, Helvetica, sans-serif;
}
.yqlj dt a {
	margin-right: 4px;
	padding: 2px 4px;
	display: inline-block;
	background-color: #2e364b;
	font-size: 16px;
	color: #fff;
}
.yqlj dd {
	margin-top: 14px;
}
.yqlj dd a {
	margin-right: 26px;
	color: #201506;
}
.footNav {
	margin-top: 40px;
	margin-bottom: 30px;
}
.footNav a {
	margin-right: 34px;
	color: #201506;
}
.fotMsgBox {
	padding-left: 80px;
	padding-top: 30px;
	line-height: 20px;
	background: url(../images/fotLogo.png) no-repeat left center;
	color: #201506;
}
.fotMsgBox a {
	color: #201506;
}
 @charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: microsoft yahei, "宋体";
	position: relative;
}/*网站字体颜色*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	font-family: microsoft yahei;
}
/*页眉*/
.header {
	width: 100%;
}
.header .h_top {
	line-height: 40px;
	height: 40px;
}
.header .h_top em {
	float: left;
	font-size: 12px;
	color: #333333
}
.header .h_top .r {
	float: right
}
.header .h_top .r a {
	padding: 0px 8px;
	border-left: 1px #666666 dotted;
	height: 12px;
	margin-top: 14px;
	display: block;
	float: left;
	line-height: 12px;
}
.header .h_top .r .nob {
	border: 0px
}
.header .h_content {
	height: 110px;
}
.header .h_content .logo {
	width: 580px;
	float: left
}
.header .h_content .logo .imglogo {
	display: block;
	float: left
}
.header .h_content .logo .logor {
	float: left;
	background: url(../images/logor_03.png);
	width: 350px;
	height: 81px;
	padding-top: 25px;
	padding-left: 20px
}
.header .h_content .logo h1 {
	font-size: 24px;
	color: #1e3988;
	width: 386px
}
.header .h_content .logo div span {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 28px;
	margin-left: 20px;
	margin-right: 10px;
	;
	color: #333333
}
.header .h_content .tel1 {
	width: 180px;
	float: right;
	height: 49px;
	background: url(../images/tel_03.png) no-repeat;
	padding-top: 14px;
	padding-left: 55px;
	margin-top: 13px
}
.header .h_content .tel1 .s1 {
	font-family: microsoft yahei;
	color: #000000;
	display: block;
	line-height: 20px
}
.header .h_content .tel1 .s2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1e3988;
}
.header .h_nav {
	width: 100%;
	height: 45px;
	background: #1e3988;
}
.header .h_nav ul li {
	float: left;
	background: url(../images/bor.png) left center no-repeat;
	height: 45px;
	width: 118px
}
.header .h_nav ul li a {
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 45px;
	text-decoration: none;
	height: 45px;
	text-align: center
}
.header .h_nav ul li a span {
	display: none;
	font-family: Arial
}
.header .h_nav ul li a:hover, .header .h_nav ul li .cur {
	background: #da251e;
	line-height: 18px;
	margin-top: -8px;
	padding-top: 8px;
}
.header .h_nav ul li a:hover span, .header .h_nav ul li .cur span {
	display: block;
}
.header .h_nav ul .nob {
	background: none;
	width: 88px;
}
.header .h_nav ul .kt {
	width: 12.5%;
}
/*页尾*/
.fkong {
	width: 10px;
	height: 17px;
}
.footer {
	background-color: #333333;
	width: 100%
}
.footer .links {
	background: #dddddd;
	height: 70px;
	overflow: hidden;
	position: relative;
	top: -25px;
}
.footer .links .link_t {
	background: url(../images/link.png);
	width: 112px;
	height: 60px;
	float: left;
	text-align: center;
	padding-top: 10px;
	line-height: 70px;
}
.footer .links .link_t a {
	color: #ffffff;
	font-size: 14px;
}
.footer .links .link_t h4 {
	color: #ffffff;
	font-size: 14px;
}
.footer .links ul .nob {
	border: 0px;
}
.footer .links ul {
	float: left;
	width: 860px;
}
.footer .links ul li {
    float: left;
    padding: 0px 10px;
    line-height: 30px;
    padding-top: 5px;
}
.footer .foot {
	height: 125px
}
.footer .foot .flogo {
	display: block;
	float: left;
	width: 200px;
}
.footer .foot .foot_r {
	width: 763px;
	float: right
}
.footer .foot .foot_r .foot_r_t {
	height: 38px;
	border-bottom: 1px #242424 solid
}
.footer .foot .foot_r .foot_r_t ul {
	padding-top: 8px;
}
.footer .foot .foot_r .foot_r_t ul li {
	float: left
}
.footer .foot .foot_r .foot_r_t ul li a {
	color: #fff;
	padding: 0px 20px;
	border-left: 1px #ffffff solid;
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
}
.footer .foot .foot_r .foot_r_t ul li .nob {
	border: 0px;
	padding-left: 0px;
}
.footer .foot .foot_r .foot_r_b {
	height: 70px;
	border-top: 1px #434343 solid;
	color: #ffffff;
	padding-top: 10px;
}
.footer .foot .foot_r .foot_r_b pre {
	line-height: 26px;
	font-family: microsoft yahei
}
.footer .foot .foot_r .foot_r_b pre a {
	color: #ffffff
}
