*{
    padding: 0;
    margin: 0;
    list-style: none;
}

img{
    display: block;
}

html,body{
    max-width: 100vw;
    height: 100%;
    overflow-x: hidden;
}

.page{
    /*height: 100%;*/
}

a{
    color: transparent;
    text-decoration: none;
}

input,textarea{
    outline: none;
    border: none;
}

div{
    -moz-user-select:none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.container{
    padding: 0 !important;
}

.overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-2{
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overflow-3{
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.overflow-6{
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}




/*分页*/
.pagination{
    padding: 42px 0 63px!important;
    box-sizing: border-box;
    text-align: center;
    font-size:0;
}

.pagination li{
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #BDBDBD;
    margin: 0 5px
}

.pagination li a,span{
    color:rgba(61,68,77,1)!important;
    font-size:12px;
    font-family:Source Han Sans CN;
    font-weight:300;
    line-height:30px;
    text-align: center;
    display: inline-block;
}

.pagination li.active{
    background:#616161;
    border:0 none
}

.pagination li.active a,span{
    color: #ffffff;
}

.pagination li:hover{
    background:#616161;
    border:0 none
}

.pagination li:hover a{
    color: #ffffff;
}

@font-face {
    font-family: 'iconfont';  /* project id 2049702 */
    src: url('//at.alicdn.com/t/font_2049702_yygvr20doaj.eot');
    src: url('//at.alicdn.com/t/font_2049702_yygvr20doaj.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2049702_yygvr20doaj.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2049702_yygvr20doaj.woff') format('woff'),
    url('//at.alicdn.com/t/font_2049702_yygvr20doaj.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2049702_yygvr20doaj.svg#iconfont') format('svg');
}

.iconfont{
    font-family: 'iconfont';
    font-style:normal;
}

/*banner*/
.banner{
    width:100%;
    height: 18.23vw;
}

/*页面导航部分*/
.navigation{
    border-bottom: 1px solid #eee;
}

.navigation.active{
    margin-top: 34px;
}

@media screen and (max-width: 768px){
    .navigation{
        width: calc(100% - 30px);
        margin: 15px auto;
        padding: 36px 0 0;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
    }
}

.navigation_left{
    float: left;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #212121;
    line-height: 64px;
}

.navigation_right{
    float: right;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9E9E9E;
    line-height: 64px;
}

.navigation_right i{
    margin: 1px 3px!important;
    float: left;
}

.navigation::after{
    content: '';
    clear: both;
    display: block;
}

.navigation_right_div{
    float: left;
    cursor: pointer;
}





/*右侧悬浮框的样式开始*/
.suspension{
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 999;
    width: 68px;
    border-radius: 10px 0 0 10px;
    background: #616161;
}

.suspension_li{
    width: 68px;
    height: 68px;
    border-bottom: 1px solid #7b7b7b;
    position: relative;
    cursor: pointer;
}

.suspension_li i{
    width: 100%;
    text-align: center;
    line-height: 68px;
    color: #929292;
    font-size: 30px;
    float: left;
}

.suspension_li:last-child{
    border-bottom: none
}

@media screen and (max-width: 768px){
    .suspension{
        width: 30px;
        display: none;
    }

    .suspension_li{
        width: 30px;
        height: 30px;
    }

    .suspension_li i{
        font-size: 12px;
        line-height: 30px;
    }
}
/*右侧悬浮框的样式结束*/
/*发信息弹框样式开始*/
.mask{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
}

.mask.active{
    display: block;
}

.diceng{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 33vw;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 44px 48px 60px;
    box-sizing: border-box;
}

.weixin{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    border-radius: 3px;
    padding: 44px 48px 60px;
    box-sizing: border-box;
}
.weixin img{
    width: 200px;
    height: 200px;
}

.close{
    position: absolute;
    right: 15px;
    top: 15px;
    height: 15px;
    font-size: 20px;
    cursor: pointer;
}

.diceng_title{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #212121;
    line-height: 28px;
    text-align: center;
}

.diceng_main{
    margin-top: 10px;
}

.diceng_li{
    margin-top: 20px;
    overflow: hidden;
}

.diceng_li_left{
    width: 10%;
    line-height: 44px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #212121;
    float: left;
}

.diceng_li_right{
    width: 90%;
    float: right;
    border: 1px solid #E0E0E0;
    padding: 0 15px;
    box-sizing: border-box;
}

.diceng_li_right.nopadding{
    padding: 0;
    background: #616161;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.diceng_li_right.nopadding div{
    cursor: pointer;
    margin: 0
}

.diceng_li_right input{
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 44px;
    color: #212121;
    border: none
}

::placeholder{
    color: #BDBDBD;
}

.diceng_li.active .diceng_li_right{
    padding: 10px 16px;
    box-sizing: border-box;
    text-align: right;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9E9E9E;
    line-height: 17px;
}

.diceng_li_right textarea{
    width: 100%;
    height: 72px;
    line-height: 24px;
    resize: none;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212121;
}

.diceng_li_right div{
    margin-top: 15px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .diceng{
        width: 66vw;
        padding: 34px 38px 40px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px){
    .diceng{
        width: 70vw;
        padding: 34px 32px 40px;
    }
}

@media screen and (max-width: 768px) and (min-width: 576px){
    .diceng{
        width: 70vw;
        padding: 34px 32px 40px;
    }
}

@media screen and (max-width: 576px){
    .diceng{
        width: 88vw;
        padding: 20px 16px;
    }

    .diceng_li_left{
        width: 13%;
    }

    .diceng_li_right{
        width: 87%
    }
}
/*发信息弹框样式结束*/







