.bannerimg{
  position: relative;
  background: url(../images/bannerTIC.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 108.4rem;
}
.bannerimg div{
  position: absolute;
  left: 50%;
  top: 62.3rem;
  transform: translateX(-50%);
  width: 17rem;
  height: 5.2rem;
  border: .3rem solid rgba(255, 255, 255, .5);
  line-height: 4.8rem;
  color: #fff;
  font-size: 2rem;
  padding-left: 1.2rem;
  cursor: pointer;
}
.bannerimg div::before{
  position: absolute;
  right: 1.3rem;
  top: 1.4rem;
  display: block;
  content: '';
  width: 1.2rem;
  height: 1.7rem;
  background: url(../images/angle_right.png) no-repeat;
  background-size: 1.2rem 1.7rem;
}
.bannerimg h2{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 32rem;
  font-size: 4rem;
  line-height: 8rem;
  color: #fff;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
  transform: translateY(0); opacity: 1;
  animation: moveUp .8s linear;
}
.bannerimg p{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 45rem;
  font-size: 2.4rem;
  line-height: 5rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
  color: #dfdfdf;
  letter-spacing: 2px;
  transform: translateY(0); opacity: 1;
  animation: moveUp .8s linear;
}
.bannerimg p:nth-child(3){
  top: 50rem;
}
.titleh2{
  width: 100%;
  font-size: 3.5rem;
  text-align: center;
}
.whatistic{
  width: 100%;
  height: 96rem;
  padding-top: 9rem;
}
.whatistic h2{
  height: 13rem;
  line-height: 13rem;
}
.whatisticline{
  width: 78rem;
  height: 0.3rem;
  background: #DDDDDD;
  position: relative;
  margin: 0 auto;
}
.whatisticline::before{
  width: 11.6rem;
  height: 0.5rem;
  background: #EE9700;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
}
.whatisticcon{
  width: 129rem;
  margin: 0 auto;
  padding-top: 13rem;
}
.whatisticcon li{
  float: left;
  width: 40rem;
  height: 30rem;
  border: 0.1rem solid #0B3DB0;
  border-radius: 1rem;
  margin: 0 1.5rem;
  position: relative;
  line-height: 2.8rem;
  padding: 3.8rem 1.4rem 2.4rem 2.4rem;
  font-size: 1.8rem;
  margin-bottom: 4.6rem;
  background: #fff;
  box-shadow: 0.2rem 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.2);
}
.whatisticcon li:last-child{
  width: 126rem;
  height: 17rem;
}
.whatisticcon li::before{
  display: block;
  content: '';
  position: absolute;
  left: 1.6rem;
  top: 1.1rem;
  border-right: 2.8rem solid transparent;
  border-left:0 solid transparent;
  border-top: 2.5rem solid #0B3DB0;
}
.whatisticcon li:hover{
  background: #DAECFF;
  /* transition: all .5s;
  transform: translateY(-1rem) scale(1.03, 1.03); */
}
.whatisticcon li:hover::after{
  display: block;
  content: '';
  position: absolute;
  width: 80%;
  height: 1rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  box-shadow: 0 0 3rem #0B3DB0;
}
.advantages{
  width: 100%;
  height: 98rem;
  padding-top: 2rem;
  background: #EDEDED url(../images/langline.jpg) no-repeat center;
  background-size: 192rem 95rem;
}
.advantages h2{
  height: 20.5rem;
  line-height: 20.5rem;
}
.advantagescon{
  width: 100%;
  height: 68rem;
  position: relative;
}
.advantagesli{
  width: 47.8rem;
  height: 46.8rem;
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, .2);
}
.advantagesli img{
  width: 100%;
}
.advantagesli h5{
  line-height: 2rem;
  font-size: 1.8rem;
  text-align: center;
  padding: 1.2rem 0 0.8rem 0;
}
.advantagesli .line{
  height: 2.4rem;
  width: 100%;
  background: url(../images/qulinebl.png) no-repeat center center;
  background-size: 16rem 2.2rem;
}
.now .line{
  background: url(../images/quline.png) no-repeat center center;
  background-size: 16rem 2.2rem;
}
.advantagesli p{
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 2rem 2rem 0 3rem;
}


.provided{
  width: 100%;
  height: 108.4rem;
  background: url(../images/providedbg.jpg) no-repeat;
  background-size: cover;
  padding-top: 2.5rem;
  color: #fff;
}
.provided h2{
  line-height: 20rem;
}
.providedcon{
  width: 120.5rem;
  height: 85rem;
  margin: 0 auto;
}
.providedset{
  width: 61rem;
  height: 85rem;
  float: left;
}
.providedset li{
  width: 39.6rem;
  height: 12.2rem;
  line-height: 12.2rem;
  margin-bottom: 15rem;
  text-align: center;
  padding-left: 12rem;
  position: relative;
  font-size: 2.2rem;
  background: rgba(0, 0, 0, .6);
  cursor: pointer;
}
.providedset li.select{
  background: linear-gradient(to right, #0060F3, #00A1D3);
  border: 1px solid rgba(255, 255, 255, .6);
}
.providedset li img{
  position: absolute;
  display: block;
  left: 4.6rem;
  top: 2.6rem;
  width: 7rem;
  height: 7rem;
}

.providedcontent{
  width: 59rem;
  height: 85rem;
  float: left;
}
.providedcontent div{
  width: 100%;
  height: 66.6rem;
  display: none;
  overflow-y: auto;
}
.providedcontent div.vis{
  display: block;
}
.providedcontent div p{
  display: block;
  width: 100%;
  line-height: 3.2rem;
  font-size: 1.8rem;
  margin: 1rem 0;
  animation: moveUp .8s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}
.signupnow{
  width: 100%;
  height: 56rem;
  padding-top: 8rem;
  text-align: center;
}
.signupnow h2{
  line-height: 9rem;
}
.signupnow h5{
  line-height: 2.6rem;
  font-size: 1.6rem;
}
.signupnowcon{
  width: 120rem;
  margin: 0 auto;
  padding-top: 2rem;
}
.signupnowcon div{
  width: 57.3rem;
  height: 21.5rem;
  position: relative;
  float: left;
  padding-top: 10.5rem;
}
.signupnowcon div:nth-child(1){
  margin-right: 5.4rem;
  background: url(../images/sigleft.jpg) no-repeat;
  background-size: cover;
}
.signupnowcon div:nth-child(2){
  background: url(../images/sigright.jpg) no-repeat;
  background-size: cover;
}
.signupnowcon div span{
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
  width: 5rem;
  height: 5rem;
}
.signupnowcon div span img{
  width: 5rem;
  height: 5rem;
}
.signupnowcon div h3{
  line-height: 7.2rem;
  color: #fff;
  font-size: 2.4rem;
}