﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-family: "Microsoft YaHei", Arial, Verdana, Helvetica, sans-serif;
}
/*body滚动条样式*/
body::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
body::-webkit-scrollbar-corner,
body::-webkit-scrollbar-thumb:hover {
  background: #e4e7ef;
}
body::-webkit-scrollbar-thumb {
  background: #e4e7ef;
  border-radius: 0.6rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  outline: none;
  /* 取消IE下点击出现虚线框 */
  blr: expression(this.onFocus=this.blur());
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: top;
}
dl,
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 1.4rem Microsoft YaHei, Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
  /* 设置表格的两边框合并为一条 */
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.word-W {
  word-wrap: break-word;
  /* 允许长单词换行到下一行 */
  word-break: break-all;
  /* 允许在单词内换行 */
}
.wrap {
  width: 150rem;
  margin: 0 auto;
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.newsBanner .bannerImg {
  width: 100%;
  min-width: 150rem;
  min-height: 50rem;
}
/*二级菜单banner*/
.secondary-banner {
  width: 100%;
  height: 35rem;
}
.secondary-banner img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
.bread {
  width: 100%;
  height: 8.4rem;
  line-height: 8.4rem;
  font-size: 2.2rem;
  border-bottom: 0.1rem solid rgba(12, 100, 191, 0.1);
  overflow: hidden;
}
.bread a {
  display: inline-block;
  color: #5887c4;
  /* background: url(../images/exhDetailsImg/breadArrow.png) no-repeat center right; */
  padding-right: 2.5rem;
  cursor: pointer;
  text-decoration: none;
  margin-right: 2rem;
}
.bread a:last-child {
  background: transparent;
  margin-right: 2rem;
}
.bread em {
  color: #666;
  font-style: normal;
}
/*分页*/
.paging.mobile {
  display: none;
}
.paging {
  width: auto;
  overflow: hidden;
  margin: 6rem auto 12rem;
}
.paging ul {
  width: auto;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.paging ul li {
  width: 3.6rem;
  height: 3.6rem;
  text-align: center;
  line-height: 3.6rem;
  background: #f2f4f5;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #555;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 1.6rem;
}
.paging ul li a {
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  color: #555;
}
.paging ul li.current {
  background: #53b77f;
  color: #fff;
}
.paging ul li.current a {
  color: #fff;
}
.paging ul li:first-child {
  background: #f2f4f5 url(../images/pagingLeftArrow.png) no-repeat center center;
}
.paging ul li:last-child {
  margin-right: 0;
  background: #f2f4f5 url(../images/pagingRightArrow.png) no-repeat center
    center;
}

/*英文网站样式调整*/
.cn {
  display: block;
}
.en {
  display: none;
}
body[data-lang="EN"] .cn {
  display: none !important;
}
body[data-lang="EN"] .en {
  display: block !important;
}
body[data-lang="EN"] .news {
  padding-left: 0.5rem;
}
body[data-lang="EN"] .shelf .hd ul {
  width: auto;
}
body[data-lang="EN"] .shelf .hd ul li {
  width: auto;
  padding: 0 2.4rem;
  box-sizing: border-box;
}
body[data-lang="EN"] .shelf .hd ul li.on {
  background: #53b77f;
  color: #fff;
}
body[data-lang="EN"] .recom .recom-title h4 {
  font-size: 2rem;
}
body[data-lang="EN"] .foot-con .foot-text > div.foot-about {
  margin: 0 3rem;
}
/*新闻中心联络我们*/
body[data-lang="EN"] .media-width .left .cont > span:first-child {
  width: 7rem;
}
/*新闻中心孔子学院详情*/
body[data-lang="EN"]
  .detail-top
  .description
  .organizer
  .conent
  span:first-child {
  width: 23%;
}
/*关于我们品牌*/
body[data-lang="EN"] .Brand .brandWidth .des .infoBox2 p {
  text-indent: 2em;
}
/*关于我们历程*/
body[data-lang="EN"] .process .title {
  font-size: 4.8rem;
  color: #091b14;
}
body[data-lang="EN"]
  .agency
  .continents
  .each-search
  .search
  .institutions
  span {
  width: 17rem;
  background: #53b77f url(../images/institutions.png) no-repeat 14.5rem center;
}
body[data-lang="EN"] .agency .continents .each-search .search input {
  padding-left: 18.6rem;
}
body[data-lang="EN"] .agency .continents .each-search .search .switch {
  width: 17rem;
}
/*活动空间*/
body[data-lang="EN"] .calendarWrap .calendars .en {
  display: flex !important;
}
body[data-lang="CN"] .calendarWrap .calendars .en {
  display: none !important;
}
body[data-lang="EN"] .dialog-content {
  padding: 3.4rem 3rem;
}
body[data-lang="EN"] .dialog-content .item label {
  width: 30%;
  display:inline-block;
  vertical-align: top;
  text-align: right;
}
body[data-lang="EN"] .dialog-content .item span {
  width: 60%;
  display:inline-block;
}
/*文化视窗*/
body[data-lang="EN"] .High-text .hd ul {
  width: 123rem;
}
body[data-lang="EN"] .High-text .hd ul li {
  background: #f7f7f9;
}
body[data-lang="EN"] .High-text .hd ul li.on {
  background: #53b77f;
}
/*中文课堂视频详情*/
body[data-lang="EN"] .course .course-width .content .top .right .mes .from {
  width: 80%;
}
body[data-lang="EN"] .course .course-width .content .top .right .use-btn {
  width: 28rem;
}
body[data-lang="EN"] .course .course-width .description button {
  width: 18rem;
}
body[data-lang="EN"] .course .course-width .description .publicSmallTitle {
  font-size: 2.6rem;
}
body[data-lang="EN"] .course .course-width .technical .school {
  width: 20rem;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*子站状态*/
body[data-lang="EN"] .breadcrumbs .version .matter .useBtn {
  width: 20rem;
}
body[data-lang="EN"] .institute .left {
  width: 27rem;
}
body[data-lang="EN"] .materials > .hd ul {
  width: 78rem;
}
/*子站正在建设提示*/
body[data-lang="EN"] .construction .const-img {
  width: 42rem;
}
@media screen and (min-width: 320px) and (max-width: 751px) {
  .computer {
    display: none;
  }
  body[data-lang="EN"] .foot-con .foot-text > div.foot-about {
    margin: 0;
  }
  .secondary-banner {
    width: 100%;
    height: 28rem;
  }
  .secondary-banner img {
    width: 100%;
    height: 28rem;
    object-fit: cover;
  }
  .paging.computer {
    display: none;
  }
  .paging.mobile {
    display: block;
  }
  .paging ul li {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    font-size: 3rem;
    margin-right: 3.2rem;
    display:none;
  }
  .paging ul li a {
    width: 7rem;
    height: 7rem;
  }
  .paging ul li.current {
    display:inline-block;
  }
  .paging ul li.previous{
    display:inline-block;
  }
  .paging ul li.points{
    display:inline-block;
  }
  .paging ul li.last-page{
    display:inline-block;
  }
  .paging ul li.next{
    display:inline-block;
  }
}
.notify-box {
  position: fixed;
  top: 0;
  left: 50%;
  height: auto;
  background: #f0f9eb;
  z-index: 99999;
  transition: transform 0.36s ease;
  transform: translateX(-50%) translateY(-100%);
  display: flex;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}
.notify-box.show {
  transform: translateX(-50%) translateY(10rem);
}
.notify-box .icon {
  align-self: center;
  width: 3rem;
  height: 3rem;
  background: #53b77f;
  border-radius:3rem;
  margin-right:1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feeling{
  width:0.4rem;
  height:2rem;
  background:url(../images/feeling.png) no-repeat;
  background-size:100% 100%;
  box-sizing: border-box;
}
.notify-box .message {
  word-break: break-all;
  font-size: 1.6rem;
  color:#67c23a;
  line-height: 200%;
}
.from-app .headerNav{
    display:none;
}
.from-app .foot-bg{
  min-height: 10rem;
}
.from-app .foot-bg .foot-con{
  display:none;
}
.from-app .foot-bg .copyright{
  display:none;
}
.from-app .foot .copywriting{
  display:none;
}