.proBox {
    margin: 35px auto;
}

.posi {
    color: #666;
    border-bottom: 1px solid #efefef;
    line-height: 40px;
}

.posi span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    background: #0073e6;
    text-align: center;
    margin-right: 5px;
}

.posi span img {
    width: 20px;
}

.posi a {
    color: #666;
}

.proBox .flBox {
    width: 20%;
}

.proBox .flBox h2 {
    font-size: 28px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 20px;
}

.proBox .flBox h2:before {
    content: "";
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #0073e6;
}

.proBox .flBox .ul1 li {
    margin-top: 5px;
    border-bottom: 1px dashed #efefef;
}

.proBox .flBox .ul1 li h4 {
    font-weight: 500;
    padding: 8px 40px 8px 20px;
    color: #323232;
    line-height: 24px;
    font-size: 16px;
    background: url(../images/jt2.png) no-repeat right 12px center;
    background-size: 20px;
    font-weight: 400;
    cursor: pointer;
}

.proBox .flBox .ul1 li.on h4 {
    background: #0073e6 url(../images/jt5.png) no-repeat right 12px center;
    background-size: 20px;
    color: #fff;
}

.proBox .flBox .ul1 li .sub {
    background: #f6f8fa;
    padding: 4px 0;
    display: none;
}

.proBox .flBox .ul1 li .sub a {
    display: block;
    padding: 6px 20px 6px 40px;
    line-height: 20px;
    font-size: 15px;
    border-bottom: 1px solid #ecebeb;
    position: relative;
    color: #555;
}

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

.proBox .flBox .ul1 li .sub a:before {
    content: "·";
    font-weight: 600;
    margin-right: 5px;
    color: #555;
    font-size: 22px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.proBox .flBox .ul1 li .sub a.on, .proBox .flBox .ul1 li .sub a.on:before {
    color: #0073e6;
}

.proBox .flBox .ul1 li.on .sub {
    display: block;
}

.proBox .frBox {
    width: 78%;
}

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

.proBox .frBox .tab a .box {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 8px;
    box-sizing: border-box;
    color: #343434;
    text-align: center;
    border: 1px solid #efefef;
    border-top: none;
    font-size: 16px;
    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: 18%;
    position: relative;
}

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


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

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

.proBox .frBox .tab:nth-child(1) a .box4 {
    text-align: center
}

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


.page span a {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 5px;
    border: 1px solid #efefef;
    color: #666;
}

.page span a.active {
    background: #0073e6;
    color: #fff;
    border-color: #0073e6;
}

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

.proBox .frBox .comBox .pho {
    width: 40%;
    float: left;
}

.proBox .frBox .comBox .text {
    width: 60%;
    float: left;
    padding: 40px 10px 0 30px;
    box-sizing: border-box;
}

.proBox .frBox .comBox .text h1 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.proBox .frBox .comBox .text .gg p {
    line-height: 30px;
    color: #343434;
    font-size: 16px;
    margin-top: 5px;
}

.proBox .frBox .comBox .text .gg p span {
    color: #0073e6;
    font-size: 15px;
}

.proBox .frBox .comBox .text .inf {
    margin: 5px 0 30px;
    color: #343434;
}

.proBox .frBox .comBox .text .inf span {
    color: #0073e6;
    line-height: 28px;

}

.proBox .frBox .comBox .text a {
    display: inline-block;
    padding: 0 25px;
    line-height: 38px;
    color: #0073e6;
    border-radius: 19px;
    font-size: 20px;
    background: #f6f7f8;
}

.proBox .frBox .comBox .text a img {
    width: 25px;
}

.proBox h3.titl {
    position: relative;
    padding-left: 15px;
    line-height: 1;
    font-size: 24px;
}

.proBox h3.titl:after {
    content: "";
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #0073e6;
}

.proBox .frBox .texBox {
    padding: 10px 8%;
}

.proBox .frBox .texBox h2 {
    font-size: 18px;
    margin: 5px 0;
}

.proBox .frBox .texBox img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    max-width: 750px;
}

.proBox .frBox .texBox p {
    font-weight: 350;
    white-space: inherit !important;
    line-height: 28px;
    text-indent: 2em;
}

.proBox .frBox .texBox span {
    white-space: inherit !important;
}

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

.proBox .frBox .texBox table td {
	border:1px solid #efefef;
	padding:5px;
}
.proBox .frBox .texBox table td p {
	text-indent:0em;
}
.proBox .fy li {
    border-bottom: 1px dashed #efefef;
    color: #666;
    padding: 5px 0;
    margin-top: 6px;
}

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

.lkBox {
    margin-top: 30px;
}

.lkBox .ul li {
    width: 25%;
    float: left;
    padding: 30px 20px 0;
    box-sizing: border-box;
}

.lkBox .ul li a {
    display: block;
    background: #f6f8f7;
    border: 1px solid #efefef;
    border-radius: 6px;
    overflow: hidden;
}

.lkBox .ul li a .pho {
    background: #fff;
}

.lkBox .ul li p {
    line-height: 42px;
    font-size: 16px;
    color: #565656;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 新闻资讯 */
.proBox .ndl dl {
    background: #f6f8fa;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #efefef;
    display: table;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.proBox .ndl dl dt {
    width: 22%;
    display: table-cell;
    vertical-align: middle;
}

.proBox .ndl dl a {
    display: block;
}

.proBox .ndl dl dd.text {
    width: 67%;
    display: table-cell;
    vertical-align: middle;
}

.proBox .ndl dl dd.text a {
    padding: 0px 30px;
}

.proBox .ndl dl dd.text a h3 {
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.proBox .ndl dl:hover dd.text a h3 {
    color: #0073e6;
}

.proBox .ndl dl dd.text a p {
    line-height: 30px;
    color: #666;
    margin: 8px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.proBox .ndl dl dd.text a span {
    display: block;
    line-height: 32px;
    color: #787878;
    background: url(../images/jt6.png) no-repeat left 84px center;
    background-size: 22px
}


.proBox .ndl dl:hover dd.text a span {
    color: #0073e6;
    background-image: url(../images/jt7.png);
}

.proBox .ndl dl dd.time {
    width: 11%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #efefef;
}

.proBox .ndl dl dd.time a {
    border-left: 1px solid #efefef;
}

.proBox .ndl dl dd.time strong {
    display: block;
    font-size: 35px;
    color: #0073e6;
    font-weight: 500;
}

.proBox .ndl dl dd.time span {
    display: block;
    font-size: 17px;
    opacity: 0.7;
}

/* 新闻详情 */
.nShow {
    background: #f6f8fa;
    margin: 0;
    padding-bottom: 40px;
}

.nShow .posi {
    margin-bottom: 30px;
}

.nShow .nlBox {
    background: #fff;
    padding: 40px;
    width: 72%;
    box-sizing: border-box;
}

.nShow .nlBox .title h1 {
    font-size: 26px;
    font-weight: 500;
}

.nShow .nlBox .title p {
    color: #666;
    padding-bottom: 14px;
    line-height: 30px;
    border-bottom: 1px solid #efefef;
}

.nShow .nlBox .title p a {
    color: #666;
}

.nShow .nlBox .text {
    padding: 12px 8%;
    color: #555;
}

.nShow .nlBox .text img {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.nShow .nlBox .text h2 {
    font-size: 18px;
    margin: 5px 0;
}

.nShow .nlBox .text p {
    line-height: 28px;
    text-indent: 2em;
    white-space: inherit !important;
}

.nShow .nlBox .text span {
    white-space: inherit !important;

}

.nShow .nrBox {
    background: #fff;
    padding: 40px 20px;
    width: 26%;
    box-sizing: border-box;
}

.nShow .nrBox li {
    padding: 22px 10px 0;
}

.nShow .nrBox li a {
    display: block;
    border: 1px solid #efefef;
}

.nShow .nrBox li p {
    line-height: 42px;
    font-size: 16px;
    font-weight: 350;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f3f4f5;
}

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

}

.lkBox .ul1 li a {
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.lkBox .ul1 li a h3 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lkBox .ul1 li a p {
    line-height: 27px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0 15px;
}

.lkBox .ul1 li a span {
    display: block;
    text-align: right;
    color: #0073e6;
}

.lkBox .ul1 li a img {
    width: 22px;
}

/* 关于我们 */
.abBox {
    padding: 20px 0;
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: 90%;
}

.abBox .text p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    font-weight: 350;
    margin-bottom: 5px;
}

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

.abBox .text li a {
    display: block;
    padding: 20px 10px;
    text-align: center;
    border-radius: 5px;
}

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

.abBox .text li a strong {
    display: block;
    font-size: 32px;
    font-weight: 500;
    color: #0073e6;
}

.abBox .text li b {
    display: block;
    font-weight: 350;
    font-size: 16px;
    opacity: 0.8;
}

.abBox1 li {
    width: 20%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    transition: 0.3s;
}

.abBox1 li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.abBox1 li a img {
    width: auto;
    height: 100%;
}

.abBox1 li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
    opacity: 0.4;
}

.abBox1 li a .text {
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    padding: 20px 30px;
    transition: 0.3s;
}

.abBox1 li a .text h3 {
    font-size: 18px;
    font-weight: 500;
}

.abBox1 li a .text b {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 8px 0 10px;
    display: none;
}

.abBox1 li a .text p {
    line-height: 30px;
    font-weight: 350;
    opacity: 0.9;
    display: none;
}

.abBox1 li a .text span {
    display: block;
    width: 40px;
    margin-bottom: 12px;
}

.abBox1 li a .text span img {
    width: 40px;
    height: 40px;
}

.abBox1 li.on a .text p, .abBox1 li.on a .text b {
    display: block;
}

.abBox1 li.on {
    width: 40%;
}

.abBox1 li.on .text {
    top: 20%;
}

.abBox1 li.on a:before {
    opacity: 1;
}

.abBox2 li {
    width: 33.33%;
    float: left;
    padding: 0 20px 40px;
    box-sizing: border-box;
}

.abBox2 li a {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.abBox2 li .text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    padding: 20px 30px;
    transform: translateY(70%);
    transition: 0.3s;
}

.abBox2 li .text h3 {
    font-size: 22px;
    font-weight: 500;
}

.abBox2 li .text b {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    margin: 10px 0 20px;
}

.abBox2 li .text p {
    font-weight: 350;
    line-height: 28px;
}

.abBox2 li .text span {
    display: block;
    width: 40px;
    position: absolute;
    right: 30px;
    top: 20px;
}

.abBox2 li:hover .text {
    transform: translateY(0);
    padding-top: 30px;
}

/* 联系我们 */
.lxBox .lBox {
    width: 55%;
}

.lxBox .lBox li {
    width: 48%;
    float: left;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 25px 15px 25px 70px;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.lxBox .lBox li:nth-child(2n) {
    margin-left: 4%;
}

.lxBox .lBox li span {
    display: block;
    position: absolute;
    left: 15px;
    top: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #0073e6;
    border-radius: 50%;
}

.lxBox .lBox li span img {
    width: 24px;
}

.lxBox .lBox li p {
    opacity: 0.8;
}

.lxBox .lBox li strong {
    font-size: 16px;
    font-weight: 500;
}

.lxBox .lBox li strong b {
    color: #999;
    font-weight: 300;
    font-size: 14px;
}

.lxBox .lBox li strong.hi {
    height: 40px;
    display: block;
}

.lxBox .rBox {
    width: 45%;
    text-align: center;
}

.lxBox .rBox .wx {
    display: inline-block;
    margin-left: 3%;
    width: 40%;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.lxBox .rBox .wx img {
    max-width: 140px;
    margin-bottom: 8px;
}

.lxBox .rBox .wx h3 {
    text-align: left;
    padding-bottom: 5px;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.lxCon {
    padding-top: 80px;
}

.lxCon .text {
    width: 35%;
    padding-top: 20px;
}

.lxCon .text p {
    margin-top: 20px;
    color: #454545;
    font-weight: 350;
    font-size: 16px;
}

.lxCon .text li {
    width: 50%;
    float: left;
    margin-top: 22px;
}

.lxCon .text li .num b {
    font-size: 30px;
    position: relative;
    top: -10px;
    left: 5px;
    color: #555;
    line-height: 1;
}

.lxCon .text li .num b.j {
    font-size: 22px;
    font-weight: 500;
}

.lxCon .text li strong {
    font-size: 36px;
    color: #0073e6;
}

.lxCon .text li span {
    color: #565656;
}

.lxCon .pho {
    width: 62%;
    position: relative;
}

.lxCon .pho .dian {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0073e6;
    position: absolute;
    z-index: 10;
}

.lxCon .pho .dian:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0073e6;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: warn 2s ease-out both;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
}

.lxCon .pho .dian1:before {
    animation: warn2 2s ease-out both;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
}

.lxCon .pho .dian1 {
    right: 20%;
    top: 41%;
}

.lxCon .pho .dian2 {
    left: 15%;
    top: 25%;
}

.lxCon .pho .dian3 {
    left: 17%;
    top: 38%;
}

.lxCon .pho .dian4 {
    left: 30%;
    bottom: 25%;
}

.lxCon .pho .dian5 {
    left: 50%;
    top: 33%;
}

.lxCon .pho .dian6 {
    left: 56%;
    bottom: 25%;
}

.lxCon .pho .dian7 {
    right: 15%;
    bottom: 22%;
}

.lxCon .pho .dian8 {
    right: 15%;
    top: 25%;
}

@keyframes warn {
    0% {
        transform: scale(0) translate(-50%, -50%);
        opacity: 1;
    }

    100% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 0;
    }
}

@keyframes warn2 {
    0% {
        transform: scale(0) translate(-50%, -50%);
        opacity: 1;
    }

    100% {
        transform: scale(6) translate(-50%, -50%);
        opacity: 0;
    }
}


@media all and (min-width: 1024px) and (max-width: 1600px) {
    .proBox .frBox .tab a .box {
        font-size: 15px;
    }

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

    .lkBox .ul li {
        padding: 22px 15px 0;
    }

    .proBox .ndl dl dd.text a {
        padding: 0 24px;
    }

    .proBox .ndl dl dd.text a h3 {
        font-size: 19px;
    }

    .nShow .nlBox .title h1 {
        font-size: 25px;
    }

    .nShow .nrBox {
        padding: 30px 20px;
    }

    .lkBox .ul1 li {
        padding: 24px 15px 0;
    }

    .abBox {
        padding: 0;
    }

    .abBox1 li a .text {
        padding: 20px;
    }

    .abBox2 li .text {
        padding: 10px 20px;
    }

    .abBox2 li .text span {
        width: 36px;
        top: 10px;
        right: 15px;
    }

    .abBox2 li .text b {
        margin-bottom: 10px;
    }

    .abBox2 li .text {
        transform: translateY(75%);
    }

    .lxBox .rBox .wx img {
        max-width: 120px;
    }

    .lxBox .lBox li {
        margin-top: 20px;
    }

    .lxCon .text li strong {
        font-size: 34px;
    }

    .lxCon .text li .num b {
        font-size: 26px;
    }

    .lxCon .text li .num b.j {
        font-size: 20px;
    }

    .lxCon .text p {
        font-size: 15px;
    }
}


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

    .proBox .flBox .ul1 li h4 {
        padding-left: 15px;
    }

    .proBox .flBox .ul1 li .sub a {
        padding-left: 35px;
    }


    .proBox .flBox .ul1 li .sub a:before {
        left: 20px;
    }

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

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

    .proBox .ndl dl dd.time strong {
        font-size: 32px;
    }

    .proBox .ndl dl dd.time span {
        font-size: 16px;
    }

    .nShow .nlBox .title h1 {
        font-size: 24px;
    }

    .lkBox .ul1 li a {
        padding: 15px;
    }

    .lkBox .ul1 li a h3 {
        font-size: 17px;
    }

    .abBox .text li span {
        width: 34px;
        height: 34px;
    }

    .abBox .text li a strong {
        font-size: 30px;
    }

    .abBox .text li b {
        font-size: 15px;
    }

    .abBox1 li a .text {
        padding: 20px 12px;
    }

    .abBox1 li a .text span {
        width: 36px;
    }

    .abBox1 li a .text h3 {
        font-size: 17px;
    }

    .abBox2 li {
        padding: 0 15px 30px
    }

    .abBox2 li .text h3 {
        font-size: 20px;
    }

    .lxBox .rBox .wx {
        padding: 14px 15px;
        margin-top: 20px;
    }

    .lxCon .text li strong {
        font-size: 32px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
    .proBox .flBox h2 {
        font-size: 24px;
    }

    .proBox .flBox {
        width: 22%;
    }

    .proBox .frBox {
        width: 76%;
    }

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

    .proBox .frBox .comBox .text {
        width: 58%;
        padding-top: 20px;
    }

    .proBox .frBox .comBox .text .inf {
        margin-bottom: 15px;
    }

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

    .lkBox .ul li {
        padding: 20px 10px 0;
    }

    .proBox .ndl dl dd.time strong {
        font-size: 30px;
    }

    .proBox .ndl dl dd.text a h3 {
        font-size: 18px;
    }

    .nShow .nlBox .title h1 {
        font-size: 22px;
    }

    .nShow .nlBox {
        padding: 20px;
    }

    .nShow .nrBox {
        padding: 20px 10px;
    }

    .lkBox .ul1 li {
        padding: 20px 10px 0;
    }

    .lkBox .ul1 li a span {
        font-size: 14px;
    }

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

    .abBox2 li:hover .text {
        padding-top: 10px;
    }

    .abBox2 li .text {
        padding: 10px;
    }

    .lxBox .lBox li {
        padding: 20px 5px 20px 60px;
    }

    .lxBox .lBox li span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: 10px;
    }

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

    .lxBox .rBox .wx h3 {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .lxCon .text li strong {
        font-size: 30px;
    }

}

@media all and (min-width: 1024px) and (max-width: 1200px) {
    .proBox .ndl dl dt {
        width: 24%;
    }

    .proBox .ndl dl dd.text {
        width: 65%;
    }

    .proBox .ndl dl dd.text a {
        padding: 0 18px
    }

    .abBox2 li {
        padding: 0 10px 30px;
    }

    .abBox2 li .text p {
        line-height: 26px;
    }

    .abBox2 li .text {
        transform: translateY(78%);
    }

    .lxBox .lBox {
        width: 58%;
    }

    .lxBox .rBox {
        width: 42%;
    }

    .lxBox .rBox .wx img {
        max-width: 110px;
    }

    .lxCon .text li {
        margin-top: 16px;
    }

    .lxCon .text li strong {
        font-size: 28px;
    }
}

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

    .posi {
        line-height: 28px;
        padding: 5px 0px;
    }

    .posi span {
        width: 30px;
        line-height: 30px;
        border-radius: 50%;
    }

    .posi span img {
        width: 18px;
    }

    .proBox .flBox {
        width: 100%;
    }

    .proBox .flBox h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .proBox .flBox .ul1 li h4 {
        font-weight: 600;
        padding: 8px 40px 8px 15px;
        background: url(../images/jt2.png) no-repeat right 12px center;
        background-size: 19px;
    }

    .proBox .flBox .ul1 li.on h4 {
        background: #0073e6 url(../images/jt5.png) no-repeat right 12px center;
        background-size: 19px;
    }

    .proBox .frBox {
        width: 100%;
        margin-top: 20px;
    }

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

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

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

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

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

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

    .page {
        margin-top: 14px;
    }

    .page span a {
        padding: 3px 10px;
        margin: 4px 5px;
    }

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

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

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

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

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

    .proBox .frBox .comBox .text .inf {
        margin: 5px 0 10px;
    }

    .proBox .frBox .comBox .text a {
        padding: 0 20px;
        line-height: 36px;
        font-size: 18px;
    }

    .proBox .frBox .comBox .text a img {
        width: 22px;
    }

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

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

    .proBox .frBox .texBox h2 {
        font-size: 17px;
    }

    .proBox .frBox .texBox img {
        max-width: 700px;
    }

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

    .lkBox {
        margin-top: 22px;
    }

    .lkBox .ul li {
        width: 25%;
        padding: 20px 10px 0;
    }

    .lkBox .ul li p {
        line-height: 36px;
        font-size: 15px;
    }

    /* 新闻资讯 */

    .proBox .ndl dl dt {
        width: 30%;
    }

    .proBox .ndl dl dd.text {
        width: 70%;
    }

    .proBox .ndl dl dd.text a {
        padding: 0px 20px;
    }

    .proBox .ndl dl dd.text a h3 {
        font-size: 18px;
    }

    .proBox .ndl dl dd.text a b {
        font-weight: 400;
        color: #8a8a8a;
        display: block;
        padding-left: 24px;
        background: url(../images/time.png) no-repeat left center;
        background-size: 18px;
    }

    .proBox .ndl dl dd.text a p {
        line-height: 27px;
        margin: 6px 0;
    }

    .proBox .ndl dl dd.text a span {
        line-height: 30px;
    }


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

    /* 新闻详情 */
    .nShow {
        padding-bottom: 40px;
    }

    .nShow .posi {
        margin-bottom: 20px;
    }

    .nShow .nlBox {
        padding: 30px;
        width: 100%;
    }

    .nShow .nlBox .title h1 {
        font-size: 22px;
    }

    .nShow .nlBox .title p {
        padding-bottom: 10px;
        line-height: 28px;
    }

    .nShow .nlBox .text {
        padding: 12px 10px;
    }

    .nShow .nlBox .text img {
        width: 100%;
    }

    .nShow .nlBox .text h2 {
        font-size: 17px;
    }

    .nShow .nrBox {
        display: none;
    }

    .lkBox .ul1 li {
        width: 50%;
        padding: 20px 12px 0;
    }

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

    .lkBox .ul1 li a {
        padding: 16px;
        border-radius: 6px;
    }

    .lkBox .ul1 li a h3 {
        font-size: 17px;
    }

    .lkBox .ul1 li a p {
        line-height: 27px;
        margin: 10px 0;
    }

    .lkBox .ul1 li a span {
        font-size: 14px;
    }

    .lkBox .ul1 li a img {
        width: 20px;
    }

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

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

    .abBox .text li {
        width: 25%;
        padding: 10px;
    }

    .abBox .text li a {
        padding: 10px 5px;
    }

    .abBox .text li span {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin: 0 auto 8px;
    }

    .abBox .text li a strong {
        font-size: 28px;
    }

    .abBox .text li b {
        font-size: 15px;
    }

    .abBox1 {
        display: none;
    }

    .abBox2 li {
        padding: 0 10px 30px;
    }


    .abBox2 li .text {
        padding: 10px;
        transform: translateY(0%);
    }

    .abBox2 li .text h3 {
        font-size: 18px;
    }

    .abBox2 li .text b {
        width: 28px;
        height: 2px;
        margin: 6px 0 10px;
    }

    .abBox2 li .text p {
        line-height: 27px;
    }

    .abBox2 li .text span {
        width: 32px;
        right: 20px;
        top: 10px;
    }

    .abBox2 li:hover .text {
        transform: translateY(0);
        padding-top: 10px;
    }

    /* 联系我们 */
    .lxBox .lBox {
        width: 100%;
    }

    .lxBox .lBox li {
        margin: 20px 1%;
        padding: 20px 5px 20px 60px;
    }

    .lxBox .lBox li:nth-child(2n) {
        margin-left: 1%;
    }

    .lxBox .lBox li span {
        left: 10px;
        top: 20px;
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    .lxBox .lBox li span img {
        width: 22px;
    }

    .lxBox .lBox li strong.hi {
        height: inherit;
    }

    .lxBox .rBox {
        width: 100%;
    }

    .lxBox .rBox .wx {
        margin: 0 2%;
    }

    .lxBox .rBox .wx img {
        max-width: 120px;
    }

    .lxBox .rBox .wx h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .lxCon {
        padding-top: 40px;
    }

    .lxCon .text {
        float: left;
        padding-top: 0;
    }

    .lxCon .text p {
        margin-top: 10px;
        font-size: 14px;
    }

    .lxCon .text li {
        width: 50%;
        float: left;
        margin-top: 22px;
    }

    .lxCon .text li .num b {
        font-size: 26px;
    }

    .lxCon .text li .num b.j {
        font-size: 20px;
    }

    .lxCon .text li strong {
        font-size: 32px;
    }

    .lxCon .pho {
        float: right;
    }

    .lxCon .pho .dian {
        width: 8px;
        height: 8px;
    }

    .lxCon .pho .dian:before {
        width: 20px;
        height: 20px;
    }



}

@media all and (min-width: 0) and (max-width: 767px) {
    .proBox .flBox h2 {
        font-size: 22px;
    }

    .proBox .frBox .comBox .pho {
        width: 100%;
        float: inherit;
    }

    .proBox .frBox .comBox .text {
        width: 100%;
        float: inherit;
        padding: 10px 10px 0;
    }

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

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

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

    .proBox .frBox .texBox img {
        max-width: 100%;
    }

    .lkBox .ul li {
        width: 50%;
    }

    .proBox .ndl {
        overflow: hidden
    }

    .proBox .ndl dl {
        display: block;
        width: 48%;
        float: left;
        margin: 0px 1% 20px;
        box-sizing: border-box;
    }

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

    .proBox .ndl dl dd.text {
        width: 100%;
        display: block;
    }

    .proBox .ndl dl dd.text a {
        padding: 15px 12px;
    }

    .proBox .ndl dl dd.text a span {
        text-align: right;
        background-position: right center;
        padding-right: 30px;
        font-size: 14px;
    }

    .nShow .nlBox {
        padding: 20px 10px;
    }

    .nShow .nlBox .title h1 {
        font-size: 21px;
    }

    .nShow .nlBox .text {
        padding: 12px 10px;
    }

    .lkBox .ul1 li {
        width: 100%;
        float: inherit;
    }

    .abBox .text li {
        width: 50%;
        padding: 0;
    }

    .abBox2 li {
        width: 100%;
        float: inherit;
    }

    .abBox2 li .text {
        padding: 20px;
    }

    .lxBox .lBox li strong.hi {
        height: 40px;
    }

    .lxCon .text {
        float: inherit;
        width: 100%;
    }

    .lxCon .pho {
        display: none;
    }

    .lxCon .text li {
        width: 25%;
        text-align: center;
    }

    .lxCon .text li strong {
        font-size: 28px;
    }

    .lxCon .text li span {
        font-size: 14px;
    }


}

@media all and (min-width: 0) and (max-width: 600px) {
    .lxBox .lBox li {
        width: 100%;
        float: inherit;
        margin: 20px 0 0;
    }

    .lxBox .lBox li:nth-child(2n) {
        margin-left: 0;
    }

    .lxBox .lBox li strong.hi {
        height: inherit;
    }

    .lxBox .rBox .wx {
        width: 100%;
        display: block;
        margin: 20px 0 0;
        padding-top: 12px;
    }

    .lxCon .text li {
        width: 50%;
    }
}

@media all and (min-width: 0) and (max-width: 500px) {

    .proBox .ndl dl {
        width: 100%;
        float: inherit;
        margin: 0px 0 20px;
    }

    .abBox .text li a strong {
        font-size: 26px;
    }
}