/*轮播图*/

.swiper-container {
    width: 100%;
    height: 500px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #f3f1ec;
    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;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide a img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.idx-main1 {
    width: 100%;
    background: #f3f1ec;
}

.main1-content {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.title-content {
    overflow: hidden;
    padding: 20px 0 50px 20px;
    box-sizing: border-box;
}

.title-content ul li {
    width: 149px;
    height: 190px;
    margin-right: 128px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.title-content ul li:last-child {
    margin-right: 0;
}

.title-content ul li em {
    display: block;
    width: 1px;
    height: 90px;
    background: #e1ddd5;
    position: absolute;
    right: -64px;
    top: 50px;
}

.show-logo {
    width: 100%;
    height: 100%;
    background: #fff;
    display: inline-block;
}

.show-logo i {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #f3f1ec;
}

.show-logo p {
    font-size: 16px;
    color: #303030;
}

.under {
    width: 0px;
    height: 186px;
    margin: 0 auto;
    display: none;
    border: 1px solid #e1ddd5;
}

.under img {
    width: 100%;
    height: 100%;
}

.idx-main2 {
    width: 1000px;
    margin: 0 auto;
}

.idx-main2-cont ul {
    margin: 50px 0 40px 0;
    padding-left: 20px;
    overflow: hidden;
}

.idx-main2-cont ul li {
    width: 149px;
    height: 190px;
    margin-right: 128px;
    height: 226px;
    float: left;
}

.idx-main2-cont ul li i {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
    cursor: pointer;
}


/*hover添加动画*/


/* .idx-main2-cont ul li i:hover {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
} */


/* @-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
 */

.idx-main2-cont ul li:last-child {
    margin-right: 0;
}

.idx-main2-cont ul li img {
    display: inline-block;
    vertical-align: middle;
}

.idx-main3 {
    width: 100%;
    background: #f3f1ec;
    overflow: hidden;
}

.main3-box {
    width: 1000px;
    margin: 0 auto;
}

.idx-main3-cont ul {
    padding: 30px 0 126px 0;
    overflow: hidden;
}

.idx-main3-cont ul li {
    width: 186px;
    height: 280px;
    float: left;
    margin-right: 15px;
    background: #f6f4f5;
    border: 1px solid #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.idx-main3-cont ul li h2 {
    font-weight: normal;
    height: 25px;
    font-size: 16px;
    color: #333;
    width: 80%;
    margin: 15px auto 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.idx-main3-cont ul li p {
    font-size: 14px;
    line-height: 16px;
    color: #999;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.idx-main3-cont ul li em {
    display: inline-block;
    margin-top: 15px;
    width: 150px;
    height: 195px;
    overflow: hidden;
}

.idx-main3-cont ul li em img {
    width: 100%;
    height: 100%;
}

.idx-main3-cont ul li i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ddd;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.idx-main3-cont ul li:last-child {
    margin-right: 0;
}

.idx-main3-cont ul li img {
    width: 100%;
    height: 100%;
}

.essence-wrapper {
    width: 100%;
    padding-bottom: 44px;
    overflow: hidden;
    background: #f3f1ec;
}

.essence-cont {
    width: 1000px;
    margin: 0 auto;
}

.top-img {
    padding: 37px;
    height: 160px;
    cursor: pointer;
}

.product-img i {
    display: block;
    height: 182px;
    background: url(../images/essence_title_bg.png) no-repeat;
    background-size: 100% 100%;
    font-style: normal;
    overflow: hidden;
}

.product-img i h2 {
    margin: 98px 0 0 140px;
    font-size: 40px;
}

.product-item {
    position: relative;
    min-height: 551px;
}

.big-img {
    position: absolute;
    left: 329px;
    top: 13px;
    width: 645px;
    height: 538px;
    padding-left: 13px;
    background: #fff;
    /*overflow: hidden;*/
}

.big-img img {
    /* width: 660px;
  height: 540px;
  position:absolute;
  left:-1px;
  top:-1px;*/
    width: 100%;
    height: 100%;
}

.product-item ul li:first-child {
    margin-right: 671px;
}

.product-item li:nth-child(3n+1) {
    margin-right: 0;
}

.item {
    padding: 13px 0 0 13px;
    background: #fff;
}

.item ul {
    overflow: hidden;
}

.item ul li {
    width: 316px;
    height: 538px;
    float: left;
    margin: 0 13px 13px 0;
    background: #f6f4f5;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.item ul li h2 {
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin-top: 25px;
    color: #333;
}

.item ul li p {
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #999;
}

.item ul li em {
    display: inline-block;
    margin-top: 15px;
    width: 270px;
    height: 390px;
    overflow: hidden;
}

.item ul li em img {
    width: 100%;
    height: 100%;
}

.item ul li i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f3f1ec;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.product-item ul li i {
    width: 314px;
    height: 536px;
    border: 1px solid #f3f1ec;
}

.about-wrapper {
    width: 100%;
    background: #f3f1ec;
    overflow: hidden;
    padding: 60px 0;
}

.about-title {
    background: #fff;
    height: 54px;
    line-height: 54px;
    font-size: 0px;
    border-bottom: 1px solid #dcdcdc;
}

.about-title span {
    display: inline-block;
    padding: 0 18px;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.about-active {
    background: #e6aa33;
    color: #fff;
}

.about-cont {
    background: #fff;
    position: relative;
    padding-bottom: 30px;
    /*min-height: 652px;*/
    height: 2525px;
    overflow: hidden;
}

.about-same {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.about-us .text {
    padding: 10px 20px 24px 20px;
    line-height: 1.5em;
}

.about-us .text-item {
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 26px;
}

.about-us .text-item h2 {
    font-size: 20px;
    height: 80px;
    line-height: 80px;
    color: #c59d63;
}

.about-us .text-item span {
    font-weight: normal;
}

.about-us .text-item p {
    line-height: 1.8;
}


/*成功案例*/

.about-us .text-item .case {
    width: 50%;
    line-height: 40px;
    overflow: hidden;
    float: left;
    margin-bottom: 40px;
}

.about-us .text-item .case img {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.about-us .text-item.teacher .teacher-img {
    height: 403px;
    border: 1px solid #e6aa33;
    box-sizing: border-box;
    margin-top: 10px;
}

.about-us .text-item.teacher img {
    max-width: 100%;
}


/*合作电商*/

.about-us .text-item .partner {
    overflow: hidden;
}

.about-us .text-item .partner li {
    width: 80px;
    height: 110px;
    float: left;
    margin-right: 14px;
    font-size: 14px;
    text-align: center;
}

.about-us .text-item .partner li i {
    display: block;
    height: 70px;
    background: #f2f2f2;
    border: 1px dashed #aaa;
    padding: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}

.about-us .text-item .partner li p {
    line-height: 40px;
}

.about-us .text-item .partner li:last-child {
    margin-right: 0;
}

.list-img-title {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    color: #c59d63;
    padding-left: 20px;
}

.about-us .list-img {
    padding-left: 10px;
}

.about-us .list-img li {
    width: 320px;
    height: 250px;
    margin: 0 10px 10px 0;
    position: relative;
    border-radius: 5px;
    float: left;
    overflow: hidden;
}

.about-us .list-img li i {
    display: block;
    width: 100%;
    height: 100%;
}

.about-us .list-img li p {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.connect-us {
    padding: 0 20px;
    box-sizing: border-box;
}

.connect-us .title-same {
    margin-bottom: 20px;
    font-size: 20px;
}

.connect-us i {
    display: block;
    height: 520px;
}

.connect-way {
    width: 230px;
    border: 1px solid #ddd;
    padding: 12px 10px 12px 30px;
    font-size: 14px;
}

.connect-way p {
    height: 36px;
    line-height: 36px;
}

.weixin-introduce {
    padding: 50px 0;
    overflow: hidden;
}

.arrow {
    display: block;
    width: 18px;
    height: 180px;
    line-height: 180px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #666;
    background: #f3f1ec;
    float: left;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.scrollpics {
    width: 905px;
    margin: 0 25px;
    height: 180px;
    float: left;
    overflow: hidden;
    position: relative;
}

.scrollpics ul {
    width: 10000px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
}

.weixin-introduce ul li {
    width: 130px;
    height: 180px;
    margin-right: 25px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: #f00;
}

.weixin-introduce ul li div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #000;
    display: none;
}

.weixin-introduce ul li div img {
    width: 100%;
    height: 100%;
}

.weixin-introduce ul li i {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
    background: #f3f1ec;
}


/* .weixin-introduce ul li p{
    font-size: 16px;
    margin-top: 12px;
    color: rgb(97, 93, 84);
} */

.hn-wrapper {
    width: 100%;
    background: #f3f1ec;
}

.hn-title {
    height: 124px;
    text-align: center;
}

.hn-title div {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #272324;
    height: 48px;
    line-height: 48px;
    margin-top: 37px;
    font-size: 0;
    overflow: hidden;
}

.hn-title span {
    padding: 11px 46px;
    font-size: 24px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.hn-active {
    background: #000;
    color: #fff;
}

.hn-title-content {
    width: 100%;
    position: relative;
}

.hn-wrapper .list {
    overflow: hidden;
    width: 1000px;
    position: absolute;
    top: 0;
    left: 0;
}

.list2 {
    display: none;
}

.hn-wrapper .list li {
    width: 316px;
    height: 338px;
    margin: 0 23px 23px 0;
    border: 1px solid #c0beba;
    background: #fff;
}

.hn-wrapper .list li:nth-child(3n+0) {
    margin-right: 0;
}

.hn-wrapper .list li i {
    display: block;
    height: 200px;
    background: #f3f1ec;
    overflow: hidden;
}

.hn-wrapper .list li i img {
    max-width: 100%;
    width: initial;
    height: auto;
}

.hn-wrapper .list li p {
    overflow: hidden;
    font-size: 18px;
    color: #615d54;
    height: 75px;
    line-height: 1.5;
    padding: 10px 10px 0 15px;
}

.avatar-time {
    padding: 15px 15px 0 15px;
    overflow: hidden;
}

.hn-wrapper .list li .avatar-time i {
    display: block;
    float: left;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #e6aa33;
    overflow: hidden;
}

.avatar-time div {
    float: right;
    font-size: 14px;
    color: #c0beba;
    margin-top: 6px;
}

.avatar-time div span:first-child {
    margin-right: 15px;
}

.load-more {
    width: 100%;
    padding: 40px 0 120px 0;
    text-align: center;
}

.load-more span {
    display: inline-block;
    border-width: 1px;
    border: 1px solid #615d54;
    width: 188px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #615d54;
    background: #fff;
    cursor: pointer;
}

.article-wrapper {
    padding-bottom: 30px;
}

.article-box {
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.current-p {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #333;
}

.current-p a {
    color: #e6aa33;
    margin: 0 5px;
}

.article-title {
    text-align: center;
}

.article-title p {
    font-size: 20px;
    color: #333;
    margin: 40px 0;
}

.article-title div {
    font-size: 14px;
    color: #999999;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.article-title div span {
    margin-right: 20px;
}

.article-title div span:last-child {
    margin-right: 0;
}

.text-data {
    font-size: 14px;
    padding: 20px 0;
    line-height: 1.5;
    letter-spacing: 1px;
    text-indent: 28px;
}

.text-data p {
    text-indent: 28px;
    line-height: 1.7;
}

.text-data img {
    max-width: 100%;
    display: inline-block;
    /*max-height: 200px;*/
    margin: 15px 0;
}

.key-words span {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #e6aa33;
    border-radius: 5px;
    font-size: 14px;
    color: #e6aa33;
    padding: 10px 20px;
}

.qrcode-box {
    padding: 20px 0;
    font-size: 0;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 40px 0 20px 0;
}


/*二维码扫描区*/

.qrcode-box .square {
    width: 160px;
    height: 100px;
    float: left;
    position: relative;
    margin: 0 10px 0 10px;
    /*box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5);*/
    box-shadow: -2px 0px 5px 1px #eee, 0px -2px 5px 1px #eee, 2px 0px 5px 1px #eee, 0px 2px 5px 1px #eee;
    perspective: 900px;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
}

.qrcode-box .square .img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    margin-left: 30px;
    background: #e6aa33;
    cursor: pointer;
    position: relative;
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.qrcode-box .square:hover .img {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
}

.qrcode-box .square .info {
    position: absolute;
    left: 30px;
    top: 0;
    width: 90px;
    height: 90px;
    padding: 5px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.qrcode-box .square .info img {
    width: 100%;
    height: 100%;
}


/*右边文字部分*/

.qrcode-box div.right-text {
    display: inline-block;
    padding-left: 60px;
    height: 100px;
    border-left: 1px dashed #ccc;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
}

.qrcode-box div p {
    line-height: 1.8;
}

.qrcode-box div p:nth-child(1) {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #999999;
}

.qrcode-box div p:nth-child(1) span {
    color: #333;
}

.qrcode-box div p:nth-child(2) {
    height: 34px;
    line-height: 34px;
}

.qrcode-box div p:nth-child(2) span {
    color: #e6aa33;
}

.qrcode-box div p:nth-child(3) {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.qrcode-box div p:nth-child(3) span {
    color: #e6aa33;
}

.prev-next {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.prev-next div a {
    color: #999;
    padding-left: 5px;
}

.prev-next div a:hover {
    color: #f00;
}

.prev-next div:nth-child(1) {
    float: left;
}

.prev-next div:nth-child(2) {
    float: right;
}

.zan-share {
    padding: 20px 0 60px 0;
    overflow: hidden;
}

.up-down {
    float: left;
    color: #fff;
}

.up-down span {
    display: inline-block;
    width: 60px;
    height: 50px;
    line-height: 74px;
    text-align: center;
    background-size: 100% 100%;
    margin-right: 20px;
    cursor: pointer;
}

.up-down span:nth-child(1) {
    background: url(../images/up.png) no-repeat center;
}

.up-down span:nth-child(2) {
    background: url(../images/down.png) no-repeat center;
}

.four-share {
    float: right;
    height: 50px;
    line-height: 50px;
}

.four-share span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e6aa33;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: middle;
    background-size: 100% 100%;
    cursor: pointer;
}

.four-share span:nth-child(1) {
    background: url(../images/kongqian.png) no-repeat center;
}

.four-share span:nth-child(2) {
    background: url(../images/weixin.png) no-repeat center;
}

.four-share span:nth-child(3) {
    background: url(../images/weibo.png) no-repeat center;
}

.four-share span:nth-child(4) {
    background: url(../images/renren.png) no-repeat center;
}
