/* 导航部分 */
.nav{
  height: 56px;
  background: #1D3CB0;
  padding: 20px 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.left-nav {
  height: 100%;
}

.center-nav li{
  height: 56px;
  margin: 0 30px;
}
.center-nav li:hover{
  cursor: pointer;
}
.center-nav li span{
  font-size: 18px;
  color: #fff;
  line-height: 56px;
}
.center-nav li .bord{
  /* background: #6384FB; */
  height: 6px;
  border-radius: 3px
}
.center-nav li:hover .bord{
  background: #fff;
}

.center-nav li .acitve {
  background: #fff;
}

.right-nav{
  border-left: 1px solid #fff;
  padding: 8px 16px;
}

.right-nav .txt{
  font-size: 14px;
  color: #fff;
  line-height: 18px;
}
.right-nav .phone{
  font-size: 18px;
  color: #fff;
}

.right-nav ul li:hover {
  color: #fff;
}

.main{
  margin-top: 96px;
  height: 480px;
  overflow: hidden;
}

image{
  display: inline-block;
  width: 100%;
  height: 100%;
}

.about{
  padding: 0 360px;
}

.tit-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.tit-wrap .txt{
  font-size: 28px;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
}
.tit-wrap .bord{
  width: 32px;
  height: 6px;
  background-color: #6384FB;
  border-radius: 3px;
  margin: 4px auto;
}

.about .blue-img{
  width: 210px;
  height: 63px;
  margin-bottom: 20px;
}
.about .about1{
  background: url(../image/about1.png) no-repeat 0 center;
}
.about .about2{
  background: url(../image/about2.png) no-repeat 0 center;
}

.about .content-wrap{
  padding: 18px 14px;
}
.about .content-wrap .txt-blod{
  font-weight: bold;
  line-height: 28px;
}
.about .content-wrap .txt-content{
  line-height: 28px;
  margin-bottom: 26px;
}
.about .content-wrap .txt-line{
  line-height: 28px;
}

.mode{
  height: 410px;
  overflow: hidden;
}
.app-mode{
  height: 550px;
  margin-bottom: 20px;
  overflow: hidden;
}

.foot-beian{
  background-color: #fafafa;
  padding: 30px;
  text-align: center;
}
.beian{
  color: #b0b0b0;
}