@charset "utf-8";
/* CSS Document */

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  background-color: #0A1018;
}
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
}
a,
a:hover {
  text-decoration: none;
}
input{
  outline:none;
  border:0;
  padding: 0;
}
/*导航*/
html,body{
  height: 100%;
}
.Box1200{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.Box1200 .nav{
  height: 72px;
  margin: 0 auto;
}
.Box1200 .nav .logo{
  width: 116px;
  height: 28px;
  margin-top: 25px;
  float: left;
}
.Box1200 .nav .navlist{
  margin-left: 400px;
}
.Box1200 .nav .navlist a{
  line-height: 72px;
  color: #999;
  float: left;
  margin-right: 60px;
  font-size: 16px;
  cursor: pointer;
}
.Box1200 .nav .navlist a:hover{
  color: #fff;
}
.Box1200 .nav .navlist a.on{
  color: #fff;
}
.navRight{
  float: right;
  text-align: center;
  margin-top: 16px;
}
.navRight a{
  width: 90px;
  height: 40px;
  float: left;
  border-radius: 5px;
  line-height: 40px;
  border: 1px solid #fff;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.navRight a.btn{
  background-color: #5D78F1;
  border: none;
}
/* banenr */
.bannerBox{
  height: 588px;
}
.leftText{
  float: left;
  margin-top: 170px;
}
.leftText h2{
  color: #fff;
  font-size: 56px;
  line-height: 80px;
  font-weight: bold;
}
.leftText p{
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
  color: rgba(255,255,255,0.65);
}
.bannerBox img{
  float: right;
  width: 520px;
  height: 520px;
  margin-top: 38px;
}
/* 数据 */
.shuju{
height:142px;
background-color: #223050;
}
.shuju ul{
  overflow: hidden;
}
.shuju ul li{
  width: 18%;
  float: left;
  color: #fff;
  margin-left: 7%;
}
.shuju ul li h4{
  font-size: 36px;
  line-height: 50px;
  margin-top: 35px;
}
.shuju ul li p{
  font-size: 16px;
  line-height: 22px;
  color: rgba(255,255,255,0.65);
}
/* 分类 */
.fenlei h2{
  margin-top: 100px;
  font-size: 34px;
  line-height: 60px;
  color: #fff;
}
.fenlei p{
  font-size: 16px;
  line-height: 40px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 38px;
}
.fenBox{
  overflow: hidden;
}
.fenleft{
  width: 28%;
  float: left;
  margin-right: 2%;
}
.fentop,.fenBot{
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.fentop h4,.fenBot h4,.fenCen h4{
  font-size: 20px;
  line-height: 28px;
  margin: 40px 0 12px 24px;
  color: #fff;
}
.fenleft .fentop{
  border-radius: 10px;
  background-color: #192838;
  overflow: hidden;
}
.fenleft .fenBot{
  border-radius: 10px;
  background-color: #5D78F1;
  overflow: hidden;
}
.fenCen{
  height: 620px;
  border-radius: 10px;
  background-color: #1BB973;
  overflow: hidden;
}

.fenright .fentop{
  border-radius: 10px;
  background-color: #34A0EE;
  overflow: hidden;
}
.fenright .fenBot{
  border-radius: 10px;
  background-color: #7366EF;
  overflow: hidden;
}
.fentop p,.fenBot p,.fenCen p{
  font-size: 14px;
  line-height: 22px;
  color: rgba(255,255,255,0.65);
  margin-right: 24px;
  margin-left: 24px;
}
.fentop img,.fenBot img{
  width: 172px;
  height: 152px;
  margin-top: 20px;
  display: block;
  margin: 0 auto;
}
.fenCen{
  width: 28%;
  float: left;
  margin-right: 2%;
}
.fenright{
  width:40%;
  float: left;
}
.fenCen img{
  width: 294px;
  height: 420px;
  display: block;
  margin: 0 auto;
  margin-top: 88px;
}
.fenright .fentop{
  width: 66%;
}
.fenright .fenBot img{
  width: 396px !important;
  height: 160px !important;
  margin-top: 40px !important
}
/* 优势 */
.youshi{
  overflow: hidden;
}
.youshi h2{
  margin-top: 100px;
  font-size: 34px;
  line-height: 60px;
  color: #fff;
}
.youshi p{
  font-size: 16px;
  line-height: 40px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 38px;
}
.youBox{
  width: 100%;
}
.youBox .youLeft{
  height: 500px;
  width: 32%;
  float: left;
  border-radius: 20px;
  margin-right: 2%;
  background-color: #15222F;
}
.youBox .youLeft:last-child{
  margin-right: 0;
}
.youBox .youLeft img{
  width: 100%;
}
.youBox .youLeft h2{
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  margin: 60px 0 14px 60px;
}
.youBox .youLeft li{
  list-style: circle;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255,255,255,0.5);
  margin: 0 60px;
}
/* 合作 */
.hezuo h2{
  margin-top: 100px;
  font-size: 34px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 40px;
}
.hezuo ul{
  width: 100%;
}
.hezuo ul li{
  width: 220px;
  height: 114px;
float: left;
margin-right: 25px;
margin-bottom: 20px;

}
.hezuo ul li:nth-child(5){
  margin-right: 0;
}
.hezuo ul li:nth-child(10){
  margin-right: 0;
}
.hezuo ul li img{
  width: 100%;
  height: 100%;
}
.jia{
  width: 100%;
  display: block;
  background: url(../images/bg2.png) no-repeat top left;
  background-size: cover;
  text-align: center;
  height: 230px;
  overflow: hidden;
  margin-top: 100px;
}
.jia h3{
  font-size: 30px;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 20px;
}
.jia a{
  width: 168px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 40px;
  border-radius: 20px;
  margin: 0 auto;
  background-color: #5D78F1;
}
/* 底部 */
.bottom{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.bottom img{
  width: 116px;
  height: 28px;
  margin-top: 80px;
  margin-bottom: 20px;
}
.bottomL{
  float: left;
}
.bottomL a,.bottomL span,.bottomC p,.bottomC span{
  font-size: 14px;
  line-height: 20px;
  float: left;
  color: rgba(255,255,255,0.65);
}
.bottomL span,.bottomC span{
  margin: 0 10px;
}
.bottomC{
  margin-left: 30px;
  float: left;
}
.bottomL a{
  cursor: pointer;
}
.bottomL a:hover{
  color: #fff;
}
.pccopy p{
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.65);
  margin-top: 40px;
  display: block;
  margin-bottom: 80px;
}
/* 关于我们 */
.bannerBox1{
  height: 588px;
  background:url(../images/baner2.png) no-repeat top right;
}
.shuju1{
  height:270px;
  background:url(../images/bg3.png) no-repeat top right;
  background-color: #223050;
  overflow: hidden;
  }
  .jieLeft{
    float: left;
    width: 60%;
  }
  .jieLeft h2{
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin: 44px 0 20px 100px;
  }
  .jieLeft p{
    font-size: 16px;
    line-height: 26px;
    color: rgba(255,255,255,0.65);
    margin-left: 100px;

  }
  .shuju1 img{
    width: 113px;
    height: 120px;
    float: right;
    margin: 74px 100px 0 0;
  }
.lian{
  overflow: hidden;
  text-align: center;
}
.lian h2{
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  margin-top: 150px;
  margin-bottom: 40px;
}
.inputBox{
  width: 556px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.inputBox input{
  width: 95%;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255,255,255,0.1);
  margin-bottom: 24px;
  border-radius: 6px;
  border: none;
  padding-left:5%;
  color: #fff;
  font-size: 16px;
}
.inputBox bottom{
  width: 100%;
  height: 60px;
  display: block;
  font-size: 16px;
  color: #fff;
  background-color:#5D78F1;
  line-height: 60px;
  border-radius: 6px;
}
/* 登录 */
.bigBg{
  width: 100%;
  height: 100%;
  background:url(../images/bigBg.png) no-repeat top right;
  background-size: cover;
}
.lian1{
  overflow: hidden;
  text-align: left;
  margin-top: 80px;
}
.lian1 h2{
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  margin-top: 150px;
  margin-bottom: 40px;
}
.inputBox1{
  width: 345px;
  margin-bottom: 80px;
}
.inputBox1 input{
  width: 95%;
  height: 56px;
  line-height: 56px;
  background-color: rgba(255,255,255,0.1);
  margin-bottom: 20px;
  border-radius: 6px;
  border: none;
  padding-left:5%;
  color: #fff;
  font-size: 16px;
}
.inputBox1 bottom{
  width: 100%;
  height: 56px;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color:#5D78F1;
  line-height: 56px;
  border-radius: 6px;
}