body, h1, h2, h3, h4, h5, h6, hr, p, ul, ol, li, fieldset, legend, button, textarea, th, td {
    margin: 0;
    padding: 0;
}
body{  line-height: 1;}
body, button, input, select, textarea {
    font-family: "微软雅黑","Microsoft YaHei",Arial,"Hiragino Sans GB",sans-serif;
}
.yahei{font-family: "微软雅黑","Microsoft YaHei",Arial,"Hiragino Sans GB",sans-serif;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p{font-weight: normal;line-height:1.7em;font-family: "pingfangzhongdeng","微软雅黑","Microsoft YaHei",Arial,"Hiragino Sans GB",sans-serif;}
h1 { font-size: 26px;}
h2 { font-size: 22px;}
h3 { font-size: 20px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}
.h1 { font-size: 26px;}
.h2 { font-size: 22px;}
.h3 { font-size: 20px;}
.h4 { font-size: 18px;}
.h5 { font-size: 16px;}
.h6 { font-size: 13px;}
small { font-size: 10px;}
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp, tt { font-family: "微软雅黑","Microsoft YaHei", Arial,Courier, monospace; }
ul, ol { list-style: none; }
a, a:hover { text-decoration: none; outline-style: none}
a{text-underline: none; }
a:link{ text-decoration:none; }
a:visited{ text-decoration:none; }
a:focus{ text-decoration:none; }
a:hover{ color:#55a1a9}
abbr[title], acronym[title] {    border-bottom: 1px dotted;    cursor: help;}
q:before, q:after { content: ''; }
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; }
button{cursor: pointer;}
button, input, select, textarea {font-size: 100%;}
button:focus, input:focus, select:focus, textarea:focus{outline: none;}
table {border-collapse: collapse;    border-spacing: 0;}
hr {border: none;height: 1px;}
label{font-size:16px}
.a_more{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.a_cover{width:100%;height:100%;display: block;}
.img_b{ width:100%; height:100%; display: block; }
.clear:after{content:"";display: block;clear:both;height:0;}
.pull_right{float:right;}
.pull_left{float:left;}
.ulchild_left>*{float:left;}
.ulchild_left:after{content:"";display: block;clear:both;height:0;}
.poa{position:absolute;}
.por{position:relative;}
.pof{position:fixed;}
.text_indent{text-indent: 2em;}
.text_ap{text-transform:capitalize;} /*大写开头*/
.text_up{text-transform:uppercase;} /*全大写*/
.text_low{text-transform:lowercase;} /*全小写*/
.text_inh{text-transform:inherit;} /*从父元素继承 text-transform 属性*/
.text_center{text-align: center;}
.text_left{text-align: left;}
.text_right{text-align: right;}
.bg_n{background: no-repeat;}
.bg_ncc{background: no-repeat center center;}
.bg_ncb{background: no-repeat center bottom;}
.bg_nccc{background: no-repeat center center;background-size: cover}
.bg_ncc100{background: no-repeat center center;background-size: 100% 100%;}
/*商品图片特效*/
.img_tra{overflow: hidden;}
.img_tra:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05)}
.img_mid{ display: table; text-align: center;}
.img_mid>*{vertical-align: middle; display: table-cell;line-height: 0;}
.img_mid>*>img{display: inline-block;} 
.col_1,.col_2,.col_3,.col_4,.col_5,.col_6,.col_80,.col_83,.col_66,.col_75{float:left;}
*{box-sizing: border-box; -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box;}
input,button,select,textarea,button{
box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;
-o-box-sizing:border-box; -ms-box-sizing:border-box;}
/*过渡效果*/
.tra_03{transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;
    -o-transition: all .3s ease;-ms-transition: all .3s ease}
.tra_05{transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;
    -o-transition: all .5s ease;-ms-transition: all .5s ease}
.tra_1{transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;
    -ms-transition: all 1s ease;-o-transition: all 1s ease;}
.overHide{overflow: hidden;}
.yuanDian li:before{content:"";background: #333;left:2px;top:50%;margin-top:-1px;display:block;position:absolute;   
height:2px;width:2px;border-radius: 50%;}
.ellipsis{ display:block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
/*@font-face {
    font-family: 'pingfangzhongdeng';
    src: url('../font/bebasneue-webfont.eot');
    src: 
    	 url('../font/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bebasneue-webfont.woff2') format('woff2'),
         url('../font/bebasneue-webfont.woff') format('woff'),
         url('../fonts/font-pingfang.ttf') format('truetype'),
         url('../font/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font_BN{font-family: 'pingfangzhongdeng';}*/


/*浮动模块*/

.col_1{width:100%;}
.col_2{width:50%;}
.col_3{width:33.3333%;}
.col_4{width:25%;}
.col_5{width:20%;}
.col_6{width:16.6666%;}

.col_80{width:80%;}
.col_83{width:83.3333%;}
.col_66{width:66.6666%;}
.col_75{width:75%;}

/*内边距*/
.pad_5{padding:5px;}
.pad_10{padding:10px;}
.pad_15{padding:15px;}
.pad_20{padding:20px;}
.pad_30{padding:30px;}
.pad_40{padding:40px;}

.pad_t10{padding-top:10px ;}
.pad_t15{padding-top:15px ;}
.pad_t20{padding-top:20px ;}
.pad_t30{padding-top:30px ;}

.pad_tb10{padding-top: 10px;padding-bottom: 10px;}
.pad_tb15{padding-top: 15px;padding-bottom: 15px;}
.pad_tb20{padding-top: 20px;padding-bottom: 20px;}
.pad_tb30{padding-top: 30px;padding-bottom: 30px;}
.pad_tb40{padding-top: 40px;padding-bottom: 40px;}
.pad_tb80{padding-bottom: 80px;padding-top: 80px;}
.pad_t40b100{padding-bottom: 100px;padding-top: 40px;}
.pad_t80b100{padding-bottom: 100px;padding-top: 80px;}

.pad_lr10{padding-left: 10px;padding-right: 10px;}
.pad_lr15{padding-left: 15px;padding-right: 15px;}
.pad_lr20{padding-left: 20px;padding-right: 20px;}
.pad_lr30{padding-left: 30px;padding-right: 30px;}
.pad_lr40{padding-left: 40px;padding-right: 40px;}
/*外边距*/
.mar_5{margin:5px;}
.mar_10{margin:10px;}
.mar_15{margin:15px;}
.mar_20{margin:20px;}
.mar_30{margin:30px;}

.mar_r10{margin-right:10px;}
.mar_r15{margin-right:15px;}
.mar_r20{margin-right:20px;}

.mar_t5{margin-top: 5px;}
.mar_t10{margin-top: 10px;}
.mar_t15{margin-top: 15px;}
.mar_t20{margin-top: 20px;}
.mar_t30{margin-top: 30px;}
.mar_t80{margin-top: 80px;}

.mar_b5{margin-bottom: 5px;}
.mar_b10{margin-bottom: 10px;}
.mar_b15{margin-bottom: 15px;}
.mar_b20{margin-bottom: 20px;}
.mar_b30{margin-bottom: 30px;}
.mar_b40{margin-bottom: 40px;}
.mar_b80{margin-bottom: 80px;}

.mar_tb10{margin-top: 10px;margin-bottom: 10px;}
.mar_tb15{margin-top: 15px;margin-bottom: 15px;}
.mar_tb20{margin-top: 20px;margin-bottom: 20px;}
.mar_tb30{margin-top: 30px;margin-bottom: 30px;}

.mar_lr10{margin-left: 10px;margin-right: 10px;}
.mar_lr15{margin-left: 15px;margin-right: 15px;}
.mar_lr20{margin-left: 20px;margin-right: 20px;}
.mar_lr30{margin-left: 30px;margin-right: 30px;}

.mar_lr-5{margin-left:-5px;margin-right:-5px;}
.mar_lr-10{margin-left:-10px;margin-right:-10px;}
/*主题背景色*/
.bg_f{background-color:#fff;}
.bg_0{background-color:#000;}
.bg_them{background-color:#4c6daf;}

/*font-color*/
.color_0{color:#000;}
.color_f{color:#fff;}
.color_3{color:#333;}
.color_6{color:#666;}
.color_8{color:#888;}
.color_9{color:#999;}
.color_7{color:#777;}
.color_c{color:#ccc;}
.color_b{color:#bbb;}
.color_them{color:#4c6daf;}
/*模块宽度*/
body{min-width: 1220px; font-size:16px;margin: 0 auto;}
.hugeW{ width:100%;}
.bigW{margin:0 auto; width: 1200px;}
.minW{margin:0 auto; width: 1100px;}
.disN{display: none;}
.disB{display: block;}
.disI{display: inline;}
.disIB{display: inline-block;}
.clear-both{clear: both;}
.cursorP{cursor: pointer;}
.cursorD{cursor: default;}

.disable-selection{
    -moz-user-select:none; 
     -ms-user-select:none; 
   -ktml-user-select:none; 
 -webkit-user-select:none; 
   -webkit-touch-callout:none; 
}
/*border*/
.borderA{border:1px solid #eee}
.borderT{border-top:1px solid #eee}
.borderB{border-bottom:1px solid #eee}
.borderL{border-left:1px solid #eee}
.borderR{border-right:1px solid #eee}



