@charset "utf-8";
/* CSS Document */


body{margin:0px; padding:0px; background:#fff; font-size:14px; font-family:"微软雅黑"}
body a:hover{text-decoration:none;}
input{font-family:"微软雅黑";border:none;}
ul{padding:0px; margin:0px;}
.fl{float:left;}
.fr{float:right;}
.ml15{margin-left:15px;}
.mt80{margin-top:80px;}
.pt60{padding-top:60px;}
.mr10{margin-right:10px;}

.bule{color:#355c97;}
.bule a{color:#355c97; text-decoration:none}
.bule a:hover{color:#ff6600; text-decoration:underline}
.f12{font-size:12px;}
.f24{font-size:24px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.over{overflow:hidden;}
.red{color:#ef392b;}
.none{display:none;}
.h80{height:80px;}
.over{overflow:hidden;}
.center{text-align:center}
.clear{ clear:both;height:0; font-size: 0px; line-height: 0px;}
h5{color:#aaaaab; font-weight:normal; line-height:25px; font-size:14px; padding:0px;}


h1{font-size:60px;}

.pt25{padding-top:25px;}




@media (min-width: 899px){
}

.top{width:90%; margin:0 auto}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*menu*/

.animenu {display:inline-block; margin:0px; margin-top:25px;}

.animenu a {
  display: inline-block;
  font-size: 15px;
}
.animenu a {
  color: #fff;
  text-decoration: none;
}



#menu-mobile .bt-menu{ display:none}






  .select-wrapper{
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *float: left;
    *margin-right: 10px;
    background: #fff;
	border:1px solid #ccc;
	margin-top:10px;
  }
  .select-wrapper.focus{
  }
  .select-button{
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    width: 238px;
    height: 34px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding: 0 26px 0 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
  }
  .select-down{
    position: absolute;
    top: 21px;
    right: 12px;
    height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
  }  
  .disabled{
    color: #cccccc;
  }
  .select-list{
    width: 238px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 3px #ddd;
    border-radius: 3px;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: 35px;
    overflow: hidden;
  }
  .select-list ul{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 34px;
    max-height: 240px;
  }
  .select-list ul li{
    width: auto;
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
  }
  .select-list ul li.selected,
  .select-list ul li:hover{
    color: #fff;
    background: #1ca1f0;
  }
  
  /* 下拉列表不可用样式 */
  .select-button-disable{
    color: #ccc;
    width: 238px;
    height: 34px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
  }
  .select-down-disable{
   color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 10px;
   line-height: 34px;
  }













