﻿@charset "utf-8";
/* CSS Document */
body{
    font-size:12px;
	font-family:"宋体";
	color:#555;
	background:#f2f2f2;
}
*{
    margin:0px;
	border:0px;
	padding:0px;
}
ul{ 
   list-style:none;
}
ul li{ 
   list-style-type:none;
}
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;
}
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;
}
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{
	padding-top: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:#fff;
	background:#1e80be;
}
.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;
}
.foucs{
	width:100%;
	min-width:1200px;
height:700px;
	margin:0 auto;
	overflow:hidden;
}
.img_nav{
	position:relative;
	text-align:center;
	height:700px;
	margin:0 auto;
	overflow:hidden;
}
.big_img div{
	position:absolute;
	width:100%;
	height:700px;
}
.big_img a{
	width:100%;
	height:700px;
	margin:0 auto;
	display:block;
}
.banner01{
	background:#0188cc url(../images/banner01.jpg) no-repeat center top;
}
.banner02{
	background:#90c400 url(../images/banner02.jpg) no-repeat center top;
}
.banner03{
	background:#136fb0 url(../images/banner03.jpg) no-repeat center top;
}
.banner04{
	background:#ffb902 url(../images/banner04.jpg) no-repeat center top;
}
.img_nav img{
	height:700px;
}
.link_nav{
	position:absolute;
	filter:alpha(opacity=50);
	width:100%;
	bottom:0px;
	height:26px;
	opacity:0.5;
	line-height:26px;
	color:#fff;
	font-weight:bold;
}
.link_nav a{
	position:absolute;
	left:5px;
	color:#fff;
}
.num_nav{
	width:auto;
	position:absolute;
	bottom:4px;
	display:inline-block;
	left:47%;
}
.num_nav span{
	text-align:center;
	line-height:20px;
	width:20px;
	height:20px;
	background:url(../images/selected_02.png) center top no-repeat;
	float:left;
	color:#90ca58;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
}
.num_nav span.selected{
	background:url(../images/selected_01.png) center top no-repeat;
	color:#fff;
}
.domainScore{
	width:1200px;
	padding-top:50px;
	margin:0 auto;
	min-height:45px;
	text-align:center;
}
.domain{
	width:400px;
	height:45px;
	padding:0px 3px;
	text-indent:20px;
	background:#fff;
	font-size:14px;
	-moz-border-top-left-radius:25px; 
    -webkit-border-top-left-radius:25px;
	border-top-left-radius:25px;
	-moz-border-bottom-left-radius:25px; 
    -webkit-border-bottom-left-radius:25px;
	border-bottom-left-radius:25px;
    border:1px solid #00b7ee;
}
.domainbtn{
	width:90px;
	height:47px;
	background:#00b7ee;
	cursor:pointer;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	-moz-border-top-right-radius:25px; 
    -webkit-border-top-right-radius:25px;
	border-top-right-radius:25px;
	-moz-border-bottom-right-radius:25px; 
    -webkit-border-bottom-right-radius:25px;
	border-bottom-right-radius:25px;
	margin-left:-1px;
	z-index:10;
	vertical-align:top;
}
.score{
	width:1200px;
	height:20px;
	font-size:25px;
	color:#ff4b8c;
	text-align:center;
	margin:0 auto;
	padding-top:10px;
}
.score span{
	font-size:14px;
}
.chartbox{
	width:480px;
	height:20px;
	margin:0 auto;
}
.barline{
	background:#444;
	border-radius:3px;
}
.barline .charts{
	width:0px;
	height:20px;
	background:#6699cc;
	border-radius:3px;
}
.index_title{
	width:1200px;
	padding-top:40px;
	height:30px;
	font-size:20px;
	font-weight:500;
	text-align:center;
	margin:0 auto;
	font-family:Arial,"微软雅黑";
	clear:both;
}
.padding20{
	padding-top:20px;
}
.main01_text{
	width:1200px;
	padding-top:20px;
	height:30px;
	font-size:14px;
	font-weight:500;
	text-align:center;
	margin:0 auto;
	font-family:Arial,"微软雅黑";
}
.main01{
	width:1200px;
	height:110px;
	padding-top:30px;
	margin:0 auto;
}
.main01 li{
	width:20%;
	height:110px;
	text-align:center;
	float:left;
	font-family:Arial,"微软雅黑";
	font-size:14px;
	font-weight:500;
}
.main01 img{
	padding-bottom:10px;
}
.main02{
	width:1200px;
	height:290px;
	padding-top:30px;
	margin:0 auto;
}
.main02 ul{
	margin:0px -8px;
}
.main02 li{
	width:25%;
	float:left;
}
.main02 .imgbox{
	height:190px;
	margin:0 auto;
	padding:0px 8px;
}
.main02 .text{
	height:90px;
	margin:0px 8px;
	padding:5px 10px 0px 10px;
	line-height:20px;
	background:#fff;
}
.main02 .text span{
	font-family:Arial,"微软雅黑";
	font-size:14px;
	font-weight:500;
	line-height:35px;
	color:#555;
}
.main03{
	width:1200px;
	height:190px;
	margin:0 auto;
	padding-top:30px;
}
.main03 li{
	width:25%;
	height:60px;
	text-align:center;
	float:left;
	font-family:Arial,"微软雅黑";
	font-size:14px;
	font-weight:500;
	padding-top:90px;
	color:#fff;
}
.main03_bg01{
	background:#089ae3 url(../images/index_10.png) no-repeat center 50px;
}
.main03_bg02{
	background:#90c400 url(../images/index_11.png) no-repeat center 50px;
}
.main03_bg03{
	background:#089ae3 url(../images/index_12.png) no-repeat center 50px;
}
.main03_bg04{
	background:#90c400 url(../images/index_13.png) no-repeat center 50px;
}
.link{
	width:1200px;
	height:auto;
	margin:0 auto;
	clear:both;
}
.link li{
	line-height:30px;
	float:left;
	overflow:hidden;
	padding-right:10px;
}
.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:10px;
	min-width:1200px;
	height:60px;
	background:#000;
	line-height:18px;
	margin:0 auto;
	text-align:center;
	clear:both;
	color:#fff;
	font-family:Arial,宋体;
}
.bottom a{
	color:#fff;
}
.fixbox{
	color:#fff;
	position:fixed;
	right:5px;
	top:40%;
	text-align:center;
}
.fix{
	padding:2px 10px 3px 10px;
	background:#089ae3;
	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:1200px;
	height:680px;
	margin:0 auto;
	background:#000;
}
.about_video iframe{
	width:100%;
	height:680px;
}
.about_video video{
	width:100%;
	height:680px;
}
.about_main{
	width:1200px;
	margin:0 auto;
	background:#fff;
	padding-bottom:10px;
}
.title01{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:40px;
	line-height:40px;
	padding:0px 15px;
}
.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_content{
	text-indent:2em;
	line-height:25px;
	font-size:14px;
	font-weight:500;
	text-align:justify;text-justify:inter-ideograph;
	padding:15px 15px 0px 15px;
}
.about_content p{
	text-indent:2em;
}
.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;
	min-height:600px;
	margin:0 auto;
	background:#fff;
	padding-bottom:10px;
}
.contact01{
	line-height:25px;
	font-size:14px;
	font-weight:500;
	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;
}
.process_main{
	width:1200px;
	min-height:650px;
	margin:0 auto;
	background:#fff;
	padding-bottom:15px;
}
.process01{
	line-height:22px;
	padding:15px 15px 0px 15px;
}
.process01 p{
	padding-bottom:10px;
}
.process_main .list04{
	padding:15px 15px 0px 15px;
}
.process_main .list04img{
	width:120px;
	height:120px;
    border-radius:50%;
}
.process_main .list04rihgt{
	padding-left:135px;
}
.process_main .list04content {
    text-indent: 0;
}
.process_main .list04content a{
    padding:0px 5px;
}
.price_main{
	width:1200px;
	min-height:650px;
	margin:0 auto;
	background:#fff;
	padding-bottom:15px;
}
.price01{
	line-height:22px;
	padding:15px 15px 0px 15px;
}
.price01 table{
	width:100%;
	border-collapse:collapse;
	font-family:Arial;
}
.price01 thead tr{
	background:#1e80be;
	color:#fff;
}
.price01 th{
	line-height:35px;
	padding:10 0px;
	text-align:center;
	border:1px solid #fff;
}
.price01 td{
	line-height:20px;
	padding:10px 10px;
	border:1px solid #fff;
}
.price01 tr{
	background:#dfe1e3;
}
.price01  tbody tr:nth-child(even){
	background:#d1d5d8;
}
.price01 tbody tr:hover{
	background:#cad0d4;
}
.style01{
	text-align:center;
	width:150px;
}
.style02{
	width:100px;
}
.price01  tbody tr th:nth-child(2){
	text-align:justify;text-justify:inter-ideograph;
}
.app_warpper{
	min-width:1200px;
	margin:0 auto;
	background:#90c400;
	padding:0px 0px 100px 0px;
}
.app_main{
	width:600px;
	min-height:600px;
	background:url(../images/app.png) no-repeat left 110px;
	margin:0 auto;
	padding:100px 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{
	max-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:500px;
	background:url(../images/couponbg.png) no-repeat left 180px;
	margin:0 auto;
	padding:130px 0px 0px 900px;
}
.coupon_main li{
	height:160px;
}
.search_box{
    width:276px;
	height:45px;
	padding:20px 0px 0px 0px;
	margin:0 auto;
}
.text01{
	width:210px;
	height:33px;
	padding-left:5px;
	background:#fff;
    border:1px solid #fff;
    border-right:0px;
}
.search_button{
	width:55px;
	height:35px;
	cursor:pointer;
    color:#fff;
	background:#00b7ee;
}
.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;
}
.list_main{
	width:1200px;
	min-height:800px;
	margin:0 auto;
	padding:0px 0px 10px 0px;
	clear:both;
}
.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;
}
.seo_main .list04content {
    text-indent: 0;
}
/*列表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:220px;
	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);
	z-index:999999;
}
.list03img:hover span{
	display:block;
}
.list03img a{
	display:block;
	height:220px;
}
.list03title{
	height:30px;
	line-height:30px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	margin:0px 8px;
	padding:0px 5px;
	font-size:14px;
	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 b{
	font-weight:500;
	color:#2b98b9;
}
/*分页*/
/*详情页01*/
.detail_main{
	width:1180px;
	min-height:650px;
	_height:650px;
	margin:0 auto;
	background:#fff;
	padding:10px;
}
.detail_title{
	line-height:38px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	text-align:center;
	background:#fafafa;
	padding:0px 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;
}
.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;
}
.InfoDetail01_right01{
    text-align:center;
    height:auto;
    padding:15px 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:30px;
	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;
}
.InfoDetail01_right02{
	line-height:20px;
	height:120px;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:20px 0px 0px 0px;
	text-indent:2em;
}
.DetailService{
	padding-top:20px;
	text-align:center;
}
.DetailService img{
	max-height:16px;
	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;
}
.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:15px 0px 0px 0px;
   clear:both;
}
.Attribute li{
	float:left;
	height:22px;
	width:20%;
	text-indent:8px;
}
/*信息详情页 注：用了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:30px;
	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 {
	width:148px;
	background:#f2f2f2;
}
.selectbox-wrapper UL LI.current {
	width:148px;
	background:#f2f2f2;
}
.selectbox-wrapper UL LI {
	padding:3px;
	width:148px ;
	cursor:pointer;
	line-height:18px;
}
.selectbox{ 
    border:none;
	display:inline-block;
	padding-left:4px;
	width:150px; 
	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;
}
/*相册查看*/