body,
html {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_bg1 {
    background: url(../images/i_bg1.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.index_bg {
    background: url(../images/i_bg1.jpg) center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.img_box {
    width: 50%;
    margin: auto;
    padding-top: 102px;
}

.iw {
    display: block;
    margin: auto;
}

.iw1 {
    position: relative;
    width: 90%;
}

.iw2 {
    animation: leftEaseInAnimate 2s ease 1;
    animation-fill-mode: forwards;
    margin-top: -7%;
    width: 61%;
}

@keyframes leftEaseInAnimate {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.iw3 {
    animation: leftEaseInAnimate1 2s 1s ease 1;
    animation-fill-mode: forwards;
    opacity: 0;
    width: 53%;
}

@keyframes leftEaseInAnimate1 {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.iw4 {
    position: relative;
    width: 25px;
    margin-top: 34px;
    animation: bounce 2s 2s infinite;
    opacity: 0;
}

.ihq {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 91%;
}

.ia {
    width: 92px;
    display: block;
    position: absolute;
    bottom: 0;
    animation: bounce1 2s 2s forwards;
    opacity: 0;
    left: 50%;
    margin-left: -46px;
    height: 90px;
    box-sizing: border-box;
    background: rgba(203, 29, 29, 0.8);
}

.m_pp {
    animation: bounce1 2s 2s forwards;
    opacity: 0;
    text-align: center;
    color: #941a1d;
    line-height: 2vw;
    margin-top: 1%;
    font-size: 1.1vw;
}

.m_pp a {
    color: #941a1d;
    line-height: 2vw;
    font-size: 1.1vw;
    text-align: center;
}

@keyframes bounce {
    0% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
    50% {
        opacity: 1;
        transform: translate(0px, -10px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@keyframes bounce1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.gjw {
    padding-top: 4%;
    display: block;
    width: 36%;
    margin: 0 auto 15px;
}

.s_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.swiper-button-prev {
    background-image: url(../images/l.png);
    right: auto;
    left: 0px;
    width: 38px;
    height: 160px;
    background-size: contain;
    margin-top: -80px;
}

.swiper-button-next {
    background-image: url(../images/r.png);
    right: 0px;
    left: auto;
    width: 38px;
    height: 160px;
    background-size: contain;
    margin-top: -80px;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 36px;
    background: rgba(0, 0, 0, 0.3);
}

.p_img {
    display: block;
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    width: 170px;
    height: 170px;
    float: left;
    margin-right: 20px;
    object-fit: cover;
}

.p_img:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #fff;
    width: 70px;
    margin: 20px 0;
}

.p_s {
    padding-right: 15px;
    font-size: 16px;
    overflow-y: auto;
    height: 199px;
    display: inline-block;
    line-height: 30px;
    padding-top: 5px;
    color: #fff;
    margin-bottom: 15px;
}

.swiper-slide p {
    width: 750px;
    background: rgba(0, 0, 0, 0.28);
    padding: 30px 40px;
    border-radius: 10px;
}

.menubox {
    height: 229px;
    background: url(../images/x_menu.png) no-repeat;
    position: fixed;
    right: 10%;
    top: 0;
    z-index: 99;
    background-size: contain;
    width: 220px;
    padding: 0px 7px 10px 0;
}

.menubox a {
    display: block;
    text-align: center;
    margin: 25px;
    font-size: 19px;
    color: #4f0000;
}

.content {
    width: 1112px;
    margin: 10% auto;
}

.qybox {
    background: url(../images/q_bg1.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    width: 100%;
    min-height: 100%;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    padding-bottom: 150px;
}

.qyimg {
    padding-top: 120px;
    display: block;
    margin: 0 auto 15px;
}

.qybox_div {
    width: 956px;
    margin: 0 auto 0;
    background: url(../images/q_kuang_01.png) top no-repeat, url(../images/q_kuang_03.png) bottom no-repeat;
    background-size: 100%;
    padding-bottom: 69px;
    padding-top: 36px;
}

.video_b {
    float: left;
    width: 695px;
    height: 380px;
}

.qycon {
    font-size: 16px;
    line-height: 27px;
    /* height: 350px; */
    /* overflow-y: auto; */
    padding: 31px 50px 0;
    background: url(../images/q_kuang_02.png) 0 no-repeat;
    background-size: 100%;
}

.qycon p {
    color: #fff;
    font-size: 16px!important;
    line-height: 32px;
}

.qycon span {
    font-family: "Microsoft YaHei" !important;
    font-size: 16px !important;
}

.jybox {
    background: url(../images/jybg.jpg) bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding-bottom: 329px;
}

.jy {
    background: url(../images/q_kuang_01.png) top no-repeat, url(../images/q_kuang_03.png) bottom no-repeat;
    width: 956px;
    margin: 40px auto 0;
    padding: 37px 0 69px;
    background-size: 100%;
}

.jy p {
    color: #fff;
    line-height: 32px !important;
}

.jycon {
    min-height: 290px;
    margin: auto;
    font-size: 16px!important;
    line-height: 32px;
    padding: 31px 50px 0;
    background: url(../images/q_kuang_02.png) 0 no-repeat;
    background-size: 100%;
}

.jycon p video,
.qycon p video {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.jycon p span {
    font-family: "Microsoft YaHei" !important;
    font-size: 16px!important;
}

.page1 {
    background: #efebe6 url(../images/pagebg1.jpg) center top no-repeat;
    background-size: 100%;
    position: relative;
    background-attachment: fixed;
}

.page2 {
    background: #efebe6 url(../images/pagebg2.jpg) center top no-repeat;
    background-size: 100%;
    position: relative;
    background-attachment: fixed;
}

.page3 {
    background: #efebe6 url(../images/pagebg3.jpg) center top no-repeat;
    background-size: 100%;
    position: relative;
    background-attachment: fixed;
}

.page5 {
    background: #efebe6 url(../images/pagebg5.jpg) center top no-repeat;
    background-size: 100%;
    position: relative;
    background-attachment: fixed;
}

.pagebox {
    width: 1000px;
    padding-top: 4%;
    margin: auto;
}

.video_list {
    margin-top: 15px;
}

.video_list a {
    display: block;
    width: 265px;
    float: left;
    margin: 0 26px 25px;
    position: relative;
}
.video_list a:after{width: 50px;height: 50px;display:block;top: 56px;left: 108px;position:absolute;content:' ';background:url(../images/i_p.png) no-repeat;background-size: contain;}
.video_list a img {
    width: 265px;
    height: 162px;
    float: left;
}

.video_list a p {
    font-size: 17px;
    line-height: 29px;
    background: #f6f6f6;
    padding: 10px;
    float: left;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width: 100%;
}

.tabs {
    width: 265px;
    padding: 40px 0 0;
    border-bottom: 1px solid #e9e9e9;
    font-size: 15px;
    float: left;
    background: #fcf5ec;
    overflow-y: auto;
}

.tabs li:hover {
    color: #fff;
    cursor: pointer;
    background: #d04024;
}

.page_2 {
    background: #EBF4E0;
}

.page_2 li:hover {
    color: #fff;
    cursor: pointer;
    background: #587F2A;
}

.page_3 {
    background: #E9F3FD;
}

.page_5 {
    background: #fdf6e2;
}

.page_3 li:hover {
    color: #fff;
    cursor: pointer;
    background: #4699E7;
}

.page_5 li:hover {
    color: #fff;
    cursor: pointer;
    background: #EFBC20;
}

.tabs li:hover a {
    color: #fff;
}

.tabs .thistab {
    color: #fff;
    cursor: pointer;
    background: #d04024;
}

.page_2 .thistab {
    color: #fff;
    cursor: pointer;
    background: #587F2A;
}

.page_3 .thistab {
    color: #fff;
    cursor: pointer;
    background: #4699E7;
}

.page_5 .thistab {
    color: #fff;
    cursor: pointer;
    background: #efbc20;
}

.tabs .thistab a {
    color: #fff;
    cursor: pointer;
}

.tabs li {
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 50px;
    font-size: 15px;
    margin-bottom: 1px;
    height: 50px;
    padding: 0 18px;
}

.tabs li a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}

.tab_conbox1 {
    float: right;
    width: 735px;
    background: #fff;
    padding: 0 50px 200px;
   min-height: 1000px;
}

.con_lista {
    padding: 40px 0 0 0;
}

.p_con {}

.p_con h2 {
    color: #d04024;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.p_con h2:after {
    content: ' ';
    display: block;
    width: 50px;
    border-bottom: 1px solid #d04024;
    margin-top: 20px
}

.p_con p br {
    display: none;
}

.p_con3 h2 {
    color: #4699E7;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.p_con3 h2:after {
    content: ' ';
    display: block;
    width: 50px;
    border-bottom: 1px solid #4699E7;
    margin-top: 20px;
}

.p_con2 h2 {
    color: #70AA3D;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.p_con2 h2:after {
    content: ' ';
    display: block;
    width: 50px;
    border-bottom: 1px solid #70AA3D;
    margin-top: 20px;
}

.p_con p,
.p_con span,
.p_con h3,
.p_con h4 {
    font-size: 17px !important;
    line-height: 29px;
    margin-bottom: 20px;
    filter: none;
    font-family: Microsoft YaHei !important;
    color: #333 !important;
    text-align: justify !important;
    text-indent: 2rem;
}

.p_con video {
    display: block;
    margin: auto;
    width: 550px !important;
    height: auto !important;
}

.p_con img {
    width: 550px;
    margin: 20px auto;
    display: block;
}

.p_menubox {
    height: 396px;
    background: url(../images/nav1.png) top center no-repeat;
    position: fixed;
    right: 20px;
    top: 200px;
    z-index: 99;
    background-size: contain;
    width: 157px;
}

.videobox {display: none;}
.v_box{
    width: 800px;
    margin: 12% auto;
    position: relative;
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.v_sp {
    position: absolute;
    font-size: 25px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    right: -29px;
    top: -29px;
    width: 29px;
    height: 29px;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
} 

.v_box video {
    width: 100%;
    height: 100%;object-fit: contain;
}

.menu1 {
    display: none;
    background: url(../images/nav2.png) no-repeat;
    position: absolute;
    top: 50px;
    left: 24px;
    padding-top: 11px;
    width: 126px;
    height: 190px;
}

.menu1 a {
    display: block;
    text-align: center;
    margin: 17px;
    font-size: 19px;
    color: #4f0000;
}

.menu2 {
    margin-top: 50px;
}

.menu2 a {
    display: block;
    text-align: center;
    padding-bottom: 6px;
    margin-bottom: 9px;
    font-size: 16px;
    color: #4f0000;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
}

.menu2 .active {
    background: url(../images/jt1.png) center bottom no-repeat;
    background-size: 15px;
}

.xl {
    text-align: center;
    margin: 51px 0 10px;
    cursor: pointer;
}

.sl {
    text-align: center;
    margin: 16px 0 10px;
    cursor: pointer;
}

.xl img {}

.navhead {
    z-index: 9;
    position: absolute;
    top: 0;
    display: none;
    left: 0;
}

.zthead {
    height: 55px;
    background: #404040;
    display: none;
}

.zthead a {
    color: #fff;
    height: 55px;
    line-height: 55px;
    width: 1182px;
    margin: auto;
    display: block;
    font-size: 17px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
}

.zthead a img {
    vertical-align: text-top;
    display: inline-block;
    margin-top: 4px;
    margin-right: 5px;
}

.z_m {
    width: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 20px;
    z-index: 1;
}

.z_m img {}

.cj {
    background: #efebe6 url(../images/pagebg4.jpg) center 0 no-repeat;
    background-size: 100%;
    /* background-attachment: fixed; */
    width: 100%;
    min-height: 100%;
}

.cjbox {
    position: relative;
    padding-bottom: 300px;
}

.cjh2 {
    color: #fde544;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 55px;
    display: none;
}

.tabs2 {
    width: 1000px;
    font-size: 0.8rem;
    margin: auto;
    background: url(../images/j_03.jpg);
    height: 70px;
    padding: 0 63px;
    position: relative;
}

.tabs2 .thistab {
    color: #fde7ad;
    cursor: pointer;
    font-size: 25px;
}

.tabs2 li {
    color: #fff;
    height: 70px;
    position: relative;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    margin: 0 0;
    width: 290px;
    cursor: pointer;
}

.tabs2 li:last-child {
    margin-right: 0
}

.tabs2 .thistab:before {
    content: ' ';
    display: inline-block;
    width: 17px;
    height: 70px;
    background: url(../images/ztrb.png) no-repeat;
    background-position: left center;
    float: left;
    margin-right: 2px;
    background-size: contain;
}

.tabs2 .thistab:after {
    content: ' ';
    display: inline-block;
    width: 17px;
    height: 70px;
    background: url(../images/ztlb.png) no-repeat;
    background-position: left center;
    float: right;
    background-size: contain;
    margin-left: 2px;
}

.tab_conbox2 {
    width: 1000px;
    margin: auto;
    background: #fff;
}

.con_list2 {
    padding: 2% 0;
}

.cj .tabs3 {
    width: 706px;
    font-size: 16px;
    margin: 20px auto;
}

.cj .tabs4 {
    width: 476px;
    font-size: 0.8rem;
    margin: 20px auto;
}

.tabs3 {
    width: 399px;
    font-size: 0.8rem;
    margin: 20px auto;
}

.tabs4 {
    width: 522px;
    font-size: 0.8rem;
    margin: 20px auto;
}

.tabs3 .thistab {
    color: #fff;
    border-radius: 50px;
    background: -moz-linear-gradient(top, #B74040 0%, #A91B1B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B74040), color-stop(100%, #A91B1B));
    background: -webkit-linear-gradient(top, #B74040 0%, #A91B1B 100%);
    background: -o-linear-gradient(top, #B74040 0%, #A91B1B 100%);
    background: -ms-linear-gradient(top, #B74040 0%, #A91B1B 100%);
    background: linear-gradient(to bottom, #B74040 0%, #A91B1B 100%);
}

.tabs3 li {
    height: 28px;
    position: relative;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    margin-right: 8px;
    padding: 0 20px;
    cursor: pointer;
}

.tabs3 li:last-child {
    margin-right: 0
}

.tab_conbox3 {
    width: 1000px;
    margin: auto;
}

.con_list3 {
    padding: 58px 0;
}

.bfContent {
    display: none;
}

.bfContent.on {
    display: block;
}

.bfContent .bfYear {
    position: relative;
    width: 100%;
}

.bfContent .bfYear .time {
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #ab1a1e;
}

.bfContent .bfYear .time p {
    display: inline;
    position: relative;
    font-size: 17px;
}

.bfContent .bfYear .time p::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ab1a1e;
    position: absolute;
    left: -10px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.bfContent .bfYear .time p::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #ab1a1e;
    position: absolute;
    right: -10px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.bfContent .bfYear ul {
    width: 900px;
    margin: auto;
}

.qs_p {
    background: url("../images/ztxk_h.png") no-repeat top center !important;
    background-size: 140px 180px !important;
}

.bfContent .bfYear ul li {
    width: 140px;
    background: url("../images/ztxk.png") no-repeat top center;
    background-size: 140px 180px;
    padding: 15px 15px;
    margin-bottom: 0rem;
    float: left;
    margin-right: 50px;
    height: 224px;
}

.xs_div .bfContent .bfYear ul li {
    width: 140px;
    background: url("../images/ztxk_h.png") no-repeat top center;
    background-size: 140px 180px;
    padding: 15px 15px;
    margin-bottom: 0rem;
    float: left;
    margin-right: 50px;
}

.bfContent .bfYear ul li:nth-child(5n) {
    margin-right: 0
}

.bfContent .bfYear ul li img {
    margin-bottom: 1.5rem;
    width: 110px;
    height: 150px;
    object-fit: cover;
}

.bfContent .bfYear ul li p {
    font-size: 16px;
    text-align: center;
}

.oneTab {
    display: none;
}

.oneTab.on {
    display: block;
}

.b_qy {
    display: block;
    background: #1F6A2B;
    color: #fff;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 122px;
    border-radius: 22px;
}

.mw2,
.mw3 {
    display: none;
}

.title-img {
    padding-top: 65px;
    display: block;
    margin: 0 auto 15px;
    width: 36%;
}

.tx_pop {}

.t_i {
    margin-bottom: 1.5rem;
    width: 180px;
    height: 180px;
    object-fit: cover;
    float: left;
}

.t_p {}

.tx_pbox {
    display: none;
    position: fixed;
    top: 100px;
    width: 900px;
    background: #fff;
    /* border: 1px solid #e7e7e7; */
    left: 50%;
    border-radius: 9px;
    padding: 50px 44px;
    z-index: 9;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-left: -450px;
}

.close_pop {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 40px;
    color: #bcbcbc;
    font-weight: lighter;
    cursor: pointer;
}

.bfContent .bfYear ul li .p_img {
    width: 170px;
    height: 220px;
    float: left;
    margin-right: 20px;
}

.p_r {
    float: left;
    width: 620px;
}

.p_r h2 {
    color: #AA3F02;
    font-size: 35px;
    text-align: left;
}

.p_r h2 i,
.p_r h1 i {
    font-style: normal
}

.qs_p h2 {
    color: #999
}

.p_r h2:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #eaeaea;
    width: 70px;
    margin: 20px 0;
}

.p_r h2 span {
    color: #999;
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
}

.p_r h1 {
    font-size: 16px;
    font-weight: bold;
    color: #AA3F02;
    margin-bottom: 10px;
    text-align: left;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
}

.p_r p {
    text-align: left;
}

.p_r p span {
    font-family: "Microsoft YaHei" !important;
    font-size: 15px !important;
}

.bfContent .bfYear ul li .p_r {
    width: 620px;
}

.bfContent .bfYear ul li .p_r p {
    text-align: left;
    font-family: "Microsoft YaHei";
    margin-top: 10px;
    line-height: 25px !important;
    text-align: justify !important;
}

.bfContent .bfYear ul li .p_r p span {
    font-family: "Microsoft YaHei" !important;
    font-size: 15px !important;
    line-height: 14px;
    text-align: justify;
}

.back_g {
    font-size: 15px !important;
}

.ygbox {
    width: 1000px;
    margin: auto;
    position: relative;
}

.jyw {
    /* width: 520px; */
    padding-top: 120px;
    display: block;
    margin: 0 auto 15px;
}

.ygbox ul {
    width: 832px;
    margin: -30px auto;
}

.ygbox li {
    float: left;
    width: 72px;
    height: 36px;
    line-height: 36px;
    margin: 0 16px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.ygbox li a p {}

.xs_box h1,
.qs_p h1 i {
    color: #999;
    font-style: normal;
}

.xs_box i,
.qs_p .p_r h2 i {
    border: 1px solid #999;
    font-style: normal;
    color: #333
}

.xs_div {
    padding: 2% 0
}

.nav_page {
    padding: 20px;
    font-size: 28px;
}

.nav_page_1 {
    background: #F4DEC4;
    color: #C10004;
}

.nav_page_2 {
    background: #D5E8BE;
    color: #2A5C29;
}

.nav_page_3 {
    background: #b3d7f9;
    color: #22609a;
}

.nav_page_5 {
    background: #F5D679;
    color: #333;
}

.titleh2_4 {
    text-align: center;
    font-size: 1.6vw;
    color: #fee8b0;
    margin: 2% 0 4%;
}

.p_con0 {
    font-size: 17px !important;
    line-height: 29px;
    background: url(../images/y1.png) left top no-repeat, url(../images/y2.png) right bottom no-repeat;
    padding: 10px 45px 12px;
    text-align: justify;
}

.price_cup {
    position: absolute;
    top: -160px;
    width: 186px;
    left: -89px;
}

.pop {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.qs_p .t_p {
    float: left;
    border: 1px solid #999;
    width: 60px;
    margin-left: 25px;
}

.move_i {
    background: url(../images/b.png) no-repeat;
    font-size: 18px;
    background-size: 100% 100%;
    color: #6C1712;
    width: 210px;
    height: 50px;
    display: block;
    margin: 45px auto;
    text-align: center;
    font-weight: bold;
    line-height: 41px;
}

.bq {
    position: absolute;
    color: #fff;
    bottom: 2%;
    left: 2%;
    font-size: 0.8vw;
}

.grnav {
    width: 100%;
    float: left;
    text-align: center;
    margin:0 0 21px ;
    font-size: 18px;
    color: #A80F14;
    font-weight: bold;
}

.gr_list {
    width: 900px;
    margin: auto;
} 
 
.gr_list p {
    border-bottom: 1px solid #EEE2DC;
    float: left;
    width: 437px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 17px;
}

.gr_list p:nth-child(odd) {
    margin-right: 25px;
} 