/* 产品中心 */

.mt {
    margin-top: 30px;
}

#main {
    position: relative;
}

#main:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 150px;
    background: url(../images/prothreeicon04.png) no-repeat bottom -150px center;
    background-size: 100%;
    z-index: -1;
}

.proBox {
    padding-bottom: 40px;
}

.proBox1 {
    padding-bottom: 50px;
}

.posi {
    line-height: 40px;
    border: 1px solid #f1f1f1;
    padding-left: 40px;
    background: #fafafa url(../images/posi.png) no-repeat left 8px center;
    background-size: 25px;
    color: #888;
    position: relative;
    box-sizing: border-box;
    overflow: hidden
}

.posi .l_posi {
    float: left
}

.posi p {
    float: right;
    margin-right: 8px;
    color: #fafafa
}

.posi:after {
    content: "";
    width: 5px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0090ff;
}

.posi a {
    color: #888;
}

.proBox1 .box {
    padding: 10px 15px;
    margin-top: 20px;
}

.proBox1 .box:nth-child(odd) {
    background: #fbfbfb;
}

.proBox1 .box .titl {
    line-height: 40px;
    margin-bottom: 8px;
    margin-top: 10px;
}

.proBox1 .box .titl h2 {
    font-size: 24px;
    padding-left: 60px;
    float: left;
    background: url(../images/icon25.png) no-repeat left center;
}

.proBox1 .box .titl a {
    display: block;
    float: right;
    background: linear-gradient(#0090fe, #0874c7);
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    width: 90px;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    margin-right: 10px
}

.proBox1 .box .ul1 li {
    width: 14.2%;
    float: left;
    padding: 5px 8px;
    box-sizing: border-box;
}

.proBox1 .box .ul1 li a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #dedede;
    position: relative;
    background: #fff;
}

.proBox1 .box .ul1 li:hover a {
    background: #0090fe;
    color: #fff;
    border-color: #0090fe;
}

.proBox1 .box .ul2 {
    border-top: 1px dashed #dedede;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
}

.proBox1 .box .ul2 li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.proBox1 .box .ul2 li a {
    display: block;
    border: 1px solid #dedede;
    border-radius: 12px;
    overflow: hidden;
}

.proBox1 .box .ul2 li .text {
    position: relative;
    background: linear-gradient(90deg, #0090fe 30%, #358fea 50%, #33a5fc);
}

.proBox1 .box .ul2 li h3 {
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.proBox1 .box .ul2 li h3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bg4.png) no-repeat right center;
    left: 40%;
    z-index: 110;
}

.proBox1 .box .ul2 li .pho {
    overflow: hidden;
}

.proBox1 .box .ul2 li .pho img {
    transition: 0.3s;
}

.proBox1 .box .ul2 li:hover .pho img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* 二级目录 */

.proBox>.fl {
    width: 20%;
    float: right
}

.proBox>.fl .title {
    /**background: #0090fe url(../images/icon33.png) no-repeat left 10px center;
    background-size: 40px;**/
    background: #0090fe;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    overflow: hidden;
    position: relative;
}

.proBox>.fl .title:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 20px solid #fefefe;
    position: absolute;
    right: -30px;
    top: -40px;
    opacity: 0.2;
    border-radius: 50%;
}

.proBox>.fl .title h2 {
    font-size: 28px;
    letter-spacing: 1px;
}

.proBox>.fl .title strong {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.proBox>.fl ul.ul1 {
    padding: 18px;
    background: rgb(27 151 245);
}

.proBox>.fl ul.ul1 li {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.proBox>.fl ul.ul1 li h4 {
    font-size: 17px;
    line-height: 50px;
    padding: 0 12px;
    font-weight: 500;
    cursor: pointer;
    background: url(../images/icon17.png) #fff no-repeat right 10px center;
    background-size: 22px;
    color: #333;
}

.proBox>.fl ul.ul1 li.on h4 {
    background-image: url(../images/icon18.png);
    background-size: 22px;
    background-color: #fc7e28;
    color: #fff;
}

.proBox>.fl ul.ul1 li .submenu {
    background: #fff;
    padding: 5px 10px 8px;
    display: none;
}

.proBox>.fl ul.ul1 li.on {
    box-shadow: 0 8px 8px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}

.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/icon31.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: #fc7e28;
    background-image: url(../images/icon32.png);
}

.proBox>.fl ul.ul1 li .submenu a.on:after, .proBox>.fl ul.ul1 li .submenu a:hover:after {
    border-color: #fc7e28;
}

.proBox>.fl .tjBox {
    padding: 20px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 8px;
    margin-top: 20px;
    background: #fff url(../images/box_a2.png) no-repeat bottom -30px center;
}

.proBox>.fl .tjBox .titl {
    text-align: center;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.proBox>.fl .tjBox .titl span {
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 36px;
    color: #0095eb;
}

.proBox>.fl .tjBox .titl span:before {
    content: "";
    width: 26px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 8px;
    background: url(../images/new-icon.png) no-repeat;
}

.proBox>.fl .tjBox .titl span:after {
    content: "";
    width: 26px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 8px;
    background: url(../images/new-icon.png) no-repeat;
}

.proBox>.fl .tjBox li a {
    display: block;
    line-height: 36px;
    border-bottom: 1px solid #dedede;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 25px;
}

.proBox>.fl .tjBox li a:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 2px;
    top: 12px;
    background: url(../images/icon.png) no-repeat center;
    background-size: cover;
}

.proBox>.fl .tjBox li:hover a:after {
    border-color: #0090ff;
}

.proBox>.fl .tjBox li:hover a {
    color: #0090ff;
}

.proBox>.fl .tjBox .lxtext {
    padding: 5px;
    margin-top: 12px;
}

.proBox>.fl .tjBox .lxtext h3 {
    font-size: 16px;
    margin-top: 8px
}

.proBox>.fl .tjBox .lxtext p {
    line-height: 30px;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
}

.proBox>.fl .tjBox .lxtext p:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fc7e28;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.proBox>.fr {
    width: 76%;
    float: left;
}

.proBox .fr .proList1 li:first-child .box {
    background: #f3f3f3;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    border: none;
    padding: 0 8px;
}

.proBox .fr .proList1 li:nth-child(odd) {
    background: rgba(241, 241, 241, .2);
}

.proBox .fr .proList1 li:first-child {
    padding: 0;
    border-bottom: none;
}

.proBox1 .fr .proList1 li .box:last-child {
    border-right: none;
}

.proBox .fr .proList1 {
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.proBox .fr .proList1 li {
    overflow: hidden;
    padding: 14px 0;
    border-bottom: 1px dotted #dedede;
}

.proBox .fr .proList1 li .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px dotted #dedede;
    box-sizing: border-box;
    padding: 10px 8px;
    font-size: 16px;
    color: #555;
    margin-bottom: 0;
}

.proBox .fr .proList1 li a {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.proBox .fr .proList1 li .box b {
    font-weight: 500;
}

.proBox .fr .proList1 li .box1 {
    width: 22%;
    text-align: center;
}

.proBox .fr .proList1 li .box1 img {
    width: 85%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.proBox .fr .proList1 li .box2 {
    width: 11%;
}

.proBox .fr .proList1 li .box3 {
    width: 20%;
}

.proBox .fr .proList1 li .box3 b {
    font-weight: 500;
}

.proBox .fr .proList1 li .box4 {
    width: 25%;
    font-size: 15px;
}

.proBox .fr .proList1 li:first-child .box4 {
    text-align: center;
}

.proBox .fr .proList1 li .box:last-child {
    border-right: none;
}

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

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

.page li a {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #ddd;
    margin: 0 4px
}

.page li a.page-num-current {
    background: #0090ff;
    color: #fff;
    border-color: #0090ff;
}

/* 产品详情 */

.proBox .fr .comBox {
    padding: 15px 15px 20px;
    margin: 20px 10px 10px;
    border-radius: 0 40px 0 40px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: url(../images/case-bj.png) no-repeat bottom right;
    background-size: 300px;
}

.proBox .fr .comBox .pho {
    width: 45%;
    float: left;
    padding-right: 12px;
    box-sizing: border-box;
}
.proBox .fr .comBox .pho img{
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.proBox .fr .comBox .pho .ico {
    margin-top: 30px;
}

.proBox .fr .comBox .pho .icon {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fc7e28;
}

.proBox .fr .comBox .pho .icon span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon27.png) no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-right: 5px;
}

.proBox .fr .comBox .text {
    width: 55%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative
}

.proBox .fr .comBox .text span.time {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    color: #fff;
}

.proBox .fr .comBox .text h1 {
    font-size: 32px;
    color: #4d4f53;
    line-height: 50px;
}

.proBox .fr .comBox .text .dl1 {
    background: url(../images/bg_03.png) #fff repeat;
    padding: 8px 15px;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 0 20px rgba(4, 16, 44, .1);
}

.proBox .fr .comBox .text .dl1 dl {
    width: 49.33%;
    float: left;
    box-sizing: border-box;
    font-size: 18px;
    color: #4d4f53;
    position: relative;
    line-height: 45px;
    text-align: center;
}

.proBox .fr .comBox .text .dl1 dl:after {
    content: "";
    position: absolute;
    left: 20%;
    top: 50%;
    height: 3px;
    right: 20%;
    border-radius: 2px;
    background: #dddee2;
    margin-top: -1.5px;
}

.proBox .fr .comBox .text .dl1 dl:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #33a5fc;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    margin-left: -4px;
    margin-top: -4px
}

.proBox .fr .comBox .text .dl1 dl dt {}

.proBox .fr .comBox .text p {
    line-height: 32px;
    font-size: 18px;
    color: #4d4f53;
    background: url(../images/icon28.png) no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
}

.proBox .fr .comBox .text .info {
    line-height: 32px;
    color: #5f6166;
    font-size: 17px;
    padding-left: 24px;
    background: url(../images/icon.png) no-repeat left top 18px;
    background-size: 18px;
}

.proBox .fr .comBox .text .tel1 {
    padding-left: 65px;
    background: url(../images/article_phone.png) no-repeat left center;
    background-size: 58px;
    margin-top: 25px;
}

.proBox .fr .comBox .text .tel1 span {
    display: block;
    font-size: 18px;
    color: #c3c3c3;
    line-height: 24px;
}

.proBox .fr .comBox .text .tel1 strong {
    display: block;
    font-size: 24px;
    line-height: 42px;
    color: #fc7e28;
}

.proBox .fr .comBox .text a {
    display: block;
    position: absolute;
    right: -20px;
    bottom: -26px;
    width: 160px;
    text-align: right;
    background: url(../images/icon26.png) no-repeat right center;
    background-size: cover;
    height: 140px;
}

.proBox .fr .comBox .text a::after {
    content: "立即咨询";
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 25px;
}

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

.proBox .fr .lkBox .ul1 li .pho {
    position: relative;
    padding-bottom: 15px;
}

.proBox .fr .lkBox .ul1 li .pho img {
    position: relative;
    z-index: 101;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 8px 8px 0 0;
}

.proBox .fr .lkBox .ul1 li .pho:before {
    content: "";
    width: 24px;
    height: 95px;
    background: url(../images/pro-dot.png) no-repeat center;
    position: absolute;
    left: 15px;
    bottom: -40px;
    z-index: 100;
}

.proBox .fr .lkBox .ul1 li .pho:after {
    content: "";
    width: 24px;
    height: 95px;
    background: url(../images/pro-dot.png) no-repeat center;
    position: absolute;
    right: 15px;
    bottom: -40px;
    z-index: 100;
}

.proBox .fr .lkBox .ul1 li p {
    font-size: 16px;
    line-height: 50px;
    border-radius: 0 0 8px 8px;
    background: url(../images/bg_03.png) #0090ff repeat;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .fr .desc {
    margin-top: 20px;
}
.proBox .fr .desc p,.proBox .fr .desc span{
    font-size: 16px !important;
    font-family:"Microsoft YaHei" !important;
}
.proBox .fr .tit {
    background: #f4f5f9;
    line-height: 50px;
    border-radius: 6px 0 0 6px;
    margin-bottom: 6px;
}

.proBox .fr .tit h3 {
    width: 120px;
    border-radius: 6px 0 0 6px;
    padding-left: 40px;
    font-size: 20px;
    color: #fff;
    background: #0090ff;
    background: url(../images/icon01.png) no-repeat left 10px center #0090ff;
}

.proBox .fr .lkBox .tit {
    background: url(../images/bg_03.png);
    padding-left: 5px;
    border: 1px solid #f4f5f9;
}

.proBox .fr .lkBox .tit h3 {
    background: url(../images/re-icon1.png) no-repeat left 10px center;
    background-size: 32px;
    width: inherit;
    padding-left: 50px;
    color: #0090ff;
    font-size: 24px;
}

.proBox .fr .desc .text {
    padding: 15px 1%;
    font-size: 15px;
    line-height: 35px;
}

.proBox .fr .desc .text a {
    color: #555;
}

.proBox .fr .desc .text h2 {
    font-size: 22px !important;
    color: #3d4c63 !important;
    line-height: 36px !important;
    margin: 8px 0 !important;
    padding-left: 50px !important;
    background: url(../images/content-tit.png) no-repeat left center !important;
    background-size: 50px;
    border: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* .proBox .fr .desc .text h2:before {
    content: "";
    width: 50px;
    height: 24px;
    background: url(../images/icon29.png) no-repeat center;
    background-size: 31px 24px;
    position: absolute;
    top: 5px;
    left: -10px;
}

.proBox .fr .desc .text h2:after {
    content: "";
    width: 50px;
    height: 24px;
    background: url(../images/icon29.png) no-repeat center;
    background-size: 31px 24px;
    position: absolute;
    top: 5px;
} */

.proBox .fr .desc .text img {
    width: auto !important;
    max-width: 750px !important;
    height: inherit !important;
    margin: 0 auto !important;
    display: block;
}

.proBox .fr .desc .text table {
    width: auto;
    max-width: 100% !important;
    margin: 10px auto;
}

.proBox .fr .desc .text table td {
    padding: 5px !important;
    border: 1px solid #aaa !important;
}

.proBox .fr .fy {
    margin-top: 20px;
}

.proBox .fr .fy li {
    width: 48%;
    float: left;
    margin: 0 1%;
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    color: #555;
}

.proBox .fr .fy li a {
    color: #555;
}

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

.proBox .fr .lkBox .ul2 li a {
    display: block;
    border-radius: 13px;
    background: #f3f4f6;
    padding: 15px;
    position: relative;
    transition: 0.3s;
}

.proBox .fr .lkBox .ul2 li .tex {
    padding-right: 90px;
}

.proBox .fr .lkBox .ul2 li a h3 {
    font-size: 17px;
    color: #1e1e1e;
    margin-bottom: 13px;
    line-height: 1;
}

.proBox .fr .lkBox .ul2 li a p {
    font-size: 16px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    color: #666;
}

.proBox .fr .lkBox .ul2 li a .tim {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #3e4952;
    text-align: right;
    opacity: 0.6;
}

.proBox .fr .lkBox .ul2 li a .tim strong {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
}

.proBox .fr .lkBox .ul2 li a .tim span {
    display: block;
    font-size: 22px;
}

.proBox .fr .lkBox .ul2 li a:after {
    content: "";
    width: 1px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 95px;
    background: #e0dfdf;
}

.proBox .fr .lkBox .ul2 li:hover a {
    background: #f9b334;
}

.proBox .fr .lkBox .ul2 li:hover a h3, .proBox .fr .lkBox .ul2 li:hover a p, .proBox .fr .lkBox .ul2 li:hover a .tim {
    color: #fff;
    opacity: 1;
}

/****联系我们*******/

.proBox .fr .lxCon {
    background: #f3f3f3;
    color: #333;
}

.proBox .fr .lxCon .map {
    width: 60%;
}

.proBox .fr .lxCon .lxText {
    width: 40%;
    padding: 30px;
    box-sizing: border-box;
}

.proBox .fr .lxCon .lxText h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.proBox .fr .lxCon .lxText p {
    font-size: 16px;
    line-height: 30px;
}

.proBox .fr .lxCon .lxText .ewm {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.proBox .fr .lxCon .lxText .ewm img {
    width: 140px;
}

/*****关于我们*******/

.abBox .box1 {
    margin: 30px 6% 60px;
    background: url(../images/about-bg.jpg) no-repeat bottom center #fff;
    padding: 34px 0 30px;
    border-bottom: 5px solid #0090ff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.abBox .box1 li {
    width: 25%;
    text-align: center;
    float: left;
    color: #0090ff;
    font-weight: 600;
    font-size: 20px;
}

.abBox .box1 li strong {
    font-size: 70px;
    line-height: 80px;
    color: #0090ff;
    background-image: -webkit-gradient(linear, 0 0, right 0, from(#0090ff), to(#0782e0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.abBox .box1 li span {
    display: block;
    width: 21px;
    margin: 8px auto;
    height: 13px;
    background: url(../images/ab-arr.png) no-repeat center;
}

.abBox .box1 li p {
    line-height: 30px;
    color: #333;
}

.abBox .comBox .text {
    position: relative;
}

.abBox .comBox .text .tex p {
    font-size: 18px !important;
    line-height: 34px !important;
    text-indent: 2em;
    margin-top: 10px;
}

.abBox .comBox .text h2 {
    font-size: 38px;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
}

.abBox .comBox .text h2 span {
    color: #0090ff;
    background-image: -webkit-gradient(linear, 0 0, right 0, from(#1597fa), to(#0872c4));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.abBox .comBox .text strong {
    display: inline-block;
    font-family: "Arial";
    position: absolute;
    left: 120px;
    top: -30px;
    font-size: 80px;
    color: #0090ff;
    letter-spacing: 5px;
    opacity: 0.3;
}

.abBox .comBox .text strong:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 32px;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
}

.abBox .comBox img {
    width: 46%;
    float: right;
    margin: 0 0 10px 20px;
}

.youshi {
    background: url(../images/abouttwobg.jpg) no-repeat top center;
    padding: 50px 0;
    position: relative;
    color: #fff;
}

.youshi:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    top: 0;
    left: 0;
    background: url(../images/aboutthreebg01.png) no-repeat bottom center;
    background-size: 100%;
    z-index: 90;
}

.youshi .pic {
    position: absolute;
    left: 10%;
    bottom: 40px;
    width: 26%;
    z-index: 100;
}

.youshi .container {
    padding-left: 16%;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
}

.youshi .container .title {
    width: 55%;
    padding-top: 8%;
    float: left;
}

.youshi .container .title h3 {
    font-size: 52px;
    font-weight: 500;
    position: relative;
}

.youshi .container .title h3:before {
    content: "";
    position: absolute;
    left: -35px;
    top: -10px;
    width: 36px;
    height: 40px;
    background: url(../images/abouttwoicon02.png) no-repeat center;
    background-size: 36px;
}

.youshi .container .title p {
    font-size: 18px;
    line-height: 32px;
    margin: 15px 0;
}

.youshi .container .text {
    float: right;
    width: 40%;
    background: #fff url(../images/bg_03.png) repeat;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 95, 235, .3);
}

.youshi .container .text .tex {
    background: #fff;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) inset;
    padding: 30px 20px;
    border-radius: 10px;
}

.youshi .container .text h3 {
    width: 70%;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 20px;
    border-radius: 6px;
    background: #e2f0fb;
    color: #0090ff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1) inset;
}

.youshi .container .text p {
    padding: 10px;
    color: #444;
    font-size: 18px;
}

.youshi .container .text strong {
    display: block;
    padding-left: 20px;
    font-size: 20px;
    background: url(../images/icon.png) no-repeat left center;
    background-size: 15px;
    margin-bottom: 10px;
}

/* 产品资质 */

/* 产品资质 */

.abBox .fr .list {
    text-align: center;
}

.abBox .fr .list li {
    width: 140px;
    display: inline-block;
    margin: 20px 15px 20px 0;
}

.abBox .fr .list li a {
    display: block;
    background: #0095eb;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
}

.abBox .fr .list li.on a, .abBox .fr .list li:hover a {
    background: #f26b2f;
}

.abBox .fr .rx {
    margin: 0 20px;
    padding: 20px 0;
}

.abBox .fr .zz li {
    width: 25%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

.abBox .fr .zz li a {
    display: block;
}

.abBox .fr .zz li p {
    line-height: 50px;
    font-size: 18px;
    color: #333;
    text-align: center;
    background: #fff url(../images/pro-dot03.png) no-repeat center;
    background-size: 80%;
    box-shadow: 0 5px 10px rgba(0, 149, 235, .1);
    border-radius: 0 0 6px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abBox .fr .zz li .pho {
    display: table;
    vertical-align: middle;
    background: #fff;
}

.abBox .fr .zz li .pho span {
    display: table-cell;
    vertical-align: middle;
}

/*******新闻详情******/

.proBox .fr .nBox {
    position: relative;
}

.proBox .fr .nBox:after {
    content: "";
    position: absolute;
    width: 2px;
    left: 26px;
    bottom: 105px;
    top: 95px;
    background: #cccbd0;
    z-index: 90;
}

.proBox .fr .nBox .box {
    margin: 20px 0 20px 60px;
}

.proBox .fr .nBox a {
    display: block;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f4f5f9;
    position: relative;
}

.proBox .fr .nBox a:before {
    content: "";
    position: absolute;
    left: -55px;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background: url(../images/new-dot.png) no-repeat;
    background-size: cover;
    z-index: 100;
}

.proBox .fr .nBox .time {
    width: 12%;
    padding: 4% 0 0 10px;
    box-sizing: border-box;
    background: #f5f4f9;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 12px 0 0 12px;
}

.proBox .fr .nBox .time strong {
    font-size: 35px;
    display: block;
    color: #666;
    font-weight: 500;
}

.proBox .fr .nBox .time span {
    font-size: 20px;
    display: block;
    color: #777;
}

.proBox .fr .nBox .pho {
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
}

.proBox .fr .nBox .text {
    width: 80%;
    box-sizing: border-box;
    padding: 15px 20px 20px 14%;
    border-right: 1px solid #dedede;
}

.proBox .fr .nBox .text h3 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .fr .nBox .text p {
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    font-size: 15px;
}

.proBox .fr .nBox .text span {
    display: block;
    width: 100px;
    line-height: 30px;
    background: #fc7e28;
    color: #fff;
    text-align: center;
    float: right;
    margin-top: 10px
}

.proBox .fr .nBox .text .num {
    font-size: 14px;
    color: #888;
    margin: 8px 0;
}

.proBox .fr .nBox a:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 163, 252, .2);
}

.proBox .fr .nShow {
    padding: 25px 25px 60px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 9px;
}

.proBox .fr .nShow .title {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

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

.proBox .fr .nShow .title p {
    font-size: 14px;
    margin: 5px 0;
}

.proBox .fr .nShow .text img {
    width: auto !important;
    max-width: 100% !important;
    height: inherit !important;
    margin: 0 auto !important;
    display: block;
}

.proBox .fr .nShow .ts {
    background: #f4f4f5 url(../images/wxts.png) no-repeat left 2% center;
    background-size: 13%;
    padding: 2% 2% 3% 16%;
    position: relative;
    margin-bottom: 15px;
}

.proBox .fr .nShow .ts a {
    display: block;
    width: 120px;
    line-height: 40px;
    background: #0090ff;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-size: 16px;
}

.proBox .fr .nShow .ts p {
    font-size: 15px;
}

.proBox .fr .nShow .ts .tel1 {
    background: url(../images/new_tel.png) no-repeat left center;
    background-size: 25px;
    padding-left: 35px;
    font-size: 15px;
    margin-top: 10px;
}

.proBox .fr .nShow .ts .tel1 strong {
    font-size: 25px;
    color: #0090ff;
}
.proBox .fr .nShow .text {
	padding: 0 3%
}

.proBox .fr .vdshow .text {
	padding: 0
}
.proBox .fr .nShow .text p {
    font-size: 16px !important;
    line-height: 40px;
     text-indent: 2em; 
     margin-top: 20px;
}
.proBox .fr .nShow .text p a {
    text-decoration: underline;
    color:#d92a0d ;
    font-weight: bold;
}
.proBox .fr .nShow .text span {
    font-size: 16px !important;
}

.proBox .fr .nShow .text table {
    width: auto;
    border-collapse: collapse;
    margin: 10px auto !important;
}

.proBox .fr .nShow .text table td {
    border: 1px solid #aaa !important;
    padding: 3px 5px !important;
}

.newsBox .fr .fy {
    width: 90%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: -20px auto 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.newsBox .fr .fy li:before {
    content: "";
    width: 40px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../images/icon30.png) no-repeat left center;
    background-position: 0px 0px;
}

.newsBox .fr .fy li {
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 16px;
    border-bottom: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsBox .fr .fy li:nth-child(2):before {
    left: inherit;
    right: 0;
    background: url(../images/icon30.png) no-repeat left center;
    background-position: -40px 0px;
}

.newsBox .fr .fy li:nth-child(2) {
    padding: 0 40px 0 0;
    border-left: 1px solid #dcdcdc;
    text-align: right;
}

/* 客户案例 */

.proBox .fr .alBox dl {
    background: #f0f3fa;
    margin: 40px;
    transition: 0.3s;
}

.proBox .fr .alBox dl a {
    display: block;
    overflow: hidden;
}

.proBox .fr .alBox dt {
    width: 50%;
    float: left;
}

.proBox .fr .alBox dl dt img {
    transition: 0.3s;
}

.proBox .fr .alBox dd {
    width: 50%;
    float: left;
    padding: 6% 3% 0;
    box-sizing: border-box;
}

.proBox .fr .alBox dl:nth-child(even) dt {
    float: right;
}

.proBox .fr .alBox dd h3 {
    font-size: 26px;
    font-weight: 500;
}

.proBox .fr .alBox dd h3 b {
    font-weight: 500;
}

.proBox .fr .alBox dd p {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 20px 0;
    color: #787878;
}

.proBox .fr .alBox dd span {
    display: inline-block;
    padding: 0 25px;
    border-radius: 20px;
    border: 1px solid #878787;
    line-height: 40px;
    font-size: 15px;
    color: #888;
}

.proBox .fr .alBox dl:hover {
    background: #0090ff;
    color: #fff;
}

.proBox .fr .alBox dl:hover dt img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.proBox .fr .alBox dl:hover dd h3, .proBox .fr .alBox dl:hover dd p, .proBox .fr .alBox dl:hover dd span {
    color: #fff;
}

.proBox .fr .alBox dl:hover dd span {
    border-color: #fff;
}

.vdBox {
    background: url(../images/case-bj.png) no-repeat right top 120px;
    background-size: 300px
}

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

.vdBox .ul1 li a {
    display: block;
    background: -webkit-linear-gradient(left, #37a7fd, #0280e1);
    background: linear-gradient(to right, #37a7fd, #0280e1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.vdBox .ul1 li .pho {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.vdBox .ul1 li .pho:before {
    content: "";
    width: 14px;
    height: 14px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 100;
    transition: 0.3s;
    opacity: 0;
}

.vdBox .ul1 li .pho:after {
    content: "";
    width: 14px;
    height: 14px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 100;
    transition: 0.3s;
    opacity: 0;
}

.vdBox .ul1 li .pho .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 90;
    opacity: 0;
    transition: 0.3s;
}

.vdBox .ul1 li .pho .bg:before {
    content: "";
    width: 14px;
    height: 14px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 100;
}

.vdBox .ul1 li .pho .bg:after {
    content: "";
    width: 14px;
    height: 14px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 100;
}

.vdBox .ul1 li .pho .bg span {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    background: url(../images/maltj-tb.png) no-repeat center;
    background-size: cover;
    transition: 0.5s
}

.vdBox .ul1 li:hover .bg, .vdBox .ul1 li:hover .pho:before, .vdBox .ul1 li:hover .pho:after {
    opacity: 1;
}

.vdBox .ul1 li:hover .pho .bg span {
    transform: rotate(360deg)
}

.vdBox .ul1 li p {
    line-height: 60px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    background-image: url(../images/video-line.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.vdBox .ul1 li p b {
    font-weight: 500;
}

.proBox .fr .nShow .text video {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    height: 100%;
}

.proBox .fr .nShow .text h3 {
    font-size: 16px;
    line-height: 40px;
}

@media all and (min-width: 1023px) and (max-width:1680px) {
    .proBox1 .box .ul1 li a {
        white-space: nowrap;
        font-size: 15px;
    }
    .proBox .fr .comBox .text h1 {
        font-size: 26px;
    }
    .proBox1 .box .ul2 li h3 {
        font-size: 17px;
    }
}

@media all and (min-width: 1023px) and (max-width:1600px) {
    .proBox1 .box .titl h2 {
        font-size: 22px;
        background-size: 40px;
        padding-left: 45px;
    }
    .proBox .fr .comBox .pho .icon {
        font-size: 14px;
    }
    .proBox .fr .comBox .text .info {
        font-size: 15px;
        line-height: 25px;
        padding-top: 0;
        background-position-y: 8px;
    }
    .proBox .fr .comBox .text .dl1 {
        padding: 3px 15px;
        margin: 12px 0
    }
    .proBox .fr .comBox .text .dl1 dl {
        font-size: 16px;
    }
    .proBox .fr .comBox .text .dl1 dl dt {
        margin-bottom: 5px;
    }
    .proBox .fr .comBox .text .tel1 {
        margin-top: 12px;
    }
    .proBox .fr .comBox .text .tel1 span {
        font-size: 16px;
    }
    .proBox .fr .comBox .text .tel1 strong {
        line-height: 36px;
    }
    .proBox .fr .tit h3 {
        font-size: 22px;
    }
    .proBox .fr .nBox .time {
        padding-top: 5%;
    }
    .proBox .fr .nBox .time span {
        font-size: 18px;
    }
    .proBox .fr .nBox .time strong {
        font-size: 30px;
    }
    .proBox .fr .nBox .text {
        padding-top: 1%;
    }
    .proBox .fr .lkBox .ul2 li a p {
        font-size: 15px;
        line-height: 28px;
        height: 56px;
    }
    .proBox .fr .lkBox .ul2 li a .tim {
        top: 14px;
    }
    .abBox .box1 {
        padding: 25px 0;
    }
    .abBox .box1 li strong {
        font-size: 58px;
    }
    .abBox .box1 li {
        font-size: 18px;
    }
    .abBox .box1 li span {
        margin: 5px auto;
    }
    .abBox .comBox .text .tex p {
        font-size: 16px !important;
        line-height: 32px;
        text-indent: 2em;
        margin-top: 0px;
    }
    .abBox .comBox img {
        width: 42%;
        margin-left: 30px;
        margin-bottom: 0;
    }
    .youshi .container .title h3 {
        font-size: 42px;
    }
    .youshi .container .title p {
        font-size: 17px;
    }
    .proBox .fr .lxCon .lxText .ewm img {
        width: 120px;
    }
    .proBox .fr .lxCon .lxText {
        padding: 24px;
    }
    .proBox .fr .lxCon .lxText h3 {
        margin-bottom: 5px;
    }
    .proBox .fr .lxCon .lxText p {
        font-size: 15px;
    }
    .proBox .fr .nShow .ts a {
        width: 100px;
        line-height: 32px;
        font-size: 15px
    }
}

@media all and (min-width: 1023px) and (max-width:1440px) {
    .proBox>.fl ul.ul1 li .submenu {
        padding-left: 0px;
    }
    .proBox>.fl ul.ul1 li .submenu a {
        font-size: 15px;
    }
    .proBox1 .box .ul1 li a {
        font-size: 14px;
        white-space: nowrap;
    }
    .proBox1 .box .ul2 li h3 {
        font-size: 16px;
        line-height: 40px;
    }
    .proBox1 .box .titl a {
        font-size: 14px;
        line-height: 25px;
        margin-top: 8px;
    }
    .proBox .fr .comBox .pho .icon span {
        margin-right: 4px;
    }
    .proBox .fr .comBox .text h1 {
        font-size: 24px;
        line-height: 40px;
    }
    .proBox .fr .comBox .text .dl1 {
        margin: 13px 0;
        padding: 0 15px;
    }
    .proBox .fr .comBox .text .dl1 dl {
        font-size: 15px;
        line-height: 40px;
    }
    .proBox .fr .comBox .text .tel1 {
        background-size: 50px;
        padding-left: 55px;
    }
    .proBox .fr .comBox .text .tel1 span {
        font-size: 15px;
    }
    .proBox .fr .comBox .text .tel1 strong {
        font-size: 21px;
    }
    .proBox .fr .comBox .text a {
        width: 120px;
        height: 100px;
        background-size: 100%;
    }
    .proBox .fr .comBox .text a::after {
        right: 10px;
        bottom: 15px;
        font-size: 15px;
    }
    .proBox .fr .lkBox .ul1 li p {
        line-height: 40px;
        font-size: 15px;
    }
    .proBox .fr .lkBox .ul1 li .pho:before {
        bottom: -30px;
        left: 8px;
    }
    .proBox .fr .lkBox .ul1 li .pho:after {
        bottom: -30px;
        right: 8px;
    }
    .proBox .fr .lkBox .ul2 li a .tim {
        top: 16px;
    }
    .proBox .fr .tit h3, .proBox .fr .lkBox .tit h3 {
        font-size: 20px;
    }
    .proBox .fr .tit {
        line-height: 42px;
    }
    .proBox .fr .lkBox .tit h3 {
        background-size: 28px;
    }
    .proBox .fr .desc .text h2 {
        font-size: 18px !important;
    }
    .proBox .fr .desc .text img {
        max-width:600px !important;
        
    }
    .proBox .fr .lkBox .ul2 li a h3 {
        font-size: 16px;
    }
    .proBox .fr .lkBox .ul2 li a p {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .proBox .fr .lkBox .ul2 li a .tim strong {
        font-size: 24px;
        margin-bottom: 0;
    }
    .proBox .fr .lkBox .ul2 li a .tim span {
        font-size: 17px;
    }
    .proBox .fr .alBox dd h3 {
        font-size: 24px;
    }
    .proBox .fr .lxCon .lxText p {
        line-height: 24px;
    }
    .proBox .fr .alBox dd {
        padding: 4% 3% 0;
    }
    .proBox .fr .nBox .time {
        padding-top: 4%;
    }
}

@media all and (min-width: 1023px) and (max-width:1400px) {
    .proBox>.fl ul.ul1 li .submenu a {
        background-size: 15px;
    }
    .proBox .fr .nBox .text .num {
        margin: 2px 0;
    }
    .proBox .fr .nBox .text span {
        width: 90px;
    }
    .proBox .fr .comBox .pho .icon {
        font-size: 13px;
    }
    .proBox .fr .comBox .pho .ico {
        margin-top: 13px;
    }
    .proBox .fr .comBox .text .tel1 {
        margin-top: 14px;
    }
    .proBox .fr .alBox dd span {
        line-height: 36px;
    }
    .vdBox .ul1 li p {
        line-height: 45px;
        font-size: 16px;
    }
    .proBox .fr .nBox .text p {
        font-size: 14px;
        line-height: 28px;
        height: 56px;
    }
    .proBox .fr .nBox .text span {
        line-height: 25px;
        width: 80px;
        font-size: 13px;
    }
    .proBox .fr .nShow .ts p {
        font-size: 14px;
    }
    .proBox .fr .nShow .ts a {
        width: 90px;
        line-height: 28px;
        font-size: 14px;
    }
    .abBox .box1 li {
        font-size: 16px;
    }
    .abBox .box1 li strong {
        font-size: 45px;
        line-height: 60px;
    }
    .youshi .container .title h3 {
        font-size: 38px;
    }
    .youshi .container .title p {
        font-size: 16px;
    }
    .youshi .container .text p {
        padding: 6px 8px;
        font-size: 16px;
    }
    .youshi .container .text strong {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .proBox .fr .lxCon .lxText p {
        font-size: 14px;
    }
    .proBox .fr .lxCon .lxText h3 {
        font-size: 16px;
    }
    .abBox .fr .zz li p {
        font-size: 15px;
        line-height: 42px;
    }
}

@media all and (min-width: 1023px) and (max-width:1366px) {
    .proBox1 .box {
        margin-top: 0;
    }
    .proBox .fr .alBox dl {
        margin: 20px;
    }
    .proBox1 .box .ul1 li {
        padding: 5px;
    }
    .proBox .fr .nShow .text img {
        max-width: 550px !important;
    }
    .proBox .fr .alBox dd h3 {
        font-size: 22px;
    }
}

@media all and (min-width:0) and (max-width:767px) {
    /* 产品中心 */
    .mt {
        margin-top: 20px;
    }
    #main {
        background: none;
    }
    .proBox {
        padding-bottom: 40px;
        padding: 0 15px;
    }
    .proBox1 {
        padding-bottom: 30px;
    }
    .proBox1 .box {
        padding: 10px 15px;
        margin-top: 10px;
    }
    .proBox1 .box .titl {
        line-height: 40px;
        margin-bottom: 8px;
        margin-top: 0px;
    }
    .proBox1 .box .titl h2 {
        font-size: 20px;
        padding-left: 40px;
        background-size: 32px;
    }
    .proBox1 .box .titl a {
        font-size: 13px;
        line-height: 26px;
        width: 80px;
        border-radius: 13px;
        margin-top: 7px;
    }
    .proBox1 .box .ul1 li {
        width: 50%;
        float: left;
        padding: 5px 8px;
        box-sizing: border-box;
    }
    .proBox1 .box .ul1 li a {
        line-height: 32px;
        font-size: 14px;
        border-radius: 16px;
    }
    .proBox1 .box .ul2 {
        border-top: 1px dashed #dedede;
        padding-top: 10px;
        margin-top: 10px;
        padding-bottom: 20px;
    }
    .proBox1 .box .ul2 li {
        width: 100%;
        float: inherit;
    }
    .proBox1 .box .ul2 li a {
        border-radius: 8px;
    }
    .proBox1 .box .ul2 li h3 {
        font-size: 15px;
        line-height: 40px;
    }
    /* 二级目录 */
    .proBox>.fl {
        width: 100%;
        padding-bottom: 0px;
        margin-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
    }
    .proBox>.fl .title {
        background: #0090fe url(../images/icon33.png) no-repeat right 10px center;
        padding: 20px 60px 20px 20px;
        background-size: 38px;
        text-align: left;
    }
    .proBox>.fl .title:before {
        right: inherit;
        left: -40px;
    }
    .proBox>.fl ul.ul1 {
        display: none;
    }
    .proBox>.fl ul.ul1 li h4 {
        font-size: 16px;
        line-height: 45px;
    }
    .proBox>.fl ul.ul1 li .submenu a {
        font-size: 15px;
    }
    .proBox>.fl .tjBox {
        display: none;
    }
    .proBox>.fr {
        width: 100%;
    }
    .proBox .fr .posi {
        margin-bottom: 10px;
        height: 40px;
    }
    .proBox .fr .proList1 li {
        padding: 0;
        margin-bottom: 20px;
        border-bottom: none;
    }
    .proBox .fr .proList1 li .box {
        display: block;
        border-right: none;
        border-bottom: 1px solid #dedede;
        padding: 10px 8px;
        font-size: 14px;
    }
    .proBox .fr .proList1 li a {
        display: block;
        border: 1px solid #dedede;
        overflow: hidden;
    }
    .proBox .fr .proList1 li .box1 {
        width: 100%;
    }
    .proBox .fr .proList1 li .box2 {
        width: 50%;
        float: left;
        border-right: 1px solid #dedede;
    }
    .proBox .fr .proList1 li .box3 {
        width: 100%;
    }
    .proBox .fr .proList1 li .box3 span {
        display: inline-block !important;
    }
    .proBox .fr .proList1 li .box4 {
        width: 100%;
        font-size: 14px;
    }
    .proBox .fr .proList1 li:first-child {
        display: none;
    }
    .proBox .fr .proList1 li .box:last-child {
        border-right: none;
    }
    .page li {
        margin-bottom: 5px
    }
    .proBox .fr .proList1 li .boxing{
        display: none;
    }
    /* 产品详情 */
    .proBox .fr .comBox {
        padding: 10px;
        margin: 20px 0px 10px;
        border-radius: 0;
        position: relative;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        background: url(../images/case-bj.png) no-repeat bottom right;
        background-size: 300px;
    }
    .proBox .fr .comBox .pho {
        width: 100%;
        float: inherit;
        padding-right: 0
    }
    .proBox .fr .comBox .pho .ico {
        display: none;
    }
    .proBox .fr .comBox .text {
        width: 100%;
        float: inherit;
        padding-left: 0px;
        margin-top: 15px;
    }
    .proBox .fr .comBox .text h1 {
        font-size: 24px;
        line-height: 40px;
    }
    .proBox .fr .comBox .text .dl1 {
        padding: 10px 0px;
        border-radius: 10px;
        margin: 20px 0 10px;
    }
    .proBox .fr .comBox .text .dl1 dl {
        padding-left: 25px;
        font-size: 15px;
    }
    .proBox .fr .comBox .text p {
        line-height: 28px;
        font-size: 14px;
    }
    .proBox .fr .comBox .text .info {
        line-height: 25px;
        font-size: 14px;
        padding-left: 18px;
        background-size: 15px;
    }
    .proBox .fr .comBox .text .tel1 {
        padding-left: 45px;
        background: url(../images/article_phone.png) no-repeat left top;
        background-size: 40px;
        margin-top: 15px;
    }
    .proBox .fr .comBox .text .tel1 span {
        font-size: 14px;
        line-height: 16px;
    }
    .proBox .fr .comBox .text .tel1 strong {
        font-size: 22px;
        line-height: 32px;
    }
    .proBox .fr .comBox .text a {
        width: 100px;
        height: 80px;
        right: -15px;
        bottom: -15px
    }
    .proBox .fr .comBox .text a::after {
        right: 5px;
        bottom: 10px;
        font-size: 15px;
    }
    .proBox .fr .lkBox .ul1 li {
        width: 50%;
        padding: 10px 8px;
    }
    .proBox .fr .lkBox .ul1 li .pho {
        padding-bottom: 10px;
    }
    .proBox .fr .lkBox .ul1 li .pho:before {
        width: 18px;
        height: 60px;
        left: 4px;
        bottom: -30px;
        background-position: bottom center;
    }
    .proBox .fr .lkBox .ul1 li .pho:after {
        height: 60px;
        width: 18px;
        right: 4px;
        background-position: bottom center;
        bottom: -30px;
    }
    .proBox .fr .lkBox .ul1 li p {
        font-size: 15px;
        line-height: 40px;
        border-radius: 0 0 6px 6px;
    }
    .proBox .fr .desc {
        margin-top: 10px;
    }
    .proBox .fr .tit {
        line-height: 40px;
    }
    .proBox .fr .tit h3 {
        width: 100px;
        font-size: 18px;
    }
    .proBox .fr .lkBox .tit h3 {
        background-size: 22px;
        padding-left: 40px;
        font-size: 18px;
    }
    .proBox .fr .desc .text {
        padding: 5px;
        font-size: 16px;
    }
    .proBox .fr .desc .text a {
        color: #555;
    }
    .proBox .fr .desc .text h2 {
        font-size: 16px !important;
        line-height: 30px !important;
        margin: 5px 0 !important;
        padding-left: 40px !important;
        background-size: 40px;
    }
    .proBox .fr .desc .text img {
        width: 100% !important;
        max-width: 750px !important;
        height: inherit !important;
        margin: 0 auto !important;
        display: block;
    }
    .proBox .fr .desc .text table {
        width: 100% !important;
    }
    .proBox .fr .desc .text table td {
        padding: 0 !important;
    }
    .proBox .fr .fy li {
        width: 100%;
        float: inherit;
        margin: 0 0 10px;
    }
    .proBox .fr .lkBox .ul2 li {
        padding: 10px 0px;
        width: 100%;
        float: inherit;
    }
    .proBox .fr .lkBox .ul2 li a {
        border-radius: 6px;
        padding: 10px;
    }
    .proBox .fr .lkBox .ul2 li .tex {
        padding-right: 80px;
    }
    .proBox .fr .lkBox .ul2 li a h3 {
        font-size: 15px;
        margin-bottom: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .proBox .fr .lkBox .ul2 li a p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .proBox .fr .lkBox .ul2 li a .tim {
        position: absolute;
        right: 10px;
        top: 14px;
    }
    .proBox .fr .lkBox .ul2 li a .tim strong {
        font-size: 22px;
    }
    .proBox .fr .lkBox .ul2 li a .tim span {
        font-size: 16px;
    }
    .proBox .fr .lkBox .ul2 li a:after {
        right: 80px;
    }
    /****联系我们*******/
    .proBox .fr .lxCon {
        height: inherit !important;
    }
    .proBox .fr .lxCon .map {
        width: 100%;
        height: 280px !important;
    }
    #dituContent {
        border-top: 1px solid #ccc !important;
    }
    .proBox .fr .lxCon .lxText {
        width: 100%;
        padding: 20px;
    }
    .proBox .fr .lxCon .lxText h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .proBox .fr .lxCon .lxText p {
        font-size: 14px;
        line-height: 20px;
    }
    .proBox .fr .lxCon .lxText .ewm {
        font-size: 13px;
        margin-top: 10px;
    }
    .proBox .fr .lxCon .lxText .ewm img {
        width: 140px;
    }
    /*****关于我们*******/
    .abBox {
        padding: 0 10px;
    }
    .abBox .box1 {
        display: none;
    }
    .abBox .comBox .text {
        position: relative;
    }
    .abBox .comBox .text .tex p {
        font-size: 15px !important;
        line-height: 28px !important;
        margin-top: 0px;
    }
    .abBox .comBox .text h2 {
        font-size: 28px;
        text-align: center;
        z-index: 99
    }
    .abBox .comBox .text strong {
        font-size: 60px;
        left: 50%;
        margin-left: -157px;
    }
    .abBox .comBox .text strong:after {
        bottom: 22px;
    }
    .abBox .comBox img {
        width: 100%;
        float: inherit;
        margin: 0 0 10px 0px;
    }
    .youshi {
        padding: 40px 0;
    }
    .youshi:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2px;
        top: 0;
        left: 0;
        background: url(../images/aboutthreebg01.png) no-repeat bottom center;
        background-size: 100%;
        z-index: 90;
    }
    .youshi .pic {
        display: none;
    }
    .youshi .container {
        padding-left: 0%;
    }
    .youshi .container .title {
        width: 100%;
        padding-top: 0;
        text-align: center;
        float: inherit;
    }
    .youshi .container .title h3 {
        font-size: 23px;
        font-weight: 500;
        position: relative;
    }
    .youshi .container .title h3:before {
        content: "";
        position: absolute;
        left: 10px;
        top: -10px;
        width: 36px;
        height: 40px;
        background: url(../images/abouttwoicon02.png) no-repeat center;
        background-size: 36px;
    }
    .youshi .container .title p {
        font-size: 15px;
        line-height: 24px;
        margin: 8px;
    }
    .youshi .container .text {
        float: inherit;
        width: 90%;
        padding: 10px;
        margin: 10px auto;
    }
    .youshi .container .text .tex {
        background: #fff;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) inset;
        padding: 20px 10px;
        border-radius: 10px;
    }
    .youshi .container .text h3 {
        width: 90%;
        line-height: 40px;
        font-size: 18px;
    }
    .youshi .container .text p {
        font-size: 16px;
    }
    .youshi .container .text strong {
        font-size: 18px;
    }
    /* 产品资质 */
    /* 产品资质 */
    .abBox .fr .list {
        text-align: center;
    }
    .abBox .fr .list li {
        width: 120px;
        margin: 10px;
    }
    .abBox .fr .list li a {
        font-size: 15px;
    }
    .abBox .fr .zz li {
        width: 50%;
        padding: 10p 8px;
    }
    .abBox .fr .zz li p {
        line-height: 40px;
        font-size: 15px;
    }
    /*******新闻详情******/
    .proBox .fr .nBox {
        position: relative;
    }
    .proBox .fr .nBox:after {
        display: none;
    }
    .proBox .fr .nBox .box {
        margin: 20px 0 20px 0px;
    }
    .proBox .fr .nBox .box:nth-child(even) a {
        background: #fbfbfb;
    }
    .proBox .fr .nBox a {
        display: block;
        background: #fff;
        border-radius: 12px;
        border: 1px solid #f4f5f9;
        position: relative;
    }
    .proBox .fr .nBox a:before {
        display: none;
    }
    .proBox .fr .nBox .time {
        display: none;
    }
    .proBox .fr .nBox .pho {
        width: 40%;
        float: right;
        padding: 8px;
    }
    .proBox .fr .nBox .text {
        width: 60%;
        float: left;
        padding: 0px 8px;
    }
    .proBox .fr .nBox .text h3 {
        font-size: 15px;
        margin-top: 5%;
    }
    .proBox .fr .nBox .text p {
        line-height: 20px;
        height: 40px;
        font-size: 14px;
    }
    .proBox .fr .nBox .text span {
        display: none
    }
    .proBox .fr .nBox .text .num {
        margin: 5px 0;
    }
    .proBox .fr .nShow {
        padding: 15px 10px 10px;
        border-radius: 5px;
    }
    .proBox .fr .nShow .title h1 {
        font-size: 20px;
    }
	.proBox .fr .nShow .text {
	padding: 0
}
    .proBox .fr .nShow .text img {
        width: auto !important;
        max-width: 100% !important;
        height: inherit !important;
    }
    .proBox .fr .nShow .ts {
        display: none;
    }
    .newsBox .fr .fy {
        width: 100%;
        margin: 10px auto 0;
    }
    .newsBox .fr .fy li {
        font-size: 14px;
    }
    .newsBox .fr .fy li:nth-child(2):before {
        left: 0;
        right: inherit;
        background-position: 0px 0px;
    }
    .newsBox .fr .fy li:nth-child(2) {
        padding: 0 0px 0 40px;
        border-left: none;
        text-align: left;
    }
    /* 客户案例 */
    .proBox .fr .alBox {
        overflow: hidden;
    }
    .proBox .fr .alBox dl {
        margin: 20px 4% 0 0;
        width: 48%;
        float: left;
        padding: 0 0px;
        box-sizing: border-box;
        background: none;
        border: 1px solid #dedede;
    }
    .proBox .fr .alBox dl:nth-child(even) {
        margin-right: 0;
    }
    .proBox .fr .alBox dt {
        width: 100%;
        float: inherit;
    }
    .proBox .fr .alBox dd {
        width: 100%;
        float: inherit;
        padding: 6% 3%;
    }
    .proBox .fr .alBox dl:nth-child(even) dt {
        float: inherit;
    }
    .proBox .fr .alBox dd h3 {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .proBox .fr .alBox dd p {
        font-size: 14px;
        line-height: 21px;
        height: 42px;
        margin: 10px 0;
    }
    .proBox .fr .alBox dd span {
        padding: 0px;
        border-radius: 15px;
        line-height: 30px;
        font-size: 13px;
        display: block;
        margin: 0 auto;
        width: 80px;
        text-align: center;
    }
    .proBox .fr .alBox dl:hover {
        background: #fff;
        color: inherit;
    }
    .proBox .fr .alBox dl:hover dd h3, .proBox .fr .alBox dl:hover dd p, .proBox .fr .alBox dl:hover dd span {
        color: inherit;
    }
    .proBox .fr .alBox dl:hover dd span {
        border-color: inherit;
    }
    .vdBox {
        padding: 0 10px;
        background-size: 200px
    }
    .vdBox .proBox {
        padding: 0;
    }
    .vdBox .ul1 li {
        width: 50%;
        padding: 10px 8px;
    }
    .vdBox .ul1 li a {
        border-radius: 6px;
    }
    .vdBox .ul1 li .pho {
        border-radius: 6px 6px 0 0;
    }
    .vdBox .ul1 li p {
        line-height: 40px;
        font-size: 15px;
    }
    .proBox .fr .nShow .text table {
        width: 100% !important;
    }
    .proBox .fr .nShow .text table td {
        padding: 3px 5px !important;
    }
    .posi:after {
        height: inherit;
        bottom: 0;
    }
}