@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    min-width: 1000px;
    display: block;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:hover, a:active {
    outline: 0
}

b, strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

img {
    width: auto\9;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

form {
    margin: 0
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button, input {
    line-height: normal
}
input:focus{
    border: none;
    outline: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
	font: 12px/1.5 "microsoft yahei", arial, "hiragino sans gb", sans-serif;
	color: #3f3f3f;
	background-color: #f4f4f4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a {
    color: #252525;
    text-decoration: none;
    cursor: pointer;
    outline: 0
}

a:hover, a:active, a:focus {
    color: #e30000;
    outline: 0
}

.clearfix:after, .clearfix:before, .br:after, .br:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    position: relative;
    z-index: -1;
    line-height: 0
}

.clearfix:after, .br:after {
    clear: both
}

.clearfix, .br {
    *zoom: 1
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.invisible {
    visibility: hidden !important
}

.transparent {
    opacity: 0 !important
}

ol, ul {
    list-style: none
}

.pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50)
}


.section {
    width: 1000px;
    margin: 0 auto
}

.top {
    position: relative;
    z-index: 2;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-family: "宋体";
    color: #6e6e6e;
    background-color: #fafafa;
    border-bottom: 1px solid #dadada
}

.login-info {
    float: left
}

.top-nav {
    float: right;
    margin-right: -6px
}

.top a {
    font-size: 12px;
    font-family: "宋体"
}

.login-info a {
    color: #e67e22
}

.login-info a:hover {
    text-decoration: underline;
    color: #e30000
}

.top-nav a {
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid #a3a3a3;
    color: #6e6e6e
}

.top-nav a:hover {
    text-decoration: underline;
    color:#ff0000;
}

.header {
    position: relative;
    height: 167px;
    overflow: hidden
}

.top .section {
    overflow: hidden
}
/*
.logo {
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    float: left;
    width: 415px;
    height: 58px;
    overflow: hidden;
    background: url(/uploads/image/sihome1/logo.png) no-repeat
}
*/
/*banner导行*/
.banner {
    position: relative;
    height: 90px;
    background: no-repeat right #f4f4f4 ;
}
.banner .section{
    position: relative;
    height: 90px;
}
.banner .number{
    width:440px ;
    position: absolute;
    left: 50%;
    margin-left: -260px;
    font-size: 18px;
    margin-top: -45px;
	display:none;
}
.banner .number b{
    float: left;
    color: #f0265a;
    padding: 0px 5px;

}
.banner .number li{
    float: left;
    width: 21px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    color: #fe7523;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #dddddd;
    background: #fff;
    margin: 0 2px;
}
.banner .number li cite{
    position: absolute;
    width: 21px;
    left: 0;
}
.banner .number li cite em{
    display: block;
}
.banner .number .nobor{
    background: none;
    border: 0 ;
}
.banner .number .num{
    background: url(/uploads/image/sihome1/number_line.png) #fff;
}




.header .ad-banner {
    position: absolute;
    right: 0;
    bottom: 0
}


/*菜单*/
.menu-box{
    position: relative;
    height:47px;
}
.menu {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    min-width: 1000px;
    height:47px;
    top: 118px;
    background-color: #fe352e;
}
.menu.fixed{
    position:fixed;
    top: 0;
    box-shadow: 0 1px 2px #b6b6b6;
}
.menu .section {
    position: relative;
}

.menu .sjzq{
    position: absolute;
    right: 0;
    height: 47px;
    line-height: 47px;
    background: #ff6a00;
    margin: 0;
    width: 168px;
    padding: 0;
    text-align: center;
}
.menu .sjzq span{
    position: absolute;
    right: 0;
    top: -10px;
    display: none;
    width: 140px;
    height: 20px;
    line-height: 20px;
    text-align: center;

    background: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #333;
    font-size: 14px;


}
.menu .sjzq:hover{
    position: absolute;
    right: 0;
    color: #fff;
    height: 47px;
    background: #d91636;
}
.menu .sjzq:hover span{
    display: block;
}
.menu a {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    height: 47px;
    line-height: 47px;
    width: 95px;
    text-align: center;
	font-weight:bold;
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -ms-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms
}

.menu a:hover {
    position: relative;
    height: 51px;
    color: #ff6a00;
    text-decoration: none
}

.newtask span{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    width: 44px;
    height:26px;
    right: 0;
    top: -21px;
    background:  no-repeat;
}
.newtask.active span{
    background:  no-repeat;
}

.menu .recommend span{
    display: block;
    position: absolute;
    width: 100px;
    height:26px;
    right: 0;
    top: -21px;
    background:  no-repeat;
}
.menu .recommend.active span{
    background:  no-repeat;
}

.menu .con {
    float: left;
}

.menu a.active {
    height: 42px;
    line-height: 46px;
    position: relative;
    border-bottom : 5px solid #ff7244;
    background-color: #8b2500;
}

.menu a.active span {
   /* top: 10px*/
}



em,  b {
    font-style: normal;
    font-weight: 400
}

.fr {
    float: right
}

.orange {
    color: #fe5700
}

.blue {
    color: #428bca
}

.red {
    color: #e60000
}

.bold {
    font-weight: 700;
    font-size: 14px
}

.gray {
    color: #818181
}

.copy-right {
    padding-bottom: 56px
}

.copy-right, .copy-right a {
    text-align: center;
    font-size: 12px;
    font-family: "宋体"
}

.copy-right a:hover {
    text-decoration: underline
}

.copy-right .br {
    padding: 6px 0
}

.mt38 {
    margin-top: 38px
}

.w70 {
    width: 70px
}

.green {
    color: #00793f
}

.pop {
    display: none;
    z-index: 1000
}

.pop-login {
    display: none;
    z-index: 1000
}

.pop-login, .pop-login .mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.error {
    height: 25px;
    line-height: 25px;
    padding-left: 22px;
    font-weight: 400;
    color: #e30000;
    background: url(/uploads/image/sihome1/sprite.png) no-repeat 0 -1247px;
}

.right-icon, .valid {
    height: 25px;
    line-height: 28px;
    padding-left: 22px;
    font-weight: 400;
    color: #018951;
    background: url(/uploads/image/sihome1/sprite.png) no-repeat 0 -1215px;
}

.pop-login .mask {
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
    filter: alpha(opacity=30)
}

.pop-login .wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 460px;
    height: 314px;
    margin-left: -230px;
    margin-top: -177px;
    background-color: #fff
}

.pop-login .title {
    position: relative;
    height: 55px;
    margin-left: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: #e7f6fb;
    color: #006fbb;
    padding-left: 22px;
    line-height: 55px;
    font-size: 20px
}

.pop-login .close {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-family: arial, sans-serif;
    cursor: pointer
}

.pop-login .close:hover {
    background-color: #fff
}

.pop-login .close:active {
    background-color: #cddfe5
}

.pop-login .con {
    position: relative;
    padding-top: 27px;
    padding-left: 1px;
    margin: 0 53px 0 63px
}

#verifyhtml {
    padding-top: 5px
}

.pop-login .br {
    position: relative;
    padding-bottom: 15px;
    padding-left: 50px
}

.pop-login .con label {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 14px
}

.pop-login .other span {
    color: #006fbb;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-right: 5px
}

.pop-login .other {
    padding-top: 0
}

.pop-login .other a {
    display: block;
    float: left
}

.other .qq, .other .wb {
    width: 29px;
    height: 24px;
    border: 1px solid #e5e6e8;
    background: url(/uploads/image/sihome1/sprite.png) no-repeat -32px -734px
}

.other .wb {
    background-position: -2px -734px;
    border-right: 0
}

.pop-login .txt input, .pop-login .pas input {
    position: relative;
    z-index: 2;
    height: 20px;
    padding: 12px 8px 6px;
    width: 258px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background: url(/uploads/image/sihome1/alltextbg.png) repeat;
    *border: 0 \9;
    width: 228px \9
}

.pop-login .pas input {
}

.pop-login .checkbox span {
    position: relative;
    left: 3px;
    top: -2px;
    color: #a3a3a3
}

.pop-login .checkbox a {
    position: absolute;
    right: 0;
    color: #a3a3a3
}

.pop-login .checkbox a:hover {
    color: #e30000
}

.pop-login .sub input {
    height: 40px;
    width: 138px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #34495e;
    font-size: 18px;
    border: 0;
    border-radius: 3px;
    *margin-left: -63px;
    outline: 0
}

.pop-login .sub .inloading {
    background: url(/uploads/image/sihome1/loaderimage.gif) no-repeat #34495e 95px 10px
}

.pop-login .sub .inloading:hover {
    background: url(/uploads/image/sihome1/loaderimageh.gif) no-repeat #57667b 95px 10px
}

.pop-login .sub input:hover {
    background-color: #57667b
}

.pop-login .sub input:active {
    background-color: #2e4154
}

.pop-login .sub a {
    color: #e10000;
    margin-left: 85px
}

.pop-login .sub .free-register {
    position: absolute;
    top: 12px;
    margin-left: 85px
}

.pop-login .sub .forget-password {
    top: 13px;
    position: absolute;
    left: 120px;
    width: 65px;
    color: #b3b3b3
}

.pop-login .sub .forget-password:hover {
    color: #e30000
}

.pop-login .sub a:hover {
    text-decoration: underline
}

.pop-login .checkbox a:hover {
    color: #006fbb;
    text-decoration: underline
}

.pop-login .txt span, .pop-login .pas span {
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 0;
    display: block;
    width: 258px;
    height: 38px;
    line-height: 42px;
    padding: 0 8px;
    color: #b0b0b0;
    border-radius: 3px;
    text-align: left;
    border: 1px solid #c9c9c9 \9;
    background: url(/uploads/image/sihome1/sprite.png) no-repeat 248px -443px
}

.pop-login .txt p, .pop-login .pas p {
    overflow: hidden
}

.pop-login .pas span {
    background-position: 248px -407px
}

.pop-login .txt input:focus, .pop-login .pas input:focus {
    border: 1px solid #006fbb;
    *border: 0 \9
}

.vip {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 12px;
    margin-left: 4px;
    top: 1px;
    background: url(/uploads/image/sihome1/sprite.png) no-repeat -1px -252px
}

.login-before {
    display: none
}

.login-after {
    display: none
}
@media(min-width: 768px) {
	.customer-comment {
		display: none;
		position: fixed;
		top: 170px;
		z-index: 200;
		right: -6px;
		width: 123px
	}

	.customer-comment .f-top-bg {
		height: 13px;
		background: url(/uploads/image/sihome1/l_customer.png) no-repeat -175px 0
	}

	.customer-comment .f-user {
		display: none;
		margin: 0 0 0 14px;
		padding-top: 8px
	}

	.f-login-in .f-user {
		display: block
	}

	.customer-comment .f-user .f-top {
		position: relative;
		padding-left: 48px;
		height: 100px
	}

	.customer-comment .f-user .f-br {
		padding-bottom: 5px;
		color: #000
	}

	.customer-comment .f-user .f-top img {
		position: absolute;
		left: 0;
		left: 0;
		width: 95px;
		height: 95px
	}

	.textaligncenter {
		text-align: center;
		margin-right: 14px
	}

	.customer-comment .f-user .f-br a {
		display: inline-block;
		color: #2980b9
	}

	.customer-comment .f-user .f-br a:hover {
		text-decoration: underline;
		color: #e30000
	}

	.customer-comment .f-user em.red {
		color: #e30000;
		font-weight: 700
	}

	.customer-comment .f-user .f-br span {
		display: inline-block;
		text-align: right;
		width: 36px
	}

	.customer-comment .f-user .f-br .f-user-center {
		display: block;
		width: 85px;
		height: 22px;
		margin: 8px 0 8px 5px;
		background: url(/uploads/image/sihome1/l_customer.png) no-repeat 0 -425px;
		text-indent: -2000px;
		overflow: hidden
	}

	.customer-comment .f-user .f-br a.f-user-center:active {
		background-position: 0 -448px
	}

	.customer-comment .f-user .f-top {
		padding-top: 20px
	}

	.customer-comment .f-user .f-top .f-out {
		position: absolute;
		right: 14px;
		top: 0;
		cursor: pointer;
		color: #000
	}

	.customer-comment .f-user .f-top .f-out:hover {
		color: #e30000;
		text-decoration: underline
	}

	.customer-comment .f-user .f-top .f-msg {
		position: absolute;
		left: 0;
		top: 0;
		cursor: pointer;
		padding-left: 16px;
		height: 16px;
		overflow: hidden;
		background: url(/uploads/image/sihome1/l_customer.png) no-repeat -1px -279px
	}

	.customer-comment .f-user .f-top em {
		color: #e30000;
		font-weight: 700
	}

	.customer-comment .f-user .f-br .diamond-icon, .diamond-icon {
		position: relative;
		top: 2px;
		display: inline-block;
		width: 14px;
		height: 13px;
		background: url(/uploads/image/sihome1/money.jpg) no-repeat
	}

	.customer-comment .f-con {
		padding-bottom: 1px;
		background: url(/uploads/image/sihome1/f-con.png) center top repeat-y
	}

	.customer-comment .f-con .f-icon {
		display: block;
		text-align: center;
		height: 39px;
		line-height: 39px;
		width: 86px;
		margin: 0 auto;
		padding-left: 8px;
		border-top: 1px solid #e5e5e5;
		background: url(/uploads/image/sihome1/l_customer.png) no-repeat 10px 10px
	}

	.f-login .f-con .f-free-register-icon {
		border-top: 0
	}

	.f-login-in .f-con .f-free-register-icon {
		border-top: 1px solid #e5e5e5
	}

	.f-login .f-free-register-icon {
		border-top: 1px solid #e5e5e5
	}

	.customer-comment .f-con .f-quick-login-icon {
		background-position: 10px -50px
	}

	.customer-comment .f-con .f-collection-station-icon {
		background-position: 9px -109px
	}

	.customer-comment .f-con .f-set-index-icon {
		background-position: 10px -168px
	}

	.customer-comment .f-con .f-enterprise-customer-icon {
		background-position: 0 -310px;
		text-indent: -2000px
	}

	.customer-comment .f-con .f-qq-group-icon {
		background-position: 0 -356px;
		padding-left: 21px;
		width: 73px;
		color: #000;
		overflow: hidden
	}

	.customer-comment .f-con .f-qq-group-icon:hover {
		color: #e30000
	}

	.customer-comment .f-go-to-top {
		padding-top: 1px;
		height: 133px;
		background: url(/uploads/image/sihome1/l_customer.png) no-repeat -175px -342px
	}

	.customer-comment .f-go-to-top .go-top-icon {
		width: 123px;
		height: 26px;
		margin: 100px auto 0;
		text-indent: -2000px;
		cursor: pointer
	}

	.customer-comment a {
		display: block
	}

	.customer-comment .f-qq-number {
		position: absolute;
		bottom: 43px;
		width: 100%;
		height: 30px
	}

	.customer-comment .f-collect {
		display: none;
		position: absolute;
		right: 5px;
		top: -7px;
		width: 25px;
		height: 24px;
		background: url(/uploads/image/sihome1/l_customer.png) no-repeat -124px -325px;
		cursor: pointer
	}

	.f-expend {
		display: block;
		position: fixed;
		right: 10px;
		z-index: 201;
		top: 126px;
		width: 40px;
		height: 104px;
		background: url(/uploads/image/sihome1/l_customer.png) no-repeat -118px -373px;
		cursor: pointer
	}

	.f-collected .f-collect {
		display: none
	}
}
.login-r {
	border-top: 1px solid #8b0000;
	background-color: #fff;
	text-align: center;
	padding: 15px 0 20px;
	margin-bottom: 30px
}

.login-r p {
	color: #a3a3a3;
	padding: 5px 0 8px
}

.login-r p span {
	padding-right: 5px
}

.login-r p a {
	color: #4c4c4c
}

.login-r p a:hover {
	text-decoration: underline;
	color: #e30000
}

.login-r .login-btn {
	display: block;
	width: 128px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	color: #fff;
	font-weight: 700;
	background-color: #ff4500;
	border-radius: 5px;
	margin: 0 auto;
	cursor: pointer
}

.login-r .login-btn:hover {
	background-color: #067eb5
}

.copy-tips {
    position: absolute;
    z-index: 100;
    padding: 5px;
    left: 50%;
    top: 50%;
    color: #5c000f;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dedede
}

.tip {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    max-width: 350px;
    border: 1px solid #dedede
}

.countdown-btn {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    color: #0a90df
}

.countdown-btn span {
    display: inline-block
}

.table .nav .num, .page-nav .num {
    float: left
}

.table .nav .next, .page-nav .next {
    position: static;
    padding: 3px 6px
}

.table .nav, .page-nav {
    margin-top: 50px;
    text-align: center
}

.table .nav .current, .page-nav .current {
    color: #ff0087
}

.table .nav span, .table .nav a, .page-nav a, .page-nav span {
    display: inline-block;
    padding: 0 2px;
    height: 22px;
    line-height: 22px;
    margin-left: 2px;
    background-color: #fff;
    color: #000;
    font-family: "?????“";
    cursor: pointer;
    height: 22px;
    border: 1px solid #ccc;
    min-width: 20px;
    font-size: 12px
}

.table .nav .pre, .table .nav .next, .page-nav .pre, .page-nav .next {
    width: 14px;
    height: 22px;
    padding: 0;
    width: 49px;
    text-align: center
}

.table .nav .next, .page-nav .next {
    background-position: 3px -116px
}

.table .nav a:hover, .table .nav span:hover, .page-nav a:hover, .page-nav span:hover {
    background-color: #1c8af0;
    color: #fff;
    border: 1px solid #1c8af0;
    text-decoration: none
}

.table .nav .current, .page-nav .current {
    background-color: #1c8af0;
    color: #fff;
    border: 1px solid #1c8af0
}

.table .nav .disable, .page-nav .disable {
    background-color: #1c8af0;
    color: #fff;
    border: 1px solid #1c8af0;
    cursor: text
}

.get-code {
    position: absolute;
    width: 178px;
    top: 0;
    left: 375px;
    height: 35px;
    height: 39px \9;
    line-height: 35px;
    line-height: 39px \9;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #cacaca;
    color: #000;
    text-align: center;
    background: #fbfbfb;
    cursor: pointer
}

.get-code.disable, .get-code.disable:hover {
    cursor: text;
    background: #fbfbfb
}

.get-code:hover {
    background-color: #fff
}

.get-code:active {
    background-color: #ece8e8
}

#seconddisplay {
    position: absolute;
    width: auto;
    top: 0;
    padding: 0 5px
}

#seconddisplay em {
    display: inline-block;
    position: static;
    color: #e30000;
    padding: 0 4px
}

.public {
    position: relative;
    background-color: #fff;
    padding-left: 50px;
    border-top: 1px solid #ddd
}

.looper {
    position: relative;
    height: 48px;
    width: 630px;
    overflow: hidden;
    background-color: #fff
}

.looper:focus {
    outline: 0
}

.looper .looper-inner {
    height: 48px;
    width: 20000px
}

.looper.slide .item {
    padding-top: 16px
}

.looper.slide .roll-item, .looper.slide .item {
    padding-left: 15px;
    float: left
}

.looper.slide .item a {
    padding-right: 10px;
    cursor: text
}

.looper.slide .item a a {
    cursor: pointer
}

.looper.slide .roll-item {
    position: relative;
    display: block;
    float: left;
    padding-right: 10px;
    padding-top: 16px
}

.looper.slide .roll-item img {
    position: absolute;
    left: 0;
    top: 0
}

.looper.slide .roll-item p {
    color: #4a4a4a;
    padding-bottom: 5px
}

.looper.slide .roll-item .red {
    color: #fe5700
}

.looper.slide .roll-item .red a {
    cursor: pointer
}

.looper.slide .roll-item .red a:hover {
    text-decoration: underline;
    color: #e30000
}

.public .icon {
    display: block;
    position: absolute;
    left: 10px;
    padding-left: 25px;
    height: 30px;
    width: 30px;
    background: url(/uploads/image/sihome1/sprite.png) no-repeat 0 -625px
}

.suggestions {
		position: absolute;
		z-index: 100;
		display: block;
		width: 100px;
		left: 10px;
		top: 182px;
	}

	.suggestions a {
		display: block;
		height: 100px;
		width: 100px;
		margin-top: 2px;
		background:  no-repeat
	}

	.suggestions div {
		margin-top: 2px
	}

	.suggestions a.suggestions4 {
		background: url(/uploads/image/sihome1/suggestions7.jpg) no-repeat
	}

	.suggestions a.suggestions5 {
		background: url(/uploads/image/sihome1/dm-gif.gif) no-repeat
	}

	.suggestions a.ada {
		background: url(/uploads/image/sihome1/suggestions8.gif) no-repeat
	}

	.suggestions span {
		display: block;
		position: absolute;
		right: 0;
		top: -18px;
		width: 40px;
		height: 18px;
		background: #000;
		line-height: 13px;
		text-align: center;
		color: #fff;
		text-indent: 0;
		font-size: 14px;
		text-indent: -2000px;
		background: url(/uploads/image/sihome1/close.jpg) no-repeat
	}


@media(max-width: 768px) {
	.suggestions, .f-expend, .customer-comment{
		display: none;
	}
}
.chinaj {
    display: block;
    width: 98px;
    height: 137px;
    background:  no-repeat;
    margin: 0 auto
}

.customer-comment .chinaj {
    position: relative;
    top: -5px
}

.cnzz a {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 50px;
    height: 12px;
    background: url(/uploads/image/sihome1/pic.gif) no-repeat;
    text-indent: -2000px;
    overflow: hidden
}


/*手机*/
.rotation{
    min-width: 1000px;
}

/*其它页面的图片轮换*/
.transfer{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
}
.transfer .btn{
    position: absolute;
    bottom: 10px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    z-index: 10;
    height: 16px;
}
.transfer .btn span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.transfer .btn .c{
    background: #ff6600;
}
.transfer  .box-wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.transfer .box{
    width: 920px;
    overflow: hidden;
}
.transfer a{
    position: relative;
    overflow: hidden;
    display: block;
    width: 718px;
    float: left;
}
.transfer a img{
    width: 100%;
}
.i-ctrl{
    position: absolute;
    z-index: 20;
    left: 0;
    top: 50%;
    width: 100%;
    display: none;
}
.transfer:hover .i-ctrl{
    display: block;
}
.i-ctrl span
{
    position: absolute;
    display: block;
    left: 0;
    height: 42px;
    width: 33px;
    padding-top: 23px;
    background: #000;
    margin-top: -30px;
    cursor: pointer;
    opacity: .2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(opacity=20)";
    filter: alpha(opacity=20);
    transition:opacity .2s linear 0s;
}
.i-ctrl span:hover{
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
}
.i-ctrl span s{
    display: block;
    width: 9px;
    height: 20px;
    margin: 0 auto;
    background:  no-repeat;
}
.i-ctrl .ctrl-r{
    right: 0;
    left: auto;
}
.i-ctrl .ctrl-r s
{
    background-position: -15px 0;
}
.swf{
    position: absolute;
    width: 410px;
    height: 90px;
    right: 0;
    top: 2px;
}
.swf a{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


@media screen  and (min-width: 1440px) {
    .transfer a{
        width: 920px;
    }
    .transfer,
    .transfer  .box-wrapper,
    .transfer .box,
    .transfer a{
    }
}

.save-desktop{
    position: fixed;
    bottom: 0px;
    z-index: 10;
    height:44px;
    line-height: 44px;
    text-align: center;
    color: #616263;
    width: 100%;
    font-size: 14px;
}
.save-desktop .mask{
    background-color: #000;
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    filter: alpha(opacity=75)
}
.save-desktop .content{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
}
.save-desktop a{
    position: relative;
    text-align: center;
    background:  no-repeat;
    overflow: hidden;
    color: #fff;
    font-size: 14px;


    display: inline-block;
    width: 94px;
    height: 30px;
    margin: 0 0 0 40px;
    vertical-align: middle;
}

.save-desktop a:hover {
    background-position: 0 -30px;
}
.save-desktop em{
    color: #7ae72a;
}
.save-desktop .close{
    position: absolute;
    right: 10px;
    top: 0;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.save-desktop .close:hover{
    color: #e30000;
}
.save-desktop a:hover{
    color: #f7d26f;
    text-decoration: none;
}
