@charset 'utf-8';
/* @logo */
.icon_tras{
  display: inline-block;
  width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
  margin-left: 10px;
  vertical-align: middle;
}
.icon_tras .active {
  border-top: 7px solid #0077c0;
}
.icon_tras_l{
  display: inline-block;
  width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #fff;
  margin-left: 10px;
  vertical-align: middle;
}
.line {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #0077c0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.head-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /* padding: 23px 0; */
  /* background: url(../images/opacity-90.png); */
  box-sizing: border-box;
  z-index: 999;
  background-color: rgba(255, 255, 255, 1);
  /* color: red; */
}

.login {
  width: 150px !important;
  height: 43px !important;
  border-radius: 0 !important;
  background-color: #0665A4;
  line-height: 43px !important;
  color: #fff;
  border-radius: 22px !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.head-wrap .logo {
  display: block;
  width: 135px;
  height: 100%;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.head-wrap .logo img {
  display: block;
  width: 100%;
}

.nav-wrap {
  height: 100px;
  line-height: 100px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.nav-wrap li {
  position: relative;
  float: left;
  padding: 0 25px;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-wrap li:last-child{
  padding-right: 0;
}

.nav-wrap li a {
  display: block;
  color: #444444;
  font-size: 16px;
  transition: all 0.2s;
}

.nav-wrap li a:hover {
  color: #0077c0;
  
}
.nav-wrap li a:hover .icon_tras {
  border-top: 7px solid #0077c0;
  
}
.nav-wrap li.active a {
  color: #0077c0;

}

.head-ltool {
  padding-top: 28px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.head-ltool li {
  float: left;
  width: 38px;
  height: 38px;
  border: 1px solid #444444;
  margin-left: 20px;
  line-height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  user-select: none;
  cursor: pointer;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.search-li {
  background: url(../images/icon-search.png) no-repeat center center/24px;
}

.list-li {
  background: url(../images/icon-li.png) no-repeat center center/24px;
}

.head-ltool li:hover {
  /* border-color: #0077c0;
  color: #0077c0; */
}

.search-li:hover {
  background-image: url(../images/icon-search2.png);
}

.list-li:hover {
  background-image: url(../images/icon-li2.png);
}

.limibody {
  width: 100%;
  height: 100%;
  overflow: initial;
}

/* @m menu */
.nav-menu {
  display: none;
  width: 48px;
  height: 48px;
  background: url(../images/icon-menu.png) no-repeat center center/80%;
}

.nav-menu.menuClose {
  display: none;
  background-image: url(../images/icon-menu-close.png);
  background-size: 100%;
}

.hwl-menu-list {
  display: none;
  visibility: hidden;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
  /* opacity: 0; */
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.hwl-menu-list a {
  color: #fff;
}

.hwl-menu-list ul li {
  padding: 0 18px;
  border-bottom: 1px solid #0082D9;
  background: #006FBC;
  line-height: 49px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-filter: alpha(opacity=0);
}

.hwl-menu-list ul li:last-child {
  border-bottom: none;
}

.hwl-menu-list ul li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hwl-menu-list ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hwl-menu-list ul li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.hwl-menu-list ul li:nth-child(4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.hwl-menu-list ul li:nth-child(5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hwl-menu-list ul li:nth-child(6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.hwl-menu-list ul li:nth-child(7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.hwl-menu-list ul li a.mn,.hwl-menu-list ul li span {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 48px;
}

.hwl-menu-list ul li>span {
  display: block;
  position: relative;
  color: white;
}

.hwl-menu-list ul li i.ico {
  position: absolute;
  top: 20px;
  right: 16px;
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(../images/icon-sq.png) no-repeat;
  background-size: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.hwl-menu-list ul li.sub.msq i.ico {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  top: 10px;
}

.hwl-menu-list ul .menuson {
  display: none;
  margin-left: 20px;
}

.hwl-menu-list ul .menuson a {
  display: block;
  line-height: 43px;
  font-size: 16px;
}

.hwl-menu-list ul .menuson a:focus {
  text-decoration: underline;
}
.hwl-menu-list .menu-list{
  position: relative;
  z-index: 10001;
}
.hwl-menu-list .menu-mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.hwl-menu-list.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 9999;
}

.hwl-menu-list.open ul li {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hwl-menu-bg {
  display: none;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 98;
  visibility: hidden;
}

/* @ä¾§å¯¼èˆª */
.side-nav-wrap {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/opacity-30.png);
  z-index: -1;
  opacity: 0;
}

.side-nav {
  position: fixed;
  right: -600px;
  top: 0;
  width: 600px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 0 5px 14px 3px #f2f2f2 inset;
  z-index: 100
}

.side-nav .tit {
  height: 101px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 42px 42px 0;
  color: #444444;
  font-size: 22px;
  box-sizing: border-box;
}

.close {
  width: 22px;
  height: 22px;
  background: url(../images/icon-close.png) no-repeat center center/cover;
  cursor: pointer;
}

.side-con {
  padding: 38px 0 0 70px;
}

.side-con dl {
  float: left;
  width: 140px;
  height: 158px;
  margin-bottom: 50px;
}

.side-con dl.w200 {
  width: 200px
}

.side-con dl.w160 {
  width: 160px
}

.side-con dl dt {
  position: relative;
  height: 16px;
  padding-left: 10px;
  margin: 0 0 20px -10px;
  line-height: 16px;
  font-size: 15px;
  font-weight: bold;
}

.side-con dl dt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 14px;
  background-color: #0077c0;
}

.side-con dl dd {
  line-height: 25px;
  font-size: 14px;
  color: #707070;
}

/* @é¦–é¡µ s */
/* @è½®æ’­ */
.vd-banner-s1 {
  position: relative;
  z-index: 0;
  width: 100%;
  /*  height: 100vh; */
  min-width: 1200px;
}

.vd-banner-s1 .banimg {
  display: block;
  width: 100%;
}

.vd-banner-s1 .bantxt {
  position: absolute;
  top: -95px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1200px;
  height: 99px;
}

.vd-banner-s1 .bantxt h2 {
  height: 58px;
  margin-bottom: 17px;
  line-height: 58px;
  color: #fff;
  font-size: 58px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .8);
  font-weight: bold;
  letter-spacing: 25px;
}

.vd-banner-s1 .bantxt p {
  color: #fff;
  font-size: 22px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .8);
  text-transform: uppercase;
  letter-spacing: .45px;
}

.vd-banner-s1 .swiper-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/opacity-13.png);
}

.vd-banner-s1-button-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  /* width: 1200px; */
}

.public-vd .swiper-button-next,
.public-vd .swiper-button-prev {
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}

.vd-banner-s1 .swiper-button-next,
.vd-banner-s1 .swiper-button-prev {
  top: 55%;
  border-color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.vd-banner-s1 .swiper-button-prev {
  left: 120px;
  background-image: url(../images/icon-white-l.png);
}

.vd-banner-s1 .swiper-button-next {
  right: 120px;
  background-image: url(../images/icon-white-r.png);
}

.vd-banner-s1 .swiper-button-next:hover,
.vd-banner-s1 .swiper-button-prev:hover {
  border-color: #0077c0;
  background-color: #0077c0;
}

/* @å…³äºŽæˆ‘ä»¬ */
.idx-about {
  padding: 47px 0 50px;
}

.idx-about .l {
  position: relative;
  width: 670px;
  height: 440px;
}

.idx-about .l::before {
  position: absolute;
  top: -36px;
  left: 0;
  content: '';
  width: 284px;
  height: 40px;
  background: url(../images/icon-about.png) no-repeat left top/cover;
  z-index: 0;
}

.idx-about .l img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.idx-about .r {
  width: 530px;
  height: 440px;
  padding: 0 80px 0 72px;
  background: #fafafa url(../images/idx-aboutbg.png) no-repeat right top;
  box-sizing: border-box;
}

.idx-about .tit {
  position: relative;
  padding: 44px 0 24px;
  margin-bottom: 16px;
}

.idx-about .tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33px;
  height: 3px;
  background-color: #dfdfdf;
}

.idx-about .tit p {
  font-size: 18px;
  text-transform: uppercase;
  color: #f68c1e;
}

.idx-about .tit h2 {
  margin-top: 2px;
  font-size: 22px;
  font-weight: bold;
  color: #f68c1e;
}

.idx-about .txt-detail {
  height: 128px;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  /*å¤šè¡Œæ–‡æœ¬æº¢å‡ºçŽ°å®žçœç•¥å·*/
  display: -webkit-box;
  /*å°†å¯¹è±¡ä½œä¸ºå¼¹æ€§ä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º ã€‚*/
  display: -moz-box;
  overflow: hidden;
  /*æº¢å‡ºéšè—*/
  text-overflow: ellipsis;
  /*å¯ä»¥ç”¨æ¥å¤šè¡Œæ–‡æœ¬çš„æƒ…å†µä¸‹ï¼Œç”¨çœç•¥å·â€œâ€¦â€éšè—è¶…å‡ºèŒƒå›´çš„æ–‡æœ¬ ã€‚*/
  word-break: break-all;
  /*æ–‡æœ¬å¼ºåˆ¶æ¢è¡Œ*/
  -webkit-box-orient: vertical;
  /*æ–‡æœ¬è¢«æ°´å¹³æˆ–åž‚ç›´æŽ’åˆ—ã€‚*/
  -webkit-line-clamp: 4;
  /*ç”¨æ¥é™åˆ¶åœ¨ä¸€ä¸ªå—å…ƒç´ æ˜¾ç¤ºçš„æ–‡æœ¬çš„è¡Œæ•°ã€‚*/

}

.idx-about .num-detail {
  margin-top: 56px;
  margin-left: -25px;
}

.idx-about .num-detail li {
  float: left;
  width: 122px;
  padding-right: 12px;
  text-align: center;
  color: #999999;
  font-size: 14px;
  background: url(../images/icon-slash.png) no-repeat right center/12px;
}

.idx-about .num-detail li:last-of-type {
  background: none
}

.idx-about .num-detail em {
  margin-right: 4px;
  color: #0077c0;
  font-size: 24px;
  font-style: normal;
  /* font-weight: bold; */
}

.idx-about .num-detail span {
  display: block;
  color: #333333;
}

/* @ç§‘æŠ€åˆ›æ–° */
.idx-technology,
.idx-social,
.idx-development,
.idx-news {
  padding: 65px 0 70px;
}

.idx-technology .tit,
.idx-social .tit,
.idx-development .tit,
.idx-news .tit,
.about-history .tit,
.about-cpc .tit {
  text-align: center;
}

.idx-technology .tit h2,
.idx-social .tit h2,
.idx-development .tit h2,
.idx-news .tit h2,
.about-history .tit h2,
.about-cpc .tit h2 {
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}

.idx-technology .tit p,
.idx-social .tit p,
.idx-development .tit p,
.idx-news .tit p,
.about-history .tit p,
.about-cpc .tit p {
  display: inline-block;
  position: relative;
  padding: 0 82px;
  line-height: 28px;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
}

.idx-technology .tit p::before,
.idx-social .tit p::before,
.idx-development .tit p::before,
.idx-news .tit p::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.idx-technology .tit p em,
.idx-social .tit p em,
.idx-development .tit p em,
.idx-news .tit p em,
.about-history .tit em,
.about-cpc .tit em {
  position: relative;
  zoom: 1;
  padding: 0 22px;
  background-color: #fff;
}

.s2-page {
  top: 110px;
}

.vd-banner-s2 {
  margin-top: 120px;
}

.vd-banner-s2 .swiper-slide {
  width: 1200px;
  background-color: #fff;
}

.idx-technology .l {
  width: 352px;
  height: 480px;
  padding: 40px 90px 0 50px;
  box-sizing: border-box;
}

.idx-technology .txt-detail {
  margin-top: 35px !important;
  margin-bottom: 50px !important;
}

.icon-dianbg {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 30px;
  background: url(../images/icon-dian.png);
}

.icon-dianbg:hover {
  background-image: url(../images/icon-dian-blue.png);
}

.idx-technology .r {
  width: 846px;
  height: 480px;
  white-space: nowrap;
  overflow: hidden;
}

.idx-technology .r img {
  display: inline-block;
  width: 760px;
}

.idx-technology .r .next-img {
  width: 760px;
  margin-left: 30px;
}

/* @æˆ˜ç•¥æŠ•èµ„ */

.idx-strategic {
  padding: 112px 0 122px;
  background: url(../images/idx-strategicbg.png) no-repeat center center/cover;
}

.idx-strategic .l {
  position: relative;
  left: -80px;
  width: 600px;
  height: 415px;
  margin-right: 60px;
}

.idx-strategic .l span {
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 20px 3px #d8e5f1;
  overflow: hidden;
  user-select: none;
}

.idx-strategic .l span img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
}

.idx-strategic .wid1 {
  width: 80px;
  height: 80px;
}

.idx-strategic .wid2 {
  width: 90px;
  height: 90px;
}

.idx-strategic .wid3 {
  width: 64px;
  height: 64px;
}

.idx-strategic .wid4 {
  width: 120px;
  height: 120px;
}

.idx-strategic .wid5 {
  width: 100px;
  height: 100px;
}

/* .wid6{
  width:80px;
  height:80px;
} */


.idx-strategic .r {
  width: 540px;
  height: 415px;
}

.idx-strategic .tit h2 {
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}

.idx-strategic .tit p {
  display: inline-block;
  position: relative;
  line-height: 28px;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
}

.idx-strategic .txt-detail,
.idx-social .txt-detail,
.idx-technology .txt-detail {
  height: 160px;
  margin: 72px 0;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  letter-spacing: 2px;
  /*å¤šè¡Œæ–‡æœ¬æº¢å‡ºçŽ°å®žçœç•¥å·*/
  display: -webkit-box;
  /*å°†å¯¹è±¡ä½œä¸ºå¼¹æ€§ä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º ã€‚*/
  display: -moz-box;
  overflow: hidden;
  /*æº¢å‡ºéšè—*/
  text-overflow: ellipsis;
  /*å¯ä»¥ç”¨æ¥å¤šè¡Œæ–‡æœ¬çš„æƒ…å†µä¸‹ï¼Œç”¨çœç•¥å·â€œâ€¦â€éšè—è¶…å‡ºèŒƒå›´çš„æ–‡æœ¬ ã€‚*/
  word-break: break-all;
  /*æ–‡æœ¬å¼ºåˆ¶æ¢è¡Œ*/
  -webkit-box-orient: vertical;
  /*æ–‡æœ¬è¢«æ°´å¹³æˆ–åž‚ç›´æŽ’åˆ—ã€‚*/
  -webkit-line-clamp: 5;
  /*ç”¨æ¥é™åˆ¶åœ¨ä¸€ä¸ªå—å…ƒç´ æ˜¾ç¤ºçš„æ–‡æœ¬çš„è¡Œæ•°ã€‚*/
}

.look-more {
  position: relative;
  display: inline-block;
  height: 16px;
  padding-bottom: 10px;
  color: #0077c0;
  font-size: 14px;
  vertical-align: top;
}

.look-more:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #0077c0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.look-more:hover:after {
  content: '';
  width: 40%;
}

/* @ç¤¾ä¼šè´£ä»» */
.idx-social {}

.mt55 {
  margin-top: 55px;
}

.idx-social .l {
  width: 760px;
  height: 480px;
  background-color: #fff;
}

.idx-social .l img {
  display: block;
  width: 100%;
  height: 100%;
}

.idx-social .r {
  width: 440px;
  height: 480px;
  padding: 70px 0 0 75px;
  border-top: 1px solid #dfdfdf;
  background-color: #fff;
  box-sizing: border-box;
}

.vd-banner-s3 .swiper-slide {
  height: 100%;
  background-color: #fff;
}

.vd-banner-s3 .swiper-button-next,
.vd-banner-s3 .swiper-button-prev,
.s2-wrap .swiper-button-next,
.s2-wrap .swiper-button-prev,
.about-timeline .about-timeline-prev,
.about-timeline .about-timeline-next {
  top: 20px;
  left: auto;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-color: #373737;
  background-color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.vd-banner-s3 .swiper-button-next:hover,
.vd-banner-s3 .swiper-button-prev:hover,
.s2-wrap .swiper-button-next:hover,
.s2-wrap .swiper-button-prev:hover,
.about-timeline .about-timeline-prev:hover,
.about-timeline .about-timeline-next:hover {
  opacity: .6 !important;
}

.vd-banner-s3 .swiper-button-prev,
.s2-wrap .swiper-button-prev {
  right: 50px;
  background-image: url(../images/icon-black4-l.png);
}

.vd-banner-s3 .swiper-button-next,
.s2-wrap .swiper-button-next {
  right: 0;
  background-image: url(../images/icon-black4-r.png);
}

.s2-wrap .swiper-button-next,
.s2-wrap .swiper-button-prev {
  top: -80px;
}

.idx-social .subtit p,
.idx-technology .subtit p {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.idx-social .subtit h3,
.idx-technology .subtit h3 {
  font-size: 22px;
  margin-top: 2px;
}

.idx-social .txt-detail,
.idx-technology .txt-detail {
  letter-spacing: .5px;
}

/* @å‘å±•åŽ†ç¨‹ */
.development-wrap {
  margin-top: 42px;
}

.development-wrap li {
  float: left;
}

.development-wrap li img {
  display: block;
}

.development-wrap li strong {
  display: block;
  margin-top: 36px;
  font-size: 30px;
  color: #f68a1d;
  font-weight: bold;
}

.development-wrap li em {
  display: block;
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 20px;
  color: #f68a1d;
  font-weight: bold;
}

.development-wrap li p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  letter-spacing: 0;
}

.development-wrap li:first-of-type {
  width: 210px;
  margin-left: 50px;
}

.development-wrap li:nth-child(2) {
  width: 180px;
  margin-left: 100px;
}

.development-wrap li:nth-child(3) {
  width: 215px;
  margin-left: 100px;
}

.development-wrap li:nth-child(3) div {
  padding-left: 15px;
}

.development-wrap li:nth-child(4) {
  width: 262px;
  margin-left: 40px;
}

.development-wrap li:nth-child(4) div {
  padding-left: 62px;
}

.look-more-border {
  display: block;
  width: 138px;
  height: 36px;
  border: 1px solid #cccccc;
  margin: 70px auto 0;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  color: #999999;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.look-more-border:hover {
  background-color: #0077c0;
  border-color: #0077c0;
  color: #fff;
}

/* @æ–°é—»ä¸­å¿ƒ */
.s4-con {
  margin-top: 125px;
}

.s4-page,
.s2-page {
  left: 0;
  right: 0;
  height: 40px;
  line-height: 30px;
}

.s4-page span,
.s2-page .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: 40px;
  padding-left: 20px;
  margin-right: 70px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #fff;
  text-align: left;
  opacity: 1;
  font-size: 16px;
  cursor: pointer;
}

.s4-page .active,
.s2-page .swiper-pagination-bullet-active {
  background-color: #fff;
}

.s4-page .active::before,
.s2-page .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border: 3px solid #006BB2;
  color: #006BB2;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #006BB2;
}

.s4-tabcon .s4-con {
  display: none;
}

.s4-tabcon .s4-con:first-of-type {
  display: block;
}

.s4-con .swiper-slide {
  width: 1200px;
}

.s4-con .swiper-slide>div {
  float: left;
  width: 580px;
}

.s4-con .swiper-slide img {
  display: block;
  width: 100%;
  height: 398px;
  margin-bottom: 28px;
}

.s4-con .swiper-slide>div:last-of-type {
  margin-left: 40px;
}

.s4-con .swiper-slide a {
  position: relative;
  display: block;
  transition: 0.2s;
}

.s4-con .swiper-slide a:hover {
  opacity: .6;
}

.s4-con .swiper-pagination {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.s4-con .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #02328d;
}

.s4-con .swiper-button-prev,
.s4-con .swiper-button-next {
  width: 50%;
  height: 100%;
  top: 0;
  background: url(../images/opacity-90.png) repeat 0 0;
  /* border-radius: 5px; */
  margin-top: 0;
  z-index: 99;
  transition: 0.2s;
}

.s4-con .swiper-button-prev {
  left: -50%;
  right: auto;
}

.s4-con .swiper-button-next {
  right: -593px;
  left: auto;
  
}

.s4-con .swiper-button-prev:before,
.s4-con .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 45%;
  width: 58px;
  height: 58px;
  background: #fff url(../images/icon-blue-l.png) no-repeat center center/22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.s4-con .swiper-button-prev:before {
  left: auto;
  right: -32px;
  top: 144px;
  background-image: url(../images/icon-blue-l.png);
  /*box-shadow: -4px 0 14px 1px #e6e6e6;*/
}

.s4-con .swiper-button-next:after {
  right: auto;
  left: -30px;
  top: 144px;
  background-image: url(../images/icon-blue-r.png);
  /*box-shadow: 4px 0 14px 1px #e6e6e6;*/
}

.s4-con .swiper-button-prev:hover,
.s4-con .swiper-button-next:hover {
  opacity: 0.6;
}

.s4-con .txt-detail {
  height: 28px;
  margin-bottom: 10px;
  font-size: 18px;
  opacity: 1;
  overflow: hidden;
}

.s4-con .time {
  font-size: 14px;
  margin-top: 25px;
}

.vd-banner-s4-5 div>a::before,
.news-art::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6) url(../images/icon-play.png) no-repeat center center/104px;
  cursor: pointer;
}

.news-art::before {
  background-color: rgba(0, 0, 0, .3);
}

.newsvideo-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, .6);
}

.newsvideo-con {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 300px;
  height: 95px;
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
}

.newsvideo-con a {
  display: block;
  width: 140px;
  height: 40px;
  margin: 0 auto 15px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  background-color: #0077c0;
  text-align: center;
}

.newsvideo-con a:hover {
  color: #0077c0;
}

.newsvideo-wrap-pc {
  display: none;
  position: absolute;
  right: 24px;
  top: 20px;
  width: 120px;
  padding-top: 12px;
}

.newsvideo-wrap-pc-con {
  position: relative;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  z-index: 99;
}

.newsvideo-wrap-pc-con::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  margin: auto;
  width: 12px;
  height: 9px;
  background: transparent url(../images/second-nav.png) no-repeat center center/cover;
}

.newsvideo-wrap-pc-con a {
  display: block;
  float: none !important;
  height: 30px;
  padding: 0 !important;
  color: #fff;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
}

/* @è§†é¢‘å¼¹å‡º */
.layuiBg1 {
  display: none;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.layuiBox1 {
  display: none;
  position: fixed;
  z-index: 102;
  width: 902px;
  height: 534px;
  top: 200px;
  animation: fadeInUp .3s;
  -moz-animation: fadeInUp .3s;
  -webkit-animation: fadeInUp .3s;
  -o-animation: fadeInUp .3s;
}

.layuivideo {
  width: 100%;
  position: relative;
}

.layuiBox1 .layerClose {
  display: block;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 37px;
  height: 37px;
  background: url(../images/icon-close2.png) no-repeat;
  z-index: 103;
  cursor: pointer;
}

.play-vi {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 54px;
  background-color: #000;
  box-sizing: border-box;
}

.layuiBox1 .layuivideo p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #424a5b;
  font-size: 16px;
  color: #fff;
  z-index: 9;
  text-indent: 2em;
  overflow: hidden;
  box-sizing: border-box;
}

.layuiBox1 .layuivideo video {
  outline: none;
}

/* @åº•éƒ¨ */
.foot-wrap {
  padding: 64px 0 10px;
}

.site-ul {
  margin-bottom: 85px;
}

.site-ul dl {
  float: left;
  width: 226px;
}

.site-ul dl:last-of-type {
  width: 70px;
}

.site-ul dl dt {
  height: 32px;
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 16px;
}

.site-ul dl dd {
  height: 28px;
  padding-right: 10px;
  line-height: 28px;
  font-size: 14px;
  overflow: hidden;
}

.site-ul dl dd a {
  color: #666666;
}

.site-foot {
  height: 58px;
  border-top: 1px solid #dfdfdf;
  line-height: 58px;
  font-size: 16px;
  color: #999999;
}

.site-foot>.fl>a {
  padding: 0 22px;
  color: #999999;
  font-size: 14px;
}

.site-foot>.fl>a:first-of-type {
  padding-left: 0;
}

.site-foot .fr p {
  color: #999999;
  font-size: 14px;
}

.icon-wchat,
.icon-sina {
  display: inline-block;
  height: 21px;
  margin-left: 20px;
  background: url(../images/icon-sina.png) no-repeat center center/cover;
  vertical-align: middle;
}

.icon-wchat {
  width: 26px;
  background-image: url(../images/icon-wchat.png);
}

.icon-sina {
  width: 27px;
  background-image: url(../images/icon-sina.png);
}

.icon-wchat:hover .wechatT {
  display: block;
}

.site-foot .wechatT {
  display: none;
  position: absolute;
  top: -173px;
  left: -70px;
  z-index: 99;
  width: 160px;
  height: 160px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
  background: #fff;
  border-radius: 5px;
}

.site-foot .wechatT em {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  z-index: 999;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
  font-size: 0px;
  line-height: 0px;
}

.site-foot .weixins {
  display: block;
  width: 110px;
  margin: 6px auto 0;
}

.site-foot .wechatT p {
  padding: 0 6px;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 18px;
}

/* @è¿”å›žé¡¶éƒ¨ */
.gotop {
  display: none;
  position: fixed;
  right: 120px;
  bottom: 120px;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #f4f4f4 url(../images/icon-gotop.png) no-repeat center center/32px;
  box-shadow: 0 5px 14px 3px rgba(0, 0, 0, .18);
  z-index: 10;
  cursor: pointer;
}
.section-title{
  letter-spacing: 5px;
  font-size: 30px;
  font-weight: 700;
  display: block;
  font-family: 'NotoSansCJKsc-Bold';
  color: #19191A;
}


/* @å…³äºŽæˆ‘ä»¬é¡µ s */
/* @banner */
.about-banner .banimg,
.value-banner .banimg,
.contact-banner .banimg,
.strategic-banner .banimg,
.social-banner .banimg,
.newslist-banner .banimg,
.edutechnology-banner .banimg {
  display: block;
  width: 100%;
}

.about-banner .bantxt,
.value-banner .bantxt,
.contact-banner .bantxt,
.strategic-banner .bantxt,
.social-banner .bantxt,
.newslist-banner .bantxt,
.edutechnology-banner .bantxt {
  position: absolute;
  top: 88px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1200px;
  height: 99px;
}

.about-banner .bantxt h2,
.value-banner .bantxt h2,
.contact-banner .bantxt h2,
.strategic-banner .bantxt h2,
.social-banner .bantxt h2,
.newslist-banner .bantxt h2,
.edutechnology-banner .bantxt h2 {
  height: 58px;
  margin-bottom: 4px;
  line-height: 58px;
  color: #fff;
  font-size: 40px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .8);
  font-weight: bold;
  letter-spacing: 10px;
}

.about-banner .bantxt p,
.value-banner .bantxt p,
.contact-banner .bantxt p,
.strategic-banner .bantxt p,
.social-banner .bantxt p,
.newslist-banner .bantxt p,
.edutechnology-banner .bantxt p {
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .8);
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* @å…¬å¸ä»‹ç» */
.about-description {
  padding: 74px 0 0;
  background: url(../images/about-highfloor.png) no-repeat right bottom/760px;
}

.about-description .limit-wid {
  width: 935px;
  padding-bottom: 105px;
}

.about-description .about-des {
  display: inline-block;
  margin-bottom: 47px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  word-break: break-all
}

.about-description .wid2 {
  width: 855px;
}

.about-description .wid3 {
  width: 795px;
}

.about-founder {
  padding: 80px 0 80px;
}

.about-founder .l {
  width: 50%;
  height: 439px;
}

.about-founder .l img {
  display: block;
  width: 100%;
}

.about-founder .r {
  width: 50%;
  height: 439px;
  padding: 45px 80px 0 60px;
  background-color: #fff;
  box-sizing: border-box;
}

.about-founder .r h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.about-founder .r h3 {
  font-size: 22px;
  color: #666666;
  line-height: 28px;
  text-align: center;
}

.about-founder .r p {
  max-height: 260px;
  margin-top: 32px;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  overflow: hidden;
}

.about-history {
  padding: 75px 0 295px;
}

.about-timeline {
  width: 100%;
  height: 350px;
  margin-top: 40px;
  background-color: #fff;
}

.about-timeline .swiper-container {
  height: 260px;
  width: 100%;
  position: relative;
}

/* .about-timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
} */
.about-timeline .swiper-slide {
  position: relative;
  height: 260px;
  color: #fff;
  overflow: hidden;
}

.about-timeline .limit-wid {
  width: 1080px;
  height: 240px;
  margin: 10px auto 0;
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, .1);
}

.about-timeline .swiper-slide .year {
  width: 240px;
  height: 240px;
  line-height: 240px;
  font-size: 50px;
  text-align: center;
  color: #f69533;
  font-weight: bold;
  opacity: 1;
}

.about-timeline .swiper-slide .text {
  width: 640px;
  max-height: 180px;
  padding: 30px 0 0;
  overflow: hidden;
}

.about-timeline .swiper-slide .text p {
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-timeline .swiper-slide .text a {
  color: #444444;
}

.about-timeline .swiper-slide .text a:hover {
  color: #0077c0;
}

.about-more {
  width: 200px;
  height: 240px;
  padding-top: 85px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  background-color: #e5f1f9;
  box-sizing: border-box;
}

.about-more em {
  display: block;
}

.about-timeline .swiper-pagination {
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1080px;
  height: 42px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  font-size: 18px;
  z-index: 1;
}

.about-timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 43px;
  width: 100%;
  height: 3px;
  background-color: #f5f5f5;
}

.about-timeline .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 42px;
  /*  margin: 0 50px !important; */
  line-height: 42px;
  text-align: center;
  background: transparent;
  color: #999999;
  opacity: 1;
}

.about-timeline .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 29px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 10px 10px;
  background-image: url(../images/icon-wz2.png)
}

.about-timeline .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #f69533;
}

.about-timeline .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  background-image: url(../images/icon-wz.png);
  background-size: cover;
}

.about-timeline .about-timeline-prev,
.about-timeline .about-timeline-next {
  top: auto;
  bottom: 24px;
}

.about-timeline .about-timeline-prev {
  left: 10px;
  background-image: url(../images/icon-black4-l.png);
}

.about-timeline .about-timeline-next {
  right: 10px;
  background-image: url(../images/icon-black4-r.png);
}

.about-cpc {
  padding: 180px 0 70px;
  margin-bottom: 42px;
  background: #0077c0 url(../images/about-cpcbg.png) no-repeat right bottom;
}

.about-cpc .cpc-wrap {
  position: absolute;
  top: -415px;
  left: 0;
}

.about-cpc .description {
  width: 100%;
  /* height: 240px; */
  padding: 54px 50px;
  margin-top: 38px;
  border: 1px solid #eee;
  line-height: 32px;
  font-size: 16px;
  color: #666666;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, .1);
}

.about-cpc .description p {
  height: 128px;
  overflow: hidden;
}

.about-cpc .num-detail {
  margin-top: 56px;
}

.about-cpc .num-detail li {
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #66add9;
  box-sizing: border-box
}

.about-cpc .num-detail li:last-of-type {
  border-right: none
}

.about-cpc .num-detail li b {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  vertical-align: top;
  font-size: 40px;
}

.about-cpc .num-detail em {
  display: inline-block;
  margin-right: 6px;
  font-size: 40px;
  color: #fff;
  font-style: normal;
  vertical-align: top;
}

.about-cpc .num-detail i {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  vertical-align: top;

}

.about-cpc .num-detail span {
  margin-top: 25px;
  display: block;
  color: #fff;
}

/* @å…³äºŽæˆ‘ä»¬é¡µ e */
/* @æ–‡åŒ–ä¸Žä»·å€¼è§‚é¡µ s */
/* @æ„¿æ™¯ */
.value-vision,
.value-worth,
.value-edu {
  padding: 75px 0 55px;
}

.value-tit {
  text-align: center;
}

.value-tit p {
  position: relative;
  line-height: 28px;
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}

.value-tit p em {
  color: #0077c0;
  font-size: 18px;
  font-weight: bold;
}

.value-tit h2 {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}

.value-tit h2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.value-tit h2 em {
  position: relative;
  zoom: 1;
  padding: 0 12px;
  background-color: #fff;
}

.value-visionli {
  margin-top: 70px;
}

.value-visionli li {
  float: left;
  width: 570px;
  height: 240px;
  margin-bottom: 24px;
  box-shadow: 0 5px 14px 3px rgba(102, 102, 102, .05);
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.value-visionli li:hover {
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, .05);
}

.value-visionli li:nth-child(2n) {
  margin-left: 25px;
}

.value-visionli li div.fl {
  overflow: hidden;
}

.value-visionli li div.fl,
.value-visionli li img {
  width: 200px;
  height: 240px;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.value-visionli li div.fl:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.value-visionli li div.fr {
  width: 370px;
  padding: 56px 40px 0 36px;
  box-sizing: border-box;
}

.value-visionli li h3 {
  display: inline-block;
  height: 22px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #0779c0;
  line-height: 22px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
}

.value-visionli li p {
  height: 96px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}

/* @ä½¿å‘½ */
.value-mission {
  height: 480px;
  background: url(../images/value-mission.jpg) no-repeat center center;
}

.value-mission .value-mission-n {
  height: 480px;
}

.value-mission-tit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 55px;
  margin: auto;
  width: 480px;
  height: 190px;
}

.value-mission-tit {
  text-align: left;
}

.value-mission-tit h2 {
  position: relative;
  padding: 0 0 16px;
  margin-top: 10px;
}

.value-mission-tit h2::before {
  height: 0;
}

.value-mission-tit h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: #f68b1d;
}

.value-mission-tit h2 em {
  padding: 0;
  background-color: transparent;
}

.value-mission-tit .detail {
  margin-top: 20px;
  line-height: 36px;
  font-size: 16px;
  color: #666;
}

/* @ä»·å€¼è§‚ */
.value-worth .value-tit h2 em {
  background-color: #fafafa;
}

.value-worth .setpad {
  margin-top: 55px;
  /*padding-bottom: 119px;*/
  padding-top: 119px;
}

.value-worth-vd .swiper-slide {
  background-color: #fff;
}

.value-worth-vd .swiper-slide .l {
  float: left;
  position: relative;
  width: 310px;
  height: 346px;
  color: #fff;
  overflow: hidden;
}

.value-worth-vd .swiper-slide .l img {
  display: block;
  width: 100%;
  height: 100%;
}

.value-worth-vd .swiper-slide .l div {
  position: absolute;
  top: 100px;
  left: 38px;
}

.value-worth-vd .swiper-slide .l h3,
.value-worth-vd .swiper-slide .l p {
  position: relative;
  height: 30px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}

.value-worth-vd .swiper-slide .l h3 {
  margin-bottom: 25px;
  font-size: 24px;
}

.value-worth-vd .swiper-slide .l h4 {
  position: absolute;
  top: 0;
  font-size: 48px;
  color: rgba(255, 255, 255, .38);
  font-weight: bold;
  z-index: 0;
  letter-spacing: 3px;
}

.value-worth-vd .swiper-slide .l p {
  font-size: 20px;
}

.value-worth-vd .swiper-slide ul {
  float: left;
  width: 890px;
  padding: 105px 50px 0 130px;
  box-sizing: border-box;
}

.value-worth-vd .swiper-slide ul li {
  position: relative;
  /* position: relative;
  height: 32px;*/
  padding-left: 10px;
  line-height: 32px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
}

.value-worth-vd .swiper-slide ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #666666;
}

.value-worth-page {
  position: absolute;
  left: 0 !important;
  /*bottom: 0 !important;*/
  top: 0 !important;
  margin: 0;
}

.value-worth-page span {
  position: relative;
  width: 222px;
  height: 119px;
  margin: 0 !important;
  border-right: 1px solid #f0f0f0;
  line-height: 114px;
  text-align: center;
  background-color: #fff;
  color: #999999;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
  font-size: 24px;
  font-weight: bold;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
}

.value-worth-page span:first-of-type {
  width: 310px;
}

.value-worth-page span:last-of-type {
  border-right: 0;
}

.value-worth-page span::before,
.value-worth-page .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.value-worth-page span::before {
  height: 1px;
  background-color: #f0f0f0;
}

.value-worth-page .swiper-pagination-bullet-active {
  border-right: #0077c0;
  background-color: #0077c0;
  color: #fff;
}

.value-worth-page .swiper-pagination-bullet-active::before {
  height: 4px;
  background-color: #009eff;
}

/*.value-worth-page span i{
  display: inline-block;
  width: 46px;
  height: 42px;
  margin-right: 22px;
  background-image: url(../images/icon-worth99.png);
  background-repeat:no-repeat;
  vertical-align: middle;
}*/
.value-worth-page span:first-of-type i {
  background-position: 0 0;
}

.value-worth-page span:nth-child(2) i {
  background-position: -64px 0;
}

.value-worth-page span:nth-child(3) i {
  background-position: -127px 0;
}

.value-worth-page span:last-of-type i {
  background-position: -200px 0;
}

.value-worth-page .swiper-pagination-bullet-active i {
  background-image: url(../images/icon-worth.png);
}

/* @æ•™è‚²ç†å¿µ */
.value-edu {}

.eduul {
  margin-top: 60px;
}

.eduul li {
  position: relative;
  float: left;
  width: 293px;
  margin-right: 9px;
  cursor: pointer;
  overflow: hidden;
}

.eduul li .mb {
  margin-bottom: 10px;
}

.eduul li .shadow {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 140, 226, .8);
  z-index: 1;
  transition: .35s;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  -ms-transition: .35s;
  -o-transition: .35s;
}

.eduul li .shadow::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin: auto;
  width: auto;
  height: auto;
  border: 1px solid #fff;
}

.eduul li img {
  display: block;
  width: 100%;
}

.eduul li .detail {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 160px;
  height: 120px;
  z-index: 1;
  transition: .35s;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  -ms-transition: .35s;
  -o-transition: .35s;
}

.eduul .hover:hover .shadow,
.eduul .hover:hover .detail {
  opacity: 1;
}

.eduul li .detail h3,
.eduul li .detail p {
  color: #fff;
  text-align: center;
}

.eduul li .detail h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;

}

.eduul li .detail p {
  font-size: 14px;
  line-height: 28px;

}

.eduul li:last-of-type {
  margin-right: 0;
}

/* @ç²¾ç¥ž */
.value-spirit .value-tit h2 em {
  background-color: #fafafa;
}

.value-spirit {
  padding: 80px 0 80px;
}

.spirit-vd-wrap .swiper-button-prev,
.spirit-vd-wrap .swiper-button-next {
  border-color: rgba(246, 149, 51, .8);
  background-color: rgba(255, 255, 255, .8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}

.spirit-vd-wrap .swiper-button-prev {
  background-image: url(../images/icon-orange-l.png);
}

.spirit-vd-wrap .swiper-button-next {
  background-image: url(../images/icon-orange-r.png);
}

.spirit-vd-wrap .swiper-button-prev:hover {
  background-color: rgba(246, 149, 51, .8);
  background-image: url(../images/icon-white-l.png);
}

.spirit-vd-wrap .swiper-button-next:hover {
  background-color: rgba(246, 149, 51, .8);
  background-image: url(../images/icon-white-r.png);
}

.value-spirit .l {
  width: 590px;
  height: 360px;
}

.value-spirit .l img {
  display: block;
  width: 100%;
}

.value-spirit .r {
  width: 50%;
  height: 360px;
  padding: 120px 65px 0 45px;
  background-color: #fff;
  box-sizing: border-box;
}

.value-spirit .r h3 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
}

.value-spirit .r p {
  /*height: 96px;*/
  margin-top: 32px;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  overflow: hidden;
}

.value-spirit .detail {
  width: 72%;
  margin: 32px auto 45px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-align: center;
}

/* @æ–‡åŒ–ä¸Žä»·å€¼è§‚é¡µ e */
/* @è”ç³»æˆ‘ä»¬é¡µ s*/
.contact-us .shadow {
  position: relative;
  top: -88px;
  box-shadow: 0 5px 18px 3px rgba(102, 102, 102, .1);
  background-color: #fff;
}

.contact-us .total .l,
.contact-us .total .r {
  float: left;
  width: 50%;
  height: 280px;
}

.contact-us .total .l {
  position: relative;
}

.contact-us .total .l img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 214px;
}

.contact-us .total .r {
  padding-top: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

.contact-us .total .r p {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-us .total .r em {
  font-weight: bold;
  color: #333333;
}

.totalul {
  position: relative;
  top: -30px;
}

.totalul li {
  float: left;
  width: 49%;
  height: 160px;
  padding: 20px;
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  ;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, .1);
  box-sizing: border-box;
}

.totalul li:nth-child(2n) {
  margin-left: 2%;
}

.totalul li .l {
  position: relative;
  width: 68px;
  height: 68px;
  border: 1px solid #dedede;
  margin-top: 34px;
  margin-right: 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

.totalul li .l img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: block;
  width: 100%;
}

.totalul li .r {
  width: calc(100% - 95px);
  max-height: 120px;
  overflow: hidden;
}

.totalul li .r h3 {
  height: 24px;
  margin-bottom: 8px;
  color: #0077c0;
  font-weight: bold;
}

.totalul li .r p {
  color: #666666;
  /* line-height: 24px; */
  max-height: 60px;
  overflow: hidden;
  word-break: break-all;
}

.totalul li .r p span {
  /* display: inline-block;
  vertical-align: top;
  max-width: 80%; */

}

.totalul li:hover {
  background-color: #f8f8f8;
  box-shadow: 0 0 14px 3px transparent;
}

.totalul li:hover h3 {
  color: #f68b1d;
}

/* @è”ç³»æˆ‘ä»¬é¡µ e*/
/* @ä¼ä¸šåŽ†ç¨‹é¡µ s*/

.progress-wrap {
  position: relative;
  width: 100%;
  margin: 110px auto 0;
  padding: 50px 0;
}

.progress-wrap .text-center {
  position: relative;
  margin-top: 60px;
  z-index: 2;
}

.progress-wrap .progress-year,
.progress-wrap .progress-more {
  position: relative;
  margin: 50px auto;
  width: 138px;
  height: 38px;
  border: 1px solid #dedede;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #258bc9;
  background-color: #fff;
  z-index: 1;
}

.progress-wrap .progress-more {
  margin-bottom: 0;
}

/* .progress{
  padding-top:150px;
} */
.progress:after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  height: calc(100% - 30px);
  width: 6px;
  margin-left: -4px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  background-color: #fff;
  border-radius: 2px;
}

.progress .progress-row {
  position: relative;
  padding-left: 0;
  padding-right: 50%;
  z-index: 10;
}

.progress .progress-row .progress-content {
  position: relative;
  width: 498px;
  /* height: 98px; */
  padding: 24px 28px;
  margin-left: 0;
  /* border: 1px solid #dedede; */
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  cursor: pointer;
}

.progress .progress-row .progress-content::after {
  /* content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -180px;
  margin: auto;
  width: 110px;
  height: 4px;
  background-color: #d7d7d7;
  border-radius: 10px;
  z-index: -1; */
}

.progress .progress-row:hover .progress-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 100%;
  background-color: #0077c0;
}

.progress .progress-row .progress-content h3 {
  line-height: 24px;
  font-size: 16px;
  color: #444444;
  font-weight: bold;
}

.progress .progress-row .progress-content h3 a {
  color: #444444;
}

.progress .progress-row .progress-content p {
  font-size: 14px;
  color: #999999;
}

.progress .progress-row .progress-icon {
  position: absolute;
  top: 48%;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  padding: 3px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  background-color: #fff;
  z-index: 100;
}

.progress .progress-row .progress-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -120px;
  margin: auto;
  width: 110px;
  height: 4px;
  background-color: #d7d7d7;
  border-radius: 10px;
  z-index: -1;
}
.progress .progress-row:nth-child(even) .progress-icon::after {
  right: 33px;
}

.progress .progress-row:nth-child(even) {
  padding-left: 50%;
  padding-right: 0;
}

.progress .progress-row:nth-child(even) .progress-content {
  float: right;
}

.progress .progress-row:nth-child(even) .progress-content::after {
  content: "";
  left: -76px;
  right: auto;

}

.progress .progress-row:nth-child(even):hover .progress-content::before {
  content: "";
  left: 0;
  right: auto;
}

/* @ä¼ä¸šåŽ†ç¨‹é¡µ e*/
/* @æˆ˜ç•¥æŠ•èµ„é¡µ s*/

/* @å…¬ç”¨æ ‡é¢˜ */
.strategic-tit h2 {
  height: 32px;
  margin-bottom: 10px;
  line-height: 32px;
  font-weight: bold;
  font-size: 30px;
}

.strategic-tit h3 {
  /* height: 24px; */
  margin-bottom: 40px;
  line-height: 24px;
  font-weight: bold;
  font-size: 24px;
  color: #0077c0;
}

.strategic-tit p {
  line-height: 32px;
  font-size: 16px;
  color: #666666;
}

/* @å·¦å³å…¬ç”¨ */
.public-str {
  position: relative;
  margin-top: 35px;
}

.public-str .l {
  width: 50%;
}

.public-str img {
  display: block;
  width: 100%;
}

.public-str .r {
  width: 50%;
  /* height: 510px; */
  box-sizing: border-box;
}

/* @æŠ•èµ„ç­–ç•¥ */
.strategic-strategy .l {
  float: left;
}

.strategic-strategy .r {
  float: right;
  padding: 130px 230px 0 110px;
}

/* @æŠ•èµ„æ–¹å‘ */
.strategic-orientation .l {
  float: right;
}

.strategic-orientation .r {
  float: left;
  padding: 160px 82px 0 360px;
}

/* @æŠ•èµ„ä¼˜åŠ¿ */
.strategic-advantage {
  padding: 55px 0 82px;
}

.advantage-vd {
  margin-top: 56px;
  height: 400px;
}

.advantage-vd .swiper-slide {
  position: relative;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.advantage-vd .detail,
.advantage-vd .detail .icon-advantage i {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.advantage-vd .detail {
  width: 56%;
  height: 164px;
  text-align: center;
}

.advantage-vd .detail .icon-advantage {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 auto 25px;
}

.advantage-vd .detail .icon-advantage em {
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../images/advantage-orange.png) no-repeat center center;
}

.advantage-vd .detail .i1 em {
  top: 5px;
  left: 5px;
}

.advantage-vd .detail .i2 em {
  top: 5px;
  right: 5px;
}

.advantage-vd .detail .i3 em {
  bottom: 5px;
  left: 5px;
}

.advantage-vd .detail .i4 em {
  bottom: 5px;
  right: 5px;
}

.advantage-vd .detail .icon-advantage span {
  position: relative;
  position: absolute;
  left: 0;
  width: 100%;
  height: 9px;
}

.advantage-vd .detail .icon-advantage span.t {
  top: 0;
}

.advantage-vd .detail .icon-advantage span.b {
  bottom: 0;
}

.advantage-vd .detail .icon-advantage span::after,
.advantage-vd .detail .icon-advantage span::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 9px;
  line-height: 9px;
  color: rgba(102, 102, 102, 40);
  font-size: 12px;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.advantage-vd .detail .icon-advantage span::after {
  right: 0;
  left: auto;
}

.advantage-vd .detail .icon-advantage i {
  width: 46px;
  height: 45px;
  background-image: url(../images/icon-advantage.png);
  background-repeat: no-repeat;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.advantage-vd .detail .i1 i {
  background-position: 0 0;
}

.advantage-vd .detail .i2 i {
  background-position: -68px 0;

}

.advantage-vd .detail .i3 i {
  background-position: -140px 0;

}

.advantage-vd .detail .i4 i {
  background-position: -205px 0;

}

.advantage-vd .detail p {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}


.advantage-vd .swiper-slide:hover {
  background-color: #4792d9;
}

.advantage-vd .swiper-slide:hover::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin: auto;
  width: auto;
  height: auto;
  border: 1px solid #fff;
}

.advantage-vd .swiper-slide:hover .icon-advantage span::after,
.advantage-vd .swiper-slide:hover .icon-advantage span::before {
  color: #91bee8;
}

.advantage-vd .swiper-slide:hover .icon-advantage i {
  background-image: url(../images/icon-advantage2.png);
}

.advantage-vd .swiper-slide:hover p {
  color: #ffffff;
}

.public-vd2 .swiper-button-prev,
.public-vd2 .swiper-button-next,
.bigdata-vd .swiper-button-prev,
.bigdata-vd .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-size: 60%;
}

.public-vd2 .swiper-button-prev,
.bigdata-vd .swiper-button-prev {
  left: -50px;
  background-image: url(../images/icon-blue-l.png);
}

.public-vd2 .swiper-button-next,
.bigdata-vd .swiper-button-next {
  right: -50px;
  background-image: url(../images/icon-blue-r.png);
}

.public-vd2 .swiper-button-prev:hover,
.bigdata-vd .swiper-button-prev:hover {
  background-color: #0077c0;
  background-image: url(../images/icon-white-l.png);
}

.public-vd2 .swiper-button-next:hover,
.bigdata-vd .swiper-button-next:hover {
  background-color: #0077c0;
  background-image: url(../images/icon-white-r.png);
}

.strategic-brands .fix-width2 {
  width: 1300px;
  margin: 0 auto;
}

/* @æŠ•èµ„å“ç‰Œ */
.brands-vd {
  margin: 55px auto 110px;
}

.brands-vd ul {
  width: 1200px;
  margin: 15px auto;
  box-sizing: border-box;
  /* border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede; */
}

.brands-vd li {
  float: left;
  position: relative;
  width: 25%;
  height: 114px;
  border: 1px solid #dedede;
  box-sizing: border-box;
}

.brands-vd li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.brands-vd li:hover {

  box-shadow: 0 0 24px 3px rgba(0, 119, 192, .11);
}

.strategic-brands .swiper-button-prev {
  left: 0;
}

.strategic-brands .swiper-button-next {
  right: 0;
}

/* @æˆ˜ç•¥æŠ•èµ„é¡µ e*/
/* @ç¤¾ä¼šè´£ä»»é¡µ s */
.social-banner .bantxt h2 {
  color: #0077c0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0);
}

.social-banner .bantxt p {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0);
}

/* @ceo */
.social-ceo {
  padding: 150px 0 147px;
}

.social-ceo>.fix-width {
  position: relative;

}

.social-ceo .l {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 265px;
  margin-right: 45px;
}

.social-ceo .l img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, .1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.social-ceo .r {
  width: 890px;
  padding-top: 15px;
}

.social-ceo .r h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #444;
}

.social-ceo .r p {
  line-height: 32px;
  font-size: 16px;
  color: #666;
  letter-spacing: 0.5px;
}

.social-ceo .r p a {
  color: #333;
}

.social-page {
  position: relative;
}

.social-page .look-more-border {
  margin: 42px 0 0;
  background-color: #0077c0;
  border-color: #0077c0;
  color: #fff;
}

.social-page .look-more-border:hover {
  background-color: #fff;
  border-color: #ccc;
  color: #999999;
}

/* @å…¬ç›ŠåŸºé‡‘ä¼š */
.social-publiclr .l {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.social-publiclr .l img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  /*  height: 100%; */
}

.social-publiclr .r {
  width: 55%;
  padding-top: 50px;
  box-sizing: border-box;
}

.social-publictit {}

.social-publictit h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 24px;
  color: #444444;
  font-weight: bold;

}

.social-publictit h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 1px;
  background: #0077c0;
}

.social-publictit p {
  max-height: 256px;
  line-height: 32px;
  font-size: 16px;
  color: #666666;
  /*å¤šè¡Œæ–‡æœ¬æº¢å‡ºçŽ°å®žçœç•¥å·*/
  display: -webkit-box;
  /*å°†å¯¹è±¡ä½œä¸ºå¼¹æ€§ä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º ã€‚*/
  display: -moz-box;
  overflow: hidden;
  /*æº¢å‡ºéšè—*/
  text-overflow: ellipsis;
  /*å¯ä»¥ç”¨æ¥å¤šè¡Œæ–‡æœ¬çš„æƒ…å†µä¸‹ï¼Œç”¨çœç•¥å·â€œâ€¦â€éšè—è¶…å‡ºèŒƒå›´çš„æ–‡æœ¬ ã€‚*/
  word-break: break-all;
  /*æ–‡æœ¬å¼ºåˆ¶æ¢è¡Œ*/
  -webkit-box-orient: vertical;
  /*æ–‡æœ¬è¢«æ°´å¹³æˆ–åž‚ç›´æŽ’åˆ—ã€‚*/
  -webkit-line-clamp: 8;
  /*ç”¨æ¥é™åˆ¶åœ¨ä¸€ä¸ªå—å…ƒç´ æ˜¾ç¤ºçš„æ–‡æœ¬çš„è¡Œæ•°ã€‚*/

}

.social-fund {
  position: relative;
  height: 505px;
  background-color: #f7f7f7;
}

.social-fund .l {

  width: 45%;
}

.social-fund .r {
  padding-left: 100px;
}

/* @å¸Œæœ›åœ¨çº¿ */
.social-hope {
  padding: 110px 0 100px;
}

.social-hope img {
  margin-bottom: 30px;
}

.social-hope .l {
  width: 400px;
  margin-top: 8px;
}

.social-hope .l h3 {
  font-weight: bold;
  font-size: 24px;
  color: #444444;
}

.social-hope .l h4 {
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
}

.social-hope .r {
  width: 800px;
  line-height: 32px;
  font-size: 16px;
  color: #666666;
}

.social-hope ul {
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.social-hope ul li {
  width: 30%;
  padding: 40px 0 60px;
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, .1);
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.social-hope ul li i {
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fbfbfb;
  background-image: url(../images/icon-socialhope.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  /* background-size: ; */
}

.social-hope ul li .icon-hope1 {
  background-position: 14px 16px;
}

.social-hope ul li .icon-hope2 {
  background-position: -93px 16px;
}

.social-hope ul li .icon-hope3 {
  background-position: -205px 16px;
}

.social-hope ul li p {
  width: 88%;
  margin: 0 auto 0;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.social-hope ul li .t {
  margin-bottom: 32px;
  font-size: 20px;
  color: #333333
}

.social-hope ul li:hover {
  background-color: #0077c0;
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, 0);
}

.social-hope ul li:hover i {
  background-color: #ffffff;
}

.social-hope ul li:hover p {
  color: #ffffff;
}

/* @å±•ç¤º4å— */
.social-module,
.social-module2,
.social-module3,
.social-module4 {
  height: 500px;
  margin-bottom: 70px;
}

.social-module .l,
.social-module3 .l {
  right: 0;
  left: auto;
  width: 50%;
}

.social-module .r,
.social-module3 .r {
  float: left;
  width: 41%;
  padding-top: 68px;
}

.social-module .r p,
.social-module3 .r p {
  margin-bottom: 35px;
}

/* .social-module2{
  height: 500px;
  margin-bottom: 70px;
} */
.social-module2 .l,
.social-module4 .l {
  width: 50%;
}

.social-module2 .r,
.social-module4 .r {
  width: 41%;
  padding-top: 90px;
}

.social-module2 .r p,
.social-module4 .r p {
  margin-bottom: 35px;
}

.social-module3 {
  height: 505px;
}

.social-module3 h3 {
  margin-bottom: 12px;
}

.social-module3 h4 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #666666;
}

.social-chronicle h3 {
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.social-chronicle h3::after {
  position: absolute;
  right: 0;
  margin: auto;
}

.social-chronicle h4 {
  position: relative;
  margin-bottom: 25px;
  font-size: 16px;
  color: #666666;
}

.social-module3 .look-more-border {
  margin-left: 60%;
}

.social-module4 {
  height: 500px
}

.social-module4 .r {
  padding-top: 55px;
}

.social-module4 .r p {
  max-height: 96px;
  overflow: hidden;
}


.social-module4 .num-detail {
  margin-top: 56px;
}

.social-module4 .num-detail li {
  float: left;
  width: 45%;
  padding-left: 5%;
  text-align: left;
  color: #666666;
  font-size: 16px;
}

.social-module4 .num-detail em {
  margin-right: 4px;
  color: #f68b1e;
  font-size: 36px;
  font-weight: bold;
}

.social-module4 .num-detail span {
  display: block;
  color: #444444;
}

/* @å…¬ç›Šå¤§äº‹è®° */
.social-chronicle {
  padding: 60px 0;
}

.social-timeline {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}

.social-timeline .swiper-container {
  position: relative;
  width: 100%;
  height: 310px;
}

/* .social-timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
} */
.social-timeline .swiper-slide {
  position: relative;
  height: 310px;
  color: #fff;
  overflow: hidden;
}

.social-timeline .limit-wid {
  width: 1000px;
  height: 290px;
  margin: 10px auto 0;
  box-shadow: 0 0 14px 3px rgba(247, 247, 247, .35);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.social-timeline .swiper-slide .img {
  width: 400px;
  height: 290px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.social-timeline .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.social-timeline .swiper-slide .text {
  width: 600px;
  /* max-height: 228px; */
  max-height: 300px;
  padding: 10px 10px 0 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.social-timeline .swiper-slide .text h3 {
  margin-bottom: 25px;
  font-size: 21px;
  color: #333333;
  font-weight: bold;
}

.social-timeline .swiper-slide .text p {
  position: relative;
  height: 60px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
}

.social-timeline .swiper-slide .text p::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #0077c0;
}

.social-timeline .swiper-slide .text a {
  color: #666666;
}

.social-timeline .swiper-slide .text a:hover {
  color: #0077c0;
}

.social-more {
  width: 200px;
  height: 240px;
  padding-top: 85px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  background-color: #e5f1f9;
  box-sizing: border-box;
}

.social-more em {
  display: block;
}

.social-timeline .swiper-pagination {
  top: auto;
  /*  bottom:60px; */
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 42px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  font-size: 18px;
  z-index: 1;
}

.social-timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 43px;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}

.social-timeline .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 42px;
  /*  margin: 0 50px !important; */
  line-height: 50px;
  text-align: center;
  background: transparent;
  opacity: 1;
  font-size: 20px;
  color: #666666;
  font-weight: bold;
}

.social-timeline .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  background-image: url(../images/icon-wz2.png);
}

.social-timeline .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #f78b1e;
}

.social-timeline .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  background-image: url(../images/icon-wz3.png);
  background-size: cover;
}

.social-timeline .social-timeline-prev,
.social-timeline .social-timeline-next {
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #9c9c9c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.social-timeline .social-timeline-prev {
  left: 0;
  background-image: url(../images/icon-black4-l.png);
}

.social-timeline .social-timeline-next {
  right: 0;
  background-image: url(../images/icon-black4-r.png);
}

.social-timeline .social-timeline-prev:hover,
.social-timeline .social-timeline-next:hover {
  border-color: #f78b1e;
}

.social-timeline .social-timeline-prev:hover {
  background-image: url(../images/icon-orange-l.png);
}

.social-timeline .social-timeline-next:hover {
  background-image: url(../images/icon-orange-r.png);

}

/* @ç›¸å…³æ–°é—» */
.social-news {
  padding: 85px 0 80px;
}

.social-news .social-publictit h3::after,
.social-report .social-publictit h3::after {
  right: 0;
  margin: auto;
  width: 30px;
}

.social-news .s4-con {
  margin-top: 50px;
}

/* @ç¤¾ä¼šè´£ä»»æŠ¥å‘Š */
.social-report {
  padding: 55px 0 135px;
  overflow: hidden;
}

.social-report .social-publictit h3 {
  color: #fff;
}

.social-report .social-publictit h3::after {
  background-color: #fff;
}

.report-vd .l p {
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px;
}

.report-vd .l p.fw {
  margin-bottom: 0;
}

.report-vd a {
  width: 36px;
  height: 36px;
  border: 2px solid #009eff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff url(../images/icon-download.png) no-repeat center center;
}

.report-vd .swiper-slide {
  padding: 40px 20px 40px 25px;
  border: 1px solid #4da0d3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-sizing: border-box;
}

.report-vd .swiper-slide:hover {
  border-color: rgba(255, 255, 255, .65);
}

.report-setpage {
  margin-top: 40px;
}

.report-setpage .report-prev,
.report-setpage .report-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .18)
}

.report-setpage .report-prev {
  left: -45px;
  background: #fff url(../images/icon-blue-l.png) no-repeat center center/22px;
}

.report-setpage .report-next {
  right: -45px;
  background: #fff url(../images/icon-blue-r.png) no-repeat center center/22px;
}

/* @ç¤¾ä¼šè´£ä»»é¡µ e */

/* @æ–°é—»åˆ—è¡¨é¡µ s */
.newslist {
  padding: 70px 0 60px;
}

.newslist-banner,
.edutechnology-banner {
  padding-top: 100px;
}

.news-tit {
  position: relative;
  margin-bottom: 34px;
}

.news-cla {
  margin-bottom: 58px;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  -webkit-perspective: initial !important;
}

.news-cla .l li {
  position: relative;
  float: left;
}

.news-cla .l a {
  position: relative;
  float: left;
  padding-left: 22px;
  padding-right: 55px;
  font-size: 16px;
}

.news-cla .l a.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border: 2px solid #f68b1d;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.news-cla .r input {
  width: 260px;
  height: 36px;
  padding-left: 18px;
  border: 1px solid #cccccc;
  color: #666666;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-sizing: border-box;
}

.news-tit h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.news-tit h4 {
  position: absolute;
  top: 0;
  font-size: 36px;
  color: rgba(0, 0, 0, .05);
  font-weight: bold;
  text-transform: uppercase;
  z-index: 0;
}

.newsul {}

.newsul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.newsul li:nth-child(3n) {
  margin-right: 0;
}

.newsul li img {
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 25px;
}

.newsul li .txt-detail {
  height: 40px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
}

.newsul li .time {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  overflow: hidden;
}

.returnpage {
  padding: 25px 0 0;
  text-align: center;
}

.returnpage a,
.returnpage span {
  display: inline-block;
  padding: 10px 18px;
  margin: 0 5px;
  font-size: 14px;
  vertical-align: top;
  background-color: #ebebeb;
  color: #666666;
}

.returnpage .active,
.returnpage a:hover,
.returnpage span:hover {
  background-color: #fea044;
  color: #fff;
}

.returnpage .surplus {
  background-color: #fff;
}

/* @æ–°é—»åˆ—è¡¨é¡µ e */
/* @æ–°é—»è¯¦æƒ…é¡µ s */
.newsarticle {
  padding-top: 160px;
}

.newsarticle .head-wrap {
  background-color: #f4f4f4;
  background-image: none;
}

.newsarticle .news-cla {
  margin-bottom: 50px;
}

.newscon-wrap {
  padding: 60px 145px;
}

.newscon-wrap h1.tit {
  height: 40px;
  margin-bottom: 20px;
  line-height: 28px;
  font-weight: bold;
  font-size: 24px;
  color: #333;
  text-align: center;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}

.newscon-wrap .time {
  margin-bottom: 30px;
  color: #666;
  font-size: 16px;
  text-align: center;
}

.newscon {}

.newscon .news-art {
  position: relative;
  width: 75%;
  margin: 50px auto;
}

.newscon .news-art img {
  display: block;
  width: 100%;
}

.newscon img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  margin: 0 auto 20px;
}

.newscon p,
.newscon div {
  margin-bottom: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  text-indent: 2em;
}

.newscon h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
  text-indent: 1.5em;
  font-weight: bold;
}

.uppage {}

.uppage p {
  float: left;
  width: 50%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
}

.uppage p span,
.uppage p a {
  float: left;
}

.uppage p span {
  width: 65px;
}

.uppage p a {
  width: calc(100% - 65px);
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* @æ–°é—»è¯¦æƒ…é¡µ e */
/* @æ•™è‚²ç§‘æŠ€é¡µ s */
.blings {
  position: absolute;
  right: 0;
  bottom: 0;
  /* width: 400px; */
  width: 30%;
  height: 100%;
}

.blings i {
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px 3px rgba(41, 164, 246, .20);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: bling .8s ease-in-out infinite alternate;
  -webkit-animation: bling .8s ease-in-out infinite alternate;
}

.blings i:first-of-type {
  top: 24%;
  left: 0;
  width: 4px;
  height: 4px;
}

.blings i:nth-child(2) {
  top: 27%;
  left: 32%;
  width: 5px;
  height: 5px;
  animation-delay: .5s;
}

.blings i:nth-child(3) {
  top: 35%;
  left: 57%;
  width: 5px;
  height: 5px;
  animation-delay: .8s;
}

.blings i:nth-child(4) {
  top: 45%;
  left: 10%;
  width: 3px;
  height: 3px;
}

.blings i:nth-child(5) {
  top: 50%;
  left: 60%;
  width: 3px;
  height: 3px;
  animation-delay: .6s;
}

.blings i:nth-child(6) {
  top: 58%;
  left: 30%;
  width: 6px;
  height: 6px;
}

.blings i:nth-child(7) {
  top: 65%;
  left: 70%;
  width: 4px;
  height: 4px;
  animation-delay: .5s;
}

.blings i:nth-child(8) {
  top: 72%;
  left: 42%;
  width: 4px;
  height: 4px;
}

.blings i:nth-child(9) {
  top: 72%;
  left: 12%;
  width: 3px;
  height: 3px;
  animation-delay: .2s;
}

.blings i:nth-child(10) {
  bottom: 5%;
  left: 0;
  width: 2px;
  height: 2px;
}

.blings i:nth-child(11) {
  top: 36%;
  left: 23%;
  width: 4px;
  height: 4px;
}

.blings i:nth-child(12) {
  top: 76%;
  left: 32%;
  width: 5px;
  height: 5px;
  animation-delay: .5s;
}

.blings i:nth-child(13) {
  top: 65%;
  left: 52%;
  width: 5px;
  height: 5px;
  animation-delay: .8s;
}

.blings i:nth-child(14) {
  top: 85%;
  left: 60%;
  width: 3px;
  height: 3px;
}

.blings i:nth-child(15) {
  top: 90%;
  left: 30%;
  width: 3px;
  height: 3px;
  animation-delay: .6s;
}

.blings i:nth-child(16) {
  top: 48%;
  left: 43%;
  width: 6px;
  height: 6px;
}

.blings i:nth-child(17) {
  top: 88%;
  left: 76%;
  width: 4px;
  height: 4px;
  animation-delay: .5s;
}

.blings i:nth-child(18) {
  top: 82%;
  left: 38%;
  width: 4px;
  height: 4px;
}

.blings i:nth-child(19) {
  top: 70%;
  left: 3%;
  width: 3px;
  height: 3px;
  animation-delay: .2s;
}

.blings i:nth-child(20) {
  bottom: 3%;
  left: 14%;
  width: 2px;
  height: 2px;
}

@keyframes bling {
  from {
    /*  background-color: rgba(255,255,255,.9); */
    background-color: rgba(125, 227, 251, .9);
    box-shadow: 0 0 10px 3px rgba(41, 164, 246, .20);
  }

  100% {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 14px 3px rgba(255, 255, 255, .9);
  }
}

.edutechnology-tit {
  font-size: 24px;
  font-weight: bold;
}

/* @TAL AI Lab */
.edu-ailab {
  padding: 200px 0 120px;
}

.edu-ailab .l {
  position: absolute;
  top: 0;
  left: -30px;
}

.edu-ailab .l .hand {
  /*  animation: hand 1.4s ease-in-out infinite alternate;
  -webkit-animation: hand 1.4s ease-in-out infinite alternate;
  transform-origin: left center; */
}

@keyframes hand {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  100% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
  }
}

.edu-ailab .l .line {
  position: absolute;
  right: 44%;
  top: 165px;
  width: 21px;
  height: 312px;
  background: url(../images/ailab-line1.png) no-repeat left top;
  animation: line 1.4s linear infinite alternate;
  -webkit-animation: line 1.4s linear infinite alternate;
}

@keyframes line {
  from {
    top: 0;
    opacity: 0;
  }

  100% {
    top: 165px;
    opacity: 1;
  }
}

.edu-ailab .l .line:nth-child(2) {
  right: 36%;
  top: 114px;
  animation-name: line2;
}

@keyframes line2 {
  from {
    top: 0;
    opacity: 0;
  }

  100% {
    top: 114px;
    opacity: 1;
  }
}

.edu-ailab .l .line:nth-child(3) {
  right: 31%;
  top: 1px;
  animation-name: line3;
}

@keyframes line3 {
  from {
    top: -10px;
    opacity: 0;
  }

  100% {
    top: 50px;
    opacity: 1;
  }
}

.edu-ailab .l .line:nth-child(4) {
  right: 24%;
  top: 202px;
  animation-name: line4;
}

@keyframes line4 {
  from {
    top: 0;
    opacity: 0;
  }

  100% {
    top: 202px;
    opacity: 1;
  }
}

.edu-ailab .l .line:nth-child(5) {
  right: 19%;
  top: 141px;
  animation-name: line5;
}

@keyframes line5 {
  from {
    top: 0;
    opacity: 0;
  }

  100% {
    top: 141px;
    opacity: 1;
  }
}

.edu-ailab .l .line:nth-child(6) {
  right: 14%;
  top: 200px;
  animation-name: line6;
}

@keyframes line6 {
  from {
    top: 0;
    opacity: 0;
  }

  100% {
    top: 200px;
    opacity: 1;
  }
}

/* @keyframes line{
  from{
    height:0;
    opacity: 0;
  }
  100%{
    height: 312px;
    opacity: 1;
  }
} */
.edu-ailab .l .sq {
  position: absolute;
  right: 20%;
  top: 239px;
  width: 201px;
  height: 196px;
  background: url(../images/ailab-sq2.png) no-repeat left top;
  /*  animation: sq 1.4s linear infinite alternate;
  -webkit-animation: sq 1.4s linear infinite alternate; */
}

/* @keyframes sq{
  from{
    top: 0;
    opacity: 0;
  }
  100%{
    top: 239px;
    opacity: 1;
  }
} */
.edu-ailab .r {
  width: 50%;
  padding-top: 30px;
}

.edu-ailab .r p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  word-break: break-all;
}

/* @è„‘ç§‘å­¦å®žéªŒå®¤ */
.edu-brain {
  padding: 80px 0;
  /*  background: #116ed9 url(../images/brain-bg.png) no-repeat left bottom; */
  background: #116ed9 url(../images/brain-bg2.png) no-repeat left bottom;
  text-align: center;
}

.edu-brain,
.edu-brain .limit-wid {
  position: relative;
  z-index: 1;
}

.edu-brain .limit-wid {
  max-width: 800px;
  margin: 0 auto;
}

.edu-brain .edutechnology-tit,
.edu-live .edutechnology-tit,
.edu-bigdata .edutechnology-tit {
  margin-bottom: 80px;
  line-height: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.edu-brain .edutechnology-tit {
  margin-bottom: 40px;
}

.edu-brain .txt1 {
  margin-bottom: 18px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
}

.edu-brain .txt2 {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

.edu-brain ul {
  margin-top: 55px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  /* overflow: hidden; */

}

.edu-brain ul li {
  float: left;
  width: 27%;
  margin-right: 6%;
  padding: 0 3%;
}

.edu-brain ul li:first-of-type {
  padding: 0;
}

.edu-brain ul li:last-of-type {
  width: 33%;
  margin-right: 0;
  padding: 0;
}

.edu-brain ul li img {
  display: block;
  margin: 0 auto 40px;
}

.edu-brain ul li h4 {
  height: 24px;
  margin-bottom: 7px;
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}

.edu-brain ul li p {
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}

/* @ç›´æ’­*/
.edu-live {
  padding: 80px 0;
  background: #eff5fc url(../images/live-bg.png) no-repeat right bottom;
}

.edu-live .edutechnology-tit,
.edu-bigdata .edutechnology-tit {
  color: #333333;
}

.edu-live ul {
  width: 93%;
  margin: 55px auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;

}

.edu-live ul li {
  float: left;
  width: 31%;
  height: 492px;
  padding: 70px 44px;
  margin-right: 3%;
  background-color: #fff;
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, 0.1);
  box-sizing: border-box;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.edu-live ul li:last-of-type {
  margin-right: 0;
}

.edu-live ul li i {
  display: block;
  width: 81px;
  height: 81px;
  margin: 0 auto 38px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.edu-live ul li .livei1 {
  background-image: url(../images/live-img1.png);
}

.edu-live ul li .livei2 {
  background-image: url(../images/live-img2.png);
}

.edu-live ul li .livei3 {
  background-image: url(../images/live-img3.png);
}

.edu-live ul li h4 {
  height: 24px;
  margin-bottom: 38px;
  line-height: 24px;
  color: #333333;
  font-size: 23px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.edu-live ul li p {
  line-height: 32px;
  color: #666;
  font-size: 16px;
  /* letter-spacing: .5px; */
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.edu-live ul li:hover {
  background-color: #326fc0;
}

.edu-live ul li:hover .livei1 {
  background-image: url(../images/live-img1-h.png);
}

.edu-live ul li:hover .livei2 {
  background-image: url(../images/live-img2-h.png);
}

.edu-live ul li:hover .livei3 {
  background-image: url(../images/live-img3-h.png);
}

.edu-live ul li:hover h4,
.edu-live ul li:hover p {
  color: #fff;
}

/* @å¤§æ•°æ® */
.edu-bigdata {
  padding: 100px 0 130px;
  background: url(../images/edu-bluebg.jpg) no-repeat left bottom;
}

.bigdata-vd {
  width: 1346px;
  height: 522px;
  margin: 0 auto;
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, 0.1);
  background-color: #fff;
}

.bigdata-vd .l {
  /* width: 562px; */
  width: 810px;
  height: 100%;
}

.bigdata-vd .l img {
  display: block;
  width: 100%;
  height: 100%;
}

.bigdata-vd .r {
  /* width: 782px;*/
  width: 534px;
  padding: 40px 30px 0 50px;
  color: #000;
  box-sizing: border-box;
}

.bigdata-vd .r h3 {
  margin-bottom: 40px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
  overflow: hidden;
}

.bigdata-vd .r h4 {
  margin-bottom: 35px;
  max-height: 48px;
  line-height: 24px;
  font-size: 20px;
  overflow: hidden;
}

.bigdata-vd .r p {
  margin-bottom: 35px;
  max-height: 210px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  word-break: break-all;
}

.bigdata-vd .swiper-button-prev,
.bigdata-vd .swiper-button-next {
  top: auto;
  bottom: 62px;
  margin-top: 0;
}

.bigdata-vd .swiper-button-prev {
  left: auto;
  right: 576px;
}

.bigdata-vd .swiper-button-next {
  left: auto;
  right: 535px;
}

.bigdata-vd2 {
  margin-top: 60px !important;
}

/* @canvas */
#waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
  z-index: 0;
  /* background-color: #0f6cd7; */
}

/* @æ•™è‚²ç§‘æŠ€é¡µ e */

.social-timeline2 {
  height: 450px;
  margin-top: 40px;
}

.social-timeline2 .swiper-slide .list {
  position: relative;
  float: left;
  width: 22.75%;
  height: 360px;
  margin-right: 3%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.social-timeline2 .swiper-slide .list:nth-child(4n) {
  margin-right: 0;
}

.social-timeline2 .swiper-slide .list>img {
  display: block;
  width: 100%;
}

.social-timeline2 .swiper-slide .list>p {
  max-height: 104px;
  padding: 0 15px;
  margin: 10px auto;
  line-height: 26px;
  color: #666;
  /*  overflow-y: scroll; */
}

.social-timeline2 .swiper-slide .list>a {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 106px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f9f9f9;
  color: #666;
}

.social-timeline2 .swiper-slide .list:hover>a {
  background-color: #eef5f8;
}

.social-timeline2 .swiper-pagination {
  top: auto;
  /*  bottom:60px; */
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 42px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  font-size: 18px;
  z-index: 1;
}

.social-timeline2 .swiper-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 43px;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.social-timeline2 .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 42px;
  /*  margin: 0 50px !important; */
  line-height: 50px;
  text-align: center;
  background: transparent;
  opacity: 1;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
}

.social-timeline2 .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.social-timeline2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #f78b1e;
}

.social-timeline2 .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  background-color: #f78b1e;
}

.social-timeline2 .social-timeline-prev2,
.social-timeline2 .social-timeline-next2 {
  top: auto;
  bottom: 30px;
  margin: 0;
  width: 28px;
  height: 28px;
  border-color: #cccccc;
  line-height: 28px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-image: none;
  background-color: #fff;
  text-align: center;
  opacity: 1 !important;
}

.social-timeline2 .social-timeline-prev2 {
  left: 0;
}

.social-timeline2 .social-timeline-next2 {
  right: 0;
}

.social-timeline2 .social-timeline-prev2:hover,
.social-timeline2 .social-timeline-next2:hover {
  border-color: #f78b1e;
}

.social-timeline2 .social-timeline-prev2:hover {
  background-image: none;
}

.social-timeline2 .social-timeline-next2:hover {
  background-image: none;

}

/* @ç§»åŠ¨ */
.social-timeline3 {
  display: none;
  margin-top: 20px;
  padding-bottom: 40px;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  -o-transition: .1s;
}

.social-timeline3 .swiper-wrapper {
  padding-bottom: 30px;
}

.social-timeline3 .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}

.social-timeline3 .swiper-pagination {
  width: 100%;
  bottom: 0;
  text-align: center;
}

.social-timeline3 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.social-timeline3 .times {
  float: left;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 10px;
  line-height: 10px;
  text-align: left;
  font-size: 14px;
  color: #FF9900;
  font-weight: bold;
  background: #f7f7f7;
}

.social-timeline3 .times i {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  background: #FF9900;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.mobilewen {
  border-left: 1px solid #ddd;
  padding: 20px 0 0 10px;
  margin: 10px 0 0 5px;
  color: #666;
}

.mobilewen .list {
  padding-bottom: 20px;
}

.mobilewen .list img {
  float: left;
  width: 42%;
}

.mobilewen .list>div {
  float: right;
  width: 58%;
}

.mobilewen .list>div a {
  display: inline-block;
  padding: 5px 6px;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
  background: #eef5f8;
}

.mobilewen .list>div p {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}


/* @20191029 å¤´éƒ¨å¯¼èˆªä¸‹æ‹‰ */
.nav-wrap li a b {
  position: relative;
  top: -2px;
  display: block;
  width: 0px;
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-bottom: 2px solid #0280bb;
}

.nav-wrap li:hover>a b {
  width: 100%;
}
.nav-wrap .hl_none:hover>a b {
  display: none;
}
.second-nav-wrap {
  display: none;
  position: absolute;
  top: 75%;
  left: 50%;
  margin-left: -57px;
  width: 114px;
  overflow: hidden;
}

.w2 {
  width: 200px;
  /* margin-left: -100px; */
}

.nav-wrap .second-nav {
  padding: 7px 15px 5px 15px;
 /* background: url(../images/opacity-90.png); */
  width: 67px;
  margin-left: 3px !important;
  /* background-color: transparent; */
  background-color: rgba(255, 255, 255, .9);
  margin-top: -9px;
}

.nav-wrap .second-nav-wrap i {
  content: '';
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 9px;

  background: transparent url(../images/second-nav.png) no-repeat center center/cover;
}

.item-active{
  color: #006CB7 !important;
}
.nav-wrap .second-nav a {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #373838;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 17px;
}

.nav-wrap .second-nav a:hover {
  color: #006CB7 !important;
}

/* @æœç´¢é¡µ */
.search-body .head-wrap {
  background-color: #f4f4f4;
  background-image: none;
}

.search-tit-wrap {
  padding: 180px 0 55px;
}

.search-tit h3 {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #0077c0;
}

.search-tit h4 {
  display: inline-block;
  font-size: 18px;
  color: #f68b1e;
  text-transform: uppercase;
}

.search-exit {
  position: relative;
  top: -5px;
  font-size: 14px;
  color: #444;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.exit {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: url(../images/icon-close.png) no-repeat center center/cover;
}

.search-form form {
  padding: 15px 22px 15px;
  background-color: #f5f5fb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.search-form .sub {
  float: left;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent url(../images/icon-search-blue.png) no-repeat center center/22px 22px;
}

.search-form .inp {
  float: left;
  width: calc(100% - 48px);
  border: 0;
  padding: 0 10px;
  height: 48px;
  color: #9fa4c8;
  background-color: #f5f5fb;
  font-size: 18px;
  box-sizing: border-box;
}

.search-form .inp::-webkit-input-placeholder {
  color: #9fa4c8;
}

.search-tip {
  margin: 22px 0 54px;
  color: #444444;
  font-size: 14px;
}

.search-tip em,
.searchul span,
.searchul span a {
  color: #f78b1e;
}

.searchul {
  padding-bottom: 200px;
}

.searchul li {
  position: relative;
  float: left;
  width: 44%;
  padding-left: 20px;
  margin-bottom: 38px;
  box-sizing: border-box;
}

.searchul li:nth-child(2n) {
  margin-left: 12%;
}

.searchul li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #0077c0;
}

.searchul h4 {
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}

.searchul h4 a:hover {
  color: #0077c0;
}

.searchul h4 a {
  color: #333;
}

.searchul span {
  display: block;
  line-height: 32px;
  font-size: 12px;
}

.searchul .txt-detail {
  line-height: 18px;
  font-size: 14px;
  color: #666666;
}

/* @20191028 indexæ–°é—»ä¸­å¿ƒã€ç¤¾ä¼šè´£ä»»é¡µè½®æ’­*/
.overflow-hide {
  overflow: hidden;
}

.s4-con {
  overflow: initial;
}

.s4-con .swiper-slide {
  width: 100%
}

.s4-con .swiper-slide .txt-detail,
.s4-con .swiper-slide .time {
  display: none;
}

.s4-con .swiper-slide-active .txt-detail,
.s4-con .swiper-slide-active .time {
  display: block;
}

.s4-con .swiper-slide-next .txt-detail,
.s4-con .swiper-slide-next .time {
  display: block;
}

.pb30 {
  padding-bottom: 30px;
}

/* @é¦–é¡µè§†é¢‘  ç§»åŠ¨ç«¯æ—¶ */
.idx-bannerplay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 1;
  background: rgba(0, 0, 0, .6) url(/images/icon-banplay.png) no-repeat center center/20px;
  font-size: 0;
  border-radius: 50%;
}


/* @è½®æ’­ è§†é¢‘+å›¾ç‰‡ */
.vd-banner-s1-v {
  position: relative;
  z-index: 0;
  width: 100%;
  /*  height: 100vh; */
  /* min-width: 1200px; */
}

.vd-banner-s1-v .swiper-slide {
  overflow: hidden;
}

.idx-video-wrap {
  /* height: 100vh; */
  overflow: hidden;
}

.idx-video {
  display: block;
  width: 100%;
}

.vd-banner-s1-v .banimg {
  display: block;
  width: 100%;
}

.vd-banner-s1-v .bantxt {
  position: absolute;
  top: 55px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1200px;
  height: 99px;
}

.vd-banner-s1-v .bantxt h2 {
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  letter-spacing: 0;
  text-align: center;
}

.vd-banner-s1-v .swiper-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/opacity-13.png);
}

.vd-banner-s1-v .fix-width {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
  margin: auto;
  height: 65px;
}

.vd-banner-s1-v video {
  object-fit: cover;
}

.s1-page {
  position: absolute;
  bottom: 0;
  right: 12px;
  text-align: right;
}

.s1-page span {
  width: 6px;
  height: 6px;
  margin: 0 13px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  color: #fff;
  background-color: #fff;
  opacity: 1;
  vertical-align: middle;
}

.s1-page .swiper-pagination-bullet-active {
  width: 63px;
  height: 63px;
  border: 1px solid #fff;
  line-height: 63px;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
}

.banplay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63px;
  height: 63px;
  border: 1px solid #fff;
  background: url(../images/icon-banplay.png) no-repeat center center/19px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}


.wjx {
  float: left;
  width: 690px;
  height: 346px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 200px;
}

.wjx::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}


.w_contactUs {
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  line-height: 36px;
  width: 100px;
  margin-left: 20px;
}

.w_maskBox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.w_popContentBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 540px;
  width: 920px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  padding: 0 40px;
}

.w_popContentBox h3 {
  font-size: 24px;
  font-weight: bold;

  text-align: center;
  width: 100%;
  margin-top: 38px;
  margin-bottom: 60px;
}

.w_popContentBox .w_closeBtn {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

.w_popContent {
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: space-between;
}

.w_contentLeft {
  height: 280px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.w_leftItem {
  display: flex;
  align-items: center;
}

.w_contentLeft label {
  font-size: 14px;
  color: #666;
  width: 60px;
}

.w_contentLeft span {
  color: #cc0000;
}

.w_leftItem input {
  width: 360px;
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 4px;
  text-indent: 10px;
  font-size: 16px;
  margin-left: 13px;
  color: #666;
}

#textArea {
  width: 340px;
  height: 120px;
  border-radius: 4px;
  border: 1px solid #dedede;
  padding: 10px;
  margin-left: 13px;
  resize: none;
  font-size: 16px;
  color: #666;
}

.w_right {
  align-items: flex-start;
}

#w_file {
  height: 90px;
  width: 90px;
  border: 1px solid #dedede;
  border-radius: 4px;
  opacity: 0;
  margin: 0;
}

.w_fileBox {
  position: relative;
}

.w_fileImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.w_fileRight {
  display: flex;
  align-items: flex-end;
}

.w_word {
  font-size: 14px;
  color: #999;
  line-height: 18px;
  margin-left: 5px;
  width: 200px;
}

.w_subBtn {
  width: 240px;
  height: 50px;
  border-radius: 4px;
  background: #0077c0;
  margin: 40px auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.w_showPop {
  display: block;
}


.head-wrap .fix-width {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.homeNav .menu-item-2092{
  margin-left: 77px !important;
  width: 150px ;
  position: relative;
  top: 5px;
  
}
.homeNav .menu-item-2092 a {
  font-weight: 400 !important;
}
.elementor-nav-menu li{
  position: relative;
  top: 20px;
}
.elementor-image{
  position: relative;
  top: 11px;
}
.elementor-311 .elementor-element.elementor-element-873d284 .elementor-nav-menu .elementor-item{
 font-weight: 400 !important;

}
.s4-page .active, .s2-page .swiper-pagination-bullet-active{
  color: #006BB2;
}


@media screen and (max-width:860px){
  .footer {
    display: none !important;
  }
}
/* -----------------------------------2021-7-15-修改----------------------------------------- */
.home-video{
  margin-top: -90px !important;
  height: calc(100vh);
  width: 100%;
  object-fit:fill;  
}

.dialog{
  
  width: 100%;
  height: 100vh;  
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 2111;
 
}
.dialog  .close-btn{
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #006bb2;
  border-radius: 50%;
  right: 30px;
  top: 30px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  border-color: #fff;
  color: #fff;
  cursor: pointer;
 
}
.dialog .dialog-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 950px;
  height: 530px;
  margin: 0 auto 30px;
}
.dialog iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 950px;
  height: 530px;
  margin: 0 auto 30px;
}
.div_cover{
  cursor: pointer;
}
.dialog-swiper {
  width: 100%;
  height: 100vh;  
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 2111;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background{
  width: 600px;
  height: 750px;


}
@media screen and (max-width:414px) {
  .dialog{
    height: 105vh;
  }
}



.footer {
  height: 340px;
  width: 100%;
  background-color: rgba(241, 241, 241, 0.5);
  overflow: hidden;
  text-align: left;
  display: flex;
  flex: 1;
  justify-content: space-between;
  color: #4D4D4D;
  box-sizing: border-box;
}
.footer-wrapper{
  display: flex;
  justify-content: space-between;
}

.footer ul {
  overflow: hidden;
  display: inline-block;
  height: 100%;
  margin-top: 70px;
}

.footer li {
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
}

.footer li:hover {
  color: #006BB2;
}

.footer ul li:nth-child(1) {
  font-size: 19px;
  margin-bottom: 35px;
}

.footer ul li:nth-child(1):hover {
  color: #4D4D4D;
}