/*公共样式*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,strong,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;}
ol,ul,li{list-style:none;}
a img{border:0;}
img{vertical-align:middle;}
em,i{font-style:normal;}
h3,h4,h5,th{font-weight:normal}
a:active,a:focus{outline:0;}
body{font:14px/21px "microsoft yahei";font-family:microsoft yahei, sans-serif, Verdana, Geneva;background-color:#fff;color:#666;min-width:1200px;}
a{text-decoration:none;color:#666666;}
a:hover{text-decoration:none;cursor:pointer}
.clear{clear:both}
.overflow{overflow:hidden;}
.block{display:block;overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.tl{text-align:left;}
.tc{text-align:center;}
.tright{text-align:right;}
input,button,select,textarea{outline:none;font-family:"microsoft yahei"}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
* html .clearfix{zoom:1}
*:first-child+html .clearfix{zoom:1}
.zoom{zoom:1}
input::-webkit-input-placeholder{
    color:#b2b2b2;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b2b2b2;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b2b2b2;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#b2b2b2;
}
.borderTop{border-top:1px solid #e8e8e8}

.w1200{width:1200px;margin:0 auto; }
.hdd{height: 50px;}

.em2{color:#333!important}
.em3{color:#999!important}
.em4{color:#cc0104}
.em03{color:#3c89d7}

.ft12{font-size:12px!important}
.ft14{font-size:14px!important}
.ft15{font-size:15px}
.ft18{font-size:18px!important}
.ft20{font-size:20px!important}
.ft24{font-size:24px!important}
.mt5{margin-top:5px!important}
.mt10{margin-top:10px!important}
.mt15{margin-top:15px!important}
.mt20{margin-top:20px!important}
.mt30{margin-top:30px!important}
.mt40{margin-top:40px!important}
.mt50{margin-top:50px!important}
.mt60{margin-top:60px}
.mt90{margin-top:90px}
.mb80{margin-bottom:80px}
.ml15{margin-left:15px}
.ml30{margin-left:30px}
.border{border-bottom:1px solid #e8e8e8}
.em01{color:#333}
.white-bg{background:#fff!important}
.crude{color:#333;font-weight:bold;font-size:16px}
.weight{font-weight:bold}
.noborder{border:none!important}
.am_block{display:block!important;}

.box{display:-webkit-flex;-webkit-justify-content:space-between;-webkit-align-items:center;}
.flexsc{display:-webkit-flex;-webkit-justify-content:space-between;-webkit-align-items:flex-end;}
.flexbox{display:-webkit-flex;-webkit-justify-content:center;-webkit-flex-wrap:wrap;-webkit-align-items:center;}

.denglu a{padding:0px 10px;}
.h {
    display: none;
}
.xl1:before {
    content: "\e643";
}

.district-select {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    vertical-align: middle;
}
.district-select .view {
    position: relative;
    width: 84px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 999px;
    font-size: 13px;
    background-color: #004eb3;
    color: #fff;
    cursor: pointer;
}
.district-select .view:hover {
    background-color: #003e8e;
}
.district-select i.iconfont {
    font-size: 13px;
}
.district-select.on .list {
    display: block;
}
.district-select .list {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 109990;
    width: 354px;
    padding: 18px 28px 0 28px;
    border: 1px solid #e1e9f4;
    border-radius: 4px;
    font-size: 13px;
    background-color: #fff;
}
.district-select .item {
    display: inline-block;
    width: 46px;
    padding: 0 10px;
    margin: 0 0 20px;
    white-space: nowrap;
}

.district-select .view {
   background:rgba(54,176,243,0.7);
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}