/**递增字体**/

.font0,
.font0 p,
.font0 div,
.font0 table,
.font0 span {
    font-family: none !important;
    font-size: 14px !important;
    margin-bottom: 20px;
}

.font1,
.font1 p,
.font1 div,
.font1 table,
.font1 span {
    font-family: none !important;
    font-size: 16px;
    margin-bottom: 20px;
}

.font2,
.font2 p,
.font2 div,
.font2 table,
.font2 span {
    font-family: none !important;
    font-size: 17px !important;
    margin-bottom: 20px;
}

.font3,
.font3 p,
.font3 div,
.font3 table,
.font3 span {
    font-family: none !important;
    font-size: 18px !important;
    margin-bottom: 20px;
}

.font4,
.font4 p,
.font4 div,
.font4 table,
.font4 span {
    font-family: none !important;
    font-size: 19px !important;
    margin-bottom: 20px;
}

.font5,
.font5 p,
.font5 div,
.font5 table,
.font5 span {
    font-family: none !important;
    font-size: 20px !important;
    margin-bottom: 20px;
}

.font6,
.font6 p,
.font6 div,
.font6 table,
.font6 span {
    font-family: none !important;
    font-size: 21px !important;
    margin-bottom: 20px;
}

.font7,
.font7 p,
.font7 div,
.font7 table,
.font7 span {
    font-family: none !important;
    font-size: 22px !important;
    margin-bottom: 20px;
}

.font8,
.font8 p,
.font8 div,
.font8 table,
.font8 span {
    font-family: none !important;
    font-size: 23px !important;
    margin-bottom: 20px;
}


/*分享*/

.m-share {
    float: right;
    margin-top: -5px;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    background: #c9c9c9;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone i {
    background: url(cont_ico_share_20200422.png) 4px center no-repeat;
}

.share .share-qqzone:hover {
    background-color: #fc7354;
}

.share .share-wechat {
    position: relative;
}

.share .share-wechat i {
    background: url(cont_ico_share_20200422.png) -30px center no-repeat;
}

.share .share-wechat:hover {
    background-color: #1fbc7d;
}

.share .share-weibo i {
    background: url(cont_ico_share_20200422.png) -65px center no-repeat;
}

.share .share-qq:hover {
    background-color: #27a8f2;
}

.share .share-qq i {
    background: url(cont_ico_share_20200422.png) -96px center no-repeat;
}

.share .share-weibo:hover {
    background-color: #e96157;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrconde {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    height: 100px;
    left: -98%;
    z-index: 11;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.qrconde img {
    width: 100px;
    height: 100px;
}

.share_con i {
    width: 11px;
    display: block;
    height: 7px;
    position: relative;
    z-index: 6;
    background: url(2020scjg_share_top.png) no-repeat;
    margin: 0 auto;
}

.share_con .share_con1 {
    border: 1px solid #e2e2e2;
    background-color: #f7f7f7;
    padding: 0px 5px 18px 5px;
    position: relative;
    z-index: 5;
    margin-top: -1px;
    height: 35px;
    border-radius: 5px;
}

.share_con .share_con1 li {
    float: left;
    width: 33.3%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-top: 15px;
}

.share_con li a {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.share_con a.bds_weixin {
    background: url(2020scjg_share_weixin.png) no-repeat center center;
}

.share_con a.bds_weibo {
    background: url(2020scjg_share_weibo.png) no-repeat center center;
}

.share_con a.bds_qzone {
    background: url(2020scjg_share_qzone.png) no-repeat center center;
}

.bdsharebuttonbox a {
    cursor: pointer;
}


/**微信分享时的弹框样式**/

.wx_dialog {
    background: #fff;
    border: 1px solid #ccc;
    position: fixed;
    left: 40%;
    top: 30%;
    padding: 5px;
}

.wx_dialog .bd_weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}

.wx_dialog .bd_weixin_popup_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}

.wx_dialog .wx_erm {
    padding: 20px;
}

.wx_dialog .bd_weixin_popup_foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}

@media screen and (max-width: 1000px) {
    #btns li:nth-child(3) {
        display: none;
    }
    #btns li:nth-child(4) {
        display: none;
    }
}

.con7_div ul li a {
    cursor: default;
}


/* 幻灯片背景图 */

.picture_fixed {
    background-size: cover;
}


/* hover效果 */

.tit_links li a {
    display: block;
    position: relative;
    font-size: 1.6rem;
    transition: ease-in-out .3s;
}

.tit_links li.on a:before,
.tit_links li:hover a:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #00469b;
}

.tit_links li.on a,
.tit_links li:hover a {
    font-weight: bold;
    color: #00469b;
}

@media screen and (max-width: 992px) {
    .top_ul ul li.on a:before {
        background: #FFFFFF;
    }
}


/* 细览图片 */

@media screen and (min-width:993px) {
    .xl_nr img {
        max-width: 60%;
        display: block;
        margin: 0 auto;
    }
}

#qrcode img{
    display:inline-block\0 !important;
}