body {
    background: #F6F7FB;
}

.tm-banner {
    color: white;
    width: 100%;
}

.tm-banner img {
    width: 100%;
    height: 100%;
}

.tm-banner .text-box {
    position: relative;
    z-index: 0;
    margin-top: 1.75rem;
    margin-left: 15px;
    line-height: 3em;
}

.news {
    padding: 0.3rem 0;
    padding-bottom: 0.2rem;
    background-color: #F1F1F1;
}

.news .nav>ul li {
    float: left;
    margin-right: 3em;
    font-size: 16px;
}

.news .nav>ul li a {
    color: black;
}

.news .nav>ul li a:hover {
    color: blue;
}

.news .nav>ul li.active a {
    border-bottom: 2px solid blue;
    padding-bottom: 1em;
    color: blue;
}

.news .row .col-xs-12 {
    margin-top: 0.4rem;
}

.news .new-box {
    padding-top: 5px;
    margin-bottom: -15px;
    height: 3.4rem;
    border: 1px solid #E8E8E8;
    background-color: white;
}

.news .new-box .content {
    padding: 0.15rem;
}

.news .new-box>h2 {
    padding-left: 0.15rem;
    padding-bottom: 6px;
    border-left: 4px solid blue;
}

.news .new-box>h2 a {
    position: relative;
    color: black;
    font-size: 0.18rem;
}

.news .new-box>h2 a:hover {
    color: blue;
}

.news .new-box .content .img img {
    width: 100%;
    transition: all 0.3s;
}

.news .new-box .content .img {
    margin-right: 0.2rem;
    float: left;
    display: inline-block;
    width: 29%;
    overflow: hidden;
}

.news .new-box .content .img:hover img {
    transform: scale(1.1);
}

.news .new-box .content .text {
    display: inline-block;
    float: right;
    width: 68%;
    height: 1.72rem;
    position: relative;
}

.news .new-box .content .text ul.sub-tab {
    position: absolute;
    left: 0;
    bottom: 0;
    list-style: none;
}

.news .new-box .content .text .sub-tab li {
    float: left;
    margin-right: 5px;
}

.news .new-box .content .text .sub-tab li a {
    display: inline-block;
    padding: 3px;
    background-color: #F1F1F1;
    color: #777777;
    font-size: 0.12rem;
}

.news .new-box .content .text .sub-tab li a:hover {
    color: white;
    background-color: blue;
}

.new-box .view {
    width: 97%;
    left: 0;
    bottom: 0;
    position: absolute;
    padding-left: 0.15rem;
}

.new-box .view ul li {
    float: left;
    margin-left: 0.15rem;
    margin-right: 5px;
}

.new-box .view ul li a i {
    margin-right: 5px;
}

.new-box .view ul li a {
    color: #999999;
}

.new-box .view>a {
    position: absolute;
    right: 0.1rem;
    bottom: 0;
    padding: 7px 15px;
    background-color: blue;
    color: white;
}

.new-box .view>a:hover {
    background-color: rgba(0, 0, 255, 0.6)
}

@media screen and (max-width: 768px) {
    .news .new-box .content .img {
        display: none;
    }
    .news .new-box .content .text {
        width: 100%;
    }
    .news .new-box .content .text .sub-tab {
        display: none;
    }
    .new-box .view .hidden-sm {
        display: none;
    }
    .news .breadcrumb {
        display: none;
    }
}

.news .fenye {
    margin-top: 0.3rem;
}

.solution2 img {
    width: 100%;
    height: 87.5%;
}

.news .breadcrumb {
    margin-top: 0.4v;
    margin-left: -0.15rem;
    margin-bottom: 0;
    background: none;
}

.navbar-footer {
    float: left;
    width: 40%;
    height: 2.5rem;
    margin-left: 0.15rem;
}

.merit {
    overflow: hidden;
    text-align: center;
    background: #ffffff;
}

.merit .title {
    margin-top: 0.6rem;
}

.merit .title span {
    margin-top: 0.6rem;
    font-weight: bold;
    font-size: 0.24rem;
}

.merit .title p {
    margin-top: 5px;
}

.merit .reason {
    margin-top: 0.6rem;
}

.merit .reason img {
    width: 0.98rem;
    height: 1.02rem;
}

.merit .reason ul {
    width: 9.65rem;
    margin-left: 25%;
    text-align: center;
}

.merit .reason li {
    float: left;
    width: 2.15rem;
    margin-right: 0.35rem;
    margin-bottom: 0.6rem;
}

.merit .reason li:nth-child(4), .merit .reason li:nth-child(8) {
    margin-right: 0;
}

.merit .reason li span {
    display: block;
    font-size: 0.18rem;
    font-weight: bold;
    margin: 0.2rem auto;
}

.merit .reason li p {
    text-align: left;
    color: rgba(102, 102, 102, 1);
}

.business {
    overflow: hidden;
    text-align: center;
    background: #F6F7FB;
}

.business .title {
    margin-top: 0.6rem;
}

.business .title span {
    margin-top: 0.6rem;
    font-weight: bold;
    font-size: 0.24rem;
}

.business .title p {
    margin-top: 5px;
}

.business .reason {
    margin-top: 0.6rem;
}

.business .reason ul {
    width: 10rem;
    margin-left: 4.6rem;
    text-align: left;
}

.business .reason li {
    float: left;
    width: 3.12rem;
    height: 4.35rem;
    margin-right: 0.32rem;
    margin-bottom: 0.6rem;
}

.business .reason li:nth-child(3) {
    margin-right: 0;
}

.business .reason li p {
    text-align: left;
}

.business .reason li .shang {
    width: 3.12rem;
    height: 0.96rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 0.96rem;
    color: rgba(255, 255, 255, 1);
    border-radius: 8px 8px 0 0;
}

.business .reason li:nth-child(1) .shang {
    background: linear-gradient(95.27deg, #20E6FE 0%, #17AAFE 102.35%);
}

.business .reason li:nth-child(2) .shang {
    background: linear-gradient(95.69deg, #24C2FE 2.33%, #0D81FE 100.72%);
}

.business .reason li:nth-child(3) .shang {
    background: linear-gradient(95.41deg, #2091FE 0%, #1257D4 100%);
}

.business .reason li p {
    width: 2.52rem;
    margin-top: 0.16rem;
    line-height: 0.22rem;
}

.business .reason li .xia {
    position: relative;
    height: 3.5rem;
    padding: 0.16rem 0.3rem;
    background-color: #ffffff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0.08rem 0.08rem;
}

.business .reason li .xia .boxx img {
    position: absolute;
    width: 0.56rem;
}

.consult {
    text-align: center;
    background: #F6F7FB;
}

.consult .title span {
    margin-top: 0.6rem;
    font-weight: bold;
    font-size: 24px;
}

.consult .title p {
    margin-top: 5px;
}

.consult .input {
    display: block;
    width: 10rem;
    height: 3.79rem;
    margin-top: 0.6rem;
    margin-left: 4.6rem;
    margin-bottom: 0.6rem;
    background-color: #ffffff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.consult .input .input1 {
    padding: 0.44rem 0.54rem;
    height: 0.52rem;
}

.consult .input .input1 input {
    width: 2.84rem;
    height: 0.52rem;
    margin-right: 16px;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 4px;
    background: #F9F9F9;
}

.consult .input .input1 input:nth-child(3) {
    margin-right: 0;
}

.consult .input .txt input {
    width: 8.92rem;
    height: 1.32rem;
    margin-top: 0.25rem;
    background: #F9F9F9;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 4px;
}

.consult .input .sub .btn {
    width: 8.92rem;
    height: 0.57rem;
    margin-top: 0.3rem;
    background: #1DC5E0;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 4px;
}

/* //获取焦点 */

input:focus {
    outline: none;
    border: 2px solid #1DC5E0;
    color: #333;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.1);
}



.btn {
    font-size: 0.18rem;
    font-weight: 700;
    color: #ffffff;
}

.tet {
    padding: 17px;
    color: rgba(124, 124, 124, 1);
}

.liu {
    padding: 16px;
    color: rgba(124, 124, 124, 1);
}