/*各岗位经融知识_详情页*/
/*银行经融知识收集_详情*/
.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 #77311a;
}

.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 #77311a;
}

.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: #77311a;
    color: #ffffff;
    border: none;
}

.title-h2 {

    /*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: 40px;
}

.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: #77311a;
    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;
    -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 {
    height: 24px;
    width: 24px;
    background-position: 0 -94px;
    background-image: url("../image/img.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) {
    height: 24px;
    width: 24px;
    background-position: 0 -118px;
    background-image: url("../image/img.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 {
    height: 24px;
    width: 24px;
    background-position: 0 -142px;
    background-image: url("../image/img.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: #77311a;
    color: #ffffff;
}

.back-a {
    background-position: 0 -185px;
    width: 25px;
    height: 40px;
    display: inline-block;
    float: left;
    background-image: url("../image/img.png");
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-top: 35px;
}


@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: #f6eddf;
    color: #ffffff;
}

.known-news ul li:hover .new-text p {
    color: #333333;
}

.known-news ul li:hover .new-time p {
    color: #333333;
}

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

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

.new-text {

    float: left;
    width: 100%;
}

.new-text p {
    width: auto;
    height: auto;
    line-height: 28px;
    font-size: 16px;
    margin-left: 270px;

    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.new-time {
    clear:both;
    margin-top: 30px;

}

.new-time a {
    font-size: 36px;
    float: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    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: 100%;
    }

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

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

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

.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("../images/class-time.png");*/
/*background-repeat: no-repeat;*/
/*width: 13px;*/
/*height: 13px;*/
/*display: inline-block;*/
/*margin-right: 5px;*/
/*}*/
.class-text p span {
    background-image: url("../image/img.png");
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    background-position: 0 0;
    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;
}

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

.case-main {
    padding-left: 5px;
}

.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: #77311a;
}

.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;
    margin-right: 30px;
}

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

.city-a {
    width: 250px;
    height: 200px;
    overflow-y: scroll;
}

.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: #77311a;*/
    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: #77311a;
}

#banner10 {
    display: none;
}

#banner7 {
    display: none;
}

.anlimap-main {
    color: #333333;
}

.anlimap-main ul li {
    position: relative;
    width: 78px;
    height: 30px;
    float: left;
    margin-left: 15px;
    margin-bottom: 30px;
}

.anlimap-main ul li:hover {
    border-radius: 7px;
    background-color: rgba(240, 174, 44, 0.329);
}

.anlimap-main ul li:hover .anli-main {
    display: block;
}

.anli-main {
    width: 290px;
    height: 330px;
    background-image: url("../image/anli-map.jpg");
    border: none;
    color: #ffffff;
    padding-left: 20px;
    border-radius: 10px;
    background-repeat: no-repeat;
    padding-top: 10px;
    position: absolute;
    top: -310px;
    left: 30px;
    display: none;
}

.anli-main p {
    font-size: 24px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.anli-main a, .anli-main span {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    width: 200px;
    text-align: left;
}

.anli-main a:hover {
    color: #333333;
    background-color: transparent;
}


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

    .anlimap-main ul li {
        margin-bottom: 10px;
    }

    .anlimap-main h4 {
        margin-bottom: 10px;
    }
}

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

    .anlimap-main ul li {
        margin-bottom: 10px;
    }

    .anlimap-main h4 {
        margin-bottom: 10px;
    }
}

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

    .anlimap-main ul li {
        margin-bottom: 10px;
    }

    .anlimap-main h4 {
        margin-bottom: 10px;
    }
}

/*案例介绍页结束*/


/*锐道产品页*/
.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: 24px;
    top: 120px;
}

.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: auto;
    background-color: #f4f4f4;
    border-bottom: 1px solid #cbcbcb;
    text-align: center;
    overflow: hidden;
}

.row:last-child {
    padding-bottom: 0px;
    /* height: 600px; */
}

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

.pronav-main .pronav-active {
    background-color: #8a6a45;
    color:#fff;
    border-bottom: 3px solid #cbcbcb;
}

.pronav-main a {
    display: inline-block;
    width: auto;
    padding:0 10px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
}

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

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

.proad1-ml2 {
    margin-left: 60px;
}

/*.proad1:nth-child(3){*/
/*margin-left: 0;*/
/*}*/

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

.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-position: 0 -281px;
    background-image: url("../image/img.png");
    background-repeat: no-repeat;
    left: -25px;
}

.pro-text1 span:last-child {
    background-position: 0 -248px;
    background-image: url("../image/img.png");
    background-repeat: no-repeat;
    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: 68px;
}

.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: #77311a;
}

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

.event {
    position: relative;
}

/*.event span{*/
/*background-image: url("../images/text-icon3.png");*/
/*background-repeat: no-repeat;*/
/*width: 18px;*/
/*height: 19px;*/
/*display: inline-block;*/
/*position: absolute;*/
/*top: 26px;*/
/*left: -8px;*/
/*z-index: 1000;*/
/*}*/
.event span {
    background-image: url("../image/img.png");
    background-repeat: no-repeat;
    height: 19px;
    width: 18px;
    background-position: 0 -26px;
    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("../images/text-icon3.png") ;*/
    margin-bottom: 15px;
}

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

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

.pro-ad1 .proad1-ml {
    margin-left: 90px;
}

@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: 45%;
            display: inline-block;
    width: auto;
    padding: 0 10px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    }

    .proad3-text2 {
        display: block;
    }

    .pronav-main {
        width: 100%;
    }

    .proad1:nth-child(3) {
        margin-left: 0;
    }
}

@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;
        margin-left: 0;
    }

    .proad1 {
        float: none;
    }

    .proad2 {
        margin-left: 45px;
    }

    .timeline {
        display: none;
    }

    .pronav-main a {
     
            display: inline-block;
    width: auto;
    padding: 0 10px;
    height: auto;
    text-align: center;
    line-height: 200%!important;
    font-size: 16px;
    }

    .proad3-text2 {
        display: block;
    }

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

@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: auto;
    }

    .proad3-text2 {
        display: block;
    }

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

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

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

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

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

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

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

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

.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;
    font-weight: normal;
}

.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 #77311a;
    color: #77311a;
    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: #77311a;
}

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

.text-fff {
    color: black;
}

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

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

/*20160624新增搜索结果页面样式*/
.know-new .w575 p {
    width: 575px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #333;
}

.know-new .w575 h3 a {
    font-size: 24px;
    color: #333;
}

.search-no-result {
    padding-bottom: 350px;
    padding-top: 300px;
    text-align: center;
    font-size: 28px;
}





