body {
    max-width: 1960px;
    margin: 0 auto;
}

.ftit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.platfond {
    width: 100%;
    height: 5px;
    background-color: #638df9;
}

.tit {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    background-color: #f3fcfe;
}

.tit-name {
    float: left;
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}

.tit-name a {
    color: black;
}

.tit-nav {
    float: right;
    width: 650px;
    height: 50px;
}

.tit-nav-li {
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.tit-current {
    background-color: #638df9;
}

.tit-current-a {
    color: white;
}

.tit-nav-li a {
    color: #0885fa;
}

.tit-nav-li ul {
    display: none;
}

.tit-nav-li ul li {
    font-size: 14px;
    background-color: #638df9;
    color: white;
    border-bottom: 1px solid white;
}

.tit-nav-li ul li:hover {
    background-color: #666;
}

.tit-nav-li ul li a {
    color: white;
}

.foot {
    width: 100%;
    padding-top: 20px;
    background-color: #638df9;
    height: 320px;
}

.foot-first {
    height: 100px;
    margin: 0 100px;
    margin-bottom: 20px;
}

.inq-text {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 24px;
}

.inq-text:before {
    content: url(../img/电话.png);
    margin-right: 5px;
    vertical-align: middle;
}

.inq-num {
    font-size: 30px;
    color: white;
}

.foot-name {
    font-size: 36px;
    color: #666;
}

.foot-second {
    height: 200px;
    margin: 0 100px;
}

.foot-second dl {
    float: left;
    width: 100px;
    height: 190px;
    margin-right: 30px;
    overflow: hidden;
}

.foot-list {
    height: 200px;
    overflow: hidden;
}

.foot-list dl dt {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
}

.foot-list dl dt a,
.foot-list dl dd a {
    color: white;
}

.foot-list dl dd {
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
}

.foot-qr {
    width: 150px;
    /*margin-left: 150px;*/
}

.foot-qr div {
    width: 150px;
    height: 150px;
    background-color: skyblue;
}

.foot-qr span {
    display: inline-block;
    width: 150px;
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: 15px;
}

.foot-mesg {
    width: 400px;
    text-align: right;
    font-size: 20px;
    color: white;
}

.foot-mesg div {
    margin: 5px 0;
}

.tit-pos {
    width: 100%;
    height: 55px;
}

.foot-pos:before {
    content: url(../img/location.png);
    vertical-align: middle;
    margin-right: 10px;
}