body{   
  
}
.enter{
    position: relative;
    width: 100%;
    line-height: 0;
}
.enter img{
    width: 100%;
    height: 100%;
}
.main{
    position: relative;
    padding: 1px 0;
    width: 100%;
    min-width: 1200px;
    background: url("../images/bgMain.jpg") bottom repeat-y;
    background-size: 100% auto;
}
.navBox{
  margin: 0 auto;
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: #fff 1px solid;
}
.nav{
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.logo{
  position: absolute;
  left: 2px;
  top: 26px;
}
.navList{
  position: absolute;
  top: 32px;
  right: 0;
  font-size: 0;
}
.navList .tab{
  position: relative;
  display: inline-block;
  margin: 0 30px;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.navList .tab.on{
  color: #26459b;
  font-weight: bold;
}
.navList .tab:hover{
  color: #26459b;
  font-weight: bold;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}

.content{
    position: relative;
    margin: 60px auto 80px;
    width: 1200px;
}
.content .title{
    margin: 60px auto;
    line-height: 0;
    text-align: center;
}
.content .image{
    position: relative;
    margin: 30px auto;
    line-height: 0;
    text-align: center;
}
.content h1{
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 15px;
    color: #fe8a19;
    font-size: 20px;
    line-height: 22px;
    border-bottom: #dddddd 1px solid;
}
.content h2{
    display: block;
    margin: 25px 0 6px;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
}
.content p{
    margin: 0 auto;
    color: #333333;
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
}
.content p.noIndent{
  font-size: 16px;
  text-indent: 0;
}
.content p.green{
  color: #318c10;
}
.content a.link{
    color: #333;
    border-bottom: #333 1px solid;
}
.content .tips{
  margin: 70px auto 20px;
  padding-left: 70px;
  color: #318c10;
  font-size: 28px;
  line-height: 46px;
  font-weight: bold;
  border-radius: 46px;
  background: url("../images/tips.png") 30px center no-repeat;
  background-color: #c4e6c5;
}
.content .border .tab{
  margin: -52px 0 20px;
  padding-left: 40px;
  color: #fff;
  font-size: 24px;
  line-height: 46px;
  background: url("../images/tab.png") no-repeat;
}
.border{
  margin-bottom: 25px;
  padding: 30px 25px;
  border-radius: 10px;
  background-color: #fff;
}
.buttonApply{
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  border-radius: 35px;
  background: linear-gradient(to right, #ff852e , #ffc33e);
}
.buttonLink{
  display: block;
  margin: 70px auto 0;
  width: 410px;;
}
.clear{
    clear: both;
}
.footer{
    position: relative;
    padding-top: 180px;
    width: 100%;
    height: 226px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: url("../images/footer.png") no-repeat;
    background-size: 100% 100%;
}
.footer a{
    color: #fff;
}