/* CSS Initialization */
html {overflow-y: scroll;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;padding: 0;border: 0;}
body {font-size: 12px;color:#333333; font-family: "Microsoft yahei", Verdana, Arial, Helvetica, sans-serif;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
a {text-decoration: none;color: #333333;}
a:hover,a:active,a:focus{text-decoration:none;color: #fff;}
fieldset,img {border: none;display: block;}
ol, ul, li {list-style: none;}
input, textarea, select, button {font-size: 100%;outline: none;}
table {border-collapse:collapse; border-spacing:0;}
input[type="number"]{-moz-appearance:textfield;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}


/* css clear float */
.clearfix::before,.clearfix::after{content: "";height: 0;line-height: 0;display: block;visibility: hidden;clear: both;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;/*IE/7/6*/}
.fl{float: left;}
.fr{float: right;}
.ovf{white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
body{max-width: 6.4rem;margin: 0 auto;overflow-x: hidden;background: #f1f1f1;}
.wrap{
	width: 100%;height: auto;overflow: hidden;
	padding-bottom: 1.0rem;
	background: #a31111;
}
.wrap .banner{
	box-sizing: border-box;
}
.wrap .banner img{width: 100%;}
.wrap .fw{
	box-sizing: border-box;
}
.fw img{width: 100%;}


.wrap .js1{
	box-sizing: border-box;
	position: relative;
}
.wrap .js1 img{width: 100%;}
.wrap .js1 .product{
	width: 90%;
	height: auto;
	position: absolute;
	top: 0.2rem;
	left: 5%;
}
.wrap .js1 .product ul li{
	width: 47%;
	margin: 0 1.5%;
	float: left;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.wrap .js1 .product ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.wrap .js1 .product .zx{
	width: 96%;
	text-align: center;
	margin: 0 auto;
}
.wrap .js1 .button{
	width: 80%;
	margin: 0 auto;
	height: auto;
	position: absolute;
	left: 10%;
	bottom: 0.15rem;
}

.wrap .js1 .button a{
	display: inline-block;
	width: 50%;
	float: left;
	margin-left: 4%;
}
.wrap .js1 .button a.zx{
	width: 40%;
	float: right;
}
.wrap .js2 .button{
	bottom: 0.30rem;
}

.wrap .js1 .table {
    width: 86%;
    height: auto;
    position: absolute;
    top: 0.95rem;
    left: 7%;
}
.wrap .js2 .table{
	 top: 1.45rem;
}

.wrap .js1 .table form{
	font-size: 0.3rem;
	color: #fff;
}
.wrap .js1 .table form div{
	margin: 0.14rem auto;
	width: 94%;
	font-weight: bold;
	font-size: 0.24rem;
}
.wrap .js1 .table form div input{
	width: 100%;
	height: 0.68rem;
	color: #000;
	font-weight: normal;
	text-indent: 0.2rem;
	border-radius: 0.05rem;
	border: 1px solid #cccccc; 
	background: #ffffff;
}
.wrap .js1 .table form button{
    width: 94%;
	height: 0.65rem;
	border: none;
	margin: 0.26rem auto;
	display: block;
	
	background-image: -webkit-linear-gradient(top,#ff6364, #d70304);
	background-image: -moz-linear-gradient(top, #ff6364, #d70304);
	background-image: -ms-linear-gradient(top,#ff6364, #d70304);
	background-image: -o-linear-gradient(top, #ff6364, #d70304);
	background-image: linear-gradient(top, #ff6364, #d70304); 
	box-shadow: none; 
	border-radius: 1rem;
	color: #fff;
	text-align: center;
	font-size: 0.26rem;
	background-size: 100%;
	
}

.box_sade,.box_sade1 {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}
.box_sade_bj {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.box_sade_con {
    width: 80%;
    height: 5rem;
    background: #ffffff;
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    padding: .15rem;
}
.box_sade_con h5 {
    font-weight: normal;
    margin-bottom: .2rem;
}
.box_sade_con h5 p {
    font-size: .30rem;
    color: #171b34;
    position: relative;
    padding-left: .15rem;
}
.box_sade_con h5 p span {
    height: 22px;
    width: 3px;
    background: #cb1a1f;
    position: absolute;
    left: 0;
    top: 0.05rem;
}
.box_input div input {
    width: 100%;
    height: .7rem;
    padding: 0 .2rem;
    border-radius: 5px;
    font-size: .26rem;
    display: block;
    background: #f5f3f7;
    border: none;
    box-sizing: border-box;
    margin-bottom: .15rem;
}
.box_input  button {
    width: 100%;
    border: none;
    text-align: center;
    color: #fff;
    font-size: .26rem;
    height: .8rem;
    border-radius: 1rem;
	margin-top: 0.1rem;
	background: #cb1a1f;
    /* background-image: -webkit-linear-gradient(top, #0ab6f8, #157bb9);
    background-image: -moz-linear-gradient(top, #0ab6f8, #157bb9);
    background-image: -ms-linear-gradient(top,#0ab6f8, #157bb9);
    background-image: -o-linear-gradient(top, #0ab6f8, #157bb9);
    background-image: linear-gradient(top, #0ab6f8, #157bb9); */
    background-size: 100% 100%;
}
.box_input p{
	margin-top: 0.2rem;
	color: #666;
}
.box_sade_close img {
    width: .5rem;
    height: .5rem;
}

.tyg{
	width: 100%;
	height: auto;
	overflow:hidden;
	position: relative;
}
.tyg img{
	width: 100%;
}
.tyg a{
	display: block;
	width: 86%;
	left: 7%;
	position: absolute;
	top: 0.2rem;
}
.tyg .btn a{
	
	color: #fff;
}
.pro_zx{
	display: block;
	
	line-height: 0.65rem;
	background-image: -webkit-linear-gradient(top, #f7d0a9, #fdeecf,#f8cea8);
	background-image: -moz-linear-gradient(top, #f7d0a9, #fdeecf,#f8cea8);
	background-image: -ms-linear-gradient(top,#f7d0a9, #fdeecf,#f8cea8);
	background-image: -o-linear-gradient(top, #f7d0a9, #fdeecf,#f8cea8);
	background-image: linear-gradient(top,#f7d0a9, #fdeecf,#f8cea8); 
	box-shadow: none; 
	border-radius: 1rem;
	outline: none;
	font-size:0.24rem;
	top: 0.1rem;
	text-align: center;
	color: #ee0a3b;
}

.xc img{
	width: 100%;
}
.lybg{
	padding: 0 0 1.1rem 0;
	background: url(../images/11.png);
	background-size: 100%;
	
}
.fw ul li{
	width: 100%;
	float: left;
}
.ly{
	width: 84%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.ly form input{
	width: 100%;
	height: 0.7rem;
	color: #000;
	font-weight: normal;
	text-indent: 0.2rem;
	border-radius: 0.1rem;
	border: solid 1px #aaaaaa;
	box-sizing: border-box;
	margin-bottom: 0.2rem;
}
.ly form button{
    width: 100%;
	height: 0.7rem;
	border: none;
	margin: 0.05rem auto;
	display: block;
	background-color: #f56f63;
	border-radius: 0.1rem;
	color: #fff;
	text-align: center;
	font-size: 0.26rem;
}
.ly2 select{
	width: 48%;
	height: 0.7rem;
	color: #000;
	font-weight: normal;
	text-indent: 0.2rem;
	border-radius: 0.1rem;
	border: solid 1px #aaaaaa;
	box-sizing: border-box;
	margin-bottom: 0.2rem;
	float: left;
	
}

.zxrx{
	text-align: center;
}
.zxrx a{
	font-size: 0.3rem;
	line-height: 0.7rem;
	color: #f3ab5a;
	
}
.wrap .js{
	height: 1.2rem;
	box-sizing: border-box;
	position: relative;
}

.lybg h1{
	text-align: center;
	font-size: 0.24rem;
	margin-bottom: 0.5rem;
	padding-top: 0.15rem;
}
.lybg h1 span{
	text-align: center;
	font-size: 0.3rem;
}

.kefu {
    position: absolute;
    left: 14%;
    top: 24%;
    width: 0.4rem;
    height: 0.4rem;
}
.kefu img {
    width: 100%;
}
.wrap .lzy .table {
    top:2.15rem;   
}
.wrap .foot{
	width: 100%;
	height: 1.0rem;
	position: fixed;
	bottom: 0;
}
.wrap .foot ul li{
	width: 50%;
	float: left;
	height: 1.0rem;
	background: #333;
	text-align: center;
	line-height: 1rem;
}
.wrap .foot ul li a{
	color: #fff;
	display: inline-block;
	font-size: 0.28rem;
	width: 100%;
	text-indent: 0.7rem;
	background: url(../images/bm.png)no-repeat 0.6rem 0.24rem ;
	background-size:16%;
}
.wrap .foot ul li:nth-child(2) a{
	color: #fff;
	display: inline-block;
	font-size: 0.28rem;
	width: 100%;
	text-indent: 0.7rem;
	background: url(../images/tel.png)no-repeat 0.6rem 0.2rem ;
	background-size:20%;
}
.wrap .foot i{
	position: absolute;
	width: 1px;
	height: 1.0rem;
	background: #999;
	display: block;
	top: 0;
	left: 49.8%;
}

@keyframes heartBeat {0% {  -webkit-transform: scale(1);  transform: scale(1);}14% {  -webkit-transform: scale(1.02);  transform: scale(1.02);}28% { -webkit-transform: scale(1); transform: scale(1);}  42% {  -webkit-transform: scale(1.02);  transform: scale(1.02);}70% { -webkit-transform: scale(1); transform: scale(1);} } .heart { -webkit-animation-name: heartBeat; animation-name: heartBeat; -webkit-animation-duration: 1.3s; animation-duration: 1.3s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; animation-iteration-count:infinite; }
 
.actCailiao {
 top: 0.18rem;
 overflow: hidden;
 position: absolute;
 width:92%;
 left: 4%;
 }
.actCailiao .hd {
  
   padding-bottom:0rem;
   overflow: hidden;
 }
 .actCailiao .hd li:first-child{
	 margin-left: 0;
 }
.actCailiao .hd li {
   float: left;
  width: 100%;
   position: relative;
   width: 16%;
   height: .4rem;
   font-size: .2rem;
   text-align: center;
   line-height: .4rem;
   margin-bottom: 0.06rem;
   background: #333;
   color: #fff;
   margin-left: 0.75%;
   background: #1c75cf;
   background-size: 100%;
 }
.actCailiao .hd li.on {
   background: #fed204;
   color: #222;
 }
/* .actCailiao .hd li.on:after {
   content: "";
   display: block;
   position: absolute;
   left: 50%;
   top: .5rem;
   margin-left: -5px;
   width: 0;
   height: 0;
   border: 8px dashed transparent;
   border-top: 10px solid #ffc003;
 } */
 
/* 设计轮播 */




.xf_btn{
	position: fixed;
	right:2px;
	bottom: 150px;
	width: 45px;
	z-index: 999;
}
.xf_btn a{
	display: block;
	width: 100%;
	border-radius: 50%;
	margin-bottom: 8px;
}
.xf_btn a img{
	width: 100%;
	border-radius: 50%;
}

 


