body{
    font-family:  Arial,sans-serif, microsoft yahei;
    background: #f9f9f9;
    font-size: 14px;
}html {
     touch-action: manipulation; /* ��ֹ˫���Ŵ� */
     -ms-text-size-adjust: 100%; /* IE10 ���½�ֹ�û������ı���С */
     -moz-text-size-adjust: 100%; /* ����������ֹ�û������ı���С */
     -webkit-text-size-adjust: 100%; /* Safari �� Chrome ��ֹ�û������ı���С */
     zoom: 1; /* ��ֹ�û����� */
 }
.icon-font{
    font-family: 'iconfont' !important;
    font-size: 12px ;
    font-style: normal;
}
.container-fluid{
    padding: 0;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
    background: #611F1B;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    height: 60px;
}

.navbar {
    margin: 0px auto;
    padding: 0 30px;
    position: relative;
    border: none;
    min-height: auto;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color:#611F1B;

}

.navbar-logo {

    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-logo img {
    height: 25px;
    display: block;
}

.navbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    -webkit-animation: all 2s ease infinite;
    animation: all 2s ease infinite;
}
.navbar-coll{
    z-index: 2002;
    float: right;
}
.navbar-coll a {
    display: block;
    padding: 0px 25px;
    line-height: 60px;
    height: 58px;
    float: left;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}
.navbar-coll  .reg-a{
    background: #FFFFFF;
}
.navbar-coll  .reg-a  a{

    color: #672622;
}
.navbar-coll a:hover {}
.navbar-coll .nav-item{
    display: inline-block;
    height: 60px;
}
.navbar-coll .nav-item:nth-child(5){
    position: relative;
    padding: 0 7px 0 0;
}
.navbar-coll .nav-item:nth-child(5) a:after{
    position: absolute;
    width: 18px;
    height: 35px;
    content: '';
    background: url(./img/download.png) center no-repeat;
    background-size: 100%;
    right: 0;
    top: 13px;
    z-index: 2;
}
.navbar-coll .nav-item>div{
    height: auto;
    overflow: hidden;
}
.navbar-coll .nav-item .nav-line {

    width: 0%;
    background-color: rgba(255,255,255,0.5);
    display: block;
    height: 2px;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}
/*.navbar-coll .nav-item .reg-a .nav-line{
    background-color: #FFFFFF;
}*/
.navbar-coll .nav-item:hover .nav-line{
    width: 100%;
}
.navbar-coll .nav-item:nth-child(5):hover .nav-line{
    background-color: #611F1B;

}
.right-fix{
    position: fixed;
    right: 0;
    z-index: 600;
    bottom: 100px;
    width: auto;
    padding: 10px 22px;
    display: none;
}
.right-fix img{
    width: 60px;
}
.right-fix>div{
    margin-bottom: 10px;
}
.right-fix .codebtn{
    cursor: pointer;
}
.codebtn .qcode {
    width: 150px;
    position: absolute;
    right: 115px;
    bottom: 10px;
    display: none;
    z-index: 999;
}
.codebtn:hover .qcode {
    display: block;
}
footer {
    padding: 38px 0;
    color: #fff;
    margin-top: 100px;
}
footer .code {
    width:auto;
}
footer .code img{
    width: 65%;
}
footer .code p{
    width: 65%;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    color: #2B2B2B;
}
/*��Ч*/
.ani-slideInUp {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.ani-slideInUp, .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.ani-fadeIn {
    visibility: visible;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.agenda{
    color: #2B2B2B;
    margin-top: 140px;
}
h1{
    font-size: 36px;
    line-height: 49px;    font-weight: 800;
}
h2{
    font-size: 26px;
    color: #611F1B;
    line-height: 49px;
    font-weight: 800;
    margin-bottom: 10px;
}
.days{
    font-size: 24px;
    color: #672622;
    line-height: 49px;
}
.days span{
    position: relative;    padding-left: 22px;margin-left: 25px;color: #2B2B2B;
}
.days span:before{
    position: absolute;
    background: url(./img/dingwei.png) no-repeat center;
    width: 14px;
    content: '';
    height: 30px;
    background-size: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}
.ag-desc{
    background: url("./img/huiyi-bj.jpg") no-repeat center;
    padding: 60px 50px;
    color: #FFFFFF;
    margin-top: 40px;    height: 362px;
}
.ag-desc .ag-desc-tit{
    font-size: 26px;
    font-weight: bold;
    line-height: 49px;
    margin-bottom: 25px;
}

.ag-desc .ag-desc-cont{
    font-size: 22px;
    line-height: 36px;
}
.ag-cont{
    padding: 40px;
    background-color: #ffffff;
}
.ad-list p{
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 24px;
}
.ad-list .row div{
    font-size: 20px;
    line-height: 24px;
}
.ad-list .row div:nth-child(1){
    color: #611F1B;

}
.ad-list .row div:nth-child(2){
    font-weight: bold;color: #2B2B2B;
}
.ad-list .row div:nth-child(3){
    color: #2B2B2B;
}
.ad-list .row div:nth-child(4){
    color: #7E7E7E;
}

.ad-list .row{
    padding: 30px 0;
    border-bottom: 1px solid rgb(43 43 43 / 20%);
}
.ad-list .row:first-child div{
    color: #A8A8A8;
}

.ad-list .row:first-child {
    border-bottom:none;
    padding: 0;
}

.ad-list .row:last-child  {
    border-bottom:none;
}
.ad-list  .more{
    color: #515151;
}
.baoming img{
    width: 180px;
    display: block;
    margin: auto;
}
.baoming p{
    text-align: left;
    color: #f40f05;
    font-weight: 800;
    font-size: 16px;
    width: 460px;margin: 0 auto;
}

.reg-btn{
    width: 210px;
    height: 60px;
    background: #AF322B;
    text-align: center;
    margin: 0 auto;
}
.reg-btn a{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 60px;
}

.icon-pdf:before {
    content: "\e617";
    color: #921f1b;    font-size: 22px;
}
.down a{
    font-size: 16px;

}
.down span{
    display: none;
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,20%,0);
        transform: translate3d(0,20%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media (max-width: 768px) {
    .navbar {
        position: relative;    z-index: 9999;    width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }
    .navbar-logo {
        padding-top: 0;
        width: 50%;
    }
    .navbar-logo img {
        height: 22px;
        margin-top: 12px;
    }
    .navbar-toggle {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 26px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        border: none;
    }
    .enter-active {
        -webkit-animation: van-fade-in .3s ease-out both;
        animation: van-fade-in .3s ease-out both
    }

    .leave-active {
        -webkit-animation: van-fade-out .3s ease-in both;
        animation: van-fade-out .3s ease-in both
    }
    .navbar-toggle .icon-caidan,
    .navbar-toggle .icon-guanbi {
        color: #ffffff;
        font-size: 30px;
    }

    .navbar-coll {

        margin-left: 0px;
        padding-bottom: 50px;
        position: fixed;
        max-height: 100%;
        overflow-y: auto;
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
        top: 50%;
        right: 0;
        transition: all .3s;
        transition: all .3s,-webkit-transform .3s;
        -webkit-transform: translate3d(100%,-50%,0) !important;
        transform: translate3d(100%,-50%,0) !important;
        height: 100%;
        width: 35%;
    }
    .navbar-coll .navbar-menu .reg-a{
        background-color: #ffffff;
    }
    .header-active .navbar-coll{
        -webkit-transform: translate3d(0,-50%,0) !important;
        transform: translate3d(0,-50%,0) !important;
    }
    .navbar-menu{
        padding-top:48px;;
    }
    .navbar-coll a {
        display: block;
        float: none;
        border-bottom: 1px solid #DCDDE2;
        font-size: 16px;
        color: #333;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;    width: 200px;
    }
    .navbar-toggle .icon-caidan,
    .navbar-toggle .icon-guanbi {
        color: #ffffff;
        font-size: 30px;
    }
    .hidden-xs{
        display: none !important;;
    }
    .mobile-reg {
        position: fixed;
        width: 100%;
        height: 80px;
        bottom: 0;
        z-index: 2003;
        text-align: center;
        line-height: 60px;

        background-color: #611F1B;

    }
    .mobile-reg a{
        color: #ffffff;
    }

    header{
        height: 50px;
    }
    footer{
        margin-top: 40px;
        padding-bottom: 80px;
    }
    footer .code img{
        width: 100%;
    }
    footer .code p{
        width: auto;
        padding: 0;    float: none;
    }
    .agenda {
        margin-top: 70px;
    }
    h1{
        font-size: 24px;
        line-height: 32px;
    }
    h2{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 6px;
    }
    .days{
        font-size: 16px;
        line-height: 30px;
    }
    .days span{
        font-size: 16px;
        line-height: 30px;    padding-left: 14px;
    }
    .days span:before{
        width: 10px;height: 16px;
    }
    .ag-desc{
        padding: 26px 18px;
        margin-top: 16px;
        height: 265px;
    }
    .ag-desc .ag-desc-tit{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .ag-desc .ag-desc-cont{
        font-size: 12px;
        line-height: 18px;
    }
    .ag-cont{
        padding: 15px;
    }
    .ad-list .row:first-child{
        display: none;
    }
    .ad-list p{
        font-size: 14px;
        line-height: 21px;
    }
    .ad-list .row div{
        font-size: 14px;
        line-height: 22px;
    }
    .ad-list .row{
        padding: 8px 0;
    }
    .ad-list .row:first-child div{
        font-size: 13px;
        line-height: 36px;
    }
    .reg-btn{
        width: 100px;
        height: 30px;
    }
    .reg-btn a{
        font-size: 12px;
        line-height: 30px;
    }
    footer .xq-code {
        width: 190px;
    }
    footer .code img {
        width: 100px;
    }
    footer .code p{
        width: 100px;
    }
    .right-fix img{
        width: 50px;
    }
    .codebtn .qcode{
        width: 118px;
    }
   .right-fix{
        display: none!important;
    }
    .down span{
        display: inline-block;
    }
    .icon-pdf:before{
        font-size: 16px;
    }
    .down a:hover{
        color:#921f1b ;

    }
    .down span{
        font-size: 14px;
        margin-right: 12px;
    }
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {



    .d-lg-none{
        display: none;
    }
    .navbar-logo {
        width: 40%;
    }
    .navbar-coll a{
        padding: 0px 12px;
        font-size: 14px;
    }
    .agenda {
        margin-top: 110px;
    }
    h1{
        font-size: 23px;
        line-height: 31px;
    }
    h2{
        font-size: 16px;
        line-height: 31px;
        margin-bottom: 10px;
    }
    .days{
        font-size: 15px;
        line-height: 31px;
    }
    .ag-desc{
        padding: 40px 30px;
        margin-top: 20px;
        height: 226px;
    }
    .ag-desc .ag-desc-tit{
        font-size: 15px;
        line-height: 31px;
        margin-bottom: 8px;
    }
    .ag-desc .ag-desc-cont{
        font-size: 14px;
        line-height: 24px;
    }
    .ag-cont{
        padding: 20px;
    }
    .ad-list p{
        font-size: 14px;
        line-height: 24px;
    }
    .ad-list .row div{
        font-size: 14px;
        line-height: 24px;
    }
    .ad-list .row{
        padding: 18px 0;
    }
    .ad-list .row:first-child div{
        font-size: 14px;
        line-height: 24px;
    }
    .reg-btn{
        width: 130px;
        height: 38px;
    }
    .reg-btn a{
        font-size: 14px;
        line-height: 38px;
    }
    footer .xq-code {
        width: 230px;
    }
    footer .code img {
        width: 100px
    }
    footer .code p{
        width: 100px;
    }
    .right-fix img{
        width: 40px;
    }
    .codebtn .qcode{
        width: 100px;
    }
}

@media (min-width: 992px) {
    .navbar-coll a {
        padding: 0px 17px;
        font-size: 16px;
    }

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    .agenda {
        margin-top: 120px;
    }
    h1{
        font-size: 26px;
        line-height: 36px;
    }
    h2{
        font-size: 19px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .days{
        font-size: 18px;
        line-height: 36px;
    }
    .ag-desc{
        padding: 46px 38px;
        margin-top: 25px;
        height: 264px;
    }
    .ag-desc .ag-desc-tit{
        font-size: 19px;
        line-height: 36px;
        margin-bottom: 14px;
    }
    .ag-desc .ag-desc-cont{
        font-size: 16px;
        line-height: 26px;
    }
    .ag-cont{
        padding: 30px;
    }
    .ad-list p{
        font-size: 14px;
        line-height: 24px;
    }
    .ad-list .row div{
        font-size: 16px;
        line-height: 26px;
    }
    .ad-list .row{
        padding: 25px 0;
    }
    .ad-list .row:first-child div{
        font-size: 16px;
        line-height: 36px;
    }
    .reg-btn{
        width: 153px;
        height: 44px;
    }
    .reg-btn a{
        font-size: 16px;
        line-height: 44px;
    }
    footer .xq-code {
        width: 267px;
    }
    footer .code img {
        width: 118px
    }
    footer .code p{
        width: 118px;
    }
    .right-fix img{
        width: 50px;
    }
    .codebtn .qcode{
        width: 118px;
    }
}


@media (min-width: 1600px) {

    .container {
        max-width: 1440px;
        padding-left: 0;
        padding-right: 0;
    }
    .agenda {
        margin-top: 140px;
    }
    h1{
        font-size: 36px;
        line-height: 49px;
    }
    h2{
        font-size: 26px;
        line-height: 49px;
        margin-bottom: 10px;
    }
    .days{
        font-size: 24px;
        line-height: 49px;
    }
    .ag-desc{
        padding: 60px 50px;
        margin-top: 40px;
        height: 362px;
    }
    .ag-desc .ag-desc-tit{
        font-size: 26px;
        line-height: 49px;
        margin-bottom: 25px;
    }
    .ag-desc .ag-desc-cont{
        font-size: 22px;
        line-height: 36px;
    }
    .ag-cont{
        padding: 40px;
    }
    .ad-list p{
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 24px;
    }
    .ad-list .row div{
        font-size: 18px;
        line-height: 24px;
    }
    .ad-list .row{
        padding: 36px 0;
    }
    .ad-list .row:first-child div{
        font-size: 20px;
        line-height: 24px;
    }
    .reg-btn{
        width: 210px;
        height: 60px;
    }
    .reg-btn a{
        font-size: 22px;
        line-height: 60px;
    }
    footer .xq-code {
        width:auto;
    }
    footer .code img {
        width: 162px
    }
    footer .code p{
        width: 162px;
    }
    .right-fix img{
        width: 60px;
    }
    .codebtn .qcode{
        width: 162px;
    }
}

@keyframes van-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}
