* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
@media screen and (min-width: 768px) {
  .title {
    width: 1200px;
    margin: 0 auto;
  }
  .title span {
    display: none;
  }

  header {
    width: 100%;
    height: 650px;
    background: url(../images/pc_banner.png) top center no-repeat;
    background-size: 100% 100%;
  }
  .jianjie {
    width: 100%;
    height: 580px;
    background: url(../images/pc_jj_bg.png) top center no-repeat;
    background-size: 100% 100%;
  }
  .jianjie .title .bg {
    margin: 50px auto;
    width: 328px;
    height: 101px;
    background: url(../images/pc_jj_title.png) top center no-repeat;
    background-size: 100% 100%;
  }
  .jianjie .cont {
    margin: 0 auto;
    width: 1200px;
    height: 229px;
    background: url(../images/pc_jj_bot.png) top center no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    padding: 40px 60px;
  }
  .zhibo {
    width: 100%;
    background: #effaff;
    padding: 50px 0px;
  }
  .zhibo .title .bg {
    margin: 0px auto;
    width: 328px;
    height: 101px;
    background: url(../images/pc_cj_title.png) top center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 50px;
  }
  .zhibo .neirong {
    padding-top: 50px;
    margin: 0 auto;
    width: 1200px;
    height: 492px;
    background: #ffffff;
    box-shadow: 8px 0px 29px 0px #81c0df;
    border-radius: 10px 10px 10px 10px;
  }
  .zhibo .neirong .cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
  }
  .zhibo .neirong .cont .content-item {
    margin: 0px 50px;
    width: 429px;
    height: 94px;
    background: url(../images/pc_cj_item_bg.png) top center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
  }
  .zhibo .neirong .cont .content-item .bg {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin-left: 23px;
    position: relative;
    top: -5px;
  }
  .zhibo .neirong .cont .content-item .info {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 10px;
  }

  .zhibo .neirong .cont .content-item .info .tit {
    font-weight: bold;
    font-size: 18px;
    color: #1ba3ea;
    margin-bottom: 5px;
  }
  .zhibo .neirong .cont .content-item .info .shijian {
    font-size: 16px;
    color: #333333;
  }
  .huifang {
    width: 100%;
    padding: 50px 0px;
    background: #cceefe;
  }
  .huifang .title .bg {
    margin: 0px auto;
    width: 328px;
    height: 101px;
    background: url(../images/pc_hf_title.png) top center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 50px;
  }
  .huifang .cont {
    margin: 0 auto;
    width: 1200px;
  }
  .huifang .cont ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .huifang .cont ul > p {
    display: none;
  }
  .huifang .cont ul li {
    width: 580px;
    height: 226px;
    background: url(../images/pc_zb_item_bg.png) top center no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .huifang .cont ul li .m-tit {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 16px;
    color: #004163;
  }
  .huifang .cont ul li .image {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 132px;
    height: 119px;
  }
  .huifang .cont ul li .image img {
    width: 132px;
    height: 119px;
  }
  .huifang .cont ul li .model .m-name > span {
    position: absolute;
    top: 30px;
    left: 150px;
    font-weight: bold;
    font-size: 22px;
    color: #1ba2ea67;
  }
  .huifang .cont ul li .model .m-name .n-img a {
    position: absolute;
    top: 130px;
    left: 150px;
    display: flex;
  }
  .huifang .cont ul li .model .m-name .n-img a span {
    vertical-align: top;
    display: inline-block;
    width: 113px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    background: #fe832d;
    border-radius: 50px;
    color: #ffffff;
  }
  .huifang .cont ul li .model .m-txt .jianjie-p {
    position: absolute;
    top: 70px;
    left: 150px;
    font-size: 14px;
    color: #333333;
  }
  .huifang .cont ul li .model .m-txt .shijian-p {
    position: absolute;
    top: 100px;
    left: 150px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
  }
  .huifang .cont ul li .model .m-txt .shijian-p img {
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .f-btm {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #1aa3ea;
    font-size: 24px;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .huifang .cont ul li .model .m-txt .shijian-p img {
    display: none;
  }
  body {
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
    background: #cceefe;
  }
  header {
    width: 300px;
    height: 32px;
    margin: 0.5rem 0 0.11rem 0.8rem;
    background-image: url(../images/logo.png);
    background-size: 100% 100%;
  }
  .banner {
    width: 7.5rem;
    height: 5.78rem;
    background-image: url(../images/banner.png);
    background-size: 100% 100%;
    margin-bottom: 0.01rem;
  }
  .list {
    width: 6.47rem;
    height: 1.08rem;
    border: 0.03rem dashed #fa9143;
    margin-left: 0.52rem;
    background-color: #fff;
    margin-bottom: 0.66rem;
  }
  .list ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.26rem;
  }
  .list ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .list ul li img:nth-child(1) {
    width: 0.28rem;
    height: 0.27rem;
  }
  .list ul li img:nth-child(2) {
    width: 0.39rem;
    height: 0.25rem;
  }
  .list ul li img:nth-child(3) {
    width: 0.26rem;
    height: 0.25rem;
  }
  .list ul li img:nth-child(4) {
    width: 0.22rem;
    height: 0.3rem;
  }
  .list ul li .txt {
    font-size: 0.15rem;
    margin-top: 0.14rem;
    color: #010000;
  }
  .content .jianjie .title {
    position: relative;
    margin-bottom: 0.35rem;
    margin-left: 0.45rem;
  }
  .content .jianjie .title .bg {
    width: 3.17rem;
    height: 0.75rem;
    background-image: url(../images/titbg.png);
    background-size: 100% 100%;
  }
  .content .jianjie .title span {
    position: absolute;
    left: 0.51rem;
    top: 0.15rem;
    font-size: 0.33rem;
    color: #fff;
    font-weight: normal;
  }
  .content .jianjie .cont {
    position: relative;
    width: 6.37rem;
    background-image: url(../images/neirong-beijing.png);
    background-size: 100% 100%;
    margin-left: 0.59rem;
    padding: 0.5rem 0.4rem;
    font-size: 0.28rem;
    line-height: 0.55rem;
    box-sizing: border-box;
  }
  .content .fengguang .title {
    position: relative;
    margin-bottom: 0.35rem;
    margin-left: 0.45rem;
    margin-top: 0.83rem;
  }
  .content .fengguang .title .bg {
    width: 3.17rem;
    height: 0.75rem;
    background-image: url(../images/titbg.png);
    background-size: 100% 100%;
  }
  .content .fengguang .title span {
    position: absolute;
    left: 0.51rem;
    top: 0.15rem;
    font-size: 0.33rem;
    color: #fff;
    font-weight: normal;
  }
  .content .fengguang .cont {
    padding: 0 0.46rem;
  }
  .content .fengguang .cont .c-top {
    position: relative;
    width: 6.59rem;
    height: 3.34rem;
    background-image: url(../images/linagting.png);
    background-size: cover;
  }
  .content .fengguang .cont .c-top img {
    position: absolute;
    left: 0.15rem;
    bottom: 0.13rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .content .fengguang .cont .c-bottom {
    display: flex;
    margin-top: 0.42rem;
  }
  .content .fengguang .cont .c-bottom .b-left {
    position: relative;
    width: 2.91rem;
    height: 3.84rem;
    background-image: url(../images/beilou.png);
    background-size: cover;
  }
  .content .fengguang .cont .c-bottom .b-left img {
    position: absolute;
    left: 0.15rem;
    bottom: 0.13rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .content .fengguang .cont .c-bottom .b-right {
    display: flex;
    flex-direction: column;
    margin-left: 0.34rem;
  }
  .content .fengguang .cont .c-bottom .b-right .r-top {
    position: relative;
    width: 3.34rem;
    height: 1.73rem;
    background-image: url(../images/tiyuchang.png);
    background-size: cover;
  }
  .content .fengguang .cont .c-bottom .b-right .r-top img {
    position: absolute;
    left: 0.15rem;
    bottom: 0.13rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .content .fengguang .cont .c-bottom .b-right .r-bottom {
    position: relative;
    width: 3.34rem;
    height: 1.73rem;
    margin-top: 0.38rem;
    background-image: url(../images/feicuihu.png);
    background-size: cover;
  }
  .content .fengguang .cont .c-bottom .b-right .r-bottom img {
    position: absolute;
    left: 0.15rem;
    bottom: 0.13rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .content .zhibo .title {
    position: relative;
    margin-bottom: 0.41rem;
    margin-left: 0.45rem;
    margin-top: 0.86rem;
  }
  .content .zhibo .title .bg {
    width: 3.17rem;
    height: 0.75rem;
    background-image: url(../images/titbg.png);
    background-size: 100% 100%;
  }
  .content .zhibo .title span {
    position: absolute;
    left: 0.51rem;
    top: 0.15rem;
    font-size: 0.33rem;
    color: #fff;
    font-weight: normal;
  }
  .content .zhibo .neirong {
    margin-right: 0.4rem;
  }
  .content .zhibo .neirong .cont {
    width: 7.3rem;
    height: 3rem;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .content .zhibo .neirong .cont .content-item {
    width: 100%;
    display: flex;
    padding-left: 1rem;
    margin-bottom: 0.4rem;
  }
  .content .zhibo .neirong .cont .content-item .bg {
    width: 1.13rem;
    height: 0.47rem;
    background-image: url(../images/di.png);
    background-size: cover;
    text-align: center;
  }
  .content .zhibo .neirong .cont .content-item .bg span {
    font-size: 0.28rem;
    color: #fefcf9;
    line-height: 0.47rem;
  }

  .content .zhibo .neirong .cont .content-item .info {
    margin-left: 0.66rem;
  }
  .content .zhibo .neirong .cont .content-item .info .tit {
    font-size: 0.26rem;
    margin-bottom: 0.05rem;
  }
  .content .zhibo .neirong .cont .content-item .info .shijian {
    font-size: 0.21rem;
    font-weight: normal;
  }
  .content .zhibo .neirong .cont .content-item:last-child {
    margin-bottom: 0;
  }
  .content .zhibo .neirong .cont::-webkit-scrollbar {
    background: #fff;
    border-radius: 0.07rem;
    width: 0.2rem;
  }
  .content .zhibo .neirong .cont::-webkit-scrollbar-thumb {
    display: block;
    border-radius: 0.07rem;
    background: #d5d8df;
    width: 0.2rem;
  }
  .content .huifang .title {
    position: relative;
    margin-bottom: 0.41rem;
    margin-left: 0.45rem;
    margin-top: 0.84rem;
  }
  .content .huifang .title .bg {
    width: 3.17rem;
    height: 0.75rem;
    background-image: url(../images/titbg.png);
    background-size: 100% 100%;
  }
  .content .huifang .title span {
    position: absolute;
    left: 0.51rem;
    top: 0.15rem;
    font-size: 0.33rem;
    color: #fff;
    font-weight: normal;
  }
  .content .huifang .cont ul li {
    display: flex;
    margin-bottom: 0.26rem;
  }
  .content .huifang .cont ul li .image {
    width: 3.08rem;
    height: 2.89rem;
    margin-left: 0.2rem;
  }
  .content .huifang .cont ul li .image .bg img {
    width: 3.08rem;
    height: 2.89rem;
  }
  .content .huifang .cont ul li .model {
    margin-left: 0.3rem;
  }
  .content .huifang .cont ul li .model .m-tit span {
    font-size: 0.2rem;
    border: 0.01rem solid #1aa3ea;
    border-radius: 0.25rem;
    text-align: center;
    padding: 0.1rem 0.2rem;
  }
  .content .huifang .cont ul li .model .m-name {
    font-size: 0.33rem;
    margin-top: 0.2rem;
    display: flex;
  }
  .content .huifang .cont ul li .model .m-name .n-img {
    position: relative;
    margin-left: 0.29rem;
  }
  .content .huifang .cont ul li .model .m-name .n-img .bg {
    width: 1.07rem;
    height: 0.4rem;
    background-image: url(../images/guankandi.png);
    background-size: 100% 100%;
  }
  .content .huifang .cont ul li .model .m-name .n-img span {
    position: absolute;
    top: 0.03rem;
    left: 0.07rem;
    font-size: 0.22rem;
    color: #fefcf9;
  }
  .content .huifang .cont ul li .model .m-txt {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    width: 3.6rem;
  }
  .content .huifang .cont ul li:nth-child(2n) .model {
    margin-top: 0.22rem;
    padding-right: 0.2rem;
  }
  .content .huifang .cont ul li:nth-child(2n) .image {
    margin-left: 0;
  }
  .content .huifang .cont ul li:last-child {
    margin-bottom: 0;
  }
  .content .zixun {
    margin-top: 0.82rem;
  }
  .content .zixun .title {
    position: relative;
    margin-bottom: 0.41rem;
    margin-left: 0.45rem;
    margin-top: 0.84rem;
  }
  .content .zixun .title .bg {
    width: 3.17rem;
    height: 0.75rem;
    background-image: url(../images/titbg.png);
    background-size: 100% 100%;
  }
  .content .zixun .title span {
    position: absolute;
    left: 0.51rem;
    top: 0.15rem;
    font-size: 0.33rem;
    color: #fff;
    font-weight: normal;
  }
  .content .zixun .query ul li {
    display: flex;
    margin-bottom: 0.52rem;
  }
  .content .zixun .query ul li .q-img {
    position: relative;
    width: 0.98rem;
    height: 0.94rem;
    margin-left: 0.78rem;
    background-image: url(../images/querybg.png);
    background-size: 100% 100%;
  }
  .content .zixun .query ul li .q-img span {
    position: absolute;
    top: 0.1rem;
    left: 0.24rem;
    font-size: 0.5rem;
    color: #f8f7f1;
  }
  .content .zixun .query ul li .q-txt {
    margin-left: 0.33rem;
  }
  .content .zixun .query ul li .q-txt .toptit {
    font-size: 0.29rem;
  }
  .content .zixun .query ul li .q-txt .btmtxt {
    margin-top: 0.1rem;
    font-size: 0.21rem;
  }
  .content .zixun .query ul li:last-chlid {
    margin-bottom: 0rem;
  }
  .content footer .f-img {
    width: 7.5rem;
    height: 5.86rem;
    background-image: url(../images/ditu.png);
    background-size: cover;
    margin-bottom: 0.07rem;
  }
  .content footer .f-btm {
    width: 7.5rem;
    height: 1.01rem;
    background: #1aa3ea;
    text-align: center;
  }
  .content footer .f-btm span {
    font-size: 0.36rem;
    color: #fff;
    line-height: 1.01rem;
  }
}
