/*脚部*/
.footer_parent {
  background: #f4f3f2;
  margin:0;
  padding:0;
  font: 0.75em/1.5 tahoma, arial, "Microsoft Yahei",\5b8b\4f53;
}
/* clearfix */

.footer_parent .clear {
	clear: both
}
.footer_parent .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.footer_parent .clearfix {
	zoom: 1
}
.footer_parent .proFoot {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.footer_parent .proFootLft {
	float: left;
	width: 983px;
	margin-right: 7px;
}
.footer_parent .proFootRt {
	float: left;
	width: 210px;
	background: #fff;
	border-radius: 8px;
}
.footer_parent .proFootList01 {
	background: #fff;
	border-radius: 8px;
	width: 100%;
	margin-bottom: 8px;
}
.footer_parent .proFootList01 li {
	float: left;
	width: 25%;
}
.footer_parent .proFootList01 li a {
	display: block;
	font-size: 32px;
	color: #595757;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_parent .proFootNav {
	padding-left: 58px;
	padding-top: 17px;
	padding-bottom: 10px;
	background: #fff;
	border-radius: 8px;
}
.footer_parent .proFootNav li {
	float: left;
	margin-right: 76px;
}
.footer_parent .proFootNav li:last-child {
  margin-right: 0px;
}
.footer_parent .proFootNav li.mgr0 {
	margin-right: 0;
}
.footer_parent .proFootNav li h6 {
	color: #595757;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	margin-bottom: 14px;
	font-weight: bold;
}
.footer_parent .proFootNav li a {
	display: block;
	font-size: 14px;
	color: #898989;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-ms-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s;
}
.footer_parent .proFootNav li a:hover {
	color: #b31c22;
}
.footer_parent .right {
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px 15px;
	padding-top: 30px;
	padding-bottom: 56px;
}
.footer_parent .right li {
	float: none;
	margin: 8px 0px;
}
.footer_parent .right li.title {
	font-size: 32px;
	cursor: default;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.footer_parent .right li.workday {
	font-size: 14px;
	cursor: default;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 24px;
	color:#888888;
}
.footer_parent .right li.item {
	background-color: #898989;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100px;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 25px;
}
.footer_parent .right li.item a {
	color: #FFFFFF;
}
.footer_parent .right li.phone {
	background-image: url(../images/qq.png);
	cursor: default;
	font-size: 14px;
	margin-top: 13px;
	-webkit-transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-ms-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s;
}
.footer_parent .right li.phone:hover {
	background: #b31c22 url(../images/qq.png) no-repeat;
	background-position: 10px center;
}
.footer_parent .right li.weixin {
	background-image: url(../images/weixin.png);
	-webkit-transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-ms-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s;
}
.footer_parent .right li.weixin:hover {
	background: #b31c22 url(../images/weixin.png) no-repeat;
	background-position: 10px center;
}
.footer_parent .right li.weibo {
	background-image: url(../images/weibo.png);
	-webkit-transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-ms-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s;
}
.footer_parent .right li.weibo:hover {
	background: #b31c22 url(../images/weibo.png) no-repeat;
	background-position: 10px center;
}
.footer_parent .footerparent {
	margin: 0 auto;
	height: 90px;
	color: #666c77;
	font-size: 12px;
	text-align: center;
	clear: both;
	margin-bottom: 0px;
}
.footer_parent .footerparent ul.footer {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0px 15px 0px 15px;
}
.footer_parent .footerparent ul.footer li {
	margin: 10px 0px;
	float: left;
}
.footer_parent .footerparent ul.footer li.level1 {
	float: none;
	width: 100%;
	cursor: default;
	margin: 0px;
}
.footer_parent .footerparent ul li.sep {
	margin: 10px 10px;
	color: #d2d7de;
}
.footer_parent .footerparent ul.footer li a {
	color: #676d77;
	-webkit-transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-ms-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s;
}
.footer_parent .footerparent ul.footer li a:hover {
	color: #b31c22;
}
.footer_parent .footerparent .footer2 {
	float: left;
	width: 100%;
	cursor: default;
}
.footer_parent .contactWay {
	float: left;
	margin-right: 10px;
}
.footer_parent .proFootRt .right li.mgl10 { margin-left:9px;}
.footer_parent .contactPic {
	display: block;
	background: url(../images/contact.png) no-repeat 1px 2px;
	width: 47px;
	height: 45px;
	-webkit-transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-ms-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s;
}
.footer_parent .contactPic div.contactPicDiv { }
.footer_parent .contactPic div.contactPicDiv img {
}
.footer_parent .contactPic:hover div.contactPicDiv img { -webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg); 
-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
}



.footer_parent .contactTxt {
	width: 47px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #888888;
	padding-top: 0px;
	-webkit-transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-ms-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s;
}
.footer_parent .contactPic:hover .contactTxt {
	color: #b31c22;
}
.footer_parent .contactWay02 .contactPic {
	background-position: -57px 0;
}
.footer_parent .contactWay03 .contactPic {
	background-position: -113px 0;
}
.footer_parent .mgr0 {
	margin-right: 0;
}

/*做样式兼容 @phpdb.net*/
div.menubarparent div.menubar ul.menu li a{
	font-family: Verdana,"Microsoft Yahei";
	font-size: 16px;
}
div.headerparent div.header div.right ul li.cart a{
	font-family: Verdana,"Microsoft Yahei";
	font-size: 16px;
}
.payLiuyan .payLiuyanLine .liuyanCtt .inputType02{
	padding:0;
}


.errtips{ 
	width: 330px;
    padding: 0px;
	margin: 0 auto;
    display: block;
    margin-bottom: 8px;
	color:#b21c22;
	display:none;
}

.btnredomver1 { float:right; border-radius:5px; margin-left:12px;}/*验证码图片*/
.btnredomver1 img { border-radius:5px; cursor:pointer;}

