body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei"
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei"
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ul, ol, li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0
}

a {
    text-decoration: none
}

button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.fl {
    float: left
}

img {
    border: 0;
    display: block
}

#tltkf {
    width: 100%;
    margin: auto;
    max-width: 1920px;
    padding-top: 500px;
    background: url(../images/tltkf8.jpg) no-repeat center top rgb(3, 3, 3);
}

/*头部跳转*/

.tltkf-head-nav {
    width: 1000px;
    height: 45px;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
}

.tltkf-head-nav a {
    float: left;
    height: 45px;
    line-height: 45px;
    margin-left: 15px;
    width: 130px;
    background-color: #7f7055;
    border-radius: 4px;
    text-align: center;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    color: #232321;
}

.tltkf-head-nav a:first-child {
    margin-left: 0;
}

.tltkf-head-nav a.active,
.tltkf-head-nav a:hover {
    background-image: linear-gradient(
            #937e57,
            #937e57),
    linear-gradient(
            #7f7055,
            #7f7055);
    background-blend-mode: normal,
    normal;
    color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(255, 132, 0, 0.3);
}

.tltkf-head-nav a.buy {
    background-color: #9cad3c;
    color: #59612c;
}

.tltkf-head-nav a.buy:hover {
    color: #ffffff;
}

.tltkf-head-nav a.hot:after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 17px;
    height: 17px;
    background: url(../images/tltkf21.png);
}

/*一级二级切换*/
.ziliaobox {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
    /*background-color: rgb(29, 17, 4);*/
    /*border-top: 4px solid #670205;*/
    /*border-bottom: 4px solid #670205;*/
    position: relative;
    padding-top: 1px;
    padding-bottom: 40px;
}

.ziliaoboxsmall .title {
    margin-top: 50px;
    display: none;
}

.ziliaobox .ziliaoboxsmall {
    display: none;
}

/*.ziliaobox:before {*/
/*content: "";*/
/*display: block;*/
/*width: 100%;*/
/*height: 1px;*/
/*background-color: #670205;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 2px;*/
/*}*/
/*.ziliaobox:after {*/
/*content: "";*/
/*display: block;*/
/*width: 100%;*/
/*height: 1px;*/
/*background-color: #670205;*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 2px;*/
/*}*/
.items-content .item-content-li {
    display: none;
}

.items-content .item-content-li:first-child {
    display: block;
}

.ziliaobox .tsbox {
    position: relative;
    z-index: 3;
    width: 1024px;
    margin: auto;
}

.toggle-con1 {
    width: 1000px;
    margin: auto;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    border-bottom: 1px solid #7f7055;
    padding-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.toggle-con1 span {
    float: left;
    height: 30px;
    position: relative;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    padding: 0 12px;
    border: 1px solid transparent;
    margin: 0 20px 20px 0;
    border-radius: 5px;
    color: #7f7055;
}

.toggle-con1 span.active {
    border-color: #7f7055;
    color: #d3ac65;
}

/*二级切换*/
.aform {
    overflow: hidden;
    box-sizing: border-box;
    width: 1000px;
    padding-left: 20px;
    padding-top: 10px;
    margin: 0 auto 20px;
}

.aform .check {
    float: left;
    vertical-align: bottom;
    position: relative;
    height: 42px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 38px;
    margin: 0 30px 0 0;
    color: #7f7055;
    text-align: center;
    cursor: pointer;
}

.aform .check.active {
    color: #d3ac65;
}

.aform .check.active:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #d3ac65;
    border-radius: 3px;
}

.select-container {
    position: relative;
}

.select-container > a {
    vertical-align: bottom;
    width: 100px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    margin: 0;
    background-color: #2f82ff;
    color: white;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.select-container > a:before {
    content: "";
    display: block;
    left: 2px;
    top: 2px;
    width: 96px;
    height: 36px;
    border: 1px solid #1f3880;
    box-sizing: border-box;
    position: absolute;
}

/*.select-container > a:after {*/
/*content: "";*/
/*display: block;*/
/*left: 2px;*/
/*top: 2px;*/
/*width: 96px;*/
/*height: 36px;*/
/*border: 1px solid rgb(117, 22, 24);*/
/*box-sizing: border-box;*/
/*position: absolute;*/
/*}*/
.un_right {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 1024px;
    margin: auto;
}


.img-con > a.active {
    display: block;
}

.img-con > a {
    display: none;
    float: left;
    width: 122px;
    box-sizing: border-box;
    height: 154px;
    margin: 0 12px 16px 12px;
}

.img-con div {
    width: 122px;
    height: 122px;
    box-sizing: border-box;
    border: 1px solid #7f7055;
    position: relative;
    border-radius: 4px;
}

.img-con div img {
    display: block;
    vertical-align: bottom;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
}


.img-con a:hover span {
    color: #d3ac65;
    text-shadow: 0px 0px 8px #d3ac65;
}

.img-con span {
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    color: #7f7055;
    font-size: 14px;
}

/*切换*/
.toggle-container {
    width: 1000px;
    margin: 0 auto;
    height: 70px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #7f7055;
    box-sizing: border-box;
    padding-left: 20px;
}

.toggle-container span {
    float: left;
    height: 60px;
    margin-right: 40px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 3px;
    color: #7f7055;
}

.toggle-container span.checked {
    font-weight: bold;
    color: #d3ac65;
    text-shadow: 0 0 8px #d3ac65;
}

/*.toggle-container span.checked:after {*/
/*    content: "";*/
/*    width: 100px;*/
/*    height: 8px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    background: #2f82ff;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/
/*搜索*/
.un_left {
    height: 32px;
    position: absolute;
    top: -115px;
    right: 18px;
}

/*.un_left i {*/
/*position: absolute;*/
/*left: 30px;*/
/*width: 21px;*/
/*height: 20px;*/
/*top: 7px*/
/*}*/
.sear_le {
    color: #ffffff;
    font-size: 14px;
    text-indent: 5px;
    box-sizing: border-box;
    /*border-radius: 3px;*/
    margin-left: 7px;
    width: 172px;
    height: 32px;
    line-height: 32px;
    background-color: rgba(211, 172, 101, 0.2);
    border-radius: 4px;
}
input::-webkit-input-placeholder {
    　　color: #ffffff;
}
input:-moz-placeholder {
    color: #ffffff;
}

input::moz-placeholder {
    color: #ffffff;
}

input:-ms-input-placeholder {
    color: #ffffff;
}

.sear_ri {
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    width: 75px;
    height: 32px;
    margin-left: 7px;
    background-color: #d3ac65;
    border-radius: 4px;
}


.search1,
.search2 {
    vertical-align: top;
}

.has-des-text .img-con > a {
    height: 140px;
}

.has-des-text .img-con > a span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 40px;
    line-height: 45px;
    color: #2f82ff;
}

.has-des-text .img-con > a:hover span {
    color: #ffffff;
}
