/*基础样式*/
*{margin:0; padding:0;}
html{font-size: 14px; background: #f5f5f5; height: 100%;}
body{  margin:0; padding:0; color: #000; font-family: Microsoft Yahei, Arial, sans-serif /*{global-font-family}*/}
ol,ul,menu{list-style: none;}
strong,b,em,u,i{text-decoration: none; border:0;font-style:normal;}
input,button,textarea{ vertical-align: top;  border:0; outline:none;}
input:focus,button:focus{outline: 0;}
h1,h2,h3,h4{ font-weight: normal; font-size: 16px;}
.clearfix:after { content: " "; display: block; clear: both; height: 0; } 
.clearfix { zoom: 1; } 
.textjustify{text-align:justify;}
.display-hide{display: none;}
table{border-collapse:collapse; border-spacing:0; width:100%; border:0;}
table th{font-weight:normal; text-align:left;}
.fl{float: left;}
.fr{float: right;}
a{text-decoration: none; color: #333; cursor:pointer;}
a img{ border:0;}
.position-relative{position:relative;}

.swiper-button-prev,.swiper-button-next,select{outline:none; border:0;}
 