@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f46a6a;
}
* {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 36px;
	width: 100%;
	text-align: center;
	padding: 35px 0;
}
ul {
	list-style: none;
}
li {
	float: left;
}
img {
	border: 0px;
}
p {
	line-height: 20px;
	padding-bottom: 18px;
}
a {
	color: #f46a6a;
}
a:hover {
	text-decoration: none;
}
a.btn_visitsite {
	background: #f46a6a;
	color: #fff;
	border-radius: 3px;
	padding: 7px 25px;
	font-weight: bold;
}
.width_page {
	width: 980px;
	margin: 0 auto;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
}
header {
	width: 100%;
	height: 52px;
	background: #333;
	position: fixed;
	left: 0;
	top: 0px;
	border-bottom: 8px solid #c25454;
}
.logo a {
    color: #fff;
    float: left;
    font-family: Pacifico,Arial,Helvetica,sans-serif;
    font-size: 27px;
    margin: 2px 0 0;
    padding: 0;
    text-decoration: none;
}
nav {
	float: right;
	padding: 18px 0 0 0;
	font-weight: bold;
}
nav a {
	color: #fff;
	text-decoration: none;
}
nav ul li {
	position: relative;
	padding: 0 5px;
	z-index: 999;
}
nav ul li .subnav {
	position: absolute;
	right: 0px;
	top: 16px;
	background: #333;
	width: 120%;
	float: left;
	padding: 18px 0 0px 0;
	display: none;
}
.subnav_b .subnav {
	display: none;
}
.subnav_a .subnav {
	display: block
}
nav ul li .subnav a {
	font-weight: normal;
	width: 92%;
	padding: 8px 4%;
	text-align: right;
	float: left;
	font-size: 12px;
	border-bottom: 1px solid #666;
}
nav ul li .subnav a:hover {
	background: #666;
}
.banner {
	width: 100%;
	height: 500px;
	background: #f46a6a url(banner.jpg) no-repeat center center;
	padding: 30px 0;
	margin-top: 50px;
}
.banner h2 {
	width: 425px;
	margin: 0 auto;
	color: #fff;
	font-size: 36px;
	text-align: center;
	line-height: 45px;
	font-weight: normal;
}
.banner h2 span {
	font-family: Pacifico, Arial, Helvetica, sans-serif;
	font-size: 56px;
	float: left;
	width: 100%;
	padding: 40px 0;
}
.reviewlist ul li {
	width: 100%;
	border: 3px solid #f46a6a;
	border-radius: 5px;
	margin-bottom: 25px;
}
.reviewlist ul li label {
	float: left;
	width: 220px;
	padding: 25px 15px 15px 15px;
	text-align: center;
}
.reviewlist ul li label div {
	border-top: 3px solid #f46a6a;
	float: left;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	width: 100%;
}
.reviewlist ul li label span {
}
span.star_full, span.star_4half, span.star_4, span.star_3half {
	background: url(icon_star.gif) no-repeat center top;
	float: left;
	width: 100%;
	height: 26px;
}
span.star_4half {
	background-position: center -30px
}
span.star_4 {
	background-position: center -59px
}
span.star_3half {
	background-position: center -89px
}
.reviewlist ul li div.right {
	margin: 0 0 0 251px;
	padding: 15px 15px 0 15px;
	border-left: 3px solid #f46a6a;
}
.reviewlist ul li div.right h2 {
	padding-bottom: 10px;
}
.reviewlist ul li div.right h2 a {
	color: #f46a6a;
}
.reviewlist ul li div.right h2 em {
	color: #2cb62f;
}
.reviewlist ul li label img {
	width: 200px;
	height: 88px;
	border-radius: 5px;
}
.reviewdetails {
	margin-top: 70px;
	line-height: 22px;
	padding: 15px 0 25px 0;
}
.reviewdetails p {
	color: #666;
	line-height: 25px;
}
.reviewdetails p img {
	border-radius: 5px;
}
.reviewdetails p .btn_visitsite {
	display: block;
	float: none;
	width: auto;
	margin: 0 auto;
	line-height: 35px;
	padding: 6px 0!important;
	margin-top: 25px;
}
.reviewdetails p .btn_visitsite:hover {
	text-decoration: none;
}
.reviewdetails h1 {
	padding: 45px 0 35px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}
.reviewdetails h2 {
	padding-bottom: 15px;
}
.leftstyle {
	float: left;
	width: 200px;
	text-align: center;
	padding: 7px 25px 25px 0;
}
.line {
	height: 8px;
	width: 100%;
	background: #f46a6a;
	float: left;
	position: fixed;
	top: 60px;
	left: 0px;
	z-index:0;
}
footer {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	float: left;
	background: #333;
	line-height: 22px;
}
@media screen and (max-width:979px) {
.width_page {
	width: auto;
	padding: 0 10px;
}
.reviewlist ul li label {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.reviewlist ul li div.right {
	width: auto;
	border: 0px;
	margin-left: 0px;
	padding:0 15px;
}
.reviewlist ul li label div {
	border-top: 0px solid #f46a6a;
	border-bottom: 3px solid #f46a6a;
	margin-top: 0px;
	padding-bottom: 15px;
}
.reviewlist ul li div.right p:last-child {
	text-align: center;
	padding:5px 0 30px 0;
	float:left;
	width:100%;
}
.reviewlist ul li div.right h2 {
	padding: 15px 0;
	float: left;
	width:100%;
	float:left;
}
.banner h2{
	width:100%;
	font-size:24px;
}
.banner h2 span{
	font-size:36px;
	padding-top:83px;
}
nav ul li .subnav{
	width:165%;
}
nav ul li .subnav{
	top:35px;
	z-index:999;
}
nav ul li{
	z-index:9999;
}
nav ul li .subnav a{
	padding:0 4px;
}
}
@media screen and (max-width:640px) {
header {
	height: 106px;
}
.logo{
	width:293px;
	margin:0 auto;
}
nav{
	width:229px;
	margin:0 auto;
	float:none;
	padding-top:15px;
}
nav ul li{
	line-height:50px;
}
nav a:first-child,
nav a:last-child{
	overflow:hidden;
	text-align:left;
	float:left;
	
}
nav a:last-child{
}
.line{
	top:113px;
	z-index:-1;
}
.reviewdetails{
	margin-top:113px;
}
.reviewdetails h1{
	line-height:37px;
	font-size:32px;
	word-break:break-all;
	width:100%;
}
a.btn_visitsite {
  background: #f46a6a;
  color: #fff;
  border-radius: 3px;
  padding: 7px 9%;
  font-weight: bold;
  float: left;
  width: 82%;
  margin: 5px 0;
}
}
