.panel-wrap {
    margin: 0 auto;
    width: 945px;
    text-align: left;
    overflow: hidden;
}
/*顶部导航*/
.panel-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    line-height: 75px;
    color: #000;
    background-color: #fff;
}
.panel-top .panel-wrap {
    position: relative;
    overflow: inherit;
}
.panel-top .box-logo {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex-box;
    display:flex;
    float: left;
    height: 75px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.panel-top .box-logo .logo {
    display: block;
    height: 75px;
}
.panel-top .box-nav {
    float: right;
}
.panel-top .box-nav ul li {
    float: left;
    margin-left: 28px;
    margin-right: 28px;
}
.panel-top .box-nav ul li:last-child {
    margin-right: 0;
}
.panel-top .box-nav ul li a {
    display: block;
    font-size: 15px;
    color: #000;
}
.panel-top .box-nav ul li.active a {
    font-weight: 600;
}
.panel-top div.box-nav ul li a.box-btn {
    display: inline-block;
    width: 86px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    border-radius: 34px;
    color: #fff;
    background-color: #00d4b9;
}

/*banner*/
.panel-banner {
    position: relative;
    margin-top: 52px;
    height: 465px;
}
.panel-banner .banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin-left: -10px;
    background-size: 1643px;
    background-position:center center;
    background-repeat:no-repeat;
    background-color: #42d6c3;
    background-image: url(../images/banner.png);
}

/*标题*/
.title-h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}
.title-h1 img {
    position: relative;
    top: 2px;
    width: 27px;
}
.title-h2 {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
}
.title-h2 em {
    position: relative;
    font-weight: 500;
    display: inline-block;
}
.title-h2 i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: -1;
    height: 9px;
    background-color: rgba(0,212,185,0.5);
}
.title-h2 span {
    display: inline-block;
    padding-top: 23px;
    background-position:bottom left;
    background-repeat:no-repeat;
}
.h2-num-1 span {
    padding-left: 33px;
    background-size: 54px;
    background-image: url(../images/index/icon-num-1.png);
}
.h2-num-2 span {
    padding-left: 35px;
    background-size: 56px;
    background-image: url(../images/index/icon-num-2.png);
}
.h2-num-3 span {
    padding-left: 42px;
    background-size: 58px;
    background-image: url(../images/index/icon-num-3.png);
}

/*功能介绍*/
.panel-function {
    text-align: center;
}
.panel-function div {
    display: inline-block;
}
.panel-function ul {
    width: 920px;
    overflow: hidden;
}
.panel-function ul li {
    position: relative;
    float: left;
    margin: 12px;
    width: 160px;
    height: 270px;
    font-size: 14px;
    border-radius: 14px;
    background-color: #fafafd;
    overflow: hidden;
}
.panel-function ul li img {
    display: block;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 10px;
    width: 80px;
}
.panel-function ul li h3 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.panel-function ul li .box-shadow {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background-color: rgba(166,171,192,0.5);
}
.panel-function ul li .box-shadow a {
    display: block;
    margin: 118px auto 0;
    width: 106px;
    line-height: 34px;
    text-align: center;
    border-radius: 34px;
    color: #fff;
    background-color: #00d4b9;
}
.panel-function ul li.active .box-shadow {
    display: block;
}

/*页脚*/
.panel-footer {
    color: #fff;
}
.panel-footer a {
    color: #fff;
}
.panel-footer .box-contact {
    padding-top: 80px;
    padding-bottom: 75px;
    text-align: center;
    background-color: #323748;
}
.panel-footer .box-qrcode {
    float: left;
}
.panel-footer .box-qrcode li {
    float: left;
    font-size: 14px;
    line-height: 14px;
}
.panel-footer .box-qrcode li img {
    display: block;
    margin-bottom: 12px;
    width: 110px;
    border-right: 4px;
}
.panel-footer .box-address {
    float: left;
    margin-left: 80px;
    line-height: 30px;
    text-align: left;
}
.panel-footer .box-address dt {
    font-size: 20px;
    font-weight: bold;
}
.panel-footer .box-website {
    text-align: center;
    background-color: #272b3b;
}
.panel-footer .box-website {
    padding-top: 25px;
    padding-bottom: 26px;
    line-height: 20px;
    text-align: center;
}
