body{
    background-color: #F9FAFC;
}
.ban-text{
    position: absolute;
    top: 87px;
    left: 333px;
    color: #fff;
    display: none;
}
.ban-text p:nth-child(1){
    font-size: 35px;
    margin-bottom: 24px;
}
.ban-text p:nth-child(2){
    font-size: 15px;
    margin-bottom: 26px;
}
.box1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    box-shadow: rgba(0,0,0,.14) 0 0 9px 0;
}
.box1-main{
    width: 824px;
    margin: 0 auto;
}
.box1-main>div{
    width: 206px;
    text-align: center;
    position: relative;
    float: left;
}
.box1-main>div::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #DDDDDD;
}
.box1-main>div a,.box2-btn a{display: inline-block;width: 100%;height: 100%;}
.box1-main>div:nth-child(1)::after{display: none;}

.box2{
    height: 299px;
    margin-top: 31px;
}
.box2-main{
    width: 1322px;
    margin: 0 auto;
}
.box2-main>div{
    width: 302px;
    height: 299px;
    background-color: #fff;
    float: left;
    margin: 0 14px;
    position: relative;
    overflow: hidden
}
.box2-text{
    margin: 80px 0 0 30px;
}
.box2-text p:nth-child(1){
    font-size: 20px;
    margin-bottom: 18px;
}
.box2-text p:nth-child(2){
    font-size: 12px;
    line-height: 20px;
}
.box2-btn{
    width: 101px;
    height: 35px;
    border: 1px solid #206BE6;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #206BE6;
    margin: 40px 0 0 36px;
    position: relative;
    z-index: 10;
    transition: .2s;
    -webkit-transition: .2s;
}
.box2-btn:hover{
    background: #206BE6;
}
.box2-btn:hover a{color: #fff;}
.box2-btn a{
    color: #206BE6;
    transition: .2s;
    -webkit-transition: .2s;
}
.box2-img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.box3{
    height: 174px;
}
.box3-main{
    width: 1322px;
    margin: 0 auto;
}
.box3-main>div{
    float: left;
}
.box3-main>div:nth-child(1){
    margin-left: 180px;
    margin-right: 520px;
}
.box3-top{
    font-size: 20px;
    height: 44px;
    line-height: 44px;
    margin-top: 34px;
}
.box3-top i{
    float: left;
    font-size: 28px;
    color: #5C5C67;
    margin-right: 14px;
}
.box3-btm{
    font-size: 27px;
    font-weight: bolder;
    margin-top: 16px;
}
.box4{
    height: 301px;
    background: url(../images/contact_map_bg.jpg) no-repeat;
}
.box4-main{
    margin-left: 1173px;
    overflow: hidden;
}
.dz-tit{
    font-size: 26px;
    margin: 52px 0 20px 7px;
}
.dz-box{
    width: 333px;
    height: 44px;
    line-height: 44px;
    text-indent: 14px;
    font-size: 15px;
    background-color: #fff;
}
.dz-text{
    margin-top: 32px;
    line-height: 32px;
    font-size: 14px;
}
.dz-text i{
    float: left;
    color: #656565;
    font-size: 24px;
    margin-right: 12px;
}
.box5{
    height: 244px;
    text-align: center;
}
.box5-tit{
    margin: 48px auto 26px;
    font-size: 24px;
}
.box5-text{
    font-size: 16px;
}
.box5-btn{
    margin: 38px auto 0;
    width: 141px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    background-color: #206BE6;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
.box5-btn a{
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.box5-btn:hover{
    background-color: #262834;
}