html,body{
    width: 100%;
    height: 100%;
    background: #0110DF;
    font-size: 20px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body img{
	width: 100%;
    display: block;
    height: auto;
	vertical-align: top;
}
.none{
  display: none;
}

/*布局*/
.pageWrap{
  position: relative;
  width: 100%;
  padding-top: 50px;
  box-sizing: border-box;
}
/*顶部*/

.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  background: #011773;
  z-index: 10;
}

.header .hd-inner{
  position: relative;
  width: 90%;
  height: 100%;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
  position: relative;
  flex-shrink: 0;
  width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menubox{
  flex: 1;
  height: 100%;
}
.menubox ul{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
.menubox ul li{
  position: relative;
  flex-shrink: 0;
  height: 100%;
  margin-left:40px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.menubox ul li.on::after{
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #0BFDFE;
}
.menubox ul li a{
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-home{
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-left: 80px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.btn-home .icon-home{
  display: inline-block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url(../images/icon-home.png) center no-repeat;
  background-size: 100% 100%;
}

.home-main{
  position: relative;
  width: 100%;
}

.main{
  position: relative;
  width: 100%;
  min-height: 1500px;
}
.main.bg2{
  padding:80px 0 600px 0;
  box-sizing: border-box;
  background: url(../images/bg2.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
.main.bg3{
  padding:80px 0 600px 0;
  box-sizing: border-box;
  background: url(../images/bg3.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
.main.bg4{
  padding:80px 0 600px 0;
  box-sizing: border-box;
  background: url(../images/bg4.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
.main.bg5{
  padding:80px 0 600px 0;
  box-sizing: border-box;
  background: url(../images/bg5.jpg) bottom center no-repeat;
  background-size: 100% auto;
}

.main-inner{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  box-sizing: border-box;
}
.main-title{
  position: relative;
  width: 1091px;
  height: 62px;
  padding-top: 7px;
  box-sizing: border-box;
  background: url(../images/title-bg.png) center no-repeat;
  background-size: 100% 100%;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.home-pop{
  position: fixed;
  right: 50px;
  top: 100px;
  width: 280px;
  height: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

/*公司简介*/
.aboutWrap{
  position: relative;
  width: 960px;
  margin:0 auto;

}
.about-row{
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 40px;
}
.about-row .txt{
  flex: 1;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}

.about-column{
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.about-column .txt{
  width: 100%;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  
}

.img-about1{
  flex-shrink: 0;
  width:290px;
  margin-left: 40px;
}
.img-about2{
  width:548px;
  margin: 40px auto 0;
}

.img-about3{
  flex-shrink: 0;
  width:226px;
  margin-right: 40px;
}


/**/
.schoolWrap{
  position: relative;
  width: 100%;
  padding-top: 80px;
}
.school-list{
  position: relative;
  width: 1050px;
  margin:0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.school-list .school-item{
  position: relative;
  flex-shrink: 0;
  margin:30px;
  padding: 30px;
  box-sizing: border-box;
  width: 290px;
  height: 177px;
  background: url(../images/school-item.png) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;


}
.school-list .school-item .item-name{
  font-size: 18px;
  font-weight: 800;
  color: rgba(51, 51, 51, 1);
}
.school-list .school-item .item-sub{
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  color: rgba(102, 102, 102, 1);
}

/**/
.jobWrap{
  position: relative;
  width: 100%;
}
.img-job1{
  position: relative;
  width: 1034px;
  margin:100px auto;
}


/**/
.proWrap{
  position: relative;
  width: 1091px;
  margin:0 auto;
}
.pro-txt{
  font-size: 20px;
  color: #fff;
  margin-top: 60px;
  line-height: 35px;
  font-weight: 800;
}
.pro-txt .blue{
  color: #0BFDFE;
}
.pro-img1{
  left: -5%;
  position: relative;
  width: 1091px;
  margin:0 auto;
}