.containerbox {
	width: 1200px;
	margin: 0px auto;
	padding: 0px auto;
}

.main_container .info .item {
	display: inline-block;
}
.info {
	text-align:right;
	padding:10px;
}

.main_container .info-down .item {
	display: inline-block;
}
.info-down {
	text-align:center;
	padding:10px;
}

.down-tip{
	font-size:16px;
}

.tab-chosen {
	/*bottom: -1px;*/
	/*position: relative;*/
}

.tab-chosen a.chosen_t {
	border: 0px solid #E64C40;
	color: #695407;
	text-decoration: none;
	background: url(../images/body/checked.png) left center no-repeat;
	width:120px;
	height:30px;
}

/*.tab-chosen a:hover {
    border: 2px solid #f0bd00;
    margin: 0;
    text-decoration: none;
    color: #695407;
}*/
.tab-chosen a {
	background: url(../images/body/unchecked.png) left center no-repeat;
	color: #4A4A4A;
	display: inline-block;
	line-height: 30px;
	/*margin-top: 10px;*/
	margin-right: 10px;
	width: 120px;
	height: 30px;
	font-size: 16px;
	text-align:left;
	text-indent:36px;
	/*font-weight: bold;*/	
}

div.gobuy{
	width: 180px;
	height: 40px;
	float: ;
	margin-left: 0px;
}

a.gobuybtn{
	color: #FFF;
	display: block;
	width: 160px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	letter-spacing: 4px;
	font-size: 20px;
	/*font-weight: bold;*/
	border: 1px solid #E64C40;
	border-radius: 3px;
	background-color: #E64C40;
	color: #FFF;
}

a.gobuybtn:hover {
	font-size:22px;
}

div.shopcart {
	height: 40px;
	margin-left:0px;
	margin-right:30px;
}

a.shopcartbtn {
	display: block;
	width: 160px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	letter-spacing: 4px;
	font-size: 20px;
	/*font-weight: bold;*/
	border: 1px solid #FFB039;
	border-radius: 3px;	
	background-color: #FF9900;
	color: #FFF;
}

a.shopcartbtn:hover {
	font-size:22px;
}


div.downbox {
	padding-top: 10px;
	width: 180px;
	height: 40px;
	float: ;
	padding-left: 30px;
}
.downbox a.downbtn{
	display: block;
	width: 180px;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	font-size: 16px;
	/*font-weight: bold;*/
	border: 1px solid #E64C40;
	border-radius: 3px;
	background: #fff;
	color: #E64C40;
}
.downbox a.downbtn:hover{
	color:#E64C40;
}

.tdxtips {
	padding:30px;
	border-bottom: 1px dashed #CCC;
	float:none;
	clear:both;
}

.tdxtips > p.title {
	color: #E64C40;
	font-size: 14px;
	line-height: 25px;
}

.tdxtips > p.cont {
	color: #333;
	font-size: 14px;
	line-height: 25px;
}

.tdxtips > p.cont > a {
	color: #E64C40;
	font-size: 14px;
}

.proxq {
	padding-top: 30px;

}

.proxq > div.title {
	height: 64px;
	background: url(../images/body/prots.png) no-repeat;
	padding-bottom: 30px;
}

.proxq > div.title > a {
	float: right;
	font-size: 16px;
	color: #666666;
}

.proxq > div.title > a:hover {
	color: #E64C40;
}

.proxq .cont {
	border: none;
	width: 100%;
	height: 510px;
}


.plist_p{
	margin-top:20px;
}
.plist_p a{
	display:block;
	border:#eee solid 0px;
	cursor:default;
}
.plist_p a:hover{
	
}
a.viewmore{
	border-radius: 0px;
	background: #E64C40;
	color: #FFF;
	font-size:20px;
	line-height:50px;
	border:#E64C40 solid 1px;
	display:block;
	width:300px;
	height:50px;
	margin:20px auto;
	text-align:center;
}
.buy-topbar.fixed-top{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	background:#fff;
	z-index:1000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);/*兼容ie*/
	-moz-box-shadow: 2px 2px 10px #909090;/*兼容firefox*/
	-webkit-box-shadow: 2px 2px 10px #909090;/*兼容safari或chrome*/
	box-shadow:2px 2px 10px #909090;/*兼容opera或ie9*/
}
.main_head_logo.fixed-top .left{
	display:none;
}
.main_head_logo.fixed-top{
	position:fixed;
	left:0px;
	top:0px;
	z-index:20000;
	display:inline-block;
	height:500px;
	width:380px;
	overflow:hidden;
}

.main_head_logo.fixed-top .right{
	float:left;
	margin-left:20px;
	padding-top:10px;
	width:380px;
	overflow:hidden;
}

.main_head_logo.fixed-top .fixed-hide{
	display:none;
}