/* header */
header {
    position: fixed;
    top: 0;
    padding: 20px;
    z-index: 9999;
    width: 100%;
}
header.moved {
    background: rgba(255, 255, 255, 0.7);
}
header .logo-name .zh {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 25px;
    height: 25px;
}
header .logo-name .zh::after,
header .logo-name .en::after {
    content:"";
    display:inline-block;
    width:100%;
    height: 0px;
    line-height: 0px;
}
header .logo-name .en {
    margin-top: 1px;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    line-height: 16px;
    height: 16px;
}
header .menu {
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 27px;
    right: 30px;
    z-index: 9;
    font-size: 18px;
}
header .menu .go {
    margin-right: 3vw;
    font-weight: 500;
}
header .menu .go.active {
    color: #000;
}
header.moved .companyLogo,
header.moved .menu{
    color: #5080B0;
}
header.moved .companyLogo .logo-style {
    background-image: url(/images/logoBlue.png);
}
.icon-Category {
   font-size: 30px; 
   margin-left: 20px;
   vertical-align: bottom;
   cursor: pointer;
}
#pc-menu {
    display: inline-block;  
}
.menuList {
    width: 0px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background: #ECF2F6;
    color: #5080B0;
    z-index: 9999;
    padding: 30px 22px 0 80px;
    display: none;
}
.menuList .menu {
    color: #5080B0;
    text-align: right;
    margin-bottom: 50px;
    font-size: 16px;
}
.menuList .icon-space {
    margin-left: 20px;
}
.menuList ul {
    list-style: none;
    line-height: 70px;
    font-size: 17px;
}
.menuList .bottom {
    position: absolute;
    bottom: 120px;
}
.go {
    letter-spacing: 2px;
    cursor: pointer;
    display: inline-block;
}
.go.icon-btn {
    background: #5080B0;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 35px;
    margin-right: 26px;
}
/* 轮播 */
.top {
    position: relative;
}
.top .swiper-container {
    width: 100%;
    height: 100vh;
    background: Black;
}
.videoBg {
    width: 100%;
    height: 100vh;
    z-index:0;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%,-50%);
    overflow: hidden;
    opacity: 0.7;
}
.black—bg {
    background: black;
}
.tip-content {
    width: 700px;
    color: #fff;
    position: absolute;
    top: 30vh;
    left: calc(50% - 600px);
    z-index: 1;
}
.tip-content .title {
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 10.2vh;
}
.tip-content .zh-tips {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 3px;
    margin-bottom: 1vh;
}
.tip-content .en-tips {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}
.uni-style{
    width: 100px !important;
    right: 330px!important;
    left: unset !important;
    bottom: 70px !important;
}
.uni-style .swiper-pagination-bullet {
    background: #fff;
}
/* x */
.x {
    position: relative;
    width: 100%;
    padding: 0 calc(50% - 600px) 30px;
    margin: 0 auto;
    background: #161719;
    color: #fff;
}
.x-title {
    width: calc(100% - 620px);
    padding: 0 40px;
    height: 56px;
    line-height: 56px;
    top: -55px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #161719;
    position: absolute;
    z-index: 99;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
    border-bottom: 1px solid #333;
}
.x-title span {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-right: 10px;
}
.x-title span.active {
    font-size: 18px;
    opacity: 1;
    letter-spacing: 2px;
    margin-right: 34px;
}
.x .info-list {
    padding: 40px 0 60px;
    overflow: hidden;
}
.x .info-list .item {
    width: 360px;
    margin-right: 60px;
    float: left;
}
.x .info-list .item:last-child {
    margin-right: 0px;
}
.x .info-list .item img {
    width: 100%;
}
.x .info-list .item .en-tips {
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-top: 25px;
    margin-bottom: 6px;
    line-height: 1;
}
.x .info-list .item .zh-tips {
    font-family: FZHTJW--GB1-0;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0;
}
.x .info-list .item .selfScale {
    border-radius: 8px;
}
.x .line {
    text-align: center;
    width: 280px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.9;
    margin: 0 auto;
}
/* about */
.about {
    width: 100%;
    height: 560px;
    background: url(../images/about.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 0 calc(50% - 600px);
    overflow: hidden;
    display: flex;
    align-items: center;
}
.about .left {
    width: 35%;
    float: left;
    height: 285px;
    display: flex;
    align-items: flex-end;
}
.module-title {
    position: relative;
    z-index: 1;
}
.module-title .en-name {
    font-size: 36px;
    margin-bottom: 7px;
    font-family: DFPHeiW9-GB;
    font-weight: 500;
    color: #5080B0;
}
.module-title .zh-name {
    font-size: 16px;
    font-family: FZHei-B01S;
    font-weight: 400;
    color: #333333;
    opacity: 0.8;
}
.about .right {
    width: 65%;
    float: left;
    font-size: 18px;
    font-family: FZHei-B01S;
    font-weight: 400;
    color: #010101;
    line-height: 40px;
    letter-spacing: 2px;
}
/* product */
.product {
    background: #161719;
    width: 100%;
    position: relative;
    padding: 110px calc(50% - 600px) 130px;
    overflow: hidden;
}
.product .left {
    width: 180px;
    margin-right: 20px;
    float: left;
    position: relative;
    z-index: 1;
}
.product .right {
    width: 1000px;
    float: left;
}
.product .right .item {
    position: relative;
    width: 100%;
    height: 460px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1px;
}
.product .right .item .swiper-container {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 5px;
    overflow: unset;
    z-index: 2;
}
.product .right .item .description {
    width: 700px;
    height: 460px;
    background: #0F0F0F;
    position: absolute;
    top: 0;
    border-radius: 5px;
    padding-top: 110px;
    z-index: 1;
}
.product .right .item .description .blueBg {
    height: 460px;
    background: #5080B0;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    z-index: 0;
}
.product .right .item .description .name {
    color: #fff;
    font-size: 20px;
    line-height: 2;
    position: relative;
    font-weight: 300;
    z-index: 1;
}
.line-name {
    display: block;
    margin-bottom: 55px;
    height: 1px;
    z-index: 1;
    position: relative;
    background: #fff;
}
.width-1 {
    width: 240px;
}
.width-2,
.width-3 {
    width: 200px;
}
.width-4,
.width-6 {
    width: 160px;
}
.width-5 {
    width: 180px;
}
.product .right .item .description .info {
    line-height: 2;
    text-align:justify;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    z-index: 1;
}
.product .right .item:nth-child(2n) .description{
    left: 0;
    padding-left: 80px;
    padding-right: 250px;
}
.product .right .item:nth-child(2n+1) .description{
    right: 0;
    padding-left: 250px;
    padding-right: 80px;
}
.product .right .item:nth-child(2n) .swiper-container{
    right: 0;
}
.product .right .item:nth-child(2n+1) .swiper-container{
    left: 0;
}
.product .right .item:nth-child(2n) .swiper-container-horizontal>.swiper-pagination-bullets{
    width: 50px;
    left: 0px;
    right: unset;
    bottom: -35px;
}
.product .right .item:nth-child(2n+1) .swiper-container-horizontal>.swiper-pagination-bullets{
    width: 50px;
    right: 0px;
    left: unset;
    bottom: -35px;
}
.product .module-title .zh-name {
    color: rgba(255, 255, 255, 0.8);
}
.product-swiper,
.product-swiper .swiper-wrapper,
.product-swiper .swiper-slide{
    width: 500px !important;
    height: 350px !important;
}
.product-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.product .swiper-pagination-bullet {
    background: #333333;
    opacity: 1;
}
.product .swiper-pagination-bullet-active {
    background: #fff;
}
.product .bg-up {
    background: url(/images/product_bg_up.png) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 55px;
    width: 31vw;
    height: 75vh;
    z-index: 0;
}
.product .bg-down {
    background: url(/images/product_bg_down.png) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 84vw;
    height: 78vh;
    z-index: 0;
}
.underline {
    text-decoration: underline;
}
/* partners */
.partners {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 110px calc(50% - 600px);
}
.partner-list {
    font-size: 0;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.partner-list img {
    width: 25%;
}
.partnerBg {
    width: 70%;
    height: calc(108% - 117px);
    background: #E9ECEF;
    position: absolute;
    bottom: -8%;
    right: 0px;
    z-index: 0;
}
/* training */
.training {
    width: 100%;
    padding: 110px 0px 70px;
    background: #161719;
}
.training .module-title {
    padding: 0 calc(50% - 600px);
}
.training .module-title .zh-name {
    color: #FFFFFF;
    opacity: 0.8;
}
.training-swiper .selfScale {
    border-radius: 4px;
    opacity: 0.7;
}
.training-swiper .swiper-slide-active {
    opacity: 1;
}
.training-swiper img{
    width: 100%;
}
.training-swiper {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
}
/* .training-swiper {
    height: 250px;
    line-height: 250px;
} */
.training-pagination {
    height: 20px;
    line-height: 20px;
    bottom: 10px !important;
    z-index: 99 !important;
    width: 200px !important;
    right: 325px !important;
    left: unset !important;
}
.training-pagination .swiper-pagination-bullet {
    background: #fff;
}
.left-arrow, .right-arrow {
    bottom: 70px !important;
    top: unset !important;
    color: #fff !important;
    width: 11px !important;
    height: 22px !important;
    z-index: 100 !important;
}
.left-arrow {
    left: 345px !important;
    right: unset !important;
}
.right-arrow {
    left: 390px !important;
    right: unset !important;
}
.left-arrow::after,
.right-arrow::after{
    font-size: 16px !important;
}
/* footer */
.footer {
    color: rgba(254, 255, 255, 0.7);
    margin-top: 400px;
    /* height: 500px; */
    background: #161719;
    padding: 65px calc(50% - 600px) 102px;
}
.companyLogo {
    color: #fff;
    overflow: hidden;
}
.companyLogo .logo-style {
    background: url(../images/logo.png) 50% 50% no-repeat;
    background-size: cover;
    width: 49px;
    height: 42px;
    float: left;
    margin-right: 16px;
}
.companyLogo .logo-name {
    float: left;
}
.logo-name .en {
    font-size: 12px;
    display: block;
    margin-bottom: 1px;
}
.footer .logo-name .zh {
    font-size: 22px;
    display: block;
    font-weight: 300;
}
.footer .info {
    overflow: hidden;
    margin-top: 75px;
    padding-left: 60px;
}
.footer .info .info-item {
    float: left;
    list-style: none;
    font-size: 14px;
    margin: 0px;
}
.footer .info .info-item .item-title {
    color: #5080B0;
    font-size: 18px;
    margin-bottom: 45px;
    display: block;
}
.footer .info .info-item li {
    margin-bottom: 33px;
    line-height: 20px;
    height: 20px;
}
.footer .info .info-item li:last-child {
    margin-bottom: 0px;
}
.footer .info .iconfont {
    font-size: 11px;
    margin-right: 6px;

}
.footer .info .info-item.center {
    margin-left: 160px;
}
.footer .info .right {
    float: right;
}
/* footerBg */
.footerBg {
    /* background: url('../images/footer_bg.jpg') 50% 50% no-repeat; */
    background: url('https://zhongruiqizhi-1300092826.cos.ap-nanjing.myqcloud.com/footer_bg.jpg') 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 1228px;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: -2;
}