/**
 * Custom
 * Copyright 2013-2017 CCJ
 * Licensed under  ()
 */
@font-face {
    font-family: 'font_black';
    src: url('../fonts/font_black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'font_black_gbk';
    src: url('../fonts/font_black_GBK.TTF') format('truetype');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'font_circle';
    src: url('../fonts/font_circle.TTF') format('truetype');
    font-weight: normal;
    font-style: normal
}

html,
body {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
}

body > div {
    position: relative;
    width: 1366px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}

div, a, ul, li, td, img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: 100% 100% !important;
    margin: 0px;
    padding: 0px;
    /*font-family: Calibri;*/
}

.footer .section-item > div:nth-child(3),
.footer .section-item > div:nth-child(4) {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

body > div > div, .align-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-bar {
    position: relative;
    width: 100%;
    height: auto;
}

.transition {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.header-bar img, .footer img {
    width: 100%;
}

.header-bar > .main-menu {
    position: absolute;
    width: 47%;
    top: 50%;
    left: 46%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    text-align: center;
}

.header-bar > .main-menu > ul {
    flex: 15%;
    color: white;
    align-self: center;
    font-size: 14px;
    height: 100%;
    margin: 0 5px;
    font-family: font_black;
}

.header-bar > .main-menu > ul > i {
    font-size: 10px;
    margin: 0 2px;
}

.header-bar > .main-menu > ul:hover,
.sub-menu > ul:hover {
    color: #92c542;
}

.header-bar > .main-menu > ul:first-child {
    flex: 25%;
    height: 2rem;
}

.sub-menu {
    position: absolute;
    top: 48px;
    left: 47.7%;
    width: 85px;
    height: 150px;
    background: url(../images/submenu-bg3.png) no-repeat;
    text-align: center;
    line-height: 1.8rem;
    padding-top: 7px;
    z-index: 10;
    font-size: 14px;
    display: none;
}

.sub-menu[data-no="4"] {
    left: 54%;
    width: 115px;
    height: 120px;
    background: url(../images/submenu-bg4.png) no-repeat;
    font-size: 12px;
}

.slider-bar {
    position: relative;
}

.slider-bar img {
    width: 100%;
}

.slider-bar .owl-nav {
    position: absolute;
    left: 10%;
    top: 50%;
    display: none;
}

.slider-bar .owl-dots {
    position: absolute;
    left: 47.4%;
    top: 87.5%;
    width: auto;
    height: 12px;
    margin: 0;
    padding: 0 9px;
    background: url(../images/home/banner-dot-bg.png);
    z-index: 10000;
}

.slider-bar .owl-dot {
    position: relative;
    display: inline-block;
    top: 0;
    margin: 0 4px;
    padding: 0;
    width: 7px;
    height: 7px;
    line-height: 10px;
    background: url(../images/home/banner-dot.png);
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
}

.slider-bar .owl-dot.active {
    width: 15px;
    background: url(../images/home/banner-dot-active.png);
}

.section {
    position: relative;
    /*padding: 20px 0 0;*/
    background: white;
}

.section .section-title,
.section .section-desc {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 5px;
    font-family: font_black_gbk;
    padding-top:20px;
}

.section .section-desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
}

.section-content {
    text-align: center;
    width: 100%;
    padding: 15px 19%;
    height: auto;
}

.section-item > img {
    position: relative;
    width: 100%;
}

.section-item {
    display: inline-block;
    position: relative;
}

.section-item .item-info {
    position: absolute;
    width: auto;
    left: 22%;
    top: 43%;
}

.item-info .item-title {
    font-size: 16px;
    font-weight: 600;
    font-family: font_black_gbk;
}

.item-info .item-desc {
    font-size: 10px;
    font-weight: normal;
    color: dimgrey;
    font-family: font_circle;
}

.introduction-bar, .share-bar, .dev-intro-bar {
    background: #f0f0f0;
}

.introduction-bar .section-item {
    width: 49%;
    padding: 2px;
}

.resource-bar {
    background: white;
}

.resource-bar .section-item {
    width: 32%;
    padding: 5px;
}

.resource-bar .item-info {
    top: 7px;
    left: 50%;
    width: 100%;
    color: white;
}

.resource-bar .item-title {
    font-size: 26px;
    font-family: font_black !important;
}

.resource-bar .item-desc {
    font-size: 23px;
    color: inherit;
}

.resource-bar .item-desc:nth-child(2) {
    padding-top: 34px;
}

.share-bar .section-item {
    width: 71%;
    padding: 10px 0;
}

.share-bar .item-info {
    top: 35%;
    left: 10%;
    text-align: left;
}

.share-bar .section-item:nth-child(2n+1) .item-info {
    top: 35%;
    left: auto;
    right: 10%;
    text-align: right;
}

.share-bar .item-title {
    font-size: 21px;
    letter-spacing: 7px;
    font-family: font_black !important;
}

.share-bar .item-desc {
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: font_circle !important;
}

.footer {
    position: relative;
    margin: 0;
}

.footer .section-content {
    position: absolute;
    top: 15px;
    width: 100%;
}

.footer .section-item {
    width: 23%;
    color: grey;
    text-align: left;
    font-size: 12px;
    display: inline-block;
    font-family: font_circle;
}

.footer .section-item img {
    width: 26%;
    display: inline-block;
    padding: 0px 2px 20px;
}

.footer .section-item:nth-child(4) {
    width: 13%;
}

.footer .section-item:first-child {
    width: 28%;
    font-size: 12px;
}

.footer .section-item:last-child {
    width: 100%;
    font-size: 12px;
}

.dev-intro-bar .section-item {
    width: 85%;
    margin: 5px;
}

.dev-intro-bar .item-title {
    font-size: 28px;
}

.dev-intro-bar .item-desc {
    font-size: 16px;
    color: inherit;
}

.dev-intro-bar .item-info {
    width: 40%;
}

.dev-intro-bar .section-item:nth-child(2n) .item-info {
    left: 78%;
}

.dev-description-bar {
    /*padding: 20px 22%;*/
    background: #f0f0f0;
    margin: 0;
    text-align: center;
}

.dev-description-bar > img {
    width: 100%;
    height:100%;
    /*margin: 20px;*/
}

.dev-description-bar .item-info {
    position: absolute;
    width: 45%;
    top: 30px;
    left: 36%;
}

.dev-description-bar .item-title {
    font-size: 22px;
}

.dev-description-bar .item-desc {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: -1px;
}

.dev-description-bar:nth-child(2n) {
    background: white;
    text-align: left;
}

.dev-description-bar:nth-child(2n+1) .item-info {
    left: 50%;
    text-align: center;
}

.dev-description-bar:nth-child(2n+1) img {
    /*margin: 120px 0 10px;*/
    width: 100%;
    height: 100%;
}
/*
.dev-description-bar[data-no="3"] {
    text-align: right;
}

.dev-description-bar[data-no="3"] img {
    width: 95px;
    margin: 20px 25%;
}*/

.dev-description-bar[data-no="3"] .item-info {
    left: 16%;
}

.res-intro-bar {
    padding: 0px 0;
    background-color: white;
    /*background: url(../images/resource/intro.png);*/
    background-size: 100% 100%!important;
}

.res-intro-bar img{
    width: 100%;
}

.res-intro-bar .section-content {
    padding: 20px 15%;
}

.res-intro-bar .section-item {
    width: 19%;
    padding: 0px;
}

.res-intro-bar .section-item .item-info {
    left: 50%;
    top: 47%;
    width: 100%;
}

.res-intro-bar .section-item:nth-child(2n) .item-info {
    left: 50%;
    top: 26%;
    width: 100%;
}

.res-intro-bar .section-item .item-info > div {
    font-size: 18px;
}

.res-intro-bar .section-item img {
    width: auto;
    height: 145px;
    margin: 0 0 140px;
    padding: 20px 35px;
}

.res-intro-bar .section-item:nth-child(2n) img {
    margin: 140px 0 0;
}

.res-work-bar:nth-child(2n) {
    background: #f0f0f0;
}

.res-work-bar .section-title img {
    width: 11%;
}

.res-work-bar .section-content {
    position: relative;
}

.res-work-bar .section-content img {
    width: 100%;
}

.res-work-bar .section-content > .item-title {
    position: absolute;
    top: 7.5%;
    left: 43.7%;
    width: 25%;
    color: white;
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 1.5rem;
}

.res-work-bar .section-content > .item-info {
    position: absolute;
    top: 33%;
    left: 21.2%;
    width: 11%;
}

.res-work-bar .section-content > .item-info > .item-title {
    font-size: 22px;
    padding: 5px 0
}

.res-work-bar .section-content > .item-info > .item-desc {
    font-size: 12px;
    text-align: justify;
}

.res-work-bar .section-content .course-container {
    position: absolute;
    top: 73px;
    left: 56.4%;
    width: 44.4%;
    height: 74%;
    /*border:2px solid white;*/
    /*box-shadow: 0 0 0 5px white inset;*/
    outline: none;
    padding: 0;
    margin: 0;
    /*border-radius: 5px;*/
    /*background-color: white;*/
}

.res-work-bar .section-content .course-container img {
    position: absolute;
    top: 40%;
    width: 70px;
}

.course-container[data-no="11"] {
    background: url(../images/resource/work11.png);
}

.course-container[data-no="12"] {
    background: url(../images/resource/work12.png);
}

.course-container[data-no="13"] {
    background: url(../images/resource/work13.png);
}

.course-container[data-no="14"] {
    background: url(../images/resource/work14.png);
}

.course-container[data-no="21"] {
    background: url(../images/resource/work21.png);
}

.course-container[data-no="22"] {
    background: url(../images/resource/work22.png);
}

.course-container[data-no="31"] {
    background: url(../images/resource/work31.png);
}

.course-container[data-no="41"] {
    background: url(../images/resource/work41.png);
}

.course-container[data-no="51"] {
    background: url(../images/resource/work51.png);
}

.course-container[data-no="52"] {
    background: url(../images/resource/work52.png);
}

.share-intro-bar {
    padding: 10px 0;
}

.share-intro-bar .section-content {
    padding: 20px 22%;
}

.share-intro-bar .section-item {
    width: 45%;
    margin: 10px 15px;
}

.share-work-bar {
    /*padding: 20px 19% 30px;*/
}

.share-work-bar img{
    text-align: center;
}

.share-work-bar:nth-child(2n) {
    background: #f0f0f0;
}

.share-work-bar .section-title {
    font-size: 30px;
    letter-spacing: 10px;
}

.share-work-bar .section-content {
    padding: 0;
}

.share-work-bar .section-content > .item-title {
    font-size: 20px;
    letter-spacing: 5px;
    padding: 5px 0 20px;
}

.share-work-bar .section-content > img {
    width: 62%;
    padding: 5px 0 30px;
}

.share-work-bar .item-info {
    position: relative;
    width: 100%;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 40px;
}

.share-work-bar:nth-child(2n+1) .item-info {
    background: #f0f0f0;
}

.share-work-bar .item-info .item-title {
    padding: 20px 0;
    font-size: 22px;
    letter-spacing: 4px;
}
.share-work-bar .item-info>img {
    padding: 20px 0;
    height: 660px;
    width: auto;
}

.share-work-bar .item-info .course-container {
    position: absolute;
    top: 250px;
    left: 50%;
    width: 592px;
    height: 333px;
    /*background: white;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}



.share-work-bar .item-info .course-container img:first-child {
    width: 100%;
}

.share-work-bar .item-info iframe.course-container {
    display: none;
}

.share-work-bar .item-info .play-btn {
    position: absolute;
    top: 50%;
    left:50%;
    width: 70px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.contact-bar {
    background: #f0f0f0;
    padding: 20px 23%;
}

.contact-bar .section-title {
    font-size: 26px;
    padding: 0 0 20px;
}

.contact-bar .section-content {
    margin: 2px 0;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.contact-bar .section-item {
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    margin-bottom: 0px !important;
    background-size: 100% !important;
    background-position: top;
    background: url(../images/contact/item-selected.png);
}

.contact-bar .section-item > * {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: white;
}

.section-item > .item-btn {
    width: 25px;
    height: 25px;
    left: 4%;
    background: url(../images/contact/item-hide.png);
}

.section-item > .item-left {
    width: 30%;
    left: 24%;
    text-align: left;
}

.section-item > .item-right {
    width: auto;
    left: 92%;
    text-align: right;
    border-radius: 4px;
    padding: 0 5px;
    white-space: nowrap;
    background: white;
    color: #92c542;
}

.contact-bar .section-content[data-sel="0"] > .section-item {
    background: url(../images/contact/item-bg.png) no-repeat;
}

.contact-bar .section-content[data-sel="0"] .item-btn {
    background: url(../images/contact/item-show.png);
}

.contact-bar .section-content[data-sel="0"] .section-item > * {
    color: #92c542;
}

.contact-bar .section-content[data-sel="0"] .item-right {
    background: #92c542;
    color: white;
}

.contact-bar .item-desc {
    background: url(../images/contact/item-selected.png) no-repeat;
    background-size: 100% !important;
    background-position: bottom;
    color: black !important;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    letter-spacing: 2px;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: auto;
    padding: 20px 40px;
}

.contact-bar .section-content[data-sel="0"] .item-desc {
    height: 0px !important;
    padding: 0px 40px;
}

.nav-bottom-bar {
    background: #f0f0f0;
    padding: 0 0 20px;
    width: 100%;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.nav-bottom-bar > div {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.nav-bottom-bar .nav-item {
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav-bottom-bar .nav-prev {
    background: url(../images/contact/nav-prev.png);
}

.nav-bottom-bar .nav-next {
    background: url(../images/contact/nav-next.png);
}

.nav-bottom-bar .nav-item[data-sel="1"] {
    background: #e0e0e0;
}

.about-bar {
    background: #f0f0f0;
    padding: 20px 21%;
}

.about-bar > img {
    width: 100%;
}

.about-bar .section-content {
    position: absolute;
    width: 58%;
    left: 50%;
    top: 0;
    padding: 20px 0;
}

.about-bar .panel-left,
.about-bar .panel-right {
    position: absolute;
    left: 4px;
    width: 19%;
    height: auto;
	background-color: white;
}

.panel-left .panel-item {
    position: relative;
    width: 100%;
    text-align: center;
    height: 30px;
    margin: 16px 0;
    background: transparent;
    color: dimgrey;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
}

.panel-left .panel-item[data-sel="1"] {
    color: #92c542;
    border-left: 4px solid #92c542;
}

.about-bar .panel-right {
    left: 20%;
    width: 80%;
    height: auto;
    padding: 15px 0;
    display: none;
}

.panel-right > .item-title {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0 65px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 11px;
    letter-spacing: 1px;
}

.panel-right .item-title > span {
    color: #92c542;
}

.panel-right .item-content,
.panel-right .item-desc {
    padding: 5px 12%;
    font-size: 14px;
}

.panel-right .item-content > img {
    width: 68%;
    border-radius: 10px;
}

.panel-right[data-no="1"] .item-content > img:last-child {
    width: 100%;
    border-radius: 0px;
    padding-top: 15px;
}

.panel-right .item-desc {
    font-size: 11px;
    text-align: justify;
    display: flex;
    justify-content: center;
}

.item-desc .left,
.item-desc .right {
    padding-top: 20px;
    font-size: 11px;
    flex: auto;
    text-align: left;
}

.item-desc .right {
    text-align: right;
}

.panel-right[data-no="2"] {
    text-align: center;
}

.panel-right[data-no="2"] > img {
    display: inline-block;
    padding: 2px 8px;
    /*width: 70px;*/
    /*margin-left: 65px;*/
    /*margin-top: 30px;*/
}

.panel-right[data-no="2"] > img:nth-child(3) {
    width: 100%;
}

.panel-right[data-no="2"] > .item-desc {
    position: absolute;
    left: 53px;
    width: auto;
    top: 73px;
    display: block;
}

.panel-right[data-no="2"] p {
    line-height: 23px;
    font-size: 11px;
}

.panel-right[data-no="3"] .item-content:nth-child(2) span {
    background: #f0f0f0;
    border-radius: 5px;
    padding: 1px 10px;
    font-size: 18px;
    font-weight: 600;
    color: dimgrey;
}

.panel-right[data-no="3"] .item-content > img {
    width: 95%;
}

.panel-right[data-no="4"] .item-content {
    padding: 50px 7%;
}

.panel-right[data-no="4"] .item-content > img {
    width: 100%;
}

.panel-right[data-no="1"] {
    display: block;
}

.header-bar > .main-menu > ul,
.sub-menu ul,
.footer img,
.introduction-bar .section-item,
.resource-bar .section-item,
.share-bar .section-item,
.dev-intro-bar .section-item,
.res-intro-bar .section-item .item-info > div,
.res-intro-bar .section-item img,
.res-work-bar .section-content .course-container img,
.share-work-bar .section-content .play-btn,
.share-intro-bar .section-item,
.section-item > .item-btn,
.section-item > .item-right,
.nav-bottom-bar > div,
.panel-left .panel-item {
    cursor: pointer;
}
