﻿@charset "utf-8";
.box{max-width:1220px;text-align:left;margin:0 auto;padding:0 10px;font-size:12px;}
.fr{float:right}
.fl{float:left}
.tr{text-align:right}
.tl{text-align:left}
.te{text-align:center}
ul{list-style:none;}
html{font-size:12px;}
body, div, a ,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td ,table {margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
h1,h2,h3,h4,h5{font-weight:normal;}
body{background:#fff;color:#666;font-family:"microsoft yahei","Arial",sans-serif;padding-top:110px}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance:none;}
:focus{outline:0;} 
input , textarea ,select{font-family:"microsoft yahei";outline:none}

/*清除浮动*/
.clear{clear:both;height:0px;font-size:0px;line-height:0px;overflow:hidden;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
img{border:0 none;vertical-align:middle;}
a{text-decoration:none;color:#2c2c2c;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}
a:hover{color:#e62129}

/*字体图标*/
.font-icon{font-family:FontAwesome;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;}

/*返回顶部*/
.up{z-index:99999;display:block;width:50px;height:50px;background:url(../images/back.png) no-repeat;background-size:100%;-moz-opacity:0.7;-webkit-opacity:0.7;opacity:0.7;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}
.up:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}


@font-face {
  font-family: 'bnpinky';
  src: url('fonts/bnpinky.eot');
  src:
    url('fonts/bnpinky.eot?#iefix') format('embedded-opentype'),
    url('fonts/bnpinky.woff') format('woff'),
    url('fonts/bnpinky.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}