body{
    background-color: #eeeeee;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1200px;
    background: url("../images/footer.jpg") bottom center no-repeat;
}
.enter{
    position: absolute;
    width: 100%;
}
.enter img{
    width: 100%;
}
.navBox{
    margin: 0 auto;
    padding: 12px 0;
    width: 100%;
    height: 68px;
    background: #ffffff;
    box-shadow: 0 0 5px #ccc;
}
.nav{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.banner{
    position: relative;
    min-width: 1200px;
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.navList{
    margin: 0 auto;
    width: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
}
.navList .tab{
    position: relative;
    display: inline-block;
    margin: 0 30px;
    color: #343434;
    font-size: 24px;
    line-height: 46px;
    font-weight: bolder;
    text-align: center;
    border-bottom: #fff 3px solid;
}
.navList .tab.on{
    color: #183fc7;
    border-bottom: #2490ff 3px solid;
}
.navList .tab:hover{
    color: #183fc7;
    border-bottom: #2490ff 3px solid;
}
.content{
    position: relative;
    margin: 60px auto 90px;
    width: 1100px;
    min-height: 500px;
    color: #312c28;
}
.content .title{
    position: relative;
    margin: 50px auto;
    width: 1100px;
    text-align: center;
}
.content h1{
    margin: 40px 0 15px;
    width: 199px;
    color: #fff;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
    background: url("../images/bgTab.png") no-repeat;
}
.content h2{
    display: inline-block;
    margin: 30px 42px 15px;
    padding: 0 28px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    border-radius: 26px;
    background: #4da1f7;
}
.content p{
    margin: 0 42px;
    color: #090909;
    font-size: 16px;
    line-height: 34px;
}
.content .notice{
    margin: 0 auto 50px;
    padding: 15px 60px;
    width: 1100px;
    height: 161px;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    text-indent: 2em;
    background: url("../images/bgText.png") no-repeat;
}
.content .notice p{
    text-indent: 0;
}
.content .image{
    margin: 15px auto;
    width: 1020px;
    line-height: 0;
}
.textBox{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
}
.textTitle{
    margin: 0 10px 10px 40px;
    width: 100px;
    color: #090909;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.textInfo{
    margin-bottom: 10px;
    width: 950px;
    color: #090909;
    font-size: 16px;
    line-height: 30px;
}
.textBox .item_1{
    
}
.textBox h2{
    margin: 10px 0 10px 40px;
}
.textBox p{
    margin: 0 0 0 40px;
    line-height: 24px;
}
.flow{
    margin: 30px auto; 
    line-height: 0;
    text-align: center;
}
.clear{
    clear: both;
}
.footer{
    width: 100%;
    height: 66px;
    color: #090909;
    font-size: 19px;
    text-align: center;
    line-height: 66px;
    background: #ffffff;
    box-shadow: 0 0 5px #aaa;
}
.footer a{
    color: #090909;
}