@charset "utf-8";
body{ margin:0; padding:0; background-color:#f1f1f1;}
td,id, ul, li, a, em, img, hr, h2, h3, h4, h5{ margin:0; padding:0; list-style:none; font-size:13px; color: #3a3a3a;font-family:Arial,Tahoma,"微软雅黑", "Microsoft Yahei","宋体";border:auto;text-decoration:none;}
.clear{ clear:both;}
a:hover {color: #f51c0c; text-decoration: underline}
/*table {border-collapse:collapse;}*/

.cursor{cursor:pointer;}
.clear{font-size:0;line-height:0;height:0;clear:both;visibility:hidden;overflow:hidden}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.l{float:left;}
.r{float:right;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}

/*banner*/
@media screen and (max-width:1024px){.banner-01{width:1000px;margin:0 auto;}
.banner-04_1{width:20px;}
.banner-04_2{width:76px;}
.banner-04_3{width:50px;}
.banner-04_4{width:60px;}
.banner-04_5{width:32px;}

.b-007 ul li a {padding:10px 1px 12px 2px;border-right:solid 1px #e6e7eb;}
}
@media screen and (min-width:1025px) and (max-width: 1200px){.banner-01{width:1000px;margin:0 auto;}
.banner-04_1{width:20px;}
.banner-04_2{width:76px;}
.banner-04_3{width:50px;}
.banner-04_4{width:60px;}
.banner-04_5{width:32px;}

.b-007 ul li a {padding:10px 1px 12px 2px;border-right:solid 1px #e6e7eb;}
}
@media screen and (min-width:1201px) and (max-width: 1530px){.banner-01{width:1200px;margin:0 auto;}
.banner-04_1{width:20px;}
.banner-04_2{width:80px;}
.banner-04_3{width:70px;}
.banner-04_4{width:64px;}
.banner-04_5{width:35px;}

.b-007 ul li a {padding:10px 12px 12px 13px;}
}
@media screen and (min-width:1531px) and (max-width: 3000px){.banner-01{width:1500px;margin:0 auto;}
.banner-04_1{width:50px;}
.banner-04_2{width:94px;}
.banner-04_3{width:90px;}
.banner-04_4{width:120px;}
.banner-04_5{width:40px;}

.b-007 ul li a {padding:10px 25px 12px 25px;}
}
@media screen and (min-width:3001px){.banner-01{width:1500px;margin:0 auto;}
.banner-04_1{width:50px;}
.banner-04_2{width:94px;}
.banner-04_3{width:90px;}
.banner-04_4{width:120px;}
.banner-04_5{width:40px;}

.b-007 ul li a {padding:10px 25px 12px 25px;}
}

.banner-02{
width: 100%;height:auto;
margin:0;
padding:0px;
position:relative; 
display:block; 
overflow:hidden;
}
.banner-02 img{border:0;width: 100%;height:auto;}

.banner_ziti_13hui{
	font-size: 13px;
	color: #5f5f5f;
	text-decoration: none;
	font-weight: bold;
}

.banner-03_s1{ float:left;width:100%;height:36px; font-size: 14px;text-align:left;color:#000000;line-height:26px;padding-left:10px;overflow:hidden;outline:0 none;
background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width:2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #131313;
	border-right-color: #131313;
	border-bottom-color: #131313;
	border-left-color: #131313;
	border-radius:20px 0px 0px 20px;
	}
.banner-03_s1:hover{ border:2px solid #000000;cursor:pointer;}

.banner-03_s2{ float:center; width:60px; height:40px;line-height:40px;background:url(../03image/h-001-4.png) no-repeat;background-color:#131313;border:none;color:#FFF;border-radius:0px 20px 20px 0px;}
.banner-03_s2:hover{ background-color:#000000;cursor:pointer;}

.banner-05-1{z-index:100;
width: 100%;height:40px;
margin:0;
padding:0px;
position:relative; 
display:block; 
/*overflow:hidden;*/
background-color:#2d2d2d;
border-top:solid 1px #e6e7eb;
box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.banner-06-1{z-index:100;
width: 100%;height:60px;
margin:0;
padding:0px;
position:relative; 
display:block; 
/*overflow:hidden;*/
background-color:#ffffff;
border-top:solid 1px #e6e7eb;
box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
#ht_top{ width: 100%; height: 60px; display: none; position: fixed; left: 0; top:0;margin:0;padding:0;z-index:999;}

.b-007 nav {
	display:table;
	margin:0px auto;
  box-shadow:0px 0px 0px #023333;
  float:left;  
 position:relative;
 z-index:10;
}
.b-007 ul {
	 position:relative;
	z-index:10;
	margin:0;
	padding:0;
	list-style:none;	
}

.b-007 ul ul {	
    position:absolute;
	opacity:0;
	top:160%;
	visibility:hidden;		
	transition:all .4s ease;
	-webkit-transition:all .4s ease;	
	z-index:9951;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}
.b-007 ul ul li:hover > ul {
/*	position:absolute;
	z-index:9951;*/
	top:0%;
	left:100%;
	opacity:1;
	visibility:visible;	
}
.b-007 ul li:hover > ul {
	opacity:1;
	top:100%;
	visibility:visible;	
}
.b-007 ul li {
	float:left;	
	position:relative;
	cursor: pointer;
	z-index:9952;
}

.b-007 ul ul li {
	/*position:absolute;
	z-index:9951;*/
	float:none;	
	text-decoration:none;
}

.b-007 ul li a {
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:13px;
	/*padding:10px 25px 12px 24px;*/
	/*width:138px;
	width:108px;*/
	text-align:center;
	font-weight: bold;	
  /* font-family:Tahoma,Arial;
  padding:15px 15px;
  line-height:40px;
  height:40px;
  text-shadow: 0px -1px 0px rgba(0,0,0,.2);*/
}
.b-007 ul li:hover {
	color:#fff;
	background-color:#474747;
	text-decoration:none;
}
.b-007 ul li a:hover {
	color:#fff;
	background-color:#474747;
	text-decoration:none;
}

.b-007 ul ul li a {	
	text-decoration:none;
	width:180px;
	display:block;
	color:#000;
	font-size: 13px;	
	padding:10px 10px 10px  25px ;	
	text-align:left;
	background-color:#f2f2f2;
	/* font-family:Tahoma,Arial;
	font-weight: bold;
     font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif;*/
}

.b-007 ul ul li:hover {
	color:#000;
	background-color:#fff;
	text-decoration:none;
}
.b-007 ul ul li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:none;
}

/*end banner*/

/*Home middle*/
@media screen and (max-width:1024px){
.h_guangao_01{width:1000px;}
.h_guangao_02{width:763px;height:285px;}
.h_guangao_03{width:251px;height:175px;}
.h_guangao_04 {
	font-size: 10px;	
	color: #3a3a3a;
	text-decoration: none;
	line-height:12px;
}
.h_guangao_02_2{width:763px;height:465px;}
.h_guangao_02_4{width:479px;height:465px;}
.h_guangao_03_4{width:280px;height:140px;}
.h_middle_01{width:1000px;margin:0 auto;}
.h_middle_04{width:1024px;margin:0 auto;}
.Order_bar_01{width:1000px;height:42px;margin:0 auto;background:url(../03image/o-1000a.png) no-repeat;}
.Order_bar_02{width:1000px;height:42px;margin:0 auto;background:url(../03image/o-1000b.png) no-repeat;}
.Order_bar_03{width:1000px;height:42px;margin:0 auto;background:url(../03image/o-1000c.png) no-repeat;}

.h_cp1{width:238px;}
.h_cp1_t1{width:210px;}
.h_cp1_t1 img{width:200px;height:200px;}
.h_cp1_t2{height:80px;}
.h_cp1a{width:13px;}

.h_cp1_1{width:144px;}
.h_cp1_1_t1{width:140px;}
.h_cp1_1_t1 img{width:140px;height:140px;}
.h_cp1_1_t2{height:146px;}
.h_cp1_1a{width:5px;}

.h_ziti_13a {padding-left:3px;}
.Twidth_1{width:15px;}
.Twidth_2{width:90px;}
.Twidth_3{width:60px;}
}
@media screen and (min-width:1025px) and (max-width: 1200px){
.h_guangao_01{width:1000px;}
.h_guangao_02{width:763px;height:285px;}
.h_guangao_03{width:251px;height:175px;}
.h_guangao_04 {
	font-size: 10px;	
	color: #3a3a3a;
	text-decoration: none;
	line-height:12px;
}
.h_guangao_02_2{width:763px;height:465px;}
.h_guangao_02_4{width:479px;height:465px;}
.h_guangao_03_4{width:280px;height:140px;}
.h_middle_01{width:1000px;margin:0 auto;}
.h_middle_04{width:1024px;margin:0 auto;}
.Order_bar_01{width:1000px;height:42px;margin:0 auto;background:url(../03image/o-1000a.png) no-repeat;}
.Order_bar_02{width:1000px;height:42px;margin:0 auto;background:url(../03image/o-1000b.png) no-repeat;}
.Order_bar_03{width:1000px;height:42px;margin:0 auto;background:url(../03image/o-1000c.png) no-repeat;}

.h_cp1{width:238px;}
.h_cp1_t1{width:210px;}
.h_cp1_t1 img{width:200px;height:200px;}
.h_cp1_t2{height:80px;}
.h_cp1a{width:13px;}

.h_cp1_1{width:144px;}
.h_cp1_1_t1{width:140px;}
.h_cp1_1_t1 img{width:140px;height:140px;}
.h_cp1_1_t2{height:146px;}
.h_cp1_1a{width:5px;}

.h_ziti_13a {padding-left:3px;}
.Twidth_1{width:15px;}
.Twidth_2{width:90px;}
.Twidth_3{width:60px;}
}
@media screen and (min-width:1201px) and (max-width: 1530px){
.h_guangao_01{width:1200px;}
.h_guangao_02{width:963px;height:285px;}
.h_guangao_03{width:317px;height:175px;}
.h_guangao_04{
	font-size: 10px;	
	color: #3a3a3a;
	text-decoration: none;
	line-height:12px;
}
.h_guangao_02_2{width:963px;height:465px;}
.h_guangao_02_4{width:623px;height:465px;}
.h_guangao_03_4{width:336px;height:140px;}
.h_middle_01{width:1200px;margin:0 auto;}
.h_middle_04{width:1224px;margin:0 auto;}
.Order_bar_01{width:1200px;height:42px;margin:0 auto;background:url(../03image/o-1200a.png) no-repeat;}
.Order_bar_02{width:1200px;height:42px;margin:0 auto;background:url(../03image/o-1200b.png) no-repeat;}
.Order_bar_03{width:1200px;height:42px;margin:0 auto;background:url(../03image/o-1200c.png) no-repeat;}

.h_cp1{width:188px;}
.h_cp1_t1{width:170px;}
.h_cp1_t1 img{width:170px;height:170px;}
.h_cp1_t2{height:100px;}
.h_cp1a{width:12px;}

.h_cp1_1{width:180px;}
.h_cp1_1_t1{width:170px;}
.h_cp1_1_t1 img{width:170px;height:170px;}
.h_cp1_1_t2{height:116px;}
.h_cp1_1a{width:10px;}

.h_ziti_13a {padding-left:10px;}
.Twidth_1{width:20px;}
.Twidth_2{width:100px;}
.Twidth_3{width:100px;}
}
@media screen and (min-width:1531px) and (max-width: 3000px){
.h_guangao_01{width:1500px;}
.h_guangao_02{width:1262px;height:285px;}
.h_guangao_03{width:416px;height:175px;}
.h_guangao_04{
	font-size: 12px;	
	color: #3a3a3a;
	text-decoration: none;
	line-height:20px;
}
.h_guangao_02_2{width:1262px;height:465px;}
.h_guangao_02_4{width:837px;height:465px;}
.h_guangao_03_4{width:420px;height:140px;}
.h_middle_01{width:1500px;margin:0 auto;}
.h_middle_04{width:1524px;margin:0 auto;}
.Order_bar_01{width:1500px;height:42px;margin:0 auto;background:url(../03image/o-1500a.png) no-repeat;}
.Order_bar_02{width:1500px;height:42px;margin:0 auto;background:url(../03image/o-1500b.png) no-repeat;}
.Order_bar_03{width:1500px;height:42px;margin:0 auto;background:url(../03image/o-1500c.png) no-repeat;}

.h_cp1{width:238px;}
.h_cp1_t1{width:210px;}
.h_cp1_t1 img{width:200px;height:200px;}
.h_cp1_t2{height:80px;}
.h_cp1a{width:12px;}

.h_cp1_1{width:238px;}
.h_cp1_1_t1{width:210px;}
.h_cp1_1_t1 img{width:200px;height:200px;}
.h_cp1_1_t2{height:80px;}
.h_cp1_1a{width:12px;}

.h_ziti_13a {padding-left:16px;}
.Twidth_1{width:40px;}
.Twidth_2{width:140px;}
.Twidth_3{width:100px;}
}
@media screen and (min-width:3001px){
.h_guangao_01{width:1500px;}
.h_guangao_02{width:1262px;height:285px;}
.h_guangao_03{width:416px;height:175px;}
.h_guangao_04{
	font-size: 12px;	
	color: #3a3a3a;
	text-decoration: none;
	line-height:20px;
}
.h_guangao_02_2{width:1262px;height:465px;}
.h_guangao_02_4{width:837px;height:465px;}
.h_guangao_03_4{width:420px;height:140px;}
.h_middle_01{width:1500px;margin:0 auto;}
.h_middle_04{width:1524px;margin:0 auto;}
.Order_bar_01{width:1500px;height:42px;margin:0 auto;background:url(../03image/o-1500a.png) no-repeat;}
.Order_bar_02{width:1500px;height:42px;margin:0 auto;background:url(../03image/o-1500b.png) no-repeat;}
.Order_bar_03{width:1500px;height:42px;margin:0 auto;background:url(../03image/o-1500c.png) no-repeat;}

.h_cp1{width:238px;}
.h_cp1_t1{width:210px;}
.h_cp1_t1 img{width:200px;height:200px;}
.h_cp1_t2{height:80px;}
.h_cp1a{width:12px;}

.h_cp1_1{width:238px;}
.h_cp1_1_t1{width:210px;}
.h_cp1_1_t1 img{width:200px;height:200px;}
.h_cp1_1_t2{height:80px;}
.h_cp1_1a{width:12px;}

.h_ziti_13a {padding-left:16px;}
.Twidth_1{width:40px;}
.Twidth_2{width:140px;}
.Twidth_3{width:100px;}
}

.h_middle_02{width:100%;margin:0 auto;}

.h_middle_03{
width: 100%;height:auto;
margin:0;
padding:0px;
position:relative; 
display:block; 
overflow:hidden;
}
.h_middle_03 img{border:0;width: 100%;height:auto;}

.h_middle_ziti_13 {
	font-size: 13px;
	color: #3a3a3a;
	text-decoration: none;
	line-height:18px;
}

.h_middle_ziti_14 {
	font-size: 14px;
	color: #027dbd;
	text-decoration: none;	
}
.h_middle_ziti_14hui {
	font-size: 16px;
	color: #9c9c9c;
	text-decoration:line-through;
}
.h_middle_ziti_15 {
	font-size: 18px;
	color: #c90202;
	font-weight: bold;
	text-decoration: none;
}

.h_middle_ziti_25 {
	font-size:25px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
	line-height:50px;
	text-transform:uppercase;
	background-color:#f1f1f1;
	padding:0px 20px 0px 0px;
}

.h_middle_ziti_25a {
	font-size:18px;
	color: #333333;
	text-decoration:none;
	line-height:50px;
	text-transform:uppercase;
	background-color:#f1f1f1;
	padding:0px 0px 0px 10px;
}


.h_cp1{float:left;position:relative;height:350px;
background-color: #FFFFFF;
border:1px solid #e7e7e7;
display:inline-block; 
overflow:hidden;
margin:0;
z-index:1;
}
.h_cp1:hover{border:1px solid #484848;margin:0;z-index:1;}

.h_cp1:hover{border:1px solid #fff;margin:0;z-index:3;box-shadow: 0 10px 30px rgba(0,0,0,0.3);}
/*鼠标经过，图片放大效果*/
.h_cp1 img {
/*width:220px;
height:220px;*/
display: block;
border: 0;
/*width: 100%;*/
transform: scale(1);
transition: all 1s ease 0s;
-webkit-transform: scale(1);
-webkit-transform: all 1s ease 0s;
}
			
.h_cp1:hover img {
transform: scale(1.3);
transition: all 1s ease 0s;
-webkit-transform: scale(1.1);
-webkit-transform: all 1s ease 0s;
}

.h_cp1a{float:left;height:365px;
overflow:hidden;
margin:0;
padding:0px;
z-index:1;
}

.h_cp1_1{float:left;position:relative;height:350px;
background-color: #FFFFFF;
border:1px solid #e7e7e7;
display:inline-block; 
overflow:hidden;
margin:0;
z-index:1;
}
.h_cp1_1:hover{border:1px solid #484848;margin:0;z-index:1;}

.h_cp1_1:hover{border:1px solid #fff;margin:0;z-index:3;box-shadow: 0 10px 30px rgba(0,0,0,0.3);}
/*鼠标经过，图片放大效果*/
.h_cp1_1 img {
/*width:220px;
height:220px;*/
display: block;
border: 0;
/*width: 100%;*/
transform: scale(1);
transition: all 1s ease 0s;
-webkit-transform: scale(1);
-webkit-transform: all 1s ease 0s;
}
			
.h_cp1_1:hover img {
transform: scale(1.3);
transition: all 1s ease 0s;
-webkit-transform: scale(1.1);
-webkit-transform: all 1s ease 0s;
}

.h_cp1_1a{float:left;height:365px;
overflow:hidden;
margin:0;
padding:0px;
z-index:1;
}

.h_cp_tb {
  margin:0;
  position: absolute; 
  float:right; 
  top: 1px;
  right: 1px;
  z-index:100;
}

/*end Home middle*/

/*bottom*/
.h_bottom_ziti_12hui {
	font-size: 12px;	
	color: #9a9a9a;
	text-decoration: none;
	line-height:20px;
}

.h_bottom_ziti_16 {
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}

.h_bottom {line-height: 22px; color: #9a9a9a;font-size: 12px}
.h_bottoma {
	line-height: 22px;
	color: #9a9a9a;
	font-size: 12px;
	text-decoration:none;
}

.footer-list{width:auto;height: auto;padding:0;margin:0;overflow:hidden;margin:0 0 0.8em 0;}
.footer-list li{/*float:left; */width:auto;height:26px;
font-size: 15px;
line-height: 26px;
color: #9a9a9a;
background-color:none;
border:0px solid #e7e7e7;
overflow:hidden;display:inline-block;
margin:0 0 0 0.8em;
margin-top:0em;
margin-bottom:0em;
z-index:0;
-moz-border-radius:0px; -webkit-border-radius:0px;
}
.footer-list li img{width:26px;height:26px;filter: brightness(100);}
.footer-list li:hover img{filter: none;}
/*end bottom*/

/*product*/
.h_ziti_17hong {
	font-size: 17px;
	color: #343434;
	text-decoration: none;
	font-weight: bold;	
}

a.a2a{color: #3a3a3a;font-size: 14px;text-decoration: none; padding:6px;line-height:40px;}
a.a2a:link,a.a2a:visited {text-decoration:none;font-size: 14px;text-align:left;line-height:40px;}
a.a2a:hover,a.a2a:active {background-color:#445268;color:#fff;text-decoration:none;font-size: 14px;text-align:left;-moz-border-radius:5px; -webkit-border-radius:5px;line-height:40px;}

.a3a{background-color:#131313;color:#fff;font-size: 14px;text-decoration: none;text-align:left; padding:6px;-moz-border-radius:5px; -webkit-border-radius:5px;line-height:40px;}
a.a3a:hover{background-color:#131313;color:#fff;font-size: 14px;text-decoration: none;text-align:left; padding:6px;-moz-border-radius:5px; -webkit-border-radius:5px;line-height:40px;}

.t1{ width:100px; height:30px; font-size: 14px;color:#000000;border:1px solid #CCCCCC;line-height:28px;background-color:#fff;padding:2px;-moz-border-radius:3px; -webkit-border-radius:3px;}
.t8{ width:48px; height:22px; font-size: 14px;color:#000000;border:1px solid #CCCCCC;line-height:22px;background-color:#fff;padding:2px;-moz-border-radius:3px; -webkit-border-radius:3px;}
/*end product*/

/*Product page*/
.h_ziti_hui {
	font-size: 12px;	
	color: #f1f1f1;
	text-decoration: none;
}
.h_ziti_13a {
	font-size: 13px;
	color: #3a3a3a;
	text-decoration: none;
	line-height:18px;
}
.h_ziti_13a1 {
	font-size: 13px;
	color: #3a3a3a;
	text-decoration: none;
	line-height:18px;
}
.h_ziti_14la {
	font-size: 16px;
	color: #027dbd;
	text-decoration: none;
}
.h_ziti_13-5a{
	line-height:60px;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	padding-left:10px;	
}
.h_ziti_20h{
	font-size: 20px;
	color: #c90202;
	text-decoration: none;
}

/*详细页 规格*/
.goods_select,.goods_number,.goods_button{font-size:14px;width:100%; height:50px;  margin-top:2px;color: #3a3a3a;}
.goods_select>p,.goods_number>p{line-height:50px; margin-left:10px; float:left}
.goods_select_item{overflow:hidden; height:50px;float:left}
.goods_select_item li{ height:36px; text-align:center; border: 1px solid #dcdcdc; margin-top:6px; margin-left:10px;text-align: center; padding:0px 10px; line-height:36px; border-radius:4px; float:left;}
.goods_select_active{border-color: #00c3f5 !important;}

.guigecss{background:#fff;height:36px; text-align:center; border-radius:2px;border: 1px solid #dcdcdc; margin-top:6px;outline:none; margin-right:10px; padding:0px 10px; line-height:36px; float:left;;CURSOR:pointer;
}
.guigecss img{float:left;outline:none;padding:4px 3px 0px 0px;}

.goods_price>span{ line-height:50px; margin-left:10px;}
.goods_price small{color: #e02b41; font-size:24px}
.goods_price .vm-money{color: #e02b41; font-size:24px;}
.goods_price .vs-money{color: #666686; font-size:20px;}
/*end 详细页 规格*/

.button_4hong1{float:center;margin:5px 0 15px 10px;width:200px; height:42px;background-color:#e01515;line-height:38px; border:none; color:#FFF;font-size:18px;-moz-border-radius:5px; -webkit-border-radius:5px;}
.button_4hong1:hover{background-color:#b50606; cursor:pointer;}

.button_4hong2{float:center;margin:5px 0 15px 10px;width:200px; height:42px;background-color:#ff6e0c;line-height:38px; border:none; color:#FFF;font-size:18px;-moz-border-radius:5px; -webkit-border-radius:5px;}
.button_4hong2:hover{background-color:#dc5b03; cursor:pointer;}

.button_4hong3{float:center;margin:5px 0 15px 10px;width:200px; height:42px;background-color:#fff;line-height:38px; border:none; color:#515151;font-size:18px;border:1px solid #bebebe;-moz-border-radius:5px; -webkit-border-radius:5px;}
.button_4hong3:hover{color:#fff;background-color:#515151; cursor:pointer;}

/*end Product page*/

/*public*/
.h_ziti_12hui {
	font-size: 12px;	
	color: #5e5e5e;
	text-decoration: none;
	line-height:20px;
}

/*翻页*/
.h_ziti_13k {
	width:46px; height:40px;text-align:center;
	margin:0 3px 0 3px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	padding:6px 10px 6px 10px;
	border: 0px solid #8f8f8f;
	background-color: #262626;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}
.h_ziti_13k1 {
	width:46px; height:40px;
	margin:0 3px 0 3px;
	font-size: 16px;
	color: #3a3a3a;
	text-decoration: none;
	padding:6px 10px 6px 10px;
	border: 0px solid #dddddd;
	background-color: #ffffff;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}
.h_ziti_13k1:hover {
	width:46px; height:40px;
	margin:0 3px 0 3px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	padding:6px 10px 6px 10px;
	border: 0px solid #8f8f8f;
	background-color: #262626;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}
/*翻页 end*/
/*购买数量*/
.gw_div{border: 1px solid #cdcdcd;width: 112px;line-height: 26px;overflow: hidden;background-color: #ededed;margin:0;
	padding:0;}
.gw_1 {
	margin:0px;
	padding:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	border: 0px solid #cdcdcd;
	background-color: #ededed;	
}
.gw_1:hover {	
	margin:0px;
	padding:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;	
	border: 0px solid #cdcdcd;
	background-color: #666666;
}
.gw_2 {
	margin:0px;
	padding:9px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;	
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid #cdcdcd;
	background-color: #ededed;	
}
.gw_2:hover {	
	margin:0px;
	padding:9px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;	
	font-weight: bold;
	border: 0px solid #cdcdcd;
	background-color: #666666;
}
.gw_num{
	margin:0;
	padding:0;	
	width:48px;
	height:28px;
	text-align:center;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:25px;
	font-weight: bold;
	color: #333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	border-left-color: #cdcdcd;
}
/*end 购买数量*/
/*gotop*/
.cbbfixed {position: fixed;right: 10px;transition: bottom ease .3s;bottom: -85px;z-index: 3;cursor:pointer;}
.cbbfixed .cbbtn {width: 50px;height: 50px;display: block;background-color: #a9a9a9;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:18px 0 0 13px;width:23px;height:12px;background: url(../images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#2c2d2e;}
/*end gotop*/
/*public end*/

/*MyFavorite end*/
.h_cp2{float:left;position:relative;width: 216px;height:330px;
background-color: #FFFFFF;
border:1px solid #e7e7e7;
display:inline-block; 
overflow:hidden;
margin:0;
z-index:1;
}
.h_cp2:hover{border:1px solid #484848;margin:0;z-index:1;}

.h_cp_3{float:left; width: 15px;height:345px;
overflow:hidden;
margin:0;
padding:0px;
z-index:1;
}
/*MyFavorite end*/

/*Case */
.h_cp4{float:left;position:relative;width: 226px;height:280px;
background-color: #FFFFFF;
border:1px solid #e7e7e7;
display:inline-block; 
overflow:hidden;
margin:0;
z-index:1;
}
.h_cp4:hover{border:1px solid #484848;margin:0;z-index:1;}

.h_cp4a{float:left; width: 15px;height:305px;
overflow:hidden;
margin:0;
padding:0px;
z-index:1;
}
/*Case end*/
.h_ziti_12 {
	font-size: 12px;
	color: #3a3a3a;
	text-decoration: none;
}

.h_ziti_12hui1 {
	font-size: 12px;	
	color: #3a3a3a;
	text-decoration: none;
	line-height:20px;
}
.h_ziti_12hui3 {
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	line-height:30px;
}
.h_ziti_12L {
	font-size: 12px;
	color: #577d03;
	text-decoration: none;
	line-height:20px;
}
.h_ziti_13 {
	font-size: 12px;
	color: #3a3a3a;
	text-decoration: none;
	padding-left:16px;
}
.h_ziti_13ab {
	font-size: 15px;
	color: #3a3a3a;
	text-decoration: none;
}
.h_ziti_13-1 {
	font-size: 13px;
	color: #9d9d9d;
	text-decoration: none;
}
.h_ziti_13-2{
	font-size: 15px;
	color: #027dbd;
	text-decoration: none;
	font-weight: bold;
}
.h_ziti_13-3{
	font-size: 15px;
	color: #be0d00;
	text-decoration: none;
	font-weight: bold;
}
.h_ziti_13b {
	font-size: 13px;
	color: #626262;
	text-decoration: none;
}
.h_ziti_13bai {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
    font-weight: bold;
	background-color: #86b817;
	CURSOR: hand;
}
.h_ziti_131F {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height:32px;
}
.h_ziti_13_ {
	font-size: 14px;
	color: #3a3a3a;
	text-decoration: underline;
}
.h_ziti_13k2 {
	margin:0 2px 0 2px;
	font-size: 13px;
	color: #3a3a3a;
	text-decoration: none;
	padding:0;
	font-weight: bold;
	CURSOR: hand;
	background-color: #fff;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e8e8e8;
	border-right-color: #e8e8e8;
	border-bottom-color:#e8e8e8;
	border-left-color: #e8e8e8;
}
.h_ziti_13k3 {
	color: #3a3a3a;
	text-decoration: none;
	padding:1px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}
.h_ziti_13k3:hover {
	color: #fff;
	text-decoration: none;
	padding:1px;
	border: 1px solid #e8e8e8;
	background-color: #666666;	
}
.h_ziti_14 {
	font-size: 14px;
	color: #3a3a3a;
	text-decoration: none;
	font-weight: bold;	
}
.h_ziti_14b {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.h_ziti_14l {
	font-size: 14px;
	color: #027dbd;
	text-decoration: none;	
}
.h_ziti_14h{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-left:17px;
}
.h_ziti_14hui{
	font-size: 16px;
	color: #8b8b8b;
	text-decoration: none;
}
.h_ziti_15 {
	font-size: 16px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	padding-left:25px;
}
.h_ziti_15h {
	font-size: 14px;
	color: #c90202;
	text-decoration: none;
}
.h_ziti_15ha {
	font-size: 15px;
	color: #c90202;
	text-decoration: none;
}
.h_ziti_15h_ {
	font-size: 15px;
	color: #c90202;
	text-decoration: underline;
	font-weight: bold;
}
.h_ziti_15hui {
	font-size: 16px;
	color: #626262;
	text-decoration: none;
}
.h_ziti_15hui1 {
    font-size:13px; 
    color: #3a3a3a;
	text-decoration: none;
}

.h_ziti_16 {
	font-size: 16px;
	color: #3a3a3a;
	text-decoration: none;
	font-weight: bold;
}
.h_ziti_16b{
	font-size: 16px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	padding-left:23px;
}
.h_ziti_16c{
	font-size: 16px;
	color: #3c3c3c;
	text-decoration: none;
	font-weight: bold;
}
.h_ziti_16d{
	font-size: 20px;
	color: #3c3c3c;
	text-decoration: none;
font-weight: bold;
}
.h_ziti_16e{
	font-size: 14px;
	color: #3c3c3c;
	text-decoration: none;
	font-weight: bold;
}
.h_ziti_16bai {
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}
.h_ziti_17 {
	font-size: 17px;
	color: #86b817;
	text-decoration: none;
	font-weight: bold;
	line-height: 21px;
}

.h_ziti_18{
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.h_ziti_20{
	font-size: 18px;
	color: #00519e;
	text-decoration: none;
	font-weight: bold;
}
.h_ziti_22 {
	font-size: 22px;
	color: #fff;
	text-decoration: none;

}
.h_ziti_32 {
	font-size: 32px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.h_ziti_40{
	font-size: 35px;
	color: #333333;
	text-decoration: none;
}
.h_lj_hui12 {
	font-size: 12px;
	color: #9d9d9d;
	text-decoration: none;
}
.h_lj_13bai {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.duanluo-23 {
	line-height: 24px;
	color: #000;
	font-size: 13px
}
.duanluo-24 {
	line-height: 26px;
	color: #000;
	font-size: 14px;
}
.duanluo-25 {
	font-size: 16px;
	line-height: 28px;
	color: #000;	
}
.duanluo-30 {line-height: 30px; color: ##555555;font-size: 13px}
.h_k_1 {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e7e7e7;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	border-left-color: #e7e7e7;
}
.h_k_2 {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e7e7e7;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	border-left-color: #e7e7e7;
}
.h_k_3a {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e7e7e7;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	border-left-color: #e7e7e7;
}
.kuang-3{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e7e7e7;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	border-left-color: #e7e7e7;
}
.kuang-4 {
	border: 1px solid #e8e8e8;
	background-color: #fff;
}
.kuang-4b {	border: 1px solid #cccccc;}

.button_3{ float:center; width:149px; height:34px;background-color:#016aa6;line-height:34px; border:none; color:#FFF;font-size:16px;-moz-border-radius:15px; -webkit-border-radius:15px;font-family:Tahoma,Arial;}
.button_3:hover{ background-color:#0593e4; cursor:pointer;}

.button_3a{ float:center; width:149px; height:34px;background-color:#5a5a5a;line-height:34px; border:none; color:#FFF;font-size:16px;-moz-border-radius:3px; -webkit-border-radius:3px;font-family:Tahoma,Arial;}
.button_3a:hover{ background-color:#393939; cursor:pointer;}

.button_3b{ float:center; width:60px; height:34px;background-color:#5a5a5a;line-height:34px; border:none; color:#FFF;font-size:16px;-moz-border-radius:3px; -webkit-border-radius:3px;font-family:Tahoma,Arial;}
.button_3b:hover{ background-color:#393939; cursor:pointer;}

.button_4{ float:center; width:200px; height:34px;background-color:#131313;line-height:34px; border:none; color:#FFF;font-size:16px;-moz-border-radius:3px; -webkit-border-radius:3px;}
.button_4:hover{ background-color:#ba3402; cursor:pointer;}

.button_5{ float:center; width:150px; height:33px;background-color:#1072dd; padding:0 5px; line-height:33px; border:none; color:#FFF;font-size:13px; font-weight:bold;-moz-border-radius:3px; -webkit-border-radius:3px;font-family:Tahoma,Arial;}
.button_5:hover{ background-color:#034690; cursor:pointer;}

.button_5a{ float:center; width:50px; height:33px;background-color:#1072dd; padding:0 5px; line-height:33px; border:none; color:#FFF;font-size:13px; font-weight:bold;-moz-border-radius:3px; -webkit-border-radius:3px;font-family:Tahoma,Arial;}
.button_5a:hover{ background-color:#034690; cursor:pointer;}

.button_5b{ float:center; width:220px; height:35px;background-color:#1072dd; padding:0 5px; line-height:35px; border:none; color:#fff;font-size:16px; font-weight:bold;-moz-box-shadow:0px 1px 2px #333333; -webkit-box-shadow:0px 1px 2px #333333; box-shadow:0px 1px 2px #333333;-moz-border-radius:3px; -webkit-border-radius:3px;}
.button_5b:hover{ background-color:#034690; color:#fff;cursor:pointer;}

.button_5b1{ float:center; width:220px; height:35px;background-color:#fff; padding:0 5px; line-height:35px; border:none; color:#1072dd;font-size:16px; font-weight:bold;-moz-box-shadow:0px 1px 2px #333333; -webkit-box-shadow:0px 1px 2px #333333; box-shadow:0px 1px 2px #333333;-moz-border-radius:3px; -webkit-border-radius:3px;}
.button_5b1:hover{ background-color:#034690; color:#fff;cursor:pointer;}

.button_5c{ float:center; width:200px; height:50px;background-color:#be0d00; padding:0 5px; line-height:50px; border:none; color:#FFF;font-size:25px;font-weight:bold;-moz-border-radius:3px; -webkit-border-radius:3px;font-family:Tahoma,Arial;}
.button_5c:hover{ background-color:#8e0a01; cursor:pointer;}

.button_6{ float:center; width:150px; height:33px;background-color:#1072dd; padding:0 5px; line-height:33px; border:none; color:#FFF;font-size:13px; font-weight:bold;-moz-border-radius:3px; -webkit-border-radius:3px;font-family:Tahoma,Arial;}
.button_6:focus{ background-color:#034690; cursor:pointer;}

.button_7{ float:center; width:200px; height:33px;background-color:#2988f0; padding:0 5px; line-height:33px; border:none; color:#FFF;font-size:13px; font-weight:bold;-moz-border-radius:3px; -webkit-border-radius:3px;font-family:Tahoma,Arial;}
.button_7:hover{ background-color:#025fc6; cursor:pointer;}

.Button_8{ width:40px; height:34px;font-size: 14px;color:#fff;font-weight: bold;text-align:left;font-family:Arial, Helvetica, sans-serif; background:url(../03image/p-006.gif) no-repeat; border:0; padding:0px;overflow:hidden;float:left;cursor:pointer;font-family:Tahoma,Arial;}
.Button_8:hover{ background:url(../03image/p-006a.gif) no-repeat;}

.Button_9{ width:107px; height:34px;font-size: 14px;color:#fff;font-weight: bold;text-align:left;font-family:Arial, Helvetica, sans-serif; background:url(../03image/p-005.gif) no-repeat; border:0; padding:0px;overflow:hidden;float:left;cursor:pointer;}
.Button_9:hover{ background:url(../03image/p-005a.gif) no-repeat;font-family:Tahoma,Arial;}

.Button_10 a{width:100px;margin:0;padding:5px 21px 8px 21px;clear:both;height:28px; background-color:#1072dd;
color:#fff;text-decoration:none;font-size: 14px;font-family:Arial, Helvetica, sans-serif;
-moz-border-radius:3px; -webkit-border-radius:3px;font-family:Tahoma,Arial;
}
.Button_10 a:hover{color:#fff;text-decoration:none;background-color:#034690; cursor:pointer;}

.button_11{ float:center; width:70px; height:40px;background-color:#be0d00; padding:0 5px; line-height:40px; border:none; color:#FFF;-moz-border-radius:0px; -webkit-border-radius:0px;font-size: 18px;font-family:Tahoma,Arial;}
.button_11:hover{ background-color:#8e0a01; cursor:pointer;}

.button_12{ float:center; width:56px; height:28px;background-color:#1072dd; padding:0 5px; line-height:28px; border:none; color:#FFF;-moz-border-radius:15px; -webkit-border-radius:15px;font-size: 14px;font-family:Tahoma,Arial;}
.button_12:hover{ background-color:#034690; cursor:pointer;}

.button_13{ float:center; width:40px; height:24px;background-color:#7d7d7d; padding:0 5px; line-height:24px; border:none; color:#FFF;-moz-border-radius:5px; -webkit-border-radius:5px;font-size: 14px;font-family:Tahoma,Arial;}
.button_13:hover{ background-color:#606060; cursor:pointer;}

.button_14{ float:center; width:50px; height:24px;background-color:#484848; padding:0 5px; line-height:24px; border:none; color:#FFF;-moz-border-radius:2px; -webkit-border-radius:2px;font-size: 14px;font-family:Tahoma,Arial;}
.button_14:hover{ background-color:#000000; cursor:pointer;}

.button_14a{ float:center; width:40px; height:24px;background-color:#5dc5fb; padding:0 5px; line-height:24px; border:none; color:#FFF;-moz-border-radius:2px; -webkit-border-radius:2px;font-size: 14px;font-family:Tahoma,Arial;}
.button_14a:hover{ background-color:#13a3ee; cursor:pointer;}

.button_15{ float:center; width:100px; height:24px;background-color:#0075c1; padding:0 5px; line-height:24px; border:none; color:#FFF;-moz-border-radius:2px; -webkit-border-radius:2px;font-size: 16px;font-family:Tahoma,Arial;}
.button_15:hover{ background-color:#650303; cursor:pointer;}

.button_16{ float:center; width:40px; height:25px;background-color:#6b6b6b;line-height:25px; border:none; color:#FFF;font-size:14px;-moz-border-radius:3px; -webkit-border-radius:3px;}
.button_16:hover{ background-color:#393939; cursor:pointer;}

.button_18{ float:center; width:18px; height:18px;background-color:#ffffff; border:none; color:#FFF;-moz-border-radius:0px; -webkit-border-radius:0px;}
.button_18:hover{ background-color:#8e0a01; cursor:pointer;}

.t2{ width:60px; height:30px; text-align:center;font-size: 14px;color:#000000;border:1px solid #CCCCCC;line-height:30px;background-color:#fff;padding:2px;-moz-border-radius:3px; -webkit-border-radius:3px;}
.t3{ width:200px; height:30px; font-size: 14px;color:#000000;border:1px solid #CCCCCC;line-height:30px;background-color:#fff;padding:2px;-moz-border-radius:3px; -webkit-border-radius:3px;}
.t4{ width:120px; height:30px; font-size: 14px;color:#000000;border:1px solid #CCCCCC;line-height:30px;background-color:#fff;padding:2px;-moz-border-radius:3px; -webkit-border-radius:3px;}
.t5{ width:400px; height:30px; font-size: 14px;color:#000000;border:1px solid #CCCCCC;line-height:30px;background-color:#fff;padding:2px;-moz-border-radius:3px; -webkit-border-radius:3px;}
.t6{ width:400px; height:160px; font-size: 14px;color:#000000;border:1px solid #CCCCCC;line-height:30px;background-color:#fff;padding:2px;-moz-border-radius:3px; -webkit-border-radius:3px;}
.t7{ width:50px; height:28px; font-size: 14px;text-align:center;color:#000000;border:1px solid #CCCCCC;line-height:26px;background-color:#fff;padding:2px;-moz-border-radius:5px; -webkit-border-radius:5px;}

.txt_input{ width:300px; height:33px; border:1px solid #b8b8b8;padding:0 5px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; line-height:33px; font-size:14px; color:#000;}
.txt_input1{ width:220px; height:33px; border:1px solid #b8b8b8;padding:0 5px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; line-height:33px; font-size:14px; color:#000;}
.txt_input2{ width:420px; height:33px; border:1px solid #b8b8b8;padding:0 5px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; line-height:33px; font-size:14px; color:#000;}
.txt_input3{ width:60px; height:33px; border:1px solid #b8b8b8;text-align: center;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; line-height:33px; margin-bottom:2px; font-size:14px; color:#000;}
.txt_input4{ width:430px; height:100px; border:1px solid #b8b8b8;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; line-height:33px;  font-size:14px; color:#000;}
.txt_input5{ padding-left:4px;width:120px; height:33px; border:1px solid #b8b8b8;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; line-height:33px; font-size:14px; color:#000;}
.txt_input6{width:60px; height:33px;border:1px solid #eeeeee;text-align: center;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; line-height:33px; margin-bottom:2px; font-size:14px; color:#000;background-color:#fff;}

.txt_input:focus{ transition:border linear .2s,box-shadow linear .2s; -moz-transition:border linear .2s,-moz-box-shadow linear .2s; -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s; outline:none;border-color:rgba(173,173,173.75); box-shadow:0 0 8px rgba(173,173,173,.5); -moz-box-shadow:0 0 3px rgba(173,173,173,.5); -webkit-box-shadow:0 0 8px rgba(173,173,173,3); border:1px solid #373737;}
.txt_input1:focus{ transition:border linear .2s,box-shadow linear .2s; -moz-transition:border linear .2s,-moz-box-shadow linear .2s; -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s; outline:none;border-color:rgba(173,173,173.75); box-shadow:0 0 8px rgba(173,173,173,.5); -moz-box-shadow:0 0 3px rgba(173,173,173,.5); -webkit-box-shadow:0 0 8px rgba(173,173,173,3); border:1px solid #373737;}
.txt_input2:focus{ transition:border linear .2s,box-shadow linear .2s; -moz-transition:border linear .2s,-moz-box-shadow linear .2s; -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s; outline:none;border-color:rgba(173,173,173.75); box-shadow:0 0 8px rgba(173,173,173,.5); -moz-box-shadow:0 0 3px rgba(173,173,173,.5); -webkit-box-shadow:0 0 8px rgba(173,173,173,3); border:1px solid #373737;}
.txt_input3:focus{ transition:border linear .2s,box-shadow linear .2s; -moz-transition:border linear .2s,-moz-box-shadow linear .2s; -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s; outline:none;border-color:rgba(173,173,173.75); box-shadow:0 0 8px rgba(173,173,173,.5); -moz-box-shadow:0 0 3px rgba(173,173,173,.5); -webkit-box-shadow:0 0 8px rgba(173,173,173,3); border:1px solid #373737;}
.txt_input4:focus{ transition:border linear .2s,box-shadow linear .2s; -moz-transition:border linear .2s,-moz-box-shadow linear .2s; -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s; outline:none;border-color:rgba(173,173,173.75); box-shadow:0 0 8px rgba(173,173,173,.5); -moz-box-shadow:0 0 3px rgba(173,173,173,.5); -webkit-box-shadow:0 0 8px rgba(173,173,173,3); border:1px solid #373737;}
.txt_input5:focus{ transition:border linear .2s,box-shadow linear .2s; -moz-transition:border linear .2s,-moz-box-shadow linear .2s; -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s; outline:none;border-color:rgba(173,173,173.75); box-shadow:0 0 8px rgba(173,173,173,.5); -moz-box-shadow:0 0 3px rgba(173,173,173,.5); -webkit-box-shadow:0 0 8px rgba(173,173,173,3); border:1px solid #373737;}
.txt_input6:focus{ transition:border linear .2s,box-shadow linear .2s; -moz-transition:border linear .2s,-moz-box-shadow linear .2s; -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s; outline:none;border-color:rgba(173,173,173.75); box-shadow:0 0 8px rgba(173,173,173,.5); -moz-box-shadow:0 0 3px rgba(173,173,173,.5); -webkit-box-shadow:0 0 8px rgba(173,173,173,3); border:1px solid #373737;}

.weixin{position:fixed;right:10px;bottom:20px;border:1px solid #e7e7e7;padding:0px;background-color:#fff;}

.heibai *{/* 灰色 */
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
/* 黑白
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
filter:gray; */
}