/* BASE CONFIG START */
body{
    min-width: 1040px;
    font-family: 宋体;
}

/* BASE CONFIG END */

/* NAV START */
.nav-wrapper{
    background-color: transparent;
    position: absolute;
    z-index: 999;
    padding: 10px 10%;
    line-height: 40px;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    
}
.nav-wrapper a{
    color: #303659!important;
    position: relative;
    font-weight: bold;
}
.nav-wrapper a:hover{
    color: #242946!important;
    position: relative;
    text-decoration: none;
}

.nav-left{
    width: 30%;
}
.nav-right{
    width: 70%;
    text-align: right;
}
.nav-right a{
    /* border: 1px solid red; */
    margin: 0 20px;
}
.nav-right a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.3em;
    width: 100%;
    height: 2px;
    background-color: #303659;
    text-align: center;
    transition: 0.3s ease;
    transform: scaleX(0);
}
.nav-right a:hover:after {
    transform: scaleX(1);
}

h1{
    font-size: 60px;
    padding-top: 40vh;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family: microsoft yahei ui;
    color: #303659;
}
.nav-left a img{
    width: 120px;
    user-select: none;
    -webkit-user-drag: none;
}
/* NAV END */


/* TOP SCROLL MODULE STARTS */
.icnScroll {
    position: absolute;
    bottom: 16.8%;
    left: calc(50%);
    /*calc(50% + 135px);*/
    width: 100%;
    color: #303659;
    text-align: center;
    letter-spacing: 0.12em;
    font-size: 1.26rem;
    transition: bottom 0.8s ease-out;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.icnScroll:after {
    content: '';
    position: absolute;
    bottom: -2.1em;
    left: 0;
    right: 0;
    width: 2.3em;
    height: 2.3em;
    margin-left: auto;
    margin-right: auto;
    border-right: 1px #444 solid;
    border-bottom: 1px #444 solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.down{
    bottom: 14.8%;
}
/* TOP SCROLL MODULE END */

/* TOP START */
#top-wrapper{
    position: relative;
    min-height: 100vh;
    width: 100%;

}
#bg-video{
    position: fixed;
    width: 100%;
    min-height: 100vh;
    z-index: -100;


}
#content-wrapper{
    min-height: 100vh;
    width: 100%;
    background-image: url("/dist/src/fyw.jpg") ;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px 0;
}
.content-item-wrapper{
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.content-item{
    width: 26%;
    height: 40vh;
    padding: 10px 20px;
    
}
.content-item-inner{
    border: 1px solid #fff;
    box-shadow:8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
    padding: 10px 20px;
    
    border-radius: 8px;
    color: #303659;
    cursor: pointer;
    transition: all .2s;
    font-family: microsoft yahei ui;
}
.content-item-inner:hover{
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    background-color: rgb(255 255 255 / 40%);
    border: 1px solid #fff;

}
.content-item-inner h4{
    font-size: 18px;
    font-weight: bold;
    margin: 4px 0 10px;
}
.content-item-inner ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.content-item-inner ul li{
    line-height: 28px;
}
.content-item-inner table{
    width: 100%;

}
.content-item-inner tr{
    height: 28px;
}
.content-item-inner tr th{
    width: 70%;
    text-align: left;
}
.content-item-inner tr td{
    width: 30%;
    text-align: left;
}
/* TOP END */


/* WORKS START */
.works{
    width: 100%;
    margin-top: 10vh;
    color: #303659;
    font-family: microsoft yahei ui;
}
.works h2{
    text-align: center;
}
.works-item{
    width: 76%;
    margin: 30px auto ;
    display: flex;
    align-items: center;
    
}
.works-items{
    position: relative;
    width: 16%;
    height: 150px;
    
}
.works-items-inner{
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    cursor: pointer;
    border-radius: 8px;
}
.works-items-inner:hover{
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    background-color: rgb(255 255 255 / 20%);
    /* bottom: 10px; */
    margin-top: -10px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;

}
.works-items-inner img{
    height: 80px;
    width: 80px;
    display: block;
    margin: 10px auto;
    user-select: none;
    -webkit-user-drag: none;
}
.works-items-arrow{
    width: 70px;
    height: 70px;
    background-image: url("/dist/src/u9ya.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/* WORKS END */

/* COMPANY START */
.section-wrapper{
    width: 100%;
    min-height: 100vh;
    background-color:rgb(255 255 255 / 40%);
    padding: 10vh 0 0;
    font-family: microsoft yahei ui;
    background-image: url("/dist/src/yfpt.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.company-info{
    position: relative;
    padding: 60px 0 60px 30px;
    width: 60%;
    margin: 0 auto;
    background-color:rgb(255 255 255 / 95%);
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 19%);
    border-radius: 8px;
}
.com-title{
    position: absolute;
    top: -50px;
    margin: 0;
}
.com-en{
    display: inline-block;
    font-size: 70px;
}
.com-zhcn{
    background-color: #303659;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-left: 20px;
    border-radius: 8px;
    padding: 6px 20px;
    vertical-align: super;
}
.com-body{
}
.com-body dl{
    display: flex;
    border-bottom: 1px dashed #777;
    padding: 6px 0;
    margin: 10px 0;
}
.com-body dt{
    width: 200px;
    line-height: 30px;
    
}
.com-body dt span{
    background-color: #242946;
    color: #fff;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 4px;
}
.com-body dd{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

/* COMPANY END */


/* FOOTER START */
#footer{
    height: 300px;
    width: 100%;
    background-color: #000;
    padding: 50px 8% 0;
    display: flex;
}
#footer-logos{
    width: 250px;
    text-align: center;
    user-select: none;
    -webkit-user-drag: none;
    margin-right: 70px;
}
#footer-logo{
    width: 230px;
    

}
#footer-logo-zhcn{
    width: 160px;
}
#footer-contact{
    color: #fff;
    width: 450px;
    font-family: microsoft yahei ui;
}
#copyright{
    color: #fff;
    width: 450px;
    font-family: microsoft yahei ui;
}
/* FOOTER END */