html, body{
	overflow-x: hidden;
}
body{
	font-size: 15px;
	line-height: 1.52857143;
	color: #333;
	background-color: #fff;
    font-family: Helvetica,Arial,sans-serif;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
}
.navbar-head{
    background: #fff;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #E6E6E6;
    background: #fff;
    z-index: 1;
}
.navbar-brand{ height: auto;padding-left: 0;}
.nav-menu{padding-top: 15px;}
.navbar-default .navbar-nav>li{padding-left:8px;padding-right:8px;}
.navbar-default .navbar-nav>li>a{padding-left:5px;padding-right:5px;}
.navbar-default .navbar-nav>.active>a,
 .navbar-default .navbar-nav>.active>a:focus,
 .navbar-default .navbar-nav>li>a:focus, 
 .navbar-default .navbar-nav>li>a:hover,
 .navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #f00;
    border-bottom: 2px solid #f00;
}
@media (max-width:768px){
    .navbar-toggle{margin-top:23px;}
}
.index_part {
    height: 97vh;
}
section {
    position: relative;
    width: 100%;
    padding-top: 80px;
}
video {
    object-fit: fill;
    display: block;
    /* width: 100%; */
    height: 100%;
    margin: 0 auto;
}
#video_play {
    display: none;
}
.player_btn {
    position: absolute;
    bottom: 30%;
    width: 100%;
    height: 100px;
    text-align: center;
}
.player_btn span {
    display: inline-block;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

/*about.html*/
.school_banner, .social_banner, .about_bx, .man_in_bx {
    margin: 20px 0 45px;
}

.responsive-tabs__list__item{
    width: 32%;
    display: inline-table;
    margin-right: 2%;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 0;
    background: #f3f3fa;
    color: #888;
}
.responsive-tabs__list__item:last-child{
    margin-right: 0;
}
.responsive-tabs__list__item--active, .responsive-tabs__list__item--active:hover, .responsive-tabs__list__item:hover {
    background: #0075af;
    color: #fff;
}
.responsive-tabs__list{border: none;}
.common_box {
    padding-top: 80px;
    color: #333;
}
.common_box h6 {
    font-size: 24px;
    line-height: 24px;
}
.common_box hr {
    float: left;
    width: 60px;
    height: 0;
    margin: 29px 0 30px;
    border: none;
    border-top: 4px solid #333;
}
.about_article p {
    clear: both;
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 34px;
}
.common_box_center{text-align: center;}
.common_box_center hr {
    float: none;
    margin: 30px auto;
}
.sub_img_box {
    position: relative;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.sub_img_box .img_info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.sub_img_box .img_info .img_title1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 23px;
}
.sub_img_box .img_info .img_title2 {
    padding: 0 34px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.subfl_img_box {
    margin-bottom: 80px;
}
.subfl_img_box p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
}
.top_title, .bottom_title{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.top_title li, .bottom_title li {
    font-size: 16px;
    line-height: 36px;
    cursor: default;
}
.bottom_title {
    padding: 0 14.67%;;
}
.sub_box{display: flex;justify-content : center;}
.sub_left_box, .sub_center_box, .sub_right_box{
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.sub_center_box{justify-content: center;}
.title_big {
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0 15px;
}
.title_small {
    font-size: 16px;
    line-height: 16px;
    color: #888;
}
/*job social*/
.school_sub_title, .social_sub_title {
    width: 160px;
    height: 56px;
    margin-bottom: 59px;
    background: url(../images/school_sub_title.png) no-repeat;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}
.social_job_position {
    padding: 0 42px;
    margin-bottom: 60px;
    box-shadow: 0px 0px 10px -3px #888888;
    border: 1px solid #eee;
}
.social_job_position h5 {
    margin: 0;
    margin-top: 13px;
    line-height: 76px;
    font-size: 24px;
    text-align: start;
}
.job_about {
    padding-left: 26px;
    font-size: 16px;
    line-height: 42px;
    background: url(../images/location.png) left 11px no-repeat;
}
.job_duty {
    background: url(../images/list.png) left 0px no-repeat;
}
.job_about h6 {
    color: #333;
    font-size: 16px;
}
.job_about ul {
    line-height: 32px;
}
.hide_box {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    width: 750px;
    height: 650px;
    margin: auto;
    padding: 60px;
    background-color: #fff;
    overflow-y: auto;
}
.dialog_bg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #000;
    opacity: 0.6;
}
.close_hide_box {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 24px;
    height: 24px;
    background: url(../images/close_hide_box.png) center no-repeat;
    cursor: pointer;
}
.job-duty-height{height:64px;overflow:hidden;}
.omit{   
    margin-bottom: 0;
    line-height: 32px;
}
.job_about a {
    color: #0075AF;
    text-decoration: underline;
    cursor: pointer;
}
.social_job_position_box{padding-bottom: 50px;}
.mail_info {
    color: #666;
    font-size: 18px;
    padding: 0 15px;
}
/*job school*/
.job_position h5 {
    font-size: 18px;
    line-height: 78px;
    text-align: center;
    margin-bottom: 31px;
}
.job-category{
    display: flex;
    flex-wrap: wrap;
}
.job-cate h5{
    font-size: 18px;
    line-height: 46px;
    color: #333;
}
.job-category-box{display: inline-flex;}
.job-category-box p{font-size: 16px;line-height: 20px;padding-right: 15px;}
.jobs-category{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.jobs-category-box{display: inline-flex;}
.jobs-category-box h5{
    background-color: #e2e2e2;
    color: #555;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 30px;
    margin: 0;
    width: 130PX;
    text-align:center;
}
.jobs-category-box p{
    font-size: 16px;
    line-height: 25px;    
    margin-bottom: 0;
    padding-left: 15px;}
.submit_btn {
    clear: both;
    display: block;
    width: 280px;
    height: 60px;
    margin: 50px auto 100px;
    background: #0075AF;
    border-radius: 4px;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.submit_btn:hover, .submit_btn:focus{    
    text-decoration: none;
    color: #fff;
}

.linner_main_box {
    margin-bottom: 45px;
    border-bottom: 1px solid #E6E6E6;
}
.linner_main_box:last-child {
    border: none;
    margin-bottom: 105px;
}
.hiring_process_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.hiring_process {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 64px;
}
.hiring_process img {
    width: 60px;
}
.hiring_process h5 {
    font-size: 16px;
    text-align: center;
}
hr {
    width: 50px;
    height: 0;
    margin-top: 29px;
    border: none;
    border-top: 2px solid #E6E6E6;
}
.xz-box{padding-bottom: 40px;}
.xz-title{
    font-size: 18px;
    height: 60px;
    color: #2b7eb4;
    padding-top: 5px;
    padding-bottom:5px;
}
.xz-content{
    clear: both;
    color:#000;
    font-size: 16px;
    height: 50px;
}
.xz-city{
     text-align: center;
    color: #2b7eb4;
    width: 20%;
    float: left;
    justify-content:center;
}
.xz-school{width:20%;float: left;}
.xz-time{width: 35%;float: left;}
.xz-place{width: 25%;float: left;}
.border-dash-left{border-left: 3px dashed #d4d4d4;}
.border-dash-right{border-right: 3px dashed #d4d4d4;}
.border-dash-bottom{border-bottom: 3px dashed #d4d4d4;}

.xz-city,.xz-school, .xz-time, .xz-place { align-items:center; display:inline-flex;height:50px;line-height:20px;}

.faq_title {
    font-size: 18px;
    line-height: 46px;
    color: #333;
}
.faq_content {
    font-size: 16px;
    line-height: 44px;
    color: #888;
    margin-bottom: 20px;
}
/*contact us*/
.contact_title{
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 60px;
    color: #bbb6b6;
}
.contact_title span{
    font-size: 40px;
    color:#333;
    border-bottom: 4px solid #333;
    margin-right: 15px;
    padding-bottom: 45px;
}
.company_name{
    font-size: 25px;
    padding-bottom: 5px;
}
.contact_info{margin-bottom: 60px;}
.contact_box{
    display: table;
    margin-bottom: 20px;
}
.contact_image{display: table-cell;}
.contact_image a{cursor: pointer;}
.contact_image img{width: 45px;    padding-top: 15px;}
.contact_mail, .contact_phone, .contact_address{
    padding-left: 26px;
    font-size: 16px;
    line-height: 30px;
    display: table-cell;
    vertical-align: top;
    color: #888;
}
.contact_infos{margin-bottom: 60px;}
.view-maps, .view-map{display: inline;cursor: pointer;}
@media (max-width:991px) and (min-width:768px) {
    .navbar .container{width: 100%;}
    .navbar-default .navbar-nav>li {
        padding-left: 5px;
        padding-right: 5px;
    }
    video{height: auto;width: 100%;}
    .index_part{height: auto;}  
    .responsive-tabs__list__item{padding: 10px;}
    .common_box { padding-top: 50px;}
    .school_sub_title, .social_sub_title{margin-bottom: 39px;}
    .job_position h5 {
        line-height: 50px;}
    .submit_btn{margin-bottom: 60px;}
    .contact_title span{padding-bottom: 35px;}
    .subfl_img_box{margin-bottom:40px;}
    .bottom_title {
        padding: 0 12.67%;
    }
}
@media (max-width:767px){
    video{height: auto;width: 100%;}
    .index_part{height: auto;}  
    .player_btn{height: 30px;}
    .player_btn span{width:30px;height: 30px;}
    .player_btn span img{width: 30px;}
    .about_article p{line-height: 35px;}
    .school_banner, .social_banner, .about_bx, .man_in_bx{  margin: 10px 0;}
    .responsive-tabs__heading{font-size: 18px;}
    .responsive-tabs-wrapper{padding:0 15px;}
    .common_box {
        padding-top: 15px;
    }
    .school_sub_title, .social_sub_title{
        margin-bottom: 10px;
        margin-top: 5px;
        margin-left: 15px;
        width: 120px;
        font-size: 20px;
    }
    .social_job_position{ 
        margin-bottom: 30px;
        padding: 0 15px;    
        height: auto !important;
    }
    .hide_box{
        width: 90%;
        padding:15px;
        height: 90%;
    }
    .hiring_process_box {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
    }
    .hiring_process {
        width: 50px;
    }
    .hiring_process img {
        width: 40px;
        margin: 0 auto;
    }
    .hiring_process h5 {
        font-size: 12px;
    }
    hr {
        width: 30px;
        margin-top: 29px;
    }
    .contact_info, .contact_infos, .faq_title, .faq_content {padding-left:15px;padding-right: 15px; }
    .faq_title, .faq_content {line-height: 33px;}
    .linner_main_box{margin-bottom: 15px;    padding-bottom: 15px;}
    .submit_btn{margin-bottom: 20px;margin-top: 20px;}
    .job_position h5{line-height: 40px;    margin-bottom: 20px;}
    
    .contact_title {
        font-size: 20px;
        line-height: 40px;
        padding-bottom: 40px;
    }
    .contact_title span{    
        font-size: 30px;
        padding-bottom: 15px;
    }
    .company_name {
        font-size: 20px;
        padding-bottom: 5px;
        margin-top: 0;
    }
    .contact_info{margin-bottom: 30px;}
    .contact_image img {
        width: 30px;
    }
    .contact_mail, .contact_phone, .contact_address {padding-left: 16px;}
    .subfl_img_box{margin-bottom:20px;}
  .subfl_img_box:nth-child( 2n + 1 ){clear: both; }
  .top_title, .bottom_title{display: none;}
  .title_big {
    font-size: 16px;
    margin: 10px 0;
}
.title_small {
    font-size: 13px;
}
.xz-title{
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}
.xz-content{
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}
.job-cate{
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (max-width:400px){
    .xz-city{width: 15%;}
   .xz-place{width: 30%;}
}

.do-box{display: flex;clear: both;}
.box-flex{width:50%;text-align: left;display: inline-flex;align-items: center;}

.box-flex p{margin-bottom:0;}
@media (max-width:479px){.box-flex img{width: 65px;}}
@media (max-width:350px){.box-flex img{width: 50px;}}