
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, dd, dt, dl, div {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei" !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
*{
    font-size: 14px;
}

a:visited {
    font-size: 14px;
}

ul, ol {
    list-style-type: none
}

select, input, img, select {
    vertical-align: middle
}

a {
    text-decoration: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.header_module_sprite {
    background-image: url("../image/sprite1.png");
    background-repeat: no-repeat
}

.header_module a {
    text-decoration: none !important
}

.header_module {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    max-width: 1960px;
    background: url("../image/menu_bg.jpg") center no-repeat;
    background-size: 100% 80px;
    z-index: 2
}

.header_module_text1 {
    display: block;
    width: 67px;
    height: 17px;
    background-position: -436px -34px
}

.header_module_text2 {
    display: block;
    width: 67px;
    height: 17px;
    background-position: -518px -34px
}

.header_module_text3 {
    display: block;
    width: 67px;
    height: 17px;
    background-position: -598px -34px
}

.header_module_text4 {
    display: block;
    width: 67px;
    height: 17px;
    background-position: -679px -34px
}

.header_module_text5 {
    display: block;
    width: 67px;
    height: 17px;
    background-position: -761px -34px
}

.header_module_text6 {
    display: block;
    width: 67px;
    height: 17px;
    background-position: -841px -34px
}

.header_module_text7 {
    display: block;
    width: 67px;
    height: 17px;
    background-position: -920px -34px
}

.header_module_text8 {
    display: block;
    width: 67px;
    height: 17px;
    background-position: -999px -34px
}

.header_active {
    background-position-y: -11px !important
}

.header_nav > ul .header_module_san {
    opacity: 0
}

.header_nav > ul:hover .header_module_san {
    opacity: 1
}

.header_module_san {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 16px;
    height: 10px;
    background-position: -226px -23px;
    -webkit-transition: left .4s ease-out, opacity .3s ease-out;
    transition: left .4s ease-out, opacity .3s ease-out;
    z-index: -1
}

.header_module .header_nav {
    padding: 0 171px 0 130px
}

.header_module .logo {
    margin-left: -100%;
    position: relative;
    left: -130px;
    padding-top: 10px;
    height: 80px
}

.header_module .logo img {
    height: 55px
}

.header_module > .header_nav > ul > li {
    position: relative;
    flex: 1;
    height: 80px
}

.header_module .header_hot {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 30px;
    height: 19px
}

.header_nav > ul {
    width: 100%;
    display: flex
}

.header_nav > ul > li > a {
    display: block;
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_nav > ul > li > a:hover > .header_module_sprite {
    background-position-y: -11px
}

.header_nav > ul > .header_active > a > .header_module_sprite {
    background-position-y: -11px
}

.header_hot.right12 {
    right: 12px
}

.login_box {
    width: 171px;
    position: relative;
    margin-left: -171px;
    right: -171px;
    text-align: center
}

#login_btn {
    position: relative;
    padding: 0;
    margin-top: 16px;
    width: 76px;
    height: 47px;
    border: 0;
    outline: 0;
    background: url("../image/sprite1.png") no-repeat -1101px 0;
    cursor: pointer
}

#login_btn:hover {
    background-position: -62px -69px
}

#login_btn > span {
    display: block;
    width: 55px;
    height: 12px;
    position: absolute;
    bottom: -5px;
    left: 15px;
    background-position: 0 -69px
}

.dropdown_li > ul {
    display: none
}

.dropdown_li:hover > ul {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -76px;
    display: block;
    width: 152px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-image: -webkit-gradient(linear, left top, right top, from(#300000), color-stop(#510000), to(#300000));
    background-image: linear-gradient(to right, #300000, #510000, #300000);
    text-align: center
}

.dropdown_li > ul > li {
    width: 100%;
    height: 38px;
    line-height: 38px
}

.dropdown_li > ul > li > a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #d4887e
}

.dropdown_li > ul > li > a:hover {
    width: 152px;
    height: 38px;
    background: url("../image/sprite1.png") no-repeat -267px -11px;
    color: #fff800
}

.dropdown_li > ul > li:last-child > a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.header_imgBox {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_module .header_imgBox img {
    border-radius: 50%;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    vertical-align: -18px
}

.header_module .header_imgBox a {
    display: inline-block;
    font-size: 12px;
    color: #eba042
}

.header_module .header_imgBox .header_getGod {
    margin: 0 15px;
    display: inline-block;
    text-align: center;
    width: 66px;
    height: 30px;
    line-height: 30px;
    background-image: linear-gradient(#edc332, #fffa53);
    color: #5c3f14;
    border-radius: 8px;
    font-size: 12px
}

.header_module .header_imgBox .header_getGod:hover {
    background-image: linear-gradient(#ffe077, #ffedae)
}

.footer_module {
    padding-top: 39px;
    height: 330px;
    background: rgba(43, 30, 27, 1);
    box-sizing: border-box
}

.footer_module_main {
    margin: 0 auto;
    width: 948px
}

.footer_module_main p {
    margin: 0
}

.footer_nav {
    border-top: 1px dashed rgba(220, 191, 124, 0.5);
    border-bottom: 1px dashed rgba(220, 191, 124, 0.5);
    padding: 11px 0;
    margin-bottom: 8px
}

.footer_nav > li {
    float: left;
    color: #dcbf7c
}

.footer_line {
    margin: 0 9px;
    width: 1px;
    height: 23px;
    background-color: #dcbf7c
}

.footer_nav > li > a {
    color: #dcbf7c;
    font-size: 22px;
    line-height: 1;
    text-decoration: none
}

.footer_nav > li > a:hover {
    color: #fff
}

.footer_principal p {
    color: #d8d8d8;
    font-size: 16px;
    line-height: 30px;
    text-align: center
}

.footer_major {
    width: 423PX;
    height: 63PX;
    margin: 0 auto
}

.footer_major p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #6f6968
}

.footer_major p a {
    color: #6f6968;
    text-decoration: none
}

.footer_principal p a {
    color: #fff
}

.footer_major p a:hover, .footer_principal p a:hover {
    color: #dcbf7c
}

body {
    background-color: #6e3f1a;
    background-image: url("../image/bg1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%
}

main {
    padding-top: 80px;
    margin-bottom: 5px
}

.advertising_box {
    padding-right: 13px;
    height: 40px;
    line-height: 40px;
    background-color: #2f2f2f;
    font-size: 14px !important;
}

.advertising_left {
    width: 48%;
    height: 100%;
    color: #ca977c;
    padding-left: 12px !important;
}

.trumpet {
    margin-right: 5px;
    margin-top: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../image/icon.png") no-repeat -48px -8px;
    vertical-align: -6px
}

.advertising_center {
    margin-top: 5px;
    width: 39.8%;
    height: 30px;
    line-height: 30px;
    color: #ababab;
    font-size: 12px;
    background-color: #202020;
    border-radius: 3px
}

.advertising_center .swiper-slide {
    background-color: #202020;
    display: flex
}

.advertising_center .swiper-slide > p {
    flex: 1;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.advertising_right {
    position: relative;
    margin-top: 4px;
    width: 9%;
    height: 32px;
    background-color: #e60012;
    border-radius: 3px
}

.advertising_right > button {
    margin: 0 auto;
    position: relative;
    padding: 0;
    display: block;
    width: 85px;
    height: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    color: #ffe66d;
    text-align: left;
    font-size: 14px;
    text-indent: 4px
}

.advertising_right > button::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 0;
    background: url("../image/icon.png") no-repeat -8px -8px
}

.advertising_right > .versions_box {
    display: none;
    width: 100%;
    height: 10px;
    overflow: hidden;
    background-color: #2f2f2f;
    transition: height 2s;
    -moz-transition: height 2s;
    -webkit-transition: height 2s;
    -o-transition: height 2s
}

.advertising_right:hover > .versions_box {
    position: absolute;
    display: block;
    height: 552px;
    top: 32px;
    left: 0;
    right: 0;
    border-radius: 3px
}

.advertising_right > .versions_box > li {
    width: 100%;
    height: 32px;
    line-height: 32px
}

.advertising_right:hover > .versions_box > li > a {
    display: block;
    width: 100%;
    height: 100%;
    border-top: 1px solid #3f3f3f;
    text-align: center;
    color: #ffe66d;
    font-size:14px !important;
}

.advertising_right:hover > .versions_box > li > a:hover {
    background-color: #e60012
}

.tool_advertising_left {
    position: fixed;
    top: 312px;
    left: 0;
    width: 110px;
    height: 340px;
    background: url("../image/shadow.png") no-repeat;
    background-size: 100% 100%
}

.tool_advertising_left > a {
    position: absolute;
    bottom: 42px;
    display: block;
    width: 84px;
    height: 34px
}

.tool_right {
    width: 102px;
    height: 370px;
    position: fixed;
    top: 312px;
    right: 0
}

.tool_right li {
    margin-bottom: 2px;
    width: 102px;
    height: 57px;
    line-height: 57px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    font-size: 14px
}

.tool_right li > a {
    display: block;
    width: 100%;
    height: 57px;
    line-height: 57px;
    color: #fff
}

.tool_right li:hover {
    background-color: rgba(255, 0, 0, 0.8)
}

.tool_right ul li a{
    font-size: 14px !important;
}

.sprite_base {
    display: inline-block;
    background-image: url("../image/icon.png");
    width: 24px;
    height: 24px;
    vertical-align: -6px
}

.sprite_a {
    background-position: -88px -8px
}

.sprite_b {
    background-position: -128px -8px
}

.sprite_c {
    background-position: -168px -8px
}

.sprite_d {
    background-position: -208px -8px
}

.sprite_e {
    background-position: -248px -8px
}

.sprite_f {
    margin: 0 auto 7px;
    display: block;
    background-position: -278px -8px;
    width: 44px;
    height: 24px
}

.letter {
    letter-spacing: 4px
}

.tool_right .tool_top {
    padding-top: 15px;
    height: 73px;
    line-height: 1;
    cursor: pointer
}

.tool_right .tool_top {
    line-height: 1
}

.banxin {
    width: 1200px;
    margin: 0 auto
}

.banner {
    margin-top: 6px;
    margin-bottom: 6px;
    display: flex;
    height: 180px;
    background: url("../image/banner7.jpg") no-repeat;
    background-size: 100% 100%
}

.banner > a {
    flex: 1
}
@media screen and (max-width: 1366px) {
    .tool_right {
        display: none
    }

    .tool_advertising_left {
        display: none
    }
}

#wechatLogin {
    position: fixed;
    background-image: url(../image/newlogin.png);
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 2;
    background-size: 100% 100%;
    width: 254px;
    height: 350px;
    text-align: center
}

.wechatTop {
    width: 100%;
    height: 69px
}

.wechatTopImg {
    float: left;
    margin-left: 45px;
    margin-top: 25px
}

.wechatClose {
    float: right
}

.wechatCode {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    height: 216px
}

a.wechat_close {
    margin-top: 5px;
    display: block;
    color: #ffedbf;
    font-size: 12px
}

.wechat_close:hover {
    color: red
}

.wechatWarning {
    justify-content: center;
    align-items: center;
    color: #ddc4a7;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 25px;
    background-color: #6a1d13;
    font-size: 12px
}

#codeImg {
    width: 200px;
    height: 200px
}

.wechatClose {
    display: none
}

.ad_link {
    text-decoration: none;
    color: #ca977c !important;
    font-size: 14px  !important;
}

.index-course {
    width: 400px;
    border: 1px solid #e1e1e2;
    background-color: #fff8dc;
    float: left;
    height: 300px
}

.index-course-title {
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #e1e1e2
}

.index-course-title strong {
    float: left;
    height: 33px;
    line-height: 33px;
    padding-left: 20px;
    margin-left: 5px;
    font-size: 14px
}

.index-course-title a {
    margin-right: 5px;
    line-height: 33px;
    margin-right: 10px;
    float: right
}

.index-course ul {
    width: 400px;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 8px
}

.index-course ul li {
    line-height: 23px;
    width: 360px;
    text-align: left
}

.index-course ul li a {
    font-size: 14px;
    color: #000
}

.index-course ul li a:hover {
    color: #F00
}

.index-course ul li em {
    color: #7d7d7d;
    float: right
}

.player {
    width: 1199px;
    height: 200px;
    margin: 10px auto auto auto
}

.player .playerTitle {
    width: 496px;
    height: 37px;
    border-bottom: 1px solid #e1e1e2
}

.player .playerTitle p {
    font-size: 16px;
    line-height: 45px;
    width: 120px;
    float: left;
    color: #dfc65e;
    color: black;
    font-weight: bold
}

.player .playerTitle a {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 15px auto auto;
    width: 60px;
    float: right;
    color: #b0b0b0
}

.player .playerTitleb {
    width: 1197px;
    height: 37px
}

.player .playersingle {
    width: 25%;
    float: left;
    text-align: center;
    padding-bottom: 0
}

.player .playersingle a {
    color: #000
}

.player .playersingle img {
    transition: all .6s;
    width: 232px;
    height: 130px;
    border: 0;
    border-radius: 10px
}

.player .playersingle img:hover {
    transform: scale(1.05)
}

.more {
    font-weight: bold
}


#sertitle {
    border-color: #222 !important
}

.mc {
    border-color: #222 !important
}

.mc a {
    font: normal 14px/30px "宋体"
}

.ip {
    border-color: #222 !important
}

.ip a {
    font: normal 14px/30px "宋体"
}

.sj {
    border-color: #222 !important
}

.sj b {
    font: normal 14px/30px "宋体";
    font-weight: bold
}

.xl {
    border-color: #222 !important
}

.js {
    border-color: #222 !important
}

.js div {
    font: normal 14px/30px "宋体";
    color: #222
}

.qq {
    border-color: #222 !important
}

.xx {
    border-color: #222 !important
}

.xx a {
    font: normal 14px/30px "宋体"
}

.sjblack {
    color: #222 !important
}

.cl img {
    width: 16px;
    height: 15px;
    margin-top: 6px
}

.mc {
    width: 175px;
    indent: .5em
}

.mc img {
    margin-right: 2px
}

.ip {
    width: 175px;
    text-align: center;
    indent: .5em
}

.sj {
    width: 170px;
    text-align: center;
    text-indent: .5em
}

.sja {
    width: 170px;
    text-align: center;
    color: #f00;
    text-indent: .5em
}

.xl {
    width: 140px;
    text-align: center;
    color: Black
}
.xl font{
    font: 14px/30px "宋体"
}

.js {
    width: 328px;
    text-align: center;
    color: Black;
    indent: .5em
}

.qq {
    width: 130px;
    text-align: center;
    color: Black
}

.xx {
    width: 80px;
    text-align: center
}
#sertitle {
    background-color: #a61f0d;
    width: 1199px;
    height: 30px
}

#sertitle dd {
    color: #ffe68e;
    font: bold 14px/30px "宋体"
}

#sertitle dt {
    color: #ffe68e;
    font: bold 14px/30px "宋体"
}


.nowopen {
    width: 1199px
}

.nowopen1 {
    background: #ff0
}

.nowopen2 {
    background: white
}

.nowopen3 {
    background: #fff8dc
}

.nowopen a {
    color: #222
}

.nowopen dd {
    text-indent: .2em;
    float: left;
    height: 31px;
    font: normal 14px/30px "宋体";
    border-bottom: 1px solid #1e608e;
    border-right: 1px solid #1e608e;
    overflow: hidden
}

.nowopen dt {
    float: left;
    height: 31px;
    font: normal 14px/30px "宋体";
    border-bottom: 1px solid #1e608e;
    border-right: 1px solid #1e608e;
    overflow: hidden
}