.icon-down, .icon_base {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.comBanner, .icon-down, .icon_base {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.comBanner p, .default-title, .pages, .tabs-btn, .tabs-btn li {
    text-align: center
}

.modal, .modal-body, .modal-content, .select > span {
    overflow: hidden
}

.checkbox .icon-checkbox:after, .radio .checked-radio:after, .select > span:after, .subs-navbar li:after, .underline-title:after {
    content: ''
}

.menu, .menu i {
    transition: all .5s
}

.icon-self, .loginAfter_list li, .menu, .modal-close, .search .searchBtn, .subs-navbar li span, .tabs-btn li, .upload > label {
    cursor: pointer
}

.icon-down {
    background-image: url(../img/icon/down.png)
}

.big-title {
    line-height: .68rem;
    font-size: .48rem;
    color: #323232;
    margin-bottom: 12px
}

.small-title {
    color: #323232;
    font-size: 28px
}

.subs-title {
    color: #646464;
    font-size: 14px;
    display: block
}

.default-title {
    color: #323232;
    font-size: .32rem;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 5px
}

.underline-title:after {
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #323232;
    left: 50%;
    top: 100%;
    margin-left: -25px
}

.comBanner {
    position: relative;
    height: 3.6rem
}

.comBanner p {
    width: 90%;
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 2;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    opacity: .7
}

.tabs-btn {
    font-size: 0
}

.tabs-btn li {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 14px;
    margin-right: .4rem
}

.select li, .select > span {
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tabs-btn li:last-child {
    margin-right: 0
}

.tabs-btn .active {
    background-color: #3781BF;
    color: #fff
}

.tabs-content > li {
    display: none
}

.tabs-content > .active {
    display: block
}

.pages {
    font-size: 0;
    margin-top: 1rem
}

.pages li {
    display: inline-block;
    margin: 0 10px
}

.pages a, .subs-navbar {
    display: block;
    text-align: center
}

.pages .more a {
    background-color: #fff;
    color: #323232
}

.pages .more a:hover {
    background-color: #fff;
    color: #3781BF
}

.pages a {
    width: 44px;
    height: 44px;
    background-color: #969696;
    line-height: 44px;
    color: #fff;
    font-size: 20px
}

.pages a:hover {
    background-color: #3781BF
}

.subs-navbar {
    font-size: 0;
    margin-bottom: .3rem;
    height: 50px;
    padding-top: 15px
}

.subs-navbar li {
    display: inline-block;
    font-size: 14px
}

.subs-navbar li:after {
    width: 22px;
    height: 1px;
    background-color: #d2d2d2;
    display: inline-block;
    margin: 9px 15px 0;
    vertical-align: top
}

.fixedTop > ul, .modal {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.modal, .subs-navbar li:last-child:after {
    display: none
}

.checkbox, .radio {
    vertical-align: middle
}

.subs-navbar .active {
    color: #3781bf
}

.fixedTop > ul {
    background: #fff;
    z-index: 1000;
    height: 50px;
    padding-top: 15px
}

.modal {
    bottom: 0;
    z-index: 100000
}

.modal-bg {
    opacity: .6;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.modal-content {
    position: absolute;
    top: 7%;
    left: 50%;
    width: auto;
    height: 90%;
    transform: translateX(-50%);
    max-width: 90%
}

.modal-body {
    background: #fff;
    width: 1000px;
    max-width: 95%;
    margin: auto;
    position: relative;
    z-index: 1;
    border-radius: 8px
}

.modalTitle {
    height: 140px;
    background-color: #5494CA;
    text-align: center;
    padding-top: .4rem
}

.modalTitle .name {
    color: #062844;
    font-size: 32px;
    margin-bottom: 10px
}

.modalTitle .desc {
    opacity: .8;
    color: #062b4a;
    font-size: 14px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #A0A0A0 !important;
    opacity: 1 !important
}

.menu.active .m2, .printBox {
    opacity: 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #DEDEDE
}

.checkbox .icon-checkbox:after, .modal-close, .select > span:after, .upload .img, .upload .uploadText span {
    background-position: center;
    background-repeat: no-repeat
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/close.png)
}

.copyright2 {
    text-align: center;
    color: #969696;
    font-size: 9px;
    margin-top: .8rem;
    margin-bottom: .6rem
}

.checkbox {
    display: inline-block
}

.checkbox .icon-checkbox {
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #d6d6d6;
    position: relative;
    display: block
}

.checkbox .icon-checkbox:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: contain;
    background-image: url(../img/check.png)
}

.checkbox input {
    display: none
}

.checkbox input[type=checkbox]:checked + .icon-checkbox {
    display: block;
    background-color: #3781BF
}

.radio {
    display: inline-block
}

.menu, .search {
    vertical-align: top
}

.radio .checked-radio {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    position: relative
}

.radio .checked-radio:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    z-index: 1;
    border-radius: 50%;
    background-color: #3781BF;
    margin-left: -3px;
    margin-top: -3px;
    display: none
}

.select, .select > span {
    width: 100%;
    position: relative
}

.radio input {
    display: none
}

.radio input[type=radio]:checked + .checked-radio:after, .select, .select > span {
    display: block
}

.select {
    line-height: 46px;
    font-size: 14px;
    margin-bottom: 10px
}

.select > span {
    height: 46px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding-right: 30px
}

.select > span:after {
    display: block;
    width: 30px;
    height: 100%;
    background-size: 15px;
    background-image: url(../img/arrow.png);
    position: absolute;
    top: 0;
    right: 0
}

.select > ul {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(210, 210, 210, .5);
    max-height: 200px;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 100
}

.select li {
    width: 100%;
    height: 42px;
    line-height: 42px;
    overflow: hidden
}

.select li:hover {
    background-color: #f8fafc
}

.select li.active {
    background-color: #3781BF;
    color: #fff
}

.select.open > ul {
    display: block
}

.upload {
    display: inline-block;
    width: 148px;
    height: 148px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    position: relative
}

.upload .img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 2
}

.upload .uploadText, .upload > label {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.upload .uploadText {
    text-align: center;
    padding-top: 20px;
    height: 100%;
    z-index: 1;
    color: #909298;
    font-size: 14px;
    background-color: rgba(255, 255, 255, .7)
}

.upload .uploadText span {
    display: block;
    height: 70px;
    background-size: contain;
    background-image: url(../img/img_upload@2x.png);
    margin-bottom: 10px
}

.upload > label {
    height: 100%;
    z-index: 5;
    opacity: 0
}

.upload:hover .uploadText {
    z-index: 3
}

.steps {
    font-size: 0;
    width: 400px;
    display: block;
    margin: auto;
    max-width: 100%
}

.steps li {
    display: inline-block;
    width: 32%;
    font-size: 12px;
    color: #646464;
    position: relative
}

.steps li .num {
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 12px;
    background-color: #DCDCDC;
    margin: auto auto 7px;
    color: #fff;
    line-height: 21px;
    position: relative;
    z-index: 1
}

.steps li:after, .steps li:before {
    width: 50%;
    height: 2px;
    background-color: #dcdcdc;
    position: absolute;
    top: 10px;
    content: ''
}

.steps li:before {
    left: 0
}

.steps li:after {
    left: 50%
}

.steps li:first-child:before, .steps li:last-child:after {
    display: none
}

.steps li.active {
    color: #FF4A5B
}

.steps li.active .num, .steps li.active:after, .steps li.active:before {
    background-color: #FF4A5B
}

.downLoadTable{
    width: 1600px;
}

.downLoadTable *, .downLoadTable .tipCon, .downLoadTable table {
    background-color: #fff
}

.printBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
}

.printBox .name, .printBox .time {
    position: absolute;
    font-weight: 700
}

.printBox img {
    width: 1000px
}

.printBox .name {
    color: #000;
    display: inline-block;
    padding-left: 53px;
    top: 40%;
    left: 5%;
    font-size: 19px
}

.printBox .name:after {
    content: '';
    display: block
}

.printBox .time {
    right: 50px;
    display: inline-block;
    width: auto;
    top: 70.1%;
    left: 69%;
    font-size: 14px
}

.downLoadTable table:after, .nav li:after {
    top: 0;
    content: ''
}

.downLoadTable {
    width: 1600px;
    height: auto;
    background: #fff
}

.icon-warn, .logo, .search .icon-search, .search .searchBtn {
    background-position: center;
    background-repeat: no-repeat
}

.downLoadTable table {
    table-layout: fixed;
    text-align: center;
    font-size: 16px;
    width: 100%;
    border-collapse: separate;
    position: relative
}

.downLoadTable tbody {
    border: 1pt solid #000
}

.downLoadTable td, .downLoadTable tr {
    text-align: center;
    padding: 10px;
    height: 42px;
    font-size: 24px;
    background-color: #fff;
    border: 1px solid #000
}

.downLoadTable tr td:last-child {
    border-right: 2px solid #000
}

.downLoadTable tr:first-child, .downLoadTable tr:first-child td {
    border-top: 2px solid #000
}

.downLoadTable tr:last-child, .downLoadTable tr:last-child td {
    border-bottom: 2px solid #000
}

.downLoadTable table:after {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 0;
    height: 100%;
    border-left: 2px solid #000
}

.downLoadTable td {
    border: 1pt solid #000
}

.downLoadTable .blod {
    font-weight: 700;
    font-size: 26px
}

.downLoadTable .text-left {
    text-align: left
}

.downLoadTable .text-gray {
    color: #646464
}

.downLoadTable .caption, .downLoadTable caption {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center
}

.downLoadTable .choose > span {
    display: inline-block;
    margin-right: 30px
}

.downLoadTable .minHeight {
    /*height: 200px*/
}

.downLoadTable .tipCon {
    font-size: 24px
}

.writeDesc {
    margin-top: 30px;
    margin-bottom: 15px
}

.groupName, .modal-tip-content .contentInfo .text {
    margin-top: 10px
}

.modalApply .modal-body {
    width: 530px;
    padding: 20px 10px
}

.modalApplyUl li {
    overflow: hidden;
    line-height: 34px
}

.modalApplyUl li > label {
    float: left;
    width: 100px;
    text-align: right;
    letter-spacing: 2px
}

.modalApplyUl li > span {
    padding-left: 105px;
    text-align: justify;
    display: block
}

.groupName {
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 700
}

.modalApply .modalApplyUl {
    height: 80vh;
    overflow: scroll
}

.modal-tip-content .modal-body {
    width: 520px;
    border-radius: 0
}

.modal-tip-content .title {
    font-size: 16px;
    color: #232735;
    letter-spacing: .17px;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #F1F1F1
}

.modal-tip-content .contentInfo {
    text-align: center;
    padding-top: 30px
}

.modal-tip-content .modal-footer {
    border-top: 1px solid #F1F1F1;
    padding: 15px 0;
    margin-top: 80px
}

.modal-tip-content .modal-footer .btn-primary {
    width: 64px;
    height: 32px;
    border-radius: 0;
    margin: auto;
    font-size: 14px
}

.icon-warn {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(../img/warn.png)
}

[linkname=db_email] ~ [linkname=db_name] {
    border-top: 1px solid #e6e6e6
}

.header {
    height: 80px;
    align-items: center
}

.header .logo-wrapper {
    float: left;
    padding-top: 15px
}

.header .headLogin {
    float: right;
    padding-top: 24px
}

.nav, .nav li {
    float: left
}

.menu {
    width: 35px;
    margin-left: 20px;
    margin-top: 5px;
    display: none
}

.menu i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #323232;
    margin-bottom: 10px
}

.menu i:last-child {
    margin-bottom: 0
}

.menu.active {
    transform: translateX(-18px)
}

.menu.active .m1 {
    transform: rotate(45deg) translateX(18px)
}

.menu.active .m3 {
    transform: rotate(-45deg) translateX(15px)
}

.logo {
    display: inline-block;
    width: 1.6rem;
    height: 50px;
    background-size: contain;
    background-image: url(../img/logo.png);
    margin-right: .7rem
}

.nav li {
    height: 80px;
    margin-right: .2rem;
    position: relative;
    font-weight: 700
}

.nav li:last-child {
    margin-right: 0
}

.nav li:after {
    display: block;
    width: 60px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0
}

.btn, .nav li.active:after {
    background-color: #3781BF
}

.nav li > a {
    display: block;
    line-height: 80px
}

.btn, .search {
    display: inline-block;
    height: 32px
}

.nav li.active > a, .nav li:hover > a {
    color: #3781BF
}

.headLogin {
    font-size: 0;
    margin-left: 30px
}

.btn {
    width: 80px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all .3s
}

.btn:hover {
    background-color: rgba(55, 129, 191, .7)
}

.btn-orange {
    background-color: #f7c100
}

.btn-orange:hover {
    background-color: rgba(247, 193, 0, .7)
}

.search {
    width: 32px;
    background-color: #646464;
    position: relative;
    margin-left: 10px
}

.search .icon-search {
    background-size: 70%;
    background-image: url(../img/icon/search.png);
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.search .searchCon {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    margin-top: 20px;
    display: none
}

.loginAfter_list, .search input {
    z-index: 100;
    box-shadow: 0 2px 2px 0 rgba(180, 180, 180, .5)
}

.search input {
    height: 40px;
    border: none;
    width: 290px;
    padding-right: 40px
}

.search .searchBtn {
    background-size: 60%;
    background-image: url(../img/icon/search2.png);
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0
}

.icon-self, .loginAfter_list li span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top
}

.loginAfter {
    display: inline-block;
    margin-left: 20px;
    position: relative
}

.icon-self {
    background-image: url(../img/index/mine.png);
    display: inline-block;
    width: 34px;
    height: 34px
}

.loginAfter_list {
    width: 180px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    right: 0;
    line-height: 40px;
    font-size: 14px;
    color: #323232;
    display: none
}

.loginAfter_list li {
    padding-left: 20px
}

.loginAfter_list li a {
    display: block
}

.loginAfter_list li:hover {
    background-color: #F8FAFC
}

.loginAfter_list li span {
    display: inline-block;
    width: 15px;
    height: 40px;
    margin-right: 10px
}

.icon-exit, .selfHeader .logo, .vip-desc .content, .vip-desc .content2 {
    vertical-align: middle
}

.loginAfter_list .icon-login-1 {
    background-image: url(../img/index/009.png)
}

.loginAfter_list .icon-login-2 {
    background-image: url(../img/index/010.png)
}

.loginAfter_list .icon-login-3 {
    background-image: url(../img/index/011.png)
}

.loginAfter_list .icon-login-4 {
    background-image: url(../img/exit.png)
}

.loginAfter_list .li1 {
    border-bottom: 1px solid #DCDCDC;
    line-height: 2;
    padding-bottom: 10px;
    cursor: default
}

.loginAfter_list .li1 .time {
    color: #646464
}

.navbar > li {
    position: relative;
    z-index: 2
}

.navbar > li > div {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background: #FFF;
    box-shadow: 0 2px 2px 0 rgba(180, 180, 180, .5);
    display: none
}

.homeNews, .newsList .tabs-content li .list-item:hover {
    box-shadow: 0 0 10px 0 rgba(187, 187, 187, .5)
}

.navbar > li > div.show {
    display: block
}

.navbar > li > div a {
    padding-left: 40px;
    display: block;
    line-height: 42px;
    cursor: pointer;
    font-weight: 400
}

.navbar > li > div a:hover {
    background: #F5F5F5
}

.navbar > li > div a.active {
    background: #3781BF;
    color: #fff
}

.home-news-btns > span, .home-news-list li span {
    display: inline-block;
    background-size: contain
}

.home-news-btns > span, .home-news-list li span, .homeAboutUs .img {
    background-repeat: no-repeat;
    background-position: center
}

body {
    color: #323232
}

.homeNews {
    height: 210px;
    background-color: #fff;
    margin-top: -55px;
    position: relative;
    z-index: 100;
    margin-bottom: 1rem
}

.home-news-list li {
    height: 26px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 20px;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-news-list li:last-child {
    margin-bottom: 0
}

.home-news-list li:hover a {
    color: #3781BF
}

.home-news-list li span {
    width: 48px;
    height: 48px;
    vertical-align: middle
}

.home-news-title {
    width: 80px;
    height: 22px;
    font-size: 16px;
    font-weight: 700
}

.homeNews-item {
    width: 48%;
    float: left;
    padding: 20px
}

.homeNews-item:nth-child(2n) {
    float: right
}

.homeNews-item .home-news-title {
    margin-bottom: 20px;
    float: left
}

.home-news-btns {
    float: right;
    font-size: 0
}

.home-news-btns > span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin-left: 10px;
    cursor: pointer
}

.home-news-btns > span:hover {
    background-color: #3781BF
}

.home-news-btns .swiper-button-disabled {
    opacity: .3;
    cursor: not-allowed
}

.home-news-btns .swiper-button-prev-com {
    background-image: url(../img/index/015.png)
}

.home-news-btns .swiper-button-prev-com:hover {
    background-image: url(../img/index/013.png)
}

.home-news-btns .swiper-button-next-com {
    background-image: url(../img/index/016.png)
}

.home-news-btns .swiper-button-next-com:hover {
    background-image: url(../img/index/014.png)
}

.home-lasted-vip .home-news-list li {
    height: 50px;
    line-height: 50px
}

.title-wrapper {
    width: 870px;
    max-width: 95%;
    text-align: center;
    margin: auto auto 1rem
}

.default-btn {
    width: 2.4rem;
    height: .66rem;
    line-height: .66rem;
    display: block;
    color: #323232;
    font-size: .28rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #323232
}

.primary-btn {
    border: 1px solid #3781BF;
    background-color: #3781BF;
    margin: .5rem auto auto;
    color: #fff
}

.gost-btn {
    background-color: #fff;
    border: 1px solid #323232;
    color: #323232
}

.homeAboutUs {
    margin-bottom: 1rem
}

.homeAboutUs > div {
    width: 50%;
    float: left;
    min-height: 6.2rem
}

.homeAboutUs .img {
    background-image: url(../img/index/01.png);
    background-size: cover
}

.homeAboutUs .content {
    padding-left: .64rem
}

.homeAboutUs .name {
    color: #323232;
    font-size: .32rem;
    margin-bottom: 10px;
    margin-top: 1rem;
    display: block
}

.homeAboutUs .desc {
    line-height: 31px;
    color: #646464;
    margin-top: .35rem;
    width: 540px;
    max-width: 90%;
    margin-bottom: .75rem
}

.homeShow {
    margin-bottom: 1rem
}

.homeShow-content li {
    display: none;
    opacity: 0;
    transition: all .5s;
    position: relative
}

.homeShow-content .active {
    display: block;
    opacity: 1;
    transition: all .5s
}

.homeShow-content .name {
    color: #3781BF;
    font-size: 28px
}

.homeShow-content .top {
    padding-left: 3.4rem;
    margin-bottom: .6rem
}

.homeShow-content .block {
    background: #F5F5F5;
    height: 1.9rem;
    padding: .3rem .3rem .3rem 3.4rem;
    position: relative
}

.home-result-list .img, .homeNewsInfo, .homeNewsInfo .timer2:after, .homeSHow-tabs .icon, .homeShow-content .img, .result-item .img {
    background-position: center
}

.homeShow-content .con {
    line-height: 24px;
    height: 100%;
    overflow: hidden;
    max-height: 96px
}

.homeShow-content .mt {
    margin-top: .3rem;
    display: block
}

.homeShow-content .img {
    background-size: cover;
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    top: -1.5rem;
    left: .4rem;
    border-radius: 50%
}

.homeSHow-tabs {
    text-align: center;
    margin-top: 30px
}

.homeSHow-tabs li {
    width: 25%;
    padding: 0 10px;
    float: left;
    position: relative
}

.homeSHow-tabs li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid #F5F5F5;
    border-left: 10px solid #F5F5F5;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(-135deg);
    margin-top: -40px;
    display: none;
    margin-left: -8px
}

.homeSHow-tabs li.active::after, .homeSHow-tabs li:hover::after {
    display: block
}

.homeSHow-tabs li.active .name, .homeSHow-tabs li.active .subs-title, .homeSHow-tabs li:hover .name, .homeSHow-tabs li:hover .subs-title {
    color: #3781BF
}

.homeSHow-tabs li.active .icon-show-1, .homeSHow-tabs li:hover .icon-show-1 {
    background-image: url(../img/index/002.png)
}

.homeSHow-tabs li.active .icon-show-2, .homeSHow-tabs li:hover .icon-show-2 {
    background-image: url(../img/index/004.png)
}

.homeSHow-tabs li.active .icon-show-3, .homeSHow-tabs li:hover .icon-show-3 {
    background-image: url(../img/index/006.png)
}

.homeSHow-tabs li.active .icon-show-4, .homeSHow-tabs li:hover .icon-show-4 {
    background-image: url(../img/index/008.png)
}

.homeSHow-tabs .icon {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 1rem;
    height: 1rem;
    margin: auto auto 10px;
    background-color: #fff;
    border-radius: 50%;
    transition: all .5s
}

.homeSHow-tabs .name {
    color: #323232;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.homeSHow-tabs .icon-show-1 {
    background-image: url(../img/index/001.png)
}

.homeSHow-tabs .icon-show-2 {
    background-image: url(../img/index/003.png)
}

.homeSHow-tabs .icon-show-3 {
    background-image: url(../img/index/005.png)
}

.homeSHow-tabs .icon-show-4 {
    background-image: url(../img/index/007.png)
}

.homeNewsInfo {
    background-color: #f5f5f5;
    padding-top: .55rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/index/111.png)
}

.homeNewsInfo .default-btn {
    margin: .5rem auto auto;
    background-color: transparent
}

.homeNewsInfo .title-wrapper {
    margin-bottom: .8rem
}

.homeNewsInfo .tabs {
    font-size: 0;
    text-align: center;
    margin-bottom: .6rem
}

.homeNewsInfo .tabs li {
    padding: 0 15px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    margin-right: .7rem
}

.homeNewsInfo .tabs li:last-child {
    margin-right: 0
}

.homeNewsInfo .tabs .active {
    background-color: #3781BF;
    color: #fff
}

.homeNewsInfo .tabs-content {
    font-size: 0
}

.homeNewsInfo .tabs-content .homeNewsInfo_item {
    margin-right: -50px;
    overflow: hidden
}

.homeNewsInfo .tabs-content .homeNewsInfo_item > div {
    width: 33.33%;
    padding-right: 50px;
    display: inline-block
}

.homeNewsInfo .tabs-content .homeNewsInfo_item > div > a {
    width: 380px;
    font-size: 14px;
    text-align: left;
    max-width: 100%
}

.homeNewsInfo .tabs-content .homeNewsInfo_item > div > a:last-child {
    margin-right: 0
}

.homeNewsInfo .tabs-content .homeNewsInfo_item > div > a:hover .timer {
    height: 0
}

.homeNewsInfo .tabs-content .homeNewsInfo_item > div > a:hover .timer2 {
    height: 110px;
    background-color: #3781BF
}

.homeNewsInfo .tabs-content .homeNewsInfo_item > div > a:hover .timer2 > div {
    color: #fff
}

.homeNewsInfo .tabs-content .homeNewsInfo_item > div > a:hover .content:after {
    width: 100%
}

.homeNewsInfo .timer {
    transition: all .5s;
    height: 110px;
    overflow: hidden
}

.homeNewsInfo .timer > div {
    padding: 20px;
    color: #646464
}

.homeNewsInfo .day {
    font-size: 36px;
    display: block
}

.homeNewsInfo .year {
    font-size: 15px
}

.homeNewsInfo .content {
    padding: 20px;
    border-top: 1px solid #ddd;
    position: relative
}

.homeNewsInfo .content:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #3781BF;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0
}

.homeNewsInfo .name {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px
}

.homeNewsInfo .desc {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #646464
}

.homeNewsInfo .timer2 {
    height: 0;
    position: relative
}

.homeNewsInfo .timer2:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/self/02.png);
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-12px, 12px)
}

.homeResult {
    background-color: #F5F5F5;
    padding-top: .5rem;
    padding-bottom: .6rem
}

.homeResult .home-result-wrapper {
    display: block;
    position: relative;
    width: 55%;
    float: left;
    padding: 0 28px
}

.homeResult .swiper-button-next-result, .homeResult .swiper-button-prev-result {
    background-color: #fff;
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    z-index: 1000;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 14px
}

.homeResult .swiper-button-next-result {
    right: 0;
    background-image: url(../img/index/016.png)
}

.homeResult .swiper-button-prev-result {
    left: 0;
    background-image: url(../img/index/015.png)
}

.homeResult .swiper-button-disabled {
    display: none
}

.result-item {
    padding-top: 1rem
}

.result-item .content {
    width: 647px;
    height: 395px;
    max-width: 100%;
    background-color: #fff;
    position: relative;
    padding: 25px 0
}

.result-item .img {
    background-size: cover;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: -.5rem;
    left: .3rem;
    border-radius: 50%
}

.result-item .top {
    padding-left: 2.2rem;
    margin-bottom: .7rem
}

.result-item .top .name {
    font-size: 28px;
    color: #3781BF
}

.result-item .con {
    line-height: 24px;
    padding: 0 47px 0 37px
}

.home-result-list {
    width: 45%;
    float: left;
    padding-left: 1.2rem
}

.home-result-list li {
    width: 430px;
    height: 140px;
    background-color: #fff;
    max-width: 100%;
    padding-left: 1.3rem;
    position: relative;
    margin-bottom: .4rem;
    padding-top: .4rem
}

.home-result-list li:last-child {
    margin-bottom: 0
}

.home-result-list .active {
    background-color: #3781BF;
    color: #fff
}

.swiper-button-next-banner:hover, .swiper-button-prev-banner:hover {
    background-color: rgba(255, 255, 255, .1)
}

.home-result-list .active .subs-title {
    color: #fff
}

.home-result-list .img {
    display: block;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: .5rem;
    background-size: cover;
    margin-top: -.3rem
}

.home-result-list .name, .home-result-list .subs-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.home-result-list .name {
    font-size: 16px;
    margin-bottom: 5px
}

.home-result-list .num {
    color: #000;
    font-size: .6rem;
    position: absolute;
    top: 50%;
    right: .28rem;
    transform: translateY(-50%);
    opacity: .1
}

.home-result .swiper-pagination {
    display: none
}

.home-swiper {
    height: 680px;
    max-height: 100vh;
    position: relative
}

.home-swiper .swiper-pagination {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 65px
}

.home-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.qrcode, .swiper-button-next-banner, .swiper-button-prev-banner {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next-banner {
    background-image: url(../img/index/0156.png);
    float: right;
    display: block;
    width: 40px;
    height: 65px;
    cursor: pointer
}

.swiper-button-prev-banner {
    background-image: url(../img/index/0155.png);
    float: left;
    display: block;
    width: 40px;
    height: 65px;
    cursor: pointer
}

.copyright, .firendLink .swiper-button-disabled, .firendLink .swiper-button-disabled:hover, .footer {
    background-color: #323232
}

.footer {
    line-height: 2;
    color: #fff;
    font-size: 16px;
    padding-top: .6rem
}

.footer .top {
    padding-bottom: 1rem
}

.footer .top > div {
    float: right;
    display: inline-block
}

.file-item, .footer li label, .footer ul {
    float: left
}

.footer .top > div:after {
    content: '';
    display: block;
    clear: both
}

.footer .foot-name {
    margin-bottom: .5rem;
    display: block
}

.footer .flex:after {
    content: '';
    display: block;
    clear: both
}

.footer ul {
    width: 50%
}

.footer li {
    overflow: hidden
}

.footer li > p {
    padding-left: 40px
}

.qrcode {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../img/index/333.png);
    margin-right: 10%
}

.copyright {
    text-align: center;
    padding: .3rem 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
    color: #fff
}

.firendLink .firendLink_item:hover, .newsList .tabs-content li .list-item:hover .name {
    color: #3781BF
}

.firendLink {
    margin: 40px auto;
    position: relative;
    padding: 0 20px;
    overflow: hidden
}

.firendLink .firendLink_item {
    margin: 0 20px;
    display: inline-block;
    width: auto
}

.firendLink .swiper-button-disabled {
    opacity: .2;
    cursor: not-allowed
}

.swiper-button-next-link, .swiper-button-prev-link {
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background-color: #323232;
    border-radius: 50%
}

.swiper-button-next-link:hover, .swiper-button-prev-link:hover {
    background-color: #3781BF
}

.swiper-button-prev-link {
    background-image: url(../img/index/0155.png);
    left: 0
}

.swiper-button-next-link {
    background-image: url(../img/index/0156.png);
    right: 0
}

.newsList {
    background: #fff;
    margin-bottom: 0
}

.newsList .title-wrapper {
    margin-bottom: .5rem
}

.newsList .tabs-content li .list-item {
    display: flex;
    padding: .6rem .4rem;
    height: 237px;
    border: 1px solid #dcdcdc;
    transition: all .5s;
    margin-bottom: 30px
}

.content-list li, .vip-title {
    border-bottom: 1px solid #EBEBEB
}

.newsList .tabs-content li .list-item:hover .con:before, .newsList .tabs-content li .list-item:hover .time:after {
    width: 40px
}

.newsList .tabs-content .time {
    color: #fff;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 24px;
    background: #3781BF;
    text-align: center;
    padding-top: .4rem;
    overflow: hidden;
    position: relative
}

.newsList .tabs-content .con:before, .newsList .tabs-content .time:after {
    content: '';
    width: 0;
    height: 1px;
    top: 27px;
    transition: all .5s
}

.newsList .tabs-content .time P {
    display: inline-block;
    text-align: left
}

.newsList .tabs-content .time span {
    font-size: 16px;
    opacity: .7;
    display: block
}

.newsList .tabs-content .time:after {
    display: block;
    background: #fff;
    position: absolute;
    left: 100%;
    opacity: .7;
    margin-left: -20px
}

.newsList .tabs-content .con {
    padding-left: 30px;
    padding-top: 10px;
    flex: 1;
    position: relative;
    overflow: hidden
}

.newsList .tabs-content .con:before {
    display: block;
    background: #323232;
    position: absolute;
    left: -20px
}

.file-con, .newsList .tabs-content .img {
    background-size: cover;
    background-position: center
}

.newsList .tabs-content .name {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.newsList .tabs-content .desc {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    width: 610px;
    max-width: 100%
}

.newsList .tabs-content .img {
    height: 1rem;
    width: 2rem;
    background-repeat: no-repeat;
    margin-top: .1rem
}

.homeNewsInfo .newsTabsFixed {
    height: 36px;
    margin-bottom: .8rem
}

.homeNewsInfo .newsTabsFixed .tabs {
    margin-bottom: 0;
    padding: 10px 0 !important
}

.detail {
    margin-top: 1rem;
    margin-bottom: 1.2rem
}

.detail .name {
    font-size: .32rem;
    text-align: center;
    margin-bottom: 8px
}

.detail .time {
    font-size: 16px;
    color: #646464;
    display: block;
    text-align: center;
    margin-bottom: 15px
}

.detail .con {
    font-size: 14px;
    line-height: 31px
}

.detail .con img {
    display: block;
    max-width: 100%
}

.file-wrapper {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 1.4rem
}

.file {
    margin-right: -20px
}

.file-item {
    position: relative;
    margin-bottom: 30px;
    width: 33.33%;
    padding-right: 20px
}

.file-item:hover .file-con .block {
    opacity: 1
}

.file-item:hover .file-bot {
    opacity: 0
}

.file-con {
    position: relative;
    height: 5rem;
    margin-bottom: 20px
}

.file-con > a {
    display: block
}

.file-con .block {
    background-color: rgba(255, 255, 255, .96);
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    padding-left: .3rem;
    padding-top: 1rem;
    opacity: 0;
    transition: all .5s
}

.file-con .desc, .file-con .name {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.apply-step li:after, .file-con .con:before {
    top: 0;
    content: ''
}

.file-con .name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

.file-con .desc {
    line-height: 20px;
    color: #646464;
    padding-bottom: 10px
}

.file-con .con {
    line-height: 26px;
    height: 62px;
    overflow: hidden;
    font-size: 14px;
    color: #646464;
    padding-left: .4rem;
    position: relative;
    padding-top: 10px;
    width: 220px;
    max-width: 90%
}

.file-con .con:before {
    width: 60px;
    height: 1px;
    background-color: #969696;
    position: absolute;
    display: block;
    left: .4rem
}

.file-con .more {
    display: inline-block;
    width: 82px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-left: .4rem;
    margin-top: .3rem;
    color: #fff;
    background: #3781BF
}

.apply-step .icon, .file-desc, .file-name {
    display: block;
    width: 100%
}

.apply-step .icon, .apply-step li:after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.file-bot {
    opacity: 1;
    transition: all .5s
}

.file-name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.file-desc {
    font-size: 14px;
    color: #646464;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.title-wrapper-vip {
    margin-top: 1rem;
    margin-bottom: .25rem
}

.vipApply .default-title {
    margin-bottom: .5rem
}

.apply-step {
    font-size: 0;
    text-align: center
}

.apply-step .icon {
    height: .6rem;
    margin-bottom: 10px
}

.apply-step .name {
    line-height: 33px;
    color: #4e4e4e;
    font-size: 18px;
    text-align: center;
    width: 220px;
    max-width: 100%;
    margin: auto;
    height: 66px;
    overflow: hidden;
    font-weight: 700
}

.apply-step li {
    width: 25%;
    display: inline-block;
    margin-bottom: .6rem;
    position: relative
}

.apply-step li:after {
    display: block;
    background-image: url(../img/vip/114.png);
    position: absolute;
    right: -10px;
    width: 32px;
    height: 100%
}

.apply-step li:last-child:after, .apply-step li:nth-child(4n):after {
    display: none
}

.apply-step li:nth-child(5):after, .apply-step li:nth-child(6):after, .apply-step li:nth-child(7):after {
    transform: rotate(180deg)
}

.apply-step .icon1 {
    background-image: url(../img/vip/11.png)
}

.apply-step .icon2 {
    background-image: url(../img/vip/22.png)
}

.apply-step .icon3 {
    background-image: url(../img/vip/33.png)
}

.apply-step .icon4 {
    background-image: url(../img/vip/44.png)
}

.apply-step .icon5 {
    background-image: url(../img/vip/55.png)
}

.apply-step .icon6 {
    background-image: url(../img/vip/66.png)
}

.apply-step .icon7 {
    background-image: url(../img/vip/77.png)
}

.vip-title {
    padding-bottom: .3rem
}

.vip-file {
    background: url(../img/vip/113.png) center no-repeat #f5f5f5;
    padding: 1.3rem 0 1.5rem;
    background-size: cover
}

.vip-file .content-wrapper {
    width: 1000px;
    margin: auto;
    max-width: 100%;
    text-align: right
}

.vip-file .content {
    width: 430px;
    max-width: 100%;
    background: #fff;
    display: inline-block;
    padding: .3rem .2rem .3rem .3rem;
    text-align: left
}

.vipExplain, .vipNames, .vipNames_item .img {
    background-repeat: no-repeat;
    background-position: center
}

.content-list {
    line-height: 60px;
    color: #646464;
    margin-bottom: .8rem
}

.desc_item, .vip-desc .vip-title {
    margin-bottom: 13px
}

.content-list a {
    float: right;
    color: #3781BF;
    font-weight: 700
}

.vip-desc {
    text-align: center;
    padding: 1rem 0
}

.vip-desc .content {
    width: 425px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(180, 180, 180, .5);
    display: inline-block;
    text-align: left;
    padding: .3rem .2rem;
    position: relative;
    z-index: 10
}

.vip-desc .content2 {
    width: 366px;
    padding-left: 75px;
    margin-left: -55px;
    height: 2.8rem;
    padding-top: 1rem;
    z-index: 1
}

.desc_item {
    line-height: 30px;
    color: #323232;
    font-size: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb
}

.desc_item:last-child {
    border-bottom: none
}

.desc_item .beizhu {
    line-height: 22px;
    color: #969696;
    font-size: 12px;
    margin-top: 12px
}

.text-primary, .vipNames_item:hover .name {
    color: #3781BF
}

.vipNames {
    padding-bottom: 1.3rem;
    padding-top: .8rem;
    background-size: cover;
    background-image: url(../img/vip/99.png)
}

.vipNames .default-title, .vipNames .tabs {
    margin-bottom: .8rem
}

.vipNames .tabs-content {
    margin-bottom: 1rem
}

.vipNames_item {
    width: 20%;
    padding-right: .2rem;
    margin-bottom: 20px;
    float: left;
    display: block
}

.vipNames_item:hover .img {
    box-shadow: 0 0 8px 0 rgba(180, 180, 180, .5)
}

.vipNames_item .img {
    display: block;
    width: 100%;
    height: 1rem;
    background-size: contain;
    border: 1px solid #dcdcdc;
    transition: all .5s
}

.MEnjoy_con .con, .MEnjoy_con .name {
    display: inline-block;
    color: #323232
}

.vipNames_item .name {
    margin-top: 20px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-align: center
}

.vipNames_more {
    text-align: center;
    font-size: 28px
}

.vipEnjoy {
    padding-top: 1rem;
    padding-bottom: 1.1rem
}

.vipEnjoy_con {
    width: 9rem;
    max-width: 100%;
    text-align: center;
    line-height: 2;
    margin: .35rem auto .5rem
}

.vipExplain {
    text-align: right;
    padding: .8rem 0 .85rem;
    background-size: cover;
    background-image: url(../img/vip/113.png)
}

.vipExplain .container {
    width: 700px
}

.vipExplain .content {
    display: inline-block;
    width: 430px;
    max-width: 100%;
    text-align: left;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(180, 180, 180, .5);
    padding: .3rem .2rem
}

.vipExplain .vip-title {
    margin-bottom: 10px;
    padding-bottom: .2rem
}

.MEnjoy_con {
    color: #323232;
    font-size: 16px;
    padding-left: .4rem;
    height: calc(90vh - 200px);
    margin: 10px 0;
    overflow: scroll
}

.MEnjoy_con .MEnjoy_ul {
    padding-right: .2rem
}

.MEnjoy_con .MEnjoy_bot {
    padding: .3rem 0 .2rem;
    color: #646464
}

.MEnjoy_con li {
    padding: .3rem 0;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden
}

.MEnjoy_con .name {
    font-size: 24px;
    text-align: right;
    width: 20%;
    vertical-align: top;
    float: left
}

.MEnjoy_con .con {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    width: 80%;
    vertical-align: top;
    padding-left: 60px;
    position: relative;
    float: left
}

.MEnjoy_con .con:before {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background-color: #b4b4b4;
    position: absolute;
    left: 10px;
    top: 16px
}

.MEnjoy_con .blockText {
    line-height: 24px;
    color: #323232;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 14px
}

.MNames_con {
    height: calc(90vh - 200px);
    margin: 10px 0;
    overflow: scroll
}

.MNames_con .tabs {
    margin-top: .4rem;
    margin-bottom: .3rem
}

.MNames_con .vipNames_item {
    width: 25%
}

.MNames_con .tabs-content {
    margin-left: 20px
}

.MNames_con .mCSB_inside > .mCSB_container {
    margin-right: 0
}

.aiTitle {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: .8rem
}

.aiList {
    font-size: 0
}

.aiList li {
    position: relative;
    width: 180px;
    height: 42px;
    border-radius: 21px;
    background-color: #fff;
    border: 1px solid #323232;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    font-size: 14px;
    margin: 0 20px 40px;
    cursor: pointer
}

.aiList li:hover {
    background: #3781BF;
    border: 1px solid #3781BF;
    color: #fff
}

.aLeader li .img, .aShow_left:after, .aZongzhi .topCon {
    background-size: cover;
    background-repeat: no-repeat
}

.aiList li:hover .tooltip {
    display: block
}

.aiList li .tooltip {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 178px;
    background-color: #323232;
    border-radius: 4px;
    padding: 6px 10px;
    margin-bottom: 10px;
    display: none
}

.aShow_left:after, .aiList li .tooltip:after {
    display: block;
    content: ''
}

.aiList li .tooltip:after {
    width: 0;
    height: 0;
    border-top: 8px solid #323232;
    border-right: 8px solid #323232;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: rotate(135deg);
    margin-top: -13px;
    margin-left: -8px
}

.aShow {
    margin-bottom: .9rem
}

.aShow_left {
    width: 45%;
    min-height: 620px;
    background-color: #f5f5f5;
    float: left;
    position: relative;
    height: 100%;
    margin-right: .65rem;
    text-align: right
}

.aShow_left:after {
    width: 320px;
    height: 460px;
    background-position: center;
    background-image: url(../img/about/22.png);
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    right: 20%;
    transform: translateY(-50%)
}

.aNews, .aShow_left .con, .swiper-p {
    position: relative
}

.aShow_left .default-title {
    text-align: left;
    margin-top: 1.9rem
}

.aShow_left .con {
    text-align: left;
    display: inline-block;
    padding-right: .8rem;
    z-index: 1
}

.sShow_right {
    line-height: 30px;
    color: #646464;
    text-align: justify
}

.sShow_right .p2 {
    min-height: 30px
}

.sShow_right .downTag {
    margin-top: .45rem;
    display: inline-block
}

.aLeader .default-title {
    margin-bottom: .8rem
}

.aLeader li {
    width: 33.33%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: .5rem;
    float: left
}

.aLeader li .img {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    background-position: center;
    border-radius: 50%;
    margin: auto auto .2rem
}

.aLeader li .desc {
    font-size: 16px;
    line-height: 2;
    font-weight: 700
}

.aLeader li .name {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
    font-weight: 700
}

.aLeader li .name:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #323232;
    margin: 5px auto auto
}

.aLeader li .con {
    color: #646464;
    font-size: 12px
}

.aZongzhi {
    margin-bottom: 1rem
}

.aZongzhi .topCon {
    background-position: center;
    background-image: url(../img/about/011.png);
    height: 2.5rem;
    padding-top: .75rem
}

.aZongzhi .topCon .underline-title {
    color: #fff
}

.aZongzhi .topCon .underline-title:after {
    background: #fff
}

.aZongzhi .con {
    width: 1100px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(220, 220, 220, .5);
    margin-top: -.9rem
}

.aZongzhi .con > div {
    width: 862px;
    max-width: 90%;
    margin: auto;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    padding: .57rem 0
}

.aCom {
    margin-bottom: .9rem
}

.aCom .default-title {
    margin-bottom: .4rem
}

.aCom .aNews_title {
    font-size: .36rem;
    text-align: center;
    margin-bottom: .8rem
}

.aCom .img {
    display: block;
    margin: auto;
    max-width: 100%
}

.aNews {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/about/013.png);
    padding-top: .7rem;
    padding-bottom: 1rem
}

.aNews .default-title {
    margin-bottom: .9rem
}

.swiper-p .aNews-line {
    width: 100%;
    height: 1px;
    background-color: #b4b4b4;
    position: absolute;
    top: 111px;
    left: 0
}

.aNews-swiper .year {
    font-size: .24rem;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 30px
}

.aNews-swiper .year:after, .aNews-swiper .year:before {
    position: absolute;
    top: 100%;
    left: 50%;
    content: ''
}

.aNews-swiper .year:before {
    display: block;
    width: 12px;
    height: 12px;
    background: #A8A8A8;
    border: 4px solid #fff;
    margin-left: -6px;
    margin-top: -6px;
    border-radius: 50%
}

.aNews-swiper .year:after {
    display: none;
    width: 1px;
    height: 18px;
    background: #323232;
    margin-top: 6px
}

.aNews-swiper .con {
    font-size: 12px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    margin-bottom: 24px
}

.aNews-swiper .seeDetail {
    text-align: center;
    font-size: 12px
}

.aNews-swiper .swiper-slide {
    width: 360px;
    height: 300px;
    text-align: center;
    padding: .7rem .4rem 0;
    margin: 0 .2rem;
    position: relative
}

.aNews-swiper .swiper-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b4b4b4;
    position: absolute;
    top: 111px;
    left: 0
}

.aNews-swiper .swiper-slide.active, .aNews-swiper .swiper-slide:hover {
    background-color: #fff;
    box-shadow: 0 2px 9px 0 rgba(180, 180, 180, .5)
}

.aNews-swiper .swiper-slide.active .year:before, .aNews-swiper .swiper-slide:hover .year:before {
    border: 1px solid #323232;
    width: 12px;
    height: 12px;
    background: #fff
}

.aNews-swiper .swiper-slide.active .seeDetail, .aNews-swiper .swiper-slide.active .year:after, .aNews-swiper .swiper-slide:hover .seeDetail, .aNews-swiper .swiper-slide:hover .year:after {
    display: block
}

.modalANews .tabs {
    margin-bottom: .6rem;
    padding-top: .5rem;
    overflow: hidden
}

.modalANews .tabs li {
    width: 1rem;
    float: left
}

.modalANews_item {
    padding: .3rem 0 .2rem;
    margin: 0 .2rem 0 .4rem;
    border-bottom: 1px solid #dcdcdc
}

.modalANews_item:first-child {
    border-top: 1px solid #dcdcdc
}

.modalANews_item .date {
    float: left;
    width: 130px;
    position: relative
}

.modalANews_item .date:after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background-color: #b4b4b4;
    position: absolute;
    right: 0;
    top: 22px
}

.modalANews_item .con {
    padding-left: 150px;
    text-align: justify;
    line-height: 24px
}

.modalANews_item .year {
    color: #646464;
    font-size: 18px
}

.modalANews_item .year span {
    font-size: .3rem
}

.modalANews_item .time {
    font-size: 14px;
    color: #646464
}

.modalANews_scroll {
    height: calc(90vh - 200px);
    margin: 10px 0;
    overflow: scroll
}

.modalANews_scroll .tabs-content {
    padding-bottom: 1rem
}

.aCom_list {
    font-size: 0
}

.aCom_item {
    display: inline-block;
    text-align: center;
    font-size: .28rem;
    max-width: 50%;
    padding: 50px .2rem 0;
    position: relative
}

.aCom_item:after, .aCom_item:before {
    width: 50%;
    height: 1px;
    border-top: 1px dotted #323232;
    position: absolute;
    top: 30px;
    content: '';
    display: block
}

.aCom_item:before {
    left: 0;
    margin-bottom: 20px
}

.aCom_item:after {
    left: 50%
}

.aCom_item > span {
    display: block;
    width: 3.8rem;
    line-height: .8rem;
    background-color: #3781BF;
    color: #fff;
    border-radius: 4px;
    position: relative;
    max-width: 100%
}

.aCom_item > span:before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    border-left: 1px dotted #323232;
    position: absolute;
    bottom: 100%;
    left: 50%
}

.aCom_first .aCom_item > span:before, .aCom_item:first-child:before, .aCom_item:last-child:after {
    display: none
}

.aCom_vertical .aCom_item > span {
    width: .8rem;
    padding: .4rem 15px 0;
    line-height: 1.2;
    height: 3.8rem
}

.aCom_first .aCom_item > span:after, .aCom_second .aCom_item > span:after {
    display: block;
    width: 1px;
    height: 30px;
    border-left: 1px dotted #323232;
    position: absolute;
    top: 100%;
    content: ''
}

.aCom_first .aCom_item > span:after {
    left: 50%
}

.aCom_second .aCom_item > span:after {
    left: 20%
}

.aCom_second .noChildren > span:after {
    display: none
}

.swiper-aCom .swiper-slide {
    width: auto
}

.login {
    background: #F6FBFF
}

.loginWrapper {
    width: 1000px;
    max-width: 95%;
    margin: auto;
    padding-top: 36px
}

.loginCon {
    height: 760px;
    width: 100%;
    margin-top: .75rem
}

.loginCon .con, .loginCon .img {
    float: left;
    display: block;
    height: 100%
}

.loginCon .img {
    width: 45%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/login/03.png)
}

.loginCon .con {
    width: 55%;
    background: #fff;
    padding: .3rem 10px
}

.loginCon .con .tabs-wrapper, .loginCon .con > div {
    width: 320px;
    margin: auto;
    max-width: 100%
}

.loginCon .con .name {
    font-size: .36rem;
    text-align: center
}

.loginCon .con .tabs-ul {
    border-bottom: 1px solid #d2d2d2;
    font-size: 0;
    margin-top: 20px
}

.loginCon .con .tabs-ul li {
    display: inline-block;
    width: 50%;
    font-size: 20px
}

.loginCon .con .tabs-ul li span {
    display: inline-block;
    width: 80%;
    text-align: center;
    padding-bottom: 7px;
    position: relative;
    cursor: pointer
}

.loginCon .con .tabs-ul li span:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #3781BF;
    position: absolute;
    bottom: 0;
    left: 0
}

.icon-exit, .icon-success {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.loginCon .con .tabs-ul li.active span {
    color: #3781BF
}

.loginCon .con .tabs-ul li.active span:after {
    height: 1px
}

.loginCon .con .tabs-ul .text-right {
    text-align: right
}

.form-control {
    height: 42px;
    border: 1px solid #d2d2d2;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #646464
}

.form-control:focus {
    outline: 0;
    border: 1px solid #3781BF;
    box-shadow: 0 0 3px #3781BF
}

textarea.form-control {
    height: 178px;
    resize: none;
    padding-top: 10px
}

.form-block {
    padding-top: 20px
}

.form-block label {
    color: #161616;
    font-size: 16px
}

.form-block .form-control {
    margin-top: 8px
}

.errorTip {
    color: #ff4a5b;
    font-size: 12px;
    margin-top: 10px;
    display: none
}

.btn-default, .btn-primary {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 16px
}

.loginBot {
    color: #646464;
    margin-top: 20px;
    margin-bottom: 31px
}

.btn-primary {
    border: none;
    background-color: #3781BF;
    color: #fff;
    border-radius: 30px
}

.btn-default {
    background-color: #fff;
    color: #3781BF;
    border-radius: 30px;
    border: 1px solid #3781BF
}

.selfBtn, .selfReset_btn button {
    border-radius: 5px
}

.loginFoot {
    margin-top: 10px;
    text-align: center
}

.relative {
    position: relative
}

.requiredFlag {
    position: absolute;
    top: 20px;
    right: -10px;
    color: #FF4A5B
}

.selfHeader {
    padding: 16px 0;
    box-shadow: 0 0 7px 0 rgba(180, 180, 180, .5)
}

.selfHeader .right {
    line-height: 48px;
    cursor: pointer;
    width: 9.2rem;
    max-width: 100%
}

.selfHeader .right .s1, .selfTop li {
    display: inline-block;
    max-width: 33.33%
}

.selfHeader .right .s1 {
    width: 2.3rem;
    min-height: 1px
}

.selfHeader .right .s3 {
    float: right
}

.icon-exit {
    background-image: url(../img/exit.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px
}

.selfTop {
    height: 90px;
    line-height: 90px;
    font-size: 0
}

.selfTop li {
    font-size: 14px;
    width: 2.3rem
}

.form-title, .selfLeft_list li {
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6
}

.selfTop li:last-child {
    padding-right: 0
}

.selfTop li span {
    width: 100px;
    text-align: center;
    display: block;
    max-width: 100%;
    font-weight: 700
}

.selfTop li.active span {
    background-color: #3781BF;
    color: #fff
}

.selfLeft_list .active, .selfLeft_list li:hover {
    color: #3781BF
}

.selfTop_wrapper {
    width: 9.2rem;
    float: right;
    max-width: 100%
}

.selfCon {
    background-color: #f8fafc;
    padding: 20px 0 .6rem
}

.selfLeft, .tab-panel {
    background-color: #fff
}

.selfLeft {
    width: 2.2rem;
    float: left
}

.selfRight {
    width: 9.2rem;
    float: right;
    max-width: calc(100% - 200px)
}

.tab-panel {
    padding: .2rem
}

.selfRight.tab-panel {
    padding: .3rem .45rem .6rem
}

.text-justify {
    width: 67px;
    text-align: justify;
    text-align-last: justify;
    display: inline-block
}

.text-justify:after {
    display: block;
    width: 100%;
    content: ' ';
    height: 0;
    padding-left: 100%
}

.selfLeft_list li {
    line-height: 62px;
    text-align: center;
    position: relative;
    cursor: pointer
}

.selfLeft_list a {
    display: block
}

.selfLeft_list .active:before {
    content: '';
    width: 2px;
    height: 24px;
    background-color: #3781bf;
    display: block;
    position: absolute;
    top: 19px;
    left: 0
}

.form-title {
    left: 527px;
    padding-bottom: 10px;
    margin-bottom: .3rem
}

.form-substitle {
    color: #646464;
    font-size: 12px;
    text-align: left;
    padding-left: 20px
}

.text-danger {
    color: #FF4A5B
}

.form-inline {
    margin-bottom: .2rem;
    zoom: 1
}

.form-inline:after {
    content: " ";
    display: block;
    clear: both;
    zoom: 1
}

.form-inline label {
    float: left;
    line-height: 46px
}

.form-inline .line20, .form-inline .radioList > label, .selfInfoCon li, .selfReset_form .smallLine label, .selfReset_form .smallLine > div {
    line-height: 20px
}

.form-inline > div {
    padding-left: 90px;
    width: 540px;
    max-width: 100%
}

.form-inline > div.auto {
    padding-left: 10px;
    display: inline-block;
    width: auto
}

.form-inline .labelList > label {
    margin-right: .3rem;
    line-height: 20px
}

.form-inline .labelList > label:last-child {
    margin-right: 0
}

.form-inline .radioList > label {
    margin-right: .3rem
}

.form-inline .radioList > label:last-child {
    margin-right: 0
}

.form-inline .selectList {
    font-size: 0
}

.form-inline .selectList > .select {
    width: 100px;
    margin-right: 20px;
    display: inline-block
}

.form-inline .selectList > .select:last-child {
    margin-right: 0
}

.flex_1 {
    display: flex
}

.flex_1 > * {
    flex: 1 1
}

.selfBtn {
    width: 4.6rem;
    max-width: 100%;
    margin-top: .6rem;
    font-size: 16px
}

.selfInfoTop {
    margin-bottom: 20px;
    font-weight: 700
}

.selfInfoCon {
    padding: 0 .4rem 2.6rem
}

.selfInfoCon li {
    overflow: hidden;
    padding-bottom: .3rem;
    padding-top: .3rem;
    border-bottom: 1px solid #d8d8d8
}

.selfInfoCon li .con {
    display: block;
    padding-left: 2rem;
    padding-right: 40px;
    color: #999
}

.selfInfoCon li .title {
    float: left;
    font-weight: 700
}

.selfInfoCon li .opr {
    float: right;
    font-size: 12px;
    color: #3781BF;
    padding-right: 10px;
    cursor: pointer
}

.pt50 {
    padding-top: .5rem
}

.selfReset {
    padding: .8rem .4rem 1.5rem;
    text-align: center
}

.selfReset > div {
    display: inline-block;
    max-width: 100%
}

.selfReset .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: .5rem
}

.selfReset .steps {
    margin-bottom: .4rem
}

.selfReset .desc {
    color: #969696;
    font-size: 12px;
    text-align: left;
    margin-bottom: .24rem
}

.selfRest_3 .icon-success, .tipTextInfo {
    margin-bottom: 20px
}

.selfReset_form {
    width: 400px;
    max-width: 100%
}

.selfReset_form > div {
    display: none
}

.selfReset_form > div.active {
    display: block
}

.form-inline-normal .form-inline > div {
    padding-left: 50px;
    line-height: 46px;
    text-align: left
}

.form-inline-normal .smallLine > div {
    line-height: 20px
}

.form-inline-normal .selfReset_btn {
    width: 360px !important
}

.selfReset_ma {
    font-size: 0;
    max-width: 100%
}

.selfReset_ma input {
    width: 1.8rem;
    display: inline-block
}

.selfReset_ma .span1 {
    width: 1.2rem;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #ff4a5b;
    font-size: 14px;
    vertical-align: top;
    margin-left: 10px
}

.disabled {
    opacity: .7;
    pointer-events: none
}

.icon-success {
    background-image: url(../img/success.png);
    display: block;
    height: 100px
}

.selfRest_3 {
    padding-top: .5rem
}

.selfRest_3 .successText {
    text-align: center;
    color: #FF4A5B
}

.vipInfo {
    font-size: 0
}

.vipInfo .vipLevel, .vipInfo .vipTime {
    font-size: 14px
}

.vipLevel {
    color: #3781BF
}

.vipLevel::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #3781BF;
    margin-left: 10px;
    vertical-align: middle
}

.vipTime {
    color: #999;
    padding-left: 10px;
    font-weight: 700
}

.downLoadTable {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0
}

.downLoadTable td {
    position: relative
}

.bgWhite {
    display: block;
    background: #fff;
    z-index: 10;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.index11 {
    position: relative;
    z-index: 11
}

.twoBtn {
    font-size: 0
}

.twoBtn button {
    width: 45%;
    display: inline-block;
    margin-right: 20px
}

.tipTextInfo {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 28px;
    background: #FFF;
    border-radius: 6px;
    padding: 30px
}

.base, .icon-no-apply, .icon-no-pass, .icon-tip-success, .icon-tip-wait {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 10px
}

.icon-tip-success {
    background-image: url(../img/self/success.png)
}

.icon-tip-wait {
    background-image: url(../img/self/wait.png)
}

.icon-no-pass {
    background-image: url(../img/self/no-pass.png)
}

.icon-no-apply {
    background-image: url(../img/self/no-apply.png)
}

@media screen and (max-width: 1100px) {
    .header, .header .nav {
        position: fixed;
        width: 100%
    }

    .header {
        top: 0;
        left: 0;
        z-index: 100000;
        background-color: #fff
    }

    .menu {
        display: inline-block
    }

    .header .nav, .header .nav li:after {
        display: none
    }

    body {
        padding-top: 80px
    }

    .selfHeader {
        margin-top: -80px
    }

    .login {
        padding-top: 0
    }

    .header .nav {
        top: 80px;
        right: 0;
        z-index: 10000;
        height: 100%;
        text-align: right
    }

    .header .nav li {
        width: 100%;
        height: auto
    }

    .header .nav li > a {
        line-height: 40px;
        padding-left: 30px
    }

    .header .nav li > div {
        position: static;
        width: 100%;
        box-shadow: none
    }

    .header .nav li > div a.active {
        background-color: #fff;
        color: #3781BF
    }

    .header .bgMask {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .2);
        z-index: 1
    }

    .header .navbar {
        background-color: #fff;
        z-index: 2;
        position: relative;
        width: 200px;
        max-width: 50%;
        display: inline-block;
        text-align: left;
        height: 100%
    }

    .menu {
        position: relative;
        z-index: 10000000000
    }

    .mobile .nav {
        display: block
    }
}

@media screen and (max-width: 750px) {
    .homeAboutUs .img, .homeSHow-tabs .subs-title {
        display: none
    }

    .selfRight, .vip-desc .content {
        max-width: 100%
    }

    body {
        padding-top: 60px
    }

    .selfHeader {
        margin-top: -60px
    }

    .header {
        height: 60px
    }

    .header .headLogin {
        padding-top: 19px
    }

    .header .logo-wrapper {
        padding-top: 5px
    }

    .home-swiper {
        height: 35vh
    }

    .big-title {
        font-size: 18px;
        line-height: 1.5
    }

    .homeNews {
        height: auto;
        margin-bottom: 20px
    }

    .homeAboutUs > div, .homeNews-item {
        width: 100%
    }

    .homeAboutUs .content {
        background-image: url(../img/index/01.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 20px
    }

    .homeNewsInfo .tabs-content .homeNewsInfo_item > div {
        width: 100%;
        padding-right: 0
    }

    .homeNewsInfo .tabs-content .homeNewsInfo_item {
        margin-right: 0;
        overflow: hidden
    }

    .btn {
        width: 50px
    }

    .logo {
        width: 2rem;
        margin-right: 0
    }

    .homeShow-content .block {
        height: auto;
        padding-left: 2.2rem
    }

    .homeShow-content .img {
        width: 2rem;
        height: 2rem;
        left: .1rem
    }

    .homeShow-content .top {
        padding-left: 2.2rem
    }

    .homeResult .swiper-container {
        width: 100%;
        margin-bottom: 20px
    }

    .home-result-list {
        width: 100%;
        padding-left: 0;
        display: none
    }

    .title-wrapper {
        margin-bottom: .5rem
    }

    .default-title {
        font-size: 22px
    }

    .result-item .top .name {
        font-size: 20px
    }

    .homeSHow-tabs .name {
        font-size: 14px
    }

    .footer .flex, .footer .top, .home-result .swiper-pagination {
        display: block
    }

    .homeShow-content .name {
        font-size: 20px
    }

    .homeNewsInfo .timer > div {
        padding-bottom: 10px
    }

    .copyright {
        padding: .3rem;
        line-height: 1.5;
        font-size: 14px
    }

    .comBanner p, .pages a {
        font-size: 16px
    }

    .footer .top {
        padding-bottom: .5rem
    }

    .footer .top > div {
        padding: 0 15px;
        float: none
    }

    .footer .qrcode {
        margin: auto auto 20px;
        display: block
    }

    .footer ul {
        float: none;
        width: 100%
    }

    .file-con .block, .file-item:hover .block {
        display: none
    }

    .menu {
        width: 30px;
        margin-top: 2px;
        vertical-align: top
    }

    .menu i {
        margin-bottom: 7px
    }

    .menu.active .m1 {
        transform: rotate(45deg) translateX(13px)
    }

    .menu.active .m3 {
        transform: rotate(-45deg) translateX(12px)
    }

    .header .nav {
        top: 60px
    }

    .btn, .search {
        height: 24px
    }

    .search {
        width: 24px
    }

    .btn {
        line-height: 24px
    }

    .file-item {
        width: 50%
    }

    .file-item:hover .file-bot {
        opacity: 1
    }

    .file-con {
        height: 4rem
    }

    .pages a {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .file-wrapper {
        margin-top: 20px
    }

    .subs-navbar li:after {
        margin: 9px 5px 0
    }

    .apply-step li {
        padding-right: 20px;
        width: 33.33%
    }

    .apply-step li:after {
        width: 20px
    }

    .MNames_con .vipNames_item, .vipNames_item {
        width: 33.33%
    }

    .apply-step li:nth-child(4n):after {
        display: block
    }

    .apply-step li:nth-child(3n):after {
        display: none
    }

    .apply-step li:nth-child(6n+4):after, .apply-step li:nth-child(6n+5):after, .apply-step li:nth-child(6n+6):after {
        transform: rotate(180deg)
    }

    .apply-step .name {
        font-size: 12px;
        line-height: 20px;
        height: 40px
    }

    .vip-desc, .vip-file {
        padding-left: .3rem;
        padding-right: .3rem
    }

    .vip-desc .content2 {
        margin-left: 0;
        padding-top: .8rem;
        padding-left: .2rem;
        margin-top: 20px
    }

    .vipNames .tabs-content {
        margin-bottom: .6rem
    }

    .vipNames_more {
        font-size: 20px
    }

    .MNames_con .tabs-content {
        margin-right: 10px
    }

    .modalTitle {
        height: 100px
    }

    .modalTitle .name {
        font-size: 24px
    }

    .tabs-btn li {
        margin-right: .3rem;
        padding: 0 10px
    }

    .tabs-btn li:last-child {
        margin-right: 0
    }

    .MEnjoy_con {
        font-size: 14px;
        text-align: justify
    }

    .MEnjoy_con .name {
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 20px
    }

    .MEnjoy_con .con {
        width: 100%;
        padding-left: 0;
        text-align: justify
    }

    .MEnjoy_con .con:before {
        top: -10px;
        left: 0
    }

    .selfLeft {
        width: 20%
    }

    .selfRight {
        width: 78%
    }

    .form-inline .selectList > .select {
        width: 100%
    }

    .selfHeader {
        padding: 0
    }

    .selfReset_ma input {
        width: 54%
    }

    .selfReset_ma .span1 {
        width: 40%;
        max-width: 120px
    }

    .loginWrapper {
        padding-top: 20px
    }

    .loginCon {
        position: relative;
        height: auto;
        margin-top: 20px
    }

    .loginCon .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .loginCon .con {
        width: 100%;
        position: relative;
        z-index: 1;
        height: auto;
        background: rgba(255, 255, 255, .8);
        padding: .3rem 20px
    }

    .newsList .tabs-content li .list-item {
        padding: 20px 15px;
        height: auto
    }

    .modalANews_item .con, .newsList .tabs-content .con {
        padding-left: 0
    }

    .newsList .tabs-content .time {
        display: none;
        font-size: 14px
    }

    .newsList .tabs-content .img {
        height: 100px;
        margin-left: 10px
    }

    .newsList .tabs-content .name {
        margin-bottom: 5px
    }

    .newsList .tabs-content .time-mobile {
        font-size: 14px;
        margin-bottom: 10px
    }

    .icon-self {
        width: 26px;
        height: 26px
    }

    .aShow_left {
        width: 100%;
        height: auto;
        min-height: 1px;
        text-align: center;
        background-color: #fff;
        margin-bottom: 10px
    }

    .aShow_left .con {
        text-align: center;
        padding-right: 0
    }

    .aShow_left .default-title {
        margin-top: 20px;
        text-align: center
    }

    .aLeader li {
        width: 50%
    }

    .aNews-swiper .year {
        font-size: 24px
    }

    .aNews-swiper .year:before {
        border: 1px solid #323232;
        width: 12px;
        height: 12px;
        background: #fff
    }

    .aNews-swiper .year:after {
        display: block
    }

    .aNews-swiper .swiper-slide:before, .swiper-p .aNews-line {
        top: 76px
    }

    .aZongzhi .con > div {
        font-size: 14px;
        line-height: 2
    }

    .aNews-swiper .swiper-slide.active, .aNews-swiper .swiper-slide:hover {
        background-color: transparent;
        box-shadow: none
    }

    .aNews-swiper .seeDetail, .aNews-swiper .year {
        display: block !important
    }

    .modalANews_item .date {
        float: none;
        width: auto;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .modalANews_item .date p {
        display: inline-block
    }

    .modalANews_item .date:after {
        right: auto;
        left: 0;
        top: 32px
    }

    .subs-navbar {
        position: fixed !important;
        top: 50% !important;
        right: 0 !important;
        transform: translateY(-50%);
        z-index: 100;
        display: none
    }

    .subs-navbar > ul {
        background-color: #fff;
        box-shadow: 0 0 3px #646464
    }

    .subs-navbar li {
        display: block;
        line-height: 2;
        text-align: right;
        padding: 0 10px
    }

    .subs-navbar li:after {
        display: none;
        width: 100%
    }

    .search .searchCon {
        position: fixed;
        right: auto;
        left: 5%;
        top: 60px;
        width: 90%;
        margin-top: 0
    }

    .search .searchCon input {
        max-width: 100%
    }
}

@media screen and (max-width: 650px) {
    .selfLeft, .selfRight {
        width: 100%
    }

    .selfInfoTop, .selfLeft {
        margin-bottom: 15px
    }

    .selfRight {
        max-width: 100%
    }

    .selfLeft_list {
        font-size: 0
    }

    .selfLeft_list .active:before {
        width: 100%;
        height: 1px;
        top: 100%;
        left: 0
    }

    .selfLeft_list li {
        width: 33.33%;
        line-height: 40px;
        display: inline-block
    }

    .selfTop {
        height: 50px;
        line-height: 50px
    }

    .homeResult .home-result-wrapper {
        width: 100%;
        padding: 0 10px
    }
}

@media screen and (max-width: 475px) {
    .MNames_con .vipNames_item, .vipNames_item {
        width: 50%
    }
}
