/* CSS Document */

/* @{ui-name}-service-d */
.gyui-service-d-box {
  padding: 60px 0;
  background: url("../images/zhibo_bga.jpg") no-repeat #fff top;
  background-size: cover;
}
.gyui-service-d {
  clear: both;
  overflow: hidden;
}
.gyui-service-d ul li {
  position: relative;
  margin-bottom: 2rem;
}
.gyui-service-d ul li .gyui-item {
  position: relative;
  background: #005ebc;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 0 5px #ddd;
  margin: 5px;
}
.gyui-service-d ul li .gyui-item .item-top h3 {
  position: relative;
  font-size: 2.4rem;
  padding: 3rem 0 1rem;
  color: #fff;
}
.gyui-service-d ul li .gyui-item .item-top h3:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.gyui-service-d ul li .gyui-item .item-pic {
  padding: 3rem 2rem;
}
.gyui-service-d ul li .gyui-item .item-pic .pic-con {
  position: relative;
  padding-bottom: 75%;
  clear: both;
  overflow: hidden;
}
.gyui-service-d ul li .gyui-item .item-pic .pic-con img {
  position: absolute;
  top: 0;
  left: 0;
}
.gyui-service-d ul li .gyui-item .item-con {
  padding: 0 2rem 3rem;
}
.gyui-service-d ul li .gyui-item .item-con p {
  font-size: 1.5rem;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: rgba(255, 255, 255, 0.8);
}
.gyui-service-d ul li:nth-child(2n) {
  padding-top: 5rem;
}
.gyui-service-d ul li:nth-child(2n) .gyui-item {
  background: #fff;
}
.gyui-service-d ul li:nth-child(2n) .gyui-item .item-top h3 {
  color: #005ebc;
}
.gyui-service-d ul li:nth-child(2n) .gyui-item .item-top h3:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.gyui-service-d ul li:nth-child(2n) .gyui-item .item-con p {
  color: #666666;
}
.gyui-service-d ul li:hover img {
  -webkit-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -moz-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -ms-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -o-animation: imgzoom 0.5s ease-in-out 0s forwards;
  animation: imgzoom 0.5s ease-in-out 0s forwards;
}
@media screen and (max-width: 1020px) {
  .gyui-service-d ul li .gyui-item .item-top h3 {
    font-size: 1.8rem;
  }
  .gyui-service-d ul li .gyui-item .item-con p {
    font-size: 1.4rem;
  }
  .gyui-service-d ul li:nth-child(2n) {
    padding-top: 0;
  }
}


/* @{ui-name}-service-f */
.gyui-service-f-box {
  padding: 60px 0;
  background: url("../images/video_bga.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.gyui-service-f-box .section_tit h2{color: #fff}
.gyui-service-f-box .section_tit p{color: rgba(255,255,255,0.8)}

.gyui-service-f {
  clear: both;
  overflow: hidden;
  padding: 2rem 0 0;
}
.gyui-service-f ul li {
  position: relative;
  margin-bottom: 2rem;
}
.gyui-service-f ul li .gyui-item {
  position: relative;
  text-align: center;
}
.gyui-service-f ul li .gyui-item .item-ico {
  position: relative;
  z-index: 11;
}
.gyui-service-f ul li .gyui-item .item-ico .ico-con {
  background-color: #005ebc;
  height: 102px;
  line-height: 100px;
  width: 102px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gyui-service-f ul li .gyui-item .item-ico .ico-con i {
  font-size: 5rem;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gyui-service-f ul li .gyui-item .item-con {
  position: relative;
  padding: 7rem 2rem 2rem;
  background: #fff;
  margin-top: -5rem;
  z-index: 10;
}
.gyui-service-f ul li .gyui-item .item-con h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #005ebc;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gyui-service-f ul li .gyui-item .item-con p {
  color: #666666;
  font-size: 1.5rem;
  line-height: 180%;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.gyui-service-f ul li .gyui-item:hover .ico-con {
  background-color: #e60;
}
.gyui-service-f ul li .gyui-item:hover .ico-con i {
  -webkit-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -moz-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -ms-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -o-animation: imgzoom 0.5s ease-in-out 0s forwards;
  animation: imgzoom 0.5s ease-in-out 0s forwards;
}
.gyui-service-f ul li .gyui-item:hover .item-con h3,
.gyui-service-f ul li .gyui-item:hover .item-con p {
  -webkit-animation: fadeInUp 0.5s ease-in-out 0s none;
  -moz-animation: fadeInUp 0.5s ease-in-out 0s none;
  -ms-animation: fadeInUp 0.5s ease-in-out 0s none;
  -o-animation: fadeInUp 0.5s ease-in-out 0s none;
  animation: fadeInUp 0.5s ease-in-out 0s none;
}
@media screen and (max-width: 1020px) {
  .gyui-service-f .gyui-col-3 {
    max-width: 50%;
  }
}


/* @{ui-name}-service-u */
.video-service-u-box {
  padding: 60px 0;
  background: #f9f9f9;
}
.video-service-u {
  position: relative;
  clear: both;
  overflow: hidden;
}
.video-service-u ul li .video-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 2rem;
}
.video-service-u ul li .video-item .rowmar {
  margin-left: 0;
  margin-right: 0;
}
.video-service-u ul li .video-item .coltwo {
  padding-left: 0;
  padding-right: 0;
}
.video-service-u ul li .video-item .item-text {
  position: relative;
  padding: 3rem;
}
.video-service-u ul li .video-item .item-text .num {
  display: block;
  width: 60px;
  height: 60px;
  color: #969696;
  font-size: 3.2rem;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #b3b3b3;
}
.video-service-u ul li .video-item .item-text .text-con h3 {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 8px 0;
  color: #005ebc;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.video-service-u ul li .video-item .item-text .text-con h3:after {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0;
  background: #005ebc;
  height: 2px;
  width: 60px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.video-service-u ul li .video-item .item-text .text-con p {
  padding-top: 8px;
  color: #666666;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video-service-u ul li .video-item .item-pic {
  position: relative;
  z-index: 2;
  clear: both;
  overflow: hidden;
}
.video-service-u ul li .video-item .item-pic .pic-con {
  position: relative;
  text-align: center;
  clear: both;
  overflow: hidden;
  padding-bottom: 75%;
}
.video-service-u ul li .video-item .item-pic .pic-con img {
  position: absolute;
  left: 0;
  top: 0;
}
.video-service-u ul li .video-item:hover .item-text h3:after {
  width: 160px;
}
.video-service-u ul li .video-item:hover .item-pic img {
  -webkit-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -moz-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -ms-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -o-animation: imgzoom 0.5s ease-in-out 0s forwards;
  animation: imgzoom 0.5s ease-in-out 0s forwards;
}
.video-service-u ul li:nth-child(2n) .coltwo {
  float: right;
}
@media screen and (max-width: 1020px) {
  .video-service-u ul li .video-item {
    height: auto;
  }
  .video-service-u ul li .video-item .item-pic {
    max-height: 200px;
  }
  .video-service-u ul li:nth-child(2n) .coltwo {
    float: left;
  }
}

/* @{ui-name}-service-r */
.video-service-r-box {
  padding:60px 0;
  background: url("../images/service_bg_r.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.video-service-r-box .section_tit h2{color: #fff}
.video-service-r-box .section_tit p{color: rgba(255,255,255,0.8)}

.video-service-r-box img{
  max-width: 100%;
}
.video-service-r {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 2rem 0 0;
}
.video-service-r ul li .video-item {
  position: relative;
  clear: both;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem;
  border: 5px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 2rem;
}
.video-service-r ul li .video-item .item-text {
  position: relative;
  z-index: 2;
  padding: 2rem;
  text-align: center;
}
.video-service-r ul li .video-item .item-text .text-con h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.9);
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-service-r ul li .video-item .item-text .text-con p {
  padding-top: 10px;
    font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.video-service-r ul li .video-item .item-pic {
  position: relative;
  z-index: 2;
  clear: both;
  overflow: hidden;
}
.video-service-r ul li .video-item .item-pic .pic-con {
  position: relative;
  text-align: center;
  clear: both;
  overflow: hidden;
  padding-bottom: 75%;
}
.video-service-r ul li .video-item .item-pic .pic-con img {
  position: absolute;
  left: 0;
  top: 0;
}
.video-service-r ul li .video-item:after {
  position: absolute;
  width: 100%;
  bottom: 50%;
  left: 0;
  height: 0;
  background-color: #005ebc;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.video-service-r ul li .video-item:hover:after {
  bottom: 0;
  height: 100%;
}
.video-service-r ul li .video-item:hover .item-text {
  -webkit-animation: fadeInDown 0.5s ease-in-out 0s forwards;
  -moz-animation: fadeInDown 0.5s ease-in-out 0s forwards;
  -ms-animation: fadeInDown 0.5s ease-in-out 0s forwards;
  -o-animation: fadeInDown 0.5s ease-in-out 0s forwards;
  animation: fadeInDown 0.5s ease-in-out 0s forwards;
}
.video-service-r ul li .video-item:hover .item-pic img {
  -webkit-animation: imgzoom 0.3s ease-in-out 0s forwards;
  -moz-animation: imgzoom 0.3s ease-in-out 0s forwards;
  -ms-animation: imgzoom 0.3s ease-in-out 0s forwards;
  -o-animation: imgzoom 0.3s ease-in-out 0s forwards;
  animation: imgzoom 0.3s ease-in-out 0s forwards;
}


/* @{ui-name}-process-i */
.video-process-i-box {
  padding:60px 0;
  background: #fff;
  position: relative;
}
.video-process-i-box:before,
.video-process-i-box:after {
  border-top: #d0d0d1 1px dashed;
  content: "";
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  z-index: 1;
}
.video-process-i-box:after {
  width: 0;
  border-color: #093e96;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.video-process-i-box:hover:after {
  width: 100%;
}
@-webkit-keyframes circle_right {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circle_right {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circle_left {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circle_left {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
.video-process-i {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 2rem 0 0;
}
.video-process-i ul li {
  position: relative;
  margin-bottom: 2rem;
}
.video-process-i ul li .video-item {
  position: relative;
  text-align: center;
  z-index: 2;
}
.video-process-i ul li .video-item .item-num {
  position: absolute;
  line-height: 35px;
  width: 70px;
  -webkit-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
  left: 50%;
  top: 50px;
  color: #a1a1a2;
  text-transform: uppercase;
  margin-left: 28px;
  text-align: left;
  z-index: 3;
  background: #fff;
}
.video-process-i ul li .video-item .item-ico {
  width: 130px;
  line-height: 130px;
  font-size: 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  position: relative;
  -webkit-transform: rotate(90deg) translateZ(0);
  background: #fff;
}
.video-process-i ul li .video-item .item-ico span {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.video-process-i ul li .video-item .item-ico span.left {
  left: 0;
}
.video-process-i ul li .video-item .item-ico span.right {
  right: 0;
}
.video-process-i ul li .video-item .item-ico span:before {
  content: '';
  position: absolute;
  top: 0;
  border-radius: 50%;
  border: 2px solid #00aac3;
  width: 130px;
  height: 130px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video-process-i ul li .video-item .item-ico span.left:before {
  border-bottom-color: #d0d0d1;
  border-left-color: #d0d0d1;
  left: 0;
}
.video-process-i ul li .video-item .item-ico span.right:before {
  border-top-color: #d0d0d1;
  border-right-color: #d0d0d1;
  right: 0;
}
.video-process-i ul li .video-item .item-ico .ico-con {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg) translateZ(0);
  transform: rotate(-90deg) translateZ(0);
}
.video-process-i ul li .video-item .item-ico .ico-con i {
  font-size: 6.0rem;
  display: inline-block;
}
.video-process-i ul li .video-item .item-con h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
  color: #00aac3;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-process-i ul li .video-item .item-con p {
  font-size: 1.5rem;
  color: #969696;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video-process-i ul li .video-item:hover .item-ico span.left:before {
  -webkit-animation: circle_left 2s linear 0s forwards;
  -moz-animation: circle_left 2s linear 0s forwards;
  -ms-animation: circle_left 2s linear 0s forwards;
  -o-animation: circle_left 2s linear 0s forwards;
  animation: circle_left 2s linear 0s forwards;
}
.video-process-i ul li .video-item:hover .item-ico span.right:before {
  -webkit-animation: circle_right 2s linear 0s forwards;
  -moz-animation: circle_right 2s linear 0s forwards;
  -ms-animation: circle_right 2s linear 0s forwards;
  -o-animation: circle_right 2s linear 0s forwards;
  animation: circle_right 2s linear 0s forwards;
}
.video-process-i ul li .video-item:hover .item-num {
  color: #00aac3;
}
.video-process-i ul li .video-item:hover .item-ico i {
  -webkit-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -moz-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -ms-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -o-animation: imgzoom 0.5s ease-in-out 0s forwards;
  animation: imgzoom 0.5s ease-in-out 0s forwards;
  color: #00aac3;
}
@media screen and (max-width: 1020px) {
  .video-process-i-box:before,
  .video-process-i-box:after {
    border-top: #d0d0d1 0px dashed;
  }
}

/* zhibo-service-x */
.zhibo-service-x-box {
  padding: 60px 0;
  background: url("../images/photo_bg_g.jpg") no-repeat;
  background-size: cover;
}

.zhibo-service-x-box img{
  max-width: 100%;
}

.zhibo-service-x-box .section_tit h2{color: #fff}
.zhibo-service-x-box .section_tit p{color: rgba(255,255,255,0.8)}

.zhibo-service-x {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 2rem 0 0;
}
.zhibo-service-x .zhibo-service-pic {
  position: relative;
  text-align: center;
  margin-top: -5rem;
}
.zhibo-service-x .zhibo-service-pic img {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.zhibo-service-x .zhibo-service-con ul li {
  position: relative;
  margin-bottom: 2rem;
}
.zhibo-service-x .zhibo-service-con ul li .zhibo-item {
  position: relative;
  text-align: center;
}
.zhibo-service-x .zhibo-service-con ul li .zhibo-item .item-pic {
  position: relative;
  clear: both;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}
.zhibo-service-x .zhibo-service-con ul li .zhibo-item .item-pic .pic-con {
  position: relative;
  text-align: center;
  clear: both;
  overflow: hidden;
  padding-bottom: 75%;
}
.zhibo-service-x .zhibo-service-con ul li .zhibo-item .item-pic .pic-con img {
  position: absolute;
  left: 0;
  top: 0;
}
.zhibo-service-x .zhibo-service-con ul li .zhibo-item .item-con {
  position: relative;
  border: 1px solid #ddd;
  padding: 5rem 2rem 2rem;
  background: #fff;
}
.zhibo-service-x .zhibo-service-con ul li .zhibo-item .item-con .ico {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
.zhibo-service-x .zhibo-service-con ul li .zhibo-item .item-con .ico i {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  font-size: 5rem;
  background: #3e00af;
  color: #fff;
  box-shadow: 0 0 10px #aaa;
}
.zhibo-service-x .zhibo-service-con ul li .zhibo-item .item-con h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 5px;
  color: #3e00af;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhibo-service-x .zhibo-service-con ul li .zhibo-item .item-con p {
  color: #969696;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zhibo-service-x .zhibo-service-con ul li .zhibo-item:hover .item-pic img {
  -webkit-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -moz-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -ms-animation: imgzoom 0.5s ease-in-out 0s forwards;
  -o-animation: imgzoom 0.5s ease-in-out 0s forwards;
  animation: imgzoom 0.5s ease-in-out 0s forwards;
}
.zhibo-service-x .zhibo-service-con ul li:nth-child(2) .zhibo-item .ico i {
  background: #FCC619;
}
.zhibo-service-x .zhibo-service-con ul li:nth-child(3) .zhibo-item .ico i {
  background: #8262ce;
}
.zhibo-service-x .zhibo-service-con ul li:nth-child(4) .zhibo-item .ico i {
  background: #ea5f55;
}