html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, orm,label, legend,caption, tbody, tfoot, thead {font-family:"microsoft yahei";margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;color:#333;font-size:16px;}
ol, ul ,li{list-style: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
input{background: none;border: none;}
a{cursor: pointer;}
a:hover{color:#d40013;}

@font-face { font-family: 'qianTu'; src: url(/uiFramework/QianTuBiFengShouXieTi-2.ttf); font-weight: normal; }

.fl{float: left;}
.fr{float: right;}
.clearfix:after{content: "";display: block;height: 0;visibility: hidden;clear: both;}
.clearfix{zoom: 1;}
.clear{clear:both}
.none{display:none;}
a:link,a:visited,a:active{text-decoration: none;}
a:active {outline: none;star:expression(this.onFocus=this.blur());}
a:hover{ text-decoration:none;}
i{font-style:normal; }
.none{display:none;}
.block{display:block;}
.transform{transition: all 0.3s linear;}
.transform:hover{box-shadow: 0 15px 25px rgba(0,0,0,.2);transform:translate3d(0,-2px ,0);}
.w1200{width:1200px;margin:0 auto;}


/*a标签去掉选中效果*/
a,a:hover,a:active,a:visited,a:link,a:focus{
   -webkit-tap-highlight-color:rgba(0,0,0,0);
   -webkit-tap-highlight-color: transparent;
   outline:none;
   background: none;
   text-decoration: none;
}


/*banner*/
.banner-img { margin-top: 5rem; }
.banner-img img { width: 100%; max-width:100%;}



@media screen and (max-width:768px){
    .w1200{width:96%;}
}