* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "Microsoft YaHei";
    background: #ffffff;
    color: #333;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul,
li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

i,
em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.mobileNone {
    display: none !important;
}

.wjb_header {}

.wjb_rightInfo {
    font-size: 0.24rem;
    line-height: 0.24rem;
    padding: 0.18rem 0.25rem 0;
    height: 0.6rem;
    background: #f1f1f1;
    box-sizing: border-box;
}

.wjb_linkA {
    float: left;
    color: #333;
    font-weight: bold;
}

.wjb_loginA {
    float: right;
    padding: 0 0.24rem;
    color: #333;
    border: none;
}

.wjb_registerA {
    float: right;
    padding-left: 0.24rem;
    color: #c20609;
    border-left: 1px solid #bcbcbc;
}

.wjb_logo img {
    display: block;
    width: 100%;
}

.wjb_header_my {
    float: right;
    position: relative;
}

.wjb_header_my span {
    display: inline-block;
    width: 1.3rem;
    font-size: 0.24rem;
    color: #0d3988;
    cursor: pointer;
    background: url(wjb_mobile_icon_arrow02.png) right center no-repeat;
    background-size: 0.18rem auto;
}

.wjb_header_myList {
    display: none;
    position: absolute;
    top: 0.38rem;
    right: 0;
    width: 2.1rem;
    height: auto;
    padding: 0.13rem 0 0.18rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0rem 0.05rem 0.07rem 0.03rem rgba(197, 197, 197, 0.32);
    z-index: 2;
}

.wjb_header_myList a {
    display: block;
    width: 100%;
    height: 0.78rem;
    font-size: 0.28rem;
    color: #666;
    line-height: 0.78rem;
    text-align: center;
}

.wjb_header_myList a:hover {
    color: #0d3988;
    background: #eef5fa;
}

.wjb_searchBox {
    position: relative;
    height: 0.6rem;
    margin: 0 0.58rem 0.3rem;
    border: 1px solid #b8bec6;
    clear: both;
}

.wjb_searchBox input {
    float: left;
    padding-left: 0.15rem;
    width: 5rem;
    font-size: 0.28rem;
    color: #333;
    height: 0.6rem;
    line-height: 0.6rem;
}

.wjb_searchBox a {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 1.1rem;
    height: 0.62rem;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.62rem;
    text-align: center;
    background: #2d5da7;
}

.wjb_nav {
    height: 0.8rem;
    background: #2d5da7;
}

.wjb_navBox {
    overflow-x: scroll;
    scrollbar-width: none;
}

.wjb_navBox::-webkit-scrollbar {
    display: none;
    width: 0px;
    height: 0px;
}

.wjb_nav .wjb_content1200 {
    width: 130%;
    padding: 0 0 0 0.25rem;
}

.wjb_nav a {
    position: relative;
    float: left;
    display: block;
    /*    width: 16.6%;*/
    height: 0.8rem;
    padding: 0.26rem 0.24rem;
    font-size: 0.28rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.28rem;
    text-align: center;
    box-sizing: border-box;
}

.wjb_nav a:after {
    position: absolute;
    top: 0.29rem;
    right: 0;
    content: '';
    width: 0.02rem;
    height: 0.22rem;
    background: #7399d7;
}

.wjb_nav a:last-child:after {
    background: none;
}

.wjb_nav a:hover {
    color: #d6f6fb;
}

.wjb_nav .wjb_nav_index {
    text-align: left;
    padding-left: 0.4rem;
    background: url(wjb_mobile_icon_home.png) left center no-repeat;
    background-size: 0.28rem 0.28rem;
}

.wjb_container {
    padding-bottom: 1.2rem;
    background: #f5f5f5 url(wjb_mobile_contBg.jpg) left top no-repeat;
    background-size: 100% auto;
}

.wjb_content1200 {
    width: 100%;
    padding: 0.47rem 0.25rem 0;
    box-sizing: border-box;
}

.wjb_footer {
    position: relative;
    padding-bottom: 0.56rem;
    background: #78889f;
}

.wjb_footerTopUl {
    position: absolute;
    left: 50%;
    width: 7rem;
    height: 0;
    margin-left: -3.5rem;
    z-index: 10;
    box-sizing: border-box;
}

.wjb_footerTopUlBox {
    display: none;
    height: 100%;
    box-sizing: border-box;
    background: rgba(85, 106, 137, 0.97);
    padding: 0.25rem 0.25rem 0.22rem 0.55rem;
    border: 1px solid #f1f2f2;
    border-bottom: none;
}

.wjb_footerTopUlBox.active {
    display: block;
}

.wjb_footerTopUl ul {
    display: none;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    scrollbar-color: rgb(174, 178, 190) #7d90aa;
    scrollbar-width: 0.2rem;
    scrollbar-face-color: #b4c1d3;
    scrollbar-3dlight-color: #7d90aa;
    scrollbar-highlight-color: #7d90aa;
    scrollbar-shadow-color: #7d90aa;
    scrollbar-darkshadow-color: #7d90aa;
    scrollbar-track-color: #7d90aa;
    scrollbar-base-color: #7d90aa;
}

.wjb_footerTopUl ul::-webkit-scrollbar {
    width: 0.2rem;
    height: 3.35rem;
}

.wjb_footerTopUl ul::-webkit-scrollbar-track {
    background-color: #7d90aa;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

.wjb_footerTopUl ul::-webkit-scrollbar-thumb {
    background-color: #b4c1d3;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}


/*::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

 ::-webkit-scrollbar-thumb:vertical {
    height: 3.35rem;
    background-color: #BDBDBD;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

 ::-webkit-scrollbar-thumb:horizontal {
    width: 3.35rem;
    background-color: #BDBDBD;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}*/

.wjb_footerTopUl ul.active {
    display: block;
}

.wjb_footerTopUl ul li {
    display: block;
}

.wjb_footerTopUl ul li a {
    display: block;
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.72rem;
}

.wjb_footerTopUl ul li a:hover {
    color: #d6f6fb;
}

.wjb_footerLinkUl {
    position: relative;
}

.wjb_footerLinkUl li {
    display: block;
    width: 100%;
    height: 0.62rem;
    margin: 0 0 0.3rem;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.62rem;
    background: #6993b6;
    border: 1px solid #b7bfca;
    box-sizing: border-box;
}

.wjb_footerLinkUl li:hover {
    cursor: pointer;
    /*    background: #556a89;*/
}

.wjb_footerLinkUl .wjb_footerLinkUl_c.active {
    position: relative;
    background: #556a89;
    border-color: #f1f2f2;
    border-top: none;
}

.wjb_footerLinkUl li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.wjb_footerLinkUl li span {
    display: block;
    text-align: left;
    background: url(wjb_mobile_icon_top.png) center right no-repeat;
    background-size: 0.28rem auto;
}

.wjb_footerLinkUl_c1 span {
    width: 3.52rem;
    margin: 0 auto;
}

.wjb_footerLinkUl_c2 span {
    width: 2.96rem;
    margin: 0 auto;
}

.wjb_footerInfo {
    padding: 0.23rem 0 0;
    text-align: center;
    overflow: hidden;
}

.wjb_footerImg {
    font-size: 0;
}

.wjb_footer_BLImg {
    display: inline-block;
    margin: 0 0.6rem;
    vertical-align: top;
}

.wjb_footer_BLImg img {
    display: block;
    width: 0.72rem;
}

.wjb_footerText {
    padding-bottom: 0.4rem;
}

.wjb_footerText p {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
}

.wjb_footer_jiucuo {
    display: inline-block;
    margin: 0 0.6rem;
    vertical-align: top;
}

.wjb_footer_jiucuo img {
    display: block;
    width: 1.8rem;
}

.cssn_zt2_video2_rightCont {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.wjb_footTip_pop {
    width: 6.5rem;
    height: 2.67rem;
    position: fixed;
    bottom: 5.88rem;
    left: 50%;
    margin-left: -3.25rem;
    background: #fff;
    z-index: 10;
    display: none;
}

.wjb_footTip_pop dt {
    padding: 0.24rem 0 0.12rem;
    height: 0.88rem;
    text-align: center;
}

.wjb_footTip_pop dt span {
    display: block;
    font-size: 0.36rem;
    font-weight: bold;
    color: #666;
    line-height: 0.88rem;
}

.wjb_footTip_pop dt strong {
    position: absolute;
    top: 0.2rem;
    right: 0.39rem;
    font-size: 0.62rem;
    color: #999;
    font-weight: bold;
    cursor: pointer;
}

.wjb_footTip_pop dd .wjb_pop_iconTip {
    margin: 0.06rem 0 0 0.43rem;
    width: 0.42rem;
    height: 0.42rem;
    float: left;
    background: url(wjb_mobile_icon_tip.png) no-repeat;
    background-size: 0.42rem auto;
}

.wjb_footTip_pop dd p {
    width: 5rem;
    font-size: 0.28rem;
    font-family: "微软雅黑";
    color: #666;
    float: left;
    margin-left: 0.2rem;
    line-height: 0.46rem;
}

.wjb_footTip_pop .wjb_pop_orgText {
    color: #fb954d;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

#ui-datepicker-div{
    font-size: 0.26rem;
}

.ui-datepicker .ui-datepicker-title select{
    margin:3px 0;
}