.global-title {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.global-title .cn {
  font-size: 2.25em;
  line-height: 1.11em;
  color: #212121;
  font-weight: bold;
  white-space: nowrap;
}
.global-title .en {
  font-size: 1.25em;
  line-height: 1.3em;
  color: #c5c5c5;
  margin-top: 0.3em;
}
.section {
  animation-duration: 0.5s;
}
/**** banner ****/
.banner {
  /* width: 100%; */
  overflow: hidden;
  position: relative;
  margin-left:7%;
}
.banner .place {
  width: 100%;
  max-width: 100%;
  display: block;
}
.banner .carousel-inner {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.banner .carousel-inner ul {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.banner .carousel-inner .item {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.banner .carousel-inner .item > img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.banner .carousel-tit {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #fff;
  font-weight: bold;
}
.banner .carousel-tit ul,
.banner .carousel-tit li {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.banner .carousel-tit .inner {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.9em;
}
.banner .carousel-tit .time {
  font-family: arial;
  font-size: 7em;
  line-height: 1em;
  letter-spacing: 0.07em;

  opacity: 0;
  transform: translateY(-100%);
  transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
  -webkit-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
  -moz-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
}
.banner .carousel-tit .doc {
  font-size: 3.6em;
  line-height: 1.3em;
  letter-spacing: 0.07em;
  font-weight: normal;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;
  -webkit-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;
  -moz-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;
}
.banner .carousel-tit .active .time{
  opacity: 1;
  transform: translateY(0);
}
.banner .carousel-tit .active .doc{
  opacity: 1;
  transform: translateY(0);
}

.banner .carousel-video {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute!important;
  left: 0;
  top: 0;
  z-index: 20;
}
.banner .carousel-video .vidbacking-active-block-back {
  width: 100%;
  background-size: cover;
}
.banner .carousel-tool {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 80;
  text-align: center;
  line-height: 24px;
}
.banner .carousel-indicators {
  width: auto;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.banner .carousel-indicators li {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: relative;
  margin: 0 13px;
}
.banner .carousel-indicators li:after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.banner .carousel-indicators li:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  border: solid 1px #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.banner .carousel-indicators li.active,
.banner .carousel-indicators li:hover {
  width: 8px;
  height: 8px;
  margin: 0 13px;
  background: transparent;
}
.banner .carousel-indicators li.active:after,
.banner .carousel-indicators li:hover:after,
.banner .carousel-indicators li.active:before,
.banner .carousel-indicators li:hover:before {
  opacity: 1;
}
.banner .carousel-state {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-image: url(../../Img/images/sprite1.png);
  background-position: 0 -42px;
}
.banner .carousel-state.pauseState {
  background-position: 0 -66px;
}
@keyframes cloudFlv {
  0% {
    left: -50%;
    opacity: 1;
  }
  50% {
    left: 100%;
    opacity: 1;
  }
  50.1% {
    left: 100%;
    opacity: 0;
  }
  50.2% {
    left: -150%;
    opacity: 0;
  }
  50.3% {
    left: -150%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 1;
  }
}
@-webkit-keyframes cloudFlv {
  0% {
    left: -50%;
    opacity: 1;
  }
  50% {
    left: 100%;
    opacity: 1;
  }
  50.1% {
    left: 100%;
    opacity: 0;
  }
  50.2% {
    left: -150%;
    opacity: 0;
  }
  50.3% {
    left: -150%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 1;
  }
}
@keyframes cloudFlv2 {
  0% {
    left: -2000px;
    opacity: 1;
  }
  99.7% {
    left: 100%;
    opacity: 1;
  }
  99.8% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: -2000px;
    opacity: 0;
  }
}
@-webkit-keyframes cloudFlv2 {
  0% {
    left: -2000px;
    opacity: 1;
  }
  99.7% {
    left: 100%;
    opacity: 1;
  }
  99.8% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: -2000px;
    opacity: 0;
  }
}

.cloud-box {
  width: 100%;
  position: relative;
}
.cloud-box .imgs01 {
  width: 100%;
  max-width: 100%;
  display: block;
}
.cloud-box .imgs02 {
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.cloud-box .imgs03 {
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
}
.cloud-box .imgs04 {
  width: auto;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: 15;
  animation: cloudFlv 150s infinite linear;
  -webkit-animation: cloudFlv 150s infinite linear;
}
.cloud-box .imgs05 {
  width: auto;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 15;
  animation: cloudFlv2 150s 20s infinite linear;
  -webkit-animation: cloudFlv2 150s 20s infinite linear;
}

.ph-banner{
  display: none;
  background: #eaeaea;
}
.ph-banner .swiper-slide{
  
}
.ph-banner .swiper-slide .bg{
  width: 100%;
}
.ph-banner .swiper-slide .inner{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -0.73rem;
  text-align: center;
  color: #fff;
}

.ph-banner .swiper-slide .inner .time{
  font-family: arial;
  font-size: 0.72rem;
  line-height: 0.64rem;
  font-weight: bold;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
  -webkit-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
  -moz-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
} 
.ph-banner .swiper-slide .inner .doc{
  font-size: 0.34rem;
  line-height: 0.42rem;
  margin-top: 0.18rem;

  opacity: 0;
  transform: translateY(-100%);
  transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;
  -webkit-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;
  -moz-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .6s;
}
.ph-banner .swiper-slide-active .inner .time{
  opacity: 1;
  transform: translateY(0);
}
.ph-banner .swiper-slide-active .inner .doc{
  opacity: 1;
  transform: translateY(0);
}

.ph-banner .swiper-pagination-bullet{
  background: #fff;
}
.ph-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #ff6800;
}


@media screen and (max-width: 767px) {
  .banner.section{
    display: none;
  }
  .ph-banner{
    display: block;
  }
  .ph-banner .swiper-slide .inner{
    text-align: center;
    width: 92%;
    left: 4%;
  }
}
/**** 服务 ****/
.service-box{
  padding-top: 4em;
  padding-bottom: 10.75em
}
.service-box .global-inner{
  padding-top: 6em;
}
.service-box .top-name{
  text-align: center;
}
.service-box .top-name .name{
  font-size: 3.5em;
  color: #0c53d7;
  font-weight: bold;
  line-height: 1.37em;
  transform: translateX(35px);
  opacity: 0;
  transition: 1s ease-out .2s;
}
.service-box .animated .top-name .name{
  opacity: 1;
  transform: translateX(0);
}
.service-box .top-name .doc{
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 12px;

  transform: translateX(-35px);
  opacity: 0;
  transition: 1s ease-out .2s;
}
.service-box .animated .top-name .doc{
  opacity: 1;
  transform: translateX(0);
}
.service-box .list-box{
  margin-top: 2.5em;
  padding: 0 7.3125em;
  padding-top: 5em;
}
/*.service-box .list-box .list{*/
  /*overflow: hidden;*/
/*}*/
.service-box .list-box .list li{
  width: 21%;
  float: left;
  margin-right: 5.333%;
  opacity: 0;
  transform: translateY(100%);
}
.service-box .list-box.animated .list li{
  opacity: 1;
  transform: translateY(0);
}
.service-box .list-box .list li:nth-child(1) {
  transition: 0.8s ease-out 0.2s;
}
.service-box .list-box .list li:nth-child(2) {
  transition: 0.8s ease-out 0.3s;
}
.service-box .list-box .list li:nth-child(3) {
  transition: 0.8s ease-out 0.4s;
}
.service-box .list-box .list li:nth-child(4) {
  transition: 0.8s ease-out 0.5s;
}

.service-box .list-box .list li:last-child{
  margin-right: 0;
}
.service-box .list-box .list .imgs{
  margin-bottom: 3em;
}
.service-box .list-box .list .doc{
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    height: 60px;
}
.service-box .list-box .list .name{
  font-size: 24px;
  color: #000;
  line-height: 33px;
  margin-top: -6px;
}

@media screen and (max-width: 1600px) {
  .service-box .list-box{
    padding: 0 4em;
  }
  .service-box .list-box .list .name{
    margin-top: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .service-box .list-box .list .name{
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .service-box{
    padding: 0.54rem 0 0.65rem;
  }
  .service-box .global-inner{
    padding-top: 0;
  }
  .service-box .top-name .name{
    font-size: 0.27rem;
    line-height: 0.37rem;
  }
  .service-box .top-name .doc{
    font-weight: normal;
    font-size: 0.16rem;
    line-height: 0.25rem;
    margin-top: 0.1rem;
    padding: 0 0.3rem;
  }
  .service-box .list-box{
    margin-top: 0;
    padding: 0;
  }
  .service-box .list-box .list li{
    width: 45%;
    margin-right: 10%;
    margin-top: 0.6rem;
  }
  .service-box .list-box .list li:nth-child(2n){
    margin-right: 0;
  }
  .service-box .list-box .list .imgs{
    margin-bottom: 0.25rem;
  }
  .service-box .list-box .list .imgs img{
    height: 0.45rem;
  }
  .service-box .list-box .list .doc{
    font-size: 0.16rem;
    line-height: 0.22rem;
    height: auto;
  }
  .service-box .list-box .list .name{
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
    color: #000;
  }
}

/**** 案例 ****/
.case-box{
  overflow: hidden;
}

.case-box .item{
  width: 50%;
  float: left;
  /*height: 26.25em;*/
  background-color: #ccc;
  position: relative;
  overflow: hidden;
  transform: translateY(200px);
  opacity: 0;
}
.case-box .item.animated{
  transform: translateY(0);
  opacity: 1;
}
.case-box .item:first-child{
  width: 100%;
  /*height: 37.5em;*/
  /*transition: 0.8s ease-out 1.3s;*/
  transition: 1s ease-out;
}
.case-box .item:nth-child(2){
  transition: 0.8s ease-out 0s;
}
.case-box .item:nth-child(3) {
  transition: 0.8s ease-out 0.2s;
}
.case-box .item:nth-child(4) {
  transition: 0.8s ease-out 0s;
}
.case-box .item:nth-child(5) {
  transition: 0.8s ease-out 0.2s;
}
.case-box .item:nth-child(6) {
  transition: 0.8s ease-out 0s;
}
.case-box .item:nth-child(7) {
  transition: 0.8s ease-out 0.2s;
}
@media screen and (min-width: 992px){

}

.case-box .item .imgs{
  /*position: absolute;*/
  width: 100%;
  /*height: 100%;*/
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
   z-index: 10;
   -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.case-box .item .imgs img{
  width: 100%;
  opacity: 0;
}
.case-box .item:hover .imgs{
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.case-box .item i{
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  transition:0.5s all; -webkit-transition:0.5s all;
}
.case-box:hover .item i{
  opacity: 0.6;
}
.case-box:hover .item:hover i{
  opacity: 0;
}
.case-box .item .doc-pop{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  /*background: rgba(0,0,0,0);*/
  /*-webkit-transition: all 0.5s linear;*/
  /*-o-transition: all 0.5s linear;*/
  /*-ms-transition: all 0.5s linear;*/
  /*-moz-transition: all 0.5s linear;*/
  /*transition: all 0.5s linear;*/
  background: #0c53d7;
  opacity: 0;
  transition: 1s all;
  -webkit-transition: 1s all;
}
.case-box .item:hover .doc-pop{
  /*background: rgba(12,83,215,.8);*/
  opacity: 0.9;
}
.case-box .item .doc-pop .doc-box{
  line-height: 35px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -17px;
  font-size: 30px;
  color: #fff;
}
.case-box .item .doc-pop a{
  display: block;
  width: 100%;
  height: 100%;
}
.case-box .item .doc-pop .doc-box em{
  font-style: normal;
  /*opacity: 0;*/
  /*-webkit-transition: all 0.3s linear;*/
    /*-o-transition: all 0.3s linear;*/
    /*-ms-transition: all 0.3s linear;*/
    /*-moz-transition: all 0.3s linear;*/
    /*transition: all 0.3s linear;*/
  width: 8em;
  margin: 0 auto;
}
.case-box .item .doc-pop .doc-box .line{
  display: inline-block;
  display: none;
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.case-box .item .doc-pop .doc-box .line1{
  top: 0;
}
.case-box .item .doc-pop .doc-box .line2{
  bottom: 0;
}
.case-box .item:hover .doc-pop .doc-box .line{
  width: 20px;
  opacity: 1;
  margin-left: -10px;
}
.case-box .item:hover .doc-pop .doc-box em{
  opacity: 1;
}

@media screen and (max-width: 767px) {

  .case-box .item .imgs img{
    opacity: 1;
  }
  .case-box .item:first-child{
    height: auto;
    width: 100%;
  }
  .case-box .item{
    height: auto;
    opacity: 1;
  }
  .case-box .item .imgs{
    position: relative;
    background: none;
  }
  .case-box .item:hover .doc-pop{
      background: rgba(0,0,0,0);
  }
  .case-box .item .doc-pop .doc-box{
    display: none;
  }
  .case-box .item .doc-pop a{
    width: 60%;
    margin: auto;
  }
}


/**** 品质 ****/
.quality-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../../Img/images/index/quality-boxbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 11.25em 0 9.375em;
}
.quality-box .global-inner {
  height: 100%;
}
.quality-box .list{
  padding: 0 14em;
}
.quality-box .list:after {
  content: '';
  display: table;
  clear: both;
}

.quality-box .list li{
  float: left;
  width: 33.333%;
  color: #fff;
  text-align: center;
  position: relative;

  transform: translateX(100%);
  opacity: 0;
}
.quality-box.animated .list li{
  transform: translateX(0);
  opacity: 1;
}
.quality-box .list li:nth-child(1) {
  transition: 0.8s ease-out 0.6s;
}
.quality-box .list li:nth-child(2) {
  transition: 0.8s ease-out 0.8s;
}
.quality-box .list li:nth-child(3) {
  transition: 0.8s ease-out 1s;
}

.quality-box .list li:last-child .xian{
  display: none;
}
.quality-box .list .imgs{
  margin-bottom: 1.5em;
}
.quality-box .list .name{
  font-size: 2.875em;
  font-weight: bold;
  line-height: 1.222em;
}
.quality-box .list .doc{
  font-size: 16px;
  line-height: 25px;
  margin-top: 12px;
}
.quality-box .list .xian{
  position: absolute;
  right: 0;
  top: -15%;
  height: 130%;
  width: 1px;
  background: #fff;
  transform:rotate(15deg);
  opacity: 0.6;
}

@media screen and (max-width: 1600px) {
  .quality-box .list{
    padding: 0 8em;
  }
}

@media screen and (max-width: 1400px) {
  .quality-box .list{
    padding: 0 4em;
  }
}

@media screen and (max-width: 767px){
  .quality-box{
    padding: 0.45rem 0 0.2rem;
    background: url(../../Img/images/index/quality-boxbg1.jpg) no-repeat center center;
    background-size: cover;
  }
  .quality-box .list{
    padding: 0;
  }
  .quality-box .list li{
    width: 100%;
    margin-bottom: 0.57rem;
  }
  .quality-box .list .xian{
    display: none;
  }
  .quality-box .list .imgs{
    margin-bottom: 5px;
  }
  .quality-box .list .imgs img{
    height: 0.35rem;
  }
  .quality-box .list .name{
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .quality-box .list .doc{
    line-height: 0.26rem;
    font-size: 0.16rem;
    margin-top: 0.09rem;
  }
}


/**** 公司评语 ****/
.Comment-box{
  /*padding: 12.5em 0 10.625em;*/
  overflow: hidden;
  height: 32.75em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Comment-boxs{
  position: relative;
}
.Comment-box .global-inner{
  padding: 0 13.625em;
  height: auto;
}
.Comment-box .swiper-container{

}
.Comment-box .swiper-slide{
  text-align: center;
  padding: 0 12em;
}
.Comment-box .swiper-slide .doc{
  font-weight: bold;
  font-size: 1.25em;
  color: #000;
  line-height: 1.7;
  text-align: left;
}
.Comment-box .swiper-slide .doc span{
  color: #0c53d7;
}


.Comment-box .swiper-slide .imgs{
  height: 48px;
  margin-top: 2.5em;
}
.Comment-box .swiper-slide .imgs img{
  /*max-width: 100%;*/
  max-height: 48px;
}
.Comment-boxs .swiper-prev{
  position: absolute;
  left: -3em;
  top: 50%;
  margin-top: -15px;
  width: 44px;
  height: 30px;
  background: url(../../Img/images/index/Comment-leftbg1.png) no-repeat center center;
  background-size: 100%;
  z-index: 10;
  cursor: pointer;
}
.Comment-boxs .swiper-next{
  position: absolute;
  right: -3em;
  top: 50%;
  margin-top: -15px;
  width: 44px;
  height: 30px;
  background: url(../../Img/images/index/Comment-rightbg1.png) no-repeat center center;
  background-size: 100%;
  z-index: 10;
  cursor: pointer;
}
.Comment-boxs .swiper-pagination{
  position: relative;
  width: 100%;
  height: 8px;
  line-height: 8px;
  margin-top: 0.36rem;
  display: none;
}

.Comment-boxs .swiper-pagination .swiper-pagination-bullet{
  margin: 0 3px;
  background: #fff;
  border: 1px solid #ccc;
}
.Comment-boxs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 1px solid #555;
}

@media screen and (max-width: 1600px) {
  .Comment-box .global-inner{
    padding: 0 10em;
  }
  .Comment-box .swiper-slide{
    padding: 0 8em;
  }
}


@media screen and (max-width: 767px){
  .Comment-box{
    padding: 0.7rem 0 0.22rem;
    height: auto;
  }
  .Comment-box .global-inner{
    padding: 0;
  }
  .Comment-boxs .swiper-prev{
    display: none;
  }
  .Comment-boxs .swiper-next{
    display: none;
  }
  .Comment-box .swiper-container{
    overflow: inherit;
  }
  .Comment-box .swiper-slide{
    padding: 0 0.2rem;
  }
  .Comment-box .swiper-slide .doc{
    /*font-size: 0.22rem;*/
    /*line-height: 0.37rem;*/
    font-size: 0.16rem;
    line-height: 0.3rem;
    font-weight: normal;
  }
  .Comment-box .swiper-slide .imgs{
    height: 0.45rem;
    margin-top: 0.44rem;
  }
  .Comment-box .swiper-slide .imgs img{
    /*height: 0.45rem;*/
    margin: 0 auto;
    max-width: 100%;
  }
  .Comment-boxs .swiper-pagination{
    display: block;
  }
}

/**** 2021.03.03 ***/
.banner .carousel-tit .inner{
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .carousel-tit .ptel{
  width: 100%;
  margin-top: 3.6em;
  text-align: center;
  opacity: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .8s;
  -webkit-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .8s;
  -moz-transition: all 600ms cubic-bezier(0.35, 0.85, 0.55, 1) .8s;
}
.banner .carousel-tit .ptel a{
  font-size: 2.25em;
  line-height: 1.6em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5em;
  padding: 0 0.8em;
  border: solid 1px #fdb612;
  font-family: 'Arial';
  font-weight: bold;
  border-radius: 1.6em;
}
.banner .carousel-tit .ptel img{
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0.56em 0 0;
}
.banner .carousel-tit .active .ptel{
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}