.parabox {
    perspective: 1px;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    perspective-origin: center;
    -webkit-perspective-origin: center; /* Safari and Chrome */
    position: relative;
    /*height: calc(100vh);*/
    width: 100%;
}
.cover-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-image: url("../image/vaserbg.jpg");
    background-size: revert;
}

.aboutus-box {
    padding: 100px 0 40px 0;
}

.aboutus-content-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*width: 35%;*/
    margin: 100px 0 60px 0;
}

.aboutus-content {
    width: 100%;
    margin: 0 auto;
}

.aboutus-content .title {
    font-size: 4.5rem;
    line-height: 7rem;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #333;
}

.aboutus-content .subtitle {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 6rem;
    color: #777;
}

.aboutus-content .linecontent {
    font-size: 1.5rem;
    margin: 0 auto;
    line-height: 3.5rem;
    display: block;
    text-align: center;
    color: #333;
}

.counter-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 100px 0 0 0;
    width: 70%;
    margin: 0 auto;
}

.counter-boxitem {
    flex: 1;
    text-align: center;
    font-size: 3rem;
    color: #333;
}
.service-box-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /*padding-bottom: 140px;*/
    position: relative;
}
.service-box {
    width: 100%;
    display: flex;
    padding: 0px 16px 0;
}

/*.service-box > :nth-child(n+2) {*/
/*    border-left: 1px solid #999999;*/
/*}*/

.project-box {
    width: 75%;
    display: flex;
    margin: 0 auto;
    padding: 50px 16px 0;
}

.service-box-right {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 50px 16px 0;
}
.service-box-right-img{
    width: 200px;
}
.service-box-right-imgcontainer{
    width: 200px;
}
.service-box-right-view {
    margin-top: 14px;
    width: 40%;
    box-sizing: border-box;
    padding: 4px 10px;
    background: darkgrey;
    border-radius: 6px;
    color: white;
    font-size: 2.5rem;
    text-align: center;
}
.service-box-right-view a{
    color: white !important;
}
.service-box-right-view:hover {
    padding: 4px 10px;
    background: #333;
    border-radius: 6px;
    color: white;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
}
.service-item {
    padding: 20px 0;
    flex: 1;
    text-align: center;
}
.service-item:hover {
    -webkit-box-shadow: 0px 0px 77px -1px rgba(0,0,0,0.37) !important;
    -moz-box-shadow: 0px 0px 77px -1px rgba(0,0,0,0.37) !important;
    box-shadow: 0px 0px 77px -1px rgba(0,0,0,0.37) !important;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scaleX(1.01) scaleY(1.01);
    background: white;
    z-index: 1;
    border-radius: 4px;
}
.service-item-logo-box {
    width: 100%;
    height: 100px;
    line-height: 100px;
    margin: auto auto;
}
.service-item-logo{
    width: 100px;
    display: inline-block;
    height: auto;
    /*height: 100px;*/
    /*margin: 20px;*/
}
.service-item a:hover {
    color: #333;
    font-weight: bold;
}

.service-item .title {
    font-weight: bold;
    font-size: 2.5rem;
    color: #333;
    line-height: 6rem;
    /*transform:rotate(-7deg);*/
    /*-ms-transform:rotate(-7deg); 	!* IE 9 *!*/
    /*-moz-transform:rotate(-7deg); 	!* Firefox *!*/
    /*-webkit-transform:rotate(-7deg); !* Safari 和 Chrome *!*/
    /*-o-transform:rotate(-7deg);*/
}

.service-item .subtitle {
    font-weight: normal;
    font-size: 1.5rem;
    color: #666;
    line-height: 3rem;
}

/* service 動畫 开始 */
.text-desc {
    color: #000;
}

.contact-box {
    width: 60%;
    margin: 0 auto;
    padding: 100px 0 0;
}

.contact-box .left-container {
    width: 30%;
    float: left;
}

.contact-box .right-container {
    width: 65%;
    float: right;
    font-style: normal;
    font-size: 1rem;
}

.contact-box .right-container > :nth-child(n+2) {
    margin-left: 4px;
}

.lxwm-name {
    width: 32%;
    display: inline-block;
}

/* 公司名称 */
.lxwm-urcomp {
    width: 100%;
}

/* 项目意向 */
.lxwm-idea {
    width: 100%;
}

.lxwm-inputtitle {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 3rem;
    letter-spacing: 0.5rem;
}

.lxwm-inputname {
    height: 30px;
    width: 100%;
    font-size: inherit;
}

.lxwm-inputcompany {
    height: 30px;
    width: calc(64% + 8px);
    font-size: inherit;
}

/* 项目意向 */
.lxwm-inputidea {
    height: 130px;
    width: calc(100% - 8px);
    padding: 8px 5px;
    font-family: inherit;
    font-size: inherit;
}

.lxwm {
    font-size: 6rem;
    color: #333;
    font-weight: bold;
}

.lxwm-intro {
    margin-top: 1rem;
    font-size: 2rem;
    color: #666;
}

.clear {
    clear: both;
}

.btn-online {
    font-size: 1.5em;
    color: white;
    width: 100%;
    background-color: #ec971f;
    padding: 10px 0;
    border-radius: 4px;
    border: none;
    text-align: center;
    margin: 20px auto;
    display: block;
    transition: all 0.6s; /*表示所有的属性变化在0.6s的时间段内完成*/
}

.btn-submit {
    font-size: 1.5em;
    color: white;
    width: 140px;
    background-color: #ec971f;
    padding: 10px 0;
    border-radius: 4px;
    border: none;
    text-align: center;
    margin: 20px auto;
    display: block;
    transition: all 0.6s; /*表示所有的属性变化在0.6s的时间段内完成*/
}

.btn-online:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-submit:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.slogan_container-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slogan_container {
    display: flex;
    justify-content: center;
    align-items: center;

}
.anim_container{
    /*width: 40%;*/

}
.themeimg_container{
    /*width: 50%;*/
    margin-left: 50px;
    text-align: center;
}
.themeimg_container img{
    height: calc(3.6rem * 5);
    display: inline;
}

/* 暖目 */
.structure-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;

}
.structure-container .item{
    text-align: center;
}
.logo-center-container .symbol {
    /*flex: 1;*/
    width: 20rem;
    height: auto;
}

.logo-center-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-center-container-title{
    font-weight: bold;
    font-size: 3rem;
    color: #333;
    padding: 10px 10px;
}

.logo-center-container-left{
    flex: 1;
    line-height: 6rem;
    font-weight: normal;
    font-size: 1.2rem;
    color: #666;
    text-align: left;
}
.logo-center-container-right{
    flex: 1;
    line-height: 6rem;
    font-weight: normal;
    font-size: 1.5rem;
}
.logo-now{
    color: #00c4ff !important;
}
.line-now{
    background: #333 !important;
}
.line-unnow{
    background: #999 !important;
}
/* 产品 */
.product-box-bg{
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 75px;
}

.product-box-bg-banner{
    position: absolute;
    width: 100vw;
    height: 165px;
    overflow: hidden;
    background-color: #00b894;
    top: 180px;
}
.product-box-bg-banner-holder{
    position: absolute;
    width: 100vw;
    height: 165px;
    overflow: hidden;
    background-color: transparent;
    top: 180px;
}

.product-box-bg-image{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@-webkit-keyframes abs-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes abs-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.product-box-bg .bgimg{
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
}
.product-box {
    width: 70%;
    display: flex;
    margin: 0 auto 0;
    padding: 90px 16px 90px;
    justify-content: center;
}
.product-box .boxheader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.more-box {
    width: 85%;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 50px 16px 0;
}

.more{
    align-self: flex-end;
    justify-self: flex-end;
    float: right;
}

/*合作伙伴*/
.partner-container{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: white;
}
.flow-container-header{
    font-weight: bold;
    font-size: 3rem;
    color: #333;
    line-height: 3rem;
    padding: 10px 10px;
    margin: 75px auto 0;
    text-align: center;
}
.partner-container-header{
    font-weight: bold;
    font-size: 3rem;
    color: #333;
    line-height: 3rem;
    padding: 10px 10px;
    margin: 75px 0 75px;
    text-align: center;
}

.partner-container-content{
    display: flex;
    position: relative;
}
.partner-container-content-item{
    flex: 1;
    position: relative;
    border: 0px solid #f7f7f7;
}
.partner-container-content-item:nth-child(1){
    margin-right: 6px;
    margin-bottom: 6px;
}
.partner-container-content-item:nth-child(2){
    margin-right: 6px;
    margin-bottom: 6px;
}
.partner-container-content-item:nth-child(3){
    margin-right: 6px;
    margin-bottom: 6px;
}
.partner-container-content-item:nth-child(4){
    margin-bottom: 6px;
}
.partner-container-content-item:nth-child(5){
    margin-right: 6px;
}
.partner-container-content-item:nth-child(6){
    margin-right: 6px;
}
.partner-container-content-item:nth-child(7){
    margin-right: 6px;
}
.partner-container-content-item:nth-child(8){

}

.partner-container-content-item:hover .left-to-right-border {
    width:100%;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
}
.partner-container-content-item:hover .right-to-bottom-border {
    height:100%;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
}
.partner-container-content-item:hover .bottom-to-left-border {
    width:100%;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
}
.partner-container-content-item:hover .bottom-to-start-border {
    height:100%;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
}

/* 合作伙伴 */
.partner-container-content .ih-item.circle.effect19.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}

.partner-container-content .ih-item.circle.effect19 .info {
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.partner-container-content .ih-item.circle.effect19 .info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 45px 0 0 0;
    height: 140px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.partner-container-content .ih-item.circle.effect19 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.partner-container-content .ih-item.circle.effect19 a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.circle .img {
    position: relative;
    width: 100%;
    height: 15vw;
    background-size: cover;
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.ih-item.circle .img img{
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
}
.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    /*border-radius: 50%;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.circle.effect19.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}

.ih-item.circle.effect19 .info {
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect19 .info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 45px 0 0 0;
    height: 140px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect19 .info p {
    color: #cde !important;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 14px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect19 a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.thank {
    margin: 100px auto;
    font-weight: bold;
    font-size: 2.2rem;
    color: #333;
    text-align: center;
}
/* 边框特效 */
.left-to-right-border {
    position:absolute;
    width:0;
    height:1px;
    background-color: rgba(0, 200, 239, 0.8);
    top:0;
    left:0;
    bottom:0;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
    -webkit-box-shadow:0px -3px 5px rgb(0, 200, 239);
    box-shadow:0px -3px 5px rgb(0, 200, 239);
}
.right-to-bottom-border {
    position:absolute;
    width:1px;
    height:0px;
    background-color: rgba(0, 200, 239, 0.8);
    top:0;
    right:0;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
    -webkit-box-shadow:3px 0px 5px rgb(0, 200, 239);
    box-shadow:3px 0px 5px rgb(0, 200, 239);
}
.bottom-to-left-border {
    position:absolute;
    width:0px;
    height:1px;
    background-color: rgba(0, 200, 239, 0.8);
    bottom:0;
    right:0;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
    -webkit-box-shadow:0px 3px 5px rgb(0, 200, 239);
    box-shadow:0px 3px 5px rgb(0, 200, 239);
}
.bottom-to-start-border {
    position:absolute;
    width:1px;
    height:0px;
    background-color: rgba(0, 200, 239, 0.8);
    bottom:0;
    left:0;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
    -webkit-box-shadow:-3px 0px 5px rgb(0, 200, 239);
    box-shadow:-3px 0px 5px rgb(0, 200, 239);
}
/*合作伙伴*/
#logo-grid {
    align-content: space-around;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 750px;
}
.partner-logo {
    box-sizing: border-box;
}
.partner-logo img {
    display: block;
    height: 50px;
    /*width: 100%;*/
    margin: 0 20px;
    /*filter: grayscale(1);*/
    /*-webkit-filter: grayscale(1);*/
    /*-moz-filter: grayscale(1);*/
    /*-o-filter: grayscale(1);*/
    /*-ms-filter: grayscale(1);*/
}
/*.partner-logo img:hover {*/
    /*background-color: #eeeeee;*/
    /*filter: grayscale(0);*/
    /*-webkit-filter: grayscale(0);*/
    /*-moz-filter: grayscale(0);*/
    /*-o-filter: grayscale(0);*/
    /*-ms-filter: grayscale(0);*/
/*}*/
.col-2 img {
    max-width: 375px;
}
.footer_bg_img{
    height: 80vh;
    /*width: 100%;*/
    display:block;
    width:100%;
    object-fit:cover;
    -webkit-transition: all 1.35s ease-in-out;
    -moz-transition: all 1.35s ease-in-out;
    transition: all 1.35s ease-in-out;
}
.footer_bg_img:hover {
    transform: scale(1.1);
    transform-origin: center;
    -webkit-transition: all 1.35s ease-in-out;
    -moz-transition: all 1.35s ease-in-out;
    transition: all 1.35s ease-in-out;
}

.v-divi{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 1px;
    background: #333;
}
/*二部分*/
.eye-box{
transform-style: preserve-3d;
}
.eye-box::-webkit-scrollbar {display:none}
.eye-logo {
    width: 300px;
    position: absolute;
    top: 0;
}
.eye-box .contentbox{
    padding-top: 200px;
}
.square-logo{
    width: 100%;
}
.parallax__layer {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 100px;
    /*right: 0;*/
    /*bottom: 0;*/
    left: 0;
    width: 100%;
    height: calc(100vh + 400px);
    transform: translateZ(0.5px) scale(0.5);
}

.parallax__layer_square {
    z-index: 2;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    position: absolute;
    top: 100px;
    /*right: 0;*/
    /*bottom: 0;*/
    left: 0;
    width: 100%;
    height: calc(100vh + 400px);
    transform: translateZ(-2px) scale(3);
}

.main-box{
    position: relative;
    /*top: 100px;*/
    /*right: 0;*/
    /*bottom: 0;*/
    left: 0;
    width: 100%;
    /*height: calc(100vh - 100px);*/
    height: 100vh;
    transform: translate(0);
}

.parallax__layer.eye{

}
.parallax__layer_square.square{
    /*transform: translateZ(-2px) scale(4);*/
}
/* 卷轴*/
.roll-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    margin: 0 0 0;
    padding: 50px 50px 50px;
}
.roll-box-sub {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.roll-box .left-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.roll-box .right-box{
    align-items: center;
    justify-content: left;
    flex: 1;
    padding:20px 5%;
}

.roll-box .right-box .title-box{
line-height: 70px;
}

.roll-box .right-box .title-box .pre{
    font-size: 30px;
}
.roll-box .right-box .title-box .suff {
    font-weight: bold;
    font-size: 30px;
}

.roll-box .right-box .we {
    font-size: 18px;
    line-height: 30px;
}
.roll-box .right-box .who {
    font-size: 22px;
    font-weight: bold;
    line-height: 70px;
}

.roll-box .right-box .more-info-box {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}
.roll-box .right-box .more {
    color: white;
    font-size: 15px;
    background: rgb(65, 186, 255);
    padding: 10px 30px;
    border-radius: 20px;
}
.roll-box .right-box .more:hover{
    cursor: pointer;
    background: #24aafe
}

.body{
    position: relative;
}

/* footer视差 */
.footer-para{
    perspective: 1px;
    perspective-origin: center;
    overflow: hidden;
}
.footer-para-img1 {
    width: 100%;
    position: absolute;
    bottom: -1500px;
    height: 300px;
    /*transform: translateZ(-1px) !important*/
}
.footer-para-img2 {
    width: 100%;
    position: absolute;
    bottom: -1000px;
    height: 500px;
    /*transform: translateZ(-1px) !important*/
}
.footer-para-img3 {
    width: 100%;
    position: absolute;
    bottom: -1000px;
    height: 500px;
    /*transform: translateZ(-1px) !important*/
}
.footer-para-img4 {
    width: 100%;
    position: absolute;
    bottom: -1000px;
    height: 500px;
    /*transform: translateZ(-1px) !important;*/
}
.avaapp-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
}
