﻿/* 首页内容共用样式 */
.container-fluid {
  overflow: hidden;
}
.slogen{
  color:#333333;
  font-size: 0.35rem;
  text-align: center;
}

/* 头部导航菜单 */
header { 
  position: relative;
}
/*轮播图样式*/
header > #home-carousel{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

header > #home-carousel > .carousel-indicators{
  margin: 0;
  left: 70%;
  bottom: 50px;
}
header > #home-carousel > .carousel-indicators li{
  height: 4px;
  width: 40px;
  border-radius: 5px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
header > #home-carousel > .carousel-indicators .active{
  background-color: red;
}
header > #home-carousel > .banner-div{
  height: 100%;
}
.banner-slogan{
  position: absolute;
  top:25%;
  left: 20%;
}
header > #home-carousel > .banner-div .banner-slogan h5{
  color: #071FC9;
  font-size: 0.7rem;
  margin-bottom: 10px;
}
header > #home-carousel > .banner-div .banner-slogan p{
  color: #071FC9;
  font-size: 0.2rem;
  margin: 10px 0;
}
header > #home-carousel > .banner-div .banner-slogan span{
  display: block;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #071FC9;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
header > #home-carousel > .banner-div .banner-slogan span:hover{
  background-color: rgb(121, 134, 235);
}
header > #home-carousel > .banner-div .banner-slogan::before{
  content:'';
  width: 10px;
  height: 135px;
  position: absolute;
  left: -30px;
  top: 10px;
  background-color: #fff;
}
header > #home-carousel > .banner-div .banner-slogan2::before,.banner-slogan3::before{
   background-color: #071FC9 !important;
}
header > #home-carousel > .banner-div .banner-slogan::after{
  content:'';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: 30px;
  background-color: #FF784E;
}
header > #home-carousel > .banner-div .banner-slogan2::after{
  background-color: #FD72AE;
}
header > #home-carousel > .banner-div .banner-slogan3::after{
  background-color: #01DBFB;
}
header > #home-carousel img{
  width: 100%;
}


header>.joinUs {
  padding-top: 23vh;
}
.joinUs>.bnSlogen{
  letter-spacing: 1px;
  padding-left:16.66%;
}
.joinUs>.bnSlogen>.bgWord {
  color: #ebebeb;
  font-size: 0.40rem;
}
.joinUs>.bnSlogen>.bgNote {
  color: #a8a8a8;
  padding-top: 0.2rem;
  font-size: 0.23rem;
}
header>.goAhead{
  position: absolute;
  top: 92vh;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
  cursor: pointer;
  z-index: 44;
}
header>.goAhead>img{
  width: 65px;
}

/* 主题部分：二级导航栏 */
.subnav{
  height: 9vh;
  width: 100%;
  background-color: #EAEAEA;
}
.subnav>span{
  font-size: 0.23rem;
  color: #878787;
  display: inline-block;
  width: 26.5%;
  height: 100%;
  text-align: center;
  padding-top: 1.2%;
  cursor: pointer;
}
.subnav>span:first-child{
  margin-left: 10.25%;
}
.subnav>span:hover{
  background-color: #3AC0FF;
  color: #FFFFFF;
}
.subnav>span>img{
  height: 60%;
  position: relative;
  bottom: 0.05rem;
  right: 0.3rem;
}
.subnav>span>.wht2{
  display: none;
}

/* 主题部分：轮播图产品展示 */
.pdShow{
  height: 84vh;
}
.pdShow>.pdSlogen{
  padding-top:9vh;
  height: 20vh;
}
.pdShow>.slideshow{
  background-color: #242637;
  height:70vh;
}
.swiper-box{
  width: 90%;
  height:70vh;
  position: relative;
  margin: 0 auto;
}
.swiper-container{
  width: 87.4%;
  height:70vh;
}  
.swiper-slide{
  position: relative;
}
.swiper-slide>img{
  height: 70vh;
}
.swiper-slide>.mask{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.swiper-slide>.mask>.bg{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #161a1d;
  opacity: 0.6;
}
.swiper-slide>.mask>.content{
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  bottom: 0;
  text-align: center;
}
.swiper-slide>.mask>.content>img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 20%;
  display: inline-block;
  opacity: 1;
  margin: 0 auto;
}
.swiper-slide>.mask>.content>.fc2{
  visibility: hidden;
}
.swiper-slide>.mask>.content>.line{
  color: #fff;
  font-size: 0.35rem;
  margin-top: 1rem;
}
.swiper-slide>.mask>.content>h3{
  color: #fff;
  font-size: 0.33rem;
  margin-top: 0.5rem;
}
.swiper-slide>.mask>.content>.btn{
  font-size: 0.2rem;
  width: 50%;
  height: 10%;
  background-color: #5DCCFF;
  border: 2px solid #FFFFFF;
  padding: 0.0375rem 0.075rem;
  border-radius: 0.05rem;
  margin-top: 0.5rem;
  opacity: 0;
}
.swiper-slide>.mask>.content>.btn:hover{
  background-color: rgba(93, 204, 255, 0.658);
}
.swiper-button-white{
  outline:none;
}
/* 主题部分：合作伙伴 */
.pnShow{
  /*height: 66vh;*/
  height: 40vh;
  margin-bottom: 10vh;
}

.pnShow>.pnSlogen{
  height: 14vh;
  margin-top: 13vh;
}
.pnShow>.pnIcon{
  width: 79.5%;
  height: 85%;
  margin-left: 10.25%;
  display: inline-block;
  text-align: center;
}
.pnShow>.pnIcon>.pnCase{
  position:relative;
  font-size: 0.2rem;
  color: rgb(139, 139, 139);
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
  border: 2px solid #C6C6C6;
  width: 25%;
  height: 78%;  
  display: inline-block;
  cursor: pointer;
}
.pnCase>.cgIcon>img{
  width: 20%;
  margin-top: 15%;
  margin-bottom: 3%;
}
.pnCase>.cgIcon>.img2{
  display: none;
}
/* 主题部分：合作伙伴滚动墙 */
.scrollWall{
  text-align: center;
  height: 112vh;
}
.scrollWall>.advSlogen{
  height: 4.5vh;
  letter-spacing: 2px;
  margin-top: 15vh;
}
.scrollWall>.scrollWall-review{
  color: #999999;
  font-size: 0.25rem;
  background: url(../fonts/home/line-bg.png) bottom center no-repeat;
  height: 3.5vh;
  margin-top:4vh;
  margin-bottom: 5vh;
  letter-spacing: 1px;
}
.scrollWall>.scrollWall-body{
  height: 88vh;
  width: 84.5%;
  position:relative;
  overflow:hidden; 
  margin: 0 auto;
}
.scrollWall-body>.picList{
  width:100%;
  height:65vh;
}
.picList>li{
  height:24vh;
  width:100%;
  margin-bottom:8vh;
}
.picList .pic{
  height:24vh;
  width:100%;
  font-size: 0;
}
.pic>div{
  width:25%;
  height: 24vh;
  display: inline-block;
  -moz-background-size:80% 100% !important;
  background-size: 80% 100% !important;
}
/* 主题部分：我们的优势 */
.advShow{
  height: 50vh;
  background-color: #F9F9F9;
  text-align: center;
}
.advShow>.advSlogen{
  padding-top: 5vh;
}
.advShow>.review{
  color: #A1A1A1;
  font-size: 0.2rem;
  padding-top: 3vh;
}
.advShow>.ourAdv{
  width: 72%;
  margin: 3vh auto;
  color: #6E767D;
}
.advShow>.ourAdv>.advCase{
  width: 15%;
  display: inline-block;
}
.ourAdv>.advCase>img{
  width: 35%;
}
.ourAdv>.advCase>.advn{
  font-size: 0.25rem;
  padding-top: 10%;
}
.ourAdv>.advCase>.advCt{
  padding-top: 10%;
}
.ourAdv>.advCase>.advCt,.advCt1{
  font-size: 0.18rem;
}

/* 主题部分：立即申请 */
.apply{
  background: url(../imgs/home/applyBg.png) no-repeat;
  height: 43vh;
  -moz-background-size:100% 100%;
  background-size: 100% 100%;
  text-align: center;
  margin-bottom: -2px;
}
.apply>button{
  margin-top: 25vh;
  background-color: #FFB400;
  color: #FFFFFF;
  font-size: 0.25rem;
  padding: 0.08rem 0.5rem;
  border-radius: 8px;
}
.apply>button:hover{
  background-color: #FFC334;
}
