html,
body {
    overflow: hidden;
}

#container {
    padding-top: 0;
}

.section {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.section .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section .bg:before,.sec02 .bg .son {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.1);
    transition: transform 0s ease 1s;
}

.section.showBg .bg:before,.section.showBg .bg .son {
    transform: none;
    transition: transform 3s ease;
}

.sec01 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec01 .l1 {
    position: relative;
    width: 130px;
    margin-bottom: 23px;
}


.sec01 .l1:after {
    content: '';
    display: block;
    /*padding-bottom: 32.94%;*/
}

.sec01 .l1 svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #fff;
}

.sec01 .l2 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
	letter-spacing: 0.5em;
}

.sec01 .mouse {
    width: 15px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 6px;
    box-sizing: border-box;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec01 .mouse.visible {
    opacity: 1;
}

.sec01 .mouse:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -1px;
    background-color: #fff;
    width: 2px;
    height: 3px;
    border-radius: 2px;
    opacity: 1;
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

@keyframes scroll {
    0%,
    20% {
        transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    }

    10% {
        transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        opacity: 1;
    }

    100% {
        transform: translateY(10px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        opacity: 0.01;
    }
}

.sec02 .prev,
.sec02 .next {
    position: absolute;
    top: 50%;
    width: 73px;
    height: 73px;
    transform: translate(0, -50%);
    transition: transform .5s ease;
}

.sec02 .prev {
    left: 4.48%;
    transform: translate(0, -50%);
}

.sec02 .prev:hover {
    transform: translate(-5px, -50%);
}

.sec02 .next:hover {
    transform: translate(5px, -50%);
}

.sec02 .next {
    right: 4.48%;
}

.sec02 .prev svg,
.sec02 .next svg {
    width: 100%;
    height: 100%;
    fill: #005ead;
}

.sec02 .next svg {
    transform: rotate(180deg);
}

.sec02 .slider {
    height: 100vh;
}

.sec02 .slider .item {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.sec02 .slider .item .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.sec02 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1400px;
    bottom: 56px;
    height: 1px;
    background: rgba(204, 204, 204, .5);
    display: flex;
    justify-content: center;
}

.sec02 .slick-dots li {
    position: relative;
    width: 10px;
    height: 10px;
    background: rgba(153, 153, 153, .5);
    border-radius: 50%;
    margin: 0 46px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background .3s ease;
}

.sec02 .slick-dots li:after {
    content: '';
    position: absolute;
    display: block;
    left: 100%;
    top: 50%;
    height: 1px;
    background: #005ead;
    animation: none;
}

.sec02 .slick-dots li.slick-active:after {
    animation: during 5.8s linear forwards;
}

.sec02 .slick-dots li:last-child:after {
    left: auto;
    right: 100%;
}

.sec02 .slick-dots li.slick-active:last-child:after {
    animation-name: during1;
}

.sec02 .slider.paused .slick-dots li:after {
    animation-name: none;
}

@keyframes during {
    0% {
        width: 0px;
    }

    100% {
        width: 92px;
    }
}

@keyframes during1 {
    0% {
        width: 92px;
    }

    100% {
        width: 0;
    }
}

.sec02 .slick-dots li:nth-child(3).slick-active:after {
    width: 0;
}

.sec02 .slick-dots li button {
    display: none;
}






.sec02 .item .l1 {
    font-size: 44px;
    line-height: 1.42;
    color: #333;
    margin-bottom: 18px;
}

.sec02 .item .l2 {
    font-size: 16px;
    line-height: 1.69;
    color: #595959;
}

/*.sec02.loadBg .item1 .bg{ background-image: url(../img/home_sec02_bg1.jpg) }
.sec02.loadBg .item2 .bg{ background-image: url(../img/home_sec02_bg2.jpg) }
.sec02.loadBg .item3 .bg { background-image: url(../img/index/home_sec02_bg3.jpg); }
.sec02.loadBg .item4 .bg { background-image: url(../img/index/home_sec02_bg4.jpg); }*/

.sec02 .slider .item .inner {
    box-sizing: border-box;
}

.sec02 .slider .item1 .inner {
    top: 25%;
}
.sec02 .slider .item2 .inner {
    top: 50%;
}
.sec02 .slider .item3 .inner {
    top: 38%;
}
.sec02 .slider .item4 .inner {
    top: 58%;
}

.sec03 {
    background-color: #f4f4f7;
    background-repeat: no-repeat;
    background-position: center 80px;
    background-size: 100% auto;
}

.sec03.loadBg {
    background-image: url(../img/home_sec03_bg.jpg);
}

.sec03 .bar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding-top: 80px;
    font-size: 18px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    background: linear-gradient(90deg, #3194d4, #0766b3);
}

.sec03 .box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10%);
    width: 1070px;
}

.sec03 .box .headline {
    padding: 42px 44px 70px;
    background: #fff;
    border-top: 8px solid #005dae;
    border-radius: 4px;
    margin-bottom: 30px;
}

.sec03 .headline .name {
    font-size: 14px;
    color: #0665b2;
    margin-bottom: 36px;
}

.sec03 .headline a {
    display: block;
}

.sec03 .headline .title {
    position: relative;
    padding-left: 75px;
    font-size: 36px;
    height: 36px;
    color: #333;
    overflow: hidden;
    margin-bottom: 30px;
}

.sec03 .headline .title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #005dae;
}

.sec03 .headline .desc {
    padding-left: 75px;
    font-size: 16px;
    height: 16px;
    overflow: hidden;
    color: #595959;
}

.sec03 .box ul {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

.sec03 .box li {
    position: relative;
    width: 33.33333333%;
    overflow: hidden;
    transform: translateZ(0);
}

.sec03 .box .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sec03 .box .pic:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 63, 73, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec03 .box .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.sec03 .box .text {
    position: relative;
    z-index: 1;
    height: 175px;
    padding: 30px 34px 0;
    box-sizing: border-box;
}

.sec03 .text .category {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}

.sec03 .text .title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #fff;

}

.sec03 .text .more {
    position: absolute;
    left: 34px;
    bottom: 26px;
    padding-right: 32px;
    font-size: 12px;
    color: #3ca0dd;
    transition: color .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec03 .text .more svg {
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 9px;
    transform: translateY(-50%);
    fill: #fff;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.sec03 .box li {
    background: rgba(55, 63, 73, 1);
}
.sec03 .box li .pic:after {
    width:0;
}
.sec03 .box li.on .pic:after {
    background: rgba(7, 102, 179, .85);
    width:100%;
}



.sec03 .box li.on .title {
    /*font-size: 20px;*/
}

.sec03 .box li.on .more {
    color: #fff;
}

.sec03 .box li.on .more svg {
    transform: translate(50%, -50%);
    opacity: 1;
}

#gFooter .copyright{

}

@media all and (max-width: 1480px) {
    .sec01 .l1 {
        width: 100px;
        margin-bottom: 17px;
    }

    .sec01 .l2 {
        font-size: 34px;
    }

    .sec02 .prev,
    .sec02 .next {
        width: 60px;
        height: 60px;
    }

    .sec02 .slick-dots {
        width: 1060px;
    }

    .sec02 .slick-dots li {
        width: 8px;
        height: 8px;
    }

    .sec02 .slider .item1 .inner {
        top: 25%;
    }

    .sec02 .item .l1 {
        font-size: 33px;
        margin-bottom: 24px;
    }

    .sec02 .item .l2 {
        font-size: 14px;
    }

    .sec03 .bar {
        font-size: 14px;
        line-height: 76px;
    }

    .sec03 .box {
        width: 960px;
    }

    .sec03 .box .headline {
        padding: 32px 34px 53px;
        border-top-width: 6px;
        margin-bottom: 23px;
    }

    .sec03 .headline .name {
        font-size: 12px;
        margin-bottom: 27px;
    }

    .sec03 .headline .title {
        padding-left: 57px;
        font-size: 27px;
        height: 27px;
        margin-bottom: 23px;
    }

    .sec03 .headline .title:after {
        width: 38px;
    }

    .sec03 .headline .desc {
        padding-left: 57px;
        font-size: 12px;
        height: 12px;
    }

    .sec03 .box .text {
        height: 133px;
        padding: 23px 26px 0;
    }

    .sec03 .text .category {
        margin-bottom: 8px;
    }

    .sec03 .text .title {
        font-size: 13px;
        line-height: 18px;
        height: 36px;
    }

    .sec03 .text .more {
        left: 26px;
        bottom: 20px;
        padding-right: 24px;
    }

    .sec03 .text .more svg {
        width: 9px;
        height: 7px;
    }

    .sec03 .box li.on .title {
        font-size: 15px;
    }
}

@media all and (max-width: 1100px) {
    .sec02 .prev,
    .sec02 .next {
       display: none !important;
    }
}

@media all and (max-width: 767px) {
    #gFooter .menu {
        padding: calc(11.73vw + 60px) 4vw 11.73vw;
    }
    
    .sec01 .bg:before {
        background-image: url(../img/home_sec01_bg_sp.png);
    }

    .sec01 .bg video {
        display: none;
    }

    .sec01 .inner {
        padding-left: 9%;
		margin-top: -30%;
    }

    .sec01 .l1 {
        width: 24vw;
        margin-bottom: 4vw;
    }

    .sec01 .l2 {
        font-size: 5.0vw;
    }

    .sec02 .bg:before {
        background-position: center bottom;
    }

    .sec02.loadBg .item1 .bg:before {
        background-image: url(../img/home_sec02_bg1_sp.jpg);
       /* background-position: center;*/
    }

    .sec02.loadBg .item2 .bg:before {
        background-image: url(../img/home_sec02_bg2_sp.jpg);
    }

    .sec02.loadBg .item3 .bg:before {
        background-image: url(../img/index/home_sec02_bg3_sp.jpg);
		background-size:100% 100%;

    }
    .sec02.loadBg .item4 .bg:before {
        background-image: url(../img/index/home_sec02_bg4_sp.jpg);
		background-size:100% 100%;
    }
    .sec02 .item1 .bg a {
        display: none;
    }

    .sec02 .slider .item1 .inner,
    .sec02 .slider .item2 .inner,
    .sec02 .slider .item3 .inner,
    .sec02 .slider .item4 .inner{
        top: 0;
        transform: none;
        margin: 35vw 3vw 0 9.3vw;
    }

    .sec02 .slider .item1 .inner{margin: 33vw 0 0 9.3vw; }
    .sec02 .slider .item3 .inner{margin: 30vw 0 0 9.3vw; padding-right: 14vw;}
    .sec02 .slider .item4 .inner{margin: 30vw 0 0 9.3vw;}
    

    .sec02 .item .l1 {
        font-size: 6.4vw;
        line-height: 1.2;
        margin-bottom: 5vw;
    }
    .sec02 .item4 .l1{margin-bottom: 3vw;}
    .sec02 .item .l2 {
        font-size: 3.2vw;
        line-height: 1.46;
    }

    .sec02 .item ul {
        margin-bottom: 4.93vw;
    }

    .sec02 .item3 li {
        font-size: 5vw;
        line-height: 1.47;
    }

    .sec02 .item3 li span:nth-child(3) {
        margin-left: 0;
    }

    .sec02 .slick-dots {
        width: 100%;
        bottom: 7vw;
    }

    .sec02 .slick-dots li {
        margin: 0 20px;
    }

    @keyframes during {
        0% {
            width: 0px;
        }

        100% {
            width: 40px;
        }
    }

    @keyframes during1 {
        0% {
            width: 40px;
        }

        100% {
            width: 0;
        }
    }

    .sec03 {
        background-position: center calc(60px + 10.67vw);
    }

    .sec03.loadBg {
        background-image: url(../img/home_sec03_bg_sp.jpg);
    }

    .sec03 .bar {
        padding-top: 60px;
        font-size: 3.2vw;
        line-height: 10.67vw;
    }

    .sec03 .box {
        box-sizing: border-box;
        width: 100%;
        padding: 0 4.27vw;
        top: calc(60px + 40vw);
        transform: translate(-50%, 0);
    }

    .sec03 .box .headline {
        padding: 3.47vw 5.07vw 4.27vw;
        border-top-width: 1.07vw;
        margin-bottom: 4vw;
    }

    .sec03 .headline .name {
        font-size: 3.2vw;
        margin-bottom: 3.73vw;
    }

    .sec03 .headline .title {
        padding-left: 0;
        padding-top: 4vw;
        font-size: 5.87vw;
        line-height: 7.6vw;
        height: 15.2vw;
        margin-bottom: 0;
    }

    .sec03 .headline .title:after {
        top: 0;
        width: 15.47vw;
    }

    .sec03 .box ul {
        display: block;
    }

    .sec03 .box li {
        width: 100%;
    }

    .sec03 .box li:last-child {
        display: none;
    }

    .sec03 .box .text {
        height: 31.2vw;
        padding: 4.67vw 5.07vw 0;
    }

    .sec03 .text .category {
        font-size: 3.2vw;
        margin-bottom: 10px;
    }

    .sec03 .text .title {
        font-size: 3.47vw;
        line-height: 1.5;
        height: 10.41vw;
    }

    .sec03 .text .more {
        left: 5.07vw;
        bottom: 4.8vw;
        padding-right: 8vw;
        font-size: 2.93vw;
    }

    .sec03 .text .more svg {
        right: 0;
        top: 50%;
        width: 12px;
        height: 9px;
    }

    .sec03 .box li.on .title {
        font-size: 3.47vw;
    }
}