body {
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
	background-color: #EEE;
}

#wrapper {
	position:absolute; z-index:1;
	top:49px; bottom:0px; left:-9999px;
	width:100%;
	overflow:auto;
}

#scroller {
	position:absolute; z-index:1;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	padding:0;
}
#pullDown, #pullUp {
	background:#fff;
	height:40px;
	line-height:40px;
	padding:5px 10px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:14px;
	color:#888;
	text-align:center;
}
#pullDown .pullDownIcon, #pullUp .pullUpIcon  {
	display:inline-block; 
	width:40px; height:40px;
	background:url(pull-icon@2x.png) 0 0 no-repeat;
	-webkit-background-size:40px 80px; background-size:40px 80px;
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:250ms;	
}
#pullDown .pullDownIcon {
	-webkit-transform:rotate(0deg) translateZ(0);
}
#pullDown .pullDownLabel {
	vertical-align: top;
}
#pullUp .pullUpIcon  {
	-webkit-transform:rotate(-180deg) translateZ(0);
}

#pullDown.flip .pullDownIcon {
	-webkit-transform:rotate(-180deg) translateZ(0);
}

#pullUp.flip .pullUpIcon {
	-webkit-transform:rotate(0deg) translateZ(0);
}

#pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon {
	background-position:0 100%;
	-webkit-transform:rotate(0deg) translateZ(0);
	-webkit-transition-duration:0ms;

	-webkit-animation-name:loading;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
}

@-webkit-keyframes loading {
	from { -webkit-transform:rotate(0deg) translateZ(0); }
	to { -webkit-transform:rotate(360deg) translateZ(0); }
}
header {
	width: 100%;
	background-color: #ff6532;
	background-image: -webkit-linear-gradient(0deg,#f74f38,#ff6532);
	background-image: -ms-linear-gradient(0deg,#f74f38,#ff6532);
	background-image: linear-gradient(0deg,#f74f38,#ff6532);
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}

header .header-wrap {
	width: 100%;
	box-sizing: border-box;
	padding-right: .8rem;
	padding-left: 60px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-size: 32px 24px;
	background-position: 14px center;
	background-repeat:no-repeat;
}
#search-placeholder {
	width: 100%;
	color: #fffcf8;
	box-sizing: border-box;
	padding-left: 3.8rem;
	background: url(current/search-ico-f.png) no-repeat 2.75rem center;
	background-color: #e8512a;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	border-radius: 4px;
	background-size: 17px 17px;
}
.cc-search {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.showoff#J_search {
	margin-right: 40px;
}
.c-form-suggest {
	position: relative;
	padding-top: 15px;
}
.showoff .c-form-suggest {
	height: 48px;
	padding-top: 0;
	text-align: left;
}
.c-form-search {
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
	height: 34px;
}
.showoff .c-form-suggest .c-form-search {
	height: 30px;
	padding: 10px 8px 10px 60px;
}
.c-form-search .inp-search {
	width: 100%;
	padding-right: 78px;
	height: 34px;
	-webkit-box-sizing: border-box;
	border: solid 1px #DDD;
	border-top-color: #BBB;
	padding-left: 9px;
	color: #333;
	font-size: 16px;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	background: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#fdfdfd));
}
.c-form-search .inp-search {
	font-size: 16px;
}
.showoff .c-form-suggest .c-form-search .inp-search {
	height: 28px;
	border: 0;
	background: transparent;
	color: transparent;
	padding: 0;
}
.showoff #J_searchtext {
	padding-left: 3.8rem;
	color: #fffcf8;
}
.showoff #J_searchtext:-moz-placeholder {
    color: #fffcf8;
}

.showoff #J_searchtext:-ms-input-placeholder{
    color: #fffcf8;
}

.showoff #J_searchtext::-webkit-input-placeholder {
    color: #fffcf8;
}
.c-form-search .bton-search {
	position: relative;
	float: right;
	top: -34px;
	border: 0;
	width: 40px;
	height: 34px;
	overflow: hidden;
	background: url(current/search-ico-s.png) no-repeat;
	background-size: 40px 34px;
}
.showoff .c-form-suggest .c-form-search .bton-search {
	top: -28px;
	right: 0;
	height: 28px;
	background: transparent;
	display: none;
}
.showoff .cc-search-hide {
	display: none!important;
}
.cc-back {
	background: url(current/search-ico-del.png) no-repeat;
	width: 46px;
	height: 32px;
	overflow: hidden;
	text-indent: -100em;
	position: absolute;
	right: 5px;
	background-size: contain;
}
.cc-search-tab {
	display: -webkit-box;
	font-size: 16px;
	padding: 16px 0 0;

	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#dfdfdf));
	border-bottom: solid 1px #ccc;
	padding-left: 10px;
}
.cc-search-tab li {
	height: 33px;
	width: 68px;
	line-height: 33px;
	text-align: center;
	border: solid 1px #D8D8D8;
	border-width: 1px 1px 0;
	margin-right: 2px;
	border-radius: 2px;
	color: #999;
	background-color: #EAEAEA;
}
.cc-search-tab li.cur {
	background-color: #eee;
	color: #ff4000;
	height: 35px;
	margin-bottom: -2px;
	z-index: 10;
}
.in-main>section:first-child * {
	background-size: contain;
	background-repeat: no-repeat;
}
.in-main>section>div {
	width: 100%;
	overflow: hidden;
}
.item-top {
	box-sizing: border-box;
	margin-left: .7rem;
	margin-right: .7rem;
	padding: .75rem 0;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	background: url(current/background.1x1.gif) repeat-x 0 center;
	background-size: 1px;
}
.item-top span {
	display: block;
	height: .7rem;
	padding: 0 .3rem 0 1.2rem;
	background-color: #eee;
	color: #5f646e;
}
.item-line {
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	display: -moz-box;
	-moz-box-align: center;
	-moz-box-pack: center;
}
.item-wrap {
	width: 7.35rem;
	height: 100%;
	box-sizing: border-box;
	background-color: #ddd;
	border-radius: 4px;
	padding-bottom: 1px;
}
.item-wrap .item {
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
	height: 10.9rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
}
.item-wrap .item .pic {
	width: 100%;
	height: 7.35rem;
	overflow: hidden;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.item .text {
	color: #666;
	margin: .35rem .45rem;
	height: 2.4em;
	overflow: hidden;
	line-height: 1.2em;
	position: relative;
	word-break: break-all;
	font-size: 12px
}
.item .price {
	box-sizing: border-box;
	border-top: 1px dashed #ddd;
	height: 1.4rem;
	line-height: 1.4rem;
	margin: 0 .45rem;
	color: #ff5000;
	font-size: 16px;
}
.slide-focus span {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #ddd;
	opacity: 0.5;
	background: #fff;
	font-size: 0;
}
.slide-focus span.current {
	background: #ff6532;
	opacity: 0.8;
}
.none {
	display: none;
}
#J_Shade {
	-webkit-transform: translateZ(19px);
	-ms-transform: translateZ(19px);
	transform: translateZ(19px);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: .2;
	-webkit-transform: translate3d(0,0,0);
	z-index: 97;
}
.taoplus {
	position: fixed;
	border-left: 1px solid transparent;
	bottom: 10px;
	left: 0;
	padding-left: 10px;
	z-index: 99;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
#J_Taojia {
	z-index: 1001;
	-webkit-transform: translateZ(29px);
	-ms-transform: translateZ(29px);
	transform: translateZ(29px);
	bottom: 68px;
}
.taoplus .circle {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 195px;
	height: 195px;
	overflow: hidden;
	-webkit-transition: all linear .15s;
}
.taoplus .circle.hide {
	opacity: 0;
	-webkit-transform: translate(-100px,100px) scale(0.2);
	pointer-events: none;
}
.taoplus .circle.show {
	opacity: 1;
	-webkit-transform: translate(0px,0) scale(1);
	pointer-events: auto;
}
.taoplus .tpbtn, .taoplus .icontao, .taoplus .iconlogis, .taoplus .iconww, .taoplus .iconcar, .taoplus .tpicons, .taoplus .cart span {
	background: url(current/sprite1.png) no-repeat;
	-webkit-background-size: 195px 274px;
}
.taoplus .tpbtn {
	position: relative;
	width: 54px;
	height: 54px;
}
.taoplus .tpbtn.on {
	background-position: 1px -197px;
}
.taoplus .tpbtn.off {
	background-position: -55.2px -197px;
}
.taoplus .tpicons {
	position: absolute;
	right: 0;
	top: 0;
	width: 195px;
	height: 195px;
	overflow: hidden;
}
.taoplus .tplogo {
	position: absolute;
	left: 58px;
	top: 58px;
	width: 81px;
	height: 82px;
}
.taoplus .tpicons ul li {
	position: absolute;
}
.taoplus .tpicons .more {
	right: 22px;
	bottom: 9px;
	width: 76px;
	height: 64px;
}
.taoplus .tpicons .logis {
	left: 22px;
	bottom: 10px;
	width: 78px;
	height: 63px;
}
.taoplus .tpicons .ww {
	left: 9px;
	top: 54px;
	width: 51px;
	height: 91px;
}
.taoplus .tpicons .individ {
	left: 20px;
	top: 10px;
	width: 79px;
	height: 67.5px;
}
.taoplus .tpicons .car {
	right: 20px;
	top: 10px;
	width: 77px;
	height: 69px;
}
.taoplus .tpicons .search {
	right: 10px;
	top: 56px;
	width: 51px;
	height: 91px;
}
.taoplus .tpicons a {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 30px;
}
.taoplus .tpicons .more a {
	top: 20px;
	left: 10px;
}
.taoplus .more .bg, .taoplus .logis .bg, .taoplus .ww .bg, .taoplus .individ .bg, .taoplus .car .bg, .taoplus .search .bg, .taoplus .tplogo .bg {
	background: url(current/sprite2.png) no-repeat;
	-webkit-background-size: 216px 212.5px;
}
.taoplus .tpicons a+.bg {
	display: block;
	height: 100%;
	background-position: -100px 100px;
}
.taoplus .tpicons .logis a {
	top: 20px;
	left: 30px;
}
.taoplus .tpicons .ww a {
	top: 30px;
	left: 0;
	font-size: 0;
}
.taoplus .tpicons .individ a {
	top: 15px;
	left: 25px;
}
.taoplus .tpicons .car a {
	top: 15px;
	left: 15px;
}
.taoplus .tpicons .search a {
	top: 25px;
	left: 10px;
	z-index: 99;
}
.taoplus .tplogo a {
	position: absolute;
	left: 15px;
	top: 15px;
	display: block;
	width: 50px;
	height: 50px;
	background-position: -100px 100px;
	text-indent: -999px;
	z-index: 1;
}
.taoplus .tplogo a+.bg {
	position: absolute;
	width: 82px;
	height: 82px;
	left: 0;
	top: 0;
	background-position: -100px 100px;
	z-index: 0;
}
.taoplus .tpbtn div {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 200px;
	-webkit-border-radius: 200px;
}
.taoplus .tpbtn ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}
.taoplus .tpbtn ul li {
	width: 40px;
	height: 40px;
	float: left;
	overflow: hidden;
}
.taoplus .tpbtn .icontao {
	background-position: -107px -200px;
}
.taoplus .tpicons .more a:hover+.bg {
	background-position:0 0
}
.taoplus .tpicons .logis a:hover+.bg {
	background-position:-80px 0
}
.taoplus .tpicons .ww a:hover+.bg {
	background-position:-165px 0
}
.taoplus .tpicons .individ a:hover+.bg {
	background-position:0 -67.5px
}
.taoplus .tpicons .car a:hover+.bg {
	background-position:0 -140px
}
.taoplus .tpicons .search a:hover+.bg {
	background-position:-165px -95px
}
.taoplus .tplogo a:hover+.bg {
	background-position:-84px -67px
}
/* 焦点图 */
#full-width-slider {
	width: 100%;
	height:8.31rem;
	color: #000;
	overflow:hidden;
}
.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}
.infoBlock {
	position: absolute;
	top: 30px;
	right: 30px;
	left: auto;
	max-width: 25%;
	padding-bottom: 0;
	background: #FFF;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	padding: 20px;
}
.infoBlockLeftBlack {
	color: #FFF;
	background: #000;
	background: rgba(0,0,0,0.75);
	left: 30px;
	right: auto;
}
.infoBlock h4 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 3px;
}
.infoBlock p {
	font-size: 14px;
	margin: 4px 0 0;
}
.infoBlock a {
	color: #FFF;
	text-decoration: underline;
}
.fullWidth {
	max-width: 16.63rem;
}
 @media screen and (min-width:960px) and (min-height:660px) {
	.heroSlider .rsOverflow,  .royalSlider.heroSlider {
		height: 8.31rem;
	}
}
 @media screen and (min-width:960px) and (min-height:1000px) {
	.heroSlider .rsOverflow,  .royalSlider.heroSlider {
		height: 8.31rem;
	}
}
@media screen and (min-width: 0px) and (max-width: 800px) {
	.royalSlider.heroSlider,  .royalSlider.heroSlider .rsOverflow {
		height: 8.31rem;
	}
	.infoBlock {
		padding: 10px;
		height: auto;
		max-height: 100%;
		min-width: 40%;
		left: 5px;
		top: 5px;
		right: auto;
		font-size: 12px;
	}
	.infoBlock h3 {
		font-size: 14px;
		line-height: 17px;
	}
}
.rsMinW .rsOverflow{width: 16.63rem;height: 8.31rem;}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn{background-size: initial;}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn{background-size: initial;}

/* 首页扩展广告块 开始 */
/* 活动01 */
.hd01{position: relative; height: 7.67rem;}
.hd01 img{max-height:100%; max-width:100%;}
.hd01 .hd01-box{box-sizing: border-box; line-height: 0; width: 16.63rem; height: 7.675rem;position: relative;}
.hd01 .hd01-c{box-sizing: border-box; line-height: 0; margin-top: 0rem; width: 16.63rem;height: 7.675rem; background-image: initial; background-attachment: initial;background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255);position: absolute; background-position: initial initial; background-repeat: initial initial;}
.hd01 .hd01-l{box-sizing: border-box; line-height: 0; width: 6.4rem; height: 7.675rem;background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); position: relative;display: inline-block; vertical-align: top; background-position: initial initial; background-repeat: initial initial;}
.hd01 .hd01-l-img01{box-sizing: border-box; line-height: 0; width: 6.4rem; height: 7.7rem;z-index: 1; position: absolute; }
.hd01 .hd01-b01{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232); width: 1px; height: 7.675rem; display: inline-block; vertical-align: top;}
.hd01 .hd01-r{box-sizing: border-box; line-height: 0; width: 9.575rem; height: 7.675rem;display: inline-block; vertical-align: top; margin-right: -50%;}
.hd01 .hd01-r-img01{box-sizing: border-box; line-height: 0; width: 9.6rem; height: 3.075rem;z-index: 1;}
.hd01 .hd01-b02{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 9.575rem; height: 1px;}
.hd01 .hd01-r-box{box-sizing: border-box; line-height: 0; width: 9.6rem; height: 4.6rem;margin-right: -50%;}
.hd01 .hd01-r-box-i01{box-sizing: border-box; line-height: 0; width: 4.75rem; height: 4.6rem;z-index: 1; display: inline-block; vertical-align: top; }
.hd01 .hd01-r-box-b01{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232); width: 1px; height: 4.6rem; display: inline-block; vertical-align: top;}
.hd01 .hd01-r-box-i02{box-sizing: border-box; line-height: 0; width: 4.75rem; height: 4.6rem;z-index: 1; display: inline-block; vertical-align: top; margin-right: -50%; }
/* 活动02 */
.hd02{position: relative; height: 8.72rem;}
.hd02 img{max-height:100%; max-width:100%;}
.hd02 .hd02-box{box-sizing: border-box; line-height: 0;width: 16.63rem;height: 8.725rem; background-image: initial; background-attachment: initial;background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255);background-position: initial initial; background-repeat: initial initial;}
.hd02 .hd02-c{box-sizing: border-box; line-height: 0; width: 16.63rem;height: 1.55rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); display: inline-block;vertical-align: top; background-position: initial initial; background-repeat: initial initial;}
.hd02 .hd02-t-ico{box-sizing: border-box; line-height: 0; background-color: rgb(47, 93, 224);width: 0.25rem; height: 1.55rem; display: inline-block; vertical-align: top;}
.hd02 .hd02-t-name{box-sizing: border-box; font-size: 15.5px; color: rgb(34, 34, 34);background-color: transparent; margin-left: 0.3rem; width: 12.25rem; height: 1.55rem;line-height: 1.55rem; display: inline-block; vertical-align: top;}
.hd02 .hd02-t-more-b{box-sizing: border-box; line-height: 0; width: 3.2rem;height: 1.55rem; position: relative; display: inline-block; vertical-align: top;margin-right: -50%;}
.hd02 .hd02-t-more-c{box-sizing: border-box; line-height: 0; width: 3.2rem;height: 1.55rem; position: absolute;}
.hd02 .hd02-t-more{box-sizing: border-box; text-align: right; font-size: 13px;color: rgb(102, 102, 102); background-color: transparent; width: 2.05rem; height: 1.55rem;line-height: 1.55rem; display: inline-block; vertical-align: top;}
.hd02 .hd02-t-more-i{box-sizing: border-box; line-height: 0; margin-top: 0.45rem; margin-left: 0.13rem; width: 0.64rem; height: 0.64rem; background-size: cover;display: inline-block; vertical-align: top; margin-right: -50%; background-image: url(current/indeximg05.png);background-position: 50% 50%;}
.hd02 .hd02-b01{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 16.63rem; height: 1px; display: inline-block; vertical-align: top;}
.hd02 .hd02-c-box{box-sizing: border-box; line-height: 0; width: 16.63rem;height: 7.15rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); display: inline-block;vertical-align: top; margin-right: -50%; background-position: initial initial;background-repeat: initial initial;}
.hd02 .hd02-img01{box-sizing: border-box; line-height: 0; width: 8.295rem;height: 7.15rem; z-index: 1; display: inline-block; vertical-align: top;}
.hd02 .hd02-b02{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 1px; height: 7.15rem; display: inline-block; vertical-align: top;}
.hd02 .hd02-r{box-sizing: border-box; line-height: 0; width: 8rem;height: 7.15rem; display: inline-block; vertical-align: top; margin-right: -50%;}
.hd02 .hd02-r-img01{box-sizing: border-box; line-height: 0; width: 8rem;height: 3.55rem; z-index: 1; display: inline-block; vertical-align: top; }
.hd02 .hd02-r-b01{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 8rem; height: 1px; display: inline-block; vertical-align: top;}
.hd02 .hd02-r-img02{box-sizing: border-box; line-height: 0; width: 8rem;height: 3.575rem; z-index: 1; display: inline-block; vertical-align: top; margin-right: -50%;}
/* 活动03 */
.hd03{position: relative; height: 4.67rem;}
.hd03 img{max-width:100%; max-height:100%;}
.hd03 .hd03-box{box-sizing: border-box; line-height: 0; width: 16.63rem;height: 4.675rem; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255);background-position: initial initial; background-repeat: initial initial;}
.hd03 .hd03-b01{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 16.63rem; height: 1px; display: inline-block; vertical-align: top;}
.hd03 .hd03-c-box{box-sizing: border-box; line-height: 0; width: 16.63rem;height: 4.65rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); display: inline-block;vertical-align: top; margin-right: -50%; background-position: initial initial;background-repeat: initial initial;}
.hd03 .hd03-i01{box-sizing: border-box; line-height: 0; margin-left: 0.325rem;width: 3.825rem; height: 4.65rem; background-image: initial; background-attachment: initial;background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255);position: relative; display: inline-block; vertical-align: top; background-position: initial initial;background-repeat: initial initial;}
.hd03 .hd03-i01-c{box-sizing: border-box; line-height: 0; width: 3.825rem;height: 4.65rem; position: absolute;}
.hd03 .hd03-i01-n01{box-sizing: border-box; font-size: 13.5px; color: rgb(34, 34, 34);background-color: transparent; margin-top: 0.5rem; margin-left: 0.7rem; width: 3.125rem;height: 0.775rem; line-height: 0.775rem; display: inline-block; vertical-align: top;}
.hd03 .hd03-i01-n02{box-sizing: border-box; font-size: 11px; color: rgb(153, 153, 153);background-color: transparent; margin-top: 0rem; margin-left: 0.7rem; width: 3.125rem;height: 0.65rem; line-height: 0.65rem; display: inline-block; vertical-align: top;}
.hd03 .hd03-i01-i01{box-sizing: border-box; line-height: 0; width: 3.825rem;height: 2.725rem; background-size: cover; display: inline-block; vertical-align: top;margin-right: -50%;background-position: 50% 50%;}
.hd03 .hd03-b02{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 1px; height: 4.65rem; display: inline-block; vertical-align: top;}
.hd03 .hd03-i02{box-sizing: border-box; line-height: 0; width: 3.8rem;height: 4.65rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); position: relative;display: inline-block; vertical-align: top; background-position: initial initial;background-repeat: initial initial;}
.hd03 .hd03-i02-c{box-sizing: border-box; line-height: 0; width: 3.825rem; height: 4.65rem; position: absolute;}
.hd03 .hd03-i02-n01{box-sizing: border-box; font-size: 13.5px; color: rgb(34, 34, 34);background-color: transparent; margin-top: 0.5rem; margin-left: 0.7rem; width: 3.125rem;height: 0.775rem; line-height: 0.775rem; display: inline-block; vertical-align: top;}
.hd03 .hd03-i02-n02{box-sizing: border-box; font-size: 11px; color: rgb(153, 153, 153);background-color: transparent; margin-left: 0.7rem; width: 3.125rem; height: 0.65rem;line-height: 0.65rem; display: inline-block; vertical-align: top;}
.hd03 .hd03-i02-i01{box-sizing: border-box; line-height: 0; width: 3.825rem;height: 2.725rem; background-size: cover; display: inline-block; vertical-align: top;margin-right: -50%;background-position: 50% 50%;}
.hd03 .hd03-b03{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 1px; height: 4.65rem; display: inline-block; vertical-align: top;}
.hd03 .hd03-i03{box-sizing: border-box; line-height: 0; width: 3.825rem;height: 4.65rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); position: relative;display: inline-block; vertical-align: top; background-position: initial initial; background-repeat: initial initial;}
.hd03 .hd03-i03-c{box-sizing: border-box; line-height: 0; width: 3.825rem;height: 4.65rem; position: absolute;}
.hd03 .hd03-i03-n01{box-sizing: border-box; font-size: 13.5px; color: rgb(34, 34, 34);background-color: transparent; margin-top: 0.5rem; margin-left: 0.7rem; width: 3.125rem;height: 0.775rem; line-height: 0.775rem; display: inline-block; vertical-align: top;}
.hd03 .hd03-i03-n02{box-sizing: border-box; font-size: 11px; color: rgb(153, 153, 153);background-color: transparent; margin-left: 0.7rem; width: 3.125rem; height: 0.65rem;line-height: 0.65rem; display: inline-block; vertical-align: top;}
.hd03 .hd03-i03-i01{box-sizing: border-box; line-height: 0; width: 3.825rem;height: 2.725rem; background-size: cover; display: inline-block; vertical-align: top;margin-right: -50%; background-position: 50% 50%;}
.hd03 .hd03-b04{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 1px; height: 4.65rem; display: inline-block; vertical-align: top;}
.hd03 .hd03-i04{box-sizing: border-box; line-height: 0; width: 3.825rem;height: 4.65rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); position: relative;display: inline-block; vertical-align: top; margin-right: -50%; background-position: initial initial; background-repeat: initial initial;}
.hd03 .hd03-i04-c{box-sizing: border-box; line-height: 0; width: 3.825rem;height: 4.65rem; position: absolute;}
.hd03 .hd03-i04-n01{box-sizing: border-box; font-size: 13.5px; color: rgb(34, 34, 34);background-color: transparent; margin-top: 0.5rem; margin-left: 0.7rem; width: 3.125rem;height: 0.775rem; line-height: 0.775rem; display: inline-block; vertical-align: top;}
.hd03 .hd03-i04-n02{box-sizing: border-box; font-size: 11px; color: rgb(153, 153, 153);background-color: transparent; margin-left: 0.7rem; width: 3.125rem; height: 0.65rem;line-height: 0.65rem; display: inline-block; vertical-align: top;}
.hd03 .hd03-i04-i01{box-sizing: border-box; line-height: 0; width: 3.825rem;height: 2.725rem; background-size: cover; display: inline-block; vertical-align: top;margin-right: -50%; background-position: 50% 50%;}
.hd-03b{position: relative; height: 1.82rem;}
.hd-03b .hd-03b-box{box-sizing: border-box; line-height: 0; width: 16.63rem;height: 1.825rem; background-image: initial; background-attachment: initial;background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255);background-position: initial initial; background-repeat: initial initial;}
.hd-03b .hd-03b-tb{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 16.63rem; height: 1px; display: inline-block; vertical-align: top;}
.hd-03b .hd-03b-c{box-sizing: border-box; line-height: 0; width: 16.63rem;height: 1.8rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); display: inline-block;vertical-align: top; margin-right: -50%; background-position: initial initial;background-repeat: initial initial;}
.hd-03b .hd-03b-item{box-sizing: border-box; line-height: 0; width: 4.125rem;height: 1.8rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); position: relative;display: inline-block; vertical-align: top; background-position: initial initial;background-repeat: initial initial;}
.hd-03b .hd-03b-item-i{box-sizing: border-box; line-height: 0; height: 1.8rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); position: absolute;background-position: initial initial; background-repeat: initial initial;}
.hd-03b .hd-03b-item-l{box-sizing: border-box; line-height: 0; margin-top: 0.825rem; margin-left: 0.65rem; width: 0.15rem; height: 0.15rem; background-size: cover;display: inline-block; vertical-align: top; background-position: 50% 50%;}
.hd-03b .hd-03b-item-n{box-sizing: border-box; font-size: 13.5px; color: rgb(34, 34, 34);background-color: transparent; margin-left: 0.1rem; width: 3.1rem; height: 1.8rem;line-height: 1.8rem; display: inline-block; vertical-align: top; margin-right: -50%;}
.hd-03b .hd-03b-rb{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);margin-top: 0.5rem; margin-bottom: 0.5rem; width: 1px; height: 0.8rem; display: inline-block; vertical-align: top;}

.hd-03b .hd-03b-item2{width: 3.825rem;}
.hd-03b .hd-03b-item3{width: 3.825rem;}
.hd-03b .hd-03b-item4{width: 3.525rem;}
/* 活动04 */
.hd04{position: relative; height: 3.326rem;}
.hd04 img{max-width:100%; max-height:100%;}
.hd04 .hd04-box{box-sizing: border-box; line-height: 0; width: 16.63rem; height: 3.326rem;}
.hd04 .hd04-i{box-sizing: border-box; line-height: 0; width: 16.63rem; height: 3.326rem; z-index: 1; display: inline-block; vertical-align: top; margin-right: -50%;}
/* 活动05 */
.hd05{position: relative; height: 16.93rem;}
.hd05 img{max-width:100%; max-height:100%;}
.hd05 .hd05-box{box-sizing: border-box; line-height: 0; width: 16.63rem;height: 16.925rem; background-image: initial; background-attachment: initial;background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255);border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(213, 213, 213);border-top-style: solid; border-top-width: 1px; border-top-color: rgb(213, 213, 213);background-position: initial initial; background-repeat: initial initial;}
.hd05 .hd05-title{box-sizing: border-box; line-height: 0; width: 16.63rem;height: 1.5rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial;}
.hd05 .hd05-t-color{box-sizing: border-box; line-height: 0; background-color: rgb(255, 68, 0);width: 0.25rem; height: 1.5rem; display: inline-block; vertical-align: top;}
.hd05 .hd05-t-name{box-sizing: border-box; font-size: 15.5px; color: rgb(34, 34, 34);background-color: transparent; margin-left: 0.3rem; width: 12.25rem; height: 1.5rem;line-height: 1.5rem; display: inline-block; vertical-align: top;}
.hd05 .hd05-t-more{box-sizing: border-box; line-height: 0; width: 3.2rem;height: 1.5rem; position: relative; display: inline-block; vertical-align: top; margin-right: -50%;}
.hd05 .hd05-t-box{box-sizing: border-box; line-height: 0; width: 3.2rem;height: 1.5rem; position: absolute;}
.hd05 .hd05-t-m{box-sizing: border-box; text-align: right; font-size: 13px;color: rgb(102, 102, 102); background-color: transparent; width: 2.05rem; height: 1.5rem;line-height: 1.5rem; display: inline-block; vertical-align: top;}
.hd05 .hd05-t-mimg{box-sizing: border-box; line-height: 0; margin-top: 0.45rem;margin-left: 0.15rem; width: 0.625rem; height: 0.65rem; background-size: cover;display: inline-block; vertical-align: top; margin-right: -50%;background-image: url('current/indeximg01.45x45.png');background-position: 50% 50%; }
.hd05 .hd05-b01{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 16.63rem; height: 1px;}
.hd05 .hd05-max{box-sizing: border-box; line-height: 0; width: 16.63rem; height: 6.392rem;}
.hd05 .hd05-max-item{box-sizing: border-box; line-height: 0;width: 8.305rem;height: 6.392rem; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); position: relative; display: inline-block; vertical-align: top; background-position: initial initial;background-repeat: initial initial;}
.hd05 .hd05-m-ibox{box-sizing: border-box; line-height: 0;width: 8.395rem;height: 6.392rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); position: absolute;background-position: initial initial; background-repeat: initial initial;}
.hd05 .hd05-m-n01{box-sizing: border-box; font-size: 13.5px; color: rgb(34, 34, 34);background-color: transparent; margin-top: 0.55rem; margin-left: 0.6rem; width: 7.375rem;height: 0.85rem; line-height: 0.85rem; display: inline-block; vertical-align: top;}
.hd05 .hd05-m-n02{box-sizing: border-box; font-size: 11px; color: rgb(153, 153, 153);background-color: transparent; margin-bottom: 0.5rem; margin-left: 0.6rem; width: 7.375rem;height: 0.55rem; line-height: 0.55rem; display: inline-block; vertical-align: top;}
.hd05 .hd05-m-img{box-sizing: border-box; line-height: 0;width: 8.395rem;height: 3.7rem; background-size: cover; display: inline-block; vertical-align: top;margin-right: -50%;background-position: 50% 50%;}
.hd05 .hd05-b02{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 1px; height: 6.392rem; display: inline-block; vertical-align: top;}
.hd05 .hd05-b03{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 16.63rem; height: 1px;}
.hd05 .hd05-min{box-sizing: border-box; line-height: 0; width: 16.63rem;height: 4.6rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); background-position: initial initial;background-repeat: initial initial;}
.hd05 .hd05-min-item{box-sizing: border-box; line-height: 0; margin-left: 0.325rem;width: 3.425rem; height: 4.6rem; background-image: initial; background-attachment: initial;background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255);position: relative; display: inline-block; vertical-align: top; background-position: initial initial;background-repeat: initial initial;}
.hd05 .hd05-mi-info{box-sizing: border-box; line-height: 0; width: 3.45rem;height: 4.6rem; background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); position: absolute;background-position: initial initial; background-repeat: initial initial;}
.hd05 .hd05-mi-n01{box-sizing: border-box; font-size: 13.5px; color: rgb(34, 34, 34);background-color: transparent; margin-top: 0.55rem; margin-left: 0.7rem; width: 2.75rem; height: 0.75rem; line-height: 0.75rem; display: inline-block; vertical-align: top;}
.hd05 .hd05-mi-n02{box-sizing: border-box; font-size: 11px; color: rgb(153, 153, 153);background-color: transparent; margin-bottom: 0.05rem; margin-left: 0.7rem; width: 2.75rem;height: 0.6rem; line-height: 0.6rem; display: inline-block; vertical-align: top;}
.hd05 .hd05-mi-img{box-sizing: border-box; line-height: 0; width: 3.45rem;height: 2.65rem; background-size: cover; display: inline-block; vertical-align: top;margin-right: -50%; background-position: 50% 50%;}
.hd05 .hd05-mi-b{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232); width: 1px; height: 4.6rem; display: inline-block; vertical-align: top;}
/* 活动07 */
.hd07{position: relative; height: 8.55rem;}
.hd07 img{max-width:100%; max-height:100%;}
.hd07 .hd07-box{box-sizing: border-box; line-height: 0; width: 16.63rem; height: 8.55rem;position: relative;}
.hd07 .hd07-boxs{box-sizing: border-box; line-height: 0; width: 16.63rem; height: 8.55rem;background-image: initial; background-attachment: initial; background-origin: initial;background-clip: initial; background-color: rgb(255, 255, 255); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(213, 213, 213); border-top-style: solid; border-top-width: 1px; border-top-color: rgb(213, 213, 213); position: absolute; background-position: initial initial; background-repeat: initial initial;}
.hd07 .hd07-title{box-sizing: border-box; line-height: 0; width: 16.63rem; height: 1.55rem; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial;}
.hd07 .hd07-t-color{box-sizing: border-box; line-height: 0; background-color: rgb(255, 228, 0);width: 0.25rem; height: 1.55rem; display: inline-block; vertical-align: top;}
.hd07 .hd07-t-name{box-sizing: border-box; font-size: 15px; color: rgb(34, 34, 34); background-color: transparent; margin-left: 0.3rem; width: 12.25rem; height: 1.55rem; line-height: 1.55rem;display: inline-block; vertical-align: top;}
.hd07 .hd07-t-more{box-sizing: border-box; line-height: 0; width: 3.2rem; height: 1.55rem; position: relative; display: inline-block; vertical-align: top; margin-right: -50%;}
.hd07 .hd07-t-mc{box-sizing: border-box; line-height: 0; width: 3.2rem; height: 1.55rem; position: absolute;}
.hd07 .hd07-t-mn{box-sizing: border-box; text-align: right; font-size: 13px; color: rgb(102, 102, 102); background-color: transparent; width: 2.05rem; height: 1.55rem; line-height: 1.55rem;display: inline-block; vertical-align: top;}
.hd07 .hd07-t-mimg{box-sizing: border-box; line-height: 0; margin-top: 0.45rem; margin-left: 0.125rem;width: 0.65rem; height: 0.65rem; background-size: cover; display: inline-block; vertical-align: top; margin-right: -50%; background-image: url('current/indeximg.45x45.png');background-position: 50% 50%;}
.hd07 .hd07-b01{box-sizing: border-box; line-height: 0; background-color: rgb(232, 232, 232);width: 16.63rem; height: 1px;}
.hd07 .hd07-con{box-sizing: border-box; line-height: 0; background-color: rgb(255, 255, 255); margin-top: 0.25rem; width: 16.63rem; height: 6.75rem; margin-right: -50%;}
.hd07 .hd07-con-box{height: 100%; width: 16.63rem; overflow: hidden; position: relative;}
.hd07 .hd07-con-cbox{height: 100%; width: 16.63rem; overflow: hidden; position: relative; z-index: 1;}
.hd07 .hd07-con-info{height: 100%; width: 16.63rem; position: relative; -webkit-transform: translate3d(0, 0, 0);}
.hd07 .hd07-c-ibox{box-sizing: border-box; line-height: 0; width: 16.63rem; height: 7rem; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial;}
.hd07 .hd07-c-iboxs{box-sizing: border-box; line-height: 0; margin-left: 0.3rem; width: 7.7rem; height: 6.05rem; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); position: relative; display: inline-block; vertical-align: top; background-position: initial initial; background-repeat: initial initial;}
.hd07 .hd07-c-cinfo{box-sizing: border-box; line-height: 0; width: 7.7rem; height: 5.1rem;position: absolute;}
.hd07 .hd07-c-cimg01{box-sizing: border-box; line-height: 0; width: 5rem; height: 5.1rem;background-position: 50% 50%;background-size: cover; display: inline-block; vertical-align: top; }
.hd07 .hd07-c-cright{box-sizing: border-box; line-height: 0; margin-left: 0.1rem; width: 2.5rem; height: 5.1rem; display: inline-block; vertical-align: top; margin-right: -50%;}
.hd07 .hd07-c-cimg02{box-sizing: border-box; line-height: 0; width: 2.5rem; height: 2.5rem;background-size: cover; background-position: 50% 50%;}
.hd07 .hd07-c-cimg03{box-sizing: border-box; line-height: 0; margin-top: 0.1rem; width: 2.5rem;background-position: 50% 50%;height: 2.5rem; background-size: cover; margin-right: -50%;}
.hd07 .hd07-c-name{box-sizing: border-box; font-size: 13px; color: rgb(34, 34, 34); background-color: transparent;margin-top: 5.25rem; margin-left: 0.05rem; width: 7.55rem; height: 0.8rem; line-height: 0.8rem; position: absolute;}
/* 首页扩展广告块 结束 */