﻿.proBox {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    margin-top: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.titl {
    padding-bottom: 6px;
    border-bottom: 2px solid #2a8c3a;
    line-height: 40px
}

.titl h2 {
    float: left;
    font-size: 25px;
    color: #2a8c3a;
}
.proBox  .titl p.dat {
	float:right;
	color:#fff
}
.posi {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 35px;
    background: url(../images/posi.png) #f7f7f7 no-repeat left 10px center;
    background-size: 20px;
    box-sizing: border-box;
    border: 1px solid #f6f6f6;
    line-height: 40px;
}

.posi a {
    color: #666;
    font-size: 14px;
}

.proBox .box {
    margin-top: 20px;
}

.proBox .box h3 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

.proBox .box h3 span {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #2a8c3a;
    vertical-align: middle;
    margin: 0 20px;
}

.proBox .box ul.ul1 li {
    width: 25%;
    float: left;
    padding: 10px 15px;
    box-sizing: border-box;
}

.proBox .box ul.ul1 li a {
    display: block;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.proBox .box ul.ul1 li p {
    line-height: 46px;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    border-top: 1px solid #ddd;
}

.proBox .box ul.ul1 li:hover a {
    background: #2a8c3a;
    color: #fff;
    border-color: #2a8c3a;
}

.proBox .box ul.ul1 li:hover p {
    border-top: 1px solid #2a8c3a;
}

.proBox .box ul.ul2 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #dedede;
}

.proBox .box ul.ul2 li {
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.proBox .box ul.ul2 a {
    display: block;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: 0 0 8px rgba(42, 140, 58, .3);
}

.proBox .box ul.ul2 li:hover a {
    color: #fff;
    background: #2a8c3a;
    border-color: #2a8c3a;
}

.proBox1 {
    margin-top: 30px;
}

.proBox1 .fl {
    width: 22%;
}

.proBox1 .fl .flBox {
    padding: 0 10px 20px;
    border: 6px solid #2a8c3a;
}

.proBox1 .fl h3.tt {
    font-size: 22px;
    font-weight: 500;
    border-bottom: 2px solid #fefefe;
    position: relative;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    background: #2a8c3a;
    margin-left: -10px;
    margin-right: -10px;
}

.proBox1 .fl ul.list {
    margin-top: 10px;
}

.proBox1 .fl ul.list li h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 35px;
}

.proBox1 .fl ul.list li h4 span {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 10px;
    border: 1px solid #ddd;
}

.proBox1 .fl ul.list li h4 span:before, .proBox1 .fl ul.list li h4 span:after {
    font-size: 18px;
    color: #666;
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    top: 0;
    font-weight: 600;
    line-height: 22px;
}

.proBox1 .fl ul.list li h4 span:before {
    content: "+";
}

.proBox1 .fl ul.list li h4 span:after {
    content: "-";
    display: none;
}

.proBox1 .fl ul.list li .submenu {
    display: none;
}

.proBox1 .fl ul.list li .submenu a {
    display: block;
    line-height: 36px;
    margin: 3px 10px;
    font-size: 15px;
    padding-left: 20px;
    border-radius: 2px;
}

.proBox1 .fl ul.list li.on .submenu, .proBox1 .fl ul.list li.on h4 span:after {
    display: block;
    color: #fff;
    border-bottom: 1px dashed #ddd;
}

.proBox1 .fl ul.list li.on h4 span {
    border: #2a8c3a;
    background: #2a8c3a;
}

.proBox1 .fl ul.list li.on h4 span:before {
    display: none;
}

.proBox1 .fl ul.list li.on h4 {
    color: #2a8c3a;
}

.proBox1 .fl ul.list li .submenu a.on {
    background: #2a8c3a;
    color: #fff;
}

.proBox1 .fl .tjBox {
    margin-top: 20px;
}

.proBox1 .fl .tjTit {
    line-height: 40px;
    border-left: 6px solid #ef7641;
    background: #2a8c3a;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
}

.proBox1 .fl .tjBox ul {
    border: 1px solid #ddd;
    padding: 5px;
}

.proBox1 .fl .tjBox li a {
    display: block;
    line-height: 36px;
    border-bottom: 1px dashed #dedede;
    font-size: 15px;
    padding: 0 5px 0 25px;
    white-space: nowrap;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/yd_1.png) no-repeat 3px center;
    background-size: 16px;
    transition: 0.3s;
}

.proBox1 .fl .tjBox li:hover a {
    border-bottom-color: #2a8c3a;
    color: #2a8c3a;
    background-image: url(../images/yd1_1.png);
}

.proBox1 .fl .lxText {
    padding: 8px 10px 12px;
    background: #f6f6f6;
}

.proBox1 .fl .lxText h4 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #333;
    padding-bottom: 10px;
    position: relative;
}

.proBox1 .fl .lxText h4:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #2a8c3a;
    position: absolute;
    bottom: 1px;
    left: 0
}

.proBox1 .fl .lxText p {
    font-size: 14px;
    line-height: 25px;
}

.proBox1 .fr {
    width: 75%;
}

.proBox1 .fr .proList1 li:first-child .box {
    background: #e6e6e6;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    border: none;
    padding: 0 8px;
}

.proBox1 .fr .titl h2 {
    font-size: 22px;
    font-weight: 500;
	float:left
}
.proBox1 .fr .titl p.dat {
	float:right;
	color:#fff
}
.proBox1 .fr .proList1 li .box:last-child {
    border-right: none;
}

.proBox1 .fr .proList1 {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.proBox1 .fr .proList1 li {
    overflow: hidden;
}

.proBox1 .fr .proList1 li .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px 8px;
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

.proBox1 .fr .proList1 li a {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.proBox1 .fr .proList1 li .box1 {
    width: 25%;
    text-align: center;
}

.proBox1 .fr .proList1 li .box1 img {
    width: 80%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.proBox1 .fr .proList1 li .box2 {
    width: 10%;
}

.proBox1 .fr .proList1 li .box3 {
    width: 20%;
}

.proBox1 .fr .proList1 li .box3 b {
    font-weight: 500;
}

.proBox1 .fr .proList1 li .box4 {
    width: 25%;
    font-size: 15px;
    text-align: left;
}

.proBox1 .fr .proList1 li:first-child .box4 {
    text-align: center;
}

.page {
    text-align: center;
    margin-top: 30px;
}

.page li span {
    display: inline-block;
    margin: 0 2px
}

.page li a {
    display: inline-block;
    padding: 3px 8px;
    margin: 0 5px;
    border: 1px solid #ddd;
}

.page li a.page-num-current, .proBox1 .page li a:hover {
    background: #058e02;
    color: #fff;
    border-color: #058e02;
}

/* 产品详情 */

.proBox1 .frBox .comBox {
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 20px 0;
}

.proBox1 .frBox .comBox .pho {
    width: 34%;
    padding: 8px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 3px;
}

.proBox1 .frBox .comBox .text {
    width: 63%;
	position:relative
}

.proBox1 .frBox .comBox .text h1 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #444;
}
.proBox1 .frBox .comBox .text .tim {
color:#fff;
position:absolute;
right:10px;
top:10px;
}
.proBox1 .frBox .comBox .text p {
    line-height: 30px;
    font-size: 15px;
    color: #555;
}

.proBox1 .frBox .comBox .text p span {
    font-weight: 600;
}

.proBox1 .frBox .comBox .text .desc {
    padding: 10px 5px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    line-height: 28px;
    margin: 12px 0;
    color: #666;
}

.proBox1 .frBox .comBox .text .zx {
    background: #efefef;
    padding: 10px;
    font-size: 15px;
    color: #666;
}

.proBox1 .frBox .comBox .text .zx strong {
    font-size: 18px;
    color: #2a8c3a;
}

.proBox1 .frBox .comBox .text .zx a {
    display: block;
    width: 100px;
    line-height: 30px;
    text-align: center;
    background: #fc8143;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.proBox1 .tit1 {
    background: #efefef;
    line-height: 36px;
    margin-top: 30px;
}

.proBox1 .tit1 span {
    display: block;
    width: 114px;
    background: #2a8c3a;
    border-left: 6px solid #ef7641;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.proBox1 .frBox .info .text {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 6%;
	border:1px solid #ededed;
	border-top:none;
	margin-bottom:12px;
}

.proBox1 .frBox .info .text h2 {
    font-size: 16px;
    line-height: 35px;
    border-bottom: 2px solid #2a8c3a;
    display: block;
    width: 100%;
    margin: 10px auto;
}

.proBox1 .frBox .info .text img {
    margin: 0 auto;
    width: auto !important;
	max-width:100% !important;
	height:inherit !important
}

.proBox1 .lkBox {
    margin-bottom: 20px
}

.proBox1 .lkBox .ul1 li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    padding-top: 10px;
}

.proBox1 .lkBox .ul1 li:nth-child(4n) {
    margin-right: 0;
}

.proBox1 .lkBox .ul1 li a {
    display: block;
    border: 1px solid #ddd;
}

.proBox1 .lkBox .ul1 li p {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #ddd;
}

.proBox1 .lkBox .ul2 {
    margin-top: 5px;
}

.proBox1 .lkBox .ul2 li {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.proBox1 .lkBox .ul2 li a {
    display: block;
    padding: 0 5px;
    position: relative;
    line-height: 36px;
    border-bottom: 1px dashed #ddd;
}

.proBox1 .lkBox .ul2 li:nth-child(2n) {
    margin-right: 0;
}

.proBox1 .lkBox .ul2 li p {
    padding-right: 100px;
    font-size: 15px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox1 .lkBox .ul2 li span {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    color: #999;
}

.fy li {
    width: 49% !important;
    font-size: 14px;
    line-height: 30px;
    margin-right: 2%;
    box-sizing: border-box;
    color: #333;
    border-bottom: 1px dashed #ddd;
}

.fy li.fl {
    margin-right: 0;
}

.fy li a {
    color: #333;
}

/* 新闻中心 */

.newsBox .fl {
    float: right;
}

.newsBox .fr {
    float: left;
}

.newsBox .dl {
    margin: 20px 0;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.newsBox .dl dl {
    padding: 14px 10px;
    border-bottom: 1px solid #ddd;
}

.newsBox .dl dl dt {
    width: 200px;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}

.newsBox .dl dl dd {
    margin-left: 220px;
}

.newsBox .dl dl dd h3 {
    font-size: 17px;
    margin-bottom: 8px;
    overflow: hidden;
}

.newsBox .dl dl:hover dd h3 {
    color: #2a8c3a;
}

.newsBox .dl dl dd p {
    line-height: 24px;
    font-size: 14px;
    height: 48px;
    overflow: hidden;
}

.newsBox .dl dl dd span.time {
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    transition: 0.3s;
}

.newsBox .dl dl dd span.more {
    display: block;
    width: 90px;
    line-height: 30px;
    border-radius: 4px;
    background: #2a8c3a;
    color: #fff;
    text-align: center;
    float: right;
    margin-top: 12px;
    transition: 0.3s;
}

.newsBox .dl dl a {
    display: block;
}

.newsBox .dl dl:hover span.more {
    background: #ef7641;
}

/* 新闻详情 */

.newsBox .newsText .title {
    text-align: center;
}

.newsBox .newsText .title h1 {
    font-size: 21px;
    font-weight: 500;
    padding: 6px 0;
}

.newsBox .newsText .title span {
    display: block;
    width: 40px;
    height: 4px;
    background: #2a8c3a;
    margin: 0px auto;
}

.newsBox .newsText .title p {
    line-height: 30px;
    color: #999;
}

.newsBox .newsText .text {
    padding: 10px 5%;
}
.newsBox .newsText .text p {
	font-size:16px  !important;
	font-family:'微软雅黑' !important
}
.newsBox .newsText .text img {
    display: block !important;
    margin: 0 auto !important;
    width: auto !important;
	height:inherit  !important;
    max-width: 100% !important;
}
.newsBox .newsText .text p span {
	font-size:16px  !important;
	font-family:'微软雅黑' !important
}
/* 视频中心 */

.vdBox {
    margin-top: 30px;
}

.vdBox .vdList li {
    width: 25%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

.vdBox .vdList li a {
    overflow: hidden;
    display: block;
    border-radius: 5px;
    transition: 0.3s;
}

.vdBox .vdList li .pho {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    transition: 0.3s;
}

.vdBox .vdList li .pho img {
    border-radius: 5px;
}

.vdBox .vdList li p {
    line-height: 40px;
    padding: 0 5px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #ddd;
    border-top: none;
    transition: 0.3s;
    border-radius: 0 0 5px 5px;
}

.vdBox .vdList li p b {
    font-weight: 500
}

.vdBox .vdList li:hover a {
    background: #2a8c3a;
}

.vdBox .vdList li:hover p {
    color: #fff;
    border-color: #2a8c3a;
}

.vdBox .vdList li:hover .pho {
    border-color: #2a8c3a;
}

/* 关于我们 */

.abBox .titl {
    border-bottom: none;
    padding: 0 8px 0 0;
}

.abBox .titl h2 {
    border-bottom: 2px solid #2a8c3a;
}

.abBox .abText {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
}

.abBox .abText .text {
    line-height: 30px;
    text-indent: 2em;
}

.abBox .abText .rx {
    margin: 20px;
    padding: 20px 0;
}

.abBox .abText .rx .swiper-slide {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    padding: 5px;
    text-align: center;
}

.abBox .abText .rx .swiper-slide:hover {
    background: #2a8c3a;
}

.abBox .abText .rx .swiper-slide:hover a {
    color: #fff;
}

.abBox .abText .rx .swiper-slide p {
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 解决方案 */

.jjBox {
    margin-top: 10px;
}

.jjBox .list li {
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.jjBox .list li a {
    display: block;
    border-radius: 5px;
    line-height: 42px;
    text-align: center;
    background: #2a8c3a;
    color: #fff;
    font-size: 16px;
}

.jjBox .list li:hover a, .jjBox .list li.on a {
    background: #d4561e;
}

.jjBox .box01 li a {
    display: block;
    position: relative;
    line-height: 50px;
    border-bottom: 1px dashed #d8d8d8;
    padding-left: 40px;
    color: #333;
    background: url(../images/date1.png) no-repeat left center;
    background-size: 28px;
}

.jjBox .box01 li a p {
    padding-right: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.jjBox .box01 li a span {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    color: #999;
}

.jjBox .box01 li:hover a {
    background-image: url(../images/date.png);
    color: #2a8c3a;
    border-bottom-color: #2a8c3a;
}

@media all and (min-width: 1023px) and (max-width: 1440px) {
    .proBox1 .frBox .comBox .pho {
        width: 36%;
    }
    .proBox1 .frBox .comBox .text {
        width: 62%;
    }
    .proBox1 .frBox .comBox .text h1 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .proBox1 .frBox .comBox .text p {
        font-size: 14px;
        line-height: 26px;
    }
    .proBox1 .frBox .comBox .text .desc {
        padding: 5px 8px;
        line-height: 24px;
        height: 46px;
        overflow: hidden;
        margin-top: 6px;
    }
    .proBox1 .lkBox .ul1 li p {
        font-size: 15px;
        line-height: 32px;
    }
    .jjBox li a {
        line-height: 40px;
        background-size: 24px;
        padding-left: 35px;
    }
    .jjBox li a p {
        font-size: 15px;
    }
}

@media all and (min-width: 1023px) and (max-width: 1400px) {
    .proBox1 .fr .proList1 li .box, .proBox1 .fr .proList1 li .box4 {
        font-size: 14px;
    }
    .proBox1 .fr .titl h2 {
        font-size: 20px;
    }
    .posi {
        font-size: 13px;
    }
    .proBox1 .fl .lxText h4 {
        font-size: 16px;
    }
    .newsBox .dl dl dd h3 {
        font-size: 16px;
    }
}

@media all and (min-width: 1023px) and (max-width: 1300px) {
    .proBox1 .fl ul.list li h4 {
        font-size: 16px;
    }
    .proBox1 .fl ul.list li .submenu a {
        font-size: 14px;
        padding-left: 15px;
        line-height: 30px;
    }
    .proBox1 .frBox .comBox .text p {
        font-size: 13px;
        line-height: 22px;
    }
    .proBox1 .frBox .comBox .text .desc {
        padding: 6px 0;
        margin: 4px 0;
    }
    .proBox1 .frBox .comBox .text .zx a {
        line-height: 26px;
        width: 90px;
        font-size: 13px;
    }
    .proBox .box h3 {
        font-size: 26px;
    }
    .proBox .box h3 span {
        width: 50px;
    }
}

@media all and (min-width:0) and (max-width:768px) {
    .proBox {
        width: 94%;
        margin: 20px auto 0;
        padding: 12px;
    }
    .titl {
        line-height: 36px;
        border-bottom: none;
    }
    .titl h2 {
        float: inherit;
        text-align: center;
        font-weight: 500;
    }
    .posi {
        line-height: 25px;
        font-size: 13px;
        border-bottom: 1px solid #eee;
    }
    .posi a {
        font-size: 13px
    }
    .proBox .box {
        margin-top: 14px;
    }
    .proBox .box h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .proBox .box h3 span {
        width: 50px;
        height: 2px;
        margin: 0 12px;
    }
    .proBox .box ul.ul1 li {
        width: 50%;
        padding: 10px 6px;
    }
    .proBox .box ul.ul1 li p {
        line-height: 36px;
        font-size: 15px;
    }
    .proBox .box ul.ul2 {
        margin-top: 6px;
        padding-top: 6px;
    }
    .proBox .box ul.ul2 li {
        width: 50%;
        padding: 10px 6px;
        white-space: nowrap;
    }
    .proBox .box ul.ul2 a {
        line-height: 32px;
        border-radius: 16px;
        font-size: 14px;
    }
    .proBox1 {
        margin-top: 20px;
    }
    .proBox1 .fl {
        width: 100%;
    }
    .proBox1 .fl .flBox {
        border: 5px solid #2a8c3a;
    }
    .proBox1 .fl h3.tt {
        font-size: 20px;
        padding: 8px 0;
    }
    .proBox1 .fl ul.list {
        margin-top: 0px;
    }
    .proBox1 .fl ul.list li h4 {
        font-size: 16px;
        line-height: 36px;
        padding-left: 30px;
    }
    .proBox1 .fl ul.list li h4 span {
        width: 20px;
        height: 20px;
        top: 7px;
    }
    .proBox1 .fl ul.list li h4 span:before, .proBox1 .fl ul.list li h4 span:after {
        line-height: 20px;
    }
    .proBox1 .fl ul.list li .submenu {
        display: none;
        overflow: hidden;
        padding-top: 5px;
    }
    .proBox1 .fl ul.list li .submenu a {
        float: left;
        width: 48%;
        line-height: 32px;
        margin: 0 1%;
        font-size: 13px;
        padding-left: 0px;
        border-radius: 0px;
    }
    .proBox1 .fl ul.list li .submenu a.on {
        padding-left: 8px;
        border-radius: 4px;
        box-sizing: border-box;
    }
    .proBox1 .fl .tjBox {
        display: none;
    }
    .proBox1 .fr {
        width: 100%;
        margin-top: 20px;
    }
    .proBox1 .fr .proList1 li {
        margin-bottom: 20px;
    }
    .proBox1 .fr .proList1 li a {
        display: block;
        overflow: hidden;
        border: 1px solid #dedede;
    }
    .proBox1 .fr .proList1 li a .box {
        display: block;
        padding: 12px 8px;
        font-size: 15px;
        border: none;
        border-top: none;
        text-align: center;
    }
    .proBox1 .fr .proList1 li:first-child {
        display: none;
    }
    .proBox1 .fr .proList1 li a .box1 {
        width: 100%;
    }
    .proBox1 .fr .proList1 li a .box1 img {
        width: 100%;
    }
    .proBox1 .fr .proList1 li a .box2 {
        width: 50%;
        float: left;
        padding: 0;
        line-height: 40px;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #dedede;
    }
    .proBox1 .fr .proList1 li a .box2 h3 {
        font-size: 15px;
    }
    .proBox1 .fr .proList1 li a .box2 span {
        display: inline-block !important;
    }
    .proBox1 .fr .proList1 li a .box3 {
        width: 100%;
        text-align: center;
        padding: 0;
        padding-left: 5px;
        box-sizing: border-box;
        line-height: 40px;
        border-bottom: 1px solid #dedede;
    }
    .proBox1 .fr .proList1 li a .box3 span {
        display: inline-block !important;
    }
    .proBox1 .fr .proList1 li a .box4 {
        width: 100%;
        border-bottom: 1px solid #dedede;
        overflow: hidden;
    }
    .proBox1 .fr .proList1 li a .box:nth-child(5) {
        border-right: 1px solid #dedede;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
    }
    .proBox1 .fr .proList1 li a .box:nth-child(6) {
        text-align: center;
        padding: 0;
    }
    /* 产品详情 */
    .proBox1 .frBox .comBox {
        padding: 10px;
        margin: 15px 0
    }
    .proBox1 .frBox .comBox .pho {
        width: 100%;
    }
    .proBox1 .frBox .comBox .text {
        width: 100%;
        margin-top: 10px
    }
    .proBox1 .frBox .comBox .text h1 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .proBox1 .frBox .comBox .text p {
        line-height: 24px;
        font-size: 14px;
    }
    .proBox1 .frBox .comBox .text .desc {
        padding: 5px 0;
        font-size: 13px;
        line-height: 25px;
        height: inherit;
        overflow: hidden;
        margin: 8px 0;
    }
    .proBox1 .frBox .comBox .text .zx a {
        width: 90px;
        line-height: 26px;
    }
    .proBox1 .tit1 {
        line-height: 32px;
        margin-top: 20px;
    }
    .proBox1 .tit1 span {
        width: 100px;
    }
    .proBox1 .frBox .info .text {
        padding: 8px;
    }
    .proBox1 .frBox .info .text .tabs {
        overflow-x: scroll;
        margin: 0 2px;
        border: 1px solid #ddd;
    }
    .proBox1 .frBox .info .text table {
        width: 100% !important;
        border-collapse: collapse
    }
    .proBox1 .frBox .info .text table td {
        border: 1px solid #ddd !important;
        white-space: nowrap;
        padding-left: 5px !important;
    }
    .proBox1 .frBox .info .text img {
        margin: 0 auto;
        width: 100% !important;
        height: inherit !important;
    }
    .proBox1 .lkBox {
        margin-bottom: 10px
    }
    .proBox1 .lkBox .ul1 li {
        width: 50%;
        margin-right: 0%;
        box-sizing: border-box;
        padding: 10px 5px;
    }
    .proBox1 .lkBox .ul1 li p {
        line-height: 32px;
        font-size: 15px;
    }
    .proBox1 .lkBox .ul2 li {
        width: 100%;
        float: inherit;
        margin-right: 0%;
    }
    .proBox1 .lkBox .ul2 li p {
        padding-right: 100px;
        font-size: 14px;
        color: #555;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .fy li {
        width: 100% !important;
        margin-right: 0%;
    }
    /* 视频中心 */
    .vdBox {
        margin-top: 20px;
    }
    .vdBox .vdList li {
        width: 100%;
        float: inherit;
        padding: 10px;
    }
    .vdBox .vdList li a {
        border-radius: 0px;
    }
    .vdBox .vdList li .pho {
        border-radius: 0;
    }
    .vdBox .vdList li .pho img {
        border-radius: 0px;
    }
    .vdBox .vdList li p {
        line-height: 32px;
        font-size: 15px;
        border-radius: 0;
    }
    /* 关于我们 */
    .abBox .titl {
        border-bottom: none;
        padding: 0 8px 0 0;
    }
    .abBox .titl h2 {
        border-bottom: none
    }
    .abBox .abText {
        margin-top: 10px;
    }
    /* 解决方案 */
    .jjBox {
        margin-top: 0px;
    }
    .jjBox li a {
        line-height: 40px;
        padding-left: 30px;
        background-size: 20px;
    }
    .jjBox li a p {
        font-size: 15px;
    }
    /* 新闻中心 */
    .newsBox .fl {
        float: inherit;
    }
    .newsBox .fr {
        float: inherit;
    }
    .newsBox .dl {
        margin: 10px 0;
    }
    .newsBox .dl dl {
        padding: 7px 0px;
    }
    .newsBox .dl dl dt {
        width: 100px;
    }
    .newsBox .dl dl dd {
        margin-left: 110px;
    }
    .newsBox .dl dl dd h3 {
        font-size: 15px;
        margin-bottom: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newsBox .dl dl dd p {
        display: none;
    }
    .newsBox .dl dl dd span.time {
        float: inherit;
        margin-top: 5px;
    }
    .newsBox .dl dl dd span.more {
        display: none;
    }
    /* 新闻详情 */
    .newsBox .newsText .title p {
        line-height: 20px;
        margin-top: 3px;
    }
	.newsBox .newsText .text {
		padding:10px
	}
    .newsBox .newsText .text img {
        width: 100% !important;
        height: inherit !important;
    }
    .newsBox .newsText .text table {
        width: 100% !important;
    }
    .abBox .abText .text {
        text-indent: 0
    }
}