.index {
    /* margin-top: 115px; */
    margin-top: 35px;
    width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px !important;
}

/* 放假通知 */
.sleep {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
}

/* .sleep .sle_left, .sleep .sle_right {
    position: relative;
} */
.sleep .sle_left span,
.sleep .sle_right span {
    position: absolute;
    top: 6px;
    right: 8px;
    display: block;
    width: 11px;
    height: 12px;
    cursor: pointer;
}

.sleep .sle_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
}

.sleep .sle_con img {
    width: 100%;
}

.sleep .sle_con #close {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    cursor: pointer;
}

/* 轮播图 */

.index .index_bannar {
    width: 100%;
    height: calc(100vh - 35px);
    /* margin-top: 80px; */
    /* max-height: 900px; */
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.index_bannar .swiper {
    width: 100%;
    height: 100%;
}

.index_bannar .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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 img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.swiper-slide .swiper_img_1 {
    display: none;
}

/* #wk_slide-nav {
    position: relative;

    z-index: 10;

    margin: auto;

    width: 950px;

    height: 26px;

    -webkit-transform: translateX(90px);

    -moz-transform: translateX(90px);

    transform: translateX(90px);

    -ms-transform: translateX(90px);

} */



#wk_slide-nav {
    --swiper-theme-color: transparent;
    position: relative;

    z-index: 10;

    margin: auto;

    width: 850px;

    height: 26px;

    -webkit-transform: translateX(90px);

    -moz-transform: translateX(90px);

    transform: translateX(90px);

    -ms-transform: translateX(90px);

    bottom: 100px;

}



.wk_nav-bullet-container {

    position: relative;

    float: left;

    width: 26px;

    height: 26px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

}

.wk_nav-line {

    position: relative;

    top: 13px;

    float: left;

    width: 90px;

    height: 1px;

}



.wk_nav-line:first-child:before {

    position: absolute;

    top: 0;

    width: 8000px;

    height: 1px;

    background-color: #fff;

    content: '';

    -moz-backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}

.wk_nav-line:first-child:before {

    left: -8000px;

}

.wk_nav-line:nth-last-child(2):before {

    position: absolute;

    top: 0;

    width: 8000px;

    height: 1px;

    background-color: #fff;

    content: '';

    -moz-backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    right: -8027px;

}



.wk_nav-line:after {

    position: absolute;

    top: 0;

    width: 90px;

    height: 100%;

    background-color: #fff;

    left: 0;

    content: '';

    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    transition: all .8s cubic-bezier(.77, 0, .175, 1);

}



.wk_nav-bullet-container:before {

    position: absolute;

    top: -15px;

    left: 8px;

    width: 0;

    height: 0;

    border-color: #fff transparent transparent transparent;

    border-style: solid;

    border-width: 6px 5px 0 5px;

    content: '';

    opacity: 0;

    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -webkit-transform: translateY(-10px);

    -moz-transform: translateY(-10px);

    transform: translateY(-10px);

    pointer-events: none;

    -ms-transform: translateY(-10px);

    -moz-backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.nav-link {

    position: relative;

    display: block;

    width: 100%;

    height: 100%;

    color: #fff;

}



.nav-link:before {

    position: absolute;

    top: 5px;

    left: 5px;

    width: 14px;

    height: 14px;

    border: 1px solid #fff;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    content: '';

    opacity: 1;

    -webkit-transition: all .8s cubic-bezier(.455, .03, .515, .955);

    -moz-transition: all .8s cubic-bezier(.455, .03, .515, .955);

    -o-transition: all .8s cubic-bezier(.455, .03, .515, .955);

    transition: all .8s cubic-bezier(.455, .03, .515, .955);

}



.nav-bullet {

    position: absolute;

    top: 9px;

    left: 9px;

    width: 8px;

    height: 8px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    background-color: #fff;

    opacity: 0;

    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -webkit-transform: scale(0, 0);

    -moz-transform: scale(0, 0);

    transform: scale(0, 0);

    -ms-transform: scale(0, 0);

}



.nav-text {

    position: absolute;

    bottom: -22px;

    left: -44px;

    width: 113px;

    color: #fff;

    text-align: center;

    font-size: 12px;

    opacity: 0;

    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -webkit-transform: translateY(10px);

    -moz-transform: translateY(10px);

    transform: translateY(10px);

    pointer-events: none;

    -ms-transform: translateY(10px);

}



.nav-link:after {

    position: absolute;

    top: 9px;

    left: 9px;

    width: 8px;

    height: 8px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    background-color: #fff;

    content: '';

    opacity: 0.5;

    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1);

    transition: all .8s cubic-bezier(.77, 0, .175, 1);

    -moz-backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



#wk_slide-nav .wk_nav-bullet-container:hover .nav-link:before {

    opacity: 0;

    -webkit-transition: all .8s cubic-bezier(.25, .46, .45, .94);

    -moz-transition: all .8s cubic-bezier(.25, .46, .45, .94);

    -o-transition: all .8s cubic-bezier(.25, .46, .45, .94);

    transition: all .8s cubic-bezier(.25, .46, .45, .94);

    -webkit-transform: scale(2, 2);

    -moz-transform: scale(2, 2);

    transform: scale(2, 2);

    -ms-transform: scale(2, 2);

}



#wk_slide-nav .wk_nav-bullet-container:hover .nav-link:after {

    opacity: .2;

    -webkit-transform: scale(3.3, 3.3);

    -moz-transform: scale(3.3, 3.3);

    transform: scale(3.3, 3.3);

    -ms-transform: scale(3.3, 3.3);

}



#wk_slide-nav .wk_nav-bullet-container:hover .nav-bullet {

    opacity: 1;

    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    transform: scale(1, 1);

    -ms-transform: scale(1, 1);

}



#wk_slide-nav .wk_nav-bullet-container:hover .nav-text {

    opacity: 1;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    transform: translateY(0);

    -ms-transform: translateY(0);

}



#wk_slide-nav .wk_nav-bullet-container:hover:before {

    opacity: 1;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    transform: translateY(0);

    -ms-transform: translateY(0);

}



.swiper-pagination-bullet-active {

    opacity: 1;

    background: transparent;

}

.swiper-pagination-bullet-active:after {

    opacity: 1;

    background: #fff;

}

/* 主体内容 */

.index_content {
    width: 100%;
    background: #fff;
}


/* 品牌 */

.index_introduce {
    margin: 0 auto;
    max-width: 1500px;
    padding: 66px 20px 100px 20px;
    border-bottom: 1px solid #8b8b8b;
}

.index_introduce_top {
    /* height: 284px; */
    display: flex;
    justify-content: space-between;
}

.index_introduce_top_left {
    max-width: 515px;
}

.index_introduce_top_left span {
    display: inline-block;
    width: 80px;
    font-size: 80px;
    line-height: 60px;
    color: #333333;
    font-size: 80px;
}

.index_introduce_top_left h6 {
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #3A3A3A;
    margin-bottom: 10px;
}

.index_introduce_top_left p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}


/* 右 */

.index_introduce_top_right {
    display: flex;
    /* padding-bottom: 0px; */
    align-items: flex-end;
}

.index_introduce_top_right p {
    width: 350px;
    height: 0px;
    border: 1px solid #3A3A3A;
    margin-bottom: 40px;
    margin-right: 40px;
}

.index_introduce_top_right span {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 80px;
    color: #333333;
    vertical-align: bottom;
}


/* 品牌列表 */

.index_introduce_bottom {
    width: 100%;
    height: 960px;
    margin-top: 80px;
    /* border: 1px solid #F3C100; */
}

.index_introduce_bottom ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.index_introduce_bottom ul li {
    width: 25%;
    /* border: 1px solid red; */
    height: 50%;
}

.index_introduce_bottom ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.index_introduce_bottom ul li a {
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.index_introduce_bottom ul li:nth-child(4n) a {
    border-right: none;
}

.index_introduce_bottom ul li:nth-child(n + 5) a {
    border-bottom: none;
}

.index_introduce_bottom ul li a img {
    width: 80px;
    height: 80px;
}

.index_introduce_bottom ul li a h4 {
    margin: 26px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #2D2D2D;
}

.index_introduce_bottom ul li a span {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
	letter-spacing:2px;
}
.index_introduce_bottom ul li a span p{
	margin-bottom: 4px;
}
.index_introduce_bottom ul li a .img2 {
    width: 60px;
    height: 60px;
    margin-top: 59px;
    display: none;
}

.index_introduce_bottom ul li:hover {
    transform: scale(1.01);
    transition: all 2s;
    background: #FE8000;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.32);
}

.index_introduce_bottom ul li a .img1-1 {
    display: none;
}

.index_introduce_bottom ul li:hover a * {
    color: #fff;
}

.index_introduce_bottom ul li:hover a .img2,
.index_introduce_bottom ul li:hover a .img1-1 {
    display: block;
}

.index_introduce_bottom ul li:hover a .img1 {
    display: none;
}


/* 我们是谁 */

.are_we {
    max-width: 1500px;
    margin: 87px auto 0 auto;
    /* border: 1px solid #007AFF; */
    padding: 0 20px 50px 20px;
}

.are_we .are_we_me p {
    /* position: relative; */
    /* max-width: 320px; */
    display: flex;
    flex-direction: column;
}

.are_we .are_we_me .en_title {
    font-style: oblique;
    font-size: 56px;
    font-weight: bold;
    line-height: 67px;
    color: #A5A5A5;
    opacity: 0.1;
}

.are_we .are_we_me .cn_title {
    font-size: 42px;
    font-weight: bold;
    color: #333333;
    margin-top: -36px;
}

.are_we .are_we_content {
    width: 100%;
    /* height: 490px; */
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #1EB37B; */
}

.are_we_content_left {
    /* width: 50%; */
    height: 100%;
    max-width: 552px;
    margin-right: 40px;
}

.left_list {
    margin: 40px 0;
}

.left_list ul {
    display: flex;
    max-width: 552px;
    justify-content: space-between;
}

.left_list ul li {
    /* width: 24%; */
    margin: 30px 0px;
    margin-right: 30px;
    width: calc((100% - 3 * 30px)/4);
}

.left_list ul li:nth-child(4n) {
    margin-right: 0px;
}

.left_list ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left_list ul li a img {
    width: 80px;
    height: 80px;
}

.left_list ul li a .title {
    font-size: 19px;
    padding: 0 5px;
    line-height: 26px;
    color: #686868;
    margin: 10px 0;
}

.left_list ul li a span {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: rgba(104, 104, 104, 0.39);
    box-shadow: 0px 3px 30px #43474D;
    margin-bottom: 10px;
}

.left_list ul li a .en_title {
    font-size: 13px;
    line-height: 18px;
    color: #999;
}

.left_list ul li a .are-img-1 {
    display: none;
}

.left_list ul li a:hover * {
    color: #FE8000;
}

.left_list ul li a:hover span {
    background: rgba(254, 128, 0, 0.39);
    box-shadow: 0px 3px 30px #43474D;
}

.left_list ul li a:hover .are-img {
    display: none;
}

.left_list ul li a:hover .are-img-1 {
    display: block;
}

.are_we_content_left h3 {
    font-size: 16px;
    line-height: 32px;
    color: #232323;
    opacity: 0.8;
}

.are_we_content_left .round {
    margin-top: 25px;
    width: 52px;
    height: 52px;
    background: #FE8000;
    border-radius: 26px;
    cursor: pointer;
    position: relative;
    transition: width .5s;
}

.round-cont a {
    width: 150px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #686868;
    position: absolute;
    left: 26px;
    top: 14px;
}

.are_we_content_left .round:hover {
    /* border-radius: 40px; */

    width: 170px;
}

.round-cont a span {
    margin-left: 26px;
}


/* 右边 */

.are_we_content_right {
    width: 50%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    /* border: 1px solid #ff557f; */
}

.are_we_content_right video {
    /* margin-left: 59px; */
    height: 500px;
    width: 100%;
}

.are_we_content_right img {
    width: 100%;
}

/* 成功案列 */

.case_list {
    margin: 50px auto 0 auto;
    max-width: 1500px;
    /* height: 1500px; */
    /* border: 1px solid #007AFF; */
    padding: 20px 20px 60px 20px;
}

.case_list_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case_list_title h3 {
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #3A3A3A;
}

.case_list_title p {
    margin-top: 13px;
    font-size: 24px;
    line-height: 28px;
    color: #666;
}

.case_list_title_R {
    font-size: 24px;
    line-height: 30px;
    color: #686868;
}

.case_list_title_R:hover {
    color: #FE8000;
}

/* 
    作品列表
 */

.case_list .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.applet {
    position: relative;
    z-index: 10;
    margin: auto;
    width: 850px;
    height: 26px;
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    transform: translateX(90px);
    -ms-transform: translateX(90px);
    bottom: 100px;
}

.mySwiper1 .swiper-button-prev {
    right: 50%;
    left: auto;
    transform: translateX(-105px);
}

.mySwiper1 .swiper-button-next {
    left: 50%;
    transform: translateX(105px);
}

.mySwiper1 .swiper-button-next,
.mySwiper1 .swiper-button-prev {
    background-size: 20px 40px;
    top: auto;
    bottom: 0;
    color: #999;
}

.mySwiper1 .swiper-pagination {
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    bottom: 40px !important;
}

#mySwiper1 .swiper-scrollbar {
    width: 100px !important;
    height: 1px;
    background-color: #2E2E2E;
    opacity: 0.85;
    left: 50%;
    transform: translateX(-50%);
    bottom: 22px;
    display: block !important;

}

#mySwiper1 .swiper-scrollbar-drag {
    height: 5px;
    background: #FE8000;
    border-radius: 0;
    top: -2px;
}

#mySwiper1 .swiper-pagination-current {
    font-size: 24px;
    line-height: 29px;
    color: #8F8F8F;
}


}

#mySwiper1 .swiper-scrollbar-drag {
    height: 5px;
    background: #FE8000;
    border-radius: 0;
    top: -2px;
}

#mySwiper1 .swiper-pagination-current {
    font-size: 24px;
    line-height: 29px;
    color: #8F8F8F;
}

.swiper-list {
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
}

.swiper-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.swiper-list ul li {
    background: url(../img/picBg.png) no-repeat center;
    background-size: 100% 100%;
    margin: 30px 0px;
    margin-right: 30px;
    width: calc((100% - 3 * 30px)/4);
    padding: 10px;
    border-radius: 47px;
    overflow: hidden;
    position: relative;
    height: 632px;
}

.swiper-list ul li:nth-child(4n) {
    margin-right: 0px;
}

.swiper-list ul li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.swiper-list ul li a .topBg {
    width: 170px;
    height: 20px;
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 55;
}

.case_img_1 {
    display: inline;
    border-radius: 35px;
    /* margin-top: 8px; */
    width: 102%;
    height: 100%;
    /* padding-bottom: 15px; */
}

.case_img_text {
    position: absolute;
    left: 0;
    z-index: 999;
    bottom: -110%;
    padding: 0 40px;
    width: 100%;
    height: 102%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 47px;
}

.case_img_text h4 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #dadada;
    font-weight: bold;
    border-bottom: 1px solid #b5b5b5;
}

.swiper-list ul li a:hover .case_img_text {
    bottom: -10px;
    transition: bottom .5s;
}

/* 作品结尾 */
/* 梦想 */
.dreams {
    width: 100%;
    /* height: 825px; */
    background: url(../img/dreamsBg.png) no-repeat;
    background-size: 100% 100%;

}

.dreams_box {
    margin: 0 auto;
    width: 95%;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 100px 40px;
}

.dreams_pic {
    
    text-align: center;
    margin-top: 80px;
}




/*.dreams_pic {
    width: 608px;
     height: 152px; 
}
*/
.dreams_pic img {
    width: 100%;
}

.dreams_pic .dream_pic_img_1 {
    display: none;
}

.dreams p {
    max-width: 688px;
    padding: 50px 0 80px 0;
    width: 688px;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    opacity: .58;
    /* margin-top: 25px; */
}

.dreams_num {
    display: flex;
    width: 100%;
    max-width: 1500px;
    padding: 0 0px;
    justify-content: space-around;
    margin-top: 50px;
}

.dreams_num .dreams_num_1,
.dreams_num_2,
.dreams_num_3 {
    display: flex;
    flex-direction: column;
    font-size: 42px;
    line-height: 65px;
    color: #656565;
    text-align: center;
}

.dreams_num_1 div,
.dreams_num_2 div,
.dreams_num_3 div {
    font-size: 120px;
    font-weight: bold;
    margin-bottom: 35px;
    display: flex;
    /* position: relative; */
}

.dreams_num_1 div span,
.dreams_num_2 div span,
.dreams_num_3 div span {
    font-weight: 100;
    /* display: inline-block; */
    font-size: 70px;
    margin-top: -20px;
    margin-left: 10px;
    /* position: absolute;
    top: -30px;
    right: -20px; */
}


/* .dreams_num_3 div span{
    font-weight: 100;
    display: inline-block;
    font-size: 70px;
} */


/* 我们的客户 */

.my_customer {
    max-width: 1500px;
    padding: 50px 20px;
    margin: 0 auto;
}

.my_customer h4 {
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #3A3A3A;
}

.my_customer p {
    max-width: 744px;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    margin: 20px 0 49px 0;
}

.customer_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.customer_list ul li img {
    /* width: 100%; */
    /* width: 120px; */
    /* height: 60px; */
    object-fit: none;
}

/* .customer_img{
    width: 120px;
    height: 60px;
} */

.customer_list ul li {
    width: 240px;
    height: 121px;
    background: #fff;
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-top-width: 0;
    border-left-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


/* 第一行加上上面的线 */
.customer_list ul li:nth-child(-n + 6) {
    border-top-width: 1px;
}

.customer_list ul li:nth-child(6n+1) {
    border-left-width: 1px;
    /* background-color: red; */
}




.customer_img_1 {
    width: 180px;
    height: 80px;
    display: none;
}

.customer_list ul li:hover {
    border-bottom: 2px solid #FE8205;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
    transform: scale(1.1);
    transition: all .6s;
}

.customer_list ul li:hover .customer_img {
    display: none;
}

.customer_list ul li:hover .customer_img_1 {
    display: block;
    width: 180px;
    height: 80px;
}

@media screen and (max-width: 1280px) {
    .index .index_bannar {
		height: calc(100vh - 115px);
        margin-top: 115px;
    }

    /* 第一行加上上面的线 */
    .customer_list ul li:nth-child(-n + 6) {
        border-top-width: 0;
    }

    .customer_list ul li:nth-child(6n + 1) {
        border-left-width: 0;
    }
    
    /* 第一行加上上面的线 */
    .customer_list ul li:nth-child(-n + 5) {
        border-top-width: 1px;
    }
    
    .customer_list ul li:nth-child(5n + 1) {
        border-left-width: 1px;
    }
}

@media screen and (max-width: 1024px) {
    .sleep embed {
        height: 300px;
    }

    .swiper-list ul li {
        height: 420px;
        border-radius: 30px;
    }

    .swiper-list ul li a .topBg {
        width: 85px;
        height: 10px;
    }

    .case_img_1 {
        border-radius: 20px;
    }

    .swiper-list ul li a .topBg {
        width: 110px;
        height: 15px;
    }

    .customer_list ul li:nth-child(-n + 5) {
        border-top-width: 0;
    }

    .customer_list ul li:nth-child(5n + 1) {
        border-left-width: 0;
    }
    
    .customer_list ul li:nth-child(-n + 4) {
        border-top-width: 1px;
    }
    
    .customer_list ul li:nth-child(4n + 1) {
        border-left-width: 1px;
    }

}

@media screen and (max-width: 900px) {
    .index {
        margin-top: 80px;
    }

    .index .index_bannar {
        /* margin-top: 35px; */
    }
    
    .customer_list ul li:nth-child(-n + 4) {
        border-top-width: 0;
    }
    
    .customer_list ul li:nth-child(4n + 1) {
        border-left-width: 0;
    }
    
    .customer_list ul li:nth-child(-n + 3) {
        border-top-width: 1px;
    }
    
    .customer_list ul li:nth-child(3n + 1) {
        border-left-width: 1px;
    }
}

@media screen and (max-width: 768px) {
    .index {
        margin-top: 50px;
    }
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 30px !important;
    }

    .sleep {
        display: none;
    }

    .index .index_bannar {
        width: 100%;
        height: calc(100vh - 100px);
		margin-top: 0;
    }

    .swiper-slide .swiper_img {
        display: none;
    }

    #wk_slide-nav {
        --swiper-theme-color: transparent;
        position: relative;

        z-index: 10;

        margin: auto;

        width: 100vw;

        height: 26px;

        -webkit-transform: translateX(0);

        -moz-transform: translateX(0);

        transform: translateX(0);

        -ms-transform: translateX(0);

        bottom: 100px;
    }

    .wk_nav-line:after {
        position: absolute;
        top: 0;
        width: 90px;
        height: 100%;
        background-color: #fff;
        left: 0;
        content: '';
        -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
        -o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
        transition: all .8s cubic-bezier(.77, 0, .175, 1);
    }

    .wk_nav-line {
        width: 9%;
    }

    .swiper-slide .swiper_img_1 {
        display: block;
        object-fit: cover;
    }

    .index_introduce_top {
        display: flex;
        flex-direction: column;
    }

    .index_introduce_top_right {
        display: none;
    }

    .index_introduce_top_left span {
        font-size: 40px;
        line-height: 0px;
        display: none;
    }

    .index_introduce_top_left h6 {
        font-size: 18px;
        max-width: 308px;
        font-family: PingFang SC;
        font-weight: bold;
        line-height: 20px;
        color: #3A3A3A;
    }

    .index_introduce_top_left p {
        font-size: 14px;
    }

    .index_introduce_bottom {
        width: 100%;
        height: 750px;
        margin-top: 40px;
        /* border: 1px solid #F3C100; */
    }

    .index_introduce_bottom ul {
        height: 100%;
    }

    .index_introduce_bottom ul li {
        pointer-events: none;
        width: 50%;
        height: 25%;
    }

    .index_introduce_bottom ul li a h4 {
        font-size: 15px;
        margin: 13px 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        color: #2D2D2D;
    }

    .index_introduce_bottom ul li a img {
        width: 40px;
        height: 40px;
    }

    .index_introduce_bottom ul li a span {
        font-size: 14px;
        padding: 0 2px;
    }

    .index_introduce_bottom ul li a .img2 {
        width: 40px;
        height: 12px;
        margin-top: 15px;
    }

    .index_introduce {
        border: none;
        margin: 0 auto;
        padding: 33px 10px 0px 10px;
    }

    .index_introduce_bottom ul li:nth-child(2n) a {
        border-right: none;
    }

    .index_introduce_bottom ul li:nth-child(n+5) a {
        border-bottom: 1px solid #E6E6E6;
    }

    .index_introduce_bottom ul li:nth-child(n+7) a {
        border-bottom: none;
    }

    /* 我们是谁 */
    .are_we {
        margin: 15px auto 0 auto;
        padding: 0 10px 25px 10px;
        padding-bottom: 0;
    }

    .are_we .are_we_me p {
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }

    .are_we .are_we_me .en_title {
        font-size: 28px;
    }

    .are_we .are_we_me .cn_title {
        font-size: 21px;
        font-weight: bold;
        line-height: 30px;
        color: #333333;
    }

    .are_we_content {
        display: flex;
        flex-direction: column;
    }

    .are_we .are_we_content {
        margin-top: 0px;
    }

    .are_we_content_left,
    .are_we_content_right {
        width: 100%;
        margin: 0px auto;
    }

    .are_we_content_left h3 {
        font-size: 14px;
    }

    .are_we_content_right {
        padding-bottom: 25px;
        margin-top: 20px;
        border-bottom: 1px solid #ccc;
    }

    .are_we_content_left .round {
        pointer-events: none;
        margin-top: 14px;
        width: 26px;
        height: 26px;
        position: relative;
    }

    .round-cont a {
        width: 150px;
        font-size: 10px;
        font-weight: bold;
        line-height: 14px;
        color: #686868;
        position: absolute;
        left: 13px;
        top: 7px;
    }

    .round-cont a span {
        margin-left: 13px;
    }

    .are_we_content_left .round:hover {
        border-radius: 20px;
        width: 110px;
        transition: width .5s;
    }

    .left_list {
        width: 100%;
        margin: 0;
    }

    .left_list ul li {
        pointer-events: none;
    }

    .left_list ul li a img {
        width: 44px;
        height: 44px;
    }

    .left_list ul li a .title {
        font-size: 14px;
        padding: 0 2px;
        line-height: 13px;
        color: #686868;
    }

    .left_list ul li a .en_title {
        font-size: 11px;
    }

    .are_we_content_right video {
        height: 250px;
        width: 100%;
    }

    /* 成功案例 */
    .case_list {
        margin: 25px auto 0 auto;
        max-width: 1500px;
        padding: 10px 20px 25px 20px;
        position: relative;
    }

    /* .case_list .swiper {
        padding-bottom: 70px;
    } */

    .case_list_title h3 {
        font-size: 21px;
        font-weight: bold;
        line-height: 15px;
        color: #3A3A3A;
        margin-bottom: 11px;
    }

    .case_list_title_L p {
        margin-top: 14px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #999;
    }

    .case_list_title_L {
        margin: 0 auto;
        text-align: center;
    }


    .case_list_title_R {
        /* display: none; */
        font-size: 12px;
        z-index: 99;
        position: absolute;
        bottom: 30px;
        right: 20px;
    }

    /* 列表 */
    .swiper-list {
        margin-top: 30px;
    }

    .swiper-list ul li {
        pointer-events: none;
        margin: 15px 0px;
        margin-right: 15px;
        width: calc((100% - 1 * 15px)/2);
        border-radius: 10px;
        padding: 5px 8px;
        overflow: hidden;
        position: relative;
        height: 316px;
    }

    .swiper-list ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .swiper-list ul li a .topBg {
        width: 85px;
        height: 10px;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 30px !important;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 30px !important;
    }

    .mySwiper1 .swiper-button-prev {
        right: 45%;
        left: auto;
        transform: translateX(-105px);
    }

    .mySwiper1 .swiper-button-next {
        left: 45%;
        transform: translateX(105px);
    }

    .case_img_text {
        position: absolute;
        left: 0;
        z-index: 999;
        bottom: -110%;
        padding: 0 20px;
        width: 100%;
        height: 102%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 47px;
    }

    .case_img_1 {
        display: inline;
        border-radius: 23px;
        margin-top: 0px;
        width: 102%;
        height: 100%;
        padding-bottom: 0px;
    }

    /* 梦想 */
    .dreams_box {
        padding:30px 0px 50px 0px ;
        margin-bottom: 25px;
    }

    .dreams_pic {
        display: flex;
        width: 100%;
        justify-content: center;
        /*text-align: right;*/
        margin-top: 40px;
        /* padding-right: 40px; */
    }

    /* .dreams_pic img{
        width: 65%;
    } */
    .dreams_pic .dream_pic_img {
        display: none;
    }

    .dreams_pic .dream_pic_img_1 {
        display: block;
        width: 317px;
    }

    .dreams p {
        max-width: 295px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        color: #000000;
        opacity: .58;
        margin-top: 14px;
        padding: 0;
    }

    .dreams_num_1 div,
    .dreams_num_2 div,
    .dreams_num_3 div {
        font-size: 26px;
    }

    .dreams_num_1 div span,
    .dreams_num_2 div span,
    .dreams_num_3 div span {
        font-weight: 400;
        font-size: 30px;
        margin-top: -10px;
        margin-left: 0px;
    }

    .dreams_num .dreams_num_1,
    .dreams_num_2,
    .dreams_num_3 {
        font-size: 12px;
        line-height: 13px;
    }

    /* 我们的客户 */
    .my_customer {
        padding: 25px 10px;
        margin: 0 auto;
    }

    .my_customer h4 {
        font-size: 21px;
        line-height: 30px;
        text-align: center;
    }

    .my_customer p {
        max-width: 345px;
        font-size: 12px;
        line-height: 20px;
        color: #999;
        margin: 10px auto 20px auto;
        text-align: center;
    }

    .customer_list ul li img {
        /* width: 63px; */
        height: 28px;
        object-fit: contain;
    }

    .customer_list ul li {
        width: 33%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        height: 56px;
        pointer-events: none;
    }
    
    .customer_img_1 {
        display: none;
    }

    .customer_list ul li:hover {
        border-bottom: 2px solid #FE8205;
        background: #fff;
        box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
        transform: scale(1.1);
        transition: all 1s;

    }
    



    .customer_list ul li:hover .customer_img {
        display: none;
    }

    .customer_list ul li:hover .customer_img_1 {
        display: block;
        width: 90px;
        height: 40px;
    }
	.index_introduce_bottom ul li a span p{
		margin-bottom: 0;
	}
}

@media screen and (max-width: 375px) {
    .swiper-list ul li {
        margin: 15px 0px;
        margin-right: 20px;
        width: calc((100% - 1 * 20px)/2);
        padding: 5px 8px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .swiper-list ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .swiper-list ul li a .topBg {
        width: 85px;
        height: 10px;
    }

    .case_img_text {
        position: absolute;
        left: 0;
        z-index: 999;
        bottom: -110%;
        padding: 0 20px;
        width: 100%;
        height: 102%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 23px;
    }

    .case_img_1 {
        display: inline;
        border-radius: 23px;
        margin-top: 0px;
        width: 102%;
        height: 100%;
        padding-bottom: 0px;
    }
}

