* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {text-decoration:none; cursor: pointer;}
@font-face {
    font-family: 'iconfont';  /* Project id 2289513 */
    src: url('//at.alicdn.com/t/c/font_2289513_jx2kvjia3vs.woff2?t=1677583870365') format('woff2'),
         url('//at.alicdn.com/t/c/font_2289513_jx2kvjia3vs.woff?t=1677583870365') format('woff'),
         url('//at.alicdn.com/t/c/font_2289513_jx2kvjia3vs.ttf?t=1677583870365') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home2:before {
    content: '\e606';
}
.icon-enroll:before {
    content: '\e601';
}
.icon-review:before {
    content: '\e602';
}
.icon-share:before {
    content: '\e603';
}
.icon-sponsor:before {
    content: '\e604';
}
.icon-gotop:before {
    content: '\e605';
}
.icon-direction:before {
    content: '\e746';
}
.icon-company:before {
    content: '\e749';
}
.icon-speaker:before {
    content: '\e6ef';
}
.icon-enterprise:before {
    content: '\e74b';
}
.icon-map:before {
    content: '\e758';
}
.icon-trust:before {
    content: '\e76a';
}
.icon-close:before {
    content: '\e748';
}
.icon-7z:before {
    content: '\e613';
}
.icon-css:before {
    content: '\e614';
}
.icon-docx:before {
    content: '\e615';
}
.icon-doc:before {
    content: '\e616';
}
.icon-jpeg:before {
    content: '\e619';
}
.icon-jpg:before {
    content: '\e61a';
}
.icon-pdf:before {
    content: '\e61d';
}
.icon-png:before {
    content: '\e61e';
}
.icon-ppt:before {
    content: '\e61f';
}
.icon-rar:before {
    content: '\e620';
}
.icon-text:before {
    content: '\e623';
}
.icon-xlsx:before {
    content: '\e624';
}
.icon-zip:before {
    content: '\e625';
}
.icon-wenjian:before {
    content: '\e6a6';
}
  
.row {
    width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
}
.flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
}
.flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.flex-align-center {
    align-items: center;
    -webkit-align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear:before,
.clear:after {
    content: '';
    display: block;
    clear: both;
}
img {
    display: block;
    border: none;
}
body {
    color: #333333;
    font-family: 'Arial', 'Microsoft YaHei', 'SimHei', 'SimSun', sans-serif;
    background: #ffffff;
    min-width: 320px;
}
body, ul, li, div, p {
    padding: 0;
    margin: 0;
}
ol,ul {list-style:none;}

/* scroll */
.scroll {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow: auto;
}
.scroll::-webkit-scrollbar {
    display: none;
}
.scroll::-webkit-scrollbar-thumb {/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #383031;
}
.scroll::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�*/-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: #111;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pt-100 {
    padding-top: 100px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}

.font-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.font-ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow : hidden;
    text-overflow: ellipsis;
}
.font-ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow : hidden;
    text-overflow: ellipsis;
}


.rnav {
    position: fixed;
    left: 50%;
    background: #29599f;
    border: 1px solid #334cbe;
    margin-left: 620px;
    width: 142px;
    padding: 8px 12px 5px;
    top: 20%;
    z-index: 99;
    display: none
}
/* .rnav.is-show {
    display: block
} */
.rnav-lst {
    overflow: hidden
}
.rnav-lst>li {
    display: block;
    height: 38px;
    position: relative
}
.rnav-lst>li:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 38px;
    height: 1px;
    width: 50px;
    background: #535e8b
}
.rnav-lst>li>a {
    line-height: 38px;
    display: block;
    color: #dddddd;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
}
.rnav-lst>li>a:hover {
    color: #fff
}
.btn--gtop,
.btn--kf {
    color: #fff;
    display: block;
    margin-bottom: 8px;
    width: 116px;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    height: 38px;
    background-color: #2b6eff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1f95e7), to(#2b6eff));
    background-image: linear-gradient(180deg, #1f95e7, #2b6eff);
    text-decoration: none !important;
}
.btn--gtop:hover,
.btn--kf:hover {
    color: #fff;
}
.btn--gtop {
    position: relative;
    line-height: 48px
}
.btn--gtop:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 46%;
    border-bottom: 6px dashed #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent
}
@media screen and (max-width:1300px) {
    .rnav,
    .rnav.is-show {
        display: none
    }
    .dhrc-content-tab{
        width: 170px !important
    }
}

/* fixedMenu */
.fixed-menu {
    display: none;
    position: fixed;
    top: 30vh;
    left: 50%;
    margin-left: 610px;
}
.fixed-menu-item {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 3px 20px rgba(6, 54, 190, 0.1);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}
.fixed-menu-item.active,
.fixed-menu-item:hover {
    color: #ffffff;
    background: #5699db;
}
.fixed-menu-item i {
    color: #666666;
    font-size: 18px;
}
.fixed-menu-item.active i,
.fixed-menu-item:hover i {
    color: #ffffff;
}
.fixed-menu-item i.icon-gotop {
    width: 28px;
    height: 28px;
    font-size: 28px;
}
.fixed-menu-item span {
    color: #666666;
    font-size: 12px;
    margin-top: 4px;
}
.fixed-menu-item.active span,
.fixed-menu-item:hover span {
    color: #ffffff;
}
.share-code {
    display: none;
    position: absolute;
    left: -180px;
    width: 160px;
    height: 160px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .07);
    padding: 10px;
}
.share-code img {
    width: 140px;
    height: 140px;
}
.share-code:after {
    content: "";
    position: absolute;
    top: 70px;
    left: 160px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}