.proBox {
    padding: 0px 0 40px;
    overflow: hidden;
}

.posi {
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0;
    font-weight: 350;
    font-size: 15px;
    margin-bottom: 40px;
    color: #666;
}

.posi a {
    color: #666;
}

.posi img {
    width: 22px;
    margin-right: 4px;
}

.proBox .flBox {
    width: 20%;
    position: relative;
    padding-right: 10px;
    box-sizing: border-box;
}

.proBox .flBox:before {
    content: "";
    position: absolute;
    left: -100%;
    top: -40px;
    bottom: 0;
    background: #fcfcfc;
    right: 0;
}

.proBox .flBox h3 {
    font-size: 28px;
    position: relative;
    margin: 20px 0 10px;
    font-weight: 500;
}

.proBox .flBox .title {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.proBox .flBox .title h2 {
    font-size: 32px;
    font-weight: 500;
}

.proBox .flBox .form {
    position: relative;
    margin: 0px 20px 0 0;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}

.proBox .flBox .form input[type="text"] {
    width: 100%;
    line-height: 36px;
    padding: 0 50px 0 10px;
    box-sizing: border-box;
    background: none;
    border: none;
    font-size: 15px;
}

.proBox .flBox .form input[type="submit"] {
    width: 50px;
    line-height: 36px;
    padding: 0;
    background: url(../images/ss.png) no-repeat center;
    background-size: 24px;
    border: none;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.proBox .flBox ul {
    padding: 0 20px 20px 0;
}

.proBox .flBox li {
    margin-bottom: 5px;
	margin-left:20px
}

.proBox .flBox li a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    padding-left: 40px;
    position: relative;
    border-bottom: 1px dashed #efefef;
}

.proBox .flBox li a:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #aaa;
    border-radius: 50%;
}

.proBox .flBox li a:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    background: #aaa;
    border-radius: 50%;
}

.proBox .flBox li.on a {
    color: #0b8f5a;
}

.proBox .flBox li.on a:before {
    border-color: #0b8f5a;
}

.proBox .flBox li.on a:after {
    background: #0b8f5a;
}

.proBox .frBox {
    width: 78%;
    box-sizing: border-box;
    background-color: #fff;
}

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

.proBox .frBox .tab a .box {
    display: table-cell;
    vertical-align: middle;
    padding: 6px;
    box-sizing: border-box;
    color: #555;
    text-align: center;
    border: 1px solid #efefef;
    border-top: none;
    font-size: 15px;
    font-weight: 350;
}

.proBox .frBox .tab:first-child .box {
    border-top: 1px solid #efefef;
}

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

.proBox .frBox .tab a .box1 img {
    width: 85%;
}

.proBox .frBox .tab a .box2 {
    width: 16%;
    position: relative;
}

.proBox .frBox .tab a .box2 h3 {
    font-weight: 350;
    position: relative;
    z-index: 50;
    font-size: 15px;
}

.proBox .frBox .tab a .box3 {
    width: 12%;
}

.proBox .frBox .tab a .box4 {
    width: 35%;
    text-align: left;
    padding: 6px 10px;
}

.proBox .frBox .tab:first-child a .box4 {
    text-align: center
}

.proBox .page {
    text-align: center;
    margin-top: 30px;
    color: #666;
}

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

.proBox .page li a {
    display: inline-block;
    font-size: 15px;
    padding: 3px 12px;
    background: #fff;
    color: #666;
    margin: 0 5px;
    border: 1px solid #efefef;
}

.proBox .page li a.page-num-current {
    background-color: #0b8f5a;
    color: #fff;
    border-color: #0b8f5a;
}



/**产品详情**/
.proBox .frBox .comBox .pho {
    width: 40%;
}

.proBox .frBox .comBox .text {
    width: 60%;
    padding: 20px 40px 0;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 350;
}

.proBox .frBox .comBox .text h1 {
    font-size: 28px;
    font-weight: 500;
}

.proBox .frBox .comBox .text .gg {
    margin-top: 20px;
    overflow: hidden;
}

.proBox .frBox .comBox .text .gg p {
    width: 40%;
    float: left;
    color: #666;
}

.proBox .frBox .comBox .text .gg p img {
    width: 25px;
    margin-right: 4px;
}

.proBox .frBox .comBox .text .qb {
    padding: 8px;
    background: #fbfbfb;
    line-height: 30px;
    margin: 30px 0 60px;
    color: #555;
}

.proBox .frBox .comBox .text .qb span {
    color: #0b8f5a;
}

.proBox .frBox .comBox .text .lx a {
    display: block;
    float: left;
    margin-right: 20px;
    line-height: 40px;
    text-align: center;
    width: 130px;
    font-size: 15px;
    background: #0b8f5a;
    color: #fff;
    border-radius: 3px;
}

.proBox .frBox .comBox .text .lx a img {
    width: 22px;
    margin-right: 4px;
}

.proBox .frBox .comBox .text .lx a.tel {
    width: 160px;
    background: #f5f5f5;
    color: #666;
    font-size: 17px;
}

.proBox .frBox h3.titl {
    background: #f8f9f7;
    line-height: 50px;
    font-size: 24px;
    font-weight: 500;
    padding-left: 20px;
}

.proBox .frBox .desc .text {
    padding: 30px 5%;
    font-size: 15px;
    line-height: 27px;
    font-weight: 350;
}

.proBox .frBox .desc .text img {
    width: 100% !important;
    height: inherit !important;
    max-width: 750px !important;
    display: block;
    margin: 0 auto;
}

.proBox .frBox .desc .text h2 {
    padding-left: 15px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #0b8f5a;
    line-height: 2em;
}

.proBox .frBox .desc .text h2 span {
    font-size: 18px !important;
}

.proBox .frBox .desc .text h2:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0b8f5a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.proBox .frBox .desc .text p, .proBox .frBox .desc .text p span {
    font-size: 15px !important;
    line-height: 27px !important;
    color: #444;
    background: none !important;
}

.proBox .frBox .desc .text p span strong {
    font-weight: 350;
}

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

.proBox .frBox .desc .text table td {
    border: 1px solid #efefef !important;
    padding: 5px;
}

.proBox .frBox .desc .text a {
    color: #444;
}

.proBox .fy {
    margin-top: 10px;
}

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

.proBox .fy li a {
    color: #666;
}

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


.proBox .frBox .lkBox .ul1 li p {
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 新闻详情 */
.proBox .nDl dl {
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #efefef;
    margin-bottom: 30px;
}

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

.proBox .nDl dl dd {
    width: 74%;
    float: right;
    padding: 20px 20px 0 32px;
    box-sizing: border-box;
}

.proBox .nDl dl dd h3 {
    font-size: 22px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .nDl dl dd p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.proBox .nDl dl dd .time {
    font-size: 15px;
    color: #999;
    margin: 15px 0 20px;
}

.proBox .nDl dl dd .time img {
    width: 20px;
    margin-right: 5px;
}

.proBox .nDl dl dd span {
    display: block;
    width: 130px;
    line-height: 40px;
    background: #f3f3f3;
    text-align: center;
    margin-top: 30px;
    font-weight: 350;
    border-radius: 3px;
}

.proBox .nDl dl:hover dd h3 {
    color: #0b8f5a;
}

.proBox .nDl dl:hover dd span {
    background: #0b8f5a;
    color: #fff;
}

/* 暂时隐藏图片样式 */
.proBox .nDl .nd0 {
	width:50%;
	float:left;
	padding:15px 20px;
	box-sizing:border-box;
}
.proBox .nDl dl.dl00 {
	display:table;
	width:100%;
	border-collapse:collapse;
	vertical-align:middle;
	background:#f8f9f7;
	margin-bottom:0;
	padding:0;

}

.proBox .nDl dl.dl00 dd.tim {
	width:120px;
	display:table-cell;
	background:#0b8f5a;
	padding:20px 0;
	float:inherit;
	text-align:center;
	vertical-align:middle
}

.proBox .nDl dl.dl00 dd.tim span {
	display:block;
	width:100%;
	background:inherit;
	font-size:22px;
	padding-bottom:5px;
	margin:0 0 5px;
	border-bottom:1px solid rgba(255,255,255,.3);
	color:#fff
}
.proBox .nDl dl.dl00:hover dd span {
	color:#fff;
	background:inherit
}

.proBox .nDl dl.dl00 dd.tim strong {
	display:block;
	font-size:22px;
	font-weight:500;
	color:#fff
}

.proBox .nDl dl.dl00 dd.text {
	width:auto;
	padding:0 20px;
	float:inherit;
	box-sizing:border-box;
	display:table-cell;
	vertical-align:middle
}

.proBox .nDl dl.dl00 dd.text h3 {
	font-size:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	white-space:inherit;
	margin-bottom:5px;
}

.nsBox .nFl .text .ddv img {
	display:none
}

/* 文章详情 */
.nsBox {
    background: #fff;
}

.nsBox .nFl {
    width: 74%;
}

.nsBox .nFl .title {
    padding: 20px 30px;
    background: #fafafa;
}

.nsBox .nFl .title h1 {
    font-size: 28px;
    font-weight: 500;
}

.nsBox .nFl .title p {
    font-size: 15px;
    font-weight: 350;
    margin-top: 10px;
    color: #666;
}

.nsBox .nFl .title p a {
    color: #666;
}

.nsBox .nFl .text {
    padding: 20px 5%;
    font-family: "微软雅黑";
}

.nsBox .nFl .text table {
    width: auto !important;
    max-width: 100% !important;
    border-collapse: collapse;
    margin: 0 auto;
}

.nsBox .nFl .text table td {
    padding: 5px;
    border: 1px solid #dedede;
}

.nsBox .nFl .text img {
    max-width: 600px !important;
    height: inherit !important;
    display: block;
    margin: 0 auto;
}

.nsBox .nFl .text p {
    font-size: 15px !important;
    line-height: 28px !important;
    width: auto !important;
    float: inherit !important;
    color: #000 !important;
}

.nsBox .nFl .text p strong {
    font-size: 16px;
}

.nsBox .nFl .text p span, .nsBox .nFl .text td span {
    font-size: 15px !important;
}

.nsBox .nFr {
    width: 24%;
    background: #fafafa;
    padding: 20px 30px;
    box-sizing: border-box;
}

.nsBox .nFr h3 {
    font-size: 24px;
    font-weight: 500;
}

.nsBox .nFr .ul1 li {
    border-bottom: 1px dashed #dedede;
    padding: 12px 4px;
}

.nsBox .nFr .ul1 li a {
    display: block;
}

.nsBox .nFr .ul1 li a span {
    font-weight: 350;
    color: #999;
    padding-left: 22px;
    display: block;
    background: url(../images/icon10.png) no-repeat left center;
    background-size: 18px;
    margin-top: 7px;
}

.nsBox .nFr .ul1 li a h4 {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.proBox .vdUl li a {
    display: block;
    background: #fafafa;
    border-radius: 8px;
    overflow: hidden;
}

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

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

.proBox .vdUl li a h3 {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    padding: 20px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .vdUl li:hover a h3 {
    color: #0b8f5a;
}

.proBox .ryUl li a .pho:before {
    display: none;
}

.nsBox .nFl .text video {
    width: 100%;
}

/* 关于我们 */
.abBox .box1 {
    background: url(../images/bg2.jpg) no-repeat right top;
    background-size: 80%;
    padding: 50px 0;
}

.abBox .box1 .text {
    width: 90%;
    margin: 0 auto;
}

.abBox .box1 .text h2 {
    font-size: 34px;
}

.abBox .box1 .text h3 {
    font-size: 25px;
    font-weight: 400;
    margin: 20px 0;
}

.abBox .box1 .text p {
    font-size: 17px;
    line-height: 2em;
    text-indent: 2em;
    font-family: "微软雅黑";
}

.abBox .box1 .text li {
    width: 22%;
    float: left;
    margin: 20px 1.5% 30px;
    background: #f5f6f7;
    border-radius: 4px;
    padding: 24px 0;
    text-align: center;
    font-size: 16px;
}

.abBox .box1 .text li span {
    display: block;
    width: 42px;
    line-height: 42px;
    height: 42px;
    margin: 0 auto 10px;
}

.abBox .box2 li {
    width: 33.33%;
    float: left;
    padding: 30px 0 50px;
    text-align: center;
}

.abBox .box2 li span {
    display: block;
    width: 140px;
    margin: 0 auto;
}

.abBox .box2 li h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.abBox .box2 li p {
    font-size: 16px;
    color: #666;
    font-weight: 350;
}
.abBox .box3 {
	padding-top:0
}
.abBox .box3 li {
	width:25%;
	float:left;
	padding:20px 20px 40px;
	box-sizing:border-box;
}
.abBox .box3 li a {
	display:block;
}
.lxBox .box {
    margin: 80px auto;
}

.lxBox .box .text {
    width: 60%;
}

.lxBox .box .text h2 {
    font-size: 32px;
}

.lxBox .box .text strong {
    font-size: 18px;
    font-weight: 300;
    color: #666;
}

.lxBox .box .text li {
    width: 50%;
    float: left;
    padding: 0px 20px 0 50px;
    box-sizing: border-box;
    position: relative;
    margin-top: 40px;
}

.lxBox .box .text li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0%;
    width: 40px;
    line-height: 40px;
    background: #0b8f5a;
    border-radius: 50%;
    text-align: center;
}

.lxBox .box .text li span img {
    width: 20px;
}

.lxBox .box .text li p {
    font-size: 15px;
    color: #666;
    margin-bottom: 8px;
}

.lxBox .box .text li h3 {
    font-size: 18px;
    font-weight: 500;
}

.lxBox .box .ewm {
    width: 40%;
    text-align: center;
}

.lxBox .box .ewm .wx {
    display: inline-block;
    width: 48%;
    margin-top: 12%;
    color: #666;
}

.lxBox .box .ewm .wx img {
    width: 130px;
    margin-bottom: 10px;
}


@media all and (min-width: 1024px) and (max-width:1680px) {
    .proBox .flBox {
        width: 21%;
    }

    .proBox .flBox h3 {
        font-size: 26px;
    }

    .proBox .flBox li {
        margin-bottom: 4px;
		margin-left:15px
    }

    .proBox .flBox li a {
        font-size: 16px;
        line-height: 40px;
        padding-left: 32px;
    }

    .proBox .flBox li a:before {
        left: 6px;
    }

    .proBox .flBox li a:after {
        left: 11px;
    }

    .proBox .frBox {
        width: 76.8%;
    }

    .proBox .nDl dl dd {
        padding-top: 10px;
    }

    .proBox .nDl dl dd .time {
        margin: 10px 0;
    }

    .proBox .nDl dl dd span {
        width: 120px;
        line-height: 34px;
        margin-top: 15px;
    }

    .proBox .nDl dl dd h3 {
        font-size: 20px;
    }

    .nsBox .nFl .title h1 {
        font-size: 26px;
    }

    .nsBox .nFr h3 {
        font-size: 22px;
    }

    .abBox .box1 {
        background-size: 100%;
        padding-top: 0;
    }

    .proBox1 .flBox li {
        margin-bottom: 3px;
    }


    .proBox1 .flBox h3 {
        font-size: 26px
    }

    .proBox1 .flBox .form input[type="submit"] {
        background-size: 22px
    }
}

@media all and (min-width: 1024px) and (max-width:1600px) {
    .proBox1 .flBox {
        width: 22%;
    }
	.proBox .flBox li a{
		font-size:15px;
		line-height:38px;
	}

    .proBox1 .frBox {
        width: 76%;
        padding-left: 0px
    }

    .proBox .frBox .tab a .box {
        font-size: 15px;
    }

    .proBox1 .frBox .tab a .box1 img {
        width: 90%
    }

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

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

    .proBox .frBox .comBox .text .gg {
        margin-top: 14px;
    }

    .proBox .frBox .comBox .text .qb {
        margin: 20px 0 40px;
        line-height: 27px;
    }

    .proBox .frBox .comBox .text .lx a.tel {
        font-size: 16px;
    }

    .proBox .frBox .comBox .text .lx a {
        line-height: 35px;
        width: 120px;
        font-size: 14px;
    }

    .proBox .nDl dl dd h3 {
        font-size: 19px;
    }

    .proBox .nDl dl dd p {
        font-size: 15px;
        line-height: 25px;
    }
.nsBox .nFl {
	width:73%
}
    .nsBox .nFr {
        width: 25%;
        padding: 20px 22px;
    }

    .nsBox .nFr h3 {
        font-size: 24px;
    }

    .nsBox .nFr .ul1 li a h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .nsBox .nFr .ul1 li {
        padding: 10px 0;
    }

    .nsBox .nFr .ul1 li a span {
        background-size: 18px;
    }

    .proBox .vdUl li a h3 {
        font-size: 17px;
        padding: 15px 12px;
    }

    .abBox .box1 {
        padding: 0 0 50px;
    }

    .abBox .box1 .text {
        width: 100%;
    }

    .abBox .box1 .text h2 {
        font-weight: 500;
    }

    .abBox .box1 .text h3 {
        font-size: 20px;
    }

    .abBox .box1 .text p {
        font-size: 16px;
    }

    .abBox .box2 li h3 {
        font-size: 20px;
    }

    .abBox .box2 li p {
        font-size: 15px;
    }

    .abBox .box2 li span {
        width: 120px;
    }

    .lxBox .box {
        margin: 50px auto;
    }

    .lxBox .box .text h2 {
        font-size: 28px;
    }

    .lxBox .box .text strong {
        font-size: 16px;
    }

    .lxBox .box .text li h3 {
        font-size: 17px;
    }

    .lxBox .box .text li p {
        margin-bottom: 3px;
    }
	.abBox .box3 li {
		padding:20px 15px 40px
	}
}

@media all and (min-width: 1024px) and (max-width:1440px) {
    .proBox .flBox {
        width: 22%;
    }

    .proBox .frBox {
        width: 76%;
    }

    .abBox .box1 .text {
        width: 100%;
    }

    .proBox .vdUl li a h3 {
        font-size: 16px;
    }

    .proBox .nDl dl dd p {
        font-size: 14px;
    }

    .proBox .nDl dl dd span {
        width: 110px;
        line-height: 32px;
    }

    .proBox .nDl dl dd .time img {
        width: 18px;
    }
	.abBox .box3 li {
		width:33.33%;
	}
	.abBox .box3 li:last-child {
		display:none
	}

}

@media all and (min-width: 1024px) and (max-width:1400px) {
    .proBox .flBox .title {
        padding: 24px 0;
    }

    .proBox .flBox .title h2 {
        font-size: 28px;
    }

    .proBox1 .flBox h3 {
        margin-bottom: 0
    }

    .proBox1 .flBox li a {
        font-size: 15px;
		line-height:38px;
    }

    .proBox .frBox .tab a .box {
        padding: 8px 5px;
        font-size: 15px;
    }

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

    .proBox .nDl dl dd {
        padding-top: 8px;
    }

    .abBox .box1 .text {
        width: 100%;
    }

}

@media all and (min-width: 1024px) and (max-width:1300px) {
    .proBox .flBox li a {
        font-size: 15px;
        line-height: 40px;
    }

    .proBox .flBox h3 {
        font-size: 24px;
    }

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

    .proBox .frBox h3.titl {
        font-size: 22px;
    }

    .proBox .vdUl li {
        padding: 0 15px 25px;
    }

    .proBox .nDl dl dd .time {
        margin: 6px 0;
    }

    .abBox .box1 .text {
        width: 95%;
    }

    .abBox .box1 .text h3 {
        margin-top: 10px;
    }

    .abBox .box1 .text li {
        padding: 20px 0;
        margin: 10px 1.5% 20px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .proBox {
        padding: 0px 10px 30px;
    }

    .posi {
        padding: 8px;
        font-weight: 300;
        font-size: 13px;
        margin: 0 -10px 20px;
    }

    .posi img {
        width: 20px;
    }

    .proBox .flBox {
        width: 100%;
        background: #fff;
        padding-right: 0
    }

    .proBox .flBox:before {
        display: none
    }

    .proBox .flBox .title {
        padding: 24px 20px;
        text-align: left;
        background: url(../images/click.png) no-repeat right 10px center;
        background-size: 30px;
        border-bottom: none;
        background: url(../images/click.png) #fafafa no-repeat right 10px center;
        background-size: 30px;
    }

    .proBox .flBox .title h2 {
        font-size: 26px;
    }

    .proBox .flBox .form {
        display: none
    }

    .proBox .flBox ul {
        padding: 10px 0;
        overflow: hidden;
        border-top: 1px solid #efefef;
        display: none;
        background: #fafafa;
    }

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

    .proBox .flBox li a {
        background: #f5f5f5;
        border-radius: 4px;
        line-height: 38px;
        font-size: 15px;
        padding-left: 0px;
        text-align: center;
        border-bottom: none
    }

    .proBox .flBox li a:after, .proBox .flBox li a:before {
        display: none
    }

    .proBox .flBox li.on a {
        background: #0b8f5a;
        color: #fff;
    }


    .proBox .frBox {
        width: 100%;
        padding: 00px;
        margin-top: 30px;
    }

    .proBox .frBox .tab a .box {
        padding: 5px;
        font-size: 15px;
    }

    .proBox .frBox .tab a .box1 {
        width: 35%;
    }

    .proBox .frBox .tab a .box1 img {
        width: 95%;
        border-radius: 2px;
    }

    .proBox .frBox .tab a .box2 {
        width: 40%;
        position: relative;
    }

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

    .proBox .frBox .tab a .box3 {
        width: 25%;
    }

    .proBox .page li a {
        font-size: 13px;
        background: #fafafa;
        margin: 4px 5px;
    }

    /**产品详情**/
    .proBox .frBox .comBox .pho {
        width: 100%;
    }

    .proBox .frBox .comBox .text {
        width: 100%;
        padding: 20px 10px;
        font-size: 14px;
    }

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

    .proBox .frBox .comBox .text .gg {
        margin-top: 14px;
    }

    .proBox .frBox .comBox .text .gg p {
        width: 100%;
        margin-bottom: 10px;
        float: inherit;
    }

    .proBox .frBox .comBox .text .gg p img {
        width: 24px;
    }

    .proBox .frBox .comBox .text .qb {
        padding: 6px;
        line-height: 27px;
        margin: 0px 0 20px;
    }

    .proBox .frBox .comBox .text .lx a {
        margin-right: 10px;
        line-height: 30px;
        width: 110px;
        font-size: 13px;
    }

    .proBox .frBox .comBox .text .lx a img {
        width: 20px
    }

    .proBox .frBox .comBox .text .lx a.tel {
        width: 140px;
        font-size: 15px;
    }

    .proBox .frBox h3.titl {
        line-height: 42px;
        font-size: 21px;
        padding-left: 14px;
    }

    .proBox .frBox .desc .text {
        padding: 15px 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .proBox .frBox .desc .text img {
        max-width: 100% !important;
    }

    .proBox .frBox .desc .text h2 {
        font-size: 16px;
    }

    .proBox .frBox .desc .text h2:before {
        width: 5px;
        height: 5px;
    }

    .proBox .frBox .desc .text p, .proBox .frBox .desc .text span {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .proBox .frBox .desc .text table {
        width: 100% !important;
    }

    .proBox .fy li {
        line-height: 32px;
    }

    .proBox .frBox .lkBox .ul1 li {
        width: 100%;
        float: inherit;
        padding: 0px 10px 10px;
        border-bottom: 1px solid #efefef;
    }


    .proBox .frBox .lkBox .ul1 li p {
        font-size: 15px;
    }

    /* 新闻详情 */
    .proBox .nDl dl {
        border-radius: 3px;
        padding: 0px;
        margin-bottom: 20px;
    }

    .proBox .nDl dl dt {
        width: 35%;
    }

    .proBox .nDl dl dd {
        width: 65%;
        padding: 10px 10px 0 10px;
    }

    .proBox .nDl dl dd h3 {
        font-size: 15px;
    }

    .proBox .nDl dl dd p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 4px;
        font-weight: 300;
    }

    .proBox .nDl dl dd .time {
        display: none;
    }

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

    /* 文章详情 */
    .nsBox .nFl {
        width: 100%;
    }

    .nsBox .nFl .title {
        padding: 20px;
        text-align: center;
    }

    .nsBox .nFl .title h1 {
        font-size: 21px;
    }

    .nsBox .nFl .title p {
        font-size: 14px;
        font-weight: 300;
        margin-top: 5px;
    }

    .nsBox .nFl .text {
        padding: 20px 10px;
    }

    .nsBox .nFl .text img {
        max-width: 100% !important;
    }

    .nsBox .nFl .text p {
        font-size: 14px !important;
        line-height: 26px !important;
        font-weight: 300;
    }

    .nsBox .nFl .text p span {
        font-size: 14px !important;
    }

    .nsBox .nFr {
        width: 100%;
        padding: 20px 20px;
    }

    .nsBox .nFr h3 {
        font-size: 21px;
    }

    .nsBox .nFr .ul1 li {
        padding: 10px 0px;
    }

    .nsBox .nFr .ul1 li a span {
        padding-left: 20px;
        background-size: 17px;
        margin-top: 5px;
    }

    .nsBox .nFr .ul1 li a h4 {
        font-size: 15px;
        line-height: 27px;
    }

    .proBox .vdUl li {
        width: 50%;
        padding: 0px 8px 20px;
    }

    .proBox .vdUl li a {
        padding: 0px;
        border-radius: 5px;
    }

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

    .proBox .vdUl li a .pho:before {
        width: 34px;
        height: 34px;
    }

    .proBox .vdUl li a h3 {
        font-size: 15px;
        padding: 8px 5px;
        font-weight: 350;
    }

    /* 关于我们 */
    .abBox .posi {
        margin: 0;
    }

    .abBox .box1 {
        background: #fff;
        padding: 10px 10px;
    }

    .abBox .box1 .text {
        width: 100%;
    }

    .abBox .box1 .text h2 {
        font-size: 25px;
        text-align: center;
    }

    .abBox .box1 .text h3 {
        font-size: 17px;
        margin: 10px 0;
    }

    .abBox .box1 .text p {
        font-size: 15px;
        line-height: 27px;
        font-weight: 300;
    }

    .abBox .box1 .text li {
        width: 48%;
        margin: 10px 1%;
        padding: 15px 0;
        font-size: 14px;
    }

    .abBox .box1 .text li span {
        width: 36px;
        line-height: 36px;
        height: 36px;
    }

    .abBox .box2 li {
        width: 90%;
        float: inherit;
        padding: 20px 10px;
        box-sizing: border-box;
        background: #fafafa;
        margin: 20px auto;
    }

    .abBox .box2 li span {
        width: 100px;
    }

    .abBox .box2 li h3 {
        font-size: 18px;
        margin: 10px 0 5px;
    }

    .abBox .box2 li p {
        font-size: 14px;
    }
	.abBox .box3 li {
		width:100%;
		float:inherit;
		padding:20px
	}

    .lxBox .posi {
        margin: 0;
    }

    .lxBox .box {
        margin: 30px 0px;
        padding: 0 10px;
    }

    .lxBox .box .text {
        width: 100%;
    }

    .lxBox .box .text h2 {
        font-size: 21px;
    }

    .lxBox .box .text strong {
        font-size: 14px;
    }

    .lxBox .box .text li {
        width: 100%;
        float: inherit;
        padding: 0px 10px 0 44px;
        margin-top: 20px;
    }

    .lxBox .box .text li span {
        width: 36px;
        line-height: 36px;
    }

    .lxBox .box .text li span img {
        width: 20px;
    }

    .lxBox .box .text li p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .lxBox .box .text li h3 {
        font-size: 16px;
    }

    .lxBox .box .ewm {
        width: 100%;
        text-align: center;
    }

    .lxBox .box .ewm .wx {
        margin-top: 20px;
    }

    .lxBox .box .ewm .wx img {
        width: 110px;
    }

	
/* 暂时隐藏图片样式 */
.proBox .nDl .nd0 {
	width:100%;
	float:inherit;
	padding:10px 5px;
	border-radius:5px;
	overflow:hidden
}
.proBox .nDl dl.dl00 dd.tim {
	width:100px;
	padding:14px 0;
}
.proBox .nDl dl.dl00 dd.text h3 {
	font-size:18px;
}
.proBox .nDl dl.dl00 dd.text {
	padding:0 14px
}
}