.main .banner {
  background: url(../static/images/materials/banner.png) top center / cover no-repeat;
}
.main .pageContainer .pageTop .pageTag {
  background: url(../static/images/materials/yxgl.png) top center / contain no-repeat;
}
.main .pageContainer .pageTop .tabsContent .ui-tabs-nav {
  width: 600px;
}
.main .mContainer {
  width: 100%;
}
.main .mContainer .mCenter {
  width: 1200px;
  height: 1350px;
  padding: 100px 120px;
  background: url(../static/images/materials/m-bg.png) top center / 100% no-repeat;
}
.main .mContainer .mCenter p {
  line-height: 2;
}
.main .mContainer .mCenter .blockImg {
  width: 960px;
  height: 410px;
  margin-bottom: 40px;
}
.main .mContainer .mCenter .blockImg img {
  width: 100%;
  height: 100%;
}
.main .mContainer .mCenter .blockTitle {
  font-size: 26px;
  font-weight: 600;
  color: #70655b;
  line-height: 30px;
  margin-bottom: 20px;
}
.main .mContainer .mCenter .btnList {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.main .mContainer .mCenter .btnList .btnItem {
  width: 140px;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  text-align: center;
  background: #ffe7b0;
  border: 1px solid #69482d;
  color: #69482d;
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.main .mContainer .mCenter .btnList .btnItem.active,
.main .mContainer .mCenter .btnList .btnItem:hover {
  background: #f4d692;
}
.main .mContainer .mCenter .btnList .btnItem.active {
  cursor: default;
}
.main .mContainer .mCenter .btnList.newGuid {
  display: flex;
  justify-content: space-between;
}
.main .mContainer .mCenter .btnList.newGuid .btnItem {
  width: 33%;
}
.main .mContainer .mCenter .swiperContainer {
  position: relative;
  margin-bottom: 40px;
}
.main .mContainer .mCenter .swiperContainer .swiper-container {
  width: 880px;
}
.main .mContainer .mCenter .swiperContainer .swiper-container .swiper-wrapper .swiper-slide {
  width: 212px;
  height: 334px;
  position: relative;
}
.main .mContainer .mCenter .swiperContainer .swiper-container .swiper-wrapper .swiper-slide .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.6s ease-out;
  padding-top: 4px;
  padding-bottom: 10px;
}
.main .mContainer .mCenter .swiperContainer .swiper-container .swiper-wrapper .swiper-slide .mask p {
  line-height: 26px;
  text-align: center;
}
.main .mContainer .mCenter .swiperContainer .swiper-container .swiper-wrapper .swiper-slide .mask .desc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
}
.main .mContainer .mCenter .swiperContainer .swiper-container .swiper-wrapper .swiper-slide .mask .btn {
  width: 104px;
  height: 36px;
  line-height: 30px;
  background: url(../static/images/btn.png) top center / contain no-repeat;
  color: #69482d;
  text-align: center;
  display: block;
  margin: 10px auto;
  font-size: 12px;
}
.main .mContainer .mCenter .swiperContainer .swiper-container .swiper-wrapper .swiper-slide .mask.m1 {
  background: rgba(23, 88, 240, 0.5);
}
.main .mContainer .mCenter .swiperContainer .swiper-container .swiper-wrapper .swiper-slide .mask.m2 {
  background: rgba(212, 166, 79, 0.5);
}
.main .mContainer .mCenter .swiperContainer .swiper-container .swiper-wrapper .swiper-slide .mask.m3 {
  background: rgba(92, 23, 240, 0.5);
}
.main .mContainer .mCenter .swiperContainer .swiper-container .swiper-wrapper .swiper-slide .mask.m4 {
  background: rgba(23, 240, 201, 0.5);
}
.main .mContainer .mCenter .swiperContainer .swiper-container .swiper-wrapper .swiper-slide:hover .mask {
  height: 146px;
}
.main .mContainer .mCenter .swiperContainer .swiper-button-prev {
  left: 0;
  background: url(../static/images/left-arrow.png) top center / contain no-repeat;
}
.main .mContainer .mCenter .swiperContainer .swiper-button-next {
  background: url(../static/images/right-arrow.png) top center / contain no-repeat;
}
.main .mContainer .mCenter .swiperContainer .swiper-button-prev,
.main .mContainer .mCenter .swiperContainer .swiper-button-next {
  width: 32px;
  height: 40px;
}
.main .mContainer .mCenter .imgList {
  display: flex;
  margin-bottom: 20px;
}
.main .mContainer .mCenter .imgList .imgHead {
  width: 140px;
  height: 96px;
  padding: 10px;
  background: #f4d692;
  border: 1px solid #69482d;
  border-right: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .mContainer .mCenter .imgList .imgHead .imgIcon {
  width: 36px;
  height: 38px;
}
.main .mContainer .mCenter .imgList .imgHead .imgIcon img {
  width: 100%;
  height: 100%;
}
.main .mContainer .mCenter .imgList .itemBlock {
  flex: 1;
  border-radius: 0 2px 2px 0;
}
.main .mContainer .mCenter .itemBlock {
  width: 100%;
  height: 96px;
  background: #ffe7b0;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #69482d;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding-left: 30px;
}
.main .mContainer .mCenter .itemBlock div {
  font-weight: 400;
  color: #69482d;
  margin-right: 20px;
}
.main .mContainer .mCenter .itemBlock div:hover {
  font-weight: 600;
  color: #69482d;
}
.main .mContainer .mCenter .btnList.skill .btnItem,
.main .mContainer .mCenter .btnList.tools .btnItem,
.main .mContainer .mCenter .btnList.ways .btnItem {
  flex: 1;
  margin-right: 10px;
}
.main .mContainer .mCenter .btnList.skill .btnItem:last-child,
.main .mContainer .mCenter .btnList.tools .btnItem:last-child,
.main .mContainer .mCenter .btnList.ways .btnItem:last-child {
  margin: 0;
}
.main .mContainer .mCenter .list-wrap .list {
  display: none;
}
.main .mContainer .mCenter .list-wrap .list.active {
  display: block;
}
.main .mContainer .mCenter .list-wrap .list.active.tools {
  display: flex;
}
.main .mContainer .mCenter.guid .ui-tabs-nav {
  width: 300px;
  float: none;
  border-bottom: none;
  margin: 0 auto;
}
.main .mContainer .mCenter.guid .blockImg {
  height: 410px;
}
.main .mContainer .mCenter.guid .ui-tabs-panel {
  border-top: 1px solid #cf7b2e;
  padding-top: 40px;
}
.main .mContainer .mCenter.guid table {
  border: 1px solid #69482d;
}
.main .mContainer .mCenter.guid table th,
.main .mContainer .mCenter.guid table td {
  padding: 10px 10px;
  background: #ffe7b0;
  font-size: 20px;
  font-weight: 400;
  color: #69482d;
  border: 1px solid #69482d;
}
.main .mContainer .mCenter.guid table th {
  font-weight: 600;
}
.main .mContainer .mCenter .skill .blockImg {
  height: 582px;
  margin-bottom: 20px;
}
.main .mContainer .mCenter .skill .skillList {
  display: flex;
  flex-wrap: wrap;
}
.main .mContainer .mCenter .skill .skillList .skillItem {
  width: 470px;
  height: 88px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 14px;
  background-color: #fdf3dc;
  display: flex;
}
.main .mContainer .mCenter .skill .skillList .skillItem:nth-child(2n) {
  margin-right: 0;
  margin-left: 10px;
}
.main .mContainer .mCenter .skill .skillList .skillItem .skillIcon {
  width: 60px;
  height: 60px;
  padding: 14px;
  border: 1px solid #c1b595;
}
.main .mContainer .mCenter .skill .skillList .skillItem .skillIcon img {
  width: 100%;
  height: 100%;
}
.main .mContainer .mCenter .skill .skillList .skillItem .skillDec {
  flex: 1;
  height: 20px;
  font-size: 14px;
  color: #69482d;
  margin-left: 10px;
}
.main .mContainer .mCenter .skill .skillList .skillItem .skillDec .skillTitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.main .mContainer .mCenter.ways .blockImg {
  height: 350px;
  margin-top: 20px;
  margin-bottom: 0;
}
.main .mContainer .mCenter .btnList.map,
.main .mContainer .mCenter .btnList.images {
  flex-wrap: wrap;
}
.main .mContainer .mCenter .btnList.map .btnItem,
.main .mContainer .mCenter .btnList.images .btnItem {
  width: 148px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.main .mContainer .mCenter.images .blockImg {
  height: 682px;
  margin-top: 20px;
  margin-bottom: 0;
}
.main .mContainer .mCenter .list-wrap {
  display: flex;
}
.main .mContainer .mCenter .list-wrap .list.tools .imgItem {
  width: 88px;
  height: 88px;
  background-color: #fdf3dc;
  padding: 14px;
  margin-right: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.main .mContainer .mCenter .list-wrap .list.tools .imgItem .imgInner {
  width: 60px;
  height: 60px;
  background-color: #c1b595;
  padding: 14px;
}
.main .mContainer .mCenter .list-wrap .list.tools .imgItem .imgInner img {
  width: 100%;
  height: 100%;
}
