.posi {
    line-height: 50px;
    border-bottom: 1px solid #f2f3f4;
}

.posi .container {
    padding-left: 30px;
    background: url(../images/home.png) no-repeat left center;
    background-size: 24px;
    color: #666;
    font-size: 14px;
}

.posi .container a {
    color: #666;
}

.proBox {
    margin: 36px auto 0;
}


/*二级目录**/

.proBox>.fl {
    width: 22%;
}

.proBox>.fl .title {
    background: #015cb9 url(../images/tt.png) no-repeat left 22px center;
    background-size: 60px;
    color: #fff;
    padding: 25px 20px 25px 80px;
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
}

.proBox>.fl .title h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.proBox>.fl .title p {
    font-size: 20px;
}

.proBox>.fl ul.ul1 {
    padding: 15px 22px;
    background: #fafafa;
}

.proBox>.fl ul.ul1 li {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.proBox>.fl ul.ul1 li h4 {
    font-size: 17px;
    line-height: 50px;
    padding: 0 12px;
    font-weight: 500;
    cursor: pointer;
    background: url(../images/j.png) #fff no-repeat right 10px center;
    background-size: 26px;
   
}

.proBox>.fl ul.ul1 li.on h4 {
    background-image: url(../images/remo.png);
    background-size: 26px;
    background-color: #015cb9;
   
}
.proBox>.fl ul.ul1 li.on a{
     color: #fff;
}
.proBox>.fl ul.ul1 li .submenu {
    background: #fff;
    padding: 5px 10px 8px 15px;
    display: none;
}

.proBox>.fl ul.ul1 li.on {
    box-shadow: 0 8px 8px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}

.proBox>.fl ul.ul1 li.on .submenu {
    display: block;
}

.proBox>.fl ul.ul1 li .submenu a {
    display: block;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    padding-left: 28px;
    position: relative;
    transition: 0.3s;
    background: url(../images/jt5.png) no-repeat right center;
    background-size: 14px;
}

.proBox>.fl ul.ul1 li .submenu a:before {
    content: "";
    width: 2px;
    height: 35px;
    position: absolute;
    left: 6px;
    top: 50%;
    z-index: 90;
    background: #dfdfdf;
}

.proBox>.fl ul.ul1 li .submenu a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border: 2px solid #dfdfdf;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    z-index: 99;
    transition: 0.3s;
}

.proBox>.fl ul.ul1 li .submenu a:last-child:before {
    display: none;
}

.proBox>.fl ul.ul1 li .submenu a.on, .proBox>.fl ul.ul1 li .submenu a:hover {
    color: #015cb9;
    background-image: url(../images/jt6.png);
}

.proBox>.fl ul.ul1 li .submenu a.on:after, .proBox>.fl ul.ul1 li .submenu a:hover:after {
    border-color: #015cb9;
}

.proBox>.fl ul.ul1 li .submenu a:hover:before, .proBox>.fl ul.ul1 li .submenu a.on:before {
    background: #015cb9;
}

.proBox>.fl .tjBox {
    margin-top: 30px;
}

.proBox>.fl .tjBox .titl {
    background: #015cb9 url(../images/tj.png) no-repeat left 10px center;
    background-size: 30px;
    color: #fff;
    line-height: 52px;
    color: #fff;
    padding-left: 46px;
    font-size: 18px;
}

.proBox>.fl .tjBox li {
    margin: 0 10px;
}

.proBox>.fl .tjBox ul {
    border: 1px solid #dedede;
    border-top: none;
}

.proBox>.fl .tjBox li {
    border-bottom: 1px dashed #efefef;
}

.proBox>.fl .tjBox li a {
    display: block;
    padding: 0 8px 0 30px;
    line-height: 42px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
    background: url(../images/icon18.png) no-repeat left center;
    background-size: 20px;
}

.proBox>.fl .tjBox .lxTex {
    padding: 10px;
    border: 1px solid #dedede;
    border-top: none;
}

.proBox>.fl .tjBox .lxTex img {
    margin-bottom: 12px;
}

.proBox>.fl .tjBox .lxTex p {
    line-height: 28px;
    font-size: 15px;
}

.proBox>.fl .tjBox h3 {
    font-size: 22px;
    color: #545454;
    margin-bottom: 10px;
}

.proBox>.fr {
    width: 74%;
}

.proBox .pBox .tab a {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.proBox .pBox .tab a .box {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 8px;
    box-sizing: border-box;
    font-size: 16px;
    color: #555;
    text-align: center;
    border: 1px solid #dedede;
    border-top: none;
}

.proBox .pBox .tab:first-child .box {
    border-top: 1px solid #dedede;
    background: #fcfcfc;
}

.proBox .pBox .tab:first-child .box:after {
    display: none;
}

.proBox .pBox .tab a .box1 {
    width: 25%;
}

.proBox .pBox .tab a .box1 img {
    width: 80%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.proBox .pBox .tab a .box2 {
    width: 20%;
    position: relative;
}

.proBox .pBox .tab a .box2 h3 {
    font-weight: 500;
    position: relative;
    z-index: 100;
    font-size: 16px;
}

.proBox .pBox .tab a .box2 h3 b {
    font-weight: 500;
}

.proBox .pBox .tab a .box3 {
    width: 10%;
}

.proBox .pBox .tab a .box4 {
    width: 25%;
}

.page {
    text-align: center;
    padding-top: 15px;
}

.page li span {
    display: inline-block;
}

.page li a {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 6px;
    background: #efefef;
    color: #333;
}

.page li a.page-num-current {
    background: #3ea3f5;
    color: #fff;
    border-color: #3ea3f5;
}

.proBox .frBox .comBox {
    margin: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.proBox .frBox .comBox .pho {
    width: 40%;
    border-right: 1px solid #fafafa;
    box-sizing: border-box;
}

.proBox .frBox .comBox .text {
    width: 60%;
    padding: 30px 36px 0;
    box-sizing: border-box;
}

.proBox .frBox .comBox .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.proBox .frBox .comBox .text p {
    font-size: 15px;
    line-height: 34px;
    position: relative;
    padding-left: 30px;
}

.proBox .frBox .comBox .text p:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #015cb9;
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
    margin-top: -8px;

}

.proBox .frBox .comBox .text p:after {
    content: "";
    width: 2px;
    height: 34px;
    background: #015cb9;
    position: absolute;
    left: 7px;
    top: 50%;
    z-index: -1;

}

.proBox .frBox .comBox .text p.last:after {
    display: none;
}

.proBox .frBox .comBox .text .inf {
    margin: 10px 0 20px;
    font-size: 15px;
    line-height: 30px;
}

.proBox .frBox .comBox .text .link {
    background: #fafafa;
    padding: 30px 20px;
}

.proBox .frBox .comBox .text .link a {
    display: block;
    width: 140px;
    line-height: 36px;
    background: url(../images/lx.png) no-repeat #015cb9 left 14px center;
    background-size: 26px;
    color: #fff;
    font-size: 15px;
    padding-left: 50px;
    box-sizing: border-box;
    float: left;
    border-radius: 18px;
}

.proBox .frBox .comBox .text .link a:first-child {
    width: 170px;
}

.proBox .frBox .comBox .text a.qq {
    float: right;
    background: url(../images/QQ.png) #015cb9 no-repeat left 14px center;
    background-size: 26px;
}

.proBox .frBox .lkBox {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.proBox .frBox h3.titl {
    background: #015cb9 url(../images/tj.png) no-repeat left 10px center;
    background-size: 30px;
    color: #fff;
    line-height: 52px;
    color: #fff;
    padding-left: 46px;
    font-size: 18px
}

.proBox .frBox .lkBox .ul1 li {
    width: 33.33%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.proBox .frBox .lkBox .ul1 li:last-child {
    display: none;
}

.proBox .frBox .lkBox .ul1 li a {
    display: block;
    border: 1px solid #f6f6f6;
}

.proBox .frBox .lkBox .ul1 li p {
    line-height: 44px;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #f6f6f6;
}

.proBox .frBox .lkBox .ul2 li {
    width: 50%;
    float: left;
    padding: 10px 12px;
    box-sizing: border-box;
}

.proBox .frBox .lkBox .ul2 li a {
    display: block;
    position: relative;
    line-height: 42px;
    border-bottom: 1px dashed #dddff5;
}

.proBox .frBox .lkBox .ul2 li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    padding-right: 100px;
    padding-left: 30px;
    background: url(../images/icon18.png) no-repeat left center;
    background-size: 18px;
}

.proBox .frBox .lkBox .ul2 li span {
    display: block;
    position: absolute;
    right: 2px;
    top: 0;
    font-size: 14px;
}

.proBox .frBox .desc {
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.proBox .frBox .desc .pshow {
    padding: 10px 4% 30px;
}

.proBox .frBox .desc .pshow img {
    width: auto !important;
    max-width: 100% !important;
    height: inherit !important;
}

.proBox .frBox .desc .pshow h2 {
    font-size: 22px;
    color: #015cb9;
    margin: 8px 0;
}

.proBox .frBox .desc .pshow p {
    font-size: 15px;
    line-height: 32px;
    padding: 5px;
}

.proBox .frBox .desc .pshow p:nth-child(2n) {
    background: none;
}

.proBox .frBox .desc .pshow .ibox p {
    padding: 0;
    background: none;
}

.fy li {
    border-bottom: 1px dashed #efefef;
    line-height: 40px;
    color: #666;
}

.fy li a {
    color: #666;
}


.proBox .frBox .dl dl {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.proBox .frBox .dl dt {
    width: 26%;
    float: left;
}

.proBox .frBox .dl dd.tex {
    width: 62%;
    float: left;
    padding: 20px 20px 0;
    box-sizing: border-box;
}

.proBox .frBox .dl dd.tex h3 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .frBox .dl dd.tex p {
    font-size: 15px;
    line-height: 30px;
    margin: 10px 0 20px;
}

.proBox .frBox .dl dd.tex span {
    display: block;
    width: 120px;
    line-height: 34px;
    background: #f8f7f7;
    text-align: center;
    float: right;
    color: #555;
}

.proBox .frBox .dl dd.time {
    width: 12%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f9f9f9;
    text-align: center;
}

.proBox .frBox .dl dd.time strong {
    display: block;
    margin: 30px 0 20px;
    font-size: 34px;
    color: #555;
    border-bottom: 1px dashed #abddff;
    padding-bottom: 12px;
}

.proBox .frBox .dl dd.time span {
    font-size: 28px;
}

.proBox .frBox .dl dl:hover dd.tex span {
    background: #015cb9;
    color: #fff;
}

.proBox .frBox .nshow {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding: 0 20px 30px;
    margin-bottom: 30px;
}

.proBox .frBox .nshow .title {
    background: #f5f5f5;
    text-align: center;
    padding: 22px 0;
    margin: 0 -20px;
}

.proBox .frBox .nshow .title h1 {
    font-size: 22px;
    position: relative;
    padding-bottom: 40px;
}

.proBox .frBox .nshow .title h1:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -10px;
    background: url(../images/icon18.png) no-repeat center;
    background-size: cover;
}

.proBox .frBox .nshow .title p {
    font-size: 14px;
    color: #888;
}

.proBox .frBox .nshow .title a {
    color: #888;
}

.proBox .frBox .nshow .text {
    padding: 20px 5%;
    font-size: 15px;
    line-height: 30px;
}

.proBox .frBox .nshow .text p, .proBox .frBox .nshow .text span {
    font-size: 15px !important;
    font-family: '微软雅黑' !important;
    line-height: 35px;
    margin-top: 5px;
    text-indent: 2em;
}
.proBox .frBox .nshow .text p a{
    color: #f00 !important;
    text-decoration: underline;
}

.proBox .frBox .nshow .text table {
    border-collapse: collapse;
    width: auto !important;
    max-width: 100% !important;

}

.proBox .frBox .nshow .text table td {
    border: 1px solid #dedede !important;
    padding: 8px 5px !important;
}

.proBox .frBox .nshow .text table td img {
    max-width: 200px !important;
}

.proBox .frBox .nshow .text img {
    width: 100% !important;
    height: inherit !important;
    max-width: 600px !important;
}

.proBox .frBox .nshow video {
    width: 100%;
}

.proBox .frBox .vdul li {
    width: 33.33%;
    float: left;
    padding: 0 20px 30px;
    box-sizing: border-box;
}

.proBox .frBox .vdul li a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.proBox .frBox .vdul li a .pho {
    position: relative;
}

.proBox .frBox .vdul li a .pho:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/video.png) no-repeat center;
    background-size: cover;
}

.proBox .frBox .vdul li a p {
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #015cb9;
    color: #fff;
}

.proBox .frBox .abBox {
    font-size: 16px;
    line-height: 32px;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
    .proBox>.fl .tjBox h3 {
        font-size: 20px;
    }

    .proBox .frBox .comBox {
        margin: 0 0 20px;
    }

    .proBox .frBox .comBox .text {
        padding-top: 20px;
    }

    .proBox .frBox .dl dd.tex p {
        margin: 10px 0;
    }

    .proBox>.fr {
        width: 75%;
    }

    .proBox .frBox .dl dd.tex {
        padding-top: 14px;
    }

    .proBox>.fl .title {
        padding-left: 60px;
        background-size: 50px;
        background-position: left 6px center;
    }
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
    .proBox .frBox .dl dd.tex p {
        font-size: 14px;
        line-height: 27px;
    }

    .proBox .frBox .dl dd.time strong {
        margin: 20px 0 10px;
        font-size: 30px;
    }

    .proBox>.fl ul.ul1 {
        padding: 10px;
    }

    .proBox>.fl ul.ul1 li .submenu a {
        font-size: 15px;
        background-size: 13px;
    }

    .proBox .frBox .comBox .text h1 {
        font-size: 26px;
    }

    .proBox .frBox .comBox .text .link {
        padding: 20px;
    }

    .proBox .frBox .comBox .text .link a {
        width: 120px;
        line-height: 32px;
        padding-left: 40px;
        font-size: 14px;
        background-size: 22px;
    }

    .proBox .frBox .comBox .text .link a:first-child {
        width: 140px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .proBox>.fl .tjBox h3 {
        font-size: 18px;
    }

    .proBox>.fl .tjBox .lxTex p {
        line-height: 26px;
        font-size: 14px;
    }

    .proBox>.fl .tjBox li a {

        line-height: 32px;
        font-size: 14px;
    }

    .proBox .frBox .dl dd.tex h3 {
        font-size: 16px;
    }

    .proBox .frBox .dl dd.tex p {
        margin: 8px 0;
    }

    .proBox .frBox .dl dd.tex span {
        width: 100px;
        line-height: 30px;
        font-size: 14px;
    }

}

@media all and (min-width: 1024px) and (max-width: 1300px) {
    .proBox .frBox .comBox .text .inf {
        font-size: 14px;
        line-height: 27px;
        margin: 12px 0;
    }

    .proBox .frBox .comBox .text {
        padding: 20px 15px 0;
    }
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .posi {
        line-height: 40px;
        padding: 0 8px;
    }

    .proBox {
        margin: 30px 12px 0;
        width: auto;
    }


    /*二级目录**/

    .proBox>.fl {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .proBox>.fl .title {
        background: #015cb9 url(../images/tt.png) no-repeat left 14px center;
        background-size: 50px;
    }

    .proBox>.fl .title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .proBox>.fl .title p {
        font-size: 20px;
    }

    .proBox>.fl .tjBox {
        display: none;
    }

    .proBox>.fl ul.ul1 {
        display: none;
    }

    .proBox>.fr {
        width: 100%;
    }

    .proBox .pBox .tab a {
        display: block;
        overflow: hidden;
        border: 1px solid #dedede;
    }

    .proBox .pBox .tab a .box {
        display: block;
        padding: 12px 8px;
        font-size: 15px;
        border: none;
        border-top: none;
        text-align: center;
    }

    .proBox .pBox .tab:first-child {
        display: none;
    }

    .proBox .pBox .tab a .box1 {
        width: 100%;
    }

    .proBox .pBox .tab a .box1 img {
        width: 100%;
    }

    .proBox .pBox .tab a .box2 {
        width: 100%;
        padding: 0;
        line-height: 40px;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #dedede;
    }

    .proBox .pBox .tab a .box2 h3 {
        font-size: 15px;
    }

    .proBox .pBox .tab a .box2 span {
        display: inline-block !important;
    }

    .proBox .pBox .tab a .box3 {
        width: 50%;
        text-align: center;
        float: left;
        padding: 0;
        padding-left: 5px;
        box-sizing: border-box;
        line-height: 40px;
        border-bottom: 1px solid #dedede;
    }

    .proBox .pBox .tab a .box4 {
        width: 100%;
        border-bottom: 1px solid #dedede;
        overflow: hidden;
    }

    .proBox .pBox .tab a .box:nth-child(5) {
        border-right: 1px solid #dedede;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
    }

    .proBox .pBox .tab a .box:nth-child(6) {
        text-align: center;
        padding: 0;
    }

    .page {
        padding: 15px 0;
    }

    .page li {
        margin: 0 4px;
    }

    .page li a {
        padding: 2px 8px;
        font-size: 14px;
    }

    .proBox .frBox .comBox {
        margin: 0 0 20px;
    }

    .proBox .frBox .comBox .pho {
        width: 100%;
        border-right: none;
    }

    .proBox .frBox .comBox .text {
        width: 100%;
        padding: 20px 15px;
    }

    .proBox .frBox .comBox .text h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .proBox .frBox .comBox .text p {
        font-size: 14px;
        line-height: 30px;
        padding-left: 22px;
    }

    .proBox .frBox .comBox .text p:before {
        width: 10px;
        height: 10px;

    }

    .proBox .frBox .comBox .text p:after {
        left: 6px;

    }

    .proBox .frBox .comBox .text p.last:after {
        display: none;
    }

    .proBox .frBox .comBox .text .inf {
        margin: 10px 0;
        font-size: 14px;
        line-height: 27px;
    }

    .proBox .frBox .comBox .text .link {
        padding: 20px 12px;
    }

    .proBox .frBox .comBox .text .link a {
        width: 120px;
        line-height: 32px;
        background: url(../images/lx.png) no-repeat #015cb9 left 10px center;
        background-size: 22px;
        font-size: 14px;
        padding-left: 40px;
        border-radius: 16px;
    }

    .proBox .frBox .comBox .text a.qq {
        background: url(../images/QQ.png) #015cb9 no-repeat left 10px center;
        background-size: 22px;
    }

    .proBox .frBox .lkBox {
        margin-bottom: 20px;
    }

    .proBox .frBox .lkBox .ul1 li {
        width: 50%;
        padding: 10px;
    }

    .proBox .frBox .lkBox .ul1 li:last-child {
        display: block;
    }

    .proBox .frBox .lkBox .ul2 li {
        width: 100%;
        float: inherit;
        padding: 6px 10px;
    }

    .proBox .frBox .lkBox .ul2 li a {
        line-height: 40px;
    }

    .proBox .frBox .desc {
        margin-bottom: 20px;
    }

    .proBox .frBox .desc .pshow {
        padding: 10px 10px 30px;
    }

    .proBox .frBox .desc .pshow img {
        width: 100% !important;
    }

    .proBox .frBox .desc .pshow h2 {
        font-size: 18px;
    }

    .proBox .frBox .dl dl {
        margin-bottom: 20px;
    }

    .proBox .frBox .dl dt {
        width: 40%;
        float: left;
    }

    .proBox .frBox .dl dd.tex {
        width: 60%;
        padding: 6px 10px 0;
    }

    .proBox .frBox .dl dd.tex h3 {
        font-size: 16px;
    }

    .proBox .frBox .dl dd.tex p {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
        margin: 4px 0 0;
    }

    .proBox .frBox .dl dd.tex span {
        display: none
    }

    .proBox .frBox .dl dd.time {
        display: none
    }

    .proBox .frBox .nshow {
        padding: 0 10px 10px;
        margin-bottom: 20px;
    }

    .proBox .frBox .nshow .title h1 {
        font-size: 22px;
    }

    .proBox .frBox .nshow .text {
        padding: 14px 10px;
    }


    .proBox .frBox .vdul li {
        width: 50%;
        padding: 0 10px 20px;
    }

    .proBox .frBox .vdul li a .pho:after {
        width: 40px;
        height: 40px;
    }

    .proBox .frBox .vdul li a p {
        line-height: 40px;
        font-size: 15px;
    }

}