@charset "utf-8";
/* CSS Document */


@import url(nav.css);
@import url(proshow.css); /* FrontProducts_detail02-d1_c1 */
@import url(add.css);

/* 复位样式 （yui 3.1.1 reset-min.css） */
html {
	color: #000;
	background: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	*border-spacing:expression(this.cellSpacing="0px");
}
.qc {
	clear: both;
	float: none;
}

fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q: before,q: after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select {
	*font-size: 100%;
}
legend {
	color: #000;
}

/* global style（全局）*/
a:link,
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover,
a:active {
	color: #FFBC4D;
}

.graylink a:link,
.graylink a:visited {
	color: #333;
	text-decoration: none;
}
.graylink a:hover,
.graylink a:active {
	color: #DE8F0E;
}

.whitelink a:link,
.whitelink a:visited {
	color: #ECECEC;
	text-decoration: none;
}
.whitelink a:hover,
.whitelink a:active {
	color: #CCCC66;
}

.orangelink a:link,
.orangelink a:visited {
	color: #FF9900;
	text-decoration: none;
}
.orangelink a:hover,
.orangelink a:active {
	color: #FF6633;
}

.yellowlink a:link,
.yellowlink a:visited {
	color: #FFCC00;
	text-decoration: none;
}
.yellowlink a:hover,
.yellowlink a:active {
	color: #FF6633;
}

.lightbluelink a:link,
.lightbluelink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.lightbluelink a:hover,
.lightbluelink a:active {
	color: #F7A700;
}

.dbluelink a:link,
.dbluelink a:visited {
	color: #303046;
	text-decoration: none;
}
.dbluelink a:hover,
.dbluelink a:active {
	color: #F7A700;
}

.clr {clear: both;}
.mgnt2 {margin-top: 2px;}
.mgnb18 {margin-bottom: 18px;}
.pagt2 {padding-top: 2px;}
.noDis {display: none;}
.nbg { background: none;}

/* widgets style（版块） */
body {
	background: #EEEEEE;
	font-size: 12px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	text-align: left;
}

#wrapperIndex {
	width: 998px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	width: 998px;
	height: 140px;
	background: url(images/header.png) no-repeat;
	margin: 0 auto;
	position: relative;
	z-index: 100; /* ie67下，下拉菜单被下面的JS动画挡住，父元素要设z-index */
}
#header .logo{
	width: 212px;
	height: 40px;
	position: absolute;
	left: 20px;
	top: 23px;
}
#header .cname{
	color: #fff;
	font-size: 28px;
	position: absolute;
	left: 176px;
	top: 14px;
	display: none;
}
#header .cdes {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 60px;
	left: 176px;
	display: none;
}
.toptel {
	position: absolute;
	right: 125px;
	top: 45px;
}
.toptel .telimg {
	padding-right: 10px;
}
.toptel .telnumber {
	font-size: 21px;
	font-family: Arial;
	color: #F1A400;
}
#topright {
	position: absolute;
	right: 115px;
	top: 11px;
}
#tel {
	position: absolute;
	right: 60px;
	top: 40px;
}
#topright li {
	float: left;
	margin-right: 12px;
	height: 16px;
}

#containerIndexWrap {
	clear: both;
	width: 998px; /* width: 100%; */
	margin: 0 auto;
}

#indexLeft {
	width: 260px;
	float: left;
}

#carousel { /* carousel */
	width: 974px;
	height: 238px;
	margin: 0 auto;
	width: 694px;
	float: right;
	margin-right: 0px;
}
#carousel .slideBox {
	width: 974px;
	width: 694px;
	height: 238px;
	overflow: hidden;
	position: relative;
}
#carousel .slideBox .hd {
	height: 8px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 1;
}
#carousel .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
#carousel .slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 8px;
	height: 8px;
	line-height: 8px;
	text-align: center;
	background: url(images/ui_sprites.png) no-repeat -83px -129px;
	_background: url(images/c/ie6/ui_sprites.gif) no-repeat -83px -129px;
	cursor: pointer;
	text-indent: -5000px;
}
#carousel .slideBox .hd ul li.on {
	background: url(images/ui_sprites.png) no-repeat -83px -109px;
	_background: url(images/c/ie6/ui_sprites.gif) no-repeat -83px -109px;
}
#carousel .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
#carousel .slideBox .bd img {
	width: 974px;
	width: 694px;
	height: 238px;
}

#indexcolumn {
	clear: both;
	width: 974px;
	float: none;

	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#ileft {
	width: 260px;
	float: left;
}
.box_indexbox {
	height: 157px;
	height: 87px;
	height: 109px;
	background: url(images/indexbox1.png) no-repeat;
	background: url(images/indexbox1t.png) no-repeat;
}
.box_indexboxPrice {
	height: 187px;
	background: url(images/box_indexboxPrice.png) no-repeat;
}
.box_indexbox dt {
	height: 36px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-indent: 12px;
}
.box_indexbox dd {
	width: 230px;
	height: 120px;
	height: 50px;
	margin: 22px auto 0 auto;
	margin: 11px auto 0 auto;
}
.box_indexbox .ticket {
	width: 164px;
	padding-top: 12px;
}
.box_indexbox .ticket input {
	width: 230px;
	*width: 220px;
	width: 154px;
	*width: 144px;
	height: 28px;
	height: 24px;
	line-height: 28px;
	color: #999;
	text-indent: 8px;
}
.ticket668 input {
	height: 34px;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-right: 3px;
	border-radius: 3px;
	color: #666666;
	padding-left: 5px;
}
.h_banner {
	clear: both;
	float: none;
	height: 238px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
.box_indexbox .v_submit {
	margin-top: 15px;
	position: relative;
}
.box_indexbox .v_submit .vcode {
	cursor: pointer;
	position: relative;
	top: 4px;
	left: 14px;
	display: none;
}
#ImageButton1 {
	/*position: relative;
	top: 6px;
	left: 30px;
	left: 178px;*/
	position: absolute;
	right: 2px;
	top: -42px;
	top: -40px;
}
#TextBox2 {
	width: 76px;
	*position: relative;
	*left: 9px;
	display: none;
}

#isearch {
	position: relative;
	margin-top: 21px;
}
#isearch .keyword {
	*position: relative;
	*top: -20px;
}
#isearch .keyword  span{
	display: none;
}
#isearch .keyword  .input{
	width: 230px;
	height: 28px;
	line-height: 28px;
	color: #999;
	text-indent: 8px;
	width: 154px;
}
#isearch .category span{
	display: none;
}
#isearch .horizontal {
	padding-top: 12px;
}
#isearch .search .btn,
#isearch .search1  input{
	width: 52px;
	height: 24px;
	border: none;
	background: url(images/btn_search.png) no-repeat;
	position: absolute;
	right: 16px;
	top: 106px;
	top: 50px;
	top: 62px;
	z-index: 11;
	text-indent: -5000px;
	cursor: pointer;
}


#isearchp {
	height: 157px;
	position: relative;
	margin-top: 21px;
	margin-bottom: 5px;
}
#isearchp .keyword {
	*position: relative;
	*top: -20px;
}
#isearchp .province {
	position: absolute;
	top: 56px;
	left: 18px;
}
#isearchp .city {
	position: absolute;
	top: 104px;
	left: 18px;
}
#isearchp .keyword  span{
	display: none;
}
#isearchp .keyword  .input{
	width: 230px;
	height: 28px;
	line-height: 28px;
	color: #999;
	text-indent: 8px;
	width: 154px;
	border: 0;
	background: none;
}

#isearchp .category span{
	display: none;
}
#isearchp .search .btn,
#isearchp .search1  input{
	width: 52px;
	height: 24px;
	border: none;
	background: url(images/btn_search.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 88px;
	z-index: 11;
	text-indent: -5000px;
	cursor: pointer;
}

a.order {
	display: block;
	height: 51px;
	margin-top: 20px;
	background: url(images/order.png) no-repeat;
	text-indent: -5000px;
	margin-bottom: 5px;
}
a.order:hover {
	background: url(images/order_over.png) no-repeat;
}

.box_indexbox2 {
	margin-top: 17px;
	height: 198px;
	background: url(images/indexbox2.png) no-repeat;
}
.box_indexbox2 dt {
	height: 36px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-indent: 12px;
}
.box_indexbox2 dd {
	width: 230px;
	height: 160px;
	margin: 22px auto 0 auto;
}

#news {
	overflow: hidden;
	height: 246px;
	margin-top: 20px;
}
#news dt  {
	height: 36px;
}
#news dt li{
	width: 130px;
	height: 36px;
	line-height: 32px;
	*line-height: 22px;
	*overflow: hidden;
	float: left;
	background: url(images/ui_sprites.png) no-repeat -20px -1287px;
	font-size: 14px;
	text-align: center;
}
#news dt li a {
	color: #FFFFFF;
}
#news dt li.on{
	background: url(images/ui_sprites.png) no-repeat -150px -1287px;
}
#news dt li.on a:link,
#news dt li.on a:visited{
	color: #303046;
}
#news dt li.on a:hover,
#news dt li.on a:active{
	color: #f90;
}
#news dd {
	padding-top: 17px;
	*padding-top: 2px;
	line-height: 2.2;
	*line-height: 1.0;
	overflow: hidden;
}

a.service {
	clear: both;
	display: block;
	width: 210px;
	height: 60px;
	margin: 0 auto 17px auto;
	*margin: 15px auto 17px auto;
	text-indent: -5000px;
}
a.sqq{
	background: url(images/sqq.png) no-repeat;
}
a.sqq:hover{
	background: url(images/sqq_on.png) no-repeat;
}
a.s400 {
	background: url(images/s400.png) no-repeat;
}
a.s400:hover {
	background: url(images/s400_on.png) no-repeat;
}
a.sww {
	background: url(images/sww.png) no-repeat;
}
a.sww:hover {
	background: url(images/sww_on.png) no-repeat;
}

#iright {
	width: 694px;
	float: right;
	margin-top: 20px;
	margin-bottom: -30px;
}

#msearch {
	height: 38px;
	line-height: 36px;
	background: url(images/msearch.png) no-repeat;
	overflow: hidden;
	text-indent: 12px;
}
#msearch dt{
	width: 472px;
	float: left;
}
#msearch dt .hkey,
#msearch dt .hkey li {
	display: inline;
}
#msearch dt .hkey li {
	padding-right: 13px;
	*padding-right: 10px;
}
#msearch dd{
	width: 198px;
	float: right;
	position: relative;
}
#msearch .keyword  span{
	display: none;
}
#msearch .keyword  .input{
	width: 135px;
	height: 20px;
	border: none;
	background: none;
	position: absolute;
	right: 45px;
	top: 8px;
	top: 9px\9;
	*top: 12px;
	color: #999;
}
#msearch .category span{
	display: none;
}
#msearch .search .btn,
#msearch .search1  input{
	width: 16px;
	height: 19px;
	border: none;
	background: none;
	position: absolute;
	right: 25px;
	top: 9px;
	z-index: 11;
	text-indent: -5000px;
	cursor: pointer;
}
 
.box_bs {
	clear: both;
	margin-bottom: 20px;
}
.box_bs dt {
	font-size: 15px;
	color: #303046;
	height: 30px;
	line-height: 30px;
	text-indent: 5px;
}

#bs_area {
	padding-top: 20px;
	padding-top: 0;
	position: relative;
}
#bs_area dd {
	padding: 10px 0 0 0;
}
#bs_area dd .first li {
	width: 118px;
	float: left;
	margin-right: 45px;
}

#bs_prt {
	padding-top: 20px;
	*padding-top: 5px;
}
#bs_prt dd .first li {/* 运输产品 */
	width: 162px;
	height: 56px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}
#bs_prt dd .first li dt {
	width: 62px;
	height: 56px;
	float: left;
	text-indent: 0;
}
#bs_prt dd .first li dt img {
	width: 62px;
	height: 56px;
}
#bs_prt dd .first li dd {
	width: 96px;
	height: 46px;
	padding-top: 10px;
	float: left;
	line-height: 1.2;
}
#bs_prt dd .first li dd  em{
	font-size: 13px;
}
#bs_prt dd .first li dd p.des {
	color: #666;
	padding-top: 5px;
}

#bs_increment {
	padding-top: 10px;
	*padding-top: 1px;
}
#bs_increment dt .more a:link,
#bs_increment dt .more a:visited{
	font-size: 12px;
	color: #999;
}
#bs_increment dt .more a:hover,
#bs_increment dt .more a:active{
	color: #f90;
}
#bs_increment dd .first li {/* 增值服务 */
	width: 162px;
	height: 62px;
	float: left;
	margin: 0 5px 18px 0;
	overflow: hidden;
}
#bs_increment dd .first li dt {
	width: 62px;
	height: 62px;
	float: left;
	text-indent: 0;
}
#bs_increment dd .first li dt img {
	width: 62px;
	height: 56px;
	position: relative;
	top: 7px;
}
#bs_increment dd .first li dd {
	width: 96px;
	height: 52px;
	padding-top: 10px;
	float: left;
	line-height: 1.2;
}
#bs_increment dd .first li dd  em{
	font-size: 13px;
}
#bs_increment dd .first li dd p.des {
	color: #666;
	padding-top: 5px;
}

#bs_reason6 {/* 6大理由 */
	padding-top: 1px;
}
#bs_reason6 dd {
	padding-top: 15px;
}
#bs_reason6  dd .first li {
	width: 297px;
	height: 55px;
	line-height: 55px;
	margin: 0 24px 20px 0;
	float: left;
	background: url(images/reason.png) no-repeat right top;
}
#bs_reason6  dd .first li .left {
	width: 68px;
	height: 55px;
	float: left;
}
#bs_reason6  dd .first li .right {
	width: 226px;
	height: 55px;
	float: right;
}

#bs_reason6  dd .first li .right em {
	font-size: 16px;
	color: #3B3C51;
	/*padding: 0 32px 0 12px;*/
	display: block;
	width: 80px;
	width: 75px;
	float: left;
	text-indent: 13px;
}
#bs_reason6  dd .first li .right p.des {
	color: #303046;
	font-size: 12px;
	width: 132px;
	width: 136px;
	float: left;
}
#bs_reason6  dd .first li .right2 p.des {
	line-height: 20px;
	line-height: 40px;
	padding-top: 7px;
}

#pay dd { /* 付款方式 */
	padding-top: 15px;
}
#Self_s {
	height: auto;
	padding-bottom: 20px;
}
#Self_s dd { /* 自助服务 */
	padding-top: 12px;
}
#Self_s .Self_w {
	width: 165px;
	float: left;
	width: 230px;
}
#Self_s .Self_w  h2{
	font-size: 13px;
	background: url(images/ui_sprites.png) no-repeat -138px -1421px;
}
#Self_s .Self_w  li{
	*height: 22px;
	*line-height: 22px;
	*overflow: hidden;
}
#Self_s .last  h2{
	background: none;
}
#Self_s .Self_c  {
	padding-top: 10px;
}
#Self_s .Self_c  h3{
	font-size: 12px;
	line-height: 1.8;
}

#feedbkw { /* 在线留言 */
	position: relative;
}
#feedbkw dd #feedbk {
	height: 152px;
	height: 302px;
	margin-top: 10px;
}
#feedbkw .fcontent {
	height: 104px;
}
#feedbkw .btn-com-01 {
	width: 90px;
	height: 32px;
	background: url(images/btn_send.png) no-repeat;
	xposition: absolute;
	right: 0;
	top: 110px;
	border: 0;
	text-indent: -5000px;
	cursor: pointer;
}
#feedbkw .btn-login {
	width: 90px;
	height: 32px;
	background: url(images/btn_login.png) no-repeat;
	position: absolute;
	right: 110px;
	top: 110px;
	border: 0;
	text-indent: -5000px;
	cursor: pointer;
}
#feedbkw .ishare {
	position: absolute;
	right: 230px;
	bottom: 0;
}

#footerWrap {
	clear: both;
	width: 998px;
	height: 131px;
	height: 151px;
	margin: 20px auto 0 auto;
	_margin: 0px auto 0 auto;
	color: #fff;
	background: url(images/footerWrap.png) no-repeat;
	position: relative;
}

#footer {
	padding-right: 110px;
	height: 131px;
	height: 151px;
	text-align: right;
	line-height: 1.6;
}
#frlink {
	width: 590px;
	margin-top: 10px;
	float: right;
}
#frlink dt ,#frlink dd,#frlink ul,#frlink li,#frlink h4,#frlink div{
	display: inline;
}
#frlink li {
	padding-left: 10px;
}

#footmenu {
	width: 590px;
	float: right;
	margin-top: 10px;
}
#footmenu ul,#footmenu li {
	display: inline
}
#footmenu li a {
	padding-right: 10px;
}

#copy {
	position: absolute;
	bottom: 20px;
	bottom: 40px;
	right: 100px;
}
#footer .cnzz {
	display: inline;
	position: relative;
	top: 5px;
}

.gotop {
	display: block;
	position: fixed;
	_position: absolute;
	bottom: 100px;
	right: 50px;
	width: 34px;
	height: 105px;
	display: none;
	background: url(images/gotop.png) no-repeat;
	text-indent: -5000px;
}
.gotop:hover {
	background: url(images/gotop_on.png) no-repeat;
}

/* 内页 */

#wrapper {
	width: 100%;
}

#containerWrap {
	clear: both;
	width: 998px;
	position: relative;
	margin: 0 auto;
}
.box_container { /* box_container */
	width: 974px;
	padding: 0 12px;
	float: left;
	background: #fff;
}
.box_container .box_body {
	line-height: 1.8;
}

#carouseli {
	height: 238px;
	overflow: hidden;
}
#carouseli .banner {
	width: 974px;
	margin: 0 auto;
}
#carouseli img {
	width: 974px;
	height: 238px;
}

#contentWrap {
	clear: both;
	width: 974px;
	margin: 15px auto 0 auto;
}

#sidebar {
	width: 260px;
	float: left;
}
#proCls {  /* proCls */
	margin-bottom: 18px;
}
.box_proCls { /* box_proCls */
	position: relative;
	padding-bottom: 1px;
}
.box_proCls .box_header {
	height: 42px;
	line-height: 2.3;
	overflow: hidden;
	padding-right: 5px;
}
.box_proCls .box_header  .box_title {
	display: block;
	height: 42px;
	/*text-indent: 25px;*/
	text-align: center;
}
.box_proCls .box_header .box_title em,
.box_proCls .box_header .box_title strong {
	font-size: 14px;
	color: #FFF;
}
.box_proCls .box_body {
	float: none;
	min-width: 260px;
}

#proClscnt li{
	height: 100%;
	font-size: 13px;
	text-align: center;
	margin-bottom: 1px;
}
#proClscnt li a {
	display: block;
	height: 36px;
	line-height: 36px;
}
#proClscnt li a:link,
#proClscnt li a:visited {
	color: #393D54;
	background: url(images/ui_sprites.png) no-repeat -19px -1500px;
}
#proClscnt li a:hover,
#proClscnt li a:active {
	color: #5B6288;
	background: url(images/ui_sprites.png) no-repeat -19px -1558px;
}
#proClscnt li a.current{
	color: #5B6288;
	background: url(images/ui_sprites.png) no-repeat -19px -1558px;
}
#proClscnt li.prc2 a:link,
#proClscnt li.prc2 a:visited {
	color: #393D54;
	background: url(images/ui_sprites.png) no-repeat -19px -1616px;
}
#proClscnt li.prc2 a:hover,
#proClscnt li.prc2 a:active {
	color: #5B6288;
	background: url(images/ui_sprites.png) no-repeat -19px -1671px;
}
#proClscnt li.prc2 a.current{
	color: #5B6288;
	background: url(images/ui_sprites.png) no-repeat -19px -1671px;
}
#proClscnt li.prc3 a:link,
#proClscnt li.prc3 a:visited {
	color: #393D54;
	background: url(images/ui_sprites.png) no-repeat -19px -1726px;
}
#proClscnt li.prc3 a:hover,
#proClscnt li.prc3 a:active {
	color: #5B6288;
	background: url(images/ui_sprites.png) no-repeat -19px -1780px;
}
#proClscnt li.prc3 a.current{
	color: #5B6288;
	background: url(images/ui_sprites.png) no-repeat -19px -1780px;
}
#proClscnt .menu-second {
	height: 100%;
	margin: 15px 0;
}
#proClscnt .menu-second  li{
	font-weight: normal;
	font-size: 13px;
	text-indent: 92px;
	text-align: left;
}
#proClscnt .menu-second li a {
	display: block;
	height: 28px;
	line-height: 28px;
}
#proClscnt .menu-second li a:link,
#proClscnt .menu-second li a:visited {
	color: #333;
	background: url(images/ui_sprites.png) no-repeat -196px -1845px;
}
#proClscnt .menu-second li a:hover,
#proClscnt .menu-second li a:active {
	color: #DA241B;
	background: url(images/ui_sprites.png) no-repeat -196px -1892px;
}
#proClscnt .menu-second li a.current{
	color: #DA241B;
	background: url(images/ui_sprites.png) no-repeat -196px -1892px;
}

.sbcommon li{
	height: 100%;
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
	text-indent: -20px;
}
.sbcommon li a {
	display: block;
	height: 36px;
	line-height: 36px;
}
.sbcommon li a:link,
.sbcommon li a:visited {
	color: #fff;
	background: url(images/ui_sprites.png) no-repeat -19px -1956px;
	background: url(images/ui_sprites.png) no-repeat -19px -1052px;
}
.sbcommon li a:hover,
.sbcommon li a:active {
	color: #393D54;
	background: url(images/ui_sprites.png) no-repeat -19px -1500px;
	background: url(images/ui_sprites.png) no-repeat -19px -987px;
}
.sbcommon li a.current{
	color: #393D54;
	background: url(images/ui_sprites.png) no-repeat -19px -1500px;
	background: url(images/ui_sprites.png) no-repeat -19px -929px;
}

.sbcommon .menu-second {
	height: 100%;
	margin: 15px 0;
}
.sbcommon .menu-second  li{
	font-weight: normal;
	font-size: 13px;
	text-indent: 92px;
	text-align: left;
}
.sbcommon .menu-second li a {
	display: block;
	height: 28px;
	line-height: 28px;
}
.sbcommon .menu-second li a:link,
.sbcommon .menu-second li a:visited {
	color: #333;
	background: url(images/ui_sprites.png) no-repeat -196px -1845px;
}
.sbcommon .menu-second li a:hover,
.sbcommon .menu-second li a:active {
	color: #DA241B;
	background: url(images/ui_sprites.png) no-repeat -196px -1892px;
}
.sbcommon .menu-second li a.current{
	color: #DA241B;
	background: url(images/ui_sprites.png) no-repeat -196px -1892px;
}

#rightc { /* rightc */
	width: 694px;
	float: right;
	margin-bottom: 20px;
}

.box_rightc { /* box_rightc */
	float: left;
	position: relative;
	padding-bottom: 5px;
	width: 694px;
}
.box_rightc .box_header {
	height: 96px;
	line-height: 2.2;
	overflow: hidden;
	position: relative;
}
.box_rightc .box_header  .box_title {
	display: block;
	height: 96px;
	*width: 694px;
	_width: auto;
}
.box_rightc .sitelocation {
	height: 42px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}
.box_rightc .sitelocation a {
	color: #333333;
}
.box_rightc .sitelocation span {
	float: left;
	border-bottom-style: none;
	display: block;
	font-size: 14px;
	padding-top: 8px;
}
.box_rightc .sitelocation div {
	float: right;
	margin-top: 10px;
}
.box_rightc .box_header .box_title em,
.box_rightc .box_header .box_title strong {
	display: block;
	font-size: 14px;
	color: #303046;
	text-indent: 8px;
	border-bottom: 1px #D0D0D2 solid;
	height: 36px;
}
.box_rightc .box_header .box_title .location {
	line-height: 1.0;
	_line-height: 1.2;
	position: absolute;
	top: 71px;
	right: 10px;
	color: #535353;
	text-align: right;
	width: 580px;
	height: 14px;
	overflow: hidden;
}
.box_rightc .box_body {
	float: left;
	color: #333;
	min-width: 694px;
	_width: 694px;
	/*min-height: 840px;*/
	/*_height: 840px;*/
	line-height: 1.8;
}
 
#bs_area .etext {
	position: absolute;
	font-size: 16px;
	right: 50px;
	top: 47px;
}
#bs_area .etext em{
	color: #f00;
}
#bs_areat { /* 运输范围 */
	clear: both;
	padding-top: 10px;
	*width: 694px;
	height: 560px;
	background: url(images/bs_areat.png) no-repeat left bottom;
}
#bs_areat li {
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	margin-bottom: 12px;
	text-indent: 60px;
}

#commonCls,
#newsCls {
	margin-bottom: 18px;
}

#commoncnt,
#newsccnt,
#newsshowcnt,
#productcnt,
#proshowcnt {
	padding-top: 15px;
}



#box_productcnt{
	
	width:auto;
	margin:0;
}


#productcnt{
	padding-top: 15px;
}
#proshowcnt {
	padding-top: 1px;
}

#productcnt .pgb0 {
	padding: 0;
}

#prolist  li.content {
	margin-bottom: 15px;
}
#prolist .pro-module .code {
	text-indent: 20px;
	background: url(images/ui_sprites.png) no-repeat -275px -126px;
}
#prolist .pro-module .code  h1 span {
	display: none;
}
#prolist .pro-module .introduction {
	color: #666;
	padding-top: 15px;
	text-indent: 24px;
}

#Paging { /* Paging */
	clear: both;
	padding-right: 10px;
}
.pageJump {
	padding-top: 6px;
	text-align: center;
	line-height: 1.6;
	clear: both;
	margin-right: 20px;
}
.pageJump .totalcount {
	float: left;
	width: 160px;
}
.pageJump .amount {
	float: left;
	width: 115px;
	display: none;
}
.pageJump .amount .num {
	float: left;
}
.pageJump .amount a:link,
.pageJump .amount a:visited {
	color: #333;
	font-size: 12px;
}
.pageJump .amount a:hover,
.pageJump .amount a:active {
	color: #FFA611;
}

.pageJump .amount .currentpagepizespan {
	display: block;
	float: left;
	width: 14px;
	padding: 0 3px;
	/*background: url(/Templat/Templates/images/ui_sprites.png) repeat-x -72px -116px;
	border: 1px #34A7DB solid;
	*/
}
.pageJump .amount .otherpagepizespan {
	display: block;
	float: left;
	width: 14px;
	padding: 0 3px;
	/*background: url(/Templat/Templates/images/ui_sprites.png) repeat-x -72px -116px;
	margin-left: 2px;
	border: 1px #F7F7F7 solid;
	*/
}
.pageJump .jump {
	position: relative;
	top: -3px;
	float: right;
	width: 100px;
}
.pageJump .jump .textInput {
	width: 25px;
}
.pageJump .number {
	float: right;
}
.pageJump .number span,
.pageJump .number a{
	float: left;
	display: block;
	margin-right: 2px;
	/*background: url(/Templat/Templates/images/ui_sprites.png) repeat-x -72px -116px;*/
	padding: 0 5px;
}
.pageJump .number a:link,
.pageJump .number a:visited {
	color: #333;
}
.pageJump .number a:hover,
.pageJump .number a:active {
	color: #DE8F24;
}
.pageJump .total {
	float: left;
	margin-left: 5px;
}

#newsclist {
	padding-bottom: 13px;
	width: auto; /* 设一个 */
}
#newsccnt .newslist-01  li.content{
	border-bottom: 1px #DBDBDB solid;
	padding: 10px 0;
}
#newsccnt .newslist-01 .newstitle {
	position: relative;
	padding-bottom: 6px;
}
#newsccnt .newslist-01 .newstitle .title{
	text-indent: 13px;
	background: url(images/ui_sprites.png) no-repeat -275px -126px;
	line-height: 2.0;
	*position: relative;
	*top: -14px;
	_top: 0px;
}

#newsccnt .newslist-01 .newstitle .date{
	display: inline;
	position: absolute;
	top: 0;
	right: 30px;
	color: #838383;
	*top: 2px;
}
#newsccnt .newslist-01 .newslist {
	width: 530px;
	padding-bottom: 2px;
}
#newsccnt .newslist-01 .newslist .summary {
	color: #838383;
	/*text-indent: 24px;*/
	*position: relative;
	*top: -4px;
}
#newsccnt .newslist-01 .newslist .summary h3 {
	display: none;
}


#newsshowcnt .FrontNews_detail01-d1_c1  h2{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 10px;
}
#newsshowcnt .FrontNews_detail01-d1_c1 .message {
	padding-bottom: 10px;
	border-bottom: 1px #666666 dashed;
	text-align: center;
	margin-right: 12px;
}
#newsshowcnt .FrontNews_detail01-d1_c1 .message .author {
	/* display: none; */
}
#newsshowcnt .FrontNews_detail01-d1_c1 .message .source {
	/* display: none; */
}
#newsshowcnt .FrontNews_detail01-d1_c1 .message .date {
	text-align: center;
}
#newsshowcnt .FrontNews_detail01-d1_c1 #infoContent {
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 20px;
}
#newsshowcnt .FrontNews_detail01-d1_c1 .other {
	color: #656261;
	margin-top: 20px;
}
#newsshowcnt .FrontNews_detail01-d1_c1 .other .typename {

}
#newsshowcnt .FrontNews_detail01-d1_c1 .other .typename strong{
	font-weight:  bold;
}
#newsshowcnt .FrontNews_detail01-d1_c1 .other  .keyword {

}

#box_feedbk {
	margin-top: -40px;
}
#box_feedbk .FrontMessages_emit01-d1_c1 {
	width: 99%;
}

#box_left {
	width: 180px;
	float: left;
}
#box_left li {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	text-indent: 20px;
	background: url(images/ui_sprites.png) no-repeat -275px -123px;
}
#box_left li.last {display: none;}

#box_right {
	width: 80%;
}
.FrontMembers_register01-d1_c1 {
	display: none;
}
.FrontMembers_mobileSetting01-d1_c1 .list .btnarea {
	width: 72px;
	height: 65px;
}

#app {
	margin-bottom: 18px;
}

#feedbk .FrontMessages_emit01-d1_c1 .textarea {
	height: 60px;
    width: 180px;
}
#feedbk .FrontMessages_emit01-d1_c1 .input {
	width: 180px;
}
#feedbk #FrontMessages_emit01-1354600384383feedbk_infomobile,
#feedbk .FrontMessages_emit01-d1_c1 .tips,
#feedbk #FrontMessages_emit01-1354600384383feedbk_infocontent {
	display: none;
}
#feedbk {
	position: relative;
}
#feedbk .FrontMessages_emit01-d1_c1 table tr.verify img {
	position: absolute;
	bottom: 70px;
	left: 80px;
	left: 66px;
	left: 122px;
	bottom: 104px;
}
#feedbk .FrontMessages_emit01-d1_c1 table tr.button-position {
	height: 100px;
}
#feedbk .FrontMessages_emit01-d1_c1 table tr .text-tip {
	width: auto;
}
#feedbk .FrontMessages_emit01-d1_c1 table th {
	width: 25%;
}

#newscnt .content {
	position: relative;
}
#newscnt .content .date {
	position: absolute;
	top: 0;
	*top: 17px;
	right: 0;
	color: #999;
}
#newscnt .content .date span{
	display: none;
}

#wxz {
	margin: 10px 0 18px 0;
}
.sbtn {
	padding-top: 20px;
	border: 1px #ddd solid;
	margin: 25px 0 25px 0;
}
#sidebar #qrcode,#sidebar #app {display:none;}

#box_ncnt li.title {
	padding-left: 10px;
	background: url(images/newsLi.jpg) no-repeat left 11px;
}
#newscnt #box_ncnt li.date {
	color: #D54F12;
}
#feedbk .type {
	display: none;
}
#feedbk .FrontMessages_emit01-d1_c1 .btn-com-01 {
	position: absolute;
	top: 160px;
	left: 213px;
	background: url(images/btn-blue1-01.gif) no-repeat;
	width: 45px;
}
#feedbk .FrontMessages_emit01-d1_c1 input#verifyCode {
	width: 50px;
}
#FrontMessages_emit01-1354600384383feedbk_infomobile_black,
#feedbk .text-tip,
#FrontMessages_emit01-1354600384383feedbk_noverifyCode {
	display: none;
}

#feedbkw1 {display: none;}
#goodssearch {
	position: relative;
}
#goodssearch dt ,
#goodssearch h2{
	display: none;
}
#goodssearch dd,
#goodssearch .cnt {
	border-top: 2px #3B3D56 solid;
	background: #F0EFF4;
	padding: 20px;
}
#goodssearch .cnt textarea {padding: 10px;color:#999}
#goodstips h2 {
	color: #303046;
	height: 30px;
	line-height: 30px;
	margin: 15px 0 12px 0;
	background:url(images/h2.png) no-repeat;
	padding-left: 24px;
}
#goodstips th,#goodstips td {
	padding: 10px 0;
	border: 1px #C7C7C7 solid;
}
#goodstips th,#goodstips td.tdbgc {background: #EFEFEF;text-align:center;font-weight: bold;}
#goodstips td {background: #fff;text-indent: 12px;}
#goodssearch #ImageButton1 {
	position: absolute;
	bottom: 22px;
	left: 380px;
	top: auto;
}
.detail .lxfs dt {
	font-size: 18px;
	display: block;
	clear: both;
	float: none;
	margin-top: 20px;
}
.detail .lxfs dd {
	padding-bottom: 20px;
}
.detail .lxfs .text1 {
	font-size: 12px;
	padding-top: 15px;
}
.detail .lxfs dd span {
	line-height: 30px;
	display: block;
	float: left;
	height: 30px;
	padding-right: 30px;
}
.detail .lxfs dd span a {
	font-size: 14px;
	color: #666666;
}
.wlcx input {
	background-color: #FFFFFF;
	height: 34px;
	width: 300px;
	border: 1px solid #CCCCCC;
	font-size: 15px;
	color: #666666;
	padding-left: 15px;
}
.wcsubmit input {
	background-color: #ff7800;
	height: 36px;
	width: 70px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff7800;
	border-right-color: #ff7800;
	border-bottom-color: #E86F00;
	border-left-color: #ff7800;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}
.ts001 {
	line-height: 24px;
	background-color: #FFF2D7;
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #FFEAAA;
	text-align: center;
}
.jieguo {
	margin-top: 25px;
}
.form_box{padding-top: 30px;padding-bottom: 30px;}
.form_box dl{clear:both;padding:8px 0;font-size:12px;line-height:28px;}.form_box dl dt{display:block;float:left;width:150px;text-align:right;}.form_box dl dt em{padding-right:5px;color:#FF0000;font-style:normal;}.form_box dl dd{margin-left:150px; padding-left:10px;}
.form_box dl dd img{border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;}
.form_box dl dd a{color: #BCE1A0;}
.form_box dl dd .input{border: 1px solid #CCCCCC;line-height: 28px;color: #3F8200;height: 28px;}.form_box dl dd i{display:block;line-height:28px;color:#999;font-size:12px;font-style:normal;}.form_box dl dd em{line-height:28px;color:#999;font-size:12px;font-style:normal;}.form_box dl dd .btn_submit{
	padding:10px 30px;
	color:#FFFFFF;
	font-size:14px;
	line-height:1em;
	cursor:pointer;
	font-family:"微软雅黑";
	background-color: #ff6634;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #de562a;
	border-right-color: #de562a;
	border-bottom-color: #de562a;
	border-left-color: #de562a;
	font-weight: bold;
}
.message_tb td
{
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.fenye {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.dx_input
{
	height: 18px;
	border: 1px solid #e6e6e6;
	line-height: 18px;
}

.message_tb textarea
{
	height: 73px;
	width: 400px;
	border: 1px solid #e6e6e6;
}