.proBox {
    margin: 40px auto
}

.proBox .lBox {
    width: 22%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.proBox .lBox .titl {
    color: #fff;
    text-align: center;
    padding: 24px 0;
    background: #048851 url(../images/icon26.png) no-repeat left 30px center;
    background-size: 42px;
}

.proBox .lBox .titl h2 {
    font-size: 28px;
}

.proBox .lBox .titl strong {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.proBox .lBox .ul1 {
    padding: 10px 20px 0;
}

.proBox .lBox .ul1 li {
    margin-bottom: 20px;
}

.proBox .lBox .ul1 li a {
    display: block;
    line-height: 46px;
    padding-left: 30px;
    border-radius: 23px;
    background: #048851;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.proBox .lBox .ul1 li a:before {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../images/icon23.png) no-repeat;
    background-size: cover;
}

.proBox .lBox .ul1 li:hover a, .proBox .lBox .ul1 li.on a {
    background: #ea8103;
}



.proBox h3.tit {
    background: url(../images/icon30.png) #048851 no-repeat left 10px center;
    background-size: 36px;
    line-height: 52px;
    font-size: 24px;
    padding-left: 50px;
    color: #fff;
    font-weight: 500;
}

.proBox .tjBox ul {
    padding: 12px;
}

.proBox .tjBox ul li {
    line-height: 40px;
    border-bottom: 1px dashed #dedede;
}

.proBox .tjBox ul li a {
    display: block;
    padding-left: 28px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    background: url(../images/icon27.png) no-repeat left 2px center;
    background-size: 22px;
}

.proBox .tjBox .text {
    padding: 10px;
}

.proBox .tjBox .text h4 {
    font-size: 18px;
    margin: 6px 0 10px;
}

.proBox .tjBox .text p {
    font-size: 14px;
    line-height: 36px;
    color: #999;
}

.proBox .tjBox .text p img {
    width: 22px;
    vertical-align: middle;
}

.proBox .rBox {
    width: 75%;
}

.proBox .rBox .posi {
    line-height: 44px;
    border: 1px solid #dedede;
    padding-left: 40px;
    background: url(../images/icon35.png) no-repeat left 6px center;
    background-size: 28px;
    color: #666;
    margin-bottom: 22px;
    font-size: 14px;
	position:relative
}
.proBox .rBox .posi .tim {
	position:absolute;
	right:5px;
	top:0;
	color:#fff
}
.proBox .rBox .posi a {
    color: #666;
}

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

.proBox .rBox .comBox {
    border: 1px solid #efefef;
    position: relative;
    overflow: hidden;

}

.proBox .rBox .comBox:after {
    content: "";
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 20%;
    background: url(../images/bg7.png) no-repeat;
    background-size: cover;
    opacity: 0.3;
    z-index: -1;

}

.proBox .rBox .comBox .pho {
    width: 35%;
    border-right: 1px solid #efefef;
    box-sizing: border-box;
}

.proBox .rBox .comBox .text {
    width: 65%;
    padding: 40px 40px 0;
    box-sizing: border-box;
}

.proBox .rBox .comBox .text h1 {
    font-size: 25px;
    margin-bottom: 20px;
}

.proBox .rBox .comBox .text p {
    font-size: 15px;
    line-height: 32px;
    position: relative;
    padding-left: 22px;
}

.proBox .rBox .comBox .text p:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #048851;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

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

.proBox .rBox .comBox .text .link a {
    display: block;
    width: 170px;
    float: left;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #07804d;
    border-radius: 18px;
}

.proBox .rBox .comBox .text .link a img {
    width: 22px;
    margin-top: 7px;
}

.proBox .rBox .comBox .text .link a.qq {
    float: right;
    width: 140px;
    background: #048851;
    font-size: 15px;
}

.proBox .rBox .lkBox {
    margin-top: 30px;
}

.proBox .rBox .lkBox .ul1 li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 20px 10px 30px;
}

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

.proBox .rBox .lkBox .ul1 li a h4 {
    font-size: 17px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-top: 1px solid #efefef;

}

.proBox .rBox .desc .texBox {
    border: 1px solid #efefef;
    padding: 20px 3%;
    font-size: 16px;
    line-height: 30px;
}

.proBox .rBox .desc .texBox img {
    width: 100% !important;
    max-width: 750px !important;
    height: inherit !important;
}

.proBox .rBox .fy {
    margin: 0 0%;
}

.proBox .rBox .fy li {
    width: 48%;
    margin: 0 1%;
    font-size: 15px;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #dedede;
    line-height: 30px;
}

.proBox .rBox .fy li:nth-child(2) {
    text-align: right;
}

.proBox .rBox .lkBox .ul2 {
    padding: 10px 0;
}

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

.proBox .rBox .lkBox .ul2 li a {
    display: block;
    position: relative;
    line-height: 42px;
    padding: 0 5px;
    border-bottom: 1px dashed #dedede;
}

.proBox .rBox .lkBox .ul2 li a p {
    padding: 0 100px 0 30px;
    font-size: 15px;
    background: url(../images/icon27.png) no-repeat left center;
    background-size: 22px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .rBox .lkBox .ul2 li a span {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    color: #888;
}

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

.proBox .rBox .dl dl dt {
    width: 30%;
    float: left;
}

.proBox .rBox .dl dl dd {
    width: 70%;
    float: left;
    padding: 15px 30px 0;
    box-sizing: border-box;
}

.proBox .rBox .dl dl dd h3 {
    font-size: 18px;
    margin: 10px 0;
}

.proBox .rBox .dl dl dd b {
    display: block;
    padding-left: 30px;
    background: url(../images/icon38.png) no-repeat left center;
    background-size: 24px;
    line-height: 30px;
    color: #888;
    font-weight: 500;
}

.proBox .rBox .dl dl dd p {
    font-size: 15px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #666;
}

.proBox .rBox .dl dl dd span {
    display: block;
    width: 130px;
    line-height: 36px;
    background: #eaeaea;
    color: #555;
    text-align: center;
    margin-top: 20px;
    float: right;
}

.proBox .rBox .nBox .title {
    padding: 20px 0;
    background: #fafafa;
    text-align: center;
}

.proBox .rBox .nBox h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

.proBox .rBox .nBox p {
    font-size: 14px;
    color: #888;
}

.proBox .rBox .nBox p a {
    color: #888;
}

.proBox .rBox .nBox .text {
    font-size: 16px !important;
    line-height: 32px !important;
    padding: 15px 3% 20px;
}

.proBox .rBox .nBox .text video {
    width: 100%;
}

.proBox .rBox .nBox .text span, .proBox .rBox .nBox .text div, .proBox .rBox .nBox .text p {
    font-size: 15px !important;
    color: #333;
    line-height: 35px !important;
    margin-top: 5px;
    text-indent: 2em;
}

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

.proBox .rBox .vdUl li {
    width: 33.33%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.proBox .rBox .vdUl li a {
    display: block;
    border-radius: 8px;
}

.proBox .rBox .vdUl li p {
    line-height: 46px;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #eaeaea;
}

.proBox .rBox .vdUl li .pho {
    position: relative;
}

.proBox .rBox .vdUl li .pho:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/icon39.png) no-repeat center;
    background-size: cover;
    border-radius: 50%;
    border: 3px solid #fff;
}

.proBox .rBox .abBox {
    padding: 20px 6%;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
    .proBox .lBox .titl strong {
        font-size: 16px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
    .proBox .lBox .ul1 {
        padding: 10px;
    }

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

    .proBox .tjBox ul li a {
        font-size: 14px;
    }

    .proBox .rBox .comBox .text {
        padding-top: 22px;
    }

    .proBox .rBox .comBox .text h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .proBox .rBox .comBox .text p {
        line-height: 30px;
    }

    .proBox .rBox .lkBox .ul1 li a h4 {
        font-size: 15px;
    }

    .proBox .rBox .dl dl dd {
        padding-top: 0;
    }

    .proBox .rBox .dl dl dd h3 {
        margin: 6px 0;
    }

    .proBox .rBox .vdUl li {
        padding: 15px 10px;
    }

    .proBox .rBox .abBox {
        padding: 20px 30px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .proBox .lBox .ul1 li a {
        line-height: 42px;
        font-size: 15px;
    }

    .proBox .lBox .ul1 li {
        margin-bottom: 15px;
    }

    .proBox .lBox .ul1 li a:before {
        width: 32px;
        height: 32px;
    }

    .proBox .rBox .comBox .text p {
        font-size: 14px;
        line-height: 27px;
    }

    .proBox .rBox .comBox .text .inf {
        font-size: 14px;
        line-height: 27px;
    }

    .proBox .rBox .dl dl dd span {
        margin-top: 15px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .proBox {
        margin: 26px 12px;
        width: auto;
    }

    .proBox .lBox {
        width: 100%;
    }

    .proBox .lBox .titl {
        text-align: left;
        padding: 24px 20px;
        background: #048851 url(../images/icon26.png) no-repeat right 20px center;
        background-size: 38px;
    }

    .proBox .lBox .titl h2 {
        font-size: 26px;
        font-weight: 500;
    }

    .proBox .lBox .titl strong {
        font-size: 18px;
    }

    .proBox .lBox .ul1 {
        padding: 10px 0px;
        overflow: hidden;
        display: none;
    }

    .proBox .lBox .ul1 li {
        margin-bottom: 0px;
        width: 50%;
        float: left;
        padding: 8px;
        box-sizing: border-box;
    }

    .proBox .lBox .ul1 li a {
        line-height: 38px;
        padding-left: 0px;
        text-align: center;
        border-radius: 4px;
        font-size: 15px;
    }

    .proBox .lBox .ul1 li a:before {
        display: none;
    }

    .proBox h3.tit {
        line-height: 48px;
        font-size: 21px;
    }

    .proBox .tjBox {
        display: none;
    }

    .proBox .rBox {
        width: 100%;
        margin-top: 25px;
    }

    .proBox .rBox .posi {
        line-height: 34px;
        background-size: 24px;
        font-size: 13px;
    }

    .proBox .rBox .posi a {
        color: #666;
    }

    .proBox .pBox .tab {
        margin-bottom: 20px;
    }

    .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: 86%;
    }

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

    .proBox .rBox .comBox:after {
        content: "";
        width: 60%;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 20%;
        background: url(../images/bg7.png) no-repeat;
        background-size: cover;
        opacity: 0.3;
        z-index: -1;

    }

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

    .proBox .rBox .comBox .text {
        width: 100%;
        padding: 20px 12px;
        border-top: 1px solid #dedede;
    }

    .proBox .rBox .comBox .text h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .proBox .rBox .comBox .text p {
        font-size: 14px;
        line-height: 28px;
    }

    .proBox .rBox .comBox .text p:after {
        top: 7px;
    }

    .proBox .rBox .comBox .text .inf {
        line-height: 28px;
        font-size: 14px;
        margin: 5px 0 8px;
    }

    .proBox .rBox .comBox .text .link a {
        width: 150px;
        line-height: 32px;
        font-size: 15px;
        border-radius: 16px;
    }

    .proBox .rBox .comBox .text .link a img {
        width: 22px;
        margin-top: 5px;
    }

    .proBox .rBox .comBox .text .link a.qq {
        width: 120px;
        font-size: 14px;
    }

    .proBox .rBox .lkBox {
        margin-top: 24px;
    }

    .proBox .rBox .lkBox .ul1 li {
        width: 50%;
        padding: 20px 8px 0px;
    }

    .proBox .rBox .lkBox .ul1 li a h4 {
        font-size: 15px;
        line-height: 40px;

    }

    .proBox .rBox .desc {
        margin-top: 25px;
    }

    .proBox .rBox .desc .texBox {
        padding: 10px 10px;
    }


    .proBox .rBox .fy {
        margin: 0%;
    }

    .proBox .rBox .fy li {
        width: 100%;
        margin: 0%;
        font-size: 14px;
        float: inherit;
        padding: 0px;
        border: none;
        border-bottom: 1px solid #dedede;
    }

    .proBox .rBox .fy li:nth-child(2) {
        text-align: left;
    }

    .proBox .rBox .lkBox .ul2 {
        padding: 10px 0;
    }

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

    .proBox .rBox .lkBox .ul2 li a {
        line-height: 36px;
        padding: 0px;
    }

    .proBox .rBox .lkBox .ul2 li a p {
        padding: 0 100px 0 24px;
        font-size: 14px;
        background-size: 20px;
    }


    .proBox .rBox .dl dl {
        padding: 10px;
        margin: 30px 0px 0;
    }

    .proBox .rBox .dl dl dt {
        width: 35%
    }

    .proBox .rBox .dl dl dd {
        width: 65%;
        padding: 4px 0px 0 15px;
    }

    .proBox .rBox .dl dl dd h3 {
        font-size: 15px;
        margin: 0 0 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .proBox .rBox .dl dl dd b {
        display: none;
    }

    .proBox .rBox .dl dl dd p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .proBox .rBox .dl dl dd span {
        display: none
    }

    .proBox .rBox .nBox .title {
        padding: 16px 0;
    }

    .proBox .rBox .nBox h1 {
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .proBox .rBox .nBox p {
        font-size: 13px;
    }

    .proBox .rBox .nBox .text {
        padding: 10px 10px 20px;
    }

    .proBox .rBox .nBox .text img {
        width: 100% !important;
        max-width: 600px !important;
    }

    .proBox .rBox .vdUl li {
        width: 50%;
        padding: 10px 8px;
    }

    .proBox .rBox .vdUl li a {
        border-radius: 6px;
    }

    .proBox .rBox .vdUl li p {
        line-height: 40px;
    }


    .proBox .rBox .vdUl li .pho:after {
        width: 36px;
        height: 36px;
        border: 2px solid #fff;
    }

    .proBox .rBox .abBox {
        padding: 0px 10px;
        font-size: 15px;
    }
}