﻿@charset "utf-8";
/*reset*/
html {
	color:#000;
	background:#FFF;
	overflow-y:scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}

body {
	font:12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
.txtboxcs {
	border:solid 1px #ccc;
	height:22px;
}
/*title*/
h1 {
	font-size:32px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
}
/*common*/
body {
	color:#666;
	font:12px/1.231 arial, helvetica, clean, sans-serif, "Microsoft YaHei";
} /*网站字体颜色*/
a {
	color:#666;
	text-decoration:none;
}  /*for ie f6n.net*/
a:focus {
	outline:0;
} /*for ff f6n.net*/
a:hover {
	text-decoration:underline;
}
.vam {
	vertical-align:middle;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
p {
	word-spacing:-1.5px;
}

.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:960px;
	margin:0 auto;
}
.left {
	width:201px;
	float:left;
	overflow:hidden;
}
.left2 {
	width:670px;
	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 {
	background:url(../images/left2_top_img.gif) no-repeat;
	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 {
	background:url(../images/right_bot2_img.gif) no-repeat;
	height:3px;
	font-size:0;
	overflow:hidden;
	margin-bottom:10px;
}
.right {
	width:754px;
	float:left;
	display:inline;
	margin-left:5px;
	overflow:hidden;
}
.right2 {
	width:275px;
	float:right;
	overflow:hidden;
}
.right3 {
	width:201px;
	float:right;
	overflow:hidden;
	color:#666;
}
.righttop {
	background:url(../images/right_top_img.gif) no-repeat;
	height:3px;
	font-size:0;
	overflow:hidden;
}
.right2top {
	background:url(../images/right2_top_img.gif) no-repeat;
	height:3px;
	font-size:0;
	overflow:hidden;
}
.rightbot {
	background:url(../images/right_bot_img.gif) no-repeat;
	height:3px;
	font-size:0;
	overflow:hidden;
	margin-bottom:10px;
}
.right2bot {
	background:url(../images/left_bot2_img.gif) no-repeat;
	height:3px;
	font-size:0;
	overflow:hidden;
	margin-bottom:10px;
}

.right2_main {
	width:273px;
	border:solid 1px #d5d5d5;
	border-top:0;
	border-bottom:0;
	padding-bottom:15px;
	overflow:hidden;
}
.left2_main {
	width:668px;
	border:solid 1px #d5d5d5;
	border-top:0;
	border-bottom:0;
	padding-bottom:15px;
	overflow:hidden;
}
 .h_nav li a:-webkit-any-link {
display:block;
}
/*头部开始*/



.t_text {
	float:left;
	display:block;
	margin:16px 0 0 18px;
	line-height:24px;
	font-size:16px;
	color:#1277cf;
	border-left:solid 1px #d4d4d4;
	height:52px;
	padding:0 0 0 18px;
}
.t_text b {
	display:block;
	line-height:30px;
	color:#004899;
	font-size:22px;
	font-style:italic;
}



.erj {
	position:absolute;
	left:0;
	background:#005CA9;
	width:90px;
	padding:25px 0 0 10px;
	z-index:5;
}
.erj li {
	background:none;
	overflow:hidden;
	display:block;
	height:30px;
	white-space:nowrap;
	width:86px;
}
.men_list li a {
	color:#fff;
}
.menu .erj li a, .menu .erj li a:hover {
	font-size:14px;
	line-height:30px;
	padding:0;
	background:none;
}
.menu .erj li a:hover {
	text-decoration:underline;
}
/*头部结束*

/*底部开始*/
.foot {
	background:#175eae;
	border-top:solid 8px #2a89dd;
	height:287px;
	color:#fff;
	padding:30px 0 0;
	line-height:30px;
	font-family:"Microsoft YaHei";
}
.f_nav {
	height:57px;
	line-height:57px;
	font-size:14px;
	color:#fff;
	text-align:center;
	background:url(../images/f_navbg.jpg) repeat-x 0 0;
}
.f_nav a {
	color:#fff;
	padding:0 22px;
	background:url(../images/f_navlbg.jpg) no-repeat right center;
}
.f_nav a.born {
	background:none;
}
.f_con {
	padding:39px 0 0;
	background:url(../images/f_ge.jpg) no-repeat center 0;
}
.f_logo {
	width:313px;
	padding:42px 28px 0 0;
	text-align:right
}
.f_text {
	width:349px;
	padding:0 0 0 30px;
	background:url(../images/f_ge2.jpg) no-repeat 0 11px;
}
.f_ewm {
	width:208px;
	padding:16px 0 0 30px;
	background:url(../images/f_ge2.jpg) no-repeat 0 11px;
}
.f_text a {
	color:#fff;
}
/*底部结束*/




/*index*/
/* CSS Document */
/*common*/
.mb10 {
	margin-bottom:10px;
}
.ml10 {
	margin-left:10px;
}
.bg {
	background:#FFF;
}


/*搜索*/
.h_sea {
	height:34px;
	line-height:24px;
	overflow:hidden;
	color:#737373;
	padding:10px 0 0;
	font-family:"Microsoft YaHei";
	background:#f0f0f0;
}
.key {
	width:740px;
	overflow:hidden;
}
.h_sea a {
	line-height:24px;
	padding:0 15px 0 0;
	color:#737373;
}
.inp01 {
	height:22px;
	background:#fff;
	width:168px;
	padding:0 8px;
	float:left;
	line-height:22px;
	border:solid 1px #c7c7c7;
	border-right:0;
	color:#9f9f9e;
}
.s_ss {
	float:left;
	width:35px;
	height:24px;
	border:0;
	background:url(../images/s_ss.jpg) no-repeat 0 0;
}
/*合作*/
.hz, .jz {
	height:258px;
	overflow:hidden;
	padding:31px 0 0;
	background:url(../images/ge01.jpg) no-repeat center 0;
	font-family:"Microsoft YaHei";
}
.til01 {
	height:98px;
	background:url(../images/line1.jpg) repeat-x center 54px;
	line-height:42px;
	text-align:center;
	font-family:"Microsoft YaHei";
	font-size:24px;
	color:#1277cf;
}
.til01 b {
	color:#ff7f00;
	padding:0 14px 0 0;
}
.til01 a {
	color:#004899;
}
.til01 a:hover {
	text-decoration:none;
}
.til01 span {
	display:block;
}
.til01 em {
	font-style:normal;
	color:#333;
	padding:0 5px 0 0;
}
.more01 {
	font-size:12px;
	font-weight:normal
}
.more01 a, .til02 .more01 a, .new h2 .more01 a {
	color:#999;
	border:0;
	padding:0;
	background:none;
}
.til01 .more01 {
	top:12px;
	right:0;
}
.hz01 {
	padding:30px 0 0;
}
.hz02 {
	padding:0;
	width:880px;
	overflow:hidden
}
.hz02 ul {
}
.hz02 li {
	width:190px;
	float:left;
	padding:0 23px 0 10px;
	background:url(../images/hzlbg.jpg) no-repeat 10px 0;
}
.hz02 li img {
	width:180px;
	height:90px;
	padding:5px;
	display:block;
}
.hz02 li span {
	display:block;
	text-align:center;
	line-height:30px;
}
/*推荐产品*/
.tj {
	background:url(../images/bg01.gif) repeat 0 0;
	height:520px;
	padding:40px 0;
	overflow:hidden;
	font-family:"Microsoft YaHei";
}
.tjtil {
	height:45px;
	line-height:45px;
	background:url(../images/line1.jpg) repeat-x center bottom;
	font-size:14px;
	padding:0 18px 0 0;
}
.tjtil li {
	width:105px;
	text-align:center;
	float:left;
	margin:0 1px 0 0;
}
.tjtil li a {
	background:#939393;
	line-height:45px;
	display:block;
	border-radius:2px 2px 0 0;
	color:#fff;
}
.tjtil li a:hover, .tjtil li.cur a {
	background:url(../images/sd01.jpg) repeat-x 0 0;
	text-decoration:none;
}
.tjc {
	background:#fff;
	height:520px;
	overflow:hidden
}
.tj_c {
	padding:20px;
	line-height:30px;
	color:#333;
}
.tj_c dt {
	width:444px;
	background:url(../images/cp_ge.jpg) no-repeat 0 424px;
	padding:10px 0 24px;
	float:left;
}
.tj_c dt img {
	width:406px;
	height:406px;
	border:solid 1px #dedede;
	padding:3px;
}
.tj_c dd {
	width:476px;
	float:left;
}
.tj_c dd h3 {
	font-size:16px;
	color:#004899;
	line-height:36px;
}
.tj_c dd h3 a {
	color:#004899;
}
.tj_c dd li {
	clear:both;
	padding:11px 0 0;
}
.tj_c dd li b, .cp_c dd li b {
	width:75px;
	float:left;
	display:block;
}
.tj_c dd li p, .cp_c dd li p {
	width:401px;
	float:left;
	display:block;
}
.tj_c dd li p span {
	display:block;
	color:#999;
}
/*导航*/
.cpbox {
	padding:40px 0 0;
	background:url(../images/ge01.jpg) no-repeat center 0;
	height:873px;
	overflow:hidden;
	font-family:"Microsoft YaHei";
}
.dh {
	background:url(../images/dhbg.gif) repeat 0 0;
	width:201px;
}
.dh_bot {
	width:201px;
	height:21px;
	display:block
}
.dh_c {
	width:175px;
	padding:8px 4px 0;
	height:706px;
	background:#fff;
	border-radius:0 0 3px 3px;
	margin:0 9px;
}
.dh_c h3 {
	height:39px;
	font-size:14px;
	font-weight:normal;
	background:url(../images/dhhbg1.jpg) no-repeat 0 0;
}
.dh_c h3 a {
	line-height:34px;
	display:inline-block;
	padding:0 10px;
	color:#fff;
}
.dh_c h3.cur a, .dh_c h3 a:hover {
	background:url(../images/dhhbg2.jpg) no-repeat 0 0;
}
.dh_c li {
	height:24px;
	line-height:24px;
	background:url(../images/ico01.jpg) no-repeat 20px 9px;
	padding-left:32px;
}
.dh_c li.born {
	padding-bottom:14px;
}
.dh_pho {
	height:94px;
	padding:20px 0 0 22px;
	color:#fff;
	font-size:12px;
	line-height:18px;
}
.dh_pho b {
	display:block;
	font-size:22px;
	line-height:28px;
}
/*产品*/
.cp {
	width:729px;
	overflow:hidden;
	padding:0 0 23px 30px;
	background:url(../images/ge02.jpg) no-repeat right bottom;
}
.cp_c {
	border:solid 1px #dbdbdb;
	border-top:0;
	padding:16px 19px 0;
	height:781px;
	overflow:hidden;
}
.cp1 {
	height:143px;
	line-height:26px;
	border-bottom:solid 1px #ccc;
	font-size:14px;
	color:#666;
}
.cp1 h3 {
	line-height:24px;
	font-size:18px;
	color:#004899;
}
.cp1 h3 span {
	display:block;
	font-size:14px;
	font-weight:normal;
}
.cp1 p span {
	background:url(../images/ico02.jpg) no-repeat 0 4px;
	padding:0 42px 0 21px;
	line-height:22px;
	font-size:12px;
	display:inline-block;
}
.cp_c dl {
	padding:11px 0 0;
	height:351px;
	line-height:31px;
	overflow:hidden
}
.cp_c dt {
	width:324px;
	padding:18px 0 21px 0;
	float:left;
	background:url(../images/cp_ge2.jpg) no-repeat 0 323px;
}
.cp_c dt img {
	width:302px;
	height:302px;
	border:solid 1px #dedede;
}
.cp_c dd {
	width:365px;
	float:left;
}
.cp_c dd li {
	line-height:31px;
	padding:8px 0 0;
	clear:both;
	color:#333;
}
.cp_c dd li p {
	width:290px;
}
.cp01 {
	padding:70px 0 0;
}
.cpc1 {
	width:598px;
	overflow:hidden;
}
.cpc1 li {
	width:181px;
	float:left;
	margin:0 0 0 13px;
	display:inline;
}
.cpc1 li img {
	width:179px;
	height:179px;
	display:block;
	border:solid 1px #dedede;
}
.cpc1 li p, .cpc2 li p {
	background:url(../images/cp_ge03.jpg) no-repeat center 0;
	display:block;
	text-align:center;
	line-height:33px;
}
.cpc1 li span {
	display:block;
	line-height:21px;
}
.cpc1 li span a {
	display:inline-block;
	line-height:21px;
	color:#fff;
	background:#585858;
	width:86px;
	border-radius:1px;
	float:left
}
.cpc1 li span a.cp_ico1 {
	margin-left:3px;
	background:#1277cf;
}
/*产品滚动*/
.cpgd, .al, .gy, .ry, .fc {
	border:solid 1px #dedede;
	border-top:solid 3px #004899;
	padding:11px 19px 0;
	height:265px;
	font-family:"Microsoft YaHei";
	overflow:hidden
}
.til02 {
	height:27px;
	line-height:26px;
	background:url(../images/line1.jpg) repeat-x center bottom;
	font-size:14px;
}
.til02 a {
	border-bottom:solid 1px #ff7f00;
	line-height:26px;
	display:inline-block;
	color:#004899;
	background:url(../images/ico03.jpg) no-repeat 0 7px;
	padding:0 0 0 8px;
}
.til02 em {
	font-style:normal;
	font-weight:normal;
	color:#333;
	font-size:10px;
	text-transform:uppercase;
	padding:0 0 0 5px;
}
.cp3 {
	padding:19px 0 0;
}
.cpc2 {
	width:839px;
	overflow:hidden
}
.cpc2 li {
	width:174px;
	float:left;
	margin:0 17px;
	display:inline;
}
.cpc2 li img {
	width:172px;
	height:172px;
	display:block;
	border:solid 1px #dedede;
}
.cpc2 li p {
	font-weight:bold;
}
/*广告*/
.h_gg {
	display:block;
	font-family:"Microsoft YaHei";
	color:#fff;
	line-height:16px;
}
.h_gg img, .ge01, .ge01 img {
	display:block;
}
.gg01 {
	background:url(../images/t_pho.gif) no-repeat 0 2px;
	top:36px;
	left:725px;
}
.gg01 b {
	font-size:20px;
	line-height:22px;
	display:block;
}
.gg01 p {
	padding:0 0 0 39px;
	height:46px;
	display:block;
}
/*优势*/
.ys {
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#666;
	line-height:24px;
	background:url(../images/ysbg.jpg) repeat-x center 0;
}
.ys h2 {
	height:71px;
	padding:59px 0 0;
	text-align:center;
}
.ys h3 {
	font-size:22px;
	color:#333;
	line-height:46px;
	height:46px;
	background:url(../images/ys_ico.jpg) no-repeat 0 0;
	padding:0 0 0 45px;
	display:block;
}
.ys b {
	padding:0 5px 0 0;
	color:#004899;
}
.ys ul {
	clear:both;
	background:url(../images/ys_line.jpg) repeat-x 0 0;
	padding:0 0 0 40px;
}
.ys li {
	background:url(../images/ico05.jpg) no-repeat 0 30px;
	padding:16px 20px 8px;
}
.ys li b {
	color:#1277cf;
	font-weight:normal;
}
.ys01 {
	height:410px;
}
.ys02, .ys03 {
	height:392px;
	padding:40px 0 0;
	background:url(../images/ys_ge.jpg) no-repeat center 0;
}
.ys03 {
	height:354px;
}
.ysw1 {
	width:530px;
	padding:38px 0 0;
}
.ysp1 {
	width:429px;
}
.ysp1 img {
	position:absolute;
	left:-20px;
	top:0;
}
.ysc1 {
	height:200px;
	overflow:hidden
}
.ysc3 {
	height:225px;
	overflow:hidden
}
.ysc5 {
	height:154px;
	overflow:hidden
}
.ysp2 {
	width:430px;
}
.ysp2 img {
	position:absolute;
	left:-28px;
	top:10px;
}
.ysp3 {
	width:430px;
}
.ysw2 {
	padding:0;
}
.ysp3 img {
	position:absolute;
		top:8px; left:-10px
}
/*案例*/
.al01 {
	padding:86px 0 0;
}
.al02 {
	margin:19px 0 0;
	width:839px;
	overflow:hidden
}
.al02 li {
	display:inline;
	width:250px;
	margin:0 13px 0 16px;
	float:left
}
.al02 li img {
	width:242px;
	height:166px;
	border:solid 1px #dedede;
	padding:3px;
	display:block;
}
.al02 li span {
	display:block;
	text-align:center;
	background:url(../images/cp_ge03.jpg) no-repeat center 0;
	font-weight:bold;
	line-height:40px;
}
/*见证*/
.jz {
	height:530px;
}
.jz_c {
	display:block;
	background:url(../images/ge03.jpg) repeat-x 0 390px;
	height:410px;
}
.jz_c dl {
	width:260px;
	height:359px;
	border:solid 1px #dedede;
	border-top:solid 3px #004899;
	padding:27px 20px 0;
	line-height:24px;
	float:left;
}
.jz_c dl.jzl1 {
	margin:0 27px;
}
.jz_c dt {
	height:173px;
	overflow:hidden;
}
.jz_c dt img {
	width:252px;
	height:165px;
	border:solid 1px #dedede;
	padding:3px;
}
.jz_c dd {
	background:url(../images/cp_ge03.jpg) no-repeat center 0;
	padding:17px 0 0;
}
.jz_c dd h3 {
	font-size:14px;
	line-height:30px;
}
.jz_c dd h3 a {
	color:#323232;
}
.jz_c dd p {
	height:86px;
	overflow:hidden
}
/*关于*/
.new1 {
	
	padding:30px 0;
	font-family:"Microsoft YaHei";
	overflow:hidden;
}
.gy, .ry {
	height:312px;
	margin-bottom:20px;
}
.gy {
	width:590px;
}
.gy_c {
	padding:19px 0 0;
}
.gy_c dt {
	width:319px;
	float:left;
}
.gy_c dt img {
	width:292px;
	height:231px;
	border:solid 1px #dedede;
	padding:3px;
}
.gy_c dd {
	width:271px;
	line-height:24px;
	float:left;
	padding:6px 0 0;
}
.gy_c dd h3 {
	font-size:14px;
	line-height:32px;
}
.gy_c dd h3 a {
	color:#1277cf;
}
.gy_c dd p {
	height:177px;
	overflow:hidden
}
/*荣誉*/
.ry {
	width:270px;
	margin-left:20px;
}
.ry01 {
	padding:108px 0 0;
}
.ry02 {
	width:174px;
	margin:19px 8px 0;
}
.ry02 p {
	width:174px;
	float:left;
}
.ry02 p img {
	width:162px;
	height:206px;
	border:solid 1px #dedede;
	padding:5px;
	display:block
}
.ry02 p span {
	display:block;
	background:url(../images/cp_ge03.jpg) no-repeat center 0;
	text-align:center;
	line-height:32px;
	height:32px;
	overflow:hidden;
}
/*风采*/
.fc {
	clear:both;
	height:200px;
}
.til02 li {
	float:left;
	width:78px;
	text-align:center;
}
.til02 li a {
	border:0;
	color:#999;
	line-height:26px;
	display:inline-block;
	background:none;
	width:78px;
	padding:0 0 5px;
}
.til02 li a:hover, .til02 li.cur a {
	background:url(../images/sd02.jpg) no-repeat center bottom;
	color:#333;
	text-decoration:none;
}
.fc_c {
	clear:both;
}
.fc01 {
	padding:62px 0 0;
}
.fc02 {
	width:820px;
	margin:18px 0 0 20px;
}
.fc02 li {
	width:188px;
	margin:0 16px 0 0;
	float:left;
}
.fc02 li img {
	width:180px;
	height:120px;
	display:block;
	border:solid 1px #dedede;
	padding:3px;
}
.fc02 li span {
	line-height:32px;
	display:block;
	text-align:center;
	background:url(../images/cp_ge03.jpg) no-repeat center 0;
}
/*资讯*/
.new {
	background:url(../images/ge04.jpg) no-repeat 0 bottom;
	height:355px;
}
.zx, .wd {
	border:solid 1px #dbdbdb;
	padding:14px 19px 0;
	height:306px;
	overflow:hidden;
	font-family:"Microsoft YaHei";
}
.zx {
	width:551px;
}
.zx_c dl {
	clear:both;
	padding:11px 0 0;
	line-height:20px;
	color:#666;
	height:137px;
	overflow:hidden;
}
.zx_c dt {
	width:173px;
	padding:4px 0 20px;
	float:left;
	background:url(../images/cp_ge03.jpg) no-repeat -16px 116px;
}
.zx_c dt img {
	width:150px;
	height:104px;
	border:solid 1px #dedede;
	padding:3px;
}
.zx_c dd {
	width:374px;
	float:left;
}
.zx_c dd h3 {
	height:23px;
	line-height:23px;
	color:#000;
	font-size:12px;
}
.zx_c dd h3 a, .zx_c li a, .wd_c dt a {
	color:#000;
}
.zx_c dd p {
	height:69px;
	overflow:hidden
}
.zx_c li {
	height:26px;
	line-height:26px;
	width:248px;
	float:left;
	overflow:hidden;
	background:url(../images/ico04.jpg) no-repeat 1px 11px;
	padding:0 12px;
}
.zx_c li span {
	float:right;
	color:#999
}
/*问答*/
.wd {
	width:305px;
	margin-left:20px;
}
.wd_c dl {
	padding:15px 0 2px;
	line-height:20px;
	color:#666;
}
.wd_c dt {
	background:url(../images/wd_w.gif) no-repeat 0 0;
	padding:0 0 0 26px;
	height:20px;
	overflow:hidden;
	font-weight:bold;
}
.wd_c dd {
	background:url(../images/wd_d.gif) no-repeat 0 9px;
	padding:7px 0 0 26px;
}
/*友联*/
.link {
	font-family:"Microsoft YaHei";
	clear:both;
	line-height:30px;
	
	overflow:hidden;
	white-space:nowrap;
	color:#808080;
}
.lnk_c {
	clear:both;
	padding:20px 0 0;
	overflow:hidden
}
.lnk_c a {
	padding:0 40px 0 8px;
	color:#808080;
	display:inline-block;
}
/*temp.css*/
#nodata {
	padding:80px;
	padding-left:150px;
	border:solid 1px #eee;
	margin:10px 0;
	background:url(../images/nodata.gif) no-repeat 20px 20px;
}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1 {
	display:none;
	z-index:1001;
	width:398px;
	border:1px solid #ccc;
	background:#fff;
	padding-bottom:20px;
}
#mesbook1_c div, #mesbook1 div {
	border:1px solid #E4E3E3;
	background:#EBECEB;
	height:18px;
	padding:4px .5em 0;
	margin-bottom:10px;
}
#mesbook1_c dl.b1, #mesbook1 dl.b1 {
	width:370px;
	margin:0 auto;
}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
	float:left;
	width:105px;
	overflow:hidden;
}
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
	width:265px;
	float:right;
}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {
	padding-bottom:10px;
}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {
	margin-right:20px;
}
/*rollup.css*/
#roll_top, #fall, #ct {
	position:relative;
	cursor:pointer;
	height:72px;
	width:26px
}
#roll_top {
	background:url(../images/top.gif) no-repeat
}
#fall {
	background:url(../images/top.gif) no-repeat 0 -80px
}
#ct {
	background:url(../images/top.gif) no-repeat 0 -40px
}
#roll {
	display:block;
	width:15px;
	margin-right:-500px;
	position:fixed;
	right:50%;
	top:50%;
	_margin-right:-505px;
	_position:absolute;
	_margin-top:300px;
_top:expression(eval(document.documentElement.scrollTop))
}
.ImTable * {
	padding:0px;
	margin:0px
}
.ImTable {
	border-collapse:collapse;
	border:none;
	background:url(../images/bg.gif)
}
.ImTable h2 {
	font-size:14px;
	font-weight:bold;
	margin-top:5px
}
.ImHeader {
	height:165px;
	background:url(../images/im_01.gif)
}
.ImRow0 {
	background:url(../images/ico_item1.gif) no-repeat;
	margin:10px 10px 0;
	height:24px;
	padding-left:10px;
	padding-top:4px;
}
.ImRow1 {
	background:url(../images/ico_item1.gif) no-repeat;
	margin:10px 10px 0;
	height:24px;
	padding-left:10px;
	padding-top:4px;
}
a.im, a:hover.im {
	text-decoration:none;
	height:35px;
	color:#1277cf;
	font-size:14px;
}
.ImFooter {
	height:90px;
	background:url(../images/im_04.gif) no-repeat;
	display:inline-block;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
}
.ImFooter h5 {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	margin:15px 0 0;
	font-family:'宋体';
}
.ImFooter p {
	font-size:20px;
	font-weight:bold;
	color:#ff993b;
	text-align:center;
	margin:4px 0;
}
/*flash切换*/


/*rollup.css*/
#roll_top, #fall, #ct {
	position:relative;
	cursor:pointer;
	height:72px;
	width:50px
}
#roll_top {
	background:url(../images/top.gif) no-repeat
}
#fall {
	background:url(../images/top.gif) no-repeat 0 -80px
}
#ct {
	background:url(../images/top.gif) no-repeat 0 -40px
}
#roll {
	z-index:999;
	display:block;
	width:15px;
	margin-right:-500px;
	position:fixed;
	right:50%;
	top:50%;
	_margin-right:-505px;
	_position:absolute;
	_margin-top:300px;
_top:expression(eval(document.documentElement.scrollTop))
}
.gg01.pa a {
	display: block;
	padding-top: 20px;
}
















.h_head {
    height: 258px;
    background: url(../images/h_head.gif) repeat-x center top;
    position: relative;
    z-index: 9;
}
.h_head .header {
    height: 234px;
    overflow: visible;
}
.header {
    width: 960px;
    margin: 0 auto;
}
html[xmlns] .clearfix {
    display: block;
}
.h_head .h_top {
    font-family: "宋体";
    color: #999;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.h_head .h_Main {
    padding-top: 32px;
    height: 117px;
}
.h_head .h_nav {
    height: 48px;
}
}
.h_head .h_nav li {
    float: left;
    height: 48px;
    color: #fff;
    background: url(../images/h_navbor.gif) no-repeat right center;
    position: relative;
}
.h_head .h_nav li a:hover, .h_head .h_nav li .cur{
    text-decoration: none;
    background: url(../images/h_navcur.gif) repeat-x center top;
    color: #005da2;
}

.pro {
    padding: 33px 0 0;
    height: 647px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}
.sid {
    display: block;
    
    overflow: hidden;
}
.fl {
    float: left;
}
.sid h2 {
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    text-align: center;
    background: url(../images/sidtit.gif) no-repeat left top;
}
.sidBx h3 a {
    display: block;
    padding-left: 27px;
    color: #424242;
    font-size: 14px;
    font-weight: normal;
    background: url(../images/sidh2.gif) no-repeat left -10px top;
    height: 36px;
}
a {
    color: #666;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
 
}
.proBx {
    display: block;
    padding: 22px 0 0;
    width: 740px;
    overflow: hidden;
}
.proBx li i {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #666;
    font-family: "宋体";
    font-style: normal;
}
.content, .footer {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
.h_head .h_nav li {
    float: left;
    height: 48px;
    color: #fff;
    background: url(../images/h_navbor.gif) no-repeat right center;
    position: relative;
}
.h_head .h_nav li span ul li a {
    display: inline-block;
    width: 85px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}
.h_head .h_nav li a {
    position: relative;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    font-family: "宋体";
    font-size: 14px;
    font-weight: bold;
}
.h_head .h_nav .n-list em.em1 {
    display: block;
    height: 16px;
    overflow: hidden;
    background: url(../images/listtop.gif) repeat-x center top;
}
.h_head .h_nav li a {
    position: relative;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    font-family: "宋体";
    font-size: 14px;
    font-weight: bold;
}
.h_head .h_nav {
    height: 48px;
}
.h_head .h_nav .n-list em.em2 {
    display: block;
    height: 16px;
    overflow: hidden;
    background: url(../images/listbtm.gif) repeat-x center top;
}
.h_head .h_Main {
    padding-top: 32px;
    height: 117px;
}
.fullSlide .bd li a {
    display: block;
   
}
a {
    color: #666;
    text-decoration: none;
}
.h_head .h_nav li span ul li {
    float: left;
    width: 85px;
    background: none;
    height: 30px;
    line-height: 30px;
}
.h_head .h_nav li span ul li a {
    display: inline-block;
    width: 85px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}
.h_head .h_nav li span {
    display: block;
    background: #006cbd;
    font-family: "Microsoft YaHei";
    line-height: 30px;
}
html[xmlns] .clearfix {
    display: block;
}
.clearfix {
    display: inline-block;
}
.h_head .h_nav li a {
    position: relative;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    padding: 0 31px;
    display: inline-block;
    text-align: center;
    font-family: "宋体";
    font-size: 14px;
    font-weight: bold;
}
.h_head .h_top a {
    padding: 0 10px;
    color: #999;
    font-family: "宋体";
    font-size: 12px;
}
p, p a {
  
    font-weight: normal;
    font-size: 14px;
}
a {
        text-decoration: none;
}
.h_head .h_Main .h_pho b {
    font-size: 22px;
    display: block;
    color: #000;
    font-family: "Microsoft YaHei";padding-top: 12px;
}
.h_head .h_Main .h_pho {
    color: #666;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    line-height: 20px;
    background: url(../images/h_pho.gif) no-repeat 75px 2px;
    padding-top: 18px;
    width: 200px;
    padding-bottom: 5px;
    text-align: right;
}
.h_head .h_Main .logo {
    padding: 0 12px 5px 0;
}
.Msearch {
    height: 46px;
    line-height: 46px;
    color: #666;
    font-size: 12px;
    font-family: "宋体";
    background: url(../images/sea.gif) repeat-x center top;
}
.sidBx h3.cur a, .sidBx h3 a:hover {
   
    color: #005da2;
}
.sidBx h3 a {
    display: block;
    padding-left: 27px;
    color: #424242;
    font-size: 14px;
    font-weight: normal;
  
    height: 36px;
}
.sidBx li a {
    display: block;
    padding-left: 15px;
    background: url(../images/sidico1.gif) no-repeat left 10px;
    color: #666;
    font-size: 14px;
}
.sidBx li a:hover {
    background: url(../images/sidico1cur.gif) no-repeat left 10px;
    color: #005da2;
}
.sidBx li a {
    display: block;
    padding-left: 15px;
    background: url(../images/sidico1.gif) no-repeat left 10px;
    color: #666;
    font-size: 14px;height: 28px;
}
.sidBx ul {
    padding: 0 0 7px 13px;
 
    overflow: hidden;
}
ol, ul {
    list-style: none;
}
sid h2 a {
    color: #fff;
    font-size: 16px;
}



.sidBx h3 {
    height: 41px;
    line-height: 33px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    
}
.sidBx {
    display: block;
    padding: 14px 13px 8px;
    border-left: 4px solid #006cbd;
    border-right: 4px solid #006cbd;padding-top: 5px;
    padding-left: 5px;
}
.sidOd em {
    display: block;
    font-style: normal;
    height: 63px;
    line-height: 63px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.sidOd p {
    display: block;
    overflow: hidden;
    background: url(../images/proad.gif) no-repeat left top;
    height: 145px;
}
.sidOd span {
    display: block;
    padding-top: 10px;
    color: #c2d2e8;
    font-size: 12px;
    text-align: center;
}
.sidOd span b {
    display: block;
    font-size: 24px;
    font-family: arial;
    color: #fff;
}
.proMain h2 {
    height: 51px;
    line-height: 51px;
    background: url(../images/protit.gif) no-repeat left top;
}
.proMain h2 .more {
    color: #a9a9a9;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding-right: 10px;
}
.pro {
    padding: 33px 0 0;
    height: 647px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}
.proBx li img {
    display: block;
    padding: 3px;
    width: 220px;
    height: 220px;
}
.proBx li {
    float: left;
    width: 245px;
    background: url(../images/proli.gif) no-repeat left top;
    height: 279px;
    overflow: hidden;
}
.proBx li i {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #666;
    font-family: "宋体";
    font-style: normal;
}
a {
    text-decoration: none;
}
.sid h2 a {
    color: #fff;
    font-size: 16px;
}
.proMain h2 .tit {
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}
.proMain {
    display: block;
    width: 719px;
    overflow: hidden;
}

.fullSlide .bd li {
    width: 100% !important;
    
    overflow: hidden;
    text-align: center;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0px;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#ccc;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#006cbd;
	filter:alpha(opacity=100);
	opacity:1;
}

.fullSlide {
    width: 100%;
    position: relative;
   
    height: 515px;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


.banner {
	
	position:relative;
	z-index:0;
	margin-top: -24px;
}



.fullSlide {
	width:100%;
	position:relative;
	background:#fff;
	height:515px;
}
.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:515px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:515px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0px;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#ccc;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#006cbd;
	filter:alpha(opacity=100);
	opacity:1;
}






























.leib {
    width: 201px;
}
.leib .tit {
    color: #fff;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    background: url(../images/tit1n.gif) no-repeat;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}
.leib .nr {
    border: 1px solid #dcdcdc;
    border-top: 0;
    background: #fff;
    padding: 4px 11px 8px;
    overflow: hidden;
}
.leib .nr h4 {
    margin-top: 10px;
    height: 41px;
    line-height: 33px;
}
h4 {
    font-size: 14px;
}
.leib .nr h4 a {
    display: block;
    padding-left: 27px;
    color: #424242;
    font-size: 14px;
    font-weight: normal;
    background: url(../images/sidh2.gif) no-repeat left top;
    height: 36px;
}


.leib .nr {
    border: 1px solid #dcdcdc;
    border-top: 0;
    background: #fff;
    padding: 4px 11px 8px;
    overflow: hidden;
}
.leib2 {
    width: 201px;
}
.mt10 {
    margin-top: 10px;
}
.leib2 .tit {
    color: #fff;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    background: url(../images/tit1n.gif) no-repeat;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}
.leftlx {
    background: #FFF;
    border: 1px solid #DFDFDF;
    border-bottom: none;
    border-top: none;
}
.leftlx .dianh {
    padding: 0 5px;
}
.leftlx {
    background: #FFF;
    border: 1px solid #DFDFDF;
    border-bottom: none;
    border-top: none;
}
.leftlx .dianhua {
    color: #666666;
    line-height: 20px;
    padding: 10px 2px;
}
.leftlx .dianh {
    padding: 0 5px;
}
.leftlx .dianhua span {
    display: block;
    font: 18px "Impact";
    color: #006cbd;
}
.leftlx p {
    line-height: 24px;    font-size: 1px;
}
p {
    word-spacing: -1.5px;
}
.leftbot {
    background: url(../images/left_bot_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.left {
    width: 201px;
    float: left;
    overflow: hidden;
}
.leftlx .dianh {
    padding: 0 5px;
}
.leib .nr {
    border: 1px solid #dcdcdc;
    border-top: 0;
    background: #fff;
    padding: 4px 11px 8px;
    overflow: hidden;
}
.leib .nr li.cur a {
    color: #006cbd;
}
.leib .nr li a {
    display: block;
    padding-left: 15px;
    background: url(../images/sidico1.gif) no-repeat left 10px;
    color: #666;
    font-size: 14px;
}
.leib .nr li a:hover {
    background: url(../images/sidico1cur.gif) no-repeat left 10px;
    color: #005da2;
}
.leib .nr li a {
    display: block;
    padding-left: 15px;
    background: url(../images/sidico1.gif) no-repeat left 10px;
    color: #666;
    font-size: 14px;
}
a:hover {
    text-decoration: underline;
}
.leib .nr ul {
    padding: 0 15px;
    display: block;
}
.leib .nr li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    vertical-align: middle;
}

















.right {
    width: 754px;
    float: left;
    display: inline;
    margin-left: 5px;
    overflow: hidden;
}
.righttop {
    background: url(../images/right_top_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
}
.righttop {
    background: url(../images/right_top_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
}
.mb10 {
    margin-bottom: 10px;
}
.rightbot {
    background: url(../images/right_bot_img.gif) no-repeat;
    height: 3px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.right_main {
    
    border: solid 1px #d5d5d5;
    border-top: 0;
  
    padding-bottom: 15px;
    overflow: hidden;
}

.agent_con {
    width: 710px;
    padding-top: 10px;
    line-height: 24px;
    margin-left: 19px;
}
.agent_con .age_li_about {
    padding-left: 10px;
}
.plc span {
    color: #006cbd;
    font-weight: bold;
    font-size: 14px;
}
.plc {
    background-color: #fff;
    height: 35px;
    line-height: 35px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 0 10px;
    position: relative;
    color: #666;
    overflow: hidden;
}

.right_main {
    
    border: solid 1px #d5d5d5;
    border-top: 0;
  
    padding-bottom: 15px;
    overflow: hidden;
}
.agent_con {
    width: 710px;
    line-height: 24px;
    margin-left: 8px;
}
.agent_con .age_li_about p {
    white-space: normal;
    letter-spacing: normal;
    word-spacing: 10px;
}
#cntrBody p, .proinfo p, .age_li_about p {
    margin: 15px 0;
}
.button{ display: inline-block;display: inline; vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-align: center; text-decoration: none; width:100px; border:0px; height:30px;}

.button:hover { text-decoration: none; color:#fff; }

.button:active { position: relative; top: 1px;}

.orange{ color: #fef4e9; background: #1c89ca;}

.orange:hover { background: #1c89ca;}

.orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top,  #f47a20,  #faa51a);}

input.input-text,input.input-file,input.code,textarea { padding: 4px; font-size: 15px; outline: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border: 1px solid #ccc; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; background:#fff url(../images/dt-10.gif) repeat-x left top; }

input.input-text:focus,input.input-file:focus,input.code:focus{ border: 1px solid #8a8b8b; -webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff;}

.tab_1 input{ border:1px solid #ccc; height:25px; line-height:25px; margin-right:10px; }
.tab_lt { text-align:right; font-size:14px;}
.tab_1 .span_1 { color:#F00;}
.tab_1 .b17, .tab_1 .b18{ margin-left:0; margin-top:10px; padding:0; border:none;}
.tab_1 { line-height:35px; margin:10px 0 0 40px;}
.tab_bz { vertical-align:top;}
.tab_1 input{ border:1px solid #ccc; height:25px; line-height:25px; margin-right:10px; margin-bottom:15px; margin-top:13px;}
.tab_lt { text-align:right; font-size:14px;}
.tab_1 .span_1 { color:#F00;}
.tab_1 .b17, .tab_1 .b18{ margin-left:0; margin-top:10px; padding:0; border:none;}
.tab_1 { line-height:35px; margin:10px 0 0 40px;}
.tab_bz { vertical-align:top;}
.red_x { color:#DD3904; display:inline; font-family:"微软雅黑", "Microsoft Yahei"; font-size:12px;}

.digg4{ padding:3px; margin:3px; text-align:center;  font-size: 12px; margin-top:20px; }

.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}

.digg4 .disabledfy{ font-family: Tahoma, Verdana;}
.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}

.metpager_8 a:hover { border:1px solid #a0a0a0; }

.metpager_8 a:hover { border:1px solid #a0a0a0; }

.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}

.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}


.xz-common-oh {
    overflow: hidden;
}
.xz-common-page-list ul li {
    float: left;
    background: #EEE;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    width: 100%;
    text-indent: 5px;
    margin-bottom: 5px;
}
.xz-common-page-list ul li a {
    display: block;
}
.xz-common-page-pro li a {
    display: block;
    background: #FAFAFA;
    border: 1px solid #CDCDCD;
}
.mainContect a {
    color: #666666;
    font-size: 13px;
}
.xz-common-page-list ul li {
    float: left;
    background: #EEE;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    width: 100%;
    text-indent: 5px;
    margin-bottom: 5px;
}
.xz-common-page-pro li {
    float: left;
    margin-right: 27px;
    margin-bottom: 27px;
}
.xz-common-page-list-data {
    margin-right: 10px;
}
.xz-common-fr {
    float: right;
}
.xz-common-page-list ul li a:hover {
    background: #006cbd;
    color: #FFF;
}
.xz-common-page-pro li a {
    display: block;
    background: #FAFAFA;
    border: 1px solid #CDCDCD;
}



.probigshow {
    position: relative;
    width: 350px;
    padding: 1px;
    border: 1px solid #ddd;
    margin-left: 20px;
}
.propar h4 {
    color: #333;
    line-height: 28px;
    padding: 0 8px;
    border-bottom: 1px dashed #ccc;
}
.proviewbox {
    float: left;
    width: 405px;
    position: relative;
    z-index: 5;
}
.pright {
    width: 320px;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    margin-top: -250px;
}
.propar h4 {
    color: #333;
    line-height: 28px;
    padding: 0 8px;
    border-bottom: 1px dashed #ccc;
}
h4 {
    font-size: 14px;
}
.propar div, .proshop div {
    padding: 5px;
    padding-bottom: 0;
    line-height: 22px;
}
.propar div, .proshop div {
    padding: 5px;
    padding-bottom: 0;
    line-height: 22px;
}
.propar div, .proshop div {
    padding: 5px;
    padding-bottom: 0;
    line-height: 22px;
}
.propar div, .proshop div {
    padding: 5px;
    padding-bottom: 0;
    line-height: 22px;
}
.proinfo {
    line-height: 25px;
    margin-left: 10px;
    font-size: 14px;
    margin-right: 10px;
}
.fenlei {
    background: url(../images/fenlei_line.gif) repeat-x top;
    position: relative;
    padding-top: 10px;
    clear: both;
    margin-top: 35px;
}
.pro .pro_r {
    width: 760px;
    overflow: hidden;
    float: right;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.propar div, .proshop div {
    padding: 5px;
    padding-bottom: 0;
    line-height: 22px;
}
.propar div span {
    font-weight: bold;
}
.fenlei .tit a:hover span, .fenlei .tit .cur span {
    background-position: right -25px;
    padding-top: 6px;
}
.fenlei .tit a span {
    background: url(../images/pro_fenlei_span.gif) no-repeat right top;
    height: 25px;
    float: left;
    padding: 7px 20px 0 15px;
}
.pright {
    width: 320px;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    margin-top: -250px; float:right;
}
.fenlei .tit {
    padding-bottom: 4px;
    _padding-bottom: 2px;
    position: absolute;
    top: -25px;
}
.font_hotline {
    font-size: 22px;
    font-weight: bold;
    color: #156abf;
}
.propar h4 {
    color: #333;
    line-height: 28px;
    padding: 0 8px;
    border-bottom: 1px dashed #ccc;
}
.gduo {
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    overflow: hidden;
    margin: 15px 0px;
   
}
.gduo span {
    float: right;
    overflow: hidden;
    height: 30px;
    display: block;
    width: 340px;
}
.gduo a {
    font-weight: bold;
}
.info_con_tit .n_tit {
    text-align: center;
    color: #BCBBBB;
}
.n_info_con h1 {
    color: #e83437;
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    text-shadow: 1px 1px 2px;
}
.n_info_con {
    padding: 10px 15px 0 10px;
    overflow: hidden;
}
.n_info_con h1 {
    color: #156abf;
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    text-shadow: 1px 1px 2px;
}
.info_con_tit .n_tit {
    text-align: center;
    color: #BCBBBB;
}
.gray28 {
    LINE-HEIGHT: 28px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #323232;
    TEXT-DECORATION: none;
}