
.wrap .sec1 {
    overflow: hidden;
    background: transparent url(../images/bg_01.png) no-repeat center top;
    background-size: cover;
}


.sec1 h3 {
    position: relative;
    left: -100px;
    opacity: 0;
    transition: all 1.5s ease;
}
.sec1.currentPage h3 {
    left: 0;
    opacity: 1;
}




.imgBox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2172px;
    height: 1578px;
    margin: -720px 0 0 -160px;
    background: transparent url(../images/main/bg_01.png) no-repeat center center;
}
.sec1 .imgBox img {
    position: absolute;
    width: initial;
}
.sec1 .imgBox img.img-bg {
    top: 50%;
    left: 50%;
    max-width: initial;
    margin: -990px 0 0 -470px;
    opacity: 1;
}
/* .sec1 .imgBox img.phone {
    top: 70%;
    left: 64%;
    margin: -560px 0 0 -360px;

    animation: phone 1s ease infinite;
} */
/* @keyframes phone {
    0% {
        top: 83%;
        left: 68%;
    }
    2% {
        top: 83%;
        left: 68%;
    }
    50% {
        top: 6%;
        left: 28%;
    }
    52% {
        top: 6%;
        left: 28%;
    }
    100% {
        top: 83%;
        left: 68%;
    }
} */
.sec1 .imgBox img.img-01 {
    top: 50%;
    left: 50%;
    margin: -130px 0 0 -719px;

    animation: phone-01 8s ease infinite;
}
@keyframes phone-01 {
    0% {
        top: 50%;
        left: 50%;
    }
    2% {
        top: 50%;
        left: 50%;
    }
    25% {
        top: 15%;
        left: 24%;
    }
    27% {
        top: 15%;
        left: 24%;
    }
    50% {
        top: -20%;
        left: -15%;
    }
    50.01% {
        top: 140%;
        left:115%;
    }
    75% {
        top: 88%;
        left: 78%;
    }
    77% {
        top: 88%;
        left: 78%;
    }
    100% {
        top: 50%;
        left: 50%;
    }
}
.sec1 .imgBox img.img-02 {
    top: 85%;
    left: 77%;
    margin: -130px 0 0 -719px;

    animation: phone-02 8s ease infinite;
}
@keyframes phone-02 {
    0% {
        top: 88%;
        left: 78%;
    }
    2% {
        top: 88%;
        left: 78%;
    }
    25% {
        top: 50%;
        left: 50%;
    }
    27% {
        top: 50%;
        left: 50%;
    }
    50% {
        top: 15%;
        left: 24%;
    }
    52% {
        top: 15%;
        left: 24%;
    }
    75% {
        top: -20%;
        left: -15%;
    }
    75.01% {
        top: 140%;
        left:115%;
    }
    100% {
        top: 88%;
        left: 78%;
    }
}
.sec1 .imgBox img.img-03 {
    top: 140%;
    left:115%;
    margin: -130px 0 0 -719px;

    animation: phone-03 8s ease infinite;
}
@keyframes phone-03 {
    0% {
        top: 140%;
        left:115%;
    }
    2% {
        top: 140%;
        left:115%;
    }
    25% {
        top: 88%;
        left: 78%;
    }
    27% {
        top: 88%;
        left: 78%;
    }
    50% {
        top: 50%;
        left: 50%;
    }
    52% {
        top: 50%;
        left: 50%;
    }
    75% {
        top: 15%;
        left: 24%;
    }
    72% {
        top: 15%;
        left: 24%;
    }
    100% {
        top: -20%;
        left: -15%;
    }
}
.sec1 .imgBox img.img-04 {
    top: 140%;
    left:115%;
    margin: -130px 0 0 -719px;

    animation: phone-04 8s ease infinite;
}
@keyframes phone-04 {
    0% {
        top: 15%;
        left: 24%;
    }
    2% {
        top: 15%;
        left: 24%;
    }
    25% {
        top: -20%;
        left: -15%;
    }
    27% {
        top: -20%;
        left: -15%;
    }
    27.01% {
        top: 140%;
        left:115%;
    }
    50% {
        top: 88%;
        left: 78%;
    }
    52% {
        top: 88%;
        left: 78%;
    }
    75% {
        top: 50%;
        left: 50%;
    }
    100% {
        top: 15%;
        left: 24%;
    }
}

/* .sec1.currentPage .imgBox img.img-01,
.sec1.currentPage .imgBox img.img-02,
.sec1.currentPage .imgBox img.phone {
    top: 50%;
    left: 50%;
    opacity: 1;
} */


.sec2 .inn-wrap .sub {
    width: 100%;
    max-width: initial;
    background: #222222;
}
.sec2 .inn-wrap .sub p {
    color: #ffffff;
}



.sec2 .boxes {
    position: relative;
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}
.sec2 .desc {
    line-height: 28px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 21px;
    color: #282828;
}
.sec2 .boxes .biglogo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -188px 0 0 -206px;
}
.sec2 .boxes .box {
    position: absolute;
    width: 350px;
    padding: 10px 28px 10px 34px;
    text-align: left;
    border-radius: 20px;
    opacity: 0;
    background: #f5f5f5;
    transition: all 1s ease;
}
.sec2 .boxes .box.text1 {
    left: 0;
    top: 105px;
    background: #f5f5f5 url(../images/main/num_01.png) no-repeat 10px 12px / 19px;
    border-bottom-right-radius: 0;
    transition-delay: 0.5s;
}
.sec2 .boxes .box.text2 {
    right: 20px;
    top: 105px;
    background: #f5f5f5 url(../images/main/num_02.png) no-repeat 10px 12px / 19px;
    border-bottom-left-radius: 0;
    transition-delay: 0.8s;
}
.sec2 .boxes .box.text3 {
    right: 20px;
    top: 290px;
    background: #f5f5f5 url(../images/main/num_03.png) no-repeat 10px 12px / 19px;
    border-bottom-left-radius: 0;
    transition-delay: 1.1s;
}
.sec2 .boxes .box.text4 {
    left: 0;
    top: 290px;
    border-bottom-right-radius: 0;
    background: #656565;
    color: #ffffff;
    transition-delay: 1.4s;
}
.sec2.currentPage .boxes .box.text1,
.sec2.currentPage .boxes .box.text2,
.sec2.currentPage .boxes .box.text3,
.sec2.currentPage .boxes .box.text4 {
    opacity: 1;
}

/* .dash-02 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -123px 0 0 15px;
}
.sec2.currentPage .dash-02 {
    stroke-dasharray: 215;
    stroke-dashoffset: 215;
    animation: dash-01 1.3s linear alternate;
    animation-fill-mode:both;
} */

.dash-01 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 106px;
    height: 19px;
    margin: -123px 0 0 -240px;
    background: transparent url(../images/main/dash_03.png) no-repeat center center;
}

.dash-02 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 212px;
    height: 20px;
    margin: -124px 0 0 126px;
    background: transparent url(../images/main/dash_03.png) no-repeat center center;
}

.dash-03 {
    position: absolute;
    left: 58%;
    top: 50%;
    width: 204px;
    height: 2px;
    margin: 80px 0 0 32px;
    background: transparent url(../images/main/dash_03.png) no-repeat center center;
}

/* @keyframes dash-01 {
    from {
        stroke-dashoffset: 215;
    }
    to {
        stroke-dashoffset: 0;
    }
} */



.sec3 {
    background-image: linear-gradient(to right,#ffca1d 50%, #222222 51%);
}

.sec3 > div {
    background: url(../images/main/bg_03.png) no-repeat center center / 1400px 100%;
}

.sec3 .contWrap .area {
    overflow: hidden;
    width: 1400px;
    /* height: 1000px; */
    margin: 0 auto;
    padding: 70px 80px 0;
}
.sec3 .pull-left {
    padding: 0 60px;
}

.slideWrap {
    overflow: hidden;
    position: relative;
    width: 500px;
    height: 934px;
    padding-left: 47px;
}
.slideWrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 33px;
    width: 100%;
    height: 100%;
    background: url(../images/main/sphone.png) no-repeat left top;
}

.slider-phone {
    width: 407px;
    padding-top: 66px;
}


.sec3 .pull-right {
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    height: 100%;
    text-align: right;
}
.sec3 .pull-right:before {
    content: "";
    width: 1px;
    height: 100%;
    margin-left: -1px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.sec3 .pull-right .inner {
    display: inline-block;
    padding-top: 90px;
    vertical-align: middle;
}
.sec3 .pull-right h5 {
    position: relative;
    right: -70px;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 800;

    transition: all 0.8s ease;
}
.sec3 .pull-right .desc {
    position: relative;
    right: -70px;
    line-height: 35px;
    font-size: 27px;
    color: #ffffff;
    margin-bottom: 45px;

    transition: all 0.8s ease;
    transition-delay: 0.4s;
}
.sec3 .pull-right img {
    position: relative;
    right: -70px;

    transition: all 0.8s ease;
    transition-delay: 0.8s;
}
.sec3.currentPage .pull-right h5,
.sec3.currentPage .pull-right .desc,
.sec3.currentPage .pull-right img {
    right: 0;
}

.prev-01 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    background: transparent url(../images/main/arrow_left.png) no-repeat center center;
    cursor: pointer;
}
.next-01 {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    background: transparent url(../images/main/arrow_right.png) no-repeat center center;
    cursor: pointer;
}

ul.pager {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}
ul.pager > li {
    overflow: hidden;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50%;
    background: #ffffff;
}
ul.pager > li.slick-active {
    background: #222222;
}
ul.pager > li button {
    width: 100%;
    height: 100%;
    border: 0 none;
    background: transparent;
}



.sec4 {
    background: #f5f5f5;
}
.sec4 .fp-scrollable {
    min-height: 600px;
}
.sec4 .contWrap {
    height: 100%;
    min-height: 600px;
}
.sec4 .contWrap .area {
    overflow: visible;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 80px;
    background: #ffffff;
}
.sec4 .contWrap .area:after {
    content: "";
    clear: both;
}
.sec4 .pull-left {
    width: 370px;
    height: 100%;
}
.sec4 .pull-left .pic {
    position: relative;
    padding: 80px;
    border-radius: 50%;
    background: #ffffff;
    margin: 100px 0 0 -200px;
}
.sec4 .pull-left .pic img {
    width: initial;
}
.sec4 .pull-left .pic .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    color: #2f2f2f;
}



.sec4 .pull-remainder {
    height: 100%;
    padding: 150px 0 0 33px;
    background: transparent url(../images/main/line.jpg) repeat-y 8px center;
}
.sec4 .pull-remainder h3 {
    margin-bottom: 50px;
}


ul.list-textBox {

}
.sec4 ul.list-textBox > li {
    position: relative;
    float: left;
    clear: both;
    line-height: 40px;
    margin: 0 0 30px;
    padding: 20px;
    font-size: 28px;
    border: 1px dotted #5c5c5c;
    border-radius: 20px;
    color: #484848;

    transition: all 0.6s ease;
}
.sec4 ul.list-textBox > li.on {
    border: 1px solid #282828;
    background: #282828;
    color: #ffffff;
}
ul.list-textBox > li.on:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -31px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-radius: 50%;
    background: #282828;
}
ul.list-textBox > li.on strong {
    background: #ffc900;
    color: #282828;
}













.sec5 {
    background: #f5f5f5;
}
.sec5 .fp-scrollable {
    min-height: 600px;
}
.sec5 .contWrap {
    height: 100%;
    min-height: 600px;
}
.sec5 .contWrap .area {
    overflow: visible;
    width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
    height: 100%;
    background: #ffffff;
}
.sec5 .contWrap .area:after {
    content: "";
    clear: both;
}
.sec5 .pull-left {
    width: 370px;
    height: 100%;
}


.sec5 .pull-remainder {
    height: 100%;
    padding: 150px 0 0 33px;
    background: transparent url(../images/main/line.jpg) repeat-y 8px center;
}
.sec5 .pull-remainder h3 {
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 800;
}
.sec5 .pull-remainder .desc {
    line-height: 35px;
    margin-bottom: 50px;
    font-size: 27px;
}


ul.list-textBox {

}
.sec5 ul.list-textBox > li {
    position: relative;
    float: left;
    clear: both;
    margin: 0 0 70px;
    vertical-align: middle;
    font-size: 0;
    border-radius: 20px;
    color: #484848;

    transition: all 0.6s ease;
}
.sec5 ul.list-textBox > li.on {
}
ul.list-textBox > li.on:before {
}
ul.list-textBox > li span.icon {
    display: inline-block;
    width: 128px;
    height: 128px;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #26262e;
    background: transparent no-repeat center center;
}
ul.list-textBox > li:nth-child(1) span.icon {
    background-image: url(../images/main/01.png);
}
ul.list-textBox > li:nth-child(2) span.icon {
    background-image: url(../images/main/02.png);
}
ul.list-textBox > li:nth-child(3) span.icon {
    background-image: url(../images/main/03.png);
}
ul.list-textBox > li:nth-child(1).on span.icon {
    background-image: url(../images/main/ico_01.png);
}
ul.list-textBox > li:nth-child(2).on span.icon {
    background-image: url(../images/main/ico_02.png);
}
ul.list-textBox > li:nth-child(3).on span.icon {
    background-image: url(../images/main/ico_03.png);
}
ul.list-textBox > li.on span.icon {
    background-color: #26262e;
    border: 1px solid #26262e;
}
ul.list-textBox > li > div {
    display: inline-block;
    padding-left: 13px;
    vertical-align: middle;
}
ul.list-textBox > li h6 {
    font-size: 36px;
}
ul.list-textBox > li p {
    font-size: 21px;
}





@media screen and (max-width:960px) {
    .sec1 .sub_wide_top {
        text-align: center;
        padding: 0;
    }
    .sec1 .sub_wide_top h3 {
        left: 0;
        bottom: -80px;
    }
    .sec1.currentPage .sub_wide_top h3 {
        bottom: 0;
    }
    

    .search-box {
        position: relative;
        left: 50%;
        margin-left: -198px;
    }


    /* .sec2 .inn-wrap .sub {
        background: transparent;
    } */
    /* .inn-wrap .sub > h3 {
        background: linear-gradient(to right, #7d7d7d, #232323);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    } */
    /* .sec2 .inn-wrap .sub p {
        color: #282828;
    } */

    /* .sec2 .middle {
        padding-top: 0;
        background: none;
    } */
    .sec2 .desc {
        display: none;
    }

    .sec2 .box-wrap {
        width: 100%;
        height: auto;
    }
    .sec2 .boxes {
        width: auto;
        height: auto;
    }
    .sec2.currentPage svg {
        display: none;
    }


    .sec2 .boxes .biglogo {
        position: relative;
        top: 0;
        margin: 0 0 30px -150px;
    }

    .sec2 .boxes .box {
        position: relative;
        top: 0 !important;
        margin: 0 auto 5px;
    }
    .sec2 .boxes .box {
        position: relative;
        top: 0 !important;
        opacity: 0;
    }
    .sec2 .boxes .box.text1,
    .sec2 .boxes .box.text2,
    .sec2 .boxes .box.text3,
    .sec2 .boxes .box.text4 {
        transition-delay: initial;
        right: initial;
    }
    .sec2.currentPage .boxes .text1
    .sec2.currentPage .boxes .text2,
    .sec2.currentPage .boxes .text3,
    .sec2.currentPage .boxes .text4 {
        opacity: 1;
    }
    .sec2.currentPage .boxes .text2 {
        transition-delay: 0.4s;
    }
    .sec2.currentPage .boxes .text3 {
        transition-delay: 0.8s;
    }
    .sec2.currentPage .boxes .text4 {
        transition-delay: 1.2s;
    }

    .dash-01,
    .dash-02,
    .dash-03 {
        display: none;
    }


    .sec3 .contWrap {
        background: linear-gradient(to right,#ffcb1e, #ffa301);
    }
    .sec3 .contWrap .area {
        width: 100%;
        padding: 0;
    }
    .sec3 .pull-right,
    .sec3 .pull-left {
        float: none;
        width: 620px;
        margin: 0 auto;
        padding: 40px 60px 0;
    }
    .sec3 .pull-right {
        width: 100%;
        text-align: center;
        background: #282828;
    }
    .sec3 .pull-right img {
        display: none;
    }

    
    .sec2 .boxes .biglogo img:first-child {
        display: none;
    }
    .sec2 .boxes .biglogo img.mobile {
        display: block;
    }



    .sec3 .pull-right h5,
    .sec3 .pull-right .desc {
        right: 0;
        bottom: -80px;
    }
    .sec3.currentPage .pull-right h5,
    .sec3.currentPage .pull-right .desc {
        bottom: 0;
    }


    .sec4 .contWrap .area,
    .sec5 .contWrap .area {
        width: 100%;
    }
    .sec4 .pull-left {
        display: none;
    }

    .sec4 .pull-remainder,
    .sec5 .pull-remainder {
        width: 620px;
        margin: 0 auto;
    }

    .sec5 .pull-left {
        display: none;
    }

    .sec6 .tablet .embed {
        width: 790px;
        left: initial;
        top: initial;
        margin: 0 auto;
    }
}


@media screen and (max-width:450px) {
    .sec1 .sub_wide_top h3 {
        font-size: 55px;
    }
    .sec1 .sub_wide_top {
        margin: 0 auto 280px;
    }
    .search-box {
        width: 204px;
        height: 30px;
        line-height: 28px;
        margin-left: -102px;
    }
    .search-box .textArea {
        height: 24px;
        line-height: 22px;
    }
    .search-box .btns img {
        width: 29px;
    }
    .search-box .btns {
        top: -1px;
    }
    .imgBox {
        transform: scale(0.4);
        margin: -480px 0 0 -870px;
    }


    .sec2 .inn-wrap {
        height: 100%;
    }

    .sec2 .middle{
        padding-top: 40px;
    }
    .sec2 .desc {
        display: block;
        font-size: 15px;
    }

    .sec2 .boxes .biglogo {
        width: 180px;
        margin: 0 0 30px -90px;
    }


    .sec3 .contWrap {
        height: 100%;
    }

    .sec3 .pull-right h5 {
        font-size: 33px;
    }
    .sec3 .pull-right .desc {
        line-height: 20px;
        font-size: 15px;
    }

    .sec3 .pull-left {
        width: 400px;
        padding: 20px 30px 0 50px;
    }


    .slideWrap {
        width: 300px;
        height: 564px;
        padding-left: 28px;
    }
    .slideWrap:after {
        background: url(../images/main/sphone.png) no-repeat left top / 100% auto;
    }
    .slider-phone {
        width: 244px;
        padding-top: 52px;
    }

    .prev-01,
    .next-01 {
        width: 34px;
        height: 34px;
        background-size: 100%;
    }

    .sec4 .contWrap .area,
    .sec5 .contWrap .area {
        padding: 0 0 0 14px;
    }
    
    .sec4 .pull-remainder h3 {
        line-height: 38px;
        font-size: 31px;
    }
    .sec4 .pull-remainder,
    .sec5 .pull-remainder {
          width: 100%;
          padding: 45% 0 0 33px;
    }
    .sec4 ul.list-textBox > li {
      line-height: 25px;
      font-size: 17px;
    }

    .sec5 .pull-remainder h3 {
        font-size: 31px;
    }
    .sec5 .pull-remainder .desc {
        line-height: 21px;
        font-size: 17px;
    }

    ul.list-textBox > li span.icon {
        width: 81px;
        height: 81px;
        background-size: 48%;
    }
    ul.list-textBox > li h6 {
        font-size: 17px;
    }
    ul.list-textBox > li p {
        font-size: 13px;
    }


    .sec6 .inn-wrap .sub {
        margin-top: 0 !important;
    }
    .sec6 .tablet {
        margin-bottom: 20px;
    }
    .sec6 .tablet .embed {
        width: 340px;
        height: 215px;
        padding: 13px 7px 12px;
        background: transparent url(../images/main/tablet.png) no-repeat 0 0 / 100% 100%;
    }


    .fp-viewing-2 button.btn-menuToggle:before,
    .fp-viewing-2 button.btn-menuToggle .bar,
    .fp-viewing-2 button.btn-menuToggle:after,
    .fp-viewing-3 button.btn-menuToggle:before,
    .fp-viewing-3 button.btn-menuToggle .bar,
    .fp-viewing-3 button.btn-menuToggle:after,
    .fp-viewing-9 button.btn-menuToggle:before,
    .fp-viewing-9 button.btn-menuToggle .bar,
    .fp-viewing-9 button.btn-menuToggle:after,
    .fp-viewing-10 button.btn-menuToggle:before,
    .fp-viewing-10 button.btn-menuToggle .bar,
    .fp-viewing-10 button.btn-menuToggle:after {
        background: #ffffff;
    }
}
