.proBox {
    margin: 20px auto 40px;
}

.proBox .fl {
    width: 22%;
}

.proBox .fl .tit {
    background: linear-gradient(to right bottom, #57b5f3, #0b81de);
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background-size: cover;
}

.proBox .fl .tit strong {
    font-size: 25px;
}

.proBox .fl .tit span {
    font-size: 16px;
}

.proBox .fl .proList {
    background: linear-gradient(to right bottom, #57b5f3, #0b81de);
    border: 1px solid #ddd;
}

.proBox .fl .proList ul {
    width: 80%;
    margin: 15px auto;
}

.proBox .fl .proList ul li {
    background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.proBox .fl .proList ul li h4 {
    font-size: 17px;
    line-height: 50px;
    padding: 0 12px;
    font-weight: 500;
    cursor: pointer;
    background: url(../images/icon9.png) no-repeat right 10px center;
    background-size: 23px;
    color: #333;
}
.proBox .fl .proList ul li:hover h4{
    background: url(../images/icon10.png)  #f26b2f no-repeat right 10px center; 
    color: #fff;
}


.proBox .fl .proList ul li.on h4 {
    background-image: url(../images/icon10.png);
    background-color: #f26b2f;
    background-size: 23px;
    color: #fff;
  }



.proBox .fl .proList li .submenu {
    display: none;
    margin: 5px 10px;
    background: #fff;
    padding: 5px;
}

.proBox .fl .proList .submenu a {
    padding-left: 50px;
    transition: 0.3s;
}
.proBox .fl .proList li.on .submenu {
    display: block;
}




.proBox .fl .proList li .submenu a {
    display: block;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px dashed #efefef;
    padding-left: 30px;
    transition: 0.3s;
  }


.proBox .fl .proList li.on a.link, .proBox .fl .proList li:hover a.link {
    background: #2c98e7;
    color: #fff;
}

.proBox .fl .proList .submenu a.on, .proBox .fl .proList .submenu a:hover {
    background: #2c98e7;
    color: #fff;
    padding-left: 20px;
}

.proBox .fl .tuijian {
    
    background:linear-gradient(to bottom, #57b5f3, #0b81de);
    margin: 20px 0;
    padding-bottom: 10px;
}

.proBox .fl .tuijian h3 {
    font-size: 23px;
    background: linear-gradient(to right bottom, #57b5f3, #0b81de);
    color: #fff;
    padding-left: 10px;
    font-weight: 500;
    line-height:50px;
}
.proBox .fl .tuijian ul {
     background: rgba(255, 255, 255, 0.8);
     padding: 8px;
     margin: 10px 15px;
     border-radius: 4px;
}
.proBox .fl .tuijian li a {
    display: block;
    line-height: 36px;
    border-bottom: 1px dashed #88c3dc;
    padding: 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
  

}

.proBox .fl .tuijian li:hover a {
    color: #2c98e7;
    padding-left: 12px;
}

.proBox .fl .lxCon {
    border: 1px solid #ddd;
    background:linear-gradient(to bottom, #57b5f3, #0b81de);
}

.proBox .fl .lxCon div {
    padding: 10px;
}

.proBox .fl .lxCon h3 {
    font-size:23px;
    font-weight: 500;
    line-height: 50px;
    background: linear-gradient(to right bottom, #57b5f3, #0b81de);
    padding-left: 10px;
    color: #fff;
}

.proBox .fl .lxCon img {
    margin-bottom: 5px;
}

.proBox .fl .lxCon p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.proBox .fr {
    width: 78%;
    padding-left: 30px;
    box-sizing: border-box;
}

.proBox .fr .posi {
    color: #999;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 5px;
    position: relative;
}

.proBox .fr .posi:before {
    content: "";
    width: 6px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 4px;
    background: #2c98e7;
    display: none
}

.proBox .fr .posi h3 {
    font-size: 21px;
    color: #444;
    float: right;
    display: none
}

.proBox .fr .posi img {
    width: 25px;
}

.proBox .fr .posi a {
    color: #999;
}

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

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

.proBox .fr .proList1 {
    border: 1px solid #ddd;
}

.proBox .fr .proList1 li {
    overflow: hidden;
}

.proBox .fr .proList1 li:hover .box {
    background: #fdfdfd;
}

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

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

.proBox .fr .proList1 li .box1 {
    width: 25%;
    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: 10%;
    border-right: 0px;
}
.proBox .fr .proList1 li .pc {
    
    border-right: 1px solid #ddd;
}
.proBox .fr .proList1 li .boxing{
    display: none;
}
.proBox .fr .proList1 li .box3 {
    width: 20%;
}

.proBox .fr .proList1 li .box4 {
    width: 35%;
    font-size: 15px;
    text-align: center;
}

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

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

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

.proBox .page li a.page-num-current {
    background: #2c98e7;
    color: #fff;
    border-color: #2c98e7;
}

/* 产品详情 */

.proBox .fr .comBox .pho {
    width: 35%;
}

.proBox .fr .comBox .pho img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

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

.proBox .fr .comBox .text h1 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.proBox .fr .comBox .text p.p1 {
    color: #999;
}

.proBox .fr .comBox .text span {
    display: block;
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: #ff8f07;
    margin: 8px 0;
}

.proBox .fr .comBox .text .inf {
    margin: 10px 0;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    padding: 6px 0;
}

.proBox .fr .comBox .text .inf p {
    line-height: 30px;
    font-size: 16px;
}

.proBox .fr .comBox .text .zx {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.proBox .fr .comBox .text .zx a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    background: #ff8f07;
    color: #fff;
    text-align: center;
}

.proBox .fr .comBox .text .info {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    height: 60px;
}

.proBox .fr .proText {
    margin-top: 25px;
}

.proBox .fr .proText h4 {
    font-size: 16px;
    font-weight: 500;
    background: #efefef;
}

.proBox .fr .proText h4 span {
    display: block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #2c98e7;
    color: #fff;
    border-left: 3px solid #ff8f07;
}

.proBox .fr .proText .texCon {
    padding: 10px 3%;
}
.proBox .fr .proText .texCon span,.proBox .fr .proText .texCon p {
    font-size: 16px !important;
    font-family:"Microsoft YaHei" !important;
}
.proBox .fr .proText .texCon img {
    width: auto !important;
	height:inherit !important;
    max-width: 100% !important;
}

.proBox .fr .proText .texCon img.img {
    width: 500px !important;
    display: block;
    margin: 0 auto 10px;
}

.proBox .fr .fy {
    margin-top: 20px;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
}

.proBox .fr .fy li {
    width: 50%;
    padding: 0 10px;
    line-height: 34px;
    box-sizing: border-box;
}

.proBox .fr .fy li.fr {
    text-align: right;
    margin-top: 0
}

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

.proBox .fr .lkBox h4 {
    font-size: 15px;
    background: #2c98e7;
    padding: 0 0 0 10px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
}

.proBox .fr .lkBox ul.ul1 li {
    width: 50%;
    float: left;
    padding: 0 8px;
    box-sizing: border-box;
}

.proBox .fr .lkBox ul.ul1 li a {
    display: block;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    padding: 0 6px;
    line-height: 40px;
    position: relative;
}

.proBox .fr .lkBox ul.ul1 li a p {
    padding-right: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.proBox .fr .lkBox ul.ul1 li a span {
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    font-size: 13px;
    color: #989898;
}

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

.proBox .fr .lkBox ul.ul2 li a {
    display: block;
    border: 1px solid #ddd;
}

.proBox .fr .lkBox ul.ul2 li a p {
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #ddd;
    transition: 0.3s;
}

.proBox .fr .lkBox ul.ul2 li:hover a {
    border: none;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .3);
}

.proBox .fr .lkBox ul.ul2 li:hover a p {
    border-top: none;
    background: #2c98e7;
    color: #fff;
}

/* 新闻动态 */

.proBox .fr .newsList dl {
    padding: 20px;
    border-bottom: 1px dashed #ddd;
    transition: 0.3s;
}

.proBox .fr .newsList dl:hover {
    box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
}

.proBox .fr .newsList dl a {
    display: block;
}

.proBox .fr .newsList dl dt {
    width: 25%;
    float: left;
}

.proBox .fr .newsList dl dd {
    width: 70%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.proBox .fr .newsList dl dd h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
}

.proBox .fr .newsList dl dd span {
    display: block;
    color: #999;
    font-size: 13px;
    margin: 5px 0;
}

.proBox .fr .newsList dl dd p {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.proBox .fr .newsList dl dd span.ck {
    width: 100px;
    line-height: 28px;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    float: right;
    margin: 10px 0 0;
}

.proBox .fr .newsList dl:hover dd span.ck {
    background: #2c98e7;
    color: #fff;
    border-color: #2c98e7;
}

/* 新闻详情 */

.proBox .fr .newsText .newsTit {
    text-align: center;
    margin-bottom: 10px;
}

.proBox .fr .newsText .newsTit h1 {
    font-size: 22px;
}

.proBox .fr .newsText .newsTit p {
    color: #999;
}

.proBox .fr .newsText .newsTit span {
    display: block;
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background: #2c98e7;
    margin: 5px auto;
}
.proBox .fr .newsText  .texCon{
	padding:0 2%
}

.proBox .fr .newsText img {
    width: auto !important;
    display: block;
    margin: 0 auto !important;
}

.proBox .fr .newsText .texCon p {
    width: 100% !important;
	font-size:16px !important;
	line-height:30px !important;
    text-indent: 2em;
    margin-top: 5px;
}

.proBox .fr .newsText .texCon table td {
    border: 1px solid #ddd;
    padding: 5px 8px;
}

/* 关于我们 */

.proBox .fr .abCon {
    padding: 10px;
}

.proBox .fr .abCon img {
    float: left;
    width: 400px;
    margin-right: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

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

.proBox .fr .lxCon .text {
    width: 50%;
}

.proBox .fr .lxCon .text h3 {
    font-size: 20px;
    color: #555;
}

.proBox .fr .lxCon .text p {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
    color: #555;
}

.proBox .fr .lxCon .pho {
    width: 40%;
}

@media all and (min-width: 1024px) and (max-width:1350px) {
    .proBox {
        margin: 20px auto 40px;
    }
    .proBox .fl {
        width: 20%;
    }
    .proBox .fl .tit {
        padding: 12px 0;
    }
    .proBox .fl .tit strong {
        font-size: 20px;
    }
    .proBox .fl .tit span {
        font-size: 14px;
    }
    .proBox .fl .proList ul {
        width: 90%;
    }
    .proBox .fl .proList a {
        padding-left: 20px;
        font-size: 15px;
    }
    .proBox .fl .proList .submenu a {
        padding-left: 30px;
    }
    .proBox .fl .proList .submenu a.on, .proBox .fl .proList .submenu a:hover {
        padding-left: 40px;
    }
    .proBox .fl .tuijian {
        padding: 10px 5px;
    }
    .proBox .fr {
        width: 80%;
        padding-left: 20px;
    }
    .proBox .fr .posi {
        font-size: 12px;
    }
    .proBox .fr .posi h3 {
        font-size: 18px;
    }
    .proBox .fr .posi img {
        width: 20px;
    }
    .proBox .fr .proList1 li .box4 {
        font-size: 14px;
    }
    .proBox .page {
        margin-top: 20px;
    }
    /* 产品详情 */
    .proBox .fr .comBox .text .inf {
        margin: 5px 0;
    }
    .proBox .fr .comBox .text .inf p {
        line-height: 22px;
        font-size: 15px;
    }
    .proBox .fr .comBox .text .zx a {
        width: 100px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .proBox .fr .proText h4 {
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #ddd;
    }
    .proBox .fr .proText h4 span {
        width: 100px;
        height: 32px;
        line-height: 32px;
    }
    .proBox .fr .lkBox {
        margin-top: 20px;
    }
    .proBox .fr .lkBox ul.ul2 li {
        padding: 10px 8px;
    }
    .proBox .fr .lkBox ul.ul2 li a p {
        font-size: 14px;
    }
}

@media all and (min-width:0) and (max-width:768px) {
    .proBox {
        margin: 20px 10px 40px;
        width: auto;
    }
    .proBox .fl {
        width: 100%;
        box-sizing: border-box;
    }
    .proBox .fl .tit {
        padding: 22px 10px 21px 40px;
        text-align: left;
        position: relative;
    }
    .proBox .fl .tit:after {
        content: "";
        width: 40px;
        height: 40px;
        background: url(../images/icon12.png) no-repeat right bottom;
        background-size: 40px;
        position: absolute;
        right: 10px;
        top: 30px;
      }
      .proBox .fl .tit.on:after {
        background-position: right top;
      }
      .proBox .fl .tit strong {
        font-size: 24px;
      }

      .proBox .fl .tit  span {
        font-size: 18px;
      }


      .proBox .fl .proList ul.ul1 {
        display: none;
      }

      .proBox .fl .proList ul li h4 {
        font-size: 16px;
        line-height: 44px;
        background-size: 20px;
      }
      .proBox .fl .proList ul li.on h4{
        background-size: 20px;
      }
      .proBox .fl .proList ul li .submenu a {
        line-height: 36px;
        font-size: 15px;
        padding-left: 20px;
      }
      .proBox .fl .proList ul li .submenu a.on,
      .proBox .fl .proList ul li .submenu a:hover {
        padding-left: 12px;
      }



   
    .proBox .fr {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .proBox .fr .posi {
        line-height: 30px;
        text-align: left;
        padding: 0 8px 36px 0px;
        margin-bottom: 15px;
    }
    .proBox .fr .posi:before {
        width: 4px;
        bottom: 9px;
    }
    .proBox .fr .posi h3 {
        font-size: 18px;
        color: #2c98e7;
        float: inherit;
        position: absolute;
        left: 0;
        bottom: 5px;
        padding-left: 8px;
    }
    .proBox .fr .proList1 li:first-child {
        display: none;
    }
    .proBox .fr .proList1 li .box:last-child {
        border-right: none;
    }
    .proBox .fr .proList1 {
        border: 1px solid #ddd;
    }
    .proBox .fr .proList1 li a {
        display: block;
        overflow: hidden;
    }
    .proBox .fr .proList1 li:hover .box {
        background: #fdfdfd;
    }
    .proBox .fr .proList1 li .box {
        display: block;
        border-right: none;
        box-sizing: border-box;
        padding: 8px;
        font-size: 14px;
    }
    .proBox .fr .proList1 li .box1 {
        width: 100%;
        padding: 10px 0;
    }
    .proBox .fr .proList1 li .box1 img {
        width: 85%;
    }
    .proBox .fr .proList1 li .box2 {
        width: 50%;
        float: left;
        border-right: 1px solid #ddd;
    }
    .proBox .fr .proList1 li .boxing{
        display: block;
    }
    .proBox .fr .proList1 li .box3 span.sp {
        display: inline-block !important;
    }
    .proBox .fr .proList1 li .box3 {
        width: 100%;
    }
    .proBox .fr .proList1 li .box4 {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .proBox .page {
        margin-top: 10px;
    }
    .proBox .page li span {
        margin-bottom: 8px;
    }
    /* 产品详情 */
    .proBox .fr .comBox .pho {
        width: 100%;
        margin-bottom: 15px;
    }
    .proBox .fr .comBox .text {
        width: 100%;
        padding: 0 10px;
        height: inherit !important;
        box-sizing: border-box;
    }
    .proBox .fr .comBox .text span {
        width: 50px;
        height: 3px;
        margin: 6px 0;
    }
    .proBox .fr .comBox .text .inf p {
        line-height: 22px;
        font-size: 14px;
    }
    .proBox .fr .comBox .text .zx {
        position: inherit;
        bottom: inherit;
        left: inherit;
        margin: 10px auto 0;
    }
    .proBox .fr .comBox .text .zx a {
        width: 80px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }
    .proBox .fr .proText {
        margin-top: 15px;
    }
    .proBox .fr .proText h4 {
        font-size: 15px;
    }
    .proBox .fr .proText h4 span {
        width: 100px;
        height: 28px;
        line-height: 28px;
    }
    .proBox .fr .proText .texCon img.img {
        width: 100% !important;
        height: inherit !important;
    }
	.proBox .fr .proText .texCon {
		padding:10px
	}
    .proBox .fr .proText .texCon img {
        width: 100% !important;
        height: inherit !important;
    }
    .proBox .fr .proText .texCon table {
        width: 100% !important;
    }
    .proBox .fr .fy {
        margin-top: 20px;
        border-bottom: none;
        border-top: none;
    }
    .proBox .fr .fy li {
        width: 100%;
        padding: 0 10px;
        line-height: 30px;
        border-bottom: 1px solid #ddd;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .proBox .fr .fy li.fr {
        text-align: left;
    }
    .proBox .fr .lkBox {
        margin-top: 20px;
    }
    .proBox .fr .lkBox h4 {
        font-size: 15px;
        line-height: 30px;
    }
    .proBox .fr .lkBox ul.ul1 li {
        width: 100%;
        float: inherit;
    }
    .proBox .fr .lkBox ul.ul1 li a {
        line-height: 32px;
    }
    .proBox .fr .lkBox ul.ul2 li {
        width: 50%;
    }
    .proBox .fr .lkBox ul.ul2 li a p {
        line-height: 30px;
        font-size: 14px;
    }
    /* 新闻动态 */
    .proBox .fr .newsList dl {
        padding: 8px 5px;
    }
    .proBox .fr .newsList dl dt {
        width: 110px;
    }
    .proBox .fr .newsList dl dd {
        width: 100%;
        float: inherit;
        padding-left: 120px;
    }
    .proBox .fr .newsList dl dd h3 {
        font-size: 16px;
        margin-top: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .proBox .fr .newsList dl dd span {
        display: none;
    }
    .proBox .fr .newsList dl dd p {
        color: #999
    }
    /* 新闻详情 */
    .proBox .fr .newsText img {
        width: 100% !important;
        max-width: inherit;
        height: inherit !important;
    }
    .proBox .fr .newsText table {
        width: 100% !important;
    }
	.proBox .fr .newsText  .texCon{
	padding:0 10px
}
.proBox .fr .newsText  .texCon video{
    width: 100%;
    height: 100%;
}

    /* 关于我们 */
    .proBox .fr .abCon {
        padding: 10px;
    }
    .proBox .fr .abCon img {
        float: inherit;
        width: 100%;
        margin-right: 0px;
    }
    .proBox .fr .lxCon .text {
        width: 100%;
    }
    .proBox .fr .lxCon .pho {
        width: 100%;
    }
}