@charset "utf-8";

html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    background: #333;
    height: 100%;
}
main {
    /*padding-top: 50px;*/
    height: 100%;
    width: 100%;
}
/*.bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}*/

.container-company #content {
    margin: 0 auto;
    width: 80%;
    height: 500px;
    /*background: #eee;*/
}
.container-company .animation-scenes {
    position: relative;
    color: #FFF;
}
.container-company .align-right {
    text-align: right;
}
.container-company .left-con {
    width: 49%;
    width: 380px;
    margin: 0 auto;
    /* float: left; */
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.container-company .right-con {
    width: 49%;
    width: 380px;
    /* float: right; */
    margin: 0 auto;
    margin-top: 30px;
    font-size: 11px;
}
.container-company .left-con .animation-scenes {
    height: 10px;
    min-height: 10px;
    line-height: 10px;
}
.container-company .right-con .animation-scenes {
    height: 10px;
    min-height: 10px;
    line-height: 10px;
}
.container-company p.animation-text {
    margin: 0;
}
.container-company .right-con .animation-text {
    margin: 5px 0;
    opacity: .6;
}

.container-company #content.text-content-wrap {
    position: relative;
    margin-top: 100px;
}

.container-company section.main-content-head {
    position: relative;
    color: #014370;
    background: #FFF;
    width: 210px;
    height: 55px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    /* line-height: 47px; */
    /* width: 50%; */
    left: -350px;
    margin-left: 50%;
    padding: 5px 20px;
    margin-top: 200px;
    margin: 0 auto;
    left: unset;
}

.container-company .main-content-sub-title p {
    font-size: 12px;
    opacity: 0.7;
    color: #FFF;
    margin: 0;
}

.container-company section.main-content-sub-head {
    position: relative;
    margin-top: 63px;
    font-style: italic;
}
.container-company section.main-content-sub-bottom {
    position: relative;
    margin-top: 20px;
    font-style: italic;
}

.container-company .animation-scenes.main-content-title{
    height: 100%;
}
.container-company .main-content-title {
    height: 100%;
}
.container-company .animation-scenes .main-content-title p.animation-text {
    margin: 0;
    line-height: initial;
    margin-top: 11px;
    color: #333;
}

#content_text_wrap {
    transform: rotate( 90deg );
    font-size: 20px;
    top: 70px;
    position: absolute;
    left: -130px;
    margin-top: 45px;
    float: left;
    border-left: 2px solid #FFF;
    padding-left: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 50px;
    height: 40px;
    /* display: table; */
    /* vertical-align: middle; */
    text-align: left;
    width: 200px;
    font-weight: bold;
}
#content_text {
    transition-duration: 0.1s;
    text-align: left;
}
#content_text.active {
    transform: scale(.95,.95);
}
#switch_view_menu ul {
    list-style: none;
}
#switch_view_menu ul li{
    opacity: 0.8;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: 1px;
}
#switch_view_menu ul li:hover {
    opacity: 1;
    cursor: pointer;
}
div#switch_view_menu {
    margin: 0 auto;
    position: absolute;
    display: inline-block;
    width: 170px;
    left: 50%;
    margin-left: -430px;
    margin-top: 100px;
    z-index: 5;
}