*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
*, a:active, a:hover {
    outline: 0;
}
html ,body{
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #101010;
    min-width: 1024px;
}

footer, header, main, nav, section{
    display: block;
}

b {
    font-weight: 700;
}
span,a{
    display: inline-block;
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

dl, h1, h3, h5, ul {
    margin-bottom: 0
}

dl, h1, h3, h5, p, ul {
    margin-top: 0
}

button, input, textarea {
    margin: 0;
    color: inherit;
    font: inherit
}

a, p, body {
    color: #101010;
    font-size: 14px;
}

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-overflow-scrolling: touch;
    margin: auto;

}

a {
    background: 0 0;
    text-decoration: none;
}

ul {
    padding-left: 0;
    list-style: none;
}

h1, h3, h5 {
    font-weight: 400;
}

dd {
    margin-right: 0;
    margin-left: 0;
}

h3{
    color: #101010;
    font-size: 20px;
    font-weight: 400;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both;
}
.clearfix{
    *zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}
.w100{
    width: 100%;
}
.w1h1{
    width: 100%;
    height: 100%;
}
.pos-re{
    position: relative;
}
.bd-bottom{
    border-bottom: 1px solid #e6e6e6;
}

.fn-al{text-align: left;}
.fn-ac{text-align: center;}
.fn-ar{text-align: right;}

.fn-ml00{margin-left:0 !important;}
.fn-ml05{margin-left:5px !important;}
.fn-ml10{margin-left:10px !important;}
.fn-ml15{margin-left:15px !important;}
.fn-ml20{margin-left:20px !important;}
.fn-mr00{margin-right:0 !important;}
.fn-mr05{margin-right:5px !important;}
.fn-mr10{margin-right:10px !important;}
.fn-mr15{margin-right:15px !important;}
.fn-mr20{margin-right:20px !important;}
.fn-mt00{margin-top: 0 !important;}
.fn-mt05{margin-top: 5px !important;}
.fn-mt10{margin-top: 10px !important;}
.fn-mt15{margin-top: 15px !important;}
.fn-mt20{margin-top: 20px !important;}
.fn-mt30{margin-top: 30px !important;}
.fn-mb00{margin-bottom: 0 !important;}
.fn-mb05{margin-bottom: 5px !important;}
.fn-mb10{margin-bottom: 10px !important;}
.fn-mb15{margin-bottom: 15px !important;}
.fn-mb20{margin-bottom: 20px !important;}
.fn-mb30{margin-bottom: 30px !important;}
.fn-p00{padding: 0 !important;}
.fn-p05{padding:5px !important;}
.fn-p10{padding:10px !important;}
.fn-p20{padding:20px !important;}
.fn-pt10{padding-top:10px !important;}
.fn-pb10{padding-bottom:10px !important;}
.fn-pl05{padding-left:5px !important;}
.fn-pl10{padding-left:10px !important;}
.fn-pl15{padding-left:15px !important;}
.fn-pl20{padding-left:20px !important;}
.fn-pr05{padding-right:5px !important;}
.fn-pr10{padding-right:10px !important;}
.fn-pr15{padding-right:15px !important;}
.fn-pr20{padding-right:20px !important;}
.vertical-p05{
    padding: 5px 0;
}

.vertical-p10{
    padding: 10px 0;
}
.vertical-p20{
    padding: 20px 0;
}
.vertical-p30{
    padding: 30px 0;
}
.align-p20{
    padding: 0 20px;
}
.fn-padding{
    padding: 15px 30px;
}
.img {
    width: 100%;
    display: block;
    border: none
}
.marginAuto {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

.letter-space{
    letter-spacing: 1px;
}
.col {
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-padded {
    padding-top: 35px;
    padding-bottom: 35px;
}
.normal-font{
    font-size: 14px;
    line-height: 20px;
}
.normal-sm-font{
    font-size: 12px;
    line-height: 18px;
}
.normal-md-font{
    font-size: 16px;
    line-height: 20px;
}
.normal-md2-font{
    font-size: 18px;
    line-height: 24px;
}
.normal-xl-font{
    font-size: 20px;
    line-height: 30px;
}
.normal-lg-font{
    font-size: 24px;
    line-height: 30px;
}
.normal-lg2-font{
    font-size: 26px;
    line-height: 32px;
}
.white-font{
    color: #fff !important;
}
.default-color{
    color: #1f9988 !important;
}
.gray-color{
    color: #9c9c9c !important;
}
.lightgray-color{
    color: #f2f2f2 !important;
}
.lightgray2-color{
    color: #aeaeae;
}
.yellow-color{
    color: #FFD501;
}
.red-color{
    color: #FF6868;
}
.blue-color{
    color: #00A0E9;
}
.gray-bg{
    background: #e8e8e8 !important;
}
.default-bg{
    background: #1f9988 !important;
}
.lightgreen-bg{
    background: #d2ece8 !important;
}
.normal-weight{
    font-weight: 400 !important;
}
.bold-weight{
    font-weight: 600 !important;
}

.font-sm{
    font-size: 12px !important;
}
.font-sm2{
    font-size: 14px !important;
}
.font-md{
    font-size: 16px !important;
}
.font-md2{
    font-size: 18px !important;
}
.font-lg{
    font-size: 20px !important;
}
.font-xl{
    font-size: 24px !important;
}
.font-28{
    font-size: 28px;
}
.lineheight-24{
    line-height: 24px !important; 
}
.lineheight-30{
    line-height: 30px !important; 
}
.lineheight-40{
    line-height: 40px !important; 
}
.block{
    display: block !important;
}
.inline-block{
    display: inline-block !important;
}
.ell{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ell2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.white-btn{
    width: 100%;
    padding: 5px 0;
    line-height: 20px;
    border: 1px solid #fff;
    background:transparent;
    color: #fff;
    font-size: 14px;
}
.default-sm-btn{
   width: 120px;
   padding: 10px 0; 
   text-align: center;
   color: #fff;
   font-size: 14px;
   line-height: 20px;
   background: #1f9988;
   border: none;
   border-radius: 5px;
   transition: all .3s;
}
.default-sm-btn:hover{
    background: #24bba6;
}

@font-face {font-family: 'iconfont';
    src: url('https://xy.hbmu.edu.cn/iconfont/iconfont.eot');
    src: url('https://xy.hbmu.edu.cn/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('https://xy.hbmu.edu.cn/iconfont/iconfont.woff') format('woff'),
    url('https://xy.hbmu.edu.cn/iconfont/iconfont.ttf') format('truetype'),
    url('https://xy.hbmu.edu.cn/iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}