﻿*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family:'微软雅黑';
}
body {
    font-size:14px;
}
img{
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none;
    vertical-align: top;
}
body{
    background: #fff;
}

.hide-nav {
    width: 35px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    display: none;
}
.hide-nav .lines {
    width: 35px;
    height: 3px;
    background-color: #666666;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
}
.pjiag-pic img {
    width: 800px;
}

.header{
    height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid #bbbbbb;
    position: relative;
}


.hide-nav.active .lines:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}
.hide-nav.active .lines:nth-child(2) {
    opacity:0;
}
.hide-nav.active .lines:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}








.list-x {
    width: 220px;
    padding: 10px 10px 20px 10px;
    position: absolute;
    right: 0;
    top: 60px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 5px 2px #eee;
    display: none;
}

.list-x ul li a {
    padding-left: 10px;
    color: #333;
    font-size: 14px;
    display: block;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.list-x ul li ul {
    display: none;
}

.list-x ul li ul li {
    border-left: 0;
    border-right: 0;
}

.list-x ul li ul li ul {
    display: none;
}

.list-x ul li ul li a {
    padding-left: 20px;
}


.list-x ul li ul li ul li a {
    padding-left: 40px;
}




.logo{
    width: 230px;
    height: auto;
}
.head-r{
    width: 230px;
    height: 80px;
}
.head-r p{
    line-height: 30px;
    font-size: 16px;
    color: #005bac;
    text-align: right;
}
.sear{
    width: 200px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #005bac;
    overflow: hidden;
}
.sear-btn{
    width: 50px;
    height: 100%;
    background: #005bac url("../images/search.png") no-repeat center center;
    cursor: pointer;
}
.sear input{
    border: none;
    outline: none;
    height: 100%;
    width: 140px;
    text-indent: 10px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}
.pcnav{
    width: auto;
    height: 100px;
}
.pcnav li{
    height: 100%;
    padding: 0 20px;
    line-height: 100px;
    float: left;
    font-size: 16px;
    position: relative;
}
.pcnav li a{
    color: #333;
}
.pcnav li a.active{
    color: #005bac;
}
.line{
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #005bac;
    display: none;
    z-index: 10;
}
.sanjiao{
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #005bac;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 3px;
    z-index: 10;
}
.pcnav li a.active .line{
    display: block;
}
.subnav{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 100px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
    display: none;
    background: #fff;
    z-index: 9;
}
.tab{
    overflow: hidden;
    display: none;
}
.tab-box{
    width: 25%;
    float: left;
    padding: 20px 20px 30px 20px;
}
.tab-box1{
    width: 20%;
}
.tab-box h3{
    line-height: 36px;
    border-bottom: 1px solid #e3e4e4;
    color: #005bac;
    font-size: 16px;
}
.tab-box h3 a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    text-align: center;
}
.tab-box h3 a:hover{
    color: #005bac;
}
.tab-box ul{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.tab-box ul li{
    width: 50%;
    height: 34px;
    line-height: 34px;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.tab-box ul li:nth-child(2n){
    padding-left: 10px;
}
.tab-box ul li a{
    font-size: 12px;
    color: #666;
}
.tab-box ul li a:hover{
    color: #005bac;
}
.section{
    padding: 80px 0;
}
.sec-tit {
    line-height: 30px;
    padding-left: 45px;
    background: url("../images/tit.png") no-repeat 0 0;
    font-size: 26px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#lby{font-size: 22px!important;}
.sec-tit span{
    color: #c2c2c2;
    font-size: 12px;
}
.solu-ul{
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
}
.solu-ul li{
    width: 25%;
    float: left;
}
.solu-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.solu-a {
     width: 100%;
    height: 100%;
    overflow: hidden;
}

    .solu-img {
        width: 157px;
        height: 180px;
        margin: 0 auto;
        margin-top: 30px;
    }
.solu-ul li a h3,.solu-ul li .solu-a h3{
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}
.pp-bx {
    width:100%;
    height:140px;
    margin-bottom: 20px;
}
.pp-bx a{
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    color: #666;
    height:auto!important;
    /*font-weight:bold;*/
}
    .pp-bx a:hover {
        color: #005bac;
        font-size:16px;
    }
    .solu-ul li a p, .solu-ul li .solu-a p {
        line-height: 25px;
        height: 50px;
        font-size: 14px;
        text-align: center;
        color: #666;
        margin-bottom: 40px;
        /*font-weight:bold;*/
    }
.solu-two .solu-img {
    width: auto;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 0;
    overflow:hidden;
}
    .solu-two .solu-img img {
        width: 100%;
    }
     .solu-two .solu-text {
        padding: 118px 30px 30px 30px;
        background: #dde6ed;
        margin-top: 90px;
        border-radius: 5px;
    }

.solu-two a {
    position: relative;
}
.solu-two .solu-img img {
    min-height:100%;
    min-width:100%;
}
.solu-ul li.solu-two a h3 {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
    color: #666666;
text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	text-align: center;
    margin-top: 0px;
    margin-bottom: 18px;
}
.solu-ul li.solu-two a p {
    font-size: 14px;
    line-height: 32px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #282828;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 127px;
    max-height: 127px;
    margin-bottom: 10px;
    text-align: left;
    text-indent: 30px;
}
.solu-ul li.solu-two a .solu-more{
    font-size: 14px;
    line-height: 34px;
    color: #222;
    display:inline-block;
    line-height:20px;
    height:20px;
    vertical-align:middle;
}
.solu-ul li.solu-two  a {
    overflow: inherit;
}
.solu-two .solu-img {
    position: absolute;
    left: 0;
    height: 180px;
    width: 100%;
    top:-90px;
    overflow: hidden;
    transition:all linear .3s;
}
.solu-two a:hover .solu-img {
    left:-20px;
}
.solu-two .solu-more span {
    font-size: 22px;
    position: relative;
    left: 0;
    transition: all linear .3s;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    vertical-align: bottom;
}
.solu-two a:hover .solu-more span {
    left:20px;
}
.synews {
    padding: 10px 30px;
}
.synews li{
    width: 100%;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px dashed #cfcfcf;
}
.synews li a{
    display: block;
    width: 100%;
    height: 100%;
}
.new-time{
    height: 45px;
    padding: 4px 10px;
    background: #eee;
    transition: 0.3s;
}
.new-time p{
    line-height: 18px;
    text-align: center;
    color: #4d4d4d;
    font-size: 12px;
}
.new-info{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 30px 0 40px;
    color: #666;
}
.synews li a:hover .new-info{
    color: #005bac;
}
.synews li a:hover .new-time{
    background: #005bac;
}
.synews li a:hover .new-time p{
    color: #fff;
}
.newtj-img{
    width: 80%;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    overflow: hidden;
    cursor: pointer;
}
.footer{
    background: #585858;
    padding: 30px 0;
}
.foot-jj{
    width: 430px;
    float: left;
    padding: 0 10px;
}
.foot-jj h3{
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.foot-jj p{
    height: 75px;
    line-height: 25px;
    font-size: 14px;
    color: #b2b2b2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.foot-btn{
    width: 100%;
    line-height: 30px;
    text-align: left;
    font-size: 12px;
    margin-top:10px;
}
.foot-btn a{
    color: #fff;
}
.wx-box{
    width: 100px;
    float: left;
    margin-left: 80px;
    padding-top: 30px;
}
.wx-img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.wx-img img{
    height: 100%;
}
.wx-box p{
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.foot-lx{
    width: 500px;
    float: right;
}
.lx-ul{
    width: 100%;
}
.lx-ul li{
    line-height: 22px;
    background: url("../images/addr.png") no-repeat 0 center;
    padding-left: 35px;
    color: #b2b2b2;
    margin-bottom: 20px;
    font-size:14px;
}
.lx-ul li:nth-child(2){
    background-image: url("../images/tel.png");
}
.lx-ul li:nth-child(3){
    background-image: url("../images/email.png");
}
.foot-yj{
    background: #005bac;
    font-size: 14px;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    line-height: 24px;
}
.banner{
    width: 100%;
    height: auto;
    position: relative;
}
.banner1{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner1 li{
    width: 100%;
    height: 100%;
    display: none;
    /*position: absolute;*/
    /*top: 0;*/
    /*left:50%;*/
    /*margin-left:-960px;*/
}
.banner1 li img{
    height: 100%;
}
.banner1 li:first-child{
    display: block;
}
.banner2{
    height: auto;
}
.bannav-box{
    width: 100%;
    height: 117px;
    min-width: 1200px;
    background: rgba(0,0,0,0.2);
    /*border-top: 1px solid #3f79b3;*/
    position: absolute;
    left: 0;
    bottom: 0;
}
.bannav{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.bannav li{
    width: 16.666667%;
    height: 100%;
    float: left;
    border-right: 1px solid #75c0e6;
}
.bannav li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}
.topsj{
    width: 100%;
    height: 40px;
    border-bottom: 20px solid rgba(255,255,255,0.2);
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    position: absolute;
    left: 0;
    top: -40px;
    display: none;
}
.bannav li a.active .topsj{
    display: block;
}
.bannav li a.active{
    background-color: rgba(255,255,255,0.2)!important;
}
.bannav li:first-child{
    border-left: 1px solid #75c0e6;
}
.bannav li a p{
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 40px;
    margin-top: 70px;
}
/*.bannav li:nth-child(2) a{
    background-image: url("../images/b2.png");
}
.bannav li:nth-child(3) a{
    background-image: url("../images/b3.png");
}
.bannav li:nth-child(4) a{
    background-image: url("../images/b4.png");
}
.bannav li:nth-child(5) a{
    background-image: url("../images/b5.png");
}*/
.sjbaner{
    width: 100%;
    overflow: hidden;
    max-height: 530px;
    display: none;
}
.swiper-container1{
    width: 100%;
}



/*新闻列表*/
.ny-ban-box{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.ny-ban-boxp{
    height: 300px;
}
.ny-banner{
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.mbx-dh{
    width: 100%;
    min-height: 40px;
    border-bottom: 1px solid #d1d1d1;
    box-sizing: border-box;
    padding-left: 24px;
    line-height: 40px;
    background: url("../images/home.png") no-repeat 0 14px;
    color: #666;
}
.mbx-dh a{
    color: #666;
}
.xwdt-l{
    padding-right: 50px;
}
.ny-nwlist{
    width: 100%;
}
.ny-nwlist li{
    width: 100%;
    padding: 50px 0;
    border-bottom: 2px dashed #dcdbdb;
}
.ny-nwlist li:last-of-type{
    border-bottom: none;
}
.ny-nwlist li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news-pic{
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
    border: 1px solid #376a88;
    box-shadow: 0 0 5px 2px #eee;
}
.news-pic img{
    height: 100%;
}
.news-infob{
    margin-left: 220px;
    height: 150px;
}
.news-infob h3{
    height: 26px;
    color: #666;
    font-weight: normal;
}
.news-infob h3 p{
    width: 70%;
    height: 100%;
    line-height: 26px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 15px;
}
.news-infob h3 span{
    line-height: 26px;
    float: right;
    font-size: 15px;
}
.news-infob .news-p{
    height: 44px;
    line-height: 22px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 20px;
    /*font-weight:bold;*/
}
.cha-btn{
    width: auto;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    text-align: left;
    margin-top: 20px;
}
/*.cha-btn:hover{
    border-color: #198cce;
    background: #198cce;
    color: #fff;
}*/
.xwdt-l ul li a:hover .news-infob h3 p{
    color:#198cce;
}
.xwdt-r {
    padding-left: 0px;
}
    .bg-fff {
        background: #fafafa;
        padding: 10px;
    }
.ny-newsb{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}
.ny-newsb li{
    width: 100%;
    height: 43px;
    border-bottom: 1px dashed #dcdbdb;
}
.ny-newsb li:last-child{
    border-bottom: none;
}
.ny-newsb li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 42px;
    font-size: 14px;
    color: #666;
}
.ny-newsb li a:hover{
    color:#198cce;
}
.ny-pro-l{
    width: 100%;
    margin-top: 10px;
}
.ny-pro-l li{
    width: 100%;
    height: 81px;
    border-bottom: 1px dashed #dcdbdb;
    padding: 20px 0;
}
.ny-pro-l li:last-child{
    border-bottom: none;
}
.ny-pro-l li a{
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 60px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    
}
/*.ny-pro-l li:nth-child(2) a{
    background-image: url("../images/pro2.png");
}
.ny-pro-l li:nth-child(3) a{
    background-image: url("../images/pro3.png");
}
.ny-pro-l li:nth-child(4) a{
    background-image: url("../images/pro4.png");
}
.ny-pro-l li:nth-child(5) a{
    background-image: url("../images/pro5.png");
}*/

/*新闻详情*/
.news-tit{
    line-height: 40px;
    text-align: center;
    padding: 0 50px;
    font-size: 26px;
    color: #333;
    font-weight:normal;
}
.laiy{
    width: auto;
    display: table;
    margin: 0 auto;
}
.laiy li{
    padding: 0 20px 0 40px;
    height: 14px;
    line-height: 14px;
    color: #999;
    font-size: 12px;
    float: left;
    background: url("../images/det1.png") no-repeat 20px center;
    margin-bottom: 10px;
}
.laiy li:nth-child(2){
    background-image: url("../images/det2.png");
}
.laiy li:nth-child(3){
    background-image: url("../images/det3.png");
}
.news-det-con{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}
.news-det-con img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.news-det-con p{
    line-height: 28px;
    font-size: 14px;
    color: #666;
}
.fan-y-box{
    margin-top: 50px;
}
.fan-nr{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dcdbdb;
    padding: 5px 0;
}
.fan-nr h3{
    line-height: 30px;
    font-size: 12px;
    color: #999;
}
.fan-nr p{
    max-height: 50px;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.fan-nr p a{
    color: #666;
}
.fan-nr p a:hover{
    color:#198cce;
}
.news-more {
    display:block;
    width:120px;
    height:40px;
    line-height:40px;
    text-align:center;
    color:#fff;
    margin:20px auto;
    font-size:14px;
    background:#145ccd!important;
}



/*分页*/
.webdiyerCss{clear:left;padding: 30px 0;width:100%;text-align:center;}
.webdiyerCss a,.webdiyerCss a:link,.webdiyerCss .redcss {/*float:left;*/ padding:6px 8px; margin:0 3px;}
.webdiyerCss input{ height: 31px;margin: -2px 2px 0 -10px;padding: 7px 2px;text-align: center; *margin-left:1px;}
.webdiyerCss .page_go{display:inline-block;padding:5px 12px;height:31px;margin-left:5px;*height:32px;}
.webdiyerCss input,.webdiyerCss a,.webdiyerCss a:link{color:#000;background:#fff; border: 1px solid #ddd;border-radius:3px; }
.webdiyerCss .redcss,.webdiyerCss .page_go {font-weight: bold;   background: #198cce; border:1px solid #198cce; color: #fff;border-radius:3px;}
.webdiyerCss a:hover,.webdiyerCss .page_go:hover {background:#198cce;border:1px solid #198cce;color:#fff;}
.webdiyerCss a{*margin-bottom:10px; _margin-bottom:10px;}
/*========== nav ==========*/

.nodata-img{
    background:url(../images/audio/zwtp.jpg) no-repeat center center;
    height:400px;
    background-size:200px;
}

@media (max-width: 1400px) {
    .bannav-box{
        height: 87px;
    }
    .bannav li a{
        background-position: center 8px!important;
        background-size: auto 30px!important;
    }
    .bannav li a p{
        margin-top: 45px;
        line-height: 20px;
        padding: 0 20px;
    }
    .topsj {
        border-bottom-width: 15px;
    }
}

@media (max-width: 1200px){
    .pcnav li{
        padding: 0 10px;
    }
    .foot-lx{
        float: left;
        margin-top: 10px;
    }

    .logo{
        width: 200px;
        margin-top: 15px!important;
    }
    .pcnav{
        margin-right: 0!important;
    }
    .topsj {
        border-left: 83px solid transparent;
        border-right: 83px solid transparent;
        border-bottom-width: 12px;
    }
    .tab-box{
        padding: 20px 10px;
    }
    .tab-box h3{
        font-size: 14px;
    }
    .bannav-box{
        min-width: 1000px;
    }
    .bannav{
        width: 1000px;
    }
    .bannav li a p{
        padding:0 10px;
    }
    
}

@media (max-width: 1000px){
    .head-r{
    display: none;
    }
    .xwdt-l,.xwdt-r{
        padding: 0;
    }
    .newtj-img{
        width: 50%;
    }
    .tab-box{
        width: 33.333333%;
    }
    .section {
        padding: 20px 0;
    }
    .header{
        height: 80px;
    }
    .logo{
        margin-top: 5px!important;
    }
    .pcnav{
        height: 80px;
    }
    .pcnav li{
        line-height: 80px;
    }
    .subnav{
        top: 80px;
    }

    .bannav-box{
        min-width: 768px;
        height: 67px;
    }
    .bannav{
        width: 768px;
    }
    .bannav li a{
        background-position: center 5px!important;
        background-size: auto 22px!important;
    }
    .bannav li a p{
        margin-top: 31px;
        line-height: 16px;
        font-size: 12px;
    }
    .topsj {
        border-left: 63px solid transparent;
        border-right: 63px solid transparent;
        border-bottom-width: 10px;
    }
    .solu-ul li a h3, .solu-ul li .solu-a h3{
        font-size: 18px;
    }
    .sec-tit{
        font-size: 22px;
    }
    .news-tit{
        font-size: 22px;
    }
}



@media (max-width: 760px){
    .sec-tit {
        font-size: 20px;
        padding-left: 40px;
    }
    .news-tit{
        font-size: 20px;
        line-height: 32px;
    }
    .solu-ul li a h3, .solu-ul li .solu-a h3{
        font-size: 16px;
        line-height: 30px;
    }
    .sjbaner{
        display: block;
    }
    .banner{
        display: none;
    }
    .solu-img{
        margin-top: 20px;
    }
    .solu-two .solu-img {
        height:90px;
    }
    .solu-two .solu-img {
        top:0;
    position: static;
    height: auto;

    }
        .solu-two .solu-text {
            margin-top: 22px;
        }
    .solu-two .solu-text {
        padding: 10px 10px 10px 10px;
        margin-top:0px;
        display:inline-block;
	width:100%;
border-top-left-radius: 0;
border-top-right-radius: 0;
    }
    .solu-two a:hover .solu-img {
        left:10px;
    }
    .solu-ul li.solu-two a p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .solu-two .solu-more span {
        line-height: 21px;
        height: 21px;
        top: 3px;
    }
    .solu-ul li.solu-two a .solu-more {
        font-size: 16px;
    }
    .pp-bx {
        margin-bottom: 10px;
    }
    .solu-ul li a p{
        margin-bottom: 20px;
    }
    .logo{
        width: 140px;
        margin-top: 5px!important;
    }
    .solu-ul li{
        width: 50%;
    }
    .pcnav{
        display: none;
    }
    .hide-nav{
    display: block;
    }
    .header{
    height: 60px;
    }
    .news-det-con,.fan-y-box{
        margin-top: 10px;
    }
    .ny-nwlist li{
        padding: 20px 0;
    }
    .news-pic{
        width: 140px;
        height: 120px;
    }
    .news-infob .news-p,.cha-btn{
        margin-top: 10px;
    }
    .news-infob{
        margin-left: 150px;
        height: 120px;
    }
    .news-infob h3 p{
        width: 100%;
    }
    .news-infob h3 span{
        display: none;
    }
    .foot-jj{
        width: 100%;
    }
    .foot-btn{
        margin: 10px 0;
    }
    .wx-box{
        width: 100%;
        margin: 0;
    }
    .synews{
        padding: 10px 0;
    }
    .new-info{
        padding: 0 20px 0 20px;
    }
    .solu-ul{
        padding: 20px 0;
    }
    .synews li{
        padding: 10px;
    }
    .footer{
        padding: 20px 0;
    }
    .webdiyerCss a, .webdiyerCss a:link, .webdiyerCss .redcss{
        padding: 3px 6px;
    }
    .webdiyerCss .page_go{
        display: none;
    }
    .webdiyerCss input{
        display: none;
    }
    .ny-pro-l li{
        height: 61px;
        padding: 10px 0;
    }
    .row2{
        margin: 0 -10px!important;
    }
}


/*产品一*/
.pro-sec{
    width: 100%;
    padding: 50px 0;
}
.nypro-tit{
    line-height: 40px;
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}
.beij-info{
    width: 50%;
    float: left;
    line-height: 2em;
    font-size: 15px;
    color: #666;
    padding-right: 20px;
}
.beij-pic{
    max-width: 50%;
    float: right;
}
.chap-info{
    width: 50%;
    float: right;
    line-height: 2em;
    font-size: 15px;
    color: #666;
}
.gyong-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.chap-pic{
    max-width: 50%;
    float: left;
    padding-right: 20px;
}
.pjiag-pic{
    width: 100%;
	text-align: center;
}
.jiazhi-ul{
    width: 100%;
    overflow: hidden;
}
.jiazhi-ul li{
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-bottom: 20px;
}
.jiazhi-ul li:nth-child(2n){
    padding-right: 0;
    padding-left: 10px;
}
.jiazhi-ul li h3{
    line-height: 25px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.jiazhi-ul li p{
    min-height: 100px;
    line-height: 25px;
    font-size: 15px;
    color: #666;
    padding-left: 24px;
}
.kyan-ul{
    width: 100%;
    overflow: hidden;
}
.kyan-ul li{
    width: 20%;
    float: left;
    padding: 0 40px;
    margin-bottom: 20px;
}
.kyan-pic{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background: #3b76ef;
}
.kyan-pic img{
    height: 100%;
}
.kyan-ul li:nth-child(2n) .kyan-pic{
    background: #3b96ef;
}
.kyan-ul li h3{
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #333;
    margin-top: 10px;
    font-weight: bold;
}
.kyan-ul li p{
    min-height: 100px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #666;
}
.tedian-ul{
    width: 100%;
    overflow: hidden;
}
.tedian-ul li{
    width: 20%;
    float: left;
    padding: 0 10px;
}
.tedi-pic{
    width: 130px;
    height: 115px;
    margin: 0 auto;
    background: url("../images/te-tit.png") no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 35px;
    text-align: center;
    font-size: 30px;
    color: #3b96ef;
    margin-bottom: 20px;
}
.tedian-ul li p{
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #666;
}
.wete-ul{
    width: 100%;
    overflow: hidden;
}
.wete-ul li{
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}
.wete-ul li:nth-child(2n){
    padding-right: 0;
    padding-left: 20px;
}
.wete-pic{
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    background: #9686ff;
}
.wete-ul li:nth-child(2n) .wete-pic{
    background: #6b56f9;
}
.wete-info{
    margin-left: 110px;
    padding-top: 15px;
}
.wete-info h3{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.wete-info p{
    min-height: 100px;
    line-height: 25px;
    font-size: 15px;
    color: #666;
}
.wejia-pic{
    max-width: 50%;
    float: left;
    padding-right: 20px;
}
.wejia-ul{
    width: 50%;
    float: right;
}
.wejia-ul li{
    width: 100%;
    margin-bottom: 20px;
}
.wejia-le{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #9686ff;
    float: left;
    text-align: center;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
}
.wejia-ul li:nth-child(2n) .wejia-le{
    background: #6b56f9;
}
.wejia-info{
    margin-left: 65px;
}
.wejia-info h3{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.wejia-info p{
    line-height: 25px;
    font-size: 15px;
    color: #666;
}
.gn-kuai{
    width: 100%;
    line-height: 2em;
    font-size: 15px;
    color: #666;
    text-align: center;
}
.wex-cat{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.wex-cat li{
    width: 20%;
    float: left;
    padding: 0 20px;
}
.wexca-pic{
    width: 115px;
    height: 130px;
    margin: 0 auto;
    background: url("../images/wcat.png") no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 10px 20px 10px;
}
.wex-cat li:nth-child(2n) .wexca-pic{
    background-image: url("../images/wcaton.png");
}
.wexca-info{
    width: 100%;
    margin-top: 10px;
    line-height: 2em;
    font-size: 15px;
    color: #666;
    text-indent: 55px;
}
.wejia-ul li .wejia-le,.wejia-ul li:nth-child(2n) .wejia-le{
    background: #3b96ef;
}
.jiazhi-ul1 li p{
    min-height: 150px;
}
.cud-gpic{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #3b96ef;
    background: #fff;
    padding: 30px 20px;
}
.cud-gpic img{
    display: block;
    width: auto;
    margin: 0 auto;
}
.yunmu-ul{
    width: 50%;
    float: left;
    padding-right: 20px;
}
.yunmu-ul li{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 1px solid #d1d3d6;
}
.yunmu-ul li:last-child{
    margin-bottom: 0;
}
.yunmu-ul li h3{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.yunmu-ul li p{
    line-height: 25px;
    font-size: 15px;
    color: #666;
}
.yunmu-pic{
    max-width: 50%;
    float: right;
}
.bdata-pic{
    max-width: 50%;
    float: right;
}
.bdata-ul{
    width: 50%;
    float: left;
    padding-right: 20px;
}
.bdata-ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.bdata-pan{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #667b8e;
    float: left;
    text-align: center;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
}
.bdata-ul li:nth-child(2n) .wejia-le{
    background: #8699aa;
}
.bdata-info{
    min-height: 44px;
    margin-left: 65px;
    line-height: 25px;
    font-size: 15px;
    color: #666;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sixb-ul{
    width: auto;
    display: table;
    margin: 0 auto;
}
.sixb-ul li{
    width: 118px;
    height: 136px;
    float: left;
    background: url("../images/sixb.png") no-repeat center center;
    background-size: 100% 100%;
}
.sixb-ul li:nth-child(2n){
    background-image: url("../images/sixbon.png");
    margin-top: 65px;
}
.sixb-ul li span{
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    text-indent: 20px;
    margin-top: 15px;
}
.sixb-ul li p{
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
}

@media (max-width: 1200px){
    .jiazhi-ul li p{
        min-height: 125px;
    }
    .kyan-ul li{
        padding: 0 30px;
    }
    .kyan-ul li p{
        min-height: 125px;
    }
    .wete-info p{
        min-height: 150px;
    }
    .wexca-info{
        text-indent: 35px;
    }
    .yunmu-ul li{
        padding: 10px;
    }
    .jiazhi-ul1 li p{
        min-height: 175px;
    }
    .sixb-ul li{
        width: 110px;
        height: 130px;
    }
}

@media (max-width: 1000px){
    .nypro-tit{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .pro-sec{
        padding: 20px 0;
    }
    .beij-info{
        width: 100%;
        float: none;
        padding: 0;
    }
    .beij-pic{
        width: 100%;
        max-width: 100%;
        float: none;
        margin-top: 20px;
    }
    .beij-pic img{
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .chap-pic{
        width: 100%;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
        padding: 0;
    }
    .chap-pic img{
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .chap-info{
        width: 100%;
        float: none;
    }
    .jiazhi-ul li{
        width: 100%;
    }
    .jiazhi-ul li p{
        min-height: auto;
    }
    .kyan-ul li{
        width: 25%;
        padding: 0 20px;
    }
    .tedi-pic{
        width: 120px;
        height: 105px;
        font-size: 26px;
    }
    .wete-ul li{
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }
    .wete-info p{
        min-height: auto;
    }
    .wete-info {
        margin-left: 90px;
        padding-top: 10px;
    }
    .wete-pic {
        width: 80px;
        height: 80px;
    }
    .wete-ul li:nth-child(2n){
        padding: 0;
    }
    .wexca-pic{
        width: 100px;
        height: 115px;
    }
    .wexca-info {
        text-indent: 7px;
    }
    .wex-cat{
        margin-top: 20px;
    }
    .wejia-pic{
        max-width: 100%;
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }
    .wejia-pic img{
        display: block;
        margin: 0 auto;
        width: auto;
    }
    .wejia-ul{
        width: 100%;
        float: none;
    }
    .yunmu-ul{
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding: 0;
    }
    .yunmu-pic{
        max-width: 100%;
        width: 100%;
        float: none;
    }
    .yunmu-pic img{
        display: block;
        margin: 0 auto;
        width: auto;
    }
    .cud-gpic{
        padding: 20px;
    }
    .sixb-ul li:nth-child(2n){
        margin-top: 48px;
    }
    .sixb-ul li {
        width: 85px;
        height: 100px;
    }
    .sixb-ul li span {
        line-height: 25px;
        font-size: 14px;
        text-indent: 14px;
        margin-top: 12px;
    }
    .sixb-ul li p {
        line-height: 25px;
        font-size: 14px;
        margin-top: 3px;
    }
    .bdata-ul{
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }
    .bdata-pic{
        max-width: 100%;
        width: 100%;
        float: none;
    }
    .bdata-pic img{
        display: block;
        margin: 0 auto;
        width: auto;
    }
    .ny-ban-box{
        height: 154px;
    }
    .ny-banner {
        width: 1200px;
        margin-left: -600px;
    }
    .ny-ban-boxp{
        height: 188px;
    }
    .ny-bannerp {
        width: 1200px;
        margin-left: -600px;
    }
}

@media (max-width: 760px){
    .nypro-tit{
        line-height: 30px;
        font-size: 20px;
    }
    .kyan-ul li {
        width: 50%;
        padding: 0 10px;
    }
    .kyan-pic {
        width: 80px;
        height: 80px;
    }
    .kyan-ul li p{
        min-height: 100px;
    }
    .tedian-ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .tedian-ul li p{
        min-height: 125px;
    }
    .tedi-pic {
        width: 110px;
        height: 93px;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .wete-pic{
        width: 60px;
        height: 60px;
    }
    .wete-info {
        margin-left: 70px;
        padding-top: 5px;
    }
    .wex-cat li{
        width: 50%;
        margin-bottom: 20px;
    }
    .wexca-pic{
        font-size: 15px;
        width: 90px;
        height: 105px;
        padding: 0 5px 15px 5px;
        line-height: 22px;
    }
    .wexca-info {
        text-indent: 22px;
    }
    .cud-gpic{
        padding: 10px;
    }
    .sixb-ul li {
        width: 25%;
        height: auto;
        padding: 10px 0 35px 0;
    }
    .sixb-ul li span {
        font-size: 12px;
        margin-top: 0;
        text-indent: 15px;
    }
    .sixb-ul li p {
        font-size: 12px;
    }
    .sixb-ul li:nth-child(2n) {
        margin-top: 48px;
    }
    .ny-ban-box{
        height: 103px;
    }
    .ny-banner {
        width: 800px;
        margin-left: -400px;
    }
    .ny-ban-boxp{
        height: 100px;
    }
    .ny-bannerp {
        width:640px;
        margin-left: -320px;
    }
}
@media (max-width: 330px){
    .sixb-ul li {
        padding: 7px 0 28px 0;
    }
    .sixb-ul li:nth-child(2n) {
        margin-top: 44px;
    }
}