.proBox {
    margin: 40px auto;
}

.proBox .box01 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin-top: 30px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.proBox .box01 .lBox {
    width: 22%;
    background: url(../images/index/bg7.jpg) no-repeat left center;
    background-size: cover;
    color: #fff;
    position: relative;
    overflow: hidden;
}


.proBox .box01 .lBox .tex {
    padding: 60px 44px;

}

.proBox .box01 .lBox .tex h3 {
    font-size: 30px;
    margin: 10px 0 20px;
}

.proBox .box01 .lBox .tex p {
    font-size: 18px;
}

.proBox .box01 .lBox .tex a {
    color: #fff;
    display: block;
    width: 120px;
    border: 1px solid #fff;
    line-height: 34px;
    border-radius: 18px;
    box-sizing: border-box;
    padding-left: 38px;
    background: url(../images/index/icon23.png) no-repeat left 8px center;
    background-size: 22px;
}

.proBox .box01 .lBox .tex strong {
    display: block;
    font-size: 90px;
    position: absolute;
    right: 20px;
    bottom: -48px;
    opacity: 0.4;

}

.proBox .box01 .rBox {
    width: 78%;
    padding: 20px 20px 30px 0;
    box-sizing: border-box;
}

.proBox .box01 .rBox .ul1 li {
    width: 20%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;

}

.proBox .box01 .rBox .ul1 li a {
    display: block;
    border-bottom: 1px solid #dedede;
    position: relative;
    padding-left: 20px;
    line-height: 40px;
    font-size: 16px;
}

.proBox .box01 .rBox .ul1 li:hover a {
    color: #0096df;
}

.proBox .box01 .rBox .ul1 li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #0096df;
    box-sizing: border-box;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
}

.proBox .box01 .rBox .ul2 {
    margin-top: 20px;
}

.proBox .box01 .rBox .ul2 li {
    width: 20%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;

}

.proBox .box01 .rBox .ul2 li a {
    display: block;
    background: #d4e1f1;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.proBox .box01 .rBox .ul2 li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 0 6px;
}

/* 二级目录 */

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

.proBox .flBox .title {
    padding: 30px 0 30px 76px;
    background: url(../images/index/bg2.jpg) no-repeat bottom center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.proBox .flBox .title:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    left: 16px;
    top: 46px;
    background: url(../images/index/icon02.png) no-repeat left center;
    background-size: cover;
}

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

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

.proBox .flBox .ul1 {
    padding: 0 22px 25px;
}

.proBox .flBox .ul1 li {
    margin-top: 17px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.proBox .flBox .ul1 li h4 {
    font-size: 18px;
    background: rgb(239 247 255) url(../images/index/icon26.png) no-repeat right 10px center;
    background-size: 23px;
    border-radius: 4px;
    line-height: 54px;
    cursor: pointer;
    padding: 0 30px 0 46px;

}

.proBox .flBox .ul1 li h4:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: 12px;
    background: url(../images/index/icon24.png) no-repeat center;
    background-size: cover;
}

.proBox .flBox .ul1 li .submenu {
    background: #fff;
    display: none;

}

.proBox .flBox .ul1 li .submenu a {
    display: block;
    padding-left: 30px;
    font-size: 15px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px dashed #edf3fa;
    background: url(../images/index/jt_r.png) no-repeat right 12px center;
    background-size: 20px;
}

.proBox .flBox .ul1 li .submenu a:after {
    content: "";
    width: 6px;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    background: rgb(239 247 255);
}

.proBox .flBox .ul1 li .submenu a:hover:after, .proBox .flBox .ul1 li .submenu a.on:after {
    background: #0096df;
}

.proBox .flBox .ul1 li .submenu a:hover, .proBox .flBox .ul1 li .submenu a.on {
    color: #0096df;
    background-image: url(../images/index/icon25.png);
}

.proBox .flBox .ul1 li.on {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.proBox .flBox .ul1 li.on h4 {
    background-image: url(../images/index/icon27.png);
}

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

.proBox .flBox .tjBox h3 {
    line-height: 52px;
    padding-left: 65px;
    color: #fff;
    font-size: 22px;
    position: relative;
    background: linear-gradient(to right, #0b55a5, #1e75e0, #0096df);

}

.proBox .flBox .tjBox h3:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 25px;
    top: 11px;
    background: url(../images/index/icon28.png) no-repeat;
    background-size: cover;
}

.proBox .flBox .tjBox .ul2 {
    padding: 15px;
}

.proBox .flBox .tjBox .ul2 li a {
    display: block;
    line-height: 38px;
    border-bottom: 1px dashed #d4e1f1;
    font-size: 15px;
    color: #565656;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 27px;
    background: url(../images/index/icon29.png) no-repeat left 1px center;
    background-size: 21px;
}

.proBox .flBox .tjBox .ul2 li:hover a {
    color: #0096df;
    background-image: url(../images/index/icon30.png);
}

.proBox .flBox .lxBox h3:after {
    background-image: url(../images/index/icon31.png);
}

.proBox .flBox .lxBox .text {
    padding: 10px 12px;
    background: url(../images/index/pattern.png) no-repeat bottom center;
}

.proBox .flBox .lxBox .text>img {
    margin-bottom: 10px;
}

.proBox .flBox .lxBox .text p {
    font-size: 15px;
    color: #5c5f61;
    line-height: 40px;
    text-indent: -1.8em;
    margin-left: 25px;
}

.proBox .flBox .lxBox .text p img {
    width: 22px;
    margin-right: 5px;
}

.proBox .frBox {
    width: 76%;
}

.proBox .posi {
    line-height: 46px;
    background: #eef4fb;
    color: #666;
    padding-left: 20px;
    font-size: 15px;
    margin-bottom: 20px;
}

.proBox .posi img {
    width: 22px;
    margin-right: 6px;
}

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

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

.proBox .frBox .tab:nth-child(odd) a {
    background: #f4f9ff;
}


.proBox .frBox .tab:nth-child(1) a {
    background: #fafafa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.page li a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #dedede;
    color: #666;
}

.page li.active a {
    background: #0096df;
    color: #fff;
    border-color: #0096df;
}



/*****新闻资讯**************/
.proBox .frBox .nBox a {
    display: block;
    overflow: hidden;

}

.proBox .frBox .nBox dt {
    width: 11%;
    text-align: center;
    position: relative;
    border-right: 1px solid #dedede;
}


.proBox .frBox .nBox dt strong {
    color: #5c5f61;
    font-size: 46px;
    display: block;
    margin-top: 53%;
}

.proBox .frBox .nBox dt span {
    font-size: 20px;
    color: #777;
}

.proBox .frBox .nBox dt:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -15px;
    top: 50%;
    border-width: 15px 0 15px 15px;
    margin-top: -14px;
    border-style: solid;
    border-color: transparent transparent transparent #edf3fa;
    z-index: 10;
    opacity: 0;
}

.proBox .frBox .nBox dt:after {
    content: "";
    width: 45px;
    position: absolute;
    top: 50%;
    right: -45px;
    height: 1px;
    background: #dedede;
    z-index: 1;
}

.proBox .frBox .nBox dd {
    width: 82%;
    position: relative;
    padding: 14px 0;
}


.proBox .frBox .nBox dd a {
    background: #edf3fa;
    padding: 20px;
}

.proBox .frBox .nBox dd .pho {
    width: 30%;
    float: right;

}

.proBox .frBox .nBox dd .text {
    width: 70%;
    float: left;
    padding: 0 20px 0 12px;
    box-sizing: border-box;
    position: relative;
}

.proBox .frBox .nBox dd .text::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    top: -20px;
    background: url(../images/index/icon39.png) no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.proBox .frBox .nBox dd h3 {
    font-size: 22px;
    font-weight: 500;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 12px;
    text-overflow: ellipsis;
    padding-right: 30px;
    background: url(../images/index/jt_r.png) no-repeat right center;
    background-size: 20px;
}

.proBox .frBox .nBox dd p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 12px;
    color: #888;
    height: 60px;
    overflow: hidden;
}

.proBox .frBox .nBox dd span {
    display: block;
    width: 130px;
    line-height: 34px;
    box-sizing: border-box;
    background: #0096df url(../images/index/icon12.png) no-repeat right 12px center;
    background-size: 22px;
    padding-left: 12px;
    color: #fff;
    float: right;
    margin-top: 20px;
}

.proBox .frBox .nBox dl:hover dt {
    border-right: none;
    background: #edf3fa;
}

.proBox .frBox .nBox dl:hover dt:before {
    opacity: 1;
}

.proBox .frBox .nBox dl:hover dd h3 {
    color: #0096df;
    background-image: url(../images/index/icon25.png);
}

/*****客户案例**************/

.proBox .frBox .cBox .ul3 li {
    width: 33.33%;
    float: left;
    padding: 10px 15px 20px;
    box-sizing: border-box;
}

.proBox .frBox .cBox .ul3 li a {
    display: block;
    background: #f0f2f5;
    border-radius: 5px;
    overflow: hidden;
}

.proBox .frBox .cBox .ul3 li .tex {
    padding: 20px 20px 40px;
    position: relative;
}

.proBox .frBox .cBox .ul3 li .tex:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/index/icon14.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 20px;
    bottom: 14px;
    opacity: 0.3;
}

.proBox .frBox .cBox .ul3 li h3 {
    font-size: 20px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 30px;
}

.proBox .frBox .cBox .ul3 li span {
    display: block;
    width: 130px;
    line-height: 36px;
    background: #0096df;
    color: #fff;
    text-align: center;
}

.proBox .frBox .vBox .ul3 .pho {
    position: relative;
}

.proBox .frBox .vBox .ul3 .pho:after {
    content: "";
    width: 52px;
    height: 52px;
    background: url(../images/index/icon13.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

/*****新闻详情**************/
.proBox .frBox .showBox .title {
    text-align: center;
    padding: 20px 0;
}

.proBox .frBox .showBox .title h1 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
}

.proBox .frBox .showBox .title span.line {
    display: block;
    width: 50px;
    height: 2px;
    background: #d4e1f1;
    margin: 20px auto;
}

.proBox .frBox .showBox .title p {
    font-size: 14px;
    color: #888;
}

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

.proBox .frBox .showBox .text {
    padding: 20px 8%;
    font-size: 16px;
    color: #434343;
    line-height: 2em;
}

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

.proBox .frBox table td {
    border: 1px solid #dedede !important;
    padding: 5px;
}

.proBox .frBox .showBox .text img {
    width: auto;
    max-width: 600px !important;
    height: inherit;
    display: block;
    margin: 0 auto !important;
}

.proBox .frBox .showBox .text video {
    width: 100%;
}



.fy li {
    width: 48%;
    margin: 0 1%;
    line-height: 36px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    float: left;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fy li a {
    color: #666;
}

.lkBox {
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.proBox .frBox h3.tit {
    line-height: 48px;
    background: #eef4fb url(../images/index/icon40.png) no-repeat left 12px center;
    background-size: 28px;
    font-size: 21px;
    padding-left: 50px;
    color: #434343;
}

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

.lkBox .ul1 li a {
    display: block;
    border: 1px solid #eef4fb;
    background: #eef4fb;
}

.lkBox .ul1 li p {
    line-height: 50px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 15px;
}

.lkBox .ul2 {
    padding: 10px 20px;
}

.lkBox .ul2 li {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 8px 0;
}

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

.lkBox .ul2 li p {
    padding: 0 100px 0 30px;
    background: url(../images/index/icon41.png) no-repeat left center;
    background-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
}

.lkBox .ul2 li span {
    display: block;
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
}

/*******产品详情*******/
.proBox .frBox .comBox {
    margin: 20px 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}


.pimg {
    float: left;
}

.preview {
    width: 400px;
    height: 400px;
    margin: 0px;
}

/* smallImg */

.smallImg {
    position: relative;
    height: 52px;
    margin-top: 1px;
    background-color: #F1F0F0;
    padding: 6px 5px;
    width: 390px;
    overflow: hidden;
    float: left;
}

.scrollbutton {
    width: 14px;
    height: 50px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}

.scrollbutton.smallImgUp, .scrollbutton.smallImgUp.disabled {
    background: url(../images/pro/pl.png) no-repeat;
}

.scrollbutton.smallImgDown, .scrollbutton.smallImgDown.disabled {
    background: url(../images/pro/pr.png) no-repeat;
    margin-left: 345px;
    margin-top: -50px;
}

#imageMenu {
    height: 50px;
    width: 360px;
    overflow: hidden;
    margin-left: 0;
    float: left;
}

#imageMenu li {
    height: 50px;
    width: 50px;
    overflow: hidden;
    float: left;
    text-align: center;
    padding: 0px 8px;
}

#imageMenu li img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#imageMenu li#onlickImg img, #imageMenu li:hover img {
    width: 44px;
    height: 44px;
    border: 3px solid #959595;
}

/* bigImg */

.bigImg {
    position: relative;
    float: left;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.bigImg #midimg {
    width:400px;
    height: 400px;
}

.bigImg #winSelector {
    width: 235px;
    height: 210px;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}

/* bigView */

#bigView {
    position: absolute;
    border: 1px solid #959595;
    overflow: hidden;
    z-index: 999;
}

#bigView img {
    position: absolute;
    width: 800px !important;
}

.proBox .frBox .comBox .text {
	margin-left:420px;
    padding: 40px 40px 0 0;
    box-sizing: border-box;
}

.proBox .frBox .comBox .text:after {
    content: "";
    width: 420px;
    height: 420px;
    position: absolute;
    background: url(../images/index/pho9.jpg) no-repeat;
    background-size: cover;
    right: 0;
    top: -50px;
    opacity: 0.2;
    z-index: -1;
}

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

.proBox .frBox .comBox .text p {
    font-size: 16px;
    color: #555;
    margin-left: 10px;
    line-height: 40px;
    padding-left: 30px;
    background: url(../images/index/icon42.png) no-repeat left center;
    background-size: 22px;
}

.proBox .frBox .comBox .text .dl {
    padding: 20px 40px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	overflow:hidden
}

.proBox .frBox .comBox .text .dl dl {
    width: 30%;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}

.proBox .frBox .comBox .text .dl dl:nth-child(3) {
    width: 40%;
}

.proBox .frBox .comBox .text .dl dl:before {
    content: '';
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f3f3f3;
}

.proBox .frBox .comBox .text .dl dl:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    background: #0063be;
}


.proBox .frBox .comBox .text .dl dl dt {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}

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

.proBox .frBox .comBox .text .dl dl dd a {
    display: block;
    width: 110px;
    font-size: 14px;
    line-height: 28px;
    background: #f88716;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}


.proBox .frBox .comBox .text .inf {
    background: #f5f8f7;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 26px;
    color: #555;
    margin: 20px 0 30px;
}

.proBox .frBox .comBox .text .link a {
    display: block;
    float: left;
    width: 160px;
    text-align: center;
    line-height: 36px;
    background: #0096df;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 100;
    border-radius: 18px;
}

.proBox .frBox .comBox .text .link a.qq {
    float: right;
    background: #0063be;
    width: 120px;
    font-size: 14px;
}

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

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

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

}


.proBox .frBox .ptext p {
    font-size: 15px;
    line-height: 28px;
    color: #545454;
    padding: 10px;
}

.proBox .frBox .ptext p:nth-child(even) {
    background: #eef4fb;
}

.proBox .frBox .ptext p span {
	background:none !important;
}
.proBox .frBox .ptext .imcon p{
	padding:0;
	background:#fff
}
.proBox .frBox .ptext h2 {
    font-size: 18px !important;
    line-height: 40px !important;
    padding-left: 40px !important;
    color: #0096df !important;
    background: url(../images/index/icon42.png) no-repeat left center !important;
    background-size: 30px !important;
}

/* 关于我们 */
.abBox .abBox1 {
    margin: 0 60px;
}

.abBox .abBox1 .text {
    width: 60%;
    padding: 30px 40px 0 0px;
    box-sizing: border-box;

}

.abBox .abBox1 span {
    display: block;
    width: 42px;
    height: 4px;
    background: #eb7d10;
    margin: 10px 0;
}

.abBox .abBox1 h2 {
    font-size: 72px;
    opacity: 0.4;
    color: #d4e1f1;
    font-family: "宋体";
}

.abBox .abBox1 h3 {
    font-size: 32px;
    color: #0096df;
}

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

.abBox .abBox1 .pho {
    width: 40%;
}

.abBox .inner {
    margin: 60px 60px 40px;
    position: relative;
    background: #f8f8f8;
}

.abBox .inner .img {
    width: 50%;
    position: relative;
}

.abBox .inner .img .tex {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    color: #fff;
}

.abBox .inner .tex h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
}

.abBox .inner .tex p {
    font-size: 16px;
    height: 60px;
}

.abBox .inner .tex span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
}

.abBox .inner .fr {
    width: 50%;
    height: 100%;
}

.abBox .inner .fr .tbox {
    padding: 50px 0 0 50px;
}

.abBox .inner .fr p {
    margin-top: 12px;
    font-size: 15px;
    height: 56px;
    line-height: 28px;
}

.abBox .inner .fr .tbox span {
    background: #dedede;
}

.abBox .inner .fr .bbox {
    height: 50%;
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
}

.abBox .inner .fr .bbox .box0 {
    width: 50%;
    height: 100%;
    padding: 50px 50px 0;
    box-sizing: border-box;
    background: #0096df;
}

.abBox .inner .fr .bbox .box0:last-child {
    background: #0063be;
}

.abBox .inner .fr .bbox h3,
.abBox .inner .fr .bbox p {
    color: #fff;
}

.abBox .inner .fr .bbox span {
    margin-top: 50px;
}


/* 联系我们 */
.lxBox1 {
    margin: 50px 60px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 50px;
}

.lxBox1 .box02 {
    background: #f0f2f5;
    padding: 40px;
    position: relative;
    overflow: hidden;
}



.lxBox1 .box02 .lx1 {
    width: 30%;
    padding: 10% 40px 0 30px;
    box-sizing: border-box;
    text-align: center;
}

.lxBox1 .box02 .lx1 .img1 {
    width: 80%;
    margin: 0 auto;
}

.lxBox1 .box02 .lx1 h3 {
    font-size: 24px;
    margin-top: 40px;
    color: #0096df;
}

.lxBox1 .box02 .lx2 {
    width: 40%;
    padding: 0 30px;
    border-left: 1px solid #dedede;
    box-sizing: border-box;
}

.lxBox1 .box02 .lx2 p {
    font-size: 16px;
    color: #555;
    line-height: 40px;
}

.lxBox1 .box02 .lx3 {
    width: 30%;
    text-align: center;
    font-size: 15px;
    position: relative;
    z-index: 100;
    color: #fff;
}

.lxBox1 .box02:after {
    content: "";
    position: absolute;
    right: 0px;
    left: 70%;
    top: 0px;
    bottom: 0px;
    background: url(../images/index/bg4.jpg) no-repeat right center;
    background-size: cover;
}

.lxBox1 .box02 .lx3 .ewm {
    width: 140px;
    margin: 30% auto 10px;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
    .proBox .box01 .rBox .ul1 li a {
        font-size: 15px;
    }

    .proBox .flBox .tjBox .ul2 li a {
        background-size: 19px;
    }

    .proBox .frBox .cBox .ul3 li .tex {
        padding-bottom: 20px;
    }

    .proBox .frBox .cBox .ul3 li h3 {
        margin-bottom: 20px;
    }

    .proBox .frBox .nBox dd span {
        margin-top: 10px;
    }

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

    }

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

    .proBox .frBox .comBox .text .inf {
        margin: 15px 0 20px;
    }

    .abBox .inner .fr .tbox {
        padding: 30px 36px 0;
    }

    .abBox .inner .fr .bbox .box0 {
        padding: 30px 36px 0
    }

    .abBox .inner .fr .bbox span {
        margin-top: 36px;
    }

    .lxBox1 .box02 .lx1 {
        padding: 10% 20px 0 0;
    }

    .lxBox1 .box02 {
        padding: 30px 20px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
    .proBox .box01 .rBox {
        padding-right: 10px;
    }

    .proBox .box01 .lBox .tex {
        padding: 80px 30px
    }

    .proBox .box01 .lBox .tex h3 {
        font-size: 26px;
    }

    .proBox .box01 .lBox .tex a {
        line-height: 30px;
    }

    .proBox .box01 .rBox .ul1 li {
        padding-left: 12px;
    }

    .proBox .box01 .rBox .ul2 li {
        width: 25%;
    }

    .proBox .box01 .rBox .ul2 li:nth-child(5) {
        display: none;
    }

    .proBox .box01 .rBox .ul2 li p {
        font-size: 15px;
    }

    .proBox .frBox .cBox .ul3 li h3 {
        font-size: 18px;
    }

    .proBox .frBox .cBox .ul3 li span {
        width: 120px;
        line-height: 32px;
    }

    .proBox .frBox .nBox dd a {
        padding: 14px;
    }

    .proBox .frBox .nBox dd h3 {
        font-size: 20px;
        margin-top: 6px;
    }

    .proBox .frBox .nBox dd span {
        line-height: 30px;
        width: 125px;
        margin-top: 12px;
    }

    .proBox .frBox .nBox dd .text::after {
        top: -14px;
        left: -14px;
    }

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

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

	.preview,.bigImg,.bigImg #midimg {
		width:370px;
		height:370px;
	}

	.smallImg {
		width:360px;
	}
	#imageMenu {
		width:340px;
	}

	.proBox .frBox .comBox .text {
		margin-left:400px
	}

	.proBox .frBox .comBox .text .dl {
		padding:15px 20px
	}

	.proBox .frBox .comBox .text .dl dl {
		padding-left:20px
	}
    .proBox .frBox .comBox .text h1 {
        font-size: 24px;
    }

    .proBox .frBox .comBox .text p {
        font-size: 15px;
        line-height: 34px;
        background-size: 20px;
    }

    .proBox .flBox .lxBox .text p {
        font-size: 14px;
        line-height: 32px;
    }

    .proBox .flBox .lxBox .text p img {
        width: 20px;
    }

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

    .abBox .abBox1 .text {
        padding: 16px 30px 0 0;
    }

    .abBox .abBox1 .pho {
        margin-top: 20px;
    }

    .abBox .inner .tex h3 {
        font-size: 25px;
        line-height: 40px;
    }

    .abBox .inner .fr .bbox .box0 {
        padding: 20px 25px 0;
    }

    .abBox .inner .fr .tbox {
        padding: 30px 25px 0;
    }

    .abBox .inner .tex p {
        font-size: 15px;
    }

    .lxBox1 {
        padding: 30px;
        margin: 40px;
    }

    .lxBox1 .box02 .lx1 .img1 {
        width: 70%;
    }

    .lxBox1 .box02 .lx1 h3 {
        font-size: 22px;
    }

    .lxBox1 .box02 .lx2 p {
        font-size: 15px;
        line-height: 36px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
    .container {
        width: 90%;
    }

    .proBox .box01 .lBox {
        width: 20%;
    }

    .proBox .box01 .rBox {
        width: 80%;
    }

    .proBox .box01 .rBox .ul1 li a {
        padding-left: 16px;
    }

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

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

    .proBox .flBox .ul1 li h4 {
        font-size: 17px;
        line-height: 48px;
        padding-left: 38px;
        background-size: 21px;
    }

    .proBox .flBox .ul1 li h4:after {
        width: 24px;
        height: 24px;
        top: 12px;
        left: 7px;
    }

    .proBox .flBox .ul1 li .submenu a {
        padding-left: 20px;
        font-size: 14px;
    }

    .proBox .flBox .tjBox h3 {
        font-size: 20px;
        padding-left: 50px;
        line-height: 50px;
    }

    .proBox .flBox .tjBox .ul2 li a {
        font-size: 14px;
    }

    .proBox .flBox .tjBox h3:after {
        left: 15px;
        width: 26px;
        height: 26px;
        top: 12px;
    }

    .lkBox .ul1 li {
        padding: 16px 12px;
    }

    .lkBox .ul2 {
        padding: 10px;
    }

    .lkBox .ul2 li {
        margin: 5px 0;
    }

    .proBox .frBox .tab a .box {
        font-size: 15px;
        background-size: 18px;
    }

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

    .proBox .frBox .comBox .text .inf {
        padding: 5px 12px;
    }

    .proBox .frBox .ptext img {
        max-width: 680px !important;
    }

    .proBox .frBox .nBox dd p {
        font-size: 14px;
        line-height: 27px;
        margin-top: 8px;
    }

    .proBox .frBox .nBox dd span {
        margin-top: 10px;
    }

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

    .abBox .inner .tex p {
        font-size: 14px;
        line-height: 27px;
    }

    .lxBox1 {
        margin: 30px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .proBox1 {
        width: 94%;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    .proBox .box01 .lBox .tex h3 {
        font-size: 24px;
    }

    .proBox .box01 .rBox .ul1 li a, .proBox .box01 .rBox .ul2 li p {
        font-size: 14px;
    }

    .proBox .box01 .rBox .ul1 li a:after {
        left: 3px;
        border-width: 1px;
    }

    .proBox .flBox .ul1 {
        padding: 0 14px 20px;
    }

    .lxBox1 .box02 .lx1 h3 {
        font-size: 20px;
    }

    .lxBox1 .box02 .lx2 p, .lxBox1 .box02 .lx3 {
        font-size: 14px;
    }

    .abBox .abBox1 {
        margin: 0;
    }

    .abBox .inner {
        margin: 34px 0;
    }

    .proBox .frBox .comBox .text .inf {
        margin: 10px 0;
        line-height: 27px;
    }

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

@media all and (min-width: 1024px) and (max-width: 1300px) {
    .proBox .box01 .rBox .ul1 li a:after {
        display: none;
    }

    .proBox .box01 .rBox .ul1 li a {
        padding-left: 5px;
    }
}

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

    .proBox .box01 {
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        margin-top: 30px;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
    }

    .proBox .box01 .lBox {
        width: 100%;
        height: inherit !important;
    }

    .proBox .box01 .lBox .tex {
        padding: 40px 32px;

    }

    .proBox .box01 .lBox .tex h3 {
        font-size: 22px;
        margin: 10px 0 20px;
    }

    .proBox .box01 .lBox .tex p {
        font-size: 16px;
    }

    .proBox .box01 .lBox .tex a {
        width: 106px;
        line-height: 30px;
        border-radius: 16px;
        padding-left: 32px;
        background: url(../images/index/icon23.png) no-repeat left 8px center;
        background-size: 20px;
    }

    .proBox .box01 .lBox .tex strong {
        display: block;
        font-size: 90px;
        position: absolute;
        right: 20px;
        bottom: -48px;
        opacity: 0.4;

    }

    .proBox .box01 .rBox {
        width: 100%;
        padding: 10px 10px 10px 0;
    }

    .proBox .box01 .rBox .ul1 li {
        width: 50%;
        padding: 6px;

    }

    .proBox .box01 .rBox .ul1 li a {
        padding-left: 0px;
        border-radius: 5px;
        border-bottom: none;
        line-height: 36px;
        font-size: 14px;
        background: #efefef;
        text-align: center;
    }



    .proBox .box01 .rBox .ul1 li a:after {
        display: none;
    }

    .proBox .box01 .rBox .ul2 {
        margin-top: 10px;
    }

    .proBox .box01 .rBox .ul2 li {
        width: 50%;
        padding: 0 10px 15px;

    }

    .proBox .box01 .rBox .ul2 li a {
        display: block;
        background: #d4e1f1;
        overflow: hidden;
        border-radius: 6px;
        box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    }

    .proBox .box01 .rBox .ul2 li:nth-child(5) {
        display: none;
    }

    .proBox .box01 .rBox .ul2 li p {
        font-size: 15px;
    }

    /* 二级目录 */

    .proBox .flBox {
        width: 100%;
    }

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

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

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

    .proBox .flBox .ul1 li {
        margin-top: 15px;
    }

    .proBox .flBox .ul1 li h4 {
        font-size: 17px;
        background: rgb(239 247 255) url(../images/index/icon26.png) no-repeat right 10px center;
        background-size: 21px;
        line-height: 48px;
        padding: 0 28px 0 38px;

    }

    .proBox .flBox .ul1 li h4:after {
        width: 27px;
        height: 27px;
        top: 11px;
    }


    .proBox .flBox .ul1 li .submenu a {
        font-size: 15px;
        line-height: 38px;
        background: url(../images/index/jt_r.png) no-repeat right 10px center;
        background-size: 18px;
    }

    .proBox .flBox .ul1 li .submenu a:after {
        width: 5px;
    }

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

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

    .proBox .posi {
        line-height: 37px;
        padding-left: 6px;
        font-size: 14px;
        margin-bottom: 20px;
    }

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

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

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

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

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

    .proBox .frBox .tab:nth-child(odd) a {
        background: #fff;
    }

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

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

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

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

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

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

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

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

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

    .page {
        margin-top: 20px;
    }

    .page li {
        margin: 4px 3px;
    }

    .page li a {
        font-size: 13px;
        padding: 3px 8px;
    }

    /*****新闻资讯**************/
    .proBox .frBox .nBox dl {
        margin-bottom: 18px
    }

    .proBox .frBox .nBox dt {
        display: none;
		height:inherit !important;
    }

    .proBox .frBox .nBox dd {
        width: 100%;
		height:inherit !important;
        padding: 0;
    }

    .proBox .frBox .nBox dd a {
        padding: 0px;
    }

    .proBox .frBox .nBox dd .pho {
        width: 36%;
        float: left;
    }

    .proBox .frBox .nBox dd .text {
        width: 64%;
        float: right;
        padding: 0 5px 0 8px;
    }

    .proBox .frBox .nBox dd .text::after {
        width: 40px;
        height: 40px;
        left: -10px;
        top: -10px;
    }

    .proBox .frBox .nBox dd h3 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 5px;
        padding-right: 22px;
        background-size: 17px;
    }

    .proBox .frBox .nBox dd p {
        font-size: 14px;
        line-height: 27px;
        margin-top: 2px;
        height: 54px;
    }

    .proBox .frBox .nBox dd span {
        display: none
    }

    /*****客户案例**************/

    .proBox .frBox .cBox .ul3 li {
        width: 50%;
        padding: 10px 7px;
    }

    .proBox .frBox .cBox .ul3 li .tex {
        padding: 12px 8px 16px;

    }

    .proBox .frBox .cBox .ul3 li .tex:after {
        display: none;
    }

    .proBox .frBox .cBox .ul3 li h3 {
        font-size: 16px;
        height: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 32px;
    }

    .proBox .frBox .cBox .ul3 li span {
        margin: 0 auto;
        width: 108px;
        line-height: 30px;
    }


    .proBox .frBox .vBox .ul3 .pho:after {
        width: 48px;
        height: 48px;

    }

    /*****新闻详情**************/
    .proBox .frBox .showBox .title {
        padding: 14px 0;
    }

    .proBox .frBox .showBox .title h1 {
        font-size: 21px;
    }

    .proBox .frBox .showBox .title span.line {
        margin: 12px auto;
    }

    .proBox .frBox .showBox .text {
        padding: 10px 0;
    }

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

	.proBox .frBox .showBox .text iframe {
	width:100% !important;
	height:260px !important
}

    .fy li {
        width: 100%;
        margin: 0;
        line-height: 36px;
        float: inherit;
    }

    .lkBox {
        margin-top: 30px;
    }

    .proBox .frBox h3.tit {
        line-height: 46px;
        background: #eef4fb url(../images/index/icon40.png) no-repeat left 8px center;
        background-size: 22px;
        font-size: 20px;
        padding-left: 40px;
    }

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

    .lkBox .ul1 li p {
        line-height: 40px;
        font-size: 14px;
    }

    .lkBox .ul2 {
        padding: 10px 12px;
    }

    .lkBox .ul2 li {
        width: 100%;
        float: inherit;
        padding: 0 0px;
        margin: 5px 0;
    }

    .lkBox .ul2 li a {
        line-height: 36px;
    }

    .lkBox .ul2 li p {
        padding: 0 90px 0 30px;
        background-size: 20px;
        font-size: 14px;
    }

    .lkBox .ul2 li span {
        font-size: 13px;
    }

    /*******产品详情*******/
    .proBox .frBox .comBox {
        margin: 20px 0px;
        border-radius: 8px;
    }

    .proBox .frBox .comBox .pho {
        width: 100%;
    }
	.pimg {
		float:inherit
	}
#bigView {
	display:none !important
}
.preview,.bigImg {
float:inherit;
	width:100%;
	height:inherit
}

.bigImg #midimg {
	width:100%;
	height:inherit
}.smallImg {
	width:100%;
	float:inherit;
	height:inherit;
	box-sizing:border-box
}

    .proBox .frBox .comBox .text {
        width: 100%;
        position: relative;
        padding: 20px 14px;
        border-top: 1px solid #efefef;
		margin-left:0
    }

    .proBox .frBox .comBox .text:after {
        width: 220px;
        height: 220px;
        right: -40px;
        top: -40px;
    }

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

    .proBox .frBox .comBox .text p {
        font-size: 15px;
        margin-left: 6px;
        line-height: 36px;
        padding-left: 28px;
        background-size: 21px;
    }

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

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

	.proBox .frBox .comBox .text .dl dl:nth-child(3) {
		width:100%
	}

    .proBox .frBox .comBox .text .inf {
        padding: 10px;
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0;
    }

    .proBox .frBox .comBox .text .link a {
        width: 140px;
        line-height: 32px;
        font-size: 14px;
        border-radius: 16px;
    }

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

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

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

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

    }

    /* 关于我们 */
    .abBox .abBox1 {
        margin: 0 00px;
    }

    .abBox .abBox1 .text {
        width: 100%;
        padding: 10px 0px 0 0px;

    }

    .abBox .abBox1 span {
        margin: 0;
    }

    .abBox .abBox1 h2 {
        font-size: 60px;
    }

    .abBox .abBox1 h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

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

    .abBox .abBox1 .pho {
        width: 100%;
    }

    .abBox .inner {
        margin: 30px 0px 40px;
    }

    .abBox .inner .img {
        width: 100%;
    }

    .abBox .inner .img .tex {
        padding: 20px;
    }

    .abBox .inner .tex h3 {
        font-size: 20px;
        line-height: 40px;
    }

    .abBox .inner .tex p {
        font-size: 15px;
        height: 40px;
    }

    .abBox .inner .fr {
        width: 100%;
        height: inherit !important;
    }

    .abBox .inner .fr .tbox {
        padding: 30px 0 40px 20px;
    }

    .abBox .inner .fr p {
        font-size: 14px;
        height: 48px;
        line-height: 24px;
    }

    .abBox .inner .fr .bbox {
        height: inherit;
        position: inherit;
        width: 100%;
    }

    .abBox .inner .fr .bbox .box0 {
        width: 100%;
        height: inherit;
        padding: 30px;
    }

    .abBox .inner .fr .bbox span {
        margin-top: 30px;
    }


    /* 联系我们 */
    .lxBox1 {
        margin: 30px 0px;
        padding: 0px;
    }

    .lxBox1 .box02 {
        padding: 0px;
    }


    .lxBox1 .box02 .lx1 {
        width: 100%;
        padding: 20px 0px;
    }

    .lxBox1 .box02 .lx1 .img1 {
        width: 80%;
        margin: 0 auto;
    }

    .lxBox1 .box02 .lx1 h3 {
        font-size: 22px;
        margin-top: 20px;
    }

    .lxBox1 .box02 .lx2 {
        width: 100%;
        padding: 0 20px;
    }

    .lxBox1 .box02 .lx2 p {
        font-size: 15px;
        line-height: 30px;
    }

    .lxBox1 .box02 .lx3 {
        width: 100%;
        font-size: 15px;
        padding-bottom: 20px;
        margin-top: 20px;
        overflow: hidden;

    }

    .lxBox1 .box02:after {
        display: none;
    }

    .lxBox1 .box02 .lx3:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: -20px;
        background: url(../images/index/bg4.jpg) no-repeat right center;
        background-size: cover;
        z-index: -1;
    }

    .lxBox1 .box02 .lx3 .ewm {
        width: 130px;
    }
}