@charset "UTF-8";

@font-face {
    font-family: "AMAZONEN";
    src: url("../fonts/amazonen.woff2") format("woff2"),
    url("../fonts/amazonen.woff") format("woff"),
    url("../fonts/amazonen.ttf") format("truetype"),
    url("../fonts/amazonen.eot") format("embedded-opentype"),
    url("../fonts/amazonen.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DIDOT-HTF-M64-MEDIUM-ITAL";
    src: url("../fonts/didot-htf-m64-medium-ital.woff2") format("woff2"),
    url("../fonts/didot-htf-m64-medium-ital.woff") format("woff"),
    url("../fonts/didot-htf-m64-medium-ital.ttf") format("truetype"),
    url("../fonts/didot-htf-m64-medium-ital.eot") format("embedded-opentype"),
    url("../fonts/didot-htf-m64-medium-ital.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DIN-REGULAR";
    src: url("../fonts/din-regular.woff2") format("woff2"),
    url("../fonts/din-regular.woff") format("woff"),
    url("../fonts/din-regular.ttf") format("truetype"),
    url("../fonts/din-regular.eot") format("embedded-opentype"),
    url("../fonts/din-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
body,html, button, input, select, textarea{
    font-family:"PingFang SC",PingHei,STHeitiSC-Light,"Myriad Set Pro","Lucida Grande","Helvetica Neue",Helvetica,"microsoft yahei",SimHei,tahoma,Arial,Verdana,sans-serif;
}
@media (min-width: 768px) {
    html {
        font-size: 28px!important;
    }
}
@media (min-width: 1025px) {
    html {
        font-size: 30px!important;
    }
    ::-webkit-scrollbar {
        width: 6px;
        height:6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #003B83;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #003B83;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #003B83;
    }
    .form-box .sub::-webkit-scrollbar {
        width: 4px;
        height:4px;
    }

    .form-box .sub::-webkit-scrollbar-track {
        background: #ccc;
    }
}
@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 40px!important;
    }
}
/* 重置表单样式 */
select::-ms-expand { display: none; }
input,select,textarea{
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;
    padding: 0;
}
textarea{
    resize: none;
}
select::-ms-expand { display: none; }
/* 更改placeholder颜色 */
input::-webkit-input-placeholder{
    color:#888;
}
input:-moz-placeholder{
    color:#888;
}
input::-moz-placeholder{
    color:#888;
}
input:-ms-input-placeholder {
    color:#888;
}

textarea::-webkit-input-placeholder{
    color:#888;
}
textarea:-moz-placeholder{
    color:#888;
}
textarea::-moz-placeholder{
    color:#888;
}
textarea:-ms-input-placeholder {
    color:#888;
}
body{
    /* max-width: 1920px; */
    overflow: hidden;
    /* margin: 0 auto; */
	    padding: 0;
	margin: 0;
}

.i-custom-box{
    /*padding-top: 3.5rem;*/
}

.i-custom{
    /*margin-top: 1.25rem;*/
    /*padding-right: 1.75rem;*/
    /*padding-bottom: 1.75rem;*/
    position: relative;
    width: 100%
}
.i-custom .line{
    position: absolute;
    background-color: #003B83;
}
.i-custom .line1{
    width: calc(100% - 1.75rem);
    left: 1.75rem;
    bottom: 0;
    height: 1.75rem;
}
.i-custom .line2{
    bottom: 0;
    right: 0;
    width: 1.75rem;
    height: 58.87%;
}

.i-custom .bimg{
    overflow: hidden;
    position: relative;
}
.i-custom img{
    width: 100%;
}

.i-custom .custom-trans{
    width: 100%;
    display: block;
}
.i-custom .img-box{
    overflow: hidden;
    max-height: 800px;
}
.i-custom .img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.i-custom .filter-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    transition: all .3s;
    overflow: hidden;
}
.point-list .item{
    position: absolute;
    width: 4.16%;
    left: 0;
    top: 0;
}
.point-list .point{
    width: 100%;
    padding-top: 100%;
    border: 1px solid #013c83;
    border-radius: 100%;
    position: relative;
}
.point-list .point:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #013c83;
    transform: translate(-50%,-50%);
    border-radius: 100%;
}
.point-list .point .ripple{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #013c83;
}
.ripple-1 {
    -webkit-animation: ripple 2.5s linear infinite;
}
.ripple-2 {
    -webkit-animation: ripple 2.5s linear infinite 0.75s;
}
.ripple-3 {
    -webkit-animation: ripple 2.5s linear infinite 1.8s;
}

.point-list .circle-img{
    width: 4.25rem;
    padding: .25rem;
    border-radius: 100%;
    border: 1px solid #003B83;
    /* display: none; */
}
.point-list .circle-img img{
    width: 100%;
}
.point-list .text-box{
    position: absolute;
    left: 50%;
    top: -1.25rem;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0;
    display: none;
}
.point-list .text1{
    margin-top: .6rem;
}
.point-list .text-box .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #fff;
}
.point-list .text-box .more{
    font-size: .325rem;
    line-height: .4rem;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: .75rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/custom-arrow.png');
    color: #fff;
    margin-top: .9rem;

}
.point-list .text-box2{
    bottom: -1.25rem;
    top: auto;
}
.point-list .text-box2 .text1{
    margin: 0 0 .6rem 0;
}
.i-custom .swiper-slide.on .filter-img{
    opacity: 1;
}
.i-custom .icon-box{
    overflow: hidden;
    width: 82.677%;
    position: absolute;
    left: 48.4%;
    transform: translateX(-50%);
    bottom: 9%;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    overflow: hidden;
    z-index: 3;
}
@-webkit-keyframes ripple {
    from {
        -webkit-transform: translate(-50%,-50%) scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%,-50%) scale(1.6);
        opacity: 0;
    }
}

.i-custom .icon-box .swiper-slide{
    width: 5%;
    text-align: center;
    margin-right: 10.8%;
    cursor: pointer;
}
.i-custom .icon-box .swiper-slide:last-child{
    margin-right: 0;
}
.i-custom .icon-box .txt{
    font-size: .375rem;
    line-height: .5rem;
    color: #fff;
    margin-bottom: 0.9rem;
    transition: all .2s;
}
.i-custom .icon-box .circle{
    width: .15rem;
    height: .15rem;
    display: none;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    transition: all .2s;
}
.i-custom .icon-box .circle:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: .1rem;
    height: .1rem;
    background-color: #fff;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    transition: all .2s;
}
.i-custom .icon-box .icon{
    width: 1.25rem;
    margin: -.75rem auto 0;
    position: relative;
}
.i-custom .icon-box .init{
    transition: all .2s;
}
.i-custom .icon-box .hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.i-custom .icon-box .swiper-slide .icon:before{
    content: "";
    position: absolute;
    left: 1.69rem;
    top: 16px;
    width: 3.7rem;
    height: 9px;
    background: url(../images/3e-type-xian.png)no-repeat center center;
}
.i-custom .icon-box .swiper-slide:last-child .icon:before{display: none;}
.i-custom .icon-box .swiper-slide.cur .circle{
    border-color: #a08448;
}
.i-custom .icon-box .swiper-slide.cur .circle:before{
    background-color: #a08448;
}
.i-custom .icon-box .swiper-slide.cur .init{
    opacity: 0;
    filter: alpha(opacity=0);
}
.i-custom .icon-box .swiper-slide.cur .hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.i-custom .icon-box .swiper-slide.cur .txt{
    color: #fff;
    font-weight: bold;
}

.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    z-index: 999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../images/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}


@media (max-width: 1680px){
    .i-experience-box .list .con{
        height: 1.8rem;
    }
    .i-about-box .item .num{
        font-size: .9rem;
    }
    .condition-box li .item{
        width: 90%;
    }
    .about-box .num-box .item{
        padding: 0 7%;
    }
    .service-box .about-con{
        width: 60%;
    }
    .service-form-box .icon-box .row{
        margin: 0 -2rem;
    }
    .service-form-box .icon-box .item{
        padding: 0 2rem;
    }
    .index-tit .cn{
        font-size: 1rem;
    }
}
@media (max-width: 1480px){
    .pc-nav .tit{
        font-size:16px;
    }
    .view{
        width:1200px;
    }
}
@media (max-width: 1366px){
    .f-nav li{
        width: 18%;
        margin-bottom: 1rem;
    }
    .f-nav li:nth-child(6){
        width: 10%;
    }
    .f-nav li:nth-child(7),
    .f-nav li:nth-child(8),
    .f-nav li:nth-child(9){
        margin-bottom: 0;
    }
    .f-nav li:last-child{
        width: 18%;
    }
    .view{
        width: 88%;
    }
    .showinfo-top-box .right .info-list .item{
        width: 50%;
    }
    .showinfo-top-box .right .info-list .item:nth-child(3n+1){
        width: 50%
    }
    .showinfo-top-box .right .info-list .item:nth-child(3n+2){
        width: 50%
    }

    .banner .ban-text .tit{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .i-about-box{
        padding-top: 2rem;
    }
    .i-about-box .text-box{
        width: 48%;
    }
    .i-about-box .item{
        margin-right: .5rem;
    }
    .i-about-box .img-box{
        width: 48%;
    }
    .index-tit .cn{
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .i-custom{
        /*margin-top: 1rem;*/
    }
    .i-custom .icon-box .swiper-slide{
        width: 6.76%;
        margin-right: 8.8%;
    }
    .point-list .circle-img{
        width: 3.25rem;
    }
    .i-life-box{
        padding-top: 2rem;
    }
    /* .i-life .item{
        width: 9vw;
    }
    .i-life .item .img{
        width: 43vw;
    } */
    .i-product .con-box .tit{
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .i-experience-box{
        margin-top: 2rem;
    }
    .i-experience-box .list .tit{
        margin-top: .3rem;
    }
    .i-news-box{
        padding: 2rem 0;
    }
    .i-news .swiper-slide{
        width: 35%;
    }
    .i-product-box{
        padding-top: 2rem;
    }
    /* welcome end */
    .condition-box li .item{
        width: 88%;
    }
    .showinfo-top-box .right .con{
        margin-top: .5rem;
        padding-top: .5rem;
        height: 2.7rem;
        overflow: hidden;
    }
    .showinfo-top-box .right .info-list{
        padding-top: .5rem;
        margin-top: .5rem;
    }
    .home-top{
        padding: 2rem 0;
    }
    .custom-box{
        padding: 2rem 0;
    }
    .space-box li{
        padding-top: 2rem;
    }
    .space-box{
        padding-bottom: 2rem;
    }
    .life-top-box{
        padding: 2rem 0;
    }
    .life-bot-box{
        padding-bottom: 2rem;
    }
    .about-box{
        padding-top: 2rem;
    }
    .about-box .num-box .item{
        padding: 0 5%;
    }
    .factory .about-con{
        width: 60%;
    }
    .factory-box{
        padding-top: 2rem;
    }
    .vr-box{
        padding: 2rem 0;
    }
    .resarch-box{
        padding: 2rem 0;
    }
    .resarch-box .about-con{
        width: 100%;
    }
    .expert-box,
    .design-wrap,
    .health-box,
    .enjoy-box,
    .submit-box,
    .why-box,
    .output-box,
    .brand-wrap,
    .say-box,
    .order-box,
    .service-box,
    .need-box,
    .find-box,
    .service-form-box,
    .network-box{
        padding: 2rem 0;
    }
    .find-box .row{
        margin: 0 -1rem;
    }
    .find-box .item{
        padding: 0 1rem;
    }
    .service-form-box{
        position: relative;
    }
    .service-form-box .icon-box .row{
        margin: 0 -1.5rem;
    }
    .service-form-box .icon-box .item{
        padding: 0 1.5rem;
    }
    .idea-box{
        padding-top: 2rem;
    }
    .health-wrap,
    .idea-icon-box,
    .join-box,
    .position-box{
        padding: 2rem 0;
    }
    .recruit-list .list .item:nth-child(3n){
        width: 15vw;
    }
    .life-top-box .text-box{
        padding: .8rem;
    }
    .life-top-box .sub-tit .en{
        font-size: 1.5rem;
    }
    .life-top-box .bot-box .left{
        padding-top: 0;
    }
    .life-top-box .top-tab{
        margin-top: .65rem;
    }
}

.i-about-box .view{
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
    align-items:stretch;
}
.i-about-box .text-box{
    display:flex;
    flex-flow:column wrap;
    justify-content:space-between;
    align-items:flex-start;
    padding:.5rem 0;
}