html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font-weight: normal; */
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
li {
  list-style: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
html,
body {
  width: 100%;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Microsoft YaHei;
}
body .bar {
  width: 100%;
  min-width: 1280px;
  background-color: #ffffff;
}
body .bar .bar-title {
  border-bottom: solid 1px #e5e5e5;
}
body .bar .bar-title .bar-title-con {
  width: 1280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #333333;
}
body .bar .bar-title .bar-title-con .left .signin a {
  color: #035297;
}
body .bar .bar-title .bar-title-con .left .logout span {
  padding: 5px;
}
body .bar .bar-title .bar-title-con .left .logout span:first-of-type {
  padding-left: 0;
}
body .bar .bar-title .bar-title-con .left .logout a {
  color: #333333;
}
body .bar .bar-title .bar-title-con .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .bar .bar-title .bar-title-con .right li {
  padding-left: 30px;
}
body .bar .bar-title .bar-title-con .right li a {
  color: #333333;
}
body .bar .bar-header {
  width: 1280px;
  margin: 0 auto;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .bar .bar-header .logo {
  width: 176px;
  height: 44px;
  margin-left: 20px;
  margin-top: 26px;
}
body .bar .bar-header .logo h1 {
  height: 44px;
}
body .bar .bar-header .logo h1 img {
  height: 44px;
}
body .bar .bar-header .search-box {
  margin-top: 28px;
  width: 521px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  line-height: 40px;
  position: relative;
}
body .bar .bar-header .search-box .search-hover {
  float: left;
  width: 73px;
}
body .bar .bar-header .search-box .search-hover label {
  position: relative;
  margin-left: 13px;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  height: 40px;
}
body .bar .bar-header .search-box .search-hover label::before,
body .bar .bar-header .search-box .search-hover label::after {
  position: absolute;
  right: -18px;
  top: 5px;
  width: 0;
  height: 0;
  z-index: 110;
  content: '';
  border-width: 8px 6px;
  border-color: #ffffff transparent transparent;
  border-style: solid;
}
body .bar .bar-header .search-box .search-hover label::after {
  z-index: 100;
  top: 7px;
  border-top-color: #000000;
}
body .bar .bar-header .search-box ul {
  display: none;
  position: absolute;
  top: 37px;
  left: 0px;
  width: 73px;
  z-index: 800;
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(169, 169, 169, 0.4);
  box-shadow: 0px 2px 4px 0px rgba(169, 169, 169, 0.4);
}
body .bar .bar-header .search-box ul li {
  height: 36px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
body .bar .bar-header .search-box input.search-content {
  padding: 0 7px;
  border-left: 1px solid #e5e5e5;
  margin-left: 0px;
  height: 38px;
  width: 336px;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  float: left;
  margin-top: 2px;
}
body .bar .bar-header .search-box button.search-submit {
  border: none;
  outline: none;
  cursor: pointer;
  width: 97px;
  height: 40px;
  background-color: #0770d1;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
}
body .bar .bar-header .search-box button.search-submit img {
  vertical-align: -3px;
  padding-right: 6px;
}
body .bar .bar-header .tel {
  line-height: 96px;
  margin-right: 20px;
  width: 176px;
}
body .bar .bar-header .tel a {
  position: relative;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
body .bar .bar-header .tel a::before {
  position: absolute;
  content: '';
  left: -43px;
  top: 5px;
  z-index: 10;
  width: 22px;
  height: 24px;
  background-image: url("https://www.serengetilive.com/statics/pcc/img/home_icon_call.png?v=1");
  background-size: 22px 24px;
}
body .iedu-menu-wrap {
  width: 1280px;
  margin: 0 auto;
  height: 48px;
}
body .iedu-menu-wrap .iedu-menu-box {
  background-color: #ffffff;
  width: 100%;
  height: 48px;
  top: 0;
  left: 0;
  z-index: 1000;
}
body .iedu-menu-wrap .iedu-menu-box .iedu-menu {
  width: 1280px;
  height: 48px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .iedu-menu-wrap .iedu-menu-box .iedu-menu li {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
body .iedu-menu-wrap .iedu-menu-box .iedu-menu li.parentMenu {
  position: relative;
}
body .iedu-menu-wrap .iedu-menu-box .iedu-menu li.parentMenu > a span {
  position: relative;
}
body .iedu-menu-wrap .iedu-menu-box .iedu-menu li.parentMenu > a span:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 8px;
  width: 14px;
  height: 8px;
  background-image: url("https://www.serengetilive.com/statics/pcc/img/arrbottom.png?v=1");
  background-repeat: no-repeat;
  background-size: 14px 8px;
}
body .iedu-menu-wrap .iedu-menu-box .iedu-menu li a {
  color: #303030;
  width: 100%;
}
body .iedu-menu-wrap .iedu-menu-box .iedu-menu li .submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 48px;
  z-index: 800;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(104, 104, 104, 0.6);
  box-shadow: 0px 2px 4px 0px rgba(104, 104, 104, 0.6);
}
body .iedu-menu-wrap .iedu-menu-box .iedu-menu li .submenu li {
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
body .iedu-menu-wrap .iedu-menu-box .iedu-menu li .submenu li a {
  width: 100%;
  height: 100%;
  color: #212121;
}
body .iedu-menu-wrap .iedu-menu-box .iedu-menu li .submenu li:hover {
  background: #f7fafc;
}
body .iedu-menu-wrap .iedu-menu-box .iedu-menu li .submenu li:hover a {
  color: #338eff;
}
body .footer {
  background-color: #044781;
  clear: both;
  min-width: 1280px;
  margin-top: 50px;
}
body .footer .con {
  width: 1280px;
  margin: 0 auto;
}
body .footer .con .footer-menu {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .footer .con .footer-menu h2 {
  width: 176px;
  height: 44px;
  margin-left: 20px;
  margin-top: 26px;
  background-image: url("https://www.serengetilive.com/statics/pcc/img/foot_logo2.png?v=1");
  background-size: contain;
  background-repeat: no-repeat;
}
body .footer .con .footer-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 590px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .footer .con .footer-menu ul li {
  line-height: 90px;
}
body .footer .con .footer-menu ul li a {
  display: inline-block;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 300;
}
body .footer .con .footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 27px 0 14px 0;
}
body .footer .con .footer-contact .contact-information p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 16px;
}
body .footer .con .footer-contact .contact-information p.time {
  line-height: 44px;
  padding-left: 27px;
  position: relative;
}
body .footer .con .footer-contact .contact-information p.time::before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  width: 21px;
  height: 22px;
  background-image: url("https://www.serengetilive.com/statics/pcc/img/home_icon_phone.png?v=1");
  background-size: 21px 22px;
  background-repeat: no-repeat;
}
body .footer .con .footer-contact .contact-information p.tel a {
  font-size: 36px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
}
body .footer .con .footer-contact .contact-information p.address {
  padding-top: 28px;
  position: relative;
  padding-left: 27px;
}
body .footer .con .footer-contact .contact-information p.address::before {
  position: absolute;
  content: '';
  left: 0;
  top: 25px;
  width: 17px;
  height: 23px;
  background-image: url("https://www.serengetilive.com/statics/pcc/img/local.png");
  background-size: 17px 23px;
}
body .footer .con .footer-contact .contact-qrcode {
  width: 588px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .footer .con .footer-contact .contact-qrcode li {
  width: 120px;
}
body .footer .con .footer-contact .contact-qrcode li .qrcode {
  width: 120px;
  height: 120px;
  background-position: center center;
  background-size: contain;
}
body .footer .con .footer-contact .contact-qrcode li p {
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  font-weight: 300;
  color: #b4b4b6;
}
body .footer .con .footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .footer .con .footer-copyright p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  line-height: 46px;
}
body .footer .con .footer-copyright p:first-of-type {
  margin-left: 100px;
}
body .footer .con .footer-copyright p a {
  color: rgba(255, 255, 255, 0.55);
  float: left;
}
body .footer .con .footer-copyright p a img {
  width: 15px;
  height: 17px;
  margin: 0 4px;
  margin-top: -2px;
}
.right-hot-noImg {
  padding-top: 0;
  background: #fff;
}
.right-hot-noImg .hotschool-list {
  background: #F7FAFC;
  padding: 0 16px;
  padding-top: 10px;
}
.right-hot-noImg li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px dashed #D3E2EB;
}
.right-hot-noImg li img {
  width: 100%;
  height: auto;
  border-radius: 0;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  border: none;
}
.iedu-more {
  margin: 0 15px;
  clear: both;
}
.iedu-more .a_more {
  display: block;
  border: 1px solid #18AEC3;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.schools-list {
  position: relative;
  padding: 14px 16px 0;
}
.schools-list li {
  float: left;
  margin: 0 8px 16px 0;
}
.schools-list li a {
  display: block;
  width: 82px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #D3E2EB;
  border-radius: 2px;
  font-size: 14px;
  color: #939699;
}
.schools-title {
  margin-top: 20px;
  padding: 0 16px;
  font-size: 16px;
  color: #939699;
}
body .bar .bar-title .bar-title-con .left .logout span a {
  color: #0770d1;
}
body .bar .bar-title .bar-title-con .left .logout a {
  color: #333333;
}
/*å³ä¾§-å‡å­¦æ”»ç•¥*/
.right-research-list {
  margin-top: 20px;
  padding: 0 16px;
}
.right-research-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 132px;
}
.right-research-list li:last-child {
  margin-bottom: 0;
}
.right-research-list li img {
  width: 114px;
  height: 75px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.right-research-cont {
  min-height: 75px;
  position: relative;
}
.right-research-title {
  font-size: 14px;
  color: #4D4D4D;
}
.right-research-title:hover {
  color: #338EFF;
}
body .bar {
  border-bottom: solid 1px #e5e5e5;
}
body .iedu-menu-wrap .iedu-menu-box {
  border-bottom: solid 1px #e5e5e5;
}
