body {
  background-origin: content-box;
  background: #f0f0f0 url(../../image/bg5.png) no-repeat fixed top right;
}
.Computer .header {
  /*background-image: url(../../image/CompanyProfileBg.png);*/
  background-color: #FFF;
  background-size: cover;
}
.Computer .detailHeader {
  background-color: #2241b5;
}
.Computer .headerSchool {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.Computer .headerSchool .headerSchoolLeft {
  display: flex;
}
.Computer .headerSchool .headerSchoolLeft .schoolLogo {
  width: 140px;
  height: 140px;
  background-color: #FFF;
}
.Computer .headerSchool .headerSchoolLeft .schoolLogo img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.Computer .headerSchool .headerSchoolLeft .headerSchoolIntroduce {
  margin-left: 20px;
}
.Computer .headerSchool .headerSchoolLeft .headerSchoolIntroduce .headerSchoolTitle {
  display: flex;
  align-items: center;
}
.Computer .headerSchool .headerSchoolLeft .headerSchoolIntroduce .headerSchoolTitle h1 {
  font-size: 30px;
  color: #ffffff;
  margin-right: 10px;
}
.Computer .headerSchool .headerSchoolLeft .headerSchoolIntroduce .headerSchoolTitle p {
  background-color: #02aeb1;
  color: #ffffff;
  font-size: 14px;
  height: 21px;
  padding: 1px 5px;
  border-radius: 4px;
}
.Computer .headerSchool .headerSchoolRight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.Computer .headerSchool .headerSchoolRight a {
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 35px;
}
.Computer .detail {
  min-width: 1220px;
  padding: 20px 0;
}
.Computer .detail .detailBox {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 250px;
  grid-column-gap: 20px;
  padding: 0 10px;
}
.Computer .detail .detailBox .detailBoxLeft {
  border-radius: 20px;
}
.Computer .detail .detailBox .detailBoxLeft .recommendedReading {
  border-radius: 20px;
  background-color: #ffffff;
}
.Computer .detail .detailBox .detailBoxLeft .recommendedReading .recommendedReadingTitle {
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #cccccc;
}
.Computer .detail .detailBox .detailBoxLeft .recommendedReading .recommendedReadingTitle .recommendedReadingH1 {
  border-bottom: 3px solid #1e50ae;
  padding: 15px 5px;
  display: inline-block;
}
.Computer .detail .detailBox .detailBoxLeft .recommendedReading .recommendedReadingTitle .recommendedReadingH1 h1 {
  font-weight: normal;
  color: #1e50ae;
  font-size: 18px;
  padding-left: 10px;
}
.Computer .detail .detailBox .detailBoxLeft .recommendedReading .detailText {
  padding: 20px;
  font-size: 16px;
}
.Computer .detail .detailBox .detailBoxLeft .detailItemCarousel {
  margin-top: 30px;
}
.Computer .detail .detailBox .detailBoxLeft .detailItemCarousel .demo12 {
  border-radius: 10px 10px 0 0;
}
.Computer .detail .detailBox .detailBoxLeft .detailItemCarousel .demo12 .inDemo12 {
  display: flex;
}
.Computer .detail .detailBox .detailBoxLeft .detailItemCarousel .demo12 .inDemo12 .demo_ul {
  display: flex;
  background-color: transparent;
  padding: 0;
}
.Computer .detail .detailBox .detailBoxLeft .detailItemCarousel .demo12 .inDemo12 .demo_ul li a {
  margin: 0;
}
.Computer .detail .detailBox .detailBoxLeft .detailItemCarousel .demo12 .inDemo12 .demo_ul li a div {
  width: 230px;
  height: 170px;
  overflow: hidden;
  margin: 0 7px;
}
.Computer .detail .detailBox .detailBoxLeft .detailItemCarousel .demo12 .inDemo12 .demo_ul li a div img {
  width: 230px;
  height: 170px;
  transition: all 0.5s;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 15px;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightTitle {
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #cccccc;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightTitle h1 {
  border-bottom: 3px solid #1e50ae;
  padding: 15px 10px;
  display: inline-block;
  font-size: 16px;
  color: #1e50ae;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent {
  padding: 15px 10px;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent .consultation {
  padding-bottom: 15px;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent .consultation a {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent .consultation a span {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 8px;
  background: url(../../image/vbg01.png) no-repeat -527px -2346px;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent .workingHours {
  padding: 15px 0;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent .workingHours .workTime {
  display: flex;
  align-items: center;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent .workingHours .workTime .workTimeImg {
  width: 27px;
  height: 27px;
  display: inline-block;
  background: url(../../image/serviceOnlineTime1.png) no-repeat;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent .workingHours p {
  padding: 10px 5px;
  color: #666666;
  font-size: 14px;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent .contact {
  padding: 10px 0;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent .contact .contactCall {
  display: flex;
  align-items: center;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent .contact .contactCall .contactCallImg {
  width: 27px;
  height: 27px;
  display: inline-block;
  background: url(../../image/serviceOnlineCall.png) no-repeat;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRightContent .contact P {
  font-size: 14px;
  color: #666666;
  margin: 10px 5px;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRead a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px;
}
.Computer .detail .detailBox .detailBoxRight .detailBoxRightBox .detailBoxRead a:hover {
  color: #917c62;
}
.Computer .motai {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 999;
  display: none;
}
.Computer .motai .close {
  float: right;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9999;
}
.Computer .motai .close:hover {
  cursor: pointer;
}
.Computer .motai .swiper {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.Computer .motai .swiper .swiper-pagination-fraction {
  color: #ffffff;
}
.Computer .motai .swiper .swiper-button-next:after,
.Computer .motai .swiper .swiper-button-prev:after {
  color: #f7f7f7;
}
.Computer .motai .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  background-color: #000000;
  /* Center slide text vertically */
  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;
}
.Computer .motai .swiper .swiper-slide .swiperImage {
  width: 60%;
  height: 60%;
}
.Computer .motai .swiper .swiper-slide .swiperImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
