html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #fcfcfc;
	min-height: 100%;
	position:relative;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.swiper-container {
    width: 1200px;
    margin: 0 auto;
}

.swiper-slide>img {
    width: 1200px;
    height: 230px;
    border-radius: 0 0 5px 5px;
}

/* ??? */

.main-flex {
  display: flex;
}

.main-nav {
    width: 104px;
    height: 35px;
    background: url(/_theme/2gVDlQG000/img/zd-bg2.png) no-repeat;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-nav>p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 40px;
    line-height: 10px;
}

#announcement {
    width: 1200px;
    height: 35px;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.048);
    background-color: #fff;
    border-radius: 20px 10px 10px 0;
    margin: 10px auto;
    border: 1px solid #eee;
}

#announcement a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    display: block;
    line-height: 35px;
    height: 35px;
    text-indent: 10px;
    width: 300px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#announcement a:hover {
    color: red;
    font-weight: 500;
}

.swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* zd-main1 */

.zd-main1 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* У???? */

.zd-main1-left {
    width: 841px;
    height: 325px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.048);
    border-radius: 5px;
    margin-right: 15px;
    border: 1px solid #eee;
}

.zd-main1-right {
    width: 340px;
    height: 325px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.048);
    border-radius: 5px;
    border: 1px solid #eee;
}

.zd-main1-bg {
    height: 35px;
    border-bottom: 1px solid #f4f4f4;
    background: #f4f4f4;
}

.main1-bt {
    padding-left: 10px;
    width: 70%;
    height: 36px;
    color: #a82125;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    line-height: 35px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main1-gd {
    float: right;
}

.main1-gd>a {
    width: 49px;
    height: 9px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #858585;
    line-height: 35px;
    padding-right: 15px;
}

.main1-gd>a:hover {
    color: red;
    font-weight: 600;
}

.zd-main2-bg {
    height: 35px;
    border-bottom: 1px solid #f4f4f4;
}

.main2-bt {
    width: 80px;
    height: 36px;
    color: #a82125;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    line-height: 35px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main2-gd {
    float: right;
}

.main2-gd>a {
    width: 49px;
    height: 9px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #858585;
    line-height: 35px;
    padding-right: 15px;
}

.main2-gd>a:hover {
    color: red;
    font-weight: 600;
}

/* ??????? */

.main1-lb {
    width: 354px;
    height: 310px;
    float: left;
}

.lb-box {
    width: 320px;
    height: 310px;
    margin: 10px 20px 10px 12px;
    position: relative;
    overflow: hidden;
}

@media (max-width:568px) {
    .lb-box {
        width: 250px;
        height: 160px;
    }
}

.lb-content {
    width: 320px;
    height: 235px;
}

.lb-item {
    width: 250px;
    height: 235px;
    display: none;
    position: relative;
}

.lb-item>a {
    width: 320px;
    height: 100%;
    display: block;
}

.lb-item>a>img {
    width: 320px;
    height: 235px;
	object-fit: cover;
	object-position: center;
}

.lb-item>a>span {
    width: 300px;
    display: block;
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    color: #fff;
    background-color: rgba(255, 0, 0, 0.336);
    border-radius: 0 0 5px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width:568px) {
    .lb-item>a>span {
        padding: 10px;
    }
}

.lb-item.active {
    display: block;
    left: 0%;
}

.lb-item.active.left {
    left: -100%;
}

.lb-item.active.right {
    left: 100%;
}

/*  */

.lb-item.next,
.lb-item.prev {
    display: block;
    position: absolute;
    top: 0px;
}

.lb-item.next {
    left: 100%;
}

.lb-item.prev {
    left: -100%;
}

.lb-item.next.left,
.lb-item.prev.right {
    left: 0%;
}

.lb-sign {
    position: absolute;
    left: 163px;
    top: 235px;
    padding: 2px 1px;
    border-radius: 5px;
    list-style: none;
    user-select: none;
    background-color: #b62f3142;
    margin: 10px 0;
}

.lb-sign li {
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    float: left;
    color: #fff;
    margin: auto 4px;
    border-radius: 3px;
    cursor: pointer;
}

.lb-sign li:hover {
    color: #fff;
}

.lb-sign li.active {
    color: #c0031e;
    background-color: #EBEBEB;
}

@media (max-width:568px) {
    .lb-ctrl {
        font-size: 30px;
    }
}

.lb-ctrl.left {
    left: -50px;
}

.lb-ctrl.right {
    right: -50px;
}

.lb-box:hover .lb-ctrl.left {
    left: 10px;
}

.lb-box:hover .lb-ctrl.right {
    right: 10px;
}

.lb-ctrl:hover {
    background-color: #000;
}

/* ?????б? */

.main1-content {
    width: 470px;
    float: left;
}

.content-tit {
    width: 390px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
    padding-left: 24px;
    display: block;
    float: left;
}

.content-tit>a {
    color: #4a4a4a;
    font-size: 14px;
}

.main1-content-title {
    margin-top: 5px;
}

.main1-content-title>li {
    border-bottom: 1px solid #f4f4f4;
    height: 27px;
    line-height: 27px
}

.main1-content-title>li:nth-child(1) .content-tit {
    background: url(/_theme/2gVDlQG000/img/icon1.png)no-repeat 0 5px;
    ;
}

.main1-content-title>li:nth-child(2) .content-tit {
    background: url(/_theme/2gVDlQG000/img/icon2.png)no-repeat 0 5px;
    ;
}

.main1-content-title>li:nth-child(3) .content-tit {
    background: url(/_theme/2gVDlQG000/img/icon3.png)no-repeat 0 5px;
    ;
}

.main1-content-title>li:nth-child(4) .content-tit {
    background: url(/_theme/2gVDlQG000/img/icon4.png)no-repeat 0 5px;
    ;
}

.main1-content-title>li:nth-child(5) .content-tit {
    background: url(/_theme/2gVDlQG000/img/icon5.png)no-repeat 0 5px;
    ;
}

.main1-content-title>li:nth-child(6) .content-tit {
    background: url(/_theme/2gVDlQG000/img/icon6.png)no-repeat 0 5px;
    ;
}

.main1-content-title>li:nth-child(7) .content-tit {
    background: url(/_theme/2gVDlQG000/img/icon7.png)no-repeat 0 5px;
    ;
}

.main1-content-title>li:nth-child(8) .content-tit {
    background: url(/_theme/2gVDlQG000/img/icon8.png)no-repeat 0 5px;
    ;
}

.main1-content-title>li:nth-child(9) .content-tit {
    background: url(/_theme/2gVDlQG000/img/icon9.png)no-repeat 0 5px;
    ;
}

.main1-content-title>li:nth-child(10) .content-tit {
    background: url(/_theme/2gVDlQG000/img/icon10.png)no-repeat 0 5px;
    ;
}

.main1-content-title>li>span {
    font-size: 14px;
    float: right;
    display: block;
}

.content-tit>a:hover {
    color: #ce2f2b;
}

/* ????????б? */

.main1-content1 {
    width: 320px;
    float: left;
    margin-left: 10px;
}

.content-tit1 {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
    padding-left: 24px;
    display: block;
    float: left;
}

.content-tit1>a {
    color: #4a4a4a;
    font-size: 14px;
}

.main1-content-title1 {
    margin-top: 5px;
}

.main1-content-title1>li {
    border-bottom: 1px solid #f4f4f4;
    height: 27px;
    line-height: 27px;
}

.main1-content-title1>li:nth-child(1) .content-tit1 {
    background: url(/_theme/2gVDlQG000/img/icon1.png)no-repeat 0 5px;
    ;
}

.main1-content-title1>li:nth-child(2) .content-tit1 {
    background: url(/_theme/2gVDlQG000/img/icon2.png)no-repeat 0 5px;
    ;
}

.main1-content-title1>li:nth-child(3) .content-tit1 {
    background: url(/_theme/2gVDlQG000/img/icon3.png)no-repeat 0 5px;
    ;
}

.main1-content-title1>li:nth-child(4) .content-tit1 {
    background: url(/_theme/2gVDlQG000/img/icon4.png)no-repeat 0 5px;
    ;
}

.main1-content-title1>li:nth-child(5) .content-tit1 {
    background: url(/_theme/2gVDlQG000/img/icon5.png)no-repeat 0 5px;
    ;
}

.main1-content-title1>li:nth-child(6) .content-tit1 {
    background: url(/_theme/2gVDlQG000/img/icon6.png)no-repeat 0 5px;
    ;
}

.main1-content-title1>li:nth-child(7) .content-tit1 {
    background: url(/_theme/2gVDlQG000/img/icon7.png)no-repeat 0 5px;
    ;
}

.main1-content-title1>li:nth-child(8) .content-tit1 {
    background: url(/_theme/2gVDlQG000/img/icon8.png)no-repeat 0 5px;
    ;
}

.main1-content-title1>li:nth-child(9) .content-tit1 {
    background: url(/_theme/2gVDlQG000/img/icon9.png)no-repeat 0 5px;
    ;
}

.main1-content-title1>li:nth-child(10) .content-tit1 {
    background: url(/_theme/2gVDlQG000/img/icon10.png)no-repeat 0 5px;
    ;
}

.main1-content-title1>li>span {
    font-size: 14px;
    float: right;
    display: block;
}

.content-tit1>a:hover {
    color: #ce2f2b;
}

/* ????2 */

.zd-main2 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

/* ??????? */

.zd-main2-left {
    width: 330px;
}

.main2-left-up {
    height: 390px;
    border-radius: 5px;
    margin-bottom: 13px;
}

#mainimg {
    width: 330px;
    height: 390px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

#mainimg>img {
    width: 330px;
    height: 390px;
}

#mainimg .pic2 {
    width: 330px;
    height: 390px;
    position: relative
}

#mainimg .pic2 ul li {
    list-style: none;
    width: 330px;
    height: 390px;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

#mainimg .pic2 ul li.first {
    display: block
}

#mainimg .picnav {
    background-color: rgba(255, 255, 255, 0.199);
    position: absolute;
    right: 10px;
    top: 330px;
}

#mainimg .picnav ul li {
    list-style: none;
    width: 20px;
    height: 40px;
    float: left;
    padding: 5px 2px
}

/* #mainimg .picnav ul li.first {
border-bottom: 4px solid red
} */

#mainimg .picnav ul li img {
    width: 20px;
    height: 40px
}

.main2-left-down {
    height: 190px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.main1-content5 {
    width: 320px;
    float: right;
    margin-right: 10px;
    padding-top: 8px;
}

.content-tit5 {
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    background: url(/_theme/2gVDlQG000/img/icon11.png) no-repeat 0 5px;
    padding-left: 24px;
}

.content-tit5>a {
    color: #4a4a4a;
    font-size: 14px;
}

.main1-content-title5>li {
    border-bottom: 1px solid #f4f4f4;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    vertical-align: bottom;
    zoom: 1;
}

.main1-content-title5>li>span {
    font-size: 14px;
    float: right;
    display: block;
}

.content-tit5>a:hover {
    color: #ce2f2b;
}

/* ?м????? */

.zd-main2-middle {
    width: 502px;
}

.zd-main2-up {
    height: 389px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    position: relative;
}

.zd-main2-down {
    height: 188px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px
}

.zd-main2-down1 {
    height: 393px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px
}

.zd-main2-jpg {
    padding: 12px 15px 12px 15px;
    width: 198px;
    height: 131px;
    float: left;
}

.dingweiimg {
    position: absolute;
    top: 35px;
    left: 1px;
}

.zd-main2-jpg>img {
    border-radius: 3px;
    width: 198px;
    height: 135px;
}

.main1-content3 {
    width: 470px;
    float: right;
    margin-right: 20px;
    padding-top: 8px;
}

.content-tit3 {
    width: 380px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
    padding-left: 24px;
    display: block;
    float: left;
    background: url(/_theme/2gVDlQG000/img/icon11.png) no-repeat 0 5px;
}

.content-tit3>a {
    color: #4a4a4a;
    font-size: 14px;
}

.main1-content-title3>li {
    border-bottom: 1px solid #f4f4f4;
    height: 28px;
    line-height: 28px;
    /* padding-bottom: 5px; */
}

.main1-content-title3>li>span {
    font-size: 14px;
    float: right;
    display: block;
}

.content-tit3>a:hover {
    color: #ce2f2b;
}

.dingwei_ul {
    width: 470px;
}

.dingwei_ul .content-tit3 {
    width: 400px;
}

/* ??????? */

.zd-main2-right {
    width: 342px;
}

.main2-right-icon {
    width: 100px;
    height: 53.5px;
    float: left;
    margin: 12px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.main2-right-icon>a>img {
    height: 30px;
}

.main2-right-icon>p {
    font-size: 15px;
    color: #333;
}

.main2-left-down2,
.main2-right-up,
.main2-right-up1,
.main2-right-down {
    height: 188px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.main2-left-down,
.main2-right-up,
.main2-right-up1 {
    margin-bottom: 15px;
}

.main1-content4 {
    width: 318px;
    float: right;
    margin-right: 10px;
    padding-top: 8px;
}

.content-tit4 {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    background: url(/_theme/2gVDlQG000/img/icon11.png) no-repeat 0 5px;
    padding-left: 24px;
}

.content-tit4>a {
    color: #4a4a4a;
    font-size: 14px;
}

.main1-content-title4>li {
    border-bottom: 1px solid #f4f4f4;
    height: 28px;
    line-height: 28px;
}

.main1-content-title4>li>span {
    font-size: 14px;
    float: right;
    display: block;
}

.content-tit4>a:hover {
    color: #ce2f2b;
}

.jiaoshi-lb {
    width: 1200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.589);
    /* border: 1px solid rgba(127, 103, 78, 0.459); */
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.lb-bt {
    width: 100%;
    background-color: #f4f4f4;
    height: 40px;
}

.lb-bt>p {
    width: 80px;
    height: 40px;
    color: #a82125;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    line-height: 40px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.lb-bt>a {
    width: 49px;
    height: 40px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #858585;
    line-height: 40px;
    padding-right: 15px;
    float: right;
    margin: 0;
}

.lb-bt>a:hover {
    color: #ce2f2b;
}

#colee_left {
    overflow: hidden;
    width: 1190px;
    margin: 10px auto 0 auto;
}

#colee_left p {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 0 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 194px;
}

.search-input {
    margin-top: 15px;
    margin-bottom: 15px;
}

.search-input input {
    margin-left: 20px;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid gainsboro;
}

.search-input button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #af051d;
    border-color: #af051d;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: none;
    border: 1px solid transparent;
    cursor: pointer
}

#FontScroll {
    width: 308px;
    height: 144px;
    overflow: hidden;
}

.wufengscroll {
    margin: 5px 10px;
    padding: 0;
    float: none;
}

.wufengscroll ul li {
    height: 29px;
    height: 29px;
}

.wufengscroll ul li .xian {
    border-bottom: 1px solid #f4f4f4;
    height: 28px;
}

.wufengscroll ul li span {
    font-size: 14px;
    float: right;
    display: block;
    height: 28px;
    line-height: 29px;
}

.wufengscroll .content-tit5 {
    height: 28px;
    line-height: 29px;
    width: 226px;
}

.content-tit1 p,
.content-tit3 p,
.content-tit5 p,
.content-tit4 p,
.content-tit p {
    float: left;
    font-size: 14px;
    color: #af051d;
    margin-right: 5px;
}

/**浮动**/
.float-pop {
  width: 180px;
  position: absolute;
  top: 80px;
  right: 10px;
  border: 3px solid #af051d;
  border-top: none;
  z-index: 10;
  transition: .3s width;
}

.float-pop .flex-column {
	flex-direction: column;
}



.float-pop .pop-title {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #af051d;
}

.float-pop .pop-title h4 {
  padding-left: 12px;
  color: #FFFFFF;
}

.float-pop .pop-btn {
  margin-right: 3px;
}

.float-pop .pop-btn .stretch {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.float-pop .pop-btn .close {
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin-left: 8px;
}

.float-pop .pop-content .pop-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #FFF;
  border-bottom: 1px solid #af051d;
  padding: 5px;
}

.float-pop .pop-content .pop-item * {
  margin-bottom: 5px;
}

.float-pop .pop-content .pop-item :last-child {
  margin-bottom: 0;
}

.float-pop .pop-content .pop-item p, .float-pop .pop-content .pop-item h4 {
  color: #AC001C;
  font-weight: bold;
  line-height: 20px;
}

.float-pop .pop-content .pop-item img {
  width: 150px;
  height: 150px;
}

.float-pop .pop-content .info p {
  color: #333333;
  font-weight: normal;
  word-break: break-all;
  padding: 5px 10px;
}

.float-pop.narrow {
  width: 24px;
  right: 0;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  transition: .3s width;
}

.float-pop.narrow .pop-title {
  position: relative;
  height: 120px;
}

.float-pop.narrow .pop-title h4 {
  padding: 20px 5px 5px 5px;
}

.float-pop.narrow .pop-btn {
  position: absolute;
  top: 7px;
  right: 2px;
  margin-right: 0;
}



@media (max-width: 1220px) {
  /* start 轮播图 */
  .swiper-container {  
    width: 100%;
  }
  
  .swiper-wrapper {
	  height:230px!important;
	  margin-top: 55px!important;
  }
  
  .swiper-slide>img {
    width: 100%;
    height: 100%;
  }
  

  /* end 轮播图 */
  
  /* start 内容 */
  .zd-main1 {
    width: 98%;
    margin: 15px 10px;
  }
  
  /* start 内容1轮播图 */
  .main1-lb {
    width: 39%;

  }
  
  .lb-box {
    width: 95%;
    margin: 10px 0 10px 12px;
  }
  
  .lb-content, .lb-item, .lb-item>a, .lb-item>a>img {
    width: 100%;
  }
  
  .lb-item>a>span {
    width: 97%;
  }
  
  .lb-sign {
    left: 25%;
    top: 75%;
  }
  /* end 内容1轮播图 */
  
  .main1-bt {
    width: auto;
  }
  
  .zd-main1-left {
    width: 100%;
    margin-right: 0;
  }
  
  .zd-main1-right {
    width: 100%;
    margin-top: 15px;
  }
  
  .main1-content {
    width: 60%;
    margin-left: 5px;
  }
  .main1-content1, .main1-content3, .main1-content4, .main1-content5 {
    width: 98%;
    margin: 0 0 0 10px;
    padding: 0;
  }
  
  .content-tit, .content-tit1, .content-tit3, .content-tit4, .content-tit5 {
    width: 85%;
    flex: 1;
    float: none;
  }
  
  .main1-content-title>li, .main1-content-title1>li, .wufengscroll ul li .xian, .main1-content-title3>li, .main1-content-title4>li, .main1-content-title5>li {
    display: flex;
    padding-right: 10px;
  }
  
  .main1-content-title>li>span, .main1-content-title1>li>span, .wufengscroll ul li span, .main1-content-title3>li>span, .main1-content-title5>li>span, .main1-content-title5>li>span {
    float: none;
  }
  
  .zd-main2 {
    width: 98%;
    margin-top: 0;
  }
  
  .zd-main2-left {
    width: 100%;
  }
  
  .main2-left-up, .main2-left-down {
    display: none;
  }
  
  #FontScroll {
    width: 98%;
    padding-top: 0;
  }
  
  .zd-main2-middle {
    width: 59%;
    margin-top: 15px;
  }
  
  .zd-main2-right {
    width: 40%;
    margin-top: 15px;
  }
  /* end 内容 */
  
  /* start nba新浪体育网园风光 */
  .jiaoshi-lb {
    width: calc(100% - 10px);
    margin: 15px 5px;
  }
  
  #colee_left {
    width: calc(100% - 10px);
  }
  /* end nba新浪体育网园风光 */
  .search-bar {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    background: #F5F5F5;
  }
  .search-input {
    width: 100%!important;
    margin: 5px 0;
  }
  .search-input input {
    flex: 1;
  }
  .search-input button {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .zd-main2-middle, .zd-main2-right {
    width: 100%;
  }
  
  .swiper-wrapper {
	  height:150px!important;
  }
}

@media (max-width: 640px) {	
  .swiper-wrapper {
	  height:85px!important;
  }
  
  .zd-main1 {
    margin: 15px 5px;
  }
  .zd-main1-left {
    height: auto;
  }
  .main-flex {
    flex-direction: column;
  }
  .main1-lb {
    width: 100%;
    height: 270px;
  }
  .lb-box {
    width: 100%;
    height: 266px;
    margin: 0;
  }
  .lb-sign {
    left: 35%;
    top: 86%;
  }
  .main1-content {
    width: 99%;
  }
}