/* 通用样式 */
* {
    font-family: "PingFang SC Medium";
}

.bgWhite {
    background-color: #fff;
}

.textWhite {
    color: #fff;
}

/* 清除浮动 */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

/* 框架 */
.box {
    width: 100%;
}

/* 内容 */
.section {
    width: 100%;
    overflow: hidden;
}

/* 版心 */
.bx {
    width: 900px;
    height: auto;
    margin: 0 auto;
}

.bx>p {
    width: 100%;
    height: 1px;
    background-color: #707070;
    opacity: 0.1;
}

/* 当前位置 */
.dqwz {
    width: 100%;
    height: 48px;
}

.dqwz a {
    display: block;
    font-family: ".PingFang SC Light";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 14px 0;
    float: left;
}

.dqwz span {
    font-family: ".PingFang SC Light";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 14px 8px;
    float: left;
}

/* 标题 */
.title {
    width: 100%;
    height: 42px;
    text-align: center;
    font-family: ".PingFang SC";
    font-weight: 400;
    font-size: 30px;
    color: #333;
    margin: 39px 0 40px 0;
}

/* tab标题 */
.tabTitle {
    width: 100%;
    height: 53px;
    margin-bottom: 30px;
}

.tabTitle li {
    width: 280px;
    height: 53px;
    line-height: 53px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    float: left;
}

.tabTitle li:first-child~li {
    margin-left: 30px;
}

.tabTitle li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #333;
}

.tabTitle li a img {
    margin-right: 12px;
    margin-top: -2px;
}

/* 高亮 */
.tabTitle .gl {
    background-color: #1F5D9E;
}

.tabTitle .gl a {
    color: #fff;
}

/* tab列表 */
.tabBox {
    width: 100%;
    margin-top: 23px;
}


.tabList {
    width: 900px;
    font-family: ".PingFang SC";
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    color: #333;
    display: none;
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}

.tabList>p {
    text-indent: 32px;
}

.tabImg {
    width: 100%;
    margin: 40px 0;
}

.tabImg li {
    width: 435px;
    float: left;
    text-align: center;
}

.tabImg li:nth-child(2) {
    margin-left: 30px;
}

.tabImg li img {
    margin-bottom: 16px;
}
.tabImg li p{
    font-size: 14px;
    line-height: 20px;
}
.tabList03 {
    width: 900px;
    height: 777px;
    font-family: ".PingFang SC";
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    color: #333;
}