/*首页*/
.head-index {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 14px;
    background: white;
}

.head-index.op1 {
    background: white;
}

.head-index .navbar-collapse .navbar-nav li {
    margin-left: 0;
}

.head-index .navbar-brand {
    height: auto;
}

.head-index .navbar-collapse .navbar-nav li a {
    font-size: 14px;
    color: #000;
}

/*20160624新增*/
.head-index .navbar-collapse .navbar-nav li a.active-nav {
    font-weight: bold;
}

/*20160624新增结束*/
.head-index .nav > li > a {
    padding: 2px 11px;
}

.head-index .navbar-collapse .navbar-nav li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.head-index label {
    font-weight: lighter;
}

.head-index label .iconfont {
    cursor: pointer;
}

.head-index .index-nav-bar {
    position: absolute;
    top: 50px;
    right: 15px;
    background: #fff;
    width: 100%;
}

.head-index .search-box #j_closeSearch {
    position: absolute;
    top: 0;
    right: 0;
}

.head-index .search-box {
    padding-left: 105px;
}

@media (min-width: 768px) {

    .head-index .nav > li > a {
        padding: 5px 5px;
    }

    .head-index {
        padding-top: 20px;
    }

    .head-index .index-nav-bar {
        position: static;
        background: transparent;
    }

    .head-index .navbar-collapse .navbar-nav li {
        padding-top: 0;
        padding-bottom: 0;
    }

    .head-index .search-box {
        position: absolute;
        right: 25px;
        top: 50%;
        margin-top: -13px;
    }
}

@media (min-width: 992px) {

    .head-index .navbar-collapse .navbar-nav li a {
        font-size: 18px;
    }

    .head-index .nav > li > a {
        padding: 10px 12px;
    }

    .head-index {
        padding-bottom: 8px;
    }

    .head-index .navbar-nav {
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    .head-index .nav > li > a {
        padding: 15px 25px;
    }

    .head-index {
        padding-bottom: 18px;
    }

    .head-index .navbar-nav {
        margin-left: 40px;
    }
}

@media (max-width: 1500px) {
    .head-index .navbar-nav {
        width: auto;
        margin-left:130px;
    }
}

.head-index h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.lg-screen-bg {
    display: none;
}

.head-index .navbar-toggle {
    margin-right: -15px;
}




@media (min-width: 640px) {
    .lg-screen-bg {
        display: block;
    }

    .mb-screen-bg {
        display: none;
    }
}

.head-index input#s {
    background: transparent;
    color: #fff;
    border: 0;
    outline: none;
    display: none;
    padding: 0;
}

.head-index #j_closeSearch {
    cursor: pointer;
}

.head-index input:focus {
    border: 0;
    color: #fff;
}

.head-index label {
    color: #fff;
}

.head-index .navbar-default .container {
    padding-top: 0;
    padding-bottom: 0;
}

.head-index nav {
    background: transparent;
}

.index-content .banner-index .bx-pager a {
    background: #ccc8d4;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    outline: 0;
    border-radius: 50%;
}

.index-content .banner-index .bx-pager a.active {
    width: 16px;
    height: 16px;
    background: #fff;
}

.index-content .banner-index .bx-pager-item {
    vertical-align: middle;
    display: inline-block;
}

.index-content .banner-index .bx-pager {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
}

.index-content .banner-index img {
    width: 100%;
}

.index-content .h3en {
    font-size: 26px;
    position: relative;
    margin-bottom: 30px;
}

.index-content .h3en,
.index-content .h3ch {
    text-align: center;
}

.index-content .h3ch {
    font-size: 18px;
}

.index-content .h3en::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #999;
    left: 50%;
    margin-left: -25px;
    bottom: -15px;
}

.index-content .text-fff.h3en::after {
    background: #fff;
}

.index-content .products i {
    border: 2px solid #f0ae2c;
    color: #f0ae2c;
    border-radius: 50%;
    margin-bottom: 20px;
    line-height: 80px;
    font-size: 30px;
    width: 84px;
    height: 84px;
}

.index-content .products li .pro-num {
    position: absolute;
    left: 35%;
    bottom: -10px;
    font-size: 60px;
    color: #999;
    opacity: 0.1;
    filter: alpha(opacity=10);
    font-weight: bold;
}

.index-content .products li {
    font-size: 20px;
    cursor: pointer;
    padding-bottom: 20px;
    padding-top: 20px;
    min-height: 190px;
}

/*
.index-content .products li:hover i{
    color: #fff;
    background: #f0ae2c;
    margin-bottom: 25px;
}
.index-content .products li:hover .pro-num{
    display: none;
}
.index-content .products li:hover{
    font-size: 22px;
    font-weight: bold;
}
.index-content .products li:hover span{
    text-decoration: none;
}*/
/*.index-content .products li span{*/
/*text-decoration: underline;*/
/*}*/
.index-content .products li:hover .pro-detail {
    display: block;
}

.index-content .products .pro-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    padding: 0 9%;
    top: 0;
    left: 0;
    border-radius: 2px;
    min-width: 210px;
    display: none;
}

.index-content .products .pro-detail a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.index-content .products .pro-detail h6 {
    color: #666;
    margin-top: -5px;
    font-weight: bold;
    margin-bottom: 32px;
}

.index-content .products .pro-detail p {
    font-size: 12px;
    margin: 0;
}

.index-content .products li:hover .pro-detail p {
    font-weight: normal;
}

.text-333 {
    color: #333;
}

.index-content .products ul {
    margin-top: 55px;
    margin-bottom: 50px;
}

.index-content .case img {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: auto;
}

.index-content .case h4 {
    text-align: center;
}

.index-content .btn-more {
    width: 200px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
}

.index-content .btn-more.btn-w {
    border: 1px solid #333;
}

.index-content .btn-more.btn-w:hover {
    background: #333;
    color: #fff;
}

.index-content .btn-more.btn-b {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.index-content .btn-more.btn-b:hover {
    background: #fff;
    color: #333;
}

.index-content .case .bx-viewport {
    margin: 40px 0;
}

.index-content .case .bx-wrapper {
    position: relative;
}

.index-content .case .bx-pager a {
    background: #999;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 3px;
    margin: 0 5px;
    outline: 0;
}

.index-content .case .bx-pager a.active {
    background: #f0ae2c;
}

.index-content .case .bx-pager-item {
    display: inline-block;
}

.index-content .case .bx-pager {
    position: absolute;
    bottom: -50px;
    text-align: center;
    width: 100%;
}

.index-content .case .btn-more {
    margin-top: 80px;
}

.index-content .news .news-date {
    font-size: 18px;
    color: #666;
}

.index-content .news img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.index-content .news .news-date p {
    font-size: 12px;
    color: #999;
}

.index-content .news .news-date {
    float: left;
    width: 23%;
}

.index-content .news .img-wrap {
    margin-bottom: 40px;
    height:auto;
    overflow:hidden;
}

.index-content .news .news-content {
    float: right;
    width: 77%;
    padding-bottom: 0;
    border-left: 2px solid #e0e0e0;
    padding-left: 20px;
}

.index-content .news li.col-sm-4 {
    margin-bottom: 50px;
    position: relative;
}

.index-content .news li a {
    display: block;
    /*position: absolute;*/
    height: auto;
    left: 30px;
    right: 30px;
    /*top: 0;*/
}

.index-content .course .course-bg {
    display: none;
}

.index-content .course .course-note {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    padding-left: 40px;
}

.index-content .course .course-note p {
    margin-top: 30px;
}

.index-content .course {
    min-height: 620px;
    /*20160624新增，移除行内样式*/
    background: url('../image/course-bg.jpg') center top no-repeat;
    background-size: cover; /*20160624新增结束*/
}

.index-content .course .j_course .iconfont {
    color: #f0ae2c;
    width: 80px;
    height: 80px;
    background: #fff;
    padding-left: 33px;
    padding-top: 31px;
    font-size: 20px;
    border-radius: 50%;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
}

.index-content .course .btn-more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -100px;
}

.index-content .course .bx-wrapper {
    right: 0;
    position: absolute;
    top: 27%;
}

.index-content .course .bx-controls-direction a {
    width: 50px;
    height: 80px;
    background: rgba(240, 174, 44, .6);
    color: #fff;
    padding-left: 15px;
    padding-top: 25px;
    font-size: 30px;
    display: block;
}

.index-content .course .bx-controls-direction a:hover {
    background: rgba(240, 174, 44, 1);
}

.index-content .course .bx-controls-direction a.bx-next {
    position: absolute;
    top: 37%;
    right: 0;
}

.index-content .course .bx-controls-direction a.bx-prev {
    display: none;
}

.index-content .course .j_course li:hover .iconfont {
    display: block;
}

.index-content .course .j_course li:hover .course-note {
    display: none;
}

.index-content .course .course-note p {
    font-size: 18px;
    font-weight: normal;
}

.index-content .news .news-content h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #333;
}

.index-content .news .news-content p {
    color: #999;
}

/*20160624新增，移除行内样式*/
.index-content .client {
    background: url('../picture/co-bg.png') no-repeat center top scroll;
    background-size: cover
}

/*20160624新增结束*/
.index-content .client li div {
    background: #c6a25f;
    width: 90%;
    position: relative;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.index-content .client li div h6 {
    font-size: 35px;
    color: #fff;
    height: 120px;
    line-height: 120px;
}

.index-content .client li {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
    min-height: 200px;
}

.index-content .client li div span {
    font-size: 40px;
    position: absolute;
    right: 10px;
    top: -5px;
    line-height: 40px;
}

.index-content .banks li {
    height: 60px;
}

.index-content .banks img {
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: alpha(opacity=50), Gray;*/
    /*opacity: 0.5;*/
}

.index-content .banks a:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.index-content .co .bx-viewport {
    margin: 40px 0;
}

.index-content .co .bx-wrapper {
    position: relative;
}

.index-content .co .bx-pager a {
    background: #999;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 3px;
    margin: 0 5px;
    outline: 0;
}

.index-content .co .bx-pager a.active {
    background: #C6A25F;
}

.index-content .co .bx-pager-item {
    display: inline-block;
}

.index-content .co .bx-pager {
    position: absolute;
    bottom: -50px;
    text-align: center;
    width: 100%;
}

.index-content .co {
    padding-bottom: 20px;
}

.index-content .news {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index-content .news ul {
    margin-top: 30px;
}

.index-content .course {
    padding-top: 30px;
}

.index-content .case {
    padding-bottom: 35px;
    padding-top: 30px;
}

.index-content .service .h3en {
    position: absolute;
    left: 45%;
    top: 0;
}

.index-content .service .h3ch {
    position: absolute;
    left: 42%;
    top: 57px;
}

.index-content .products {
    padding-top: 30px;
}

.index-content .service img {
    min-height: 640px;
    width: 100%;
}

.index-content .service-map {
    position: absolute;
    left: 3%;
    top: 20%;
    width: 100%;
    height: 50%;
}

.index-content .service-case {
    position: absolute;
    right: 35%;
    margin-right: -300px;
    top: 40%;
    height: 310px;
    overflow-y: auto;
    width: 360px;
}

.index-content .service {
    display: none;
}

.index-content .service-case a:link,
.index-content .service-case a:visited,
.index-content .service-case span {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    line-height: 38px;
}

.index-content .service-case a:hover,
.index-content .service-case a:active {
    text-decoration: underline;
}

.index-content .service-case h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.index-content .service-case div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

/*
.head-index nav{
    background: rgba(255,255,255,.2);
}*/
@media (min-width: 768px) {
    .index-content .banner-index .bx-pager {
        bottom: 30px;
    }

    .index-content .h3en {
        font-size: 36px;
    }

    .index-content .products li {
        padding-right: 7%;
    }

    .index-content .products li .pro-num {
        left: 20%;
    }

    .index-content .case img {
        float: left;
        width: 110px;
        height: 90px;
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .index-content .case .ml-sm-15 {
        margin-left: 15%;
    }

    .index-content .case h4 {
        text-align: left;
    }

    .index-content .case .bx-pager {
        right: 30px;
        top: 50%;
        width: 4px;
        margin-top: -40px;
    }

    .index-content .case .bx-pager-item {
        display: block;
        width: 4px;
    }

    .index-content .case .bx-pager a {
        background: #999;
        text-indent: -9999px;
        display: block;
        width: 4px;
        height: 35px;
        margin: 5px 0;
        outline: 0;
    }

    .index-content .course .course-bg {
        display: block;
    }

    .index-content .course .bx-wrapper {
        top: 28%;
    }

    .index-content .client {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .index-content .client .j_statistics {
        margin-top: 50px;
    }

    .index-content .banks li {
        height: 100px;
        padding: 0 4%;
    }

    .index-content .co {
        padding-top: 20px;
    }

    .index-content .news {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .index-content .news ul {
        margin-top: 50px;
    }

    .index-content .course {
        height: 700px;
    }

    .index-content .course .btn-more {
        bottom: 60px;
    }

    .index-content .case {
        padding-bottom: 50px;
    }

    .index-content .products {
        padding-top: 50px;
    }

    .index-content .service .h3ch {
        left: 50.5%;
        top: 68px;
    }

    .index-content .service-map {
        width: 600px;
        height: 500px;
    }

    .index-content .service {
        display: block;
    }
}

@media (min-width: 900px) {
    .index-content .sccn,
    .index-content .sctt {
        display: block;
    }

    .service-map {
        margin-left: 3%;
    }
}

@media (min-width: 992px) {
    .index-content .products i {
        margin-bottom: 45px;
        line-height: 130px;
        font-size: 50px;
        width: 134px;
        height: 134px;
    }

    .index-content .products li .pro-num {
        font-size: 90px;
    }

    .index-content .products li {
        padding-left: 0;
        padding-right: 0;
        font-size: 24px;
        padding-bottom: 40px;
        padding-top: 40px;
        min-height: 290px;
    }

    /*
    .index-content .products li:hover {
        font-size: 30px;
    }*/
    .index-content .products .pro-detail {
        padding: 50px 10% 0;
        width: 90%;
    }

    .index-content .products .pro-detail p {
        font-size: 14px;
    }

    .index-content .products li .pro-num {
        left: 0;
    }

    .index-content .news li.col-sm-4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .index-content .course .bx-wrapper {
        top: 31%;
    }

    .index-content .course {
        height: 800px;
    }

    .index-content .client li div h6 {
        font-size: 50px;
        height: 135px;
        line-height: 130px;
    }

    .index-content .client li div {
        width: 200px;
    }

    .index-content .client li div span {
        top: 0;
    }

    .index-content .client li {
        font-size: 20px;
    }

    .index-content .banks li {
        height: 120px;
    }

    .index-content .co .bx-pager a {
        width: 40px;
        height: 4px;
    }

    .index-content .co {
        padding-top: 40px;
    }

    .index-content .course .btn-more {
        bottom: 80px;
    }

    .index-content .course {
        padding-top: 70px;
    }

    .index-content .case {
        padding-bottom: 70px;
    }

    .index-content .products {
        padding-top: 60px;
    }

    .index-content .co {
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .index-content .client li div {
        width: 256px;
        height: 204px;
        border-radius: 10px;
    }

    .index-content .client li div h6 {
        font-size: 70px;
        line-height: 200px;
    }

    .index-content .client li div span {
        top: 10px;
    }

    .index-content .client li {
        font-size: 22px;
    }

    .index-content .service .h3en {
        margin-top: 40px;
    }

    .index-content .service .h3ch {
        top: 92px;
    }

    .service-map {
        top: 25%;
    }
}

@media (min-width: 1400px) {
    .index-content .service .h3en {
        margin-top: 70px;
    }

    .index-content .service .h3ch {
        top: 125px;
    }
}

@media (min-width: 1600px) {
    .index-content .service-map {
        margin-top: 30px;
        margin-left: 10%;
    }

    .index-content .case {
        padding-top: 5%;
    }
}

.text-fff {
    color: #000;
}

.text-fff2 {
    color: #fff;
}

/*背景颜色*/
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome、firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.bg-maincl1 {
    background-color: #fad61a;
}

.bg-maincl2 {
    background-color: #f0ae2c;
}

.bg-maincl3 {
    background-color: #e98d06;
}

.bg-maincl4 {
    background-color: #e1611a;
}

.bg-f8 {
    background-color: #f8f8f8;
}

.bg-fff {
    background-color: #ffffff;
}

/*公司简介*/
.about-content {
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .about-content {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .about-content {
        padding-bottom: 140px;
    }
}

.about-content .about-nav li {
    float: left;
    padding: 10px 20px;
    margin: 0 10px;
}

.about-content .about-nav li.active,
.about-content .about-nav li:hover {
    background: #ffffff;
    border-bottom: 2px solid #f0ae2c;
}

.about-content .about-nav li a:visited,
.about-content .about-nav li a:hover,
.about-content .about-nav li a:active {
    color: #333;
}

.about-content ul.about-nav {
    width: 350px;
    margin-bottom: 0;
}

.about-content nav {
    border-bottom: 1px solid #cbcbcb;
}

.about-content .h3ch {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
}

.about-content .h3en {
    font-size: 30px;
    color: #afafaf;
    margin-top: 40px;
}

.about-content ul.about-main h4 {
    font-size: 20px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
}

.about-content ul.about-main p {
    margin-bottom: 0;
}

.about-content ul.about-main img {
    margin-top: auto;
    margin-bottom: auto;
}

.about-content dl.structure {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.about-content .structure dd {
    float: left;
    width: 20%;
}

.about-content .structure dt,
.about-content .structure dd {
    margin-bottom: 15px;
}

.about-content .structure dt img {
    width: 25%;
}

.about-content .structure dd img {
    width: 86%;
}

.about-content .structure img {
    margin-bottom: 10px;
}

.about-content .about-main .pic-container {
    min-height: 150px;
}

.about-content .about-main li {
    margin-bottom: 30px;
}

.about-content .about-main .text-container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 8%;
    padding-right: 8%;
}

/*.about-content .tria-down .history-title::after,*/
/*.about-content .tria-up .history-title::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border-left: 15px solid transparent;*/
/*    border-right: 15px solid transparent;*/
/*    left: 50%;*/
/*    margin-left: -12px;*/
/*}*/

/*.about-content .tria-down .history-title::after {*/
/*    border-top: 20px solid #ccc;*/
/*    top: 60px;*/
/*}*/

/*.about-content .tria-up .history-title::after {*/
/*    border-bottom: 20px solid #ccc;*/
/*    top: -20px;*/
/*}*/

/*.about-content .tria-down.active .history-title::after {*/
/*    border-top: 20px solid #f0ae2c;*/
/*}*/

/*.about-content .tria-up.active .history-title::after {*/
/*    border-bottom: 20px solid #f0ae2c;*/
/*}*/

.about-content .history-frame .history-title,
.about-content .history-frame .history-content {
    position: absolute;
    width: 370px;
    left: 50%;
    margin-left: -180px;
    box-sizing: border-box;
}

.about-content .history-frame .active .history-title {
    background: #f0ae2c;
}

.about-content .history-frame .history-title {
    text-align: center;
    color: #fff;
    background: #ccc;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
}

.about-content .history-frame .history-content {
    background: #fff;
    color: #333;
    padding: 25px 18px;
    font-size: 12px;
    line-height: 20px;
}

.about-content .history-frame .tria-up .history-title {
    top: 350px;
}

.about-content .history-frame .tria-up .history-content {
    top: 410px;
}

.about-content .history-frame .tria-down .history-title {
    bottom: 350px;
}

.about-content .history-frame .tria-down .history-content {
    bottom: 410px;
}

.about-content .history-frame {
    width: 100%;
    height: 570px;
    padding: 0;
}

.about-content .history-frame .slidee {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

.about-content .history-frame .slidee li {
    float: left;
    margin: 0 -150px 0 0;
    padding: 0;
    width: 400px;
    height: 100%;
    position: relative;
}

.about-content .history-frame i {
    position: absolute;
    top: 50%;
    color: rgba(153, 153, 153, 1);
    border: 1px solid #d6d6d6;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    z-index: 3;
    text-align: center;
    line-height: 28px;
    margin-top: -13px;
    cursor: pointer;
    font-weight: 900;
    background: #f8f8f8;
}

.about-content .history-frame i.history-prev {
    left: 0;
}

.about-content .history-frame i.history-next {
    right: 0;
}

.about-content .history-frame i:hover {
    background: #f0ae2c;
    color: #fff;
    border: 0;
}

/*
.about-content .history-frame::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #777;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}*/
/*.about-content .history-frame li::before {*/
/*    content: "";*/
/*    background: rgba(153, 153, 153, 1);*/
/*    width: 26px;*/
/*    height: 26px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    border-radius: 50%;*/
/*    margin-top: -13px;*/
/*    margin-left: -9px;*/
/*    z-index: 3;*/
/*}*/

/*.about-content .history-frame li::after {*/
/*    content: "";*/
/*    width: 200%;*/
/*    height: 1px;*/
/*    background: #777;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    z-index: 0;*/
/*}*/

/*.about-content .history-frame li.active::before {*/
/*    background: #f0ae2c;*/
/*}*/

@media (min-width: 768px) {
    .about-content ul.about-main div {
        height: 250px;
    }

    .about-content ul.about-main h4 {
        font-size: 30px;
        text-align: left;
    }

    .about-content .h3ch {
        margin-bottom: 70px;
    }

    .about-content .h3en {
        margin-top: 70px;
    }

    .about-content dl.structure {
        font-size: 18px;
    }

    .about-content .structure dt img,
    .about-content .structure dd img {
        width: auto;
    }

    .about-content .structure img {
        margin-bottom: 20px;
    }

    .about-content .structure dt,
    .about-content .structure dd {
        margin-bottom: 30px;
    }

    .about-content .about-main .text-container {
        padding-top: 50px;
        padding-bottom: 0;
    }
}

/*加入我们*/
.about-content .quote {
    width: 90%;
    padding-left: 50px;
    padding-right: 50px;

    text-align: center;
    background: url(../image/text-icon2.png) top left no-repeat,
    url(../image/text-icon1.png) right bottom no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-content .join-reason img {
    margin-bottom: 7px;
}

.about-content .join-reason li {
    margin-bottom: 15px;
}

.about-content ul.join-reason {
    margin-top: 40px;
}

.about-content dl.positions dt {
    background-color: #e98d06;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
}

.about-content dl.positions dt i {
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
}

.about-content dl.positions dt .i-up {
    transform: rotate(0deg);
    transition: .5s;
}

.about-content dl.positions dt .i-down {
    transform: rotate(180deg);
    transition: .5s;
}

.about-content dl.positions dd {
    background-color: #f6eddf;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 40px;
    color: #333;
}

.about-content dl.positions h5 {
    font-size: 18px;
    color: #999999;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

.about-content .join-contact {
    float: left;
    font-size: 16px;
}

.about-content .join-contact a {
    margin-right: 50px;
}

@media (min-width: 768px) {
    .about-content .quote {
        width: 80%;
        padding-left: 7%;
        padding-right: 7%;
        margin-top: 50px;
        margin-bottom: 45px;
        font-size: 18px;
    }

    .about-content .lH-30 {
        line-height: 30px;
    }

    .about-content .lH-44 {
        line-height: 44px;
    }

    .about-content .join-reason img {
        width: auto;
    }

    .about-content .join-reason img {
        margin-bottom: 20px;
    }

    .about-content .join-reason li {
        margin-bottom: 30px;
    }

    .about-content ul.join-reason {
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .about-content dl.positions dt {
        padding-top: 26px;
        padding-bottom: 26px;
        font-size: 20px;
        padding-left: 40px;
    }

    .about-content dl.positions dt i {
        right: 40px;
        top: 22px;
        font-size: 25px;
    }

    .about-content dl.positions dd {
        padding-left: 40px;
        padding-right: 40px;
    }

    .about-content .join-contact {
        font-size: 18px;
        width: 300px;
        margin-top: 10px;
    }

    .about-content .join-contact i {
        font-size: 26px;
        margin-right: 8px;
    }

    .sctt {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .about-content .quote {
        width: 65%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .about-content dl.positions dt {
        padding-top: 35px;
        padding-bottom: 35px;
        font-size: 24px;
    }

    .about-content dl.positions dt i {
        top: 30px;
        font-size: 30px;
    }

    .sctt, .sccn {
        margin-right: 10%;
    }
}

/*联系我们*/
.about-content .bx-controls-direction a {
    background: #000;
    display: block;
    color: #fff;
    position: absolute;
    opacity: 0.4;
    filter: alpha(opacity=40);
    top: 50%;
    width: 25px;
    height: 46px;
    font-size: 20px;
    margin-top: -23px;
    text-align: center;
    line-height: 46px;
}

.about-content .bx-controls-direction a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.about-content .j_conImg li {
    position: relative;
}

.about-content .j_conImg li .img-note {
    position: absolute;
    background: rgba(233, 141, 6, .5);
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    z-index: 2;
    text-align: center;
    vertical-align: middle;
    padding-top: 41%;
    display: none;
    font-size: 16px;
    cursor: default;
}

.about-content .j_conImg li:hover .img-note {
    display: block;
}

.about-content .bx-controls-direction a.bx-prev {
    left: 0;
}

.about-content .bx-controls-direction a.bx-next {
    right: 0;
}

.about-content .bx-wrapper {
    position: relative;
    margin-top: 40px !important;
}

@media (min-width: 768px) {
    .about-content .j_conImg li .img-note {
        font-size: 30px;
        padding-top: 44%;
    }

    .about-content .bx-controls-direction a {
        display: block;
        width: 40px;
        height: 50px;
        font-size: 30px;
        margin-top: -25px;
        line-height: 50px;
    }
}

@media (min-width: 992px) {
    .about-content .bx-controls-direction a {
        display: block;
        width: 70px;
        height: 100px;
        font-size: 48px;
        margin-top: -50px;
        line-height: 100px;
    }
}

/*讲师风采*/
.about-content .video-frame {
    width: 100%;
    height: 570px;
    padding: 0;
}

.about-content .video-frame .slidee {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

.about-content .video-frame .slidee li {
    cursor: pointer;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    width: 470px;
    height: 100%;
    position: relative;
}

.about-content .video-frame .slidee li img {
    width: 100%;
    min-height: 400px;
}

.about-content .video-frame .scrollbar {
    position: absolute;
    background: #acacac;
    height: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.about-content .video-frame .scrollbar .handle {
    background: #f0ae2c;
    height: 20px;
}

.about-content .teacher-info {
    color: #929ba0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    height: 185px;
    background: #fff;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 30px;
    overflow: hidden;
}

.about-content .teacher-info h4 {
    color: #333;
    padding-bottom: 25px;
    position: relative;
}

.about-content .teacher-info h4::after {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #f0ae2c;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 5px;
}

.about-content .video-hover {
    position: absolute;
    color: #fff;
    background: rgba(255, 97, 26, .5);
    width: 100%;
    height: 100%;
    font-size: 24px;
    padding-top: 150px;
    text-align: center;
    display: none;
}

.about-content .video-frame li:hover .video-hover {
    display: block;
}

.about-content .video-hover a.iconfont {
    color: #fff;
    font-size: 100px;
    margin-bottom: 60px;
    opacity: 0.7;
}

.about-content .video-hover a.iconfont:hover {
    opacity: 1;
}

/* 讲师弹窗 */
.teacher_mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
}

.teacher_mask .content {
    margin-left: -450px;
    margin-top: -200px;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    background: #FFF;
    width: 900px;
    min-height: 380px;
    _height: 400px;
    padding: 15px;
    overflow: hidden;
}

.teacher_mask .img {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 30px;
    width: 240px;
    overflow: hidden;
}

.teacher_mask .text {
    float: left;
    margin-left: 50px;
    margin-top: 10px;
    width: 480px;
}

.teacher_mask .title {

}

.teacher_mask .loading {
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    left: 50%;
    top: 50%;
    position: relative;
}

.teacher_mask .close {
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    opacity: .9;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=90)
}

.teacher_mask .close:focus, .teacher_mask .close:hover {
    opacity: .5;
    cursor: pointer;
    filter: alpha(opacity=50)
}

.teacher_mask .container {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
}

.teacher_mask .title span {
    color: #f0ae2c;
}

.teacher_mask .summary {
    margin-top: 10px;
}

.teacher_mask h4 {
    font-size: 20px;
}

.teacher_mask h5 {
    margin-top: 20px;
    font-size: 16px;
}

.teacher_mask .subtitle {
    font-size: 16px;
}

@media (min-width: 768px) {
    .teacher_mask .container {
        width: 970px;
    }
}

@media (max-width: 902px) {
    .teacher_mask .content {
        margin-left: 0;
        margin-top: 190px;
        position: static;
        _position: static;
        top: 50%;
        left: 0;
        background: #FFF;
        width: 100%;
        height: 600px;
        padding: 15px;
        overflow: hidden;
    }

    .teacher_mask .title {
        margin-top: 40px;
    }

    .teacher_mask .img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .teacher_mask .text {
        display: block;
        width: auto;
        float: none;
        margin: 0 auto;


    }
}

/*字体颜色*/
.text-af {
    color: #afafaf;
}

.map-mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}

.sctt, .sccn {
    float: right;
    width: 25%;
    position: relative;
    text-decoration: underline;
    display: none;
}

.sccn {
    margin-top: 20px;
}

/*限制首页锐道课堂的图片尺寸*/
.index-content .course img {
    max-width: 520px;
    max-height: 390px;
}

@media (max-width: 768px) {
    .index-content .course img {
        max-width: 100%;
    }
}

/*20160629新增，调整移动端视频大小*/
@media (max-width: 768px) {
    .about-content .video-frame .slidee li {
        width: 270px;
        height: 100%;
    }

    .about-content .video-frame {
        height: 350px;
    }

    .about-content .teacher-info {
        height: 110px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
    }

    .about-content .teacher-info h4 {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .about-content .teacher-info h4::after {
        display: none;
    }

    .about-content .video-frame .slidee li img {
        min-height: 270px;
    }

    .index-content .course .course-note {
        padding-top: 60px;
        padding-left: 30px;
    }
}

.do-index-video {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.banner-index {
    margin-top: 75px;
}

.banner-index li {
    position: relative;
}

.about-content select {
    display: block;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 40px;
}

.structure dd p {
    font-weight: normal;
    font-size: 18px;
    margin-top: 10px;
    visibility: hidden;
}

.structure dd:hover p {
    visibility: visible;
}

/*社会责任  */
#social ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

#social ul li {
    display: inline-block;
    border: 1px solid #f0ae2c;
    box-shadow: 0 0 5px #f0ae2c;
    margin-bottom: 15px;
}

#social ul li .social-img {
    padding: 15px;
}

#social ul li .social-info {
    padding: 15px;
}

#social ul li .social-info h4 {
    size: 18px;
    font-weight: bold;
}

#social ul li .social-info div {
    size: 16px;
    line-height: 18px;
}

/**
 * 讲师介绍
 */
#teacher ul {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

#teacher ul li {
    padding: 15px;
}

#teacher ul li .teacher-box {
    display: inline-block;
    text-align:center;
    /*border: 1px solid #f0ae2c;*/
    /*box-shadow: 0 0 5px #f0ae2c;*/
}

#teacher ul li .teacher-img {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align:center;
    display: inline-block;
}

#teacher ul li .teacher-box {
    display: inline-block;
}

#teacher ul li .teacher_content {
    padding: 15px;
    display: inline-block;
}

#teacher ul li .teacher_content h4 {
    font-size: 16px;
    font-weight: lighter;
    text-align:center;
    width:100%;
}

#teacher ul li .teacher_content b {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 15px;
}

#teacher ul li .teacher_content div {
    white-space: normal;
    font-size: 14px;
    line-height: 16px;
}


.pages{margin:0; text-align:center}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px; margin:0 auto; }
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default;}

