html, body, h1, h2, h3, h4, h5, p, dl, dd, ul, ol, form, input, textarea, th, td, select, hr {
    margin: 0;
    padding: 0
}

body, html {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "微软雅黑"
}

em {
    font-style: normal
}

li {
    list-style: none
}

a {
    text-decoration: none
}

img {
    border: 0;
    vertical-align: top
}

table {
    border-collapse: collapse
}

input, textarea {
    outline: 0
}

textarea {
    resize: none;
    overflow: auto
}

.clearfix:after {
    display: block;
    clear: both;
    content: ''
}

body {
    font-size: 16px;
    color: #000
}

.swiper-button-orange {
    color: yellow !important;
}

.jiehuiben, .yonghushuo, .about,.last_kecheng {
    width: 1200px;
    margin: 0 auto
}

.iebox {
    width: 600px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #f7f8fa;
    font-size: 20px;
    line-height: 50px;
    padding: 100px 100px 0
}

.index {
    width: 100%;
    position: relative
}

.index .header_warpper {
    width: 100%
}

.index .header {
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    overflow: hidden
}

.on {
    color: #f29438;
    border-bottom: 4px solid #f29438
}

.index .header ul {
    margin-top: 15px;
    float: left;
    margin-left: 192px;
    width: 666px;
    display: flex;
    justify-content: space-between
}

.index .header ul li {
    line-height: 42px;
    cursor: pointer;
    float: left \0;
    margin-left: 40px \0
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 9999
}

.index .banner {
    width: 100%;
    height: 500px;
    position: relative
}

.index .banner .swiper-container {
    width: 100%;
    height: 100%
}

.banner .swiper-slide {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%
}
/* 11 */
/* .banner_other {
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    text-align: center;
    line-height: 20px;
    z-index: 100
}

.swiper-pagination {
    display: inline-block;
    position: static !important
} */
/* 11 */

.index .banner .banner_other {
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    text-align: center;
    line-height: 20px;
    z-index: 100
}

.index .banner .swiper-pagination {
    display: inline-block;
    position: static !important
}

.index .banner .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(80, 80, 80, 1);
    border-radius: 3px;
    margin-right: 10px
}

.index .banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    background: rgba(100, 100, 100, 0.5);
    border-radius: 3px
}

.jiehuiben {
    height: fit-content;
    margin-top: 79px;
    margin-bottom: 40px;
}

.jiehuiben .video {
    position: relative
}

.video .swiper-container {
    width: 850px;
    height: 478px;
    margin: 0 auto;
    position: relative;
    background: #000
}

.swiper-container .player {
    width: 124px;
    height: 122px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9990
}

.video .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.video .swiper-button-prev {
    width: 54px;
    height: 94px;
    position: absolute;
    left: 0;
    top: 192px;
    background: 0
    /* fill: red !important; */
}

.video .swiper-button-next {
    width: 54px;
    height: 94px;
    position: absolute;
    right: 0;
    top: 192px;
    background: 0
}

.jiehuiben .chubanshe {
    position: relative
}

.jiehuiben .chubanshe p {
    margin-top: 60px
}

.chubanshe .swiper-pagination {
    display: inline-block;
    margin: 30px auto 0;
    position: static !important
}

.chubanshe .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(80, 80, 80, 1);
    border-radius: 3px;
    margin-right: 10px
}

.chubanshe .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    background: rgba(100, 100, 100, 0.5);
    border-radius: 3px
}

.chubanshe #chubanshe {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.chubanshe .swiper-wrapper {
    display: flex;
    justify-content: space-between
}

.chubanshe .swiper-slide {
    width: 203px;
    height: 138px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.chubanshe .swiper-slide img {
    width: 100%;
    height: 100%
}
.chubanshe {
    position: relative;
}
.chubanshe .swiper-button-prev {
    /* width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0 */
    position: absolute;
    top: 68px;
}

.chubanshe .swiper-button-next {
    /* width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0 */
    position: absolute;
    top: 68px;
}

.chubanshe  .ie{
    height: 20px;
    line-height: 20px
 }


.jiehuiben .jieyue > p {
    margin-top: 60px
}

.jiehuiben .jieyue ul {
    display: flex;
    justify-content: space-between;
    margin: 46px 76px 0 75px
}

.jiehuiben .jieyue ul li img {
    width: 100px;
    height: 100px
}

.jiehuiben .jieyue ul li p {
    height: 16px;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    margin-top: 31px;
    text-align: center;
    line-height: 16px
}

/*会员卡套餐*/
.jiehuiben .member {
    margin-top: 60px
}

.jiehuiben .member #huiyuankalist {
    /*margin-top: 57px;*/
    display: flex;
    justify-content: space-between
}

.jiehuiben .member .member_card .erweima {
    width: 293px;
    height: 336px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 4px 2px rgba(229, 229, 229, 0.56);
    border-radius: 8px
}

.jiehuiben .member  .erweima img {
    width: 200px;
    height: 200px;
    margin: 39px auto 0
}

.jiehuiben .member  .erweima p {
    width: 57px;
    margin: 44px auto 0;
    text-align: center !important;
    height: 14px;
    font-size: 14px;
    color: rgba(40, 40, 40, 1);
    line-height: 14px
}

.jiehuiben .member  .member_list div p {
    margin: 23px auto 0;
    height: 16px;
    font-size: 16px;
    color: rgba(105, 105, 105, 1);
    line-height: 16px;
    text-align: center !important
}

.jiehuiben .member  .member_list {
    height: 336px
}

.jiehuiben .member  .member_list img {
    width: 293px;
    height: 161px
}

.jiehuiben .member  .member_list div h1 {
    margin: 24px auto 0;
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(242, 148, 56, 1);
    line-height: 24px;
    text-align: center
}

.jiehuiben .member  .member_list div span {
    display: inline-block;
    margin: 22px auto 0;
    width: 230px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px
}

.member_list_hover {
    display: none
}



.member #huiyuanka {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.member .swiper-wrapper {
    display: flex;
    justify-content: space-between
}

.member .swiper-slide {
    width: 293px;
    height: 345px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}
.member .huiyuanka_other{
    margin: 10px 0 30px;
}
.member .swiper-pagination {
    display: inline-block;
    margin: 0 auto ;
    position: static !important
}

.member .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(80, 80, 80, 1);
    border-radius: 3px;
    margin-right: 10px
}

.member .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    background: rgba(100, 100, 100, 0.5);
    border-radius: 3px
}



/* .member .swiper-button-prev {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
}

.member .swiper-button-next {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
} */
.member .ie {
    height: 20px;
    line-height: 20px
}











.jiehuiben .question {
    margin-top: 20px
}

.jiehuiben .question .title1 {
    height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 18px
}

.question ul {
    margin-top: 29px
}

.question ul li {
    margin-bottom: 36px
}

.question ul li p {
    width: 100%;
    font-size: 16px;
    color: rgba(80, 80, 80, 1);
    text-align: left;
    line-height: 24px
}

.question ul li p:first-child {
    font-weight: bold
}

.question ul li p:last-child {
    margin-top: 21px
}

.question button {
    margin-bottom: 60px;
    width: 161px;
    height: 40px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(231, 231, 231, 1);
    text-align: center;
    cursor: pointer
}

.question_click {
    display: none
}

.xuehuiben {
    min-height: 2300px;
    margin-bottom: 40px
}

.xuehuiben .xh_banner {
    height: 543px
}

.xuehuiben .xh_banner .swiper-container {
    width: 100%;
    height: 100%
}

.xuehuiben .swiper-slide {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.xuehuiben .swiper-slide img {
    width: 100%;
    height: 100%
}

.xh_banner .xh_banner_other {
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    text-align: center;
    line-height: 20px;
    z-index: 100
}

.xh_banner .swiper-pagination {
    display: inline-block;
    position: static !important
}

.xh_banner .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(80, 80, 80, 1);
    border-radius: 3px;
    margin-right: 10px
}

.xh_banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    background: rgba(100, 100, 100, 0.5);
    border-radius: 3px
}

.xuehuiben .xh_content {
    width: 1200px;
    margin: 0 auto
}

.xh_content .chanpin {
    position: relative
}

.xh_content .chanpin > p {
    margin-top: 60px
}

#chanpin .swiper-container {
    width: 100%;
    height: 100%
}

#chanpin .swiper-slide {
    text-align: center;
    font-size: 16px;
    width: 559px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms
}

#chanpin .swiper-slide img {
    width: 559px;
    height: 315px
}

#chanpin .swiper-slide p {
    display: inline-block;
    width: 590px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: 13px;
    line-height: 20px
}

#chanpin .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.3)
}

.chanpin .chanpin_other {
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom: -49px;
    margin: auto;
    text-align: center;
    line-height: 20px
}

.chanpin .swiper-pagination {
    display: inline-block;
    margin: 0 auto;
    position: static !important
}

.chanpin .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(80, 80, 80, 1);
    border-radius: 3px;
    margin-right: 10px
}

.chanpin .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    background: rgba(100, 100, 100, 0.5);
    border-radius: 3px
}

.chanpin .swiper-button-prev {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
}

.chanpin .swiper-button-next {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
}

.chanpin_other .ie {
    height: 20px;
    line-height: 20px
}

.xh_content .teachers {
    position: relative
}

.xh_content .teachers > p {
    margin-top: 109px
}

#teachers .swiper-container {
    width: 100%;
    height: 100%
}

#teachers .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 207px;
    height: 446px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms
}

#teachers .swiper-slide img {
    width: 207px;
    height: 207px;
    border-radius: 50%
}

#teachers .swiper-slide p {
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    margin-top: 30px;
    margin-bottom: 14px
}

#teachers .swiper-slide div {
    width: 200px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#teachers .swiper-slide span {
    display: inline-block
}

#teachers .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.6);
    opacity: .5
}

.teachers .teachers_other {
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom: -49px;
    margin: auto
}

.teachers .swiper-pagination {
    display: inline-block;
    margin: 0 auto;
    position: static !important
}

.teachers .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(80, 80, 80, 1);
    border-radius: 3px;
    margin-right: 10px
}

.teachers .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    background: rgba(100, 100, 100, 0.5);
    border-radius: 3px
}

.teachers .swiper-button-prev {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
}

.teachers .swiper-button-next {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
}

.teachers_other .ie {
    height: 20px;
    line-height: 20px
}

/*课程介绍*/
.xh_content .kecheng {
    margin-top: 109px
}

.xh_content .kecheng .kecheng_lists {
    margin-top: 36px
}
#kecheng_list .swiper-wrapper{
    display: flex;
    justify-content: space-between;
}
#kecheng_list .swiper-container {
    width: 100%;
    height: 100%
}

#kecheng_list .swiper-slide {
    width: 247px;
    height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}
#kecheng_list .swiper-slide .kechengcon{
    width: 247px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#kecheng_list .swiper-slide .kechengcon img {
    width: 247px;
    height: 247px;
    margin: 0 auto;
    display: inline-block
}
#kecheng_list .swiper-slide .kechengcon p {
    height: 16px;
    font-size: 16px;
    color: rgba(40, 40, 40, 1);
    line-height: 16px;
    margin: 29px auto 16px
}

#kecheng_list .swiper-slide .kechengcon span {
    font-size: 12px;
    color: rgba(40, 40, 40, 1);
    line-height: 18px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}


.kecheng .kecheng_other{
   margin:30px;
}
.kecheng .swiper-pagination {
    display: inline-block;
    margin: 0 auto;
    position: static !important
}

.kecheng .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(80, 80, 80, 1);
    border-radius: 3px;
    margin-right: 10px
}

.kecheng .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    background: rgba(100, 100, 100, 0.5);
    border-radius: 3px
}

/* .kecheng .swiper-button-prev {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
}

.kecheng .swiper-button-next {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
} */

.kecheng .ie {
    height: 20px;
    line-height: 20px
}






.xuehuiben .last_kecheng {
    margin-top: 60px
}

.xuehuiben .last_kecheng > div {
    background: #f7f8fa;
    padding: 34px 0 30px;
    width: 100%
}

.xuehuiben .last_kecheng ul {
    width: 1200px;
    margin: 0 auto;
    background: #fff
}

.xuehuiben .last_kecheng ul li {
    padding: 26px 58px 31px 30px;
    height: 160px;
    position: relative;
    border-bottom: 1px solid #f7f7f7
}

.xuehuiben .last_kecheng ul li:last-child {
    border-bottom: 0
}

.xuehuiben .last_kecheng ul .kecheng_list4 {
    border-bottom: 0
}

.xuehuiben .last_kecheng ul li .kechenglist1 {
    display: flex;
    align-content: center;
    justify-content: space-between
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(1) img {
    width: 120px;
    height: 159px
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(2) {
    margin-left: 47px
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(2) h2 {
    height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    line-height: 18px;
    margin: 31px 0 18px;
    text-align: left
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(2) span {
    height: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 12px;
    text-align: left;
    display: block
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(2) p {
    margin-top: 17px;
    text-align: left
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(2) p em {
    height: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(244, 165, 96, 0.7);
    border-radius: 2px;
    font-size: 15px;
    color: rgba(242, 148, 56, 1);
    line-height: 24px;
    padding: 0 5px
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(3) {
    margin-left: 113px
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(3) img {
    width: 169px;
    height: 169px
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(4) {
    margin-left: 128px
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(4) p {
    margin-top: 38px;
    margin-bottom: 12px
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(4) p > span {
    font-size: 30px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px
}

.xuehuiben .last_kecheng ul li .kechenglist1 div:nth-child(4) p > del {
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
    color: rgba(153, 153, 153, 1);
    line-height: 20px
}

.xuehuiben .kecheng_button {
    width: 175px;
    height: 40px;
    background: rgba(242, 148, 56, 0);
    border: 2px solid rgba(242, 148, 56, 0.7);
    font-size: 16px;
    color: rgba(242, 148, 56, 1);
    outline: 0;
    cursor: pointer
}

.xuehuiben .last_kecheng ul li .kechenglist2 {
    width: 100%;
    height: 219px;
    background: rgba(229, 229, 229, 0.6);
    top: 0;
    left: 0;
    position: absolute
}

.xuehuiben .last_kecheng ul li .kechenglist2 div {
    width: 239px;
    height: 182px;
    border-radius: 83px;
    background: #fff;
    margin: 27px auto 0
}

.xuehuiben .last_kecheng ul li .kechenglist2 p {
    font-size: 12px
}

.xuehuiben .last_kecheng ul li .kechenglist2 img {
    margin-top: 12px;
    width: 150px;
    height: 150px
}

.kecheng_hover {
    display: none
}

.xuehuiben .kecheng_button_hover {
    background: rgba(242, 148, 56, 1);
    color: rgba(255, 255, 255, 1)
}

.xuehuiben .last_kecheng .More_kecheng {
    width: 1200px;
    margin: 0 auto;
    background: #fff
}

.xuehuiben .last_kecheng .More_kecheng button {
    margin-bottom: 46px;
    width: 161px;
    height: 40px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(231, 231, 231, 1);
    cursor: pointer
}

.kecheng_click {
    display: none
}

.xuehuiben .member_huodong {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.xuehuiben .member_huodong > p {
    margin-top: 60px
}

#huodong .swiper-container {
    width: 100%;
    height: 100%
}

#huodong .swiper-wrapper {
    width: 982px;
    height: 367px;
    margin: 0 auto
}

#huodong .swiper-slide {
    font-size: 16px;
    width: 982px;
    height: 367px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms
}

#huodong .swiper-slide img {
    width: 489px;
    height: 367px
}

#huodong .swiper-slide .huodong_text {
    width: 394px;
    height: 367px;
    margin-left: 99px
}

#huodong .swiper-slide .huodong_text .huodong_name {
    margin-top: 25px;
    margin-bottom: 15px;
    overflow: hidden
}

#huodong .swiper-slide .huodong_text .huodong_name span:first-child {
    font-size: 30px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    text-align: left;
    display: block
}

#huodong .swiper-slide .huodong_text .huodong_name span:last-child {
    font-size: 16px;
    float: right;
    line-height: 45px;
    display: block
}

#huodong .swiper-slide .huodong_text .huodong_con {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    text-align: left;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.member_huodong .huodong_other {
    position: absolute;
    height: 20px;
    left: 28%;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9990
}

.member_huodong .swiper-pagination {
    display: inline-block;
    margin: 0 auto;
    position: static !important
}

.member_huodong .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(80, 80, 80, 1);
    border-radius: 3px;
    margin-right: 10px
}

.member_huodong .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    background: rgba(100, 100, 100, 0.5);
    border-radius: 3px
}

/* .member_huodong .swiper-button-prev {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
}

.member_huodong .swiper-button-next {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
} */

.huodong_other .ie {
    height: 20px;
    line-height: 20px
}

.yonghushuo {
    width: 1200px;
    margin: 0 auto 109px;
    min-height: 517px;
    position: relative
}

.yonghushuo > p {
    margin-top: 60px
}

#yonghushuo .swiper-container {
    width: 100%;
    height: 100%
}

#yonghushuo .swiper-wrapper {
    width: 982px;
    height: 427px;
    margin: 0 auto
}

#yonghushuo .swiper-slide {
    font-size: 16px;
    width: 982px;
    height: 427px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#yonghushuo .swiper-slide .yonghushuo_list {
    position: relative
}

#yonghushuo .swiper-slide img:first-child {
    width: 570px;
    height: 427px
}

#yonghushuo .swiper-slide .yonghushuo_list .textSider {
    width: 328px;
    height: 185px;
    position: absolute;
    left: 475px;
    background: #fff;
    padding: 35px 43px 24px 36px;
    bottom: 0
}

#yonghushuo .swiper-slide .yonghushuo_list .text p:first-child {
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    justify-content: flex-start
}

#yonghushuo .swiper-slide .yonghushuo_list .text p:first-child span:last-child {
    height: 14px;
    font-size: 14px;
    margin-left: 32px
}

#yonghushuo .swiper-slide .yonghushuo_list .text p:first-child span:last-child {
    height: 14px;
    font-size: 14px;
    margin-left: 32px
}

#yonghushuo .swiper-slide .yonghushuo_list .text p:nth-child(2) {
    font-size: 14px;
    color: #999;
    line-height: 45px;
    text-align: left
}

#yonghushuo .swiper-slide .yonghushuo_list .text p:last-child {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#yonghushuo .swiper-slide .yonghushuo_list .textIcon {
    margin-top: 15px;
    text-align: left
}

#yonghushuo .swiper-slide .yonghushuo_list .textIcon a {
    display: inline-block;
    cursor: pointer;
    color: #000
}

#yonghushuo .swiper-slide .yonghushuo_list .textIcon a.none {
    display: none
}

#yonghushuo .swiper-slide .yonghushuo_list .textIcon a.weibo img {
    width: 31px;
    height: 24px
}

#yonghushuo .swiper-slide .yonghushuo_list .textIcon a.weibo span {
    font-size: 14px;
    line-height: 16px;
    margin-left: 8px
}

#yonghushuo .swiper-slide .yonghushuo_list .textIcon a.xiaohongshu {
    margin-left: 29px
}

#yonghushuo .swiper-slide .yonghushuo_list .textIcon a.xiaohongshu img {
    width: 48px;
    height: 24px
}

#yonghushuo .swiper-slide .yonghushuo_list .textIcon a.xiaohongshu span {
    font-size: 14px;
    line-height: 16px;
    margin-left: 8px
}

.yonghushuo .yonghushuo_other {
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom: -49px;
    margin: auto
}

.yonghushuo .swiper-pagination {
    display: inline-block;
    margin: 0 auto;
    position: static !important
}

.yonghushuo .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(80, 80, 80, 1);
    border-radius: 3px;
    margin-right: 10px
}

.yonghushuo .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    background: rgba(100, 100, 100, 0.5);
    border-radius: 3px
}

.yonghushuo .swiper-button-prev {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
}

.yonghushuo .swiper-button-next {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    margin: 0 auto;
    background: 0
}

.yonghushuo_other .ie {
    height: 20px;
    line-height: 20px
}

.about {
    min-height: 1800px
}

.about .pinpai span {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 24px
}

.about .big_event > p {
    margin-top: 60px
}

.about .big_event ul {
    padding: 0 20px 0 28px
}

.about .big_event ul li {
    display: flex;
    margin-top: 16px;
    color: #000
}

.about .big_event ul li div:first-child {
    width: 60px;
    text-align: right
}

.about .big_event ul li div:first-child p:first-child {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px
}

.about .big_event ul li div:first-child p:last-child {
    font-size: 16px;
    line-height: 17px;
    margin-top: 11px
}

.about .big_event ul li div:nth-child(2) {
    width: 70px
}

.about .big_event ul li div:nth-child(2) span:first-child {
    display: block;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    margin: 0 auto
}

.about .big_event ul li div:nth-child(2) span:first-child em {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d2d2;
    margin: 4px auto 4px
}

.about .big_event ul li div:nth-child(2) span:last-child {
    display: block;
    width: 2px;
    height: 56px;
    background: #d2d2d2;
    margin: 20px auto 0
}

.about .big_event ul li div img {
    width: 164px;
    height: 98px;
    margin-right: 17px
}

.about .big_event ul li div:last-child {
    width: 826px
}

.about .big_event ul li div:last-child p:first-child {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.about .big_event ul li div:last-child p:last-child {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin-top: 18px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.about .big_event ul li:last-child div:nth-child(2) span:last-child {
    display: none
}

.about .big_event ul .big_event_color {
    color: #f29438
}

.about .big_event ul li div:nth-child(2) span:first-child .bag {
    background: #f29438
}

.about .big_event ul li div:nth-child(2) span.bor {
    border: 1px solid #f29438
}

.about .meiti > p {
    margin-top: 60px
}

.about .meiti ul li {
    display: flex;
    height: 210px;
    margin-bottom: 30px;
    color: #000
}

.about .meiti ul li div:first-child img {
    width: 280px;
    height: 210px
}

.about .meiti ul li div:last-child {
    margin-left: 36px;
    text-align: left;
    width: 856px
}

.about .meiti ul li div:last-child span {
    display: block
}

.about .meiti ul li div:last-child span:nth-child(1) {
    height: 27px;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.about .meiti ul li div:last-child span:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.about .meiti ul li div:last-child span:nth-child(3) {
    font-size: 15px;
    line-height: 15px;
    margin: 18px 0 20px 0;
    color: #666
}

.about .meiti ul li div:last-child span:nth-child(4) {
    font-size: 14px;
    height: 30px;
    color: rgba(242, 148, 56, 1);
    line-height: 30px;
    width: 89px;
    text-align: center;
    cursor: pointer
}

.about .meiti ul li div:last-child span:nth-child(4) a {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    color: rgba(242, 148, 56, 1);
    line-height: 30px;
    width: 89px;
    text-align: center;
    cursor: pointer
}

.about .meiti ul li div:last-child span:nth-child(4) a:hover {
    background: rgba(242, 148, 56, 1);
    color: #fff
}

.about .guwen {
    position: relative;
    margin-bottom: 109px
}

.about .guwen > p {
    margin-top: 60px
}

.guwen #guwen {
    width: 100%;
    height: 100%
}

#guwen .swiper-wrapper {
    display: flex;
    justify-content: space-between
}

#guwen .swiper-slide {
    font-size: 16px;
    width: 547px;
    height: 266px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    color: rgba(0, 0, 0, 1)
}

#guwen #guwen_list .swiper-slide {
    text-align: left;
    display: flex;
    align-items: flex-start
}

#guwen #guwen_list .swiper-slide img {
    width: 200px;
    height: 266px
}

#guwen #guwen_list .swiper-slide div {
    display: inline-block;
    margin-left: 54px;
    width: 293px;
    margin-top: 65px
}

#guwen #guwen_list .swiper-slide div p:first-child span:first-child {
    height: 24px;
    font-size: 24px;
    line-height: 24px
}

#guwen #guwen_list .swiper-slide div p:first-child span:last-child {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    margin-left: 32px
}

#guwen #guwen_list .swiper-slide div p:last-child {
    font-size: 14px;
    line-height: 20px;
    margin-top: 22px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.guwen .guwen_other {
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom: -49px;
    margin: auto
}

.guwen .swiper-pagination {
    display: inline-block;
    margin: 0 auto;
    position: static !important
}

.guwen .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(80, 80, 80, 1);
    border-radius: 3px;
    margin-right: 10px
}

.guwen .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    background: rgba(100, 100, 100, 0.5);
    border-radius: 3px
}

.guwen .swiper-button-prev {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
}

.guwen .swiper-button-next {
    width: 13px;
    height: 18px;
    line-height: 13px;
    position: static !important;
    display: inline-block;
    background: 0
}

.guwen_other .ie {
    height: 20px;
    line-height: 20px
}

.footer {
    width: 100%;
    height: 474px;
    background: #f7f8fa
}

.foot {
    width: 1200px;
    height: 433px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.foot h1 {
    padding-top: 49px;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding-bottom: 39px;
    text-align: left
}

.foot h1 span {
    font-size: 14px
}

.lianxi_us p, .p-wenzi, .hezuo-guanxi p {
    font-size: 14px;
    color: #000;
    text-align: left;
    padding-bottom: 5px
}

.p-wenzi {
    padding-left: 71px
}

.guanzhu-us {
    width: 500px;
    height: 100%
}
.icon-img{
    display: flex;
}
.icon-img img {
    margin-right: 27px
}

.ewm {
    margin-top: 49px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.ewm-list{
    width: 102px;
}
.ewm-list img {
    width: 90px;
    height: 90px
}

.ewm-list p {
    font-size: 12px;
    color: #636364;
    line-height: 20px
}

.footer p.footer-bottom {
    font-size: 12px;
    color: #fff;
    line-height: 41px;
    height: 41px;
    background: #282828
}

.title {
    font-size: 30px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 50px
}

.touzi_title {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #fff;
    width: 600px;
    height: 50px;
    border-radius: 6px;
    line-height: 50px;
    background: #ef8932;
    margin: 60px auto 40px;
}
.hehuozuoyixiangshenqing2 img{
    width: 375px;
    height: 440px;
}

.touzi_neirong {
    /*padding: 0 203px*/
}

.touzi_neirong .title_small, .touzi_neirong .title_neirong {
    text-align: left
}

.touzi_neirong .title_small {
    font-size: 24px;
    color: #000;
    padding-top: 40px;
    font-weight: 400
}

.touzi_neirong .title_neirong {
    color: #505050;
    font-size: 16px;
    padding-top: 19px
}

.touzi_neirong .fuwu_neirong .fuwu_jieshao {
    color: #505050;
    font-size: 16px;
    padding-bottom: 13px;
    text-align: left
}

.hehuozuoyixiangshenqing {
    color: #fff;
    width: 605px;
    height: 55px;
    background: rgba(242, 148, 56, 1);
    border-radius: 10px;
    margin-top: 47px;
    line-height: 55px;
    margin: 47px auto
}

.zhezhao {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(86, 83, 80, 0.29);
    display: none
}

.form {
    width: 600px;
    height: 670px;
    background: rgba(254, 253, 252, 1);
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 150px auto
}

.form_title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px
}

.form_title span {
    display: inline-block;
    float: right;
    padding-right: 20px;
    color: #505050;
    font-weight: 500;
    cursor: pointer
}

.div_top {
    padding-left: 52px;
    text-align: left;
    display: flex
}

.div_top span:first-child {
    color: #c22e3a;
    display: inline-block;
    line-height: 24px
}

.div_top span:last-child {
    color: #505050;
    font-size: 16px
}

.div-bottom {
    padding: 10px 69px 10px 69px
}

.div-bottom input {
    text-align: left;
    width: 100%;
    height: 30px;
    padding: 2px 10px
}

.div-bottom textarea {
    width: 100%;
    height: 40px;
    padding: 10px
}

.form_input .button {
    width: 471px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 17px;
    background: rgba(242, 148, 56, 1);
    border-radius: 10px;
    margin-left: 8px;
    margin-top: 5px;
    cursor: pointer
}

.div-radio {
    padding: 10px 69px;
    line-height: 30px;
    display: flex
}

.div-radio input {
    text-align: left;
    margin-top: 10px
}
/*加盟页面*/
.jiameng-content img{
    display: block;
    width: 100%;
    height: 100%;
}

