input{outline:none;}
/*组件样式*/
.slider_zy .slider-for {
    margin-bottom: 30px;}
.slider_zy .slider-for .zydt a {
    display: block;
    width: 80%;
    margin: 0 auto;}
.slider_zy .slider-for .zydt a .dtbox {
    padding-top: 134%;
    position: relative;}
.slider_zy .slider-for .zydt a .dtbox img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;}
.zyxt {
    margin: 0 10px;}
.zyxt .xtbox {
    display: block;
    padding-top: 134%;
    position: relative;}
.zyxt .xtbox img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;}
    
.zyxt.slick-center img {
    border: 1px solid #ff5e00;}

.tpqh button.slick-prev {
    left: 4%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);}
.tpqh button.slick-prev:before {
    content: "<";
    font-family: '\5b8b\4f53';}
.tpqh button.slick-next {
    right: 4%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);}
.tpqh button.slick-next:before {
    content: ">";
    font-family: '\5b8b\4f53';}
