
::-webkit-scrollbar /*整体部分*/ {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-track /*滑动轨道*/ {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0px;
    background: rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb /*滑块*/ {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

    ::-webkit-scrollbar-thumb:hover /*滑块效果*/ {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.4);
    }


/*一级菜单*/
ul {
    text-align: center;

}

.nav_img {

    background-image: url("../sources/kalendImg/IndexImage/logo.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    height: 50px;
  
}

.nav_a {
    background-image: url("../sources/kalendImg/IndexImage/menu.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.nav-mine {
    margin-right: 30px;
}





.navbar-nav > li > a {
    padding-left: 0;
    padding-right: 0;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
}

.nav1 > li > a {
    padding-left: 0;
    padding-right: 0;
    color: #333333;
    font-size: 16px;
}

.nav_menu1 > li > a {
    padding-left: 0;
    padding-right: 0;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
   
}
 



.nav_menu1 > li.text-center {
    width: 111px;
}



/*移动端菜单栏标志*/
.mobile_menue_img {
    margin-left: 33%;
}

.close-size {
    height: 35px;
    width: 35px;
}

/*二级菜单*/
.nav_ul {
    padding: 0px;
}

    .nav_ul > li.text-center {
        width: 119px;
        padding: 0px;
    }


.nav_video {
   
    background-image: url("../sources/kalendImg/IndexImage/menu.png");
    background-repeat: no-repeat;
    background-position: center;
}

li.text-center > a {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #333333;
    width: 100%;
}

li.text-center > a {
    padding: 0;
    margin: 10px 0;
    border-radius: 8px;
}

    li.text-center > a.active {
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        color: #fcf8e3; 
    }

.nav_PS {
    padding-top: 56px;
    padding-left: 0px;
    padding-right: 0px;
}

.nav_ul > li > a[href*='/Business/ThreeD'] {
    background-image: none;
}

.nav_ul > li > a:hover, .nav_ul > li > a:focus {
    background: none;
}


/*招聘部分样式*/
p > strong {
    color: #38b2b8;
    font-weight: bold;
}

hr {
    color: #dddddd;
    font-size: 1px;
}

.nav_ul li a:focus {
    outline: none;
}

.ps_h1 {
    padding: 0px;
}

.video_title {
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    color: #333333;
    margin-top: 5px;
}

.nav-div-about {
    text-align: justify;
    line-height: 28px;
    margin-left: -17px;
}

/*备案样式*/
.nav-beian {
    height: 40px;
    border-top: 1px solid #eee;
    border-bottom: 0px solid #eee;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background-color: #ffffff;
}

.nav-beian-font {
    color: #333333;
    margin-top: 12px;
    font-size: 12px;
}


/*PC端*/
@media(min-width: 990px) {
    .mobile_menue {
        display: none;
    }

    .nav_menu2 {
        display: none;
    }

    .mobile-home-div {
        display: none;
    }

    .div_img > .mobile_join_img {
        display: none;
    }

    .nav_ul li {
        float: left;
        width: 90px;
    }
    .pc_menue {
        display: block;
    }

    .mobile_menue {
        display: none;
    }

    .home_index {
        font-size: large;
        font-weight: 400;
        float: left;
        line-height: 50px;
        font-weight: bold;
    }

    .mobile-home-content {
        display: none;
    }

    .recruit-nav-bottome {
        margin-bottom: 50px;
    }

    .english_Font {
        font-family: Arial;
    }

    .index_banner_img {
        position: absolute;
        bottom: 17%;
        color: forestgreen;
        width: 20px;
    }

    .mobile_Busines {
        display: none;
    }

    .number-xuhao {
        float: left;
        height: 100%;
        width: 2%;
        color: #333333;
    }

    .content-span {
        display: inline-block;
        width: 96%;
        color: #333333;
    }

    .mobile_nav_span {
        font-size: 36px;
        float: left;
        font-family: Arial;
    }
}

/* 712px*/
@media  (max-width: 989px) {
    .nav-div {
        overflow: hidden;
        overflow-x: scroll;
    }

    .pc-home-div {
        display: none;
    }

    .works-width {
        max-width: 100%;
    } 

    .swiper-container1 {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .nav_PS {
        padding-top: 0;
    }

    .nav_ul {
        width: 720px;
    }

    .nav-ul-marginleft {
        margin-left: 10px;
    }

    .nav_ul li {
        float: left;
        width: 119px;
    }

    .nav-div::-webkit-scrollbar {
        display: none;
    }

    .div_img > .pc_join_img {
        display: none;
    }

    .pc_menue {
        display: none;
    }

    .mobile_menue {
        display: block;
    }

    .add_padding {
        margin-bottom: 50px;
    }

    .nav-nopadding {
        padding: 0px;
    }

    .home_index {
        font-size: large;
        font-weight: 400;
        float: left;
        line-height: 40px;
    }

    .pc-home-content {
        display: none;
    }

    .pc_Busines {
        display: none;
    }

    .nav-beian {
        display: none;
    }


    .number-xuhao {
        float: left;
        height: 100%;
        width: 5%;
        color: #333333;
    }

    .content-span {
        display: inline-block;
        width: 94%;
        color: #333333;
    }

    .mobile_nav_span {
        font-size: 30px;
        float: left;
        font-family: Arial;
    }
    #m_about_div{
        width: 100%;
        height: auto;
    }

}







