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

.head-index.op1 {
    background: rgba(0, 0, 0, 1);
}

.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: 16px;
    color: #000;
}

.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: #32324d;
    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 11px;
    }

    .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 18px;
    }

    .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;
    }
}

.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 .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: 55px;
    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: auto;
}

.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;
}

.index-content .news .news-content {
    float: right;
    width: 77%;
    padding-bottom: 30px;
    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: 100%;
    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;
}

.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;
}

.index-content .client li div {
    background: #3e4142;
    width: 90%;
    position: relative;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #f0ae2c;
}

.index-content .client li div h6 {
    font-size: 40px;
    color: #f0ae2c;
    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: #f0ae2c;
}

.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;
}

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

.index-content .service-case {
    position: absolute;
    right: 50%;
    margin-right: -300px;
    top: 40%;
}

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

.index-content .service-case a:link,
.index-content .service-case a:visited {
    color: #fff;
    font-size: 18px;
    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;
}

/*
.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: auto;
        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: 45%;
        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: 100px;
        line-height: 200px;
    }

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

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

    .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: #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: 16px;
    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: 0px;
    }
}

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

.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-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: 200px;
    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: 150px;
}

.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: #d6d6d6;
    border: 1px solid #d6d6d6;
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 50%;
    z-index: 3;
    text-align: center;
    line-height: 26px;
    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: 30px;
    }

    .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 {
        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 {
    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;
}

/*字体颜色*/
.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;
}


/*各岗位经融知识_详情页*/
/*银行经融知识收集_详情*/
.row {
    margin-right: 0;
}

.knowtitle {
    width: 100%;
    background-color: #f4f4f4;
    color: #333333;
}

.knownav1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 320px;
}

.knownav1 p:first-child {
    float: left;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 0;

}

.knowtitle .knownav1 .active-p1 {
    border-bottom: 2px solid #f0ae2c;
}

.knownav1 p:last-child {
    float: right;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 0;
}

.knowtitle a {
    font-size: 18px;
    line-height: 80px;
}

.knowtitle p:hover {
    border-bottom: 2px solid #f0ae2c;
}

.knowtitle1 {
    width: 100%;
    background-color: #ffffff;
    color: #333333;
}

.knowtitle1 a {
    font-size: 14px;
    line-height: 50px;
    color: #999999;
}

.knownav2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 250px;
}

.knownav2 p a:hover {
    color: #333333;
}

.knownav2 .active-a1 {
    color: #333333;
}

.knownav2 p:first-child {
    float: left;
    margin-bottom: 0;
}

.knownav2 p:nth-child(2) {
    float: left;
    margin-bottom: 0;
    margin-left: 50px;
}

.knownav2 p:last-child {
    float: right;
    margin-bottom: 0;
}

.title-h2 h2 {
    font-size: 30px;
    color: #6e6e6e;
    margin-top: 30px;

}

.title-h2 .title-black {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    float: right;
    border: 1px solid #6e6e6e;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.title-h2 .title-black:hover {
    background-color: #f0ae2c;
    color: #ffffff;
    border: none;
}

.title-h2 {
    border-left: 10px solid #dddddd;
    padding-left: 30px;
    position: relative;
}

.title-p1 {
    margin-top: 30px;
}

.title-p1 p {
    font-size: 12px;
    line-height: 32px;
    color: #6e6e6e;
}

.title-img {
    margin-top: 30px;
}

.title-share {
    margin-top: 60px;
    margin-bottom: 100px;
}

.title-share p:first-child {
    float: left;
}

.title-share p:last-child {
    float: right;
}

.title-share p:last-child a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #6e6e6e;
    display: inline-block;
    text-align: center;
    line-height: 40px;

}

.title-share p:last-child a:hover {
    background-color: #f0ae2c;
    color: #ffffff;
    border: 1px solid transparent;
}

.title-share p:first-child a {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 15px;
    margin-top: -5px;
    background-image: url("../image/weibo.png");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);

    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.title-share p:first-child a:first-child {
    background-image: url("../image/weibo.png");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);

    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;

}

.title-share p:first-child a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.title-share p:first-child a:nth-child(2):hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.title-share p:first-child a:last-child:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.share-span {
    vertical-align: top;
}

.title-share p:first-child a:nth-child(2) {
    background-image: url("../image/weixin.png");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);

    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.title-share p:first-child a:last-child {
    background-image: url("../image/qq.png");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);

    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.title-tab {
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    width: 250px;
    max-width: 600px;
    margin-bottom: 120px;
    margin-top: 100px;
}

.title-tab ul {
    height: 30px;
    text-align: center;
}

.title-tab ul li {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;

}

.title-tab ul li a {
    color: #6e6e6e;;
}

.title-tab ul li a:hover {
    color: #ffffff;
}

.title-tab ul li:hover {
    background-color: #f0ae2c;
    color: #ffffff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .knownav1 {
        width: 280px;
    }

    .title-h2 .title-black {
        display: none;
    }

    .title-h2 h2 {
        font-size: 18px;
    }

    .title-share p:last-child {
        display: none;
    }

    .title-tab, .title-tab ul, .title-tab ul li {
        height: 100%;
    }

    .title-h2 {
        padding-left: 15px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .knownav1 {
        width: 280px;
    }

    .title-h2 .title-black {
        display: none;
    }

    .title-h2 h2 {
        font-size: 18px;
    }

    .title-share p:last-child {
        display: none;
    }

    .title-tab, .title-tab ul, .title-tab ul li {
        height: 100%;
    }

    .title-h2 {
        padding-left: 15px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .knownav1 {
        width: 280px;
    }

    .title-h2 .title-black {
        display: none;
    }

    .title-h2 h2 {
        font-size: 18px;
    }

    .title-share p:last-child {
        display: none;
    }

    .title-tab, .title-tab ul, .title-tab ul li {
        height: 100%;
    }

    .title-h2 {
        padding-left: 15px;
    }
}

/*各岗位经融知识_详情页结束*/
/*银行经融知识收集_详情结束*/


/*各个岗位金融知识页*/
/*银行经融知识收集*/

.known-news {
    width: 100%;
}

.known-news ul li {
    padding-top: 25px;
    padding-bottom: 25px;
}

.known-news ul li:hover {
    background-color: #333333;
    color: #ffffff;
}

.known-news ul li:hover .new-texth3 {
    color: #ffffff;
}

.known-news ul li:hover .new-timea1 {
    background-color: #ffffff;
    color: #f0ae2c;
    border-color: #ffffff;
}

.new-text h3 a:hover {
    color: #ffffff;
}

.new-text {

    float: left;
    width: 745px;
}

.new-text p {
    width: 475px;
    height: 115px;
    line-height: 28px;
    font-size: 12px;
    margin-left: 270px;

    overflow: hidden;
    text-overflow: ellipsis;
}

.new-text img {
    float: left;
    margin-right: 20px;
}

.new-text h3 {
    font-size: 24px;
    line-height: 20px;
}

.new-time {
    float: right;
    margin-top: 30px;

}

.new-time a {
    float: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    border: 1px solid #6e6e6e;
    margin-top: 20px;
}

.new-time p {
    float: right;

    font-size: 20px;
    line-height: 36px;
    margin-right: 30px;
}

.new-time p span {
    font-size: 32px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .new-text {
        float: left;
        width: 290px;
    }

    .new-text img {
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .new-time {
        margin-top: 0;
    }

    .new-time p {

    }

    .new-time p span {
        font-size: 20px;
    }

    .new-text p {
        margin-left: 0;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .new-text {
        float: left;
        width: 358px;
    }

    .new-text img {
        margin-left: 45px;
        margin-bottom: 20px;
        float: none;
    }

    .new-text p {
        margin-left: 0;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .new-text {
        float: left;
        width: 392px;
    }

    .new-text img {
        margin-left: 65px;
        margin-bottom: 20px;
        float: none;
    }

    .new-text p {
        margin-left: 0;
    }
}

/*银行经融知识收集结束*/
/*各个岗位金融知识页结束*/

/*金融知识视频_公开课页*/
#class-open .content {
    padding-left: 0;
    padding-right: 0;
}

.open-class {
    margin-top: 30px;
}

.open-class a:hover {
    color: #333333;
}

.open-class a:hover .class-text {
    box-shadow: 3px 3px 3px #a7a3a3;
}

.open-class ul {
    height: 290px;
}

.open-class ul li {
    color: #333333;
    width: 280px;
    float: left;
    margin-bottom: 25px;
}

.open-class ul li:nth-child(1) {
    margin-right: 25px;
}

.open-class ul li:nth-child(2) {
    margin-right: 25px;
}

.open-class ul li:nth-child(3) {
    margin-right: 25px;
}

.open-class ul li .class-text {
    background-color: #ffffff;
    width: 280px;
    padding-top: 20px;
    padding-left: 20px;
    height: 80px;
}

.class-text h4 {
    margin-top: 0;
    font-size: 14px;
}

.class-text p {
    font-size: 12px;
}

.class-text p span {
    background-image: url("../image/class-time.png");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .open-class ul {
        margin-left: 20px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .open-class ul {
        margin-left: 46px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .open-class ul {
        margin-left: 65px;
    }
}

/*金融知识视频_公开课页结束*/

/*案例介绍*/
.banner9, .banner8 {
    margin: 0 auto;
    width: 1200px;
    height: 410px;
    overflow: hidden;
    position: relative;
    margin-top: 50px
}

.banner9 .img9, .banner8 .img8 {
    width: 10000px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner9 .img9 li, .banner8 .img8 li {
    float: left;
    margin: 0 auto;
}

.banner9 .img9 li img, .banner8 .img8 li img {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}

.banner9 .num9, .banner8 .num8 {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    font-size: 0;
}

.banner9 .num9 li, .banner8 .num8 li {
    width: 40px;
    height: 5px;
    background: #888;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;;
    display: inline-block;
    margin: 0 3px;
}

.banner9 .num9 li.on, .banner8 .num8 li.on {
    background: #f0ae2c;
}

.banner9 .btn9, .banner8 .btn8 {
    width: 30px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 40px;
    font-family: "宋体";
    display: none;
}

.banner9:hover .btn9, .banner8:hover .btn8 {
    display: block;
}

.banner9 .btn_l9, .banner8 .btn_l8 {
    left: 0;
}

.banner9 .btn_r9, .banner8 .btn_r8 {
    right: 0;
}

.case-box {
    width: 280px;
    height: 290px;
    color: #333333;
}

.banner9 h3, .banner8 h3 {
    font-size: 18px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 10px;
}

.case-main a {
    display: inline-block;
    float: left;
}

.case-box p {
    background-color: #ffffff;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
}

.banner9 ul li a:hover .case-box p, .banner8 ul li a:hover .case-box p {
    box-shadow: 3px 3px 3px #a7a3a3;
}

.anli-map {
    width: 100%;
    height: 503px;
    background-color: #ffffff;

}

.anlimap-main {
    background-image: url("../image/map-anli.jpg");
    background-position: center;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}

.anlimap-main h4 {
    margin-top: 75px;
    margin-bottom: 100px;
    font-size: 18px;
}

.anlimap-main a {
    background-color: transparent;
    margin-right: 15px;
    color: #333333;
    width: 78px;
    height: 30px;
    border: none;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 30px;
}

.anlimap-main a:hover {
    /*background-color: #f0ae2c;*/
    border-radius: 7px;
    background-color: rgba(240, 174, 44, 0.329);
}

.popover {
    width: 290px;
    height: 300px;
    background-image: url("../image/anli-map.jpg");
    border: none;
    color: #ffffff;
    padding-left: 15px;
    border-radius: 10px;
}

.popover.top > .arrow {
    display: none;
}

.popover .popover-content {
    color: #ffffff;
}

.popover .popover-content h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 25px;
}

.popover .popover-content a {
    font-size: 18px;
    line-height: 52px;
    color: #ffffff;
}

.popover .popover-content a:hover {
    color: #333333;
    background-color: transparent;

}

.popover .arrow {
    border-bottom-color: #f0ae2c;
}

#banner10 {
    display: none;
}

#banner7 {
    display: none;
}

.anlimap-main {
    color: #333333;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .banner8, .banner9 {
        display: none;
    }

    #banner7, #banner10 {
        display: block;
        margin-left: 5px;
    }

    #banner10 ul li .case-main {
        width: 290px;
    }

    #banner10 ul li {
        margin-bottom: 20px;
    }

    .case-box {
        margin-bottom: 20px;
    }

    .case-main a {
        float: none;
    }

    .anlimap-main a {
        margin-bottom: 0;
        margin-right: 0;
    }

    .tab-li {
        height: 100px;
    }

    .title-share {
        height: 100px;
    }

    .tab-li .title-tab li {
        height: 30px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .banner8, .banner9 {
        display: none;
    }

    #banner7, #banner10 {
        display: block;
        margin-left: 30px;
    }

    #banner10 ul li .case-main {
        width: 290px;
    }

    #banner10 ul li {
        margin-bottom: 20px;
    }

    .case-box {
        margin-bottom: 20px;
    }

    .case-main a {
        float: none;
    }

    .anlimap-main a {
        margin-bottom: 0;
        margin-right: 0;
    }

    .tab-li {
        height: 100px;
    }

    .title-share {
        height: 100px;
    }

    .tab-li .title-tab li {
        height: 30px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .banner8, .banner9 {
        display: none;
    }

    #banner7, #banner10 {
        display: block;
        margin-left: 50px;
    }

    #banner10 ul li .case-main {
        width: 290px;
    }

    #banner10 ul li {
        margin-bottom: 20px;
    }

    .case-box {
        margin-bottom: 20px;
    }

    .case-main a {
        float: none;
    }

    .anlimap-main a {
        margin-bottom: 0;
        margin-right: 0;
    }

    .tab-li {
        height: 100px;
    }

    .title-share {
        height: 100px;
    }

    .tab-li .title-tab li {
        height: 30px;
    }
}

/*案例介绍页结束*/


/*锐道产品页*/
.pro-banner {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../image/product-bg.jpg");
}

.banner-text {
    margin-left: auto;
    margin-right: auto;
    width: 310px;
    height: 240px;
    margin-top: 90px;
    position: relative;
    text-align: center;
}

.banner-text h3 {
    font-size: 30px;
    color: #ffffff;

}

.banner-text span {
    font-weight: bold;
    position: absolute;
    font-size: 71px;
    color: #ffffff;
    opacity: 0.3;
    left: 5px;
    top: 150px;
}

.banner-icon {
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 50%;
    opacity: 0.8;
    width: 128px;
    height: 127px;
    background-image: url("../image/pro-icon1.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.pro-nav {
    width: 100%;
    height: 50px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #cbcbcb;

}

.pro-ad1 {
    height: 600px;
}

.pronav-main {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 50px;
}

.pronav-main .pronav-active {
    background-color: #ffffff;
    border-bottom: 3px solid #f0ae2c;
}

.pronav-main a {
    display: inline-block;
    width: 90px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.pronav-main a:hover {
    background-color: #ffffff;
    border-bottom: 3px solid #f0ae2c;
}

.proad1-text {
    text-align: center;
    margin-top: 80px;
}

.proad1-text p {
    font-size: 30px;
    color: #b2b2b2;
}

.proad1-text h3 {
    font-size: 24px;
}

.proad1-img {

    width: 117px;
    height: 117px;
    margin-left: auto;
    margin-right: auto;
}

.proad1 {
    float: left;
    text-align: center;
}

.proad1 p {
    font-weight: bold;
    font-size: 18px;
    color: #666666;
}

.proad1-img1 {
    background-image: url("../image/proad-img1.jpg");
}

.proad1-img2 {
    background-image: url("../image/proad-img2.jpg");
}

.proad1-img3 {
    background-image: url("../image/proad-img3.jpg");
}

.proad1-img4 {
    background-image: url("../image/proad-img4.jpg");
}

.proad1:nth-child(3), .proad1:nth-child(4), .proad1:nth-child(5) {
    margin-right: 146px;
}

.pro-ad1 .hr {
    height: 2px;
    background-color: #dddddd;
    width: 880px;
    margin-top: 107px;
    margin-left: 20px;
}

.pro-text1 {
    position: relative;
}

.pro-text1 p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-right: 45px;
    padding-left: 45px;
    line-height: 30px;
}

.pro-text1 span {
    width: 33px;
    height: 33px;
    display: inline-block;
    position: absolute;
}

.pro-text1 span:nth-child(1) {
    background-image: url("../image/text-icon2.png");
    left: -25px;
}

.pro-text1 span:last-child {
    background-image: url("../image/text-icon1.png");
    right: -25px;
    bottom: -15px;
}

.proad2 {
    float: left;
    position: relative;
    height: 338px;
    margin-top: 60px;
}

.proad2-text {
    width: 230px;
    height: 275px;
    border: 1px solid #e8e8e8;

}

.proad2-img {
    width: 128px;
    height: 127px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 100;
    left: 50px;
    top: -127px;
}

.proad2-img1 {
    background-image: url("../image/proad-img5.jpg");
}

.proad2-img2 {
    background-image: url("../image/proad-img6.jpg");
}

.proad2-img3 {
    background-image: url("../image/proad-img7.jpg");
}

.proad2-img4 {
    background-image: url("../image/proad-img8.jpg");
}

.proad2-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 80px;
    margin-top: -64px;
}

.proad2-text h4 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #666666;
}

.proad2-text p {
    font-size: 16px;
    color: #777777;
}

.proad2:nth-child(3), .proad2:nth-child(4), .proad2:nth-child(5) {
    margin-right: 31px;
}

.timeline {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    height: 400px;
}

.timeline .line {
    position: absolute;
    height: 57%;
    width: 2px;
    background-color: #dddddd;
    left: 50%;
    top: 42%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.timeline .legend {
    position: absolute;

    font-size: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.timeline .start-time-label {
    bottom: 0;
}

.timeline .end-time-label {
    top: 0;
}

.timeline .events {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 20px;
}

.timeline .events li {
    position: relative;
}

/*.timeline .events li:nth-child(odd) .hand {*/
/*left: 5px;*/
/*}*/

.timeline .events li:nth-child(even) {
    left: -100%;
}

.timeline .events li:nth-child(even) .hand {
    right: 0;
}

.timeline .events li .hand {
    position: absolute;
    width: 110px;
    height: 1px;
    background-color: #dddddd;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.timeline .events li .hand:after {*/
/*content: " ";*/
/*display: block;*/
/*width: 10px;*/
/*height: 10px;*/
/*border-radius: 10px;*/
/*position: absolute;*/
/*top: 50%;*/
/*-webkit-transform: translateY(-50%);*/
/*-moz-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*background: black;*/
/*}*/
.timeline .events li .data {
    padding: 5px 20px;
    height: 75px;
}

.timeline .events li:nth-child(odd) .data {
    margin-left: 90px;
}

.timeline .events li:nth-child(even) .data {
    margin-right: 90px;
    text-align: right;

}

.data {
    width: 500px;
}

.data h3 {
    margin-top: 0;
    font-size: 28px;
    color: #f0ae2c;
}

.data p {
    font-size: 14px;
}

.event {
    position: relative;
}

.event span {
    background-image: url("../image/text-icon3.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 19px;
    display: inline-block;
    position: absolute;
    top: 26px;
    left: -8px;
    z-index: 1000;
}

.event:nth-child(even) span {
    position: absolute;
    top: 26px;
    left: 582px;
    z-index: 1000;
}

.proad3-text2 {
    display: none;
    text-align: center;
}

.proad3-text2 ul li {
    /*list-style-image:url("../image/text-icon3.png") ;*/
    margin-bottom: 15px;
}

.proad3-text2 h3 {
    margin-top: 0;
    font-size: 20px;
    color: #f0ae2c;
}

.proad3-text2 p {
    font-size: 14px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .pro-ad1 {
        height: 100%;
    }

    .hr {
        display: none;
    }

    .pro-text1 span {
        display: none;
    }

    .pro-text1 p {
        padding-right: 0;
        padding-left: 0;
    }

    .proad1:nth-child(3), .proad1:nth-child(4), .proad1:nth-child(5) {
        margin-right: 0;
    }

    .proad1 {
        float: none;
    }

    .proad2 {
        margin-left: 16px;
    }

    .timeline {
        display: none;
    }

    .pronav-main a {
        width: 76px;
    }

    .proad3-text2 {
        display: block;
    }

    .pronav-main {
        width: 100%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .pro-ad1 {
        height: 100%;
    }

    .hr {
        display: none;
    }

    .pro-text1 span {
        display: none;
    }

    .pro-text1 p {
        padding-right: 0;
        padding-left: 0;
    }

    .proad1:nth-child(3), .proad1:nth-child(4), .proad1:nth-child(5) {
        margin-right: 0;
    }

    .proad1 {
        float: none;
    }

    .proad2 {
        margin-left: 45px;
    }

    .timeline {
        display: none;
    }

    .pronav-main a {
        width: 90px;
    }

    .proad3-text2 {
        display: block;
    }

    .pronav-main {
        width: 100%;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .pro-ad1 {
        height: 100%;
    }

    .hr {
        display: none;
    }

    .pro-text1 span {
        display: none;
    }

    .pro-text1 p {
        padding-right: 0;
        padding-left: 0;
    }

    .proad1:nth-child(3), .proad1:nth-child(4), .proad1:nth-child(5) {
        margin-right: 0;
    }

    .proad1 {
        float: none;
    }

    .proad2 {
        margin-left: 60px;
    }

    .timeline {
        display: none;
    }

    .pronav-main a {
        width: 100px;
    }

    .proad3-text2 {
        display: block;
    }

    .pronav-main {
        width: 100%;
    }
}

.proad3-text2 .row {
    margin-right: -15px;
}

/*锐道产品2*/
.pro-ad1 .hr1 {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.proad-2 {
    margin-left: 140px;
}

.proad-2 .proad1:nth-child(1) {
    margin-right: 150px;
}

.proad-2 .proad1:nth-child(2) {
    margin-right: 140px;
}

.pro-text1 .pro-text-p1 {
    padding-left: 20px;
    padding-right: 20px;
}

.proad-2 .proad1 .proad1-img1 {
    background-image: url("../image/proad-img9.jpg");
}

.proad-2 .proad1 .proad1-img2 {
    background-image: url("../image/proad-img10.jpg");
}

.proad-2 .proad1 .proad1-img3 {
    background-image: url("../image/proad-img11.jpg");
}

.proad1-img12 {
    background-image: url("../image/proad-img12.jpg");
}

.proad1-img13 {
    background-image: url("../image/proad-img13.jpg");
}

.proad1-img14 {
    background-image: url("../image/proad-img14.jpg");
}

.proad1-img15 {
    background-image: url("../image/proad-img15.jpg");
}

.data .mt-1-5 {
    margin-top: 15px;
}

.banner-text .banner-icon2 {
    background-image: url("../image/pro-icon2.png");
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .proad-2 {
        margin-left: 0;
    }

    .proad-2 .proad1:nth-child(1), .proad-2 .proad1:nth-child(2) {
        margin-right: 0;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {


}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {


}

/*锐道产品3*/
.banner-text .banner-icon3 {
    background-image: url("../image/pro-icon3.png");
}

.pro-text1 .pro2-p1 {
    padding-left: 200px;
    padding-right: 200px;
}

.pro2-text1 .pro-text1 span:nth-child(1) {
    left: 130px;
}

.pro2-text1 .pro-text1 span:last-child {
    right: 130px;
}

.pro2-ad1 {
    height: 0;
}

.pro3-ad3 {
    margin-left: 100px;
}

.pro3-ad3 .proad2:first-child {
    margin-right: 65px;
}

.pro3-ad3 .proad2:last-child {
    margin-left: 65px;
}

.pro3-ad3 .proad2 .proad2-img16 {
    background-image: url("../image/proad-img16.jpg");
}

.pro3-ad3 .proad2 .proad2-img17 {
    background-image: url("../image/proad-img17.jpg");
}

.pro3-ad3 .proad2 .proad2-img18 {
    background-image: url("../image/proad-img18.jpg");
}

.pro3-ad3 .proad2 .proad2-text {
    padding-left: 10px;

}

.proad3-h31 h3 {
    font-size: 22px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .pro-text1 .pro2-p1 {
        padding-left: 0;
        padding-right: 0;
    }

    .pro3-ad3 {
        margin-left: 0;
    }

    .pro2-ad1 {
        height: 100%;
    }

    .pro-ad1 .pro3-ad3 .pro2-ad3 {
        margin-left: 20px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .pro-text1 .pro2-p1 {
        padding-left: 0;
        padding-right: 0;
    }

    .pro3-ad3 {
        margin-left: 0;
    }

    .pro2-ad1 {
        height: 100%;
    }

    .pro-ad1 .pro3-ad3 .pro2-ad3 {
        margin-left: 50px;
    }

}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {

    .pro-text1 .pro2-p1 {
        padding-left: 0;
        padding-right: 0;
    }

    .pro3-ad3 {
        margin-left: 0;
    }

    .pro2-ad1 {
        height: 100%;
    }

    .pro-ad1 .pro3-ad3 .pro2-ad3 {
        margin-left: 60px;
    }
}

/*锐道产品4*/
.banner-text .banner-icon4 {
    background-image: url("../image/pro-icon4.png");
}

.proad1 .proad4-p1 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}

.proad1 .proad4-p2 {
    font-size: 16px;
    color: #777777;
}

.pro4-ad1 .proad1 {
    margin-right: 0;
}

.pro4-ad1 .proad1:nth-child(3), .pro4-ad1 .proad1:nth-child(4), .pro4-ad1 .proad1:nth-child(5) {
    margin-right: 54px;
}

.pro4-ad1 .pro-text1 span:first-child {
    left: 200px;
}

.pro4-ad1 .pro-text1 span:last-child {
    right: 200px;
}

.pro4-ad1 .proad1 .proad1-img19 {
    background-image: url("../image/proad-img19.jpg");
}

.pro4-ad1 .proad1 .proad1-img20 {
    background-image: url("../image/proad-img20.jpg");
}

.pro4-ad1 .proad1 .proad1-img21 {
    background-image: url("../image/proad-img21.jpg");
}

.pro4-ad1 .proad1 .proad1-img22 {
    background-image: url("../image/proad-img22.jpg");
}

.pro4-ad2 .proad2-text {
    height: 220px;
}

.pro4-ad2 .proad2-text h4 {
    font-weight: bold;
    color: #666666;
}

.proad2-img23 {
    background-image: url("../image/proad-img23.jpg");
}

.proad2-img24 {
    background-image: url("../image/proad-img25.jpg");
}

.proad2-img25 {
    background-image: url("../image/proad-img24.jpg");
}

.proad2-img26 {
    background-image: url("../image/proad-img26.jpg");
}

.pro4-ad3h3 h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 10px;
}

/*搜索框*/
/*首页*/
.head-index {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 14px;
    background: rgba(0, 0, 0, .06);
}

.head-index.op1 {
    background: rgba(0, 0, 0, 1);
}

.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: 16px;
    color: #fff;
}

.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: #32324d;
    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 11px;
    }

    .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 18px;
    }

    .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;
    }
}

.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 .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: 55px;
    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;
}

@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: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.head-index {
    background-color: #ffffff;
    position: relative;
}

.head-index input#s {
    color: #333333;
}

.head-index .navbar-collapse .navbar-nav li a:hover {
    color: #f0ae2c;
}

.head-index .navbar-collapse .navbar-nav li a {
    color: #333333;
}

.text-fff {
    color: black;
}

.head-index .index-nav-bar {
    background-color: #ffffff;
}

.about-content .structure dd {
    position: relative;
}

.about-content .structure dd:hover p {
    display: block;
}

.about-content .structure dd p {
    width: 228px;
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #333333;
    bottom: -75px;
    display: none;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .pro4-ad1 .proad1:nth-child(3), .proad1:nth-child(4), .pro4-ad1 .proad1:nth-child(5) {
        margin-right: 0;
    }

    .pro4-ad1 .proad1:nth-child(4) {
        margin-right: 0;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .pro4-ad1 .proad1:nth-child(3), .proad1:nth-child(4), .pro4-ad1 .proad1:nth-child(5) {
        margin-right: 0;
    }

    .pro4-ad1 .proad1:nth-child(4) {
        margin-right: 0;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .pro4-ad1 .proad1:nth-child(3), .proad1:nth-child(4), .pro4-ad1 .proad1:nth-child(5) {
        margin-right: 0;
    }

    .pro4-ad1 .proad1:nth-child(4) {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .about-content .video-frame .slidee li {
        width: 270px;
        height: 354px
    }

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

    .about-content .teacher-info {
        height: 115px;
    }

    .about-content .video-frame {
        height: auto;
    }

    .about-content .teacher-info h4 {
        padding-bottom: 10px;
    }
}




