﻿.posi {
    line-height: 44px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 15px;
    background: url(../images/home.png) #258cd2 no-repeat left 6px center;
    background-size: 24px;
    padding-left: 34px;
}


.posi a {
    color: #fff;
}

.proBox {
    padding: 46px 50px;
}

.proBox .flBox {
    width: 23%;
    background: #f3f3f3 url(../images/bg10.jpg) no-repeat bottom center;
    background-size: cover;
}

.proBox .flBox .title {
    padding: 20px 0;
    background: #258cd2;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;

}

.proBox .flBox .title:after {
    content: "";
    width: 160px;
    position: absolute;
    right: -20px;
    top: 0;
    background: url(../images/pho2.png) no-repeat right top;
    height: 100px;
    background-size: cover;
    opacity: 0.3;
}

.proBox .flBox .title h2 {
    font-size: 28px;
}

.proBox .flBox .title strong {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
}

.proBox>.fl ul.ul1 {
    padding: 18px;
}

.proBox>.fl ul.ul1 li {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.proBox>.fl ul.ul1 li a {
    display: block;
    font-size: 17px;
    line-height: 50px;
    padding: 0 12px;
    font-weight: 500;
    cursor: pointer;
    background: url(../images/icon35.png) #fff no-repeat right 10px center;
    background-size: 22px;
    color: #333;
}

.proBox>.fl ul.ul1 li.on a {
    background-image: url(../images/icon35_h.png);
    background-size: 22px;
    background-color: #258cd2;
    color: #fff;
}

.proBox>.fl ul.ul1 li.on {
    box-shadow: 0 0px 4px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}

.proBox>.fl ul.ul1 li.on .submenu {
    display: block;
}

.proBox>.fl ul.ul1 li .submenu a {
    display: block;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    padding-left: 36px;
    position: relative;
    background: url(../images/next1_1.png) no-repeat right center;
    background-size: 18px;
    transition: 0.3s;
}

.proBox>.fl ul.ul1 li .submenu a:before {
    content: "";
    width: 2px;
    position: absolute;
    left: 16.5px;
    top: 0;
    bottom: 0;
    z-index: 90;
    background: #eaeaea;
}

.proBox>.fl ul.ul1 li .submenu a:first-child:before {
    top: 50%
}

.proBox>.fl ul.ul1 li .submenu a:last-child:before {
    bottom: 50%
}

.proBox>.fl ul.ul1 li .submenu a:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    z-index: 99;
    transition: 0.3s;
}

.proBox>.fl ul.ul1 li .submenu a.on, .proBox>.fl ul.ul1 li .submenu a:hover {
    color: #258cd2;
    background-image: url(../images/next2_2.png);
}

.proBox>.fl ul.ul1 li .submenu a.on:after, .proBox>.fl ul.ul1 li .submenu a:hover:after {
    border-color: #258cd2;
    background: #258cd2;
}

.proBox>.fl h3 {
    font-size: 20px;
    color: #555;
    line-height: 50px;
    padding-left: 20px;
    background: #258cd2;
    color: #fff;
}

.proBox>.fl .tjBox ul {
    margin: 10px 15px;
    background: rgba(255, 255, 255, .8);
    padding: 5px 12px;
}

.proBox>.fl .tjBox ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 36px;
    color: #666;
    border-bottom: 1px dashed #dedede;
}

.proBox>.fl .lxBox .text {
    padding: 15px;
    background: rgba(255, 255, 255, .5);
    color: #666;

}

.proBox>.fl .lxBox .text h4 {
    font-size: 18px;
    margin-bottom: 4px;
}

.proBox>.fl .lxBox .text p {
    font-size: 15px;
    line-height: 30px;
}

.proBox>.fr {
    width: 74%;
}

.proBox .tab a {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.proBox .tab:nth-child(odd) a {
    background: #f7fcff;
}


.proBox .tab:nth-child(1) a {
    background: #fafafa;
}

.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: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%;
}

.page {
    text-align: center;
    padding-top: 15px;
}

.page li span {
    display: inline-block;
}

.page li a {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 6px;
    background: #efefef;
    color: #333;
}

.page li a.page-num-current {
    background: #007ad6;
    color: #fff;
    border-color: #007ad6;
}


.proBox .comBox {
    background: #fcfdfa url(../images/bg1.png) no-repeat right bottom;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.proBox .comBox .pho {
    width: 36%;
    float: left;
}

.proBox .comBox .text {
    width: 64%;
    float: left;
    padding: 30px 20px 0 40px;
    box-sizing: border-box;
    position: relative;
}

.proBox .comBox .text:before {
    content: "";
    width: 3px;
    position: absolute;
    right: 60px;
    bottom: 40%;
    top: 0;
    opacity: 0.1;
    border-radius: 2px;
    background: #258cd2;
}

.proBox .comBox .text h1 {
    font-size: 30px;
    color: #343434;
    font-family: "思源黑体 CN";
    margin-bottom: 8px
}

.proBox .comBox .text p {
    color: #333;
    font-size: 16px;
    line-height: 38px;
    padding-left: 40px;
    font-family: "思源黑体 CN";
    position: relative;
}

.proBox .comBox .text p:before {
    content: "";
    width: 30px;
    height: 3px;
    background: #258cd2;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 3px;
}

.proBox .comBox .text .info {
    font-size: 15px;
    line-height: 30px;
    color: #666;
    margin: 10px 0 20px;
}

.proBox .comBox .text a {
    display: block;
    float: left;
    width: 130px;
    line-height: 40px;
    background: #258cd2;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.proBox .comBox .text a:last-child {
    background: #1069a5;
    float: right;
}

.proBox .showBox ul.list {
    border-bottom: 1px solid #dedede;
}

.proBox .showBox {
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.proBox .showBox ul.list li {
    width: 80px;
    margin: 0 50px;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    float: left;
}

.proBox .showBox ul.list li:hover, .proBox .showBox ul.list li.on {
    color: #258cd2;
    border-bottom: 2px solid #258cd2;
    font-weight: 600;
}

.blink {
    color: hsla(0, 0%, 100%, .65);
    font-weight: 800;
    font-size: 20px !important;
    background-image: -webkit-linear-gradient(left, #0957b8, #1069a5 25%, #acafc1 50%, #146bd6 75%, #258cd2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 2s infinite linear;
    font-family: "微软雅黑";
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -100% 0
    }
}

.proBox .showBox .tabBox {
    padding: 25px 4%;
}

.proBox .showBox .tabBox .text {
    padding: 25px 8%;
    font-size: 15px;
    color: #666;
}

.proBox .showBox .tabBox .text a {
    color: #666;
}

.proBox .showBox .tabBox .text h2 {
    font-size: 20px !important;
    color: #1069a5 !important;
    line-height: 50px !important;
    margin-bottom: 10px !important;
}

.proBox .showBox .tabBox .text h2 span {
    font-size: inherit !important;
}

.proBox .showBox .tabBox .text p {
    font-size: 15px;
    line-height: 35px;
    color: #666;
    padding: 5px 10px;
}

.proBox .showBox .tabBox .text p:nth-child(odd) {
    background: none;
}

.proBox .showBox .tabBox .text table {
    border-collapse: collapse;
    width: auto !important;
    max-width: 100% !important
}

.proBox .showBox .tabBox .text table td {
    padding: 5px;
    border: 1px solid #dedede !important;
    color: #888 !important
}

.proBox .showBox .tabBox .text table td p {
    padding: 0;
    background: none;
}

.proBox .showBox .tabBox .img p {
    background: none !important;
    padding: 0;
}

.proBox .showBox .tabBox .img img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    max-width: 100%;
    height: inherit !important;
}

.proBox .showBox .tabBox .lkcp li {
    width: 33.33%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.proBox .showBox .tabBox .lkcp li a {
    display: block;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.proBox .showBox .tabBox .lkcp li p {
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #efefef;
}

.proBox .showBox .tabBox .lkwz li {
    width: 50%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

.proBox .showBox .tabBox .lkwz li a {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 8px;
}

.proBox .showBox .tabBox .lkwz li a .time {
    width: 20%;
    float: left;
    text-align: center;
    padding: 8px 0;
    background: #258cd2;
    color: #fff;
}

.proBox .showBox .tabBox .lkwz li a .time span {
    display: block;
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #fefefe;
}

.proBox .showBox .tabBox .lkwz li a .time strong {
    display: block;
    font-size: 21px;
    line-height: 40px;
    margin-top: 8px;
}

.proBox .showBox .tabBox .lkwz li a .tex {
    width: 80%;
    float: left;
    padding: 10px 15px 0;
    box-sizing: border-box;
}

.proBox .showBox .tabBox .lkwz li a .tex h3 {
    font-size: 18px;
    padding-right: 30px;
    background: url(../images/next1_1.png) no-repeat right center;
    background-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .showBox .tabBox .lkwz li a .tex p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    color: #666;
    height: 60px;
    overflow: hidden;
}

.fy {
    margin-top: 20px;
    color: #666;
    font-size: 15px;
}

.fy a {
    color: #666;
}

.fy .prev {
    width: 50%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fy .next {
    width: 50%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.proBox .ndl dl {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 25px;
    border-radius: 10px;
    margin: 30px 20px;

}

.proBox .ndl dl dt {
    width: 30%;
    float: left;
}

.proBox .ndl dl dd {
    width: 70%;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
}

.proBox .ndl dl dd h3 {
    font-size: 20px;
    margin: 10px 0 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .ndl dl dd p {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.proBox .ndl dl dd span {
    display: block;
    width: 120px;
    line-height: 36px;
    border: 1px solid #dedede;
    color: #999;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
    float: right;
}

.proBox .ndl dl:hover dd h3 {
    color: #258cd2;
}

.proBox .ndl dl:hover dd span {
    background: #258cd2;
    color: #fff;
    border-color: #258cd2;
}

.proBox .nshow .title {
    text-align: center;
    padding: 30px 0 20px;
    border-bottom: 1px solid #efefef;

}

.proBox .nshow .title h1 {
    font-weight: normal;
    font-size: 28px;
    color: #343434;
}

.proBox .nshow .title p {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
}

.proBox .nshow .title p a {
    color: #888;
}

.proBox .nshow .ntext {
    padding: 30px 8%;
    font-size: 16px;
    line-height: 30px;
    color: #555;
}

.proBox .nshow .ntext a {
    color: #555;
}

.proBox .nshow .ntext img {
    width: auto !important;
    max-width: 100% !important;
    height: inherit !important;
    display: block;
    margin: 0 auto !important;
}

.proBox .nshow .ntext video {
    width: 100%;
}

.posi1 {
    padding: 20px 0;
    background: #258cd2;
}

.posi1 .container {
    background: url(../images/home.png) no-repeat left center;
    background-size: 24px;
    color: #fff;
    font-size: 15px;
    padding-left: 32px
}

.posi1 .container a {
    color: #fff;
}

.abBox .abText {
    background: #f6f6f6;
    padding: 65px 80px;
    position: relative;
}

.abBox .abText:before {
    content: "“";
    font-size: 200px;
    line-height: 60px;
    position: absolute;
    left: -30px;
    top: 20px;
    color: #d8d8d8;
    font-family: "Arial";
}

.abBox .abText:after {
    content: "”";
    font-size: 200px;
    line-height: 60px;
    position: absolute;
    right: -30px;
    bottom: -80px;
    color: #258cd2;
    font-family: "Arial";
}

.abBox .abText h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 20px;
}

.abBox .abText p {
    font-size: 16px;
    line-height: 30px;
    color: #444;
    margin: 10px 0;
    text-indent: 2em;
}

.abBox .abul {
    margin: 30px 10%;
    overflow: hidden;
}

.abBox .abul li {
    display: table;
    width: 100%;
    border-collapse: collapse;
    background: #e9e9e9;
    margin-top: 30px;
    vertical-align: middle;
}

.abBox .abul li .pho {
    width: 60%;
    display: table-cell;
}

.abBox .abul li .txt {
    width: 40%;
    padding: 0 40px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.abBox .abul li .txt h3 {
    font-size: 30px;
    margin-bottom: 12px;
    color: #333;
}

.abBox .abul li .txt p {
    font-size: 16px;
    line-height: 40px;
    color: #666;
}

.abBox .abul li:hover {
    background: #258cd2;
}

.abBox .abul li:hover h3, .abBox .abul li:hover p {
    color: #fff;
}

.lxBox .lxul li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 16px;
}

.lxBox .lxul li span {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: url(../images/contact-icon1.png) no-repeat center;
    background-size: 45px;
    border: 1px solid #dedede;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto 15px;
}

.lxBox .lxul li:nth-child(2) span {
    background-image: url(../images/contact-icon2.png);
}

.lxBox .lxul li:nth-child(3) span {
    background-image: url(../images/contact-icon3.png);
}

.lxBox .lxul li:nth-child(4) span {
    background-image: url(../images/contact-icon4.png);
}

.lxBox .lxul li h4 {
    color: #444;
    font-size: 18px;
    margin-bottom: 10px;
}

.lxBox .lxul li p {
    color: #999;
}

.lxBox .lxul li:hover h4 {
    color: #258cd2;
}

.lxBox .lxul li:hover span {
    background: #258cd2 url(../images/contact-icon1a.png) no-repeat center;
    background-size: 45px;
    border-color: #258cd2;
}

.lxBox .lxul li:nth-child(2):hover span {
    background-image: url(../images/contact-icon2a.png);
    background-color: #258cd2;
}

.lxBox .lxul li:nth-child(3):hover span {
    background-image: url(../images/contact-icon3a.png);
    background-color: #258cd2;
}

.lxBox .lxul li:nth-child(4):hover span {
    background-image: url(../images/contact-icon4a.png);
    background-color: #258cd2;
}

.lxBox .lbox {
    margin-top: 50px;
    background: #fafafa;
}

.lxBox .lbox .pho {
    width: 40%;
}

.lxBox .map {
    float: right;
    width: 60%;
}

.vdul li {
    width: 25%;
    float: left;
    padding: 20px 15px;
    box-sizing: border-box;
}

.vdul li a {
    display: block;
    background: #f8f8f8;
    padding: 15px;
}

.vdul li .pho {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

.vdul li .pho:after {
    content: "";
    width: 60px;
    height: 60px;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hnul li .pho:after {
    display: none;
}

.vdul li a h3 {
    line-height: 30px;
    margin-top: 15px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    font-family: "思源黑体 CN";
    text-overflow: ellipsis;
    color: #333;
    text-align: center;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
    .proBox {
        padding: 40px 0;
    }

    .lxBox .lxul li h4 {
        font-size: 17px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
    .proBox .flBox .title strong {
        font-size: 20px;
    }

    .proBox>.fl ul.ul1 li a {
        font-size: 16px;
        background-size: 20px;
    }

    .proBox>.fl h3 {
        font-size: 18px;
    }

    .proBox>.fl .tjBox ul li a {
        font-size: 14px;
    }

    .proBox>.fl .lxBox .text p {
        font-size: 14px;
    }

    .proBox .tab a .box {
        font-size: 15px;
    }

    .proBox .comBox .text h1 {
        font-size: 26px;
    }

    .proBox .comBox .text p {
        font-size: 15px;
        padding-left: 36px;
        line-height: 34px;
    }

    .proBox .comBox .text p:before {
        width: 23px;
    }

    .proBox .comBox .text .info {
        font-size: 14px;
        line-height: 27px;
    }

    .proBox .comBox .text a {
        width: 120px;
        line-height: 34px;
        font-size: 14px;
    }

    .proBox .showBox .tabBox {
        padding-top: 15px;
    }

    .proBox .showBox .tabBox .text {
        padding: 20px 10%;
    }

    .proBox .showBox .tabBox .text p {
        font-size: 15px;
        line-height: 27px;
    }

    .proBox .ndl dl dd h3 {
        font-size: 18px;
    }

    .proBox .ndl dl dd p {
        line-height: 27px;
        height: 54px;
    }

    .proBox .ndl dl dd span {
        width: 100px;
        line-height: 32px;
    }

    .vdul li a h3 {
        font-size: 16px;
        font-weight: normal;
    }

    .abBox .abul li .txt h3 {
        font-size: 24px;
    }

    .abBox .abul li .txt p {
        font-size: 14px;
        line-height: 30px;
    }

    .lxBox .lxul li h4 {
        font-size: 16px;
    }

    .lxBox .lbox {
        height: 350px;
        overflow: hidden;
    }
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
    .proBox .showBox ul.list li.blink {
        font-size: 18px !important;
    }


    .proBox .showBox .tabBox .lkwz li a .time {
        width: 25%;
    }

    .proBox .showBox .tabBox .lkwz li a .time span {
        font-size: 20px;
        line-height: 40px;
    }

    .proBox .showBox .tabBox .lkwz li a .time strong {
        font-size: 18px;
        line-height: 30px;
    }

    .proBox .showBox .tabBox .lkwz li a .tex h3 {
        font-size: 16px;
    }

    .proBox .showBox .tabBox .lkwz li a .tex p {
        line-height: 27px;
        margin-top: 0;
    }

    .proBox .showBox .tabBox .lkwz li a .tex {
        width: 75%;
    }

    .proBox .comBox .text .info {
        margin-bottom: 10px;
    }

    .proBox .ndl dl dd span {
        margin-top: 15px;
    }

    .proBox .ndl dl {
        padding: 16px;
    }

    .proBox .nshow .title h1 {
        font-size: 25px;
    }

    .lxBox .lxul li span {
        width: 80px;
        height: 80px;
        background-size: 36px;
    }

    .lxBox .lxul li:hover span {
        background-size: 36px;

    }

}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .proBox .flBox .title h2 {
        font-size: 26px;
    }

    .proBox>.fl ul.ul1 li a {
        font-size: 16px;
        line-height: 45px;
        background-size: 20px;
    }

    .proBox>.fl ul.ul1 li.on a {
        background-size: 20px;

    }

    .proBox>.fl ul.ul1 li .submenu a {
        font-size: 14px;
        line-height: 36px;
    }

    .proBox>.fl ul.ul1 li .submenu a:after {
        width: 12px;
        height: 12px;
    }

    .proBox>.fl ul.ul1 li .submenu a:before {
        left: 14.5px;
    }

    .proBox>.fl ul.ul1 li .submenu a {
        padding-left: 30px;
        background-size: 16px;
    }

    .proBox>.fl h3 {
        font-size: 16px;
        line-height: 42px;
    }

    .proBox>.fl .lxBox .text h4 {
        font-size: 16px;
    }

    .proBox .tab a .box {
        font-size: 14px;
    }

    .abBox .abText {
        margin: 0 8%;
        width: auto;
        padding: 40px 40px;
    }

    .abBox .abText h3 {
        font-size: 24px;
    }

    .abBox .abText p {
        font-size: 15px;
        line-height: 28px;
        margin: 6px 0;
    }

    .abBox .abul li .txt h3 {
        font-size: 22px;
    }

    .lxBox .lxul li {
        font-size: 14px;
    }

    .lxBox .lxul li h4 {
        font-weight: 500;
        font-size: 15px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
    .proBox .comBox .text {

        padding-top: 20px;
    }

    .proBox .comBox .text h1 {
        font-size: 22px;
    }

    .proBox .comBox .text p {
        line-height: 30px;
    }

    .proBox .comBox .text .info {
        margin: 6px 0 10px;
    }

    .proBox .showBox .tabBox .lkcp li {
        padding: 15px;
    }
}

@media all and (min-width: 992px) and (max-width: 1024px) {

    .proBox>.fl ul.ul1 li .submenu a {
        font-size: 12px;
        padding-left: 24px;
    }

    .proBox>.fl ul.ul1 li .submenu {
        padding-left: 0;
    }

    .proBox .comBox .text {
        padding-top: 10px;
    }

    .proBox .comBox .text h1 {
        font-size: 18px;
    }

    .proBox .comBox .text p {
        font-size: 13px;
        line-height: 25px;
    }

    .proBox .comBox .text .info {
        font-size: 13px;
        line-height: 25px;
    }

    .proBox .comBox .text a {
        width: 108px;
        line-height: 30px;
        font-size: 13px;
    }

    .proBox .showBox ul.list li {
        margin: 0 30px;
        font-size: 15px;
    }

    .proBox .ndl dl dd {
        padding-left: 15px;
    }

    .proBox .ndl dl dd h3 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .proBox .ndl dl dd p {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        margin: 5px 0;
    }

    .proBox .ndl dl dd span {
        line-height: 30px;
        margin-top: 8px;
    }

    .vdul li {
        width: 33.33%;
    }

    .lxBox .lxul li span {
        width: 60px;
        height: 60px;
        background-size: 30px;
    }

    .lxBox .lxul li:hover span {
        background-size: 30px;

    }

    .lxBox .lxul li {
        font-size: 12px;
    }

    .lxBox .lxul li h4 {
        font-size: 13px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .posi {
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .proBox {
        padding: 30px 10px;
    }

    .proBox .flBox {
        width: 100%;
    }

    .proBox .flBox .title {
        padding: 20px 20px;
        text-align: left;
        background: #258cd2 url(../images/xl.png) no-repeat right 13px center;
        background-size: 40px;

    }

    .proBox .flBox .title:after {
        opacity: 0.1;
    }

    .proBox .flBox .title h2 {
        font-size: 26px;
    }

    .proBox .flBox .title strong {
        font-size: 18px;
    }

    .proBox>.fl ul.ul1 {
        padding: 15px;
        display: none;
    }


    .proBox>.fl .tjBox, .proBox>.fl .lxBox {
        display: none;
    }

    .proBox>.fr {
        width: 100%;
        margin-top: 30px;
    }


    .proBox .tab a .box {
        padding: 12px 8px;
        font-size: 15px;
        border: 1px solid #dedede;
        border-bottom: none;
        text-align: center;
    }

    .proBox .tab:last-child a .box {
        border-bottom: 1px solid #dedede;
    }

    .proBox .tab a .box1 {
        width: 30%;
    }

    .proBox .tab a .box1 img {
        width: 90%;
    }

    .proBox .tab a .box2 {
        width: 45%;
    }

    .proBox .tab a .box2 h3 {
        font-size: 15px;
    }

    .proBox .tab a .box2 span {
        display: block !important;
    }

    .proBox .tab a .box:nth-child(5) {
        width: 25%
    }

    .page li a {
        padding: 3px 10px;
        font-size: 14px;
    }

    .proBox .comBox {
        background: #fcfdfa url(../images/bg1.png) no-repeat right bottom;
        box-shadow: 0 0 8px rgba(0, 0, 0, .2);
        margin: 0 10px;
    }

    .proBox .comBox .pho {
        width: 100%;
        float: inherit;
    }

    .proBox .comBox .text {
        width: 100%;
        border-top: 1px solid #dedede;
        float: inherit;
        padding: 20px 10px;
    }

    .proBox .comBox .text:before {
        display: noen;
    }

    .proBox .comBox .text h1 {
        font-size: 22px;
    }

    .proBox .comBox .text p {
        font-size: 15px;
        line-height: 30px;
        padding-left: 30px;
    }

    .proBox .comBox .text p:before {
        width: 20px;
        height: 2px;
    }

    .proBox .comBox .text .info {
        font-size: 13px;
        line-height: 22px;
        margin: 5px 0 6px;
    }

    .proBox .comBox .text a {
        width: 120px;
        line-height: 32px;
        font-size: 14px;
    }


    .proBox .showBox {
        margin: 30px 0px 0;
    }

    .proBox .showBox ul.list li {
        width: 60px;
        margin: 0 7px;
        line-height: 50px;
        font-size: 14px;
    }

    .blink {
        font-size: 15px !important;
    }

    .proBox .showBox .tabBox {
        padding: 20px 0%;
    }

    .proBox .showBox .tabBox .text {
        padding: 0px 10px;
    }

    .proBox .showBox .tabBox .text h2 {
        font-size: 18px;
        line-height: 40px;
    }

    .proBox .showBox .tabBox .text p {
        font-size: 14px;
        line-height: 27px;
    }

    .proBox .showBox .tabBox .img img {
        width: 100% !important;
    }

    .proBox .showBox .tabBox .lkcp li {
        width: 100%;
        float: inherit;
        padding: 15px;
    }

    .proBox .showBox .tabBox .lkcp li p {
        line-height: 40px;
        font-size: 14px;
    }

    .proBox .showBox .tabBox .lkwz li {
        width: 100%;
        float: inherit;
        padding: 10px;
    }


    .proBox .showBox .tabBox .lkwz li a .time {
        width: 25%;
        padding: 8px 0;
    }

    .proBox .showBox .tabBox .lkwz li a .time span {
        font-size: 20px;
        line-height: 30px;
    }

    .proBox .showBox .tabBox .lkwz li a .time strong {
        font-size: 18px;
        line-height: 30px;
        margin-top: 6px;
    }

    .proBox .showBox .tabBox .lkwz li a .tex {
        width: 75%;
        padding: 6px 8px 0;
    }

    .proBox .showBox .tabBox .lkwz li a .tex h3 {
        font-size: 15px;
        padding-right: 20px;
        background-size: 16px;
    }

    .proBox .showBox .tabBox .lkwz li a .tex p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 6px;
        height: 44px;
    }

    .fy {
        margin-top: 20px;
        color: #666;
    }

    .fy .prev {
        width: 100%;
        float: inherit;
        font-size: 14px;
    }

    .fy .next {
        width: 100%;
        text-align: left;
        float: inherit;
        font-size: 14px;
    }

    .proBox .ndl dl {
        padding: 0px;
        border-radius: 5px;
        margin: 20px 0px;

    }

    .proBox .ndl dl dt {
        width: 40%;
    }

    .proBox .ndl dl dd {
        width: 60%;
        padding-left: 10px;
    }

    .proBox .ndl dl dd h3 {
        font-size: 16px;
        margin: 10px 0 6px;
    }

    .proBox .ndl dl dd p {
        font-size: 13px;
        line-height: 24px;
        height: 48px;
    }

    .proBox .ndl dl dd span {
        display: none
    }

    .proBox .nshow .title {
        padding: 20px 8px 20px;

    }

    .proBox .nshow .title h1 {
        font-size: 24px;
    }

    .proBox .nshow .title p {
        font-size: 12px;
        margin-top: 6px;
    }


    .proBox .nshow .ntext {
        padding: 20px 10px;
        font-size: 15px;
    }

    .proBox .nshow .ntext img {
        width: 100% !important;
    }

    .posi1 {
        padding: 10px 8px 10px 10px;
    }

    .posi1 .container {
        background-size: 22px;
        font-size: 14px;
    }

    .abBox .abText {
        padding: 25px 20px;
    }

    .abBox .abText:before {
        font-size: 170px;
        left: 0px;
        top: 10px;
    }

    .abBox .abText:after {
        font-size: 170px;
        right: 0px;
        bottom: -60px;
    }

    .abBox .abText h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .abBox .abText p {
        font-size: 15px;
        margin: 6px 0;
    }

    .abBox .abul {
        margin: 30px 0%;
    }

    .abBox .abul li {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .abBox .abul li .pho {
        width: 100%;
        display: block;
    }

    .abBox .abul li .txt {
        width: 100%;
        padding: 40px 10px;
        display: block;
        box-sizing: border-box;
    }

    .abBox .abul li .txt h3 {
        font-size: 24px;
    }

    .abBox .abul li .txt p {
        font-size: 15px;
        line-height: 30px;
    }


    .lxBox .lxul li {
        width: 100%;
        float: inherit;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .lxBox .lxul li span {
        width: 60px;
        height: 60px;
        line-height: 60px;
        background-size: 35px;
        margin: 0 auto 10px;
    }

    .lxBox .lxul li h4 {
        font-size: 16px;
    }



    .lxBox .lbox {
        margin-top: 40px;
    }

    .lxBox .lbox .pho {
        display: none;
    }

    .lxBox .map {
        width: 100%;
    }

    .vdul li {
        width: 50%;
        padding: 20px 10px;
    }

    .vdul li a {
        padding: 0px;
        background: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    }

    .vdul li .pho {
        border-radius: 5px 5px 0 0;
    }

    .vdul li .pho:after {
        width: 50px;
        height: 50px;
    }

    .vdul li a h3 {
        line-height: 40px;
        margin-top: 0px;
        font-size: 16px;
    }
}