@charset "UTF-8";
.ptb20{padding: 20px 0;}
.pub-warp {
    width: 1170px;
    margin: 0 auto;
}
.pub-padding-lr {
    padding-left: 15px;
    padding-right: 15px;
}
.pub-margin {
    margin-left: 15px;
    margin-right: 15px;
}
.pub-fl {
    float: left;
}
.pub-fr,.sa-float-right {
    float: right;
}
.pub-clearfix:after {
    display: table;
    content: " ";
    clear: both;
    height: 100%;
}
.pub-but {
    padding-top: 16px;
    padding-bottom: 5px;
}
.pub-but>button {
    line-height: normal;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
}
.pub-but>button:active {
    background-color: #DEDEDE;
}
.pub-loading {
    position: absolute;
    top: 45%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.pub-trigon-arrow {
    position: relative;
    background: #88b7d5;
    border: 4px solid #c2e1f5;
}
.pub-trigon-arrow:after, .pub-trigon-arrow:before,.sa-nav-list>li>a:hover .sa-sub-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pub-trigon-arrow:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -34px;
}
.pub-trigon-arrow:before {
    border-color: transparent;
    border-bottom-color: #ccc;
    border-width: 12px;
    margin-left: -36px;
}
/* .pub-trigon-arrow {
    position: relative;
}
.pub-trigon-arrow:after,.sa-nav-list>li>a:hover .sa-sub-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 8px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
} */
.pub-body {
    position: relative;
}
.sa-icon-arrow-down:after, .sa-icon-arrow-up:after {
    content: '';
    position: absolute;
    top: 46%;
    right: 14px;
    display: block;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.sa-icon-arrow-down:after {
    border-top: 6px solid #fff;
}
.sa-icon-arrow-up:after {
    border-bottom: 6px solid #fff;
}
/*.sa-border-left {
    border-left: 1px solid #ccc;
}*/
.sa-hide {
    display: none;
}
.sa-main-bg-icon-aggr {
    background: url('../images/icon/icon-aggr.png') no-repeat;
}
