@charset "utf-8";
/* CSS-Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,img,form{padding:0; margin:0;} 
table,td,tr,th{ font-size:12px}
li{list-style-type:none;list-style:none; }
img{border:0;}
ol,ul {list-style:none;}
p{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal; font-style:normal; font-size:12px}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
/* 通用样式 */
body{ height:100%;font-family: "微软雅黑",Arial, Helvetica, sans-serif; font-size:12px;}
/*
img:hover{transform: scale(1.1);}
img{transition: all linear 0.3s;}*/

a { text-decoration:none; blr:e­xpression(this.onFocus=this.blur()); color:#333; outline-style:none;} /* 针对IE */
a:hover { text-decoration: none;}
a:focus { -moz-outline-style: none; } /*针对firefox*/
.cnvp-tabs-hide { display:none;}
.cnvp-tab-panle { }	
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

