/****************************************************************************/
.policy ul {
  display: flex;
  justify-content: space-between;
}

.policy ul li {
  width: 32%;
  height: 22.5rem;
  border-radius: .25rem;
  overflow: hidden;
  transition: all 0.3s;
}

.policy ul li:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.policy ul li .body {
  width: 88%;
  height: 100%;
  margin: 0 auto;
  transition: all 0.5s ease;
  position: relative;
}

.policy ul li .body .title {
  position: absolute;
  font-size: 1.875rem;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
}

.policy ul li .body .info {
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
  font-size: .875rem;
  transition: all 1s ease;
}

.policy ul li:hover .body .title {
  color: #fff;
  left: 0;
  top: 25%;
  transform: translate(0, 0);
  transition: all 1s ease;
}

.policy ul li:hover .body .info {
  left: 0;
  top: 50%;
  transition: all 1s ease;
}

.policy ul li:nth-child(1) {
  background: url("../images/casePic_03.jpg");
  background-size: 100% 100%;
}

.policy ul li:nth-child(2) {
  background: url("../images/casePic_05.jpg");
  background-size: 100% 100%;
}

.policy ul li:nth-child(3) {
  background: url("../images/casePic_08.jpg");
  background-size: 100% 100%;
}

.policy ul li:hover {
  transition: all 0.5s ease;
}

.policy ul li:hover:nth-child(1) {
  background: url("../images/casePic_16.jpg");
  background-size: 100% 100%;
}

.policy ul li:hover:nth-child(2) {
  background: url("../images/casePic_18.jpg");
  background-size: 100% 100%;
}

.policy ul li:hover:nth-child(3) {
  background: url("../images/casePic_14.jpg");
  background-size: 100% 100%;
}

/****************************************************************************/
.difficulty {
  background-color: #f9f9f9;
  height: auto;
  overflow: hidden;
}

.difficulty .body {
  display: flex;
  justify-content: space-between;
}

.difficulty .body .item {
  width: 30%;
}

.difficulty .body .item .icon {
  width: 7.8125rem;
  height: 7.8125rem;
  margin: 0 auto;
  position: relative;
}

.difficulty .body .item .icon i {
  position: absolute;
  top: 0;
  left: 0;
}

.difficulty .body .item .icon i img {
  max-width: 100%;
  max-height: 100%;
}

.difficulty .body .item .bt {
  font-size: 1.125rem;
  line-height: 3.75rem;
  text-align: center;
}

.difficulty .body .item .info {
  line-height: 1.5rem;
  font-size: .875rem;
  color: #9a9a9a;
}

/****************************************************************************/
.share .body {
  display: flex;
  min-height: 31.4375rem;
  overflow: hidden;
}

.share .body .left, .share .body .right {
  width: 12.5rem;
  height: auto;
  position: relative;
}

.share .body .left .ico, .share .body .right .ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 99%;
  margin: 0 auto;
}

.share .body .left .ico img, .share .body .right .ico img {
  max-width: 100%;
}

.share .body .left .box, .share .body .right .box {
  position: absolute;
  z-index: -1;
  top: 3.125rem;
  left: 0;
  width: 100%;
  height: 15.625rem;
  background-color: #FCFCFD;
  border: .0625rem dashed #d1dffc;
  box-sizing: border-box;
}

.share .body .left .box p, .share .body .right .box p {
  margin-top: 11.25rem;
  font-size: 1.25rem;
  text-align: center;
  color: #008fff;
  font-weight: 500;
}

.share .body .center {
  flex: 1;
  background: url("http://www.serviceshare.com/template/1/new/images/tyjj-logo2.png") center center no-repeat;
  background-size: cover;
  position: relative;
}

.share .body .center .box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.share .body .center .box .info-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.share .body .center .box .info-box .txt-box {
  width: 11rem;
  text-align: center;
}

.share .body .center .box .info-box .txt-box .icon {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}

.share .body .center .box .info-box .txt-box .icon .scorLeft, .share .body .center .box .info-box .txt-box .icon .scorRight, .share .body .center .box .info-box .txt-box .icon .scor {
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
}

.share .body .center .box .info-box .txt-box .icon .scorLeft.green, .share .body .center .box .info-box .txt-box .icon .scorRight.green, .share .body .center .box .info-box .txt-box .icon .scor.green {
  background-image: url("http://www.serviceshare.com/template/1/new/images/case_003_row.png");
}

.share .body .center .box .info-box .txt-box .icon .scorLeft.blue, .share .body .center .box .info-box .txt-box .icon .scorRight.blue, .share .body .center .box .info-box .txt-box .icon .scor.blue {
  background-image: url("http://www.serviceshare.com/template/1/new/images/case_002_row.png");
}

.share .body .center .box .info-box .txt-box .icon .scorLeft.greens, .share .body .center .box .info-box .txt-box .icon .scorRight.greens, .share .body .center .box .info-box .txt-box .icon .scor.greens {
  background-image: url("http://www.serviceshare.com/template/1/new/images/case_004_row.png");
}

.share .body .center .box .info-box .txt-box .icon .scorLeft.blues, .share .body .center .box .info-box .txt-box .icon .scorRight.blues, .share .body .center .box .info-box .txt-box .icon .scor.blues {
  background-image: url("http://www.serviceshare.com/template/1/new/images/case_001_row.png");
}

.share .body .center .box .info-box .txt-box .icon .scorLeft img, .share .body .center .box .info-box .txt-box .icon .scorRight img, .share .body .center .box .info-box .txt-box .icon .scor img {
  width: 10.875rem;
  height: 1rem;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.share .body .center .box .info-box .txt-box .icon .scorLeft {
  animation: scrolRight 2s linear infinite;
}

.share .body .center .box .info-box .txt-box .icon .scorRight {
  animation: scrollLeft 2s linear infinite;
}

.share .body .center .box .info-box .txt-box p {
  color: #737373;
  line-height: 2.5rem;
}

.share .body .center .box .info-box .txt-box p br {
  display: none;
}

.share .body .center .box .info-box .txt-box p.mt {
  margin-top: 2.8125rem;
}

.share .body .center .provider {
  position: absolute;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
}

.share .body .center .provider p {
  text-align: center;
  color: #008fff;
  font-weight: 500;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(10.875rem);
  }
  100% {
    transform: translateX(-10.875rem);
  }
}

@keyframes scrolRight {
  0% {
    transform: translateX(-10.875rem);
  }
  100% {
    transform: translateX(10.875rem);
  }
}

@keyframes scrollTop {
  0% {
    transform: translateY(10.875rem);
  }
  100% {
    transform: translateY(-10.875rem);
  }
}

@keyframes scrolBottom {
  0% {
    transform: translateY(-10.875rem);
  }
  100% {
    transform: translateY(10.875rem);
  }
}

/****************************************************************************/
.programme {
  background-color: #f9f9f9;
  overflow: hidden;
}

.programme .body {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.programme .body .item {
  width: 32%;
  height: 27.9375rem;
  margin-top: 3.125rem;
  overflow: hidden;
  transition: all 0.5s;
}

.programme .body .item:hover {
  height: 31.0625rem;
  margin-top: 0;
  transition: all 0.5s;
}

.programme .body .item:hover ul {
  border: .0625rem solid #007fff;
}

.programme .body .item:hover .more {
  display: block;
  height: 3.125rem;
  transition: all 0.2s;
}

.programme .body .item .bt {
  height: 7.5rem;
  line-height: 7.5rem;
  text-align: center;
  background: url("http://www.serviceshare.com/template/1/new/images/case_27.png") center center;
  font-size: 1.375rem;
  color: #fff;
}

.programme .body .item ul {
  border: .0625rem solid #fff;
  padding: 4.375rem 1rem;
  background-color: #fff;
}

.programme .body .item ul li {
  display: flex;
  margin-bottom: .9375rem;
}

.programme .body .item ul li i {
  display: flex;
  width: 1.875rem;
  height: 1.5625rem;
  align-items: center;
}

.programme .body .item ul li i img {
  width: 1.25rem;
}

.programme .body .item ul li span {
  display: block;
  color: #007fff;
  white-space: nowrap;
  min-width: 5rem;
  line-height: 1.5625rem;
}

.programme .body .item ul li p {
  color: #222;
  line-height: 1.5625rem;
  font-weight: 300;
}

.programme .body .item .more {
  height: 0;
  display: block;
  transition: all 0.2s;
  text-align: center;
  color: #fff;
  line-height: 3.125rem;
  background-color: #007fff;
}

/****************************************************************************/
.live-programme {
  background-color: #f8f8f8;
  overflow: hidden;
}

.live-programme .con-title-box .con-sub-title {
  color: #7a7c86;
}

.live-programme .body {
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.live-programme .body .item {
  flex: 1 1 0;
  font-size: .875rem;
  display: flex;
  flex-direction: column;
}

.live-programme .body .item:first-child {
  font-size: 1rem;
  color: #fff;
  flex: 0 0 10rem;
  height: 18.75rem;
  background: url("http://www.serviceshare.com/template/1/new/images/caseBg_03.jpg") no-repeat;
}

.live-programme .body .item:first-child .box {
  border: 0;
}

.live-programme .body .item:nth-child(5) {
  flex: 0 0 9.0625rem;
}

.live-programme .body .item:nth-child(7) {
  flex: 0 0 6.25rem;
}

.live-programme .body .item:nth-child(9) {
  flex: 0 0 7.1875rem;
}

.live-programme .body .item:nth-child(n+7) {
  background-color: #f4f9ff;
}

.live-programme .body .item .box {
  height: 6.25rem;
  box-sizing: border-box;
  border-bottom: .0625rem solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.live-programme .body .item .box:last-child {
  border: 0;
}

.live-programme .btn {
  background-color: #007fff;
  width: 8.75rem;
  line-height: 2.5rem;
}

/****************************************************************************/
.advantage .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.advantage .body .item {
  width: 49%;
  height: 18.75rem;
  position: relative;
  overflow: hidden;
}

.advantage .body .item:nth-child(n+3) {
  margin-top: 1.875rem;
}

.advantage .body .item:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.advantage .body .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.advantage .body .item .pic.pc {
  display: block;
}

.advantage .body .item .pic.wap {
  display: none;
}

.advantage .body .item .pic img {
  transition: all 0.5s;
}

.advantage .body .item .text-box {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2.5rem;
  color: #333;
  z-index: 2;
}

.advantage .body .item .text-box .bt {
  font-size: 1.375rem;
  font-weight: 500;
}

.advantage .body .item .text-box .info {
  font-size: .875rem;
  margin-top: .9375rem;
  line-height: 1.875rem;
}

/****************************************************************************/
.scene {
  background-color: #f9f9f9;
  overflow: hidden;
}

/****************************************************************************/
/****************************************************************************/
@media (max-width: 1000px) {
  .policy ul {
    flex-direction: column;
  }
  .policy ul li {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .policy ul li .body .info {
    font-size: 1rem;
  }
  .difficulty .body {
    flex-direction: column;
  }
  .difficulty .body .item {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .difficulty .body .item .icon {
    width: 5rem;
    height: 5rem;
  }
  .difficulty .body .item .info {
    font-size: 1rem;
  }
  .share .body {
    flex-direction: column;
    align-items: center;
  }
  .share .body .left, .share .body .right {
    width: 100%;
    height: 14.6875rem;
    overflow: hidden;
  }
  .share .body .left .ico, .share .body .right .ico {
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .share .body .left .ico img, .share .body .right .ico img {
    max-width: 100%;
  }
  .share .body .left .box, .share .body .right .box {
    width: 100%;
    height: 12.1875rem;
    text-align: center;
    top: 2.5rem;
  }
  .share .body .left .box p, .share .body .right .box p {
    font-size: 1.375rem;
    margin-top: 7.1875rem;
  }
  .share .body .center {
    width: 100%;
    background-size: 100%;
  }
  .share .body .center .box {
    height: 32.5rem;
    margin: 1.25rem 0;
    flex-direction: column;
    justify-content: space-between;
  }
  .share .body .center .box .info-box {
    width: 100%;
    height: 7.5rem;
  }
  .share .body .center .box .info-box:last-child .txt-box {
    justify-content: space-around;
  }
  .share .body .center .box .info-box .txt-box {
    display: flex;
    width: 100%;
    font-size: 1rem;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .share .body .center .box .info-box .txt-box .icon {
    width: 1.875rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .share .body .center .box .info-box .txt-box .icon .scorLeft, .share .body .center .box .info-box .txt-box .icon .scorRight, .share .body .center .box .info-box .txt-box .icon .scor {
    width: 10px;
    height: 7.5rem;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .share .body .center .box .info-box .txt-box .icon .scorLeft.green, .share .body .center .box .info-box .txt-box .icon .scorRight.green, .share .body .center .box .info-box .txt-box .icon .scor.green {
    background-image: url("http://www.serviceshare.com/template/1/new/images/case_003.png");
  }
  .share .body .center .box .info-box .txt-box .icon .scorLeft.blue, .share .body .center .box .info-box .txt-box .icon .scorRight.blue, .share .body .center .box .info-box .txt-box .icon .scor.blue {
    background-image: url("http://www.serviceshare.com/template/1/new/images/case_002.png");
  }
  .share .body .center .box .info-box .txt-box .icon .scorLeft.greens, .share .body .center .box .info-box .txt-box .icon .scorRight.greens, .share .body .center .box .info-box .txt-box .icon .scor.greens {
    background-image: url("http://www.serviceshare.com/template/1/new/images/case_004.png");
  }
  .share .body .center .box .info-box .txt-box .icon .scorLeft.blues, .share .body .center .box .info-box .txt-box .icon .scorRight.blues, .share .body .center .box .info-box .txt-box .icon .scor.blues {
    background-image: url("http://www.serviceshare.com/template/1/new/images/case_001.png");
  }
  .share .body .center .box .info-box .txt-box .icon .scorLeft {
    animation: scrolBottom 2s linear infinite;
  }
  .share .body .center .box .info-box .txt-box .icon .scorRight {
    animation: scrollTop 2s linear infinite;
  }
  .share .body .center .box .info-box .txt-box p {
    text-align: left;
  }
  .share .body .center .box .info-box .txt-box p br {
    display: block;
  }
  .share .body .center .box .info-box .txt-box p.mt {
    margin-top: 0;
    margin-right: 1.25rem;
  }
  .share .body .center .provider {
    position: absolute;
    top: 19.0625rem;
    left: 0;
    width: 100%;
    transform: translateX(0);
  }
  .share .body .center .provider p {
    text-align: center;
    color: #008fff;
    font-weight: 500;
  }
  .programme .body {
    flex-direction: column;
  }
  .programme .body .item {
    width: 100%;
  }
  .programme .body .item:first-child {
    margin-top: 0;
  }
  .programme .body .item:hover {
    margin-top: 2.5rem;
  }
  .programme .body .item ul {
    border: .0625rem solid #007fff;
  }
  .programme .body .item ul li p {
    font-size: 1rem;
  }
  .programme .body .item .more {
    height: 3.125rem;
  }
  .advantage .body {
    flex-direction: column;
  }
  .advantage .body .item {
    width: 100%;
    margin-bottom: 1.875rem;
    overflow: hidden;
  }
  .advantage .body .item .pic {
    text-align: right;
  }
  .advantage .body .item .pic.pc {
    display: none;
  }
  .advantage .body .item .pic.wap {
    display: block;
  }
  .advantage .body .item .pic img {
    height: 100%;
    object-fit: cover;
  }
  .advantage .body .item .text-box {
    width: 90%;
    padding: 2.5rem 0 0 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .advantage .body .item .text-box .info {
    line-height: 1.875rem;
  }
  .advantage .body .item:nth-child(n+3) {
    margin-top: 0;
  }
  .live-programme .body {
    border-radius: .3125rem .3125rem 0 0;
    flex-direction: column;
  }
  .live-programme .body .item {
    width: 100%;
    flex-direction: row;
  }
  .live-programme .body .item:first-child {
    background: #007fff;
    border-radius: .3125rem .3125rem 0 0;
    flex: 0 0 auto;
    height: auto;
  }
  .live-programme .body .item:first-child .box:last-child {
    border: 0;
  }
  .live-programme .body .item:nth-child(5) {
    flex: 0 0 auto;
  }
  .live-programme .body .item .box {
    width: 33.33%;
  }
  .live-programme .body .item .box:last-child {
    border-bottom: .0625rem solid #e5e5e5;
  }
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
