.top {
    width: 100%;
    height: 450px;
    background: url("/skin/staticdali/imgs/proxy/top.png")no-repeat;
}

.top_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0;
}

.top_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.top_tip {
    height: 51px;
    background: #6C6EFF;
    border-radius: 0px 26px 0px 26px;
    padding: 14px 21px;
    font-size: 24px;
    color: #FFFFFF;
}

.top_need {
    margin-top: 30px;
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
}

.top_send {
    margin-top: 30px;
    font-size: 30px;
    color: #FFFFFF;
}

.top_btn {
    margin-top: 30px;
    width: 196px;
}

.top_form {
    width: 310px;
    height: 396px;
    background: #FFFFFF;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    padding: 24px 26px;
}

.top_form_title {
    font-size: 18px;
    font-weight: bold;
}

.top_form_sub {
    margin-top: 26px;
    color: #999999;
    font-size: 12px;
}

.top_ul {
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_ul li {
    width: 122px;
    height: 34px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    margin-bottom: 10px;
    cursor: pointer;
}

.top_li_active {
    color: #6C6EFF !important;
    background: rgba(108, 110, 255, 0.15) !important;
    border: 1px solid transparent !important;
}

.top_item {
    position: relative;
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
}

.top_item_input {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding: 0 30px 0 47px;
    font-size: 12px;
}

.top_item_input:focus {
    border: 1px solid #6C6EFF !important;
}

.top_item_icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    width: 20px;
}

.top_item_icon2 {
    width: 17px;
}

.top_item_select {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 13px;
}

.top_read {
    margin-top: 2px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #999999;
}

.top_read span {
    color: #6C6EFF;
    cursor: pointer;
}

.top_read input {
    margin-right: 5px;
}

.top_form_btn {
    width: 100%;
    margin-top: 12px;
}


.ban_desc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 19px;
    font-size: 12px;
    color: #666666;
}

.ban_desc p {
    line-height: normal;
}

.ban_desc span {
    color: #FF7D22;
}

.ban_desc img {
    width: 18px;
    height: 16px;
    margin-right: 7px;
}

.ban_desc_today {
    margin: 0 20px;
    padding: 0 20px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
}

.def {
    display: flex;
    align-items: center;
    margin-top: 68px;
}

.def_text_title {
    font-size: 28px;
}

.def_text_desc {
    font-size: 14px;
    margin-top: 32px;
    color: #666666;
    line-height: 30px;
}

.def_text_desc span {
    font-size: 18px;
    color: #333;
}

.def_img {
    width: 520px;
    height: 290px;
    flex: 1;
    margin-left: 77px;
}

.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 75px;
}

.title::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    background: #6C6EFF;
    border-radius: 2px;
}

.title_index {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
    font-weight: 600;
    color: #6C6EFF;
    opacity: 0.2;
}

.title_main {
    font-size: 28px;
}

.title_desc {
    margin-top: 13px;
    font-size: 14px;
    color: #666666;
}

.bad {
    margin-top: 49px;
    padding-top: 1px;
    background: #F4F7FF;
    padding-bottom: 50px;
}

.bad_ul {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bad_li {
    position: relative;
    width: 280px;
    height: 260px;
    border-radius: 10px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bad_bg {
    content: "";
    position: absolute;
    bottom: -16px;
    left: -4px;
    width: 294px;
    height: 120px;
    background: #575757;
    opacity: 0.85;
    transform: rotateZ(-7deg);
}

.bad_text {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.bad_text p:nth-child(1) {
    font-size: 16px;
}

.bad_text p:nth-child(2) {
    font-size: 12px;
    margin-top: 14px;
    line-height: 21px;
}

.good_ul {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.good_li {
    position: relative;
    width: 280px;
    height: 260px;
    border-radius: 10px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.good_bg {
    content: "";
    position: absolute;
    bottom: -16px;
    left: -4px;
    width: 294px;
    height: 120px;
    background: #6C6EFF;
    opacity: 0.85;
    transform: rotateZ(-7deg);
}

.good_ul li:nth-child(even) .good_bg {
    background: #FF6666;
}

.good_text {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.good_text p:nth-child(1) {
    font-size: 16px;
    white-space: nowrap;
}

.good_text p:nth-child(2) {
    font-size: 12px;
    margin-top: 14px;
    line-height: 21px;
    white-space: nowrap;
}

.good_btn {
    width: 120px;
    height: 40px;
    border: 1px solid #6C6EFF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin: 14px auto 0;
    color: #6C6EFF;
    font-size: 14px;
    cursor: pointer;
}

.good_ul li:nth-child(even) .good_btn {
    color: #FF6666;
    border: 1px solid #FF6666;
}

.ind {
    margin-top: 49px;
    padding-top: 1px;
    width: 100%;
    height: 567px;
    background: #F4F7FF;
}

.ind_main {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ind_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    margin-right: 67px;
}

.ind_ul li {
    width: 140px;
    height: 48px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    margin: 0 14px 16px 0;
    cursor: pointer;
}

.ind_select {
    color: #6C6EFF !important;
    background: rgba(108, 110, 255, 0.15);
    border: 1px solid transparent !important;
}

.ind_desc {
    position: relative;
    width: 517px;
    height: 330px;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 40px;
}

.ind_desc_title {
    position: relative;
    font-size: 20px;
    padding-top: 30px;
}

.ind_desc_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 3px;
    background: #6C6EFF;
    border-radius: 2px;
}

.ind_desc_text {
    margin-top: 36px;
    font-size: 14px;
    color: #666666;
}

.ind_desc_text p {
    margin-bottom: 15px;
}

.ind_desc_text span {
    color: #333;
}

.ind_btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 258px;
}

.ser {
    width: 100%;
    height: 647px;
    background: url("/skin/staticdali/imgs/fwnr.png") no-repeat;
    padding-top: 1px;
}

.ser .title_index {
    color: #FFFFFF;
}

.ser .title_main {
    color: #FFFFFF;
}

.ser .title_desc {
    color: #FFFFFF;
}

.ser .title::after {
    background: #fff;
}

.ser_main {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ser_box {
    position: relative;
    width: 580px;
    height: 410px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 30px;
}

.ser_title {
    width: 194px;
    height: 46px;
    background: #6C6EFF;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    border-radius: 30px;
    margin: 0 auto;
}

.ser_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ser_ul .ser_li {
    width: 50%;
}

.ser_li {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
}

.ser_index {
    width: 22px;
    height: 22px;
    background: #6C6EFF;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
}

.ser_btn {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 258px;
}

.pre_ul {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pre_li div {
    width: 216px;
    height: 160px;
    background: #F4F7FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pre_li p {
    margin-top: 18px;
    text-align: center;
    color: #666666;
    font-size: 16px;
}

.pro {
    width: 100%;
    height: 140px;
    background: #7A7FFD;
    margin-top: 50px;
    background: url("/skin/staticdali/imgs/fwlc.png") no-repeat;
}

.pro_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.pro_title {
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: normal;
}

.pro_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro_li {
    display: flex;
    align-items: center;
    margin-right: 73px;
}

.pro_li div {
    width: 64px;
    height: 64px;
    background-image: linear-gradient(to bottom right, #6369ED, #7A7FFD);
    border-radius: 50%;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    line-height: 64px;
    font-family: fantasy;
}

.pro_li p {
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 23px;
    line-height: normal;
}


.ask {
    padding-top: 1px;
    width: 100%;
    background: #F4F7FF;
}

.ask_ul {
    margin-top: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ask_li {
    position: relative;
    width: 366px;
    height: 196px;
    background: #F8F8FC;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #fff 50%, #F8F8FC 50%);
    margin-bottom: 50px;
}

.ask_li_avatar {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.ask_li_info {
    margin-left: 202px;
}

.ask_li_info_name {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.ask_li_info_name p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.ask_li_info_name p:nth-child(2) {
    margin-left: 8px;
    font-size: 14px;
    padding: 5px 8px;
    background: linear-gradient(-30deg, #FDDE9E, #FEEECE);
    border-radius: 12px;
    color: #A8802D;
}

.ask_li_info_text {
    margin-top: 19px;
    color: #666666;
    font-size: 14px;
    line-height: normal;
}

.ask_li_info_text span {
    color: #FF7D22;
}

.ask_li_info_btn {
    width: 120px;
    height: 40px;
    border: 1px solid #FF6666;
    border-radius: 4px;
    font-size: 14px;
    color: #FF6666;
    text-align: center;
    line-height: 40px;
    margin-top: 19px;
    cursor: pointer;
}

.ask_li_info_btn:hover {
    background: #FF6666;
    color: #FFFFFF;
}

.lay {
    width: 100%;
    height: 647px;
    background: url("/skin/staticdali/imgs/proxy/bjqg.png") no-repeat;
    padding-top: 1px;
}

.lay_main {
    margin-top: 56px;
    display: flex;
    align-items: center;
}

.lay_swiper {
    position: relative;
    width: 840px;
    height: 410px;
    background: #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    padding: 50px 72px 30px 72px;
    display: flex;
    justify-content: center;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.75);
    opacity: 0.6;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 10;
    opacity: 1;
}

.lay_ctx {
    width: 370px;
    height: 329px;
}

.lay_ctx img {
    width: 370px;
    height: 298px;
    object-fit: cover;
}

.lay_ctx p {
    font-size: 14px;
    color: #666666;
    margin-top: 14px;
}

.lay_left {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.lay_right {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.lay_desc {
    width: 360px;
    height: 410px;
    background: #6C6EFF;
    padding: 40px 20px;
}

.lay_item {
    width: 256px;
    margin: 0 auto;
}

.lay_desc_text {
    margin-top: 33px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
}


.why_ul {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why_li {
    margin-bottom: 39px;
}

.why_img {
    position: relative;
    width: 216px;
    height: 216px;
    border-radius: 50%;
    overflow: hidden;
}

.why_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why_img p {
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    height: 52px;
    background: rgba(108, 110, 255, 0.75);
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 52px;
}

.why_text {
    text-align: center;
    margin-top: 17px;
    font-size: 14px;
    color: #666666;
}


.ass {
    padding-top: 1px;
    padding-bottom: 20px;
    margin-top: 49px;
    background: #F4F7FF;
}

.ass_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 57px;
}

.ass_li {
    width: 366px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 20px 42px 20px 20px;
    margin-bottom: 30px;
}

.ass_li_icon {
    width: 60px;
    height: 60px;
    background: rgba(108, 110, 255, 0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ass_li_text {
    flex: 1;
    margin-left: 21px;
}

.ass_li_text p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.ass_li_text p:nth-child(2) {
    font-size: 14px;
    margin-top: 11px;
    line-height: normal;
    color: #666666;
}

.req_five {
    margin-top: 57px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.req_five_li {
    display: flex;
    width: 48%;
    margin-bottom: 29px;
}

.req_five_ask {
    width: 28px;
    height: 28px;
    background: #6C6EFF;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    margin-right: 14px;
}

.req_five_text {
    flex: 1;
}

.req_five_text p:nth-child(1) {
    font-size: 14px;
    margin-top: 7px;
}

.req_five_text p:nth-child(2) {
    margin-top: 12px;
    font-size: 12px;
    line-height: normal;
    color: #666666;
}

.req_btn {
    width: 210px;
    margin: 10px auto 0;
}

.get {
    padding-top: 1px;
    margin-top: 49px;
    width: 100%;
    height: 531px;
    background: #F4F7FF;
}

.get_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 57px;
}

.get_li {
    position: relative;
    width: 280px;
    height: 294px;
    background: #FFFFFF;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
    border-radius: 10px;
}

.get_li div {
    width: 100%;
    height: 253px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get_li p {
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 600;
}


.more {
    margin-bottom: 63px;
}

.more_ul {
    margin-top: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more_li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.more_li_pic {
    width: 216px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}

.more_li_title {
    margin-top: 13px;
    font-size: 20px;
    font-weight: bold;
}

.more_li_desc {
    margin-top: 17px;
    font-size: 14px;
    line-height: normal;
}

.more_li_text {
    margin-top: 17px;
    font-size: 14px;
    color: #666666;
}

.more_li_text span {
    color: #FF7D22;
}

.more_li_btn {
    width: 216px;
    height: 48px;
    border: 1px solid #FF6666;
    border-radius: 4px;
    color: #FF6666;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    margin-top: 13px;
}

.more_li_btn:hover {
    background: #FF6666;
    color: #FFFFFF;
    cursor: pointer;
}

.city {
    position: relative;
}

.city_icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    width: 20px;
    z-index: 1;
}

.city .el-cascader,
.city .el-input {
    width: 100%;
    height: 48px;
}

.city .el-input__inner {
    padding: 0 15px 0 47px;
    height: 100%;
}


/body {
    width: 100%;
    background-color: #f5f5f5;
}

* {

    font-size: 0.18rem;
}

a {
    text-decoration: none;
}

.totop {
    position: fixed;
    right: .1rem;
    bottom: 1rem;
    width: 1rem;
}

.navbar-nav a:nth-child(4) {
    background-color: #4370fe;
    color: #fff !important;
}

.navbar-nav a:hover {
    text-decoration: none;
}

.navbar-nav a:nth-child(4) li {

    color: #fff !important;
}

.shou:hover {
    cursor: pointer;
}

.list_left,
.list_right {
    padding: 0;
}

.flow-cont {
    width: 100%;
    margin: 0 auto;
}

/* img{width: 100%;} */
.nav {
    height: 90px;
    z-index: 99;
    /* display: inline; */
}

.header {
    width: 75%;
    margin: 0 auto;
    /* height: 90px; */
    /* display: flex;
    align-items: center; */
}

.action {
    display: block;

}

.text_content {
    display: none;
    font-size: .5rem;
}

.navbar {
    padding: 0;
}

.gundonwai {
    position: relative;
}

.nav-but {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 99;
    width: 1rem;
    height: 1rem;
    background-color: rgba(0.5, 0.5, 0.5, 0.5);
}

.generalize_right,
.seo_right {
    width: 3.98rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.essence_list .xian {
    width: .42rem;
    border: .02rem solid #4370fe;
    margin: .15rem auto .25rem;
}

@media (max-width: 992px) {
    .solve_right_list p {
        font-size: .22rem;
    }

    .what_list .baioti p {
        font-size: .25rem;
        font-weight: bold;
    }

    .conten_top .text {
        width: 90%;
        /* margin: 0 auto; */
        color: #797979;
        font-size: .22rem;
        margin: .15rem auto .50rem;
    }

    .menhu_text {
        color: #fff;
        font-size: .24rem;
        width: 77%;
        margin: 0 auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /* text-align: center; */
    }

    .brand_content .biaoti .text,
    .move_bran .biaoti .text {
        font-size: .25rem;
        color: #fff;
    }

    .essence .text {
        font-size: .25rem;
        color: #797979;
    }

    .us_list .list span {
        font-size: .2rem;
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .us_list .list p {
        font-size: .3rem;
        color: #323232;
    }

    .xinxi div {
        color: #fff !important;
        font-size: .26rem;

    }

    .xinxi .diz div {
        text-align: left;

    }

    .xinxi .diz {
        display: flex;
        padding: 0;
    }

    #newBridge #nb_toolbar_wrap {
        display: none !important;
    }

    .header .list a {
        text-decoration: none;
        color: #333;
        width: 100%;
        font-size: .3rem !important;
    }

    .what_list .what_content {
        padding: 0.95rem 0.25rem 0;
        background-color: #fff;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        font-size: .25rem;
        overflow: hidden;
    }

    ol {
        margin-bottom: 0;
    }

    .carousel-item img {
        height: 3.6rem;
    }

    .header {
        width: 100%;
        position: relative;
    }

    /* .navbar-collapse{
		margin-top: .3rem;
	} */
    .navbar-nav li {
        height: 0.7rem;
        border-bottom: .01rem solid #e5e5e5;

    }

    .navbar-nav {
        padding: 1rem .5rem .5rem
    }

    .xinxi div {
        padding: .1rem .1rem;
        text-align: center;
    }

    .xinxi img {
        width: 0.35rem;
    }

    .flow .xian .title1 {
        position: absolute;
        bottom: -.13rem;
        left: 0;
        top: -.15rem;
        color: #b5a3fe;
        width: 3.30rem;
        font-size: .18rem;
        background-color: #fff;
        right: 0;
        margin: 0 auto;
    }

    .footer_contetn {
        /* width: 75%; */
        margin: 0 auto;
        padding: .60rem 0 1.3rem 0;
    }

    .us_content .bnt {
        width: 2.9rem;
        height: .62rem;
        background-color: #ff715b;
        border-radius: .62rem;
        text-align: center;
        font-size: .24rem;
        line-height: .62rem;
        color: #fff;
        margin: .42rem auto .39rem;
    }

    .us_list .list {
        padding: 0 .1rem;
    }

    .us_top {
        text-align: center;
        background-size: contain;
        color: #fff;
        position: relative;
        /* padding-bottom: 2.25rem; */
    }

    .bot {
        padding: .2rem .1rem;
        background-color: #fff;
        width: 98%;
        margin: -.8rem auto 0;
    }

    .us_content {
        /* padding-top: 0.15rem; */
        margin: 0 auto;
    }

    .us_top .us_span {
        font-size: .20rem;
        color: #fff;
    }

    .us_top .us_title {
        font-size: .36rem;
        color: #fff;
        font-weight: 300;
    }

    .us {
        padding: .15rem auto 0.2rem;
    }

    .conbu {
        background-size: contain;
        background: url(/skin/staticdali/imgs/lanse.png) no-repeat center center;
        padding-bottom: 1rem;
        padding-top: 0.1rem;
    }

    .us_top .title {
        font-size: .18rem;
        color: #fff;
    }

    .right_left .p1 {
        font-size: .24rem;
        color: #666;
        margin: .15rem auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .left_top {
        padding: .1rem .28rem 0;
        background-color: #fff;
        float: left;
        width: 49%;
        margin-left: .05rem;
        margin-bottom: .05rem;
    }

    .left_top P:nth-child(1) {
        font-size: .3rem;
        font-weight: bold;
    }

    .control_carl .carl1 .right_left {
        margin-left: 0;
    }

    .left_top a:hover {
        color: #333 !important;
        text-decoration: none;
    }

    .control_carl .carl1 .right_left a:hover {
        color: #333 !important;
        text-decoration: none;
    }

    .carl-right {
        margin: 0.1rem auto;
    }

    .control_carl {
        margin-top: .15rem;
    }

    .control_conten .control_top {
        border-bottom: 0.01rem solid #eaeaea;
    }

    .title2 {
        width: 90%;
        font-size: .22rem;
        margin: 0 auto;
    }

    .flow .xian {
        width: 100%;
        position: relative;
        border-bottom: none;
    }

    .solve .solve_left,
    .solve .solve_right {
        width: 100%;
        padding: 0;
    }

    .anlei {
        background-color: #f8f8f8;
    }

    .targete_content .target_value .value_p2 {
        font-size: .24rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin: .20rem auto .25rem;
        /* margin-top: .20rem;
        margin-bottom: .25rem; */
        width: 80%;
    }

    .target_bnot {
        width: 100%;
        text-align: center;
        padding: 0;
        background-color: #fff;
    }

    .target_value {
        width: 100%;
    }

    .target {
        /* padding-top: .60rem; */
        background-color: #fafafa;
    }

    .left2 {
        width: 80%;
        font-size: .22rem;
        margin: 0.15rem auto 0.2rem;
    }

    .solve {
        text-align: center;
    }

    .solve_left .left1 {
        color: #4370fe;
        font-size: 0.36rem;
        width: 100%;
        font-weight: bold;
    }

    .what {
        background: none;
        background-color: #f1f8ff;
    }

    .beijin {
        background-color: #edf2f6;
        padding-bottom: 0.01rem;
    }

    .navbar {
        padding: .2rem .5rem;
        background-color: #fff;
        z-index: 100;
    }

    .essence,
    .brand_content,
    .dinzhi,
    .what-border,
    .solve,
    .target_bao,
    .control_conten,
    .us_content,
    .footer_contetn {
        width: 100%;
    }

    .logolis {
        font-size: .25rem;
        color: #666 !important;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin-right: .8rem;
        letter-spacing: -.01rem;
    }

    /* .navbar-nav li{    padding: 20px 8px;} */
    /* .navbar{padding: 0;} */
    .navbar-nav li {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .text_content {
        margin: 0 auto;
    }

    .sj {
        margin-right: 3px;
    }

    .logo {
        width: 120px;
    }

    .brand-top {
        display: none;
    }

    .nav-but span {
        /* 	position: absolute;
        left: 0;
		right: 0; */
        font-size: .4rem;
        margin: 0 auto;
        /* top: 0; */
    }

    .navbar-nav li {
        padding: .1rem;
        font-size: .3rem;
    }
}

.menhu_right {
    background-image: none;
    background-color: #4370fe;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.row_ju {
    width: 100%;
}

@media (min-width: 993px) {
    .conten_top .text {
        width: 90%;
        /* margin: 0 auto; */
        color: #797979;
        font-size: .18rem;
        margin: .15rem auto .50rem;
    }
.citytit {
     width: 80%;
        color: #fff;
        margin: 0 auto .1rem;
    }
    .xinxi .diz {
        width: 4.00rem;
    }
    .citylistItem {
        width: 80%;
        margin:0 auto ; 
    
    }
    .menhu_text {
        color: #fff;
        font-size: .18rem;
        width: 77%;
        margin: 0 auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /* text-align: center; */
    }

    .brand_content .biaoti .text,
    .move_bran .biaoti .text {
        font-size: .18rem;
        color: #fff;
    }

    .essence .text {
        font-size: .2rem;
        color: #797979;
    }

    .us_list .list span {
        font-size: .18rem;
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .us_list .list p {
        font-size: .26rem;
        color: #323232;
    }

    .xinxi div {
        color: #fff !important;
        font-size: .16rem;
        padding: 0;

    }

    .header .list a {
        text-decoration: none;
        color: #333;

    }

    /* .essence, */
    .brand_content,
    .dinzhi,
    .what-border,
    .solve,
    .target_bao,
    .control_conten,
    .footer_contetn {
        width: 75%;
    }

    .what_list .what_content {
        padding: 0.95rem 0.25rem 0;
        background-color: #fff;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .navbar-nav li {
        height: .9rem;
    }

    .anlei {
        padding-top: .40rem;
        overflow: hidden;
        background-color: #fff;
    }

    .footer_contetn {
        /* width: 75%; */
        margin: 0 auto;
        padding: .60rem 0 .50rem 0;
    }

    .us_content .bnt {
        width: 1.70rem;
        height: .50rem;
        background-color: #4370fe;
        border-radius: .50rem;
        text-align: center;
        font-size: .28rem;
        line-height: .50rem;
        color: #fff;
        margin: .42rem auto .39rem;
    }

    .flow .xian .title1 {
        position: absolute;
        bottom: -.13rem;
        left: 0;
        color: #b5a3fe;
        font-size: .18rem;
        width: 2.30rem;
        background-color: #fff;
        right: 0;
        margin: 0 auto;
    }

    .bot {
        padding: .50rem 1.25rem 0;
        background-color: #fff;
        /* position: absolute; */
        width: 75%;
        padding-bottom: .2rem;
        margin: -.8rem auto 0;
    }

    .us_top .us_span {
        font-size: .16rem;
        color: #fff;
    }

    .us_top .us_title {
        font-size: .40rem;
        color: #fff;
        font-weight: bold;
    }

    .us_top .title {
        font-size: .40rem;
        color: #fff;
    }

    .us {
        background-size: contain;
        padding-top: .70rem;
        /* background: url(../images/lanse.png) ; */
    }

    .right_left .p1 {
        font-size: .14rem;
        color: #666;
        margin: .25rem auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .left_top {
        padding: .40rem .28rem 0;
        background-color: #fff;
        width: 48%;
        float: left;
        margin-left: .05rem;
        margin-bottom: .05rem;
    }

    .control_carl .carl1 .right_left {
        margin-left: .05rem;
    }

    .carl-left,
    .carl-right {
        padding: 0;
        display: flex;
    }

    .control_carl {
        margin-top: .51rem;
    }

    .flow .xian {
        width: 100%;
        position: relative;
        border-bottom: .01rem solid #f1f1f1;
    }

    .solve .solve_left,
    .solve .solve_right {
        width: 50%;
        padding: 0;
    }

    .targete_content .target_value .value_p2 {
        font-size: .14rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /* margin: .20rem auto .25rem; */
        margin-top: .20rem;
        margin-bottom: .25rem;
        width: 80%;
    }

    .target_bnot {
        width: 80%;
        /* text-align: center; */
        /* padding: 0; */
        background-color: #fff;
        padding-top: .50rem;
        padding-left: 1.05rem;
    }

    /* .target_bnot{
       
        
      
    } */
    /* .target_value{
        width: 4.81rem;
    } */
    .target {
        padding-top: .60rem;
        background-color: #fafafa;
    }

    .solve_left .left1 {
        font-size: .50rem;
        width: 74%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .row_ju .left2 {
        font-size: .18rem;
        color: #666666;
        width: 58%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: .65rem;
    }



    .navbar-nav li {
        display: flex !important;
        align-items: center;
        padding: .23rem .1rem;
    }

    /* .target_bnot{
        padding: 0;
    } */
}

/* .nav ul>li{margin-left: 15px;} */
/* .nav ul li a{
  height: 90px;
  display: flex;
  align-items: center;
  
} */

/* .navbar-nav.list{display: flex;align-items: center;
    margin-left: 15px;
    } */
.navbar-nav .list:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4370fe;

}

.actions {
    background-color: #4370fe;
    color: #fff !important;

}

.navbar-nav .list:hover a {
    color: #fff;
}

.nav-list {
    color: #333;
}

.nav-cneter {
    display: flex;
    align-items: center;
}

/* .nav ul{
  padding: 23px 0;
} */
.nav-list li img {
    margin-right: .1rem;
}

.carousel-control {
    position: unset;
    width: 0;
}

.essence {
    /* width: 75%; */
    /* height: 633px; */
    text-align: center;
    padding-top: .425rem;
    margin: 0 auto;
}

.essence_list .text {
    width: 3.4rem;
    line-height: .3rem;
    margin: 0 auto;
}

.essence_list .title {
    font-size: .35rem;
    font-weight: 400;
    margin: 0 auto;
}

.essence_list {
    display: flex;
    width: 14.4rem;
    margin: 0 auto;
    justify-content: space-around;
    padding-bottom: .6rem;
}

.essence_list .seo,
.essence_list .generalize,
.essence_list .construction {
    display: flex;
}

.essence .biaoti .title {
    color: #4370fe;
}

.essence .biaoti .title,
.brand_content .biaoti .title,
.move_bran .biaoti .title {
    font-size: .5rem;
    font-weight: bold;
}

.essence .biaoti .text {
    margin: 0.05rem auto 0.25rem;
}

.carousel-control {
    left: 13%;
    top: 87%;
}

.carousel-control {
    right: 83%;
    top: 87%;
}

.controls {
    width: .75rem;
    position: absolute;
    display: flex;
    bottom: 7%;
    left: 13%;
    color: #fff;
    opacity: 1;
    justify-content: space-between;
}

.nav-list li {
    /* font-size: 18px; */
    padding: 0 .15rem;
    list-style: none;
    display: inline-block;
    height: .9rem;
    /* display: block; */
    flex-wrap: nowrap;
    line-height: .9rem;
}

p {
    margin-bottom: 0;
}

.carousel .control {
    position: absolute;
}

.nav-list li:hover {
    color: #fff;
    background-color: #4370fe;
}

.nav-list li:last-child:hover {
    background-color: #fff;
    color: black;
}

.brand_content {
    /* width: 75%; */
    margin: 0 auto;
    padding-bottom: .22rem;
}

.brand {
    background: url('/skin/staticdali/imgs/beijin2.png') no-repeat center center;
    background-size: cover;
    text-align: center;
}

.brand_content .biaoti {
    padding-top: .85rem;
}

.move_bran {
    background-image: url(/skin/staticdali/imgs/move_beijin.png);
    background-size: contain;
}

.brand_content .biaoti .title,
.move_bran_content .biaoti .title {
    color: #fff;
}

.move_bran_content {
    padding-bottom: 0.01rem;
}

.move_bran_content .biaoti {
    padding: .2rem;
    text-align: center;
}

.bran_list .list .bran_left {
    padding: 0;
    /* display: flex; */
    text-align: center;
}

.bran_list .list {
    padding: .2rem 0;
    border-radius: 0.05rem;
}

.move_bran .zhixun {
    margin: .2rem auto .3rem;
}

.bran_list .bran_right {
    padding-left: 0;
    display: flex;
    font-size: .24rem;
    align-items: center;
}

/* .bran_list .bran_right,.bran_list .bran_left .zhic{color: #fff;} */
.bran_list .list {
    display: flex;
    background-color: #fff;
    margin-top: .2rem;
}

.bran_list .bran_left .zhic {
    font-size: 0.27rem;
    font-weight: bold;
}

.brand_content .zhixun {
    margin: 5.00rem auto 0;
}

.brand_content .zhixun,
.move_bran .zhixun {
    width: 2.9rem;
    height: .62rem;
    font-size: .3rem;
    color: #FFF;
    background-color: #ff715b;
    border-radius: .62rem;
    text-align: center;
    line-height: .62rem;
}

.dinzhi {
    /* width: 75%; */
    margin: .60rem auto .44rem;
    display: flex;
}

.img2 {
    display: none;
}

.menhu_left {
    position: relative;
    width: 50%;
    text-align: center;
    /* height: 5.65rem; */
}

.menhu_right {
    /* position: relative; */
    width: 50%;
    /* background-image: url('../images/dinzhibeijin.png')no-repeat center center; */
    /* display: flex;
    align-items: flex-end; */
}

.text_content {
    /* display: inline-block; */
    height: 2.93rem;
    /* width: 77%; */
    margin: .6rem auto 0;
    color: #fff;
}

.text_content .lianxi {
    width: 2.11rem;
    height: .50rem;
    text-align: center;
    line-height: .50rem;
    border-radius: .50rem;
    color: #2c2954;
    background-color: #fff;
    font-size: .24rem;
    margin: .56rem auto 0;
}

.text_content .title {
    margin: .30rem auto .40rem;
    text-align: center;
    font-size: .30rem;
    color: #fff;
}

/* .carousel-item img{
    height: 5.65rem;
} */

.swich {
    overflow: hidden;
    width: 100%;
    display: flex;
    position: relative;
}

.dinzhi .anniu {
    display: flex;
    width: 1.35rem;
    height: .36rem;
    border-radius: .36rem;
    align-items: center;
    position: absolute;
    bottom: .38rem;
    right: .34rem;
    border: .01rem solid #fff;
}

.dinzhi .anniu .zuo {
    width: .56rem;
    color: #fff;
    height: 100%;
    line-height: .36rem;
}

.dinzhi .anniu .you {
    width: .79rem;
    line-height: .36rem;
    height: 100%;
    background-color: #fff;
    border-radius: .36rem;
    color: black;
}

.brand-top {
    /* text-align: center; */
    width: 77%;
    margin: 0 auto .3rem;
}

.brand-top .title {
    text-align: center;
    margin-top: .55rem;
    font-size: .30rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.brand-top .pin {
    font-size: .18rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.brand-top .xian {
    width: .60rem;
    border: .01rem solid #fff;
    /* height:.01rem; */
    margin: .15rem auto .20rem;
}

.conten_top p {
    font-size: .40rem;
    display: inline;
    font-weight: bold;
    color: #ff0000;
    margin-right: .15rem;
}

.conten_top .title {
    font-size: .30rem;
    color: #333;
}

.op_bo {
    border-bottom: .02rem solid #4370fe;
}

.what_list {
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.what_list .baioti img {
    width: 40%;
}

.what_list .baioti {
    font-size: .18rem;
    height: 1.44rem;
    padding-top: .40rem;
    border-radius: .05rem;
    background-color: #eeeeee;
}

.what_but {
    width: 1.45rem;
    height: .41rem;
    background-color: #ff715b;
    border-radius: .41rem;
    text-align: center;
    font-size: .18rem;
    line-height: .41rem;
    color: #fff;
    margin: 0 auto;
}

.but_wai {
    padding-top: 0.22rem;
    padding-bottom: 0.19rem;
    background-color: #fff;
}

.what-border {
    /* width: 75%; */
    margin: 0 auto;
}

.what_list .list {
    /* width: 19.5%; */
    /* background-color: #fff; */
    border-radius: .05rem;
    margin-bottom: .32rem;
}

.solve_cen {
    background-color: #fafafa;
    padding-top: .5rem;
}

.solve {
    /* width: 75%; */
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    /* height: 6.17rem; */
}

.wupa {
    padding: none;
}

.target_top {
    padding: initial;
}

.solve_right_list {
    width: 50%;
    height: 2.81rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bg-zhi {
    background-color: #b5a3fe;
    color: #fff;
}

.bg-zhi p {
    color: #fff;
}

.bg-zhi .img2 {
    display: block;
}

.bg-zhi .img1 {
    display: none;
}

.bg-cheng {
    /* background-color: #f05e2b; */
}

.left3 {
    position: absolute;
    bottom: .17rem;
}

.bg-hon {
    /* background-color:#e11644; */
}

.target_title {
    font-size: .50rem;
    color: #4370fe;
    text-align: center;
}

.target_title .xian {
    width: 1.15rem;
    border: .01rem solid #4370fe;
    margin: 0.01rem auto .4rem;
}

.title2 {
    margin-top: .25rem
}

.targete_content {
    display: flex;
    flex-wrap: wrap;
}

.solve {
    /* width: 75%; */
}

.target_bao {
    /* width: 75%; */
    margin: 0 auto;
}

.bg-lv {
    /* background-color: #6dbba3; */
}

.solve_left {
    display: flex;
    position: relative;
    /* justify-content: space-around; */
    align-items: center;
    /* position: relative; */
}

.solve-xian {
    width: .28rem;
    border: .01rem solid #f5f5f5;
    margin: .25rem auto;
}

.row_ju {
    display: flex;
    /* justify-content: space-around; */
    /* align-items: center; */
    flex-direction: column;
    height: auto;
}

.solve_right {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-color: #fff;
}

.what_list .what_image {
    position: absolute;
    top: .94rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.targete_content .target_value .value_p {
    font-size: .36rem;
    font-weight: bold;
    padding-top: .1rem;
}

.target_btn {
    width: 2.9rem;
    height: .62rem;
    background-color: #4370fe;
    border-radius: .62rem;
    text-align: center;
    font-size: .3rem;
    line-height: .62rem;
    color: #fff;
    margin: .42rem auto .39rem;
}

.what {
    width: 100%;
    text-align: center;
}

.anlei_contain {
    /* width: 75%; */
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.anlei_title {
    font-size: .50rem;
    font-weight: bold;
    color: #4370fe;
}

.hezuo {
    font-size: .18rem;
    color: #797979;
    margin: .10rem auto .35rem;
}

.anlie_model {
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 0.1rem;
}

.model_list {
    padding: .1rem;
    background-color: #fff;
    width: 3.45rem;
    text-align: left;
    margin-top: 0.2rem;
}

.model_list .text1 {
    font-size: .3rem;
    margin-top: .1rem;
}

.model_list .text1,
.model_list .text2 {
    /* font-size: .3rem; */
    text-align: left;
    padding: 0 0.1rem;
}

.model_list .text2 img {
    width: 40%;
}

.model_list .text2 div {
    width: 0.74rem;
    height: 0.33rem;
    line-height: 0.33rem;
    text-align: center;
    /* display: flex;
    justify-content: center; */
    /* align-items: center; */
    border-radius: 0.33rem;
    border: 0.01rem solid #e5e5e5;
}

.model_list .text2 {
    color: #666666;
    font-size: 0.26rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.anlei_list .list .yuan {
    width: .71rem;
    height: .71rem;
    border: .01rem solid #9d9d9f;
    border-radius: .71rem;
    font-size: .26rem;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    line-height: .71rem;
}

.carl-left img {
    width: 100%;
}

.anlei_list .list_top {
    /* padding: .88rem 0; */
}

.zhezao {
    padding: .88rem 0;
    background-color: rgba(0.5, 0.5, 0.5, 0.5);
}

.anlei_list .list_top p {
    font-size: .12rem;
    color: #fff;
    margin: 0;
}

.datuxians {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    /* display: none; */
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fen {
    display: flex;
    position: relative;
    width: 200%;
}

.datuxians div {
    position: absolute;
    width: 5rem;
    height: 5rem;
}

.datubao {
    display: none;
}

.anlei_list {
    display: inline-block;
    padding: inherit;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.anlei_list .list {
    width: 25%;
}

.list_bot {
    height: .60rem;
    line-height: .60rem;
}

.anlei_contain .fenye {
    padding-top: .20rem;
    padding-bottom: .20rem;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fenye .zheng {
    margin: 0.08rem;
}

.flow {
    text-align: center;
    background-color: #fff;
}

.flow .title {
    font-weight: bold;
    font-size: .50rem;
    padding-top: .30rem;
    margin-bottom: .1rem;
    color: #4370fe;
}

.flow .xian .title2 {
    color: #797979;
}

.shekuan {
    /* width: 75%; */
    margin: 0 auto;
}

.shekuan img {
    width: 100%;
    margin: .55rem auto .15rem;
}

.control_conten {
    /* width: 75%; */
    margin: 0 auto;
}

.control_conten .control_top {
    display: flex;
}

.Tab_Control {
    background-color: #f5f5f5;
}

.control_conten .control_top div {
    width: 25%;
    text-align: center;
    padding-top: .24rem;
    /* border-bottom:.02rem solid #4370fe; */
    padding-bottom: .24rem;
    margin: 0 auto;
    font-size: .24rem;
}

.control_carl .carl1 {
    display: flex;
    flex-wrap: wrap;
}

.concrol {
    display: none;
}

.action {
    display: block;
}

.right_left .xian {
    border-bottom: .01rem solid #f5f5f5;
}

.right_left .bottom {
    display: flex;
    padding-top: .10rem;
    padding-bottom: .10rem;
    align-items: center;
    justify-content: space-between;
}

.right_left .ju {
    margin-top: .05rem;
}

.right_left .bottom .bottom_left p {
    margin: 0;
    font-size: .28rem;
    line-height: .28rem;
}

.right_left .bottom .bottom_left span {
    font-size: .16rem;
    color: #666;
}

.sanfenyi {
    padding-top: .26rem;
    padding-bottom: .26rem;
    height: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.right_right {
    margin-left: .05rem;
}

.time {
    border-right: .01rem solid #f5f5f5;
    text-align: center;
}

.right_right .ju {
    margin-top: .05rem;
}

.sanfenyi .text {
    font-size: .16rem;
    padding: 0 .30rem;
    /* display:flex;
    flex-direction: column;
   justify-content: center; 
    
    align-items: center; */
}

.sanfenyi.text div {
    font-size: .16rem;
}

.time p {
    margin: 0;
    font-size: .28rem;
    border-bottom: .02rem solid #ccc;
    display: inline;
}

.time span {
    font-size: .16rem;
}

.us_content {
    /* width: 75%; */
    margin: 0 auto;
}

.us_top .xian {
    margin: 0 auto .30rem;
    width: 1.70rem;
    border: .01rem solid #fff;
}

.us_list .list {
    display: flex;
    text-align: left;
    margin-bottom: .30rem;
}

.us_list .list .list_right {
    margin-left: .10rem;
}

.us_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.conbu {
    text-align: center;
    background: url(/skin/staticdali/imgs/lanse.png);
    padding-bottom: 1rem;
}

.xiahuaixan {
    width: .36rem;
    border: .01rem solid #4370fe;
    margin-bottom: .20rem;
    margin-top: .05rem;
}

.beise {
    width: 100%;
    height: 1rem;
    background-color: #f5f5f5;
}

.footer {
    background-color: rgb(83, 83, 83);    background-size: contain;
    color: #fff;
}

.xinxi img {
    margin-right: .10rem;
}

.xinxi {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/* .xinxi .diz {
	width: 4.00rem;
} */
.footer_contetn .xian {
    width: 42%;
    margin: .40rem auto .25rem;
    border-bottom: .02rem solid #556083;
}

.dizhi div {
    text-align: center;
    font-size: .12rem;
    color: #d8d8d8;
    margin-bottom: .05rem;
}

.move_list {
    display: flex;
    background-color: #fff;
    border-radius: .05rem;
    padding: .1rem;
    margin-top: .1rem;
}

.mashang {
    width: 2.9rem;
    height: .62rem;
    background-color: #ff715b;
    border-radius: .62rem;
    text-align: center;
    font-size: .3rem;
    line-height: .62rem;
    color: #fff;
    margin: .42rem auto .39rem;
}

.rig-top img {
    margin-right: .15rem;
}

.rig-top {
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
}

.move_essence_list {
    padding: 0 .1rem;
}

.move_left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-direction: column;
}

.move_left div {
    font-size: .27rem;
}

.move_right div {
    /* padding: ; */
    text-align: left;
    font-size: .24rem;
    color: #555555;
}

.danzhe {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.kefuzhixun {
    height: 1.09rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.kefu {
    width: 100%;
}

.kefuzhixun img {
    width: .46rem;
    margin-right: 0.15rem;
}

.kefuzhixun div {
    padding: 0;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zhixun3 a {
    color: #fff !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .28rem;
}

.zhixun3 {
    height: 1.09rem;
    color: #fff;
}

.zhixun1 {
    border-right: 0.01rem solid #D8D8D8;
    position: relative;
}

.zhixun1 div,
.zhixun2 div {
    width: .33rem;
    height: .33rem;
    background-color: #f00000;
    border-radius: .33rem;
    font-size: .24rem;
    color: #ffff;
    text-align: center;
    line-height: .33rem;
    position: absolute;
    left: .5rem;
    top: .1rem;
}

.zhixun1,
.zhixun2 {
    height: .85rem;
}

.wechat-tanc {
    width: 100%;
    height: 1.2rem;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    border-radius: 10px;
    padding: .12rem;
    box-sizing: border-box;
    display: none;
    z-index: 9999999999999;
}

.wechat-tanc i {
    width: 0.73rem;
    height: 0.73rem;
    background: url(http://baidu.xuelejia.com/sft_img/qqIcon1.png);
    background-size: cover;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: .24rem;
    margin: auto;
}

.wechat-tanc .wenzidiv {
    width: 80%;
    height: 0.63rem;
    position: absolute;
    top: -.2rem;
    bottom: 0;
    left: 1.28rem;
    margin: auto;
}

.wechat-tanc .wenzidiv p {
    font-size: 13px;
    color: #fff;
}

.wechat-tanc .wenzidiv p span {
    color: #757283;
    margin-left: 5px;
}

.wechat-tanc .xiaoheng {
    width: 0.63rem;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.08rem;
    margin: auto;
    background: #5e4950;
}

@media (max-width: 1500px) and (min-width: 992px) {
    .header {
        width: 90%;
    }
}

html {
    font-size: 100px;

}

.ser_box *,
.red_btn,
.ban_desc_ul * {
    font-size: medium !important;
}

.navbar-nav li {
    white-space: nowrap;

    color: #333;
}

.citylist {
    margin: 0 auto;
}

.citylistUl {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.citylist div{margin: 0 auto;}
.citylist {
	background-color: rgb(83, 83, 83);
	border-bottom: 1px solid rgb(182, 182, 182);
	padding: 0.29rem 0 0.35rem 0;
}

.citylist a{color: #fff !important;}
.citylist a:hover{color: #fff !important;text-decoration: none;}
/* .citylistUl {
	padding: 0;
	margin: 0 ;
    font-size: .24rem;

} */
.citylistUl li {
	list-style: none;
    margin-right: 10px;
    color: #fff;
}