.proBox {
    margin: 40px auto;
}

.proBox .flBox {
    width: 23%;
}

.proBox .flBox .ftop {

    background: url(../images/bg9.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.proBox .flBox .title {
    padding: 24px 0 24px 80px;
    /* background: url(../images/bg1.jpg) no-repeat; */
    color: #fff;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.proBox .flBox .title:before {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon26.png) no-repeat;
    background-size: cover;
}

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

.proBox .flBox .title strong {
    display: block;
    font-size: 23px;
    font-weight: 500;
    opacity: 0.5;
}

.proBox .flBox .ul1 li {
    border-bottom: 1px dashed rgb(199 227 255);
}

.proBox .flBox .ul1 li:last-child {
    border-bottom: none;
}

.proBox .flBox .ul1 li a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    padding: 0 20px 0 40px;
    color: #fff;
    position: relative;
    background: url(../images/icon17.png) no-repeat right 12px center;
    background-size: 28px;
}

.proBox .flBox .ul1 li a:after {
    content: "";
    width: 18px;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translatey(-50%);
    background: #fff;
    display: none;
}

.proBox .flBox .ul1 li:hover a, .proBox .flBox .ul1 li.on a {
    background-color: #0059aa;
}

.proBox .flBox .ul1 li:hover a:after, .proBox .flBox .ul1 li.on a:after {
    display: block;
}

.proBox .flBox .fBot {
    background: #f9fcff;

}

.proBox h3.titl {
    line-height: 50px;
    background: #0059aa url(../images/icon30.png) no-repeat left 10px center;
    background-size: 35px;
    padding-left: 60px;
    color: #fff;
    font-size: 22px;
}

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

.proBox .flBox .ul2 li {
    border-bottom: 1px dashed rgb(199 227 255);

}

.proBox .flBox .ul2 li a {
    display: block;
    position: relative;
    line-height: 36px;
    color: #555;
    padding: 0 8px 0 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .flBox .ul2 li a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/icon29.png) no-repeat center;
    background-size: cover;
}

.proBox .flBox .text {
    padding: 12px;
}

.proBox .flBox .text h4 {
    font-size: 18px;
    margin: 8px 0;
}

.proBox .flBox .text p {
    font-size: 15px;
    line-height: 27px;
    color: #666;
}

.proBox .frBox {
    width: 74%;
}

.proBox .frBox .posi {
    background: #2b7dc8 url(../images/icon28.png) no-repeat left 8px center;
    background-size: 24px;
    color: #fff;
    padding: 12px 12px 12px 38px;
    margin-bottom: 24px;
}

.proBox .frBox .posi a {
    color: #fff;
}

.proBox .frBox .tab:nth-child(2n) {
    background: #fafcfd;
}

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

.proBox .frBox .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 .frBox .tab:first-child .box {
    border-top: 1px solid #dedede;
}

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

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

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

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

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

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

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

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


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

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

.page li a {
    display: block;
    padding: 2px 8px;
    color: #333;
    font-size: 15px;
    border: 1px solid #dedede;
}

.page li span.page-numbar {
    margin: 0;
}

.page li span.page-numbar a {
    margin: 0 5px;
}

.page li.active a {
    background: #0059aa;
    color: #fff;
    border-color: #0059aa;
}

/****产品详情*****/
.proBox .frBox .comBox {
    background: url(../images/bg13.jpg)no-repeat right center;
    background-size: cover;
    border-radius: 8px;
    margin: 0 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: table;
    border-collapse: collapse;
}

.proBox .frBox .comBox .pho {
    width: 45%;
    display: table-cell;
}

.proBox .frBox .comBox .text {
    width: 55%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 30px;
    box-sizing: border-box;
}

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

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

.proBox .frBox .comBox .text .ul li a {
    display: block;
    padding: 16px 0 16px 12px;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(to right bottom, #0059aa, #2b7dc8);
    position: relative;
    overflow: hidden;

}

.proBox .frBox .comBox .text .ul li a:after {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    right: -45px;
    bottom: -45px;
    background: #cae6ff;
    border-radius: 50%;
}

.proBox .frBox .comBox .text .ul li span {
    display: block;
    font-size: 15px;
    margin-bottom: 12px;
}

.proBox .frBox .comBox .text .ul li strong {
    display: block;
    font-size: 16px;
}

.proBox .frBox .comBox .text .ul li b {
    display: block;
    width: 30px;
    position: absolute;
    right: 4px;
    bottom: 6px;
    z-index: 100;
}

.proBox .frBox .comBox .text p {
    font-size: 15px;
    line-height: 28px;
    margin: 10px 0
}

.proBox .frBox .comBox .text .lx a {
    display: block;
    width: 140px;
    line-height: 36px;
    background: #2b7dc8;
    color: #fff;
    text-align: center;
    border-radius: 18px;
    float: left;
}

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

.proBox .frBox .comBox .text .lx a.qq {
    float: right;
    width: 120px;
    background: #0059aa;
}


.proBox .frBox h3.titl {
    margin-top: 30px;
}

.proBox .frBox .pshow {
    padding: 20px 8%;
}

.proBox .frBox .pshow .tex p {
    font-size: 15px;
    line-height: 28px;
    background-color: #f4fbff;
    padding: 5px;
    margin: 5px 0;

}

.proBox .frBox .pshow .tex p:nth-child(odd) {
    background-color: #fff;
}

.proBox .frBox .pshow h2 {
    font-size: 18px;
    color: #0059aa;
}

.proBox .frBox .pshow img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.proBox .frBox .fy li {
    line-height: 34px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px dashed #e5ecf3;
}

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

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

.proBox .frBox ul.ul2 li:last-child {
    display: none;
}

.proBox .frBox ul.ul2 li a {
    display: block;
    background: #f4fbff;
}

.proBox .frBox ul.ul2 li p {
    line-height: 45px;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .frBox ul.ul3 li {
    width: 50%;
    float: left;
    padding: 8px;
    box-sizing: border-box;
}

.proBox .frBox ul.ul3 li a {
    display: block;
    position: relative;
    line-height: 40px;
    border-bottom: 1px dashed #e5ecf3;
}

.proBox .frBox ul.ul3 li a p {
    padding: 0 100px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    position: relative;
}

.proBox .frBox ul.ul3 li p:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: #e5ecf3;
}

.proBox .frBox ul.ul3 li:hover p {
    color: #0059aa;
}

.proBox .frBox ul.ul3 li:hover p:before {
    background: #2b7dc8;
}

.proBox .frBox ul.ul3 li a span {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 0;
    opacity: 0.6;
    top: 0;
}

/* 新闻 */
.proBox .frBox .dl dl {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden;
    display: table;
    border-collapse: collapse;
    margin: 0 20px 20px;
}

.proBox .frBox .dl dl dt {
    display: table-cell;
    width: 30%;
    padding: 10px;
    overflow: hidden;
}

.proBox .frBox .dl dl dt img {
    border-radius: 10px;
}

.proBox .frBox .dl dl dd {
    display: table-cell;
    width: 70%;
    padding: 10px 20px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
}

.proBox .frBox .dl dl dd h3 {
    padding-left: 20px;
    line-height: 20px;
    position: relative;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0;
}

.proBox .frBox .dl dl dd h3:before {
    content: "";
    width: 4px;
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    background-color: #0059aa;
}

.proBox .frBox .dl dl dd .time {
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 36px;
    padding-left: 30px;
    background: url(../images/icon36.png) no-repeat left center;
    background-size: 21px;
}

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

.proBox .frBox .dl dl dd span.more {
    display: block;
    margin-top: 12px;
    width: 120px;
    line-height: 34px;
    background: #0059aa;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    float: right;
}

.proBox .frBox .nTitl {
    background: #f4fbff;
    text-align: center;
    padding: 24px 0;
}

.proBox .frBox .nTitl h1 {
    font-size: 26px;
    font-weight: 500;
}

.proBox .frBox .nTitl p {
    font-size: 15px;
    color: #888;
}

.proBox .frBox .nTitl span {
    display: block;
    margin: 8px 0;
}

.proBox .frBox .nTitl p a {
    color: #888;
}

.proBox .frBox .nshow {
    padding: 10px 8%;
    font-size: 16px;
    line-height: 30px;
}
.proBox .frBox .nshow table {
	width:auto !important;
	border-collapse:collapse;
	margin-top:20px;
	max-width:100% !important
}
.proBox .frBox .nshow table td {
	padding:5px;
	border:1px solid #dedede
}
.proBox .frBox .nshow img {
    width: auto !important;
    max-width: 600px;
}

.proBox .frBox .nshow video {
    width: 100%;
}

/* 视频中心 */
.proBox .frBox .vdul li {
    width: 33.33%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

.proBox .frBox .vdul li a {
    display: block;
    background: linear-gradient(to right, #0059aa, #1473cc);
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.proBox .frBox .vdul li a p {
    line-height: 52px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .frBox .vdul li .pho {
    position: relative;
}

.proBox .frBox .vdul li .pho:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/icon36\ \(1\).png) no-repeat center;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.abText .abt {
    text-align: center;
    font-size: 25px;
    color: #0059aa;
}

.abText .abt b {
    color: #1473cc;
}

.abText .text {
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
    margin: 30px 20px;
    position: relative;
}

.abText .text:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: 300px;
    height: 300px;
    background: #9fcae4;
    z-index: 0;
}

.abText .text img {
    width: 40%;
    float: left;
    margin-right: 30px;
    position: relative;
    z-index: 90;
}

.abBox .box0 {
    background: #f5f9fd;
    margin: 30px 30px 0;
    position: relative;
}

.abBox .box0 .pho {
    width: 50%;
}

.abBox .box0 .text {
    width: 50%;
    padding: 50px 60px;
    box-sizing: border-box;
}

.abBox .box0 .text h3 {
    font-size: 20px;
    color: #777;
    background: url(../images/icon40.png) no-repeat right center;
    background-size: 60px;
}

.abBox .box0 .text h3 strong {
    font-size: 28px;
    font-weight: 500;
    display: block;
    color: #0059aa;
}

.abBox .box0 .text p {
    position: absolute;
    bottom: 60px;
    left: 55%;
    font-size: 16px;
    color: #999;
}

.abBox .box0:nth-child(2) .pho {
    float: right;
}

.abBox .box0:nth-child(2) .text {
    float: left;
}

.abBox .box0:nth-child(2) .text p {
    left: 50px;
}

.abBox .box0:nth-child(2) .text h3 {
    background-image: url(../images/icon41.png);
}

.abBox .box0:nth-child(3) .text h3 {
    background-image: url(../images/icon42.png);
}

.lxBox {
    padding: 30px;
}

.lxBox .lxTit strong {
    display: block;
    color: #0059aa;
    font-size: 50px;
    opacity: 0.1;

}

.lxBox .lxTit h2 {
    font-size: 30px;
    font-weight: 500;
    color: #0059aa;
}

.lxBox p {
    font-size: 16px;
    color: #676767;
    line-height: 30px;
}

@media all and (min-width: 1024px) and (max-width:1600px) {
    .proBox .frBox .comBox {
        margin: 0 10px;
    }

    .proBox .frBox .comBox .pho {
        width: 50%;
    }

    .proBox .frBox .comBox .text {
        width: 50%;
        padding-left: 20px;
    }

    .proBox .frBox .comBox .text .ul li {
        padding: 10px;
    }

    .proBox .frBox .comBox .text .ul li a {
        padding: 14px 0 14px 10px;
    }

    .proBox .frBox .comBox .text p {
        margin-top: 0;
    }
}


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

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

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

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

    .proBox .frBox .dl dl {
        margin: 0 10px 20px;
    }

    .proBox .frBox .dl dl dt {
        width: 32%;
    }

    .proBox .frBox .dl dl dd {
        width: 68%;
    }

    .proBox .frBox .dl dl dd span.more {
        line-height: 30px;
        width: 110px;
    }

    .proBox .frBox .dl dl dd h3 {
        margin: 8px 0;
    }

    .proBox h3.titl {
        font-size: 20px;
        font-weight: 500;
        line-height: 44px;
        background-size: 30px;
        padding-left: 46px;
    }
}



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

    .proBox .flBox {
        width: 100%;
    }

    .proBox .flBox .title {
        padding: 24px 0 24px 60px;
        position: relative;
    }

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

    .proBox .flBox .title:before {
        width: 40px;
        height: 40px;
        left: 10px;
    }

    .proBox .flBox .title h2 {
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .proBox .flBox .ul1 {
        display: none;
    }

    .proBox .flBox .ul1 li a {
        line-height: 44px;
        font-size: 15px;
    }

    .proBox .flBox .fBot {
        display: none;

    }

    .proBox h3.titl {
        line-height: 44px;
        background: #0059aa url(../images/icon30.png) no-repeat left 8px center;
        background-size: 30px;
        padding-left: 50px;
        font-size: 21px;
    }

    .proBox .frBox {
        width: 100%;
    }

    .proBox .frBox .posi {
        background: #2b7dc8 url(../images/icon28.png) no-repeat left 4px center;
        background-size: 22px;
        padding: 12px 6px 12px 28px;
        margin-bottom: 20px;
    }

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

    .proBox .frBox .tab a {
        display: block;
        overflow: hidden;
        border: 1px solid #dedede;
    }

    .proBox .frBox .tab a .box {
        display: block;
        padding: 12px 8px;
        font-size: 15px;
        border: none;
        border-top: none;
        text-align: center;
    }

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

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

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

    .proBox .frBox .tab a .box2 {
        width: 100%;
        padding: 0;
        line-height: 40px;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #dedede;
    }

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

    .proBox .frBox .tab a .box2 span {
        display: inline-block !important;
    }

    .proBox .frBox .tab a .box3 {
        width: 50%;
        text-align: center;
        float: left;
        padding: 0;
        padding-left: 5px;
        box-sizing: border-box;
        line-height: 40px;
        border-bottom: 1px solid #dedede;
    }

    .proBox .frBox .tab a .box4 {
        width: 100%;
        border-bottom: 1px solid #dedede;
        overflow: hidden;
    }

    .proBox .frBox .tab a .box:nth-child(5) {
        border-right: 1px solid #dedede;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
    }

    .proBox .frBox .tab a .box:nth-child(6) {
        text-align: center;
        padding: 0;
    }


    .page li span {
        margin: 5px;
    }

    /****产品详情*****/
    .proBox .frBox .comBox {
        margin: 0 0px;
        display: block;
    }

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

    .proBox .frBox .comBox .text {
        width: 100%;
        display: block;
        padding: 10px;
    }

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

    .proBox .frBox .comBox .text .ul li {
        width: 33.33%;
        padding: 10px 8px;
    }

    .proBox .frBox .comBox .text .ul li a {
        padding: 15px 0 15px 10px;

    }

    .proBox .frBox .comBox .text .ul li a:after {
        display: none;
    }

    .proBox .frBox .comBox .text .ul li b {
        display: none
    }

    .proBox .frBox .comBox .text p {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 10px
    }

    .proBox .frBox .comBox .text .lx a {
        line-height: 32px;
        border-radius: 16px;
    }

    .proBox .frBox h3.titl {
        margin-top: 20px;
    }

    .proBox .frBox .pshow {
        padding: 10px;
    }

    .proBox .frBox .pshow img {
        width: 100% !important;
    }

    .proBox .frBox ul.ul2 li {
        width: 50%;
        padding: 10px 8px 0;
    }

    .proBox .frBox ul.ul2 li:last-child {
        display: block;
    }

    .proBox .frBox ul.ul2 li p {
        line-height: 40px;
    }

    .proBox .frBox ul.ul3 li {
        width: 100%;
        float: inherit;
    }

    /* 新闻 */
    .proBox .frBox .dl {
        overflow: hidden;
    }

    .proBox .frBox .dl dl {
        display: block;
        width: 50%;
        float: left;
        padding: 0 8px;
        box-shadow: none;
        box-sizing: border-box;
        margin: 0 0px 20px;
    }

    .proBox .frBox .dl dl dt {
        display: block;
        width: 100%;
        padding: 0px;
    }

    .proBox .frBox .dl dl dt img {
        border-radius: 0;
    }

    .proBox .frBox .dl dl dd {
        display: block;
        width: 100%;
        padding: 10px;
        background: #faf5f5;
    }

    .proBox .frBox .dl dl dd h3 {
        padding-left: 12px;
        font-size: 16px;
        margin: 8px 0;
    }

    .proBox .frBox .dl dl dd h3:before {
        width: 4px;
        left: 0px;
    }

    .proBox .frBox .dl dl dd .time {
        font-size: 15px;
        line-height: 26px;
        padding-left: 24px;
        background-size: 18px;
    }

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

    .proBox .frBox .dl dl dd span.more {
        margin-top: 10px;
        width: 100px;
        line-height: 30px;
        margin: 10px auto 0px;
        float: inherit;
    }

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

    .proBox .frBox .nTitl p {
        font-size: 14px;
    }

    .proBox .frBox .nTitl span {
        margin: 6px 0;
    }

    .proBox .frBox .nshow {
        padding: 10px;
    }

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



    /* 视频中心 */
    .proBox .frBox .vdul li {
        width: 50%;
        padding: 15px 8px;
    }

    .proBox .frBox .vdul li a p {
        line-height: 46px;
        font-size: 15px;
    }

    .proBox .frBox .vdul li .pho:after {
        width: 48px;
        height: 48px;
    }

    .abText .abt {
        font-size: 24px;
    }

    .abText .text {
        line-height: 30px;
        font-size: 15px;
        text-indent: 0;
        margin: 30px 0;
    }

    .abText .text:before {
        display: none;
    }

    .abText .text img {
        width: 100%;
        float: inherit;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .abText .text p {
        text-indent: 2em;
    }

    .abBox {
        display: none;
    }

    .lxBox {
        padding: 20px;
    }

    .lxBox .lxTit strong {
        font-size: 44px;

    }

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

    .lxBox p {
        font-size: 15px;
        line-height: 27px;
    }


}