@charset "utf-8";


/*提示框*/
.msg-fix {
	position: fixed;
	top: 40%;
	z-index: 10000;
	width: 100%;
	height: 1px;
	text-align: center;
}

.m-message {
	font-family: "microsoft yahei", "宋体";
	display: inline-block;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	color: #555;
	text-align: left;
	max-width: 90%;
	padding: 10px 15px 10px 15px;
}

.m-suc {
	background-color: #d8fae3;
	border: 1px solid #b4e9bb;
}

.m-err {
	background-color: #fff0f0;
	border: 1px solid #ffb2b5;

}

.m-message i {
	font-size: 2.5em;
}

.m-message span {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 1.3em;
	color: inherit;
}



/* Animations */
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}

.moveTop {
	-webkit-animation: moveTop .5s ease both;
	animation: moveTop .5s ease both;
}

@keyframes moveTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes moveTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}


.w100 {
	width: 100% !important;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w860 {
	width: 860px !important;
	margin: 0 auto;
}

.w990 {
	width: 990px;
	margin: 0 auto;
}

.w720 {
	width: 720px;
	margin: 0 auto;
}

.w640 {
	width: 640px;
	margin: 0 auto;
}

.w330 {
	width: 330px;
	margin: 0 auto;
}

.w350 {
	width: 350px;
	margin: 0 auto;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mr10 {
	margin-right: 10px
}

.mr5 {
	margin-right: 5px
}

.ml10 {
	margin-left: 10px
}

.ml5 {
	margin-left: 5px
}

.pd20 {
	padding-top: 20px;
}

.pd10 {
	padding: 10px 0 5px !important;
}

.F03 {
	color: #F03
}

.c46 {
	color: #4677BD;
}

.fc6 {
	color: #666
}

.ccc {
	color: #999 !important;
}

.fff {
	color: #Fff !important;
}

.green {
	color: #00A13D !important
}

.blue {
	color: #007ddc !important;
}

.red {
	color: #f71919 !important;
}

.orange {
	color: #EE940D !important;
}

.yellow {
	color: #FFB600 !important;
}

.cfont {
	color: #0C8E96 !important
}

.fc9 {
	color: #999
}

.f12 {
	font-size: 12px !important;
}

.f14 {
	font-size: 14px !important;
}

.f16 {
	font-size: 16px !important;
}

.f18 {
	font-size: 18px !important;
}

.f20 {
	font-size: 20px !important;
}

.f24 {
	font-size: 24px !important;
}

.bg-w {
	background: #ffffff !important;
}

.bg-pink {
	background: #FCEEED !important;
	border-color: #f7d2d2;
}

.layout {
	width: 1200px;
	padding-bottom: 30px;
	margin: 0 auto;
}

/* --------- start ui-btn  ---------------- */
.ui-btn-box {
	text-align: right;
	padding: 5px 0;
}

.ui-btn {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: auto;
	padding: 5px 20px;
	text-align: center;
	font-size: inherit;
	cursor: pointer
}

.ui-btns {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: auto;
	padding: 2px 10px;
	text-align: center;
	font-size: inherit;
	cursor: pointer
}

.ui-btn-small {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: auto;
	padding: 3px 15px;
	text-align: center;
	font-size: inherit;
	cursor: pointer;
	margin-left: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* 动态按钮边框 */
.c-btn {
	text-decoration: none;
	position: relative;
	display: inline-block;
	height: 100%;
}

.c-btn:after {
	content: '';
	display: block;
	position: absolute;
}

.c-btn:before {
	content: '';
	display: block;
	position: absolute;
}

.c-btn--border-line {
	box-shadow: inset 0 0 0 0px transparent;
}

.c-btn--border-line:after,
.c-btn--border-line:before {
	box-sizing: border-box;
	border: 1px solid transparent;
	width: 0;
	height: 0;
}

.c-btn--border-line:after {
	top: 0;
	left: 0;
	-webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
	transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.c-btn--border-line:before {
	bottom: 0;
	right: 0;
	-webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
	transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

.c-btn--border-line:hover:after,
.c-btn--border-line:hover:before {
	width: 100%;
	height: 100%;
}

.c-btn--border-line:hover:after {
	border-top-color: #fff;
	border-right-color: #fff;
	-webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
	transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.c-btn--border-line:hover:before {
	border-bottom-color: #fff;
	border-left-color: #fff;
	-webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
	transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

.c-btn--line:after {
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	bottom: 0;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
	transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
	transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.c-btn--line:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
	transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
	transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}


.btn-green {
	background-color: #1ba475;
	color: #fff !important;
	border: #1da483 solid 1px;
}

.btn-green:hover {
	background-color: #05c48f;
}

.btn-red {
	background-color: #D14D4D;
	color: #fff !important;
	border: #B54545 solid 1px;
}

.btn-red:hover {
	background-color: #E83D3D;
}

.btn-orange {
	background-color: #F7851B;
	color: #fff !important;
	border: #E38216 solid 1px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-orange:hover {
	background-color: #FF5D00;
	border-color: #D45605;
}


.btn-thin-orange {
	background-color: #ff8f2f;
	border-color: #f28223;
	color: #fff;
}

.btn-thin-orange:hover {
	background-color: #ff801d;
	color: #fff;
}

.btn-yellow {
	background-color: #f8d839;
	color: #666 !important;
	border: #f9da29 solid 1px;
}

.btn-yellow:hover {
	background-color: #f7e825;
	border-color: #eddc2d;
}

.btn-gray {
	background-color: #f6f6f6;
	color: #444 !important;
	border: 1px solid #dcdcdc;
}

.btn-gray:hover {
	background-color: #fafafa;
}

.btn-blue {
	background-color: #008DB7;
	color: #FFF !important;
	border: 1px solid #0387ae;
	border-bottom-color: #037ea3;
}

.btn-blue:hover {
	background-color: #249dd7;
}

.btn-white {
	background-color: #fff;
	color: #333;
	border: 1px solid #dcdcdc;
}

.btn-white:hover {
	background-color: #f0fdff;
	border: 1px solid #139bac;
	color: #009eb1;
}

.btn-white:hover::before {
	clear: left;
}


.btn-white-bd {
	background-color: #fff;
	color: #666;
	border: 1px dashed #bbb;
}

.btn-white-bd:hover {
	border-color: #00aaaa;
	color: #099;
}

.btn-white-nbd {
	background-color: #fff;
	color: #666;
	border: 0px solid #bbb;
}

.btn-white-nbd:hover {
	background-color: #f9f9f9;
}

.btn-bd-green {
	background-color: #fff;
	border: 1px solid #24909d;
	color: #24909d;
}

.btn-bd-green:hover {
	background-color: #f9f9f9;
	border: 1px solid #169d87;
	color: #149d96;
}


.btn-disable {
	background-color: #f6f6f6;
	color: #aaa !important;
	border: 1px solid #dcdcdc;
	cursor: default !important;
}

.btn-disable:hover {
	background-color: #f6f6f6;
}

/*  small btn  */
.btns {
	display: inline-block;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	color: #666;
}

.btn-sent {
	background-color: #BFBFBF;
	color: #FFFFFF !important;
	border: #AFB3B3 solid 1px;
	cursor: default !important;
}

.ui-btn.wide {
	width: auto;
	padding: 8px 60px;
	font-size: 16px
}


.td-btn {
	padding: 5px 13px;
	margin: 2px 0;
	border-radius: 2px;
}

.td-btn-gray {
	padding: 2px 10px;
	margin: 3px 0;
	border-radius: 2px;
	border: #ccc solid 1px;
	background: #eee;
	color: #666 !important;
}

.td-btn-gray:hover {
	background: #464646;
	border: #000 solid 1px;
	color: #FFF !important;
}

.td-btn-blue {
	padding: 2px 10px;
	margin: 3px 0;
	border-radius: 3px;
	border: #48B8C9 solid 1px;
	background: #48B8C9;
	color: #fff !important;
}

.slim-btn {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 0 10px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

.slim-btn-green {
	border: #65BCBC solid 1px;
	background: #F5FCFC;
	color: #099;
}

.slim-btn-green:hover {
	background: #fff;
}

/* --------- End ui-btn  ---------------- */

.border {
	border-top: #eee solid 0px;
	width: 100%;
	display: none;

}

.bdt {
	border-top: #099 solid 1px;
	clear: both;
	width: 100%;
}

.bd-none {
	border: none !important;
}

.vtc-base {
	vertical-align: baseline !important
}

.vtc-top {
	vertical-align: top !important
}

.vtc-middle {
	vertical-align: middle !important
}

.vtc-bottom {
	vertical-align: bottom !important
}

.inline {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	font-size: 0px;
	position: relative;
	z-index: 9;
}

.inline * {
	vertical-align: middle;
}

.line {
	display: inline;
}

.inline label,
.inline span,
.inline div,
.inline ul {
	font-size: 12px;
}

.ui-box-orange {
	width: 97.5%;
	padding: 8px 2%;
	margin: 20px 0 0;
	background: #FFFAF5;
	border: #F9BD95 solid 1px;
}

.ui-box-orange a {
	color: #088;
	font-weight: 600;
	margin: 0 5px
}

.padding-box {
	padding: 10px 0;
}


.caution {
	padding: 10px;
	background: #fff6f4;
	border: #ff1800 solid 1px;
	line-height: 25px;
	margin: 10px 0 20px;
	display: none;
}

/* css3 link */
.link-1 {
	display: inline-block;
	position: relative;
}

/* linkone */
.link-1:before,
.link-1:after {
	content: '';
	border-bottom: solid 1px #06d;
	position: absolute;
	bottom: 0;
	width: 0;
}

.link-1:before {
	left: 0;
}

.link-1:after {
	right: 0;
}

.link-1:hover:before,
.link-1:hover:after {
	width: 50%;
}

.link-1:before,
.link-1:after {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


/*头部下拉*/
.nav-ct-wid {
	width: 411px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.hd-row {
	padding: 9px 0 4px 20px;
	border-bottom: 1px solid #ededed;
}

.hd-row.last {
	border-bottom: none;
}

.nav_ct h4 {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
	font-weight: 600;
}

.hd-ul {
	float: none;
}

.hd-ul .hd-li {
	float: left;
	width: 86px;
	height: 15px;
	line-height: 15px;
	border-left: #f0f0f0 solid 1px;
	margin: 0 0 10px 0;
	padding-left: 5px;
}

.hd-ul .hd-li a {
	font-size: 12px;
	cursor: pointer;
}

.hd-ul .hd-li a:hover {
	text-decoration: underline;
}

.content {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	padding: 10px 0 20px;
}

/*尾部*/
.footer {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	color: #bbb;
	position: relative;
	z-index: 3;
}

.layout-img-box {
	overflow: hidden;
	width: 340px;
	padding: 0 0 20px;
	margin: 0 auto;
}

.layout-img-box a {
	float: left;
	width: 103px;
	height: 32px;
	margin: 0 5px;
}

.layout-img-box-a1 {
	background: url(../images/layout-img.png) no-repeat -5px -5px;
}

.layout-img-box-a2 {
	background: url(../images/layout-img.png) no-repeat -118px -5px;
}

.layout-img-box-a3 {
	background: url(../images/layout-img.png) no-repeat -231px -5px;
}





/*foot contact*/
.contact-layout {
	width: 1200px;
	margin: 0 auto;
}

.contact-box {
	margin: 0 auto 0;
	text-align: left;
	border: #ededed solid 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;

}

.contact-item {
	padding: 0px 0;
	width: 270px;
	margin: 0 auto;
	position: relative;
	float: left;
}

.contact-item p {
	margin: 8px 0 0;
	line-height: 20px;
	color: #bbb;
}

.footer a:hover {
	color: #00b1b1;
}

.footer .btn,
.footer .btns {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.footer .btn:hover,
.footer .btns:hover {
	text-decoration: none;
	color: #07a4b5;
	border: 1px solid transparent;
}


.footer img {
	vertical-align: middle
}
.footer .advantage {
	width: 100%;
}


.footer .footerCopyright,
.footer .footerCopyright a,
.footer .footerCopyright span {
	color: #777
}

.footer .container a {
	margin-right: 20px
}


.footerLinks {
	padding-bottom: 30px;
	font-size: 12px;
	background: #121212;
}

.footerLinks dl {
	width: 130px;
	margin: 0;
	margin-left: 45px;
	float: left;
}

.footerLinks dl.last {
	margin-right: 0px;
}

.footerLinks dl a {
	color: #888;
	text-decoration: none;
	font-weight: 400
}

.footerLinks dl dt {
	font-size: 16px;
	color: #aaa;
	margin-top: 10px;
	margin-bottom: 12px
}

.footerLinks dl dd {
	line-height: 27px;
	margin: 0;
}

.contactLinks {
	display: inline-block;
	padding-left: 60px;
	border-left: #555 solid 1px;
}

.contactLinks .btn-white-nbd {
	border: 1px solid #ededed;
}

.linkBlock {
	margin-left: 20px;
}

.link-title {
	position: relative;
	display: inline-block;
	padding-left: 13px;
	line-height: 20px;
	margin-bottom: 5px;
}

.link-title:after {
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	left: 0;
	top: 7px;
	background: #00a1a1;

}

.link-img img {
	border: #eee solid 1px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.contactLinks .teleNumber {
	font-size: 16px;
	color: #8f8f8f
}

.footer .footerCopyright {
	background: #010101;
	line-height: 54px;
	color: #bbbaba;
}

.footer .footerCopyright span {
	margin-right: 15px;
}
@media screen and (max-width: 1199px) {
	.footer .mobileCustomerService{
		display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    background: #0068B1;
    cursor: pointer;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .footer .mobileCustomerService p {
    font-size: 12px;
    color: #fff;
  }
  .footer .mobileCustomerService i {
    display: inline-block;
    font-size: 48px;
    color: #fff;
    margin-top: 26px;
  }
}
@media screen and (max-width: 1000px) {
	.footer .mobileCustomerService{
		display: block;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 50%;
    background: #0068B1;
    cursor: pointer;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .footer .mobileCustomerService p {
    font-size: 18px;
    color: #fff;
  }
  .footer .mobileCustomerService i {
    display: inline-block;
    font-size: 54px;
    color: #fff;
    margin-top: 60px;
  }
}

/*弹出窗体*/
.position-box {
	width: 700px;
	margin: 0 auto;
	position: relative;
}

.window {
	display: none;
	width: 698px;
	background: #fff;
	position: fixed;
	left: 25%;
	top: 20%;
	z-index: 1000;
}

.window .protitle {
	background: #fafafa;
}

.winbox {
	margin: 0px 10px 10px;
}

/*弹出窗体*/

/* .li_1 {
	position: relative;
	z-index: 999;
}

.li_2 {
	position: relative;
	z-index: 999;
}

.li_1 a.noclick {
	width: 45px;
} */

/* .topline ul .li_1_content {
	position: absolute;
	top: 27px;
	right: 0;
	line-height: 40px;
	z-index: 99;
	display: none;
	height: auto;
	width: 95px;
	border: #555 solid 1px;
}

.topline ul .li_1_content dt {
	margin: 0 auto;
	height: 0px;
	*height: 0px;
	line-height: 0px;
}

.topline ul .li_1_content dd {
	padding: 0 00px;
	background: #fcfcfc;
	float: none;
	overflow: hidden;
	line-height: 32px;
}

.topline ul .li_1_content dd a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 0px;
	text-align: center;
	border-right: none;
	color: #333;
	font-weight: normal;
	width: auto;
}

.topline ul .li_1_content dd a.i {
	margin-right: 3px;
}

.topline ul .li_1_content dd a:hover {
	background: #6A6A6A;
	color: #FFF;
	text-decoration: none;
} */

.li_1_content dd.lastItem {
	background-image: none;
	border-bottom: 1px solid #E6E4E3;
}

.li_1_content dd.lastItem a {
	border-bottom: none;
}

/*滑动门*/

.tab-box-white {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 10px !important;
}

.tab-box-white span {
	font-size: 15px;
	font-weight: 400;
	text-indent: 10px;
	line-height: 15px;
}

.tab-box {
	margin: 10px 30px 0;
	width: auto;
	height: 45px;
	line-height: 45px;
	border-bottom: #eee solid 1px;

}

.tab-box p {
	float: right;
	width: 30px;
	height: 30px;
	font-size: 17px;
	text-align: center;
	line-height: 30px;
	margin: 8px 0px 0 0;
	color: #999;
	cursor: pointer;
}

.tab-box p i {
	font-size: 26px;
	line-height: 34px;
}

.tab-box p:hover {
	color: #099;
}

.tab-box-white p {
	margin: -3px 7px 0 0 !important;
}

.tab-box-blue p {
	color: #666;
}

.tab-box-green p {
	color: #666;
}

.tab-box-white p {
	color: #099;
}

.tab-box-yellow p {
	color: #fff;
	background: #FFB94F;
}

.tab-box-orange p {
	color: #fff;
	background: #FF7E00;
}

.tab-box-green p:hover {
	background: #777;
	color: #fff;
	cursor: pointer
}

.tab-box-blue p:hover {
	background: #0087BC;
	cursor: pointer
}

.tab-box-white p:hover {
	color: #099;
	cursor: pointer
}

.tab-box a {
	display: inline-block;
	cursor: pointer;
	padding: 0 10px;
	margin-right: 25px;
	text-align: center;
	color: #999;
	font-weight: 400;
	font-size: 17px;
	height: 45px;
	border-bottom: #eee solid 1px;
}

.tab-box a:hover {
	background: #f9f9f9;
	color: #129999;
}

.tab-box-blue a:hover {
	color: #099
}

.tab-box a.hover {
	font-weight: 400;
	color: #1da1b0;
	border-bottom: #21abbc solid 2px;
}

.tab-container {
	clear: both;
	width: auto;
	padding: 20px 30px 30px;
	border: #ddd solid 0px;
	border-top: none;
	background: #FFF;
	clear: both;
}

.tab-container h3 {
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
}

.tab-bottom {
	display: block;
	height: 40px;
	padding: 20px 00px 5px 0;
	border-top: #ddd solid 1px
}

.tab-title {
	font-size: 15px;
	border-bottom: dashed 1px #ccc;
	padding: 10px 0;
	margin-bottom: 10px;

}






/*弹窗2*/
.theme-popover-mask {
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	opacity: 0.3;
	filter: alpha(opacity=30);
	display: none
}

.theme-popover {
	z-index: 9999;
	position: absolute;
	top: 0%;
	left: 0PX;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	border: #3FBA9C 1px solid;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 8px #ccc;
}

.theme-popover-2 {
	z-index: 9999;
	position: absolute;
	top: 50%;
	left: -2PX;
	width: 100%;
	height: 575px;
	margin-top: -280px;
	border: #3FBA9C 1px solid;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 8px #ccc;
}

.theme-poptit {
	border-bottom: 1px solid #ddd;
	padding: 8px;
	position: relative;
	background: #f3f3f3;
}

.theme-popbod {
	padding: 60px 15px;
	color: #444;
	height: 148px;
}

.theme-popbom {
	padding: 15px;
	background-color: #f6f6f6;
	border-top: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	color: #666
}

.theme-popbom a {
	margin-left: 8px
}

.theme-poptit>span {
	font-size: 12px;
	margin-right: 10px;
	color: #019cae;
	font-weight: 600;

}

.theme-poptit .ui-btn {
	float: right;
	margin-right: 15px;
	padding: 4px 10px;

}

.theme-poptit .close {
	float: right;
	color: #333;
	padding: 5px 4px;
	margin: -2px -2px -5px;
	font: bold 28px/25px simsun;
	text-shadow: 0 1px 0 #ddd
}

.theme-poptit .close:hover {
	color: #00AFAF;
	background: #E0E0E0;

}

/*分页*/
.ui-page {
	display: inline-block;
	width: auto;
	height: 24px;
	text-align: right;
	font-size: 0px;
	border: 1px solid #E9E9E9;
	border-right: 0;
	margin: 10px 10px;
}

.ui-page a {
	padding: 0px 8px;
	border-style: solid;
	border-color: #EBEBEB;
	height: 100%;
	border-width: 0 1px 0 0px;
	display: inline-block;
	color: #666;
	font-size: 12px;
	line-height: 24px;
	background: #fbfbfb;
	text-align: center;
}

.ui-page a:hover {
	background: #f2f4f5;
	color: #0098bb;
}

.ui-page a.disable {
	color: #999;
}

.ui-page a.disable:hover {
	background: #f4f4f4;
}

.ui-page a.on {
	background: #0FA7B7;
	color: #fff;
	border-color: #0FA7B7
}

.main .post,
.main .left {
	margin-top: 10px;
}



/*焦点图*/
.narrow .indexPicBox {
	height: 255px;
}

.indexPicBox {
	width: 100%;
	height: 347px;
	padding: 0px;
	margin-bottom: 5px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.narrow .hotPic {
	height: 255px;
	;
}

.hotPic {
	width: 100%;
	height: 347px;
	position: relative;
	overflow: hidden;
}

.hotPic .num {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	padding-right: 8px;
	height: 30px;
	text-align: right;
}

.hotPic .num span {
	width: 20px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	margin: 5px 2px 0;
	cursor: pointer;
	background: #666;
	color: #fff;
}

.hotPic .num span.cur {
	background: #09c;
	color: #fff;
}

.hotPic .pic {
	position: relative;
	z-index: 5;
}

.hotPic .pic li {
	position: absolute;
	display: none;
}

.hotPic .pic li img {
	width: 100%;
	height: auto;
	display: block;
}

.hotPic .text {
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 12;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-family: Microsoft YaHei;
}

.hotPic .text p {
	position: absolute;
	display: none;
	color: #fff;
	font-weight: 800;
	font-size: 15px;
}



.project_title {
	width: 100%;
	height: 45px;
	padding: 0 0 00px;
	margin: 00px auto 0;
	border-bottom: #ddd solid 0px;
	text-align: left;
}

.project_title img {
	width: 60px;
	height: 60px;
	float: left;
	border: #ddd solid 1px;
	cursor: pointer
}

.project_title h1 {
	font-size: 24px;
	line-height: 35px;
	color: #666;
	font-weight: 400;
	margin: 0 0 0 0px
}

.project_title h1 span {
	color: #aaa;
	font-size: 15px
}

.project_slid {
	width: 118px;
	min-height: 430px;
	background: none;
	float: left;
}

.project_slid ul {
	margin: 0;
}

.project_slid ul a:hover {
	color: #099
}

.project_slid ul a {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 0;
	line-height: 40px;
	text-align: center;
	margin: 0px auto;
	color: #333;
	border-bottom: #ddd dotted 1px;
	border-top: #fafafa solid 1px;
	cursor: pointer
}

.project_slid ul a.hover {
	color: #099;
	font-weight: bold;
}

.project_list {
	position: relative;
	width: 1080px;
	min-height: 300px;
	_height: 300px;
	word-wrap: break-word;
	overflow-y: auto;
	padding: 0 0 1px;
	float: right;
	border-left: 1px solid #ddd;
	background: none;
}

.project_list table th {
	text-align: left;
	padding: 20px 0 10px;
}

.project_list table th a {
	position: absolute;
	top: 8px;
	left: 130px;
	z-index: 1;
	display: block;
	padding: 10px 10px 10px 55px;
	border: 2px solid #fff;
	font-size: 18px;
	background: url(../images/creat.png) 10px 8px no-repeat;
	color: #555;
}

.project_list table th a:hover {
	border: 2px solid #ddd;
	text-decoration: none;
}

.projectxt {
	width: 60%;
	float: left;
}

.projectxt h2 {
	font-size: 22px;
	line-height: 60px;
}

.projectxt textarea {
	width: 98%;
	height: 80px;
	padding: 1%;
	border: #ddd solid 1px;
	border-radius: 4px;
}

.projectright {
	width: 33%;
	padding: 0px 0 100px 30px;
	float: right;
	border-left: 1px solid #ddd;
}

.projectright h2 {
	margin: 0 auto;
	line-height: 110px;
	font-size: 30px;
	color: #099;
}

.projectright h3 {
	margin: 0 auto;
	line-height: 65px;
	font-size: 20px;
	color: #111;
}

.projectright dl {
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
}

.projectright dl dd {
	float: left;
	width: 20%;
	text-align: left;
	color: #333
}

.projectright dl dt {
	float: left;
	width: 78%;
	text-align: left;
	color: #09C
}

/* 订单滑动门 */
.order_chose {
	margin: 00px 0px 00px 00px;
	padding: 0 0 0 00px;
	width: auto;
	background: none;
	height: 35px;
	line-height: 34px;
	border: #e0e0e0 0px solid;
	border-bottom: #ccc 1px solid;
}

.order_chose ul {
	margin: 0px;
	padding: 0px;
}

.order_chose li {
	float: left;
	display: block;
	cursor: pointer;
	width: 140px;
	text-align: center;
	color: #333;
	font-weight: 400;
	font-size: 15px;
	line-height: 35px;
	background: #ebebeb;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}

.order_chose li.hover {
	padding: 0px;
	background: #fff;
	width: 140px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #088;
	height: 35px;
	line-height: 34px;
}

.cart_ct {
	vertical-align: middle;
	padding: 20px 0 50px 0;
}

.cart_ct .pro_a a {
	display: block;
	width: 60px !important;
	float: right;
	line-height: 30px !important;
}

.cart_ct .pro_a a.check {
	background: #e8eaeb;
	padding: 0px;
	border: 1px #ddd solid;
	color: #333;
	float: left;
}

.cart_ct label,
.cart_ct label select {
	float: left;
	line-height: 20px;
}

.cart_ct select {
	width: 120px;
	margin: 0 10px 0 0;
}

.cart_ct label {
	margin: 0 10px 0 0;
	line-height: 30px;
}

.project_tree {
	margin: 20px 0 0;
	padding: 0 0 0 0px;
	width: 100%;
	background: none;
	height: 35px;
	line-height: 34px;
	border: #e0e0e0 0px solid;
	border-bottom: #ddd 1px solid;
}

.project_tree .title {
	line-height: 35px;
}

.project_tree ul li {
	height: auto;
}

/*左边滑动弹出*/
.right_op {
	position: fixed;
	right: -55%;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 0 2%;
	background: #fff;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #eee;
	box-shadow: -3px 0px 3px rgba(0, 0, 0, .10)
}

.right_op {
	-webkit-transition: 0.4s all ease;
	-ms-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.option {
	padding: 0 0 15px;
}

.right_op h2 {
	margin: 0 auto;
	line-height: 60px;
	font-size: 20px;
	color: #099;
	margin-top: 140px;
	position: relative;
}

.right_op h2 a {
	position: absolute;
	right: 20px;
	top: 00px;
	color: #999;
	font-size: 22px;
}

.right_op h2 a:hover {
	color: #099;
}

.right_op h3 {
	margin: 0 auto;
	line-height: 50px;
	font-size: 16px;
	color: #666;
}

.right_op dl {
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	font-size: 1.0em;
	color: #666;
}

.right_op dl dd {
	float: left;
	width: 15%;
	text-align: left;
	color: #333;
	margin: 0;
	line-height: 35px;
}

.right_op dl dt {
	float: left;
	width: 78%;
	text-align: left;
	color: #666;
	line-height: 35px;
}

.pro_btn {
	width: auto;
	height: 40px;
	text-align: left;
}

.pro_a {
	padding: 00px 0;
}

.pro_a .abtn {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 14px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	overflow: visible;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background: #099
}

.pro_a .btn_primary {
	background-color: #099;
	color: #FFFFFF;
	border: 1px solid #008C75;
}

.pro_a a:hover {
	background: #0aa;
	color: #fff;
}

.option_area {
	width: 96%;
	padding: 0 0 10px;
}

.option_area textarea {
	width: 100%;
	border-radius: 0;
	line-height: 20px;
}

.tree {
	min-height: 300px;
	_height: 300px;
	word-wrap: break-word;
	overflow-y: auto;
	padding: 1px 0 5px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 0px solid #999;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.tree li {
	list-style-type: none;
	margin: 0;
	padding: 10px 0px 0 5px;
	position: relative
}

.tree li::before,
.tree li::after {
	content: '';
	left: -20px;
	position: absolute;
	right: auto
}

.tree li::before {
	border-left: 1px solid #999;
	bottom: 50px;
	height: 100%;
	top: 0;
	width: 1px
}

.tree li::after {
	border-top: 1px solid #999;
	height: 20px;
	top: 25px;
	width: 25px
}

.tree li span {
	position: relative;
	-webkit-border-radius: 5px;
	border: 1px solid #bbb;
	border-radius: 2px;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	background: #fafafa;
}

.tree li span strong {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: absolute;
	top: 0;
	right: 80px;
	border-right: 1px solid #ccc;
	text-align: center;
	width: 130px;
	line-height: 40px;
	color: #999
}

.tree li span a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	line-height: 40px;
	text-align: center;
	color: #666
}

.tree li.parent_li>span {
	cursor: pointer
}

.tree>ul>li::before,
.tree>ul>li::after {
	border: 0
}

.tree li:last-child::before {
	height: 30px
}

.tree li.parent_li>span:hover,
.tree li.parent_li>span:hover+ul li span {
	background: #F2F7F9;
	border: 1px solid #099;
	color: #000
}

.tree li div.progressbox {
	display: block;
	width: 100px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 225px;
	font-style: normal;
	background: #eee;
	text-align: center;
	border: #ccc solid 1px
}

.tree li div.progress-on {
	position: absolute;
	left: 0;
	width: auto;
	height: 20px;
	float: left;
	background: #4DD2C2;
}

.tree li div.pc0 {
	width: 1%;
}

.tree li div.pc2 {
	width: 20%;
}

.tree li div.pc4 {
	width: 40%;
}

.tree li div.pc6 {
	width: 60%;
}

.tree li div.pc8 {
	width: 80%;
}

.tree li div.pc10 {
	width: 100%;
}

.tree li div.progress-span {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	color: #000;
	float: none;
	margin: 0;
}

/*订单信息*/
.cart_list {
	position: relative;
	width: 1080px;
	min-height: 300px;
	_height: 300px;
	word-wrap: break-word;
	padding: 0 0 1px;
	float: right;
	border-left: 1px solid #ddd;
	background: none;
}

.box-yellow {
	border: 1px solid #eed97c;
	margin-bottom: 20px;
	background: #fffdf3;
	text-align: left;
}

.box-yellow .customer-order-status-1 {
	border-bottom: 1px solid #f6ebbc;
	padding: 10px;
	font-weight: 700
}

.box-yellow .customer-order-status-2 {
	padding: 10px
}

.box-green {
	position: relative;
	border: 1px solid #bde3a7;
	margin-bottom: 20px;
	background: #f3fbef;
	text-align: left;
}

.box-green .customer-order-status-1 {
	border-bottom: 0px solid #f6ebbc;
	padding: 10px;
	font-weight: 500
}

.box-green .customer-order-status-2 {
	border-bottom: 0px solid #f6ebbc;
	padding: 10px;
	font-weight: 500
}


.box-blue {
	border-top: 0px solid #c8c8c8;
	margin-bottom: 20px;
	background: #f1f1f1;
	text-align: left;
	position: relative;
	top: 38px;
}

.box-blue .status-1 {
	float: left;
	padding: 20px 0 0 20px;
	line-height: 80px;
	font-weight: 500
}

.box-blue .buy-btn {
	width: 49%;
	height: 60px;
	padding: 20px 0 0px;
}

.box-blue .status-1 span {
	margin: 0 15px 0 0;
}

.buy-btn .abtn {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	overflow: visible;
	padding: 0 30px;
	margin: 0 30px 0 0px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: none;
}

.buy-btn .btn_primary {
	background-color: #099;
	color: #FFFFFF;
	border: 0px solid #008C75;
}

.buy-btn .btn_primary:hover {
	background-color: #0aa;
	color: #FFFFFF;
	border: 0px solid #007C65;
}

.buy-btn .btn_green {
	background-color: #00B68B;
	color: #Fff;
}

.buy-btn .btn_green:hover {
	background-color: #00C99A;
}

.buy-btn .btn_gray {
	background-color: #E9E9E9;
	color: #666;
}

.buy-btn .btn_gray:hover {
	background-color: #ddd;
	color: #0aa;
}

.box-detail table {
	width: 100%;
	border: #ddd solid 1px;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
}

.box-detail table tr td {
	padding: 5px 5px;
	border: 1px solid #e5e8ea;
}

.box-detail table tr th {
	padding: 5px 5px;
	border: 1px solid #e5e8ea;
}

.box-detail table tr th {
	background: #f5f6f7;
}

.box-detail table .tb {
	background: #f5f6f7;
}

.box-detail p {
	text-align: left;
	line-height: 16px;
	margin: 10px 0 0;
}

.cart_ct h4 {
	font-weight: 400;
	text-align: left;
}

.box-detail table tr p {
	text-align: right;
	margin: 10px 20px;
	color: #333;
}

.box-detail table tr p strong {
	margin: 0 0 0 20px;
	font-weight: 400;
}

.box-detail table tr p strong.red {
	color: #F33
}

.order-ctr {
	height: 30px;
	text-align: left;
}

.order-ctr a {
	display: inline;
	line-height: 30px;
	margin-right: 40px;
	color: #09C;
}

.ctr-dl {
	width: 100%;
	margin: 20px 0% 20px;
}

.ctr-dl dl {
	width: 100%;
	height: 40px;
	border-bottom: #ccc solid 1px;
	margin: 0;
}

.ctr-dl dl:hover {
	background: #fbfbfb;
}

.ctr-dl dl input {
	border: none;
	width: 90%;
	vertical-align: middle;
	height: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ctr-dl dl input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: solid 1px #eef;
}

.ctr-dl dl span {
	margin: 0 30px 0 0;
}

.ctr-dl dl dt {
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
}

.ctr-dl dl dd {
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
}

.ctr-dl dl dd a {
	color: #999;
	font-weight: 600;
}

.ctr-dl dl dd a:hover {
	color: #099;
	font-weight: 600;
}


/* 收藏 */
.top-tab {
	width: 100%;
	height: 35px;
	margin: 0 0 0px 0;
	line-height: 35px;
	border-bottom: 2px solid #099;
	background: #fefefe
}

.top-tab a {
	display: block;
	float: left;
	width: 12%;
	height: 35px;
	text-align: center;
	line-height: 35px;
}

.top-tab a.hover {
	color: #fff;
	background: #099
}

.top-tab a.hover:hover {
	color: #fff;
	background: #099
}

.top-tab a:hover {
	color: #077;
	background: #E3F1F3
}

.cart-box {
	min-height: 240px;
	_height: 240px;
	word-wrap: break-word;
}

.cart-box table {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}

.cart-box table tr.tb th {
	background: #fff;
}

.cart-box table tr:nth-child(even) {
	background: #fafafa;
}

.cart-box table th {
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 14px;
	padding: 10px 5px;
	background: #fafafa;
}

.cart-box table td {
	border-bottom: 1px solid #f8f8f8;
	padding: 12px 5px;
}

.cart-box table td a {
	color: #088;
}

.cart-box table td a:hover {
	text-decoration: underline
}

.box-status span {
	color: #888;
	font-size: 16px;
	margin-left: 10px
}

.box-status span em {
	font-size: 14px;
	color: #e23600;
	margin: 0 3px;
}

.addbox {
	padding: 10px 0;
}

.addbox label {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0 10px;
	vertical-align: middle
}

.addbox label input {
	margin: 0 5px 0 0;
}

.addbox label a {
	margin: 0 0 0 2px;
	color: #088
}

/*日程*/
.narrow #calendar {
	width: 1000px
}

#calendar {
	width: 1200px;
	margin: 20px auto 10px auto
}

.fc-content {
	-webkit-box-shadow: 0 3px 8px #D5D5D5;
	-ms-box-shadow: 0 3px 8px #D5D5D5;
	-o-box-shadow: 0 3px 8px #D5D5D5;
	box-shadow: 0 3px 8px #D5D5D5
}

.fancy {
	width: 450px;
	height: auto
}

.fancy h3 {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 14px
}

.fancy form {
	padding: 10px
}

.fancy p {
	height: 28px;
	line-height: 28px;
	padding: 4px;
	color: #999
}

.fancy p select {
	float: none;
	height: 26px;
	padding: 3px;
	line-height: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border: #ccc solid 1px
}


.sub_btn .btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 20px;
	cursor: pointer;
	height: auto;
	width: auto;
	line-height: 20px;
	display: inline-block;
}

.sub_btn .btn_ok {
	background: #00A68B;
	border: 1px solid #390;
	color: #fff;
}

.sub_btn .btn_ok:hover {
	background: #00C0A1
}

.sub_btn .btn_cancel {
	background: #f0f0f0;
	border: 1px solid #d3d3d3;
	color: #666
}

.sub_btn .btn_cancel:hover {
	background: #f6f6f6;
}

.btn_del {
	background: #f90;
	border: 1px solid #f80;
	color: #fff
}

.sub_btn {
	padding-top: 10px;
	border-top: 1px solid #f0f0f0;
	text-align: right;
	position: relative
}

.sub_btn .del {
	position: absolute;
	left: 2px
}

.fc-border-separate th,
.fc-border-separate td:hover {
	background: #f8f8f8;
}

/*没有登录*/
.nologin {
	width: 96%;
	height: 430px;
	padding: 50px 2% 0;
}

.nologin img {
	width: 65%;
	height: auto;
	float: left;
	margin: 0 0px 0 0;
}

.nologin .login-dex {
	width: 250px;
	padding: 20px 3% 30px 3%;
	float: left;
	border: #E8E8E8 SOLID 1PX;
	background-color: #FFFFFF;
}

.nologin .login-dex .logintop {
	height: 45px;
}

.nologin .control-group {
	width: auto;
}


.my-tips {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	width: 400px;
	height: 200px;
	border: #ddd solid 0px;
}

.my-tips .icon {
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 84px;
	float: left;
	font-size: 68px;
}

.my-tips .ok {
	color: #59AF00;
}

.my-tips .error {
	color: #aaa;
}

.my-tips .tips {
	width: 295px;
	padding-top: 10px;
	float: right;
}

.my-tips .tips h1 {
	font-weight: 600;
	line-height: 28px;
	font-size: 24px;
}

.my-tips .tips p {
	line-height: 55px;
}

.my-tips .tips .ui-btn {
	padding: 8px 25px;
	border-radius: 2px;
}


/*云盘下载*/
.dltitle {
	display: block;
	width: 60%;
	height: 30px;
	margin: 15px auto 0;
	text-align: center;
	font-size: 18px;
}

.download p {
	display: block;
	width: 60%;
	margin: 5px auto 0;
	text-align: center;
}

.download a {
	display: block;
	width: 60%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	margin: 30px auto 0;
	color: #Fff;
}

.download a.baidu {
	background: #008BF5;
	border: #008BF5 solid 1px;
}

.download a.baidu:hover {
	background: #1F9EFF;
	border: #008BF5 solid 1px;
}

.download a.yun360 {
	background: #48b701;
	border: #41A700 solid 1px;
}

.download a.yun360:hover {
	background: #58C612;
	border: #41A700 solid 1px;
}

/*用户界面侧边栏*/
.uc_slider {
	vertical-align: baseline;
	overflow: hidden;
	box-sizing: border-box;
	left: auto;
	z-index: 999;
}


/*公共下拉控件*/
.select_sim {
	width: auto;
	border: 1px solid #ddd;
	padding-left: 0px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	background: #fff url(../images/icons.png) no-repeat;
	background-position: right -28px;
	position: relative;
	line-height: 23px;
	z-index: 998;
	vertical-align: middle;
}

.select_sim span {
	cursor: pointer;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding-right: 30px;
	border: 1px solid #fff;
	border-bottom: none;
	padding-left: 10px;
	margin-top: 0px;
	line-height: 26px;
	height: 28px;
	font-size: 12px;
	overflow: hidden;
	color: #555;
	position: relative;
	z-index: 998;
}

.select_sim:hover span {
	border: 1px solid #099;
	border-bottom: #fff solid 0px;
	background: #f2f2f2 url(../images/icons.png) no-repeat;
	background-position: right -28px;
}

.option_sim {
	width: auto;
	zoom: 1;
	min-width: 160px;
	max-height: 280px;
	overflow-y: auto;
	position: absolute;
	z-index: 997;
	left: 0px;
	top: 28px;
	border: 1px solid #099;
	background: #fafafa;
	margin-right: 0px;
}

.option_sim li {
	padding: 0px 15px 0 10px;
	display: block;
	line-height: 30px;
	font-size: 12px;
	white-space: nowrap;
	cursor: pointer;
}

.option_sim .hover {
	background: #099;
	color: #fff
}


/*checkbox*/
.toggle {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.toggle .custom-checkbox,
.toggle .custom-radio {
	width: 50%;
	float: left;
	position: relative;
}

.toggle .custom-radio input {
	position: absolute;
	left: 2px;
	top: 2px;
	margin: 0;
}

.toggle .custom-radio label {
	display: block;
	position: relative;
	font-size: 12px;
	padding-right: 1em;
	padding: .5em 0 .5em 30px;
	margin: 0 0 .3em;
	cursor: pointer;
}

.toggle label {
	border-collapse: collapse;
}

.toggle .custom-checkbox label,
.toggle .custom-radio label {
	padding: 5px 15px;
	border: 1px solid #aaa;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	width: auto;
	overflow: visible;
	background: #f5f5f5;
	color: #999;
	border-color: #ddd;
}

.toggle .custom-checkbox label.hover,
.toggle .custom-checkbox label.focus,
.toggle .custom-radio label.hover,
.toggle .custom-radio label.focus {
	border-color: #099;
	color: #099;
	background: #D5EDF0;
}

.toggle .custom-checkbox label.checked,
.toggle .custom-radio label.checked,
.toggle .custom-checkbox label.checkedHover,
.toggle .custom-checkbox label.checkedFocus {
	background: #099;
	color: #fff;
	border-color: #099;
}

.toggle .first label {
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.toggle .last label {
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

/*通用tab*/
.line-tab {
	height: 47px;
	line-height: 47px;
	border-bottom: #099 solid 2px;
}

.line-tab span {
	margin: 0 20px 0 0;
	color: #777;
}

.line-tab a {
	float: left;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	border-width: 2px 0px 2px 0px;
	border-color: #fff;
	border-style: solid;
	border-bottom-color: #099;
}

.line-tab a.hover {
	border-color: #099;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-bottom-color: #fff;
}


/*小提示*/
th.rlt,
td.rlt {
	position: relative;
	cursor: pointer;
	background-clip: border-box;
	background-clip: padding-box;
	background-clip: content-box;
	background-clip: inherit;
}

.norlt {
	position: static !important;
}


.boxtips {
	position: relative;
}

th.rlt:hover .ontips,
td.rlt:hover .ontips {
	display: block;
}

.boxtips:hover .ontips {
	display: block;
}

.ontips {
	display: none;
	position: absolute;
	right: 50%;
	margin-right: -95px;
	bottom: 30px;
	width: 180px;
	background: #fafafa;
	padding: 5px;
	border: #09c solid 1px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
	-webkit-box-shadow: 0 0 6px rgba(0, 117, 211, 0.42);
	box-shadow: 0 0 6px rgba(0, 117, 211, 0.42);
}

.ontips.down {
	margin-right: -16px;
	bottom: auto;
	top: 24px;
	*top: 38px;
	_top: 38px;
	width: auto;
	height: auto;

}

.nav-chose-left {
	display: block;
	margin-right: -1px;
	background: url(../images/down.png) -27px 0 no-repeat;
	width: 7px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: -6px;
	margin-top: -6px;
}

.boxtips-l .ontips {
	text-align: left;
	;
	top: -52px;
	height: 40px;
	width: auto;
	right: 0;
	margin-right: 0;
}

.nav-chose {
	display: none;
	margin-top: -1px;
	background: url(../images/down.png) 0 0 no-repeat;
	width: 20px;
	height: 7px;
	margin-right: -10px;
	position: absolute;
	right: 50%;
	bottom: -7px;
}

.ontips .nav-chose {
	display: block;
}

.boxtips-l .ontips .nav-chose {
	margin-right: 17px;
	right: 0;
}

.ontips.down .nav-chose {
	margin-right: 22px;
	right: 0;
	bottom: auto;
	top: -6px;
	background: url(../images/down.png) 0 -15px no-repeat;

}




/*----baidu bridge-----*/


body #newBridge {
	display: none;
	z-index: 1999;
}

body #newBridge .icon-right-center {
	right: 45px;
	top: 322px;
	margin-top: 0 !important;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3)
}

body #newBridge .icon-right-center:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -6px;
	height: 0;
	width: 0;
	border-top: 6px inset transparent;
	border-left: 6px solid #1e9cab;
	border-bottom: 6px inset transparent;
	z-index: 2;
}

body #newBridge .nb-icon-group .nb-icon-groups-item {
	margin: 7px 5px;
	overflow: hidden;
}

body #newBridge .nb-icon-group .nb-icon-groups-item:hover {
	background: #e5ecff;
}

body #newBridge .nb-icon-group .nb-group-icon {
	width: 25px;
	height: 25px;
	overflow: hidden;
	background-position: -2px -2px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

body #newBridge .nb-icon-group .nb-group-text {
	height: 25px;
	line-height: 25px;
	margin-left: 30px;
}

body #newBridge .nb-icon-base .nb-icon-inner-wrap {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

body #newBridge .nb-icon-skin-3 .nb-icon-inner-wrap .nb-icon-bridge0 {
	background-image: url("../images/bridge_head.jpg");
	width: 100px;
	top: 0;
	position: static;
	margin-left: 0px;
	margin-top: 0px;
}

#newBridge .nb-icon-wrap {
	right: -100px !important;

}

#newBridge .nb-icon-wrap.opbd {
	right: 50px !important;

}

#newBridge .isbridge {
	position: absolute;
	top: 37%;
	left: -25px;
	display: block;
	width: 26px;
	height: 70px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	background-image: url(../images/icon_close.png);
	background-position: -119px 0;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;

}

#newBridge .isbridge:hover {
	background-position: -79px 0;
}

#newBridge .opbd .isbridge:hover {
	background-position: -40px 0;
}

body #newBridge .nb-icon-skin-3 .nb-icon-groups {
	background-color: #fff;
	border: 1px solid #20a7c9;
}


/*reset*/

/*----- 底部广告 -----*/
.rst-ad-box {
	display: none !important;
	width: 100%;
	height: 97px;
	border-top: 0px solid #eee;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	background: url(../images/bottom-bg2.png) repeat-x;
}

.rst-ad-box .rst-ad {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	position: relative;

}

.rst-ad .btns {
	display: block;
	text-decoration: none;
	width: 100px;
	height: 27px;
	padding: 0 20px 0 0;
	position: absolute;
	right: 120px;
	font-size: 14px;
	text-align: center;
	line-height: 27px;
	color: #fff;
	border-right: #ddd solid 1px;
}

.rst-ad .btns:hover {
	opacity: .90;
}

.rst-ad .rst {
	top: 28px;
}

.rst-ad .uds {
	display: block;
	position: absolute;
	right: 120px;
	top: 60px;
}

.rst-ad span.close-ad {
	display: block;
	width: 25px;
	height: 25px;
	background: #DDD;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 20px;
	z-index: 999;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;

}

.rst-ad .close-ad:hover {
	background: #f00;
}



/*  ----- 右侧滑动到顶部 -----  */
.dn {
	display: none;
}


/*
底部测试代码
*/

/* quick_links */
.m-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	border-right: #555555 solid 2px;
	z-index: 2000;
	width: 35px;
	height: 100%;
	font-size: 12px;
	margin-left: -2px;
}

.side-box {
	margin-top: 160px;
	background: #4e5259;
	border-radius: 5px 0 0 5px;
	padding: 3px 0;
}

.side-icon {
	color: #fff;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
	position: relative;
}

.side-icon a {
	color: #f0f0f0;
	padding: 10px 0;
	display: block;
}

.side-icon a:hover {
	background: #087786;
}

.side-icon span {
	display: block;
	width: 20px;
	margin: 0 auto;
}

.side-icon i {
	width: 35px;
	height: 17px;
	line-height: 17px;
	display: block;
	font-size: 17px;
}

.sidebar-msg {
	position: fixed;
	top: 270px;
	right: 40px;
	z-index: 10000;
	width: 1px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #4c9700;
	display: none;
}

.sidebar-msg:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -6px;
	height: 0;
	width: 0;
	border-top: 6px inset transparent;
	border-left: 6px solid #4c9700;
	border-bottom: 6px inset transparent;
	z-index: 2;
}

.side-tips {
	height: 37px;
	line-height: 37px;
	width: 85px;
	position: absolute;
	z-index: 2;
	left: -115px;
	top: 0;
	background: #087786;
	color: #fff;
	text-align: center;
	display: block;
	visibility: hidden;
}

.side-tips:after {
	content: '';
	position: absolute;
	right: -8px;
	top: 8px;
	width: 0;
	height: 0;
	border-left: #087786 solid 10px;
	border-top: transparent solid 10px;
	border-bottom: transparent solid 10px;
}

.cart-num {
	display: inline-block;
	background: red;
	width: 18px;
	height: 18px;
	color: #FFF;
	font-size: 9px;
	text-align: center;
	line-height: 18px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.box {
	float: left;
	width: 198px;
	margin-left: 5px;
	border: 1px solid #e0e0e0;
	text-align: center;
	padding: 0 0 30px 0;
}

.box .info {
	height: 430px;
	overflow: hidden;
}

.box p {
	line-height: 20px;
	padding: 4px 10px 10px 10px;
	text-align: left;
	font-size: 13px;
}

.box:hover {
	border: 1px solid #f90
}

.box h4 {
	line-height: 32px;
	font-size: 14px;
	color: #f30;
	font-weight: 500
}

.box h4 span {
	font-size: 20px
}

.u-flyer {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	opacity: 0.35;
	border: #e60039 solid 1px;
	position: fixed;
	z-index: 9999;
}


.weixin-pop {
	position: absolute;
	right: 45px;
	top: -36px;
	width: 145px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
	border: #efefef solid 1px;
	background: #fff;
}

.weixin-pop .title-2wm {
	font-size: 12px;
	margin: 0px 0 10px;
	color: #666
}

.weixin-pop .logo-2wm-box {
	position: relative;
}

/* 隐藏不必要页面的引导 */
#nipic_search {
	display: none;
	width: 1200px;
	height: 1px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* 顶部广告 */
body .P-topbanner {
	border-bottom: 1px solid #999;
	background: url(../images/bottom-bg2.png) repeat-x;
}

.P-topbanner .rst-ad {
	width: 1200px;
	margin: -12px auto 0;
}

/* 生日礼包 */
.birthday {
	/*display: none;*/
	width: 100%;
	height: 100%;
	background: url(../images/birthday-bg.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.happyBirthday {
	width: 462px;
	height: 292px;
	background: url(../images/happyBirthday.png) no-repeat 18px 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -170px 0 0 -231px;
}

.prize {
	height: 292px;
	background: url(../images/birthdayShut.png) no-repeat 70px 2px;
	position: relative;
}

.prize.get {
	background: url(../images/birthdayOpen.png) no-repeat -4px 5px;
}

.prize-point {
	display: none;
	height: 40px;
	font-size: 14px;
	color: #a57319;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 176px;
}

.prize-point p {
	height: 20px;
}

.prize-point .point-p2 {
	font-weight: 700;
}

.prize.get .prize-point {
	display: block;
}

.prize a {
	display: block;
	width: 173px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	background: #eb5e62;
	position: absolute;
	bottom: 40px;
	left: 154px;
}

.prize .prize-btn {
	display: none;
	background: #ddb35a;
}

.shut-btn {
	width: 20px;
	height: 20px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 6px;
	right: -18px;
	cursor: pointer;
}

.shut-btn i {
	font-size: 22px;
	color: #fff;
}


.border-none {
	border: none !important;
}

.all-center {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* 头部 */
.top-box {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #f5f5f5;
}

.top-user li {
	float: left;
	margin-right: 10px;
	position: relative;
}

.top-user .drop_hover {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.top-user .drop_hover.on {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}

.top-user .drop_hover .drop_white {
	padding: 0 10px;
	position: relative;
	z-index: 20000;
}

.top-user .drop_hover.on .drop_white {
	background: #fff;
}

.top-user .drop_content {
	display: none;
	width: 350px;
	padding: 10px 20px;
	position: absolute;
	top: 29px;
	left: -1px;
	z-index: 2000;
	background: #fff;
	border: 1px solid #cdcdcd;
}

.top-user .drop_hover.on .drop_content {
	display: block;
}

.top-user-login {
	margin-left: 10px;
}

.top-user-login a {
	padding: 2px 14px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 25px;
}

.user-topPhoto {
	width: 65px;
	height: 65px;
	border: #ccc solid 1px;
	vertical-align: middle;
	background: #FFF;
}

.user-topPhoto img {
	width: 63px;
	height: 63px;
	margin: 1px;
}

.user-topContain {
	width: 270px;
	min-height: 80px;
	padding-left: 10px;
}

.user-topSetting em {
	display: inline-block;
	color: #ddd;
	margin: 0 7px;
	font-weight: 300;
	border-left: #ddd solid 1px;
	line-height: 9px;
	font-size: 0;
	vertical-align: middle;
}

.user-topSetting .jurisdiction {
	display: inline-block;
	width: 62px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff !important;
	background: #ffb109;
	border-radius: 50px;
	margin-top: 2px;
}

.ctr-staus {
	display: inline-block;
	padding: 0px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 20px;
	color: #FFF !important;
	background: #00a0ab;
	text-align: center;
	border: #00929c solid 1px;
	border-bottom-color: #0098a4;
	border-top-color: #00bdbd;
}

.ctr-staus:hover {
	background: #09b4bf;

}

.ui-staus {
	display: inline-block;
	padding: 0 4px;
	line-height: 17px;
	font-size: 12px;
	font-weight: 300;
	color: #fbfbfb !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.renzheng {
	background: #497fcf;
}

.top-nav {
	margin-right: 1px;
}

.top-nav li {
	float: left;
	margin-left: 25px;
	position: relative;
}

.top-nav li {
	float: left;
	margin-left: 20px;
	position: relative;
}

.top-nav li i.icon-xiaoxi-top {
	color: #0068B1;
	margin-right: 5px;
}

.top-nav>li {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.top-nav>li>a {
	display: block;
	padding: 0 5px 0 7px;
	position: relative;
	z-index: 20000;
}

.top-nav>li.on>a {
	color: #0068B1;
	background: #fff;
}

.top-nav-bf::before {
	display: block;
	content: '';
	width: 1px;
	height: 12px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -6px;
}

.top-nav-contact {
	min-width: 170px;
	font-size: 14px;
	padding: 10px 20px;
}

.top-nav .drop_hover.on {
	background: #fff;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}

.top-nav .drop_hover.on .drop_content {
	display: block;
}

.top-nav .drop_content {
	display: none;
	position: absolute;
	width: auto;
	top: 29px;
	right: -1px;
	z-index: 2000;
	background: #fff;
	border: 1px solid #cdcdcd;
}

.exclusive-name {
	padding: 10px;
	background: #f5f5f5;
}

.exclusive-name span {
	font-weight: 700;
}

.exclusive-contact {
	min-width: 220px;
	padding: 10px 0;
}

.top-nav-phone {
	margin-bottom: 10px;
}

.top-nav-phone span {
	color: #0068B1;
	font-weight: 700;
}


/* 头部 */
.header-module {
	padding-top: 4px;
	background: #fff;    border-bottom: 2px solid #0068B1;
}

.header-logo {
	width: 230px;
	margin-bottom: 34px;
}

.pd-cls {
	width: 215px;
	height: 50px;
	padding-left: 15px;
	background: #0068B1;
	background: linear-gradient(to right, #0068B1, #0068B1);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
}

.pd-cls .pd-cls-title {
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	cursor: default;
}

.pd-cls .pd-cls-title i {
	font-size: 30px;
	margin-right: 10px;
}

.cb1-nav {
	display: none;
	width: 230px;
	height: 432px;
	background: #2d2e3e;
	/* background: rgba(45, 46, 62, .9); */
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 999;
}

.cb1-nav-bg {
	display: none;
	width: 738px;
	height: 430px;
	background: #fff;
	border: 1px solid #0068B1;
	position: absolute;
	top: 0;
	left: 230px;
	z-index: 999;
}

.cb1-nav-bg div {
	width: 220px;
	height: 100%;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	background: #f8f8f8;
}

.cb1-nav-bg li {
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #e1e1e1;
}

.cb1-nav-bg li a {
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #ff8e30;
	margin-top: 20px;
}

.cb1-nav-bg li a:hover {
	background: #ff801d;
}

.cb1-nav-list {
	height: 432px;
	position: relative;
}

.cb1-nav-list li {
	height: 33px;
	line-height: 33px;
	padding-left: 16px;
}

.cb1-nav-list a {
	font-size: 12px;
	color: #fff;
}

.cb1-nav-list .nav-icons {
	display: inline-block;
	width: 16px;
	color: #7e8390;
	margin-right: 16px;
}

.cb1-nav-list li .icon-you {
	float: right;
	font-size: 0;
	color: #7e8390;
	transition: margin .4s;
}

.cb1-nav-list li.hover {
	background: #242329;
}

li.hover .icon-you {
	font-size: 16px;
	margin: 9px 7px 0 0;line-height: normal;
}

.cb1-nav-list li.hover .cb1-nav-details {
	display: block;
}

.cb1-nav-list .cb1-nav-details {
	display: none;
	width: 498px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 230px;
	z-index: 1000;
}

.cb1-nav-list .cb1-nav-details h2 {
	height: 22px;
	line-height: 22px;
	font-size: 20px;
	font-weight: 700;
	color: #4e5863;
	text-indent: 5px;
	border-left: 4px solid #0068B1;
	margin: 10px 0 10px 20px;
}

.cb1-nav-list .cb1-nav-details dl {
	height: 378px; overflow:hidden;
	padding: 10px 20px 0;
}

.cb1-nav-list .cb1-nav-details dt {
	float: left;
	width: 210px;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	border-left: 1px solid #e2e2e2;
	margin-bottom: 10px;
}

.cb1-nav-list .cb1-nav-details dt a {
	display: block;
	font-size: 12px;
	color: #0068B1;
}

.cb1-nav-list .cb1-nav-details dt a:hover {
	text-decoration: underline;
}

.cb1-nav-list .cb1-nav-details img {
	width: 498px;
}

.store-name {
	margin: 0 24px 0 -15px;
}

.search-input {
	margin-bottom: 6px;
	position: relative;
}

.search-input-hint {
	font-size: 12px;
	color: #bdbdbd;
	position: absolute;
	top: 10px;
	left: 16px;
}

.search-input input {
	width: 402px;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	border: 2px solid #0068B1;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: none;
	margin: 0;
	position: relative;
	z-index: 9;
}

.search-input input:focus {
	border-color: #0068B1;
	box-shadow: none;
}

.search-input .search-btn {
	display: inline-block;
	width: 78px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #0068B1;
}

.search-input .search-btn i {
	display: inline-block;
	line-height: 40px;
	font-size: 30px;
	color: #fff;
}

.search-helper {
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow-y: auto;
	width: 100%;
	max-height: 280px;
	background: #fff;
	border: 2px solid #0068B1;
	position: absolute;
	left: 0;
	top: 38px;
	z-index: 999;
}

.search-helper li a {
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 5px 10px;
}

.search-helper li a:hover {
	color: #fff;
	background: #47d3dd;
}

.search-hot {
	height: 20px;
}

.search-hot a {
	margin-right: 20px;
}

.header-nav {
	height: 50px;
	padding-left: 20px;
	margin-top: 0px;
}

.header-nav li {
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 38px;
}

.header-nav li a {
	font-size: 16px;
	color: #3d3d3d;
	position: relative;
}

.header-nav li a:hover {
	font-weight: 700;
	color: #0068B1;
}

.header-nav li a::after {
	display: block;
	content: '';
	height: 2px;
	background: #0068B1;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	transition: all .3s;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.header-nav li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.header-nav li i {
	font-size: 12px;
	color: #0068B1;
	margin-left: 3px;
}

.header-skip a {
	width: 116px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	border: 2px solid #0068B1;
	border-radius: 4px;
}

.header-skip a i {
	display: inline-block;
	font-size: 20px;
	margin-right: 5px;
}

.header-skip a.gift i {
	animation: hithere 1s ease infinite;
}

@keyframes hithere {
	30% {
		transform: scale(1.2);
	}

	40%,
	60% {
		transform: rotate(-20deg) scale(1.2);
	}

	50% {
		transform: rotate(20deg) scale(1.2);
	}

	70% {
		transform: rotate(0deg) scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.header-skip a.shopping {
	color: #fff;
	background: #0068B1;
	position: relative;
}

.header-skip:hover a.shopping i {
	animation: gelatine 0.5s 1;
}

@keyframes gelatine {

	from,
	to {
		transform: scale(1, 1);
	}

	25% {
		transform: scale(0.9, 1.1);
	}

	50% {
		transform: scale(1.1, 0.9);
	}

	75% {
		transform: scale(0.95, 1.05);
	}
}

.header-skip .quantity {
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	padding: 2px 6px;
	background: #ff3d3d;
	border-radius: 50px;
	position: absolute;
	top: -10px;
	right: 10px;
}

.header-skip a.gift {
	color: #0068B1;
	background: #fff;
	margin-left: 12px;
}

.header-special {
	text-align: right;
}

/* 底部 */
.fr-nav {
	width: 40px;
	height: 100%;
	background: #262626;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
}

@media screen and (max-width: 1199px) {
	.fr-nav{
		display: none;
	}
}

.fr-nav li {
	position: relative;
}

.fr-nav .fr-tab-hint {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
	background: #fcfcfc;
	border: 1px solid #e3e3e3;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.fr-nav .fr-tab-WeChat {
	overflow: hidden;
	width: 0;
	height: auto;
	font-size: 12px;
	position: absolute;
	top: -60px;
	right: 40px;
	z-index: -1;
}

.fr-nav .fr-tab-WeChat div {
	width: 145px;
	text-align: center;
	padding-bottom: 8px;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.fr-nav .fr-tab-WeChat span {
	display: block;
	height: 16px;
	line-height: 16px;
}


.fr-nav .fr-tab-icon {
	width: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 10px;
	background: #262626;
}

.fr-nav li:hover .fr-tab-icon {
	background: #0068B1;
}

.fr-nav .fr-tab-shopping {
	background: #0068B1;
}

.fr-nav-fun {
	margin-top: 150px;
}

.fr-nav-oprt {
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 10px;
}

.fr-nav-oprt i {
	display: block;
}

.fr-tab {
	margin-bottom: 2px;
}

.fr-tab.before::before {
	display: block;
	content: '';
	width: 34px;
	height: 1px;
	background: #333333;
	position: absolute;
	left: 3px;
	bottom: -1px;
}

.fr-tab .quantity {
	display: block;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	padding: 1px;
	background: #ff3d3d;
	border-radius: 50px;
}

.fr-nav i {
	font-size: 20px;
	color: #fff;
}

.sider-ad{
	position:fixed;
	bottom:6px;
	right:45px;
	z-index: 9999
}
.sider-close{
	position: absolute;
	top: 7px;
	right: 10px;
}
.sider-close:hover{
	opacity: 0.8;
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}


/* 是否启用cookies */
.is-cookies {
	border: #ff6b09 solid 1px;
	background: #fff2ec;
	color: #444;
	max-width: 925px;
	margin: 5px auto;
	padding: 6px 15px 7px;
	position: relative;
}
.is-cookies p {margin-bottom: 0px;max-width: 960px;display: block;margin: auto;}
.is-cookies .ckh {
	font-size: 15px;
	font-weight: 600;
}
.is-cookies .ckclose {
	font-size: 14px;
	font-family: sans-serif;
	position: absolute;
	top: 5px;
	right: 8px;
	color: #e2d4ce;
	cursor: pointer;
}