* {
    margin: 0;
    padding: 0;
}

em, i {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
}

a:hover, a:focus, a:visited {
    text-decoration: none !important;
}

button,
input {
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;

}

@font-face {
    font-family: '思源黑体';
    src: url('../fonts/思源黑体.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #f4f9fc;
    font: 14px/1.5 思源黑体,Microsoft YaHei, Heiti SC!important;, "\5B8B\4F53", sans-serif;
    color: #303133;
}

.hide, .none {
    display: none;
}

/* 伪元素清除浮动 */
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.clearfix {
    *zoom: 1
}

.wrap {
    width: 100%;
    overflow: hidden;
}

/*色彩*/

.brand-blue-color {
    color: #6BCFF6;
}

.brand-orange-color {
    color: #FCB814;
}

.brand-yellow-color {
    color: #FFF101;
}


/*flex布局*/

.h-relative,
.h-rela {
    position: relative;
}

.h-absolute,
.h-abso {
    position: absolute;
}


/* #endif */

.h-flex {
    /* #ifndef APP-NVUE */
    display: flex;
    /* #endif */
    flex-direction: row;
    align-items: center;
}

.h-flex-wrap {
    flex-wrap: wrap;
}

.h-flex-nowrap {
    flex-wrap: nowrap;
}

.h-col-center {
    align-items: center;
}

.h-col-top {
    align-items: flex-start;
}

.h-col-bottom {
    align-items: flex-end;
}

.h-row-center {
    justify-content: center;
}

.h-row-left {
    justify-content: flex-start;
}

.h-row-right {
    justify-content: flex-end;
}

.h-row-between {
    justify-content: space-between;
}

.h-row-around {
    justify-content: space-around;
}

.h-text-left {
    text-align: left;
}

.h-text-center {
    text-align: center;
}

.h-text-right {
    text-align: right;
}

.h-flex-col {
    /* #ifndef APP-NVUE */
    display: flex;
    /* #endif */
    flex-direction: column;
}

.h-m-t-20 {
    margin-top: 20px;
}


.space {
    padding: 20px 0;
}

/*按钮组*/
.h-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

/*侧边固定工具条*/
.right-tools {
    position: fixed;
    right: 36px;
    bottom: 160px;
    z-index: 9999;

}

.right-tools .consult, .right-tools .scroll-to-top {
    cursor: pointer;
}

.right-tools i {
    color: rgba(204, 204, 204, .5);

}

.right-tools .scroll-to-top i {
    font-size: 48px;
}

.right-tools .consult i {
    font-size: 56px;
}

.consult-layer {
    position: fixed;
    right: 112px;
    bottom: 278px;
    border: 1px solid #E4E7ED;
    padding: 18px;
    box-shadow: 0px -3px 0px 0px rgba(43, 78, 255, 0.004), 0px 30px 50px 0px rgba(1, 11, 60, 0.08);
    /*box-shadow: 12px 12px 15px #e5e5e5;*/
    background: #fff;
}

.consult-layer span {
    font-weight: bold;
    font-size: 15px;
    color: #FCB814;
}

/*分页器*/
.pager-s {
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pagination-s li {
    float: left;

}

.pagination-s li a {
    text-align: center;
    width: 48px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    border-radius: 5px;
    color: #606266;
    border: 1px solid #EBEEF5;
}

.pagination-s li.current a {
    background-color: #6BCFF6;
    color: #fff;
    border-radius: 5px;
}

.pagination-s li a:hover:not(.current) {
    background-color: #ddd;
    border-radius: 5px;
}


/*关于我们插件*/

.about-us {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.about-us .left {
    margin-right: 20px;
}

.about-us .left .content {
    width: 98%;
    color: #303133;
    line-height: 1.667em;
}

.about-us .title {
    font-size: 28px;
    margin-bottom: 8px;
    color: #FCB814;
}

.about-us .title span {
    font-size: 24px;
    color: #303133;
}


.about-us .right img {
    width: 508px;
    padding-top: 36px;
}

/*大标题样式1*/

.section-header {
    position: relative;
    text-align: left;
    margin-bottom: 45px;
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
    color: #909399;
}

.section-header h2 {
    margin: 0 0 0 40px;
    position: relative;
    font-size: 50px;
    font-weight: 200;
}

.section-header h2::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 0;
    top: 23px;
    left: -40px;
    border-bottom: 30px solid;
    border-image: repeating-linear-gradient(
            60deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) 1.5%, rgba(0, 0, 0, .1) 1.5%, rgba(0, 0, 0, .1) 3%) 30;
}
