b {
    font-weight: normal;
}
.top-wrapper {
    width: 1200px;
    margin: 20px auto;
    position: relative;
}

.top-wrapper .tel{
    position: absolute;
    right: 20px;
    top: 10px;
}

.top-wrapper .tel p{
    font-size: 16px;
    line-height: 25px;
    color: #475056;
    padding-bottom: 6px;
}

.menu-wrapper {
    width: 100%;
    background: #e45151;
    overflow: hidden;
}

.menu-wrapper .menu-inner{
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.menu-inner ul {
    display: inline-block;
}

.menu-inner ul li{
    float: left;
}

.menu-inner ul li a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 18px 24px;
}

.menu-inner ul li.hover,
.menu-inner ul li:hover{
    background: #d34747;
}

a.btn-default {
    display: inline-block;
    font-size: 20px;
    padding: 10px 100px;
    border: 1px solid #0182d3;
}

a.btn-style-1 {
    display: inline-block;
    font-size: 26px;
    padding: 14px 80px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s;
}

a.btn-style-1:hover {
    background: #fff;
    color: #e45151;
}

a.btn-style-2 {
    display: inline-block;
    font-size: 26px;
    padding: 14px 80px;
    border-radius: 10px;
    background: #c00131;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

a.btn-style-2:hover {
    background: #fff;
    color: #e45151;
}

a.btn-style-3 {
    display: inline-block;
    font-size: 26px;
    padding: 14px 100px;
    border-radius: 40px;
    color: #ff595b;
    background: #fff;
    border: 2px solid #ff595b;
    transition: 0.3s;
    cursor: pointer;
}

a.btn-style-3:hover {
    background: #ff595b;
    border: 2px solid #ff595b;
    color: #fff;
}

a.btn-style-4 {
    display: inline-block;
    font-size: 26px;
    padding: 14px 100px;
    border-radius: 40px;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    transition: 0.3s;
    cursor: pointer;
}

a.btn-style-4:hover {
    background: #ff595b;
    border: 2px solid #ff595b;
    color: #fff;
}

a.btn-style-5 {
    display: inline-block;
    font-size: 16px;
    padding: 10px 30px;
    color: #fff;
    background: #ff595b;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 20px;
}

.is-hide{
    display:none;
}

.footer {
    position: relative;
    padding: 30px 0 80px 0;
}

.footer h2 {
    font-size: 28px;
    font-weight: bold;
    color: #252525;
    padding-bottom: 30px;
}

.footer p {
    font-size: 22px;
    line-height: 40px;
    color: #252525;
}

.index-wx {
    position: absolute;
    right: 0;
    top: 10px;
}

.fill-box {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right-float {
    position: fixed;
    left: 20px;
    top: 180px;
    z-index: 200;
}

.right-float .top {
    width: 100%;
}

.right-float .list>ul {
    margin-top: -60px;
    padding: 60px 10px 70px;
    border: 1px solid #ededed;
    box-shadow: 0 0 8px #ccc;
    background: #fff;
    text-align: center;
}

.right-float li {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px dashed #e45151;
    position: relative;
}

.right-float li:hover a {
    color: #e45151;
}

.right-float .bottom {
    text-align: center;
    margin-top: -60px;
}

.right-float .info-box {
    display: none;
    position: absolute;
    left: 120px;
    top: 0;
    width: 200px;
    border: 1px solid #ddd;
    padding: 10px 0;
    background: #fff;
    color: #e45151;
}

.class .info-box {
    padding: 0 !important;
    top: -55px;
}

.class .info-box li:last-child {
    border-bottom: none;
}

.right-float .info-box h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.right-float .info-img {
    padding: 20px 0;
    top: -60px;
}

.right-float .info-box p {
    font-size: 20px;
}

.info-service {
    top: -10px !important;
}

.lxb-container {
    display: none;
}

.info-box .api-lxb-cb-input{
    padding: 6px;
    margin-bottom: 8px;
    color: #333;
}

.info-box .api-lxb-cb-btn {
    border: 1px solid #e45151;
    background: #e45151;
    color: #fff;
    cursor: pointer;
    padding: 4px 12px;
}

.big-data {
    display: inline-block;
}

.big-data img {
    margin-bottom: 15px;
    margin-left: 60px;
}