
a:link,a:visited {
	color:#000;
	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:#858C9F;
	text-decoration:none;
}
.lightbluelink a:hover,.lightbluelink a:active {
	color:#F7A700;
}
.dbluelink a:link,.dbluelink a:visited {
	color:#303046;
	text-decoration:none;
}
.box_bs>.dbluelink>a:hover, .dbluelink a:active {
	color:#F7A700;border-left: solid 3px #F7A700;
}
.clr {
	clear:both;
}
.mgnt2 {
	margin-top:2px;
}
.mgnb18 {
	margin-bottom:18px;
}
.pagt2 {
	padding-top:2px;
}
.noDis {
	display:none;
}
.nbg {
	background:none;
}

#wrapperIndex {
	/*width:998px;*/
	margin:0 auto;
	background:#fff;
}

.toptel {
	position:absolute;
	right:40px;
	top:45px;
}
.toptel .telimg {
	padding-right:10px;
}
.toptel .telnumber {
	font-size:21px;
	font-family:Arial;
	color:#F1A400;
}
#topright {
	position:absolute;
	right:28px;
	top:11px;
}
#topright li {
	float:left;
	margin-right:12px;
	height:16px;
}
#containerIndexWrap {
	clear:both;
	/*width:998px;*/
	margin:0 auto;
}
#indexLeft {
	width:260px;
	float:left;
	margin-left:12px;
}
/*顶部样式*/

#header {
	top: 0;
	width: 100%;
	height: 6rem;
	background-color:#fff;
}
.content-h {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-start;
	font-size: 18px;
}

.content-h .logo {
	width: 9rem;
	height: 3.5rem;

}

#header .nav {
	min-width: 60%;
	margin-left: 6%;
	margin-right: 18%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;

}

#header .nav li {
	min-width:  100px;
	text-align: center;
}

#header .nav li a.a-t {
	color: #333;
	position: relative;
	top: 0;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}

#header .nav li a.a-t {
	/*line-height: 40px;*/
	/*height: 40px;*/
	display: block
}

.nav li a.a-active{
	color: #F6AB00 !important;
	border-bottom: 2px solid #F6AB00;
}

.zi-menu{
	position: absolute;
	background-color: #ffffff;
	border: solid 1px #ededed;
	min-width:150px ;
	margin-top: 10px;
	border-radius: 4px;
	display: none;
	z-index: 999;
	margin-left: -10px;
}
.menu-active{
	display: flex;
	justify-items: center;
}


.zi-menu .zi-menu-content{
	display: flex;
	align-items: center;
	flex-direction: column;
	width:150px ;
}
.zi-menu .zi-menu-top{
	margin-top: -5px;
}
.zi-menu-content .zi-menu-jj{
	background-color: #ffff;
	height: 10px;
	width: 10px;
	margin-top: -5px;
	-webkit-transform: rotate(225deg);
	box-shadow: 1px 1px #ededed;
}
.zi-menu-content .zi-menu-text{
	width: 100%;
	display: flex;
	justify-items: center;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;

}
.zi-menu-text-border{
	border-right: #f2f2f2 1px solid;
}
.zi-menu-text .zi-menu-cont-tit{
	font-size: 16px;
	letter-spacing: 1px;
	color: #0a0a0a;
}
.zi-menu-text .menu-part{
	width: 100%;
	display: flex;
	justify-items: center;
	flex-direction: column;
	align-items: center;
	padding-bottom: 20px;
}
.zi-menu-text .menu-part .menu-part-li{
	margin-top: 14px;
}
.zi-menu-text .menu-part .menu-part-li a{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #666666;

}


/*底部样式*/
.footer-top {
	height: 80px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .footer-main .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	height: 100%;
}

#footer .footer-main .footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;

}

#footer .footer-main .footer-end {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	min-height: 120px;

}

#footer .footer-main .footer-end .tel-phone {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 60px;
	width: 100%;
}

#footer .footer-main .footer-end .tel-phone .phone-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tel-phone .phone-icon img {
	width: 45px;
	height: 45px;
}

#footer .footer-main .footer-end .tel-phone .tel-content {
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.footer-end .tel-phone .tel-content .tel-desc {
	color: #999;
	font-size: 14px;
}

.footer-end .tel-phone .tel-content .phone {
	color: #F6AB00;
	font-size: 26px;

}
.footer-text{
	color: #ffac13;
	font-size: 26px;
	font-weight: bold;
	width: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-text p{
	text-align: center;
	letter-spacing: 5px;
}

.beian {
	font-size: 12px;
	color: #999;
}

.company-name a {
	font-size: 16px;
	color: #F6AB00;
	border-bottom: solid 1px #F6AB00;
}

#footer .footer-main .ewm {
	color: #ffffff;
	font-size: 14px;
	display: flex;
	flex-direction: column;
}

#footer .footer-main .ewm img {
	width: 100px;
	height: 100px;
}

.footer-menu {
	display: flex;
	flex-direction: row;
	min-height: 120px;
	margin-top: 15px;
}

.menu-content {
	min-height: 120px;
	margin-right: 60px;
}

.menu-name {
	font-size: 16px;
	color: #fff;
	height: 30px;
}

.menu-ul {
	display: flex;
	flex-direction: column;
	/*height: 90px;*/
}
.menu-li{
	margin-bottom: 14px;
}

.menu-li a {
	font-size: 16px;
	color: #999;

}

.menu-li a:hover {
	font-size: 16px;
	color: #F6AB00;
}


.bottom-address {
	width: 100%;
	height: 3rem;
}

.line {
	width: 100%;
	height: 1px;
	border-top: solid #999 1px;
}

.company-address {
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-top: 1rem;
}
/*公共底部*/



#indexcolumn {
	clear:both;
	width:974px;
	margin:17px auto 0 auto;
}
#ileft {
	width:260px;
	float:left;
}
.box_indexbox {
	border:solid 1px #eaeaea;
	background-color:#f2f2f2;
	border-radius:3px;
	padding:10px 0;
}
.box_indexboxPrice {
	height:187px;
	background:url(../images/box_indexboxPrice.png) no-repeat;
}
.box_indexbox dt {
	line-height:32px;
	color:#fff;
	font-size:14px;
	text-indent:12px;
	color:white;
	border-bottom:2px solid #2e232a;
	background:url("../images/bg-commonQ1.png");
	width:94%;
	height:30px;
	border-top-left-radius:5px;
	border-radius:5px;
	margin-left:7px;
	cursor:pointer;
	text-align:center;
}
.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;
}
.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: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 {
	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:16px;
	top:106px;
	top:50px;
	top:62px;
	z-index:11;
	text-indent:-5000px;
	cursor:pointer;
}
a.order {
	display:block;
	height:51px;
	margin-top:0px;
	text-indent:-5000px;
	margin-bottom:5px;
}
a.order:hover {
	background:url(../images/order_over.png) no-repeat;
}
a.orderh {
	display:block;
	height:51px;
	margin-top:0px;
	background:url(../images/orderh.png) no-repeat;
	text-indent:-5000px;
	margin-bottom:5px;
}
a.orderh:hover {
	background:url(../images/orderh_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;
	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:#303046;
	cursor:pointer;
}
#news dt li.on {

	background:url(../images/ui_sprites.png) no-repeat -150px -1287px;
}
#news dt li.on a,#news dt li.on a:link,#news dt li.on a:visited {
	color:#fff;

	}
#news dt li.on a:hover,#news dt li.on a:active {
	color:#fff;
}
#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 3px auto;
	*margin:15px auto 3px 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.sjoin {
	background:url(../images/sjoin.png) no-repeat;
}
a.sjoin:hover {
	background:url(../images/sjoin_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-bottom:-30px;
}
#msearch {
	height:38px;
	line-height:36px ;
	background:url(../images/msearch.png) no-repeat;
	overflow:hidden;
	text-indent:12px;
	font-size: 14px;
	display: none;
}
#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;
	    margin-bottom: 5px;
}
#bs_area{
padding-top:20px;
	*padding-top:5px;
	    margin-bottom: 5px;
}
#bs_prt dd .first li {
	OVERFLOW:hidden;
	HEIGHT:56px;
	WIDTH:auto;
	FLOAT:left;
	MARGIN-RIGHT:39px;
}
#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:auto;
	height:46px;
	padding-top:10px;
	float:left;
	line-height:1.2;
}
#bs_prt dd .first li dd  em {
	font-size:12px;
}
#bs_prt dd .first li dd p.des {
	color:#666;
	padding-top:5px;
}
#bs_increment {
margin-bottom: 5px;
}
#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 {
	padding-top:1px;
}
#bs_reason6 dd {
	padding-top:15px;
}
#bs_reason6  dd .first li {
	width:32%;
	height:55px;
	line-height:55px;
	margin:0 1% 1% 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:154px;
	height:55px;
	float:right;
}
#bs_reason6  dd .first li .right em {
	font-size:16px;
	color:#3B3C51;
	display:block;
	width:52px;
	float:left;
	text-indent:13px;
}
#bs_reason6  dd .first li .right p.des {
	color:#303046;
	font-size:12px;
	width:132px;
	width:98px;
	float:left;
	padding-top:10px;
	line-height:16px;
}
#bs_reason6  dd .first li .right2 p.des {
	}#pay dd {
	padding-top:15px;
}
#Self_s {
	margin-bottom:20px;
	height:191px;
}
#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;
}


#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;
	    margin-right: 4px;
}
#footmenu ul,#footmenu li {
	display:inline
}
#footmenu li a {
	padding-right:10px;
}
#copy {
	position:absolute;
	bottom:20px;
	bottom:40px;
	right:-6px;
}
#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;
	min-height: 528px;
}
.box_container {
	/*width:974px;*/
	/*padding:0 12px;*/
	/*float:left;*/
	background:#fff;
}
.box_container .box_body {
	line-height:1.8;
}
#carouseli {
	overflow:hidden;
}
#carouseli .banner {
	width:974px;
	margin:0 auto;
}
#carouseli img {
	width:974px;
}
#contentWrap {
	clear:both;

}
#sidebar {
	width:260px;
	float:left;
}
#proCls {
	margin-bottom:18px;
}
.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-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 {
	width:1000px;

	margin:20px auto;
}
.box_rightc {
	float:left;
	position:relative;
	padding-bottom:5px;
	width:1000px;
}
.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 .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:18px;
	overflow:hidden;
	font-size: 14px;
}
.box_rightc .box_body {
	color:#333;
	min-width:1000px;
	_width:694px;
	line-height:1.8;
	overflow:hidden;
	width:694px;
	padding:20px 0;
	min-height:340px;
}
#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 {
	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;
}
.pageJump .amount .otherpagepizespan {
	display:block;
	float:left;
	width:14px;
	padding:0 3px;
}
.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;
	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;
	font-size: 14px;
}
#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:11px;
	right:30px;
	color:#838383;
	*top:2px;
}
#newsccnt .newslist-01 .newslist {
	width:530px;
	padding-bottom:2px;
}
#newsccnt .newslist-01 .newslist .summary {
	color:#838383;
	*position:relative;
	*top:-4px;
}
#newsccnt .newslist-01 .newslist .summary h3 {
	display:none;
}
#newsshowcnt .FrontNews_detail01-d1_c1  h2 {
	text-align:center;
	font-family: SimHei;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #121212;
}
#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 {
	}#newsshowcnt .FrontNews_detail01-d1_c1 .message .source {
	}#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:10px;
	/*border:1px #ddd solid;*/
	/*margin:25px 0 25px 0;*/
	padding-bottom:25px;
}
#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: -25px;
    left: 235px;
	top:auto;
}
#elem-FrontNewsCategory_tree01-1354583896071 {
	height:162px;
	overflow:hidden;
	position:relative;
}
.box_bs>.dbluelink>a {
	border-left:solid 3px #2e232a;
	padding-left:6px;
	line-height:16px;
	height:18px;
	display:-webkit-inline-box;
	margin-top:10px;    margin-left: -5px;
}
#iright .box_bs>dt.dbluelink {
    border-bottom: solid 1px #e2e2e2;
    width: 97%;
}
/*.ts-index .indexsearch {
	padding-left:10px;
}*/
/*.ts-index .indexsearch div {
	float:left;
	width:333px;
	height:200px;
	margin-top:20px;
	margin-right:7px;
}*/

.ts-index .indexsearch div .sleft {
	display:block;
	background:url(../images/ts-indexsleft.gif);
	width:17px;
	height:191px;
}
.ts-index .indexsearch div .scenter {
	display:block;
	background:url(../images/ts-indexscenter.gif);
	height:191px;
	width:300px;
	padding-top:5px;
}
.ts-index .indexsearch div .scenter h2 {
	color:#3f3b67;
	font-size:14px;
}
.ts-index .indexsearch div .cargotracking {
	margin-top:10px;
}
.ts-index .indexsearch div .scenter textarea {
	width:287px;
	height:50px;
	border:1px solid #D6D6D6;
	padding:3px;
	margin:10px 0;
	overflow-y:hidden;
}
.iGrays {
	color:#aaa;
}
.iGrays {
	color:#CCC;
}
.textarea {
	border:1px solid #D6D6D6;
	padding:3px;
	overflow-y:hidden;
	background:url(../images/bg-textarea.png) left top repeat-x #FFF;
}
.ts-index .indexsearch div .scenter .inputop {
	margin-top:5px;
}
.ts-index .indexsearch div .scenter .d_input {
	border:1px solid #d6d6d6;
	background:url(../images/input_tosnTimesearch.png) repeat-x;
	height:20px;
	line-height:20px;
	width:95px;
	color:black;
}
.ts-index .indexsearch div .scenter .cargobutton {
	width:62px;
	height:22px;
	border:0px;
	cursor:pointer;
}
.ts-index .indexsearch div .scenter .butleft {
	margin-left:16px;
}
.tosnsmall_btn {
	background:url(../images/tosn_smallbtn.png) no-repeat 0px -66px;
}
.tosnsmall_btn:hover {
	background:url(../images/tosn_smallbtn.png) no-repeat 0 -22px;
}
.ts-index .indexsearch div .scenter .pfont {
	color:#646185;
	font-size:12px;
}
.ts-index .indexsearch div .scenter .inputop {
	margin-top:5px;
}
.ts-index .indexsearch div span {
	float:left;
}
.ts-index .indexsearch div .swiper-container {
	height:22px;
	width:293px;
	margin-top:12px;
}
.swiper-slide {
	overflow:hidden;
}
.ts-index .indexsearch div .sright {
	display:block;
	background:url(../images/ts-indexsright.gif);
	width:14px;
	height:191px;
}
.ts-index .indexsearch div .scenter .norder b {
	background:url(../images/ts-ico.png) left no-repeat;
	width:140px;
	padding-left:16px;
	font-weight:normal;
	font-size:12px;
}
.ts-index .indexsearch div .scenter .norder {
	text-align:center;
	color:#aeaeae;
}
.blo .bct,.blo .bcb,.subMeu .bct {
	height:5px;
	overflow:hidden;
	background:url(../images/bg-subMeu-1.png) center top no-repeat;
}
.blo .bcm,.subMeu .bcm {
	padding:4px;
	background:#F2F2F2;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
}
.blo .bcb,.subMeu .bcb {
	background:url(../images/ts-menu-bottom.png) center top no-repeat;
	height:5px;
}
.bcm .title {
	width:94%;
	height:30px;
	float:left;
	border-top-left-radius:5px;
	border-radius:5px;
	margin-left:7px;
	cursor:pointer;
}
.ts-orderform .bcm .commonReMini {
	color:white;
	border-bottom:2px solid #2e232a;
	background:url("../images/bg-commonQ1.png");
}
.ts-orderform   .bcm h3 {
	margin-bottom:10px;
	font-size:14px;
	font-weight:normal;
	height:32px;
	line-height:32px;
	text-align:center;
}
.ts-orderform .bcm .scanRe {
	border-bottom:2px solid #2e232a;
	margin-left:0px;
	color:#858585;
}
.ts-orderform .bcm ul {
	padding:8px;
	margin-top:34px;
}
.ts-orderform .textinput {
	width:223px;
	margin-bottom:10px;
	border:#d6d6d6 1px solid;
	height:28px;
	line-height:28px;
	background:url(../images/input_tosnTimesearch.png) repeat-x;
	padding-left:5px;
}
.ts-orderform .Codeinput {
	width:120px;
	border:1px solid #d6d6d6;
	background:url(../images/input_tosnTimesearch.png) repeat-x;
	height:28px;
	line-height:28px;
	text-indent:5px;
}
.iGrays {
	color:#aaa;
}
.ts-orderform .leftspan {
	float:left;
	display:block;
	height:25px;
	text-align:left;
	margin-top:7px;
	width:148px;
}
.ts-orderform .rightspan {
	float:right;
	height:25px;
	text-align:center;
	color:#2110bf;
	margin-top:5px;
}
.ts-orderform .rightspan a:visited {
	color:#2110bf;
	text-decoration:none;
}
.ts-orderform .rightspan a {
	color:#2110bf;
	text-decoration:none;
}
.signee1 {
	display:none;
}
.ts-orderform .ts-submit {
	border:none;
	width:102px;
	height:32px;
	line-height:32px;
	cursor:pointer;
	font-weight:normal;
	color:#333333;
	margin-top:15px;
	font-size:16px;
	margin-left:56px;
}
.tosnmiddle_btns {
	background:url(../images/tosn_btnmiddle.png) no-repeat 0 0;
}
.tosnmiddle_btns:hover {
	background:url(../images/tosn_btnmiddle.png) no-repeat 0 -32px;
}
.ts-xian {
	text-align:center;
	font-size:14px;
	border-top:#d4d3db 1px dashed;
	padding-top:5px;
}
.ts-xian A {
	color:#4c3ec8;
	text-decoration:none;
	font-size:14px;
}
.subMeuBottom {
	margin-bottom:20px;
}
.take-tips  .bcm   h3 {
	line-height:32px;
	color:#fff;
	font-size:14px;
	text-indent:12px;
	color:white;
	border-bottom:2px solid #2e232a;
	background:url("../images/bg-commonQ1.png");
	width:94%;
	height:30px;
	border-top-left-radius:5px;
	border-radius:5px;
	margin-left:7px;
	cursor:pointer;
	text-align:center;
}
.take-tips .cont {
	padding:10px;
}
.take-tips .cont p.t {
	color:#AEAEAE;
}
.take-tips {
	margin-bottom:10px;
}
#goodssearch .cnt ul {
	position:relative;
}
#goodssearch .goods-state {
	display:block;
	margin-left:10px;
	margin-top:10px;
	width:676px;
}
#goodssearch .goods-state ul.s52 {
	height:28px;
	display:block;
	border:1px solid #dddce4;
}
#goodssearch .goods-state ul.s52  .arrive {
	background:url(../images/arrive.png)  no-repeat right;
}
#goodssearch .goods-state ul.s52  .arrive.on {
	background:url(../images/arriveon.png)  no-repeat right;
}
#goodssearch .goods-state li {
	height:28px;
	line-height:28px;
	float:left;
	width:134px;
	display:block;
	text-align:center;
}
#goodssearch .goods-state .detl {
	margin-top:10px;
	color:#666;
	font-size: 13px;
}
#goodssearch .goods-state .detl table tr.tit {
	background:#efefef;
	color:#000;
}
/*.goods-state .detl table tr td {
	vertical-align:top;
}*/
#goodssearch .goods-state .detl table tr.bg {
	background:#fafafa;
}
#goodssearch .goods-state .detl table tr td.tCen {
	height:33px;
	text-align:center;
}
.clearfix {
	height:1%;
	overflow:hidden;
	clear:both;
}
.goods-state h3.title {
	margin:20px 0;
	color:#3f3b67;
	font-size:13px;
	padding-left:10px;
	font-weight:normal;
	border-left:4px solid #261b22;
}
/*.box_body p {*/
/*	font-size:14px;*/
/*	color:#424242;*/
/*}*/
.InterShop h2 {
	display:block;
	color:#3f3b67;
	font-size:16px;
	border-bottom:#c5c4d1 2px solid;
	margin-top:15px;
	padding-bottom:5px;
	font-weight:normal;
}
.consignor span {
	display:block;
	text-indent:10px;
	border-left:solid 3px;
	color:#3f3b67;
	font-size:14px;
	margin-top:10px;
}
.ts-f-Mess b {
	color:#FF0000;
}
.ts-f-Mess {
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.ts-f-Mess ul {
	margin-left:30px;
}
.ts-f-Mess ul li {
	line-height:35px;
}
label.zt_widthlabel {
	width:76px;
	text-align:right;
	display:inline-block;
}
.ts-f-Mess .m_input {
	border:1px solid #d6d6d6;
	width:100px;
	background:url(../images/input_tosnTimesearch.png) repeat-x;
	height:20px;
	line-height:20px;
}
.ts-f-Mess .d_input {
	border:1px solid #d6d6d6;
	width:40px;
	background:url(../images/input_tosnTimesearch.png) repeat-x;
	height:20px;
	line-height:20px;
}
.ts-f-Mess .send_input {
	border:1px solid #d6d6d6;
	width:210px;
	height:30px;
	background:url(../images/input_tosnTimesearch.png) repeat-x;
	line-height:30px;
	cursor:pointer;
	text-indent:5px;
}
.ts-f-Mess .z_input {
	border:1px solid #d6d6d6;
	width:200px;
	background:url(../images/input_tosnTimesearch.png) repeat-x;
	height:30px;
	line-height:30px;
	margin-left:10px;
}
.ts-f-Mess .remark_olong {
	width:425px;
	margin-left:0px;
}
.ts-f-Mess ul li .embargo {
	display:block;
	margin-left:5px;
	float:left;
	height:20px;
	line-height:20px;
	padding-right:24px;
}
.ts-f-Mess .supportvalue {
	border:1px solid #d6d6d6;
	width:160px;
	background:url(../images/input_tosnTimesearch.png) repeat-x;
	height:20px;
	line-height:20px;
}
.ts-f-Mess ul li.zt_addmore {
	height:auto;
	display:list-item;
}
.ts-f-Mess .input_float {
	float:left;
	height:35px;
	line-height:35px;
}
.zt_addwidth {
	width:265px;
}
.huowu {
	display:block;
	border-left:solid 3px;
	text-indent:10px;
	color:#3f3b67;
	font-size:14px;
	margin-top:10px;
}
.ts-f-Mess .olup-text {
	border:1px solid #d6d6d6;
	background:url(../images/input_tosnTimesearch.png) repeat-x;
	height:20px;
	line-height:20px;
}
.ts-f-Mess .selectLeftWidth {
	width:132px;
}
.ts-f-Mess ul li {
	line-height:35px;
}
.ts-f-Mess .ts-font-vaglin {
	vertical-align:top;
	height:120px;
}
.ts-f-Mess .ts-font-vaglin p {
	display:block;
	float:left;
	margin-right:10px;
}
.ts-f-Mess .textarea {
	width:466px;
	height:94px;
	border:1px solid #D6D6D6;
	padding:3px;
	overflow-y:hidden;
	float:left;
	color:#b4b4b4;
	background:url(../images/bg-textarea.png) left top repeat-x #FFF;
}
.tosnmiddle_btn {
	background:url(../images/tosn_btnmiddle.png) no-repeat 0 -96px;
}
.tosnmiddle_btn:hover {
	background:url(../images/tosn_btnmiddle.png) no-repeat 0 -32px;
}
.ts-saveM .saveMu {
	margin-left:30px;
	width:102px;
	height:32px;
	color:#000000;
	text-align:center;
	border:0px;
	cursor:pointer;
	line-height:32px;
	font-size:14px;
}
.ts-saveM .Giveup,.newGiveup {
	margin-left:30px;
	width:102px;
	height:32px;
	color:#000000;
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size:14px;
}
.city-picker-span {
	border:1px solid #d6d6d6;
	width:210px;
	height:30px;
	background:url(../images/input_tosnTimesearch.png) repeat-x;
	line-height:30px;
	cursor:pointer;
	text-indent:5px;
}
.iGrayscs {
	position:relative;
	display:-webkit-inline-box;
}
.table1 th {
	padding:5px 10px;
	border:1px solid #ccc;
	text-align:center;
	max-width:250px;
	background-color:#dedede
}
.table1 td {
	padding:10px 6px;
	border:1px solid #ccc;
	text-align:center;
	max-width:250px;
	font-size: 14px;
}
.table1 tr:nth-child(2n) {
	background-color:#fafafa
}
.ts-username {
	margin-top:10px;
	height:30px;
	font-size:14px;
	border-bottom:#d6d5dd 1px dashed;
	color:#000000;
	padding-left:10px;
	font-size:14px;
}
.code_center {
    width: 89%;
    margin: 6px auto;}
.a-code{ width:48%;     display: inline-block; margin:10px 0.5%; }
.a-code img{width:100%;}
.a-code span{    /*background-color: #2d2129;*/
    display: block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #000;
    margin: 0 3px;
    font-size: small;
}
#bs_prt,#bs_increment,#iright #bs_area{
    float: left;
    width: 50%;
    overflow: hidden;
    clear: inherit;
}
.Record a{
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
       border: 1px solid #af7a00;
    background: #f6ab00;
    color: #FFF;
    margin-right: 8px;
    margin-top: 5px;
	cursor :pointer;

}
.Record a:hover{
  border: 1px solid #d89700;
    background: #fbb71b;
    color: #FFF;
}
.content {
    /*padding-top: 15px;*/
}

.ts-User .ts-Users h2 {
    color: #3f3b67;
    display: block;
    border-bottom: #c5c4d1 2px solid;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: normal;
}

.ts-User .ts-Users h2 span {
    font-size: 12px;
    color: #b3b3b3;
    padding-left: 10px;
}

.ts-User .ts-Users .ts-UserReg {
       width: 457px;
    height: 310px;
    margin: auto;
    /* float: left; */
    margin-top: 64px;
    /* border-right: #d9d9d9 1px solid; */
    padding-left: 20px;
}

.ts-User .ts-Users .ts-UserReg .title {
    width: 440px;
    height: 30px;
    float: left;
    border: 1px solid #D9D9D9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 7px;
    cursor: pointer;
}
.ts-User .ts-Users .ts-UserReg .mobileRe {
    border-bottom: 1px solid white;
}
.ts-User .ts-Users .ts-UserReg h3 {
    display: block;
    background: url(../images/ico-reminder.png) left no-repeat;
    text-indent: 10px;
    color: #3f3b67;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 5px;
}
.ts-User .ts-Users .ts-UserReg .mobile-regist {
    width: 440px;
    height: 275px;
    border: 1px solid #D9D9D9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0px;
    float: left;
    margin-left: 7px;
}
.ts-User .ts-Users .ts-UserReg ul {
    margin-left: 65px;
    margin-top: 20px;
}
.ts-User .ts-Users .ts-UserReg ul li {
    height: 30px;
    color: #000;
}
.ts-User .ts-Users .ts-UserReg em {
    color: red;
    float: left;
}
.ts-User .ts-Users .ts-UserReg ul li {
    height: 30px;
    color: #000;
}
.ts-User .d_text {
    border: 1px solid #d6d6d6;
    width: 160px;
    background: url(../images/input_tosnTimesearch.png) repeat-x;
    height: 20px;
    line-height: 20px;
}
.ts-User .MobileUserText {
    width: 130px;
}
.pwdArea {
    height: 25px;
    width: 140px;
    position: relative;
    float: left;
}
.pwdArea .input_tips {
    display: block;
    color: #AAAAAA;
    cursor: text;
    font-size: 12px;
    left: 10px;
    line-height: 16px;
    position: absolute;
    top: 3px;
}
div.ts-User  {
    width: 89%;
    margin: auto;
	min-height: 487px;
}
.ts-User .ts-Users .ts-UserReg .commonRe {
    margin-left: 0px;
    background: url("../images/tab.png") repeat-x;
}
.pwdText {
    color: black;
    float: left;
}
.ts-User .ts-Users .ts-Uname {
    margin-Left: 15px;
}
.ts-User .ts-Users .ts-Upass {
    margin-Left: 27px;
}

.ts-User .ts-Users .ts-UpassConfirm {
    margin-Left: -5px;
}
.ts-User .ts-Users .ts-UCode {
    margin-Left: 14px;
}
.tosnmiddle_btn {
    width: 102px;
    height: 32px;
    border: 0px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    line-height: 32px;
	    margin-Left: 140px;
    margin-Top: 10px;
    background: url(../images/tosn_btnmiddle.png) no-repeat 0 -96px;
}
.ts-User .UserCode {
    width: 60px;
}.ts-User .MobileUserCode {
    width: 90px;
}.ts-User .ts-Users .ts-UserReg a {
    color: #5144ce;
}
.column-num1{padding-top:0;}
.leftBox h3{margin-bottom: 10px;font-size: 14px;font-weight: normal; height: 32px;line-height: 32px;text-align: center;    color: white; /* border-bottom: 2px solid #2e232a; */background: url(../images/bg-commonQ1.png);border-radius: 5px;}

.newslist{
	margin-top: 15px;
	padding: 0px 5px;
	margin-bottom: 25px;
}
.newslist li{list-style: none;padding: 7px 0px;font-size: 14px;
    font-weight: normal;}
    .newslist li a{color: #333;}
    .newslist li a:hover{color: #D54F12;}
.newslist li span{float: right;display: inline-block;color: #D54F12	;}
.servicelist span{font-size: 16px;padding:10px 5px;display: inline-block;color: #333 !important;}
.servicelist  ul{margin-left: 30px;}
.servicelist  ul li{padding:8px 0px;font-size: 14px;}
.paytype{margin-top: 25px;}
.paytype img{float: left;margin-top: -10px;}
.topborder{margin:5px 10px;border-bottom:1px solid #e2e2e2; width:97%;}
.topborder a{border-left:3px solid #333;color: #333;margin-bottom: 2px;padding-left: 15px;font-size: 16px;display: inline-block;margin-top: 10px;}
.topborder a:hover{border-left:3px solid #F7A700; }
.first-tip{margin-left: 12px;overflow: hidden;}
.first-tip li{width: 120px;height: 200px; margin-top: 9px; margin-left: 20px;margin-right: 25px;float: left;font-size: 18px;color: #666;line-height: 300px;text-align: center;}
.bigword{margin-left: 12px;}
.bigword li{height: 70px;margin-right: 8px;float: left;    width: 162px;}
.bigword li span{font-size: 48px;color: #333;    padding-right: 8px;}
.bigword li a{font-size: 22px;padding-left: 5px;color: #333 !important;}
.bigword li.word{height: 40px; width: 100px; margin: 4px 40px 20px 30px;font-size: 14px;}
.reasonlist{overflow: hidden;    margin-left: 10px;margin-bottom: 50px;}
.reasonlist li{width: 47%;height: 129px;margin: 10px 0;overflow: hidden;float: left;}
.reasonlist li img{width: 158px;}
.reasonlist li .left{float: left;}
.reasonlist li .right{width: 154px; height: 55px; float: right;}
.reasonlist li .right em{font-size: 36px;width: 90px;height: 54px;    color: #3B3C51;display: block;text-indent: 13px;}
.reasonlist li .right em a{color: #333;}
.reasonlist li .right .des{font-size: 14px;padding-left: 15px;    color: #303046;width: 132px;width: 98px;padding-top: 10px; line-height: 16px;}
.othersbtn{padding-top: 20px;border: 1px #ddd solid;margin: 20px 0 25px 0; padding-bottom: 20px;}
.menu-none{padding:4px 0px;background: orange;font-size:14px !important;}
.menu-none a{background: none !important;height: auto !important; line-height: normal !important;    color: #000 !important;text-indent: 0px !important;}
.menu-none a:hover{color: #FFBC4D !important;}
.menu-none1{padding:4px 0px;background:#fff;font-size:14px !important;}
.menu-none1 a{background: none !important;height: auto !important; line-height: normal !important;    color: #000 !important;text-indent: 0px !important;}
.menu-none1 a:hover{color: #FFBC4D !important;}

.inporder{font-size: 14px !important;}
.inporder .example{color: red;font-size: smaller;display: block;margin-left: 68px;padding-top: 5px;}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination > li.active > a, .pagination > li.active > a:hover {
    background: #757575;
    color: #fff;
}
.pagination > li > a, .pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
    }
 .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*.pagination>li:hover {
    background-color: #ddd !important;
}*/
.pagination > li > a:hover {
    background: #ddd;
    color: #fff;
}
.form-group input,.form-group button,.form-group textarea,.form-group select{display: inline-block;width: 45%;}
.registerbox{text-align: center;margin-top: 20px;}
.registerbox .form-group b{font-size: 15px;}
.registerbox .form-group i{color: red;}
.red-tip{padding:5px 30px;color: orange;font-size: 13px;border:1px solid #eee;}
.yzm{width: 128px !important;display: inline-block !important;border:1px solid #eee;line-height: 28px;text-align: center;background-color: orange;border-color: #ff4800;color: #fff;}
.personbox{text-align: center;font-size: 14px;}
.personbox .form-group input{width: 57%;}
.tt-bg{border-bottom: 1px solid #00b4ff;color:#fff;height: 28px;background: url('/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/tt-bg.png') no-repeat;margin-bottom: 20px;font-size: 14px;
    padding-left: 10px;}
.pctable table tr th,.kmssearch table tr th,.sendmember table tr th,.vipmsg table tr th{text-align: center;}
.kmssearch{margin-top: 20px;}
.selectdate{font-size: 14px;}
.selectdate input{font-size: 14px;width: 200px;height: 30px;padding:5px 15px;}
.sendmember table{font-size: 14px;}
.btn-danger{color: #fff !important;}

/* m_zlxg */
.m_zlxg{ width:93px; height:30px; line-height:30px;cursor:pointer;float:left;margin:0 10px 0 0;display:inline;background:url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/zlxg2.jpg) no-repeat;}
.m_zlxg p{ width:71px; padding-left:10px; overflow:hidden; line-height:30px; color:#333333; font-size:14px; font-family:"微软雅黑";text-overflow:ellipsis; white-space:nowrap;}
.m_zlxg2{ position:absolute; top:29px; border:1px solid #ded3c1;background:#fff; width:91px; display:none; max-height:224px;height:224px; overflow-x:hidden; overflow-y:auto;white-space:nowrap;}
.m_zlxg2{overflow-y:auto !important; z-index: 666;}
.m_zlxg2 li{line-height:28px;white-space:nowrap; padding-left:10px;font-family:"微软雅黑";color:#333333; font-size:12px;}
.m_zlxg2 li:hover{ color:#7a5a21;}


#small-header {
    width: 100%;
    height: 98px;
    background: #F6AB00;
    position: relative;
    z-index: 9;
    margin-top: -1px;
}

.pb-wrapper .content {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}


#small-header .content ul li a {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 5px 0 5px 41px;
}

#small-header .content ul li {
    float: left;
    width: 213px;
    height: 100%;
    text-align: center;
    line-height: 98px;
    position: relative;
    background: url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/pb-wrapper-line.png) no-repeat center right;
    list-style: none;
    display:inline;
}

#small-header .content ul li a.zz {
    background: url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon.png) no-repeat;
}
#small-header .content ul li a.jd {
    background: url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon.png) no-repeat 0 -38px;
}
#small-header .content ul li a.wd {
    background: url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon.png) no-repeat 0 -115px;
}
#small-header .content ul li a.sx {
    background: url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon.png) no-repeat 0 -77px;
}
#small-header .content ul li a.fw {
    background: url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon.png) no-repeat 0 -152px;
}
#small-header .content ul li a.kf {
    background: url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon.png) no-repeat 0 -191px;
}
#small-header .content ul li.pb-last {
    background: transparent;
}
#small-header .content ul li a {
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 5px 0 5px 41px;
}


#small-header .content ul li:hover,#small-header .content ul li.waybill {
 background:#fff
}
#small-header .content ul li:hover a ,#small-header .content ul li.waybill a {
 color:#F6AB00
}
#small-header .content ul li:hover a.zz, #small-header .content ul li.waybill a.zz {
 background:url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon-red.png) no-repeat
}
#small-header .content ul li:hover a.jd,#small-header .content ul li.waybill a.jd {
 background:url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon-red.png) no-repeat 0 -38px
}
#small-header .content ul li:hover a.sx,#small-header .content ul li.waybill a.sx {
 background:url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon-red.png) no-repeat 0 -77px
}
#small-header .content ul li:hover a.wd,#small-header .content ul li.waybill a.wd {
 background:url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon-red.png) no-repeat 0 -115px
}
#small-header .content ul li:hover a.fw ,#small-header .content ul li.waybill a.fw {
 background:url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon-red.png) no-repeat 0 -152px
}
#small-header .content ul li:hover a.kf, #small-header .content ul li.waybill a.kf {
 background:url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallBanner-icon-red.png) no-repeat 0 -191px
}

#small-header .waybill .quick-tool {

    background-color: transparent;
    width: 344px;
    z-index:99;

}
#small-header .quick-tool {
    position: absolute;
    bottom: 98px;
    left: 0;
    background-color: #fff;
    border-radius: 3px;
}

#small-header .waybill .quick-tool .bill-number.folded {
    min-height: 0;
    padding-right: 60px;
    position: relative;
}
#small-header .waybill .quick-tool .bill-number {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #FFF;
    min-height: 170px;
    text-align: left;
    padding: 15px 20px;
        padding-right: 20px;
    -webkit-transition: min-height 120ms;
    transition: min-height 120ms;
}
#small-header .quick-tool * {
    line-height: normal;
}

#small-header .waybill .quick-tool .bill-number .form-wrap {
    position: relative;
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    border: 1px solid #e1e1e0;
    margin-bottom: 12px;
}
#small-header .quick-tool * {
    line-height: normal;
}

#small-header .waybill .quick-tool .bill-number.folded .form-wrap .icon {
    display: block;
}
#small-header .waybill .quick-tool .bill-number .form-wrap .icon {
    position: absolute;
    top: -1px;
    right: -41px;
    width: 41px;
    height: 32px;
    background: url(/addons/ewei_shopv2/plugin/pc/template/pc/default/static/Templates/images/smallHeader-searchIcon.png) no-repeat center -20px;
    display: none;
    border: 1px solid #e1e1e0;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: rgb(225, 225, 224);
    border-left: 0;
}
#small-header .quick-tool * {
    line-height: normal;
}

#small-header .waybill .quick-tool .bill-number.folded .tokenfield {
    position: relative;
    overflow: hidden;
    padding: 3px;
        padding-left: 3px;
    padding-left: 9px;
    min-height: 26px;
    font-size: 13px;
}
#small-header .waybill .quick-tool .bill-number .tokenfield {
    -webkit-transition: min-height 120ms;
    transition: min-height 120ms;
    height: auto;
    min-height: 87px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: none;
    border: 0;
    background: 0;
}
#small-header .quick-tool * {
    line-height: normal;
}
.tokenfield.form-control {
    padding: 7px;
}
.tokenfield {
    min-height: 39px;
    box-shadow: none;
    border: -1px solid transparent;
}
