@charset "UTF-8";
* {
    box-sizing: border-box;
}
/*html,body{
    height: 100%;
}*/
body {
    line-height: 1.5;
    font-family: "Microsoft YaHei", arial, "\5b8b\4f53";
    /*background: #F0F0F2;*/
    font-size: 14px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    /*color: #9A9BA0;*/
}

a:hover {
    text-decoration: none;
}
/*.clear, .clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block
}

.clearfix:after {
    visibility: hidden;
    content: "."
}

.clearfix {
    *zoom: 1
}*/
.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
.hidden{
    display: none;
}
.show{
    display: block;
}
.po_relative{
    position: relative;
}
.po_absolute{
    position: absolute;
}
.left {
    float: left
}
.right {
    float: right
}
.none{
    display: none;
}
.block{
    display: block;
}
.inlineBlock{
    display: inline-block;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
/*.ml10px{
    margin:0 10px;
}*/
input[type="text"],button{
    border: 0;
    outline: none;
}
/*
.pointer{
    cursor: pointer;
}*/
.mgt30{
    margin-top: 30px;
}
.mgt20{
    margin-top: 20px;
}
.mg10px{
    margin-top: 10px;
}


/*单行显示省略号*/
.slh_1{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/*两行显示省略号*/
.slh_2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
/*三行*/
.slh_3{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
/*四行*/
.slh_4{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.mgb30{
    margin-bottom: 30px;
}
.mgb20{
    margin-bottom: 20px;
}



input[type="text"],
input[type="password"],
select {
    height: 36px;
    line-height: 36px;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*background: url("../img/icon_select.png") no-repeat scroll right center transparent;*/
    padding-right: 20px;
}

select::-ms-expand {
    display: none;
}
a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #666;
    font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
    font-size: 14px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border: 1px solid #3d9ce0;
}


/*多选框*/

input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    background: #fff;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    height: 14px;
    width: 14px;
    margin-right: 10px;
    position: relative;
}

input[type="checkbox"]:hover {
    border-color: #409EFF;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: #409EFF;
    border-color: #409EFF;
}

input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 4px;
    width: 2px;
    height: 8px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*单选*/

input[type="radio"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    background: #fff;
    border: 1px solid #DCDFE6;
    border-radius: 9px;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    position: relative;
}

input[type="radio"]:hover {
    border-color: #409EFF;
    cursor: pointer;
}

input[type="radio"]:checked {
    background-color: #409EFF;
    border-color: #409EFF;
}

input[type=radio]:checked::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 12px;
    height: 12px;
    background: rgba(42, 164, 241, 1);
    border-radius: 16px;
    top: 0;
    right: 0;
    margin: auto;
    border: 2px solid #fff;
}










/*内容页分享*/
.bshare-custom a {
    padding-left: 19px;
    height: 16px;
    text-decoration: none;
    display: none;
    zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    margin-right: 3px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.bshare-custom .bshare-facebook {
    background: url("../../images/top_logos_sprite.png") no-repeat 0 -54px;
    display: inline-block;
}
.bshare-custom .bshare-twitter {
    background: url("../../images/top_logos_sprite.png") no-repeat 0 -342px;
    display: inline-block;
}
.bshare-custom .bshare-linkedin {
    background: url("../../images/linkedin.png") no-repeat;
    display: inline-block;
}
.bshare-custom .bshare-sinaminiblog {
    background: url("../../images/top_logos_sprite.png") no-repeat 0 -270px;
    /**display: inline;*/
    display: inline-block;
}
.bshare-custom .bshare-weixin {
    background: url("../../images/weixinshare.png") no-repeat;
    /**display: inline;*/
    display: inline-block;
}
.bshare-custom .bshare-msn {
    background: url("../../images/top_logos_sprite.png") no-repeat 0 -144px;
    /**display: inline;*/
    display: inline-block;
}

.rqcode{
    position: fixed;
    right: 20px;
    top: 250px;
    z-index: 9999;
    visibility: hidden;
}

/*.rqcode img{*/
/*    width: 80px;*/
/*    height: 80px;*/
/*}*/
.adarea{
    /*background:#000000;*/
    background-color: rgba(0,0,0,0.5);
    /*opacity:0.5;*/
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.adimg{
    position:relative;
    width:60%;
    margin: 100px auto;
    text-align: center;
}
.imgcont{
    margin: 0px auto;
    max-width: 60%
}
.closebt{
    position: absolute;
    right: 0;top: 0;
    margin: 0px auto;
    width: 80px;
    height: 80px;
    /*margin-top: 50px;*/
}
.imgqrcode{
    width: 90px;
    height: auto
}
.qrclose{
    width: 90px;text-align: center
}
.qrclose img{
    width: 40px;
    height: 40px
}
.hotVideo{
    display: none;
}
.topadvertisement{
    width: 1200px;
    margin: 15px auto;
    text-align: center;
    max-width: 100%;
}
.topadvertisement *{
    max-width: 100%;
}
.loadmore{
    cursor:pointer;
}
