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
}

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
}

.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)
}

.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
}

.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
}

main {
    padding-top: 80px;
    margin-bottom: 5px
}

@media screen and (max-width: 1366px) {
    .tool_right {
        display: none
    }

    .tool_advertising_left {
        display: none
    }
}

.tool_right {
    width: 102px;
    height: 370px;
    position: fixed;
    top: 270px;
    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)
}

.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
}

.tool_right .tool_top {
    padding-top: 15px;
    height: 73px;
    line-height: 1;
    cursor: pointer
}

.tool_right .tool_top {
    line-height: 1
}

.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
}