.proBox {
    font-family: "微软雅黑";
    margin: 40px auto;
}

#main .container {
    width: 80%;
    max-width: 1400px;
}

.proBox .flBox {
    width: 22%;
}

.proBox .flBox .title {
    position: relative;
    padding: 30px 0 30px 70px;
    background: linear-gradient(to right, #015cb9, #034686);
    color: #fff;
    font-family: '思源黑体 CN';
}

.proBox .flBox .title:before {
    content: "";
    width: 36px;
    height: 32px;
    background: url(../images/icon22.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 0.1;
}

.proBox .flBox .title strong {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    opacity: 0.3;
    font-weight: 500;
}

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

.proBox .flBox .title p {
    font-size: 16px;
}

.proBox .flBox .ul1 li {
    margin-top: 5px;
    font-family: '思源黑体 CN';
}

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

.proBox .flBox .ul1 li.on h4 {
    background: #015cb9 url(../images/icon19-1.png) no-repeat right 12px center;
    background-size: 23px;
    color: #fff;
}

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

.proBox .flBox .ul1 li .sub a {
    display: block;
    padding: 5px 10px 5px 35px;
    line-height: 22px;
    font-size: 15px;
    border-bottom: 1px solid #efefef;
    position: relative;
    color: #555;
}

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

.proBox .flBox .ul1 li .sub a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);

}

.proBox .flBox .ul1 li .sub a.on {
    color: #015cb9;
}

.proBox .flBox .ul1 li .sub a.on:before {
    background: #015cb9;
}

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

.proBox .flBox h3 {
    font-size: 20px;
    line-height: 46px;
    background: #eaeaea;
    color: #333;
    margin-top: 20px;
    padding-left: 20px;
}

.proBox .flBox ul.ul2 {
    padding: 8px 10px;
}

.proBox .flBox ul.ul2 li a {
    display: block;
    line-height: 36px;
    border-bottom: 1px dashed #efefef;
    font-size: 15px;
    color: #666;
    font-weight: 350;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.proBox .flBox .text1 {
    padding: 10px;
}

.proBox .flBox .text1 h4 {
    font-size: 18px;
    color: #015cb9;
    margin: 8px 0;
}

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

.proBox .frBox {
    width: 76%;
    font-family: "微软雅黑";
}

.proBox .posi {
    position: relative;
}

.proBox .posi .dw {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    font-size: 15px;
    color: #666;
    text-align: right;
}

.proBox .posi1 .dw {
    position: inherit;
    right: 0;
    top: 0;
    text-align: left;
    line-height: 25px;
}

.proBox .posi .dw a {
    color: #666;
}

.proBox .posi .dw img {
    width: 26px;
    margin-right: 4px;
}

.proBox h3.titl {
    font-size: 22px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-family: '思源黑体 CN';
    font-weight: 500;
    padding-bottom: 4px;
}

.proBox h3.titl:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background: #015cb9;
}

.proBox h3.titl1:after {
    width: 80px;
}

.proBox .posi h3.titl1 strong {
    display: block;
    color: #666;
    font-size: 36px;
    opacity: 0.1;
    position: absolute;
    left: 0;
    bottom: 10px;
}

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

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

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

.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: 100%;
}

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

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

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

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

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

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

.proBox .frBox .tab a .box:nth-child(even) {
    background: #fbfcff;
}

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

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

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

.proBox .page li a.active {
    background-color: #015cb9;
    color: #fff;
    border-color: #015cb9;
}

.proBox .frBox .comBox {
    display: table;
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    margin-top: 30px;
}

.proBox .frBox .comBox .pho {
    width: 45%;
    border: 1px solid #eee;
    box-sizing: border-box;
    float: left;
}

.proBox .frBox .comBox .text {
    width: 55%;
    float: left;
    padding: 10px 30px 0;
    box-sizing: border-box;
    font-size: 15px;
}

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

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

.proBox .frBox .comBox .text dl {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 26px 0 20px;
}

.proBox .frBox .comBox .text dl dt span {
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
    line-height: 46px;
    position: relative;
}


.proBox .frBox .comBox .text dl dt span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #c39c61;
    border-radius: 4px;
    transform: rotate(45deg);
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    z-index: 0;
}

.proBox .frBox .comBox .text dl dd {
    color: #333;
    font-size: 17px;
    margin-top: 20px;
}

.proBox .frBox .comBox .text dl img {
    width: 27px;
    position: relative;
    z-index: 1;
}

.proBox .frBox .comBox .text .inf {
    padding: 10px;
    line-height: 30px;
    margin: 10px 0 20px;
    font-size: 16px;
    background: #f9f9f9;
    color: #888
}

.proBox .frBox .comBox .text .inf span {
    color: #015cb9;
    font-weight: 600
}

.proBox .frBox .comBox .text .link {
    padding-top: 20px;
    overflow: hidden
}

.proBox .frBox .comBox .text .link a {
    display: block;
    width: auto;
    float: left;
    padding: 0 15px;
    background: #015cb9;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
}

.proBox .frBox .comBox .text .link a.qq {
    float: right;
    font-size: 15px;
    background: #c3c3c3;
}

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

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


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

.proBox .frBox .lkBox .ul1 li a {
    display: block;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.proBox .frBox .lkBox .ul1 li a p {
    line-height: 25px;
    padding: 7px;
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
    border-top: 1px solid #efefef;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.proBox .frBox .showBox .stext {
    padding: 12px 10%;
}

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

.proBox .frBox .showBox .stext h2 {
    font-size: 20px;
    position: relative;
    color: #333;
    margin: 8px 0;
}

.proBox .frBox .showBox .stext h2:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #015cb9;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: -5px;
    z-index: -1;
}

.proBox .frBox .showBox .stext p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    white-space: inherit !important;
}

.proBox .frBox .showBox .stext p span {
    white-space: inherit !important;
}

.proBox .frBox ul.fy li {
    border-bottom: 1px dashed #eaeaea;
    margin: 0 10px 6px;
    line-height: 30px;
}

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

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

.proBox .frBox .lkBox .ul2 li a {
    display: block;
    line-height: 40px;
    border-bottom: 1px dashed #eee;
    position: relative;
}

.proBox .frBox .lkBox .ul2 li a p {
    padding: 0 90px 0 30px;
    font-size: 15px;
    background: url(../images/icon27.png) no-repeat left 3px center;
    background-size: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .frBox .lkBox .ul2 li a span {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    opacity: 0.8;
}

.proBox .frBox .lkBox .ul2 li:hover a p {
    color: #015cb9;
    background-image: url(../images/icon27_h.png);
}

/***新闻中心********/

.proBox .frBox .ndl dl {
    border-bottom: 1px solid #efefef;
    display: table;
    width: 100%;
    padding: 26px 0;
}

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

.proBox .frBox .ndl dl dt {
    width: 25%;
    display: table-cell;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.proBox .frBox .ndl dl dd {
    width: 75%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.proBox .frBox .ndl dl dd h4 {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

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

.proBox .frBox .ndl dl dd b {
    display: block;
    width: 130px;
    line-height: 34px;
    border: 1px solid #aaa;
    color: #aaa;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
}

.proBox .frBox .ndl dl dd span {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 18px;
    color: #015cb9;
    padding-left: 30px;
    background: url(../images/icon28.png) no-repeat left center;
    background-size: 26px;
}

.proBox .frBox .ndl dl:hover dd b {
    background: #015cb9;
    color: #fff;
    border-color: #015cb9;
}

.proBox .frBox .nshow {
    padding: 30px 0;
}

.proBox .frBox .nshow .ntitl {
    text-align: center;
}

.proBox .frBox .nshow .ntitl h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 12px;
}

.proBox .frBox .nshow .ntitl p {
    line-height: 38px;
    background: #f5f5f5;
    color: #666;
}

.proBox .frBox .nshow .ntitl p a {
    color: #666;
}

.proBox .frBox .nshow .ntext {
    padding: 30px 10%;
    font-size: 15px !important;
    line-height: 30px;
}

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

.proBox .frBox .nshow .ntext h2 {
    font-size: 18px !important;
    line-height: 32px;
}

.proBox .frBox .nshow .ntext table {
    width: auto;
    max-width: 100%;
    border-collapse: collapse;
}

.proBox .frBox .nshow .ntext table td {
    padding: 8px;
    border: 1px solid #efefef;
    font-size: 15px;
}

.proBox .frBox .nshow .ntext img {
    width: auto;
    max-width: 100%;
}

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

}

.proBox .frBox .vUl li a {
    display: block;
}

.proBox .frBox .vUl li .pho {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.proBox .frBox .vUl li .pho:after {
    content: "";
    width: 46px;
    height: 46px;
    background: url(../images/icon29.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 0, 0, .4);
}

.proBox .frBox .vUl li h3 {
    font-size: 17px;
    margin-top: 8px;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

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

/****关于我们***/
.abBox .abCon {
    padding: 0px 5%;
    margin-top: 30px;
}

.abBox .abCon h3 {
    font-size: 32px;
    text-align: center;
    font-weight: 500;
}

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

.abBox .abCon p span {
    font-size: 16px !important;

}

.abBox .abCon li {
    width: 25%;
    float: left;
    padding-top: 60px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.abBox .abCon li span {
    display: block;
    width: 80px;
    height: 80px;
    background: linear-gradient(to right, #0f74d8, #015cb9, #07559e);
    border-radius: 4px;
    transform: rotate(45deg);
    line-height: 80px;
    text-align: center;
    margin: 0 auto 30px;
}

.abBox .abCon li span img {
    width: 50px;
    transform: rotate(-45deg);
}

.abBox .abCon li i {
    display: block;
    font-style: normal;
}

.abBox .wh {
    padding: 90px 3% 30px;
}

.abBox .wh .whl {
    width: 35%;
    padding-left: 20px;
    box-sizing: border-box;
}

.abBox .wh .whl h3 {
    font-size: 32px;
    margin-bottom: 21%;
    font-weight: 500;
}

.abBox .wh .whl dl {
    display: table;
    border-collapse: collapse;
    margin-top: 50px;
}

.abBox .wh .whl dl dt {
    width: 64px;
    display: table-cell;
    vertical-align: middle;
}

.abBox .wh .whl dl dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.abBox .wh .whl dl dd strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.abBox .wh .whl dl dd p {
    font-size: 15px;
    color: #747e82;
}

.abBox .wh .whr {
    width: 65%;
}

.abBox .wh .whr ul {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}

.abBox .wh .whr ul li {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.abBox .wh .whr ul li:last-child {
    margin-bottom: 0;
}

.abBox .wh .whr ul li .pho {
    position: relative;
}

.abBox .wh .whr ul li .pho:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(1, 92, 185, .9) 0, transparent 60%);
    z-index: 1;
}

.abBox .wh .whr ul li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    z-index: 2;
}

.abBox .wh .whr ul li .text h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.abBox .wh .whr ul li .text p {
    font-size: 15px;
    opacity: 0.8;
}

.lxBox .proBox h3.titl, .abBox h3.titl {
    font-size: 30px;
}

.lxBox {
    background: url(../images/bg4.jpg) no-repeat;
    padding: 40px 0;
    background-size: cover;
}

.lxBox .lxCon {
    margin-top: 40px;
}

.lxBox .lxCon .lBox {
    width: 38%;
}

.lxBox .lxCon .lBox h3 {
    font-size: 32px;
    font-weight: 500;
}

.lxBox .lxCon .lBox p {
    font-size: 16px;
    color: #666;
    margin: 10px 0 20px;
}

.lxBox .lxCon .lBox dl {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 10px;
    position: relative;
}

.lxBox .lxCon .lBox dt span {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
}

.lxBox .lxCon .lBox dt span img {
    width: 30px;
}

.lxBox .lxCon .lBox dd {
    line-height: 25px;
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.lxBox .lxCon .lBox dd a {
    color: #666;

}

.lxBox .lxCon .rBox {
    width: 58%;
    border-radius: 10px;
    overflow: hidden;
}

@media all and (min-width:992px) and (max-width:1600px) {
    .proBox h3.titl {
        font-size: 21px;
    }

    .proBox .posi h3.titl1 strong {
        font-size: 40px;
    }

    .proBox h3.titl1:after {
        width: 60px;
    }

    .proBox .posi .dw {
        font-size: 14px;
    }

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

    .proBox .flBox .title {
        padding: 26px 0 26px 20px;
    }

    .proBox .flBox .title strong {
        display: none;
    }

    .proBox .flBox .ul1 li h4 {
        background-size: 22px;
    }

    .proBox .flBox .ul1 li.on h4 {
        background-size: 22px;
    }

    .proBox .flBox .ul1 li .sub a {
        font-size: 15px;
    }

    .proBox .flBox h3 {
        font-size: 19px;
        line-height: 44px;
    }

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

    .proBox .frBox .comBox .pho {
        width: 48%
    }

    .proBox .frBox .comBox .text {
        width: 52%;
        padding-right: 0;
    }

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

    .proBox .frBox .comBox .text .dl {
        margin-top: 10px
    }

    .proBox .frBox .comBox .text .inf {
        margin-bottom: 10px;
        line-height: 28px;
        font-size: 15px;
        padding: 5px 8px;
    }

    .proBox .frBox .comBox .text .link a {
        line-height: 38px;
    }

    .proBox .frBox .lkBox .ul1 li {
        padding: 18px 15px;
    }

    .proBox .frBox .ndl dl dt {
        width: 28%
    }

    .proBox .frBox .ndl dl dd {
        width: 72%
    }

    .proBox .frBox .ndl dl dd h4 {
        font-size: 18px;
    }

    .proBox .frBox .ndl dl dd p {
        margin: 12px 0;
    }

    .proBox .frBox .ndl dl dd b {
        line-height: 32px;
        width: 124px;
    }

    .abBox .abCon h3 {
        font-size: 30px;
    }

    .abBox .wh .whl h3, .lxBox .lxCon .lBox h3 {
        font-size: 30px;
    }

    .abBox .wh .whl h3 {
        margin-bottom: 30px;
    }

    .abBox .wh .whl dl {
        margin-top: 30px
    }

    .abBox .wh .whl dl dt {
        width: 60px;
    }

    .abBox .wh .whl dl dd strong {
        font-size: 18px;
    }

    .lxBox .lxCon .lBox {
        width: 42%;
    }

    .lxBox .lxCon .lBox dl {
        padding: 8px;

    }

    .lxBox .lxCon .lBox dl:last-child {
        padding: 20px 0px;
    }
	.lxBox .lxCon .rBox {
		width:55%
	}

}

@media all and (min-width:992px) and (max-width:1440px) {
    #main .container {
        width: 84%;
    }

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

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

    .proBox .frBox .vUl li .pho:after {
        width: 44px;
        height: 44px;
    }

    .proBox .frBox .vUl li h3 {
        font-size: 16px;
    }

    .abBox .abCon {
        padding: 0;
    }

    .abBox .abCon li {
        padding-top: 30px;
    }

    .abBox .abCon li span {
        width: 60px;
        line-height: 60px;
        height: 60px;
    }

    .abBox .abCon li span img {
        width: 40px;
    }

    .abBox .wh {
        padding: 40px 3% 30px;
    }


    .lxBox .lxCon .lBox {
        width: 40%;
    }

    .lxBox .lxCon .lBox dd {
        font-size: 15px;
    }

    .lxBox .lxCon .rBox {
        width: 56%;
        margin-top: 40px;
    }
}

@media all and (min-width:992px) and (max-width:1400px) {
    #main .container {
        width: 85%
    }

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


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

    .proBox .frBox .ndl dl dd {
        width: 70%;
        padding: 0 20px
    }

    .proBox .frBox .ndl dl dd b {
        line-height: 30px
    }
}

@media all and (min-width:992px) and (max-width:1360px) {
    #main .container {
        width: 88%;
    }

    .proBox .frBox .comBox .text .link {
        padding-top: 10px
    }

    .lxBox .lxCon .lBox {
        width: 42%;
    }

    .lxBox .lxCon .lBox dt {
        width: 50px;
    }

	.lxBox .lxCon .lBox dd {
		left:50px
	}

    .lxBox .lxCon .lBox dt span {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

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

    .lxBox .lxCon .rBox {
        width: 56%;
        margin-top: 20px;
    }

    .lxBox .lxCon .lBox dl {
        padding: 5px 0;
    }

    .abBox .wh .whl dl {
        margin-top: 30px
    }

    .abBox .wh {
        padding: 40px 0 30px
    }
}

@media all and (min-width:992px) and (max-width:1200px) {
    .proBox .flBox {
        width: 25%;
    }

    .proBox .flBox h3, .proBox .flBox .ul2 {
        display: none;
    }

    .proBox .frBox {
        width: 73%;
    }

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

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

    .proBox .frBox .comBox .text .inf {
        line-height: 25px;
    }

    .proBox .frBox .ndl dl dt {
        width: 35%;
    }

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

    .proBox .frBox .ndl dl dd p {
        line-height: 25px;
        margin: 8px 0;
    }

    .proBox .frBox .nshow .ntext {
        padding: 20px 5%;
    }
}

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

    #main .container {
        width: 100%;
        max-width: inherit
    }

    .proBox .flBox {
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border-radius: 5px;
        overflow: hidden;
    }

    .proBox .flBox .title {
        padding: 24px 0 24px 65px;
    }

    .proBox .flBox .title:before {
        width: 36px;
        height: 36px;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/icon34.png) no-repeat center;
        background-size: cover;
        opacity: 0.9;
    }

    .proBox .flBox .title strong {
        font-size: 70px;
    }

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

    .proBox .flBox .title p {
        font-size: 15px;
    }

    .proBox .flBox .ul1 {
        padding: 10px 16px;
        display: none;
    }

    .proBox .flBox .ul1 li h4 {
        padding: 6px 40px 6px 20px;
        font-size: 16px;
    }

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

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

    .proBox .flBox h3, .proBox .flBox ul.ul2, .proBox .flBox .text1 {
        display: none;
    }

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

    .proBox .posi .dw {
        position: inherit;
        right: inherit;
        top: inherit;
        line-height: 30px;
        font-size: 14px;
        text-align: left;
        margin-top: 12px;
    }

    .proBox .posi .dw a {
        color: #666;
    }

    .proBox .posi .dw img {
        width: 24px;
    }

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

    .proBox .posi h3.titl1 strong {
        font-size: 30px;
        bottom: 5px;
    }

    .proBox .frBox .pBox {
        margin-top: 10px;
    }

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

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

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

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

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

    .proBox .page {
        margin-top: 20px;
    }

    .proBox .frBox .comBox {
        display: block;
        margin-top: 20px;
    }

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

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

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

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

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

    .proBox .frBox .comBox .text dl dt span {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }


    .proBox .frBox .comBox .text dl dt span:before {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }

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

    .proBox .frBox .comBox .text dl img {
        width: 28px;
    }

    .proBox .frBox .comBox .text .inf {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 26px;
        padding: 5px 8px
    }

    .proBox .frBox .comBox .text .link {
        padding-top: 10px;
    }

    .proBox .frBox .comBox .text .link a {
        line-height: 30px;
        font-size: 15px;
    }

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

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


    .proBox .frBox .lkBox .ul1 li {
        width: 50%;
        padding: 15px 10px;
    }

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

    .proBox .frBox .showBox {
        margin-top: 10px;
    }

    .proBox .frBox .showBox .stext {
        padding: 12px 10px;
    }

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


    .proBox .frBox .showBox .stext h2:before {
        display: none;
    }



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

    .proBox .frBox .lkBox .ul2 li a {
        line-height: 38px;
    }

    /***新闻中心********/

    .proBox .frBox .ndl dl {
        padding: 20px 0;
    }

    .proBox .frBox .ndl dl dt {
        width: 35%;
        border-radius: 7px;
    }

    .proBox .frBox .ndl dl dd {
        width: 65%;
        padding-left: 30px;
    }

    .proBox .frBox .ndl dl dd h4 {
        font-size: 16px;
    }

    .proBox .frBox .ndl dl dd p {
        font-size: 14px;
        line-height: 27px;
        margin: 6px 0 0;
    }


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

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

    .proBox .frBox .nshow .ntitl p {
        line-height: 35px;
    }

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

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

.proBox .frBox p a.lin11 {
	display:block
}

    .proBox .frBox .vUl li {
        width: 50%;
        padding: 10px 10px;
    }

    .proBox .frBox .vUl li .pho:after {
        width: 42px;
        height: 42px;
    }

    .proBox .frBox .vUl li h3 {
        font-size: 16px;
        padding: 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /****关于我们***/
    .abBox .abCon {
        padding: 0px 10px;
        margin-top: 20px;
    }

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

    .abBox .abCon p {
        font-size: 15px;
        margin-top: 5px;
    }

    .abBox .abCon li {
        width: 50%;
        padding-top: 40px;
        font-size: 15px;
    }

    .abBox .abCon li span {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin: 0 auto 20px;
    }

    .abBox .abCon li span img {
        width: 40px;
    }

    .abBox .wh {
        padding: 30px 10px;
    }

    .abBox .wh .whl {
        width: 100%;
        padding-left: 0px;
    }

    .abBox .wh .whl h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .abBox .wh .whl dl {
        margin-top: 30px;
    }

    .abBox .wh .whl dl dt {
        width: 52px;
    }

    .abBox .wh .whl dl dd {
        padding-left: 14px;
    }

    .abBox .wh .whl dl dd strong {
        font-size: 18px;
        margin-bottom: 5px;
    }


    .abBox .wh .whr {
        width: 100%;
        margin-top: 30px;
    }

    .abBox .wh .whr ul {
        width: 100%;
        padding-left: 0px;
    }

    .abBox .wh .whr ul li:last-child {
        margin-bottom: 20px;
    }

    .lxBox .proBox h3.titl, .abBox h3.titl {
        font-size: 28px;
    }

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

    .lxBox .lxCon {
        margin-top: 10px;
    }

    .lxBox .lxCon .lBox {
        width: 100%;
    }

    .lxBox .lxCon .lBox h3 {
        font-size: 28px;
    }

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

    .lxBox .lxCon .lBox dl {
        border-bottom: 1px solid #e7e7e7;
        padding: 0px;
        overflow: hidden;
    }

    .lxBox .lxCon .lBox dt {
        width: 50px;
        float: left;
    }

    .lxBox .lxCon .lBox dt span {
        width: 44px;
        height: 44px;
        line-height: 44px;
        margin-top: 8px;
    }

    .lxBox .lxCon .lBox dt span img {
        width: 28px;
    }

    .lxBox .lxCon .lBox dd {
        line-height: 60px;
        position: inherit;
        left: inherit;
        top: inherit;
        transform: translateY(0);
        margin-left: 55px;
        font-size: 15px;
    }

    .lxBox .lxCon .lBox dl {
        padding: 8px 0;
    }

    .lxBox .lxCon .lBox dl:last-child dd {
        line-height: 30px;
    }

    .lxBox .lxCon .rBox {
        width: 100%;
        margin-top: 20px;
    }
}



@media all and (min-width: 0) and (max-width: 600px) {
    .proBox .frBox .ndl dl dd {
        padding-left: 14px;
        padding-right: 0;
    }

    .proBox .frBox .ndl dl dd b {
        display: none;
    }

    .proBox .frBox .ndl dl dd span {
        display: none;
    }

    .proBox .frBox .ndl dl dd p {
        margin-top: 0;
    }

    .abBox .abCon li i {
        height: 45px;
    }
	.proBox {
		margin-top:18px
	}
	.proBox .posi .dw {
		line-height:25px
	}
}