﻿@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font:normal 100% Helvetica,STHeiti,Droid Sans Fallback; color:#3a3a3a; background:#FAFAFA}
A{
	TEXT-DECORATION: none; color:#3a3a3a
}
A:hover {
	COLOR: #ff6600
}
.clear{clear:both}
.fl{ float:left}
.fr{ float:right}
img{border:0px;}

DIV,ul,li,h1,h2,p,dl,dt,dd{ margin:0; padding:0; list-style:none}

.main{width:100%; max-width:640px; margin:0 auto; position:relative}

.logo{
	line-height:60px;
	height:60px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0068CA), color-stop(1, #02275A));
	font-size:1.2em;
	font-weight:bolder;
	color:#FFF
	}

.logo img{
	vertical-align:middle	
	}
.logo .fh{
	float:right;
	width:60px;
	height:60px;
	right:10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #004DA8), color-stop(1, #0049A4));
	}
.logo a{
	text-align:center;
	line-height:60px;
	color:#FFF
	}
	
.nav{
	width:100%; 
	background-color:#fff;
	color:#FFF;
	overflow: hidden;
	display:none
	}
.nav ul{
	width:101%
	}

.nav li{
	width:33%;
	float:left;
	height:31px;
	line-height:31px;
	text-align:center;
	margin-right:1px;
	margin-bottom:1px;
	}
.nav li a{
	display:block;
	color:#FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #004DA8), color-stop(1, #0049A4));
	text-shadow: 1px 1px 1px #000;
	}
.nav li a:hover{
	background-color:#0070C5
	}

.more{
  width:95%;
  height: 33px; 
  line-height: 33px;
  margin:0 auto;
  border:1px solid #efefef;
  border-radius:10px;
  background-color: #f6f5f5;
  text-align: center;
  margin-top:5px;
  margin-bottom: 15px;
}
.more,.more a,.more span{
    color: #b4b4b4
}
.more span{
  font-size: 1em;
}
.more .gochannel:after{
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: -5px;
  margin-left: 5px;
}
.more .gochannel:after{
  background-position: -63px 0;
}

.gochannel:after{
    background-image: url(images/icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size:119px 21px;
    -moz-background-size:119px 21px;
    -o-background-size:119px 21px;
    background-size:119px 21px;
}

.sort{
	width:95%;
	margin:0 auto; 
	color:#FFF;
	overflow: hidden;
	}
	
.sort ul li{
	margin:10px auto;
	height:50px;
	line-height:50px;
	display:block;
	text-align:left;
	border:1px solid #dfdfdf;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
	background:-moz-linear-gradient(top, #ffffff, #f0f0f0);/* Firefox */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#efefef,endColorstr=#f0f0f0,grandientType=0)
	}
	
.sort ul li a{
	display:block;
	line-height:50px;
	font-size:18px;
	padding-left:20px;
	font-weight:bolder;
	color:#5D5D5D;
	
	}

.sort ul li a:hover{
	background-color:#FCEADE;
	}


.product{
	width:95%;
	margin:0 auto;
	border-radius:10px;
	border:1px #CCC solid;
	box-shadow: 3px 3px 3px #999;
	margin-bottom:15px;
	}
.product dl dt{
	font-size:1.3em;
	font-weight:bolder;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height:60px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD), color-stop(1, #EEEEEE));
	padding-left:20px;
	line-height:60px;
	border-bottom:1px #CCCCCC solid;
	text-shadow: 1px 1px 1px #CCCCCC;
	
	}
.product dl dd{
    overflow: hidden;
}

.product dd a {
    display: block;
    color: #000;
}

.product p{
	padding:15px;
	line-height:30px
	}

.product li{
	line-height:40px;
	padding-left:10px;
	border-bottom:1px solid #e5e5e5;
	list-style-position:inside;
	list-style-type:circle
	}

.full{
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
}
.full h2 {
    height: 22px; 
	line-height: 22px; 
	overflow: hidden;
    font-size: 0.9em;
	font-weight: normal; 
    text-overflow:ellipsis;
	white-space: nowrap;
    padding-left: 5px;
	margin-bottom: 4px;
}
.full .thumb {
    width: 75px; 
    height: 55px;
	line-height: 51px;
    padding: 1px;
	background: #e9f1f4;
    border: 1px solid #e0e0e0;
    float: left;
    text-align: center;
}
.full .thumb img{
    display: inline-block;
    max-width: 100%;
	max-height: 100%;
    margin: 0 auto;
	vertical-align: middle;
}
.full p {
    padding: 0 0 0 5px;
    line-height: 17px;
	font-size: 0.8125em;
    word-wrap:break-word;
	overflow: hidden;
    max-height: 34px;
	color: #878c92;
}


.nbg{ border:none !important}

	
.line{
	background:#4a7cb7;
	height:4px;
	}
.foot{
	background:#f6f5f5;
	margin-top:10px;
	height:100px;
	line-height:40px;
	text-align:center
	}


				
#bottom{
	position:fixed;
	width:100%; 
	max-width:640px; 
	margin:0 auto;
	height:45px;
	bottom:0;
	border-top:#fff solid 2px;
	background:#26488d	
	}

#bottom ul{
	height:45px;
	line-height:45px
	}

#bottom ul li{
	width:25%;
	float:left;
	color:#FFF
	}

#bottom ul li dl{
	width:auto;
	margin:0 auto;
	text-align:center
	}

#bottom ul li dt{width:auto;height:25px;overflow:hidden;}
#bottom ul li dd{width:auto;height:20px; font-size:0.8em; color:#fff;line-height:20px;text-shadow: 1px 1px 1px #000;}

.content{
	padding:10px;
	line-height:30px;
	}
.content h2{
	text-align:center;
	font-size:1.1em	
	}
.content .img{
	
	text-align:center
	
	}

.time{
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:0.9em;
	}

.prenext{
	width:90%;
	height:50px;
	margin:10px auto
	}

	
.prenext ul li{
	float:left;
	width:49%;
	height:50px;
	line-height:50px;
	background:#f0f0f0;
	text-align:center;
	border:1px #CCCCCC solid
	}
	
 /* Banner */
 
.swipe{width:100%;overflow:hidden;position:relative; text-align:center}
.swipe ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe li img{ width:100% }
.swipe #pagenavi{position:absolute;left:0;bottom:10px;text-align:center;width:100%;}
.swipe #pagenavi a{width:8px;height:8px;line-height:99em;background:#b5b5b5;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:0 4px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
.swipe #pagenavi a.active{background:#C80002;}


#product_nav{width:100%; text-align:center}
#product_nav a{width:40px;height:5px;background:#b5b5b5;margin:10px 2px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
#product_nav a.active{background:#C80002;}

#btn_prev,#btn_next{width:25px;height:50px;position:absolute;top:35%;background:url(images/sprite.png) no-repeat 0 0;cursor:pointer; opacity:0.2;-moz-opacity:0.2;-khtml-opacity:0.2;filter:alpha(Opacity=20);}
#btn_prev{left:0;}
#btn_next{right:0;background-position:right top;}

 /* Banner */
 
.swipe{width:100%;overflow:hidden;position:relative; text-align:center}
.swipe ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe li img{ width:100% }
.swipe #pagenavi{position:absolute;left:0;bottom:10px;text-align:center;width:100%;}
.swipe #pagenavi a{width:8px;height:8px;line-height:99em;background:#b5b5b5;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:0 4px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
.swipe #pagenavi a.active{background:#C80002;}


#product_nav{width:100%; text-align:center}
#product_nav a{width:40px;height:5px;background:#b5b5b5;margin:10px 2px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
#product_nav a.active{background:#C80002;}

#btn_prev,#btn_next{width:25px;height:50px;position:absolute;top:35%;background:url(images/sprite.png) no-repeat 0 0;cursor:pointer; opacity:0.2;-moz-opacity:0.2;-khtml-opacity:0.2;filter:alpha(Opacity=20);}
#btn_prev{left:0;}
#btn_next{right:0;background-position:right top;}
	
/*留言栏目*/	
.msgtitle{display:block;padding-bottom:5px;font-size:14px;font-weight:bold; margin-top:15px}
.message_block{color:#666;}
.message_block p{padding:12px;}
.msg_input{width:90%;border:1px solid #e0e0e0;padding:8px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.msg_input_on{width:90%;border:1px solid #8cd1ff;background:#f1f9ff;padding:8px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}
.message_labes{font-size:14px;}
.message_title{height:34px;line-height:34px;background:#f6f9fb;padding:0 12px;}
.message_title h2{color:#376b88;font-size:14px;float:left;}
.message_title span{float:right;font-weight:bold;color:#999;}
.message_info{color:#8ea6b6;text-align:right;}
.msg_btn_area{ margin:15px auto; text-align:right; padding-right:3%}
.msg_btn_area a{display:inline-block;padding:5px 15px;background:#09F;color:#fff;text-align:center;font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;}
.msg_btn_area a:hover{text-decoration:none;background:#F60}

