﻿body {
    font: 12px/1.5 "Microsoft YaHei", arial, simsun, sans-serif;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    color: #212e3c;
}

/*链接整体设置*/
a {
    text-decoration: none;
    color: #212e3c;
    transition: all .15s;
}

a:hover {
    color: #0076a6;
}

a:active {
    color: #212e3c;
}

a {
    blr: expression(this.onFocus=this.close());
}

a {
    blr: expression(this.onFocus=this.blur());
}

div:focus,
*:focus,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none;
    hide-focus: expression(this.hideFocus=true);
}

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

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

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

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

input[type=button],
input[type=submit],
input[type=file],
button,
select {
    -webkit-appearance: none;
}

/*公用样式*/
div,
table,
tr,
td,
img,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
font,
span,
b,
dl,
dt,
dd,
form,
textarea,
input,
select,
a,
button {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
}

ul,
ol {
    list-style-type: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
    -o-object-fit: cover;
    object-fit: cover;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clear0 {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.hidden {
    display: none;
}

.w {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
    max-height: 999999px;
}

.comflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comflex1 {
    display: flex;
    flex-wrap: wrap;
}

.comflex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.comflex3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.comflex6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.comflex4 {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
}

.comflex5 {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
}

.pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all .6s;
    display: block;
}
/*资源包*/
.resource__price {
    display: flex;
    align-items: center;
    padding: 60px 0 40px;
}
.resource__price-img {
    background: url(../images/logo-bg.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
    display: none;
}
.resource__price-info {
    display: flex;
    align-items: center;
    min-width: 0;
    margin-left: 30px;
}
.resource__price-icon {
    background: url(../images/jiage.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
}
.resource__price-val {
    color: #0b6fa3;
    font-size: 50px;
}
.resource__price-tips {
    font-size: 14px;
    color: #555;
    margin-left: -20px;
    position: relative;
}
.w500 {
    width: 600px;
}
.resource__list-items {
    display: flex;
    flex-wrap: wrap;
}
.resource__list-tit {
    font-size: 24px;
    line-height: 50px;
    display: none;
}
.resource__list-item {
    width: calc(50% - 30px);
    flex-shrink: 0;
    flex-grow: 0;
    margin: 30px 15px 0 15px;
    box-sizing: border-box;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #727272;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.resource__list-item.active, .resource__list-item:hover{
    border-color: #0b6fa3;
    color: #fff;
    background-color: #0b6fa3;
}
.resource__btn {
    text-align: center;
    margin-top: 80px;
}
.resource__btn-pay {
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #0076a6;
    border-radius: 25px;
    padding: 0 100px;
    cursor: pointer;
}
.resource__btn-pay.resource__btn-pass {
    background-color: #fff;
    border: 2px solid #0076a6;
    color: #0076a6;
    margin-left: 20px;
    padding: 0 50px;
}
/** 支付 **/
.resource__pay {
    height: 100%;
    display: flex;
    margin-top: 20px;
}
.resource__pay-tit {
    font-size: 34px;
    text-align: center;
    color: #5c5c5c;
    background-color: #fff;
    padding: 40px 0 20px;
}
.resource__pay-side {
    background-color: #bebebe;
    width: 200px;
    flex-shrink: 0;
    flex-grow: 0;
    height: 600px;
}

.resource__pay-item {
    background-color: #bebebe;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 15px;
    cursor: pointer;
}
.resource__pay-item.resource__pay-active {
    background-color: #fff;
    
    color: #7f7f7f;
}
.resource__pay-icon-zfb {
    width: 66px;
    height: 66px;
    background: url(../images/zhifub.png) no-repeat;
    background-size: cover;
}
.resource__pay-icon-wx {
    width: 66px;
    height: 66px;
    background: url(../images/wexinp.png) no-repeat;
    background-size: cover;
}
.resource__pay-name {
    margin-left: 10px;
}
.resource__pay-con {
    flex: 1;
    min-width: 0;
    padding: 150px 0 0 150px;
    text-align: center;
    max-width: 800px;
}
.resource__pay-con-name {
    font-weight: 600;
    font-size: 34px;
    color: #5d5d5d;
}
.resource__pay-con-code {
    padding: 50px 0;
}
.resource__pay-con-code >span {
    margin-top: 20px;
}
.resource__pay-over {
    font-size: 40px;
    padding: 60px 0;
    font-weight: bold;
    color: #0076a6;
}


.dfimg {
    display: block;
    width: 100%;
}

.pic_w {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pic_w a {
    display: block;
}

@font-face {
    font-family: DINBold;
    src: url('../images/DIN-Bold.otf');
}

/*header*********************************************************************/
.head {
    position: relative;
    z-index: 505;
    height: 220px;
    background: #0099b8;
}

.head-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #0099b8;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}

.h_top {
    height: 170px;
    position: relative;
}

.logo {
    width: 18.25%;
    margin-right: 4.16666666666667%;
}

.logo a {
    display: block;
    width: 100%;
}

.logo img,
.h_top .net img {
    display: block;
    width: 100%;
}

.h_top .net {
    width: 55.33333333333333%;
}

.h_top .net a {
    display: block;
    width: 100% !important;
}

.h_top .txt {
    position: absolute;
    right: 0;
    bottom: 12px;
    text-align: center;
}

.h_top .txt em {
    display: block;
    font-size: 28px;
    color: #006ea1;
    font-weight: bold;
}

.h_top .txt p {
    font-size: 15px;
    color: #8c8c8c;
}

.nav {
    width: 100%;
    background: #0076a6;
}

.nav .w {
    position: relative;
}

.search_ico {
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    cursor: pointer;
}

.nav .plebans {
    font-size: 16px;
    line-height: 50px;
}

.nav .plebans a {
    display: inline-block;
    color: #fff;
    padding: 0 24px;
}

.nav ul {
    width: 100%;
    padding-right: 40px;
}

.nav li {
    position: relative;
    margin-right: 1px;
}

.nav li .jd:before {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-left: 5px;
    transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.nav li.hover .plebans a,
.nav li.cur .plebans a {
    background: #fff;
    color: #0076a6;
}

.nav li.m {
    display: none;
}

.nav_bg {
    display: none;
}

.goutp {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 510;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
    left: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    text-align: center;
}

.goutp p {
    font-size: 15px;
    line-height: 2.65;
}

.goutp p a {
    display: block;
    color: #666;
}

.goutp p a:hover {
    color: #0076a6;
    background: #f9f9f9;
}

.nav li.hover .goutp {
    display: block;
}

.search {
    position: fixed;
    left: 0;
    right: 0;
    top: 245px;
    display: none;
    z-index: 999;
}

.search_form {
    width: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.s_intxt {
    border-radius: 1000px;
    border: 1px solid #eee;
    display: block;
    padding: 12px 20px;
    line-height: 1.5;
    background: #fff;
    font-size: 16px;
    color: #333;
    width: 100%;
}

.s_inbut {
    border: none;
    cursor: pointer;
    background: #0076a6;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 16px;
    padding: 0 30px;
    overflow: hidden;
    border-radius: 1000px;
    transition: all .6s;
    color: #fff;
}

.head_on .head-fixed {
    transform: translateY(-170px);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}

.sanh {
    width: 50px;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -37.5px;
    display: none;
}

.sanh>div {
    height: 5px;
    margin: 10px 0px;
    width: 100%;
    transition: transform 0.5s, opacity 0.5s;
}

.sanh>div {
    background-color: #0076a6;
}

.tesd>div {
    background-color: #0076a6 !important;
}

.tesd>div:nth-child(1) {
    transform: translate3d(0px, 15px, 0px) rotate(45deg);
}

.tesd>div:nth-child(2) {
    opacity: 0;
}

.tesd>div:nth-child(3) {
    transform: translate3d(0px, -15px, 0px) rotate(-45deg);
}

.i_notice {
    font-size: 26px;
    line-height: 60px;
    border-bottom: 2px solid #bcb9b8;
}

.i_notice * {
    color: #f20000;
}

.i_notice .w {
    display: flex;
}

.i_notice .in_t1 {
    padding: 0 30px 0 24px;
}

.i_notice .in_t1 img {
    height: 30px;
    margin-right: 15px;
}

.str_wrap {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 9;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.com_bg {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-bottom: 25px;
}

.con0 {
    width: 100%;
    padding-top: 25px;
}

.con0 .time {
    text-align: center;
    width: calc(37.5% - 25px);
    background: linear-gradient(to bottom, #04a5b8, #09458c);
    border-radius: 12px;
}

.con0 .time .clear {
    width: 100%;
    line-height: 1.142857142857143;
}

.con0 .time span {
    display: block;
    font-size: 32px;
    color: #fff;
}

.con0 .time p {
    padding-top: 15px;
}

.con0 .time p em {
    background: #fff;
    border-radius: 12px;
    font-size: 62px;
    padding: 0 10px 0 25px;
    letter-spacing: 15px;
    color: #d30000;
    font-family: "DINBold";
}

.con0 .time p i {
    color: #fff;
    font-size: 45px;
    padding-left: 22px;
}

.banner {
    z-index: 5;
    overflow: hidden;
    width: 62.5%;
    margin: 0;
}

.banner .swiper-slide {
    pointer-events: auto;
    overflow: hidden;
    border-radius: 12px;
}

.banner .swiper-slide p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(105, 105, 105, .6);
    color: rgba(255, 255, 255, .7);
    font-size: 22px;
    text-align: right;
    padding: 10px 100px 10px 10px;
}

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

.banner .swiper-pagination {
    text-align: right;
    padding-right: 10px;
    bottom: 22.5px;
}

.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: .5;
    margin: 0 4px !important;
    border-radius: 8px;
    transition: all .5s;
}

.banner .swiper-pagination-bullet-active {
    background: #d30000;
    width: 24px;
    opacity: 1;
}

.com_list {
    width: 100%;
}

.com_list li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    margin-top: 16px;
    padding-left: 15px;
    position: relative;
}

.com_list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    border-radius: 50%;
    background: #000;
    height: 6px;
    transition: all .5s linear;
    font-size: 0;
    overflow: hidden;
}

.com_list li a {
    display: block;
}

.com_list li:nth-child(1) {
    font-size: 18px;
    padding-left: 0;
}

.com_list li:nth-child(1) a {
    color: #0076a6;
}

.com_list li:nth-child(1):before {
    display: none;
}

.com_list li:hover:before {
    background: #0076a6;
}

.con1 {
    width: 100%;
}

.con1_lf {
    width: calc(37.5% - 25px);
}

.con1_rt {
    width: 62.5%;
}

.con1_rtc {
    width: 100%;
    margin-top: -12px;
}

.con1_rt_lf {
    width: 53%;
}

.con1_rt_lf .titc:after {
    display: none;
}

.con1_rt_lf .titc em {
    border-bottom-color: #fff;
    color: #0076a6;
}

.fw_list {
    width: 100%;
    margin-top: -4.3%;
}

.fw_list li {
    border-radius: 10px;
    text-align: center;
    background: #013f88;
    width: 47.85%;
    margin-top: 4.3%;
    line-height: 2.25;
}

.fw_list li:nth-child(1),
.fw_list li:nth-child(2) {
    background: linear-gradient(to bottom, #04a0ba, #02699e);
}

.fw_list li:nth-child(3),
.fw_list li:nth-child(4) {
    background: linear-gradient(to bottom, #025a96, #013f88);
}

.fw_list li a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    display: block;
}

.con1_rt_rt {
    width: 42%;
}

.con2 {
    width: calc(100% + 25px);
}

.con2_w {
    margin: 25px 25px 0 0;
    width: calc(25% - 25px);
}

.con2_w .c2_t {
    border: 2px solid #c7c7c7;
    border-radius: 2px;
    width: 100%;
    padding: 10px 0;
}

.con2_w .c2_t img {
    height: 36px;
}

.con2_w .c2_t .txt {
    text-align: center;
    line-height: 1;
    padding-left: 7px;
}

.con2_w .c2_t .txt em {
    display: block;
    font-size: 26px;
    color: #0076a6;
    font-weight: bold;
}

.con2_w .c2_t .txt p {
    color: #878787;
    font-size: 12px;
    margin-top: 7px;
}

.con3 {
    margin-top: 25px;
}

.con3 .txt {
    text-align: center;
    font-size: 40px;
    color: #db0000;
    font-weight: bold;
    border: 2px solid #c7c7c7;
    width: 100%;
    padding: 12px;
}

.con4 {
    border-top: 20px solid #0076a6;
    width: 100%;
    margin-top: 25px;
}

.titc {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.titc:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8f8f8f;
    height: 2px;
    transition: all .5s linear;
    z-index: 2;
    font-size: 0;
    overflow: hidden;
}

.titc em {
    font-size: 25px;
    line-height: 2;
    padding-top: 2px;
    border-bottom: 2px solid #0e6bbe;
    display: inline-block;
    position: relative;
    z-index: 3;
    font-weight: bold;
    color: #000;
}

.titc em a {
    color: #f00;
}

.titc .more {
    font-size: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}

.con4_w {
    width: calc(50% - 12.5px);
}

.tab {
    margin-top: 20px;
}

.tab a {
    background: #f8f8f8;
    color: #0076a6;
    font-size: 20px;
    padding: 0 20px;
    margin-right: 15px;
    line-height: 2.7;
    font-weight: bold;
}

.tab a:last-child {
    margin-right: 0;
}

.tab a.cur,
.tab a:hover {
    color: #fff;
    background: #0076a6;
}

.con4_c {
    display: none;
}

.con4_c.cur {
    display: block;
}

.com_w {
    width: 100%;
}

.com_lf {
    width: 220px;
    text-align: center;
    padding-top: 5px;
}

.com_sider {
    line-height: 1.6;
    margin-top: 20px;
}

.com_sider h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to right, #2eb0cc, #1a8dbe);
}

.com_sider ul {
    width: 100%;
}

.com_sider ul li {
    background: #fff;
    margin-top: 8px;
    border: 1px solid #c7c7c7;
}

.com_sider ul li a {
    font-size: 20px;
    color: #606060;
    display: block;
    padding: 3px 0;
}

.com_sider ul li a:hover {
    color: #0076a6;
}

.com_lf .r_ewm li {
    margin-top: 20px;
}

.com_rt {
    width: calc(100% - 250px);
    padding: 25px 0;
}

.com_rt .tab {
    padding-bottom: 15px;
}

.r_tit {
    font-weight: bold;
    text-align: center;
    color: #635e5e;
    font-size: 30px;
    padding: 15px 0;
    letter-spacing: 10px;
}

.com_txt {
    font-size: 20px;
    color: #635e5e;
    line-height: 2;
}

.com_txt a {
    color: #635e5e;
}

.com_txt a:hover {
    color: #0076a6;
}

.com_txt img {
    margin: 0 auto;
    max-width: 100%;
    display: inline-block;
}

.ys_bg {
    background: linear-gradient(to right bottom, #45d6da, #005fab);
    margin: 50px 0;
    padding: 50px 10%;
    border-radius: 10px;
}

.f_top {
    line-height: 1;
    color: #fff;
}

.f_top .clear {
    width: 100%;
}

.f_top em {
    display: block;
    font-size: 28px;
}

.f_lf {
    max-width: 50%;
}

.f_lf img {
    height: 61px;
    display: block;
}

.f_lf em {
    margin-top: 16px;
}

.f_rt {
    max-width: 50%;
    text-align: right;
}

.f_rt span {
    display: block;
    font-size: 72px;
    font-weight: bold;
    padding-bottom: 5px;
}

.f_rt p {
    font-size: 32.5px;
    margin-top: 6px;
}

.f_bg {
    background: #fff;
    border-radius: 10px;
    margin-top: 50px;
    padding: 50px;
    min-height: 300px;
    position: relative;
}

#pos {
    position: absolute;
    left: 0;
    top: -250px;
    font-size: 0;
    overflow: hidden;
}

.f_t1 {
    font-size: 36px;
    color: #000;
    line-height: 1;
}

.f_t1_cen {
    text-align: center;
}

.f_t2 {
    font-size: 18px;
}

.f_t2 a {
    color: #787c7f;
}

.f_t2 a.cur {
    color: #000;
    font-weight: bold;
}

.cj_cx {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #727272;
    margin-top: 40px;
}

.c_intxt {
    border: none;
    width: 100%;
    font-size: 22px;
    color: #333;
    line-height: 1.5;
    padding: 10px 20px;
}

.c_inbut {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15.5px;
    border: none;
    display: block;
    background: url(../images/search1.png) 0 0 no-repeat;
    background-size: cover;
    width: 31px;
    height: 31px;
    font-size: 0;
    overflow: hidden;
}

.c_inbut1 {
    color: #fff;
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #005aaa;
    font-size: 23px;
    padding: 0 30px;
    border: none;
    cursor: pointer;
}

.login_form {
    display: block;
}

.login_form li {
    position: relative;
    padding: 0 90px;
    margin-top: 35px;
}

.login_form1 li {
    padding-left: 110px;
}

.login_form li em {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #000;
    padding: 10px 0;
}

.l_intxt {
    border: 1px solid #727272;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 20px;
    width: 100%;
}

.yz_img {
    position: absolute;
    right: 90px;
    top: 0;
    border: 1px solid #727272;
    height: 49px;
    cursor: pointer;
    display: block;
}

.yzm {
    position: absolute;
    top: 0;
    right: 90px;
    bottom: 0;
    border: 1px solid #727272;
    height: 49px;
    padding: 0 11px;
    font-size: 16px;
    cursor: pointer;
}

.l_inbut {
    width: 60%;
    margin: 0 auto;
    display: block;
    line-height: 1.625;
    font-size: 32px;
    color: #fff;
    text-align: center;
    background: #0076a6;
    border-radius: 1000px;
    border: none;
    cursor: pointer;
    transition: all 0.6s;
}

.l_inbut:hover {
    background: #005fab;
}

.f_t3 {
    font-size: 18px;
    margin-top: 25px;
    padding-right: 90px;
}

.f_t3 a {
    color: #000;
}

.f_t3 a.reg {
    color: #2aa9c9;
}

.com li .pic_w img {
    display: block;
    transition: all 0.6s;
    max-height: 100%;
    max-width: 100%;
}

.com li.hover .pic_w img {
    transform: scale(1.05);
}

/*foot style*********************************************************************/
.footer {
    width: 100%;
    background: linear-gradient(to bottom, #04a5b8, #042956);
    overflow: hidden;
    padding: 50px 0;
}

.footer * {
    color: #fff;
}

.footer a:hover {
    color: rgba(255, 255, 255, .8) !important;
}

.footer .txt {
    width: 50%;
    font-size: 16px;
}

.footer .txt p {
    margin-top: 11px;
}

.f_infor {
    max-width: 50%;
    text-align: left;
}

.f_infor ul {
    display: flex;
    justify-content: ;
}

.f_infor ul li {
    margin-right: 30px;
    text-align: center
}

.f_infor ul li:last-child {
    margin-right: 0;
}

.f_infor ul li img {
    width: 125px;
    height: 125px;
    display: block;
}

.f_infor ul li p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.f_infor .txtc {
    font-size: 16px;
}

.f_infor .txtc p {
    margin-top: 12px;
}

.hits {
    text-align: center;
    color: #999999;
    font-size: 16px;
    margin-bottom: 15px
}

.hits i {
    display: inline-block;
    margin-left: 10px
}

/*右侧浮窗 style*********************************************************************/
.right-menu {
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 600;
    width: 130px;
    text-align: center;
}

.right-menu1 {
    border-radius: 8px;
    background: linear-gradient(to bottom, #04a1bb, #013f88);
    padding: 20px 12px;
}

.right-menu1 h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.right-menu1 ul {
    width: 100%;
    padding-top: 7px;
}

.right-menu1 ul li {
    background: #fff;
    line-height: 2.15;
    margin-top: 8px;
}

.right-menu1 ul li a {
    font-size: 15px;
    color: #606060;
    display: block;
}

.r_ewm {
    width: 100%;
}

.r_ewm li {
    border: 1px solid #e4e4e4;
    margin-top: 10px;
    background: #fff;
    padding: 15px 0;
}

.r_ewm li img {
    display: block;
    margin: 0 auto;
    width: 70%;
}

.r_ewm li p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1;
    padding-top: 8px;
}


.page {
    padding: 75px 0 0 0;
    font-size: 16px;
}

.page a {
    margin: 0 8px;
}

.page a.cur {
    text-decoration: underline;
}

.footnav {
    margin-bottom: 40px;
}

.footnav a {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
}

/*手机端*/

@media screen and (min-width:1599px) and (max-width:3000px) {
    .right-menu {
        right: 30px;
        bottom: 50px;
        width: 180px;
    }
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {
    .w {
        width: 92%;
    }
}

@media screen and (max-width:1130px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:1023px) {
    .w {
        width: 92%;
    }

    .head {
        height: 100px;
    }

    .head-fixed {
        height: 100px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
        -webkit-transform: none !important;
        transform: none !important;
    }

    .h_top {
        height: 100px;
    }

    .logo {
        width: 27%;
        margin-right: 8%;
    }

    .h_top .net {
        width: 45%;
    }

    .h_top .txt {
        display: none;
    }

    .search_ico {
        display: none;
    }

    .search_ico.m {
        display: block;
        position: absolute;
        right: 80px;
        top: 50%;
        height: 38px;
        margin-top: -19px;
    }

    .sanh {
        display: block;
    }

    .nav {
        width: 100%;
        position: fixed;
        left: -100%;
        height: 100%;
        top: 0;
        z-index: 10;
        padding: 0;
        display: block;
        background: none;
    }

    .nav_bg {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 1;
    }

    .nav .w {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .nav ul {
        width: 70% !important;
        background: #fff;
        position: absolute;
        padding: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: inherit;
        display: block;
        z-index: 2;
    }

    .nav .plebans {
        font-size: 30px;
        width: 100%;
        padding-left: 30px;
        height: auto;
        line-height: 100px !important;
        text-align: left;
        position: relative;
    }

    .nav .plebans a {
        display: inline-block;
        padding: 0 !important;
        color: #333 !important;
        font-weight: 500;
    }

    .nav li .plebans:after {
        display: none;
    }

    .nav li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        height: auto;
        padding: 0;
    }

    .nav li.m {
        display: block;
    }

    .nav li .jd {
        position: absolute;
        display: block;
        top: 50%;
        margin-top: -13px;
        right: 8%;
        width: 15px;
        height: 26px;
        display: block;
        background: url(../images/arrow4.svg) no-repeat center;
        background-size: 100%;
        transition: transform 0.5s;
        z-index: -1;
        transform: rotate(90deg);
        z-index: 2;
    }

    .nav li.hover .jd {
        background-image: url(../images/arrow4.svg);
    }

    .nav li.on .plebans a,
    .nav li.cur .plebans a {
        background: none;
        color: #0076a6 !important;
    }

    .goutp {
        position: static;
        box-shadow: none;
        border-top: none;
        width: 100%;
    }

    .goutp p {
        font-size: 28px;
        border-top: 1px solid rgba(0, 0, 0, .05);
    }

    .goutp p a {
        padding-left: 50px;
        text-align: left;
    }

    .search {
        top: 125px;
    }

    .search .close {
        height: 30px;
    }

    .search_form {
        width: 92%;
    }

    .s_intxt {
        padding: 20px;
        font-size: 26px;
    }

    .s_inbut {
        font-size: 26px;
        padding: 0 50px;
    }

    .i_notice {
        font-size: 30px;
        line-height: 86px;
    }

    .i_notice .in_t1 {
        padding: 0 25px 0 0;
    }

    .i_notice .in_t1 img {
        height: 36px;
        margin-right: 15px;
    }

    .con0 .time {
        width: 100%;
        padding: 35px 0;
    }

    .con0 .time span {
        font-size: 40px;
    }

    .con0 .time p {
        padding-top: 25px;
    }

    .con0 .time p em {
        font-size: 75px;
        padding: 0 20px 0 35px;
    }

    .con0 .time p i {
        font-size: 45px;
        padding-left: 22px;
    }

    .banner {
        width: 100%;
        margin-top: 25px;
    }

    .banner .swiper-slide p {
        font-size: 28px;
        padding: 12px 110px 12px 12px;
    }

    .banner .swiper-pagination {
        padding-right: 10px;
        bottom: 27px;
    }

    .banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border-radius: 12px;
    }

    .com_list li {
        font-size: 26px;
        margin-top: 22px;
        padding-left: 25px;
    }

    .com_list li:before {
        width: 8px;
        height: 8px;
    }

    .com_list li:nth-child(1) {
        font-size: 28px;
    }

    .con1_lf {
        width: 100%;
    }

    .con1_rt {
        width: 100%;
    }

    .con1_rtc {
        margin-top: -12px;
    }

    .con1_rt_lf {
        width: 100%;
    }

    .fw_list {
        margin-top: -4.3%;
    }

    .fw_list li {
        width: 47.85%;
        margin-top: 4.3%;
    }

    .fw_list li a {
        font-size: 30px;
    }

    .con1_rt_rt {
        width: 100%;
    }

    .con2 {
        width: 100%;
    }

    .con2_w {
        margin: 25px 0 0 0;
        width: 100%;
    }

    .con2_w .c2_t {
        padding: 20px 0;
    }

    .con2_w .c2_t img {
        height: 56px;
    }

    .con2_w .c2_t .txt {
        padding-left: 15px;
    }

    .con2_w .c2_t .txt em {
        font-size: 36px;
    }

    .con2_w .c2_t .txt p {
        font-size: 24px;
        margin-top: 12px;
    }

    .titc {
        margin-top: 15px;
    }

    .titc em {
        font-size: 36px;
        line-height: 2.5;
    }

    .titc .more {
        font-size: 26px;
    }

    .con4_w {
        width: 100%;
    }

    .tab {
        margin-top: 25px;
    }

    .tab a {
        font-size: 28px;
        padding: 0 30px;
        margin-right: 15px;
        line-height: 2.7;
    }

    .com_lf {
        width: 100%;
    }

    .com_sider {
        margin-top: 25px;
    }

    .com_sider h3 {
        font-size: 36px;
        line-height: 2;
    }

    .com_sider ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .com_sider ul li {
        margin-top: 2%;
        width: 49%;
    }

    .com_sider ul li a {
        font-size: 28px;
        padding: 5px 0;
    }

    .com_rt {
        width: 100%;
        padding: 25px 0;
    }

    .com_rt .tab {
        padding-bottom: 20px;
    }

    .r_tit {
        font-size: 20px;
        padding: 20px 0;
    }

    .com_txt {
        font-size: 28px;
    }

    .ys_bg {
        padding: 50px 5%;
    }

    .f_top em {
        font-size: 28px;
    }

    .f_rt span {
        font-size: 64px;
    }

    .f_rt p {
        font-size: 32.5px;
    }

    .f_bg {
        padding: 50px 30px;
        min-height: 400px;
    }

    #pos {
        top: -250px;
    }

    .f_t1 {
        font-size: 40px;
    }

    .f_t2 {
        font-size: 28px;
    }

    .c_intxt {
        font-size: 28px;
        padding: 15px 20px;
    }

    .c_inbut {
        margin-top: -18px;
        width: 36px;
        height: 36px;
    }

    .c_inbut1 {
        font-size: 28px;
    }

    .login_form li {
        padding: 0 !important;
    }

    .login_form li em {
        font-size: 28px;
        padding: 0 0 15px 0;
        position: static;
    }

    .l_intxt {
        font-size: 28px;
        padding: 15px 20px;
    }

    .yz_img {
        right: 0;
        top: inherit;
        bottom: 0;
        height: 74px;
    }

    .yzm {
        right: 0;
        top: inherit;
        height: 74px;
        padding: 0 15px;
        font-size: 24px;
    }

    .l_inbut {
        width: 100%;
        font-size: 36px;
        line-height: 2;
    }

    .f_t3 {
        font-size: 28px;
        margin-top: 30px;
        padding-right: 0;
    }

    .footer .txt {
        width: 100%;
        font-size: 28px;
        text-align: center;
    }

    .f_infor {
        max-width: 100%;
        width: 100%;
    }

    .f_infor ul {
        padding: 0 5%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .f_infor ul li {
        margin-right: 0;
        width: 30%;
    }

    .f_infor ul li img {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }

    .f_infor ul li p {
        font-size: 24px;
        margin-top: 10px;
    }

    .f_infor .txtc {
        font-size: 26px;
        padding-top: 15px;
    }

    .f_infor .txtc p {
        margin-top: 15px;
    }

    .right-menu {
        display: none;
    }

    .r_ewm {
        display: none;
    }

    .footnav {
        margin-bottom: 40px;
    }

    .footnav a {
        display: inline-block;
        margin-right: 15px;
        font-size: 1.55rem;
    }
    /*登录注册相关*/
    .resource__box-tit, .resource__box-price {
        font-size: 30px;
    }
    .el-button {
        font-size: 30px !important;
        height: 64px !important;
        padding: 8px 20px;
    }
    .el-checkbox {
        --el-checkbox-font-size: 28px;
        --el-checkbox-input-height: 28px;
        --el-checkbox-input-width: 28px;
        --el-checkbox-height: 64px;
    }
    .el-checkbox__inner:after {
        height: 14px;
        width: 6px;
        left: 8px;
    }
    .el-input .el-input__count, .el-form-item__error {
        font-size: 24px;
    }
    .el-form-item {
        display: block;
    }
    .el-form-item__label {
        height: 64px;
        line-height: 64px;
    }
    .el-form-item__label100 .el-form-item__label-wrap {
        width: auto !important;
        justify-content: left !important;
    }
    .el-upload-infotips {
        font-size: 24px;
    }
    .resource__box .resource__price-img{display: block;}
    .resource__price-tips {
        font-size: 30px;
    }
    .resource__price-icon {
        width: 60px;
        height: 60px;
    }
    .resource__price-val {
        font-size: 80px;
    }
    .resource__list-tit {
        font-size: 48px;
        line-height: 100px;
        display: block;
    }
    .w500 {
        width: 100%;
    }
    .resource__list-item, .resource__btn-pay {
        font-size: 48px;
        line-height: 80px;
        height: 80px;
    }
    .resource__btn {
        margin-top: 120px;
    }
    .resource__btn-pay {
        border-radius: 40px;
        padding: 0 150px;
    }
    .login__box-subtip {
        font-size: 20px !important;
    }
    .change-pwd {
        font-size: 40px !important;
        width: 40px !important;
    }
    .el-upload-list--picture-card .el-upload-list__item-actions  {
        font-size: 40px !important;
    }
    .dialog-loading-c {
        font-size: 24px !important;
    }
    .login__box-form-login {
        font-size: 28px !important;
    }
}

@media screen and (max-width:360px) {}

html {
    height: 100%;
}
body {
    min-height: 100%;
    overflow-y: auto;
}
/*登录注册*/
.login__box {
    max-width: 1020px;
    min-height: 100%;
    background: url(../images/login-bg.png) no-repeat center center;
    margin: 0 auto;
    background-size: cover;
}

.login__box-con {
    padding: 30px;
}

.login__box-tit {
    text-align: center;
    pointer-events: none;
}

.login__box-form {
    max-width: 700px;
    min-height: 450px;
    padding: 25px 35px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
    margin: 40px auto 0;
    color: #787c7f;
    font-size: 18px;
}
.login__box-form-login {
    margin-bottom: 10px;text-align: right;
    font-size: 18px;
}

.login__box-form-tit,
.login__box-form-forget {
    display: flex;
    justify-content: space-between;
}

.login__box-form-tit {
    margin-bottom: 20px;
}

.login__box-form-tit span {
    cursor: pointer;
}

.login__box-form-forget span {
    font-size: 20px;
    cursor: pointer;
}

.login__box-type {
    display: none;
}

.login__box-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.login__box-item-label {
    flex-shrink: 0;
    flex-grow: 0;
    width: 120px;
}

.login__box-item-value {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.login__box-item-value .input-inner {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #787c7f;
    border: 1px solid #000;
    padding-left: 10px;
    flex: 1;
    /* width: 90%; */
}
.wechart-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background:#6c6c6c url(../images/index2.png) no-repeat center top;
    background-size: 100% auto;
    display: none;
}
.wechart-dialog.wechart-dialog-pc {
    background:#6c6c6c url(../images/index-pc.png) no-repeat right top;
    background-size: 750px auto;
}
.dialog-loading{
    position: fixed;left:0;top:0;background-color: rgba(0,0,0,0.5);color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}
.dialog-loading-c {
    position: absolute;
    font-size: 16px;
    text-align: center;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.change-pwd {
    font-size: 16px;
    color:#000;
    width:16px;
    cursor: pointer;
    margin-left: 10px;
}

.login__box-submit {
    font-size: 32px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 340px;
    border-radius: 25px;
    margin: 40px auto 10px;
    background-color: #0076a6;
    color: #fff;
    cursor: pointer;
}
.login__box-subtip {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
}

.login__box-form-blue {
    color: #2aa9c9;
}

.login__box-form-random {
    height: 60px;
    width: 126px;
    text-align: center;
    line-height: 60px;
    margin-left: 20px;
    border: 1px solid #787c7f;
    border-radius: 5px;
    cursor: pointer;
}
.login__box-form-small {
    font-size: 15px;
}
