@charset "utf-8";
/* ===================首页样式========================== */
body,html{overflow: hidden;}

.fp-section {position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.fp-section.fp-table, .fp-slide.fp-table {display: table;table-layout: fixed;width: 100%;}
.fp-tableCell {display: table-cell;vertical-align: middle;width: 100%;height: auto;}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {height: auto !important;}

#locationMenu{position: fixed;right: 0;z-index: 99;top: 50%;margin-top: -90px;}
#locationMenu li{width: 50px;position: relative;margin-top: 20px;}
#locationMenu li:first-child{margin-top: 0;}
#locationMenu li a{display: block;width: 100%;position: relative;height: 20px;color: #fff;line-height: 20px;}
#locationMenu li a::before{content: "";position: absolute;width: 50%;left: 0;height: 1px;background: #ccc;top: 50%;transition: all .5s ease-in-out;}
#locationMenu li a span{position: absolute;right: 0;font-size: 16px;padding-right: 70px;transition: all .4s ease-in-out;display: none;white-space: nowrap;font-family: "circe";}
#locationMenu li.active a::before{width: 100%;}
#locationMenu li.active a{color: #eeca25;}
#locationMenu li.active span{display: block;}
#locationMenu.setColor a{color: #555;}

.popVideo{display: none;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;overflow: hidden;}
.popVideo-content{display: flex;justify-content: center;align-items: center;position: relative;width: 100%;height: 100%;margin: 0 auto;opacity: 0;}
.popVideo-content.active{animation: runVideo .5s ease-out both;}
@keyframes runVideo{0%{opacity: 0;transform: translateY(-200px);}100%{opacity: 1;transform: translateY(0);}}
.popVideo-core{position: relative;display: inline-block;vertical-align: middle;width: 66%;position: relative;}
.popVideo-core video{width: 100%;}
.popVideo-close {width: 28px;height: 28px;position: absolute;right: -28px;top: -28px;z-index: 3;background: url('../images/common/closeWhite.svg') no-repeat center /20px auto;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}

.indban{width: 100%;position: relative;overflow: hidden;}
.indban-imgcont{width: 100%;}
.indban-img{width: 100%;}
.indban-img img{width: 100%;object-fit: cover;}
.indban-img img.indban-img-pc{display: block;height: 100vh;transform: scale3d(1, 1, 1);transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);}
.indban-img img.indban-img-mb{display: none;}
.indban-cont{width: 100%;z-index: 1;left: 0;}
.indban-cont, .indban-num{height: 278px;position: absolute;top: 50%;margin-top: -139px;}
.indban-cont p{text-transform: uppercase;color: #fff;font-size: 23px;font-family:'kb';margin-bottom: 14px;}
.indban-cont h2{text-transform: uppercase;color: #fff;font-size: 56px;font-family:'circe';}
.indban-cont h2 b{color: #eeca25;}
.indban-cont a{display: inline-block;border-bottom: 2px solid #fff;margin-top: 51px;position: relative;}
.indban-cont a span{font-size: 14px;color: #fff;font-family:'kb';display: block;height: 40px;line-height: 40px;padding-right: 40px;background: url('../images/index/indbanPlay.png') no-repeat right center;transition: all .4s ease-in-out;}
.indban-cont a::after{content: "";position: absolute;width: 0%;height: 2px;background: #eeca25;right: 0;bottom: -2px;transition: all .4s ease-in-out;}
.indban-cont a:hover span{color: #eeca25;background-image: url('../images/index/indbanPlayH.png');}
.indban-cont a:hover::after{width: 100%;right: auto;left: 0;}
.indban-cont p, .indban-cont h2, .indban-cont a{opacity: 0;transform: translateY(200px);transition: all 1.2s ease-in-out;}
.indban-imgcont.active .indban-img img.indban-img-pc{transform: scale3d(1.2, 1.2, 1);}
.indban-imgcont.active .indban-cont p{opacity: 1;transform: translateY(0);}
.indban-imgcont.active .indban-cont h2{opacity: 1;transform: translateY(0);transition-delay: 0.2s;}
.indban-imgcont.active .indban-cont a{opacity: 1;transform: translateY(0);transition-delay: 0.4s;}
.indban-num{z-index: 2;left: 80px;font-size: 0;}
.indban-num span, .indban-num b, .indban-num p{display: inline-block;vertical-align: top;color: #fff;line-height: 1;}
.indban-num span, .indban-num b{font-size: 18px;}
.indban-num b{margin-left: 4px;}
.indban-num p{font-size: 42px;margin: -6px 0 0 8px;}
.indban-icon{position: absolute;bottom: 36px;left: 80px;font-size: 0;z-index: 2;}
.indban-icon a{display: inline-block;vertical-align: middle;margin-left: 28px;transition: all .4s ease-in-out;}
.indban-icon a img{width: 20px;}
.indban-icon a:first-child{margin-left: 0;}
.indban-icon a:hover{opacity: 0.7;}
.indban-tab{position: absolute;font-size: 0;bottom: 36px;right: 80px;z-index: 2;}
.indban-tab li{display: inline-block;vertical-align: top;color: #fff;width: 144px;font-size: 14px;cursor: pointer;user-select: none;margin-right: 50px;}
.indban-tab li:last-child{margin-right: 0;}
.indban-tab li span, .indban-tab li p{line-height: 20px;position: relative;}
.indban-tab li span{display: inline-block;padding-right: 10px;}
.indban-tab li span::before, .indban-tab li span::after{content: "";width: 4px;height: 4px;border-radius: 50%;right: 0;position: absolute;transition: all .4s ease-in-out;opacity: 0;}
.indban-tab li span::before{background: #eeca25;top: 5px;}
.indban-tab li span::after{background: #2a3e86;bottom: 5px;}
.indban-tab li p{height: 40px;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.indban-tab li i{width: 0;height: 1px;display: block;margin-top: 14px;transition: all .4s ease-in-out;background: #fff;}
.indban-tab li.active i{width: 30px;}
.indban-tab li.active span::before, .indban-tab li.active span::after{opacity: 1;}
.indban-scroll{position: absolute;z-index: 1;bottom: 0;left: 50%;width: 86px;margin-left: -43px;text-align: center;cursor: pointer;height: 100px;user-select: none;}
.indban-scroll p{font-size: 16px;color: #fff;}
.indban-scroll i{width: 1px;position: absolute;bottom: 0;left: 50%;height: 70px;background: #fff;opacity: 0.55;animation: indbanSr 2s linear infinite;}
@keyframes indbanSr{0%{height: 70px;bottom: 0;top: auto;}50%{height: 0px;bottom: 0;top: auto;}50.1%{height: 0;bottom: auto;top: 30px;}100%{height: 70px;top: 30px;bottom: auto;}}

.indpro{width: 100%;height: 100%;background: #f9f9f9;position: relative;display: flex;align-items: center;overflow: hidden;}
.indpro .contain{margin-top: 110px;position: relative;z-index: 4;}
.indpro-left{width: 342px;float: left;}
.indpro-title{width: 100%;}
.indpro-title h2{font-size: 38px;color: #333;text-transform: uppercase;font-family:'circe';}
.indpro-link{width: 100%;margin-top: 36px;display: block;}
.indpro-link li{width: 100%;}
.indpro-link a{display: flex;width: 100%;align-items: center;height: 74px;font-size: 18px;color: #666;border-bottom: 1px solid #f0f0f0;position: relative;transition: all .4s ease-in-out;}
.indpro-link a::after{content: "";opacity: 0;position: absolute;width: 22px;height: 8px;background: url('../images/index/indproArr.png') no-repeat center;right: 0;top: 50%;margin-top: -4px;transition: all .4s ease-in-out;}
.indpro-link li:last-child a{border-bottom: none;}
.indpro-link li.active a, .indpro-link a:hover{color: #2a3e86;}
.indpro-link li.active a::after, .indpro-link a:hover::after{opacity: 1;right: 30px;}
.indpro-more{width: 100%;margin-top: 88px;}
.indpro-more a{display: flex;width: 260px;height: 48px;align-items: center;justify-content: center;border: 1px solid #000;color: #000;text-transform: uppercase;transition: all .4s ease-in-out;}
.indpro-more a:hover{border: 1px solid #2a3e86;background: #2a3e86;color: #fff;}
.indpro-right{width: calc(100% - 342px);float: right;padding-left: 100px;}
.indpro-pro{width: 100%;display: none;}
.indpro-pro.active{display: block;}
.indpro-pro li:last-child{float: right;}
.indpro-pro li:first-child{float: left;}
.indpro-pro li{width: 46%;}
.indpro-pro li a{display: block;width: 100%;}
.indpro-pro-img{width: 100%;display: flex;align-items: center;justify-content: center;background: #fff;height: 468px;}
.indpro-pro-img img{max-width: 88%;max-height: 284px;margin-top: -44px;}
.indpro-pro-cont{width: 88%;margin: -74px auto 0;color: #fff;transition: all .4s ease-in-out;background: #c5c5c5;border-radius: 3px;height: 124px;display: flex;align-items: center;position: relative;z-index: 2;}
.indpro-pro-center{width: 100%;text-align: center;}
.indpro-pro-cont h2{font-size: 26px;font-family:'kb';text-transform: uppercase;max-width: 88%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin: 0 auto;}
.indpro-pro-cont p{font-size: 18px;}
.indpro-pro li a:hover .indpro-pro-cont{background: #2a3e86;}
.indLetter{position: absolute;z-index: 1;width: 100%;text-align: center;user-select: none;font-size: 238px;color: #f5f5f5;font-family:'circe';left: 0;top: 154px;text-transform: uppercase;line-height: 1;height: 238px;letter-spacing: 0.36em;}
.indLetter p{display: inline-block;opacity: 0;line-height: 1;vertical-align: middle;transform: translateY(200px);transition: all 1s ease-in-out;}
.section.active .indLetter p{transform: translateY(0);opacity: 1;}
/* ---- */
.indpro-left{opacity: 0;transition: all 1s ease-in-out;transform: translateX(-300px);}
.section.active .indpro-left{opacity: 1;transform: translateX(0);}
.indpro-pro li{opacity: 0;transition: all 1s ease-in-out;}
.indpro-pro li:first-child{transform: translateY(200px);}
.indpro-pro li:last-child{transform: translateY(-200px);}
.section.active .indpro-pro li{opacity: 1;transform: translateY(0);}
/* ---- */

.indabo{width: 100%;height: 100%;display: flex;align-items: center;background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;overflow: hidden;}
.indabo .contain{position: relative;z-index: 4;}
.indabo .indLetter{opacity: 0.02;}
.indabo-title{width: 100%;}
.indabo-title h2, .indabo-title a{display: inline-block;vertical-align: middle;}
.indabo-title h2{font-size: 38px;color: #fff;text-transform: uppercase;font-family:'circe';line-height: 1;}
.indabo-title a{width: 40px;height: 40px;background: url('../images/index/indaboPlay.png') no-repeat center/100% auto;margin: -8px 0 0 38px;}
.indabo-desc{width: 100%;margin: 44px 0 58px;max-width: 648px;}
.indabo-desc p{font-size: 16px;color: #fff;line-height: 26px;}
.indabo-more{width: 100%;}
.indabo-more a{display: flex;width: 260px;height: 48px;align-items: center;justify-content: center;border: 1px solid #fff;color: #fff;text-transform: uppercase;transition: all .4s ease-in-out;}
.indabo-more a:hover{border: 1px solid #eeca25;background: #eeca25;color: #fff;}
/* ---- */
.indabo-title{opacity: 0;transform: translateY(200px);transition: all 1s ease-in-out;}
.indabo-desc{opacity: 0;transform: translateY(200px);transition: all 1s ease-in-out .4s;}
.indabo-more{opacity: 0;transform: translateY(200px);transition: all 1s ease-in-out .8s;}
.section.active .indabo-title{opacity: 1;transform: translateY(0);}
.section.active .indabo-desc{opacity: 1;transform: translateY(0);}
.section.active .indabo-more{opacity: 1;transform: translateY(0);}
/* ---- */

.indwoo{width: 100%;height: 100%;display: flex;align-items: center;background: #f9f9f9;position: relative;overflow: hidden;}
.indwoo .contain{position: relative;z-index: 4;margin-top: 80px;}
.indwoo .indLetter{font-size: 216px;}
.indwoo-fix{width: 672px;height: 672px;position: relative;display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.indwoo-cont{max-width: 380px;margin: 0 auto;text-align: center;position: relative;z-index: 4;}
.indwoo-cont h2{font-size: 38px;color: #333;text-transform: uppercase;font-family:'circe';position: relative;padding-bottom: 10px;}
.indwoo-cont h2::after{content: "";width: 34px;height: 2px;background: #eeca25;position: absolute;left: 50%;bottom: 0;margin-left: -17px;}
.indwoo-cont p{font-size: 15px;color: #666;line-height: 18px;margin: 28px 0 40px;}
.indwoo-cont a{display: flex;width: 260px;height: 48px;align-items: center;justify-content: center;border: 1px solid #555;color: #555;text-transform: uppercase;transition: all .4s ease-in-out;margin: 0 auto;}
.indwoo-cont a:hover{border: 1px solid #2a3e86;background: #2a3e86;color: #fff;}
.indwoo-fix::before, .indwoo-fix::after{content: "";position: absolute;z-index: 2;}
.indwoo-fix::before{width: 100%;height: 100%;top: 0;left: 0;background: url('../images/index/indwooLine1.png') no-repeat center/100% auto;animation: indwooDh1 100s linear infinite;}
.indwoo-fix::after{width: 552px;height: 552px;margin: -276px 0 0 -276px;top: 50%;left: 50%;background: url('../images/index/indwooLine2.png') no-repeat center/100% auto;animation: indwooDh2 50s linear infinite;}
@keyframes indwooDh1{0%{transform: rotate(0);}100%{transform: rotate(-360deg);}}
@keyframes indwooDh2{0%{transform: rotate(0);}100%{transform: rotate(360deg);}}
.indwoo-list{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 3;}
.indwoo-item{position: absolute;}
.indwoo-item i{width: 64px;height: 64px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-style: normal;background: #9aa6cf;transition: all .4s ease-in-out;}
.indwoo-item i img{max-width: 88%;max-height: 88%;}
.indwoo-item h2{position: absolute;display: flex;align-items: center;height: 64px;width: auto;white-space:nowrap;font-size: 16px;color: #333;font-family:'kb';text-transform: uppercase;transition: all .4s ease-in-out;}
.indwoo-item:hover i{background: #2a3e86;}
.indwoo-item:hover h2{color: #2a3e86;}
.indwoo-item-1{left: 50%;margin-left: -32px;top: -32px;cursor: default;}
.indwoo-item-2, .indwoo-item-3{top: 12%;}
.indwoo-item-4, .indwoo-item-5{top: 50%;margin-top: -32px;}
.indwoo-item-6, .indwoo-item-7{bottom: 12%;}
.indwoo-item-2, .indwoo-item-6{left: 8%;}
.indwoo-item-3, .indwoo-item-7{right: 8%;}
.indwoo-item-4{left: -32px;}
.indwoo-item-5{right: -32px;}
.indwoo-item-2 h2, .indwoo-item-4 h2, .indwoo-item-6 h2{right: 0;padding-right: 84px;}
.indwoo-item-3 h2, .indwoo-item-5 h2, .indwoo-item-7 h2{left: 0;padding-left: 84px;}
/* ---- */
.indwoo-cont{opacity: 0;transition: all 1s ease-in-out .2s;transform: scale(0);}
.section.active .indwoo-cont{opacity: 1;transform: scale(1);}
.indwoo-item{opacity: 0;transition: all 1s ease-in-out .8s;}
.section.active .indwoo-item{opacity: 1;}
/* ---- */

.indtab{width: 100%;height: 100%;position: relative;overflow: hidden;}
.indtab-itemmore{width: 100%;height: 100%;overflow: hidden;}
.indtab-item{width: 25%;display: flex;align-items: center;height: 100%;float: left;position: relative;overflow: hidden;}
.indtab-item::after{content: "";width: 1px;height: 100%;top: 0;right: 0;background: #fff;opacity: 0.15;}
.indtab-item:last-child::after{display: none;}
.indtab-cont{width: 100%;position: relative;z-index: 8;padding-left: 102px;transition: all .4s ease-in-out;}
.indtab-icon{width: 56px;height: 46px;position: relative;}
.indtab-icon img{max-width: 100%;max-height: 100%;position: absolute;top: 0;left: 0;transition: all .4s ease-in-out;}
.indtab-icon img.indtab-icon-s{opacity: 1;}
.indtab-icon img.indtab-icon-h{opacity: 0;}
.indtab-title{width: 100%;margin-top: 32px;}
.indtab-title h2{font-size: 32px;color: #fff;}
.indtab-title a{display: inline-block;border-bottom: 1px solid #fff;margin-top: 58px;position: relative;}
.indtab-title a span{font-size: 14px;color: #fff;font-family:'kb';display: block;width: 164px;height: 48px;line-height: 48px;padding-right: 40px;background: url('../images/index/indtabArr.png') no-repeat right center;transition: all .4s ease-in-out;}
.indtab-title a::after{content: "";position: absolute;width: 0%;height: 1px;background: #eeca25;right: 0;bottom: -1px;transition: all .4s ease-in-out;}
.indtab-title a:hover span{color: #eeca25;background-image: url('../images/index/indtabArrH.png');}
.indtab-title a:hover::after{width: 100%;right: auto;left: 0;}
.indtab-bg{position: absolute;width: 400%;height: 100%;top: 0;left: 0;background-size: cover;z-index: -2;}
.indtab-item:nth-child(1) .indtab-bg{left: 0;}
.indtab-item:nth-child(2) .indtab-bg{left: -100%;}
.indtab-item:nth-child(3) .indtab-bg{left: -200%;}
.indtab-item:nth-child(4) .indtab-bg{left: -300%;}
.indtab-bigbg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.indtab-bigbg li{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-size: cover;transition: all .4s ease-in-out;opacity: 0;}
.indtab-bigbg li.active{opacity: 1;}
.indtab-item.onshade .indtab-cont{opacity: 0.4;}
.indtab-item.onshade .indtab-icon img.indtab-icon-s{opacity: 0;}
.indtab-item.onshade .indtab-icon img.indtab-icon-h{opacity: 1;}
.indtab-item.active .indtab-icon img.indtab-icon-s{opacity: 0;}
.indtab-item.active .indtab-icon img.indtab-icon-h{opacity: 1;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .indban-num, .indban-icon{left: 60px;}
    .indban-tab{right: 60px;}
    .indban-num span, .indban-num b {font-size: 16px;}
    .indban-num p {font-size: 32px;margin: -3px 0 0 6px;}
    .indban-cont p{font-size: 20px;margin-bottom: 8px;}
    .indban-cont h2{font-size: 40px;}
    .indban-cont a{margin-top: 33px;}
    .indban-cont, .indban-num{height: 210px;margin-top: -105px;}
    .indban-icon a{margin-left: 20px;}
    #locationMenu li{width: 40px;}
    #locationMenu li a span{padding-right: 60px;}
    .indban-tab li {width: 124px;margin-right: 28px;}
    .indban-tab li span, .indban-tab li p{line-height: 18px;}
    .indban-tab li p{height: 36px;}
    .indban-tab li i{margin-top: 10px;}
    .indban-tab, .indban-icon{bottom: 28px;}
    .indban-scroll{height: 80px;}
    .indban-scroll i{height: 50px;}
    @keyframes indbanSr{0%{height: 50px;bottom: 0;top: auto;}50%{height: 0px;bottom: 0;top: auto;}50.1%{height: 0;bottom: auto;top: 30px;}100%{height: 50px;top: 30px;bottom: auto;}}
    .indpro-title h2, .indabo-title h2, .indwoo-cont h2{font-size: 32px;}
    .indpro-left{width: 290px;}
    .indpro-link a{height: 62px;}
    .indpro-link{margin-top: 28px;}
    .indpro-more {margin-top: 68px;}
    .indLetter{font-size: 188px;height: 192px;top: 100px;letter-spacing: 0.3em;}
    .indpro-right {width: calc(100% - 290px);padding-left: 80px;}
    .indpro-pro-img{height: 380px;}
    .indpro-pro-img img {max-height: 248px;}
    .indpro-pro-cont {margin: -50px auto 0;height: 88px;}
    .indpro-pro-cont h2 {font-size: 22px;}
    .indpro-pro li{width: 47%;}
    .indabo-title a {margin: -6px 0 0 28px;}
    .indabo-desc {margin: 36px 0 50px;}
    .indpro-more a, .indabo-more a, .indwoo-cont a{width: 220px;}
    .indwoo .indLetter {font-size: 172px;}
    .indwoo-cont p {margin: 20px 0 32px;font-size: 14px;}
    .indwoo-fix{width: 500px;height: 500px;}
    .indwoo-fix::after {width: 400px;height: 400px;margin: -200px 0 0 -200px;}
    .indwoo-item-3, .indwoo-item-7{right: 5%;}
    .indwoo-item-2, .indwoo-item-6{left: 5%;}
    .indwoo-cont {max-width: 300px;}
    .indwoo-cont h2 {padding-bottom: 6px;}
    .indtab-cont{padding-left: 60px;}
    .indtab-title h2{font-size: 26px;}
    .indtab-title a{margin-top: 30px;}
    .indtab-title {margin-top: 28px;}
    .indtab-title a span{width: 128px;}
    .indpro-link a:hover::after{right: 20px;}
    .indwoo .indLetter {font-size: 164px;}
    .indtab-cont {padding-left: 44px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
    .indban-cont{text-align: center;}
    .indban-cont p, .indban-cont h2, .indban-cont a{transform: translateY(120px);}
    .indLetter{font-size: 176px;}
}

@media all and (max-width:1359px) {
    /* 1280 */
    .indpro-right{padding-left: 60px;}
    .indpro-pro {width: 94%;}
    .indtab-cont {padding-left: 36px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .indban-cont h2 {font-size: 32px;}
    .indban-cont a {margin-top: 25px;}
    .indban-cont, .indban-num {height: 180px;margin-top: -90px;}
    .indban-tab li{margin-right: 20px;}
    .indLetter{font-size: 162px;letter-spacing: 0.2em;}
    .indpro-title h2, .indabo-title h2, .indwoo-cont h2 {font-size: 28px;}
    .indpro-left {width: 260px;}
    .indpro-link a {height: 52px;}
    .indpro-more a, .indabo-more a, .indwoo-cont a {width: 180px;}
    .indpro-more {margin-top: 52px;}
    .indpro-right {width: calc(100% - 260px);padding-left: 40px;}
    .indpro-pro-img img {max-height: 220px;}
    .indpro-pro-img {height: 350px;}
    .indpro-pro-cont h2 {font-size: 20px;}
    .indpro-pro-cont {margin: -36px auto 0;height: 68px;}
    .indwoo .indLetter {font-size: 150px;}
    .indtab-title {margin-top: 20px;}
    .indtab-title a {margin-top: 12px;}
    .indtab-cont {padding-left: 24px;}
    .indtab-title a span {width: 116px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .indban-scroll{display: none;}
    .indLetter {font-size: 154px;letter-spacing: 0.1em;}
    .indpro-left{width: 40%;}
    .indpro-right{width: 100%;padding-left: 0;margin-top: 80px;}
    .indpro-pro {width: 90%;}
    .indLetter{top: 120px;}
    .indtab-item {width: 50%;height: 50%;}
    .indtab-cont {padding-left: 68px;}
    .indtab-item::after{display: none;}
    .indtab-bigbg{display: none;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    #locationMenu{display: none;}
    .indban-num, .indban-icon{left: 4%;}
    .indban-tab{right: 4%;}
    .indLetter{font-size: 128px;}
    .indwoo .indLetter {font-size: 120px;}
    .indwoo-fix {width: 440px;height: 440px;}
    .indwoo-item-3 h2, .indwoo-item-5 h2, .indwoo-item-7 h2 {padding-left: 74px;}
    .indwoo-item-2 h2, .indwoo-item-4 h2, .indwoo-item-6 h2 {padding-right: 74px;}
    .indwoo-fix::after {width: 320px;height: 320px;margin: -160px 0 0 -160px;}
    .indwoo-cont {max-width: 250px;}
    .indpro-more a, .indabo-more a, .indwoo-cont a {width: 168px;height: 42px;}
    .indwoo-cont p {margin: 16px 0 24px;}
    .popVideo-core{width: 92%;}
    .popVideo-close{right: 0;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .indban-icon{display: none;}
    .indban-tab li p{display: none;}
    .indban-tab li.active i{width: 100%;}
    .indban-tab li i {margin-top: 2px;}
    .indban-tab li {width: 27px;margin-right: 16px;}
    .indban-num{height: auto;top: auto;margin-top: 0;bottom: 26px;margin: -1px 0 0 4px;}
    .indban-num p{font-size: 20px;}
    .indban-cont p {font-size: 18px;margin-bottom: 8px;}
    .indban-cont h2 {font-size: 24px;}
    .indban-cont a {margin-top: 12px;}
    .indban-img img.indban-img-pc{display: none;}
    .indban-img img.indban-img-mb{display: block;height: 100vh;}
    .indpro .contain {margin-top: 64px;}
    .indpro-left{width: 100%;}
    .indLetter{display: none;}
    .indpro-title h2, .indabo-title h2, .indwoo-cont h2 {font-size: 24px;}
    .indpro-link a {height: 42px;font-size: 16px;}
    .indpro-link {margin-top: 10px;}
    .indpro-more {margin-top: 20px;}
    .indpro-right {margin-top: 24px;}
    .indpro-pro{width: 100%;}
    .indpro-pro-img {height: 240px;}
    .indpro-pro-img img {max-height: 136px;margin-top: -32px;}
    .indpro-pro-cont h2 {font-size: 16px;}
    .indpro-pro-cont p {font-size: 14px;}
    .indpro-pro-cont {margin: -28px auto 0;height: 52px;}
    .indabo-title a {width: 34px;height: 34px;margin: -6px 0 0 16px;}
    .indabo-desc p{line-height: 24px;}
    .indabo-desc {margin: 20px 0 32px;}
    .indwoo-fix{width: 100%;height: auto;display: block;}
    .indwoo-fix::before, .indwoo-fix::after{display: none;}
    .indwoo-cont{max-width: 100%;width: 100%;}
    .indwoo-list {position: relative;height: auto;overflow: hidden;margin-top: 16px;}
    .indwoo .contain {margin-top: 54px;display: flex;align-items: center;}
    .indwoo-item{position: relative;display: block;width: 50%;float: left;left: auto !important;right: auto !important;top: auto !important;bottom: auto !important;margin: 12px auto 0 !important;}
    .indwoo-item h2{padding: 0 0 0 70px !important;right: auto !important;left: 0;font-size: 15px;}
    .indtab{padding-top: 60px;background: #f9f9f9;}
    .indtab-itemmore{position: relative;z-index: 4;}
    .indtab-cont {padding: 0 8%;}
    .indtab-title h2 {font-size: 22px;}
    .indtab-title {margin-top: 16px;}
    .indtab-title a span{width: 124px;height: 42px;line-height: 42px;}
    .indtab-title a {margin-top: 2px;}
}