@font-face {
    font-family: 'font20825';
    src: url('../fonts/font20825.woff') format('woff'), url('../fonts/font20825.ttf') format('ttf'), url('../fonts/font20825.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.fn {
    float: none;
}

.f2 {
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
    text-decoration: none;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul li a:hover {
    color: #0094f1;
}

div a:hover {
    color: #0094f1;
}

input,
form,
select,
textarea {
    margin: 0px;
    padding: 0px;
    outline: medium;
    border: 0;
    border-radius: 0;
    background: none;
    font-family: "微软雅黑";
    font-size: 14px;
}

i,
em {
    font-style: normal;
}

.mo {
    margin: 0 auto;
}

.most {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.roundBorder {
    border-radius: 15px;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.dsk {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}


/*定位*/

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}


/*块级转换*/

.db {
    display: block;
}

.dn {
    display: none;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}


/*首页*/

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lazy {
    width: 100%;
    height: 100%;
    background: url(../images/loading.gif) 50% no-repeat;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.wrapper {
    background: url(../images/cloud.jpg) no-repeat center top;
}

.top_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.welcome {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.welcome p {
    margin-right: 20px;
}

.wechat_box,
.phone_box {
    margin-right: 20px;
    position: relative;
}

.welcome_qr {
    display: none;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.welcome_qr img {
    width: 90px;
    height: 90px;
}

.welcome_qr h3 {
    color: #333;
    font-family: 'font20825';
}

.wechat_box:hover .welcome_qr,
.phone_box:hover .welcome_qr {
    display: block;
}

.user_right,
.login_right {
    display: flex;
    align-items: center;
}

.user_right p {
    margin-right: 20px;
    color: #fff;
}

.user_right a {
    color: #fff;
}

.login_right a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    width: 60px;
    height: 34px;
    border-radius: 2px;
    border: 1px #fff solid;
}

.login_right a:hover {
    opacity: 0.8;
}

.login_right a:nth-child(1) {
    background-color: #fff;
    color: #0f4e88;
}

.login_right a:nth-child(2) {
    color: #fff;
}

.index_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
    margin-bottom: 35px;
}

.index_header_left {
    display: flex;
    align-items: center;
}

.search {
    width: 260px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 45px;
    box-sizing: border-box;
    padding: 0 20px;
    background: url(../images/search_bg.png) no-repeat;
}

.search input[type="text"] {
    flex: 1;
    color: #fff;
}

.search input[type="text"]::placeholder {
    color: #fff;
}

.search input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/zoom.png) no-repeat;
    cursor: pointer;
}
.search input[type="button"] {
    width: 22px;
    height: 22px;
    background: url(../images/zoom.png) no-repeat;
    cursor: pointer;
}

.header-air-zl {
    width: 300px;
    height: 70px;
    /*background: url(../images/airbg.png) 0 center no-repeat;*/
    /*background-size: contain;*/
    box-sizing: border-box;
    position: relative;
}

.header-air-zl .status {
    /*margin-left: 50px;*/
    cursor: pointer;
}

.header-air-zl .status.one .status-type {
    color: #a4fff5;
}

.header-air-zl .status.one .status-val {
    background-color: #a4fff5;
    color: #0b8579;
}

.header-air-zl .status.two .status-type {
    color: #ffff00;
}

.header-air-zl .status.two .status-val {
    background-color: #ffff00;
    color: #775600;
}

.header-air-zl .status.three .status-type {
    color: #ff7e00;
}

.header-air-zl .status.three .status-val {
    background-color: #ff7e00;
    color: #731800;
}

.header-air-zl .status.four .status-type {
    color: #ff0000;
}

.header-air-zl .status.four .status-val {
    background-color: #ff0000;
    color: #ffa59c;
}

.header-air-zl .status.five .status-type {
    color: #99004c;
}

.header-air-zl .status.five .status-val {
    background-color: #99004c;
    color: #ff8383;
}

.header-air-zl .status.six .status-type {
    color: #7e0023;
}

.header-air-zl .status.six .status-val {
    background-color: #7e0023;
    color: #ff809e;
}

.header-air-zl .personimg {
    margin-top: -54px;
    margin-left: -13px;
    width: 150px;
}

.header-air-zl .status-type {
    font-family: 'font20825';
    font-size: 50px;
    line-height: 70px;
    font-stretch: normal;
    letter-spacing: -3px;
    text-align: center;
}

.status-zt {
    margin-left: 20px;
}

.header-air-zl .status-val {
    width: 70px;
    height: 24px;
    margin-top: 14px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
}

.header-air-zl .status-pm {
    font-size: 20px;
    color: white;
    padding-right: 3px;
    line-height: 32px;
    text-align: center;
}

.header-air-zl .status-pm span {
    font-size: 16px;
    /*color: #450909;*/
    vertical-align: sub;
}

.air {
    display: none;
    position: absolute;
    top: 74px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 337px;
    padding: 18px 13px 20px 31px;
    background-color: #ffffff;
    border: solid 1px #669ff1;
    text-align: left;
    box-sizing: border-box;
}

.air-aqi-more {
    display: none;
    position: absolute;
    top: 77px;
    left: 50%;
    margin-left: -6px;
}

.air-sj {
    display: none;
    position: absolute;
    top: 77px;
    left: 50%;
    margin-left: -12px;
    z-index: 0;
}

.time-air ul {
    padding-right: 11px;
    font-size: 14px;
    color: #333333;
}

.time-air li {
    overflow: hidden;
    margin-bottom: 8px;
}

.time-air .fl {
    width: 98px;
}

.time-air .fl.status {
    text-align: center;
    color: #00a213;
    line-height: 66px;
}

.time-air .fl.status img {
    width: 109px;
    height: 83px;
}

.time-air ul .fr {
    width: 172px;
    color: #2a91d6;
}

.time-air ul .pm-num {
    font-size: 12px;
    vertical-align: sub;
}

.time-air ul .fr img {
    width: 109px;
    height: 83px;
}

.hour-air {
    margin-top: 16px;
}

.hour-air ul {
    margin-top: 10px;
    margin-left: -9px;
}

.hour-air li {
    float: left;
    width: 25%;
    height: 42px;
    font-size: 12px;
    color: #999999;
    text-align: center;
}

.hour-air .active {
    color: #333333;
}

.hour-air .icon {
    width: 15px;
    height: 15px;
    margin: 4px auto;
    border-radius: 62px;
    cursor: pointer;
}

.hour-air .icon img {
    margin-top: 2px;
}

.hour-air .icon.one {
    background-color: #00e400;
}

.hour-air .icon.two {
    background-color: #ffff00;
}

.hour-air .icon.three {
    background-color: #ff7e00;
}

.hour-air .icon.four {
    background-color: #ff0000;
}

.hour-air .icon.five {
    background-color: #99004c;
}

.hour-air .icon.six {
    background-color: #7e0023;
}

.hour-air li:hover .icon {
    width: 18px;
    height: 18px;
    margin: 2px auto;
}

.hour-air li:hover .icon img {
    margin-top: 4px;
}

.hour-air .hour-line {
    position: relative;
    top: -15px;
    z-index: -1;
    height: 1px;
    background-color: #bbbbbb;
}

.hour-air .time {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    text-align: center;
}

.hour-air .item {
    width: 50%;
    font-size: 12px;
    color: #999999;
    text-align: center;
}

.hour-air .item .status {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.hour-air .item .pm {
    font-size: 18px;
    color: #333333;
}

.hour-air .pm span {
    font-size: 14px;
    vertical-align: sub;
}

.header-air-zl:hover>.air-sj {
    display: block;
}

.header-air-zl:hover>.air {
    display: block;
}

.header-air-zl:hover>.air-aqi-more {
    display: none;
}

.nav ul {
    display: flex;
    padding: 0 10px;
}

.nav li {
    width: 160px;
    height: 45px;
    margin-right: -15px;
    background: url(../images/nav1.png) no-repeat;
    position: relative;
}

.nav li:nth-child(1) {
    z-index: 9;
}

.nav li:nth-child(2) {
    z-index: 8;
}

.nav li:nth-child(3) {
    z-index: 7;
}

.nav li:nth-child(4) {
    z-index: 6;
}

.nav li:nth-child(5) {
    z-index: 5;
}

.nav li:nth-child(6) {
    z-index: 4;
}

.nav li:nth-child(7) {
    z-index: 3;
}

.nav li:nth-child(8) {
    z-index: 2;
}

.nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.nav li.on {
    background: url(../images/nav2.png) no-repeat;
    z-index: 9;
}

.nav li.on a {
    color: #fff;
}

.internet_btn {
    width: 160px;
    height: 45px;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -15px;
    background: url(../images/nav1.png) no-repeat;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.home_wrap {
    padding: 45px 30px;
    margin-bottom: 40px;
    border-radius: 6px;
    border: 1px #d7dee5 solid;
    background-color: #fff;
}

.row {
    display: flex;
    justify-content: space-between;
}

.banner {
    width: 540px;
    overflow: hidden;
}

.banner_slide {
    width: 100%;
    height: 440px;
}

.banner_img {
    width: 100%;
    height: 440px;
    position: relative;
}

.banner_img img {
    height: 440px;
}

.banner_img p {
    width: 100%;
    height: 80px;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 80px;
    background-color: #0f4e88;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.banner_slide .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.banner_slide .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.banner_slide .swiper-pagination {
    bottom: 90px !important;
    text-align: right;
}

.home_notice {
    width: 550px;
}

.notice_ti {
    margin-bottom: 25px;
    border-radius: 6px;
    background-color: #f6f7f8;
}

.notice_ti ul {
    display: flex;
}

.notice_ti li {
    width: 25%;
    height: 46px;
    border-radius: 6px;
}

.notice_ti li.on {
    background-color: #0f4e88;
}

.notice_ti li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #666;
}

.notice_ti li.on a {
    font-weight: bold;
    color: #fff;
}

.notice_box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #e6e6e6 dashed;
}

.notice_title {
    margin-bottom: 15px;
    height: 60px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice_title a {
    color: #333;
}

.notice_con {
    height: 56px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.notice_left {
    width: 480px;
    display: flex;
    align-items: center;
}

.notice_left i {
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #0059a4;
}

.notice_link {
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.notice_link a {
    color: #333;
}

.notice_item span {
    font-size: 16px;
    color: #999;
}

.goin_ti {
    width: 260px;
}

.goin_ti li {
    margin-bottom: 10px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 80px;
    box-sizing: border-box;
    background-color: #d8eeff;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.goin_ti li a{
    display: flex;
    align-items: center;
    color: #333;
}
.goin_icon1,
.goin_icon2 {
    margin-right: 15px;
}

.goin_icon2 {
    display: none;
}

.goin_ti li.on {
    background: url(../images/ibg.jpg) no-repeat;
    color: #fff;
}
.goin_ti li.on a{

    color: #fff;
}
.goin_ti li.on .goin_icon1 {
    display: none;
}

.goin_ti li.on .goin_icon2 {
    display: block;
}

.goin_content {
    width: 800px;
}

.goin_title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #e6e6e6 solid;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    
}
.goin_title h3{
    font-family: "方正黑体";
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.train {
    width: 480px;
}

.train li {
    margin-bottom: 10px;
    display: flex;
    border: 1px #f3f6fb solid;
}

.train_icon {
    width: 140px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f6fb;
}

.train_info {
    flex: 1;
    padding: 0 30px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.train_left a {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.train_left p {
    font-size: 16px;
    color: #333;
}

.blue {
    color: #007aff;
}

.green {
    color: #00e400;
}

.yellow {
    color: #ff7e00;
}

.red {
    color: #ff0000;
}

.train_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 36px;
    border-radius: 4px;
    border: 1px #007aff solid;
    font-size: 16px;
    color: #007aff;
}

.train_btn:hover {
    background-color: #007aff;
    color: #fff;
}

.train_list {
    width: 586px;
}

.train_title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #e6e6e6 solid;
}

.train_title ul {
    display: flex;
}

.train_title li {
    margin-right: 45px;
}

.train_title h3 {
    padding-bottom: 15px;
    font-size: 20px;
    color: #333;
    border-bottom: 5px #fff solid;
}

.train_title li a {
    color: #333;
}

.train_title li.on h3 {
    color: #0e4d86;
    border-bottom: 5px #0e4d86 solid;
}

.train_more {
    font-size: 14px;
    color: #333;
}

.train_news li {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px #e6e6e6 dashed;
}

/*.train_news li:last-child {
    border-bottom: none;
}
*/
.train_news li span {
    padding: 5px;
    margin-right: 10px;
    border-radius: 4px;
    background-color: #ff3f4d;
    font-size: 14px;
    color: #fff;
}

.train_link {
    width: 490px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.train_link a {
    color: #333;
}

.skin_left {
    width: 476px;
}

.skin_list {
    margin-bottom: 30px;
}

.skin_list ul {
    display: flex;
    flex-wrap: wrap;
}

.skin_list li {
    padding: 15px 0;
    width: 50%;
}

.skin_list a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #0e4d86;
}

.skin_list img {
    margin-right: 20px;
}

.skin_list a:hover {
    font-size: 18px;
    font-weight: bold;
}

.skin_item {
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #f3f8ff;
}

.skin_item:last-child {
    margin-bottom: 0;
}

.skin_img {
    width: 140px;
    height: 120px;
    margin-right: 35px;
}

.skin_img img {
    width: 140px;
    height: 120px;
}

.skin_info h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #0a3e79;
}

.ass_ti {
    width: 480px;
}

.ass_ti ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ass_ti li {
    width: 230px;
    margin-bottom: 14px;
}

.ass_ti a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px #bddcff solid;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.ass_ti img {
    margin-right: 10px;
}

.ass_icon2 {
    display: none;
}

.ass_ti a:hover {
    background: linear-gradient(180deg, #308bf2, #0373f2);
    color: #fff;
}

.ass_ti a:hover .ass_icon1 {
    display: none;
}

.ass_ti a:hover .ass_icon2 {
    display: block;
}

.ass_con {
    width: 590px;
}

.ass_info {
    margin-bottom: 30px;
}

.ass_con a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 46px;
    border-radius: 4px;
    background-color: #e0efff;
    font-size: 16px;
    color: #0059a4;
}

.ass_con a:hover {
    background-color: #007aff;
    color: #fff;
}

.books {
    width: 500px;
}

.books_wrap {
    padding: 25px 60px;
    background-color: #f5f5f5;
    position: relative;
}

.book_img {
    margin-bottom: 20px;
    height: 245px;
    overflow: hidden;
}

.book_img img {
    height: 245px;
    transition: all 0.3s;
}

.book_img:hover img {
    transform: scale(1.1);
}

.book_name {
    height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}

.book_name a {
    color: #333;
}

.books_wrap .swiper-button-next,
.books_wrap .swiper-button-prev {
    width: 10px;
    height: 16px;
}

.books_wrap .swiper-button-next:after,
.books_wrap .swiper-button-prev:after {
    display: none;
}

.books_wrap .swiper-button-next {
    right: 20px;
    background: url(../images/right_09.png);
}

.books_wrap .swiper-button-next:hover {
    background: url(../images/right_o_09.png);
}

.books_wrap .swiper-button-prev {
    left: 20px;
    background: url(../images/left_06.png);
}

.books_wrap .swiper-button-prev:hover {
    background: url(../images/left_o_06.png);
}

.law_wrap {
    width: 540px;
}

.law_title {
    margin-bottom: 15px;
    background: linear-gradient(90deg, #d8eeff, #fff);
}

.law_title ul {
    display: flex;
}

.law_title li {
    width: 150px;
    height: 50px;
    position: relative;
}

.law_title li.on {
    background-color: #007aff;
}

.law_title li.on:after {
    display: block;
    content: '';
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-top: 12px #007aff solid;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.law_title li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #0e4d86;
}

.law_title li.on a {
    color: #fff;
}

.law_list {
    padding: 15px 0;
    border-bottom: 1px #e6e6e6 dashed;
}

.law_list:last-child {
    border-bottom: none;
}

.law_list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.law_list li:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 15px;
    background-color: #0059a4;
}

.law_link {
    width: 516px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.law_list li a {
    color: #333;
}

.nearby {
    margin-bottom: 28px;
}

.nearby_title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.nearby_title:before {
    display: block;
    content: '';
    width: 6px;
    height: 24px;
    margin-right: 10px;
    background-color: #084c89;
}

.nearby_slide a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.nearby_slide img {
    height: 110px;
}

.nearby_next,
.nearby_prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.nearby_next:hover,
.nearby_prev:hover {
    background-color: rgb(0, 89, 164, .8);
}

.nearby_next {
    right: -25px;
    background-image: url(../images/nright.png);
    background-position: 10px center;
}

.nearby_prev {
    left: -25px;
    background-image: url(../images/nleft.png);
    background-position: 30px center;
}

.great_slide {
    height: 180px;
    margin-bottom: 25px;
}

.great_slide a {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 6px;
    overflow: hidden;
}

.great_slide img {
    height: 120px;
}

.links_wrap {
    padding: 45px 0;
    background-color: #f6f7f8;
    border-bottom: 6px #0f4e88 solid;
}

.links {
    width: 290px;
    height: 50px;
    background-color: #fff;
}

.links_name {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.footer_inner {
    padding: 30px 0;
    background-color: #fff;
}

.footer_inner .w1200 {
    position: relative;
}

.footer_nav {
    margin-bottom: 35px;
    text-align: center;
}

.footer_nav a {
    font-size: 14px;
    color: #333;
}

.footer_nav span {
    margin: 0 25px;
}

.footer_nav a:hover {
    font-weight: bold;
}

.contact {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.contact p {
    padding: 10px 0;
}

.footer_qr {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.copyright {
    width: 100%;
    height: 54px;
    background-color: #f6f7f8;
    font-size: 12px;
    color: #333;
}

.copyright .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
}

.beian {
    display: flex;
    align-items: center;
}

.beian img {
    margin-right: 10px;
}

.fixed1,
.fixed2 {
    width: 150px;
    height: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.fixed1 img,
.fixed2 img {
    width: 150px;
    height: 280px;
}

.fixed1 {
    margin-left: -770px;
}

.fixed2 {
    margin-left: 620px;
}

.float {
    width: 60px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 20;
}

.float ul {
    margin-bottom: 10px;
    padding: 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.float li {
    height: 110px;
    border-bottom: 1px #e6e6e6 solid;
    position: relative;
}

.float li:last-child {
    border-bottom: none;
}

.float li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.follow_box {
    display: none;
    width: 290px;
    height: 160px;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -320px;
}

.follow_box:after {
    display: block;
    content: '';
    border-top: 12px transparent solid;
    border-bottom: 12px transparent solid;
    border-left: 12px #fff solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
}

.follow_item {
    width: 110px;
    text-align: center;
}

.follow_item img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.follow_btn:hover .follow_box {
    display: flex;
}

.data_btn {
    width: 60px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #0f4e88;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #fff;
}

.data_btn:hover {
    color: #fff;
}


/* 走进协会-协会简介 */

.nav2 {
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.nav2 ul {
    display: flex;
}

.nav2 li {
    width: 150px;
    height: 50px;
}

.nav2 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #318cf2;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.nav2 li a.on {
    background-color: #0f4e88;
    color: #fff;
}

.nav2 li a:hover {
    color: #fff;
}

.inside_wrap {
    padding: 45px 30px;
    margin-bottom: 65px;
    border-radius: 6px;
    border: 1px #e0efff solid;
    background-color: #fff;
}

.inside_left {
    width: 240px;
    
}

.inside_title {
    width: 100%;
    height: 80px;
    margin-bottom: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0f4e88;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-family: "方正黑体";
}

.sub_nav li {
    margin-bottom: 1px;
}
.sub_nav li a p{
     font-family: "方正黑体";
}
.sub_link {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d8eeff;
    font-size: 16px;
    color: #333;
    position: relative;
}

.sub_link img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.minus {
    display: none;
}

.sub_link.on {
    background-color: #318cf2;
    color: #fff;
}

.sub_link.on .minus {
    display: block;
}

.sub_link.on .plus {
    display: none;
}

.sub_slide {
    display: none;
    padding: 20px;
    border: 1px #318cf2 solid;
    background-color: #fff;
}

.sub_slide p {
    padding: 10px 0;
}

.sub_slide a {
    font-size: 14px;
    color: #333;
}

.inside_right {
    width: 830px;
}

.chapter_list {
    margin-bottom: 20px;
    overflow: hidden;
}

.chapter_list ul {
    width: 105%;
    overflow: hidden;
}

.chapter_list li {
    float: left;
    width: 84px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.chapter_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 36px;
    border-radius: 4px;
    background-color: #d8eeff;
    font-size: 16px;
    color: #333;
}

.chapter_list a.on {
    background-color: #0059a4;
    color: #fff;
}


/* 入会指南 */

.download {
    padding: 35px 0;
    border-top: 1px #e6e6e6 solid;
}

.download h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.download_list {
    margin-bottom: 50px;
}

.download_list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.download_list img {
    margin-right: 15px;
}

.download_link {
    width: 750px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #0059a4;
}

.download_link a {
    text-decoration: underline;
    color: #0059a4;
}

.apply_btn {
    width: 380px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #d8eeff;
    font-size: 16px;
    font-weight: bold;
    color: #0059a4;
}

.apply_btn img {
    margin-left: 10px;
}


/* 会员单位 */

.member_row {
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #e6e6e6 dotted;
}

.member_left {
    display: flex;
    align-items: center;
}

.member_left h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    font-family: "方正黑体";
}

.member_change {
    width: 200px;
    position: relative;
}

.member_name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: relative;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.member_name img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.member_slide {
    display: none;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 20;
}

.member_slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333;
}

.member_slide a:hover {
    background-color: #d8eeff;
}

.member_search {
    display: flex;
    align-items: center;
}

.member_search input[type="text"] {
    width: 200px;
    height: 38px;
    padding: 0 20px;
    border: 1px #e6e6e6 solid;
    border-radius: 2px;
}

.member_search input[type="submit"] {
    width: 60px;
    height: 40px;
    border-radius: 2px;
    background: url(../images/zoom.png) no-repeat center center;
    background-color: #0059a4;
    cursor: pointer;
}
.member_search input[type="button"] {
    width: 60px;
    height: 40px;
    border-radius: 2px;
    background: url(../images/zoom.png) no-repeat center center;
    background-color: #0059a4;
    cursor: pointer;
}

.member_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.member_list ul:after {
    display: block;
    content: '';
    width: 260px;
}

.member_list li {
    width: 260px;
    height: 70px;
    margin-bottom: 20px;
}

.member_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    border: 1px #e0efff solid;
    font-size: 16px;
    color: #333;
}

.member_list li a:hover {
    background: #0059a4;
    color: #fff;
}

.article_content {
    margin-bottom: 45px;
}

.train_choose {
    padding: 25px;
    margin-bottom: 25px;
    background-color: #edf7ff;
}

.train_choose_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date_choose {
    background: url(../images/date_icon.png) no-repeat 220px center;
}

.ren_table table {
    width: 100%;
}

.ren_table th {
    height: 60px;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    background-color: #007aff;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.ren_table td {
    padding: 30px;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    background-color: #e0efff;
}


/* 简介与申报 */

.simple_box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #e6e6e6 dotted;
}

.simple_title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333;
}

.simple_title:before {
    display: block;
    content: '';
    width: 6px;
    height: 20px;
    margin-right: 10px;
    background-color: #007aff;
}

.contact_title {
    width: 328px;
    height: 70px;
    margin: 0 auto -35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/title_bg.png) no-repeat;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.contact_detail {
    width: 100%;
    height: 480px;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #e0eefb, #fff, #fff, #fff, #fff, #fff, #fff);
}

.contact_row {
    display: flex;
    padding: 10px 0;
    line-height: 22px;
}

.contact_name {
    width: 100px;
    text-align: right;
    font-size: 16px;
    color: #333;
}

.contact_dec {
    font-size: 16px;
    color: #333;
}

.contact_dec img {
    width: 110px;
    height: 110px;
    margin-right: 50px;
}

.contact_bg {
    background: none !important;
    box-shadow: none !important;
}

.contact_bg .layui-layer-setwin .layui-layer-close2 {
    background: url(../images/close_03.png) no-repeat;
    background-size: 100% 100%;
}

.contact_bg .layui-layer-setwin .layui-layer-close2:hover {
    background-position: 0 0;
}

.feedback {
    margin-bottom: 35px;
}

.feedback h3 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.feedback textarea {
    width: 100%;
    height: 220px;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #f4faff;
    font-size: 16px;
    resize: none;
}

.feedback input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #f4faff;
    font-size: 16px;
}

.feedback_btn {
    text-align: center;
}

.feedback_btn input {
    width: 450px;
    height: 60px;
    border-radius: 4px;
    background-color: #0059a4;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}


/* 资讯详情 */

.detail_left {
    width: 800px;
}

.article_top {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px #e6e6e6 dotted;
}

.article_top h3 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.po span {
    margin-right: 100px;
    font-size: 14px;
    color: #666;
}

.artice_content {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #e6e6e6 dotted;
}

.article_pages {
    position: relative;
}

.article_pages_row {
    width: 570px;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

.article_pages_row span {
    color: #80909b;
}

.article_pages_row a {
    color: #333;
}

.back_list {
    position: absolute;
    bottom: 0;
    right: 0;
}

.back_list:hover {
    opacity: 0.8;
}

.relevant {
    width: 270px;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 1px #ecf1ff solid;
}

.relevant_title {
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #d9eeff, #fff);
    font-size: 20px;
    font-weight: bold;
    color: #0059a4;
}

.relevant li {
    padding: 10px;
    display: flex;
}

.relevant li:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: 8px;
    margin-right: 10px;
    background-color: #0059a4;
}

.relevant_link {
    flex: 1;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.relevant_link a {
    color: #333;
}


/* 环保福利 */

.tips_row {
    padding: 20px;
    margin-bottom: 50px;
    background-color: #ecf5ff;
    font-size: 16px;
    color: #0059a4;
}

.tips_row span {
    color: #f00;
}

.mege_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mege_list ul:after {
    display: block;
    content: '';
    width: 240px;
}

.mege_list li {
    width: 240px;
    margin-bottom: 50px;
    transition: all 0.3s;
}

.mege_list li:hover {
    transform: translateY(-30px);
}

.mege_img {
    margin-bottom: 30px;
    width: 100%;
    height: 325px;
    overflow: hidden;
}

.mege_img img {
    height: 325px;
}

.mege_name {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mege_name a {
    color: #333;
}


/* 个人中心 */

.user_wrapper {
    min-height: 100vh;
    background: url(../images/user_bg.png) repeat-x #f5f5f5;
}

.user_top {
    width: 100%;
    background-color: #fff;
}

.user_top .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 180px;
}

.user_top_right {
    display: flex;
    align-items: center;
}

.user_header {
    margin-right: 40px;
    position: relative;
}

.user_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.user_img img {
    width: 60px;
    height: 60px;
}

.user_slide {
    display: none;
    width: 240px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.user_header:hover .user_slide {
    display: block;
}

.user_slide:before {
    display: block;
    content: '';
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px #fff solid;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.user_slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 59px;
    border-bottom: 1px #e6e6e6 solid;
}

.user_slide a:last-child {
    border-bottom: none;
}

.user_slide p {
    position: relative;
}

.user_slide .layui-badge {
    position: absolute;
    top: 0;
    right: -25px;
}

.user_wrap {
    padding: 80px 0;
}

.user_container {
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    background-color: #fff;
}

.user_nav {
    width: 160px;
}

.user_nav_item {
    margin-bottom: 40px;
    padding-left: 15px;
}

.user_nav_item h3 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position: relative;
}

.user_nav_item h3:before {
    display: block;
    content: '';
    width: 4px;
    height: 18px;
    background-color: #084c89;
    position: absolute;
    left: -10px;
}

.user_nav_item p {
    padding: 10px 0;
    font-size: 16px;
    color: #666;
}

.user_nav_item a {
    color: #666;
}
.user_nav_item a.on{
    color: #0094f1;
}
.user_nav_item .layui-badge {
    margin-left: 5px;
}

.con_right {
    width: 860px;
    position: relative;
}

.company {
    padding: 0 40px;
    height: 160px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: linear-gradient(180deg, #0272f2, #328cf2);
}

.company_img {
    width: 110px;
    height: 110px;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.company_img img {
    width: 110px;
    height: 110px;
}

.company_info {
    flex: 1;
}

.company_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.company_name p {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.company_name a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 34px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
}

.level {
    display: flex;
    align-items: center;
    color: #fff;
}

.level img {
    margin-right: 5px;
}

.company_detail {
    padding: 20px;
}

.company_detail li {
    padding: 15px 0;
    display: flex;
    font-size: 16px;
}

.company_detail span {
    display: block;
    width: 90px;
    margin-right: 40px;
    color: #666;
}


/* 修改信息 */

.header_pic {
    margin-bottom: 40px;
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.header_pic img {
    width: 140px;
    height: 140px;
}

.head_tips {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}


/* 修改密码 */

.u_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.u_title h3 {
    padding: 10px;
    display: inline-block;
    background: linear-gradient(90deg, #cde1f7, #fff);
    font-size: 24px;
    font-weight: bold;
    color: #333;
}


/* 入会申请 */

.apply_item {
    padding: 20px 0;
    border-bottom: 1px #e6e6e6 dotted;
}

.apply_item:last-child {
    border-bottom: none;
}

.apply_row {
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
}

.apply_name {
    width: 140px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.apply_right {
    width: 680px;
}

.file_row {
    display: flex;
    align-items: center;
}

.file_row p {
    margin-left: 15px;
    color: #999;
}

.upload_list {
    display: flex;
    flex-wrap: wrap;
}

.upload_item {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
}

.upload_item img {
    width: 100px;
    height: 100px;
}

.upload_item i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/x.png);
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 9;
    cursor: pointer;
}

.entry_item {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    height: 48px;
    border-radius: 2px;
    border: 1px #e6e6e6 solid;
}

.entry_item span {
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 120px;
}

.entry_item em {
    color: #f00;
}

.entry_item input {
    flex: 1;
}


/* 通知公告 */

.mynote_list li {
    padding: 30px 0;
    border-bottom: 1px #e6e6e6 solid;
}

.mynote_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.mynote_link {
    width: 590px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mynote_link a {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.mynote_top span {
    color: #999;
}

.mynote_con {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mynote_detail {
    padding: 45px;
    width: 860px;
    box-sizing: border-box;
    border: 1px #e6e6e6 solid;
}


/* 登录 */

.login_wrapper {
    min-height: 100vh;
    background: url(../images/login_bg.jpg);
    background-size: 100% 100%;
}

.login_box {
    width: 600px;
    height: 480px;
    margin: 60px auto 120px;
    padding: 150px 90px 0;
    box-sizing: border-box;
    background: url(../images/login_box.png) no-repeat;
    position: relative;
}

.sign_btn {
    width: 290px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 14px;
    z-index: 9;
}

.forget_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 50px;
}

.forget_row a {
    color: #0059a4;
}

.login_footer {
    padding-bottom: 15px;
}

.login_footer .footer_nav {
    color: #fff;
}

.login_footer .footer_nav a {
    color: #fff;
}

.login_footer .footer_nav a:hover {
    font-weight: bold;
    color: #0059a4;
}

.login_footer_p {
    font-size: 12px;
    text-align: center;
    color: #fff;
}


/* 注册 */

.login_btn {
    margin-right: 30px;
}

.login_btn a {
    color: #0059a4;
}

.login_container {
    padding: 45px 150px;
    box-sizing: border-box;
    background-color: #fff;
}

.login_title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.login_tips {
    margin-bottom: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #0059a4;
}

.login_tips em {
    color: #f00;
}

.login_spec {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.login_spec:before {
    display: block;
    content: '';
    width: 6px;
    height: 20px;
    margin-right: 10px;
    background-color: #0059a4;
}

.login_container em {
    color: #f00;
}

.agree a {
    color: #0059a4;
}


/* 找回密码 */

.step_bb {
    margin-bottom: 75px;
    text-align: center;
}

.code_img {
    float: left;
    margin-left: 20px;
    width: 150px;
    height: 38px;
}

.code_img img {
    width: 150px;
    height: 38px;
}

.success {
    margin-bottom: 50px;
    text-align: center;
}

.success h3 {
    margin-bottom: 30px;
    font-size: 24px;
}

.success p {
    font-size: 16px;
    color: #999;
}

.success_btn {
    text-align: center;
}
/*法律法规*/


.abag li a{
    display: block;
    width: 100%;
}
.abag li .train_link{
    width: 100%;
}
.abag li .train_link b{
    width:87%;
    font-weight:400;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap; 
    float: left;

}

.abag li .train_link em{
    float:right;
    width:12%;
}



.law_link2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.law_list li a{
    display: block;
    width: 100%;
}
.law_link2 span{
    width: 90%;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap; 
    float: left;

}

.law_link2 em{
    float:right;
    width:9%;
}

/*左侧导航*/

.sub_nav li.act .sub_link{
    background-color:#298AF5;
    color: #ffffff;
}

.sub_nav li.act .sub_link .minus{
    display: block;
}
.sub_nav li.act .sub_link .plus{
    display: none;
}
.sub_nav li.act .sub_slide{
    display:block;
}

.sub_nav li.act .sub_slide a.act{
    color:#298AF5;
}
/*文章详情*/
.artice_content {
    font-size: 15px;
    line-height: 28px;
}
.artice_content img{
    max-width: 100%;
}

.article_content {
    font-size: 15px;
    line-height: 28px;
}
.article_content img{
    max-width: 100%;
}
/*分页*/

.m50{
    margin-bottom: 50px;
}
.pageshow{
    margin: 0 0 50px 0;
}

.pageshow .prev,.pageshow .next{
    border:1px solid #e6e6e6;
    color:  #676767;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.pageshow .num{
    border:1px solid #e6e6e6;
    color: #676767;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.pageshow .current{
    background-color:#084C89;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.pageshow .fon{
    border: 1px solid #AA1B2F;
    width: 60px;
    height: 40px;
    line-height: 40px;
    color: #4D4D4D;
    text-align: center;
}

.pageshow .oang{
    background:#AA1B2F;
    width: 48px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    display:inline-block;
    outline: none;
    border: none;
    cursor: pointer;
}


.chapter_list li a.on{
    background-color: #084C89;
    color: #ffffff;
}


/*部门只能*/

.sl{
    width: 100%;
    margin: 20px auto 40px;
    overflow: hidden;
}

.sl h3{
    font-size: 20px;
    color: #333333;
    line-height: 50px;
    font-weight: bold;
}
.slb{
    line-height: 28px;
    font-size: 15px;
}
.slb img{
    max-width: 100%
}


.member_list li a{
    width: 100%;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap; 
    line-height: 52px;
    text-align: center;


}
.train_choose_left select{
    background: #ffffff;
    height: 38px;
    line-height: 38px;
    text-indent:10px;
    width: 191px;
    border: 1px solid #eee;
}

.train_choose_left .dl{
    background: #ffffff;
    height: 36px;
    line-height: 36px;
    text-indent:10px;
    width: 191px;
    border: 1px solid #eee;

}


.links select{
    appearance: none;
    width: 100%;
    line-height: 30px;
    background: #fff;
    padding: 10px;
    background: url(../images/da.png) no-repeat 258px center;
}


.ass_ti li.on{
    background: linear-gradient(180deg, #308bf2, #0373f2);
    color: #fff;
}

.ass_ti li.on a{
   color: #fff;
}



.ass_ti li.on a .ass_icon1 {
    display: none;
}

.ass_ti li.on a .ass_icon2 {
    display: block;
}



.us_box {
    display: none;
    width: 300px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -320px;
}

.us_box:after {
    display: block;
    content: '';
    border-top: 12px transparent solid;
    border-bottom: 12px transparent solid;
    border-left: 12px #fff solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
}

.us_item {
    padding: 20px;
    padding-left: 60px;
    position: relative;
    text-align: left;
}

.chat_icon {
    position: absolute;
    top: 20px;
    left: 20px;
}

.us_info h3 {
    margin-bottom: 20px;
    font-size: 16px;
}

.us_info p {
    margin-bottom: 20px;
    font-size: 14px;
}

.us_info img {
    width: 100px;
    height: 100px;
}

.us_btn:hover .us_box {
    display: block;
}

.apply_name em{
    color: #f00;
}

.ruom{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    color: #004A8B;
    font-size: 18px;
}

.dax{
    display: flex;
    margin-bottom:20px;
}

.dax span{
    margin-right:20px;
}
.dv h3{
    font-size:15px;
    margin-bottom: 15px;
}


.logim{
    /*width: 413px;*/
    /*height: 86px;*/
    object-fit: contain;
}

.nbs{
    margin: 32px 0 32px 30px;
    font-size: 20px;
    font-weight: bold;

}