/* 通用 */
* {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
button {
    outline: 0;
}

button {
    border: 0;
    background-clip: padding-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    vertical-align: baseline;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
}

span,
p,
div {
    word-wrap: break-word;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

html,
body,
div,
p,
ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a.geted {
    pointer-events: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}



/* 黑色title背景主题 适用于alert confirm*/
body .skin_class_exmple .layui-layer-title {
    padding: 0 !important;
    text-align: center;
    background: black !important;
    color: white !important;
    font-size: 22px !important;
    height: 50px !important;
    line-height: 50px !important;
    position: relative !important;
}

body .skin_class_exmple .layui-layer-setwin {
    top: 15px !important;
}

body .skin_class_exmple>.layui-layer-content {
    text-align: center;
    font-size: 20px;
    color: red;
    box-sizing: border-box;
}

body .skin_class_exmple .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin a:hover {
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin {
    opacity: 1;
}

body .skin_class_exmple>.layui-layer-btn {
    background: white;
    text-align: center;
}

body .layui-layer-title {
    background-color: transparent !important;
    border-bottom: none;
}

body .layui-layer-content {
    background-color: transparent !important;
    border-bottom: none;
    box-shadow: none;
}

body .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 0;
}

body .layui-layer-setwin a:hover {
    opacity: 0;
}

body .layui-layer-setwin {
    opacity: 0;
}

body .layui-layer-setwin .layui-layer-close2 {
    right: -2px;
    top: -2px;
}

body .skin_class_two {
    box-shadow: none;
}

.cu_layer {
    display: none;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

a:hover {
    -webkit-filter: brightness(115%);
    -ms-filter: brightness(115%);
    -o-filter: brightness(115%);
    -moz-filter: brightness(115%);
    opacity: 0.85\0;
}

#bgMusic {
    opacity: 0;
}

/* 页面部分 */
.indexPage {
    min-width: 1400px;
    height: 4040px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/main/index.jpg) no-repeat center top;
    position: relative;
    /* padding-top: 60px; */
}

.index-top {
    width: 100%;
    height: 400px;
}

.header {
    background: rgba(24, 10, 1, 0.5);
    width: 100%;
    display: flex;
    align-items: center;
}

.header-center {
    width: 1905px;
    min-width: 1905px;
    padding: 0 77px;
    height: 120px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    display: inline-block;
    background: url(../images/main/logo.png);
    width: 147px;
    height: 102px;
}

.header-flex {
    width: 1180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-flex>a {
    font-size: 18px;
    color: #ffffff;
	font-weight: 700;
}

.header-flex-btn {
    display: flex;
    justify-content: space-between;
    width: 325px;
}

.header-flex-a {
    display: inline-block;
    background: url(../images/main/header-btn1.png);
    width: 151px;
    height: 49px;
}

.header-flex-a:nth-child(2) {
    background: url(../images/main/header-btn2.png);
}

.header-music {
    display: inline-block;
    background: url(../images/main/btn-music.png);
    width: 40px;
    height: 40px;
}

.header-music.artive {
    background-position-x: -54px;
}

.header-bottom {
    background: rgba(24, 10, 1, 0.5);
    width: 100%;
    min-width: 1750px;
    height: 0px;
    transition: height 0.5s ease;
    overflow: hidden;
    color: #fff;
    padding-top: 10px;
    display: flex;
    padding-left: 760px;
}

.header-bottom>div {
    display: flex;
    flex-direction: column;
}

.header-bottom>div:nth-child(2) {
    margin-left: 32px;
}

.header-bottom>div:nth-child(3) {
    margin-left: 28px;
}

.header-bottom>div:nth-child(4) {
    margin-left: 22px;
}

.header-bottom>div:nth-child(5) {
    margin-left: 20px;
}

.header-bottom>div>a {
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.content {
    width: 1400px;
    text-align: center;
}

.content-a {
    display: inline-block;
    background: url(../images/main/btn-center.png);
    width: 698px;
    height: 70px;
    margin-top: 430px;
}





.index-body {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1400px;
    margin-top: 134px;
    position: relative;
}

.index-body-btn {
    height: 170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;

}

.index-body-btn>a {
    display: inline-block;
    width: 369px;
    height: 65px;
    background: url(../images/main/btn-sum.png);
}

.index-body-btn>a:nth-child(2) {
    background-position-x: -386px;
}

.index-body-btn>a:nth-child(3) {
    background-position-y: -85px;
}

.index-body-btn>a:nth-child(4) {
    background-position-x: -386px;
    background-position-y: -85px;
}





.index-body .swiper-container {
    width: 702px !important;
    height: 432px !important;
}

.index-body .swiper-container-box {
    background: url(../images/main/swiper-bg.png);
    width: 751px;
    height: 479px;
    background-size: 100% 100%;
    margin: 0;
    padding-top: 20px;
}

.index-body .swiper-container .swiper-wrapper .swiper-slide {
    width: 702px;
    height: 432px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-body .swiper-container .swiper-wrapper .swiper-slide img {
    width: 702px;
    height: 432px;
}

.index-body .swiper-container .swiper-pagination {
    justify-content: flex-end !important;
    padding-right: 35px;
}

.index-body .swiper-container .swiper-pagination-bullet {
    background: url(../images/main/swiper-round.png) !important;
    width: 15px;
    height: 16px;
    opacity: 1 !important;
    margin: 0 8px !important;
}

.index-body .swiper-container .swiper-pagination-bullet-active {
    background: url(../images/main/swiper-round-artice.png) !important;
    width: 21px;
    height: 22px;
}

.index-body .swiper-container .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}






.DT-card1_right {

    width: 647px;
    height: 415px;
    background: url(../images/main/card-tab.png);
    position: relative;
    padding-top: 10px;
}

.DT-card1_right--poa {
    color: #782618;
    font-size: 15px;
    position: absolute;
    right: 22px;
    top: 36px;
    padding: 0 3px;
    display: flex;
    align-items: center;
}

.DT-card1_right--poa>span {
    display: inline-block;
    background: url(../images/main/icon-gd.png);
    width: 18px;
    height: 18px;
    margin-right: 3px;
}

.hy_new_top {
    font-size: 0;
    width: 345px;
    height: 60px;
    margin-left: 24px;
    display: flex;
    justify-content: space-between;
}

.hy_new_top li {
    display: inline-block;
    /* width: 25%; */
    height: 54px;
    font-size: 24px;
    color: #000;
    line-height: 73px;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.hy_new_top li.is_act>a {
    color: #b32011;
}

.hy_new_bom {
    margin-top: 20px;
}

/* .hy_new_bom>li>div:nth-child(1)>a {
    color: #4a4432;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
} */
/* 
.hy_new_bom>li>div:nth-child(1) {
    margin: 5px 0 10px;
} */

.new_bom_img {
    margin-right: 3px;
}

.hy_new_bom>li>div {
    width: 605px;
    margin: auto;
    height: 47px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efeeec;
}

.hy_new_bom>li>div a {
    width: 100%;
    display: flex;
    color: #1a1a1a;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
}

/* .hy_new_bom a:hover {
  color: #ef231c;
} */

.hy_new_bom li {
    display: none;
}

.hy_new_bom li:nth-child(1) {
    display: block;
}

.hy_new_top_img {
    color: #782618;
    font-size: 28px;
    font-weight: 700;
    font-family: "KaiTi", sans-serif;
}






.index-body-bottom {
    background: url(../images/main/card-right-sm.png);
    width: 647px;
    height: 225px;
    margin-top: 5px;
    padding-top: 15px;
}

.body-bottom-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 10px;
}

.body-bottom-title>p:nth-child(1) {
    color: #782618;
    font-size: 28px;
    font-weight: 700;
    font-family: "KaiTi", sans-serif;
}

.body-bottom-title>p:nth-child(2) {
    color: #782618;
    font-size: 18px;
    margin-bottom: 5px;
}
.body-bottom-title>p:nth-child(2) a{
    color: #782618;
}

.body-bottom-flex {
    display: flex;
    justify-content: space-between;
    padding: 0 17px;
}

.body-bottom-card {
    width: 200px;
    height: 144px;
    border: 1px solid #f5f2e9;
    text-align: center;
    padding-top: 4px;
}

.body-bottom-card>div {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #1a1a1a;
    padding: 0 2px;
}

.body-bottom-card>div>p:nth-child(2) {
    color: #10940d;
}

.card2 {
    text-align: center;
    height: 1118px;
    position: relative;
    margin-top: 160px;
}

.card2-banner {
    text-align: right;
}

.card2-btn {
    display: flex;
    position: absolute;
    left: 40px;
    bottom: 200px;
}

.card2-btn>a {
    display: inline-block;
    background: url(../images/main/nav.png);
    width: 80px;
    height: 80px;
    margin-right: 20px;
    background-position-y: -89px;
}

.card2-btn>a.geted {
    background-position-y: 0px;
}

.card2-btn>a:nth-child(2) {
    background-position-x: -106px;
}

.card2-btn>a:nth-child(3) {
    background-position-x: -205px;
}

.card2-btn>a:nth-child(4) {
    background-position-x: -299px;
}

.card2-btn>a:nth-child(5) {
    background-position-x: -399px;
}

.card3 {
    text-align: center;
    margin-top: 130px;
}






.index-card {
    width: 1805px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.index-card .swiper-container {
    width: 1805px;
    height: 740px;
    background-size: 100% 100%;
    margin: 0;
}

.index-card .swiper-container .swiper-wrapper .swiper-slide {
    width: 1218px;
    height: 677px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-card .swiper-container .swiper-wrapper .swiper-slide img {
    width: 1218px;
    height: 677px;
}

.index-card .swiper-container .swiper-pagination-bullet {
    background: #d9d9d9 !important;
    width: 8px;
    height: 8px;
    opacity: 1 !important;
}

.index-card .swiper-container .swiper-pagination-bullet-active {
    background: #ffe6a1 !important;
    width: 10px;
    height: 10px;
}

.index-card .swiper-container .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-card .swiper-container .swiper-button-prev {
    background: url(../images/main/icon-left.png);
    width: 145px;
    height: 97px;
    top: 40%;
    left: 55px;
}

.index-card .swiper-container .swiper-button-next {
    background: url(../images/main/icon-right.png);
    width: 145px;
    height: 97px;
    top: 40%;
    right: 55px;
}

.index-card .swiper-container .swiper-pagination-bullet {
    background: url(../images/main/swiper-nav.png);
    width: 15px;
    height: 16px;
}

.index-card .swiper-container .swiper-pagination-bullet {
    margin: 0 10px !important;
    background: url(../images/main/swiper-nav.png) !important;
    width: 15px;
    height: 16px;
}

.index-card .swiper-container .swiper-pagination-bullet-active {
    background: url(../images/main/swiper-nav-artice.png) !important;
    width: 21px;
    height: 22px;
}


.two-card {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1400px;
    margin: auto;
    margin-top: 225px;
    padding-bottom: 50px;
}

.card-left {
    background: url(../images/news/card-left.png);
    width: 256px;
    height: 582px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    padding-top: 20px;
    margin-top: 13px;
}

.card-left_one {
    background: url(../images/news/btn-xw.png);
    width: 208px;
    height: 54px;
}

.card-left_two {
    background: url(../images/news/btn-zl.png);
    width: 208px;
    height: 54px;
    margin-top: 15px;
}

.card-left_three {
    background: url(../images/news/btn-xz.png);
    width: 208px;
    height: 54px;
    margin-top: 15px;
}

.card-left_flex {
    display: flex;
    flex-direction: column;
}

.card-left_flex>a {
    background: url(../images/news/btn-sm.png);
    width: 185px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #752d28;
    margin-top: 8px;
}

.card-left_flex>a.geted {
    background: url(../images/news/btn-sm-artive.png);
}

.card-right {
    background: url(../images/news/bg-detail.png);
    width: 1158px;
    height: 903px;
}

.card-right3 {
    background: url(../images/news/detail-card.png) no-repeat;
    background-color: #f8f2de;
    width: 1130px;
    min-height: 1131px;
    border: 1px solid #dbbe95;
    padding-bottom: 30px;
}

.card-right_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 50px 0 5px 9px;
    margin: 0 40px 0 40px;
    border-bottom: 1px solid #d5a061;
}

.card-right_top.border {
    padding-bottom: 15px;
    padding-right: 10px;
}

.card-right_top.bottom {
    border-bottom: none;
}

.card-right_p,
.card-right_p>a {
    color: #4d4d4d;
    font-size: 14px;
}

.card-right_body {
    margin-top: 42px;
}

.card-right_body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-right_body--title {
    color: #903933;
    font-size: 24px;
}

.card-right_body--time {
    color: #878787;
    font-size: 14px;
    margin-top: 10px;
}

.body-down_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 750px;
}



.layui-tab-item {
    height: 675px;
    position: relative;
}

.layui-tab-content {
    padding: 0;
}

.layui-tab-title {
    display: flex;
    justify-content: space-around;
    margin: 0 41px;
    border-bottom: 1px solid #d5a061;
    padding-right: 86px;
}

.layui-tab-title li {
    font-size: 24px;
    color: #1a1a1a;
}

.layui-tab-title .layui-this {
    color: #903933;
}

.layui-tab_title {
    display: flex;
    align-items: center;
}

.layui-tab_title>p {
    font-size: 20px;
    margin-left: 4px;
}

.layui-tab_title>img {
    width: 15px;
    height: 15px;
}

.right-flex-big>p {
    font-size: 18px !important;
}

.layui-tab-title .layui-this:after {
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 2px;
    background-color: #903933;
    top: 37px;
    left: 50%;
    transform: translate(-50%);
}

.layui-tab-item {
    padding: 0 42px;
}

.layui-tab-item_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 57px 0 44px;
    border-bottom: 1px solid #d5a061;
    width: 100%;
    height: 90px;
}

.layui-tab-item_a:last-child {
    border-bottom: none;
}

.layui-tab-item_a:hover>div {
    color: #782618 !important;
}

.layui-tab-item_a:hover>div>p {
    color: #782618 !important;
}

.right-flex {
    display: flex;
    align-items: center;
}

.layui-tab-item .active p,
.layui-tab-item .active div {
    color: #a2651d !important;
}

.layui-tab-item .active .block-view {
    background-color: #a2651d !important;
}

.layui-tab-item_a>div {
    font-size: 18px;
    color: #000;
}

.right-flex>p {
    font-size: 14px;
    color: #000;
    width: 100px;
    text-align-last: left;
}

.layui-tab-item .block-view {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #767676;
    transform: rotate(45deg);
    margin-right: 15px;
}

#pagings {
    margin: auto;
    text-align: center;
    width: 800px;
    height: 100px;
    /* position: absolute; */
    right: 23%;
    bottom: -80px;
}

.layui-laypage a {
    background-color: transparent;
    border: none;
    color: #000 !important;
}

.layui-disabled {
    color: #000 !important;
}

.layui-disabled:hover {
    color: #000 !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: none !important;
}

.layui-laypage button {
    background: none;
    border: none;
}

.layui-laypage input {
    background: none;
    border: none;
    margin: 0;
}

.layui-laypage .layui-laypage-skip {
    background-color: none;
    color: #000;
}

.layui-laypage span {
    background: none;
    border: none;
}

.layui-laypage .layui-laypage-curr em {
    color: #A80009;
}

.layui-laypage .layui-laypage-spr {
    color: #000 !important;
    background: none !important;
    border: none !important;
}

.card-right-bottom {
    padding-top: 15px;
}

.card-right-a {
    font-size: 16px;
    color: #1a1a1a;
    padding-left: 64px;
}

.card-right-p:nth-child(2) {
    font-size: 30px;
    color: #782618;
    text-align: center;
    margin-top: 10px;
}

.card-right-p:nth-child(3) {
    font-size: 14px;
    color: #4d4d4d;
    text-align: right;
    padding-right: 122px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.card-content {
    padding: 0 110px;
}
.index-down {
    min-width: 1400px;
    height: 2065px;
    background: url(../images/download/down-lode.png) no-repeat center top;
    position: relative;
}
.index-down2 {
    min-width: 1400px;
    min-height: 2065px;
    background: url(../images/download/down-lode.png) no-repeat center top;
    background-color: #f2f1e4;
    position: relative;
}
.index-card .swiper-container .swiper-wrapper .swiper-slide-prev {
    transform: translate(800px,0) scale(0.7) !important;
    filter: grayscale(0%) brightness(60%);
}

.index-card .swiper-container .swiper-wrapper .swiper-slide-next {
    transform: translate(-800px,0) scale(0.7) !important;
    filter: grayscale(0%) brightness(60%);
}