#content{
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    z-index: 20;
} 
.mobile_select{
    display: none;
}
footer{
    opacity: 1;background-color: transparent;
}
#inner_content,#banner > h1{
    opacity: 0;
}
/*#righttop{
    display: block;
}*/
#company{
    display: block;    z-index: 5;
    width: 100%;
    max-width: 828px;letter-spacing: 1px;
    position: relative;margin: 0 auto;
}
#tab_menu{
        display: inline-block;
    position: relative;
    margin-top: 135px;
    text-align: center;    z-index: 5;
    width: 100%;
    background-color: transparent;

}
#tab_menu.scroll-to-fixed-fixed{
    margin-top: 0;
    background: #FEFEFE;
    height: 126px;
    padding-top: 29px;
}
#tab_menu .block{
        display: block;
    width: 100%;
    position: relative;
}
#tab_menu .block .sliders{
    display: block;
    width: 100%;
    position: relative;
    max-width: 826px;
    margin: 0 auto;
    padding-bottom: 45px;
}
#tab_menu .block .sliders .tlink{
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 34px;
    padding-top: 11px;
    height: 60px;
    font-size: 15px;
    letter-spacing: 1px;    padding-left: 27px;
    line-height: 21px;
    border-right: 1px solid #d4d4d4;
}
#tab_menu .block .sliders li{
    border-bottom: 3px solid black;
    cursor: pointer;
}
#tab_menu .block .sliders li:after{
    content: '';
    background-color: #D81718;
    position: absolute;
    display: block;
    width: 0%;
    height: 3px;
    bottom: -3px;
        -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
}
#tab_menu .block .sliders li.active:after,
#tab_menu .block .sliders li:hover:after{
    width: 100%;
}
#tab_menu .block .sliders li:last-child .tlink{
    border-right: 0;
}
#tab_menu .block .sliders .tlink:after{
    content: '';
    background-image: url(../images/about/now.png);
    width: 11px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -5.5px;
    opacity: 1;
        -webkit-transition:all .6s .1s ease;
    -moz-transition:all .6s .1s ease;
    -o-transition:all .6s .1s ease;
    -ms-transition:all .6s .1s ease;
    transition:all .6s .1s ease;
}
#tab_menu .block .sliders li.active .tlink:after,
#tab_menu .block .sliders li:hover .tlink:after{

    bottom: -34px;
}
#tab_menu .block .sliders .tlink span{
    
}
#company #where{
        font-size: 15px;
    display: block;
    color: #434343;
    letter-spacing: 1px;opacity: 0;
    font-weight: 500;
    padding-top: 18px;
    margin-top: 15px;    margin-bottom: 70px;
    position: relative;
}
#company #where span{
        margin-left: 2px;
}
#company #where a{
    color: #434343;
}
#company #where:after{
background-color: #434343;
    width: 0;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
            -webkit-transition:all .6s .5s ease;
    -moz-transition:all .6s .5s ease;
    -o-transition:all .6s .5s ease;
    -ms-transition:all .6s .5s ease;
    transition:all .6s .5s ease;
}
#company #where.active:after{
    width: 20px;
}
#company #main{
        width: 100%;
    position: relative;
    display: block;
}
#company #main #c_block{
    display: block;
    width: 100%;
    position: relative;opacity: 0;
    border-bottom: 1px solid black;
}
#company #main #c_block .block{
        display: block;
    width: 100%;
    position: relative;
}
#company #main #c_block .block .left{
        display: inline-block;
    width: 180px;
    float: left;
    font-size: 30px;
    position: relative;
}
#company #main #c_block .block .left h2{
        font-weight: 500;
    display: block;
    position: relative;
}
#company #main #c_block .block .left b{
font-size: 18px;
    display: block;
    color: #d81718;
    margin-top: 140px;
}
#company #main #c_block .block .right{
        float: right;
    width: 64%;
    font-size: 16px;
    color: #434343;
    line-height: 30px;
}
#company #main #c_block .block .sp_img{
    float: left;
    display: block;
    margin-top: 95px;
    width: 100%;
    position: relative;
    margin-bottom: 68px;opacity: 0;

}
#company #main #c_block .block .sp_img:before{
content: '';
    width: 100%;
    height: 255px;
    display: block;
    position: relative;
    border: 8px solid #D81718;
    z-index: 1;

}
#company #main #c_block .block .sp_img .imgs{
    position: absolute;
    width: 812px;
    top: -40px;
    z-index: 2;opacity: 0;
    height: 287px;
    padding: 0;
    background-repeat: no-repeat;
    left: 8px;
    background-size: 100%;
}
#company #main #c_block .block .sp_img .imgs img{
    display: none;
}
#company #main #c_block .block .list_table{
        float: left;
    width: 100%;
    font-size: 16px;
    color: #434343;
    line-height: 28px;
    position: relative;
}
#company #main #c_block .block .list_table div{
        display: block;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    padding-left: 75px;opacity: 0;
    top: 20px;
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
}
#company #main #c_block .block .list_table div.active{
        opacity: 1;
        top: 0;
}

#company #main #c_block .block .list_table div:nth-child(2){
    -moz-transition:all .6s .2s ease;
    -o-transition:all .6s .2s ease;
    -ms-transition:all .6s .2s ease;
    -webkit-transition:all .6s .2s ease;
    transition:all .6s .2s ease; 
}

#company #main #c_block .block .list_table div:nth-child(3){
    -moz-transition:all .6s .4s ease;
    -o-transition:all .6s .4s ease;
    -ms-transition:all .6s .4s ease;
    -webkit-transition:all .6s .4s ease;
    transition:all .6s .4s ease; 
}
#company #main #c_block .block .list_table div:nth-child(4){
    -moz-transition:all .6s .6s ease;
    -o-transition:all .6s .6s ease;
    -ms-transition:all .6s .6s ease;
    -webkit-transition:all .6s .6s ease;
    transition:all .6s .6s ease; 
}
#company #main #c_block .block .list_table div:nth-child(5){
    -moz-transition:all .6s .8s ease;
    -o-transition:all .6s .8s ease;
    -ms-transition:all .6s .8s ease;
    -webkit-transition:all .6s .8s ease;
    transition:all .6s .8s ease; 
}
#company #main #c_block .block .list_table div:nth-child(6){
    -moz-transition:all .6s 1s ease;
    -o-transition:all .6s 1s ease;
    -ms-transition:all .6s 1s ease;
    -webkit-transition:all .6s 1s ease;
    transition:all .6s 1s ease; 
}
#company #main #c_block .block .list_table div:nth-child(7){
    -moz-transition:all .6s 1.2s ease;
    -o-transition:all .6s 1.2s ease;
    -ms-transition:all .6s 1.2s ease;
    -webkit-transition:all .6s 1.2s ease;
    transition:all .6s 1.2s ease; 
}



#company #main #c_block .block .list_table div b{
        color: #d81718;
    position: absolute;
    left: 0;
}
#company #main #c_block .block .list_table div span{
    
}

#company #main #c_block .block .list_table div:last-child{
    border-bottom: 0;
}
#company #main #c_block .block .circle{
    display: block;
    float: left;
    width: 100%;
    margin-top: 90px;
    position: relative;
    margin-bottom: 80px;
}
#company #main #c_block .block .circle h3{
    font-size: 30px;
    font-weight: 500;
    line-height: 37px;
    display: block;opacity: 0;
}
#company #main #c_block .block .circle .c_img{
        display: block;
    width: 100%;
    text-align: center;position: relative;
}
#company #main #c_block .block .circle .c_img .mobile_img{
    display: none;
}
#company #main #c_block .block .circle .c_img img{
max-width: 845px;
    margin: 0 auto;
    display: block;
}
#company #main #c_block .block .circle .c_img .before{
    display: block;
    position: relative;opacity: 0;
}
#company #main #c_block .block .circle .c_img .after{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;opacity: 0;
}
#company #main #c_block .block .circle .text{
    display: block;
    width: 100%;
    margin-top: 75px;
    position: relative;opacity: 0;
}
#company #main #c_block .block .circle .text .left{
    float: left;
    width: 43%;
    font-size: 16px;
    line-height: 30px;
}
#company #main #c_block .block .circle .text .right{
     float: right;
    width: 43%;  
        font-size: 16px;
    line-height: 30px; 
}
#company #main #c_block .block .circle .text:after{
content: '';
    background-color: #cecdcd;
    left: 50%;
    height: 100%;
    width: 1px;
    position: absolute;
    display: block;
    top: 0;
}


#company #main #c_block_2{
    display: block;
    width: 100%;    padding-bottom: 50px;
    position: relative;
    border-bottom: 1px solid black;
}

#company #main #c_block_2 >h2{
    font-size: 30px;
    display: block;
    font-weight: 500;
    margin-top: 124px;
    line-height: 37px;opacity: 0;
}


.pic_show{
  position: relative;
  width: 100%;
  margin: 50px 0;opacity: 0;
}
.pic_show .pic_show_slider{
    position: relative;
  width: 100%;
}
.pic_show .bx-wrapper .bx-prev,.pic_show .bx-wrapper .bx-next{
    width: 50px;
    height: 50px;
    color: #434343;
    border-radius: 50%;
    border: 2px solid #c1c1c1;
    font-size: 12px;
    text-indent: inherit;
    text-align: center;
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
}
.pic_show .bx-wrapper .bx-prev i{
    transform: rotate(180deg)scale(.7);
    -webkit-transform: rotate(180deg)scale(.7);
    -moz-transform: rotate(180deg)scale(.7);
    -o-transform: rotate(180deg)scale(.7);
    top: 16px;
    position: relative;
    left: -2px;
}
.pic_show .bx-wrapper .bx-next i{
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    top: 16px;
    position: relative;
    left: 2px;
}
.pic_show .bx-wrapper li{
    position: relative;
}
.pic_show .bx-wrapper img{
    width: 100%;
}
.pic_show .bx-wrapper span{
    position: absolute;
    font-size: 16px;
    color: white;
    background-color: rgba(0, 0, 0, 0.58);
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 48px;
    padding-top: 46px;
    padding-bottom: 32px;
    opacity: 0;
        -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.pic_show .bx-wrapper li.active span{
    opacity: 1;
            -webkit-transition:all .9s .8s ease;
    -moz-transition:all .9s .8s ease;
    -o-transition:all .9s .8s ease;
    -ms-transition:all .9s .8s ease;
    transition:all .9s .8s ease;
}
.pic_show .bx-wrapper .bx-prev:hover,.pic_show .bx-wrapper .bx-next:hover{
    color: #d81718;
    border-color: #d81718;
}

.pic_show .pic_show_slider .worder,.pic_show .pic_show_slider__s .worder{
    position: absolute;
    background-color: rgba(255,255,255,0.85);
    left: 44px;
    top: 80px;
    width: 305px;
    height: 417px;
    z-index: 100;
    padding: 50px;
    text-align: left;
}
.pic_show .pic_show_slider .worder span,.pic_show .pic_show_slider__s .worder span{
      font-size: 12px;
    width: 100%;
    position: relative;
    display: inline-block;
    
    opacity: 0.8;
}
.pic_show .pic_show_slider .worder .name,.pic_show .pic_show_slider__s .worder .name{
      font-size: 34px;
    display: inline-block;
    width: 100%;
    margin: 50px 0;
    letter-spacing: 3px;
}
.pic_show .pic_show_slider .worder .summary,.pic_show .pic_show_slider__s .worder .summary{
      font-size: 13px;
    line-height: 23px;
    display: inline-block;
    width: 100%;
}
/*.pic_show .bx-wrapper .bx-viewport{
    padding-bottom: 103px;
}
*/
.pic_show .bx-controls{
    z-index: 200;
    height: 112px;
    bottom: 0;
    margin: 0 auto;    border-bottom: 2px solid #DBDBDB;
    display: block;
    position: relative;
}
.pic_show .bx-controls-direction{
    position: relative;
    height: 95px;
    width: 115px;
    margin: 0 auto;
    z-index: 100;
}

.pic_show .names{
    position: RELATIVE;
    font-size: 16px;
    color: #545454;
    bottom: 65px;
    left: 0;
    z-index: 200;
    width: 98px;
    line-height: 20px;
    text-align: left;
    FLOAT: LEFT;
}
.pic_show .pages{
    position: relative;
    RIGHT: 0;
    BOTTOM: 62px;
    color: black;
    z-index: 200;
    width: 70px;
    text-align: center;
    letter-spacing: 2px;
    float: right;
}
.pic_show .pages .now{
  
}
.pic_show .pages .all{
  color: #737373;
}

.pic_show .thumb_pic{
    display: block;
    margin-top: 44px;
}
.pic_show .thumb_pic li{

}
.pic_show .thumb_pic li.active .imgs,.pic_show .thumb_pic li:hover .imgs{
    border-color: #d81718;
}
.pic_show .thumb_pic .imgs{
    width: 160px;
    height: 117px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 5px solid white;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.pic_show .thumb_pic .imgs img{
    width: 100%;
}

.pic_show .thumb_pic .bx-controls{
    height: auto;
    border-bottom: 0;
}

.pic_show .thumb_pic .bx-wrapper .bx-prev{
    position: absolute;
    top: -68px;
    bottom: auto;opacity: 0;
    background-color: white;    left: -23px;
}
.pic_show .thumb_pic .bx-wrapper .bx-next{
    position: absolute;
    top: -68px;opacity: 0;
    bottom: auto;    right: -23px;
    background-color: white;
}
.pic_show .thumb_pic .bx-controls-direction{
    position: relative;
    height: auto;
    width: auto;
}

.pic_show .thumb_pic:hover .bx-wrapper .bx-prev,
.pic_show .thumb_pic:hover .bx-wrapper .bx-next{
    opacity: 1;
}

.pic_show .thumb_pic:hover .bx-wrapper .bx-prev.disabled,
.pic_show .thumb_pic:hover .bx-wrapper .bx-next.disabled{
    opacity: .4;
}

#company #main em{
    font-size: 168px;
    font-weight: bold;
    color: #f3f3f3;
    font-style: initial;
    position: absolute;
    right: 0;
    top: -60px;
}



#company #main #c_block_3{
    display: block;
    width: 100%;    padding-bottom: 70px;
    position: relative;
    border-bottom: 1px solid black;
}
#company #main #c_block_3 >h2 {
    font-size: 30px;
    display: block;
    font-weight: 500;opacity: 0;
    margin-top: 120px;
    line-height: 37px;
}
#company #main #c_block_3 .history{
display: block;
    margin-top: 140px;
    width: 100%;
    position: relative;
}
#company #main #c_block_3 .history .left{
        float: left;
    width: 244px;
    font-size: 16px;opacity: 0;
    line-height: 22px;margin-bottom: 100px;
    display: block;
}
#company #main #c_block_3 .history .left.mobile_select{
    display: none;
}
#company #main #c_block_3 .history .left .year{
    display: block;
    width: 100%;
    padding: 14px 0 10px;
    border-bottom: 1px solid #BDBDBD;cursor: pointer;
        -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
    background-position: 92% 50%;

}
#company #main #c_block_3 .history .left .year:last-child{
    border-bottom: 0;
}
#company #main #c_block_3 .history .left .year.active{
    background-image: url(../images/about/now_his.png);
    background-repeat: no-repeat;
    border: 4px solid #D81718;
    background-position: 92% 50%;
    padding-left: 15px;
}
#company #main #c_block_3 .history .left .year:hover{
    color: #D81718;
}
#company #main #c_block_3 .history .show_his{
        float: right;
    width: 530px;opacity: 0;
    position: relative;
    display: block;
}
#company #main #c_block_3 .history .show_his .his_block{
        display: none;
    width: 100%;
    position: relative;
}
#company #main #c_block_3 .history .show_his .his_block.active .title:after{
    width: 36px;
}
#company #main #c_block_3 .history .show_his .imgs{
    float: right;
    width: 203px;
    display: block;
}
#company #main #c_block_3 .history .show_his .imgs img{
    width: 100%;
}
#company #main #c_block_3 .history .show_his .title{
        font-size: 24px;
    margin-bottom: 50px;
    font-weight: 500;
    display: block;position: relative;
}
#company #main #c_block_3 .history .show_his .title:after{
    content: '';
    background-color: black;
    position: absolute;
    width: 0;
    height: 2px;
    top: 65px;
    left: 0;
            -webkit-transition:all .5s 1s ease;
    -moz-transition:all .5s 1s ease;
    -o-transition:all .5s 1s ease;
    -ms-transition:all .5s 1s ease;
    transition:all .5s 1s ease;
}
#company #main #c_block_3 .history .show_his .text{
font-size: 16px;
    display: block;
    line-height: 28px;
    float: left;
    width: 300px;
    margin-top: 11px;
}
#company #main #c_block_3 .history .show_his .nopic .text{
    width: 100%;
}

#company #main #c_block_4{
    display: block;
    width: 100%;    padding-bottom: 70px;
    position: relative;
}
#company #main #c_block_4 >h2 {
    font-size: 30px;
    display: block;
    font-weight: 500;
    margin-top: 120px;
    line-height: 37px;opacity: 0;
}
#company #main #c_block_4 .award{
    DISPLAY: BLOCK;
    width: 100%;opacity: 0;
    margin-top: 50px;
    position: relative;
    margin-bottom: 95px;
}
#company #main #c_block_4 .award .imgs{
        float: left;
    width: 25%;
}
#company #main #c_block_4 .award .imgs img{
    max-width: 168px;
    display: block;
    margin: 0 auto;
}
#company #main #c_block_4 .text{
        display: block;
    width: 100%;    
    line-height: 28px;opacity: 0;
    font-size: 16px;
    position: relative;
}


#company .timeline{
    display: block;
    width: 100%;
    position: relative;
    margin-top: 160px;
    color: #434343;
    font-size: 16px;
    line-height: 26px;
}
#company .timeline .time{
    display: block;
    width: 100%;
    position: relative;
}
#company .timeline .time .year{
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    max-width: 100px;
    margin: 0 auto;opacity:1;
    top: 20px;

}
#company .timeline .time.active .year{
    opacity: 1;
    top:0;
}
#company .timeline .time .year:before{
    content: '';
    background-color: #434343;
    position: absolute;
    width: 0;
    height: 2px;
    left: 7px;
    top: 33px;
    -webkit-transition:all .7s .2s ease;
    -moz-transition:all .7s .2s ease;
    -o-transition:all .7s .2s ease;
    -ms-transition:all .7s .2s ease;
    transition:all .7s .2s ease;
}
#company .timeline .time.active .year:before{
    width: 81px;left: 7px;
}

#company .timeline .time .year span{
    font-size: 36px;
    font-weight: bold;
    position: relative;
    top: 20px;opacity: 0;
    display: block;
        -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
#company .timeline .time.active .year span{
    opacity: 1;top: 0;
}


#company .timeline .time .year b{
    display: block;
    font-size: 13px;
    margin-top: 13px;position: relative;opacity: 0;
}
#company .timeline .time.active .year b{
    opacity: 1;top: 0;
            -webkit-transition:all .5s .2s ease;
    -moz-transition:all .5s .2s ease;
    -o-transition:all .5s .2s ease;
    -ms-transition:all .5s .2s ease;
    transition:all .5s .2s ease;
}
#company .timeline .time .word{
    min-height: 100px;
    margin-bottom: 45px;    padding-bottom: 27px;
    margin-top: 15px;
    display: block;    padding-right: 30px;
    padding-left: 60%;position: relative;
    opacity: 0;top: 0;
    -webkit-transition:all .5s .7s ease;
    -moz-transition:all .5s .7s ease;
    -o-transition:all .5s .7s ease;
    -ms-transition:all .5s .7s ease;
    transition:all .5s .7s ease;
}
#company .timeline .time.active .word{
    opacity: 1;
    top: 0;
}
#company .timeline .time.active .word ul li{
    position: relative;padding-left: 10px;
}
#company .timeline .time.active .word ul li:before{
    content: '';
    border: 2px solid #db2829;
    width: 10px;
    height: 10px;
    display: block;
    color: black;
    position: absolute;
    border-radius: 50%;
    left: -8px;
    top: 7px;
}
#company .timeline .time .imgs{
    display: block;
    position: absolute;
    right: 0;
    top: 20px;opacity: 0;
        -webkit-transition:all .8s .9s ease;
    -moz-transition:all .8s .9s ease;
    -o-transition:all .8s .9s ease;
    -ms-transition:all .8s .9s ease;
    transition:all .8s .9s ease;
}
#company .timeline .time.active .imgs{
    opacity: 1;
    top: 0;
}
#company .timeline .time._right .imgs{
    display: block;
    position: absolute;
    left: 0;
    right:auto;
}
#company .timeline .time .imgs img{

}
#company .timeline .time._right{

}
#company .timeline .time._right .word:before{
    content: '';
    background-color: #D81718;
    width: 6px;
    left: 50%;
    height: 0%;
    top: 0;
    display: block;
    position: absolute;
    margin-left: -3px;
    -webkit-transition:all .9s .5s ease;
    -moz-transition:all .9s .5s ease;
    -o-transition:all .9s .5s ease;
    -ms-transition:all .9s .5s ease;
    transition:all .9s .5s ease;
}
#company .timeline .time.active .word:before,
#company .timeline .time._left.active .word:before{
    height: 100%;
}
#company .timeline .time._left{

}
#company .timeline .time._left .word{
    padding-left: 30px;
    padding-right: 60%;
    text-align: left;   
}
#company .timeline .time._left .word:before{
    content: '';
    background-color: #b2b2b2;
    width: 6px;
    left: 50%;
    height: 0%;
    display: block;
    position: absolute;
    margin-left: -3px;top: 0;
        -webkit-transition:all .9s .5s ease;
    -moz-transition:all .9s .5s ease;
    -o-transition:all .9s .5s ease;
    -ms-transition:all .9s .5s ease;
    transition:all .9s .5s ease;
}


#tab_menu .bx-wrapper .bx-controls-direction .bx-prev{
    background-image: url(../images/about/tab_left.png);    left: -17px;
    width: 20px;
}
#tab_menu .bx-wrapper .bx-controls-direction .bx-next{
    background-image: url(../images/about/tab_right.png);
        right: -17px;
    width: 20px;
    background-position: right;
}
#tab_menu .bx-wrapper .bx-controls-direction a.disabled{
    display: none;
}







@media only screen and (min-width: 1025px) {



}


@media only screen and (max-width: 1024px) {
#inner_content .bg_show{
   /* display: none;*/    width: 110%;
    left: -5%;
   background-position: center;
}

#company #main #c_block .block .sp_img .imgs{
    max-width: 100%;
}


#company #main #c_block .block .circle .c_img img{
    max-width: 100%;
}

#company #where{
    top: -218px;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 0px;
    color: #7D7D7D;
    font-weight: 300;
}
#company #where a{
    font-size: 14px;
    margin-top: 0px;
    color: #7D7D7D;
    font-weight: 300;
}
#tab_menu{
    margin-top: 150px;
}
#company #main #c_block .block .sp_img .imgs img{
    display: block;
    opacity: 1;
    width: 100%;
}
#company #main #c_block .block .sp_img .imgs{
    background-size: 0;
    position: relative;
    height: auto;
    top: auto;
    left: auto;
}
#company #main #c_block .block .sp_img:before{
    display: none;
}
#tab_menu .block .sliders{
    max-width: 100%;
}
.pic_show .thumb_pic li.active .imgs, .pic_show .thumb_pic li:hover .imgs,.pic_show .thumb_pic .imgs{
    width: 100%;    height: 100px;
}

#company #main #c_block_3 .history .left{
    width: 30%;
}
#company #main #c_block_3 .history .show_his{
    width: 60%;
}

#company #main #c_block_3 .history .show_his .text{
    width: 55%;
}
#company #main #c_block_3 .history .show_his .imgs{
        width: 40%;
    max-width: 200px;
}
#company #main #c_block_3 .history .show_his .nopic .text{
    width: 100%;
}
.pic_show{
    margin-bottom: 0;
}
#tab_menu .block .sliders .tlink{
    display: table;    width: 100%;
}
#tab_menu .block .sliders .tlink span{
    display: table-cell;
    vertical-align: middle;
}
#company #main #c_block_4 .award .imgs img{
    width: 100%;
}
#tab_menu .block .sliders .tlink {
    display: table;
    width: 100%;
    height: 82px;
/*    margin-bottom: 27px;*/
}
#tab_menu.scroll-to-fixed-fixed{
    height: 145px;
}

}


@media only screen and (max-width: 600px) {

#tab_menu .block .sliders li:nth-child(2) .tlink{
    border-right: 0;
}
#company #main #c_block .block .left{
    width: 100%;
}
.block .left h2 {
    font-weight: 500;
    display: block;
    position: relative;
    float: left;
    width: 146px;
    font-size: 26px;
    line-height: 33px;
}
#company #main #c_block .block .left b{
    margin-top: 4px;
    float: right;
}
#company #main #c_block .block > .right{
        width: 100%;
    font-size: 15px;
    margin-top: 41px;
}
#company .timeline .time .imgs{
    width: 200px;
}
#company .timeline .time .imgs img{
    width: 100%;
}

#company #main #c_block{
    margin-top: 50px;
}
#company #main #c_block_3 .history .left{
    display: none;
}
#company #main #c_block_3 .history .left.mobile_select{
    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    background: url(../images/about/select.png) no-repeat 94% 50%;
    border: 0;
    margin-bottom: 27px;
    border-bottom: 1px solid gray;
}
#company #main #c_block_3 .history .left.mobile_select select{

  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 44px;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */

}
#company #main #c_block_3 .history{
    margin-top: 70px;
}
#company #main #c_block_3 .history .show_his .imgs {
    width: 100%;
    max-width: 200px;
    float: none;
    margin: 0 auto;
}
#company #main #c_block_3 .history .show_his{
    width: 100%;
}
#company #main #c_block_3 .history .show_his .title{
        margin-top: 26px;
}


}



@media only screen and (max-width: 500px) {
#tab_menu .block .sliders .tlink{
        font-size: 14px;
    height: 67px;
    padding-top: 0;
    margin-bottom: 25px;
}
#inner_content .bg_show{
   /* display: none;*/    
   width: 115%;
    left: -7.5%;
   background-position: center;
}

#tab_menu .block .sliders li.active .tlink:after, #tab_menu .block .sliders li:hover .tlink:after {
    bottom: -25px;
}

.block .left h2{
    font-size: 24px;
}
#company #main em{
    font-size: 150px;
}

#company #main #c_block em{
    top: -46px;
}
#company #main #c_block .block .sp_img{
        margin-top: 50px;
    margin-bottom: 40px;
}
#company #main #c_block_2 >h2{
        max-width: 270px;
}

.pic_show .thumb_pic .bx-wrapper .bx-prev{
    background-image: url(../images/about/tab_left.png);
    opacity: 1;
    border: 0;    margin-top: -4px;
    background-color: transparent;
    background-position: left center;
}
.pic_show .thumb_pic .bx-wrapper .bx-prev i{
    display: none;
}
.pic_show .thumb_pic .bx-wrapper .bx-next{
    background-image: url(../images/about/tab_right.png);
        opacity: 1;
    border: 0;
    background-color: transparent;    margin-top: -4px;
    background-position: right center;
}
.pic_show .thumb_pic .bx-wrapper .bx-next i{
    display: none;
}
.pic_show .thumb_pic li.active .imgs, .pic_show .thumb_pic li:hover .imgs, .pic_show .thumb_pic .imgs{
    height: 93px;
}
#tab_menu.scroll-to-fixed-fixed {
    height: 124px;
}

#company #main #c_block .block .circle .text .left{
    width: 100%;
    float: none;
    margin-bottom: 25px;
}
#company #main #c_block .block .circle .text .right{
    width: 100%;float: none;
}
#company #main #c_block .block .circle .text:after{
    display: none;
}
#company #main #c_block .block .list_table div{
        padding-left: 40px;
}
#company #main #c_block .block .circle h3{
    font-size: 24px;    margin-bottom: 50px;
}
#company #main #c_block .block .circle .c_img .mobile_img{
    display: block;
}

#company #main #c_block .block .circle .c_img .before,
#company #main #c_block .block .circle .c_img .after{
    display: none;
}

#company #main #c_block_2 >h2{
    font-size: 24px;    max-width: 200px;
}
.pic_show .bx-wrapper span{
        padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.pic_show .names{
    bottom: 73px;
    width: 70px;
    font-size: 15px;
    line-height: 20px;
}
.pic_show .pages{
    font-size: 15px;
}
.pic_show .bx-controls-direction{
    width: 106px;
}
.pic_show .thumb_pic{
        margin-top: 0;
}
#company #main #c_block_2{
    margin-bottom: 30px;
}
#company #main #c_block_3 >h2{
        font-size: 24px;    max-width: 200px;
}

#company #main #c_block_4 >h2{
        font-size: 24px;    max-width: 216px;
}
#company #main #c_block_4 .award .imgs{
    width: 50%;
}

#company .timeline .time .year{
    float: left;
}
#company .timeline .time._left .word{

}

#company .timeline .time .word,
#company .timeline .time._left .word{
padding-left: 120px;
    display: inline-block;text-align: left;
    padding-right: 0;
}
#company .timeline .time._right .word:before,
#company .timeline .time._left .word:before{
    left: 50px;
}

#company .timeline .time._right .imgs,
#company .timeline .time._left .imgs{
position: relative;
    margin-left: auto;
    margin-bottom: 20px;
    width: 100%;
}

#company .timeline .time._right .imgs:before,
#company .timeline .time._left .imgs:before{
    content: '';
    background-color: #b2b2b2;
    width: 6px;
    left: 50%;
    height: 100%;
    display: block;
    position: absolute;
    margin-left: -3px;
    top: 82px;
    left: 50px;
}
#company .timeline .time._right .imgs:before{
    background-color: #D81718;
}
#company .timeline .time .imgs img{
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#company .timeline{
    margin-top: 71px;
}
#company #main #c_block_4 .award{
        margin-top: 33px;
    margin-bottom: 47px;
}



}


@media only screen and (max-width: 415px) {
#company .timeline .time .imgs img{
        margin-right: 0;
    max-width: 168px;
}



}