* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun" !important;
}

/*flex布局*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.up-center,
.left-center,
.all-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.service-phone{
    border: none !important;
}
.up-center {
    -webkit-align-items: center;
    align-items: center;
}

.left-center {
    -webkit-justify-content: center;
    justify-content: center;

}

.all-center {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

/*禁止拷贝*/
.no-copy {

    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*浮动*/
.float-l {
    float: left;
}

.float-r {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}

/*超出显示...*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content {
    width: 100%;
    min-width: 1180px;
}

.fixed-content {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

iframe {
    float: left;
}

iframe:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}

/* 更多样式 */
.pub-more {
    text-align: right;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #B2B2B2;
    cursor: pointer;
}

.pub-more > span {
    font-size: 12px;
    padding-left: 4px;
}

.pub-more:hover {
    opacity: 0.8;
}

/*tilte 样式*/
.pub-title {
    flex: 2;
}

.pub-title span {
    color: #4AB0E1;
    font-size: 32px;
    margin-right: 15px;
}

.pub-title p {
    font-family: PingFangSC-Semibold;
    margin-top: -2px;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}

/* 模板二nav激活样式 */
.active {
    color: #4AB0E1;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid #4AB0E1;
}

.active-ul li {
    cursor: pointer;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    line-height: 18px;
}

.active-ul li:hover {
    color: #4AB0E1;
    border-bottom: 1px solid #4AB0E1;
}

/*模块灰色背景*/
.pub-bg {
    width: 100%;
    min-width: 1180px;
    background: #F3F5F9;
}

/* 大模块之间间距50px */
.margin-bottom-50 {
    margin-bottom: 50px;
}

/*placeholder样式修改，多浏览器兼容*/
input::-webkit-input-placeholder {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
}

input::-moz-placeholder {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
}

input:-ms-input-placeholder {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
}

.span-input{border-bottom:1px solid #222;padding:0 10px }
td .span-input{border-bottom:none!important}
