@media (max-width: 750px) {
  body {
    width: 100%;
  }
  body .max-width {
    width: 100% !important;
    margin: 0 auto;
  }
  body .tops {
    width: 100%;
    height: 200px;
    margin-top: 40px;
  }
  body .tops .swiper_left {
    width: 100%;
    height: 200px;
  }
  body .tops .swiper_left .swiper-container {
    width: 100%;
    height: 100%;
  }
  body .tops .swiper_left .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  body .tops .swiper_left .swiper-slide p {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 12px;
    padding-left: 20px;
    line-height: 40px;
    text-align: left;
  }
  body .tops .swiper_left .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 200px;
  }
  body .tops .swiper_left .swiper-slide a img {
    width: 100%;
    height: 200px;
  }
  body .tops .swiper_left .sw_pg {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
  }
  body .tops .swiper_left .sw_pg .swiper-pagination {
    width: 100%;
    line-height: 40px;
  }
  body .tops .swiper_left .sw_pg .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
  body .container {
    width: 100%;
    padding: 0px;
    position: relative;
    overflow: hidden;
    padding: 0px 18px;
  }
  body .container .zuijin {
    width: 100%;
  }
  body .container .zuijin .hbiaoti {
    width: 100%;
    font-size: 20px;
    color: #0068b7;
    padding-bottom: 17px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    margin-top: 20px;
  }
  body .container .zuijin .hbiaoti img {
    vertical-align: middle;
    margin-right: 5px;
  }
  body .container .zuijin .lbiaoti {
    font-size: 14px !important;
    font-style: normal !important;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  body .container .zuijin .lbiaoti span {
    cursor: pointer;
  }
  body .container .zuijin .lbiaoti span.active {
    color: #0068b7;
  }
  body .container .zuijin .items {
    margin-bottom: 56px;
    font-size: 14px;
    display: none;
  }
  body .container .zuijin .items:nth-of-type(1) {
    display: block;
  }
  body .container .zuijin .items ul {
    list-style: none;
    overflow: hidden;
    justify-content: space-between;
  }
  body .container .zuijin .items ul li {
    float: left;
    width: 40%;
    padding: 0px 0px 10px 0px;
    background-color: #f8f8f8;
    cursor: pointer;
    margin: auto;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }
  body .container .zuijin .items ul li img {
    width: 100%;
    height: 200px;
    box-shadow: 2px 2px 5px #b7b7b7;
  }
  body .container .zuijin .items ul li .bt {
    width: 100%;
    line-height: 19px;
    height: 37px;
    color: #999999;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  body .container .zuijin .items ul li p {
    padding: 0px 10px;
    font-size: 12px;
    margin-top: 10px;
  }
  body .container .zuijin .items ul li .jia {
    color: #999999;
  }
  body .container .zuijin .items ul li .jia span {
    color: #ed5800;
    font-weight: 600;
  }
  body .container .jijin {
    width: 100%;
    margin-bottom: 60px;
    margin-top: -40px;
  }
  body .container .jijin .hbiaoti {
    width: 100%;
    font-size: 20px;
    color: #0068b7;
    padding-bottom: 17px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
  }
  body .container .jijin .hbiaoti img {
    vertical-align: middle;
    margin-right: 5px;
  }
  body .container .jijin .lbiaotis {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  body .container .jijin .lbiaotis ul {
    list-style: none;
    overflow: hidden;
  }
  body .container .jijin .lbiaotis ul li {
    font-size: 14px !important;
    color: #555;
    float: left;
    padding: 0px 14px;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
  }
  body .container .jijin .lbiaotis ul li.active {
    color: #0068b7;
  }
  body .container .jijin .lbiaotis ul li::after {
    content: "";
    width: 0px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 6px;
    border-left: 2px solid #999999;
    z-index: 55;
  }
  body .container .jijin .lbiaotis ul li:first-child {
    margin-left: 0px;
  }
  body .container .jijin .lbiaotis ul li:last-child {
    margin-right: 0px;
  }
  body .container .jijin .lbiaotis ul li:last-child::after {
    content: "";
    width: 0px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 6px;
    border-left: 0px solid #999999;
    z-index: 55;
  }
  body .container .jijin .item {
    width: 100%;
  }
  body .container .jijin .item .box {
    width: 100%;
    height: 232px;
    padding: 30px 0px 0px 0px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: content-box;
    overflow: hidden;
  }
  body .container .jijin .item .box:first-child {
    padding-top: 0px;
  }
  body .container .jijin .item .box:last-child {
    border-bottom: 0px solid #e3e3e3;
  }
  body .container .jijin .item .box .lts {
    float: left;
    width: 40%;
    margin-right: -100%;
  }
  body .container .jijin .item .box .lts img {
    width: 100%;
  }
  body .container .jijin .item .box .rt {
    margin-left: 46%;
    font-size: 12px;
  }
  body .container .jijin .item .box .rt .a {
    font-size: 14px;
    color: #0068b7;
    margin-bottom: 10px;
  }
  body .container .jijin .item .box .rt .a span {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: center;
    padding: 5px 14px;
    border: 1px solid #0068b7;
    border-radius: 30px;
    margin-bottom: 8px;
  }
  body .container .jijin .item .box .rt .b {
    margin-bottom: 8px;
  }
  body .container .jijin .item .box .rt .c {
    margin-bottom: 8px;
  }
  body .container .jijin .item .box .rt .d {
    color: #999999;
    line-height: 16px;
    letter-spacing: 0;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
  }
  body .container .jijin .item .box .rt .f {
    color: #0068b7;
  }
  body .container .jijin .more {
    text-align: center;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 750px) {
  body {
    width: 100%;
  }
  body .max-width {
    width: 1200px !important;
    margin: 0 auto;
  }
  body .tops {
    width: 100%;
    height: 210px;
  }
  body .tops .swiper_left {
    width: 1200px;
    height: 210px;
    margin: auto;
  }
  body .tops .swiper_left .swiper-container {
    width: 100%;
    height: 100%;
  }
  body .tops .swiper_left .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  body .tops .swiper_left .swiper-slide p {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 12px;
    padding-left: 20px;
    line-height: 40px;
    text-align: left;
  }
  body .tops .swiper_left .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 210px;
  }
  body .tops .swiper_left .swiper-slide a img {
    width: 100%;
    height: 210px;
  }
  body .tops .swiper_left .sw_pg {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
  }
  body .tops .swiper_left .sw_pg .swiper-pagination {
    width: 100%;
    line-height: 40px;
  }
  body .tops .swiper_left .sw_pg .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
  body .container {
    width: 1200px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
  }
  body .container .zuijin {
    width: 100%;
  }
  body .container .zuijin .hbiaoti {
    width: 100%;
    font-size: 20px;
    color: #0068b7;
    padding-bottom: 17px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
  }
  body .container .zuijin .hbiaoti img {
    vertical-align: middle;
    margin-right: 5px;
  }
  body .container .zuijin .lbiaoti {
    font-size: 14px !important;
    font-style: normal !important;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  body .container .zuijin .lbiaoti span {
    cursor: pointer;
  }
  body .container .zuijin .lbiaoti span.active {
    color: #0068b7;
  }
  body .container .zuijin .items {
    margin-bottom: 56px;
    font-size: 14px;
    display: none;
  }
  body .container .zuijin .items:nth-of-type(1) {
    display: block;
  }
  body .container .zuijin .items ul {
    list-style: none;
    overflow: hidden;
  }
  body .container .zuijin .items ul li {
    float: left;
    width: 137px;
    padding-bottom: 10px;
    background-color: #f8f8f8;
    cursor: pointer;
    margin-right: 40px;
  }
  body .container .zuijin .items ul li:last-child {
    margin-right: 0px;
  }
  body .container .zuijin .items ul li img {
    width: 100%;
    height: 200px;
    box-shadow: 2px 2px 5px #b7b7b7;
  }
  body .container .zuijin .items ul li .bt {
    width: 100%;
    height: 35px;
    line-height: 19px;
    color: black;
    overflow: hidden;
    text-align: left;
  }
  body .container .zuijin .items ul li p {
    padding: 0px 10px;
    font-size: 12px;
    margin-top: 10px;
    color: #999999;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
  }
  body .container .zuijin .items ul li .jia {
    color: #999999;
  }
  body .container .zuijin .items ul li .jia span {
    color: #ed5800;
    font-weight: 600;
  }
  body .container .jijin {
    width: 100%;
    margin-bottom: 20px;
  }
  body .container .jijin .more {
    text-align: center;
    padding: 10px 0px;
  }
  body .container .jijin .more span {
    color: #0068b7 !important;
  }
  body .container .jijin .hbiaoti {
    width: 100%;
    font-size: 20px;
    color: #0068b7;
    padding-bottom: 17px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
  }
  body .container .jijin .hbiaoti img {
    vertical-align: middle;
    margin-right: 5px;
  }
  body .container .jijin .lbiaotis {
    margin-left: -14px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  body .container .jijin .lbiaotis ul {
    list-style: none;
    overflow: hidden;
  }
  body .container .jijin .lbiaotis ul li {
    font-size: 14px !important;
    color: #555;
    float: left;
    padding: 0px 14px;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
  }
  body .container .jijin .lbiaotis ul li.active {
    color: #0068b7;
  }
  body .container .jijin .lbiaotis ul li::after {
    content: "";
    width: 0px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 6px;
    border-left: 2px solid #999999;
    z-index: 55;
  }
  body .container .jijin .lbiaotis ul li:first-child {
    margin-left: 0px;
  }
  body .container .jijin .lbiaotis ul li:last-child {
    margin-right: 0px;
  }
  body .container .jijin .lbiaotis ul li:last-child::after {
    content: "";
    width: 0px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 6px;
    border-left: 0px solid #999999;
    z-index: 55;
  }
  body .container .jijin .item {
    width: 100%;
  }
  body .container .jijin .item .box {
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: content-box;
    overflow: hidden;
  }
  body .container .jijin .item .box:first-child {
    padding-top: 0px;
  }
  body .container .jijin .item .box:last-child {
    border-bottom: 0px solid #e3e3e3;
  }
  body .container .jijin .item .box .lts {
    float: left;
    width: 180px;
    margin-right: -100%;
  }
  body .container .jijin .item .box .lts img {
    width: 160px;
  }
  body .container .jijin .item .box .rt {
    margin-left: 202px;
    font-size: 14px;
    padding-top: 30px;
  }
  body .container .jijin .item .box .rt .a {
    font-size: 18px;
    margin-bottom: 16px;
  }
  body .container .jijin .item .box .rt .a span {
    width: 90px;
    float: right;
    text-align: center;
    padding: 3px 0px;
    border: 1px solid #0068b7;
    border-radius: 30px;
    color: #0068b7;
    font-size: 16px;
  }
  body .container .jijin .item .box .rt .b {
    margin-bottom: 16px;
  }
  body .container .jijin .item .box .rt .b span {
    margin-right: 14px;
  }
  body .container .jijin .item .box .rt .c {
    margin-bottom: 20px;
  }
  body .container .jijin .item .box .rt .d {
    color: #999999;
    line-height: 21px;
    letter-spacing: 0;
    overflow: hidden;
    margin-bottom: 16px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
  }
  body .container .jijin .item .box .rt .f {
    color: #0068b7;
  }
}
.my-bullet-active {
  background: #0068b7;
  opacity: 1;
}
