.header_wrap{
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: url(../images/header_bg.png) repeat;
	z-index: 999;
	position: relative;
}
.header_wrap .header{
	width: 1200px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
}
.header_wrap .header .logo{
	width: 215px;
	height: 120px;
	overflow: hidden;
	float: left;
}
.header_wrap .header .logo a{
	width: 100%;
	height: 120px;
	overflow: hidden;
	display: block;
}
.header_wrap .header .logo img{
	width: 215px;
	max-height: 120px;
	margin-top:35px;
}
.header_wrap .header .menu{
	float: left;
	margin-left: 125px;
	overflow: hidden;
}
.header_wrap .header .menu ul li{
	float: left;
	padding-top: 52px;
	height: 30px;
	line-height: 30px;
}
.header_wrap .header .menu ul li a{
	display: block;
	height: 100%;
	padding: 0px 4px;
}
.header_wrap .header .menu ul li:nth-child(2n){
	padding: 0px 14px;
	padding-top: 52px;
	background: none;
}
.header_wrap .header .menu ul li.selected a{
	border-bottom: 1px solid #26abe4;
	color: #26abe4;
}
.header_wrap .header .menu ul li:hover a{
	border-bottom: 1px solid #26abe4;
	color: #26abe4;
}
.header_wrap .header .search{
	width: 229px;
	overflow: hidden;
	height: 27px;
	line-height: 27px;
	margin-top: 47px;
	float: left;
	margin-left: 130px;
}
.header_wrap .header .search span.input_left{
	width: 9px;
	height: 27px;
	overflow: hidden;
	background: url(../images/search_input_left.png) no-repeat left center;
	display: block;
	float: left;
}
.header_wrap .header .search span.input_right{
	width: 9px;
	height: 27px;
	overflow: hidden;
	background: url(../images/search_input_right.png) no-repeat left center;
	display: block;
	float: left;
}
.header_wrap .header .search .input_wrap{
	float: left;
	height: 27px;
	overflow: hidden;
	width: 185px;
}
.header_wrap .header .search input{
	float: left;
	border: none;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	height: 25px;
	line-height: 25px;
	background: none;
	color: #ababab;
	width: 185px;
	padding-right: 5px;
}
.header_wrap .header .search .search_btn{
	display: block;
	width: 18px;
	height: 25px;
	background: url(../images/search_btn.png) no-repeat center center;
	float: left;
	cursor: pointer;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.header_wrap .header .function_list{
	float: left;
	overflow: hidden;
	height: 27px;
	margin-top: 47px;
	float: right;
}
.header_wrap .header .function_list ul li{
	width: 24px;
	height: 24px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.header_wrap .header .function_list ul li:last-child{
	margin-right: 0px;
}
.header_wrap .header .function_list ul li a{
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
}
.header_wrap .header .function_list ul li.member_icon a{
	background: url(../images/member.png) no-repeat center center;
}
.header_wrap .header .function_list ul li.member_icon a:hover{
	background: url(../images/member_hover.png) no-repeat center center;
}
.header_wrap .header .function_list ul li.cart_icon a{
	background: url(../images/cart.png) no-repeat center center;
}
.header_wrap .header .function_list ul li.cart_icon a:hover{
	background: url(../images/cart_hover.png) no-repeat center center;
}
.banner{
	width: 100%;
	height: 750px;
	overflow: hidden;
	position: relative;
	margin-top: -120px;
}
.banner ul li{
	float: left;
	width: 100%;
	height: 750px;
	overflow: hidden;
}
.banner ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner .dots{
	width: 100%;
	position: absolute;
	bottom: 28px;
	text-align: center;
	font-size: 0px;
}
.banner .dots li{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/dots.png) no-repeat center center;
	margin-right: 30px;
}
.banner .dots li.active{
	background: url(../images/dots_active.png) no-repeat center center;
}
.banner .dots li:last-child{
	margin-right: 0px;
}
._title{
	color: #666666;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-weight: bold;
	text-align: center;
}
._description{
	color: #b9b9b9;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
}
._description2{
	color: #666;
	font-size: 24px;
	text-align: center;
}
._description2 span{
	font-size: 12px;
}
.index_product_center{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.index_product_center .product_list{
	margin-top: 35px;
	overflow: hidden;
}
.index_product_center .product_list ul li{
	width: 50%;
	float: left;
}
.index_product_center .product_list ul li .product_thumb{
	width: 300px;
	height: 300px;
	overflow: hidden;
	float: left;
}
.index_product_center .product_list ul li .product_info{
	background: #f3f3f3;
	padding: 35px;
	width: 230px;
	height: 230px;
	float: left;
	overflow: hidden;
}
.index_product_center .product_list ul li .product_thumb img{
	width: 100%;
	height: 100%;
}
.index_product_center .product_list ul li .product_info .product_name{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin-top: -8px;
}
.index_product_center .product_list ul li .product_info .product_description{
	color: #939393;
	line-height: 24px;
	margin-top: 20px;
	overflow: hidden;
	word-wrap: break-word; 
    word-break: normal; 
    height: auto;
    max-height: 96px;
}
.index_product_center .product_list ul li .product_info .more{
	width: 198px;
	height: 41px;
	border: 1px solid #bfbfbf;
	overflow: hidden;
	text-align: center;
	line-height: 41px;
	margin: 0 auto;
	margin-top: 30px;
}
.index_product_center .product_list ul li .product_info .more a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #666666;
}
.index_product_center .product_list ul li:hover .product_info{
	background: #26abe4;
	color: #fff;
}
.index_product_center .product_list ul li:hover .product_info .product_name{
	color: #fff;
}
.index_product_center .product_list ul li:hover .product_info .product_description{
	color: #fff;
}
.index_product_center .product_list ul li:hover .product_info .more{
	border: 1px solid #fff;
}
.index_product_center .product_list ul li:hover .product_info .more a{
	color: #fff;
}
.index_product_center .product_list ul li:hover .product_info .more a:hover{
	background: #00a7e1;
	color: #fff;
}
.index_product_center .more_product{
	width: 264px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	background: #e5e5e5;
	font-size: 14px;
}
.index_product_center .more_product a{
	display: block;
	width: 100%;
	height: 100%;
	color: #666666;
}
.index_product_center .more_product a:hover{
	background: #00a7e1;
	color: #fff;
}
.index_best_sellers{
	width: 1198px;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
	margin-top: 80px;
}
.index_best_sellers .product_list{
	margin-top: 35px;
	overflow: hidden;
}
.index_best_sellers .product_list ul li{
	width: 298px;
	height: 298px;
	float: left;
	position: relative;
	border: 1px solid #bfbfbf;
	border-left: 0px;
}
.index_best_sellers .product_list ul li .product_thumb{
	width: 298px;
	height: 298px;
	border-left: 0px;
}
.index_best_sellers .product_list ul li:first-child{
	border-left: 1px solid #bfbfbf;
}
.index_best_sellers .product_list ul li .product_thumb img{
	width: 100%;
	height: 100%;
}
.index_best_sellers .product_list ul li .product_info{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/product_background.png) repeat;
}
.index_best_sellers .product_list ul li:hover .product_info{
	display: block !important;
}
.index_best_sellers .product_list ul li .product_info .product_name{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	overflow: hidden;
}
.index_best_sellers .product_list ul li .product_info .more{
	width: 198px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #fff;
	margin: 0 auto;
	margin-top: 30px;
}
.index_best_sellers .product_list ul li .product_info .more a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #fff;
}
.index_best_sellers .product_list ul li .product_info .more a:hover{
	background: #00a7e1;
	color: #fff;
}
.index_best_sellers .more_product{
	width: 264px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	background: #e5e5e5;
	font-size: 14px;
}
.index_best_sellers .more_product a{
	display: block;
	width: 100%;
	height: 100%;
	color: #666666;
}
.index_best_sellers .more_product a:hover{
	background: #00a7e1;
	color: #fff;
}
.footer_container{
	padding-top: 45px;
	background: #303030;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.footer_container .footer{
	width: 1200px;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
	color: #fff;
}
.footer_container .footer .left{
	width: 362px;
	height: auto;
	float: left;
}
.footer_container .footer .left .subscribe{
	width: 100%;
	height: auto;
}
.footer_container .footer .left .subscribe .subscribe_title{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.footer_container .footer .left .subscribe .subscribe_description{
	font-family: 'Arial Regular';
	line-height: 30px;
}
.footer_container .footer .left .subscribe .subscribe_textarea{
	width: 362px;
	height: 28px;
	color: #939393;
	margin-top: 5px;
}
.footer_container .footer .left .subscribe .subscribe_textarea textarea{
	width: 342px;
	height: 64px;
	overflow: hidden;
	padding: 10px;
	overflow-y: auto;
}
.footer_container .footer .left .subscribe .subscribe_textarea input{
	width: 300px;
	height: 28px;
	line-height: 28px;
	padding: 0px 10px;
	border-radius: 3px;
	border: 0px;
}
.footer_container .footer .left .subscribe .subscribe_submit{
	width: 104px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 17px;
}
.footer_container .footer .left .subscribe .subscribe_submit a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.footer_container .footer .left .subscribe .subscribe_submit:hover{
	background: #777;
	border: 1px solid #777777;
}
.footer_container .footer .left .subscribe .subscribe_submit:hover a{
	color: #303030;
}
.footer_container .footer .left .share{
	margin-top: 20px;
}
.footer_container .footer .left .share .share_text{
	float: left;
	line-height: 36px;
	margin-right: 17px;
}
.footer_container .footer .left .share .addthis_inline_share_toolbox{
	float: left;
	clear: none !important;
}
#at-expanding-share-button{
	display: none !important;
}
.footer_container .footer .right{
	margin-left: 115px;
	width: 722px;
	overflow: hidden;
	height: auto;
	float: left;
}
.footer_container .footer .right .menu{
	float: left;
	margin-right: 110px;
	color: #fff;
	width: auto;
	height: auto;
	overflow: hidden;
	max-width: 247px;
}
.footer_container .footer .right .menu:last-child{
	margin-right: 0px;
}
.footer_container .footer .right .menu ul li{
	line-height: 34px;
	min-height: 34px;
}
.footer_container .footer .right .menu ul li.title{
	font-size: 16px;
	padding-bottom: 10px;
}
.footer_container .footer .right .menu ul li a{
	color: #fff;
}
.footer_container .footer .right .menu ul li a:hover{
	color: #00a7e1;
}
.footer_container .CopyrightAndMenu{
	height: 56px;
	line-height: 56px;
	width: 1200px;
	overflow: hidden;
	border-top: 1px solid #fff;
	margin: 0 auto;
	margin-top: 30px;
	color: #fff;
}
.footer_container .CopyrightAndMenu .copyright{
	float: left;
}
.footer_container .CopyrightAndMenu .menu{
	float: right;
}
.footer_container .CopyrightAndMenu .menu ul li{
	padding: 0px 15px;
	float: left;
}
.footer_container .CopyrightAndMenu .menu ul li a{
	color: #fff;
}
.footer_container .CopyrightAndMenu .menu ul li a:hover{
	color: #00a7e1;
}
.footer_container .CopyrightAndMenu .menu ul li:nth-child(2n){
	padding: 0px;
}
.footer_container .CopyrightAndMenu .menu ul li:last-child{
	padding-right: 0px;
}
.banner2{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.product_menu{
	width: 1200px;
	overflow: hidden;
	height: 187px;
	margin: 0 auto;
}
.product_menu ul li{
	width: 132px;
	height: 185px;
	border-top: 2px solid #ededed;
	background: #ededed;
	margin-right: 1px;
	float: left;
}
.product_menu ul li:last-child{
	margin-right: 0px;
}
.product_menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product_menu ul li a .product_icon{
	height: 65px;
	width: 100%;
	overflow: hidden;
}
.product_menu ul li a .product_text{
	text-align: center;
	color: #666666;
	line-height: 18px;
	margin-top: 15px;
}
.product_menu ul li.selected{
	background: #fff;
}
.product_menu ul li:hover{
	background: #fff;
}
.page_container{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	height: auto;
	margin-top: 60px;
}
.page_container .product_list{
	margin-top: 35px;
	overflow: hidden;
}
.page_container .product_list ul li{
	width: 50%;
	float: left;
}
.page_container .product_list ul li .product_thumb{
	width: 300px;
	height: 300px;
	overflow: hidden;
	float: left;
}
.page_container .product_list ul li .product_info{
	background: #f3f3f3;
	padding: 35px;
	width: 230px;
	height: 230px;
	float: left;
	overflow: hidden;
}
.page_container .product_list ul li .product_thumb img{
	width: 100%;
	height: 100%;
}
.page_container .product_list ul li .product_info .product_name{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin-top: -8px;
}
.page_container .product_list ul li .product_info .product_description{
	color: #939393;
	line-height: 24px;
	margin-top: 20px;
	overflow: hidden;
	word-wrap: break-word; 
    word-break: normal; 
    height: auto;
    max-height: 96px;
}
.page_container .product_list ul li .product_info .more{
	width: 198px;
	height: 41px;
	border: 1px solid #bfbfbf;
	overflow: hidden;
	text-align: center;
	line-height: 41px;
	margin: 0 auto;
	margin-top: 30px;
}
.page_container .product_list ul li .product_info .more a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #666666;
}
.page_container .product_list ul li:hover .product_info{
	background: #26abe4;
	color: #fff;
}
.page_container .product_list ul li:hover .product_info .product_name{
	color: #fff;
}
.page_container .product_list ul li:hover .product_info .product_description{
	color: #fff;
}
.page_container .product_list ul li:hover .product_info .more{
	border: 1px solid #fff;
}
.page_container .product_list ul li:hover .product_info .more a{
	color: #fff;
}
.page_container .product_list ul li:hover .product_info .more a:hover{
	background: #00a7e1;
	color: #fff;
}
.pages{
	text-align: center;
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin-top: 60px;
}
.pages ul{
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.pages ul li{
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	margin-right: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	overflow: hidden;
	line-height: 28px;
}
.pages ul li a{
	width: 28px;
	height: 28px;
	display: block;
	color: #111111;
}
.pages ul li.prev,.pages ul li.next,.pages ul li.prev a,.pages ul li.next a{
	width: 62px;
}
.pages ul li.current{
	border: 1px solid #ccc;
}
.pages ul li.current a{
	color: #111;
}
.pages ul li:hover{
	background: #26abe4;
}
.pages ul li:hover a{
	color: #fff;
}
.page_container .page_title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	height: auto;
	overflow: hidden;
}
.page_container .page_content{
	line-height: 25px;
	height: auto;
	overflow: hidden;
}
.banner_download{
	width: 1200px;
	overflow: hidden;
	text-align: center;
	height: auto;
	margin: 0 auto;
}
.page_container .download_list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.page_container .download_list ul li{
	width: 252px;
	height: 350px;
	overflow: hidden;
	float: left;
	border: 1px solid #ccc;
	padding: 0px 14px 14px 14px;
	margin-right: 24px;
	margin-bottom: 24px;
}
.page_container .download_list ul li:nth-child(4n){
	margin-right: 0px;
}
.page_container .download_list ul li .thumb{
	width: 100%;
	height: 252px;
	overflow: hidden;
	padding: 14px 0px;
}
.page_container .download_list ul li .title{
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	color: #3d3938;
}
.page_container .download_list ul li .description{
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	color: #9e9f9f;
}
@font-face {
	font-family: "iconfont";
	src: url(./font/iconfont.eot); /* IE9*/
	src: url(./font/iconfont.eot#iefix) format('embedded-opentype'), 
	url(./font/iconfont.woff) format('woff'), 
	url(./font/iconfont.ttf) format('truetype'), 
	url(./font/iconfont.svg#iconfont) format('svg'); /* iOS 4.1- */
}
.iconfont{
	font-family: iconfont !important;
}
.page_container .page_position{
	color: #666666;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.page_container .page_position a:hover{
	color: #26abe4;
}
.page_container .page_position span{
	color: #26abe4;
}
.page_container .product_base_container{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.page_container .product_base_container .product_gallery{
	width: 400px;
	overflow: hidden;
	height: 540px;
	float: left;
}
.page_container .product_base_container .product_gallery .product_big_image{
	width: 398px;
	height: 398px;
	border: 1px solid #ccc;
}
.page_container .product_base_container .product_gallery .product_big_image img{
	width: 100%;
	height: 100%;
}
.page_container .product_base_container .product_gallery .product_thumb_container{
	width: 100%;
	height: 82px;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}
.page_container .product_base_container .product_gallery .product_thumb_container a.iconfont:first-child{
	font-size: 48px;
	position: absolute;
	left: -17px;
	color: #ccc;
	top: 17px;
}
.page_container .product_base_container .product_gallery .product_thumb_container a.iconfont:last-child{
	font-size: 48px;
	position: absolute;
	right: -17px;
	color: #ccc;
	top: 17px;
}
.page_container .product_base_container .product_gallery .product_thumb_container a.iconfont:hover{
	color: #31afe5;
}
.page_container .product_base_container .product_gallery .product_thumb_container .product_thumb_list{
	width: 349px;
	overflow: hidden;
	height: 82px;
	margin: 0 auto;
}
.page_container .product_base_container .product_gallery .product_thumb_container .product_thumb_list ul{
	width: 1000%;
}
.page_container .product_base_container .product_gallery .product_thumb_container .product_thumb_list ul li{
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-right: 7px;
}
.page_container .product_base_container .product_gallery .product_thumb_container .product_thumb_list ul li.selected{
	border: 1px solid #31afe5;
}
.page_container .product_base_container .product_gallery .product_thumb_container .product_thumb_list ul li img{
	width: 100%;
	height: 100%;
}
.page_container .product_base_container .product_base_info{
	margin-left: 100px;
	overflow: hidden;
	width: 700px;
	color: #666;
	float: left;
}
.page_container .product_base_container .product_base_info .product_name{
	color: #666666;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}
.page_container .product_base_container .product_base_info .product_reviews_total{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.page_container .product_base_container .product_base_info .product_reviews_total .product_star_total{
	float: left;
	margin-right: 20px;
}
.page_container .product_base_container .product_base_info .product_reviews_total .product_star_total span{
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
}
.page_container .product_base_container .product_base_info .product_reviews_total .product_star_total span i{
	position: absolute;
	font-size: 16px;
	left: 0px;
	top: 0px;
	color: #fdbd01;
	overflow: hidden;
}
.page_container .product_base_container .product_base_info .product_reviews_total .product_reviews_num{
	font-size: 14px;
	color: #666666;
}
.page_container .product_base_container .product_base_info .product_reviews_total .product_reviews_num span{
	font-size: 12px;
}
.page_container .product_base_container .product_base_info .product_price{
	font-size: 20px;
	color: #666;
	font-weight: bold;
	margin-top: 20px;
}
.page_container .product_base_container .product_base_info .product_quantity{
	overflow: hidden;
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
}
.page_container .product_base_container .product_base_info .product_quantity span.name{
	float: left;
	padding-right: 20px;
}
.page_container .product_base_container .product_base_info .product_quantity .quantity{
	float: left;
}
.page_container .product_base_container .product_base_info .product_quantity .quantity span{
	width: 28px;
	height: 28px;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	line-height: 28px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.page_container .product_base_container .product_base_info .product_quantity .quantity input{
	width: 50px;
	height: 28px;
	border: none;
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	padding: 0px 4px;
	text-align: center;
}
.page_container .product_base_container .product_base_info .product_spec{
	margin-top: 15px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.page_container .product_base_container .product_base_info .product_spec span.name{
	float: left;
	padding-right: 20px;
	line-height: 30px;
}
.page_container .product_base_container .product_base_info .product_spec a{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
	border: 2px solid #ccc;	
}
.page_container .product_base_container .product_base_info .product_spec a.selected{
	border: 2px solid #26abe4;	
}
.page_container .product_base_container .product_base_info .add_to_cart{
	width: 535px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #26abe4;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.page_container .product_base_container .product_base_info .add_to_cart:hover{
	background: #0cb0f7;
}
.page_container .product_base_container .product_base_info .add_to_cart a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.page_container .product_base_container .product_base_info .amazon{
	width: 535px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ffa104;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.page_container .product_base_container .product_base_info .amazon:hover{
	background: #fab23a;
}
.page_container .product_base_container .product_base_info .amazon a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.page_container .product_base_container .product_base_info .product_spec_text{
	line-height: 23px;
	margin-top: 5px;
	overflow: hidden;
}
.page_container .product_base_container .product_base_info .product_spec_text .product_spec_title{
	font-size: 14px;
	font-weight: bold;
}
.page_container .product_content{
	margin-top: 50px;
}
.page_container .product_related{
	width: 1198px;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
	margin-top: 80px;
}
.page_container .product_related .product_list{
	margin-top: 35px;
	overflow: hidden;
}
.page_container .product_related .product_list ul li{
	width: 298px;
	height: 298px;
	float: left;
	position: relative;
	border: 1px solid #bfbfbf;
	border-left: 0px;
}
.page_container .product_related .product_list ul li .product_thumb{
	width: 298px;
	height: 298px;
	border-left: 0px;
}
.page_container .product_related .product_list ul li:first-child{
	border-left: 1px solid #bfbfbf;
}
.page_container .product_related .product_list ul li .product_thumb img{
	width: 100%;
	height: 100%;
}
.page_container .product_related .product_list ul li .product_info{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/product_background.png) repeat;
}
.page_container .product_related .product_list ul li:hover .product_info{
	display: block !important;
	padding: 0px;
}
.page_container .product_related .product_list ul li .product_info .product_name{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	overflow: hidden;
}
.page_container .product_reviews{
	margin-top: 60px;
}
.page_container .product_reviews .product_star_total{
	text-align: center;
	font-size: 28px;
	margin: 5px 0px;
}
.page_container .product_reviews .product_star_total span{
	position: relative;
	width: 28px;
	height: 28px;
	display: inline-block;
}
.page_container .product_reviews .product_star_total span i{
	position: absolute;
	font-size: 28px;
	left: 0px;
	top: 0px;
	color: #fdbd01;
	overflow: hidden;
}
.page_container .product_reviews .review_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.page_container .product_reviews .review_list ul li{
	margin-bottom: 50px;
	overflow: hidden;
}
.page_container .product_reviews .review_list ul li:last-child{
	margin-bottom: 0px;
}
.page_container .product_reviews .review_list ul li .review_title{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.page_container .product_reviews .review_list ul li .review_star{
	font-size: 12px;
	margin: 10px 0px;
	overflow: hidden;
}
.page_container .product_reviews .review_list ul li .review_star span{
	position: relative;
	width: 12px;
	height: 12px;
	display: inline-block;
	float: left;
}
.page_container .product_reviews .review_list ul li .review_star span i{
	position: absolute;
	font-size: 12px;
	left: 0px;
	top: 0px;
	color: #fdbd01;
	overflow: hidden;
}
.page_container .product_reviews .review_list ul li .review_star .review_point{
	float: left;
	overflow: hidden;
	margin-left: 10px;
	font-size: 14px;
}
.page_container .product_reviews .review_list ul li .review_user_date{
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}
.page_container .product_reviews .review_list ul li .review_user_date span{
	padding-left: 15px;
}
.page_container .product_reviews .review_list ul li .review_detail{
	line-height: 23px;
}
.login_container{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/background.jpg) no-repeat center center;
	padding-top: 120px;
	margin-top: -120px;
}
.login_container .window_container{
	width: 300px;
	overflow: hidden;
	height: auto;
	padding: 20px;
	background: #fff;
	margin: 50px auto;
}
.login_container .window_container .window_title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #666;
}
.login_container .window_container .window_tips{
	color: red;
	padding: 0px 15px;
	line-height: 20px;
	padding-bottom: 15px;
	text-align: center;
}
.login_container .window_container .window_content .input_container{
	padding: 0px 15px;
	width: 270px;
	overflow: hidden;
	height: auto;
	margin-bottom: 10px;
}
.login_container .window_container .window_content .input_container input.input-text{
	width: 250px;
	height: 45px;
	line-height: 45px;
	padding: 0px 10px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.login_container .window_container .window_content .input_container select{
	width: 272px;
	height: 45px;
	line-height: 45px;
	padding: 0px 10px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.login_container .window_container .window_content .input_container input.captcha{
	width: 150px;
}
.login_container .window_container .window_content .input_container img.captcha{
	height: 45px;
	width: 95px;
	vertical-align: middle;
}
.login_container .window_container .window_content .input_container .button{
	background: #00a7e1;
	color: #fff;
	border-radius: 0px;
	width: 100%;
	padding: 0px;
	cursor: pointer;
	display: block;
	height: 45px;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	border: 0px;
}