.banner_box{
    position: relative;
    height:400px;
    background: url('../images/knowbg_img/konwbg_banner.jpg') no-repeat top center;
    margin: 0 auto;
}
.banner_text_box{
    position: absolute;
    left:50%;
    top:50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.banner_text_box > span{
    display: block;
    color: #fff;
}
.banner_titlebig{
    padding-bottom: 20px;
    font-size: 44px;
    font-weight: bold;
}
.banner_titlesmall{
    font-size: 20px;
}
.banner_mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.banner_box:hover .banner_mask{display: none;}
.banner_box:hover .banner_text_box > span{
    color: #ec7612;
}
.knowBg_txtBox{
    position: relative;
    padding:30px 0px 10px 0px;
    border-bottom: 1px solid #dddddd;
}
.knowBg_h3{
    color: #ec7611;
    font-size: 24px;
    font-weight: bold;
}
.knowBg_h5{
    position: absolute;
    right:0;
    bottom:10px;
    color: #999999;
    font-size: 12px;
}
.knowBg_contentBox{
    padding-top: 30px;
    min-height: 968px;
}
.knowBg_contentBox > div{
    float: left;
}
.left_menuBox{
    padding-right: 40px;
    width:22%;
}
.left_menuBox > ul > li{
    /*width:222px;*/
    width:100%;
    padding:0px 20px;
    border-top: 1px solid #eee;
}
.left_menuBox > ul > li > a{
    position: relative;
    display: inline-block;
    width:100%;
    height:44px;
    line-height: 44px;
    font-size: 14px;
    color: #666666;
}
.left_menuBox > ul > li.active{
    background: #ec7612;
}
.left_menuBox > ul > li.active a{
    font-size: 16px;
    color: #fff;
}
.left_menuBox > ul > li .hr_arrow::before,
.left_menuBox > ul > li .hr_arrow::after{
    background-color: #666666;
}
.left_menuBox > ul > li.active .hr_arrow::before,
.left_menuBox > ul > li.active .hr_arrow::after{
    background-color: #fff;
}
.left_menuBox .hr_arrow {
    position: absolute;
    right:0;
    top:22px;
}
.right_contentBox{
    /*width: 938px;*/
    width:78%;
}
.company_logoBox{
    padding: 24px 0px 38px 0px;
    text-align: center;
}
.info_title{
    position: relative;
    padding-left: 34px;
    color: #ec7611;
    font-size: 20px;
    font-weight: bold;
}
.info_title > i{
    position: absolute;
    left:0;
    top: 4px;
    display: inline-block;
    width:22px;
    height:22px;
    background: url('../images/knowbg_img/know_bg_icon.png') no-repeat;
}
.article_p{
    max-width: 940px;
    padding-top: 26px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.company_mapBox{
    position: relative;
    width:100%;
    height:460px;
    margin-top: 30px;
    /*margin-bottom: 90px;*/
    background: url('../images/knowbg_img/company_map.png')no-repeat top center;
}
.company_address_txt{
    position: absolute;
    left:284px;
    top:170px;
    color: #ec7611;
    font-size: 14px;
    font-weight: bold;
}
p.smallPadding{
    padding-top: 18px;
}
.company_introduce .info_title > i{
    background-position: -33px 0px;
}
.company_honor .info_title > i{
    background-position: -67px 0px;
}
.platform_box{
    max-width: 940px;
    padding-top: 60px;
    overflow: hidden;
}
.platform_title{
    display: block;
    font-size: 14px;
    color: #666666;
}
.platform_ul{
    overflow: hidden;
    margin-right: -22px;
}
.platform_ul > li{
    position: relative;
    float: left;
    width:297px;
    height:86px;
    margin-right: 21px;
    margin-top: 20px;
    border:1px solid #eee;
    text-align: center;
}
.platform_ul > li > img,
.platform_ul > li > span{
    position: absolute;
    max-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 	/* IE 9 */
    -moz-transform: translate(-50%, -50%); 	/* Firefox */
    -webkit-transform: translate(-50%, -50%); /* Safari å’Œ Chrome */
    -o-transform: translate(-50%, -50%);
}
.platform_ul > li > span{
    color: #666;
}
.company_news .info_title{
    margin-top: 8px;
    text-align: center;
    padding-left: 0px;
}
.timeline_ul{
    max-width: 940px;
    padding-top: 30px;
    text-align: center;
    min-width: 600px;
    text-align: left;
}
.timeline_ul > li{
    position: relative;
    float: left;
    width:50%;
}
.news_box{
    position: relative;
    height: 80px;
    margin-bottom: 80px;
    border-left: 1px solid #dddddd;
}
.news_box:before{
    display: block;
    position: absolute;
    content: "";
    top: -10px;
    left:-10px;
    width: 10px;
    height: 10px;
    background: #ec7612;
    border: 5px solid #fbe4d0;
    border-radius: 50%;
    z-index: 2;
}
.timeline_left{
    text-align: right;
    padding-top: 80px;
}
.timeline_left .news_box:before{
    right: -10px;;
    left:auto;
}
.timeline_left .news_box{
    float: right;
    border-left:none;
    border-right: 1px solid #dddddd;
}
.timeline_left .news_box:last-child{
    border:none;
}
.timeline_left .news_content_box{
    margin-right: 30px;
}
.news_content_box{
    position: relative;
    width:278px;
    min-height:54px;
    margin-left: 30px;
    padding:10px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 5px #EEF, 1px 3px 5px #eee;
}
.news_content_box:before{
    position: absolute;
    dis: inline-block;
    left: -12px;
    top: -3px;
    content: " ";
    width: 14px;
    height: 14px;
    background:url(../images/knowbg_img/know_bg_icon.png) no-repeat -47px -49px
}
.timeline_left .news_content_box:before{
    right: -12px;
    left:auto;
    background-position:-45px -63px;
}
.news_content_box > p{
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.news_content_box > p.time_p{
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.honor_box > li{
    position: relative;
    float: left;
    width:50%;
    height: auto;
    line-height: 20px;
    margin-top: 20px;
    padding-left: 14px;
    font-size: 14px;
    color: #333;
}
.honor_box > li > i{
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #333;
}
.honor_imgScroll{
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.scroll_box {
    overflow: hidden;
    position: relative;
}
.honor_imgList{
    height: 220px;
    overflow: hidden;
    margin-right: -22px;
}
.honor_imgList > li{
    width:218px;
    height:218px;
    margin-right: 22px;
    margin-bottom: 22px;
    float: left;
}

.chang{
    clip: rect(-10px, 55px, 110px, -10px);
    position: absolute;
    left: 0;
    top: 50%;
    height: 74px;
    width: 30px;
    margin-top: -37px;
    background: #e9e9e9;
    z-index: 1;
    cursor: pointer;
    display: none;
}
.chang.btn_off{
    background: #5e5e5e;
}
.btn_left {
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    border-radius: 0 5px 5px 0;
    clip: rect(-10px, 55px, 110px, 0);
}
.btn_right {
    right: 0;
    left: auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    border-radius: 5px 0 0 5px;
}
.chang i{
    font-size: 20px;
    position: absolute;
    top: 58%;
    right: 2px;
}
.chang i.arrow_toLeft{
    top: 40%;
    right: 3px;
}
.chang .hr_arrow:before,
.chang .hr_arrow:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 8px;
    background-color: #666;
}
.chang.btn_off .hr_arrow:before,
.chang.btn_off .hr_arrow:after {
    background-color: #999;
}
.chang .hr_arrow:after{
    right: 8px;
}
.honor_imgScroll:hover .chang{
    display: block;
}
/*棒谷文化*/
.culture_title1{
    padding:60px 0px 22px 0px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.company_culture .info_title > i {
    background-position: -96px 0px;
}
.video_box,.video_tabBox{
    float: left;
}
.video_wrap{position: relative}
.video_tabBox{
    /*width: 298px;*/
    width:30%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.video_tabBox > span{
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    min-width:96px;
    height: 28px;
    line-height: 28px;
    padding:0px 10px 0px 30px;
    font-size: 14px;
    color: #666;
    border:1px solid #dddddd;
    border-radius: 4px;
    cursor: pointer;
}
.video_yearBtn{
    margin-right: 12px;
}
.video_tabBox > span > i{
    position: absolute;
    left:10px;
    top:6px;
    display:inline-block ;
    width:16px;
    height:16px;
    background: url(../images/knowbg_img/know_bg_icon.png) no-repeat -47px -31px;
}
.culture_ulBox{
    width:100%;
}
.culture_ulBox > li{
    position: relative;
    width: 44%;
    float: left;
    margin-bottom: 45px;
    padding-left: 54px;
}
.culture_ulBox > li > span{
    display: block;
    font-size: 12px;
}
.culture_ulBox > li > span.culture_liTitle{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}
.culture_ulBox > li > i{
    position: absolute;
    left:0;
    top:0;
    display: inline-block;
    width:42px;
    height:42px;
    background: url('../images/knowbg_img/know_bg_icon.png') no-repeat 0px -29px;

}
.culture_ulBox > li:nth-of-type(2) > i{
    height: 36px;
    background-position: 0px -78px;
}
.culture_ulBox > li:nth-of-type(3) > i{
    height: 34px;
    background-position: 0px -119px;
}
.culture_ulBox > li:nth-of-type(4) > i{
    height: 46px;
    background-position: 1px -158px;
}
.culture_ulBox > li:nth-of-type(5) > i{
    width: 50px;
    background-position: 0px -211px;
}
.culture_ulBox > li:nth-of-type(5){
    padding-left: 64px;
}
/*棒谷人才观*/
.company_talent .info_title > i {
    background-position: -125px 0px;
}
.bang_box{
    padding:30px 0px 12px 0px;
}
.bang_box > p{
    padding-bottom: 18px;
    font-size: 14px;
    color: #333;
}
.bang_box > p > span{
    font-size: 20px;
    font-weight: bold;
    color: #ec7611;
}
.talentImg_box{
    width:100%;
    height:300px;
    background: url('../images/knowbg_img/know_bg_joinusbanner.jpg') no-repeat top center;
}

.wrap .vjs-big-play-centered .vjs-big-play-button{
/*    width: 1.5em;
    margin-left: -.75em;
    border-radius: 100%;*/
    width: 65px;
    margin-left: -.75em;
    background: none;
    border:none;
    border-radius: 100%;
    outline: none;
}
.wrap .vjs-big-play-centered .vjs-big-play-button:before,
.wrap .vjs-big-play-centered .vjs-big-play-button:after{
    display: inline-block;
    content: "";
    position: absolute;
    top: -12px;
    width: 33px;
    height: 70px;
    border: 7px solid #fff;
}
.wrap .vjs-big-play-centered .vjs-big-play-button:before{
    left: -3px;
    border-radius: 100% 0 0 100%/50%;
    border-right: none;
    -webkit-animation: ball-turn 1.5s linear infinite; animation: ball-turn 1.5s linear infinite;
    -webkit-transform-origin:105%;
}
.wrap .vjs-big-play-centered .vjs-big-play-button:after{
    right: -2px;
    border-radius: 0 100% 100% 0/50%;
    border-left: none;
    -webkit-animation: ball-turn 1.5s linear infinite; animation: ball-turn 1.5s linear infinite;
    -webkit-transform-origin:-5%;
}
.wrap .video-js .vjs-control{
    outline: none;
}
.wrap .video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button{
    background-color:#000 !important;
}
.wrap .video_box{
    width:70%;
}
.wrap .video-js{
    width:100%;
}
.wrap #player-bg{
    display: none;
}
@-webkit-keyframes ball-turn {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes ball-turn {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.company .banner {
    display: table;
    width: 100%;
    min-width: 1200px;
    height: 300px;
    background: url(../images/new_images/banner/konwbg_banner.jpg) no-repeat;
}
.company .banner .text_wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.company .banner .text_wrap .big_text {
    font: bold 44px/34px MicrosoftYaHei-Bold;
    color: #ec7612;
}
.company .banner .text_wrap .small_text {
    font-size: 20px;
    color: #ec7612;
    margin-top: 20px;
}
.detail_contentBox {
    max-width: 940px;
}
.company_honor .info_title,
.company_culture .info_title,
.company_talent .info_title{
    margin-top: 10px;
}
/*icon*/
.hr_arrow{
    display: inline-block;
    padding-left: 16px;
    width: 10px;
    height: 6px;
    position: relative;
    top: -1px;
    right: 0px;
}
.hr_arrow::before,
.hr_arrow::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 6px;
    background-color: #fff;
}
.hr_arrow::before{
    right: 2px;
    -webkit-transform: skew(140deg, 0deg);
    -ms-transform: skew(140deg, 0deg);
    transform: skew(140deg, 0deg);
}
.hr_arrow::after{
    right: 6px;
    -webkit-transform: skew(-140deg, 0deg);
    -ms-transform: skew(-140deg, 0deg);
    transform: skew(-140deg, 0deg);
}
.arrow_toRight{
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); 	/* IE 9 */
    -moz-transform:rotate(-90deg); 	/* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari å’Œ Chrome */
    -o-transform:rotate(-90deg); 	/* Opera */
}
.arrow_toLeft{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari å’Œ Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}