.sec1{
	background-color: #02113f;
	position: relative;
}
.sec1 .swiper{
    width: 100%;
}
.sec1 .inner{
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: left 1s 0.5s,opacity 1s 0.5s;
}
.sec1 .swiper-slide{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sec1 .swiper-slide.swiper-slide-active .inner{
    left: 50%;
    opacity: 1;
}
.sec1 h3,.sec1 a{
	color: #fff;
	line-height: normal;
}
.sec1 h3{
	font-size: 3.75em;
	font-weight: bold;
  	line-height: 1.833;
  	margin-bottom: 1em;
}
.sec1 a{
	width: 13.125em;
	height: 4.125em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,0.5);
	transition: background-color 0.5s,border-color 0.5s;
    border-radius: 0.25em;
}
.sec1 .swiper-btn{
    width: 4.375em;
    height: 4.375em;
    background-color: rgba(252, 51, 41, .4);
    transition: background-color 0.5s,opacity 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    margin-top: -2.1875em;
}
.sec1 .swiper-btn::after{
    font-size: 0.875em;
}
.sec1 .swiper-button-prev{
	left: 2em;
}
.sec1 .swiper-button-next{
	right: 2em;
}



.sec2{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
    padding-bottom: 0.9em;
}
.sec2 .left-part{
	width: 37.76%;
	background-repeat: no-repeat;
	background-image: url(../images/index_sec2_bg.jpg);
	background-size: cover;
	position: relative;
	padding: 0 6.5%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.sec2 .left-part:before{
    content: '';
    width: 30em;
    height: 28.5em;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/index_sec2_shape2.png) no-repeat center center;
    opacity: .2;
    animation: move-right-bottom 4s ease-out infinite;
}
@keyframes move-right-bottom {
    0% {
        transform: translate3d(0);
    }
    50% {
        transform: translate3d(3.125em, 3.125em, 0);
    }
    100% {
        transform: translate3d(0);
    }
}
.sec2 .left-part:after{
    content: '';
    width: 5.375em;
    height: 9em;
    position: absolute;
    left: 5em;
    top: 5em;
    background: url(../images/index_sec2_shape1.png) no-repeat center center;
    animation: zoom-in-zoom-out 4s ease-out infinite;
    opacity: 0.5;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.7, .7);
    }
    100% {
        transform: scale(1, 1);
    }
}
.sec2 .left-part h3{
	font-size: 2.625em;
  	line-height: 1.619;
  	font-weight: bold;
  	margin-bottom: 0.57em;
}
.sec2 .left-part p{
	font-size: 1.125em;
	line-height: 2;
}
.sec2 .right-part{
	width: 62.24%;
	padding: 4.6875% 2.1% 0 1.5625%;
}
.sec2 .right-part h3{
    font-size: 2.625em;
    color: #333;
    font-weight: bold;
    margin-bottom: 1em;
}
.sec2 .right-part .swiper{
    overflow: visible;
}
.sec2 .right-part .swiper-slide{
  box-shadow: 0px 0px 0.9em rgba(0, 0, 0, 0.1);
}
.sec2 .right-part .img-box{
    overflow: hidden;
}
.sec2 .right-part .swiper-slide .img-box img{
    transition: transform 0.75s;
}
.sec2 .right-part .text-box{
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 91%;
    color: #333;
    padding: 2em 2.75em 2.5em;
    border-bottom: 0.1875em solid var(--theme-color);
}
.sec2 .right-part .icon{
    width: auto;
    height: 3em;
    margin-bottom: 1.5em;
}
.sec2 .right-part h5{
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0.75em;
    transition: color 0.5s;
}
.sec2 .right-part p{
    line-height: 1.5;
    min-height: 7.5em;
}



.sec3{
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(../images/index_sec3_bg.png);
    background-position: center center;
    background-size: 87.3% auto;
    padding: 16.15% 0 10.4%;
    text-align: center;
    color: #333;
}
.sec3 ul{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.sec3 li{
    transform: translateY(20vh);
    opacity: 0;
    transition: transform 0.75s,opacity 0.75s;
}
.sec3 li.actived{
    transform: translateY(0);
    opacity: 1;
}
.sec3 .icon{
    width: 4em;
    margin-bottom: 2.5em;   
}
.sec3 h5{
    font-weight: bold;
}
.sec3 h5 b{
    font-size: 4em;
    vertical-align: baseline !important;
}
.sec3 h5 > span{
    vertical-align: baseline;
}
.sec3 p{
    font-size: 1.125em;
    margin: 0.5em 0 2.2em;
}
.sec3 .point{
    width: 0.875em;
    height: 0.875em;
    border-radius: 50%;
    background-color: var(--theme-color);
    margin: 0 auto;
}




.sec4{
    background-color: #fafafa;
    padding: 7.8% 0;   
}
.sec4 .inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}
.sec4 .img-box{
    width: 45.9%;
    position: relative;
}
.sec4 .img-box::before{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/about_innovation_imgbg.png);
    background-size: contain;
    opacity: 0.5;
    animation: zoom-in-zoom-out 4s ease-out infinite;
    position: absolute;
    width: 5.375em;
    height: 9.0625em;
    z-index: -1;
    right: -2.375em;
    bottom: -3.25em;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.7, .7);
    }
    100% {
        transform: scale(1, 1);
    }
}
.sec4 .img-box > .bg{
    pointer-events: none;
    position: relative;
    z-index: 1;
}
.sec4 .img-box li{
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0.625em;
    width: 47.875%;
}
.sec4 .img-box li img{
    transition: transform 0.5s;
}
.sec4 .img-box .img1{
    left: 0;
    top: 0;
    margin-top: 17%;
}
.sec4 .img-box .img2{
    right: 0;
    top: 0;
}
.sec4 .img-box .img3{
    right: 0;
    bottom: 0;
}
.sec4 .img-box{
    transform: translate(50vw,0);
    opacity: 0;
    transition: transform 0.75s,opacity 0.75s;
}
.sec4 .text-box{
    transform: translate(-50vw,0);
    opacity: 0;
    transition: transform 0.75s,opacity 0.75s;
}
.sec4 .text-box.actived,.sec4 .img-box.actived{
    transform: translate(0,0);
    opacity: 1;
}
.sec4 .text-box{
    width: 45.9%;
    color: #333;
}
.sec4 .text-box h5,.sec4 .text-box p,.sec4 .text-box li{
    font-size: 1.125em;
}
.sec4 .text-box h4{
    font-size: 2.625em;
    color: var(--theme-color);
    margin-bottom: 0.714em;
}
.sec4 .text-box p{
    line-height: 1.778;
    margin-bottom: 0.55em;
}
.sec4 .text-box p:last-child{
    margin-bottom: 0;
}
.sec4 .text-box h5{
    margin: 2.2em 0 1.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}
.sec4 .text-box h5::after{
    content: "";
    display: block;
    background-color: #e1e1e1;
    height: 1px;
    flex-grow: 1;
    margin-left: 1em;
}
.sec4 .text-box ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.sec4 .text-box li{
    margin-bottom: 1.2em;
}
.sec4 .text-box li .icon{
    width: auto;
    height: 0.8333em;
    margin-right: 1em;
    vertical-align: baseline;
}
.sec4 .text-box .more{
    width: 10.8em;
    height: 3em;
}



.sec5{
    background-repeat: no-repeat;
    background-image: url(../images/index_sec5_bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 10.4% 0;
    position: relative;
}
.sec5:after{
    content: '';
    width: 28.375em;
    height: 27.5em;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-image: url(../images/index_sec5_shape1.png);
    background-position: right bottom;
    background-size: cover;
    animation: move-right-bottom 4s ease-out infinite;
}
.sec5 .inner{
    transform: translateY(20vh);
    opacity: 0;
    transition: transform 0.75s,opacity 0.75s;
}
.sec5 .inner.actived{
    transform: translateY(0);
    opacity: 1;
}
.sec5 h4{
    color: var(--theme-color);
    margin-bottom: 1.67em;
}
.sec5 h4::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.67em;
    width: 2.22em;
    height: 1px;
    background-color: var(--theme-color);
}
.sec5 h5{
    font-size: 2.625em;
    color: #fff;
    line-height: 1.5;
    margin: 0.714em 0 1.428em;
}
.sec5 .more{
    width: 10.8em;
    height: 3em;
}



.sec6{
    padding: 5.2% 0;
}
.sec6 .title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 8.2%;
    color: #333;
}
.sec6 .title h3{
    font-size: 2.625em;
    font-weight: bold;
}
.sec6 .title a{
    border: 0.125em solid var(--theme-color);
    border-radius: 50%;
    color: var(--theme-color);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    overflow: hidden;
    width: 2.375em;
    height: 2.375em;
    border-radius: 1.1875em;
    transition: width 0.5s,border-radius 0.5s,padding 0.5s;
}
.sec6 .title a .plus{
    position: relative;
    width: 1.125em;
    height: 1.125em;
    display: block;
    margin-left: 0.5em;
}
.sec6 .title a .plus .hor{
    height: 0.125em;
    width: 100%;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.0625em;
}
.sec6 .title a .plus .ver{
    width: 0.125em;
    height: 100%;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.0625em;
}
.sec6 .title a span{
    display: block;
    width: 0;
    transition: width 0.5s;
    overflow: hidden;
    white-space: nowrap;
}
.sec6 .flex-box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
}
.sec6 .left-part{
    width: 44.26%;
    background-color: #fafafa;
}
.sec6 .left-part .img-box{
    display: block;
    overflow: hidden;
}
.sec6 .left-part .img-box img{
    transition: transform 0.75s;
}
.sec6 .left-part .text-box{
    padding: 0 2.5em 2em;
    position: relative;
}
.sec6 .left-part .text-box h3{
    font-size: 0.75em;
    margin-bottom: 2em;
    width: 7em;
    height: 7em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background: linear-gradient( 90deg, rgb(176,41,37) 0%, rgb(252,51,41) 100%);
    margin-top: -3.5em;
}
.sec6 .left-part .text-box h3 b{
    font-size: 2.4em;
}
.sec6 .left-part .text-box h4{
    font-size: 0.875em;
    margin-bottom: 0.7em;
}
.sec6 .left-part .text-box h4 .icon{
    width: auto;
    height: 0.86em;
    margin-right: 0.5em;
    vertical-align: baseline;
}
.sec6 .left-part .text-box h5{
       font-size: 1.25em;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
}
.sec6 .left-part .text-box .line{
    border-bottom: 1px solid rgba(146,146,146,0.2);
    margin: 1.5em 0;
}
.sec6 .left-part .text-box .more{
    font-size: 0.875em;
    color: var(--theme-color);
}
.sec6 .left-part .text-box .more::after{
    font-family:revicons;
    content: "\e81e";
    margin-left: 0.7em;
    transition: transform 0.5s;
    display: inline-block;
}
.sec6 .right-part{
    width: 52%;
}
.sec6 .right-part li{
    padding: 0 1.25em;
    width: 100%;
    height: 4.58em;
}
.sec6 .right-part li.line{
    height: 0;
    border-bottom: 1px solid rgba(146,146,146,0.2);
    margin: 6% 0;
}
.sec6 .right-part li.line:last-child{
    margin-bottom: 0;
}
.sec6 .right-part p{
    margin-bottom: 1.5em;
}
.sec6 .right-part p .icon{
    width: auto;
    height: 1.125em;
    vertical-align: middle;
    margin-right: 0.75em;
}
.sec6 .right-part p span{
    vertical-align: middle;
}
.sec6 .right-part a{
    font-size: 1.25em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}




.sec7{
    background-color: #fafafa;
    color: #333;
    text-align: center;
    padding: 7.8% 0;
}
.sec7 .title{
    transform: translateY(20vh);
    opacity: 0;
    transition: transform 0.75s,opacity 0.75s;
}
.sec7 .title.actived{
    transform: translateY(0);
    opacity: 1;
}
.sec7 h3{
    font-size: 2.625em;
    margin-bottom: 0.88em;
}
.sec7 p{
    font-size: 1.25em;
    line-height: 2;
}
.sec7 .map-box{
    position: relative;
    transform: translateY(20vh);
    opacity: 0;
    transition: transform 0.75s,opacity 0.75s;
    transition-delay: 0.25s,0.25s;
}
.sec7 .map-box.actived{
    transform: translateY(0);
    opacity: 1;
}
.sec7 .map-box .swiper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sec7 .map-box.map1{
    margin-top: 2.5%;
    margin-bottom: 5.33%;
}
.sec7 .map-box.map2{
    margin-top: 5.33%;
}
.sec7 li{
    position: absolute;
    width: calc(11 / 1224 * 100%);
    line-height: 0;
}
.sec7 li:nth-child(1){
    left: calc(789 / 1224 * 100%);
    top: calc(356 / 882 * 100%);
}
.sec7 li:nth-child(2){
    left: calc(888 / 1224 * 100%);
    top: calc(545 / 882 * 100%);
}
.sec7 li img{
    vertical-align: top;
    animation: sec7starani 2s linear infinite;
}
@keyframes sec7starani {
    0%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(2);
    }
}
.sec7 li b{
    white-space: nowrap;
    display: block;
    position: absolute;
    left: 200%;
    top: 50%;
    color: #d81e06;
    transform: translateY(-50%);
}
@media only screen and (min-width:1025px){
    .sec1 a:hover{
        background-color: var(--theme-color);
        border-color: var(--theme-color);
    }
    .sec1:hover .swiper-btn{
        opacity: 1;
    }
    .sec1 .swiper-btn:hover{
        background-color: var(--theme-color);
    }
    .sec2 .right-part .swiper-slide:hover .img-box img{
        transform: scale(1.1);
    }
    .sec2 .right-part .swiper-slide:hover h5{
        color: var(--theme-color);
    }
    .sec3 li:nth-child(2){
        transition-delay: 0.25s,0.25s;
    }
    .sec3 li:nth-child(3){
        transition-delay: 0.5s,0.5s;
    }
    .sec3 li:nth-child(4){
        transition-delay: 0.75s,0.75s;
    }
    .sec4 .img-box li:hover img{
        transform: scale(1.1);
    }
    .sec6 .title a:hover{
        width: 6.875em;
        padding: 0 0.5em;
    }
    .sec6 .title a:hover span{
        width: 4em;
    }
    .sec6 .left-part .img-box:hover img{
        transform: scale(1.1);
    }
    .sec6 .left-part .text-box h5 a:hover{
        color: var(--theme-color);
    }
    .sec6 .left-part .text-box .more:hover::after{
        transform: translateX(100%);
    }
    .sec6 .right-part a:hover{
        color: var(--theme-color);
    }
}
@media only screen and (max-width:1024px){
    .sec1 .swiper{
        height: 24em;
    }
    .sec1 .bg{
        opacity: 0;
    }
    .sec1 h3{
        font-size: 1.5em;
    }
    .sec1 a{
        font-size: 0.875em;
        width: 9em;
        height: 2.75em;
    }
    .sec1 .swiper-btn{
        display: none;
    }



    .sec2{
        display: block;
    }
    .sec2 .left-part{
        width: 100%;
        padding: 10% 5%;
    }
    .sec2 .left-part:before{
        width: 20em;
        height: 19em;
        background-size: contain;
    }
    .sec2 .left-part:after{
        width: 3.6em;
        height: 6em;
        left: 0;
        top: 1em;
        background-size: contain;
    }
    .sec2 .left-part h3{
        font-size: 1.75em;
    }
    .sec2 .left-part p{
        font-size: 0.9375em;
    }
    .sec2 .right-part{
        width: 100%;
        padding: 10% 5% 0;
    }
    .sec2 .right-part h3{
        font-size: 1.75em;
        margin-bottom: 10%;
    }
    .sec2 .right-part .text-box{
        padding: 1.5em;
    }
    .sec2 .right-part .icon{
        height: 2em;
        margin-bottom: 1em;
    }
    .sec2 .right-part h5{
        font-size: 1em;
    }
    .sec2 .right-part p{
        font-size: 0.875em;
    }



    .sec3{
        background-size: 120% auto;
        padding: 15% 0 5%;
    }
    .sec3 li{
        width: 45%;
        margin-bottom: 10%;
    }
    .sec3 .icon{
        width: 3em;
        margin-bottom: 1.5em;   
    }
    .sec3 h5{
        font-size: 0.875em;
    }
    .sec3 h5 b{
        font-size: 3em;
    }
    .sec3 p{
        font-size: 0.9375em;
    }
    .sec3 .point{
        width: 0.5em;
        height: 0.5em;
    }




    .sec4{
        padding: 15% 0;   
    }
    .sec4 .inner{
        display: block;
    }
    .sec4 .img-box{
        width: 100%;
    }
    .sec4 .img-box{
        transform: translate(0,20vh);
    }
    .sec4 .text-box{
        transform: translate(0,20vh);
        margin-bottom: 10%;
    }
    .sec4 .text-box{
        width: 100%;
    }
    .sec4 .text-box h4{
        font-size: 1.625em;
    }
    .sec4 .text-box *:not(a){
        font-size: 0.9375em;
    }



    .sec5{
        background-position: 30% center;
        background-attachment: scroll;
        padding: 25% 0;
    }
    .sec5:after{
        width: 19em;
        height: 19em;
        background-size: contain;
    }
    .sec5 h4{
        font-size: 0.875em;
    }
    .sec5 h5{
        font-size: 1.75em;
    }



    .sec6{
        padding: 15% 0;
    }
    .sec6 .title{
        margin-bottom: 10%;
    }
    .sec6 .title h3{
        font-size: 1.75em;
    }
    .sec6 .title a{
        font-size: 0.875em;
        width: 6.875em;
        padding: 0 0.5em;
    }
    .sec6 .title a span{
        width: 4em;
    }
    .sec6 .flex-box{
        display: block;
    }
    .sec6 .left-part{
        width: 100%;
        margin-bottom: 10%;
    }
    .sec6 .left-part .text-box{
        padding: 0 1.5em 1.5em;
    }
    .sec6 .left-part .text-box h5{
           font-size: 1em;
    }
    .sec6 .left-part .text-box .line{
        margin: 1em 0;
    }
    .sec6 .right-part{
        width: 100%;
    }
    .sec6 .right-part li{
        padding: 0;
        height: auto;
    }
    .sec6 .right-part li.line{
        margin: 1em 0;
    }
    .sec6 .right-part p{
        font-size: 0.875em;
        margin-bottom: 1em;
    }
    .sec6 .right-part a{
        font-size: 1em;
    }




    .sec7{
        padding: 15% 0;
    }
    .sec7 h3{
        font-size: 1.75em;
    }
    .sec7 p{
        font-size: 1em;
    }
    .sec7 .map-box{
        overflow-x: auto;
    }
    .sec7 .map-box > .bg{
        width: 100%;
    }
    .sec7 .map-box .swiper{
        width: 100%;
    }
    .sec7 .map-box.map1{
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .sec7 .map-box.map2{
        margin-top: 10%;
    }
    .sec7 li b{
        font-size: 0.75em;
    }
}