.team{
    font-size:36px;
    font-weight:bold;
    text-align: center;
    margin-top: 70px;
}
.underline{
   width:60px;
   height:4px;
   background:rgba(60,129,249,1);
   border-radius:2px;
   margin: 0 auto;
}
.team-subtitle{
font-size:16px;
font-weight:400;
color:rgba(102,102,102,1);
line-height:46px;
text-align: center;
}
.contents{
text-align: center;
margin: 0 auto;
width:280px;
height:390px;
background:rgba(255,255,255,1);
box-shadow:0px 0px 9px 1px rgba(45,98,189,0.1);
}
.contents img{
padding: 40px 92px 30px;
}
.content-underline{
width:70px;
height:4px;
background:rgba(60,129,249,1);
border-radius:2px;
margin: 0 auto;
}
.content-sitem{
font-size:20px;
font-weight:bold;
margin: 12px 0;
}
.tage{
padding-top:1px;
background:url("/Template/skin1/public/VT/images/backimg1.jpg");
overflow: hidden;
height: 840px;
}
.tagebgm1{
    background: url(/Template/skin1/public/VT/images/super1.png) no-repeat center top;
    height: 290px;
    padding: 50px;
    color: #fff;
    margin-top: 90px;
}
.tagebgm2{
    background: url(/Template/skin1/public/VT/images/super2.png) no-repeat center top;
    height: 290px;
    padding: 50px;
    color: #fff;
    margin-top: 310px;
    margin-bottom: 95px;
}
.tagebgm3{
    background: url(/Template/skin1/public/VT/images/super3.png) no-repeat center top;
    height: 290px;
    padding: 50px;
    color: #fff;
    margin-top: 90px;
}
.tagebgm4{
    background: url(/Template/skin1/public/VT/images/super4.png) no-repeat center top;
    height: 290px;
    padding: 50px;
    color: #fff;
    margin-top: 310px;
    margin-bottom: 95px;
}
.join{
    background-image: url(/Template/skin1/public/VT/images/backimg2.jpg);
}
.zsbox {
    padding-bottom: 60px;
    padding-top: 10px;
    width: 1178px;
    margin-top: 40px;
    padding-top: 20px;
    text-align: left;
}
.mainbox {
    width: 1180px;
    margin: 0 auto;
}
.zsbox .box {
    padding: 0 70px;
}
.zsbox ul {
    padding-left: 120px;
}
.zsbox ul li {
    float: left;
    margin-top: 5px;
    padding-bottom: 10px;
    margin-left: 110px;
}
.zsbox ul li span {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    display: block;
    overflow: hidden;
    color: #fff;
}
.zsbox ul li input[type=text] {
    width: 350px;
    height: 36px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 36px;
    border: 1px solid #d0d6d9;
    outline: none;
    padding-left: 15px;
    font-size: 16px;
    background-color: #0e19a9;
    color: #fff;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.zsbox .tjbutton {
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-top: 20px;
    background: #ffffff;
    border: 0px;
    color: #0e19a9;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-appearance: none;
}
.zsbox ul li span em {
    color: #fff;
    padding-left: 15px;
    font-size: 12px;
}
em {
    font-style: normal;
}
.zsbox ul li span font {
    color: #f00;
    padding-left: 5px;
    font-size: 16px;
}
.tage-item{
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color:#fff;
    line-height: 25px;
}
.tage-items{
    text-align: center;
    font-size:15px;
    font-weight: 400;
    color:#fff;
    line-height: 25px;
    margin-top: 65px;
}

/*头部*/
.header {
    font-size: 16px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.1s ease;
    height: 71px;
    line-height: 71px;
  }
  .header .logo-con {
    display: inline-block;
    width: 100%;
  }
  .header .container > div {
    display: inline-block;
  }
  .header .container .logo {
    padding-right: 20px;
    width: 13%;
  }
  .header .container .logo img{
    padding-top: 19px;
    padding-left: 28px;
  }
  .header img.no-active {
    display: inline-block;
  }
  .header .navn {
    width: 85%;
  }
  .header .navn ul {
    padding-left: 0;
    width: 100%;
  }
  .header .navn ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 1%;
  }
  .header .navn ul li:hover a,
  .header .navn ul li:active a,
  .header .navn ul li:focus a {
    display: inline-block;
    height: 70px;
    color: #4c74f7 !important;
  }
  .header .navn ul li a {
    color: #000;
    font-size: 1rem;
    text-decoration: none;
  }
  .header .navn ul .active a {
    display: inline-block;
    height: 70px;
    color: #4c74f7 !important;
  }
  .header .navn ul .phone {
    font-size: 14px;
    padding-left: 60px;
  }
  .header .navn ul .phone img {
    margin-right: 7px;
  }
  .header-active {
    background: #fff;
    border-bottom: 1px solid #ddd;
    transition: all 0.1s ease;
  }
  .header-active .navn li {
    color: #666 !important;
  }
  .header-active .navn li a {
    color: #333 !important;
  }
  .header-active .navn li a:hover,
  .header-active .navn li a:active,
  .header-active .navn li a:focus {
    color: #4c74f7 !important;
  }
  .header-active .navn .active {
    color: #4c74f7 !important;
  }
  .header-active .navn .active a {
    color: #4c74f7 !important;
  }
  .header-active img.no-active {
    display: inline-block;
  }
  .team-mtitle,.header-active img.active {
    display: none;
  }
  .header .navn ul li span
  {
      padding:0 5px;
      cursor:pointer
  }
  .container {
    width: 1275px;
    max-width: 1275px;
    margin: auto;
}
.team-botton{margin: 60px 0 100px;}
.equity{margin: 77px 0;overflow: hidden;}
.equity li{width: 20%;text-align: center;float: left;}
.equity-line{width:44px;height:4px;background:rgba(255,156,26,1);opacity:0.5;border-radius:2px;margin: 24px auto;}
.equity-title{font-size:20px;font-weight:bold;color:rgba(60,129,249,1);line-height:25px;}
.equity-info{font-size:14px;font-weight:400;color:rgba(102,102,102,1);line-height:25px;margin-top: 20px;padding: 0 15px;}
.appraise{width:355px;height:475px;background:rgba(255,255,255,1);box-shadow:0px 0px 7px 0px rgba(0, 0, 0, 0.16);margin: 0 auto;}
.appraise-top{width:100%;height:210px;}
.appraise-title{font-size:24px;font-weight:bold;color:rgba(51,51,51,1);line-height:24px;}
.appraise-info{font-size:14px;font-weight:400;color:rgba(102,102,102,1);line-height:24px;margin-top: 20px;}
.appraise-box{padding: 25px;}
.underline-img{margin-top: 100px;margin-bottom: 100px;width:100%;}
.underline-img-m{display: none;}
/*底部*/
.copyRightInfo{ text-align:center; font-size:13px; line-height:28px; letter-spacing:1px;clear: both;}
.applyfor{text-align: center;margin-bottom: 125px;}
/*banner*/
.bann{
  margin-top: 70px;
  background: url(/Template/skin1/public/VT/images/banner.png);
  height: 610px;
}
.paly-btn{text-align: center;}

/*渠道相助响应式*/
@media screen and (max-width: 768px) {
/*隐藏部分*/
.team-subtitle,.underline-img,.bantop{display: none;}
/*显示部分*/
.team-mtitle,.underline-img-m{display: block;}
.team {font-size: 24px;margin-top: 20px;}
.team-mtitle{line-height: 46px;text-align: center;}
.team-botton .ks-col-24{margin-bottom: 25px;}
.team-botton { margin: 20px 0;}
.tage {overflow: -webkit-paged-x;height: 100%;}
.tagebgm1,.tagebgm2,.tagebgm3,.tagebgm4{margin: 20px 0;}
.equity li {width: 50%;height: 300px;}
.equity {margin: 40px 0;}
.equity-line {margin: 10px auto;}
.underline-img-m{width: 80%;margin: 30px auto;}
.applyfor{margin-bottom: 30px;}
.zsbox ul {padding-left: 0px;}
.zsbox ul li input[type=text]{width: 100%;}
.zsbox ul li{width: 230px;float: inherit;}
.mainbox {width: 100%;margin: 0 auto;}
.container {width: 100%;}
}<!--耗时1782858195.5435秒-->