@media (max-width: 1000px) {
.cas_hot{
    padding: 0;
}
.cas_hot .castitle p {
    padding: 0 1rem;
}  
.cas_hot ul {
    display: flex;
    flex-direction: row;
    padding-top: 2rem;
    flex-wrap: wrap;
}
.cas_hot ul li {
    width: 90%;
}
.pro-con .pro-conter .pro-right {
    display: none;
}
.pro-con .pro-conter .pro-left {
    width:100%;
}
.pro-con {
    padding: 0;
    
}

}


@media (max-width: 700px) {

    .bk_list {
        width:100%;
        border-top:1px solid #aec9dd;
        border-left:1px solid #aec9dd;
        border-collapse:collapse;
    }
    .bk_list_tb {

        color:#fff;
        height:40px;
    }

    .bk_list_nr td {
        border-right:1px solid #aec9dd;
        border-bottom:1px solid #aec9dd;
    }
    .bk_list_tb .bk_tb_cas {
        width:15%;
        text-align:center;
    }
    .bk_list_tb .bk_tb_zw {
        width:40%;
        text-align:center;
    }
    .bk_list_tb .bk_tb_yw {
        width:30%;
        text-align:center;
    }
    .bk_list_tb .bk_tb_fz {
        width:15%;
        text-align:center;
    }
    .bk_list_tb .bk_tb_fzs {
        width:15%;
        text-align:center;
    }
    .bk_list_nr {
        height:50px;
    }
    .bk_list_nr .bk_nr_cas {
        width:15%;
        text-align:center;
    }
    .bk_list_nr .bk_nr_zw {
        width:40%;
        text-align:left;
        padding-left:10px;
    }
    .bk_list_nr .bk_nr_yw {
        width:30%;
        text-align:center;
    }
    .bk_list_nr .bk_nr_fz {
        width:12%;
        text-align:center;
    }
    .bk_list_nr .bk_nr_fzs {
        width:12%;
        text-align:center;
    }
.plate{
    width:100%;
}
}



.zs-homenews{
    display: block;
    padding: 10px 0;
}
.zs-homenews #news_title{
    margin-top: 30px;
    height:50px;
    line-height:50px;
}
.zs-homenews #news_title ul{
  float: left;
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.zs-homenews #news_title li{
  float: left;
  line-height: 40px;
  height:40px;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 30px;
  background-color: #666;
  font-weight: 700;
  color: #fff;
  margin: 0 10px;
  text-align: center;
}
.zs-homenews #news_title li a{
  display: block;
  letter-spacing: 0;
  outline: none;
  font-size:20px;
  padding:0 20px;
  margin: 0 30px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
	text-align:center;
}
.zs-homenews #news_title li a h3{
    font-size: unset;
    font-weight: normal;
	height:40px;
	line-height:40px;
	padding:0;
	margin:0;
}
/*.zs-homenews #news_title li.cur a,.zs-homenews #news_title li:hover a{
    border-radius: 30px;
    background-color: #00cc82;
    font-weight: 700;
    color: #fff;
}*/
.zs-homenews #news_title a.more {
    width: 160px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    padding-left: 30px;
    background: url(../images/dot-red.png) no-repeat left center;
    background-size: 20px 1px;
    font-size: 16px;
    border-bottom: 1px solid #ed0808;
    display: inline-block;
    color: #ed0808;
    transition: all 0.35s;
}
.zs-homenews #news_title a.more:hover {
    padding-left: 70px;
    background-size: 60px 1px;
    transition: all 0.35s;
}
.zs-homenews #news_content{
    margin-top: 80px;
    min-height:450px;
    padding: 0;
}
.zs-homenews #news_content>li:first-child {
}
.zs-homenews #news_content>li:nth-child(2) {
display: none;
}
.zs-homenews #news_content>li:nth-child(3) {
display: none;
}
.zs-homenews #news_content>li:nth-child(4) {
display: none;
}
.zs-homenews #news_content>li:nth-child(5) {
display: none;
}
.zs-homenews #news_content>li:nth-child(6) {
display: none;
}
.zs-homenews #news_content>li:last-child {
display: none;
}
.zs-homenews .newspic{
    float: left;
    width:468px;
}
.zs-homenews .newspic .pic{
    width: 100%;
    border-radius:3px;
    font-size:0;
}
.zs-homenews .newspic .pic img{
    width: 100%;
    height: auto;
}
.zs-homenews .newspic .zs-w100{
    margin-top: 25px;
}
.zs-homenews .newspic .date{
    float:left;
    width:70px;
    height:80px;
    background:#666;
    color:#fff;
    text-align:center;
    padding-top:10px;
    border-radius:3px;
    box-sizing:border-box;
    margin-right:15px;
    transition: all ease-out 0.35s;
}
.zs-homenews .newspic:hover .date{
    background:#00cc82;
    transition: all ease-out 0.35s;
}
.zs-homenews .newspic .date span{
    font-size:32px;
    font-weight:700;
    line-height:1;
   padding-left: 0;
}
.zs-homenews .newspic .text{
    width:383px;
    float: right;
}
.zs-homenews .newspic .text .title{
    font-size:20px;
    padding-bottom:10px;
    margin-bottom:8px;
    font-weight:700;
    line-height:1.2;
    background:url(../images/dot-grey.png) no-repeat left bottom;
    background-size:30px 1px;
    transition: all ease-out 0.35s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zs-homenews .newspic:hover .text .title{
    background:url(../images/dot-red.png) no-repeat left bottom;
    background-size:80px 1px;
    transition: all ease-out 0.35s;
}
.zs-homenews .newspic .text .desc{
    font-size: 12px;
    color: #666666;
    height: 43px;
    overflow: hidden;
}
.zs-homenews-list{
    width:1080px;
    float: right;
}
.zs-homenews-list .li{
    float: left;
    width:468px;
    margin-left:72px;
    border-bottom:1px solid #ccc;
    padding-bottom:35px;
    margin-bottom:35px;
}
.zs-homenews-list .li .date{
    float:left;
    width:70px;
    height:80px;
    background:#666;
    color:#fff;
    text-align:center;
    padding-top:10px;
    border-radius:3px;
    box-sizing:border-box;
    margin-right:15px;
    transition: all ease-out 0.35s;
}
.zs-homenews-list .li:hover .date{
    background:#00cc82;
    transition: all ease-out 0.35s;
}
.zs-homenews-list .li .date span{
    font-size:32px;
    font-weight:700;
    line-height:1;
    padding-left: 0;
}
.zs-homenews-list .li .text{float:right;width:383px;}
.zs-homenews-list .li .text .title{
    font-size:20px;
    padding-bottom:10px;
    margin-bottom:8px;
    font-weight:700;
    line-height:1.2;
    background:url(../images/dot-grey.png) no-repeat left bottom;
    background-size:30px 1px;
    transition: all ease-out 0.35s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zs-homenews-list .li:hover .text .title{
    background:url(../images/dot-red.png) no-repeat left bottom;
    background-size:80px 1px;
    transition: all ease-out 0.35s;
}
.zs-homenews-list .li .text .desc{
    font-size: 12px;
    color: #666666;
    height: 43px;
    overflow: hidden;
}
.zs-homenews-list .li:hover .text .desc{
    color: #166518;
}
.zs-homenews .newspic:hover .text .desc{
	color: #166518;
}

@media only screen and (min-width:1024px) and (max-width:1900px){
 .zs-homenews{
     padding: 10px 0;
}
 .zs-homenews #news_title{
     margin-top: 1.5625vw;
}
 .zs-homenews #news_title li{
     line-height: 1.979167vw;
}
 .zs-homenews #news_title li a{
     font-size:1.041667vw;
     padding:0 1.041667vw;
     margin-right:1.5625vw;
}
 .zs-homenews #news_title li.cur a,.zs-homenews #news_title li:hover a{
     border-radius: 1.5625vw;
}
 .zs-homenews #news_title a.more {
     width: 8.333333vw;
     height: 2.291667vw;
     line-height: 2.291667vw;
     padding-left: 1.5625vw;
     background-size: 1.041667vw 0.052083vw;
     font-size: 0.833333vw;
}
 .zs-homenews #news_title a.more:hover {
     padding-left: 3.645833vw;
     background-size: 3.125vw 0.052083vw;
}
 .zs-homenews #news_content{
     margin-top: 4.166667vw;
}
 .zs-homenews .newspic{
     width:24.375vw;
}
 .zs-homenews .newspic .zs-w100{
     margin-top: 1.302083vw;
}
 .zs-homenews .newspic .date{
     width:3.645833vw;
     height:4.166667vw;
     padding-top:0.520833vw;
     border-radius:0.15625vw;
     margin-right:0.78125vw;
}
 .zs-homenews .newspic .date span{
     font-size:1.666667vw;
}
 .zs-homenews .newspic .text{
     width:19.947917vw;
}
 .zs-homenews .newspic .text .title{
     font-size:1.041667vw;
     padding-bottom:0.520833vw;
     margin-bottom:0.416667vw;
     background-size:1.5625vw 0.052083vw;
}
 .zs-homenews .newspic:hover .text .title{
     background-size:4.166667vw 0.052083vw;
}
 .zs-homenews .newspic .text .desc{
     font-size: 0.625vw;
}
 .zs-homenews-list{
     width:56.25vw;
}
 .zs-homenews-list .li{
     width:24.375vw;
     margin-left:3.75vw;
     padding-bottom:1.822917vw;
     margin-bottom:1.822917vw;
}
 .zs-homenews-list .li .date{
     width:3.645833vw;
     height:4.166667vw;
     padding-top:0.520833vw;
     border-radius:0.15625vw;
     margin-right:0.78125vw;
     line-height: 1.4;
     font-size: 12px;
}
 .zs-homenews-list .li .date span{
     font-size:1.666667vw;
}
 .zs-homenews-list .li .text{
     width:19.947917vw;
}
 .zs-homenews-list .li .text .title{
     font-size:1.041667vw;
     padding-bottom:0.520833vw;
     margin-bottom:0.416667vw;
     background-size:1.5625vw 0.052083vw;
}
 .zs-homenews-list .li:hover .text .title{
     background-size:4.166667vw 0.052083vw;
}
 .zs-homenews-list .li .text .desc{
     font-size: 0.625vw;
}

}

@media only screen and (max-width:767px){
.p-4{padding: 0; }
.zs-homenews {
    padding: 0;
}
.zs-homenews .img-title img{
    width: 60%;
}
.zs-homenews .img-title .zs-fr img {
    width: 45%;
}
.zs-homenews #news_title {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    height:100px;
}
.zs-homenews #news_title li {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 5px;
}
.zs-homenews #news_title li a {
    display: block;
    padding: 0 16px;
    margin-right: 0;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    margin: 0;
}
.zs-homenews #news_title .zs-fr{
    display: none;
}
.zs-homenews #news_content {
    margin-top: 20px;
}
.zs-homenews .newspic {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.zs-homenews .newspic .zs-w100{
    display: flex;
}
.zs-homenews .newspic .zs-w100 .date {
    flex: 0 0 70px;
    width: 70px;
    height: 80px;
    padding-top: 10px;
    border-radius: 3px;
    margin-right: 15px;
}
.zs-homenews .newspic .zs-w100 .text {
    flex: 0 0 75%;
    width: 75%;
    float: none;
}
.zs-homenews-list {
    width: 100%;
    float: none;
}
.zs-homenews-list .li {
    float: none;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.zs-homenews-list .li .text {
    float: none;
    flex: 0 0 75%;
    width: 75%;
}
.zs-homenews-list .li a{
    display: flex;
}
.zs-homenews-list .li .date {
    float: none;
    flex: 0 0 70px;
    width: 70px;
    height: 80px;
    background: #666;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: 15px;
    transition: all ease-out 0.35s;
}
.zs-homenews .newspic .text .title,
.zs-homenews-list .li .text .title{
  width: 68vw;
}

}
@media only screen and (min-width:770px) and (max-width:1200px){
.zs-homenews .newspic {
    width: 40%;
}  
.zs-homenews-list {
    width: 60%;
}
.zs-homenews .newspic .date {
    width: 19%;
    margin-right: 1%;
}
.zs-homenews .newspic .text {
    width: 80%;
}
.zs-homenews-list .li {
    width: 48%;
    margin-left: 2%;
}
.zs-homenews-list .li .date {
    width: 30%;
    margin-right: 5px;
}
.zs-homenews-list .li .text {
    width: 65%;
}
.zs-homenews #news_title li {
    margin: 5px 20px;}
}
