@charset "utf-8";

/*-----------------------------theme主题-----------------------------*/
html,
body {
    font: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, Tahoma,    sans-serif;
    color: #333;
    background-color: #F5F5F5;
    word-wrap: break-word;
    overflow-x: hidden;
}

a {
    color: #333;
}

a:hover,
a:focus {
    color: #0D70CE;
    cursor: pointer;
}

.theme-lm>* {
    font-size: 20px;
    padding: 0 10px;
    float: left;
    line-height: 45px;
    height: 45px;
    color: #3560a0;
}

.theme-lm>*.active {
    color: #3560a0;
    border-bottom: 2px solid #3560a0;
}

.theme-lm img {
    float: left;
    margin-top: 7px;
}

.theme-more a,
a.theme-more {
    line-height: 45px;
    color: #C9C9C9;
    float: right;
    font-size: 14px;
}

.theme-time {
    color: #737373;
    float: right;
    margin-left: 15px;
}

.theme-list li {
    padding-left: 15px;
    background: url(../images/icon/icon2.jpg) no-repeat 0 center;
    line-height: 35px;
}

.theme-ct {
    /* margin-bottom: 30px; */
    /* padding: 0 20px 20px; */
    /* margin-top: 8px; */
}

.theme-dqwz {
    background: url(../images/public/location.png) no-repeat 0 center;
    /* padding: 18px 0 18px 35px; */
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-size: 16px;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, Tahoma, sans-serif;
    background: #fff;
    padding-left: 20px;
    margin: 0;
    padding-top: 10px;
    position: relative;
    top: -17px;
}

.theme-dqwz a {
    color: #333;
}

/*-----------------------------header页眉-----------------------------*/

.header-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.header-video video {
    height: 100%;
    width: 100%;
}

.header-box {
    position: relative;
    z-index: 2;
}


.hdtop {
    width: 100%;
    line-height: 44px;
    border-bottom: 1px solid #B3CFFF;
}

.hdtop a {
    color: #2354AF;
}

.hdtop .fl .split {
    color: #2354AF;
    margin: 0 8px;
}

.hdtop .fr * {
    display: inline-block;
    vertical-align: middle;
}

.hdtop .fr .split {
    color: #2354AF;
    margin: 0 20px;
}

.hdtop a+a {
    margin-left: 35px;
}

.hdtop .lang {
    line-height: 24px;
    ;
    padding: 3px 5px;
    border: 1px solid #205BB8;
    border-radius: 7px;
}

.logobox {
    margin-top: 65px;
    text-align: center;
}

.searchbox {
    /* margin: 15px auto 0; */
    /* border: 1px solid #AACBF5; */
    position: relative;
    top: 3px;
    right: -5px;
}

.searchbox input {
    width: 100%;
    height: 54px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 110px;
    outline: none;
    border: none;
    background: transparent;
    border-radius: 4px;
    box-shadow: -5px 4px 16px rgba(35, 84, 175, 0.2);
}

.searchbox .btn {
    position: absolute;
    right: 5px;
    top: -8px;
    width: 100px;
    margin-top: 0;
    height: 44px;
    border-radius: 0 4px 4px 0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    line-height: 44px;
    /* padding-left: 46px; */
    background: #0262D6 url(../images/public/ss_ico.png) no-repeat 15px center;
}


/* 气氛头部样式结束 */
.menubtn {
    width: 26px;
    height: 58px;
    position: absolute;
    top: -6px;
    right: 10px;
    z-index: 999999;
    float: right;
    cursor: pointer;
    display: none;
    transition: 0.4s;
    cursor: pointer;
}

.menubtn.active {
    position: fixed;
}

.menubtn span {
    margin-top: 28px;
    display: block;
    width: 15px;
    height: 2px;
    background: #205BB8;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menubtn span:after,
.menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 2px;
    left: 0;
    background-color: #205BB8;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menubtn span:before {
    top: -8px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menubtn span:after {
    bottom: -8px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.menubtn.active span:after,
.menubtn.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
    background: #fff;
}

.menubtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menubtn.active span:after {
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fix-mainNav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10002;
    height: 0;
    overflow: hidden;
    background: #1E72D9;
    opacity: 0;
    box-shadow: 0 0 5px 2px rgba(0, 45, 113, 0.5);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.fix-mainNav .container,
.fix-mainNav ul {
    height: 100%;
}

.fix-mainNav .container {
    width: 1350px;
}

.fix-mainNav ul li {
    float: left;
    margin: 0 59px;
}

.fix-mainNav ul li.li-index {
    margin-left: 57px;
}

.fix-mainNav ul li a {
    display: block;
    text-align: center;
    font-weight: 600;
}

.fix-mainNav ul li a span {
    display: inline-block;
    position: relative;
    padding: 30px 0 25px;
    color: #fff;
    font-size: 1.25em;
    line-height: 25px;
}

.fix-mainNav ul li a:hover,
.fix-mainNav ul li.on a {
    font-weight: bold;
}

.fix-mainNav ul li a span:after {
    content: '';
    height: 4px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 3px;
}

.fix-mainNav ul li a:hover span:after,
.fix-mainNav ul li.on a span:after {
    width: 100%;
}

.fix-mainNav .fix-search-btn img,
.fix-mainNav ul li a,
.fix-mainNav ul li a span:after {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.fix-mainNav.on {
    opacity: 1;
    height: 80px;
    overflow: visible;
}

.fix-mainNav .fix-search-btn {
    position: relative;
    cursor: pointer;
    width: 7%;
    top: 21px;
}

.fix-mainNav .fix-search-btn img {
    display: none;
    position: relative;
    display: none;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fix-mainNav .fix-search-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 0;
    background: url(../images/public/fix_search_bg1.png) no-repeat;
    background-size: 100% 100%;
}

.fix-mainNav .fix-search-btn:hover {
    transform: scale(1.05);
}

.fix-search {
    /* display: none; */
    margin: 0 auto;
    width: 32.48%;
    /* max-width:366px; */
    padding: 0 3% 11px;
    background: url(../images/public/fix_search_bg2.png) no-repeat center;
    background-size: 100% 100%;
}

.fix-search .fix-search-box {
    position: relative;
    padding: 0 47px 0 20px;
    /* background: #2584e3; */
    margin: 0 auto 8px;
    height: 30px;
    line-height: 30px;
    border-radius: 19px;
}

.fix-search .fix-search-box input {
    border: none;
    background: none;
    outline: none;
    color: #fff;
}

.fix-search .fix-search-box .fix-s-txt {
    width: 100%;
    height: 100%;
}

.fix-search .fix-search-box .fix-s-txt::placeholder {
    color: #fff;
}

.fix-search .fix-search-box .fix-s-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 47px;
    background: url(../images/public/fix_seaicon.png) no-repeat center;
}

.fix-mainNav.showSea {
    background-image: linear-gradient(#2181e7 8%, #3a95f2);
}

.fix-mainNav.showSea ul li {
    transition: all 0.2s;
}

.fix-mainNav.showSea .fix-search-btn {
    width: 84px;
    display: none;
    transition: all 0.05s;
}

.fix-mainNav.on .fix-search-btn:before {
    height: 15px;
    transition-delay: 0.4s;
}

#fixsearchForm {
    display: block;
    height: 100%;
}

/*-----------------------------footer页脚-----------------------------*/

#wzaslh img {
    width: 110px;
}


.yqljtab ul {
    font-size: 0;
}

.yqljtab li {
    float: left;
    position: relative;
    padding-left: 22px;
    width: 21.5%;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, .3);
}

.yqljtab li+li {
    margin-left: 4.65%;
}

.yqljtab li::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 7px;
    right: 22px;
    top: 50%;
    margin-top: -3px;
    background: url(../images/public/down.png) no-repeat;
    transition: all .2s;
}

.yqljtab li.on::after {
    transform: rotate(180deg);
}

.yqljcon {
    margin-top: 20px;
}

.yqljcon ul {
    padding: 0 20px;
    display: none;
}

.yqljcon li {
    width: 20%;
    float: left;
}

.yqljcon li a {
    line-height: 42px;
    color: #fff;
    font-size: 18px;
}

.wzinfobox {
    padding: 20px 0;
}

.wzinfobox .wzbs {
    float: left;
    text-align: center;
    margin-right: 75px;
    margin-top: 40px;
}

.wzinfobox .wzbs span,
.wzinfobox .jbzq span {
    display: inline-block;
    vertical-align: middle;
}

.wzinfobox .wzbs span+span,
.wzinfobox .jbzq span+span {
    margin-left: 20px;
}

.wzinfobox .jbzq {
    float: right;
    text-align: center;
    margin-top: 60px;
    margin-right: 40px;
}

.wzinfobox .wzinfo {
    color: #fff;
    display: inline-block;
    line-height: 30px;
}

.wzinfobox .wzinfo a {
    color: #fff;
}

.wzinfo .lxwm {
    text-align: center;
}

.wzinfo .lxwm .split {
    margin: 0 10px;
}

.wzinfo .info span+span {
    margin-left: 8px;
}

.wzinfobox .jbzq img {
    height: 54px;
}

/*-----------------------------list列表-----------------------------*/
.listcon {
    background: #fff;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
}

.list-fl {
    width: 20%;
    /* display: inline-block; */
    /* float: left; */
}

.list-fl>p {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #0f4fa6;
    background-size: 100% 100%;
    line-height: 113px;
    font-family: '宋体';
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    text-overflow: ellipsis;
    height: 113px;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
}

.list-lm {
    margin-top: 6px;
    padding: 0;
}

.list-lm li {
    line-height: 60px;
    background: #F8F8F8;
    /* margin-top: 10px; */
    font-size: 20px;
    /* padding-left: 60px; */
    position: relative;
    text-align: center;
    color: #333;
    background: #f6f8fa;
}

.list-lm li:before {
    display: none;
    content: "";
    background: #2354AF;
    width: 3px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.list-lm li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
    padding: 0 25px 0 20px;
    color: #666;
    color: #333;
    font-size: 16px;
}

.list-lm li.on {
    /* background: #F8F8F8 url(../images/public/navlistbg.png) no-repeat 96% center; */
}

.list-lm li.on:before {
    display: block;
}

.list-lm li.on a,
.list-lm li:hover a {
    font-weight: bold;
    color: #2354AF;
}

.list-fr {
    width: 78%;
    /* display: inline-block; */
    /* float: right; */
}
#bm_detail table {
    border-collapse: collapse; /* 将 collapse 移到 table 本身上 */
    width: 100%;
}
#bm_detail table th, #bm_detail table td {
    border: 1px solid #333;
    padding: 8px;
}
.list-fr>p {
    margin-bottom: 20px;
    margin: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #E5E5E5;
}

.list-fr>p span {
    font-size: 24px;
    font-weight: bold;
    color: #1E5AA8;
    text-align: center;
    line-height: 19px;
    float: left;
    padding-bottom: 17px;
    /* background: url(../images/public/lmbg.png) no-repeat bottom center; */
    font-size: 24px;
    color: #11468c;
    height: 6px;
    border-left: 6px solid #11468c;
    bottom: 19px;
    margin-bottom: 17px;
    padding-left: 10px;
}

.paixu {
    float: left;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    font-size: 18px;
    color: #C7C7C7;
}

.list li {
    line-height: 50px;
    padding-left: 20px;
    background: url(../images/public/list_ico.png) no-repeat 0 center;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* background: #000; */
}
.list  {
   padding:0;
}

.list li span {
    float: right;
    color: #A6A6A6;
    margin-left: 20px;
    position: relative;
}

.list .hr {
    border-bottom: dashed 1px #A6A6A6;
    width: 100%;
    height: 0;
    margin: 20px 0;
}

.list.pic li+.hr {
    display: none;
}

.list.pic li {
    padding-left: 0;
    background-image: none;
    margin-bottom: 20px;
}

.list.pic li:hover {
    transform: initial;
}

.list.pic li:after {
    display: block;
    content: " ";
    clear: both;
    border-bottom: 1px dashed #ccc;
    padding-top: 20px
}

.list.pic li:last-child::after {
    display: none;
}

.list.pic li>a {
    float: left;
    width: 23%;
    margin-right: 20px;
}

.list.pic li>a img {
    width: 100%;
    height: 150px;
    border: 1px solid #e5e5e5;
}

.list.pic li dl dt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    transition: all .5s;
}

.list.pic li dl dt:hover {
    transform: translateX(1em);
}

.list.pic li dl dd {
    text-indent: 2em;
    white-space: initial;
    color: #8c8c8c
}

.list.pic li dl dd a {
    color: #d20707;
}

.newicon {
    background: url(../images/icon/iconnew.jpg) no-repeat 0 center !important;
    padding-left: 35px !important;
}

/*分页*/
#page-div {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.pagination-first,
.pagination-last {
    margin: 10px 0;
}

.pagination-index,
.pagination-num {
    border: 1px solid #3871a6;
    margin: 0 3px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 3px;
    color: #3871a6;
}

.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover {
    background: #3871a6;
    color: white;
}

.pagination-last span {
    margin: 0 5px;
}

.pagination-last input {
    height: 18px;
    width: 30px;
    text-align: center;
    border: 1px solid #333;
}

@media (max-width:768px) {
    .pagination-last small {
        display: none;
    }

    .pagination-index,
    .pagination-num {
        padding: 0 4px;
    }
}

/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
.imgratio {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}

.imgratio .pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.imgratio .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.imgratio.free .pic img {
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

@media (max-width:414px) {
    .imgratio {
        padding-top: 66.67%;
    }
}

/*-----------------------------图片列表-----------------------------*/
.page-piclist .list-fr {
    float: none;
    width: auto;
}

.piclist {
    overflow: hidden;
    zoom: 1;
}

.page-piclist #page-div {
    margin-top: 40px;
}

.piclist {
    margin: -20px -15px 0;
}

.piclist li {
    position: relative;
    float: left;
    width: 25%;
}

.piclist li a {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 20px 15px 0;
}

.piclist li .text {
    display: block;
    padding: 15px;
    text-align: center;
    background-color: #f4f4f4;
}

.piclist li .text br {
    display: none;
}

.piclist li .text span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.piclist .imgratio {
    padding-top: 42.35%;
}

.piclist-tsfy .imgratio {
    padding-top: 159.375%;
}

@media (max-width:992px) {
    .piclist li {
        width: 50%;
    }
}

@media (max-width:480px) {
    .piclist li {
        width: 100%;
    }
}

/*-----------------------------detail详情-----------------------------*/
.detail {
    background: #FFFFFF;
    padding: 25px;
    position: relative;
    top: -17px;
}

.detail>h1 {
    font-size: 33px;
    text-align: center;
    line-height: 48px;
    padding: 20px 15px;
    color: #2462B3;
    color: #333333;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, Tahoma, sans-serif;
}

.inform {
    border-bottom: 1px solid #E5E5E5;
    line-height: 40px;
    color: #808080;
    font-size: 15px;
    text-align: center;
    padding-bottom: 20px;
}

.inform div {
    display: inline-block;
    margin: 0 20px;
}

.inform div:last-child {
    margin-left: 0;
}

.inform .fontsize img,
.inform .fontsize span {
    margin: 0 5px;
    cursor: pointer;
}

.inform .dywb {
    cursor: pointer;
    /* background: url(../images/icon/print.png) no-repeat 0 center; */
    padding-left: 25px;
}

.inform .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}

.inform .fr,
#share-1 {
    margin-right: 0;
}

.social-share .social-share-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}

#NewsContent {
    padding: 20px;
    line-height: 2;
    text-indent:2em;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 14pt;
    color: #333;
}

.zrbj {
    display: block;
    margin: 10px 0;
    text-align: right;
}

#div_div {
    text-align: center;
    color: #999;
    clear: both;
}

.article-ewm {
    text-align: center;
    padding: 50px 0 30px;
}

#qr_container {
    padding-top: 5px;
    color: #b5b5b5;
    font-size: .875em;
}

.xgxw p {
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px;
}

.xgxw p i {
    width: 5px;
    height: 20px;
    background: #3871a6;
    display: inline-block;
    margin-right: 15px;
    vertical-align: -3px;
}

.xgxw ul {
    padding-bottom: 20px;
    margin: 0 -20px;
}

.xgxw li {
    float: left;
    width: 50%;
    padding: 0 20px 0 35px;
    background: url(../images/icon/dian2.jpg) no-repeat 20px center;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.xgxw li span {
    float: right;
    color: #999;
    margin-left: 20px;
}

.click-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    width: 30px;
    display: none;
}

@media print {
    .dyyc {
        display: none !important;
    }

    .detail {
        padding-top: 20px;
    }
}

.xglj .xgtit {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.xglj {
    display: none;
    padding: 20px 30px;
    border: 1px solid #ebebeb;
}

.xgtit h3:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: .25em;
    height: .9em;
    margin-top: -.45em;
    background-color: #2b5db3;
}

.xglj li {
    line-height: 40px;
    font-size: 18px;
}

.xgfj .xgtit {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.xgfj {
    display: none;
    padding: 20px 30px;
    border: 1px solid #ebebeb;
}

.xgfj h3:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: .25em;
    height: .9em;
    margin-top: -.45em;
    background-color: #2b5db3;
}

.xgfj li {
    line-height: 40px;
    font-size: 18px;
}


/* 数字人 */
.human {
    display: none;
    width: 213px;
    height: 350px;
    position: fixed;
    left: 10px;
    bottom: 50px;
    z-index: 900;
    cursor: pointer;
}

.human img {
    max-width: 100%;
}

.human .metahuman-wrap {
    width: 100%;
    height: 100%;
}

.human .closeBtn {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 20px;
    background: #ccc;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    z-index: 999 !important;
    cursor: pointer;
    bottom: -22px;
}

.human>.btn1 {
    position: absolute;
    width: 100%;
    height: 95%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 990 !important;
}

.human .szrbtn {
    position: absolute;
    left: 41%;
    top: -107px;
    z-index: 99;
    width: 125%;
}

.h_login {
    position: relative;
}

.hdtop .fr .header-user {
    display: none;
    text-align: center;
    left: 0;
    background: rgba(56, 114, 207, .5);
    position: absolute;
    top: 47px;
    width: 100%;
    padding-bottom: 5px;
}

.header-user::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    width: 0;
    height: 0;
    border: transparent solid 10px;
    border-bottom-color: rgba(56, 114, 207, .5);
    z-index: 1;
    margin-left: -8px;
    margin-top: -12px;
}

.header-user a {
    color: #fff !important;
}

.header-user dd {
    line-height: 30px !important;
    display: block !important;
}

.h_login:hover .header-user {
    display: block;
}

.human .szrbtn img.szrtsbg:nth-child(2) {
    display: none;
}

.human .szrbtn.on img.szrtsbg:nth-child(2) {
    display: block;
}

.human .szrbtn.on img.szrtsbg:nth-child(1) {
    display: none;
}


/*-----------------------------添加类名（辅助）-----------------------------*/
/* 滚动条样式 */
.scroll {
    overflow-y: auto;
    height: 100%;
    padding-right: 15px;
}

.scroll::-webkit-scrollbar {
    width: 10px;
}

/* 整个滚动条 */
.scroll::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 5px;
}

/* 滚动条轨道 */
.scroll::-webkit-scrollbar-track-piece {}

/* 滚动条没有滑块的轨道部分 */
.scroll::-webkit-scrollbar-thumb {
    background-color: #ddd;
    background-clip: padding-box;
    min-height: 30px;
    border-radius: 5px;
}

/* 滚动条上的滚动滑块 */
.scroll::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

/*-----------------------------********-----------------------------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*-----------------------------动画-----------------------------*/
@keyframes myfirst {
    0% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(-15deg);
    }

    80% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes myfirst

/* Firefox */
    {
    0% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(-15deg);
    }

    80% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes myfirst

/* Safari 和 Chrome */
    {
    0% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(-15deg);
    }

    80% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-o-keyframes myfirst

/* Opera */
    {
    0% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(-15deg);
    }

    80% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes overturn {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@-moz-keyframes overturn

/* Firefox */
    {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes overturn

/* Safari 和 Chrome */
    {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@-o-keyframes overturn

/* Opera */
    {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@keyframes magnify {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.3);
    }
}

@-moz-keyframes magnify

/* Firefox */
    {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.3);
    }
}

@-webkit-keyframes magnify {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.3);
    }
}

@-o-keyframes magnify {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.3);
    }
}

/*-----------------------------响应式-----------------------------*/
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.container {
    width: 1400px;
    /* position: relative; */
    /* top: -9px; */
}

@media (max-width: 1500px) {
    .container {
        width: 1200px;
    }

   
    .wzinfobox .wzbs {
        margin-right: 10px;
    }

    .wzinfobox .wzbs span+span,
    .wzinfobox .jbzq span+span {
        margin-left: 0px;
    }

    .wzinfobox .wzbs span,
    .wzinfobox .jbzq span {
        transform: scale(0.9);
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }

    .theme-ct {
        padding-left: 10px;
        padding-right: 10px;
    }

    .theme-dqwz {
        background-position-y: 20px;
    }

    /* list */
    .list-fl {
        display: none;
    }

    .list-fr {
        width: 100%;
    }

    .list.pic li>a {
        width: 100%;
        margin-right: 0;
        display: block;
        float: initial;
        margin-bottom: 20px;
    }

    .list.pic li>a img {
        height: 200px;
    }

    /* dtail */
    #NewsContent {
        padding-left: initial;
        padding-right: initial;
    }

    #NewsContent img {
        height: initial !important;
    }

    .detail>h1 {
        font-size: 20px;
        padding: 0 0 20px 0;
    }

    .inform {
        line-height: 25px;
        padding: 10px 0;
    }

    .xgxw li {
        float: initial;
        width: initial;
    }

    .inform .removedis,
    .click-top {
        display: none;
    }

}

@media (max-width: 992px) {}

@media (max-width: 1200px) {
  

    .header-video {
        display: none;
    }

    .container {
        padding: 0 10px;
    }


    .menubtn {
        display: block;
    }

    .hdtop {
        padding: 0 10px;
    }

    .hdtop .fl {
        display: none;
    }

    .hdtop .fr {
        float: left;
    }

    .hdtop a+a {
        margin-left: 15px;
    }

    .hdtop .fr .split {
        margin: 0 10px;
    }

    .logobox {
        width: 80%;
        margin: 35px auto 0;
    }

    .searchbox {
        width: 90%;
        display: none !important;
    }

 

    .fix-mainNav {
        display: none;
    }

    .yqlj {
        /* display: none; */
    }

    .yqljtab li {
        width: 50%;
    }

    .yqljcon li {
        width: 50%;
    }

    .yqljtab li+li {
        margin-left: 0;
    }

    .wzinfobox .wzinfo {
        padding: 0 10px;
        font-size: 14px;
        text-align: center;
    }

    .wzinfo .lxwm .split {
        margin: 0 5px;
    }

    /* .wzinfo .info span{display:block;margin: 0 5px;text-align: center;} */
    .wzinfobox .wzbs,
    .wzinfobox .jbzq {
        float: unset;
    }

    .wzinfobox .wzbs span,
    .wzinfobox .jbzq span {
        transform: scale(1);
    }

    .wzinfobox .wzbs span img,
    .wzinfobox .jbzq span img {
        height: 50px;
    }

    .wzinfobox .wzbs,
    .wzinfobox .jbzq {
        margin-top: 15px;
    }


}


@media (max-width: 680px) {
    .inform .fr {
        float: none;
    }


}

#NewsContent table td {
    border: 1px solid #ddd;
}

.baiyun {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    animation: float 20s linear infinite;
}

/* 白云飘动动画 */
@keyframes float {
    0% {
        transform: translateX(0) translateY(0);
    }

    25% {
        transform: translateX(-20px) translateY(10px);
    }

    50% {
        transform: translateX(-40px) translateY(0);
    }

    75% {
        transform: translateX(-20px) translateY(-10px);
    }

    100% {
        transform: translateX(0) translateY(0);
    }
}

#canyou_toolbar_div {
    background-color: #205bb8 !important;
}

.cursor_auto:hover {
    cursor: auto !important;
}