html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}
html{line-height:1}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}
q,blockquote{quotes:none}
q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}
a img{border:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
/*全局*/
*{ margin:0; padding:0; list-style-type:none;}
.body {width:100%; height:auto; text-align:center;}
a {text-decoration:none;} 
/*点击样式*/
.ripple-container {
}
.ripple-container .ripple{
    background-color: rgba(255,255,255,0.4);
    animation: ripple 2s forwards cubic-bezier(0, 0, 0.2, 1);
}
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    80% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
input[type="number"]{-moz-appearance:textfield;}
/*底部公用*/
.itdm{width:100%;
	  position:relative;
	  min-width:1000px; 
	  overflow:hidden;
	  height:210px; background:#f5f5f5;}
.itfm{width:100%;
	  position:relative;
	  min-width:1000px; 
	  overflow:hidden;
	  height:155px; background:#f5f5f5; border-bottom:#e5e5e5 solid 1px;}
.itgm{width:1000px;
	  left:50%;
	  margin-left:-500px; 
	  position:relative; 
	  min-width:1000px;
	  height:155px;}
.ithm {width:1000px;
	  left:50%;
	  margin-left:-500px; 
	  position:relative; 
	  min-width:1000px;
	  height:130px; margin-top:13px;}
.itim {width:1000px;
	  left:50%;
	  margin-left:-500px; 
	  position:relative; 
	  min-width:1000px;
	  height:55px; text-align:center;}	  
.foot_icon {width:143px; height:130px;}
.ithm img{width:100%; height:100%;}
.foot_icon_a {width:134px; height:130px; position:absolute; left:143px; top:0px;}
.foot_icon_b {width:141px; height:130px; position:absolute; left:277px; top:0px;}
.foot_icon_c {width:130px; height:130px; position:absolute; right:0px; top:0px;}
.foot_icon_d {width:130px; height:130px; position:absolute; right:135px; top:0px;}
.foot_icon_e {width:324px; height:130px; left:416px; position:absolute; top:0px; text-align:left;}
.foot_icon_f {color:#7f7f7f; line-height:22px; margin-left:25px; margin-top:30px; font-size:14px;}
.itim li {line-height:55px; color:#7f7f7f; font-size:14px;}