.banner {
    position: relative;
}

.posi {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(0, 0, 0, .1), rgba(00, 0, 0, .2));
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    color: #fff;
    font-family: '思源黑体 CN';
}

.posi .dw {
    line-height: 50px;
}

.posi .dw img {
    width: auto;
    margin-right: 5px;
}

.posi a {
    color: #fff;
    font-size: 15px;
}

.posi .tn {
    width: auto;
    padding: 20px 40px 30px;
    background: #0650aa url(../images/lm_current.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.posi .tn strong {
    display: block;
    font-size: 30px;
    font-weight: 500;
}

.posi .tn span {
    display: block;
    font-size: 18px;
    opacity: 0.5;
    font-weight: 400;
}

.proBox {
    /* background: url(../images/bg5.jpg) no-repeat bottom center;
    background-size: cover; */
    padding: 40px 0;
}

.proBox .plBox {
    width: 23%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: #fff;
}

.proBox .plBox .title {
    background-image: linear-gradient(to right, #4e8fdf, #0650aa);
    font-family: '思源黑体 CN';
    padding: 30px 0px 30px 30px;
    position: relative;
}

.proBox .plBox .title b {
    display: block;
    line-height: 1;
    font-size: 140px;
    color: #fff;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;

}

.proBox .plBox .title h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
}

.proBox .plBox .title h2 strong {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 5px;
}

.proBox .plBox .title span {
    display: block;
    width: 50px;
}


.proBox .plBox ul.ul1 li a {
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    padding: 0 30px 0 22px;
    border-radius: 3px;
    border-bottom: 1px solid #efefef;
    background: url(../images/jt4.png) no-repeat right 10px center;
    background-size: 18px;
}

.proBox .plBox ul.ul1 li.on a, .proBox .plBox ul.ul1 li:hover a {
    color: #2463b2;
    background-image: url(../images/jt5.png);
}

.proBox .plBox .title1 {
    padding: 8px 0 8px 24px;
}

.proBox .plBox .title1 h2 {
    font-size: 25px;
    font-weight: 500;
}

.proBox .plBox .title1 b {
    font-size: 50px;
}

.proBox .plBox .ul2 {
    padding: 10px 0;
}

.proBox .plBox .ul2 li a {
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: #555;
    border-bottom: 1px solid #efefef;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px 0 30px;
    background: url(../images/icon8.png) no-repeat left 8px center;
    background-size: 18px;
}

.proBox .plBox .ul2 li:hover a {
    color: #2463b2;
    background-image: url(../images/icon9.png);
}

.proBox .plBox .text {
    padding: 15px;
}

.proBox .plBox .text h3 {
    background-image: linear-gradient(to right, #4e85c7, #0a53ac);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 22px;
    margin: 8px 0;
}

.proBox .plBox .text p {
    font-size: 15px;
    color: #777;
    line-height: 30px;
}

.proBox .prBox {
    width: 74%;
}

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

.proBox .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 .tab a .box:nth-child(2n) {
    background: #fbfcff;
}

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

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

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

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

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

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

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

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

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

.proBox .page {
    text-align: center;
    padding: 30px 0;
}

.proBox .page span {
    display: inline-block;
    margin: 0 3px;
}

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

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

/*****产品详情******/
.proBox .pshow .comBox {
    display: table;
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.proBox .pshow .comBox .pho {
    width: 45%;
    display: table-cell;
    vertical-align: middle;
}

.proBox .pshow .comBox .text {
    width: 55%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    box-sizing: border-box;
    border-left: 1px solid rgba(244, 244, 248, .5);
}

.proBox .pshow .comBox .text h1 {
    font-size: 26px;
    color: #555;
}

.proBox .pshow .comBox .text .dl {
    background: #f9f9f9;
    margin: 20px 0;
}

.proBox .pshow .comBox .text dl {
    width: 33.33%;
    float: left;
    padding: 33px 0;
    text-align: center;
    border-right: 1px dashed rgb(235, 235, 235);
    box-sizing: border-box;
}

.proBox .pshow .comBox .text dl:last-child {
    border-right: none;
}

.proBox .pshow .comBox .text dl dt img {
    width: 42px;
}

.proBox .pshow .comBox .text dl dd {
    margin-top: 10px;
    font-size: 17px;
    color: #565656;
}

.proBox .pshow .comBox .text p {
    font-size: 15px;
    line-height: 28px;
    color: #777;
    margin-bottom: 20px;
}

.proBox .pshow .comBox .text .link a {
    display: block;
    padding-right: 45px;
    background: #2463b2;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
}

.proBox .pshow .comBox .text .link div {
    margin-right: 20px;
    width: 160px;
    position: relative;
    line-height: 46px;

}

.proBox .pshow .comBox .text .link div.tel {
    width: 180px;
    margin-right: 0;
}

.proBox .pshow .comBox .text .link div.tel a {
    background: #c39c61;
    font-size: 17px;
}

.proBox .pshow .comBox .text .link span {
    display: block;
    width: 44px;
    height: 32px;
    position: absolute;
    line-height: 32px;
    right: 0;
    top: 7px;
    border-left: 1px solid rgba(255, 255, 255, .6);
}

.proBox .pshow .comBox .text .link span img {
    width: 24px;
    transform: rotateY(180deg);
}

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

.proBox .pshow h3.titl {
    background: #2463b2;
    position: relative;
    line-height: 45px;
    color: #fff;
    font-size: 24px;
    padding-left: 20px;
    font-weight: 500;
    font-family: '思源黑体 CN';
    border-radius: 5px 5px 0 0;
}

.proBox .pshow h3.titl span {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.proBox .pshow h3.titl b {
    display: block;
    font-size: 50px;
    color: #fff;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
}

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

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

.proBox .pshow .lkBox .ul1 li a {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

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

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

.proBox .pshow .lkBox .ul2 li a {
    display: block;
    border-radius: 5px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
}

.proBox .pshow .lkBox .ul2 li a h4 {
    font-size: 16px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proBox .pshow .lkBox .ul2 li a span {
    display: block;
    padding-left: 30px;
    background: url(../images/time.png) no-repeat left center;
    background-size: 16px;
    font-size: 15px;
    color: #777;
    margin: 6px 0;
}

.proBox .pshow .lkBox .ul2 li a p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.proBox .pshow .sbox {
    margin-top: 30px;
}

.proBox .pshow .sbox .stext {
    padding: 20px 8%;
    font-size: 16px;
    line-height: 30px;
}

.proBox .pshow .sbox .stext img {
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 750px !important;
}

.proBox .pshow .sbox .stext h2 {
    font-size: 20px;
    color: #222;
    margin: 8px 0;
    position: relative;
}

.proBox .pshow .sbox .stext h2:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #c39c61;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 0px;
    z-index: -1;
}

.proBox .pshow .sbox .stext p {
    font-size: 16px;
    line-height: 30px;
}

.proBox ul.fy li {
    width: 48%;
    float: left;
    margin: 0 1%;
    border-bottom: 1px dashed #dedede;
    line-height: 36px;
    font-size: 15px;
    color: #666;
}

.proBox ul.fy li a {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*****新闻资讯******/
.proBox .prBox .nDl dl {
    background: #f9f9f9;
    display: table;
    border-collapse: collapse;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.proBox .prBox .nDl dl dd a {
    display: block;
    position: relative;
    padding: 0 30px;
}

.proBox .prBox .nDl dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
}

.proBox .prBox .nDl dl dd {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
}

.proBox .prBox .nDl dl dd .tim {
    font-size: 16px;
    color: #666;
}

.proBox .prBox .nDl dl dd .tim strong {
    font-size: 40px;
    font-weight: 500;
    margin-right: 5px;
    line-height: 1;
}

.proBox .prBox .nDl dl dd h3 {
    font-size: 20px;
    font-family: "思源黑体 CN";
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 15px;
    color: #323232;
}

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

.proBox .prBox .nDl dl dd span.more {
    display: block;
    padding-right: 20px;
    background: url(../images/jt.png) no-repeat right center;
    background-size: auto;
    color: #999;
    font-size: 15px;
    position: absolute;
    right: 30px;
    top: 20px;
}

.proBox .prBox .nDl dl:hover dd h3 {
    color: #2463b2;
}

.proBox .prBox .ntext {
    padding-bottom: 30px;
    background: #fafcfd;
}

.proBox .prBox .ntext .title {
    font-family: "思源黑体 CN";
    padding: 40px 40px 20px;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.proBox .prBox .ntext .title h1 {
    font-size: 28px;
    font-weight: 500;
    color: #555;
}

.proBox .prBox .ntext .title span {
    display: block;
    width: 48px;
    margin: 2px auto 5px;
}

.proBox .prBox .ntext .title p {
    font-size: 15px;
    color: #999;
}

.proBox .prBox .ntext .title p a {
    color: #999;
}

.proBox .prBox .ntext .text img {
    width: auto;
    max-width: 600px !important;
    display: block;
    margin: 0 auto;
}

.proBox .prBox .ntext .text {
    padding: 30px 8% 20px;
    font-size: 15px;
    line-height: 30px;
}

.proBox .prBox .ntext .fy {
    padding: 0 20px;
}

.proBox .prBox .ntext video {
    width: 100%;
}

/*****视频中心****/
.proBox ul.vul li {
    width: 25%;
    float: left;
    padding: 20px 18px;
    box-sizing: border-box;
}

.proBox ul.vul li a {
    display: block;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 12px 12px 4px;
}

.proBox ul.vul li a h3 {
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-align: center;
}

.proBox ul.vul .pho {
    position: relative;
}

.proBox ul.vul .pho:before {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/icon16.png) no-repeat;
    background-size: cover;
}

.proBox .prBox .ntext .text iframe {
	width:100%;
	height:400px
}

/*****关于我们*****/
.abBox {
    background: url(../images/bg5.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 50px 0;
}

.abBox .abox1 {
    background: #fff;
    border-radius: 10px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    box-sizing: border-box;
}

.abBox .abox1 .text {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background: url(../images/amap.png) no-repeat center;
    background-size: cover;
}

.abBox .abox1 .text .tex {
    padding: 0 30px 0 40px;
}

.abBox .abox1 .text h3 {
    font-size: 28px;
}

.abBox .abox1 .text span.line {
    width: 55px;
    display: block;
    margin-bottom: 20px;
}

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

.abBox .abox1 .pho {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    border-radius: 0 10px 10px 0;
}

.abBox .abox2 {
    padding: 40px 0;
}

.abBox .abox2 .titl span {
    display: block;
    width: 55px;
    margin: 0 auto;

}

.abBox .abox2 .titl h2 {
    font-size: 28px;
    text-align: center;
    color: #333;
}

.abBox .abox2 li {
    width: 25%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.abBox .abox2 li .box .tex {
    text-align: center;
    padding: 20px 15px 0;
    background: #fff;
    position: relative;
}

.abBox .abox2 li .box .tex:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -77px;
    height: 77px;
    background: url(../images/youshi_bg.png) no-repeat bottom center;
    background-size: 100% 100%;
}

.abBox .abox2 li .box .tex h4 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #2463b2;
}


.abBox .abox2 li .box .tex p {
    font-size: 15px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #666;
}


.abBox .abox2 li .box .tex span {
    display: block;
    height: 4px;
    width: 40px;
    background: #c39c61;
    border-radius: 3px;
    margin: 15px auto 0;
}

/*****联系我们*******/
.lxBox {
    background: url(../images/bg7.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 0;
}

.lxBox .titl h2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}

.lxBox .titl p {
    font-size: 16px;
    opacity: 0.8;
    color: #999;
}

.lxBox .lx li {
    width: 25%;
    float: left;
    padding: 40px 20px 20px;
    box-sizing: border-box;
}

.lxBox .lx li .box {
    background: #fff;
    border-top: 5px solid #2463b2;
    padding: 20px;
}

.lxBox .lx li .box h3 {
    text-align: center;
    font-size: 20px;
    color: #222;
    margin-bottom: 20px;
    position: relative;
}

.lxBox .lx li .box h3:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #c39c61;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
}

.lxBox .lx li .box h3:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #c39c61;
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}

.lxBox .lx li .box p {
    line-height: 30px;
    font-size: 15px;
    color: #565656;
}

.lxBox .lx li .box .ewm img {
    width: 130px;
    display: block;
    margin: 0 auto;
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
    .proBox .plBox .title b {
        font-size: 120px;
    }

    .proBox .plBox .title h2 {
        font-size: 32px;
    }

    .proBox .plBox .title h2 strong {
        font-size: 16px;
    }

    .proBox .plBox .title1 {
        padding: 5px 0 5px 20px;
    }

    .proBox .plBox .title1 h2 {
        font-size: 22px;
    }

    .proBox .plBox .title1 b {
        font-size: 42px;
    }

    .proBox .plBox .text h3 {
        font-size: 20px;
    }

    .proBox .plBox .title span {
        width: 44px;
    }

    .proBox .pshow .comBox .pho {
        width: 47%;
    }

    .proBox .pshow .comBox .text {
        width: 53%;
    }

    .proBox .pshow .comBox .text dl {
        padding: 24px 0;
    }

    .proBox .pshow .comBox .text dl dt img {
        width: 38px;
    }

    .proBox .pshow .comBox .text dl dd {
        font-size: 16px;
    }

    .proBox .pshow .comBox .text .link a {
        line-height: 40px;
    }

    .proBox .pshow .comBox .text .link span {
        top: 4px;
        line-height: 28px;
    }

    .proBox .pshow .comBox .text .dl {
        margin: 12px 0;
    }

    .proBox .pshow h3.titl b {
        font-size: 44px;
        top: 2px;
    }

    .proBox .pshow h3.titl {
        line-height: 44px;
        font-size: 22px;
    }

    .proBox .pshow h3.titl span {
        font-size: 15px;
        font-weight: 300;
    }

    .proBox .pshow .sbox .stext h2 {
        font-size: 18px;
    }

    .proBox .pshow .sbox .stext h2:before {
        width: 18px;
        height: 18px;
    }

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

    .proBox .prBox .nDl dl dd a {
        padding: 0 24px;
    }

    .proBox .prBox .nDl dl dd span.more {
        font-size: 14px;
    }

    .proBox .prBox .nDl dl dd .tim strong {
        font-size: 36px;
    }

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

    .proBox .prBox .nDl dl dd h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 8px 0 12px;
    }

    .proBox ul.vul li {
        padding: 15px;
    }

    .lxBox .lx li {
        padding: 30px 15px 0;
        width: 23%;
    }

    .lxBox .lx li:first-child {
        width: 31%;
    }
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
    .proBox .plBox .title1 h2 {
        font-size: 21px;
    }

    .proBox .plBox .title h2 strong {
        font-weight: 300;
    }

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

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

    .proBox .pshow .comBox .text dl {
        padding: 20px 0;
    }

    .proBox .pshow .comBox .text h1 {
        font-size: 25px;
        font-weight: 500;
    }

    .proBox .pshow .comBox .text p {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 12px;
    }

    .proBox .pshow .comBox .text .link div {
        width: 140px;
    }

    .proBox .pshow .comBox .text .link a {
        line-height: 36px;
    }

    .proBox .pshow .comBox .text .link span {
        height: 24px;
        line-height: 20px;
        top: 6px;
    }

    .proBox .pshow .comBox .text .link span img {
        width: 22px;
    }

    .proBox .prBox .nDl dl dd p {
        font-size: 14px;
        line-height: 26px;
    }

    .proBox .prBox .nDl dl dd h3 {
        margin: 6px 0 8px;
    }

    .proBox .prBox .ntext .title h1 {
        font-size: 25px;
    }

    .proBox .prBox .ntext .title {
        padding: 28px 20px 14px;
    }

    .abBox .abox1 .text .tex {
        padding: 0 15px 0 30px;
    }

    .abBox .abox1 .text p {
        font-size: 15px;
        line-height: 28px;
    }

    .abBox .abox1 .text h3 {
        font-size: 26px;
    }

    .abBox .abox1 .text span.line {
        width: 45px;
        margin-bottom: 12px;
    }

    .abBox .abox2 li .box .tex h4 {
        font-size: 18px;
    }

    .lxBox .titl h2 {
        font-size: 26px;
    }


    .lxBox .lx li .box {
        padding: 16px;
    }

    .lxBox .lx li .box h3 {
        font-size: 18px;
    }

    .lxBox .lx li .box h3:before {
        width: 32px;
        left: 12%;
    }

    .lxBox .lx li .box h3:after {
        width: 32px;
        right: 12%;
    }

    .posi .tn strong {
        font-size: 25px;
    }

    .posi .tn span {
        font-size: 16px;
    }

    .posi .tn {
        padding: 20px 30px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .proBox .plBox .title h2 {
        font-size: 28px;
    }

    .proBox .plBox .title1 h2 {
        font-size: 20px;
    }

    .proBox .plBox .ul2 li a {
        font-size: 14px;
        background-size: 16px;
    }

    .proBox .plBox .text h3 {
        font-size: 18px;
    }

    .proBox .pshow .comBox .text dl {
        padding: 15px 0;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .banner {
        position: relative;
    }

    .posi .dw {
        padding: 10px;
        font-weight: 300;
        line-height: 30px;
    }

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

    .posi .tn {
        display: none;
    }


    .proBox {
        padding: 30px 10px;
    }

    .proBox .plBox {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
    }

    .proBox .plBox .title {
        padding: 24px 0px 24px 24px;
    }

    .proBox .plBox .title:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 40px;
        height: 40px;
        background: url(../images/click.png) no-repeat center;
        background-size: cover;
        transform: translateY(-50%);
    }

    .proBox .plBox .title b {
        font-size: 120px;

    }

    .proBox .plBox .title h2 {
        font-size: 30px;
    }

    .proBox .plBox .title h2 strong {
        font-size: 16px;
        font-weight: 300;
    }

    .proBox .plBox .title span {
        width: 46px;
    }

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

    .proBox .plBox ul.ul1 li {
        width: 50%;
        float: left;
        padding: 6px;
        box-sizing: border-box;
    }

    .proBox .plBox ul.ul1 li a {
        line-height: 40px;
        font-size: 15px;
        text-align: center;
        color: #333;
        padding: 0;
        border-radius: 3px;
        border-bottom: none;
        background: #f3f3f3;
    }

    .proBox .plBox ul.ul1 li.on a, .proBox .plBox ul.ul1 li:hover a {
        color: #fff;
        background: #2463b2;
    }

    .proBox .plBox .title1 {
        display: none;
    }

    .proBox .plBox .ul2 {
        padding: 10px 0;
        display: none;
    }

    .proBox .plBox .text {
        padding: 15px;
        display: none;
    }

    .proBox .prBox {
        width: 100%;
        margin-top: 30px;
    }

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

    .proBox .tab a .box:nth-child(3), .proBox .tab a .box:nth-child(4), .proBox .tab a .box:nth-child(6) {
        display: none;
    }

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

    .proBox .tab a .box1 {
        width: 30%;
    }

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

    .proBox .tab a .box2 {
        width: 45%;
    }

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

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

    .proBox .page {
        padding: 20px 0;
    }

    .proBox .page li {
        margin: 0 6px;
    }

    .proBox .page li a {
        padding: 4px 7px;
    }

    /*****产品详情******/
    .proBox .pshow .comBox {
        display: block;
    }

    .proBox .pshow .comBox .pho {
        width: 100%;
        display: block;
    }

    .proBox .pshow .comBox .text {
        width: 100%;
        display: block;
        padding: 12px;
        border-top: 1px solid rgba(244, 244, 248, .5);
        border-left: none;
    }

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

    .proBox .pshow .comBox .text .dl {
        margin: 10px 0;
    }

    .proBox .pshow .comBox .text dl {
        padding: 22px 0;
    }

    .proBox .pshow .comBox .text dl dt img {
        width: 36px;
    }

    .proBox .pshow .comBox .text dl dd {
        margin-top: 8px;
        font-size: 16px;
    }

    .proBox .pshow .comBox .text p {
        margin-bottom: 14px;
    }

    .proBox .pshow .comBox .text .link a {
        display: block;
        padding-right: 45px;
        background: #2463b2;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        font-size: 15px;
    }

    .proBox .pshow .comBox .text .link div {
        margin-right: 0px;
        width: 140px;
        float: left;
        line-height: 38px;

    }

    .proBox .pshow .comBox .text .link div.tel {
        width: 170px;
        float: right;
    }

    .proBox .pshow .comBox .text .link span {
        width: 40px;
        height: 28px;
        line-height: 24px;
        top: 5px;
    }

    .proBox .pshow .comBox .text .link span img {
        width: 22px;
    }

    .proBox .pshow .lkBox {
        margin-top: 20px;
    }

    .proBox .pshow h3.titl {
        line-height: 40px;
        font-size: 20px;
        padding-left: 20px;
    }

    .proBox .pshow h3.titl span {
        font-size: 15px;
        font-weight: 300;
    }

    .proBox .pshow h3.titl b {
        font-size: 40px;
        top: 2px;
        line-height: 1;
    }

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

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

    .proBox .pshow .lkBox .ul1 li a p {
        font-size: 15px;
        line-height: 40px;
    }

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


    .proBox .pshow .lkBox .ul2 li a h4 {
        margin-bottom: 6px;
    }

    .proBox .pshow .lkBox .ul2 li a span {
        padding-left: 20px;
        background-size: 14px;
        font-size: 14px;
        margin: 5px 0;
    }

    .proBox .pshow .lkBox .ul2 li a p {
        font-size: 14px;
        line-height: 27px;
    }

    .proBox .pshow .sbox {
        margin-top: 20px;
    }

    .proBox .pshow .sbox .stext {
        padding: 10px;
        font-size: 15px;
        line-height: 28px;
    }

    .proBox .pshow .sbox .stext img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .proBox .pshow .sbox .stext h2 {
        font-size: 18px;
        margin: 6px 0;
    }

    .proBox .pshow .sbox .stext h2:before {
        width: 17px;
        height: 17px;
    }

    .proBox .pshow .sbox .stext p {
        font-size: 15px;
        line-height: 27px;
    }

    .proBox ul.fy li {
        width: 100%;
        float: inherit;
        margin: 0;
        line-height: 30px;
        font-size: 14px;
    }

    /*****新闻资讯******/
    .proBox .prBox .nDl dl {
        display: block;
        margin: 0 10px 20px;
        padding: 15px;
        box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    }

    .proBox .prBox .nDl dl dd a {
        padding: 10px;
    }

    .proBox .prBox .nDl dl dt {
        width: 100%;
        display: block;
    }

    .proBox .prBox .nDl dl dd {
        width: 100%;
        display: block;
    }

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

    .proBox .prBox .nDl dl dd .tim strong {
        font-size: 34px;
    }

    .proBox .prBox .nDl dl dd h3 {
        font-size: 17px;
        margin: 8px 0 12px;
    }

    .proBox .prBox .nDl dl dd p {
        font-size: 14px;
        line-height: 27px;
    }

    .proBox .prBox .nDl dl dd span.more {
        padding-right: 20px;
        font-size: 14px;
        right: 10px;
        top: 20px;
    }

    .proBox .prBox .ntext {
        padding-bottom: 30px;
        background: #fafcfd;
    }

    .proBox .prBox .ntext .title {
        padding: 26px 10px 14px;
    }

    .proBox .prBox .ntext .title h1 {
        font-size: 24px;
    }

    .proBox .prBox .ntext .title p {
        font-size: 14px;
    }

    .proBox .prBox .ntext .text img {
        width: 100%;
        max-width: 100% !important;
    }

    .proBox .prBox .ntext .text {
        padding: 10px;
    }

    .proBox .prBox .ntext .fy {
        padding: 0 10px;
    }


    /*****视频中心****/
    .proBox ul.vul li {
        width: 50%;
        padding: 10px;
    }

    .proBox ul.vul li a {
        padding: 0;
    }

    .proBox ul.vul li a h3 {
        padding: 0 5px;
    }

    .proBox ul.vul .pho:before {
        width: 42px;
        height: 42px;
    }

.proBox .prBox .ntext .text iframe {
	height:250px
}

    /*****关于我们*****/
    .abBox {
        padding: 30px 0;
    }

    .abBox .abox1 {
        border-radius: 0px;
        display: block;
        width: 100%;
    }

    .abBox .abox1 .text {
        width: 100%;
        display: block;
    }

    .abBox .abox1 .text .tex {
        padding: 0 10px;
    }

    .abBox .abox1 .text h3 {
        font-size: 23px;
    }

    .abBox .abox1 .text span.line {
        width: 46px;
        margin-bottom: 5px;
    }

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

    .abBox .abox1 .pho {
        width: 100%;
        display: block;
        border-radius: 0;
        margin-top: 20px;
    }

    .abBox .abox2 {
        padding: 30px 0;
    }

    .abBox .abox2 .titl span {
        display: block;
        width: 46px;
        margin: 0 auto;

    }

    .abBox .abox2 .titl h2 {
        font-size: 23px;
    }

    .abBox .abox2 li {
        width: 50%;
        padding: 10px 8px 50px;
    }

    .abBox .abox2 li .box .tex {
        text-align: center;
        padding: 20px 5px 0;
        background: #fff;
        position: relative;
    }

    .abBox .abox2 li .box .tex:after {
        bottom: -50px;
        height: 50px;
    }

    .abBox .abox2 li .box .tex h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }


    .abBox .abox2 li .box .tex p {
        font-size: 14px;
        line-height: 27px;
        height: 54px;
    }


    .abBox .abox2 li .box .tex span {
        width: 36px;
    }

    /*****联系我们*******/
    .lxBox {
        padding: 30px 0;
    }

    .lxBox .titl {
        padding: 0 10px;
    }

    .lxBox .titl h2 {
        font-size: 26px;
    }

    .lxBox .titl p {
        font-size: 15px;
    }

    .lxBox .lx li {
        width: 100%;
        float: inherit;
        padding: 20px;
    }

    .lxBox .lx li .box {
        height: inherit !important;
    }

    .lxBox .lx li .box .ewm img {
        width: 140px;
    }
}