﻿/* 产品中心 */

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

.proBox1 .box .titl {
    border-bottom: 2px solid #0882e5;
    line-height: 40px;
    margin-bottom: 8px;
    margin-top: 10px;
}

.proBox1 .box .titl h2 {
    font-size: 21px;
    float: left;
    font-weight: 500;
}

.proBox1 .box .titl a {
    display: block;
    float: right;
}

.proBox1 .box .ul1 li {
    width: 16.66%;
    float: left;
    padding: 5px 8px;
    box-sizing: border-box;
}

.proBox1 .box .ul1 li a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #dedede
}

.proBox1 .box .ul1 li:hover a {
    background: #0082e5;
    color: #fff;
    border-color: #0082e5;
}

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

.proBox1 .box .ul2 li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.proBox1 .box .ul2 li a {
    display: block;
    border-bottom: 1px dashed #dedede;
}

.proBox1 .box .ul2 li .text {
    padding: 10px 5px;
    position: relative;
}

.proBox1 .box .ul2 li h3 {
    font-size: 18px;
    text-align: center;
}

.proBox1 .box .ul2 li p {
    overflow: hidden;
    line-height: 30px;
    margin: 5px 0;
}

.proBox1 .box .ul2 li p span {
    font-size: 15px;
    color: #666;
    display: block;
}

.proBox1 .box .ul2 li .btn {
    position: absolute;
    right: 10px;
    bottom: 30px;
}

.proBox1 .box .ul2 li .btn span {
    display: block;
    width: 100px;
    line-height: 30px;
    background: linear-gradient(to right, #f78345, #ed7534);
    border-radius: 15px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    float: inherit;
}

/* 二级目录 */

.proBox>.fl {
    width: 22%;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.proBox>.fl .title {
    background: #0882e5 url(../images/icon1_1.png) no-repeat left 10px center;
    background-size: 42px;
    color: #fff;
    padding: 20px 0 20px 60px;
}

.proBox>.fl .title h2 {
    font-size: 24px;
    letter-spacing: 1px;
}

.proBox>.fl .title strong {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

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

.proBox>.fl ul.ul1 li {
    background: #efefef;
    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/zhankai1.png) #efefef no-repeat right 10px center;
    background-size: 22px;
    color: #333;
}

.proBox>.fl ul.ul1 li.on h4 {
    background-image: url(../images/rem.png);
    background-color: #0882e5;
    color: #fff;
}

.proBox>.fl ul.ul1 li .submenu {
    background: #fff;
    padding: 5px 10px 8px;
    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;
    border-bottom: 1px dashed #efefef;
    padding-left: 30px;
}

.proBox>.fl ul.ul1 li .submenu a.on, .proBox>.fl ul.ul1 li .submenu a:hover {
    background: #ed7534;
    color: #fff;
    padding-left: 15px;
    border-radius: 3px;
    border-bottom-color: #ed7534;
}

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

.proBox>.fl .tjBox .titl {
    text-align: center;
    font-size: 16px;
    color: #0882e5;
    position: relative;
    padding: 8px 0;
}

.proBox>.fl .tjBox .titl:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #0882e5;
    z-index: 10;
}

.proBox>.fl .tjBox .titl span {
    display: block;
    width: 100px;
    margin: 0 auto;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #0882e5;
    background: #fff;
    position: relative;
    z-index: 100;
    font-weight: 600;
    letter-spacing: 1px;
}

.proBox>.fl .tjBox li a {
    display: block;
    line-height: 36px;
    border-bottom: 1px solid #dedede;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox>.fl .tjBox li a span {
    font-size: 17px;
}

.proBox>.fl .tjBox li:hover a {
    color: #0882e5;
}

.proBox>.fl .tjBox .lxtext {
    padding: 5px;
    border: 1px solid #dedede;
    margin-top: 12px;
}

.proBox>.fl .tjBox .lxtext h3 {
    font-size: 16px;
}

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

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

.posi {
    line-height: 40px;
    border: 1px solid #f1f1f1;
    padding-left: 35px;
    background: #fafafa url(../images/posi.png) no-repeat left 8px center;
    background-size: 25px;
    color: #888;
    position: relative;
	overflow:hidden
}
.posi .dw {
	float:left
}
.posi p {
	float:right;
	color:#fafafa
}
.posi:after {
    content: "";
    width: 5px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0082e5;
}

.posi a {
    color: #888;
}

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

.proBox .fr .proList1 li:nth-child(odd) {
    background: rgba(241, 241, 241, .2);
}

.proBox .fr .proList1 li:first-child {
    padding: 0;
    border-bottom: none;
}

.proBox1 .fr .proList1 li .box:last-child {
    border-right: none;
}

.proBox .fr .proList1 {
    margin-top: 20px;
}

.proBox .fr .proList1 li {
    overflow: hidden;
    padding: 14px 0;
    border-bottom: 1px dotted #dedede;
}

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

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

.proBox .fr .proList1 li .box b {
    font-weight: 500;
}

.proBox .fr .proList1 li .box1 {
    width: 22%;
    text-align: center;
}

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

.proBox .fr .proList1 li .box2 {
    width: 11%;
}

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

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

.proBox .fr .proList1 li .box4 {
    width: 25%;
    font-size: 15px;
}

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

.proBox .fr .proList1 li .box:last-child {
    border-right: none;
}

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

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

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

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

/* 产品详情 */

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

.proBox .fr .comBox .pho {
    width: 45%;
    float: left;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #dedede;
}

.proBox .fr .comBox .text {
    width: 55%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.proBox .fr .comBox .text h1 {
    font-size: 24px;
    font-weight: 500;
}

.proBox .fr .comBox .text span {
    display: block;
    width: 60px;
    height: 4px;
    background: #ed7534;
    margin: 5px 0;
}

.proBox .fr .comBox .text p {
    line-height: 26px;
    font-size: 15px;
}

.proBox .fr .comBox .text .info {
    padding: 5px 0;
    margin: 6px 0;
    line-height: 25px;
    font-size: 14px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.proBox .fr .comBox .text .z {
    margin-top: 8%;
}

.proBox .fr .comBox .text .z a {
    display: inline-block;
    width: 140px;
    text-align: center;
    line-height: 30px;
    color: #0882e5;
    border: 1px solid #0882e5;
    box-sizing: border-box;
    border-radius: 15px;
    height: 30px;
    margin-right: 10px;
}

.proBox .fr .comBox .text .z a:last-child {
    background: #0882e5;
    color: #fff;
}

.proBox .fr .comBox .text .z a img {
    width: 22px;
    margin-right: 5px;
    margin-top: -4px;
}

.proBox .fr .tit {
    line-height: 40px;
    background: #efefef;
}

.proBox .fr .tit h3 {
    width: 150px;
    background: url(../images/t_bg.png) no-repeat right center;
    background-size: cover;
    padding-left: 30px;
    box-sizing: border-box;
    color: #fff;
    border-left: 4px solid #ed7534;
    font-size: 16px;
}

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

.proBox .fr .lkBox .ul1 li p {
    font-size: 15px;
    line-height: 38px;
    background: #0082e5;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .fr .desc {
    margin-top: 20px;
}

.proBox .fr .desc .text {
    padding: 5px 6%;
    font-size: 16px;
	line-height:2em;
}

.proBox .fr .desc .text a {
    color: #555;
}

.proBox .fr .desc .text h2 {
    font-size: 18px !important;
    color: #0082e5 !important;
    line-height: 36px !important;
    border-bottom: 2px solid #0082e5 !important;
    margin: 4px 0 !important;
    width: 100% !important;
}

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

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

.proBox .fr .desc .text table {
    border-collapse: collapse;
}

.proBox .fr .desc .text table td {
    border: 1px solid #aaa !important;
    padding: 0 5px !important;
}

.proBox .fr .fy {
    margin-top: 20px;
}

.proBox .fr .fy li {
    width: 48%;
    float: left;
    margin: 0 1%;
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    color: #555;
}

.proBox .fr .fy li a {
    color: #555;
}

.proBox .fr .lkBox .ul2 li {
    width: 50%;
    margin-top: 5px;
    float: left;
    padding: 0 6px;
    box-sizing: border-box;
}

.proBox .fr .lkBox .ul2 li a {
    display: block;
    position: relative;
    line-height: 36px;
    border-bottom: 1px dashed #dedede;
}

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

.proBox .fr .lkBox .ul2 li a span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
    font-size: 14px;
}

/* 新闻中心 */

.proBox .fr .dl dl {
    margin: 30px 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dedede;
}

.proBox .fr .dl dl dt {
    width: 20%;
    float: left;
}

.proBox .fr .dl dl dt .time {
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #0082e5;
    color: #fff;
    padding: 3px 10px;
}

.proBox .fr .dl dl dt .time span {
    font-size: 18px;
}

.proBox .fr .dl dl a {
    display: block;
    position: relative;
}

.proBox .fr .dl dl dd {
    margin-left: 22%;
}

.proBox .fr .dl dl dd a {
    padding-right: 120px;
}

.proBox .fr .dl dl dd span.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    width: 100px;
    text-align: center;
    line-height: 30px;
    transition: 0.3s;
}

.proBox .fr .dl dl dd h3 {
    font-size: 16px;
    line-height: 32px;
}

.proBox .fr .dl dl dd p {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
}

.proBox .fr .dl dl dd span.click {
    display: block;
    padding-left: 30px;
    background: url(../images/yanjing.png) no-repeat left center;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.proBox .fr .dl dl:hover dd span.icon {
    border-color: #0082e5;
    color: #fff;
    background: #0082e5;
}

/* 新闻详情 */

.proBox .fr .showText {
    overflow: hidden
}

.proBox .fr .showText .titl {
    text-align: center;
}

.proBox .fr .showText .titl h1 {
    font-size: 22px;
    font-weight: 500;
}

.proBox .fr .showText .titl span {
    display: block;
    margin: 6px auto 10px;
    width: 60px;
    height: 4px;
    background: #0082e5;
}

.proBox .fr .showText .titl p {
    line-height: 25px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    color: #666;
}

.proBox .fr .showText .titl p a {
    color: #666;
}
.text p a {
    color: #2196f3;
}
.proBox .fr .showText .text {
    padding: 10px 10% 0;
}
.proBox .fr .vdshow .text {
    padding: 10px 0% 0;
}
.proBox .fr .showText .text p, .proBox .fr .showText .text span {
    font-size: 16px !important;
	text-indent:2em;
	line-height:28px;
}

.proBox .fr .showText .text img {
    width: auto !important;
    display: block;
    margin: 0 auto !important;
    max-width: 750px;
    height: inherit !important
}

.proBox .fr .showText .text table {
    max-width: 100%;
    border-collapse: collapse;
}

.proBox .fr .showText .text table td {
    padding: 3px 5px !important;
    border: 1px solid #aaa !important;
    font-size: 16px !important;
}

.proBox .fr .showText .text table td p {
    font-size: 16px !important;
}

.proBox .fr .showText .text iframe {
    margin: 20px auto;
    display: block;
}

/* 视频中心 */

.proBox .fr .vdUl li {
    width: 33.33%;
    float: left;
    padding: 15px 10px;
    box-sizing: border-box;
}

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

.proBox .fr .vdUl li .pho span.icon {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/play_1.png) no-repeat center;
    background-size: cover;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}

.proBox .fr .vdUl li a {
    display: block;
    border: 1px solid #dedede;
}

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

.proBox .fr .vdUl li p b {
    font-weight: 500
}

.proBox .fr .showText .text video {
    width: 100%;
}

/* 关于我们 */

.proBox .fr .abBox {
    position: relative;
    padding: 20px;
}

.proBox .fr .abBox .text {
    margin-top: 30px;
}

.proBox .fr .abBox .text .pho {
    width: 40%;
    float: left;
    position: relative;
    margin-right: 20px;
}

.proBox .fr .abBox .text .pho:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 130, 229, .9);
    z-index: -1;
}

.proBox .fr .abBox .text h2 {
    font-size: 24px;
    color: #0082e5;
    margin-bottom: 8px;
}

.proBox .fr .abBox .text p {
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
}

.proBox .fr .abBox ul.abList li {
    width: 25%;
    float: left;
    padding: 15px 15px 0;
    box-sizing: border-box;
}

.proBox .fr .abBox ul.abList li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.proBox .fr .lxBox h3 {
    font-size: 18px;
}

.proBox .fr .lxBox p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

@media all and (min-width: 1023px) and (max-width: 1440px) {
    .proBox1 .box .ul1 li a {
        font-size: 15px;
    }
    .proBox1 .box .titl h2 {
        font-size: 18px;
    }
    .proBox1 .box .ul2 li h3 {
        font-size: 17px;
        font-weight: 500;
    }
    .proBox>.fl ul.ul1 li h4 {
        line-height: 45px;
        font-size: 16px;
        background-size: 16px;
    }
    .proBox>.fl ul.ul1 li .submenu a {
        font-size: 15px;
        line-height: 38px;
    }
    .proBox>.fl .tjBox li a {
        font-size: 14px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    /* 产品中心 */
    .posi {
        margin: 12px 10px;
        line-height: 25px;
        box-sizing: border-box;
        width: auto;
    }
    .proBox1 {
        padding: 10px;
        margin: 10px;
        width: auto;
    }
    .proBox1 .box .titl {
        line-height: 36px;
        margin-top: 6px;
    }
    .proBox1 .box .titl h2 {
        font-size: 18px;
    }
    .proBox1 .box .ul1 li {
        width: 50%;
        padding: 5px 6px;
    }
    .proBox1 .box .ul1 li a {
        line-height: 36px;
        font-size: 14px;
        white-space: nowrap;
        border-radius: 18px;
    }
    .proBox1 .box .ul2 li {
        width: 50%;
        padding: 5px;
    }
    .proBox1 .box .ul2 li a {
        border: 1px solid #dedede;
    }
    .proBox1 .box .ul2 li .text {
        padding: 10px 5px;
    }
    .proBox1 .box .ul2 li h3 {
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .proBox1 .box .ul2 li p {
        line-height: 24px;
    }
    .proBox1 .box .ul2 li span {
        display: block;
        float: inherit;
    }
    .proBox1 .box .ul2 li span:last-child {
        float: inherit;
    }
    .proBox1 .box .ul2 li p span {
        font-size: 14px;
    }
    .proBox1 .box .ul2 li .btn {
        position: relative;
        left: inherit;
        bottom: inherit;
    }
    .proBox1 .box .ul2 li .btn span {
        width: 80px;
        line-height: 24px;
        border-radius: 12px;
        margin: 0 auto;
    }
    /* 二级目录 */
    .proBox>.fl {
        width: 100%;
        box-shadow: none;
        border: 5px solid #0082e5;
        box-sizing: border-box;
        padding-bottom: 0;
        border-radius: 3px;
    }
    .proBox>.fl .title {
        background: #0882e5 url(../images/icon1_1.png) no-repeat right 10px center;
        background-size: 36px;
        padding: 10px 50px 10px 10px;
    }
    .proBox>.fl .title h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .proBox>.fl .title strong {
        display: none;
    }
    .proBox>.fl ul.ul1 {
        display: none;
    }
    .proBox>.fl ul.ul1 li h4 {
        font-size: 16px;
        line-height: 40px;
        background-size: 18px;
    }
    .proBox>.fl ul.ul1 li .submenu a {
        line-height: 36px;
        font-size: 15px;
    }
    .proBox>.fl .tjBox {
        display: none;
    }
    .proBox>.fr {
        width: 100%;
        margin-top: 20px;
    }
     .posi {
        line-height: 20px;
        margin: 5px 0 10px;
		padding:10px 0px 5px 30px;
		background-position:top 8px left 4px
    }
	.posi .dw {
		float:inherit
	}
	 .posi p {
	height:10px;
	float:inherit
	}
    .proBox .fr .proList1 li {
        overflow: hidden;
        padding: 14px 0;
        border-bottom: none
    }
    .proBox .fr .proList1 li .box {
        display: block;
        border-right: none;
        font-size: 14px;
        border: 1px solid #dedede;
        border-bottom: none;
    }
    .proBox .fr .proList1 li a {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #dedede;
    }
    .proBox .fr .proList1 li .box1 {
        width: 100%;
    }
    .proBox .fr .proList1 li .box1 img {
        width: 85%;
    }
    .proBox .fr .proList1 li .box2 {
        width: 50%;
        float: left;
    }
    .proBox .fr .proList1 li .box3 {
        width: 100%;
    }
    .proBox .fr .proList1 li .box3 span.sp {
        display: inline-block !important;
    }
    .proBox .fr .proList1 li .box3 b {
        font-weight: 500;
    }
    .proBox .fr .proList1 li .box4 {
        width: 100%;
        font-size: 14px;
    }
    .proBox .fr .proList1 li:first-child {
        display: none;
    }
    .proBox .fr .proList1 li .box:last-child {
        border-right: 1px solid #dedede;
    }
    .posi:after {
        display: none;
    }
    /* 产品详情 */
    .proBox .fr .comBox {
        padding: 8px;
        margin: 10px 0;
        border-radius: 5px;
    }
    .proBox .fr .comBox .pho {
        width: 100%;
        float: inherit;
    }
    .proBox .fr .comBox .text {
        width: 100%;
        float: inherit;
        padding-left: 0px;
    }
    .proBox .fr .comBox .text h1 {
        font-size: 18px;
        margin-top: 6px;
    }
    .proBox .fr .comBox .text p {
        line-height: 22px;
        font-size: 14px;
    }
    .proBox .fr .comBox .text .z {
        margin-top: 12px;
        padding-bottom: 10px;
    }
    .proBox .fr .comBox .text .z a {
        width: 120px;
        line-height: 25px;
        border-radius: 12px;
        height: 25px;
    }
    .proBox .fr .comBox .text .z a img {
        width: 17px;
        margin-right: 4px;
    }
    .proBox .fr .tit {
        line-height: 36px;
    }
    .proBox .fr .tit h3 {
        width: 120px;
        padding-left: 10px;
    }
    .proBox .fr .desc .text table {
        width: 100% !important
    }
    .proBox .fr .lkBox .ul1 li {
        width: 50%;
        padding: 8px 10px;
    }
    .proBox .fr .lkBox .ul1 li p {
        line-height: 36px;
    }
    .proBox .fr .desc .text h2 {
        font-size: 16px !important;
        line-height: 32px !important;
    }
    .proBox .fr .desc .text img {
        width: 100% !important;
        max-width: 100% !important;
        height: inherit !important;
    }
    .proBox .fr .fy {
        margin-top: 20px;
    }
    .proBox .fr .fy li {
        width: 100%;
        float: inherit;
        margin: 0% 0 10px;
    }
    .proBox .fr .lkBox .ul2 li {
        width: 100%;
        float: inherit;
    }
    .proBox .fr .lkBox .ul2 li p {
        padding-right: 80px;
        font-size: 14px;
    }
    .proBox .fr .lkBox .ul2 li a span {
        font-size: 13px;
    }
    /* 新闻中心 */
    .proBox .fr .dl dl dt {
        width: 35%;
    }
    .proBox .fr .dl dl dt .time {
        display: none;
    }
    .proBox .fr .dl dl dd {
        margin-left: 38%;
    }
    .proBox .fr .dl dl dd a {
        padding-right: 0px;
    }
    .proBox .fr .dl dl dd span.icon {
        display: none;
    }
    .proBox .fr .dl dl dd h3 {
        font-size: 15px;
        line-height: 28px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .proBox .fr .dl dl dd p {
        line-height: 21px;
        height: 42px;
        font-size: 13px;
    }
    .proBox .fr .dl dl dd span.click {
        display: none
    }
    /* 新闻详情 */
    .proBox .fr .showText .titl h1 {
        font-size: 20px;
    }
    .proBox .fr .showText .titl span {
        margin: 4px auto 8px;
        width: 50px;
        height: 3px;
    }
    .proBox .fr .showText .text img {
        width: 100% !important;
        height: auto !important;
    }
    .proBox .fr .showText .text table {
        width: 100% !important;
    }
	.proBox .fr .showText .text {
	padding:0 10px
	}
    /* 视频中心 */
    .proBox .fr .vdUl li {
        width: 50%;
        padding: 6px 8px;
    }
    .proBox .fr .vdUl li .pho span.icon {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }
    .proBox .fr .vdUl li p {
        line-height: 36px;
    }
    /* 关于我们 */
    .proBox .fr .abBox {
        padding: 20px 0;
    }
    .proBox .fr .abBox .text .pho:before {
        left: 5%;
        right: -5%;
    }
    .proBox .fr .abBox .text {
        margin-top: 10px;
    }
    .proBox .fr .abBox .text .pho {
        width: 90%;
        margin: 0 auto;
        float: inherit;
        position: relative;
    }
    .proBox .fr .abBox .text h2 {
        font-size: 20px;
        margin-top: 10px;
    }
    .proBox .fr .abBox .text p {
        line-height: 28px;
        font-size: 15px !important;
    }
    .proBox .fr .abBox ul.abList li {
        width: 50%;
        padding: 15px 10px 0;
    }
    .proBox .fr .abBox ul.abList li p {
        font-size: 14px;
        line-height: 30px;
    }
    .proBox .fr .lxBox p {
        font-size: 15px;
    }
    .proBox .fr .showText .text iframe {
        width: 100%;
        height: auto;
    }
}