﻿* {
    box-sizing: border-box;
}

body,
dl,
dd,
p,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

em,
i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #a64b08;
}

img {
    border: 0;
}

input,
select,
button,
textarea {
    border-radius: 0;
    outline: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: none;
}


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

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}

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

body>div[id^=_] {
    display: none !important;
}

.hide {
    display: none;
}

.fn-clear,
.lq-list-body .list ul {
    zoom: 1;
}

.fn-clear:after,
.lq-list-body .list ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.red {
    color: #FD3939;
}

.blue {
    color: #2abff6;
}

@-webkit-keyframes rotate {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rolling {
    100% {
        -moz-transform: translateY(145px);
        -ms-transform: translateY(145px);
        -webkit-transform: translateY(145px);
        transform: translateY(145px);
    }
}

@keyframes rolling {
    100% {
        -moz-transform: translateY(145px);
        -ms-transform: translateY(145px);
        -webkit-transform: translateY(145px);
        transform: translateY(145px);
    }
}

.icon-title {
    background-image: url('../images/lq_titlebg.png');
    background-repeat: no-repeat;
}

.icon-sprite,
.icon-after,
.lq_block:after,
.icon-before,
.icon-grail1,
.icon-grail2,
.icon-grail3,
.icon-search,
.icon-t-after,
.lq_block-head .title:after,
.icon-t-before,
.lq_block-head .title:before {
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
}

.icon-after,
.lq_block:after {
    background-position: 0 0;
    height: 30px;
    width: 60px;
}

.icon-before,
.lq_block:before {
    background-position: 0 -32px;
    height: 30px;
    width: 60px;
}

.icon-btn {
    background-image: url(../images/csbtn.png);
    background-size: 100% 100%;
    height: 50px;
    width: 160px;
}

.icon-grail1 {
    background-position: 0 -116px;
    height: 64px;
    width: 98px;
}

.icon-grail2 {
    background-position: 0 -182px;
    height: 64px;
    width: 98px;
}

.icon-grail3 {
    background-position: 0 -248px;
    height: 64px;
    width: 98px;
}

.icon-search {
    background-position: 0 -314px;
    height: 21px;
    width: 22px;
}

.icon-t-after,
.lq_block-head .title:after {
    background-position: 0 -337px;
    height: 12px;
    width: 6px;
}

.icon-t-before,
.lq_block-head .title:before {
    background-position: 0 -351px;
    height: 12px;
    width: 6px;
}

.icon-title {
    height: 54px;
    line-height: 54px;
    width: 372px;
}

.icon {
    display: inline-block;
}


body {
    font-family: "Microsoft YaHei", "tahoma", "arial", "sans-serif";
    font-size: 14px;
    background-color: #f0c581;
    color: #333;
}

.box {
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* background: url(../images/bg.png) center 0; */
}

.w-1000 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.topbar {
    height: 80px;
    overflow: hidden;
}

.topbar .logo {
    font-size: 0;
    width: 149px;
    height: 58px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 11px;
}

.topbar .form {
    width: 390px;
    height: 30px;
    border-bottom: 1px solid #e2d9c1;
    float: right;
    margin-top: 26px;
}

.topbar .input {
    border: 0;
    width: 360px;
    padding: 5px 0;
    font-size: 14px;
    color: #999;
    float: left;
}

.topbar .input.on {
    color: #333;
}

.topbar .btn {
    border: 0;
    padding: 3px 2px;
    float: right;
    font-size: 0;
}

.navbar {
    height: 60px;
    line-height: 60px;
    background-color: #a64b08;
}

.navbar ul {
    overflow: hidden;
}

.navbar li {
    float: left;
}

.navbar li+li {
    margin-left: 32px;
}

.navbar li.hover a:after,
.navbar li.hover .secnav {
    visibility: visible;
}

.navbar a {
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.navbar a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    height: 2px;
    background-color: #fff;
    visibility: hidden;
}

.navbar a:hover:after,
.navbar a.on:after {
    visibility: visible;
}

.secnav {
    height: 48px;
    line-height: 48px;
    background: url(../images/bg.png) center 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
}

.secnav.open {
    visibility: visible;
}

.secnav li+li {
    margin-left: 22px;
}

.secnav a {
    color: #333;
}

.secnav a:after {
    content: none;
}

.secnav a.on,
.secnav a:hover {
    color: #a64b08;
}

.content {
    margin-top: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.content-left {
    width: 670px;
    box-shadow: 7px 7px 20px 0px rgba(58, 36, 0, 0.15);
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.content-right {
    width: 310px;
}

.content-right.leave #zbBox {
    display: none;
}

.content-right.leave .conbox-group {
    position: fixed;
    top: 0;
    width: 300px;
}

.content-right.out .conbox-group {
    position: absolute;
    top: auto;
    bottom: -20px;
}



.lq_block {

    position: relative;
    z-index: 1;
}

.lq_block+.lq_block {
    margin-top: 50px;
}



.lq_block.draw .block_title {
    text-align: center;
    margin: 0 auto;
}

/* .lq_block:before,
.lq_block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
} */

/* .lq_block:after {
    left: auto;
    right: 0;
} */

.lq_block-head {
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-bottom: 1px dashed #e6cabb;
}

.lq_block-head .title {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #a03f2f;
    letter-spacing: 3px;
    position: relative;
}

.lq_block-head .title:before,
.lq_block-head .title:after {
    content: '';
    position: absolute;
    left: -18px;
    top: 50%;
    z-index: -1;
    margin-top: -6px;
}

.lq_block-head .title:after {
    left: auto;
    right: -18px;
}

.lq_block-head .title2 {
    font-size: 24px;
    color: #a03f2f;
}

.lq_block_head {
    padding-top: 15px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.lq_block_head .title {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #a03f2f;
}

.lq-list {
    padding: 0 33px 10px;
    min-height: 800px;
}

.lq-list-body {
    color: #666;
    text-align: justify;
}

.lq-list-body .text {
    font-size: 16px;
    color: #666;
    margin: 12px 0;
}

.lq-list-body .text2 {
    overflow: hidden;
}

.lq-list-body .text2 p {
    margin-bottom: 12px;
}

.lq-list-body .list {
    margin-top: 18px;
}

.lq-list-body .list ul {
    width: 1220px;
}

.lq-list-body .list li {
    margin: 0 20px 20px 0;
    float: left;
}

.lq-list-body .list a {
    display: block;
    width: 267px;
    height: 190px;
    background-color: #F4E6D5;
    box-shadow: 0px 2px 10px rgba(223, 189, 143, 0);
    transition: box-shadow 0.4s;
}

.lq-list-body .list a:hover {
    border-color: #ffdfb2;
    box-shadow: 0px 2px 10px rgba(223, 189, 143, 0.5);
}

.lq-list-body .list .pic {
    display: block;
    width: 267px;
    height: 150px;
}

.lq-list-body .list .tit {
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    position: relative;
    font-size: 16px;
    color: #a64b08;
}

.lq-list-body .list .num {
    position: absolute;
    right: 18px;
    font-size: 14px;
}

.link-box {
    margin-top: 40px;
}

.link-box .wrapper {
    overflow: hidden;
}

.link-box h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.link-box ul {
    overflow: hidden;
    margin-left: -20px;
}

.link-box li {
    float: left;
    margin-left: 20px;
}

.link-box a {
    font-size: 14px;
    color: #666;
    display: inline-block;
    line-height: 25px;
}

.link-box a:hover {
    color: #ee4d4d;
}

.block_title {
    font-weight: bold;
    font-size: 34px;
    color: #372100;
}

.block_title2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.block_title2:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #8E6300;
    border-radius: 2px;
    margin-right: 20px;
}

.lq-test-box {
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
}

.lq-test-box.draw {
    padding: 20px 30px 30px;
    margin-bottom: 20px;
}

.lq-test-box.detail {
    padding: 20px 30px 30px;
}

.lq-test-box.detail .block_title {
    text-align: center;
}

.lq-test-box .block_title2 {
    color: #333;
}

.lq-test-box .block_title2:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 6px 10px 0 0;
    width: 4px;
    height: 22px;
    background-color: #cc6256;
    border-radius: 2px;
}

.lq-test-box .lq-sign-group {
    margin-top: 30px;
    margin-left: 10px;
}

.lq-test-box .lq_sign_list {
    margin-bottom: 10px;
}

.lq_test_text {
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    color: #372100;
    line-height: 30px;
}

.lq_test_text .title {
    line-height: 54px;
    font-size: 22px;
    color: #333;
    text-align: center;
    margin: 15px 0;
    overflow: hidden;
}

.lq_test_text .icon-title2 {
    color: #905c20;
    text-align: left;
    text-indent: 100px;
    line-height: 82px;
    margin-bottom: 20px;
}

.lq_test_text h3,
.lq_test_text h4 {
    color: #333;
}

.lq_test_text h3 {
    margin: 20px 0 10px;
}

.lq_test_draw {
    margin: 30px 0;
    overflow: hidden;
    display: flex;
    padding-right: 26px;
    justify-content: space-between;
}

.lq_test_draw .img {
    width: 200px;
    height: 222px;
    margin-top: 12px
}

.lq_test_draw .con {
    width: 310px;
    text-align: center;
}

.lq_test_draw .hide {
    display: none;
}

.lq_test_draw .sign {
    display: block;
    width: 69px;
    height: 180px;
    margin: 18px auto 35px;
}

.lq_test_draw .text {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 2px;
}

.lq_test_draw .num {
    display: inline-block;
    min-width: 32px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.lq_test_draw .grail {
    display: inline-block;
    vertical-align: top;
    margin: 42px 0 35px;
}

.lq_test_draw .stip {
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
}

.lq_test_draw .red {
    color: #d0381f;
}

.lq_test_draw .green {
    color: #5ab042;
}

.lq_test_draw .sbtn {
    width: 308px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    margin: 0 auto;

}

.lq_test_draw .sbtn:hover {
    opacity: 0.9;
}

.lq_test_draw .sbtn.disabled {
    cursor: default;
    opacity: 0.5 !important;
}

.test-iframe {
    background-color: #fff;
    height: 347px;
    margin-bottom: 20px;
}

.test-iframe iframe {
    height: 100%;
}

.test-iframe.on {
    position: relative;
    z-index: 1;
}

.test-iframe.on iframe {
    height: 650px;
}

.conbox {
    background-color: #fff;
    /* padding-bottom: 10px; */
    padding: 30px 14px;
    margin-bottom: 20px;
    box-shadow: 7px 7px 20px 0px rgba(58, 36, 0, 0.15);
    border-radius: 10px;
}

.conbox-hd {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    margin: 0 10px;
}

.conbox-hd .title {
    float: left;
    font-size: 16px;
    font-weight: normal;
}

.conbox-hd .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.conbox-hd .more:hover {
    color: #ff8b43;
}

.lq-link-list {
    overflow: hidden;
}

.lq-link-list li {
    float: left;
    margin: 0 8px 8px 0;
}

.lq-link-list a {
    display: inline-block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #372100;
    background-color: #fff;
    border: solid 1px #e9e9e9;
    border-radius: 4px;
}

.lq-link-list a:hover {
    background-color: #8E6300;
    border-color: #8E6300;
    color: #fff;
}

.lq_sign_list {
    overflow: hidden;
}

.lq_sign_list ul {
    overflow: hidden;
    margin-left: -3px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between */
}

.lq_sign_list li {
    margin-right: 7px;
    margin-bottom: 8px;
}

.lq_sign_list li:nth-child(5n) {
    margin-right: 0px;
}

.lq_sign_list a {
    display: block;
    line-height: 38px;
    text-align: center;
    color: #333;
    transition: all 0s;

    width: 116px;
    height: 38px;
    background: #FFF1D1;
}

.lq_sign_list a:hover {
    font-weight: bold;
    /* background: rgba(140, 88, 39, 0.3); */
    color: #a03f2f;
}

.lq_sign_text {
    /* line-height: 1.5;
    font-size: 14px;
    color: #666;
    padding-bottom: 12px;
    text-align: justify; */

    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.lq-detail-body {
    /* padding: 16px 18px; */
    overflow: hidden;
}

.lq-detail-body .img {
    width: 200px;
    height: 403px;
    float: left;
    margin-top: 15px;
}

.lq-detail-body .con {
    width: 544px;
    float: right;
}

.lq-detail-body .tit {
    font-size: 16px;
    font-weight: bold;
    color: #69352a;
    margin-bottom: 8px;
    text-indent: -0.5em;
}

.lq-detail-body .red {
    color: #fc4c50;
}

.lq-detail-body table {
    width: 100%;
}

.lq-detail-body th {
    width: 98px;
    background-color: #e8d8c7;
    border: solid 1px #e6cabb;
}

.lq-detail-body td {
    padding: 9px 18px;
    height: 20px;
    background-color: #f7ebe2;
    border: solid 1px #e6cabb;
    text-align: justify;
}

.lq-detail-body .btn {
    display: block;
    margin: 20px auto 0;
    width: 120px;
    padding: 8px 0;
    border: 0;
    font-size: 14px;
    color: #fff;
    background-color: #8c5827;
    border-radius: 5px;
}

.ad-box {
    margin-bottom: 20px;
}

.ad-box a {
    display: block;
}

.ad-box img {
    display: block;
    max-width: 100%;
}

.not-found {
    height: 620px;
    height: calc(100vh - 323px);
    min-height: 560px;
    background-color: #fff;
    text-align: center;
}

.not-found .pic {
    display: inline-block;
    vertical-align: top;
    width: 171px;
    height: 84px;
    margin-top: 190px;
}

.not-found .tit {
    font-size: 16px;
    margin-top: 15px;
}

.not-found .btn {
    width: 138px;
    padding: 9px 0;
    font-size: 16px;
    color: #fff;
    background-color: #a64b08;
    border: solid 1px #a64b08;
    margin-top: 40px;
}

.not-found .btn:hover {
    background-color: #b65710;
    border-color: #b65710;
}



.banner {
    height: 494px;
    background-image: url(../images/lqbg.png);
    background-size: cover;
    background-position: center;
}

.lq_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.lq_list_item {
    display: flex;
    width: 220px;
    height: 282px;
    background: #FFFFFF;
    box-shadow: 7px 7px 20px 0px rgba(58, 36, 0, 0.15);
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    margin-bottom: 40px;
}

.lq_list_item_img {
    width: 200px;
    height: 222px;
}

.lq_list_item_title {
    font-weight: 400;
    font-size: 20px;
    color: #372100;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}

lq-detail-body table {
    width: 100%;
}

.lq-detail-body th {
    width: 98px;
    background-color: #e8d8c7;
    border: solid 1px #e6cabb;
}

.lq-detail-body td {
    padding: 9px 18px;
    height: 20px;
    background-color: #f7ebe2;
    border: solid 1px #e6cabb;
    text-align: justify;
}

.lq-detail-body .icon-btn {
    display: block;
    width: 308px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    margin: 20px auto 50px;
}

.qian_img {
    width: 200px;
    height: 403px;
    display: block;
    /*margin: 40px auto 30px;*/
}


.i-see-btn {

    border-radius: .125rem;
    width: 50%;
    height: 0.375rem;

}

.dialog-content {
    width: auto;
    position: relative;
}

.dialog-img,
.copy-tips {
    margin: 20px 0;
}

.btn-all {
    padding: 0 .2rem;
}
.close-icon{
    position: absolute;
    width: 10%;
    right: 5%;
    top:5%;
}

    .box{
        padding-top: 63px;
    }
@media screen and (max-width: 750px) {

     .container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .hua-navbar .nav-list {
        padding: 50px 15px;
        position: fixed;
        right: -280px;
        top: 0;
        bottom: 0;
        width: 250px;
        margin-left: 0;
        background: #ffffff;
        z-index: 99999;
        transition: all .3s ease;
    }

    .hua-navbar .nav-list.show {
        right: 0px;
    }

    .hua-navbar .nav-list>li {
        float: none;
        display: block;
        margin: 8px 0;
        background-color: #f7f7f7;
    }

    .hua-navbar .nav-list>li>a {
        height: 40px;
        line-height: 40px;
    }

    .nav-list>li.current a {
        background-color: initial;
    }

    .canvas-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 18px;
        width: 30px;
        height: 30px;
        z-index: 99999;
        color: #000;
        transition: all .3s ease;
    }

    .canvas-close i {
        font-size: 25px;
        transition: all .3s ease;
    }

    .nav-list.show li em.dot {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 40px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
    }

    .nav-list.show li em.dot i {
        font-size: 18px;
    }

    .hua-navbar .nav-list .sub-nav {
        background: #eaeaea;
        position: relative;
        box-shadow: none;
        text-align: center;
    }

    .hua-navbar .nav-list li:hover>.sub-nav {
        display: none;
    }

    .hua-navbar .nav-list .sub-nav p:last-child {
        padding-bottom: 10px;
    }

    .hua-navbar .nav-list .sub-nav p a {
        width: auto;
        display: block;
        margin: 10px 10px 0 10px;
        background-color: #f7f7f7;
    }

    .hua-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        z-index: 9998;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .nav-right {
        font-size: 18px;
    }

    .nav-right .nav-search,
    .nav-right .nav-tougao,
    .nav-right .nav-cart {
        padding: 13px 5px
    }

    .nav-right .nav-button {
        display: block;
        padding: 15px 0 15px 0px;
    }

    .nav-right .nav-button a {
        padding: 7px 0 !important
    }

    .search-box .container {
        max-width: 100%;
    }

    .search-input {
        width: 80%
    }

    .search-btn {
        width: 20%
    }

    .search-button {
        position: absolute;
        right: 15px;
        top: 18px;
        display: block !important;
    }

    .search-button a {
        color: #2d3757;
    }

    .search-button .fa {
        font-size: 18px;
    }

    .search-box {
        padding: 8.5px 30px 8.5px 0;
    }

    .search-box.show {
        top: 7px;
    }

    .search-box .search-input,
    .search-box .search-btn {
        height: 35px;
    }

    .search-close {
        font-size: 24px;
        top: -1px;
        right: -30px;
    }

    .i-see-btn {

        border-radius: .125rem;
        width: 50%;
        height: 0.375rem;

    }

    .dialog-content {
        width: auto;
    }

    .dialog-img,
    .copy-tips {
        margin: 20px 0;
    }

    .footer {
        width: 100%;
        position: relative;
        clear: both;
        background-color: #282828;
        padding: 30px 0 30px 0;
    }

    .social-footer {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .social-footer a {
        float: none;
        display: inline-block;
    }

    .cd-popup-container {
        margin: 10em auto;
    }

    .nav-footer {
        clear: both;
        text-align: center;
    }

    .footer .nav-footer a {
        font-size: 14px;
    }

    .links-footer,
    .copyright-footer {
        text-align: center;
    }
    
    .i-see-btn {

        height: 1rem;
    }
}
