﻿@charset "utf-8";
/* CSS Document */
html,body{
	height:100%;
}
body{
    font-size:12px;
	font-family:"宋体";
	color:#555;
	background:#f2f2f2;
	padding:0px;
}
*{
	margin:0px;
	border:0px;
	padding:0px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
}
ul{ 
   list-style:none;
}
ul li{ 
   list-style-type:none;
}
dl>div{
	clear:inherit!important;
}
div{
	word-break:break-all;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
    font-size: 14px;
    font-family:"微软雅黑";
    font-weight: 500;
}
.clear{
	clear:both;
	font-size:0px;
	visibility:hidden;
	width:0px;
	line-height:0px!important;height:0;
}	
a{
	color:#555;
	text-decoration:none;
}
a:hover{
	color:#555;
}
a,input,select{
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	background:none;
	text-decoration: none;
}
.tip,.tip a,a.tip{
	color:#bbb;
}
.tipped{
	color:#bbb;
	font-family:"宋体";
}
.warning,.warning a,a.warning{
	color:#ff4b8c;
}
.highlight,.highlight a,a.highlight{
	color:#2b98b9;
}
.secondary,.secondary a,a.secondary{
	color:#999;
}
input,select{
	vertical-align:middle;
    outline:none;
    color:#555;
    font-size:12px;
    font-family:Arial,"宋体";
}
textarea{
    outline:none;
    color:#555;
}
input[type="checkbox"]{
    height:13px;
    width:13px;
    -webkit-appearance: none;
    background: none;
    border: 1px solid #ccc;
    cursor:pointer;
}
input[type="checkbox"]:checked{
	background:#0f8fcc url(../images/checked.png) center center no-repeat;
    border: 1px solid #0f8fcc;
}
input[type="radio"] {
    width:14px;
    height:14px;
    outline:none;
    -webkit-appearance: none;
    border:1px solid #999;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    vertical-align:middle;
    cursor:pointer;
}
input[type="radio"]:checked {
    background:url(../images/radio.png) center center no-repeat;
    border:1px solid #999;
}
.en{
    font-family:Arial;
}
.h10{
	height:10px;
	margin:0 auto;
	clear:both;
}
.h80{
	height:80px;
	margin:0 auto;
	clear:both;
}
body p.subTitle,.subTitle{
	font-family:Arial;
	font-size:14px;
	font-weight:500;
	text-indent:0px;
}
.header_wrapper{
	min-width:1200px;
	height:90px;
	background:#000;
}
.header{
	width:1200px;
	height:90px;
	margin:0 auto;
	color:#fff;
	overflow:hidden;
}
.header a{
	color:#fff;
}
.logo{
	line-height:90px;
	float:left;
}
.logo img{
	vertical-align:middle;
}
.login{
	width:auto;
	text-align:right;
	cursor:pointer;
	font-size:14px;
	line-height:90px;
	float:right;
	text-align:right;
	font-family:Arial,"微软雅黑";
	font-weight:500;
}
.login a{
	display:block;
	padding-left:20px;
	float:left;
}
.menu{
	float:right;
	font-size:14px;
	font-weight:500;
	line-height:90px;
	font-family:"微软雅黑";
}
.menu li{
	float:left;
	text-align:right;
}
.menu li a{
	padding:0px 15px;
	display:block;
}
.menu .clickclass,.menu a.clickclass{
	color:#00b7ee;
}
.menu li a:hover{
	color:#fff;
	background:#00b7ee;
}
.wrapper{
	min-width:1200px;
	min-height:calc(100% - 170px);
	background:url(../images/bg.jpg) no-repeat;
	background-size:cover;
}
.black{
	width:1200px;
	height:40px;
	background:#000;
	margin:auto;
	margin-top:20px;
	clear:both;
}
.piano{
	width:1200px;
	height:300px;
	margin:0 auto;
	overflow:hidden;
	position: relative;
	cursor:pointer;
}
.whiteKey{
	width:100%;
	height:100%;
	position:absolute;
}
.blackKey{
	width:100%;
	height:60%;
	position:absolute;
	color:#fff;
}
.whiteKey .key{
	width:calc(100%  / 36 - 1px);
	border-right:solid 1px #888;
	height:100%;
	background:#fff;
	float:left;
}
.whiteKey .key:last-child{
	border-right:solid 0px #888;
}
.blackKey .key{
	width:calc(100%  / 36  - 6px );
	margin-left:6px;
	height:100%;
	background:#000;
	float:left;
}
.blackKey .key:first-child{
	margin-left:calc(100%  / 36  - 100%  / 64  + 3px );
}
.blackKey .key:nth-child(3),.blackKey .key:nth-child(6),.blackKey .key:nth-child(8),.blackKey .key:nth-child(11),.blackKey .key:nth-child(13),.blackKey .key:nth-child(16),.blackKey .key:nth-child(18),.blackKey .key:nth-child(21),.blackKey .key:nth-child(23){
	margin-left:calc(100%  / 36 + 6px);
}
.whiteKey .key:hover,.whiteKey .down{
	background:#2fb8fd;
}
.blackKey .key:hover,.blackKey .down{
  background:#008000;
}
.keyTip{
	width:inherit;
	position:absolute;
	font-family:Arial;
	text-align:center;
	font-size:14px;
	position:absolute;
	bottom:5px;
	-webkit-touch-callout:none; 
    -webkit-user-select:none; 
    -khtml-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select:none; 
    user-select:none; 
}
.keyName{
	margin:0 auto;
    line-height:22px;
}
.singName{
	margin:0 auto;
	line-height:18px;
	display:inline-block;
	padding:0px 3px;
	background:#f07c82;
}
.key:nth-child(n+1):nth-child(-n+7) .singName{
	background:#ccccd6;
}
.key:nth-child(n+8):nth-child(-n+14) .singName{
	background:#93b5cf;
}
.key:nth-child(n+15):nth-child(-n+21) .singName{
	background:#97e589;
}
.key:nth-child(n+22):nth-child(-n+28) .singName{
	background:#f7b656;
}
.key:nth-child(n+29):nth-child(-n+35) .singName{
	background:#ee8055;
}
.notice{
	width:1200px;
	margin:0 auto;
	font-size:14px;
	font-family:Arial, "微软雅黑";
	color:#fff;
}
.title{
	width:1200px;
	line-height:25px;
	margin:0 auto;
	font-size:14px;
	font-family:Arial, "微软雅黑";
	color:#fff;
	padding:20px 0px 15px 0px;
}
.main{
	width:1200px;
	margin:0 auto;
	font-size:14px;
	font-family:Arial, "微软雅黑";
	color:#fff;
}
.main li{
	padding:0px 50px 0px 0px;
	float:left;
	text-align:center;
}
.link{
	width:1200px;
	height:auto;
	margin:0 auto;
	clear:both;
}
.link li{
	line-height:30px;
	float:left;
	overflow:hidden;
	padding-right:10px;
}
.seobox{
	width:1px;
	height:1px;
	bottom:0px;
	overflow:hidden;
	position:fixed;
}
.bottom_menu{
	min-width:1200px;
	background:#000;
	height:32px;
	line-height:25px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	clear:both;
	padding-top:20px;
	font-family:Arial,"宋体";
}
.bottom_menu span{
	padding:0 8px;
}
.bottom_menu img{
	vertical-align:middle;
}
.bottom_menu a{
	color:#fff;
}
.bottom{
	padding-top:30px;
	width:100%;
	height:50px;
	background:#000;
	line-height:18px;
	margin:0 auto;
	text-align:center;
	clear:both;
	color:#fff;
	font-family:Arial;
	position:fixed;
	bottom:0px;
}
.bottom a{
	color:#fff;
}
.fixbox{
	color:#fff;
	position:fixed;
	right:5px;
	top:50%;
	text-align:center;
}
.fix{
	padding:2px 10px 3px 10px;
	background:#2fb8fd;
	color:#fff;
	-moz-border-radius:3px;    
    -webkit-border-radius:3px;  
    border-radius:3px;
	text-align:center;
	margin-bottom:6px;
}
.fix li{
	line-height:22px;
}
.fix a{
	color:#fff;
	display:block;
}
.fix li.fixTitle{
	line-height:30px;
	font-size:12px;
	font-weight:500;
	font-family:"微软雅黑";
}
.about_video{
	width:100%;
	height:auto;
	margin:0 auto;
	background:#000;
}
.about_video video{
	width:100%;
	height:auto;
    outline:none;
}
.about_main{
	width:1200px;
	height:622px;
	margin:0 auto;
}
.about_banner{
	width:448px;
	height:535px;
	padding-top:87px;
	float:left;
}
.about_right{
	width:555px;
	height:600px;
	padding-top:87px;
	float:right;
}
.about_title{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:40px;
	line-height:40px;
}
.topbar{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:45px;
	line-height:45px;
	padding:0px 15px;
	border-bottom:1px solid #ddd;
}
.about_main01{
	height:200px;
	line-height:22px;
	text-align:justify;text-justify:inter-ideograph;
	font-family:Arial,"宋体";
	padding-top:15px;
}
.about_main01 p{
	text-indent:2em;
	padding-bottom:10px;
}
.about_main02{
	height:150px;
}
.about_main02 ul{
	margin:0px -41px;
}
.about_main02 li{
	width:33.33333%;
	float:left;
	text-align:center;
	cursor:pointer;
}
.coupon{
	border-left:1px dashed #089ae3;
	border-right:1px dashed #089ae3;
	background:#fff;
	height:20px;
	font-size:16px;
	font-family:"微软雅黑";
	margin-bottom:5px;
	box-shadow:0px 0px 2px #555;
}
.coupon a{
	color:#ff4b8c;
}
.contact_banner{
	min-width:1200px;
	height:400px;
	background:#ffb902 url(../images/contact_banner.png) no-repeat center top;
	margin:0 auto;
}
.contact_main{
	width:1200px;
	margin:0 auto;
	background:#fff;
	padding-bottom:10px;
}
.contact01{
	line-height:25px;
	font-size:14px;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:15px 15px 0px 15px;
}
.map_main{
	width:1200px;
	min-height:650px;
	margin:0 auto;
	background:#fff;
	padding-bottom:15px;
}
.map_title{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:35px;
	line-height:35px;
	padding:10px 15px 0px 15px;
	clear:both;
}
.map01{
	padding:0px 15px 0px 5px;
	clear:both;
	line-height:25px;
}
.map01 li{
	float:left;
	width:10%;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-indent:10px;
}
.map02{
	padding:0px 15px 0px 5px;
	clear:both;
	line-height:25px;
}
.map02 li{
	float:left;
	width:25%;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-indent:10px;
}
.app_warpper{
	min-width:1200px;
	margin:0 auto;
	background:#90c400;
	padding:0px 0px 100px 0px;
}
.app_main{
	width:600px;
	min-height:500px;
	background:url(../images/app.png) no-repeat left 110px;
	margin:0 auto;
	padding:200px 0px 0px 600px;
	clear:both;
}
.app_main li{
	float:left;
	padding-left:167px;
	width:133px;
	height:200px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:14px;
	color:#fff;
	font-weight:500;
}
.app_main li img{
	width:133px;
	padding-bottom:5px;
}
.coupon_warpper{
	min-width:1200px;
	margin:0 auto;
	background:#258dd6;
	padding:0px 0px 100px 0px;
}
.coupon_main{
	width:300px;
	min-height:600px;
	background:url(../images/couponbg.png) no-repeat left 180px;
	margin:0 auto;
	padding:130px 0px 0px 900px;
}
.coupon_main li{
	height:160px;
}
.pay_warpper{
	min-width:1200px;
	margin:0 auto;
	background:#258dd6;
	padding:0px 0px 100px 0px;
}
.pay_main{
	width:300px;
	min-height:600px;
	background:url(../images/couponbg.png) no-repeat left 180px;
	margin:0 auto;
	padding:130px 0px 0px 900px;
	color:#fff;
	text-align:center;
}
.pay_main li{
	height:220px;
	line-height:22px;
}
.tips_main{
	width:1200px;
	background:#fff;
	margin:0 auto;
	padding-bottom:10px;
	min-height:720px;
}
.tips01{
	line-height:22px;
	text-align:justify;text-justify:inter-ideograph;
	padding:10px 10px 0px 10px;
}
.tips01 p{
	text-indent:2em;
}
.search_box{
    width:296px;
	height:45px;
	padding:20px 0px 0px 0px;
	margin:0 auto;
}
.text01{
	width:210px;
	height:33px;
	padding-left:15px;
	background:#fff;
    border:1px solid #ddd;
    border-right:0px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	
}
.search_button{
	width:65px;
	height:35px;
	cursor:pointer;
    color:#fff;
	background:#00b7ee;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	font-family: "微软雅黑";
	font-size:14px;
	letter-spacing: 1px;
}
.nav{
	width:1180px;
	background:#fff;
	margin:0 auto;
	height:45px;
	line-height:44px;
	padding:0px 10px;
	font-size:14px;
	font-family:"微软雅黑";
	border-radius:3px;
}
.nav li{
	text-align:center;
	float:left;
	cursor:pointer;
	display:block;
	padding:0px 8px;
}
.nav a{
	display:block;
}
.nav a:hover{
	color:#089ae3;
}
.nav .clickclass{
	color:#089ae3;
	border-bottom:1px solid #089ae3;
}
.list_main{
	width:1200px;
	min-height:600px;
	margin:0 auto;
	padding:0px 0px 10px 0px;
	clear:both;
}
.video_main{
	width:1200px;
	min-height:740px;
	margin:0 auto;
	padding:0px 0px 10px 0px;
	clear:both;
}
.video_main .list03img span{
	background:rgb(0,0,0) url(../images/lihover.png) no-repeat center center;
    filter:alpha(opacity=60);
    background: rgba(0,0,0,0.6) url(../images/lihover.png) no-repeat center center;
}

.news_main{
	width:1160px;
	min-height:650px;
	margin:0 auto;
	background:#fff;
	padding:10px 20px 20px 20px;
}
.help_main{
	width:1180px;
	min-height:650px;
	margin:0 auto;
	background:#fff;
	clear:both;
	padding:10px 10px 10px 10px;
}
.store_main{
	width:1160px;
	min-height:650px;
	margin:0 auto;
	background:#fff;
	padding:10px 20px 20px 20px;
}
.store_main .list04img{
	width:120px;
	height:120px;
    border-radius:50%;
}
.store_main .list04rihgt{
	padding-left:135px;
}
/*列表01*/
.list01{
	width:auto;
	line-height:40px;
}
.list01 a:hover{
	color:#2b98b9;
}
.list01 li{
	background:url(../images/li.png) no-repeat left center;
	text-indent:10px;
	border-bottom:1px dashed #ddd;
}
/*列表01*/
/*列表03*/
.list03{
	width:auto;
	clear:both;
}
.list03 ul{
	margin:0px -8px;
}
.list03 li{
	width:25%;
	padding:10px 0px;
	float:left;
}
.list03img{
	height:205px;
	margin:0 auto;
	padding:0px 8px;
	overflow:hidden;
}
.list03img span{
	width:auto;
	height:100%;
	display:none;
	text-align:right;
	position:relative;
	background:rgb(0,0,0);
    filter:alpha(opacity=0);
    background: rgba(0,0,0,0.0);
}
.list03img:hover span{
	display:block;
}
.list03img a{
	display:block;
	height:205px;
}
.list03title{
	height:30px;
	line-height:30px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	margin:0px 8px;
	padding:0px 5px;
	font-size:12px;
	background:#fff;
}
.list03bar{
	height:22px;
	margin:0px 8px;
	padding:0px 5px;
	color:#999;
	background:#fff;
}
.list03bar span{
	color:#ed2f71;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:bold;
	line-height:12px;
	vertical-align:text-top;
}
/*列表03*/
/*列表04*/
.list04{
	width:auto;
	clear:both;
}
.list04 li{
	border-bottom:1px dashed #eee;
	padding:25px 0px 0px 0px;
	clear:both;
	min-height:130px;
}
.list04img{
	width:175px;
	height:120px;
	float:left;
	overflow:hidden;
}
.list04img a{
	height:100%;
	display:block;
}
.list04rihgt{
	padding-left:190px;
}
.list04title{
	line-height:20px;
	font-size:14px;
	font-weight:600;
	font-family:"微软雅黑";
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list04content{
	padding-top:10px;
	height:66px;
	text-indent:2em;
	line-height:22px;
	text-align:justify;
	text-justify:inter-ideograph;
	overflow:hidden;
}
.list04bar{
	padding-top:10px;
	color:#999;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*列表04*/
/*分页*/
.pagebar{
	padding-top:15px;
	clear:both;
	text-align:center;
	line-height:35px;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:500;
}
.pagebar span{
	height:35px;
	padding:0px 8px;
}
.pagebar span.pageActive{
	font-weight:500;
}
.pagebar span.pageActive a{
	color:#2b98b9;
}
.pagebar span.pageEllipsis{
	background:none;
}
/*分页*/
.video_warpper{
	background:#303036;
	padding:8px 0px 25px 0px;
}
.video{
	width:1200px;
	height:600px;
	margin:0 auto;
	background:#303036;
}
.video iframe{
	width:100%;
	height:600px;
}
.video video{
	width:950px;
	float:left;
	height:600px;
	background:#000;
	outline:none;
}
.videoTips{
	width:950px;
	height:600px;
	float:left;
	line-height:600px;
	text-align:center;
	font-size:14px;
	font-family:Arial,"微软雅黑";
	font-weight:400;
	color:#00b7ee;
	background:#000;
}
.video_right{
	width:228px;
	height:588px;
	padding:2px 10px 10px 12px; 
	float:right;
	background:#202026;
	overflow-y:scroll;
	overflow-x:hidden;
}
.video_right::-webkit-scrollbar {
	width:6px;
	height:6px;
}
.video_right::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal {
	border-radius:3px;
	background:#909096;
}
.video_right::-webkit-scrollbar-button {
	display: none;
}
.video_right::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
	background: -webkit-gradient(linear,left);
}
.video_right::-webkit-scrollbar-track-piece {
	background: #202026;
}
.video_right li{
	width:100%;
	float:none;
	margin:0 auto;
}
.video_right .list03title{
	background:none;
	color:#fff;
}
.video_right a{
	color:#fff;
}
.video_right .list03img,.video_right .list03img a{
	color:#fff;
	height:140px;
}
.video_right .list03img span{
    filter:alpha(opacity=60);
    background: rgba(0,0,0,0.6) url(../images/lihover.png) no-repeat center center;
}
/*详情页01*/
.detail_main{
	width:1180px;
	min-height:650px;
	_height:650px;
	margin:0 auto;
	background:#fff;
	padding:10px;
}
.detail_title{
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	text-align:center;
	background:#fafafa;
	padding:10px 10px;
}
.GoodsDetail01_center .detail_title{
	height:20px;
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	text-overflow:ellipsis;
    white-space:nowrap;
	text-align:left;
	background:none;
	padding:0px;
}
.InfoDetail02 .detail_title{
	height:20px;
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	padding-top:15px;
	text-align:center;
	background:none;
}
.detailBar{
	line-height:30px;
	height:30px;
	color:#999;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding-top:10px;
}
.detailBar a{
	color:#999;
}
.InfoDetail02 .detailBar{
	line-height:25px;
	height:25px;
	padding-top:0px;
}
.InfoDetail02 .detailBar span.bdsharebuttonbox{
	margin-top:-4px;
}
.detailBar span{
	display: block;
	float:right;
	padding-left:10px;
	font-family:"微软雅黑";
	font-weight:500;
}
.detailBar span a{
	color:#2b98b9;
	margin:0px;
}
.detail_content{
	padding-top:10px;
	line-height:22px;
}
.detail_content img,.detail_file img{
	max-width:100%;
    display:block;
    margin:10px auto 0px auto;
}
.detail_content p{
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-top:10px;
}
.detail_file{
	padding-top:10px;
	text-align:center;
}
.detail_file video{
    max-width:100%;
    margin:0 auto;
}
/*详情页01*/
/*信息详情页 注：用了01的样式*/
.InfoDetail01{
	width:1180px;
	height:450px;
	margin:0 auto;
	background:#fff;
	padding:10px;
}
.InfoDetail01_left{
	width:860px;
	height:450px;
	overflow:hidden;
	float:left;
}
.InfoDetail01_right{
	width:280px;
	height:430px;
	float:right;
	background:#eee;
	padding:10px 15px;
}
.userbox{
    text-align:center;
    height:auto;
    padding:10px 0px;
}
.loginUser{
    width:100px;
    height:100px;
     -moz-border-radius:50px;
    -webkit-border-radius:50px;
    border-radius:50px;
    overflow:hidden;
    margin: auto;
}
.loginUser a{
    height:100%;
    display:block;
}
.username{
	height:20px;
	line-height:20px;
	font-size:14px;
	font-family:Arial,"微软雅黑";
	font-weight:500;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
.occupation{
	height:20px;
	line-height:20px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
.description{
	line-height:20px;
	height:80px;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:15px 0px 0px 0px;
	text-indent:2em;
}
.DetailService{
	padding-top:15px;
	text-align:center;
}
.DetailService p{
	text-align:left;
}
.DetailService span{
	color:#999;
}
.DetailService li{
	width:50%;
	float:left;
	line-height:22px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.DetailService img{
	vertical-align:middle;
}
.DetailService a{
	margin:0 3px;
}
.download{
    min-width:80px;
	height:35px;
    line-height:35px;
	background:#00b7ee;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
.show{
    min-width:80px;
	height:35px;
    line-height:35px;
	background:#ffb902;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
span.show,span.download{
	color:#fff;
}
.InfoDetail02{
	width:1200px;
	min-height:450px;
	margin:0 auto;
	clear:both;
	background:#fff;
    padding-bottom:10px;
}
.tabsTitle{
	height:35px;
	background:#ddd;
}
.tabs li{
	text-align:center;
	line-height:35px;
	float:left;
	cursor:pointer;
	list-style-type:none;
	font-size:14px;
	font-weight:500;
	font-family:"微软雅黑";
	padding:0px 20px;
}
.tabs li.active{
	height:35px;
	background:#fff;
	border-top:1px solid #ed145b;
}
.panes{
	height:auto;
    padding:0px 10px;
}
.Attribute{
   line-height:22px;
   padding:10px 10px 10px 10px;
   clear:both;
   margin-top:10px;
   background:#f9f9f9;
}
.Attribute li{
	float:left;
	height:22px;
	width:20%;
	text-indent:8px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/*信息详情页 注：用了01的样式*/
/*商品详情页 注：第二部分用了信息详情页样式*/
.GoodsDetail01{
	width:1180px;
	height:450px;
	margin:0 auto;
	background:#fff;
	padding:10px;
}
.GoodsDetail01_left{
	width:450px;
	height:450px;
	float:left;
}
.GoodsDetail01_left .main_image{
	height:450px;
}
.GoodsDetail01_center{
	width:410px;
	height:450px;
	float:left;
	padding-left:20px;
}
.GoodsDetail01_right{
	width:250px;
	height:430px;
	float:right;
	background:#eee;
	padding:10px 15px;
}
.detail_tip{
	line-height:20px;
	height:60px;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:15px 0px 0px 0px;
	margin-bottom:10px;
}
.detail_tip span{
	color:#ed2f71;
}
.GoodsDetail01_center dt{
	width:16%;
	min-height:35px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
}
.GoodsDetail01_center dd{
	width:84%;
	min-height:35px;
	line-height:30px;
	float:left;
}
.price{
	font-family:"微软雅黑";
	font-size:16px;
	color:#ed2f71;
	font-weight:bold;
}
.decoration{
	text-decoration:line-through;
	color:#bbb;
}
.number{
	width:50px;
	height:25px;
	text-align:center;
	border:1px solid #ccc;
	margin-left:3px;
}
.buttonbar{
	padding-top:10px;
	text-align:center;
	clear:both;
}
.buybtn{
    width:130px;
    height:42px;
    background:url(../images/buybtn.png) no-repeat;
    cursor:pointer;
}
.cartbtn{
    width:130px;
    height:42px;
    background:url(../images/cartbtn.png) no-repeat;
    cursor:pointer;
}
.storname{
	height:22px;
	line-height:20px;
	font-size:14px;
	font-family:Arial,"微软雅黑";
	font-weight:500;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
/*商品详情页 注：第二部分用了信息详情页样式*/
/*详情页幻灯片*/
.slide{
	width:auto;
	position:relative;
	margin:0 auto;
}
.main_image {
	margin:0px auto;
	width:100%; 
	height:450px;
	overflow:hidden; 
	position:relative;
}
.main_image a{
	height:450px;
	display:block;
}
.main_image img{
	
}
.flicking_con{
	position:absolute;
	height:22px;
    bottom:0px;
    text-align:center;
    color:#fff;
    font-size: 14px;
    width: auto;
    left: 0;
    right: 0;
}
.flicking_con .flicking_inner {
	display: block;
    width: 100%;
    text-align: center;
	line-height:15px;
	height:15px;
}
.flicking_con li{
	background: url("../images/pagericon.png") no-repeat 0px 0px; 
	display: inline-block;
    height: 15px;
    width: 20px;
    background-repeat:no-repeat;
    background-position: 0 -16px;
    cursor:pointer;
}
.flicking_con li.on {
	background-position: 0px 0px;
}
/*详情页幻灯片*/
.select01{
	display:inline-block;
}
.selectbox-wrapper{
	border:#ccc 1px solid; 
	width:154px;
	position:absolute;
	background:#fff; 
	text-align: left;
    margin:-1px 0px 0px 3px;
    z-index:10000000;
}
.selectbox-wrapper UL LI.selected {
	background:#f2f2f2;
}
.selectbox-wrapper UL LI.current {
	background:#f2f2f2;
}
.selectbox-wrapper UL LI {
	padding:3px;
    cursor:pointer;
	line-height:18px;
}
.selectbox{ 
    border:none;
	display:inline-block;
	padding:0px 4px;
	cursor: pointer; 
	height:25px;
    line-height:25px;
	background:#fff url(../images/select.png) no-repeat right center;
    border:1px solid #ccc;
    margin:0px 0px 0px 3px;
	color:#555;
}
/*列表评论*/
.textarea02{
    width:100%;
    height:80px;
    line-height:20px;
    border:1px solid #ccc;
    padding:3px;
    display:inline-block;
}
.button01{
    min-width:100px;
	height:35px;
    line-height:35px;
	background:#00b7ee;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
.headImg01{
    width:36px;
    height:36px;
    float:left;
     -moz-border-radius:18px;
    -webkit-border-radius:18px;
    border-radius:18px;
    overflow:hidden;
}
.headImg01 a {
    height:100%;
    display: block;
}
.DiscussAdd{
    min-height:100px;
    padding:20px 35px 20px 25px;
    background:#f5f5f5;
    margin:25px 20px 0px 20px;
}
.DiscussAdd li{
    min-height:20px;
    padding-bottom:10px;
}
.DiscussAdd li span{
    line-height:35px;
}
.DiscussAdd_right{
	float:right;
}
.DiscussAdd .imgbox01,.ReplyAdd .imgbox01{
	width:37px;
	height:37px;
	overflow:hidden;
	float:left;
}
.DiscussAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail02{
    width:35px;
    height:35px;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
    border:1px solid #eee;
    margin:0px;
    text-align:center;
    overflow:hidden;
}
.DiscussAdd .imgbox01 .thumbnail span,.ReplyAdd .imgbox01 .thumbnail02 span {
	width:auto;
	height:30px;
	text-align:center;
	padding:2px;
	font-size:14px;
	font-weight:500;
	display:none;
	position:relative;
	color:#fff;
	background:rgb(0,0,0);
    filter:alpha(opacity=30);
    background: rgba(0,0,0,0.3);
	cursor:default;
}
.imgbox01 .thumbnail span img:hover,.imgbox01 .thumbnail02 span img:hover{
	cursor:pointer;
}
.imgbox01 .thumbnail:hover span,.imgbox01 .thumbnail02:hover span{
	display:block;
}
.Discuss{
	clear:both;
    padding:20px 20px 0px 20px;
}
.Discuss li{
	clear:both;
	min-height:45px;
	padding-bottom:5px;
}
.Discuss_right{
	padding-left:41px;
	width:auto;
	height:auto;
}
.Discuss_centent{
	width:auto;
	height:auto;
	line-height:20px;
}
.Discuss_centent span{
	color:#2b98b9;
}
.Discuss_centent img{
    height:25px;
    display:block;
}
.Discussdate{
	color:#999;
	line-height:20px;
}
.Discussdate a{
	color:#2b98b9;
}
.Discussdate span{
	color:#2b98b9;
	cursor:pointer;
}
.Reply{
	padding-left:36px;
}
.ReplyAdd{
	width:auto;
    padding:0px 20px 0px 0px;
    clear:both;
}
/*列表评论*/
/*点击弹出窗口开始*/
.clickbtn01{
	cursor:pointer;
}
.overlayerbg {
	background-color:#666;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.showbox {
	position:absolute;
	width:630px;
	left:50%;
	height:auto;
	z-index:100;
	background:#fff;
	padding:1px;
	display:none;
}
.showbox_top {
	padding:0px 10px;
	height:38px;
	border-bottom:1px solid #ddd;
    padding-top:7px;
}
.showbox_top .secondary{
    vertical-align:middle;
 }
.close{
    padding-top:7px;
    display:block;
	float:right;
	text-align:right;
	font-family:Arial;
	font-size:15px;
    cursor:pointer;
}
.showbox_content{
	height:342px;
	overflow-y:scroll;
	padding:8px 0px 8px 13px;
}
.showbox_content li{
	width:20%;
	float:left;
	text-align:center;
	float:left;
	display:inline;
	padding:5px 0px;
	overflow:hidden;
}
.popupImg{
	display:block;
	width:106px;
	height:80px;
	cursor:pointer;
	overflow:hidden;
	cursor:pointer;
}
.showbox_content span{
	display:block;
	height:20px;
	line-height:20px;
	text-overflow:ellipsis;
    white-space: nowrap;
	overflow:hidden;
	padding:5px 16px 0px 0px;
    color:#999;
}
/*点击弹出窗口结束*/
/*点击弹出大图*/
.zoomify {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:zoom-in;
}
.zoomify.zoomed {
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	box-shadow:none;
	position:relative;
	z-index:1501;
}
.zoomify-shadow {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:1500;
	background:rgba(0,0,0,.3);
	opacity:0;
}
.zoomify-shadow.zoomed {
	opacity:1;
	cursor:pointer;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}
/*点击弹出大图*/
/*相册查看*/
#fullscreenSlideshowContainer{
	background:#343943;
}
#fullscreenSlideshowContainer .ui {
	position:absolute;
	z-index:10;
}
#fullscreenSlideshowContainer img{
	max-width:100%;
}
#fs-loader,#fs-prev,#fs-next,#fs-close {
	color:white;
	font-weight:bold;
	cursor:pointer;
	line-height:1em;
}
#fs-close {
	top:10px;
	right:10px;
}
#fs-prev,#fs-next {
	top:50%;
	margin-top:-1em;
}
#fs-prev {
	left:10px;
}
#fs-next {
	right:10px;
}
#fs-loader {
	top:50%;
	left:50%;
	height:25px;
	margin-top:-25px;
	margin-left:-75px;
	display:none;
}
#fs-caption {
	bottom:0px;
	text-align:center;
	width:100%;
	left:0;
	line-height:35px;
	display:none;
	background:#000;
	color:#fff;
	font-size:14px;
}
#fs-loader,#fs-prev,#fs-next,#fs-close{
	width:40px;
	height:40px;
	line-height:40px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	text-align:center;
	font-size:25px;
	font-family:"宋体";
	font-weight:100;
	cursor: pointer;
	background:#000;
	color:#fff;
}
/*相册查看*/