﻿@charset "utf-8";

@font-face {
    font-family: 'STKAITI';
    src: url("../images/STKAITI.TTF");
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-family: '微软雅黑';
    font: 12px/1.5 tahoma,arial,"Hiragino Sans GB",宋体,sans-serif;
}

body {
    min-width: 1200px;
    overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: outside none none;
}

*:focus {
    outline: none;1789
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

b {
    font-weight: normal;
}

img {
    border: none;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 1200px;
    margin: 0 auto
}
/*头部样式*/
.header {
    background: #fff;
    height: 30px;
    line-height: 30px;
}

    .header a {
        float: right;
        line-height: 30px;
        color: #666666;
    }

        .header a span {
            padding: 0 10px;
        }

.logo {
    /*margin-top:21px;
	padding-bottom:16px;*/
}

.logo_ri_dl_xq {
    text-align: center;
    float: right;
    margin-top: 5px;
}

    .logo_ri_dl_xq p {
        color: #666666;
        line-height: 30px;
    }

    .logo_ri_dl_xq:hover p {
        color: #2bbf76;
    }

    .logo_ri_dl_xq .dl {
        background: url(../images/nav_01.png) no-repeat 50% 0;
        width: 76px;
        height: 40px;
        display: block;
    }

    .logo_ri_dl_xq:hover .dl {
        background: url(../images/nav_11.png) no-repeat 50% 0;
    }

    .logo_ri_dl_xq .zc {
        background: url(../images/nav_02.png) no-repeat 50% 0;
        width: 76px;
        height: 40px;
        display: block;
    }

    .logo_ri_dl_xq:hover .zc {
        background: url(../images/nav_22.png) no-repeat 50% 0;
    }

    .logo_ri_dl_xq .yx {
        background: url(../images/nav_03.png) no-repeat 50% 0;
        width: 76px;
        height: 40px;
        display: block;
    }

    .logo_ri_dl_xq:hover .yx {
        background: url(../images/nav_33.png) no-repeat 50% 0;
    }

.box {
    width: 310px;
    margin: 10px auto 0;
    position: relative;
    margin-right: 12px
}

.searchcontent {
    border: 1px solid #cccccc;
    display: block;
    width: 290px;
    height: 28px;
    color: #cccccc;
    padding-left: 10px;
    line-height: 28px;
}

.srarchlist {
    border: solid 1px #cccccc;
    border-radius: 3px;
    position: absolute;
    width: 200px;
    display: none;
}

    .srarchlist a {
        display: block;
        color: #666666;
        background: #ffffff;
        padding-left: 10px;
        line-height: 21px;
    }

.jt {
    background-color: #2bbf76;
    background-image: url(../images/search.png);
    background-position: 7px 8px;
    background-repeat: no-repeat;
    width: 28px;
    height: 30px;
    display: block;
    position: absolute;
    right: -1px;
    top: 0px;
    cursor: pointer;
}

.college img {
    width: 285px;
    height: 251px;
    display: block;
}

.nav {
    background: #2bbf76;
    height: 50px;
}

    .nav li {
        float: left;
        font-size: 20px;
        line-height: 50px;
        margin-right: 20px;
        position: relative;
    }

        .nav li:hover .twomenu {
            display: block;
        }

.twomenu {
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #2bbf76;
    display: none;
    z-index: 10;
}

    .twomenu dd a {
        color: #ffffff;
        width: 150px;
        display: block;
        text-align: center;
        height: 50px;
    }

        .twomenu dd a:hover {
            background-color: #e8bf00;
        }

.nav a {
    color: #ffffff;
    width: 129px;
    display: block;
    text-align: center;
}

    .nav a:hover {
        background: #e8bf00;
    }
/*banner*/
.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .slideBox .hd {
        height: 16px;
        overflow: hidden;
        position: absolute;
        bottom: 30px;
        z-index: 1;
    }

        .slideBox .hd ul li {
            float: left;
            width: 16px;
            margin-right: 23px;
            height: 16px;
            border-radius: 16px;
            background: #ffffff;
            cursor: pointer;
        }

            .slideBox .hd ul li.on {
                background: #2bbf76;
            }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
        }

    .slideBox .hd_ce {
        width: 100px;
        margin: 0 auto;
    }

    .slideBox .prev, .slideBox .next {
        position: absolute;
        left: 3%;
        top: 35%;
        display: block;
        width: 50px;
        height: 130px;
        background: url(../images/prev.png) no-repeat;
        opacity: 0.5;
    }

    .slideBox .next {
        left: auto;
        right: 3%;
        background: url(../images/next.png) no-repeat;
    }

    .slideBox a:hover {
        opacity: 1;
    }

.institute_class {
    margin-left: -130px;
}

.main {
    margin-top: 20px;
}

.college {
    float: left;
    margin-left: 130px;
    position: relative;
    text-align: center;
    width: 285px;
    height: 410px;
    margin-bottom: 20px
}

    .college:hover {
        background-color: #2bbf76;
    }

        .college:hover p {
            color: #ffffff;
        }

        .college:hover .hat {
            background-image: url("../images/hats.png");
        }

    .college .heading1 {
        font-size: 24px;
        color: #666666;
        padding-top: 35px;
        font-weight: bold;
    }

    .college .heading2 {
        font-size: 16px;
        color: #666666;
        font-weight: bold;
    }

    .college .heading3 {
        font-size: 14px;
        color: #666666;
        font-family: "微软雅黑";
        padding-top: 23px;
    }

.hat {
    height: 65px;
    width: 57px;
    background-image: url("../images/hat.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 114px;
    top: 217px;
}
/*最新资讯*/
.indextit {
    border: 1px solid #eeeeee;
    position: relative;
    margin-top: 50px;
}

.indextit-left {
    position: absolute;
    left: 0;
    top: -9px;
    padding-right: 17px;
    background-color: #fff;
}

.indextit a {
    position: absolute;
    right: 0;
    top: -10px;
    background-color: #fff;
    padding-left: 12px;
    color: #2bbf76;
}

.news_det {
    margin-top: 30px;
}

.news_det_rq {
    text-align: center;
    width: 85px;
    height: 70px;
    position: relative;
    display: block;
    border: 3px solid #999999;
    margin-right: 10px;
}

    .news_det_rq p.month {
        color: #999999;
        font-size: 48px;
        line-height: 70px;
    }

    .news_det_rq p.sept {
        font-size: 14px;
        color: #999999;
        background: #ffffff;
        display: block;
        width: 40px;
        bottom: -10px;
        left: 22px;
        position: absolute;
    }

.news_det_nr {
    width: 498px;
    max-width: 498px;
}

    .news_det_nr .heading5 {
        white-space: nowrap;
        line-height: 23px;
        overflow: hidden;
        font-weight: bold;
        color: #666666;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .news_det_nr .nr {
        font-size: 14px;
        color: #666666;
        line-height: 21px;
    }

.news_det:hover .heading5 {
    color: #2bbf76;
}

.news_det:hover .news_det_rq {
    border: 3px solid #2bbf76;
}

    .news_det:hover .news_det_rq p.month, .news_det a:hover .news_det_rq p.sept {
        color: #2bbf76;
    }
/*资质荣誉*/
.focus {
    position: relative;
    margin-top: 30px;
}

.anli_ul {
    width: 1200px;
    overflow: hidden;
    height: 184px;
}

    .anli_ul li {
        float: left;
        border: 1px solid #cccccc;
        margin-right: 18px;
    }

        .anli_ul li a:hover img {
            border: 3px solid #2bbf76;
        }

        .anli_ul li img {
            border: 3px solid #ffffff;
        }

.focus .btn1 {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/credit_prev01.png) no-repeat;
    display: block;
    width: 30px;
    height: 180px;
}

.focus .btn2 {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/credit_next01.png) no-repeat;
    display: block;
    width: 30px;
    height: 180px;
}

.focus .btn1:hover {
    background: url(../images/credit_prev11.png) no-repeat;
}

.focus .btn2:hover {
    background: url(../images/credit_next11.png) no-repeat;
}
/*友情链接*/
.link {
    background: #eeeeee;
    padding-top: 22px;
    padding-bottom: 78px;
    margin-top: 40px;
}

    .link p {
        font-size: 18px;
        color: #2bbf76;
        font-family: "楷体";
        font-weight: bold;
        background: url(../images/line2.png) no-repeat 0 100%;
        line-height: 40px;
    }

.picMarquee-left {
    width: 1200px;
    margin-top: 18px;
}

    .picMarquee-left .bd_1 {
        width: 1200px;
    }

    .picMarquee-left li {
        width: 220px;
        height: 84px;
        border: 1px solid #e0e0e0;
        margin-right: 18px;
    }
/*底部样式*/
.footer {
    background: #2bbf76;
    height: 62px;
}

    .footer p {
        font-size: 14px;
        color: #ffffff;
        line-height: 62px;
        text-align: center;
        position: relative;
    }

        .footer p span {
            padding-left: 18px;
        }

.footer_img {
    margin-top: -96px;
}
/*左边固定导航*/
#leftsead {
    width: 170px;
    height: 70px;
    position: fixed;
    top: 376px;
    right: 0px;
    z-index: 4;
}

    #leftsead li {
        width: 170px;
        height: 70px;
        margin-top: 10px;
    }

        #leftsead li a {
            height: 70px;
            float: right;
            display: block;
            min-width: 70px;
            max-width: 170px;
        }

            #leftsead li a .shows {
                display: block;
            }

            #leftsead li a .hides {
                margin-right: -170px;
                cursor: pointer;
                cursor: pointer;
            }

        #leftsead li img {
            float: right;
        }

.model {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}

.loginForm {
    display: none;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 10%;
    margin-left: -246.5px;
    width: 493px;
    height: 326px;
    border: 17px solid rgba(255,255,255,0.75);
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    z-index: 10;
}

    .loginForm h3 {
        color: #2bbf76;
        font-size: 24px;
        letter-spacing: 0.5;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 5px;
    }

.loginForm-input {
    text-align: center;
    margin-top: 20px;
}

    .loginForm-input label {
        font-size: 16px;
        color: #666;
    }

    .loginForm-input input {
        width: 218px;
        height: 33px;
        border: 1px solid #ccc;
    }

.subbottom {
    text-align: center;
    margin-top: 30px;
}

    .subbottom input {
        border: 0;
        width: 100px;
        height: 40px;
        background-color: #2bbf76;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

    .subbottom span {
        background-image: url("../images/remoech.png");
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px;
        color: #666;
        font-size: 12px;
        margin-left: 15px;
        cursor: pointer;
    }

        .subbottom span.select {
            background-image: url("../images/remoechs.png");
        }

.closeBtn {
    background-image: url("../images/closeBtn.png");
    background-repeat: no-repeat;
    height: 31px;
    width: 31px;
    position: absolute;
    top: -34px;
    right: -31px;
    cursor: pointer;
}

.banner img {
    width: 100%;
}

.twomain {
    margin-top: 30px;
}

.leftNav {
    width: 220px;
}

    .leftNav h3 {
        background-color: #2bbf76;
        line-height: 60px;
        font-size: 24px;
        color: #fff;
        padding-left: 30px;
        font-family: "微软雅黑"
    }

    .leftNav a {
        line-height: 50px;
        display: block;
        font-size: 16px;
        padding-left: 30px;
        color: #666;
        font-family: "微软雅黑";
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }

        .leftNav a i {
            background-color: #fff;
            position: absolute;
            left: 0;
            top: 10px;
            width: 3px;
            height: 30px;
        }

        .leftNav a:hover, .leftNav a.select {
            color: #2bbf76;
        }

            .leftNav a:hover i, .leftNav a.select i {
                background-color: #2bbf76;
            }

.rightNav {
    padding-left: 30px;
    width: 950px;
}

    .rightNav h3 {
        font-family: 'STKAITI';
        font-size: 24px;
        color: #2bbf76;
    }

    .rightNav h4 {
        color: #999;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        line-height: 35px;
    }

    .rightNav a {
        color: #999;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        line-height: 35px;
    }

    .rightNav h4 b {
        color: #2bbf76;
    }

.basicName {
    font-size: 16px;
    color: #2bbf76;
    padding-top: 25px;
}

.accountdiv {
    margin-top: 20px;
}

    .accountdiv label {
        font-size: 14px;
        color: #666;
        letter-spacing: 0.4px;
    }

    .accountdiv span {
        font-size: 14px;
        color: #333;
        padding-left: 5px;
    }

    .accountdiv input {
        width: 267px;
        height: 39px;
        border: 1px solid #ccc;
        margin-left: 5px;
        padding-left: 10px;
    }

    .accountdiv b {
        padding-left: 25px;
        color: #ccc;
    }

#newPasswordTit {
    display: none;
}

.accountdiv b.red {
    color: red;
}

.updatePassword .save {
    width: 62px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #2bbf76;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    margin: 30px 0 60px 65px;
}

.collection-list {
    margin-left: -25px;
    margin-top: 4px;
    margin-bottom: 10px;
}

.collection-content {
    float: left;
    margin-left: 25px;
    border: 4px solid #f5f5f5;
    margin-top: 26px;
    position: relative
}

    .collection-content:hover {
        background-color: #2bbf76;
    }

        .collection-content:hover p {
            background-color: #2bbf76;
            color: #fff;
        }

        .collection-content:hover .qxsc {
            display: block;
        }

    .collection-content p {
        line-height: 39px;
        background-color: #f5f5f5;
        text-align: center;
        font-size: 18px;
        color: #666;
    }
/*机构概况开始*/
.organiza {
    color: #999;
}

.organiza-top {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #eeeeee;
}

    .organiza-top span {
        color: #2bbf76
    }

.organiza-con {
    padding-top: 22px
}

.organiza p {
    text-indent: 2em;
    line-height: 22px;
    margin-bottom: 26px;
}
/*机构概况结束*/
/*联系我们开始*/
.organiza-top h3 {
    font-family: 'STKAITI';
    font-size: 24px;
    color: #2bbf76;
}

.contact {
    font-size: 14px;
    color: #666666
}

.contact-con {
    padding-top: 30px;
}

.contact-con-le-title {
    color: #2bbf76;
    font-size: 16px;
}

.contact-con-le p {
    line-height: 22px;
}

.contact-le-mial, .contact-le-address {
}

#allmap {
    height: 450px;
    border: solid 4px #eeeeee;
    margin-top: 45px;
    margin-bottom: 40px;
}
/*联系我们结束*/
/*培训项目开始*/
.page {
    text-align: center;
    font-family: "微软雅黑";
    margin: 30px 0 0 0
}

    .page a {
        display: inline-block;
        width: 39px;
        height: 39px;
        border: solid 1px #dcdcdc;
        text-align: center;
        line-height: 40px;
        color: #666666
    }

        .page a.select {
            background: #2bbf76;
            border: solid 1px #2bbf76;
            color: #fff
        }

        .page a:hover {
            background: #2bbf76;
            border: solid 1px #2bbf76;
            color: #fff
        }
/*培训项目结束*/
/*新闻中心*/
.newslist {
    font-size: 14px;
}

    .newslist li {
        line-height: 30px;
        border-bottom: dashed 1px #cccccc;
    }

        .newslist li a {
            color: #666666
        }

            .newslist li a:hover {
                color: #2bbf76
            }

        .newslist li span {
            float: right;
            color: #cccccc
        }
/*培训项目详情*/
.prodetail {
    color: #666;
    font-size: 14px;
}

.prodetail-con-title {
    margin: 30px 0 25px 0
}

    .prodetail-con-title span {
        color: #333333;
        font-size: 24px;
        font-family: "微软雅黑";
        height: 24px;
        line-height: 24px;
        display: inline-block
    }

.prodetail-con-sc {
    width: 84px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-family: "微软雅黑";
    background-color: #2bbf76;
    background-image: url(../images/prodetailxing_03.png);
    background-position: 74px center;
    background-repeat: no-repeat;
    font-size: 16px;
    padding-left: 26px;
}

.prodetail-con-sc1 {
    width: 84px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-family: "微软雅黑";
    background-color: #2bbf76;
    background-image: url(../images/prodetailxing_03.png);
    background-position: 74px center;
    background-repeat: no-repeat;
    font-size: 12px;
    padding-left: 26px;
}

.prodetail-con-titlea {
    background: url(../images/prodetail_06.png) repeat-x left 11px;
}

    .prodetail-con-titlea span {
        display: inline-block;
        background-color: #FFF;
        color: #2bbf76;
        background-image: url(../images/prodetail_03.png);
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 16px;
        font-family: "微软雅黑";
        padding-left: 20px;
        padding-right: 5px;
    }

.prodetail-con {
    line-height: 24px;
}

.prodetail-con-p {
    margin-bottom: 25px;
    margin-top: 10px;
}

.prodetail-con-yy {
    height: 270px;
    background: #f5f5f5
}

    .prodetail-con-yy .input {
        width: 215px;
        height: 28px;
        border: solid 1px #cccccc;
        background: #fff;
        margin-right: 38px;
        margin-left: 8px;
    }

.prodetail-con-yy-top {
    padding: 23px 0 0 23px;
}

.prodetail-con-yy-bottom textarea {
    width: 835px;
    height: 88px;
    border: solid 1px #cccccc;
    background: #fff;
    margin-left: 8px;
}

.prodetail-con-yy-bottom span {
    display: block;
    float: left
}

.prodetail-con-yy-bottom {
    margin: 30px 0 0 23px
}

.prodetail-con-yy-btn {
    height: 40px;
    width: 150px;
    line-height: 40px;
    text-align: center;
    background: #2bbf76;
    border: none;
    margin-top: 14px;
    cursor: pointer;
    color: #fff;
    margin-right: 40px;
    font-size: 16px;
}

.down-load {
    color: #2bbf76 !important
}

    .down-load:hover {
        text-decoration: underline
    }
/*下载*/
.download-top h4 {
    color: #999;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 35px;
}

    .download-top h4 a {
        color: #999;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        line-height: 35px;
    }

    .download-top h4 b {
        color: #2bbf76;
    }

.download-con {
    margin-top: 12px;
}

    .download-con table td {
        text-align: center
    }

    .download-con table thead td {
        height: 50px;
        line-height: 50px;
        color: #333;
        font-size: 14px;
    }

    .download-con table tbody td a {
        height: 40px;
        line-height: 40px;
        color: #666666;
        font-size: 14px;
    }

        .download-con table tbody td a:hover {
            color: #2bbf76
        }

.download-con-tr {
    background: #f5f5f5
}
/*新闻中心详情*/
.neswdet {
    color: #666;
    font-size: 14px;
}

.neswdet-title {
    font-size: 24px;
    text-align: center;
    margin: 25px 0 5px 0
}

.neswdet-titlea {
    text-align: center;
    margin-bottom: 20px;
}

    .neswdet-titlea span {
        color: #999999;
        margin: 0 10px;
    }

.neswdet p {
    text-indent: 2em;
    line-height: 26px
}

.newsder-prev, .newsder-next {
    color: #666666
}

    .newsder-prev:hover, .newsder-next:hover {
        color: #2bbf76
    }

.newsder-prev {
    margin-left: 184px
}

.newsder-next {
    margin-right: 184px
}

.neswdet-bottom {
    margin: 50px 0 0 40px
}
/*招贤纳士详情*/
.jobdet-con-title {
    color: #333333;
    font-size: 18px;
    margin: 30px 0 15px 0
}

.jobdet-con-con {
    margin-bottom: 25px;
}

.jobdet-con-mail {
    color: #2bbf76;
    font-size: 18px;
}
/*用户注册*/
.resgis {
    margin: 0 0 30px 280px;
}

.resgis-title {
    color: #333333;
    font-size: 24px;
    margin-bottom: 15px;
}

.resgis-con-inp {
    width: 300px;
    height: 36px;
    border: solid 1px #a6a6a6;
}

.resgis-con {
    margin-bottom: 20px
}

    .resgis-con span {
        margin-left: 35px;
        margin-right: 8px;
    }

.resgis-con-inpa {
    width: 100px;
    height: 36px;
    border: solid 1px #a6a6a6
}

.resgis-btn {
    width: 100px;
    height: 34px;
    background: #2bbf76;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin: 0 0 0 63px;
    display: inline-block
}

.resgis-btn-ri {
    margin: 8px 0px 0 18px;
    font-size: 12px;
}

    .resgis-btn-ri a {
        color: #2bbf76;
    }

.sxyzm {
    width: 146px;
    color: #F00;
    height: 40px;
    border: 0;
    letter-spacing: 1px;
    font-family: Arial;
    margin-left: 10px;
    font-size: 30px
}

.sxyzm-btn {
    cursor: pointer;
    border: none;
    background: none;
    color: #1156c9;
    margin-top: 23px;
    margin-left: 10px
}

#yz-mail, #yz-qrpwd, #yz-loginpwd, #yz-qryzm, #primaryPassword, #newPasswordTit, #resertPasswordTit {
    display: inline-block;
    border: solid 1px #c2c8c8;
    height: 38px;
    line-height: 38px;
    background: url(../images/yzheng_03.png) no-repeat 5px center;
    padding-left: 25px;
    padding-right: 12px;
    position: relative;
    margin-left: 15px;
    display: none
}

.yz-img {
    position: absolute;
    left: -6px;
    top: 14px
}

.cancel {
    width: 62px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #e1e1e1;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    margin: 30px 0 60px 50px;
    color: #666666
}

.qxsc {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
    display: none
}

.footer a {
    color: #fff
}

    .footer a:hover {
        text-decoration: underline
    }


.picMarquee-left .hd {
}

    .picMarquee-left .hd .prev, .picMarquee-left .hd .next {
        display: block;
        width: 25px;
        height: 25px;
        float: right;
        margin-right: 5px;
        margin-top: 10px;
        overflow: hidden;
        cursor: pointer;
        background: url("../images/arrow.png") no-repeat;
    }

    .picMarquee-left .hd .next {
        background-position: 0 -50px;
    }

    .picMarquee-left .hd .prevStop {
        background-position: -60px 0;
    }

.pro-cont {
    width: 950px
}

    .pro-cont h3 {
        line-height: 50px;
        border-bottom: solid 1px #666;
        margin-bottom: 30px;
        font-size: 14px
    }

        .pro-cont h3 a {
            color: #666
        }

.gbpro-title {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 24px;
    color: #2bbf76;
    border-bottom: 1px solid #eeeeee;
}
/*.bga{ background:#E8E8E8}
.bgb{ background:#c1c1c1}*/
.gb-prolist li {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-right: 25px;
    border-bottom: dashed 1px #ccc
}

    .gb-prolist li a {
        position: relative;
        height: 30px;
        line-height: 30px;
        padding-left: 25px;
        padding-right: 25px;
        color: #666;
        font-size: 14px;
    }

    .gb-prolist li span {
        color: #999
    }

    .gb-prolist li i {
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        display: none;
        background: #000;
        top: 13px;
        left: 10px
    }

.gbpro-title-bottom {
    height: 30px;
}

.gb-page {
    text-align: center;
    margin: 20px 0 0 0
}

    .gb-page a {
        background: #E8E8E8;
        color: #666;
        display: inline-block;
        width: 27px;
        height: 20px;
        text-align: center;
        line-height: 20px
    }

        .gb-page a:hover {
            color: #007AFC
        }

.gb-contact {
}

.gb-art {
    width: 456px;
}

.gb-art-title {
    height: 30px;
    line-height: 30px;
    background: url(../images/con7.png) repeat-x center center;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 16px;
    color: #2bbf76
}

    .gb-art-title a {
        color: #666
    }

        .gb-art-title a:hover {
            color: #0327FC
        }

.gb-art ul {
    padding: 10px 0
}

.gb-art li {
    color: #333;
    font-size: 16px;
    margin: 0 0 0 10px;
    line-height: 24px;
    position: relative;
    padding-left: 20px
}

    .gb-art li a {
        color: #333;
        font-size: 16px;
        margin: 0 0 0 10px;
        line-height: 24px;
        position: relative;
        /*padding-left: 20px*/
    }

    .gb-art li i {
        position: absolute;
        left: 0;
        top: 10px;
        width: 4px;
        height: 4px;
        background: #000;
        border-radius: 5px;
    }

.gb-art-list {
    margin-left: -34px
}

.gb-art {
    margin-left: 34px;
    margin-bottom: 20px;
    border: solid 1px #cccccc;
    height: 220px
}

.gb-contact li a {
    background: url(../images/qq.png) no-repeat left center;
    line-height: 30px;
    padding-left: 26px;
    display: block;
    color: #000;
    font-size: 14px;
    border-bottom: 0
}

.setting-bottom {
    height: 30px;
    background: #E7E7E7
}

.setting-cont-le {
    width: 22px;
    margin-left: 200px;
    margin-right: 200px;
    vertical-align: middle;
    display: table-cell;
}

.setting-cont-ri {
    line-height: 24px;
    float: left !important;
}


.picScroll-left {
    overflow: hidden;
    position: relative;
}

    .picScroll-left .hd {
        overflow: hidden;
        height: 30px;
        background: #f4f4f4;
        padding: 0 10px;
    }

        .picScroll-left .hd .prev, .picScroll-left .hd .next {
            display: block;
            height: 120px;
            width: 30px;
            float: right;
            margin-right: 5px;
            margin-top: 10px;
            overflow: hidden;
            cursor: pointer;
        }

        .picScroll-left .hd .prev {
            background: url(../images/credit_prev01.png) no-repeat center center;
            z-index: 100;
            position: absolute;
            left: 0;
            top: 30px
        }

        .picScroll-left .hd .next {
            background: url(../images/credit_next01.png) no-repeat center center;
            z-index: 100;
            position: absolute;
            right: 0;
            top: 30px
        }

        .picScroll-left .hd .prev:hover {
            background: url(../images/credit_prev11.png) no-repeat center center
        }

        .picScroll-left .hd .next:hover {
            background: url(../images/credit_next11.png) no-repeat center center
        }

        .picScroll-left .hd ul {
            float: right;
            overflow: hidden;
            zoom: 1;
            margin-top: 10px;
            zoom: 1;
        }

    .picScroll-left .bd {
        padding: 10px;
    }

        .picScroll-left .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-left .bd ul li {
                margin: 0 8px;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
            }

                .picScroll-left .bd ul li a {
                    margin: 0 8px;
                    float: left;
                    _display: inline;
                    overflow: hidden;
                    text-align: center;
                    color: #000
                }

.picScroll-lefta {
    overflow: hidden;
    position: relative;
}

    .picScroll-lefta .hd {
        overflow: hidden;
        height: 30px;
        background: #f4f4f4;
        padding: 0 10px;
    }

        .picScroll-lefta .hd .prev, .picScroll-lefta .hd .next {
            display: block;
            height: 84px;
            width: 30px;
            float: right;
            margin-right: 5px;
            margin-top: 10px;
            overflow: hidden;
            cursor: pointer;
        }

        .picScroll-lefta .hd .prev {
            background: url(../images/credit_prev01.png) no-repeat center center;
            z-index: 100;
            position: absolute;
            left: 0;
            top: 30px
        }

        .picScroll-lefta .hd .next {
            background: url(../images/credit_next01.png) no-repeat center center;
            z-index: 100;
            position: absolute;
            right: 0;
            top: 30px
        }

        .picScroll-lefta .hd .prev:hover {
            background: url(../images/credit_prev11.png) no-repeat center center
        }

        .picScroll-lefta .hd .next:hover {
            background: url(../images/credit_next11.png) no-repeat center center
        }

        .picScroll-lefta .hd ul {
            float: right;
            overflow: hidden;
            zoom: 1;
            margin-top: 10px;
            zoom: 1;
        }

    .picScroll-lefta .bd {
        padding: 10px;
    }

        .picScroll-lefta .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-lefta .bd ul li {
                margin: 0 8px;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
            }

.setting {
    width: 570px;
    float: right;
    margin-right: 150px
}

.setting-title {
    width: 20px;
    float: left;
    font-size: 16px;
    margin-left: 150px
}


.Re-contact {
    border: solid 1px #cfcfcf;
    font-size: 12px;
    font-family: "微软雅黑"
}
/*.Re-contact-title{ height:30px; line-height:30px; background:#2bbf76; color:#fff; font-size:14px; font-weight:bold; padding-left:20px}*/
.Re-contact-title {
    background-color: #2bbf76;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    padding-left: 30px;
    height: 60px;
}

.Re-contact li {
    border-bottom: 0
}

    .Re-contact li a {
        border-bottom: 0;
        color: #000
    }

.Re-contact-qq {
    margin: 10px 20px;
    border-bottom: dashed 1px #cfcfcf;
    padding-bottom: 10px
}

    /* .Re-contact-qq li a {
        display: block;
        background: url(../images/conqq.png) no-repeat left center;
        background-size:35px;
        padding-left: 55px;
        font-size: 14px;
        height: 55px;
        line-height: 55px;
        border-bottom: 0
    } */
    .Re-contact-qq li{
        display: flex;
        /* padding-right: 55px; */
        font-size: 14px;
        height: 130px;
        /* line-height:100px; */
        border-bottom: 0;
        text-align: center;
        flex-wrap: wrap;
    }
    .Re-contact-qq li span{
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: block;
    }
    .Re-contact-qq li img {
        margin-left: 40px;
    }

.Re-contact-time {
    margin: 0 10px;
    border-bottom: dashed 1px #cfcfcf;
    padding-bottom: 10px；font-size:14px;
}

.Re-contact-time-title {
    font-size: 14px;
    background: url(../images/con5.png) no-repeat left center;
    padding-left: 30px;
    line-height: 40px
}

.Re-contact-fs {
    margin: 0 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.Re-contact-time p {
    font-size: 14px;
    line-height: 30px
}

.Re-contact-fs-title {
    font-size: 14px;
    background: url(../images/con6.png) no-repeat left center;
    padding-left: 30px;
    line-height: 40px
}

.Re-contact-fs p {
    line-height: 25px
}

.index-fix {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 280px;
    background: #E9E9E9 url(../images/leryer-bg.png) no-repeat center;
    background-size: cover;
    z-index: 10000;
    border: solid 1px #C8C8C8;
}

.index-fix-title {
    height: 40px;
    line-height: 40px;
    background-color: #2bbf76;
    background-image: url(../images/con8.png);
    background-repeat: no-repeat;
    background-position: 40px center;
    padding-left: 80px;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #C8C8C8;
    font-size: 18px
}

.index-fix-close {
    position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer
}

.index-fix-con {
    padding: 0 5px
}


.yl {
    width: 796px;
    float: right
}

.yl-list-title {
    float: left;
    width: 200px;
    text-align: center;
    height: 50px;
}

.yl-list {
    position: relative;
    margin-bottom: 30px
}

    .yl-list ul {
        width: 620px;
        margin-left: 300px;
    }

    .yl-list li {
        float: left;
        height: 40px;
        line-height: 40px;
        width: 240px;
        text-align: center;
    }

        .yl-list li a {
            color: #666
        }

.yl-list-title {
    position: absolute;
    left: 127px;
    top: 0px;
    font-size: 18px;
}

.setting-title {
    margin-left: 130px;
    font-size: 28px
}
.collection-d {
    border: solid 1px #cccccc;
}
.collection-title {
    width: 100%;
    height: 30px;
    background: url(../images/con7.png) repeat-x center center;
    line-height: 30px;
    font-size: 16px;
    color: #2bbf76;
}
    .collection-title span {
        padding-left:15px;
    }

.collection-d i {
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    margin-left: 20px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #333;
}
.collection-d li{
    line-height:24px;
    padding:10px;
    list-style:circle;
    list-style-type:decimal;
    list-style-position:inside;
    border-bottom:1px solid #eee;
}
.collection-d li a {
    color: #666;
    font-size: 14px;
    margin: 0 0 0 10px;
    line-height: 24px;
    position: relative;
    border:none;
}
    .collection-d li a:hover {
        color: #2bbf76;
    }