@charset "utf-8";

/* CSS Document */

body {
    font-family: "苹方", "Microsoft YaHei", STHeiti, Verdana, Arial, Helvetica, sans-serif !important;
    /*background-color: #ffffff;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:visited {
    color: inherit;
    text-decoration: none!important;
}

ul li {
    list-style: none;
}


/*****header*******/

.header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header.on {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.headerCon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerLogo {
    display: block;
    width: 162px;
    height: 57px;
    background: url(../images/logo2.png) center/cover no-repeat;
}

.header.on .headerLogo {
    background: url(../images/logo.png) center/cover no-repeat;
}

.headerNav {
    /*margin-left: 8vw;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerNav>li {
    margin: 0 1.5vw;
    position: relative;
}

.headerNav>li>a {
    font-size: 16px;
    color: #fff;
    line-height: 90px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header.on .headerNav>li>a {
    color: #0f0f0f;
}

.headerNav>li>a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header.on .headerNav>li>a::after {
    background-color: #037fef;
}

.headerNav>li.on>a,
.headerNav>li:hover>a {
    color: #fff;
    font-weight: bold;
}

.header.on .headerNav>li.on>a,
.header.on .headerNav>li:hover>a {
    color: #037fef;
    font-weight: bold;
}

.headerNav>li.on>a::after,
.headerNav>li:hover>a::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.headerDown {
    width: 210px;
    padding: 30px 25px;
    background-color: #fff;
    position: absolute;
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.headerDown a {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: center;
    border-left: 6px solid #037fef;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.headerDown a:hover {
    color: #037fef;
    font-weight: bold;
    background-color: #f5f5f5;
}


/*****header*******/


/***footer***/

.footer {
    width: 100%;
    height: 479px;
    padding-top: 90px;
    background-color: #323232;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.footerNav {
    /* padding: 40px 0; */
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footerNav::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 115px;
    left: 0;
}

.footerNav h6 {
    font-size: 18px;
    color: #fff;
    line-height: 2;
}

.footerNav a {
    font-size: 14px;
    color: #808080;
    line-height: 2.4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footerNav a:hover {
    color: #037fef;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.footerEwm {
    margin: 10px 0 30px;
    position: relative;
    z-index: 0;
}

.footerEwm i {
    font-size: 24px;
    color: #999;
    cursor: pointer;
}

.footerEwm img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-110%, -50%);
    -ms-transform: translate(-110%, -50%);
    -o-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.footerEwm:hover img {
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.footerTop_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy {
    padding: 15px 0;
    border-top: 1px solid #474747;
    font-size: 14px;
    color: #808080;
}


/***footer***/


/*****banner*******/

.banner {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.indSwiper_box {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.indSwiper_bg {
    width: 110vw;
    height: 110vh;
    position: absolute;
    top: -5vh;
    left: -5vw;
}

.indSwiper_txt {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.indSwiper_txt h5 {
    font-size: 16px;
    color: #037fef;
}

.indSwiper_txt h6 {
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
    margin-top: 4%;
}

.indSwiper_txt .line {
    width: 80px;
    height: 1px;
    background-color: #000;
    margin-top: 2%;
}

.indSwiper_txt p {
    margin-top: 3%;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}

.indSwiper_txt a {
    display: inline-block;
    margin-top: 4%;
}

.indSwiper_txt a span {
    display: block;
    width: 92px;
    height: 46px;
    background-color: #037fef;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.indSwiper_txt a:hover span {
    background-color: #037fef;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.indSwiper_txt>* {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.indSwiper .swiper-slide-active .indSwiper_txt>* {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.indSwiper_pag {
    display: none;
}

.indSwiper_pages {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.indSwiper_pages span {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.indSwiper_pages span::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    margin: 0 10px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.indSwiper_pages span.on::after {
    width: 100px;
}

@keyframes downMove {
    0% {
        bottom: 40px;
    }
    25% {
        bottom: 50px;
    }
    50% {
        bottom: 40px;
    }
    75% {
        bottom: 30px;
    }
    100% {
        bottom: 40px;
    }
}

.bannerDown {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform-origin: center center;
    transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 2;
    animation: downMove 5s infinite linear;
}

.bannerDown::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin-left: 20px;
}

.detailBanner_txt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.detailBanner_txt>* {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.banner.on .detailBanner_txt>* {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.detailBanner_txt h6 {
    font-size: 48px;
    color: #fff;
}

.detailBanner_txt .line {
    width: 80px;
    height: 2px;
    margin: 30px auto 20px;
    background-color: #fff;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.detailBanner_txt p {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/*****banner*******/

.publicPag {
    bottom: 5%!important;
}

.publicPag.white .swiper-pagination-bullet {
    background-color: #fff;
}

.publicPag .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 0 12px!important;
    position: relative;
    z-index: 0;
}

.publicPag .swiper-pagination-bullet::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #037fef;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.publicPag .swiper-pagination-bullet-active,
.publicPag.white .swiper-pagination-bullet-active {
    background-color: #037fef;
    opacity: 1;
    filter: alpha(opacity=100);
}

.publicPag .swiper-pagination-bullet-active::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.comment_title {
    text-align: center;
}

.comment_title h6 {
    font-size: 36px;
    color: #037fef;
}

.comment_title .line {
    width: 70px;
    height: 2px;
    margin: 15px auto 20px;
    background-color: #037fef;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.comment_title p {
    font-size: 16px;
    color: #808080;
    line-height: 2;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.comment_title.white .line {
    background-color: #fff;
}

.comment_title.white h6,
.comment_title.white p {
    color: #fff;
}

.comment_title.left {
    width: 100%;
    text-align: left;
}

.comment_title.left .line {
    margin: 15px 0 20px;
}

.comment_title>* {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.warpper div.on .comment_title>* {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.padding80 {
    padding: 80px 0;
}

.padding100 {
    padding: 100px 0;
}

.marginTop60 {
    margin-top: 60px;
}

.warpper {
    margin-bottom: 479px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.publicNav {
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.publicNav.fixed {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 9;
}

.publicNav_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.publicNav_list li {
    margin: 0 4%;
}

.publicNav_list li a {
    font-size: 20px;
    color: #4c4c4c;
    line-height: 70px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.publicNav_list li a::after {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    border-radius: 2px;
    background-color: #037fef;
    position: absolute;
    left: 10%;
    bottom: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.publicNav_list li.on a,
.publicNav_list li:hover a {
    color: #037fef;
}

.publicNav_list li.on a::after,
.publicNav_list li:hover a::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* index.html */

@keyframes bgLine {
    0% {
        background-position: -20vw 0;
    }
    100% {
        background-position: 0 0;
    }
}

.indSec1 {
    background: url(../images/indSec1_line.jpg) right center/150% auto no-repeat;
    animation: bgLine 4s linear infinite;
}

.indSec1_top {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.indSec1_topTitle {
    width: 40%;
    padding-top: 20px;
    position: relative;
    z-index: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.indSec1_topTitle::before,
.indSec1_topTitle::after {
    content: '';
    display: block;
    width: 82px;
    height: 71px;
    position: absolute;
    z-index: -1;
}

.indSec1_topTitle::before {
    background: url(../images/quotes01.png) center/cover no-repeat;
    top: 0;
    left: 0;
}

.indSec1_topTitle::after {
    background: url(../images/quotes02.png) center/cover no-repeat;
    right: 0;
    bottom: 0;
}

.indSec1_topTitle h6 {
    font-size: 28px;
    color: #037fef;
    line-height: 1.8;
}

.indSec1_topTxt {
    width: 50%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

.indSec1_topTxt p {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 2;
}

.indSec1.on .indSec1_topTitle,
.indSec1.on .indSec1_topTxt {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.indSec1_center {
    position: relative;
}

.indSec1_float {
    height: 120%;
    font-size: 14px;
    color: #808080;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20%;
    right: 30px;
}

.indSec1_float:after {
    margin-top: 20px;
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 170px);
    background-color: #808080;
}

.indSec1_centerList {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.indSec1_centerList li {
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.indSec1_centerList h6 {
    font-size: 24px;
    color: #0f0f0f;
}

@keyframes txtColor {
    0% {
        background-position: -150px 0;
    }
    80% {
        background-position: 100px 0;
    }
    100% {
        background-position: 150px 0;
    }
}

.indSec1_centerList li:hover h6 {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #a9ee02), color-stop(0.5, #0681eb), color-stop(1, #a9ee02));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-animation: txtColor 4s linear infinite;
    animation: txtColor 4s linear infinite;
}

.indSec1_centerList h6 span {
    font-size: 84px;
    color: #0f0f0f;
}

.indSec1_centerList p {
    margin-top: 10px;
    font-size: 18px;
    color: #4c4c4c;
}

.indSec1_centerList_boxes {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.indSec1_centerList li:hover .indSec1_centerList_boxes {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.indSec1_centerList_boxes div {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #037fef;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center center;
}

@keyframes boxesRotat {
    0% {
        transform: scale(1) rotate(30deg);
        -ms-transform: scale(1) rotate(30deg);
        -moz-transform: scale(1) rotate(30deg);
        -webkit-transform: scale(1) rotate(30deg);
        -o-transform: scale(1) rotate(30deg);
    }
    50% {
        transform: scale(0.8) rotate(180deg);
        -ms-transform: scale(0.8) rotate(180deg);
        -moz-transform: scale(0.8) rotate(180deg);
        -webkit-transform: scale(0.8) rotate(180deg);
        -o-transform: scale(0.8) rotate(180deg);
    }
    100% {
        transform: scale(1) rotate(390deg);
        -ms-transform: scale(1) rotate(390deg);
        -moz-transform: scale(1) rotate(390deg);
        -webkit-transform: scale(1) rotate(390deg);
        -o-transform: scale(1) rotate(390deg);
    }
}

.indSec1_centerList_boxes div:nth-child(1) {
    -webkit-animation: boxesRotat 6s linear infinite;
    animation: boxesRotat 6s linear infinite;
}

@keyframes boxesRotat2 {
    0% {
        transform: scale(1) rotate(45deg);
        -ms-transform: scale(1) rotate(45deg);
        -moz-transform: scale(1) rotate(45deg);
        -webkit-transform: scale(1) rotate(45deg);
        -o-transform: scale(1) rotate(45deg);
    }
    50% {
        transform: scale(0.8) rotate(202deg);
        -ms-transform: scale(0.8) rotate(202deg);
        -moz-transform: scale(0.8) rotate(202deg);
        -webkit-transform: scale(0.8) rotate(202deg);
        -o-transform: scale(0.8) rotate(202deg);
    }
    100% {
        transform: scale(1) rotate(405deg);
        -ms-transform: scale(1) rotate(405deg);
        -moz-transform: scale(1) rotate(405deg);
        -webkit-transform: scale(1) rotate(405deg);
        -o-transform: scale(1) rotate(405deg);
    }
}

.indSec1_centerList_boxes div:nth-child(2) {
    -webkit-animation: boxesRotat2 4s linear infinite;
    animation: boxesRotat2 4s linear infinite;
}

@keyframes boxesRotat3 {
    0% {
        transform: scale(1) rotate(70deg);
        -ms-transform: scale(1) rotate(70deg);
        -moz-transform: scale(1) rotate(70deg);
        -webkit-transform: scale(1) rotate(70deg);
        -o-transform: scale(1) rotate(70deg);
    }
    50% {
        transform: scale(0.8) rotate(215deg);
        -ms-transform: scale(0.8) rotate(215deg);
        -moz-transform: scale(0.8) rotate(215deg);
        -webkit-transform: scale(0.8) rotate(215deg);
        -o-transform: scale(0.8) rotate(215deg);
    }
    100% {
        transform: scale(1) rotate(430deg);
        -ms-transform: scale(1) rotate(430deg);
        -moz-transform: scale(1) rotate(430deg);
        -webkit-transform: scale(1) rotate(430deg);
        -o-transform: scale(1) rotate(430deg);
    }
}

.indSec1_centerList_boxes div:nth-child(3) {
    -webkit-animation: boxesRotat3 5s linear infinite;
    animation: boxesRotat3 5s linear infinite;
}

.indSec1_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.indSec1.on .indSec1_bottom {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.5s ease-in-out 0.6s;
    -moz-transition: all 1.5s ease-in-out 0.6s;
    -ms-transition: all 1.5s ease-in-out 0.6s;
    -o-transition: all 1.5s ease-in-out 0.6s;
    transition: all 1.5s ease-in-out 0.6s;
}

.indSec1_bottomCon {
    width: 22%;
    height: 70vh;
    position: relative;
}

.indSec1_bottomBox {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.indSec1_bottomBox.on {
    z-index: 2;
}

.indSec1_bottomBox>* {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.indSec1_bottomBox.on>* {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.indSec1_bottomBox h5 {
    font-size: 28px;
    color: #0f0f0f;
    margin-top: 8%;
}

.indSec1_bottomBox h6 {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-top: 6%;
}

.indSec1_bottomBox .line {
    width: 40px;
    height: 1px;
    background-color: #037fef;
    margin-top: 6%;
}

.indSec1_bottomBox p {
    font-size: 14px;
    color: #808080;
    line-height: 2;
    margin-top: 4%;
}

.indSec1_bottomBox .indSec1_bottomBtn {
    margin-top: 12%;
}

.indSec1_bottomBox .indSec1_bottomBtn a {
    font-size: 14px;
    color: #037fef;
    padding-bottom: 4px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.indSec1_bottomBox .indSec1_bottomBtn a::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: #037fef;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.indSec1_bottomBox .indSec1_bottomBtn:hover a::after {
    width: 100%;
}

.indSec1_bottomBox .indSec1_bottomBtn img {
    margin-left: 10px;
}

.indSec1_bottomImg {
    width: 100%;
    height: 45%;
    overflow: hidden;
}

.indSec1_bottomImgBox {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.indSec1_bottomImg:hover .indSec1_bottomImgBox {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}

.indSec1Swiper {
    width: 60%;
    margin: 0;
}

.indSec1Swiper .swiper-slide {
    overflow: hidden;
}

.indSec1Swiper_img {
    height: 60vh;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.indSec1Swiper .swiper-slide:hover .indSec1Swiper_img {
    -webkit-transform: rotate(-5deg) scale(1.2);
    -moz-transform: rotate(-5deg) scale(1.2);
    -ms-transform: rotate(-5deg) scale(1.2);
    -o-transform: rotate(-5deg) scale(1.2);
    transform: rotate(-5deg) scale(1.2);
}

.indSec1_bottomRight {
    width: 10%;
    height: 60vh;
    position: relative;
}

.indSec1Swiper_pag {
    display: none;
}

.indSec1Swiper_pages {
    font-size: 72px;
    color: #037fef;
}

.indSec1Swiper_pages .total {
    font-size: 28px;
    color: #808080;
}

.indSec1Swiper_btn {
    width: 66px;
    height: 100px;
    padding: 0 10px;
    background-color: #037fef;
    position: absolute;
    left: -40%;
    bottom: 0;
}

.indSec1Swiper_btn>div {
    cursor: pointer;
    width: 46px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indSec1Swiper_next {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.indSec2 {
    width: 100%;
    height: 85vh;
    position: relative;
    background-color: #fff;
}

.indSec2_imgBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.indSec2_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.indSec2_img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.indSec2_img:nth-child(n+2) {
    display: none;
}

.indSec2_con {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.indSec2_txt {
    visibility: hidden;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.indSec2_txt.on {
    visibility: visible;
}

.indSec2_txt>* {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.indSec2_txt.on>* {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.indSec2_txt h6 {
    font-size: 34px;
    color: #fff;
}

.indSec2_txt .line {
    margin: 3% auto 2%;
    width: 80px;
    height: 1px;
    background-color: #fff;
}

.indSec2_txt p {
    font-size: 18px;
    color: #fff;
    line-height: 2;
}

.indSec2_list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 10%;
}

.indSec2_list li {
    cursor: pointer;
    margin: 0 2%;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.indSec2_list li.on {
    background-color: #037fef;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.indSec3 {
    background-color: #f5f5f5;
}

.indSec3_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indSec3_top::before,
.indSec3_top::after {
    display: none;
}

.indSec3_title {
    position: relative;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.indSec3_title::before {
    content: '';
    display: block;
    width: 13px;
    height: 21px;
    background: url(../images/dist.jpg) center/cover no-repeat;
    position: absolute;
    top: 10px;
    left: -30px;
}

.indSec3_title h6 {
    font-family: Arial;
    font-size: 40px;
    color: #0f0f0f;
    font-weight: bold;
}

.indSec3_title p {
    margin-top: 10px;
    font-size: 18px;
    color: #808080;
}

.indSec3_more {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

.indSec3_more a {
    display: block;
    width: 92px;
    height: 47px;
    border: 1px solid #037fef;
    font-size: 14px;
    color: #037fef;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.indSec3_more a:hover {
    color: #fff;
    background-color: #037fef;
}

.indSec3.on .indSec3_title,
.indSec3.on .indSec3_more {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.indSec3Swiper {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(102%);
    -ms-transform: translateX(102%);
    -o-transform: translateX(102%);
    transform: translateX(102%);
}

.indSec3.on .indSec3Swiper {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.indSec3Swiper .swiper-slide {
    width: 340px;
}

.indSec3_box {}

.indSec3_txt {}

.indSec3_txt h6 {
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
}

.indSec3_txt p {
    margin-top: 10px;
    font-size: 18px;
    color: #0f0f0f;
    line-height: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
}

.indSec3_box:hover .indSec3_txt p {
    color: #037fef;
}

.indSec3_more {
    margin-top: 10px;
    padding-bottom: 4px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.indSec3_more::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: #037fef;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.indSec3_box:hover .indSec3_more::after {
    width: 100%;
}

.indSec3_more span {
    font-size: 14px;
    color: #037fef;
    margin-right: 10px;
}

.indSec3_img {
    margin-top: 30px;
    overflow: hidden;
}

.indSec3_imgBox {
    width: 100%;
    height: 240px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.indSec3_box:hover .indSec3_imgBox {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}

.indSec3_bottom {
    margin-top: 60px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indSec3_bottom::before,
.indSec3_bottom::after {
    display: none;
}

.indSec3_bottomTxt {
    font-size: 16px;
    color: #037fef;
    text-transform: uppercase;
}

.indSec3_btn {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indSec3_btn img {
    cursor: pointer;
}

.indSec4 {
    padding-top: 100px;
    background: -webkit-linear-gradient(left, #003350, #006288);
    background: -moz-linear-gradient(left, #003350, #006288);
    background: -webkit-gradient(linear, left top, from(#003350), to(#006288));
    background: linear-gradient(left, #003350, #006288);
    background: -ms-linear-gradient(left, #003350, #006288);
}

.indSec4_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.indSec4.on .indSec4_con {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.indSec4_txt {
    width: 60%;
}

.indSec4_txt h6 {
    font-size: 14px;
    color: #028acc;
    margin-bottom: 6%;
}

.indSec4_txt p {
    font-size: 48px;
    color: #fff;
    line-height: 1.4;
}

.indSec4_con img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.indSec4_con:hover img {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
}

.indSec4_box {
    font-size: 230px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}


/* index.html */


/* about.html */

.aboutSec1_con {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.aboutSec1_txt {
    width: 70%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

.aboutSec1.on .aboutSec1_txt {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.aboutSec1_txt p {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.aboutSec1_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.aboutSec1.on .aboutSec1_list {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.aboutSec1_list li {
    width: 30%;
    padding: 40px 0;
    position: relative;
}

.aboutSec1_list li:nth-child(n+2)::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    left: -8%;
}

.aboutSec1_img {
    overflow: hidden;
}

.aboutSec1_imgBox {
    width: 100%;
    height: 260px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aboutSec1_list li:hover .aboutSec1_imgBox {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}

.aboutSec1_label {
    width: 90px;
    height: 30px;
    background-color: #037fef;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 20px;
}

.aboutSec1_brief {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.aboutSec2_con {
    height: 80vh;
    position: relative;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.aboutSec2.on .aboutSec2_con {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.aboutSec2_imgBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.aboutSec2_imgBox::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.aboutSec2_img {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.aboutSec2_list {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aboutSec2_list::before,
.aboutSec2_list::after {
    display: none;
}

.aboutSec2_list li {
    cursor: pointer;
    width: 25%;
    height: 100%;
    padding: 0 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.aboutSec2_list li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.aboutSec2_list h6,
.aboutSec2_list p {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.aboutSec2_list h6 {
    font-size: 24px;
    color: #fff;
}

.aboutSec2_list p {
    margin-top: 10%;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

.aboutSec2_list li:hover h6,
.aboutSec2_list li:hover p {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.aboutSec3 {
    background-color: #f5f5f5;
}

.aboutSec3Swiper {
    padding: 10px 10px 80px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.aboutSec3.on .aboutSec3Swiper {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.aboutSec3Swiper_pag {
    bottom: 10px!important;
}

.aboutSec3_box {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.aboutSec3_img {
    padding: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutSec3_img img {
    max-width: 100%;
    max-height: 160px;
}

.aboutSec3_txt {
    padding: 15px;
    border-top: 1px solid #e6e6e6;
}

.aboutSec3_txt p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: center;
}

.aboutSec4Swiper {
    padding-bottom: 80px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.aboutSec4.on .aboutSec4Swiper {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.aboutSec4Swiper_pag {
    bottom: 10px!important;
}

.aboutSec4_box {}

.aboutSec4_img {
    overflow: hidden;
}

.aboutSec4_imgBox {
    width: 100%;
    height: 35vh;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aboutSec4_box:hover .aboutSec4_imgBox {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}

.aboutSec4_txt {
    margin-top: 30px;
}

.aboutSec4_txt p {
    font-size: 24px;
    color: #fff;
    text-align: center;
}


/* about.html */


/* product.html */

.productWarpper {
    background-color: #f5f5f5;
}

.productSec {
    background-color: #f5f5f5;
}

.productSec:nth-child(n+3) {
    padding-top: 0;
}

.productSec_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.productSec_list li {
    margin-right: 45px;
    width: calc(33.33% - 30px);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.productSec_list li:nth-child(3n) {
    margin-right: 0;
}

.productSec_list li:nth-child(n+4) {
    margin-top: 45px;
}

.productSec_list li a {
    padding: 0 15%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.productSec_list li:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.productSec_img {
    padding: 10% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productSec_img img {
    max-width: 100%;
    max-height: 280px;
}

.productSec_txt {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #e6e6e6;
}

.productSec_txt h6 {
    font-size: 28px;
    color: #0f0f0f;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.productSec_list li:hover h6 {
    color: #037fef;
}

.productSec_txt .line {
    width: 50px;
    height: 2px;
    background-color: #037fef;
    margin: 15px 0 20px;
}

.productSec_txt p {
    font-size: 16px;
    color: #808080;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productSec_txt p:nth-child(n+9) {
    display: none;
}

.productSec_list2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.productSec_list2 li {
    width: calc(50% - 30px);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.productSec_list2 li:nth-child(n+3) {
    margin-top: 60px;
}

.productSec_list2 li a {
    padding: 0 8%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.productSec_list2 li:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.productSec_list2 li .productSec_img {
    width: 40%;
}

.productSec_list2 li .productSec_txt {
    width: 55%;
    border: none;
    text-align: left;
}

.productSec ul.on li {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.productSec1_con {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productSec1_left {
    width: 53%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.productSec1_swiper {
    margin: 0;
    border: 1px solid #e6e6e6;
}

.productSec1_img {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productSec1_img img {
    max-width: 100%;
    max-height: 100%;
}

.productSec1_pag {
    display: none;
}

.productSec1_list {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.productSec1_list li {
    cursor: pointer;
    width: 100px;
    height: 100px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productSec1_list li img {
    max-width: 100%;
    max-height: 100%;
}

.productSec1_list li.on::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #037fef;
    position: absolute;
    left: 0;
    bottom: 0;
}

.productSec1_right {
    width: 40%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

.productSec1.on .productSec1_left,
.productSec1.on .productSec1_right {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.productSec1_title {}

.productSec1_title h6 {
    font-size: 36px;
    color: #0f0f0f;
}

.productSec1_title p {
    margin-top: 20px;
    font-size: 18px;
    color: #4c4c4c;
}

.productSec1_txt {
    margin-top: 30px;
    padding: 30px 40px;
    background-color: #f9f9f9;
}

.productSec1_txt h6 {
    font-size: 24px;
    color: #666;
}

.productSec1_txt .line {
    width: 30px;
    height: 2px;
    background-color: #666;
    margin: 20px 0;
}

.productSec1_txt p {
    font-size: 16px;
    color: #808080;
    line-height: 2;
}

.productSec1_btn {
    margin-top: 5%;
    display: block;
    width: 200px;
    height: 50px;
    background-color: #037fef;
    font-size: 16px;
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.productSec1_btn i {
    margin-left: 10px;
}

.productSec1_btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.productSec2 {
    position: relative;
    z-index: 0;
}

.productSec2::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
    background: -webkit-linear-gradient(to right, #0b2a4a, #3f7bab);
    background: -o-linear-gradient(to right, #0b2a4a, #3f7bab);
    background: -moz-linear-gradient(to right, #0b2a4a, #3f7bab);
    background: linear-gradient(to right, #0b2a4a, #3f7bab);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.productSec2Swiper {
    padding-bottom: 80px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.productSec2.on .productSec2Swiper {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.productSec2Swiper_pag {
    bottom: 10px!important;
}

.productSec2_box {}

.productSec2_img {
    overflow: hidden;
}

.productSec2_imgBox {
    width: 100%;
    height: 35vh;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.productSec2_box:hover .productSec2_imgBox {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}

.productSec3 {
    background-color: #f5f5f5;
}

.productSec3_con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.productSec3.on .productSec3_con {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.productSec3_con p {
    width: 25%;
    padding-right: 40px;
    font-size: 16px;
    color: #808080;
    line-height: 2;
}

.productSec3_con p:nth-child(n+5) {
    margin-top: 20px;
}

.productSec4_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.productSec2.on .productSec4_list {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.productSec4_list li {
    width: 25%;
    padding: 0 4%;
}

.productSec4_list li:nth-child(n+2) {
    border-left: 1px solid rgba(255, 255, 255, 0.5)
}

.productSec2_icon {
    margin: 0 auto;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.productSec2_icon::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: -1;
}

.productSec2_icon img {
    max-width: 80%;
    max-height: 80%;
}

.productSec2_txt {
    margin-top: 30px;
    text-align: center;
}

.productSec2_txt p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.productSec_return a {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 72px;
    background-color: #037fef;
    font-size: 24px;
    color: #fff;
    line-height: 72px;
    text-align: center;
}


/* product.html */


/* system.html */

.systemSec {
    height: calc(100vh - 90px);
    text-align: center;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.systemSec::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.systemSec .comment_title .line {
    margin: 6% auto 10%;
}

.systemSec_more {
    margin-top: 10%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 1s ease-in-out 0.3s;
    -moz-transition: all 1s ease-in-out 0.3s;
    -ms-transition: all 1s ease-in-out 0.3s;
    -o-transition: all 1s ease-in-out 0.3s;
    transition: all 1s ease-in-out 0.3s;
}

.systemSec.on .systemSec_more {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.systemSec_more a {
    font-size: 14px;
    color: #fff;
    padding-bottom: 4px;
    position: relative;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.systemSec_more a::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.systemSec_more:hover a::after {
    width: 100%;
}

.systemSec_more img {
    width: 24px;
    margin-left: 10px;
}

.systemSec2 {
    background-color: #f5f5f5;
}

.systemSec1_con {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.systemSec1.on .systemSec1_con,
.systemSec2.on .systemSec1_con {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.systemSec1_con p {
    margin: 10px 0;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 2;
}

.systemSec1_con p img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


/* system.html */


/* service.html */

.serviceSec1 {
    background-color: #f5f5f5;
}

.serviceSec1_con {
    position: relative;
}

.serviceSec1_box {
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.serviceSec1_box img {
    width: 100%;
}

@keyframes rotateMove {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.serviceSec1_circle {
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    border-radius: 50%;
    border: 1px solid #037fef;
    position: absolute;
    top: -50px;
    left: -50px;
    transform-origin: center center;
    animation: rotateMove 3s infinite ease-in-out;
}

.serviceSec1_circle::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #037fef;
    position: absolute;
    bottom: 20%;
    right: 7%;
}

.serviceSec1_circle2 {
    width: calc(100% + 300px);
    height: calc(100% + 300px);
    border-radius: 50%;
    border: 1px solid #7dbcf5;
    position: absolute;
    top: -150px;
    left: -150px;
    transform-origin: center center;
    animation: rotateMove 6s infinite ease-in-out;
}

.serviceSec1_circle2::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #7dbcf5;
    position: absolute;
    top: 2%;
    left: 30%;
}

.serviceSec1_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

@keyframes lineMove {
    0% {
        background-position: right 0 bottom;
    }
    100% {
        background-position: left 0 bottom;
    }
}

.serviceSec1_list li {
    width: 33%;
    padding: 3% 4% 4%;
    background: #037fef url(../images/line.png) right bottom no-repeat;
    position: relative;
    animation: lineMove 10s infinite ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.serviceSec1.on .serviceSec1_list li {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.serviceSec1_list li::after {
    content: '';
    display: block;
    width: 22px;
    height: 50px;
    position: absolute;
}

.serviceSec1_list li:nth-child(4n-3)::after {
    right: -22px;
    bottom: 20px;
    background: url(../images/angle.png) center/cover no-repeat;
}

.serviceSec1_list li:nth-child(4n-2)::after {
    left: -22px;
    bottom: 20px;
    background: url(../images/angle2.png) center/cover no-repeat;
}

.serviceSec1_list li:nth-child(4n-1)::after {
    right: -22px;
    top: 20px;
    background: url(../images/angle.png) center/cover no-repeat;
}

.serviceSec1_list li:nth-child(4n)::after {
    left: -22px;
    top: 20px;
    background: url(../images/angle2.png) center/cover no-repeat;
}

.serviceSec1_list li:nth-child(n+3) {
    margin-top: 4%;
}

.serviceSec1_list li:nth-child(2n) {
    margin-left: 30%;
}

.serviceSec1_list h5 {
    font-size: 48px;
    color: #85c2f9;
    height: 32px;
    overflow: hidden;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.serviceSec1_list h6 {
    margin-top: 20px;
    font-size: 26px;
    color: #fff;
}

.serviceSec1_list .line {
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin: 20px 0 15px;
}

.serviceSec1_list p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.serviceSec2 {}

.serviceSec2Swiper {
    padding-bottom: 80px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.serviceSec2.on .serviceSec2Swiper {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.serviceSec2Swiper_pag {
    bottom: 10px!important;
}

.serviceSec2_img {
    overflow: hidden;
}

.serviceSec2_imgBox {
    width: 100%;
    height: 30vh;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.serviceSec2Swiper .swiper-slide:hover .serviceSec2_imgBox {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}

.serviceSec2_txt {
    padding: 30px;
    text-align: center;
    background: url(../images/line2.jpg) top left;
}

.serviceSec2_txt h6 {
    font-size: 20px;
    color: #808080;
}

.serviceSec2_txt p {
    margin-top: 20px;
    font-size: 22px;
    color: #0f0f0f;
}

.serviceSec2_txt a {
    margin-top: 30px;
    padding-bottom: 4px;
    display: inline-block;
    border-bottom: 1px solid #037fef;
    font-size: 20px;
    color: #037fef;
}

.serviceSec3 {
    background: #f8f9fb url(../images/line3.jpg) right bottom -40px / 100% auto no-repeat;
}

.serviceSec3_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.serviceSec3.on .serviceSec3_form {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.serviceSec3_input {
    width: calc(50% - 20px);
    position: relative;
    margin-bottom: 30px;
}

.serviceSec3_input input {
    width: 100%;
    height: 70px;
    padding: 0 40px 0 80px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    font-size: 16px;
    color: #0f0f0f;
}

.serviceSec3_input textarea {
    width: 100%;
    height: 160px;
    padding: 20px 40px 20px 80px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    font-size: 16px;
    color: #0f0f0f;
    line-height: 2;
}

.serviceSec3_input img {
    position: absolute;
    top: calc(50% - 13px);
    left: 40px;
}

.serviceSec3_input:nth-child(n+5) img {
    position: absolute;
    top: 24px;
    left: 40px;
}

.serviceSec3_btn {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.serviceSec3_btn input {
    width: 240px;
    height: 72px;
    background-color: #037fef;
    font-size: 24px;
    color: #fff;
}

.serviceSec4 {
    background: -webkit-linear-gradient(to right, #0b2a4a, #3f7bab);
    background: -o-linear-gradient(to right, #0b2a4a, #3f7bab);
    background: -moz-linear-gradient(to right, #0b2a4a, #3f7bab);
    background: linear-gradient(to right, #0b2a4a, #3f7bab);
}

.serviceSec4_con {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serviceSec4_img {
    width: 58%;
    margin: 0 6%;
    position: relative;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.serviceSec4_point {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.serviceSec4_point>div {
    cursor: pointer;
}

.serviceSec4_point>div:first-child {
    z-index: 0;
    position: absolute;
    top: 50%;
    right: 20%;
}

.serviceSec4_point>div:nth-child(n+2) {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(3, 127, 239, 0.8);
    position: absolute;
    z-index: 0;
}

.serviceSec4_point>div:nth-child(n+2)::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(3, 127, 239, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes pointAniman {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.serviceSec4_point>div::before {
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    animation: pointAniman 3s infinite ease-in-out;
}

.serviceSec4_point>div:nth-child(3n)::before {
    animation: pointAniman 2.5s infinite ease-in-out;
}

.serviceSec4_point>div:nth-child(3n - 1)::before {
    animation: pointAniman 3.2s infinite ease-in-out;
}

.serviceSec4_point>div:nth-child(3n - 2)::before {
    animation: pointAniman 2.8s infinite ease-in-out;
}

.serviceSec4_box {
    width: 30%;
    padding: 40px;
    background-color: #fff;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

.serviceSec4.on .serviceSec4_img,
.serviceSec4.on .serviceSec4_box {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out 0.3s;
    -moz-transition: all 1.2s ease-in-out 0.3s;
    -ms-transition: all 1.2s ease-in-out 0.3s;
    -o-transition: all 1.2s ease-in-out 0.3s;
    transition: all 1.2s ease-in-out 0.3s;
}

.serviceSec4_txt:nth-child(n+2) {
    display: none;
}

.serviceSec4_txt h6 {
    font-size: 24px;
    color: #037fef;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.serviceSec4_list {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.serviceSec4_list p {
    position: relative;
    padding-left: 30px;
}

.serviceSec4_list p img {
    position: absolute;
    top: 6px;
    left: 0;
}

.serviceSec4_list p span {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 2;
}


/* service.html */


/* recruit.html */

.recruitSec1 {
    position: relative;
    z-index: 0;
}

.recruitSec1_con {}

.recruitSec1_con::after {
    content: '';
    display: block;
    width: 100%;
    height: 40%;
    background-color: #fafafa;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: -1;
}

.recruitSec1_box {
    position: relative;
}

.recruitSec1_txt {
    width: 40%;
}

.recruitSec1_txt>* {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}

.recruitSec1_box.on .recruitSec1_txt>* {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.recruitSec1_txt h5 {
    font-size: 36px;
    color: #0f0f0f;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.recruitSec1_txt h5::before {
    content: '';
    display: block;
    width: 6px;
    height: 36px;
    background-color: #037fef;
    margin-right: 10px;
}

.recruitSec1_txtBox {
    margin-top: 8%;
}

.recruitSec1_txtBox h6 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

.recruitSec1_txtBox p {
    font-size: 16px;
    color: #808080;
    line-height: 2;
}

.recruitSec1_img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

.recruitSec1_box:nth-child(2n) .recruitSec1_txt {
    margin: 0 0 0 auto;
}

.recruitSec1_box:nth-child(2n) .recruitSec1_img {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.recruitSec1_box.on .recruitSec1_img {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.recruitSec2 {
    padding: 20vh 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.recruitSec2::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
    background: -webkit-linear-gradient(to right, #0b2a4a, #3f7bab);
    background: -o-linear-gradient(to right, #0b2a4a, #3f7bab);
    background: -moz-linear-gradient(to right, #0b2a4a, #3f7bab);
    background: linear-gradient(to right, #0b2a4a, #3f7bab);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.recruitSec2_txt {
    text-align: center;
}

.recruitSec2_txt>* {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}

.recruitSec2.on .recruitSec2_txt>* {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.recruitSec2_txt h6 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 4%;
}

.recruitSec2_txt p {
    font-size: 18px;
    color: #fff;
}

.recruitSec3 {
    background-color: #fafafa;
}

.recruitSec3_con h5 {
    font-size: 28px;
    color: #037fef;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}

.recruitSec3.on .recruitSec3_con h5 {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1s ease-in-out 0.3s;
    -moz-transition: all 1s ease-in-out 0.3s;
    -ms-transition: all 1s ease-in-out 0.3s;
    -o-transition: all 1s ease-in-out 0.3s;
    transition: all 1s ease-in-out 0.3s;
}

.recruitSec3_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.recruitSec3_list li {
    width: calc(25% - 22.5px);
    margin-top: 40px;
    margin-right: 30px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}

.recruitSec3.on .recruitSec3_list li {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.recruitSec3_list li a {
    padding: 40px 40px 60px;
    background-color: #fff;
    border-top: 4px solid #037fef;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.recruitSec3_list li:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.recruitSec3_list li:nth-child(4n) {
    margin-right: 0;
}

.recruitSec3_list h6 {
    font-size: 20px;
    color: #037fef;
}

.recruitSec3_list p {
    margin-top: 25%;
    font-size: 16px;
    color: #0f0f0f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.recruitSec3_list li:hover p {
    color: #037fef
}

.recruitSec3_list p i {
    color: #037fef;
    margin-right: 15px;
}

.recruitSec4 {
    background-color: #fafafa;
}

.recruitSec4_con {}

.recruitSec4_con h5 {
    font-size: 24px;
    color: #333;
}

.recruitSec4_con h6 {
    font-size: 18px;
    color: #333;
    margin: 40px 0 20px;
}

.recruitSec4_con p {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 2;
}


/* recruit.html */


/* news.html */

.newsSec {
    background-color: #f5f5f5;
}

.newsSec_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.newsSec_list li {
    width: calc(33.33% - 30px);
    margin-right: 45px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}

.newsSec .newsSec_list li.on {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.newsSec_list li:nth-child(3n) {
    margin-right: 0;
}

.newsSec_list li:nth-child(n+4) {
    margin-top: 45px;
}

.newsSec_list li a {
    padding: 25px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.newsSec_list li:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.newsSec_img {
    overflow: hidden;
}

.newsSec_imgBox {
    width: 100%;
    height: 220px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.newsSec_list li:hover .newsSec_imgBox {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}

.newsSec_txt {
    margin-top: 20px;
}

.newsSec_time {
    display: inline-block;
    border-top: 1px solid #bbb;
    font-size: 16px;
    color: #808080;
    line-height: 2;
}

.newsSec_txt h6 {
    margin-top: 10px;
    font-size: 24px;
    color: #037fef;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 66px;
}

.newsSec_txt p {
    margin-top: 15px;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 96px;
}

.newsSec_more {
    margin-top: 20px;
    font-size: 16px;
    color: #0f0f0f;
}

.newsSec_more i {
    color: #037fef;
    margin-right: 10px;
}

.newsSec1 {
    background-color: #fafafa;
}

.newsSec1_title {
    text-align: center;
}

.newsSec1_title h6 {
    font-size: 28px;
    color: #333;
}

.newsSec1_title p {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
}

.newsSec1_con {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.newsSec1_con p {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 2;
    margin: 20px 0;
}

.newsSec1_con p img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.newsSec1_bottom {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.newsSec1_bottom a {
    max-width: 40%;
    font-size: 16px;
    color: #333;
}


/* news.html */


/* contact.html */

.contactSec_map,
.contactSec_con {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.contactSec.on .contactSec_map,
.contactSec.on .contactSec_con {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.contactSec.on .contactSec_con {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.contactSec_map {
    width: 100%;
    height: 60vh;
}

.iw_poi_title {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px!important;
}

.contactSec_con {
    width: 90%;
    padding: 5%;
    margin: -10% auto 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactLeft {
    text-align: center;
}

.contactLeft h6 {
    font-size: 24px;
    color: #0f0f0f;
}

.contactRight {
    width: 50%;
}

.contactRight_box {
    position: relative;
    padding-left: 90px;
}

.contactRight_box:nth-child(n+2) {
    margin-top: 30px;
}

.contactRight_box h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 6px;
    left: 0;
}

.contactRight_box h6 span {
    font-size: 18px;
    color: #0f0f0f;
    margin-left: 10px;
}

.contactRight_box p {
    font-size: 18px;
    color: #808080;
    line-height: 2;
}


/* contact.html */

@media(max-width:1760px) {}

@media(max-width:1680px) {}

@media(max-width:1600px) {}

@media(max-width:1520px) {}

@media(max-width:1440px) {}

@media(max-width:1360px) {}

@media(max-width:1280px) {}

@media(max-width:768px) {
    .row,
    .row>div {
        margin: 0;
        padding: 0;
    }
    .warpper {
        margin-bottom: 50px;
    }
    .navbar-nav {
        width: 100%;
        margin-left: 0px;
        text-transform: uppercase;
    }
    .navbar-nav li {
        text-align: center;
        border-bottom: 1px dotted #e5e5e5;
        line-height: 40px;
    }
    .navbar-nav li a {
        color: #666;
        font-size: 13px;
    }
    .navbar-nav li a:hover {
        color: #000;
        font-weight: bold;
    }
    .headerbg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 999999;
        background: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }
    .logo_boxlist {
        float: left;
        width: 120px;
        margin-top: 17px;
    }
    .navbar-toggle {
        margin-top: 10px;
    }
    .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-collapse {
        border-top: 1px solid #e5e5e5;
        overflow-y: scroll;
        max-height: 100vh;
    }
    .collapse_lis {
        background-color: #f5f5f5;
        display: none;
    }
    .footer {
        display: none;
    }
    .indSwiper_bg {
        height: 110vh;
    }
    .indSwiper_pages span.on::after {
        width: 30px;
    }
    .indSwiper_pages {
        left: 20%;
        bottom: 30px;
    }
    .indSwiper_txt h6 {
        font-size: 16px;
        color: #fff;
        line-height: 1.2;
        margin-top: 4%;
    }
    .indSec1_top {
        width: 100%;
        display: inline-block;
    }
    .indSec1_topTitle {
        width: 100%;
    }
    .indSec1_topTitle h6 {
        font-size: 16px;
    }
    .indSec1_topTxt p {
        color: #037fef
    }
    .indSec1_topTxt {
        width: 100%;
    }
    .padding100 {
        padding: 20px 0;
    }
    .indSec1_centerList li {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        z-index: 0;
        cursor: pointer;
    }
    .indSec1_centerList_boxes div {
        /* width:33%;
		height:33%; */
    }
    .marginTop60 {
        margin-top: 30px;
    }
    .indSec1_centerList h6 span {
        font-size: 24px;
    }
    .indSec1Swiper_pages {
        font-size: 12px;
    }
    .indSec1Swiper_pages .total {
        font-size: 12px;
    }
    .indSec1_bottom {
        height: 60vh
    }
    .indSec1_bottomBox {
        height: 50%;
    }
    .indSec1_bottomBox h5 {
        font-size: 18px;
    }
    .indSec1_bottomImg {
        height: 100%
    }
    .indSec1_bottomBox h6 {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 14px;
    }
    .indSec1_bottomCon {
        height: 50%
    }
    .indSec1Swiper_img {
        height: 30vh;
        margin-right: 10px;
    }
    .indSec1_bottomRight {
        height: 30vh
    }
    .indSec1_bottomCon {
        width: 35%;
        margin-right: 10px;
    }
    .indSec1Swiper_btn {
        width: 100%;
        height: 60px;
        left: 0;
    }
    .indSec1Swiper_btn>div {
        width: 100%;
        height: 30px;
    }
    .indSec1_bottomRight {
        left: 0%;
    }
    .indSec1_bottomBox p {
        font-size: 10px;
    }
    .indSec2 {
        height: 50vh
    }
    .indSec2_list li {
        width: 70px;
        height: 70px;
    }
    .indSec2_con {
        width: 100%;
        top: 15%;
    }
    .indSec2_txt h6 {
        font-size: 20px;
    }
    .indSec2_txt p {
        font-size: 14px;
        padding: 0 20%;
    }
    .indSec3_title h6 {
        font-size: 24px;
    }
    .indSec3.on .indSec3Swiper {
        padding: 0 15px;
    }
    .indSec3_bottom {
        margin-top: 30px !important;
    }
    .indSec4_box {
        /* padding-top:50px; */
    }
    .indSec4_box {
        font-size: 40px;
    }
    .indSec4 {
        padding-top: 50px;
    }
    .indSec4_txt p {
        font-size: 24px;
    }
    .serviceSec1_list h5 {
        font-size: 28px;
    }
    .serviceSec1_list p {
        line-height: 1.5
    }
    .serviceSec1_list h6 {
        margin-top: 10px;
        font-size: 24px;
    }
    .serviceSec1_list .line {
        margin: 10px 0;
    }
    .serviceSec3_input input {
        height: 50px;
        font-size: 14px;
    }
    .serviceSec3_input textarea {
        font-size: 14px;
        height: 120px;
    }
    .detailBanner_txt {
        top: 60%;
    }
    .detailBanner_txt h6 {
        font-size: 24px;
    }
    .detailBanner_txt .line {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .aboutSec1_txt {
        width: 100%;
    }
    .aboutSec1_txt p {
        line-height: 1.5
    }
    .comment_title h6 {
        font-size: 24px;
    }
    .aboutSec1_brief {
        font-size: 12px;
    }
    .aboutSec1_list li {
        padding: 0;
    }
    .aboutSec1_imgBox {
        height: 110px;
    }
    .aboutSec1_label {
        width: 80%;
        left: 10%;
    }
    .aboutSec1_con {
        width: 100%;
        display: inline-block;
    }
    .aboutSec2_list {
        padding: 0;
        width: 100%;
    }
    .aboutSec2_list li {
        padding: 4%;
    }
    .aboutSec2_list h6 {
        font-size: 18px;
    }
    .aboutSec2_list p {
        line-height: 1.5
    }
    .aboutSec2_con {
        height: 70vh;
    }
    .publicNav_list {
        justify-content: space-between;
    }
    .publicNav_list li {
        margin: 0;
    }
    .publicNav_list li a {
        font-size: 10px;
        line-height: 4;
    }
    .publicNav.fixed {
        top: 60px;
    }
    .productSec_txt h6 {
        font-size: 14px
    }
    .productSec_txt {
        padding: 10px 0;
    }
    .serviceSec3_input input {
        padding: 0 0 0 40px;
    }
    .serviceSec3_input img {
        left: 10px;
    }
    .serviceSec3_input textarea {
        padding: 20px 0 20px 40px;
    }
    .serviceSec3_input:nth-child(n+5) img {
        left: 10px;
    }
    .recruitSec1_txt h5 {
        font-size: 18px;
    }
    .recruitSec1_txtBox h6 {
        font-size: 16px;
        margin-bottom: 10px
    }
    .recruitSec1_txtBox p {
        font-size: 14px;
        line-height: 1.5;
    }
    .recruitSec1_txtBox {
        margin-top: 4%
    }
    .recruitSec1_img {
        width: 56%;
    }
    .recruitSec3_list li {
        width: 22%;
        margin-right: 0;
    }
    .recruitSec3_list {
        display: flex;
        justify-content: space-between;
        width: 100%;
        /* flex-wrap: nowrap; */
    }
    .recruitSec3_list li a {
        padding: 10px;
    }
    .recruitSec3_list h6 {
        font-size: 14px;
    }
    .recruitSec3_list p i {
        margin-right: 5px;
    }
    .recruitSec3_list p {
        font-size: 10px;
    }
    .newsSec_list li {
        width: 30%;
        margin-right: 15px;
    }
    .newsSec_list {
        display: flex;
        justify-content: space-between;
        width: 100%;
        /* flex-wrap: nowrap; */
    }
    .newsSec_list li a {
        padding: 10px;
    }
    .newsSec_imgBox {
        height: 88px;
    }
    .newsSec_time {
        font-size: 10px;
    }
    .newsSec_txt h6 {
        margin-top: 0;
    }
    .serviceSec4_con {
        width: 100%;
        display: inline-block;
    }
    .serviceSec4_img {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    .serviceSec4_box {
        width: 100%;
        padding: 20px;
    }
    .serviceSec4_txt h6 {
        padding-bottom: 10px;
    }
    .serviceSec4_list {
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .serviceSec4_list p span {
        line-height: 2
    }
    .productSec1_img {
        height: 25vh
    }
    .productSec1_right {
        width: 100%;
    }
    .productSec1_left {
        width: 100%;
    }
    .productSec1_con {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
    }
    .productSec3_con p {
        width: 100%;
    }
    .productSec3_con p:nth-child(n+5) {
        margin-top: 0
    }
    .productSec2_icon {
        width: 66px;
        height: 66px;
    }
    .productSec2_icon::before {
        width: 80px;
        height: 80px;
    }
    .productSec2_txt p {
        line-height: 1.5
    }
    .detailBanner_txt p {
        line-height: 1.5;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .container {
        margin: 0 auto;
        padding: 0;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1280px;
    }
}

@media (min-width: 1520px) {
    .container {
        width: 1360px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1440px;
    }
}


/*@media (min-width: 1760px){
	.container{
	    width: 1620px;
	}
}*/