
.bgff{
    background:#fff;
    padding: 0 20px;
}
.bner-news {
    width: 100%;
    height: 420px;
    margin: 30px 0;
}

.news {
    width: 39%;
    height: 100%;
    float: right;
    background: #fff;
    position: relative;
}

.slideBox {
     width: 59%;
     height: 100%;
     float: left;
     position: relative;
}
.slideBox>a {
    width: 40px;
    height: 62px;
    position:absolute;
    top: 48%;
    z-index: 9;
}
.slideBox>a.prev{
    left: 20px;
    background: url(../images/index/left.png) no-repeat;
    background-size: 100% 100%;
}
.slideBox>a.next{
    right: 20px;
    background: url(../images/index/right.png) no-repeat;
    background-size: 100% 100%;
}
.slideBox .bd,
.slideBox .bd .tempWrap,
.slideBox .bd ul {
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.slideBox .bd ul li {
    float: left;
    width: 100%;
    height: 100%;
}
.slideBox .bd ul li>a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.slideBox .bd ul li>a img {
    width: 100%;
    height: 100%;
}
.slideBox .bd ul li>a>s{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}
.slideBox .bd ul li>a>span {
    width: 78%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:#fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 4%;
}
.slideBox .hd {
    width: 18%;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.slideBox .hd ul {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}
.slideBox .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin-right: 10px;
    cursor: pointer;
}
.slideBox .hd ul li.on {
    background-color: #2f5594;
}
.tpxw {
    margin-bottom: 12px;
    overflow:hidden;
}
.tpxw p {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #2b64ca;
    padding: 0 20px 0 30px;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}
.tpxw p span {
    display: block;
    width: 6px;
    height: 74%;
    background-color: #2b64ca;
    position: absolute;
    top: 14%;
    left: 0;
}
.tpxw p  b {
    display: block;
    width: 3px;
    height: 74%;
    background-color: #ff9c00;
    position: absolute;
    top: 14%;
    left: 8px;
}
.tpxw > a {
    display: block;
    float: right;
    font-size: 16px;
    padding: 3px 0;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}
.news-title {
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 12px;
}
.news-title li {
    float: left;
    font-size: 18px;
    margin: 0 -4px;
}
.news-title li span {
    display: block;
    padding: 12px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 3px solid transparent;
    position: relative;
    top: 1px;
}
.news-title .dis span {
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-top: 3px solid #2b64ca;
    background: #fff;
    font-weight: 700;
    color: #2b64ca;
}
.news-more li {
    display: none;
}
.news-more .dis {
    display: block;
}
.news-more {
    position: absolute;
    right: 20px;
    top: 22px;
}
.news-list li {
    position: relative;
    line-height: 38px;
}
.news-list li span {
    position: absolute;
    right: 0;
    top: 2px;
    color: #999999;
}
.news-list li p {
    width: 80%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    background: url(../images/icon/icon2.jpg) no-repeat 0 18px;
    transition: all linear .5s;
}
.news-list li:hover p {
    text-indent: 15px;
}
.news-list ul {
    display: none;
}
.news-list .dis {
    display: block;
}

.hwmz {
    margin-top: 24px;
    margin-bottom: 30px;
}
.hwmz li {
    width: 25%;
    height: 90px;
    line-height: 90px;
    font-size: 22px;
    text-align: center;
    float: left;
}
.hwmz li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    position: relative;
}
.hwmz li a img {
    margin-right: 6px;
    width: 60px;
}
.hwmz .dis a {
    color: #fff;
    background: #2b64ca;
}
.hwmz li span {
    width: 1px;
    height: 75px;
    background: #e1e1e1;
    position: absolute;
    right: 0;
    top: 8px;
}
.hwmz .dis span {
    display: none;
}
.warp {
    overflow:hidden;
}
.warp .left {
    width: 70%;
}
.warp .right {
    width: 28%;
}
.warp .right li{
    height:100px;
}
.warp .right li:first-child {
    margin-bottom: 45px;
}
.warp .right img {
    width:100%;
    height:100%;
}

.tzgh {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 20px;
    position: relative;
}
.tzgh > p {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #638dbb;
    font-size: 24px;
    letter-spacing: 6px;
}
.tzgh > p:first-child{
    left: 20px;
}
.tzgh-title {
    width: 238px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    margin-bottom: 20px;
}
.tzgh-title li {
    float: left;
    font-size: 22px;
    margin: 0 15px;
}
.tzgh-title li a {
    padding-bottom: 10px;
    color: #000;
}
.tzgh-title li.dis a {
    color:#2b64ca;
}
.tzgh-title .dis a {
    border-bottom: 4px solid #2b64ca;
}
.tzgh-list ul {
    display: none;
}
.tzgh-list .dis {
    display: block;
}
.gkbz-list {
    margin: 30px 0 20px;
}
.gkbz-list li {
    float: left;
    width: 19%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin-left: 1.25%;
}
.gkbz-list li a {
    display: block;
    color: #fff;
}
.gkbz-list li:first-child {
    margin-left: 0;
}
.gkbz-list .item01 {
    background: #4d82a1;
    margin-left: 0;
}
.gkbz-list .item02 {
    background: #4697a9;
}
.gkbz-list .item03 {
    background: #4fa99c;
}
.gkbz-list .item04 {
    background: #4680a9;
}
.gkbz-list .item05 {
    background: #609fcb;
}
   

.zt-nav {
    margin:15px 0 30px;
}
.zt-nav > a {
    float:right;
    font-size:14px;
    color:#999;
    margin-top:10px;
}
.zt-nav > span {
    font-size:20px;
    padding-bottom:10px;
    border-bottom:4px solid #265a93;
}
.zt-warp {
    overflow: hidden;
}
.zt-warp .tempWrap {
    height: 100% !important;
    width: 100% !important;
}
.zt-list {
    margin-bottom:40px;
    /* height:52px; */
}
.zt-list li {
    width: 19%;
    margin-left: 1.25%;
    height: 100%;
    float: left;
}
.zt-list li.nomglf {
    margin-left:0;
    margin-top:20px;
}
.zt-list li:first-child {
    margin-left: 0 !important;
}
.zt-list li img {
    width: 100%;
    height: 100%;
}
.wxgzh {
    position: fixed;
    top: 35%;
    right: 1%;
    width: 110px;
    padding: 10px 10px 7px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 5px 2px #584d4d;
}
.wxgzh p {
    margin-top:4px;
}
@media screen and (max-width: 768px) {
    .bgff{padding:0 10px;}
    .tpxw{width:100%;}
    .tpxw p{font-size: 18px;}
    .slideBox{width:100%;}
    .slideBox .bd,
    .slideBox .bd .tempWrap,
    .slideBox .bd ul {
        height:240px;
    }
    .slideBox .bd ul li>a>span {
        left:2%;
        width: 62%;
    }
    .slideBox .hd{width: 26%;}
    .bner-news {
        height: auto;
        margin: 10px 0;
    }
    .hwmz {
        margin: 0;
        margin-left: -2%;
    }
    .warp .left,
    .warp .right{width:100%;}
    .bner {
        width: 100%;
        padding: 0;
        height:250px;
    }
    .bner .hd {
        right: 10px;
        bottom: 15px;
    }
    .bner .bd ul li span {
        font-size: 14px;
    }
    .news {
        width: 100%;
        padding: 20px 0 10px;
    }
    .news-title li {
        margin: 0 3px;
        font-size: 16px;
    }
    .news-title li span {
        padding: 8px 5px;
    }
    .news-more {
        right: 10px;
        top: 33px;
    }
    .news-list li p {
        width: 72%;
        font-size: 14px;
    }
    .hwmz li {
        width: 48%;
        margin-left: 2%;
        font-size: 16px;
        margin-bottom: 10px;
        height: 70px;
        line-height: 70px;
        border: 1px solid #d7d7d7;
    }
    .hwmz li a img {
        width: 40px;
    }
    .hwmz li span {
        display: none;
    }
    .btm-parts .left {
        width: 100%;
        height: auto;
    }
    .tzgh, .bsfw {
        margin-bottom: 0;
        padding: 10px;
        margin-bottom: 15px;
    }
    .gkbz-list{margin: 15px 0 0 0;}
    .tzgh > p {
        display: none;
    }
    .tzgh-title li{font-size:18px;}
    .warp .right li:first-child{margin-bottom:15px;}
    .gkbz-list li {
        width: 48%;
        margin-left: 0;
        margin-bottom: 12px;
    }
    .gkbz-list li:nth-child(2n) {
        margin-left: 4%;
    }
    .gkbz-list li:last-child {
        width: 100%;
    }
    .ldxx-details .fl {
        width: 100%;
        margin-bottom: 15px;
    }
    .ldxx-details .fr {
        width: 100%;
    }
    .btm-parts .right {
        width: 100%;
        height: auto;
    }
    .bsfw-list {
        width: 250px;
        margin: 0 auto;
    }
    .zxft-detals > a {
        display: block;
        width: 100%;
    }
    .zxft-detals > a img {
        width: 100%;
    }
    .zt-warp {
        display:none;
    }
    .zt-list{margin: 0;}
    .zt-list li{width:100%;margin:0;margin-bottom:10px}
}
/* lz  2019/05/29 s */
 .ldxx,.zxft{
        display:none!important
    }
.btm-parts .left,.btm-parts .right{
        height:auto!important
}
.bsfw .xian{
        display:none
}

@media screen and (min-width: 1200px) {

.bsfw{
    margin-bottom: 0px!important;
}
.bsfw .bsfw-title{
   margin-bottom: 27px;
}
.bsfw .bsfw-list li{
   margin-bottom: 7px;
}
}
/* lz  2019/05/29 e */