@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
   font-family: arial,sans-serif;
}

img {
    display: block;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none
}

body {
    color: #f5f5f5
}

.head {
    position: relative;
    width: 100%;
    background: #3aaaf8;
    border-bottom: 1px solid #ddd;
    height: 48px;
    z-index: 9999;
}

.container {
    margin: 0 auto;
    width: 1220px;
}

.block {
    padding: 20px 0;
}



/* 主菜单 */


.navbox {
}

.nav {
    display: block;
    float: left;
    width: 62%;
    margin-left: 16%;
    z-index: 999999999;
    position: absolute;
}

.head .nav .nav_pc {
    width: 100%;
}

.nav ul li {
    float: left;
    position: relative;
    box-sizing: border-box;
    z-index: 999;
}

.nav ul li:first-child {
}

.nav ul li .f_a {
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.nav ul li:hover .f_a {
    color: #e99415;
    transition: all .3s
}

.nav ul li .s_navbox {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #00a2ff;
    z-index: 9999;
    box-sizing: border-box
}

.nav ul li .s_navbox .s_a a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #fff;
}

.nav ul li .s_navbox .s_a a:hover {
    color: #e99415;
}

.m_nav {
    display: none
}

.headlf .m_logo {
    display: none
}

.headrg .m_menuimg {
    display: none
}

.active {
    background-color: #cf1322
}

.activ2 {
    background-color: #cf1322
}

/* 下拉侧边菜单 */
.sidenav {
    position: relative;
    width: 180px;
    display: block;
    float: left;
}

.sidenav label {
    width: 180px;
    display: block;
    padding-left: 55px;
    box-sizing: border-box;
    background: #128ee3;
    position: relative;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
}

.sidenav label i {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 20px;
    left: 25px;
    top: 16px;
}

.sidenav .side {
    display: inline-block;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    width: 180px;
    background: #fff;
    border-top: none;
    background-color: rgba(255, 255, 255, .95);
    box-sizing: border-box;
}

.sidenav .side li {
    position: relative;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box
}

.sidenav ul.side li:first-child {
    cursor: pointer;
}

.sidenav .side li a {
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 8px 0 8px 0;
    display: block;
    font-size: 16px;
}

.sidenav .side li a:hover {
    background: none;
    color: #0085cd;
}

.sidenav .side li a i {
    transition: all 0.3s ease 0s;
}

.sidenav .side li a i.side_t {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-size: 30px;
}

.sidenav .side li a:hover i {
    margin-left: 15px;
}

.icon1 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon2 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon3 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon4 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon5 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon6 {
    background: url(../images/sideicon1.png) no-repeat;
}

.icon7 {
    background: url(../images/sideicon1.png) no-repeat;
}

.sidenav .side li:hover .side_main {
    display: block;
    z-index: 999;
}

.sidenav .side .side_main {
    display: none;
    width: 500px;
    background: #FFFFFF;
    position: absolute;
    left: 180px;
    top: 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    border: 1px #cecece solid;
    z-index: 7;
}

.sidenav .side .side_main dl {
    margin: 20px;
    padding: 0;
}

.sidenav .side .side_main dl dt {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0173b2;
    font-weight: bold;
}

.sidenav .side .side_main dl dt b {
    font-size: 15px;
}

.sidenav .side .side_main dl dd {
    margin-bottom: 10px;
    display: inline-block;
}

.sidenav .side .side_main dl dd a {
    position: relative;
    display: inline-block;
    color: #777;
    font-size: 14px;
    margin: 0 4px;
    padding: 0 5px;
    border-right: 2px solid #bbbbbb;
    height: auto;
    line-height: 1.5;
    transition: all 0.2s ease 0s;
}

i.icon-hot,i.icon-new {
    display: inline-block;
    height: 9px;
    width: 24px;
    background: url(../images/img_public.png) no-repeat;
    vertical-align: middle;
}

i.icon-hot {
    background-position: 0 -240px;
}

i.icon-new {
    background-position: -40px -240px;
}

.sidenav .side .side_main dl dd a span {
    color: #999;
}

.sidenav .side .side_main dl dd a:hover {
    background: none;
    color: #e99415;
    transform: translateY(-2px);
}

.sidenav .side .side_main dl dd a:hover b {
    color: #40adf5;
}

.sidenav .side .side_main dl dd a:hover span {
    color: #40adf5;
}

.header {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 20px 0;
    position: absolute;
    z-index: 999999;
}

.index {
    width: 87%;
    margin: 0 auto;
}

.m_img {
    display: none;
}
/* 轮播图 */
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slideBox .hd {
    height: 10px;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 1;
}

.slideBox .hd ul {
    text-align: center;
    padding-top: 5px;
}

.slideBox .hd ul li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
}

.slideBox .hd ul .on {
    background: #00a2ff;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 1;
}

.slideBox .bd li img {
    width: 100%;
    vertical-align: top;
}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
    .nav ul li .f_a {
        font-size: 14px
    }

    .nav ul li .s_navbox .s_a a {
        font-size: 12px
    }

    .foot_top ul {
        margin-left: 60px
    }

    .nav ul li .s_navbox .s_a {
        width: 100%
    }
}


/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .msgNum {
        display: none;
    }

    .slider {
        margin-top: 44px;
    }

    .head {
        display: none
    }

    .m_img {
        display: block;
        height: 44px;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }

    .m_img .headlf {
        padding-top: 2px;
        padding-left: 5px;
        float: left;
    }

    .m_img .headlf .m_logo {
        height: 40px;
        display: block
    }

    .m_img .headrg {
        padding-right: 5%;
        padding-top: 14px;
        float: right;
    }

    .m_img .headrg a .m_menuimg {
        height: 16px;
        vertical-align: top;
        display: block
    }

    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 30px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }

    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%
    }

    .m_nav .m_navList ul li {
        border-bottom: 1px solid #232530
    }

    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }

    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }

    .icon {
        background: url(../images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .icon_on {
        background: url(../images/reduce.jpg) 50% no-repeat!important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }

    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }
}

.logo {
    float: left;
    z-index: 999999;
    position: absolute;
}

.wsrh-right {
    float: right;
    width: 5%;
    margin-left: 50px;
}

.wsrh-right a {color: #fff;background: #e99415;padding: 6px 12px;font-size: 14px;border-radius: 10px;width: 60px;display: block;margin-top: 26%;}

.footer {
    width: 100%;
    height: auto;
    padding-bottom: 3%;
    display: inline-block;
    background: #e99415;
    margin-top: 4%;
    padding-top: 1.5%;
}

.f-left {
    float: left;
    width: 35%;
    margin-top: 36px;
    margin-right: 25px;
}

.f-left h3 {
    font-size: 23px;
    color: #fff;
    padding-bottom: 2%;
    font-weight: normal;
    letter-spacing: 2px;
}

.f-left span {
    width: 43px;
    height: 2px;
    background: #fff;
    display: block;
    text-align: center;
    margin-top: 7px;
}

.f-left p {
    margin-top: 6%;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}

.f-center {
    float: left;
    display: inline-block;
    width: 35%;
    margin-top: 14px;
}

.f-center h3 {
    font-size: 23px;
    color: #fff;
    padding-bottom: 2%;
    font-weight: normal;
    letter-spacing: 2px;
}

.f-center span {
    width: 43px;
    height: 2px;
    background: #fff;
    display: block;
    text-align: center;
    margin-top: 7px;
}

.f-center ul {
    margin-top: 6%;
}

.f-center li {
    margin-right: 10%;
    width: 23%;
    float: left;
}

.f-center li a {
    color: #fff;
    font-size: 14px;
    line-height: 46px;
}

.f-right {
    float: right;
    width: 26%;
    margin-top: 40px;
}

.f-right h3 {
    font-size: 23px;
    color: #fff;
    padding-bottom: 2%;
    font-weight: normal;
    letter-spacing: 2px;
}

.f-right span {
    width: 43px;
    height: 2px;
    background: #fff;
    display: block;
    text-align: center;
    margin-top: 7px;
}

.f-right ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 6%;
}

.f-right li {
    width: 50%;
    float: left;
}

.f-right li img {
    float: left;
    width: 80%;
    margin-top: 10%;
    border: 1px solid#fff;
}

.f-right li p {
    float: left;
    font-size: 14px;
    text-align: center;
    padding-left: 14px;
    margin-top: 20px;
    color: #fff;
}

.moled {
    transform: translate3d(0px, 0px, 0px) !important;
    position: fixed !important;
    inset: 0px !important;
    z-index: 9999999;
    background: rgba(0, 0, 0, .65);
    display: none;
}

.moled-box {
    position: relative;
    width: 23%;
    background-color: #fff;
    margin: 0 auto;
    display: block;
    padding-top: 3%;
    height: auto;
    margin-top: 4%;
    border-radius: 5px;
    overflow: hidden;
}

.mb-boxs-one {
    width: 100% !important;
    height: auto;
    display: inline-block;
}

.mbb-top {
    width: 46%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.mbb-top img {
    width: 12%;
    float: left;
    /* margin: 0 auto; */
    /* display: inline-block; */
}

.mbb-top p {
}

.mbb-center {
    width: auto;
    height: 395px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    margin-top: 4%;
}

.mbb-center p {
    margin-top: 9%;
    font-size: 15px;
    color: rgba(0,0,0,.45);
    text-align: center;
    margin-bottom: 3%;
}

.mbb-center img {
    width: 160px;
    height: 160px;
    text-align: center;
    margin: 0 auto;
}

.mbb-bottom {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.mbb-bottom span {
}

.mbb-bottom p {
    font-size: 14px;
    text-align: center;
    color: rgba(0,0,0,.65);
    margin-top: 3%;
}

.mbb-bottom ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.mbb-bottom li {
    width: 33%;
    float: left;
    text-align: center;
    margin-top: 4%;
    font-size: 13px;
}

.mbb-bottom li img {
    text-align: center;
    margin: 0 auto;
}

.mbb-footer {
    color: #bdbec1;
    background: rgba(0,0,0,.02);
    padding: 16px 0;
    font-size: 13px;
    text-align: center;
    margin-top: 3%;
}

.mbb-footer a {
    color: #bdbec1;
    font-size: 13px;
}

#gbb {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 6%;
}

.mbt-top {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 7%;
}

.mbt-top p {
    text-align: center;
    font-size: 18px;
}

.mbt-center {
    width: 85%;
    margin: 0 auto;
}

.mbt-center li {
    border-radius: 0;
    outline: medium;
    background-color: transparent;
    padding: 5px 0;
    text-align: left;
    width: 100%;
}

.mbt-center li input {
    outline: medium;
    background-color: transparent;
    border: 1px solid#bfbfbf;
    padding: 11px 0;
    text-align: left;
    width: 97%;
    padding-left: 13px;
    border-radius: 5px;
}

.mbtc-left {
    width: 50%;
    float: left;
}

.mbtc-left input {
}

.mbtc-right {
    width: 45%;
    float: right;
    text-align: center;
}

.mbtc-right a {
    color: #ff7714;
    background: #fcefea;
    padding: 9px 27px;
    margin-top: 1%;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    float: right;
}

.sub {
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #e99415;
    text-align: center;
    padding: 9px;
    border-radius: 7px;
    margin-top: 11px;
}

#Button1 {
    width: 100%;
    border: none;
    color: white;
    font-size: 15px;
    background: none;
    z-index: 99999999999999999;
}

.mbt-center p {
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, .65);
    margin-top: 3%;
}

.mb-boxs-two {
    width: 100%;
    height: auto;
    display: none;
}

.mb-boxs-three {
    width: 100%;
    height: auto;
    display: none;
}

.mbth-top {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 7%;
}

.mbth-top p {
    text-align: center;
    font-size: 18px;
}

.mbth-center {
    width: 85%;
    margin: 0 auto;
}

.mbth-center li {
    border-radius: 0;
    outline: medium;
    background-color: transparent;
    padding: 5px 0;
    text-align: left;
    width: 100%;
}

.mbth-center li input {
    outline: medium;
    background-color: transparent;
    border: 1px solid#bfbfbf;
    padding: 11px 0;
    text-align: left;
    width: 97%;
    padding-left: 13px;
    border-radius: 5px;
}

.mthree {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 5%;
}

.forget {
    float: left;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
}

.register {
    float: right;
    font-size: 14px;
    color: #e99415;
}

.subs {
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #e99415;
    text-align: center;
    padding: 9px;
    border-radius: 7px;
    margin-top: 44px;
}

.mb-boxs-one {
}

.register-box {
    width: 100%;
    height: auto;
}

.rb-top {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 7%;
}

.rb-top p {
    text-align: center;
    font-size: 18px;
}

.rb-center {
    width: 85%;
    margin: 0 auto;
}

.rb-center li {
    border-radius: 0;
    outline: medium;
    background-color: transparent;
    padding: 5px 0;
    text-align: left;
    width: 100%;
    height: auto;
    display: inline-block;
}

.rb-center li input {
    outline: medium;
    background-color: transparent;
    border: 1px solid #bfbfbf;
    padding: 11px 0;
    text-align: left;
    width: 97%;
    padding-left: 13px;
    border-radius: 5px;
}

.suabs {
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #e99415;
    text-align: center;
    padding: 9px;
    border-radius: 7px;
    margin-top: 12px;
}

#regb {
    display: none;
}

.impowerBox .qrcode {
    width: 173px !important;
    margin-top: 41px !important;
    border: 1px solid #e2e2e2;
}

.wrp_code img {
    width: 40% !important;
    margin-top: 15px;
    border: 1px solid #e2e2e2;
}
.wsrh-right img{
    width: 100%;
    border-radius: 50%;
    border: 1px solid #f7f8fa;
}
.wrs-box {
    width: 259px;
    height: auto;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
    position: absolute;
    right: 120px;
    display: none;
}
.wbb-top {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #ec9436;
    padding: 12px 14px;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    z-index: 999999;
    position: sticky;
}
.wb-top {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 2px 0px;
}
.wb-top h3 {
    color: #fff;
    font-size: 14px;
    float: left;
}
.wb-top img {
    width: 9% !important;
    float: right;
    border: 0px !important;
}
.wb-bootoms {
    width: 100%;
    height: auto;
    display: inline-block;
}
.wb-bootoms p {
    float: left;
    color: #fff;
    font-size: 13px;
}
.wba {
    float: right;
}
.wba a {
    color: #fff !important;
    font-size: 13px !important;
    border: 1px solid !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    margin-top: -7px !important;
    display: block !important;
    width: auto !important;
}
.wb-bottom {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 14px;
    z-index: 99999;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}
.wb-bottom ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 6%;
}
.wb-bottom li {
    width: 100% !important;
    height: auto;
    display: inline-block;
    margin-bottom: 7%;
    margin-left: 3%;
}
.wb-bottom li a {
    background: #fff !important;
    width: 100%  !important;
    display: block  !important;
    margin-top: 0px  !important;
    padding: 0px  !important;
    font-size: 14px  !important;
    border: 0px;
}
.wb-bottom li img {
    float: left;
    width: 8%;
    border-radius: 0;
}
.wb-bottom li p {
    float: left;
    font-size: 14px;
    margin-left: 5%;
    color: #797d82;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .header{
        display: none;
    }
    .f-center {
        float: left;
        display: inline-block;
        width: 100%;
        margin-top: 22px;
    }
    .f-center li {
        margin-right: 4%;
        width: 21%;
        float: left;
    }
    .f-center li a {
        color: #fff;
        font-size: 14px;
        line-height: 31px;
    }
    .f-left {
        float: left;
        width: 100%;
        margin-top: 22px;
        margin-right: 0px;
    }
    .f-left p {
        margin-top: 6%;
        color: #fff;
        line-height: 30px;
        overflow: hidden;
        font-size: 13px;
    }
    .f-right {
        float: right;
        width: 100%;
        margin-top: 20px;
    }
	.ban-nav li img {
		width: 100%;
		border-radius: 5px;
		height: 124px;
	}
}