.posi {
    line-height: 60px;
    background: #f9fafc;
}

.posi .container {
    position: relative;
    padding-left: 70px;
}

.posi .tim {
    position: absolute;
    right: 0;
    top: 0;
    color: #f9fafc;
}

.posi span {
    display: block;
    width: 60px;
    background: #1e68e1 url(../images/icon23.png) no-repeat center;
    background-size: 26px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

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

.proBox {
    margin: 40px auto;
}

.proBox .flBox {
    width: 20%;
    padding-bottom: 50px;
    position: relative;
}

.proBox .flBox:before {
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    background: #f9fafc;
    left: -100%;
    bottom: 0;
    z-index: -1;
}

.proBox .flBox .form {
    margin: 0 20px 20px 0;
}

.proBox .flBox .form form {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.proBox .flBox .form input[type="text"] {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 80px 0 8px;
    box-sizing: border-box;
    background: #fff;
    border: none;
}

.proBox .flBox .form input[type="submit"] {
    width: 60px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    background: #1e68e1;
    border: none;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

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

.proBox .flBox ul {
    padding: 0 20px 0 10px;
}

.proBox .flBox li {
    border-bottom: 1px dashed #eaeaea;
}

.proBox .flBox li h4 {
    line-height: 50px;
    font-size: 17px;
	padding-left:36px;
   background: url(../images/icon34.png) no-repeat right center;
    background-size: 21px;
	cursor:pointer;
	color:#333
}

.proBox .flBox li .sub {
    padding: 0 0 5px 36px;
    display: none;
}

.proBox .flBox li .sub a {
    display: block;
    line-height: 20px;
    position: relative;
    font-size: 15px;
	padding:5px 0 5px 25px;
    color: #555;
	font-weight:350
}

.proBox .flBox li .sub a:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #aaa;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.proBox .flBox li.on h4 {
    color: #1e68e1;
   background-image: url(../images/icon35.png);
}

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

.proBox .flBox li .sub a.on {
    color: #1e68e1;
}

.proBox .flBox li .sub a.on:before {
    border-color: #1e68e1;
}

.proBox .frBox {
    width: 78%;
}

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

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

.proBox .frBox .pBox .tab:first-child a .box {
    border-top: 1px solid #f1f1f1;
}

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

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

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

.proBox .frBox .pBox .tab a .box2 h3 {
    font-size: 16px;
    font-weight: 350;
}

.proBox .frBox .pBox .tab a .box4 {
    width: 35%;
    padding: 8px 15px;
	text-align:left
}

.proBox .frBox .pBox .tab a .box3 {
    width: 11%;
}
.proBox .frBox .pBox .tab:nth-child(1) a .box4 {
	text-align:center
}
.proBox .frBox .pBox .tab a .box:nth-child(2n) {
    background: #fefefe;
}

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

.page li {
    display: inline-block;
    color: #666
}

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

.page li.active a {
    background: #1e68e1;
    color: #fff;
    border-color: #1e68e1;
}

.proBox .frBox .comBox {
    background: #fdfdfd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

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

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

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

.proBox .frBox .comBox .text .gg div {
    width: 30%;
    float: left;
    border-right: 1px solid #efefef;
    box-sizing: border-box;
    padding-left: 20px;
}

.proBox .frBox .comBox .text .gg div:last-child {
    border-right: none;
}

.proBox .frBox .comBox .text .gg div span {
    display: block;
    font-size: 15px;
    color: #666;
    margin-bottom: 6px;
}

.proBox .frBox .comBox .text .gg div strong {
    font-size: 17px;
    font-weight: 500;
    color: #1e68e1;
}

.proBox .frBox .comBox .text .qb {
    margin: 20px 0 30px;
    font-size: 15px;
}

.proBox .frBox .comBox .text .qb span {
    color: #1e68e1;
}

.proBox .frBox .comBox .text .link {
    margin-top: 60px;
}

.proBox .frBox .comBox .text .link a {
    display: block;
    width: 140px;
    line-height: 50px;
    color: #fff;
    float: left;
    text-align: center;
    border-radius: 25px;
    background: #09bd08;
    font-size: 16px;
}

.proBox .frBox .comBox .text .link a.tel {
    width: 260px;
    background: #1e68e1;
    margin-left: 20px;
}

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

.proBox .frBox .desc {
    margin-top: 40px;
}

.proBox .frBox .desc h3 {
    padding-left: 20px;
    position: relative;
    font-size: 26px;
    line-height: 45px;
    font-weight: 500;
}

.proBox .frBox .desc h3:before {
    content: "";
    left: 0;
    position: absolute;
    width: 4px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: #1e68e1;
}

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

.proBox .frBox .desc .info img {
    width: 100% !important;
    max-width: 750px !important;
    height: inherit !important;
    display: block;
    margin: 0 auto;
}

.proBox .frBox .desc .info h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #1e68e1;
}

.proBox .frBox .desc .info p, .proBox .frBox .desc .info span {
    font-size: 15px !important;
    font-weight: 350;
    line-height: 25px !important;
	margin-bottom:0 !important
}
.proBox .frBox .desc .info table {
	width:auto !important;
	max-width:100% !important;
	border-collapse:collapse
}
.proBox .frBox .desc .info table td {
	padding:6px;
	border:1px solid #dedede !important
}
.lkBox {
    background: #f9fafc;
    margin-top: 50px;
    margin-bottom: -40px;
}

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

.lkBox li a {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.lkBox li a .pho {
    width: 90%;
    margin: 0 auto;
}

.lkBox li a h3 {
    line-height: 60px;
    font-size: 17px;
    font-weight: 400;
    padding: 0 42px 0 22px;
    border-top: 1px solid #efefef;
    background: url(../images/icon26.png) no-repeat right 20px center;
    background-size: 24px;
}

.lkBox li:hover a h3 {
    color: #1e68e1;
}

.fy {
    margin-top: 20px;
}

.fy li {
    width: 50%;
    color: #666;
}

.fy li.fr {
    text-align: right;
}

.fy li a {
    color: #666;
}

.fy li:hover, .fy li:hover a {
    color: #1e68e1;
}

/* 新闻资讯 */

.proBox .nDl dl {
    background: #fafafa;
    border: 1px solid #efefef;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
}

.proBox .nDl dl dt {
    width: 30%;
    float: left;
}

.proBox .nDl dl dd {
    width: 70%;
    float: left;
    padding: 30px 40px 0;
    box-sizing: border-box;
}

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

.proBox .nDl dl dd span.tim {
    display: block;
    padding-left: 32px;
    background: url(../images/icon27.png) no-repeat left center;
    background-size: 24px;
    color: #666;
}

.proBox .nDl dl dd h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.proBox .nDl dl dd span.more {
    display: block;
    float: right;
    position: relative;
    margin-top: 30px;
    color: #1e68e1;
    padding-right: 10px;
    font-weight: 350;
}

.proBox .nDl dl dd span.more img {
    width: 40px;
    margin-left: 6px;
}

.proBox .nDl dl dd span.more:after {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #1e68e1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) skew(-5deg);
    border-radius: 4px;
}

/* 客户案例 */
.proBox .alUl li {
    width: 33.33%;
    float: left;
    padding: 10px 30px 20px;
    box-sizing: border-box;
}

.proBox .alUl li a {
    display: block;
}

.proBox .alUl li a .text {
    padding-top: 20px;
}

.proBox .alUl li a .text span {
    display: block;
    color: #999;
    font-weight: 400;
}

.proBox .alUl li a .text h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .alUl li a .text b {
    display: block;
    color: #1e68e1;
    font-weight: 400;
    font-size: 14px;
}

.proBox .alUl li a .text img {
    width: 16px;
}

.proBox .alUl li:hover a .text h3 {
    color: #1e68e1;
    text-decoration: underline;
}

.nShow .nlBox {
    width: 70%;
    border-right: 1px solid #efefef;
    padding: 0 50px 30px 0;
    box-sizing: border-box;
}

.nShow .nlBox .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.nShow .nlBox .title h1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.nShow .nlBox .title p {
    font-weight: 300;
    color: #999;
}

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

.nShow .nlBox .text {
    padding: 20px 6%;
    font-size: 15px;
}

.nShow .nlBox .text img {
    display: block;
    margin: 0 auto 5px;
    width: 100% !important;
    max-width: 600px !important;
    height: inherit !important;
}

.nShow .nlBox .text p, .nShow .nlBox .text span {
    font-size: 15px !important;
    line-height: 26px !important;
    font-weight: 350;
    color: #555;
}

.nShow .nlBox .text table {
    width: auto !important;
    max-width: 100% !important;
    border-collapse: collapse;
}

.nShow .nlBox .text table td {
    padding: 5px;
    border: 1px solid #dedede !important;
}

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

.nShow .nrBox {
    width: 26%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    overflow: hidden;
    border-top: 5px solid #1e68e1;
    padding: 30px;
    box-sizing: border-box;
}

.nShow .nrBox h3 {
    line-height: 25px;
    font-size: 24px;
    padding-left: 14px;
    position: relative;
    margin-bottom: 15px;
}

.nShow .nrBox h3:before {
    content: "";
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #1e68e1;
    border-radius: 2px;
}

.nShow .nrBox li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
}

.nShow .nrBox li a h4 {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nShow .nrBox li a p {
    font-weight: 300;
    margin-top: 6px;
}

.nShow .nrBox li a p span {
    color: #999;
}

/* 关于我们 */
.abBox .box1 .text {
    padding: 50px 0;
    background: url(../images/bg5.jpg) no-repeat right bottom;
    background-size: 90%;
    position: relative;
}

.abBox .box1 .text .container .tex {
    width: 60%;
    padding-bottom: 60px;
}

.abBox .box1 .text strong {
    display: block;
    line-height: 1;
    font-size: 110px;
    color: #fff;
    text-shadow:
        -1px -1px 0 rgba(0, 0, 0, .6),
        1px -1px 0 rgba(0, 0, 0, .6),
        -1px 1px 0 rgba(0, 0, 0, .6),
        1px 1px 0 rgba(0, 0, 0, .6);
    opacity: 0.07;
    position: absolute;
    left: -14%;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%) rotate(90deg);
}

.abBox .box1 .text h2 {
    font-size: 36px;
    font-weight: 500;
}

.abBox .box1 .text span {
    display: block;
    width: 56px;
    height: 4px;
    border-radius: 2px;
    background: #1e68e1;
    margin: 10px 0 20px 4px;
}

.abBox .box1 .text p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-indent: 2em;
    font-weight: 350;
}

.abBox .box1 .ul {
    padding: 60px 0;
    background: #fafafa;
}

.abBox .box1 .ul li {
    width: 25%;
    float: left;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.abBox .box1 .ul strong {
    color: #1e68e1;
    font-size: 46px;
}

.abBox .box2 li {
    width: 32%;
    float: left;
    text-align: center;
    margin-right: 2%;
    padding-top: 30px;
}

.abBox .box2 li:last-child {
    margin-right: 0;
}

.abBox .box2 li span {
    display: block;
    width: 130px;
    margin: 0 auto 15px;
}

.abBox .box2 li h3 {
    font-size: 24px;
    font-weight: 500;
    color: #1e68e1;
}

.abBox .box2 li p {
    font-size: 16px;
    height: 60px;
    line-height: 30px;
    margin-top: 5px;
    color: #444;
}

/* 联系我们 */
.lxBox {
    background: #fafafa;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #eaeaea;
}

.lxBox .container {
    background: #fff;
    padding: 0;
    margin: 50px auto;
}

.lxBox .container .text {
    width: 65%;
    padding: 30px 50px 0;
    box-sizing: border-box;
    position: relative;
}

.lxBox .container .text .title {
    text-align: left;
}

.lxBox .container .text .title h2 {
    font-size: 32px;
}

.lxBox .container .text .title span {
    margin: 10px 0;
}

.lxBox .container .text strong {
    display: block;
    font-size: 80px;
    color: #fff;
    text-shadow:
        -1px -1px 0 rgba(0, 0, 0, .6),
        1px -1px 0 rgba(0, 0, 0, .6),
        -1px 1px 0 rgba(0, 0, 0, .6),
        1px 1px 0 rgba(0, 0, 0, .6);
    opacity: 0.1;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: 0;

}

.lxBox .container .text ul {
    margin: 20px 0 40px;
}

.lxBox .container .text li {
    width: 30%;
    float: left;
    text-align: center;
    padding: 0 8px;
    box-sizing: border-box;
}

.lxBox .container .text li:last-child {
    width: 40%;
}

.lxBox .container .text li .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #999;
    border-radius: 50%;
    margin: 0 auto;
}

.lxBox .container .text li .icon span {
    display: block;
    width: 36px;
    height: 36px;
    margin: 23px auto 0;
    background: url(../images/tel1.png) no-repeat top center;
    background-size: 36px;
    overflow: hidden;
}

.lxBox .container .text li:nth-child(2) .icon span {
    background-image: url(../images/email.png);
}

.lxBox .container .text li:nth-child(3) .icon span {
    background-image: url(../images/add.png);
}

.lxBox .container .text li:hover .icon {
    border-color: #1e68e1;
    background: #1e68e1;
}

.lxBox .container .text li:hover .icon span {
    background-position: bottom center;
}

.lxBox .container .text li h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
}

.lxBox .container .text li p {
    font-size: 16px;
    color: #666;
}

.lxBox .container .text .wx {
    width: 50%;
    text-align: center;
    float: left;
}

.lxBox .container .text .wx img {
    width: 120px;
}

.lxBox .container .text .wx p {
    font-weight: 350;
    margin-top: 5px;
    color: #999;
}

.lxBox .container .pho {
    width: 35%;
}


@media all and (min-width: 1024px) and (max-width: 1600px) {
.proBox .flBox ul {
	padding-left:0
}
    .proBox .flBox li h4 {
        font-size: 17px;
        line-height: 46px;
		padding-left:16px
    }

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


    .proBox .flBox li .sub a:before {
        width: 7px;
        height: 7px;
    }

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

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

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

    .proBox .frBox .comBox .text .link {

        margin-top: 40px
    }

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

    .lkBox li a h3 {
        font-size: 16px;
        line-height: 45px;
        padding: 0 36px 0 14px;
        background-position: right 12px center;
    }

    .proBox .alUl li {
        padding: 10px 22px 20px;
    }

    .proBox .alUl li a .text {
        padding-top: 12px;
    }

    .proBox .alUl li a .text h3 {
        font-size: 18px;
        margin: 8px 0;
    }

    .proBox .nDl dl dd p {
        font-size: 15px;
        line-height: 28px;
    }

    .proBox .nDl dl dd {
        padding-top: 20px;
    }

    .nShow .nlBox .title h1 {
        margin-bottom: 10px;
    }

    .nShow .nrBox {
        padding: 24px 22px;
    }

    .nShow .nrBox li a h4 {
        font-size: 17px;
    }

    .nShow .nrBox li a p {
        font-size: 14px;
    }

    .abBox .box1 .text {
        padding-top: 0;
        background-size: 100%;
    }

    .abBox .box1 .text h2 {
        font-size: 32px;
    }

    .abBox .box1 .text span {
        width: 46px;
    }

    .abBox .box1 .text .container .tex {
        padding-bottom: 0;
        width: 70%;
    }

    .abBox .box1 .text strong {
        font-size: 100px;
		display:none
    }

    .abBox .box1 .ul {
        padding: 40px 0;
    }

    .abBox .box1 .ul strong {
        font-size: 42px;
    }

    .abBox .box2 li span {
        width: 120px;
    }

    .abBox .box2 li h3 {
        font-size: 22px;
    }

    .lxBox .container .text .title {
        padding-bottom: 10px;
    }

    .lxBox .container .text li .icon {
        width: 70px;
        height: 70px;
    }

    .lxBox .container .text li .icon span {
        width: 30px;
        height: 30px;
        margin-top: 20px;
        background-size: 30px;
    }

    .lxBox .container .text ul {
        margin-bottom: 30px;
    }

    .lxBox .container .text {
        width: 62%;
        padding: 24px 20px 0 30px;
    }

    .lxBox .container .pho {
        width: 38%;
    }

    .lxBox .container .text .title h2 {
        font-size: 30px;
    }

    .lxBox .container .text li p {
        font-size: 15px;
    }

    .lxBox .container .text .wx p {
        font-size: 14px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
    .posi {
        line-height: 50px;
    }

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

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

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

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

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

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

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

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

    .nShow .nrBox {
        width: 27%;
    }

    .abBox .box1 .text strong {
        left: -16%;
    }

    .abBox .box2 li p {
        font-size: 15px;
    }

    .lxBox .container .text ul {
        margin: 20px 0;
    }

    .lxBox .container .text li h3 {
        margin: 6px 0;
    }

    .lxBox .container .text li .icon {
        width: 60px;
        height: 60px;
    }

    .lxBox .container .text li .icon span {
        margin-top: 15px;
    }

    .lxBox .container .text li p {
        font-size: 15px;
    }

    .lxBox .container .text strong {
        font-size: 70px;
    }

    .lxBox .container .text .title h2 {
        font-size: 28px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .proBox .nDl dl dd {
        padding: 22px 25px 0;
    }

    .proBox .nDl dl dd h3 {
        font-size: 18px;
    }

    .proBox .nDl dl dd span.more img {
        width: 32px;
    }

    .proBox .nDl dl dd span.more:after {
        width: 26px;
        height: 26px;
    }

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

    .abBox .box2 li h3 {
        font-size: 20px;
    }

    .lxBox .container .text ul {
        margin-top: 10px;
    }

    .lxBox .container .text .wx img {
        width: 110px;
    }

    .lxBox .container .text strong {
        font-size: 56px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1240px) {
    .proBox .frBox .comBox .text h1 {
        font-size: 24px;
    }

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

    .proBox .frBox .comBox .text .link {
        margin-top: 30px;
    }

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

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

    .proBox .frBox .comBox .text .link a.tel {
        width: 220px;
        margin-left: 10px;
    }

    .proBox .alUl li {
        padding: 10px 15px 20px;
    }

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

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

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

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

    .abBox .box1 .text strong {
        left: -20%;
    }

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

    .abBox .box1 .text {
        background-size: 100%;
    }

    .abBox .box1 .ul {
        padding: 40px 0
    }

    .lxBox .container .pho {
        width: 40%;
    }

    .lxBox .container .text {
        width: 60%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .posi {
        line-height: 28px;
    }

    .posi .container {
        font-size: 13px;
        padding: 10px 10px 10px 45px
    }

    .posi span {
        width: 30px;
        border-radius: 50%;
        left: 10px;
        top: 50%;
        height: 30px;
        bottom: inherit;
        transform: translateY(-50%);
        background-size: 18px;
    }

    .posi a {
        font-size: 13px;
        font-weight: 350;
    }

    .proBox {
        margin: 30px 10px;
        width: auto;
    }

    .proBox .flBox {
        width: 100%;
        padding-bottom: 0px;
        background: #f5f7f8;
        border-radius: 5px;
        overflow: hidden;
    }

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

    .proBox .flBox .form {
        margin: 20px 20px 0px;
    }

    .proBox .flBox h2 {
        padding: 30px 20px 24px;
        font-size: 28px;
        background: url(../images/click.png) no-repeat right 20px center;
        background-size: 32px;
    }

    .proBox .flBox ul {
        display: none;
        padding: 15px;
        border-top: 1px dashed #dedeee;
    }

    .proBox .flBox li {
        background: #fff;
        border-bottom: none;
        margin-bottom: 10px;
        overflow: hidden;
        border-radius: 4px;
    }

    .proBox .flBox li h4 {
        padding: 0 10px 0 20px;
        line-height: 40px;
        font-size: 17px;
        background: url(../images/icon34.png) no-repeat right 10px center;
        background-size: 22px
    }

    .proBox .flBox li .sub {
        border-top: 1px dashed #eaeaea;
    }

    .proBox .flBox li .sub a {
        line-height: 32px;
        font-size: 15px;
		padding:0 0 0 20px
    }

    .proBox .flBox li .sub a:before {
        width: 6px;
        height: 6px;
    }

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

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

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

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

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

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

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

    .page li a {
        padding: 3px 9px;
    }

    .proBox .frBox .comBox {
        border-radius: 5px;
    }

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

    .proBox .frBox .comBox .text {
        width: 100%;
        padding: 20px;
    }

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

    .proBox .frBox .comBox .text .gg div {
        width: 33%;
        padding-left: 12px;
    }

    .proBox .frBox .comBox .text .gg div span {
        font-size: 14px;
    }

    .proBox .frBox .comBox .text .qb {
        margin: 10px 0 20px;
        font-size: 14px;
    }

    .proBox .frBox .comBox .text .link {
        margin-top: 30px;
    }

    .proBox .frBox .comBox .text .link a {
        width: 110px;
        line-height: 36px;
        border-radius: 20px;
        font-size: 14px;
    }

    .proBox .frBox .comBox .text .link a.tel {
        width: 200px;
        background: #1e68e1;
        margin-left: 10px;
    }

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

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

    .proBox .frBox .desc h3 {
        padding-left: 15px;
        font-size: 24px;
        line-height: 40px;
    }

    .proBox .frBox .desc .info {
        padding: 10px 0;
    }

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

    .proBox .frBox .desc .info h2 {
        font-size: 18px;
    }

    .proBox .frBox .desc .info p, .proBox .frBox .desc .info span {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .lkBox {
        margin: 20px -10px 0;
    }

    .lkBox li {
        width: 50%;
        padding: 10px;
    }

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

    .lkBox li a .pho {
        width: 100%;
    }

    .lkBox li a h3 {
        line-height: 40px;
        font-size: 15px;
        padding: 0 8px;
        background: none;
        text-align: center;
    }

    .fy {
        margin-top: 10px;
    }

    .fy li {
        width: 100%;
    }

    .fy li.fr {
        text-align: left;
    }

    /* 新闻资讯 */
    .proBox .nDl dl {
        margin: 15px;
    }

    .proBox .nDl dl dt {
        width: 100%;
        float: inherit;
    }

    .proBox .nDl dl dd {
        width: 100%;
        float: inherit;
        padding: 15px 15px 60px;
    }

    .proBox .nDl dl dd span.tim {
        padding-left: 28px;
        background: url(../images/icon27.png) no-repeat left center;
        background-size: 20px;
    }

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

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

    .proBox .nDl dl dd span.more {
        margin-top: 20px;
        padding-right: 10px;
    }

    .proBox .nDl dl dd span.more img {
        width: 30px;
        margin-left: 6px;
    }

    .proBox .nDl dl dd span.more:after {
        width: 24px;
        height: 24px;
    }

    /* 客户案例 */
    .proBox .alUl li {
        width: 100%;
        float: inherit;
        padding: 10px;
    }

    .proBox .alUl li a .text {
        padding-top: 14px;
    }

    .proBox .alUl li a .text h3 {
        font-size: 17px;
        margin: 7px 0;
    }

    .proBox .alUl li a .text b {
        font-size: 13px;
    }

    .proBox .alUl li a .text img {
        width: 14px;
    }

    .nShow .nlBox {
        width: 100%;
        border-right: none;
        padding: 0 10px;
    }

    .nShow .nlBox .title {
        padding-bottom: 10px;
        border-bottom: 1px solid #efefef;
    }

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

    .nShow .nlBox .text {
        padding: 10px 0;
        font-size: 14px;
    }

    .nShow .nlBox .text p, .nShow .nlBox .text span {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .nShow .nrBox {
        width: 100%;
        margin-top: 30px;
        border-top: none;
        padding: 20px;
    }

    .nShow .nrBox h3 {
        padding-left: 0px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .nShow .nrBox h3:before {
        width: 4px;
        left: -10px;
        border-radius: 0px;
    }

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

    .nShow .nrBox li a h4 {
        font-size: 16px;
    }

    /* 关于我们 */
    .abBox .box1 .text {
        padding: 0;
        background: none;
    }

    .abBox .box1 .text .container .tex {
        width: 100%;
        padding-bottom: 30px;
    }

    .abBox .box1 .text strong {
        display: none
    }

    .abBox .box1 .text h2 {
        font-size: 26px;
    }

    .abBox .box1 .text span {
        width: 36px;
        height: 3px;
    }

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

    .abBox .box1 .ul {
        padding: 0px 0;
    }

    .abBox .box1 .ul li {
        width: 50%;
        padding: 20px 0;
        font-size: 15px;
    }

    .abBox .box1 .ul strong {
        font-size: 36px;
    }

    .abBox .box2 li {
        width: 100%;
        float: inherit;
        margin-right: 0;
        padding-top: 20px;
    }

    .abBox .box2 li span {
        width: 110px;
    }

    .abBox .box2 li h3 {
        font-size: 20px;
    }

    .abBox .box2 li p {
        font-size: 15px;
        height: 50px;
        line-height: 25px;
    }

    /* 联系我们 */
    .lxBox {
        border-top: none;
        margin-top: 20px;
    }

    .lxBox .container {
        margin: 0px auto;
    }

    .lxBox .container .text {
        width: 100%;
        padding: 10px 10px 20px;
    }

    .lxBox .container .text .title {
        text-align: left;
    }

    .lxBox .container .text .title h2 {
        font-size: 26px;
    }

    .lxBox .container .text .title span {
        margin: 10px 0;
    }

    .lxBox .container .text strong {
        display: none
    }

    .lxBox .container .text ul {
        margin: 0px 0 20px;
    }

    .lxBox .container .text li {
        width: 50%;
        margin-bottom: 20px;
    }

    .lxBox .container .text li:last-child {
        width: 100%;
    }

    .lxBox .container .text li .icon {
        width: 60px;
        height: 60px;
    }

    .lxBox .container .text li .icon span {
        width: 30px;
        height: 30px;
        margin-top: 15px;
        background-size: 30px;
    }

    .lxBox .container .text li h3 {
        font-size: 16px;
    }

    .lxBox .container .text li p {
        font-size: 15px;
    }

    .lxBox .container .text .wx img {
        width: 110px;
    }


    .lxBox .container .pho {
        width: 100%;
    }
}