* {
    margin: 0;
    padding: 0;
}

html {
    min-width: 1370px;
}

.top-line {
    width: 100%;
    height: 30px;
    background: #1B1542;
    overflow: hidden;
}

.top-line .content {

    width: 80%;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 0.7rem;
    line-height: 30px;
}

.top-line .content .icon {
    float: right;
}

.top-line .content .icon a {
    height: 30px;
    width: 30px;
    display: inline-block;
    overflow: hidden;
}

.top-line .content .icon a img {
    height: 100%;
    width: 100%;
}

.nav {
    width: 100%;
    height: 4.5rem;
    background: #fff;
    box-shadow: 0px 6px 7px -4px #ccc;
}

.nav .nav_con {
    width: 80%;
    margin: 0 auto;
    height: 100%;
    line-height: 4.5rem;
}

.logo {
    font-weight: bold;
    font-size: 1.5rem;
    float: left;
}


.nav_list {
    background: #fff;
    float: right;
    font-size: 1.2rem;
}


.nav_list .nav_item {
    display: inline-block;
    width: 100px;
    text-align: right;
    color: #000;
    font-weight: bold;
    text-decoration: none
}


.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}



.consult {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}


.consult_item {
    display: inline-block;
    width: 24%;
}

.consult_item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.consult_item h3 {
    text-align: center;
    color: #3381BB;

}


.consult_txt {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 4px solid #3381BB;
    letter-spacing: 2px;
}

.line_f {
    width: 50%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
}

.line_f img {
    width: 100%;
}



.scheme {
    width: 100%;

    border-bottom: 1px dashed #ccc;
}

.scheme_item {
    width: 60%;
    height: 18rem;
    margin: 0 auto;
    display: flex;
}


.scheme_item div {
    width: 50%;
}

.scheme_item_img {
    position: relative;
}

.scheme_item_img img {
    display: block;
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}

.scheme_item_tit {
    font-size: 1.4rem;
    color: #3381BB;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.scheme_item_text {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #323232;
    letter-spacing: 1px;
    width: 60% !important;
}


.success {
    height: 30rem;
    width: 100%;
    background: url("../img/success.jpg");
}


.success_con {
    width: 60%;
    margin: 0 auto;
}


.success_con_top {
    /* height: 10rem; */
    color: #fff;
    display: flex;
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #817BBA;
}


.success_con_top .success_con_top_l {
    width: 25%;
    font-size: 3rem;
    font-weight: bold;
}

.success_con_top .success_con_top_r {
    width: 75%;
    margin-top: 0px;
}


.success_con_bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.success_con_bottom_item {
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
}

.success_con_bottom_item img {
    width: 100%;
}

.news {
    height: 30rem;
    width: 100%;
}


.news_con {
    width: 60%;
    margin: 0 auto;
}


.news_con_top {
    /* height: 10rem; */
    color: #323232;
    display: flex;
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #817BBA;
}


.news_con_top .news_con_top_l {
    width: 25%;
    font-size: 3rem;
    font-weight: bold;
}

.news_con_top .news_con_top_r {
    width: 75%;
    margin-top: 0px;
}


.news_con_bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.news_con_bottom_item {
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
}

.news_con_bottom_item img {
    width: 100%;
}


.footer {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #141125;
    font-size: 14px;
}