@charset "UTF-8";
.nav{
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #3e434e;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.navWrap{
  width: 1200px;
  margin: 0 auto;
  height: 60px;
}
.sanlogo{
  width: 90px;
  height: 40px;
  float: left;
  margin-top: 10px;
  background: url(../images/index/logo1.png);
}
.navul{
  width: 750px;
  float: right;
  height: 60px;
}
.navli{
  width: 70px;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  text-align: center;
  margin-left: 35px;
  float: left;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.navli:hover{
  border-bottom: 2px solid #2693d8;
}
.navlibottom{
  border-bottom: 2px solid #2693d8;
  color: #2693d8;
}
.banner{
  width: 100%;
  height: 600px;
}

.footer{
  width: 100%;
  height: 250px;
  background: url(../images/index/bw.png);
  background-position: center;
}
.foot{
  width: 600px;
  height: 100%;
  margin: 0 auto;
  padding-top: 0.1px;
}
.footTop{
  width: 100%;
  height: 100px;
  margin-top: 20px;
}
.ftl{
  width: 90px;
  height: 90px;
  float: left;
  background: url(../images/index/二维码.png);
  margin-left: 150px;
}
.ftr{
  width:150px;
  height: 100px;
  float: left;
  margin-left: 30px;
  background: url(../images/index/版尾logo.png) no-repeat 20px top;
}
.ftr p{
  font-size: 12px;
  color: #fff;
  margin-top: 50px;
}
.fp1{
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.fp2,.fp3{
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
