/*! 官网通用swiper start*/
@import url("swiper.css");
/*! 官网通用页头 start*/
@import url("headER.css");
/*! 官网通用页尾 start*/
@import url("footer.css");
/* 移动端常用reset.css (文字版本) */
/* reset */
html,body,div,p,ul,li,dl,dt,dd,em,i,span,a,img,input,h1,h2,h3,h4,h5 {margin:0;padding:0}
a,img,input {border:none;}
body{font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;}
a {text-decoration:none;}
ul,li{list-style: none}
html, body {
    -webkit-user-select: none;   /* 禁止选中文本（如无文本选中需求，此为必选项） */
    user-select: none;
}
a, img {-webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单 */}

.maxwidth{max-width:1200px;width:100%;height:auto;margin:0 auto;padding:0;}
.width100{width:100%;height:auto;margin:0 auto;padding:0;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after{visibility:hidden;display: block;font-size:0rem;content:"";clear: both;height: 0rem;}
.clearfix{display: block;zoom: 1;}