.w1200 {
  width: 1200px;
  margin: 0 auto;
}

body {
  background-color: #f7f7f7;
}

.notice{
  position: relative;
  overflow: hidden;
  height: 36px;
  background: rgba(255, 43, 43, 0.05);
}
.notice .aaaa{
  position: absolute;
  top: 0;
  left: 1200px;
  white-space: nowrap;
  line-height: 36px;
  color: #FF2B2B;
}
.fenlei {
  background-color: #fff;
}

.fenlei .left {
  width: 259px;
  background: #ffffff;
}

.fenlei .left .title {
  padding: 20px;
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: 16px;
}

.fenlei .left .listItem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fenlei .left .listItem .list {
  font-size: 15px;
  cursor: pointer;
  display: flex;
  color: #000;
  width: 50%;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 20px;
  align-items: center;
}

.fenlei .left .listItem .list .image {
  height: 25px;
  width: 30px;
  margin-right: 8px;
}

.fenlei .left .listItem .list .image>img {
  height: 100%;
  max-width: 100%;
}

.fenlei .left .listItem .list:nth-child(2n) {
  padding-left: 0;
  justify-content: right;
}

.fenlei .left .listItem .list:nth-child(2n-1) {
  padding-right: 0;
}

.listItem .list:nth-child(1),
.listItem .list:nth-child(2),
.listItem .list:nth-child(5),
.listItem .list:nth-child(6),
.listItem .list:nth-child(9),
.listItem .list:nth-child(10) {
  background-color: #ffffff;
}

.listItem .list:nth-child(3),
.listItem .list:nth-child(4),
.listItem .list:nth-child(7),
.listItem .list:nth-child(8),
.listItem .list:nth-child(11),
.listItem .list:nth-child(12) {
  background-color: #f7f7f7;
}

.fenlei .flex {
  display: flex;
  justify-content: space-between;
}

.fenlei .mid {
  height: 331px;
  width: 682px;
}

.fenlei .mid>img {
  width: 100%;
  height: 100%;
}

.mid .midimage {
  height: 331px;
  width: 682px;
}

.dingzhi {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
}

.dingzhi .list {
  width: 379px;
  height: 130px;
  background-image: linear-gradient(to right, #FF3908, #FF7553);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 13px 0 #7f7f7f33;
  padding: 20px 42px;
  box-sizing: border-box;
}

.dingzhi .list .title {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFE;
  margin-bottom: 11px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.dingzhi .list .ftitle {
  font-family: Microsoft YaHei;
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
}
.dingzhi .list .ftitle a{
  color: #ffffff;
}

.jingxuan .top {
  justify-content: space-between;
  align-items: flex-end;
  margin: 55px auto 34px auto;
  display: flex;
}

.jingxuan .top .titie {
  font-size: 30px;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-style: italic;
  padding: 5px 10px;
}

.jingxuan .top .titie img {
  width: 28px;
  height: 30px;
  margin-right: 5px;
}

.jingxuan .top .more {
  font-size: 14px;
  background: #ffffff;
  cursor: pointer;
  color: #808080;
  border-radius: 14px 14px 14px 14px;
  padding: 6px 15px;
  box-shadow: 0 1px 10px 0 #0000000d;
}

.jingxuan .bot {
  margin-top: 40px;
  display: flex;
  padding-bottom: 35px;
  justify-content: space-between;
}

.jingxuan .bot .list {
  width: 23%;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 #d855481f;
}

.jingxuan .bot .list .header {
  padding: 21px 18px;
  display: flex;
  background-color: #ffe4e1;
  justify-content: space-between;
  align-items: center;
}

.jingxuan .bot .list .header .title {
  font-size: 20px;
  color: #000000 100%;
  font-weight: bold;
}

.jingxuan .bot .list .header .more {
  font-size: 12px;
  cursor: pointer;
  color: #808080;
}

.jingxuan .bot .list .listItem {
  padding: 18px 18px 3px 18px;
}

.jingxuan .bot .list .listItem .lists {
  margin-bottom: 15px;
  display: flex;
  cursor: pointer;
}

.jingxuan .bot .list .listItem .lists span {
  text-align: center;
  background-image: url('../image/index/one.png');
  color: #fff;
  background-size: 22px 24px;
  background-repeat: no-repeat;
  width: 22px;
  height: 24px;
}

.jingxuan .bot .list .listItem .lists:nth-child(n+8){
  display: none;
}

.jingxuan .bot .list .listItem .lists:nth-child(2) span {
  background-image: url('../image/index/two.png');
}

.jingxuan .bot .list .listItem .lists:nth-child(3) span {
  background-image: url('../image/index/tans.png');
}

.jingxuan .bot .list .listItem .lists:nth-child(4) span {
  background-image: url('../image/index/form.png');
}

.jingxuan .bot .list .listItem .lists:nth-child(5) span {
  background-image: url('../image/index/5.png');
}

.jingxuan .bot .list .listItem .lists:nth-child(6) span {
  background-image: url('../image/index/6.png');
}

.jingxuan .bot .list .listItem .lists:nth-child(7) span {
  background-image: url('../image/index/7.png');
}

.jingxuan .bot .list .listItem .content {
  font-size: 14px;
  margin-left: 9px;
  color: #000000;
  font-weight: bold;
  margin-top: 0 !important;
  display: block;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.white {
  background-color: #fff;
}

.white .tuijian {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.white .tuijian .left {
  width: 277px;
}
.white .tuijian .left a img {
  width: 100%;
  height: 100%;
}

.white .tuijian .left .bot {
  width: 276px;
  height: 606px;
  padding: 20px 20px;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 #a070701f;
  box-sizing: border-box;
}

.white .tuijian .left .bot .title {
  display: flex;
  padding-bottom: 11.5px;
  border-bottom: 1px solid #CDB8B8;
  justify-content: space-between;
  align-items: flex-end;
}

.white .tuijian .left .bot .title .titleLeft {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000000;
}

.white .tuijian .left .bot .title .titleLeft span {
  width: 4px;
  height: 19.06px;
  border-radius: 2px 2px 2px 2px;
  background: #e00000;
  margin-right: 10.5px;
  display: block;
}

.white .tuijian .left .bot .title .titleRight {
  font-size: 12px;
  color: #808080;
  cursor: pointer;
}

.white .tuijian .left .bot .lists {
  padding: 20px 0;
}
.white .tuijian .left .bot .lists.jumpA{
  display: block;
}
.white .tuijian .left .bot .lists .list {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  cursor: pointer;
  color: #000000;
  align-items: center;
  display: flex;
}
.white .tuijian .right .bot .list .bott .lists {
  display: flex;
  flex-direction: column;
}
.white .tuijian .right .bot .list .bott .lists .listt:nth-child(n+7){
  display: none;
}

.white .tuijian .left .bot .lists .list:last-child {
  border: none;
}

.white .tuijian .left .bot .lists .list span {
  width: 17px;
  height: 17px;
  border-radius: 4px 4px 4px 4px;
  background: #f9761e;
  margin-right: 11px;
  display: block;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  color: #fff;
}

.white .tuijian .left .bot .lists .list .content {
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  text-overflow: ellipsis;
  flex: 1;
  margin-top: 0;
  display: block;
}

.white .tuijian .right {
  flex: 1;
}

.white .tuijian .right .top {
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  display: flex;
}

.white .tuijian .right .top .titie {
  font-size: 30px;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-style: italic;
  padding: 5px 10px;
}

.white .tuijian .right .top .titie img {
  width: 28px;
  height: 30px;
  margin-right: 5px;
}

.white .tuijian .right .top .more {
  font-size: 14px;
  color: #808080;
  cursor: pointer;
  border-radius: 14px 14px 14px 14px;
  padding: 6px 15px;
  background: #f2f2f2;
  box-shadow: 0 1px 10px 0 #0000000d;
}

.white .tuijian .right .bot {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

.white .tuijian .right .bot .list {
  width: 50%;
  box-shadow: 0 5px 30px 0 #a070701f;
}

.white .tuijian .right .bot .list .top {
  display: flex;
  justify-content: space-between;
  padding: 18px 21px;
  align-items: flex-end;
  background-color: #ffe4e1;
}

.white .tuijian .right .bot .list .top .title {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}

.white .tuijian .right .bot .list .top .moree {
  font-size: 12px;
  color: #808080;
  cursor: pointer;
}

.white .tuijian .right .bot .list .bott {
  height: 242px;
  display: flex;
  padding: 19px 21px;
  height: 254px;
  box-sizing: border-box;
}

.white .tuijian .right .bot .list .bott .image {
  width: 116px;
  height: 170px;
  margin-top: 15px;
}
.white .tuijian .right .bot .list .bott .image img{
  width: 100%;
  height: 100%;
}
.white .tuijian .right .bot .list .bott .lists {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 15px;
  flex: 1;
}

.white .tuijian .right .bot .list .bott .lists .listt {
  font-size: 14px;
  overflow: hidden;
  font-weight: bold;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 7px 0;
  border-bottom: 1px solid #fafafa;
  color: #000000;
}

.youxuan {
  padding: 20px 0;
}

.youxuan .top {
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  display: flex;
}

.youxuan .top .titie {
  font-size: 30px;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-style: italic;
  padding: 5px 10px;
}

.youxuan .top .titie img {
  width: 28px;
  height: 30px;
  margin-right: 5px;
}

.youxuan .top .more {
  font-size: 14px;
  cursor: pointer;
  color: #808080;
  border-radius: 14px 14px 14px 14px;
  padding: 6px 15px;
  background: #f2f2f2;
  box-shadow: 0 1px 10px 0 #0000000d;
}

.youxuan .right {
  display: flex;
}

.youxuan .right .bot {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 66.6%;
  background-color: #fff;
}

.youxuan .right .bot .list {
  width: 50%;
  box-shadow: 0 5px 30px 0 #a070701f;
}

.youxuan .right .bot .list .top {
  display: flex;
  justify-content: space-between;
  padding: 18px 21px;
  align-items: flex-end;
  background-color: #ffe4e1;
}

.youxuan .right .bot .list .top .title {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}

.youxuan .right .bot .list .top .moree {
  font-size: 12px;
  color: #808080;
  cursor: pointer;
}

.youxuan .right .bot .list .bott {
  cursor: pointer;
  height: 242px;
  padding: 19px 21px;
}

.youxuan .right .bot .list .bott>img {
  width: 116px;
  height: 170px;
  margin-top: 15px;
}

.youxuan .right .bot .list .bott .lists {
  width: 100%;
}

.youxuan .right .bot .list .bott .lists:nth-child(n+8) {
  display: none;
}

.youxuan .right .bot .list .bott .lists span {
  display: block;
  width: 37px;
  height: 17px;
  border-radius: 4px 4px 4px 4px;
  background: #ff3c0b;
  font-size: 12px;
  color: #FFFFFF;
  margin-right: 5px;
  line-height: 17px;
  text-align: center;
}

.youxuan .right .bot .list .bott .lists .listt {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px solid #fafafa;
  color: #000000;
}

.youxuan .right .bot .list .bott .lists .listt .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  font-weight: bold;
}

.youxuan .right .bottt {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 33.3%;
  background-color: #fff;
}

.youxuan .right .bottt .list {
  width: 100%;
  box-shadow: 0 5px 30px 0 #a070701f;
}

.youxuan .right .bottt .list .top {
  display: flex;
  justify-content: space-between;
  padding: 18px 21px;
  align-items: flex-end;
  background-color: #ffe4e1;
}

.youxuan .right .bottt .list .top .title {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}

.youxuan .right .bottt .list .top .moree {
  font-size: 12px;
  color: #808080;
  cursor: pointer;
}

.youxuan .right .bottt .list .bott {
  display: flex;
  padding: 26px 21px;
  /* height: 450px; */
}

.youxuan .right .bottt .list .bott>img {
  width: 116px;
  height: 170px;
  margin-top: 15px;
}

.youxuan .right .bottt .list .bott .lists {
  margin-left: 10px;
  width: 100%;
}

.youxuan .right .bottt .list .bott .lists span {
  display: block;
  width: 37px;
  height: 17px;
  border-radius: 4px 4px 4px 4px;
  background: #ff3c0b;
  font-size: 12px;
  color: #FFFFFF;
  margin-right: 5px;
  line-height: 17px;
  text-align: center;
}

.youxuan .right .bottt .list .bott .lists .listt {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  padding: 7px 0;
  border-bottom: 1px solid #fafafa;

  color: #000000;
}

.youxuan .right .bottt .lists .listt .text {
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}

.youxuan .right .bottt>img {
  margin-top: auto;
  width: 100%;
  height: 115px;
}

.yuyanlei .list {
  width: 33.3% !important;
}

.yuyanlei .lists {
  margin-left: 0 !important;
  width: 100%;
}

.yuyanlei .list .listt {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px solid #fafafa;

  color: #000000;
}

.yuyanlei .list .listt span {
  display: block;
  border-radius: 4px 4px 4px 4px;
  background-image: linear-gradient(to right, #ff8f20, #ff6303);
  line-height: 21px;
  text-align: center;
  font-size: 12px;
  width: 87px;
  height: 21px;
  margin-right: 5px;
  color: #FFFFFF;
  text-align: center;
}

.yuyanlei .list .listt .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}

.qita {
  padding: 20px 0 0 0;
}

.qita .top {
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  display: flex;
}

.qita .top .titie {
  font-size: 30px;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-style: italic;
  padding: 5px 10px;
}

.qita .top .titie img {
  width: 28px;
  height: 30px;
  margin-right: 5px;
}

.qita .top .more {
  font-size: 14px;
  color: #808080;
  border-radius: 14px 14px 14px 14px;
  cursor: pointer;
  padding: 6px 15px;
  background: #f2f2f2;
  box-shadow: 0 1px 10px 0 #0000000d;
}

.qitabot {
  display: flex;
}

.qitabot .bianju {
  padding: 19px 30px;
  background-color: #fff;
  width: 33.3333%;
  height: 292px;
  box-sizing: border-box;
  box-shadow: 0 5px 30px 0 #3970ff14;
}

.qitabot .bianju .title {
  display: flex;
  margin-bottom: 11px;
  align-items: center;
  justify-content: space-between;
}

.qitabot .bianju .title .left {
  display: flex;
}

.qitabot .bianju .title .left span {
  width: 6.03px;
  height: 33px;
  display: block;
  background: #ce1b14;
}

.qitabot .bianju .title .left .bianjuku {
  width: 200.03px;
  background-image: linear-gradient(to right, #FF9A96, #fff);
  height: 33px;
  font-size: 16px;
  line-height: 33px;
  margin-left: 3px;
  font-weight: bold;
  color: #000000;
  padding-left: 14px;
}

.qitabot .bianju .title .right {
  font-size: 12px;
  cursor: pointer;
  color: #B3B3B3;
}

.qitabot .bianju .lists {
  display: flex;
  flex-wrap: wrap;
}

.qitabot .bianju .lists .list {
  width: 75px;
  height: 87.16px;
  cursor: pointer;
  position: relative;
  margin-right: 35px;
}

.qitabot .bianju .lists .list:nth-child(n+7) {
  display: none;
}

.qitabot .bianju .lists .list:nth-child(3n) {
  margin-right: 0;
}

.qitabot .bianju .lists .list:nth-child(n+4) {
  margin-top: 15px;
}

.qitabot .bianju .lists .list img {
  width: 100%;
  height: 100%;
}

.qitabot .bianju .lists .list span {
  display: block;
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #513c28;
  padding: 3px 0;
  color: #FFFFFF;
}

.jiaoyi {
  height: 292px;
  width: 33.333%;
  padding: 19px 32px;
  box-shadow: 0 5px 30px 0 #3970ff14;
  box-sizing: border-box;
  background-color: #fff;
}

.jiaoyi .title {
  display: flex;
  margin-bottom: 11px;
  align-items: center;
  justify-content: space-between;
}

.jiaoyi .title .left {
  display: flex;
}

.jiaoyi .title .left span {
  width: 6.03px;
  height: 33px;
  display: block;
  background: #ce1b14;
}

.jiaoyi .left .bianjuku {
  width: 200.03px;
  background-image: linear-gradient(to right, #FF9A96, #fff);
  height: 33px;
  font-size: 16px;
  line-height: 33px;
  margin-left: 3px;
  font-weight: bold;
  color: #000000;
  padding-left: 14px;
}

.jiaoyi .title .right {
  font-size: 12px;
  cursor: pointer;
  color: #B3B3B3;
}

.jiaoyi .lists {}

.jiaoyi .lists .list {
  display: flex;
  margin: 5px 0;
  justify-content: space-between;
  cursor: pointer;
}

.jiaoyi .lists .list .left {
  display: flex;
}

.jiaoyi .lists .list .title {
  font-size: 14px;
  color: #FF0000;
}

.jiaoyi .lists .list .content {
  font-size: 14px;
  margin: 0 10px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  width: 165px;
}

.jiaoyi .lists .list .moery {
  font-size: 14px;
  color: #FF4E3C;
  text-align: right;
  flex: 1;
}

.jubens {
  display: flex;
}

.jubens .juben {
  height: 287px;
  box-sizing: border-box;
  padding: 19px 32px;
  width: 33.3%;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 #3970ff14;
}

.jubens .juben .title {
  display: flex;
  margin-bottom: 11px;
  align-items: center;
  justify-content: space-between;
}

.jubens .juben .title .left {
  display: flex;
}

.jubens .juben .title .left span {
  width: 6.03px;
  height: 33px;
  display: block;
  background: #ce1b14;
}

.jubens .juben .left .bianjuku {
  width: 200.03px;
  background-image: linear-gradient(to right, #FF9A96, #fff);
  height: 33px;
  font-size: 16px;
  line-height: 33px;
  margin-left: 3px;
  font-weight: bold;
  color: #000000;
  padding-left: 14px;
}

.jubens .juben .title .right {
  font-size: 12px;
  color: #B3B3B3;
  cursor: pointer;
}

.jubens .juben .lists {}

.jubens .juben .lists .list {
  display: flex;
  margin-top: 17px;
  align-items: center;
  cursor: pointer;
}

.jubens .juben .lists .list .left {
  font-size: 12px;
  height: 19px;
  color: #FFFFFF;
  padding: 0px 7px;
  background-color: #e42e00;
}

.jubens .juben .lists .list .titlee {
  margin-left: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 14px;
  align-items: center;
  color: #000000;
}

.link {
  padding: 27px 0;
}

.link {
  padding: 27px 0;
}

.link .title {
  font-size: 16px;
  color: #000000;
  margin-bottom: 28px;
}

.link .content {
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
}

.link .content a {
  color: #000000;
  opacity: 0.8;
  font-size: 16px;
  min-width: 10%;
  cursor: pointer;
  display: block;
}


.displayBlock{
  display: block;
}


/* 轮播图 */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}