body .bm {
  width: 100%;
  height: 690px;
  background: url(../fbimg/bg/bg1.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
body .bm .fbtitle {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  position: relative;
}
body .bm .fbtitle .ptop {
  width: 100%;
  height: 34px;
  margin: 0 auto;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #333132;
  line-height: 73px;
  opacity: 0.25;
}
body .bm .fbtitle .ptop .ptop-red {
  color: #e5002b;
}
body .bm .fbtitle .pmid {
  width: 100%;
  height: 38px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  color: #333132;
  position: relative;
}
body .bm .fbtitle .pmid::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #BD1A1B;
  background-color: #9d1b1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .bm .fbtitle .pbottom {
  width: 100%;
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  line-height: 31px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
body .bm .content {
  width: 1200px;
  margin: 0 auto;
}
body .bm .content .bm-ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
body .bm .content .bm-ul li {
  width: 220px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 12px 10px 24px 0px rgba(7, 0, 2, 0.14);
  border-radius: 4px;
  overflow: hidden;
  padding: 4px;
}
body .bm .content .bm-ul li:hover {
  background-color: #E5002B;
  color: #FFFFFF;
}
body .bm .content .bm-ul li:hover .inline {
  border: 1px solid #D2B887;
}
body .bm .content .bm-ul li:hover .inline .title1, body .bm .content .bm-ul li:hover .inline .title2, body .bm .content .bm-ul li:hover .inline .text {
  color: #FFFFFF;
}
body .bm .content .bm-ul li:hover .inline .xq {
  background-color: #FFFFFF;
}
body .bm .content .bm-ul li:hover .inline .xq a {
  color: #E5002B;
}
body .bm .content .bm-ul li:hover .inline .xq .icon {
  background-color: #E5002B;
}
body .bm .content .bm-ul li:hover .inline .xq .icon::before, body .bm .content .bm-ul li:hover .inline .xq .icon::after {
  background-color: #FFFFFF;
}
body .bm .content .bm-ul li .inline {
  width: 200px;
  height: 380px;
  border: 1px solid #E5002B;
  border-radius: 4px 4px 4px 4px;
  position: relative;
  padding: 8px;
}
body .bm .content .bm-ul li .inline .step {
  width: 190px;
  height: 40px;
  font-size: 6px;
  font-family: FZLTXHK;
  font-weight: normal;
  font-style: italic;
  color: #000000;
  line-height: 9px;
  position: relative;
}
body .bm .content .bm-ul li .inline .step .stepl {
  width: 27px;
  height: 16px;
  font-size: 23px;
  font-family: 4b03b;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  line-height: 30px;
}
body .bm .content .bm-ul li .inline .step .stepr {
  position: absolute;
  right: 0;
  top: 12px;
}
body .bm .content .bm-ul li .inline .imgbox {
  width: 200px;
  height: 120px;
  background: #84CCC9;
  border-radius: 10px;
  font-weight: 500;
  overflow: hidden;
}
body .bm .content .bm-ul li .inline .imgbox img {
  width: 100%;
  height: 100%;
}
body .bm .content .bm-ul li .inline .title1 {
  height: 12px;
  font-size: 12px;
  font-family: FZLTZHK;
  font-weight: 800;
  color: #000000;
  line-height: 9px;
  margin-top: 20px;
  text-align: center;
}
body .bm .content .bm-ul li .inline .title2 {
  height: 20px;
  margin-top: 5px;
  font-size: 20px;
  font-family: FZCSJW;
  font-weight: 800;
  color: #000000;
  line-height: 18px;
  text-align: center;
}
body .bm .content .bm-ul li .inline .text {
  margin-top: 20px;
  height: 68px;
  font-size: 16px;
  color: #9c9c9c;
}
body .bm .content .bm-ul li .inline .xq {
  margin-top: 5px;
  width: 110px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #BD1A1D;
  border-radius: 20px;
  cursor: pointer;
}
body .bm .content .bm-ul li .inline .xq a {
  width: 100%;
  height: 100%;
  line-height: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  position: absolute;
  left: 14px;
  top: 6px;
}
body .bm .content .bm-ul li .inline .xq .icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  left: 66px;
}
body .bm .content .bm-ul li .inline .xq .icon::before {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background-color: #bd1a1d;
  position: absolute;
  top: 9px;
  left: 4px;
}
body .bm .content .bm-ul li .inline .xq .icon::after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background-color: #bd1a1d;
  position: absolute;
  top: 9px;
  left: 4px;
  transform: rotate(90deg);
}
body .xx {
  width: 100%;
  height: 1000px;
  background: url(../fbimg/bg/bg2.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
body .xx .fbtitle {
  width: 1200px;
  height: 220px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  position: relative;
  color: #FFFFFF;
}
body .xx .fbtitle .ptop {
  width: 100%;
  height: 34px;
  margin: 0 auto;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 73px;
  opacity: 0.25;
}
body .xx .fbtitle .ptop .ptop-red {
  color: #e5002b;
}
body .xx .fbtitle .pmid {
  width: 100%;
  height: 38px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  position: relative;
}
body .xx .fbtitle .pmid::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #BD1A1B;
  background-color: #9d1b1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .xx .fbtitle .pbottom {
  width: 100%;
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 31px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 2em;
}
body .xx .content {
  width: 1200px;
  margin: 0 auto;
}
body .xx .content .zbj-fc .xuexiao-list {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
body .xx .content .zbj-fc .xuexiao-list li {
  width: 270px;
  height: 268px;
  margin-right: 16px;
  margin-bottom: 14px;
  margin-left: 10px;
  display: inline-block;
  background: url(../fbimg/xx/bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
body .xx .content .zbj-fc .xuexiao-list li p {
  margin-top: 12px;
  font-size: 23px;
  font-weight: 300;
  color: #313131;
}
body .xx .content .zbj-fc .xuexiao-list li img {
  width: 258px;
  height: 134px;
  border-radius: 10px;
  margin-top: 10px;
}
body .jstd {
  width: 100%;
  height: 758px;
  background-image: url(../fbimg/bg/bg3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
body .jstd .fbtitle {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  position: relative;
}
body .jstd .fbtitle .ptop {
  width: 100%;
  height: 34px;
  margin: 0 auto;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #333132;
  line-height: 73px;
  opacity: 0.25;
}
body .jstd .fbtitle .ptop .ptop-red {
  color: #e5002b;
}
body .jstd .fbtitle .pmid {
  width: 100%;
  height: 38px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  color: #333132;
  position: relative;
}
body .jstd .fbtitle .pmid::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #BD1A1B;
  background-color: #9d1b1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .jstd .fbtitle .pbottom {
  width: 100%;
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  line-height: 31px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
body .jstd .content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
body .jstd .content .jsbox {
  display: flex;
  justify-content: space-around;
}
body .jstd .content .jsbox .js {
  width: 275px;
  height: 418px;
  position: relative;
  overflow: hidden;
  border: 4px solid #FFFFFF;
}
body .jstd .content .jsbox .js:hover .mask {
  height: 54%;
}
body .jstd .content .jsbox .js:hover .jybtom {
  height: 0;
}
body .jstd .content .jsbox .js img {
  width: 100%;
  height: 100%;
}
body .jstd .content .jsbox .js .mask {
  width: 100%;
  height: 54%;
  background: #F7F7F7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height 0.5s ease-in-out;
  z-index: 10;
}
body .jstd .content .jsbox .js .mask .maskbt {
  position: relative;
}
body .jstd .content .jsbox .js .mask .maskbt .bt1 {
  height: 21px;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  position: absolute;
  left: 34px;
  top: -1px;
}
body .jstd .content .jsbox .js .mask .maskbt .bt2 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  position: absolute;
  left: 6px;
  top: 32px;
}
body .jstd .content .jsbox .js .mask .maskbt p {
  color: #737373;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  text-indent: 2em;
  padding: 20px;
  position: absolute;
  left: 10px;
  bottom: -131px;
}
body .jstd .content .jsbox .js .mask .maskbt .xq {
  margin-top: 5px;
  width: 110px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #BD1A1D;
  border-radius: 20px;
  cursor: pointer;
  position: absolute;
  top: 176px;
  left: 130px;
}
body .jstd .content .jsbox .js .mask .maskbt .xq a {
  width: 100%;
  height: 100%;
  line-height: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  position: absolute;
  left: 14px;
  top: 6px;
}
body .jstd .content .jsbox .js .mask .maskbt .xq .icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  left: 66px;
}
body .jstd .content .jsbox .js .mask .maskbt .xq .icon::before {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background-color: #bd1a1d;
  position: absolute;
  top: 9px;
  left: 4px;
}
body .jstd .content .jsbox .js .mask .maskbt .xq .icon::after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background-color: #bd1a1d;
  position: absolute;
  top: 9px;
  left: 4px;
  transform: rotate(90deg);
}
body .jstd .content .jsbox .js .jybtom {
  position: absolute;
  height: 50px;
  line-height: 50px;
  width: 100%;
  bottom: 0;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #FFFFFF;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  transition: height 0.5s ease-in-out;
}
body .jstd .content .jsbox .js .jybtom .jsname {
  display: inline-block;
  background: #BD1A1D;
  width: 30%;
  height: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
}
body .jstd .content .jsbox .js .jybtom .yx {
  padding-left: 14px;
}
body .jstd .content .swiperJxtd .swiper-paginationJxtd {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
body .jstd .content .swiperJxtd .swiper-paginationJxtd .swiper-pagination-bullet {
  margin: 0 13px;
  width: 6px;
  height: 6px;
  background-color: #000000;
  opacity: 1;
}
body .jstd .content .swiperJxtd .swiper-paginationJxtd .swiper-pagination-bullet-active {
  outline: #bd1a1b 2px solid;
  outline-offset: 5px;
  background-color: #bd1a1b;
}
body .bx {
  width: 100%;
  height: 690px;
  background: url(../fbimg/bg/bg4.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
body .bx .fbtitle {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  position: relative;
  color: #FFFFFF;
}
body .bx .fbtitle .ptop {
  width: 100%;
  height: 34px;
  margin: 0 auto;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 73px;
  opacity: 0.25;
}
body .bx .fbtitle .ptop .ptop-red {
  color: #e5002b;
}
body .bx .fbtitle .pmid {
  width: 100%;
  height: 38px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  position: relative;
}
body .bx .fbtitle .pmid::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #BD1A1B;
  background-color: #9d1b1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .bx .content {
  width: 1200px;
  margin: 0 auto;
}
body .bx .content .bm-ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
body .bx .content .bm-ul li {
  width: 200px;
  height: 292px;
  box-shadow: 12px 10px 24px 0px rgba(7, 0, 2, 0.14);
  border-radius: 4px;
  padding: 4px;
  margin-right: 10px;
  position: relative;
  z-index: 20;
}
body .bx .content .bm-ul li::after {
  display: block;
  content: "";
  width: 49px;
  height: 49px;
  border-top: 14px solid red;
  border-right: 14px solid red;
  transform: rotate(45deg);
  position: absolute;
  left: 141px;
  top: 103px;
  z-index: -10;
}
body .bx .content .bm-ul li:hover .inline .imgbox {
  border: 4px solid #FE0002;
}
body .bx .content .bm-ul li:hover .inline .step, body .bx .content .bm-ul li:hover .inline .title1, body .bx .content .bm-ul li:hover .inline .title2, body .bx .content .bm-ul li:hover .inline .text {
  color: #FFFFFF;
}
body .bx .content .bm-ul li:hover .inline .xq {
  background-color: #FFFFFF;
}
body .bx .content .bm-ul li:hover .inline .xq a {
  color: #E5002B;
}
body .bx .content .bm-ul li:hover .inline .xq .icon {
  background-color: #E5002B;
}
body .bx .content .bm-ul li:hover .inline .xq .icon::before, body .bx .content .bm-ul li:hover .inline .xq .icon::after {
  background-color: #FFFFFF;
}
body .bx .content .bm-ul li .inline {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 4px 4px;
  position: relative;
  padding: 4px;
  background-image: url(../fbimg/bx/imgbg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
body .bx .content .bm-ul li .inline:hover {
  background-color: #484848;
  background-image: none;
  color: #FFFFFF;
}
body .bx .content .bm-ul li .inline .step {
  width: 174px;
  height: 40px;
  font-size: 10px;
  font-weight: 500;
  font-style: italic;
  color: #000000;
  line-height: 9px;
  position: relative;
  text-align: center;
  margin-top: 14px;
}
body .bx .content .bm-ul li .inline .imgbox {
  width: 146px;
  height: 120px;
  background: #FFFFFF;
  font-weight: 500;
  overflow: hidden;
  border: 4px solid #3D3D45;
  margin: 0 auto;
  margin-left: 12px;
}
body .bx .content .bm-ul li .inline .imgbox img {
  width: 100%;
  height: 100%;
}
body .bx .content .bm-ul li .inline .title1 {
  height: 22px;
  font-size: 22px;
  font-weight: 600;
  color: #3D3D45;
  line-height: 40px;
  margin-top: 20px;
  text-align: center;
}
body .bx .content .bm-ul li .inline .title2 {
  height: 20px;
  margin-top: 18px;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #3D3D45;
  line-height: 18px;
  text-align: center;
}
body .bx .content .bm-ul li .inline .yq {
  width: 8px;
  height: 8px;
  border: 4px solid #FE0002;
  box-shadow: 0px 4px 6px 0px rgba(254, 0, 2, 0.52);
  border-radius: 50%;
  position: absolute;
  top: 266px;
  left: 20px;
}
body .bx .content .bm-ul li .inline .bz {
  width: 25px;
  height: 15px;
  opacity: 0.5;
  position: absolute;
  top: 263px;
  right: 17px;
  font-family: fantasy;
}
body .bx .content .bm-ul li:nth-child(6)::after {
  display: none;
}
body .ysjy {
  width: 100%;
  height: 800px;
  background: url(../fbimg/bg/bg5.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
body .ysjy .fbtitle {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  position: relative;
}
body .ysjy .fbtitle .ptop {
  width: 100%;
  height: 34px;
  margin: 0 auto;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #333132;
  line-height: 73px;
  opacity: 0.25;
}
body .ysjy .fbtitle .ptop .ptop-red {
  color: #e5002b;
}
body .ysjy .fbtitle .pmid {
  width: 100%;
  height: 38px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  color: #333132;
  position: relative;
}
body .ysjy .fbtitle .pmid::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #BD1A1B;
  background-color: #9d1b1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .ysjy .content {
  width: 1200px;
  margin: 0 auto;
}
body .ysjy .content #certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
body .ysjy .content #certify .swiper-container {
  padding-bottom: 60px;
}
body .ysjy .content #certify .swiper-button-next,
body .ysjy .content #certify .swiper-button-prev {
  top: 45%;
}
body .ysjy .content #certify .swiper-slide {
  width: 725px;
  height: 435px;
  background: #fff;
}
body .ysjy .content #certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
body .ysjy .content #certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
body .ysjy .content #certify .swiper-slide-active {
  border: 5px solid white;
}
body .ysjy .content #certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
body .ysjy .content #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
  width: 6px;
  height: 6px;
  background: #bd1a1b;
  opacity: 1;
}
body .ysjy .content #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  outline: 2px solid #bd1a1b;
  outline-offset: 5px;
}
body .ysjy .content #certify .swiper-button-prev {
  width: 38px;
  height: 52px;
  background: url(http://www.actor.org.cn/skin/jianzhang/img/sw2.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
body .ysjy .content #certify .swiper-button-next {
  width: 38px;
  height: 52px;
  background: url(http://www.actor.org.cn/skin/jianzhang/img/sw3.png) no-repeat;
}
body .ysjy .content #certify .swiper-button-prev:after {
  content: "";
}
body .ysjy .content #certify .swiper-button-next:after {
  content: "";
}
body .hj {
  width: 100%;
  height: 1100px;
  background: url(../fbimg/bg/bg6.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
body .hj .fbtitle {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  position: relative;
}
body .hj .fbtitle .ptop {
  width: 100%;
  height: 34px;
  margin: 0 auto;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 73px;
  opacity: 0.25;
}
body .hj .fbtitle .ptop .ptop-red {
  color: #e5002b;
}
body .hj .fbtitle .pmid {
  width: 100%;
  height: 38px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  position: relative;
}
body .hj .fbtitle .pmid::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #BD1A1B;
  background-color: #9d1b1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .hj .fbtitle .pbottom {
  width: 100%;
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 31px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 2em;
}
body .hj .content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
body .hj .content .jianjie .classroom1 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 58px;
}
body .hj .content .jianjie .classroom1 .list-top {
  width: 808px;
  margin: 0 auto;
  margin-top: 20px;
}
body .hj .content .jianjie .classroom1 .list-top li {
  width: 144px;
  height: 39px;
  text-align: center;
  color: white;
  line-height: 39px;
  font-size: 18px;
  background: #373737;
  float: left;
  margin-right: 16px;
  border-radius: 50px;
  cursor: pointer;
}
body .hj .content .jianjie .classroom1 .list-top li.active {
  background: #e12e23;
}
body .hj .content .jianjie .classroom1 .boxx7 {
  width: 1200px;
  height: 575px;
  margin: 0 auto;
  margin-top: 18px;
}
body .hj .content .jianjie .classroom1 .boxx7 .leftbox {
  width: 806px;
  height: 575px;
  overflow: hidden;
  float: left;
  position: relative;
  margin-top: 35px;
}
body .hj .content .jianjie .classroom1 .boxx7 .leftbox .tempWrap {
  height: 573px !important;
}
body .hj .content .jianjie .classroom1 .boxx7 .leftbox ul li {
  position: relative;
  height: 564px;
  border: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
}
body .hj .content .jianjie .classroom1 .boxx7 .leftbox ul li img {
  width: 100%;
  height: 100%;
}
body .hj .content .jianjie .classroom1 .boxx7 .rightbox {
  width: 381px;
  height: 575px;
  float: left;
  box-sizing: border-box;
  padding-left: 9px;
  margin-top: 35px;
}
body .hj .content .jianjie .classroom1 .boxx7 .rightbox ul li {
  float: left;
  width: 169px;
  height: 129px;
  margin-right: 6px;
  margin-bottom: 9px;
  border: 4px solid #fff;
}
body .hj .content .jianjie .classroom1 .boxx7 .rightbox ul li img {
  width: 100%;
  height: 100%;
}
body .by-box4-1 {
  height: 800px;
}
body .by-box4-1 .fbtitle {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  position: relative;
}
body .by-box4-1 .fbtitle .ptop {
  width: 100%;
  height: 34px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 800;
  color: #333132;
  line-height: 73px;
  opacity: 0.25;
}
body .by-box4-1 .fbtitle .ptop .ptop-red {
  color: #e5002b;
}
body .by-box4-1 .fbtitle .pmid {
  width: 100%;
  height: 38px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  color: #333132;
  position: relative;
}
body .by-box4-1 .fbtitle .pmid::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #BD1A1B;
  background-color: #9d1b1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .by-box4-1 .mefuwu {
  margin-top: -40px;
}
body .xspk {
  width: 100%;
  height: 920px;
  background: url(../fbimg/bg/bg7.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-top: -140px;
}
body .xspk .fbtitle {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  position: relative;
}
body .xspk .fbtitle .ptop {
  width: 100%;
  height: 34px;
  margin: 0 auto;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #333132;
  line-height: 73px;
  opacity: 0.25;
}
body .xspk .fbtitle .ptop .ptop-red {
  color: #e5002b;
}
body .xspk .fbtitle .pmid {
  width: 100%;
  height: 38px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  color: #333132;
  position: relative;
}
body .xspk .fbtitle .pmid::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #BD1A1B;
  background-color: #9d1b1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .xspk .content {
  width: 1200px;
  margin: 0 auto;
}
body .xspk .content .box {
  display: flex;
  justify-content: space-around;
}
body .xspk .content .box .boxx {
  width: 380px;
  height: 268px;
}
body .xspk .content .box .boxx img {
  width: 100%;
  height: 100%;
}
body .cj {
  width: 100%;
  height: 865px;
  background: url(../fbimg/bg/bg8.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
body .cj .fbtitle {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  position: relative;
}
body .cj .fbtitle .ptop {
  width: 100%;
  height: 34px;
  margin: 0 auto;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 73px;
  opacity: 0.25;
}
body .cj .fbtitle .ptop .ptop-red {
  color: #e5002b;
}
body .cj .fbtitle .pmid {
  width: 100%;
  height: 38px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  position: relative;
}
body .cj .fbtitle .pmid::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #BD1A1B;
  background-color: #9d1b1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .cj .dowebok {
  width: 100%;
  height: 495px;
  overflow: hidden;
  margin-top: -20px;
}
body .cj .dowebok li {
  width: 287px;
  height: 522px;
  line-height: 35px;
  display: inline-block;
  margin-right: 22px;
  background: white;
  text-align: center;
}
body .cj .dowebok li img {
  width: 100%;
  height: 100%;
}
body .Room-board {
  background: none !important;
}
body .Room-board .fbtitle {
  width: 1200px;
  height: 140px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
body .Room-board .fbtitle .ptop {
  width: 100%;
  height: 34px;
  margin: 0 auto;
  font-size: 40px;
  font-family: SourceHanSansCN;
  font-weight: 800;
  color: #333132;
  line-height: 73px;
  opacity: 0.25;
}
body .Room-board .fbtitle .ptop .ptop-red {
  color: #e5002b;
}
body .Room-board .fbtitle .pmid {
  width: 100%;
  height: 38px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  color: #333132;
  position: relative;
}
body .Room-board .fbtitle .pmid::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #BD1A1B;
  background-color: #9d1b1c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .Room-board .btnbox {
  width: 526px;
}
body .Room-board .btnbox .div {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/*# sourceMappingURL=fubiao.css.map */
