.pt80 {
  padding-top: 80px;
}
.channel-title-center {
  font-size: 30px;
  color: #05305c;
  font-weight: bold;
  text-align: center;
}
.channel-title-center::after {
  content: "";
  width: 30px;
  height: 3px;
  overflow: hidden;
  background-color: #05305c;
  display: block;
  margin: 10px auto;
}
.channel-title-left {
  font-size: 30px;
  color: #05305c;
  font-weight: bold;
  text-align: left;
}
.channel-title-left::after {
  content: "";
  width: 30px;
  height: 3px;
  overflow: hidden;
  background-color: #05305c;
  display: block;
  margin: 10px 0;
}
.channel-banner {
  width: 100%;
  height: 320px;
  position: relative;
}
.channel-banner img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 320px;
  margin-left: -960px;
}
.channel-banner-ossd {
  width: 100%;
  height: 320px;
  position: relative;
}
.channel-banner-ossd img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 320px;
  margin-left: -960px;
}

/* PDQ */
.pdq_box01 {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 50px;
}
.pdq_box01_content .channel-title-center,.lyjy_box01_right .channel-title-center {
  text-align: left;
}
.pdq_box01_content .channel-title-center::after,.lyjy_box01_right .channel-title-center::after {
  margin: 10px 0;
}
.pdq_box01_img {
  width: 290px;
  float: left;
}
.pdq_box01_img img {
  width: 290px;
  border: solid 4px #05305c;
  border-radius: 5px;
}
.pdq_box01_content {
  float: right;
  width: 770px;
}
.pdq_box01_content h2 {
  padding-top: 50px;
}
.pdq_box01_content p {
  line-height: 35px;
  color: #333;
  padding-top: 50px;
}
.pdq_box02 {
  padding: 50px 0;
}
.pdq_box02 h3 {
  color: #05305c;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 30px;
}
.pdq_box02 p {
  line-height: 35px;
  padding-bottom: 20px;
}
.pdq_box02_list01, .pdq_box02_list02 {
  overflow: hidden;
  padding-bottom: 20px;
}
.pdq_box02_list01 li {
  float: left;
  width: 33.33%;
}
.pdq_box02_list01 img {
  display: block;
  width: 90px;
  height: 90px;
  float: left;
  margin-left: 110px;
  margin-right: 30px;
}
.pdq_box02_list01 span {
  line-height: 90px;
  color: #333;
  font-size: 18px;
}
.pdq_box02_list02 li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.pdq_box02_list02 li p {
  color: #333;
  font-size: 16px;
}
.pdq_box02_list02 img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
}
.pdq_box03 {
  padding: 50px 0;
  overflow: hidden;
}
.pdq_box03_right {
  width: 290px;
  text-align: center;
  margin-top: -28px;
}
.pdq_box03_right p {
  padding-top: 15px;
}
.pdq_box03_right img {
  width: 290px;
  border: solid 4px #05305c;
  border-radius: 5px;
}
.pdq_box03_left {
  padding-top: 80px;
}
.pdq_box03_left img {
  display: block;
  margin-bottom: 20px;
  width: 180px;
  float: left;
  margin-right: 60px;
}
.pdq_box03_left ul {
  float: left;
  padding-left: 50px;
}
.pdq_box03_left li {
  color: #333;
  line-height: 35px;
}
.pdq_box04 {
  padding: 80px 0;
}
.pdq_box04 ul {
  overflow: hidden;
  margin-right: -50px;
  padding-top: 20px;
}
.pdq_box04 ul li {
  width: 270px;
  background-color: #bddaf8;
  float: left;
  height: 280px;
  margin-right: 40px;
  margin-top: 25px;
  transition: all .3s;
  cursor: pointer;
}
.pdq_box04 ul li:nth-child(2),.pdq_box04 ul li:nth-child(4),.pdq_box04 ul li:nth-child(5),.pdq_box04 ul li:nth-child(7) {
  background-color: #ffcfb0;
}
.pdq_box04 ul li:hover {
  background-color: #05305c;
}
.pdq_box04 ul li:hover p {
  color: #fff;
}
.pdq_box04 ul li:hover h2 {
  color: #fff;
  border-color: #fff;
}
.pdq_box04 ul li:hover h3 {
  color: #fff;
}
.pdq_box04 ul li h2 {
  width: 80px;
  margin: 0 auto;
  text-align: center;
  border-bottom: solid 2px #777b7a;
  margin-top: 40px;
  font-size: 50px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}
.pdq_box04 ul li h3 {
  color: #05305c;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.pdq_box04 ul li p {
  color: #333;
  text-align: center;
  margin-top: 20px;
  padding: 0 30px;
  line-height: 30px;
}
.pdq_box05_left {
  width: 665px;
}
.pdq_box05_right {
  width: 487px;
  height: 433px;
  overflow: hidden;
  border-radius: 15px;
}
.pdq_box05_img {
  width: 487px;
  height: 433px;
  position: relative;
}
.pdq_box05_img img {
  width: 100%;
  height: 100%;
}
.pdq_box05_img p {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #05305c;
  width: 94%;
  line-height: 24px;
  padding: 5px 3%;
  opacity: 0.8;
}
.swiper-pagination {
  right: 10px;
  left: auto!important;
}
.swiper-pagination-bullet {
  opacity: .8;
  background-color: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #5bb4f1;
}
.pdq_box05 {
  padding: 80px 0;
}
.pdq_box05_content {
  overflow: hidden;
  margin-top: 50px;
}
.pdq_box05_left h2 {
  color: #05305c;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #05305c;
  margin-bottom: 10px;
  width: 60%;
}
.pdq_box05_left p {
  color: #333;
  line-height: 24px;
  padding-bottom: 10px;
}

/* 招贤纳士 */
.zhaopin_box {
  padding: 80px 0;
}
.zhaopin_box h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.zhaopin_box li {
  overflow: hidden;
}
.zhaopin_box_l {
  width: 40px;
  height: 40px;
  background-color: #05305c;
  border-radius: 3px;
}
.zhaopin_box_r h4 {
  background-color: #05305c;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.zhaopin_box_r h4::after {
  content: "";
  background: url(../images/arrow-down.png) no-repeat center center;
  width: 14px;
  height: 9px;
  display: block;
  position: absolute;
  right: 20px;
  top: 17px;
}
.zhaopin_box_r h4.selected::after {
  background: url(../images/arrow-up.png) no-repeat center center;
}
.zhaopin_box_r h5 {
  background-color: #c8e3ff;
  border-radius: 3px;
  display: block;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin-bottom: 25px;
}
.zhaopin_box_r {
  margin-left: 50px;
  padding-bottom: 30px;
}
.zhaopin_box_r p {
  color: #333;
  padding-bottom: 25px;
  line-height: 28px;
}

/* 商务合作 */
.swhz_box {
  padding: 80px 0;
}
.swhz_content {
  overflow: hidden;
}
.swhz_content div {
  width: 50%;
}
.swhz_content .fl img {
  width: 40%;
  margin: 0 auto;
  display: block;
}
.swhz_content .fl p {
  color: #333;
  text-align: center;
}
.swhz_content .fr {
  color: #333;
  line-height: 35px;
  padding-top: 40px;
}
.swhz_box .map {
  margin-top: 50px;
  width: 1200px;
  height: 500px;
}

/* 国际高中课程 */
.course .channel-title-center {
  padding-top: 80px;
}
.course .wrapper_box {
  padding-bottom: 80px;
}
.icon_plus {
  width: 23px;
  height: 23px;
  background: url(../images/plus.png) no-repeat;
  display: block;
  margin: 40px 20px;
}
.course_text {
  color: #333;
  line-height: 36px;
  padding: 30px 0;
}
.course_list {
  overflow: hidden;
}
.course_list h3 {
  height: 56px;
  line-height: 56px;
  background-color: #05305c;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.course_list p {
  color: #333;
  padding-top: 20px;
  line-height: 36px;
}
.course_list_left {
  float: left;
  width: 380px;
  margin-right: 40px;
}
.course_list_right {
  overflow: hidden;
}
.course_list_right div {
  display: flex;
}
.course_list_right p {
  flex: 1;
}
.course_box04 ul {
  overflow: hidden;
  margin-right: -50px;
}
.course_box04 li {
  overflow: hidden;
  background-color: #05305c;
  color: #fff;
  float: left;
  padding: 10px 0;
  margin-right: 50px;
  height: 250px;
  margin-bottom: 50px;
}
.course_box04 li h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 30px;
}
.course_box04 li p {
  line-height: 36px;
  padding: 0 30px;
}
/* 罗伊教育介绍 */
.lyjy {
  padding-bottom: 0px;
}
.lyjy_box01 {
  padding-top: 80px;
  overflow: hidden;
}
.lyjy_box01_video {
  width: 550px;
  height: 336px;
  float: left;
}
.lyjy_box01_video video {
  width: 100%;
}
.lyjy_box01_right {
  float: right;
  width: 550px;
}
.lyjy_box01_right p {
  color: #333;
  line-height: 35px;
  padding-top: 20px;
}
.lyjy_box02 {
  padding-top: 80px;
}
.lyjy_box02 ul {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  background: url(../images/line.jpg) repeat-y center 0;
  margin-top: 50px;
}
.lyjy_box02 ul li h3 {
  color: #05305c;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
}
.lyjy_box02 ul li p {
  color: #333;
  line-height: 34px;
}
.lyjy_box02 ul li {
  width: 450px;
  margin-bottom: 40px;
  clear: both;
  position: relative;
}
.lyjy_box02 ul li:nth-child(even) {
  float: right;
  padding-left: 50px;
}
.lyjy_box02 ul li:nth-child(odd) {
  float: left;
  text-align: right;
  padding-right: 50px;
}
.lyjy_box02 ul li::after {
  width: 22px;
  height: 22px;
  display: block;
  content: "";
  background: url(../images/yuan.png) no-repeat;
  position: absolute;
  top: 0;
}
.lyjy_box02 ul li:nth-child(even)::after {
  left: -11px;
}
.lyjy_box02 ul li:nth-child(odd)::after {
  right: -11px;
}
.lyjy_box03 {
  padding-top: 80px;
  margin-top: 80px;
}
.lyjy_box03 .wrapper_box {
  overflow: hidden;
  padding-bottom: 80px;
}
.lyjy_box03_content {
  float: left;
  width: 550px;
}
.lyjy_box03_content p {
  color: #333;
  line-height: 35px;
  margin-top: 20px;
}
.lyjy_box03_img {
  float: right;
  width: 550px;
  height: 430px;
  background-color: #ccc;
}
.lyjy_box04 {
  padding-top: 80px;
}
.video {
  background-color: #ccc;
  height: 500px;
  margin-top: 20px;
}

/* OMO */
.omo_box01 {
  padding: 80px 0;
}
.omo_box01_text {
  line-height: 35px;
  color: #333;
  padding-top: 20px;
}
.omo_box01_content {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.omo_box01_content li {
  display: block;
  width: 280px;
  height: 426px;
  text-align: center;
  margin-top: 30px;
  border-radius: 5px;
}
.omo_box01_content li:nth-child(1) {
  background: url(../images/omo-img09.jpg) no-repeat right bottom #48c46b;
}
.omo_box01_content li:nth-child(2) {
  background: url(../images/omo-img10.jpg) no-repeat right bottom #42a5f3;
}
.omo_box01_content li:nth-child(3) {
  background: url(../images/omo-img11.jpg) no-repeat right bottom #05305c;
}
.omo_box01_content li:nth-child(4) {
  background: url(../images/omo-img12.jpg) no-repeat right bottom #fe6f42;
}
.omo_box01_content li h3 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-left: solid 3px #fff;
  margin: 80px auto 40px;
  display: inline-block;
  padding-left: 12px;
}
.omo_box01_content li p {
  color: #fff;
}
.jiahao {
  width: 16px;
  height: 16px;
  background: url(../images/jiahao.png) no-repeat;
  display: block;
  margin: 13px auto;
}
.omo_box02 {
  height: 466px;
  background: url(../images/omo-img02.jpg) no-repeat;
}
.omo_box02 .channel-title-left {
  padding-top: 60px;
  color: #fff;
}
.omo_box02 .channel-title-left::after {
  background-color: #fff;
}
.omo_box02_content {
  padding-top: 50px;
}
.omo_box02_content li {
  height: 56px;
  display: block;
  line-height: 56px;
  margin-bottom: 30px;
  color: #fff;
}
.omo_box02_content li i {
  width: 56px;
  height: 56px;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
}
.omo_box02_content li:nth-child(1) i {
  background: url(../images/omo-icon01.png) no-repeat center center #fff;
}
.omo_box02_content li:nth-child(2) i {
  background: url(../images/omo-icon02.png) no-repeat center center #fff;
}
.omo_box02_content li:nth-child(3) i {
  background: url(../images/omo-icon03.png) no-repeat center center #fff;
}
.omo_box03 {
  padding-top: 80px;
}
.omo_box04, .omo_box05, .omo_box07 {
  padding: 80px 0;
}
.omo_box06 {
  padding-bottom: 80px;
}
.omo .wrapper_box {
  overflow: hidden;
}
.omo_box_content_img {
  width: 520px;
  height: 280px;
  display: block;
}
.omo_box_content {
  width: 550px;
}
.omo_box04_line {
  height: 160px;
  background-color: #05305c;
}
.omo_box04_line div {
  width: 1200px;
  margin: 0 auto;
}
.omo_box04_line p {
  background-color: #f2f4f7;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 5px;
  margin-left: 30px;
}
.omo_box_content p {
  line-height: 35px;
  color: #333;
  padding-top: 20px;
}
.omo_box06_img {
  float: right;
  margin-top: 50px;
}
.omo_box03 ul {
  overflow: hidden;
  margin-right: -5%;
}
.omo_box03 li {
  width: 20%;
  float: left;
  margin-right: 5%;
  text-align: center;
  margin-top: 60px;
}
.omo_box03 li img {
  display: block;
  width: 226px;
  height: 158px;
  margin: 0 auto;
}
.omo_box03 li p {
  line-height: 25px;
  color: #333;
  padding-top: 40px;
}
/* 内容页 */
.content {
  padding: 80px 0;
}
.content h1 {
  text-align: center;
  font-size: 20px;
  color: #05305c;
  font-weight: bold;
  line-height: 34px;
  padding-bottom: 20px;
}
.content-text img {
  display: block;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.content h3 {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding-bottom: 20px;
}
.content-text p {
  line-height: 34px;
  color: #333;
  padding-bottom: 20px;
  text-indent: 2em;
}
.content-text span,.content-text .img-text {
  color: #666;
  text-align: center;
  margin-top: -20px;
  display: block;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 30px;
}
.content-text li {
  list-style-type: disc;
  line-height: 34px;
  color: #333;
  margin-left: 55px;
}

/* 文章列表 */
.news_list ul {
  padding: 80px 0;
}
.news_list ul li {
  line-height: 35px;
  overflow: hidden;
  border-bottom: #ccc 1px dashed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.news_list ul li a {
  color: #333;
  float: left;
}
.news_list ul li span {
  color: #333;
  float: right;
}

/* 持牌师资 */
.shizi ul {
  padding: 80px 0;
  overflow: hidden;
  margin-right: -80px;
}
.shizi li {
  float: left;
  width: 272px;
  height: 352px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin-right: 37px;
  margin-bottom: 30px;
  cursor: pointer;
}
.shizi li:hover div {
  opacity: 1;
}
.shizi li img {
  width: 272px;
  height: 352px;
  position: absolute;
  top: 0;
}
.shizi li div {
  transition: all .3s;
  -moz-transition: all .3s; /* Firefox 4 */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 202px;
  height: 282px;
  margin: 20px;
  background: rgba(5,48,92,.65);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
}
.shizi li div h2 {
  padding-bottom: 10px;
  font-weight: bold;
}
.shizi li div h3 {
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 26px;
}
.shizi li div p {
  font-size: 14px;
  line-height: 28px;
}

/* 顾问团队 */
.gwtd ul {
  padding: 80px 0;
  overflow: hidden;
  margin-right: -100px;
}
.gwtd li {
  float: left;
  width: 345px;
  height: 448px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin-right: 79px;
  margin-bottom: 60px;
  cursor: pointer;
}
.gwtd li:hover div {
  opacity: 1;
}
.gwtd li img {
  width: 345px;
  height: 448px;
  position: absolute;
  top: 0;
}
.gwtd li div {
  transition: all .3s;
  -moz-transition: all .3s; /* Firefox 4 */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 275px;
  height: 378px;
  margin: 20px;
  background: rgba(5,48,92,.65);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
}
.gwtd li div h2 {
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 28px;
}
.gwtd li div h3 {
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 28px;
}
.gwtd li div p {
  font-size: 14px;
  line-height: 28px;
}

/* ossd */
.ossd_box01 {
  margin-top: -75px;
  height: 430px;
  position: relative;
  z-index: 99;
}
.ossd_box01 ul {
  overflow: hidden;
  display: flex;
  flex: 1;
  justify-content: space-between;
  height: 100%;
}
.ossd_box01 li {
  height: 344px;
  background-color: #fff;
  width: 268px;
  box-shadow: #d1d0d0 0px 0px 10px;
  margin-right: 10px;
}
.ossd_box01 li img {
  width: 86px;
  height: 86px;
  display: block;
  margin: 30px auto 0;
}
.ossd_box01 li h2 {
  font-weight: bold;
  color: #333;
  text-align: center;
  padding-top: 20px;
}
.ossd_box01 li p {
  color: #333;
  line-height: 24px;
  padding: 0 25px;
  padding-top: 15px;
  font-size: 14px;
}
.ossd_box02 h2 {
  margin-bottom: 30px;
}
.ossd_box02 p {
  text-align: center;
  line-height: 28px;
}
.ossd_box02 img {
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
}
.ossd_box03 {
  padding: 80px 0;
}
.ossd_box03 ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.ossd_box03 ul li {
  width: 50%;
  height: 170px;
  display: flex;
  align-items: center;
}
.ossd_box03 ul li img {
  display: block;
}
.ossd_box03 ul li div.ossd_box03_right {
  padding-left: 30px;
  padding-right: 70px;
}
.ossd_box03 ul li h3 {
  padding-bottom: 10px;
  font-weight: bold;
}
.ossd_box03 ul li p {
  line-height: 28px;
}
.ossd_box04 {
  padding: 80px 0;
}
.ossd_box04_inner {
  display: flex;
  align-items: center;
}
.ossd_box04_inner div {
  padding: 0 50px;
}
.ossd_box04_inner div p {
  line-height: 40px;
}
.ossd_box04_inner div p span {
  color: #fe6f42;
  font-size: 24px;
  font-weight: bold;
  padding: 0 5px;
}
.ossd_box05 {
  padding: 80px 0;
}
.ossd_box05 img {
  width: 1200px;
  margin-top: 30px;
}
.ossd_box06, .ossd_box07 {
  padding: 80px 0;
}
.ossd_box06 img {
  display: block;
  margin: 50px auto 30px;
}
.ossd_box06 ul {
  display: flex;
  justify-content: space-between;
}
.ossd_box06 ul li {
  width: 30%;
  text-align: center;
  line-height: 30px;
}
.ossd_box07 img {
  margin-top: 50px;
}