/* 初始化 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Basier Square';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/BasierSquare-Regular-2.otf') format('otf'),
       url('../fonts/BasierCircle-Regular-3.otf') format('otf');

}

/* body {
  font-family: 'Basier Square', sans-serif!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */


* {
  padding: 0;
  margin: 0;
}

.a {
  text-decoration: none;
  list-style: none;
}
a:hover {
  text-decoration: none;
}

.footerMsg{
  color: #7D8385;
}

/* 中等屏幕（桌面显示器，大于等于 992px） */

@media screen and (max-width: 991px) {
}

/* xiao屏幕（大桌面显示器，xiao于等于 1200px） */

@media screen and (max-width: 1199px) {
  /* .news2{
    display: flex;
  } */
  .rightb .img{
    width: 100%;
    /* object-fit: cover; */
    height: calc(100% - 78px);
    object-fit: cover !important;
  }
  .news2 img{
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .navigate{
    height: 170px !important;
  }
}

.w25 {
  width: 20%;
}

a:hover {
  list-style: none;
  text-decoration: none;
  outline: none;
  color: #fff;
}

li {
  list-style-type: none;
}

a {
  list-style: none;
  text-decoration: none;
  border: none;
  color: #fff;
}

button:active {
  outline: none;
  background: none !important;
}

.inpborder {
  outline: none;
  border: none;
  border-radius: 0px;
}

.inpborder:focus {
  outline: none;
  border: none;
}

.mobile_top_box{
  display: none;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    /* overflow-x: hidden; */
    /* box-shadow: 0px 1px 4px #eeeeee; */
  }
  img {
    width: auto;
  }
  .web_top_box{
    display: none;
  }
  .mobile_top_box{
    display: block;
    /* position: absolute; */
    margin-left: 15px;
    margin-top: 0px;
  }
  .mobile_none{
      display: none !important;
  }

}
.joinUsBnt {
  width: 184px;
  height: 48px;
  background: #1dcaab;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border: none;
}

.pointBtn {
  width: 150px;
  height: 48px;
  background: #1dcaab;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  border-radius: 4px !important;
}

/* 1.头部模块 */

.header {
  padding-top: 20px;
  box-sizing: border-box;
}

/* 查询模块 */

.header > .search img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.header > .search span {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}

.header > .search .ft {
  border-right: 1px solid #999999;
  padding-right: 10px;
}

.header > .search .en {
  padding-left: 10px;
}

.loginBnt {
  width: 90px;
  height: 48px;
  background: #1dcaab;
  border: none;
  margin-right: 3%;
}

.loginBnt a {
  color: #fff;
}
.login{
  background: #e0f0ef
}
.login a {
  color: #023936;
}

.loginBnt:focus {
  background-color: #e0f0ef !important;
}
.registerBnt:focus {
  background: #1dcaab !important;
}
.registerBnt {
  width: 108px;
  height: 48px;
  background: #1dcaab;
  border: none;
}

.registerBnt a {
  color: #ffff;
}

/* 导航模块 */

.header > .nav .navbar-header .navbar-toggle {
  float: left;
}

.box .middle,
.box .right {
  margin-top: 20px;
  box-sizing: border-box;
}

.header > .nav .navbarm {
  list-style: none;
  border: none;
  background: none;
}

.header > .nav .navbarm:focus {
  background-color: #ffff;
}

.header .box .aboutsus1 {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

/* home下划线 */

.header .box .aboutsus1 .home {
  width: 10px;
  height: 4px;
  background: #1dcaab;
  position: absolute;
  top: 135%;
  left: 45%;
}
.aboutusBorder {
  width: 10px;
  height: 1px;
  background: #1dcaab;
  position: absolute;
  top: 20px;
  left: 33px;
}
.header .box .aboutsus1 .header > .nav .navBox .aboutsus {
  font-size: 14px;
  font-weight: bold;
  color: #8b9695;
  line-height: 20px;
}

.header > .nav .btn1 {
  text-align: right;
  white-space: nowrap;
}

.header > .nav .btn1 .login {
  background: #e0f0ef;
}

.header > .nav .btn1 a {
  font-size: 14px;
  font-weight: bold;
  font-family: "Manrope script=latin rev=1" !important;
    /* line-height: 20px; */
}

/*.navbar .navLi  {*/
/*  margin-right: 25px;*/
/*}*/

.header > .nav .btn1 .login a {
  color: #023936;
}

.header > .nav .btn1 .register a {
  color: #ffffff;
}

/*日历模块 */


.td-div{
  padding: 0px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.currentMonth .td-div.active:after{
  position: absolute;
  left: 20px;
  bottom: 7px;
  content: "";
  width: 4px;
  height: 4px;
  background: #21BEC0;
  border-radius: 2px;
}
.currentDay .td-div.active:after{
  position: absolute;
  left: 20px;
  bottom: 7px;
  content: "";
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px;
}

.currentDay .td-div{
  background: #1dcaab;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}
#calendarTable td{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 61px;

  padding-top: 8px;
  padding-bottom: 9px;
}
.calendar-table tr {
  line-height: 53px;
  display: flex;
  border-bottom: 1px solid #E0F0EF;
}
.calendar-table tr:last-child{
  border: 0px;
}


.calendar {
  /* padding: 5%; */
  border: 4px solid #f2f7fa;
}

.calendar .calendar-title-box {
  position: relative;
  /* top: 30px;
  left: 20px;
  padding-bottom: 25px; */
}
.calendar .calendar-body-box {
  margin-top: 17px;
}
.calendar .calendar-title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

#calendarRight .noDataImg{
  width: 340px;
  height: 230px;
}

#calendarRight .noDataP{
  font-size: 14px;
  /* font-family: Montserrat-Medium, Montserrat; */
  font-weight: 500;
  color: #8B9695;
  text-align: center;
  margin-top: 18px;
}

#calendarRight  .noData{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#bodyBox{
  height: 100%;
}

/**
 * 设置上个月的按钮图标
 */

.calendar .prev-month {
  position: absolute;
  top: 8%;
  right: 42px;
  color: #1dcaab;
  border: 1px solid #1dcaab;
  padding: 5px;
  cursor: pointer;
}

/**
 * 设置下个月的按钮图标
 */

.calendar .next-month {
  position: absolute;
  top: 8%;
  right: 0%;
  color: #1dcaab;
  border: 1px solid #1dcaab;
  padding: 5px;
  cursor: pointer;
}

/* 设置日历表格样式 */

.calendar-table {
  margin-top: 5%;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

tbody tr th {
  height: 60px;
  background: #f2f7fa;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #146c80;
  flex: 1;
}

/* 表格行高 */

.calendar-table tr {
  line-height: 53px;
  /* border-bottom: 1px solid #E0F0EF; */
}

/* 当前天 颜色特殊显示 */

.currentDay {
  /* width: auto; */
  /* width: 38.2px; */
  /* height: 53px; */
  /* background: #1dcaab;
  border-radius: 4px; */
}

/* 本月 文字颜色 */

.currentMonth {
  color: #333;
}

/* 其他月颜色 */

.otherMonth {
  color: #ede;
}

/* 2.中间模块 */

.main {
  /* margin-top: 2%; */
}



.main .partHead {
  height: 100px;
  line-height: 100px;
  margin-bottom: 2%;
  /* margin-right: -15px; */
}

.main .partHead .readBnt {
  width: 150px;
  height: 48px;
  background: #1dcaab;
}

.main .news .partHead .right {
  padding-right: 0px;
}
.main > .img img {
  width: 100%;
}

.main h2 {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
  line-height: 58px;
  margin: 4% 0%;
}
.main > .calendarDay .note a {
  color:#333;
}
.main > .calendarDay .note .leftTime {
  background: #146c80;
  width: 96px;
  height: 96px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  /* padding-right: 0px; */
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.main > .calendarDay .note .rightTime {
  /* padding-top: 7px; */
}
.main > .calendarDay .note .rightTime .textOverflow {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  /* -webkit-line-clamp: 2; */

  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.main > .calendarDay .note {
  background: #ffffff;
  padding: 24px 20px;
  border: 4px solid #f2f7fa;
  margin-bottom: 38px;
  margin-right: 0px;
}

.main > .calendarDay .media-left {
  background: #146c80;
}

.main > .calendarDay .media-left p {
  padding: 18px 13px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  /* line-height: 20px; */
  text-align: center;
}

.main > .calendarDay .media-body {
  padding-left: 15px;
}

.main > .calendarDay .media-body .media-heading {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}

.main > .calendarDay .media-body .media-content {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 24px;
}

.joinUs .pointBtn {
  width: 230px;
  height: 48px;
  background: #1dcaab;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border: none;
}

.joinUs .joinUsimg {
  width: 94%;
}

.pointBtn:focus {
  background: #1dcaab;
  outline: none !important;
}

.main > .news .thumbnail .caption {
  padding-left: 0px;
}

.main > .news .thumbnail .caption h4 {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: inherit;
  height: 60px;
}

.main > .news .thumbnail {
  padding: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.main > .news .thumbnail .caption .overflow {
  -webkit-line-clamp: 2;
}

.main .news .thumbnailborder {
  border: none !important;
  margin-bottom: 20px;
}

.main > .news .thumbnail .caption > p {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
 /* .thumbnailRight img  {
  width: 103%!important;
} */
/*.thumbnailRight h4 {
  padding-left: 46px;
}
.thumbnailRight p {
  padding-left: 46px;
} */
/* stayup */

.stayUp {
  width: 100%;
  height: 210px;
  padding: 77px 40px;
  background: #583FD5;
  box-sizing: border-box;
  margin-top: 15px;
}

.stayUp .col-xs-6 {
  padding: 78px 0;
}

.stayUp p {
  color: #ffffff;
}

.stayUp .ipt {
  margin: 5px 0;
}
.stayUp .ipt .btnborder {
  width: 150px;
  height: 48px;
  background: #1dcaab;
  border: none;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  list-style-type: none;
}

.stayUp .captionTitle {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}

/* jobs模块 */

.jobs {
  margin-top: 3%;
}

.jobs .right {
  margin-top: 3%;
}

.jobs .media {
  padding: 3%;
  border: 4px solid #f2f7fa;
}

.jobs .row2 > div {
  margin-top: 40px;
}

.jobs .media-left img {
  height: 140px;
  width: 140px;
}

.jobs .media-body > div {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}

.jobs .media-body > .media-heading {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}

.jobs .media-body > .media-area {
  color: #146c80;
}

.captionTitle {
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
}

.joinUs {
  margin-top: 5%;
}

.joinUs .access {
  font-size: 14px;
  font-weight: bold;
  color: #1dcaab;
}

.joinUs .thumbnail {
  border: none;
  padding: 3% 3% 0px 3%;
  background: #f2f7fa;
  padding-top: 41px;
}

.joinUs .joinUsBox {
  padding-left: 1%;
  margin-top: 34px;
  /* margin-bottom: 8%; */
}

.joinUs .joinUsBox1 {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 8%;
  padding-bottom: 2%;
}

.joinUs .right .borderLine {
  height: 1px;
  background: #1dcaab;
  opacity: 0.3;
  margin: 2%;
  margin-bottom: 6%;
}

.joinUs .right img {
  width: 94%;
}

/* our story */

.story {
  margin-top: 5%;
}

.story h2 {
  height: 58px;
  font-size: 48px;
  font-weight: bold;
  color: #333333;
  line-height: 58px;
}

.story .media-content {
  font-size: 16px;
  font-weight: 300;
  color: #00111a;
  line-height: 24px;
  margin: 5% 0 15% 0;
}

.story img {
  width: 100%;
}

.footer .container > .coIcons {
  margin: 0;
  background: #f2f7fa;
}

.footer .footerLine {
  border: 1px solid #e0f0ef;
  margin: 0px 1%;
}

.footer .container > .coIcons .icon {
  width: 20%;
}

.main > .coIcons .icon img {
  width: 100%;
}

/* 轮播图模块 */

/* .carsel .topr {
  display: flex;
  height: 58px;
  line-height: 58px;
  background-color: red;
  float: right;
  padding-top: 3%;
}

.carsel .topr span {
  margin-right: 5px;
} */

.carsel .topr span:nth-child(1) {
  width: 12px;
  height: 12px;
  background: #e8eef1;
}

.carsel .topr span:nth-child(2) {
  width: 32px;
  height: 12px;
  background: #1dcaab;
}

.carsel .topr span:nth-child(3) {
  width: 12px;
  height: 12px;
  background: #e8eef1;
}

.carsel .topr span:nth-child(4) {
  width: 12px;
  height: 12px;
  background: #e8eef1;
}
.footerImg {
  /* display: flex; */
}
.footerImg .item1 {
  padding-left: 0px;
}
.footerImg .item5 {
  margin-right: -60px;
}
/* 3.底部模块 */

.footer {
  padding: 5% 0;
  background-color: #f2f7fa;
}
.footer .footerBottom .line {
  border-right: 1px solid #D8D8D8;
  height: 250px;
}
.footer .container .footerBottom .ipt {
  width:100% ;
}
.footer .container .footerBottom .footerButton {
  width: 100% !important;
  height: 48px;
  background: #1dcaab;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-top:20px;
  outline: none;
  border: none;
  display: block;
  line-height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  text-align: center;
}
.footer .container .footerBottom .signUp {
  padding-right: 49px;
}
.footer .container .footerBottom .signUp .footerTitle,
.footer .container .footerBottom .navigate .footerTitle,
.footer .container .footerBottom .connect .footerTitle,
.footer .container .footerBottom .contact .footerTitle{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}
.footer .container .footerBottom .signUp .inpborder {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 17px;
  padding-right: 9px;
}
.footer .container .footerBottom .navigate  {
  padding-left: 40px;

}
.footer .footerBottom .connect {
  /* margin-top: 10%; */
}
.footer .container .footerBottom .connect {
  padding-left: 40px;
}
.footer .container .footerBottom .contact {
  padding-left: 40px;
}
.footer .container .footerBottom .contact .point {
  color: #1dcaab;
  margin-top:15px;

}
.footer .container .footerBottom .navigate .footerUl li {
  font-size: 14px;
font-weight: 400;
line-height: 33px;

}
.footer .container .footerBottom .navigate .footerUl a {
  color: #7D8385;
}
.footer .container .footerBottom .connect p {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.footer .container .footerBottom .connect .icons {
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
  margin-top:25px;

}
.footer .container .footerBottom .connect .icons li {
  padding-right: 25px;
}
.footer .copyright {
  margin-top:50px;
  text-align: center;
  color:#999;
  font-size: 12px;
  /* margin-left: -35px; */

}
.carousel-control{
  width: 4%;
}

@media (min-width: 992px) {
  .thumbnail a>img, .thumbnail>img {
    margin-right: 0px;
    margin-left: 0px;
  }
  .news2 .rightb{
    /* height: 100%; */
    height:inherit;
  }
  .news2{
    display: flex;
  }
  .rightb .img{
    width: 100%;
    /* height: calc(100% - 78px); */
    /* object-fit: cover; */
  }
  .caption{
    min-height: 78px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1110px;
    padding-left: 0px;
    padding-right: 0px;
  }

}

.headerNav li{
  padding: 15px;

}
.headerNav a.active{
  border-bottom: 4px solid #1dcaab;
  padding-bottom: 10px;
}
.headerNav li a{
  padding: 0px;
}

.aboutusBorder{
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  top: 20px !important;
  background-color: #1dcaab;
  height: 1px;
  position: absolute;
}
:active>a:hover{
  background: transparent !important;
}
.unactive .aboutusBorder{
  display: inline-block;
  width: 100%;
  /* height: 0.0625em; */
  height: 1px;
  min-height: 1px;
  position: absolute;
  bottom: -0.1875em;
  left: 0;
  background-color: #1dcaab;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  top: 20px !important;
}
.active1 .aboutusBorder{
  display: inline-block;
  width: 100%;
  /* height: 0.0625em; */
  height: 1px;
  min-height: 1px;
  position: absolute;
  bottom: -0.1875em;
  left: 0;
  background-color: #1dcaab;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  top: 20px !important;
}
.dropdown-menu{
  top: 40px !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: transparent;
}
.input-email-icon{
  position: absolute;
  left: 10px;
  z-index: 100;
  width: 20px;
  top: 17px;
}

.footer ul a img{
  width: 34px;
  height: 34px;
}
.footer .container .footerBottom .signUp{
  padding-right: 38px;
}
.input-group .inpborder{
  padding-left: 38px;
}
.header{
  padding-top: 15px !important;
}

@media (min-width: 768px){
  .navbar-nav {
    float: left;
    padding-right: 0px;
  }


}
.header>.nav .btn1 button{
  border-radius: 4px;
}
.header>.nav .btn1 .loginBnt{
  margin-left: 7px;
}
.navbar ul>li:last-child{
  margin-right: 0px;
}
.header>.nav .btn1{
  padding-left: 0px;
  width: auto;
  float: right;
}
.nav .middle {
  float: right;
  width: auto !important;
}
.dropdown .pulldown{
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}

.nav2 .dropdown-menu{
  display: block;
  top: 0px;
  position: relative;
}
.nav2 .lia{
  display: none;
}

/* .footerImg .item1 img{
  width: 200px;
  height: 160px;
} */


@media ( min-width : 1200px) {
  .col-lg-2-half{ width: 20%; float: left; }
  .footerImg .item1 {
    padding-left: 0px;
    padding-right: 45px;
    height: 160px
  }
  .footerImg .item1:nth-child(5n) {
    padding-left: 0px;
    padding-right: 45px;
    height: 160px
  }
  .footerImg .item1 img{
    width: 200px;
    height: 160px;
  }
  .footerImg{
    margin-right: -30px;
    margin-bottom: 10px;
  }
  .joinUs .joinUsimg, .joinUs .right img{
    width: 100%;
    padding: 9px;
    padding-bottom: 0px;
  }
  .joinUs .joinUsimg{
    margin-top: 31px;
    height: 290px;
    box-sizing: content-box;
  }
  .joinUs .joinUsBox{
    padding-left: 0px;
  }
  .joinUs .thumbnail{
    height: 100%;

  }
  .media .media-body{
    width: 50%;
  }
  .row2 .media{
    display: flex;
    height: 100%;
    align-items: center;
  }
  .media .col-xs-6 {
    width: auto;
  }
  .main .row2{
    display: flex;
    flex-wrap: wrap;
  }
}
 /* 小屏幕 */
@media screen and (max-width: 767px){
  .footerImg{
    margin-left: 0px;
    margin-right: 0px;
  }
  .footerImg .item1{
    width: 50%;
    padding-right: 0px;
    float: left;
  }
  .footerImg .item1 img{
    width: 100%;
  }

  .main .media {
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }
  .media .col-xs-6 {
    width: 50%;
  }

  .note .leftTime{
    float: left;
  }
  .note .rightTime{
    float: left;
    width: 60.66666667%;
  }
  .flextime{
    display: flex;
    align-items: center;
  }
  .footer .footerBottom .connect{
    margin-top: 10%;
  }
  .mobile_social{
    position: absolute;
    bottom: 0;
    background: #fff;
    margin: 0 auto;
    width: 100%;
  }
  .mobile_social ul{
    width: 180px;
    margin: 0 auto;
  }
  .mobile_social li{
    float: left;
  }
  .mobile_social img{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  .mobile_social  a{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.indexbanner {
  padding-bottom: 40px;
}
.introduction_wrapper {
  padding: 40px 0;
}
.main_wrapper {
  width: 1110px;
  margin: 0 auto;
}
.ai-c {
  align-items: center;
}
.introduction_wrapper .text_box .headline {
  font-size: 48px;
  line-height: 1.2;
  color: #404040;
  font-weight: bold;
  line-height:36px !important;
}
.introduction_wrapper .text_box .subtitle {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.5;
  color: #404040;
}
.download_box {
  /* margin-top: 20px; */
}
.download {
  border: 1px solid #d40d32;
  color: #d40d32;
  font-size: 16px;
  padding: 8px 50px;
  border-radius: 5px;
}
.introduction_wrapper .video_box .item_img, .introduction_wrapper .video_box .video {
  display: block;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 767px){
  .introduction_wrapper .text_box .headline {
    font-size: 30px;
  }
  .introduction_wrapper .text_box .subtitle {
    margin-top: 20px;
    font-size: 16px;
  }
  .introduction_wrapper .video_box {
    display: none;
  }
  .main_wrapper {
    width: 100%;
    padding: 0 1rem;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 767px) {
  .mobile_nav_header{
    width: 100%;
    height: 118px;
    background: #fff;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #bs-example-navbar-collapse-1{
    display: none !important;
  }
  #side-menu{
    opacity: 1;
  }
  .main .partHead{
    /* margin-right: 75px; */
  }
  .carousel-inner-richText{
    /* height: 300px !important; */
    font-style: italic !important;
  }
  #carousel-example-generic .carsel-footer-right img{
    width: 64px !important;
    height: 100% !important;
  }
  .carsel-footer-right{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .partHead .partHead-inner{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .news .partHead .right{
    width: 33.33333333%;
  }
  .pointBtn{
    width: auto;
  }
  .Association{
    margin-right: -15px !important;
    display: flex;
    align-items: center;
  }
  .news2-left-inner{
    width: 100%;
    padding: 0px;
  }
  #calendar{
    height: 533px;
    padding-bottom: 0px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .no_pd{
    padding-left: 0;
  }
  .text_box{
    padding-left: 5px !important;
  }
  .leftTime{
    margin-left: 0 !important;
  }
  .thumbnailborder{
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  #calendarRight {
    height: 533px;
  }
 .thumbnailborder .imgcss{
  height: 203px; width: 255px;
 }
 .news2 .left{
  padding-right: 0px;padding-left: 0px;display: flex;flex-wrap: wrap;
 }
 .news2-left-inner img{
    height: 180px;
    width: 100%;
    object-fit: cover;
 }
 #calendar{
  height: 533px;
  padding-bottom: 0px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.main > div {
  margin-bottom: 3%;
}
}

.glyphicon {
  font-family: "Manrope script=latin rev=1" !important;
}

.nav2 img{
  width: 30px;

}
.calendar-title-box .glyphicon{
  font-family: "Glyphicons Halflings"!important;
}
.navbar-default .navbar-nav>li>a{
  color: #8B9695;
    font-weight: bold;
    font-family: "Manrope script=latin rev=1" !important;;
}
/* 大屏幕 */
@media (min-width: 992px) {
  .main > .calendarDay .note .rightTime h4, .main > .calendarDay .note .rightTime .textOverflow{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .main > .calendarDay .note .rightTime h4{
    height: 30px;
    line-height: 30px;
    /* text-align: justify; */
  }
  .main > .calendarDay .note .rightTime .textOverflow{
    height: 24px;
    line-height: 24px;
  }
  .main > .calendarDay .note .rightTime span{
    height: 24px;
    line-height: 24px;
    color: #479CD3;
  }
  .main > .calendarDay .note .rightTime .rightTimeBottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main > .calendarDay .note .rightTime .rightTimeBottom img{
    width: 30px;
    height: 14px;
  }
  .main > .calendarDay .note .rightTime{
    padding-right: 0px;
    width: 384px;
    box-sizing: content-box;
  }
  .calendarDay .note .rightTime{
    padding-left: 20px;
  }
}
/* 小屏幕 */
@media screen and (max-width: 767px){
  .main > .calendarDay .note .rightTime h4, .main > .calendarDay .note .rightTime .textOverflow{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .rightTimeBottom img{
    /* display: none; */
  }
  .partHead .right, .jobs .right{
    width: auto !important;
  }
  .news h2{
    font-size: 21px !important;
  }
  #bodyBox .note{
    margin-bottom: 0px;
  }
  .jobs .main .col-xs-6{
    width: auto;
  }
  .jobs .main .right{
    padding: 0px;
    float: right;
  }
  .joinUs .col-xs-12,.jobs .main .col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
  }
  .media-heading, .media-content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .rightTimeBottom img{
    width: 20px;
    object-fit: contain;
  }
  .main > .calendarDay .note .rightTimeBottom{
    display: flex;
    justify-content: space-between;
  }
  .calendarDay .note .rightTime span{
    height: 24px;
    line-height: 24px;
    color: #479CD3;
  }
  .stayUp{
    height: 150px;
  }
  .stayUp .captionTitle{
    margin-top: 15px;
    font-size: 26px !important;
  }
  .stayUp .footer-join-us-right{
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  .stayUp .subscript_box {
    height: 150px;
  }
  /* .stayUp .right{
    width: auto !important;
  } */
  .stayUp .footer-join-us-right{
    width: 150px;
    /* height: 48px; */
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    background: #1DCAAB;
    margin-left: auto;
    color: #ffffff;
  }
}

.carsel .carousel-control{
  position: absolute;
    top: 8%;
    right: 42px;
    color: #1dcaab;
    border: 1px solid #1dcaab;
    padding: 5px;
    cursor: pointer;
}

#Controls {
  position: absolute;
  bottom: 116px;
  right: 0px;
  display: flex;
}
#Controls .left{
  margin-right: 16px;
}

#Controls img{
  width: 24px;
  height: 24px;
  padding: 0px;
}
.carsel-footer{
  display: flex;
  margin-top: 32px;
}
.carsel-footer-left{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carsel-footer-left .carsel-footer-left-p1{
  font-size: 16px;
  /* font-family: Montserrat-ExtraBold, Montserrat; */
  font-weight: 800;
  color: #333333;
  line-height: 24px;
}
.carsel-footer-left .carsel-footer-left-p2{
  font-size: 14px;
  /* font-family: Montserrat-Light, Montserrat; */
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  margin-top: 14px;
}
.carsel-footer img{
  width: 64px !important;
  height: 64px !important;
}
.carousel-inner-richText{
  font-size: 16px;
  /* font-family: Montserrat-Light, Montserrat; */
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  height: 280px !important;
  border-bottom: 4px solid #fff;
  /* padding-bottom: 68px; */
  box-sizing: content-box;
  font-style: italic;
}
.carsel-footer-right img{
  padding: 0px !important;
}

.footer-join-us{
  /* margin-top: 80px; */
  width: 100%;
  height: 244px;
  background: linear-gradient(90deg, #28BCBA 0%, #4E3AB5 100%);
}
.footer-join-us-left{
  font-size: 48px;
/* font-family: Montserrat-Medium, Montserrat; */
  font-weight: 500;
  color: #FFFFFF;
  line-height: 58px;
}
.footer-join-us .container{
  display: flex;
  height: 100%;
  align-items: center;
}
.footer-join-us-right{
  width: 184px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  font-size: 14px;
  /* font-family: Montserrat-Bold, Montserrat; */
  font-weight: bold;
  color: #1DCAAB;
  margin-left: auto;
  /* color: #ffffff; */
  /* margin-right: 40px; */
}
.footer-join-us-right:hover{
  color: #1DCAAB;
}
.jobsHover:hover{
  color: #fff;
}
.jobsHover .pointBtn:hover{
  color: #fff;
}
.pointBtn a:hover{
  background-color: #1dcaab;
}
.pointBtn:hover{
  background-color: #1dcaab;
}
.mark-info{
  padding: 0 !important;
}
.mark-info li{
  padding: 0;
}
.mark-info li a {
  padding: 15px !important;
}
.text_box {
  padding-left: 0;
}
.icon_word_box{
  height: 520px !important;
}
.icon_word img {
  width: 40px !important;
  padding: 0 !important;
  padding-bottom: 20px !important;
}
.i_p{
  font-size: 16px;
  font-family: "Manrope script=latin rev=1" !important;
  font-weight: 800;
  color: #333333;
  line-height: 24px;
  width: 100%;
  text-align: right;
}
.i_p_des{
  font-size: 14px;
  font-family: "Manrope script=latin rev=1" !important;
  font-weight: 300;
  color: #999999;
  line-height: 24px;
  width: 100%;
  text-align: right;
}
.icon_word_auther_box{
  position: absolute;
  top: 210px;
  right: 0;
  font-style: normal !important;
}
.carousel-inner-richText{
  /* height: 250px; */
}
.download_box{
  width: 100%;
  height: 48px;
  background: #583FD5;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
}
.index_joinus:hover {
  box-shadow: 0 3px 6px 1px rgba(139, 139, 139, 0.4);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition-duration:.5s;
}

.bh{
  font-size: 40px !important;
  line-height: 50px !important;
}
.cont{
  font-size: 20px !important;
  line-height: 28px !important;
}
.con{
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}
.allbtn{
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: bold !important;
}
.special{
  font-size: 24px !important;
  line-height: 36px !important;
}
.con18{
  font-size: 18px !important;
}

.conweb{
  font-size: 18px !important;
  line-height: 28px !important;
}

#owl-demo{
  width: 1100px !important;
  margin: 0 auto !important;
}
#owl-demo .item{
  margin: 20px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-demo-1{
    width: 1100px !important;
    margin: 0 auto !important;
}
#owl-demo-1 .item{
    margin: 20px;
}
#owl-demo-1 .item img{
    display: block;
    width: 100%;
    height: auto;
}
/* 小屏幕（平板，大于等于 768px） */
.subscript_box{
  padding-right: 0px;
}
.subscript_box .footer-join-us-right{
  height: 48px;
  display:block;
  line-height:48px;
  text-align:center
}
.pdl-0{
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  #owl-demo{
    width: 100% !important;
    margin: 0 auto !important;
  }
  #owl-demo .item{
    margin: 0px auto;
    width: 50%;
  }
  #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto !important;
  }
    #owl-demo-1{
        width: 100% !important;
        margin: 0 auto !important;
    }
    #owl-demo-1 .item{
        margin: 0px auto;
        width: 50%;
    }
    #owl-demo-1 .item img{
        display: block;
        width: 100%;
        height: auto !important;
    }
  /* 移动端导航栏样式 */
  .move-menu {
    color: #6bebc1;
    font-size: 25px;
  }
  .navbar {
    /* background-color: #3b5998; */
    overflow: hidden;
    height: 63px;
    position: fixed;
    top: 5px;
    left: 3px;
    color: #6bebc1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .footer-join-us-left{
    font-size: 14px !important;
  }
  .footer-join-us-right{
    margin-left: 0px;

  }
  .navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    padding: 14px 16px;
  }
  .navbar ul {
    margin: 8px 0 0 0;
    list-style: none;
  }
  .navbar a:hover {
    background-color: #ddd;
    color: #000;
  }
  .side-nav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #494949;
    overflow-x: hidden;
    /* padding-top: 60px; */
    transition: 0.5s;
  }
  .glyphicon:before {
    padding-right: 10px;
  }
  .side-nav a {
    padding: 15px 10px 15px 10px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    transition: 0.3s;
  }
  .side-nav a:hover {
    color: #1dcaab;
  }
  .side-nav .btn-close {
    position: absolute;
    top: 17px;
    right: 5px;
    font-size: 36px;
  }
.lia {
    padding-left: 20px;
  }
  .lia a {
    font-size: 14px;
    color:#fff;
  }
  /* 移动端导航模块 */
.moveNav {
  font-size: 24px!important;
  color: #1dcaab!important;
}
  h2 {
    font-size: 21px !important;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 6px;
  }
  .main .calendarDay h2 {
    font-size: 30px !important;
  }
  .main .calendar-body-box {
    /* margin-left: 20px !important; */
  }
  .calendarBorder .calendar {
    margin-bottom: 2%;
  }
  .news h2 {
    font-size: 23px !important;
  }

  .news .partHead .right {
    width: 100%;
    padding-right: 15px!important;
  }
  .stayUp .ipt .btnborder {
    height: 48px;
    width: 133%!important;
  }
  .stayUp .ipt {
    margin: 5px 5%!important;
  }
  .container .email{
    margin-left: 0px !important;
  }
  .stayUp .right {
    width: 100%;
  }
  .jobs .left h2 {
    font-size: 24px;
  }
  .jobs .row2 .media-body {
    display: block;
    padding: 5%;
    width: auto;
  }
  .joinUs .captionTitle {
    font-size: 23px;
  }
  .joinUs .joinUsBox .pointBtn {
    width: 100%;
    font-size: 12px;
  }
  .story h2 {
    font-size: 24px;
  }
  .story img {
    margin-top:40px;
  }
  .footer .signUp {
    margin-bottom: 5%;
  }
  .footer .footerInfo {
    padding-left: 15px !important;
  }
   /* .loginBnt,
  .registerBnt {
     width: 70px !important;
  }  */
  /* 轮播图样式 */
  .carousel-inner .item img {
    height: 50%!important;
    object-fit: cover;
    width: 100%;
  }
  /* 日历左右箭头 */
  .calendar .prev-month{
    width: 26px;
    height: 26px;
    margin-right: 10px;
    cursor: pointer;
  }
  .calendar .next-month{
    width: 26px;
    height: 26px;
    cursor: pointer;
  }
  .calendarBorder {
    margin-bottom: 5%;
  }
  .footerImg {
    display: block!important;
  }
  .footerImg .item1,
  .footerImg .item3,
  .footerImg .item5 {
    padding-left: 0px!important;
  }
  .footerImg .item2,
  .footerImg .item4 {
    padding-left: 0px!important;
  }

  /*日历右边信息模块 */
  .main > .calendarDay .note {
    margin:-1px;
  }
  .main > .calendarDay .note .leftTime {
    margin-left: 5%;
  }
  /* Association's news模块 */
  /* .news .rightb img{ */
    /* padding-left: 15px!important; */
  /* } */
  .news .rightb h4 {
    padding-left: 15px!important;
  }
  .news .rightb p {
    padding-left: 15px!important;
  }
  /* footer */
  .footer .footerBottom .line {
    border-right:none!important;
  }
  .footer .footerBottom .signUp {
    padding-left: 10%!important;
  }
  .footer .footerBottom .signUp .inpborder {
    width: 100%!important;
  }
  .footer .footerBottom .signUp .footerButton {
    width: 100%!important;
  }
  .footer .footerBottom .navigate {
    margin-top:-8%;
    padding-left: 10%!important;
  }

  .footer .footerBottom .contact {
    margin-top:-28%;
  }
  .mark-info li{
    /* padding: 0 15px; */
    margin-top: 0px !important;
  }
  .mark-info li a {
    padding: 15px 10px 15px 10px !important;
  }
  .icon_word_box{
    height: auto !important;
  }
  .m_selected{
    color: #1dcaab !important;
  }
  .footer-join-us{
    height: 180px;
    margin-top: 20px;
  }
  .footer-join-us .container{
    display: block;

  }
  .footer-join-us-left{
    line-height: 30px;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-join-us-right{
    /* padding: 10px; */
    line-height: 36px;
    float: left;
    width: 100px;
    margin-top: 15px;
    margin-left: 30px;
    height: 36px;
  }
  .joinUs .thumbnail{
    padding-top: 0px;
  }
  .joinUs .joinUsBox{
    padding-left: 1%;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .bh{
    font-size: 30px !important;
  }
  .jobs .row2 > div{
    margin-top: 20px !important;
  }
  .mobile_bh{
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .conweb{
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .index_joinus{
    padding: 0 30px !important;
  }
  .bhmobile{
    font-size: 21px !important;
  }
  .mobile_nav{
    margin-top: 60px;
    text-align: center;
  }
  .mobile_nav li{
    margin-top: 20px;

  }
  .exchange{
    position: absolute;
    top: 46px;
    right: 15px;
  }
  .mobile_nav_logo img{
    width: 200px;
    height: auto;
    margin-top:15px;
    margin-left: 12px;

  }



  .stayUp .ipt .btnborder{
    width: 100%;
  }
  .container .email{
    float: none !important;
    width: 100% !important;
  }
  .stayUp .ipt .btnborder{
    width: 100% !important;
  }
  .input-group-btn{
    width: 100% !important;
  }
  .subscript_box{
    height: 180px !important;
  }
  .stayUp{
    height: 150px;
    padding: 0px;
  }
  .stayUp .captionTitle{
    margin-top: 15px;
    font-size: 26px !important;
  }
  .stayUp .footer-join-us-right{
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  .stayUp .subscript_box {
    height: auto !important;
  }
  /* .stayUp .right{
    width: auto !important;
  } */
  .stayUp .footer-join-us-right{
    width: 100px;
    /* height: 48px; */
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #1DCAAB;
    margin-left: auto;
    background: #ffffff;
    margin-top: 10px !important;
  }
  .pdl-0{
    padding-left: 15px;
  }


  .news .mobile30{
      font-size: 30px !important;
  }


}
.morelink{
  color: #1dcaab;
  line-height: 48px;
  margin-left: 30px;
  font-weight: bold;
  font-size: 16px;
}
.morelink:hover{
  color: #1dcaab;
}


.copyright a {
  color: #999;
}

.edit_content ul{
  padding-inline-start: 40px;
  margin-top:10px;
}
.edit_content ul li{
  list-style:disc;
  margin-top: 10px 0;
}
.month{
  font-size: 16px;
}
.point a {
  color: #1dcaab;
}
.index-title-font{
    font-size: 32px !important;

}
.index-subtitle-font{
    font-size: 18px !important;
    color: #474747;
    font-weight: normal;
    margin-top: 20px;
    line-height: 28px;
    margin-top: 25px !important;
}

