﻿
/*首页范围*/
.scoped {
  background: #fff;
  padding: 110px 0 100px 0;
  height: 1000px;
  overflow: hidden;
}
.scoped-top h5 {
  height: 35px;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #666666;
  line-height: 35px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.scoped-top p {
  margin: 30px auto 80px auto;
  text-align: center;
  width: 545px;
  height: 44px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
.scoped-top p span {
  color: #0066FF;
}
.scoped-accordion {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.scoped-accordion2 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 460px;
  margin-top:50px;
}


.flex.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.qualification-box-bottom-slider {
    overflow: hidden;
    margin-top: 103px;
    height: 4px;
}.flex{
       display: flex;
}
.scoped-accordion .prev,
.scoped-accordion .next {
  position: absolute;
  top: 70%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.scoped-accordion .prev {
  left: -144px;
}
.scoped-accordion .next {
  right: -144px;
}




.scoped-accordion-item {
	width:300px;    float: left;
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
  border: 1px solid #C6C6C6;
  border-left:none;
  overflow: hidden;
  cursor: pointer;
}

.scoped-accordion-item:first-child{ border-left: 1px solid #C6C6C6;}
.scoped-accordion-item:nth-child(5){ border-left: 1px solid #C6C6C6;}

.scoped-accordion-item:nth-child(n+5){ border-top:none;}


.scoped-accordion-item:hover {
  border: 1px solid #0066FF;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(51, 51, 51, 0.25);
          box-shadow: 0px 0px 13px 0px rgba(51, 51, 51, 0.25);
  z-index: 1;
}
.scoped-accordion-item .unactive {
  padding: 40px 0;
  height: 380px;
  overflow: hidden;
}
.scoped-accordion-item .unactive .icon {
  width: 40px;
  height: 40px;
}
.scoped-accordion-item .unactive .title {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
}
.scoped-accordion-item .unactive .line {
  width: 48px;
  height: 1px;
  background: #9797a1;
}
.scoped-accordion-item .unactive .list {
  height: 112px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9797a1;
  
}
.scoped-accordion-item .unactive .list span{    padding: 0 40px;
    line-height: 25px;}
.scoped-accordion-item .unactive .list .blue {
  color: #0066FF;
}
.scoped-accordion-item .unactive .btn {
  width: 150px;
  height: 28px;
  border: 1px solid #0066FF;
  -webkit-border-radius: 14px;
          border-radius: 14px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #0066FF;
  line-height: 28px;
  text-align: center;
}
.scoped-accordion-item .unactive .btn a{color:#0066FF;}
.scoped-accordion-item .active {
  display: none;
  height: 380px;
  width: 300px;
  padding: 30px 35px;
  position: relative;
  overflow: hidden;
  background:#f5f5f5;
}
.scoped-accordion-item .active-icon {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
}
.scoped-accordion-item .active-icon img {
  width: 40px;
  height: 40px;
}
.scoped-accordion-item .active-icon span {
  margin-left: 10px;
}
.scoped-accordion-item .active-line {
  width: 332px;
  height: 1px;
  background: #9797a1;
  margin: 25px 0 30px 0;
}
.scoped-accordion-item .active-info {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9797a1;
  line-height: 1.7;
  padding-right: 20px;
}
.scoped-accordion-item .active-info > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.scoped-accordion-item .active-info > p span {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.scoped-accordion-item .active-info > p span:hover {
  border-color: #0066FF;
  color: #0066FF;
}
.scoped-accordion-item .active-btn {
  width: 110px;
  height: 28px;
  background: #0066FF;
  -webkit-border-radius: 14px;
          border-radius: 14px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  position: absolute;
  bottom: 35px;
  left: 30px;
}
.scoped-accordion-item .active-btn a{color:#fff;}
.question {
  height: 800px;
  background: url('/template/default/images/question-bg.png') no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.question-box {
  height: 800px;
  padding-top: 110px;
}
.question-box h5 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-bottom: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question-box-info-item {
  width: 380px;
  height: 190px;
  position: relative;
  margin-bottom: 73px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.question-box-info-item:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.question-box-info-item:nth-child(3) {
  margin-right: 0;
}
.question-box-info-item-bg {
  width: 380px;
  height: 186px;
}
.question-box-info-item-bg-active {
  display: none;
}
.question-box-info-item-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  top: -28px;
  left: 42px;
}
.question-box-info-item-info {
  position: absolute;
  top: 55px;
  left: 40px;
  right: 40px;
}
.question-box-info-item-info-title {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
}
.question-box-info-item-info-content {
  margin-top: 10px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #C8C8C8;
}
.question-box-info-item:hover .question-box-info-item-info-content {
  color: #fff;
}
.help {
  height: 850px;
  background: #F1F1F5;
}
.help-box {
  height: 850px;
  padding: 100px 0 105px 0;
}
.help-box-title {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #666666;
  text-align: center;
}
.help-box-title h5 {
  height: 40px;
  line-height: 40px;
}
.help-box-info {
  margin-top: 40px;
}
.help-box-info-item {
  position: relative;
  cursor: pointer;
  width: 280px;
  height: 450px;
  padding-top: 110px;
}
.help-box-info-item-number {
  position: absolute;
  top: 52px;
  right: 0;
  width: 88px;
  height: 132px;
  z-index: 0;
}
.help-box-info-item:nth-child(1) .help-box-info-item-number {
  right: 0px;
}
.help-box-info-item:nth-child(1) .help-box-info-item-number img {
  width: 40px;
}
.help-box-info-item:nth-child(2) .help-box-info-item-number {
  right: 30px;
}
.help-box-info-item:nth-child(3) .help-box-info-item-number {
  right: 15px;
}
.help-box-info-item:nth-child(4) .help-box-info-item-number {
  right: 10px;
}
.help-box-info-item-top {
  width: 163px;
  height: 163px;
  background: #f1f1f5;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(51, 51, 51, 0.07);
          box-shadow: 0px 0px 13px 0px rgba(51, 51, 51, 0.07);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  transition: background .5s;
}
.help-box-info-item-top-unactive {
  width: 163px;
  height: 163px;
}
.help-box-info-item-top-unactive img {
  width: 68px;
  height: 68px;
}
.help-box-info-item-top-active {
  width: 163px;
  height: 163px;
  display: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #0066FF;
  overflow: hidden;
}
.help-box-info-item-top-active img {
  width: 68px;
  height: 68px;
  margin: 47.5px auto 47.5px auto;
}
.help-box-info-item-top-active span {
  display: block;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
}
.help-box-info-item-middle {
  margin-top: 35px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
  text-align: center;
}
.help-box-info-item-bottom {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}
.help-box-tel {
  width: 612px;
  height: 67px;
  border: 1px solid #0066FF;
  -webkit-border-radius: 33px;
          border-radius: 33px;
  margin: 50px auto;
  cursor: pointer;
}
.help-box-tel-number {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #0066FF;
  line-height: 24px;
  padding-left: 45px;
}
.help-box-tel-btn {
  width: 213px;
  height: 67px;
  background: #0066FF;
  -webkit-border-radius: 33px;
          border-radius: 33px;
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  line-height: 67px;
  text-align: center;
  -webkit-animation: free_download 1s linear alternate infinite;
     -moz-animation: free_download 1s linear alternate infinite;
          animation: free_download 1s linear alternate infinite;
}
.help-box-tel-btn a{color:#fff;}
.provide {
  height: 800px;
  background: #fff;
}
.provide-box {
  padding: 110px 0 108px 0;
}
.provide-box-top {
  text-align: center;
}
.provide-box-top h5 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #666666;
  height: 40px;
  line-height: 40px;
}
.provide-box-top p {
  margin-top: 20px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.provide-box-bottom {
  margin-top: 100px;
}
.provide-box-bottom-item {
  cursor: pointer;
  width: 262px;
  height: 361px;
  background: #ffffff;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 9px 0px rgba(51, 51, 51, 0.1);
}
.provide-box-bottom-item.active {
  -webkit-box-shadow: 0px 20px 32px 0px rgba(13, 83, 215, 0.18);
          box-shadow: 0px 20px 32px 0px rgba(13, 83, 215, 0.18);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.provide-box-bottom-item img {
  height: 164px;
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}
.provide-box-bottom-item h6 {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #0066FF;
  line-height: 22px;
  margin-top: 34px;
}
.provide-box-bottom-item .line {
  width: 35px;
  height: 2px;
  background: #9797a1;
  margin-top: 20px;
}
.provide-box-bottom-item p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 27px;
  padding: 0 32px;
}
.teacher {
  height: 650px;
}
.teacher-box {
  overflow: hidden;
  height: 650px;
  padding: 80px 0;
}
.teacher-box-title {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #666666;
  margin-bottom: 73px;
  text-align: center;
}
.teacher-box-title h5 {
  height: 40px;
  line-height: 40px;
}
.teacher-box-info {
  height: 366px;
  position: relative;
}
.teacher-box-info-item {
  height: 366px;
  overflow: hidden;
  position: absolute;
  left: 200px;
  top: 0px;
  opacity: 1;
  background: #fff;
}
.teacher-box-info-item img {
  width: 33.6%;
  height: 100%;
  margin-top: 102px;
}
.teacher-box-info-item > div {
  height: 366px;
  -webkit-flex-basis: 500px;
      -ms-flex-preferred-size: 500px;
          flex-basis: 500px;
  margin: 0 50px 0 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.teacher-box-info-item > div .name {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #636363;
  line-height: 22px;
  width: 400px;
}
.teacher-box-info-item > div .desc {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #636363;
  line-height: 22px;
  margin-top: 15px;
  width: 400px;
}
.teacher-box-info-item > div .info {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #636363;
  line-height: 26px;
  margin-top: 30px;
  width: 400px;
}
.teacher-box-info .swiper-control {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.teacher-box-info .swiper-control ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teacher-box-info .swiper-control ul li {
  width: 10px;
  height: 10px;
  border: 1px solid #0066FF;
  margin: 0 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
.teacher-box-info .swiper-control ul li.active {
  background: #0066FF;
}
.qualification {
  height: 700px;
  padding: 90px 0;
  background: url('/template/default/images/case-bg.png') no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
}
.qualification-box-top {
  text-align: center;
}
.qualification-box-top h5 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #666666;
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
}
.qualification-box-top p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5f5f5f;
  line-height: 24px;
}
.qualification-box-top p a{color:#666;    margin: 0 5px;}
.qualification-box-top p a:hover{color:#ffdc51;}
.qualification-box-bottom {
  position: relative;
  height: 400px;
}
.qualification-box-bottom-slider {
  overflow: hidden;
  margin-top: 103px;
  height: 400px;
}
.qualification-box-bottom-slider .swiper-slide {
  -webkit-flex-basis: 250px;
      -ms-flex-preferred-size: 250px;
          flex-basis: 250px;
  height: 257px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 21px;
}
.qualification-box-bottom-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.qualification-box-bottom-slider .swiper-slide.swiper-slide-active {
  -webkit-flex-basis: 272px;
      -ms-flex-preferred-size: 272px;
          flex-basis: 272px;
  height: 339px;
}
.qualification-box-bottom-slider .swiper-slide.swiper-slide-active img {
  width: 100%;
  height: 100%;
}
.qualification-box-bottom-slider .swiper-slide.swiper-slide-prev,
.qualification-box-bottom-slider .swiper-slide.swiper-slide-next {
  -webkit-flex-basis: 238px;
      -ms-flex-preferred-size: 238px;
          flex-basis: 238px;
  height: 292px;
}
.qualification-box-bottom-slider .swiper-slide.swiper-slide-prev img,
.qualification-box-bottom-slider .swiper-slide.swiper-slide-next img {
  width: 100%;
  height: 100%;
}
.qualification-box-bottom .prev,
.qualification-box-bottom .next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.qualification-box-bottom .prev {
  left: -144px;
}
.qualification-box-bottom .next {
  right: -144px;
}
.partner {
  height: 593px;
  background: #ffffff;
}
.partner-title {
  padding-top: 80px;
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-weight: bold;
  color: #666666;
  line-height: 22px;
  text-align: center;
}
.partner-title h5 {
  height: 40px;
  line-height: 40px;
}
.partner-box-number-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.partner-box-number-item-top {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.partner-box-number-item-top > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F1F5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
}
.partner-box-number-item-top > div p {
  font-size: 50px;
  font-family: Bahnschrift;
  font-weight: 400;
  color: #0066FF;
  line-height: 140px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.partner-box-number-item-top > div p span {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 45px;
  right: -23px;
  font-weight: 400;
  color: #0066FF;
  font-family: Bahnschrift;
  font-size: 26px;
}
.partner-box-number-item-top > div .number-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.partner-box-number-item-top > div .number-ring svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.partner-box-number-item-top > div .number-ring svg circle {
  cx: 70px;
  cy: 70px;
  r: 65px;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.partner-box-number-item-bottom {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 20px;
  text-align: center;
}
.partner-box-info {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partner-box-info-item {
  -webkit-flex-basis: 260px;
      -ms-flex-preferred-size: 260px;
          flex-basis: 260px;
  margin-bottom: 25px;
}
.partner-box-info-item:nth-last-child(1) {
  -webkit-flex-basis: 330px;
      -ms-flex-preferred-size: 330px;
          flex-basis: 330px;
}
.news {
  padding: 80px 0;
      background: #f1f1f5;
}
.news-box-title {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #666666;
  text-align: center;
}
.news-box-title h5 {
  height: 40px;
  line-height: 40px;
}
.news-box-info {
  margin-top: 70px;
}
.news-box-info-item {
  -webkit-flex-basis: 380px;
      -ms-flex-preferred-size: 380px;
          flex-basis: 380px;
}
.news-box-info-item-header {
  position: relative;
}
.news-box-info-item-header p {
  position: absolute;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 122px;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  cursor: pointer;
}
.news-box-info-item-header p:hover {
  color: #ffffff;
}
.news-box-info-item-list ul li {
  cursor: pointer;
  width: 380px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
}
.news-box-info-item-list ul li p {
  -webkit-flex-basis: 260px;
      -ms-flex-preferred-size: 260px;
          flex-basis: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999999;
}
.news-box-info-item-list ul li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999999;
}
.news-box-info-item-list ul li:hover p,
.news-box-info-item-list ul li:hover span {
  color: #000000;
}
.needAnime {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.lineH5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.lineH5 h5 {
  position: relative;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
.lineH5 h5::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 150px;
  height: 2px;
  background: #c0c0c0;
  left: -180px;
  opacity: 0;
}
.lineH5 h5::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 150px;
  height: 2px;
  background: #c0c0c0;
  right: -180px;
  opacity: 0;
}
.lineH5 .ea {
  position: absolute;
  top: -12px;
  width: 100%;
  text-align: center;
  height: 27px;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #e7e7ef;
  line-height: 22px;
}
.lineH5 .ea-blue {
  color: #e7e7ef;
}

/*首页案例*/
.case {height:300px;line-height:40px;}
.case span a:hover{color:red;}
.qixia {height:250px;line-height:50px;}
.qixia span a:hover{color:red;}
.partner-box{position:relative;}

.sheji {height:350px;line-height:50px;}