/* main */
.main {
    position: relative;
}

.main section {
    margin-top: 120px;
}

.main section:first-of-type{
    margin:0;
}
.main section .cont-area {
    width: 1200px;
    margin: 0 auto;
}




.main section .sect-title-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.main section .sect-title {
    position: relative;
    margin-bottom: 70px;
    font-size: 32px;
    line-height: 1;
}

.main section .sect-title em {
    font-weight: 500;
}
.main section .sect-title-wrap ul{
    display:flex;
}
.main section .page-control {
    margin-top: 50px;
    font-size: 0;
    text-align: center;
}

.main section .page-control .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 14px;
    opacity: 1;
    background: #ddd;
}

.main section .page-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1965b0;
}

.main .main-visual {
    position: relative;
}

.main .main-visual .swiper-slide {
    height: 500px;
    overflow: hidden;
    background: #1965b0;
}

.main .main-visual .swiper-slide img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
}

.main .main-visual .swiper-slide .slide-cont {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
}

.main .main-visual .swiper-slide .slide-cont .tit {
    font-size: 38px;
    line-height: 55px;
    font-weight: 500;
    color:#fff;
}

.main .main-visual .swiper-slide .slide-cont .buttons {
    margin-top: 45px;
    font-size: 0;
}

.main .main-visual .swiper-slide .slide-cont .buttons .btn {
    min-width: 200px;
    margin-right: 20px;
}

.main .main-visual .controls {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    z-index: 10;
}

.main .main-visual .controls .btn-control {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    margin-right: 2px;
    background: rgba(255, 255, 255, 0.5);
}

.main .main-visual .controls .btn-control::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
}

.main .main-visual .controls .btn-control.prev::before {
    transform: rotate(135deg);
    margin-left: -4px;
}

.main .main-visual .controls .btn-control.next::before {
    transform: rotate(-45deg);
    margin-left: -12px;
}

.main .main-visual .controls .page-count {
    display: block;
    width: auto;
    margin: 0 5px 0 20px;
    font-size: 16px;
    color: #999;
}

.main .main-visual .controls .page-count .swiper-pagination-current {
    color: #fff;
    font-weight: 500;
}

.main .main-visual .controls .play-control {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
}

.main .main-visual .controls .play-control.on-play::before, .main .main-visual .controls .play-control.on-play::after {
    content: ' ';
    position: absolute;
    top: 50%;
    width: 3px;
    height: 12px;
    margin-top: -6px;
    background: #fff;
}

.main .main-visual .controls .play-control.on-play::before {
    margin-left: -4px;
}

.main .main-visual .controls .play-control.on-play::after {
    margin-left: 2px;
}

.main .main-visual .controls .play-control.on-pause::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -2px;
    border-left: 8px solid #666;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.main section.sect01 ul.icon-lists {
    font-size: 0;
}

.main section.sect01 ul.icon-lists li {
    display: inline-block;
    vertical-align: top;
    width: 175px;
    margin-left: 81px;
}

.main section.sect01 ul.icon-lists li:nth-child(5n + 1) {
    margin-left: 0;
}

.main section.sect01 ul.icon-lists li:nth-child(5) ~ li {
    margin-top: 40px;
}

.main section.sect01 ul.icon-lists li a {
    position: relative;
    display: block;
    padding: 30px 6px 25px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
}

.main section.sect01 ul.icon-lists li a::before {
    content: ' ';
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.main section.sect01 ul.icon-lists li a.icon01::before {
    background-image: url("/images/icon/icon-main01.gif");
}

.main section.sect01 ul.icon-lists li a.icon02::before {
    background-image: url("/images/icon/icon-main02.gif");
}

.main section.sect01 ul.icon-lists li a.icon03::before {
    background-image: url("/images/icon/icon-main03.gif");
}

.main section.sect01 ul.icon-lists li a.icon04::before {
    background-image: url("/images/icon/icon-main04.gif");
}

.main section.sect01 ul.icon-lists li a.icon05::before {
    background-image: url("/images/icon/icon-main05.gif");
}

.main section.sect01 ul.icon-lists li a.icon06::before {
    background-image: url("/images/icon/icon-main06.gif");
}

.main section.sect01 ul.icon-lists li a.icon07::before {
    background-image: url("/images/icon/icon-main07.gif");
}

.main section.sect01 ul.icon-lists li a.icon08::before {
    background-image: url("/images/icon/icon-main08.gif");
}

.main section.sect01 ul.icon-lists li a.icon09::before {
    background-image: url("/images/icon/icon-main09.gif");
}

.main section.sect01 ul.icon-lists li a.icon10::before {
    background-image: url("/images/icon/icon-main10.gif");
}

.main section.sect01 ul.icon-lists li a::after {
    content: ' ';
    display: none;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 2px solid #1965b0;
    border-radius: 8px;
}

.main section.sect01 ul.icon-lists li a:hover::after {
    display: block;
}

.main section.sect02 {
    padding: 80px 0;
    background: url("/images/bg/bg-main01.jpg") center no-repeat;
    background-size: auto 100%;
}

.main section.sect02 .sect-title {
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.main section.sect02 .count-list {
    display: flex;
    align-items: center;
}

.main section.sect02 .count-list li {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.main section.sect02 .count-list li .tit {
    order: 2;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
}

.main section.sect02 .count-list li .num {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 700;
    white-space: nowrap;
}

.main section.sect03 .category-tabs {
    margin-bottom: 45px;
    overflow: hidden;
}

.main section.sect03 .category-tabs ul.tabs {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.main section.sect03 .category-tabs ul.tabs::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.main section.sect03 .category-tabs ul.tabs li {
    position: relative;
}

.main section.sect03 .category-tabs ul.tabs li:first-child {
    margin-left: 0;
}

.main section.sect03 .category-tabs ul.tabs li a {
    display: block;
    padding-bottom: 23px;
    border-bottom: 2px solid transparent;
    color: #999;
    font-size: 20px;
    white-space: nowrap;
}

.main section.sect03 .category-tabs ul.tabs li.active a {
    border-color: #1965b0;
    color: #1965b0;
    font-weight: 500;
}

.main section.sect03 .button-tabs {
    margin-bottom: 0;
}

.main section.sect03 .worklist-wrap {
    margin-top: 35px;
}

.main section.sect03 .worklist-wrap .swiper-slide {
    height: auto;
}

.main section.sect04 {
    padding: 80px 60px;
    background: url("/images/bg/bg-main02.jpg") center no-repeat;
    background-size: cover;
}

.main section.sect04 .cont-area {
    text-align: center;
}

.main section.sect04 .cont-area .sect-title {
    margin-bottom: 40px;
    color: #fff;
}

.main section.sect04 .cont-area .btn {
    width: 210px;
}

.main section.sect05 .sect-title {
    width: 1200px;
    margin: 0 auto 70px;
}

.main section.sect05 .steps-pager-slider {
    position: relative;
}

.main section.sect05 .steps-pager-slider::before {
    content: ' ';
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.main section.sect05 .steps-pager-slider .swiper-container {
    width: 1200px;
    margin: 0 auto;
}

.main section.sect05 .steps-pager-slider .swiper-container .swiper-slide {
    text-align: center;
    cursor: pointer;
}

.main section.sect05 .steps-pager-slider .swiper-container .swiper-slide .num {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    border: 1px solid #999;
    border-radius: 26px;
    background: #fff;
    color: #999;
    font-size: 22px;
    line-height: 50px;
    transition: all 0.2s ease-in-out;
}

.main section.sect05 .steps-pager-slider .swiper-container .swiper-slide p {
    font-size: 18px;
    color: #999;
    transition: all 0.2s ease-in-out;
}

.main section.sect05 .steps-pager-slider .swiper-container .swiper-slide.swiper-slide-thumb-active .num {
    border-color: #1965b0;
    background: #1965b0;
    color: #fff;
}

.main section.sect05 .steps-pager-slider .swiper-container .swiper-slide.swiper-slide-thumb-active p {
    color: #1965b0;
}

.main section.sect05 .steps-conts-slider {
    position: relative;
    width: 1240px;
    margin: 50px auto 0;
}

.main section.sect05 .steps-conts-slider .swiper-container .swiper-slide {
    padding: 20px;
    height: auto;
}

.main section.sect05 .steps-conts-slider .swiper-container .inner {
    height: 100%;
    padding: 40px 90px;
    padding-right: 600px;
    border-radius: 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 90px center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    word-break: keep-all;
}

.main section.sect05 .steps-conts-slider .swiper-container .inner.bg01 {
    background-image: url("/images/bg/bg-main-slide01.jpg");
}
.main section.sect05 .steps-conts-slider .swiper-container .inner.bg02 {
    background-image: url("/images/bg/bg-main-slide02.jpg");
}
.main section.sect05 .steps-conts-slider .swiper-container .inner.bg03 {
    background-image: url("/images/bg/bg-main-slide03.jpg");
}
.main section.sect05 .steps-conts-slider .swiper-container .inner.bg04 {
    background-image: url("/images/bg/bg-main-slide04.jpg");
}
.main section.sect05 .steps-conts-slider .swiper-container .inner.bg05 {
    background-image: url("/images/bg/bg-main-slide05.jpg");
}

.main section.sect05 .steps-conts-slider .swiper-container .inner .eyebrow {
    margin-bottom: 20px;
    color: #1965b0;
    font-size: 20px;
    font-weight: 500;
}

.main section.sect05 .steps-conts-slider .swiper-container .inner .title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
}

.main section.sect05 .steps-conts-slider .swiper-container .inner .desc {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
}

.main section.sect05 .steps-conts-slider .swiper-container .inner .desc-list {
    margin-top: 30px;
}

.main section.sect05 .steps-conts-slider .swiper-container .inner .desc-list li {
    position: relative;
    margin-top: 4px;
    padding-left: 10px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}

.main section.sect05 .steps-conts-slider .swiper-container .inner .desc-list li:first-child {
    margin-top: 0;
}

.main section.sect05 .steps-conts-slider .swiper-container .inner .desc-list li::before {
    content: ' ';
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666;
}

.main section.sect05 .steps-conts-slider .control-btn {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
}

.main section.sect05 .steps-conts-slider .control-btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 2px solid #666;
    border-top: none;
    border-right: none;
}

.main section.sect05 .steps-conts-slider .control-btn.prev {
    left: 20px;
}

.main section.sect05 .steps-conts-slider .control-btn.prev::before {
    margin-left: -3px;
    transform: rotate(45deg);
}

.main section.sect05 .steps-conts-slider .control-btn.next {
    right: 20px;
}

.main section.sect05 .steps-conts-slider .control-btn.next::before {
    margin-left: -17px;
    transform: rotate(-135deg);
}

.main section.sect05 .steps-conts-slider .page-count {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    color: #999;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    z-index: 10;
}

.main section.sect05 .steps-conts-slider .page-count .swiper-pagination-current {
    color: #333;
}

.main section.sect06 {
    padding: 100px 0;
    background: #f6fbff;
}

.main section.sect06 .type-lists {
    display: flex;
}

.main section.sect06 .type-lists li {
    flex: 1;
    margin-left: 30px;
}

.main section.sect06 .type-lists li:first-child {
    margin-left: 0;
}

.main section.sect06 .type-lists .inner .bg {
    height: 300px;
    margin-bottom: 40px;
    padding: 25px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.main section.sect06 .type-lists .inner .bg.bg01 {
    background-image: url("/images/bg/bg-title01.png");
}

.main section.sect06 .type-lists .inner .bg.bg02 {
    background-image: url("/images/bg/bg-title02.png");
}

.main section.sect06 .type-lists .inner .bg.bg03 {
    background-image: url("/images/bg/bg-title03.png");
}

.main section.sect06 .type-lists .inner .tit {
    font-size: 20px;
    font-weight: 500;
}

.main section.sect06 .type-lists .inner .desc {
    margin-top: 15px;
    color: #666;
    font-size: 16px;
    line-height: 22px;
    word-break: keep-all;
}

.main section.sect06 .type-lists .inner .btn-go {
    display: inline-block;
    margin-top: 40px;
    vertical-align: top;
    color: #1965b0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.main section.sect06 .type-lists .inner .btn-go::after {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 9px;
    margin-left: 10px;
    margin-top: 8px;
    border: 2px solid #1965b0;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
}

.main section.sect07 .flex-box {
    display: flex;
    flex-wrap: wrap;
}

.main section.sect07 .flex-box .sect-title {
    width: calc((((100% - 60px) / 4) * 2) + 20px);
    margin: 0;
    padding-top: 50px;
    line-height: 50px;
}

.main section.sect07 .flex-box .box {
    width: calc((100% - 60px) / 4);
    margin-left: 20px;
    padding: 50px 40px;
    background: #f5f5f5;
}

.main section.sect07 .flex-box .box:nth-child(4) {
    margin-left: 0;
}

.main section.sect07 .flex-box .box:nth-child(3) ~ .box {
    margin-top: 20px;
}

.main section.sect07 .flex-box .box::before {
    content: ' ';
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.main section.sect07 .flex-box .box.box01::before {
    background-image: url("/images/icon/icon-main-bt01.png");
}

.main section.sect07 .flex-box .box.box02::before {
    background-image: url("/images/icon/icon-main-bt02.png");
}

.main section.sect07 .flex-box .box.box03::before {
    background-image: url("/images/icon/icon-main-bt03.png");
}

.main section.sect07 .flex-box .box.box04::before {
    background-image: url("/images/icon/icon-main-bt04.png");
}

.main section.sect07 .flex-box .box.box05::before {
    background-image: url("/images/icon/icon-main-bt05.png");
}

.main section.sect07 .flex-box .box.box06::before {
    background-image: url("/images/icon/icon-main-bt06.png");
}

.main section.sect07 .flex-box .box .tit {
    font-size: 18px;
    font-weight: 700;
}

.main section.sect07 .flex-box .box .desc {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
}

.main section.sect08 .ci-slider .ci-lists {
    overflow: hidden;
}

.main section.sect08 .ci-slider .ci-lists ul.lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -20px;
}

.main section.sect08 .ci-slider .ci-lists li {
    width: 20%;
    margin-top: 20px;
    padding-left: 20px;
    text-align: center;
}

.main section.sect08 .ci-slider .ci-lists li > p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 74px;
    border: 1px solid #ddd;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.main section.sect08 .ci-slider .ci-lists li > p img {
    max-width: 100%;
    max-height: 70px;
}

.main section.sect09 {
    padding: 90px 0 60px;
    background: url("/images/bg/bg-main03.jpg") center no-repeat;
    background-size: cover;
}

.main section.sect09 .cont-area {
    text-align: center;
}

.main section.sect09 .cont-area .sect-title {
    margin-bottom: 35px;
}

.main section.sect09 .cont-area .btn {
    width: 310px;
}

/*# sourceMappingURL=maps/main.css.map */
