@charset "UTF-8";

/* CSS Document */

body {
	color: #666;
	min-width: 1100px;
}

.bgdot {
	/*background: url(../img/sy078.jpg);*/
	background-color: #FFFFFF;
}

.w1360 {
	min-width: 1360px;
}

.wd1360 {
	width: 1360px;
}

.mrauto {
	margin: 0 auto;
}

.bgfa {
	/*background-color: #fafafa;*/
	background-color: #ffffff;
	
}

a {
	color: #666;
}

ul,
li {
	float: none;
}

.red {
	color: #6b2024;
}

.lw1360 {
	width: 72%;
	min-width: 1100px;
	margin: 0 auto;
}

.lw1100 {
	width: 1100px;
	margin: 0 auto;
}

.img {
	display: block;
	width: 100%;
	height: 100%;
}

.lml7 {
	margin-left: 7px;
}

.lml10 {
	margin-left: 10px;
}

.lml20 {
	margin-left: 20px;
}

.lml40 {
	margin-left: 40px;
}

.lmr16 {
	margin-right: 16px;
}

.lmb18 {
	margin-bottom: 18px;
}

.lmb14 {
	margin-bottom: 14px;
}

.lmb10 {
	margin-bottom: 10px;
}

.lmb8 {
	margin-bottom: 8px;
}

.lmb20 {
	margin-bottom: 20px;
}

.lmb25 {
	margin-bottom: 25px;
}

.lmb30 {
	margin-bottom: 30px;
}

.lmb35 {
	margin-bottom: 35px;
}

.lmb40 {
	margin-bottom: 40px;
}

.lmb45 {
	margin-bottom: 45px;
}

.lmb55 {
	margin-bottom: 55px;
}

.hddt {
	height: 185px;
	display: none;
}

.wrap-placeholder {
	text-indent: 20px;
}

.header {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 6;
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.header.fixed .hddt {
	display: block;
}

.header.fixed .abv {
	border-bottom: none;
	height: 0;
}

.header.fixed .abv .lw1360 {
	padding-top: 0;
	height: 0;
}

.header.fixed .abv .logo,
.header.fixed .abv .lft, .header.fixed .abv .rgt{
	display: none;
}

.header.fixed .abv .rgt {
	top: 21px;
	z-index: 3;
}

.header.fixed .bel {
	height: 58px;
}

.header.fixed .bel .logo {
	display: block;
}

.header.fixed .bel .nav li {
	line-height: 57px;
}

.header.fixed .bel .nav .sub {
	top: 58px;
}

.header.fixed .bel .bg {
	top: 58px;
}

.header .abv {
	border-bottom: 1px dashed #b6b6b6;
	height: 137px;
}

.header .abv .lw1360 {
	position: relative;
	padding-top: 27px;
	height: 110px;
}

.header .abv .logo {
	display: block;
	width: 128px;
	height: 88px;
	margin: 0 auto;
}

.header .abv .lft,
.header .abv .rgt {
	position: absolute;
	font-size: 12px;
	line-height: 16px;
	top: 19px;
}

.header .abv .lft {
	left: 0;
}

.header .abv .lft .link,
.header .abv .lft .info {
	float: left;
	display: block;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.header .abv .lft .link:hover,
.header .abv .lft .info:hover {
	color: #6b2024;
}

.header .abv .lft .link {
	background-image: url(../img/sy001.jpg);
	margin-right: 13px;
}

.header .abv .lft .info {
	background-image: url(../img/sy002.jpg);
}

.header .abv .rgt {
	right: 0;
}

.header .abv .rgt .man {
	padding-left: 23px;
	background: url(../img/sy003.png) no-repeat 0 0;
}

.header .abv .rgt .man a:hover {
	color: #6b2024;
}

.header .abv .rgt .man em {
	margin: 0 8px;
}

.header .abv .rgt .sch {
	margin-left: 16px;
	padding-left: 20px;
	background: url(../img/sy004.png) no-repeat 0 center;
}

.header .abv .rgt .sch:hover {
	color: #6b2024;
}

.header .bel {
	border-bottom: 1px solid #E8E8E8;
	position: relative;
	height: 45px;
	z-index: 3;
}

.header .bel .belwrap {
	z-index: 3;
}
.header .bel .logo {
	position: absolute;
	display: block;
	left: 0;
	width: 168px;
	height: 30px;
	top: 14px;
	display: none;
}

.header .bel .nav {
	width: 1100px;
	margin: 0 auto;
}
.header .bel .nav li {
	width: 215px;
	line-height: 45px;
	float: left;
}
.header .bel .nav li:first-child,.header .bel .nav li.last{
	width: 120px;
}
.header .bel .nav li:first-child .a{
	text-align: left;
}
.header .bel .nav li.last .a{
	width: 120px;
	text-align: right;
}
.header .bel .nav li .a {
	text-align: center;
	display: block;
	font-size: 14px;
	cursor: pointer;
	color: #333;
	transition: all 0.5s;
	background: url(../img/sy006.jpg) no-repeat left center;
}

.header .bel .nav li .a span {
	display: inline-block;
}

.header .bel .nav li:first-child .a {
	background: none;
}

.header .bel .nav li:hover .a,
.header .bel .nav li.cur .a {
	color: #6b2024;
}

.header .bel .nav li:hover .a span,
.header .bel .nav li.cur .a span {
	border-bottom: 1px solid #333;
}

.header .bel .nav li.scnd .sub {
	width: 430px;
	left: -141px;
}

.header .bel .nav li.scnd .sub dl {
	height: 104px;
}

.header .bel .nav li.third .sub {
	width: 720px;
	left: -425px;
}

.header .bel .nav li.third .sub dl {
	height: 156px;
}

.header .bel .nav li .sub {
	position: absolute;
	width: 1000px;
	top: 46px;
	left: -284px;
	font-size: 12px;
	line-height: 15px;
	display: none;
	z-index: 3;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header .bel .nav li .sub dl {
	float: left;
	background: url(../img/sy175.jpg) repeat-y left 0;
}

.header .bel .nav li .sub dl:first-child {
	background: none;
}

.header .bel .nav li .sub .a2 {
	width: 125px;
	display: inline-block;
	font-size: 13px;
	color: #333;
	text-align: center;
}

.header .bel .nav li .sub .a2:hover {
	color: #6b2024;
}

.header .bel .nav li .sub .submenu {
	margin-top: 10px;
	text-align: center;
}

.header .bel .nav li .sub .submenu a {
	display: block;
	line-height: 26px;
	font-size: 12px;
	color: #999;
}

.header .bel .nav li .sub .submenu a:hover {
	color: #6b2024;
}

.header .bel .bg {
	width: 100%;
	position: absolute;
	height: 0;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	top: 46px;
	left: 0;
}

.linpt {
	width: 168px;
	height: 33px;
	line-height: 33px;
	text-indent: 8px;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	color: #999;
}

.lbtn {
	display: block;
	width: 109px;
	height: 32px;
	border: none;
	background-color: #999;
	color: #fff;
	font-size: 12px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
}

.lbtn:hover {
	background-color: #a4a3a3;
}

.lbtn.red {
	background-color: #6b2024;
}

.lbtn.red:hover {
	background-color: #7d1a20;
}


/* banner */

.lbanner {
	width: 100%;
	height: 746px;
	margin-bottom: 56px;
	position: relative;
	min-width: 1360px;
	overflow: hidden;
}

.lbanner .lb_wrap {
	width: 100%;
	height: 746px;
	position: relative;
	background: url(../../img/loadings.gif) no-repeat center;
}

.lbanner .lb_wrap li {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.lbanner .lb_wrap li img {
	display: block;
	display: block;
	position: absolute;
	width: 1920px;
	height: 100%;
	left: 50%;
	top: 0;
	z-index: 2;
	margin-left: -960px;
}

.lbanner .dot-w {
	width: 100%;
	height: 48px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	position: relative;
	background-color: #f0f0f0;
}

.lbanner .dot-w .play {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	display: block;
	width: 48px;
	height: 48px;
	background: url(../img/sy008.png) no-repeat center;
	background-color: #333;
	transition: 500ms;
	z-index: 5;
}

.lbanner .dot-w .play:hover {
	transform: rotateZ(360deg);
}

.lbanner .dot-w .play.pause {
	background-image: url(../img/sy008-1.png);
}

.lbanner .dot-w .progress {
	position: absolute;
	height: 50px;
	width: 0;
	z-index: 3;
	background-color: #fcfcfc;
}

.lbanner .dot {
	position: relative;
	width: 100%;
	height: 48px;
	z-index: 4;
}

.lbanner .dot li {
	width: 33%;
	float: left;
	height: 48px;
	line-height: 48px;
	background: url(../img/sy009.png) no-repeat 0 0;
	text-align: center;
	cursor: pointer;
}

.lbanner .dot li:hover,
.lbanner .dot li.cur {
	color: #6b2024;
}

.lbanner .dot li:first {
	background: none;
}

.lbanner .dot li .fs18 {
	font-size: 18px;
	margin-right: 10px;
/*	font-family: Arial;*/
}

.lbanner .dot li .fs14 {
	font-size: 14px;
}

.wlc-tit {
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	color: #000;
}

.wlc-tip {
	font-size: 12px;
	line-height: 24px;
	color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.wlc-buy {
	width: 82px;
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 28px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin-top: 50px;
}

.wl-cnt {
	margin-bottom: 65px;
}

.wl-cnt .wrap1,
.wl-cnt .wrap2,
.wl-cnt .wrap3,
.wl-cnt .wrap4 {
	height: 774px;
	position: relative;
	overflow: hidden;
}

.wl-cnt .wrap1 .img,
.wl-cnt .wrap2 .img,
.wl-cnt .wrap3 .img,
.wl-cnt .wrap4 .img {
	transition: 500ms;
}

.wl-cnt .wrap1:hover .wlc-tit,
.wl-cnt .wrap2:hover .wlc-tit,
.wl-cnt .wrap3:hover .wlc-tit,
.wl-cnt .wrap4:hover .wlc-tit {
	color: #6b2024;
}

.wl-cnt .wrap1:hover .buy,
.wl-cnt .wrap2:hover .buy,
.wl-cnt .wrap3:hover .buy,
.wl-cnt .wrap4:hover .buy {
	color: #6b2024;
	border-top: 1px dotted #6b2024;
	border-bottom: 1px dotted #6b2024;
}

.wl-cnt .wrap1:hover .img,
.wl-cnt .wrap2:hover .img,
.wl-cnt .wrap3:hover .img,
.wl-cnt .wrap4:hover .img {
	transform: scale(1.1);
}

.wl-cnt .wrap3,
.wl-cnt .wrap4 {
	height: 752px;
}

.wl-cnt .wrap1 {
	margin-right: 16px;
	margin-bottom: 18px;
	width: 754px;
}

.wl-cnt .wrap1 .cnt {
	position: absolute;
	top: 515px;
	left: 55px;
	width: 530px;
}

.wl-cnt .wrap2 {
	margin-bottom: 18px;
	width: 590px;
}

.wl-cnt .wrap2 .txt {
	height: 387px;
	background-color: #fce8e9;
}

.wl-cnt .wrap2 .txt .wrap {
	width: 328px;
	text-align: center;
	margin: 0 auto;
	padding-top: 80px;
}

.wl-cnt .wrap2 .txt .wrap .wlc-tip {
	margin-top: 12px;
}

.wl-cnt .wrap2 .txt .wrap .buy {
	margin-left: auto;
	margin-right: auto;
}

.wl-cnt .wrap2 .imgw {
	height: 387px;
	overflow: hidden;
}

.wl-cnt .wrap3 {
	margin-right: 16px;
	width: 535px;
}

.wl-cnt .wrap3 .cnt {
	position: absolute;
	width: 250px;
	left: 260px;
	top: 50px;
}

.wl-cnt .wrap4 {
	width: 809px;
}

.wl-cnt .wrap4:hover .img {
	transform: scale(1);
}

.wl-cnt .wrap4 .wrap {
	height: 266px;
	margin-bottom: 16px;
	overflow: hidden;
}

.wl-cnt .wrap4 .wrap:hover .img {
	transform: scale(1.1);
}

.wl-cnt .wrap4 .cnt {
	position: absolute;
	left: 40px;
	top: 67px;
}

.wl-cnt .wrap4 .videow {
	width: 100%;
	height: 470px;
}

.wl-advantage {
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 49px;
}

.wl-advantage .wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	width: 100%;
}

.wl-advantage .wrap.lw1360 {
	margin: 0 auto;
}

.wl-advantage .wrap li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.wl-advantage .wrap li:hover .wlc-tit {
	color: #6b2024;
}

.wl-advantage .wrap li:hover .wlc-buy {
	color: #6b2024;
	border-top: 1px dotted #6b2024;
	border-bottom: 1px dotted #6b2024;
}

.wl-advantage .wrap li a {
	display: block;
}
.wl-advantage .wrap li:hover .cnt{
	display: none;
}
.wl-advantage .wrap li:hover .cnt1{
	display: block;
}
.wl-advantage .wrap li .cnt {
	padding-top: 100px;
}
.wl-advantage .wrap li .cnt1{
	display: none;

}
.wl-advantage .wrap li .cnt1 a{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color:#000;
	margin-top: 20px;
}
.wl-advantage .wrap li .cnt1 a:first-child{
	margin-top: 0;
}
.wl-advantage .wrap li .cnt1 a:hover{
	color: #6b2024;
}
.wl-advantage .wrap li .cnt .wlc-buy {
	margin-left: auto;
	margin-right: auto;
	margin-top: 34px;
}

.footer {
	background-color: #fff;
}

.footer .abv {
	height: 48px;
	border-top: 1px solid #e3ded6;
	border-bottom: 1px solid #e3ded6;
	position: relative;
}

.footer .abv .lw1360 {
	height: 48px;
}

.footer .abv .lft {
	padding-top: 13px;
	width: 150px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.footer .abv .lft .attend {
	height: 22px;
}

.footer .abv .lft .attend .wx {
	position: relative;
	width: 26px;
	background-position: center 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

.footer .abv .lft .attend .wx:hover {
	background-position: center -22px;
}

.footer .abv .lft .attend .wx {
	height: 22px;
	background-image: url(../img/sy016.png);
}

.footer .abv .lft .attend .wx .limg {
	width: 105px;
	height: 105px;
	display: none;
	position: absolute;
	top: -120px;
	left: -41px;
	transition: .5s;
}

.footer .abv .lft .attend .wx.cur .limg {
	display: block;
	background-position: center -22px;
}

.footer .abv .lft .attend .bds_tsina {
	display: inline-block;
	float: left;
	width: 26px;
	height: 22px;
	margin: 0;
	padding: 0;
	background-position: center 0;
	background-repeat: no-repeat;
	background-image: url(../img/sy017.png);
}

.footer .abv .lft .attend .bds_tsina:hover {
	background-position: center -22px;
}

.footer .abv .lft .attend .bdsharebuttonbox .bds_weixin {
	width: 26px;
	height: 22px;
	margin: 0;
	padding: 0;
	background-position: center 0;
	background-image: url(../img/sy018.png);
}

.footer .abv .lft .attend .bdsharebuttonbox .bds_weixin:hover {
	background-position: center -22px;
}

.footer .abv .cnt {
	width: 390px;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	top: 13px;
	left: 50%;
	margin-left: -195px;
}

.footer .abv .cnt a {
	display: block;
	float: left;
	color: #333;
	text-align: center;
	width: 130px;
}

.footer .abv .cnt a:hover {
	color: #6b2024;
}

.footer .abv .rgt {
	/*width: 293px;*/
	color: #666;
	padding-top: 13px;
}

.footer .abv .rgt p em {
	padding-left: 18px;
	margin-right: 24px;
	background: url(../img/sy019.png) no-repeat 0 center;
}

.footer .abv .rgt p a:hover {
	color: #6b2024;
}

.footer .bel {
	text-align: center;
	padding: 19px 0;
	font-size: 14px;
	line-height: 24px;
	color: #adadad;
}

.footer .bel a {
	color: #adadad;
}

.footer .bel em {
	margin: 0 5px;
}


/* 产品列表 */

.menu {
	height: 45px;
	line-height: 45px;
	color: #999;
	border-bottom: 1px dotted #bdbdbd;
	margin-bottom: 30px;
/*	background: url(../img/sy088.jpg);*/
}

.menu em {
	color: #333;
}

.pr-sch {
	margin-bottom: 35px;
}

.pr-sch .linptw {
	width: 168px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #d7d7d7;
	background-color: #fff;
}

.pr-sch .linptw .ipt {
	height: 33px;
	line-height: 33px;
	border: none;
	text-indent: 8px;
	width: 135px;
}

.pr-sch .linptw .smt {
	cursor: pointer;
	width: 33px;
	height: 33px;
	border: none;
	background-color: #fff;
	background: url(../img/sy020.png) no-repeat center;
}

.pr-sch .linptw .smt:hover {
	background-image: url(../img/sy020-1.png);
}

.pr-sch .sbmt,
.pr-sch .reload {
	height: 35px;
	line-height: 35px;
	width: 35px;
	color: #fff;
	background-color: #999;
	border: none;
}

.pr-sch .sbmt:hover,
.pr-sch .reload:hover {
	background-color: #6b2024;
}

.pr-sch .reload {
	background-image: url(../img/sy021.png);
	background-repeat: no-repeat;
	background-position: center;
}

.pd-lst {
	width: 1110px;
	min-height: 500px;
	padding-bottom: 40px;
}

.pd-lst li {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 358px;
	height: 358px;
	float: left;
	z-index: 2;
	position: relative;
	border: 1px solid #ededed;
	/*-webkit-perspective: 3000px;*/
	/*perspective: 3000px;*/
}
.pd-lst li .img{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pd-lst li .img img {
	display: block;
	width: 100%;
	height: 100%;
	 transform:scaleX(1) scaleY(1);
	 -webkit-transform:scaleX(1) scaleY(1);
	 transition:all 0.5s;
	 -webkit-transition:all 0.5s;
}

.pd-lst li:hover {
	z-index: 3;
	border-color: #7e161b;
}
.pd-lst li:hover img{
	transform: scaleX(1.1) scaleY(1.1);
	-webkit-transform: scaleX(1.1) scaleY(1.1);
}

.pd-lst li.lt:hover .unfold,
.pd-lst li.rt:hover .unfold {
	/*-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);*/
	opacity: 1;
	filter: alpha(opacity=100);
	display: block\9\0;
	width: 368px;
}
.pd-lst li.lt:hover{
	border-left: none;
}
.pd-lst li.lt:hover .unfold{
	border-right: none;
}
.pd-lst li.rt:hover{
	border-right: none;
}
.pd-lst li.rt:hover .unfold{
	border-left: none;
}

.pd-lst li .unfold {
	display: none\9\0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 358px;
	border: 1px solid #7e161b;
	top: -1px;
	/*transition: .2s;*/
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1;
/*	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;*/
}

.pd-lst li.lt .unfold{
	right: auto;
	left: -369px;
/*	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);*/
}

.pd-lst li.rt .unfold {
	left: auto;
	right: -369px;
/*	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);*/
}

.pd-lst li .unfold .cnt {
	text-align: center;
	width: 290px;
	margin: 0 auto;
	padding-top: 60px;
	color: #fff;
}

.pd-lst li .unfold .cnt .wlc-tit {
	color: #000;
}

.pd-lst li .unfold .cnt .wlc-tip {
	color: #7f7f7f;
	margin-top: 45px;
	height: 72px;
	opacity: 1;
	fitler:alpha(opacity=100);
}

.pd-lst li .unfold .cnt .wlc-buy {
	color: #76161b;
	margin-left: auto;
	margin-right: auto;
}

.pd-lst li.big {
	width: 728px;
	overflow: hidden;
}

.pd-lst li.big .img {
	transition: .5s;
}

.pd-lst li.big:hover .img {
	transform: scale(1.1);
}

.pd-lst li.big:hover .wlc-tit {
	color: #6b2024;
}

.pd-lst li.big:hover .wlc-buy {
	color: #6b2024;
	border-top: 1px dotted #6b2024;
	border-bottom: 1px dotted #6b2024;
}

.pd-lst li.big.l .cnt {
	left: 70px;
	right: auto;
}

.pd-lst li.big.r {
	float: right;
}

.pd-lst li.big.r .cnt {
	right: 70px;
	left: auto;
}

.pd-lst li.big .cnt {
	position: absolute;
	width: 300px;
	text-align: center;
	top: 130px;
}

.pd-lst li.big .wlc-tit {
	font-size: 20px;
}

.pd-lst li.big .wlc-buy {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.pd-morew {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pd-more {
	background-color: #999;
	color: #fcfcfc;
	font-size: 14px;
	line-height: 45px;
	cursor: pointer;
	text-align: center;
}

.pd-more:hover {
	background-color: #6b2024;
}


/* 产品详情 */

.pi-imgw {
	width: 100%;
	position: relative;
	height: 230px;
	overflow: hidden;
	margin-bottom: 60px;
}

.pi-imgw.ht377 {
	height: 377px;
	margin-bottom: 0;
}

.pi-imgw img {
	display: block;
	position: absolute;
	width: 1920px;
	height: 100%;
	left: 50%;
	top: 0;
	z-index: 2;
	margin-left: -960px;
}

.pi-hdw {
	margin-bottom: 35px;
}

.pi-hdw .lft {
	width: 645px;
}

.pi-hdw .rgt {
	width: 418px;
}

.pi-hdw .rgt .h2 {
	color: #333;
	font-size: 22px;
	line-height: 32px;
	height: 32px;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}

.pi-hdw .rgt .abstract {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	min-height: 104px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}

.pi-hdw .rgt .info {
	border-bottom: 1px solid #dadada;
	padding-bottom: 35px;
	padding-top: 22px;
}

.pi-hdw .rgt .info dl {
	padding: 8px 0;
	line-height: 34px;
}

.pi-hdw .rgt .info dl dt {
	width: 64px;
	color: #333;
	font-style: 14px;
}

.pi-hdw .rgt .info dl .fs16 {
	font-size: 16px;
	color: #000;
	text-decoration: line-through;
}

.pi-hdw .rgt .info dl .fs16 em {
	font-size: 20px;
}

.pi-hdw .rgt .info dl .fs24 {
	font-size: 24px;
	color: #000;
}

.pi-hdw .rgt .info dl .fs24 em {
	font-size: 24px;
}

.pi-hdw .rgt .info dl .standard span {
	display: inline-block;
	min-width: 128px;
	height: 33px;
	border: 1px solid #d7d7d7;
	color: #333;
	font-size: 12px;
	cursor: pointer;
	margin-right: 8px;
	text-align: center;
	padding: 0 10px 0 10px;
}

.pi-hdw .rgt .info dl .standard span.cur {
	border: 1px solid #6b2024;
	color: #6b2024;
}

.pi-hdw .rgt .info dl .standard span:hover {
	color: #6b2024;
}

.pi-hdw .rgt .info .pt25 {
	padding-top: 25px;
}

.pi-hdw .rgt .serve {
	padding-top: 12px;
	line-height: 36px;
	color: #333;
	font-size: 14px;
}

.pi-hdw .rgt .serve .phone {
	padding-left: 25px;
	background: url(../img/sy039.png) no-repeat 0 center;
}

.pi-hdw .rgt .serve .phone em {
	font-size: 26px;
}

.pi-hdw .rgt .serve .qq {
	padding-left: 33px;
	background: url(../img/sy040.png) no-repeat 4px center;
}

.pi-hdw .rgt .serve .qq:hover {
	color: #6b2024;
}

.calc {
	padding-top: 6px;
}

.calc span,
.calc input {
	display: inline-block;
	text-align: center;
	color: #000;
	float: left;
}

.calc span {
	width: 23px;
	height: 23px;
	border: 1px solid #d7d7d7;
	background-color: #fcfcfc;
	font-size: 16px;
	line-height: 23px;
	cursor: pointer;
}

.calc span:hover {
	border: 1px solid #6b2024;
	color: #6b2024;
}

.calc input {
	width: 53px;
	font-size: 14px;
	height: 23px;
	line-height: 23px;
	border: none;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background-color: #fff;
}

.bane-w {
	position: relative;
}

.bane-w .flb {
	width: 75px;
	height: 550px;
	margin-right: 20px;
}

.bane-w .flb .prev,
.bane-w .flb .next {
	display: block;
	width: 73px;
	height: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fcfcfc;
	background-position: center 0;
	border: 1px solid #ededed;
}

.bane-w .flb .prev:hover,
.bane-w .flb .next:hover {
	border: 1px solid #6b2024;
	background-position: center -20px;
}

.bane-w .flb .prev {
	background-image: url(../img/sy041.png);
	margin-bottom: 10px;
}

.bane-w .flb .next {
	margin-top: 10px;
	background-image: url(../img/sy042.png);
}

.bane-w .flb .small-w {
	height: 486px;
	overflow: hidden;
}

.bane-w .flb .small-w li {
	width: 73px;
	height: 73px;
	margin-bottom: 7px;
	position: relative;
	cursor: pointer;
	border: 1px solid #fff;
}

.bane-w .flb .small-w li.cur {
	border: 1px solid #6b2024;
}

.bane-w .flb .small-w li.cur:hover {
	border: 1px solid #6b2024;
}

.bane-w .flb .small-w li:hover {
	border: 1px solid #f7f7f7;
}

.bane-w .flb .small-w li img {
	display: block;
	width: 73px;
	height: 73px;
}

.bane-w .frb {
	width: 548px;
	height: 548px;
	position: relative;
	border: 1px solid #dadada;
}

.bane-w .frb li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

.bane-w .frb li img {
	width: 548px;
	height: 548px;
}

.bane-w .lglass {
	position: absolute;
	z-index: 4;
	bottom: 70px;
	right: 60px;
	width: 28px;
	height: 28px;
	background: url(../img/sy174.png) no-repeat 0 0;
}

.jqzoom {
	float: left;
	position: relative;
	padding: 0px;
	cursor: crosshair;
}

div.zoomdiv {
	z-index: 4;
	position: absolute;
	top: 42px;
	left: 655px;
	width: 450px;
	height: 450px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.jqZoomPup {
	z-index: 3;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter: alpha(Opacity=30);
}

.pi-bdnav {
	background-color: #f1f1f1;
	border-bottom: 1px solid #dadada;
	height: 49px;
	line-height: 49px;
	font-size: 16px;
}

.pi-bdnav .nav {
	height: 49px;
	border-bottom: 1px solid #dadada;
	display: block;
	float: left;
	width: 120px;
	text-align: center;
}

.pi-bdnav .nav:hover {
	color: #6b2024;
}

.pi-bdnav .nav.cur {
	color: #fff;
	background-color: #6b2024;
	border-bottom: 1px solid #6b2024;
}

.pi-bdnav .nav.cur:hover {
	color: #fff;
}

.pi-cntw {
	border-bottom: 1px solid #dddddd;
}

.pi-cntw .pi-cnt {
	padding: 20px;
	display: none;
	font-size: 14px;
}

.pi-cntw .pi-cnt img {
	max-width: 100%;
}

.pi-cntw .pi-cnt .ltable {
	width: 100%;
	line-height: 24px;
}

.pi-cntw .pi-cnt .ltable td {
	padding: 5px 0;
}

.pi-h3 {
	font-size: 14px;
	line-height: 60px;
	color: #333;
}
.pi-tit{
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	padding: 30px 0 20px;
	font-weight: normal;
	color:#333;
}
.pi-lst {
	width: 1110px;
	margin-bottom: 70px;
}

.pi-lst li {
	float: left;
	width: 267px;
	height: 267px;
	border: 1px solid #d7d7d7;
	overflow: hidden;
	margin-right: 8px;
	margin-bottom: 8px;
}

.pi-lst li .img {
	transition: 500ms;
}

.pi-lst li:hover .img {
	transform: scale(1.1);
}

.sp-lstw {
	padding-top: 45px;
	padding-bottom: 70px;
}


/* 商品列表 */

.sp-table {
	width: 100%;
	margin-bottom: 10px;
}

.sp-table th {
	background-color: #d7d7d7;
	font-size: 14px;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #d7d7d7;
}

.sp-table td {
	padding: 13px 10px;
	border: 1px solid #d7d7d7;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background-color: #fff;
}

.sp-table td.txtlft {
	text-align: left;
}

.sp-table td.nobr {
	border-right: none;
}

.sp-table td.nobl {
	border-left: none;
}

.sp-table td.tips {
	color: #999;
	text-align: left;
	padding: 7px 10px;
}

.sp-table td.ct-code {
	background-color: #e7e7e7;
	color: #666;
	padding: 0 10px;
	font-size: 12px;
	line-height: 30px;
}

.sp-table td.ct-code span {
	margin-left: 25px;
}

.sp-table .calc {
	width: 108px;
	margin: 0 auto;
}

.sp-table .spt-img {
	width: 108px;
	height: 108px;
	border: 1px solid #d7d7d7;
}

.sp-table .fav,
.sp-table .delt {
	cursor: pointer;
}

.sp-table .fav:hover,
.sp-table .delt:hover {
	color: #6b2024;
}

.sp-table .spt-tit {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 7px;
	color: #333;
}

.sp-table .spt-tit:hover {
	color: #6b2024;
}

.sp-table .spt-cnt {
	color: #666;
}

.sp-table .linpt.remark {
	border: none;
	width: 960px;
}

.checkboxw {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	background: url(../img/sy047.png) no-repeat 0 center;
}

.checkboxw.checked {
	background-image: url(../img/sy047-1.png);
}

.checkboxw.checkall {
	padding-left: 28px;
	width: 30px;
}

.checkboxw:hover {
	color: #6b2024;
}

.checkboxw input[type='checkbox'] {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.sp-operate {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 0 18px;
}

.sp-operate .checkboxw {
	margin-left: 10px;
	float: left;
}

.sp-operate .favs,
.sp-operate .delts {
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-left: 40px;
}

.sp-operate .favs:hover,
.sp-operate .delts:hover {
	color: #6b2024;
}

.sp-account {
	background-color: #d7d7d7;
	height: 50px;
	line-height: 50px;
}

.sp-account .empty {
	margin-left: 10px;
	padding-left: 26px;
	background: url(../img/sy048.jpg) no-repeat 0 center;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

.sp-account .empty:hover {
	color: #6b2024;
}

.sp-account .sp-sum {
	width: 180px;
	text-align: center;
	color: #333;
	font-size: 14px;
}

.sp-account .sp-sum em {
	font-size: 18px;
	margin-right: 5px;
	color: #6b2024;
}

.sp-calc,
.sp-calc2 {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #6b2024;
	width: 150px;
}

.sp-calc2 {
	background-color: #d7d7d7;
	color: #333;
}


/**弹出pop-up**/

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	left: 0;
	top: 0;
	z-index: 11;
}

.mb-box {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 420px;
	height: 253px;
	margin: -141px 0 0 -270px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	z-index: 12;
}

.mb-box .hd {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 22px 0 26px;
	background: #d7d7d7;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.mb-box .close {
	position: absolute;
	top: 0;
	right: 20px;
	cursor: pointer;
	display: block;
	width: 21px;
	height: 21px;
	color: #333;
}

.mb-box .close:hover {
	color: #6b2024;
}

.mb-box .bd {
	padding-top: 35px;
	text-align: center;
}

.mb-box .msg {
	font-size: 24px;
	line-height: 40px;
	color: #555;
	font-weight: normal;
	margin-bottom: 30px;
}

.mb-box .bd .btn {
	display: inline-block;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
}

.mb-box .bd .btn.ok {
	width: 120px;
	background-color: #6b2024;
}

.mb-box .bd .btn.ok:hover {
	width: 120px;
	background-color: #76272b;
}

.mb-box .bd .btn.canc {
	color: #666;
	margin-left: 5px;
	width: 120px;
	background-color: #d7d7d7;
}

.mb-box .bd .btn.canc:hover {
	background-color: #e1e0e0;
}


/* 选择地址 */

.od-wrap {
	padding-bottom: 45px;
}

.od-tit {
	padding: 23px 0 7px 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 18px;
}

.od-count {
	font-size: 14px;
	color: #666;
	line-height: 32px;
	text-align: right;
	padding: 10px 0 15px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 28px;
}

.od-count .fs16 {
	font-size: 16px;
}

.od-count .mb20 {
	margin-bottom: 20px;
}

.od-count .price1,
.od-count .price2 {
	display: inline-block;
	min-width: 105px;
	padding-left: 10px;
}

.od-count .price1 em,
.od-count .price2 em {
	color: #6b2024;
}

.od-count .price1 em {
	font-size: 20px;
}

.od-count .price2 em {
	font-size: 24px;
}

.od-count .lft {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #333;
	width: 800px;
}

.od-count .lft .c999 {
	font-size: 13px;
	color: #999;
}

.od-count .greetcard {
	padding-top: 10px;
}

.od-count .greetcard li {
	float: left;
	margin-right: 18px;
	line-height: 18px;
	height: 18px;
	margin-bottom: 10px;
}

.od-count .greetcard li span {
	margin-left: 4px;
	display: inline-block;
	float: left;
}

.od-count .greetcard li .eye {
	width: 18px;
	height: 18px;
	background: url(../img/sy074.png) no-repeat center;
}

.od-count .greetcard li .eyew {
	cursor: pointer;
}

.od-count .greetcard li .eyew:hover {
	color: #6b2024;
}

.od-count .greetcard li .eyew:hover .eye {
	background-image: url(../img/sy074-1.png);
}

.od-addressw {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	padding: 26px;
	min-height: 150px;
}

.od-addressw .address {
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;
	padding: 20px 25px;
	width: 278px;
	height: 108px;
	position: relative;
	cursor: pointer;
}

.od-addressw .address.cur,
.od-addressw .address:hover {
	border: 1px solid #6b2024;
}

.od-addressw .address .checkboxw {
	position: absolute;
	top: 0;
	left: 0;
}

.od-addressw .address .name {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-bottom: 10px;
}

.od-addressw .address .name em {
	color: #666;
	font-size: 14px;
	margin-left: 5px;
}

.od-addressw .address .ads {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	overflow: hidden;
}

.od-addressw .address .updt {
	font-size: 14px;
	line-height: 24px;
	color: #6b2024;
	cursor: pointer;
	width: 32px;
	margin-top: 5px;
}

.od-addressw .newaddress {
	float: left;
	width: 328px;
	height: 148px;
	border: 1px dotted #d7d7d7;
	text-align: center;
	font-size: 14px;
	line-height: 148px;
	cursor: pointer;
	color: #999;
}

.od-addressw .newaddress:hover {
	color: #6b2024;
	border: 1px dotted #6b2024;
}

.od-addressw .newaddress .add {
	padding-left: 17px;
	background: url(../img/sy050.jpg) no-repeat 0 center;
}

.lcover {
	display: none;
	position: fixed;
	z-index: 10;
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.od-address {
	display: none;
	position: fixed;
	z-index: 11;
	background-color: #fff;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 468px;
	margin-top: -234px;
	margin-left: -500px;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2), -3px -3px 20px rgba(0, 0, 0, 0.2);
}

.od-address .oda-tit {
	background-color: #d7d7d7;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	height: 40px;
}

.od-address .lcolse {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	cursor: pointer;
	background: url(../img/sy051.png) no-repeat center;
}

.od-address .lcolse:hover {
	background-image: url(../img/sy051-1.png);
}

.oda-tablew {
	padding: 13px 30px;
	background-color: #fff;
}

.oda-tablew.bord7 {
	border: 1px solid #d7d7d7;
	padding: 30px 30px 42px;
}

.oda-tablew table {
	width: 100%;
}

.oda-tablew table .wd275 {
	width: 275px;
}

.oda-tablew table .wd110 {
	width: 110px;
}

.oda-tablew table .wd576 {
	width: 576px;
}

.oda-tablew table .tit {
	color: #333;
}

.oda-tablew table .tips {
	color: #999;
}

.oda-tablew table td {
	font-size: 14px;
	line-height: 35px;
	padding: 7px 0;
}

.oda-tablew table .mb14 {
	margin-bottom: 14px;
}

.oda-tablew table .default {
	padding: 14px 0 33px;
}

.oda-tablew table .default .checkboxw {
	width: 150px;
	padding-left: 25px;
}

.oda-tablew table .btnw .lbtn {
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.oda-tablew table .btnw .red {
	margin-right: 14px;
}


/* 支付页面 */

.py-tablew {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	padding: 20px 28px;
}

.py-tablew table {
	width: 100%;
}

.py-tablew .tit {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	padding: 5px 0;
}

.py-tablew td {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding: 3px 0;
}

.py-tablew .price {
	color: #333;
	font-size: 14px;
}

.py-tablew .price span {
	font-size: 16px;
}

.py-tablew .price em {
	font-size: 24px;
	margin-right: 5px;
	color: #6b2024;
}

.py-pay {
	padding: 15px 0 5px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
}

.py-pay .radiow {
	display: block;
	float: left;
	position: relative;
	margin-right: 17px;
	margin-bottom: 10px;
	width: 200px;
	height: 70px;
}

.py-pay .radiow.cur img {
	border: 1px solid #6b2024;
}

.py-pay .radiow input {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}

.py-pay .radiow img {
	display: block;
	width: 198px;
	height: 68px;
	border: 1px solid #d7d7d7;
}

.pt-tips {
	height: 206px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	text-align: center;
	margin: 28px 0 20px;
}

.pt-tips .tip {
	padding-top: 55px;
	padding-bottom: 45px;
	display: inline-block;
	font-size: 20px;
	line-height: 46px;
	color: #333;
	text-align: center;
}

.pt-tips .tip span {
	display: inline-block;
	background: url(../img/sy053.png) no-repeat 0 center;
	padding-left: 65px;
}

.pt-tips a {
	font-size: 14px;
	cursor: pointer;
	color: #999;
}

.pt-tips a:hover {
	color: #6b2024;
}

.pt-logistic {
	background-color: #fff;
	border: 1px solid #d7d7d7;
}

.pt-logistic .tit {
	height: 40px;
	background-color: #d7d7d7;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	padding-left: 10px;
}

.pt-logistic .cnt {
	padding: 20px 10px;
}

.pt-logistic .cnt p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding: 5px 0;
}

.pt-logistic .cnt p em {
	color: #333;
}


/* 登录 */

.loginw {
	height: 673px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.loginw.ht618 {
	height: 618px;
}

.loginw .lbgimg {
	display: block;
	width: 1920px;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -960px;
}

.lg-wrap {
	position: absolute;
	width: 424px;
	height: 352px;
	left: 50%;
	top: 50%;
	margin-left: 126px;
	margin-top: -176px;
	background-color: #fff;
	z-index: 3;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.lg-wrap.lg-wrap2 {
	height: 515px;
	margin-top: -257px;
}

.lg-wrap .lgw-tit {
	background-color: #6b2024;
	color: #fff;
	padding: 0 30px;
	height: 65px;
	line-height: 65px;
	font-size: 14px;
}

.lg-wrap .lgw-tit .h2 {
	font-size: 20px;
}

.lg-wrap .lgw-tit p.fr {
	color: #afafaf;
}

.lg-wrap .lgw-tit p.fr a {
	color: #fff;
}

.lg-wrap .lgw-cnt {
	padding: 30px;
}

.lg-wrap .lgw-cnt .linptw {
	height: 50px;
	line-height: 50px;
	width: 364px;
	margin-bottom: 10px;
}

.lg-wrap .lgw-cnt .linptw .linpt2 {
	text-indent: 20px;
	border: 1px solid #d7d7d7;
	line-height: 48px;
	height: 48px;
	width: 362px;
	color: #666;
	font-size: 14px;
}

.lg-wrap .lgw-cnt .linptw .linpt2.wd236,
.lg-wrap .lgw-cnt .linptw .wd236 {
	width: 236px;
}

.lg-wrap .lgw-cnt .linptw .wd236 .linpt2 {
	width: 234px;
}

.lg-wrap .lgw-cnt .linptw .wd120 {
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #666;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 50px;
}

.lg-wrap .lgw-cnt .linptw .wd120:hover {
	background-color: #706f6f;
}

.lg-wrap .lgw-cnt .linptw .wd120 img {
	display: block;
	width: 100%;
	height: 100%;
}

.lg-wrap .lg-pwd {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #999;
}

.lg-wrap .lg-pwd label.fl {
	width: 105px;
}

.lg-wrap .lg-pwd label.fl input {
	margin-top: 16px;
	margin-right: 5px;
}

.lg-wrap .lg-pwd label.wd360 {
	width: 360px;
	cursor: pointer;
}

.lg-wrap .lg-pwd a.fr {
	color: #999;
}

.lg-wrap .lg-pwd a.fr:hover {
	color: #6b2024;
}

.lg-wrap .lg-pwd #agreement:hover {
	color: #6b2024;
}

.lg-wrap .lgw-btn {
	width: 100%;
	height: 50px;
	font-size: 16px;
}


/* 忘记密码 */

.wd190 {
	width: 190px;
}

.wd890 {
	width: 890px;
	padding-bottom: 58px;
}

.memberw {
	padding-bottom: 58px;
}

.memberw .m-tit {
	height: 50px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	background-color: #6b2024;
}

.memberw .m-tit a {
	color: #fff;
	display: block;
	background: url(../img/sy055.png) no-repeat 28px center;
	padding-left: 70px;
}

.memberw .m-nav {
	margin-bottom: 10px;
}

.memberw .m-nav .tit {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #333;
	background-color: #d7d7d7;
}

.memberw .m-nav a {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-top: none;
	text-align: center;
	display: block;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	color: #999;
}

.memberw .m-nav a:hover,
.memberw .m-nav a.cur {
	color: #6b2024;
}

.fg-tit {
	border-bottom: 1px solid #d7d7d7;
	height: 49px;
	font-size: 20px;
	line-height: 49px;
	color: #333;
	margin-bottom: 10px;
}

.fg-step {
	height: 40px;
	margin-bottom: 10px;
}

.fg-step .step {
	width: 137px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background-color: #999;
	text-align: center;
}

.fg-step .step.cur {
	background-color: #6b2024;
}

.fg-step .line {
	padding: 19px 5px 0 5px;
	height: 1px;
	width: 334px;
}

.fg-step .line span {
	display: block;
	background-color: #999;
	height: 1px;
	width: 100%;
}

.fg-cnt {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	min-height: 364px;
}

.fg-wrap {
	width: 435px;
	margin: 0 auto;
}

.fg-wrap.pt60 {
	padding-top: 60px;
}

.fg-wrap.pt50 {
	padding-top: 50px;
}

.fg-wrap .linptw p.fl {
	font-size: 14px;
	line-height: 50px;
	color: #333;
	width: 95px;
	text-align: right;
}

.fg-wrap .linptw .linpt {
	width: 337px;
	height: 50px;
	line-height: 50px;
	text-indent: 18px;
	font-size: 14px;
}

.fg-wrap .linptw .linpt.wd192 {
	width: 192px;
}

.fg-wrap .linptw .linpt.pwd {
	background: url(../img/sy056.jpg) no-repeat 97% center;
}

.fg-wrap .linptw .code {
	display: block;
	width: 138px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #999;
}

.fg-wrap .fg-sbmt {
	display: block;
	width: 180px;
	height: 40px;
	background-color: #6b2024;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	cursor: pointer;
	border: 1px solid #6b2024;
	font-size: 16px;
}

.fg-wrap .fg-sbmt.mt55 {
	margin-top: 55px;
}

.fg-wrap .fg-sbmt.mt20 {
	margin-top: 20px;
}

.fg-wrap .fg-sbmt:hover {
	background-color: #76272b;
}

.fg-tipw {
	padding-top: 80px;
}

.fg-tipw .tipyes {
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.fg-tipw .tip {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.ct-hd {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	padding: 30px 38px;
	margin-bottom: 20px;
}

.ct-hd .cth-imgw {
	width: 80px;
	height: 80px;
	padding: 2px;
	border: 1px solid #d8d8d8;
	margin-right: 30px;
}

.ct-hd .cth-imgw img {
	display: block;
	width: 100%;
	height: 100%;
}

.ct-hd .cnt {
	font-size: 14px;
	line-height: 34px;
	color: #333;
}

.ct-hd .cnt span {
	margin-left: 50px;
}

.ct-hd .cnt em {
	color: #ff2626;
}

.ct-hd .cnt .mb16 {
	margin-bottom: 16px;
}

.ct-hd .cnt a:hover {
	color: #6b2024;
}

.ct-order {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	padding: 10px 10px 10px 20px;
	height: 30px;
	margin-bottom: 10px;
}

.ct-order .lft {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

.ct-order .lft strong {
	font-size: 16px;
	color: #333;
}

.ct-order .lft span {
	margin-left: 50px;
}

.ct-order .lft em {
	color: #ff2626;
}

.ct-order .lft a {
	color: #999;
}

.ct-order .lft a:hover {
	color: #6b2024;
}

.ct-order .rgt {
	width: 318px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d7d7d7;
}

.ct-order .rgt input[type='text'] {
	text-indent: 10px;
	font-size: 12px;
	width: 228px;
	border: none;
	height: 28px;
	line-height: 28px;
	background-color: #fafafa;
	border: none;
}

.ct-order .rgt input[type='submit'] {
	width: 90px;
	cursor: pointer;
	border: none;
	background-color: #d7d7d7;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	color: #333;
	cursor: pointer;
}

.ct-order .rgt input[type='submit']:hover {
	background-color: #dfdede;
}

.ct-orderw {
	padding-bottom: 45px;
}

.ct-orderw .lbtn {
	height: 30px;
	width: 90px;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.ct-orderw .link {
	color: #999;
	font-size: 12px;
	cursor: pointer;
}

.ct-orderw .link:hover {
	color: #6b2024;
}

.ct-orderw em.mr4 {
	margin: 0 4px;
	color: #999;
}

.mo-orderw {
	height: 36px;
	margin-bottom: 10px;
}

.mo-orderw a {
	display: inline-block;
	width: 102px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	color: #333;
	text-align: center;
	cursor: pointer;
}

.mo-orderw a:hover {
	border: 1px solid #6b2024;
	color: #6b2024;
}

.mo-orderw a.cur {
	background-color: #6b2024;
	border: 1px solid #6b2024;
	color: #fff;
}

.mo-orderw a.cur:hover {
	color: #fff;
}

.af-state {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	padding: 25px 40px 40px;
	margin-bottom: 20px;
}

.af-state .tit {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 14px;
}

.af-state .cnt {
	color: #333;
	font-size: 14px;
	line-height: 28px;
}

.af-state .cnt img {
	max-width: 100%;
}

.af-state .cnt .tin28 {
	text-indent: 28px;
}

.af-tit {
	color: #333;
	font-size: 16px;
	line-height: 48px;
}

.af-problem {
	width: 100%;
}

.af-problem td {
	font-size: 14px;
	line-height: 35px;
	padding: 7px 0;
}

.af-problem td.tit {
	padding-left: 10px;
	color: #333;
	text-align: right;
}

.af-problem .area {
	width: 556px;
	height: 98px;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 10px;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

.af-problem .red {
	color: #76161b;
}

.af-problem .filew {
	position: relative;
	display: block;
	width: 88px;
	margin-bottom: 12px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #e4e4e4;
	border: 1px solid #c9c9c9;
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

.af-problem .filew:hover {
	border: 1px solid #6b2024;
	color: #6b2024;
}

.af-problem .filew input[type='file'] {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.af-problem .tip,
.af-problem .tip2 {
	font-size: 12px;
	line-height: 24px;
}

.af-problem .tip {
	color: #333;
}

.af-problem .tip2 {
	color: #999;
}

.af-problem .linpt.wd110 {
	width: 110px;
	text-indent: 10px;
}

.af-problem .linpt.wd576 {
	width: 576px;
}

.af-problem .mb14 {
	margin-bottom: 14px;
}

.af-problem .afck {
	width: 140px;
	padding-left: 22px;
	margin-left: 10px;
	height: 35px;
	line-height: 35px;
}

.af-problem .lbtn.red {
	width: 150px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	margin-top: 43px;
	margin-bottom: 30px;
}

.af-problem .saft-tip {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding: 10px 26px;
}

.af-problem .notice {
	margin-bottom: 15px;
}

.af-problem .notice .lft {
	width: 64px;
}

.af-problem .notice .rgt {
	width: 730px;
}

.fav-lst ul {
	width: 900px;
}

.fav-lst ul li {
	float: left;
	width: 215px;
	height: 215px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.fav-lst ul li:hover .cover {
	display: block;
}

.fav-lst ul li .img {
	border: 1px solid #d7d7d7;
	width: 213px;
	height: 213px;
}

.fav-lst ul li .cover {
	transition: 500ms;
	display: none;
	position: absolute;
	width: 215px;
	height: 215px;
	background: rgb(118, 22, 27);
	z-index: 2;
	top: 0;
	left: 0;
	text-align: center;
}

.fav-lst ul li .cover .titw {
	padding: 60px 8px 40px 8px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.fav-lst ul li .cover .tit {
	color: #fff;
}

.fav-lst ul li .cover .tit:hover {
	text-decoration: underline;
}

.fav-lst ul li .cover .txtc {
	display: inline-block;
}

.fav-lst ul li .cover .shop,
.fav-lst ul li .cover .delt {
	cursor: pointer;
	float: left;
	display: inline-block;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
}

.fav-lst ul li .cover .shop {
	background-image: url(../img/sy059.png);
}

.fav-lst ul li .cover .delt {
	background-image: url(../img/sy058.png);
}

.fav-lst ul li .cover .line {
	float: left;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	margin: 0 5px;
	color: #944c50;
}


/* 站内消息 */

.ns-lst dl {
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 20px 30px;
	margin-bottom: 10px;
}

.ns-lst dl dt {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 8px;
}

.ns-lst dl dd {
	font-size: 12px;
	line-height: 22px;
	color: #999;
}

.ns-more {
	background-color: #d7d7d7;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	cursor: pointer;
}

.ns-more:hover {
	background-color: #e2e2e2;
}


/* 个人资料 */

.pn-tablew {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	padding: 43px 260px 55px 205px;
	min-height: 316px;
}

.pn-tablew.pt65 {
	padding-top: 65px;
	padding-bottom: 33px;
}

.pn-tablew table {
	width: 100%;
}

.pn-tablew table td {
	padding: 7px 0;
	font-size: 14px;
	line-height: 35px;
	color: #333;
}

.pn-tablew table .tit {
	text-align: right;
}

.pn-tablew table .red {
	color: #6b2024;
}

.pn-tablew table .filew {
	display: block;
	border: 1px solid #d7d7d7;
	background-color: #fafafa;
	padding: 2px;
	width: 80px;
	position: relative;
	height: 80px;
}

.pn-tablew table .filew:hover {
	border: 1px solid #6b2024;
}

.pn-tablew table .filew:hover .txt {
	color: #6b2024;
}

.pn-tablew table .filew .hdimg {
	width: 80px;
	height: 80px;
}

.pn-tablew table .filew input[type='file'] {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	top: 0;
	left: 0;
}

.pn-tablew table .filew .txt {
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	height: 22px;
	top: 32px;
}

.pn-tablew table .linpt {
	width: 310px;
}

.pn-tablew table .linpt.wd193 {
	width: 193px;
}

.pn-tablew table .linpt.wd124 {
	width: 124px;
	color: #333;
}

.pn-tablew table .linpt.wd80 {
	width: 80px;
	margin-left: 10px;
	color: #333;
}

.pn-tablew table .code {
	cursor: pointer;
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: #d7d7d7;
	margin-left: 5px;
}

.pn-tablew table .code:hover {
	background-color: #e1e1e1;
}

.pn-tablew table .sexw {
	margin-right: 30px;
}

.pn-tablew table .sexw input[type='radio'] {
	margin-right: 5px;
}

.pn-tablew table .lbtn.red {
	width: 150px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	margin-top: 27px;
}

.ad-tablew table {
	border: 1px solid #d7d7d7;
	width: 100%;
}

.ad-tablew table th {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	background-color: #d7d7d7;
}

.ad-tablew table td {
	background-color: #fff;
	padding: 17px 7px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
}

.ad-tablew table .red {
	color: #ff0000;
}

.ad-tablew table .blue {
	color: #005aff;
}

.ad-tablew table .updt,
.ad-tablew table .delt {
	cursor: pointer;
}

.ad-tablew table .updt:hover,
.ad-tablew table .delt:hover {
	text-decoration: underline;
}

.ad-tablew table .line {
	margin: 0 5px;
	color: #b8b8b8;
}


/* 订单详情 */

.oi-table {
	width: 100%;
	border: 1px solid #f4f4f4;
	margin-bottom: 10px;
}

.oi-table th {
	background-color: #d7d7d7;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	padding-left: 15px;
}

.oi-table th.bl {
	border-left: 1px solid #ccc;
}

.oi-table td {
	background-color: #fff;
	font-size: 14px;
	line-height: 34px;
	color: #333;
	padding: 37px 0 27px;
}

.oi-table .info {
	padding-left: 75px;
	padding-right: 75px;
}

.oi-table .info .tit {
	line-height: 31px;
	color: #76161b;
	font-size: 18px;
	padding-left: 48px;
	margin-bottom: 10px;
	background: url(../img/sy073.jpg) no-repeat 0 center;
}

.oi-table .logistics {
	padding-left: 35px;
	padding-right: 35px;
	border-left: 1px dashed #e9ebee;
}

.oi-table .logistics .date,
.oi-table .logistics .week,
.oi-table .logistics .time,
.oi-table .logistics .ads,
.oi-table .logistics .adrs {
	display: block;
	float: left;
}

.oi-table .logistics .date {
	width: 90px;
}

.oi-table .logistics .date.cur {
	color: #6b2024;
}

.oi-table .logistics .week {
	width: 35px;
}

.oi-table .logistics .time {
	width: 70px;
}

.oi-table .logistics .ads {
	width: 60px;
}

.oi-table .logistics .adrs {
	width: 110px;
}


/* 国礼之选 */

.gt-wrap {
	padding: 18px 0 30px;
}

.gt-detailw {
/*	background: url(../img/sy078.jpg);*/
	padding-bottom: 30px;
}

.gt-detailw.nopd {
	padding: 0;
}

.gt-detailw.pd2 {
	padding-bottom: 50px;
}

.gt-detailw.pd3 {
	padding-bottom: 50px;
}

.gt-detailw.pd4 {
	padding-bottom: 65px;
}

.gt-tit {
	padding: 50px;
	text-align: center;
	color: #f3f3f3;
/*	font-family: Arial;*/
	font-size: 55px;
	position: relative;
}

.gt-tit .tit {
	position: absolute;
	padding-top: 65px;
	color: #333;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	top: 0;
	left: 0;
	font-family: "微软雅黑";
	z-index: 1;
}

.gt-tit .tip {
	color: #666;
	font-size: 12px;
}

.gt-tit-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat; 
	background-position: center;
	top: 0;
	left: 0;
}
.gt-time {
	text-align: right;
	color: #999;
	font-size: 12px;
	line-height: 22px;
	padding-top: 10px;
}

.gt-cnt {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	min-height: 300px;
	padding-top: 15px;
	padding:15px;
}

.gt-cnt img {
	max-width: 100%;
}

.gt-cnt.pt15 {
	padding-top: 15px;
}

.gt-cnt .imgtip {
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 32px;
	padding-top: 15px;
}

.gt-cnt .tit {
	font-size: 20px;
	line-height: 30px;
	color: #333;
}

.gt-cnt .tit2 {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.gt-cnt p {
	/*padding-bottom: 10px;*/
}

.gt-foot {
	border-top: 1px solid #d7d7d7;
	padding: 25px 0 0;
}

.gt-foot .lft {
	width: 800px;
}

.gt-foot .lft span,
.gt-foot .lft a {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.gt-foot .lft span {
	margin-bottom: 8px;
	cursor: default;
}

.gt-foot .lft a {
	cursor: pointer;
}

.gt-foot .lft a:hover {
	color: #6b2024;
}

.gt-foot .rgt {
	width: 100px;
}

.gt-imgw li {
	width: 235px;
	float: left;
	margin-left: 14px;
}

.gt-imgw li:first-child {
	margin-left: 0;
}

.gt-imgw li .gtcnt {
	border: 1px solid #d7d7d7;
	padding: 20px 16px 30px;
	background-color: #fff;
}

.gt-imgw li .gtcnt .gt-h3 {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	margin-bottom: 10px;
}

.gt-imgw li .gtcnt .gt-tip {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.ht-history {
	padding-bottom: 110px;
	background: url(../img/sy081.png) no-repeat center 73px;
}

.ht-history .hd {
	height: 135px;
	width: 1100px;
	position: relative;
}

.ht-history .hd .prev,
.ht-history .hd .next {
	position: absolute;
	display: block;
	width: 79px;
	height: 79px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	top: -9px;
}

.ht-history .hd .prev {
	left: 0;
	background-image: url(../img/sy084.png);
}

.ht-history .hd .prev:hover {
	background-image: url(../img/sy084-1.png);
}

.ht-history .hd .next {
	right: 0;
	background-image: url(../img/sy085.png);
}

.ht-history .hd .next:hover {
	background-image: url(../img/sy085-1.png);
}

.ht-history .hd .liw {
	width: 880px;
	height: 135px;
	margin: 0 auto;
	position: relative;
}

.ht-history .hd .liw li {
	position: absolute;
	width: 79px;
	height: 79px;
	background: url(../img/sy082.png) no-repeat center;
	text-align: center;
	font-size: 22px;
	line-height: 79px;
	color: #999;
	top: 42px;
	left: 401px;
	cursor: pointer;
	z-index: 2;
	border-radius: 50%;
}

.ht-history .hd .liw li:hover {
	color: #6b2024;
}

.ht-history .hd .liw li.cur {
	font-size: 32px;
	line-height: 103px;
	color: #fff;
	width: 103px;
	height: 103px;
	background-image: url(../img/sy083.png);
	top: 30px;
	left: 389px;
	z-index: 3;
}

.ht-history .hd .liw li.cur:hover {
	color: #fff;
}

.ht-history .bd {
	padding-top: 50px;
}

.ht-history .bd ul {
	width: 100%;
}

.ht-history .bd ul li {
	float: left;
	width: 100%;
}

.ht-history .bd ul li .img {
	display: block;
	width: 550px;
	height: 470px;
}

.ht-history .bd ul li .cnt {
	width: 510px;
	padding-left: 40px;
}

.ht-history .bd ul li .cnt .tit {
	font-size: 32px;
	line-height: 45px;
	color: #333;
	padding-top: 60px;
	padding-bottom: 45px;
}

.ht-history .bd ul li .cnt .tit em {
	font-size: 40px;
}

.ht-history .bd ul li .cnt .content {
	font-size: 14px;
	line-height: 24px;
	padding-right: 110px;
}


/* 新闻列表 */

.ns-lstw .ns-hd {
	border-bottom: 1px solid #d7d7d7;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
}

.ns-lstw .ns-hd .lft {
	color: #333;
	width: 110px;
	font-size: 16px;
	padding-left: 30px;
	background: url(../img/sy103.png) no-repeat 105px center;
	cursor: pointer;
}

.ns-lstw .ns-hd .lft:hover {
	color: #6b2024;
}

.ns-lstw .ns-hd .rgt {
	width: 0;
	height: 35px;
	overflow: hidden;
}

.ns-lstw .ns-hd .rgt .ywrap {
	position: relative;
	width: 89.5%;
	padding: 0 16px;
}

.ns-lstw .ns-hd .rgt .prev,
.ns-lstw .ns-hd .rgt .next {
	position: absolute;
	width: 16px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	top: 0;
}

.ns-lstw .ns-hd .rgt .prev {
	left: 0;
	background-image: url(../img/sy105.png);
}

.ns-lstw .ns-hd .rgt .prev:hover {
	background-image: url(../img/sy105-1.png);
}

.ns-lstw .ns-hd .rgt .next {
	right: 0;
	background-image: url(../img/sy106.png);
}

.ns-lstw .ns-hd .rgt .next:hover {
	background-image: url(../img/sy106-1.png);
}

.ns-lstw .ns-hd .rgt .yearsw {
	width: 100%;
	overflow: hidden;
}

.ns-lstw .ns-hd .rgt .yearsw ul li {
	float: left;
	width: 68px;
	text-align: center;
	background: url(../img/sy107.jpg) no-repeat left center;
}

.ns-lstw .ns-hd .rgt .yearsw ul li:first-child {
	background: none;
}

.ns-lstw .ns-hd .rgt .yearsw ul li.cur a {
	color: #6b2024;
	border-bottom: 2px solid #6b2024;
}

.ns-lstw .ns-hd .rgt .yearsw ul li a {
	display: inline-block;
	line-height: 34px;
	color: #999;
	font-size: 16px;
}

.ns-lstw .ns-hd .rgt .yearsw ul li a:hover {
	color: #6b2024;
}

.ns-lstw .ns-hd .rgt .close {
	width: 16px;
	height: 35px;
	background: url(../img/sy104.png) no-repeat center;
	cursor: pointer;
	margin-left: 28px;
}

.ns-lstw .ns-hd .rgt .close:hover {
	background-image: url(../img/sy104-1.png);
}

.ns-lstw .ns-bd {
	padding-bottom: 60px;
	padding-top: 40px;
	overflow: hidden;
}

.ns-lstw .ns-bd .ns-lst {
	width: 1120px;
}

.ns-lstw .ns-bd .ns-lst li {
	width: 262px;
	height: 341px;
	float: left;
	margin-right: 17px;
	margin-bottom: 16px;
}

.ns-lstw .ns-bd .ns-lst li a {
	display: block;
}

.ns-lstw .ns-bd .ns-lst li:hover .imgw img {
	transform: scale(1.1);
}

.ns-lstw .ns-bd .ns-lst li:hover .wrap .h3 {
	color: #6b2024;
}

.ns-lstw .ns-bd .ns-lst li .imgw {
	width: 100%;
	height: 177px;
	overflow: hidden;
}

.ns-lstw .ns-bd .ns-lst li .imgw img {
	transition: .5s;
}

.ns-lstw .ns-bd .ns-lst li .wrap {
	border: 1px solid #d7d7d7;
	border-top: none;
	height: 136px;
	padding: 27px 14px 0 14px;
}

.ns-lstw .ns-bd .ns-lst li .wrap .h3 {
	font-weight: normal;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.ns-lstw .ns-bd .ns-lst li .wrap .time {
	color: #c7c7c7;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}

.ns-lstw .ns-bd .ns-lst li .wrap .cnt {
	color: #666;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

.ns-lstw .ns-ft {
	text-align: center;
	padding-top: 20px;
}

.rl-table {
	width: 100%;
}

.rl-table td {
	height: 39px;
	line-height: 39px;
	color: #333;
	font-size: 14px;
	text-align: center;
	border: 1px solid #d7d7d7;
	background-color: #fff;
}

.rl-table th {
	background-color: #d7d7d7;
	border: 1px solid #c5c5c5;
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
}

.rl-table .txtlft {
	text-align: left;
	padding-left: 24px;
}

.rl-table .yes {
	background: url(../img/sy109.jpg) #fff no-repeat center;
}


/* 订制流程 */

.fl-cnt {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.fl-cnt .flc-tit {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	color: #333;
	font-weight: normal;
}

.fl-cnt .img {
	width: 1100px;
	height: 1593px;
}

.fl-cnt .cnt {
	width: 402px;
	position: absolute;
}

.fl-cnt .cnt1 {
	width: 465px;
	top: 45px;
	left: 70px;
}

.fl-cnt .cnt2 {
	top: 212px;
	left: 650px;
}

.fl-cnt .cnt3 {
	top: 558px;
	left: 70px;
}

.fl-cnt .cnt4 {
	top: 849px;
	left: 564px;
}

.fl-cnt .cnt5 {
	top: 1419px;
	left: 635px;
}


/* 定制热线 */

.ph-lst {
	padding-bottom: 50px;
}

.ph-lst li {
	float: left;
	width: 395px;
	margin-bottom: 100px;
	height: 100px;
}

.ph-lst li.nomb {
	margin-bottom: 0;
}

.ph-lst li.lft {
	padding-right: 100px;
}

.ph-lst li.rgt {
	padding-left: 103px;
	border-left: 1px solid #dbe0dd;
}

.ph-lst li .p {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-size: 16px;
	line-height: 24px;
}

.ph-lst li .name {
	color: #333;
	background-image: url(../img/sy120.png);
}

.ph-lst li .ads,
.ph-lst li .phone {
	color: #666;
	margin-top: 10px;
}

.ph-lst li .ads {
	background-image: url(../img/sy121.png);
}

.ph-lst li .phone {
	background-image: url(../img/sy122.png);
}


/* 网上订购 */

.on-tit1,
.on-tit2,
.on-tit3,
.on-tit4 {
	padding-left: 60px;
	padding-top: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.on-tit1 {
	background-image: url(../img/sy114.png);
}

.on-tit2 {
	background-image: url(../img/sy115.png);
}

.on-tit3 {
	padding-top: 32px;
	background-image: url(../img/sy116.png);
}

.on-tit4 {
	padding-top: 32px;
	background-image: url(../img/sy117.png);
}

.upk-cnt {
	padding-top: 20px;
	padding-bottom: 10px;
}

.upk-cnt ul li {
	float: left;
	padding-left: 55px;
	padding-top: 24px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 58px;
}

.upk-cnt ul li.lft {
	padding-right: 50px;
	width: 385px;
}

.upk-cnt ul li.rgt {
	width: 438px;
}

.upk-cnt ul li.bg1 {
	background-image: url(../img/sy114.png);
}

.upk-cnt ul li.bg2 {
	background-image: url(../img/sy115.png);
}

.upk-cnt ul li.bg3 {
	background-image: url(../img/sy116.png);
}

.upk-cnt ul li.bg4 {
	background-image: url(../img/sy117.png);
}


/* 珍珠文化 */

.ct-nav {
	border-bottom: 1px solid #d7d7d7;
	padding-top: 20px;
	height: 50px;
	text-align: center;
	margin-bottom: 35px;
}

.ct-nav ul {
	display: inline-block;
	background: url(../img/sy140.png) no-repeat 0 center;
}

.ct-nav ul li {
	float: left;
	width: 190px;
	height: 50px;
	padding: 0 10px;
	text-align: center;
	background: url(../img/sy140.png) no-repeat right center;
}

.ct-nav ul li.cur a {
	color: #6b2024;
	border-bottom: 2px solid #6b2024;
}

.ct-nav ul li:hover a {
	color: #6b2024;
}

.ct-nav ul li a {
	display: block;
	line-height: 49px;
	color: #333;
	font-size: 16px;
}

.ct-txt {
	padding: 0 67px 35px;
}

.ct-imgwrap {
	position: relative;
	padding: 0 67px 60px;
	height: 360px;
}

.ct-imgwrap .prev,
.ct-imgwrap .next {
	position: absolute;
	width: 25px;
	height: 50px;
	top: 155px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.ct-imgwrap .prev {
	left: 0;
	background-image: url(../img/sy141.png);
}

.ct-imgwrap .prev:hover {
	background-image: url(../img/sy142.png);
}

.ct-imgwrap .next {
	right: 0;
	background-image: url(../img/sy143.png);
}

.ct-imgwrap .next:hover {
	background-image: url(../img/sy144.png);
}

.ct-imgwrap .wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ct-imgwrap .wrap li {
	float: left;
	width: 966px;
	height: 100%;
}

.ct-imgwrap .wrap li img {
	display: block;
	width: 100%;
	height: 100%;
}


/* 珍珠时尚 */

.fs-cnt {
	padding: 35px 0 95px;
}

.fs-imgw {
	position: relative;
	height: 524px;
	width: 100%;
}

.fs-imgw .prev,
.fs-imgw .next {
	display: block;
	position: absolute;
	top: 75px;
	width: 170px;
	height: 330px;
	cursor: pointer;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: 70px center;
	transition: 100ms;
}

.fs-imgw .prev {
	left: 5px;
	background-image: url(../img/sy137.png);
}

.fs-imgw .prev:hover {
	background-position: 0 center;
}

.fs-imgw .next {
	right: 5px;
	background-image: url(../img/sy138.png);
}

.fs-imgw .next:hover {
	background-position: 154px center;
}

.fs-imgw .tips {
	text-align: center;
	padding-top: 18px;
	color: #666;
	font-size: 16px;
	line-height: 26px;
}

.fs-imgw .scroll {
	position: relative;
	width: 100%;
	height: 480px;
}

.fs-imgw ul {
	position: relative;
	width: 100%;
	height: 480px;
}

.fs-imgw ul li {
	opacity: 0;
	position: absolute;
	width: 360px;
	top: 0;
	left: 370px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4), -2px -1px 6px rgba(0, 0, 0, 0.3);
}

.fs-imgw ul li.show .cover {
	display: none;
}

.fs-imgw ul li .cover {
	display: block;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=40);
	top: 0;
	left: 0;
}


/* 珍珠搭配 */

.mt-cnt {
	border-bottom: 1px dotted #b4b3b6;
	padding: 45px 0;
	position: relative;
}

.mt-cnt.last {
	border-bottom: none;
	padding-bottom: 64px;
}

.mt-cnt .mt-more {
	position: absolute;
	right: 0;
	top: 45px;
	font-size: 16px;
	line-height: 26px;
	color: #999;
}

.mt-cnt .mt-more:hover {
	color: #6b2024;
}

.wtfall {
	position: relative;
	padding-bottom: 70px;
}

.wtfall .cell {
	width: 260px;
	border: 1px solid #d9d9d9;
	cursor: pointer;
}

.grid {
	float: left;
	-webkit-transition: top 1s ease, left 1s ease;
}

.lcoverimg {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 11;
	background-color: #fff;
	padding: 10px;
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.lcoverimg img {
	max-width: 100%;
	max-height: 100%;
}

.lcoverimg .close {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	right: 0;
	background: url(../img/sy150.jpg) no-repeat center;
	cursor: pointer;
}

.lcoverimg .close:hover {
	background-image: url(../img/sy150-1.jpg);
}

.st-lst {
	padding-left: 50px;
	padding-bottom: 60px;
}

.st-lst li {
	margin-right: 23px;
	margin-bottom: 40px;
	width: 487px;
	height: 436px;
	float: left;
}

.st-lst li .limg {
	width: 100%;
	height: 270px;
}

.st-lst li .st-cnt {
/*	background-color: #fff;*/
	background-color: #fafafa;
	height: 126px;
	text-align: center;
	padding: 40px 20px 0;
	color: #666;
	font-size: 13px;
	line-height: 23px;
}

.st-lst li .st-cnt .st-h3 {
	font-size: 18px;
	line-height: 28px;
	color: #333;
	margin-bottom: 14px;
	font-weight: normal;
}

.st-lst li .st-cnt .st-line {
	color: #e3e3e3;
	padding: 0 10px;
}

.ctct-wrap {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	height: 300px;
	top: 50%;
	margin-top: -150px;
	z-index: 3;
}

.ctct-wrap .wrap {
	position: relative;
	width: 480px;
	height: 298px;
	text-align: center;
	border: 1px solid #e7e7e7;
}

.ctct-wrap .wrap .bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .96;
	filter: alpha(opacity=96);
}

.ctct-wrap .wrap .wd100 {
	width: 100%;
}

.ctct-wrap .wrap .cnt {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	padding-top: 82px;
	font-size: 15px;
	line-height: 30px;
	color: #000;
}

.ctct-wrap .wrap .pdl75 {
	padding-left: 75px;
	padding-top: 62px;
}

.ctct-wrap .wrap .limg {
	display: block;
	width: 91px;
	height: 62px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.ctct-wrap .wrap .codew {
	margin-right: 50px;
}

.ctct-wrap .wrap .codew img {
	display: block;
	width: 136px;
	height: 136px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
}

.ctct-wrap .wrap .codew img p {
	font-size: 16px;
	line-height: 26px;
}

.fl-tit {
	line-height: 52px;
	padding-top: 10px;
	margin-bottom: 27px;
}

.fl-tit span,
.fl-tit em {
	display: inline-block;
}

.fl-tit span {
	font-size: 22px;
	color: #000;
	border-bottom: 1px solid #c4c4cc;
}

.fl-tit em {
	color: #999;
	font-size: 18px;
}

.lagreement {
	z-index: 11;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -315px;
	width: 640px;
	height: 600px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
	padding: 15px 30px 30px;
}

.lag-hd {
	font-size: 22px;
	color: #333;
	line-height: 26px;
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid #d7d7d7;
}

.lag-bd {
	height: 524px;
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}

.lag-bd img {
	max-width: 100%;
}

.lg-close {
	position: absolute;
	width: 45px;
	height: 45px;
	right: 20px;
	top: 10px;
	cursor: pointer;
	background: url(../img/lclose.png) no-repeat 0 0;
}

.lg-close:hover {
	background-position: 0 -45px;
}

.shoptipw {
	display: none;
	position: fixed;
	z-index: 11;
	background-color: #fff;
	width: 286px;
	height: 122px;
	top: 50%;
	left: 50%;
	margin-left: -143px;
	margin-top: -61px;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

.shoptipw img {
	display: block;
	margin-left: 30px;
	margin-top: 38px;
}

.shoptipw .rgt {
	padding-top: 36px;
	margin-left: 20px;
	width: 180px;
}

.shoptipw .rgt .tit {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
}

.shoptipw .rgt .tip {
	font-size: 16px;
	line-height: 20px;
	color: #666;
}

.shoptipw .rgt .tip a {
	color: #6b2024;
}

.problem dt {
	font-size: 15px;
	color: #000;
	padding: 20px 0;
	border-top: 1px dashed #cbcbc9;
	border-bottom: 1px dashed #cbcbc9;
	padding-left: 55px;
	background: url(../img/sy178.png) no-repeat 29px center;
	cursor: pointer;
}

.problem dd {
	display: none;
	padding-left: 55px;
	line-height: 26px;
	font-size: 13px;
	padding-bottom: 20px;
}

.problem dt.on {
	background: url(../img/sy179.png) no-repeat 29px center;
	border-bottom: none;
}

.pi-hdw .rgt .info dl .standard span.disable {
	cursor: not-allowed;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.pi-hdw .rgt .info dl .standard span.disable:hover {
	color: #333;
}


/*# sourceMappingURL=style.css.map */


/* 2016-06-24 修改的样式部分 */

.pr-sch select.linpt {
	height: 35px;
	line-height: 35px;
}


/* 新增 筛选 */

.filtrate {
	position: relative;
}

.filtrate .abv .linpt {
	width: 70px;
}

.filtrate .abv span {
	line-height: 35px;
	margin: 0 7px;
	color: #999;
}

.filtrate .bel {
	position: absolute;
	padding-top: 10px;
	top: 35px;
	left: 0;
	display: none;
	width: 163px;
	z-index: 6;
	background-color: #fff;
}

.filtrate .bel .wrap {
	border: 1px solid #d7d7d7;
	padding: 8px 18px;
}

.filtrate .bel .wrap li {
	font-size: 12px;
	line-height: 22px;
	color: #999;
	cursor: pointer;
}

.filtrate .bel .wrap li:hover {
	color: #7d2227;
}

.noshop {
	padding: 100px 0;
}

.noshop .wrap {
	margin: 0 auto;
	width: 170px;
	height: 52px;
	padding-left: 74px;
	background: url(../img/xz01.png) no-repeat left center;
	font-size: 18px;
	line-height: 20px;
	color: #333;
}

.noshop .wrap p {
	margin-bottom: 10px;
}

.noshop .wrap a {
	color: #79141c;
}


/* 设为默认地址 */

.ad-tablew .default {
	color: #ff0000;
}

.ad-tablew .setaddress {
	color: #666;
}

.ad-tablew .setaddress span {
	display: none;
	cursor: pointer;
}

.ad-tablew .setaddress span:hover {
	color: #6b2024;
}

.ad-tablew tr:hover .setaddress span {
	display: block;
}


/* 20160816修改 */

.ct-imgwrap.wrap2 {
	height: 440px;
	padding: 0 44px;
}

.ct-imgwrap.wrap2 .wrap {
	width: 982px;
	height: 440px;
}

.ct-imgwrap.wrap2 .wrap li {
	width: 235px;
	margin-right: 14px;
	margin-left: 0;
}

.ct-imgwrap.wrap2 .prev,
.ct-imgwrap.wrap2 .next {
	top: 195px;
}

.ct-imgwrap.wrap2 .prev.disabled,
.ct-imgwrap.wrap2 .next.disabled {
	cursor: default;
	opacity: .5;
}

.ct-imgwrap.wrap2 .prev.disabled:hover {
	background-image: url(../img/sy141.png);
}

.ct-imgwrap.wrap2 .next.disabled:hover {
	background-image: url(../img/sy143.png);
}

.ct-imgwrap.wrap2 .wrap li img {
	height: 304px;
}
.banner_box{
	height: 376px;
	background: #FFFFFF;
	
}
.hdwrap{
	display: none;
	padding: 40px 0;
	width: 100%;
	position: absolute;
	left:0;
	top:46px;
	z-index: 3;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
.hdwrap .img{
	width: 613px;
	height: 293px;
	display: block;
}
.hdwrap .lft{
	padding-top: 10px;
	width: 480px;
}
.hdwrap .lft .tit{
	font-size: 22px;
	line-height: 42px;
	color:#6b2024;
	margin-bottom: 16px;
}
.hdwrap .lft .tit a{
	color:#6b2024;
}
.hdwrap .lft .lst dl,.hdwrap .lft .lst dd{
	width: 200px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 26px;
	color:#333;
	float: left;
}
.hdwrap .lft .lst dl a:hover{
	color: #6b2024;
}
li.last .hdwrap .lft .lst dl{
	width: 140px;
}
li.last .hdwrap .lft .lst dl dt a{
	color: #6b2024;
}
li.last .hdwrap .lft .lst dl dt{
	font-size: 22px;
	line-height: 42px;
	color:#6b2024;
	margin-bottom: 16px;
}
.nfooter{
	background-color: #fff;
	border-top: 10px solid #76161b;
}
.nfooter .wrap{
	padding-bottom: 40px;
	position: relative;
}
.nfooter .wrap .line{
	position: absolute;
	width: 100%;
	height: 0;
	border-top: 1px solid #111;
	border-bottom: 1px solid #ddd;
	left: 0;
	top:50px;
}
.nfooter .wrap .rgt{
	width: 300px;
}
.nfooter .wrap .rgt{
	color:#333;
	font-size: 12px;
	line-height: 22px;
}
.nfooter .wrap .lft dl{
	width: 200px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	color:#333;
}
.nfooter .wrap .lft dl a{
	color:#333;
}
.nfooter .wrap .lft dl a.pictures{
	padding-right: 16px;
	background: url(../img/xz013.jpg) no-repeat right center;
}
.nfooter .wrap .lft dl a:hover{
	color:#6b2024;
}
.nfooter .wrap .lft dl dt{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color:#000;
	margin-bottom: 10px;
}
.nfooter .wrap .lft dl dd{
	padding-top: 8px;
}
.nfooter .attend .wx {
	position: relative;
	display: block;
	background: url(../img/xz003.jpg) no-repeat left center;
	padding-left: 22px;
	cursor: pointer;
}
.nfooter .attend .wx .limg{
	width: 105px;
    height: 105px;
    display: none;
    position: absolute;
    top: -120px;
    left: -41px;
    transition: .5s;
    top:-80px;
    left:50px;
    border:1px solid #ddd;
}
.nfooter .attend .wx:hover{
	color:#6b2024;
}
.nfooter .attend .wx:hover .limg{
	display: block;
}
.nfooter .attend .sina{
	display: block;
	background: url(../img/xz002.jpg) no-repeat left center;
	padding-left: 22px;
	margin-bottom: 13px;
}
.nfooter .attend{
	padding-top: 12px;
}
.nfooter .more{
	height: 50px;
	margin-bottom: 16px;
	background: url(../img/xz004.jpg) no-repeat left center;
}
.nfooter .rgt a{
	color: #333;
}
.nfooter .rgt a:hover{
	color:#6b2024;
}
.maptit{
	font-size: 20px;
	color:#333;
	line-height: 30px;
	padding: 21px 0 13px;
	font-weight: normal;
}
.pb180{
	padding-bottom: 180px;
}
.mpnav{
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
}
.mpnav a{
	display: block;
	width: 200px;
	color:#000;
	float: left;
}
.mpmenu{
	padding-bottom: 40px;
	padding-top: 12px;
}
.mpmenu dl{
	float: left;
	width: 200px;
	line-height: 24px;
}
.mpmenu dl a:hover{
	color:#6b2024;
}
.mpmenu dl dt{
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 26px;
}
.mpmenu dl dt a{
	color: #000;
}
.mpmenu dl dt a:hover{
	color: #6b2024;
}
.st-wrap{
	max-width: 1460px;
	min-width: 1100px;
	width: 80%;
	padding-top: 50px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.stlist{
	width: 300%;
}
.stlist li{
	float: left;
}
.stlist li .limg{
	display: block;
	width: 100%;
	height: 100%;
}
.sin-cnt{
	width: 100%;
	padding-top: 42px;
	text-align: center;
	background-color: #fff;
	padding-bottom: 60px;
}
.sin-cnt .st-h3{
	font-weight: normal;
	font-size: 22px;
	line-height: 42px;
	color:#000;
	margin-bottom: 5px;
}
.sin-cnt p{
	font-size: 18px;
	color:#666;
	line-height: 30px;
}
.stlist .st-line,.sin-cnt .st-line{
	color:#e3e3e3;
	margin: 0 15px;
}
.st-wrap .prev,.st-wrap .next{
	position: absolute;
	width: 30%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	top:0;
	cursor: pointer;
	opacity: .5;
	filter:alpha(opacity=50);
}
.st-wrap .prev:hover,.st-wrap .next:hover{	
	opacity: .8;
	filter:alpha(opacity=80);
}
.st-wrap .prev{
	background-image: url(../img/xz005.png);
	left:0;
}
.st-wrap .next{
	background-image: url(../img/xz006.png);
	right:0;
}
.pi-adv{
	background-color: #fff;
	padding-top: 75px;
	height: 250px;
}
.pi-adv .lft{
	width: 450px;
	text-align: center;
	color:#000;
	font-size: 14px;
	line-height: 24px;
}
.pi-adv .lft .tit{
	font-size: 36px;
	line-height: 42px;
	padding-bottom: 15px;
}
.pi-adv .rgt{
	width: 650px;
	overflow: hidden;
}
.pi-adv .rgt .wrap{
	width: 800px;
}
.pi-adv .rgt .wrap li{
	float: left;
	width: 360px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 26px;
}
.pi-adv .rgt .wrap li a{
	color:#000;
}
.pi-adv .rgt .wrap li a:hover{
	color:#6b2024;
}

/*加入我们*/
.join-main .list-box {
  padding: 0 3.33% 73px;
  background: #fff;
  border: 1px solid #efefef;
}

.join-main .more {
  display: block;
  width: 174px;
  height: 49px;
  line-height: 49px;
  text-indent: 78px;
  margin: 5px auto 0;
  background: url(../img/ico_53.png) no-repeat 42px center #464650;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: background 0.3s ease 0s;
          transition: background 0.3s ease 0s;
}

.join-bg .more:hover {
  background-color: #f91747;
}
.join-main .list-top {
  height: 54px;
  line-height: 54px;
  padding: 0 3.33% 0;
  background: #76161b;
  font-size: 14px;
  color: #ffffff;
}

.join-main .td1 {
  width: 24.33%;
}

.join-main .td2 {
  width: 21.33%;
}

.join-main .td3 {
  width: 21.91%;
}

.join-main .td4 {
  width: 17.41%;
}

.join-main .td5 {
  width: 13.4%;
  text-align: right;
}

.join-main .list-box ul {
  width: 100%;
}

.join-main .list-box li {
  width: 100%;
}

.join-main .list-box li .top {
  font-size: 14px;
  color: #777777;
  line-height: 2;
  padding: 16px 0;
  border-bottom: 1px solid #efefef;
}

.join-main .list-box li .top a {
  color: #76161b;
}

.join-main .list-box li .bot {
  position: relative;
  padding: 20px 3.5% 36px;
  background: #f5f5f5;
  display: none;
}

.join-main .list-box li .bot .info1 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
}

.join-main .list-box li .bot .info1 p {
  float: left;
  font-size: 12px;
  color: #333333;
  line-height: 2;
  min-width: 24%;
  margin-right: 1%;
  margin-bottom: 10px;
}

.join-main .list-box li .bot .info2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 24px 0 22px;
}

.join-main .list-box li .bot .info2 h3 {
  font-size: 18px;
  color: #333333;
  line-height: 3;
}

.join-main .list-box li .bot .info2 p {
  font-size: 12px;
  color: #777777;
  line-height: 2;
}

.join-main .list-box li .bot .info2 .fl {
	/*padding-right: 5%;*/
  	width: 48%;
}

.join-main .list-box li .bot .info2 .fr {
  width: 43.5%;
}

.join-main .list-box li .bot .info2 .fl .info-box {
	padding-right: 20px;
  border-right: 1px solid #e5e5e5;
}

.join-main .list-box li .bot .info3 {
  margin-top: 31px;
}

.join-main .list-box li .bot .info3 .apply {
  width: 151px;
  height: 41px;
  line-height: 41px;
  background: #76161b;
  font-size: 16px;
  color: #ffffff;
  float: left;
  text-align: center;
}

.join-main .list-box li .bot .info3 .apply:hover {
  opacity: 0.6;
}

.join-main .list-box li .bot .info3 .all {
  float: right;
  font-size: 14px;
  color: #777777;
  height: 21px;
  line-height: 21px;
  padding-left: 30px;
  background: url(../img/all_ico.png) no-repeat 0 center;
}

.join-main .list-box li .bot i {
  position: absolute;
  left: 18px;
  top: -12px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #f5f5f5;
}

.join-main .list-box .list {
  margin-bottom: 56px;
}

.join-main .list-box li.li1 .td2 {
  color: #f91747;
}

.joinus_tb{
	width: 100%;
}
.joinus_tb td{
	padding: 10px 0 10px 10px;
	border-right: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.joinus_tb td input[type="text"]{
	border: 1px solid #e5e5e5;
	background: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;

}
.joinus_tb td select{
	padding: 0 10px;
	border: 1px solid #e5e5e5;

}
.joinus_tb td textarea{
	box-sizing:border-box;
	border: 1px solid #e5e5e5;
	padding: 20px;

}
/*.joinus_tb td input[type="submit"]{
	display: block;
	width: 82px;
    text-align: center;
    color: #333;
    font-size: 12px;
    line-height: 28px;
    border: 0 none;
    background: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 50px;
    margin: 0 auto 0;

}*/

.joinus_tb td input[type="submit"]{
	background: #76161b none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 42px;
    width: 131px;
}


.joinus_tb td input[type="submit"]:hover{
	
}
.jobline{
	height:5px;
	width:100%;
	background-color:#76161b;
}
