
/*banner*/
.zt-banner{width: 100%;height: 560px;background: url(../images/index/banner.png) center top no-repeat;}
.zt-logo{padding-top:35px;overflow: hidden;}
.u-back{width: 123px;height:48px;border-radius: 10px;text-align: center;line-height: 48px;background-color: rgba(0, 0, 0, 0.2);color: #fff;font-size:18px;}
.u-back:hover{color:#fff}
.m-logo{margin: 80px auto 65px;display: block;}
/*搜索*/
.u-search{width: 720px; height: 55px;margin: 325px auto 0;}
.u-search input{border:none}
.u-search form{display: flex;background: #fff;height: 55px;overflow: hidden;border-radius: 8px;}
.u-search form input[type="text"]{flex:1;padding:0 0 0 20px;height: 55px;line-height: 55px;color: #999;font-size:16px;}
.u-search form input[type="submit"]{border:none;width: 55px;height: 55px;background: url(../images/index/search.png) center no-repeat;}

.zt-container{width:1360px;margin:auto}
.container{padding: 0; width: 1200px; margin: auto;}
/* 标题 */
.f-mt60{margin-top:60px}
.is-title-one{text-align: center;margin-bottom:40px}
.tab-change{display:flex;justify-content: center;align-items: center;gap:60px;margin:40px 0}
.tab-change a{ font-size:26px; font-weight: bold; background: #f0f0f0; padding:12px 40px; border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px; :6px; }
.tab-change a.u-active{color:#fff; background: #2779d7; }
.active-yg{background: #f7f7f7;padding:50px 0}
.yg-list li a{display: block;background: #fff;padding:25px 20px;border-radius:4px;margin-bottom:20px}

.text-center{text-align: center}
.tablecont table{width:100%}
.tablecont table, .tablecont th, .tablecont td {border: 1px solid #ddd;border-collapse: collapse;}
.table-head{background:#f4f9ff;position:sticky;top:0}
.tablecont th{color:#2779d7;font-weight:bold;font-size:18px;line-height: 60px}
.tablecont td { padding: 15px 10px;line-height:26px}
.tablecont{height: 580px;overflow-y: auto;}

/* 滚动条 */
.scrollbar-y{overflow-y: auto; overflow-x: hidden;}
.scrollbar-y::-webkit-scrollbar{ width: 6px;height: auto;}
/* 滚动条轨道 */
.scrollbar-y::-webkit-scrollbar-track {border-radius: 0px;background: #c1d6ef;}
/* 滚动条滑块 */
.scrollbar-y::-webkit-scrollbar-thumb{border-radius: 0px;background:#2779d7;}

.m-lyfyitemlright{position: relative;}
.m-lyfyitemlright .hd a{display:block;position: absolute;width: 38px;text-align: center; height: 80px;z-index: 99;top: 50%;margin-top:-40px}
.m-lyfyitemlright .hd .prev{left: -70px;background: url(../images/index/prev.png) center center no-repeat;}
.m-lyfyitemlright .hd .next{right: -70px;background: url(../images/index/next.png) center center no-repeat;}
.m-lyfyitemlright .hd .prev:hover{background: url(../images/index/prev-b.png) center center no-repeat;}
.m-lyfyitemlright .hd .next:hover{background: url(../images/index/next-b.png) center center no-repeat;}
.m-lyfyitemlright .bd{overflow:hidden;}
.m-lyfyitemlright li{position: relative;float:left;margin-right:32px}
.m-lyfyitemlright li,.m-lyfyitemlright li img{width:433px;height:318px}
.m-lyfyitemlright p{color:#fff;position: absolute;line-height: 55px;text-align: center;bottom:0;width:100%;background: rgba(0,0,0,0.5);color: #fff;overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}


/* 适配小屏1000px */
@media screen and (min-width:1025px) and (max-width: 1300px) {
  .zt-container,.container{width:1000px!important}
  img{max-width:100%}
}


@media screen and (max-width: 1024px){
  body{background:#fff}
  img{max-width: 100%}
  .zt-container,.u-search,.container{width:100%}
  .m-lyfyitemlright .hd .prev{left:0}
  .m-lyfyitemlright .hd .next{right:0}

  
  .is-title-one{margin:20px 0!important;overflow:hidden}
  .active-yg{padding:20px 0}
  .is-title-one img{max-width: 170%;margin-left:-35%}
  
}

/* 适配pad */
@media screen and (min-width:768px) and (max-width: 1024px) {
  .zt-container,.container{width:750px!important}

}

@media screen and (max-width:768px){
  .zt-banner{height:260px;background-size: 192% 107%}
  .zt-logo{padding-top:0}
  .u-search{margin-top:95px}
}